epx-frame 4.1.4 → 4.1.6
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/1.js +1 -1
- package/lib/10.js +23 -23
- package/lib/17.js +13 -13
- package/lib/2.js +1 -1
- package/lib/93.js +29238 -0
- package/lib/add-form-item.js +554 -198
- package/lib/add-form.js +1260 -417
- package/lib/alert.js +254 -237
- package/lib/app-index.js +277 -209
- package/lib/app-nav.js +891 -789
- package/lib/app-tabs.js +193 -182
- package/lib/apply-form.js +1402 -554
- package/lib/approval-index-page.js +181 -170
- package/lib/approval-index.js +205 -194
- package/lib/base-page.js +168 -155
- package/lib/button.js +276 -150
- package/lib/card-form-item.js +248 -236
- package/lib/card.js +775 -170
- package/lib/category-list.js +735 -543
- package/lib/chart.js +587 -566
- package/lib/check-history.js +274 -185
- package/lib/color-picker.js +61 -61
- package/lib/component.js +10 -10
- package/lib/config-page.js +139 -120
- package/lib/contacts.js +199 -188
- package/lib/dashboard.js +406 -393
- package/lib/div.js +1996 -0
- package/lib/edit-entity-list.js +701 -507
- package/lib/entity-add-page.js +203 -192
- package/lib/entity-apply-page.js +201 -190
- package/lib/entity-card-list.js +709 -515
- package/lib/entity-list-find-page.js +229 -218
- package/lib/entity-list-find.js +702 -503
- package/lib/entity-list-page.js +183 -172
- package/lib/entity-list.js +668 -488
- package/lib/entity-no-submit-sub-list.js +85 -84
- package/lib/entity-sub-grid.js +794 -783
- package/lib/entity-sub-list.js +783 -571
- package/lib/entity-tree-find-page.js +181 -170
- package/lib/entity-tree-find.js +345 -333
- package/lib/epx-frame.common.js +2 -2
- package/lib/export-file.js +181 -170
- package/lib/export.js +273 -250
- package/lib/flow-num.js +404 -393
- package/lib/footer.js +96 -96
- package/lib/form-item.js +695 -660
- package/lib/form.js +265 -237
- package/lib/formula.js +841 -815
- package/lib/gauge.js +374 -362
- package/lib/grid.js +803 -214
- package/lib/header.js +213 -200
- package/lib/icon.js +56 -56
- package/lib/iframe.js +192 -180
- package/lib/image.js +646 -144
- package/lib/import-file.js +202 -191
- package/lib/import.js +292 -272
- package/lib/layout.js +1135 -289
- package/lib/list.js +294 -282
- package/lib/load-page.js +155 -144
- package/lib/m-entity-add-page.js +204 -193
- package/lib/m-entity-dept-find.js +236 -191
- package/lib/m-entity-list-find.js +370 -358
- package/lib/m-entity-list.js +204 -187
- package/lib/m-entity-no-submit-sub-list.js +109 -109
- package/lib/m-entity-tree-find.js +1428 -1299
- package/lib/m-entity-user-find.js +191 -180
- package/lib/menu-index.js +95 -95
- package/lib/menu.js +223 -223
- package/lib/mine.js +339 -183
- package/lib/module-index-page.js +219 -208
- package/lib/module-list-page.js +194 -183
- package/lib/module-list.js +195 -184
- package/lib/module-tabs-page.js +214 -203
- package/lib/nav-add-form.js +98 -98
- package/lib/num.js +1086 -445
- package/lib/org-chart.js +200 -189
- package/lib/page-help.js +171 -160
- package/lib/page-tabs.js +763 -214
- package/lib/page.js +598 -574
- package/lib/progress-chart.js +213 -202
- package/lib/progress.js +187 -176
- package/lib/report-chart.js +927 -562
- package/lib/report-html.js +190 -173
- package/lib/report-preview.js +269 -200
- package/lib/router-view.js +80 -79
- package/lib/scope.js +347 -310
- package/lib/search.js +428 -377
- package/lib/static/0.png +0 -0
- package/lib/static/1.png +0 -0
- package/lib/static/2.png +0 -0
- package/lib/step-item.js +167 -156
- package/lib/step.js +168 -157
- package/lib/tab-bar.js +19 -19
- package/lib/tabs.js +5372 -0
- package/lib/tag.js +166 -155
- package/lib/task-list-page.js +174 -163
- package/lib/task-list.js +272 -231
- package/lib/text-editor.js +253 -177
- package/lib/text.js +250 -177
- package/lib/title.js +174 -163
- package/lib/visual-config-page.js +1642 -1194
- package/package.json +2 -2
package/lib/app-nav.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 = 542);
|
|
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__(19);
|
|
96
96
|
/* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
97
97
|
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2);
|
|
98
98
|
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
99
|
-
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
99
|
+
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(32);
|
|
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__(9);
|
|
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
109
|
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(22);
|
|
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__(20);
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
|
|
@@ -169,7 +169,7 @@ module.exports = require("core-js/modules/es.object.to-string.js");
|
|
|
169
169
|
/* 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
170
|
/* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11);
|
|
171
171
|
/* 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__(
|
|
172
|
+
/* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(24);
|
|
173
173
|
/* 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
174
|
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
175
175
|
/* 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__);
|
|
@@ -185,15 +185,15 @@ module.exports = require("core-js/modules/es.object.to-string.js");
|
|
|
185
185
|
/* 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
186
|
/* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(46);
|
|
187
187
|
/* 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__(
|
|
188
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(9);
|
|
189
189
|
/* 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__(
|
|
190
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(8);
|
|
191
191
|
/* 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
192
|
/* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(38);
|
|
193
193
|
/* 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
194
|
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(28);
|
|
195
195
|
/* 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
|
-
/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
196
|
+
/* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(33);
|
|
197
197
|
/* 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
198
|
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(22);
|
|
199
199
|
/* 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__);
|
|
@@ -559,20 +559,6 @@ module.exports = require("core-js/modules/es.array.map.js");
|
|
|
559
559
|
/***/ }),
|
|
560
560
|
|
|
561
561
|
/***/ 13:
|
|
562
|
-
/***/ (function(module, exports) {
|
|
563
|
-
|
|
564
|
-
module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
565
|
-
|
|
566
|
-
/***/ }),
|
|
567
|
-
|
|
568
|
-
/***/ 14:
|
|
569
|
-
/***/ (function(module, exports) {
|
|
570
|
-
|
|
571
|
-
module.exports = require("core-js/modules/es.array.concat.js");
|
|
572
|
-
|
|
573
|
-
/***/ }),
|
|
574
|
-
|
|
575
|
-
/***/ 15:
|
|
576
562
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
577
563
|
|
|
578
564
|
"use strict";
|
|
@@ -675,6 +661,20 @@ function normalizeComponent(
|
|
|
675
661
|
}
|
|
676
662
|
|
|
677
663
|
|
|
664
|
+
/***/ }),
|
|
665
|
+
|
|
666
|
+
/***/ 14:
|
|
667
|
+
/***/ (function(module, exports) {
|
|
668
|
+
|
|
669
|
+
module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
670
|
+
|
|
671
|
+
/***/ }),
|
|
672
|
+
|
|
673
|
+
/***/ 15:
|
|
674
|
+
/***/ (function(module, exports) {
|
|
675
|
+
|
|
676
|
+
module.exports = require("core-js/modules/es.array.concat.js");
|
|
677
|
+
|
|
678
678
|
/***/ }),
|
|
679
679
|
|
|
680
680
|
/***/ 16:
|
|
@@ -684,30 +684,30 @@ module.exports = require("core-js/modules/es.number.constructor.js");
|
|
|
684
684
|
|
|
685
685
|
/***/ }),
|
|
686
686
|
|
|
687
|
-
/***/
|
|
687
|
+
/***/ 165:
|
|
688
688
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
689
689
|
|
|
690
690
|
"use strict";
|
|
691
691
|
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
|
|
692
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
692
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(36);
|
|
693
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_array_concat_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
694
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(15);
|
|
695
695
|
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
696
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
696
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8);
|
|
697
697
|
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
698
698
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1);
|
|
699
699
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
700
|
-
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
700
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9);
|
|
701
701
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
702
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
702
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(14);
|
|
703
703
|
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
704
704
|
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(29);
|
|
705
705
|
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
706
706
|
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(31);
|
|
707
707
|
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
708
|
-
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
708
|
+
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(25);
|
|
709
709
|
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_10__);
|
|
710
|
-
/* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
710
|
+
/* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(63);
|
|
711
711
|
|
|
712
712
|
|
|
713
713
|
|
|
@@ -1059,154 +1059,494 @@ var timer = null;
|
|
|
1059
1059
|
/***/ }),
|
|
1060
1060
|
|
|
1061
1061
|
/***/ 17:
|
|
1062
|
-
/***/ (function(module, exports) {
|
|
1063
|
-
|
|
1064
|
-
module.exports = require("core-js/modules/es.object.keys.js");
|
|
1065
|
-
|
|
1066
|
-
/***/ }),
|
|
1067
|
-
|
|
1068
|
-
/***/ 176:
|
|
1069
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1062
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1070
1063
|
|
|
1071
1064
|
"use strict";
|
|
1072
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
|
|
1073
|
-
/* 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__);
|
|
1074
|
-
// Imports
|
|
1075
|
-
|
|
1076
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
1077
|
-
// Module
|
|
1078
|
-
___CSS_LOADER_EXPORT___.push([module.i, ".window.el-message-box{width:1000px}\n", ""]);
|
|
1079
|
-
// Exports
|
|
1080
|
-
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
1081
1065
|
|
|
1082
1066
|
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
}
|
|
1067
|
+
var isOldIE = function isOldIE() {
|
|
1068
|
+
var memo;
|
|
1069
|
+
return function memorize() {
|
|
1070
|
+
if (typeof memo === 'undefined') {
|
|
1071
|
+
// Test for IE <= 9 as proposed by Browserhacks
|
|
1072
|
+
// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
|
|
1073
|
+
// Tests for existence of standard globals is to allow style-loader
|
|
1074
|
+
// to operate correctly into non-standard environments
|
|
1075
|
+
// @see https://github.com/webpack-contrib/style-loader/issues/177
|
|
1076
|
+
memo = Boolean(window && document && document.all && !window.atob);
|
|
1077
|
+
}
|
|
1095
1078
|
|
|
1096
|
-
|
|
1079
|
+
return memo;
|
|
1080
|
+
};
|
|
1081
|
+
}();
|
|
1097
1082
|
|
|
1098
|
-
|
|
1099
|
-
|
|
1083
|
+
var getTarget = function getTarget() {
|
|
1084
|
+
var memo = {};
|
|
1085
|
+
return function memorize(target) {
|
|
1086
|
+
if (typeof memo[target] === 'undefined') {
|
|
1087
|
+
var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
|
|
1100
1088
|
|
|
1101
|
-
|
|
1089
|
+
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
1090
|
+
try {
|
|
1091
|
+
// This will throw an exception if access to iframe is blocked
|
|
1092
|
+
// due to cross-origin restrictions
|
|
1093
|
+
styleTarget = styleTarget.contentDocument.head;
|
|
1094
|
+
} catch (e) {
|
|
1095
|
+
// istanbul ignore next
|
|
1096
|
+
styleTarget = null;
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1102
1099
|
|
|
1103
|
-
|
|
1104
|
-
|
|
1100
|
+
memo[target] = styleTarget;
|
|
1101
|
+
}
|
|
1105
1102
|
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
var injectStylesIntoStyleTag = __webpack_require__(19);
|
|
1110
|
-
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
1103
|
+
return memo[target];
|
|
1104
|
+
};
|
|
1105
|
+
}();
|
|
1111
1106
|
|
|
1112
|
-
|
|
1113
|
-
var Containervue_type_style_index_0_id_01174949_prod_lang_css = __webpack_require__(176);
|
|
1107
|
+
var stylesInDom = [];
|
|
1114
1108
|
|
|
1115
|
-
|
|
1109
|
+
function getIndexByIdentifier(identifier) {
|
|
1110
|
+
var result = -1;
|
|
1116
1111
|
|
|
1117
|
-
|
|
1112
|
+
for (var i = 0; i < stylesInDom.length; i++) {
|
|
1113
|
+
if (stylesInDom[i].identifier === identifier) {
|
|
1114
|
+
result = i;
|
|
1115
|
+
break;
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
1118
|
|
|
1119
|
-
|
|
1119
|
+
return result;
|
|
1120
|
+
}
|
|
1120
1121
|
|
|
1121
|
-
options
|
|
1122
|
-
|
|
1122
|
+
function modulesToDom(list, options) {
|
|
1123
|
+
var idCountMap = {};
|
|
1124
|
+
var identifiers = [];
|
|
1123
1125
|
|
|
1124
|
-
var
|
|
1126
|
+
for (var i = 0; i < list.length; i++) {
|
|
1127
|
+
var item = list[i];
|
|
1128
|
+
var id = options.base ? item[0] + options.base : item[0];
|
|
1129
|
+
var count = idCountMap[id] || 0;
|
|
1130
|
+
var identifier = "".concat(id, " ").concat(count);
|
|
1131
|
+
idCountMap[id] = count + 1;
|
|
1132
|
+
var index = getIndexByIdentifier(identifier);
|
|
1133
|
+
var obj = {
|
|
1134
|
+
css: item[1],
|
|
1135
|
+
media: item[2],
|
|
1136
|
+
sourceMap: item[3]
|
|
1137
|
+
};
|
|
1125
1138
|
|
|
1139
|
+
if (index !== -1) {
|
|
1140
|
+
stylesInDom[index].references++;
|
|
1141
|
+
stylesInDom[index].updater(obj);
|
|
1142
|
+
} else {
|
|
1143
|
+
stylesInDom.push({
|
|
1144
|
+
identifier: identifier,
|
|
1145
|
+
updater: addStyle(obj, options),
|
|
1146
|
+
references: 1
|
|
1147
|
+
});
|
|
1148
|
+
}
|
|
1126
1149
|
|
|
1150
|
+
identifiers.push(identifier);
|
|
1151
|
+
}
|
|
1127
1152
|
|
|
1128
|
-
|
|
1129
|
-
|
|
1153
|
+
return identifiers;
|
|
1154
|
+
}
|
|
1130
1155
|
|
|
1131
|
-
|
|
1132
|
-
var
|
|
1156
|
+
function insertStyleElement(options) {
|
|
1157
|
+
var style = document.createElement('style');
|
|
1158
|
+
var attributes = options.attributes || {};
|
|
1133
1159
|
|
|
1134
|
-
|
|
1135
|
-
var
|
|
1160
|
+
if (typeof attributes.nonce === 'undefined') {
|
|
1161
|
+
var nonce = true ? __webpack_require__.nc : undefined;
|
|
1136
1162
|
|
|
1163
|
+
if (nonce) {
|
|
1164
|
+
attributes.nonce = nonce;
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1137
1167
|
|
|
1168
|
+
Object.keys(attributes).forEach(function (key) {
|
|
1169
|
+
style.setAttribute(key, attributes[key]);
|
|
1170
|
+
});
|
|
1138
1171
|
|
|
1172
|
+
if (typeof options.insert === 'function') {
|
|
1173
|
+
options.insert(style);
|
|
1174
|
+
} else {
|
|
1175
|
+
var target = getTarget(options.insert || 'head');
|
|
1139
1176
|
|
|
1177
|
+
if (!target) {
|
|
1178
|
+
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
1179
|
+
}
|
|
1140
1180
|
|
|
1141
|
-
|
|
1181
|
+
target.appendChild(style);
|
|
1182
|
+
}
|
|
1142
1183
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
render,
|
|
1146
|
-
staticRenderFns,
|
|
1147
|
-
false,
|
|
1148
|
-
null,
|
|
1149
|
-
null,
|
|
1150
|
-
null
|
|
1151
|
-
|
|
1152
|
-
)
|
|
1184
|
+
return style;
|
|
1185
|
+
}
|
|
1153
1186
|
|
|
1154
|
-
|
|
1187
|
+
function removeStyleElement(style) {
|
|
1188
|
+
// istanbul ignore if
|
|
1189
|
+
if (style.parentNode === null) {
|
|
1190
|
+
return false;
|
|
1191
|
+
}
|
|
1155
1192
|
|
|
1156
|
-
|
|
1193
|
+
style.parentNode.removeChild(style);
|
|
1194
|
+
}
|
|
1195
|
+
/* istanbul ignore next */
|
|
1157
1196
|
|
|
1158
|
-
/***/ 188:
|
|
1159
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1160
1197
|
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1198
|
+
var replaceText = function replaceText() {
|
|
1199
|
+
var textStore = [];
|
|
1200
|
+
return function replace(index, replacement) {
|
|
1201
|
+
textStore[index] = replacement;
|
|
1202
|
+
return textStore.filter(Boolean).join('\n');
|
|
1203
|
+
};
|
|
1204
|
+
}();
|
|
1164
1205
|
|
|
1165
|
-
|
|
1206
|
+
function applyToSingletonTag(style, index, remove, obj) {
|
|
1207
|
+
var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
|
|
1208
|
+
|
|
1209
|
+
/* istanbul ignore if */
|
|
1210
|
+
|
|
1211
|
+
if (style.styleSheet) {
|
|
1212
|
+
style.styleSheet.cssText = replaceText(index, css);
|
|
1213
|
+
} else {
|
|
1214
|
+
var cssNode = document.createTextNode(css);
|
|
1215
|
+
var childNodes = style.childNodes;
|
|
1216
|
+
|
|
1217
|
+
if (childNodes[index]) {
|
|
1218
|
+
style.removeChild(childNodes[index]);
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
if (childNodes.length) {
|
|
1222
|
+
style.insertBefore(cssNode, childNodes[index]);
|
|
1223
|
+
} else {
|
|
1224
|
+
style.appendChild(cssNode);
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
function applyToTag(style, options, obj) {
|
|
1230
|
+
var css = obj.css;
|
|
1231
|
+
var media = obj.media;
|
|
1232
|
+
var sourceMap = obj.sourceMap;
|
|
1233
|
+
|
|
1234
|
+
if (media) {
|
|
1235
|
+
style.setAttribute('media', media);
|
|
1236
|
+
} else {
|
|
1237
|
+
style.removeAttribute('media');
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
if (sourceMap && typeof btoa !== 'undefined') {
|
|
1241
|
+
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
1242
|
+
} // For old IE
|
|
1243
|
+
|
|
1244
|
+
/* istanbul ignore if */
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
if (style.styleSheet) {
|
|
1248
|
+
style.styleSheet.cssText = css;
|
|
1249
|
+
} else {
|
|
1250
|
+
while (style.firstChild) {
|
|
1251
|
+
style.removeChild(style.firstChild);
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
style.appendChild(document.createTextNode(css));
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
var singleton = null;
|
|
1259
|
+
var singletonCounter = 0;
|
|
1260
|
+
|
|
1261
|
+
function addStyle(obj, options) {
|
|
1262
|
+
var style;
|
|
1263
|
+
var update;
|
|
1264
|
+
var remove;
|
|
1265
|
+
|
|
1266
|
+
if (options.singleton) {
|
|
1267
|
+
var styleIndex = singletonCounter++;
|
|
1268
|
+
style = singleton || (singleton = insertStyleElement(options));
|
|
1269
|
+
update = applyToSingletonTag.bind(null, style, styleIndex, false);
|
|
1270
|
+
remove = applyToSingletonTag.bind(null, style, styleIndex, true);
|
|
1271
|
+
} else {
|
|
1272
|
+
style = insertStyleElement(options);
|
|
1273
|
+
update = applyToTag.bind(null, style, options);
|
|
1274
|
+
|
|
1275
|
+
remove = function remove() {
|
|
1276
|
+
removeStyleElement(style);
|
|
1277
|
+
};
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
update(obj);
|
|
1281
|
+
return function updateStyle(newObj) {
|
|
1282
|
+
if (newObj) {
|
|
1283
|
+
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
|
|
1284
|
+
return;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
update(obj = newObj);
|
|
1288
|
+
} else {
|
|
1289
|
+
remove();
|
|
1290
|
+
}
|
|
1291
|
+
};
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
module.exports = function (list, options) {
|
|
1295
|
+
options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
|
|
1296
|
+
// tags it will allow on a page
|
|
1297
|
+
|
|
1298
|
+
if (!options.singleton && typeof options.singleton !== 'boolean') {
|
|
1299
|
+
options.singleton = isOldIE();
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
list = list || [];
|
|
1303
|
+
var lastIdentifiers = modulesToDom(list, options);
|
|
1304
|
+
return function update(newList) {
|
|
1305
|
+
newList = newList || [];
|
|
1306
|
+
|
|
1307
|
+
if (Object.prototype.toString.call(newList) !== '[object Array]') {
|
|
1308
|
+
return;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
1312
|
+
var identifier = lastIdentifiers[i];
|
|
1313
|
+
var index = getIndexByIdentifier(identifier);
|
|
1314
|
+
stylesInDom[index].references--;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
var newLastIdentifiers = modulesToDom(newList, options);
|
|
1318
|
+
|
|
1319
|
+
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
1320
|
+
var _identifier = lastIdentifiers[_i];
|
|
1321
|
+
|
|
1322
|
+
var _index = getIndexByIdentifier(_identifier);
|
|
1323
|
+
|
|
1324
|
+
if (stylesInDom[_index].references === 0) {
|
|
1325
|
+
stylesInDom[_index].updater();
|
|
1326
|
+
|
|
1327
|
+
stylesInDom.splice(_index, 1);
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
lastIdentifiers = newLastIdentifiers;
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
|
|
1335
|
+
/***/ }),
|
|
1336
|
+
|
|
1337
|
+
/***/ 18:
|
|
1338
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1339
|
+
|
|
1340
|
+
"use strict";
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
/*
|
|
1344
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
1345
|
+
Author Tobias Koppers @sokra
|
|
1346
|
+
*/
|
|
1347
|
+
// css base code, injected by the css-loader
|
|
1348
|
+
// eslint-disable-next-line func-names
|
|
1349
|
+
__webpack_require__(1);
|
|
1350
|
+
__webpack_require__(27);
|
|
1351
|
+
__webpack_require__(35);
|
|
1352
|
+
__webpack_require__(12);
|
|
1353
|
+
__webpack_require__(15);
|
|
1354
|
+
__webpack_require__(1);
|
|
1355
|
+
__webpack_require__(27);
|
|
1356
|
+
__webpack_require__(35);
|
|
1357
|
+
__webpack_require__(12);
|
|
1358
|
+
__webpack_require__(15);
|
|
1359
|
+
__webpack_require__(22);
|
|
1360
|
+
module.exports = function (cssWithMappingToString) {
|
|
1361
|
+
var list = []; // return the list of modules as css string
|
|
1362
|
+
|
|
1363
|
+
list.toString = function toString() {
|
|
1364
|
+
return this.map(function (item) {
|
|
1365
|
+
var content = cssWithMappingToString(item);
|
|
1366
|
+
if (item[2]) {
|
|
1367
|
+
return "@media ".concat(item[2], " {").concat(content, "}");
|
|
1368
|
+
}
|
|
1369
|
+
return content;
|
|
1370
|
+
}).join("");
|
|
1371
|
+
}; // import a list of modules into the list
|
|
1372
|
+
// eslint-disable-next-line func-names
|
|
1373
|
+
|
|
1374
|
+
list.i = function (modules, mediaQuery, dedupe) {
|
|
1375
|
+
if (typeof modules === "string") {
|
|
1376
|
+
// eslint-disable-next-line no-param-reassign
|
|
1377
|
+
modules = [[null, modules, ""]];
|
|
1378
|
+
}
|
|
1379
|
+
var alreadyImportedModules = {};
|
|
1380
|
+
if (dedupe) {
|
|
1381
|
+
for (var i = 0; i < this.length; i++) {
|
|
1382
|
+
// eslint-disable-next-line prefer-destructuring
|
|
1383
|
+
var id = this[i][0];
|
|
1384
|
+
if (id != null) {
|
|
1385
|
+
alreadyImportedModules[id] = true;
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
for (var _i = 0; _i < modules.length; _i++) {
|
|
1390
|
+
var item = [].concat(modules[_i]);
|
|
1391
|
+
if (dedupe && alreadyImportedModules[item[0]]) {
|
|
1392
|
+
// eslint-disable-next-line no-continue
|
|
1393
|
+
continue;
|
|
1394
|
+
}
|
|
1395
|
+
if (mediaQuery) {
|
|
1396
|
+
if (!item[2]) {
|
|
1397
|
+
item[2] = mediaQuery;
|
|
1398
|
+
} else {
|
|
1399
|
+
item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
list.push(item);
|
|
1403
|
+
}
|
|
1404
|
+
};
|
|
1405
|
+
return list;
|
|
1406
|
+
};
|
|
1407
|
+
|
|
1408
|
+
/***/ }),
|
|
1409
|
+
|
|
1410
|
+
/***/ 180:
|
|
1411
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1412
|
+
|
|
1413
|
+
"use strict";
|
|
1414
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(18);
|
|
1415
|
+
/* 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__);
|
|
1416
|
+
// Imports
|
|
1417
|
+
|
|
1418
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
1419
|
+
// Module
|
|
1420
|
+
___CSS_LOADER_EXPORT___.push([module.i, ".window.el-message-box{width:1000px}\n", ""]);
|
|
1421
|
+
// Exports
|
|
1422
|
+
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
/***/ }),
|
|
1426
|
+
|
|
1427
|
+
/***/ 19:
|
|
1428
|
+
/***/ (function(module, exports) {
|
|
1429
|
+
|
|
1430
|
+
module.exports = require("core-js/modules/es.object.keys.js");
|
|
1431
|
+
|
|
1432
|
+
/***/ }),
|
|
1433
|
+
|
|
1434
|
+
/***/ 190:
|
|
1435
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1436
|
+
|
|
1437
|
+
"use strict";
|
|
1438
|
+
|
|
1439
|
+
// EXTERNAL MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/Container.vue?vue&type=script&lang=js
|
|
1440
|
+
var Containervue_type_script_lang_js = __webpack_require__(165);
|
|
1441
|
+
|
|
1442
|
+
// CONCATENATED MODULE: ./src/frame/views/Container.vue?vue&type=script&lang=js
|
|
1443
|
+
/* harmony default export */ var views_Containervue_type_script_lang_js = (Containervue_type_script_lang_js["a" /* default */]);
|
|
1444
|
+
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
1445
|
+
var injectStylesIntoStyleTag = __webpack_require__(17);
|
|
1446
|
+
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
1447
|
+
|
|
1448
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/Container.vue?vue&type=style&index=0&id=01174949&prod&lang=css
|
|
1449
|
+
var Containervue_type_style_index_0_id_01174949_prod_lang_css = __webpack_require__(180);
|
|
1450
|
+
|
|
1451
|
+
// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/views/Container.vue?vue&type=style&index=0&id=01174949&prod&lang=css
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
var options = {};
|
|
1456
|
+
|
|
1457
|
+
options.insert = "head";
|
|
1458
|
+
options.singleton = false;
|
|
1459
|
+
|
|
1460
|
+
var update = injectStylesIntoStyleTag_default()(Containervue_type_style_index_0_id_01174949_prod_lang_css["a" /* default */], options);
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
/* harmony default export */ var views_Containervue_type_style_index_0_id_01174949_prod_lang_css = (Containervue_type_style_index_0_id_01174949_prod_lang_css["a" /* default */].locals || {});
|
|
1465
|
+
// CONCATENATED MODULE: ./src/frame/views/Container.vue?vue&type=style&index=0&id=01174949&prod&lang=css
|
|
1466
|
+
|
|
1467
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1468
|
+
var componentNormalizer = __webpack_require__(13);
|
|
1469
|
+
|
|
1470
|
+
// CONCATENATED MODULE: ./src/frame/views/Container.vue
|
|
1471
|
+
var render, staticRenderFns
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
/* normalize component */
|
|
1478
|
+
|
|
1479
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
1480
|
+
views_Containervue_type_script_lang_js,
|
|
1481
|
+
render,
|
|
1482
|
+
staticRenderFns,
|
|
1483
|
+
false,
|
|
1484
|
+
null,
|
|
1485
|
+
null,
|
|
1486
|
+
null
|
|
1487
|
+
|
|
1488
|
+
)
|
|
1489
|
+
|
|
1490
|
+
/* harmony default export */ var Container = __webpack_exports__["a"] = (component.exports);
|
|
1491
|
+
|
|
1492
|
+
/***/ }),
|
|
1493
|
+
|
|
1494
|
+
/***/ 192:
|
|
1495
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1496
|
+
|
|
1497
|
+
"use strict";
|
|
1498
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1499
|
+
/* harmony default export */ __webpack_exports__["default"] = (__webpack_require__.p + "app.png");
|
|
1500
|
+
|
|
1501
|
+
/***/ }),
|
|
1502
|
+
|
|
1503
|
+
/***/ 193:
|
|
1504
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1505
|
+
|
|
1506
|
+
"use strict";
|
|
1507
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10);
|
|
1508
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26);
|
|
1509
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
|
|
1510
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(0);
|
|
1511
|
+
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(16);
|
|
1512
|
+
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
1513
|
+
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(23);
|
|
1514
|
+
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
1515
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
|
|
1516
|
+
/* 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__);
|
|
1517
|
+
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(32);
|
|
1518
|
+
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
1519
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(31);
|
|
1520
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
1521
|
+
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(34);
|
|
1522
|
+
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
1523
|
+
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(12);
|
|
1524
|
+
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
1525
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(14);
|
|
1526
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_11__);
|
|
1527
|
+
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(29);
|
|
1528
|
+
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_12__);
|
|
1529
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(8);
|
|
1530
|
+
/* 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__);
|
|
1531
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(15);
|
|
1532
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_14__);
|
|
1533
|
+
/* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(35);
|
|
1534
|
+
/* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_15__);
|
|
1535
|
+
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(28);
|
|
1536
|
+
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_16__);
|
|
1537
|
+
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(22);
|
|
1538
|
+
/* 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__);
|
|
1539
|
+
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(40);
|
|
1540
|
+
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_18__);
|
|
1541
|
+
/* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(59);
|
|
1542
|
+
/* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_19__);
|
|
1543
|
+
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(25);
|
|
1544
|
+
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_20__);
|
|
1545
|
+
/* harmony import */ var _frame_views_Container__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(190);
|
|
1546
|
+
/* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(39);
|
|
1547
|
+
/* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(63);
|
|
1166
1548
|
|
|
1167
|
-
/***/ 189:
|
|
1168
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1169
1549
|
|
|
1170
|
-
"use strict";
|
|
1171
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
|
|
1172
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(0);
|
|
1173
|
-
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(16);
|
|
1174
|
-
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
1175
|
-
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(26);
|
|
1176
|
-
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
1177
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1);
|
|
1178
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
1179
|
-
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(33);
|
|
1180
|
-
/* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
1181
|
-
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(31);
|
|
1182
|
-
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
1183
|
-
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(34);
|
|
1184
|
-
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
1185
|
-
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(12);
|
|
1186
|
-
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
1187
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(13);
|
|
1188
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
1189
|
-
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(29);
|
|
1190
|
-
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
1191
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(9);
|
|
1192
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_11__);
|
|
1193
|
-
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(14);
|
|
1194
|
-
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12__);
|
|
1195
|
-
/* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(35);
|
|
1196
|
-
/* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_13__);
|
|
1197
|
-
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(28);
|
|
1198
|
-
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_14__);
|
|
1199
|
-
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(22);
|
|
1200
|
-
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_15__);
|
|
1201
|
-
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(40);
|
|
1202
|
-
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_16__);
|
|
1203
|
-
/* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(59);
|
|
1204
|
-
/* harmony import */ var core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_json_stringify_js__WEBPACK_IMPORTED_MODULE_17__);
|
|
1205
|
-
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(24);
|
|
1206
|
-
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_18__);
|
|
1207
|
-
/* harmony import */ var _frame_views_Container__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(186);
|
|
1208
|
-
/* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(39);
|
|
1209
|
-
/* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(61);
|
|
1210
1550
|
|
|
1211
1551
|
|
|
1212
1552
|
|
|
@@ -1246,8 +1586,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1246
1586
|
|
|
1247
1587
|
/* harmony default export */ __webpack_exports__["a"] = ({
|
|
1248
1588
|
name: 'epx-app-nav',
|
|
1249
|
-
extends:
|
|
1250
|
-
mixins: [
|
|
1589
|
+
extends: _frame_views_Container__WEBPACK_IMPORTED_MODULE_21__[/* default */ "a"],
|
|
1590
|
+
mixins: [_utils_mixins_component__WEBPACK_IMPORTED_MODULE_22__[/* default */ "a"]],
|
|
1251
1591
|
props: {
|
|
1252
1592
|
msg: String,
|
|
1253
1593
|
type: String,
|
|
@@ -1261,6 +1601,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1261
1601
|
editPersonFlag: Boolean,
|
|
1262
1602
|
editPersonPage: String,
|
|
1263
1603
|
navMenuFontSize: Number,
|
|
1604
|
+
navBackgroundColorType: String,
|
|
1264
1605
|
navBackgroundColor: String,
|
|
1265
1606
|
navShowLevel: String,
|
|
1266
1607
|
navOperates: {
|
|
@@ -1276,7 +1617,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1276
1617
|
}
|
|
1277
1618
|
}
|
|
1278
1619
|
},
|
|
1279
|
-
computed: Object(
|
|
1620
|
+
computed: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_20__["mapState"])({
|
|
1280
1621
|
menus: function menus(state) {
|
|
1281
1622
|
return state.config.menus;
|
|
1282
1623
|
},
|
|
@@ -1289,12 +1630,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1289
1630
|
showAppNav: function showAppNav(state) {
|
|
1290
1631
|
return state.config.showAppNav;
|
|
1291
1632
|
}
|
|
1292
|
-
})), Object(
|
|
1633
|
+
})), Object(vuex__WEBPACK_IMPORTED_MODULE_20__["mapGetters"])(['getTab'])), {}, {
|
|
1293
1634
|
system: function system() {
|
|
1294
1635
|
return {
|
|
1295
1636
|
user: this.user
|
|
1296
1637
|
};
|
|
1297
1638
|
},
|
|
1639
|
+
toolbar: function toolbar() {
|
|
1640
|
+
var _this$appConfig = this.appConfig,
|
|
1641
|
+
TOOLBAR = _this$appConfig.TOOLBAR,
|
|
1642
|
+
SHOW_HELP = _this$appConfig.SHOW_HELP,
|
|
1643
|
+
IS_SET_TOOLBAR = _this$appConfig.IS_SET_TOOLBAR;
|
|
1644
|
+
if (!IS_SET_TOOLBAR) {
|
|
1645
|
+
var toolbar = ['language', 'skip'];
|
|
1646
|
+
if (SHOW_HELP === '1') toolbar.push('help');
|
|
1647
|
+
if (this.showAppSwicth) toolbar.push('appSwitch');
|
|
1648
|
+
if (this.showRoleChange) toolbar.push('roleSwitch');
|
|
1649
|
+
return toolbar;
|
|
1650
|
+
} else {
|
|
1651
|
+
return TOOLBAR.split(',');
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
showAllLevel: function showAllLevel() {
|
|
1655
|
+
return this.type ? this.type === '2' : this.navShowLevel === 'all';
|
|
1656
|
+
},
|
|
1298
1657
|
currentRoleEntity: function currentRoleEntity() {
|
|
1299
1658
|
var _this$user$currentRol = this.user.currentRoleEntity,
|
|
1300
1659
|
currentRoleEntity = _this$user$currentRol === void 0 ? {} : _this$user$currentRol;
|
|
@@ -1316,9 +1675,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1316
1675
|
return this.circleUrl;
|
|
1317
1676
|
},
|
|
1318
1677
|
logo: function logo() {
|
|
1319
|
-
var _this$
|
|
1320
|
-
LOGO = _this$
|
|
1321
|
-
systemLogo = _this$
|
|
1678
|
+
var _this$appConfig2 = this.appConfig,
|
|
1679
|
+
LOGO = _this$appConfig2.LOGO,
|
|
1680
|
+
systemLogo = _this$appConfig2['SYSTEM|APP_LOGO'];
|
|
1322
1681
|
var clientLogo = this.clientConfig.APP_LOGO;
|
|
1323
1682
|
var appLogo = LOGO || systemLogo || clientLogo;
|
|
1324
1683
|
if (appLogo) return this.$util.getFileUrl(appLogo);
|
|
@@ -1331,7 +1690,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1331
1690
|
},
|
|
1332
1691
|
languageFlag: function languageFlag() {
|
|
1333
1692
|
var languageFlag = this.clientConfig.LANGUAGE_FLAG;
|
|
1334
|
-
return languageFlag;
|
|
1693
|
+
return languageFlag === '1' && this.toolbar.includes('language');
|
|
1335
1694
|
},
|
|
1336
1695
|
currentLanguage: function currentLanguage() {
|
|
1337
1696
|
var _this$clientConfig = this.clientConfig,
|
|
@@ -1455,17 +1814,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1455
1814
|
// this.$store.commit(DELETE_MODULE_ROUTER)
|
|
1456
1815
|
if (this.newPage) {
|
|
1457
1816
|
var id = this.$route.params.id;
|
|
1458
|
-
var _this$
|
|
1459
|
-
MODULE = _this$
|
|
1460
|
-
FIRST_PAGE = _this$
|
|
1461
|
-
NAME = _this$
|
|
1817
|
+
var _this$appConfig3 = this.appConfig,
|
|
1818
|
+
MODULE = _this$appConfig3.MODULE,
|
|
1819
|
+
FIRST_PAGE = _this$appConfig3.FIRST_PAGE,
|
|
1820
|
+
NAME = _this$appConfig3.NAME;
|
|
1462
1821
|
this.$router.push("/app/".concat(id));
|
|
1463
1822
|
this.$createPage({
|
|
1464
1823
|
key: 'nav-' + new Date().getTime(),
|
|
1465
1824
|
title: NAME,
|
|
1466
1825
|
moduleId: MODULE,
|
|
1467
1826
|
openType: '1',
|
|
1468
|
-
query: Object(
|
|
1827
|
+
query: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, this.$route.query),
|
|
1469
1828
|
children: [{
|
|
1470
1829
|
component: 'app-index',
|
|
1471
1830
|
pageId: FIRST_PAGE,
|
|
@@ -1497,7 +1856,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1497
1856
|
component: 'module-index-page',
|
|
1498
1857
|
openType: '1'
|
|
1499
1858
|
});
|
|
1500
|
-
this.$store.commit(
|
|
1859
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* CREATE_TAB */ "e"], {
|
|
1501
1860
|
key: key,
|
|
1502
1861
|
moduleId: nav.ID,
|
|
1503
1862
|
title: nav.NAME,
|
|
@@ -1506,9 +1865,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1506
1865
|
this.openType = null;
|
|
1507
1866
|
} else if (navRouter) {
|
|
1508
1867
|
// this.$store.commit('SELECT_TAB', key)
|
|
1509
|
-
this.$store.commit(
|
|
1868
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* DESTORY_TAB */ "i"], key);
|
|
1510
1869
|
this.$nextTick(function () {
|
|
1511
|
-
_this4.$store.commit(
|
|
1870
|
+
_this4.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* CREATE_TAB */ "e"], {
|
|
1512
1871
|
key: 'default-' + nav.ID,
|
|
1513
1872
|
moduleId: nav.ID,
|
|
1514
1873
|
component: 'module-index-page',
|
|
@@ -1517,7 +1876,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1517
1876
|
});
|
|
1518
1877
|
});
|
|
1519
1878
|
} else {
|
|
1520
|
-
this.$store.commit(
|
|
1879
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* CREATE_TAB */ "e"], {
|
|
1521
1880
|
key: 'default-' + nav.ID,
|
|
1522
1881
|
moduleId: nav.ID,
|
|
1523
1882
|
component: 'module-index-page',
|
|
@@ -1527,16 +1886,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1527
1886
|
}
|
|
1528
1887
|
},
|
|
1529
1888
|
toPersonInfo: function toPersonInfo() {
|
|
1530
|
-
|
|
1531
|
-
var
|
|
1889
|
+
var editPersonFlag = this.editPersonFlag;
|
|
1890
|
+
var _this$appConfig4 = this.appConfig,
|
|
1891
|
+
EDIT_PERSON_FLAG = _this$appConfig4.EDIT_PERSON_FLAG,
|
|
1892
|
+
EDIT_PERSON_PAGE = _this$appConfig4.EDIT_PERSON_PAGE;
|
|
1893
|
+
if (EDIT_PERSON_FLAG) {
|
|
1894
|
+
editPersonFlag = EDIT_PERSON_FLAG === '1';
|
|
1895
|
+
}
|
|
1896
|
+
if (!editPersonFlag) return;
|
|
1897
|
+
var navRouter = this.$tabs.find(function (item) {
|
|
1532
1898
|
return item.key === 'default-person-info';
|
|
1533
1899
|
});
|
|
1534
1900
|
if (navRouter) {
|
|
1535
|
-
this.$store.commit(
|
|
1901
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* DESTORY_TAB */ "i"], 'default-person-info');
|
|
1536
1902
|
}
|
|
1537
|
-
this.$store.commit(
|
|
1903
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* CREATE_TAB */ "e"], {
|
|
1538
1904
|
key: 'default-person-info',
|
|
1539
|
-
pageId: this.editPersonPage,
|
|
1905
|
+
pageId: EDIT_PERSON_PAGE || this.editPersonPage,
|
|
1540
1906
|
title: this.$t('personal center'),
|
|
1541
1907
|
metaId: 'FM_USER',
|
|
1542
1908
|
component: 'personal-info'
|
|
@@ -1562,7 +1928,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1562
1928
|
if (switchRoleCode !== params.role) {
|
|
1563
1929
|
this.$router.replace({
|
|
1564
1930
|
name: name,
|
|
1565
|
-
params: Object(
|
|
1931
|
+
params: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, params), {}, {
|
|
1566
1932
|
role: switchRoleCode
|
|
1567
1933
|
}),
|
|
1568
1934
|
query: query
|
|
@@ -1606,7 +1972,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1606
1972
|
id: this.moduleId
|
|
1607
1973
|
}).then(function (data) {
|
|
1608
1974
|
if (data && data.data) {
|
|
1609
|
-
_this7.module = Object(
|
|
1975
|
+
_this7.module = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, data.data);
|
|
1610
1976
|
if (_this7.isModulePage) {
|
|
1611
1977
|
document.title = _this7.module.NAME;
|
|
1612
1978
|
}
|
|
@@ -1644,7 +2010,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1644
2010
|
order_fields: 'ORDER_NUM,LOG_C_TIME',
|
|
1645
2011
|
order_mode: 'asc,asc'
|
|
1646
2012
|
}).then(function (data) {
|
|
1647
|
-
_this9.roleList = Object(
|
|
2013
|
+
_this9.roleList = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(data.entitys);
|
|
1648
2014
|
});
|
|
1649
2015
|
},
|
|
1650
2016
|
changeTheme: function changeTheme(theme) {
|
|
@@ -1661,33 +2027,36 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1661
2027
|
// })
|
|
1662
2028
|
},
|
|
1663
2029
|
selectTab: function selectTab(router) {
|
|
1664
|
-
this.$store.commit(
|
|
2030
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* SELECT_TAB */ "o"], router.key);
|
|
1665
2031
|
// 清空当前的router
|
|
1666
2032
|
},
|
|
1667
2033
|
deleteTab: function deleteTab(router) {
|
|
1668
|
-
this.$store.commit(
|
|
2034
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* DELETE_ROUTER */ "h"], router.key);
|
|
1669
2035
|
},
|
|
1670
2036
|
openService: function openService(name) {
|
|
1671
|
-
var _this$
|
|
1672
|
-
system = _this$
|
|
1673
|
-
client = _this$
|
|
2037
|
+
var _this$appConfig5 = this.appConfig,
|
|
2038
|
+
system = _this$appConfig5['SYSTEM|CODE'],
|
|
2039
|
+
client = _this$appConfig5['CLIENT|CODE'],
|
|
2040
|
+
app = _this$appConfig5.CODE;
|
|
1674
2041
|
var rootPath = this.$util.getRootPath();
|
|
1675
2042
|
if (name === 'client') {
|
|
1676
2043
|
window.open(rootPath + "/hall/".concat(client));
|
|
1677
|
-
} else {
|
|
2044
|
+
} else if (name === 'system') {
|
|
1678
2045
|
window.open(rootPath + "/".concat(name, "/").concat(client, "/").concat(name === 'system' ? system : ''));
|
|
2046
|
+
} else {
|
|
2047
|
+
window.open(rootPath + "/service/setting/".concat(client, "/").concat(system, "/").concat(app));
|
|
1679
2048
|
}
|
|
1680
2049
|
},
|
|
1681
2050
|
clearTabs: function clearTabs() {
|
|
1682
|
-
this.$store.commit(
|
|
2051
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* CLEAR_TABS */ "d"]);
|
|
1683
2052
|
this.popoverVisible = false;
|
|
1684
2053
|
},
|
|
1685
2054
|
tabClick: function tabClick(tab, event) {
|
|
1686
|
-
this.$store.commit(
|
|
2055
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* SELECT_TAB */ "o"], tab.name);
|
|
1687
2056
|
},
|
|
1688
2057
|
tabRemove: function tabRemove(key, event) {
|
|
1689
2058
|
event && event.stopPropagation();
|
|
1690
|
-
this.$store.commit(
|
|
2059
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* DESTORY_TAB */ "i"], key);
|
|
1691
2060
|
},
|
|
1692
2061
|
tabsContextmenu: function tabsContextmenu(event) {
|
|
1693
2062
|
var _this10 = this;
|
|
@@ -1707,7 +2076,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1707
2076
|
if (!tab) {
|
|
1708
2077
|
tab = this.$tabs[0];
|
|
1709
2078
|
}
|
|
1710
|
-
this.$store.commit(
|
|
2079
|
+
this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* SELECT_TAB */ "o"], tab.key);
|
|
1711
2080
|
},
|
|
1712
2081
|
backIndex: function backIndex() {
|
|
1713
2082
|
var _this11 = this;
|
|
@@ -1727,10 +2096,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1727
2096
|
location.reload();
|
|
1728
2097
|
},
|
|
1729
2098
|
openHelpPage: function openHelpPage() {
|
|
1730
|
-
var _this$
|
|
1731
|
-
systemCode = _this$
|
|
1732
|
-
clientCode = _this$
|
|
1733
|
-
CODE = _this$
|
|
2099
|
+
var _this$appConfig6 = this.appConfig,
|
|
2100
|
+
systemCode = _this$appConfig6['SYSTEM|CODE'],
|
|
2101
|
+
clientCode = _this$appConfig6['CLIENT|CODE'],
|
|
2102
|
+
CODE = _this$appConfig6.CODE;
|
|
1734
2103
|
var rootPath = this.$util.getRootPath();
|
|
1735
2104
|
window.open("".concat(rootPath, "/help/").concat(clientCode, "/").concat(systemCode, "/").concat(CODE));
|
|
1736
2105
|
// this.$store.commit(CREATE_TAB, {
|
|
@@ -1770,12 +2139,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1770
2139
|
var that = this;
|
|
1771
2140
|
var selections = [];
|
|
1772
2141
|
var formatParams = {};
|
|
1773
|
-
var _params = Object(
|
|
2142
|
+
var _params = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, params);
|
|
1774
2143
|
// 检测是否选中元素
|
|
1775
2144
|
if (row) {
|
|
1776
|
-
selections = [Object(
|
|
2145
|
+
selections = [Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, row)];
|
|
1777
2146
|
} else {
|
|
1778
|
-
if (this.selection) selections = Object(
|
|
2147
|
+
if (this.selection) selections = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this.selection);
|
|
1779
2148
|
}
|
|
1780
2149
|
if (num !== 0 && num !== '0') {
|
|
1781
2150
|
if (selections.length === 0) {
|
|
@@ -1830,7 +2199,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1830
2199
|
}
|
|
1831
2200
|
// 提交方法
|
|
1832
2201
|
var submitFn = function submitFn() {
|
|
1833
|
-
_this12.$store.commit(
|
|
2202
|
+
_this12.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_23__[/* CREATE_TAB */ "e"], {
|
|
1834
2203
|
key: 'default-' + pageId,
|
|
1835
2204
|
pageId: pageId,
|
|
1836
2205
|
component: component
|
|
@@ -1889,7 +2258,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1889
2258
|
_this13.showManageApp = false;
|
|
1890
2259
|
}
|
|
1891
2260
|
}
|
|
1892
|
-
_this13.appList = Object(
|
|
2261
|
+
_this13.appList = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(data.entitys);
|
|
1893
2262
|
});
|
|
1894
2263
|
},
|
|
1895
2264
|
getSelfServiceList: function getSelfServiceList() {
|
|
@@ -1919,38 +2288,80 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1919
2288
|
_this14.showSelfApp = false;
|
|
1920
2289
|
}
|
|
1921
2290
|
}
|
|
1922
|
-
_this14.selfAppList = Object(
|
|
2291
|
+
_this14.selfAppList = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(data.entitys);
|
|
1923
2292
|
});
|
|
1924
2293
|
},
|
|
1925
2294
|
openApp: function openApp(item) {
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
2295
|
+
var _this15 = this;
|
|
2296
|
+
return Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])().mark(function _callee() {
|
|
2297
|
+
var that, address, rootPath, url, shortUrl;
|
|
2298
|
+
return Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])().wrap(function _callee$(_context) {
|
|
2299
|
+
while (1) switch (_context.prev = _context.next) {
|
|
2300
|
+
case 0:
|
|
2301
|
+
if (!(item.TYPE === 'ex_link')) {
|
|
2302
|
+
_context.next = 6;
|
|
2303
|
+
break;
|
|
2304
|
+
}
|
|
2305
|
+
// eslint-disable-next-line
|
|
2306
|
+
that = _this15;
|
|
2307
|
+
address = item.EXTER_ADDRESS.replace(/\$\[([\w-.|$#]+)\]/g, function (macth, key) {
|
|
2308
|
+
// eslint-disable-next-line no-eval
|
|
2309
|
+
return eval("that.".concat(key));
|
|
2310
|
+
});
|
|
2311
|
+
window.open(address);
|
|
2312
|
+
_context.next = 17;
|
|
2313
|
+
break;
|
|
2314
|
+
case 6:
|
|
2315
|
+
rootPath = _this15.$util.getRootPath();
|
|
2316
|
+
url = "".concat(rootPath, "/app/").concat(item['SYSTEM|CLIENT|CODE'], "/").concat(item['SYSTEM|CODE'], "/").concat(item.CODE);
|
|
2317
|
+
_this15.showAppDrawer = false;
|
|
2318
|
+
if (!item.IS_SHORT_URL) {
|
|
2319
|
+
_context.next = 16;
|
|
2320
|
+
break;
|
|
2321
|
+
}
|
|
2322
|
+
_context.next = 12;
|
|
2323
|
+
return _this15.$http.get({
|
|
2324
|
+
action: 'getShortUrl',
|
|
2325
|
+
entityId: 'FM_URL_MAP@epxing-frame-manage@frame',
|
|
2326
|
+
url: url
|
|
2327
|
+
}, {
|
|
2328
|
+
domainContext: window.BASE_PROJECT_NAME,
|
|
2329
|
+
client: 'frame',
|
|
2330
|
+
system: 'epxing-frame-manage'
|
|
2331
|
+
});
|
|
2332
|
+
case 12:
|
|
2333
|
+
shortUrl = _context.sent;
|
|
2334
|
+
window.open("".concat(rootPath, "/s/").concat(shortUrl));
|
|
2335
|
+
_context.next = 17;
|
|
2336
|
+
break;
|
|
2337
|
+
case 16:
|
|
2338
|
+
if (_this15.$isMobile) {
|
|
2339
|
+
window.location.href = url;
|
|
2340
|
+
} else {
|
|
2341
|
+
window.open(_this15.$util.isFeishu() ? url + '?token=' + localStorage.getItem(item['SYSTEM|CLIENT|CODE'] + '-token') : url);
|
|
2342
|
+
}
|
|
2343
|
+
case 17:
|
|
2344
|
+
case "end":
|
|
2345
|
+
return _context.stop();
|
|
2346
|
+
}
|
|
2347
|
+
}, _callee);
|
|
2348
|
+
}))();
|
|
1938
2349
|
},
|
|
1939
2350
|
openHall: function openHall() {
|
|
1940
|
-
var
|
|
2351
|
+
var _this16 = this;
|
|
1941
2352
|
this.$http.get({
|
|
1942
2353
|
action: 'getHallServiceCode',
|
|
1943
2354
|
entityId: 'FM_SERVICE',
|
|
1944
2355
|
clientCode: this.clientConfig.CODE
|
|
1945
2356
|
}).then(function (data) {
|
|
1946
|
-
var rootPath =
|
|
2357
|
+
var rootPath = _this16.$util.getRootPath();
|
|
1947
2358
|
if (data.serviceCode) {
|
|
1948
2359
|
window.open("".concat(rootPath, "/app/").concat(data.clientCode, "/").concat(data.systemCode, "/").concat(data.serviceCode));
|
|
1949
2360
|
} else {
|
|
1950
|
-
window.open("".concat(rootPath, "/hall/").concat(
|
|
2361
|
+
window.open("".concat(rootPath, "/hall/").concat(_this16.clientConfig.CODE));
|
|
1951
2362
|
}
|
|
1952
2363
|
}).catch(function (err) {
|
|
1953
|
-
|
|
2364
|
+
_this16.$message.error(err.message);
|
|
1954
2365
|
});
|
|
1955
2366
|
},
|
|
1956
2367
|
validateNavWidth: function validateNavWidth() {
|
|
@@ -1979,12 +2390,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1979
2390
|
this.openMenu = this.showMenu.slice(0, foldMenuIndex);
|
|
1980
2391
|
this.foldMenu = this.showMenu.slice(foldMenuIndex);
|
|
1981
2392
|
} else {
|
|
1982
|
-
this.openMenu = Object(
|
|
2393
|
+
this.openMenu = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this.showMenu);
|
|
1983
2394
|
this.foldMenu = [];
|
|
1984
2395
|
}
|
|
1985
2396
|
},
|
|
1986
2397
|
renderLogo: function renderLogo() {
|
|
1987
|
-
var
|
|
2398
|
+
var _this17 = this;
|
|
1988
2399
|
var h = this.$createElement;
|
|
1989
2400
|
return h("div", {
|
|
1990
2401
|
"class": "epx-app-nav__logo",
|
|
@@ -2001,14 +2412,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2001
2412
|
"attrs": {
|
|
2002
2413
|
"title": this.appName || this.NAME || this.appConfig.NAME
|
|
2003
2414
|
}
|
|
2004
|
-
}, [this.appName || this.NAME || this.appConfig.NAME]), this.
|
|
2415
|
+
}, [this.appName || this.NAME || this.appConfig.NAME]), this.toolbar.includes('appSwitch') && h("div", {
|
|
2005
2416
|
"class": ['epx-app-nav__switch', {
|
|
2006
2417
|
opened: this.showAppDrawer
|
|
2007
2418
|
}],
|
|
2008
2419
|
"on": {
|
|
2009
2420
|
"click": function click(e) {
|
|
2010
2421
|
e.stopPropagation();
|
|
2011
|
-
|
|
2422
|
+
_this17.showAppDrawer = !_this17.showAppDrawer;
|
|
2012
2423
|
}
|
|
2013
2424
|
}
|
|
2014
2425
|
}, [h("i", {
|
|
@@ -2027,9 +2438,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2027
2438
|
"style": {
|
|
2028
2439
|
marginTop: '60px'
|
|
2029
2440
|
},
|
|
2030
|
-
"on": Object(
|
|
2441
|
+
"on": Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])({}, {
|
|
2031
2442
|
'update:visible': function updateVisible(v) {
|
|
2032
|
-
return
|
|
2443
|
+
return _this17.showAppDrawer = v;
|
|
2033
2444
|
}
|
|
2034
2445
|
})
|
|
2035
2446
|
}, [h("div", {
|
|
@@ -2064,11 +2475,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2064
2475
|
return h("li", {
|
|
2065
2476
|
"class": "epx-app-nav__app-item",
|
|
2066
2477
|
"on": {
|
|
2067
|
-
"click":
|
|
2478
|
+
"click": _this17.openApp.bind(_this17, app)
|
|
2068
2479
|
}
|
|
2069
2480
|
}, [h("img", {
|
|
2070
2481
|
"attrs": {
|
|
2071
|
-
"src": app.IMAGE ?
|
|
2482
|
+
"src": app.IMAGE ? _this17.$util.getFileUrl(app.IMAGE) : __webpack_require__(192)
|
|
2072
2483
|
}
|
|
2073
2484
|
}), h("span", [app.NAME])]);
|
|
2074
2485
|
})])]), h("div", {
|
|
@@ -2089,20 +2500,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2089
2500
|
return h("li", {
|
|
2090
2501
|
"class": "epx-app-nav__app-item",
|
|
2091
2502
|
"on": {
|
|
2092
|
-
"click":
|
|
2503
|
+
"click": _this17.openApp.bind(_this17, app)
|
|
2093
2504
|
}
|
|
2094
2505
|
}, [h("img", {
|
|
2095
2506
|
"attrs": {
|
|
2096
|
-
"src": app.IMAGE ?
|
|
2507
|
+
"src": app.IMAGE ? _this17.$util.getFileUrl(app.IMAGE) : __webpack_require__(192)
|
|
2097
2508
|
}
|
|
2098
2509
|
}), h("span", [app.NAME])]);
|
|
2099
2510
|
})])])])])]);
|
|
2100
2511
|
},
|
|
2101
2512
|
renderMenuItem: function renderMenuItem(nav) {
|
|
2102
|
-
var
|
|
2513
|
+
var _this18 = this;
|
|
2103
2514
|
var isSub = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
2104
2515
|
var h = this.$createElement;
|
|
2105
|
-
if (this.
|
|
2516
|
+
if (this.showAllLevel && nav.children && nav.children.length > 0) {
|
|
2106
2517
|
return h("el-submenu", {
|
|
2107
2518
|
"class": ['epx-app-nav__submenu', 'epx-app-nav__menu-item', {
|
|
2108
2519
|
'epx-app-nav__menu-item--sub': isSub
|
|
@@ -2124,7 +2535,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2124
2535
|
fontSize: this.navMenuFontSize ? "".concat(this.navMenuFontSize, "px") : ''
|
|
2125
2536
|
}
|
|
2126
2537
|
}, [nav.text])])]), nav.children.map(function (item) {
|
|
2127
|
-
return
|
|
2538
|
+
return _this18.renderMenuItem(item, true);
|
|
2128
2539
|
})]);
|
|
2129
2540
|
} else {
|
|
2130
2541
|
return h("el-menu-item", {
|
|
@@ -2150,11 +2561,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2150
2561
|
}
|
|
2151
2562
|
},
|
|
2152
2563
|
renderNav: function renderNav() {
|
|
2153
|
-
var
|
|
2564
|
+
var _this19 = this;
|
|
2154
2565
|
var h = this.$createElement;
|
|
2155
2566
|
return h("div", {
|
|
2156
2567
|
"class": "epx-app-nav__home"
|
|
2157
|
-
}, [this.type === '1' ? h("div", {
|
|
2568
|
+
}, [this.type === '1' || this.type === '2' ? h("div", {
|
|
2158
2569
|
"class": "epx-app-nav__menu-content"
|
|
2159
2570
|
}, [h("el-menu", {
|
|
2160
2571
|
"class": "epx-app-nav__menu",
|
|
@@ -2163,7 +2574,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2163
2574
|
}
|
|
2164
2575
|
}, [this.showMenu && this.openMenu.map(function (nav) {
|
|
2165
2576
|
if (nav.HIDDEN_MENU !== '1') {
|
|
2166
|
-
return
|
|
2577
|
+
return _this19.renderMenuItem(nav, false);
|
|
2167
2578
|
}
|
|
2168
2579
|
})]), this.foldMenu.length > 0 && h("el-dropdown", {
|
|
2169
2580
|
"class": "epx-app-nav__foldmenu",
|
|
@@ -2190,7 +2601,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2190
2601
|
},
|
|
2191
2602
|
"class": {
|
|
2192
2603
|
'epx-app-nav__foldmenu-item': true,
|
|
2193
|
-
'is-active':
|
|
2604
|
+
'is-active': _this19.$tab.key === 'default-' + menu.ID
|
|
2194
2605
|
}
|
|
2195
2606
|
}, [h("span", [h("i", {
|
|
2196
2607
|
"class": ['fa', menu.FONT_ICON]
|
|
@@ -2218,7 +2629,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2218
2629
|
}, [tab.title || tab.menuTitle, h("i", {
|
|
2219
2630
|
"class": "epx-app-nav__tabs-delete el-icon-error",
|
|
2220
2631
|
"on": {
|
|
2221
|
-
"click":
|
|
2632
|
+
"click": _this19.tabRemove.bind(_this19, tab.key)
|
|
2222
2633
|
}
|
|
2223
2634
|
})]);
|
|
2224
2635
|
}), h("el-dropdown-item", {
|
|
@@ -2270,9 +2681,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2270
2681
|
"trigger": "manual"
|
|
2271
2682
|
},
|
|
2272
2683
|
"model": {
|
|
2273
|
-
value:
|
|
2684
|
+
value: _this19.popoverVisible,
|
|
2274
2685
|
callback: function callback($$v) {
|
|
2275
|
-
|
|
2686
|
+
_this19.popoverVisible = $$v;
|
|
2276
2687
|
}
|
|
2277
2688
|
}
|
|
2278
2689
|
}, [h("span", {
|
|
@@ -2285,7 +2696,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2285
2696
|
}, [this.$t('Clear tabs')])])]);
|
|
2286
2697
|
},
|
|
2287
2698
|
renderOperates: function renderOperates() {
|
|
2288
|
-
var
|
|
2699
|
+
var _this20 = this;
|
|
2289
2700
|
var h = this.$createElement;
|
|
2290
2701
|
return h("div", {
|
|
2291
2702
|
"class": "epx-app-nav__operates"
|
|
@@ -2298,12 +2709,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2298
2709
|
},
|
|
2299
2710
|
"key": operate.text,
|
|
2300
2711
|
"on": {
|
|
2301
|
-
"click":
|
|
2712
|
+
"click": _this20.$handler.bind(_this20, operate)
|
|
2302
2713
|
}
|
|
2303
2714
|
}, [h("i", {
|
|
2304
2715
|
"class": ['epx-app-nav__operate-icon', operate.icon]
|
|
2305
2716
|
}), " ", operate.text]);
|
|
2306
|
-
}), this.
|
|
2717
|
+
}), this.toolbar.includes('help') && h("el-button", {
|
|
2307
2718
|
"class": "epx-app-nav__operate",
|
|
2308
2719
|
"attrs": {
|
|
2309
2720
|
"icon": "el-icon-document",
|
|
@@ -2316,10 +2727,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2316
2727
|
}, [this.$t('helptext')])]);
|
|
2317
2728
|
},
|
|
2318
2729
|
renderRole: function renderRole() {
|
|
2319
|
-
var
|
|
2730
|
+
var _this21 = this;
|
|
2320
2731
|
var h = this.$createElement;
|
|
2321
2732
|
var EXTEND_OF_COMPETENCE = this.appConfig.EXTEND_OF_COMPETENCE;
|
|
2322
|
-
if (this.
|
|
2733
|
+
if (this.toolbar.includes('roleSwitch') && EXTEND_OF_COMPETENCE !== 'allRole') {
|
|
2323
2734
|
return h("el-dropdown", {
|
|
2324
2735
|
"attrs": {
|
|
2325
2736
|
"trigger": "click",
|
|
@@ -2355,9 +2766,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2355
2766
|
}), h("span", {
|
|
2356
2767
|
"class": "epx-app-nav__role-text",
|
|
2357
2768
|
"on": {
|
|
2358
|
-
"click":
|
|
2769
|
+
"click": _this21.setMainRole.bind(_this21, role)
|
|
2359
2770
|
}
|
|
2360
|
-
}, [role.MAIN_ROLE === 'true' ?
|
|
2771
|
+
}, [role.MAIN_ROLE === 'true' ? _this21.$t('default') : _this21.$t('Set to the default')])]);
|
|
2361
2772
|
})])]);
|
|
2362
2773
|
}
|
|
2363
2774
|
},
|
|
@@ -2376,7 +2787,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2376
2787
|
})]);
|
|
2377
2788
|
},
|
|
2378
2789
|
renderMoreOperate: function renderMoreOperate() {
|
|
2379
|
-
var
|
|
2790
|
+
var _this22 = this;
|
|
2380
2791
|
var h = this.$createElement;
|
|
2381
2792
|
return h("el-dropdown", {
|
|
2382
2793
|
"attrs": {
|
|
@@ -2389,6 +2800,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2389
2800
|
})]), h("el-dropdown-menu", {
|
|
2390
2801
|
"slot": "dropdown"
|
|
2391
2802
|
}, [this.manageRight.systemAdmin === 'true' && h("el-dropdown-item", {
|
|
2803
|
+
"attrs": {
|
|
2804
|
+
"command": "app"
|
|
2805
|
+
},
|
|
2806
|
+
"nativeOn": {
|
|
2807
|
+
"click": this.openService.bind(this, 'app')
|
|
2808
|
+
}
|
|
2809
|
+
}, [this.$t('Go to App Configuration')]), this.manageRight.systemAdmin === 'true' && h("el-dropdown-item", {
|
|
2392
2810
|
"attrs": {
|
|
2393
2811
|
"command": "system"
|
|
2394
2812
|
},
|
|
@@ -2402,7 +2820,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2402
2820
|
"nativeOn": {
|
|
2403
2821
|
"click": this.openService.bind(this, 'client')
|
|
2404
2822
|
}
|
|
2405
|
-
}, [this.$t('Go to the Console')]), this.clientConfig.THEME_FLAG !== '0' && h("el-popover", {
|
|
2823
|
+
}, [this.$t('Go to the Console')]), (this.appConfig.IS_SET_TOOLBAR ? this.toolbar.includes('skip') : this.clientConfig.THEME_FLAG !== '0') && h("el-popover", {
|
|
2406
2824
|
"attrs": {
|
|
2407
2825
|
"popper-class": "epx-app-nav__skin-popover",
|
|
2408
2826
|
"placement": "left-start",
|
|
@@ -2418,21 +2836,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2418
2836
|
}, [this.themeList.map(function (theme) {
|
|
2419
2837
|
return h("li", {
|
|
2420
2838
|
"class": {
|
|
2421
|
-
'is-active': theme.key ===
|
|
2839
|
+
'is-active': theme.key === _this22.selectTheme
|
|
2422
2840
|
},
|
|
2423
2841
|
"key": theme.key,
|
|
2424
2842
|
"on": {
|
|
2425
|
-
"click":
|
|
2843
|
+
"click": _this22.changeTheme.bind(_this22, theme)
|
|
2426
2844
|
}
|
|
2427
2845
|
}, [h("img", {
|
|
2428
2846
|
"attrs": {
|
|
2429
2847
|
"src": theme.icon,
|
|
2430
2848
|
"alt": ""
|
|
2431
2849
|
}
|
|
2432
|
-
}), theme.key ===
|
|
2850
|
+
}), theme.key === _this22.selectTheme && h("i", {
|
|
2433
2851
|
"class": "epx-app-nav__theme-select el-icon-success"
|
|
2434
2852
|
})]);
|
|
2435
|
-
})])]), this.languageFlag
|
|
2853
|
+
})])]), this.languageFlag && h("el-popover", {
|
|
2436
2854
|
"attrs": {
|
|
2437
2855
|
"placement": "left-start",
|
|
2438
2856
|
"trigger": "hover"
|
|
@@ -2447,10 +2865,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2447
2865
|
}, [this.languageList.map(function (language) {
|
|
2448
2866
|
return h("li", {
|
|
2449
2867
|
"class": ['epx-app-nav__language-item', {
|
|
2450
|
-
'is-active': language.id ===
|
|
2868
|
+
'is-active': language.id === _this22.currentLanguage
|
|
2451
2869
|
}],
|
|
2452
2870
|
"on": {
|
|
2453
|
-
"click":
|
|
2871
|
+
"click": _this22.switchLanguage.bind(_this22, language)
|
|
2454
2872
|
}
|
|
2455
2873
|
}, [h("span", [language.name])]);
|
|
2456
2874
|
})])]), h("el-dropdown-item", {
|
|
@@ -2464,14 +2882,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2464
2882
|
}
|
|
2465
2883
|
},
|
|
2466
2884
|
created: function created() {
|
|
2467
|
-
var
|
|
2885
|
+
var _this23 = this;
|
|
2468
2886
|
window.addEventListener('click', this.closePopover);
|
|
2469
2887
|
this.getUserInfo();
|
|
2470
2888
|
this.getManageService();
|
|
2471
2889
|
this.getServiceRoles();
|
|
2472
2890
|
this.selectTheme = localStorage.getItem('epx_frame_theme');
|
|
2473
2891
|
this.$bus.on('showMobileMenu', function (v) {
|
|
2474
|
-
|
|
2892
|
+
_this23.showMobileMenu = v;
|
|
2475
2893
|
});
|
|
2476
2894
|
// 经典蓝:#0874E7
|
|
2477
2895
|
// 霞红:#CE4545
|
|
@@ -2485,433 +2903,93 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2485
2903
|
this.themeList = [{
|
|
2486
2904
|
name: 'Classic blue',
|
|
2487
2905
|
key: 'classicblue',
|
|
2488
|
-
icon: __webpack_require__(
|
|
2906
|
+
icon: __webpack_require__(446)
|
|
2489
2907
|
}, {
|
|
2490
2908
|
name: 'Rosy Clouds Red',
|
|
2491
2909
|
key: 'palevioletred',
|
|
2492
|
-
icon: __webpack_require__(
|
|
2910
|
+
icon: __webpack_require__(447)
|
|
2493
2911
|
}, {
|
|
2494
2912
|
name: 'Forest Green',
|
|
2495
2913
|
key: 'forestgreen',
|
|
2496
|
-
icon: __webpack_require__(
|
|
2914
|
+
icon: __webpack_require__(448)
|
|
2497
2915
|
}, {
|
|
2498
2916
|
name: 'Lavender Purple',
|
|
2499
2917
|
key: 'purple',
|
|
2500
|
-
icon: __webpack_require__(
|
|
2918
|
+
icon: __webpack_require__(449)
|
|
2501
2919
|
}, {
|
|
2502
2920
|
name: 'Orange',
|
|
2503
2921
|
key: 'orange',
|
|
2504
|
-
icon: __webpack_require__(
|
|
2922
|
+
icon: __webpack_require__(450)
|
|
2505
2923
|
}, {
|
|
2506
2924
|
name: 'Sea Blue',
|
|
2507
2925
|
key: 'deepblue',
|
|
2508
|
-
icon: __webpack_require__(
|
|
2926
|
+
icon: __webpack_require__(451)
|
|
2509
2927
|
}, {
|
|
2510
2928
|
name: 'Sky Blue',
|
|
2511
2929
|
key: 'skyblue',
|
|
2512
|
-
icon: __webpack_require__(
|
|
2930
|
+
icon: __webpack_require__(452)
|
|
2513
2931
|
}, {
|
|
2514
2932
|
name: 'Aurora Blue',
|
|
2515
2933
|
key: 'aurorablue',
|
|
2516
|
-
icon: __webpack_require__(
|
|
2934
|
+
icon: __webpack_require__(453)
|
|
2517
2935
|
}, {
|
|
2518
2936
|
name: 'Tiffanyblue Blue',
|
|
2519
2937
|
key: 'tiffanyblue',
|
|
2520
|
-
icon: __webpack_require__(
|
|
2938
|
+
icon: __webpack_require__(454)
|
|
2521
2939
|
}];
|
|
2522
|
-
if (this.
|
|
2523
|
-
this.getServiceList();
|
|
2524
|
-
this.getSelfServiceList();
|
|
2525
|
-
}
|
|
2526
|
-
},
|
|
2527
|
-
mounted: function mounted() {
|
|
2528
|
-
if (this.type === '1') {
|
|
2529
|
-
this.getNavList();
|
|
2530
|
-
}
|
|
2531
|
-
this.validateNavWidth();
|
|
2532
|
-
window.addEventListener('resize', this.validateNavWidth);
|
|
2533
|
-
},
|
|
2534
|
-
render: function render() {
|
|
2535
|
-
var h = arguments[0];
|
|
2536
|
-
if (this.$isMobile || !this.showAppNav) return null;
|
|
2537
|
-
return h("div", {
|
|
2538
|
-
"class": ['epx-app-nav', 'epx-app-nav--' + this.navBackgroundColor]
|
|
2539
|
-
}, [h("div", {
|
|
2540
|
-
"class": "epx-app-nav__container",
|
|
2541
|
-
"ref": "container"
|
|
2542
|
-
}, [h("div", {
|
|
2543
|
-
"class": "epx-app-nav__left",
|
|
2544
|
-
"ref": "leftContainer"
|
|
2545
|
-
}, [this.renderLogo(), this.renderNav()]), h("div", {
|
|
2546
|
-
"class": "epx-app-nav__right",
|
|
2547
|
-
"ref": "rightContainer"
|
|
2548
|
-
}, [this.renderOperates(), this.renderRole(), this.renderPhoto(), this.renderMoreOperate()])])]);
|
|
2549
|
-
},
|
|
2550
|
-
destroyed: function destroyed() {
|
|
2551
|
-
window.removeEventListener('click', this.closePopover);
|
|
2552
|
-
window.removeEventListener('resize', this.validateNavWidth);
|
|
2553
|
-
}
|
|
2554
|
-
});
|
|
2555
|
-
|
|
2556
|
-
/***/ }),
|
|
2557
|
-
|
|
2558
|
-
/***/ 19:
|
|
2559
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
2560
|
-
|
|
2561
|
-
"use strict";
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
var isOldIE = function isOldIE() {
|
|
2565
|
-
var memo;
|
|
2566
|
-
return function memorize() {
|
|
2567
|
-
if (typeof memo === 'undefined') {
|
|
2568
|
-
// Test for IE <= 9 as proposed by Browserhacks
|
|
2569
|
-
// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
|
|
2570
|
-
// Tests for existence of standard globals is to allow style-loader
|
|
2571
|
-
// to operate correctly into non-standard environments
|
|
2572
|
-
// @see https://github.com/webpack-contrib/style-loader/issues/177
|
|
2573
|
-
memo = Boolean(window && document && document.all && !window.atob);
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
|
-
return memo;
|
|
2577
|
-
};
|
|
2578
|
-
}();
|
|
2579
|
-
|
|
2580
|
-
var getTarget = function getTarget() {
|
|
2581
|
-
var memo = {};
|
|
2582
|
-
return function memorize(target) {
|
|
2583
|
-
if (typeof memo[target] === 'undefined') {
|
|
2584
|
-
var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
|
|
2585
|
-
|
|
2586
|
-
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
2587
|
-
try {
|
|
2588
|
-
// This will throw an exception if access to iframe is blocked
|
|
2589
|
-
// due to cross-origin restrictions
|
|
2590
|
-
styleTarget = styleTarget.contentDocument.head;
|
|
2591
|
-
} catch (e) {
|
|
2592
|
-
// istanbul ignore next
|
|
2593
|
-
styleTarget = null;
|
|
2594
|
-
}
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
|
-
memo[target] = styleTarget;
|
|
2598
|
-
}
|
|
2599
|
-
|
|
2600
|
-
return memo[target];
|
|
2601
|
-
};
|
|
2602
|
-
}();
|
|
2603
|
-
|
|
2604
|
-
var stylesInDom = [];
|
|
2605
|
-
|
|
2606
|
-
function getIndexByIdentifier(identifier) {
|
|
2607
|
-
var result = -1;
|
|
2608
|
-
|
|
2609
|
-
for (var i = 0; i < stylesInDom.length; i++) {
|
|
2610
|
-
if (stylesInDom[i].identifier === identifier) {
|
|
2611
|
-
result = i;
|
|
2612
|
-
break;
|
|
2613
|
-
}
|
|
2614
|
-
}
|
|
2615
|
-
|
|
2616
|
-
return result;
|
|
2617
|
-
}
|
|
2618
|
-
|
|
2619
|
-
function modulesToDom(list, options) {
|
|
2620
|
-
var idCountMap = {};
|
|
2621
|
-
var identifiers = [];
|
|
2622
|
-
|
|
2623
|
-
for (var i = 0; i < list.length; i++) {
|
|
2624
|
-
var item = list[i];
|
|
2625
|
-
var id = options.base ? item[0] + options.base : item[0];
|
|
2626
|
-
var count = idCountMap[id] || 0;
|
|
2627
|
-
var identifier = "".concat(id, " ").concat(count);
|
|
2628
|
-
idCountMap[id] = count + 1;
|
|
2629
|
-
var index = getIndexByIdentifier(identifier);
|
|
2630
|
-
var obj = {
|
|
2631
|
-
css: item[1],
|
|
2632
|
-
media: item[2],
|
|
2633
|
-
sourceMap: item[3]
|
|
2634
|
-
};
|
|
2635
|
-
|
|
2636
|
-
if (index !== -1) {
|
|
2637
|
-
stylesInDom[index].references++;
|
|
2638
|
-
stylesInDom[index].updater(obj);
|
|
2639
|
-
} else {
|
|
2640
|
-
stylesInDom.push({
|
|
2641
|
-
identifier: identifier,
|
|
2642
|
-
updater: addStyle(obj, options),
|
|
2643
|
-
references: 1
|
|
2644
|
-
});
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
identifiers.push(identifier);
|
|
2648
|
-
}
|
|
2649
|
-
|
|
2650
|
-
return identifiers;
|
|
2651
|
-
}
|
|
2652
|
-
|
|
2653
|
-
function insertStyleElement(options) {
|
|
2654
|
-
var style = document.createElement('style');
|
|
2655
|
-
var attributes = options.attributes || {};
|
|
2656
|
-
|
|
2657
|
-
if (typeof attributes.nonce === 'undefined') {
|
|
2658
|
-
var nonce = true ? __webpack_require__.nc : undefined;
|
|
2659
|
-
|
|
2660
|
-
if (nonce) {
|
|
2661
|
-
attributes.nonce = nonce;
|
|
2662
|
-
}
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
Object.keys(attributes).forEach(function (key) {
|
|
2666
|
-
style.setAttribute(key, attributes[key]);
|
|
2667
|
-
});
|
|
2668
|
-
|
|
2669
|
-
if (typeof options.insert === 'function') {
|
|
2670
|
-
options.insert(style);
|
|
2671
|
-
} else {
|
|
2672
|
-
var target = getTarget(options.insert || 'head');
|
|
2673
|
-
|
|
2674
|
-
if (!target) {
|
|
2675
|
-
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
|
-
target.appendChild(style);
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
return style;
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
|
-
function removeStyleElement(style) {
|
|
2685
|
-
// istanbul ignore if
|
|
2686
|
-
if (style.parentNode === null) {
|
|
2687
|
-
return false;
|
|
2688
|
-
}
|
|
2689
|
-
|
|
2690
|
-
style.parentNode.removeChild(style);
|
|
2691
|
-
}
|
|
2692
|
-
/* istanbul ignore next */
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
var replaceText = function replaceText() {
|
|
2696
|
-
var textStore = [];
|
|
2697
|
-
return function replace(index, replacement) {
|
|
2698
|
-
textStore[index] = replacement;
|
|
2699
|
-
return textStore.filter(Boolean).join('\n');
|
|
2700
|
-
};
|
|
2701
|
-
}();
|
|
2702
|
-
|
|
2703
|
-
function applyToSingletonTag(style, index, remove, obj) {
|
|
2704
|
-
var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
|
|
2705
|
-
|
|
2706
|
-
/* istanbul ignore if */
|
|
2707
|
-
|
|
2708
|
-
if (style.styleSheet) {
|
|
2709
|
-
style.styleSheet.cssText = replaceText(index, css);
|
|
2710
|
-
} else {
|
|
2711
|
-
var cssNode = document.createTextNode(css);
|
|
2712
|
-
var childNodes = style.childNodes;
|
|
2713
|
-
|
|
2714
|
-
if (childNodes[index]) {
|
|
2715
|
-
style.removeChild(childNodes[index]);
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
if (childNodes.length) {
|
|
2719
|
-
style.insertBefore(cssNode, childNodes[index]);
|
|
2720
|
-
} else {
|
|
2721
|
-
style.appendChild(cssNode);
|
|
2722
|
-
}
|
|
2723
|
-
}
|
|
2724
|
-
}
|
|
2725
|
-
|
|
2726
|
-
function applyToTag(style, options, obj) {
|
|
2727
|
-
var css = obj.css;
|
|
2728
|
-
var media = obj.media;
|
|
2729
|
-
var sourceMap = obj.sourceMap;
|
|
2730
|
-
|
|
2731
|
-
if (media) {
|
|
2732
|
-
style.setAttribute('media', media);
|
|
2733
|
-
} else {
|
|
2734
|
-
style.removeAttribute('media');
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
if (sourceMap && typeof btoa !== 'undefined') {
|
|
2738
|
-
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
2739
|
-
} // For old IE
|
|
2740
|
-
|
|
2741
|
-
/* istanbul ignore if */
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
if (style.styleSheet) {
|
|
2745
|
-
style.styleSheet.cssText = css;
|
|
2746
|
-
} else {
|
|
2747
|
-
while (style.firstChild) {
|
|
2748
|
-
style.removeChild(style.firstChild);
|
|
2749
|
-
}
|
|
2750
|
-
|
|
2751
|
-
style.appendChild(document.createTextNode(css));
|
|
2752
|
-
}
|
|
2753
|
-
}
|
|
2754
|
-
|
|
2755
|
-
var singleton = null;
|
|
2756
|
-
var singletonCounter = 0;
|
|
2757
|
-
|
|
2758
|
-
function addStyle(obj, options) {
|
|
2759
|
-
var style;
|
|
2760
|
-
var update;
|
|
2761
|
-
var remove;
|
|
2762
|
-
|
|
2763
|
-
if (options.singleton) {
|
|
2764
|
-
var styleIndex = singletonCounter++;
|
|
2765
|
-
style = singleton || (singleton = insertStyleElement(options));
|
|
2766
|
-
update = applyToSingletonTag.bind(null, style, styleIndex, false);
|
|
2767
|
-
remove = applyToSingletonTag.bind(null, style, styleIndex, true);
|
|
2768
|
-
} else {
|
|
2769
|
-
style = insertStyleElement(options);
|
|
2770
|
-
update = applyToTag.bind(null, style, options);
|
|
2771
|
-
|
|
2772
|
-
remove = function remove() {
|
|
2773
|
-
removeStyleElement(style);
|
|
2774
|
-
};
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
update(obj);
|
|
2778
|
-
return function updateStyle(newObj) {
|
|
2779
|
-
if (newObj) {
|
|
2780
|
-
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
|
|
2781
|
-
return;
|
|
2782
|
-
}
|
|
2783
|
-
|
|
2784
|
-
update(obj = newObj);
|
|
2785
|
-
} else {
|
|
2786
|
-
remove();
|
|
2787
|
-
}
|
|
2788
|
-
};
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
module.exports = function (list, options) {
|
|
2792
|
-
options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
|
|
2793
|
-
// tags it will allow on a page
|
|
2794
|
-
|
|
2795
|
-
if (!options.singleton && typeof options.singleton !== 'boolean') {
|
|
2796
|
-
options.singleton = isOldIE();
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
|
-
list = list || [];
|
|
2800
|
-
var lastIdentifiers = modulesToDom(list, options);
|
|
2801
|
-
return function update(newList) {
|
|
2802
|
-
newList = newList || [];
|
|
2803
|
-
|
|
2804
|
-
if (Object.prototype.toString.call(newList) !== '[object Array]') {
|
|
2805
|
-
return;
|
|
2806
|
-
}
|
|
2807
|
-
|
|
2808
|
-
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
2809
|
-
var identifier = lastIdentifiers[i];
|
|
2810
|
-
var index = getIndexByIdentifier(identifier);
|
|
2811
|
-
stylesInDom[index].references--;
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
var newLastIdentifiers = modulesToDom(newList, options);
|
|
2815
|
-
|
|
2816
|
-
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
2817
|
-
var _identifier = lastIdentifiers[_i];
|
|
2818
|
-
|
|
2819
|
-
var _index = getIndexByIdentifier(_identifier);
|
|
2820
|
-
|
|
2821
|
-
if (stylesInDom[_index].references === 0) {
|
|
2822
|
-
stylesInDom[_index].updater();
|
|
2823
|
-
|
|
2824
|
-
stylesInDom.splice(_index, 1);
|
|
2825
|
-
}
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
lastIdentifiers = newLastIdentifiers;
|
|
2829
|
-
};
|
|
2830
|
-
};
|
|
2831
|
-
|
|
2832
|
-
/***/ }),
|
|
2833
|
-
|
|
2834
|
-
/***/ 2:
|
|
2835
|
-
/***/ (function(module, exports) {
|
|
2836
|
-
|
|
2837
|
-
module.exports = require("core-js/modules/es.symbol.js");
|
|
2838
|
-
|
|
2839
|
-
/***/ }),
|
|
2840
|
-
|
|
2841
|
-
/***/ 20:
|
|
2842
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
2843
|
-
|
|
2844
|
-
"use strict";
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
/*
|
|
2848
|
-
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
2849
|
-
Author Tobias Koppers @sokra
|
|
2850
|
-
*/
|
|
2851
|
-
// css base code, injected by the css-loader
|
|
2852
|
-
// eslint-disable-next-line func-names
|
|
2853
|
-
__webpack_require__(1);
|
|
2854
|
-
__webpack_require__(27);
|
|
2855
|
-
__webpack_require__(35);
|
|
2856
|
-
__webpack_require__(12);
|
|
2857
|
-
__webpack_require__(14);
|
|
2858
|
-
__webpack_require__(1);
|
|
2859
|
-
__webpack_require__(27);
|
|
2860
|
-
__webpack_require__(35);
|
|
2861
|
-
__webpack_require__(12);
|
|
2862
|
-
__webpack_require__(14);
|
|
2863
|
-
__webpack_require__(22);
|
|
2864
|
-
module.exports = function (cssWithMappingToString) {
|
|
2865
|
-
var list = []; // return the list of modules as css string
|
|
2866
|
-
|
|
2867
|
-
list.toString = function toString() {
|
|
2868
|
-
return this.map(function (item) {
|
|
2869
|
-
var content = cssWithMappingToString(item);
|
|
2870
|
-
if (item[2]) {
|
|
2871
|
-
return "@media ".concat(item[2], " {").concat(content, "}");
|
|
2872
|
-
}
|
|
2873
|
-
return content;
|
|
2874
|
-
}).join("");
|
|
2875
|
-
}; // import a list of modules into the list
|
|
2876
|
-
// eslint-disable-next-line func-names
|
|
2877
|
-
|
|
2878
|
-
list.i = function (modules, mediaQuery, dedupe) {
|
|
2879
|
-
if (typeof modules === "string") {
|
|
2880
|
-
// eslint-disable-next-line no-param-reassign
|
|
2881
|
-
modules = [[null, modules, ""]];
|
|
2882
|
-
}
|
|
2883
|
-
var alreadyImportedModules = {};
|
|
2884
|
-
if (dedupe) {
|
|
2885
|
-
for (var i = 0; i < this.length; i++) {
|
|
2886
|
-
// eslint-disable-next-line prefer-destructuring
|
|
2887
|
-
var id = this[i][0];
|
|
2888
|
-
if (id != null) {
|
|
2889
|
-
alreadyImportedModules[id] = true;
|
|
2890
|
-
}
|
|
2891
|
-
}
|
|
2940
|
+
if (this.toolbar.includes('appSwitch')) {
|
|
2941
|
+
this.getServiceList();
|
|
2942
|
+
this.getSelfServiceList();
|
|
2892
2943
|
}
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
continue;
|
|
2898
|
-
}
|
|
2899
|
-
if (mediaQuery) {
|
|
2900
|
-
if (!item[2]) {
|
|
2901
|
-
item[2] = mediaQuery;
|
|
2902
|
-
} else {
|
|
2903
|
-
item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
|
|
2904
|
-
}
|
|
2905
|
-
}
|
|
2906
|
-
list.push(item);
|
|
2944
|
+
},
|
|
2945
|
+
mounted: function mounted() {
|
|
2946
|
+
if (this.type === '1') {
|
|
2947
|
+
this.getNavList();
|
|
2907
2948
|
}
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
}
|
|
2949
|
+
this.validateNavWidth();
|
|
2950
|
+
window.addEventListener('resize', this.validateNavWidth);
|
|
2951
|
+
},
|
|
2952
|
+
render: function render() {
|
|
2953
|
+
var h = arguments[0];
|
|
2954
|
+
if (this.$isMobile || !this.showAppNav) return null;
|
|
2955
|
+
var navBackgroundColorType = 'primary';
|
|
2956
|
+
var style = {};
|
|
2957
|
+
if (this.navBackgroundColorType) {
|
|
2958
|
+
navBackgroundColorType = this.navBackgroundColor;
|
|
2959
|
+
if (this.navBackgroundColorType === 'custom') style.backgroundColor = this.navBackgroundColor;
|
|
2960
|
+
} else {
|
|
2961
|
+
navBackgroundColorType = this.navBackgroundColor;
|
|
2962
|
+
}
|
|
2963
|
+
return h("div", {
|
|
2964
|
+
"class": ['epx-app-nav', 'epx-app-nav--' + navBackgroundColorType],
|
|
2965
|
+
"style": style
|
|
2966
|
+
}, [h("div", {
|
|
2967
|
+
"class": "epx-app-nav__container",
|
|
2968
|
+
"ref": "container"
|
|
2969
|
+
}, [h("div", {
|
|
2970
|
+
"class": "epx-app-nav__left",
|
|
2971
|
+
"ref": "leftContainer"
|
|
2972
|
+
}, [this.renderLogo(), this.renderNav()]), h("div", {
|
|
2973
|
+
"class": "epx-app-nav__right",
|
|
2974
|
+
"ref": "rightContainer"
|
|
2975
|
+
}, [this.renderOperates(), this.renderRole(), this.renderPhoto(), this.renderMoreOperate()])])]);
|
|
2976
|
+
},
|
|
2977
|
+
destroyed: function destroyed() {
|
|
2978
|
+
window.removeEventListener('click', this.closePopover);
|
|
2979
|
+
window.removeEventListener('resize', this.validateNavWidth);
|
|
2980
|
+
}
|
|
2981
|
+
});
|
|
2911
2982
|
|
|
2912
2983
|
/***/ }),
|
|
2913
2984
|
|
|
2914
|
-
/***/
|
|
2985
|
+
/***/ 2:
|
|
2986
|
+
/***/ (function(module, exports) {
|
|
2987
|
+
|
|
2988
|
+
module.exports = require("core-js/modules/es.symbol.js");
|
|
2989
|
+
|
|
2990
|
+
/***/ }),
|
|
2991
|
+
|
|
2992
|
+
/***/ 20:
|
|
2915
2993
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2916
2994
|
|
|
2917
2995
|
"use strict";
|
|
@@ -2935,6 +3013,19 @@ function _defineProperty(obj, key, value) {
|
|
|
2935
3013
|
|
|
2936
3014
|
/***/ }),
|
|
2937
3015
|
|
|
3016
|
+
/***/ 21:
|
|
3017
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3018
|
+
|
|
3019
|
+
"use strict";
|
|
3020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayLikeToArray; });
|
|
3021
|
+
function _arrayLikeToArray(arr, len) {
|
|
3022
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
3023
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
3024
|
+
return arr2;
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
/***/ }),
|
|
3028
|
+
|
|
2938
3029
|
/***/ 22:
|
|
2939
3030
|
/***/ (function(module, exports) {
|
|
2940
3031
|
|
|
@@ -2945,18 +3036,25 @@ module.exports = require("core-js/modules/es.array.push.js");
|
|
|
2945
3036
|
/***/ 23:
|
|
2946
3037
|
/***/ (function(module, exports) {
|
|
2947
3038
|
|
|
2948
|
-
module.exports = require("core-js/modules/es.array.
|
|
3039
|
+
module.exports = require("core-js/modules/es.array.find.js");
|
|
2949
3040
|
|
|
2950
3041
|
/***/ }),
|
|
2951
3042
|
|
|
2952
3043
|
/***/ 24:
|
|
2953
3044
|
/***/ (function(module, exports) {
|
|
2954
3045
|
|
|
2955
|
-
module.exports = require("
|
|
3046
|
+
module.exports = require("core-js/modules/es.array.iterator.js");
|
|
2956
3047
|
|
|
2957
3048
|
/***/ }),
|
|
2958
3049
|
|
|
2959
3050
|
/***/ 25:
|
|
3051
|
+
/***/ (function(module, exports) {
|
|
3052
|
+
|
|
3053
|
+
module.exports = require("vuex");
|
|
3054
|
+
|
|
3055
|
+
/***/ }),
|
|
3056
|
+
|
|
3057
|
+
/***/ 26:
|
|
2960
3058
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2961
3059
|
|
|
2962
3060
|
"use strict";
|
|
@@ -3001,11 +3099,11 @@ function _asyncToGenerator(fn) {
|
|
|
3001
3099
|
|
|
3002
3100
|
/***/ }),
|
|
3003
3101
|
|
|
3004
|
-
/***/
|
|
3102
|
+
/***/ 263:
|
|
3005
3103
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3006
3104
|
|
|
3007
3105
|
"use strict";
|
|
3008
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3106
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(18);
|
|
3009
3107
|
/* 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__);
|
|
3010
3108
|
// Imports
|
|
3011
3109
|
|
|
@@ -3016,13 +3114,6 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".epx-app-nav{width:100%;height:60px;lin
|
|
|
3016
3114
|
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
3017
3115
|
|
|
3018
3116
|
|
|
3019
|
-
/***/ }),
|
|
3020
|
-
|
|
3021
|
-
/***/ 26:
|
|
3022
|
-
/***/ (function(module, exports) {
|
|
3023
|
-
|
|
3024
|
-
module.exports = require("core-js/modules/es.array.find.js");
|
|
3025
|
-
|
|
3026
3117
|
/***/ }),
|
|
3027
3118
|
|
|
3028
3119
|
/***/ 27:
|
|
@@ -3055,7 +3146,7 @@ module.exports = require("core-js/modules/es.string.replace.js");
|
|
|
3055
3146
|
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _toConsumableArray; });
|
|
3056
3147
|
|
|
3057
3148
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
3058
|
-
var arrayLikeToArray = __webpack_require__(
|
|
3149
|
+
var arrayLikeToArray = __webpack_require__(21);
|
|
3059
3150
|
|
|
3060
3151
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
|
3061
3152
|
|
|
@@ -3075,7 +3166,7 @@ var es_object_to_string_js_ = __webpack_require__(1);
|
|
|
3075
3166
|
var es_symbol_iterator_js_ = __webpack_require__(11);
|
|
3076
3167
|
|
|
3077
3168
|
// EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
|
|
3078
|
-
var es_array_iterator_js_ = __webpack_require__(
|
|
3169
|
+
var es_array_iterator_js_ = __webpack_require__(24);
|
|
3079
3170
|
|
|
3080
3171
|
// EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
|
|
3081
3172
|
var es_string_iterator_js_ = __webpack_require__(5);
|
|
@@ -3106,10 +3197,10 @@ function _iterableToArray(iter) {
|
|
|
3106
3197
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
3107
3198
|
}
|
|
3108
3199
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
|
3109
|
-
var unsupportedIterableToArray = __webpack_require__(
|
|
3200
|
+
var unsupportedIterableToArray = __webpack_require__(37);
|
|
3110
3201
|
|
|
3111
3202
|
// EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
|
|
3112
|
-
var es_error_cause_js_ = __webpack_require__(
|
|
3203
|
+
var es_error_cause_js_ = __webpack_require__(33);
|
|
3113
3204
|
|
|
3114
3205
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
|
3115
3206
|
|
|
@@ -3144,14 +3235,14 @@ module.exports = require("core-js/modules/es.array.includes.js");
|
|
|
3144
3235
|
/***/ 32:
|
|
3145
3236
|
/***/ (function(module, exports) {
|
|
3146
3237
|
|
|
3147
|
-
module.exports = require("core-js/modules/es.
|
|
3238
|
+
module.exports = require("core-js/modules/es.array.filter.js");
|
|
3148
3239
|
|
|
3149
3240
|
/***/ }),
|
|
3150
3241
|
|
|
3151
3242
|
/***/ 33:
|
|
3152
3243
|
/***/ (function(module, exports) {
|
|
3153
3244
|
|
|
3154
|
-
module.exports = require("core-js/modules/es.
|
|
3245
|
+
module.exports = require("core-js/modules/es.error.cause.js");
|
|
3155
3246
|
|
|
3156
3247
|
/***/ }),
|
|
3157
3248
|
|
|
@@ -3172,55 +3263,6 @@ module.exports = require("core-js/modules/es.array.join.js");
|
|
|
3172
3263
|
/***/ 36:
|
|
3173
3264
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3174
3265
|
|
|
3175
|
-
"use strict";
|
|
3176
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
|
3177
|
-
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28);
|
|
3178
|
-
/* 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__);
|
|
3179
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
3180
|
-
/* 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__);
|
|
3181
|
-
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
3182
|
-
/* 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__);
|
|
3183
|
-
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9);
|
|
3184
|
-
/* 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__);
|
|
3185
|
-
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
3186
|
-
/* 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__);
|
|
3187
|
-
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
3188
|
-
/* 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__);
|
|
3189
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(13);
|
|
3190
|
-
/* 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__);
|
|
3191
|
-
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(40);
|
|
3192
|
-
/* 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__);
|
|
3193
|
-
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(18);
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
function _unsupportedIterableToArray(o, minLen) {
|
|
3211
|
-
if (!o) return;
|
|
3212
|
-
if (typeof o === "string") return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"])(o, minLen);
|
|
3213
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
3214
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
3215
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
3216
|
-
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);
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
/***/ }),
|
|
3220
|
-
|
|
3221
|
-
/***/ 37:
|
|
3222
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3223
|
-
|
|
3224
3266
|
"use strict";
|
|
3225
3267
|
|
|
3226
3268
|
// EXPORTS
|
|
@@ -3230,7 +3272,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
|
|
|
3230
3272
|
var es_symbol_js_ = __webpack_require__(2);
|
|
3231
3273
|
|
|
3232
3274
|
// EXTERNAL MODULE: external "core-js/modules/es.object.keys.js"
|
|
3233
|
-
var es_object_keys_js_ = __webpack_require__(
|
|
3275
|
+
var es_object_keys_js_ = __webpack_require__(19);
|
|
3234
3276
|
|
|
3235
3277
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
3236
3278
|
|
|
@@ -3269,6 +3311,55 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
3269
3311
|
|
|
3270
3312
|
/***/ }),
|
|
3271
3313
|
|
|
3314
|
+
/***/ 37:
|
|
3315
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3316
|
+
|
|
3317
|
+
"use strict";
|
|
3318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
|
|
3319
|
+
/* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28);
|
|
3320
|
+
/* 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__);
|
|
3321
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
3322
|
+
/* 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__);
|
|
3323
|
+
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
3324
|
+
/* 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__);
|
|
3325
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8);
|
|
3326
|
+
/* 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__);
|
|
3327
|
+
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
3328
|
+
/* 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__);
|
|
3329
|
+
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
3330
|
+
/* 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__);
|
|
3331
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(14);
|
|
3332
|
+
/* 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__);
|
|
3333
|
+
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(40);
|
|
3334
|
+
/* 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__);
|
|
3335
|
+
/* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(21);
|
|
3336
|
+
|
|
3337
|
+
|
|
3338
|
+
|
|
3339
|
+
|
|
3340
|
+
|
|
3341
|
+
|
|
3342
|
+
|
|
3343
|
+
|
|
3344
|
+
|
|
3345
|
+
|
|
3346
|
+
|
|
3347
|
+
|
|
3348
|
+
|
|
3349
|
+
|
|
3350
|
+
|
|
3351
|
+
|
|
3352
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
3353
|
+
if (!o) return;
|
|
3354
|
+
if (typeof o === "string") return Object(_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"])(o, minLen);
|
|
3355
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
3356
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
3357
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
3358
|
+
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);
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
/***/ }),
|
|
3362
|
+
|
|
3272
3363
|
/***/ 38:
|
|
3273
3364
|
/***/ (function(module, exports) {
|
|
3274
3365
|
|
|
@@ -3281,16 +3372,16 @@ module.exports = require("core-js/modules/es.promise.js");
|
|
|
3281
3372
|
|
|
3282
3373
|
"use strict";
|
|
3283
3374
|
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
|
|
3284
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3375
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(36);
|
|
3285
3376
|
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(10);
|
|
3286
|
-
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
3377
|
+
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(26);
|
|
3287
3378
|
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(0);
|
|
3288
3379
|
/* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
|
|
3289
3380
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
|
|
3290
3381
|
/* 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__);
|
|
3291
|
-
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
3382
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(9);
|
|
3292
3383
|
/* 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__);
|
|
3293
|
-
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
3384
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(15);
|
|
3294
3385
|
/* 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__);
|
|
3295
3386
|
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(12);
|
|
3296
3387
|
/* 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__);
|
|
@@ -3298,19 +3389,19 @@ module.exports = require("core-js/modules/es.promise.js");
|
|
|
3298
3389
|
/* 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__);
|
|
3299
3390
|
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(34);
|
|
3300
3391
|
/* 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__);
|
|
3301
|
-
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
3392
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(14);
|
|
3302
3393
|
/* 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__);
|
|
3303
3394
|
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(29);
|
|
3304
3395
|
/* 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__);
|
|
3305
3396
|
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(16);
|
|
3306
3397
|
/* 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__);
|
|
3307
|
-
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
3398
|
+
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(23);
|
|
3308
3399
|
/* 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__);
|
|
3309
3400
|
/* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(38);
|
|
3310
3401
|
/* 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__);
|
|
3311
3402
|
/* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(40);
|
|
3312
3403
|
/* 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__);
|
|
3313
|
-
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
3404
|
+
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(25);
|
|
3314
3405
|
/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_18__);
|
|
3315
3406
|
|
|
3316
3407
|
|
|
@@ -3409,7 +3500,8 @@ function formatI18nConfig(configs, language) {
|
|
|
3409
3500
|
compTitle: String,
|
|
3410
3501
|
items: Array,
|
|
3411
3502
|
//
|
|
3412
|
-
itemConfigs: Object
|
|
3503
|
+
itemConfigs: Object,
|
|
3504
|
+
metaId: String
|
|
3413
3505
|
},
|
|
3414
3506
|
data: function data() {
|
|
3415
3507
|
return {
|
|
@@ -3480,7 +3572,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3480
3572
|
*/
|
|
3481
3573
|
$metaId: function $metaId() {
|
|
3482
3574
|
var metaId = this.$configs.metaId;
|
|
3483
|
-
return metaId || this.$pageMetaId;
|
|
3575
|
+
return this.metaId || metaId || this.$pageMetaId;
|
|
3484
3576
|
},
|
|
3485
3577
|
// 当前组件对象
|
|
3486
3578
|
$meta: function $meta() {
|
|
@@ -3557,6 +3649,16 @@ function formatI18nConfig(configs, language) {
|
|
|
3557
3649
|
},
|
|
3558
3650
|
$currentRoleId: function $currentRoleId() {
|
|
3559
3651
|
return this.$currentRole.id;
|
|
3652
|
+
},
|
|
3653
|
+
$getComponentId: function $getComponentId() {
|
|
3654
|
+
var _this2 = this;
|
|
3655
|
+
return function (component) {
|
|
3656
|
+
if (!_this2.isPage) {
|
|
3657
|
+
var id = _this2.$component.id;
|
|
3658
|
+
return id + '-' + component.id;
|
|
3659
|
+
}
|
|
3660
|
+
return component.id;
|
|
3661
|
+
};
|
|
3560
3662
|
}
|
|
3561
3663
|
}),
|
|
3562
3664
|
watch: {
|
|
@@ -3574,7 +3676,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3574
3676
|
window.open(webLinkUrl);
|
|
3575
3677
|
},
|
|
3576
3678
|
goApp: function goApp(config) {
|
|
3577
|
-
var
|
|
3679
|
+
var _this3 = this;
|
|
3578
3680
|
return Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])( /*#__PURE__*/Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])().mark(function _callee() {
|
|
3579
3681
|
var serviceId, app;
|
|
3580
3682
|
return Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])().wrap(function _callee$(_context) {
|
|
@@ -3589,7 +3691,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3589
3691
|
case 3:
|
|
3590
3692
|
app = {};
|
|
3591
3693
|
_context.next = 6;
|
|
3592
|
-
return
|
|
3694
|
+
return _this3.$http.get({
|
|
3593
3695
|
entityId: 'FM_SERVICE',
|
|
3594
3696
|
id: serviceId
|
|
3595
3697
|
}).then(function (data) {
|
|
@@ -3604,13 +3706,13 @@ function formatI18nConfig(configs, language) {
|
|
|
3604
3706
|
}
|
|
3605
3707
|
return _context.abrupt("return");
|
|
3606
3708
|
case 8:
|
|
3607
|
-
|
|
3709
|
+
_this3.$http.get({
|
|
3608
3710
|
link: 'client',
|
|
3609
3711
|
entityId: 'FM_SYSTEM',
|
|
3610
3712
|
id: app.SYSTEM
|
|
3611
3713
|
}).then(function (data) {
|
|
3612
3714
|
if (data && data.data) {
|
|
3613
|
-
var rootPath =
|
|
3715
|
+
var rootPath = _this3.$util.getRootPath();
|
|
3614
3716
|
var url = "".concat(rootPath, "/app/").concat(data.data['CLIENT|CODE'], "/").concat(data.data.CODE, "/").concat(app.CODE);
|
|
3615
3717
|
window.open(url);
|
|
3616
3718
|
}
|
|
@@ -3633,7 +3735,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3633
3735
|
if (this.upPage) this.upPage.$refesh();
|
|
3634
3736
|
},
|
|
3635
3737
|
$routerChange: function $routerChange(callback) {
|
|
3636
|
-
var
|
|
3738
|
+
var _this4 = this;
|
|
3637
3739
|
// 获取上级路由
|
|
3638
3740
|
var parent = this.$parent || this.$root;
|
|
3639
3741
|
var name = parent.$options.componentName;
|
|
@@ -3645,7 +3747,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3645
3747
|
}
|
|
3646
3748
|
if (parent) {
|
|
3647
3749
|
parent.$on('change', function (params) {
|
|
3648
|
-
return callback.apply(
|
|
3750
|
+
return callback.apply(_this4, params);
|
|
3649
3751
|
});
|
|
3650
3752
|
}
|
|
3651
3753
|
},
|
|
@@ -3698,7 +3800,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3698
3800
|
}
|
|
3699
3801
|
},
|
|
3700
3802
|
$excuteEvent: function $excuteEvent(key) {
|
|
3701
|
-
var
|
|
3803
|
+
var _this5 = this;
|
|
3702
3804
|
for (var _len4 = arguments.length, args = new Array(_len4 > 1 ? _len4 - 1 : 0), _key4 = 1; _key4 < _len4; _key4++) {
|
|
3703
3805
|
args[_key4 - 1] = arguments[_key4];
|
|
3704
3806
|
}
|
|
@@ -3707,7 +3809,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3707
3809
|
var _componentEvents$key = componentEvents[key],
|
|
3708
3810
|
keyEvents = _componentEvents$key === void 0 ? [] : _componentEvents$key;
|
|
3709
3811
|
keyEvents.map(function (event) {
|
|
3710
|
-
return
|
|
3812
|
+
return _this5.executeCustomJs.apply(_this5, [event].concat(args));
|
|
3711
3813
|
});
|
|
3712
3814
|
},
|
|
3713
3815
|
_createComponent: function _createComponent() {
|
|
@@ -3807,20 +3909,20 @@ function formatI18nConfig(configs, language) {
|
|
|
3807
3909
|
initComponent: function initComponent(component) {}
|
|
3808
3910
|
},
|
|
3809
3911
|
created: function created() {
|
|
3810
|
-
var
|
|
3912
|
+
var _this6 = this;
|
|
3811
3913
|
return Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])( /*#__PURE__*/Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])().mark(function _callee2() {
|
|
3812
3914
|
var component;
|
|
3813
3915
|
return Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_regeneratorRuntime_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])().wrap(function _callee2$(_context2) {
|
|
3814
3916
|
while (1) switch (_context2.prev = _context2.next) {
|
|
3815
3917
|
case 0:
|
|
3816
|
-
|
|
3918
|
+
_this6.beforeCreateComponent();
|
|
3817
3919
|
// 创建组件
|
|
3818
|
-
|
|
3920
|
+
_this6._createComponent();
|
|
3819
3921
|
try {
|
|
3820
|
-
|
|
3922
|
+
_this6.oldCompConfigs = _this6.$_.cloneDeep(_this6.compConfigs);
|
|
3821
3923
|
} catch (error) {}
|
|
3822
3924
|
// 初始化组件配置
|
|
3823
|
-
component =
|
|
3925
|
+
component = _this6.beforeInitComponent();
|
|
3824
3926
|
if (!(component instanceof Promise)) {
|
|
3825
3927
|
_context2.next = 7;
|
|
3826
3928
|
break;
|
|
@@ -3828,18 +3930,18 @@ function formatI18nConfig(configs, language) {
|
|
|
3828
3930
|
_context2.next = 7;
|
|
3829
3931
|
return component;
|
|
3830
3932
|
case 7:
|
|
3831
|
-
if (!(
|
|
3933
|
+
if (!(_this6.$metaId && !_this6.$meta)) {
|
|
3832
3934
|
_context2.next = 10;
|
|
3833
3935
|
break;
|
|
3834
3936
|
}
|
|
3835
3937
|
_context2.next = 10;
|
|
3836
|
-
return
|
|
3938
|
+
return _this6.$store.dispatch({
|
|
3837
3939
|
type: 'ADD_META',
|
|
3838
|
-
metaId:
|
|
3940
|
+
metaId: _this6.$metaId
|
|
3839
3941
|
});
|
|
3840
3942
|
case 10:
|
|
3841
3943
|
// 初始化组件
|
|
3842
|
-
|
|
3944
|
+
_this6.initComponent(_this6.$component);
|
|
3843
3945
|
case 11:
|
|
3844
3946
|
case "end":
|
|
3845
3947
|
return _context2.stop();
|
|
@@ -3848,10 +3950,10 @@ function formatI18nConfig(configs, language) {
|
|
|
3848
3950
|
}))();
|
|
3849
3951
|
},
|
|
3850
3952
|
mounted: function mounted() {
|
|
3851
|
-
var
|
|
3953
|
+
var _this7 = this;
|
|
3852
3954
|
if (this.isPage) {
|
|
3853
3955
|
window.onpopstate = function () {
|
|
3854
|
-
|
|
3956
|
+
_this7.backPage();
|
|
3855
3957
|
return false;
|
|
3856
3958
|
};
|
|
3857
3959
|
}
|
|
@@ -3877,7 +3979,7 @@ function formatI18nConfig(configs, language) {
|
|
|
3877
3979
|
/* 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__);
|
|
3878
3980
|
/* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11);
|
|
3879
3981
|
/* 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__);
|
|
3880
|
-
/* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
3982
|
+
/* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(24);
|
|
3881
3983
|
/* 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__);
|
|
3882
3984
|
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
|
|
3883
3985
|
/* 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__);
|
|
@@ -3959,7 +4061,7 @@ var es_object_to_string_js_ = __webpack_require__(1);
|
|
|
3959
4061
|
var es_number_constructor_js_ = __webpack_require__(16);
|
|
3960
4062
|
|
|
3961
4063
|
// EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
|
|
3962
|
-
var es_error_cause_js_ = __webpack_require__(
|
|
4064
|
+
var es_error_cause_js_ = __webpack_require__(33);
|
|
3963
4065
|
|
|
3964
4066
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
3965
4067
|
|
|
@@ -3996,7 +4098,14 @@ function toPropertyKey(t) {
|
|
|
3996
4098
|
|
|
3997
4099
|
/***/ }),
|
|
3998
4100
|
|
|
3999
|
-
/***/
|
|
4101
|
+
/***/ 44:
|
|
4102
|
+
/***/ (function(module, exports) {
|
|
4103
|
+
|
|
4104
|
+
module.exports = require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
4105
|
+
|
|
4106
|
+
/***/ }),
|
|
4107
|
+
|
|
4108
|
+
/***/ 446:
|
|
4000
4109
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4001
4110
|
|
|
4002
4111
|
"use strict";
|
|
@@ -4005,7 +4114,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4005
4114
|
|
|
4006
4115
|
/***/ }),
|
|
4007
4116
|
|
|
4008
|
-
/***/
|
|
4117
|
+
/***/ 447:
|
|
4009
4118
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4010
4119
|
|
|
4011
4120
|
"use strict";
|
|
@@ -4014,7 +4123,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4014
4123
|
|
|
4015
4124
|
/***/ }),
|
|
4016
4125
|
|
|
4017
|
-
/***/
|
|
4126
|
+
/***/ 448:
|
|
4018
4127
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4019
4128
|
|
|
4020
4129
|
"use strict";
|
|
@@ -4023,7 +4132,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4023
4132
|
|
|
4024
4133
|
/***/ }),
|
|
4025
4134
|
|
|
4026
|
-
/***/
|
|
4135
|
+
/***/ 449:
|
|
4027
4136
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4028
4137
|
|
|
4029
4138
|
"use strict";
|
|
@@ -4032,7 +4141,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4032
4141
|
|
|
4033
4142
|
/***/ }),
|
|
4034
4143
|
|
|
4035
|
-
/***/
|
|
4144
|
+
/***/ 45:
|
|
4145
|
+
/***/ (function(module, exports) {
|
|
4146
|
+
|
|
4147
|
+
module.exports = require("core-js/modules/es.object.get-own-property-descriptors.js");
|
|
4148
|
+
|
|
4149
|
+
/***/ }),
|
|
4150
|
+
|
|
4151
|
+
/***/ 450:
|
|
4036
4152
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4037
4153
|
|
|
4038
4154
|
"use strict";
|
|
@@ -4041,7 +4157,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4041
4157
|
|
|
4042
4158
|
/***/ }),
|
|
4043
4159
|
|
|
4044
|
-
/***/
|
|
4160
|
+
/***/ 451:
|
|
4045
4161
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4046
4162
|
|
|
4047
4163
|
"use strict";
|
|
@@ -4050,7 +4166,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4050
4166
|
|
|
4051
4167
|
/***/ }),
|
|
4052
4168
|
|
|
4053
|
-
/***/
|
|
4169
|
+
/***/ 452:
|
|
4054
4170
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4055
4171
|
|
|
4056
4172
|
"use strict";
|
|
@@ -4059,14 +4175,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4059
4175
|
|
|
4060
4176
|
/***/ }),
|
|
4061
4177
|
|
|
4062
|
-
/***/
|
|
4063
|
-
/***/ (function(module, exports) {
|
|
4064
|
-
|
|
4065
|
-
module.exports = require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
4066
|
-
|
|
4067
|
-
/***/ }),
|
|
4068
|
-
|
|
4069
|
-
/***/ 440:
|
|
4178
|
+
/***/ 453:
|
|
4070
4179
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4071
4180
|
|
|
4072
4181
|
"use strict";
|
|
@@ -4075,7 +4184,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4075
4184
|
|
|
4076
4185
|
/***/ }),
|
|
4077
4186
|
|
|
4078
|
-
/***/
|
|
4187
|
+
/***/ 454:
|
|
4079
4188
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4080
4189
|
|
|
4081
4190
|
"use strict";
|
|
@@ -4084,13 +4193,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4084
4193
|
|
|
4085
4194
|
/***/ }),
|
|
4086
4195
|
|
|
4087
|
-
/***/ 45:
|
|
4088
|
-
/***/ (function(module, exports) {
|
|
4089
|
-
|
|
4090
|
-
module.exports = require("core-js/modules/es.object.get-own-property-descriptors.js");
|
|
4091
|
-
|
|
4092
|
-
/***/ }),
|
|
4093
|
-
|
|
4094
4196
|
/***/ 46:
|
|
4095
4197
|
/***/ (function(module, exports) {
|
|
4096
4198
|
|
|
@@ -4133,7 +4235,21 @@ module.exports = require("core-js/modules/es.math.to-string-tag.js");
|
|
|
4133
4235
|
|
|
4134
4236
|
/***/ }),
|
|
4135
4237
|
|
|
4136
|
-
/***/
|
|
4238
|
+
/***/ 53:
|
|
4239
|
+
/***/ (function(module, exports) {
|
|
4240
|
+
|
|
4241
|
+
module.exports = require("core-js/modules/es.object.set-prototype-of.js");
|
|
4242
|
+
|
|
4243
|
+
/***/ }),
|
|
4244
|
+
|
|
4245
|
+
/***/ 54:
|
|
4246
|
+
/***/ (function(module, exports) {
|
|
4247
|
+
|
|
4248
|
+
module.exports = require("core-js/modules/es.object.proto.js");
|
|
4249
|
+
|
|
4250
|
+
/***/ }),
|
|
4251
|
+
|
|
4252
|
+
/***/ 542:
|
|
4137
4253
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4138
4254
|
|
|
4139
4255
|
"use strict";
|
|
@@ -4141,21 +4257,21 @@ module.exports = require("core-js/modules/es.math.to-string-tag.js");
|
|
|
4141
4257
|
__webpack_require__.r(__webpack_exports__);
|
|
4142
4258
|
|
|
4143
4259
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
4144
|
-
var es_function_name_js_ = __webpack_require__(
|
|
4260
|
+
var es_function_name_js_ = __webpack_require__(8);
|
|
4145
4261
|
|
|
4146
4262
|
// EXTERNAL MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/app-nav/AppNav.vue?vue&type=script&lang=js
|
|
4147
|
-
var AppNavvue_type_script_lang_js = __webpack_require__(
|
|
4263
|
+
var AppNavvue_type_script_lang_js = __webpack_require__(193);
|
|
4148
4264
|
|
|
4149
4265
|
// CONCATENATED MODULE: ./src/frame/packages/app-nav/AppNav.vue?vue&type=script&lang=js
|
|
4150
4266
|
/* harmony default export */ var app_nav_AppNavvue_type_script_lang_js = (AppNavvue_type_script_lang_js["a" /* default */]);
|
|
4151
4267
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
4152
|
-
var injectStylesIntoStyleTag = __webpack_require__(
|
|
4268
|
+
var injectStylesIntoStyleTag = __webpack_require__(17);
|
|
4153
4269
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
4154
4270
|
|
|
4155
|
-
// 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/app-nav/AppNav.vue?vue&type=style&index=0&id=
|
|
4156
|
-
var
|
|
4271
|
+
// 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/app-nav/AppNav.vue?vue&type=style&index=0&id=83d23f82&prod&lang=scss
|
|
4272
|
+
var AppNavvue_type_style_index_0_id_83d23f82_prod_lang_scss = __webpack_require__(263);
|
|
4157
4273
|
|
|
4158
|
-
// 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/app-nav/AppNav.vue?vue&type=style&index=0&id=
|
|
4274
|
+
// 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/app-nav/AppNav.vue?vue&type=style&index=0&id=83d23f82&prod&lang=scss
|
|
4159
4275
|
|
|
4160
4276
|
|
|
4161
4277
|
|
|
@@ -4164,15 +4280,15 @@ var options = {};
|
|
|
4164
4280
|
options.insert = "head";
|
|
4165
4281
|
options.singleton = false;
|
|
4166
4282
|
|
|
4167
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
4283
|
+
var update = injectStylesIntoStyleTag_default()(AppNavvue_type_style_index_0_id_83d23f82_prod_lang_scss["a" /* default */], options);
|
|
4168
4284
|
|
|
4169
4285
|
|
|
4170
4286
|
|
|
4171
|
-
/* harmony default export */ var
|
|
4172
|
-
// CONCATENATED MODULE: ./src/frame/packages/app-nav/AppNav.vue?vue&type=style&index=0&id=
|
|
4287
|
+
/* harmony default export */ var app_nav_AppNavvue_type_style_index_0_id_83d23f82_prod_lang_scss = (AppNavvue_type_style_index_0_id_83d23f82_prod_lang_scss["a" /* default */].locals || {});
|
|
4288
|
+
// CONCATENATED MODULE: ./src/frame/packages/app-nav/AppNav.vue?vue&type=style&index=0&id=83d23f82&prod&lang=scss
|
|
4173
4289
|
|
|
4174
4290
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
4175
|
-
var componentNormalizer = __webpack_require__(
|
|
4291
|
+
var componentNormalizer = __webpack_require__(13);
|
|
4176
4292
|
|
|
4177
4293
|
// CONCATENATED MODULE: ./src/frame/packages/app-nav/AppNav.vue
|
|
4178
4294
|
var render, staticRenderFns
|
|
@@ -4208,20 +4324,6 @@ AppNav.install = function install(Vue) {
|
|
|
4208
4324
|
|
|
4209
4325
|
/***/ }),
|
|
4210
4326
|
|
|
4211
|
-
/***/ 53:
|
|
4212
|
-
/***/ (function(module, exports) {
|
|
4213
|
-
|
|
4214
|
-
module.exports = require("core-js/modules/es.object.set-prototype-of.js");
|
|
4215
|
-
|
|
4216
|
-
/***/ }),
|
|
4217
|
-
|
|
4218
|
-
/***/ 54:
|
|
4219
|
-
/***/ (function(module, exports) {
|
|
4220
|
-
|
|
4221
|
-
module.exports = require("core-js/modules/es.object.proto.js");
|
|
4222
|
-
|
|
4223
|
-
/***/ }),
|
|
4224
|
-
|
|
4225
4327
|
/***/ 59:
|
|
4226
4328
|
/***/ (function(module, exports) {
|
|
4227
4329
|
|
|
@@ -4236,7 +4338,7 @@ module.exports = require("core-js/modules/es.symbol.description.js");
|
|
|
4236
4338
|
|
|
4237
4339
|
/***/ }),
|
|
4238
4340
|
|
|
4239
|
-
/***/
|
|
4341
|
+
/***/ 63:
|
|
4240
4342
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4241
4343
|
|
|
4242
4344
|
"use strict";
|
|
@@ -4337,14 +4439,14 @@ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
|
|
|
4337
4439
|
/***/ 8:
|
|
4338
4440
|
/***/ (function(module, exports) {
|
|
4339
4441
|
|
|
4340
|
-
module.exports = require("core-js/modules/
|
|
4442
|
+
module.exports = require("core-js/modules/es.function.name.js");
|
|
4341
4443
|
|
|
4342
4444
|
/***/ }),
|
|
4343
4445
|
|
|
4344
4446
|
/***/ 9:
|
|
4345
4447
|
/***/ (function(module, exports) {
|
|
4346
4448
|
|
|
4347
|
-
module.exports = require("core-js/modules/
|
|
4449
|
+
module.exports = require("core-js/modules/web.dom-collections.for-each.js");
|
|
4348
4450
|
|
|
4349
4451
|
/***/ })
|
|
4350
4452
|
|