epx-frame 4.1.8 → 4.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/lib/0.index.js +1 -1
  2. package/lib/1.index.js +1 -1
  3. package/lib/10.index.js +1 -1
  4. package/lib/10.js +22 -22
  5. package/lib/11.index.js +3 -3
  6. package/lib/12.index.js +1 -1
  7. package/lib/13.index.js +1 -1
  8. package/lib/14.index.js +1 -1
  9. package/lib/15.index.js +1 -1
  10. package/lib/17.js +35 -35
  11. package/lib/2.index.js +1 -1
  12. package/lib/3.index.js +1 -1
  13. package/lib/4.index.js +1 -1
  14. package/lib/5.index.js +1 -1
  15. package/lib/6.index.js +1 -1
  16. package/lib/8.index.js +1 -1
  17. package/lib/9.index.js +1 -1
  18. package/lib/93.js +574 -574
  19. package/lib/add-form-item.js +127 -127
  20. package/lib/add-form.js +259 -242
  21. package/lib/alert.js +284 -284
  22. package/lib/app-index.js +124 -124
  23. package/lib/app-nav.js +299 -299
  24. package/lib/app-tabs.js +113 -113
  25. package/lib/apply-form.js +288 -288
  26. package/lib/approval-index-page.js +155 -155
  27. package/lib/approval-index.js +118 -118
  28. package/lib/base-page.js +98 -91
  29. package/lib/button.js +129 -129
  30. package/lib/card-form-item.js +273 -273
  31. package/lib/card.js +158 -158
  32. package/lib/category-list.js +411 -364
  33. package/lib/chart.js +329 -329
  34. package/lib/check-history.js +106 -106
  35. package/lib/color-picker.js +61 -61
  36. package/lib/component.js +4 -4
  37. package/lib/config-page.js +240 -240
  38. package/lib/contacts.js +151 -151
  39. package/lib/dashboard.js +1177 -1177
  40. package/lib/div.js +82 -82
  41. package/lib/edit-entity-list.js +365 -318
  42. package/lib/entity-add-page.js +191 -191
  43. package/lib/entity-apply-page.js +185 -185
  44. package/lib/entity-card-list.js +371 -324
  45. package/lib/entity-list-find-page.js +237 -237
  46. package/lib/entity-list-find.js +366 -319
  47. package/lib/entity-list-page.js +189 -189
  48. package/lib/entity-list.js +296 -284
  49. package/lib/entity-no-submit-sub-list.js +102 -102
  50. package/lib/entity-sub-grid.js +138 -138
  51. package/lib/entity-sub-list.js +394 -347
  52. package/lib/entity-tree-find-page.js +159 -159
  53. package/lib/entity-tree-find.js +324 -324
  54. package/lib/epx-frame.common.js +1 -1
  55. package/lib/export-file.js +104 -104
  56. package/lib/export.js +265 -265
  57. package/lib/flow-num.js +702 -702
  58. package/lib/footer.js +91 -91
  59. package/lib/form-item.js +13699 -2543
  60. package/lib/form.js +153 -153
  61. package/lib/formula.js +748 -748
  62. package/lib/gauge.js +334 -334
  63. package/lib/grid.js +176 -176
  64. package/lib/header.js +845 -845
  65. package/lib/icon.js +77 -77
  66. package/lib/iframe.js +111 -111
  67. package/lib/image.js +121 -121
  68. package/lib/import-file.js +108 -108
  69. package/lib/import.js +199 -199
  70. package/lib/index.css +8 -6
  71. package/lib/index.js +7 -7
  72. package/lib/layout.js +327 -327
  73. package/lib/list.js +312 -312
  74. package/lib/load-page.js +82 -82
  75. package/lib/logo.png +0 -0
  76. package/lib/m-entity-add-page.js +198 -198
  77. package/lib/m-entity-dept-find.js +125 -125
  78. package/lib/m-entity-list-find.js +904 -904
  79. package/lib/m-entity-list.js +175 -158
  80. package/lib/m-entity-no-submit-sub-list.js +135 -135
  81. package/lib/m-entity-tree-find.js +140 -140
  82. package/lib/m-entity-user-find.js +121 -121
  83. package/lib/menu-index.js +190 -190
  84. package/lib/menu.js +281 -281
  85. package/lib/mine.js +123 -123
  86. package/lib/module-index-page.js +218 -218
  87. package/lib/module-list-page.js +158 -158
  88. package/lib/module-list.js +174 -174
  89. package/lib/module-tabs-page.js +218 -218
  90. package/lib/nav-add-form.js +105 -105
  91. package/lib/num.js +743 -743
  92. package/lib/org-chart.js +125 -125
  93. package/lib/page-help.js +114 -114
  94. package/lib/page-tabs.js +171 -171
  95. package/lib/page.js +532 -532
  96. package/lib/progress-chart.js +137 -137
  97. package/lib/progress.js +132 -132
  98. package/lib/report-chart.js +411 -411
  99. package/lib/report-html.js +114 -114
  100. package/lib/report-preview.js +118 -118
  101. package/lib/router-view.js +64 -64
  102. package/lib/scope.js +369 -369
  103. package/lib/search.js +328 -328
  104. package/lib/step-item.js +115 -115
  105. package/lib/step.js +114 -114
  106. package/lib/tab-bar.js +8 -8
  107. package/lib/tabs.js +384 -384
  108. package/lib/tag.js +109 -109
  109. package/lib/task-list-page.js +159 -159
  110. package/lib/task-list.js +380 -380
  111. package/lib/text-editor.js +123 -123
  112. package/lib/text.js +123 -123
  113. package/lib/title.js +109 -109
  114. package/lib/visual-config-page.js +683 -636
  115. package/package.json +1 -1
package/lib/header.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 232);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 249);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -92,7 +92,7 @@ module.exports =
92
92
 
93
93
  "use strict";
94
94
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _objectSpread2; });
95
- /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
95
+ /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
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__);
@@ -102,13 +102,13 @@ module.exports =
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__(9);
105
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7);
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__(20);
111
+ /* harmony import */ var _defineProperty_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(16);
112
112
 
113
113
 
114
114
 
@@ -169,11 +169,11 @@ 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__(24);
172
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(25);
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__);
176
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
176
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9);
177
177
  /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__);
178
178
  /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(47);
179
179
  /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_7__);
@@ -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__(9);
188
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(7);
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
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
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(28);
194
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(30);
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__(33);
196
+ /* harmony import */ var core_js_modules_es_error_cause_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(34);
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__);
@@ -678,791 +678,815 @@ module.exports = require("core-js/modules/es.array.concat.js");
678
678
  /***/ }),
679
679
 
680
680
  /***/ 16:
681
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
682
+
683
+ "use strict";
684
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
685
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(41);
686
+
687
+ function _defineProperty(obj, key, value) {
688
+ key = Object(_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(key);
689
+ if (key in obj) {
690
+ Object.defineProperty(obj, key, {
691
+ value: value,
692
+ enumerable: true,
693
+ configurable: true,
694
+ writable: true
695
+ });
696
+ } else {
697
+ obj[key] = value;
698
+ }
699
+ return obj;
700
+ }
701
+
702
+ /***/ }),
703
+
704
+ /***/ 17:
681
705
  /***/ (function(module, exports) {
682
706
 
683
707
  module.exports = require("core-js/modules/es.number.constructor.js");
684
708
 
685
709
  /***/ }),
686
710
 
