epx-frame 3.14.1 → 3.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/lib/0.index.js +1 -0
  2. package/lib/1.index.js +1 -0
  3. package/lib/10.css +4 -0
  4. package/lib/10.index.js +1 -0
  5. package/lib/10.js +70 -50
  6. package/lib/11.index.js +10 -0
  7. package/lib/12.index.js +1 -0
  8. package/lib/13.index.js +1 -0
  9. package/lib/14.index.js +1 -0
  10. package/lib/15.index.js +1 -0
  11. package/lib/17.js +36 -36
  12. package/lib/2.index.js +1 -0
  13. package/lib/3.index.js +14 -0
  14. package/lib/4.index.js +1 -0
  15. package/lib/5.index.js +1 -0
  16. package/lib/6.index.js +1 -0
  17. package/lib/8.css +2 -0
  18. package/lib/8.index.js +1 -0
  19. package/lib/88.js +28223 -0
  20. package/lib/9.index.js +1 -0
  21. package/lib/add-form-item.js +1756 -1852
  22. package/lib/add-form.js +749 -705
  23. package/lib/alert.js +1924 -420
  24. package/lib/app-index.js +504 -504
  25. package/lib/app-nav.js +2104 -2098
  26. package/lib/app-tabs.js +521 -521
  27. package/lib/apply-form.js +4020 -3997
  28. package/lib/apply_bg.png +0 -0
  29. package/lib/approval-index-page.js +359 -359
  30. package/lib/approval-index.js +472 -472
  31. package/lib/auto.png +0 -0
  32. package/lib/base-page.js +311 -264
  33. package/lib/bpmn.eot +0 -0
  34. package/lib/bpmn.svg +224 -0
  35. package/lib/bpmn.ttf +0 -0
  36. package/lib/bpmn.woff +0 -0
  37. package/lib/bpmn.woff2 +0 -0
  38. package/lib/button.js +443 -443
  39. package/lib/card-form-item.js +680 -705
  40. package/lib/card.js +506 -506
  41. package/lib/category-list.js +10140 -9208
  42. package/lib/chart.js +2540 -2024
  43. package/lib/check-history.js +649 -465
  44. package/lib/color-picker.js +72 -72
  45. package/lib/component.js +7 -6
  46. package/lib/contact_bg.png +0 -0
  47. package/lib/contacts.js +424 -424
  48. package/lib/dashboard.js +2747 -2731
  49. package/lib/edit-entity-list.js +1905 -1197
  50. package/lib/entity-add-page.js +388 -388
  51. package/lib/entity-apply-page.js +386 -386
  52. package/lib/entity-card-list.js +1914 -1206
  53. package/lib/entity-list-find-page.js +437 -437
  54. package/lib/entity-list-find.js +109 -109
  55. package/lib/entity-list-page.js +354 -354
  56. package/lib/entity-list.js +1766 -1145
  57. package/lib/entity-no-submit-sub-list.js +228 -228
  58. package/lib/entity-sub-grid.js +815 -815
  59. package/lib/entity-sub-list.js +10454 -596
  60. package/lib/entity-tree-find-page.js +352 -352
  61. package/lib/entity-tree-find.js +914 -907
  62. package/lib/epx-frame.common.js +2 -2
  63. package/lib/export-file.js +514 -514
  64. package/lib/export.js +599 -598
  65. package/lib/flow-num-card.js +1182 -1182
  66. package/lib/footer.js +289 -289
  67. package/lib/form-item.js +1350 -987
  68. package/lib/form.js +495 -484
  69. package/lib/formula.js +3487 -3679
  70. package/lib/gauge.js +1290 -1326
  71. package/lib/grid.js +527 -527
  72. package/lib/hall_banner.png +0 -0
  73. package/lib/header.js +2282 -2370
  74. package/lib/hr.png +0 -0
  75. package/lib/icon.js +159 -159
  76. package/lib/iframe.js +400 -400
  77. package/lib/image.js +334 -334
  78. package/lib/import-file.js +445 -437
  79. package/lib/import.js +1335 -1335
  80. package/lib/index.css +2249 -138
  81. package/lib/index.js +92 -0
  82. package/lib/layout.js +847 -883
  83. package/lib/list.js +2906 -807
  84. package/lib/load-page.js +334 -334
  85. package/lib/m-entity-add-page.js +383 -383
  86. package/lib/m-entity-dept-find.js +420 -420
  87. package/lib/m-entity-list-find.js +1965 -1965
  88. package/lib/m-entity-list.js +404 -383
  89. package/lib/m-entity-no-submit-sub-list.js +335 -335
  90. package/lib/m-entity-tree-find.js +419 -419
  91. package/lib/m-entity-user-find.js +417 -417
  92. package/lib/m_hall_banner.png +0 -0
  93. package/lib/menu-index.js +332 -330
  94. package/lib/menu.js +815 -812
  95. package/lib/mine.js +11256 -527
  96. package/lib/module-index-page.js +476 -458
  97. package/lib/module-list-page.js +372 -372
  98. package/lib/module-list.js +458 -458
  99. package/lib/module.png +0 -0
  100. package/lib/nav-add-form.js +290 -290
  101. package/lib/num.js +1664 -1664
  102. package/lib/org-chart.js +438 -438
  103. package/lib/page-help.js +399 -399
  104. package/lib/page-tabs.js +859 -859
  105. package/lib/page.js +498 -496
  106. package/lib/progress-chart.js +437 -437
  107. package/lib/progress.js +441 -441
  108. package/lib/report-html.js +429 -429
  109. package/lib/report-preview.js +446 -443
  110. package/lib/router-view.js +207 -207
  111. package/lib/scope.js +1393 -619
  112. package/lib/search.js +601 -596
  113. package/lib/staff.png +0 -0
  114. package/lib/step-item.js +490 -490
  115. package/lib/step.js +502 -502
  116. package/lib/success.png +0 -0
  117. package/lib/tab-bar.js +23 -23
  118. package/lib/tag.js +2323 -0
  119. package/lib/task-list-page.js +352 -352
  120. package/lib/task-list.js +674 -616
  121. package/lib/text-editor.js +413 -413
  122. package/lib/text.js +432 -432
  123. package/lib/title.js +411 -411
  124. package/lib/user_bg.png +0 -0
  125. package/lib/visual-config-page.js +18948 -886
  126. package/package.json +1 -1
package/lib/gauge.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 393);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 495);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -92,23 +92,23 @@ module.exports =
92
92
 
93
93
  "use strict";
94
94
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectSpread2; });
95
- /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
95
+ /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
96
96
  /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__);
97
97
  /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
98
98
  /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__);
99
- /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30);
99
+ /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(29);
100
100
  /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__);
101
101
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(1);
102
102
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__);
103
- /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(42);
103
+ /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(43);
104
104
  /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4__);
105
105
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
106
106
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__);
107
- /* harmony import */ var core_js_modules_es_object_get_own_property_descriptors_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(43);
107
+ /* harmony import */ var core_js_modules_es_object_get_own_property_descriptors_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(44);
108
108
  /* harmony import */ var core_js_modules_es_object_get_own_property_descriptors_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_own_property_descriptors_js__WEBPACK_IMPORTED_MODULE_6__);
109
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(18);
109
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(21);
110
110
  /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_7__);
111
- /* harmony import */ var _defineProperty_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(21);
111
+ /* harmony import */ var _defineProperty_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(15);
112
112
 
113
113
 
114
114
 
@@ -163,7 +163,21 @@ module.exports = require("core-js/modules/es.symbol.iterator.js");
163
163
 
164
164
  /***/ }),
165
165
 
166
- /***/ 109:
166
+ /***/ 11:
167
+ /***/ (function(module, exports) {
168
+
169
+ module.exports = require("core-js/modules/es.array.map.js");
170
+
171
+ /***/ }),
172
+
173
+ /***/ 12:
174
+ /***/ (function(module, exports) {
175
+
176
+ module.exports = require("core-js/modules/es.regexp.exec.js");
177
+
178
+ /***/ }),
179
+
180
+ /***/ 129:
167
181
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
168
182
 
169
183
  "use strict";
@@ -171,18 +185,18 @@ module.exports = require("core-js/modules/es.symbol.iterator.js");
171
185
  __webpack_require__.r(__webpack_exports__);
172
186
 
173
187
  // EXTERNAL MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/visual/Component.vue?vue&type=script&lang=js&
174
- var Componentvue_type_script_lang_js_ = __webpack_require__(92);
188
+ var Componentvue_type_script_lang_js_ = __webpack_require__(74);
175
189
 
176
190
  // CONCATENATED MODULE: ./src/frame/views/visual/Component.vue?vue&type=script&lang=js&
177
191
  /* harmony default export */ var visual_Componentvue_type_script_lang_js_ = (Componentvue_type_script_lang_js_["a" /* default */]);
178
192
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
179
- var injectStylesIntoStyleTag = __webpack_require__(24);
193
+ var injectStylesIntoStyleTag = __webpack_require__(19);
180
194
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
181
195
 
182
- // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=1700798e&prod&lang=scss&
183
- var Componentvue_type_style_index_0_id_1700798e_prod_lang_scss_ = __webpack_require__(99);
196
+ // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=3fdcaa66&prod&lang=scss&
197
+ var Componentvue_type_style_index_0_id_3fdcaa66_prod_lang_scss_ = __webpack_require__(95);
184
198
 
185
- // CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=1700798e&prod&lang=scss&
199
+ // CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=3fdcaa66&prod&lang=scss&
186
200
 
187
201
 
188
202
 
@@ -191,12 +205,12 @@ var options = {};
191
205
  options.insert = "head";
192
206
  options.singleton = false;
193
207
 
194
- var update = injectStylesIntoStyleTag_default()(Componentvue_type_style_index_0_id_1700798e_prod_lang_scss_["a" /* default */], options);
208
+ var update = injectStylesIntoStyleTag_default()(Componentvue_type_style_index_0_id_3fdcaa66_prod_lang_scss_["a" /* default */], options);
195
209
 
196
210
 
197
211
 
198
- /* harmony default export */ var visual_Componentvue_type_style_index_0_id_1700798e_prod_lang_scss_ = (Componentvue_type_style_index_0_id_1700798e_prod_lang_scss_["a" /* default */].locals || {});
199
- // CONCATENATED MODULE: ./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=1700798e&prod&lang=scss&
212
+ /* harmony default export */ var visual_Componentvue_type_style_index_0_id_3fdcaa66_prod_lang_scss_ = (Componentvue_type_style_index_0_id_3fdcaa66_prod_lang_scss_["a" /* default */].locals || {});
213
+ // CONCATENATED MODULE: ./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=3fdcaa66&prod&lang=scss&
200
214
 
201
215
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
202
216
  var componentNormalizer = __webpack_require__(14);
@@ -225,14 +239,143 @@ var component = Object(componentNormalizer["a" /* default */])(
225
239
 
226
240
  /***/ }),
227
241
 
228
- /***/ 11:
242
+ /***/ 13:
229
243
  /***/ (function(module, exports) {
230
244
 
231
- module.exports = require("core-js/modules/es.array.map.js");
245
+ module.exports = require("core-js/modules/es.array.concat.js");
246
+
247
+ /***/ }),
248
+
249
+ /***/ 14:
250
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
251
+
252
+ "use strict";
253
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
254
+ /* globals __VUE_SSR_CONTEXT__ */
255
+
256
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
257
+ // This module is a runtime utility for cleaner component module output and will
258
+ // be included in the final webpack user bundle.
259
+
260
+ function normalizeComponent(
261
+ scriptExports,
262
+ render,
263
+ staticRenderFns,
264
+ functionalTemplate,
265
+ injectStyles,
266
+ scopeId,
267
+ moduleIdentifier /* server only */,
268
+ shadowMode /* vue-cli only */
269
+ ) {
270
+ // Vue.extend constructor export interop
271
+ var options =
272
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
273
+
274
+ // render functions
275
+ if (render) {
276
+ options.render = render
277
+ options.staticRenderFns = staticRenderFns
278
+ options._compiled = true
279
+ }
280
+
281
+ // functional template
282
+ if (functionalTemplate) {
283
+ options.functional = true
284
+ }
285
+
286
+ // scopedId
287
+ if (scopeId) {
288
+ options._scopeId = 'data-v-' + scopeId
289
+ }
290
+
291
+ var hook
292
+ if (moduleIdentifier) {
293
+ // server build
294
+ hook = function (context) {
295
+ // 2.3 injection
296
+ context =
297
+ context || // cached call
298
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
299
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
300
+ // 2.2 with runInNewContext: true
301
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
302
+ context = __VUE_SSR_CONTEXT__
303
+ }
304
+ // inject component styles
305
+ if (injectStyles) {
306
+ injectStyles.call(this, context)
307
+ }
308
+ // register component module identifier for async chunk inferrence
309
+ if (context && context._registeredComponents) {
310
+ context._registeredComponents.add(moduleIdentifier)
311
+ }
312
+ }
313
+ // used by ssr in case component is cached and beforeCreate
314
+ // never gets called
315
+ options._ssrRegister = hook
316
+ } else if (injectStyles) {
317
+ hook = shadowMode
318
+ ? function () {
319
+ injectStyles.call(
320
+ this,
321
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
322
+ )
323
+ }
324
+ : injectStyles
325
+ }
326
+
327
+ if (hook) {
328
+ if (options.functional) {
329
+ // for template-only hot-reload because in that case the render fn doesn't
330
+ // go through the normalizer
331
+ options._injectStyles = hook
332
+ // register for functional component in vue file
333
+ var originalRender = options.render
334
+ options.render = function renderWithStyleInjection(h, context) {
335
+ hook.call(context)
336
+ return originalRender(h, context)
337
+ }
338
+ } else {
339
+ // inject component registration as beforeCreate hook
340
+ var existing = options.beforeCreate
341
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
342
+ }
343
+ }
344
+
345
+ return {
346
+ exports: scriptExports,
347
+ options: options
348
+ }
349
+ }
350
+
351
+
352
+ /***/ }),
353
+
354
+ /***/ 15:
355
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
356
+
357
+ "use strict";
358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
359
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40);
360
+
361
+ function _defineProperty(obj, key, value) {
362
+ key = Object(_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(key);
363
+ if (key in obj) {
364
+ Object.defineProperty(obj, key, {
365
+ value: value,
366
+ enumerable: true,
367
+ configurable: true,
368
+ writable: true
369
+ });
370
+ } else {
371
+ obj[key] = value;
372
+ }
373
+ return obj;
374
+ }
232
375
 
233
376
  /***/ }),
234
377
 
235
- /***/ 111:
378
+ /***/ 159:
236
379
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
237
380
 
238
381
  "use strict";
