epx-frame 3.14.1 → 3.15.0

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 (126) hide show
  1. package/lib/0.index.js +1 -0
  2. package/lib/1.index.js +1 -0
  3. package/lib/10.css +4 -0
  4. package/lib/10.index.js +1 -0
  5. package/lib/10.js +70 -50
  6. package/lib/11.index.js +10 -0
  7. package/lib/12.index.js +1 -0
  8. package/lib/13.index.js +1 -0
  9. package/lib/14.index.js +1 -0
  10. package/lib/15.index.js +1 -0
  11. package/lib/17.js +36 -36
  12. package/lib/2.index.js +1 -0
  13. package/lib/3.index.js +14 -0
  14. package/lib/4.index.js +1 -0
  15. package/lib/5.index.js +1 -0
  16. package/lib/6.index.js +1 -0
  17. package/lib/8.css +2 -0
  18. package/lib/8.index.js +1 -0
  19. package/lib/88.js +28223 -0
  20. package/lib/9.index.js +1 -0
  21. package/lib/add-form-item.js +1756 -1852
  22. package/lib/add-form.js +749 -705
  23. package/lib/alert.js +1924 -420
  24. package/lib/app-index.js +504 -504
  25. package/lib/app-nav.js +2104 -2098
  26. package/lib/app-tabs.js +521 -521
  27. package/lib/apply-form.js +4020 -3997
  28. package/lib/apply_bg.png +0 -0
  29. package/lib/approval-index-page.js +359 -359
  30. package/lib/approval-index.js +472 -472
  31. package/lib/auto.png +0 -0
  32. package/lib/base-page.js +311 -264
  33. package/lib/bpmn.eot +0 -0
  34. package/lib/bpmn.svg +224 -0
  35. package/lib/bpmn.ttf +0 -0
  36. package/lib/bpmn.woff +0 -0
  37. package/lib/bpmn.woff2 +0 -0
  38. package/lib/button.js +443 -443
  39. package/lib/card-form-item.js +680 -705
  40. package/lib/card.js +506 -506
  41. package/lib/category-list.js +10140 -9208
  42. package/lib/chart.js +2540 -2024
  43. package/lib/check-history.js +649 -465
  44. package/lib/color-picker.js +72 -72
  45. package/lib/component.js +7 -6
  46. package/lib/contact_bg.png +0 -0
  47. package/lib/contacts.js +424 -424
  48. package/lib/dashboard.js +2747 -2731
  49. package/lib/edit-entity-list.js +1905 -1197
  50. package/lib/entity-add-page.js +388 -388
  51. package/lib/entity-apply-page.js +386 -386
  52. package/lib/entity-card-list.js +1914 -1206
  53. package/lib/entity-list-find-page.js +437 -437
  54. package/lib/entity-list-find.js +109 -109
  55. package/lib/entity-list-page.js +354 -354
  56. package/lib/entity-list.js +1766 -1145
  57. package/lib/entity-no-submit-sub-list.js +228 -228
  58. package/lib/entity-sub-grid.js +815 -815
  59. package/lib/entity-sub-list.js +10454 -596
  60. package/lib/entity-tree-find-page.js +352 -352
  61. package/lib/entity-tree-find.js +914 -907
  62. package/lib/epx-frame.common.js +2 -2
  63. package/lib/export-file.js +514 -514
  64. package/lib/export.js +599 -598
  65. package/lib/flow-num-card.js +1182 -1182
  66. package/lib/footer.js +289 -289
  67. package/lib/form-item.js +1350 -987
  68. package/lib/form.js +495 -484
  69. package/lib/formula.js +3487 -3679
  70. package/lib/gauge.js +1290 -1326
  71. package/lib/grid.js +527 -527
  72. package/lib/hall_banner.png +0 -0
  73. package/lib/header.js +2282 -2370
  74. package/lib/hr.png +0 -0
  75. package/lib/icon.js +159 -159
  76. package/lib/iframe.js +400 -400
  77. package/lib/image.js +334 -334
  78. package/lib/import-file.js +445 -437
  79. package/lib/import.js +1335 -1335
  80. package/lib/index.css +2249 -138
  81. package/lib/index.js +92 -0
  82. package/lib/layout.js +847 -883
  83. package/lib/list.js +2906 -807
  84. package/lib/load-page.js +334 -334
  85. package/lib/m-entity-add-page.js +383 -383
  86. package/lib/m-entity-dept-find.js +420 -420
  87. package/lib/m-entity-list-find.js +1965 -1965
  88. package/lib/m-entity-list.js +404 -383
  89. package/lib/m-entity-no-submit-sub-list.js +335 -335
  90. package/lib/m-entity-tree-find.js +419 -419
  91. package/lib/m-entity-user-find.js +417 -417
  92. package/lib/m_hall_banner.png +0 -0
  93. package/lib/menu-index.js +332 -330
  94. package/lib/menu.js +815 -812
  95. package/lib/mine.js +11256 -527
  96. package/lib/module-index-page.js +476 -458
  97. package/lib/module-list-page.js +372 -372
  98. package/lib/module-list.js +458 -458
  99. package/lib/module.png +0 -0
  100. package/lib/nav-add-form.js +290 -290
  101. package/lib/num.js +1664 -1664
  102. package/lib/org-chart.js +438 -438
  103. package/lib/page-help.js +399 -399
  104. package/lib/page-tabs.js +859 -859
  105. package/lib/page.js +498 -496
  106. package/lib/progress-chart.js +437 -437
  107. package/lib/progress.js +441 -441
  108. package/lib/report-html.js +429 -429
  109. package/lib/report-preview.js +446 -443
  110. package/lib/router-view.js +207 -207
  111. package/lib/scope.js +1393 -619
  112. package/lib/search.js +601 -596
  113. package/lib/staff.png +0 -0
  114. package/lib/step-item.js +490 -490
  115. package/lib/step.js +502 -502
  116. package/lib/success.png +0 -0
  117. package/lib/tab-bar.js +23 -23
  118. package/lib/tag.js +2323 -0
  119. package/lib/task-list-page.js +352 -352
  120. package/lib/task-list.js +674 -616
  121. package/lib/text-editor.js +413 -413
  122. package/lib/text.js +432 -432
  123. package/lib/title.js +411 -411
  124. package/lib/user_bg.png +0 -0
  125. package/lib/visual-config-page.js +18948 -886
  126. package/package.json +1 -1
