epx-frame 3.18.10 → 3.18.11
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/0.index.js +1 -1
- package/lib/1.index.js +1 -1
- package/lib/1.js +1 -1
- package/lib/10.index.js +1 -1
- package/lib/11.index.js +3 -3
- package/lib/12.index.js +1 -1
- package/lib/13.index.js +1 -1
- package/lib/14.index.js +1 -1
- package/lib/15.index.js +1 -1
- package/lib/2.index.js +1 -1
- package/lib/2.js +1 -1
- package/lib/3.index.js +1 -1
- package/lib/4.index.js +1 -1
- package/lib/5.index.js +1 -1
- package/lib/6.index.js +1 -1
- package/lib/8.index.js +1 -1
- package/lib/89.js +62 -62
- package/lib/9.index.js +1 -1
- package/lib/91.js +379 -362
- package/lib/93.js +574 -574
- package/lib/alert.js +9 -9
- package/lib/approval-index-page.js +2 -2
- package/lib/base-page.js +3 -3
- package/lib/card-form-item.js +9 -9
- package/lib/category-list.js +248 -121
- package/lib/chart.js +2 -2
- package/lib/config-page.js +240 -240
- package/lib/div.js +82 -82
- package/lib/edit-entity-list.js +248 -121
- package/lib/entity-add-page.js +2 -2
- package/lib/entity-apply-page.js +2 -2
- package/lib/entity-card-list.js +250 -123
- package/lib/entity-list-find-page.js +2 -2
- package/lib/entity-list-page.js +2 -2
- package/lib/entity-list.js +248 -121
- package/lib/entity-sub-list.js +247 -120
- package/lib/entity-tree-find-page.js +2 -2
- package/lib/epx-frame.common.js +2 -2
- package/lib/form-item.js +3 -3
- package/lib/gauge.js +11 -11
- package/lib/index.css +8 -6
- package/lib/index.js +7 -7
- package/lib/layout.js +9 -9
- package/lib/list.js +9 -9
- package/lib/logo.png +0 -0
- package/lib/m-entity-add-page.js +2 -2
- package/lib/m-entity-list-find.js +2 -2
- package/lib/m-entity-list.js +3 -3
- package/lib/module-index-page.js +2 -2
- package/lib/module-list-page.js +2 -2
- package/lib/module-tabs-page.js +218 -218
- package/lib/report-chart.js +11 -11
- package/lib/tabs.js +384 -384
- package/lib/task-list-page.js +2 -2
- package/lib/task-list.js +9 -9
- package/lib/visual-config-page.js +3 -3
- package/package.json +1 -1
package/lib/alert.js
CHANGED
|
@@ -558,7 +558,14 @@ module.exports = require("core-js/modules/es.array.map.js");
|
|
|
558
558
|
|
|
559
559
|
/***/ }),
|
|
560
560
|
|
|
561
|
-
/***/
|
|
561
|
+
/***/ 13:
|
|
562
|
+
/***/ (function(module, exports) {
|
|
563
|
+
|
|
564
|
+
module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
565
|
+
|
|
566
|
+
/***/ }),
|
|
567
|
+
|
|
568
|
+
/***/ 130:
|
|
562
569
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
563
570
|
|
|
564
571
|
"use strict";
|
|
@@ -620,13 +627,6 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
620
627
|
|
|
621
628
|
/***/ }),
|
|
622
629
|
|
|
623
|
-
/***/ 13:
|
|
624
|
-
/***/ (function(module, exports) {
|
|
625
|
-
|
|
626
|
-
module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
627
|
-
|
|
628
|
-
/***/ }),
|
|
629
|
-
|
|
630
630
|
/***/ 14:
|
|
631
631
|
/***/ (function(module, exports) {
|
|
632
632
|
|
|
@@ -2352,7 +2352,7 @@ var es_array_find_js_ = __webpack_require__(27);
|
|
|
2352
2352
|
var es_object_to_string_js_ = __webpack_require__(1);
|
|
2353
2353
|
|
|
2354
2354
|
// EXTERNAL MODULE: ./src/frame/views/visual/Component.vue + 3 modules
|
|
2355
|
-
var Component = __webpack_require__(
|
|
2355
|
+
var Component = __webpack_require__(130);
|
|
2356
2356
|
|
|
2357
2357
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/alert/Visual.vue?vue&type=script&lang=js
|
|
2358
2358
|
|
|
@@ -2702,7 +2702,7 @@ var injectStylesIntoStyleTag = __webpack_require__(19);
|
|
|
2702
2702
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
2703
2703
|
|
|
2704
2704
|
// 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/base-page/BasePage.vue?vue&type=style&index=0&id=291d3f6a&prod&lang=scss
|
|
2705
|
-
var BasePagevue_type_style_index_0_id_291d3f6a_prod_lang_scss = __webpack_require__(
|
|
2705
|
+
var BasePagevue_type_style_index_0_id_291d3f6a_prod_lang_scss = __webpack_require__(71);
|
|
2706
2706
|
|
|
2707
2707
|
// 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/base-page/BasePage.vue?vue&type=style&index=0&id=291d3f6a&prod&lang=scss
|
|
2708
2708
|
|
|
@@ -2754,7 +2754,7 @@ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
|
|
|
2754
2754
|
|
|
2755
2755
|
/***/ }),
|
|
2756
2756
|
|
|
2757
|
-
/***/
|
|
2757
|
+
/***/ 71:
|
|
2758
2758
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2759
2759
|
|
|
2760
2760
|
"use strict";
|
package/lib/base-page.js
CHANGED
|
@@ -2618,7 +2618,7 @@ var injectStylesIntoStyleTag = __webpack_require__(19);
|
|
|
2618
2618
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
2619
2619
|
|
|
2620
2620
|
// 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/base-page/BasePage.vue?vue&type=style&index=0&id=291d3f6a&prod&lang=scss
|
|
2621
|
-
var BasePagevue_type_style_index_0_id_291d3f6a_prod_lang_scss = __webpack_require__(
|
|
2621
|
+
var BasePagevue_type_style_index_0_id_291d3f6a_prod_lang_scss = __webpack_require__(71);
|
|
2622
2622
|
|
|
2623
2623
|
// 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/base-page/BasePage.vue?vue&type=style&index=0&id=291d3f6a&prod&lang=scss
|
|
2624
2624
|
|
|
@@ -2663,7 +2663,8 @@ var BasePage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
2663
2663
|
|
|
2664
2664
|
/***/ }),
|
|
2665
2665
|
/* 69 */,
|
|
2666
|
-
/* 70
|
|
2666
|
+
/* 70 */,
|
|
2667
|
+
/* 71 */
|
|
2667
2668
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2668
2669
|
|
|
2669
2670
|
"use strict";
|
|
@@ -2679,7 +2680,6 @@ ___CSS_LOADER_EXPORT___.push([module.i, ".epx-base-page{width:100%;height:100%;p
|
|
|
2679
2680
|
|
|
2680
2681
|
|
|
2681
2682
|
/***/ }),
|
|
2682
|
-
/* 71 */,
|
|
2683
2683
|
/* 72 */,
|
|
2684
2684
|
/* 73 */,
|
|
2685
2685
|
/* 74 */,
|
package/lib/card-form-item.js
CHANGED
|
@@ -558,7 +558,14 @@ module.exports = require("core-js/modules/es.array.map.js");
|
|
|
558
558
|
|
|
559
559
|
/***/ }),
|
|
560
560
|
|
|
561
|
-
/***/
|
|
561
|
+
/***/ 13:
|
|
562
|
+
/***/ (function(module, exports) {
|
|
563
|
+
|
|
564
|
+
module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
565
|
+
|
|
566
|
+
/***/ }),
|
|
567
|
+
|
|
568
|
+
/***/ 130:
|
|
562
569
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
563
570
|
|
|
564
571
|
"use strict";
|
|
@@ -620,13 +627,6 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
620
627
|
|
|
621
628
|
/***/ }),
|
|
622
629
|
|
|
623
|
-
/***/ 13:
|
|
624
|
-
/***/ (function(module, exports) {
|
|
625
|
-
|
|
626
|
-
module.exports = require("core-js/modules/es.regexp.exec.js");
|
|
627
|
-
|
|
628
|
-
/***/ }),
|
|
629
|
-
|
|
630
630
|
/***/ 14:
|
|
631
631
|
/***/ (function(module, exports) {
|
|
632
632
|
|
|
@@ -2593,7 +2593,7 @@ var CardFormItem_component = Object(componentNormalizer["a" /* default */])(
|
|
|
2593
2593
|
var objectSpread2 = __webpack_require__(0);
|
|
2594
2594
|
|
|
2595
2595
|
// EXTERNAL MODULE: ./src/frame/views/visual/Component.vue + 3 modules
|
|
2596
|
-
var Component = __webpack_require__(
|
|
2596
|
+
var Component = __webpack_require__(130);
|
|
2597
2597
|
|
|
2598
2598
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/frame/packages/card-form-item/Visual.vue?vue&type=script&lang=js
|
|
2599
2599
|
|