Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/babel-loader/6aa4b3ac64ee1c6d2887ba9ab4cde1d7.json
2024-12-05 09:33:18 +08:00

1 line
6.3 KiB
JSON

{"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\": {\n \"enable\": false,\n \"speed\": 1,\n \"opacity_min\": 0.1,\n \"sync\": false\n }\n },\n \"size\": {\n \"value\": particleSize,\n \"random\": true,\n \"anim\": {\n \"enable\": false,\n \"speed\": 40,\n \"size_min\": 0.1,\n \"sync\": false\n }\n },\n \"line_linked\": {\n \"enable\": lineLinked,\n \"distance\": linesDistance,\n \"color\": linesColor,\n \"opacity\": lineOpacity,\n \"width\": linesWidth\n },\n \"move\": {\n \"enable\": true,\n \"speed\": moveSpeed,\n \"direction\": \"none\",\n \"random\": false,\n \"straight\": false,\n \"out_mode\": \"out\",\n \"bounce\": false,\n \"attract\": {\n \"enable\": false,\n \"rotateX\": 600,\n \"rotateY\": 1200\n }\n }\n },\n \"interactivity\": {\n \"detect_on\": \"canvas\",\n \"events\": {\n \"onhover\": {\n \"enable\": hoverEffect,\n \"mode\": hoverMode\n },\n \"onclick\": {\n \"enable\": clickEffect,\n \"mode\": clickMode\n },\n \"onresize\": {\n \"enable\": true,\n \"density_auto\": true,\n \"density_area\": 400\n }\n },\n \"modes\": {\n \"grab\": {\n \"distance\": 140,\n \"line_linked\": {\n \"opacity\": 1\n }\n },\n \"bubble\": {\n \"distance\": 400,\n \"size\": 40,\n \"duration\": 2,\n \"opacity\": 8,\n \"speed\": 3\n },\n \"repulse\": {\n \"distance\": 200,\n \"duration\": 0.4\n },\n \"push\": {\n \"particles_nb\": 4\n },\n \"remove\": {\n \"particles_nb\": 2\n }\n }\n },\n \"retina_detect\": true\n });\n }\n }\n};\n/* eslint-disable */",null]}