Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/babel-loader/6aa4b3ac64ee1c6d2887ba9ab4cde1d7.json

1 line
6.3 KiB
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-particles\\src\\vue-particles\\vue-particles.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-particles\\src\\vue-particles\\vue-particles.vue","mtime":1732872828635},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\babel.config.js","mtime":1732871025888},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":1732872825017},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nrequire(\"core-js/modules/es6.number.constructor\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n/* eslint-disable */\nvar _default = exports.default = {\n name: 'vue-particles',\n props: {\n color: {\n type: String,\n default: '#dedede'\n },\n particleOpacity: {\n type: Number,\n default: 0.7\n },\n particlesNumber: {\n type: Number,\n default: 80\n },\n shapeType: {\n type: String,\n default: 'circle'\n },\n particleSize: {\n type: Number,\n default: 4\n },\n linesColor: {\n type: String,\n default: '#dedede'\n },\n linesWidth: {\n type: Number,\n default: 1\n },\n lineLinked: {\n type: Boolean,\n default: true\n },\n lineOpacity: {\n type: Number,\n default: 0.4\n },\n linesDistance: {\n type: Number,\n default: 150\n },\n moveSpeed: {\n type: Number,\n default: 3\n },\n hoverEffect: {\n type: Boolean,\n default: true\n },\n hoverMode: {\n type: String,\n default: 'grab'\n },\n clickEffect: {\n type: Boolean,\n default: true\n },\n clickMode: {\n type: String,\n default: 'push'\n }\n },\n mounted: function mounted() {\n var _this = this;\n // import particle.js only on client-side\n require('particles.js');\n this.$nextTick(function () {\n _this.initParticleJS(_this.color, _this.particleOpacity, _this.particlesNumber, _this.shapeType, _this.particleSize, _this.linesColor, _this.linesWidth, _this.lineLinked, _this.lineOpacity, _this.linesDistance, _this.moveSpeed, _this.hoverEffect, _this.hoverMode, _this.clickEffect, _this.clickMode);\n });\n },\n methods: {\n initParticleJS: function initParticleJS(color, particleOpacity, particlesNumber, shapeType, particleSize, linesColor, linesWidth, lineLinked, lineOpacity, linesDistance, moveSpeed, hoverEffect, hoverMode, clickEffect, clickMode) {\n particlesJS('particles-js', {\n \"particles\": {\n \"number\": {\n \"value\": particlesNumber,\n \"density\": {\n \"enable\": true,\n \"value_area\": 800\n }\n },\n \"color\": {\n \"value\": color\n },\n \"shape\": {\n // circle, edge, triangle, polygon, star, image\n \"type\": shapeType,\n \"stroke\": {\n \"width\": 0,\n \"color\": \"#192231\"\n },\n \"polygon\": {\n \"nb_sides\": 5\n }\n },\n \"opacity\": {\n \"value\": particleOpacity,\n \"random\": false,\n \"anim\":