form-custom-test 3.0.130 → 3.0.132
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 +864 -694
- package/dist/designer.style.css +2 -2
- package/dist/designer.umd.js +97 -97
- package/dist/render.es.js +379 -238
- package/dist/render.style.css +2 -2
- package/dist/render.umd.js +73 -73
- 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$1d = {
|
|
1164
1164
|
name: "container-item-wrapper",
|
|
1165
1165
|
props: {
|
|
1166
1166
|
widget: Object
|
|
@@ -1174,14 +1174,14 @@ const _sfc_main$1c = {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
};
|
|
1177
|
-
function _sfc_render$
|
|
1177
|
+
function _sfc_render$1d(_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$1d, [["render", _sfc_render$1d]]);
|
|
1185
1185
|
var __glob_0_0$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1186
1186
|
__proto__: null,
|
|
1187
1187
|
"default": ContainerItemWrapper
|
|
@@ -1958,7 +1958,8 @@ var enLocale_extension = {
|
|
|
1958
1958
|
"asset-table": "Asset Table",
|
|
1959
1959
|
"asset-type": "Asset Type",
|
|
1960
1960
|
"current-user": "Current User",
|
|
1961
|
-
"current-user-second-company": "Current User Second Company"
|
|
1961
|
+
"current-user-second-company": "Current User Second Company",
|
|
1962
|
+
"custom-input": "Custom Input"
|
|
1962
1963
|
},
|
|
1963
1964
|
setting: {
|
|
1964
1965
|
cardFolded: "Folded",
|
|
@@ -2011,7 +2012,8 @@ var zhLocale_extension = {
|
|
|
2011
2012
|
"meeting-room": "\u4F1A\u8BAE\u5BA4",
|
|
2012
2013
|
"custom-sub-form": "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355",
|
|
2013
2014
|
"sub-table": "\u5B50\u8868\u683C",
|
|
2014
|
-
"asset-type": "\u8D44\u4EA7\u7C7B\u578B"
|
|
2015
|
+
"asset-type": "\u8D44\u4EA7\u7C7B\u578B",
|
|
2016
|
+
"custom-input": "\u81EA\u5B9A\u4E49\u8F93\u5165"
|
|
2015
2017
|
},
|
|
2016
2018
|
setting: {
|
|
2017
2019
|
cardFolded: "\u662F\u5426\u6536\u8D77",
|
|
@@ -2103,7 +2105,7 @@ var refMixin = {
|
|
|
2103
2105
|
}
|
|
2104
2106
|
};
|
|
2105
2107
|
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
2106
|
-
const _sfc_main$
|
|
2108
|
+
const _sfc_main$1c = {
|
|
2107
2109
|
name: "SvgIcon",
|
|
2108
2110
|
props: {
|
|
2109
2111
|
iconClass: {
|
|
@@ -2133,7 +2135,7 @@ const _sfc_main$1b = {
|
|
|
2133
2135
|
};
|
|
2134
2136
|
const _hoisted_1$K = ["xlink:href"];
|
|
2135
2137
|
const _hoisted_2$y = { key: 0 };
|
|
2136
|
-
function _sfc_render$
|
|
2138
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2137
2139
|
return openBlock(), createElementBlock("svg", {
|
|
2138
2140
|
class: normalizeClass($options.svgClass),
|
|
2139
2141
|
"aria-hidden": "true"
|
|
@@ -2142,9 +2144,9 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2142
2144
|
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$y, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
2143
2145
|
], 2);
|
|
2144
2146
|
}
|
|
2145
|
-
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2147
|
+
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-8002b89a"]]);
|
|
2146
2148
|
var staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
2147
|
-
const _sfc_main$
|
|
2149
|
+
const _sfc_main$1b = {
|
|
2148
2150
|
name: "static-content-wrapper",
|
|
2149
2151
|
mixins: [i18n$1],
|
|
2150
2152
|
components: {
|
|
@@ -2244,7 +2246,7 @@ const _hoisted_6$d = {
|
|
|
2244
2246
|
};
|
|
2245
2247
|
const _hoisted_7$b = ["title"];
|
|
2246
2248
|
const _hoisted_8$8 = { key: 0 };
|
|
2247
|
-
function _sfc_render$
|
|
2249
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2248
2250
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
2249
2251
|
return openBlock(), createElementBlock("div", {
|
|
2250
2252
|
class: normalizeClass(["field-wrapper", { "design-time-bottom-margin": !!this.designer }]),
|
|
@@ -2301,7 +2303,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2301
2303
|
], 64)) : createCommentVNode("", true)
|
|
2302
2304
|
], 6);
|
|
2303
2305
|
}
|
|
2304
|
-
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2306
|
+
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-41799baa"]]);
|
|
2305
2307
|
var __glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2306
2308
|
__proto__: null,
|
|
2307
2309
|
"default": StaticContentWrapper
|
|
@@ -9194,7 +9196,7 @@ var fieldMixin = {
|
|
|
9194
9196
|
}
|
|
9195
9197
|
};
|
|
9196
9198
|
var buttonWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9197
|
-
const _sfc_main$
|
|
9199
|
+
const _sfc_main$1a = {
|
|
9198
9200
|
name: "button-widget",
|
|
9199
9201
|
componentName: "FieldWidget",
|
|
9200
9202
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9240,7 +9242,7 @@ const _sfc_main$19 = {
|
|
|
9240
9242
|
},
|
|
9241
9243
|
methods: {}
|
|
9242
9244
|
};
|
|
9243
|
-
function _sfc_render$
|
|
9245
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9244
9246
|
const _component_el_button = resolveComponent("el-button");
|
|
9245
9247
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
9246
9248
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -9276,13 +9278,13 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9276
9278
|
_: 1
|
|
9277
9279
|
}, 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"]);
|
|
9278
9280
|
}
|
|
9279
|
-
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9281
|
+
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-78bf6014"]]);
|
|
9280
9282
|
var __glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9281
9283
|
__proto__: null,
|
|
9282
9284
|
"default": buttonWidget
|
|
9283
9285
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9284
9286
|
var formItemWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9285
|
-
const _sfc_main$
|
|
9287
|
+
const _sfc_main$19 = {
|
|
9286
9288
|
name: "form-item-wrapper",
|
|
9287
9289
|
mixins: [i18n$1],
|
|
9288
9290
|
components: {
|
|
@@ -9431,7 +9433,7 @@ const _hoisted_7$a = {
|
|
|
9431
9433
|
};
|
|
9432
9434
|
const _hoisted_8$7 = ["title"];
|
|
9433
9435
|
const _hoisted_9$6 = { key: 0 };
|
|
9434
|
-
function _sfc_render$
|
|
9436
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9435
9437
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
9436
9438
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
9437
9439
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -9546,13 +9548,13 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9546
9548
|
], 64)) : createCommentVNode("", true)
|
|
9547
9549
|
], 2);
|
|
9548
9550
|
}
|
|
9549
|
-
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9551
|
+
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-eed9a7f0"]]);
|
|
9550
9552
|
var __glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9551
9553
|
__proto__: null,
|
|
9552
9554
|
"default": FormItemWrapper
|
|
9553
9555
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9554
9556
|
var cascaderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9555
|
-
const _sfc_main$
|
|
9557
|
+
const _sfc_main$18 = {
|
|
9556
9558
|
name: "cascader-widget",
|
|
9557
9559
|
componentName: "FieldWidget",
|
|
9558
9560
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9613,7 +9615,7 @@ const _sfc_main$17 = {
|
|
|
9613
9615
|
methods: {}
|
|
9614
9616
|
};
|
|
9615
9617
|
const _hoisted_1$H = { class: "full-width-input" };
|
|
9616
|
-
function _sfc_render$
|
|
9618
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9617
9619
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
9618
9620
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9619
9621
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9651,13 +9653,13 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9651
9653
|
_: 1
|
|
9652
9654
|
}, 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"]);
|
|
9653
9655
|
}
|
|
9654
|
-
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9656
|
+
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-7c3dbd57"]]);
|
|
9655
9657
|
var __glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9656
9658
|
__proto__: null,
|
|
9657
9659
|
"default": cascaderWidget
|
|
9658
9660
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9659
9661
|
var checkboxWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9660
|
-
const _sfc_main$
|
|
9662
|
+
const _sfc_main$17 = {
|
|
9661
9663
|
name: "checkbox-widget",
|
|
9662
9664
|
componentName: "FieldWidget",
|
|
9663
9665
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9713,7 +9715,7 @@ const _sfc_main$16 = {
|
|
|
9713
9715
|
},
|
|
9714
9716
|
methods: {}
|
|
9715
9717
|
};
|
|
9716
|
-
function _sfc_render$
|
|
9718
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9717
9719
|
const _component_el_checkbox_button = resolveComponent("el-checkbox-button");
|
|
9718
9720
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
9719
9721
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
@@ -9774,13 +9776,13 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9774
9776
|
_: 1
|
|
9775
9777
|
}, 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"]);
|
|
9776
9778
|
}
|
|
9777
|
-
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9779
|
+
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-8c1ca3c8"]]);
|
|
9778
9780
|
var __glob_0_2$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9779
9781
|
__proto__: null,
|
|
9780
9782
|
"default": checkboxWidget
|
|
9781
9783
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9782
9784
|
var colorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9783
|
-
const _sfc_main$
|
|
9785
|
+
const _sfc_main$16 = {
|
|
9784
9786
|
name: "color-widget",
|
|
9785
9787
|
componentName: "FieldWidget",
|
|
9786
9788
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9835,7 +9837,7 @@ const _sfc_main$15 = {
|
|
|
9835
9837
|
},
|
|
9836
9838
|
methods: {}
|
|
9837
9839
|
};
|
|
9838
|
-
function _sfc_render$
|
|
9840
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9839
9841
|
const _component_el_color_picker = resolveComponent("el-color-picker");
|
|
9840
9842
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9841
9843
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9863,13 +9865,13 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9863
9865
|
_: 1
|
|
9864
9866
|
}, 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"]);
|
|
9865
9867
|
}
|
|
9866
|
-
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9868
|
+
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-52b66ef1"]]);
|
|
9867
9869
|
var __glob_0_3$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9868
9870
|
__proto__: null,
|
|
9869
9871
|
"default": colorWidget
|
|
9870
9872
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9871
9873
|
var dateRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9872
|
-
const _sfc_main$
|
|
9874
|
+
const _sfc_main$15 = {
|
|
9873
9875
|
name: "date-range-widget",
|
|
9874
9876
|
componentName: "FieldWidget",
|
|
9875
9877
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9924,7 +9926,7 @@ const _sfc_main$14 = {
|
|
|
9924
9926
|
},
|
|
9925
9927
|
methods: {}
|
|
9926
9928
|
};
|
|
9927
|
-
function _sfc_render$
|
|
9929
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9928
9930
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
9929
9931
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9930
9932
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9962,13 +9964,13 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9962
9964
|
_: 1
|
|
9963
9965
|
}, 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"]);
|
|
9964
9966
|
}
|
|
9965
|
-
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9967
|
+
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-e50300fe"]]);
|
|
9966
9968
|
var __glob_0_4$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9967
9969
|
__proto__: null,
|
|
9968
9970
|
"default": dateRangeWidget
|
|
9969
9971
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9970
9972
|
var dateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9971
|
-
const _sfc_main$
|
|
9973
|
+
const _sfc_main$14 = {
|
|
9972
9974
|
name: "date-widget",
|
|
9973
9975
|
componentName: "FieldWidget",
|
|
9974
9976
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10023,7 +10025,7 @@ const _sfc_main$13 = {
|
|
|
10023
10025
|
},
|
|
10024
10026
|
methods: {}
|
|
10025
10027
|
};
|
|
10026
|
-
function _sfc_render$
|
|
10028
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10027
10029
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
10028
10030
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10029
10031
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10061,13 +10063,13 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10061
10063
|
_: 1
|
|
10062
10064
|
}, 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"]);
|
|
10063
10065
|
}
|
|
10064
|
-
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10066
|
+
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-89ff4bae"]]);
|
|
10065
10067
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10066
10068
|
__proto__: null,
|
|
10067
10069
|
"default": dateWidget
|
|
10068
10070
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10069
10071
|
var dividerWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10070
|
-
const _sfc_main$
|
|
10072
|
+
const _sfc_main$13 = {
|
|
10071
10073
|
name: "divider-widget",
|
|
10072
10074
|
componentName: "FieldWidget",
|
|
10073
10075
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10113,7 +10115,7 @@ const _sfc_main$12 = {
|
|
|
10113
10115
|
},
|
|
10114
10116
|
methods: {}
|
|
10115
10117
|
};
|
|
10116
|
-
function _sfc_render$
|
|
10118
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10117
10119
|
const _component_el_divider = resolveComponent("el-divider");
|
|
10118
10120
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
10119
10121
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -10142,7 +10144,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10142
10144
|
_: 1
|
|
10143
10145
|
}, 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"]);
|
|
10144
10146
|
}
|
|
10145
|
-
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10147
|
+
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-09a1b973"]]);
|
|
10146
10148
|
var __glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10147
10149
|
__proto__: null,
|
|
10148
10150
|
"default": dividerWidget
|
|
@@ -10181,7 +10183,7 @@ var _export_sfc = (sfc, props) => {
|
|
|
10181
10183
|
}
|
|
10182
10184
|
return target;
|
|
10183
10185
|
};
|
|
10184
|
-
const _sfc_main$
|
|
10186
|
+
const _sfc_main$12 = defineComponent({
|
|
10185
10187
|
name: "ArrowDownBold"
|
|
10186
10188
|
});
|
|
10187
10189
|
const _hoisted_1$G = {
|
|
@@ -10198,11 +10200,11 @@ const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10198
10200
|
const _hoisted_3$r = [
|
|
10199
10201
|
_hoisted_2$v
|
|
10200
10202
|
];
|
|
10201
|
-
function _sfc_render$
|
|
10203
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10202
10204
|
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$r);
|
|
10203
10205
|
}
|
|
10204
|
-
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10205
|
-
const _sfc_main$
|
|
10206
|
+
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
|
|
10207
|
+
const _sfc_main$11 = defineComponent({
|
|
10206
10208
|
name: "ArrowDown"
|
|
10207
10209
|
});
|
|
10208
10210
|
const _hoisted_1$F = {
|
|
@@ -10219,11 +10221,11 @@ const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10219
10221
|
const _hoisted_3$q = [
|
|
10220
10222
|
_hoisted_2$u
|
|
10221
10223
|
];
|
|
10222
|
-
function _sfc_render$
|
|
10224
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10223
10225
|
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$q);
|
|
10224
10226
|
}
|
|
10225
|
-
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10226
|
-
const _sfc_main
|
|
10227
|
+
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
10228
|
+
const _sfc_main$10 = defineComponent({
|
|
10227
10229
|
name: "ArrowUp"
|
|
10228
10230
|
});
|
|
10229
10231
|
const _hoisted_1$E = {
|
|
@@ -10240,11 +10242,11 @@ const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10240
10242
|
const _hoisted_3$p = [
|
|
10241
10243
|
_hoisted_2$t
|
|
10242
10244
|
];
|
|
10243
|
-
function _sfc_render
|
|
10245
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10244
10246
|
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$p);
|
|
10245
10247
|
}
|
|
10246
|
-
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10247
|
-
const _sfc_main
|
|
10248
|
+
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
10249
|
+
const _sfc_main$$ = defineComponent({
|
|
10248
10250
|
name: "CirclePlus"
|
|
10249
10251
|
});
|
|
10250
10252
|
const _hoisted_1$D = {
|
|
@@ -10271,11 +10273,11 @@ const _hoisted_5$c = [
|
|
|
10271
10273
|
_hoisted_3$o,
|
|
10272
10274
|
_hoisted_4$f
|
|
10273
10275
|
];
|
|
10274
|
-
function _sfc_render
|
|
10276
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10275
10277
|
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_5$c);
|
|
10276
10278
|
}
|
|
10277
|
-
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10278
|
-
const _sfc_main$
|
|
10279
|
+
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
10280
|
+
const _sfc_main$_ = defineComponent({
|
|
10279
10281
|
name: "Delete"
|
|
10280
10282
|
});
|
|
10281
10283
|
const _hoisted_1$C = {
|
|
@@ -10292,11 +10294,11 @@ const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10292
10294
|
const _hoisted_3$n = [
|
|
10293
10295
|
_hoisted_2$r
|
|
10294
10296
|
];
|
|
10295
|
-
function _sfc_render$
|
|
10297
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10296
10298
|
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$n);
|
|
10297
10299
|
}
|
|
10298
|
-
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10299
|
-
const _sfc_main$
|
|
10300
|
+
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
10301
|
+
const _sfc_main$Z = defineComponent({
|
|
10300
10302
|
name: "Edit"
|
|
10301
10303
|
});
|
|
10302
10304
|
const _hoisted_1$B = {
|
|
@@ -10318,11 +10320,11 @@ const _hoisted_4$e = [
|
|
|
10318
10320
|
_hoisted_2$q,
|
|
10319
10321
|
_hoisted_3$m
|
|
10320
10322
|
];
|
|
10321
|
-
function _sfc_render$
|
|
10323
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10322
10324
|
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_4$e);
|
|
10323
10325
|
}
|
|
10324
|
-
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10325
|
-
const _sfc_main$
|
|
10326
|
+
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
|
|
10327
|
+
const _sfc_main$Y = defineComponent({
|
|
10326
10328
|
name: "InfoFilled"
|
|
10327
10329
|
});
|
|
10328
10330
|
const _hoisted_1$A = {
|
|
@@ -10339,11 +10341,11 @@ const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10339
10341
|
const _hoisted_3$l = [
|
|
10340
10342
|
_hoisted_2$p
|
|
10341
10343
|
];
|
|
10342
|
-
function _sfc_render$
|
|
10344
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10343
10345
|
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$l);
|
|
10344
10346
|
}
|
|
10345
|
-
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10346
|
-
const _sfc_main$
|
|
10347
|
+
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
10348
|
+
const _sfc_main$X = defineComponent({
|
|
10347
10349
|
name: "Loading"
|
|
10348
10350
|
});
|
|
10349
10351
|
const _hoisted_1$z = {
|
|
@@ -10360,11 +10362,11 @@ const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10360
10362
|
const _hoisted_3$k = [
|
|
10361
10363
|
_hoisted_2$o
|
|
10362
10364
|
];
|
|
10363
|
-
function _sfc_render$
|
|
10365
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10364
10366
|
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$k);
|
|
10365
10367
|
}
|
|
10366
|
-
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10367
|
-
const _sfc_main$
|
|
10368
|
+
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
10369
|
+
const _sfc_main$W = defineComponent({
|
|
10368
10370
|
name: "Minus"
|
|
10369
10371
|
});
|
|
10370
10372
|
const _hoisted_1$y = {
|
|
@@ -10381,11 +10383,11 @@ const _hoisted_2$n = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10381
10383
|
const _hoisted_3$j = [
|
|
10382
10384
|
_hoisted_2$n
|
|
10383
10385
|
];
|
|
10384
|
-
function _sfc_render$
|
|
10386
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10385
10387
|
return openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_3$j);
|
|
10386
10388
|
}
|
|
10387
|
-
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10388
|
-
const _sfc_main$
|
|
10389
|
+
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
10390
|
+
const _sfc_main$V = defineComponent({
|
|
10389
10391
|
name: "Plus"
|
|
10390
10392
|
});
|
|
10391
10393
|
const _hoisted_1$x = {
|
|
@@ -10402,11 +10404,11 @@ const _hoisted_2$m = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10402
10404
|
const _hoisted_3$i = [
|
|
10403
10405
|
_hoisted_2$m
|
|
10404
10406
|
];
|
|
10405
|
-
function _sfc_render$
|
|
10407
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10406
10408
|
return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$i);
|
|
10407
10409
|
}
|
|
10408
|
-
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10409
|
-
const _sfc_main$
|
|
10410
|
+
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
|
|
10411
|
+
const _sfc_main$U = defineComponent({
|
|
10410
10412
|
name: "Search"
|
|
10411
10413
|
});
|
|
10412
10414
|
const _hoisted_1$w = {
|
|
@@ -10423,10 +10425,10 @@ const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10423
10425
|
const _hoisted_3$h = [
|
|
10424
10426
|
_hoisted_2$l
|
|
10425
10427
|
];
|
|
10426
|
-
function _sfc_render$
|
|
10428
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10427
10429
|
return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$h);
|
|
10428
10430
|
}
|
|
10429
|
-
var search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10431
|
+
var search = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
|
|
10430
10432
|
var defaultConfig = {
|
|
10431
10433
|
expireTimes: "1d",
|
|
10432
10434
|
path: "; path=/",
|
|
@@ -10555,7 +10557,7 @@ var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf
|
|
|
10555
10557
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10556
10558
|
useCookies();
|
|
10557
10559
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
10558
|
-
const _sfc_main$
|
|
10560
|
+
const _sfc_main$T = {
|
|
10559
10561
|
name: "file-upload-widget",
|
|
10560
10562
|
componentName: "FieldWidget",
|
|
10561
10563
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10740,10 +10742,10 @@ const _sfc_main$S = {
|
|
|
10740
10742
|
return list;
|
|
10741
10743
|
},
|
|
10742
10744
|
updateFieldModelAndEmitDataChangeForUpload(fileList, currentFileCustomResult) {
|
|
10743
|
-
const oldValue = deepClone(this.fieldModel);
|
|
10745
|
+
const oldValue = this.fieldModel ? deepClone(this.fieldModel) : [];
|
|
10744
10746
|
this.fieldModel = this.buildFieldModelFromFileList(fileList, currentFileCustomResult);
|
|
10745
|
-
this.syncUpdateFormModel(this.fieldModel);
|
|
10746
|
-
this.emitFieldDataChange(this.fieldModel, oldValue);
|
|
10747
|
+
this.syncUpdateFormModel([...this.fieldModel, ...oldValue]);
|
|
10748
|
+
this.emitFieldDataChange([...this.fieldModel, ...oldValue], oldValue);
|
|
10747
10749
|
this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
|
|
10748
10750
|
},
|
|
10749
10751
|
handleFileUpload(res, file, fileList) {
|
|
@@ -10890,7 +10892,7 @@ const _hoisted_10$4 = { class: "right-wrap" };
|
|
|
10890
10892
|
const _hoisted_11$2 = ["title", "onClick"];
|
|
10891
10893
|
const _hoisted_12$1 = ["onClick"];
|
|
10892
10894
|
const _hoisted_13$1 = ["onClick"];
|
|
10893
|
-
function _sfc_render$
|
|
10895
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10894
10896
|
const _component_el_button = resolveComponent("el-button");
|
|
10895
10897
|
const _component_el_upload = resolveComponent("el-upload");
|
|
10896
10898
|
const _component_el_progress = resolveComponent("el-progress");
|
|
@@ -11008,13 +11010,13 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11008
11010
|
_: 1
|
|
11009
11011
|
}, 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"]);
|
|
11010
11012
|
}
|
|
11011
|
-
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11013
|
+
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-13762c45"]]);
|
|
11012
11014
|
var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11013
11015
|
__proto__: null,
|
|
11014
11016
|
"default": fileUploadWidget
|
|
11015
11017
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11016
11018
|
var htmlTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11017
|
-
const _sfc_main$
|
|
11019
|
+
const _sfc_main$S = {
|
|
11018
11020
|
name: "html-text-widget",
|
|
11019
11021
|
componentName: "FieldWidget",
|
|
11020
11022
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11061,7 +11063,7 @@ const _sfc_main$R = {
|
|
|
11061
11063
|
methods: {}
|
|
11062
11064
|
};
|
|
11063
11065
|
const _hoisted_1$u = ["innerHTML"];
|
|
11064
|
-
function _sfc_render$
|
|
11066
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11065
11067
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
11066
11068
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
11067
11069
|
designer: $props.designer,
|
|
@@ -11083,13 +11085,13 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11083
11085
|
_: 1
|
|
11084
11086
|
}, 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"]);
|
|
11085
11087
|
}
|
|
11086
|
-
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11088
|
+
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-3d941b4e"]]);
|
|
11087
11089
|
var __glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11088
11090
|
__proto__: null,
|
|
11089
11091
|
"default": htmlTextWidget
|
|
11090
11092
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11091
11093
|
var inputWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11092
|
-
const _sfc_main$
|
|
11094
|
+
const _sfc_main$R = {
|
|
11093
11095
|
name: "input-widget",
|
|
11094
11096
|
componentName: "FieldWidget",
|
|
11095
11097
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11152,7 +11154,7 @@ const _sfc_main$Q = {
|
|
|
11152
11154
|
},
|
|
11153
11155
|
methods: {}
|
|
11154
11156
|
};
|
|
11155
|
-
function _sfc_render$
|
|
11157
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11156
11158
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11157
11159
|
const _component_el_button = resolveComponent("el-button");
|
|
11158
11160
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -11214,13 +11216,13 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11214
11216
|
_: 1
|
|
11215
11217
|
}, 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"]);
|
|
11216
11218
|
}
|
|
11217
|
-
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11219
|
+
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-0346e877"]]);
|
|
11218
11220
|
var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11219
11221
|
__proto__: null,
|
|
11220
11222
|
"default": inputWidget
|
|
11221
11223
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11222
11224
|
var numberWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11223
|
-
const _sfc_main$
|
|
11225
|
+
const _sfc_main$Q = {
|
|
11224
11226
|
name: "number-widget",
|
|
11225
11227
|
componentName: "FieldWidget",
|
|
11226
11228
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11275,7 +11277,7 @@ const _sfc_main$P = {
|
|
|
11275
11277
|
},
|
|
11276
11278
|
methods: {}
|
|
11277
11279
|
};
|
|
11278
|
-
function _sfc_render$
|
|
11280
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11279
11281
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
11280
11282
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
11281
11283
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -11312,13 +11314,13 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11312
11314
|
_: 1
|
|
11313
11315
|
}, 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"]);
|
|
11314
11316
|
}
|
|
11315
|
-
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11317
|
+
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-30c98522"]]);
|
|
11316
11318
|
var __glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11317
11319
|
__proto__: null,
|
|
11318
11320
|
"default": numberWidget
|
|
11319
11321
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11320
11322
|
var pictureUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11321
|
-
const _sfc_main$
|
|
11323
|
+
const _sfc_main$P = {
|
|
11322
11324
|
name: "picture-upload-widget",
|
|
11323
11325
|
componentName: "FieldWidget",
|
|
11324
11326
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11528,7 +11530,7 @@ const _hoisted_6$a = {
|
|
|
11528
11530
|
class: "el-upload__tip"
|
|
11529
11531
|
};
|
|
11530
11532
|
const _hoisted_7$8 = { class: "uploader-icon" };
|
|
11531
|
-
function _sfc_render$
|
|
11533
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11532
11534
|
const _component_el_image = resolveComponent("el-image");
|
|
11533
11535
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11534
11536
|
const _component_el_upload = resolveComponent("el-upload");
|
|
@@ -11613,13 +11615,13 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11613
11615
|
_: 1
|
|
11614
11616
|
}, 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"]);
|
|
11615
11617
|
}
|
|
11616
|
-
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11618
|
+
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-4d09ba72"]]);
|
|
11617
11619
|
var __glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11618
11620
|
__proto__: null,
|
|
11619
11621
|
"default": pictureUploadWidget
|
|
11620
11622
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11621
11623
|
var radioWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11622
|
-
const _sfc_main$
|
|
11624
|
+
const _sfc_main$O = {
|
|
11623
11625
|
name: "radio-widget",
|
|
11624
11626
|
componentName: "FieldWidget",
|
|
11625
11627
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11675,7 +11677,7 @@ const _sfc_main$N = {
|
|
|
11675
11677
|
},
|
|
11676
11678
|
methods: {}
|
|
11677
11679
|
};
|
|
11678
|
-
function _sfc_render$
|
|
11680
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11679
11681
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
11680
11682
|
const _component_el_radio = resolveComponent("el-radio");
|
|
11681
11683
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
@@ -11737,13 +11739,13 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11737
11739
|
_: 1
|
|
11738
11740
|
}, 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"]);
|
|
11739
11741
|
}
|
|
11740
|
-
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11742
|
+
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-05b877c5"]]);
|
|
11741
11743
|
var __glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11742
11744
|
__proto__: null,
|
|
11743
11745
|
"default": radioWidget
|
|
11744
11746
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11745
11747
|
var rateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11746
|
-
const _sfc_main$
|
|
11748
|
+
const _sfc_main$N = {
|
|
11747
11749
|
name: "rate-widget",
|
|
11748
11750
|
componentName: "FieldWidget",
|
|
11749
11751
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11798,7 +11800,7 @@ const _sfc_main$M = {
|
|
|
11798
11800
|
},
|
|
11799
11801
|
methods: {}
|
|
11800
11802
|
};
|
|
11801
|
-
function _sfc_render$
|
|
11803
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11802
11804
|
const _component_el_rate = resolveComponent("el-rate");
|
|
11803
11805
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
11804
11806
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -11831,7 +11833,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11831
11833
|
_: 1
|
|
11832
11834
|
}, 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"]);
|
|
11833
11835
|
}
|
|
11834
|
-
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11836
|
+
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-3c7d82fe"]]);
|
|
11835
11837
|
var __glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11836
11838
|
__proto__: null,
|
|
11837
11839
|
"default": rateWidget
|
|
@@ -23167,7 +23169,7 @@ const defaultOptions = {
|
|
|
23167
23169
|
placeholder: "Insert content here ...",
|
|
23168
23170
|
readOnly: false
|
|
23169
23171
|
};
|
|
23170
|
-
const _sfc_main$
|
|
23172
|
+
const _sfc_main$M = {
|
|
23171
23173
|
name: "quill-editor",
|
|
23172
23174
|
props: {
|
|
23173
23175
|
content: String,
|
|
@@ -23272,15 +23274,15 @@ const _sfc_main$L = {
|
|
|
23272
23274
|
}
|
|
23273
23275
|
};
|
|
23274
23276
|
const _hoisted_1$s = { ref: "editor" };
|
|
23275
|
-
function _sfc_render$
|
|
23277
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23276
23278
|
return openBlock(), createElementBlock("section", _hoisted_1$s, null, 512);
|
|
23277
23279
|
}
|
|
23278
|
-
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23280
|
+
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
23279
23281
|
quillEditor.install = function(app) {
|
|
23280
23282
|
app.component(quillEditor.name, quillEditor);
|
|
23281
23283
|
};
|
|
23282
23284
|
var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23283
|
-
const _sfc_main$
|
|
23285
|
+
const _sfc_main$L = {
|
|
23284
23286
|
name: "rich-editor-widget",
|
|
23285
23287
|
componentName: "FieldWidget",
|
|
23286
23288
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23359,7 +23361,7 @@ const _sfc_main$K = {
|
|
|
23359
23361
|
}
|
|
23360
23362
|
}
|
|
23361
23363
|
};
|
|
23362
|
-
function _sfc_render$
|
|
23364
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23363
23365
|
const _component_quill_editor = resolveComponent("quill-editor");
|
|
23364
23366
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23365
23367
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23391,12 +23393,12 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23391
23393
|
_: 1
|
|
23392
23394
|
}, 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"]);
|
|
23393
23395
|
}
|
|
23394
|
-
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23396
|
+
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-6f719fd1"]]);
|
|
23395
23397
|
var __glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23396
23398
|
__proto__: null,
|
|
23397
23399
|
"default": richEditorWidget
|
|
23398
23400
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23399
|
-
const _sfc_main$
|
|
23401
|
+
const _sfc_main$K = {
|
|
23400
23402
|
name: "select-tree-widget",
|
|
23401
23403
|
componentName: "FieldWidget",
|
|
23402
23404
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23456,7 +23458,7 @@ const _sfc_main$J = {
|
|
|
23456
23458
|
this.unregisterFromRefList();
|
|
23457
23459
|
}
|
|
23458
23460
|
};
|
|
23459
|
-
function _sfc_render$
|
|
23461
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23460
23462
|
const _component_el_tree_select = resolveComponent("el-tree-select");
|
|
23461
23463
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23462
23464
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23503,13 +23505,13 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23503
23505
|
_: 1
|
|
23504
23506
|
}, 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"]);
|
|
23505
23507
|
}
|
|
23506
|
-
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23508
|
+
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
23507
23509
|
var __glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23508
23510
|
__proto__: null,
|
|
23509
23511
|
"default": selectTreeWidget
|
|
23510
23512
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23511
23513
|
var selectWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23512
|
-
const _sfc_main$
|
|
23514
|
+
const _sfc_main$J = {
|
|
23513
23515
|
name: "select-widget",
|
|
23514
23516
|
componentName: "FieldWidget",
|
|
23515
23517
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23587,7 +23589,7 @@ const _sfc_main$I = {
|
|
|
23587
23589
|
}
|
|
23588
23590
|
}
|
|
23589
23591
|
};
|
|
23590
|
-
function _sfc_render$
|
|
23592
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23591
23593
|
const _component_el_option = resolveComponent("el-option");
|
|
23592
23594
|
const _component_el_select = resolveComponent("el-select");
|
|
23593
23595
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -23641,13 +23643,13 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23641
23643
|
_: 1
|
|
23642
23644
|
}, 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"]);
|
|
23643
23645
|
}
|
|
23644
|
-
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23646
|
+
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-3d1ff454"]]);
|
|
23645
23647
|
var __glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23646
23648
|
__proto__: null,
|
|
23647
23649
|
"default": selectWidget
|
|
23648
23650
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23649
23651
|
var sliderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23650
|
-
const _sfc_main$
|
|
23652
|
+
const _sfc_main$I = {
|
|
23651
23653
|
name: "slider-widget",
|
|
23652
23654
|
componentName: "FieldWidget",
|
|
23653
23655
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23702,7 +23704,7 @@ const _sfc_main$H = {
|
|
|
23702
23704
|
},
|
|
23703
23705
|
methods: {}
|
|
23704
23706
|
};
|
|
23705
|
-
function _sfc_render$
|
|
23707
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23706
23708
|
const _component_el_slider = resolveComponent("el-slider");
|
|
23707
23709
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23708
23710
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23735,13 +23737,13 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23735
23737
|
_: 1
|
|
23736
23738
|
}, 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"]);
|
|
23737
23739
|
}
|
|
23738
|
-
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23740
|
+
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-c9a31970"]]);
|
|
23739
23741
|
var __glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23740
23742
|
__proto__: null,
|
|
23741
23743
|
"default": sliderWidget
|
|
23742
23744
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23743
23745
|
var slotWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23744
|
-
const _sfc_main$
|
|
23746
|
+
const _sfc_main$H = {
|
|
23745
23747
|
name: "slot-widget",
|
|
23746
23748
|
componentName: "FieldWidget",
|
|
23747
23749
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23791,7 +23793,7 @@ const _hoisted_1$r = {
|
|
|
23791
23793
|
key: 0,
|
|
23792
23794
|
class: "slot-title"
|
|
23793
23795
|
};
|
|
23794
|
-
function _sfc_render$
|
|
23796
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23795
23797
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
23796
23798
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
23797
23799
|
designer: $props.designer,
|
|
@@ -23815,13 +23817,13 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23815
23817
|
_: 3
|
|
23816
23818
|
}, 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"]);
|
|
23817
23819
|
}
|
|
23818
|
-
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23820
|
+
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-95f13fca"]]);
|
|
23819
23821
|
var __glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23820
23822
|
__proto__: null,
|
|
23821
23823
|
"default": slotWidget
|
|
23822
23824
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23823
23825
|
var staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23824
|
-
const _sfc_main$
|
|
23826
|
+
const _sfc_main$G = {
|
|
23825
23827
|
name: "static-text-widget",
|
|
23826
23828
|
componentName: "FieldWidget",
|
|
23827
23829
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23907,7 +23909,7 @@ const _sfc_main$F = {
|
|
|
23907
23909
|
}
|
|
23908
23910
|
}
|
|
23909
23911
|
};
|
|
23910
|
-
function _sfc_render$
|
|
23912
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23911
23913
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23912
23914
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
23913
23915
|
designer: $props.designer,
|
|
@@ -23934,13 +23936,13 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23934
23936
|
_: 1
|
|
23935
23937
|
}, 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"]);
|
|
23936
23938
|
}
|
|
23937
|
-
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23939
|
+
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-760822b6"]]);
|
|
23938
23940
|
var __glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23939
23941
|
__proto__: null,
|
|
23940
23942
|
"default": staticTextWidget
|
|
23941
23943
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23942
23944
|
var switchWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23943
|
-
const _sfc_main$
|
|
23945
|
+
const _sfc_main$F = {
|
|
23944
23946
|
name: "switch-widget",
|
|
23945
23947
|
componentName: "FieldWidget",
|
|
23946
23948
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23995,7 +23997,7 @@ const _sfc_main$E = {
|
|
|
23995
23997
|
},
|
|
23996
23998
|
methods: {}
|
|
23997
23999
|
};
|
|
23998
|
-
function _sfc_render$
|
|
24000
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23999
24001
|
const _component_el_switch = resolveComponent("el-switch");
|
|
24000
24002
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24001
24003
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24027,13 +24029,13 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24027
24029
|
_: 1
|
|
24028
24030
|
}, 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"]);
|
|
24029
24031
|
}
|
|
24030
|
-
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24032
|
+
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-2e8d2d0a"]]);
|
|
24031
24033
|
var __glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24032
24034
|
__proto__: null,
|
|
24033
24035
|
"default": switchWidget
|
|
24034
24036
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24035
24037
|
var textareaWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24036
|
-
const _sfc_main$
|
|
24038
|
+
const _sfc_main$E = {
|
|
24037
24039
|
name: "textarea-widget",
|
|
24038
24040
|
componentName: "FieldWidget",
|
|
24039
24041
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24088,7 +24090,7 @@ const _sfc_main$D = {
|
|
|
24088
24090
|
},
|
|
24089
24091
|
methods: {}
|
|
24090
24092
|
};
|
|
24091
|
-
function _sfc_render$
|
|
24093
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24092
24094
|
const _component_el_input = resolveComponent("el-input");
|
|
24093
24095
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24094
24096
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24126,13 +24128,13 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24126
24128
|
_: 1
|
|
24127
24129
|
}, 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"]);
|
|
24128
24130
|
}
|
|
24129
|
-
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24131
|
+
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-687fedce"]]);
|
|
24130
24132
|
var __glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24131
24133
|
__proto__: null,
|
|
24132
24134
|
"default": textareaWidget
|
|
24133
24135
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24134
24136
|
var timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24135
|
-
const _sfc_main$
|
|
24137
|
+
const _sfc_main$D = {
|
|
24136
24138
|
name: "time-range-widget",
|
|
24137
24139
|
componentName: "FieldWidget",
|
|
24138
24140
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24187,7 +24189,7 @@ const _sfc_main$C = {
|
|
|
24187
24189
|
},
|
|
24188
24190
|
methods: {}
|
|
24189
24191
|
};
|
|
24190
|
-
function _sfc_render$
|
|
24192
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24191
24193
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24192
24194
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24193
24195
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24230,13 +24232,13 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24230
24232
|
_: 1
|
|
24231
24233
|
}, 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"]);
|
|
24232
24234
|
}
|
|
24233
|
-
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24235
|
+
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-f78e9b46"]]);
|
|
24234
24236
|
var __glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24235
24237
|
__proto__: null,
|
|
24236
24238
|
"default": timeRangeWidget
|
|
24237
24239
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24238
24240
|
var timeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24239
|
-
const _sfc_main$
|
|
24241
|
+
const _sfc_main$C = {
|
|
24240
24242
|
name: "time-widget",
|
|
24241
24243
|
componentName: "FieldWidget",
|
|
24242
24244
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24291,7 +24293,7 @@ const _sfc_main$B = {
|
|
|
24291
24293
|
},
|
|
24292
24294
|
methods: {}
|
|
24293
24295
|
};
|
|
24294
|
-
function _sfc_render$
|
|
24296
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24295
24297
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24296
24298
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24297
24299
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24328,7 +24330,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24328
24330
|
_: 1
|
|
24329
24331
|
}, 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"]);
|
|
24330
24332
|
}
|
|
24331
|
-
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24333
|
+
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-60cd3a6a"]]);
|
|
24332
24334
|
var __glob_0_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24333
24335
|
__proto__: null,
|
|
24334
24336
|
"default": timeWidget
|
|
@@ -24340,7 +24342,7 @@ for (const path in modules$2) {
|
|
|
24340
24342
|
comps[cname] = modules$2[path].default;
|
|
24341
24343
|
}
|
|
24342
24344
|
var gridColItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24343
|
-
const _sfc_main$
|
|
24345
|
+
const _sfc_main$B = {
|
|
24344
24346
|
name: "GridColItem",
|
|
24345
24347
|
componentName: "ContainerItem",
|
|
24346
24348
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -24461,7 +24463,7 @@ const _sfc_main$A = {
|
|
|
24461
24463
|
};
|
|
24462
24464
|
const _hoisted_1$q = { class: "blank-cell" };
|
|
24463
24465
|
const _hoisted_2$i = { class: "invisible-content" };
|
|
24464
|
-
function _sfc_render$
|
|
24466
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24465
24467
|
const _component_el_col = resolveComponent("el-col");
|
|
24466
24468
|
return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
24467
24469
|
key: 0,
|
|
@@ -24529,7 +24531,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24529
24531
|
[vShow, $options.colVisible]
|
|
24530
24532
|
]) : createCommentVNode("", true);
|
|
24531
24533
|
}
|
|
24532
|
-
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24534
|
+
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-746165e2"]]);
|
|
24533
24535
|
var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24534
24536
|
__proto__: null,
|
|
24535
24537
|
"default": GridColItem
|
|
@@ -24723,7 +24725,7 @@ var containerItemMixin = {
|
|
|
24723
24725
|
}
|
|
24724
24726
|
}
|
|
24725
24727
|
};
|
|
24726
|
-
const _sfc_main$
|
|
24728
|
+
const _sfc_main$A = {
|
|
24727
24729
|
name: "vf-grid-item",
|
|
24728
24730
|
componentName: "ContainerItem",
|
|
24729
24731
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -24766,7 +24768,7 @@ const _sfc_main$z = {
|
|
|
24766
24768
|
},
|
|
24767
24769
|
methods: {}
|
|
24768
24770
|
};
|
|
24769
|
-
function _sfc_render$
|
|
24771
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24770
24772
|
const _component_grid_col_item = resolveComponent("grid-col-item");
|
|
24771
24773
|
const _component_el_row = resolveComponent("el-row");
|
|
24772
24774
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -24812,13 +24814,13 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24812
24814
|
_: 3
|
|
24813
24815
|
}, 8, ["widget"]);
|
|
24814
24816
|
}
|
|
24815
|
-
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24817
|
+
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
24816
24818
|
var __glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24817
24819
|
__proto__: null,
|
|
24818
24820
|
"default": gridItem
|
|
24819
24821
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24820
24822
|
var subFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24821
|
-
const _sfc_main$
|
|
24823
|
+
const _sfc_main$z = {
|
|
24822
24824
|
name: "sub-form-item",
|
|
24823
24825
|
componentName: "ContainerItem",
|
|
24824
24826
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25032,7 +25034,7 @@ const _hoisted_7$7 = {
|
|
|
25032
25034
|
key: 0,
|
|
25033
25035
|
class: "row-number-span"
|
|
25034
25036
|
};
|
|
25035
|
-
function _sfc_render$
|
|
25037
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25036
25038
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
25037
25039
|
const _component_el_button = resolveComponent("el-button");
|
|
25038
25040
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
@@ -25194,12 +25196,12 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25194
25196
|
_: 1
|
|
25195
25197
|
}, 8, ["widget"]);
|
|
25196
25198
|
}
|
|
25197
|
-
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25199
|
+
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-59c24e8e"]]);
|
|
25198
25200
|
var __glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25199
25201
|
__proto__: null,
|
|
25200
25202
|
"default": subFormItem
|
|
25201
25203
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25202
|
-
const _sfc_main$
|
|
25204
|
+
const _sfc_main$y = {
|
|
25203
25205
|
name: "tab-item",
|
|
25204
25206
|
componentName: "ContainerItem",
|
|
25205
25207
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25250,7 +25252,7 @@ const _sfc_main$x = {
|
|
|
25250
25252
|
}
|
|
25251
25253
|
}
|
|
25252
25254
|
};
|
|
25253
|
-
function _sfc_render$
|
|
25255
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25254
25256
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
25255
25257
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
25256
25258
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25325,13 +25327,13 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25325
25327
|
_: 3
|
|
25326
25328
|
}, 8, ["widget"]);
|
|
25327
25329
|
}
|
|
25328
|
-
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25330
|
+
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
25329
25331
|
var __glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25330
25332
|
__proto__: null,
|
|
25331
25333
|
"default": tabItem
|
|
25332
25334
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25333
25335
|
var tableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25334
|
-
const _sfc_main$
|
|
25336
|
+
const _sfc_main$x = {
|
|
25335
25337
|
name: "TableCellItem",
|
|
25336
25338
|
componentName: "ContainerItem",
|
|
25337
25339
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -25355,7 +25357,7 @@ const _sfc_main$w = {
|
|
|
25355
25357
|
methods: {}
|
|
25356
25358
|
};
|
|
25357
25359
|
const _hoisted_1$o = ["colspan", "rowspan"];
|
|
25358
|
-
function _sfc_render$
|
|
25360
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25359
25361
|
return openBlock(), createElementBlock("td", {
|
|
25360
25362
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
25361
25363
|
colspan: $props.widget && $props.widget.options ? $props.widget.options.colspan || 1 : 1,
|
|
@@ -25399,13 +25401,13 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25399
25401
|
}), 256))
|
|
25400
25402
|
], 14, _hoisted_1$o);
|
|
25401
25403
|
}
|
|
25402
|
-
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25404
|
+
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-7d6166fa"]]);
|
|
25403
25405
|
var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25404
25406
|
__proto__: null,
|
|
25405
25407
|
"default": TableCellItem
|
|
25406
25408
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25407
25409
|
var tableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25408
|
-
const _sfc_main$
|
|
25410
|
+
const _sfc_main$w = {
|
|
25409
25411
|
name: "table-item",
|
|
25410
25412
|
componentName: "ContainerItem",
|
|
25411
25413
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25427,7 +25429,7 @@ const _sfc_main$v = {
|
|
|
25427
25429
|
},
|
|
25428
25430
|
methods: {}
|
|
25429
25431
|
};
|
|
25430
|
-
function _sfc_render$
|
|
25432
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25431
25433
|
const _component_table_cell_item = resolveComponent("table-cell-item");
|
|
25432
25434
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
25433
25435
|
return openBlock(), createBlock(_component_container_item_wrapper, { widget: $props.widget }, {
|
|
@@ -25477,7 +25479,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25477
25479
|
_: 3
|
|
25478
25480
|
}, 8, ["widget"]);
|
|
25479
25481
|
}
|
|
25480
|
-
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25482
|
+
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-3481d843"]]);
|
|
25481
25483
|
var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25482
25484
|
__proto__: null,
|
|
25483
25485
|
"default": tableItem
|
|
@@ -25492,7 +25494,7 @@ var ContainerItems = {
|
|
|
25492
25494
|
}
|
|
25493
25495
|
};
|
|
25494
25496
|
var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
|
|
25495
|
-
const _sfc_main$
|
|
25497
|
+
const _sfc_main$v = {
|
|
25496
25498
|
name: "VFormRender",
|
|
25497
25499
|
componentName: "VFormRender",
|
|
25498
25500
|
mixins: [emitter, i18n$1],
|
|
@@ -26119,7 +26121,7 @@ const _sfc_main$u = {
|
|
|
26119
26121
|
}
|
|
26120
26122
|
}
|
|
26121
26123
|
};
|
|
26122
|
-
function _sfc_render$
|
|
26124
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26123
26125
|
const _component_el_form = resolveComponent("el-form");
|
|
26124
26126
|
return openBlock(), createBlock(_component_el_form, {
|
|
26125
26127
|
"label-position": $options.labelPosition,
|
|
@@ -26174,7 +26176,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26174
26176
|
_: 3
|
|
26175
26177
|
}, 8, ["label-position", "size", "class", "label-width", "model"]);
|
|
26176
26178
|
}
|
|
26177
|
-
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26179
|
+
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-6b16d674"]]);
|
|
26178
26180
|
function registerIcon(app) {
|
|
26179
26181
|
app.component("el-icon-edit", edit);
|
|
26180
26182
|
app.component("el-icon-minus", minus);
|
|
@@ -26189,13 +26191,13 @@ function registerIcon(app) {
|
|
|
26189
26191
|
if (typeof window !== "undefined") {
|
|
26190
26192
|
let loadSvg = function() {
|
|
26191
26193
|
var body = document.body;
|
|
26192
|
-
var svgDom = document.getElementById("
|
|
26194
|
+
var svgDom = document.getElementById("__svg__icons__dom__1778656566000__");
|
|
26193
26195
|
if (!svgDom) {
|
|
26194
26196
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26195
26197
|
svgDom.style.position = "absolute";
|
|
26196
26198
|
svgDom.style.width = "0";
|
|
26197
26199
|
svgDom.style.height = "0";
|
|
26198
|
-
svgDom.id = "
|
|
26200
|
+
svgDom.id = "__svg__icons__dom__1778656566000__";
|
|
26199
26201
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26200
26202
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26201
26203
|
}
|
|
@@ -26469,7 +26471,7 @@ var containerMixin = {
|
|
|
26469
26471
|
}
|
|
26470
26472
|
};
|
|
26471
26473
|
var containerWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
26472
|
-
const _sfc_main$
|
|
26474
|
+
const _sfc_main$u = {
|
|
26473
26475
|
name: "container-wrapper",
|
|
26474
26476
|
mixins: [i18n$1, containerMixin],
|
|
26475
26477
|
components: {
|
|
@@ -26505,7 +26507,7 @@ const _hoisted_9$4 = {
|
|
|
26505
26507
|
};
|
|
26506
26508
|
const _hoisted_10$3 = ["title"];
|
|
26507
26509
|
const _hoisted_11$1 = { key: 0 };
|
|
26508
|
-
function _sfc_render$
|
|
26510
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26509
26511
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
26510
26512
|
return openBlock(), createElementBlock("div", {
|
|
26511
26513
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
@@ -26573,7 +26575,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26573
26575
|
])) : createCommentVNode("", true)
|
|
26574
26576
|
], 2);
|
|
26575
26577
|
}
|
|
26576
|
-
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26578
|
+
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-679de05a"]]);
|
|
26577
26579
|
var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26578
26580
|
__proto__: null,
|
|
26579
26581
|
"default": ContainerWrapper
|
|
@@ -26603,7 +26605,7 @@ var refMixinDesign = {
|
|
|
26603
26605
|
}
|
|
26604
26606
|
};
|
|
26605
26607
|
var cardWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
26606
|
-
const _sfc_main$
|
|
26608
|
+
const _sfc_main$t = {
|
|
26607
26609
|
name: "card-widget",
|
|
26608
26610
|
componentName: "ContainerWidget",
|
|
26609
26611
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -26645,7 +26647,7 @@ const _sfc_main$s = {
|
|
|
26645
26647
|
};
|
|
26646
26648
|
const _hoisted_1$m = { class: "label" };
|
|
26647
26649
|
const _hoisted_2$f = { class: "form-widget-list" };
|
|
26648
|
-
function _sfc_render$
|
|
26650
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26649
26651
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
26650
26652
|
const _component_el_icon = resolveComponent("el-icon");
|
|
26651
26653
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -26723,9 +26725,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26723
26725
|
_: 1
|
|
26724
26726
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
26725
26727
|
}
|
|
26726
|
-
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26728
|
+
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-2c3be1b8"]]);
|
|
26727
26729
|
var cardItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
26728
|
-
const _sfc_main$
|
|
26730
|
+
const _sfc_main$s = {
|
|
26729
26731
|
name: "card-item",
|
|
26730
26732
|
componentName: "ContainerItem",
|
|
26731
26733
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -26756,7 +26758,7 @@ const _sfc_main$r = {
|
|
|
26756
26758
|
}
|
|
26757
26759
|
};
|
|
26758
26760
|
const _hoisted_1$l = { class: "label" };
|
|
26759
|
-
function _sfc_render$
|
|
26761
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26760
26762
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
26761
26763
|
const _component_el_icon = resolveComponent("el-icon");
|
|
26762
26764
|
const _component_el_card = resolveComponent("el-card");
|
|
@@ -26832,9 +26834,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26832
26834
|
_: 3
|
|
26833
26835
|
}, 8, ["widget"]);
|
|
26834
26836
|
}
|
|
26835
|
-
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26837
|
+
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-2f0daae4"]]);
|
|
26836
26838
|
const ACE_BASE_PATH = "https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini";
|
|
26837
|
-
const _sfc_main$
|
|
26839
|
+
const _sfc_main$r = {
|
|
26838
26840
|
name: "alert-widget",
|
|
26839
26841
|
componentName: "FieldWidget",
|
|
26840
26842
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -26880,7 +26882,7 @@ const _sfc_main$q = {
|
|
|
26880
26882
|
}
|
|
26881
26883
|
}
|
|
26882
26884
|
};
|
|
26883
|
-
function _sfc_render$
|
|
26885
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26884
26886
|
const _component_el_alert = resolveComponent("el-alert");
|
|
26885
26887
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
26886
26888
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -26911,7 +26913,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26911
26913
|
_: 1
|
|
26912
26914
|
}, 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"]);
|
|
26913
26915
|
}
|
|
26914
|
-
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26916
|
+
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
26915
26917
|
var cryptoJs = { exports: {} };
|
|
26916
26918
|
var core = { exports: {} };
|
|
26917
26919
|
(function(module, exports) {
|
|
@@ -32210,7 +32212,7 @@ var personTree = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGlu
|
|
|
32210
32212
|
var personIcon = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT7nvJbnu4QgOOWkh+S7vSAyPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDIzLjk5OTk1NzEgMjQgMjMuOTk5OTU3MSAyNCAwIDAgMCI+PC9wb2x5Z29uPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i5Zu+5bqTIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzc5LCAtODcpIj4NCiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOOWkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NzksIDg3KSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8dXNlIGlkPSLokpnniYgiIGZpbGw9IiNFM0U2RjEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOCIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjgxOCwgMi4yNTc2KSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsPSIjRkRFRUVBIiBwb2ludHM9IjEyLjIxNzA4ODIgMTguOTc4MDExIDE2LjM0NjU4MDggMTguOTc4MDExIDE2LjM0NjU4MDggMTMuOTkzMjYyOCAxMi4yMTcwODgyIDEzLjk5MzI2MjgiPjwvcG9seWdvbj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IEwxNy44NTY1NjM4LDMuNzE5NjY1NCBMMjEuMDM2NjAxLDcuMzA1Njg3NTcgQzIxLjAzNjYwMSw3LjMwNTY4NzU3IDIxLjA1MTM0OSw3LjQxMjQwNzk0IDIxLjA2NjI2NzksNy41OTIxMzY2NCBDMjEuNTQ1NjQyOCw3Ljc1OTM3ODQ1IDIxLjg5MzYxOCw4LjI1NDkwNTE4IDIxLjg5MzYxOCw4Ljg0MDIzMTk3IEMyMS44OTM2MTgsOS41MDY4MDY3NyAyMS40NDIzMzQ3LDEwLjA1NjkyMTMgMjAuODU4ODY1NCwxMC4xMzgwMTY1IEMyMC40MzcwNzIzLDExLjU1MDQ3MTQgMTguNzA0NDc3MiwxNi4wNTQ0ODYyIDE0LjI0Mjk4NDYsMTYuMDU0NDg2MiBDOS43OTU0NjA4OSwxNi4wNTQ0ODYyIDguMTA2NDY3NDksMTEuMzgxNjA0OCA3LjY0NTA2NDUsMTAuMTI2NDE1NCBDNy4wOTA5MTA3MywxMC4wMTkwNTA5IDYuNjcwMDUwOTUsOS40ODM5NDU5MyA2LjY3MDA1MDk1LDguODQwMjMxOTcgQzYuNjcwMDUwOTUsOC4yNTIwNTk5NyA3LjAyMTQxNzM4LDcuNzU0NTYzMTggNy41MDQ5MjUzNyw3LjU4OTk1NTEzIEw3LjUwNDUxMzc1LDcuNDg5Mjg3MjQgTDkuMDM4MTY1MjksNS42MzA0MDQ4NSBMMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiNGRkY1RjQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IEM3LjIwNDk1NDI4LDUuNzQ1MTY3NSA3LjYzMjg4MjA4LDIuNjE5ODU4OCAxMC43MDcxMDUyLDAuODExMTE5MTY4IEMxMy43OTI0NzExLC0xLjAwNDIyMDQ1IDE4LjEyNzIwNjIsMC42Mjc1MTk0OTYgMTguMTA0NjIwNSwxLjgyMDg3NDUxIEMxOC45MzkzMDQ4LDEuNzg3ODc0NTcgMjEuMzczMjQzMywyLjQ2NjE3MzM2IDIxLjAzNjYwMSw3LjMwNTY3OSBDMjAuNjk4Mjg3Myw3LjI4Mjc1MDQ3IDE3LjgzNDAyMSw3LjA1MzI1MDg4IDE2LjQxMzEzNzgsNC42NDM2MTIzMiBDMTUuOTg0NjEsNS4wMzM3NDAyIDEzLjk3NzM1NjUsNi42NDAxNTE2MiAxMS4wNDU0MTg4LDYuODY5NjUxMjEgQzkuNjI0NTM1NjcsNi45ODQzNzk1NyA3Ljg2NTM4MTY3LDYuOTM4NDc5NjUgNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IiBpZD0iRmlsbC01IiBmaWxsPSIjNjQ2NjdBIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4LjU2MzY3NzYsMjcuODAyMDY2NyBDMjguNTYzNjc3NiwzMy4zOTI5NDI0IDIxLjU0NDc2MTUsMzcuOTI1MjQ4NiAxNC4yODE4MTc0LDM3LjkyNTI0ODYgQzcuMDE4OTE2MDQsMzcuOTI1MjQ4NiAwLDMzLjM5Mjk0MjQgMCwyNy44MDIwNjY3IEMwLDIzLjI5MzUwMzMgMS40MDE0Njg5MywxNy45MTEyMTI5IDEzLjQyNjAwNDYsMTcuNjg2MTcwNSBDMTMuNTA5NjE4NywxNy45NTMyOTg2IDEzLjk2NjIxNzksMTguMzAwMTQwOCAxNC4yMzUxODg5LDE4LjMwMDE0MDggQzE0LjQ4Mjk0NTYsMTguMzAwMTQwOCAxNS4wOTIzMzAyLDE4LjA2MDk1NTUgMTUuMDgwNDE1OSwxNy42ODUyMjc2IEMyNy4xNjEyMjI5LDE3Ljg5ODA5ODcgMjguNTYzNjc3NiwyMy40MTgzNDU5IDI4LjU2MzY3NzYsMjcuODAyMDY2NyIgaWQ9IkZpbGwtMTEiIGZpbGw9IiM2NDY2N0EiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTEuODU2MTQxNywxNi41NzcwMTY3IEwxMS4wODcyNDMxLDE3LjM0NDU4NjggQzExLjAwNDIyODksMTcuNDI3NTE1MiAxMC45ODE3NzE4LDE3LjU0OTc4NjQgMTEuMDMwMzcxNywxNy42NTQ1NzE5IEwxMi40NTI2MjYzLDIwLjcxOTgzNzkgQzEyLjUwMDI4MzQsMjAuODIyNTY2MyAxMi42MDcyMTE4LDIwLjg4ODgyMzMgMTIuNzI1MjQwMSwyMC44ODg4MjMzIEwxNS44MzE2OTE3LDIwLjg4ODgyMzMgQzE1Ljk0OTA3NzIsMjAuODg4ODIzMyAxNi4wNTU1MzQyLDIwLjgyMzI5NDkgMTYuMTAzNTc3LDIwLjcyMTQyMzYgTDE3LjUzMjU2MDEsMTcuNjkxMzQzMyBDMTcuNTgzMTc0MywxNy41ODQwMjkyIDE3LjU1ODgzMTUsMTcuNDU4MTE1MiAxNy40NzE0MDMxLDE3LjM3NDkyOTYgTDE2LjYyMzczMzIsMTYuNTY4NjE2NyBDMTYuNTA2ODE5MSwxNi40NTc0MDI3IDE2LjMxNzAwNTEsMTYuNDU4MDAyNyAxNi4yMDA4NjI1LDE2LjU3MDAzMSBMMTQuOTI5MjA3NiwxNy43OTY3Mjg4IEMxNC44NzMxOTM0LDE3Ljg1MDcyODcgMTQuNzk2Nzc5MywxNy44ODExNTczIDE0LjcxNzAyMjMsMTcuODgxMTU3MyBMMTMuNzgyMTM4MiwxNy44ODExNTczIEMxMy43MDMxMDk4LDE3Ljg4MTE1NzMgMTMuNjI3MzM4NSwxNy44NTEyODU5IDEzLjU3MTQ1MjksMTcuNzk4MTQzMSBMMTIuMjgyNTY5NSwxNi41NzIxMzEgQzEyLjE2NDE5ODMsMTYuNDU5NTQ1NSAxMS45NzE1OTg2LDE2LjQ2MTczMTIgMTEuODU2MTQxNywxNi41NzcwMTY3IiBpZD0iRmlsbC0xMyIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC41NTEwNTQsMTcuODU1OTc4NyBMMTQuMDE1NjgzNSwxNy44NTU5Nzg3IEMxMy44ODk4OTgxLDE3Ljg1NTk3ODcgMTMuNzgwMTQxMSwxNy45NDExMzU3IDEzLjc0ODgxMjYsMTguMDYyODkyNiBMMTIuOTg2NzI4MiwyMS4wMjY5NzMxIEMxMi45NzIwMjgzLDIxLjA4NDEwMTUgMTIuOTc2MDk5NywyMS4xNDQ0NDQzIDEyLjk5ODI1NjgsMjEuMTk5MTI5OSBMMTMuNzMyMjY5OCwyMy4wMDk0MTI0IEMxMy43NzQ0NDExLDIzLjExMzM4MzYgMTMuODc1NDEyNCwyMy4xODEzOTc4IDEzLjk4NzYxMjIsMjMuMTgxMzk3OCBMMTQuNTc5MTI1NCwyMy4xODEzOTc4IEMxNC42OTEyODIzLDIzLjE4MTM5NzggMTQuNzkyMjk2NCwyMy4xMTMzODM2IDE0LjgzNDQ2NzgsMjMuMDA5NDEyNCBMMTUuNTY4NDgwOCwyMS4xOTkxMjk5IEMxNS41OTA2Mzc5LDIxLjE0NDQ0NDMgMTUuNTk0NjY2NCwyMS4wODQxMDE1IDE1LjU4MDAwOTMsMjEuMDI2OTczMSBMMTQuODE3OTI1LDE4LjA2Mjg5MjYgQzE0Ljc4NjU5NjUsMTcuOTQxMTM1NyAxNC42NzY3OTY2LDE3Ljg1NTk3ODcgMTQuNTUxMDU0LDE3Ljg1NTk3ODciIGlkPSJGaWxsLTE1IiBmaWxsPSIjQTNBREMzIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=";
|
|
32211
32213
|
var personTreeItem_vue_vue_type_style_index_0_lang = "";
|
|
32212
32214
|
var personTreeItem_vue_vue_type_style_index_1_scoped_true_lang = "";
|
|
32213
|
-
const _sfc_main$
|
|
32215
|
+
const _sfc_main$q = {
|
|
32214
32216
|
name: "person-tree-widget",
|
|
32215
32217
|
componentName: "FieldWidget",
|
|
32216
32218
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -32324,6 +32326,10 @@ const _sfc_main$p = {
|
|
|
32324
32326
|
},
|
|
32325
32327
|
getTreeData() {
|
|
32326
32328
|
const data2 = this.field.options.treeParams ? JSON.parse(this.field.options.treeParams) : {};
|
|
32329
|
+
if (data2.isNeedDeptId) {
|
|
32330
|
+
const userInfo = localStorage.getItem("userInfo") || "";
|
|
32331
|
+
data2.deptIds = userInfo ? [JSON.parse(userInfo).deptId] : [];
|
|
32332
|
+
}
|
|
32327
32333
|
service$1({
|
|
32328
32334
|
method: "post",
|
|
32329
32335
|
url: "/unified-system/sysCompany/fullTree",
|
|
@@ -32509,7 +32515,7 @@ const _sfc_main$p = {
|
|
|
32509
32515
|
const _hoisted_1$k = { class: "person-tree-widget__trigger" };
|
|
32510
32516
|
const _hoisted_2$e = { class: "flex items-center" };
|
|
32511
32517
|
const _hoisted_3$c = { class: "dialog-footer" };
|
|
32512
|
-
function _sfc_render$
|
|
32518
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32513
32519
|
const _component_el_input_tag = resolveComponent("el-input-tag");
|
|
32514
32520
|
const _component_el_input = resolveComponent("el-input");
|
|
32515
32521
|
const _component_el_tree = resolveComponent("el-tree");
|
|
@@ -32629,8 +32635,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32629
32635
|
_: 1
|
|
32630
32636
|
}, 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"]);
|
|
32631
32637
|
}
|
|
32632
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32633
|
-
const _sfc_main$
|
|
32638
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-4491afc2"]]);
|
|
32639
|
+
const _sfc_main$p = {
|
|
32634
32640
|
name: "radio-other-widget",
|
|
32635
32641
|
componentName: "FieldWidget",
|
|
32636
32642
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -32745,7 +32751,7 @@ const _sfc_main$o = {
|
|
|
32745
32751
|
}
|
|
32746
32752
|
}
|
|
32747
32753
|
};
|
|
32748
|
-
function _sfc_render$
|
|
32754
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32749
32755
|
const _component_el_radio = resolveComponent("el-radio");
|
|
32750
32756
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
32751
32757
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -32801,8 +32807,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32801
32807
|
_: 1
|
|
32802
32808
|
}, 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"]);
|
|
32803
32809
|
}
|
|
32804
|
-
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32805
|
-
const _sfc_main$
|
|
32810
|
+
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p]]);
|
|
32811
|
+
const _sfc_main$o = {
|
|
32806
32812
|
name: "select-other-widget",
|
|
32807
32813
|
componentName: "FieldWidget",
|
|
32808
32814
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -32911,7 +32917,7 @@ const _sfc_main$n = {
|
|
|
32911
32917
|
}
|
|
32912
32918
|
}
|
|
32913
32919
|
};
|
|
32914
|
-
function _sfc_render$
|
|
32920
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32915
32921
|
const _component_el_option = resolveComponent("el-option");
|
|
32916
32922
|
const _component_el_select = resolveComponent("el-select");
|
|
32917
32923
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -32974,9 +32980,9 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32974
32980
|
_: 1
|
|
32975
32981
|
}, 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"]);
|
|
32976
32982
|
}
|
|
32977
|
-
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32983
|
+
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$o]]);
|
|
32978
32984
|
var meetingRoomItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
32979
|
-
const _sfc_main$
|
|
32985
|
+
const _sfc_main$n = {
|
|
32980
32986
|
name: "meeting-room-widget",
|
|
32981
32987
|
componentName: "FieldWidget",
|
|
32982
32988
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33154,7 +33160,7 @@ const _hoisted_7$5 = {
|
|
|
33154
33160
|
key: 1,
|
|
33155
33161
|
class: "room-item-equipment"
|
|
33156
33162
|
};
|
|
33157
|
-
function _sfc_render$
|
|
33163
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33158
33164
|
const _component_el_input = resolveComponent("el-input");
|
|
33159
33165
|
const _component_el_empty = resolveComponent("el-empty");
|
|
33160
33166
|
const _component_Select = resolveComponent("Select");
|
|
@@ -33241,9 +33247,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33241
33247
|
_: 1
|
|
33242
33248
|
}, 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"]);
|
|
33243
33249
|
}
|
|
33244
|
-
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33250
|
+
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-344c32a1"]]);
|
|
33245
33251
|
var gridColWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33246
|
-
const _sfc_main$
|
|
33252
|
+
const _sfc_main$m = {
|
|
33247
33253
|
name: "GridColWidget",
|
|
33248
33254
|
componentName: "GridColWidget",
|
|
33249
33255
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -33463,7 +33469,7 @@ const _hoisted_9$3 = {
|
|
|
33463
33469
|
key: 0,
|
|
33464
33470
|
class: "col-hidden-tag"
|
|
33465
33471
|
};
|
|
33466
|
-
function _sfc_render$
|
|
33472
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33467
33473
|
const _component_draggable = resolveComponent("draggable");
|
|
33468
33474
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
33469
33475
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -33559,13 +33565,13 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33559
33565
|
_: 1
|
|
33560
33566
|
}, 16, ["class", "style"])) : createCommentVNode("", true);
|
|
33561
33567
|
}
|
|
33562
|
-
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33568
|
+
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-cb053c20"]]);
|
|
33563
33569
|
var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33564
33570
|
__proto__: null,
|
|
33565
33571
|
"default": GridColWidget
|
|
33566
33572
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
33567
33573
|
var gridWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33568
|
-
const _sfc_main$
|
|
33574
|
+
const _sfc_main$l = {
|
|
33569
33575
|
name: "grid-widget",
|
|
33570
33576
|
componentName: "ContainerWidget",
|
|
33571
33577
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -33597,7 +33603,7 @@ const _sfc_main$k = {
|
|
|
33597
33603
|
},
|
|
33598
33604
|
methods: {}
|
|
33599
33605
|
};
|
|
33600
|
-
function _sfc_render$
|
|
33606
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33601
33607
|
const _component_grid_col_widget = resolveComponent("grid-col-widget");
|
|
33602
33608
|
const _component_el_row = resolveComponent("el-row");
|
|
33603
33609
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -33634,13 +33640,13 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33634
33640
|
_: 1
|
|
33635
33641
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
33636
33642
|
}
|
|
33637
|
-
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33643
|
+
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-2b4f7bb7"]]);
|
|
33638
33644
|
var __glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33639
33645
|
__proto__: null,
|
|
33640
33646
|
"default": gridWidget
|
|
33641
33647
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
33642
33648
|
var tabWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33643
|
-
const _sfc_main$
|
|
33649
|
+
const _sfc_main$k = {
|
|
33644
33650
|
name: "tab-widget",
|
|
33645
33651
|
componentName: "ContainerWidget",
|
|
33646
33652
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -33684,7 +33690,7 @@ const _sfc_main$j = {
|
|
|
33684
33690
|
}
|
|
33685
33691
|
};
|
|
33686
33692
|
const _hoisted_1$h = { class: "form-widget-list" };
|
|
33687
|
-
function _sfc_render$
|
|
33693
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33688
33694
|
const _component_draggable = resolveComponent("draggable");
|
|
33689
33695
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
33690
33696
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
@@ -33762,13 +33768,13 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33762
33768
|
_: 1
|
|
33763
33769
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
33764
33770
|
}
|
|
33765
|
-
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33771
|
+
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-2c29f864"]]);
|
|
33766
33772
|
var __glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33767
33773
|
__proto__: null,
|
|
33768
33774
|
"default": tabWidget
|
|
33769
33775
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
33770
33776
|
var tableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33771
|
-
const _sfc_main$
|
|
33777
|
+
const _sfc_main$j = {
|
|
33772
33778
|
name: "TableCellWidget",
|
|
33773
33779
|
componentName: "TableCellWidget",
|
|
33774
33780
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -33945,7 +33951,7 @@ const _hoisted_6$5 = {
|
|
|
33945
33951
|
key: 1,
|
|
33946
33952
|
class: "table-cell-handler"
|
|
33947
33953
|
};
|
|
33948
|
-
function _sfc_render$
|
|
33954
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33949
33955
|
const _component_draggable = resolveComponent("draggable");
|
|
33950
33956
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
33951
33957
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -34144,13 +34150,13 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34144
34150
|
])) : createCommentVNode("", true)
|
|
34145
34151
|
], 14, _hoisted_1$g);
|
|
34146
34152
|
}
|
|
34147
|
-
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34153
|
+
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
34148
34154
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34149
34155
|
__proto__: null,
|
|
34150
34156
|
"default": TableCellWidget
|
|
34151
34157
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34152
34158
|
var tableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34153
|
-
const _sfc_main$
|
|
34159
|
+
const _sfc_main$i = {
|
|
34154
34160
|
name: "table-widget",
|
|
34155
34161
|
componentName: "ContainerWidget",
|
|
34156
34162
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34183,7 +34189,7 @@ const _sfc_main$h = {
|
|
|
34183
34189
|
methods: {}
|
|
34184
34190
|
};
|
|
34185
34191
|
const _hoisted_1$f = { class: "table-layout" };
|
|
34186
|
-
function _sfc_render$
|
|
34192
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34187
34193
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
34188
34194
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
34189
34195
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -34231,7 +34237,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34231
34237
|
_: 1
|
|
34232
34238
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34233
34239
|
}
|
|
34234
|
-
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34240
|
+
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-2fde56df"]]);
|
|
34235
34241
|
var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34236
34242
|
__proto__: null,
|
|
34237
34243
|
"default": tableWidget
|
|
@@ -34246,7 +34252,7 @@ var ContainerComponents = {
|
|
|
34246
34252
|
}
|
|
34247
34253
|
};
|
|
34248
34254
|
var customSubFormWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34249
|
-
const _sfc_main$
|
|
34255
|
+
const _sfc_main$h = {
|
|
34250
34256
|
name: "custom-sub-form-widget",
|
|
34251
34257
|
componentName: "ContainerWidget",
|
|
34252
34258
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34315,7 +34321,7 @@ const _hoisted_10$2 = {
|
|
|
34315
34321
|
key: 0,
|
|
34316
34322
|
class: "empty-hint"
|
|
34317
34323
|
};
|
|
34318
|
-
function _sfc_render$
|
|
34324
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34319
34325
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34320
34326
|
const _component_el_button = resolveComponent("el-button");
|
|
34321
34327
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -34422,9 +34428,9 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34422
34428
|
_: 1
|
|
34423
34429
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34424
34430
|
}
|
|
34425
|
-
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34431
|
+
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-787fff1a"]]);
|
|
34426
34432
|
var customSubFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34427
|
-
const _sfc_main$
|
|
34433
|
+
const _sfc_main$g = {
|
|
34428
34434
|
name: "custom-sub-form-item",
|
|
34429
34435
|
componentName: "ContainerItem",
|
|
34430
34436
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -34821,7 +34827,7 @@ const _hoisted_14 = {
|
|
|
34821
34827
|
key: 1,
|
|
34822
34828
|
class: "empty-hint"
|
|
34823
34829
|
};
|
|
34824
|
-
function _sfc_render$
|
|
34830
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34825
34831
|
const _component_el_button = resolveComponent("el-button");
|
|
34826
34832
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34827
34833
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -34917,9 +34923,9 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34917
34923
|
_: 1
|
|
34918
34924
|
}, 8, ["widget"]);
|
|
34919
34925
|
}
|
|
34920
|
-
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34926
|
+
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-3754189c"]]);
|
|
34921
34927
|
var customTableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34922
|
-
const _sfc_main$
|
|
34928
|
+
const _sfc_main$f = {
|
|
34923
34929
|
name: "custom-table-cell-widget",
|
|
34924
34930
|
componentName: "CustomTableCellWidget",
|
|
34925
34931
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -35090,7 +35096,7 @@ const _hoisted_6$2 = {
|
|
|
35090
35096
|
key: 2,
|
|
35091
35097
|
class: "empty-hint"
|
|
35092
35098
|
};
|
|
35093
|
-
function _sfc_render$
|
|
35099
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35094
35100
|
const _component_draggable = resolveComponent("draggable");
|
|
35095
35101
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35096
35102
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -35216,9 +35222,9 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35216
35222
|
!$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$2, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
|
|
35217
35223
|
], 14, _hoisted_1$c);
|
|
35218
35224
|
}
|
|
35219
|
-
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35225
|
+
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-6e28297c"]]);
|
|
35220
35226
|
var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35221
|
-
const _sfc_main$
|
|
35227
|
+
const _sfc_main$e = {
|
|
35222
35228
|
name: "custom-table-widget",
|
|
35223
35229
|
componentName: "ContainerWidget",
|
|
35224
35230
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -35270,7 +35276,7 @@ const _sfc_main$d = {
|
|
|
35270
35276
|
}
|
|
35271
35277
|
};
|
|
35272
35278
|
const _hoisted_1$b = { class: "custom-table-layout" };
|
|
35273
|
-
function _sfc_render$
|
|
35279
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35274
35280
|
const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
|
|
35275
35281
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
35276
35282
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -35316,9 +35322,9 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35316
35322
|
_: 1
|
|
35317
35323
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35318
35324
|
}
|
|
35319
|
-
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35325
|
+
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-5281c94a"]]);
|
|
35320
35326
|
var customTableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35321
|
-
const _sfc_main$
|
|
35327
|
+
const _sfc_main$d = {
|
|
35322
35328
|
name: "custom-table-cell-item",
|
|
35323
35329
|
componentName: "ContainerItem",
|
|
35324
35330
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -35336,7 +35342,7 @@ const _sfc_main$c = {
|
|
|
35336
35342
|
}
|
|
35337
35343
|
};
|
|
35338
35344
|
const _hoisted_1$a = ["colspan", "rowspan"];
|
|
35339
|
-
function _sfc_render$
|
|
35345
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35340
35346
|
return openBlock(), createElementBlock("td", {
|
|
35341
35347
|
class: normalizeClass(["custom-table-cell", $options.customClass]),
|
|
35342
35348
|
colspan: $props.widget.options.colspan || 1,
|
|
@@ -35369,9 +35375,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35369
35375
|
}), 128))
|
|
35370
35376
|
], 14, _hoisted_1$a);
|
|
35371
35377
|
}
|
|
35372
|
-
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35378
|
+
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-188e7bf2"]]);
|
|
35373
35379
|
var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35374
|
-
const _sfc_main$
|
|
35380
|
+
const _sfc_main$c = {
|
|
35375
35381
|
name: "custom-table-item",
|
|
35376
35382
|
componentName: "ContainerItem",
|
|
35377
35383
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -35565,7 +35571,7 @@ const _hoisted_3$5 = {
|
|
|
35565
35571
|
key: 0,
|
|
35566
35572
|
class: "row-actions-cell"
|
|
35567
35573
|
};
|
|
35568
|
-
function _sfc_render$
|
|
35574
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35569
35575
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35570
35576
|
const _component_el_button = resolveComponent("el-button");
|
|
35571
35577
|
const _component_custom_table_cell_item = resolveComponent("custom-table-cell-item");
|
|
@@ -35645,9 +35651,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35645
35651
|
_: 1
|
|
35646
35652
|
}, 8, ["widget"]);
|
|
35647
35653
|
}
|
|
35648
|
-
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35654
|
+
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-1aff2bd9"]]);
|
|
35649
35655
|
var subTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35650
|
-
const _sfc_main$
|
|
35656
|
+
const _sfc_main$b = {
|
|
35651
35657
|
name: "sub-table-widget",
|
|
35652
35658
|
componentName: "ContainerWidget",
|
|
35653
35659
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -35744,7 +35750,7 @@ const _hoisted_8$1 = {
|
|
|
35744
35750
|
key: 0,
|
|
35745
35751
|
class: "config-hint"
|
|
35746
35752
|
};
|
|
35747
|
-
function _sfc_render$
|
|
35753
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35748
35754
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35749
35755
|
const _component_el_button = resolveComponent("el-button");
|
|
35750
35756
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
@@ -35873,9 +35879,9 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35873
35879
|
_: 1
|
|
35874
35880
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35875
35881
|
}
|
|
35876
|
-
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35882
|
+
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-1fb729c8"]]);
|
|
35877
35883
|
var subTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35878
|
-
const _sfc_main$
|
|
35884
|
+
const _sfc_main$a = {
|
|
35879
35885
|
name: "sub-table-item",
|
|
35880
35886
|
componentName: "ContainerItem",
|
|
35881
35887
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -36251,7 +36257,7 @@ const _hoisted_2$5 = {
|
|
|
36251
36257
|
};
|
|
36252
36258
|
const _hoisted_3$3 = { class: "table-toolbar" };
|
|
36253
36259
|
const _hoisted_4$2 = { class: "dialog-footer" };
|
|
36254
|
-
function _sfc_render$
|
|
36260
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36255
36261
|
const _component_el_button = resolveComponent("el-button");
|
|
36256
36262
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
36257
36263
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -36506,7 +36512,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36506
36512
|
_: 1
|
|
36507
36513
|
}, 8, ["widget"]);
|
|
36508
36514
|
}
|
|
36509
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36515
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-21c20fec"]]);
|
|
36510
36516
|
var ace$2 = { exports: {} };
|
|
36511
36517
|
(function(module, exports) {
|
|
36512
36518
|
(function() {
|
|
@@ -60952,7 +60958,7 @@ var extLanguage_tools = { exports: {} };
|
|
|
60952
60958
|
})();
|
|
60953
60959
|
})(extLanguage_tools);
|
|
60954
60960
|
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
60955
|
-
const _sfc_main$
|
|
60961
|
+
const _sfc_main$9 = {
|
|
60956
60962
|
name: "CodeEditor",
|
|
60957
60963
|
props: {
|
|
60958
60964
|
modelValue: {
|
|
@@ -61048,14 +61054,14 @@ const _hoisted_2$4 = {
|
|
|
61048
61054
|
class: "ace-editor",
|
|
61049
61055
|
ref: "ace"
|
|
61050
61056
|
};
|
|
61051
|
-
function _sfc_render$
|
|
61057
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61052
61058
|
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
61053
61059
|
createElementVNode("div", _hoisted_2$4, null, 512)
|
|
61054
61060
|
]);
|
|
61055
61061
|
}
|
|
61056
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
61062
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-335e1214"]]);
|
|
61057
61063
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
61058
|
-
const _sfc_main$
|
|
61064
|
+
const _sfc_main$8 = {
|
|
61059
61065
|
name: "sub-table-columns-editor",
|
|
61060
61066
|
mixins: [i18n$1],
|
|
61061
61067
|
components: {
|
|
@@ -61237,7 +61243,7 @@ const _hoisted_1$5 = { class: "column-header" };
|
|
|
61237
61243
|
const _hoisted_2$3 = { class: "column-title" };
|
|
61238
61244
|
const _hoisted_3$2 = { class: "column-form" };
|
|
61239
61245
|
const _hoisted_4$1 = { class: "dialog-footer" };
|
|
61240
|
-
function _sfc_render$
|
|
61246
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61241
61247
|
const _component_el_divider = resolveComponent("el-divider");
|
|
61242
61248
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
61243
61249
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -61667,8 +61673,8 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61667
61673
|
}, 8, ["modelValue", "title"])
|
|
61668
61674
|
], 64);
|
|
61669
61675
|
}
|
|
61670
|
-
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
61671
|
-
const _sfc_main$
|
|
61676
|
+
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-514d67ae"]]);
|
|
61677
|
+
const _sfc_main$7 = {
|
|
61672
61678
|
name: "current-user-widget",
|
|
61673
61679
|
componentName: "FieldWidget",
|
|
61674
61680
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -61778,7 +61784,7 @@ const _sfc_main$6 = {
|
|
|
61778
61784
|
this.getCurrentUser();
|
|
61779
61785
|
}
|
|
61780
61786
|
};
|
|
61781
|
-
function _sfc_render$
|
|
61787
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61782
61788
|
const _component_el_input = resolveComponent("el-input");
|
|
61783
61789
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
61784
61790
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -61803,9 +61809,9 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61803
61809
|
_: 1
|
|
61804
61810
|
}, 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"]);
|
|
61805
61811
|
}
|
|
61806
|
-
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
61812
|
+
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
61807
61813
|
var assetDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
61808
|
-
const _sfc_main$
|
|
61814
|
+
const _sfc_main$6 = {
|
|
61809
61815
|
name: "asset-dialog",
|
|
61810
61816
|
props: {
|
|
61811
61817
|
dialogVisible: {
|
|
@@ -62009,7 +62015,7 @@ const _hoisted_7 = { class: "asset-wrap" };
|
|
|
62009
62015
|
const _hoisted_8 = { class: "asset-item-left" };
|
|
62010
62016
|
const _hoisted_9 = { class: "asset-item-right" };
|
|
62011
62017
|
const _hoisted_10 = { class: "dialog-footer" };
|
|
62012
|
-
function _sfc_render$
|
|
62018
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62013
62019
|
const _component_el_input = resolveComponent("el-input");
|
|
62014
62020
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
62015
62021
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -62329,9 +62335,9 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62329
62335
|
_: 1
|
|
62330
62336
|
}, 8, ["modelValue", "onClose"]);
|
|
62331
62337
|
}
|
|
62332
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62338
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-f25f357a"]]);
|
|
62333
62339
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
62334
|
-
const _sfc_main$
|
|
62340
|
+
const _sfc_main$5 = {
|
|
62335
62341
|
name: "asset-select-widget",
|
|
62336
62342
|
componentName: "FieldWidget",
|
|
62337
62343
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -62526,7 +62532,7 @@ const _sfc_main$4 = {
|
|
|
62526
62532
|
}
|
|
62527
62533
|
};
|
|
62528
62534
|
const _hoisted_1$3 = { class: "asset-select-widget__trigger" };
|
|
62529
|
-
function _sfc_render$
|
|
62535
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62530
62536
|
const _component_el_button = resolveComponent("el-button");
|
|
62531
62537
|
const _component_asset_dialog = resolveComponent("asset-dialog");
|
|
62532
62538
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -62577,9 +62583,9 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62577
62583
|
_: 1
|
|
62578
62584
|
}, 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"]);
|
|
62579
62585
|
}
|
|
62580
|
-
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62586
|
+
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
62581
62587
|
var detailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62582
|
-
const _sfc_main$
|
|
62588
|
+
const _sfc_main$4 = {
|
|
62583
62589
|
name: "detail-dialog",
|
|
62584
62590
|
components: {
|
|
62585
62591
|
VFormRender
|
|
@@ -62808,7 +62814,7 @@ const _sfc_main$3 = {
|
|
|
62808
62814
|
const _hoisted_1$2 = { class: "asset-body-wrap" };
|
|
62809
62815
|
const _hoisted_2$1 = { key: 0 };
|
|
62810
62816
|
const _hoisted_3 = { class: "dialog-footer" };
|
|
62811
|
-
function _sfc_render$
|
|
62817
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62812
62818
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
62813
62819
|
const _component_el_button = resolveComponent("el-button");
|
|
62814
62820
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
@@ -62855,9 +62861,9 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62855
62861
|
_: 1
|
|
62856
62862
|
}, 8, ["modelValue", "onClose"]);
|
|
62857
62863
|
}
|
|
62858
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62864
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-c6770b7c"]]);
|
|
62859
62865
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
62860
|
-
const _sfc_main$
|
|
62866
|
+
const _sfc_main$3 = {
|
|
62861
62867
|
name: "asset-table-widget",
|
|
62862
62868
|
componentName: "FieldWidget",
|
|
62863
62869
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -63014,7 +63020,7 @@ const _sfc_main$2 = {
|
|
|
63014
63020
|
}
|
|
63015
63021
|
};
|
|
63016
63022
|
const _hoisted_1$1 = { key: 1 };
|
|
63017
|
-
function _sfc_render$
|
|
63023
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63018
63024
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
63019
63025
|
const _component_el_text = resolveComponent("el-text");
|
|
63020
63026
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -63129,7 +63135,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63129
63135
|
_: 1
|
|
63130
63136
|
}, 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"]);
|
|
63131
63137
|
}
|
|
63132
|
-
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63138
|
+
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3]]);
|
|
63133
63139
|
const AssetTypeEnum = {
|
|
63134
63140
|
"0": "equity",
|
|
63135
63141
|
"1": "house",
|
|
@@ -63180,7 +63186,7 @@ const assetTypeImageMap = {
|
|
|
63180
63186
|
office_furniture: officeFurniture,
|
|
63181
63187
|
"office_furniture-active": officeFurnitureActive
|
|
63182
63188
|
};
|
|
63183
|
-
const _sfc_main$
|
|
63189
|
+
const _sfc_main$2 = {
|
|
63184
63190
|
name: "asset-type-widget",
|
|
63185
63191
|
componentName: "FieldWidget",
|
|
63186
63192
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -63273,7 +63279,7 @@ const _sfc_main$1 = {
|
|
|
63273
63279
|
};
|
|
63274
63280
|
const _hoisted_1 = ["src"];
|
|
63275
63281
|
const _hoisted_2 = { class: "item-label" };
|
|
63276
|
-
function _sfc_render$
|
|
63282
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63277
63283
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
63278
63284
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
63279
63285
|
designer: $props.designer,
|
|
@@ -63311,8 +63317,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63311
63317
|
_: 1
|
|
63312
63318
|
}, 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"]);
|
|
63313
63319
|
}
|
|
63314
|
-
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63315
|
-
const _sfc_main = {
|
|
63320
|
+
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-7351af35"]]);
|
|
63321
|
+
const _sfc_main$1 = {
|
|
63316
63322
|
name: "current-user-second-company-widget",
|
|
63317
63323
|
componentName: "FieldWidget",
|
|
63318
63324
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -63406,7 +63412,7 @@ const _sfc_main = {
|
|
|
63406
63412
|
this.getCurrentUserSecondCompany();
|
|
63407
63413
|
}
|
|
63408
63414
|
};
|
|
63409
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63415
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63410
63416
|
const _component_el_input = resolveComponent("el-input");
|
|
63411
63417
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
63412
63418
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -63431,7 +63437,141 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63431
63437
|
_: 1
|
|
63432
63438
|
}, 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"]);
|
|
63433
63439
|
}
|
|
63434
|
-
var CurrentUserSecondCompanyWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render]]);
|
|
63440
|
+
var CurrentUserSecondCompanyWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
63441
|
+
const _sfc_main = {
|
|
63442
|
+
name: "custom-input-widget",
|
|
63443
|
+
componentName: "FieldWidget",
|
|
63444
|
+
mixins: [emitter, fieldMixin, i18n$1],
|
|
63445
|
+
props: {
|
|
63446
|
+
field: Object,
|
|
63447
|
+
parentWidget: Object,
|
|
63448
|
+
parentList: Array,
|
|
63449
|
+
indexOfParentList: Number,
|
|
63450
|
+
designer: Object,
|
|
63451
|
+
designState: {
|
|
63452
|
+
type: Boolean,
|
|
63453
|
+
default: false
|
|
63454
|
+
},
|
|
63455
|
+
subFormRowIndex: {
|
|
63456
|
+
type: Number,
|
|
63457
|
+
default: -1
|
|
63458
|
+
},
|
|
63459
|
+
subFormColIndex: {
|
|
63460
|
+
type: Number,
|
|
63461
|
+
default: -1
|
|
63462
|
+
},
|
|
63463
|
+
subFormRowId: {
|
|
63464
|
+
type: String,
|
|
63465
|
+
default: ""
|
|
63466
|
+
}
|
|
63467
|
+
},
|
|
63468
|
+
components: {
|
|
63469
|
+
FormItemWrapper,
|
|
63470
|
+
SvgIcon
|
|
63471
|
+
},
|
|
63472
|
+
data() {
|
|
63473
|
+
return {
|
|
63474
|
+
oldFieldValue: null,
|
|
63475
|
+
fieldModel: null,
|
|
63476
|
+
rules: []
|
|
63477
|
+
};
|
|
63478
|
+
},
|
|
63479
|
+
computed: {
|
|
63480
|
+
inputType() {
|
|
63481
|
+
if (this.field.options.type === "number") {
|
|
63482
|
+
return "text";
|
|
63483
|
+
}
|
|
63484
|
+
return this.field.options.type;
|
|
63485
|
+
}
|
|
63486
|
+
},
|
|
63487
|
+
beforeCreate() {
|
|
63488
|
+
},
|
|
63489
|
+
created() {
|
|
63490
|
+
this.initFieldModel();
|
|
63491
|
+
this.registerToRefList();
|
|
63492
|
+
this.initEventHandler();
|
|
63493
|
+
this.buildFieldRules();
|
|
63494
|
+
this.handleOnCreated();
|
|
63495
|
+
},
|
|
63496
|
+
mounted() {
|
|
63497
|
+
if (this.hasExistingValue())
|
|
63498
|
+
return;
|
|
63499
|
+
this.handleOnMounted();
|
|
63500
|
+
},
|
|
63501
|
+
beforeUnmount() {
|
|
63502
|
+
this.unregisterFromRefList();
|
|
63503
|
+
},
|
|
63504
|
+
methods: {
|
|
63505
|
+
hasExistingValue() {
|
|
63506
|
+
var _a;
|
|
63507
|
+
const v = (_a = this.fieldModel) != null ? _a : this.oldFieldValue;
|
|
63508
|
+
return v !== void 0 && v !== null && v !== "";
|
|
63509
|
+
}
|
|
63510
|
+
}
|
|
63511
|
+
};
|
|
63512
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63513
|
+
const _component_svg_icon = resolveComponent("svg-icon");
|
|
63514
|
+
const _component_el_button = resolveComponent("el-button");
|
|
63515
|
+
const _component_el_input = resolveComponent("el-input");
|
|
63516
|
+
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
63517
|
+
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
63518
|
+
designer: $props.designer,
|
|
63519
|
+
field: $props.field,
|
|
63520
|
+
rules: $data.rules,
|
|
63521
|
+
"design-state": $props.designState,
|
|
63522
|
+
"parent-widget": $props.parentWidget,
|
|
63523
|
+
"parent-list": $props.parentList,
|
|
63524
|
+
"index-of-parent-list": $props.indexOfParentList,
|
|
63525
|
+
"sub-form-row-index": $props.subFormRowIndex,
|
|
63526
|
+
"sub-form-col-index": $props.subFormColIndex,
|
|
63527
|
+
"sub-form-row-id": $props.subFormRowId
|
|
63528
|
+
}, {
|
|
63529
|
+
default: withCtx(() => [
|
|
63530
|
+
createVNode(_component_el_input, {
|
|
63531
|
+
ref: "fieldEditor",
|
|
63532
|
+
modelValue: $data.fieldModel,
|
|
63533
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.fieldModel = $event),
|
|
63534
|
+
disabled: _ctx.getDisabled(),
|
|
63535
|
+
readonly: $props.field.options.readonly,
|
|
63536
|
+
size: _ctx.widgetSize,
|
|
63537
|
+
class: "hide-spin-button",
|
|
63538
|
+
type: $options.inputType,
|
|
63539
|
+
"show-password": $props.field.options.showPassword,
|
|
63540
|
+
placeholder: $props.field.options.placeholder,
|
|
63541
|
+
clearable: $props.field.options.clearable,
|
|
63542
|
+
minlength: $props.field.options.minLength,
|
|
63543
|
+
maxlength: $props.field.options.maxLength,
|
|
63544
|
+
"show-word-limit": $props.field.options.showWordLimit,
|
|
63545
|
+
"prefix-icon": $props.field.options.prefixIcon,
|
|
63546
|
+
"suffix-icon": $props.field.options.suffixIcon,
|
|
63547
|
+
onFocus: _ctx.handleFocusCustomEvent,
|
|
63548
|
+
onBlur: _ctx.handleBlurCustomEvent,
|
|
63549
|
+
onInput: _ctx.handleInputCustomEvent,
|
|
63550
|
+
onChange: _ctx.handleChangeEvent
|
|
63551
|
+
}, createSlots({ _: 2 }, [
|
|
63552
|
+
$props.field.options.appendButton ? {
|
|
63553
|
+
name: "append",
|
|
63554
|
+
fn: withCtx(() => [
|
|
63555
|
+
createVNode(_component_el_button, {
|
|
63556
|
+
disabled: _ctx.getDisabled() || $props.field.options.appendButtonDisabled,
|
|
63557
|
+
onClick: _ctx.emitAppendButtonClick
|
|
63558
|
+
}, {
|
|
63559
|
+
default: withCtx(() => [
|
|
63560
|
+
createVNode(_component_svg_icon, {
|
|
63561
|
+
"icon-class": $props.field.options.buttonIcon
|
|
63562
|
+
}, null, 8, ["icon-class"])
|
|
63563
|
+
]),
|
|
63564
|
+
_: 1
|
|
63565
|
+
}, 8, ["disabled", "onClick"])
|
|
63566
|
+
]),
|
|
63567
|
+
key: "0"
|
|
63568
|
+
} : void 0
|
|
63569
|
+
]), 1032, ["modelValue", "disabled", "readonly", "size", "type", "show-password", "placeholder", "clearable", "minlength", "maxlength", "show-word-limit", "prefix-icon", "suffix-icon", "onFocus", "onBlur", "onInput", "onChange"])
|
|
63570
|
+
]),
|
|
63571
|
+
_: 1
|
|
63572
|
+
}, 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"]);
|
|
63573
|
+
}
|
|
63574
|
+
var CustomInputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render]]);
|
|
63435
63575
|
const loadExtension = function(app) {
|
|
63436
63576
|
app.component(CardWidget.name, CardWidget);
|
|
63437
63577
|
app.component(CardItem.name, CardItem);
|
|
@@ -63524,6 +63664,7 @@ const loadExtension = function(app) {
|
|
|
63524
63664
|
registerEPEditor(app, "asset-table-onOpen", "asset-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
63525
63665
|
app.component(AssetTypeWidget.name, AssetTypeWidget);
|
|
63526
63666
|
registerCPEditor(app, "asset-type-assetTypeValue", "asset-type-assetTypeValue-editor", createInputTextEditor("assetTypeValue", "extension.setting.assetTypeAssetTypeValue"));
|
|
63667
|
+
app.component(CustomInputWidget.name, CustomInputWidget);
|
|
63527
63668
|
};
|
|
63528
63669
|
function getElMessage(app) {
|
|
63529
63670
|
var _a, _b, _c;
|