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/list.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 = 425);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 496);
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
 
@@ -177,6 +177,68 @@ module.exports = require("core-js/modules/es.regexp.exec.js");
177
177
 
178
178
  /***/ }),
179
179
 
180
+ /***/ 129:
181
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
182
+
183
+ "use strict";
184
+ // ESM COMPAT FLAG
185
+ __webpack_require__.r(__webpack_exports__);
186
+
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&
188
+ var Componentvue_type_script_lang_js_ = __webpack_require__(74);
189
+
190
+ // CONCATENATED MODULE: ./src/frame/views/visual/Component.vue?vue&type=script&lang=js&
191
+ /* harmony default export */ var visual_Componentvue_type_script_lang_js_ = (Componentvue_type_script_lang_js_["a" /* default */]);
192
+ // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
193
+ var injectStylesIntoStyleTag = __webpack_require__(19);
194
+ var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
195
+
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);
198
+
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&
200
+
201
+
202
+
203
+ var options = {};
204
+
205
+ options.insert = "head";
206
+ options.singleton = false;
207
+
208
+ var update = injectStylesIntoStyleTag_default()(Componentvue_type_style_index_0_id_3fdcaa66_prod_lang_scss_["a" /* default */], options);
209
+
210
+
211
+
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&
214
+
215
+ // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
216
+ var componentNormalizer = __webpack_require__(14);
217
+
218
+ // CONCATENATED MODULE: ./src/frame/views/visual/Component.vue
219
+ var render, staticRenderFns
220
+
221
+
222
+
223
+
224
+
225
+ /* normalize component */
226
+
227
+ var component = Object(componentNormalizer["a" /* default */])(
228
+ visual_Componentvue_type_script_lang_js_,
229
+ render,
230
+ staticRenderFns,
231
+ false,
232
+ null,
233
+ null,
234
+ null
235
+
236
+ )
237
+
238
+ /* harmony default export */ var Component = __webpack_exports__["default"] = (component.exports);
239
+
240
+ /***/ }),
241
+
180
242
  /***/ 13:
181
243
  /***/ (function(module, exports) {
182
244
 
@@ -293,23 +355,27 @@ function normalizeComponent(
293
355
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
294
356
 
295
357
  "use strict";
296
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayLikeToArray; });
297
- function _arrayLikeToArray(arr, len) {
298
- if (len == null || len > arr.length) len = arr.length;
299
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
300
- return arr2;
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;
301
374
  }
302
375
 
303
376
  /***/ }),
304
377
 
305
378
  /***/ 16:
306
- /***/ (function(module, exports) {
307
-
308
- module.exports = require("core-js/modules/es.number.constructor.js");
309
-
310
- /***/ }),
311
-
312
- /***/ 17:
313
379
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
314
380
 
315
381
  "use strict";
@@ -322,9 +388,9 @@ module.exports = require("core-js/modules/es.number.constructor.js");
322
388
  /* 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__);
323
389
  /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
324
390
  /* 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__);
325
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(20);
391
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22);
326
392
  /* 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__);
327
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
393
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
328
394
  /* 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__);
329
395
  /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
330
396
  /* 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__);
@@ -342,19 +408,19 @@ module.exports = require("core-js/modules/es.number.constructor.js");
342
408
  /* 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__);
343
409
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(9);
344
410
  /* 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__);
345
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(35);
411
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(36);
346
412
  /* 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__);
347
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(22);
413
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(26);
348
414
  /* 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__);
349
- /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(28);
415
+ /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(31);
350
416
  /* 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__);
351
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(18);
417
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(21);
352
418
  /* 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__);
353
- /* harmony import */ var core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(50);
419
+ /* harmony import */ var core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(52);
354
420
  /* 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__);
355
- /* harmony import */ var core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(51);
421
+ /* harmony import */ var core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(53);
356
422
  /* 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__);
357
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(3);
423
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(4);
358
424
 
359
425
 
360
426
 
@@ -697,75 +763,428 @@ function _regeneratorRuntime() {
697
763
 
698
764
  /***/ }),
699
765
 
700
- /***/ 18:
766
+ /***/ 17:
701
767
  /***/ (function(module, exports) {
702
768
 
703
- module.exports = require("core-js/modules/es.array.push.js");
769
+ module.exports = require("core-js/modules/es.number.constructor.js");
704
770
 
705
771
  /***/ }),
706
772
 
707
- /***/ 19:
708
- /***/ (function(module, exports) {
773
+ /***/ 18:
774
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
709
775
 
710
- module.exports = require("core-js/modules/es.object.keys.js");
776
+ "use strict";
777
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayLikeToArray; });
778
+ function _arrayLikeToArray(arr, len) {
779
+ if (len == null || len > arr.length) len = arr.length;
780
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
781
+ return arr2;
782
+ }
711
783
 
712
784
  /***/ }),
713
785
 
714
- /***/ 2:
715
- /***/ (function(module, exports) {
786
+ /***/ 19:
787
+ /***/ (function(module, exports, __webpack_require__) {
716
788
 
717
- module.exports = require("core-js/modules/es.symbol.js");
789
+ "use strict";
718
790
 
719
- /***/ }),
720
791
 
721
- /***/ 20:
722
- /***/ (function(module, exports) {
792
+ var isOldIE = function isOldIE() {
793
+ var memo;
794
+ return function memorize() {
795
+ if (typeof memo === 'undefined') {
796
+ // Test for IE <= 9 as proposed by Browserhacks
797
+ // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
798
+ // Tests for existence of standard globals is to allow style-loader
799
+ // to operate correctly into non-standard environments
800
+ // @see https://github.com/webpack-contrib/style-loader/issues/177
801
+ memo = Boolean(window && document && document.all && !window.atob);
802
+ }
723
803
 
724
- module.exports = require("core-js/modules/es.array.iterator.js");
804
+ return memo;
805
+ };
806
+ }();
725
807
 
726
- /***/ }),
808
+ var getTarget = function getTarget() {
809
+ var memo = {};
810
+ return function memorize(target) {
811
+ if (typeof memo[target] === 'undefined') {
812
+ var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
727
813
 
728
- /***/ 201:
729
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
814
+ if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
815
+ try {
816
+ // This will throw an exception if access to iframe is blocked
817
+ // due to cross-origin restrictions
818
+ styleTarget = styleTarget.contentDocument.head;
819
+ } catch (e) {
820
+ // istanbul ignore next
821
+ styleTarget = null;
822
+ }
823
+ }
730
824
 
731
- "use strict";
732
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
733
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
734
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
735
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(5);
736
- /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
737
- /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_4__);
738
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1);
739
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__);
740
- /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(52);
741
- /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_6__);
742
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8);
743
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__);
744
- /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(59);
745
- /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_8__);
746
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(13);
747
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_9__);
748
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(20);
749
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_10__);
750
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7);
751
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_11__);
752
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(12);
753
- /* 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__);
754
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(29);
755
- /* 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__);
756
- /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(11);
757
- /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_14__);
758
- /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(33);
759
- /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15__);
760
- /* harmony import */ var core_js_modules_es_array_sort_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(63);
761
- /* harmony import */ var core_js_modules_es_array_sort_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_sort_js__WEBPACK_IMPORTED_MODULE_16__);
762
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(18);
763
- /* 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__);
764
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(39);
765
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18__);
766
- /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(58);
767
- /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19__);
768
- /* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(38);
825
+ memo[target] = styleTarget;
826
+ }
827
+
828
+ return memo[target];
829
+ };
830
+ }();
831
+
832
+ var stylesInDom = [];
833
+
834
+ function getIndexByIdentifier(identifier) {
835
+ var result = -1;
836
+
837
+ for (var i = 0; i < stylesInDom.length; i++) {
838
+ if (stylesInDom[i].identifier === identifier) {
839
+ result = i;
840
+ break;
841
+ }
842
+ }
843
+
844
+ return result;
845
+ }
846
+
847
+ function modulesToDom(list, options) {
848
+ var idCountMap = {};
849
+ var identifiers = [];
850
+
851
+ for (var i = 0; i < list.length; i++) {
852
+ var item = list[i];
853
+ var id = options.base ? item[0] + options.base : item[0];
854
+ var count = idCountMap[id] || 0;
855
+ var identifier = "".concat(id, " ").concat(count);
856
+ idCountMap[id] = count + 1;
857
+ var index = getIndexByIdentifier(identifier);
858
+ var obj = {
859
+ css: item[1],
860
+ media: item[2],
861
+ sourceMap: item[3]
862
+ };
863
+
864
+ if (index !== -1) {
865
+ stylesInDom[index].references++;
866
+ stylesInDom[index].updater(obj);
867
+ } else {
868
+ stylesInDom.push({
869
+ identifier: identifier,
870
+ updater: addStyle(obj, options),
871
+ references: 1
872
+ });
873
+ }
874
+
875
+ identifiers.push(identifier);
876
+ }
877
+
878
+ return identifiers;
879
+ }
880
+
881
+ function insertStyleElement(options) {
882
+ var style = document.createElement('style');
883
+ var attributes = options.attributes || {};
884
+
885
+ if (typeof attributes.nonce === 'undefined') {
886
+ var nonce = true ? __webpack_require__.nc : undefined;
887
+
888
+ if (nonce) {
889
+ attributes.nonce = nonce;
890
+ }
891
+ }
892
+
893
+ Object.keys(attributes).forEach(function (key) {
894
+ style.setAttribute(key, attributes[key]);
895
+ });
896
+
897
+ if (typeof options.insert === 'function') {
898
+ options.insert(style);
899
+ } else {
900
+ var target = getTarget(options.insert || 'head');
901
+
902
+ if (!target) {
903
+ throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
904
+ }
905
+
906
+ target.appendChild(style);
907
+ }
908
+
909
+ return style;
910
+ }
911
+
912
+ function removeStyleElement(style) {
913
+ // istanbul ignore if
914
+ if (style.parentNode === null) {
915
+ return false;
916
+ }
917
+
918
+ style.parentNode.removeChild(style);
919
+ }
920
+ /* istanbul ignore next */
921
+
922
+
923
+ var replaceText = function replaceText() {
924
+ var textStore = [];
925
+ return function replace(index, replacement) {
926
+ textStore[index] = replacement;
927
+ return textStore.filter(Boolean).join('\n');
928
+ };
929
+ }();
930
+
931
+ function applyToSingletonTag(style, index, remove, obj) {
932
+ var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
933
+
934
+ /* istanbul ignore if */
935
+
936
+ if (style.styleSheet) {
937
+ style.styleSheet.cssText = replaceText(index, css);
938
+ } else {
939
+ var cssNode = document.createTextNode(css);
940
+ var childNodes = style.childNodes;
941
+
942
+ if (childNodes[index]) {
943
+ style.removeChild(childNodes[index]);
944
+ }
945
+
946
+ if (childNodes.length) {
947
+ style.insertBefore(cssNode, childNodes[index]);
948
+ } else {
949
+ style.appendChild(cssNode);
950
+ }
951
+ }
952
+ }
953
+
954
+ function applyToTag(style, options, obj) {
955
+ var css = obj.css;
956
+ var media = obj.media;
957
+ var sourceMap = obj.sourceMap;
958
+
959
+ if (media) {
960
+ style.setAttribute('media', media);
961
+ } else {
962
+ style.removeAttribute('media');
963
+ }
964
+
965
+ if (sourceMap && typeof btoa !== 'undefined') {
966
+ css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
967
+ } // For old IE
968
+
969
+ /* istanbul ignore if */
970
+
971
+
972
+ if (style.styleSheet) {
973
+ style.styleSheet.cssText = css;
974
+ } else {
975
+ while (style.firstChild) {
976
+ style.removeChild(style.firstChild);
977
+ }
978
+
979
+ style.appendChild(document.createTextNode(css));
980
+ }
981
+ }
982
+
983
+ var singleton = null;
984
+ var singletonCounter = 0;
985
+
986
+ function addStyle(obj, options) {
987
+ var style;
988
+ var update;
989
+ var remove;
990
+
991
+ if (options.singleton) {
992
+ var styleIndex = singletonCounter++;
993
+ style = singleton || (singleton = insertStyleElement(options));
994
+ update = applyToSingletonTag.bind(null, style, styleIndex, false);
995
+ remove = applyToSingletonTag.bind(null, style, styleIndex, true);
996
+ } else {
997
+ style = insertStyleElement(options);
998
+ update = applyToTag.bind(null, style, options);
999
+
1000
+ remove = function remove() {
1001
+ removeStyleElement(style);
1002
+ };
1003
+ }
1004
+
1005
+ update(obj);
1006
+ return function updateStyle(newObj) {
1007
+ if (newObj) {
1008
+ if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
1009
+ return;
1010
+ }
1011
+
1012
+ update(obj = newObj);
1013
+ } else {
1014
+ remove();
1015
+ }
1016
+ };
1017
+ }
1018
+
1019
+ module.exports = function (list, options) {
1020
+ options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
1021
+ // tags it will allow on a page
1022
+
1023
+ if (!options.singleton && typeof options.singleton !== 'boolean') {
1024
+ options.singleton = isOldIE();
1025
+ }
1026
+
1027
+ list = list || [];
1028
+ var lastIdentifiers = modulesToDom(list, options);
1029
+ return function update(newList) {
1030
+ newList = newList || [];
1031
+
1032
+ if (Object.prototype.toString.call(newList) !== '[object Array]') {
1033
+ return;
1034
+ }
1035
+
1036
+ for (var i = 0; i < lastIdentifiers.length; i++) {
1037
+ var identifier = lastIdentifiers[i];
1038
+ var index = getIndexByIdentifier(identifier);
1039
+ stylesInDom[index].references--;
1040
+ }
1041
+
1042
+ var newLastIdentifiers = modulesToDom(newList, options);
1043
+
1044
+ for (var _i = 0; _i < lastIdentifiers.length; _i++) {
1045
+ var _identifier = lastIdentifiers[_i];
1046
+
1047
+ var _index = getIndexByIdentifier(_identifier);
1048
+
1049
+ if (stylesInDom[_index].references === 0) {
1050
+ stylesInDom[_index].updater();
1051
+
1052
+ stylesInDom.splice(_index, 1);
1053
+ }
1054
+ }
1055
+
1056
+ lastIdentifiers = newLastIdentifiers;
1057
+ };
1058
+ };
1059
+
1060
+ /***/ }),
1061
+
1062
+ /***/ 2:
1063
+ /***/ (function(module, exports) {
1064
+
1065
+ module.exports = require("core-js/modules/es.symbol.js");
1066
+
1067
+ /***/ }),
1068
+
1069
+ /***/ 20:
1070
+ /***/ (function(module, exports, __webpack_require__) {
1071
+
1072
+ "use strict";
1073
+
1074
+
1075
+ /*
1076
+ MIT License http://www.opensource.org/licenses/mit-license.php
1077
+ Author Tobias Koppers @sokra
1078
+ */
1079
+ // css base code, injected by the css-loader
1080
+ // eslint-disable-next-line func-names
1081
+ __webpack_require__(1);
1082
+ __webpack_require__(33);
1083
+ __webpack_require__(11);
1084
+ __webpack_require__(13);
1085
+ __webpack_require__(1);
1086
+ __webpack_require__(33);
1087
+ __webpack_require__(11);
1088
+ __webpack_require__(13);
1089
+ __webpack_require__(21);
1090
+ module.exports = function (cssWithMappingToString) {
1091
+ var list = []; // return the list of modules as css string
1092
+
1093
+ list.toString = function toString() {
1094
+ return this.map(function (item) {
1095
+ var content = cssWithMappingToString(item);
1096
+ if (item[2]) {
1097
+ return "@media ".concat(item[2], " {").concat(content, "}");
1098
+ }
1099
+ return content;
1100
+ }).join("");
1101
+ }; // import a list of modules into the list
1102
+ // eslint-disable-next-line func-names
1103
+
1104
+ list.i = function (modules, mediaQuery, dedupe) {
1105
+ if (typeof modules === "string") {
1106
+ // eslint-disable-next-line no-param-reassign
1107
+ modules = [[null, modules, ""]];
1108
+ }
1109
+ var alreadyImportedModules = {};
1110
+ if (dedupe) {
1111
+ for (var i = 0; i < this.length; i++) {
1112
+ // eslint-disable-next-line prefer-destructuring
1113
+ var id = this[i][0];
1114
+ if (id != null) {
1115
+ alreadyImportedModules[id] = true;
1116
+ }
1117
+ }
1118
+ }
1119
+ for (var _i = 0; _i < modules.length; _i++) {
1120
+ var item = [].concat(modules[_i]);
1121
+ if (dedupe && alreadyImportedModules[item[0]]) {
1122
+ // eslint-disable-next-line no-continue
1123
+ continue;
1124
+ }
1125
+ if (mediaQuery) {
1126
+ if (!item[2]) {
1127
+ item[2] = mediaQuery;
1128
+ } else {
1129
+ item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
1130
+ }
1131
+ }
1132
+ list.push(item);
1133
+ }
1134
+ };
1135
+ return list;
1136
+ };
1137
+
1138
+ /***/ }),
1139
+
1140
+ /***/ 21:
1141
+ /***/ (function(module, exports) {
1142
+
1143
+ module.exports = require("core-js/modules/es.array.push.js");
1144
+
1145
+ /***/ }),
1146
+
1147
+ /***/ 219:
1148
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1149
+
1150
+ "use strict";
1151
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1152
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(56);
1153
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
1154
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
1155
+ /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(29);
1156
+ /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_4__);
1157
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1);
1158
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__);
1159
+ /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(50);
1160
+ /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_6__);
1161
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8);
1162
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__);
1163
+ /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(61);
1164
+ /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_8__);
1165
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(13);
1166
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_9__);
1167
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(22);
1168
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_10__);
1169
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7);
1170
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_11__);
1171
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(12);
1172
+ /* 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__);
1173
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(27);
1174
+ /* 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__);
1175
+ /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(11);
1176
+ /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_14__);
1177
+ /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(33);
1178
+ /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15__);
1179
+ /* harmony import */ var core_js_modules_es_array_sort_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(60);
1180
+ /* harmony import */ var core_js_modules_es_array_sort_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_sort_js__WEBPACK_IMPORTED_MODULE_16__);
1181
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(21);
1182
+ /* 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__);
1183
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(38);
1184
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18__);
1185
+ /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(59);
1186
+ /* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19__);
1187
+ /* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(39);
769
1188
 
770
1189
 
771
1190
 
@@ -1230,410 +1649,169 @@ module.exports = require("core-js/modules/es.array.iterator.js");
1230
1649
 
1231
1650
  /***/ }),