@@ -851,191 +994,52 @@ var technology = {
851
994
 
852
995
  /***/ }),
853
996
 
854
- /***/ 12:
855
- /***/ (function(module, exports) {
997
+ /***/ 16:
998
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
856
999
 
857
- module.exports = require("core-js/modules/es.regexp.exec.js");
858
-
859
- /***/ }),
860
-
861
- /***/ 13:
862
- /***/ (function(module, exports) {
863
-
864
- module.exports = require("core-js/modules/es.array.concat.js");
865
-
866
- /***/ }),
867
-
868
- /***/ 14:
869
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
870
-
871
- "use strict";
872
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
873
- /* globals __VUE_SSR_CONTEXT__ */
874
-
875
- // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
876
- // This module is a runtime utility for cleaner component module output and will
877
- // be included in the final webpack user bundle.
878
-
879
- function normalizeComponent(
880
- scriptExports,
881
- render,
882
- staticRenderFns,
883
- functionalTemplate,
884
- injectStyles,
885
- scopeId,
886
- moduleIdentifier /* server only */,
887
- shadowMode /* vue-cli only */
888
- ) {
889
- // Vue.extend constructor export interop
890
- var options =
891
- typeof scriptExports === 'function' ? scriptExports.options : scriptExports
892
-
893
- // render functions
894
- if (render) {
895
- options.render = render
896
- options.staticRenderFns = staticRenderFns
897
- options._compiled = true
898
- }
899
-
900
- // functional template
901
- if (functionalTemplate) {
902
- options.functional = true
903
- }
904
-
905
- // scopedId
906
- if (scopeId) {
907
- options._scopeId = 'data-v-' + scopeId
908
- }
909
-
910
- var hook
911
- if (moduleIdentifier) {
912
- // server build
913
- hook = function (context) {
914
- // 2.3 injection
915
- context =
916
- context || // cached call
917
- (this.$vnode && this.$vnode.ssrContext) || // stateful
918
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
919
- // 2.2 with runInNewContext: true
920
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
921
- context = __VUE_SSR_CONTEXT__
922
- }
923
- // inject component styles
924
- if (injectStyles) {
925
- injectStyles.call(this, context)
926
- }
927
- // register component module identifier for async chunk inferrence
928
- if (context && context._registeredComponents) {
929
- context._registeredComponents.add(moduleIdentifier)
930
- }
931
- }
932
- // used by ssr in case component is cached and beforeCreate
933
- // never gets called
934
- options._ssrRegister = hook
935
- } else if (injectStyles) {
936
- hook = shadowMode
937
- ? function () {
938
- injectStyles.call(
939
- this,
940
- (options.functional ? this.parent : this).$root.$options.shadowRoot
941
- )
942
- }
943
- : injectStyles
944
- }
945
-
946
- if (hook) {
947
- if (options.functional) {
948
- // for template-only hot-reload because in that case the render fn doesn't
949
- // go through the normalizer
950
- options._injectStyles = hook
951
- // register for functional component in vue file
952
- var originalRender = options.render
953
- options.render = function renderWithStyleInjection(h, context) {
954
- hook.call(context)
955
- return originalRender(h, context)
956
- }
957
- } else {
958
- // inject component registration as beforeCreate hook
959
- var existing = options.beforeCreate
960
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
961
- }
962
- }
963
-
964
- return {
965
- exports: scriptExports,
966
- options: options
967
- }
968
- }
969
-
970
-
971
- /***/ }),
972
-
973
- /***/ 15:
974
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
975
-
976
- "use strict";
977
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayLikeToArray; });
978
- function _arrayLikeToArray(arr, len) {
979
- if (len == null || len > arr.length) len = arr.length;
980
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
981
- return arr2;
982
- }
983
-
984
- /***/ }),
985
-
986
- /***/ 16:
987
- /***/ (function(module, exports) {
988
-
989
- module.exports = require("core-js/modules/es.number.constructor.js");
990
-
991
- /***/ }),
992
-
993
- /***/ 17:
994
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
995
-
996
- "use strict";
997
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _regeneratorRuntime; });
998
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
999
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__);
1000
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
1001
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__);
1002
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
1003
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
1004
- /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
1005
- /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
1006
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(20);
1007
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
1008
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
1009
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
1010
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
1011
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__);
1012
- /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(46);
1013
- /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__);
1014
- /* harmony import */ var core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(47);
1015
- /* harmony import */ var core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8__);
1016
- /* harmony import */ var core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(48);
1017
- /* harmony import */ var core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9__);
1018
- /* harmony import */ var core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(49);
1019
- /* harmony import */ var core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10__);
1020
- /* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(45);
1021
- /* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__);
1022
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(8);
1023
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__);
1024
- /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(9);
1025
- /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__);
1026
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(35);
1027
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__);
1028
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(22);
1029
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__);
1030
- /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(28);
1031
- /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__);
1032
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(18);
1033
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__);
1034
- /* harmony import */ var core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(50);
1035
- /* harmony import */ var core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18__);
1036
- /* harmony import */ var core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(51);
1037
- /* harmony import */ var core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19__);
1038
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(3);
1000
+ "use strict";
1001
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _regeneratorRuntime; });
1002
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
1003
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__);
1004
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
1005
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__);
1006
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
1007
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
1008
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
1009
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
1010
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22);
1011
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
1012
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
1013
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
1014
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
1015
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__);
1016
+ /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(46);
1017
+ /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__);
1018
+ /* harmony import */ var core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(47);
1019
+ /* harmony import */ var core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8__);
1020
+ /* harmony import */ var core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(48);
1021
+ /* harmony import */ var core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9__);
1022
+ /* harmony import */ var core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(49);
1023
+ /* harmony import */ var core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10__);
1024
+ /* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(45);
1025
+ /* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__);
1026
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(8);
1027
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__);
1028
+ /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(9);
1029
+ /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__);
1030
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(36);
1031
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__);
1032
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(26);
1033
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__);
1034
+ /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(31);
1035
+ /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__);
1036
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(21);
1037
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__);
1038
+ /* harmony import */ var core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(52);
1039
+ /* harmony import */ var core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18__);
1040
+ /* harmony import */ var core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(53);
1041
+ /* harmony import */ var core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19__);
1042
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(4);
1039
1043
 
1040
1044
 
1041
1045
 
@@ -1378,808 +1382,787 @@ function _regeneratorRuntime() {
1378
1382
 
1379
1383
  /***/ }),
1380
1384
 
1381
- /***/ 18:
1385
+ /***/ 17:
1382
1386
  /***/ (function(module, exports) {
1383
1387
 
1384
- module.exports = require("core-js/modules/es.array.push.js");
1388
+ module.exports = require("core-js/modules/es.number.constructor.js");
1385
1389
 
1386
1390
  /***/ }),
1387
1391
 
1388
- /***/ 19:
1389
- /***/ (function(module, exports) {
1392
+ /***/ 18:
1393
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1390
1394
 
1391
- module.exports = require("core-js/modules/es.object.keys.js");
1395
+ "use strict";
1396
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayLikeToArray; });
1397
+ function _arrayLikeToArray(arr, len) {
1398
+ if (len == null || len > arr.length) len = arr.length;
1399
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1400
+ return arr2;
1401
+ }
1392
1402
 
1393
1403
  /***/ }),
1394
1404
 
1395
- /***/ 198:
1396
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1405
+ /***/ 19:
1406
+ /***/ (function(module, exports, __webpack_require__) {
1397
1407
 
1398
1408
  "use strict";
1399
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
1400
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(0);
1401
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55);
1402
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
1403
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
1404
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__);
1405
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
1406
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__);
1407
- /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(59);
1408
- /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_6__);
1409
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(13);
1410
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7__);
1411
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(20);
1412
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_8__);
1413
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(7);
1414
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9__);
1415
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(12);
1416
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__);
1417
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(29);
1418
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11__);
1419
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(16);
1420
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12__);
1421
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(18);
1422
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13__);
1423
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(39);
1424
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_14__);
1425
- /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(58);
1426
- /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_15__);
1427
- /* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(38);
1428
- /* harmony import */ var _utils_chartTheme_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(111);
1429
1409
 
1430
1410
 
1411
+ var isOldIE = function isOldIE() {
1412
+ var memo;
1413
+ return function memorize() {
1414
+ if (typeof memo === 'undefined') {
1415
+ // Test for IE <= 9 as proposed by Browserhacks
1416
+ // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
1417
+ // Tests for existence of standard globals is to allow style-loader
1418
+ // to operate correctly into non-standard environments
1419
+ // @see https://github.com/webpack-contrib/style-loader/issues/177
1420
+ memo = Boolean(window && document && document.all && !window.atob);
1421
+ }
1431
1422
 
1423
+ return memo;
1424
+ };
1425
+ }();
1432
1426
 
1427
+ var getTarget = function getTarget() {
1428
+ var memo = {};
1429
+ return function memorize(target) {
1430
+ if (typeof memo[target] === 'undefined') {
1431
+ var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
1433
1432
 
1433
+ if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
1434
+ try {
1435
+ // This will throw an exception if access to iframe is blocked
1436
+ // due to cross-origin restrictions
1437
+ styleTarget = styleTarget.contentDocument.head;
1438
+ } catch (e) {
1439
+ // istanbul ignore next
1440
+ styleTarget = null;
1441
+ }
1442
+ }
1434
1443
 
1444
+ memo[target] = styleTarget;
1445
+ }
1435
1446
 
1447
+ return memo[target];
1448
+ };
1449
+ }();
1436
1450
 
1451
+ var stylesInDom = [];
1437
1452
 
1453
+ function getIndexByIdentifier(identifier) {
1454
+ var result = -1;
1438
1455
 
1456
+ for (var i = 0; i < stylesInDom.length; i++) {
1457
+ if (stylesInDom[i].identifier === identifier) {
1458
+ result = i;
1459
+ break;
1460
+ }
1461
+ }
1439
1462
 
1463
+ return result;
1464
+ }
1440
1465
 
1466
+ function modulesToDom(list, options) {
1467
+ var idCountMap = {};
1468
+ var identifiers = [];
1441
1469
 
1470
+ for (var i = 0; i < list.length; i++) {
1471
+ var item = list[i];
1472
+ var id = options.base ? item[0] + options.base : item[0];
1473
+ var count = idCountMap[id] || 0;
1474
+ var identifier = "".concat(id, " ").concat(count);
1475
+ idCountMap[id] = count + 1;
1476
+ var index = getIndexByIdentifier(identifier);
1477
+ var obj = {
1478
+ css: item[1],
1479
+ media: item[2],
1480
+ sourceMap: item[3]
1481
+ };
1442
1482
 
1483
+ if (index !== -1) {
1484
+ stylesInDom[index].references++;
1485
+ stylesInDom[index].updater(obj);
1486
+ } else {
1487
+ stylesInDom.push({
1488
+ identifier: identifier,
1489
+ updater: addStyle(obj, options),
1490
+ references: 1
1491
+ });
1492
+ }
1443
1493
 
1494
+ identifiers.push(identifier);
1495
+ }
1444
1496
 
1497
+ return identifiers;
1498
+ }
1445
1499
 
1500
+ function insertStyleElement(options) {
1501
+ var style = document.createElement('style');
1502
+ var attributes = options.attributes || {};
1446
1503
 
1504
+ if (typeof attributes.nonce === 'undefined') {
1505
+ var nonce = true ? __webpack_require__.nc : undefined;
1447
1506
 
1507
+ if (nonce) {
1508
+ attributes.nonce = nonce;
1509
+ }
1510
+ }
1448
1511
 
1512
+ Object.keys(attributes).forEach(function (key) {
1513
+ style.setAttribute(key, attributes[key]);
1514
+ });
1449
1515
 
1516
+ if (typeof options.insert === 'function') {
1517
+ options.insert(style);
1518
+ } else {
1519
+ var target = getTarget(options.insert || 'head');
1450
1520
 
1521
+ if (!target) {
1522
+ throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
1523
+ }
1451
1524
 
1525
+ target.appendChild(style);
1526
+ }
1452
1527
 
1453
- //
1454
- //
1455
- //
1456
- //
1457
- //
1458
- //
1459
- //
1460
- //
1461
- //
1462
- //
1528
+ return style;
1529
+ }
1463
1530
 
1531
+ function removeStyleElement(style) {
1532
+ // istanbul ignore if
1533
+ if (style.parentNode === null) {
1534
+ return false;
1535
+ }
1464
1536
 
1537
+ style.parentNode.removeChild(style);
1538
+ }
1539
+ /* istanbul ignore next */
1465
1540
 
