form-custom-test 3.0.13 → 3.0.15
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 +1637 -4252
- package/dist/designer.style.css +2 -2
- package/dist/designer.umd.js +177 -183
- package/dist/render.es.js +301 -196
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +4 -4
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -1144,7 +1144,7 @@ var _export_sfc$1 = (sfc, props) => {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
return target;
|
|
1146
1146
|
};
|
|
1147
|
-
const _sfc_main$
|
|
1147
|
+
const _sfc_main$M = {
|
|
1148
1148
|
name: "container-item-wrapper",
|
|
1149
1149
|
props: {
|
|
1150
1150
|
widget: Object
|
|
@@ -1155,14 +1155,14 @@ const _sfc_main$L = {
|
|
|
1155
1155
|
}
|
|
1156
1156
|
}
|
|
1157
1157
|
};
|
|
1158
|
-
function _sfc_render$
|
|
1158
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1159
1159
|
return openBlock(), createElementBlock("div", {
|
|
1160
1160
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
1161
1161
|
}, [
|
|
1162
1162
|
renderSlot(_ctx.$slots, "default")
|
|
1163
1163
|
], 2);
|
|
1164
1164
|
}
|
|
1165
|
-
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1165
|
+
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M]]);
|
|
1166
1166
|
var __glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1167
1167
|
__proto__: null,
|
|
1168
1168
|
"default": ContainerItemWrapper
|
|
@@ -1894,7 +1894,8 @@ var enLocale_extension = {
|
|
|
1894
1894
|
extension: {
|
|
1895
1895
|
widgetLabel: {
|
|
1896
1896
|
card: "Card",
|
|
1897
|
-
alert: "Alert"
|
|
1897
|
+
alert: "Alert",
|
|
1898
|
+
"person-tree": "Person Tree"
|
|
1898
1899
|
},
|
|
1899
1900
|
setting: {
|
|
1900
1901
|
cardFolded: "Folded",
|
|
@@ -1916,7 +1917,8 @@ var zhLocale_extension = {
|
|
|
1916
1917
|
extension: {
|
|
1917
1918
|
widgetLabel: {
|
|
1918
1919
|
card: "\u5361\u7247",
|
|
1919
|
-
alert: "\u63D0\u793A"
|
|
1920
|
+
alert: "\u63D0\u793A",
|
|
1921
|
+
"person-tree": "\u4EBA\u5458\u6811"
|
|
1920
1922
|
},
|
|
1921
1923
|
setting: {
|
|
1922
1924
|
cardFolded: "\u662F\u5426\u6536\u8D77",
|
|
@@ -1989,7 +1991,7 @@ var refMixin = {
|
|
|
1989
1991
|
}
|
|
1990
1992
|
};
|
|
1991
1993
|
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
1992
|
-
const _sfc_main$
|
|
1994
|
+
const _sfc_main$L = {
|
|
1993
1995
|
name: "SvgIcon",
|
|
1994
1996
|
props: {
|
|
1995
1997
|
iconClass: {
|
|
@@ -2017,20 +2019,20 @@ const _sfc_main$K = {
|
|
|
2017
2019
|
}
|
|
2018
2020
|
}
|
|
2019
2021
|
};
|
|
2020
|
-
const _hoisted_1$
|
|
2022
|
+
const _hoisted_1$o = ["xlink:href"];
|
|
2021
2023
|
const _hoisted_2$h = { key: 0 };
|
|
2022
|
-
function _sfc_render$
|
|
2024
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2023
2025
|
return openBlock(), createElementBlock("svg", {
|
|
2024
2026
|
class: normalizeClass($options.svgClass),
|
|
2025
2027
|
"aria-hidden": "true"
|
|
2026
2028
|
}, [
|
|
2027
|
-
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$
|
|
2029
|
+
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$o),
|
|
2028
2030
|
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$h, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
2029
2031
|
], 2);
|
|
2030
2032
|
}
|
|
2031
|
-
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2033
|
+
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-8002b89a"]]);
|
|
2032
2034
|
var staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
2033
|
-
const _sfc_main$
|
|
2035
|
+
const _sfc_main$K = {
|
|
2034
2036
|
name: "static-content-wrapper",
|
|
2035
2037
|
mixins: [i18n$1],
|
|
2036
2038
|
components: {
|
|
@@ -2116,7 +2118,7 @@ const _sfc_main$J = {
|
|
|
2116
2118
|
}
|
|
2117
2119
|
}
|
|
2118
2120
|
};
|
|
2119
|
-
const _hoisted_1$
|
|
2121
|
+
const _hoisted_1$n = {
|
|
2120
2122
|
key: 0,
|
|
2121
2123
|
class: "field-action"
|
|
2122
2124
|
};
|
|
@@ -2130,7 +2132,7 @@ const _hoisted_6$5 = {
|
|
|
2130
2132
|
};
|
|
2131
2133
|
const _hoisted_7$4 = ["title"];
|
|
2132
2134
|
const _hoisted_8$2 = { key: 0 };
|
|
2133
|
-
function _sfc_render$
|
|
2135
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2134
2136
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
2135
2137
|
return openBlock(), createElementBlock("div", {
|
|
2136
2138
|
class: normalizeClass(["field-wrapper", { "design-time-bottom-margin": !!this.designer }]),
|
|
@@ -2145,7 +2147,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2145
2147
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2146
2148
|
], 6)) : createCommentVNode("", true),
|
|
2147
2149
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
2148
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2150
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
2149
2151
|
createElementVNode("i", {
|
|
2150
2152
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
2151
2153
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
@@ -2187,7 +2189,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2187
2189
|
], 64)) : createCommentVNode("", true)
|
|
2188
2190
|
], 6);
|
|
2189
2191
|
}
|
|
2190
|
-
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2192
|
+
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-41799baa"]]);
|
|
2191
2193
|
var __glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2192
2194
|
__proto__: null,
|
|
2193
2195
|
"default": StaticContentWrapper
|
|
@@ -3488,7 +3490,7 @@ var fieldMixin = {
|
|
|
3488
3490
|
}
|
|
3489
3491
|
};
|
|
3490
3492
|
var buttonWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
3491
|
-
const _sfc_main$
|
|
3493
|
+
const _sfc_main$J = {
|
|
3492
3494
|
name: "button-widget",
|
|
3493
3495
|
componentName: "FieldWidget",
|
|
3494
3496
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -3534,7 +3536,7 @@ const _sfc_main$I = {
|
|
|
3534
3536
|
},
|
|
3535
3537
|
methods: {}
|
|
3536
3538
|
};
|
|
3537
|
-
function _sfc_render$
|
|
3539
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3538
3540
|
const _component_el_button = resolveComponent("el-button");
|
|
3539
3541
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
3540
3542
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -3570,13 +3572,13 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3570
3572
|
_: 1
|
|
3571
3573
|
}, 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"]);
|
|
3572
3574
|
}
|
|
3573
|
-
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
3575
|
+
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-1ba2a127"]]);
|
|
3574
3576
|
var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3575
3577
|
__proto__: null,
|
|
3576
3578
|
"default": buttonWidget
|
|
3577
3579
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3578
3580
|
var formItemWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
3579
|
-
const _sfc_main$
|
|
3581
|
+
const _sfc_main$I = {
|
|
3580
3582
|
name: "form-item-wrapper",
|
|
3581
3583
|
mixins: [i18n$1],
|
|
3582
3584
|
components: {
|
|
@@ -3707,7 +3709,7 @@ const _sfc_main$H = {
|
|
|
3707
3709
|
}
|
|
3708
3710
|
}
|
|
3709
3711
|
};
|
|
3710
|
-
const _hoisted_1$
|
|
3712
|
+
const _hoisted_1$m = {
|
|
3711
3713
|
key: 0,
|
|
3712
3714
|
class: "custom-label"
|
|
3713
3715
|
};
|
|
@@ -3725,7 +3727,7 @@ const _hoisted_7$3 = {
|
|
|
3725
3727
|
};
|
|
3726
3728
|
const _hoisted_8$1 = ["title"];
|
|
3727
3729
|
const _hoisted_9$1 = { key: 0 };
|
|
3728
|
-
function _sfc_render$
|
|
3730
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3729
3731
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
3730
3732
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
3731
3733
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -3743,7 +3745,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3743
3745
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
3744
3746
|
}, {
|
|
3745
3747
|
label: withCtx(() => [
|
|
3746
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
3748
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$m, [
|
|
3747
3749
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
3748
3750
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
3749
3751
|
createVNode(_component_el_tooltip, {
|
|
@@ -3835,13 +3837,13 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3835
3837
|
], 64)) : createCommentVNode("", true)
|
|
3836
3838
|
], 2);
|
|
3837
3839
|
}
|
|
3838
|
-
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
3840
|
+
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-150e0c61"]]);
|
|
3839
3841
|
var __glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3840
3842
|
__proto__: null,
|
|
3841
3843
|
"default": FormItemWrapper
|
|
3842
3844
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3843
3845
|
var cascaderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
3844
|
-
const _sfc_main$
|
|
3846
|
+
const _sfc_main$H = {
|
|
3845
3847
|
name: "cascader-widget",
|
|
3846
3848
|
componentName: "FieldWidget",
|
|
3847
3849
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -3901,8 +3903,8 @@ const _sfc_main$G = {
|
|
|
3901
3903
|
},
|
|
3902
3904
|
methods: {}
|
|
3903
3905
|
};
|
|
3904
|
-
const _hoisted_1$
|
|
3905
|
-
function _sfc_render$
|
|
3906
|
+
const _hoisted_1$l = { class: "full-width-input" };
|
|
3907
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3906
3908
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
3907
3909
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
3908
3910
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -3918,7 +3920,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3918
3920
|
"sub-form-row-id": $props.subFormRowId
|
|
3919
3921
|
}, {
|
|
3920
3922
|
default: withCtx(() => [
|
|
3921
|
-
createElementVNode("div", _hoisted_1$
|
|
3923
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
3922
3924
|
createVNode(_component_el_cascader, {
|
|
3923
3925
|
ref: "fieldEditor",
|
|
3924
3926
|
options: $props.field.options.optionItems,
|
|
@@ -3940,13 +3942,13 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3940
3942
|
_: 1
|
|
3941
3943
|
}, 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"]);
|
|
3942
3944
|
}
|
|
3943
|
-
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
3945
|
+
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-ec070d7c"]]);
|
|
3944
3946
|
var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3945
3947
|
__proto__: null,
|
|
3946
3948
|
"default": cascaderWidget
|
|
3947
3949
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3948
3950
|
var checkboxWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
3949
|
-
const _sfc_main$
|
|
3951
|
+
const _sfc_main$G = {
|
|
3950
3952
|
name: "checkbox-widget",
|
|
3951
3953
|
componentName: "FieldWidget",
|
|
3952
3954
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4002,7 +4004,7 @@ const _sfc_main$F = {
|
|
|
4002
4004
|
},
|
|
4003
4005
|
methods: {}
|
|
4004
4006
|
};
|
|
4005
|
-
function _sfc_render$
|
|
4007
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4006
4008
|
const _component_el_checkbox_button = resolveComponent("el-checkbox-button");
|
|
4007
4009
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
4008
4010
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
@@ -4063,13 +4065,13 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4063
4065
|
_: 1
|
|
4064
4066
|
}, 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"]);
|
|
4065
4067
|
}
|
|
4066
|
-
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4068
|
+
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-716b0a6b"]]);
|
|
4067
4069
|
var __glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4068
4070
|
__proto__: null,
|
|
4069
4071
|
"default": checkboxWidget
|
|
4070
4072
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4071
4073
|
var colorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4072
|
-
const _sfc_main$
|
|
4074
|
+
const _sfc_main$F = {
|
|
4073
4075
|
name: "color-widget",
|
|
4074
4076
|
componentName: "FieldWidget",
|
|
4075
4077
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4124,7 +4126,7 @@ const _sfc_main$E = {
|
|
|
4124
4126
|
},
|
|
4125
4127
|
methods: {}
|
|
4126
4128
|
};
|
|
4127
|
-
function _sfc_render$
|
|
4129
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4128
4130
|
const _component_el_color_picker = resolveComponent("el-color-picker");
|
|
4129
4131
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
4130
4132
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -4152,13 +4154,13 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4152
4154
|
_: 1
|
|
4153
4155
|
}, 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"]);
|
|
4154
4156
|
}
|
|
4155
|
-
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4157
|
+
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-8d04bd98"]]);
|
|
4156
4158
|
var __glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4157
4159
|
__proto__: null,
|
|
4158
4160
|
"default": colorWidget
|
|
4159
4161
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4160
4162
|
var dateRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4161
|
-
const _sfc_main$
|
|
4163
|
+
const _sfc_main$E = {
|
|
4162
4164
|
name: "date-range-widget",
|
|
4163
4165
|
componentName: "FieldWidget",
|
|
4164
4166
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4213,7 +4215,7 @@ const _sfc_main$D = {
|
|
|
4213
4215
|
},
|
|
4214
4216
|
methods: {}
|
|
4215
4217
|
};
|
|
4216
|
-
function _sfc_render$
|
|
4218
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4217
4219
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
4218
4220
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
4219
4221
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -4255,13 +4257,13 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4255
4257
|
_: 1
|
|
4256
4258
|
}, 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"]);
|
|
4257
4259
|
}
|
|
4258
|
-
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4260
|
+
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-21300a07"]]);
|
|
4259
4261
|
var __glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4260
4262
|
__proto__: null,
|
|
4261
4263
|
"default": dateRangeWidget
|
|
4262
4264
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4263
4265
|
var dateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4264
|
-
const _sfc_main$
|
|
4266
|
+
const _sfc_main$D = {
|
|
4265
4267
|
name: "date-widget",
|
|
4266
4268
|
componentName: "FieldWidget",
|
|
4267
4269
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4316,7 +4318,7 @@ const _sfc_main$C = {
|
|
|
4316
4318
|
},
|
|
4317
4319
|
methods: {}
|
|
4318
4320
|
};
|
|
4319
|
-
function _sfc_render$
|
|
4321
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4320
4322
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
4321
4323
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
4322
4324
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -4354,13 +4356,13 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4354
4356
|
_: 1
|
|
4355
4357
|
}, 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"]);
|
|
4356
4358
|
}
|
|
4357
|
-
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4359
|
+
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-75b85548"]]);
|
|
4358
4360
|
var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4359
4361
|
__proto__: null,
|
|
4360
4362
|
"default": dateWidget
|
|
4361
4363
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4362
4364
|
var dividerWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4363
|
-
const _sfc_main$
|
|
4365
|
+
const _sfc_main$C = {
|
|
4364
4366
|
name: "divider-widget",
|
|
4365
4367
|
componentName: "FieldWidget",
|
|
4366
4368
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4406,7 +4408,7 @@ const _sfc_main$B = {
|
|
|
4406
4408
|
},
|
|
4407
4409
|
methods: {}
|
|
4408
4410
|
};
|
|
4409
|
-
function _sfc_render$
|
|
4411
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4410
4412
|
const _component_el_divider = resolveComponent("el-divider");
|
|
4411
4413
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
4412
4414
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -4435,14 +4437,14 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4435
4437
|
_: 1
|
|
4436
4438
|
}, 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"]);
|
|
4437
4439
|
}
|
|
4438
|
-
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4440
|
+
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-09a1b973"]]);
|
|
4439
4441
|
var __glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4440
4442
|
__proto__: null,
|
|
4441
4443
|
"default": dividerWidget
|
|
4442
4444
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4443
4445
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4444
4446
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
4445
|
-
const _sfc_main$
|
|
4447
|
+
const _sfc_main$B = {
|
|
4446
4448
|
name: "file-upload-widget",
|
|
4447
4449
|
componentName: "FieldWidget",
|
|
4448
4450
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4639,7 +4641,7 @@ const _sfc_main$A = {
|
|
|
4639
4641
|
}
|
|
4640
4642
|
}
|
|
4641
4643
|
};
|
|
4642
|
-
const _hoisted_1$
|
|
4644
|
+
const _hoisted_1$k = {
|
|
4643
4645
|
key: 0,
|
|
4644
4646
|
class: "el-upload__tip"
|
|
4645
4647
|
};
|
|
@@ -4648,7 +4650,7 @@ const _hoisted_3$c = ["title"];
|
|
|
4648
4650
|
const _hoisted_4$5 = ["href"];
|
|
4649
4651
|
const _hoisted_5$4 = ["title"];
|
|
4650
4652
|
const _hoisted_6$3 = ["title", "onClick"];
|
|
4651
|
-
function _sfc_render$
|
|
4653
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4652
4654
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
4653
4655
|
const _component_el_upload = resolveComponent("el-upload");
|
|
4654
4656
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -4684,7 +4686,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4684
4686
|
"on-error": $options.handleUploadError
|
|
4685
4687
|
}, {
|
|
4686
4688
|
tip: withCtx(() => [
|
|
4687
|
-
!!$props.field.options.uploadTip ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4689
|
+
!!$props.field.options.uploadTip ? (openBlock(), createElementBlock("div", _hoisted_1$k, toDisplayString($props.field.options.uploadTip), 1)) : createCommentVNode("", true)
|
|
4688
4690
|
]),
|
|
4689
4691
|
default: withCtx(() => [
|
|
4690
4692
|
createVNode(_component_svg_icon, { "icon-class": "el-plus" }),
|
|
@@ -4724,13 +4726,13 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4724
4726
|
_: 1
|
|
4725
4727
|
}, 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"]);
|
|
4726
4728
|
}
|
|
4727
|
-
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4729
|
+
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-b6b1e8a8"]]);
|
|
4728
4730
|
var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4729
4731
|
__proto__: null,
|
|
4730
4732
|
"default": fileUploadWidget
|
|
4731
4733
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4732
4734
|
var htmlTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4733
|
-
const _sfc_main$
|
|
4735
|
+
const _sfc_main$A = {
|
|
4734
4736
|
name: "html-text-widget",
|
|
4735
4737
|
componentName: "FieldWidget",
|
|
4736
4738
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4776,8 +4778,8 @@ const _sfc_main$z = {
|
|
|
4776
4778
|
},
|
|
4777
4779
|
methods: {}
|
|
4778
4780
|
};
|
|
4779
|
-
const _hoisted_1$
|
|
4780
|
-
function _sfc_render$
|
|
4781
|
+
const _hoisted_1$j = ["innerHTML"];
|
|
4782
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4781
4783
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
4782
4784
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
4783
4785
|
designer: $props.designer,
|
|
@@ -4794,18 +4796,18 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4794
4796
|
createElementVNode("div", {
|
|
4795
4797
|
ref: "fieldEditor",
|
|
4796
4798
|
innerHTML: $props.field.options.htmlContent
|
|
4797
|
-
}, null, 8, _hoisted_1$
|
|
4799
|
+
}, null, 8, _hoisted_1$j)
|
|
4798
4800
|
]),
|
|
4799
4801
|
_: 1
|
|
4800
4802
|
}, 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"]);
|
|
4801
4803
|
}
|
|
4802
|
-
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4804
|
+
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-3d941b4e"]]);
|
|
4803
4805
|
var __glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4804
4806
|
__proto__: null,
|
|
4805
4807
|
"default": htmlTextWidget
|
|
4806
4808
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4807
4809
|
var inputWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4808
|
-
const _sfc_main$
|
|
4810
|
+
const _sfc_main$z = {
|
|
4809
4811
|
name: "input-widget",
|
|
4810
4812
|
componentName: "FieldWidget",
|
|
4811
4813
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4868,7 +4870,7 @@ const _sfc_main$y = {
|
|
|
4868
4870
|
},
|
|
4869
4871
|
methods: {}
|
|
4870
4872
|
};
|
|
4871
|
-
function _sfc_render$
|
|
4873
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4872
4874
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
4873
4875
|
const _component_el_button = resolveComponent("el-button");
|
|
4874
4876
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -4930,13 +4932,13 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4930
4932
|
_: 1
|
|
4931
4933
|
}, 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"]);
|
|
4932
4934
|
}
|
|
4933
|
-
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4935
|
+
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-0aad1a31"]]);
|
|
4934
4936
|
var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4935
4937
|
__proto__: null,
|
|
4936
4938
|
"default": inputWidget
|
|
4937
4939
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4938
4940
|
var numberWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4939
|
-
const _sfc_main$
|
|
4941
|
+
const _sfc_main$y = {
|
|
4940
4942
|
name: "number-widget",
|
|
4941
4943
|
componentName: "FieldWidget",
|
|
4942
4944
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -4991,7 +4993,7 @@ const _sfc_main$x = {
|
|
|
4991
4993
|
},
|
|
4992
4994
|
methods: {}
|
|
4993
4995
|
};
|
|
4994
|
-
function _sfc_render$
|
|
4996
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4995
4997
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
4996
4998
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
4997
4999
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -5028,13 +5030,13 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5028
5030
|
_: 1
|
|
5029
5031
|
}, 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"]);
|
|
5030
5032
|
}
|
|
5031
|
-
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
5033
|
+
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-0b9bc82f"]]);
|
|
5032
5034
|
var __glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5033
5035
|
__proto__: null,
|
|
5034
5036
|
"default": numberWidget
|
|
5035
5037
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5036
5038
|
var pictureUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5037
|
-
const _sfc_main$
|
|
5039
|
+
const _sfc_main$x = {
|
|
5038
5040
|
name: "picture-upload-widget",
|
|
5039
5041
|
componentName: "FieldWidget",
|
|
5040
5042
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -5229,7 +5231,7 @@ const _sfc_main$w = {
|
|
|
5229
5231
|
}
|
|
5230
5232
|
}
|
|
5231
5233
|
};
|
|
5232
|
-
const _hoisted_1$
|
|
5234
|
+
const _hoisted_1$i = { class: "el-upload-list__item-status-label" };
|
|
5233
5235
|
const _hoisted_2$d = {
|
|
5234
5236
|
class: "el-icon--upload-success",
|
|
5235
5237
|
style: { "color": "#FFF" }
|
|
@@ -5242,7 +5244,7 @@ const _hoisted_6$2 = {
|
|
|
5242
5244
|
class: "el-upload__tip"
|
|
5243
5245
|
};
|
|
5244
5246
|
const _hoisted_7$2 = { class: "uploader-icon" };
|
|
5245
|
-
function _sfc_render$
|
|
5247
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5246
5248
|
const _component_el_image = resolveComponent("el-image");
|
|
5247
5249
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
5248
5250
|
const _component_el_upload = resolveComponent("el-upload");
|
|
@@ -5289,7 +5291,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5289
5291
|
fit: "cover",
|
|
5290
5292
|
"preview-teleported": ""
|
|
5291
5293
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
5292
|
-
createElementVNode("label", _hoisted_1$
|
|
5294
|
+
createElementVNode("label", _hoisted_1$i, [
|
|
5293
5295
|
createElementVNode("i", _hoisted_2$d, [
|
|
5294
5296
|
createVNode(_component_svg_icon, {
|
|
5295
5297
|
class: "",
|
|
@@ -5326,13 +5328,13 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5326
5328
|
_: 1
|
|
5327
5329
|
}, 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"]);
|
|
5328
5330
|
}
|
|
5329
|
-
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
5331
|
+
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-3393010d"]]);
|
|
5330
5332
|
var __glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5331
5333
|
__proto__: null,
|
|
5332
5334
|
"default": pictureUploadWidget
|
|
5333
5335
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5334
5336
|
var radioWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5335
|
-
const _sfc_main$
|
|
5337
|
+
const _sfc_main$w = {
|
|
5336
5338
|
name: "radio-widget",
|
|
5337
5339
|
componentName: "FieldWidget",
|
|
5338
5340
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -5388,7 +5390,7 @@ const _sfc_main$v = {
|
|
|
5388
5390
|
},
|
|
5389
5391
|
methods: {}
|
|
5390
5392
|
};
|
|
5391
|
-
function _sfc_render$
|
|
5393
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5392
5394
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
5393
5395
|
const _component_el_radio = resolveComponent("el-radio");
|
|
5394
5396
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
@@ -5450,13 +5452,13 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5450
5452
|
_: 1
|
|
5451
5453
|
}, 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"]);
|
|
5452
5454
|
}
|
|
5453
|
-
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
5455
|
+
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-253adc5e"]]);
|
|
5454
5456
|
var __glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5455
5457
|
__proto__: null,
|
|
5456
5458
|
"default": radioWidget
|
|
5457
5459
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5458
5460
|
var rateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5459
|
-
const _sfc_main$
|
|
5461
|
+
const _sfc_main$v = {
|
|
5460
5462
|
name: "rate-widget",
|
|
5461
5463
|
componentName: "FieldWidget",
|
|
5462
5464
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -5511,7 +5513,7 @@ const _sfc_main$u = {
|
|
|
5511
5513
|
},
|
|
5512
5514
|
methods: {}
|
|
5513
5515
|
};
|
|
5514
|
-
function _sfc_render$
|
|
5516
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5515
5517
|
const _component_el_rate = resolveComponent("el-rate");
|
|
5516
5518
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
5517
5519
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -5544,7 +5546,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5544
5546
|
_: 1
|
|
5545
5547
|
}, 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"]);
|
|
5546
5548
|
}
|
|
5547
|
-
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
5549
|
+
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-409c0e8b"]]);
|
|
5548
5550
|
var __glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5549
5551
|
__proto__: null,
|
|
5550
5552
|
"default": rateWidget
|
|
@@ -16880,7 +16882,7 @@ const defaultOptions = {
|
|
|
16880
16882
|
placeholder: "Insert content here ...",
|
|
16881
16883
|
readOnly: false
|
|
16882
16884
|
};
|
|
16883
|
-
const _sfc_main$
|
|
16885
|
+
const _sfc_main$u = {
|
|
16884
16886
|
name: "quill-editor",
|
|
16885
16887
|
props: {
|
|
16886
16888
|
content: String,
|
|
@@ -16984,16 +16986,16 @@ const _sfc_main$t = {
|
|
|
16984
16986
|
return { editor };
|
|
16985
16987
|
}
|
|
16986
16988
|
};
|
|
16987
|
-
const _hoisted_1$
|
|
16988
|
-
function _sfc_render$
|
|
16989
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
16989
|
+
const _hoisted_1$h = { ref: "editor" };
|
|
16990
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16991
|
+
return openBlock(), createElementBlock("section", _hoisted_1$h, null, 512);
|
|
16990
16992
|
}
|
|
16991
|
-
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
16993
|
+
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u]]);
|
|
16992
16994
|
quillEditor.install = function(app) {
|
|
16993
16995
|
app.component(quillEditor.name, quillEditor);
|
|
16994
16996
|
};
|
|
16995
16997
|
var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16996
|
-
const _sfc_main$
|
|
16998
|
+
const _sfc_main$t = {
|
|
16997
16999
|
name: "rich-editor-widget",
|
|
16998
17000
|
componentName: "FieldWidget",
|
|
16999
17001
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17072,7 +17074,7 @@ const _sfc_main$s = {
|
|
|
17072
17074
|
}
|
|
17073
17075
|
}
|
|
17074
17076
|
};
|
|
17075
|
-
function _sfc_render$
|
|
17077
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17076
17078
|
const _component_quill_editor = resolveComponent("quill-editor");
|
|
17077
17079
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
17078
17080
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -17104,13 +17106,13 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17104
17106
|
_: 1
|
|
17105
17107
|
}, 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"]);
|
|
17106
17108
|
}
|
|
17107
|
-
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17109
|
+
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-a23436fa"]]);
|
|
17108
17110
|
var __glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17109
17111
|
__proto__: null,
|
|
17110
17112
|
"default": richEditorWidget
|
|
17111
17113
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17112
17114
|
var selectWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17113
|
-
const _sfc_main$
|
|
17115
|
+
const _sfc_main$s = {
|
|
17114
17116
|
name: "select-widget",
|
|
17115
17117
|
componentName: "FieldWidget",
|
|
17116
17118
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17177,7 +17179,7 @@ const _sfc_main$r = {
|
|
|
17177
17179
|
},
|
|
17178
17180
|
methods: {}
|
|
17179
17181
|
};
|
|
17180
|
-
function _sfc_render$
|
|
17182
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17181
17183
|
const _component_el_option = resolveComponent("el-option");
|
|
17182
17184
|
const _component_el_select = resolveComponent("el-select");
|
|
17183
17185
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -17231,13 +17233,13 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17231
17233
|
_: 1
|
|
17232
17234
|
}, 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"]);
|
|
17233
17235
|
}
|
|
17234
|
-
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17236
|
+
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-038816bf"]]);
|
|
17235
17237
|
var __glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17236
17238
|
__proto__: null,
|
|
17237
17239
|
"default": selectWidget
|
|
17238
17240
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17239
17241
|
var sliderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17240
|
-
const _sfc_main$
|
|
17242
|
+
const _sfc_main$r = {
|
|
17241
17243
|
name: "slider-widget",
|
|
17242
17244
|
componentName: "FieldWidget",
|
|
17243
17245
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17292,7 +17294,7 @@ const _sfc_main$q = {
|
|
|
17292
17294
|
},
|
|
17293
17295
|
methods: {}
|
|
17294
17296
|
};
|
|
17295
|
-
function _sfc_render$
|
|
17297
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17296
17298
|
const _component_el_slider = resolveComponent("el-slider");
|
|
17297
17299
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
17298
17300
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -17325,13 +17327,13 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17325
17327
|
_: 1
|
|
17326
17328
|
}, 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"]);
|
|
17327
17329
|
}
|
|
17328
|
-
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17330
|
+
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-92a76556"]]);
|
|
17329
17331
|
var __glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17330
17332
|
__proto__: null,
|
|
17331
17333
|
"default": sliderWidget
|
|
17332
17334
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17333
17335
|
var slotWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17334
|
-
const _sfc_main$
|
|
17336
|
+
const _sfc_main$q = {
|
|
17335
17337
|
name: "slot-widget",
|
|
17336
17338
|
componentName: "FieldWidget",
|
|
17337
17339
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17377,11 +17379,11 @@ const _sfc_main$p = {
|
|
|
17377
17379
|
},
|
|
17378
17380
|
methods: {}
|
|
17379
17381
|
};
|
|
17380
|
-
const _hoisted_1$
|
|
17382
|
+
const _hoisted_1$g = {
|
|
17381
17383
|
key: 0,
|
|
17382
17384
|
class: "slot-title"
|
|
17383
17385
|
};
|
|
17384
|
-
function _sfc_render$
|
|
17386
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17385
17387
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
17386
17388
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
17387
17389
|
designer: $props.designer,
|
|
@@ -17399,19 +17401,19 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17399
17401
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
17400
17402
|
}, [
|
|
17401
17403
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
17402
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
17404
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$g, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
17403
17405
|
], 2)
|
|
17404
17406
|
]),
|
|
17405
17407
|
_: 3
|
|
17406
17408
|
}, 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"]);
|
|
17407
17409
|
}
|
|
17408
|
-
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17410
|
+
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-95f13fca"]]);
|
|
17409
17411
|
var __glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17410
17412
|
__proto__: null,
|
|
17411
17413
|
"default": slotWidget
|
|
17412
17414
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17413
17415
|
var staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17414
|
-
const _sfc_main$
|
|
17416
|
+
const _sfc_main$p = {
|
|
17415
17417
|
name: "static-text-widget",
|
|
17416
17418
|
componentName: "FieldWidget",
|
|
17417
17419
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17457,7 +17459,7 @@ const _sfc_main$o = {
|
|
|
17457
17459
|
},
|
|
17458
17460
|
methods: {}
|
|
17459
17461
|
};
|
|
17460
|
-
function _sfc_render$
|
|
17462
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17461
17463
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
17462
17464
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
17463
17465
|
designer: $props.designer,
|
|
@@ -17483,13 +17485,13 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17483
17485
|
_: 1
|
|
17484
17486
|
}, 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"]);
|
|
17485
17487
|
}
|
|
17486
|
-
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17488
|
+
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-4071ab53"]]);
|
|
17487
17489
|
var __glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17488
17490
|
__proto__: null,
|
|
17489
17491
|
"default": staticTextWidget
|
|
17490
17492
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17491
17493
|
var switchWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17492
|
-
const _sfc_main$
|
|
17494
|
+
const _sfc_main$o = {
|
|
17493
17495
|
name: "switch-widget",
|
|
17494
17496
|
componentName: "FieldWidget",
|
|
17495
17497
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17544,7 +17546,7 @@ const _sfc_main$n = {
|
|
|
17544
17546
|
},
|
|
17545
17547
|
methods: {}
|
|
17546
17548
|
};
|
|
17547
|
-
function _sfc_render$
|
|
17549
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17548
17550
|
const _component_el_switch = resolveComponent("el-switch");
|
|
17549
17551
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
17550
17552
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -17576,13 +17578,13 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17576
17578
|
_: 1
|
|
17577
17579
|
}, 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"]);
|
|
17578
17580
|
}
|
|
17579
|
-
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17581
|
+
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-3529e848"]]);
|
|
17580
17582
|
var __glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17581
17583
|
__proto__: null,
|
|
17582
17584
|
"default": switchWidget
|
|
17583
17585
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17584
17586
|
var textareaWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17585
|
-
const _sfc_main$
|
|
17587
|
+
const _sfc_main$n = {
|
|
17586
17588
|
name: "textarea-widget",
|
|
17587
17589
|
componentName: "FieldWidget",
|
|
17588
17590
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17637,7 +17639,7 @@ const _sfc_main$m = {
|
|
|
17637
17639
|
},
|
|
17638
17640
|
methods: {}
|
|
17639
17641
|
};
|
|
17640
|
-
function _sfc_render$
|
|
17642
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17641
17643
|
const _component_el_input = resolveComponent("el-input");
|
|
17642
17644
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
17643
17645
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -17675,13 +17677,13 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17675
17677
|
_: 1
|
|
17676
17678
|
}, 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"]);
|
|
17677
17679
|
}
|
|
17678
|
-
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17680
|
+
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-072d98c8"]]);
|
|
17679
17681
|
var __glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17680
17682
|
__proto__: null,
|
|
17681
17683
|
"default": textareaWidget
|
|
17682
17684
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17683
17685
|
var timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17684
|
-
const _sfc_main$
|
|
17686
|
+
const _sfc_main$m = {
|
|
17685
17687
|
name: "time-range-widget",
|
|
17686
17688
|
componentName: "FieldWidget",
|
|
17687
17689
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17736,7 +17738,7 @@ const _sfc_main$l = {
|
|
|
17736
17738
|
},
|
|
17737
17739
|
methods: {}
|
|
17738
17740
|
};
|
|
17739
|
-
function _sfc_render$
|
|
17741
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17740
17742
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
17741
17743
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
17742
17744
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -17779,13 +17781,13 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17779
17781
|
_: 1
|
|
17780
17782
|
}, 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"]);
|
|
17781
17783
|
}
|
|
17782
|
-
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17784
|
+
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-60824824"]]);
|
|
17783
17785
|
var __glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17784
17786
|
__proto__: null,
|
|
17785
17787
|
"default": timeRangeWidget
|
|
17786
17788
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
17787
17789
|
var timeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17788
|
-
const _sfc_main$
|
|
17790
|
+
const _sfc_main$l = {
|
|
17789
17791
|
name: "time-widget",
|
|
17790
17792
|
componentName: "FieldWidget",
|
|
17791
17793
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -17840,7 +17842,7 @@ const _sfc_main$k = {
|
|
|
17840
17842
|
},
|
|
17841
17843
|
methods: {}
|
|
17842
17844
|
};
|
|
17843
|
-
function _sfc_render$
|
|
17845
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17844
17846
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
17845
17847
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
17846
17848
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -17877,7 +17879,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17877
17879
|
_: 1
|
|
17878
17880
|
}, 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"]);
|
|
17879
17881
|
}
|
|
17880
|
-
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
17882
|
+
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-417e0c7c"]]);
|
|
17881
17883
|
var __glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17882
17884
|
__proto__: null,
|
|
17883
17885
|
"default": timeWidget
|
|
@@ -17889,7 +17891,7 @@ for (const path in modules$1) {
|
|
|
17889
17891
|
comps[cname] = modules$1[path].default;
|
|
17890
17892
|
}
|
|
17891
17893
|
var gridColItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17892
|
-
const _sfc_main$
|
|
17894
|
+
const _sfc_main$k = {
|
|
17893
17895
|
name: "GridColItem",
|
|
17894
17896
|
componentName: "ContainerItem",
|
|
17895
17897
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -17959,9 +17961,9 @@ const _sfc_main$j = {
|
|
|
17959
17961
|
}
|
|
17960
17962
|
}
|
|
17961
17963
|
};
|
|
17962
|
-
const _hoisted_1$
|
|
17964
|
+
const _hoisted_1$f = { class: "blank-cell" };
|
|
17963
17965
|
const _hoisted_2$c = { class: "invisible-content" };
|
|
17964
|
-
function _sfc_render$
|
|
17966
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17965
17967
|
const _component_el_col = resolveComponent("el-col");
|
|
17966
17968
|
return withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
17967
17969
|
class: ["grid-cell", [$options.customClass]]
|
|
@@ -18007,7 +18009,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18007
18009
|
], 64);
|
|
18008
18010
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
18009
18011
|
default: withCtx(() => [
|
|
18010
|
-
createElementVNode("div", _hoisted_1$
|
|
18012
|
+
createElementVNode("div", _hoisted_1$f, [
|
|
18011
18013
|
createElementVNode("span", _hoisted_2$c, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
18012
18014
|
])
|
|
18013
18015
|
]),
|
|
@@ -18019,7 +18021,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18019
18021
|
[vShow, !$props.widget.options.hidden]
|
|
18020
18022
|
]);
|
|
18021
18023
|
}
|
|
18022
|
-
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
18024
|
+
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-9332ab84"]]);
|
|
18023
18025
|
var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18024
18026
|
__proto__: null,
|
|
18025
18027
|
"default": GridColItem
|
|
@@ -18180,7 +18182,7 @@ var containerItemMixin = {
|
|
|
18180
18182
|
}
|
|
18181
18183
|
}
|
|
18182
18184
|
};
|
|
18183
|
-
const _sfc_main$
|
|
18185
|
+
const _sfc_main$j = {
|
|
18184
18186
|
name: "vf-grid-item",
|
|
18185
18187
|
componentName: "ContainerItem",
|
|
18186
18188
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -18202,7 +18204,7 @@ const _sfc_main$i = {
|
|
|
18202
18204
|
},
|
|
18203
18205
|
methods: {}
|
|
18204
18206
|
};
|
|
18205
|
-
function _sfc_render$
|
|
18207
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18206
18208
|
const _component_grid_col_item = resolveComponent("grid-col-item");
|
|
18207
18209
|
const _component_el_row = resolveComponent("el-row");
|
|
18208
18210
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -18243,13 +18245,13 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18243
18245
|
_: 3
|
|
18244
18246
|
}, 8, ["widget"]);
|
|
18245
18247
|
}
|
|
18246
|
-
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
18248
|
+
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j]]);
|
|
18247
18249
|
var __glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18248
18250
|
__proto__: null,
|
|
18249
18251
|
"default": gridItem
|
|
18250
18252
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
18251
18253
|
var subFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18252
|
-
const _sfc_main$
|
|
18254
|
+
const _sfc_main$i = {
|
|
18253
18255
|
name: "sub-form-item",
|
|
18254
18256
|
componentName: "ContainerItem",
|
|
18255
18257
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -18450,7 +18452,7 @@ const _sfc_main$h = {
|
|
|
18450
18452
|
}
|
|
18451
18453
|
}
|
|
18452
18454
|
};
|
|
18453
|
-
const _hoisted_1$
|
|
18455
|
+
const _hoisted_1$e = { class: "action-header-column" };
|
|
18454
18456
|
const _hoisted_2$b = { class: "action-label" };
|
|
18455
18457
|
const _hoisted_3$a = {
|
|
18456
18458
|
key: 0,
|
|
@@ -18463,7 +18465,7 @@ const _hoisted_7$1 = {
|
|
|
18463
18465
|
key: 0,
|
|
18464
18466
|
class: "row-number-span"
|
|
18465
18467
|
};
|
|
18466
|
-
function _sfc_render$
|
|
18468
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18467
18469
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
18468
18470
|
const _component_el_button = resolveComponent("el-button");
|
|
18469
18471
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
@@ -18477,7 +18479,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18477
18479
|
}, [
|
|
18478
18480
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
18479
18481
|
default: withCtx(() => [
|
|
18480
|
-
createElementVNode("div", _hoisted_1$
|
|
18482
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
18481
18483
|
createElementVNode("span", _hoisted_2$b, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
18482
18484
|
createVNode(_component_el_button, {
|
|
18483
18485
|
disabled: $data.actionDisabled,
|
|
@@ -18614,12 +18616,12 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18614
18616
|
_: 1
|
|
18615
18617
|
}, 8, ["widget"]);
|
|
18616
18618
|
}
|
|
18617
|
-
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
18619
|
+
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-2eb559e6"]]);
|
|
18618
18620
|
var __glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18619
18621
|
__proto__: null,
|
|
18620
18622
|
"default": subFormItem
|
|
18621
18623
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
18622
|
-
const _sfc_main$
|
|
18624
|
+
const _sfc_main$h = {
|
|
18623
18625
|
name: "tab-item",
|
|
18624
18626
|
componentName: "ContainerItem",
|
|
18625
18627
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -18666,7 +18668,7 @@ const _sfc_main$g = {
|
|
|
18666
18668
|
}
|
|
18667
18669
|
}
|
|
18668
18670
|
};
|
|
18669
|
-
function _sfc_render$
|
|
18671
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18670
18672
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
18671
18673
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
18672
18674
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -18741,13 +18743,13 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18741
18743
|
_: 3
|
|
18742
18744
|
}, 8, ["widget"]);
|
|
18743
18745
|
}
|
|
18744
|
-
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
18746
|
+
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h]]);
|
|
18745
18747
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18746
18748
|
__proto__: null,
|
|
18747
18749
|
"default": tabItem
|
|
18748
18750
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
18749
18751
|
var tableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18750
|
-
const _sfc_main$
|
|
18752
|
+
const _sfc_main$g = {
|
|
18751
18753
|
name: "TableCellItem",
|
|
18752
18754
|
componentName: "ContainerItem",
|
|
18753
18755
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -18767,8 +18769,8 @@ const _sfc_main$f = {
|
|
|
18767
18769
|
},
|
|
18768
18770
|
methods: {}
|
|
18769
18771
|
};
|
|
18770
|
-
const _hoisted_1$
|
|
18771
|
-
function _sfc_render$
|
|
18772
|
+
const _hoisted_1$d = ["colspan", "rowspan"];
|
|
18773
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18772
18774
|
return openBlock(), createElementBlock("td", {
|
|
18773
18775
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
18774
18776
|
colspan: $props.widget.options.colspan || 1,
|
|
@@ -18810,15 +18812,15 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18810
18812
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
18811
18813
|
], 64);
|
|
18812
18814
|
}), 256))
|
|
18813
|
-
], 14, _hoisted_1$
|
|
18815
|
+
], 14, _hoisted_1$d);
|
|
18814
18816
|
}
|
|
18815
|
-
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
18817
|
+
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-1825ed0b"]]);
|
|
18816
18818
|
var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18817
18819
|
__proto__: null,
|
|
18818
18820
|
"default": TableCellItem
|
|
18819
18821
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
18820
18822
|
var tableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18821
|
-
const _sfc_main$
|
|
18823
|
+
const _sfc_main$f = {
|
|
18822
18824
|
name: "table-item",
|
|
18823
18825
|
componentName: "ContainerItem",
|
|
18824
18826
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -18840,7 +18842,7 @@ const _sfc_main$e = {
|
|
|
18840
18842
|
},
|
|
18841
18843
|
methods: {}
|
|
18842
18844
|
};
|
|
18843
|
-
function _sfc_render$
|
|
18845
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18844
18846
|
const _component_table_cell_item = resolveComponent("table-cell-item");
|
|
18845
18847
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
18846
18848
|
return openBlock(), createBlock(_component_container_item_wrapper, { widget: $props.widget }, {
|
|
@@ -18890,7 +18892,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18890
18892
|
_: 3
|
|
18891
18893
|
}, 8, ["widget"]);
|
|
18892
18894
|
}
|
|
18893
|
-
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
18895
|
+
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-dfc6ca8e"]]);
|
|
18894
18896
|
var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18895
18897
|
__proto__: null,
|
|
18896
18898
|
"default": tableItem
|
|
@@ -18905,7 +18907,7 @@ var ContainerItems = {
|
|
|
18905
18907
|
}
|
|
18906
18908
|
};
|
|
18907
18909
|
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18908
|
-
const _sfc_main$
|
|
18910
|
+
const _sfc_main$e = {
|
|
18909
18911
|
name: "VFormRender",
|
|
18910
18912
|
componentName: "VFormRender",
|
|
18911
18913
|
mixins: [emitter, i18n$1],
|
|
@@ -19433,7 +19435,7 @@ const _sfc_main$d = {
|
|
|
19433
19435
|
}
|
|
19434
19436
|
}
|
|
19435
19437
|
};
|
|
19436
|
-
function _sfc_render$
|
|
19438
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19437
19439
|
const _component_el_form = resolveComponent("el-form");
|
|
19438
19440
|
return openBlock(), createBlock(_component_el_form, {
|
|
19439
19441
|
"label-position": $options.labelPosition,
|
|
@@ -19488,7 +19490,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19488
19490
|
_: 3
|
|
19489
19491
|
}, 8, ["label-position", "size", "class", "label-width", "model"]);
|
|
19490
19492
|
}
|
|
19491
|
-
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
19493
|
+
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-544703a2"]]);
|
|
19492
19494
|
var _export_sfc = (sfc, props) => {
|
|
19493
19495
|
const target = sfc.__vccOpts || sfc;
|
|
19494
19496
|
for (const [key, val] of props) {
|
|
@@ -19496,10 +19498,10 @@ var _export_sfc = (sfc, props) => {
|
|
|
19496
19498
|
}
|
|
19497
19499
|
return target;
|
|
19498
19500
|
};
|
|
19499
|
-
const _sfc_main$
|
|
19501
|
+
const _sfc_main$d = defineComponent({
|
|
19500
19502
|
name: "ArrowDown"
|
|
19501
19503
|
});
|
|
19502
|
-
const _hoisted_1$
|
|
19504
|
+
const _hoisted_1$c = {
|
|
19503
19505
|
class: "icon",
|
|
19504
19506
|
width: "200",
|
|
19505
19507
|
height: "200",
|
|
@@ -19513,14 +19515,14 @@ const _hoisted_2$a = /* @__PURE__ */ createElementVNode("path", {
|
|
|
19513
19515
|
const _hoisted_3$9 = [
|
|
19514
19516
|
_hoisted_2$a
|
|
19515
19517
|
];
|
|
19516
|
-
function _sfc_render$
|
|
19517
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19518
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19519
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$c, _hoisted_3$9);
|
|
19518
19520
|
}
|
|
19519
|
-
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19520
|
-
const _sfc_main$
|
|
19521
|
+
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
19522
|
+
const _sfc_main$c = defineComponent({
|
|
19521
19523
|
name: "ArrowUp"
|
|
19522
19524
|
});
|
|
19523
|
-
const _hoisted_1$
|
|
19525
|
+
const _hoisted_1$b = {
|
|
19524
19526
|
class: "icon",
|
|
19525
19527
|
width: "200",
|
|
19526
19528
|
height: "200",
|
|
@@ -19534,14 +19536,14 @@ const _hoisted_2$9 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
19534
19536
|
const _hoisted_3$8 = [
|
|
19535
19537
|
_hoisted_2$9
|
|
19536
19538
|
];
|
|
19537
|
-
function _sfc_render$
|
|
19538
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19539
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19540
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$b, _hoisted_3$8);
|
|
19539
19541
|
}
|
|
19540
|
-
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19541
|
-
const _sfc_main$
|
|
19542
|
+
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
|
|
19543
|
+
const _sfc_main$b = defineComponent({
|
|
19542
19544
|
name: "CirclePlus"
|
|
19543
19545
|
});
|
|
19544
|
-
const _hoisted_1$
|
|
19546
|
+
const _hoisted_1$a = {
|
|
19545
19547
|
class: "icon",
|
|
19546
19548
|
width: "200",
|
|
19547
19549
|
height: "200",
|
|
@@ -19565,14 +19567,14 @@ const _hoisted_5$1 = [
|
|
|
19565
19567
|
_hoisted_3$7,
|
|
19566
19568
|
_hoisted_4$2
|
|
19567
19569
|
];
|
|
19568
|
-
function _sfc_render$
|
|
19569
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19570
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19571
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$a, _hoisted_5$1);
|
|
19570
19572
|
}
|
|
19571
|
-
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19572
|
-
const _sfc_main$
|
|
19573
|
+
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
|
|
19574
|
+
const _sfc_main$a = defineComponent({
|
|
19573
19575
|
name: "Delete"
|
|
19574
19576
|
});
|
|
19575
|
-
const _hoisted_1$
|
|
19577
|
+
const _hoisted_1$9 = {
|
|
19576
19578
|
class: "icon",
|
|
19577
19579
|
width: "200",
|
|
19578
19580
|
height: "200",
|
|
@@ -19586,14 +19588,14 @@ const _hoisted_2$7 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
19586
19588
|
const _hoisted_3$6 = [
|
|
19587
19589
|
_hoisted_2$7
|
|
19588
19590
|
];
|
|
19589
|
-
function _sfc_render$
|
|
19590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19591
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19592
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$9, _hoisted_3$6);
|
|
19591
19593
|
}
|
|
19592
|
-
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19593
|
-
const _sfc_main$
|
|
19594
|
+
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
19595
|
+
const _sfc_main$9 = defineComponent({
|
|
19594
19596
|
name: "Edit"
|
|
19595
19597
|
});
|
|
19596
|
-
const _hoisted_1$
|
|
19598
|
+
const _hoisted_1$8 = {
|
|
19597
19599
|
class: "icon",
|
|
19598
19600
|
width: "200",
|
|
19599
19601
|
height: "200",
|
|
@@ -19612,14 +19614,14 @@ const _hoisted_4$1 = [
|
|
|
19612
19614
|
_hoisted_2$6,
|
|
19613
19615
|
_hoisted_3$5
|
|
19614
19616
|
];
|
|
19615
|
-
function _sfc_render$
|
|
19616
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19617
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19618
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$8, _hoisted_4$1);
|
|
19617
19619
|
}
|
|
19618
|
-
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19619
|
-
const _sfc_main$
|
|
19620
|
+
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
|
|
19621
|
+
const _sfc_main$8 = defineComponent({
|
|
19620
19622
|
name: "InfoFilled"
|
|
19621
19623
|
});
|
|
19622
|
-
const _hoisted_1$
|
|
19624
|
+
const _hoisted_1$7 = {
|
|
19623
19625
|
class: "icon",
|
|
19624
19626
|
width: "200",
|
|
19625
19627
|
height: "200",
|
|
@@ -19633,14 +19635,14 @@ const _hoisted_2$5 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
19633
19635
|
const _hoisted_3$4 = [
|
|
19634
19636
|
_hoisted_2$5
|
|
19635
19637
|
];
|
|
19636
|
-
function _sfc_render$
|
|
19637
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19638
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19639
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$7, _hoisted_3$4);
|
|
19638
19640
|
}
|
|
19639
|
-
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19640
|
-
const _sfc_main$
|
|
19641
|
+
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
|
|
19642
|
+
const _sfc_main$7 = defineComponent({
|
|
19641
19643
|
name: "Minus"
|
|
19642
19644
|
});
|
|
19643
|
-
const _hoisted_1$
|
|
19645
|
+
const _hoisted_1$6 = {
|
|
19644
19646
|
class: "icon",
|
|
19645
19647
|
width: "200",
|
|
19646
19648
|
height: "200",
|
|
@@ -19654,14 +19656,14 @@ const _hoisted_2$4 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
19654
19656
|
const _hoisted_3$3 = [
|
|
19655
19657
|
_hoisted_2$4
|
|
19656
19658
|
];
|
|
19657
|
-
function _sfc_render$
|
|
19658
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19659
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19660
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$6, _hoisted_3$3);
|
|
19659
19661
|
}
|
|
19660
|
-
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19661
|
-
const _sfc_main$
|
|
19662
|
+
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
19663
|
+
const _sfc_main$6 = defineComponent({
|
|
19662
19664
|
name: "Plus"
|
|
19663
19665
|
});
|
|
19664
|
-
const _hoisted_1$
|
|
19666
|
+
const _hoisted_1$5 = {
|
|
19665
19667
|
class: "icon",
|
|
19666
19668
|
width: "200",
|
|
19667
19669
|
height: "200",
|
|
@@ -19675,14 +19677,14 @@ const _hoisted_2$3 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
19675
19677
|
const _hoisted_3$2 = [
|
|
19676
19678
|
_hoisted_2$3
|
|
19677
19679
|
];
|
|
19678
|
-
function _sfc_render$
|
|
19679
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19680
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19681
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$5, _hoisted_3$2);
|
|
19680
19682
|
}
|
|
19681
|
-
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19682
|
-
const _sfc_main$
|
|
19683
|
+
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
|
|
19684
|
+
const _sfc_main$5 = defineComponent({
|
|
19683
19685
|
name: "Search"
|
|
19684
19686
|
});
|
|
19685
|
-
const _hoisted_1$
|
|
19687
|
+
const _hoisted_1$4 = {
|
|
19686
19688
|
class: "icon",
|
|
19687
19689
|
width: "200",
|
|
19688
19690
|
height: "200",
|
|
@@ -19696,10 +19698,10 @@ const _hoisted_2$2 = /* @__PURE__ */ createElementVNode("path", {
|
|
|
19696
19698
|
const _hoisted_3$1 = [
|
|
19697
19699
|
_hoisted_2$2
|
|
19698
19700
|
];
|
|
19699
|
-
function _sfc_render$
|
|
19700
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
19701
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19702
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$4, _hoisted_3$1);
|
|
19701
19703
|
}
|
|
19702
|
-
var search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19704
|
+
var search = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
19703
19705
|
function registerIcon(app) {
|
|
19704
19706
|
app.component("el-icon-edit", edit);
|
|
19705
19707
|
app.component("el-icon-minus", minus);
|
|
@@ -19714,13 +19716,13 @@ function registerIcon(app) {
|
|
|
19714
19716
|
if (typeof window !== "undefined") {
|
|
19715
19717
|
let loadSvg = function() {
|
|
19716
19718
|
var body = document.body;
|
|
19717
|
-
var svgDom = document.getElementById("
|
|
19719
|
+
var svgDom = document.getElementById("__svg__icons__dom__1762757882420__");
|
|
19718
19720
|
if (!svgDom) {
|
|
19719
19721
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
19720
19722
|
svgDom.style.position = "absolute";
|
|
19721
19723
|
svgDom.style.width = "0";
|
|
19722
19724
|
svgDom.style.height = "0";
|
|
19723
|
-
svgDom.id = "
|
|
19725
|
+
svgDom.id = "__svg__icons__dom__1762757882420__";
|
|
19724
19726
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
19725
19727
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
19726
19728
|
}
|
|
@@ -19941,7 +19943,7 @@ var containerMixin = {
|
|
|
19941
19943
|
}
|
|
19942
19944
|
};
|
|
19943
19945
|
var containerWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19944
|
-
const _sfc_main$
|
|
19946
|
+
const _sfc_main$4 = {
|
|
19945
19947
|
name: "container-wrapper",
|
|
19946
19948
|
mixins: [i18n$1, containerMixin],
|
|
19947
19949
|
components: {
|
|
@@ -19960,7 +19962,7 @@ const _sfc_main$3 = {
|
|
|
19960
19962
|
}
|
|
19961
19963
|
}
|
|
19962
19964
|
};
|
|
19963
|
-
const _hoisted_1$
|
|
19965
|
+
const _hoisted_1$3 = {
|
|
19964
19966
|
key: 0,
|
|
19965
19967
|
class: "container-action"
|
|
19966
19968
|
};
|
|
@@ -19977,13 +19979,13 @@ const _hoisted_9 = {
|
|
|
19977
19979
|
};
|
|
19978
19980
|
const _hoisted_10 = ["title"];
|
|
19979
19981
|
const _hoisted_11 = { key: 0 };
|
|
19980
|
-
function _sfc_render$
|
|
19982
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19981
19983
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
19982
19984
|
return openBlock(), createElementBlock("div", {
|
|
19983
19985
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
19984
19986
|
}, [
|
|
19985
19987
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
19986
|
-
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
19988
|
+
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$3, [
|
|
19987
19989
|
createElementVNode("i", {
|
|
19988
19990
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
19989
19991
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
@@ -20045,7 +20047,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20045
20047
|
])) : createCommentVNode("", true)
|
|
20046
20048
|
], 2);
|
|
20047
20049
|
}
|
|
20048
|
-
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
20050
|
+
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-679de05a"]]);
|
|
20049
20051
|
var refMixinDesign = {
|
|
20050
20052
|
methods: {
|
|
20051
20053
|
initRefList() {
|
|
@@ -20071,7 +20073,7 @@ var refMixinDesign = {
|
|
|
20071
20073
|
}
|
|
20072
20074
|
};
|
|
20073
20075
|
var cardWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
20074
|
-
const _sfc_main$
|
|
20076
|
+
const _sfc_main$3 = {
|
|
20075
20077
|
name: "card-widget",
|
|
20076
20078
|
componentName: "ContainerWidget",
|
|
20077
20079
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -20112,9 +20114,9 @@ const _sfc_main$2 = {
|
|
|
20112
20114
|
}
|
|
20113
20115
|
}
|
|
20114
20116
|
};
|
|
20115
|
-
const _hoisted_1$
|
|
20117
|
+
const _hoisted_1$2 = { class: "clear-fix" };
|
|
20116
20118
|
const _hoisted_2 = { class: "form-widget-list" };
|
|
20117
|
-
function _sfc_render$
|
|
20119
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20118
20120
|
const _component_ArrowDown = resolveComponent("ArrowDown");
|
|
20119
20121
|
const _component_el_icon = resolveComponent("el-icon");
|
|
20120
20122
|
const _component_ArrowUp = resolveComponent("ArrowUp");
|
|
@@ -20137,7 +20139,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20137
20139
|
style: normalizeStyle({ width: $props.widget.options.cardWidth + "!important" || "" })
|
|
20138
20140
|
}, {
|
|
20139
20141
|
header: withCtx(() => [
|
|
20140
|
-
createElementVNode("div", _hoisted_1$
|
|
20142
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
20141
20143
|
createElementVNode("span", null, toDisplayString($props.widget.options.label), 1),
|
|
20142
20144
|
$props.widget.options.showFold ? (openBlock(), createElementBlock("i", {
|
|
20143
20145
|
key: 0,
|
|
@@ -20199,9 +20201,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20199
20201
|
_: 1
|
|
20200
20202
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
20201
20203
|
}
|
|
20202
|
-
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
20204
|
+
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-06588696"]]);
|
|
20203
20205
|
var cardItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
20204
|
-
const _sfc_main$
|
|
20206
|
+
const _sfc_main$2 = {
|
|
20205
20207
|
name: "card-item",
|
|
20206
20208
|
componentName: "ContainerItem",
|
|
20207
20209
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -20232,8 +20234,8 @@ const _sfc_main$1 = {
|
|
|
20232
20234
|
}
|
|
20233
20235
|
}
|
|
20234
20236
|
};
|
|
20235
|
-
const _hoisted_1 = { class: "clear-fix" };
|
|
20236
|
-
function _sfc_render$
|
|
20237
|
+
const _hoisted_1$1 = { class: "clear-fix" };
|
|
20238
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20237
20239
|
const _component_ArrowDown = resolveComponent("ArrowDown");
|
|
20238
20240
|
const _component_el_icon = resolveComponent("el-icon");
|
|
20239
20241
|
const _component_ArrowUp = resolveComponent("ArrowUp");
|
|
@@ -20249,7 +20251,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20249
20251
|
ref: $props.widget.id
|
|
20250
20252
|
}, {
|
|
20251
20253
|
header: withCtx(() => [
|
|
20252
|
-
createElementVNode("div", _hoisted_1, [
|
|
20254
|
+
createElementVNode("div", _hoisted_1$1, [
|
|
20253
20255
|
createElementVNode("span", null, toDisplayString($props.widget.options.label), 1),
|
|
20254
20256
|
$props.widget.options.showFold ? (openBlock(), createElementBlock("i", {
|
|
20255
20257
|
key: 0,
|
|
@@ -20316,8 +20318,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20316
20318
|
_: 3
|
|
20317
20319
|
}, 8, ["widget"]);
|
|
20318
20320
|
}
|
|
20319
|
-
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
20320
|
-
const _sfc_main = {
|
|
20321
|
+
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-52275f84"]]);
|
|
20322
|
+
const _sfc_main$1 = {
|
|
20321
20323
|
name: "alert-widget",
|
|
20322
20324
|
componentName: "FieldWidget",
|
|
20323
20325
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -20363,7 +20365,7 @@ const _sfc_main = {
|
|
|
20363
20365
|
}
|
|
20364
20366
|
}
|
|
20365
20367
|
};
|
|
20366
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20368
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20367
20369
|
const _component_el_alert = resolveComponent("el-alert");
|
|
20368
20370
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
20369
20371
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -20394,7 +20396,109 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20394
20396
|
_: 1
|
|
20395
20397
|
}, 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"]);
|
|
20396
20398
|
}
|
|
20397
|
-
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render]]);
|
|
20399
|
+
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
20400
|
+
var personTreeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
20401
|
+
const _sfc_main = {
|
|
20402
|
+
name: "person-tree-widget",
|
|
20403
|
+
componentName: "FieldWidget",
|
|
20404
|
+
mixins: [emitter, fieldMixin, i18n$1],
|
|
20405
|
+
props: {
|
|
20406
|
+
field: {
|
|
20407
|
+
type: Object,
|
|
20408
|
+
default: () => ({})
|
|
20409
|
+
},
|
|
20410
|
+
parentWidget: Object,
|
|
20411
|
+
parentList: Array,
|
|
20412
|
+
indexOfParentList: Number,
|
|
20413
|
+
designer: Object,
|
|
20414
|
+
designState: {
|
|
20415
|
+
type: Boolean,
|
|
20416
|
+
default: false
|
|
20417
|
+
},
|
|
20418
|
+
subFormRowIndex: {
|
|
20419
|
+
type: Number,
|
|
20420
|
+
default: -1
|
|
20421
|
+
},
|
|
20422
|
+
subFormColIndex: {
|
|
20423
|
+
type: Number,
|
|
20424
|
+
default: -1
|
|
20425
|
+
},
|
|
20426
|
+
subFormRowId: {
|
|
20427
|
+
type: String,
|
|
20428
|
+
default: ""
|
|
20429
|
+
}
|
|
20430
|
+
},
|
|
20431
|
+
components: {
|
|
20432
|
+
StaticContentWrapper
|
|
20433
|
+
},
|
|
20434
|
+
data() {
|
|
20435
|
+
return {
|
|
20436
|
+
dialogVisible: false
|
|
20437
|
+
};
|
|
20438
|
+
},
|
|
20439
|
+
created() {
|
|
20440
|
+
this.registerToRefList();
|
|
20441
|
+
this.initEventHandler();
|
|
20442
|
+
},
|
|
20443
|
+
beforeUnmount() {
|
|
20444
|
+
this.unregisterFromRefList();
|
|
20445
|
+
},
|
|
20446
|
+
methods: {
|
|
20447
|
+
handleClick() {
|
|
20448
|
+
this.dialogVisible = true;
|
|
20449
|
+
}
|
|
20450
|
+
}
|
|
20451
|
+
};
|
|
20452
|
+
const _hoisted_1 = { class: "person-tree-widget__content" };
|
|
20453
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20454
|
+
const _component_el_button = resolveComponent("el-button");
|
|
20455
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
20456
|
+
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
20457
|
+
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
20458
|
+
designer: $props.designer,
|
|
20459
|
+
field: $props.field,
|
|
20460
|
+
"design-state": $props.designState,
|
|
20461
|
+
"parent-widget": $props.parentWidget,
|
|
20462
|
+
"parent-list": $props.parentList,
|
|
20463
|
+
"index-of-parent-list": $props.indexOfParentList,
|
|
20464
|
+
"sub-form-row-index": $props.subFormRowIndex,
|
|
20465
|
+
"sub-form-col-index": $props.subFormColIndex,
|
|
20466
|
+
"sub-form-row-id": $props.subFormRowId
|
|
20467
|
+
}, {
|
|
20468
|
+
default: withCtx(() => [
|
|
20469
|
+
createElementVNode("div", {
|
|
20470
|
+
class: normalizeClass(["person-tree-widget", $props.field.options.customClass])
|
|
20471
|
+
}, [
|
|
20472
|
+
createVNode(_component_el_button, {
|
|
20473
|
+
type: "primary",
|
|
20474
|
+
onClick: $options.handleClick
|
|
20475
|
+
}, {
|
|
20476
|
+
default: withCtx(() => [
|
|
20477
|
+
createTextVNode(toDisplayString($props.field.options.buttonText || "\u9009\u62E9\u4EBA\u5458"), 1)
|
|
20478
|
+
]),
|
|
20479
|
+
_: 1
|
|
20480
|
+
}, 8, ["onClick"]),
|
|
20481
|
+
createVNode(_component_el_dialog, {
|
|
20482
|
+
modelValue: $data.dialogVisible,
|
|
20483
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.dialogVisible = $event),
|
|
20484
|
+
title: $props.field.options.dialogTitle || "\u4EBA\u5458\u6811",
|
|
20485
|
+
width: $props.field.options.dialogWidth || "50%"
|
|
20486
|
+
}, {
|
|
20487
|
+
default: withCtx(() => [
|
|
20488
|
+
createElementVNode("div", _hoisted_1, [
|
|
20489
|
+
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
20490
|
+
_cache[1] || (_cache[1] = createElementVNode("div", null, "Tree", -1))
|
|
20491
|
+
], true)
|
|
20492
|
+
])
|
|
20493
|
+
]),
|
|
20494
|
+
_: 3
|
|
20495
|
+
}, 8, ["modelValue", "title", "width"])
|
|
20496
|
+
], 2)
|
|
20497
|
+
]),
|
|
20498
|
+
_: 3
|
|
20499
|
+
}, 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"]);
|
|
20500
|
+
}
|
|
20501
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-37d97370"]]);
|
|
20398
20502
|
const loadExtension = function(app) {
|
|
20399
20503
|
app.component(CardWidget.name, CardWidget);
|
|
20400
20504
|
app.component(CardItem.name, CardItem);
|
|
@@ -20427,6 +20531,7 @@ const loadExtension = function(app) {
|
|
|
20427
20531
|
];
|
|
20428
20532
|
registerCPEditor(app, "alert-effect", "alert-effect-editor", createRadioButtonGroupEditor("effect", "extension.setting.effect", { optionItems: effectOptions }));
|
|
20429
20533
|
registerEPEditor(app, "alert-onClose", "alert-onClose-editor", createEventHandlerEditor("onClose", []));
|
|
20534
|
+
app.component(PersonTreeWidget.name, PersonTreeWidget);
|
|
20430
20535
|
};
|
|
20431
20536
|
VFormRender.install = function(app) {
|
|
20432
20537
|
loadExtension(app);
|