epx-frame 4.2.15 → 4.2.16
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 -3
- package/lib/1.js +1 -1
- package/lib/10.js +98 -142
- package/lib/17.js +18 -19
- package/lib/2.js +1 -1
- package/lib/3.js +1 -1
- package/lib/4.js +1 -1
- package/lib/5.js +1 -1
- package/lib/91.js +935 -1369
- package/lib/93.js +835 -1240
- package/lib/add-form-item.js +466 -501
- package/lib/add-form.js +715 -667
- package/lib/alert.js +3464 -3478
- package/lib/app-index.js +292 -292
- package/lib/app-nav.js +748 -742
- package/lib/app-tabs.js +270 -294
- package/lib/apply-form.js +730 -681
- package/lib/approval-index-page.js +298 -330
- package/lib/approval-index.js +288 -377
- package/lib/base-page.js +290 -314
- package/lib/button.js +274 -300
- package/lib/card-form-item.js +3884 -3883
- package/lib/card.js +504 -583
- package/lib/category-list.js +1369 -1323
- package/lib/chart.js +961 -2585
- package/lib/check-history.js +289 -282
- package/lib/color-picker.js +105 -189
- package/lib/component.js +12 -18
- package/lib/config-page.js +126 -143
- package/lib/contacts.js +345 -425
- package/lib/dashboard.js +1178 -1634
- package/lib/div.js +235 -254
- package/lib/edit-entity-list.js +1306 -1278
- package/lib/entity-add-page.js +308 -341
- package/lib/entity-apply-page.js +301 -333
- package/lib/entity-card-list.js +1328 -1302
- package/lib/entity-list-find-page.js +393 -348
- package/lib/entity-list-find.js +1238 -1120
- package/lib/entity-list-page.js +304 -337
- package/lib/entity-list.js +1277 -1249
- package/lib/entity-no-submit-sub-list.js +173 -175
- package/lib/entity-sub-grid.js +404 -426
- package/lib/entity-sub-list.js +1370 -1353
- package/lib/entity-tree-find-page.js +298 -330
- package/lib/entity-tree-find.js +420 -348
- package/lib/epx-frame.common.js +2 -2
- package/lib/export-file.js +353 -480
- package/lib/export.js +549 -620
- package/lib/flow-num.js +726 -777
- package/lib/footer.js +158 -185
- package/lib/form-item.js +1090 -2549
- package/lib/form.js +370 -430
- package/lib/formula.js +647 -696
- package/lib/gauge.js +4739 -4745
- package/lib/grid.js +463 -552
- package/lib/header.js +807 -921
- package/lib/icon.js +99 -112
- package/lib/iframe.js +263 -271
- package/lib/image.js +484 -492
- package/lib/import-file.js +362 -651
- package/lib/import.js +481 -810
- package/lib/layout.js +5189 -5296
- package/lib/list.js +4753 -4795
- package/lib/load-page.js +235 -242
- package/lib/m-entity-add-page.js +310 -343
- package/lib/m-entity-dept-find.js +295 -400
- package/lib/m-entity-list-find.js +5415 -5332
- package/lib/m-entity-list.js +356 -345
- package/lib/m-entity-no-submit-sub-list.js +305 -306
- package/lib/m-entity-tree-find.js +292 -294
- package/lib/m-entity-user-find.js +295 -474
- package/lib/menu-index.js +171 -207
- package/lib/menu.js +682 -729
- package/lib/mine.js +295 -369
- package/lib/module-index-page.js +325 -358
- package/lib/module-list-page.js +301 -333
- package/lib/module-list.js +335 -383
- package/lib/module-tabs-page.js +326 -359
- package/lib/nav-add-form.js +200 -204
- package/lib/num.js +955 -1050
- package/lib/org-chart.js +280 -350
- package/lib/page-help.js +269 -279
- package/lib/page-tabs.js +470 -494
- package/lib/page.js +444 -452
- package/lib/photo.png +0 -0
- package/lib/progress-chart.js +291 -301
- package/lib/progress.js +331 -366
- package/lib/report-chart.js +7818 -7719
- package/lib/report-html.js +270 -283
- package/lib/report-preview.js +327 -347
- package/lib/router-view.js +142 -157
- package/lib/scope.js +530 -964
- package/lib/search.js +564 -832
- package/lib/step-item.js +270 -293
- package/lib/step.js +275 -321
- package/lib/tab-bar.js +32 -49
- package/lib/tabs.js +5206 -5248
- package/lib/tag.js +273 -286
- package/lib/task-list-page.js +298 -330
- package/lib/task-list.js +6045 -6047
- package/lib/text-editor.js +442 -444
- package/lib/text.js +490 -491
- package/lib/title.js +265 -275
- package/lib/visual-config-page.js +1720 -4452
- package/package.json +4 -4
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 = 539);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,21 +94,21 @@ module.exports = require("core-js/modules/es.object.to-string.js");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 14:
|
|
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
|
+
/***/ 15:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("core-js/modules/es.array.concat.js");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 16:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -213,7 +213,7 @@ function normalizeComponent(
|
|
|
213
213
|
|
|
214
214
|
/***/ }),
|
|
215
215
|
|
|
216
|
-
/***/
|
|
216
|
+
/***/ 18:
|
|
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
|
+
/***/ 19:
|
|
493
493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
494
494
|
|
|
495
495
|
"use strict";
|
|
@@ -502,16 +502,15 @@ 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__(
|
|
506
|
-
__webpack_require__(35);
|
|
507
|
-
__webpack_require__(13);
|
|
505
|
+
__webpack_require__(33);
|
|
508
506
|
__webpack_require__(14);
|
|
509
|
-
__webpack_require__(
|
|
510
|
-
__webpack_require__(
|
|
511
|
-
__webpack_require__(
|
|
512
|
-
__webpack_require__(13);
|
|
507
|
+
__webpack_require__(15);
|
|
508
|
+
__webpack_require__(15);
|
|
509
|
+
__webpack_require__(33);
|
|
513
510
|
__webpack_require__(14);
|
|
514
|
-
__webpack_require__(
|
|
511
|
+
__webpack_require__(21);
|
|
512
|
+
__webpack_require__(1);
|
|
513
|
+
__webpack_require__(40);
|
|
515
514
|
module.exports = function (cssWithMappingToString) {
|
|
516
515
|
var list = []; // return the list of modules as css string
|
|
517
516
|
|
|
@@ -562,32 +561,25 @@ module.exports = function (cssWithMappingToString) {
|
|
|
562
561
|
|
|
563
562
|
/***/ }),
|
|
564
563
|
|
|
565
|
-
/***/
|
|
564
|
+
/***/ 21:
|
|
566
565
|
/***/ (function(module, exports) {
|
|
567
566
|
|
|
568
567
|
module.exports = require("core-js/modules/es.array.push.js");
|
|
569
568
|
|
|
570
569
|
/***/ }),
|
|
571
570
|
|
|
572
|
-
/***/
|
|
573
|
-
/***/ (function(module, exports) {
|
|
574
|
-
|
|
575
|
-
module.exports = require("core-js/modules/es.regexp.to-string.js");
|
|
576
|
-
|
|
577
|
-
/***/ }),
|
|
578
|
-
|
|
579
|
-
/***/ 35:
|
|
571
|
+
/***/ 33:
|
|
580
572
|
/***/ (function(module, exports) {
|
|
581
573
|
|
|
582
574
|
module.exports = require("core-js/modules/es.array.join.js");
|
|
583
575
|
|
|
584
576
|
/***/ }),
|
|
585
577
|
|
|
586
|
-
/***/
|
|
578
|
+
/***/ 385:
|
|
587
579
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
588
580
|
|
|
589
581
|
"use strict";
|
|
590
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
582
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
|
|
591
583
|
/* 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
584
|
// Imports
|
|
593
585
|
|
|
@@ -600,18 +592,24 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".tab-bar[data-v-6c1519b2]{height:100%}\
|
|
|
600
592
|
|
|
601
593
|
/***/ }),
|
|
602
594
|
|
|
603
|
-
/***/
|
|
595
|
+
/***/ 40:
|
|
596
|
+
/***/ (function(module, exports) {
|
|
597
|
+
|
|
598
|
+
module.exports = require("core-js/modules/es.regexp.to-string.js");
|
|
599
|
+
|
|
600
|
+
/***/ }),
|
|
601
|
+
|
|
602
|
+
/***/ 539:
|
|
604
603
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
605
604
|
|
|
606
605
|
"use strict";
|
|
607
606
|
// ESM COMPAT FLAG
|
|
608
607
|
__webpack_require__.r(__webpack_exports__);
|
|
609
608
|
|
|
610
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??
|
|
611
|
-
var render = function () {
|
|
612
|
-
var _vm = this
|
|
613
|
-
|
|
614
|
-
var _c = _vm._self._c || _h
|
|
609
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/tab-bar/TabBar.vue?vue&type=template&id=6c1519b2&scoped=true
|
|
610
|
+
var render = function render() {
|
|
611
|
+
var _vm = this,
|
|
612
|
+
_c = _vm._self._c
|
|
615
613
|
return _c(
|
|
616
614
|
"div",
|
|
617
615
|
{ staticClass: "tab-bar" },
|
|
@@ -658,32 +656,17 @@ render._withStripped = true
|
|
|
658
656
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue?vue&type=template&id=6c1519b2&scoped=true
|
|
659
657
|
|
|
660
658
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/tab-bar/TabBar.vue?vue&type=script&lang=js
|
|
661
|
-
//
|
|
662
|
-
//
|
|
663
|
-
//
|
|
664
|
-
//
|
|
665
|
-
//
|
|
666
|
-
//
|
|
667
|
-
//
|
|
668
|
-
//
|
|
669
|
-
//
|
|
670
|
-
//
|
|
671
|
-
//
|
|
672
|
-
//
|
|
673
|
-
//
|
|
674
|
-
//
|
|
675
|
-
|
|
676
659
|
/* harmony default export */ var TabBarvue_type_script_lang_js = ({
|
|
677
660
|
name: 'epx-tab-bar'
|
|
678
661
|
});
|
|
679
662
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue?vue&type=script&lang=js
|
|
680
663
|
/* harmony default export */ var tab_bar_TabBarvue_type_script_lang_js = (TabBarvue_type_script_lang_js);
|
|
681
664
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
682
|
-
var injectStylesIntoStyleTag = __webpack_require__(
|
|
665
|
+
var injectStylesIntoStyleTag = __webpack_require__(18);
|
|
683
666
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
684
667
|
|
|
685
668
|
// 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__(
|
|
669
|
+
var TabBarvue_type_style_index_0_id_6c1519b2_prod_lang_scss_scoped_true = __webpack_require__(385);
|
|
687
670
|
|
|
688
671
|
// 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
672
|
|
|
@@ -702,7 +685,7 @@ var update = injectStylesIntoStyleTag_default()(TabBarvue_type_style_index_0_id_
|
|
|
702
685
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue?vue&type=style&index=0&id=6c1519b2&prod&lang=scss&scoped=true
|
|
703
686
|
|
|
704
687
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
705
|
-
var componentNormalizer = __webpack_require__(
|
|
688
|
+
var componentNormalizer = __webpack_require__(16);
|
|
706
689
|
|
|
707
690
|
// CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue
|
|
708
691
|
|