epx-frame 3.18.6 → 3.18.8
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 +6 -0
- package/lib/91.js +14 -8
- package/lib/add-form-item.js +11 -11
- package/lib/add-form.js +44 -41
- package/lib/alert.js +29 -20
- 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 +44 -41
- 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 +29 -20
- package/lib/card.js +11 -11
- package/lib/category-list.js +11 -11
- package/lib/chart.js +11 -11
- package/lib/check-history.js +11 -11
- package/lib/config-page.js +11 -11
- package/lib/contacts.js +11 -11
- package/lib/dashboard.js +11 -11
- package/lib/edit-entity-list.js +11 -11
- package/lib/entity-add-page.js +11 -11
- package/lib/entity-apply-page.js +11 -11
- package/lib/entity-card-list.js +11 -11
- 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 +11 -11
- package/lib/entity-no-submit-sub-list.js +11 -11
- package/lib/entity-sub-grid.js +11 -11
- package/lib/entity-sub-list.js +11 -11
- 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 +29 -20
- 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 +29 -20
- package/lib/list.js +29 -20
- 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 +12 -12
- 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 +11 -11
- 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 +54 -44
- 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 +64 -40
- package/package.json +1 -1
package/lib/entity-sub-grid.js
CHANGED
|
@@ -2479,7 +2479,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2479
2479
|
"use strict";
|
|
2480
2480
|
|
|
2481
2481
|
// EXPORTS
|
|
2482
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2482
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2483
2483
|
|
|
2484
2484
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2485
2485
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2520,22 +2520,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2520
2520
|
|
|
2521
2521
|
|
|
2522
2522
|
|
|
2523
|
-
function
|
|
2524
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2525
|
-
var
|
|
2526
|
-
if (
|
|
2527
|
-
var
|
|
2528
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2523
|
+
function toPrimitive(t, r) {
|
|
2524
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2525
|
+
var e = t[Symbol.toPrimitive];
|
|
2526
|
+
if (void 0 !== e) {
|
|
2527
|
+
var i = e.call(t, r || "default");
|
|
2528
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2529
2529
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2530
2530
|
}
|
|
2531
|
-
return (
|
|
2531
|
+
return ("string" === r ? String : Number)(t);
|
|
2532
2532
|
}
|
|
2533
2533
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2534
2534
|
|
|
2535
2535
|
|
|
2536
|
-
function
|
|
2537
|
-
var
|
|
2538
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2536
|
+
function toPropertyKey(t) {
|
|
2537
|
+
var i = toPrimitive(t, "string");
|
|
2538
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2539
2539
|
}
|
|
2540
2540
|
|
|
2541
2541
|
/***/ }),
|
package/lib/entity-sub-list.js
CHANGED
|
@@ -2063,7 +2063,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2063
2063
|
"use strict";
|
|
2064
2064
|
|
|
2065
2065
|
// EXPORTS
|
|
2066
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2066
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2067
2067
|
|
|
2068
2068
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2069
2069
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2104,22 +2104,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2104
2104
|
|
|
2105
2105
|
|
|
2106
2106
|
|
|
2107
|
-
function
|
|
2108
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2109
|
-
var
|
|
2110
|
-
if (
|
|
2111
|
-
var
|
|
2112
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2107
|
+
function toPrimitive(t, r) {
|
|
2108
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2109
|
+
var e = t[Symbol.toPrimitive];
|
|
2110
|
+
if (void 0 !== e) {
|
|
2111
|
+
var i = e.call(t, r || "default");
|
|
2112
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2113
2113
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2114
2114
|
}
|
|
2115
|
-
return (
|
|
2115
|
+
return ("string" === r ? String : Number)(t);
|
|
2116
2116
|
}
|
|
2117
2117
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2118
2118
|
|
|
2119
2119
|
|
|
2120
|
-
function
|
|
2121
|
-
var
|
|
2122
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2120
|
+
function toPropertyKey(t) {
|
|
2121
|
+
var i = toPrimitive(t, "string");
|
|
2122
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2123
2123
|
}
|
|
2124
2124
|
|
|
2125
2125
|
/***/ }),
|
|
@@ -2074,7 +2074,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2074
2074
|
"use strict";
|
|
2075
2075
|
|
|
2076
2076
|
// EXPORTS
|
|
2077
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2077
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2078
2078
|
|
|
2079
2079
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2080
2080
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2115,22 +2115,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2115
2115
|
|
|
2116
2116
|
|
|
2117
2117
|
|
|
2118
|
-
function
|
|
2119
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2120
|
-
var
|
|
2121
|
-
if (
|
|
2122
|
-
var
|
|
2123
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2118
|
+
function toPrimitive(t, r) {
|
|
2119
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2120
|
+
var e = t[Symbol.toPrimitive];
|
|
2121
|
+
if (void 0 !== e) {
|
|
2122
|
+
var i = e.call(t, r || "default");
|
|
2123
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2124
2124
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2125
2125
|
}
|
|
2126
|
-
return (
|
|
2126
|
+
return ("string" === r ? String : Number)(t);
|
|
2127
2127
|
}
|
|
2128
2128
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2129
2129
|
|
|
2130
2130
|
|
|
2131
|
-
function
|
|
2132
|
-
var
|
|
2133
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2131
|
+
function toPropertyKey(t) {
|
|
2132
|
+
var i = toPrimitive(t, "string");
|
|
2133
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2134
2134
|
}
|
|
2135
2135
|
|
|
2136
2136
|
/***/ }),
|
package/lib/entity-tree-find.js
CHANGED
|
@@ -2958,7 +2958,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2958
2958
|
"use strict";
|
|
2959
2959
|
|
|
2960
2960
|
// EXPORTS
|
|
2961
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2961
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2962
2962
|
|
|
2963
2963
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2964
2964
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2999,22 +2999,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2999
2999
|
|
|
3000
3000
|
|
|
3001
3001
|
|
|
3002
|
-
function
|
|
3003
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3004
|
-
var
|
|
3005
|
-
if (
|
|
3006
|
-
var
|
|
3007
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3002
|
+
function toPrimitive(t, r) {
|
|
3003
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
3004
|
+
var e = t[Symbol.toPrimitive];
|
|
3005
|
+
if (void 0 !== e) {
|
|
3006
|
+
var i = e.call(t, r || "default");
|
|
3007
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
3008
3008
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
3009
3009
|
}
|
|
3010
|
-
return (
|
|
3010
|
+
return ("string" === r ? String : Number)(t);
|
|
3011
3011
|
}
|
|
3012
3012
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
3013
3013
|
|
|
3014
3014
|
|
|
3015
|
-
function
|
|
3016
|
-
var
|
|
3017
|
-
return Object(esm_typeof["a" /* default */])(
|
|
3015
|
+
function toPropertyKey(t) {
|
|
3016
|
+
var i = toPrimitive(t, "string");
|
|
3017
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
3018
3018
|
}
|
|
3019
3019
|
|
|
3020
3020
|
/***/ }),
|