1466
- /* harmony default export */ __webpack_exports__["a"] = ({
1467
- name: 'epx-gauge',
1468
- mixins: [_utils_mixins_component__WEBPACK_IMPORTED_MODULE_16__[/* default */ "a"]],
1469
- data: function data() {
1470
- return {
1471
- ratio: 0
1472
- };
1473
- },
1474
- props: {
1475
- theme: String
1476
- },
1477
- computed: {
1478
- showTitle: function showTitle() {
1479
- var _this$$configs$showTi = this.$configs.showTitle,
1480
- showTitle = _this$$configs$showTi === void 0 ? true : _this$$configs$showTi;
1481
- return showTitle !== false;
1482
- },
1483
- title: function title() {
1484
- var _this$$component$titl = this.$component.title,
1485
- title = _this$$component$titl === void 0 ? '' : _this$$component$titl;
1486
- return title;
1487
- },
1488
- chartTheme: function chartTheme() {
1489
- return this.$configs.theme || this.theme;
1490
- },
1491
- scopeParams: function scopeParams() {
1492
- var _this$$configs$scopeP = this.$configs.scopeParams,
1493
- configScopeParams = _this$$configs$scopeP === void 0 ? [] : _this$$configs$scopeP;
1494
- var _this$$query$scopePar = this.$query.scopeParams,
1495
- queryScopeParams = _this$$query$scopePar === void 0 ? [] : _this$$query$scopePar;
1496
- var scopeParams = [];
1497
- if (Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(configScopeParams) === 'object' && !Array.isArray(configScopeParams)) {
1498
- Object.entries(configScopeParams).forEach(function (_ref) {
1499
- var _ref2 = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(_ref, 2),
1500
- key = _ref2[0],
1501
- value = _ref2[1];
1502
- scopeParams.push(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
1503
- field: key
1504
- }, value));
1505
- });
1506
- } else {
1507
- scopeParams.push.apply(scopeParams, Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(configScopeParams));
1508
- }
1509
- // 格式化scopeParams
1510
- var _scopeParams = this.$_.cloneDeep([].concat(scopeParams, Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(queryScopeParams), Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.searchScopeparams || [])));
1511
- // eslint-disable-next-line no-unused-vars
1512
- var that = this;
1513
- var _loop = function _loop() {
1514
- var scope = _scopeParams[scopeKey];
1515
- var values = scope.values;
1516
- if (/#\{(.+)\}/.test(values)) {
1517
- values = values.replace(/#\{(.+)\}/, function (match, key) {
1518
- try {
1519
- // eslint-disable-next-line no-eval
1520
- return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1521
- } catch (error) {
1522
- return scope.values;
1523
- }
1524
- });
1525
- }
1526
- if (/\$\[(.+)\]/.test(values)) {
1527
- values = values.replace(/\$\[(.+)\]/, function (match, key) {
1528
- try {
1529
- // eslint-disable-next-line no-eval
1530
- return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1531
- } catch (error) {
1532
- return scope.values;
1533
- }
1534
- });
1535
- }
1536
- scope.values = values;
1537
- };
1538
- for (var scopeKey in _scopeParams) {
1539
- _loop();
1540
- }
1541
- return _scopeParams;
1542
- },
1543
- percentScopeParams: function percentScopeParams() {
1544
- var _this$$configs$percen = this.$configs.percentScopeParams,
1545
- percentScopeParams = _this$$configs$percen === void 0 ? [] : _this$$configs$percen;
1546
- var _this$$query$scopePar2 = this.$query.scopeParams,
1547
- queryScopeParams = _this$$query$scopePar2 === void 0 ? [] : _this$$query$scopePar2;
1548
- var _scopeParams = this.$_.cloneDeep([].concat(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(percentScopeParams), Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(queryScopeParams)));
1549
- // eslint-disable-next-line no-unused-vars
1550
- var that = this;
1551
- var _loop2 = function _loop2() {
1552
- var scope = _scopeParams[scopeKey];
1553
- var values = scope.values;
1554
- if (/#\{(.+)\}/.test(values)) {
1555
- values = values.replace(/#\{(.+)\}/, function (match, key) {
1556
- try {
1557
- // eslint-disable-next-line no-eval
1558
- return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1559
- } catch (error) {
1560
- return scope.values;
1561
- }
1562
- });
1563
- }
1564
- if (/\$\[(.+)\]/.test(values)) {
1565
- values = values.replace(/\$\[(.+)\]/, function (match, key) {
1566
- try {
1567
- // eslint-disable-next-line no-eval
1568
- return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1569
- } catch (error) {
1570
- return scope.values;
1571
- }
1572
- });
1573
- }
1574
- scope.values = values;
1575
- };
1576
- for (var scopeKey in _scopeParams) {
1577
- _loop2();
1578
- }
1579
- return _scopeParams;
1580
- }
1581
- },
1582
- watch: {
1583
- scopeParams: function scopeParams(v) {
1584
- if (this.isInit && !this.$_.isEqual(v, this.oldScopeParams)) {
1585
- this.getRatio();
1586
- }
1587
- }
1588
- },
1589
- methods: {
1590
- initComponent: function initComponent() {
1591
- this.isInit = true;
1592
- this.getRatio();
1593
- },
1594
- $refesh: function $refesh() {
1595
- this.getRatio();
1596
- },
1597
- getRatio: function getRatio() {
1598
- var _this = this;
1599
- // 获取比率
1600
- this.oldScopeParams = this.$_.cloneDeep(this.scopeParams);
1601
- if (this.count !== null && this.count !== undefined) return;
1602
- var _this$$configs = this.$configs,
1603
- _this$$configs$entity = _this$$configs.entityId,
1604
- entityId = _this$$configs$entity === void 0 ? this.$metaId : _this$$configs$entity,
1605
- _this$$configs$dataKe = _this$$configs.dataKey,
1606
- dataKey = _this$$configs$dataKe === void 0 ? 'total' : _this$$configs$dataKe,
1607
- countType = _this$$configs.countType,
1608
- countField = _this$$configs.countField,
1609
- countFunction = _this$$configs.countFunction,
1610
- _this$$configs$showPe = _this$$configs.showPercent,
1611
- showPercent = _this$$configs$showPe === void 0 ? '1' : _this$$configs$showPe,
1612
- allCountType = _this$$configs.allCountType,
1613
- allCountField = _this$$configs.allCountField,
1614
- allCountFunction = _this$$configs.allCountFunction;
1615
- var _this$$configs$params = this.$configs.params,
1616
- params = _this$$configs$params === void 0 ? {} : _this$$configs$params;
1617
- var props = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
1618
- action: 'getCount',
1619
- entityId: entityId,
1620
- countType: countType,
1621
- allCountType: allCountType
1622
- }, this.$formatParams(params)), {}, {
1623
- scopeParams: JSON.stringify(this.scopeParams)
1624
- });
1625
- if (countType) {
1626
- props.countField = countField;
1627
- props.countFunction = countFunction;
1628
- }
1629
- if (showPercent) {
1630
- props.showPercent = '1';
1631
- props.percentScopeParams = JSON.stringify(this.percentScopeParams);
1632
- }
1633
- if (allCountType) {
1634
- props.allCountField = allCountField || countField;
1635
- props.allCountFunction = allCountFunction;
1636
- }
1637
- this.$http.save(props).then(function (data) {
1638
- if (!data) {
1639
- _this.ratio = '0';
1640
- } else if (typeof data === 'string' || typeof data === 'number') {
1641
- _this.ratio = data;
1642
- } else {
1643
- // eslint-disable-next-line no-eval
1644
- _this.ratio = eval("data.".concat(dataKey));
1645
- }
1646
- _this.ratio = _this.ratio.replace('%', '');
1647
- _this.setChart();
1648
- }).catch(function (err) {
1649
- _this.$message.error(err.message);
1650
- });
1651
- },
1652
- setChart: function setChart() {
1653
- // 设置图表
1654
- var _this$$configs2 = this.$configs,
1655
- type = _this$$configs2.type,
1656
- _this$$configs2$anima = _this$$configs2.animation,
1657
- animation = _this$$configs2$anima === void 0 ? true : _this$$configs2$anima,
1658
- detailOffsetCenterY = _this$$configs2.detailOffsetCenterY,
1659
- _this$$configs2$detai = _this$$configs2.detailSuffix,
1660
- detailSuffix = _this$$configs2$detai === void 0 ? '' : _this$$configs2$detai,
1661
- _this$$configs2$title = _this$$configs2.titleFont,
1662
- titleFont = _this$$configs2$title === void 0 ? {} : _this$$configs2$title,
1663
- _this$$configs2$detai2 = _this$$configs2.detailFont,
1664
- detailFont = _this$$configs2$detai2 === void 0 ? {} : _this$$configs2$detai2,
1665
- _this$$configs2$showS = _this$$configs2.showSplitLine,
1666
- showSplitLine = _this$$configs2$showS === void 0 ? true : _this$$configs2$showS,
1667
- _this$$configs2$showA = _this$$configs2.showAxisLabel,
1668
- showAxisLabel = _this$$configs2$showA === void 0 ? true : _this$$configs2$showA,
1669
- _this$$configs2$point = _this$$configs2.pointerLength,
1670
- pointerLength = _this$$configs2$point === void 0 ? '60' : _this$$configs2$point;
1671
- if (detailFont.fontSize) detailFont.fontSize = detailFont.fontSize.replace('px', '');
1672
- if (detailFont.lineHeight) detailFont.lineHeight = detailFont.lineHeight.replace('px', '');
1673
- if (titleFont.fontSize) titleFont.fontSize = titleFont.fontSize.replace('px', '');
1674
- if (titleFont.lineHeight) titleFont.lineHeight = titleFont.lineHeight.replace('px', '');
1675
- var seriesData = {
1676
- name: 'Pressure',
1677
- type: 'gauge',
1678
- radius: '90%',
1679
- progress: {
1680
- show: animation
1681
- },
1682
- title: {},
1683
- splitLine: {
1684
- show: showSplitLine,
1685
- distance: 5
1686
- },
1687
- axisLabel: {
1688
- show: showAxisLabel
1689
- },
1690
- axisTick: {
1691
- show: false
1692
- },
1693
- pointer: {
1694
- length: pointerLength + '%'
1695
- },
1696
- detail: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
1697
- valueAnimation: animation,
1698
- formatter: '{value} ' + detailSuffix
1699
- }, detailFont),
1700
- data: [{
1701
- value: this.ratio
1702
- // name: this.$component.title
1703
- }]
1704
- };
1705
1541
 
1706
- if (type === 'circle') {
1707
- seriesData.pointer = false;
1708
- seriesData.startAngle = 90;
1709
- seriesData.endAngle = -270;
1710
- seriesData.splitLine = false;
1711
- seriesData.splitLine = false;
1712
- seriesData.axisLabel.show = false;
1713
- seriesData.axisLabel.distance = 50;
1714
- detailOffsetCenterY = 0;
1715
- }
1716
- if (detailOffsetCenterY || detailOffsetCenterY === 0) {
1717
- seriesData.title.offsetCenter = [0, Number(detailOffsetCenterY) - 8 + '%'];
1718
- seriesData.detail.offsetCenter = [0, Number(detailOffsetCenterY) + 8 + '%'];
1719
- }
1720
- this.chartOption = {
1721
- series: [seriesData]
1722
- };
1723
- if (this.myChart) this.myChart.dispose();
1724
- this.myChart = this.echarts.init(this.$refs.main, this.chartTheme);
1725
- this.myChart.setOption(this.chartOption);
1726
- }
1727
- },
1728
- created: function created() {
1729
- var _this2 = this;
1730
- this.$util.usePlugin('echarts').then(function (echarts) {
1731
- _this2.echarts = echarts;
1732
- for (var key in _utils_chartTheme_js__WEBPACK_IMPORTED_MODULE_17__) {
1733
- echarts.registerTheme(key, _utils_chartTheme_js__WEBPACK_IMPORTED_MODULE_17__[key]);
1734
- }
1735
- _this2.setChart();
1736
- });
1737
- }
1738
- });
1542
+ var replaceText = function replaceText() {
1543
+ var textStore = [];
1544
+ return function replace(index, replacement) {
1545
+ textStore[index] = replacement;
1546
+ return textStore.filter(Boolean).join('\n');
1547
+ };
1548
+ }();
1739
1549
 
1740
- /***/ }),
1550
+ function applyToSingletonTag(style, index, remove, obj) {
1551
+ var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
1741
1552
 
1742
- /***/ 2:
1743
- /***/ (function(module, exports) {
1553
+ /* istanbul ignore if */
1744
1554
 
1745
- module.exports = require("core-js/modules/es.symbol.js");
1555
+ if (style.styleSheet) {
1556
+ style.styleSheet.cssText = replaceText(index, css);
1557
+ } else {
1558
+ var cssNode = document.createTextNode(css);
1559
+ var childNodes = style.childNodes;
1746
1560
 
1747
- /***/ }),
1561
+ if (childNodes[index]) {
1562
+ style.removeChild(childNodes[index]);
1563
+ }
1564
+
1565
+ if (childNodes.length) {
1566
+ style.insertBefore(cssNode, childNodes[index]);
1567
+ } else {
1568
+ style.appendChild(cssNode);
1569
+ }
1570
+ }
1571
+ }
1748
1572
 