687
- /***/ 166:
688
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
711
+ /***/ 18:
712
+ /***/ (function(module, exports, __webpack_require__) {
689
713
 
690
714
  "use strict";
691
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(36);
692
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
693
- /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(0);
694
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(14);
695
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__);
696
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(29);
697
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__);
698
- /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
699
- /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__);
700
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(15);
701
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__);
702
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1);
703
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__);
704
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(9);
705
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__);
706
- /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(60);
707
- /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__);
708
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(22);
709
- /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__);
710
- /* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(63);
711
- /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(25);
712
- /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_12__);
713
- /* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(39);
714
715
 
715
716
 
717
+ var isOldIE = function isOldIE() {
718
+ var memo;
719
+ return function memorize() {
720
+ if (typeof memo === 'undefined') {
721
+ // Test for IE <= 9 as proposed by Browserhacks
722
+ // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
723
+ // Tests for existence of standard globals is to allow style-loader
724
+ // to operate correctly into non-standard environments
725
+ // @see https://github.com/webpack-contrib/style-loader/issues/177
726
+ memo = Boolean(window && document && document.all && !window.atob);
727
+ }
716
728
 
717
- var _excluded = ["key"];
729
+ return memo;
730
+ };
731
+ }();
718
732
 
733
+ var getTarget = function getTarget() {
734
+ var memo = {};
735
+ return function memorize(target) {
736
+ if (typeof memo[target] === 'undefined') {
737
+ var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
719
738
 
739
+ if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
740
+ try {
741
+ // This will throw an exception if access to iframe is blocked
742
+ // due to cross-origin restrictions
743
+ styleTarget = styleTarget.contentDocument.head;
744
+ } catch (e) {
745
+ // istanbul ignore next
746
+ styleTarget = null;
747
+ }
748
+ }
720
749
 
750
+ memo[target] = styleTarget;
751
+ }
721
752
 
753
+ return memo[target];
754
+ };
755
+ }();
722
756
 
757
+ var stylesInDom = [];
723
758
 
759
+ function getIndexByIdentifier(identifier) {
760
+ var result = -1;
724
761
 
762
+ for (var i = 0; i < stylesInDom.length; i++) {
763
+ if (stylesInDom[i].identifier === identifier) {
764
+ result = i;
765
+ break;
766
+ }
767
+ }
725
768
 
769
+ return result;
770
+ }
726
771
 
772
+ function modulesToDom(list, options) {
773
+ var idCountMap = {};
774
+ var identifiers = [];
727
775
 
776
+ for (var i = 0; i < list.length; i++) {
777
+ var item = list[i];
778
+ var id = options.base ? item[0] + options.base : item[0];
779
+ var count = idCountMap[id] || 0;
780
+ var identifier = "".concat(id, " ").concat(count);
781
+ idCountMap[id] = count + 1;
782
+ var index = getIndexByIdentifier(identifier);
783
+ var obj = {
784
+ css: item[1],
785
+ media: item[2],
786
+ sourceMap: item[3]
787
+ };
728
788
 
789
+ if (index !== -1) {
790
+ stylesInDom[index].references++;
791
+ stylesInDom[index].updater(obj);
792
+ } else {
793
+ stylesInDom.push({
794
+ identifier: identifier,
795
+ updater: addStyle(obj, options),
796
+ references: 1
797
+ });
798
+ }
729
799
 
800
+ identifiers.push(identifier);
801
+ }
730
802
 
803
+ return identifiers;
804
+ }
731
805
 
806
+ function insertStyleElement(options) {
807
+ var style = document.createElement('style');
808
+ var attributes = options.attributes || {};
732
809
 
733
- //
734
- //
735
- //
736
- //
737
- //
738
- //
739
- //
740
- //
741
- //
742
- //
743
- //
744
- //
745
- //
746
- //
747
- //
748
- //
749
- //
750
- //
751
- //
752
- //
753
- //
754
- //
755
- //
756
- //
757
- //
758
- //
759
- //
760
- //
761
- //
762
- //
763
- //
764
- //
765
- //
766
- //
767
- //
768
- //
769
- //
770
- //
771
- //
772
- //
773
- //
774
- //
775
- //
776
- //
777
- //
778
- //
779
- //
780
- //
781
- //
782
- //
783
- //
784
- //
785
- //
786
- //
787
- //
788
- //
789
- //
790
- //
791
- //
792
- //
793
- //
794
- //
795
- //
796
- //
797
- //
798
- //
799
- //
800
- //
801
- //
802
- //
803
- //
804
- //
805
- //
806
- //
807
- //
808
- //
809
- //
810
- //
811
- //
812
- //
813
- //
814
- //
815
- //
816
- //
817
- //
818
- //
819
- //
820
- //
821
- //
822
- //
823
- //
824
- //
825
- //
826
- //
827
- //
828
- //
829
- //
830
- //
831
- //
832
- //
810
+ if (typeof attributes.nonce === 'undefined') {
811
+ var nonce = true ? __webpack_require__.nc : undefined;
833
812
 
813
+ if (nonce) {
814
+ attributes.nonce = nonce;
815
+ }
816
+ }
834
817
 
818
+ Object.keys(attributes).forEach(function (key) {
819
+ style.setAttribute(key, attributes[key]);
820
+ });
835
821
 
822
+ if (typeof options.insert === 'function') {
823
+ options.insert(style);
824
+ } else {
825
+ var target = getTarget(options.insert || 'head');
836
826
 
837
- /* harmony default export */ __webpack_exports__["a"] = ({
838
- name: 'epx-header',
839
- mixins: [_utils_mixins_component__WEBPACK_IMPORTED_MODULE_13__[/* default */ "a"]],
840
- showHelp: true,
841
- operates: [],
842
- style: {
843
- margin: '0'
844
- },
845
- props: {
846
- title: {
847
- type: String,
848
- default: function _default() {
849
- return '';
850
- }
851
- },
852
- page: {
853
- type: Object,
854
- default: function _default() {
855
- return {};
856
- }
857
- },
858
- meta: {
859
- type: Object,
860
- default: function _default() {
861
- return {};
862
- }
827
+ if (!target) {
828
+ throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
863
829
  }
864
- },
865
- inject: {
866
- dialog: {
867
- default: function _default() {
868
- return null;
869
- }
870
- },
871
- getMenuInfo: {
872
- default: function _default() {
873
- return null;
874
- }
830
+
831
+ target.appendChild(style);
832
+ }
833
+
834
+ return style;
835
+ }
836
+
837
+ function removeStyleElement(style) {
838
+ // istanbul ignore if
839
+ if (style.parentNode === null) {
840
+ return false;
841
+ }
842
+
843
+ style.parentNode.removeChild(style);
844
+ }
845
+ /* istanbul ignore next */
846
+
847
+
848
+ var replaceText = function replaceText() {
849
+ var textStore = [];
850
+ return function replace(index, replacement) {
851
+ textStore[index] = replacement;
852
+ return textStore.filter(Boolean).join('\n');
853
+ };
854
+ }();
855
+
856
+ function applyToSingletonTag(style, index, remove, obj) {
857
+ var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
858
+
859
+ /* istanbul ignore if */
860
+
861
+ if (style.styleSheet) {
862
+ style.styleSheet.cssText = replaceText(index, css);
863
+ } else {
864
+ var cssNode = document.createTextNode(css);
865
+ var childNodes = style.childNodes;
866
+
867
+ if (childNodes[index]) {
868
+ style.removeChild(childNodes[index]);
875
869
  }
876
- },
877
- computed: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_12__["mapGetters"])(['getPageByMetaId', 'getPageById', 'getTab'])), {}, {
878
- pageTitle: function pageTitle() {
879
- // eslint-disable-next-line no-unused-vars
880
- var _this = this;
881
- var _this$$configs = this.$configs,
882
- _this$$configs$title = _this$$configs.title,
883
- title = _this$$configs$title === void 0 ? '' : _this$$configs$title,
884
- titleWay = _this$$configs.titleWay;
885
- var pageTitle = title.replace(/\$\[([\w-.|$#]+)\]/g, function (macth, key) {
886
- try {
887
- // eslint-disable-next-line no-eval
888
- return eval("_this.".concat(key)) || eval("_this.$query.".concat(key)) || '';
889
- } catch (error) {
890
- return '';
891
- }
892
- });
893
- if (this.$meta && titleWay === 'label') {
894
- var label = this.$meta.label;
895
- return this.formData[label + '#'] || this.formData[label] || pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
896
- } else {
897
- return pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
898
- }
899
- },
900
- defaultTitle: function defaultTitle() {
901
- var _ref = this.$meta || {},
902
- _ref$name = _ref.name,
903
- metaTitle = _ref$name === void 0 ? this.appConfig.NAME : _ref$name;
904
- var _ref2 = this.$pageInfo || {},
905
- _ref2$title = _ref2.title,
906
- title = _ref2$title === void 0 ? metaTitle : _ref2$title;
907
- return title || '';
908
- },
909
- pageHelp: function pageHelp() {
910
- var _this$$pageInfo$confi = this.$pageInfo.config,
911
- config = _this$$pageInfo$confi === void 0 ? {} : _this$$pageInfo$confi;
912
- return config.pageHelp;
913
- },
914
- routeLength: function routeLength() {
915
- var _ref3 = this.upPage || {},
916
- _ref3$routes = _ref3.routes,
917
- routes = _ref3$routes === void 0 ? [] : _ref3$routes;
918
- return routes.length;
919
- },
920
- operates: function operates() {
921
- var operates = this.$configs.operates;
922
- return operates;
870
+
871
+ if (childNodes.length) {
872
+ style.insertBefore(cssNode, childNodes[index]);
873
+ } else {
874
+ style.appendChild(cssNode);
923
875
  }
924
- }),
925
- watch: {
926
- pageTitle: {
927
- handler: function handler(v) {
928
- if (this.dialog) {
929
- this.dialog.changeHeaderTitle(v);
930
- }
931
- }
876
+ }
877
+ }
878
+
879
+ function applyToTag(style, options, obj) {
880
+ var css = obj.css;
881
+ var media = obj.media;
882
+ var sourceMap = obj.sourceMap;
883
+
884
+ if (media) {
885
+ style.setAttribute('media', media);
886
+ } else {
887
+ style.removeAttribute('media');
888
+ }
889
+
890
+ if (sourceMap && typeof btoa !== 'undefined') {
891
+ css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
892
+ } // For old IE
893
+
894
+ /* istanbul ignore if */
895
+
896
+
897
+ if (style.styleSheet) {
898
+ style.styleSheet.cssText = css;
899
+ } else {
900
+ while (style.firstChild) {
901
+ style.removeChild(style.firstChild);
932
902
  }
933
- },
934
- data: function data() {
935
- return {
936
- tabs: [],
937
- showMobileMenu: false,
938
- isMenuShow: false,
939
- pageMode: '',
940
- activeTab: {},
941
- module: {},
942
- menu: null,
943
- listOperates: [],
944
- showMobileOpera: false,
945
- showPageConfigBtn: false,
946
- showHelpDialog: false,
947
- helpDialogFullscreen: false,
948
- formData: {}
903
+
904
+ style.appendChild(document.createTextNode(css));
905
+ }
906
+ }
907
+
908
+ var singleton = null;
909
+ var singletonCounter = 0;
910
+
911
+ function addStyle(obj, options) {
912
+ var style;
913
+ var update;
914
+ var remove;
915
+
916
+ if (options.singleton) {
917
+ var styleIndex = singletonCounter++;
918
+ style = singleton || (singleton = insertStyleElement(options));
919
+ update = applyToSingletonTag.bind(null, style, styleIndex, false);
920
+ remove = applyToSingletonTag.bind(null, style, styleIndex, true);
921
+ } else {
922
+ style = insertStyleElement(options);
923
+ update = applyToTag.bind(null, style, options);
924
+
925
+ remove = function remove() {
926
+ removeStyleElement(style);
949
927
  };
950
- },
951
- filters: {
952
- tabTitle: function tabTitle(tab, index) {
953
- var title = tab.title || this.$t('label page') + (index + 1);
954
- if (tab.countFlag) {
955
- return title + '(' + (tab.count || 0) + ')';
928
+ }
929
+
930
+ update(obj);
931
+ return function updateStyle(newObj) {
932
+ if (newObj) {
933
+ if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
934
+ return;
956
935
  }
957
- return title;
936
+
937
+ update(obj = newObj);
938
+ } else {
939
+ remove();
958
940
  }
959
- },
960
- methods: {
961
- listHandler: function listHandler(operate) {
962
- this.$handler(operate);
963
- this.showMobileOpera = false;
964
- },
965
- back: function back() {
966
- this.backPage();
967
- },
968
- pageSettingVisual: function pageSettingVisual(mode) {
969
- // 当前页面id
970
- if (!this.upPage.$pageId) {
971
- this.$message.error(this.$t('The default page cannot be edited'));
972
- return;
941
+ };
942
+ }
943
+
944
+ module.exports = function (list, options) {
945
+ options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
946
+ // tags it will allow on a page
947
+
948
+ if (!options.singleton && typeof options.singleton !== 'boolean') {
949
+ options.singleton = isOldIE();
950
+ }
951
+
952
+ list = list || [];
953
+ var lastIdentifiers = modulesToDom(list, options);
954
+ return function update(newList) {
955
+ newList = newList || [];
956
+
957
+ if (Object.prototype.toString.call(newList) !== '[object Array]') {
958
+ return;
959
+ }
960
+
961
+ for (var i = 0; i < lastIdentifiers.length; i++) {
962
+ var identifier = lastIdentifiers[i];
963
+ var index = getIndexByIdentifier(identifier);
964
+ stylesInDom[index].references--;
965
+ }
966
+
967
+ var newLastIdentifiers = modulesToDom(newList, options);
968
+
969
+ for (var _i = 0; _i < lastIdentifiers.length; _i++) {
970
+ var _identifier = lastIdentifiers[_i];
971
+
972
+ var _index = getIndexByIdentifier(_identifier);
973
+
974
+ if (stylesInDom[_index].references === 0) {
975
+ stylesInDom[_index].updater();
976
+
977
+ stylesInDom.splice(_index, 1);
973
978
  }
974
- var pageId = this.upPage.$pageId;
975
- // // 标签页模式
976
- // if (this.pageMode === 'pageTab' && mode !== 'tab') {
977
- // const { pageMetaId, pageFlag } = this.activeTab
978
- // const page = this.getPageByMetaId(pageMetaId, pageFlag)
979
- // if (page && page.pageId) {
980
- // pageId = page.pageId
981
- // }
982
- // }
983
- var route = {
984
- metaId: 'FM_PAGE_CONFIG',
985
- flag: 'v_visual_page_config',
986
- component: 'visual-config',
987
- id: pageId,
988
- entityId: this.upPage.$metaId,
989
- config: this.upPage.pageConfig,
990
- pageInstance: this.upPage,
991
- title: this.title || this.appConfig.TITLE,
992
- pageType: 'EDIT'
993
- };
994
- this.$createPage(route);
995
- // if (this.currentMenuRouters.length > 0) {
996
- // this.$pushMenuRoute(route)
997
- // } else {
998
- // this.$pushModuleRoute(route)
999
- // }
1000
- },
1001
- newPageSettingVisual: function newPageSettingVisual() {
1002
- var _this2 = this;
1003
- if (!this.upPage.$pageId) {
1004
- this.$message.error(this.$t('The default page cannot be edited'));
1005
- return;
1006
- }
1007
- var pageId = this.upPage.$pageId;
1008
- setTimeout(function () {
1009
- window.open(window.location.origin + window.location.pathname + "#/config/visual/".concat(_this2.appConfig['CLIENT|CODE'], "/").concat(_this2.appConfig['SYSTEM|CODE'], "/").concat(pageId));
1010
- window.removeEventListener('message', _this2.reloadPageConfig);
1011
- window.addEventListener('message', _this2.reloadPageConfig);
1012
- }, 200);
1013
- },
1014
- pageSetting: function pageSetting(mode) {
1015
- var _this3 = this;
1016
- // 当前页面id
1017
- if (!this.upPage.$pageId) {
1018
- this.$message.error(this.$t('The default page cannot be edited'));
1019
- return;
1020
- }
1021
- var pageId = this.upPage.$pageId;
1022
- // 标签页模式
1023
- if (this.pageMode === 'pageTab' && mode !== 'tab') {
1024
- var _this$activeTab = this.activeTab,
1025
- pageMetaId = _this$activeTab.pageMetaId,
1026
- pageFlag = _this$activeTab.pageFlag;
1027
- var page = this.getPageByMetaId(pageMetaId, pageFlag);
1028
- if (page && page.pageId) {
1029
- pageId = page.pageId;
1030
- }
1031
- }
1032
- setTimeout(function () {
1033
- window.open(window.location.origin + window.location.pathname + "#/config/code/".concat(_this3.appConfig['CLIENT|CODE'], "/").concat(_this3.appConfig['SYSTEM|CODE'], "/").concat(pageId));
1034
- window.removeEventListener('message', _this3.reloadPageConfig);
1035
- window.addEventListener('message', _this3.reloadPageConfig);
1036
- }, 200);
1037
- },
1038
- metaSetting: function metaSetting() {
1039
- var _this4 = this;
1040
- if (!this.$metaId) {
1041
- this.$message.error(this.$t('No object is configured on the current page'));
1042
- return;
1043
- }
1044
- var _ref4 = this.$meta || {},
1045
- metaType = _ref4.metaType;
1046
- // const route = {
1047
- // metaId: 'FM_ENTITY',
1048
- // flag: 'v_edit',
1049
- // id: this.$metaId,
1050
- // component: 'add',
1051
- // pageType: 'EDIT'
1052
- // }
1053
- // this.$createPage(route)
1054
- setTimeout(function () {
1055
- window.open(window.location.origin + window.location.pathname + "#/config/".concat(metaType === 'view' ? 'metaview' : 'meta', "/").concat(_this4.appConfig['CLIENT|CODE'], "/").concat(_this4.appConfig['SYSTEM|CODE'], "/").concat(_this4.$metaId));
1056
- window.removeEventListener('message', _this4.reloadPageConfig);
1057
- window.addEventListener('message', _this4.reloadPageConfig);
1058
- }, 200);
1059
- },
1060
- change: function change(tab, index) {
1061
- var tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(this.tabs);
1062
- tabs.forEach(function (item) {
1063
- return item.active = false;
1064
- });
1065
- tabs[index].active = true;
1066
- this.tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(tabs);
1067
- this.$bus.emit('changeTab', tab, tabs);
1068
- },
1069
- backModule: function backModule() {
1070
- if (this.newPage) {
1071
- var matchArr = window.location.hash.match(/\/page\/[0-9a-zA-Z_]+/);
1072
- if (matchArr) {
1073
- var href = matchArr[0];
1074
- this.newPage = true;
1075
- var moduleId = href.split('page/')[1];
1076
- this.$router.push("/page/".concat(moduleId, "?moduleId=").concat(moduleId));
1077
- }
1078
- } else {
1079
- var _moduleId = null;
1080
- var user = this.user,
1081
- appConfig = this.appConfig;
1082
- var MENU = appConfig.MENU;
1083
- if (user.currentRoleEntity) {
1084
- var USER_MENU = user.currentRoleEntity.data.MENU;
1085
- _moduleId = USER_MENU || MENU;
1086
- } else {
1087
- _moduleId = MENU;
1088
- }
1089
- this.$router.push("/module?moduleId=".concat(_moduleId));
1090
- }
1091
- },
1092
- pageShortcutOperation: function pageShortcutOperation() {
1093
- var _this5 = this;
1094
- this.$http.get({
1095
- action: 'pageShortcutOperation',
1096
- entityId: 'FM_ENTITY_RIGHT',
1097
- metaId: this.$metaId
1098
- }).then(function (data) {
1099
- _this5.showPageConfigBtn = data;
1100
- });
1101
- },
1102
- onChange: function onChange(_ref5) {
1103
- var key = _ref5.key,
1104
- props = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(_ref5, _excluded);
1105
- if (key === 'pageTab') {
1106
- var activeTab = props.activeTab;
1107
- this.pageMode = 'pageTab';
1108
- this.activeTab = activeTab;
1109
- }
1110
- },
1111
- backIndex: function backIndex() {
1112
- var tab = this.getTab('default-index');
1113
- this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_11__[/* CREATE_TAB */ "e"], Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, tab), {}, {
1114
- key: 'default-index' + new Date().getTime()
1115
- }));
1116
- },
1117
- openPageHelp: function openPageHelp() {
1118
- var _this6 = this;
1119
- this.$http.get({
1120
- entityId: 'FM_SERVICE_HELP',
1121
- id: this.pageHelp,
1122
- link: 'help,help#system,help#client'
1123
- }).then(function (data) {
1124
- if (!data) {
1125
- var _this6$appConfig = _this6.appConfig,
1126
- clientCode = _this6$appConfig['CLIENT|CODE'],
1127
- systemCode = _this6$appConfig['SYSTEM|CODE'],
1128
- CODE = _this6$appConfig.CODE;
1129
- window.open("#/help/".concat(clientCode, "/").concat(systemCode, "/").concat(CODE, "/").concat(_this6.pageHelp));
1130
- } else {
1131
- var _data$data = data.data,
1132
- ID = _data$data.ID,
1133
- _clientCode = _data$data['HELP|CLIENT|CODE'],
1134
- _systemCode = _data$data['HELP|SYSTEM|CODE'],
1135
- code = _data$data['HELP|CODE'];
1136
- window.open("#/help/".concat(_clientCode, "/").concat(_systemCode, "/").concat(code, "/").concat(ID));
1137
- }
1138
- });
1139
- },
1140
- reloadPageConfig: function reloadPageConfig(e) {
1141
- var _this7 = this;
1142
- if (e.data.pageId === this.$pageId) {
1143
- if (this.timer) {
1144
- clearTimeout(this.timer);
1145
- }
1146
- this.timer = setTimeout(function () {
1147
- _this7.$store.commit('DELETE_PAGE', {
1148
- pageId: e.data.pageId
1149
- });
1150
- _this7.reloadPage();
1151
- _this7.timer = null;
1152
- }, 1000);
1153
- }
1154
- }
1155
- },
1156
- created: function created() {
1157
- if (this.getMenuInfo) {
1158
- var _this$getMenuInfo = this.getMenuInfo(),
1159
- module = _this$getMenuInfo.module,
1160
- menu = _this$getMenuInfo.menu;
1161
- this.menu = menu;
1162
- this.module = module;
1163
- }
1164
- this.pageShortcutOperation();
1165
- },
1166
- mounted: function mounted() {
1167
- var _this8 = this;
1168
- // 如果其子组件
1169
- var that = this;
1170
- this.$bus.on('showMobileMenu', function (v) {
1171
- that.showMobileMenu = true;
1172
- });
1173
- this.$event.on('set-form-data', function (v) {
1174
- if (v) _this8.formData = v;
1175
- });
1176
- },
1177
- beforeDestroy: function beforeDestroy() {
1178
- this.$bus.off('showMobileMenu');
1179
- this.tabs = [];
1180
- if (this.timer) {
1181
- clearTimeout(this.timer);
1182
- this.timer = null;
1183
979
  }
1184
- }
1185
- });
980
+
981
+ lastIdentifiers = newLastIdentifiers;
982
+ };
983
+ };
1186
984
 
1187
985
  /***/ }),
