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/export-file.js
CHANGED
|
@@ -1725,7 +1725,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
1725
1725
|
"use strict";
|
|
1726
1726
|
|
|
1727
1727
|
// EXPORTS
|
|
1728
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
1728
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
1729
1729
|
|
|
1730
1730
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
1731
1731
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -1766,22 +1766,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
1766
1766
|
|
|
1767
1767
|
|
|
1768
1768
|
|
|
1769
|
-
function
|
|
1770
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
1771
|
-
var
|
|
1772
|
-
if (
|
|
1773
|
-
var
|
|
1774
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
1769
|
+
function toPrimitive(t, r) {
|
|
1770
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
1771
|
+
var e = t[Symbol.toPrimitive];
|
|
1772
|
+
if (void 0 !== e) {
|
|
1773
|
+
var i = e.call(t, r || "default");
|
|
1774
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
1775
1775
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
1776
1776
|
}
|
|
1777
|
-
return (
|
|
1777
|
+
return ("string" === r ? String : Number)(t);
|
|
1778
1778
|
}
|
|
1779
1779
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
1780
1780
|
|
|
1781
1781
|
|
|
1782
|
-
function
|
|
1783
|
-
var
|
|
1784
|
-
return Object(esm_typeof["a" /* default */])(
|
|
1782
|
+
function toPropertyKey(t) {
|
|
1783
|
+
var i = toPrimitive(t, "string");
|
|
1784
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
1785
1785
|
}
|
|
1786
1786
|
|
|
1787
1787
|
/***/ }),
|
package/lib/export.js
CHANGED
|
@@ -2091,7 +2091,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2091
2091
|
"use strict";
|
|
2092
2092
|
|
|
2093
2093
|
// EXPORTS
|
|
2094
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2094
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2095
2095
|
|
|
2096
2096
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2097
2097
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2132,22 +2132,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2132
2132
|
|
|
2133
2133
|
|
|
2134
2134
|
|
|
2135
|
-
function
|
|
2136
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2137
|
-
var
|
|
2138
|
-
if (
|
|
2139
|
-
var
|
|
2140
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2135
|
+
function toPrimitive(t, r) {
|
|
2136
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2137
|
+
var e = t[Symbol.toPrimitive];
|
|
2138
|
+
if (void 0 !== e) {
|
|
2139
|
+
var i = e.call(t, r || "default");
|
|
2140
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2141
2141
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2142
2142
|
}
|
|
2143
|
-
return (
|
|
2143
|
+
return ("string" === r ? String : Number)(t);
|
|
2144
2144
|
}
|
|
2145
2145
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2146
2146
|
|
|
2147
2147
|
|
|
2148
|
-
function
|
|
2149
|
-
var
|
|
2150
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2148
|
+
function toPropertyKey(t) {
|
|
2149
|
+
var i = toPrimitive(t, "string");
|
|
2150
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2151
2151
|
}
|
|
2152
2152
|
|
|
2153
2153
|
/***/ }),
|
package/lib/flow-num.js
CHANGED
|
@@ -2690,7 +2690,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2690
2690
|
"use strict";
|
|
2691
2691
|
|
|
2692
2692
|
// EXPORTS
|
|
2693
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2693
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2694
2694
|
|
|
2695
2695
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2696
2696
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2731,22 +2731,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2731
2731
|
|
|
2732
2732
|
|
|
2733
2733
|
|
|
2734
|
-
function
|
|
2735
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2736
|
-
var
|
|
2737
|
-
if (
|
|
2738
|
-
var
|
|
2739
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2734
|
+
function toPrimitive(t, r) {
|
|
2735
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2736
|
+
var e = t[Symbol.toPrimitive];
|
|
2737
|
+
if (void 0 !== e) {
|
|
2738
|
+
var i = e.call(t, r || "default");
|
|
2739
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2740
2740
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2741
2741
|
}
|
|
2742
|
-
return (
|
|
2742
|
+
return ("string" === r ? String : Number)(t);
|
|
2743
2743
|
}
|
|
2744
2744
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2745
2745
|
|
|
2746
2746
|
|
|
2747
|
-
function
|
|
2748
|
-
var
|
|
2749
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2747
|
+
function toPropertyKey(t) {
|
|
2748
|
+
var i = toPrimitive(t, "string");
|
|
2749
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2750
2750
|
}
|
|
2751
2751
|
|
|
2752
2752
|
/***/ }),
|
package/lib/footer.js
CHANGED
|
@@ -998,7 +998,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
998
998
|
"use strict";
|
|
999
999
|
|
|
1000
1000
|
// EXPORTS
|
|
1001
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
1001
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
1002
1002
|
|
|
1003
1003
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
1004
1004
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -1039,22 +1039,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
1039
1039
|
|
|
1040
1040
|
|
|
1041
1041
|
|
|
1042
|
-
function
|
|
1043
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
1044
|
-
var
|
|
1045
|
-
if (
|
|
1046
|
-
var
|
|
1047
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
1042
|
+
function toPrimitive(t, r) {
|
|
1043
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
1044
|
+
var e = t[Symbol.toPrimitive];
|
|
1045
|
+
if (void 0 !== e) {
|
|
1046
|
+
var i = e.call(t, r || "default");
|
|
1047
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
1048
1048
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
1049
1049
|
}
|
|
1050
|
-
return (
|
|
1050
|
+
return ("string" === r ? String : Number)(t);
|
|
1051
1051
|
}
|
|
1052
1052
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
1053
1053
|
|
|
1054
1054
|
|
|
1055
|
-
function
|
|
1056
|
-
var
|
|
1057
|
-
return Object(esm_typeof["a" /* default */])(
|
|
1055
|
+
function toPropertyKey(t) {
|
|
1056
|
+
var i = toPrimitive(t, "string");
|
|
1057
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
1058
1058
|
}
|
|
1059
1059
|
|
|
1060
1060
|
/***/ }),
|
package/lib/form-item.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
|
/***/ }),
|
package/lib/form.js
CHANGED
|
@@ -2119,7 +2119,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2119
2119
|
"use strict";
|
|
2120
2120
|
|
|
2121
2121
|
// EXPORTS
|
|
2122
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2122
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2123
2123
|
|
|
2124
2124
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2125
2125
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2160,22 +2160,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2160
2160
|
|
|
2161
2161
|
|
|
2162
2162
|
|
|
2163
|
-
function
|
|
2164
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2165
|
-
var
|
|
2166
|
-
if (
|
|
2167
|
-
var
|
|
2168
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2163
|
+
function toPrimitive(t, r) {
|
|
2164
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2165
|
+
var e = t[Symbol.toPrimitive];
|
|
2166
|
+
if (void 0 !== e) {
|
|
2167
|
+
var i = e.call(t, r || "default");
|
|
2168
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2169
2169
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2170
2170
|
}
|
|
2171
|
-
return (
|
|
2171
|
+
return ("string" === r ? String : Number)(t);
|
|
2172
2172
|
}
|
|
2173
2173
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2174
2174
|
|
|
2175
2175
|
|
|
2176
|
-
function
|
|
2177
|
-
var
|
|
2178
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2176
|
+
function toPropertyKey(t) {
|
|
2177
|
+
var i = toPrimitive(t, "string");
|
|
2178
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2179
2179
|
}
|
|
2180
2180
|
|
|
2181
2181
|
/***/ }),
|
package/lib/formula.js
CHANGED
|
@@ -3743,7 +3743,7 @@ module.exports = require("codemirror/addon/fold/foldgutter.js");
|
|
|
3743
3743
|
"use strict";
|
|
3744
3744
|
|
|
3745
3745
|
// EXPORTS
|
|
3746
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
3746
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
3747
3747
|
|
|
3748
3748
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
3749
3749
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -3784,22 +3784,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
3784
3784
|
|
|
3785
3785
|
|
|
3786
3786
|
|
|
3787
|
-
function
|
|
3788
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3789
|
-
var
|
|
3790
|
-
if (
|
|
3791
|
-
var
|
|
3792
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3787
|
+
function toPrimitive(t, r) {
|
|
3788
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
3789
|
+
var e = t[Symbol.toPrimitive];
|
|
3790
|
+
if (void 0 !== e) {
|
|
3791
|
+
var i = e.call(t, r || "default");
|
|
3792
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
3793
3793
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
3794
3794
|
}
|
|
3795
|
-
return (
|
|
3795
|
+
return ("string" === r ? String : Number)(t);
|
|
3796
3796
|
}
|
|
3797
3797
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
3798
3798
|
|
|
3799
3799
|
|
|
3800
|
-
function
|
|
3801
|
-
var
|
|
3802
|
-
return Object(esm_typeof["a" /* default */])(
|
|
3800
|
+
function toPropertyKey(t) {
|
|
3801
|
+
var i = toPrimitive(t, "string");
|
|
3802
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
3803
3803
|
}
|
|
3804
3804
|
|
|
3805
3805
|
/***/ }),
|
package/lib/gauge.js
CHANGED
|
@@ -574,10 +574,10 @@ var Componentvue_type_script_lang_js = __webpack_require__(77);
|
|
|
574
574
|
var injectStylesIntoStyleTag = __webpack_require__(19);
|
|
575
575
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
576
576
|
|
|
577
|
-
// 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/views/visual/Component.vue?vue&type=style&index=0&id=
|
|
578
|
-
var
|
|
577
|
+
// 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/views/visual/Component.vue?vue&type=style&index=0&id=5a7b9934&prod&lang=scss
|
|
578
|
+
var Componentvue_type_style_index_0_id_5a7b9934_prod_lang_scss = __webpack_require__(97);
|
|
579
579
|
|
|
580
|
-
// 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/views/visual/Component.vue?vue&type=style&index=0&id=
|
|
580
|
+
// 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/views/visual/Component.vue?vue&type=style&index=0&id=5a7b9934&prod&lang=scss
|
|
581
581
|
|
|
582
582
|
|
|
583
583
|
|
|
@@ -586,12 +586,12 @@ var options = {};
|
|
|
586
586
|
options.insert = "head";
|
|
587
587
|
options.singleton = false;
|
|
588
588
|
|
|
589
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
589
|
+
var update = injectStylesIntoStyleTag_default()(Componentvue_type_style_index_0_id_5a7b9934_prod_lang_scss["a" /* default */], options);
|
|
590
590
|
|
|
591
591
|
|
|
592
592
|
|
|
593
|
-
/* harmony default export */ var
|
|
594
|
-
// CONCATENATED MODULE: ./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=
|
|
593
|
+
/* harmony default export */ var visual_Componentvue_type_style_index_0_id_5a7b9934_prod_lang_scss = (Componentvue_type_style_index_0_id_5a7b9934_prod_lang_scss["a" /* default */].locals || {});
|
|
594
|
+
// CONCATENATED MODULE: ./src/frame/views/visual/Component.vue?vue&type=style&index=0&id=5a7b9934&prod&lang=scss
|
|
595
595
|
|
|
596
596
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
597
597
|
var componentNormalizer = __webpack_require__(15);
|
|
@@ -3118,7 +3118,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
3118
3118
|
"use strict";
|
|
3119
3119
|
|
|
3120
3120
|
// EXPORTS
|
|
3121
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
3121
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
3122
3122
|
|
|
3123
3123
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
3124
3124
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -3159,22 +3159,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
3159
3159
|
|
|
3160
3160
|
|
|
3161
3161
|
|
|
3162
|
-
function
|
|
3163
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3164
|
-
var
|
|
3165
|
-
if (
|
|
3166
|
-
var
|
|
3167
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3162
|
+
function toPrimitive(t, r) {
|
|
3163
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
3164
|
+
var e = t[Symbol.toPrimitive];
|
|
3165
|
+
if (void 0 !== e) {
|
|
3166
|
+
var i = e.call(t, r || "default");
|
|
3167
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
3168
3168
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
3169
3169
|
}
|
|
3170
|
-
return (
|
|
3170
|
+
return ("string" === r ? String : Number)(t);
|
|
3171
3171
|
}
|
|
3172
3172
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
3173
3173
|
|
|
3174
3174
|
|
|
3175
|
-
function
|
|
3176
|
-
var
|
|
3177
|
-
return Object(esm_typeof["a" /* default */])(
|
|
3175
|
+
function toPropertyKey(t) {
|
|
3176
|
+
var i = toPrimitive(t, "string");
|
|
3177
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
3178
3178
|
}
|
|
3179
3179
|
|
|
3180
3180
|
/***/ }),
|
|
@@ -4802,7 +4802,7 @@ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
|
|
|
4802
4802
|
'is-default': this.isDefaultValue(item.key),
|
|
4803
4803
|
'epx-visual-component__form-item': true
|
|
4804
4804
|
}, 'epx-visual-component__form-item--' + item.type, true), 'epx-visual-component__form-item--opened', this.opened[item.key])
|
|
4805
|
-
}, [item.type === 'font'
|
|
4805
|
+
}, [item.type === 'font' ? h("span", {
|
|
4806
4806
|
"slot": "label"
|
|
4807
4807
|
}, [h("i", {
|
|
4808
4808
|
"class": "epx-visual-component__form-item-fold-icon el-icon-caret-right",
|
|
@@ -4811,7 +4811,16 @@ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
|
|
|
4811
4811
|
return _this12.$set(_this12.opened, item.key, !_this12.opened[item.key]);
|
|
4812
4812
|
}
|
|
4813
4813
|
}
|
|
4814
|
-
}), item.label])
|
|
4814
|
+
}), item.label]) : item.tip ? h("span", {
|
|
4815
|
+
"slot": "label"
|
|
4816
|
+
}, [item.label, h("el-tooltip", {
|
|
4817
|
+
"attrs": {
|
|
4818
|
+
"content": item.tip,
|
|
4819
|
+
"placement": "top"
|
|
4820
|
+
}
|
|
4821
|
+
}, [h("i", {
|
|
4822
|
+
"class": "el-icon-warning epx-visual-component__form-item-tip"
|
|
4823
|
+
})])]) : null, item.renderContent ? h("div", [item.renderContent(item)]) : item.type === 'radio' ? h("epx-visual-config-radio", {
|
|
4815
4824
|
"attrs": {
|
|
4816
4825
|
"code": item.code,
|
|
4817
4826
|
"option-list": item.options,
|
|
@@ -5214,7 +5223,7 @@ module.exports = require("core-js/modules/es.function.name.js");
|
|
|
5214
5223
|
|
|
5215
5224
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
5216
5225
|
// Module
|
|
5217
|
-
___CSS_LOADER_EXPORT___.push([module.i, ".epx-visual-component{padding:0 16px}.epx-visual-component__accordion.is-fold{margin-bottom:10px}.epx-visual-component__accordion.is-fold .epx-visual-component__accordion-icon{transform:rotate(180deg)}.epx-visual-component__accordion.is-fold .epx-visual-component__accordion-body{display:none}.epx-visual-component__accordion-header{width:100%;display:flex;height:40px;padding:0 16px;justify-content:space-between;align-items:center;background:rgba(31,56,88,0.1);position:relative;left:-16px}.epx-visual-component__accordion-body{padding:12px 0}.epx-visual-component__accordion-icon{font-size:16px;cursor:pointer;transition:all .5s}.epx-visual-component__form-item.el-form-item{display:flex;flex-wrap:wrap}.epx-visual-component__form-item .el-form-item__header{flex-shrink:0}.epx-visual-component__form-item>.el-form-item__content{flex:1}.epx-visual-component__form-item .el-form-item__label{flex-shrink:0;line-height:20px;padding:10px 10px 10px 0}.epx-visual-component__form-item--font{display:block}.epx-visual-component__form-item--font .el-form-item__label{width:100% !important}.epx-visual-component__form-item--font .el-form-item__content{display:none}.epx-visual-component__form-item--opened .epx-visual-component__form-item-fold-icon{transform:rotate(90deg)}.epx-visual-component__form-item--opened .el-form-item__content{display:block}.epx-visual-component__form-item-fold-icon{cursor:pointer;transition:all .5s}\n", ""]);
|
|
5226
|
+
___CSS_LOADER_EXPORT___.push([module.i, ".epx-visual-component{padding:0 16px}.epx-visual-component__accordion.is-fold{margin-bottom:10px}.epx-visual-component__accordion.is-fold .epx-visual-component__accordion-icon{transform:rotate(180deg)}.epx-visual-component__accordion.is-fold .epx-visual-component__accordion-body{display:none}.epx-visual-component__accordion-header{width:100%;display:flex;height:40px;padding:0 16px;justify-content:space-between;align-items:center;background:rgba(31,56,88,0.1);position:relative;left:-16px}.epx-visual-component__accordion-body{padding:12px 0}.epx-visual-component__accordion-icon{font-size:16px;cursor:pointer;transition:all .5s}.epx-visual-component__form-item.el-form-item{display:flex;flex-wrap:wrap}.epx-visual-component__form-item .el-form-item__header{flex-shrink:0}.epx-visual-component__form-item>.el-form-item__content{flex:1}.epx-visual-component__form-item .el-form-item__label{flex-shrink:0;line-height:20px;padding:10px 10px 10px 0}.epx-visual-component__form-item-tip{color:#999;cursor:pointer;margin-left:2px}.epx-visual-component__form-item--font{display:block}.epx-visual-component__form-item--font .el-form-item__label{width:100% !important}.epx-visual-component__form-item--font .el-form-item__content{display:none}.epx-visual-component__form-item--opened .epx-visual-component__form-item-fold-icon{transform:rotate(90deg)}.epx-visual-component__form-item--opened .el-form-item__content{display:block}.epx-visual-component__form-item-fold-icon{cursor:pointer;transition:all .5s}\n", ""]);
|
|
5218
5227
|
// Exports
|
|
5219
5228
|
/* harmony default export */ __webpack_exports__["a"] = (___CSS_LOADER_EXPORT___);
|
|
5220
5229
|
|
package/lib/grid.js
CHANGED
|
@@ -2323,7 +2323,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2323
2323
|
"use strict";
|
|
2324
2324
|
|
|
2325
2325
|
// EXPORTS
|
|
2326
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2326
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2327
2327
|
|
|
2328
2328
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2329
2329
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2364,22 +2364,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2364
2364
|
|
|
2365
2365
|
|
|
2366
2366
|
|
|
2367
|
-
function
|
|
2368
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2369
|
-
var
|
|
2370
|
-
if (
|
|
2371
|
-
var
|
|
2372
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2367
|
+
function toPrimitive(t, r) {
|
|
2368
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2369
|
+
var e = t[Symbol.toPrimitive];
|
|
2370
|
+
if (void 0 !== e) {
|
|
2371
|
+
var i = e.call(t, r || "default");
|
|
2372
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2373
2373
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2374
2374
|
}
|
|
2375
|
-
return (
|
|
2375
|
+
return ("string" === r ? String : Number)(t);
|
|
2376
2376
|
}
|
|
2377
2377
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2378
2378
|
|
|
2379
2379
|
|
|
2380
|
-
function
|
|
2381
|
-
var
|
|
2382
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2380
|
+
function toPropertyKey(t) {
|
|
2381
|
+
var i = toPrimitive(t, "string");
|
|
2382
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2383
2383
|
}
|
|
2384
2384
|
|
|
2385
2385
|
/***/ }),
|
package/lib/header.js
CHANGED
|
@@ -3304,7 +3304,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
3304
3304
|
"use strict";
|
|
3305
3305
|
|
|
3306
3306
|
// EXPORTS
|
|
3307
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
3307
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
3308
3308
|
|
|
3309
3309
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
3310
3310
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -3345,22 +3345,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
3345
3345
|
|
|
3346
3346
|
|
|
3347
3347
|
|
|
3348
|
-
function
|
|
3349
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3350
|
-
var
|
|
3351
|
-
if (
|
|
3352
|
-
var
|
|
3353
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
3348
|
+
function toPrimitive(t, r) {
|
|
3349
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
3350
|
+
var e = t[Symbol.toPrimitive];
|
|
3351
|
+
if (void 0 !== e) {
|
|
3352
|
+
var i = e.call(t, r || "default");
|
|
3353
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
3354
3354
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
3355
3355
|
}
|
|
3356
|
-
return (
|
|
3356
|
+
return ("string" === r ? String : Number)(t);
|
|
3357
3357
|
}
|
|
3358
3358
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
3359
3359
|
|
|
3360
3360
|
|
|
3361
|
-
function
|
|
3362
|
-
var
|
|
3363
|
-
return Object(esm_typeof["a" /* default */])(
|
|
3361
|
+
function toPropertyKey(t) {
|
|
3362
|
+
var i = toPrimitive(t, "string");
|
|
3363
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
3364
3364
|
}
|
|
3365
3365
|
|
|
3366
3366
|
/***/ }),
|
package/lib/icon.js
CHANGED
|
@@ -827,7 +827,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
827
827
|
"use strict";
|
|
828
828
|
|
|
829
829
|
// EXPORTS
|
|
830
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
830
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
831
831
|
|
|
832
832
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
833
833
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -868,22 +868,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
868
868
|
|
|
869
869
|
|
|
870
870
|
|
|
871
|
-
function
|
|
872
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
873
|
-
var
|
|
874
|
-
if (
|
|
875
|
-
var
|
|
876
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
871
|
+
function toPrimitive(t, r) {
|
|
872
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
873
|
+
var e = t[Symbol.toPrimitive];
|
|
874
|
+
if (void 0 !== e) {
|
|
875
|
+
var i = e.call(t, r || "default");
|
|
876
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
877
877
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
878
878
|
}
|
|
879
|
-
return (
|
|
879
|
+
return ("string" === r ? String : Number)(t);
|
|
880
880
|
}
|
|
881
881
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
882
882
|
|
|
883
883
|
|
|
884
|
-
function
|
|
885
|
-
var
|
|
886
|
-
return Object(esm_typeof["a" /* default */])(
|
|
884
|
+
function toPropertyKey(t) {
|
|
885
|
+
var i = toPrimitive(t, "string");
|
|
886
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
887
887
|
}
|
|
888
888
|
|
|
889
889
|
/***/ }),
|
package/lib/iframe.js
CHANGED
|
@@ -2091,7 +2091,7 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptors
|
|
|
2091
2091
|
"use strict";
|
|
2092
2092
|
|
|
2093
2093
|
// EXPORTS
|
|
2094
|
-
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */
|
|
2094
|
+
__webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ toPropertyKey; });
|
|
2095
2095
|
|
|
2096
2096
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
2097
2097
|
var esm_typeof = __webpack_require__(4);
|
|
@@ -2132,22 +2132,22 @@ var es_error_cause_js_ = __webpack_require__(33);
|
|
|
2132
2132
|
|
|
2133
2133
|
|
|
2134
2134
|
|
|
2135
|
-
function
|
|
2136
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2137
|
-
var
|
|
2138
|
-
if (
|
|
2139
|
-
var
|
|
2140
|
-
if (Object(esm_typeof["a" /* default */])(
|
|
2135
|
+
function toPrimitive(t, r) {
|
|
2136
|
+
if ("object" != Object(esm_typeof["a" /* default */])(t) || !t) return t;
|
|
2137
|
+
var e = t[Symbol.toPrimitive];
|
|
2138
|
+
if (void 0 !== e) {
|
|
2139
|
+
var i = e.call(t, r || "default");
|
|
2140
|
+
if ("object" != Object(esm_typeof["a" /* default */])(i)) return i;
|
|
2141
2141
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2142
2142
|
}
|
|
2143
|
-
return (
|
|
2143
|
+
return ("string" === r ? String : Number)(t);
|
|
2144
2144
|
}
|
|
2145
2145
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
2146
2146
|
|
|
2147
2147
|
|
|
2148
|
-
function
|
|
2149
|
-
var
|
|
2150
|
-
return Object(esm_typeof["a" /* default */])(
|
|
2148
|
+
function toPropertyKey(t) {
|
|
2149
|
+
var i = toPrimitive(t, "string");
|
|
2150
|
+
return "symbol" == Object(esm_typeof["a" /* default */])(i) ? i : String(i);
|
|
2151
2151
|
}
|
|
2152
2152
|
|
|
2153
2153
|
/***/ }),
|