1749
- /***/ 20:
1750
- /***/ (function(module, exports) {
1573
+ function applyToTag(style, options, obj) {
1574
+ var css = obj.css;
1575
+ var media = obj.media;
1576
+ var sourceMap = obj.sourceMap;
1751
1577
 
1752
- module.exports = require("core-js/modules/es.array.iterator.js");
1578
+ if (media) {
1579
+ style.setAttribute('media', media);
1580
+ } else {
1581
+ style.removeAttribute('media');
1582
+ }
1753
1583
 
1754
- /***/ }),
1584
+ if (sourceMap && typeof btoa !== 'undefined') {
1585
+ css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
1586
+ } // For old IE
1755
1587
 
1756
- /***/ 21:
1757
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1588
+ /* istanbul ignore if */
1758
1589
 
1759
- "use strict";
1760
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
1761
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(44);
1762
1590
 
1763
- function _defineProperty(obj, key, value) {
1764
- key = Object(_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(key);
1765
- if (key in obj) {
1766
- Object.defineProperty(obj, key, {
1767
- value: value,
1768
- enumerable: true,
1769
- configurable: true,
1770
- writable: true
1771
- });
1591
+ if (style.styleSheet) {
1592
+ style.styleSheet.cssText = css;
1772
1593
  } else {
1773
- obj[key] = value;
1594
+ while (style.firstChild) {
1595
+ style.removeChild(style.firstChild);
1596
+ }
1597
+
1598
+ style.appendChild(document.createTextNode(css));
1774
1599
  }
1775
- return obj;
1776
1600
  }
1777
1601
 
1778
- /***/ }),
1602
+ var singleton = null;
1603
+ var singletonCounter = 0;
1779
1604
 
1780
- /***/ 22:
1781
- /***/ (function(module, exports) {
1605
+ function addStyle(obj, options) {
1606
+ var style;
1607
+ var update;
1608
+ var remove;
1782
1609
 
1783
- module.exports = require("core-js/modules/es.array.slice.js");
1610
+ if (options.singleton) {
1611
+ var styleIndex = singletonCounter++;
1612
+ style = singleton || (singleton = insertStyleElement(options));
1613
+ update = applyToSingletonTag.bind(null, style, styleIndex, false);
1614
+ remove = applyToSingletonTag.bind(null, style, styleIndex, true);
1615
+ } else {
1616
+ style = insertStyleElement(options);
1617
+ update = applyToTag.bind(null, style, options);
1784
1618
 
1785
- /***/ }),
1619
+ remove = function remove() {
1620
+ removeStyleElement(style);
1621
+ };
1622
+ }
1786
1623
 
1787
- /***/ 23:
1788
- /***/ (function(module, exports) {
1624
+ update(obj);
1625
+ return function updateStyle(newObj) {
1626
+ if (newObj) {
1627
+ if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
1628
+ return;
1629
+ }
1789
1630
 
1790
- module.exports = require("core-js/modules/es.array.from.js");
1631
+ update(obj = newObj);
1632
+ } else {
1633
+ remove();
1634
+ }
1635
+ };
1636
+ }
1791
1637
 
1792
- /***/ }),
1638
+ module.exports = function (list, options) {
1639
+ options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
1640
+ // tags it will allow on a page
1793
1641
 
1794
- /***/ 24:
1795
- /***/ (function(module, exports, __webpack_require__) {
1642
+ if (!options.singleton && typeof options.singleton !== 'boolean') {
1643
+ options.singleton = isOldIE();
1644
+ }
1796
1645
 
1797
- "use strict";
1646
+ list = list || [];
1647
+ var lastIdentifiers = modulesToDom(list, options);
1648
+ return function update(newList) {
1649
+ newList = newList || [];
1798
1650
 
1651
+ if (Object.prototype.toString.call(newList) !== '[object Array]') {
1652
+ return;
1653
+ }
1799
1654
 
1800
- var isOldIE = function isOldIE() {
1801
- var memo;
1802
- return function memorize() {
1803
- if (typeof memo === 'undefined') {
1804
- // Test for IE <= 9 as proposed by Browserhacks
1805
- // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
1806
- // Tests for existence of standard globals is to allow style-loader
1807
- // to operate correctly into non-standard environments
1808
- // @see https://github.com/webpack-contrib/style-loader/issues/177
1809
- memo = Boolean(window && document && document.all && !window.atob);
1655
+ for (var i = 0; i < lastIdentifiers.length; i++) {
1656
+ var identifier = lastIdentifiers[i];
1657
+ var index = getIndexByIdentifier(identifier);
1658
+ stylesInDom[index].references--;
1810
1659
  }
1811
1660
 
1812
- return memo;
1813
- };
1814
- }();
1661
+ var newLastIdentifiers = modulesToDom(newList, options);
1815
1662
 
1816
- var getTarget = function getTarget() {
1817
- var memo = {};
1818
- return function memorize(target) {
1819
- if (typeof memo[target] === 'undefined') {
1820
- var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
1663
+ for (var _i = 0; _i < lastIdentifiers.length; _i++) {
1664
+ var _identifier = lastIdentifiers[_i];
1821
1665
 
1822
- if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
1823
- try {
1824
- // This will throw an exception if access to iframe is blocked
1825
- // due to cross-origin restrictions
1826
- styleTarget = styleTarget.contentDocument.head;
1827
- } catch (e) {
1828
- // istanbul ignore next
1829
- styleTarget = null;
1830
- }
1831
- }
1666
+ var _index = getIndexByIdentifier(_identifier);
1832
1667
 
1833
- memo[target] = styleTarget;
1668
+ if (stylesInDom[_index].references === 0) {
1669
+ stylesInDom[_index].updater();
1670
+
1671
+ stylesInDom.splice(_index, 1);
1672
+ }
1834
1673
  }
1835
1674
 
1836
- return memo[target];
1675
+ lastIdentifiers = newLastIdentifiers;
1837
1676
  };
1838
- }();
1677
+ };
1839
1678
 
1840
- var stylesInDom = [];
1679
+ /***/ }),
1841
1680
 
1842
- function getIndexByIdentifier(identifier) {
1843
- var result = -1;
1681
+ /***/ 2:
1682
+ /***/ (function(module, exports) {
1844
1683
 
1845
- for (var i = 0; i < stylesInDom.length; i++) {
1846
- if (stylesInDom[i].identifier === identifier) {
1847
- result = i;
1848
- break;
1849
- }
1850
- }
1684
+ module.exports = require("core-js/modules/es.symbol.js");
1851
1685
 
1852
- return result;
1853
- }
1686
+ /***/ }),
1854
1687
 
1855
- function modulesToDom(list, options) {
1856
- var idCountMap = {};
1857
- var identifiers = [];
1688
+ /***/ 20:
1689
+ /***/ (function(module, exports, __webpack_require__) {
1858
1690
 
1859
- for (var i = 0; i < list.length; i++) {
1860
- var item = list[i];
1861
- var id = options.base ? item[0] + options.base : item[0];
1862
- var count = idCountMap[id] || 0;
1863
- var identifier = "".concat(id, " ").concat(count);
1864
- idCountMap[id] = count + 1;
1865
- var index = getIndexByIdentifier(identifier);
1866
- var obj = {
1867
- css: item[1],
1868
- media: item[2],
1869
- sourceMap: item[3]
1870
- };
1691
+ "use strict";
1871
1692
 
1872
- if (index !== -1) {
1873
- stylesInDom[index].references++;
1874
- stylesInDom[index].updater(obj);
1875
- } else {
1876
- stylesInDom.push({
1877
- identifier: identifier,
1878
- updater: addStyle(obj, options),
1879
- references: 1
1880
- });
1881
- }
1882
1693
 
1883
- identifiers.push(identifier);
1884
- }
1694
+ /*
1695
+ MIT License http://www.opensource.org/licenses/mit-license.php
1696
+ Author Tobias Koppers @sokra
1697
+ */
1698
+ // css base code, injected by the css-loader
1699
+ // eslint-disable-next-line func-names
1700
+ __webpack_require__(1);
1701
+ __webpack_require__(33);
1702
+ __webpack_require__(11);
1703
+ __webpack_require__(13);
1704
+ __webpack_require__(1);
1705
+ __webpack_require__(33);
1706
+ __webpack_require__(11);
1707
+ __webpack_require__(13);
1708
+ __webpack_require__(21);
1709
+ module.exports = function (cssWithMappingToString) {
1710
+ var list = []; // return the list of modules as css string
1885
1711
 
1886
- return identifiers;
1887
- }
1712
+ list.toString = function toString() {
1713
+ return this.map(function (item) {
1714
+ var content = cssWithMappingToString(item);
1715
+ if (item[2]) {
1716
+ return "@media ".concat(item[2], " {").concat(content, "}");
1717
+ }
1718
+ return content;
1719
+ }).join("");
1720
+ }; // import a list of modules into the list
1721
+ // eslint-disable-next-line func-names
1888
1722
 
1889
- function insertStyleElement(options) {
1890
- var style = document.createElement('style');
1891
- var attributes = options.attributes || {};
1723
+ list.i = function (modules, mediaQuery, dedupe) {
1724
+ if (typeof modules === "string") {
1725
+ // eslint-disable-next-line no-param-reassign
1726
+ modules = [[null, modules, ""]];
1727
+ }
1728
+ var alreadyImportedModules = {};
1729
+ if (dedupe) {
1730
+ for (var i = 0; i < this.length; i++) {
1731
+ // eslint-disable-next-line prefer-destructuring
1732
+ var id = this[i][0];
1733
+ if (id != null) {
1734
+ alreadyImportedModules[id] = true;
1735
+ }
1736
+ }
1737
+ }
1738
+ for (var _i = 0; _i < modules.length; _i++) {
1739
+ var item = [].concat(modules[_i]);
1740
+ if (dedupe && alreadyImportedModules[item[0]]) {
1741
+ // eslint-disable-next-line no-continue
1742
+ continue;
1743
+ }
1744
+ if (mediaQuery) {
1745
+ if (!item[2]) {
1746
+ item[2] = mediaQuery;
1747
+ } else {
1748
+ item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
1749
+ }
1750
+ }
1751
+ list.push(item);
1752
+ }
1753
+ };
1754
+ return list;
1755
+ };
1892
1756
 
1893
- if (typeof attributes.nonce === 'undefined') {
1894
- var nonce = true ? __webpack_require__.nc : undefined;
1757
+ /***/ }),
1895
1758
 
1896
- if (nonce) {
1897
- attributes.nonce = nonce;
1898
- }
1899
- }
1759
+ /***/ 21:
1760
+ /***/ (function(module, exports) {
1900
1761
 
1901
- Object.keys(attributes).forEach(function (key) {
1902
- style.setAttribute(key, attributes[key]);
1903
- });
1762
+ module.exports = require("core-js/modules/es.array.push.js");
1904
1763
 
1905
- if (typeof options.insert === 'function') {
1906
- options.insert(style);
1907
- } else {
1908
- var target = getTarget(options.insert || 'head');
1764
+ /***/ }),
1909
1765
 
1910
- if (!target) {
1911
- throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
1912
- }
1766
+ /***/ 216:
1767
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1913
1768
 
1914
- target.appendChild(style);
1915
- }
1769
+ "use strict";
1770
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
1771
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(0);
1772
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(56);
1773
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4);
1774
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
1775
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__);
1776
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
1777
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__);
1778
+ /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(61);
1779
+ /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_6__);
1780
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(13);
1781
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7__);
1782
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(22);
1783
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_8__);
1784
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(7);
1785
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9__);
1786
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(12);
1787
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__);
1788
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(27);
1789
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11__);
1790
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(17);
1791
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12__);
1792
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(21);
1793
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13__);
1794
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(38);
1795
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_14__);
1796
+ /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(59);
1797
+ /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_15__);
1798
+ /* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(39);
1799
+ /* harmony import */ var _utils_chartTheme_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(159);
1916
1800
 
1917
- return style;
1918
- }
1919
1801
 
1920
- function removeStyleElement(style) {
1921
- // istanbul ignore if
1922
- if (style.parentNode === null) {
1923
- return false;
1924
- }
1925
1802
 
1926
- style.parentNode.removeChild(style);
1927
- }
1928
- /* istanbul ignore next */
1929
1803
 
1930
1804
 
1931
- var replaceText = function replaceText() {
1932
- var textStore = [];
1933
- return function replace(index, replacement) {
1934
- textStore[index] = replacement;
1935
- return textStore.filter(Boolean).join('\n');
1936
- };
1937
- }();
1938
1805
 
1939
- function applyToSingletonTag(style, index, remove, obj) {
1940
- var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
1941
1806
 
1942
- /* istanbul ignore if */
1943
1807
 
1944
- if (style.styleSheet) {
1945
- style.styleSheet.cssText = replaceText(index, css);
1946
- } else {
1947
- var cssNode = document.createTextNode(css);
1948
- var childNodes = style.childNodes;
1949
1808
 
1950
- if (childNodes[index]) {
1951
- style.removeChild(childNodes[index]);
1952
- }
1953
1809
 
1954
- if (childNodes.length) {
1955
- style.insertBefore(cssNode, childNodes[index]);
1956
- } else {
1957
- style.appendChild(cssNode);
1958
- }
1959
- }
1960
- }
1961
1810
 
1962
- function applyToTag(style, options, obj) {
1963
- var css = obj.css;
1964
- var media = obj.media;
1965
- var sourceMap = obj.sourceMap;
1966
1811
 
1967
- if (media) {
1968
- style.setAttribute('media', media);
1969
- } else {
1970
- style.removeAttribute('media');
1971
- }
1972
1812
 
1973
- if (sourceMap && typeof btoa !== 'undefined') {
1974
- css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
1975
- } // For old IE
1976
1813
 
1977
- /* istanbul ignore if */
1978
1814
 
1979
1815
 
1980
- if (style.styleSheet) {
1981
- style.styleSheet.cssText = css;
1982
- } else {
1983
- while (style.firstChild) {
1984
- style.removeChild(style.firstChild);
1985
- }
1986
1816
 
1987
- style.appendChild(document.createTextNode(css));
1988
- }
1989
- }
1990
1817
 
1991
- var singleton = null;
1992
- var singletonCounter = 0;
1993
1818
 
1994
- function addStyle(obj, options) {
1995
- var style;
1996
- var update;
1997
- var remove;
1998
1819
 
1999
- if (options.singleton) {
2000
- var styleIndex = singletonCounter++;
2001
- style = singleton || (singleton = insertStyleElement(options));
2002
- update = applyToSingletonTag.bind(null, style, styleIndex, false);
2003
- remove = applyToSingletonTag.bind(null, style, styleIndex, true);
2004
- } else {
2005
- style = insertStyleElement(options);
2006
- update = applyToTag.bind(null, style, options);
2007
1820
 
2008
- remove = function remove() {
2009
- removeStyleElement(style);
2010
- };
2011
- }
2012
1821
 
2013
- update(obj);
2014
- return function updateStyle(newObj) {
2015
- if (newObj) {
2016
- if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
2017
- return;
2018
- }
2019
1822
 
2020
- update(obj = newObj);
2021
- } else {
2022
- remove();
2023
- }
2024
- };
2025
- }
2026
1823
 