1188
986
 
1189
- /***/ 17:
1190
- /***/ (function(module, exports, __webpack_require__) {
987
+ /***/ 180:
988
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1191
989
 
1192
990
  "use strict";
991
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(36);
992
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
993
+ /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(0);
994
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(14);
995
+ /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_3__);
996
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(28);
997
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_4__);
998
+ /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
999
+ /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__);
1000
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(15);
1001
+ /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_6__);
1002
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1);
1003
+ /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_7__);
1004
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7);
1005
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_8__);
1006
+ /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(60);
1007
+ /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__);
1008
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(22);
1009
+ /* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_10__);
1010
+ /* harmony import */ var _store_actions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(55);
1011
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(24);
1012
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_12__);
1013
+ /* harmony import */ var _utils_mixins_component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(39);
1193
1014
 
1194
1015
 
1195
- var isOldIE = function isOldIE() {
1196
- var memo;
1197
- return function memorize() {
1198
- if (typeof memo === 'undefined') {
1199
- // Test for IE <= 9 as proposed by Browserhacks
1200
- // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
1201
- // Tests for existence of standard globals is to allow style-loader
1202
- // to operate correctly into non-standard environments
1203
- // @see https://github.com/webpack-contrib/style-loader/issues/177
1204
- memo = Boolean(window && document && document.all && !window.atob);
1205
- }
1206
1016
 
1207
- return memo;
1208
- };
1209
- }();
1017
+ var _excluded = ["key"];
1210
1018
 
