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.
Files changed (103) hide show
  1. package/lib/0.js +1 -0
  2. package/lib/10.js +24 -24
  3. package/lib/17.js +22 -22
  4. package/lib/2.js +1 -1
  5. package/lib/3.js +1 -0
  6. package/lib/4.js +1 -0
  7. package/lib/5.js +1 -0
  8. package/lib/93.js +818 -865
  9. package/lib/add-form-item.js +3371 -2027
  10. package/lib/add-form.js +1929 -1138
  11. package/lib/alert.js +625 -588
  12. package/lib/app-index.js +422 -382
  13. package/lib/app-nav.js +838 -798
  14. package/lib/app-tabs.js +378 -338
  15. package/lib/apply-form.js +6644 -5538
  16. package/lib/approval-index-page.js +446 -375
  17. package/lib/approval-index.js +379 -339
  18. package/lib/base-page.js +358 -288
  19. package/lib/button.js +400 -360
  20. package/lib/card-form-item.js +594 -556
  21. package/lib/card.js +1645 -723
  22. package/lib/category-list.js +1797 -741
  23. package/lib/chart.js +876 -735
  24. package/lib/check-history.js +405 -360
  25. package/lib/color-picker.js +92 -92
  26. package/lib/component.js +8 -8
  27. package/lib/config-page.js +118 -118
  28. package/lib/contacts.js +416 -376
  29. package/lib/dashboard.js +1400 -1353
  30. package/lib/div.js +337 -297
  31. package/lib/edit-entity-list.js +1757 -701
  32. package/lib/entity-add-page.js +470 -399
  33. package/lib/entity-apply-page.js +465 -394
  34. package/lib/entity-card-list.js +1770 -714
  35. package/lib/entity-list-find-page.js +588 -517
  36. package/lib/entity-list-find.js +718 -649
  37. package/lib/entity-list-page.js +446 -375
  38. package/lib/entity-list.js +1744 -690
  39. package/lib/entity-no-submit-sub-list.js +215 -215
  40. package/lib/entity-sub-grid.js +394 -362
  41. package/lib/entity-sub-list.js +2349 -749
  42. package/lib/entity-tree-find-page.js +446 -375
  43. package/lib/entity-tree-find.js +563 -523
  44. package/lib/epx-frame.common.js +2 -2
  45. package/lib/export-file.js +417 -377
  46. package/lib/export.js +583 -543
  47. package/lib/flow-num.js +816 -776
  48. package/lib/footer.js +216 -216
  49. package/lib/form-item.js +739 -683
  50. package/lib/form.js +412 -372
  51. package/lib/formula.js +753 -713
  52. package/lib/gauge.js +748 -710
  53. package/lib/grid.js +1703 -762
  54. package/lib/header.js +1197 -1140
  55. package/lib/icon.js +108 -108
  56. package/lib/iframe.js +367 -327
  57. package/lib/image.js +1642 -362
  58. package/lib/import-file.js +438 -398
  59. package/lib/import.js +524 -484
  60. package/lib/layout.js +2159 -1234
  61. package/lib/list.js +617 -579
  62. package/lib/load-page.js +341 -301
  63. package/lib/m-entity-add-page.js +469 -398
  64. package/lib/m-entity-dept-find.js +384 -344
  65. package/lib/m-entity-list-find.js +1266 -1228
  66. package/lib/m-entity-list.js +329 -288
  67. package/lib/m-entity-no-submit-sub-list.js +295 -295
  68. package/lib/m-entity-tree-find.js +409 -369
  69. package/lib/m-entity-user-find.js +378 -338
  70. package/lib/menu-index.js +214 -214
  71. package/lib/menu.js +751 -751
  72. package/lib/mine.js +379 -339
  73. package/lib/module-index-page.js +478 -407
  74. package/lib/module-list-page.js +465 -394
  75. package/lib/module-list.js +388 -348
  76. package/lib/module-tabs-page.js +479 -408
  77. package/lib/nav-add-form.js +230 -228
  78. package/lib/num.js +2072 -1151
  79. package/lib/org-chart.js +383 -343
  80. package/lib/page-help.js +367 -327
  81. package/lib/page-tabs.js +1625 -737
  82. package/lib/page.js +521 -481
  83. package/lib/progress-chart.js +401 -361
  84. package/lib/progress.js +408 -378
  85. package/lib/report-chart.js +2872 -1601
  86. package/lib/report-html.js +366 -326
  87. package/lib/report-preview.js +397 -357
  88. package/lib/router-view.js +134 -133
  89. package/lib/scope.js +517 -477
  90. package/lib/search.js +546 -506
  91. package/lib/step-item.js +364 -324
  92. package/lib/step.js +392 -360
  93. package/lib/tab-bar.js +27 -27
  94. package/lib/tabs.js +2027 -1350
  95. package/lib/tag.js +363 -323
  96. package/lib/task-list-page.js +446 -375
  97. package/lib/task-list.js +523 -523
  98. package/lib/text-editor.js +1653 -377
  99. package/lib/text.js +1635 -355
  100. package/lib/title.js +369 -329
  101. package/lib/visual-config-page.js +1561 -1475
  102. package/package.json +3 -3
  103. 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 = 525);
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
- /***/ 12:
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
- /***/ 13:
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
- /***/ 15:
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
- /***/ 18:
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__(27);
505
+ __webpack_require__(30);
506
506
  __webpack_require__(35);
507
- __webpack_require__(12);
508
- __webpack_require__(15);
507
+ __webpack_require__(13);
508
+ __webpack_require__(14);
509
509
  __webpack_require__(1);
510
- __webpack_require__(27);
510
+ __webpack_require__(30);
511
511
  __webpack_require__(35);
512
- __webpack_require__(12);
513
- __webpack_require__(15);
514
- __webpack_require__(22);
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
- /***/ 22:
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
- /***/ 27:
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
- /***/ 373:
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__(18);
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
- /***/ 525:
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__(17);
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__(373);
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__(13);
705
+ var componentNormalizer = __webpack_require__(15);
706
706
 
707
707
  // CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue
708
708