epx-frame 3.17.3 → 3.17.4
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/2.js +1 -1
- package/lib/88.js +7 -0
- package/lib/89.js +34 -28
- package/lib/91.js +29116 -0
- package/lib/add-form-item.js +11 -11
- package/lib/add-form.js +11 -11
- package/lib/alert.js +11 -11
- package/lib/app-index.js +11 -11
- package/lib/app-nav.js +11 -11
- package/lib/app-tabs.js +11 -11
- package/lib/apply-form.js +11 -11
- package/lib/approval-index-page.js +11 -11
- package/lib/approval-index.js +11 -11
- package/lib/base-page.js +11 -11
- package/lib/button.js +11 -11
- package/lib/card-form-item.js +11 -11
- package/lib/card.js +11 -11
- package/lib/category-list.js +45 -20
- package/lib/chart.js +11 -11
- package/lib/check-history.js +11 -11
- package/lib/config-page.js +1347 -0
- package/lib/contacts.js +11 -11
- package/lib/dashboard.js +11 -11
- package/lib/edit-entity-list.js +45 -20
- package/lib/entity-add-page.js +11 -11
- package/lib/entity-apply-page.js +11 -11
- package/lib/entity-card-list.js +45 -20
- package/lib/entity-list-find-page.js +11 -11
- package/lib/entity-list-find.js +11 -11
- package/lib/entity-list-page.js +11 -11
- package/lib/entity-list.js +45 -20
- package/lib/entity-no-submit-sub-list.js +11 -11
- package/lib/entity-sub-grid.js +11 -11
- package/lib/entity-sub-list.js +45 -20
- package/lib/entity-tree-find-page.js +11 -11
- package/lib/entity-tree-find.js +11 -11
- package/lib/epx-frame.common.js +1 -1
- package/lib/export-file.js +11 -11
- package/lib/export.js +11 -11
- package/lib/flow-num.js +11 -11
- package/lib/footer.js +11 -11
- package/lib/form-item.js +11 -11
- package/lib/form.js +11 -11
- package/lib/formula.js +11 -11
- package/lib/gauge.js +11 -11
- package/lib/grid.js +11 -11
- package/lib/header.js +11 -11
- package/lib/icon.js +11 -11
- package/lib/iframe.js +11 -11
- package/lib/image.js +11 -11
- package/lib/import-file.js +11 -11
- package/lib/import.js +11 -11
- package/lib/layout.js +11 -11
- package/lib/list.js +11 -11
- package/lib/load-page.js +11 -11
- package/lib/m-entity-add-page.js +11 -11
- package/lib/m-entity-dept-find.js +11 -11
- package/lib/m-entity-list-find.js +11 -11
- package/lib/m-entity-list.js +11 -11
- package/lib/m-entity-no-submit-sub-list.js +11 -11
- package/lib/m-entity-tree-find.js +11 -11
- package/lib/m-entity-user-find.js +11 -11
- package/lib/menu-index.js +11 -11
- package/lib/menu.js +11 -11
- package/lib/mine.js +11 -11
- package/lib/module-index-page.js +11 -11
- package/lib/module-list-page.js +11 -11
- package/lib/module-list.js +11 -11
- package/lib/module-tabs-page.js +3065 -0
- package/lib/nav-add-form.js +11 -11
- package/lib/num.js +11 -11
- package/lib/org-chart.js +11 -11
- package/lib/page-help.js +11 -11
- package/lib/page-tabs.js +11 -11
- package/lib/page.js +11 -11
- package/lib/progress-chart.js +11 -11
- package/lib/progress.js +11 -11
- package/lib/report-chart.js +422 -293
- package/lib/report-html.js +11 -11
- package/lib/report-preview.js +11 -11
- package/lib/router-view.js +11 -11
- package/lib/scope.js +11 -11
- package/lib/search.js +11 -11
- package/lib/step-item.js +11 -11
- package/lib/step.js +11 -11
- package/lib/tag.js +11 -11
- package/lib/task-list-page.js +11 -11
- package/lib/task-list.js +18 -11
- package/lib/text-editor.js +11 -11
- package/lib/text.js +11 -11
- package/lib/title.js +11 -11
- package/lib/visual-config-page.js +11 -11
- package/package.json +1 -1
package/lib/module-index-page.js
CHANGED
|
@@ -2064,7 +2064,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2064
2064
|
"use strict";
|
|
2065
2065
|
|
|
2066
2066
|
// EXPORTS
|
|
2067
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2067
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2068
2068
|
|
|
2069
2069
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2070
2070
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2105,22 +2105,22 @@ var es_error_cause_js_ = __webpack_require__(31);
|
|
|
2105
2105
|
|
|
2106
2106
|
|
|
2107
2107
|
|
|
2108
|
-
function
|
|
2109
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2110
|
-
var
|
|
2111
|
-
if (
|
|
2112
|
-
var
|
|
2113
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2108
|
+
function toPrimitive(t, r) {
|
|
2109
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2110
|
+
var e = t[Symbol.toPrimitive];
|
|
2111
|
+
if (void 0 !== e) {
|
|
2112
|
+
var i = e.call(t, r || "default");
|
|
2113
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2114
2114
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2115
2115
|
}
|
|
2116
|
-
return (
|
|
2116
|
+
return ("string" === r ? String : Number)(t);
|
|
2117
2117
|
}
|
|
2118
2118
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2119
2119
|
|
|
2120
2120
|
|
|
2121
|
-
function
|
|
2122
|
-
var
|
|
2123
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2121
|
+
function toPropertyKey(t) {
|
|
2122
|
+
var i = toPrimitive(t, "string");
|
|
2123
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2124
2124
|
}
|
|
2125
2125
|
|
|
2126
2126
|
/***/ }),
|
package/lib/module-list-page.js
CHANGED
|
@@ -2047,7 +2047,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2047
2047
|
"use strict";
|
|
2048
2048
|
|
|
2049
2049
|
// EXPORTS
|
|
2050
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2050
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2051
2051
|
|
|
2052
2052
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2053
2053
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2088,22 +2088,22 @@ var es_error_cause_js_ = __webpack_require__(31);
|
|
|
2088
2088
|
|
|
2089
2089
|
|
|
2090
2090
|
|
|
2091
|
-
function
|
|
2092
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2093
|
-
var
|
|
2094
|
-
if (
|
|
2095
|
-
var
|
|
2096
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2091
|
+
function toPrimitive(t, r) {
|
|
2092
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2093
|
+
var e = t[Symbol.toPrimitive];
|
|
2094
|
+
if (void 0 !== e) {
|
|
2095
|
+
var i = e.call(t, r || "default");
|
|
2096
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2097
2097
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2098
2098
|
}
|
|
2099
|
-
return (
|
|
2099
|
+
return ("string" === r ? String : Number)(t);
|
|
2100
2100
|
}
|
|
2101
2101
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2102
2102
|
|
|
2103
2103
|
|
|
2104
|
-
function
|
|
2105
|
-
var
|
|
2106
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2104
|
+
function toPropertyKey(t) {
|
|
2105
|
+
var i = toPrimitive(t, "string");
|
|
2106
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2107
2107
|
}
|
|
2108
2108
|
|
|
2109
2109
|
/***/ }),
|
package/lib/module-list.js
CHANGED
|
@@ -2732,7 +2732,7 @@ ModuleList.install = function install(Vue) {
|
|
|
2732
2732
|
"use strict";
|
|
2733
2733
|
|
|
2734
2734
|
// EXPORTS
|
|
2735
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2735
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2736
2736
|
|
|
2737
2737
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2738
2738
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2773,22 +2773,22 @@ var es_error_cause_js_ = __webpack_require__(31);
|
|
|
2773
2773
|
|
|
2774
2774
|
|
|
2775
2775
|
|
|
2776
|
-
function
|
|
2777
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2778
|
-
var
|
|
2779
|
-
if (
|
|
2780
|
-
var
|
|
2781
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2776
|
+
function toPrimitive(t, r) {
|
|
2777
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2778
|
+
var e = t[Symbol.toPrimitive];
|
|
2779
|
+
if (void 0 !== e) {
|
|
2780
|
+
var i = e.call(t, r || "default");
|
|
2781
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2782
2782
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2783
2783
|
}
|
|
2784
|
-
return (
|
|
2784
|
+
return ("string" === r ? String : Number)(t);
|
|
2785
2785
|
}
|
|
2786
2786
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2787
2787
|
|
|
2788
2788
|
|
|
2789
|
-
function
|
|
2790
|
-
var
|
|
2791
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2789
|
+
function toPropertyKey(t) {
|
|
2790
|
+
var i = toPrimitive(t, "string");
|
|
2791
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2792
2792
|
}
|
|
2793
2793
|
|
|
2794
2794
|
/***/ }),
|