1232
1651
 
1233
- /***/ 21:
1234
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1652
+ /***/ 22:
1653
+ /***/ (function(module, exports) {
1235
1654
 
1236
- "use strict";
1237
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
1238
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(44);
1655
+ module.exports = require("core-js/modules/es.array.iterator.js");
1239
1656
 
1240
- function _defineProperty(obj, key, value) {
1241
- key = Object(_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(key);
1242
- if (key in obj) {
1243
- Object.defineProperty(obj, key, {
1244
- value: value,
1245
- enumerable: true,
1246
- configurable: true,
1247
- writable: true
1248
- });
1249
- } else {
1250
- obj[key] = value;
1251
- }
1252
- return obj;
1253
- }
1657
+ /***/ }),
1658
+
1659
+ /***/ 23:
1660
+ /***/ (function(module, exports) {
1661
+
1662
+ module.exports = require("core-js/modules/es.array.find.js");
1254
1663
 
1255
1664
  /***/ }),
1256
1665
 
1257
- /***/ 22:
1666
+ /***/ 24:
1667
+ /***/ (function(module, exports) {
1668
+
1669
+ module.exports = require("vuex");
1670
+
1671
+ /***/ }),
1672
+
1673
+ /***/ 25:
1674
+ /***/ (function(module, exports) {
1675
+
1676
+ module.exports = require("core-js/modules/es.object.keys.js");
1677
+
1678
+ /***/ }),
1679
+
1680
+ /***/ 26:
1258
1681
  /***/ (function(module, exports) {
1259
1682
 
1260
1683
  module.exports = require("core-js/modules/es.array.slice.js");
1261
1684
 
1262
1685
  /***/ }),
1263
1686
 
1264
- /***/ 23:
1687
+ /***/ 27:
1688
+ /***/ (function(module, exports) {
1689
+
1690
+ module.exports = require("core-js/modules/es.string.replace.js");
1691
+
1692
+ /***/ }),
1693
+
1694
+ /***/ 28:
1265
1695
  /***/ (function(module, exports) {
1266
1696
 
1267
1697
  module.exports = require("core-js/modules/es.array.from.js");
1268
1698
 
1269
1699
  /***/ }),
1270
1700
 
1271
- /***/ 24:
1272
- /***/ (function(module, exports, __webpack_require__) {
1701
+ /***/ 29:
1702
+ /***/ (function(module, exports) {
1703
+
1704
+ module.exports = require("core-js/modules/es.array.filter.js");
1705
+
1706
+ /***/ }),
1707
+
1708
+ /***/ 3:
1709
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1273
1710
 
1274
1711
  "use strict";
1275
1712
 
1713
+ // EXPORTS
1714
+ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toConsumableArray; });
1276
1715
 
1277
- var isOldIE = function isOldIE() {
1278
- var memo;
1279
- return function memorize() {
1280
- if (typeof memo === 'undefined') {
1281
- // Test for IE <= 9 as proposed by Browserhacks
1282
- // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
1283
- // Tests for existence of standard globals is to allow style-loader
1284
- // to operate correctly into non-standard environments
1285
- // @see https://github.com/webpack-contrib/style-loader/issues/177
1286
- memo = Boolean(window && document && document.all && !window.atob);
1287
- }
1716
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1717
+ var arrayLikeToArray = __webpack_require__(18);
1288
1718
 
1289
- return memo;
1290
- };
1291
- }();
1719
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1292
1720
 
1293
- var getTarget = function getTarget() {
1294
- var memo = {};
1295
- return function memorize(target) {
1296
- if (typeof memo[target] === 'undefined') {
1297
- var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
1721
+ function _arrayWithoutHoles(arr) {
1722
+ if (Array.isArray(arr)) return Object(arrayLikeToArray["a" /* default */])(arr);
1723
+ }
1724
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
1725
+ var es_symbol_js_ = __webpack_require__(2);
1298
1726
 
1299
- if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
1300
- try {
1301
- // This will throw an exception if access to iframe is blocked
1302
- // due to cross-origin restrictions
1303
- styleTarget = styleTarget.contentDocument.head;
1304
- } catch (e) {
1305
- // istanbul ignore next
1306
- styleTarget = null;
1307
- }
1308
- }
1727
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
1728
+ var es_symbol_description_js_ = __webpack_require__(6);
1309
1729
 
1310
- memo[target] = styleTarget;
1311
- }
1730
+ // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
1731
+ var es_object_to_string_js_ = __webpack_require__(1);
1312
1732
 
1313
- return memo[target];
1314
- };
1315
- }();
1733
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.iterator.js"
1734
+ var es_symbol_iterator_js_ = __webpack_require__(10);
1316
1735
 
1317
- var stylesInDom = [];
1736
+ // EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
1737
+ var es_array_iterator_js_ = __webpack_require__(22);
1318
1738
 
1319
- function getIndexByIdentifier(identifier) {
1320
- var result = -1;
1739
+ // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
1740
+ var es_string_iterator_js_ = __webpack_require__(5);
1321
1741
 
1322
- for (var i = 0; i < stylesInDom.length; i++) {
1323
- if (stylesInDom[i].identifier === identifier) {
1324
- result = i;
1325
- break;
1326
- }
1327
- }
1742
+ // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
1743
+ var web_dom_collections_iterator_js_ = __webpack_require__(7);
1328
1744
 
1329
- return result;
1330
- }
1745
+ // EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
1746
+ var es_array_from_js_ = __webpack_require__(28);
1331
1747
 
1332
- function modulesToDom(list, options) {
1333
- var idCountMap = {};
1334
- var identifiers = [];
1748
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1335
1749
 
1336
- for (var i = 0; i < list.length; i++) {
1337
- var item = list[i];
1338
- var id = options.base ? item[0] + options.base : item[0];
1339
- var count = idCountMap[id] || 0;
1340
- var identifier = "".concat(id, " ").concat(count);
1341
- idCountMap[id] = count + 1;
1342
- var index = getIndexByIdentifier(identifier);
1343
- var obj = {
1344
- css: item[1],
1345
- media: item[2],
1346
- sourceMap: item[3]
1347
- };
1348
1750
 
1349
- if (index !== -1) {
1350
- stylesInDom[index].references++;
1351
- stylesInDom[index].updater(obj);
1352
- } else {
1353
- stylesInDom.push({
1354
- identifier: identifier,
1355
- updater: addStyle(obj, options),
1356
- references: 1
1357
- });
1358
- }
1359
1751
 
1360
- identifiers.push(identifier);
1361
- }
1362
1752
 
1363
- return identifiers;
1364
- }
1365
1753
 
1366
- function insertStyleElement(options) {
1367
- var style = document.createElement('style');
1368
- var attributes = options.attributes || {};
1369
1754
 
1370
- if (typeof attributes.nonce === 'undefined') {
1371
- var nonce = true ? __webpack_require__.nc : undefined;
1372
1755
 
1373
- if (nonce) {
1374
- attributes.nonce = nonce;
1375
- }
1376
- }
1377
1756
 
1378
- Object.keys(attributes).forEach(function (key) {
1379
- style.setAttribute(key, attributes[key]);
1380
- });
1381
1757
 
1382
- if (typeof options.insert === 'function') {
1383
- options.insert(style);
1384
- } else {
1385
- var target = getTarget(options.insert || 'head');
1386
1758
 
1387
- if (!target) {
1388
- throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
1389
- }
1390
1759
 
1391
- target.appendChild(style);
1392
- }
1393
1760
 
1394
- return style;
1395
- }
1396
1761
 
1397
- function removeStyleElement(style) {
1398
- // istanbul ignore if
1399
- if (style.parentNode === null) {
1400
- return false;
1401
- }
1402
1762
 
1403
- style.parentNode.removeChild(style);
1763
+
1764
+ function _iterableToArray(iter) {
1765
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1404
1766
  }
1405
- /* istanbul ignore next */
1767
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1768
+ var unsupportedIterableToArray = __webpack_require__(35);
1406
1769
 
1770
+ // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
1771
+ var es_error_cause_js_ = __webpack_require__(31);
1407
1772
 
1408
- var replaceText = function replaceText() {
1409
- var textStore = [];
1410
- return function replace(index, replacement) {
1411
- textStore[index] = replacement;
1412
- return textStore.filter(Boolean).join('\n');
1413
- };
1414
- }();
1773
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1415
1774
 
1416
- function applyToSingletonTag(style, index, remove, obj) {
1417
- var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
1775
+ function _nonIterableSpread() {
1776
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1777
+ }
1778
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1418
1779
 
1419
- /* istanbul ignore if */
1420
1780
 
1421
- if (style.styleSheet) {
1422
- style.styleSheet.cssText = replaceText(index, css);
1423
- } else {
1424
- var cssNode = document.createTextNode(css);
1425
- var childNodes = style.childNodes;
1426
1781
 
1427
- if (childNodes[index]) {
1428
- style.removeChild(childNodes[index]);
1429
- }
1430
1782
 
1431
- if (childNodes.length) {
1432
- style.insertBefore(cssNode, childNodes[index]);
1433
- } else {
1434
- style.appendChild(cssNode);
1435
- }
1436
- }
1783
+ function _toConsumableArray(arr) {
1784
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
1437
1785
  }
1438
1786
 
1439
- function applyToTag(style, options, obj) {
1440
- var css = obj.css;
1441
- var media = obj.media;
1442
- var sourceMap = obj.sourceMap;
1787
+ /***/ }),
1443
1788
 
1444
- if (media) {
1445
- style.setAttribute('media', media);
1446
- } else {
1447
- style.removeAttribute('media');
1448
- }
1789
+ /***/ 30:
1790
+ /***/ (function(module, exports) {
1449
1791
 
1450
- if (sourceMap && typeof btoa !== 'undefined') {
1451
- css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
1452
- } // For old IE
1792
+ module.exports = require("core-js/modules/es.array.includes.js");
1453
1793
 
1454
- /* istanbul ignore if */
1794
+ /***/ }),
1455
1795
 
1796
+ /***/ 31:
1797
+ /***/ (function(module, exports) {
1456
1798
 
1457
- if (style.styleSheet) {
1458
- style.styleSheet.cssText = css;
1459
- } else {
1460
- while (style.firstChild) {
1461
- style.removeChild(style.firstChild);
1462
- }
1799
+ module.exports = require("core-js/modules/es.error.cause.js");
1463
1800
 
1464
- style.appendChild(document.createTextNode(css));
1465
- }
1466
- }
1801
+ /***/ }),
1467
1802
 
1468
- var singleton = null;
1469
- var singletonCounter = 0;
1803
+ /***/ 32:
1804
+ /***/ (function(module, exports) {
1470
1805
 
1471
- function addStyle(obj, options) {
1472
- var style;
1473
- var update;
1474
- var remove;
1475
-
1476
- if (options.singleton) {
1477
- var styleIndex = singletonCounter++;
1478
- style = singleton || (singleton = insertStyleElement(options));
1479
- update = applyToSingletonTag.bind(null, style, styleIndex, false);
1480
- remove = applyToSingletonTag.bind(null, style, styleIndex, true);
1481
- } else {
1482
- style = insertStyleElement(options);
1483
- update = applyToTag.bind(null, style, options);
1484
-
1485
- remove = function remove() {
1486
- removeStyleElement(style);
1487
- };
1488
- }
1489
-
1490
- update(obj);
1491
- return function updateStyle(newObj) {
1492
- if (newObj) {
1493
- if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
1494
- return;
1495
- }
1496
-
1497
- update(obj = newObj);
1498
- } else {
1499
- remove();
1500
- }
1501
- };
1502
- }
1503
-
1504
- module.exports = function (list, options) {
1505
- options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
1506
- // tags it will allow on a page
1507
-
1508
- if (!options.singleton && typeof options.singleton !== 'boolean') {
1509
- options.singleton = isOldIE();
1510
- }
1511
-
1512
- list = list || [];
1513
- var lastIdentifiers = modulesToDom(list, options);
1514
- return function update(newList) {
1515
- newList = newList || [];
1516
-
1517
- if (Object.prototype.toString.call(newList) !== '[object Array]') {
1518
- return;
1519
- }
1520
-
1521
- for (var i = 0; i < lastIdentifiers.length; i++) {
1522
- var identifier = lastIdentifiers[i];
1523
- var index = getIndexByIdentifier(identifier);
1524
- stylesInDom[index].references--;
1525
- }
1526
-
1527
- var newLastIdentifiers = modulesToDom(newList, options);
1528
-
1529
- for (var _i = 0; _i < lastIdentifiers.length; _i++) {
1530
- var _identifier = lastIdentifiers[_i];
1531
-
1532
- var _index = getIndexByIdentifier(_identifier);
1533
-
1534
- if (stylesInDom[_index].references === 0) {
1535
- stylesInDom[_index].updater();
1536
-
1537
- stylesInDom.splice(_index, 1);
1538
- }
1539
- }
1540
-
1541
- lastIdentifiers = newLastIdentifiers;
1542
- };
1543
- };
1544
-
1545
- /***/ }),
1546
-
1547
- /***/ 25:
1548
- /***/ (function(module, exports, __webpack_require__) {
1549
-
1550
- "use strict";
1551
-
1552
-
1553
- /*
1554
- MIT License http://www.opensource.org/licenses/mit-license.php
1555
- Author Tobias Koppers @sokra
1556
- */
1557
- // css base code, injected by the css-loader
1558
- // eslint-disable-next-line func-names
1559
- __webpack_require__(1);
1560
- __webpack_require__(33);
1561
- __webpack_require__(11);
1562
- __webpack_require__(13);
1563
- __webpack_require__(1);
1564
- __webpack_require__(33);
1565
- __webpack_require__(11);
1566
- __webpack_require__(13);
1567
- __webpack_require__(18);
1568
- module.exports = function (cssWithMappingToString) {
1569
- var list = []; // return the list of modules as css string
1570
-
1571
- list.toString = function toString() {
1572
- return this.map(function (item) {
1573
- var content = cssWithMappingToString(item);
1574
- if (item[2]) {
1575
- return "@media ".concat(item[2], " {").concat(content, "}");
1576
- }
1577
- return content;
1578
- }).join("");
1579
- }; // import a list of modules into the list
1580
- // eslint-disable-next-line func-names
1581
-
1582
- list.i = function (modules, mediaQuery, dedupe) {
1583
- if (typeof modules === "string") {
1584
- // eslint-disable-next-line no-param-reassign
1585
- modules = [[null, modules, ""]];
1586
- }
1587
- var alreadyImportedModules = {};
1588
- if (dedupe) {
1589
- for (var i = 0; i < this.length; i++) {
1590
- // eslint-disable-next-line prefer-destructuring
1591
- var id = this[i][0];
1592
- if (id != null) {
1593
- alreadyImportedModules[id] = true;
1594
- }
1595
- }
1596
- }
1597
- for (var _i = 0; _i < modules.length; _i++) {
1598
- var item = [].concat(modules[_i]);
1599
- if (dedupe && alreadyImportedModules[item[0]]) {
1600
- // eslint-disable-next-line no-continue
1601
- continue;
1602
- }
1603
- if (mediaQuery) {
1604
- if (!item[2]) {
1605
- item[2] = mediaQuery;
1606
- } else {
1607
- item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
1608
- }
1609
- }
1610
- list.push(item);
1611
- }
1612
- };
1613
- return list;
1614
- };
1615
-
1616
- /***/ }),
1617
-
1618
- /***/ 26:
1619
- /***/ (function(module, exports) {
1620
-
1621
- module.exports = require("vuex");
1622
-
1623
- /***/ }),
1624
-
1625
- /***/ 27:
1626
- /***/ (function(module, exports) {
1627
-
1628
- module.exports = require("core-js/modules/es.array.find.js");
1806
+ module.exports = require("core-js/modules/es.string.includes.js");
1629
1807
 
1630
1808
  /***/ }),
1631
1809
 
1632
- /***/ 274:
1810
+ /***/ 320:
1633
1811
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1634
1812
 
1635
1813
  "use strict";
1636
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
1814
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
1637
1815
  /* 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__);
1638
1816
  // Imports
1639
1817
 
@@ -1646,39 +1824,78 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".epx-list{height:100%;box-sizing:border
1646
1824
 
1647
1825
  /***/ }),
1648
1826
 
1649
- /***/ 28:
1827
+ /***/ 33:
1650
1828
  /***/ (function(module, exports) {
1651
1829
 
1652
- module.exports = require("core-js/modules/es.error.cause.js");
1830
+ module.exports = require("core-js/modules/es.array.join.js");
1653
1831
 
1654
1832
  /***/ }),
1655
1833
 
