form-custom-test 3.0.222 → 3.0.224
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/dist/designer.es.js +1008 -746
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +78 -78
- package/dist/render.es.js +533 -270
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +74 -74
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -1160,7 +1160,7 @@ var _export_sfc$1 = (sfc, props) => {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
return target;
|
|
1162
1162
|
};
|
|
1163
|
-
const _sfc_main$
|
|
1163
|
+
const _sfc_main$1p = {
|
|
1164
1164
|
name: "container-item-wrapper",
|
|
1165
1165
|
props: {
|
|
1166
1166
|
widget: Object
|
|
@@ -1174,14 +1174,14 @@ const _sfc_main$1l = {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
};
|
|
1177
|
-
function _sfc_render$
|
|
1177
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1178
1178
|
return openBlock(), createElementBlock("div", {
|
|
1179
1179
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
1180
1180
|
}, [
|
|
1181
1181
|
renderSlot(_ctx.$slots, "default")
|
|
1182
1182
|
], 2);
|
|
1183
1183
|
}
|
|
1184
|
-
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1184
|
+
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1p, [["render", _sfc_render$1p]]);
|
|
1185
1185
|
var __glob_0_0$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1186
1186
|
__proto__: null,
|
|
1187
1187
|
"default": ContainerItemWrapper
|
|
@@ -1978,7 +1978,8 @@ var enLocale_extension = {
|
|
|
1978
1978
|
"equity-table": "Equity Table",
|
|
1979
1979
|
"current-user": "Current User",
|
|
1980
1980
|
"current-user-second-company": "Current User Second Company",
|
|
1981
|
-
"custom-input": "Custom Input"
|
|
1981
|
+
"custom-input": "Custom Input",
|
|
1982
|
+
"date-time": "Date Time"
|
|
1982
1983
|
},
|
|
1983
1984
|
setting: {
|
|
1984
1985
|
cardFolded: "Folded",
|
|
@@ -2052,7 +2053,8 @@ var zhLocale_extension = {
|
|
|
2052
2053
|
"resolution-table": "\u51B3\u8BAE\u8868\u683C",
|
|
2053
2054
|
"fixed-table": "\u56FA\u5B9A\u8D44\u4EA7\u6295\u8D44",
|
|
2054
2055
|
"equity-table": "\u80A1\u6743\u6295\u8D44\u9879\u76EE",
|
|
2055
|
-
"custom-input": "\u81EA\u5B9A\u4E49\u8F93\u5165"
|
|
2056
|
+
"custom-input": "\u81EA\u5B9A\u4E49\u8F93\u5165",
|
|
2057
|
+
"date-time": "\u65E5\u671F\u65F6\u95F4"
|
|
2056
2058
|
},
|
|
2057
2059
|
setting: {
|
|
2058
2060
|
cardFolded: "\u662F\u5426\u6536\u8D77",
|
|
@@ -2158,8 +2160,8 @@ var refMixin = {
|
|
|
2158
2160
|
}
|
|
2159
2161
|
}
|
|
2160
2162
|
};
|
|
2161
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
2162
|
-
const _sfc_main$
|
|
2163
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$8 = "";
|
|
2164
|
+
const _sfc_main$1o = {
|
|
2163
2165
|
name: "SvgIcon",
|
|
2164
2166
|
props: {
|
|
2165
2167
|
iconClass: {
|
|
@@ -2189,7 +2191,7 @@ const _sfc_main$1k = {
|
|
|
2189
2191
|
};
|
|
2190
2192
|
const _hoisted_1$T = ["xlink:href"];
|
|
2191
2193
|
const _hoisted_2$F = { key: 0 };
|
|
2192
|
-
function _sfc_render$
|
|
2194
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2193
2195
|
return openBlock(), createElementBlock("svg", {
|
|
2194
2196
|
class: normalizeClass($options.svgClass),
|
|
2195
2197
|
"aria-hidden": "true"
|
|
@@ -2198,9 +2200,9 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2198
2200
|
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$F, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
2199
2201
|
], 2);
|
|
2200
2202
|
}
|
|
2201
|
-
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2203
|
+
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-8002b89a"]]);
|
|
2202
2204
|
var staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
2203
|
-
const _sfc_main$
|
|
2205
|
+
const _sfc_main$1n = {
|
|
2204
2206
|
name: "static-content-wrapper",
|
|
2205
2207
|
mixins: [i18n$1],
|
|
2206
2208
|
components: {
|
|
@@ -2300,7 +2302,7 @@ const _hoisted_6$h = {
|
|
|
2300
2302
|
};
|
|
2301
2303
|
const _hoisted_7$f = ["title"];
|
|
2302
2304
|
const _hoisted_8$a = { key: 0 };
|
|
2303
|
-
function _sfc_render$
|
|
2305
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2304
2306
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
2305
2307
|
return openBlock(), createElementBlock("div", {
|
|
2306
2308
|
class: normalizeClass(["field-wrapper", { "design-time-bottom-margin": !!this.designer }]),
|
|
@@ -2357,7 +2359,7 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2357
2359
|
], 64)) : createCommentVNode("", true)
|
|
2358
2360
|
], 6);
|
|
2359
2361
|
}
|
|
2360
|
-
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2362
|
+
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-41799baa"]]);
|
|
2361
2363
|
var __glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2362
2364
|
__proto__: null,
|
|
2363
2365
|
"default": StaticContentWrapper
|
|
@@ -9269,7 +9271,7 @@ var fieldMixin = {
|
|
|
9269
9271
|
}
|
|
9270
9272
|
};
|
|
9271
9273
|
var buttonWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9272
|
-
const _sfc_main$
|
|
9274
|
+
const _sfc_main$1m = {
|
|
9273
9275
|
name: "button-widget",
|
|
9274
9276
|
componentName: "FieldWidget",
|
|
9275
9277
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9315,7 +9317,7 @@ const _sfc_main$1i = {
|
|
|
9315
9317
|
},
|
|
9316
9318
|
methods: {}
|
|
9317
9319
|
};
|
|
9318
|
-
function _sfc_render$
|
|
9320
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9319
9321
|
const _component_el_button = resolveComponent("el-button");
|
|
9320
9322
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
9321
9323
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -9351,13 +9353,13 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9351
9353
|
_: 1
|
|
9352
9354
|
}, 8, ["designer", "field", "design-state", "display-style", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
9353
9355
|
}
|
|
9354
|
-
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9356
|
+
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-78bf6014"]]);
|
|
9355
9357
|
var __glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9356
9358
|
__proto__: null,
|
|
9357
9359
|
"default": buttonWidget
|
|
9358
9360
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9359
9361
|
var formItemWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9360
|
-
const _sfc_main$
|
|
9362
|
+
const _sfc_main$1l = {
|
|
9361
9363
|
name: "form-item-wrapper",
|
|
9362
9364
|
mixins: [i18n$1],
|
|
9363
9365
|
components: {
|
|
@@ -9515,7 +9517,7 @@ const _hoisted_7$e = {
|
|
|
9515
9517
|
};
|
|
9516
9518
|
const _hoisted_8$9 = ["title"];
|
|
9517
9519
|
const _hoisted_9$8 = { key: 0 };
|
|
9518
|
-
function _sfc_render$
|
|
9520
|
+
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9519
9521
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
9520
9522
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
9521
9523
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -9632,13 +9634,13 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9632
9634
|
], 64)) : createCommentVNode("", true)
|
|
9633
9635
|
], 2);
|
|
9634
9636
|
}
|
|
9635
|
-
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9637
|
+
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["render", _sfc_render$1l], ["__scopeId", "data-v-3cbbbdb2"]]);
|
|
9636
9638
|
var __glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9637
9639
|
__proto__: null,
|
|
9638
9640
|
"default": FormItemWrapper
|
|
9639
9641
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9640
9642
|
var cascaderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9641
|
-
const _sfc_main$
|
|
9643
|
+
const _sfc_main$1k = {
|
|
9642
9644
|
name: "cascader-widget",
|
|
9643
9645
|
componentName: "FieldWidget",
|
|
9644
9646
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9711,7 +9713,7 @@ const _sfc_main$1g = {
|
|
|
9711
9713
|
methods: {}
|
|
9712
9714
|
};
|
|
9713
9715
|
const _hoisted_1$Q = { class: "full-width-input" };
|
|
9714
|
-
function _sfc_render$
|
|
9716
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9715
9717
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
9716
9718
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9717
9719
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9749,13 +9751,13 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9749
9751
|
_: 1
|
|
9750
9752
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
9751
9753
|
}
|
|
9752
|
-
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9754
|
+
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-2002ac31"]]);
|
|
9753
9755
|
var __glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9754
9756
|
__proto__: null,
|
|
9755
9757
|
"default": cascaderWidget
|
|
9756
9758
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9757
9759
|
var checkboxWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9758
|
-
const _sfc_main$
|
|
9760
|
+
const _sfc_main$1j = {
|
|
9759
9761
|
name: "checkbox-widget",
|
|
9760
9762
|
componentName: "FieldWidget",
|
|
9761
9763
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9811,7 +9813,7 @@ const _sfc_main$1f = {
|
|
|
9811
9813
|
},
|
|
9812
9814
|
methods: {}
|
|
9813
9815
|
};
|
|
9814
|
-
function _sfc_render$
|
|
9816
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9815
9817
|
const _component_el_checkbox_button = resolveComponent("el-checkbox-button");
|
|
9816
9818
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
9817
9819
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
@@ -9872,13 +9874,13 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9872
9874
|
_: 1
|
|
9873
9875
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
9874
9876
|
}
|
|
9875
|
-
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9877
|
+
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-8c1ca3c8"]]);
|
|
9876
9878
|
var __glob_0_2$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9877
9879
|
__proto__: null,
|
|
9878
9880
|
"default": checkboxWidget
|
|
9879
9881
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9880
9882
|
var colorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9881
|
-
const _sfc_main$
|
|
9883
|
+
const _sfc_main$1i = {
|
|
9882
9884
|
name: "color-widget",
|
|
9883
9885
|
componentName: "FieldWidget",
|
|
9884
9886
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9933,7 +9935,7 @@ const _sfc_main$1e = {
|
|
|
9933
9935
|
},
|
|
9934
9936
|
methods: {}
|
|
9935
9937
|
};
|
|
9936
|
-
function _sfc_render$
|
|
9938
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9937
9939
|
const _component_el_color_picker = resolveComponent("el-color-picker");
|
|
9938
9940
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9939
9941
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9961,13 +9963,13 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9961
9963
|
_: 1
|
|
9962
9964
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
9963
9965
|
}
|
|
9964
|
-
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9966
|
+
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-52b66ef1"]]);
|
|
9965
9967
|
var __glob_0_3$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9966
9968
|
__proto__: null,
|
|
9967
9969
|
"default": colorWidget
|
|
9968
9970
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9969
9971
|
var dateRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9970
|
-
const _sfc_main$
|
|
9972
|
+
const _sfc_main$1h = {
|
|
9971
9973
|
name: "date-range-widget",
|
|
9972
9974
|
componentName: "FieldWidget",
|
|
9973
9975
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10022,7 +10024,7 @@ const _sfc_main$1d = {
|
|
|
10022
10024
|
},
|
|
10023
10025
|
methods: {}
|
|
10024
10026
|
};
|
|
10025
|
-
function _sfc_render$
|
|
10027
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10026
10028
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
10027
10029
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10028
10030
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10060,13 +10062,13 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10060
10062
|
_: 1
|
|
10061
10063
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
10062
10064
|
}
|
|
10063
|
-
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10065
|
+
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-e50300fe"]]);
|
|
10064
10066
|
var __glob_0_4$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10065
10067
|
__proto__: null,
|
|
10066
10068
|
"default": dateRangeWidget
|
|
10067
10069
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10068
10070
|
var dateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10069
|
-
const _sfc_main$
|
|
10071
|
+
const _sfc_main$1g = {
|
|
10070
10072
|
name: "date-widget",
|
|
10071
10073
|
componentName: "FieldWidget",
|
|
10072
10074
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10121,7 +10123,7 @@ const _sfc_main$1c = {
|
|
|
10121
10123
|
},
|
|
10122
10124
|
methods: {}
|
|
10123
10125
|
};
|
|
10124
|
-
function _sfc_render$
|
|
10126
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10125
10127
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
10126
10128
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10127
10129
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10159,13 +10161,13 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10159
10161
|
_: 1
|
|
10160
10162
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
10161
10163
|
}
|
|
10162
|
-
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10164
|
+
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-89ff4bae"]]);
|
|
10163
10165
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10164
10166
|
__proto__: null,
|
|
10165
10167
|
"default": dateWidget
|
|
10166
10168
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10167
10169
|
var dividerWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10168
|
-
const _sfc_main$
|
|
10170
|
+
const _sfc_main$1f = {
|
|
10169
10171
|
name: "divider-widget",
|
|
10170
10172
|
componentName: "FieldWidget",
|
|
10171
10173
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10211,7 +10213,7 @@ const _sfc_main$1b = {
|
|
|
10211
10213
|
},
|
|
10212
10214
|
methods: {}
|
|
10213
10215
|
};
|
|
10214
|
-
function _sfc_render$
|
|
10216
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10215
10217
|
const _component_el_divider = resolveComponent("el-divider");
|
|
10216
10218
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
10217
10219
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -10240,7 +10242,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10240
10242
|
_: 1
|
|
10241
10243
|
}, 8, ["designer", "field", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
10242
10244
|
}
|
|
10243
|
-
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10245
|
+
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-09a1b973"]]);
|
|
10244
10246
|
var __glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10245
10247
|
__proto__: null,
|
|
10246
10248
|
"default": dividerWidget
|
|
@@ -10279,7 +10281,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
10279
10281
|
}
|
|
10280
10282
|
return target;
|
|
10281
10283
|
};
|
|
10282
|
-
const _sfc_main$
|
|
10284
|
+
const _sfc_main$1e = defineComponent({
|
|
10283
10285
|
name: "ArrowDownBold"
|
|
10284
10286
|
});
|
|
10285
10287
|
const _hoisted_1$P = {
|
|
@@ -10296,11 +10298,11 @@ const _hoisted_2$C = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10296
10298
|
const _hoisted_3$x = [
|
|
10297
10299
|
_hoisted_2$C
|
|
10298
10300
|
];
|
|
10299
|
-
function _sfc_render$
|
|
10301
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10300
10302
|
return openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_3$x);
|
|
10301
10303
|
}
|
|
10302
|
-
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10303
|
-
const _sfc_main$
|
|
10304
|
+
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
|
|
10305
|
+
const _sfc_main$1d = defineComponent({
|
|
10304
10306
|
name: "ArrowDown"
|
|
10305
10307
|
});
|
|
10306
10308
|
const _hoisted_1$O = {
|
|
@@ -10317,11 +10319,11 @@ const _hoisted_2$B = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10317
10319
|
const _hoisted_3$w = [
|
|
10318
10320
|
_hoisted_2$B
|
|
10319
10321
|
];
|
|
10320
|
-
function _sfc_render$
|
|
10322
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10321
10323
|
return openBlock(), createElementBlock("svg", _hoisted_1$O, _hoisted_3$w);
|
|
10322
10324
|
}
|
|
10323
|
-
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10324
|
-
const _sfc_main$
|
|
10325
|
+
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
|
|
10326
|
+
const _sfc_main$1c = defineComponent({
|
|
10325
10327
|
name: "ArrowUp"
|
|
10326
10328
|
});
|
|
10327
10329
|
const _hoisted_1$N = {
|
|
@@ -10338,11 +10340,11 @@ const _hoisted_2$A = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10338
10340
|
const _hoisted_3$v = [
|
|
10339
10341
|
_hoisted_2$A
|
|
10340
10342
|
];
|
|
10341
|
-
function _sfc_render$
|
|
10343
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10342
10344
|
return openBlock(), createElementBlock("svg", _hoisted_1$N, _hoisted_3$v);
|
|
10343
10345
|
}
|
|
10344
|
-
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10345
|
-
const _sfc_main$
|
|
10346
|
+
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
|
|
10347
|
+
const _sfc_main$1b = defineComponent({
|
|
10346
10348
|
name: "CirclePlus"
|
|
10347
10349
|
});
|
|
10348
10350
|
const _hoisted_1$M = {
|
|
@@ -10369,11 +10371,11 @@ const _hoisted_5$g = [
|
|
|
10369
10371
|
_hoisted_3$u,
|
|
10370
10372
|
_hoisted_4$l
|
|
10371
10373
|
];
|
|
10372
|
-
function _sfc_render$
|
|
10374
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10373
10375
|
return openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_5$g);
|
|
10374
10376
|
}
|
|
10375
|
-
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10376
|
-
const _sfc_main$
|
|
10377
|
+
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
10378
|
+
const _sfc_main$1a = defineComponent({
|
|
10377
10379
|
name: "Delete"
|
|
10378
10380
|
});
|
|
10379
10381
|
const _hoisted_1$L = {
|
|
@@ -10390,11 +10392,11 @@ const _hoisted_2$y = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10390
10392
|
const _hoisted_3$t = [
|
|
10391
10393
|
_hoisted_2$y
|
|
10392
10394
|
];
|
|
10393
|
-
function _sfc_render$
|
|
10395
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10394
10396
|
return openBlock(), createElementBlock("svg", _hoisted_1$L, _hoisted_3$t);
|
|
10395
10397
|
}
|
|
10396
|
-
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10397
|
-
const _sfc_main$
|
|
10398
|
+
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
|
|
10399
|
+
const _sfc_main$19 = defineComponent({
|
|
10398
10400
|
name: "Edit"
|
|
10399
10401
|
});
|
|
10400
10402
|
const _hoisted_1$K = {
|
|
@@ -10416,11 +10418,11 @@ const _hoisted_4$k = [
|
|
|
10416
10418
|
_hoisted_2$x,
|
|
10417
10419
|
_hoisted_3$s
|
|
10418
10420
|
];
|
|
10419
|
-
function _sfc_render$
|
|
10421
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10420
10422
|
return openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_4$k);
|
|
10421
10423
|
}
|
|
10422
|
-
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10423
|
-
const _sfc_main$
|
|
10424
|
+
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
|
|
10425
|
+
const _sfc_main$18 = defineComponent({
|
|
10424
10426
|
name: "InfoFilled"
|
|
10425
10427
|
});
|
|
10426
10428
|
const _hoisted_1$J = {
|
|
@@ -10437,11 +10439,11 @@ const _hoisted_2$w = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10437
10439
|
const _hoisted_3$r = [
|
|
10438
10440
|
_hoisted_2$w
|
|
10439
10441
|
];
|
|
10440
|
-
function _sfc_render$
|
|
10442
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10441
10443
|
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$r);
|
|
10442
10444
|
}
|
|
10443
|
-
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10444
|
-
const _sfc_main$
|
|
10445
|
+
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
|
|
10446
|
+
const _sfc_main$17 = defineComponent({
|
|
10445
10447
|
name: "Loading"
|
|
10446
10448
|
});
|
|
10447
10449
|
const _hoisted_1$I = {
|
|
@@ -10458,11 +10460,11 @@ const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10458
10460
|
const _hoisted_3$q = [
|
|
10459
10461
|
_hoisted_2$v
|
|
10460
10462
|
];
|
|
10461
|
-
function _sfc_render$
|
|
10463
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10462
10464
|
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$q);
|
|
10463
10465
|
}
|
|
10464
|
-
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10465
|
-
const _sfc_main$
|
|
10466
|
+
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17]]);
|
|
10467
|
+
const _sfc_main$16 = defineComponent({
|
|
10466
10468
|
name: "Minus"
|
|
10467
10469
|
});
|
|
10468
10470
|
const _hoisted_1$H = {
|
|
@@ -10479,11 +10481,11 @@ const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10479
10481
|
const _hoisted_3$p = [
|
|
10480
10482
|
_hoisted_2$u
|
|
10481
10483
|
];
|
|
10482
|
-
function _sfc_render$
|
|
10484
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10483
10485
|
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$p);
|
|
10484
10486
|
}
|
|
10485
|
-
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10486
|
-
const _sfc_main$
|
|
10487
|
+
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16]]);
|
|
10488
|
+
const _sfc_main$15 = defineComponent({
|
|
10487
10489
|
name: "Plus"
|
|
10488
10490
|
});
|
|
10489
10491
|
const _hoisted_1$G = {
|
|
@@ -10500,11 +10502,11 @@ const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10500
10502
|
const _hoisted_3$o = [
|
|
10501
10503
|
_hoisted_2$t
|
|
10502
10504
|
];
|
|
10503
|
-
function _sfc_render$
|
|
10505
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10504
10506
|
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$o);
|
|
10505
10507
|
}
|
|
10506
|
-
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10507
|
-
const _sfc_main$
|
|
10508
|
+
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15]]);
|
|
10509
|
+
const _sfc_main$14 = defineComponent({
|
|
10508
10510
|
name: "Search"
|
|
10509
10511
|
});
|
|
10510
10512
|
const _hoisted_1$F = {
|
|
@@ -10521,10 +10523,10 @@ const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10521
10523
|
const _hoisted_3$n = [
|
|
10522
10524
|
_hoisted_2$s
|
|
10523
10525
|
];
|
|
10524
|
-
function _sfc_render$
|
|
10526
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10525
10527
|
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$n);
|
|
10526
10528
|
}
|
|
10527
|
-
var search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10529
|
+
var search = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
|
|
10528
10530
|
var defaultConfig = {
|
|
10529
10531
|
expireTimes: "1d",
|
|
10530
10532
|
path: "; path=/",
|
|
@@ -10653,7 +10655,7 @@ var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf
|
|
|
10653
10655
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10654
10656
|
useCookies();
|
|
10655
10657
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
10656
|
-
const _sfc_main
|
|
10658
|
+
const _sfc_main$13 = {
|
|
10657
10659
|
name: "file-upload-widget",
|
|
10658
10660
|
componentName: "FieldWidget",
|
|
10659
10661
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11076,7 +11078,7 @@ const _hoisted_10$5 = { class: "right-wrap" };
|
|
|
11076
11078
|
const _hoisted_11$3 = ["title", "onClick"];
|
|
11077
11079
|
const _hoisted_12$2 = ["onClick"];
|
|
11078
11080
|
const _hoisted_13$2 = ["onClick"];
|
|
11079
|
-
function _sfc_render
|
|
11081
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11080
11082
|
const _component_el_button = resolveComponent("el-button");
|
|
11081
11083
|
const _component_el_upload = resolveComponent("el-upload");
|
|
11082
11084
|
const _component_el_progress = resolveComponent("el-progress");
|
|
@@ -11194,13 +11196,13 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11194
11196
|
_: 1
|
|
11195
11197
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
11196
11198
|
}
|
|
11197
|
-
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main
|
|
11199
|
+
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-3a72c058"]]);
|
|
11198
11200
|
var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11199
11201
|
__proto__: null,
|
|
11200
11202
|
"default": fileUploadWidget
|
|
11201
11203
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11202
11204
|
var htmlTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11203
|
-
const _sfc_main$
|
|
11205
|
+
const _sfc_main$12 = {
|
|
11204
11206
|
name: "html-text-widget",
|
|
11205
11207
|
componentName: "FieldWidget",
|
|
11206
11208
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11247,7 +11249,7 @@ const _sfc_main$_ = {
|
|
|
11247
11249
|
methods: {}
|
|
11248
11250
|
};
|
|
11249
11251
|
const _hoisted_1$D = ["innerHTML"];
|
|
11250
|
-
function _sfc_render$
|
|
11252
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11251
11253
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
11252
11254
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
11253
11255
|
designer: $props.designer,
|
|
@@ -11269,14 +11271,14 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11269
11271
|
_: 1
|
|
11270
11272
|
}, 8, ["designer", "field", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
11271
11273
|
}
|
|
11272
|
-
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11274
|
+
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-3d941b4e"]]);
|
|
11273
11275
|
var __glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11274
11276
|
__proto__: null,
|
|
11275
11277
|
"default": htmlTextWidget
|
|
11276
11278
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11277
11279
|
var inputWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11278
11280
|
var inputWidget_vue_vue_type_style_index_1_lang = "";
|
|
11279
|
-
const _sfc_main$
|
|
11281
|
+
const _sfc_main$11 = {
|
|
11280
11282
|
name: "input-widget",
|
|
11281
11283
|
componentName: "FieldWidget",
|
|
11282
11284
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11343,7 +11345,7 @@ const _sfc_main$Z = {
|
|
|
11343
11345
|
methods: {}
|
|
11344
11346
|
};
|
|
11345
11347
|
const _hoisted_1$C = { class: "input-disabled-tooltip-wrap" };
|
|
11346
|
-
function _sfc_render$
|
|
11348
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11347
11349
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11348
11350
|
const _component_el_button = resolveComponent("el-button");
|
|
11349
11351
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -11419,13 +11421,13 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11419
11421
|
_: 1
|
|
11420
11422
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
11421
11423
|
}
|
|
11422
|
-
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11424
|
+
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-14765387"]]);
|
|
11423
11425
|
var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11424
11426
|
__proto__: null,
|
|
11425
11427
|
"default": inputWidget
|
|
11426
11428
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11427
11429
|
var numberWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11428
|
-
const _sfc_main$
|
|
11430
|
+
const _sfc_main$10 = {
|
|
11429
11431
|
name: "number-widget",
|
|
11430
11432
|
componentName: "FieldWidget",
|
|
11431
11433
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11480,7 +11482,7 @@ const _sfc_main$Y = {
|
|
|
11480
11482
|
},
|
|
11481
11483
|
methods: {}
|
|
11482
11484
|
};
|
|
11483
|
-
function _sfc_render$
|
|
11485
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11484
11486
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
11485
11487
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
11486
11488
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -11517,13 +11519,13 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11517
11519
|
_: 1
|
|
11518
11520
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
11519
11521
|
}
|
|
11520
|
-
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11522
|
+
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-30c98522"]]);
|
|
11521
11523
|
var __glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11522
11524
|
__proto__: null,
|
|
11523
11525
|
"default": numberWidget
|
|
11524
11526
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11525
11527
|
var pictureUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11526
|
-
const _sfc_main
|
|
11528
|
+
const _sfc_main$$ = {
|
|
11527
11529
|
name: "picture-upload-widget",
|
|
11528
11530
|
componentName: "FieldWidget",
|
|
11529
11531
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11733,7 +11735,7 @@ const _hoisted_6$e = {
|
|
|
11733
11735
|
class: "el-upload__tip"
|
|
11734
11736
|
};
|
|
11735
11737
|
const _hoisted_7$c = { class: "uploader-icon" };
|
|
11736
|
-
function _sfc_render
|
|
11738
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11737
11739
|
const _component_el_image = resolveComponent("el-image");
|
|
11738
11740
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11739
11741
|
const _component_el_upload = resolveComponent("el-upload");
|
|
@@ -11818,13 +11820,13 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11818
11820
|
_: 1
|
|
11819
11821
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
11820
11822
|
}
|
|
11821
|
-
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main
|
|
11823
|
+
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-4d09ba72"]]);
|
|
11822
11824
|
var __glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11823
11825
|
__proto__: null,
|
|
11824
11826
|
"default": pictureUploadWidget
|
|
11825
11827
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11826
11828
|
var radioWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11827
|
-
const _sfc_main$
|
|
11829
|
+
const _sfc_main$_ = {
|
|
11828
11830
|
name: "radio-widget",
|
|
11829
11831
|
componentName: "FieldWidget",
|
|
11830
11832
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11880,7 +11882,7 @@ const _sfc_main$W = {
|
|
|
11880
11882
|
},
|
|
11881
11883
|
methods: {}
|
|
11882
11884
|
};
|
|
11883
|
-
function _sfc_render$
|
|
11885
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11884
11886
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
11885
11887
|
const _component_el_radio = resolveComponent("el-radio");
|
|
11886
11888
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
@@ -11942,13 +11944,13 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11942
11944
|
_: 1
|
|
11943
11945
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
11944
11946
|
}
|
|
11945
|
-
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11947
|
+
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-05b877c5"]]);
|
|
11946
11948
|
var __glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11947
11949
|
__proto__: null,
|
|
11948
11950
|
"default": radioWidget
|
|
11949
11951
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11950
11952
|
var rateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11951
|
-
const _sfc_main$
|
|
11953
|
+
const _sfc_main$Z = {
|
|
11952
11954
|
name: "rate-widget",
|
|
11953
11955
|
componentName: "FieldWidget",
|
|
11954
11956
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -12003,7 +12005,7 @@ const _sfc_main$V = {
|
|
|
12003
12005
|
},
|
|
12004
12006
|
methods: {}
|
|
12005
12007
|
};
|
|
12006
|
-
function _sfc_render$
|
|
12008
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12007
12009
|
const _component_el_rate = resolveComponent("el-rate");
|
|
12008
12010
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
12009
12011
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -12036,7 +12038,7 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12036
12038
|
_: 1
|
|
12037
12039
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
12038
12040
|
}
|
|
12039
|
-
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
12041
|
+
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-3c7d82fe"]]);
|
|
12040
12042
|
var __glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12041
12043
|
__proto__: null,
|
|
12042
12044
|
"default": rateWidget
|
|
@@ -23372,7 +23374,7 @@ const defaultOptions = {
|
|
|
23372
23374
|
placeholder: "Insert content here ...",
|
|
23373
23375
|
readOnly: false
|
|
23374
23376
|
};
|
|
23375
|
-
const _sfc_main$
|
|
23377
|
+
const _sfc_main$Y = {
|
|
23376
23378
|
name: "quill-editor",
|
|
23377
23379
|
props: {
|
|
23378
23380
|
content: String,
|
|
@@ -23477,15 +23479,15 @@ const _sfc_main$U = {
|
|
|
23477
23479
|
}
|
|
23478
23480
|
};
|
|
23479
23481
|
const _hoisted_1$A = { ref: "editor" };
|
|
23480
|
-
function _sfc_render$
|
|
23482
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23481
23483
|
return openBlock(), createElementBlock("section", _hoisted_1$A, null, 512);
|
|
23482
23484
|
}
|
|
23483
|
-
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23485
|
+
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
23484
23486
|
quillEditor.install = function(app) {
|
|
23485
23487
|
app.component(quillEditor.name, quillEditor);
|
|
23486
23488
|
};
|
|
23487
23489
|
var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23488
|
-
const _sfc_main$
|
|
23490
|
+
const _sfc_main$X = {
|
|
23489
23491
|
name: "rich-editor-widget",
|
|
23490
23492
|
componentName: "FieldWidget",
|
|
23491
23493
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23564,7 +23566,7 @@ const _sfc_main$T = {
|
|
|
23564
23566
|
}
|
|
23565
23567
|
}
|
|
23566
23568
|
};
|
|
23567
|
-
function _sfc_render$
|
|
23569
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23568
23570
|
const _component_quill_editor = resolveComponent("quill-editor");
|
|
23569
23571
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23570
23572
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23596,12 +23598,12 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23596
23598
|
_: 1
|
|
23597
23599
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
23598
23600
|
}
|
|
23599
|
-
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23601
|
+
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-6f719fd1"]]);
|
|
23600
23602
|
var __glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23601
23603
|
__proto__: null,
|
|
23602
23604
|
"default": richEditorWidget
|
|
23603
23605
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23604
|
-
const _sfc_main$
|
|
23606
|
+
const _sfc_main$W = {
|
|
23605
23607
|
name: "select-tree-widget",
|
|
23606
23608
|
componentName: "FieldWidget",
|
|
23607
23609
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23673,7 +23675,7 @@ const _sfc_main$S = {
|
|
|
23673
23675
|
this.unregisterFromRefList();
|
|
23674
23676
|
}
|
|
23675
23677
|
};
|
|
23676
|
-
function _sfc_render$
|
|
23678
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23677
23679
|
const _component_el_tree_select = resolveComponent("el-tree-select");
|
|
23678
23680
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23679
23681
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23721,13 +23723,13 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23721
23723
|
_: 1
|
|
23722
23724
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
23723
23725
|
}
|
|
23724
|
-
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23726
|
+
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
23725
23727
|
var __glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23726
23728
|
__proto__: null,
|
|
23727
23729
|
"default": selectTreeWidget
|
|
23728
23730
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23729
23731
|
var selectWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23730
|
-
const _sfc_main$
|
|
23732
|
+
const _sfc_main$V = {
|
|
23731
23733
|
name: "select-widget",
|
|
23732
23734
|
componentName: "FieldWidget",
|
|
23733
23735
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23806,7 +23808,7 @@ const _sfc_main$R = {
|
|
|
23806
23808
|
}
|
|
23807
23809
|
}
|
|
23808
23810
|
};
|
|
23809
|
-
function _sfc_render$
|
|
23811
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23810
23812
|
const _component_el_option = resolveComponent("el-option");
|
|
23811
23813
|
const _component_el_select = resolveComponent("el-select");
|
|
23812
23814
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -23860,13 +23862,13 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23860
23862
|
_: 1
|
|
23861
23863
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
23862
23864
|
}
|
|
23863
|
-
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23865
|
+
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-63065392"]]);
|
|
23864
23866
|
var __glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23865
23867
|
__proto__: null,
|
|
23866
23868
|
"default": selectWidget
|
|
23867
23869
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23868
23870
|
var sliderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23869
|
-
const _sfc_main$
|
|
23871
|
+
const _sfc_main$U = {
|
|
23870
23872
|
name: "slider-widget",
|
|
23871
23873
|
componentName: "FieldWidget",
|
|
23872
23874
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23921,7 +23923,7 @@ const _sfc_main$Q = {
|
|
|
23921
23923
|
},
|
|
23922
23924
|
methods: {}
|
|
23923
23925
|
};
|
|
23924
|
-
function _sfc_render$
|
|
23926
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23925
23927
|
const _component_el_slider = resolveComponent("el-slider");
|
|
23926
23928
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23927
23929
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23954,13 +23956,13 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23954
23956
|
_: 1
|
|
23955
23957
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
23956
23958
|
}
|
|
23957
|
-
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23959
|
+
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-c9a31970"]]);
|
|
23958
23960
|
var __glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23959
23961
|
__proto__: null,
|
|
23960
23962
|
"default": sliderWidget
|
|
23961
23963
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23962
23964
|
var slotWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23963
|
-
const _sfc_main$
|
|
23965
|
+
const _sfc_main$T = {
|
|
23964
23966
|
name: "slot-widget",
|
|
23965
23967
|
componentName: "FieldWidget",
|
|
23966
23968
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24010,7 +24012,7 @@ const _hoisted_1$z = {
|
|
|
24010
24012
|
key: 0,
|
|
24011
24013
|
class: "slot-title"
|
|
24012
24014
|
};
|
|
24013
|
-
function _sfc_render$
|
|
24015
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24014
24016
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
24015
24017
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
24016
24018
|
designer: $props.designer,
|
|
@@ -24034,13 +24036,13 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24034
24036
|
_: 3
|
|
24035
24037
|
}, 8, ["designer", "field", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
24036
24038
|
}
|
|
24037
|
-
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24039
|
+
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-95f13fca"]]);
|
|
24038
24040
|
var __glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24039
24041
|
__proto__: null,
|
|
24040
24042
|
"default": slotWidget
|
|
24041
24043
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24042
24044
|
var staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24043
|
-
const _sfc_main$
|
|
24045
|
+
const _sfc_main$S = {
|
|
24044
24046
|
name: "static-text-widget",
|
|
24045
24047
|
componentName: "FieldWidget",
|
|
24046
24048
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24126,7 +24128,7 @@ const _sfc_main$O = {
|
|
|
24126
24128
|
}
|
|
24127
24129
|
}
|
|
24128
24130
|
};
|
|
24129
|
-
function _sfc_render$
|
|
24131
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24130
24132
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24131
24133
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
24132
24134
|
designer: $props.designer,
|
|
@@ -24153,13 +24155,13 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24153
24155
|
_: 1
|
|
24154
24156
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
24155
24157
|
}
|
|
24156
|
-
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24158
|
+
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-760822b6"]]);
|
|
24157
24159
|
var __glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24158
24160
|
__proto__: null,
|
|
24159
24161
|
"default": staticTextWidget
|
|
24160
24162
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24161
24163
|
var switchWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24162
|
-
const _sfc_main$
|
|
24164
|
+
const _sfc_main$R = {
|
|
24163
24165
|
name: "switch-widget",
|
|
24164
24166
|
componentName: "FieldWidget",
|
|
24165
24167
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24214,7 +24216,7 @@ const _sfc_main$N = {
|
|
|
24214
24216
|
},
|
|
24215
24217
|
methods: {}
|
|
24216
24218
|
};
|
|
24217
|
-
function _sfc_render$
|
|
24219
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24218
24220
|
const _component_el_switch = resolveComponent("el-switch");
|
|
24219
24221
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24220
24222
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24246,13 +24248,13 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24246
24248
|
_: 1
|
|
24247
24249
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
24248
24250
|
}
|
|
24249
|
-
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24251
|
+
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-2e8d2d0a"]]);
|
|
24250
24252
|
var __glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24251
24253
|
__proto__: null,
|
|
24252
24254
|
"default": switchWidget
|
|
24253
24255
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24254
24256
|
var textareaWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24255
|
-
const _sfc_main$
|
|
24257
|
+
const _sfc_main$Q = {
|
|
24256
24258
|
name: "textarea-widget",
|
|
24257
24259
|
componentName: "FieldWidget",
|
|
24258
24260
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24307,7 +24309,7 @@ const _sfc_main$M = {
|
|
|
24307
24309
|
},
|
|
24308
24310
|
methods: {}
|
|
24309
24311
|
};
|
|
24310
|
-
function _sfc_render$
|
|
24312
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24311
24313
|
const _component_el_input = resolveComponent("el-input");
|
|
24312
24314
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24313
24315
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24345,13 +24347,13 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24345
24347
|
_: 1
|
|
24346
24348
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
24347
24349
|
}
|
|
24348
|
-
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24350
|
+
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-687fedce"]]);
|
|
24349
24351
|
var __glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24350
24352
|
__proto__: null,
|
|
24351
24353
|
"default": textareaWidget
|
|
24352
24354
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24353
24355
|
var timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24354
|
-
const _sfc_main$
|
|
24356
|
+
const _sfc_main$P = {
|
|
24355
24357
|
name: "time-range-widget",
|
|
24356
24358
|
componentName: "FieldWidget",
|
|
24357
24359
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24406,7 +24408,7 @@ const _sfc_main$L = {
|
|
|
24406
24408
|
},
|
|
24407
24409
|
methods: {}
|
|
24408
24410
|
};
|
|
24409
|
-
function _sfc_render$
|
|
24411
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24410
24412
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24411
24413
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24412
24414
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24449,13 +24451,13 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24449
24451
|
_: 1
|
|
24450
24452
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
24451
24453
|
}
|
|
24452
|
-
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24454
|
+
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-f78e9b46"]]);
|
|
24453
24455
|
var __glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24454
24456
|
__proto__: null,
|
|
24455
24457
|
"default": timeRangeWidget
|
|
24456
24458
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24457
24459
|
var timeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24458
|
-
const _sfc_main$
|
|
24460
|
+
const _sfc_main$O = {
|
|
24459
24461
|
name: "time-widget",
|
|
24460
24462
|
componentName: "FieldWidget",
|
|
24461
24463
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24510,7 +24512,7 @@ const _sfc_main$K = {
|
|
|
24510
24512
|
},
|
|
24511
24513
|
methods: {}
|
|
24512
24514
|
};
|
|
24513
|
-
function _sfc_render$
|
|
24515
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24514
24516
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24515
24517
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24516
24518
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24547,7 +24549,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24547
24549
|
_: 1
|
|
24548
24550
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
24549
24551
|
}
|
|
24550
|
-
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24552
|
+
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-60cd3a6a"]]);
|
|
24551
24553
|
var __glob_0_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24552
24554
|
__proto__: null,
|
|
24553
24555
|
"default": timeWidget
|
|
@@ -24559,7 +24561,7 @@ for (const path in modules$2) {
|
|
|
24559
24561
|
comps[cname] = modules$2[path].default;
|
|
24560
24562
|
}
|
|
24561
24563
|
var gridColItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24562
|
-
const _sfc_main$
|
|
24564
|
+
const _sfc_main$N = {
|
|
24563
24565
|
name: "GridColItem",
|
|
24564
24566
|
componentName: "ContainerItem",
|
|
24565
24567
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -24714,7 +24716,7 @@ const _sfc_main$J = {
|
|
|
24714
24716
|
};
|
|
24715
24717
|
const _hoisted_1$y = { class: "blank-cell" };
|
|
24716
24718
|
const _hoisted_2$p = { class: "invisible-content" };
|
|
24717
|
-
function _sfc_render$
|
|
24719
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24718
24720
|
const _component_el_col = resolveComponent("el-col");
|
|
24719
24721
|
return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
24720
24722
|
key: 0,
|
|
@@ -24782,7 +24784,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24782
24784
|
[vShow, $options.colVisible]
|
|
24783
24785
|
]) : createCommentVNode("", true);
|
|
24784
24786
|
}
|
|
24785
|
-
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24787
|
+
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-20705201"]]);
|
|
24786
24788
|
var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24787
24789
|
__proto__: null,
|
|
24788
24790
|
"default": GridColItem
|
|
@@ -24976,7 +24978,7 @@ var containerItemMixin = {
|
|
|
24976
24978
|
}
|
|
24977
24979
|
}
|
|
24978
24980
|
};
|
|
24979
|
-
const _sfc_main$
|
|
24981
|
+
const _sfc_main$M = {
|
|
24980
24982
|
name: "vf-grid-item",
|
|
24981
24983
|
componentName: "ContainerItem",
|
|
24982
24984
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25019,7 +25021,7 @@ const _sfc_main$I = {
|
|
|
25019
25021
|
},
|
|
25020
25022
|
methods: {}
|
|
25021
25023
|
};
|
|
25022
|
-
function _sfc_render$
|
|
25024
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25023
25025
|
const _component_grid_col_item = resolveComponent("grid-col-item");
|
|
25024
25026
|
const _component_el_row = resolveComponent("el-row");
|
|
25025
25027
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25065,13 +25067,13 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25065
25067
|
_: 3
|
|
25066
25068
|
}, 8, ["widget"]);
|
|
25067
25069
|
}
|
|
25068
|
-
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25070
|
+
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
25069
25071
|
var __glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25070
25072
|
__proto__: null,
|
|
25071
25073
|
"default": gridItem
|
|
25072
25074
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25073
25075
|
var subFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25074
|
-
const _sfc_main$
|
|
25076
|
+
const _sfc_main$L = {
|
|
25075
25077
|
name: "sub-form-item",
|
|
25076
25078
|
componentName: "ContainerItem",
|
|
25077
25079
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25285,7 +25287,7 @@ const _hoisted_7$b = {
|
|
|
25285
25287
|
key: 0,
|
|
25286
25288
|
class: "row-number-span"
|
|
25287
25289
|
};
|
|
25288
|
-
function _sfc_render$
|
|
25290
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25289
25291
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
25290
25292
|
const _component_el_button = resolveComponent("el-button");
|
|
25291
25293
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
@@ -25447,12 +25449,12 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25447
25449
|
_: 1
|
|
25448
25450
|
}, 8, ["widget"]);
|
|
25449
25451
|
}
|
|
25450
|
-
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25452
|
+
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-59c24e8e"]]);
|
|
25451
25453
|
var __glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25452
25454
|
__proto__: null,
|
|
25453
25455
|
"default": subFormItem
|
|
25454
25456
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25455
|
-
const _sfc_main$
|
|
25457
|
+
const _sfc_main$K = {
|
|
25456
25458
|
name: "tab-item",
|
|
25457
25459
|
componentName: "ContainerItem",
|
|
25458
25460
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25503,7 +25505,7 @@ const _sfc_main$G = {
|
|
|
25503
25505
|
}
|
|
25504
25506
|
}
|
|
25505
25507
|
};
|
|
25506
|
-
function _sfc_render$
|
|
25508
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25507
25509
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
25508
25510
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
25509
25511
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25578,13 +25580,13 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25578
25580
|
_: 3
|
|
25579
25581
|
}, 8, ["widget"]);
|
|
25580
25582
|
}
|
|
25581
|
-
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25583
|
+
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
25582
25584
|
var __glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25583
25585
|
__proto__: null,
|
|
25584
25586
|
"default": tabItem
|
|
25585
25587
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25586
25588
|
var tableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25587
|
-
const _sfc_main$
|
|
25589
|
+
const _sfc_main$J = {
|
|
25588
25590
|
name: "TableCellItem",
|
|
25589
25591
|
componentName: "ContainerItem",
|
|
25590
25592
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -25608,7 +25610,7 @@ const _sfc_main$F = {
|
|
|
25608
25610
|
methods: {}
|
|
25609
25611
|
};
|
|
25610
25612
|
const _hoisted_1$w = ["colspan", "rowspan"];
|
|
25611
|
-
function _sfc_render$
|
|
25613
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25612
25614
|
return openBlock(), createElementBlock("td", {
|
|
25613
25615
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
25614
25616
|
colspan: $props.widget && $props.widget.options ? $props.widget.options.colspan || 1 : 1,
|
|
@@ -25652,13 +25654,13 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25652
25654
|
}), 256))
|
|
25653
25655
|
], 14, _hoisted_1$w);
|
|
25654
25656
|
}
|
|
25655
|
-
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25657
|
+
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-7d6166fa"]]);
|
|
25656
25658
|
var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25657
25659
|
__proto__: null,
|
|
25658
25660
|
"default": TableCellItem
|
|
25659
25661
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25660
25662
|
var tableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25661
|
-
const _sfc_main$
|
|
25663
|
+
const _sfc_main$I = {
|
|
25662
25664
|
name: "table-item",
|
|
25663
25665
|
componentName: "ContainerItem",
|
|
25664
25666
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25680,7 +25682,7 @@ const _sfc_main$E = {
|
|
|
25680
25682
|
},
|
|
25681
25683
|
methods: {}
|
|
25682
25684
|
};
|
|
25683
|
-
function _sfc_render$
|
|
25685
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25684
25686
|
const _component_table_cell_item = resolveComponent("table-cell-item");
|
|
25685
25687
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
25686
25688
|
return openBlock(), createBlock(_component_container_item_wrapper, { widget: $props.widget }, {
|
|
@@ -25730,7 +25732,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25730
25732
|
_: 3
|
|
25731
25733
|
}, 8, ["widget"]);
|
|
25732
25734
|
}
|
|
25733
|
-
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25735
|
+
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-3481d843"]]);
|
|
25734
25736
|
var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25735
25737
|
__proto__: null,
|
|
25736
25738
|
"default": tableItem
|
|
@@ -25744,8 +25746,8 @@ var ContainerItems = {
|
|
|
25744
25746
|
}
|
|
25745
25747
|
}
|
|
25746
25748
|
};
|
|
25747
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
25748
|
-
const _sfc_main$
|
|
25749
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$7 = "";
|
|
25750
|
+
const _sfc_main$H = {
|
|
25749
25751
|
name: "VFormRender",
|
|
25750
25752
|
componentName: "VFormRender",
|
|
25751
25753
|
mixins: [emitter, i18n$1],
|
|
@@ -26574,7 +26576,7 @@ const _sfc_main$D = {
|
|
|
26574
26576
|
}
|
|
26575
26577
|
}
|
|
26576
26578
|
};
|
|
26577
|
-
function _sfc_render$
|
|
26579
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26578
26580
|
const _component_el_form = resolveComponent("el-form");
|
|
26579
26581
|
return openBlock(), createBlock(_component_el_form, {
|
|
26580
26582
|
"label-position": $options.labelPosition,
|
|
@@ -26631,7 +26633,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26631
26633
|
_: 3
|
|
26632
26634
|
}, 8, ["label-position", "size", "class", "label-width", "model"]);
|
|
26633
26635
|
}
|
|
26634
|
-
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26636
|
+
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-4fac61a7"]]);
|
|
26635
26637
|
function registerIcon(app) {
|
|
26636
26638
|
app.component("el-icon-edit", edit);
|
|
26637
26639
|
app.component("el-icon-minus", minus);
|
|
@@ -26646,13 +26648,13 @@ function registerIcon(app) {
|
|
|
26646
26648
|
if (typeof window !== "undefined") {
|
|
26647
26649
|
let loadSvg = function() {
|
|
26648
26650
|
var body = document.body;
|
|
26649
|
-
var svgDom = document.getElementById("
|
|
26651
|
+
var svgDom = document.getElementById("__svg__icons__dom__1783067872523__");
|
|
26650
26652
|
if (!svgDom) {
|
|
26651
26653
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26652
26654
|
svgDom.style.position = "absolute";
|
|
26653
26655
|
svgDom.style.width = "0";
|
|
26654
26656
|
svgDom.style.height = "0";
|
|
26655
|
-
svgDom.id = "
|
|
26657
|
+
svgDom.id = "__svg__icons__dom__1783067872523__";
|
|
26656
26658
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26657
26659
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26658
26660
|
}
|
|
@@ -26926,7 +26928,7 @@ var containerMixin = {
|
|
|
26926
26928
|
}
|
|
26927
26929
|
};
|
|
26928
26930
|
var containerWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
26929
|
-
const _sfc_main$
|
|
26931
|
+
const _sfc_main$G = {
|
|
26930
26932
|
name: "container-wrapper",
|
|
26931
26933
|
mixins: [i18n$1, containerMixin],
|
|
26932
26934
|
components: {
|
|
@@ -26962,7 +26964,7 @@ const _hoisted_9$6 = {
|
|
|
26962
26964
|
};
|
|
26963
26965
|
const _hoisted_10$4 = ["title"];
|
|
26964
26966
|
const _hoisted_11$2 = { key: 0 };
|
|
26965
|
-
function _sfc_render$
|
|
26967
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26966
26968
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
26967
26969
|
return openBlock(), createElementBlock("div", {
|
|
26968
26970
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
@@ -27030,7 +27032,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27030
27032
|
])) : createCommentVNode("", true)
|
|
27031
27033
|
], 2);
|
|
27032
27034
|
}
|
|
27033
|
-
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27035
|
+
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-679de05a"]]);
|
|
27034
27036
|
var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27035
27037
|
__proto__: null,
|
|
27036
27038
|
"default": ContainerWrapper
|
|
@@ -27060,7 +27062,7 @@ var refMixinDesign = {
|
|
|
27060
27062
|
}
|
|
27061
27063
|
};
|
|
27062
27064
|
var cardWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27063
|
-
const _sfc_main$
|
|
27065
|
+
const _sfc_main$F = {
|
|
27064
27066
|
name: "card-widget",
|
|
27065
27067
|
componentName: "ContainerWidget",
|
|
27066
27068
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -27102,7 +27104,7 @@ const _sfc_main$B = {
|
|
|
27102
27104
|
};
|
|
27103
27105
|
const _hoisted_1$u = { class: "label" };
|
|
27104
27106
|
const _hoisted_2$m = { class: "form-widget-list" };
|
|
27105
|
-
function _sfc_render$
|
|
27107
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27106
27108
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
27107
27109
|
const _component_el_icon = resolveComponent("el-icon");
|
|
27108
27110
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -27180,9 +27182,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27180
27182
|
_: 1
|
|
27181
27183
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
27182
27184
|
}
|
|
27183
|
-
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27185
|
+
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-2c3be1b8"]]);
|
|
27184
27186
|
var cardItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27185
|
-
const _sfc_main$
|
|
27187
|
+
const _sfc_main$E = {
|
|
27186
27188
|
name: "card-item",
|
|
27187
27189
|
componentName: "ContainerItem",
|
|
27188
27190
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -27213,7 +27215,7 @@ const _sfc_main$A = {
|
|
|
27213
27215
|
}
|
|
27214
27216
|
};
|
|
27215
27217
|
const _hoisted_1$t = { class: "label" };
|
|
27216
|
-
function _sfc_render$
|
|
27218
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27217
27219
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
27218
27220
|
const _component_el_icon = resolveComponent("el-icon");
|
|
27219
27221
|
const _component_el_card = resolveComponent("el-card");
|
|
@@ -27289,9 +27291,9 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27289
27291
|
_: 3
|
|
27290
27292
|
}, 8, ["widget"]);
|
|
27291
27293
|
}
|
|
27292
|
-
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27294
|
+
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-2f0daae4"]]);
|
|
27293
27295
|
const ACE_BASE_PATH = "https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini";
|
|
27294
|
-
const _sfc_main$
|
|
27296
|
+
const _sfc_main$D = {
|
|
27295
27297
|
name: "alert-widget",
|
|
27296
27298
|
componentName: "FieldWidget",
|
|
27297
27299
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -27337,7 +27339,7 @@ const _sfc_main$z = {
|
|
|
27337
27339
|
}
|
|
27338
27340
|
}
|
|
27339
27341
|
};
|
|
27340
|
-
function _sfc_render$
|
|
27342
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27341
27343
|
const _component_el_alert = resolveComponent("el-alert");
|
|
27342
27344
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
27343
27345
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -27368,7 +27370,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27368
27370
|
_: 1
|
|
27369
27371
|
}, 8, ["designer", "field", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
27370
27372
|
}
|
|
27371
|
-
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27373
|
+
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D]]);
|
|
27372
27374
|
var cryptoJs = { exports: {} };
|
|
27373
27375
|
var core = { exports: {} };
|
|
27374
27376
|
(function(module, exports) {
|
|
@@ -32668,7 +32670,7 @@ var personTree = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGlu
|
|
|
32668
32670
|
var personIcon = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT7nvJbnu4QgOOWkh+S7vSAyPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDIzLjk5OTk1NzEgMjQgMjMuOTk5OTU3MSAyNCAwIDAgMCI+PC9wb2x5Z29uPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i5Zu+5bqTIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzc5LCAtODcpIj4NCiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOOWkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NzksIDg3KSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8dXNlIGlkPSLokpnniYgiIGZpbGw9IiNFM0U2RjEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOCIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjgxOCwgMi4yNTc2KSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsPSIjRkRFRUVBIiBwb2ludHM9IjEyLjIxNzA4ODIgMTguOTc4MDExIDE2LjM0NjU4MDggMTguOTc4MDExIDE2LjM0NjU4MDggMTMuOTkzMjYyOCAxMi4yMTcwODgyIDEzLjk5MzI2MjgiPjwvcG9seWdvbj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IEwxNy44NTY1NjM4LDMuNzE5NjY1NCBMMjEuMDM2NjAxLDcuMzA1Njg3NTcgQzIxLjAzNjYwMSw3LjMwNTY4NzU3IDIxLjA1MTM0OSw3LjQxMjQwNzk0IDIxLjA2NjI2NzksNy41OTIxMzY2NCBDMjEuNTQ1NjQyOCw3Ljc1OTM3ODQ1IDIxLjg5MzYxOCw4LjI1NDkwNTE4IDIxLjg5MzYxOCw4Ljg0MDIzMTk3IEMyMS44OTM2MTgsOS41MDY4MDY3NyAyMS40NDIzMzQ3LDEwLjA1NjkyMTMgMjAuODU4ODY1NCwxMC4xMzgwMTY1IEMyMC40MzcwNzIzLDExLjU1MDQ3MTQgMTguNzA0NDc3MiwxNi4wNTQ0ODYyIDE0LjI0Mjk4NDYsMTYuMDU0NDg2MiBDOS43OTU0NjA4OSwxNi4wNTQ0ODYyIDguMTA2NDY3NDksMTEuMzgxNjA0OCA3LjY0NTA2NDUsMTAuMTI2NDE1NCBDNy4wOTA5MTA3MywxMC4wMTkwNTA5IDYuNjcwMDUwOTUsOS40ODM5NDU5MyA2LjY3MDA1MDk1LDguODQwMjMxOTcgQzYuNjcwMDUwOTUsOC4yNTIwNTk5NyA3LjAyMTQxNzM4LDcuNzU0NTYzMTggNy41MDQ5MjUzNyw3LjU4OTk1NTEzIEw3LjUwNDUxMzc1LDcuNDg5Mjg3MjQgTDkuMDM4MTY1MjksNS42MzA0MDQ4NSBMMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiNGRkY1RjQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IEM3LjIwNDk1NDI4LDUuNzQ1MTY3NSA3LjYzMjg4MjA4LDIuNjE5ODU4OCAxMC43MDcxMDUyLDAuODExMTE5MTY4IEMxMy43OTI0NzExLC0xLjAwNDIyMDQ1IDE4LjEyNzIwNjIsMC42Mjc1MTk0OTYgMTguMTA0NjIwNSwxLjgyMDg3NDUxIEMxOC45MzkzMDQ4LDEuNzg3ODc0NTcgMjEuMzczMjQzMywyLjQ2NjE3MzM2IDIxLjAzNjYwMSw3LjMwNTY3OSBDMjAuNjk4Mjg3Myw3LjI4Mjc1MDQ3IDE3LjgzNDAyMSw3LjA1MzI1MDg4IDE2LjQxMzEzNzgsNC42NDM2MTIzMiBDMTUuOTg0NjEsNS4wMzM3NDAyIDEzLjk3NzM1NjUsNi42NDAxNTE2MiAxMS4wNDU0MTg4LDYuODY5NjUxMjEgQzkuNjI0NTM1NjcsNi45ODQzNzk1NyA3Ljg2NTM4MTY3LDYuOTM4NDc5NjUgNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IiBpZD0iRmlsbC01IiBmaWxsPSIjNjQ2NjdBIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4LjU2MzY3NzYsMjcuODAyMDY2NyBDMjguNTYzNjc3NiwzMy4zOTI5NDI0IDIxLjU0NDc2MTUsMzcuOTI1MjQ4NiAxNC4yODE4MTc0LDM3LjkyNTI0ODYgQzcuMDE4OTE2MDQsMzcuOTI1MjQ4NiAwLDMzLjM5Mjk0MjQgMCwyNy44MDIwNjY3IEMwLDIzLjI5MzUwMzMgMS40MDE0Njg5MywxNy45MTEyMTI5IDEzLjQyNjAwNDYsMTcuNjg2MTcwNSBDMTMuNTA5NjE4NywxNy45NTMyOTg2IDEzLjk2NjIxNzksMTguMzAwMTQwOCAxNC4yMzUxODg5LDE4LjMwMDE0MDggQzE0LjQ4Mjk0NTYsMTguMzAwMTQwOCAxNS4wOTIzMzAyLDE4LjA2MDk1NTUgMTUuMDgwNDE1OSwxNy42ODUyMjc2IEMyNy4xNjEyMjI5LDE3Ljg5ODA5ODcgMjguNTYzNjc3NiwyMy40MTgzNDU5IDI4LjU2MzY3NzYsMjcuODAyMDY2NyIgaWQ9IkZpbGwtMTEiIGZpbGw9IiM2NDY2N0EiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTEuODU2MTQxNywxNi41NzcwMTY3IEwxMS4wODcyNDMxLDE3LjM0NDU4NjggQzExLjAwNDIyODksMTcuNDI3NTE1MiAxMC45ODE3NzE4LDE3LjU0OTc4NjQgMTEuMDMwMzcxNywxNy42NTQ1NzE5IEwxMi40NTI2MjYzLDIwLjcxOTgzNzkgQzEyLjUwMDI4MzQsMjAuODIyNTY2MyAxMi42MDcyMTE4LDIwLjg4ODgyMzMgMTIuNzI1MjQwMSwyMC44ODg4MjMzIEwxNS44MzE2OTE3LDIwLjg4ODgyMzMgQzE1Ljk0OTA3NzIsMjAuODg4ODIzMyAxNi4wNTU1MzQyLDIwLjgyMzI5NDkgMTYuMTAzNTc3LDIwLjcyMTQyMzYgTDE3LjUzMjU2MDEsMTcuNjkxMzQzMyBDMTcuNTgzMTc0MywxNy41ODQwMjkyIDE3LjU1ODgzMTUsMTcuNDU4MTE1MiAxNy40NzE0MDMxLDE3LjM3NDkyOTYgTDE2LjYyMzczMzIsMTYuNTY4NjE2NyBDMTYuNTA2ODE5MSwxNi40NTc0MDI3IDE2LjMxNzAwNTEsMTYuNDU4MDAyNyAxNi4yMDA4NjI1LDE2LjU3MDAzMSBMMTQuOTI5MjA3NiwxNy43OTY3Mjg4IEMxNC44NzMxOTM0LDE3Ljg1MDcyODcgMTQuNzk2Nzc5MywxNy44ODExNTczIDE0LjcxNzAyMjMsMTcuODgxMTU3MyBMMTMuNzgyMTM4MiwxNy44ODExNTczIEMxMy43MDMxMDk4LDE3Ljg4MTE1NzMgMTMuNjI3MzM4NSwxNy44NTEyODU5IDEzLjU3MTQ1MjksMTcuNzk4MTQzMSBMMTIuMjgyNTY5NSwxNi41NzIxMzEgQzEyLjE2NDE5ODMsMTYuNDU5NTQ1NSAxMS45NzE1OTg2LDE2LjQ2MTczMTIgMTEuODU2MTQxNywxNi41NzcwMTY3IiBpZD0iRmlsbC0xMyIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC41NTEwNTQsMTcuODU1OTc4NyBMMTQuMDE1NjgzNSwxNy44NTU5Nzg3IEMxMy44ODk4OTgxLDE3Ljg1NTk3ODcgMTMuNzgwMTQxMSwxNy45NDExMzU3IDEzLjc0ODgxMjYsMTguMDYyODkyNiBMMTIuOTg2NzI4MiwyMS4wMjY5NzMxIEMxMi45NzIwMjgzLDIxLjA4NDEwMTUgMTIuOTc2MDk5NywyMS4xNDQ0NDQzIDEyLjk5ODI1NjgsMjEuMTk5MTI5OSBMMTMuNzMyMjY5OCwyMy4wMDk0MTI0IEMxMy43NzQ0NDExLDIzLjExMzM4MzYgMTMuODc1NDEyNCwyMy4xODEzOTc4IDEzLjk4NzYxMjIsMjMuMTgxMzk3OCBMMTQuNTc5MTI1NCwyMy4xODEzOTc4IEMxNC42OTEyODIzLDIzLjE4MTM5NzggMTQuNzkyMjk2NCwyMy4xMTMzODM2IDE0LjgzNDQ2NzgsMjMuMDA5NDEyNCBMMTUuNTY4NDgwOCwyMS4xOTkxMjk5IEMxNS41OTA2Mzc5LDIxLjE0NDQ0NDMgMTUuNTk0NjY2NCwyMS4wODQxMDE1IDE1LjU4MDAwOTMsMjEuMDI2OTczMSBMMTQuODE3OTI1LDE4LjA2Mjg5MjYgQzE0Ljc4NjU5NjUsMTcuOTQxMTM1NyAxNC42NzY3OTY2LDE3Ljg1NTk3ODcgMTQuNTUxMDU0LDE3Ljg1NTk3ODciIGlkPSJGaWxsLTE1IiBmaWxsPSIjQTNBREMzIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=";
|
|
32669
32671
|
var personTreeItem_vue_vue_type_style_index_0_lang = "";
|
|
32670
32672
|
var personTreeItem_vue_vue_type_style_index_1_scoped_true_lang = "";
|
|
32671
|
-
const _sfc_main$
|
|
32673
|
+
const _sfc_main$C = {
|
|
32672
32674
|
name: "person-tree-widget",
|
|
32673
32675
|
componentName: "FieldWidget",
|
|
32674
32676
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -32971,7 +32973,7 @@ const _sfc_main$y = {
|
|
|
32971
32973
|
const _hoisted_1$s = { class: "person-tree-widget__trigger" };
|
|
32972
32974
|
const _hoisted_2$l = { class: "flex items-center" };
|
|
32973
32975
|
const _hoisted_3$i = { class: "dialog-footer" };
|
|
32974
|
-
function _sfc_render$
|
|
32976
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32975
32977
|
const _component_el_input_tag = resolveComponent("el-input-tag");
|
|
32976
32978
|
const _component_el_input = resolveComponent("el-input");
|
|
32977
32979
|
const _component_el_tree = resolveComponent("el-tree");
|
|
@@ -33091,8 +33093,8 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33091
33093
|
_: 1
|
|
33092
33094
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
33093
33095
|
}
|
|
33094
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33095
|
-
const _sfc_main$
|
|
33096
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-2f0d2d47"]]);
|
|
33097
|
+
const _sfc_main$B = {
|
|
33096
33098
|
name: "radio-other-widget",
|
|
33097
33099
|
componentName: "FieldWidget",
|
|
33098
33100
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33207,7 +33209,7 @@ const _sfc_main$x = {
|
|
|
33207
33209
|
}
|
|
33208
33210
|
}
|
|
33209
33211
|
};
|
|
33210
|
-
function _sfc_render$
|
|
33212
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33211
33213
|
const _component_el_radio = resolveComponent("el-radio");
|
|
33212
33214
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
33213
33215
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -33263,8 +33265,8 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33263
33265
|
_: 1
|
|
33264
33266
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
33265
33267
|
}
|
|
33266
|
-
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33267
|
-
const _sfc_main$
|
|
33268
|
+
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$B]]);
|
|
33269
|
+
const _sfc_main$A = {
|
|
33268
33270
|
name: "select-other-widget",
|
|
33269
33271
|
componentName: "FieldWidget",
|
|
33270
33272
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33373,7 +33375,7 @@ const _sfc_main$w = {
|
|
|
33373
33375
|
}
|
|
33374
33376
|
}
|
|
33375
33377
|
};
|
|
33376
|
-
function _sfc_render$
|
|
33378
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33377
33379
|
const _component_el_option = resolveComponent("el-option");
|
|
33378
33380
|
const _component_el_select = resolveComponent("el-select");
|
|
33379
33381
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -33436,9 +33438,9 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33436
33438
|
_: 1
|
|
33437
33439
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
33438
33440
|
}
|
|
33439
|
-
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33441
|
+
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
33440
33442
|
var meetingRoomItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33441
|
-
const _sfc_main$
|
|
33443
|
+
const _sfc_main$z = {
|
|
33442
33444
|
name: "meeting-room-widget",
|
|
33443
33445
|
componentName: "FieldWidget",
|
|
33444
33446
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33616,7 +33618,7 @@ const _hoisted_7$9 = {
|
|
|
33616
33618
|
key: 1,
|
|
33617
33619
|
class: "room-item-equipment"
|
|
33618
33620
|
};
|
|
33619
|
-
function _sfc_render$
|
|
33621
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33620
33622
|
const _component_el_input = resolveComponent("el-input");
|
|
33621
33623
|
const _component_el_empty = resolveComponent("el-empty");
|
|
33622
33624
|
const _component_Select = resolveComponent("Select");
|
|
@@ -33703,9 +33705,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33703
33705
|
_: 1
|
|
33704
33706
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
33705
33707
|
}
|
|
33706
|
-
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33708
|
+
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-344c32a1"]]);
|
|
33707
33709
|
var gridColWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33708
|
-
const _sfc_main$
|
|
33710
|
+
const _sfc_main$y = {
|
|
33709
33711
|
name: "GridColWidget",
|
|
33710
33712
|
componentName: "GridColWidget",
|
|
33711
33713
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -33925,7 +33927,7 @@ const _hoisted_9$5 = {
|
|
|
33925
33927
|
key: 0,
|
|
33926
33928
|
class: "col-hidden-tag"
|
|
33927
33929
|
};
|
|
33928
|
-
function _sfc_render$
|
|
33930
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33929
33931
|
const _component_draggable = resolveComponent("draggable");
|
|
33930
33932
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
33931
33933
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -34021,13 +34023,13 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34021
34023
|
_: 1
|
|
34022
34024
|
}, 16, ["class", "style"])) : createCommentVNode("", true);
|
|
34023
34025
|
}
|
|
34024
|
-
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34026
|
+
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-cb053c20"]]);
|
|
34025
34027
|
var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34026
34028
|
__proto__: null,
|
|
34027
34029
|
"default": GridColWidget
|
|
34028
34030
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34029
34031
|
var gridWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34030
|
-
const _sfc_main$
|
|
34032
|
+
const _sfc_main$x = {
|
|
34031
34033
|
name: "grid-widget",
|
|
34032
34034
|
componentName: "ContainerWidget",
|
|
34033
34035
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34059,7 +34061,7 @@ const _sfc_main$t = {
|
|
|
34059
34061
|
},
|
|
34060
34062
|
methods: {}
|
|
34061
34063
|
};
|
|
34062
|
-
function _sfc_render$
|
|
34064
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34063
34065
|
const _component_grid_col_widget = resolveComponent("grid-col-widget");
|
|
34064
34066
|
const _component_el_row = resolveComponent("el-row");
|
|
34065
34067
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -34096,13 +34098,13 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34096
34098
|
_: 1
|
|
34097
34099
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34098
34100
|
}
|
|
34099
|
-
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34101
|
+
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-2b4f7bb7"]]);
|
|
34100
34102
|
var __glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34101
34103
|
__proto__: null,
|
|
34102
34104
|
"default": gridWidget
|
|
34103
34105
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34104
34106
|
var tabWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34105
|
-
const _sfc_main$
|
|
34107
|
+
const _sfc_main$w = {
|
|
34106
34108
|
name: "tab-widget",
|
|
34107
34109
|
componentName: "ContainerWidget",
|
|
34108
34110
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34146,7 +34148,7 @@ const _sfc_main$s = {
|
|
|
34146
34148
|
}
|
|
34147
34149
|
};
|
|
34148
34150
|
const _hoisted_1$p = { class: "form-widget-list" };
|
|
34149
|
-
function _sfc_render$
|
|
34151
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34150
34152
|
const _component_draggable = resolveComponent("draggable");
|
|
34151
34153
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
34152
34154
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
@@ -34224,13 +34226,13 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34224
34226
|
_: 1
|
|
34225
34227
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34226
34228
|
}
|
|
34227
|
-
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34229
|
+
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-2c29f864"]]);
|
|
34228
34230
|
var __glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34229
34231
|
__proto__: null,
|
|
34230
34232
|
"default": tabWidget
|
|
34231
34233
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34232
34234
|
var tableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34233
|
-
const _sfc_main$
|
|
34235
|
+
const _sfc_main$v = {
|
|
34234
34236
|
name: "TableCellWidget",
|
|
34235
34237
|
componentName: "TableCellWidget",
|
|
34236
34238
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -34407,7 +34409,7 @@ const _hoisted_6$9 = {
|
|
|
34407
34409
|
key: 1,
|
|
34408
34410
|
class: "table-cell-handler"
|
|
34409
34411
|
};
|
|
34410
|
-
function _sfc_render$
|
|
34412
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34411
34413
|
const _component_draggable = resolveComponent("draggable");
|
|
34412
34414
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34413
34415
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -34606,13 +34608,13 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34606
34608
|
])) : createCommentVNode("", true)
|
|
34607
34609
|
], 14, _hoisted_1$o);
|
|
34608
34610
|
}
|
|
34609
|
-
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34611
|
+
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
34610
34612
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34611
34613
|
__proto__: null,
|
|
34612
34614
|
"default": TableCellWidget
|
|
34613
34615
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34614
34616
|
var tableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34615
|
-
const _sfc_main$
|
|
34617
|
+
const _sfc_main$u = {
|
|
34616
34618
|
name: "table-widget",
|
|
34617
34619
|
componentName: "ContainerWidget",
|
|
34618
34620
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34645,7 +34647,7 @@ const _sfc_main$q = {
|
|
|
34645
34647
|
methods: {}
|
|
34646
34648
|
};
|
|
34647
34649
|
const _hoisted_1$n = { class: "table-layout" };
|
|
34648
|
-
function _sfc_render$
|
|
34650
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34649
34651
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
34650
34652
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
34651
34653
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -34693,7 +34695,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34693
34695
|
_: 1
|
|
34694
34696
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34695
34697
|
}
|
|
34696
|
-
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34698
|
+
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-2fde56df"]]);
|
|
34697
34699
|
var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34698
34700
|
__proto__: null,
|
|
34699
34701
|
"default": tableWidget
|
|
@@ -34708,7 +34710,7 @@ var ContainerComponents = {
|
|
|
34708
34710
|
}
|
|
34709
34711
|
};
|
|
34710
34712
|
var customSubFormWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34711
|
-
const _sfc_main$
|
|
34713
|
+
const _sfc_main$t = {
|
|
34712
34714
|
name: "custom-sub-form-widget",
|
|
34713
34715
|
componentName: "ContainerWidget",
|
|
34714
34716
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34789,7 +34791,7 @@ const _hoisted_10$3 = {
|
|
|
34789
34791
|
key: 0,
|
|
34790
34792
|
class: "empty-hint"
|
|
34791
34793
|
};
|
|
34792
|
-
function _sfc_render$
|
|
34794
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34793
34795
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34794
34796
|
const _component_el_button = resolveComponent("el-button");
|
|
34795
34797
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -34896,9 +34898,9 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34896
34898
|
_: 1
|
|
34897
34899
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34898
34900
|
}
|
|
34899
|
-
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34901
|
+
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-0d784fb7"]]);
|
|
34900
34902
|
var customSubFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34901
|
-
const _sfc_main$
|
|
34903
|
+
const _sfc_main$s = {
|
|
34902
34904
|
name: "custom-sub-form-item",
|
|
34903
34905
|
componentName: "ContainerItem",
|
|
34904
34906
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -35306,7 +35308,7 @@ const _hoisted_13$1 = {
|
|
|
35306
35308
|
key: 2,
|
|
35307
35309
|
class: "empty-hint"
|
|
35308
35310
|
};
|
|
35309
|
-
function _sfc_render$
|
|
35311
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35310
35312
|
const _component_el_button = resolveComponent("el-button");
|
|
35311
35313
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35312
35314
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -35402,9 +35404,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35402
35404
|
_: 1
|
|
35403
35405
|
}, 8, ["widget"]);
|
|
35404
35406
|
}
|
|
35405
|
-
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35407
|
+
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-09af068c"]]);
|
|
35406
35408
|
var customTableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35407
|
-
const _sfc_main$
|
|
35409
|
+
const _sfc_main$r = {
|
|
35408
35410
|
name: "custom-table-cell-widget",
|
|
35409
35411
|
componentName: "CustomTableCellWidget",
|
|
35410
35412
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -35575,7 +35577,7 @@ const _hoisted_6$6 = {
|
|
|
35575
35577
|
key: 2,
|
|
35576
35578
|
class: "empty-hint"
|
|
35577
35579
|
};
|
|
35578
|
-
function _sfc_render$
|
|
35580
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35579
35581
|
const _component_draggable = resolveComponent("draggable");
|
|
35580
35582
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35581
35583
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -35701,9 +35703,9 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35701
35703
|
!$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$6, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
|
|
35702
35704
|
], 14, _hoisted_1$k);
|
|
35703
35705
|
}
|
|
35704
|
-
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35706
|
+
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-6e28297c"]]);
|
|
35705
35707
|
var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35706
|
-
const _sfc_main$
|
|
35708
|
+
const _sfc_main$q = {
|
|
35707
35709
|
name: "custom-table-widget",
|
|
35708
35710
|
componentName: "ContainerWidget",
|
|
35709
35711
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -35755,7 +35757,7 @@ const _sfc_main$m = {
|
|
|
35755
35757
|
}
|
|
35756
35758
|
};
|
|
35757
35759
|
const _hoisted_1$j = { class: "custom-table-layout" };
|
|
35758
|
-
function _sfc_render$
|
|
35760
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35759
35761
|
const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
|
|
35760
35762
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
35761
35763
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -35801,9 +35803,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35801
35803
|
_: 1
|
|
35802
35804
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35803
35805
|
}
|
|
35804
|
-
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35806
|
+
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-5281c94a"]]);
|
|
35805
35807
|
var customTableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35806
|
-
const _sfc_main$
|
|
35808
|
+
const _sfc_main$p = {
|
|
35807
35809
|
name: "custom-table-cell-item",
|
|
35808
35810
|
componentName: "ContainerItem",
|
|
35809
35811
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -35821,7 +35823,7 @@ const _sfc_main$l = {
|
|
|
35821
35823
|
}
|
|
35822
35824
|
};
|
|
35823
35825
|
const _hoisted_1$i = ["colspan", "rowspan"];
|
|
35824
|
-
function _sfc_render$
|
|
35826
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35825
35827
|
return openBlock(), createElementBlock("td", {
|
|
35826
35828
|
class: normalizeClass(["custom-table-cell", $options.customClass]),
|
|
35827
35829
|
colspan: $props.widget.options.colspan || 1,
|
|
@@ -35854,9 +35856,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35854
35856
|
}), 128))
|
|
35855
35857
|
], 14, _hoisted_1$i);
|
|
35856
35858
|
}
|
|
35857
|
-
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35859
|
+
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-188e7bf2"]]);
|
|
35858
35860
|
var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35859
|
-
const _sfc_main$
|
|
35861
|
+
const _sfc_main$o = {
|
|
35860
35862
|
name: "custom-table-item",
|
|
35861
35863
|
componentName: "ContainerItem",
|
|
35862
35864
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -36050,7 +36052,7 @@ const _hoisted_3$b = {
|
|
|
36050
36052
|
key: 0,
|
|
36051
36053
|
class: "row-actions-cell"
|
|
36052
36054
|
};
|
|
36053
|
-
function _sfc_render$
|
|
36055
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36054
36056
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
36055
36057
|
const _component_el_button = resolveComponent("el-button");
|
|
36056
36058
|
const _component_custom_table_cell_item = resolveComponent("custom-table-cell-item");
|
|
@@ -36130,9 +36132,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36130
36132
|
_: 1
|
|
36131
36133
|
}, 8, ["widget"]);
|
|
36132
36134
|
}
|
|
36133
|
-
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36135
|
+
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-1aff2bd9"]]);
|
|
36134
36136
|
var subTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36135
|
-
const _sfc_main$
|
|
36137
|
+
const _sfc_main$n = {
|
|
36136
36138
|
name: "sub-table-widget",
|
|
36137
36139
|
componentName: "ContainerWidget",
|
|
36138
36140
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -36229,7 +36231,7 @@ const _hoisted_8$3 = {
|
|
|
36229
36231
|
key: 0,
|
|
36230
36232
|
class: "config-hint"
|
|
36231
36233
|
};
|
|
36232
|
-
function _sfc_render$
|
|
36234
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36233
36235
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
36234
36236
|
const _component_el_button = resolveComponent("el-button");
|
|
36235
36237
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
@@ -36358,9 +36360,9 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36358
36360
|
_: 1
|
|
36359
36361
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
36360
36362
|
}
|
|
36361
|
-
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36363
|
+
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-1fb729c8"]]);
|
|
36362
36364
|
var subTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36363
|
-
const _sfc_main$
|
|
36365
|
+
const _sfc_main$m = {
|
|
36364
36366
|
name: "sub-table-item",
|
|
36365
36367
|
componentName: "ContainerItem",
|
|
36366
36368
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -36772,7 +36774,7 @@ const _hoisted_2$c = {
|
|
|
36772
36774
|
};
|
|
36773
36775
|
const _hoisted_3$9 = { class: "table-toolbar" };
|
|
36774
36776
|
const _hoisted_4$8 = { class: "dialog-footer" };
|
|
36775
|
-
function _sfc_render$
|
|
36777
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36776
36778
|
const _component_el_button = resolveComponent("el-button");
|
|
36777
36779
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
36778
36780
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -37040,7 +37042,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37040
37042
|
_: 1
|
|
37041
37043
|
}, 8, ["widget"]);
|
|
37042
37044
|
}
|
|
37043
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
37045
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-7ee123a5"]]);
|
|
37044
37046
|
var ace$2 = { exports: {} };
|
|
37045
37047
|
(function(module, exports) {
|
|
37046
37048
|
(function() {
|
|
@@ -61485,8 +61487,8 @@ var extLanguage_tools = { exports: {} };
|
|
|
61485
61487
|
});
|
|
61486
61488
|
})();
|
|
61487
61489
|
})(extLanguage_tools);
|
|
61488
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
61489
|
-
const _sfc_main$
|
|
61490
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$6 = "";
|
|
61491
|
+
const _sfc_main$l = {
|
|
61490
61492
|
name: "CodeEditor",
|
|
61491
61493
|
props: {
|
|
61492
61494
|
modelValue: {
|
|
@@ -61582,14 +61584,14 @@ const _hoisted_2$b = {
|
|
|
61582
61584
|
class: "ace-editor",
|
|
61583
61585
|
ref: "ace"
|
|
61584
61586
|
};
|
|
61585
|
-
function _sfc_render$
|
|
61587
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61586
61588
|
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
61587
61589
|
createElementVNode("div", _hoisted_2$b, null, 512)
|
|
61588
61590
|
]);
|
|
61589
61591
|
}
|
|
61590
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
61592
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-335e1214"]]);
|
|
61591
61593
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
61592
|
-
const _sfc_main$
|
|
61594
|
+
const _sfc_main$k = {
|
|
61593
61595
|
name: "sub-table-columns-editor",
|
|
61594
61596
|
mixins: [i18n$1],
|
|
61595
61597
|
components: {
|
|
@@ -61811,7 +61813,7 @@ const _hoisted_1$d = { class: "column-header" };
|
|
|
61811
61813
|
const _hoisted_2$a = { class: "column-title" };
|
|
61812
61814
|
const _hoisted_3$8 = { class: "column-form" };
|
|
61813
61815
|
const _hoisted_4$7 = { class: "dialog-footer" };
|
|
61814
|
-
function _sfc_render$
|
|
61816
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61815
61817
|
const _component_el_divider = resolveComponent("el-divider");
|
|
61816
61818
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
61817
61819
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -62310,8 +62312,8 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62310
62312
|
}, 8, ["modelValue", "title"])
|
|
62311
62313
|
], 64);
|
|
62312
62314
|
}
|
|
62313
|
-
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62314
|
-
const _sfc_main$
|
|
62315
|
+
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-2401420e"]]);
|
|
62316
|
+
const _sfc_main$j = {
|
|
62315
62317
|
name: "current-user-widget",
|
|
62316
62318
|
componentName: "FieldWidget",
|
|
62317
62319
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -62500,7 +62502,7 @@ const _sfc_main$f = {
|
|
|
62500
62502
|
this.getCurrentUser();
|
|
62501
62503
|
}
|
|
62502
62504
|
};
|
|
62503
|
-
function _sfc_render$
|
|
62505
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62504
62506
|
const _component_el_input = resolveComponent("el-input");
|
|
62505
62507
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
62506
62508
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -62525,9 +62527,9 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62525
62527
|
_: 1
|
|
62526
62528
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
62527
62529
|
}
|
|
62528
|
-
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62530
|
+
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j]]);
|
|
62529
62531
|
var assetDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62530
|
-
const _sfc_main$
|
|
62532
|
+
const _sfc_main$i = {
|
|
62531
62533
|
name: "asset-dialog",
|
|
62532
62534
|
props: {
|
|
62533
62535
|
dialogVisible: {
|
|
@@ -62734,7 +62736,7 @@ const _hoisted_7$4 = { class: "asset-wrap" };
|
|
|
62734
62736
|
const _hoisted_8$2 = { class: "asset-item-left" };
|
|
62735
62737
|
const _hoisted_9$2 = { class: "asset-item-right" };
|
|
62736
62738
|
const _hoisted_10$1 = { class: "dialog-footer" };
|
|
62737
|
-
function _sfc_render$
|
|
62739
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62738
62740
|
const _component_el_input = resolveComponent("el-input");
|
|
62739
62741
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
62740
62742
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -63053,9 +63055,9 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63053
63055
|
_: 1
|
|
63054
63056
|
}, 8, ["modelValue", "onClose"]);
|
|
63055
63057
|
}
|
|
63056
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63058
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-5cca3952"]]);
|
|
63057
63059
|
var index_vue_vue_type_style_index_0_lang$2 = "";
|
|
63058
|
-
const _sfc_main$
|
|
63060
|
+
const _sfc_main$h = {
|
|
63059
63061
|
name: "asset-select-widget",
|
|
63060
63062
|
componentName: "FieldWidget",
|
|
63061
63063
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -63250,7 +63252,7 @@ const _sfc_main$d = {
|
|
|
63250
63252
|
}
|
|
63251
63253
|
};
|
|
63252
63254
|
const _hoisted_1$b = { class: "asset-select-widget__trigger" };
|
|
63253
|
-
function _sfc_render$
|
|
63255
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63254
63256
|
const _component_el_button = resolveComponent("el-button");
|
|
63255
63257
|
const _component_asset_dialog = resolveComponent("asset-dialog");
|
|
63256
63258
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -63301,7 +63303,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63301
63303
|
_: 1
|
|
63302
63304
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
63303
63305
|
}
|
|
63304
|
-
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63306
|
+
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h]]);
|
|
63305
63307
|
var documentDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
63306
63308
|
var documentDialog_vue_vue_type_style_index_1_lang = "";
|
|
63307
63309
|
const DEFAULT_FORM_JSON$1 = {
|
|
@@ -63326,7 +63328,7 @@ const DEFAULT_FORM_JSON$1 = {
|
|
|
63326
63328
|
onFormValidateSuccess: ""
|
|
63327
63329
|
}
|
|
63328
63330
|
};
|
|
63329
|
-
const _sfc_main$
|
|
63331
|
+
const _sfc_main$g = {
|
|
63330
63332
|
name: "document-dialog",
|
|
63331
63333
|
components: {
|
|
63332
63334
|
VFormRender
|
|
@@ -63627,7 +63629,7 @@ const _hoisted_12 = {
|
|
|
63627
63629
|
class: "detail-empty"
|
|
63628
63630
|
};
|
|
63629
63631
|
const _hoisted_13 = { class: "dialog-footer" };
|
|
63630
|
-
function _sfc_render$
|
|
63632
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63631
63633
|
const _component_el_input = resolveComponent("el-input");
|
|
63632
63634
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
63633
63635
|
const _component_el_form = resolveComponent("el-form");
|
|
@@ -63785,7 +63787,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63785
63787
|
_: 1
|
|
63786
63788
|
}, 8, ["modelValue", "onClose"]);
|
|
63787
63789
|
}
|
|
63788
|
-
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63790
|
+
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-3988fe48"]]);
|
|
63789
63791
|
var documentDetailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
63790
63792
|
var documentDetailDialog_vue_vue_type_style_index_1_lang = "";
|
|
63791
63793
|
const DEFAULT_FORM_JSON = {
|
|
@@ -63810,7 +63812,7 @@ const DEFAULT_FORM_JSON = {
|
|
|
63810
63812
|
onFormValidateSuccess: ""
|
|
63811
63813
|
}
|
|
63812
63814
|
};
|
|
63813
|
-
const _sfc_main$
|
|
63815
|
+
const _sfc_main$f = {
|
|
63814
63816
|
name: "document-detail-dialog",
|
|
63815
63817
|
components: {
|
|
63816
63818
|
VFormRender
|
|
@@ -63982,7 +63984,7 @@ const _hoisted_3$5 = {
|
|
|
63982
63984
|
class: "detail-empty"
|
|
63983
63985
|
};
|
|
63984
63986
|
const _hoisted_4$4 = { class: "dialog-footer" };
|
|
63985
|
-
function _sfc_render$
|
|
63987
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63986
63988
|
const _component_Loading = resolveComponent("Loading");
|
|
63987
63989
|
const _component_el_icon = resolveComponent("el-icon");
|
|
63988
63990
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
@@ -64039,9 +64041,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64039
64041
|
_: 1
|
|
64040
64042
|
}, 8, ["modelValue", "onClose"]);
|
|
64041
64043
|
}
|
|
64042
|
-
var DocumentDetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64044
|
+
var DocumentDetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-ddc7afce"]]);
|
|
64043
64045
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
64044
|
-
const _sfc_main$
|
|
64046
|
+
const _sfc_main$e = {
|
|
64045
64047
|
name: "document-select-widget",
|
|
64046
64048
|
componentName: "FieldWidget",
|
|
64047
64049
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -64203,7 +64205,7 @@ const _hoisted_4$3 = {
|
|
|
64203
64205
|
key: 1,
|
|
64204
64206
|
class: "document-select-widget__trigger"
|
|
64205
64207
|
};
|
|
64206
|
-
function _sfc_render$
|
|
64208
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64207
64209
|
const _component_el_button = resolveComponent("el-button");
|
|
64208
64210
|
const _component_document_dialog = resolveComponent("document-dialog");
|
|
64209
64211
|
const _component_document_detail_dialog = resolveComponent("document-detail-dialog");
|
|
@@ -64271,7 +64273,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64271
64273
|
_: 1
|
|
64272
64274
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
64273
64275
|
}
|
|
64274
|
-
var DocumentSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64276
|
+
var DocumentSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$e]]);
|
|
64275
64277
|
const DEFAULT_DICT_API = "/unified-dict/sysItemDict/page";
|
|
64276
64278
|
const DEFAULT_DICT_PARAMS = { current: 1, size: 1e4 };
|
|
64277
64279
|
function normalizeDictRecords(records) {
|
|
@@ -64437,8 +64439,8 @@ class DictManager {
|
|
|
64437
64439
|
}
|
|
64438
64440
|
}
|
|
64439
64441
|
const dictManager = new DictManager();
|
|
64440
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
64441
|
-
const _sfc_main$
|
|
64442
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$5 = "";
|
|
64443
|
+
const _sfc_main$d = {
|
|
64442
64444
|
name: "dict-select-widget",
|
|
64443
64445
|
componentName: "FieldWidget",
|
|
64444
64446
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -64583,7 +64585,7 @@ const _sfc_main$9 = {
|
|
|
64583
64585
|
}
|
|
64584
64586
|
};
|
|
64585
64587
|
const _hoisted_1$7 = { class: "dict-select-widget" };
|
|
64586
|
-
function _sfc_render$
|
|
64588
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64587
64589
|
const _component_el_option = resolveComponent("el-option");
|
|
64588
64590
|
const _component_el_select = resolveComponent("el-select");
|
|
64589
64591
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
@@ -64723,9 +64725,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64723
64725
|
_: 1
|
|
64724
64726
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
64725
64727
|
}
|
|
64726
|
-
var DictSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64728
|
+
var DictSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-6f18008b"]]);
|
|
64727
64729
|
var dictSelectDictCodeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
64728
|
-
const _sfc_main$
|
|
64730
|
+
const _sfc_main$c = {
|
|
64729
64731
|
name: "dict-select-dictCode-editor",
|
|
64730
64732
|
mixins: [i18n$1],
|
|
64731
64733
|
props: {
|
|
@@ -64783,7 +64785,7 @@ const _sfc_main$8 = {
|
|
|
64783
64785
|
};
|
|
64784
64786
|
const _hoisted_1$6 = { class: "dict-code-hint" };
|
|
64785
64787
|
const _hoisted_2$5 = { key: 0 };
|
|
64786
|
-
function _sfc_render$
|
|
64788
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64787
64789
|
const _component_el_option = resolveComponent("el-option");
|
|
64788
64790
|
const _component_el_select = resolveComponent("el-select");
|
|
64789
64791
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -64820,9 +64822,9 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64820
64822
|
_: 1
|
|
64821
64823
|
}, 8, ["label"]);
|
|
64822
64824
|
}
|
|
64823
|
-
var DictSelectDictCodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64825
|
+
var DictSelectDictCodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-2dfeafae"]]);
|
|
64824
64826
|
var detailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
64825
|
-
const _sfc_main$
|
|
64827
|
+
const _sfc_main$b = {
|
|
64826
64828
|
name: "detail-dialog",
|
|
64827
64829
|
components: {
|
|
64828
64830
|
VFormRender
|
|
@@ -65064,7 +65066,7 @@ const _sfc_main$7 = {
|
|
|
65064
65066
|
const _hoisted_1$5 = { class: "asset-body-wrap" };
|
|
65065
65067
|
const _hoisted_2$4 = { key: 0 };
|
|
65066
65068
|
const _hoisted_3$3 = { class: "dialog-footer" };
|
|
65067
|
-
function _sfc_render$
|
|
65069
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65068
65070
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
65069
65071
|
const _component_el_button = resolveComponent("el-button");
|
|
65070
65072
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
@@ -65112,9 +65114,9 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65112
65114
|
_: 1
|
|
65113
65115
|
}, 8, ["modelValue", "onClose"]);
|
|
65114
65116
|
}
|
|
65115
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65117
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-1129cf50"]]);
|
|
65116
65118
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
65117
|
-
const _sfc_main$
|
|
65119
|
+
const _sfc_main$a = {
|
|
65118
65120
|
name: "asset-table-widget",
|
|
65119
65121
|
componentName: "FieldWidget",
|
|
65120
65122
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -65272,7 +65274,7 @@ const _sfc_main$6 = {
|
|
|
65272
65274
|
}
|
|
65273
65275
|
};
|
|
65274
65276
|
const _hoisted_1$4 = { key: 1 };
|
|
65275
|
-
function _sfc_render$
|
|
65277
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65276
65278
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
65277
65279
|
const _component_el_text = resolveComponent("el-text");
|
|
65278
65280
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -65386,9 +65388,9 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65386
65388
|
_: 1
|
|
65387
65389
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
65388
65390
|
}
|
|
65389
|
-
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65390
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
65391
|
-
const _sfc_main$
|
|
65391
|
+
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
65392
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$4 = "";
|
|
65393
|
+
const _sfc_main$9 = {
|
|
65392
65394
|
name: "resolution-table-widget",
|
|
65393
65395
|
componentName: "FieldWidget",
|
|
65394
65396
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -65597,7 +65599,7 @@ const _hoisted_4$2 = ["title"];
|
|
|
65597
65599
|
const _hoisted_5$2 = { class: "right-wrap" };
|
|
65598
65600
|
const _hoisted_6$2 = ["onClick"];
|
|
65599
65601
|
const _hoisted_7$2 = ["onClick"];
|
|
65600
|
-
function _sfc_render$
|
|
65602
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65601
65603
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
65602
65604
|
const _component_el_table = resolveComponent("el-table");
|
|
65603
65605
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -65675,9 +65677,9 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65675
65677
|
_: 1
|
|
65676
65678
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
65677
65679
|
}
|
|
65678
|
-
var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65679
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
65680
|
-
const _sfc_main$
|
|
65680
|
+
var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-68fa0297"]]);
|
|
65681
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
65682
|
+
const _sfc_main$8 = {
|
|
65681
65683
|
name: "fixed-table-widget",
|
|
65682
65684
|
componentName: "FieldWidget",
|
|
65683
65685
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -65905,7 +65907,7 @@ const _hoisted_4$1 = { class: "funds" };
|
|
|
65905
65907
|
const _hoisted_5$1 = { class: "funds-source" };
|
|
65906
65908
|
const _hoisted_6$1 = { class: "funds" };
|
|
65907
65909
|
const _hoisted_7$1 = { class: "funds-source" };
|
|
65908
|
-
function _sfc_render$
|
|
65910
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65909
65911
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
65910
65912
|
const _component_el_text = resolveComponent("el-text");
|
|
65911
65913
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -66071,9 +66073,9 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66071
66073
|
_: 1
|
|
66072
66074
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
66073
66075
|
}
|
|
66074
|
-
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
66075
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
66076
|
-
const _sfc_main$
|
|
66076
|
+
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-2cde45ac"]]);
|
|
66077
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
|
|
66078
|
+
const _sfc_main$7 = {
|
|
66077
66079
|
name: "equity-table-widget",
|
|
66078
66080
|
componentName: "FieldWidget",
|
|
66079
66081
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -66279,7 +66281,7 @@ const _hoisted_6 = { class: "funds" };
|
|
|
66279
66281
|
const _hoisted_7 = { class: "funds-source" };
|
|
66280
66282
|
const _hoisted_8 = { class: "funds" };
|
|
66281
66283
|
const _hoisted_9 = { class: "funds-source" };
|
|
66282
|
-
function _sfc_render$
|
|
66284
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66283
66285
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
66284
66286
|
const _component_el_text = resolveComponent("el-text");
|
|
66285
66287
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -66451,7 +66453,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66451
66453
|
_: 1
|
|
66452
66454
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
66453
66455
|
}
|
|
66454
|
-
var EquityTableSchema = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
66456
|
+
var EquityTableSchema = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-3486e3fe"]]);
|
|
66455
66457
|
const AssetTypeEnum = {
|
|
66456
66458
|
"0": "equity",
|
|
66457
66459
|
"1": "house",
|
|
@@ -66481,7 +66483,7 @@ var electronic = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYi
|
|
|
66481
66483
|
var electronicActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxOSI+CjxnIGlkPSJHcm91cCA4NCI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTA4IiB4PSI2LjUiIHk9IjEiIHdpZHRoPSIxIiBoZWlnaHQ9IjMiIHJ4PSIwLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDkiIHg9IjIuNSIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExMCIgeD0iNCIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iU3VidHJhY3QiIGQ9Ik04IDNDOC44Mjg0MyAzIDkuNSAzLjY3MTU3IDkuNSA0LjVWMTMuNUM5LjUgMTQuMzI4NCA4LjgyODQzIDE1IDggMTVIM0MyLjE3MTU3IDE1IDEuNSAxNC4zMjg0IDEuNSAxMy41VjQuNUMxLjUgMy42NzE1NyAyLjE3MTU3IDMgMyAzSDhaTTMuNSAxMS41QzMuMjIzODYgMTEuNSAzIDExLjcyMzkgMyAxMkMzIDEyLjI3NjEgMy4yMjM4NiAxMi41IDMuNSAxMi41SDUuNUM1Ljc3NjE0IDEyLjUgNiAxMi4yNzYxIDYgMTJDNiAxMS43MjM5IDUuNzc2MTQgMTEuNSA1LjUgMTEuNUgzLjVaTTMuNSA5QzMuMjIzODYgOSAzIDkuMjIzODYgMyA5LjVDMyA5Ljc3NjE0IDMuMjIzODYgMTAgMy41IDEwSDcuNUM3Ljc3NjE0IDEwIDggOS43NzYxNCA4IDkuNUM4IDkuMjIzODYgNy43NzYxNCA5IDcuNSA5SDMuNVoiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDUiIHg9IjIuNSIgeT0iNC41IiB3aWR0aD0iNiIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iI0MyREFGMSIvPgo8cGF0aCBpZD0iU3VidHJhY3RfMiIgb3BhY2l0eT0iMC43IiBkPSJNMTMuNSA3QzE0LjA1MjMgNyAxNC41IDcuNDQ3NzIgMTQuNSA4VjE0QzE0LjUgMTQuNTUyMyAxNC4wNTIzIDE1IDEzLjUgMTVINy41TDguNSA3SDEzLjVaTTExLjUgMTJDMTEuMjIzOSAxMiAxMSAxMi4yMjM5IDExIDEyLjVDMTEgMTIuNzc2MSAxMS4yMjM5IDEzIDExLjUgMTNIMTIuNUMxMi43NzYxIDEzIDEzIDEyLjc3NjEgMTMgMTIuNUMxMyAxMi4yMjM5IDEyLjc3NjEgMTIgMTIuNSAxMkgxMS41Wk0xMiA4LjVDMTEuNDQ3NyA4LjUgMTEgOC45NDc3MiAxMSA5LjVDMTEgMTAuMDUyMyAxMS40NDc3IDEwLjUgMTIgMTAuNUMxMi41NTIzIDEwLjUgMTMgMTAuMDUyMyAxMyA5LjVDMTMgOC45NDc3MiAxMi41NTIzIDguNSAxMiA4LjVaIiBmaWxsPSIjMzE4MkNFIi8+CjwvZz4KPC9nPgo8L3N2Zz4K";
|
|
66482
66484
|
var officeFurniture = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg3Ij4KPGcgaWQ9Ikdyb3VwIDg2Ij4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTQiIHg9IjguNSIgeT0iMSIgd2lkdGg9IjYiIGhlaWdodD0iMTQiIHJ4PSIxLjUiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTUiIHg9IjIiIHk9IjEuNSIgd2lkdGg9IjUiIGhlaWdodD0iMTMiIHJ4PSIxIiBmaWxsPSIjNEU1OTY5IiBmaWxsLW9wYWNpdHk9IjAuMyIgc3Ryb2tlPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE2IiB4PSI5LjUiIHk9IjciIHdpZHRoPSIxIiBoZWlnaHQ9IjIiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE3IiB4PSIyLjUiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTgiIHg9IjIuNSIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHBhdGggaWQ9IlZlY3RvciA0IiBkPSJNMi41IDZMNC41IDMiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNiIgZD0iTTIuNSAxMEw0IDgiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTQuNSA2TDUuNSA0LjUiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNyIgZD0iTTQuNSAxMEw1LjUgOC41IiBzdHJva2U9IiM0RTU5NjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==";
|
|
66483
66485
|
var officeFurnitureActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIyMCI+CjxnIGlkPSJHcm91cCA4NiI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE0IiB4PSI4LjUiIHk9IjEiIHdpZHRoPSI2IiBoZWlnaHQ9IjE0IiByeD0iMS41IiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE1IiB4PSIyIiB5PSIxLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEzIiByeD0iMSIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNiIgeD0iOS41IiB5PSI3IiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNyIgeD0iMi41IiB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE4IiB4PSIyLjUiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSJWZWN0b3IgNCIgZD0iTTIuNSA2TDQuNSAzIiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDYiIGQ9Ik0yLjUgMTBMNCA4IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDUiIGQ9Ik00LjUgNkw1LjUgNC41IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik00LjUgMTBMNS41IDguNSIgc3Ryb2tlPSIjMzE4MkNFIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=";
|
|
66484
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
66486
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
66485
66487
|
const assetTypeImageMap = {
|
|
66486
66488
|
equity,
|
|
66487
66489
|
"equity-active": equityActive,
|
|
@@ -66502,7 +66504,7 @@ const assetTypeImageMap = {
|
|
|
66502
66504
|
office_furniture: officeFurniture,
|
|
66503
66505
|
"office_furniture-active": officeFurnitureActive
|
|
66504
66506
|
};
|
|
66505
|
-
const _sfc_main$
|
|
66507
|
+
const _sfc_main$6 = {
|
|
66506
66508
|
name: "asset-type-widget",
|
|
66507
66509
|
componentName: "FieldWidget",
|
|
66508
66510
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -66595,7 +66597,7 @@ const _sfc_main$2 = {
|
|
|
66595
66597
|
};
|
|
66596
66598
|
const _hoisted_1 = ["src"];
|
|
66597
66599
|
const _hoisted_2 = { class: "item-label" };
|
|
66598
|
-
function _sfc_render$
|
|
66600
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66599
66601
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
66600
66602
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
66601
66603
|
designer: $props.designer,
|
|
@@ -66633,8 +66635,8 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66633
66635
|
_: 1
|
|
66634
66636
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
66635
66637
|
}
|
|
66636
|
-
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
66637
|
-
const _sfc_main$
|
|
66638
|
+
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-7351af35"]]);
|
|
66639
|
+
const _sfc_main$5 = {
|
|
66638
66640
|
name: "current-user-second-company-widget",
|
|
66639
66641
|
componentName: "FieldWidget",
|
|
66640
66642
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -66748,7 +66750,7 @@ const _sfc_main$1 = {
|
|
|
66748
66750
|
});
|
|
66749
66751
|
}
|
|
66750
66752
|
};
|
|
66751
|
-
function _sfc_render$
|
|
66753
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66752
66754
|
const _component_el_input = resolveComponent("el-input");
|
|
66753
66755
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
66754
66756
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -66773,8 +66775,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66773
66775
|
_: 1
|
|
66774
66776
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
66775
66777
|
}
|
|
66776
|
-
var CurrentUserSecondCompanyWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
66777
|
-
const _sfc_main = {
|
|
66778
|
+
var CurrentUserSecondCompanyWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
66779
|
+
const _sfc_main$4 = {
|
|
66778
66780
|
name: "custom-input-widget",
|
|
66779
66781
|
componentName: "FieldWidget",
|
|
66780
66782
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -66845,7 +66847,7 @@ const _sfc_main = {
|
|
|
66845
66847
|
}
|
|
66846
66848
|
}
|
|
66847
66849
|
};
|
|
66848
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66850
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66849
66851
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
66850
66852
|
const _component_el_button = resolveComponent("el-button");
|
|
66851
66853
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -66907,7 +66909,264 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66907
66909
|
_: 1
|
|
66908
66910
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
66909
66911
|
}
|
|
66910
|
-
var CustomInputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render]]);
|
|
66912
|
+
var CustomInputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4]]);
|
|
66913
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
66914
|
+
const _sfc_main$3 = {
|
|
66915
|
+
name: "date-time-widget",
|
|
66916
|
+
componentName: "FieldWidget",
|
|
66917
|
+
mixins: [emitter, fieldMixin, i18n$1],
|
|
66918
|
+
props: {
|
|
66919
|
+
field: Object,
|
|
66920
|
+
parentWidget: Object,
|
|
66921
|
+
parentList: Array,
|
|
66922
|
+
indexOfParentList: Number,
|
|
66923
|
+
designer: Object,
|
|
66924
|
+
designState: {
|
|
66925
|
+
type: Boolean,
|
|
66926
|
+
default: false
|
|
66927
|
+
},
|
|
66928
|
+
subFormRowIndex: {
|
|
66929
|
+
type: Number,
|
|
66930
|
+
default: -1
|
|
66931
|
+
},
|
|
66932
|
+
subFormColIndex: {
|
|
66933
|
+
type: Number,
|
|
66934
|
+
default: -1
|
|
66935
|
+
},
|
|
66936
|
+
subFormRowId: {
|
|
66937
|
+
type: String,
|
|
66938
|
+
default: ""
|
|
66939
|
+
}
|
|
66940
|
+
},
|
|
66941
|
+
components: {
|
|
66942
|
+
FormItemWrapper
|
|
66943
|
+
},
|
|
66944
|
+
data() {
|
|
66945
|
+
return {
|
|
66946
|
+
oldFieldValue: null,
|
|
66947
|
+
fieldModel: null,
|
|
66948
|
+
rules: []
|
|
66949
|
+
};
|
|
66950
|
+
},
|
|
66951
|
+
created() {
|
|
66952
|
+
this.initFieldModel();
|
|
66953
|
+
this.registerToRefList();
|
|
66954
|
+
this.initEventHandler();
|
|
66955
|
+
this.buildFieldRules();
|
|
66956
|
+
this.handleOnCreated();
|
|
66957
|
+
},
|
|
66958
|
+
mounted() {
|
|
66959
|
+
this.handleOnMounted();
|
|
66960
|
+
},
|
|
66961
|
+
beforeUnmount() {
|
|
66962
|
+
this.unregisterFromRefList();
|
|
66963
|
+
}
|
|
66964
|
+
};
|
|
66965
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66966
|
+
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
66967
|
+
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
66968
|
+
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
66969
|
+
designer: $props.designer,
|
|
66970
|
+
field: $props.field,
|
|
66971
|
+
rules: $data.rules,
|
|
66972
|
+
"design-state": $props.designState,
|
|
66973
|
+
"parent-widget": $props.parentWidget,
|
|
66974
|
+
"parent-list": $props.parentList,
|
|
66975
|
+
"index-of-parent-list": $props.indexOfParentList,
|
|
66976
|
+
"sub-form-row-index": $props.subFormRowIndex,
|
|
66977
|
+
"sub-form-col-index": $props.subFormColIndex,
|
|
66978
|
+
"sub-form-row-id": $props.subFormRowId
|
|
66979
|
+
}, {
|
|
66980
|
+
default: withCtx(() => [
|
|
66981
|
+
createVNode(_component_el_date_picker, {
|
|
66982
|
+
ref: "fieldEditor",
|
|
66983
|
+
type: "datetime",
|
|
66984
|
+
modelValue: $data.fieldModel,
|
|
66985
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.fieldModel = $event),
|
|
66986
|
+
class: normalizeClass([!!$props.field.options.autoFullWidth ? "auto-full-width" : ""]),
|
|
66987
|
+
readonly: $props.field.options.readonly,
|
|
66988
|
+
disabled: _ctx.getDisabled(),
|
|
66989
|
+
size: _ctx.widgetSize,
|
|
66990
|
+
clearable: $props.field.options.clearable,
|
|
66991
|
+
editable: $props.field.options.editable,
|
|
66992
|
+
format: $props.field.options.format,
|
|
66993
|
+
"value-format": $props.field.options.valueFormat,
|
|
66994
|
+
placeholder: $props.field.options.placeholder || _ctx.i18nt("render.hint.datePlaceholder"),
|
|
66995
|
+
onFocus: _ctx.handleFocusCustomEvent,
|
|
66996
|
+
onBlur: _ctx.handleBlurCustomEvent,
|
|
66997
|
+
onChange: _ctx.handleChangeEvent
|
|
66998
|
+
}, null, 8, ["modelValue", "class", "readonly", "disabled", "size", "clearable", "editable", "format", "value-format", "placeholder", "onFocus", "onBlur", "onChange"])
|
|
66999
|
+
]),
|
|
67000
|
+
_: 1
|
|
67001
|
+
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
67002
|
+
}
|
|
67003
|
+
var DateTimeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-6cf3db2e"]]);
|
|
67004
|
+
const _sfc_main$2 = {
|
|
67005
|
+
name: "date-time-format-editor",
|
|
67006
|
+
mixins: [i18n$1],
|
|
67007
|
+
props: {
|
|
67008
|
+
designer: Object,
|
|
67009
|
+
selectedWidget: Object,
|
|
67010
|
+
optionModel: Object
|
|
67011
|
+
}
|
|
67012
|
+
};
|
|
67013
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
67014
|
+
const _component_el_option = resolveComponent("el-option");
|
|
67015
|
+
const _component_el_select = resolveComponent("el-select");
|
|
67016
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
67017
|
+
return openBlock(), createBlock(_component_el_form_item, {
|
|
67018
|
+
label: _ctx.i18nt("designer.setting.format")
|
|
67019
|
+
}, {
|
|
67020
|
+
default: withCtx(() => [
|
|
67021
|
+
createVNode(_component_el_select, {
|
|
67022
|
+
modelValue: $props.optionModel.format,
|
|
67023
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $props.optionModel.format = $event),
|
|
67024
|
+
filterable: "",
|
|
67025
|
+
"allow-create": ""
|
|
67026
|
+
}, {
|
|
67027
|
+
default: withCtx(() => [
|
|
67028
|
+
createVNode(_component_el_option, {
|
|
67029
|
+
label: "YYYY-MM-DD HH:mm:ss",
|
|
67030
|
+
value: "YYYY-MM-DD HH:mm:ss"
|
|
67031
|
+
}),
|
|
67032
|
+
createVNode(_component_el_option, {
|
|
67033
|
+
label: "YYYY-MM-DD HH:mm",
|
|
67034
|
+
value: "YYYY-MM-DD HH:mm"
|
|
67035
|
+
}),
|
|
67036
|
+
createVNode(_component_el_option, {
|
|
67037
|
+
label: "YYYY/MM/DD HH:mm:ss",
|
|
67038
|
+
value: "YYYY/MM/DD HH:mm:ss"
|
|
67039
|
+
}),
|
|
67040
|
+
createVNode(_component_el_option, {
|
|
67041
|
+
label: "YYYY\u5E74MM\u6708DD\u65E5 HH:mm:ss",
|
|
67042
|
+
value: "YYYY\u5E74MM\u6708DD\u65E5 HH:mm:ss"
|
|
67043
|
+
})
|
|
67044
|
+
]),
|
|
67045
|
+
_: 1
|
|
67046
|
+
}, 8, ["modelValue"])
|
|
67047
|
+
]),
|
|
67048
|
+
_: 1
|
|
67049
|
+
}, 8, ["label"]);
|
|
67050
|
+
}
|
|
67051
|
+
var DateTimeFormatEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
67052
|
+
const _sfc_main$1 = {
|
|
67053
|
+
name: "date-time-valueFormat-editor",
|
|
67054
|
+
mixins: [i18n$1],
|
|
67055
|
+
props: {
|
|
67056
|
+
designer: Object,
|
|
67057
|
+
selectedWidget: Object,
|
|
67058
|
+
optionModel: Object
|
|
67059
|
+
}
|
|
67060
|
+
};
|
|
67061
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
67062
|
+
const _component_el_option = resolveComponent("el-option");
|
|
67063
|
+
const _component_el_select = resolveComponent("el-select");
|
|
67064
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
67065
|
+
return openBlock(), createBlock(_component_el_form_item, {
|
|
67066
|
+
label: _ctx.i18nt("designer.setting.valueFormat")
|
|
67067
|
+
}, {
|
|
67068
|
+
default: withCtx(() => [
|
|
67069
|
+
createVNode(_component_el_select, {
|
|
67070
|
+
modelValue: $props.optionModel.valueFormat,
|
|
67071
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $props.optionModel.valueFormat = $event),
|
|
67072
|
+
filterable: "",
|
|
67073
|
+
"allow-create": ""
|
|
67074
|
+
}, {
|
|
67075
|
+
default: withCtx(() => [
|
|
67076
|
+
createVNode(_component_el_option, {
|
|
67077
|
+
label: "YYYY-MM-DD HH:mm:ss",
|
|
67078
|
+
value: "YYYY-MM-DD HH:mm:ss"
|
|
67079
|
+
}),
|
|
67080
|
+
createVNode(_component_el_option, {
|
|
67081
|
+
label: "YYYY-MM-DD HH:mm",
|
|
67082
|
+
value: "YYYY-MM-DD HH:mm"
|
|
67083
|
+
}),
|
|
67084
|
+
createVNode(_component_el_option, {
|
|
67085
|
+
label: "YYYY/MM/DD HH:mm:ss",
|
|
67086
|
+
value: "YYYY/MM/DD HH:mm:ss"
|
|
67087
|
+
}),
|
|
67088
|
+
createVNode(_component_el_option, {
|
|
67089
|
+
label: "YYYY\u5E74MM\u6708DD\u65E5 HH:mm:ss",
|
|
67090
|
+
value: "YYYY\u5E74MM\u6708DD\u65E5 HH:mm:ss"
|
|
67091
|
+
})
|
|
67092
|
+
]),
|
|
67093
|
+
_: 1
|
|
67094
|
+
}, 8, ["modelValue"])
|
|
67095
|
+
]),
|
|
67096
|
+
_: 1
|
|
67097
|
+
}, 8, ["label"]);
|
|
67098
|
+
}
|
|
67099
|
+
var DateTimeValueFormatEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
67100
|
+
var propertyMixin = {
|
|
67101
|
+
methods: {
|
|
67102
|
+
hasConfig(configName) {
|
|
67103
|
+
if (!this.designer || !this.designer.selectedWidget) {
|
|
67104
|
+
return false;
|
|
67105
|
+
}
|
|
67106
|
+
return this.designer.hasConfig(this.selectedWidget, configName);
|
|
67107
|
+
},
|
|
67108
|
+
emitDefaultValueChange() {
|
|
67109
|
+
if (!!this.designer) {
|
|
67110
|
+
if (!!this.designer.formWidget) {
|
|
67111
|
+
let fieldWidget = this.designer.formWidget.getWidgetRef(this.designer.selectedWidget.options.name);
|
|
67112
|
+
if (!!fieldWidget && !!fieldWidget.refreshDefaultValue) {
|
|
67113
|
+
fieldWidget.refreshDefaultValue();
|
|
67114
|
+
}
|
|
67115
|
+
}
|
|
67116
|
+
}
|
|
67117
|
+
},
|
|
67118
|
+
inputNumberHandler(value2) {
|
|
67119
|
+
value2 = value2.replace(/[^0-9]/gi, "");
|
|
67120
|
+
},
|
|
67121
|
+
onRemoteChange(val) {
|
|
67122
|
+
if (!!val) {
|
|
67123
|
+
this.optionModel.filterable = true;
|
|
67124
|
+
this.optionModel.allowCreate = false;
|
|
67125
|
+
}
|
|
67126
|
+
},
|
|
67127
|
+
onMultipleSelected(val) {
|
|
67128
|
+
if (val) {
|
|
67129
|
+
this.optionModel.defaultValue = [];
|
|
67130
|
+
} else {
|
|
67131
|
+
if (!!this.optionModel.defaultValue && this.optionModel.defaultValue.length > 0) {
|
|
67132
|
+
this.optionModel.defaultValue = this.optionModel.defaultValue[0];
|
|
67133
|
+
} else {
|
|
67134
|
+
this.optionModel.defaultValue = "";
|
|
67135
|
+
}
|
|
67136
|
+
}
|
|
67137
|
+
}
|
|
67138
|
+
}
|
|
67139
|
+
};
|
|
67140
|
+
const _sfc_main = {
|
|
67141
|
+
name: "date-time-defaultValue-editor",
|
|
67142
|
+
mixins: [i18n$1, propertyMixin],
|
|
67143
|
+
props: {
|
|
67144
|
+
designer: Object,
|
|
67145
|
+
selectedWidget: Object,
|
|
67146
|
+
optionModel: Object
|
|
67147
|
+
}
|
|
67148
|
+
};
|
|
67149
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
67150
|
+
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
67151
|
+
const _component_el_form_item = resolveComponent("el-form-item");
|
|
67152
|
+
return openBlock(), createBlock(_component_el_form_item, {
|
|
67153
|
+
label: _ctx.i18nt("designer.setting.defaultValue")
|
|
67154
|
+
}, {
|
|
67155
|
+
default: withCtx(() => [
|
|
67156
|
+
createVNode(_component_el_date_picker, {
|
|
67157
|
+
type: "datetime",
|
|
67158
|
+
modelValue: $props.optionModel.defaultValue,
|
|
67159
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $props.optionModel.defaultValue = $event),
|
|
67160
|
+
onChange: _ctx.emitDefaultValueChange,
|
|
67161
|
+
format: $props.optionModel.format,
|
|
67162
|
+
"value-format": $props.optionModel.valueFormat,
|
|
67163
|
+
style: { "width": "100%" }
|
|
67164
|
+
}, null, 8, ["modelValue", "onChange", "format", "value-format"])
|
|
67165
|
+
]),
|
|
67166
|
+
_: 1
|
|
67167
|
+
}, 8, ["label"]);
|
|
67168
|
+
}
|
|
67169
|
+
var DateTimeDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render]]);
|
|
66911
67170
|
const loadExtension = function(app) {
|
|
66912
67171
|
app.component(CardWidget.name, CardWidget);
|
|
66913
67172
|
app.component(CardItem.name, CardItem);
|
|
@@ -67034,6 +67293,10 @@ const loadExtension = function(app) {
|
|
|
67034
67293
|
app.component(AssetTypeWidget.name, AssetTypeWidget);
|
|
67035
67294
|
registerCPEditor(app, "asset-type-assetTypeValue", "asset-type-assetTypeValue-editor", createInputTextEditor("assetTypeValue", "extension.setting.assetTypeAssetTypeValue"));
|
|
67036
67295
|
app.component(CustomInputWidget.name, CustomInputWidget);
|
|
67296
|
+
app.component(DateTimeWidget.name, DateTimeWidget);
|
|
67297
|
+
app.component("date-time-format-editor", DateTimeFormatEditor);
|
|
67298
|
+
app.component("date-time-valueFormat-editor", DateTimeValueFormatEditor);
|
|
67299
|
+
app.component("date-time-defaultValue-editor", DateTimeDefaultValueEditor);
|
|
67037
67300
|
};
|
|
67038
67301
|
function getElMessage(app) {
|
|
67039
67302
|
var _a, _b, _c;
|