2027
- module.exports = function (list, options) {
2028
- options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
2029
- // tags it will allow on a page
1824
+ //
1825
+ //
1826
+ //
1827
+ //
1828
+ //
1829
+ //
1830
+ //
1831
+ //
1832
+ //
1833
+ //
2030
1834
 
2031
- if (!options.singleton && typeof options.singleton !== 'boolean') {
2032
- options.singleton = isOldIE();
2033
- }
2034
1835
 
2035
- list = list || [];
2036
- var lastIdentifiers = modulesToDom(list, options);
2037
- return function update(newList) {
2038
- newList = newList || [];
2039
1836
 
2040
- if (Object.prototype.toString.call(newList) !== '[object Array]') {
2041
- return;
1837
+ /* harmony default export */ __webpack_exports__["a"] = ({
1838
+ name: 'epx-gauge',
1839
+ mixins: [_utils_mixins_component__WEBPACK_IMPORTED_MODULE_16__[/* default */ "a"]],
1840
+ data: function data() {
1841
+ return {
1842
+ ratio: 0
1843
+ };
1844
+ },
1845
+ props: {
1846
+ theme: String
1847
+ },
1848
+ computed: {
1849
+ showTitle: function showTitle() {
1850
+ var _this$$configs$showTi = this.$configs.showTitle,
1851
+ showTitle = _this$$configs$showTi === void 0 ? true : _this$$configs$showTi;
1852
+ return showTitle !== false;
1853
+ },
1854
+ title: function title() {
1855
+ var _this$$component$titl = this.$component.title,
1856
+ title = _this$$component$titl === void 0 ? '' : _this$$component$titl;
1857
+ return title;
1858
+ },
1859
+ chartTheme: function chartTheme() {
1860
+ return this.$configs.theme || this.theme;
1861
+ },
1862
+ scopeParams: function scopeParams() {
1863
+ var _this$$configs$scopeP = this.$configs.scopeParams,
1864
+ configScopeParams = _this$$configs$scopeP === void 0 ? [] : _this$$configs$scopeP;
1865
+ var _this$$query$scopePar = this.$query.scopeParams,
1866
+ queryScopeParams = _this$$query$scopePar === void 0 ? [] : _this$$query$scopePar;
1867
+ var scopeParams = [];
1868
+ if (Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(configScopeParams) === 'object' && !Array.isArray(configScopeParams)) {
1869
+ Object.entries(configScopeParams).forEach(function (_ref) {
1870
+ var _ref2 = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(_ref, 2),
1871
+ key = _ref2[0],
1872
+ value = _ref2[1];
1873
+ scopeParams.push(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
1874
+ field: key
1875
+ }, value));
1876
+ });
1877
+ } else {
1878
+ scopeParams.push.apply(scopeParams, Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(configScopeParams));
1879
+ }
1880
+ // 格式化scopeParams
1881
+ var _scopeParams = this.$_.cloneDeep([].concat(scopeParams, Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(queryScopeParams), Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.searchScopeparams || [])));
1882
+ // eslint-disable-next-line no-unused-vars
1883
+ var that = this;
1884
+ var _loop = function _loop() {
1885
+ var scope = _scopeParams[scopeKey];
1886
+ var values = scope.values;
1887
+ if (/#\{(.+)\}/.test(values)) {
1888
+ values = values.replace(/#\{(.+)\}/, function (match, key) {
1889
+ try {
1890
+ // eslint-disable-next-line no-eval
1891
+ return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1892
+ } catch (error) {
1893
+ return scope.values;
1894
+ }
1895
+ });
1896
+ }
1897
+ if (/\$\[(.+)\]/.test(values)) {
1898
+ values = values.replace(/\$\[(.+)\]/, function (match, key) {
1899
+ try {
1900
+ // eslint-disable-next-line no-eval
1901
+ return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1902
+ } catch (error) {
1903
+ return scope.values;
1904
+ }
1905
+ });
1906
+ }
1907
+ scope.values = values;
1908
+ };
1909
+ for (var scopeKey in _scopeParams) {
1910
+ _loop();
1911
+ }
1912
+ return _scopeParams;
1913
+ },
1914
+ percentScopeParams: function percentScopeParams() {
1915
+ var _this$$configs$percen = this.$configs.percentScopeParams,
1916
+ percentScopeParams = _this$$configs$percen === void 0 ? [] : _this$$configs$percen;
1917
+ var _this$$query$scopePar2 = this.$query.scopeParams,
1918
+ queryScopeParams = _this$$query$scopePar2 === void 0 ? [] : _this$$query$scopePar2;
1919
+ var _scopeParams = this.$_.cloneDeep([].concat(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(percentScopeParams), Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(queryScopeParams)));
1920
+ // eslint-disable-next-line no-unused-vars
1921
+ var that = this;
1922
+ var _loop2 = function _loop2() {
1923
+ var scope = _scopeParams[scopeKey];
1924
+ var values = scope.values;
1925
+ if (/#\{(.+)\}/.test(values)) {
1926
+ values = values.replace(/#\{(.+)\}/, function (match, key) {
1927
+ try {
1928
+ // eslint-disable-next-line no-eval
1929
+ return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1930
+ } catch (error) {
1931
+ return scope.values;
1932
+ }
1933
+ });
1934
+ }
1935
+ if (/\$\[(.+)\]/.test(values)) {
1936
+ values = values.replace(/\$\[(.+)\]/, function (match, key) {
1937
+ try {
1938
+ // eslint-disable-next-line no-eval
1939
+ return eval("that.$query.".concat(key)) || eval("that.$tab.".concat(key)) || '';
1940
+ } catch (error) {
1941
+ return scope.values;
1942
+ }
1943
+ });
1944
+ }
1945
+ scope.values = values;
1946
+ };
1947
+ for (var scopeKey in _scopeParams) {
1948
+ _loop2();
1949
+ }
1950
+ return _scopeParams;
2042
1951
  }
2043
-
2044
- for (var i = 0; i < lastIdentifiers.length; i++) {
2045
- var identifier = lastIdentifiers[i];
2046
- var index = getIndexByIdentifier(identifier);
2047
- stylesInDom[index].references--;
1952
+ },
1953
+ watch: {
1954
+ scopeParams: function scopeParams(v) {
1955
+ if (this.isInit && !this.$_.isEqual(v, this.oldScopeParams)) {
1956
+ this.getRatio();
1957
+ }
2048
1958
  }
1959
+ },
1960
+ methods: {
1961
+ initComponent: function initComponent() {
1962
+ this.isInit = true;
1963
+ this.getRatio();
1964
+ },
1965
+ $refesh: function $refesh() {
1966
+ this.getRatio();
1967
+ },
1968
+ getRatio: function getRatio() {
1969
+ var _this = this;
1970
+ // 获取比率
1971
+ this.oldScopeParams = this.$_.cloneDeep(this.scopeParams);
1972
+ if (this.count !== null && this.count !== undefined) return;
1973
+ var _this$$configs = this.$configs,
1974
+ _this$$configs$entity = _this$$configs.entityId,
1975
+ entityId = _this$$configs$entity === void 0 ? this.$metaId : _this$$configs$entity,
1976
+ _this$$configs$dataKe = _this$$configs.dataKey,
1977
+ dataKey = _this$$configs$dataKe === void 0 ? 'total' : _this$$configs$dataKe,
1978
+ countType = _this$$configs.countType,
1979
+ countField = _this$$configs.countField,
1980
+ countFunction = _this$$configs.countFunction,
1981
+ _this$$configs$showPe = _this$$configs.showPercent,
1982
+ showPercent = _this$$configs$showPe === void 0 ? '1' : _this$$configs$showPe,
1983
+ allCountType = _this$$configs.allCountType,
1984
+ allCountField = _this$$configs.allCountField,
1985
+ allCountFunction = _this$$configs.allCountFunction;
1986
+ var _this$$configs$params = this.$configs.params,
1987
+ params = _this$$configs$params === void 0 ? {} : _this$$configs$params;
1988
+ var props = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
1989
+ action: 'getCount',
1990
+ entityId: entityId,
1991
+ countType: countType,
1992
+ allCountType: allCountType
1993
+ }, this.$formatParams(params)), {}, {
1994
+ scopeParams: JSON.stringify(this.scopeParams)
1995
+ });
1996
+ if (countType) {
1997
+ props.countField = countField;
1998
+ props.countFunction = countFunction;
1999
+ }
2000
+ if (showPercent) {
2001
+ props.showPercent = '1';
2002
+ props.percentScopeParams = JSON.stringify(this.percentScopeParams);
2003
+ }
2004
+ if (allCountType) {
2005
+ props.allCountField = allCountField || countField;
2006
+ props.allCountFunction = allCountFunction;
2007
+ }
2008
+ this.$http.save(props).then(function (data) {
2009
+ if (!data) {
2010
+ _this.ratio = '0';
2011
+ } else if (typeof data === 'string' || typeof data === 'number') {
2012
+ _this.ratio = data;
2013
+ } else {
2014
+ // eslint-disable-next-line no-eval
2015
+ _this.ratio = eval("data.".concat(dataKey));
2016
+ }
2017
+ _this.ratio = _this.ratio.replace('%', '');
2018
+ _this.setChart();
2019
+ }).catch(function (err) {
2020
+ _this.$message.error(err.message);
2021
+ });
2022
+ },
2023
+ setChart: function setChart() {
2024
+ // 设置图表
2025
+ var _this$$configs2 = this.$configs,
2026
+ type = _this$$configs2.type,
2027
+ _this$$configs2$anima = _this$$configs2.animation,
2028
+ animation = _this$$configs2$anima === void 0 ? true : _this$$configs2$anima,
2029
+ detailOffsetCenterY = _this$$configs2.detailOffsetCenterY,
2030
+ _this$$configs2$detai = _this$$configs2.detailSuffix,
2031
+ detailSuffix = _this$$configs2$detai === void 0 ? '' : _this$$configs2$detai,
2032
+ _this$$configs2$title = _this$$configs2.titleFont,
2033
+ titleFont = _this$$configs2$title === void 0 ? {} : _this$$configs2$title,
2034
+ _this$$configs2$detai2 = _this$$configs2.detailFont,
2035
+ detailFont = _this$$configs2$detai2 === void 0 ? {} : _this$$configs2$detai2,
2036
+ _this$$configs2$showS = _this$$configs2.showSplitLine,
2037
+ showSplitLine = _this$$configs2$showS === void 0 ? true : _this$$configs2$showS,
2038
+ _this$$configs2$showA = _this$$configs2.showAxisLabel,
2039
+ showAxisLabel = _this$$configs2$showA === void 0 ? true : _this$$configs2$showA,
2040
+ _this$$configs2$point = _this$$configs2.pointerLength,
2041
+ pointerLength = _this$$configs2$point === void 0 ? '60' : _this$$configs2$point;
2042
+ if (detailFont.fontSize) detailFont.fontSize = detailFont.fontSize.replace('px', '');
2043
+ if (detailFont.lineHeight) detailFont.lineHeight = detailFont.lineHeight.replace('px', '');
2044
+ if (titleFont.fontSize) titleFont.fontSize = titleFont.fontSize.replace('px', '');
2045
+ if (titleFont.lineHeight) titleFont.lineHeight = titleFont.lineHeight.replace('px', '');
2046
+ var seriesData = {
2047
+ name: 'Pressure',
2048
+ type: 'gauge',
2049
+ radius: '90%',
2050
+ progress: {
2051
+ show: animation
2052
+ },
2053
+ title: {},
2054
+ splitLine: {
2055
+ show: showSplitLine,
2056
+ distance: 5
2057
+ },
2058
+ axisLabel: {
2059
+ show: showAxisLabel
2060
+ },
2061
+ axisTick: {
2062
+ show: false
2063
+ },
2064
+ pointer: {
2065
+ length: pointerLength + '%'
2066
+ },
2067
+ detail: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
2068
+ valueAnimation: animation,
2069
+ formatter: '{value} ' + detailSuffix
2070
+ }, detailFont),
2071
+ data: [{
2072
+ value: this.ratio
2073
+ // name: this.$component.title
2074
+ }]
2075
+ };
2049
2076
 
2050
- var newLastIdentifiers = modulesToDom(newList, options);
2051
-
2052
- for (var _i = 0; _i < lastIdentifiers.length; _i++) {
2053
- var _identifier = lastIdentifiers[_i];
2054
-
2055
- var _index = getIndexByIdentifier(_identifier);
2056
-
2057
- if (stylesInDom[_index].references === 0) {
2058
- stylesInDom[_index].updater();
2059
-
2060
- stylesInDom.splice(_index, 1);
2077
+ if (type === 'circle') {
2078
+ seriesData.pointer = false;
2079
+ seriesData.startAngle = 90;
2080
+ seriesData.endAngle = -270;
2081
+ seriesData.splitLine = false;
2082
+ seriesData.splitLine = false;
2083
+ seriesData.axisLabel.show = false;
2084
+ seriesData.axisLabel.distance = 50;
2085
+ detailOffsetCenterY = 0;
2086
+ }
2087
+ if (detailOffsetCenterY || detailOffsetCenterY === 0) {
2088
+ seriesData.title.offsetCenter = [0, Number(detailOffsetCenterY) - 8 + '%'];
2089
+ seriesData.detail.offsetCenter = [0, Number(detailOffsetCenterY) + 8 + '%'];
2061
2090
  }
2091
+ this.chartOption = {
2092
+ series: [seriesData]
2093
+ };
2094
+ if (this.myChart) this.myChart.dispose();
2095
+ this.myChart = this.echarts.init(this.$refs.main, this.chartTheme);
2096
+ this.myChart.setOption(this.chartOption);
2062
2097
  }
2063
-
2064
- lastIdentifiers = newLastIdentifiers;
2065
- };
2066
- };
2098
+ },
2099
+ created: function created() {
2100
+ var _this2 = this;
2101
+ this.$util.usePlugin('echarts').then(function (echarts) {
2102
+ _this2.echarts = echarts;
2103
+ for (var key in _utils_chartTheme_js__WEBPACK_IMPORTED_MODULE_17__) {
2104
+ echarts.registerTheme(key, _utils_chartTheme_js__WEBPACK_IMPORTED_MODULE_17__[key]);
2105
+ }
2106
+ _this2.setChart();
2107
+ });
2108
+ }
2109
+ });
2067
2110
 
2068
2111
  /***/ }),
2069
2112
 
2070
- /***/ 25:
2071
- /***/ (function(module, exports, __webpack_require__) {
2072
-
2073
- "use strict";
2113
+ /***/ 22:
2114
+ /***/ (function(module, exports) {
2074
2115
 
2116
+ module.exports = require("core-js/modules/es.array.iterator.js");
2075
2117
 
2076
- /*
2077
- MIT License http://www.opensource.org/licenses/mit-license.php
2078
- Author Tobias Koppers @sokra
2079
- */
2080
- // css base code, injected by the css-loader
2081
- // eslint-disable-next-line func-names
2082
- __webpack_require__(1);
2083
- __webpack_require__(33);
2084
- __webpack_require__(11);
2085
- __webpack_require__(13);
2086
- __webpack_require__(1);
2087
- __webpack_require__(33);
2088
- __webpack_require__(11);
2089
- __webpack_require__(13);
2090
- __webpack_require__(18);
2091
- module.exports = function (cssWithMappingToString) {
2092
- var list = []; // return the list of modules as css string
2118
+ /***/ }),
2093
2119
 
2094
- list.toString = function toString() {
2095
- return this.map(function (item) {
2096
- var content = cssWithMappingToString(item);
2097
- if (item[2]) {
2098
- return "@media ".concat(item[2], " {").concat(content, "}");
2099
- }
2100
- return content;
2101
- }).join("");
2102
- }; // import a list of modules into the list
2103
- // eslint-disable-next-line func-names
2120
+ /***/ 23:
2121
+ /***/ (function(module, exports) {
2104
2122
 
2105
- list.i = function (modules, mediaQuery, dedupe) {
2106
- if (typeof modules === "string") {
2107
- // eslint-disable-next-line no-param-reassign
2108
- modules = [[null, modules, ""]];
2109
- }
2110
- var alreadyImportedModules = {};
2111
- if (dedupe) {
2112
- for (var i = 0; i < this.length; i++) {
2113
- // eslint-disable-next-line prefer-destructuring
2114
- var id = this[i][0];
2115
- if (id != null) {
2116
- alreadyImportedModules[id] = true;
2117
- }
2118
- }
2119
- }
2120
- for (var _i = 0; _i < modules.length; _i++) {
2121
- var item = [].concat(modules[_i]);
2122
- if (dedupe && alreadyImportedModules[item[0]]) {
2123
- // eslint-disable-next-line no-continue
2124
- continue;
2125
- }
2126
- if (mediaQuery) {
2127
- if (!item[2]) {
2128
- item[2] = mediaQuery;
2129
- } else {
2130
- item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
2131
- }
2132
- }
2133
- list.push(item);
2134
- }
2135
- };
2136
- return list;
2137
- };
2123
+ module.exports = require("core-js/modules/es.array.find.js");
2138
2124
 
2139
2125
  /***/ }),
2140
2126
 
2141
- /***/ 26:
2127
+ /***/ 24:
2142
2128
  /***/ (function(module, exports) {
2143
2129
 
2144
2130
  module.exports = require("vuex");
2145
2131
 
2146
2132
  /***/ }),
2147
2133
 
2148
- /***/ 266:
2149
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2134
+ /***/ 25:
2135
+ /***/ (function(module, exports) {
2136
+
2137
+ module.exports = require("core-js/modules/es.object.keys.js");
2150
2138
 
2151
- "use strict";
2152
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
2153
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
2154
- // Imports
2139
+ /***/ }),
2155
2140
 
2156
- var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
2157
- // Module
2158
- ___CSS_LOADER_EXPORT___.push([module.i, ".epx-gauge{display:flex;flex-direction:column;height:100%;height:360px;box-sizing:border-box;padding:10px;background-color:#fff;overflow:hidden}.epx-gauge__header{margin-bottom:10px;flex-shrink:0;color:#666;font-size:16px;font-weight:600;font-family:'MicrosoftYaHei-Bold';display:flex;align-items:center}.epx-gauge__header-icon{width:30px;height:40px}.epx-gauge__header-icon::after{content:'';display:inline-block;width:4px;height:20px;background:#0874E7;border-radius:2px;margin-top:10px;margin-left:10px}.epx-gauge__title{line-height:36px}.epx-gauge__main{width:100%;height:100%;flex:1;overflow:hidden;position:relative}.epx-gauge--dark{background:rgba(255,255,255,0.1)}.epx-gauge--dark .epx-gauge__title{color:#fff}.epx-gauge--technology{position:relative;background:rgba(255,255,255,0.1);backdrop-filter:blur(4px)}.epx-gauge--technology::before{content:'';position:absolute;top:0;display:block;width:100%;height:1px;background:linear-gradient(90deg, rgba(45,164,247,0) 0%, #2DA4F7 50%, rgba(45,164,247,0) 100%);opacity:0.5}.epx-gauge--technology::after{content:'';position:absolute;bottom:0;display:block;width:100%;height:1px;background:linear-gradient(90deg, rgba(45,164,247,0) 0%, #2DA4F7 50%, rgba(45,164,247,0) 100%);opacity:0.5}\n", ""]);
2159
- // Exports
2160
- /* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
2141
+ /***/ 26:
2142
+ /***/ (function(module, exports) {
2161
2143
 
2144
+ module.exports = require("core-js/modules/es.array.slice.js");
2162
2145
 
2163
2146
  /***/ }),
2164
2147
 
2165
2148
  /***/ 27:
2166
2149
  /***/ (function(module, exports) {
2167
2150
 
2168
- module.exports = require("core-js/modules/es.array.find.js");
2151
+ module.exports = require("core-js/modules/es.string.replace.js");
2169
2152
 
2170
2153
  /***/ }),
2171
2154
 
2172
2155
  /***/ 28:
2173
2156
  /***/ (function(module, exports) {
2174
2157
 
2175
- module.exports = require("core-js/modules/es.error.cause.js");
2158
+ module.exports = require("core-js/modules/es.array.from.js");
2176
2159
 
2177
2160
  /***/ }),
2178
2161
 
2179
2162
  /***/ 29:
2180
2163
  /***/ (function(module, exports) {
2181
2164
 
2182
- module.exports = require("core-js/modules/es.string.replace.js");
2165
+ module.exports = require("core-js/modules/es.array.filter.js");
2183
2166
 
2184
2167
  /***/ }),
2185
2168
 
@@ -2187,42 +2170,79 @@ module.exports = require("core-js/modules/es.string.replace.js");
2187
2170
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2188
2171
 
2189
2172
  "use strict";
2190
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
2191
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
2192
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__);
2193
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
2194
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__);
2195
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
2196
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
2197
- /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
2198
- /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
2199
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(20);
2200
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
2201
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
2202
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
2203
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
2204
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__);
2205
2173
 