1211
- var getTarget = function getTarget() {
1212
- var memo = {};
1213
- return function memorize(target) {
1214
- if (typeof memo[target] === 'undefined') {
1215
- var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
1216
1019
 
1217
- if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
1218
- try {
1219
- // This will throw an exception if access to iframe is blocked
1220
- // due to cross-origin restrictions
1221
- styleTarget = styleTarget.contentDocument.head;
1222
- } catch (e) {
1223
- // istanbul ignore next
1224
- styleTarget = null;
1225
- }
1226
- }
1227
-
1228
- memo[target] = styleTarget;
1229
- }
1230
-
1231
- return memo[target];
1232
- };
1233
- }();
1234
-
1235
- var stylesInDom = [];
1236
-
1237
- function getIndexByIdentifier(identifier) {
1238
- var result = -1;
1239
-
1240
- for (var i = 0; i < stylesInDom.length; i++) {
1241
- if (stylesInDom[i].identifier === identifier) {
1242
- result = i;
1243
- break;
1244
- }
1245
- }
1246
-
1247
- return result;
1248
- }
1249
-
1250
- function modulesToDom(list, options) {
1251
- var idCountMap = {};
1252
- var identifiers = [];
1253
-
1254
- for (var i = 0; i < list.length; i++) {
1255
- var item = list[i];
1256
- var id = options.base ? item[0] + options.base : item[0];
1257
- var count = idCountMap[id] || 0;
1258
- var identifier = "".concat(id, " ").concat(count);
1259
- idCountMap[id] = count + 1;
1260
- var index = getIndexByIdentifier(identifier);
1261
- var obj = {
1262
- css: item[1],
1263
- media: item[2],
1264
- sourceMap: item[3]
1265
- };
1266
-
1267
- if (index !== -1) {
1268
- stylesInDom[index].references++;
1269
- stylesInDom[index].updater(obj);
1270
- } else {
1271
- stylesInDom.push({
1272
- identifier: identifier,
1273
- updater: addStyle(obj, options),
1274
- references: 1
1275
- });
1276
- }
1277
-
1278
- identifiers.push(identifier);
1279
- }
1280
1020
 
1281
- return identifiers;
1282
- }
1283
1021
 
1284
- function insertStyleElement(options) {
1285
- var style = document.createElement('style');
1286
- var attributes = options.attributes || {};
1287
1022
 
1288
- if (typeof attributes.nonce === 'undefined') {
1289
- var nonce = true ? __webpack_require__.nc : undefined;
1290
1023
 
1291
- if (nonce) {
1292
- attributes.nonce = nonce;
1293
- }
1294
- }
1295
1024
 
1296
- Object.keys(attributes).forEach(function (key) {
1297
- style.setAttribute(key, attributes[key]);
1298
- });
1299
1025
 
1300
- if (typeof options.insert === 'function') {
1301
- options.insert(style);
1302
- } else {
1303
- var target = getTarget(options.insert || 'head');
1304
1026
 
1305
- if (!target) {
1306
- throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
1307
- }
1308
1027
 
1309
- target.appendChild(style);
1310
- }
1311
1028
 
1312
- return style;
1313
- }
1314
1029
 
1315
- function removeStyleElement(style) {
1316
- // istanbul ignore if
1317
- if (style.parentNode === null) {
1318
- return false;
1319
- }
1320
1030
 
1321
- style.parentNode.removeChild(style);
1322
- }
1323
- /* istanbul ignore next */
1324
1031
 
1325
1032
 
1326
- var replaceText = function replaceText() {
1327
- var textStore = [];
1328
- return function replace(index, replacement) {
1329
- textStore[index] = replacement;
1330
- return textStore.filter(Boolean).join('\n');
1331
- };
1332
- }();
1033
+ //
1034
+ //
1035
+ //
1036
+ //
1037
+ //
1038
+ //
1039
+ //
1040
+ //
1041
+ //
1042
+ //
1043
+ //
1044
+ //
1045
+ //
1046
+ //
1047
+ //
1048
+ //
1049
+ //
1050
+ //
1051
+ //
1052
+ //
1053
+ //
1054
+ //
1055
+ //
1056
+ //
1057
+ //
1058
+ //
1059
+ //
1060
+ //
1061
+ //
1062
+ //
1063
+ //
1064
+ //
1065
+ //
1066
+ //
1067
+ //
1068
+ //
1069
+ //
1070
+ //
1071
+ //
1072
+ //
1073
+ //
1074
+ //
1075
+ //
1076
+ //
1077
+ //
1078
+ //
1079
+ //
1080
+ //
1081
+ //
1082
+ //
1083
+ //
1084
+ //
1085
+ //
1086
+ //
1087
+ //
1088
+ //
1089
+ //
1090
+ //
1091
+ //
1092
+ //
1093
+ //
1094
+ //
1095
+ //
1096
+ //
1097
+ //
1098
+ //
1099
+ //
1100
+ //
1101
+ //
1102
+ //
1103
+ //
1104
+ //
1105
+ //
1106
+ //
1107
+ //
1108
+ //
1109
+ //
1110
+ //
1111
+ //
1112
+ //
1113
+ //
1114
+ //
1115
+ //
1116
+ //
1117
+ //
1118
+ //
1119
+ //
1120
+ //
1121
+ //
1122
+ //
1123
+ //
1124
+ //
1125
+ //
1126
+ //
1127
+ //
1128
+ //
1129
+ //
1130
+ //
1131
+ //
1132
+ //
1333
1133
 
