form-custom-test 3.0.23 → 3.0.25
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 +213 -304
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +8 -8
- package/dist/render.es.js +10 -11
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +4 -4
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -3843,15 +3843,15 @@ const _sfc_main$3n = {
|
|
|
3843
3843
|
}
|
|
3844
3844
|
}
|
|
3845
3845
|
};
|
|
3846
|
-
const _hoisted_1$
|
|
3847
|
-
const _hoisted_2$
|
|
3846
|
+
const _hoisted_1$O = ["xlink:href"];
|
|
3847
|
+
const _hoisted_2$x = { key: 0 };
|
|
3848
3848
|
function _sfc_render$3n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3849
3849
|
return openBlock(), createElementBlock("svg", {
|
|
3850
3850
|
class: normalizeClass($options.svgClass),
|
|
3851
3851
|
"aria-hidden": "true"
|
|
3852
3852
|
}, [
|
|
3853
|
-
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$
|
|
3854
|
-
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$
|
|
3853
|
+
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$O),
|
|
3854
|
+
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$x, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
3855
3855
|
], 2);
|
|
3856
3856
|
}
|
|
3857
3857
|
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$3n, [["render", _sfc_render$3n], ["__scopeId", "data-v-8002b89a"]]);
|
|
@@ -3984,10 +3984,10 @@ const _sfc_main$3m = {
|
|
|
3984
3984
|
}
|
|
3985
3985
|
}
|
|
3986
3986
|
};
|
|
3987
|
-
const _hoisted_1$
|
|
3988
|
-
const _hoisted_2$
|
|
3989
|
-
const _hoisted_3$
|
|
3990
|
-
const _hoisted_4$
|
|
3987
|
+
const _hoisted_1$N = { class: "panel-container" };
|
|
3988
|
+
const _hoisted_2$w = ["title", "onDblclick"];
|
|
3989
|
+
const _hoisted_3$s = ["title", "onDblclick"];
|
|
3990
|
+
const _hoisted_4$i = ["title", "onDblclick"];
|
|
3991
3991
|
const _hoisted_5$g = ["title", "onDblclick"];
|
|
3992
3992
|
const _hoisted_6$f = ["src"];
|
|
3993
3993
|
const _hoisted_7$c = ["src"];
|
|
@@ -4009,7 +4009,7 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4009
4009
|
style: normalizeStyle({ height: $data.scrollerHeight })
|
|
4010
4010
|
}, {
|
|
4011
4011
|
default: withCtx(() => [
|
|
4012
|
-
createElementVNode("div", _hoisted_1$
|
|
4012
|
+
createElementVNode("div", _hoisted_1$N, [
|
|
4013
4013
|
createVNode(_component_el_tabs, {
|
|
4014
4014
|
modelValue: $data.firstTab,
|
|
4015
4015
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.firstTab = $event),
|
|
@@ -4059,7 +4059,7 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4059
4059
|
}, null, 8, ["icon-class"]),
|
|
4060
4060
|
createTextVNode(toDisplayString(_ctx.i18n2t(`designer.widgetLabel.${ctn.type}`, `extension.widgetLabel.${ctn.type}`)), 1)
|
|
4061
4061
|
])
|
|
4062
|
-
], 40, _hoisted_2$
|
|
4062
|
+
], 40, _hoisted_2$w)
|
|
4063
4063
|
]),
|
|
4064
4064
|
_: 1
|
|
4065
4065
|
}, 8, ["list", "clone", "move", "onEnd"])
|
|
@@ -4094,7 +4094,7 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4094
4094
|
}, null, 8, ["icon-class"]),
|
|
4095
4095
|
createTextVNode(toDisplayString(_ctx.i18n2t(`designer.widgetLabel.${fld.type}`, `extension.widgetLabel.${fld.type}`)), 1)
|
|
4096
4096
|
])
|
|
4097
|
-
], 40, _hoisted_3$
|
|
4097
|
+
], 40, _hoisted_3$s)
|
|
4098
4098
|
]),
|
|
4099
4099
|
_: 1
|
|
4100
4100
|
}, 8, ["list", "move", "clone"])
|
|
@@ -4129,7 +4129,7 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4129
4129
|
}, null, 8, ["icon-class"]),
|
|
4130
4130
|
createTextVNode(toDisplayString(_ctx.i18n2t(`designer.widgetLabel.${fld.type}`, `extension.widgetLabel.${fld.type}`)), 1)
|
|
4131
4131
|
])
|
|
4132
|
-
], 40, _hoisted_4$
|
|
4132
|
+
], 40, _hoisted_4$i)
|
|
4133
4133
|
]),
|
|
4134
4134
|
_: 1
|
|
4135
4135
|
}, 8, ["list", "move", "clone"])
|
|
@@ -4454,13 +4454,13 @@ const _sfc_main$3k = {
|
|
|
4454
4454
|
}
|
|
4455
4455
|
}
|
|
4456
4456
|
};
|
|
4457
|
-
const _hoisted_1$
|
|
4457
|
+
const _hoisted_1$M = {
|
|
4458
4458
|
key: 0,
|
|
4459
4459
|
class: "field-action"
|
|
4460
4460
|
};
|
|
4461
|
-
const _hoisted_2$
|
|
4462
|
-
const _hoisted_3$
|
|
4463
|
-
const _hoisted_4$
|
|
4461
|
+
const _hoisted_2$v = ["title"];
|
|
4462
|
+
const _hoisted_3$r = ["title"];
|
|
4463
|
+
const _hoisted_4$h = ["title"];
|
|
4464
4464
|
const _hoisted_5$f = ["title"];
|
|
4465
4465
|
const _hoisted_6$e = {
|
|
4466
4466
|
key: 1,
|
|
@@ -4483,27 +4483,27 @@ function _sfc_render$3k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4483
4483
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4484
4484
|
], 6)) : createCommentVNode("", true),
|
|
4485
4485
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
4486
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4486
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
4487
4487
|
createElementVNode("i", {
|
|
4488
4488
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
4489
4489
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
4490
4490
|
}, [
|
|
4491
4491
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
4492
|
-
], 8, _hoisted_2$
|
|
4492
|
+
], 8, _hoisted_2$v),
|
|
4493
4493
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
4494
4494
|
key: 0,
|
|
4495
4495
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
4496
4496
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.moveUpWidget($props.field), ["stop"]))
|
|
4497
4497
|
}, [
|
|
4498
4498
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
4499
|
-
], 8, _hoisted_3$
|
|
4499
|
+
], 8, _hoisted_3$r)) : createCommentVNode("", true),
|
|
4500
4500
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
4501
4501
|
key: 1,
|
|
4502
4502
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
4503
4503
|
onClick: _cache[3] || (_cache[3] = withModifiers(($event) => $options.moveDownWidget($props.field), ["stop"]))
|
|
4504
4504
|
}, [
|
|
4505
4505
|
createVNode(_component_svg_icon, { "icon-class": "el-move-down" })
|
|
4506
|
-
], 8, _hoisted_4$
|
|
4506
|
+
], 8, _hoisted_4$h)) : createCommentVNode("", true),
|
|
4507
4507
|
createElementVNode("i", {
|
|
4508
4508
|
title: _ctx.i18nt("designer.hint.remove"),
|
|
4509
4509
|
onClick: _cache[4] || (_cache[4] = withModifiers((...args) => $options.removeFieldWidget && $options.removeFieldWidget(...args), ["stop"]))
|
|
@@ -5324,16 +5324,16 @@ const _sfc_main$3i = {
|
|
|
5324
5324
|
}
|
|
5325
5325
|
}
|
|
5326
5326
|
};
|
|
5327
|
-
const _hoisted_1$
|
|
5327
|
+
const _hoisted_1$L = {
|
|
5328
5328
|
key: 0,
|
|
5329
5329
|
class: "custom-label"
|
|
5330
5330
|
};
|
|
5331
|
-
const _hoisted_2$
|
|
5331
|
+
const _hoisted_2$u = {
|
|
5332
5332
|
key: 0,
|
|
5333
5333
|
class: "field-action"
|
|
5334
5334
|
};
|
|
5335
|
-
const _hoisted_3$
|
|
5336
|
-
const _hoisted_4$
|
|
5335
|
+
const _hoisted_3$q = ["title"];
|
|
5336
|
+
const _hoisted_4$g = ["title"];
|
|
5337
5337
|
const _hoisted_5$e = ["title"];
|
|
5338
5338
|
const _hoisted_6$d = ["title"];
|
|
5339
5339
|
const _hoisted_7$a = {
|
|
@@ -5360,7 +5360,7 @@ function _sfc_render$3i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5360
5360
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
5361
5361
|
}, {
|
|
5362
5362
|
label: withCtx(() => [
|
|
5363
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
5363
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$L, [
|
|
5364
5364
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
5365
5365
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
5366
5366
|
createVNode(_component_el_tooltip, {
|
|
@@ -5410,20 +5410,20 @@ function _sfc_render$3i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5410
5410
|
_: 3
|
|
5411
5411
|
}, 8, ["label", "label-width", "title", "rules", "prop", "class"])) : createCommentVNode("", true),
|
|
5412
5412
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
5413
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5413
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$u, [
|
|
5414
5414
|
createElementVNode("i", {
|
|
5415
5415
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
5416
5416
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
5417
5417
|
}, [
|
|
5418
5418
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
5419
|
-
], 8, _hoisted_3$
|
|
5419
|
+
], 8, _hoisted_3$q),
|
|
5420
5420
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
5421
5421
|
key: 0,
|
|
5422
5422
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
5423
5423
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.moveUpWidget($props.field), ["stop"]))
|
|
5424
5424
|
}, [
|
|
5425
5425
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
5426
|
-
], 8, _hoisted_4$
|
|
5426
|
+
], 8, _hoisted_4$g)) : createCommentVNode("", true),
|
|
5427
5427
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
5428
5428
|
key: 1,
|
|
5429
5429
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
@@ -5518,7 +5518,7 @@ const _sfc_main$3h = {
|
|
|
5518
5518
|
},
|
|
5519
5519
|
methods: {}
|
|
5520
5520
|
};
|
|
5521
|
-
const _hoisted_1$
|
|
5521
|
+
const _hoisted_1$K = { class: "full-width-input" };
|
|
5522
5522
|
function _sfc_render$3h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5523
5523
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
5524
5524
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -5535,7 +5535,7 @@ function _sfc_render$3h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5535
5535
|
"sub-form-row-id": $props.subFormRowId
|
|
5536
5536
|
}, {
|
|
5537
5537
|
default: withCtx(() => [
|
|
5538
|
-
createElementVNode("div", _hoisted_1$
|
|
5538
|
+
createElementVNode("div", _hoisted_1$K, [
|
|
5539
5539
|
createVNode(_component_el_cascader, {
|
|
5540
5540
|
ref: "fieldEditor",
|
|
5541
5541
|
options: $props.field.options.optionItems,
|
|
@@ -6063,247 +6063,247 @@ var _export_sfc = (sfc, props) => {
|
|
|
6063
6063
|
const _sfc_main$3b = defineComponent({
|
|
6064
6064
|
name: "ArrowDownBold"
|
|
6065
6065
|
});
|
|
6066
|
-
const _hoisted_1$
|
|
6066
|
+
const _hoisted_1$J = {
|
|
6067
6067
|
class: "icon",
|
|
6068
6068
|
width: "200",
|
|
6069
6069
|
height: "200",
|
|
6070
6070
|
viewBox: "0 0 1024 1024",
|
|
6071
6071
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6072
6072
|
};
|
|
6073
|
-
const _hoisted_2$
|
|
6073
|
+
const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
|
|
6074
6074
|
fill: "currentColor",
|
|
6075
6075
|
d: "M104.704 338.752a64 64 0 0190.496 0l316.8 316.8 316.8-316.8a64 64 0 0190.496 90.496L557.248 791.296a64 64 0 01-90.496 0L104.704 429.248a64 64 0 010-90.496z"
|
|
6076
6076
|
}, null, -1);
|
|
6077
|
-
const _hoisted_3$
|
|
6078
|
-
_hoisted_2$
|
|
6077
|
+
const _hoisted_3$p = [
|
|
6078
|
+
_hoisted_2$t
|
|
6079
6079
|
];
|
|
6080
6080
|
function _sfc_render$3b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6081
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6081
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$p);
|
|
6082
6082
|
}
|
|
6083
6083
|
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$3b, [["render", _sfc_render$3b]]);
|
|
6084
6084
|
const _sfc_main$3a = defineComponent({
|
|
6085
6085
|
name: "ArrowDown"
|
|
6086
6086
|
});
|
|
6087
|
-
const _hoisted_1$
|
|
6087
|
+
const _hoisted_1$I = {
|
|
6088
6088
|
class: "icon",
|
|
6089
6089
|
width: "200",
|
|
6090
6090
|
height: "200",
|
|
6091
6091
|
viewBox: "0 0 1024 1024",
|
|
6092
6092
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6093
6093
|
};
|
|
6094
|
-
const _hoisted_2$
|
|
6094
|
+
const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", {
|
|
6095
6095
|
fill: "currentColor",
|
|
6096
6096
|
d: "M831.872 340.864L512 652.672 192.128 340.864a30.592 30.592 0 00-42.752 0 29.12 29.12 0 000 41.6L489.664 714.24a32 32 0 0044.672 0l340.288-331.712a29.12 29.12 0 000-41.728 30.592 30.592 0 00-42.752 0z"
|
|
6097
6097
|
}, null, -1);
|
|
6098
|
-
const _hoisted_3$
|
|
6099
|
-
_hoisted_2$
|
|
6098
|
+
const _hoisted_3$o = [
|
|
6099
|
+
_hoisted_2$s
|
|
6100
6100
|
];
|
|
6101
6101
|
function _sfc_render$3a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6102
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6102
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$o);
|
|
6103
6103
|
}
|
|
6104
6104
|
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$3a, [["render", _sfc_render$3a]]);
|
|
6105
6105
|
const _sfc_main$39 = defineComponent({
|
|
6106
6106
|
name: "ArrowUp"
|
|
6107
6107
|
});
|
|
6108
|
-
const _hoisted_1$
|
|
6108
|
+
const _hoisted_1$H = {
|
|
6109
6109
|
class: "icon",
|
|
6110
6110
|
width: "200",
|
|
6111
6111
|
height: "200",
|
|
6112
6112
|
viewBox: "0 0 1024 1024",
|
|
6113
6113
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6114
6114
|
};
|
|
6115
|
-
const _hoisted_2$
|
|
6115
|
+
const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
|
|
6116
6116
|
fill: "currentColor",
|
|
6117
6117
|
d: "M488.832 344.32l-339.84 356.672a32 32 0 000 44.16l.384.384a29.44 29.44 0 0042.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0042.688 0l.384-.384a32 32 0 000-44.16L535.168 344.32a32 32 0 00-46.336 0z"
|
|
6118
6118
|
}, null, -1);
|
|
6119
|
-
const _hoisted_3$
|
|
6120
|
-
_hoisted_2$
|
|
6119
|
+
const _hoisted_3$n = [
|
|
6120
|
+
_hoisted_2$r
|
|
6121
6121
|
];
|
|
6122
6122
|
function _sfc_render$39(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6123
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6123
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$n);
|
|
6124
6124
|
}
|
|
6125
6125
|
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$39, [["render", _sfc_render$39]]);
|
|
6126
6126
|
const _sfc_main$38 = defineComponent({
|
|
6127
6127
|
name: "CirclePlus"
|
|
6128
6128
|
});
|
|
6129
|
-
const _hoisted_1$
|
|
6129
|
+
const _hoisted_1$G = {
|
|
6130
6130
|
class: "icon",
|
|
6131
6131
|
width: "200",
|
|
6132
6132
|
height: "200",
|
|
6133
6133
|
viewBox: "0 0 1024 1024",
|
|
6134
6134
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6135
6135
|
};
|
|
6136
|
-
const _hoisted_2$
|
|
6136
|
+
const _hoisted_2$q = /* @__PURE__ */ createElementVNode("path", {
|
|
6137
6137
|
fill: "currentColor",
|
|
6138
6138
|
d: "M352 480h320a32 32 0 110 64H352a32 32 0 010-64z"
|
|
6139
6139
|
}, null, -1);
|
|
6140
|
-
const _hoisted_3$
|
|
6140
|
+
const _hoisted_3$m = /* @__PURE__ */ createElementVNode("path", {
|
|
6141
6141
|
fill: "currentColor",
|
|
6142
6142
|
d: "M480 672V352a32 32 0 1164 0v320a32 32 0 01-64 0z"
|
|
6143
6143
|
}, null, -1);
|
|
6144
|
-
const _hoisted_4$
|
|
6144
|
+
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("path", {
|
|
6145
6145
|
fill: "currentColor",
|
|
6146
6146
|
d: "M512 896a384 384 0 100-768 384 384 0 000 768zm0 64a448 448 0 110-896 448 448 0 010 896z"
|
|
6147
6147
|
}, null, -1);
|
|
6148
6148
|
const _hoisted_5$d = [
|
|
6149
|
-
_hoisted_2$
|
|
6150
|
-
_hoisted_3$
|
|
6151
|
-
_hoisted_4$
|
|
6149
|
+
_hoisted_2$q,
|
|
6150
|
+
_hoisted_3$m,
|
|
6151
|
+
_hoisted_4$f
|
|
6152
6152
|
];
|
|
6153
6153
|
function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6154
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6154
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_5$d);
|
|
6155
6155
|
}
|
|
6156
6156
|
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$38, [["render", _sfc_render$38]]);
|
|
6157
6157
|
const _sfc_main$37 = defineComponent({
|
|
6158
6158
|
name: "Delete"
|
|
6159
6159
|
});
|
|
6160
|
-
const _hoisted_1$
|
|
6160
|
+
const _hoisted_1$F = {
|
|
6161
6161
|
class: "icon",
|
|
6162
6162
|
width: "200",
|
|
6163
6163
|
height: "200",
|
|
6164
6164
|
viewBox: "0 0 1024 1024",
|
|
6165
6165
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6166
6166
|
};
|
|
6167
|
-
const _hoisted_2$
|
|
6167
|
+
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
|
|
6168
6168
|
fill: "currentColor",
|
|
6169
6169
|
d: "M160 256H96a32 32 0 010-64h256V95.936a32 32 0 0132-32h256a32 32 0 0132 32V192h256a32 32 0 110 64h-64v672a32 32 0 01-32 32H192a32 32 0 01-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 01-32-32V416a32 32 0 0164 0v320a32 32 0 01-32 32zm192 0a32 32 0 01-32-32V416a32 32 0 0164 0v320a32 32 0 01-32 32z"
|
|
6170
6170
|
}, null, -1);
|
|
6171
|
-
const _hoisted_3$
|
|
6172
|
-
_hoisted_2$
|
|
6171
|
+
const _hoisted_3$l = [
|
|
6172
|
+
_hoisted_2$p
|
|
6173
6173
|
];
|
|
6174
6174
|
function _sfc_render$37(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6175
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6175
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$l);
|
|
6176
6176
|
}
|
|
6177
6177
|
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$37, [["render", _sfc_render$37]]);
|
|
6178
6178
|
const _sfc_main$36 = defineComponent({
|
|
6179
6179
|
name: "Edit"
|
|
6180
6180
|
});
|
|
6181
|
-
const _hoisted_1$
|
|
6181
|
+
const _hoisted_1$E = {
|
|
6182
6182
|
class: "icon",
|
|
6183
6183
|
width: "200",
|
|
6184
6184
|
height: "200",
|
|
6185
6185
|
viewBox: "0 0 1024 1024",
|
|
6186
6186
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6187
6187
|
};
|
|
6188
|
-
const _hoisted_2$
|
|
6188
|
+
const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
|
|
6189
6189
|
fill: "currentColor",
|
|
6190
6190
|
d: "M832 512a32 32 0 1164 0v352a32 32 0 01-32 32H160a32 32 0 01-32-32V160a32 32 0 0132-32h352a32 32 0 010 64H192v640h640V512z"
|
|
6191
6191
|
}, null, -1);
|
|
6192
|
-
const _hoisted_3$
|
|
6192
|
+
const _hoisted_3$k = /* @__PURE__ */ createElementVNode("path", {
|
|
6193
6193
|
fill: "currentColor",
|
|
6194
6194
|
d: "M469.952 554.24l52.8-7.552L847.104 222.4a32 32 0 10-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 010 135.808l-331.84 331.84a32 32 0 01-18.112 9.088L436.8 623.68a32 32 0 01-36.224-36.224l15.104-105.6a32 32 0 019.024-18.112l331.904-331.84a96 96 0 01135.744 0z"
|
|
6195
6195
|
}, null, -1);
|
|
6196
|
-
const _hoisted_4$
|
|
6197
|
-
_hoisted_2$
|
|
6198
|
-
_hoisted_3$
|
|
6196
|
+
const _hoisted_4$e = [
|
|
6197
|
+
_hoisted_2$o,
|
|
6198
|
+
_hoisted_3$k
|
|
6199
6199
|
];
|
|
6200
6200
|
function _sfc_render$36(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6201
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6201
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_4$e);
|
|
6202
6202
|
}
|
|
6203
6203
|
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$36, [["render", _sfc_render$36]]);
|
|
6204
6204
|
const _sfc_main$35 = defineComponent({
|
|
6205
6205
|
name: "InfoFilled"
|
|
6206
6206
|
});
|
|
6207
|
-
const _hoisted_1$
|
|
6207
|
+
const _hoisted_1$D = {
|
|
6208
6208
|
class: "icon",
|
|
6209
6209
|
width: "200",
|
|
6210
6210
|
height: "200",
|
|
6211
6211
|
viewBox: "0 0 1024 1024",
|
|
6212
6212
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6213
6213
|
};
|
|
6214
|
-
const _hoisted_2$
|
|
6214
|
+
const _hoisted_2$n = /* @__PURE__ */ createElementVNode("path", {
|
|
6215
6215
|
fill: "currentColor",
|
|
6216
6216
|
d: "M512 64a448 448 0 110 896.064A448 448 0 01512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 01-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 017.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"
|
|
6217
6217
|
}, null, -1);
|
|
6218
|
-
const _hoisted_3$
|
|
6219
|
-
_hoisted_2$
|
|
6218
|
+
const _hoisted_3$j = [
|
|
6219
|
+
_hoisted_2$n
|
|
6220
6220
|
];
|
|
6221
6221
|
function _sfc_render$35(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6222
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6222
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$j);
|
|
6223
6223
|
}
|
|
6224
6224
|
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$35, [["render", _sfc_render$35]]);
|
|
6225
6225
|
const _sfc_main$34 = defineComponent({
|
|
6226
6226
|
name: "Loading"
|
|
6227
6227
|
});
|
|
6228
|
-
const _hoisted_1$
|
|
6228
|
+
const _hoisted_1$C = {
|
|
6229
6229
|
class: "icon",
|
|
6230
6230
|
width: "200",
|
|
6231
6231
|
height: "200",
|
|
6232
6232
|
viewBox: "0 0 1024 1024",
|
|
6233
6233
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6234
6234
|
};
|
|
6235
|
-
const _hoisted_2$
|
|
6235
|
+
const _hoisted_2$m = /* @__PURE__ */ createElementVNode("path", {
|
|
6236
6236
|
fill: "currentColor",
|
|
6237
6237
|
d: "M512 64a32 32 0 0132 32v192a32 32 0 01-64 0V96a32 32 0 0132-32zm0 640a32 32 0 0132 32v192a32 32 0 11-64 0V736a32 32 0 0132-32zm448-192a32 32 0 01-32 32H736a32 32 0 110-64h192a32 32 0 0132 32zm-640 0a32 32 0 01-32 32H96a32 32 0 010-64h192a32 32 0 0132 32zM195.2 195.2a32 32 0 0145.248 0L376.32 331.008a32 32 0 01-45.248 45.248L195.2 240.448a32 32 0 010-45.248zm452.544 452.544a32 32 0 0145.248 0L828.8 783.552a32 32 0 01-45.248 45.248L647.744 692.992a32 32 0 010-45.248zM828.8 195.264a32 32 0 010 45.184L692.992 376.32a32 32 0 01-45.248-45.248l135.808-135.808a32 32 0 0145.248 0zm-452.544 452.48a32 32 0 010 45.248L240.448 828.8a32 32 0 01-45.248-45.248l135.808-135.808a32 32 0 0145.248 0z"
|
|
6238
6238
|
}, null, -1);
|
|
6239
|
-
const _hoisted_3$
|
|
6240
|
-
_hoisted_2$
|
|
6239
|
+
const _hoisted_3$i = [
|
|
6240
|
+
_hoisted_2$m
|
|
6241
6241
|
];
|
|
6242
6242
|
function _sfc_render$34(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6243
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6243
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$i);
|
|
6244
6244
|
}
|
|
6245
6245
|
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$34, [["render", _sfc_render$34]]);
|
|
6246
6246
|
const _sfc_main$33 = defineComponent({
|
|
6247
6247
|
name: "Minus"
|
|
6248
6248
|
});
|
|
6249
|
-
const _hoisted_1$
|
|
6249
|
+
const _hoisted_1$B = {
|
|
6250
6250
|
class: "icon",
|
|
6251
6251
|
width: "200",
|
|
6252
6252
|
height: "200",
|
|
6253
6253
|
viewBox: "0 0 1024 1024",
|
|
6254
6254
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6255
6255
|
};
|
|
6256
|
-
const _hoisted_2$
|
|
6256
|
+
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
|
|
6257
6257
|
fill: "currentColor",
|
|
6258
6258
|
d: "M128 544h768a32 32 0 100-64H128a32 32 0 000 64z"
|
|
6259
6259
|
}, null, -1);
|
|
6260
|
-
const _hoisted_3$
|
|
6261
|
-
_hoisted_2$
|
|
6260
|
+
const _hoisted_3$h = [
|
|
6261
|
+
_hoisted_2$l
|
|
6262
6262
|
];
|
|
6263
6263
|
function _sfc_render$33(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_3$h);
|
|
6265
6265
|
}
|
|
6266
6266
|
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$33, [["render", _sfc_render$33]]);
|
|
6267
6267
|
const _sfc_main$32 = defineComponent({
|
|
6268
6268
|
name: "Plus"
|
|
6269
6269
|
});
|
|
6270
|
-
const _hoisted_1$
|
|
6270
|
+
const _hoisted_1$A = {
|
|
6271
6271
|
class: "icon",
|
|
6272
6272
|
width: "200",
|
|
6273
6273
|
height: "200",
|
|
6274
6274
|
viewBox: "0 0 1024 1024",
|
|
6275
6275
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6276
6276
|
};
|
|
6277
|
-
const _hoisted_2$
|
|
6277
|
+
const _hoisted_2$k = /* @__PURE__ */ createElementVNode("path", {
|
|
6278
6278
|
fill: "currentColor",
|
|
6279
6279
|
d: "M480 480V128a32 32 0 0164 0v352h352a32 32 0 110 64H544v352a32 32 0 11-64 0V544H128a32 32 0 010-64h352z"
|
|
6280
6280
|
}, null, -1);
|
|
6281
|
-
const _hoisted_3$
|
|
6282
|
-
_hoisted_2$
|
|
6281
|
+
const _hoisted_3$g = [
|
|
6282
|
+
_hoisted_2$k
|
|
6283
6283
|
];
|
|
6284
6284
|
function _sfc_render$32(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6285
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6285
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$g);
|
|
6286
6286
|
}
|
|
6287
6287
|
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$32, [["render", _sfc_render$32]]);
|
|
6288
6288
|
const _sfc_main$31 = defineComponent({
|
|
6289
6289
|
name: "Search"
|
|
6290
6290
|
});
|
|
6291
|
-
const _hoisted_1$
|
|
6291
|
+
const _hoisted_1$z = {
|
|
6292
6292
|
class: "icon",
|
|
6293
6293
|
width: "200",
|
|
6294
6294
|
height: "200",
|
|
6295
6295
|
viewBox: "0 0 1024 1024",
|
|
6296
6296
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6297
6297
|
};
|
|
6298
|
-
const _hoisted_2$
|
|
6298
|
+
const _hoisted_2$j = /* @__PURE__ */ createElementVNode("path", {
|
|
6299
6299
|
fill: "currentColor",
|
|
6300
6300
|
d: "M795.904 750.72l124.992 124.928a32 32 0 01-45.248 45.248L750.656 795.904a416 416 0 1145.248-45.248zM480 832a352 352 0 100-704 352 352 0 000 704z"
|
|
6301
6301
|
}, null, -1);
|
|
6302
|
-
const _hoisted_3$
|
|
6303
|
-
_hoisted_2$
|
|
6302
|
+
const _hoisted_3$f = [
|
|
6303
|
+
_hoisted_2$j
|
|
6304
6304
|
];
|
|
6305
6305
|
function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6306
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6306
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$f);
|
|
6307
6307
|
}
|
|
6308
6308
|
var search = /* @__PURE__ */ _export_sfc(_sfc_main$31, [["render", _sfc_render$31]]);
|
|
6309
6309
|
var defaultConfig = {
|
|
@@ -6418,7 +6418,7 @@ function useCookies() {
|
|
|
6418
6418
|
var cookies2 = reactive(GLOBAL_COOKIES_MANAGER);
|
|
6419
6419
|
return { cookies: cookies2 };
|
|
6420
6420
|
}
|
|
6421
|
-
var _imports_0
|
|
6421
|
+
var _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABsUlEQVR4AaxSy0ojURA9dTMZZobxA4ZhZhgXLlwo4kLcuRMknU4aIuILFPyP/Ieg4Asx0El3B8GdO3EhogsXLhQV8QMUFTVdnmC6JWkVRIu6fU/XOXW41L0GH4zPM1DLmVDL3lMrb792KM3mHfLU2KOR5vkEvV3LgJxCw2XNZnvQEprL9UJ1EdBjBN5qRMcGUiyGkJDOcoTQ+Dro/IpEmsn8Rk08CA5xmR4XIIy42KBeEN+/ZLNFYRpfw4oWCt/Vsn5AvnjsSUE0K5ulq7o2Wk0G9aKsuydQyQPahdv7eSC1wHonDHLieWdoiYRBnZdqeQsiM8TDXA7xNJu3iRP5okFC9UbhRQPN5Ps58Vn2rXG5xHNq233EiUwY6JDzj8MqA7KPb+kpoDYJ4IBzr9DkD3FTNhnw/ttgwoCKO9yZnJRKNxIE19AHPi5T43B9HSj8JB+niZAWiwZqVjj9dkhoy4Z7EXFSrZ4jpTYUHWi7X1LwThpkbICd/TE2/4WYMb6H3QYfb1Kp7PA2JgD5D8seQSNiAwncRQm8bgnKfDQNtmUTv+ySp8bjSZ/I2ODp9/3fRwAAAP//S/wI2gAAAAZJREFUAwCGXJIhFOitmwAAAABJRU5ErkJggg==";
|
|
6422
6422
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6423
6423
|
const { cookies: cookies$2 } = useCookies();
|
|
6424
6424
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
@@ -6657,13 +6657,13 @@ const _sfc_main$30 = {
|
|
|
6657
6657
|
}
|
|
6658
6658
|
}
|
|
6659
6659
|
};
|
|
6660
|
-
const _hoisted_1$
|
|
6661
|
-
const _hoisted_2$
|
|
6660
|
+
const _hoisted_1$y = { class: "file-upload-widget-container" };
|
|
6661
|
+
const _hoisted_2$i = {
|
|
6662
6662
|
key: 0,
|
|
6663
6663
|
class: "el-upload__tip"
|
|
6664
6664
|
};
|
|
6665
|
-
const _hoisted_3$
|
|
6666
|
-
const _hoisted_4$
|
|
6665
|
+
const _hoisted_3$e = { class: "upload-file-list" };
|
|
6666
|
+
const _hoisted_4$d = { class: "left-wrap" };
|
|
6667
6667
|
const _hoisted_5$c = ["title"];
|
|
6668
6668
|
const _hoisted_6$c = { class: "right-wrap" };
|
|
6669
6669
|
const _hoisted_7$9 = ["title", "onClick"];
|
|
@@ -6687,7 +6687,7 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6687
6687
|
"sub-form-row-id": $props.subFormRowId
|
|
6688
6688
|
}, {
|
|
6689
6689
|
default: withCtx(() => [
|
|
6690
|
-
createElementVNode("div", _hoisted_1$
|
|
6690
|
+
createElementVNode("div", _hoisted_1$y, [
|
|
6691
6691
|
createVNode(_component_el_upload, {
|
|
6692
6692
|
ref: "fieldEditor",
|
|
6693
6693
|
disabled: $props.field.options.disabled,
|
|
@@ -6709,7 +6709,7 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6709
6709
|
"on-progress": $options.handleProgress
|
|
6710
6710
|
}, {
|
|
6711
6711
|
tip: withCtx(() => [
|
|
6712
|
-
!!$props.field.options.uploadTip ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6712
|
+
!!$props.field.options.uploadTip ? (openBlock(), createElementBlock("div", _hoisted_2$i, toDisplayString($props.field.options.uploadTip), 1)) : createCommentVNode("", true)
|
|
6713
6713
|
]),
|
|
6714
6714
|
default: withCtx(() => [
|
|
6715
6715
|
$props.field.options.allowDrag ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -6734,8 +6734,8 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6734
6734
|
}))
|
|
6735
6735
|
]),
|
|
6736
6736
|
file: withCtx(({ file }) => [
|
|
6737
|
-
createElementVNode("div", _hoisted_3$
|
|
6738
|
-
createElementVNode("div", _hoisted_4$
|
|
6737
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
6738
|
+
createElementVNode("div", _hoisted_4$d, [
|
|
6739
6739
|
createElementVNode("span", {
|
|
6740
6740
|
class: "upload-file-name",
|
|
6741
6741
|
title: file.name
|
|
@@ -6749,7 +6749,7 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6749
6749
|
onClick: ($event) => $options.removeUploadFile(file.name, file.url, file.uid)
|
|
6750
6750
|
}, [..._cache[2] || (_cache[2] = [
|
|
6751
6751
|
createElementVNode("img", {
|
|
6752
|
-
src: _imports_0
|
|
6752
|
+
src: _imports_0,
|
|
6753
6753
|
alt: ""
|
|
6754
6754
|
}, null, -1)
|
|
6755
6755
|
])], 8, _hoisted_7$9)) : createCommentVNode("", true)
|
|
@@ -6822,7 +6822,7 @@ const _sfc_main$2$ = {
|
|
|
6822
6822
|
},
|
|
6823
6823
|
methods: {}
|
|
6824
6824
|
};
|
|
6825
|
-
const _hoisted_1$
|
|
6825
|
+
const _hoisted_1$x = ["innerHTML"];
|
|
6826
6826
|
function _sfc_render$2$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6827
6827
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
6828
6828
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -6840,7 +6840,7 @@ function _sfc_render$2$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6840
6840
|
createElementVNode("div", {
|
|
6841
6841
|
ref: "fieldEditor",
|
|
6842
6842
|
innerHTML: $props.field.options.htmlContent
|
|
6843
|
-
}, null, 8, _hoisted_1$
|
|
6843
|
+
}, null, 8, _hoisted_1$x)
|
|
6844
6844
|
]),
|
|
6845
6845
|
_: 1
|
|
6846
6846
|
}, 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"]);
|
|
@@ -7277,13 +7277,13 @@ const _sfc_main$2Y = {
|
|
|
7277
7277
|
}
|
|
7278
7278
|
}
|
|
7279
7279
|
};
|
|
7280
|
-
const _hoisted_1$
|
|
7281
|
-
const _hoisted_2$
|
|
7280
|
+
const _hoisted_1$w = { class: "el-upload-list__item-status-label" };
|
|
7281
|
+
const _hoisted_2$h = {
|
|
7282
7282
|
class: "el-icon--upload-success",
|
|
7283
7283
|
style: { "color": "#FFF" }
|
|
7284
7284
|
};
|
|
7285
|
-
const _hoisted_3$
|
|
7286
|
-
const _hoisted_4$
|
|
7285
|
+
const _hoisted_3$d = { class: "el-upload-list__item-actions" };
|
|
7286
|
+
const _hoisted_4$c = ["onClick"];
|
|
7287
7287
|
const _hoisted_5$b = ["onClick"];
|
|
7288
7288
|
const _hoisted_6$b = {
|
|
7289
7289
|
key: 0,
|
|
@@ -7338,21 +7338,21 @@ function _sfc_render$2Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7338
7338
|
fit: "cover",
|
|
7339
7339
|
"preview-teleported": ""
|
|
7340
7340
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
7341
|
-
createElementVNode("label", _hoisted_1$
|
|
7342
|
-
createElementVNode("i", _hoisted_2$
|
|
7341
|
+
createElementVNode("label", _hoisted_1$w, [
|
|
7342
|
+
createElementVNode("i", _hoisted_2$h, [
|
|
7343
7343
|
createVNode(_component_svg_icon, {
|
|
7344
7344
|
class: "",
|
|
7345
7345
|
"icon-class": "el-check"
|
|
7346
7346
|
})
|
|
7347
7347
|
])
|
|
7348
7348
|
]),
|
|
7349
|
-
createElementVNode("span", _hoisted_3$
|
|
7349
|
+
createElementVNode("span", _hoisted_3$d, [
|
|
7350
7350
|
createElementVNode("span", {
|
|
7351
7351
|
class: "el-upload-list__item-preview",
|
|
7352
7352
|
onClick: ($event) => $options.handlePictureCardPreview(file)
|
|
7353
7353
|
}, [
|
|
7354
7354
|
createVNode(_component_svg_icon, { "icon-class": "el-zoom-in" })
|
|
7355
|
-
], 8, _hoisted_4$
|
|
7355
|
+
], 8, _hoisted_4$c),
|
|
7356
7356
|
createElementVNode("span", {
|
|
7357
7357
|
class: "el-upload-list__item-delete",
|
|
7358
7358
|
onClick: ($event) => $options.handlePictureRemove(file)
|
|
@@ -19033,9 +19033,9 @@ const _sfc_main$2V = {
|
|
|
19033
19033
|
return { editor };
|
|
19034
19034
|
}
|
|
19035
19035
|
};
|
|
19036
|
-
const _hoisted_1$
|
|
19036
|
+
const _hoisted_1$v = { ref: "editor" };
|
|
19037
19037
|
function _sfc_render$2V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19038
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
19038
|
+
return openBlock(), createElementBlock("section", _hoisted_1$v, null, 512);
|
|
19039
19039
|
}
|
|
19040
19040
|
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$2V, [["render", _sfc_render$2V]]);
|
|
19041
19041
|
quillEditor.install = function(app) {
|
|
@@ -19426,7 +19426,7 @@ const _sfc_main$2R = {
|
|
|
19426
19426
|
},
|
|
19427
19427
|
methods: {}
|
|
19428
19428
|
};
|
|
19429
|
-
const _hoisted_1$
|
|
19429
|
+
const _hoisted_1$u = {
|
|
19430
19430
|
key: 0,
|
|
19431
19431
|
class: "slot-title"
|
|
19432
19432
|
};
|
|
@@ -19448,7 +19448,7 @@ function _sfc_render$2R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19448
19448
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
19449
19449
|
}, [
|
|
19450
19450
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
19451
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
19451
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$u, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
19452
19452
|
], 2)
|
|
19453
19453
|
]),
|
|
19454
19454
|
_: 3
|
|
@@ -20026,8 +20026,8 @@ const _sfc_main$2L = {
|
|
|
20026
20026
|
}
|
|
20027
20027
|
}
|
|
20028
20028
|
};
|
|
20029
|
-
const _hoisted_1$
|
|
20030
|
-
const _hoisted_2$
|
|
20029
|
+
const _hoisted_1$t = { class: "blank-cell" };
|
|
20030
|
+
const _hoisted_2$g = { class: "invisible-content" };
|
|
20031
20031
|
function _sfc_render$2L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20032
20032
|
const _component_el_col = resolveComponent("el-col");
|
|
20033
20033
|
return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
@@ -20081,8 +20081,8 @@ function _sfc_render$2L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20081
20081
|
], 64);
|
|
20082
20082
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
20083
20083
|
default: withCtx(() => [
|
|
20084
|
-
createElementVNode("div", _hoisted_1$
|
|
20085
|
-
createElementVNode("span", _hoisted_2$
|
|
20084
|
+
createElementVNode("div", _hoisted_1$t, [
|
|
20085
|
+
createElementVNode("span", _hoisted_2$g, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
20086
20086
|
])
|
|
20087
20087
|
]),
|
|
20088
20088
|
_: 1
|
|
@@ -20549,13 +20549,13 @@ const _sfc_main$2J = {
|
|
|
20549
20549
|
}
|
|
20550
20550
|
}
|
|
20551
20551
|
};
|
|
20552
|
-
const _hoisted_1$
|
|
20553
|
-
const _hoisted_2$
|
|
20554
|
-
const _hoisted_3$
|
|
20552
|
+
const _hoisted_1$s = { class: "action-header-column" };
|
|
20553
|
+
const _hoisted_2$f = { class: "action-label" };
|
|
20554
|
+
const _hoisted_3$c = {
|
|
20555
20555
|
key: 0,
|
|
20556
20556
|
class: "custom-label"
|
|
20557
20557
|
};
|
|
20558
|
-
const _hoisted_4$
|
|
20558
|
+
const _hoisted_4$b = ["title"];
|
|
20559
20559
|
const _hoisted_5$a = { class: "sub-form-action-column hide-label" };
|
|
20560
20560
|
const _hoisted_6$a = { class: "action-button-column" };
|
|
20561
20561
|
const _hoisted_7$7 = {
|
|
@@ -20576,8 +20576,8 @@ function _sfc_render$2J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20576
20576
|
}, [
|
|
20577
20577
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
20578
20578
|
default: withCtx(() => [
|
|
20579
|
-
createElementVNode("div", _hoisted_1$
|
|
20580
|
-
createElementVNode("span", _hoisted_2$
|
|
20579
|
+
createElementVNode("div", _hoisted_1$s, [
|
|
20580
|
+
createElementVNode("span", _hoisted_2$f, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
20581
20581
|
createVNode(_component_el_button, {
|
|
20582
20582
|
disabled: $data.actionDisabled,
|
|
20583
20583
|
round: "",
|
|
@@ -20600,7 +20600,7 @@ function _sfc_render$2J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20600
20600
|
class: normalizeClass(["field-header-column", [$options.getLabelAlign($props.widget, subWidget), !!subWidget.options.required ? "is-required" : ""]]),
|
|
20601
20601
|
style: normalizeStyle({ width: subWidget.options.columnWidth })
|
|
20602
20602
|
}, [
|
|
20603
|
-
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
20603
|
+
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$c, [
|
|
20604
20604
|
subWidget.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20605
20605
|
!!subWidget.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20606
20606
|
createVNode(_component_el_tooltip, {
|
|
@@ -20645,7 +20645,7 @@ function _sfc_render$2J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20645
20645
|
])) : (openBlock(), createElementBlock("span", {
|
|
20646
20646
|
key: 1,
|
|
20647
20647
|
title: subWidget.options.labelTooltip
|
|
20648
|
-
}, toDisplayString(subWidget.options.label), 9, _hoisted_4$
|
|
20648
|
+
}, toDisplayString(subWidget.options.label), 9, _hoisted_4$b))
|
|
20649
20649
|
], 6);
|
|
20650
20650
|
}), 128))
|
|
20651
20651
|
]),
|
|
@@ -20873,7 +20873,7 @@ const _sfc_main$2H = {
|
|
|
20873
20873
|
},
|
|
20874
20874
|
methods: {}
|
|
20875
20875
|
};
|
|
20876
|
-
const _hoisted_1$
|
|
20876
|
+
const _hoisted_1$r = ["colspan", "rowspan"];
|
|
20877
20877
|
function _sfc_render$2H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20878
20878
|
return openBlock(), createElementBlock("td", {
|
|
20879
20879
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
@@ -20916,7 +20916,7 @@ function _sfc_render$2H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20916
20916
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
20917
20917
|
], 64);
|
|
20918
20918
|
}), 256))
|
|
20919
|
-
], 14, _hoisted_1$
|
|
20919
|
+
], 14, _hoisted_1$r);
|
|
20920
20920
|
}
|
|
20921
20921
|
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2H, [["render", _sfc_render$2H], ["__scopeId", "data-v-7d6166fa"]]);
|
|
20922
20922
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -46135,14 +46135,14 @@ const _sfc_main$2E = {
|
|
|
46135
46135
|
}
|
|
46136
46136
|
}
|
|
46137
46137
|
};
|
|
46138
|
-
const _hoisted_1$
|
|
46139
|
-
const _hoisted_2$
|
|
46138
|
+
const _hoisted_1$q = { class: "ace-container" };
|
|
46139
|
+
const _hoisted_2$e = {
|
|
46140
46140
|
class: "ace-editor",
|
|
46141
46141
|
ref: "ace"
|
|
46142
46142
|
};
|
|
46143
46143
|
function _sfc_render$2E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46144
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
46145
|
-
createElementVNode("div", _hoisted_2$
|
|
46144
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
46145
|
+
createElementVNode("div", _hoisted_2$e, null, 512)
|
|
46146
46146
|
]);
|
|
46147
46147
|
}
|
|
46148
46148
|
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$2E, [["render", _sfc_render$2E], ["__scopeId", "data-v-335e1214"]]);
|
|
@@ -47561,10 +47561,10 @@ const _sfc_main$2D = {
|
|
|
47561
47561
|
}
|
|
47562
47562
|
}
|
|
47563
47563
|
};
|
|
47564
|
-
const _hoisted_1$
|
|
47565
|
-
const _hoisted_2$
|
|
47566
|
-
const _hoisted_3$
|
|
47567
|
-
const _hoisted_4$
|
|
47564
|
+
const _hoisted_1$p = { class: "toolbar-container" };
|
|
47565
|
+
const _hoisted_2$d = { class: "left-toolbar" };
|
|
47566
|
+
const _hoisted_3$b = { class: "right-toolbar-con" };
|
|
47567
|
+
const _hoisted_4$a = {
|
|
47568
47568
|
key: 0,
|
|
47569
47569
|
class: ""
|
|
47570
47570
|
};
|
|
@@ -47608,8 +47608,8 @@ function _sfc_render$2D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47608
47608
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
47609
47609
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
47610
47610
|
const _directive_drag = resolveDirective("drag");
|
|
47611
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
47612
|
-
createElementVNode("div", _hoisted_2$
|
|
47611
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
47612
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
47613
47613
|
createVNode(_component_el_button, {
|
|
47614
47614
|
link: "",
|
|
47615
47615
|
type: "primary",
|
|
@@ -47705,7 +47705,7 @@ function _sfc_render$2D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47705
47705
|
class: "right-toolbar",
|
|
47706
47706
|
style: normalizeStyle({ width: $data.toolbarWidth + "px" })
|
|
47707
47707
|
}, [
|
|
47708
|
-
createElementVNode("div", _hoisted_3$
|
|
47708
|
+
createElementVNode("div", _hoisted_3$b, [
|
|
47709
47709
|
$options.showToolButton("clearDesignerButton") ? (openBlock(), createBlock(_component_el_button, {
|
|
47710
47710
|
key: 0,
|
|
47711
47711
|
link: "",
|
|
@@ -47780,7 +47780,7 @@ function _sfc_render$2D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47780
47780
|
}), 256))
|
|
47781
47781
|
])
|
|
47782
47782
|
], 4),
|
|
47783
|
-
$data.showPreviewDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_4$
|
|
47783
|
+
$data.showPreviewDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
47784
47784
|
createVNode(_component_el_dialog, {
|
|
47785
47785
|
title: _ctx.i18nt("designer.toolbar.preview"),
|
|
47786
47786
|
modelValue: $data.showPreviewDialogFlag,
|
|
@@ -49755,13 +49755,13 @@ const _sfc_main$23 = {
|
|
|
49755
49755
|
}
|
|
49756
49756
|
}
|
|
49757
49757
|
};
|
|
49758
|
-
const _hoisted_1$
|
|
49759
|
-
const _hoisted_2$
|
|
49758
|
+
const _hoisted_1$o = { class: "option-items-pane" };
|
|
49759
|
+
const _hoisted_2$c = {
|
|
49760
49760
|
key: 2,
|
|
49761
49761
|
class: "full-width-input"
|
|
49762
49762
|
};
|
|
49763
|
-
const _hoisted_3$
|
|
49764
|
-
const _hoisted_4$
|
|
49763
|
+
const _hoisted_3$a = { key: 3 };
|
|
49764
|
+
const _hoisted_4$9 = { key: 4 };
|
|
49765
49765
|
const _hoisted_5$8 = {
|
|
49766
49766
|
key: 5,
|
|
49767
49767
|
class: ""
|
|
@@ -49785,7 +49785,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49785
49785
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
49786
49786
|
const _component_code_editor = resolveComponent("code-editor");
|
|
49787
49787
|
const _directive_drag = resolveDirective("drag");
|
|
49788
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
49788
|
+
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
49789
49789
|
$props.selectedWidget.type === "radio" || $props.selectedWidget.type === "radio-other" || $props.selectedWidget.type === "select" && !$props.selectedWidget.options.multiple || $props.selectedWidget.type === "select-other" ? (openBlock(), createBlock(_component_el_radio_group, {
|
|
49790
49790
|
key: 0,
|
|
49791
49791
|
modelValue: $options.optionModel.defaultValue,
|
|
@@ -49884,7 +49884,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49884
49884
|
}, 16, ["list"])
|
|
49885
49885
|
]),
|
|
49886
49886
|
_: 1
|
|
49887
|
-
}, 8, ["modelValue", "onChange"])) : $props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
49887
|
+
}, 8, ["modelValue", "onChange"])) : $props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
|
|
49888
49888
|
createVNode(_component_el_cascader, {
|
|
49889
49889
|
modelValue: $options.optionModel.defaultValue,
|
|
49890
49890
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $options.optionModel.defaultValue = $event),
|
|
@@ -49893,7 +49893,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49893
49893
|
placeholder: _ctx.i18nt("render.hint.selectPlaceholder")
|
|
49894
49894
|
}, null, 8, ["modelValue", "options", "onChange", "placeholder"])
|
|
49895
49895
|
])) : createCommentVNode("", true),
|
|
49896
|
-
$props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
49896
|
+
$props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
49897
49897
|
createVNode(_component_el_button, {
|
|
49898
49898
|
link: "",
|
|
49899
49899
|
type: "primary",
|
|
@@ -49915,7 +49915,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49915
49915
|
_: 1
|
|
49916
49916
|
}, 8, ["onClick"])
|
|
49917
49917
|
])) : createCommentVNode("", true),
|
|
49918
|
-
$props.selectedWidget.type === "radio" || $props.selectedWidget.type === "radio-other" || $props.selectedWidget.type === "checkbox" || $props.selectedWidget.type === "select" || $props.selectedWidget.type === "select-other" ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
49918
|
+
$props.selectedWidget.type === "radio" || $props.selectedWidget.type === "radio-other" || $props.selectedWidget.type === "checkbox" || $props.selectedWidget.type === "select" || $props.selectedWidget.type === "select-other" ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
49919
49919
|
createVNode(_component_el_button, {
|
|
49920
49920
|
link: "",
|
|
49921
49921
|
type: "primary",
|
|
@@ -50930,7 +50930,7 @@ const _sfc_main$1G = {
|
|
|
50930
50930
|
}
|
|
50931
50931
|
}
|
|
50932
50932
|
};
|
|
50933
|
-
const _hoisted_1$
|
|
50933
|
+
const _hoisted_1$n = { class: "col-span-title" };
|
|
50934
50934
|
function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
50935
50935
|
const _component_el_divider = resolveComponent("el-divider");
|
|
50936
50936
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -50970,7 +50970,7 @@ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50970
50970
|
key: colIdx,
|
|
50971
50971
|
class: "col-item"
|
|
50972
50972
|
}, [
|
|
50973
|
-
createElementVNode("span", _hoisted_1$
|
|
50973
|
+
createElementVNode("span", _hoisted_1$n, toDisplayString(_ctx.i18nt("designer.setting.colSpanTitle")) + toDisplayString(colIdx + 1), 1),
|
|
50974
50974
|
createVNode(_component_el_input_number, {
|
|
50975
50975
|
modelValue: colItem.options.span,
|
|
50976
50976
|
"onUpdate:modelValue": ($event) => colItem.options.span = $event,
|
|
@@ -51381,7 +51381,7 @@ const _sfc_main$1x = {
|
|
|
51381
51381
|
}
|
|
51382
51382
|
}
|
|
51383
51383
|
};
|
|
51384
|
-
const _hoisted_1$
|
|
51384
|
+
const _hoisted_1$m = { class: "col-item" };
|
|
51385
51385
|
function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
51386
51386
|
const _component_el_option = resolveComponent("el-option");
|
|
51387
51387
|
const _component_el_select = resolveComponent("el-select");
|
|
@@ -51431,7 +51431,7 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51431
51431
|
"item-key": "id"
|
|
51432
51432
|
}, { group: "panesGroup", ghostClass: "ghost", handle: ".drag-option" }), {
|
|
51433
51433
|
item: withCtx(({ element: tpItem, index: tpIdx }) => [
|
|
51434
|
-
createElementVNode("li", _hoisted_1$
|
|
51434
|
+
createElementVNode("li", _hoisted_1$m, [
|
|
51435
51435
|
createVNode(_component_el_checkbox, {
|
|
51436
51436
|
modelValue: tpItem.options.active,
|
|
51437
51437
|
"onUpdate:modelValue": ($event) => tpItem.options.active = $event,
|
|
@@ -52547,9 +52547,9 @@ const _sfc_main$16 = {
|
|
|
52547
52547
|
optionModel: Object
|
|
52548
52548
|
}
|
|
52549
52549
|
};
|
|
52550
|
-
const _hoisted_1$
|
|
52550
|
+
const _hoisted_1$l = { style: { "display": "none" } };
|
|
52551
52551
|
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52552
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
52552
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l);
|
|
52553
52553
|
}
|
|
52554
52554
|
var cascaderDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$16]]);
|
|
52555
52555
|
var __glob_0_95 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -52651,9 +52651,9 @@ const _sfc_main$12 = {
|
|
|
52651
52651
|
optionModel: Object
|
|
52652
52652
|
}
|
|
52653
52653
|
};
|
|
52654
|
-
const _hoisted_1$
|
|
52654
|
+
const _hoisted_1$k = { style: { "display": "none" } };
|
|
52655
52655
|
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52656
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
52656
|
+
return openBlock(), createElementBlock("div", _hoisted_1$k);
|
|
52657
52657
|
}
|
|
52658
52658
|
var checkboxDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$12]]);
|
|
52659
52659
|
var __glob_0_99 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -53429,9 +53429,9 @@ const _sfc_main$N = {
|
|
|
53429
53429
|
optionModel: Object
|
|
53430
53430
|
}
|
|
53431
53431
|
};
|
|
53432
|
-
const _hoisted_1$
|
|
53432
|
+
const _hoisted_1$j = { style: { "display": "none" } };
|
|
53433
53433
|
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
53434
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
53434
|
+
return openBlock(), createElementBlock("div", _hoisted_1$j);
|
|
53435
53435
|
}
|
|
53436
53436
|
var radioDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N]]);
|
|
53437
53437
|
var __glob_0_116 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -53765,9 +53765,9 @@ const _sfc_main$D = {
|
|
|
53765
53765
|
optionModel: Object
|
|
53766
53766
|
}
|
|
53767
53767
|
};
|
|
53768
|
-
const _hoisted_1$
|
|
53768
|
+
const _hoisted_1$i = { style: { "display": "none" } };
|
|
53769
53769
|
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
53770
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
53770
|
+
return openBlock(), createElementBlock("div", _hoisted_1$i);
|
|
53771
53771
|
}
|
|
53772
53772
|
var selectDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D]]);
|
|
53773
53773
|
var __glob_0_126 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -54449,16 +54449,16 @@ const _sfc_main$m = {
|
|
|
54449
54449
|
}
|
|
54450
54450
|
}
|
|
54451
54451
|
};
|
|
54452
|
-
const _hoisted_1$
|
|
54452
|
+
const _hoisted_1$h = {
|
|
54453
54453
|
key: 0,
|
|
54454
54454
|
class: ""
|
|
54455
54455
|
};
|
|
54456
|
-
const _hoisted_2$
|
|
54457
|
-
const _hoisted_3$
|
|
54456
|
+
const _hoisted_2$b = { class: "dialog-footer" };
|
|
54457
|
+
const _hoisted_3$9 = {
|
|
54458
54458
|
key: 1,
|
|
54459
54459
|
class: ""
|
|
54460
54460
|
};
|
|
54461
|
-
const _hoisted_4$
|
|
54461
|
+
const _hoisted_4$8 = { class: "dialog-footer" };
|
|
54462
54462
|
const _hoisted_5$7 = {
|
|
54463
54463
|
key: 2,
|
|
54464
54464
|
class: ""
|
|
@@ -54789,7 +54789,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54789
54789
|
]),
|
|
54790
54790
|
_: 1
|
|
54791
54791
|
}, 8, ["model"]),
|
|
54792
|
-
$data.showFormEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
54792
|
+
$data.showFormEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
54793
54793
|
createVNode(_component_el_dialog, {
|
|
54794
54794
|
title: _ctx.i18nt("designer.setting.editFormEventHandler"),
|
|
54795
54795
|
modelValue: $data.showFormEventDialogFlag,
|
|
@@ -54802,7 +54802,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54802
54802
|
"destroy-on-close": true
|
|
54803
54803
|
}, {
|
|
54804
54804
|
footer: withCtx(() => [
|
|
54805
|
-
createElementVNode("div", _hoisted_2$
|
|
54805
|
+
createElementVNode("div", _hoisted_2$b, [
|
|
54806
54806
|
createVNode(_component_el_button, {
|
|
54807
54807
|
onClick: _cache[14] || (_cache[14] = ($event) => $data.showFormEventDialogFlag = false)
|
|
54808
54808
|
}, {
|
|
@@ -54846,7 +54846,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54846
54846
|
])), [
|
|
54847
54847
|
[_directive_drag, [".drag-dialog.el-dialog", ".drag-dialog .el-dialog__header"]]
|
|
54848
54848
|
]) : createCommentVNode("", true),
|
|
54849
|
-
$data.showEditFormCssDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_3$
|
|
54849
|
+
$data.showEditFormCssDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_3$9, [
|
|
54850
54850
|
createVNode(_component_el_dialog, {
|
|
54851
54851
|
title: _ctx.i18nt("designer.setting.formCss"),
|
|
54852
54852
|
modelValue: $data.showEditFormCssDialogFlag,
|
|
@@ -54859,7 +54859,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54859
54859
|
"destroy-on-close": true
|
|
54860
54860
|
}, {
|
|
54861
54861
|
footer: withCtx(() => [
|
|
54862
|
-
createElementVNode("div", _hoisted_4$
|
|
54862
|
+
createElementVNode("div", _hoisted_4$8, [
|
|
54863
54863
|
createVNode(_component_el_button, {
|
|
54864
54864
|
onClick: _cache[17] || (_cache[17] = ($event) => $data.showEditFormCssDialogFlag = false)
|
|
54865
54865
|
}, {
|
|
@@ -55252,11 +55252,11 @@ const _sfc_main$l = {
|
|
|
55252
55252
|
}
|
|
55253
55253
|
}
|
|
55254
55254
|
};
|
|
55255
|
-
const _hoisted_1$
|
|
55255
|
+
const _hoisted_1$g = {
|
|
55256
55256
|
key: 0,
|
|
55257
55257
|
class: ""
|
|
55258
55258
|
};
|
|
55259
|
-
const _hoisted_2$
|
|
55259
|
+
const _hoisted_2$a = { class: "dialog-footer" };
|
|
55260
55260
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
55261
55261
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
55262
55262
|
const _component_el_collapse = resolveComponent("el-collapse");
|
|
@@ -55479,7 +55479,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55479
55479
|
]),
|
|
55480
55480
|
_: 1
|
|
55481
55481
|
}, 8, ["modelValue"]),
|
|
55482
|
-
$data.showWidgetEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
55482
|
+
$data.showWidgetEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
55483
55483
|
createVNode(_component_el_dialog, {
|
|
55484
55484
|
title: _ctx.i18nt("designer.setting.editWidgetEventHandler"),
|
|
55485
55485
|
modelValue: $data.showWidgetEventDialogFlag,
|
|
@@ -55492,7 +55492,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55492
55492
|
"destroy-on-close": true
|
|
55493
55493
|
}, {
|
|
55494
55494
|
footer: withCtx(() => [
|
|
55495
|
-
createElementVNode("div", _hoisted_2$
|
|
55495
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
55496
55496
|
createVNode(_component_el_button, {
|
|
55497
55497
|
onClick: _cache[6] || (_cache[6] = ($event) => $data.showWidgetEventDialogFlag = false)
|
|
55498
55498
|
}, {
|
|
@@ -55642,13 +55642,13 @@ const _sfc_main$k = {
|
|
|
55642
55642
|
}
|
|
55643
55643
|
}
|
|
55644
55644
|
};
|
|
55645
|
-
const _hoisted_1$
|
|
55645
|
+
const _hoisted_1$f = {
|
|
55646
55646
|
key: 0,
|
|
55647
55647
|
class: "container-action"
|
|
55648
55648
|
};
|
|
55649
|
-
const _hoisted_2$
|
|
55650
|
-
const _hoisted_3$
|
|
55651
|
-
const _hoisted_4$
|
|
55649
|
+
const _hoisted_2$9 = ["title"];
|
|
55650
|
+
const _hoisted_3$8 = ["title"];
|
|
55651
|
+
const _hoisted_4$7 = ["title"];
|
|
55652
55652
|
const _hoisted_5$6 = ["title"];
|
|
55653
55653
|
const _hoisted_6$6 = ["title"];
|
|
55654
55654
|
const _hoisted_7$4 = ["title"];
|
|
@@ -55665,27 +55665,27 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55665
55665
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
55666
55666
|
}, [
|
|
55667
55667
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
55668
|
-
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
55668
|
+
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
55669
55669
|
createElementVNode("i", {
|
|
55670
55670
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
55671
55671
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
55672
55672
|
}, [
|
|
55673
55673
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
55674
|
-
], 8, _hoisted_2$
|
|
55674
|
+
], 8, _hoisted_2$9),
|
|
55675
55675
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
55676
55676
|
key: 0,
|
|
55677
55677
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
55678
55678
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.moveUpWidget(), ["stop"]))
|
|
55679
55679
|
}, [
|
|
55680
55680
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
55681
|
-
], 8, _hoisted_3$
|
|
55681
|
+
], 8, _hoisted_3$8)) : createCommentVNode("", true),
|
|
55682
55682
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
55683
55683
|
key: 1,
|
|
55684
55684
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
55685
55685
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => _ctx.moveDownWidget(), ["stop"]))
|
|
55686
55686
|
}, [
|
|
55687
55687
|
createVNode(_component_svg_icon, { "icon-class": "el-move-down" })
|
|
55688
|
-
], 8, _hoisted_4$
|
|
55688
|
+
], 8, _hoisted_4$7)) : createCommentVNode("", true),
|
|
55689
55689
|
$props.widget.type === "table" ? (openBlock(), createElementBlock("i", {
|
|
55690
55690
|
key: 2,
|
|
55691
55691
|
title: _ctx.i18nt("designer.hint.insertRow"),
|
|
@@ -55940,13 +55940,13 @@ const _sfc_main$j = {
|
|
|
55940
55940
|
}
|
|
55941
55941
|
}
|
|
55942
55942
|
};
|
|
55943
|
-
const _hoisted_1$
|
|
55944
|
-
const _hoisted_2$
|
|
55943
|
+
const _hoisted_1$e = { class: "form-widget-list" };
|
|
55944
|
+
const _hoisted_2$8 = {
|
|
55945
55945
|
key: 0,
|
|
55946
55946
|
class: "grid-col-action"
|
|
55947
55947
|
};
|
|
55948
|
-
const _hoisted_3$
|
|
55949
|
-
const _hoisted_4$
|
|
55948
|
+
const _hoisted_3$7 = ["title"];
|
|
55949
|
+
const _hoisted_4$6 = ["title"];
|
|
55950
55950
|
const _hoisted_5$5 = ["title"];
|
|
55951
55951
|
const _hoisted_6$5 = ["title"];
|
|
55952
55952
|
const _hoisted_7$3 = ["title"];
|
|
@@ -55981,7 +55981,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55981
55981
|
move: $options.checkContainerMove
|
|
55982
55982
|
}), {
|
|
55983
55983
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
55984
|
-
createElementVNode("div", _hoisted_1$
|
|
55984
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
55985
55985
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
55986
55986
|
widget: subWidget,
|
|
55987
55987
|
designer: $props.designer,
|
|
@@ -56002,20 +56002,20 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56002
56002
|
]),
|
|
56003
56003
|
_: 1
|
|
56004
56004
|
}, 16, ["list", "onUpdate", "move"]),
|
|
56005
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
56005
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$8, [
|
|
56006
56006
|
createElementVNode("i", {
|
|
56007
56007
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
56008
56008
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget($props.widget), ["stop"]))
|
|
56009
56009
|
}, [
|
|
56010
56010
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
56011
|
-
], 8, _hoisted_3$
|
|
56011
|
+
], 8, _hoisted_3$7),
|
|
56012
56012
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
56013
56013
|
key: 0,
|
|
56014
56014
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
56015
56015
|
onClick: _cache[3] || (_cache[3] = withModifiers(($event) => $options.moveUpWidget(), ["stop"]))
|
|
56016
56016
|
}, [
|
|
56017
56017
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
56018
|
-
], 8, _hoisted_4$
|
|
56018
|
+
], 8, _hoisted_4$6)) : createCommentVNode("", true),
|
|
56019
56019
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
56020
56020
|
key: 1,
|
|
56021
56021
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
@@ -56167,7 +56167,7 @@ const _sfc_main$h = {
|
|
|
56167
56167
|
}
|
|
56168
56168
|
}
|
|
56169
56169
|
};
|
|
56170
|
-
const _hoisted_1$
|
|
56170
|
+
const _hoisted_1$d = { class: "form-widget-list" };
|
|
56171
56171
|
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56172
56172
|
const _component_draggable = resolveComponent("draggable");
|
|
56173
56173
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
@@ -56213,7 +56213,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56213
56213
|
move: _ctx.checkContainerMove
|
|
56214
56214
|
}), {
|
|
56215
56215
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
56216
|
-
createElementVNode("div", _hoisted_1$
|
|
56216
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
56217
56217
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
56218
56218
|
widget: subWidget,
|
|
56219
56219
|
designer: $props.designer,
|
|
@@ -56417,13 +56417,13 @@ const _sfc_main$g = {
|
|
|
56417
56417
|
}
|
|
56418
56418
|
}
|
|
56419
56419
|
};
|
|
56420
|
-
const _hoisted_1$
|
|
56421
|
-
const _hoisted_2$
|
|
56422
|
-
const _hoisted_3$
|
|
56420
|
+
const _hoisted_1$c = ["colspan", "rowspan"];
|
|
56421
|
+
const _hoisted_2$7 = { class: "form-widget-list" };
|
|
56422
|
+
const _hoisted_3$6 = {
|
|
56423
56423
|
key: 0,
|
|
56424
56424
|
class: "table-cell-action"
|
|
56425
56425
|
};
|
|
56426
|
-
const _hoisted_4$
|
|
56426
|
+
const _hoisted_4$5 = ["title"];
|
|
56427
56427
|
const _hoisted_5$4 = ["title"];
|
|
56428
56428
|
const _hoisted_6$4 = {
|
|
56429
56429
|
key: 1,
|
|
@@ -56455,7 +56455,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56455
56455
|
move: $options.checkContainerMove
|
|
56456
56456
|
}), {
|
|
56457
56457
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
56458
|
-
createElementVNode("div", _hoisted_2$
|
|
56458
|
+
createElementVNode("div", _hoisted_2$7, [
|
|
56459
56459
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
56460
56460
|
widget: subWidget,
|
|
56461
56461
|
designer: $props.designer,
|
|
@@ -56476,13 +56476,13 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56476
56476
|
]),
|
|
56477
56477
|
_: 1
|
|
56478
56478
|
}, 16, ["list", "onUpdate", "move"]),
|
|
56479
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
56479
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$6, [
|
|
56480
56480
|
createElementVNode("i", {
|
|
56481
56481
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
56482
56482
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget(), ["stop"]))
|
|
56483
56483
|
}, [
|
|
56484
56484
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
56485
|
-
], 8, _hoisted_4$
|
|
56485
|
+
], 8, _hoisted_4$5),
|
|
56486
56486
|
createVNode(_component_el_dropdown, {
|
|
56487
56487
|
trigger: "click",
|
|
56488
56488
|
onCommand: $options.handleTableCellCommand,
|
|
@@ -56626,7 +56626,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56626
56626
|
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_6$4, [
|
|
56627
56627
|
createElementVNode("i", null, toDisplayString(_ctx.i18nt("designer.widgetLabel." + $props.widget.type)), 1)
|
|
56628
56628
|
])) : createCommentVNode("", true)
|
|
56629
|
-
], 14, _hoisted_1$
|
|
56629
|
+
], 14, _hoisted_1$c);
|
|
56630
56630
|
}
|
|
56631
56631
|
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
56632
56632
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -56666,7 +56666,7 @@ const _sfc_main$f = {
|
|
|
56666
56666
|
},
|
|
56667
56667
|
methods: {}
|
|
56668
56668
|
};
|
|
56669
|
-
const _hoisted_1$
|
|
56669
|
+
const _hoisted_1$b = { class: "table-layout" };
|
|
56670
56670
|
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56671
56671
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
56672
56672
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -56683,7 +56683,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56683
56683
|
class: normalizeClass(["table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
56684
56684
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
56685
56685
|
}, [
|
|
56686
|
-
createElementVNode("table", _hoisted_1$
|
|
56686
|
+
createElementVNode("table", _hoisted_1$b, [
|
|
56687
56687
|
createElementVNode("tbody", null, [
|
|
56688
56688
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
56689
56689
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -56858,17 +56858,17 @@ const _sfc_main$e = {
|
|
|
56858
56858
|
}
|
|
56859
56859
|
}
|
|
56860
56860
|
};
|
|
56861
|
-
const _hoisted_1$
|
|
56862
|
-
const _hoisted_2$
|
|
56861
|
+
const _hoisted_1$a = { class: "form-widget-container" };
|
|
56862
|
+
const _hoisted_2$6 = {
|
|
56863
56863
|
key: 0,
|
|
56864
56864
|
class: "no-widget-hint"
|
|
56865
56865
|
};
|
|
56866
|
-
const _hoisted_3$
|
|
56867
|
-
const _hoisted_4$
|
|
56866
|
+
const _hoisted_3$5 = { class: "form-widget-list" };
|
|
56867
|
+
const _hoisted_4$4 = { class: "transition-group-el" };
|
|
56868
56868
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56869
56869
|
const _component_draggable = resolveComponent("draggable");
|
|
56870
56870
|
const _component_el_form = resolveComponent("el-form");
|
|
56871
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
56871
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
56872
56872
|
createVNode(_component_el_form, {
|
|
56873
56873
|
class: normalizeClass(["full-height-width widget-form", [$options.customClass, $options.layoutType + "-layout"]]),
|
|
56874
56874
|
"label-position": $options.labelPosition,
|
|
@@ -56876,8 +56876,8 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56876
56876
|
"validate-on-rule-change": false
|
|
56877
56877
|
}, {
|
|
56878
56878
|
default: withCtx(() => [
|
|
56879
|
-
$props.designer.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
56880
|
-
createElementVNode("div", _hoisted_3$
|
|
56879
|
+
$props.designer.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2$6, toDisplayString(_ctx.i18nt("designer.noWidgetHint")), 1)) : createCommentVNode("", true),
|
|
56880
|
+
createElementVNode("div", _hoisted_3$5, [
|
|
56881
56881
|
createVNode(_component_draggable, mergeProps({
|
|
56882
56882
|
list: $props.designer.widgetList,
|
|
56883
56883
|
"item-key": "id"
|
|
@@ -56891,7 +56891,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56891
56891
|
move: $options.checkMove
|
|
56892
56892
|
}), {
|
|
56893
56893
|
item: withCtx(({ element: widget, index: index2 }) => [
|
|
56894
|
-
createElementVNode("div", _hoisted_4$
|
|
56894
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
56895
56895
|
widget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent($options.getWidgetName(widget)), {
|
|
56896
56896
|
widget,
|
|
56897
56897
|
designer: $props.designer,
|
|
@@ -57692,7 +57692,6 @@ function createDesigner(vueInstance) {
|
|
|
57692
57692
|
}
|
|
57693
57693
|
};
|
|
57694
57694
|
}
|
|
57695
|
-
var _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWdJREFUeNrsmjFuwjAUhp8jxJQBujQH4ABhYmaDU7Sdu/QIcIKKE0APwM7GEQgLU/dmo0N3178SI0Qx2KpQ8sJ7kpUojsn/2S/JrxeImhRa64lpe13fgLbJsWZVCu+Yzdq0lMlcZ0qpPnai8sAbI/GI1K6EXYG92XSYZfy3WYWuBdAc71kDoFquzo+MaLHx+6H1S9iYNCF6Hxf7w/n180c9otcBUdz+2xdxmOnVJ9Fyd74v4pIu2RdzAFcIgAAIgABUG62qBTz3/c57jGsK8JRKClVgC3I/E+cygPIUEgABEAABEIDGADjrQvlP0XzfkqFjQgMlld7DiXiEC4DF7F8qbMGvbPPbXBjWGMUqBIphoWO8zBzE+1bmQgMpZ8X4XuN4jDyFBEAABEAA7g8giRkDwAPhE9PNzNx/jFmWh5u4c2aO7WdWm0Izhvfv7JBC5SrAVrH9qwGVB6ZYmjqnDTRa8Y2IXwEGAI1dAiVnUcUMAAAAAElFTkSuQmCC";
|
|
57696
57695
|
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
57697
57696
|
const _sfc_main$d = {
|
|
57698
57697
|
name: "VFormDesigner",
|
|
@@ -57933,19 +57932,11 @@ const _sfc_main$d = {
|
|
|
57933
57932
|
}
|
|
57934
57933
|
}
|
|
57935
57934
|
};
|
|
57936
|
-
const _hoisted_1$a = { class: "float-left main-title" };
|
|
57937
|
-
const _hoisted_2$6 = { class: "version-span" };
|
|
57938
|
-
const _hoisted_3$5 = { class: "float-right external-link" };
|
|
57939
|
-
const _hoisted_4$4 = { class: "el-dropdown-link" };
|
|
57940
57935
|
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
57941
|
-
const _component_svg_icon = resolveComponent("svg-icon");
|
|
57942
|
-
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
57943
|
-
const _component_el_dropdown_menu = resolveComponent("el-dropdown-menu");
|
|
57944
|
-
const _component_el_dropdown = resolveComponent("el-dropdown");
|
|
57945
|
-
const _component_el_header = resolveComponent("el-header");
|
|
57946
57936
|
const _component_widget_panel = resolveComponent("widget-panel");
|
|
57947
57937
|
const _component_el_aside = resolveComponent("el-aside");
|
|
57948
57938
|
const _component_toolbar_panel = resolveComponent("toolbar-panel");
|
|
57939
|
+
const _component_el_header = resolveComponent("el-header");
|
|
57949
57940
|
const _component_v_form_widget = resolveComponent("v-form-widget");
|
|
57950
57941
|
const _component_el_scrollbar = resolveComponent("el-scrollbar");
|
|
57951
57942
|
const _component_el_main = resolveComponent("el-main");
|
|
@@ -57953,87 +57944,6 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57953
57944
|
const _component_setting_panel = resolveComponent("setting-panel");
|
|
57954
57945
|
return openBlock(), createBlock(_component_el_container, { class: "main-container full-height" }, {
|
|
57955
57946
|
default: withCtx(() => [
|
|
57956
|
-
createVNode(_component_el_header, { class: "main-header" }, {
|
|
57957
|
-
default: withCtx(() => [
|
|
57958
|
-
createElementVNode("div", _hoisted_1$a, [
|
|
57959
|
-
createElementVNode("img", {
|
|
57960
|
-
src: _imports_0,
|
|
57961
|
-
onClick: _cache[0] || (_cache[0] = (...args) => $options.openHome && $options.openHome(...args))
|
|
57962
|
-
}),
|
|
57963
|
-
_cache[5] || (_cache[5] = createElementVNode("span", { class: "bold" }, "VForm 3", -1)),
|
|
57964
|
-
createTextVNode(" " + toDisplayString(_ctx.i18nt("application.productTitle")) + " ", 1),
|
|
57965
|
-
createElementVNode("span", _hoisted_2$6, "Ver " + toDisplayString($data.vFormVersion), 1)
|
|
57966
|
-
]),
|
|
57967
|
-
createElementVNode("div", _hoisted_3$5, [
|
|
57968
|
-
$options.showLink("languageMenu") ? (openBlock(), createBlock(_component_el_dropdown, {
|
|
57969
|
-
key: 0,
|
|
57970
|
-
"hide-timeout": 2e3,
|
|
57971
|
-
onCommand: $options.handleLanguageChanged
|
|
57972
|
-
}, {
|
|
57973
|
-
dropdown: withCtx(() => [
|
|
57974
|
-
createVNode(_component_el_dropdown_menu, null, {
|
|
57975
|
-
default: withCtx(() => [
|
|
57976
|
-
createVNode(_component_el_dropdown_item, { command: "zh-CN" }, {
|
|
57977
|
-
default: withCtx(() => [
|
|
57978
|
-
createTextVNode(toDisplayString(_ctx.i18nt("application.zh-CN")), 1)
|
|
57979
|
-
]),
|
|
57980
|
-
_: 1
|
|
57981
|
-
}),
|
|
57982
|
-
createVNode(_component_el_dropdown_item, { command: "en-US" }, {
|
|
57983
|
-
default: withCtx(() => [
|
|
57984
|
-
createTextVNode(toDisplayString(_ctx.i18nt("application.en-US")), 1)
|
|
57985
|
-
]),
|
|
57986
|
-
_: 1
|
|
57987
|
-
})
|
|
57988
|
-
]),
|
|
57989
|
-
_: 1
|
|
57990
|
-
})
|
|
57991
|
-
]),
|
|
57992
|
-
default: withCtx(() => [
|
|
57993
|
-
createElementVNode("span", _hoisted_4$4, [
|
|
57994
|
-
createTextVNode(toDisplayString($data.curLangName), 1),
|
|
57995
|
-
createVNode(_component_svg_icon, { "icon-class": "el-arrow-down" })
|
|
57996
|
-
])
|
|
57997
|
-
]),
|
|
57998
|
-
_: 1
|
|
57999
|
-
}, 8, ["onCommand"])) : createCommentVNode("", true),
|
|
58000
|
-
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
58001
|
-
key: 1,
|
|
58002
|
-
href: "javascript:void(0)",
|
|
58003
|
-
onClick: _cache[1] || (_cache[1] = (ev) => $options.openUrl(ev, $data.gitUrl)),
|
|
58004
|
-
target: "_blank"
|
|
58005
|
-
}, [
|
|
58006
|
-
createVNode(_component_svg_icon, { "icon-class": "github" }),
|
|
58007
|
-
createTextVNode(toDisplayString(_ctx.i18nt("application.github")), 1)
|
|
58008
|
-
])) : createCommentVNode("", true),
|
|
58009
|
-
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
58010
|
-
key: 2,
|
|
58011
|
-
href: "javascript:void(0)",
|
|
58012
|
-
onClick: _cache[2] || (_cache[2] = (ev) => $options.openUrl(ev, $data.docUrl)),
|
|
58013
|
-
target: "_blank"
|
|
58014
|
-
}, [
|
|
58015
|
-
createVNode(_component_svg_icon, { "icon-class": "document" }),
|
|
58016
|
-
createTextVNode(toDisplayString(_ctx.i18nt("application.document")), 1)
|
|
58017
|
-
])) : createCommentVNode("", true),
|
|
58018
|
-
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
58019
|
-
key: 3,
|
|
58020
|
-
href: "javascript:void(0)",
|
|
58021
|
-
onClick: _cache[3] || (_cache[3] = (ev) => $options.openUrl(ev, $data.chatUrl)),
|
|
58022
|
-
target: "_blank"
|
|
58023
|
-
}, toDisplayString(_ctx.i18nt("application.qqGroup")), 1)) : createCommentVNode("", true),
|
|
58024
|
-
$options.showLink("externalLink") ? (openBlock(), createElementBlock("a", {
|
|
58025
|
-
key: 4,
|
|
58026
|
-
href: "javascript:void(0)",
|
|
58027
|
-
onClick: _cache[4] || (_cache[4] = (ev) => $options.openUrl(ev, $data.subScribeUrl)),
|
|
58028
|
-
target: "_blank"
|
|
58029
|
-
}, [
|
|
58030
|
-
createTextVNode(toDisplayString(_ctx.i18nt("application.subscription")), 1),
|
|
58031
|
-
_cache[6] || (_cache[6] = createElementVNode("i", { class: "el-icon-top-right" }, null, -1))
|
|
58032
|
-
])) : createCommentVNode("", true)
|
|
58033
|
-
])
|
|
58034
|
-
]),
|
|
58035
|
-
_: 1
|
|
58036
|
-
}),
|
|
58037
57947
|
createVNode(_component_el_container, null, {
|
|
58038
57948
|
default: withCtx(() => [
|
|
58039
57949
|
createVNode(_component_el_aside, { class: "side-panel" }, {
|
|
@@ -58104,7 +58014,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
58104
58014
|
_: 3
|
|
58105
58015
|
});
|
|
58106
58016
|
}
|
|
58107
|
-
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
58017
|
+
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-cd16a5dc"]]);
|
|
58108
58018
|
var vuedraggable_umd = { exports: {} };
|
|
58109
58019
|
var require$$0 = /* @__PURE__ */ getDefaultExportFromNamespaceIfPresent(vue);
|
|
58110
58020
|
(function(module, exports) {
|
|
@@ -61690,13 +61600,13 @@ function registerIcon(app) {
|
|
|
61690
61600
|
if (typeof window !== "undefined") {
|
|
61691
61601
|
let loadSvg = function() {
|
|
61692
61602
|
var body = document.body;
|
|
61693
|
-
var svgDom = document.getElementById("
|
|
61603
|
+
var svgDom = document.getElementById("__svg__icons__dom__1767681234089__");
|
|
61694
61604
|
if (!svgDom) {
|
|
61695
61605
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
61696
61606
|
svgDom.style.position = "absolute";
|
|
61697
61607
|
svgDom.style.width = "0";
|
|
61698
61608
|
svgDom.style.height = "0";
|
|
61699
|
-
svgDom.id = "
|
|
61609
|
+
svgDom.id = "__svg__icons__dom__1767681234089__";
|
|
61700
61610
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
61701
61611
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
61702
61612
|
}
|
|
@@ -62425,7 +62335,6 @@ const _sfc_main$9 = {
|
|
|
62425
62335
|
this.initEventHandler();
|
|
62426
62336
|
this.buildFieldRules();
|
|
62427
62337
|
this.handleOnCreated();
|
|
62428
|
-
console.log(cookies, "cookies");
|
|
62429
62338
|
},
|
|
62430
62339
|
mounted() {
|
|
62431
62340
|
this.handleOnMounted();
|
|
@@ -62645,7 +62554,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62645
62554
|
_: 1
|
|
62646
62555
|
}, 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"]);
|
|
62647
62556
|
}
|
|
62648
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-
|
|
62557
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-487df9ec"]]);
|
|
62649
62558
|
const _sfc_main$8 = {
|
|
62650
62559
|
name: "radio-other-widget",
|
|
62651
62560
|
componentName: "FieldWidget",
|