2174
+ // EXPORTS
2175
+ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toConsumableArray; });
2176
+
2177
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
2178
+ var arrayLikeToArray = __webpack_require__(18);
2179
+
2180
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
2181
+
2182
+ function _arrayWithoutHoles(arr) {
2183
+ if (Array.isArray(arr)) return Object(arrayLikeToArray["a" /* default */])(arr);
2184
+ }
2185
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
2186
+ var es_symbol_js_ = __webpack_require__(2);
2206
2187
 
2188
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
2189
+ var es_symbol_description_js_ = __webpack_require__(6);
2207
2190
 
2191
+ // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
2192
+ var es_object_to_string_js_ = __webpack_require__(1);
2208
2193
 
2194
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.iterator.js"
2195
+ var es_symbol_iterator_js_ = __webpack_require__(10);
2209
2196
 
2197
+ // EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
2198
+ var es_array_iterator_js_ = __webpack_require__(22);
2210
2199
 
2200
+ // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
2201
+ var es_string_iterator_js_ = __webpack_require__(5);
2211
2202
 
2203
+ // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
2204
+ var web_dom_collections_iterator_js_ = __webpack_require__(7);
2212
2205
 
2206
+ // EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
2207
+ var es_array_from_js_ = __webpack_require__(28);
2213
2208
 
2209
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
2214
2210
 
2215
2211
 
2216
2212
 
2217
2213
 
2218
- function _typeof(obj) {
2219
- "@babel/helpers - typeof";
2220
2214
 
2221
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
2222
- return typeof obj;
2223
- } : function (obj) {
2224
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
2225
- }, _typeof(obj);
2215
+
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+
2222
+
2223
+
2224
+
2225
+ function _iterableToArray(iter) {
2226
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
2227
+ }
2228
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
2229
+ var unsupportedIterableToArray = __webpack_require__(35);
2230
+
2231
+ // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
2232
+ var es_error_cause_js_ = __webpack_require__(31);
2233
+
2234
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
2235
+
2236
+ function _nonIterableSpread() {
2237
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2238
+ }
2239
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
2240
+
2241
+
2242
+
2243
+
2244
+ function _toConsumableArray(arr) {
2245
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
2226
2246
  }
2227
2247
 
2228
2248
  /***/ }),
@@ -2230,14 +2250,31 @@ function _typeof(obj) {
2230
2250
  /***/ 30:
2231
2251
  /***/ (function(module, exports) {
2232
2252
 
2233
- module.exports = require("core-js/modules/es.array.filter.js");
2253
+ module.exports = require("core-js/modules/es.array.includes.js");
2234
2254
 
2235
2255
  /***/ }),
2236
2256
 
2237
2257
  /***/ 31:
2238
2258
  /***/ (function(module, exports) {
2239
2259
 
2240
- module.exports = require("core-js/modules/es.array.includes.js");
2260
+ module.exports = require("core-js/modules/es.error.cause.js");
2261
+
2262
+ /***/ }),
2263
+
2264
+ /***/ 312:
2265
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2266
+
2267
+ "use strict";
2268
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
2269
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
2270
+ // Imports
2271
+
2272
+ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
2273
+ // Module
2274
+ ___CSS_LOADER_EXPORT___.push([module.i, ".epx-gauge{display:flex;flex-direction:column;height:100%;height:360px;box-sizing:border-box;padding:10px;background-color:#fff;overflow:hidden}.epx-gauge__header{margin-bottom:10px;flex-shrink:0;color:#666;font-size:16px;font-weight:600;font-family:'MicrosoftYaHei-Bold';display:flex;align-items:center}.epx-gauge__header-icon{width:30px;height:40px}.epx-gauge__header-icon::after{content:'';display:inline-block;width:4px;height:20px;background:#0874E7;border-radius:2px;margin-top:10px;margin-left:10px}.epx-gauge__title{line-height:36px}.epx-gauge__main{width:100%;height:100%;flex:1;overflow:hidden;position:relative}.epx-gauge--dark{background:rgba(255,255,255,0.1)}.epx-gauge--dark .epx-gauge__title{color:#fff}.epx-gauge--technology{position:relative;background:rgba(255,255,255,0.1);backdrop-filter:blur(4px)}.epx-gauge--technology::before{content:'';position:absolute;top:0;display:block;width:100%;height:1px;background:linear-gradient(90deg, rgba(45,164,247,0) 0%, #2DA4F7 50%, rgba(45,164,247,0) 100%);opacity:0.5}.epx-gauge--technology::after{content:'';position:absolute;bottom:0;display:block;width:100%;height:1px;background:linear-gradient(90deg, rgba(45,164,247,0) 0%, #2DA4F7 50%, rgba(45,164,247,0) 100%);opacity:0.5}\n", ""]);
2275
+ // Exports
2276
+ /* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
2277
+
2241
2278
 
2242
2279
  /***/ }),
2243
2280
 
@@ -2258,23 +2295,68 @@ module.exports = require("core-js/modules/es.array.join.js");
2258
2295
  /***/ 34:
2259
2296
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2260
2297
 
2298
+ "use strict";
2299
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _asyncToGenerator; });
2300
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
2301
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__);
2302
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(36);
2303
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__);
2304
+
2305
+
2306
+
2307
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
2308
+ try {
2309
+ var info = gen[key](arg);
2310
+ var value = info.value;
2311
+ } catch (error) {
2312
+ reject(error);
2313
+ return;
2314
+ }
2315
+ if (info.done) {
2316
+ resolve(value);
2317
+ } else {
2318
+ Promise.resolve(value).then(_next, _throw);
2319
+ }
2320
+ }
2321
+ function _asyncToGenerator(fn) {
2322
+ return function () {
2323
+ var self = this,
2324
+ args = arguments;
2325
+ return new Promise(function (resolve, reject) {
2326
+ var gen = fn.apply(self, args);
2327
+ function _next(value) {
2328
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
2329
+ }
2330
+ function _throw(err) {
2331
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
2332
+ }
2333
+ _next(undefined);
2334
+ });
2335
+ };
2336
+ }
2337
+
2338
+ /***/ }),
2339
+
2340
+ /***/ 35:
2341
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2342
+
2261
2343
  "use strict";
2262
2344
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
2263
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(22);
2345
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26);
2264
2346
  /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__);
2265
2347
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
2266
2348
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__);
2267
2349
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9);
2268
2350
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2__);
2269
- /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(23);
2351
+ /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(28);
2270
2352
  /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_3__);
2271
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4);
2353
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5);
2272
2354
  /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
2273
2355
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(12);
2274
2356
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5__);
2275
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(39);
2357
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(38);
2276
2358
  /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_6__);
2277
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(15);
2359
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(18);
2278
2360
 
2279
2361
 
2280
2362
 
@@ -2300,14 +2382,14 @@ function _unsupportedIterableToArray(o, minLen) {
2300
2382
 
2301
2383
  /***/ }),
2302
2384
 
2303
- /***/ 35:
2385
+ /***/ 36:
2304
2386
  /***/ (function(module, exports) {
2305
2387
 
2306
2388
  module.exports = require("core-js/modules/es.promise.js");
2307
2389
 
2308
2390
  /***/ }),
2309
2391
 
2310
- /***/ 36:
2392
+ /***/ 37:
2311
2393
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2312
2394
 
2313
2395
  "use strict";
@@ -2319,7 +2401,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
2319
2401
  var es_symbol_js_ = __webpack_require__(2);
2320
2402
 
2321
2403
  // EXTERNAL MODULE: external "core-js/modules/es.object.keys.js"
2322
- var es_object_keys_js_ = __webpack_require__(19);
2404
+ var es_object_keys_js_ = __webpack_require__(25);
2323
2405
 
2324
2406
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
2325
2407
 
@@ -2358,61 +2440,23 @@ function _objectWithoutProperties(source, excluded) {
2358
2440
 
2359
2441
  /***/ }),
2360
2442
 
2361
- /***/ 37:
2362
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2363
-
2364
- "use strict";
2365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _asyncToGenerator; });
2366
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
2367
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__);
2368
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(35);
2369
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__);
2370
-
2371
-
2443
+ /***/ 38:
2444
+ /***/ (function(module, exports) {
2372
2445
 
2373
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
2374
- try {
2375
- var info = gen[key](arg);
2376
- var value = info.value;
2377
- } catch (error) {
2378
- reject(error);
2379
- return;
2380
- }
2381
- if (info.done) {
2382
- resolve(value);
2383
- } else {
2384
- Promise.resolve(value).then(_next, _throw);
2385
- }
2386
- }
2387
- function _asyncToGenerator(fn) {
2388
- return function () {
2389
- var self = this,
2390
- args = arguments;
2391
- return new Promise(function (resolve, reject) {
2392
- var gen = fn.apply(self, args);
2393
- function _next(value) {
2394
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
2395
- }
2396
- function _throw(err) {
2397
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
2398
- }
2399
- _next(undefined);
2400
- });
2401
- };
2402
- }
2446
+ module.exports = require("core-js/modules/es.regexp.test.js");
2403
2447
 
2404
2448
  /***/ }),
2405
2449
 
2406
- /***/ 38:
2450
+ /***/ 39:
2407
2451
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2408
2452
 
2409
2453
  "use strict";
2410
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17);
2411
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37);
2412
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5);
2413
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(36);
2454
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16);
2455
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(34);
2456
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
2457
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(37);
2414
2458
  /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(0);
2415
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(3);
2459
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
2416
2460
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
2417
2461
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__);
2418
2462
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8);
@@ -2421,23 +2465,23 @@ function _asyncToGenerator(fn) {
2421
2465
  /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__);
2422
2466
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(11);
2423
2467
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__);
2424
- /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(31);
2468
+ /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(30);
2425
2469
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__);
2426
2470
  /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(32);
2427
2471
  /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__);
2428
2472
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(12);
2429
2473
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__);
2430
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(29);
2474
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(27);
2431
2475
  /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__);
2432
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(16);
2476
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(17);
2433
2477
  /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__);
2434
- /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(27);
2478
+ /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(23);
2435
2479
  /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__);
2436
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(35);
2480
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(36);
2437
2481
  /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__);
2438
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(39);
2482
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(38);
2439
2483
  /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__);
2440
- /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(26);
2484
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(24);
2441
2485
  /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_18__);
2442
2486
 
2443
2487
 
@@ -2802,7 +2846,7 @@ function formatI18nConfig(configs, language) {
2802
2846
  this.pageEvents = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])({}, exports);
2803
2847
  }
2804
2848
  // vue保留字段