1334
- function applyToSingletonTag(style, index, remove, obj) {
1335
- var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
1336
1134
 
1337
- /* istanbul ignore if */
1338
1135
 
1339
- if (style.styleSheet) {
1340
- style.styleSheet.cssText = replaceText(index, css);
1341
- } else {
1342
- var cssNode = document.createTextNode(css);
1343
- var childNodes = style.childNodes;
1344
1136
 
1345
- if (childNodes[index]) {
1346
- style.removeChild(childNodes[index]);
1137
+ /* harmony default export */ __webpack_exports__["a"] = ({
1138
+ name: 'epx-header',
1139
+ mixins: [_utils_mixins_component__WEBPACK_IMPORTED_MODULE_13__[/* default */ "a"]],
1140
+ showHelp: true,
1141
+ operates: [],
1142
+ style: {
1143
+ margin: '0'
1144
+ },
1145
+ props: {
1146
+ title: {
1147
+ type: String,
1148
+ default: function _default() {
1149
+ return '';
1150
+ }
1151
+ },
1152
+ page: {
1153
+ type: Object,
1154
+ default: function _default() {
1155
+ return {};
1156
+ }
1157
+ },
1158
+ meta: {
1159
+ type: Object,
1160
+ default: function _default() {
1161
+ return {};
1162
+ }
1347
1163
  }
1348
-
1349
- if (childNodes.length) {
1350
- style.insertBefore(cssNode, childNodes[index]);
1351
- } else {
1352
- style.appendChild(cssNode);
1164
+ },
1165
+ inject: {
1166
+ dialog: {
1167
+ default: function _default() {
1168
+ return null;
1169
+ }
1170
+ },
1171
+ getMenuInfo: {
1172
+ default: function _default() {
1173
+ return null;
1174
+ }
1353
1175
  }
1354
- }
1355
- }
1356
-
1357
- function applyToTag(style, options, obj) {
1358
- var css = obj.css;
1359
- var media = obj.media;
1360
- var sourceMap = obj.sourceMap;
1361
-
1362
- if (media) {
1363
- style.setAttribute('media', media);
1364
- } else {
1365
- style.removeAttribute('media');
1366
- }
1367
-
1368
- if (sourceMap && typeof btoa !== 'undefined') {
1369
- css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
1370
- } // For old IE
1371
-
1372
- /* istanbul ignore if */
1373
-
1374
-
1375
- if (style.styleSheet) {
1376
- style.styleSheet.cssText = css;
1377
- } else {
1378
- while (style.firstChild) {
1379
- style.removeChild(style.firstChild);
1176
+ },
1177
+ computed: Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_12__["mapGetters"])(['getPageByMetaId', 'getPageById', 'getTab'])), {}, {
1178
+ pageTitle: function pageTitle() {
1179
+ // eslint-disable-next-line no-unused-vars
1180
+ var _this = this;
1181
+ var _this$$configs = this.$configs,
1182
+ _this$$configs$title = _this$$configs.title,
1183
+ title = _this$$configs$title === void 0 ? '' : _this$$configs$title,
1184
+ titleWay = _this$$configs.titleWay;
1185
+ var pageTitle = title.replace(/\$\[([\w-.|$#]+)\]/g, function (macth, key) {
1186
+ try {
1187
+ // eslint-disable-next-line no-eval
1188
+ return eval("_this.".concat(key)) || eval("_this.$query.".concat(key)) || '';
1189
+ } catch (error) {
1190
+ return '';
1191
+ }
1192
+ });
1193
+ if (this.$meta && titleWay === 'label') {
1194
+ var label = this.$meta.label;
1195
+ return this.formData[label + '#'] || this.formData[label] || pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
1196
+ } else {
1197
+ return pageTitle || this.$query.title || this.defaultTitle || this.$query.menuTitle;
1198
+ }
1199
+ },
1200
+ defaultTitle: function defaultTitle() {
1201
+ var _ref = this.$meta || {},
1202
+ _ref$name = _ref.name,
1203
+ metaTitle = _ref$name === void 0 ? this.appConfig.NAME : _ref$name;
1204
+ var _ref2 = this.$pageInfo || {},
1205
+ _ref2$title = _ref2.title,
1206
+ title = _ref2$title === void 0 ? metaTitle : _ref2$title;
1207
+ return title || '';
1208
+ },
1209
+ pageHelp: function pageHelp() {
1210
+ var _this$$pageInfo$confi = this.$pageInfo.config,
1211
+ config = _this$$pageInfo$confi === void 0 ? {} : _this$$pageInfo$confi;
1212
+ return config.pageHelp;
1213
+ },
1214
+ routeLength: function routeLength() {
1215
+ var _ref3 = this.upPage || {},
1216
+ _ref3$routes = _ref3.routes,
1217
+ routes = _ref3$routes === void 0 ? [] : _ref3$routes;
1218
+ return routes.length;
1219
+ },
1220
+ operates: function operates() {
1221
+ var operates = this.$configs.operates;
1222
+ return operates;
1380
1223
  }
1381
-
1382
- style.appendChild(document.createTextNode(css));
1383
- }
1384
- }
1385
-
1386
- var singleton = null;
1387
- var singletonCounter = 0;
1388
-
1389
- function addStyle(obj, options) {
1390
- var style;
1391
- var update;
1392
- var remove;
1393
-
1394
- if (options.singleton) {
1395
- var styleIndex = singletonCounter++;
1396
- style = singleton || (singleton = insertStyleElement(options));
1397
- update = applyToSingletonTag.bind(null, style, styleIndex, false);
1398
- remove = applyToSingletonTag.bind(null, style, styleIndex, true);
1399
- } else {
1400
- style = insertStyleElement(options);
1401
- update = applyToTag.bind(null, style, options);
1402
-
1403
- remove = function remove() {
1404
- removeStyleElement(style);
1224
+ }),
1225
+ watch: {
1226
+ pageTitle: {
1227
+ handler: function handler(v) {
1228
+ if (this.dialog) {
1229
+ this.dialog.changeHeaderTitle(v);
1230
+ }
1231
+ }
1232
+ }
1233
+ },
1234
+ data: function data() {
1235
+ return {
1236
+ tabs: [],
1237
+ showMobileMenu: false,
1238
+ isMenuShow: false,
1239
+ pageMode: '',
1240
+ activeTab: {},
1241
+ module: {},
1242
+ menu: null,
1243
+ listOperates: [],
1244
+ showMobileOpera: false,
1245
+ showPageConfigBtn: false,
1246
+ showHelpDialog: false,
1247
+ helpDialogFullscreen: false,
1248
+ formData: {}
1405
1249
  };
1406
- }
1407
-
1408
- update(obj);
1409
- return function updateStyle(newObj) {
1410
- if (newObj) {
1411
- if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
1250
+ },
1251
+ filters: {
1252
+ tabTitle: function tabTitle(tab, index) {
1253
+ var title = tab.title || this.$t('label page') + (index + 1);
1254
+ if (tab.countFlag) {
1255
+ return title + '(' + (tab.count || 0) + ')';
1256
+ }
1257
+ return title;
1258
+ }
1259
+ },
1260
+ methods: {
1261
+ listHandler: function listHandler(operate) {
1262
+ this.$handler(operate);
1263
+ this.showMobileOpera = false;
1264
+ },
1265
+ back: function back() {
1266
+ this.backPage();
1267
+ },
1268
+ pageSettingVisual: function pageSettingVisual(mode) {
1269
+ // 当前页面id
1270
+ if (!this.upPage.$pageId) {
1271
+ this.$message.error(this.$t('The default page cannot be edited'));
1272
+ return;
1273
+ }
1274
+ var pageId = this.upPage.$pageId;
1275
+ // // 标签页模式
1276
+ // if (this.pageMode === 'pageTab' && mode !== 'tab') {
1277
+ // const { pageMetaId, pageFlag } = this.activeTab
1278
+ // const page = this.getPageByMetaId(pageMetaId, pageFlag)
1279
+ // if (page && page.pageId) {
1280
+ // pageId = page.pageId
1281
+ // }
1282
+ // }
1283
+ var route = {
1284
+ metaId: 'FM_PAGE_CONFIG',
1285
+ flag: 'v_visual_page_config',
1286
+ component: 'visual-config',
1287
+ id: pageId,
1288
+ entityId: this.upPage.$metaId,
1289
+ config: this.upPage.pageConfig,
1290
+ pageInstance: this.upPage,
1291
+ title: this.title || this.appConfig.TITLE,
1292
+ pageType: 'EDIT'
1293
+ };
1294
+ this.$createPage(route);
1295
+ // if (this.currentMenuRouters.length > 0) {
1296
+ // this.$pushMenuRoute(route)
1297
+ // } else {
1298
+ // this.$pushModuleRoute(route)
1299
+ // }
1300
+ },
1301
+ newPageSettingVisual: function newPageSettingVisual() {
1302
+ var _this2 = this;
1303
+ if (!this.upPage.$pageId) {
1304
+ this.$message.error(this.$t('The default page cannot be edited'));
1305
+ return;
1306
+ }
1307
+ var pageId = this.upPage.$pageId;
1308
+ setTimeout(function () {
1309
+ window.open(window.location.origin + window.location.pathname + "#/config/visual/".concat(_this2.appConfig['CLIENT|CODE'], "/").concat(_this2.appConfig['SYSTEM|CODE'], "/").concat(pageId));
1310
+ window.removeEventListener('message', _this2.reloadPageConfig);
1311
+ window.addEventListener('message', _this2.reloadPageConfig);
1312
+ }, 200);
1313
+ },
1314
+ pageSetting: function pageSetting(mode) {
1315
+ var _this3 = this;
1316
+ // 当前页面id
1317
+ if (!this.upPage.$pageId) {
1318
+ this.$message.error(this.$t('The default page cannot be edited'));
1319
+ return;
1320
+ }
1321
+ var pageId = this.upPage.$pageId;
1322
+ // 标签页模式
1323
+ if (this.pageMode === 'pageTab' && mode !== 'tab') {
1324
+ var _this$activeTab = this.activeTab,
1325
+ pageMetaId = _this$activeTab.pageMetaId,
1326
+ pageFlag = _this$activeTab.pageFlag;
1327
+ var page = this.getPageByMetaId(pageMetaId, pageFlag);
1328
+ if (page && page.pageId) {
1329
+ pageId = page.pageId;
1330
+ }
1331
+ }
1332
+ setTimeout(function () {
1333
+ window.open(window.location.origin + window.location.pathname + "#/config/code/".concat(_this3.appConfig['CLIENT|CODE'], "/").concat(_this3.appConfig['SYSTEM|CODE'], "/").concat(pageId));
1334
+ window.removeEventListener('message', _this3.reloadPageConfig);
1335
+ window.addEventListener('message', _this3.reloadPageConfig);
1336
+ }, 200);
1337
+ },
1338
+ metaSetting: function metaSetting() {
1339
+ var _this4 = this;
1340
+ if (!this.$metaId) {
1341
+ this.$message.error(this.$t('No object is configured on the current page'));
1412
1342
  return;
1413
1343
  }
1414
-
1415
- update(obj = newObj);
1416
- } else {
1417
- remove();
1418
- }
1419
- };
1420
- }
1421
-
1422
- module.exports = function (list, options) {
1423
- options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
1424
- // tags it will allow on a page
1425
-
1426
- if (!options.singleton && typeof options.singleton !== 'boolean') {
1427
- options.singleton = isOldIE();
1428
- }
1429
-
1430
- list = list || [];
1431
- var lastIdentifiers = modulesToDom(list, options);
1432
- return function update(newList) {
1433
- newList = newList || [];
1434
-
1435
- if (Object.prototype.toString.call(newList) !== '[object Array]') {
1436
- return;
1344
+ var _ref4 = this.$meta || {},
1345
+ metaType = _ref4.metaType;
1346
+ // const route = {
1347
+ // metaId: 'FM_ENTITY',
1348
+ // flag: 'v_edit',
1349
+ // id: this.$metaId,
1350
+ // component: 'add',
1351
+ // pageType: 'EDIT'
1352
+ // }
1353
+ // this.$createPage(route)
1354
+ setTimeout(function () {
1355
+ window.open(window.location.origin + window.location.pathname + "#/config/".concat(metaType === 'view' ? 'metaview' : 'meta', "/").concat(_this4.appConfig['CLIENT|CODE'], "/").concat(_this4.appConfig['SYSTEM|CODE'], "/").concat(_this4.$metaId));
1356
+ window.removeEventListener('message', _this4.reloadPageConfig);
1357
+ window.addEventListener('message', _this4.reloadPageConfig);
1358
+ }, 200);
1359
+ },
1360
+ change: function change(tab, index) {
1361
+ var tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(this.tabs);
1362
+ tabs.forEach(function (item) {
1363
+ return item.active = false;
1364
+ });
1365
+ tabs[index].active = true;
1366
+ this.tabs = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(tabs);
1367
+ this.$bus.emit('changeTab', tab, tabs);
1368
+ },
1369
+ backModule: function backModule() {
1370
+ if (this.newPage) {
1371
+ var matchArr = window.location.hash.match(/\/page\/[0-9a-zA-Z_]+/);
1372
+ if (matchArr) {
1373
+ var href = matchArr[0];
1374
+ this.newPage = true;
1375
+ var moduleId = href.split('page/')[1];
1376
+ this.$router.push("/page/".concat(moduleId, "?moduleId=").concat(moduleId));
1377
+ }
1378
+ } else {
1379
+ var _moduleId = null;
1380
+ var user = this.user,
1381
+ appConfig = this.appConfig;
1382
+ var MENU = appConfig.MENU;
1383
+ if (user.currentRoleEntity) {
1384
+ var USER_MENU = user.currentRoleEntity.data.MENU;
1385
+ _moduleId = USER_MENU || MENU;
1386
+ } else {
1387
+ _moduleId = MENU;
1388
+ }
1389
+ this.$router.push("/module?moduleId=".concat(_moduleId));
1390
+ }
1391
+ },
1392
+ pageShortcutOperation: function pageShortcutOperation() {
1393
+ var _this5 = this;
1394
+ this.$http.get({
1395
+ action: 'pageShortcutOperation',
1396
+ entityId: 'FM_ENTITY_RIGHT',
1397
+ metaId: this.$metaId
1398
+ }).then(function (data) {
1399
+ _this5.showPageConfigBtn = data;
1400
+ });
1401
+ },
1402
+ onChange: function onChange(_ref5) {
1403
+ var key = _ref5.key,
1404
+ props = Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectWithoutProperties_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(_ref5, _excluded);
1405
+ if (key === 'pageTab') {
1406
+ var activeTab = props.activeTab;
1407
+ this.pageMode = 'pageTab';
1408
+ this.activeTab = activeTab;
1409
+ }
1410
+ },
1411
+ backIndex: function backIndex() {
1412
+ var tab = this.getTab('default-index');
1413
+ this.$store.commit(_store_actions__WEBPACK_IMPORTED_MODULE_11__[/* CREATE_TAB */ "k"], Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, tab), {}, {
1414
+ key: 'default-index' + new Date().getTime()
1415
+ }));
1416
+ },
1417
+ openPageHelp: function openPageHelp() {
1418
+ var _this6 = this;
1419
+ this.$http.get({
1420
+ entityId: 'FM_SERVICE_HELP',
1421
+ id: this.pageHelp,
1422
+ link: 'help,help#system,help#client'
1423
+ }).then(function (data) {
1424
+ if (!data) {
1425
+ var _this6$appConfig = _this6.appConfig,
1426
+ clientCode = _this6$appConfig['CLIENT|CODE'],
1427
+ systemCode = _this6$appConfig['SYSTEM|CODE'],
1428
+ CODE = _this6$appConfig.CODE;
1429
+ window.open("#/help/".concat(clientCode, "/").concat(systemCode, "/").concat(CODE, "/").concat(_this6.pageHelp));
1430
+ } else {
1431
+ var _data$data = data.data,
1432
+ ID = _data$data.ID,
1433
+ _clientCode = _data$data['HELP|CLIENT|CODE'],
1434
+ _systemCode = _data$data['HELP|SYSTEM|CODE'],
1435
+ code = _data$data['HELP|CODE'];
1436
+ window.open("#/help/".concat(_clientCode, "/").concat(_systemCode, "/").concat(code, "/").concat(ID));
1437
+ }
1438
+ });
1439
+ },
1440
+ reloadPageConfig: function reloadPageConfig(e) {
1441
+ var _this7 = this;
1442
+ if (e.data.pageId === this.$pageId) {
1443
+ if (this.timer) {
1444
+ clearTimeout(this.timer);
1445
+ }
1446
+ this.timer = setTimeout(function () {
1447
+ _this7.$store.commit('DELETE_PAGE', {
1448
+ pageId: e.data.pageId
1449
+ });
1450
+ _this7.reloadPage();
1451
+ _this7.timer = null;
1452
+ }, 1000);
1453
+ }
1437
1454
  }
1438
-
1439
- for (var i = 0; i < lastIdentifiers.length; i++) {
1440
- var identifier = lastIdentifiers[i];
1441
- var index = getIndexByIdentifier(identifier);
1442
- stylesInDom[index].references--;
1455
+ },
1456
+ created: function created() {
1457
+ if (this.getMenuInfo) {
1458
+ var _this$getMenuInfo = this.getMenuInfo(),
1459
+ module = _this$getMenuInfo.module,
1460
+ menu = _this$getMenuInfo.menu;
1461
+ this.menu = menu;
1462
+ this.module = module;
1443
1463
  }
1444
-
1445
- var newLastIdentifiers = modulesToDom(newList, options);
1446
-
1447
- for (var _i = 0; _i < lastIdentifiers.length; _i++) {
1448
- var _identifier = lastIdentifiers[_i];
1449
-
1450
- var _index = getIndexByIdentifier(_identifier);
1451
-
1452
- if (stylesInDom[_index].references === 0) {
1453
- stylesInDom[_index].updater();
1454
-
1455
- stylesInDom.splice(_index, 1);
1456
- }
1464
+ this.pageShortcutOperation();
1465
+ },
1466
+ mounted: function mounted() {
1467
+ var _this8 = this;
1468
+ // 如果其子组件
1469
+ var that = this;
1470
+ this.$bus.on('showMobileMenu', function (v) {
1471
+ that.showMobileMenu = true;
1472
+ });
1473
+ this.$event.on('set-form-data', function (v) {
1474
+ if (v) _this8.formData = v;
1475
+ });
1476
+ },
1477
+ beforeDestroy: function beforeDestroy() {
1478
+ this.$bus.off('showMobileMenu');
1479
+ this.tabs = [];
1480
+ if (this.timer) {
1481
+ clearTimeout(this.timer);
1482
+ this.timer = null;
1457
1483
  }
1458
-
1459
- lastIdentifiers = newLastIdentifiers;
1460
- };
1461
- };
1484
+ }
1485
+ });
1462
1486
 
1463
1487
  /***/ }),
1464
1488
 
1465
- /***/ 18:
1489
+ /***/ 19:
1466
1490
  /***/ (function(module, exports, __webpack_require__) {
1467
1491
 
1468
1492
  "use strict";
@@ -1535,11 +1559,11 @@ module.exports = function (cssWithMappingToString) {
1535
1559
 
1536
1560
  /***/ }),
1537
1561
 
1538
- /***/ 181:
1562
+ /***/ 196:
1539
1563
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1540
1564
 
1541
1565
  "use strict";
1542
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(18);
1566
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
1543
1567
  /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__);
1544
1568
  // Imports
1545
1569
 
@@ -1550,13 +1574,6 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".epx-header{height:50px;margin-bottom:1
1550
1574
  /* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
1551
1575
 
1552
1576
 
1553
- /***/ }),
1554
-
1555
- /***/ 19:
1556
- /***/ (function(module, exports) {
1557
-
1558
- module.exports = require("core-js/modules/es.object.keys.js");
1559
-
1560
1577
  /***/ }),