1656
- /***/ 29:
1657
- /***/ (function(module, exports) {
1834
+ /***/ 34:
1835
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1658
1836
 
1659
- module.exports = require("core-js/modules/es.string.replace.js");
1837
+ "use strict";
1838
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _asyncToGenerator; });
1839
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
1840
+ /* 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__);
1841
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(36);
1842
+ /* 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__);
1843
+
1844
+
1845
+
1846
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
1847
+ try {
1848
+ var info = gen[key](arg);
1849
+ var value = info.value;
1850
+ } catch (error) {
1851
+ reject(error);
1852
+ return;
1853
+ }
1854
+ if (info.done) {
1855
+ resolve(value);
1856
+ } else {
1857
+ Promise.resolve(value).then(_next, _throw);
1858
+ }
1859
+ }
1860
+ function _asyncToGenerator(fn) {
1861
+ return function () {
1862
+ var self = this,
1863
+ args = arguments;
1864
+ return new Promise(function (resolve, reject) {
1865
+ var gen = fn.apply(self, args);
1866
+ function _next(value) {
1867
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
1868
+ }
1869
+ function _throw(err) {
1870
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
1871
+ }
1872
+ _next(undefined);
1873
+ });
1874
+ };
1875
+ }
1660
1876
 
1661
1877
  /***/ }),
1662
1878
 
1663
- /***/ 3:
1879
+ /***/ 35:
1664
1880
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1665
1881
 
1666
1882
  "use strict";
1667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
1668
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
1669
- /* 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__);
1670
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
1671
- /* 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__);
1672
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
1673
- /* 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__);
1674
- /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
1675
- /* 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__);
1676
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(20);
1677
- /* 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__);
1678
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
1679
- /* 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__);
1680
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
1681
- /* 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__);
1883
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
1884
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26);
1885
+ /* 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__);
1886
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
1887
+ /* 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__);
1888
+ /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9);
1889
+ /* 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__);
1890
+ /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(28);
1891
+ /* 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__);
1892
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5);
1893
+ /* 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__);
1894
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(12);
1895
+ /* 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__);
1896
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(38);
1897
+ /* 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__);
1898
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(18);
1682
1899
 
1683
1900
 
1684
1901
 
@@ -1692,111 +1909,38 @@ module.exports = require("core-js/modules/es.string.replace.js");
1692
1909
 
1693
1910
 
1694
1911
 
1695
- function _typeof(obj) {
1696
- "@babel/helpers - typeof";
1697
1912
 
1698
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1699
- return typeof obj;
1700
- } : function (obj) {
1701
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1702
- }, _typeof(obj);
1913
+ function _unsupportedIterableToArray(o, minLen) {
1914
+ if (!o) return;
1915
+ if (typeof o === "string") return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__[/* default */ "a"])(o, minLen);
1916
+ var n = Object.prototype.toString.call(o).slice(8, -1);
1917
+ if (n === "Object" && o.constructor) n = o.constructor.name;
1918
+ if (n === "Map" || n === "Set") return Array.from(o);
1919
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__[/* default */ "a"])(o, minLen);
1703
1920
  }
1704
1921
 
1705
1922
  /***/ }),
1706
1923
 
1707
- /***/ 30:
1924
+ /***/ 36:
1708
1925
  /***/ (function(module, exports) {
1709
1926
 
1710
- module.exports = require("core-js/modules/es.array.filter.js");
1927
+ module.exports = require("core-js/modules/es.promise.js");
1711
1928
 
1712
1929
  /***/ }),
1713
1930
 
1714
- /***/ 31:
1715
- /***/ (function(module, exports) {
1931
+ /***/ 37:
1932
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1716
1933
 
1717
- module.exports = require("core-js/modules/es.array.includes.js");
1934
+ "use strict";
1718
1935
 
1719
- /***/ }),
1936
+ // EXPORTS
1937
+ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _objectWithoutProperties; });
1720
1938
 
1721
- /***/ 32:
1722
- /***/ (function(module, exports) {
1723
-
1724
- module.exports = require("core-js/modules/es.string.includes.js");
1725
-
1726
- /***/ }),
1727
-
1728
- /***/ 33:
1729
- /***/ (function(module, exports) {
1730
-
1731
- module.exports = require("core-js/modules/es.array.join.js");
1732
-
1733
- /***/ }),
1734
-
1735
- /***/ 34:
1736
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1737
-
1738
- "use strict";
1739
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
1740
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(22);
1741
- /* 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__);
1742
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
1743
- /* 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__);
1744
- /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9);
1745
- /* 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__);
1746
- /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(23);
1747
- /* 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__);
1748
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4);
1749
- /* 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__);
1750
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(12);
1751
- /* 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__);
1752
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(39);
1753
- /* 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__);
1754
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(15);
1755
-
1756
-
1757
-
1758
-
1759
-
1760
-
1761
-
1762
-
1763
-
1764
-
1765
-
1766
-
1767
-
1768
-
1769
- function _unsupportedIterableToArray(o, minLen) {
1770
- if (!o) return;
1771
- if (typeof o === "string") return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__[/* default */ "a"])(o, minLen);
1772
- var n = Object.prototype.toString.call(o).slice(8, -1);
1773
- if (n === "Object" && o.constructor) n = o.constructor.name;
1774
- if (n === "Map" || n === "Set") return Array.from(o);
1775
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_7__[/* default */ "a"])(o, minLen);
1776
- }
1777
-
1778
- /***/ }),
1779
-
1780
- /***/ 35:
1781
- /***/ (function(module, exports) {
1782
-
1783
- module.exports = require("core-js/modules/es.promise.js");
1784
-
1785
- /***/ }),
1786
-
1787
- /***/ 36:
1788
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1789
-
1790
- "use strict";
1791
-
1792
- // EXPORTS
1793
- __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _objectWithoutProperties; });
1794
-
1795
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
1796
- var es_symbol_js_ = __webpack_require__(2);
1939
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
1940
+ var es_symbol_js_ = __webpack_require__(2);
1797
1941
 
1798
1942
  // EXTERNAL MODULE: external "core-js/modules/es.object.keys.js"
1799
- var es_object_keys_js_ = __webpack_require__(19);
1943
+ var es_object_keys_js_ = __webpack_require__(25);
1800
1944
 
1801
1945
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
1802
1946
 
@@ -1835,61 +1979,23 @@ function _objectWithoutProperties(source, excluded) {
1835
1979
 
1836
1980
  /***/ }),
1837
1981
 
1838
- /***/ 37:
1839
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1840
-
1841
- "use strict";
1842
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _asyncToGenerator; });
1843
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
1844
- /* 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__);
1845
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(35);
1846
- /* 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__);
1847
-
1848
-
1982
+ /***/ 38:
1983
+ /***/ (function(module, exports) {
1849
1984
 
1850
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
1851
- try {
1852
- var info = gen[key](arg);
1853
- var value = info.value;
1854
- } catch (error) {
1855
- reject(error);
1856
- return;
1857
- }
1858
- if (info.done) {
1859
- resolve(value);
1860
- } else {
1861
- Promise.resolve(value).then(_next, _throw);
1862
- }
1863
- }
1864
- function _asyncToGenerator(fn) {
1865
- return function () {
1866
- var self = this,
1867
- args = arguments;
1868
- return new Promise(function (resolve, reject) {
1869
- var gen = fn.apply(self, args);
1870
- function _next(value) {
1871
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
1872
- }
1873
- function _throw(err) {
1874
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
1875
- }
1876
- _next(undefined);
1877
- });
1878
- };
1879
- }
1985
+ module.exports = require("core-js/modules/es.regexp.test.js");
1880
1986
 
1881
1987
  /***/ }),
1882
1988
 
1883
- /***/ 38:
1989
+ /***/ 39:
1884
1990
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1885
1991
 
1886
1992
  "use strict";
1887
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17);
1888
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37);
1889
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5);
1890
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(36);
1993
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16);
1994
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(34);
1995
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
1996
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(37);
1891
1997
  /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(0);
1892
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(3);
1998
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
1893
1999
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
1894
2000
  /* 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__);
1895
2001
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8);
@@ -1898,23 +2004,23 @@ function _asyncToGenerator(fn) {
1898
2004
  /* 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__);
1899
2005
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(11);
1900
2006
  /* 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__);
1901
- /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(31);
2007
+ /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(30);
1902
2008
  /* 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__);
1903
2009
  /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(32);
1904
2010
  /* 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__);
1905
2011
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(12);
1906
2012
  /* 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__);
1907
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(29);
2013
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(27);
1908
2014
  /* 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__);
1909
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(16);
2015
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(17);
1910
2016
  /* 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__);
1911
- /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(27);
2017
+ /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(23);
1912
2018
  /* 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__);
1913
- /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(35);
2019
+ /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(36);
1914
2020
  /* 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__);
1915
- /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(39);
2021
+ /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(38);
1916
2022
  /* 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__);
1917
- /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(26);
2023
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(24);
1918
2024
  /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_18__);
1919
2025
 
1920
2026
 
@@ -2279,7 +2385,7 @@ function formatI18nConfig(configs, language) {
2279
2385
  this.pageEvents = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])({}, exports);
2280
2386
  }
2281
2387
  // vue保留字段
2282
- 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'];
2388
+ 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'];
2283
2389
  for (var key in this.$options) {
2284
2390
  // eslint-disable-next-line no-prototype-builtins
2285
2391
  if (!vueAttribute.includes(key) && !/^[_|$].+/.test(key)) {
@@ -2403,75 +2509,214 @@ function formatI18nConfig(configs, language) {
2403
2509
 
2404
2510
  /***/ }),
2405
2511
 
2406
- /***/ 39:
2407
- /***/ (function(module, exports) {
2512
+ /***/ 4:
2513
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2514
+
2515
+ "use strict";
2516
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
2517
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
2518
+ /* 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__);
2519
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
2520
+ /* 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__);
2521
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
2522
+ /* 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__);
2523
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
2524
+ /* 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__);
2525
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22);
2526
+ /* 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__);
2527
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
2528
+ /* 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__);
2529
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
2530
+ /* 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__);
2531
+
2532
+
2533
+
2534
+
2535
+
2536
+
2408
2537
 
2409
- module.exports = require("core-js/modules/es.regexp.test.js");
2410
2538
 
2411
- /***/ }),
2412
2539
 
2413
- /***/ 4:
2414
- /***/ (function(module, exports) {
2415
2540
 
2416
- module.exports = require("core-js/modules/es.string.iterator.js");
2541
+
2542
+
2543
+
2544
+ function _typeof(obj) {
2545
+ "@babel/helpers - typeof";
2546
+
2547
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
2548
+ return typeof obj;
2549
+ } : function (obj) {
2550
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
2551
+ }, _typeof(obj);
2552
+ }
2417
2553
 
2418
2554
  /***/ }),
2419
2555
 
2420
2556
  /***/ 40:
2557
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2558
+
2559
+ "use strict";
2560
+
2561
+ // EXPORTS
2562
+ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toPropertyKey; });
2563
+
2564
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
2565
+ var esm_typeof = __webpack_require__(4);
2566
+
2567
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.to-primitive.js"
2568
+ var es_symbol_to_primitive_js_ = __webpack_require__(41);
2569
+
2570
+ // EXTERNAL MODULE: external "core-js/modules/es.date.to-primitive.js"
2571
+ var es_date_to_primitive_js_ = __webpack_require__(42);
2572
+
2573
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
2574
+ var es_symbol_js_ = __webpack_require__(2);
2575
+
2576
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
2577
+ var es_symbol_description_js_ = __webpack_require__(6);
2578
+
2579
+ // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
2580
+ var es_object_to_string_js_ = __webpack_require__(1);
2581
+
2582
+ // EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
2583
+ var es_number_constructor_js_ = __webpack_require__(17);
2584
+
2585
+ // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
2586
+ var es_error_cause_js_ = __webpack_require__(31);
2587
+
2588
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
2589
+
2590
+
2591
+
2592
+
2593
+
2594
+
2595
+
2596
+
2597
+
2598
+
2599
+
2600
+
2601
+
2602
+
2603
+ function _toPrimitive(input, hint) {
2604
+ if (Object(esm_typeof["a" /* default */])(input) !== "object" || input === null) return input;
2605
+ var prim = input[Symbol.toPrimitive];
2606
+ if (prim !== undefined) {
2607
+ var res = prim.call(input, hint || "default");
2608
+ if (Object(esm_typeof["a" /* default */])(res) !== "object") return res;
2609
+ throw new TypeError("@@toPrimitive must return a primitive value.");
2610
+ }
2611
+ return (hint === "string" ? String : Number)(input);
2612
+ }
2613
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
2614
+
2615
+
2616
+ function _toPropertyKey(arg) {
2617
+ var key = _toPrimitive(arg, "string");
2618
+ return Object(esm_typeof["a" /* default */])(key) === "symbol" ? key : String(key);
2619
+ }
2620
+
2621
+ /***/ }),
2622
+
2623
+ /***/ 41:
2421
2624
  /***/ (function(module, exports) {
2422
2625
 
2423
2626
  module.exports = require("core-js/modules/es.symbol.to-primitive.js");
2424
2627
 
2425
2628
  /***/ }),
2426
2629
 
2427
- /***/ 41:
2630
+ /***/ 42:
2428
2631
  /***/ (function(module, exports) {
2429
2632
 
2430
2633
  module.exports = require("core-js/modules/es.date.to-primitive.js");
2431
2634
 
2432
2635
  /***/ }),
2433
2636
 
2434
- /***/ 42:
2637
+ /***/ 43:
2435
2638
  /***/ (function(module, exports) {
2436
2639
 
2437
2640
  module.exports = require("core-js/modules/es.object.get-own-property-descriptor.js");
2438
2641
 
2439
2642
  /***/ }),
2440
2643
 
2441
- /***/ 425:
2442
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2644
+ /***/ 44:
2645
+ /***/ (function(module, exports) {
2443
2646
 
2444
- "use strict";
2445
- // ESM COMPAT FLAG
2446
- __webpack_require__.r(__webpack_exports__);
2647
+ module.exports = require("core-js/modules/es.object.get-own-property-descriptors.js");
2447
2648
 
2448
- // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
2449
- var es_function_name_js_ = __webpack_require__(9);
2649
+ /***/ }),
2450
2650
 
