form-custom-test 3.0.24 → 3.0.26
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 +216 -309
- package/dist/designer.style.css +2 -2
- package/dist/designer.umd.js +7 -7
- package/dist/render.es.js +2 -2
- package/dist/render.umd.js +1 -1
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -19,7 +19,7 @@ var __spreadValues = (a, b) => {
|
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
20
|
var _a, _b, _c;
|
|
21
21
|
import * as vue from "vue";
|
|
22
|
-
import { reactive, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, createCommentVNode, resolveComponent, createBlock,
|
|
22
|
+
import { reactive, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, createCommentVNode, resolveComponent, createBlock, withCtx, createVNode, createTextVNode, Fragment, renderList, renderSlot, normalizeStyle, withModifiers, defineComponent, createSlots, watch, ref, onBeforeUnmount, onMounted, onUnmounted, withDirectives, mergeProps, resolveDynamicComponent, vShow, resolveDirective, isVNode } from "vue";
|
|
23
23
|
import { ElMessage } from "element-plus";
|
|
24
24
|
import require$$1 from "sortablejs";
|
|
25
25
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
@@ -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"];
|
|
@@ -4004,12 +4004,9 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4004
4004
|
const _component_el_card = resolveComponent("el-card");
|
|
4005
4005
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
4006
4006
|
const _component_el_scrollbar = resolveComponent("el-scrollbar");
|
|
4007
|
-
return openBlock(), createBlock(_component_el_scrollbar, {
|
|
4008
|
-
class: "side-scroll-bar",
|
|
4009
|
-
style: normalizeStyle({ height: $data.scrollerHeight })
|
|
4010
|
-
}, {
|
|
4007
|
+
return openBlock(), createBlock(_component_el_scrollbar, { class: "side-scroll-bar" }, {
|
|
4011
4008
|
default: withCtx(() => [
|
|
4012
|
-
createElementVNode("div", _hoisted_1$
|
|
4009
|
+
createElementVNode("div", _hoisted_1$N, [
|
|
4013
4010
|
createVNode(_component_el_tabs, {
|
|
4014
4011
|
modelValue: $data.firstTab,
|
|
4015
4012
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.firstTab = $event),
|
|
@@ -4059,7 +4056,7 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4059
4056
|
}, null, 8, ["icon-class"]),
|
|
4060
4057
|
createTextVNode(toDisplayString(_ctx.i18n2t(`designer.widgetLabel.${ctn.type}`, `extension.widgetLabel.${ctn.type}`)), 1)
|
|
4061
4058
|
])
|
|
4062
|
-
], 40, _hoisted_2$
|
|
4059
|
+
], 40, _hoisted_2$w)
|
|
4063
4060
|
]),
|
|
4064
4061
|
_: 1
|
|
4065
4062
|
}, 8, ["list", "clone", "move", "onEnd"])
|
|
@@ -4094,7 +4091,7 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4094
4091
|
}, null, 8, ["icon-class"]),
|
|
4095
4092
|
createTextVNode(toDisplayString(_ctx.i18n2t(`designer.widgetLabel.${fld.type}`, `extension.widgetLabel.${fld.type}`)), 1)
|
|
4096
4093
|
])
|
|
4097
|
-
], 40, _hoisted_3$
|
|
4094
|
+
], 40, _hoisted_3$s)
|
|
4098
4095
|
]),
|
|
4099
4096
|
_: 1
|
|
4100
4097
|
}, 8, ["list", "move", "clone"])
|
|
@@ -4129,7 +4126,7 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4129
4126
|
}, null, 8, ["icon-class"]),
|
|
4130
4127
|
createTextVNode(toDisplayString(_ctx.i18n2t(`designer.widgetLabel.${fld.type}`, `extension.widgetLabel.${fld.type}`)), 1)
|
|
4131
4128
|
])
|
|
4132
|
-
], 40, _hoisted_4$
|
|
4129
|
+
], 40, _hoisted_4$i)
|
|
4133
4130
|
]),
|
|
4134
4131
|
_: 1
|
|
4135
4132
|
}, 8, ["list", "move", "clone"])
|
|
@@ -4241,9 +4238,9 @@ function _sfc_render$3m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4241
4238
|
])
|
|
4242
4239
|
]),
|
|
4243
4240
|
_: 1
|
|
4244
|
-
}
|
|
4241
|
+
});
|
|
4245
4242
|
}
|
|
4246
|
-
var WidgetPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$3m, [["render", _sfc_render$3m], ["__scopeId", "data-v-
|
|
4243
|
+
var WidgetPanel = /* @__PURE__ */ _export_sfc$1(_sfc_main$3m, [["render", _sfc_render$3m], ["__scopeId", "data-v-13c3580c"]]);
|
|
4247
4244
|
var emitter = {
|
|
4248
4245
|
data() {
|
|
4249
4246
|
return {
|
|
@@ -4454,13 +4451,13 @@ const _sfc_main$3k = {
|
|
|
4454
4451
|
}
|
|
4455
4452
|
}
|
|
4456
4453
|
};
|
|
4457
|
-
const _hoisted_1$
|
|
4454
|
+
const _hoisted_1$M = {
|
|
4458
4455
|
key: 0,
|
|
4459
4456
|
class: "field-action"
|
|
4460
4457
|
};
|
|
4461
|
-
const _hoisted_2$
|
|
4462
|
-
const _hoisted_3$
|
|
4463
|
-
const _hoisted_4$
|
|
4458
|
+
const _hoisted_2$v = ["title"];
|
|
4459
|
+
const _hoisted_3$r = ["title"];
|
|
4460
|
+
const _hoisted_4$h = ["title"];
|
|
4464
4461
|
const _hoisted_5$f = ["title"];
|
|
4465
4462
|
const _hoisted_6$e = {
|
|
4466
4463
|
key: 1,
|
|
@@ -4483,27 +4480,27 @@ function _sfc_render$3k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4483
4480
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4484
4481
|
], 6)) : createCommentVNode("", true),
|
|
4485
4482
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
4486
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4483
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
4487
4484
|
createElementVNode("i", {
|
|
4488
4485
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
4489
4486
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
4490
4487
|
}, [
|
|
4491
4488
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
4492
|
-
], 8, _hoisted_2$
|
|
4489
|
+
], 8, _hoisted_2$v),
|
|
4493
4490
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
4494
4491
|
key: 0,
|
|
4495
4492
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
4496
4493
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.moveUpWidget($props.field), ["stop"]))
|
|
4497
4494
|
}, [
|
|
4498
4495
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
4499
|
-
], 8, _hoisted_3$
|
|
4496
|
+
], 8, _hoisted_3$r)) : createCommentVNode("", true),
|
|
4500
4497
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
4501
4498
|
key: 1,
|
|
4502
4499
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
4503
4500
|
onClick: _cache[3] || (_cache[3] = withModifiers(($event) => $options.moveDownWidget($props.field), ["stop"]))
|
|
4504
4501
|
}, [
|
|
4505
4502
|
createVNode(_component_svg_icon, { "icon-class": "el-move-down" })
|
|
4506
|
-
], 8, _hoisted_4$
|
|
4503
|
+
], 8, _hoisted_4$h)) : createCommentVNode("", true),
|
|
4507
4504
|
createElementVNode("i", {
|
|
4508
4505
|
title: _ctx.i18nt("designer.hint.remove"),
|
|
4509
4506
|
onClick: _cache[4] || (_cache[4] = withModifiers((...args) => $options.removeFieldWidget && $options.removeFieldWidget(...args), ["stop"]))
|
|
@@ -5324,16 +5321,16 @@ const _sfc_main$3i = {
|
|
|
5324
5321
|
}
|
|
5325
5322
|
}
|
|
5326
5323
|
};
|
|
5327
|
-
const _hoisted_1$
|
|
5324
|
+
const _hoisted_1$L = {
|
|
5328
5325
|
key: 0,
|
|
5329
5326
|
class: "custom-label"
|
|
5330
5327
|
};
|
|
5331
|
-
const _hoisted_2$
|
|
5328
|
+
const _hoisted_2$u = {
|
|
5332
5329
|
key: 0,
|
|
5333
5330
|
class: "field-action"
|
|
5334
5331
|
};
|
|
5335
|
-
const _hoisted_3$
|
|
5336
|
-
const _hoisted_4$
|
|
5332
|
+
const _hoisted_3$q = ["title"];
|
|
5333
|
+
const _hoisted_4$g = ["title"];
|
|
5337
5334
|
const _hoisted_5$e = ["title"];
|
|
5338
5335
|
const _hoisted_6$d = ["title"];
|
|
5339
5336
|
const _hoisted_7$a = {
|
|
@@ -5360,7 +5357,7 @@ function _sfc_render$3i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5360
5357
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
5361
5358
|
}, {
|
|
5362
5359
|
label: withCtx(() => [
|
|
5363
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
5360
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$L, [
|
|
5364
5361
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
5365
5362
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
5366
5363
|
createVNode(_component_el_tooltip, {
|
|
@@ -5410,20 +5407,20 @@ function _sfc_render$3i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5410
5407
|
_: 3
|
|
5411
5408
|
}, 8, ["label", "label-width", "title", "rules", "prop", "class"])) : createCommentVNode("", true),
|
|
5412
5409
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
5413
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5410
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$u, [
|
|
5414
5411
|
createElementVNode("i", {
|
|
5415
5412
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
5416
5413
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
5417
5414
|
}, [
|
|
5418
5415
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
5419
|
-
], 8, _hoisted_3$
|
|
5416
|
+
], 8, _hoisted_3$q),
|
|
5420
5417
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
5421
5418
|
key: 0,
|
|
5422
5419
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
5423
5420
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.moveUpWidget($props.field), ["stop"]))
|
|
5424
5421
|
}, [
|
|
5425
5422
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
5426
|
-
], 8, _hoisted_4$
|
|
5423
|
+
], 8, _hoisted_4$g)) : createCommentVNode("", true),
|
|
5427
5424
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
5428
5425
|
key: 1,
|
|
5429
5426
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
@@ -5518,7 +5515,7 @@ const _sfc_main$3h = {
|
|
|
5518
5515
|
},
|
|
5519
5516
|
methods: {}
|
|
5520
5517
|
};
|
|
5521
|
-
const _hoisted_1$
|
|
5518
|
+
const _hoisted_1$K = { class: "full-width-input" };
|
|
5522
5519
|
function _sfc_render$3h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5523
5520
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
5524
5521
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -5535,7 +5532,7 @@ function _sfc_render$3h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5535
5532
|
"sub-form-row-id": $props.subFormRowId
|
|
5536
5533
|
}, {
|
|
5537
5534
|
default: withCtx(() => [
|
|
5538
|
-
createElementVNode("div", _hoisted_1$
|
|
5535
|
+
createElementVNode("div", _hoisted_1$K, [
|
|
5539
5536
|
createVNode(_component_el_cascader, {
|
|
5540
5537
|
ref: "fieldEditor",
|
|
5541
5538
|
options: $props.field.options.optionItems,
|
|
@@ -6063,247 +6060,247 @@ var _export_sfc = (sfc, props) => {
|
|
|
6063
6060
|
const _sfc_main$3b = defineComponent({
|
|
6064
6061
|
name: "ArrowDownBold"
|
|
6065
6062
|
});
|
|
6066
|
-
const _hoisted_1$
|
|
6063
|
+
const _hoisted_1$J = {
|
|
6067
6064
|
class: "icon",
|
|
6068
6065
|
width: "200",
|
|
6069
6066
|
height: "200",
|
|
6070
6067
|
viewBox: "0 0 1024 1024",
|
|
6071
6068
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6072
6069
|
};
|
|
6073
|
-
const _hoisted_2$
|
|
6070
|
+
const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
|
|
6074
6071
|
fill: "currentColor",
|
|
6075
6072
|
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
6073
|
}, null, -1);
|
|
6077
|
-
const _hoisted_3$
|
|
6078
|
-
_hoisted_2$
|
|
6074
|
+
const _hoisted_3$p = [
|
|
6075
|
+
_hoisted_2$t
|
|
6079
6076
|
];
|
|
6080
6077
|
function _sfc_render$3b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6081
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6078
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$p);
|
|
6082
6079
|
}
|
|
6083
6080
|
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$3b, [["render", _sfc_render$3b]]);
|
|
6084
6081
|
const _sfc_main$3a = defineComponent({
|
|
6085
6082
|
name: "ArrowDown"
|
|
6086
6083
|
});
|
|
6087
|
-
const _hoisted_1$
|
|
6084
|
+
const _hoisted_1$I = {
|
|
6088
6085
|
class: "icon",
|
|
6089
6086
|
width: "200",
|
|
6090
6087
|
height: "200",
|
|
6091
6088
|
viewBox: "0 0 1024 1024",
|
|
6092
6089
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6093
6090
|
};
|
|
6094
|
-
const _hoisted_2$
|
|
6091
|
+
const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", {
|
|
6095
6092
|
fill: "currentColor",
|
|
6096
6093
|
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
6094
|
}, null, -1);
|
|
6098
|
-
const _hoisted_3$
|
|
6099
|
-
_hoisted_2$
|
|
6095
|
+
const _hoisted_3$o = [
|
|
6096
|
+
_hoisted_2$s
|
|
6100
6097
|
];
|
|
6101
6098
|
function _sfc_render$3a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6102
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6099
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$o);
|
|
6103
6100
|
}
|
|
6104
6101
|
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$3a, [["render", _sfc_render$3a]]);
|
|
6105
6102
|
const _sfc_main$39 = defineComponent({
|
|
6106
6103
|
name: "ArrowUp"
|
|
6107
6104
|
});
|
|
6108
|
-
const _hoisted_1$
|
|
6105
|
+
const _hoisted_1$H = {
|
|
6109
6106
|
class: "icon",
|
|
6110
6107
|
width: "200",
|
|
6111
6108
|
height: "200",
|
|
6112
6109
|
viewBox: "0 0 1024 1024",
|
|
6113
6110
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6114
6111
|
};
|
|
6115
|
-
const _hoisted_2$
|
|
6112
|
+
const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
|
|
6116
6113
|
fill: "currentColor",
|
|
6117
6114
|
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
6115
|
}, null, -1);
|
|
6119
|
-
const _hoisted_3$
|
|
6120
|
-
_hoisted_2$
|
|
6116
|
+
const _hoisted_3$n = [
|
|
6117
|
+
_hoisted_2$r
|
|
6121
6118
|
];
|
|
6122
6119
|
function _sfc_render$39(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6123
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$n);
|
|
6124
6121
|
}
|
|
6125
6122
|
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$39, [["render", _sfc_render$39]]);
|
|
6126
6123
|
const _sfc_main$38 = defineComponent({
|
|
6127
6124
|
name: "CirclePlus"
|
|
6128
6125
|
});
|
|
6129
|
-
const _hoisted_1$
|
|
6126
|
+
const _hoisted_1$G = {
|
|
6130
6127
|
class: "icon",
|
|
6131
6128
|
width: "200",
|
|
6132
6129
|
height: "200",
|
|
6133
6130
|
viewBox: "0 0 1024 1024",
|
|
6134
6131
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6135
6132
|
};
|
|
6136
|
-
const _hoisted_2$
|
|
6133
|
+
const _hoisted_2$q = /* @__PURE__ */ createElementVNode("path", {
|
|
6137
6134
|
fill: "currentColor",
|
|
6138
6135
|
d: "M352 480h320a32 32 0 110 64H352a32 32 0 010-64z"
|
|
6139
6136
|
}, null, -1);
|
|
6140
|
-
const _hoisted_3$
|
|
6137
|
+
const _hoisted_3$m = /* @__PURE__ */ createElementVNode("path", {
|
|
6141
6138
|
fill: "currentColor",
|
|
6142
6139
|
d: "M480 672V352a32 32 0 1164 0v320a32 32 0 01-64 0z"
|
|
6143
6140
|
}, null, -1);
|
|
6144
|
-
const _hoisted_4$
|
|
6141
|
+
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("path", {
|
|
6145
6142
|
fill: "currentColor",
|
|
6146
6143
|
d: "M512 896a384 384 0 100-768 384 384 0 000 768zm0 64a448 448 0 110-896 448 448 0 010 896z"
|
|
6147
6144
|
}, null, -1);
|
|
6148
6145
|
const _hoisted_5$d = [
|
|
6149
|
-
_hoisted_2$
|
|
6150
|
-
_hoisted_3$
|
|
6151
|
-
_hoisted_4$
|
|
6146
|
+
_hoisted_2$q,
|
|
6147
|
+
_hoisted_3$m,
|
|
6148
|
+
_hoisted_4$f
|
|
6152
6149
|
];
|
|
6153
6150
|
function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6154
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6151
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_5$d);
|
|
6155
6152
|
}
|
|
6156
6153
|
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$38, [["render", _sfc_render$38]]);
|
|
6157
6154
|
const _sfc_main$37 = defineComponent({
|
|
6158
6155
|
name: "Delete"
|
|
6159
6156
|
});
|
|
6160
|
-
const _hoisted_1$
|
|
6157
|
+
const _hoisted_1$F = {
|
|
6161
6158
|
class: "icon",
|
|
6162
6159
|
width: "200",
|
|
6163
6160
|
height: "200",
|
|
6164
6161
|
viewBox: "0 0 1024 1024",
|
|
6165
6162
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6166
6163
|
};
|
|
6167
|
-
const _hoisted_2$
|
|
6164
|
+
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
|
|
6168
6165
|
fill: "currentColor",
|
|
6169
6166
|
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
6167
|
}, null, -1);
|
|
6171
|
-
const _hoisted_3$
|
|
6172
|
-
_hoisted_2$
|
|
6168
|
+
const _hoisted_3$l = [
|
|
6169
|
+
_hoisted_2$p
|
|
6173
6170
|
];
|
|
6174
6171
|
function _sfc_render$37(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6175
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6172
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$l);
|
|
6176
6173
|
}
|
|
6177
6174
|
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$37, [["render", _sfc_render$37]]);
|
|
6178
6175
|
const _sfc_main$36 = defineComponent({
|
|
6179
6176
|
name: "Edit"
|
|
6180
6177
|
});
|
|
6181
|
-
const _hoisted_1$
|
|
6178
|
+
const _hoisted_1$E = {
|
|
6182
6179
|
class: "icon",
|
|
6183
6180
|
width: "200",
|
|
6184
6181
|
height: "200",
|
|
6185
6182
|
viewBox: "0 0 1024 1024",
|
|
6186
6183
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6187
6184
|
};
|
|
6188
|
-
const _hoisted_2$
|
|
6185
|
+
const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
|
|
6189
6186
|
fill: "currentColor",
|
|
6190
6187
|
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
6188
|
}, null, -1);
|
|
6192
|
-
const _hoisted_3$
|
|
6189
|
+
const _hoisted_3$k = /* @__PURE__ */ createElementVNode("path", {
|
|
6193
6190
|
fill: "currentColor",
|
|
6194
6191
|
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
6192
|
}, null, -1);
|
|
6196
|
-
const _hoisted_4$
|
|
6197
|
-
_hoisted_2$
|
|
6198
|
-
_hoisted_3$
|
|
6193
|
+
const _hoisted_4$e = [
|
|
6194
|
+
_hoisted_2$o,
|
|
6195
|
+
_hoisted_3$k
|
|
6199
6196
|
];
|
|
6200
6197
|
function _sfc_render$36(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6201
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6198
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_4$e);
|
|
6202
6199
|
}
|
|
6203
6200
|
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$36, [["render", _sfc_render$36]]);
|
|
6204
6201
|
const _sfc_main$35 = defineComponent({
|
|
6205
6202
|
name: "InfoFilled"
|
|
6206
6203
|
});
|
|
6207
|
-
const _hoisted_1$
|
|
6204
|
+
const _hoisted_1$D = {
|
|
6208
6205
|
class: "icon",
|
|
6209
6206
|
width: "200",
|
|
6210
6207
|
height: "200",
|
|
6211
6208
|
viewBox: "0 0 1024 1024",
|
|
6212
6209
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6213
6210
|
};
|
|
6214
|
-
const _hoisted_2$
|
|
6211
|
+
const _hoisted_2$n = /* @__PURE__ */ createElementVNode("path", {
|
|
6215
6212
|
fill: "currentColor",
|
|
6216
6213
|
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
6214
|
}, null, -1);
|
|
6218
|
-
const _hoisted_3$
|
|
6219
|
-
_hoisted_2$
|
|
6215
|
+
const _hoisted_3$j = [
|
|
6216
|
+
_hoisted_2$n
|
|
6220
6217
|
];
|
|
6221
6218
|
function _sfc_render$35(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6222
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6219
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$j);
|
|
6223
6220
|
}
|
|
6224
6221
|
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$35, [["render", _sfc_render$35]]);
|
|
6225
6222
|
const _sfc_main$34 = defineComponent({
|
|
6226
6223
|
name: "Loading"
|
|
6227
6224
|
});
|
|
6228
|
-
const _hoisted_1$
|
|
6225
|
+
const _hoisted_1$C = {
|
|
6229
6226
|
class: "icon",
|
|
6230
6227
|
width: "200",
|
|
6231
6228
|
height: "200",
|
|
6232
6229
|
viewBox: "0 0 1024 1024",
|
|
6233
6230
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6234
6231
|
};
|
|
6235
|
-
const _hoisted_2$
|
|
6232
|
+
const _hoisted_2$m = /* @__PURE__ */ createElementVNode("path", {
|
|
6236
6233
|
fill: "currentColor",
|
|
6237
6234
|
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
6235
|
}, null, -1);
|
|
6239
|
-
const _hoisted_3$
|
|
6240
|
-
_hoisted_2$
|
|
6236
|
+
const _hoisted_3$i = [
|
|
6237
|
+
_hoisted_2$m
|
|
6241
6238
|
];
|
|
6242
6239
|
function _sfc_render$34(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6243
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6240
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$i);
|
|
6244
6241
|
}
|
|
6245
6242
|
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$34, [["render", _sfc_render$34]]);
|
|
6246
6243
|
const _sfc_main$33 = defineComponent({
|
|
6247
6244
|
name: "Minus"
|
|
6248
6245
|
});
|
|
6249
|
-
const _hoisted_1$
|
|
6246
|
+
const _hoisted_1$B = {
|
|
6250
6247
|
class: "icon",
|
|
6251
6248
|
width: "200",
|
|
6252
6249
|
height: "200",
|
|
6253
6250
|
viewBox: "0 0 1024 1024",
|
|
6254
6251
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6255
6252
|
};
|
|
6256
|
-
const _hoisted_2$
|
|
6253
|
+
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
|
|
6257
6254
|
fill: "currentColor",
|
|
6258
6255
|
d: "M128 544h768a32 32 0 100-64H128a32 32 0 000 64z"
|
|
6259
6256
|
}, null, -1);
|
|
6260
|
-
const _hoisted_3$
|
|
6261
|
-
_hoisted_2$
|
|
6257
|
+
const _hoisted_3$h = [
|
|
6258
|
+
_hoisted_2$l
|
|
6262
6259
|
];
|
|
6263
6260
|
function _sfc_render$33(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6261
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_3$h);
|
|
6265
6262
|
}
|
|
6266
6263
|
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$33, [["render", _sfc_render$33]]);
|
|
6267
6264
|
const _sfc_main$32 = defineComponent({
|
|
6268
6265
|
name: "Plus"
|
|
6269
6266
|
});
|
|
6270
|
-
const _hoisted_1$
|
|
6267
|
+
const _hoisted_1$A = {
|
|
6271
6268
|
class: "icon",
|
|
6272
6269
|
width: "200",
|
|
6273
6270
|
height: "200",
|
|
6274
6271
|
viewBox: "0 0 1024 1024",
|
|
6275
6272
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6276
6273
|
};
|
|
6277
|
-
const _hoisted_2$
|
|
6274
|
+
const _hoisted_2$k = /* @__PURE__ */ createElementVNode("path", {
|
|
6278
6275
|
fill: "currentColor",
|
|
6279
6276
|
d: "M480 480V128a32 32 0 0164 0v352h352a32 32 0 110 64H544v352a32 32 0 11-64 0V544H128a32 32 0 010-64h352z"
|
|
6280
6277
|
}, null, -1);
|
|
6281
|
-
const _hoisted_3$
|
|
6282
|
-
_hoisted_2$
|
|
6278
|
+
const _hoisted_3$g = [
|
|
6279
|
+
_hoisted_2$k
|
|
6283
6280
|
];
|
|
6284
6281
|
function _sfc_render$32(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6285
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6282
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$g);
|
|
6286
6283
|
}
|
|
6287
6284
|
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$32, [["render", _sfc_render$32]]);
|
|
6288
6285
|
const _sfc_main$31 = defineComponent({
|
|
6289
6286
|
name: "Search"
|
|
6290
6287
|
});
|
|
6291
|
-
const _hoisted_1$
|
|
6288
|
+
const _hoisted_1$z = {
|
|
6292
6289
|
class: "icon",
|
|
6293
6290
|
width: "200",
|
|
6294
6291
|
height: "200",
|
|
6295
6292
|
viewBox: "0 0 1024 1024",
|
|
6296
6293
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6297
6294
|
};
|
|
6298
|
-
const _hoisted_2$
|
|
6295
|
+
const _hoisted_2$j = /* @__PURE__ */ createElementVNode("path", {
|
|
6299
6296
|
fill: "currentColor",
|
|
6300
6297
|
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
6298
|
}, null, -1);
|
|
6302
|
-
const _hoisted_3$
|
|
6303
|
-
_hoisted_2$
|
|
6299
|
+
const _hoisted_3$f = [
|
|
6300
|
+
_hoisted_2$j
|
|
6304
6301
|
];
|
|
6305
6302
|
function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6306
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6303
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$f);
|
|
6307
6304
|
}
|
|
6308
6305
|
var search = /* @__PURE__ */ _export_sfc(_sfc_main$31, [["render", _sfc_render$31]]);
|
|
6309
6306
|
var defaultConfig = {
|
|
@@ -6418,7 +6415,7 @@ function useCookies() {
|
|
|
6418
6415
|
var cookies2 = reactive(GLOBAL_COOKIES_MANAGER);
|
|
6419
6416
|
return { cookies: cookies2 };
|
|
6420
6417
|
}
|
|
6421
|
-
var _imports_0
|
|
6418
|
+
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
6419
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6423
6420
|
const { cookies: cookies$2 } = useCookies();
|
|
6424
6421
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
@@ -6657,13 +6654,13 @@ const _sfc_main$30 = {
|
|
|
6657
6654
|
}
|
|
6658
6655
|
}
|
|
6659
6656
|
};
|
|
6660
|
-
const _hoisted_1$
|
|
6661
|
-
const _hoisted_2$
|
|
6657
|
+
const _hoisted_1$y = { class: "file-upload-widget-container" };
|
|
6658
|
+
const _hoisted_2$i = {
|
|
6662
6659
|
key: 0,
|
|
6663
6660
|
class: "el-upload__tip"
|
|
6664
6661
|
};
|
|
6665
|
-
const _hoisted_3$
|
|
6666
|
-
const _hoisted_4$
|
|
6662
|
+
const _hoisted_3$e = { class: "upload-file-list" };
|
|
6663
|
+
const _hoisted_4$d = { class: "left-wrap" };
|
|
6667
6664
|
const _hoisted_5$c = ["title"];
|
|
6668
6665
|
const _hoisted_6$c = { class: "right-wrap" };
|
|
6669
6666
|
const _hoisted_7$9 = ["title", "onClick"];
|
|
@@ -6687,7 +6684,7 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6687
6684
|
"sub-form-row-id": $props.subFormRowId
|
|
6688
6685
|
}, {
|
|
6689
6686
|
default: withCtx(() => [
|
|
6690
|
-
createElementVNode("div", _hoisted_1$
|
|
6687
|
+
createElementVNode("div", _hoisted_1$y, [
|
|
6691
6688
|
createVNode(_component_el_upload, {
|
|
6692
6689
|
ref: "fieldEditor",
|
|
6693
6690
|
disabled: $props.field.options.disabled,
|
|
@@ -6709,7 +6706,7 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6709
6706
|
"on-progress": $options.handleProgress
|
|
6710
6707
|
}, {
|
|
6711
6708
|
tip: withCtx(() => [
|
|
6712
|
-
!!$props.field.options.uploadTip ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6709
|
+
!!$props.field.options.uploadTip ? (openBlock(), createElementBlock("div", _hoisted_2$i, toDisplayString($props.field.options.uploadTip), 1)) : createCommentVNode("", true)
|
|
6713
6710
|
]),
|
|
6714
6711
|
default: withCtx(() => [
|
|
6715
6712
|
$props.field.options.allowDrag ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -6734,8 +6731,8 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6734
6731
|
}))
|
|
6735
6732
|
]),
|
|
6736
6733
|
file: withCtx(({ file }) => [
|
|
6737
|
-
createElementVNode("div", _hoisted_3$
|
|
6738
|
-
createElementVNode("div", _hoisted_4$
|
|
6734
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
6735
|
+
createElementVNode("div", _hoisted_4$d, [
|
|
6739
6736
|
createElementVNode("span", {
|
|
6740
6737
|
class: "upload-file-name",
|
|
6741
6738
|
title: file.name
|
|
@@ -6749,7 +6746,7 @@ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6749
6746
|
onClick: ($event) => $options.removeUploadFile(file.name, file.url, file.uid)
|
|
6750
6747
|
}, [..._cache[2] || (_cache[2] = [
|
|
6751
6748
|
createElementVNode("img", {
|
|
6752
|
-
src: _imports_0
|
|
6749
|
+
src: _imports_0,
|
|
6753
6750
|
alt: ""
|
|
6754
6751
|
}, null, -1)
|
|
6755
6752
|
])], 8, _hoisted_7$9)) : createCommentVNode("", true)
|
|
@@ -6822,7 +6819,7 @@ const _sfc_main$2$ = {
|
|
|
6822
6819
|
},
|
|
6823
6820
|
methods: {}
|
|
6824
6821
|
};
|
|
6825
|
-
const _hoisted_1$
|
|
6822
|
+
const _hoisted_1$x = ["innerHTML"];
|
|
6826
6823
|
function _sfc_render$2$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6827
6824
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
6828
6825
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -6840,7 +6837,7 @@ function _sfc_render$2$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6840
6837
|
createElementVNode("div", {
|
|
6841
6838
|
ref: "fieldEditor",
|
|
6842
6839
|
innerHTML: $props.field.options.htmlContent
|
|
6843
|
-
}, null, 8, _hoisted_1$
|
|
6840
|
+
}, null, 8, _hoisted_1$x)
|
|
6844
6841
|
]),
|
|
6845
6842
|
_: 1
|
|
6846
6843
|
}, 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 +7274,13 @@ const _sfc_main$2Y = {
|
|
|
7277
7274
|
}
|
|
7278
7275
|
}
|
|
7279
7276
|
};
|
|
7280
|
-
const _hoisted_1$
|
|
7281
|
-
const _hoisted_2$
|
|
7277
|
+
const _hoisted_1$w = { class: "el-upload-list__item-status-label" };
|
|
7278
|
+
const _hoisted_2$h = {
|
|
7282
7279
|
class: "el-icon--upload-success",
|
|
7283
7280
|
style: { "color": "#FFF" }
|
|
7284
7281
|
};
|
|
7285
|
-
const _hoisted_3$
|
|
7286
|
-
const _hoisted_4$
|
|
7282
|
+
const _hoisted_3$d = { class: "el-upload-list__item-actions" };
|
|
7283
|
+
const _hoisted_4$c = ["onClick"];
|
|
7287
7284
|
const _hoisted_5$b = ["onClick"];
|
|
7288
7285
|
const _hoisted_6$b = {
|
|
7289
7286
|
key: 0,
|
|
@@ -7338,21 +7335,21 @@ function _sfc_render$2Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7338
7335
|
fit: "cover",
|
|
7339
7336
|
"preview-teleported": ""
|
|
7340
7337
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
7341
|
-
createElementVNode("label", _hoisted_1$
|
|
7342
|
-
createElementVNode("i", _hoisted_2$
|
|
7338
|
+
createElementVNode("label", _hoisted_1$w, [
|
|
7339
|
+
createElementVNode("i", _hoisted_2$h, [
|
|
7343
7340
|
createVNode(_component_svg_icon, {
|
|
7344
7341
|
class: "",
|
|
7345
7342
|
"icon-class": "el-check"
|
|
7346
7343
|
})
|
|
7347
7344
|
])
|
|
7348
7345
|
]),
|
|
7349
|
-
createElementVNode("span", _hoisted_3$
|
|
7346
|
+
createElementVNode("span", _hoisted_3$d, [
|
|
7350
7347
|
createElementVNode("span", {
|
|
7351
7348
|
class: "el-upload-list__item-preview",
|
|
7352
7349
|
onClick: ($event) => $options.handlePictureCardPreview(file)
|
|
7353
7350
|
}, [
|
|
7354
7351
|
createVNode(_component_svg_icon, { "icon-class": "el-zoom-in" })
|
|
7355
|
-
], 8, _hoisted_4$
|
|
7352
|
+
], 8, _hoisted_4$c),
|
|
7356
7353
|
createElementVNode("span", {
|
|
7357
7354
|
class: "el-upload-list__item-delete",
|
|
7358
7355
|
onClick: ($event) => $options.handlePictureRemove(file)
|
|
@@ -19033,9 +19030,9 @@ const _sfc_main$2V = {
|
|
|
19033
19030
|
return { editor };
|
|
19034
19031
|
}
|
|
19035
19032
|
};
|
|
19036
|
-
const _hoisted_1$
|
|
19033
|
+
const _hoisted_1$v = { ref: "editor" };
|
|
19037
19034
|
function _sfc_render$2V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19038
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
19035
|
+
return openBlock(), createElementBlock("section", _hoisted_1$v, null, 512);
|
|
19039
19036
|
}
|
|
19040
19037
|
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$2V, [["render", _sfc_render$2V]]);
|
|
19041
19038
|
quillEditor.install = function(app) {
|
|
@@ -19426,7 +19423,7 @@ const _sfc_main$2R = {
|
|
|
19426
19423
|
},
|
|
19427
19424
|
methods: {}
|
|
19428
19425
|
};
|
|
19429
|
-
const _hoisted_1$
|
|
19426
|
+
const _hoisted_1$u = {
|
|
19430
19427
|
key: 0,
|
|
19431
19428
|
class: "slot-title"
|
|
19432
19429
|
};
|
|
@@ -19448,7 +19445,7 @@ function _sfc_render$2R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19448
19445
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
19449
19446
|
}, [
|
|
19450
19447
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
19451
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
19448
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$u, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
19452
19449
|
], 2)
|
|
19453
19450
|
]),
|
|
19454
19451
|
_: 3
|
|
@@ -20026,8 +20023,8 @@ const _sfc_main$2L = {
|
|
|
20026
20023
|
}
|
|
20027
20024
|
}
|
|
20028
20025
|
};
|
|
20029
|
-
const _hoisted_1$
|
|
20030
|
-
const _hoisted_2$
|
|
20026
|
+
const _hoisted_1$t = { class: "blank-cell" };
|
|
20027
|
+
const _hoisted_2$g = { class: "invisible-content" };
|
|
20031
20028
|
function _sfc_render$2L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20032
20029
|
const _component_el_col = resolveComponent("el-col");
|
|
20033
20030
|
return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
@@ -20081,8 +20078,8 @@ function _sfc_render$2L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20081
20078
|
], 64);
|
|
20082
20079
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
20083
20080
|
default: withCtx(() => [
|
|
20084
|
-
createElementVNode("div", _hoisted_1$
|
|
20085
|
-
createElementVNode("span", _hoisted_2$
|
|
20081
|
+
createElementVNode("div", _hoisted_1$t, [
|
|
20082
|
+
createElementVNode("span", _hoisted_2$g, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
20086
20083
|
])
|
|
20087
20084
|
]),
|
|
20088
20085
|
_: 1
|
|
@@ -20549,13 +20546,13 @@ const _sfc_main$2J = {
|
|
|
20549
20546
|
}
|
|
20550
20547
|
}
|
|
20551
20548
|
};
|
|
20552
|
-
const _hoisted_1$
|
|
20553
|
-
const _hoisted_2$
|
|
20554
|
-
const _hoisted_3$
|
|
20549
|
+
const _hoisted_1$s = { class: "action-header-column" };
|
|
20550
|
+
const _hoisted_2$f = { class: "action-label" };
|
|
20551
|
+
const _hoisted_3$c = {
|
|
20555
20552
|
key: 0,
|
|
20556
20553
|
class: "custom-label"
|
|
20557
20554
|
};
|
|
20558
|
-
const _hoisted_4$
|
|
20555
|
+
const _hoisted_4$b = ["title"];
|
|
20559
20556
|
const _hoisted_5$a = { class: "sub-form-action-column hide-label" };
|
|
20560
20557
|
const _hoisted_6$a = { class: "action-button-column" };
|
|
20561
20558
|
const _hoisted_7$7 = {
|
|
@@ -20576,8 +20573,8 @@ function _sfc_render$2J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20576
20573
|
}, [
|
|
20577
20574
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
20578
20575
|
default: withCtx(() => [
|
|
20579
|
-
createElementVNode("div", _hoisted_1$
|
|
20580
|
-
createElementVNode("span", _hoisted_2$
|
|
20576
|
+
createElementVNode("div", _hoisted_1$s, [
|
|
20577
|
+
createElementVNode("span", _hoisted_2$f, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
20581
20578
|
createVNode(_component_el_button, {
|
|
20582
20579
|
disabled: $data.actionDisabled,
|
|
20583
20580
|
round: "",
|
|
@@ -20600,7 +20597,7 @@ function _sfc_render$2J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20600
20597
|
class: normalizeClass(["field-header-column", [$options.getLabelAlign($props.widget, subWidget), !!subWidget.options.required ? "is-required" : ""]]),
|
|
20601
20598
|
style: normalizeStyle({ width: subWidget.options.columnWidth })
|
|
20602
20599
|
}, [
|
|
20603
|
-
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
20600
|
+
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$c, [
|
|
20604
20601
|
subWidget.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20605
20602
|
!!subWidget.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20606
20603
|
createVNode(_component_el_tooltip, {
|
|
@@ -20645,7 +20642,7 @@ function _sfc_render$2J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20645
20642
|
])) : (openBlock(), createElementBlock("span", {
|
|
20646
20643
|
key: 1,
|
|
20647
20644
|
title: subWidget.options.labelTooltip
|
|
20648
|
-
}, toDisplayString(subWidget.options.label), 9, _hoisted_4$
|
|
20645
|
+
}, toDisplayString(subWidget.options.label), 9, _hoisted_4$b))
|
|
20649
20646
|
], 6);
|
|
20650
20647
|
}), 128))
|
|
20651
20648
|
]),
|
|
@@ -20873,7 +20870,7 @@ const _sfc_main$2H = {
|
|
|
20873
20870
|
},
|
|
20874
20871
|
methods: {}
|
|
20875
20872
|
};
|
|
20876
|
-
const _hoisted_1$
|
|
20873
|
+
const _hoisted_1$r = ["colspan", "rowspan"];
|
|
20877
20874
|
function _sfc_render$2H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20878
20875
|
return openBlock(), createElementBlock("td", {
|
|
20879
20876
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
@@ -20916,7 +20913,7 @@ function _sfc_render$2H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20916
20913
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
20917
20914
|
], 64);
|
|
20918
20915
|
}), 256))
|
|
20919
|
-
], 14, _hoisted_1$
|
|
20916
|
+
], 14, _hoisted_1$r);
|
|
20920
20917
|
}
|
|
20921
20918
|
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$2H, [["render", _sfc_render$2H], ["__scopeId", "data-v-7d6166fa"]]);
|
|
20922
20919
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -46135,14 +46132,14 @@ const _sfc_main$2E = {
|
|
|
46135
46132
|
}
|
|
46136
46133
|
}
|
|
46137
46134
|
};
|
|
46138
|
-
const _hoisted_1$
|
|
46139
|
-
const _hoisted_2$
|
|
46135
|
+
const _hoisted_1$q = { class: "ace-container" };
|
|
46136
|
+
const _hoisted_2$e = {
|
|
46140
46137
|
class: "ace-editor",
|
|
46141
46138
|
ref: "ace"
|
|
46142
46139
|
};
|
|
46143
46140
|
function _sfc_render$2E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46144
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
46145
|
-
createElementVNode("div", _hoisted_2$
|
|
46141
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
46142
|
+
createElementVNode("div", _hoisted_2$e, null, 512)
|
|
46146
46143
|
]);
|
|
46147
46144
|
}
|
|
46148
46145
|
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$2E, [["render", _sfc_render$2E], ["__scopeId", "data-v-335e1214"]]);
|
|
@@ -47561,10 +47558,10 @@ const _sfc_main$2D = {
|
|
|
47561
47558
|
}
|
|
47562
47559
|
}
|
|
47563
47560
|
};
|
|
47564
|
-
const _hoisted_1$
|
|
47565
|
-
const _hoisted_2$
|
|
47566
|
-
const _hoisted_3$
|
|
47567
|
-
const _hoisted_4$
|
|
47561
|
+
const _hoisted_1$p = { class: "toolbar-container" };
|
|
47562
|
+
const _hoisted_2$d = { class: "left-toolbar" };
|
|
47563
|
+
const _hoisted_3$b = { class: "right-toolbar-con" };
|
|
47564
|
+
const _hoisted_4$a = {
|
|
47568
47565
|
key: 0,
|
|
47569
47566
|
class: ""
|
|
47570
47567
|
};
|
|
@@ -47608,8 +47605,8 @@ function _sfc_render$2D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47608
47605
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
47609
47606
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
47610
47607
|
const _directive_drag = resolveDirective("drag");
|
|
47611
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
47612
|
-
createElementVNode("div", _hoisted_2$
|
|
47608
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
47609
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
47613
47610
|
createVNode(_component_el_button, {
|
|
47614
47611
|
link: "",
|
|
47615
47612
|
type: "primary",
|
|
@@ -47705,7 +47702,7 @@ function _sfc_render$2D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47705
47702
|
class: "right-toolbar",
|
|
47706
47703
|
style: normalizeStyle({ width: $data.toolbarWidth + "px" })
|
|
47707
47704
|
}, [
|
|
47708
|
-
createElementVNode("div", _hoisted_3$
|
|
47705
|
+
createElementVNode("div", _hoisted_3$b, [
|
|
47709
47706
|
$options.showToolButton("clearDesignerButton") ? (openBlock(), createBlock(_component_el_button, {
|
|
47710
47707
|
key: 0,
|
|
47711
47708
|
link: "",
|
|
@@ -47780,7 +47777,7 @@ function _sfc_render$2D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47780
47777
|
}), 256))
|
|
47781
47778
|
])
|
|
47782
47779
|
], 4),
|
|
47783
|
-
$data.showPreviewDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_4$
|
|
47780
|
+
$data.showPreviewDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
47784
47781
|
createVNode(_component_el_dialog, {
|
|
47785
47782
|
title: _ctx.i18nt("designer.toolbar.preview"),
|
|
47786
47783
|
modelValue: $data.showPreviewDialogFlag,
|
|
@@ -49755,13 +49752,13 @@ const _sfc_main$23 = {
|
|
|
49755
49752
|
}
|
|
49756
49753
|
}
|
|
49757
49754
|
};
|
|
49758
|
-
const _hoisted_1$
|
|
49759
|
-
const _hoisted_2$
|
|
49755
|
+
const _hoisted_1$o = { class: "option-items-pane" };
|
|
49756
|
+
const _hoisted_2$c = {
|
|
49760
49757
|
key: 2,
|
|
49761
49758
|
class: "full-width-input"
|
|
49762
49759
|
};
|
|
49763
|
-
const _hoisted_3$
|
|
49764
|
-
const _hoisted_4$
|
|
49760
|
+
const _hoisted_3$a = { key: 3 };
|
|
49761
|
+
const _hoisted_4$9 = { key: 4 };
|
|
49765
49762
|
const _hoisted_5$8 = {
|
|
49766
49763
|
key: 5,
|
|
49767
49764
|
class: ""
|
|
@@ -49785,7 +49782,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49785
49782
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
49786
49783
|
const _component_code_editor = resolveComponent("code-editor");
|
|
49787
49784
|
const _directive_drag = resolveDirective("drag");
|
|
49788
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
49785
|
+
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
49789
49786
|
$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
49787
|
key: 0,
|
|
49791
49788
|
modelValue: $options.optionModel.defaultValue,
|
|
@@ -49884,7 +49881,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49884
49881
|
}, 16, ["list"])
|
|
49885
49882
|
]),
|
|
49886
49883
|
_: 1
|
|
49887
|
-
}, 8, ["modelValue", "onChange"])) : $props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
49884
|
+
}, 8, ["modelValue", "onChange"])) : $props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
|
|
49888
49885
|
createVNode(_component_el_cascader, {
|
|
49889
49886
|
modelValue: $options.optionModel.defaultValue,
|
|
49890
49887
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $options.optionModel.defaultValue = $event),
|
|
@@ -49893,7 +49890,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49893
49890
|
placeholder: _ctx.i18nt("render.hint.selectPlaceholder")
|
|
49894
49891
|
}, null, 8, ["modelValue", "options", "onChange", "placeholder"])
|
|
49895
49892
|
])) : createCommentVNode("", true),
|
|
49896
|
-
$props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
49893
|
+
$props.selectedWidget.type === "cascader" ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
49897
49894
|
createVNode(_component_el_button, {
|
|
49898
49895
|
link: "",
|
|
49899
49896
|
type: "primary",
|
|
@@ -49915,7 +49912,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
49915
49912
|
_: 1
|
|
49916
49913
|
}, 8, ["onClick"])
|
|
49917
49914
|
])) : 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$
|
|
49915
|
+
$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
49916
|
createVNode(_component_el_button, {
|
|
49920
49917
|
link: "",
|
|
49921
49918
|
type: "primary",
|
|
@@ -50930,7 +50927,7 @@ const _sfc_main$1G = {
|
|
|
50930
50927
|
}
|
|
50931
50928
|
}
|
|
50932
50929
|
};
|
|
50933
|
-
const _hoisted_1$
|
|
50930
|
+
const _hoisted_1$n = { class: "col-span-title" };
|
|
50934
50931
|
function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
50935
50932
|
const _component_el_divider = resolveComponent("el-divider");
|
|
50936
50933
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -50970,7 +50967,7 @@ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50970
50967
|
key: colIdx,
|
|
50971
50968
|
class: "col-item"
|
|
50972
50969
|
}, [
|
|
50973
|
-
createElementVNode("span", _hoisted_1$
|
|
50970
|
+
createElementVNode("span", _hoisted_1$n, toDisplayString(_ctx.i18nt("designer.setting.colSpanTitle")) + toDisplayString(colIdx + 1), 1),
|
|
50974
50971
|
createVNode(_component_el_input_number, {
|
|
50975
50972
|
modelValue: colItem.options.span,
|
|
50976
50973
|
"onUpdate:modelValue": ($event) => colItem.options.span = $event,
|
|
@@ -51381,7 +51378,7 @@ const _sfc_main$1x = {
|
|
|
51381
51378
|
}
|
|
51382
51379
|
}
|
|
51383
51380
|
};
|
|
51384
|
-
const _hoisted_1$
|
|
51381
|
+
const _hoisted_1$m = { class: "col-item" };
|
|
51385
51382
|
function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
51386
51383
|
const _component_el_option = resolveComponent("el-option");
|
|
51387
51384
|
const _component_el_select = resolveComponent("el-select");
|
|
@@ -51431,7 +51428,7 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51431
51428
|
"item-key": "id"
|
|
51432
51429
|
}, { group: "panesGroup", ghostClass: "ghost", handle: ".drag-option" }), {
|
|
51433
51430
|
item: withCtx(({ element: tpItem, index: tpIdx }) => [
|
|
51434
|
-
createElementVNode("li", _hoisted_1$
|
|
51431
|
+
createElementVNode("li", _hoisted_1$m, [
|
|
51435
51432
|
createVNode(_component_el_checkbox, {
|
|
51436
51433
|
modelValue: tpItem.options.active,
|
|
51437
51434
|
"onUpdate:modelValue": ($event) => tpItem.options.active = $event,
|
|
@@ -52547,9 +52544,9 @@ const _sfc_main$16 = {
|
|
|
52547
52544
|
optionModel: Object
|
|
52548
52545
|
}
|
|
52549
52546
|
};
|
|
52550
|
-
const _hoisted_1$
|
|
52547
|
+
const _hoisted_1$l = { style: { "display": "none" } };
|
|
52551
52548
|
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52552
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
52549
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l);
|
|
52553
52550
|
}
|
|
52554
52551
|
var cascaderDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$16]]);
|
|
52555
52552
|
var __glob_0_95 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -52651,9 +52648,9 @@ const _sfc_main$12 = {
|
|
|
52651
52648
|
optionModel: Object
|
|
52652
52649
|
}
|
|
52653
52650
|
};
|
|
52654
|
-
const _hoisted_1$
|
|
52651
|
+
const _hoisted_1$k = { style: { "display": "none" } };
|
|
52655
52652
|
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
52656
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
52653
|
+
return openBlock(), createElementBlock("div", _hoisted_1$k);
|
|
52657
52654
|
}
|
|
52658
52655
|
var checkboxDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$12]]);
|
|
52659
52656
|
var __glob_0_99 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -53429,9 +53426,9 @@ const _sfc_main$N = {
|
|
|
53429
53426
|
optionModel: Object
|
|
53430
53427
|
}
|
|
53431
53428
|
};
|
|
53432
|
-
const _hoisted_1$
|
|
53429
|
+
const _hoisted_1$j = { style: { "display": "none" } };
|
|
53433
53430
|
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
53434
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
53431
|
+
return openBlock(), createElementBlock("div", _hoisted_1$j);
|
|
53435
53432
|
}
|
|
53436
53433
|
var radioDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N]]);
|
|
53437
53434
|
var __glob_0_116 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -53765,9 +53762,9 @@ const _sfc_main$D = {
|
|
|
53765
53762
|
optionModel: Object
|
|
53766
53763
|
}
|
|
53767
53764
|
};
|
|
53768
|
-
const _hoisted_1$
|
|
53765
|
+
const _hoisted_1$i = { style: { "display": "none" } };
|
|
53769
53766
|
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
53770
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
53767
|
+
return openBlock(), createElementBlock("div", _hoisted_1$i);
|
|
53771
53768
|
}
|
|
53772
53769
|
var selectDefaultValueEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D]]);
|
|
53773
53770
|
var __glob_0_126 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -54449,16 +54446,16 @@ const _sfc_main$m = {
|
|
|
54449
54446
|
}
|
|
54450
54447
|
}
|
|
54451
54448
|
};
|
|
54452
|
-
const _hoisted_1$
|
|
54449
|
+
const _hoisted_1$h = {
|
|
54453
54450
|
key: 0,
|
|
54454
54451
|
class: ""
|
|
54455
54452
|
};
|
|
54456
|
-
const _hoisted_2$
|
|
54457
|
-
const _hoisted_3$
|
|
54453
|
+
const _hoisted_2$b = { class: "dialog-footer" };
|
|
54454
|
+
const _hoisted_3$9 = {
|
|
54458
54455
|
key: 1,
|
|
54459
54456
|
class: ""
|
|
54460
54457
|
};
|
|
54461
|
-
const _hoisted_4$
|
|
54458
|
+
const _hoisted_4$8 = { class: "dialog-footer" };
|
|
54462
54459
|
const _hoisted_5$7 = {
|
|
54463
54460
|
key: 2,
|
|
54464
54461
|
class: ""
|
|
@@ -54789,7 +54786,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54789
54786
|
]),
|
|
54790
54787
|
_: 1
|
|
54791
54788
|
}, 8, ["model"]),
|
|
54792
|
-
$data.showFormEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
54789
|
+
$data.showFormEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
54793
54790
|
createVNode(_component_el_dialog, {
|
|
54794
54791
|
title: _ctx.i18nt("designer.setting.editFormEventHandler"),
|
|
54795
54792
|
modelValue: $data.showFormEventDialogFlag,
|
|
@@ -54802,7 +54799,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54802
54799
|
"destroy-on-close": true
|
|
54803
54800
|
}, {
|
|
54804
54801
|
footer: withCtx(() => [
|
|
54805
|
-
createElementVNode("div", _hoisted_2$
|
|
54802
|
+
createElementVNode("div", _hoisted_2$b, [
|
|
54806
54803
|
createVNode(_component_el_button, {
|
|
54807
54804
|
onClick: _cache[14] || (_cache[14] = ($event) => $data.showFormEventDialogFlag = false)
|
|
54808
54805
|
}, {
|
|
@@ -54846,7 +54843,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54846
54843
|
])), [
|
|
54847
54844
|
[_directive_drag, [".drag-dialog.el-dialog", ".drag-dialog .el-dialog__header"]]
|
|
54848
54845
|
]) : createCommentVNode("", true),
|
|
54849
|
-
$data.showEditFormCssDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_3$
|
|
54846
|
+
$data.showEditFormCssDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_3$9, [
|
|
54850
54847
|
createVNode(_component_el_dialog, {
|
|
54851
54848
|
title: _ctx.i18nt("designer.setting.formCss"),
|
|
54852
54849
|
modelValue: $data.showEditFormCssDialogFlag,
|
|
@@ -54859,7 +54856,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
54859
54856
|
"destroy-on-close": true
|
|
54860
54857
|
}, {
|
|
54861
54858
|
footer: withCtx(() => [
|
|
54862
|
-
createElementVNode("div", _hoisted_4$
|
|
54859
|
+
createElementVNode("div", _hoisted_4$8, [
|
|
54863
54860
|
createVNode(_component_el_button, {
|
|
54864
54861
|
onClick: _cache[17] || (_cache[17] = ($event) => $data.showEditFormCssDialogFlag = false)
|
|
54865
54862
|
}, {
|
|
@@ -55252,11 +55249,11 @@ const _sfc_main$l = {
|
|
|
55252
55249
|
}
|
|
55253
55250
|
}
|
|
55254
55251
|
};
|
|
55255
|
-
const _hoisted_1$
|
|
55252
|
+
const _hoisted_1$g = {
|
|
55256
55253
|
key: 0,
|
|
55257
55254
|
class: ""
|
|
55258
55255
|
};
|
|
55259
|
-
const _hoisted_2$
|
|
55256
|
+
const _hoisted_2$a = { class: "dialog-footer" };
|
|
55260
55257
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
55261
55258
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
55262
55259
|
const _component_el_collapse = resolveComponent("el-collapse");
|
|
@@ -55479,7 +55476,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55479
55476
|
]),
|
|
55480
55477
|
_: 1
|
|
55481
55478
|
}, 8, ["modelValue"]),
|
|
55482
|
-
$data.showWidgetEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
55479
|
+
$data.showWidgetEventDialogFlag ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
55483
55480
|
createVNode(_component_el_dialog, {
|
|
55484
55481
|
title: _ctx.i18nt("designer.setting.editWidgetEventHandler"),
|
|
55485
55482
|
modelValue: $data.showWidgetEventDialogFlag,
|
|
@@ -55492,7 +55489,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55492
55489
|
"destroy-on-close": true
|
|
55493
55490
|
}, {
|
|
55494
55491
|
footer: withCtx(() => [
|
|
55495
|
-
createElementVNode("div", _hoisted_2$
|
|
55492
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
55496
55493
|
createVNode(_component_el_button, {
|
|
55497
55494
|
onClick: _cache[6] || (_cache[6] = ($event) => $data.showWidgetEventDialogFlag = false)
|
|
55498
55495
|
}, {
|
|
@@ -55642,13 +55639,13 @@ const _sfc_main$k = {
|
|
|
55642
55639
|
}
|
|
55643
55640
|
}
|
|
55644
55641
|
};
|
|
55645
|
-
const _hoisted_1$
|
|
55642
|
+
const _hoisted_1$f = {
|
|
55646
55643
|
key: 0,
|
|
55647
55644
|
class: "container-action"
|
|
55648
55645
|
};
|
|
55649
|
-
const _hoisted_2$
|
|
55650
|
-
const _hoisted_3$
|
|
55651
|
-
const _hoisted_4$
|
|
55646
|
+
const _hoisted_2$9 = ["title"];
|
|
55647
|
+
const _hoisted_3$8 = ["title"];
|
|
55648
|
+
const _hoisted_4$7 = ["title"];
|
|
55652
55649
|
const _hoisted_5$6 = ["title"];
|
|
55653
55650
|
const _hoisted_6$6 = ["title"];
|
|
55654
55651
|
const _hoisted_7$4 = ["title"];
|
|
@@ -55665,27 +55662,27 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55665
55662
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
55666
55663
|
}, [
|
|
55667
55664
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
55668
|
-
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
55665
|
+
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
55669
55666
|
createElementVNode("i", {
|
|
55670
55667
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
55671
55668
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
55672
55669
|
}, [
|
|
55673
55670
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
55674
|
-
], 8, _hoisted_2$
|
|
55671
|
+
], 8, _hoisted_2$9),
|
|
55675
55672
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
55676
55673
|
key: 0,
|
|
55677
55674
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
55678
55675
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.moveUpWidget(), ["stop"]))
|
|
55679
55676
|
}, [
|
|
55680
55677
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
55681
|
-
], 8, _hoisted_3$
|
|
55678
|
+
], 8, _hoisted_3$8)) : createCommentVNode("", true),
|
|
55682
55679
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
55683
55680
|
key: 1,
|
|
55684
55681
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
55685
55682
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => _ctx.moveDownWidget(), ["stop"]))
|
|
55686
55683
|
}, [
|
|
55687
55684
|
createVNode(_component_svg_icon, { "icon-class": "el-move-down" })
|
|
55688
|
-
], 8, _hoisted_4$
|
|
55685
|
+
], 8, _hoisted_4$7)) : createCommentVNode("", true),
|
|
55689
55686
|
$props.widget.type === "table" ? (openBlock(), createElementBlock("i", {
|
|
55690
55687
|
key: 2,
|
|
55691
55688
|
title: _ctx.i18nt("designer.hint.insertRow"),
|
|
@@ -55940,13 +55937,13 @@ const _sfc_main$j = {
|
|
|
55940
55937
|
}
|
|
55941
55938
|
}
|
|
55942
55939
|
};
|
|
55943
|
-
const _hoisted_1$
|
|
55944
|
-
const _hoisted_2$
|
|
55940
|
+
const _hoisted_1$e = { class: "form-widget-list" };
|
|
55941
|
+
const _hoisted_2$8 = {
|
|
55945
55942
|
key: 0,
|
|
55946
55943
|
class: "grid-col-action"
|
|
55947
55944
|
};
|
|
55948
|
-
const _hoisted_3$
|
|
55949
|
-
const _hoisted_4$
|
|
55945
|
+
const _hoisted_3$7 = ["title"];
|
|
55946
|
+
const _hoisted_4$6 = ["title"];
|
|
55950
55947
|
const _hoisted_5$5 = ["title"];
|
|
55951
55948
|
const _hoisted_6$5 = ["title"];
|
|
55952
55949
|
const _hoisted_7$3 = ["title"];
|
|
@@ -55981,7 +55978,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55981
55978
|
move: $options.checkContainerMove
|
|
55982
55979
|
}), {
|
|
55983
55980
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
55984
|
-
createElementVNode("div", _hoisted_1$
|
|
55981
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
55985
55982
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
55986
55983
|
widget: subWidget,
|
|
55987
55984
|
designer: $props.designer,
|
|
@@ -56002,20 +55999,20 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56002
55999
|
]),
|
|
56003
56000
|
_: 1
|
|
56004
56001
|
}, 16, ["list", "onUpdate", "move"]),
|
|
56005
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
56002
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$8, [
|
|
56006
56003
|
createElementVNode("i", {
|
|
56007
56004
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
56008
56005
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget($props.widget), ["stop"]))
|
|
56009
56006
|
}, [
|
|
56010
56007
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
56011
|
-
], 8, _hoisted_3$
|
|
56008
|
+
], 8, _hoisted_3$7),
|
|
56012
56009
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
56013
56010
|
key: 0,
|
|
56014
56011
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
56015
56012
|
onClick: _cache[3] || (_cache[3] = withModifiers(($event) => $options.moveUpWidget(), ["stop"]))
|
|
56016
56013
|
}, [
|
|
56017
56014
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
56018
|
-
], 8, _hoisted_4$
|
|
56015
|
+
], 8, _hoisted_4$6)) : createCommentVNode("", true),
|
|
56019
56016
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
56020
56017
|
key: 1,
|
|
56021
56018
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
@@ -56167,7 +56164,7 @@ const _sfc_main$h = {
|
|
|
56167
56164
|
}
|
|
56168
56165
|
}
|
|
56169
56166
|
};
|
|
56170
|
-
const _hoisted_1$
|
|
56167
|
+
const _hoisted_1$d = { class: "form-widget-list" };
|
|
56171
56168
|
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56172
56169
|
const _component_draggable = resolveComponent("draggable");
|
|
56173
56170
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
@@ -56213,7 +56210,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56213
56210
|
move: _ctx.checkContainerMove
|
|
56214
56211
|
}), {
|
|
56215
56212
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
56216
|
-
createElementVNode("div", _hoisted_1$
|
|
56213
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
56217
56214
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
56218
56215
|
widget: subWidget,
|
|
56219
56216
|
designer: $props.designer,
|
|
@@ -56417,13 +56414,13 @@ const _sfc_main$g = {
|
|
|
56417
56414
|
}
|
|
56418
56415
|
}
|
|
56419
56416
|
};
|
|
56420
|
-
const _hoisted_1$
|
|
56421
|
-
const _hoisted_2$
|
|
56422
|
-
const _hoisted_3$
|
|
56417
|
+
const _hoisted_1$c = ["colspan", "rowspan"];
|
|
56418
|
+
const _hoisted_2$7 = { class: "form-widget-list" };
|
|
56419
|
+
const _hoisted_3$6 = {
|
|
56423
56420
|
key: 0,
|
|
56424
56421
|
class: "table-cell-action"
|
|
56425
56422
|
};
|
|
56426
|
-
const _hoisted_4$
|
|
56423
|
+
const _hoisted_4$5 = ["title"];
|
|
56427
56424
|
const _hoisted_5$4 = ["title"];
|
|
56428
56425
|
const _hoisted_6$4 = {
|
|
56429
56426
|
key: 1,
|
|
@@ -56455,7 +56452,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56455
56452
|
move: $options.checkContainerMove
|
|
56456
56453
|
}), {
|
|
56457
56454
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
56458
|
-
createElementVNode("div", _hoisted_2$
|
|
56455
|
+
createElementVNode("div", _hoisted_2$7, [
|
|
56459
56456
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
56460
56457
|
widget: subWidget,
|
|
56461
56458
|
designer: $props.designer,
|
|
@@ -56476,13 +56473,13 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56476
56473
|
]),
|
|
56477
56474
|
_: 1
|
|
56478
56475
|
}, 16, ["list", "onUpdate", "move"]),
|
|
56479
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
56476
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$6, [
|
|
56480
56477
|
createElementVNode("i", {
|
|
56481
56478
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
56482
56479
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget(), ["stop"]))
|
|
56483
56480
|
}, [
|
|
56484
56481
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
56485
|
-
], 8, _hoisted_4$
|
|
56482
|
+
], 8, _hoisted_4$5),
|
|
56486
56483
|
createVNode(_component_el_dropdown, {
|
|
56487
56484
|
trigger: "click",
|
|
56488
56485
|
onCommand: $options.handleTableCellCommand,
|
|
@@ -56626,7 +56623,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56626
56623
|
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_6$4, [
|
|
56627
56624
|
createElementVNode("i", null, toDisplayString(_ctx.i18nt("designer.widgetLabel." + $props.widget.type)), 1)
|
|
56628
56625
|
])) : createCommentVNode("", true)
|
|
56629
|
-
], 14, _hoisted_1$
|
|
56626
|
+
], 14, _hoisted_1$c);
|
|
56630
56627
|
}
|
|
56631
56628
|
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
56632
56629
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -56666,7 +56663,7 @@ const _sfc_main$f = {
|
|
|
56666
56663
|
},
|
|
56667
56664
|
methods: {}
|
|
56668
56665
|
};
|
|
56669
|
-
const _hoisted_1$
|
|
56666
|
+
const _hoisted_1$b = { class: "table-layout" };
|
|
56670
56667
|
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56671
56668
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
56672
56669
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -56683,7 +56680,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56683
56680
|
class: normalizeClass(["table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
56684
56681
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
56685
56682
|
}, [
|
|
56686
|
-
createElementVNode("table", _hoisted_1$
|
|
56683
|
+
createElementVNode("table", _hoisted_1$b, [
|
|
56687
56684
|
createElementVNode("tbody", null, [
|
|
56688
56685
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
56689
56686
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -56858,17 +56855,17 @@ const _sfc_main$e = {
|
|
|
56858
56855
|
}
|
|
56859
56856
|
}
|
|
56860
56857
|
};
|
|
56861
|
-
const _hoisted_1$
|
|
56862
|
-
const _hoisted_2$
|
|
56858
|
+
const _hoisted_1$a = { class: "form-widget-container" };
|
|
56859
|
+
const _hoisted_2$6 = {
|
|
56863
56860
|
key: 0,
|
|
56864
56861
|
class: "no-widget-hint"
|
|
56865
56862
|
};
|
|
56866
|
-
const _hoisted_3$
|
|
56867
|
-
const _hoisted_4$
|
|
56863
|
+
const _hoisted_3$5 = { class: "form-widget-list" };
|
|
56864
|
+
const _hoisted_4$4 = { class: "transition-group-el" };
|
|
56868
56865
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56869
56866
|
const _component_draggable = resolveComponent("draggable");
|
|
56870
56867
|
const _component_el_form = resolveComponent("el-form");
|
|
56871
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
56868
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
56872
56869
|
createVNode(_component_el_form, {
|
|
56873
56870
|
class: normalizeClass(["full-height-width widget-form", [$options.customClass, $options.layoutType + "-layout"]]),
|
|
56874
56871
|
"label-position": $options.labelPosition,
|
|
@@ -56876,8 +56873,8 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56876
56873
|
"validate-on-rule-change": false
|
|
56877
56874
|
}, {
|
|
56878
56875
|
default: withCtx(() => [
|
|
56879
|
-
$props.designer.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
56880
|
-
createElementVNode("div", _hoisted_3$
|
|
56876
|
+
$props.designer.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2$6, toDisplayString(_ctx.i18nt("designer.noWidgetHint")), 1)) : createCommentVNode("", true),
|
|
56877
|
+
createElementVNode("div", _hoisted_3$5, [
|
|
56881
56878
|
createVNode(_component_draggable, mergeProps({
|
|
56882
56879
|
list: $props.designer.widgetList,
|
|
56883
56880
|
"item-key": "id"
|
|
@@ -56891,7 +56888,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56891
56888
|
move: $options.checkMove
|
|
56892
56889
|
}), {
|
|
56893
56890
|
item: withCtx(({ element: widget, index: index2 }) => [
|
|
56894
|
-
createElementVNode("div", _hoisted_4$
|
|
56891
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
56895
56892
|
widget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent($options.getWidgetName(widget)), {
|
|
56896
56893
|
widget,
|
|
56897
56894
|
designer: $props.designer,
|
|
@@ -57692,7 +57689,6 @@ function createDesigner(vueInstance) {
|
|
|
57692
57689
|
}
|
|
57693
57690
|
};
|
|
57694
57691
|
}
|
|
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
57692
|
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
57697
57693
|
const _sfc_main$d = {
|
|
57698
57694
|
name: "VFormDesigner",
|
|
@@ -57933,19 +57929,11 @@ const _sfc_main$d = {
|
|
|
57933
57929
|
}
|
|
57934
57930
|
}
|
|
57935
57931
|
};
|
|
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
57932
|
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
57933
|
const _component_widget_panel = resolveComponent("widget-panel");
|
|
57947
57934
|
const _component_el_aside = resolveComponent("el-aside");
|
|
57948
57935
|
const _component_toolbar_panel = resolveComponent("toolbar-panel");
|
|
57936
|
+
const _component_el_header = resolveComponent("el-header");
|
|
57949
57937
|
const _component_v_form_widget = resolveComponent("v-form-widget");
|
|
57950
57938
|
const _component_el_scrollbar = resolveComponent("el-scrollbar");
|
|
57951
57939
|
const _component_el_main = resolveComponent("el-main");
|
|
@@ -57953,87 +57941,6 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57953
57941
|
const _component_setting_panel = resolveComponent("setting-panel");
|
|
57954
57942
|
return openBlock(), createBlock(_component_el_container, { class: "main-container full-height" }, {
|
|
57955
57943
|
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
57944
|
createVNode(_component_el_container, null, {
|
|
58038
57945
|
default: withCtx(() => [
|
|
58039
57946
|
createVNode(_component_el_aside, { class: "side-panel" }, {
|
|
@@ -58104,7 +58011,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
58104
58011
|
_: 3
|
|
58105
58012
|
});
|
|
58106
58013
|
}
|
|
58107
|
-
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
58014
|
+
var VFormDesigner = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-cd16a5dc"]]);
|
|
58108
58015
|
var vuedraggable_umd = { exports: {} };
|
|
58109
58016
|
var require$$0 = /* @__PURE__ */ getDefaultExportFromNamespaceIfPresent(vue);
|
|
58110
58017
|
(function(module, exports) {
|
|
@@ -61690,13 +61597,13 @@ function registerIcon(app) {
|
|
|
61690
61597
|
if (typeof window !== "undefined") {
|
|
61691
61598
|
let loadSvg = function() {
|
|
61692
61599
|
var body = document.body;
|
|
61693
|
-
var svgDom = document.getElementById("
|
|
61600
|
+
var svgDom = document.getElementById("__svg__icons__dom__1767685168862__");
|
|
61694
61601
|
if (!svgDom) {
|
|
61695
61602
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
61696
61603
|
svgDom.style.position = "absolute";
|
|
61697
61604
|
svgDom.style.width = "0";
|
|
61698
61605
|
svgDom.style.height = "0";
|
|
61699
|
-
svgDom.id = "
|
|
61606
|
+
svgDom.id = "__svg__icons__dom__1767685168862__";
|
|
61700
61607
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
61701
61608
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
61702
61609
|
}
|