1561
1578
 
1562
1579
  /***/ 2:
@@ -1567,26 +1584,9 @@ module.exports = require("core-js/modules/es.symbol.js");
1567
1584
  /***/ }),
1568
1585
 
1569
1586
  /***/ 20:
1570
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
1571
-
1572
- "use strict";
1573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _defineProperty; });
1574
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43);
1587
+ /***/ (function(module, exports) {
1575
1588
 
1576
- function _defineProperty(obj, key, value) {
1577
- key = Object(_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(key);
1578
- if (key in obj) {
1579
- Object.defineProperty(obj, key, {
1580
- value: value,
1581
- enumerable: true,
1582
- configurable: true,
1583
- writable: true
1584
- });
1585
- } else {
1586
- obj[key] = value;
1587
- }
1588
- return obj;
1589
- }
1589
+ module.exports = require("core-js/modules/es.object.keys.js");
1590
1590
 
1591
1591
  /***/ }),
1592
1592
 
@@ -1617,7 +1617,14 @@ module.exports = require("core-js/modules/es.array.find.js");
1617
1617
 
1618
1618
  /***/ }),
1619
1619
 
1620
- /***/ 232:
1620
+ /***/ 24:
1621
+ /***/ (function(module, exports) {
1622
+
1623
+ module.exports = require("vuex");
1624
+
1625
+ /***/ }),
1626
+
1627
+ /***/ 249:
1621
1628
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1622
1629
 
