epx-frame 4.1.4 → 4.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/1.js +1 -1
- package/lib/10.js +23 -23
- package/lib/17.js +13 -13
- package/lib/2.js +1 -1
- package/lib/93.js +29238 -0
- package/lib/add-form-item.js +554 -198
- package/lib/add-form.js +1260 -417
- package/lib/alert.js +254 -237
- package/lib/app-index.js +277 -209
- package/lib/app-nav.js +891 -789
- package/lib/app-tabs.js +193 -182
- package/lib/apply-form.js +1402 -554
- package/lib/approval-index-page.js +181 -170
- package/lib/approval-index.js +205 -194
- package/lib/base-page.js +168 -155
- package/lib/button.js +276 -150
- package/lib/card-form-item.js +248 -236
- package/lib/card.js +775 -170
- package/lib/category-list.js +734 -542
- package/lib/chart.js +587 -566
- package/lib/check-history.js +274 -185
- package/lib/color-picker.js +61 -61
- package/lib/component.js +10 -10
- package/lib/config-page.js +139 -120
- package/lib/contacts.js +199 -188
- package/lib/dashboard.js +406 -393
- package/lib/div.js +1996 -0
- package/lib/edit-entity-list.js +700 -506
- package/lib/entity-add-page.js +203 -192
- package/lib/entity-apply-page.js +201 -190
- package/lib/entity-card-list.js +708 -514
- package/lib/entity-list-find-page.js +229 -218
- package/lib/entity-list-find.js +701 -502
- package/lib/entity-list-page.js +183 -172
- package/lib/entity-list.js +667 -487
- package/lib/entity-no-submit-sub-list.js +83 -83
- package/lib/entity-sub-grid.js +794 -783
- package/lib/entity-sub-list.js +782 -570
- package/lib/entity-tree-find-page.js +181 -170
- package/lib/entity-tree-find.js +345 -333
- package/lib/epx-frame.common.js +2 -2
- package/lib/export-file.js +181 -170
- package/lib/export.js +273 -250
- package/lib/flow-num.js +404 -393
- package/lib/footer.js +96 -96
- package/lib/form-item.js +695 -660
- package/lib/form.js +265 -237
- package/lib/formula.js +841 -815
- package/lib/gauge.js +374 -362
- package/lib/grid.js +803 -214
- package/lib/header.js +213 -200
- package/lib/icon.js +56 -56
- package/lib/iframe.js +192 -180
- package/lib/image.js +646 -144
- package/lib/import-file.js +202 -191
- package/lib/import.js +292 -272
- package/lib/layout.js +1135 -289
- package/lib/list.js +294 -282
- package/lib/load-page.js +155 -144
- package/lib/m-entity-add-page.js +204 -193
- package/lib/m-entity-dept-find.js +236 -191
- package/lib/m-entity-list-find.js +370 -358
- package/lib/m-entity-list.js +204 -187
- package/lib/m-entity-no-submit-sub-list.js +109 -109
- package/lib/m-entity-tree-find.js +1428 -1299
- package/lib/m-entity-user-find.js +191 -180
- package/lib/menu-index.js +95 -95
- package/lib/menu.js +223 -223
- package/lib/mine.js +339 -183
- package/lib/module-index-page.js +219 -208
- package/lib/module-list-page.js +194 -183
- package/lib/module-list.js +195 -184
- package/lib/module-tabs-page.js +214 -203
- package/lib/nav-add-form.js +98 -98
- package/lib/num.js +1086 -445
- package/lib/org-chart.js +200 -189
- package/lib/page-help.js +171 -160
- package/lib/page-tabs.js +763 -214
- package/lib/page.js +598 -574
- package/lib/progress-chart.js +213 -202
- package/lib/progress.js +187 -176
- package/lib/report-chart.js +927 -562
- package/lib/report-html.js +190 -173
- package/lib/report-preview.js +269 -200
- package/lib/router-view.js +80 -79
- package/lib/scope.js +347 -310
- package/lib/search.js +428 -377
- package/lib/static/0.png +0 -0
- package/lib/static/1.png +0 -0
- package/lib/static/2.png +0 -0
- package/lib/step-item.js +167 -156
- package/lib/step.js +168 -157
- package/lib/tab-bar.js +19 -19
- package/lib/tabs.js +5372 -0
- package/lib/tag.js +166 -155
- package/lib/task-list-page.js +174 -163
- package/lib/task-list.js +272 -231
- package/lib/text-editor.js +253 -177
- package/lib/text.js +250 -177
- package/lib/title.js +174 -163
- package/lib/visual-config-page.js +1642 -1194
- package/package.json +1 -1
package/lib/tab-bar.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 525);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,7 @@ module.exports = require("core-js/modules/es.array.map.js");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("core-js/modules/es.array.concat.js");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 15:
|
|
104
|
+
/***/ 13:
|
|
112
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
106
|
|
|
114
107
|
"use strict";
|
|
@@ -213,7 +206,14 @@ function normalizeComponent(
|
|
|
213
206
|
|
|
214
207
|
/***/ }),
|
|
215
208
|
|
|
216
|
-
/***/
|
|
209
|
+
/***/ 15:
|
|
210
|
+
/***/ (function(module, exports) {
|
|
211
|
+
|
|
212
|
+
module.exports = require("core-js/modules/es.array.concat.js");
|
|
213
|
+
|
|
214
|
+
/***/ }),
|
|
215
|
+
|
|
216
|
+
/***/ 17:
|
|
217
217
|
/***/ (function(module, exports, __webpack_require__) {
|
|
218
218
|
|
|
219
219
|
"use strict";
|
|
@@ -489,7 +489,7 @@ module.exports = function (list, options) {
|
|
|
489
489
|
|
|
490
490
|
/***/ }),
|
|
491
491
|
|
|
492
|
-
/***/
|
|
492
|
+
/***/ 18:
|
|
493
493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
494
494
|
|
|
495
495
|
"use strict";
|
|
@@ -505,12 +505,12 @@ __webpack_require__(1);
|
|
|
505
505
|
__webpack_require__(27);
|
|
506
506
|
__webpack_require__(35);
|
|
507
507
|
__webpack_require__(12);
|
|
508
|
-
__webpack_require__(
|
|
508
|
+
__webpack_require__(15);
|
|
509
509
|
__webpack_require__(1);
|
|
510
510
|
__webpack_require__(27);
|
|
511
511
|
__webpack_require__(35);
|
|
512
512
|
__webpack_require__(12);
|
|
513
|
-
__webpack_require__(
|
|
513
|
+
__webpack_require__(15);
|
|
514
514
|
__webpack_require__(22);
|
|
515
515
|
module.exports = function (cssWithMappingToString) {
|
|
516
516
|
var list = []; // return the list of modules as css string
|
|
@@ -583,11 +583,11 @@ module.exports = require("core-js/modules/es.array.join.js");
|
|
|
583
583
|
|
|
584
584
|
/***/ }),
|
|
585
585
|
|
|
586
|
-
/***/
|
|
586
|
+
/***/ 373:
|
|
587
587
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
588
588
|
|
|
589
589
|
"use strict";
|
|
590
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
590
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(18);
|
|
591
591
|
/* 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__);
|
|
592
592
|
// Imports
|
|
593
593
|
|
|
@@ -600,7 +600,7 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".tab-bar[data-v-6c1519b2]{height:100%}\
|
|
|
600
600
|
|
|
601
601
|
/***/ }),
|
|
602
602
|
|
|
603
|
-
/***/
|
|
603
|
+
/***/ 525:
|
|
604
604
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
605
605
|
|
|
606
606
|
"use strict";
|
|
@@ -679,11 +679,11 @@ render._withStripped = true
|
|
|
679
679
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue?vue&type=script&lang=js
|
|
680
680
|
/* harmony default export */ var tab_bar_TabBarvue_type_script_lang_js = (TabBarvue_type_script_lang_js);
|
|
681
681
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
682
|
-
var injectStylesIntoStyleTag = __webpack_require__(
|
|
682
|
+
var injectStylesIntoStyleTag = __webpack_require__(17);
|
|
683
683
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
684
684
|
|
|
685
685
|
// 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/tab-bar/TabBar.vue?vue&type=style&index=0&id=6c1519b2&prod&lang=scss&scoped=true
|
|
686
|
-
var TabBarvue_type_style_index_0_id_6c1519b2_prod_lang_scss_scoped_true = __webpack_require__(
|
|
686
|
+
var TabBarvue_type_style_index_0_id_6c1519b2_prod_lang_scss_scoped_true = __webpack_require__(373);
|
|
687
687
|
|
|
688
688
|
// 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/tab-bar/TabBar.vue?vue&type=style&index=0&id=6c1519b2&prod&lang=scss&scoped=true
|
|
689
689
|
|
|
@@ -702,7 +702,7 @@ var update = injectStylesIntoStyleTag_default()(TabBarvue_type_style_index_0_id_
|
|
|
702
702
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue?vue&type=style&index=0&id=6c1519b2&prod&lang=scss&scoped=true
|
|
703
703
|
|
|
704
704
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
705
|
-
var componentNormalizer = __webpack_require__(
|
|
705
|
+
var componentNormalizer = __webpack_require__(13);
|
|
706
706
|
|
|
707
707
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue
|
|
708
708
|
|