2805
- var vueAttribute = ['name', 'mixins', 'inject', 'provide', '_Ctor', '__file', '_base', '_compiled', 'beforeCreate', 'created', 'berforeMount', 'mounted', 'beforeDestroy', 'destroyed', 'props', 'data', 'methods', 'computed', 'watch', 'components', 'directives', 'filters', 'render', 'staticRenderFns', 'Config', 'Preview'];
2849
+ var vueAttribute = ['name', 'mixins', 'inject', 'provide', '_Ctor', '__file', '_base', '_compiled', 'beforeCreate', 'created', 'berforeMount', 'mounted', 'beforeDestroy', 'destory', 'destroyed', 'props', 'data', 'methods', 'computed', 'watch', 'components', 'directives', 'filters', 'render', 'staticRenderFns', 'Config', 'Preview', 'parent'];
2806
2850
  for (var key in this.$options) {
2807
2851
  // eslint-disable-next-line no-prototype-builtins
2808
2852
  if (!vueAttribute.includes(key) && !/^[_|$].+/.test(key)) {
@@ -2922,18 +2966,185 @@ function formatI18nConfig(configs, language) {
2922
2966
  destory: function destory() {
2923
2967
  this.$excuteEvent('onDestory');
2924
2968
  }
2925
- });
2969
+ });
2970
+
2971
+ /***/ }),
2972
+
2973
+ /***/ 4:
2974
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2975
+
2976
+ "use strict";
2977
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
2978
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
2979
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__);
2980
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
2981
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__);
2982
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
2983
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
2984
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
2985
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
2986
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22);
2987
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
2988
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
2989
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
2990
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
2991
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__);
2992
+
2993
+
2994
+
2995
+
2996
+
2997
+
2998
+
2999
+
3000
+
3001
+
3002
+
3003
+
3004
+
3005
+ function _typeof(obj) {
3006
+ "@babel/helpers - typeof";
3007
+
3008
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
3009
+ return typeof obj;
3010
+ } : function (obj) {
3011
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
3012
+ }, _typeof(obj);
3013
+ }
3014
+
3015
+ /***/ }),
3016
+
3017
+ /***/ 40:
3018
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3019
+
3020
+ "use strict";
3021
+
3022
+ // EXPORTS
3023
+ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toPropertyKey; });
3024
+
3025
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
3026
+ var esm_typeof = __webpack_require__(4);
3027
+
3028
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.to-primitive.js"
3029
+ var es_symbol_to_primitive_js_ = __webpack_require__(41);
3030
+
3031
+ // EXTERNAL MODULE: external "core-js/modules/es.date.to-primitive.js"
3032
+ var es_date_to_primitive_js_ = __webpack_require__(42);
3033
+
3034
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
3035
+ var es_symbol_js_ = __webpack_require__(2);
3036
+
3037
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
3038
+ var es_symbol_description_js_ = __webpack_require__(6);
3039
+
3040
+ // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
3041
+ var es_object_to_string_js_ = __webpack_require__(1);
3042
+
3043
+ // EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
3044
+ var es_number_constructor_js_ = __webpack_require__(17);
3045
+
3046
+ // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
3047
+ var es_error_cause_js_ = __webpack_require__(31);
3048
+
3049
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
3050
+
3051
+
3052
+
3053
+
3054
+
3055
+
3056
+
3057
+
3058
+
3059
+
3060
+
3061
+
3062
+
3063
+
3064
+ function _toPrimitive(input, hint) {
3065
+ if (Object(esm_typeof["a" /* default */])(input) !== "object" || input === null) return input;
3066
+ var prim = input[Symbol.toPrimitive];
3067
+ if (prim !== undefined) {
3068
+ var res = prim.call(input, hint || "default");
3069
+ if (Object(esm_typeof["a" /* default */])(res) !== "object") return res;
3070
+ throw new TypeError("@@toPrimitive must return a primitive value.");
3071
+ }
3072
+ return (hint === "string" ? String : Number)(input);
3073
+ }
3074
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
3075
+
3076
+
3077
+ function _toPropertyKey(arg) {
3078
+ var key = _toPrimitive(arg, "string");
3079
+ return Object(esm_typeof["a" /* default */])(key) === "symbol" ? key : String(key);
3080
+ }
2926
3081
 
2927
3082
  /***/ }),
2928
3083
 
2929
- /***/ 39:
3084
+ /***/ 41:
2930
3085
  /***/ (function(module, exports) {
2931
3086
 
2932
- module.exports = require("core-js/modules/es.regexp.test.js");
3087
+ module.exports = require("core-js/modules/es.symbol.to-primitive.js");
3088
+
3089
+ /***/ }),
3090
+
3091
+ /***/ 42:
3092
+ /***/ (function(module, exports) {
3093
+
3094
+ module.exports = require("core-js/modules/es.date.to-primitive.js");
3095
+
3096
+ /***/ }),
3097
+
3098
+ /***/ 43:
3099
+ /***/ (function(module, exports) {
3100
+
3101
+ module.exports = require("core-js/modules/es.object.get-own-property-descriptor.js");
3102
+
3103
+ /***/ }),
3104
+
3105
+ /***/ 44:
3106
+ /***/ (function(module, exports) {
3107
+
3108
+ module.exports = require("core-js/modules/es.object.get-own-property-descriptors.js");
3109
+
3110
+ /***/ }),
3111
+
3112
+ /***/ 45:
3113
+ /***/ (function(module, exports) {
3114
+
3115
+ module.exports = require("core-js/modules/es.object.get-prototype-of.js");
3116
+
3117
+ /***/ }),
3118
+
3119
+ /***/ 46:
3120
+ /***/ (function(module, exports) {
3121
+
3122
+ module.exports = require("core-js/modules/es.symbol.async-iterator.js");
3123
+
3124
+ /***/ }),
3125
+
3126
+ /***/ 47:
3127
+ /***/ (function(module, exports) {
3128
+
3129
+ module.exports = require("core-js/modules/es.symbol.to-string-tag.js");
3130
+
3131
+ /***/ }),
3132
+
3133
+ /***/ 48:
3134
+ /***/ (function(module, exports) {
3135
+
3136
+ module.exports = require("core-js/modules/es.json.to-string-tag.js");
3137
+
3138
+ /***/ }),
3139
+
3140
+ /***/ 49:
3141
+ /***/ (function(module, exports) {
3142
+
3143
+ module.exports = require("core-js/modules/es.math.to-string-tag.js");
2933
3144
 
2934
3145
  /***/ }),
2935
3146
 
2936
- /***/ 393:
3147
+ /***/ 495:
2937
3148
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2938
3149
 
2939
3150
  "use strict";
@@ -2974,16 +3185,16 @@ render._withStripped = true
2974
3185
  // CONCATENATED MODULE: ./src/frame/packages/gauge/Gauge.vue?vue&type=template&id=48e32805&
2975
3186
 
2976
3187
  // EXTERNAL MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/gauge/Gauge.vue?vue&type=script&lang=js&
2977
- var Gaugevue_type_script_lang_js_ = __webpack_require__(198);
3188
+ var Gaugevue_type_script_lang_js_ = __webpack_require__(216);
2978
3189
 
2979
3190
  // CONCATENATED MODULE: ./src/frame/packages/gauge/Gauge.vue?vue&type=script&lang=js&
2980
3191
  /* harmony default export */ var gauge_Gaugevue_type_script_lang_js_ = (Gaugevue_type_script_lang_js_["a" /* default */]);
2981
3192
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
2982
- var injectStylesIntoStyleTag = __webpack_require__(24);
3193
+ var injectStylesIntoStyleTag = __webpack_require__(19);
2983
3194
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
2984
3195
 
2985
3196
  // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/gauge/Gauge.vue?vue&type=style&index=0&id=48e32805&prod&lang=scss&
2986
- var Gaugevue_type_style_index_0_id_48e32805_prod_lang_scss_ = __webpack_require__(266);
3197
+ var Gaugevue_type_style_index_0_id_48e32805_prod_lang_scss_ = __webpack_require__(312);
2987
3198
 
2988
3199
  // CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/gauge/Gauge.vue?vue&type=style&index=0&id=48e32805&prod&lang=scss&
2989
3200
 
@@ -3029,13 +3240,13 @@ var component = Object(componentNormalizer["a" /* default */])(
3029
3240
  var objectSpread2 = __webpack_require__(0);
3030
3241
 
3031
3242
  // EXTERNAL MODULE: external "core-js/modules/es.array.find.js"
3032
- var es_array_find_js_ = __webpack_require__(27);
3243
+ var es_array_find_js_ = __webpack_require__(23);
3033
3244
 
3034
3245
  // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
3035
3246
  var es_object_to_string_js_ = __webpack_require__(1);
3036
3247
 
3037
3248
  // EXTERNAL MODULE: ./src/frame/views/visual/Component.vue + 3 modules
3038
- var Component = __webpack_require__(109);
3249
+ var Component = __webpack_require__(129);
3039
3250
 
3040
3251
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/gauge/Visual.vue?vue&type=script&lang=js&
3041
3252
 
@@ -3390,296 +3601,71 @@ var Component = __webpack_require__(109);
3390
3601
  }];
3391
3602
  this.configOptions = configOptions;
3392
3603
  },
3393
- initConfig: function initConfig() {
3394
- var _this = this;
3395
- var config = Object(objectSpread2["a" /* default */])({}, this.compConfig);
3396
- if (this.componentInfo.span) {
3397
- config.span = this.componentInfo.span;
3398
- }
3399
- this.config = config;
3400
- var _loop = function _loop(key) {
3401
- var configOption = _this.configOptions.find(function (item) {
3402
- return item.key === key;
3403
- }) || {};
3404
- if (configOption.type === 'field') {
3405
- _this.selectFieldWay[key] = 'custom';
3406
- }
3407
- };
3408
- for (var key in this.config) {
3409
- _loop(key);
3410
- }
3411
- }
3412
- }
3413
- });
3414
- // CONCATENATED MODULE: ./src/frame/packages/gauge/Visual.vue?vue&type=script&lang=js&
3415
- /* harmony default export */ var gauge_Visualvue_type_script_lang_js_ = (Visualvue_type_script_lang_js_);
3416
- // CONCATENATED MODULE: ./src/frame/packages/gauge/Visual.vue
3417
- var Visual_render, Visual_staticRenderFns
3418
-
3419
-
3420
-
3421
-
3422
- /* normalize component */
3423
-
3424
- var Visual_component = Object(componentNormalizer["a" /* default */])(
3425
- gauge_Visualvue_type_script_lang_js_,
3426
- Visual_render,
3427
- Visual_staticRenderFns,
3428
- false,
3429
- null,
3430
- null,
3431
- null
3432
-
3433
- )
3434
-
3435
- /* harmony default export */ var Visual = (Visual_component.exports);
3436
- // CONCATENATED MODULE: ./src/frame/packages/gauge/index.js
3437
-
3438
-
3439
-
3440
-
3441
- /* istanbul ignore next */
3442
- Gauge.install = function install(Vue) {
3443
- Vue.component(Gauge.name, Gauge);
3444
- Vue.component(Visual.name, Visual);
3445
- };
3446
- /* harmony default export */ var gauge = __webpack_exports__["default"] = (Gauge);
3447
-
3448
- /***/ }),
3449
-
3450
- /***/ 4:
3451
- /***/ (function(module, exports) {
3452
-
3453
- module.exports = require("core-js/modules/es.string.iterator.js");
3454
-
3455
- /***/ }),
3456
-
3457
- /***/ 40:
3458
- /***/ (function(module, exports) {
3459
-
3460
- module.exports = require("core-js/modules/es.symbol.to-primitive.js");
3461
-
3462
- /***/ }),
3463
-
3464
- /***/ 41:
3465
- /***/ (function(module, exports) {
3466
-
3467
- module.exports = require("core-js/modules/es.date.to-primitive.js");
3468
-
3469
- /***/ }),
3470
-
3471
- /***/ 42:
3472
- /***/ (function(module, exports) {
3473
-
3474
- module.exports = require("core-js/modules/es.object.get-own-property-descriptor.js");
3475
-
3476
- /***/ }),
3477
-
3478
- /***/ 43:
3479
- /***/ (function(module, exports) {
3480
-
3481
- module.exports = require("core-js/modules/es.object.get-own-property-descriptors.js");
3482
-
3483
- /***/ }),
3484
-
3485
- /***/ 44:
3486
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3487
-
3488
- "use strict";
3489
-
3490
- // EXPORTS
3491
- __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toPropertyKey; });
3492
-
3493
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
3494
- var esm_typeof = __webpack_require__(3);
3495
-
3496
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.to-primitive.js"
3497
- var es_symbol_to_primitive_js_ = __webpack_require__(40);
3498
-
3499
- // EXTERNAL MODULE: external "core-js/modules/es.date.to-primitive.js"
3500
- var es_date_to_primitive_js_ = __webpack_require__(41);
3501
-
3502
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
3503
- var es_symbol_js_ = __webpack_require__(2);
3504
-
3505
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
3506
- var es_symbol_description_js_ = __webpack_require__(6);
3507
-
3508
- // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
3509
- var es_object_to_string_js_ = __webpack_require__(1);
3510
-
3511
- // EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
3512
- var es_number_constructor_js_ = __webpack_require__(16);
3513
-
3514
- // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
3515
- var es_error_cause_js_ = __webpack_require__(28);
3516
-
3517
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
3518
-
3519
-
3520
-
3521
-
3522
-
3523
-
3524
-
3525
-
3526
-
3527
-
3528
-
3529
-
3530
-
3531
-
3532
- function _toPrimitive(input, hint) {
3533
- if (Object(esm_typeof["a" /* default */])(input) !== "object" || input === null) return input;
3534
- var prim = input[Symbol.toPrimitive];
3535
- if (prim !== undefined) {
3536
- var res = prim.call(input, hint || "default");
3537
- if (Object(esm_typeof["a" /* default */])(res) !== "object") return res;
3538
- throw new TypeError("@@toPrimitive must return a primitive value.");
3604
+ initConfig: function initConfig() {
3605
+ var _this = this;
3606
+ var config = Object(objectSpread2["a" /* default */])({}, this.compConfig);
3607
+ if (this.componentInfo.span) {
3608
+ config.span = this.componentInfo.span;
3609
+ }
3610
+ this.config = config;
3611
+ var _loop = function _loop(key) {
3612
+ var configOption = _this.configOptions.find(function (item) {
3613
+ return item.key === key;
3614
+ }) || {};
3615
+ if (configOption.type === 'field') {
3616
+ _this.selectFieldWay[key] = 'custom';
3617
+ }
3618
+ };
3619
+ for (var key in this.config) {
3620
+ _loop(key);
3621
+ }
3622
+ }
3539
3623
  }
3540
- return (hint === "string" ? String : Number)(input);
3541
- }
3542
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
3543
-
3544
-
3545
- function _toPropertyKey(arg) {
3546
- var key = _toPrimitive(arg, "string");
3547
- return Object(esm_typeof["a" /* default */])(key) === "symbol" ? key : String(key);
3548
- }
3549
-
3550
- /***/ }),
3551
-
3552
- /***/ 45:
3553
- /***/ (function(module, exports) {
3554
-
3555
- module.exports = require("core-js/modules/es.object.get-prototype-of.js");
3556
-
3557
- /***/ }),
3558
-
3559
- /***/ 46:
3560
- /***/ (function(module, exports) {
3624
+ });
3625
+ // CONCATENATED MODULE: ./src/frame/packages/gauge/Visual.vue?vue&type=script&lang=js&
3626
+ /* harmony default export */ var gauge_Visualvue_type_script_lang_js_ = (Visualvue_type_script_lang_js_);
3627
+ // CONCATENATED MODULE: ./src/frame/packages/gauge/Visual.vue
3628
+ var Visual_render, Visual_staticRenderFns
3561
3629
 
