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.
Files changed (105) hide show
  1. package/lib/0.js +1 -3
  2. package/lib/1.js +1 -1
  3. package/lib/10.js +98 -142
  4. package/lib/17.js +18 -19
  5. package/lib/2.js +1 -1
  6. package/lib/3.js +1 -1
  7. package/lib/4.js +1 -1
  8. package/lib/5.js +1 -1
  9. package/lib/91.js +935 -1369
  10. package/lib/93.js +835 -1240
  11. package/lib/add-form-item.js +466 -501
  12. package/lib/add-form.js +715 -667
  13. package/lib/alert.js +3464 -3478
  14. package/lib/app-index.js +292 -292
  15. package/lib/app-nav.js +748 -742
  16. package/lib/app-tabs.js +270 -294
  17. package/lib/apply-form.js +730 -681
  18. package/lib/approval-index-page.js +298 -330
  19. package/lib/approval-index.js +288 -377
  20. package/lib/base-page.js +290 -314
  21. package/lib/button.js +274 -300
  22. package/lib/card-form-item.js +3884 -3883
  23. package/lib/card.js +504 -583
  24. package/lib/category-list.js +1369 -1323
  25. package/lib/chart.js +961 -2585
  26. package/lib/check-history.js +289 -282
  27. package/lib/color-picker.js +105 -189
  28. package/lib/component.js +12 -18
  29. package/lib/config-page.js +126 -143
  30. package/lib/contacts.js +345 -425
  31. package/lib/dashboard.js +1178 -1634
  32. package/lib/div.js +235 -254
  33. package/lib/edit-entity-list.js +1306 -1278
  34. package/lib/entity-add-page.js +308 -341
  35. package/lib/entity-apply-page.js +301 -333
  36. package/lib/entity-card-list.js +1328 -1302
  37. package/lib/entity-list-find-page.js +393 -348
  38. package/lib/entity-list-find.js +1238 -1120
  39. package/lib/entity-list-page.js +304 -337
  40. package/lib/entity-list.js +1277 -1249
  41. package/lib/entity-no-submit-sub-list.js +173 -175
  42. package/lib/entity-sub-grid.js +404 -426
  43. package/lib/entity-sub-list.js +1370 -1353
  44. package/lib/entity-tree-find-page.js +298 -330
  45. package/lib/entity-tree-find.js +420 -348
  46. package/lib/epx-frame.common.js +2 -2
  47. package/lib/export-file.js +353 -480
  48. package/lib/export.js +549 -620
  49. package/lib/flow-num.js +726 -777
  50. package/lib/footer.js +158 -185
  51. package/lib/form-item.js +1090 -2549
  52. package/lib/form.js +370 -430
  53. package/lib/formula.js +647 -696
  54. package/lib/gauge.js +4739 -4745
  55. package/lib/grid.js +463 -552
  56. package/lib/header.js +807 -921
  57. package/lib/icon.js +99 -112
  58. package/lib/iframe.js +263 -271
  59. package/lib/image.js +484 -492
  60. package/lib/import-file.js +362 -651
  61. package/lib/import.js +481 -810
  62. package/lib/layout.js +5189 -5296
  63. package/lib/list.js +4753 -4795
  64. package/lib/load-page.js +235 -242
  65. package/lib/m-entity-add-page.js +310 -343
  66. package/lib/m-entity-dept-find.js +295 -400
  67. package/lib/m-entity-list-find.js +5415 -5332
  68. package/lib/m-entity-list.js +356 -345
  69. package/lib/m-entity-no-submit-sub-list.js +305 -306
  70. package/lib/m-entity-tree-find.js +292 -294
  71. package/lib/m-entity-user-find.js +295 -474
  72. package/lib/menu-index.js +171 -207
  73. package/lib/menu.js +682 -729
  74. package/lib/mine.js +295 -369
  75. package/lib/module-index-page.js +325 -358
  76. package/lib/module-list-page.js +301 -333
  77. package/lib/module-list.js +335 -383
  78. package/lib/module-tabs-page.js +326 -359
  79. package/lib/nav-add-form.js +200 -204
  80. package/lib/num.js +955 -1050
  81. package/lib/org-chart.js +280 -350
  82. package/lib/page-help.js +269 -279
  83. package/lib/page-tabs.js +470 -494
  84. package/lib/page.js +444 -452
  85. package/lib/photo.png +0 -0
  86. package/lib/progress-chart.js +291 -301
  87. package/lib/progress.js +331 -366
  88. package/lib/report-chart.js +7818 -7719
  89. package/lib/report-html.js +270 -283
  90. package/lib/report-preview.js +327 -347
  91. package/lib/router-view.js +142 -157
  92. package/lib/scope.js +530 -964
  93. package/lib/search.js +564 -832
  94. package/lib/step-item.js +270 -293
  95. package/lib/step.js +275 -321
  96. package/lib/tab-bar.js +32 -49
  97. package/lib/tabs.js +5206 -5248
  98. package/lib/tag.js +273 -286
  99. package/lib/task-list-page.js +298 -330
  100. package/lib/task-list.js +6045 -6047
  101. package/lib/text-editor.js +442 -444
  102. package/lib/text.js +490 -491
  103. package/lib/title.js +265 -275
  104. package/lib/visual-config-page.js +1720 -4452
  105. 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 = 528);
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
- /***/ 13:
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
- /***/ 14:
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
- /***/ 15:
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
- /***/ 16:
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
- /***/ 17:
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__(30);
506
- __webpack_require__(35);
507
- __webpack_require__(13);
505
+ __webpack_require__(33);
508
506
  __webpack_require__(14);
509
- __webpack_require__(1);
510
- __webpack_require__(30);
511
- __webpack_require__(35);
512
- __webpack_require__(13);
507
+ __webpack_require__(15);
508
+ __webpack_require__(15);
509
+ __webpack_require__(33);
513
510
  __webpack_require__(14);
514
- __webpack_require__(20);
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
- /***/ 20:
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
- /***/ 30:
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
- /***/ 375:
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__(17);
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
- /***/ 528:
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??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/tab-bar/TabBar.vue?vue&type=template&id=6c1519b2&scoped=true
611
- var render = function () {
612
- var _vm = this
613
- var _h = _vm.$createElement
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__(16);
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__(375);
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__(15);
688
+ var componentNormalizer = __webpack_require__(16);
706
689
 
707
690
  // CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue
708
691