epx-frame 3.18.6 → 3.18.7

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 (90) hide show
  1. package/lib/2.js +1 -1
  2. package/lib/89.js +6 -0
  3. package/lib/91.js +7 -1
  4. package/lib/add-form-item.js +11 -11
  5. package/lib/add-form.js +44 -41
  6. package/lib/alert.js +29 -20
  7. package/lib/app-index.js +11 -11
  8. package/lib/app-nav.js +11 -11
  9. package/lib/app-tabs.js +11 -11
  10. package/lib/apply-form.js +44 -41
  11. package/lib/approval-index-page.js +11 -11
  12. package/lib/approval-index.js +11 -11
  13. package/lib/base-page.js +11 -11
  14. package/lib/button.js +11 -11
  15. package/lib/card-form-item.js +29 -20
  16. package/lib/card.js +11 -11
  17. package/lib/category-list.js +11 -11
  18. package/lib/chart.js +11 -11
  19. package/lib/check-history.js +11 -11
  20. package/lib/contacts.js +11 -11
  21. package/lib/dashboard.js +11 -11
  22. package/lib/edit-entity-list.js +11 -11
  23. package/lib/entity-add-page.js +11 -11
  24. package/lib/entity-apply-page.js +11 -11
  25. package/lib/entity-card-list.js +11 -11
  26. package/lib/entity-list-find-page.js +11 -11
  27. package/lib/entity-list-find.js +11 -11
  28. package/lib/entity-list-page.js +11 -11
  29. package/lib/entity-list.js +11 -11
  30. package/lib/entity-no-submit-sub-list.js +11 -11
  31. package/lib/entity-sub-grid.js +11 -11
  32. package/lib/entity-sub-list.js +11 -11
  33. package/lib/entity-tree-find-page.js +11 -11
  34. package/lib/entity-tree-find.js +11 -11
  35. package/lib/epx-frame.common.js +1 -1
  36. package/lib/export-file.js +11 -11
  37. package/lib/export.js +11 -11
  38. package/lib/flow-num.js +11 -11
  39. package/lib/footer.js +11 -11
  40. package/lib/form-item.js +11 -11
  41. package/lib/form.js +11 -11
  42. package/lib/formula.js +11 -11
  43. package/lib/gauge.js +29 -20
  44. package/lib/grid.js +11 -11
  45. package/lib/header.js +11 -11
  46. package/lib/icon.js +11 -11
  47. package/lib/iframe.js +11 -11
  48. package/lib/image.js +11 -11
  49. package/lib/import-file.js +11 -11
  50. package/lib/import.js +11 -11
  51. package/lib/layout.js +29 -20
  52. package/lib/list.js +29 -20
  53. package/lib/load-page.js +11 -11
  54. package/lib/m-entity-add-page.js +11 -11
  55. package/lib/m-entity-dept-find.js +11 -11
  56. package/lib/m-entity-list-find.js +11 -11
  57. package/lib/m-entity-list.js +11 -11
  58. package/lib/m-entity-no-submit-sub-list.js +11 -11
  59. package/lib/m-entity-tree-find.js +11 -11
  60. package/lib/m-entity-user-find.js +11 -11
  61. package/lib/menu-index.js +11 -11
  62. package/lib/menu.js +11 -11
  63. package/lib/mine.js +11 -11
  64. package/lib/module-index-page.js +11 -11
  65. package/lib/module-list-page.js +11 -11
  66. package/lib/module-list.js +11 -11
  67. package/lib/nav-add-form.js +11 -11
  68. package/lib/num.js +11 -11
  69. package/lib/org-chart.js +11 -11
  70. package/lib/page-help.js +11 -11
  71. package/lib/page-tabs.js +11 -11
  72. package/lib/page.js +11 -11
  73. package/lib/progress-chart.js +11 -11
  74. package/lib/progress.js +11 -11
  75. package/lib/report-chart.js +11 -11
  76. package/lib/report-html.js +11 -11
  77. package/lib/report-preview.js +11 -11
  78. package/lib/router-view.js +11 -11
  79. package/lib/scope.js +11 -11
  80. package/lib/search.js +11 -11
  81. package/lib/step-item.js +11 -11
  82. package/lib/step.js +11 -11
  83. package/lib/tag.js +11 -11
  84. package/lib/task-list-page.js +11 -11
  85. package/lib/task-list.js +54 -44
  86. package/lib/text-editor.js +11 -11
  87. package/lib/text.js +11 -11
  88. package/lib/title.js +11 -11
  89. package/lib/visual-config-page.js +64 -40
  90. package/package.json +1 -1
@@ -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 */ _toPropertyKey; });
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 _toPrimitive(input, hint) {
2108
- if (Object(esm_typeof["a" /* default */])(input) !== "object" || input === null) return input;
2109
- var prim = input[Symbol.toPrimitive];
2110
- if (prim !== undefined) {
2111
- var res = prim.call(input, hint || "default");
2112
- if (Object(esm_typeof["a" /* default */])(res) !== "object") return res;
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 (hint === "string" ? String : Number)(input);
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 _toPropertyKey(arg) {
2121
- var key = _toPrimitive(arg, "string");
2122
- return Object(esm_typeof["a" /* default */])(key) === "symbol" ? key : String(key);
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 */ _toPropertyKey; });
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 _toPrimitive(input, hint) {
2119
- if (Object(esm_typeof["a" /* default */])(input) !== "object" || input === null) return input;
2120
- var prim = input[Symbol.toPrimitive];
2121
- if (prim !== undefined) {
2122
- var res = prim.call(input, hint || "default");
2123
- if (Object(esm_typeof["a" /* default */])(res) !== "object") return res;
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 (hint === "string" ? String : Number)(input);
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 _toPropertyKey(arg) {
2132
- var key = _toPrimitive(arg, "string");
2133
- return Object(esm_typeof["a" /* default */])(key) === "symbol" ? key : String(key);
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
  /***/ }),
@@ -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 */ _toPropertyKey; });
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 _toPrimitive(input, hint) {
3003
- if (Object(esm_typeof["a" /* default */])(input) !== "object" || input === null) return input;
3004
- var prim = input[Symbol.toPrimitive];
3005
- if (prim !== undefined) {
3006
- var res = prim.call(input, hint || "default");
3007
- if (Object(esm_typeof["a" /* default */])(res) !== "object") return res;
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 (hint === "string" ? String : Number)(input);
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 _toPropertyKey(arg) {
3016
- var key = _toPrimitive(arg, "string");
3017
- return Object(esm_typeof["a" /* default */])(key) === "symbol" ? key : String(key);
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
  /***/ }),