2451
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/list/List.vue?vue&type=template&id=67139199&
2452
- var render = function () {
2453
- var _vm = this
2454
- var _h = _vm.$createElement
2455
- var _c = _vm._self._c || _h
2456
- return _c("div", { staticClass: "epx-list", style: _vm.$component.style }, [
2457
- _c(
2458
- "ul",
2459
- {
2460
- directives: [
2461
- {
2462
- name: "loading",
2463
- rawName: "v-loading",
2464
- value: _vm.loading,
2465
- expression: "loading",
2466
- },
2467
- ],
2468
- ref: "list",
2469
- staticClass: "epx-list__list",
2470
- },
2471
- [
2472
- _vm.data.length > 0
2473
- ? [
2474
- _vm._l(_vm.data, function (item) {
2651
+ /***/ 45:
2652
+ /***/ (function(module, exports) {
2653
+
2654
+ module.exports = require("core-js/modules/es.object.get-prototype-of.js");
2655
+
2656
+ /***/ }),
2657
+
2658
+ /***/ 46:
2659
+ /***/ (function(module, exports) {
2660
+
2661
+ module.exports = require("core-js/modules/es.symbol.async-iterator.js");
2662
+
2663
+ /***/ }),
2664
+
2665
+ /***/ 47:
2666
+ /***/ (function(module, exports) {
2667
+
2668
+ module.exports = require("core-js/modules/es.symbol.to-string-tag.js");
2669
+
2670
+ /***/ }),
2671
+
2672
+ /***/ 48:
2673
+ /***/ (function(module, exports) {
2674
+
2675
+ module.exports = require("core-js/modules/es.json.to-string-tag.js");
2676
+
2677
+ /***/ }),
2678
+
2679
+ /***/ 49:
2680
+ /***/ (function(module, exports) {
2681
+
2682
+ module.exports = require("core-js/modules/es.math.to-string-tag.js");
2683
+
2684
+ /***/ }),
2685
+
2686
+ /***/ 496:
2687
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2688
+
2689
+ "use strict";
2690
+ // ESM COMPAT FLAG
2691
+ __webpack_require__.r(__webpack_exports__);
2692
+
2693
+ // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
2694
+ var es_function_name_js_ = __webpack_require__(9);
2695
+
2696
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/list/List.vue?vue&type=template&id=67139199&
2697
+ var render = function () {
2698
+ var _vm = this
2699
+ var _h = _vm.$createElement
2700
+ var _c = _vm._self._c || _h
2701
+ return _c("div", { staticClass: "epx-list", style: _vm.$component.style }, [
2702
+ _c(
2703
+ "ul",
2704
+ {
2705
+ directives: [
2706
+ {
2707
+ name: "loading",
2708
+ rawName: "v-loading",
2709
+ value: _vm.loading,
2710
+ expression: "loading",
2711
+ },
2712
+ ],
2713
+ ref: "list",
2714
+ staticClass: "epx-list__list",
2715
+ },
2716
+ [
2717
+ _vm.data.length > 0
2718
+ ? [
2719
+ _vm._l(_vm.data, function (item) {
2475
2720
  return _c(
2476
2721
  "li",
2477
2722
  {
@@ -2657,16 +2902,16 @@ render._withStripped = true
2657
2902
  // CONCATENATED MODULE: ./src/frame/packages/list/List.vue?vue&type=template&id=67139199&
2658
2903
 
2659
2904
  // EXTERNAL MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/list/List.vue?vue&type=script&lang=js&
2660
- var Listvue_type_script_lang_js_ = __webpack_require__(201);
2905
+ var Listvue_type_script_lang_js_ = __webpack_require__(219);
2661
2906
 
2662
2907
  // CONCATENATED MODULE: ./src/frame/packages/list/List.vue?vue&type=script&lang=js&
2663
2908
  /* harmony default export */ var list_Listvue_type_script_lang_js_ = (Listvue_type_script_lang_js_["a" /* default */]);
2664
2909
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
2665
- var injectStylesIntoStyleTag = __webpack_require__(24);
2910
+ var injectStylesIntoStyleTag = __webpack_require__(19);
2666
2911
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
2667
2912
 
2668
2913
  // 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/list/List.vue?vue&type=style&index=0&id=67139199&prod&lang=scss&
2669
- var Listvue_type_style_index_0_id_67139199_prod_lang_scss_ = __webpack_require__(274);
2914
+ var Listvue_type_style_index_0_id_67139199_prod_lang_scss_ = __webpack_require__(320);
2670
2915
 
2671
2916
  // 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/list/List.vue?vue&type=style&index=0&id=67139199&prod&lang=scss&
2672
2917
 
@@ -2708,146 +2953,876 @@ var component = Object(componentNormalizer["a" /* default */])(
2708
2953
  )
2709
2954
 
2710
2955
  /* harmony default export */ var List = (component.exports);
2711
- // CONCATENATED MODULE: ./src/frame/packages/list/index.js
2956
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
2957
+ var objectSpread2 = __webpack_require__(0);
2712
2958
 
2959
+ // EXTERNAL MODULE: external "core-js/modules/es.array.find.js"
2960
+ var es_array_find_js_ = __webpack_require__(23);
2713
2961
 
2962
+ // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
2963
+ var es_object_to_string_js_ = __webpack_require__(1);
2714
2964
 
2965
+ // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
2966
+ var web_dom_collections_for_each_js_ = __webpack_require__(8);
2715
2967
 
2716
- /* istanbul ignore next */
2717
- List.install = function install(Vue) {
2718
- Vue.component(List.name, List);
2719
- };
2720
- /* harmony default export */ var list = __webpack_exports__["default"] = (List);
2968
+ // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
2969
+ var es_array_push_js_ = __webpack_require__(21);
2721
2970
 
2722
- /***/ }),
2971
+ // EXTERNAL MODULE: ./src/frame/views/visual/Component.vue + 3 modules
2972
+ var Component = __webpack_require__(129);
2723
2973
 
2724
- /***/ 43:
2725
- /***/ (function(module, exports) {
2974
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/list/visual/List.vue?vue&type=script&lang=js&
2726
2975
 
2727
- module.exports = require("core-js/modules/es.object.get-own-property-descriptors.js");
2728
2976
 
2729
- /***/ }),
2730
2977
 
2731
- /***/ 44:
2732
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2733
2978
 
2734
- "use strict";
2735
2979
 
2736
- // EXPORTS
2737
- __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toPropertyKey; });
2738
2980
 
2739
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
2740
- var esm_typeof = __webpack_require__(3);
2741
2981
 
2742
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.to-primitive.js"
2743
- var es_symbol_to_primitive_js_ = __webpack_require__(40);
2744
2982
 
2745
- // EXTERNAL MODULE: external "core-js/modules/es.date.to-primitive.js"
2746
- var es_date_to_primitive_js_ = __webpack_require__(41);
2747
2983
 
2748
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
2749
- var es_symbol_js_ = __webpack_require__(2);
2984
+ /* harmony default export */ var visual_Listvue_type_script_lang_js_ = ({
2985
+ name: 'epx-list-visual-list',
2986
+ extends: Component["default"],
2987
+ watch: {
2988
+ allConfigs: {
2989
+ handler: function handler(v) {
2990
+ this.componentMetaId = v.metaId;
2991
+ },
2992
+ immediate: true
2993
+ }
2994
+ },
2995
+ methods: {
2996
+ initDefaultConfigs: function initDefaultConfigs() {
2997
+ var _this$allConfigs = this.allConfigs,
2998
+ _this$allConfigs$addP = _this$allConfigs.addPage,
2999
+ addPage = _this$allConfigs$addP === void 0 ? 'entity-add-page' : _this$allConfigs$addP,
3000
+ _this$allConfigs$open = _this$allConfigs.openMode,
3001
+ openMode = _this$allConfigs$open === void 0 ? '3' : _this$allConfigs$open,
3002
+ _this$allConfigs$addP2 = _this$allConfigs.addPageFlag,
3003
+ addPageFlag = _this$allConfigs$addP2 === void 0 ? 'v_add' : _this$allConfigs$addP2,
3004
+ _this$allConfigs$edit = _this$allConfigs.editPageFlag,
3005
+ editPageFlag = _this$allConfigs$edit === void 0 ? 'v_add' : _this$allConfigs$edit;
3006
+ var label = '';
3007
+ var metaKey = 'ID';
3008
+ if (this.currentMeta) {
3009
+ metaKey = this.currentMeta.getKey();
3010
+ label = this.currentMeta.getLabel();
3011
+ }
3012
+ // 获取到该组件的默认配置
3013
+ this.commonOperates = [{
3014
+ text: this.$t('add'),
3015
+ handler: 'goPage',
3016
+ ui: 'primary',
3017
+ pageFlag: addPageFlag,
3018
+ num: 0,
3019
+ component: addPage,
3020
+ openMode: openMode
3021
+ }, {
3022
+ text: this.$t('edit'),
3023
+ handler: 'goPage',
3024
+ pageFlag: editPageFlag,
3025
+ num: 1,
3026
+ component: addPage,
3027
+ openMode: openMode,
3028
+ params: {
3029
+ pageType: 'EDIT'
3030
+ }
3031
+ }, {
3032
+ text: this.$t('delete'),
3033
+ handler: 'commonAction',
3034
+ action: 'removeMulti',
3035
+ num: 'n',
3036
+ confirmMsg: this.$t('Confirm the deletion') + '?',
3037
+ successMsg: this.$t('deleted successfully'),
3038
+ params: {
3039
+ ids: "#[".concat(metaKey, "]")
3040
+ }
3041
+ }, {
3042
+ text: this.$t('import'),
3043
+ handler: 'goPage',
3044
+ pageFlag: 'v_import',
3045
+ component: 'import-page'
3046
+ }, {
3047
+ text: this.$t('export'),
3048
+ handler: 'goPage',
3049
+ pageFlag: 'v_export',
3050
+ component: 'export-page',
3051
+ params: {
3052
+ selects: "#[".concat(metaKey, "]"),
3053
+ total: '$[total]',
3054
+ params: '$[params]',
3055
+ fields: '$[listFields]'
3056
+ }
3057
+ }, {
3058
+ text: this.$t('audit'),
3059
+ handler: 'goCheckPage'
3060
+ }, {
3061
+ text: this.$t('launch application'),
3062
+ handler: 'applyEntity'
3063
+ }];
3064
+ this.defaultConfigs = {
3065
+ flex: false,
3066
+ componentName: this.componentInfo.title,
3067
+ addPageFlag: 'v_add',
3068
+ editPageFlag: 'v_add',
3069
+ detailPageFlag: 'v_add',
3070
+ fields: label ? [label] : [],
3071
+ detailFlag: true,
3072
+ pageFlag: true,
3073
+ limitSize: 0,
3074
+ pageSize: 20,
3075
+ operateFlag: true,
3076
+ operateEllipsis: 1,
3077
+ span: 24,
3078
+ operates: [{
3079
+ text: this.$t('details'),
3080
+ handler: 'goPage',
3081
+ pageFlag: addPageFlag,
3082
+ component: addPage,
3083
+ pageType: 'DETAIL',
3084
+ openMode: openMode
3085
+ }]
3086
+ };
3087
+ },
3088
+ initConfigOptions: function initConfigOptions() {
3089
+ var configOptions = [{
3090
+ key: 'componentName',
3091
+ label: this.$t('component name'),
3092
+ type: 'input'
3093
+ }, {
3094
+ key: 'metaId',
3095
+ label: this.$t('component object'),
3096
+ type: 'object',
3097
+ object: 'FM_ENTITY'
3098
+ }, {
3099
+ key: 'orderFields',
3100
+ label: this.$t('sort field'),
3101
+ type: 'order-field'
3102
+ },
3103
+ // { key: 'iconField', label: '图标字段', type: 'field' },
3104
+ {
3105
+ key: 'fields',
3106
+ label: this.$t('field'),
3107
+ type: 'list-field'
3108
+ }, {
3109
+ key: 'detailFlag',
3110
+ label: this.$t('click for details'),
3111
+ type: 'radio',
3112
+ options: [{
3113
+ label: this.$t('yes'),
3114
+ value: true
3115
+ }, {
3116
+ label: this.$t('no'),
3117
+ value: false
3118
+ }]
3119
+ }, {
3120
+ key: 'detailPageId',
3121
+ label: this.$t('details page'),
3122
+ type: 'object',
3123
+ object: 'FM_PAGE_CONFIG'
3124
+ }, {
3125
+ key: 'scopeParams',
3126
+ label: this.$t('scope of the query'),
3127
+ type: 'scope'
3128
+ }, {
3129
+ key: 'limitSize',
3130
+ label: this.$t('show number'),
3131
+ type: 'num'
3132
+ }, {
3133
+ key: 'pageFlag',
3134
+ label: this.$t('whether the paging'),
3135
+ type: 'radio',
3136
+ options: [{
3137
+ label: this.$t('need'),
3138
+ value: true
3139
+ }, {
3140
+ label: this.$t('no need'),
3141
+ value: false
3142
+ }]
3143
+ }, {
3144
+ key: 'pageSize',
3145
+ label: this.$t('number of records per page'),
3146
+ type: 'select',
3147
+ options: [{
3148
+ label: '5',
3149
+ value: 5
3150
+ }, {
3151
+ label: '10',
3152
+ value: 10
3153
+ }, {
3154
+ label: '15',
3155
+ value: 15
3156
+ }, {
3157
+ label: '20',
3158
+ value: 20
3159
+ }, {
3160
+ label: '30',
3161
+ value: 30
3162
+ }, {
3163
+ label: '50',
3164
+ value: 50
3165
+ }, {
3166
+ label: '100',
3167
+ value: 100
3168
+ }, {
3169
+ label: '200',
3170
+ value: 200
3171
+ }]
3172
+ }, {
3173
+ key: 'operateFlag',
3174
+ label: this.$t('whether need button'),
3175
+ type: 'radio',
3176
+ options: [{
3177
+ label: this.$t('need'),
3178
+ value: true
3179
+ }, {
3180
+ label: this.$t('no need'),
3181
+ value: false
3182
+ }]
3183
+ }, {
3184
+ key: 'operateEllipsis',
3185
+ label: this.$t('button display quantity'),
3186
+ type: 'num'
3187
+ }, {
3188
+ key: 'operates',
3189
+ label: this.$t('button'),
3190
+ type: 'operates'
3191
+ }, {
3192
+ key: 'menuId',
3193
+ label: this.$t('menu'),
3194
+ type: 'object',
3195
+ object: 'FM_MODULE',
3196
+ flag: 'config_menu'
3197
+ }, {
3198
+ key: 'morePageId',
3199
+ label: this.$t('show more pages'),
3200
+ type: 'object',
3201
+ object: 'FM_PAGE_CONFIG'
3202
+ }, {
3203
+ key: 'span',
3204
+ label: this.$t('width'),
3205
+ type: 'select',
3206
+ options: this.spanOptions
3207
+ }, {
3208
+ key: 'xsspan',
3209
+ label: this.$t('mobile width'),
3210
+ type: 'select',
3211
+ options: this.spanOptions
3212
+ }, {
3213
+ key: 'height',
3214
+ label: this.$t('height')
3215
+ }, {
3216
+ key: 'flex',
3217
+ label: this.$t('Occupy the remaining space on the page'),
3218
+ type: 'radio',
3219
+ options: [{
3220
+ label: this.$t('yes'),
3221
+ value: true
3222
+ }, {
3223
+ label: this.$t('no'),
3224
+ value: false
3225
+ }]
3226
+ }];
3227
+ this.configOptions = configOptions;
3228
+ },
3229
+ getOperateOptions: function getOperateOptions() {
3230
+ this.handlerList = [{
3231
+ label: this.$t('open the specified page'),
3232
+ value: 'goPage'
3233
+ }, {
3234
+ label: this.$t('making a common request'),
3235
+ value: 'commonAction'
3236
+ }, {
3237
+ label: this.$t('initiating business rules'),
3238
+ value: 'commonRuleAction'
3239
+ }, {
3240
+ label: this.$t('open the approval page'),
3241
+ value: 'goCheckPage'
3242
+ }, {
3243
+ label: this.$t('bulk edit'),
3244
+ value: 'editMultiEntity'
3245
+ }, {
3246
+ label: this.$t('initiate process'),
3247
+ value: 'applyEntity'
3248
+ }, {
3249
+ label: this.$t('execute process approval'),
3250
+ value: 'checkEntity'
3251
+ }, {
3252
+ label: this.$t('report printing'),
3253
+ value: 'print'
3254
+ }, {
3255
+ label: this.$t('return'),
3256
+ value: 'backPage'
3257
+ }, {
3258
+ label: this.$t('custom JS'),
3259
+ value: 'customJs'
3260
+ }];
3261
+ this.operateConfigs = [{
3262
+ key: 'base',
3263
+ title: this.$t('basic'),
3264
+ options: ['text', 'ui', 'type', 'icon', 'preview']
3265
+ }, {
3266
+ key: 'event',
3267
+ title: this.$t('event'),
3268
+ options: ['beforeTrigger', 'handler', 'metaId', 'action', 'rule', 'openMode', 'page', 'pageType', 'printWay', 'printCode', 'cptName', 'destActivityId', 'processNode', 'function', 'params']
3269
+ }, {
3270
+ key: 'advance',
3271
+ title: this.$t('higher'),
3272
+ options: ['showCondition', 'num', 'confirm', 'confirmMsg', 'successMsg', 'failMsg', 'mask']
3273
+ }];
3274
+ this.operateOptions = [{
3275
+ key: 'text',
3276
+ label: this.$t('Button Name')
3277
+ }, {
3278
+ key: 'ui',
3279
+ label: this.$t('Button style'),
3280
+ type: 'select',
3281
+ options: [{
3282
+ label: this.$t('main button'),
3283
+ value: 'primary'
3284
+ }, {
3285
+ label: this.$t('successful button'),
3286
+ value: 'success'
3287
+ }, {
3288
+ label: this.$t('information button'),
3289
+ value: 'info'
3290
+ }, {
3291
+ label: this.$t('warning button'),
3292
+ value: 'warning'
3293
+ }, {
3294
+ label: this.$t('dangerous button'),
3295
+ value: 'danger'
3296
+ }, {
3297
+ label: this.$t('text button'),
3298
+ value: 'text'
3299
+ }, {
3300
+ label: this.$t('default button'),
3301
+ value: 'default'
3302
+ }],
3303
+ defaultValue: 'default'
3304
+ }, {
3305
+ key: 'type',
3306
+ label: this.$t('button type'),
3307
+ type: 'radio',
3308
+ options: [{
3309
+ label: this.$t('default'),
3310
+ value: 'default'
3311
+ }, {
3312
+ label: this.$t('hollow button'),
3313
+ value: 'plain'
3314
+ }, {
3315
+ label: this.$t('rounded button'),
3316
+ value: 'round'
3317
+ }, {
3318
+ label: this.$t('radio buttons'),
3319
+ value: 'circle'
3320
+ }],
3321
+ defaultValue: 'default'
3322
+ }, {
3323
+ key: 'icon',
3324
+ label: this.$t('button icon'),
3325
+ type: 'object',
3326
+ object: 'FM_FONT_ICON'
3327
+ }, {
3328
+ key: 'metaId',
3329
+ label: this.$t('request object'),
3330
+ type: 'entity'
3331
+ }, {
3332
+ key: 'action',
3333
+ label: this.$t('requested action'),
3334
+ type: 'select',
3335
+ options: this.actionList
3336
+ }, {
3337
+ key: 'num',
3338
+ label: this.$t('selected records'),
3339
+ type: 'radio',
3340
+ options: [{
3341
+ label: this.$t('no need'),
3342
+ value: '0'
3343
+ }, {
3344
+ label: this.$t('choose one'),
3345
+ value: '1'
3346
+ }, {
3347
+ label: this.$t('select multiple'),
3348
+ value: 'n'
3349
+ }],
3350
+ defaultValue: '0'
3351
+ }, {
3352
+ key: 'actionOption',
3353
+ label: this.$t('display condition')
3354
+ }, {
3355
+ key: 'handler',
3356
+ label: this.$t('handle event'),
3357
+ type: 'select',
3358
+ options: this.handlerList
3359
+ }, {
3360
+ key: 'rule',
3361
+ label: this.$t('business rule'),
3362
+ type: 'select',
3363
+ options: this.ruleList,
3364
+ showFlag: {
3365
+ handler: 'commonRuleAction'
3366
+ }
3367
+ }, {
3368
+ key: 'page',
3369
+ label: this.$t('open the page'),
3370
+ type: 'page',
3371
+ showFlag: {
3372
+ handler: 'goPage'
3373
+ }
3374
+ }, {
3375
+ key: 'openMode',
3376
+ label: this.$t('page opening mode'),
3377
+ type: 'radio',
3378
+ options: [{
3379
+ label: this.$t('directly open'),
3380
+ value: '3'
3381
+ }, {
3382
+ label: this.$t('label page'),
3383
+ value: '1'
3384
+ }, {
3385
+ label: this.$t('pop-up windows'),
3386
+ value: '2'
3387
+ }],
3388
+ defaultValue: '3',
3389
+ showFlag: {
3390
+ handler: 'goPage'
3391
+ }
3392
+ }, {
3393
+ key: 'pageType',
3394
+ label: this.$t('page state'),
3395
+ type: 'radio',
3396
+ options: [{
3397
+ label: this.$t('add'),
3398
+ value: 'ADD'
3399
+ }, {
3400
+ label: this.$t('edit'),
3401
+ value: 'EDIT'
3402
+ }, {
3403
+ label: this.$t('details'),
3404
+ value: 'DETAIL'
3405
+ }],
3406
+ defaultValue: 'ADD',
3407
+ showFlag: {
3408
+ handler: 'goPage'
3409
+ }
3410
+ }, {
3411
+ key: 'printWay',
3412
+ label: this.$t('way of print'),
3413
+ type: 'radio',
3414
+ options: [{
3415
+ label: this.$t('custom report printing'),
3416
+ value: 'custom'
3417
+ }, {
3418
+ label: this.$t('sail soft report print'),
3419
+ value: 'fine'
3420
+ }],
3421
+ defaultValue: 'custom',
3422
+ showFlag: {
3423
+ handler: 'print'
3424
+ }
3425
+ }, {
3426
+ key: 'printCode',
3427
+ label: this.$t('print the template'),
3428
+ type: 'object',
3429
+ object: 'FM_FORM',
3430
+ dataKey: 'CODE',
3431
+ showFlag: {
3432
+ handler: 'print',
3433
+ printWay: 'custom'
3434
+ }
3435
+ }, {
3436
+ key: 'cptName',
3437
+ label: this.$t('print the template'),
3438
+ type: 'object',
3439
+ object: 'FM_REPORT_TEMPLATE',
3440
+ dataKey: 'CODE',
3441
+ showFlag: {
3442
+ handler: 'print',
3443
+ printWay: 'fine'
3444
+ }
3445
+ }, {
3446
+ key: 'destActivityId',
3447
+ label: this.$t('audit process'),
3448
+ type: 'process',
3449
+ processType: 'check',
3450
+ showFlag: {
3451
+ handler: 'checkEntity'
3452
+ }
3453
+ }, {
3454
+ key: 'function',
3455
+ label: this.$t('name of the event'),
3456
+ type: 'function',
3457
+ showFlag: {
3458
+ handler: 'customJS'
3459
+ }
3460
+ }, {
3461
+ key: 'confirmMsg',
3462
+ label: this.$t('operation confirmation information')
3463
+ }, {
3464
+ key: 'successMsg',
3465
+ label: this.$t('operation success message')
3466
+ }, {
3467
+ key: 'failMsg',
3468
+ label: this.$t('operation failure message')
3469
+ }, {
3470
+ key: 'actionOptionMsg',
3471
+ label: this.$t('forbidden operation hint')
3472
+ }, {
3473
+ key: 'mask',
3474
+ label: this.$t('operating mask'),
3475
+ type: 'radio',
3476
+ options: [{
3477
+ label: this.$t('show'),
3478
+ value: true
3479
+ }, {
3480
+ label: this.$t('Not show'),
3481
+ value: false
3482
+ }],
3483
+ defaultValue: false
3484
+ }, {
3485
+ key: 'params',
3486
+ label: this.$t('parameter passing'),
3487
+ type: 'params'
3488
+ }];
3489
+ },
3490
+ initConfigs: function initConfigs() {
3491
+ var _this = this;
3492
+ var config = Object(objectSpread2["a" /* default */])({}, this.compConfig);
3493
+ if (this.componentInfo.span) {
3494
+ config.span = this.componentInfo.span;
3495
+ }
3496
+ this.config = config;
3497
+ var _loop = function _loop(key) {
3498
+ var configOption = _this.configOptions.find(function (item) {
3499
+ return item.key === key;
3500
+ }) || {};
3501
+ if (configOption.type === 'field' || configOption.type === 'list-field' || configOption.type === 'operates') {
3502
+ _this.$set(_this.selectFieldWay, key, 'custom');
3503
+ }
3504
+ if (key === 'order_field') {
3505
+ var orderFields = [];
3506
+ var orderMode = _this.config.order_mode || [];
3507
+ _this.config[key].forEach(function (item, index) {
3508
+ var field = item;
3509
+ if (typeof item === 'string') {
3510
+ field = {
3511
+ attriName: item
3512
+ };
3513
+ }
3514
+ orderFields.push(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, field), {}, {
3515
+ sort: orderMode[index] || 'asc'
3516
+ }));
3517
+ });
3518
+ _this.$set(_this.config, 'orderFields', orderFields);
3519
+ }
3520
+ };
3521
+ for (var key in this.config) {
3522
+ _loop(key);
3523
+ }
3524
+ },
3525
+ getFieldOptions: function getFieldOptions() {
3526
+ this.fieldOptions = [{
3527
+ key: 'attriName',
3528
+ label: this.$t('field'),
3529
+ readonly: true
3530
+ }, {
3531
+ key: 'configWay',
3532
+ label: this.$t('collocation method'),
3533
+ type: 'radio',
3534
+ options: [{
3535
+ label: this.$t('default setting'),
3536
+ value: 'default'
3537
+ }, {
3538
+ label: this.$t('user-defined'),
3539
+ value: 'custom'
3540
+ }],
3541
+ defaultValue: 'default'
3542
+ }, {
3543
+ key: 'attriLabel',
3544
+ label: this.$t('name'),
3545
+ type: 'text'
3546
+ }, {
3547
+ key: 'state',
3548
+ label: this.$t('field state'),
3549
+ type: 'radio',
3550
+ options: [{
3551
+ label: this.$t('details'),
3552
+ value: 'DETAIL'
3553
+ }, {
3554
+ label: this.$t('hide'),
3555
+ value: 'HIDDEN'
3556
+ }],
3557
+ defaultValue: 'DETAIL'
3558
+ }, {
3559
+ key: 'width',
3560
+ label: this.$t('width'),
3561
+ type: 'text',
3562
+ defaultValue: '120'
3563
+ }, {
3564
+ key: 'isLabel',
3565
+ label: this.$t('external label'),
3566
+ type: 'radio',
3567
+ options: [{
3568
+ label: this.$t('yes'),
3569
+ value: true
3570
+ }, {
3571
+ label: this.$t('no'),
3572
+ value: false
3573
+ }],
3574
+ defaultValue: false
3575
+ }, {
3576
+ key: 'showLabel',
3577
+ label: this.$t('Show Title'),
3578
+ type: 'radio',
3579
+ options: [{
3580
+ label: this.$t('show'),
3581
+ value: true
3582
+ }, {
3583
+ label: this.$t('Not show'),
3584
+ value: false
3585
+ }],
3586
+ defaultValue: false
3587
+ }, {
3588
+ key: 'isWrap',
3589
+ label: this.$t('whether a newline'),
3590
+ type: 'radio',
3591
+ options: [{
3592
+ label: this.$t('yes'),
3593
+ value: true
3594
+ }, {
3595
+ label: this.$t('no'),
3596
+ value: false
3597
+ }],
3598
+ defaultValue: false
3599
+ }, {
3600
+ key: 'split',
3601
+ label: this.$t('separator'),
3602
+ type: 'radio',
3603
+ options: [{
3604
+ label: this.$t('vertical'),
3605
+ value: ' | '
3606
+ }, {
3607
+ label: this.$t('slash'),
3608
+ value: ' / '
3609
+ }, {
3610
+ label: this.$t('blank'),
3611
+ value: ' '
3612
+ }],
3613
+ defaultValue: ' | '
3614
+ }, {
3615
+ key: 'function',
3616
+ label: this.$t('function'),
3617
+ type: 'function'
3618
+ }, {
3619
+ key: 'locked',
3620
+ label: this.$t('whether the lock'),
3621
+ type: 'radio',
3622
+ options: [{
3623
+ label: this.$t('yes'),
3624
+ value: true
3625
+ }, {
3626
+ label: this.$t('no'),
3627
+ value: false
3628
+ }],
3629
+ defaultValue: false
3630
+ }, {
3631
+ key: 'color',
3632
+ label: this.$t('font color'),
3633
+ type: 'color',
3634
+ defaultValue: '#333'
3635
+ }, {
3636
+ key: 'fontWeight',
3637
+ label: this.$t('whether the bold'),
3638
+ type: 'radio',
3639
+ options: [{
3640
+ label: this.$t('yes'),
3641
+ value: 'bold'
3642
+ }, {
3643
+ label: this.$t('no'),
3644
+ value: 'normal'
3645
+ }],
3646
+ defaultValue: 'normal'
3647
+ }, {
3648
+ key: 'fontSize',
3649
+ label: this.$t('font size'),
3650
+ type: 'num',
3651
+ defaultValue: 14
3652
+ }];
3653
+ }
3654
+ }
3655
+ });
3656
+ // CONCATENATED MODULE: ./src/frame/packages/list/visual/List.vue?vue&type=script&lang=js&
3657
+ /* harmony default export */ var list_visual_Listvue_type_script_lang_js_ = (visual_Listvue_type_script_lang_js_);
3658
+ // CONCATENATED MODULE: ./src/frame/packages/list/visual/List.vue
3659
+ var List_render, List_staticRenderFns
2750
3660
 
2751
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
2752
- var es_symbol_description_js_ = __webpack_require__(6);
2753
3661
 
2754
- // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
2755
- var es_object_to_string_js_ = __webpack_require__(1);
2756
3662
 
2757
- // EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
2758
- var es_number_constructor_js_ = __webpack_require__(16);
2759
3663
 
2760
- // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
2761
- var es_error_cause_js_ = __webpack_require__(28);
3664
+ /* normalize component */
2762
3665
 
2763
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
3666
+ var List_component = Object(componentNormalizer["a" /* default */])(
3667
+ list_visual_Listvue_type_script_lang_js_,
3668
+ List_render,
3669
+ List_staticRenderFns,
3670
+ false,
3671
+ null,
3672
+ null,
3673
+ null
3674
+
3675
+ )
3676
+
3677
+ /* harmony default export */ var visual_List = (List_component.exports);
3678
+ // CONCATENATED MODULE: ./src/frame/packages/list/index.js
2764
3679
 
2765
3680
 
2766
3681
 
2767
3682
 
2768
3683
 
3684
+ /* istanbul ignore next */
3685
+ List.install = function install(Vue) {
3686
+ Vue.component(List.name, List);
3687
+ Vue.component(visual_List.name, visual_List);
3688
+ };
3689
+ /* harmony default export */ var list = __webpack_exports__["default"] = (List);
2769
3690
 
3691
+ /***/ }),
2770
3692
 
3693
+ /***/ 5:
3694
+ /***/ (function(module, exports) {
2771
3695
 
3696
+ module.exports = require("core-js/modules/es.string.iterator.js");
2772
3697
 
3698
+ /***/ }),
2773
3699
 
3700
+ /***/ 50:
3701
+ /***/ (function(module, exports) {
2774
3702
 
3703
+ module.exports = require("core-js/modules/es.array.splice.js");
2775
3704
 
3705
+ /***/ }),
2776
3706
 
3707
+ /***/ 51:
3708
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2777
3709
 
2778
- function _toPrimitive(input, hint) {
2779
- if (Object(esm_typeof["a" /* default */])(input) !== "object" || input === null) return input;
2780
- var prim = input[Symbol.toPrimitive];
2781
- if (prim !== undefined) {
2782
- var res = prim.call(input, hint || "default");
2783
- if (Object(esm_typeof["a" /* default */])(res) !== "object") return res;
2784
- throw new TypeError("@@toPrimitive must return a primitive value.");
2785
- }
2786
- return (hint === "string" ? String : Number)(input);
2787
- }
2788
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
3710
+ "use strict";
3711
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _createForOfIteratorHelper; });
3712
+ /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
3713
+ /* 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__);
3714
+ /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
3715
+ /* 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__);
3716
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
3717
+ /* 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__);
3718
+ /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
3719
+ /* 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__);
3720
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22);
3721
+ /* 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__);
3722
+ /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
3723
+ /* 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__);
3724
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
3725
+ /* 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__);
3726
+ /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(31);
3727
+ /* 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__);
3728
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(35);
2789
3729
 
2790
3730
 
2791
- function _toPropertyKey(arg) {
2792
- var key = _toPrimitive(arg, "string");
2793
- return Object(esm_typeof["a" /* default */])(key) === "symbol" ? key : String(key);
2794
- }
2795
3731
 
2796
- /***/ }),
2797
3732
 
2798
- /***/ 45:
2799
- /***/ (function(module, exports) {
2800
3733
 
2801
- module.exports = require("core-js/modules/es.object.get-prototype-of.js");
2802
3734
 
2803
- /***/ }),
2804
3735
 
2805
- /***/ 46:
2806
- /***/ (function(module, exports) {
2807
3736
 
2808
- module.exports = require("core-js/modules/es.symbol.async-iterator.js");
2809
3737
 
2810
- /***/ }),
2811
3738
 
2812
- /***/ 47:
2813
- /***/ (function(module, exports) {
2814
3739
 
2815
- module.exports = require("core-js/modules/es.symbol.to-string-tag.js");
3740
+
3741
+
3742
+
3743
+
3744
+ function _createForOfIteratorHelper(o, allowArrayLike) {
3745
+ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
3746
+ if (!it) {
3747
+ if (Array.isArray(o) || (it = Object(_unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"])(o)) || allowArrayLike && o && typeof o.length === "number") {
3748
+ if (it) o = it;
3749
+ var i = 0;
3750
+ var F = function F() {};
3751
+ return {
3752
+ s: F,
3753
+ n: function n() {
3754
+ if (i >= o.length) return {
3755
+ done: true
3756
+ };
3757
+ return {
3758
+ done: false,
3759
+ value: o[i++]
3760
+ };
3761
+ },
3762
+ e: function e(_e) {
3763
+ throw _e;
3764
+ },
3765
+ f: F
3766
+ };
3767
+ }
3768
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
3769
+ }
3770
+ var normalCompletion = true,
3771
+ didErr = false,
3772
+ err;
3773
+ return {
3774
+ s: function s() {
3775
+ it = it.call(o);
3776
+ },
3777
+ n: function n() {
3778
+ var step = it.next();
3779
+ normalCompletion = step.done;
3780
+ return step;
3781
+ },
3782
+ e: function e(_e2) {
3783
+ didErr = true;
3784
+ err = _e2;
3785
+ },
3786
+ f: function f() {
3787
+ try {
3788
+ if (!normalCompletion && it["return"] != null) it["return"]();
3789
+ } finally {
3790
+ if (didErr) throw err;
3791
+ }
3792
+ }
3793
+ };
3794
+ }
2816
3795
 
2817
3796
  /***/ }),
2818
3797
 
2819
- /***/ 48:
3798
+ /***/ 52:
2820
3799
  /***/ (function(module, exports) {
2821
3800
 
2822
- module.exports = require("core-js/modules/es.json.to-string-tag.js");
3801
+ module.exports = require("core-js/modules/es.object.set-prototype-of.js");
2823
3802
 
2824
3803
  /***/ }),
2825
3804
 
2826
- /***/ 49:
3805
+ /***/ 53:
2827
3806
  /***/ (function(module, exports) {
2828
3807
 
2829
- module.exports = require("core-js/modules/es.math.to-string-tag.js");
3808
+ module.exports = require("core-js/modules/es.object.proto.js");
2830
3809
 
2831
3810
  /***/ }),
2832
3811
 
2833
- /***/ 5:
3812
+ /***/ 56:
2834
3813
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2835
3814
 
2836
3815
  "use strict";
2837
3816
 
2838
3817
  // EXPORTS
2839
- __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toConsumableArray; });
3818
+ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _slicedToArray; });
2840
3819
 
2841
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
2842
- var arrayLikeToArray = __webpack_require__(15);
2843
-
2844
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
2845
-
2846
- function _arrayWithoutHoles(arr) {
2847
- if (Array.isArray(arr)) return Object(arrayLikeToArray["a" /* default */])(arr);
2848
- }
2849
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
2850
- var es_symbol_js_ = __webpack_require__(2);
3820
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
3821
+ function _arrayWithHoles(arr) {
3822
+ if (Array.isArray(arr)) return arr;
3823
+ }
3824
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
3825
+ var es_symbol_js_ = __webpack_require__(2);
2851
3826
 
2852
3827
  // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
2853
3828
  var es_symbol_description_js_ = __webpack_require__(6);
@@ -2859,114 +3834,16 @@ var es_object_to_string_js_ = __webpack_require__(1);
2859
3834
  var es_symbol_iterator_js_ = __webpack_require__(10);
2860
3835
 
2861
3836
  // EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
2862
- var es_array_iterator_js_ = __webpack_require__(20);
3837
+ var es_array_iterator_js_ = __webpack_require__(22);
2863
3838
 
2864
3839
  // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
2865
- var es_string_iterator_js_ = __webpack_require__(4);
2866
-
2867
- // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
2868
- var web_dom_collections_iterator_js_ = __webpack_require__(7);
2869
-
2870
- // EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
2871
- var es_array_from_js_ = __webpack_require__(23);
2872
-
2873
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
2874
-
2875
-
2876
-
2877
-
2878
-
2879
-
2880
-
2881
-
2882
-
2883
-
2884
-
2885
-
2886
-
2887
-
2888
-
2889
- function _iterableToArray(iter) {
2890
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
2891
- }
2892
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
2893
- var unsupportedIterableToArray = __webpack_require__(34);
2894
-
2895
- // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
2896
- var es_error_cause_js_ = __webpack_require__(28);
2897
-
2898
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
2899
-
2900
- function _nonIterableSpread() {
2901
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2902
- }
2903
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
2904
-
2905
-
2906
-
2907
-
2908
- function _toConsumableArray(arr) {
2909
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
2910
- }
2911
-
2912
- /***/ }),
2913
-
2914
- /***/ 50:
2915
- /***/ (function(module, exports) {
2916
-
2917
- module.exports = require("core-js/modules/es.object.set-prototype-of.js");
2918
-
2919
- /***/ }),
2920
-
2921
- /***/ 51:
2922
- /***/ (function(module, exports) {
2923
-
2924
- module.exports = require("core-js/modules/es.object.proto.js");
2925
-
2926
- /***/ }),
2927
-
2928
- /***/ 52:
2929
- /***/ (function(module, exports) {
2930
-
2931
- module.exports = require("core-js/modules/es.array.splice.js");
2932
-
2933
- /***/ }),
2934
-
2935
- /***/ 55:
2936
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2937
-
2938
- "use strict";
2939
-
2940
- // EXPORTS
2941
- __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _slicedToArray; });
2942
-
2943
- // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
2944
- function _arrayWithHoles(arr) {
2945
- if (Array.isArray(arr)) return arr;
2946
- }
2947
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
2948
- var es_symbol_js_ = __webpack_require__(2);
2949
-
2950
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
2951
- var es_symbol_description_js_ = __webpack_require__(6);
2952
-
2953
- // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
2954
- var es_object_to_string_js_ = __webpack_require__(1);
2955
-
2956
- // EXTERNAL MODULE: external "core-js/modules/es.symbol.iterator.js"
2957
- var es_symbol_iterator_js_ = __webpack_require__(10);
2958
-
2959
- // EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
2960
- var es_array_iterator_js_ = __webpack_require__(20);
2961
-
2962
- // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
2963
- var es_string_iterator_js_ = __webpack_require__(4);
3840
+ var es_string_iterator_js_ = __webpack_require__(5);
2964
3841
 
