epx-frame 4.1.10 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/0.js +1 -0
- package/lib/10.js +24 -24
- package/lib/17.js +22 -22
- package/lib/2.js +1 -1
- package/lib/3.js +1 -0
- package/lib/4.js +1 -0
- package/lib/5.js +1 -0
- package/lib/93.js +818 -865
- package/lib/add-form-item.js +3371 -2027
- package/lib/add-form.js +1929 -1138
- package/lib/alert.js +625 -588
- package/lib/app-index.js +422 -382
- package/lib/app-nav.js +838 -798
- package/lib/app-tabs.js +378 -338
- package/lib/apply-form.js +6644 -5538
- package/lib/approval-index-page.js +446 -375
- package/lib/approval-index.js +379 -339
- package/lib/base-page.js +358 -288
- package/lib/button.js +400 -360
- package/lib/card-form-item.js +594 -556
- package/lib/card.js +1645 -723
- package/lib/category-list.js +1797 -741
- package/lib/chart.js +876 -735
- package/lib/check-history.js +405 -360
- package/lib/color-picker.js +92 -92
- package/lib/component.js +8 -8
- package/lib/config-page.js +118 -118
- package/lib/contacts.js +416 -376
- package/lib/dashboard.js +1400 -1353
- package/lib/div.js +337 -297
- package/lib/edit-entity-list.js +1757 -701
- package/lib/entity-add-page.js +470 -399
- package/lib/entity-apply-page.js +465 -394
- package/lib/entity-card-list.js +1770 -714
- package/lib/entity-list-find-page.js +588 -517
- package/lib/entity-list-find.js +718 -649
- package/lib/entity-list-page.js +446 -375
- package/lib/entity-list.js +1744 -690
- package/lib/entity-no-submit-sub-list.js +215 -215
- package/lib/entity-sub-grid.js +394 -362
- package/lib/entity-sub-list.js +2349 -749
- package/lib/entity-tree-find-page.js +446 -375
- package/lib/entity-tree-find.js +563 -523
- package/lib/epx-frame.common.js +2 -2
- package/lib/export-file.js +417 -377
- package/lib/export.js +583 -543
- package/lib/flow-num.js +816 -776
- package/lib/footer.js +216 -216
- package/lib/form-item.js +739 -683
- package/lib/form.js +412 -372
- package/lib/formula.js +753 -713
- package/lib/gauge.js +748 -710
- package/lib/grid.js +1703 -762
- package/lib/header.js +1197 -1140
- package/lib/icon.js +108 -108
- package/lib/iframe.js +367 -327
- package/lib/image.js +1642 -362
- package/lib/import-file.js +438 -398
- package/lib/import.js +524 -484
- package/lib/layout.js +2159 -1234
- package/lib/list.js +617 -579
- package/lib/load-page.js +341 -301
- package/lib/m-entity-add-page.js +469 -398
- package/lib/m-entity-dept-find.js +384 -344
- package/lib/m-entity-list-find.js +1266 -1228
- package/lib/m-entity-list.js +329 -288
- package/lib/m-entity-no-submit-sub-list.js +295 -295
- package/lib/m-entity-tree-find.js +409 -369
- package/lib/m-entity-user-find.js +378 -338
- package/lib/menu-index.js +214 -214
- package/lib/menu.js +751 -751
- package/lib/mine.js +379 -339
- package/lib/module-index-page.js +478 -407
- package/lib/module-list-page.js +465 -394
- package/lib/module-list.js +388 -348
- package/lib/module-tabs-page.js +479 -408
- package/lib/nav-add-form.js +230 -228
- package/lib/num.js +2072 -1151
- package/lib/org-chart.js +383 -343
- package/lib/page-help.js +367 -327
- package/lib/page-tabs.js +1625 -737
- package/lib/page.js +521 -481
- package/lib/progress-chart.js +401 -361
- package/lib/progress.js +408 -378
- package/lib/report-chart.js +2872 -1601
- package/lib/report-html.js +366 -326
- package/lib/report-preview.js +397 -357
- package/lib/router-view.js +134 -133
- package/lib/scope.js +517 -477
- package/lib/search.js +546 -506
- package/lib/step-item.js +364 -324
- package/lib/step.js +392 -360
- package/lib/tab-bar.js +27 -27
- package/lib/tabs.js +2027 -1350
- package/lib/tag.js +363 -323
- package/lib/task-list-page.js +446 -375
- package/lib/task-list.js +523 -523
- package/lib/text-editor.js +1653 -377
- package/lib/text.js +1635 -355
- package/lib/title.js +369 -329
- package/lib/visual-config-page.js +1561 -1475
- package/package.json +3 -3
- package/lib/1.js +0 -1
package/lib/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 = 528);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,14 +94,21 @@ module.exports = require("core-js/modules/es.object.to-string.js");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 13:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("core-js/modules/es.array.map.js");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 14:
|
|
105
|
+
/***/ (function(module, exports) {
|
|
106
|
+
|
|
107
|
+
module.exports = require("core-js/modules/es.array.concat.js");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 15:
|
|
105
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
113
|
|
|
107
114
|
"use strict";
|
|
@@ -206,14 +213,7 @@ function normalizeComponent(
|
|
|
206
213
|
|
|
207
214
|
/***/ }),
|
|
208
215
|
|
|
209
|
-
/***/
|
|
210
|
-
/***/ (function(module, exports) {
|
|
211
|
-
|
|
212
|
-
module.exports = require("core-js/modules/es.array.concat.js");
|
|
213
|
-
|
|
214
|
-
/***/ }),
|
|
215
|
-
|
|
216
|
-
/***/ 17:
|
|
216
|
+
/***/ 16:
|
|
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
|
+
/***/ 17:
|
|
493
493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
494
494
|
|
|
495
495
|
"use strict";
|
|
@@ -502,16 +502,16 @@ module.exports = function (list, options) {
|
|
|
502
502
|
// css base code, injected by the css-loader
|
|
503
503
|
// eslint-disable-next-line func-names
|
|
504
504
|
__webpack_require__(1);
|
|
505
|
-
__webpack_require__(
|
|
505
|
+
__webpack_require__(30);
|
|
506
506
|
__webpack_require__(35);
|
|
507
|
-
__webpack_require__(
|
|
508
|
-
__webpack_require__(
|
|
507
|
+
__webpack_require__(13);
|
|
508
|
+
__webpack_require__(14);
|
|
509
509
|
__webpack_require__(1);
|
|
510
|
-
__webpack_require__(
|
|
510
|
+
__webpack_require__(30);
|
|
511
511
|
__webpack_require__(35);
|
|
512
|
-
__webpack_require__(
|
|
513
|
-
__webpack_require__(
|
|
514
|
-
__webpack_require__(
|
|
512
|
+
__webpack_require__(13);
|
|
513
|
+
__webpack_require__(14);
|
|
514
|
+
__webpack_require__(20);
|
|
515
515
|
module.exports = function (cssWithMappingToString) {
|
|
516
516
|
var list = []; // return the list of modules as css string
|
|
517
517
|
|
|
@@ -562,14 +562,14 @@ module.exports = function (cssWithMappingToString) {
|
|
|
562
562
|
|
|
563
563
|
/***/ }),
|
|
564
564
|
|
|
565
|
-
/***/
|
|
565
|
+
/***/ 20:
|
|
566
566
|
/***/ (function(module, exports) {
|
|
567
567
|
|
|
568
568
|
module.exports = require("core-js/modules/es.array.push.js");
|
|
569
569
|
|
|
570
570
|
/***/ }),
|
|
571
571
|
|
|
572
|
-
/***/
|
|
572
|
+
/***/ 30:
|
|
573
573
|
/***/ (function(module, exports) {
|
|
574
574
|
|
|
575
575
|
module.exports = require("core-js/modules/es.regexp.to-string.js");
|
|
@@ -583,11 +583,11 @@ module.exports = require("core-js/modules/es.array.join.js");
|
|
|
583
583
|
|
|
584
584
|
/***/ }),
|
|
585
585
|
|
|
586
|
-
/***/
|
|
586
|
+
/***/ 375:
|
|
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__(17);
|
|
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
|
+
/***/ 528:
|
|
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__(16);
|
|
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__(375);
|
|
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__(15);
|
|
706
706
|
|
|
707
707
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue
|
|
708
708
|
|