3562
- module.exports = require("core-js/modules/es.symbol.async-iterator.js");
3563
3630
 
3564
- /***/ }),
3565
3631
 
3566
- /***/ 47:
3567
- /***/ (function(module, exports) {
3568
3632
 
3569
- module.exports = require("core-js/modules/es.symbol.to-string-tag.js");
3633
+ /* normalize component */
3570
3634
 
3571
- /***/ }),
3635
+ var Visual_component = Object(componentNormalizer["a" /* default */])(
3636
+ gauge_Visualvue_type_script_lang_js_,
3637
+ Visual_render,
3638
+ Visual_staticRenderFns,
3639
+ false,
3640
+ null,
3641
+ null,
3642
+ null
3643
+
3644
+ )
3572
3645
 
3573
- /***/ 48:
3574
- /***/ (function(module, exports) {
3646
+ /* harmony default export */ var Visual = (Visual_component.exports);
3647
+ // CONCATENATED MODULE: ./src/frame/packages/gauge/index.js
3575
3648
 
3576
- module.exports = require("core-js/modules/es.json.to-string-tag.js");
3577
3649
 
3578
- /***/ }),
3579
3650
 
3580
- /***/ 49:
3581
- /***/ (function(module, exports) {
3582
3651
 
3583
- module.exports = require("core-js/modules/es.math.to-string-tag.js");
3652
+ /* istanbul ignore next */
3653
+ Gauge.install = function install(Vue) {
3654
+ Vue.component(Gauge.name, Gauge);
3655
+ Vue.component(Visual.name, Visual);
3656
+ };
3657
+ /* harmony default export */ var gauge = __webpack_exports__["default"] = (Gauge);
3584
3658
 
3585
3659
  /***/ }),
3586
3660
 
3587
3661
  /***/ 5:
3588
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
3589
-
3590
- "use strict";
3591
-
3592
- // EXPORTS
3593
- __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toConsumableArray; });
3594
-
3595
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
3596
- var arrayLikeToArray = __webpack_require__(15);
3597
-
3598
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
3599
-
3600
- function _arrayWithoutHoles(arr) {
3601
- if (Array.isArray(arr)) return Object(arrayLikeToArray["a" /* default */])(arr);
3602
- }
3603
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
3604
- var es_symbol_js_ = __webpack_require__(2);
3605
-
3606
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
3607
- var es_symbol_description_js_ = __webpack_require__(6);
3608
-
3609
- // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
3610
- var es_object_to_string_js_ = __webpack_require__(1);
3611
-
3612
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.iterator.js"
3613
- var es_symbol_iterator_js_ = __webpack_require__(10);
3614
-
3615
- // EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
3616
- var es_array_iterator_js_ = __webpack_require__(20);
3617
-
3618
- // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
3619
- var es_string_iterator_js_ = __webpack_require__(4);
3620
-
3621
- // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
3622
- var web_dom_collections_iterator_js_ = __webpack_require__(7);
3623
-
3624
- // EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
3625
- var es_array_from_js_ = __webpack_require__(23);
3626
-
3627
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
3628
-
3629
-
3630
-
3631
-
3632
-
3633
-
3634
-
3635
-
3636
-
3637
-
3638
-
3639
-
3640
-
3641
-
3642
-
3643
- function _iterableToArray(iter) {
3644
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
3645
- }
3646
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
3647
- var unsupportedIterableToArray = __webpack_require__(34);
3648
-
3649
- // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
3650
- var es_error_cause_js_ = __webpack_require__(28);
3651
-
3652
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
3653
-
3654
- function _nonIterableSpread() {
3655
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
3656
- }
3657
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
3658
-
3659
-
3660
-
3661
-
3662
- function _toConsumableArray(arr) {
3663
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
3664
- }
3665
-
3666
- /***/ }),
3667
-
3668
- /***/ 50:
3669
3662
  /***/ (function(module, exports) {
3670
3663
 
3671
- module.exports = require("core-js/modules/es.object.set-prototype-of.js");
3664
+ module.exports = require("core-js/modules/es.string.iterator.js");
3672
3665
 
3673
3666
  /***/ }),
3674
3667
 
3675
3668
  /***/ 51:
3676
- /***/ (function(module, exports) {
3677
-
3678
- module.exports = require("core-js/modules/es.object.proto.js");
3679
-
3680
- /***/ }),
3681
-
3682
- /***/ 53:
3683
3669
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3684
3670
 
3685
3671
  "use strict";
@@ -3692,15 +3678,15 @@ module.exports = require("core-js/modules/es.object.proto.js");
3692
3678
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
3693
3679
  /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
3694
3680
  /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
3695
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(20);
3681
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22);
3696
3682
  /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
3697
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
3683
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
3698
3684
  /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
3699
3685
  /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
3700
3686
  /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__);
3701
- /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(28);
3687
+ /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(31);
3702
3688
  /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_7__);
3703
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(34);
3689
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(35);
3704
3690
 
3705
3691
 
3706
3692
 
@@ -3770,7 +3756,21 @@ function _createForOfIteratorHelper(o, allowArrayLike) {
3770
3756
 
3771
3757
  /***/ }),
3772
3758
 
3773
- /***/ 55:
3759
+ /***/ 52:
3760
+ /***/ (function(module, exports) {
3761
+
3762
+ module.exports = require("core-js/modules/es.object.set-prototype-of.js");
3763
+
3764
+ /***/ }),
3765
+
3766
+ /***/ 53:
3767
+ /***/ (function(module, exports) {
3768
+
3769
+ module.exports = require("core-js/modules/es.object.proto.js");
3770
+
3771
+ /***/ }),
3772
+
3773
+ /***/ 56:
3774
3774
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3775
3775
 
3776
3776
  "use strict";
@@ -3795,16 +3795,16 @@ var es_object_to_string_js_ = __webpack_require__(1);
3795
3795
  var es_symbol_iterator_js_ = __webpack_require__(10);
3796
3796
 
3797
3797
  // EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
3798
- var es_array_iterator_js_ = __webpack_require__(20);
3798
+ var es_array_iterator_js_ = __webpack_require__(22);
3799
3799
 
3800
3800
  // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
3801
- var es_string_iterator_js_ = __webpack_require__(4);
3801
+ var es_string_iterator_js_ = __webpack_require__(5);
3802
3802
 
3803
3803
  // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
3804
3804
  var web_dom_collections_iterator_js_ = __webpack_require__(7);
3805
3805
 
3806
3806
  // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
3807
- var es_array_push_js_ = __webpack_require__(18);
3807
+ var es_array_push_js_ = __webpack_require__(21);
3808
3808
 
3809
3809
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
3810
3810
 
@@ -3849,10 +3849,10 @@ function _iterableToArrayLimit(arr, i) {
3849
3849
  }
3850
3850
  }
3851
3851
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
3852
- var unsupportedIterableToArray = __webpack_require__(34);
3852
+ var unsupportedIterableToArray = __webpack_require__(35);
3853
3853
 
3854
3854
  // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
3855
- var es_error_cause_js_ = __webpack_require__(28);
3855
+ var es_error_cause_js_ = __webpack_require__(31);
3856
3856
 
3857
3857
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
3858
3858
 
@@ -3873,14 +3873,14 @@ function _slicedToArray(arr, i) {
3873
3873
  /***/ 58:
3874
3874
  /***/ (function(module, exports) {
3875
3875
 
3876
- module.exports = require("core-js/modules/es.json.stringify.js");
3876
+ module.exports = require("core-js/modules/es.string.match.js");
3877
3877
 
3878
3878
  /***/ }),
3879
3879
 
3880
3880
  /***/ 59:
3881
3881
  /***/ (function(module, exports) {
3882
3882
 
3883
- module.exports = require("core-js/modules/es.object.entries.js");
3883
+ module.exports = require("core-js/modules/es.json.stringify.js");
3884
3884
 
3885
3885
  /***/ }),
3886
3886
 
@@ -3891,10 +3891,10 @@ module.exports = require("core-js/modules/es.symbol.description.js");
3891
3891
 
3892
3892
  /***/ }),
3893
3893
 
3894
- /***/ 62:
3894
+ /***/ 61:
3895
3895
  /***/ (function(module, exports) {
3896
3896
 
3897
- module.exports = require("core-js/modules/es.string.match.js");
3897
+ module.exports = require("core-js/modules/es.object.entries.js");
3898
3898
 
3899
3899
  /***/ }),
3900
3900
 
@@ -3905,55 +3905,41 @@ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
3905
3905
 
3906
3906
  /***/ }),
3907
3907
 
3908
- /***/ 8:
3909
- /***/ (function(module, exports) {
3910
-
3911
- module.exports = require("core-js/modules/web.dom-collections.for-each.js");
3912
-
3913
- /***/ }),
3914
-
3915
- /***/ 9:
3916
- /***/ (function(module, exports) {
3917
-
3918
- module.exports = require("core-js/modules/es.function.name.js");
3919
-
3920
- /***/ }),
3921
-
3922
- /***/ 92:
3908
+ /***/ 74:
3923
3909
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3924
3910
 
3925
3911
  "use strict";
3926
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(21);
3927
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_createForOfIteratorHelper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53);
3928
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5);
3912
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(15);
3913
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_createForOfIteratorHelper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
3914
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
3929
3915
  /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(0);
3930
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(16);
3916
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(17);
3931
3917
  /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4__);
3932
- /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(30);
3918
+ /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(29);
3933
3919
  /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5__);
3934
3920
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
3935
3921
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__);
3936
- /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(31);
3922
+ /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(30);
3937
3923
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_7__);
3938
3924
  /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(32);
3939
3925
  /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_8__);
3940
3926
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(12);
3941
3927
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_9__);
3942
- /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(62);
3928
+ /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(58);
3943
3929
  /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_10__);
3944
3930
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(8);
3945
3931
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_11__);
3946
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(29);
3932
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(27);
3947
3933
  /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12__);
3948
- /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(27);
3934
+ /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(23);
3949
3935
  /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_13__);
3950
3936
  /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(13);
3951
3937
  /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_14__);
3952
3938
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(11);
3953
3939
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_15__);
3954
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(18);
3940
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(21);
3955
3941
  /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_16__);
3956
- /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(26);
3942
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(24);
3957
3943
  /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_17__);
3958
3944
 
3959
3945
 
@@ -4284,6 +4270,39 @@ module.exports = require("core-js/modules/es.function.name.js");
4284
4270
  },
4285
4271
  initConfigOptions: function initConfigOptions() {
4286
4272
  var _this5 = this;
4273
+ this.configOptions = [{
4274
+ key: 'componentName',
4275
+ label: '组件名称'
4276
+ }, {
4277
+ key: 'componentEvents',
4278
+ label: '组件事件',
4279
+ type: 'event'
4280
+ }, {
4281
+ key: 'span',
4282
+ label: '宽度',
4283
+ type: 'select',
4284
+ options: this.spanOptions
4285
+ }, {
4286
+ key: 'xsspan',
4287
+ label: '移动端宽度',
4288
+ type: 'select',
4289
+ options: this.spanOptions
4290
+ }, {
4291
+ key: 'height',
4292
+ label: '高度',
4293
+ type: 'input'
4294
+ }, {
4295
+ key: 'flex',
4296
+ label: '占据页面剩余空间',
4297
+ type: 'radio',
4298
+ options: [{
4299
+ label: '是',
4300
+ value: true
4301
+ }, {
4302
+ label: '否',
4303
+ value: false
4304
+ }]
4305
+ }];
4287
4306
  if (this.componentInfo.ID || this.componentInfo.templateId) {
4288
4307
  this.$http.getTree({
4289
4308
  entityId: 'FM_PAGE_ATTRIBUTE',
@@ -4363,77 +4382,8 @@ module.exports = require("core-js/modules/es.function.name.js");
4363
4382
  };
4364
4383
  formatData(data);
4365
4384
  _this5.configOptions = data;
4366
- } else {}
4367
- }).catch(function () {
4368
- _this5.configOptions = [{
4369
- key: 'componentName',
4370
- label: '组件名称'
4371
- }, {
4372
- key: 'componentEvents',
4373
- label: '组件事件',
4374
- type: 'event'
4375
- }, {
4376
- key: 'span',
4377
- label: '宽度',
4378
- type: 'select',
4379
- options: _this5.spanOptions
4380
- }, {
4381
- key: 'xsspan',
4382
- label: '移动端宽度',
4383
- type: 'select',
4384
- options: _this5.spanOptions
4385
- }, {
4386
- key: 'height',
4387
- label: '高度',
4388
- type: 'input'
4389
- }, {
4390
- key: 'flex',
4391
- label: '占据页面剩余空间',
4392
- type: 'radio',
4393
- options: [{
4394
- label: '是',
4395
- value: true
4396
- }, {
4397
- label: '否',
4398
- value: false
4399
- }]
4400
- }];
4385
+ }
4401
4386
  });
4402
- } else {
4403
- this.configOptions = [{
4404
- key: 'componentName',
4405
- label: '组件名称'
4406
- }, {
4407
- key: 'componentEvents',
4408
- label: '组件事件',
4409
- type: 'event'
4410
- }, {
4411
- key: 'span',
4412
- label: '宽度',
4413
- type: 'select',
4414
- options: this.spanOptions
4415
- }, {
4416
- key: 'xsspan',
4417
- label: '移动端宽度',
4418
- type: 'select',
4419
- options: this.spanOptions
4420
- }, {
4421
- key: 'height',
4422
- label: '高度',
4423
- type: 'input'
4424
- }, {
4425
- key: 'flex',
4426
- label: '占据页面剩余空间',
4427
- type: 'radio',
4428
- options: [{
4429
- label: '是',
4430
- value: true
4431
- }, {
4432
- label: '否',
4433
- value: false
4434
- }]
4435
- }];
4436
- console.log('----');
4437
4387
  }
4438
4388
  },
4439
4389
  afterConfigOptions: function afterConfigOptions() {
@@ -5153,11 +5103,25 @@ module.exports = require("core-js/modules/es.function.name.js");
5153
5103
 
5154
5104
  /***/ }),
5155
5105
 
5156
- /***/ 99:
5106
+ /***/ 8:
5107
+ /***/ (function(module, exports) {
5108
+
5109
+ module.exports = require("core-js/modules/web.dom-collections.for-each.js");
5110
+
5111
+ /***/ }),
5112
+
5113
+ /***/ 9:
5114
+ /***/ (function(module, exports) {
5115
+
5116
+ module.exports = require("core-js/modules/es.function.name.js");
5117
+
5118
+ /***/ }),
5119
+
5120
+ /***/ 95:
5157
5121
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5158
5122
 
5159
5123
  "use strict";
5160
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
5124
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
5161
5125
  /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
5162
5126
  // Imports
5163
5127