epx-frame 3.15.1 → 3.15.2

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 (92) hide show
  1. package/lib/10.js +49 -69
  2. package/lib/17.js +31 -31
  3. package/lib/88.js +614 -593
  4. package/lib/add-form-item.js +718 -718
  5. package/lib/add-form.js +292 -309
  6. package/lib/alert.js +232 -232
  7. package/lib/app-index.js +203 -203
  8. package/lib/app-nav.js +1033 -1010
  9. package/lib/app-tabs.js +204 -204
  10. package/lib/apply-form.js +1515 -1515
  11. package/lib/approval-index-page.js +178 -178
  12. package/lib/approval-index.js +207 -207
  13. package/lib/base-page.js +157 -173
  14. package/lib/button.js +203 -203
  15. package/lib/card-form-item.js +227 -227
  16. package/lib/card.js +211 -211
  17. package/lib/category-list.js +596 -642
  18. package/lib/chart.js +1080 -1080
  19. package/lib/check-history.js +197 -197
  20. package/lib/color-picker.js +48 -48
  21. package/lib/component.js +7 -7
  22. package/lib/contacts.js +212 -212
  23. package/lib/dashboard.js +1229 -1220
  24. package/lib/edit-entity-list.js +550 -596
  25. package/lib/entity-add-page.js +204 -204
  26. package/lib/entity-apply-page.js +204 -204
  27. package/lib/entity-card-list.js +556 -602
  28. package/lib/entity-list-find-page.js +227 -227
  29. package/lib/entity-list-find.js +67 -67
  30. package/lib/entity-list-page.js +178 -178
  31. package/lib/entity-list.js +526 -539
  32. package/lib/entity-no-submit-sub-list.js +124 -124
  33. package/lib/entity-sub-grid.js +231 -231
  34. package/lib/entity-sub-list.js +558 -604
  35. package/lib/entity-tree-find-page.js +178 -178
  36. package/lib/entity-tree-find.js +359 -359
  37. package/lib/epx-frame.common.js +1 -1
  38. package/lib/export-file.js +282 -282
  39. package/lib/export.js +277 -277
  40. package/lib/flow-num.js +3151 -0
  41. package/lib/footer.js +110 -110
  42. package/lib/form-item.js +696 -686
  43. package/lib/form.js +250 -250
  44. package/lib/formula.js +1136 -1123
  45. package/lib/gauge.js +262 -262
  46. package/lib/grid.js +216 -216
  47. package/lib/header.js +2551 -2453
  48. package/lib/icon.js +96 -96
  49. package/lib/iframe.js +201 -201
  50. package/lib/image.js +164 -164
  51. package/lib/import-file.js +265 -265
  52. package/lib/import.js +362 -362
  53. package/lib/layout.js +224 -224
  54. package/lib/list.js +239 -239
  55. package/lib/load-page.js +164 -164
  56. package/lib/m-entity-add-page.js +205 -205
  57. package/lib/m-entity-dept-find.js +209 -209
  58. package/lib/m-entity-list-find.js +257 -257
  59. package/lib/m-entity-list.js +220 -237
  60. package/lib/m-entity-no-submit-sub-list.js +197 -197
  61. package/lib/m-entity-tree-find.js +189 -189
  62. package/lib/m-entity-user-find.js +205 -205
  63. package/lib/menu-index.js +146 -146
  64. package/lib/menu.js +220 -220
  65. package/lib/mine.js +444 -11174
  66. package/lib/module-index-page.js +231 -231
  67. package/lib/module-list-page.js +192 -192
  68. package/lib/module-list.js +242 -242
  69. package/lib/nav-add-form.js +131 -131
  70. package/lib/num.js +269 -269
  71. package/lib/org-chart.js +216 -216
  72. package/lib/page-help.js +187 -187
  73. package/lib/page-tabs.js +198 -198
  74. package/lib/page.js +1007 -963
  75. package/lib/progress-chart.js +216 -216
  76. package/lib/progress.js +204 -204
  77. package/lib/report-html.js +189 -189
  78. package/lib/report-preview.js +305 -228
  79. package/lib/router-view.js +110 -110
  80. package/lib/scope.js +450 -430
  81. package/lib/search.js +1813 -524
  82. package/lib/step-item.js +186 -186
  83. package/lib/step.js +185 -185
  84. package/lib/tab-bar.js +8 -8
  85. package/lib/tag.js +199 -199
  86. package/lib/task-list-page.js +172 -172
  87. package/lib/task-list.js +321 -307
  88. package/lib/text-editor.js +191 -191
  89. package/lib/text.js +191 -191
  90. package/lib/title.js +184 -184
  91. package/lib/visual-config-page.js +730 -744
  92. package/package.json +1 -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 = 522);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 476);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -213,7 +213,7 @@ function normalizeComponent(
213
213
 
214
214
  /***/ }),
215
215
 
216
- /***/ 19:
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
- /***/ 20:
492
+ /***/ 19:
493
493
  /***/ (function(module, exports, __webpack_require__) {
494
494
 
495
495
  "use strict";
@@ -574,11 +574,11 @@ module.exports = require("core-js/modules/es.array.join.js");
574
574
 
575
575
  /***/ }),
576
576
 
577
- /***/ 363:
577
+ /***/ 340:
578
578
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
579
579
 
580
580
  "use strict";
581
- /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
581
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
582
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__);
583
583
  // Imports
584
584
 
@@ -591,7 +591,7 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".tab-bar[data-v-6c1519b2]{height:100%}\
591
591
 
592
592
  /***/ }),
593
593
 
594
- /***/ 522:
594
+ /***/ 476:
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__(19);
673
+ var injectStylesIntoStyleTag = __webpack_require__(18);
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__(363);
677
+ var TabBarvue_type_style_index_0_id_6c1519b2_prod_lang_scss_scoped_true_ = __webpack_require__(340);
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