Binary file
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 = 420);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 522);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -213,14 +213,7 @@ function normalizeComponent(
213
213
 
214
214
  /***/ }),
215
215
 
216
- /***/ 18:
217
- /***/ (function(module, exports) {
218
-
219
- module.exports = require("core-js/modules/es.array.push.js");
220
-
221
- /***/ }),
222
-
223
- /***/ 24:
216
+ /***/ 19:
224
217
  /***/ (function(module, exports, __webpack_require__) {
225
218
 
226
219
  "use strict";
@@ -496,7 +489,7 @@ module.exports = function (list, options) {
496
489
 
497
490
  /***/ }),
498
491
 
499
- /***/ 25:
492
+ /***/ 20:
500
493
  /***/ (function(module, exports, __webpack_require__) {
501
494
 
502
495
  "use strict";
@@ -516,7 +509,7 @@ __webpack_require__(1);
516
509
  __webpack_require__(33);
517
510
  __webpack_require__(11);
518
511
  __webpack_require__(13);
519
- __webpack_require__(18);
512
+ __webpack_require__(21);
520
513
  module.exports = function (cssWithMappingToString) {
521
514
  var list = []; // return the list of modules as css string
522
515
 
@@ -567,11 +560,25 @@ module.exports = function (cssWithMappingToString) {
567
560
 
568
561
  /***/ }),
569
562
 
570
- /***/ 310:
563
+ /***/ 21:
564
+ /***/ (function(module, exports) {
565
+
566
+ module.exports = require("core-js/modules/es.array.push.js");
567
+
568
+ /***/ }),
569
+
570
+ /***/ 33:
571
+ /***/ (function(module, exports) {
572
+
573
+ module.exports = require("core-js/modules/es.array.join.js");
574
+
575
+ /***/ }),
576
+
577
+ /***/ 363:
571
578
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
572
579
 
573
580
  "use strict";
574
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
581
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
575
582
  /* 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__);
576
583
  // Imports
577
584
 
@@ -584,14 +591,7 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".tab-bar[data-v-6c1519b2]{height:100%}\
584
591
 
585
592
  /***/ }),
586
593
 
587
- /***/ 33:
588
- /***/ (function(module, exports) {
589
-
590
- module.exports = require("core-js/modules/es.array.join.js");
591
-
592
- /***/ }),
593
-
594
- /***/ 420:
594
+ /***/ 522:
595
595
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
596
596
 
597
597
  "use strict";
@@ -670,11 +670,11 @@ render._withStripped = true
670
670
  // CONCATENATED MODULE: ./src/frame/packages/tab-bar/TabBar.vue?vue&type=script&lang=js&
671
671
  /* harmony default export */ var tab_bar_TabBarvue_type_script_lang_js_ = (TabBarvue_type_script_lang_js_);
672
672
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
673
- var injectStylesIntoStyleTag = __webpack_require__(24);
673
+ var injectStylesIntoStyleTag = __webpack_require__(19);
674
674
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
675
675
 
676
676
  // 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&
677
- var TabBarvue_type_style_index_0_id_6c1519b2_prod_lang_scss_scoped_true_ = __webpack_require__(310);
677
+ var TabBarvue_type_style_index_0_id_6c1519b2_prod_lang_scss_scoped_true_ = __webpack_require__(363);
678
678
 
679
679
  // 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&
680
680