2965
3842
  // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
2966
3843
  var web_dom_collections_iterator_js_ = __webpack_require__(7);
2967
3844
 
2968
3845
  // EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
2969
- var es_array_push_js_ = __webpack_require__(18);
3846
+ var es_array_push_js_ = __webpack_require__(21);
2970
3847
 
2971
3848
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
2972
3849
 
@@ -3011,10 +3888,10 @@ function _iterableToArrayLimit(arr, i) {
3011
3888
  }
3012
3889
  }
3013
3890
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
3014
- var unsupportedIterableToArray = __webpack_require__(34);
3891
+ var unsupportedIterableToArray = __webpack_require__(35);
3015
3892
 
3016
3893
  // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
3017
- var es_error_cause_js_ = __webpack_require__(28);
3894
+ var es_error_cause_js_ = __webpack_require__(31);
3018
3895
 
3019
3896
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
3020
3897
 
@@ -3035,14 +3912,14 @@ function _slicedToArray(arr, i) {
3035
3912
  /***/ 58:
3036
3913
  /***/ (function(module, exports) {
3037
3914
 
3038
- module.exports = require("core-js/modules/es.json.stringify.js");
3915
+ module.exports = require("core-js/modules/es.string.match.js");
3039
3916
 
3040
3917
  /***/ }),
3041
3918
 
3042
3919
  /***/ 59:
3043
3920
  /***/ (function(module, exports) {
3044
3921
 
3045
- module.exports = require("core-js/modules/es.object.entries.js");
3922
+ module.exports = require("core-js/modules/es.json.stringify.js");
3046
3923
 
3047
3924
  /***/ }),
3048
3925
 
@@ -3053,13 +3930,20 @@ module.exports = require("core-js/modules/es.symbol.description.js");
3053
3930
 
3054
3931
  /***/ }),