1623
1630
  "use strict";
@@ -2031,16 +2038,16 @@ render._withStripped = true
2031
2038
  // CONCATENATED MODULE: ./src/frame/packages/header/Header.vue?vue&type=template&id=5c8ad5d4
2032
2039
 
2033
2040
  // EXTERNAL MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/header/Header.vue?vue&type=script&lang=js
2034
- var Headervue_type_script_lang_js = __webpack_require__(166);
2041
+ var Headervue_type_script_lang_js = __webpack_require__(180);
2035
2042
 
2036
2043
  // CONCATENATED MODULE: ./src/frame/packages/header/Header.vue?vue&type=script&lang=js
2037
2044
  /* harmony default export */ var header_Headervue_type_script_lang_js = (Headervue_type_script_lang_js["a" /* default */]);
2038
2045
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
2039
- var injectStylesIntoStyleTag = __webpack_require__(17);
2046
+ var injectStylesIntoStyleTag = __webpack_require__(18);
2040
2047
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
2041
2048
 
2042
2049
  // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/header/Header.vue?vue&type=style&index=0&id=5c8ad5d4&prod&lang=scss
2043
- var Headervue_type_style_index_0_id_5c8ad5d4_prod_lang_scss = __webpack_require__(181);
2050
+ var Headervue_type_style_index_0_id_5c8ad5d4_prod_lang_scss = __webpack_require__(196);
2044
2051
 
2045
2052
  // CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ref--2-3!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/header/Header.vue?vue&type=style&index=0&id=5c8ad5d4&prod&lang=scss
2046
2053
 
@@ -2338,19 +2345,12 @@ Breadcrumb.install = function install(Vue) {
2338
2345
  /* harmony default export */ var header = __webpack_exports__["default"] = (Header);
2339
2346
 
2340
2347
 
2341
- /***/ }),
2342
-
2343
- /***/ 24:
2344
- /***/ (function(module, exports) {
2345
-
2346
- module.exports = require("core-js/modules/es.array.iterator.js");
2347
-
2348
2348
  /***/ }),
2349
2349
 
2350
2350
  /***/ 25:
2351
2351
  /***/ (function(module, exports) {
2352
2352
 
2353
- module.exports = require("vuex");
2353
+ module.exports = require("core-js/modules/es.array.iterator.js");
2354
2354
 
2355
2355
  /***/ }),
2356
2356
 
@@ -2409,14 +2409,14 @@ module.exports = require("core-js/modules/es.regexp.to-string.js");
2409
2409
  /***/ 28:
2410
2410
  /***/ (function(module, exports) {
2411
2411
 
2412
- module.exports = require("core-js/modules/es.array.slice.js");
2412
+ module.exports = require("core-js/modules/es.string.replace.js");
2413
2413
 
2414
2414
  /***/ }),
2415
2415
 
2416
2416
  /***/ 29:
2417
2417
  /***/ (function(module, exports) {
2418
2418
 
2419
- module.exports = require("core-js/modules/es.string.replace.js");
2419
+ module.exports = require("core-js/modules/es.array.includes.js");
2420
2420
 
2421
2421
  /***/ }),
2422
2422
 
@@ -2449,16 +2449,16 @@ var es_object_to_string_js_ = __webpack_require__(1);
2449
2449
  var es_symbol_iterator_js_ = __webpack_require__(11);
2450
2450
 
2451
2451
  // EXTERNAL MODULE: external "core-js/modules/es.array.iterator.js"
2452
- var es_array_iterator_js_ = __webpack_require__(24);
2452
+ var es_array_iterator_js_ = __webpack_require__(25);
2453
2453
 
2454
2454
  // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
2455
2455
  var es_string_iterator_js_ = __webpack_require__(5);
2456
2456
 
2457
2457
  // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
2458
- var web_dom_collections_iterator_js_ = __webpack_require__(7);
2458
+ var web_dom_collections_iterator_js_ = __webpack_require__(9);
2459
2459
 
2460
2460
  // EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
2461
- var es_array_from_js_ = __webpack_require__(31);
2461
+ var es_array_from_js_ = __webpack_require__(33);
2462
2462
 
2463
2463
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
2464
2464
 
@@ -2483,7 +2483,7 @@ function _iterableToArray(iter) {
2483
2483
  var unsupportedIterableToArray = __webpack_require__(37);
2484
2484
 
2485
2485
  // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
2486
- var es_error_cause_js_ = __webpack_require__(33);
2486
+ var es_error_cause_js_ = __webpack_require__(34);
2487
2487
 
2488
2488
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
2489
2489
 
@@ -2504,14 +2504,14 @@ function _toConsumableArray(arr) {
2504
2504
  /***/ 30:
2505
2505
  /***/ (function(module, exports) {
2506
2506
 
2507
- module.exports = require("core-js/modules/es.array.includes.js");
2507
+ module.exports = require("core-js/modules/es.array.slice.js");
2508
2508
 
2509
2509
  /***/ }),
2510
2510
 
2511
2511
  /***/ 31:
2512
2512
  /***/ (function(module, exports) {
2513
2513
 
2514
- module.exports = require("core-js/modules/es.array.from.js");
2514
+ module.exports = require("core-js/modules/es.string.includes.js");
2515
2515
 
2516
2516
  /***/ }),
2517
2517
 
@@ -2525,14 +2525,14 @@ module.exports = require("core-js/modules/es.array.filter.js");
2525
2525
  /***/ 33:
2526
2526
  /***/ (function(module, exports) {
2527
2527
 
2528
- module.exports = require("core-js/modules/es.error.cause.js");
2528
+ module.exports = require("core-js/modules/es.array.from.js");
2529
2529
 
2530
2530
  /***/ }),
2531
2531
 
2532
2532
  /***/ 34:
2533
2533
  /***/ (function(module, exports) {
2534
2534
 
2535
- module.exports = require("core-js/modules/es.string.includes.js");
2535
+ module.exports = require("core-js/modules/es.error.cause.js");
2536
2536
 
2537
2537
  /***/ }),
2538
2538
 
@@ -2555,7 +2555,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
2555
2555
  var es_symbol_js_ = __webpack_require__(2);
2556
2556
 
2557
2557
  // EXTERNAL MODULE: external "core-js/modules/es.object.keys.js"
2558
- var es_object_keys_js_ = __webpack_require__(19);
2558
+ var es_object_keys_js_ = __webpack_require__(20);
2559
2559
 
2560
2560
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
2561
2561
 
@@ -2599,7 +2599,7 @@ function _objectWithoutProperties(source, excluded) {
2599
2599
 
2600
2600
  "use strict";
2601
2601
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _unsupportedIterableToArray; });
2602
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28);
2602
+ /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(30);
2603
2603
  /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__);
2604
2604
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
2605
2605
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__);
@@ -2607,7 +2607,7 @@ function _objectWithoutProperties(source, excluded) {
2607
2607
  /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
2608
2608
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8);
2609
2609
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__);
2610
- /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(31);
2610
+ /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(33);
2611
2611
  /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_4__);
2612
2612
  /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
2613
2613
  /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
@@ -2662,21 +2662,21 @@ module.exports = require("core-js/modules/es.promise.js");
2662
2662
  /* harmony import */ var E_workspace_gitrepo_epx_group_frame_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4);
2663
2663
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1);
2664
2664
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__);
2665
- /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(9);
2665
+ /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(7);
2666
2666
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_7__);
2667
2667
  /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(15);
2668
2668
  /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__);
2669
2669
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(12);
2670
2670
  /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__);
2671
- /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(30);
2671
+ /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(29);
2672
2672
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_10__);
2673
- /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(34);
2673
+ /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(31);
2674
2674
  /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_11__);
2675
2675
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(14);
2676
2676
  /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_12__);
2677
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(29);
2677
+ /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(28);
2678
2678
  /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_13__);
2679
- /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(16);
2679
+ /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(17);
2680
2680
  /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__);
2681
2681
  /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(23);
