{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\@jiaminghi\\data-view\\lib\\components\\borderBox8\\src\\main.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\@jiaminghi\\data-view\\lib\\components\\borderBox8\\src\\main.vue","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\babel.config.js","mtime":1667327525434},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport autoResize from \"../../../mixin/autoResize\";\nimport { uuid } from \"../../../util/index\";\nimport { deepMerge } from '@jiaminghi/charts/lib/util/index';\nimport { deepClone } from '@jiaminghi/c-render/lib/plugin/util';\nexport default {\n name: 'DvBorderBox8',\n mixins: [autoResize],\n props: {\n color: {\n type: Array,\n default: function _default() {\n return [];\n }\n },\n dur: {\n type: Number,\n default: 3\n },\n backgroundColor: {\n type: String,\n default: 'transparent'\n },\n reverse: {\n type: Boolean,\n default: false\n }\n },\n data: function data() {\n var id = uuid();\n return {\n ref: 'border-box-8',\n path: \"border-box-8-path-\".concat(id),\n gradient: \"border-box-8-gradient-\".concat(id),\n mask: \"border-box-8-mask-\".concat(id),\n defaultColor: ['#235fa7', '#4fd2dd'],\n mergedColor: []\n };\n },\n computed: {\n length: function length() {\n var width = this.width,\n height = this.height;\n return (width + height - 5) * 2;\n },\n pathD: function pathD() {\n var reverse = this.reverse,\n width = this.width,\n height = this.height;\n if (reverse) return \"M 2.5, 2.5 L 2.5, \".concat(height - 2.5, \" L \").concat(width - 2.5, \", \").concat(height - 2.5, \" L \").concat(width - 2.5, \", 2.5 L 2.5, 2.5\");\n return \"M2.5, 2.5 L\".concat(width - 2.5, \", 2.5 L\").concat(width - 2.5, \", \").concat(height - 2.5, \" L2.5, \").concat(height - 2.5, \" L2.5, 2.5\");\n }\n },\n watch: {\n color: function color() {\n var mergeColor = this.mergeColor;\n mergeColor();\n }\n },\n methods: {\n mergeColor: function mergeColor() {\n var color = this.color,\n defaultColor = this.defaultColor;\n this.mergedColor = deepMerge(deepClone(defaultColor, true), color || []);\n }\n },\n mounted: function mounted() {\n var mergeColor = this.mergeColor;\n mergeColor();\n }\n};",null]}