3055
3932
 
3056
- /***/ 63:
3933
+ /***/ 60:
3057
3934
  /***/ (function(module, exports) {
3058
3935
 
3059
3936
  module.exports = require("core-js/modules/es.array.sort.js");
3060
3937
 
3061
3938
  /***/ }),
3062
3939
 
3940
+ /***/ 61:
3941
+ /***/ (function(module, exports) {
3942
+
3943
+ module.exports = require("core-js/modules/es.object.entries.js");
3944
+
3945
+ /***/ }),
3946
+
3063
3947
  /***/ 7:
3064
3948
  /***/ (function(module, exports) {
3065
3949
 
@@ -3067,6 +3951,1204 @@ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
3067
3951
 
3068
3952
  /***/ }),
3069
3953
 
3954
+ /***/ 74:
3955
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
3956
+
3957
+ "use strict";
3958
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(15);
3959
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_createForOfIteratorHelper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
3960
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
3961
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(0);
3962
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(17);
3963
+ /* 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__);
3964
+ /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(29);
3965
+ /* 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__);
3966
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
3967
+ /* 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__);
3968
+ /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(30);
3969
+ /* 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__);
3970
+ /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(32);
3971
+ /* 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__);
3972
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(12);
3973
+ /* 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__);
3974
+ /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(58);
3975
+ /* 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__);
3976
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(8);
3977
+ /* 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__);
3978
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(27);
3979
+ /* 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__);
3980
+ /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(23);
3981
+ /* 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__);
3982
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(13);
3983
+ /* 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__);
3984
+ /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(11);
3985
+ /* 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__);
3986
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(21);
3987
+ /* 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__);
3988
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(24);
3989
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_17__);
3990
+
3991
+
3992
+
3993
+
3994
+
3995
+
3996
+
3997
+
3998
+
3999
+
4000
+
4001
+
4002
+
4003
+
4004
+
4005
+
4006
+
4007
+
4008
+
4009
+
4010
+
4011
+
4012
+
4013
+
4014
+
4015
+
4016
+
4017
+
4018
+
4019
+ /* eslint-disable no-eval */
4020
+
4021
+ /* harmony default export */ __webpack_exports__["a"] = ({
4022
+ name: 'epx-visual-component',
4023
+ props: {
4024
+ id: [String, Number],
4025
+ metaId: String,
4026
+ upMetaId: String,
4027
+ upMetaViewId: String,
4028
+ componentInfo: {
4029
+ type: Object,
4030
+ default: function _default() {
4031
+ return {};
4032
+ }
4033
+ },
4034
+ compConfig: {
4035
+ type: Object,
4036
+ default: function _default() {
4037
+ return {};
4038
+ }
4039
+ },
4040
+ globalConfigs: {
4041
+ type: Object,
4042
+ default: function _default() {
4043
+ return {};
4044
+ }
4045
+ },
4046
+ upComponent: {
4047
+ type: String,
4048
+ default: ''
4049
+ },
4050
+ upId: String,
4051
+ upComponentInstance: Object,
4052
+ pageActionList: {
4053
+ type: Array
4054
+ },
4055
+ pageRuleList: {
4056
+ type: Array
4057
+ },
4058
+ pageRelationList: {
4059
+ type: Array,
4060
+ default: function _default() {
4061
+ return [];
4062
+ }
4063
+ },
4064
+ pageAllFieldList: {
4065
+ type: Array
4066
+ },
4067
+ pageParams: {
4068
+ type: Array,
4069
+ default: function _default() {
4070
+ return [];
4071
+ }
4072
+ },
4073
+ scopeConfigs: Object
4074
+ },
4075
+ inject: {
4076
+ pageId: {
4077
+ type: String
4078
+ },
4079
+ pageConfigs: {
4080
+ type: Object,
4081
+ default: function _default() {
4082
+ return {};
4083
+ }
4084
+ },
4085
+ getPageMetaId: {
4086
+ type: Function
4087
+ },
4088
+ getItemConfigs: {
4089
+ type: Function
4090
+ },
4091
+ changeItemConfigs: {
4092
+ type: Function
4093
+ },
4094
+ setContainerDefaultItems: {
4095
+ type: Function
4096
+ }
4097
+ },
4098
+ data: function data() {
4099
+ return {
4100
+ spanOptions: [],
4101
+ config: {},
4102
+ defaultConfigs: {},
4103
+ componentActionList: null,
4104
+ // 列表页面单独请求
4105
+ componentTreeFieldStore: null,
4106
+ // 放在配置页
4107
+ configOptions: [],
4108
+ FunctionOption: [],
4109
+ commonOperates: [],
4110
+ componentMetaId: null,
4111
+ metaViewId: null,
4112
+ componentRuleList: null,
4113
+ foldMap: {},
4114
+ opened: {}
4115
+ };
4116
+ },
4117
+ computed: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_17__["mapState"])({
4118
+ pages: function pages(state) {
4119
+ return state.page.configs;
4120
+ },
4121
+ metas: function metas(state) {
4122
+ return state.meta.metas;
4123
+ }
4124
+ })), Object(vuex__WEBPACK_IMPORTED_MODULE_17__["mapGetters"])(['getPageById', 'getCodeById', 'getMeta', 'getMetaRelationFields', 'getMetaViewFields'])), {}, {
4125
+ pageMetaId: function pageMetaId() {
4126
+ return this.getPageMetaId && this.getPageMetaId();
4127
+ },
4128
+ currentPage: function currentPage() {
4129
+ var page = this.getPageById(this.pageId);
4130
+ return page;
4131
+ },
4132
+ currentMetaId: function currentMetaId() {
4133
+ return this.componentMetaId || this.upMetaId || this.metaId || this.pageMetaId;
4134
+ },
4135
+ currentMetaViewId: function currentMetaViewId() {
4136
+ return this.metaViewId || this.upMetaViewId;
4137
+ },
4138
+ currentMeta: function currentMeta() {
4139
+ var meta = this.getMeta(this.currentMetaId);
4140
+ if (!meta && this.currentMetaId) {
4141
+ this.$store.dispatch({
4142
+ type: 'ADD_META',
4143
+ metaId: this.currentMetaId
4144
+ });
4145
+ }
4146
+ return meta || null;
4147
+ },
4148
+ pageMeta: function pageMeta() {
4149
+ return this.getMeta(this.pageMetaId);
4150
+ },
4151
+ itemConfigs: function itemConfigs() {
4152
+ return this.getItemConfigs();
4153
+ },
4154
+ allConfigs: {
4155
+ get: function get() {
4156
+ var _this = this;
4157
+ var all = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, this.config);
4158
+ var allConfigs = this.$_.assignWith(all, this.defaultConfigs, function (value, defaultValue) {
4159
+ return _this.$_.isNil(value) ? defaultValue : value;
4160
+ });
4161
+ return allConfigs;
4162
+ },
4163
+ set: function set(v) {}
4164
+ },
4165
+ isDefaultValue: function isDefaultValue() {
4166
+ var _this2 = this;
4167
+ return function (key) {
4168
+ var defaultValue = _this2.defaultConfigs[key];
4169
+ var value = _this2.config[key];
4170
+ return defaultValue !== undefined && (value === undefined || _this2.$_.isEqual(value, defaultValue));
4171
+ };
4172
+ },
4173
+ showConfigOptions: function showConfigOptions() {
4174
+ var _this3 = this;
4175
+ return function () {
4176
+ var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : _this3.configOptions;
4177
+ var configOptions = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(options);
4178
+ return configOptions.filter(function (item) {
4179
+ var flag = true;
4180
+ if (item.showFlag) {
4181
+ for (var key in item.showFlag) {
4182
+ if (Array.isArray(item.showFlag[key])) {
4183
+ if (!item.showFlag[key].includes(_this3.allConfigs[key])) {
4184
+ flag = false;
4185
+ }
4186
+ } else {
4187
+ if (item.showFlag[key] !== _this3.allConfigs[key]) {
4188
+ flag = false;
4189
+ }
4190
+ }
4191
+ }
4192
+ }
4193
+ return flag;
4194
+ });
4195
+ };
4196
+ },
4197
+ actionList: function actionList() {
4198
+ return this.componentActionList || this.pageActionList || [];
4199
+ },
4200
+ ruleList: function ruleList() {
4201
+ return this.componentRuleList || this.pageRuleList || [];
4202
+ },
4203
+ treeFieldStore: function treeFieldStore() {
4204
+ return this.getMetaViewFields(this.currentMetaId, this.currentMetaViewId);
4205
+ },
4206
+ functionList: function functionList() {
4207
+ var _this$globalConfigs$J = this.globalConfigs.JS,
4208
+ JS = _this$globalConfigs$J === void 0 ? '' : _this$globalConfigs$J;
4209
+ var result = JS.match(/export\sfunction\s(\w+)/g);
4210
+ var functionList = [];
4211
+ if (!result) return [];
4212
+ result.forEach(function (item) {
4213
+ functionList.push(item.replace(/export\sfunction\s/, ''));
4214
+ });
4215
+ return functionList;
4216
+ },
4217
+ getConfigMetaId: function getConfigMetaId() {
4218
+ var _this4 = this;
4219
+ return function (item) {
4220
+ if (item.metaId) return item.metaId;else if (item.dynamicMetaId) {
4221
+ // eslint-disable-next-line no-unused-vars
4222
+ var getFieldRelatedMeta = function getFieldRelatedMeta(field) {
4223
+ var fieldConfigs = _this4.currentMeta.getAllFieldConfigs().find(function (item) {
4224
+ return item.attriName === field[0] || field;
4225
+ });
4226
+ return fieldConfigs.codeKey;
4227
+ };
4228
+ var el = JSON.parse(item.dynamicMetaId).el.replace(/^#{(.*)}$/, '$1');
4229
+ // eslint-disable-next-line no-unused-vars
4230
+ var configs = _this4.allConfigs;
4231
+ // eslint-disable-next-line no-eval
4232
+ return eval(el);
4233
+ }
4234
+ return _this4.componentMetaId;
4235
+ };
4236
+ }
4237
+ }),
4238
+ watch: {
4239
+ pageParams: {
4240
+ handler: function handler(v) {},
4241
+ deep: true
4242
+ },
4243
+ config: {
4244
+ handler: function handler(v) {
4245
+ if (v.metaId) this.componentMetaId = v.metaId;
4246
+ this.metaViewId = v.metaViewId;
4247
+ var componentSetting = this.getComponentSetting();
4248
+ var configs = this.getConfigs();
4249
+ this.changeItemConfigs(this.id, configs);
4250
+ this.changeItemConfigs(this.id, componentSetting, 'component');
4251
+ // 控制设置到
4252
+ },
4253
+
4254
+ deep: true
4255
+ },
4256
+ currentMetaId: {
4257
+ handler: function handler(v) {
4258
+ this.getActionList(v);
4259
+ this.getRuleList(v);
4260
+ this.getAllFields(v);
4261
+ // this.changeConfigItem('listFields', null)
4262
+ },
4263
+
4264
+ immediate: true
4265
+ },
4266
+ currentMetaViewId: {
4267
+ handler: function handler(v) {
4268
+ this.getAllFields();
4269
+ },
4270
+ immediate: true
4271
+ },
4272
+ currentMeta: {
4273
+ handler: function handler(v) {
4274
+ this.initDefaultConfigs();
4275
+ this.initConfigOptions();
4276
+ this.afterConfigOptions();
4277
+ },
4278
+ deep: true,
4279
+ immediate: true
4280
+ },
4281
+ pageRelationList: function pageRelationList(v) {
4282
+ this.initConfigOptions();
4283
+ this.afterConfigOptions();
4284
+ },
4285
+ pageRuleList: function pageRuleList() {
4286
+ this.getOperateOptions();
4287
+ }
4288
+ },
4289
+ methods: {
4290
+ initDefaultConfigs: function initDefaultConfigs() {
4291
+ // 获取到该组件的默认配置
4292
+ this.defaultConfigs = {
4293
+ flex: false,
4294
+ span: 24,
4295
+ xsspan: 24
4296
+ };
4297
+ },
4298
+ getEntityRelation: function getEntityRelation() {
4299
+ this.$http.$get({
4300
+ entityId: 'FM_ENTITY_RELATION',
4301
+ action: 'getEntityRelationTree',
4302
+ mainEntity: this.pageMetaId
4303
+ }).then(function (data) {
4304
+ data.forEach(function (relation) {
4305
+ relation.label = relation.title;
4306
+ relation.value = relation.flag;
4307
+ relation.children = relation.childrens;
4308
+ if (relation.childrens) {
4309
+ relation.childrens.forEach(function (childRelation) {
4310
+ childRelation.value = relation.flag + '#' + childRelation.flag;
4311
+ childRelation.label = childRelation.title;
4312
+ });
4313
+ }
4314
+ });
4315
+ });
4316
+ },
4317
+ initConfigOptions: function initConfigOptions() {
4318
+ var _this5 = this;
4319
+ this.configOptions = [{
4320
+ key: 'componentName',
4321
+ label: '组件名称'
4322
+ }, {
4323
+ key: 'componentEvents',
4324
+ label: '组件事件',
4325
+ type: 'event'
4326
+ }, {
4327
+ key: 'span',
4328
+ label: '宽度',
4329
+ type: 'select',
4330
+ options: this.spanOptions
4331
+ }, {
4332
+ key: 'xsspan',
4333
+ label: '移动端宽度',
4334
+ type: 'select',
4335
+ options: this.spanOptions
4336
+ }, {
4337
+ key: 'height',
4338
+ label: '高度',
4339
+ type: 'input'
4340
+ }, {
4341
+ key: 'flex',
4342
+ label: '占据页面剩余空间',
4343
+ type: 'radio',
4344
+ options: [{
4345
+ label: '是',
4346
+ value: true
4347
+ }, {
4348
+ label: '否',
4349
+ value: false
4350
+ }]
4351
+ }];
4352
+ if (this.componentInfo.ID || this.componentInfo.templateId) {
4353
+ this.$http.getTree({
4354
+ entityId: 'FM_PAGE_ATTRIBUTE',
4355
+ 'scope.PAGE': this.componentInfo.ID || this.componentInfo.templateId,
4356
+ showEntity: '1',
4357
+ order_field: 'ORDER_NUM',
4358
+ order_mode: 'asc'
4359
+ }).then(function (data) {
4360
+ if (data.length > 0) {
4361
+ // eslint-disable-next-line no-unused-vars
4362
+ var component = _this5.componentInfo || {};
4363
+ var meta = _this5.currentMeta || {};
4364
+ // eslint-disable-next-line no-unused-vars
4365
+ var pageMeta = _this5.pageMeta || {};
4366
+ var keywordFields = [];
4367
+ var label = meta.label,
4368
+ _meta$keyNames = meta.keyNames,
4369
+ keyNames = _meta$keyNames === void 0 ? [] : _meta$keyNames;
4370
+ if (meta) {
4371
+ meta.allFields = meta.getAllFields();
4372
+ keywordFields = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(keyNames);
4373
+ if (label) {
4374
+ keywordFields.push(label);
4375
+ }
4376
+ }
4377
+ var formatData = function formatData(arr) {
4378
+ arr.forEach(function (item) {
4379
+ var _item$entity$data = item.entity.data,
4380
+ TYPE = _item$entity$data.TYPE,
4381
+ CODE = _item$entity$data.CODE,
4382
+ NAME = _item$entity$data.NAME,
4383
+ CODE_KEY = _item$entity$data.CODE_KEY,
4384
+ RELATED_ENTITY = _item$entity$data.RELATED_ENTITY,
4385
+ RELATED_ENTITY_KEY = _item$entity$data.RELATED_ENTITY_KEY,
4386
+ SHOW_CONDITION = _item$entity$data.SHOW_CONDITION,
4387
+ DYNAMIC_META_ID = _item$entity$data.DYNAMIC_META_ID,
4388
+ OBJECT_SCOPE = _item$entity$data.OBJECT_SCOPE,
4389
+ FIELD_EDITABLE = _item$entity$data.FIELD_EDITABLE,
4390
+ DEFAULT_VALUE_TYPE = _item$entity$data.DEFAULT_VALUE_TYPE,
4391
+ DEFAULT_VALUE = _item$entity$data.DEFAULT_VALUE,
4392
+ DEFAULT_VALUE_DYNAMIC = _item$entity$data.DEFAULT_VALUE_DYNAMIC;
4393
+ try {
4394
+ if (DEFAULT_VALUE_TYPE === 'dynamic') {
4395
+ // eslint-disable-next-line no-eval
4396
+ if (DEFAULT_VALUE_DYNAMIC) item.defaultValue = eval(DEFAULT_VALUE_DYNAMIC);
4397
+ } else if (DEFAULT_VALUE) {
4398
+ if (TYPE === 'switch' || TYPE === 'num') {
4399
+ // eslint-disable-next-line no-eval
4400
+ item.defaultValue = eval(DEFAULT_VALUE);
4401
+ } else if (TYPE === 'operates') {
4402
+ item.defaultValue = JSON.parse(DEFAULT_VALUE);
4403
+ } else {
4404
+ item.defaultValue = DEFAULT_VALUE;
4405
+ }
4406
+ }
4407
+ } catch (error) {
4408
+ console.error(error);
4409
+ }
4410
+ if (!_this5.$_.isNil(item.defaultValue)) {
4411
+ _this5.defaultConfigs[CODE] = item.defaultValue;
4412
+ }
4413
+ item.key = CODE;
4414
+ item.label = NAME;
4415
+ item.type = TYPE;
4416
+ item.showCondition = SHOW_CONDITION;
4417
+ item.dynamicMetaId = DYNAMIC_META_ID;
4418
+ item.code = CODE_KEY;
4419
+ item.object = RELATED_ENTITY;
4420
+ item.dataKey = RELATED_ENTITY_KEY;
4421
+ item.fieldEditable = FIELD_EDITABLE;
4422
+ if (OBJECT_SCOPE) {
4423
+ var scope = JSON.parse(OBJECT_SCOPE);
4424
+ item.scopeParams = scope.scopeParams;
4425
+ }
4426
+ if (item.children) formatData(item.children);
4427
+ });
4428
+ };
4429
+ formatData(data);
4430
+ _this5.configOptions = data;
4431
+ }
4432
+ });
4433
+ }
4434
+ },
4435
+ afterConfigOptions: function afterConfigOptions() {
4436
+ if (this.upComponentInstance) {
4437
+ var upComponent = this.upComponentInstance.$children[0] || {};
4438
+ var _upComponent$subConfi = upComponent.subConfigOptions,
4439
+ subConfigOptions = _upComponent$subConfi === void 0 ? [] : _upComponent$subConfi,
4440
+ _upComponent$subDefau = upComponent.subDefaultConfigs,
4441
+ subDefaultConfigs = _upComponent$subDefau === void 0 ? {} : _upComponent$subDefau;
4442
+ this.configOptions = [].concat(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(subConfigOptions), Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this.configOptions));
4443
+ this.defaultConfigs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, subDefaultConfigs), this.defaultConfigs);
4444
+ }
4445
+ },
4446
+ initConfig: function initConfig() {
4447
+ var config = this.$_.cloneDeep(this.compConfig);
4448
+ if (this.componentInfo.span) {
4449
+ config.span = this.componentInfo.span;
4450
+ }
4451
+ this.config = config;
4452
+ // for (const key in this.config) {
4453
+ // if (key === 'order_field') {
4454
+ // const orderFields = []
4455
+ // const orderMode = this.config.order_mode || []
4456
+ // this.config[key].forEach((item, index) => {
4457
+ // let field = item
4458
+ // if (typeof item === 'string') {
4459
+ // field = { attriName: item }
4460
+ // }
4461
+ // orderFields.push({ ...field, sort: orderMode[index] || 'asc' })
4462
+ // })
4463
+ // this.$set(this.config, 'order_field', orderFields)
4464
+ // }
4465
+ // }
4466
+ },
4467
+ getActionList: function getActionList(v) {
4468
+ var _this6 = this;
4469
+ if (!v || v === this.pageMetaId && this.pageActionList) return;
4470
+ this.$http.list({
4471
+ action: 'getEntityAllApi',
4472
+ entityId: 'FM_ENTITY_API',
4473
+ metaId: v
4474
+ }).then(function (data) {
4475
+ if (v === _this6.currentMetaId) {
4476
+ _this6.componentActionList = data.entitys.map(function (item) {
4477
+ return {
4478
+ label: item.LABEL || item.NAME,
4479
+ value: item.NAME
4480
+ };
4481
+ });
4482
+ }
4483
+ });
4484
+ },
4485
+ getRuleList: function getRuleList(v) {
4486
+ var _this7 = this;
4487
+ if (!v || v === this.pageMetaId && this.pageRuleList) return;
4488
+ this.$http.list({
4489
+ entityId: 'ACT_RE_MODEL',
4490
+ 'scope.ENTITY': v,
4491
+ 'scope.CATEGORY': '2'
4492
+ }).then(function (data) {
4493
+ if (v === _this7.currentMetaId) {
4494
+ _this7.componentRuleList = data.entitys.map(function (item) {
4495
+ return {
4496
+ label: item.NAME || item.KEY,
4497
+ value: item.KEY
4498
+ };
4499
+ });
4500
+ }
4501
+ });
4502
+ },
4503
+ getFieldOptions: function getFieldOptions() {
4504
+ this.fieldOptions = [{
4505
+ key: 'attriName',
4506
+ label: '字段',
4507
+ readonly: true
4508
+ }, {
4509
+ key: 'configWay',
4510
+ label: '配置方式',
4511
+ type: 'radio',
4512
+ options: [{
4513
+ label: '默认配置',
4514
+ value: 'default'
4515
+ }, {
4516
+ label: '自定义',
4517
+ value: 'custom'
4518
+ }],
4519
+ defaultValue: 'default'
4520
+ }, {
4521
+ key: 'attriLabel',
4522
+ label: '名称',
4523
+ type: 'text'
4524
+ }, {
4525
+ key: 'width',
4526
+ label: '宽度',
4527
+ type: 'text',
4528
+ defaultValue: '120'
4529
+ }, {
4530
+ key: 'isLabel',
4531
+ label: '外部标签',
4532
+ type: 'radio',
4533
+ options: [{
4534
+ label: '是',
4535
+ value: true
4536
+ }, {
4537
+ label: '否',
4538
+ value: false
4539
+ }],
4540
+ defaultValue: false
4541
+ }, {
4542
+ key: 'locked',
4543
+ label: '是否锁定',
4544
+ type: 'radio',
4545
+ options: [{
4546
+ label: '是',
4547
+ value: true
4548
+ }, {
4549
+ label: '否',
4550
+ value: false
4551
+ }],
4552
+ defaultValue: false
4553
+ }, {
4554
+ key: 'color',
4555
+ label: '字体颜色',
4556
+ type: 'color',
4557
+ defaultValue: '#333'
4558
+ }, {
4559
+ key: 'detailPageId',
4560
+ label: '字段详情页面',
4561
+ type: 'object',
4562
+ object: 'FM_PAGE_CONFIG',
4563
+ showFlag: {
4564
+ dataType: ['object', 'multiobject']
4565
+ }
4566
+ }];
4567
+ },
4568
+ getHandlerList: function getHandlerList() {
4569
+ var _this8 = this;
4570
+ this.$http.list({
4571
+ entityId: 'FM_PAGE_HANDLERS',
4572
+ 'scope.PAGE': this.componentInfo.ID,
4573
+ order_field: 'ORDER_NUM',
4574
+ order_mode: 'asc'
4575
+ }).then(function (data) {
4576
+ _this8.handlerList = data.entitys.map(function (item) {
4577
+ return {
4578
+ label: item.NAME,
4579
+ value: item.CODE
4580
+ };
4581
+ });
4582
+ });
4583
+ },
4584
+ getCommonOperates: function getCommonOperates() {
4585
+ var _this9 = this;
4586
+ this.$http.list({
4587
+ entityId: 'FM_PAGE_COMMON_OPERATES',
4588
+ 'scope.PAGE': this.componentInfo.ID,
4589
+ link: 'handler,component|left join',
4590
+ order_field: 'ORDER_NUM',
4591
+ order_mode: 'asc'
4592
+ }).then(function (data) {
4593
+ if (data.entitys && data.entitys.length > 0) {
4594
+ _this9.commonOperates = data.entitys.map(function (item) {
4595
+ var handler = {};
4596
+ if (item.TEXT) handler.text = item.TEXT;
4597
+ if (item.HANDLER) handler.handler = item['HANDLER|CODE'];
4598
+ if (item.UI) handler.ui = item.UI;
4599
+ if (item.ACTION) handler.action = item.ACTION;
4600
+ if (item.COMPONENT) handler.component = item['COMPONENT|CODE'];
4601
+ if (item.NUM) handler.num = item.NUM;
4602
+ if (item.CONFIRM_MSG) handler.confirmMsg = item.CONFIRM_MSG;
4603
+ if (item.OPEN_MODE) handler.openMode = item.OPEN_MODE;
4604
+ if (item.PAGE_TYPE) handler.pageType = item.PAGE_TYPE;
4605
+ if (item.PARAMS) {
4606
+ handler.params = eval('(' + item.PARAMS + ')');
4607
+ }
4608
+ return handler;
4609
+ });
4610
+ }
4611
+ });
4612
+ },
4613
+ getOperateOptions: function getOperateOptions() {
4614
+ this.getHandlerList();
4615
+ this.getCommonOperates();
4616
+ this.operateConfigs = [{
4617
+ key: 'base',
4618
+ title: '基本',
4619
+ options: ['text', 'ui', 'type', 'icon', 'preview']
4620
+ }, {
4621
+ key: 'event',
4622
+ title: '事件',
4623
+ options: ['metaId', 'handler', 'action', 'rule', 'moveType', 'openMode', 'page', 'pageType', 'menuId', 'printWay', 'printCode', 'cptName', 'destActivityId', 'processNode', 'function', 'params', 'beforeTrigger', 'afterTrigger', 'afterTriggerPage', 'afterTriggerParams']
4624
+ }, {
4625
+ key: 'advance',
4626
+ title: '高级',
4627
+ options: ['terminal', 'num', 'limitFlag', 'limitCondition', 'limitTip', 'showCondition', 'confirm', 'confirmMsg', 'confirmButtonText', 'cancelButtonText', 'successMsg', 'failMsg', 'mask']
4628
+ }];
4629
+ },
4630
+ // 筛选条件字段
4631
+ getAllFields: function getAllFields(v) {
4632
+ if (!this.currentMetaId) return;
4633
+ if (!this.treeFieldStore) {
4634
+ this.$store.dispatch({
4635
+ type: 'ADD_META_VIEW_FIELDS',
4636
+ metaId: this.currentMetaId,
4637
+ viewId: this.metaViewId
4638
+ });
4639
+ }
4640
+ },
4641
+ changeConfigItem: function changeConfigItem(key, value) {
4642
+ this.$set(this.config, key, value);
4643
+ },
4644
+ changeLanguageConfig: function changeLanguageConfig(key, value) {
4645
+ this.$set(this.config, "".concat(key, ".i18n"), value);
4646
+ },
4647
+ getConfigs: function getConfigs() {
4648
+ // 获取配置
4649
+ var _configs = {};
4650
+ for (var key in this.config) {
4651
+ var configOption = {};
4652
+ var _iterator = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_createForOfIteratorHelper_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(this.configOptions),
4653
+ _step;
4654
+ try {
4655
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
4656
+ var item = _step.value;
4657
+ if (item.key === key) {
4658
+ configOption = item;
4659
+ break;
4660
+ } else if (item.children) {
4661
+ var _iterator2 = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_createForOfIteratorHelper_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(item.children),
4662
+ _step2;
4663
+ try {
4664
+ for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
4665
+ var child = _step2.value;
4666
+ if (child.key === key) {
4667
+ configOption = child;
4668
+ break;
4669
+ }
4670
+ }
4671
+ } catch (err) {
4672
+ _iterator2.e(err);
4673
+ } finally {
4674
+ _iterator2.f();
4675
+ }
4676
+ }
4677
+ }
4678
+ /* else if (key === 'orderFields' || key === 'order_field') {
4679
+ if (this.config[key]) {
4680
+ _configs.order_field = this.config[key].map(item => (item.attriName || item))
4681
+ _configs.order_mode = this.config[key].map(item => (item.sort || 'asc'))
4682
+ }
4683
+ } */
4684
+ } catch (err) {
4685
+ _iterator.e(err);
4686
+ } finally {
4687
+ _iterator.f();
4688
+ }
4689
+ if (configOption.allocation === 'component') {// 组件设置项
4690
+ } else if (!this.$_.isEqual(this.config[key], this.defaultConfigs[key]) || configOption.key === 'componentName') {
4691
+ _configs[key] = this.config[key];
4692
+ } else {
4693
+ _configs[key] = null;
4694
+ }
4695
+ }
4696
+ return _configs;
4697
+ },
4698
+ getComponentSetting: function getComponentSetting() {
4699
+ var _this10 = this;
4700
+ var _setting = {};
4701
+ var _loop = function _loop(key) {
4702
+ var configOption = _this10.configOptions.find(function (item) {
4703
+ return item.key === key;
4704
+ }) || {};
4705
+ if (configOption.allocation === 'component') {
4706
+ if (!_this10.$_.isEqual(_this10.config[key], _this10.defaultConfigs[key])) {
4707
+ _setting[key] = _this10.config[key];
4708
+ }
4709
+ }
4710
+ };
4711
+ for (var key in this.config) {
4712
+ _loop(key);
4713
+ }
4714
+ return _setting;
4715
+ },
4716
+ switchAccordion: function switchAccordion(key) {
4717
+ this.$set(this.foldMap, key, !this.foldMap[key]);
4718
+ },
4719
+ renderAccordion: function renderAccordion(item) {
4720
+ var _this11 = this;
4721
+ var h = this.$createElement;
4722
+ return h("div", {
4723
+ "class": {
4724
+ 'epx-visual-component__accordion': true,
4725
+ 'is-fold': this.foldMap[item.key]
4726
+ }
4727
+ }, [h("div", {
4728
+ "class": "epx-visual-component__accordion-header"
4729
+ }, [h("span", [item.label]), h("i", {
4730
+ "class": "epx-visual-component__accordion-icon el-icon-arrow-up",
4731
+ "on": {
4732
+ "click": this.switchAccordion.bind(this, item.key)
4733
+ }
4734
+ })]), h("div", {
4735
+ "class": "epx-visual-component__accordion-body"
4736
+ }, [this.showConfigOptions(item.children).map(function (child) {
4737
+ if (child.showCondition) {
4738
+ var flag = true;
4739
+ try {
4740
+ var condition = JSON.parse(child.showCondition).el;
4741
+ var el = condition.replace(/^#{(.*)}$/, '$1');
4742
+ // eslint-disable-next-line no-unused-vars
4743
+ var config = _this11.allConfigs;
4744
+ // eslint-disable-next-line no-eval
4745
+ if (el) flag = eval(el);
4746
+ } catch (error) {
4747
+ flag = false;
4748
+ }
4749
+ if (!flag) return null;
4750
+ }
4751
+ return child.render ? child.render(child) : _this11.renderFormItem(child);
4752
+ })])]);
4753
+ },
4754
+ /**
4755
+ * renderFunctions
4756
+ */
4757
+ renderFormItem: function renderFormItem(item) {
4758
+ var _ref,
4759
+ _this12 = this;
4760
+ var h = this.$createElement;
4761
+ var defaultValue = this.$_.isNil(item.defaultValue) ? this.defaultConfigs[item.key] : item.defaultValue;
4762
+ if (item.type === 'report') {
4763
+ return h("epx-visual-config-design-report", {
4764
+ "attrs": {
4765
+ "value": this.allConfigs[item.key],
4766
+ "defaultValue": this.defaultConfigs[item.key]
4767
+ }
4768
+ });
4769
+ }
4770
+ return h("el-row", {
4771
+ "key": item.key
4772
+ }, [h("el-form-item", {
4773
+ "attrs": {
4774
+ "label": "".concat(item.label)
4775
+ },
4776
+ "class": (_ref = {
4777
+ 'is-default': this.isDefaultValue(item.key),
4778
+ 'epx-visual-component__form-item': true
4779
+ }, Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(_ref, 'epx-visual-component__form-item--' + item.type, true), Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(_ref, 'epx-visual-component__form-item--opened', this.opened[item.key]), _ref)
4780
+ }, [item.type === 'font' && h("span", {
4781
+ "slot": "label"
4782
+ }, [h("i", {
4783
+ "class": "epx-visual-component__form-item-fold-icon el-icon-caret-right",
4784
+ "on": {
4785
+ "click": function click() {
4786
+ return _this12.$set(_this12.opened, item.key, !_this12.opened[item.key]);
4787
+ }
4788
+ }
4789
+ }), item.label]), item.renderContent ? h("div", [item.renderContent(item)]) : item.type === 'radio' ? h("epx-visual-config-radio", {
4790
+ "attrs": {
4791
+ "code": item.code,
4792
+ "option-list": item.options,
4793
+ "value": this.allConfigs[item.key],
4794
+ "defaultValue": defaultValue
4795
+ },
4796
+ "on": {
4797
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4798
+ }
4799
+ }) : item.type === 'switch' ? h("epx-visual-config-switch", {
4800
+ "attrs": {
4801
+ "value": this.allConfigs[item.key],
4802
+ "defaultValue": defaultValue
4803
+ },
4804
+ "on": {
4805
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4806
+ }
4807
+ }) : item.type === 'action' ? h("epx-visual-config-list", {
4808
+ "attrs": {
4809
+ "option-list": this.actionList,
4810
+ "value": this.allConfigs[item.key],
4811
+ "defaultValue": defaultValue,
4812
+ "code": item.code,
4813
+ "label": item.label,
4814
+ "multiple": item.multiple
4815
+ },
4816
+ "on": {
4817
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4818
+ }
4819
+ }) : item.type === 'tree' ? h("epx-visual-config-tree", {
4820
+ "attrs": {
4821
+ "option-list": item.options,
4822
+ "value": this.allConfigs[item.key],
4823
+ "defaultValue": defaultValue
4824
+ },
4825
+ "on": {
4826
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4827
+ }
4828
+ }) : item.type === 'row' ? h("epx-visual-config-row", {
4829
+ "attrs": {
4830
+ "value": this.config[item.key],
4831
+ "defaultValue": defaultValue,
4832
+ "treeFieldStore": this.treeFieldStore,
4833
+ "field-options": this.rowFieldOptions || this.fieldOptions,
4834
+ "pageParams": this.pageParams,
4835
+ "pageGlobalConfigs": this.globalConfigs,
4836
+ "changeItemConfigs": this.changeItemConfigs,
4837
+ "scopeConfigs": this.scopeConfigs,
4838
+ "functionOption": this.FunctionOption
4839
+ },
4840
+ "on": {
4841
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4842
+ }
4843
+ }) : item.type === 'list' ? h("epx-visual-config-list", {
4844
+ "attrs": {
4845
+ "option-list": item.options,
4846
+ "value": this.allConfigs[item.key],
4847
+ "defaultValue": defaultValue,
4848
+ "code": item.code,
4849
+ "label": item.label,
4850
+ "multiple": item.multiple
4851
+ },
4852
+ "on": {
4853
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4854
+ }
4855
+ }) : item.type === 'select' ? h("epx-visual-config-select", {
4856
+ "attrs": {
4857
+ "option-list": item.options,
4858
+ "value": this.allConfigs[item.key],
4859
+ "defaultValue": defaultValue
4860
+ },
4861
+ "on": {
4862
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4863
+ }
4864
+ }) : item.type === 'list-field' || item.type === 'field' && item.fieldEditable === '1' ? h("epx-visual-config-list-field", {
4865
+ "attrs": {
4866
+ "value": this.config[item.key],
4867
+ "componentMetaId": this.componentMetaId,
4868
+ "defaultValue": defaultValue,
4869
+ "treeFieldStore": this.treeFieldStore,
4870
+ "functionOption": this.FunctionOption,
4871
+ "scopeConfigs": this.scopeConfigs,
4872
+ "pageParams": this.pageParams,
4873
+ "pageGlobalConfigs": this.globalConfigs,
4874
+ "field-options": item.children && item.children.length > 0 ? item.children : this.fieldOptions,
4875
+ "changeItemConfigs": this.changeItemConfigs
4876
+ },
4877
+ "on": {
4878
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4879
+ }
4880
+ }) : item.type === 'field' ? h("epx-visual-config-field", {
4881
+ "attrs": {
4882
+ "value": this.config[item.key],
4883
+ "defaultValue": defaultValue,
4884
+ "metaId": item.metaId || this.currentMetaId,
4885
+ "treeFieldStore": this.treeFieldStore,
4886
+ "multiple": item.multiple,
4887
+ "limit": item.limit,
4888
+ "scopeConfigs": this.scopeConfigs,
4889
+ "defaultShowSubField": item.showSubField
4890
+ },
4891
+ "on": {
4892
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4893
+ }
4894
+ }) : item.type === 'm-field' ? h("epx-visual-config-m-list-field", {
4895
+ "attrs": {
4896
+ "value": this.config[item.key],
4897
+ "defaultValue": this.defaultConfigs[item.key],
4898
+ "treeFieldStore": this.treeFieldStore,
4899
+ "field-options": this.fieldOptions,
4900
+ "pageParams": this.pageParams
4901
+ },
4902
+ "on": {
4903
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4904
+ }
4905
+ }) : item.type === 'order-field' ? h("epx-visual-config-order-field", {
4906
+ "attrs": {
4907
+ "value": this.config[item.key],
4908
+ "defaultValue": defaultValue,
4909
+ "metaId": item.metaId || this.currentMetaId,
4910
+ "treeFieldStore": this.treeFieldStore
4911
+ },
4912
+ "on": {
4913
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4914
+ }
4915
+ }) : item.type === 'operates' || item.type === 'operate' ? h("epx-visual-config-operate", {
4916
+ "attrs": {
4917
+ "value": this.config[item.key],
4918
+ "defaultValue": defaultValue,
4919
+ "metaId": item.metaId,
4920
+ "compMetaId": this.currentMetaId,
4921
+ "common-operates": item.commonOperates || this.commonOperates,
4922
+ "operate-options": this.operateOptions,
4923
+ "operate-configs": this.operateConfigs,
4924
+ "treeFieldStore": this.treeFieldStore,
4925
+ "pageParams": this.pageParams,
4926
+ "handlerList": item.handlerList || this.handlerList,
4927
+ "action-list": this.actionList,
4928
+ "rule-list": this.ruleList,
4929
+ "scopeConfigs": this.scopeConfigs,
4930
+ "pageGlobalConfigs": this.globalConfigs,
4931
+ "changeItemConfigs": this.changeItemConfigs
4932
+ },
4933
+ "on": {
4934
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4935
+ }
4936
+ }) : item.type === 'scope' ? h("epx-visual-config-scope", {
4937
+ "attrs": {
4938
+ "value": this.config[item.key],
4939
+ "pageParams": this.pageParams,
4940
+ "treeFieldStore": this.treeFieldStore,
4941
+ "extendFields": item.extendFields,
4942
+ "componentMetaId": this.getConfigMetaId(item),
4943
+ "scopeConfigs": this.scopeConfigs
4944
+ },
4945
+ "on": {
4946
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4947
+ }
4948
+ }) : item.type === 'num' ? h("epx-visual-config-number", {
4949
+ "attrs": {
4950
+ "value": this.allConfigs[item.key],
4951
+ "defaultValue": defaultValue
4952
+ },
4953
+ "on": {
4954
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4955
+ }
4956
+ }) : item.type === 'chart' ? h("epx-visual-config-chart", {
4957
+ "attrs": {
4958
+ "value": this.allConfigs[item.key],
4959
+ "defaultValue": defaultValue
4960
+ },
4961
+ "on": {
4962
+ "callback": item.callback,
4963
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4964
+ }
4965
+ }) : item.type === 'params' ? h("epx-visual-config-params", {
4966
+ "attrs": {
4967
+ "value": this.allConfigs[item.key],
4968
+ "defaultValue": defaultValue,
4969
+ "treeFieldStore": this.treeFieldStore,
4970
+ "pageParams": this.pageParams
4971
+ },
4972
+ "on": {
4973
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4974
+ }
4975
+ }) : item.type === 'object' || item.type === 'multiobject' ? h("epx-visual-config-object", {
4976
+ "attrs": {
4977
+ "type": item.type,
4978
+ "value": this.allConfigs[item.key],
4979
+ "defaultValue": defaultValue,
4980
+ "object": item.object,
4981
+ "label": item.label,
4982
+ "dataKey": item.dataKey,
4983
+ "fieldConfigs": item.fieldConfigs,
4984
+ "flag": item.flag,
4985
+ "scopeParams": item.key === 'metaViewId' ? [{
4986
+ field: 'ENTITY',
4987
+ values: this.componentMetaId
4988
+ }] : item.scopeParams
4989
+ },
4990
+ "on": {
4991
+ "change-configs": this.changeConfigItem.bind(this, item.key)
4992
+ }
4993
+ }) : item.type === 'font' ? h("epx-visual-config-font", {
4994
+ "attrs": {
4995
+ "value": this.allConfigs[item.key],
4996
+ "defaultValue": this.defaultConfigs[item.key]
4997
+ },
4998
+ "on": {
4999
+ "change-configs": this.changeConfigItem.bind(this, item.key)
5000
+ }
5001
+ }) : item.type === 'color' ? h("epx-visual-config-color", {
5002
+ "attrs": {
5003
+ "value": this.allConfigs[item.key],
5004
+ "defaultValue": this.defaultConfigs[item.key]
5005
+ },
5006
+ "on": {
5007
+ "change-configs": this.changeConfigItem.bind(this, item.key)
5008
+ }
5009
+ }) : item.type === 'page' ? h("epx-visual-config-item-page", {
5010
+ "attrs": {
5011
+ "value": this.allConfigs[item.key],
5012
+ "defaultValue": this.defaultConfigs[item.key]
5013
+ },
5014
+ "on": {
5015
+ "change-configs": this.changeConfigItem.bind(this, item.key)
5016
+ }
5017
+ }) : item.type === 'event' ? h("epx-visual-config-event", {
5018
+ "attrs": {
5019
+ "value": this.allConfigs[item.key],
5020
+ "defaultValue": defaultValue,
5021
+ "functionList": this.functionList,
5022
+ "pageGlobalConfigs": this.globalConfigs,
5023
+ "changeItemConfigs": this.changeItemConfigs
5024
+ },
5025
+ "on": {
5026
+ "change-configs": this.changeConfigItem.bind(this, item.key)
5027
+ }
5028
+ }) : item.type === 'html' ? h("epx-visual-config-html", {
5029
+ "attrs": {
5030
+ "value": this.allConfigs[item.key],
5031
+ "defaultValue": this.defaultConfigs[item.key],
5032
+ "i18nValue": this.allConfigs[item.key + '.i18n'],
5033
+ "pageGlobalConfigs": this.globalConfigs,
5034
+ "changeItemConfigs": this.changeItemConfigs
5035
+ },
5036
+ "on": {
5037
+ "change-configs": this.changeConfigItem.bind(this, item.key),
5038
+ "change-language-config": this.changeLanguageConfig.bind(this, item.key)
5039
+ }
5040
+ }) : item.type === 'image' ? h("epx-visual-config-image", {
5041
+ "attrs": {
5042
+ "value": this.allConfigs[item.key],
5043
+ "defaultValue": this.defaultConfigs[item.key],
5044
+ "pageGlobalConfigs": this.globalConfigs,
5045
+ "changeItemConfigs": this.changeItemConfigs
5046
+ },
5047
+ "on": {
5048
+ "change-configs": this.changeConfigItem.bind(this, item.key)
5049
+ }
5050
+ }) : item.type === 'textarea' ? h("epx-visual-config-textarea", {
5051
+ "attrs": {
5052
+ "label": item.label,
5053
+ "value": this.allConfigs[item.key],
5054
+ "i18nValue": this.allConfigs[item.key + '.i18n'],
5055
+ "defaultValue": this.defaultConfigs[item.key],
5056
+ "change": item.change
5057
+ },
5058
+ "on": {
5059
+ "change-configs": this.changeConfigItem.bind(this, item.key),
5060
+ "change-language-config": this.changeLanguageConfig.bind(this, item.key)
5061
+ }
5062
+ }) : h("epx-visual-config-input", {
5063
+ "attrs": {
5064
+ "label": item.label,
5065
+ "value": this.allConfigs[item.key],
5066
+ "i18nValue": this.allConfigs[item.key + '.i18n'],
5067
+ "defaultValue": this.defaultConfigs[item.key],
5068
+ "change": item.change
5069
+ },
5070
+ "on": {
5071
+ "change-configs": this.changeConfigItem.bind(this, item.key),
5072
+ "change-language-config": this.changeLanguageConfig.bind(this, item.key)
5073
+ }
5074
+ })])]);
5075
+ }
5076
+ },
5077
+ created: function created() {
5078
+ for (var i = 0; i <= 24; i++) {
5079
+ this.spanOptions.push({
5080
+ label: i,
5081
+ value: i
5082
+ });
5083
+ }
5084
+ this.handlerList = [{
5085
+ label: '打开指定页面',
5086
+ value: 'goPage'
5087
+ }, {
5088
+ label: '发起通用请求',
5089
+ value: 'commonAction'
5090
+ }, {
5091
+ label: '发起业务规则',
5092
+ value: 'commonRuleAction'
5093
+ }, {
5094
+ label: '报表打印',
5095
+ value: 'print'
5096
+ }, {
5097
+ label: '下载文件',
5098
+ value: 'downloadFile'
5099
+ }, {
5100
+ label: '返回',
5101
+ value: 'backPage'
5102
+ }, {
5103
+ label: '自定义JS',
5104
+ value: 'customJs'
5105
+ }];
5106
+ this.initConfig();
5107
+ this.getFieldOptions();
5108
+ this.getOperateOptions();
5109
+ // 上级组件是标签页
5110
+ // if (this.upComponent === 'page-tabs') {
5111
+ // // 添加标签页数量配置
5112
+ // this.configOptions.splice(1, 0, {
5113
+ // key: 'tabCount', label: '标签页显示数量', type: 'radio', allocation: 'component', options: [{ label: '是', value: true }, { label: '否', value: false }], defaultValue: false
5114
+ // }, {
5115
+ // key: 'countScopeParams', label: '标签页数量范围', type: 'scope', allocation: 'component'
5116
+ // })
5117
+ // }
5118
+ },
5119
+ render: function render() {
5120
+ var _this13 = this;
5121
+ var h = arguments[0];
5122
+ return h("div", {
5123
+ "class": "epx-visual-component"
5124
+ }, [h("el-form", {
5125
+ "attrs": {
5126
+ "inline": true,
5127
+ "label-position": "left",
5128
+ "label-width": "100px"
5129
+ }
5130
+ }, [this.showConfigOptions().map(function (item) {
5131
+ if (item.showCondition) {
5132
+ var flag = true;
5133
+ try {
5134
+ var condition = JSON.parse(item.showCondition).el;
5135
+ var el = condition.replace(/^#{(.*)}$/, '$1');
5136
+ // eslint-disable-next-line no-unused-vars
5137
+ var config = _this13.allConfigs;
5138
+ // eslint-disable-next-line no-eval
5139
+ if (el) flag = eval(el);
5140
+ } catch (error) {
5141
+ flag = false;
5142
+ }
5143
+ if (!flag) return null;
5144
+ }
5145
+ return item.render ? item.render(item) : item.children ? _this13.renderAccordion(item) : _this13.renderFormItem(item);
5146
+ })])]);
5147
+ }
5148
+ });
5149
+
5150
+ /***/ }),
5151
+
3070
5152
  /***/ 8:
3071
5153
  /***/ (function(module, exports) {
3072
5154
 
@@ -3079,6 +5161,23 @@ module.exports = require("core-js/modules/web.dom-collections.for-each.js");
3079
5161
 
3080
5162
  module.exports = require("core-js/modules/es.function.name.js");
3081
5163
 
5164
+ /***/ }),
5165
+
5166
+ /***/ 95:
5167
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
5168
+
5169
+ "use strict";
5170
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
5171
+ /* 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__);
5172
+ // Imports
5173
+
5174
+ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
5175
+ // Module
5176
+ ___CSS_LOADER_EXPORT___.push([module.i, ".epx-visual-component{padding:0 16px}.epx-visual-component__accordion.is-fold{margin-bottom:10px}.epx-visual-component__accordion.is-fold .epx-visual-component__accordion-icon{transform:rotate(180deg)}.epx-visual-component__accordion.is-fold .epx-visual-component__accordion-body{display:none}.epx-visual-component__accordion-header{width:100%;display:flex;height:40px;padding:0 16px;justify-content:space-between;align-items:center;background:rgba(31,56,88,0.1);position:relative;left:-16px}.epx-visual-component__accordion-body{padding:12px 0}.epx-visual-component__accordion-icon{font-size:16px;cursor:pointer;transition:all .5s}.epx-visual-component__form-item.el-form-item{display:flex;flex-wrap:wrap}.epx-visual-component__form-item .el-form-item__header{flex-shrink:0}.epx-visual-component__form-item>.el-form-item__content{flex:1}.epx-visual-component__form-item .el-form-item__label{flex-shrink:0;line-height:20px;padding:10px 10px 10px 0}.epx-visual-component__form-item--font{display:block}.epx-visual-component__form-item--font .el-form-item__label{width:100% !important}.epx-visual-component__form-item--font .el-form-item__content{display:none}.epx-visual-component__form-item--opened .epx-visual-component__form-item-fold-icon{transform:rotate(90deg)}.epx-visual-component__form-item--opened .el-form-item__content{display:block}.epx-visual-component__form-item-fold-icon{cursor:pointer;transition:all .5s}\n", ""]);
5177
+ // Exports
5178
+ /* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
5179
+
5180
+
3082
5181
  /***/ })
3083
5182
 
3084
5183
  /******/ });