2682
2682
  /* 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__);
@@ -2684,7 +2684,7 @@ module.exports = require("core-js/modules/es.promise.js");
2684
2684
  /* harmony import */ var core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_16__);
2685
2685
  /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(40);
2686
2686
  /* harmony import */ var core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_test_js__WEBPACK_IMPORTED_MODULE_17__);
2687
- /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(25);
2687
+ /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(24);
2688
2688
  /* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(vuex__WEBPACK_IMPORTED_MODULE_18__);
2689
2689
 
2690
2690
 
@@ -3262,11 +3262,11 @@ function formatI18nConfig(configs, language) {
3262
3262
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
3263
3263
  /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11);
3264
3264
  /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
3265
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(24);
3265
+ /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(25);
3266
3266
  /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
3267
3267
  /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5);
3268
3268
  /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
3269
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(7);
3269
+ /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(9);
3270
3270
  /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__);
3271
3271
 
3272
3272
 
@@ -3301,20 +3301,6 @@ module.exports = require("core-js/modules/es.regexp.test.js");
3301
3301
  /***/ }),
3302
3302
 
3303
3303
  /***/ 41:
3304
- /***/ (function(module, exports) {
3305
-
3306
- module.exports = require("core-js/modules/es.symbol.to-primitive.js");
3307
-
3308
- /***/ }),
3309
-
3310
- /***/ 42:
3311
- /***/ (function(module, exports) {
3312
-
3313
- module.exports = require("core-js/modules/es.date.to-primitive.js");
3314
-
3315
- /***/ }),
3316
-
3317
- /***/ 43:
3318
3304
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3319
3305
 
3320
3306
  "use strict";
@@ -3326,10 +3312,10 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
3326
3312
  var esm_typeof = __webpack_require__(4);
3327
3313
 
3328
3314
  // EXTERNAL MODULE: external "core-js/modules/es.symbol.to-primitive.js"
3329
- var es_symbol_to_primitive_js_ = __webpack_require__(41);
3315
+ var es_symbol_to_primitive_js_ = __webpack_require__(42);
3330
3316
 
3331
3317
  // EXTERNAL MODULE: external "core-js/modules/es.date.to-primitive.js"
3332
- var es_date_to_primitive_js_ = __webpack_require__(42);
3318
+ var es_date_to_primitive_js_ = __webpack_require__(43);
3333
3319
 
3334
3320
  // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
3335
3321
  var es_symbol_js_ = __webpack_require__(2);
@@ -3341,10 +3327,10 @@ var es_symbol_description_js_ = __webpack_require__(6);
3341
3327
  var es_object_to_string_js_ = __webpack_require__(1);
3342
3328
 
3343
3329
  // EXTERNAL MODULE: external "core-js/modules/es.number.constructor.js"
3344
- var es_number_constructor_js_ = __webpack_require__(16);
3330
+ var es_number_constructor_js_ = __webpack_require__(17);
3345
3331
 
3346
3332
  // EXTERNAL MODULE: external "core-js/modules/es.error.cause.js"
3347
- var es_error_cause_js_ = __webpack_require__(33);
3333
+ var es_error_cause_js_ = __webpack_require__(34);
3348
3334
 
3349
3335
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
3350
3336
 
@@ -3381,6 +3367,20 @@ function toPropertyKey(t) {
3381
3367
 
3382
3368
  /***/ }),
3383
3369
 
3370
+ /***/ 42:
3371
+ /***/ (function(module, exports) {
3372
+
3373
+ module.exports = require("core-js/modules/es.symbol.to-primitive.js");
3374
+
3375
+ /***/ }),
3376
+
3377
+ /***/ 43:
3378
+ /***/ (function(module, exports) {
3379
+
3380
+ module.exports = require("core-js/modules/es.date.to-primitive.js");
3381
+
3382
+ /***/ }),
3383
+
3384
3384
  /***/ 44:
3385
3385
  /***/ (function(module, exports) {
3386
3386
 
@@ -3451,61 +3451,47 @@ module.exports = require("core-js/modules/es.object.proto.js");
3451
3451
 
3452
3452
  /***/ }),
3453
3453
 
3454
- /***/ 6:
3455
- /***/ (function(module, exports) {
3456
-
3457
- module.exports = require("core-js/modules/es.symbol.description.js");
3458
-
3459
- /***/ }),
3460
-
3461
- /***/ 60:
3462
- /***/ (function(module, exports) {
3463
-
3464
- module.exports = require("core-js/modules/es.string.match.js");
3465
-
3466
- /***/ }),
3467
-
3468
- /***/ 63:
3454
+ /***/ 55:
3469
3455
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3470
3456
 
3471
3457
  "use strict";
3472
3458
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ADD_LIST; });
3473
- /* unused harmony export ADD_OBJECT_COUNT */
3474
- /* unused harmony export ADD_OBJECT */
3475
- /* unused harmony export ADD_TAG */
3459
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return ADD_OBJECT_COUNT; });
3460
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return ADD_OBJECT; });
3461
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return ADD_TAG; });
3476
3462
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return ADD_META; });
3477
- /* unused harmony export ADD_PAGE */
3478
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return DELETE_PAGE; });
3479
- /* unused harmony export GET_USER */
3480
- /* unused harmony export DELETE_USER */
3481
- /* unused harmony export GET_USER_INFO */
3482
- /* unused harmony export GET_SYSTEM_CONFIG */
3483
- /* unused harmony export GET_VIEWPORT */
3484
- /* unused harmony export GET_APP_CONFIG */
3485
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return GET_MENU; });
3486
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return CLEAR_MENU; });
3487
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return SWITCH_MENU_SHOW; });
3488
- /* unused harmony export PUSH_ROUTER */
3489
- /* unused harmony export SET_ROUTER */
3463
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return ADD_PAGE; });
3464
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return DELETE_PAGE; });
3465
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return GET_USER; });
3466
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return DELETE_USER; });
3467
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return GET_USER_INFO; });
3468
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return GET_SYSTEM_CONFIG; });
3469
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return GET_VIEWPORT; });
3470
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return GET_APP_CONFIG; });
3471
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return GET_MENU; });
3472
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return CLEAR_MENU; });
3473
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return SWITCH_MENU_SHOW; });
3474
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return PUSH_ROUTER; });
3475
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return SET_ROUTER; });
3490
3476
  /* unused harmony export POP_ROUTER */
3491
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return DELETE_ROUTER; });
3492
- /* unused harmony export CLEAR_ROUTER */
3493
- /* unused harmony export CLEAR_TABS_ROUTER */
3494
- /* unused harmony export PICK_ROUTER */
3495
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return PUSH_MODULE_ROUTER; });
3496
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return POP_MODULE_ROUTER; });
3497
- /* unused harmony export DELETE_MODULE_ROUTER */
3498
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return PUSH_MENU_ROUTER; });
3499
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return POP_MENU_ROUTER; });
3500
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return DELETE_MENU_ROUTER; });
3501
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return SET_ROUTER_QUERY; });
3502
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return SET_ROUTER_RELOAD; });
3503
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return CREATE_TAB; });
3504
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return SELECT_TAB; });
3505
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return DESTORY_TAB; });
3477
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return DELETE_ROUTER; });
3478
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return CLEAR_ROUTER; });
3479
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return CLEAR_TABS_ROUTER; });
3480
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return PICK_ROUTER; });
3481
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return PUSH_MODULE_ROUTER; });
3482
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return POP_MODULE_ROUTER; });
3483
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return DELETE_MODULE_ROUTER; });
3484
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return PUSH_MENU_ROUTER; });
3485
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return POP_MENU_ROUTER; });
3486
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return DELETE_MENU_ROUTER; });
3487
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return SET_ROUTER_QUERY; });
3488
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return SET_ROUTER_RELOAD; });
3489
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return CREATE_TAB; });
3490
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return SELECT_TAB; });
3491
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return DESTORY_TAB; });
3506
3492
  /* unused harmony export GET_TAB */
3507
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return CLEAR_TABS; });
3508
- /* unused harmony export SET_TAB_QUERY */
3493
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return CLEAR_TABS; });
3494
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return SET_TAB_QUERY; });
3509
3495
  var ADD_LIST = 'ADD_LIST';
3510
3496
  var ADD_OBJECT_COUNT = 'ADD_OBJECT_COUNT';
3511
3497
  var ADD_OBJECT = 'ADD_OBJECT';
@@ -3556,10 +3542,24 @@ var SET_TAB_QUERY = 'SET_TAB_QUERY'; // 设置标签页参数
3556
3542
 
3557
3543
  /***/ }),
3558
3544
 
3545
+ /***/ 6:
3546
+ /***/ (function(module, exports) {
3547
+
3548
+ module.exports = require("core-js/modules/es.symbol.description.js");
3549
+
3550
+ /***/ }),
3551
+
3552
+ /***/ 60:
3553
+ /***/ (function(module, exports) {
3554
+
3555
+ module.exports = require("core-js/modules/es.string.match.js");
3556
+
3557
+ /***/ }),
3558
+
3559
3559
  /***/ 7:
3560
3560
  /***/ (function(module, exports) {
3561
3561
 
3562
- module.exports = require("core-js/modules/web.dom-collections.iterator.js");
3562
+ module.exports = require("core-js/modules/web.dom-collections.for-each.js");
3563
3563
 
3564
3564
  /***/ }),
3565
3565
 
@@ -3573,7 +3573,7 @@ module.exports = require("core-js/modules/es.function.name.js");
3573
3573
  /***/ 9:
3574
3574
  /***/ (function(module, exports) {
3575
3575
 
3576
- module.exports = require("core-js/modules/web.dom-collections.for-each.js");
3576
+ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
3577
3577
 
3578
3578
  /***/ })
3579
3579