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.
- package/lib/10.js +49 -69
- package/lib/17.js +31 -31
- package/lib/88.js +614 -593
- package/lib/add-form-item.js +718 -718
- package/lib/add-form.js +292 -309
- package/lib/alert.js +232 -232
- package/lib/app-index.js +203 -203
- package/lib/app-nav.js +1033 -1010
- package/lib/app-tabs.js +204 -204
- package/lib/apply-form.js +1515 -1515
- package/lib/approval-index-page.js +178 -178
- package/lib/approval-index.js +207 -207
- package/lib/base-page.js +157 -173
- package/lib/button.js +203 -203
- package/lib/card-form-item.js +227 -227
- package/lib/card.js +211 -211
- package/lib/category-list.js +596 -642
- package/lib/chart.js +1080 -1080
- package/lib/check-history.js +197 -197
- package/lib/color-picker.js +48 -48
- package/lib/component.js +7 -7
- package/lib/contacts.js +212 -212
- package/lib/dashboard.js +1229 -1220
- package/lib/edit-entity-list.js +550 -596
- package/lib/entity-add-page.js +204 -204
- package/lib/entity-apply-page.js +204 -204
- package/lib/entity-card-list.js +556 -602
- package/lib/entity-list-find-page.js +227 -227
- package/lib/entity-list-find.js +67 -67
- package/lib/entity-list-page.js +178 -178
- package/lib/entity-list.js +526 -539
- package/lib/entity-no-submit-sub-list.js +124 -124
- package/lib/entity-sub-grid.js +231 -231
- package/lib/entity-sub-list.js +558 -604
- package/lib/entity-tree-find-page.js +178 -178
- package/lib/entity-tree-find.js +359 -359
- package/lib/epx-frame.common.js +1 -1
- package/lib/export-file.js +282 -282
- package/lib/export.js +277 -277
- package/lib/flow-num.js +3151 -0
- package/lib/footer.js +110 -110
- package/lib/form-item.js +696 -686
- package/lib/form.js +250 -250
- package/lib/formula.js +1136 -1123
- package/lib/gauge.js +262 -262
- package/lib/grid.js +216 -216
- package/lib/header.js +2551 -2453
- package/lib/icon.js +96 -96
- package/lib/iframe.js +201 -201
- package/lib/image.js +164 -164
- package/lib/import-file.js +265 -265
- package/lib/import.js +362 -362
- package/lib/layout.js +224 -224
- package/lib/list.js +239 -239
- package/lib/load-page.js +164 -164
- package/lib/m-entity-add-page.js +205 -205
- package/lib/m-entity-dept-find.js +209 -209
- package/lib/m-entity-list-find.js +257 -257
- package/lib/m-entity-list.js +220 -237
- package/lib/m-entity-no-submit-sub-list.js +197 -197
- package/lib/m-entity-tree-find.js +189 -189
- package/lib/m-entity-user-find.js +205 -205
- package/lib/menu-index.js +146 -146
- package/lib/menu.js +220 -220
- package/lib/mine.js +444 -11174
- package/lib/module-index-page.js +231 -231
- package/lib/module-list-page.js +192 -192
- package/lib/module-list.js +242 -242
- package/lib/nav-add-form.js +131 -131
- package/lib/num.js +269 -269
- package/lib/org-chart.js +216 -216
- package/lib/page-help.js +187 -187
- package/lib/page-tabs.js +198 -198
- package/lib/page.js +1007 -963
- package/lib/progress-chart.js +216 -216
- package/lib/progress.js +204 -204
- package/lib/report-html.js +189 -189
- package/lib/report-preview.js +305 -228
- package/lib/router-view.js +110 -110
- package/lib/scope.js +450 -430
- package/lib/search.js +1813 -524
- package/lib/step-item.js +186 -186
- package/lib/step.js +185 -185
- package/lib/tab-bar.js +8 -8
- package/lib/tag.js +199 -199
- package/lib/task-list-page.js +172 -172
- package/lib/task-list.js +321 -307
- package/lib/text-editor.js +191 -191
- package/lib/text.js +191 -191
- package/lib/title.js +184 -184
- package/lib/visual-config-page.js +730 -744
- 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 =
|
|
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
|
-
/***/
|
|
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";
|
|
@@ -574,11 +574,11 @@ module.exports = require("core-js/modules/es.array.join.js");
|
|
|
574
574
|
|
|
575
575
|
/***/ }),
|
|
576
576
|
|
|
577
|
-
/***/
|
|
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__(
|
|
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
|
-
/***/
|
|
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__(
|
|
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__(
|
|
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
|
|