Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/babel-loader/705aea202c641559aaa2e0bacb629612.json

1 line
9.5 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-echarts\\components\\ECharts.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-echarts\\components\\ECharts.vue","mtime":1732872825630},{"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\nvar _interopRequireDefault = require(\"D:/data/hanguodoushan/acs2/nladmin-ui/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nrequire(\"core-js/modules/es6.object.keys\");\nrequire(\"core-js/modules/web.dom.iterable\");\nrequire(\"core-js/modules/es6.function.name\");\nvar _echarts = _interopRequireDefault(require(\"echarts/lib/echarts\"));\nvar _debounce = _interopRequireDefault(require(\"lodash/debounce\"));\nvar _resizeDetector = require(\"resize-detector\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nvar INIT_TRIGGERS = ['theme', 'initOptions', 'autoresize'];\nvar REWATCH_TRIGGERS = ['manualUpdate', 'watchShallow'];\nvar _default = exports.default = {\n props: {\n options: Object,\n theme: [String, Object],\n initOptions: Object,\n group: String,\n autoresize: Boolean,\n watchShallow: Boolean,\n manualUpdate: Boolean\n },\n data: function data() {\n return {\n lastArea: 0\n };\n },\n watch: {\n group: function group(_group) {\n this.chart.group = _group;\n }\n },\n methods: {\n // provide an explicit merge option method\n mergeOptions: function mergeOptions(options, notMerge, lazyUpdate) {\n if (this.manualUpdate) {\n this.manualOptions = options;\n }\n if (!this.chart) {\n this.init(options);\n } else {\n this.delegateMethod('setOption', options, notMerge, lazyUpdate);\n }\n },\n // just delegates ECharts methods to Vue component\n // use explicit params to reduce transpiled size for now\n appendData: function appendData(params) {\n this.delegateMethod('appendData', params);\n },\n resize: function resize(options) {\n this.delegateMethod('resize', options);\n },\n dispatchAction: function dispatchAction(payload) {\n this.delegateMethod('dispatchAction', payload);\n },\n convertToPixel: function convertToPixel(finder, value) {\n return this.delegateMethod('convertToPixel', finder, value);\n },\n convertFromPixel: function convertFromPixel(finder, value) {\n return this.delegateMethod('convertFromPixel', finder, value);\n },\n containPixel: function containPixel(finder, value) {\n return this.delegateMethod('containPixel', finder, value);\n },\n showLoading: function showLoading(type, options) {\n this.delegateMethod('showLoading', type, options);\n },\n hideLoading: function hideLoading() {\n this.delegateMethod('hideLoading');\n },\n getDataURL: function getDataURL(options) {\n return this.delegateMethod('getDataURL', options);\n },\n getConnectedDataURL: function getConnectedDataURL(options) {\n return this.delegateMethod('getConnectedDataURL', options);\n },\n clear: function clear() {\n this.delegateMethod('clear'