epx-frame 4.1.10 → 4.2.1
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.
- package/lib/0.js +1 -0
- package/lib/10.js +24 -24
- package/lib/17.js +22 -22
- package/lib/2.js +1 -1
- package/lib/3.js +1 -0
- package/lib/4.js +1 -0
- package/lib/5.js +1 -0
- package/lib/93.js +818 -865
- package/lib/add-form-item.js +3371 -2027
- package/lib/add-form.js +1929 -1138
- package/lib/alert.js +625 -588
- package/lib/app-index.js +422 -382
- package/lib/app-nav.js +838 -798
- package/lib/app-tabs.js +378 -338
- package/lib/apply-form.js +6644 -5538
- package/lib/approval-index-page.js +446 -375
- package/lib/approval-index.js +379 -339
- package/lib/base-page.js +358 -288
- package/lib/button.js +400 -360
- package/lib/card-form-item.js +594 -556
- package/lib/card.js +1645 -723
- package/lib/category-list.js +1797 -741
- package/lib/chart.js +876 -735
- package/lib/check-history.js +405 -360
- package/lib/color-picker.js +92 -92
- package/lib/component.js +8 -8
- package/lib/config-page.js +118 -118
- package/lib/contacts.js +416 -376
- package/lib/dashboard.js +1400 -1353
- package/lib/div.js +337 -297
- package/lib/edit-entity-list.js +1757 -701
- package/lib/entity-add-page.js +470 -399
- package/lib/entity-apply-page.js +465 -394
- package/lib/entity-card-list.js +1770 -714
- package/lib/entity-list-find-page.js +588 -517
- package/lib/entity-list-find.js +718 -649
- package/lib/entity-list-page.js +446 -375
- package/lib/entity-list.js +1744 -690
- package/lib/entity-no-submit-sub-list.js +215 -215
- package/lib/entity-sub-grid.js +394 -362
- package/lib/entity-sub-list.js +2349 -749
- package/lib/entity-tree-find-page.js +446 -375
- package/lib/entity-tree-find.js +563 -523
- package/lib/epx-frame.common.js +2 -2
- package/lib/export-file.js +417 -377
- package/lib/export.js +583 -543
- package/lib/flow-num.js +816 -776
- package/lib/footer.js +216 -216
- package/lib/form-item.js +739 -683
- package/lib/form.js +412 -372
- package/lib/formula.js +753 -713
- package/lib/gauge.js +748 -710
- package/lib/grid.js +1703 -762
- package/lib/header.js +1197 -1140
- package/lib/icon.js +108 -108
- package/lib/iframe.js +367 -327
- package/lib/image.js +1642 -362
- package/lib/import-file.js +438 -398
- package/lib/import.js +524 -484
- package/lib/layout.js +2159 -1234
- package/lib/list.js +617 -579
- package/lib/load-page.js +341 -301
- package/lib/m-entity-add-page.js +469 -398
- package/lib/m-entity-dept-find.js +384 -344
- package/lib/m-entity-list-find.js +1266 -1228
- package/lib/m-entity-list.js +329 -288
- package/lib/m-entity-no-submit-sub-list.js +295 -295
- package/lib/m-entity-tree-find.js +409 -369
- package/lib/m-entity-user-find.js +378 -338
- package/lib/menu-index.js +214 -214
- package/lib/menu.js +751 -751
- package/lib/mine.js +379 -339
- package/lib/module-index-page.js +478 -407
- package/lib/module-list-page.js +465 -394
- package/lib/module-list.js +388 -348
- package/lib/module-tabs-page.js +479 -408
- package/lib/nav-add-form.js +230 -228
- package/lib/num.js +2072 -1151
- package/lib/org-chart.js +383 -343
- package/lib/page-help.js +367 -327
- package/lib/page-tabs.js +1625 -737
- package/lib/page.js +521 -481
- package/lib/progress-chart.js +401 -361
- package/lib/progress.js +408 -378
- package/lib/report-chart.js +2872 -1601
- package/lib/report-html.js +366 -326
- package/lib/report-preview.js +397 -357
- package/lib/router-view.js +134 -133
- package/lib/scope.js +517 -477
- package/lib/search.js +546 -506
- package/lib/step-item.js +364 -324
- package/lib/step.js +392 -360
- package/lib/tab-bar.js +27 -27
- package/lib/tabs.js +2027 -1350
- package/lib/tag.js +363 -323
- package/lib/task-list-page.js +446 -375
- package/lib/task-list.js +523 -523
- package/lib/text-editor.js +1653 -377
- package/lib/text.js +1635 -355
- package/lib/title.js +369 -329
- package/lib/visual-config-page.js +1561 -1475
- package/package.json +3 -3
- package/lib/1.js +0 -1
package/lib/header.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 233);
|
|
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__(
|
|
95
|
+
/* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(18);
|
|
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
|
-
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
97
|
+
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
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__(
|
|
99
|
+
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(34);
|
|
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
103
|
/* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(44);
|
|
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
|
-
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
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
107
|
/* harmony import */ var core_js_modules_es_object_get_own_property_descriptors_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(45);
|
|
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__(
|
|
109
|
+
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(20);
|
|
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__(
|
|
111
|
+
/* harmony import */ var _defineProperty_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(24);
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
|
|
@@ -157,51 +157,58 @@ module.exports = require("core-js/modules/es.object.to-string.js");
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|
|
159
159
|
/***/ 10:
|
|
160
|
+
/***/ (function(module, exports) {
|
|
161
|
+
|
|
162
|
+
module.exports = require("core-js/modules/es.symbol.iterator.js");
|
|
163
|
+
|
|
164
|
+
/***/ }),
|
|
165
|
+
|
|
166
|
+
/***/ 11:
|
|
160
167
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
161
168
|
|
|
162
169
|
"use strict";
|
|
163
170
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _regeneratorRuntime; });
|
|
164
|
-
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
171
|
+
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
|
|
165
172
|
/* 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__);
|
|
166
|
-
/* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
173
|
+
/* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7);
|
|
167
174
|
/* 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__);
|
|
168
175
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
169
176
|
/* 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__);
|
|
170
|
-
/* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
177
|
+
/* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
|
|
171
178
|
/* 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__);
|
|
172
|
-
/* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
179
|
+
/* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(21);
|
|
173
180
|
/* 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__);
|
|
174
|
-
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
181
|
+
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
|
|
175
182
|
/* 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__);
|
|
176
|
-
/* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
183
|
+
/* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(6);
|
|
177
184
|
/* 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__);
|
|
178
|
-
/* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
185
|
+
/* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(48);
|
|
179
186
|
/* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
180
|
-
/* harmony import */ var core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
187
|
+
/* harmony import */ var core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(49);
|
|
181
188
|
/* harmony import */ var core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_to_string_tag_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
182
|
-
/* harmony import */ var core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
189
|
+
/* harmony import */ var core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(50);
|
|
183
190
|
/* harmony import */ var core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_to_string_tag_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
184
|
-
/* harmony import */ var core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
191
|
+
/* harmony import */ var core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(51);
|
|
185
192
|
/* harmony import */ var core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_math_to_string_tag_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
186
|
-
/* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
193
|
+
/* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(47);
|
|
187
194
|
/* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__);
|
|
188
|
-
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
195
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(8);
|
|
189
196
|
/* 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__);
|
|
190
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
197
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(9);
|
|
191
198
|
/* 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__);
|
|
192
199
|
/* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(38);
|
|
193
200
|
/* 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__);
|
|
194
|
-
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
201
|
+
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(31);
|
|
195
202
|
/* 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__);
|
|
196
203
|
/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(33);
|
|
197
204
|
/* 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__);
|
|
198
|
-
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
205
|
+
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(20);
|
|
199
206
|
/* 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__);
|
|
200
207
|
/* harmony import */ var core_js_modules_es_object_set_prototype_of_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(53);
|
|
201
208
|
/* 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__);
|
|
202
209
|
/* harmony import */ var core_js_modules_es_object_proto_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(54);
|
|
203
210
|
/* 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__);
|
|
204
|
-
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
211
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(5);
|
|
205
212
|
|
|
206
213
|
|
|
207
214
|
|
|
@@ -544,21 +551,28 @@ function _regeneratorRuntime() {
|
|
|
544
551
|
|
|
545
552
|
/***/ }),
|
|
546
553
|
|
|
547
|
-
/***/
|
|
554
|
+
/***/ 12:
|
|
548
555
|
/***/ (function(module, exports) {
|
|
549
556
|
|
|
550
|
-
module.exports = require("core-js/modules/es.
|
|
557
|
+
module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
551
558
|
|
|
552
559
|
/***/ }),
|
|
553
560
|
|
|
554
|
-
/***/
|
|
561
|
+
/***/ 13:
|
|
555
562
|
/***/ (function(module, exports) {
|
|
556
563
|
|
|
557
564
|
module.exports = require("core-js/modules/es.array.map.js");
|
|
558
565
|
|
|
559
566
|
/***/ }),
|
|
560
567
|
|
|
561
|
-
/***/
|
|
568
|
+
/***/ 14:
|
|
569
|
+
/***/ (function(module, exports) {
|
|
570
|
+
|
|
571
|
+
module.exports = require("core-js/modules/es.array.concat.js");
|
|
572
|
+
|
|
573
|
+
/***/ }),
|
|
574
|
+
|
|
575
|
+
/***/ 15:
|
|
562
576
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
563
577
|
|
|
564
578
|
"use strict";
|
|
@@ -663,806 +677,788 @@ function normalizeComponent(
|
|
|
663
677
|
|
|
664
678
|
/***/ }),
|
|
665
679
|
|
|
666
|
-
/***/
|
|
667
|
-
/***/ (function(module, exports) {
|
|
680
|
+
/***/ 16:
|
|
681
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
668
682
|
|
|
669
|
-
|
|
683
|
+
"use strict";
|
|
670
684
|
|
|
671
|
-
/***/ }),
|
|
672
685
|
|
|
673
|
-
|
|
674
|
-
|
|
686
|
+
var isOldIE = function isOldIE() {
|
|
687
|
+
var memo;
|
|
688
|
+
return function memorize() {
|
|
689
|
+
if (typeof memo === 'undefined') {
|
|
690
|
+
// Test for IE <= 9 as proposed by Browserhacks
|
|
691
|
+
// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
|
|
692
|
+
// Tests for existence of standard globals is to allow style-loader
|
|
693
|
+
// to operate correctly into non-standard environments
|
|
694
|
+
// @see https://github.com/webpack-contrib/style-loader/issues/177
|
|
695
|
+
memo = Boolean(window && document && document.all && !window.atob);
|
|
696
|
+
}
|
|
675
697
|
|
|
676
|
-
|
|
698
|
+
return memo;
|
|
699
|
+
};
|
|
700
|
+
}();
|
|
677
701
|
|
|
678
|
-
|
|
702
|
+
var getTarget = function getTarget() {
|
|
703
|
+
var memo = {};
|
|
704
|
+
return function memorize(target) {
|
|
705
|
+
if (typeof memo[target] === 'undefined') {
|
|
706
|
+
var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
|
|
679
707
|
|
|
680
|
-
|
|
681
|
-
|
|
708
|
+
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
709
|
+
try {
|
|
710
|
+
// This will throw an exception if access to iframe is blocked
|
|
711
|
+
// due to cross-origin restrictions
|
|
712
|
+
styleTarget = styleTarget.contentDocument.head;
|
|
713
|
+
} catch (e) {
|
|
714
|
+
// istanbul ignore next
|
|
715
|
+
styleTarget = null;
|
|
716
|
+
}
|
|
717
|
+
}
|
|
682
718
|
|
|
683
|
-
|
|
719
|
+
memo[target] = styleTarget;
|
|
720
|
+
}
|
|
684
721
|
|
|
685
|
-
|
|
722
|
+
return memo[target];
|
|
723
|
+
};
|
|
724
|
+
}();
|
|
686
725
|
|
|
687
|
-
|
|
688
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
726
|
+
var stylesInDom = [];
|
|
689
727
|
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
693
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(0);
|
|
694
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(14);
|
|
695
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
696
|
-
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(29);
|
|
697
|
-
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
698
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
|
|
699
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
700
|
-
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(15);
|
|
701
|
-
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
702
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1);
|
|
703
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
704
|
-
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(9);
|
|
705
|
-
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
706
|
-
/* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(60);
|
|
707
|
-
/* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
708
|
-
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(22);
|
|
709
|
-
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
710
|
-
/* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(63);
|
|
711
|
-
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(25);
|
|
712
|
-
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_12__);
|
|
713
|
-
/* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(39);
|
|
728
|
+
function getIndexByIdentifier(identifier) {
|
|
729
|
+
var result = -1;
|
|
714
730
|
|
|
731
|
+
for (var i = 0; i < stylesInDom.length; i++) {
|
|
732
|
+
if (stylesInDom[i].identifier === identifier) {
|
|
733
|
+
result = i;
|
|
734
|
+
break;
|
|
735
|
+
}
|
|
736
|
+
}
|
|
715
737
|
|
|
738
|
+
return result;
|
|
739
|
+
}
|
|
716
740
|
|
|
717
|
-
|
|
741
|
+
function modulesToDom(list, options) {
|
|
742
|
+
var idCountMap = {};
|
|
743
|
+
var identifiers = [];
|
|
718
744
|
|
|
745
|
+
for (var i = 0; i < list.length; i++) {
|
|
746
|
+
var item = list[i];
|
|
747
|
+
var id = options.base ? item[0] + options.base : item[0];
|
|
748
|
+
var count = idCountMap[id] || 0;
|
|
749
|
+
var identifier = "".concat(id, " ").concat(count);
|
|
750
|
+
idCountMap[id] = count + 1;
|
|
751
|
+
var index = getIndexByIdentifier(identifier);
|
|
752
|
+
var obj = {
|
|
753
|
+
css: item[1],
|
|
754
|
+
media: item[2],
|
|
755
|
+
sourceMap: item[3]
|
|
756
|
+
};
|
|
719
757
|
|
|
758
|
+
if (index !== -1) {
|
|
759
|
+
stylesInDom[index].references++;
|
|
760
|
+
stylesInDom[index].updater(obj);
|
|
761
|
+
} else {
|
|
762
|
+
stylesInDom.push({
|
|
763
|
+
identifier: identifier,
|
|
764
|
+
updater: addStyle(obj, options),
|
|
765
|
+
references: 1
|
|
766
|
+
});
|
|
767
|
+
}
|
|
720
768
|
|
|
769
|
+
identifiers.push(identifier);
|
|
770
|
+
}
|
|
721
771
|
|
|
772
|
+
return identifiers;
|
|
773
|
+
}
|
|
722
774
|
|
|
775
|
+
function insertStyleElement(options) {
|
|
776
|
+
var style = document.createElement('style');
|
|
777
|
+
var attributes = options.attributes || {};
|
|
723
778
|
|
|
779
|
+
if (typeof attributes.nonce === 'undefined') {
|
|
780
|
+
var nonce = true ? __webpack_require__.nc : undefined;
|
|
724
781
|
|
|
782
|
+
if (nonce) {
|
|
783
|
+
attributes.nonce = nonce;
|
|
784
|
+
}
|
|
785
|
+
}
|
|
725
786
|
|
|
787
|
+
Object.keys(attributes).forEach(function (key) {
|
|
788
|
+
style.setAttribute(key, attributes[key]);
|
|
789
|
+
});
|
|
726
790
|
|
|
791
|
+
if (typeof options.insert === 'function') {
|
|
792
|
+
options.insert(style);
|
|
793
|
+
} else {
|
|
794
|
+
var target = getTarget(options.insert || 'head');
|
|
727
795
|
|
|
796
|
+
if (!target) {
|
|
797
|
+
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
798
|
+
}
|
|
728
799
|
|
|
800
|
+
target.appendChild(style);
|
|
801
|
+
}
|
|
729
802
|
|
|
803
|
+
return style;
|
|
804
|
+
}
|
|
730
805
|
|
|
806
|
+
function removeStyleElement(style) {
|
|
807
|
+
// istanbul ignore if
|
|
808
|
+
if (style.parentNode === null) {
|
|
809
|
+
return false;
|
|
810
|
+
}
|
|
731
811
|
|
|
812
|
+
style.parentNode.removeChild(style);
|
|
813
|
+
}
|
|
814
|
+
/* istanbul ignore next */
|
|
732
815
|
|
|
733
|
-
//
|
|
734
|
-
//
|
|
735
|
-
//
|
|
736
|
-
//
|
|
737
|
-
//
|
|
738
|
-
//
|
|
739
|
-
//
|
|
740
|
-
//
|
|
741
|
-
//
|
|
742
|
-
//
|
|
743
|
-
//
|
|
744
|
-
//
|
|
745
|
-
//
|
|
746
|
-
//
|
|
747
|
-
//
|
|
748
|
-
//
|
|
749
|
-
//
|
|
750
|
-
//
|
|
751
|
-
//
|
|
752
|
-
//
|
|
753
|
-
//
|
|
754
|
-
//
|
|
755
|
-
//
|
|
756
|
-
//
|
|
757
|
-
//
|
|
758
|
-
//
|
|
759
|
-
//
|
|
760
|
-
//
|
|
761
|
-
//
|
|
762
|
-
//
|
|
763
|
-
//
|
|
764
|
-
//
|
|
765
|
-
//
|
|
766
|
-
//
|
|
767
|
-
//
|
|
768
|
-
//
|
|
769
|
-
//
|
|
770
|
-
//
|
|
771
|
-
//
|
|
772
|
-
//
|
|
773
|
-
//
|
|
774
|
-
//
|
|
775
|
-
//
|
|
776
|
-
//
|
|
777
|
-
//
|
|
778
|
-
//
|
|
779
|
-
//
|
|
780
|
-
//
|
|
781
|
-
//
|
|
782
|
-
//
|
|
783
|
-
//
|
|
784
|
-
//
|
|
785
|
-
//
|
|
786
|
-
//
|
|
787
|
-
//
|
|
788
|
-
//
|
|
789
|
-
//
|
|
790
|
-
//
|
|
791
|
-
//
|
|
792
|
-
//
|
|
793
|
-
//
|
|
794
|
-
//
|
|
795
|
-
//
|
|
796
|
-
//
|
|
797
|
-
//
|
|
798
|
-
//
|
|
799
|
-
//
|
|
800
|
-
//
|
|
801
|
-
//
|
|
802
|
-
//
|
|
803
|
-
//
|
|
804
|
-
//
|
|
805
|
-
//
|
|
806
|
-
//
|
|
807
|
-
//
|
|
808
|
-
//
|
|
809
|
-
//
|
|
810
|
-
//
|
|
811
|
-
//
|
|
812
|
-
//
|
|
813
|
-
//
|
|
814
|
-
//
|
|
815
|
-
//
|
|
816
|
-
//
|
|
817
|
-
//
|
|
818
|
-
//
|
|
819
|
-
//
|
|
820
|
-
//
|
|
821
|
-
//
|
|
822
|
-
//
|
|
823
|
-
//
|
|
824
|
-
//
|
|
825
|
-
//
|
|
826
|
-
//
|
|
827
|
-
//
|
|
828
|
-
//
|
|
829
|
-
//
|
|
830
|
-
//
|
|
831
|
-
//
|
|
832
|
-
//
|
|
833
816
|
|
|
817
|
+
var replaceText = function replaceText() {
|
|
818
|
+
var textStore = [];
|
|
819
|
+
return function replace(index, replacement) {
|
|
820
|
+
textStore[index] = replacement;
|
|
821
|
+
return textStore.filter(Boolean).join('\n');
|
|
822
|
+
};
|
|
823
|
+
}();
|
|
834
824
|
|
|
825
|
+
function applyToSingletonTag(style, index, remove, obj) {
|
|
826
|
+
var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
|
|
835
827
|
|
|
828
|
+
/* istanbul ignore if */
|
|
836
829
|
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
props: {
|
|
846
|
-
title: {
|
|
847
|
-
type: String,
|
|
848
|
-
default: function _default() {
|
|
849
|
-
return '';
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
|
-
page: {
|
|
853
|
-
type: Object,
|
|
854
|
-
default: function _default() {
|
|
855
|
-
return {};
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
meta: {
|
|
859
|
-
type: Object,
|
|
860
|
-
default: function _default() {
|
|
861
|
-
return {};
|
|
862
|
-
}
|
|
863
|
-
}
|
|
864
|
-
},
|
|
865
|
-
inject: {
|
|
866
|
-
dialog: {
|
|
867
|
-
default: function _default() {
|
|
868
|
-
return null;
|
|
869
|
-
}
|
|
870
|
-
},
|
|
871
|
-
getMenuInfo: {
|
|
872
|
-
default: function _default() {
|
|
873
|
-
return null;
|
|
874
|
-
}
|
|
830
|
+
if (style.styleSheet) {
|
|
831
|
+
style.styleSheet.cssText = replaceText(index, css);
|
|
832
|
+
} else {
|
|
833
|
+
var cssNode = document.createTextNode(css);
|
|
834
|
+
var childNodes = style.childNodes;
|
|
835
|
+
|
|
836
|
+
if (childNodes[index]) {
|
|
837
|
+
style.removeChild(childNodes[index]);
|
|
875
838
|
}
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
var _this$$configs = this.$configs,
|
|
882
|
-
_this$$configs$title = _this$$configs.title,
|
|
883
|
-
title = _this$$configs$title === void 0 ? '' : _this$$configs$title,
|
|
884
|
-
titleWay = _this$$configs.titleWay;
|
|
885
|
-
var pageTitle = title.replace(/\$\[([\w-.|$#]+)\]/g, function (macth, key) {
|
|
886
|
-
try {
|
|
887
|
-
// eslint-disable-next-line no-eval
|
|
888
|
-
return eval("_this.".concat(key)) || eval("_this.$query.".concat(key)) || '';
|
|
889
|
-
} catch (error) {
|
|
890
|
-
return '';
|
|
891
|
-
}
|
|
892
|
-
});
|
|
893
|
-
if (this.$meta && titleWay === 'label') {
|
|
894
|
-
var label = this.$meta.label;
|
|
895
|
-
return this.formData[label + '#'] || this.formData[label] || pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
|
|
896
|
-
} else {
|
|
897
|
-
return pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
defaultTitle: function defaultTitle() {
|
|
901
|
-
var _ref = this.$meta || {},
|
|
902
|
-
_ref$name = _ref.name,
|
|
903
|
-
metaTitle = _ref$name === void 0 ? this.appConfig.NAME : _ref$name;
|
|
904
|
-
var _ref2 = this.$pageInfo || {},
|
|
905
|
-
_ref2$title = _ref2.title,
|
|
906
|
-
title = _ref2$title === void 0 ? metaTitle : _ref2$title;
|
|
907
|
-
return title || '';
|
|
908
|
-
},
|
|
909
|
-
pageHelp: function pageHelp() {
|
|
910
|
-
var _this$$pageInfo$confi = this.$pageInfo.config,
|
|
911
|
-
config = _this$$pageInfo$confi === void 0 ? {} : _this$$pageInfo$confi;
|
|
912
|
-
return config.pageHelp;
|
|
913
|
-
},
|
|
914
|
-
routeLength: function routeLength() {
|
|
915
|
-
var _ref3 = this.upPage || {},
|
|
916
|
-
_ref3$routes = _ref3.routes,
|
|
917
|
-
routes = _ref3$routes === void 0 ? [] : _ref3$routes;
|
|
918
|
-
return routes.length;
|
|
919
|
-
},
|
|
920
|
-
operates: function operates() {
|
|
921
|
-
var operates = this.$configs.operates;
|
|
922
|
-
return operates;
|
|
839
|
+
|
|
840
|
+
if (childNodes.length) {
|
|
841
|
+
style.insertBefore(cssNode, childNodes[index]);
|
|
842
|
+
} else {
|
|
843
|
+
style.appendChild(cssNode);
|
|
923
844
|
}
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
function applyToTag(style, options, obj) {
|
|
849
|
+
var css = obj.css;
|
|
850
|
+
var media = obj.media;
|
|
851
|
+
var sourceMap = obj.sourceMap;
|
|
852
|
+
|
|
853
|
+
if (media) {
|
|
854
|
+
style.setAttribute('media', media);
|
|
855
|
+
} else {
|
|
856
|
+
style.removeAttribute('media');
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
if (sourceMap && typeof btoa !== 'undefined') {
|
|
860
|
+
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
861
|
+
} // For old IE
|
|
862
|
+
|
|
863
|
+
/* istanbul ignore if */
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
if (style.styleSheet) {
|
|
867
|
+
style.styleSheet.cssText = css;
|
|
868
|
+
} else {
|
|
869
|
+
while (style.firstChild) {
|
|
870
|
+
style.removeChild(style.firstChild);
|
|
932
871
|
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
872
|
+
|
|
873
|
+
style.appendChild(document.createTextNode(css));
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
var singleton = null;
|
|
878
|
+
var singletonCounter = 0;
|
|
879
|
+
|
|
880
|
+
function addStyle(obj, options) {
|
|
881
|
+
var style;
|
|
882
|
+
var update;
|
|
883
|
+
var remove;
|
|
884
|
+
|
|
885
|
+
if (options.singleton) {
|
|
886
|
+
var styleIndex = singletonCounter++;
|
|
887
|
+
style = singleton || (singleton = insertStyleElement(options));
|
|
888
|
+
update = applyToSingletonTag.bind(null, style, styleIndex, false);
|
|
889
|
+
remove = applyToSingletonTag.bind(null, style, styleIndex, true);
|
|
890
|
+
} else {
|
|
891
|
+
style = insertStyleElement(options);
|
|
892
|
+
update = applyToTag.bind(null, style, options);
|
|
893
|
+
|
|
894
|
+
remove = function remove() {
|
|
895
|
+
removeStyleElement(style);
|
|
949
896
|
};
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
update(obj);
|
|
900
|
+
return function updateStyle(newObj) {
|
|
901
|
+
if (newObj) {
|
|
902
|
+
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
|
|
903
|
+
return;
|
|
956
904
|
}
|
|
957
|
-
|
|
905
|
+
|
|
906
|
+
update(obj = newObj);
|
|
907
|
+
} else {
|
|
908
|
+
remove();
|
|
958
909
|
}
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
910
|
+
};
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
module.exports = function (list, options) {
|
|
914
|
+
options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
|
|
915
|
+
// tags it will allow on a page
|
|
916
|
+
|
|
917
|
+
if (!options.singleton && typeof options.singleton !== 'boolean') {
|
|
918
|
+
options.singleton = isOldIE();
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
list = list || [];
|
|
922
|
+
var lastIdentifiers = modulesToDom(list, options);
|
|
923
|
+
return function update(newList) {
|
|
924
|
+
newList = newList || [];
|
|
925
|
+
|
|
926
|
+
if (Object.prototype.toString.call(newList) !== '[object Array]') {
|
|
927
|
+
return;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
931
|
+
var identifier = lastIdentifiers[i];
|
|
932
|
+
var index = getIndexByIdentifier(identifier);
|
|
933
|
+
stylesInDom[index].references--;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
var newLastIdentifiers = modulesToDom(newList, options);
|
|
937
|
+
|
|
938
|
+
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
939
|
+
var _identifier = lastIdentifiers[_i];
|
|
940
|
+
|
|
941
|
+
var _index = getIndexByIdentifier(_identifier);
|
|
942
|
+
|
|
943
|
+
if (stylesInDom[_index].references === 0) {
|
|
944
|
+
stylesInDom[_index].updater();
|
|
945
|
+
|
|
946
|
+
stylesInDom.splice(_index, 1);
|
|
973
947
|
}
|
|
974
|
-
var pageId = this.upPage.$pageId;
|
|
975
|
-
// // 标签页模式
|
|
976
|
-
// if (this.pageMode === 'pageTab' && mode !== 'tab') {
|
|
977
|
-
// const { pageMetaId, pageFlag } = this.activeTab
|
|
978
|
-
// const page = this.getPageByMetaId(pageMetaId, pageFlag)
|
|
979
|
-
// if (page && page.pageId) {
|
|
980
|
-
// pageId = page.pageId
|
|
981
|
-
// }
|
|
982
|
-
// }
|
|
983
|
-
var route = {
|
|
984
|
-
metaId: 'FM_PAGE_CONFIG',
|
|
985
|
-
flag: 'v_visual_page_config',
|
|
986
|
-
component: 'visual-config',
|
|
987
|
-
id: pageId,
|
|
988
|
-
entityId: this.upPage.$metaId,
|
|
989
|
-
config: this.upPage.pageConfig,
|
|
990
|
-
pageInstance: this.upPage,
|
|
991
|
-
title: this.title || this.appConfig.TITLE,
|
|
992
|
-
pageType: 'EDIT'
|
|
993
|
-
};
|
|
994
|
-
this.$createPage(route);
|
|
995
|
-
// if (this.currentMenuRouters.length > 0) {
|
|
996
|
-
// this.$pushMenuRoute(route)
|
|
997
|
-
// } else {
|
|
998
|
-
// this.$pushModuleRoute(route)
|
|
999
|
-
// }
|
|
1000
|
-
},
|
|
1001
|
-
newPageSettingVisual: function newPageSettingVisual() {
|
|
1002
|
-
var _this2 = this;
|
|
1003
|
-
if (!this.upPage.$pageId) {
|
|
1004
|
-
this.$message.error(this.$t('The default page cannot be edited'));
|
|
1005
|
-
return;
|
|
1006
|
-
}
|
|
1007
|
-
var pageId = this.upPage.$pageId;
|
|
1008
|
-
setTimeout(function () {
|
|
1009
|
-
window.open(window.location.origin + window.location.pathname + "#/config/visual/".concat(_this2.appConfig['CLIENT|CODE'], "/").concat(_this2.appConfig['SYSTEM|CODE'], "/").concat(pageId));
|
|
1010
|
-
window.removeEventListener('message', _this2.reloadPageConfig);
|
|
1011
|
-
window.addEventListener('message', _this2.reloadPageConfig);
|
|
1012
|
-
}, 200);
|
|
1013
|
-
},
|
|
1014
|
-
pageSetting: function pageSetting(mode) {
|
|
1015
|
-
var _this3 = this;
|
|
1016
|
-
// 当前页面id
|
|
1017
|
-
if (!this.upPage.$pageId) {
|
|
1018
|
-
this.$message.error(this.$t('The default page cannot be edited'));
|
|
1019
|
-
return;
|
|
1020
|
-
}
|
|
1021
|
-
var pageId = this.upPage.$pageId;
|
|
1022
|
-
// 标签页模式
|
|
1023
|
-
if (this.pageMode === 'pageTab' && mode !== 'tab') {
|
|
1024
|
-
var _this$activeTab = this.activeTab,
|
|
1025
|
-
pageMetaId = _this$activeTab.pageMetaId,
|
|
1026
|
-
pageFlag = _this$activeTab.pageFlag;
|
|
1027
|
-
var page = this.getPageByMetaId(pageMetaId, pageFlag);
|
|
1028
|
-
if (page && page.pageId) {
|
|
1029
|
-
pageId = page.pageId;
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
setTimeout(function () {
|
|
1033
|
-
window.open(window.location.origin + window.location.pathname + "#/config/code/".concat(_this3.appConfig['CLIENT|CODE'], "/").concat(_this3.appConfig['SYSTEM|CODE'], "/").concat(pageId));
|
|
1034
|
-
window.removeEventListener('message', _this3.reloadPageConfig);
|
|
1035
|
-
window.addEventListener('message', _this3.reloadPageConfig);
|
|
1036
|
-
}, 200);
|
|
1037
|
-
},
|
|
1038
|
-
metaSetting: function metaSetting() {
|
|
1039
|
-
var _this4 = this;
|
|
1040
|
-
if (!this.$metaId) {
|
|
1041
|
-
this.$message.error(this.$t('No object is configured on the current page'));
|
|
1042
|
-
return;
|
|
1043
|
-
}
|
|
1044
|
-
var _ref4 = this.$meta || {},
|
|
1045
|
-
metaType = _ref4.metaType;
|
|
1046
|
-
// const route = {
|
|
1047
|
-
// metaId: 'FM_ENTITY',
|
|
1048
|
-
// flag: 'v_edit',
|
|
1049
|
-
// id: this.$metaId,
|
|
1050
|
-
// component: 'add',
|
|
1051
|
-
// pageType: 'EDIT'
|
|
1052
|
-
// }
|
|
1053
|
-
// this.$createPage(route)
|
|
1054
|
-
setTimeout(function () {
|
|
1055
|
-
window.open(window.location.origin + window.location.pathname + "#/config/".concat(metaType === 'view' ? 'metaview' : 'meta', "/").concat(_this4.appConfig['CLIENT|CODE'], "/").concat(_this4.appConfig['SYSTEM|CODE'], "/").concat(_this4.$metaId));
|
|
1056
|
-
window.removeEventListener('message', _this4.reloadPageConfig);
|
|
1057
|
-
window.addEventListener('message', _this4.reloadPageConfig);
|
|
1058
|
-
}, 200);
|
|
1059
|
-
},
|
|
1060
|
-
change: function change(tab, index) {
|
|
1061
|
-
var tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(this.tabs);
|
|
1062
|
-
tabs.forEach(function (item) {
|
|
1063
|
-
return item.active = false;
|
|
1064
|
-
});
|
|
1065
|
-
tabs[index].active = true;
|
|
1066
|
-
this.tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(tabs);
|
|
1067
|
-
this.$bus.emit('changeTab', tab, tabs);
|
|
1068
|
-
},
|
|
1069
|
-
backModule: function backModule() {
|
|
1070
|
-
if (this.newPage) {
|
|
1071
|
-
var matchArr = window.location.hash.match(/\/page\/[0-9a-zA-Z_]+/);
|
|
1072
|
-
if (matchArr) {
|
|
1073
|
-
var href = matchArr[0];
|
|
1074
|
-
this.newPage = true;
|
|
1075
|
-
var moduleId = href.split('page/')[1];
|
|
1076
|
-
this.$router.push("/page/".concat(moduleId, "?moduleId=").concat(moduleId));
|
|
1077
|
-
}
|
|
1078
|
-
} else {
|
|
1079
|
-
var _moduleId = null;
|
|
1080
|
-
var user = this.user,
|
|
1081
|
-
appConfig = this.appConfig;
|
|
1082
|
-
var MENU = appConfig.MENU;
|
|
1083
|
-
if (user.currentRoleEntity) {
|
|
1084
|
-
var USER_MENU = user.currentRoleEntity.data.MENU;
|
|
1085
|
-
_moduleId = USER_MENU || MENU;
|
|
1086
|
-
} else {
|
|
1087
|
-
_moduleId = MENU;
|
|
1088
|
-
}
|
|
1089
|
-
this.$router.push("/module?moduleId=".concat(_moduleId));
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
pageShortcutOperation: function pageShortcutOperation() {
|
|
1093
|
-
var _this5 = this;
|
|
1094
|
-
this.$http.get({
|
|
1095
|
-
action: 'pageShortcutOperation',
|
|
1096
|
-
entityId: 'FM_ENTITY_RIGHT',
|
|
1097
|
-
metaId: this.$metaId
|
|
1098
|
-
}).then(function (data) {
|
|
1099
|
-
_this5.showPageConfigBtn = data;
|
|
1100
|
-
});
|
|
1101
|
-
},
|
|
1102
|
-
onChange: function onChange(_ref5) {
|
|
1103
|
-
var key = _ref5.key,
|
|
1104
|
-
props = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(_ref5, _excluded);
|
|
1105
|
-
if (key === 'pageTab') {
|
|
1106
|
-
var activeTab = props.activeTab;
|
|
1107
|
-
this.pageMode = 'pageTab';
|
|
1108
|
-
this.activeTab = activeTab;
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
backIndex: function backIndex() {
|
|
1112
|
-
var tab = this.getTab('default-index');
|
|
1113
|
-
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_11__[/* CREATE_TAB */ "e"], Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, tab), {}, {
|
|
1114
|
-
key: 'default-index' + new Date().getTime()
|
|
1115
|
-
}));
|
|
1116
|
-
},
|
|
1117
|
-
openPageHelp: function openPageHelp() {
|
|
1118
|
-
var _this6 = this;
|
|
1119
|
-
this.$http.get({
|
|
1120
|
-
entityId: 'FM_SERVICE_HELP',
|
|
1121
|
-
id: this.pageHelp,
|
|
1122
|
-
link: 'help,help#system,help#client'
|
|
1123
|
-
}).then(function (data) {
|
|
1124
|
-
if (!data) {
|
|
1125
|
-
var _this6$appConfig = _this6.appConfig,
|
|
1126
|
-
clientCode = _this6$appConfig['CLIENT|CODE'],
|
|
1127
|
-
systemCode = _this6$appConfig['SYSTEM|CODE'],
|
|
1128
|
-
CODE = _this6$appConfig.CODE;
|
|
1129
|
-
window.open("#/help/".concat(clientCode, "/").concat(systemCode, "/").concat(CODE, "/").concat(_this6.pageHelp));
|
|
1130
|
-
} else {
|
|
1131
|
-
var _data$data = data.data,
|
|
1132
|
-
ID = _data$data.ID,
|
|
1133
|
-
_clientCode = _data$data['HELP|CLIENT|CODE'],
|
|
1134
|
-
_systemCode = _data$data['HELP|SYSTEM|CODE'],
|
|
1135
|
-
code = _data$data['HELP|CODE'];
|
|
1136
|
-
window.open("#/help/".concat(_clientCode, "/").concat(_systemCode, "/").concat(code, "/").concat(ID));
|
|
1137
|
-
}
|
|
1138
|
-
});
|
|
1139
|
-
},
|
|
1140
|
-
reloadPageConfig: function reloadPageConfig(e) {
|
|
1141
|
-
var _this7 = this;
|
|
1142
|
-
if (e.data.pageId === this.$pageId) {
|
|
1143
|
-
if (this.timer) {
|
|
1144
|
-
clearTimeout(this.timer);
|
|
1145
|
-
}
|
|
1146
|
-
this.timer = setTimeout(function () {
|
|
1147
|
-
_this7.$store.commit('DELETE_PAGE', {
|
|
1148
|
-
pageId: e.data.pageId
|
|
1149
|
-
});
|
|
1150
|
-
_this7.reloadPage();
|
|
1151
|
-
_this7.timer = null;
|
|
1152
|
-
}, 1000);
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
|
-
created: function created() {
|
|
1157
|
-
if (this.getMenuInfo) {
|
|
1158
|
-
var _this$getMenuInfo = this.getMenuInfo(),
|
|
1159
|
-
module = _this$getMenuInfo.module,
|
|
1160
|
-
menu = _this$getMenuInfo.menu;
|
|
1161
|
-
this.menu = menu;
|
|
1162
|
-
this.module = module;
|
|
1163
|
-
}
|
|
1164
|
-
this.pageShortcutOperation();
|
|
1165
|
-
},
|
|
1166
|
-
mounted: function mounted() {
|
|
1167
|
-
var _this8 = this;
|
|
1168
|
-
// 如果其子组件
|
|
1169
|
-
var that = this;
|
|
1170
|
-
this.$bus.on('showMobileMenu', function (v) {
|
|
1171
|
-
that.showMobileMenu = true;
|
|
1172
|
-
});
|
|
1173
|
-
this.$event.on('set-form-data', function (v) {
|
|
1174
|
-
if (v) _this8.formData = v;
|
|
1175
|
-
});
|
|
1176
|
-
},
|
|
1177
|
-
beforeDestroy: function beforeDestroy() {
|
|
1178
|
-
this.$bus.off('showMobileMenu');
|
|
1179
|
-
this.tabs = [];
|
|
1180
|
-
if (this.timer) {
|
|
1181
|
-
clearTimeout(this.timer);
|
|
1182
|
-
this.timer = null;
|
|
1183
948
|
}
|
|
1184
|
-
|
|
1185
|
-
|
|
949
|
+
|
|
950
|
+
lastIdentifiers = newLastIdentifiers;
|
|
951
|
+
};
|
|
952
|
+
};
|
|
1186
953
|
|
|
1187
954
|
/***/ }),
|
|
1188
955
|
|
|
1189
|
-
/***/
|
|
1190
|
-
/***/ (function(module,
|
|
956
|
+
/***/ 167:
|
|
957
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1191
958
|
|
|
1192
959
|
"use strict";
|
|
960
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(37);
|
|
961
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
|
|
962
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(0);
|
|
963
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(12);
|
|
964
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
965
|
+
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(23);
|
|
966
|
+
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
967
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(9);
|
|
968
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
969
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(14);
|
|
970
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
971
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1);
|
|
972
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
973
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(8);
|
|
974
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
975
|
+
/* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(58);
|
|
976
|
+
/* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
977
|
+
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(20);
|
|
978
|
+
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
979
|
+
/* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(83);
|
|
980
|
+
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(28);
|
|
981
|
+
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_12__);
|
|
982
|
+
/* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(39);
|
|
1193
983
|
|
|
1194
984
|
|
|
1195
|
-
var isOldIE = function isOldIE() {
|
|
1196
|
-
var memo;
|
|
1197
|
-
return function memorize() {
|
|
1198
|
-
if (typeof memo === 'undefined') {
|
|
1199
|
-
// Test for IE <= 9 as proposed by Browserhacks
|
|
1200
|
-
// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
|
|
1201
|
-
// Tests for existence of standard globals is to allow style-loader
|
|
1202
|
-
// to operate correctly into non-standard environments
|
|
1203
|
-
// @see https://github.com/webpack-contrib/style-loader/issues/177
|
|
1204
|
-
memo = Boolean(window && document && document.all && !window.atob);
|
|
1205
|
-
}
|
|
1206
985
|
|
|
1207
|
-
|
|
1208
|
-
};
|
|
1209
|
-
}();
|
|
986
|
+
var _excluded = ["key"];
|
|
1210
987
|
|
|
1211
|
-
var getTarget = function getTarget() {
|
|
1212
|
-
var memo = {};
|
|
1213
|
-
return function memorize(target) {
|
|
1214
|
-
if (typeof memo[target] === 'undefined') {
|
|
1215
|
-
var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
|
|
1216
988
|
|
|
1217
|
-
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
1218
|
-
try {
|
|
1219
|
-
// This will throw an exception if access to iframe is blocked
|
|
1220
|
-
// due to cross-origin restrictions
|
|
1221
|
-
styleTarget = styleTarget.contentDocument.head;
|
|
1222
|
-
} catch (e) {
|
|
1223
|
-
// istanbul ignore next
|
|
1224
|
-
styleTarget = null;
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
989
|
|
|
1228
|
-
memo[target] = styleTarget;
|
|
1229
|
-
}
|
|
1230
990
|
|
|
1231
|
-
return memo[target];
|
|
1232
|
-
};
|
|
1233
|
-
}();
|
|
1234
991
|
|
|
1235
|
-
var stylesInDom = [];
|
|
1236
992
|
|
|
1237
|
-
function getIndexByIdentifier(identifier) {
|
|
1238
|
-
var result = -1;
|
|
1239
993
|
|
|
1240
|
-
for (var i = 0; i < stylesInDom.length; i++) {
|
|
1241
|
-
if (stylesInDom[i].identifier === identifier) {
|
|
1242
|
-
result = i;
|
|
1243
|
-
break;
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
994
|
|
|
1247
|
-
return result;
|
|
1248
|
-
}
|
|
1249
995
|
|
|
1250
|
-
function modulesToDom(list, options) {
|
|
1251
|
-
var idCountMap = {};
|
|
1252
|
-
var identifiers = [];
|
|
1253
996
|
|
|
1254
|
-
for (var i = 0; i < list.length; i++) {
|
|
1255
|
-
var item = list[i];
|
|
1256
|
-
var id = options.base ? item[0] + options.base : item[0];
|
|
1257
|
-
var count = idCountMap[id] || 0;
|
|
1258
|
-
var identifier = "".concat(id, " ").concat(count);
|
|
1259
|
-
idCountMap[id] = count + 1;
|
|
1260
|
-
var index = getIndexByIdentifier(identifier);
|
|
1261
|
-
var obj = {
|
|
1262
|
-
css: item[1],
|
|
1263
|
-
media: item[2],
|
|
1264
|
-
sourceMap: item[3]
|
|
1265
|
-
};
|
|
1266
997
|
|
|
1267
|
-
if (index !== -1) {
|
|
1268
|
-
stylesInDom[index].references++;
|
|
1269
|
-
stylesInDom[index].updater(obj);
|
|
1270
|
-
} else {
|
|
1271
|
-
stylesInDom.push({
|
|
1272
|
-
identifier: identifier,
|
|
1273
|
-
updater: addStyle(obj, options),
|
|
1274
|
-
references: 1
|
|
1275
|
-
});
|
|
1276
|
-
}
|
|
1277
998
|
|
|
1278
|
-
identifiers.push(identifier);
|
|
1279
|
-
}
|
|
1280
999
|
|
|
1281
|
-
return identifiers;
|
|
1282
|
-
}
|
|
1283
1000
|
|
|
1284
|
-
function insertStyleElement(options) {
|
|
1285
|
-
var style = document.createElement('style');
|
|
1286
|
-
var attributes = options.attributes || {};
|
|
1287
1001
|
|
|
1288
|
-
|
|
1289
|
-
|
|
1002
|
+
//
|
|
1003
|
+
//
|
|
1004
|
+
//
|
|
1005
|
+
//
|
|
1006
|
+
//
|
|
1007
|
+
//
|
|
1008
|
+
//
|
|
1009
|
+
//
|
|
1010
|
+
//
|
|
1011
|
+
//
|
|
1012
|
+
//
|
|
1013
|
+
//
|
|
1014
|
+
//
|
|
1015
|
+
//
|
|
1016
|
+
//
|
|
1017
|
+
//
|
|
1018
|
+
//
|
|
1019
|
+
//
|
|
1020
|
+
//
|
|
1021
|
+
//
|
|
1022
|
+
//
|
|
1023
|
+
//
|
|
1024
|
+
//
|
|
1025
|
+
//
|
|
1026
|
+
//
|
|
1027
|
+
//
|
|
1028
|
+
//
|
|
1029
|
+
//
|
|
1030
|
+
//
|
|
1031
|
+
//
|
|
1032
|
+
//
|
|
1033
|
+
//
|
|
1034
|
+
//
|
|
1035
|
+
//
|
|
1036
|
+
//
|
|
1037
|
+
//
|
|
1038
|
+
//
|
|
1039
|
+
//
|
|
1040
|
+
//
|
|
1041
|
+
//
|
|
1042
|
+
//
|
|
1043
|
+
//
|
|
1044
|
+
//
|
|
1045
|
+
//
|
|
1046
|
+
//
|
|
1047
|
+
//
|
|
1048
|
+
//
|
|
1049
|
+
//
|
|
1050
|
+
//
|
|
1051
|
+
//
|
|
1052
|
+
//
|
|
1053
|
+
//
|
|
1054
|
+
//
|
|
1055
|
+
//
|
|
1056
|
+
//
|
|
1057
|
+
//
|
|
1058
|
+
//
|
|
1059
|
+
//
|
|
1060
|
+
//
|
|
1061
|
+
//
|
|
1062
|
+
//
|
|
1063
|
+
//
|
|
1064
|
+
//
|
|
1065
|
+
//
|
|
1066
|
+
//
|
|
1067
|
+
//
|
|
1068
|
+
//
|
|
1069
|
+
//
|
|
1070
|
+
//
|
|
1071
|
+
//
|
|
1072
|
+
//
|
|
1073
|
+
//
|
|
1074
|
+
//
|
|
1075
|
+
//
|
|
1076
|
+
//
|
|
1077
|
+
//
|
|
1078
|
+
//
|
|
1079
|
+
//
|
|
1080
|
+
//
|
|
1081
|
+
//
|
|
1082
|
+
//
|
|
1083
|
+
//
|
|
1084
|
+
//
|
|
1085
|
+
//
|
|
1086
|
+
//
|
|
1087
|
+
//
|
|
1088
|
+
//
|
|
1089
|
+
//
|
|
1090
|
+
//
|
|
1091
|
+
//
|
|
1092
|
+
//
|
|
1093
|
+
//
|
|
1094
|
+
//
|
|
1095
|
+
//
|
|
1096
|
+
//
|
|
1097
|
+
//
|
|
1098
|
+
//
|
|
1099
|
+
//
|
|
1100
|
+
//
|
|
1101
|
+
//
|
|
1102
|
+
//
|
|
1290
1103
|
|
|
1291
|
-
if (nonce) {
|
|
1292
|
-
attributes.nonce = nonce;
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
1104
|
|
|
1296
|
-
Object.keys(attributes).forEach(function (key) {
|
|
1297
|
-
style.setAttribute(key, attributes[key]);
|
|
1298
|
-
});
|
|
1299
1105
|
|
|
1300
|
-
if (typeof options.insert === 'function') {
|
|
1301
|
-
options.insert(style);
|
|
1302
|
-
} else {
|
|
1303
|
-
var target = getTarget(options.insert || 'head');
|
|
1304
1106
|
|
|
1305
|
-
|
|
1306
|
-
|
|
1107
|
+
/* harmony default export */ __webpack_exports__["a"] = ({
|
|
1108
|
+
name: 'epx-header',
|
|
1109
|
+
mixins: [_utils_mixins_component__WEBPACK_IMPORTED_MODULE_13__[/* default */ "a"]],
|
|
1110
|
+
showHelp: true,
|
|
1111
|
+
operates: [],
|
|
1112
|
+
style: {
|
|
1113
|
+
margin: '0'
|
|
1114
|
+
},
|
|
1115
|
+
props: {
|
|
1116
|
+
title: {
|
|
1117
|
+
type: String,
|
|
1118
|
+
default: function _default() {
|
|
1119
|
+
return '';
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
page: {
|
|
1123
|
+
type: Object,
|
|
1124
|
+
default: function _default() {
|
|
1125
|
+
return {};
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
meta: {
|
|
1129
|
+
type: Object,
|
|
1130
|
+
default: function _default() {
|
|
1131
|
+
return {};
|
|
1132
|
+
}
|
|
1307
1133
|
}
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
style.parentNode.removeChild(style);
|
|
1322
|
-
}
|
|
1323
|
-
/* istanbul ignore next */
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
var replaceText = function replaceText() {
|
|
1327
|
-
var textStore = [];
|
|
1328
|
-
return function replace(index, replacement) {
|
|
1329
|
-
textStore[index] = replacement;
|
|
1330
|
-
return textStore.filter(Boolean).join('\n');
|
|
1331
|
-
};
|
|
1332
|
-
}();
|
|
1333
|
-
|
|
1334
|
-
function applyToSingletonTag(style, index, remove, obj) {
|
|
1335
|
-
var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
|
|
1336
|
-
|
|
1337
|
-
/* istanbul ignore if */
|
|
1338
|
-
|
|
1339
|
-
if (style.styleSheet) {
|
|
1340
|
-
style.styleSheet.cssText = replaceText(index, css);
|
|
1341
|
-
} else {
|
|
1342
|
-
var cssNode = document.createTextNode(css);
|
|
1343
|
-
var childNodes = style.childNodes;
|
|
1344
|
-
|
|
1345
|
-
if (childNodes[index]) {
|
|
1346
|
-
style.removeChild(childNodes[index]);
|
|
1134
|
+
},
|
|
1135
|
+
inject: {
|
|
1136
|
+
dialog: {
|
|
1137
|
+
default: function _default() {
|
|
1138
|
+
return null;
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
getMenuInfo: {
|
|
1142
|
+
default: function _default() {
|
|
1143
|
+
return null;
|
|
1144
|
+
}
|
|
1347
1145
|
}
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1146
|
+
},
|
|
1147
|
+
computed: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_12__["mapGetters"])(['getPageByMetaId', 'getPageById', 'getTab'])), {}, {
|
|
1148
|
+
pageTitle: function pageTitle() {
|
|
1149
|
+
// eslint-disable-next-line no-unused-vars
|
|
1150
|
+
var _this = this;
|
|
1151
|
+
var _this$$configs = this.$configs,
|
|
1152
|
+
_this$$configs$title = _this$$configs.title,
|
|
1153
|
+
title = _this$$configs$title === void 0 ? '' : _this$$configs$title,
|
|
1154
|
+
titleWay = _this$$configs.titleWay;
|
|
1155
|
+
var pageTitle = title.replace(/\$\[([\w-.|$#]+)\]/g, function (macth, key) {
|
|
1156
|
+
try {
|
|
1157
|
+
// eslint-disable-next-line no-eval
|
|
1158
|
+
return eval("_this.".concat(key)) || eval("_this.$query.".concat(key)) || '';
|
|
1159
|
+
} catch (error) {
|
|
1160
|
+
return '';
|
|
1161
|
+
}
|
|
1162
|
+
});
|
|
1163
|
+
if (this.$meta && titleWay === 'label') {
|
|
1164
|
+
var label = this.$meta.label;
|
|
1165
|
+
return this.formData[label + '#'] || this.formData[label] || pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
|
|
1166
|
+
} else {
|
|
1167
|
+
return pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
defaultTitle: function defaultTitle() {
|
|
1171
|
+
var _ref = this.$meta || {},
|
|
1172
|
+
_ref$name = _ref.name,
|
|
1173
|
+
metaTitle = _ref$name === void 0 ? this.appConfig.NAME : _ref$name;
|
|
1174
|
+
var _ref2 = this.$pageInfo || {},
|
|
1175
|
+
_ref2$title = _ref2.title,
|
|
1176
|
+
title = _ref2$title === void 0 ? metaTitle : _ref2$title;
|
|
1177
|
+
return title || '';
|
|
1178
|
+
},
|
|
1179
|
+
pageHelp: function pageHelp() {
|
|
1180
|
+
var _this$$pageInfo$confi = this.$pageInfo.config,
|
|
1181
|
+
config = _this$$pageInfo$confi === void 0 ? {} : _this$$pageInfo$confi;
|
|
1182
|
+
return config.pageHelp;
|
|
1183
|
+
},
|
|
1184
|
+
routeLength: function routeLength() {
|
|
1185
|
+
var _ref3 = this.upPage || {},
|
|
1186
|
+
_ref3$routes = _ref3.routes,
|
|
1187
|
+
routes = _ref3$routes === void 0 ? [] : _ref3$routes;
|
|
1188
|
+
return routes.length;
|
|
1189
|
+
},
|
|
1190
|
+
operates: function operates() {
|
|
1191
|
+
var operates = this.$configs.operates;
|
|
1192
|
+
return operates;
|
|
1353
1193
|
}
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
function
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
if (media) {
|
|
1363
|
-
style.setAttribute('media', media);
|
|
1364
|
-
} else {
|
|
1365
|
-
style.removeAttribute('media');
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
if (sourceMap && typeof btoa !== 'undefined') {
|
|
1369
|
-
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
1370
|
-
} // For old IE
|
|
1371
|
-
|
|
1372
|
-
/* istanbul ignore if */
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
if (style.styleSheet) {
|
|
1376
|
-
style.styleSheet.cssText = css;
|
|
1377
|
-
} else {
|
|
1378
|
-
while (style.firstChild) {
|
|
1379
|
-
style.removeChild(style.firstChild);
|
|
1194
|
+
}),
|
|
1195
|
+
watch: {
|
|
1196
|
+
pageTitle: {
|
|
1197
|
+
handler: function handler(v) {
|
|
1198
|
+
if (this.dialog) {
|
|
1199
|
+
this.dialog.changeHeaderTitle(v);
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1380
1202
|
}
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
remove = applyToSingletonTag.bind(null, style, styleIndex, true);
|
|
1399
|
-
} else {
|
|
1400
|
-
style = insertStyleElement(options);
|
|
1401
|
-
update = applyToTag.bind(null, style, options);
|
|
1402
|
-
|
|
1403
|
-
remove = function remove() {
|
|
1404
|
-
removeStyleElement(style);
|
|
1203
|
+
},
|
|
1204
|
+
data: function data() {
|
|
1205
|
+
return {
|
|
1206
|
+
tabs: [],
|
|
1207
|
+
showMobileMenu: false,
|
|
1208
|
+
isMenuShow: false,
|
|
1209
|
+
pageMode: '',
|
|
1210
|
+
activeTab: {},
|
|
1211
|
+
module: {},
|
|
1212
|
+
menu: null,
|
|
1213
|
+
listOperates: [],
|
|
1214
|
+
showMobileOpera: false,
|
|
1215
|
+
showPageConfigBtn: false,
|
|
1216
|
+
showMetaConfigBtn: false,
|
|
1217
|
+
showHelpDialog: false,
|
|
1218
|
+
helpDialogFullscreen: false,
|
|
1219
|
+
formData: {}
|
|
1405
1220
|
};
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1221
|
+
},
|
|
1222
|
+
filters: {
|
|
1223
|
+
tabTitle: function tabTitle(tab, index) {
|
|
1224
|
+
var title = tab.title || this.$t('label page') + (index + 1);
|
|
1225
|
+
if (tab.countFlag) {
|
|
1226
|
+
return title + '(' + (tab.count || 0) + ')';
|
|
1227
|
+
}
|
|
1228
|
+
return title;
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
methods: {
|
|
1232
|
+
listHandler: function listHandler(operate) {
|
|
1233
|
+
this.$handler(operate);
|
|
1234
|
+
this.showMobileOpera = false;
|
|
1235
|
+
},
|
|
1236
|
+
back: function back() {
|
|
1237
|
+
this.backPage();
|
|
1238
|
+
},
|
|
1239
|
+
pageSettingVisual: function pageSettingVisual(mode) {
|
|
1240
|
+
// 当前页面id
|
|
1241
|
+
if (!this.upPage.$pageId) {
|
|
1242
|
+
this.$message.error(this.$t('The default page cannot be edited'));
|
|
1243
|
+
return;
|
|
1244
|
+
}
|
|
1245
|
+
var pageId = this.upPage.$pageId;
|
|
1246
|
+
// // 标签页模式
|
|
1247
|
+
// if (this.pageMode === 'pageTab' && mode !== 'tab') {
|
|
1248
|
+
// const { pageMetaId, pageFlag } = this.activeTab
|
|
1249
|
+
// const page = this.getPageByMetaId(pageMetaId, pageFlag)
|
|
1250
|
+
// if (page && page.pageId) {
|
|
1251
|
+
// pageId = page.pageId
|
|
1252
|
+
// }
|
|
1253
|
+
// }
|
|
1254
|
+
var route = {
|
|
1255
|
+
metaId: 'FM_PAGE_CONFIG',
|
|
1256
|
+
flag: 'v_visual_page_config',
|
|
1257
|
+
component: 'visual-config',
|
|
1258
|
+
id: pageId,
|
|
1259
|
+
entityId: this.upPage.$metaId,
|
|
1260
|
+
config: this.upPage.pageConfig,
|
|
1261
|
+
pageInstance: this.upPage,
|
|
1262
|
+
title: this.title || this.appConfig.TITLE,
|
|
1263
|
+
pageType: 'EDIT'
|
|
1264
|
+
};
|
|
1265
|
+
this.$createPage(route);
|
|
1266
|
+
// if (this.currentMenuRouters.length > 0) {
|
|
1267
|
+
// this.$pushMenuRoute(route)
|
|
1268
|
+
// } else {
|
|
1269
|
+
// this.$pushModuleRoute(route)
|
|
1270
|
+
// }
|
|
1271
|
+
},
|
|
1272
|
+
newPageSettingVisual: function newPageSettingVisual() {
|
|
1273
|
+
var _this2 = this;
|
|
1274
|
+
if (!this.upPage.$pageId) {
|
|
1275
|
+
this.$message.error(this.$t('The default page cannot be edited'));
|
|
1276
|
+
return;
|
|
1277
|
+
}
|
|
1278
|
+
var pageId = this.upPage.$pageId;
|
|
1279
|
+
setTimeout(function () {
|
|
1280
|
+
window.open(window.location.origin + window.location.pathname + "#/config/visual/".concat(_this2.appConfig['CLIENT|CODE'], "/").concat(_this2.appConfig['SYSTEM|CODE'], "/").concat(pageId));
|
|
1281
|
+
window.removeEventListener('message', _this2.reloadPageConfig);
|
|
1282
|
+
window.addEventListener('message', _this2.reloadPageConfig);
|
|
1283
|
+
}, 200);
|
|
1284
|
+
},
|
|
1285
|
+
pageSetting: function pageSetting(mode) {
|
|
1286
|
+
var _this3 = this;
|
|
1287
|
+
// 当前页面id
|
|
1288
|
+
if (!this.upPage.$pageId) {
|
|
1289
|
+
this.$message.error(this.$t('The default page cannot be edited'));
|
|
1290
|
+
return;
|
|
1291
|
+
}
|
|
1292
|
+
var pageId = this.upPage.$pageId;
|
|
1293
|
+
// 标签页模式
|
|
1294
|
+
if (this.pageMode === 'pageTab' && mode !== 'tab') {
|
|
1295
|
+
var _this$activeTab = this.activeTab,
|
|
1296
|
+
pageMetaId = _this$activeTab.pageMetaId,
|
|
1297
|
+
pageFlag = _this$activeTab.pageFlag;
|
|
1298
|
+
var page = this.getPageByMetaId(pageMetaId, pageFlag);
|
|
1299
|
+
if (page && page.pageId) {
|
|
1300
|
+
pageId = page.pageId;
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
setTimeout(function () {
|
|
1304
|
+
window.open(window.location.origin + window.location.pathname + "#/config/code/".concat(_this3.appConfig['CLIENT|CODE'], "/").concat(_this3.appConfig['SYSTEM|CODE'], "/").concat(pageId));
|
|
1305
|
+
window.removeEventListener('message', _this3.reloadPageConfig);
|
|
1306
|
+
window.addEventListener('message', _this3.reloadPageConfig);
|
|
1307
|
+
}, 200);
|
|
1308
|
+
},
|
|
1309
|
+
metaSetting: function metaSetting() {
|
|
1310
|
+
var _this4 = this;
|
|
1311
|
+
if (!this.$metaId) {
|
|
1312
|
+
this.$message.error(this.$t('No object is configured on the current page'));
|
|
1412
1313
|
return;
|
|
1413
1314
|
}
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1315
|
+
var _ref4 = this.$meta || {},
|
|
1316
|
+
metaType = _ref4.metaType;
|
|
1317
|
+
// const route = {
|
|
1318
|
+
// metaId: 'FM_ENTITY',
|
|
1319
|
+
// flag: 'v_edit',
|
|
1320
|
+
// id: this.$metaId,
|
|
1321
|
+
// component: 'add',
|
|
1322
|
+
// pageType: 'EDIT'
|
|
1323
|
+
// }
|
|
1324
|
+
// this.$createPage(route)
|
|
1325
|
+
setTimeout(function () {
|
|
1326
|
+
window.open(window.location.origin + window.location.pathname + "#/config/".concat(metaType === 'view' ? 'metaview' : 'meta', "/").concat(_this4.appConfig['CLIENT|CODE'], "/").concat(_this4.appConfig['SYSTEM|CODE'], "/").concat(_this4.$metaId));
|
|
1327
|
+
window.removeEventListener('message', _this4.reloadPageConfig);
|
|
1328
|
+
window.addEventListener('message', _this4.reloadPageConfig);
|
|
1329
|
+
}, 200);
|
|
1330
|
+
},
|
|
1331
|
+
change: function change(tab, index) {
|
|
1332
|
+
var tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(this.tabs);
|
|
1333
|
+
tabs.forEach(function (item) {
|
|
1334
|
+
return item.active = false;
|
|
1335
|
+
});
|
|
1336
|
+
tabs[index].active = true;
|
|
1337
|
+
this.tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(tabs);
|
|
1338
|
+
this.$bus.emit('changeTab', tab, tabs);
|
|
1339
|
+
},
|
|
1340
|
+
backModule: function backModule() {
|
|
1341
|
+
if (this.newPage) {
|
|
1342
|
+
var matchArr = window.location.hash.match(/\/page\/[0-9a-zA-Z_]+/);
|
|
1343
|
+
if (matchArr) {
|
|
1344
|
+
var href = matchArr[0];
|
|
1345
|
+
this.newPage = true;
|
|
1346
|
+
var moduleId = href.split('page/')[1];
|
|
1347
|
+
this.$router.push("/page/".concat(moduleId, "?moduleId=").concat(moduleId));
|
|
1348
|
+
}
|
|
1349
|
+
} else {
|
|
1350
|
+
var _moduleId = null;
|
|
1351
|
+
var user = this.user,
|
|
1352
|
+
appConfig = this.appConfig;
|
|
1353
|
+
var MENU = appConfig.MENU;
|
|
1354
|
+
if (user.currentRoleEntity) {
|
|
1355
|
+
var USER_MENU = user.currentRoleEntity.data.MENU;
|
|
1356
|
+
_moduleId = USER_MENU || MENU;
|
|
1357
|
+
} else {
|
|
1358
|
+
_moduleId = MENU;
|
|
1359
|
+
}
|
|
1360
|
+
this.$router.push("/module?moduleId=".concat(_moduleId));
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
pageShortcutOperation: function pageShortcutOperation() {
|
|
1364
|
+
var _this5 = this;
|
|
1365
|
+
this.$http.get({
|
|
1366
|
+
action: 'pageShortcutOperation',
|
|
1367
|
+
entityId: 'FM_ENTITY_RIGHT',
|
|
1368
|
+
metaId: this.$metaId
|
|
1369
|
+
}).then(function (data) {
|
|
1370
|
+
_this5.showMetaConfigBtn = data.META;
|
|
1371
|
+
_this5.showPageConfigBtn = data.PAGE && !!_this5.upPage.$pageId;
|
|
1372
|
+
});
|
|
1373
|
+
},
|
|
1374
|
+
onChange: function onChange(_ref5) {
|
|
1375
|
+
var key = _ref5.key,
|
|
1376
|
+
props = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(_ref5, _excluded);
|
|
1377
|
+
if (key === 'pageTab') {
|
|
1378
|
+
var activeTab = props.activeTab;
|
|
1379
|
+
this.pageMode = 'pageTab';
|
|
1380
|
+
this.activeTab = activeTab;
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
backIndex: function backIndex() {
|
|
1384
|
+
var tab = this.getTab('default-index');
|
|
1385
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_11__[/* CREATE_TAB */ "e"], Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, tab), {}, {
|
|
1386
|
+
key: 'default-index' + new Date().getTime()
|
|
1387
|
+
}));
|
|
1388
|
+
},
|
|
1389
|
+
openPageHelp: function openPageHelp() {
|
|
1390
|
+
var _this6 = this;
|
|
1391
|
+
this.$http.get({
|
|
1392
|
+
entityId: 'FM_SERVICE_HELP',
|
|
1393
|
+
id: this.pageHelp,
|
|
1394
|
+
link: 'help,help#system,help#client'
|
|
1395
|
+
}).then(function (data) {
|
|
1396
|
+
if (!data) {
|
|
1397
|
+
var _this6$appConfig = _this6.appConfig,
|
|
1398
|
+
clientCode = _this6$appConfig['CLIENT|CODE'],
|
|
1399
|
+
systemCode = _this6$appConfig['SYSTEM|CODE'],
|
|
1400
|
+
CODE = _this6$appConfig.CODE;
|
|
1401
|
+
window.open("#/help/".concat(clientCode, "/").concat(systemCode, "/").concat(CODE, "/").concat(_this6.pageHelp));
|
|
1402
|
+
} else {
|
|
1403
|
+
var _data$data = data.data,
|
|
1404
|
+
ID = _data$data.ID,
|
|
1405
|
+
_clientCode = _data$data['HELP|CLIENT|CODE'],
|
|
1406
|
+
_systemCode = _data$data['HELP|SYSTEM|CODE'],
|
|
1407
|
+
code = _data$data['HELP|CODE'];
|
|
1408
|
+
window.open("#/help/".concat(_clientCode, "/").concat(_systemCode, "/").concat(code, "/").concat(ID));
|
|
1409
|
+
}
|
|
1410
|
+
});
|
|
1411
|
+
},
|
|
1412
|
+
reloadPageConfig: function reloadPageConfig(e) {
|
|
1413
|
+
var _this7 = this;
|
|
1414
|
+
if (e.data.pageId === this.$pageId) {
|
|
1415
|
+
if (this.timer) {
|
|
1416
|
+
clearTimeout(this.timer);
|
|
1417
|
+
}
|
|
1418
|
+
this.timer = setTimeout(function () {
|
|
1419
|
+
_this7.$store.commit('DELETE_PAGE', {
|
|
1420
|
+
pageId: e.data.pageId
|
|
1421
|
+
});
|
|
1422
|
+
_this7.reloadPage();
|
|
1423
|
+
_this7.timer = null;
|
|
1424
|
+
}, 1000);
|
|
1425
|
+
}
|
|
1437
1426
|
}
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
var
|
|
1442
|
-
|
|
1427
|
+
},
|
|
1428
|
+
created: function created() {
|
|
1429
|
+
if (this.getMenuInfo) {
|
|
1430
|
+
var _this$getMenuInfo = this.getMenuInfo(),
|
|
1431
|
+
module = _this$getMenuInfo.module,
|
|
1432
|
+
menu = _this$getMenuInfo.menu;
|
|
1433
|
+
this.menu = menu;
|
|
1434
|
+
this.module = module;
|
|
1443
1435
|
}
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1436
|
+
this.pageShortcutOperation();
|
|
1437
|
+
},
|
|
1438
|
+
mounted: function mounted() {
|
|
1439
|
+
var _this8 = this;
|
|
1440
|
+
// 如果其子组件
|
|
1441
|
+
var that = this;
|
|
1442
|
+
this.$bus.on('showMobileMenu', function (v) {
|
|
1443
|
+
that.showMobileMenu = true;
|
|
1444
|
+
});
|
|
1445
|
+
this.$event.on('set-form-data', function (v) {
|
|
1446
|
+
if (v) _this8.formData = v;
|
|
1447
|
+
});
|
|
1448
|
+
},
|
|
1449
|
+
beforeDestroy: function beforeDestroy() {
|
|
1450
|
+
this.$bus.off('showMobileMenu');
|
|
1451
|
+
this.tabs = [];
|
|
1452
|
+
if (this.timer) {
|
|
1453
|
+
clearTimeout(this.timer);
|
|
1454
|
+
this.timer = null;
|
|
1457
1455
|
}
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
};
|
|
1461
|
-
};
|
|
1456
|
+
}
|
|
1457
|
+
});
|
|
1462
1458
|
|
|
1463
1459
|
/***/ }),
|
|
1464
1460
|
|
|
1465
|
-
/***/
|
|
1461
|
+
/***/ 17:
|
|
1466
1462
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1467
1463
|
|
|
1468
1464
|
"use strict";
|
|
@@ -1475,16 +1471,16 @@ module.exports = function (list, options) {
|
|
|
1475
1471
|
// css base code, injected by the css-loader
|
|
1476
1472
|
// eslint-disable-next-line func-names
|
|
1477
1473
|
__webpack_require__(1);
|
|
1478
|
-
__webpack_require__(
|
|
1474
|
+
__webpack_require__(30);
|
|
1479
1475
|
__webpack_require__(35);
|
|
1480
|
-
__webpack_require__(
|
|
1481
|
-
__webpack_require__(
|
|
1476
|
+
__webpack_require__(13);
|
|
1477
|
+
__webpack_require__(14);
|
|
1482
1478
|
__webpack_require__(1);
|
|
1483
|
-
__webpack_require__(
|
|
1479
|
+
__webpack_require__(30);
|
|
1484
1480
|
__webpack_require__(35);
|
|
1485
|
-
__webpack_require__(
|
|
1486
|
-
__webpack_require__(
|
|
1487
|
-
__webpack_require__(
|
|
1481
|
+
__webpack_require__(13);
|
|
1482
|
+
__webpack_require__(14);
|
|
1483
|
+
__webpack_require__(20);
|
|
1488
1484
|
module.exports = function (cssWithMappingToString) {
|
|
1489
1485
|
var list = []; // return the list of modules as css string
|
|
1490
1486
|
|
|
@@ -1533,64 +1529,135 @@ module.exports = function (cssWithMappingToString) {
|
|
|
1533
1529
|
return list;
|
|
1534
1530
|
};
|
|
1535
1531
|
|
|
1536
|
-
/***/ }),
|
|
1532
|
+
/***/ }),
|
|
1533
|
+
|
|
1534
|
+
/***/ 18:
|
|
1535
|
+
/***/ (function(module, exports) {
|
|
1536
|
+
|
|
1537
|
+
module.exports = require("core-js/modules/es.object.keys.js");
|
|
1538
|
+
|
|
1539
|
+
/***/ }),
|
|
1540
|
+
|
|
1541
|
+
/***/ 182:
|
|
1542
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1543
|
+
|
|
1544
|
+
"use strict";
|
|
1545
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17);
|
|
1546
|
+
/* 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__);
|
|
1547
|
+
// Imports
|
|
1548
|
+
|
|
1549
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
1550
|
+
// Module
|
|
1551
|
+
___CSS_LOADER_EXPORT___.push([module.i, ".epx-header{height:50px;margin-bottom:10px}.epx-header__inner{display:flex;justify-content:space-between;align-items:center;background:#fff;width:100%;height:50px;padding:0 16px;box-sizing:border-box}.epx-header__title{font-size:16px;color:#333333}.epx-header__title i{font-size:22px;position:relative;top:2px;cursor:pointer;vertical-align:baseline}.epx-header__title .epx-header__page-help{color:#666;margin-left:8px;font-size:20px}.epx-header__tabs{display:flex;flex:1;padding-left:20px}.epx-header__tab-item{cursor:pointer;font-size:16px;line-height:1;color:#666;padding:0 12px;border-right:1px solid #ccc}.epx-header__tab-item.is-active{color:#0874e7}[data-theme=purple] .epx-header__tab-item.is-active{color:#7569e2}[data-theme=palevioletred] .epx-header__tab-item.is-active{color:#ce4545}[data-theme=forestgreen] .epx-header__tab-item.is-active{color:#3d8a50}[data-theme=deepblue] .epx-header__tab-item.is-active{color:#0f5fbd}[data-theme=orange] .epx-header__tab-item.is-active{color:#ea6000}[data-theme=skyblue] .epx-header__tab-item.is-active{color:#1a4586}[data-theme=aurorablue] .epx-header__tab-item.is-active{color:#383b9e}[data-theme=tiffanyblue] .epx-header__tab-item.is-active{color:#00aaad}[data-theme=tsinghuapurple] .epx-header__tab-item.is-active{color:#5f2167}[data-theme=creativeblue] .epx-header__tab-item.is-active{color:#418cff}[data-theme=njhkht] .epx-header__tab-item.is-active{color:#1d2088}.epx-header__tab-item:last-child{border:0}.epx-header__opera .el-button{padding:8px 16px}.epx-header__more{font-size:20px;padding:5px 14px}.epx-header__opera-text{border:1px solid #999;padding:0 12px;font-size:20px;color:#8395a7;line-height:1;cursor:pointer;margin-left:24px}.epx-header__opera-text i{margin-right:4px}.epx-header__opera-item{color:#444;margin:0}.epx-header__help-dialog .el-dialog__header{padding:15px 20px;font-size:16px;line-height:20px}.epx-header__help-dialog .el-dialog__headerbtn{top:14px}.epx-header__help-dialog .el-dialog__body{position:relative;max-height:70vh;overflow:auto;padding:10px}.epx-header__help-dialog .is-fullscreen .el-dialog__body{box-sizing:border-box;height:calc(100% - 52px);max-height:none}.epx-header__full-btn{float:right;font-size:14px;margin-right:30px;margin-top:2px;color:#999;cursor:pointer}.epx-header__popper{min-width:100px;padding:0 10px}.epx-mobile-header{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px;font-size:16px;color:#333;border-bottom:1px solid #e3e3e3;margin:10px !important;margin-bottom:0 !important}.epx-mobile-header i{font-size:18px;color:#666;margin-left:8px}.epx-mobile-header__title{line-height:20px}.epx-mobile-header__title i{font-size:20px;margin:0}.epx-mobile-header__setting li{padding:6px 8px;border-bottom:1px solid #e3e3e3}.epx-mobile-header__setting li i{margin-right:6px}.epx-mobile-header__setting li:last-child{border:0}.epx-mobile-header__menu-container{display:flex;flex-direction:column;height:100%}.epx-mobile-header__menu{flex:1}.epx-mobile-header__toindex{flex-shrink:0;width:100%;height:44px;border-top:1px solid #e3e3e3;font-size:14px;color:#0874e7;text-align:center;line-height:44px}[data-theme=purple] .epx-mobile-header__toindex{color:#7569e2}[data-theme=palevioletred] .epx-mobile-header__toindex{color:#ce4545}[data-theme=forestgreen] .epx-mobile-header__toindex{color:#3d8a50}[data-theme=deepblue] .epx-mobile-header__toindex{color:#0f5fbd}[data-theme=orange] .epx-mobile-header__toindex{color:#ea6000}[data-theme=skyblue] .epx-mobile-header__toindex{color:#1a4586}[data-theme=aurorablue] .epx-mobile-header__toindex{color:#383b9e}[data-theme=tiffanyblue] .epx-mobile-header__toindex{color:#00aaad}[data-theme=tsinghuapurple] .epx-mobile-header__toindex{color:#5f2167}[data-theme=creativeblue] .epx-mobile-header__toindex{color:#418cff}[data-theme=njhkht] .epx-mobile-header__toindex{color:#1d2088}.epx-mobile-header__toindex i{color:#0874e7;position:relative;top:1px;margin-right:4px}[data-theme=purple] .epx-mobile-header__toindex i{color:#7569e2}[data-theme=palevioletred] .epx-mobile-header__toindex i{color:#ce4545}[data-theme=forestgreen] .epx-mobile-header__toindex i{color:#3d8a50}[data-theme=deepblue] .epx-mobile-header__toindex i{color:#0f5fbd}[data-theme=orange] .epx-mobile-header__toindex i{color:#ea6000}[data-theme=skyblue] .epx-mobile-header__toindex i{color:#1a4586}[data-theme=aurorablue] .epx-mobile-header__toindex i{color:#383b9e}[data-theme=tiffanyblue] .epx-mobile-header__toindex i{color:#00aaad}[data-theme=tsinghuapurple] .epx-mobile-header__toindex i{color:#5f2167}[data-theme=creativeblue] .epx-mobile-header__toindex i{color:#418cff}[data-theme=njhkht] .epx-mobile-header__toindex i{color:#1d2088}.epx-mobile-header__operate{color:#0874e7;font-size:14px}[data-theme=purple] .epx-mobile-header__operate{color:#7569e2}[data-theme=palevioletred] .epx-mobile-header__operate{color:#ce4545}[data-theme=forestgreen] .epx-mobile-header__operate{color:#3d8a50}[data-theme=deepblue] .epx-mobile-header__operate{color:#0f5fbd}[data-theme=orange] .epx-mobile-header__operate{color:#ea6000}[data-theme=skyblue] .epx-mobile-header__operate{color:#1a4586}[data-theme=aurorablue] .epx-mobile-header__operate{color:#383b9e}[data-theme=tiffanyblue] .epx-mobile-header__operate{color:#00aaad}[data-theme=tsinghuapurple] .epx-mobile-header__operate{color:#5f2167}[data-theme=creativeblue] .epx-mobile-header__operate{color:#418cff}[data-theme=njhkht] .epx-mobile-header__operate{color:#1d2088}\n", ""]);
|
|
1552
|
+
// Exports
|
|
1553
|
+
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
/***/ }),
|
|
1557
|
+
|
|
1558
|
+
/***/ 19:
|
|
1559
|
+
/***/ (function(module, exports) {
|
|
1560
|
+
|
|
1561
|
+
module.exports = require("core-js/modules/es.number.constructor.js");
|
|
1562
|
+
|
|
1563
|
+
/***/ }),
|
|
1564
|
+
|
|
1565
|
+
/***/ 2:
|
|
1566
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1567
|
+
|
|
1568
|
+
"use strict";
|
|
1569
|
+
|
|
1570
|
+
// EXPORTS
|
|
1571
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toConsumableArray; });
|
|
1572
|
+
|
|
1573
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
1574
|
+
var arrayLikeToArray = __webpack_require__(22);
|
|
1575
|
+
|
|
1576
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
|
1577
|
+
|
|
1578
|
+
function _arrayWithoutHoles(arr) {
|
|
1579
|
+
if (Array.isArray(arr)) return Object(arrayLikeToArray["a" /* default */])(arr);
|
|
1580
|
+
}
|
|
1581
|
+
// EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
|
|
1582
|
+
var es_symbol_js_ = __webpack_require__(3);
|
|
1583
|
+
|
|
1584
|
+
// EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
|
|
1585
|
+
var es_symbol_description_js_ = __webpack_require__(7);
|
|
1586
|
+
|
|
1587
|
+
// EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
|
|
1588
|
+
var es_object_to_string_js_ = __webpack_require__(1);
|
|
1589
|
+
|
|
1590
|
+
// EXTERNAL MODULE: external "core-js/modules/es.symbol.iterator.js"
|
|
1591
|
+
var es_symbol_iterator_js_ = __webpack_require__(10);
|
|
1537
1592
|
|
|
1538
|
-
|
|
1539
|
-
|
|
1593
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
|
|
1594
|
+
var es_array_iterator_js_ = __webpack_require__(21);
|
|
1540
1595
|
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
/* 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__);
|
|
1544
|
-
// Imports
|
|
1596
|
+
// EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
|
|
1597
|
+
var es_string_iterator_js_ = __webpack_require__(4);
|
|
1545
1598
|
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
___CSS_LOADER_EXPORT___.push([module.i, ".epx-header{height:50px;margin-bottom:10px}.epx-header__inner{display:flex;justify-content:space-between;align-items:center;background:#fff;width:100%;height:50px;padding:0 16px;box-sizing:border-box}.epx-header__title{font-size:16px;color:#333333}.epx-header__title i{font-size:22px;position:relative;top:2px;cursor:pointer;vertical-align:baseline}.epx-header__title .epx-header__page-help{color:#666;margin-left:8px;font-size:20px}.epx-header__tabs{display:flex;flex:1;padding-left:20px}.epx-header__tab-item{cursor:pointer;font-size:16px;line-height:1;color:#666;padding:0 12px;border-right:1px solid #ccc}.epx-header__tab-item.is-active{color:#0874e7}[data-theme=purple] .epx-header__tab-item.is-active{color:#7569e2}[data-theme=palevioletred] .epx-header__tab-item.is-active{color:#ce4545}[data-theme=forestgreen] .epx-header__tab-item.is-active{color:#3d8a50}[data-theme=deepblue] .epx-header__tab-item.is-active{color:#0f5fbd}[data-theme=orange] .epx-header__tab-item.is-active{color:#ea6000}[data-theme=skyblue] .epx-header__tab-item.is-active{color:#1a4586}[data-theme=aurorablue] .epx-header__tab-item.is-active{color:#383b9e}[data-theme=tiffanyblue] .epx-header__tab-item.is-active{color:#00aaad}[data-theme=tsinghuapurple] .epx-header__tab-item.is-active{color:#5f2167}[data-theme=creativeblue] .epx-header__tab-item.is-active{color:#418cff}[data-theme=njhkht] .epx-header__tab-item.is-active{color:#1d2088}.epx-header__tab-item:last-child{border:0}.epx-header__opera .el-button{padding:8px 16px}.epx-header__more{font-size:20px;padding:5px 14px}.epx-header__opera-text{border:1px solid #999;padding:0 12px;font-size:20px;color:#8395a7;line-height:1;cursor:pointer;margin-left:24px}.epx-header__opera-text i{margin-right:4px}.epx-header__opera-item{color:#444;margin:0}.epx-header__help-dialog .el-dialog__header{padding:15px 20px;font-size:16px;line-height:20px}.epx-header__help-dialog .el-dialog__headerbtn{top:14px}.epx-header__help-dialog .el-dialog__body{position:relative;max-height:70vh;overflow:auto;padding:10px}.epx-header__help-dialog .is-fullscreen .el-dialog__body{box-sizing:border-box;height:calc(100% - 52px);max-height:none}.epx-header__full-btn{float:right;font-size:14px;margin-right:30px;margin-top:2px;color:#999;cursor:pointer}.epx-header__popper{min-width:100px;padding:0 10px}.epx-mobile-header{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px;font-size:16px;color:#333;border-bottom:1px solid #e3e3e3;margin:10px !important;margin-bottom:0 !important}.epx-mobile-header i{font-size:18px;color:#666;margin-left:8px}.epx-mobile-header__title{line-height:20px}.epx-mobile-header__title i{font-size:20px;margin:0}.epx-mobile-header__setting li{padding:6px 8px;border-bottom:1px solid #e3e3e3}.epx-mobile-header__setting li i{margin-right:6px}.epx-mobile-header__setting li:last-child{border:0}.epx-mobile-header__menu-container{display:flex;flex-direction:column;height:100%}.epx-mobile-header__menu{flex:1}.epx-mobile-header__toindex{flex-shrink:0;width:100%;height:44px;border-top:1px solid #e3e3e3;font-size:14px;color:#0874e7;text-align:center;line-height:44px}[data-theme=purple] .epx-mobile-header__toindex{color:#7569e2}[data-theme=palevioletred] .epx-mobile-header__toindex{color:#ce4545}[data-theme=forestgreen] .epx-mobile-header__toindex{color:#3d8a50}[data-theme=deepblue] .epx-mobile-header__toindex{color:#0f5fbd}[data-theme=orange] .epx-mobile-header__toindex{color:#ea6000}[data-theme=skyblue] .epx-mobile-header__toindex{color:#1a4586}[data-theme=aurorablue] .epx-mobile-header__toindex{color:#383b9e}[data-theme=tiffanyblue] .epx-mobile-header__toindex{color:#00aaad}[data-theme=tsinghuapurple] .epx-mobile-header__toindex{color:#5f2167}[data-theme=creativeblue] .epx-mobile-header__toindex{color:#418cff}[data-theme=njhkht] .epx-mobile-header__toindex{color:#1d2088}.epx-mobile-header__toindex i{color:#0874e7;position:relative;top:1px;margin-right:4px}[data-theme=purple] .epx-mobile-header__toindex i{color:#7569e2}[data-theme=palevioletred] .epx-mobile-header__toindex i{color:#ce4545}[data-theme=forestgreen] .epx-mobile-header__toindex i{color:#3d8a50}[data-theme=deepblue] .epx-mobile-header__toindex i{color:#0f5fbd}[data-theme=orange] .epx-mobile-header__toindex i{color:#ea6000}[data-theme=skyblue] .epx-mobile-header__toindex i{color:#1a4586}[data-theme=aurorablue] .epx-mobile-header__toindex i{color:#383b9e}[data-theme=tiffanyblue] .epx-mobile-header__toindex i{color:#00aaad}[data-theme=tsinghuapurple] .epx-mobile-header__toindex i{color:#5f2167}[data-theme=creativeblue] .epx-mobile-header__toindex i{color:#418cff}[data-theme=njhkht] .epx-mobile-header__toindex i{color:#1d2088}.epx-mobile-header__operate{color:#0874e7;font-size:14px}[data-theme=purple] .epx-mobile-header__operate{color:#7569e2}[data-theme=palevioletred] .epx-mobile-header__operate{color:#ce4545}[data-theme=forestgreen] .epx-mobile-header__operate{color:#3d8a50}[data-theme=deepblue] .epx-mobile-header__operate{color:#0f5fbd}[data-theme=orange] .epx-mobile-header__operate{color:#ea6000}[data-theme=skyblue] .epx-mobile-header__operate{color:#1a4586}[data-theme=aurorablue] .epx-mobile-header__operate{color:#383b9e}[data-theme=tiffanyblue] .epx-mobile-header__operate{color:#00aaad}[data-theme=tsinghuapurple] .epx-mobile-header__operate{color:#5f2167}[data-theme=creativeblue] .epx-mobile-header__operate{color:#418cff}[data-theme=njhkht] .epx-mobile-header__operate{color:#1d2088}\n", ""]);
|
|
1549
|
-
// Exports
|
|
1550
|
-
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
1599
|
+
// EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
|
|
1600
|
+
var web_dom_collections_iterator_js_ = __webpack_require__(6);
|
|
1551
1601
|
|
|
1602
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
|
|
1603
|
+
var es_array_from_js_ = __webpack_require__(32);
|
|
1552
1604
|
|
|
1553
|
-
|
|
1605
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
|
|
1554
1606
|
|
|
1555
|
-
/***/ 19:
|
|
1556
|
-
/***/ (function(module, exports) {
|
|
1557
1607
|
|
|
1558
|
-
module.exports = require("core-js/modules/es.object.keys.js");
|
|
1559
1608
|
|
|
1560
|
-
/***/ }),
|
|
1561
1609
|
|
|
1562
|
-
/***/ 2:
|
|
1563
|
-
/***/ (function(module, exports) {
|
|
1564
1610
|
|
|
1565
|
-
module.exports = require("core-js/modules/es.symbol.js");
|
|
1566
1611
|
|
|
1567
|
-
/***/ }),
|
|
1568
1612
|
|
|
1569
|
-
/***/ 20:
|
|
1570
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1571
1613
|
|
|
1572
|
-
"use strict";
|
|
1573
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
|
|
1574
|
-
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
|
1575
1614
|
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
function _iterableToArray(iter) {
|
|
1622
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
1623
|
+
}
|
|
1624
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
|
1625
|
+
var unsupportedIterableToArray = __webpack_require__(36);
|
|
1626
|
+
|
|
1627
|
+
// EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
|
|
1628
|
+
var es_error_cause_js_ = __webpack_require__(33);
|
|
1629
|
+
|
|
1630
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
|
1631
|
+
|
|
1632
|
+
function _nonIterableSpread() {
|
|
1633
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1634
|
+
}
|
|
1635
|
+
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
function _toConsumableArray(arr) {
|
|
1641
|
+
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
|
|
1589
1642
|
}
|
|
1590
1643
|
|
|
1591
1644
|
/***/ }),
|
|
1592
1645
|
|
|
1646
|
+
/***/ 20:
|
|
1647
|
+
/***/ (function(module, exports) {
|
|
1648
|
+
|
|
1649
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
1650
|
+
|
|
1651
|
+
/***/ }),
|
|
1652
|
+
|
|
1593
1653
|
/***/ 21:
|
|
1654
|
+
/***/ (function(module, exports) {
|
|
1655
|
+
|
|
1656
|
+
module.exports = require("core-js/modules/es.array.iterator.js");
|
|
1657
|
+
|
|
1658
|
+
/***/ }),
|
|
1659
|
+
|
|
1660
|
+
/***/ 22:
|
|
1594
1661
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1595
1662
|
|
|
1596
1663
|
"use strict";
|
|
@@ -1603,21 +1670,14 @@ function _arrayLikeToArray(arr, len) {
|
|
|
1603
1670
|
|
|
1604
1671
|
/***/ }),
|
|
1605
1672
|
|
|
1606
|
-
/***/ 22:
|
|
1607
|
-
/***/ (function(module, exports) {
|
|
1608
|
-
|
|
1609
|
-
module.exports = require("core-js/modules/es.array.push.js");
|
|
1610
|
-
|
|
1611
|
-
/***/ }),
|
|
1612
|
-
|
|
1613
1673
|
/***/ 23:
|
|
1614
1674
|
/***/ (function(module, exports) {
|
|
1615
1675
|
|
|
1616
|
-
module.exports = require("core-js/modules/es.
|
|
1676
|
+
module.exports = require("core-js/modules/es.string.replace.js");
|
|
1617
1677
|
|
|
1618
1678
|
/***/ }),
|
|
1619
1679
|
|
|
1620
|
-
/***/
|
|
1680
|
+
/***/ 233:
|
|
1621
1681
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1622
1682
|
|
|
1623
1683
|
"use strict";
|
|
@@ -1628,9 +1688,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1628
1688
|
__webpack_require__.d(__webpack_exports__, "Breadcrumb", function() { return /* reexport */ Breadcrumb; });
|
|
1629
1689
|
|
|
1630
1690
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
1631
|
-
var es_function_name_js_ = __webpack_require__(
|
|
1691
|
+
var es_function_name_js_ = __webpack_require__(9);
|
|
1632
1692
|
|
|
1633
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/header/Header.vue?vue&type=template&id=
|
|
1693
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/header/Header.vue?vue&type=template&id=01c27136
|
|
1634
1694
|
var render = function () {
|
|
1635
1695
|
var _vm = this
|
|
1636
1696
|
var _h = _vm.$createElement
|
|
@@ -1877,7 +1937,7 @@ var render = function () {
|
|
|
1877
1937
|
)
|
|
1878
1938
|
: _vm._e(),
|
|
1879
1939
|
_vm._t("epx-header__opera", [
|
|
1880
|
-
_vm.showPageConfigBtn
|
|
1940
|
+
_vm.showPageConfigBtn || _vm.showMetaConfigBtn
|
|
1881
1941
|
? _c(
|
|
1882
1942
|
"el-dropdown",
|
|
1883
1943
|
[
|
|
@@ -1899,70 +1959,84 @@ var render = function () {
|
|
|
1899
1959
|
"el-dropdown-menu",
|
|
1900
1960
|
{ attrs: { slot: "dropdown" }, slot: "dropdown" },
|
|
1901
1961
|
[
|
|
1902
|
-
_vm.
|
|
1962
|
+
_vm.showPageConfigBtn
|
|
1963
|
+
? [
|
|
1964
|
+
_vm.pageMode === "pageTab"
|
|
1965
|
+
? _c(
|
|
1966
|
+
"el-dropdown-item",
|
|
1967
|
+
{
|
|
1968
|
+
nativeOn: {
|
|
1969
|
+
click: function ($event) {
|
|
1970
|
+
return _vm.pageSetting("tab")
|
|
1971
|
+
},
|
|
1972
|
+
},
|
|
1973
|
+
},
|
|
1974
|
+
[
|
|
1975
|
+
_vm._v(
|
|
1976
|
+
_vm._s(
|
|
1977
|
+
_vm.$t(
|
|
1978
|
+
"Navigation Bar Configuration"
|
|
1979
|
+
)
|
|
1980
|
+
)
|
|
1981
|
+
),
|
|
1982
|
+
]
|
|
1983
|
+
)
|
|
1984
|
+
: _vm._e(),
|
|
1985
|
+
_c(
|
|
1986
|
+
"el-dropdown-item",
|
|
1987
|
+
{
|
|
1988
|
+
nativeOn: {
|
|
1989
|
+
click: function ($event) {
|
|
1990
|
+
return _vm.newPageSettingVisual(
|
|
1991
|
+
$event
|
|
1992
|
+
)
|
|
1993
|
+
},
|
|
1994
|
+
},
|
|
1995
|
+
},
|
|
1996
|
+
[
|
|
1997
|
+
_vm._v(
|
|
1998
|
+
_vm._s(
|
|
1999
|
+
_vm.$t("Visual page configuration")
|
|
2000
|
+
)
|
|
2001
|
+
),
|
|
2002
|
+
]
|
|
2003
|
+
),
|
|
2004
|
+
_c(
|
|
2005
|
+
"el-dropdown-item",
|
|
2006
|
+
{
|
|
2007
|
+
nativeOn: {
|
|
2008
|
+
click: function ($event) {
|
|
2009
|
+
return _vm.pageSetting($event)
|
|
2010
|
+
},
|
|
2011
|
+
},
|
|
2012
|
+
},
|
|
2013
|
+
[
|
|
2014
|
+
_vm._v(
|
|
2015
|
+
_vm._s(
|
|
2016
|
+
_vm.$t(
|
|
2017
|
+
"Page code pattern configuration"
|
|
2018
|
+
)
|
|
2019
|
+
)
|
|
2020
|
+
),
|
|
2021
|
+
]
|
|
2022
|
+
),
|
|
2023
|
+
]
|
|
2024
|
+
: _vm._e(),
|
|
2025
|
+
_vm.showMetaConfigBtn
|
|
1903
2026
|
? _c(
|
|
1904
2027
|
"el-dropdown-item",
|
|
1905
2028
|
{
|
|
1906
2029
|
nativeOn: {
|
|
1907
2030
|
click: function ($event) {
|
|
1908
|
-
return _vm.
|
|
2031
|
+
return _vm.metaSetting($event)
|
|
1909
2032
|
},
|
|
1910
2033
|
},
|
|
1911
2034
|
},
|
|
1912
|
-
[
|
|
1913
|
-
_vm._v(
|
|
1914
|
-
_vm._s(
|
|
1915
|
-
_vm.$t("Navigation Bar Configuration")
|
|
1916
|
-
)
|
|
1917
|
-
),
|
|
1918
|
-
]
|
|
2035
|
+
[_vm._v(_vm._s(_vm.$t("Object to set")))]
|
|
1919
2036
|
)
|
|
1920
2037
|
: _vm._e(),
|
|
1921
|
-
_c(
|
|
1922
|
-
"el-dropdown-item",
|
|
1923
|
-
{
|
|
1924
|
-
nativeOn: {
|
|
1925
|
-
click: function ($event) {
|
|
1926
|
-
return _vm.newPageSettingVisual($event)
|
|
1927
|
-
},
|
|
1928
|
-
},
|
|
1929
|
-
},
|
|
1930
|
-
[
|
|
1931
|
-
_vm._v(
|
|
1932
|
-
_vm._s(_vm.$t("Visual page configuration"))
|
|
1933
|
-
),
|
|
1934
|
-
]
|
|
1935
|
-
),
|
|
1936
|
-
_c(
|
|
1937
|
-
"el-dropdown-item",
|
|
1938
|
-
{
|
|
1939
|
-
nativeOn: {
|
|
1940
|
-
click: function ($event) {
|
|
1941
|
-
return _vm.pageSetting($event)
|
|
1942
|
-
},
|
|
1943
|
-
},
|
|
1944
|
-
},
|
|
1945
|
-
[
|
|
1946
|
-
_vm._v(
|
|
1947
|
-
_vm._s(
|
|
1948
|
-
_vm.$t("Page code pattern configuration")
|
|
1949
|
-
)
|
|
1950
|
-
),
|
|
1951
|
-
]
|
|
1952
|
-
),
|
|
1953
|
-
_c(
|
|
1954
|
-
"el-dropdown-item",
|
|
1955
|
-
{
|
|
1956
|
-
nativeOn: {
|
|
1957
|
-
click: function ($event) {
|
|
1958
|
-
return _vm.metaSetting($event)
|
|
1959
|
-
},
|
|
1960
|
-
},
|
|
1961
|
-
},
|
|
1962
|
-
[_vm._v(_vm._s(_vm.$t("Object to set")))]
|
|
1963
|
-
),
|
|
1964
2038
|
],
|
|
1965
|
-
|
|
2039
|
+
2
|
|
1966
2040
|
),
|
|
1967
2041
|
],
|
|
1968
2042
|
1
|
|
@@ -2028,21 +2102,21 @@ var staticRenderFns = []
|
|
|
2028
2102
|
render._withStripped = true
|
|
2029
2103
|
|
|
2030
2104
|
|
|
2031
|
-
// CONCATENATED MODULE: ./src/frame/packages/header/Header.vue?vue&type=template&id=
|
|
2105
|
+
// CONCATENATED MODULE: ./src/frame/packages/header/Header.vue?vue&type=template&id=01c27136
|
|
2032
2106
|
|
|
2033
2107
|
// EXTERNAL MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/header/Header.vue?vue&type=script&lang=js
|
|
2034
|
-
var Headervue_type_script_lang_js = __webpack_require__(
|
|
2108
|
+
var Headervue_type_script_lang_js = __webpack_require__(167);
|
|
2035
2109
|
|
|
2036
2110
|
// CONCATENATED MODULE: ./src/frame/packages/header/Header.vue?vue&type=script&lang=js
|
|
2037
2111
|
/* harmony default export */ var header_Headervue_type_script_lang_js = (Headervue_type_script_lang_js["a" /* default */]);
|
|
2038
2112
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
2039
|
-
var injectStylesIntoStyleTag = __webpack_require__(
|
|
2113
|
+
var injectStylesIntoStyleTag = __webpack_require__(16);
|
|
2040
2114
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
2041
2115
|
|
|
2042
|
-
// 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/header/Header.vue?vue&type=style&index=0&id=
|
|
2043
|
-
var
|
|
2116
|
+
// 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/header/Header.vue?vue&type=style&index=0&id=01c27136&prod&lang=scss
|
|
2117
|
+
var Headervue_type_style_index_0_id_01c27136_prod_lang_scss = __webpack_require__(182);
|
|
2044
2118
|
|
|
2045
|
-
// 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/header/Header.vue?vue&type=style&index=0&id=
|
|
2119
|
+
// 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/header/Header.vue?vue&type=style&index=0&id=01c27136&prod&lang=scss
|
|
2046
2120
|
|
|
2047
2121
|
|
|
2048
2122
|
|
|
@@ -2051,15 +2125,15 @@ var options = {};
|
|
|
2051
2125
|
options.insert = "head";
|
|
2052
2126
|
options.singleton = false;
|
|
2053
2127
|
|
|
2054
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
2128
|
+
var update = injectStylesIntoStyleTag_default()(Headervue_type_style_index_0_id_01c27136_prod_lang_scss["a" /* default */], options);
|
|
2055
2129
|
|
|
2056
2130
|
|
|
2057
2131
|
|
|
2058
|
-
/* harmony default export */ var
|
|
2059
|
-
// CONCATENATED MODULE: ./src/frame/packages/header/Header.vue?vue&type=style&index=0&id=
|
|
2132
|
+
/* harmony default export */ var header_Headervue_type_style_index_0_id_01c27136_prod_lang_scss = (Headervue_type_style_index_0_id_01c27136_prod_lang_scss["a" /* default */].locals || {});
|
|
2133
|
+
// CONCATENATED MODULE: ./src/frame/packages/header/Header.vue?vue&type=style&index=0&id=01c27136&prod&lang=scss
|
|
2060
2134
|
|
|
2061
2135
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
2062
|
-
var componentNormalizer = __webpack_require__(
|
|
2136
|
+
var componentNormalizer = __webpack_require__(15);
|
|
2063
2137
|
|
|
2064
2138
|
// CONCATENATED MODULE: ./src/frame/packages/header/Header.vue
|
|
2065
2139
|
|
|
@@ -2341,20 +2415,58 @@ Breadcrumb.install = function install(Vue) {
|
|
|
2341
2415
|
/***/ }),
|
|
2342
2416
|
|
|
2343
2417
|
/***/ 24:
|
|
2344
|
-
/***/ (function(module,
|
|
2418
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2345
2419
|
|
|
2346
|
-
|
|
2420
|
+
"use strict";
|
|
2421
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
|
|
2422
|
+
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
|
|
2423
|
+
|
|
2424
|
+
function _defineProperty(obj, key, value) {
|
|
2425
|
+
key = Object(_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(key);
|
|
2426
|
+
if (key in obj) {
|
|
2427
|
+
Object.defineProperty(obj, key, {
|
|
2428
|
+
value: value,
|
|
2429
|
+
enumerable: true,
|
|
2430
|
+
configurable: true,
|
|
2431
|
+
writable: true
|
|
2432
|
+
});
|
|
2433
|
+
} else {
|
|
2434
|
+
obj[key] = value;
|
|
2435
|
+
}
|
|
2436
|
+
return obj;
|
|
2437
|
+
}
|
|
2347
2438
|
|
|
2348
2439
|
/***/ }),
|
|
2349
2440
|
|
|
2350
2441
|
/***/ 25:
|
|
2351
2442
|
/***/ (function(module, exports) {
|
|
2352
2443
|
|
|
2353
|
-
module.exports = require("
|
|
2444
|
+
module.exports = require("core-js/modules/es.array.includes.js");
|
|
2354
2445
|
|
|
2355
2446
|
/***/ }),
|
|
2356
2447
|
|
|
2357
2448
|
/***/ 26:
|
|
2449
|
+
/***/ (function(module, exports) {
|
|
2450
|
+
|
|
2451
|
+
module.exports = require("core-js/modules/es.array.find.js");
|
|
2452
|
+
|
|
2453
|
+
/***/ }),
|
|
2454
|
+
|
|
2455
|
+
/***/ 27:
|
|
2456
|
+
/***/ (function(module, exports) {
|
|
2457
|
+
|
|
2458
|
+
module.exports = require("core-js/modules/es.string.includes.js");
|
|
2459
|
+
|
|
2460
|
+
/***/ }),
|
|
2461
|
+
|
|
2462
|
+
/***/ 28:
|
|
2463
|
+
/***/ (function(module, exports) {
|
|
2464
|
+
|
|
2465
|
+
module.exports = require("vuex");
|
|
2466
|
+
|
|
2467
|
+
/***/ }),
|
|
2468
|
+
|
|
2469
|
+
/***/ 29:
|
|
2358
2470
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2359
2471
|
|
|
2360
2472
|
"use strict";
|
|
@@ -2383,142 +2495,47 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
|
2383
2495
|
function _asyncToGenerator(fn) {
|
|
2384
2496
|
return function () {
|
|
2385
2497
|
var self = this,
|
|
2386
|
-
args = arguments;
|
|
2387
|
-
return new Promise(function (resolve, reject) {
|
|
2388
|
-
var gen = fn.apply(self, args);
|
|
2389
|
-
function _next(value) {
|
|
2390
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
2391
|
-
}
|
|
2392
|
-
function _throw(err) {
|
|
2393
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
2394
|
-
}
|
|
2395
|
-
_next(undefined);
|
|
2396
|
-
});
|
|
2397
|
-
};
|
|
2398
|
-
}
|
|
2399
|
-
|
|
2400
|
-
/***/ }),
|
|
2401
|
-
|
|
2402
|
-
/***/ 27:
|
|
2403
|
-
/***/ (function(module, exports) {
|
|
2404
|
-
|
|
2405
|
-
module.exports = require("core-js/modules/es.regexp.to-string.js");
|
|
2406
|
-
|
|
2407
|
-
/***/ }),
|
|
2408
|
-
|
|
2409
|
-
/***/ 28:
|
|
2410
|
-
/***/ (function(module, exports) {
|
|
2411
|
-
|
|
2412
|
-
module.exports = require("core-js/modules/es.array.slice.js");
|
|
2413
|
-
|
|
2414
|
-
/***/ }),
|
|
2415
|
-
|
|
2416
|
-
/***/ 29:
|
|
2417
|
-
/***/ (function(module, exports) {
|
|
2418
|
-
|
|
2419
|
-
module.exports = require("core-js/modules/es.string.replace.js");
|
|
2420
|
-
|
|
2421
|
-
/***/ }),
|
|
2422
|
-
|
|
2423
|
-
/***/ 3:
|
|
2424
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2425
|
-
|
|
2426
|
-
"use strict";
|
|
2427
|
-
|
|
2428
|
-
// EXPORTS
|
|
2429
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toConsumableArray; });
|
|
2430
|
-
|
|
2431
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
2432
|
-
var arrayLikeToArray = __webpack_require__(21);
|
|
2433
|
-
|
|
2434
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
|
2435
|
-
|
|
2436
|
-
function _arrayWithoutHoles(arr) {
|
|
2437
|
-
if (Array.isArray(arr)) return Object(arrayLikeToArray["a" /* default */])(arr);
|
|
2438
|
-
}
|
|
2439
|
-
// EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
|
|
2440
|
-
var es_symbol_js_ = __webpack_require__(2);
|
|
2441
|
-
|
|
2442
|
-
// EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
|
|
2443
|
-
var es_symbol_description_js_ = __webpack_require__(6);
|
|
2444
|
-
|
|
2445
|
-
// EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
|
|
2446
|
-
var es_object_to_string_js_ = __webpack_require__(1);
|
|
2447
|
-
|
|
2448
|
-
// EXTERNAL MODULE: external "core-js/modules/es.symbol.iterator.js"
|
|
2449
|
-
var es_symbol_iterator_js_ = __webpack_require__(11);
|
|
2450
|
-
|
|
2451
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
|
|
2452
|
-
var es_array_iterator_js_ = __webpack_require__(24);
|
|
2453
|
-
|
|
2454
|
-
// EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
|
|
2455
|
-
var es_string_iterator_js_ = __webpack_require__(5);
|
|
2456
|
-
|
|
2457
|
-
// EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
|
|
2458
|
-
var web_dom_collections_iterator_js_ = __webpack_require__(7);
|
|
2459
|
-
|
|
2460
|
-
// EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
|
|
2461
|
-
var es_array_from_js_ = __webpack_require__(31);
|
|
2462
|
-
|
|
2463
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
function _iterableToArray(iter) {
|
|
2480
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
2481
|
-
}
|
|
2482
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
|
2483
|
-
var unsupportedIterableToArray = __webpack_require__(37);
|
|
2484
|
-
|
|
2485
|
-
// EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
|
|
2486
|
-
var es_error_cause_js_ = __webpack_require__(33);
|
|
2487
|
-
|
|
2488
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
|
2489
|
-
|
|
2490
|
-
function _nonIterableSpread() {
|
|
2491
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
2498
|
+
args = arguments;
|
|
2499
|
+
return new Promise(function (resolve, reject) {
|
|
2500
|
+
var gen = fn.apply(self, args);
|
|
2501
|
+
function _next(value) {
|
|
2502
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
2503
|
+
}
|
|
2504
|
+
function _throw(err) {
|
|
2505
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
2506
|
+
}
|
|
2507
|
+
_next(undefined);
|
|
2508
|
+
});
|
|
2509
|
+
};
|
|
2492
2510
|
}
|
|
2493
|
-
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
|
|
2494
|
-
|
|
2495
2511
|
|
|
2512
|
+
/***/ }),
|
|
2496
2513
|
|
|
2514
|
+
/***/ 3:
|
|
2515
|
+
/***/ (function(module, exports) {
|
|
2497
2516
|
|
|
2498
|
-
|
|
2499
|
-
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
|
|
2500
|
-
}
|
|
2517
|
+
module.exports = require("core-js/modules/es.symbol.js");
|
|
2501
2518
|
|
|
2502
2519
|
/***/ }),
|
|
2503
2520
|
|
|
2504
2521
|
/***/ 30:
|
|
2505
2522
|
/***/ (function(module, exports) {
|
|
2506
2523
|
|
|
2507
|
-
module.exports = require("core-js/modules/es.
|
|
2524
|
+
module.exports = require("core-js/modules/es.regexp.to-string.js");
|
|
2508
2525
|
|
|
2509
2526
|
/***/ }),
|
|
2510
2527
|
|
|
2511
2528
|
/***/ 31:
|
|
2512
2529
|
/***/ (function(module, exports) {
|
|
2513
2530
|
|
|
2514
|
-
module.exports = require("core-js/modules/es.array.
|
|
2531
|
+
module.exports = require("core-js/modules/es.array.slice.js");
|
|
2515
2532
|
|
|
2516
2533
|
/***/ }),
|
|
2517
2534
|
|
|
2518
2535
|
/***/ 32:
|
|
2519
2536
|
/***/ (function(module, exports) {
|
|
2520
2537
|
|
|
2521
|
-
module.exports = require("core-js/modules/es.array.
|
|
2538
|
+
module.exports = require("core-js/modules/es.array.from.js");
|
|
2522
2539
|
|
|
2523
2540
|
/***/ }),
|
|
2524
2541
|
|
|
@@ -2532,7 +2549,7 @@ module.exports = require("core-js/modules/es.error.cause.js");
|
|
|
2532
2549
|
/***/ 34:
|
|
2533
2550
|
/***/ (function(module, exports) {
|
|
2534
2551
|
|
|
2535
|
-
module.exports = require("core-js/modules/es.
|
|
2552
|
+
module.exports = require("core-js/modules/es.array.filter.js");
|
|
2536
2553
|
|
|
2537
2554
|
/***/ }),
|
|
2538
2555
|
|
|
@@ -2546,16 +2563,65 @@ module.exports = require("core-js/modules/es.array.join.js");
|
|
|
2546
2563
|
/***/ 36:
|
|
2547
2564
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2548
2565
|
|
|
2566
|
+
"use strict";
|
|
2567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
|
2568
|
+
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
|
|
2569
|
+
/* 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__);
|
|
2570
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
2571
|
+
/* 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__);
|
|
2572
|
+
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(30);
|
|
2573
|
+
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
2574
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9);
|
|
2575
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
2576
|
+
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(32);
|
|
2577
|
+
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
2578
|
+
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
|
|
2579
|
+
/* 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__);
|
|
2580
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(12);
|
|
2581
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
2582
|
+
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(40);
|
|
2583
|
+
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
2584
|
+
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(22);
|
|
2585
|
+
|
|
2586
|
+
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
|
|
2591
|
+
|
|
2592
|
+
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
|
|
2596
|
+
|
|
2597
|
+
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
|
|
2601
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
2602
|
+
if (!o) return;
|
|
2603
|
+
if (typeof o === "string") return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"])(o, minLen);
|
|
2604
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
2605
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
2606
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
2607
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"])(o, minLen);
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
/***/ }),
|
|
2611
|
+
|
|
2612
|
+
/***/ 37:
|
|
2613
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2614
|
+
|
|
2549
2615
|
"use strict";
|
|
2550
2616
|
|
|
2551
2617
|
// EXPORTS
|
|
2552
2618
|
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _objectWithoutProperties; });
|
|
2553
2619
|
|
|
2554
2620
|
// EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
|
|
2555
|
-
var es_symbol_js_ = __webpack_require__(
|
|
2621
|
+
var es_symbol_js_ = __webpack_require__(3);
|
|
2556
2622
|
|
|
2557
2623
|
// EXTERNAL MODULE: external "core-js/modules/es.object.keys.js"
|
|
2558
|
-
var es_object_keys_js_ = __webpack_require__(
|
|
2624
|
+
var es_object_keys_js_ = __webpack_require__(18);
|
|
2559
2625
|
|
|
2560
2626
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
2561
2627
|
|
|
@@ -2594,55 +2660,6 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
2594
2660
|
|
|
2595
2661
|
/***/ }),
|
|
2596
2662
|
|
|
2597
|
-
/***/ 37:
|
|
2598
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2599
|
-
|
|
2600
|
-
"use strict";
|
|
2601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
|
2602
|
-
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28);
|
|
2603
|
-
/* 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__);
|
|
2604
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
2605
|
-
/* 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__);
|
|
2606
|
-
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
2607
|
-
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
2608
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8);
|
|
2609
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
2610
|
-
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(31);
|
|
2611
|
-
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
2612
|
-
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
2613
|
-
/* 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__);
|
|
2614
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(14);
|
|
2615
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
2616
|
-
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(40);
|
|
2617
|
-
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
2618
|
-
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(21);
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
function _unsupportedIterableToArray(o, minLen) {
|
|
2636
|
-
if (!o) return;
|
|
2637
|
-
if (typeof o === "string") return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"])(o, minLen);
|
|
2638
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
2639
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
2640
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
2641
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"])(o, minLen);
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
/***/ }),
|
|
2645
|
-
|
|
2646
2663
|
/***/ 38:
|
|
2647
2664
|
/***/ (function(module, exports) {
|
|
2648
2665
|
|
|
@@ -2654,37 +2671,37 @@ module.exports = require("core-js/modules/es.promise.js");
|
|
|
2654
2671
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2655
2672
|
|
|
2656
2673
|
"use strict";
|
|
2657
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
2658
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
2659
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
2660
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
2674
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
2675
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37);
|
|
2676
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(11);
|
|
2677
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
2661
2678
|
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(0);
|
|
2662
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
2679
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
2663
2680
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
|
|
2664
2681
|
/* 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__);
|
|
2665
|
-
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
2682
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(8);
|
|
2666
2683
|
/* 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__);
|
|
2667
|
-
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
2684
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(14);
|
|
2668
2685
|
/* 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__);
|
|
2669
|
-
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
2686
|
+
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(13);
|
|
2670
2687
|
/* 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__);
|
|
2671
|
-
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
2688
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(25);
|
|
2672
2689
|
/* 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__);
|
|
2673
|
-
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
2690
|
+
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(27);
|
|
2674
2691
|
/* 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__);
|
|
2675
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
2692
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(12);
|
|
2676
2693
|
/* 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__);
|
|
2677
|
-
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
2694
|
+
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(23);
|
|
2678
2695
|
/* 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__);
|
|
2679
|
-
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
2696
|
+
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(19);
|
|
2680
2697
|
/* 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__);
|
|
2681
|
-
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
2698
|
+
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(26);
|
|
2682
2699
|
/* 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__);
|
|
2683
2700
|
/* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(38);
|
|
2684
2701
|
/* 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__);
|
|
2685
2702
|
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(40);
|
|
2686
2703
|
/* 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__);
|
|
2687
|
-
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
2704
|
+
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(28);
|
|
2688
2705
|
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_18__);
|
|
2689
2706
|
|
|
2690
2707
|
|
|
@@ -2692,7 +2709,7 @@ module.exports = require("core-js/modules/es.promise.js");
|
|
|
2692
2709
|
|
|
2693
2710
|
|
|
2694
2711
|
|
|
2695
|
-
var _excluded = ["itemConfigs"];
|
|
2712
|
+
var _excluded = ["css", "itemConfigs"];
|
|
2696
2713
|
|
|
2697
2714
|
|
|
2698
2715
|
|
|
@@ -2751,6 +2768,17 @@ function formatI18nConfig(configs, language) {
|
|
|
2751
2768
|
}
|
|
2752
2769
|
return configs;
|
|
2753
2770
|
}
|
|
2771
|
+
function appendCss(id, css) {
|
|
2772
|
+
var style = document.createElement('style');
|
|
2773
|
+
style.id = 'style_' + id;
|
|
2774
|
+
style.textContent = css.replace(/:current/g, '.css_' + id);
|
|
2775
|
+
style.setAttribute('type', 'text/css');
|
|
2776
|
+
document.head.appendChild(style);
|
|
2777
|
+
}
|
|
2778
|
+
function removeCss(id) {
|
|
2779
|
+
var element = document.getElementById('style_' + id);
|
|
2780
|
+
if (element) document.head.removeChild(element);
|
|
2781
|
+
}
|
|
2754
2782
|
/* harmony default export */ __webpack_exports__["a"] = ({
|
|
2755
2783
|
$componentType: 'component',
|
|
2756
2784
|
inheritAttrs: false,
|
|
@@ -2764,6 +2792,12 @@ function formatI18nConfig(configs, language) {
|
|
|
2764
2792
|
// 组件id
|
|
2765
2793
|
contentType: String,
|
|
2766
2794
|
// 模板名称
|
|
2795
|
+
_component: {
|
|
2796
|
+
type: Object,
|
|
2797
|
+
default: function _default() {
|
|
2798
|
+
return {};
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2767
2801
|
compStyle: {
|
|
2768
2802
|
type: Object,
|
|
2769
2803
|
default: function _default() {
|
|
@@ -2813,7 +2847,8 @@ function formatI18nConfig(configs, language) {
|
|
|
2813
2847
|
},
|
|
2814
2848
|
// 获取所属标签页
|
|
2815
2849
|
$getTab: {
|
|
2816
|
-
type: Function
|
|
2850
|
+
type: Function,
|
|
2851
|
+
default: null
|
|
2817
2852
|
}
|
|
2818
2853
|
},
|
|
2819
2854
|
computed: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_18__["mapState"])({
|
|
@@ -2825,6 +2860,19 @@ function formatI18nConfig(configs, language) {
|
|
|
2825
2860
|
var $componentType = this.$options.$componentType;
|
|
2826
2861
|
return $componentType === 'page';
|
|
2827
2862
|
},
|
|
2863
|
+
getComponentId: function getComponentId() {
|
|
2864
|
+
var _this = this;
|
|
2865
|
+
return function (component) {
|
|
2866
|
+
var queryPageConfigs = _this.$query.pageConfigs || {};
|
|
2867
|
+
var _this$$pageInfo$confi = _this.$pageInfo.config,
|
|
2868
|
+
config = _this$$pageInfo$confi === void 0 ? queryPageConfigs : _this$$pageInfo$confi;
|
|
2869
|
+
if (!_this.isPage && !config.version) {
|
|
2870
|
+
var id = _this.$component.id;
|
|
2871
|
+
return id + '-' + component.id;
|
|
2872
|
+
}
|
|
2873
|
+
return component.id;
|
|
2874
|
+
};
|
|
2875
|
+
},
|
|
2828
2876
|
$component: {
|
|
2829
2877
|
get: function get() {
|
|
2830
2878
|
return this.component;
|
|
@@ -2912,9 +2960,9 @@ function formatI18nConfig(configs, language) {
|
|
|
2912
2960
|
comp.$emit(event, [].concat(params));
|
|
2913
2961
|
},
|
|
2914
2962
|
on: function on(event, callback) {
|
|
2915
|
-
var
|
|
2963
|
+
var _this2 = this;
|
|
2916
2964
|
comp.$on(event, function (params) {
|
|
2917
|
-
return callback.apply(
|
|
2965
|
+
return callback.apply(_this2, params);
|
|
2918
2966
|
});
|
|
2919
2967
|
}
|
|
2920
2968
|
};
|
|
@@ -2932,16 +2980,6 @@ function formatI18nConfig(configs, language) {
|
|
|
2932
2980
|
},
|
|
2933
2981
|
$currentRoleId: function $currentRoleId() {
|
|
2934
2982
|
return this.$currentRole.id;
|
|
2935
|
-
},
|
|
2936
|
-
$getComponentId: function $getComponentId() {
|
|
2937
|
-
var _this2 = this;
|
|
2938
|
-
return function (component) {
|
|
2939
|
-
if (!_this2.isPage) {
|
|
2940
|
-
var id = _this2.$component.id;
|
|
2941
|
-
return id + '-' + component.id;
|
|
2942
|
-
}
|
|
2943
|
-
return component.id;
|
|
2944
|
-
};
|
|
2945
2983
|
}
|
|
2946
2984
|
}),
|
|
2947
2985
|
watch: {
|
|
@@ -3101,9 +3139,10 @@ function formatI18nConfig(configs, language) {
|
|
|
3101
3139
|
// 页面配置
|
|
3102
3140
|
var _configs = {};
|
|
3103
3141
|
var queryPageConfigs = this.$query.pageConfigs || {};
|
|
3104
|
-
var _this$$pageInfo$
|
|
3105
|
-
pageConfigs = _this$$pageInfo$
|
|
3106
|
-
var
|
|
3142
|
+
var _this$$pageInfo$confi2 = this.$pageInfo.config,
|
|
3143
|
+
pageConfigs = _this$$pageInfo$confi2 === void 0 ? queryPageConfigs : _this$$pageInfo$confi2;
|
|
3144
|
+
var css = pageConfigs.css,
|
|
3145
|
+
_pageConfigs$itemConf = pageConfigs.itemConfigs,
|
|
3107
3146
|
itemConfigs = _pageConfigs$itemConf === void 0 ? {} : _pageConfigs$itemConf,
|
|
3108
3147
|
otherConfigs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(pageConfigs, _excluded);
|
|
3109
3148
|
var _itemConfigs = this.itemConfigs || itemConfigs;
|
|
@@ -3116,6 +3155,14 @@ function formatI18nConfig(configs, language) {
|
|
|
3116
3155
|
// eslint-disable-next-line no-eval
|
|
3117
3156
|
eval('(function (exports) {' + pageConfigs.compileJS + ' }(exports));');
|
|
3118
3157
|
this.pageEvents = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])({}, exports);
|
|
3158
|
+
if (css) {
|
|
3159
|
+
appendCss(this.$pageId, css);
|
|
3160
|
+
}
|
|
3161
|
+
} else {
|
|
3162
|
+
var _css = this._component.css;
|
|
3163
|
+
if (_css) {
|
|
3164
|
+
appendCss(this.compId, _css);
|
|
3165
|
+
}
|
|
3119
3166
|
}
|
|
3120
3167
|
// vue保留字段
|
|
3121
3168
|
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'];
|
|
@@ -3234,6 +3281,14 @@ function formatI18nConfig(configs, language) {
|
|
|
3234
3281
|
},
|
|
3235
3282
|
mounted: function mounted() {
|
|
3236
3283
|
var _this7 = this;
|
|
3284
|
+
if (this.$el) {
|
|
3285
|
+
var compId = this.isPage ? this.$pageId : this.compId;
|
|
3286
|
+
if (this.$el.classList) {
|
|
3287
|
+
this.$el.classList.add('css_' + compId);
|
|
3288
|
+
} else {
|
|
3289
|
+
this.$el.className = 'css_' + compId;
|
|
3290
|
+
}
|
|
3291
|
+
}
|
|
3237
3292
|
if (this.isPage) {
|
|
3238
3293
|
window.onpopstate = function () {
|
|
3239
3294
|
_this7.backPage();
|
|
@@ -3242,7 +3297,9 @@ function formatI18nConfig(configs, language) {
|
|
|
3242
3297
|
}
|
|
3243
3298
|
this.$excuteEvent('onMounted');
|
|
3244
3299
|
},
|
|
3245
|
-
|
|
3300
|
+
destoryed: function destoryed() {
|
|
3301
|
+
var compId = this.isPage ? this.$pageId : this.compId;
|
|
3302
|
+
removeCss(compId);
|
|
3246
3303
|
this.$excuteEvent('onDestory');
|
|
3247
3304
|
}
|
|
3248
3305
|
});
|
|
@@ -3250,46 +3307,9 @@ function formatI18nConfig(configs, language) {
|
|
|
3250
3307
|
/***/ }),
|
|
3251
3308
|
|
|
3252
3309
|
/***/ 4:
|
|
3253
|
-
/***/ (function(module,
|
|
3254
|
-
|
|
3255
|
-
"use strict";
|
|
3256
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
|
|
3257
|
-
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
3258
|
-
/* 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__);
|
|
3259
|
-
/* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
|
|
3260
|
-
/* 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__);
|
|
3261
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
3262
|
-
/* 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__);
|
|
3263
|
-
/* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11);
|
|
3264
|
-
/* 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__);
|
|
3265
|
-
/* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(24);
|
|
3266
|
-
/* 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__);
|
|
3267
|
-
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
3268
|
-
/* 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__);
|
|
3269
|
-
/* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
|
|
3270
|
-
/* 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__);
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
function _typeof(o) {
|
|
3285
|
-
"@babel/helpers - typeof";
|
|
3310
|
+
/***/ (function(module, exports) {
|
|
3286
3311
|
|
|
3287
|
-
|
|
3288
|
-
return typeof o;
|
|
3289
|
-
} : function (o) {
|
|
3290
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
3291
|
-
}, _typeof(o);
|
|
3292
|
-
}
|
|
3312
|
+
module.exports = require("core-js/modules/es.string.iterator.js");
|
|
3293
3313
|
|
|
3294
3314
|
/***/ }),
|
|
3295
3315
|
|
|
@@ -3323,7 +3343,7 @@ module.exports = require("core-js/modules/es.date.to-primitive.js");
|
|
|
3323
3343
|
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
3324
3344
|
|
|
3325
3345
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
3326
|
-
var esm_typeof = __webpack_require__(
|
|
3346
|
+
var esm_typeof = __webpack_require__(5);
|
|
3327
3347
|
|
|
3328
3348
|
// EXTERNAL MODULE: external "core-js/modules/es.symbol.to-primitive.js"
|
|
3329
3349
|
var es_symbol_to_primitive_js_ = __webpack_require__(41);
|
|
@@ -3332,16 +3352,16 @@ var es_symbol_to_primitive_js_ = __webpack_require__(41);
|
|
|
3332
3352
|
var es_date_to_primitive_js_ = __webpack_require__(42);
|
|
3333
3353
|
|
|
3334
3354
|
// EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
|
|
3335
|
-
var es_symbol_js_ = __webpack_require__(
|
|
3355
|
+
var es_symbol_js_ = __webpack_require__(3);
|
|
3336
3356
|
|
|
3337
3357
|
// EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
|
|
3338
|
-
var es_symbol_description_js_ = __webpack_require__(
|
|
3358
|
+
var es_symbol_description_js_ = __webpack_require__(7);
|
|
3339
3359
|
|
|
3340
3360
|
// EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
|
|
3341
3361
|
var es_object_to_string_js_ = __webpack_require__(1);
|
|
3342
3362
|
|
|
3343
3363
|
// EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
|
|
3344
|
-
var es_number_constructor_js_ = __webpack_require__(
|
|
3364
|
+
var es_number_constructor_js_ = __webpack_require__(19);
|
|
3345
3365
|
|
|
3346
3366
|
// EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
|
|
3347
3367
|
var es_error_cause_js_ = __webpack_require__(33);
|
|
@@ -3395,42 +3415,79 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
3395
3415
|
|
|
3396
3416
|
/***/ }),
|
|
3397
3417
|
|
|
3398
|
-
/***/
|
|
3418
|
+
/***/ 47:
|
|
3399
3419
|
/***/ (function(module, exports) {
|
|
3400
3420
|
|
|
3401
3421
|
module.exports = require("core-js/modules/es.object.get-prototype-of.js");
|
|
3402
3422
|
|
|
3403
3423
|
/***/ }),
|
|
3404
3424
|
|
|
3405
|
-
/***/
|
|
3425
|
+
/***/ 48:
|
|
3406
3426
|
/***/ (function(module, exports) {
|
|
3407
3427
|
|
|
3408
3428
|
module.exports = require("core-js/modules/es.symbol.async-iterator.js");
|
|
3409
3429
|
|
|
3410
3430
|
/***/ }),
|
|
3411
3431
|
|
|
3412
|
-
/***/
|
|
3432
|
+
/***/ 49:
|
|
3413
3433
|
/***/ (function(module, exports) {
|
|
3414
3434
|
|
|
3415
3435
|
module.exports = require("core-js/modules/es.symbol.to-string-tag.js");
|
|
3416
3436
|
|
|
3417
3437
|
/***/ }),
|
|
3418
3438
|
|
|
3419
|
-
/***/
|
|
3420
|
-
/***/ (function(module,
|
|
3439
|
+
/***/ 5:
|
|
3440
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3441
|
+
|
|
3442
|
+
"use strict";
|
|
3443
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _typeof; });
|
|
3444
|
+
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
|
|
3445
|
+
/* 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__);
|
|
3446
|
+
/* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7);
|
|
3447
|
+
/* 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__);
|
|
3448
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
3449
|
+
/* 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__);
|
|
3450
|
+
/* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10);
|
|
3451
|
+
/* 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__);
|
|
3452
|
+
/* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(21);
|
|
3453
|
+
/* 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__);
|
|
3454
|
+
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
|
|
3455
|
+
/* 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__);
|
|
3456
|
+
/* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(6);
|
|
3457
|
+
/* 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__);
|
|
3458
|
+
|
|
3459
|
+
|
|
3460
|
+
|
|
3461
|
+
|
|
3462
|
+
|
|
3463
|
+
|
|
3464
|
+
|
|
3465
|
+
|
|
3466
|
+
|
|
3467
|
+
|
|
3421
3468
|
|
|
3422
|
-
|
|
3469
|
+
|
|
3470
|
+
|
|
3471
|
+
function _typeof(o) {
|
|
3472
|
+
"@babel/helpers - typeof";
|
|
3473
|
+
|
|
3474
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
3475
|
+
return typeof o;
|
|
3476
|
+
} : function (o) {
|
|
3477
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
3478
|
+
}, _typeof(o);
|
|
3479
|
+
}
|
|
3423
3480
|
|
|
3424
3481
|
/***/ }),
|
|
3425
3482
|
|
|
3426
|
-
/***/
|
|
3483
|
+
/***/ 50:
|
|
3427
3484
|
/***/ (function(module, exports) {
|
|
3428
3485
|
|
|
3429
|
-
module.exports = require("core-js/modules/es.string.
|
|
3486
|
+
module.exports = require("core-js/modules/es.json.to-string-tag.js");
|
|
3430
3487
|
|
|
3431
3488
|
/***/ }),
|
|
3432
3489
|
|
|
3433
|
-
/***/
|
|
3490
|
+
/***/ 51:
|
|
3434
3491
|
/***/ (function(module, exports) {
|
|
3435
3492
|
|
|
3436
3493
|
module.exports = require("core-js/modules/es.math.to-string-tag.js");
|
|
@@ -3451,21 +3508,35 @@ module.exports = require("core-js/modules/es.object.proto.js");
|
|
|
3451
3508
|
|
|
3452
3509
|
/***/ }),
|
|
3453
3510
|
|
|
3511
|
+
/***/ 58:
|
|
3512
|
+
/***/ (function(module, exports) {
|
|
3513
|
+
|
|
3514
|
+
module.exports = require("core-js/modules/es.string.match.js");
|
|
3515
|
+
|
|
3516
|
+
/***/ }),
|
|
3517
|
+
|
|
3454
3518
|
/***/ 6:
|
|
3455
3519
|
/***/ (function(module, exports) {
|
|
3456
3520
|
|
|
3521
|
+
module.exports = require("core-js/modules/web.dom-collections.iterator.js");
|
|
3522
|
+
|
|
3523
|
+
/***/ }),
|
|
3524
|
+
|
|
3525
|
+
/***/ 7:
|
|
3526
|
+
/***/ (function(module, exports) {
|
|
3527
|
+
|
|
3457
3528
|
module.exports = require("core-js/modules/es.symbol.description.js");
|
|
3458
3529
|
|
|
3459
3530
|
/***/ }),
|
|
3460
3531
|
|
|
3461
|
-
/***/
|
|
3532
|
+
/***/ 8:
|
|
3462
3533
|
/***/ (function(module, exports) {
|
|
3463
3534
|
|
|
3464
|
-
module.exports = require("core-js/modules/
|
|
3535
|
+
module.exports = require("core-js/modules/web.dom-collections.for-each.js");
|
|
3465
3536
|
|
|
3466
3537
|
/***/ }),
|
|
3467
3538
|
|
|
3468
|
-
/***/
|
|
3539
|
+
/***/ 83:
|
|
3469
3540
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3470
3541
|
|
|
3471
3542
|
"use strict";
|
|
@@ -3556,24 +3627,10 @@ var SET_TAB_QUERY = 'SET_TAB_QUERY'; // 设置标签页参数
|
|
|
3556
3627
|
|
|
3557
3628
|
/***/ }),
|
|
3558
3629
|
|
|
3559
|
-
/***/ 7:
|
|
3560
|
-
/***/ (function(module, exports) {
|
|
3561
|
-
|
|
3562
|
-
module.exports = require("core-js/modules/web.dom-collections.iterator.js");
|
|
3563
|
-
|
|
3564
|
-
/***/ }),
|
|
3565
|
-
|
|
3566
|
-
/***/ 8:
|
|
3567
|
-
/***/ (function(module, exports) {
|
|
3568
|
-
|
|
3569
|
-
module.exports = require("core-js/modules/es.function.name.js");
|
|
3570
|
-
|
|
3571
|
-
/***/ }),
|
|
3572
|
-
|
|
3573
3630
|
/***/ 9:
|
|
3574
3631
|
/***/ (function(module, exports) {
|
|
3575
3632
|
|
|
3576
|
-
module.exports = require("core-js/modules/
|
|
3633
|
+
module.exports = require("core-js/modules/es.function.name.js");
|
|
3577
3634
|
|
|
3578
3635
|
/***/ })
|
|
3579
3636
|
|