form-custom-test 3.0.247 → 3.0.249
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 +1666 -1009
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +136 -136
- package/dist/render.es.js +1126 -492
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +94 -94
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -1160,7 +1160,7 @@ var _export_sfc$1 = (sfc, props) => {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
return target;
|
|
1162
1162
|
};
|
|
1163
|
-
const _sfc_main$
|
|
1163
|
+
const _sfc_main$1t = {
|
|
1164
1164
|
name: "container-item-wrapper",
|
|
1165
1165
|
props: {
|
|
1166
1166
|
widget: Object
|
|
@@ -1174,14 +1174,14 @@ const _sfc_main$1r = {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
};
|
|
1177
|
-
function _sfc_render$
|
|
1177
|
+
function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1178
1178
|
return openBlock(), createElementBlock("div", {
|
|
1179
1179
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
1180
1180
|
}, [
|
|
1181
1181
|
renderSlot(_ctx.$slots, "default")
|
|
1182
1182
|
], 2);
|
|
1183
1183
|
}
|
|
1184
|
-
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1184
|
+
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1t, [["render", _sfc_render$1t]]);
|
|
1185
1185
|
var __glob_0_0$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1186
1186
|
__proto__: null,
|
|
1187
1187
|
"default": ContainerItemWrapper
|
|
@@ -1975,6 +1975,7 @@ var enLocale_extension = {
|
|
|
1975
1975
|
"sub-table": "Sub Table",
|
|
1976
1976
|
"asset-table": "Asset Table",
|
|
1977
1977
|
"legal-tabel": "Legal Table",
|
|
1978
|
+
"lease-table": "Lease Table",
|
|
1978
1979
|
"resolution-table": "Resolution Table",
|
|
1979
1980
|
"fixed-table": "Fixed Table",
|
|
1980
1981
|
"asset-type": "Asset Type",
|
|
@@ -2016,6 +2017,8 @@ var enLocale_extension = {
|
|
|
2016
2017
|
assetTableTypeJson: "Asset Table Type Json",
|
|
2017
2018
|
systemTableTypeJson: "System Table Type Json",
|
|
2018
2019
|
legalTableTypeJson: "Legal Table Type Json",
|
|
2020
|
+
leaseTableTypeJson: "Lease Form Flow Code",
|
|
2021
|
+
fixedTableTypeJson: "Fixed Table Type Json",
|
|
2019
2022
|
fixedTableTypeJson: "Fixed Table Type Json",
|
|
2020
2023
|
assetTableClickRow: "Click Row",
|
|
2021
2024
|
systemTableClickRow: "Click Row",
|
|
@@ -2052,6 +2055,7 @@ var zhLocale_extension = {
|
|
|
2052
2055
|
"dict-select": "\u5B57\u5178\u9009\u62E9",
|
|
2053
2056
|
"asset-table": "\u8D44\u4EA7\u8868\u683C",
|
|
2054
2057
|
"legal-table": "\u6CD5\u52A1\u8868\u683C",
|
|
2058
|
+
"lease-table": "\u79DF\u8D41\u8868\u683C",
|
|
2055
2059
|
"radio-other": "\u5355\u9009\u9879\uFF08\u5176\u4ED6\uFF09",
|
|
2056
2060
|
"select-other": "\u4E0B\u62C9\u9009\u9879\uFF08\u5176\u4ED6\uFF09",
|
|
2057
2061
|
"meeting-room": "\u4F1A\u8BAE\u5BA4",
|
|
@@ -2096,6 +2100,7 @@ var zhLocale_extension = {
|
|
|
2096
2100
|
assetTableTypeJson: "\u8D44\u4EA7\u8868\u683C\u7C7B\u578BJson",
|
|
2097
2101
|
systemTableTypeJson: "\u5236\u5EA6\u8868\u683C\u7C7B\u578BJson",
|
|
2098
2102
|
legalTableTypeJson: "\u6CD5\u52A1\u8868\u683C\u7C7B\u578BJson",
|
|
2103
|
+
leaseTableTypeJson: "\u79DF\u8D41\u8868\u5355\u6D41\u7A0B\u7F16\u7801",
|
|
2099
2104
|
fixedTableTypeJson: "\u8D44\u4EA7\u6295\u8D44\u8868\u683CJson",
|
|
2100
2105
|
assetTableClickRow: "\u662F\u5426\u70B9\u51FB\u884C",
|
|
2101
2106
|
systemTableClickRow: "\u662F\u5426\u70B9\u51FB\u884C",
|
|
@@ -2173,7 +2178,7 @@ var refMixin = {
|
|
|
2173
2178
|
}
|
|
2174
2179
|
};
|
|
2175
2180
|
var index_vue_vue_type_style_index_0_scoped_true_lang$8 = "";
|
|
2176
|
-
const _sfc_main$
|
|
2181
|
+
const _sfc_main$1s = {
|
|
2177
2182
|
name: "SvgIcon",
|
|
2178
2183
|
props: {
|
|
2179
2184
|
iconClass: {
|
|
@@ -2201,20 +2206,20 @@ const _sfc_main$1q = {
|
|
|
2201
2206
|
}
|
|
2202
2207
|
}
|
|
2203
2208
|
};
|
|
2204
|
-
const _hoisted_1$
|
|
2205
|
-
const _hoisted_2$
|
|
2206
|
-
function _sfc_render$
|
|
2209
|
+
const _hoisted_1$V = ["xlink:href"];
|
|
2210
|
+
const _hoisted_2$G = { key: 0 };
|
|
2211
|
+
function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2207
2212
|
return openBlock(), createElementBlock("svg", {
|
|
2208
2213
|
class: normalizeClass($options.svgClass),
|
|
2209
2214
|
"aria-hidden": "true"
|
|
2210
2215
|
}, [
|
|
2211
|
-
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$
|
|
2212
|
-
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$
|
|
2216
|
+
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$V),
|
|
2217
|
+
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$G, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
2213
2218
|
], 2);
|
|
2214
2219
|
}
|
|
2215
|
-
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2220
|
+
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1s, [["render", _sfc_render$1s], ["__scopeId", "data-v-8002b89a"]]);
|
|
2216
2221
|
var staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
2217
|
-
const _sfc_main$
|
|
2222
|
+
const _sfc_main$1r = {
|
|
2218
2223
|
name: "static-content-wrapper",
|
|
2219
2224
|
mixins: [i18n$1],
|
|
2220
2225
|
components: {
|
|
@@ -2300,12 +2305,12 @@ const _sfc_main$1p = {
|
|
|
2300
2305
|
}
|
|
2301
2306
|
}
|
|
2302
2307
|
};
|
|
2303
|
-
const _hoisted_1$
|
|
2308
|
+
const _hoisted_1$U = {
|
|
2304
2309
|
key: 0,
|
|
2305
2310
|
class: "field-action"
|
|
2306
2311
|
};
|
|
2307
|
-
const _hoisted_2$
|
|
2308
|
-
const _hoisted_3$
|
|
2312
|
+
const _hoisted_2$F = ["title"];
|
|
2313
|
+
const _hoisted_3$A = ["title"];
|
|
2309
2314
|
const _hoisted_4$n = ["title"];
|
|
2310
2315
|
const _hoisted_5$i = ["title"];
|
|
2311
2316
|
const _hoisted_6$h = {
|
|
@@ -2314,7 +2319,7 @@ const _hoisted_6$h = {
|
|
|
2314
2319
|
};
|
|
2315
2320
|
const _hoisted_7$f = ["title"];
|
|
2316
2321
|
const _hoisted_8$a = { key: 0 };
|
|
2317
|
-
function _sfc_render$
|
|
2322
|
+
function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2318
2323
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
2319
2324
|
return openBlock(), createElementBlock("div", {
|
|
2320
2325
|
class: normalizeClass(["field-wrapper", { "design-time-bottom-margin": !!this.designer }]),
|
|
@@ -2329,20 +2334,20 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2329
2334
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2330
2335
|
], 6)) : createCommentVNode("", true),
|
|
2331
2336
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
2332
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2337
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
2333
2338
|
createElementVNode("i", {
|
|
2334
2339
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
2335
2340
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
2336
2341
|
}, [
|
|
2337
2342
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
2338
|
-
], 8, _hoisted_2$
|
|
2343
|
+
], 8, _hoisted_2$F),
|
|
2339
2344
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
2340
2345
|
key: 0,
|
|
2341
2346
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
2342
2347
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.moveUpWidget($props.field), ["stop"]))
|
|
2343
2348
|
}, [
|
|
2344
2349
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
2345
|
-
], 8, _hoisted_3$
|
|
2350
|
+
], 8, _hoisted_3$A)) : createCommentVNode("", true),
|
|
2346
2351
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
2347
2352
|
key: 1,
|
|
2348
2353
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
@@ -2371,7 +2376,7 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2371
2376
|
], 64)) : createCommentVNode("", true)
|
|
2372
2377
|
], 6);
|
|
2373
2378
|
}
|
|
2374
|
-
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2379
|
+
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1r, [["render", _sfc_render$1r], ["__scopeId", "data-v-41799baa"]]);
|
|
2375
2380
|
var __glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2376
2381
|
__proto__: null,
|
|
2377
2382
|
"default": StaticContentWrapper
|
|
@@ -9400,7 +9405,7 @@ var fieldMixin = {
|
|
|
9400
9405
|
}
|
|
9401
9406
|
};
|
|
9402
9407
|
var buttonWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9403
|
-
const _sfc_main$
|
|
9408
|
+
const _sfc_main$1q = {
|
|
9404
9409
|
name: "button-widget",
|
|
9405
9410
|
componentName: "FieldWidget",
|
|
9406
9411
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9446,7 +9451,7 @@ const _sfc_main$1o = {
|
|
|
9446
9451
|
},
|
|
9447
9452
|
methods: {}
|
|
9448
9453
|
};
|
|
9449
|
-
function _sfc_render$
|
|
9454
|
+
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9450
9455
|
const _component_el_button = resolveComponent("el-button");
|
|
9451
9456
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
9452
9457
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -9482,13 +9487,13 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9482
9487
|
_: 1
|
|
9483
9488
|
}, 8, ["designer", "field", "design-state", "display-style", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
9484
9489
|
}
|
|
9485
|
-
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9490
|
+
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1q, [["render", _sfc_render$1q], ["__scopeId", "data-v-78bf6014"]]);
|
|
9486
9491
|
var __glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9487
9492
|
__proto__: null,
|
|
9488
9493
|
"default": buttonWidget
|
|
9489
9494
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9490
9495
|
var formItemWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9491
|
-
const _sfc_main$
|
|
9496
|
+
const _sfc_main$1p = {
|
|
9492
9497
|
name: "form-item-wrapper",
|
|
9493
9498
|
mixins: [i18n$1],
|
|
9494
9499
|
components: {
|
|
@@ -9628,15 +9633,15 @@ const _sfc_main$1n = {
|
|
|
9628
9633
|
}
|
|
9629
9634
|
}
|
|
9630
9635
|
};
|
|
9631
|
-
const _hoisted_1$
|
|
9636
|
+
const _hoisted_1$T = {
|
|
9632
9637
|
key: 0,
|
|
9633
9638
|
class: "custom-label"
|
|
9634
9639
|
};
|
|
9635
|
-
const _hoisted_2$
|
|
9640
|
+
const _hoisted_2$E = {
|
|
9636
9641
|
key: 0,
|
|
9637
9642
|
class: "field-action"
|
|
9638
9643
|
};
|
|
9639
|
-
const _hoisted_3$
|
|
9644
|
+
const _hoisted_3$z = ["title"];
|
|
9640
9645
|
const _hoisted_4$m = ["title"];
|
|
9641
9646
|
const _hoisted_5$h = ["title"];
|
|
9642
9647
|
const _hoisted_6$g = ["title"];
|
|
@@ -9646,7 +9651,7 @@ const _hoisted_7$e = {
|
|
|
9646
9651
|
};
|
|
9647
9652
|
const _hoisted_8$9 = ["title"];
|
|
9648
9653
|
const _hoisted_9$8 = { key: 0 };
|
|
9649
|
-
function _sfc_render$
|
|
9654
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9650
9655
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
9651
9656
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
9652
9657
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -9669,7 +9674,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9669
9674
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
9670
9675
|
}, {
|
|
9671
9676
|
label: withCtx(() => [
|
|
9672
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
9677
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$T, [
|
|
9673
9678
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9674
9679
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9675
9680
|
createVNode(_component_el_tooltip, {
|
|
@@ -9721,13 +9726,13 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9721
9726
|
[vShow, $props.designState === true || !$props.field.options.hidden]
|
|
9722
9727
|
]) : createCommentVNode("", true),
|
|
9723
9728
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
9724
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
9729
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$E, [
|
|
9725
9730
|
createElementVNode("i", {
|
|
9726
9731
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
9727
9732
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
9728
9733
|
}, [
|
|
9729
9734
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
9730
|
-
], 8, _hoisted_3$
|
|
9735
|
+
], 8, _hoisted_3$z),
|
|
9731
9736
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
9732
9737
|
key: 0,
|
|
9733
9738
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
@@ -9763,13 +9768,13 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9763
9768
|
], 64)) : createCommentVNode("", true)
|
|
9764
9769
|
], 2);
|
|
9765
9770
|
}
|
|
9766
|
-
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9771
|
+
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1p, [["render", _sfc_render$1p], ["__scopeId", "data-v-3cbbbdb2"]]);
|
|
9767
9772
|
var __glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9768
9773
|
__proto__: null,
|
|
9769
9774
|
"default": FormItemWrapper
|
|
9770
9775
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9771
9776
|
var cascaderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9772
|
-
const _sfc_main$
|
|
9777
|
+
const _sfc_main$1o = {
|
|
9773
9778
|
name: "cascader-widget",
|
|
9774
9779
|
componentName: "FieldWidget",
|
|
9775
9780
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9841,8 +9846,8 @@ const _sfc_main$1m = {
|
|
|
9841
9846
|
},
|
|
9842
9847
|
methods: {}
|
|
9843
9848
|
};
|
|
9844
|
-
const _hoisted_1$
|
|
9845
|
-
function _sfc_render$
|
|
9849
|
+
const _hoisted_1$S = { class: "full-width-input" };
|
|
9850
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9846
9851
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
9847
9852
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9848
9853
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9858,7 +9863,7 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9858
9863
|
"sub-form-row-id": $props.subFormRowId
|
|
9859
9864
|
}, {
|
|
9860
9865
|
default: withCtx(() => [
|
|
9861
|
-
createElementVNode("div", _hoisted_1$
|
|
9866
|
+
createElementVNode("div", _hoisted_1$S, [
|
|
9862
9867
|
createVNode(_component_el_cascader, {
|
|
9863
9868
|
ref: "fieldEditor",
|
|
9864
9869
|
options: $data.selectList || $props.field.options.optionItems,
|
|
@@ -9880,13 +9885,13 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9880
9885
|
_: 1
|
|
9881
9886
|
}, 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"]);
|
|
9882
9887
|
}
|
|
9883
|
-
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9888
|
+
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-2002ac31"]]);
|
|
9884
9889
|
var __glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9885
9890
|
__proto__: null,
|
|
9886
9891
|
"default": cascaderWidget
|
|
9887
9892
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9888
9893
|
var checkboxWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9889
|
-
const _sfc_main$
|
|
9894
|
+
const _sfc_main$1n = {
|
|
9890
9895
|
name: "checkbox-widget",
|
|
9891
9896
|
componentName: "FieldWidget",
|
|
9892
9897
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9942,7 +9947,7 @@ const _sfc_main$1l = {
|
|
|
9942
9947
|
},
|
|
9943
9948
|
methods: {}
|
|
9944
9949
|
};
|
|
9945
|
-
function _sfc_render$
|
|
9950
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9946
9951
|
const _component_el_checkbox_button = resolveComponent("el-checkbox-button");
|
|
9947
9952
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
9948
9953
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
@@ -10003,13 +10008,13 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10003
10008
|
_: 1
|
|
10004
10009
|
}, 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"]);
|
|
10005
10010
|
}
|
|
10006
|
-
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10011
|
+
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-8c1ca3c8"]]);
|
|
10007
10012
|
var __glob_0_2$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10008
10013
|
__proto__: null,
|
|
10009
10014
|
"default": checkboxWidget
|
|
10010
10015
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10011
10016
|
var colorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10012
|
-
const _sfc_main$
|
|
10017
|
+
const _sfc_main$1m = {
|
|
10013
10018
|
name: "color-widget",
|
|
10014
10019
|
componentName: "FieldWidget",
|
|
10015
10020
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10064,7 +10069,7 @@ const _sfc_main$1k = {
|
|
|
10064
10069
|
},
|
|
10065
10070
|
methods: {}
|
|
10066
10071
|
};
|
|
10067
|
-
function _sfc_render$
|
|
10072
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10068
10073
|
const _component_el_color_picker = resolveComponent("el-color-picker");
|
|
10069
10074
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10070
10075
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10092,13 +10097,13 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10092
10097
|
_: 1
|
|
10093
10098
|
}, 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"]);
|
|
10094
10099
|
}
|
|
10095
|
-
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10100
|
+
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-52b66ef1"]]);
|
|
10096
10101
|
var __glob_0_3$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10097
10102
|
__proto__: null,
|
|
10098
10103
|
"default": colorWidget
|
|
10099
10104
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10100
10105
|
var dateRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10101
|
-
const _sfc_main$
|
|
10106
|
+
const _sfc_main$1l = {
|
|
10102
10107
|
name: "date-range-widget",
|
|
10103
10108
|
componentName: "FieldWidget",
|
|
10104
10109
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10153,7 +10158,7 @@ const _sfc_main$1j = {
|
|
|
10153
10158
|
},
|
|
10154
10159
|
methods: {}
|
|
10155
10160
|
};
|
|
10156
|
-
function _sfc_render$
|
|
10161
|
+
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10157
10162
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
10158
10163
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10159
10164
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10191,13 +10196,13 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10191
10196
|
_: 1
|
|
10192
10197
|
}, 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"]);
|
|
10193
10198
|
}
|
|
10194
|
-
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10199
|
+
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["render", _sfc_render$1l], ["__scopeId", "data-v-e50300fe"]]);
|
|
10195
10200
|
var __glob_0_4$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10196
10201
|
__proto__: null,
|
|
10197
10202
|
"default": dateRangeWidget
|
|
10198
10203
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10199
10204
|
var dateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10200
|
-
const _sfc_main$
|
|
10205
|
+
const _sfc_main$1k = {
|
|
10201
10206
|
name: "date-widget",
|
|
10202
10207
|
componentName: "FieldWidget",
|
|
10203
10208
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10252,7 +10257,7 @@ const _sfc_main$1i = {
|
|
|
10252
10257
|
},
|
|
10253
10258
|
methods: {}
|
|
10254
10259
|
};
|
|
10255
|
-
function _sfc_render$
|
|
10260
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10256
10261
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
10257
10262
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10258
10263
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10290,13 +10295,13 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10290
10295
|
_: 1
|
|
10291
10296
|
}, 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"]);
|
|
10292
10297
|
}
|
|
10293
|
-
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10298
|
+
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-89ff4bae"]]);
|
|
10294
10299
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10295
10300
|
__proto__: null,
|
|
10296
10301
|
"default": dateWidget
|
|
10297
10302
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10298
10303
|
var dividerWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10299
|
-
const _sfc_main$
|
|
10304
|
+
const _sfc_main$1j = {
|
|
10300
10305
|
name: "divider-widget",
|
|
10301
10306
|
componentName: "FieldWidget",
|
|
10302
10307
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10342,7 +10347,7 @@ const _sfc_main$1h = {
|
|
|
10342
10347
|
},
|
|
10343
10348
|
methods: {}
|
|
10344
10349
|
};
|
|
10345
|
-
function _sfc_render$
|
|
10350
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10346
10351
|
const _component_el_divider = resolveComponent("el-divider");
|
|
10347
10352
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
10348
10353
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -10371,7 +10376,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10371
10376
|
_: 1
|
|
10372
10377
|
}, 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"]);
|
|
10373
10378
|
}
|
|
10374
|
-
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10379
|
+
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-09a1b973"]]);
|
|
10375
10380
|
var __glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10376
10381
|
__proto__: null,
|
|
10377
10382
|
"default": dividerWidget
|
|
@@ -10410,84 +10415,84 @@ var _export_sfc = (sfc, props) => {
|
|
|
10410
10415
|
}
|
|
10411
10416
|
return target;
|
|
10412
10417
|
};
|
|
10413
|
-
const _sfc_main$
|
|
10418
|
+
const _sfc_main$1i = defineComponent({
|
|
10414
10419
|
name: "ArrowDownBold"
|
|
10415
10420
|
});
|
|
10416
|
-
const _hoisted_1$
|
|
10421
|
+
const _hoisted_1$R = {
|
|
10417
10422
|
class: "icon",
|
|
10418
10423
|
width: "200",
|
|
10419
10424
|
height: "200",
|
|
10420
10425
|
viewBox: "0 0 1024 1024",
|
|
10421
10426
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10422
10427
|
};
|
|
10423
|
-
const _hoisted_2$
|
|
10428
|
+
const _hoisted_2$D = /* @__PURE__ */ createElementVNode("path", {
|
|
10424
10429
|
fill: "currentColor",
|
|
10425
10430
|
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"
|
|
10426
10431
|
}, null, -1);
|
|
10427
|
-
const _hoisted_3$
|
|
10428
|
-
_hoisted_2$
|
|
10432
|
+
const _hoisted_3$y = [
|
|
10433
|
+
_hoisted_2$D
|
|
10429
10434
|
];
|
|
10430
|
-
function _sfc_render$
|
|
10431
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10435
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10436
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$R, _hoisted_3$y);
|
|
10432
10437
|
}
|
|
10433
|
-
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10434
|
-
const _sfc_main$
|
|
10438
|
+
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i]]);
|
|
10439
|
+
const _sfc_main$1h = defineComponent({
|
|
10435
10440
|
name: "ArrowDown"
|
|
10436
10441
|
});
|
|
10437
|
-
const _hoisted_1$
|
|
10442
|
+
const _hoisted_1$Q = {
|
|
10438
10443
|
class: "icon",
|
|
10439
10444
|
width: "200",
|
|
10440
10445
|
height: "200",
|
|
10441
10446
|
viewBox: "0 0 1024 1024",
|
|
10442
10447
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10443
10448
|
};
|
|
10444
|
-
const _hoisted_2$
|
|
10449
|
+
const _hoisted_2$C = /* @__PURE__ */ createElementVNode("path", {
|
|
10445
10450
|
fill: "currentColor",
|
|
10446
10451
|
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"
|
|
10447
10452
|
}, null, -1);
|
|
10448
|
-
const _hoisted_3$
|
|
10449
|
-
_hoisted_2$
|
|
10453
|
+
const _hoisted_3$x = [
|
|
10454
|
+
_hoisted_2$C
|
|
10450
10455
|
];
|
|
10451
|
-
function _sfc_render$
|
|
10452
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10456
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10457
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Q, _hoisted_3$x);
|
|
10453
10458
|
}
|
|
10454
|
-
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10455
|
-
const _sfc_main$
|
|
10459
|
+
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h]]);
|
|
10460
|
+
const _sfc_main$1g = defineComponent({
|
|
10456
10461
|
name: "ArrowUp"
|
|
10457
10462
|
});
|
|
10458
|
-
const _hoisted_1$
|
|
10463
|
+
const _hoisted_1$P = {
|
|
10459
10464
|
class: "icon",
|
|
10460
10465
|
width: "200",
|
|
10461
10466
|
height: "200",
|
|
10462
10467
|
viewBox: "0 0 1024 1024",
|
|
10463
10468
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10464
10469
|
};
|
|
10465
|
-
const _hoisted_2$
|
|
10470
|
+
const _hoisted_2$B = /* @__PURE__ */ createElementVNode("path", {
|
|
10466
10471
|
fill: "currentColor",
|
|
10467
10472
|
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"
|
|
10468
10473
|
}, null, -1);
|
|
10469
|
-
const _hoisted_3$
|
|
10470
|
-
_hoisted_2$
|
|
10474
|
+
const _hoisted_3$w = [
|
|
10475
|
+
_hoisted_2$B
|
|
10471
10476
|
];
|
|
10472
|
-
function _sfc_render$
|
|
10473
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10477
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10478
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_3$w);
|
|
10474
10479
|
}
|
|
10475
|
-
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10476
|
-
const _sfc_main$
|
|
10480
|
+
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
|
|
10481
|
+
const _sfc_main$1f = defineComponent({
|
|
10477
10482
|
name: "CirclePlus"
|
|
10478
10483
|
});
|
|
10479
|
-
const _hoisted_1$
|
|
10484
|
+
const _hoisted_1$O = {
|
|
10480
10485
|
class: "icon",
|
|
10481
10486
|
width: "200",
|
|
10482
10487
|
height: "200",
|
|
10483
10488
|
viewBox: "0 0 1024 1024",
|
|
10484
10489
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10485
10490
|
};
|
|
10486
|
-
const _hoisted_2$
|
|
10491
|
+
const _hoisted_2$A = /* @__PURE__ */ createElementVNode("path", {
|
|
10487
10492
|
fill: "currentColor",
|
|
10488
10493
|
d: "M352 480h320a32 32 0 110 64H352a32 32 0 010-64z"
|
|
10489
10494
|
}, null, -1);
|
|
10490
|
-
const _hoisted_3$
|
|
10495
|
+
const _hoisted_3$v = /* @__PURE__ */ createElementVNode("path", {
|
|
10491
10496
|
fill: "currentColor",
|
|
10492
10497
|
d: "M480 672V352a32 32 0 1164 0v320a32 32 0 01-64 0z"
|
|
10493
10498
|
}, null, -1);
|
|
@@ -10496,166 +10501,166 @@ const _hoisted_4$l = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10496
10501
|
d: "M512 896a384 384 0 100-768 384 384 0 000 768zm0 64a448 448 0 110-896 448 448 0 010 896z"
|
|
10497
10502
|
}, null, -1);
|
|
10498
10503
|
const _hoisted_5$g = [
|
|
10499
|
-
_hoisted_2$
|
|
10500
|
-
_hoisted_3$
|
|
10504
|
+
_hoisted_2$A,
|
|
10505
|
+
_hoisted_3$v,
|
|
10501
10506
|
_hoisted_4$l
|
|
10502
10507
|
];
|
|
10503
|
-
function _sfc_render$
|
|
10504
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10508
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10509
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$O, _hoisted_5$g);
|
|
10505
10510
|
}
|
|
10506
|
-
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10507
|
-
const _sfc_main$
|
|
10511
|
+
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
|
|
10512
|
+
const _sfc_main$1e = defineComponent({
|
|
10508
10513
|
name: "Delete"
|
|
10509
10514
|
});
|
|
10510
|
-
const _hoisted_1$
|
|
10515
|
+
const _hoisted_1$N = {
|
|
10511
10516
|
class: "icon",
|
|
10512
10517
|
width: "200",
|
|
10513
10518
|
height: "200",
|
|
10514
10519
|
viewBox: "0 0 1024 1024",
|
|
10515
10520
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10516
10521
|
};
|
|
10517
|
-
const _hoisted_2$
|
|
10522
|
+
const _hoisted_2$z = /* @__PURE__ */ createElementVNode("path", {
|
|
10518
10523
|
fill: "currentColor",
|
|
10519
10524
|
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"
|
|
10520
10525
|
}, null, -1);
|
|
10521
|
-
const _hoisted_3$
|
|
10522
|
-
_hoisted_2$
|
|
10526
|
+
const _hoisted_3$u = [
|
|
10527
|
+
_hoisted_2$z
|
|
10523
10528
|
];
|
|
10524
|
-
function _sfc_render$
|
|
10525
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10529
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10530
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$N, _hoisted_3$u);
|
|
10526
10531
|
}
|
|
10527
|
-
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10528
|
-
const _sfc_main$
|
|
10532
|
+
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
|
|
10533
|
+
const _sfc_main$1d = defineComponent({
|
|
10529
10534
|
name: "Edit"
|
|
10530
10535
|
});
|
|
10531
|
-
const _hoisted_1$
|
|
10536
|
+
const _hoisted_1$M = {
|
|
10532
10537
|
class: "icon",
|
|
10533
10538
|
width: "200",
|
|
10534
10539
|
height: "200",
|
|
10535
10540
|
viewBox: "0 0 1024 1024",
|
|
10536
10541
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10537
10542
|
};
|
|
10538
|
-
const _hoisted_2$
|
|
10543
|
+
const _hoisted_2$y = /* @__PURE__ */ createElementVNode("path", {
|
|
10539
10544
|
fill: "currentColor",
|
|
10540
10545
|
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"
|
|
10541
10546
|
}, null, -1);
|
|
10542
|
-
const _hoisted_3$
|
|
10547
|
+
const _hoisted_3$t = /* @__PURE__ */ createElementVNode("path", {
|
|
10543
10548
|
fill: "currentColor",
|
|
10544
10549
|
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"
|
|
10545
10550
|
}, null, -1);
|
|
10546
10551
|
const _hoisted_4$k = [
|
|
10547
|
-
_hoisted_2$
|
|
10548
|
-
_hoisted_3$
|
|
10552
|
+
_hoisted_2$y,
|
|
10553
|
+
_hoisted_3$t
|
|
10549
10554
|
];
|
|
10550
|
-
function _sfc_render$
|
|
10551
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10555
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10556
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_4$k);
|
|
10552
10557
|
}
|
|
10553
|
-
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10554
|
-
const _sfc_main$
|
|
10558
|
+
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
|
|
10559
|
+
const _sfc_main$1c = defineComponent({
|
|
10555
10560
|
name: "InfoFilled"
|
|
10556
10561
|
});
|
|
10557
|
-
const _hoisted_1$
|
|
10562
|
+
const _hoisted_1$L = {
|
|
10558
10563
|
class: "icon",
|
|
10559
10564
|
width: "200",
|
|
10560
10565
|
height: "200",
|
|
10561
10566
|
viewBox: "0 0 1024 1024",
|
|
10562
10567
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10563
10568
|
};
|
|
10564
|
-
const _hoisted_2$
|
|
10569
|
+
const _hoisted_2$x = /* @__PURE__ */ createElementVNode("path", {
|
|
10565
10570
|
fill: "currentColor",
|
|
10566
10571
|
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"
|
|
10567
10572
|
}, null, -1);
|
|
10568
|
-
const _hoisted_3$
|
|
10569
|
-
_hoisted_2$
|
|
10573
|
+
const _hoisted_3$s = [
|
|
10574
|
+
_hoisted_2$x
|
|
10570
10575
|
];
|
|
10571
|
-
function _sfc_render$
|
|
10572
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10576
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10577
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$L, _hoisted_3$s);
|
|
10573
10578
|
}
|
|
10574
|
-
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10575
|
-
const _sfc_main$
|
|
10579
|
+
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
|
|
10580
|
+
const _sfc_main$1b = defineComponent({
|
|
10576
10581
|
name: "Loading"
|
|
10577
10582
|
});
|
|
10578
|
-
const _hoisted_1$
|
|
10583
|
+
const _hoisted_1$K = {
|
|
10579
10584
|
class: "icon",
|
|
10580
10585
|
width: "200",
|
|
10581
10586
|
height: "200",
|
|
10582
10587
|
viewBox: "0 0 1024 1024",
|
|
10583
10588
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10584
10589
|
};
|
|
10585
|
-
const _hoisted_2$
|
|
10590
|
+
const _hoisted_2$w = /* @__PURE__ */ createElementVNode("path", {
|
|
10586
10591
|
fill: "currentColor",
|
|
10587
10592
|
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"
|
|
10588
10593
|
}, null, -1);
|
|
10589
|
-
const _hoisted_3$
|
|
10590
|
-
_hoisted_2$
|
|
10594
|
+
const _hoisted_3$r = [
|
|
10595
|
+
_hoisted_2$w
|
|
10591
10596
|
];
|
|
10592
|
-
function _sfc_render$
|
|
10593
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10597
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10598
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_3$r);
|
|
10594
10599
|
}
|
|
10595
|
-
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10596
|
-
const _sfc_main$
|
|
10600
|
+
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
10601
|
+
const _sfc_main$1a = defineComponent({
|
|
10597
10602
|
name: "Minus"
|
|
10598
10603
|
});
|
|
10599
|
-
const _hoisted_1$
|
|
10604
|
+
const _hoisted_1$J = {
|
|
10600
10605
|
class: "icon",
|
|
10601
10606
|
width: "200",
|
|
10602
10607
|
height: "200",
|
|
10603
10608
|
viewBox: "0 0 1024 1024",
|
|
10604
10609
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10605
10610
|
};
|
|
10606
|
-
const _hoisted_2$
|
|
10611
|
+
const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
|
|
10607
10612
|
fill: "currentColor",
|
|
10608
10613
|
d: "M128 544h768a32 32 0 100-64H128a32 32 0 000 64z"
|
|
10609
10614
|
}, null, -1);
|
|
10610
|
-
const _hoisted_3$
|
|
10611
|
-
_hoisted_2$
|
|
10615
|
+
const _hoisted_3$q = [
|
|
10616
|
+
_hoisted_2$v
|
|
10612
10617
|
];
|
|
10613
|
-
function _sfc_render$
|
|
10614
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10618
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10619
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$q);
|
|
10615
10620
|
}
|
|
10616
|
-
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10617
|
-
const _sfc_main$
|
|
10621
|
+
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
|
|
10622
|
+
const _sfc_main$19 = defineComponent({
|
|
10618
10623
|
name: "Plus"
|
|
10619
10624
|
});
|
|
10620
|
-
const _hoisted_1$
|
|
10625
|
+
const _hoisted_1$I = {
|
|
10621
10626
|
class: "icon",
|
|
10622
10627
|
width: "200",
|
|
10623
10628
|
height: "200",
|
|
10624
10629
|
viewBox: "0 0 1024 1024",
|
|
10625
10630
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10626
10631
|
};
|
|
10627
|
-
const _hoisted_2$
|
|
10632
|
+
const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
|
|
10628
10633
|
fill: "currentColor",
|
|
10629
10634
|
d: "M480 480V128a32 32 0 0164 0v352h352a32 32 0 110 64H544v352a32 32 0 11-64 0V544H128a32 32 0 010-64h352z"
|
|
10630
10635
|
}, null, -1);
|
|
10631
|
-
const _hoisted_3$
|
|
10632
|
-
_hoisted_2$
|
|
10636
|
+
const _hoisted_3$p = [
|
|
10637
|
+
_hoisted_2$u
|
|
10633
10638
|
];
|
|
10634
|
-
function _sfc_render$
|
|
10635
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10639
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10640
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$p);
|
|
10636
10641
|
}
|
|
10637
|
-
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10638
|
-
const _sfc_main$
|
|
10642
|
+
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
|
|
10643
|
+
const _sfc_main$18 = defineComponent({
|
|
10639
10644
|
name: "Search"
|
|
10640
10645
|
});
|
|
10641
|
-
const _hoisted_1$
|
|
10646
|
+
const _hoisted_1$H = {
|
|
10642
10647
|
class: "icon",
|
|
10643
10648
|
width: "200",
|
|
10644
10649
|
height: "200",
|
|
10645
10650
|
viewBox: "0 0 1024 1024",
|
|
10646
10651
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10647
10652
|
};
|
|
10648
|
-
const _hoisted_2$
|
|
10653
|
+
const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
|
|
10649
10654
|
fill: "currentColor",
|
|
10650
10655
|
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"
|
|
10651
10656
|
}, null, -1);
|
|
10652
|
-
const _hoisted_3$
|
|
10653
|
-
_hoisted_2$
|
|
10657
|
+
const _hoisted_3$o = [
|
|
10658
|
+
_hoisted_2$t
|
|
10654
10659
|
];
|
|
10655
|
-
function _sfc_render$
|
|
10656
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10660
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10661
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$o);
|
|
10657
10662
|
}
|
|
10658
|
-
var search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10663
|
+
var search = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
|
|
10659
10664
|
var defaultConfig = {
|
|
10660
10665
|
expireTimes: "1d",
|
|
10661
10666
|
path: "; path=/",
|
|
@@ -10784,7 +10789,7 @@ var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf
|
|
|
10784
10789
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10785
10790
|
useCookies();
|
|
10786
10791
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
10787
|
-
const _sfc_main$
|
|
10792
|
+
const _sfc_main$17 = {
|
|
10788
10793
|
name: "file-upload-widget",
|
|
10789
10794
|
componentName: "FieldWidget",
|
|
10790
10795
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11188,12 +11193,12 @@ const _sfc_main$15 = {
|
|
|
11188
11193
|
}
|
|
11189
11194
|
}
|
|
11190
11195
|
};
|
|
11191
|
-
const _hoisted_1$
|
|
11192
|
-
const _hoisted_2$
|
|
11196
|
+
const _hoisted_1$G = { class: "file-upload-widget-container" };
|
|
11197
|
+
const _hoisted_2$s = {
|
|
11193
11198
|
key: 0,
|
|
11194
11199
|
class: "no-data-wrap"
|
|
11195
11200
|
};
|
|
11196
|
-
const _hoisted_3$
|
|
11201
|
+
const _hoisted_3$n = {
|
|
11197
11202
|
key: 0,
|
|
11198
11203
|
class: "el-upload__tip"
|
|
11199
11204
|
};
|
|
@@ -11207,7 +11212,7 @@ const _hoisted_10$5 = { class: "right-wrap" };
|
|
|
11207
11212
|
const _hoisted_11$3 = ["title", "onClick"];
|
|
11208
11213
|
const _hoisted_12$2 = ["onClick"];
|
|
11209
11214
|
const _hoisted_13$2 = ["onClick"];
|
|
11210
|
-
function _sfc_render$
|
|
11215
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11211
11216
|
const _component_el_button = resolveComponent("el-button");
|
|
11212
11217
|
const _component_el_upload = resolveComponent("el-upload");
|
|
11213
11218
|
const _component_el_progress = resolveComponent("el-progress");
|
|
@@ -11225,8 +11230,8 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11225
11230
|
"sub-form-row-id": $props.subFormRowId
|
|
11226
11231
|
}, {
|
|
11227
11232
|
default: withCtx(() => [
|
|
11228
|
-
createElementVNode("div", _hoisted_1$
|
|
11229
|
-
_ctx.getDisabled() && $data.fileList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
11233
|
+
createElementVNode("div", _hoisted_1$G, [
|
|
11234
|
+
_ctx.getDisabled() && $data.fileList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2$s, " \u6682\u65E0\u6570\u636E ")) : createCommentVNode("", true),
|
|
11230
11235
|
createVNode(_component_el_upload, {
|
|
11231
11236
|
ref: "fieldEditor",
|
|
11232
11237
|
disabled: _ctx.getDisabled(),
|
|
@@ -11248,7 +11253,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11248
11253
|
"on-progress": $options.handleProgress
|
|
11249
11254
|
}, createSlots({
|
|
11250
11255
|
tip: withCtx(() => [
|
|
11251
|
-
!!$props.field.options.uploadTip && !_ctx.getDisabled() ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11256
|
+
!!$props.field.options.uploadTip && !_ctx.getDisabled() ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString($props.field.options.uploadTip), 1)) : createCommentVNode("", true)
|
|
11252
11257
|
]),
|
|
11253
11258
|
file: withCtx(({ file }) => [
|
|
11254
11259
|
createElementVNode("div", _hoisted_6$f, [
|
|
@@ -11325,13 +11330,13 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11325
11330
|
_: 1
|
|
11326
11331
|
}, 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"]);
|
|
11327
11332
|
}
|
|
11328
|
-
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11333
|
+
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-3a72c058"]]);
|
|
11329
11334
|
var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11330
11335
|
__proto__: null,
|
|
11331
11336
|
"default": fileUploadWidget
|
|
11332
11337
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11333
11338
|
var htmlTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11334
|
-
const _sfc_main$
|
|
11339
|
+
const _sfc_main$16 = {
|
|
11335
11340
|
name: "html-text-widget",
|
|
11336
11341
|
componentName: "FieldWidget",
|
|
11337
11342
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11377,8 +11382,8 @@ const _sfc_main$14 = {
|
|
|
11377
11382
|
},
|
|
11378
11383
|
methods: {}
|
|
11379
11384
|
};
|
|
11380
|
-
const _hoisted_1$
|
|
11381
|
-
function _sfc_render$
|
|
11385
|
+
const _hoisted_1$F = ["innerHTML"];
|
|
11386
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11382
11387
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
11383
11388
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
11384
11389
|
designer: $props.designer,
|
|
@@ -11395,19 +11400,19 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11395
11400
|
createElementVNode("div", {
|
|
11396
11401
|
ref: "fieldEditor",
|
|
11397
11402
|
innerHTML: $props.field.options.htmlContent
|
|
11398
|
-
}, null, 8, _hoisted_1$
|
|
11403
|
+
}, null, 8, _hoisted_1$F)
|
|
11399
11404
|
]),
|
|
11400
11405
|
_: 1
|
|
11401
11406
|
}, 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"]);
|
|
11402
11407
|
}
|
|
11403
|
-
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11408
|
+
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-3d941b4e"]]);
|
|
11404
11409
|
var __glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11405
11410
|
__proto__: null,
|
|
11406
11411
|
"default": htmlTextWidget
|
|
11407
11412
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11408
11413
|
var inputWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11409
11414
|
var inputWidget_vue_vue_type_style_index_1_lang = "";
|
|
11410
|
-
const _sfc_main$
|
|
11415
|
+
const _sfc_main$15 = {
|
|
11411
11416
|
name: "input-widget",
|
|
11412
11417
|
componentName: "FieldWidget",
|
|
11413
11418
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11473,8 +11478,8 @@ const _sfc_main$13 = {
|
|
|
11473
11478
|
},
|
|
11474
11479
|
methods: {}
|
|
11475
11480
|
};
|
|
11476
|
-
const _hoisted_1$
|
|
11477
|
-
function _sfc_render$
|
|
11481
|
+
const _hoisted_1$E = { class: "input-disabled-tooltip-wrap" };
|
|
11482
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11478
11483
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11479
11484
|
const _component_el_button = resolveComponent("el-button");
|
|
11480
11485
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -11501,7 +11506,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11501
11506
|
"popper-class": "input-disabled-tooltip-popper"
|
|
11502
11507
|
}, {
|
|
11503
11508
|
default: withCtx(() => [
|
|
11504
|
-
createElementVNode("span", _hoisted_1$
|
|
11509
|
+
createElementVNode("span", _hoisted_1$E, [
|
|
11505
11510
|
createVNode(_component_el_input, {
|
|
11506
11511
|
ref: "fieldEditor",
|
|
11507
11512
|
modelValue: $data.fieldModel,
|
|
@@ -11550,13 +11555,13 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11550
11555
|
_: 1
|
|
11551
11556
|
}, 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"]);
|
|
11552
11557
|
}
|
|
11553
|
-
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11558
|
+
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-14765387"]]);
|
|
11554
11559
|
var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11555
11560
|
__proto__: null,
|
|
11556
11561
|
"default": inputWidget
|
|
11557
11562
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11558
11563
|
var numberWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11559
|
-
const _sfc_main$
|
|
11564
|
+
const _sfc_main$14 = {
|
|
11560
11565
|
name: "number-widget",
|
|
11561
11566
|
componentName: "FieldWidget",
|
|
11562
11567
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11611,7 +11616,7 @@ const _sfc_main$12 = {
|
|
|
11611
11616
|
},
|
|
11612
11617
|
methods: {}
|
|
11613
11618
|
};
|
|
11614
|
-
function _sfc_render$
|
|
11619
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11615
11620
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
11616
11621
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
11617
11622
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -11648,13 +11653,13 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11648
11653
|
_: 1
|
|
11649
11654
|
}, 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"]);
|
|
11650
11655
|
}
|
|
11651
|
-
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11656
|
+
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-30c98522"]]);
|
|
11652
11657
|
var __glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11653
11658
|
__proto__: null,
|
|
11654
11659
|
"default": numberWidget
|
|
11655
11660
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11656
11661
|
var pictureUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11657
|
-
const _sfc_main$
|
|
11662
|
+
const _sfc_main$13 = {
|
|
11658
11663
|
name: "picture-upload-widget",
|
|
11659
11664
|
componentName: "FieldWidget",
|
|
11660
11665
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11851,12 +11856,12 @@ const _sfc_main$11 = {
|
|
|
11851
11856
|
}
|
|
11852
11857
|
}
|
|
11853
11858
|
};
|
|
11854
|
-
const _hoisted_1$
|
|
11855
|
-
const _hoisted_2$
|
|
11859
|
+
const _hoisted_1$D = { class: "el-upload-list__item-status-label" };
|
|
11860
|
+
const _hoisted_2$r = {
|
|
11856
11861
|
class: "el-icon--upload-success",
|
|
11857
11862
|
style: { "color": "#FFF" }
|
|
11858
11863
|
};
|
|
11859
|
-
const _hoisted_3$
|
|
11864
|
+
const _hoisted_3$m = { class: "el-upload-list__item-actions" };
|
|
11860
11865
|
const _hoisted_4$i = ["onClick"];
|
|
11861
11866
|
const _hoisted_5$e = ["onClick"];
|
|
11862
11867
|
const _hoisted_6$e = {
|
|
@@ -11864,7 +11869,7 @@ const _hoisted_6$e = {
|
|
|
11864
11869
|
class: "el-upload__tip"
|
|
11865
11870
|
};
|
|
11866
11871
|
const _hoisted_7$c = { class: "uploader-icon" };
|
|
11867
|
-
function _sfc_render$
|
|
11872
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11868
11873
|
const _component_el_image = resolveComponent("el-image");
|
|
11869
11874
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11870
11875
|
const _component_el_upload = resolveComponent("el-upload");
|
|
@@ -11912,15 +11917,15 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11912
11917
|
fit: "cover",
|
|
11913
11918
|
"preview-teleported": ""
|
|
11914
11919
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
11915
|
-
createElementVNode("label", _hoisted_1$
|
|
11916
|
-
createElementVNode("i", _hoisted_2$
|
|
11920
|
+
createElementVNode("label", _hoisted_1$D, [
|
|
11921
|
+
createElementVNode("i", _hoisted_2$r, [
|
|
11917
11922
|
createVNode(_component_svg_icon, {
|
|
11918
11923
|
class: "",
|
|
11919
11924
|
"icon-class": "el-check"
|
|
11920
11925
|
})
|
|
11921
11926
|
])
|
|
11922
11927
|
]),
|
|
11923
|
-
createElementVNode("span", _hoisted_3$
|
|
11928
|
+
createElementVNode("span", _hoisted_3$m, [
|
|
11924
11929
|
createElementVNode("span", {
|
|
11925
11930
|
class: "el-upload-list__item-preview",
|
|
11926
11931
|
onClick: ($event) => $options.handlePictureCardPreview(file)
|
|
@@ -11949,13 +11954,13 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11949
11954
|
_: 1
|
|
11950
11955
|
}, 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"]);
|
|
11951
11956
|
}
|
|
11952
|
-
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11957
|
+
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-4d09ba72"]]);
|
|
11953
11958
|
var __glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11954
11959
|
__proto__: null,
|
|
11955
11960
|
"default": pictureUploadWidget
|
|
11956
11961
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11957
11962
|
var radioWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11958
|
-
const _sfc_main$
|
|
11963
|
+
const _sfc_main$12 = {
|
|
11959
11964
|
name: "radio-widget",
|
|
11960
11965
|
componentName: "FieldWidget",
|
|
11961
11966
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -12011,7 +12016,7 @@ const _sfc_main$10 = {
|
|
|
12011
12016
|
},
|
|
12012
12017
|
methods: {}
|
|
12013
12018
|
};
|
|
12014
|
-
function _sfc_render$
|
|
12019
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12015
12020
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
12016
12021
|
const _component_el_radio = resolveComponent("el-radio");
|
|
12017
12022
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
@@ -12073,13 +12078,13 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12073
12078
|
_: 1
|
|
12074
12079
|
}, 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"]);
|
|
12075
12080
|
}
|
|
12076
|
-
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
12081
|
+
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-05b877c5"]]);
|
|
12077
12082
|
var __glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12078
12083
|
__proto__: null,
|
|
12079
12084
|
"default": radioWidget
|
|
12080
12085
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
12081
12086
|
var rateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12082
|
-
const _sfc_main
|
|
12087
|
+
const _sfc_main$11 = {
|
|
12083
12088
|
name: "rate-widget",
|
|
12084
12089
|
componentName: "FieldWidget",
|
|
12085
12090
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -12134,7 +12139,7 @@ const _sfc_main$$ = {
|
|
|
12134
12139
|
},
|
|
12135
12140
|
methods: {}
|
|
12136
12141
|
};
|
|
12137
|
-
function _sfc_render
|
|
12142
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12138
12143
|
const _component_el_rate = resolveComponent("el-rate");
|
|
12139
12144
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
12140
12145
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -12167,7 +12172,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12167
12172
|
_: 1
|
|
12168
12173
|
}, 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"]);
|
|
12169
12174
|
}
|
|
12170
|
-
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main
|
|
12175
|
+
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-3c7d82fe"]]);
|
|
12171
12176
|
var __glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12172
12177
|
__proto__: null,
|
|
12173
12178
|
"default": rateWidget
|
|
@@ -23503,7 +23508,7 @@ const defaultOptions = {
|
|
|
23503
23508
|
placeholder: "Insert content here ...",
|
|
23504
23509
|
readOnly: false
|
|
23505
23510
|
};
|
|
23506
|
-
const _sfc_main$
|
|
23511
|
+
const _sfc_main$10 = {
|
|
23507
23512
|
name: "quill-editor",
|
|
23508
23513
|
props: {
|
|
23509
23514
|
content: String,
|
|
@@ -23607,16 +23612,16 @@ const _sfc_main$_ = {
|
|
|
23607
23612
|
return { editor };
|
|
23608
23613
|
}
|
|
23609
23614
|
};
|
|
23610
|
-
const _hoisted_1$
|
|
23611
|
-
function _sfc_render$
|
|
23612
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
23615
|
+
const _hoisted_1$C = { ref: "editor" };
|
|
23616
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23617
|
+
return openBlock(), createElementBlock("section", _hoisted_1$C, null, 512);
|
|
23613
23618
|
}
|
|
23614
|
-
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23619
|
+
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
23615
23620
|
quillEditor.install = function(app) {
|
|
23616
23621
|
app.component(quillEditor.name, quillEditor);
|
|
23617
23622
|
};
|
|
23618
23623
|
var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23619
|
-
const _sfc_main
|
|
23624
|
+
const _sfc_main$$ = {
|
|
23620
23625
|
name: "rich-editor-widget",
|
|
23621
23626
|
componentName: "FieldWidget",
|
|
23622
23627
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23695,7 +23700,7 @@ const _sfc_main$Z = {
|
|
|
23695
23700
|
}
|
|
23696
23701
|
}
|
|
23697
23702
|
};
|
|
23698
|
-
function _sfc_render
|
|
23703
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23699
23704
|
const _component_quill_editor = resolveComponent("quill-editor");
|
|
23700
23705
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23701
23706
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23727,12 +23732,12 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23727
23732
|
_: 1
|
|
23728
23733
|
}, 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"]);
|
|
23729
23734
|
}
|
|
23730
|
-
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main
|
|
23735
|
+
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-6f719fd1"]]);
|
|
23731
23736
|
var __glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23732
23737
|
__proto__: null,
|
|
23733
23738
|
"default": richEditorWidget
|
|
23734
23739
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23735
|
-
const _sfc_main$
|
|
23740
|
+
const _sfc_main$_ = {
|
|
23736
23741
|
name: "select-tree-widget",
|
|
23737
23742
|
componentName: "FieldWidget",
|
|
23738
23743
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23804,7 +23809,7 @@ const _sfc_main$Y = {
|
|
|
23804
23809
|
this.unregisterFromRefList();
|
|
23805
23810
|
}
|
|
23806
23811
|
};
|
|
23807
|
-
function _sfc_render$
|
|
23812
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23808
23813
|
const _component_el_tree_select = resolveComponent("el-tree-select");
|
|
23809
23814
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23810
23815
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23852,13 +23857,13 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23852
23857
|
_: 1
|
|
23853
23858
|
}, 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"]);
|
|
23854
23859
|
}
|
|
23855
|
-
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23860
|
+
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
23856
23861
|
var __glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23857
23862
|
__proto__: null,
|
|
23858
23863
|
"default": selectTreeWidget
|
|
23859
23864
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23860
23865
|
var selectWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23861
|
-
const _sfc_main$
|
|
23866
|
+
const _sfc_main$Z = {
|
|
23862
23867
|
name: "select-widget",
|
|
23863
23868
|
componentName: "FieldWidget",
|
|
23864
23869
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23937,7 +23942,7 @@ const _sfc_main$X = {
|
|
|
23937
23942
|
}
|
|
23938
23943
|
}
|
|
23939
23944
|
};
|
|
23940
|
-
function _sfc_render$
|
|
23945
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23941
23946
|
const _component_el_option = resolveComponent("el-option");
|
|
23942
23947
|
const _component_el_select = resolveComponent("el-select");
|
|
23943
23948
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -23991,13 +23996,13 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23991
23996
|
_: 1
|
|
23992
23997
|
}, 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"]);
|
|
23993
23998
|
}
|
|
23994
|
-
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23999
|
+
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-63065392"]]);
|
|
23995
24000
|
var __glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23996
24001
|
__proto__: null,
|
|
23997
24002
|
"default": selectWidget
|
|
23998
24003
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23999
24004
|
var sliderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24000
|
-
const _sfc_main$
|
|
24005
|
+
const _sfc_main$Y = {
|
|
24001
24006
|
name: "slider-widget",
|
|
24002
24007
|
componentName: "FieldWidget",
|
|
24003
24008
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24052,7 +24057,7 @@ const _sfc_main$W = {
|
|
|
24052
24057
|
},
|
|
24053
24058
|
methods: {}
|
|
24054
24059
|
};
|
|
24055
|
-
function _sfc_render$
|
|
24060
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24056
24061
|
const _component_el_slider = resolveComponent("el-slider");
|
|
24057
24062
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24058
24063
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24085,13 +24090,13 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24085
24090
|
_: 1
|
|
24086
24091
|
}, 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"]);
|
|
24087
24092
|
}
|
|
24088
|
-
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24093
|
+
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-c9a31970"]]);
|
|
24089
24094
|
var __glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24090
24095
|
__proto__: null,
|
|
24091
24096
|
"default": sliderWidget
|
|
24092
24097
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24093
24098
|
var slotWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24094
|
-
const _sfc_main$
|
|
24099
|
+
const _sfc_main$X = {
|
|
24095
24100
|
name: "slot-widget",
|
|
24096
24101
|
componentName: "FieldWidget",
|
|
24097
24102
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24137,11 +24142,11 @@ const _sfc_main$V = {
|
|
|
24137
24142
|
},
|
|
24138
24143
|
methods: {}
|
|
24139
24144
|
};
|
|
24140
|
-
const _hoisted_1$
|
|
24145
|
+
const _hoisted_1$B = {
|
|
24141
24146
|
key: 0,
|
|
24142
24147
|
class: "slot-title"
|
|
24143
24148
|
};
|
|
24144
|
-
function _sfc_render$
|
|
24149
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24145
24150
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
24146
24151
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
24147
24152
|
designer: $props.designer,
|
|
@@ -24159,19 +24164,19 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24159
24164
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
24160
24165
|
}, [
|
|
24161
24166
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
24162
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
24167
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$B, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
24163
24168
|
], 2)
|
|
24164
24169
|
]),
|
|
24165
24170
|
_: 3
|
|
24166
24171
|
}, 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"]);
|
|
24167
24172
|
}
|
|
24168
|
-
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24173
|
+
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-95f13fca"]]);
|
|
24169
24174
|
var __glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24170
24175
|
__proto__: null,
|
|
24171
24176
|
"default": slotWidget
|
|
24172
24177
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24173
24178
|
var staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24174
|
-
const _sfc_main$
|
|
24179
|
+
const _sfc_main$W = {
|
|
24175
24180
|
name: "static-text-widget",
|
|
24176
24181
|
componentName: "FieldWidget",
|
|
24177
24182
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24257,7 +24262,7 @@ const _sfc_main$U = {
|
|
|
24257
24262
|
}
|
|
24258
24263
|
}
|
|
24259
24264
|
};
|
|
24260
|
-
function _sfc_render$
|
|
24265
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24261
24266
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24262
24267
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
24263
24268
|
designer: $props.designer,
|
|
@@ -24284,13 +24289,13 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24284
24289
|
_: 1
|
|
24285
24290
|
}, 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"]);
|
|
24286
24291
|
}
|
|
24287
|
-
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24292
|
+
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-760822b6"]]);
|
|
24288
24293
|
var __glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24289
24294
|
__proto__: null,
|
|
24290
24295
|
"default": staticTextWidget
|
|
24291
24296
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24292
24297
|
var switchWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24293
|
-
const _sfc_main$
|
|
24298
|
+
const _sfc_main$V = {
|
|
24294
24299
|
name: "switch-widget",
|
|
24295
24300
|
componentName: "FieldWidget",
|
|
24296
24301
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24345,7 +24350,7 @@ const _sfc_main$T = {
|
|
|
24345
24350
|
},
|
|
24346
24351
|
methods: {}
|
|
24347
24352
|
};
|
|
24348
|
-
function _sfc_render$
|
|
24353
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24349
24354
|
const _component_el_switch = resolveComponent("el-switch");
|
|
24350
24355
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24351
24356
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24377,13 +24382,13 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24377
24382
|
_: 1
|
|
24378
24383
|
}, 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"]);
|
|
24379
24384
|
}
|
|
24380
|
-
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24385
|
+
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-2e8d2d0a"]]);
|
|
24381
24386
|
var __glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24382
24387
|
__proto__: null,
|
|
24383
24388
|
"default": switchWidget
|
|
24384
24389
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24385
24390
|
var textareaWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24386
|
-
const _sfc_main$
|
|
24391
|
+
const _sfc_main$U = {
|
|
24387
24392
|
name: "textarea-widget",
|
|
24388
24393
|
componentName: "FieldWidget",
|
|
24389
24394
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24438,7 +24443,7 @@ const _sfc_main$S = {
|
|
|
24438
24443
|
},
|
|
24439
24444
|
methods: {}
|
|
24440
24445
|
};
|
|
24441
|
-
function _sfc_render$
|
|
24446
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24442
24447
|
const _component_el_input = resolveComponent("el-input");
|
|
24443
24448
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24444
24449
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24476,13 +24481,13 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24476
24481
|
_: 1
|
|
24477
24482
|
}, 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"]);
|
|
24478
24483
|
}
|
|
24479
|
-
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24484
|
+
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-687fedce"]]);
|
|
24480
24485
|
var __glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24481
24486
|
__proto__: null,
|
|
24482
24487
|
"default": textareaWidget
|
|
24483
24488
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24484
24489
|
var timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24485
|
-
const _sfc_main$
|
|
24490
|
+
const _sfc_main$T = {
|
|
24486
24491
|
name: "time-range-widget",
|
|
24487
24492
|
componentName: "FieldWidget",
|
|
24488
24493
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24537,7 +24542,7 @@ const _sfc_main$R = {
|
|
|
24537
24542
|
},
|
|
24538
24543
|
methods: {}
|
|
24539
24544
|
};
|
|
24540
|
-
function _sfc_render$
|
|
24545
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24541
24546
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24542
24547
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24543
24548
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24580,13 +24585,13 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24580
24585
|
_: 1
|
|
24581
24586
|
}, 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"]);
|
|
24582
24587
|
}
|
|
24583
|
-
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24588
|
+
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-f78e9b46"]]);
|
|
24584
24589
|
var __glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24585
24590
|
__proto__: null,
|
|
24586
24591
|
"default": timeRangeWidget
|
|
24587
24592
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24588
24593
|
var timeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24589
|
-
const _sfc_main$
|
|
24594
|
+
const _sfc_main$S = {
|
|
24590
24595
|
name: "time-widget",
|
|
24591
24596
|
componentName: "FieldWidget",
|
|
24592
24597
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24641,7 +24646,7 @@ const _sfc_main$Q = {
|
|
|
24641
24646
|
},
|
|
24642
24647
|
methods: {}
|
|
24643
24648
|
};
|
|
24644
|
-
function _sfc_render$
|
|
24649
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24645
24650
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24646
24651
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24647
24652
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24678,7 +24683,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24678
24683
|
_: 1
|
|
24679
24684
|
}, 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"]);
|
|
24680
24685
|
}
|
|
24681
|
-
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24686
|
+
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-60cd3a6a"]]);
|
|
24682
24687
|
var __glob_0_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24683
24688
|
__proto__: null,
|
|
24684
24689
|
"default": timeWidget
|
|
@@ -24690,7 +24695,7 @@ for (const path in modules$2) {
|
|
|
24690
24695
|
comps[cname] = modules$2[path].default;
|
|
24691
24696
|
}
|
|
24692
24697
|
var gridColItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24693
|
-
const _sfc_main$
|
|
24698
|
+
const _sfc_main$R = {
|
|
24694
24699
|
name: "GridColItem",
|
|
24695
24700
|
componentName: "ContainerItem",
|
|
24696
24701
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -24863,9 +24868,9 @@ const _sfc_main$P = {
|
|
|
24863
24868
|
}
|
|
24864
24869
|
}
|
|
24865
24870
|
};
|
|
24866
|
-
const _hoisted_1$
|
|
24867
|
-
const _hoisted_2$
|
|
24868
|
-
function _sfc_render$
|
|
24871
|
+
const _hoisted_1$A = { class: "blank-cell" };
|
|
24872
|
+
const _hoisted_2$q = { class: "invisible-content" };
|
|
24873
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24869
24874
|
const _component_el_col = resolveComponent("el-col");
|
|
24870
24875
|
return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
24871
24876
|
key: 0,
|
|
@@ -24921,8 +24926,8 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24921
24926
|
], 64);
|
|
24922
24927
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
24923
24928
|
default: withCtx(() => [
|
|
24924
|
-
createElementVNode("div", _hoisted_1$
|
|
24925
|
-
createElementVNode("span", _hoisted_2$
|
|
24929
|
+
createElementVNode("div", _hoisted_1$A, [
|
|
24930
|
+
createElementVNode("span", _hoisted_2$q, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
24926
24931
|
])
|
|
24927
24932
|
]),
|
|
24928
24933
|
_: 1
|
|
@@ -24933,7 +24938,7 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24933
24938
|
[vShow, $options.colVisible]
|
|
24934
24939
|
]) : createCommentVNode("", true);
|
|
24935
24940
|
}
|
|
24936
|
-
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24941
|
+
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-67883cb4"]]);
|
|
24937
24942
|
var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24938
24943
|
__proto__: null,
|
|
24939
24944
|
"default": GridColItem
|
|
@@ -25127,7 +25132,7 @@ var containerItemMixin = {
|
|
|
25127
25132
|
}
|
|
25128
25133
|
}
|
|
25129
25134
|
};
|
|
25130
|
-
const _sfc_main$
|
|
25135
|
+
const _sfc_main$Q = {
|
|
25131
25136
|
name: "vf-grid-item",
|
|
25132
25137
|
componentName: "ContainerItem",
|
|
25133
25138
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25170,7 +25175,7 @@ const _sfc_main$O = {
|
|
|
25170
25175
|
},
|
|
25171
25176
|
methods: {}
|
|
25172
25177
|
};
|
|
25173
|
-
function _sfc_render$
|
|
25178
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25174
25179
|
const _component_grid_col_item = resolveComponent("grid-col-item");
|
|
25175
25180
|
const _component_el_row = resolveComponent("el-row");
|
|
25176
25181
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25216,13 +25221,13 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25216
25221
|
_: 3
|
|
25217
25222
|
}, 8, ["widget"]);
|
|
25218
25223
|
}
|
|
25219
|
-
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25224
|
+
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$Q]]);
|
|
25220
25225
|
var __glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25221
25226
|
__proto__: null,
|
|
25222
25227
|
"default": gridItem
|
|
25223
25228
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25224
25229
|
var subFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25225
|
-
const _sfc_main$
|
|
25230
|
+
const _sfc_main$P = {
|
|
25226
25231
|
name: "sub-form-item",
|
|
25227
25232
|
componentName: "ContainerItem",
|
|
25228
25233
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25423,9 +25428,9 @@ const _sfc_main$N = {
|
|
|
25423
25428
|
}
|
|
25424
25429
|
}
|
|
25425
25430
|
};
|
|
25426
|
-
const _hoisted_1$
|
|
25427
|
-
const _hoisted_2$
|
|
25428
|
-
const _hoisted_3$
|
|
25431
|
+
const _hoisted_1$z = { class: "action-header-column" };
|
|
25432
|
+
const _hoisted_2$p = { class: "action-label" };
|
|
25433
|
+
const _hoisted_3$l = {
|
|
25429
25434
|
key: 0,
|
|
25430
25435
|
class: "custom-label"
|
|
25431
25436
|
};
|
|
@@ -25436,7 +25441,7 @@ const _hoisted_7$b = {
|
|
|
25436
25441
|
key: 0,
|
|
25437
25442
|
class: "row-number-span"
|
|
25438
25443
|
};
|
|
25439
|
-
function _sfc_render$
|
|
25444
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25440
25445
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
25441
25446
|
const _component_el_button = resolveComponent("el-button");
|
|
25442
25447
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
@@ -25450,8 +25455,8 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25450
25455
|
}, [
|
|
25451
25456
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
25452
25457
|
default: withCtx(() => [
|
|
25453
|
-
createElementVNode("div", _hoisted_1$
|
|
25454
|
-
createElementVNode("span", _hoisted_2$
|
|
25458
|
+
createElementVNode("div", _hoisted_1$z, [
|
|
25459
|
+
createElementVNode("span", _hoisted_2$p, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
25455
25460
|
createVNode(_component_el_button, {
|
|
25456
25461
|
disabled: $data.actionDisabled,
|
|
25457
25462
|
round: "",
|
|
@@ -25474,7 +25479,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25474
25479
|
class: normalizeClass(["field-header-column", [$options.getLabelAlign($props.widget, subWidget), !!subWidget.options.required ? "is-required" : ""]]),
|
|
25475
25480
|
style: normalizeStyle({ width: subWidget.options.columnWidth })
|
|
25476
25481
|
}, [
|
|
25477
|
-
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
25482
|
+
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$l, [
|
|
25478
25483
|
subWidget.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
25479
25484
|
!!subWidget.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
25480
25485
|
createVNode(_component_el_tooltip, {
|
|
@@ -25598,12 +25603,12 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25598
25603
|
_: 1
|
|
25599
25604
|
}, 8, ["widget"]);
|
|
25600
25605
|
}
|
|
25601
|
-
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25606
|
+
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-59c24e8e"]]);
|
|
25602
25607
|
var __glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25603
25608
|
__proto__: null,
|
|
25604
25609
|
"default": subFormItem
|
|
25605
25610
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25606
|
-
const _sfc_main$
|
|
25611
|
+
const _sfc_main$O = {
|
|
25607
25612
|
name: "tab-item",
|
|
25608
25613
|
componentName: "ContainerItem",
|
|
25609
25614
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25654,7 +25659,7 @@ const _sfc_main$M = {
|
|
|
25654
25659
|
}
|
|
25655
25660
|
}
|
|
25656
25661
|
};
|
|
25657
|
-
function _sfc_render$
|
|
25662
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25658
25663
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
25659
25664
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
25660
25665
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25729,13 +25734,13 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25729
25734
|
_: 3
|
|
25730
25735
|
}, 8, ["widget"]);
|
|
25731
25736
|
}
|
|
25732
|
-
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25737
|
+
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["render", _sfc_render$O]]);
|
|
25733
25738
|
var __glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25734
25739
|
__proto__: null,
|
|
25735
25740
|
"default": tabItem
|
|
25736
25741
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25737
25742
|
var tableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25738
|
-
const _sfc_main$
|
|
25743
|
+
const _sfc_main$N = {
|
|
25739
25744
|
name: "TableCellItem",
|
|
25740
25745
|
componentName: "ContainerItem",
|
|
25741
25746
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -25758,8 +25763,8 @@ const _sfc_main$L = {
|
|
|
25758
25763
|
},
|
|
25759
25764
|
methods: {}
|
|
25760
25765
|
};
|
|
25761
|
-
const _hoisted_1$
|
|
25762
|
-
function _sfc_render$
|
|
25766
|
+
const _hoisted_1$y = ["colspan", "rowspan"];
|
|
25767
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25763
25768
|
return openBlock(), createElementBlock("td", {
|
|
25764
25769
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
25765
25770
|
colspan: $props.widget && $props.widget.options ? $props.widget.options.colspan || 1 : 1,
|
|
@@ -25801,15 +25806,15 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25801
25806
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
25802
25807
|
], 64);
|
|
25803
25808
|
}), 256))
|
|
25804
|
-
], 14, _hoisted_1$
|
|
25809
|
+
], 14, _hoisted_1$y);
|
|
25805
25810
|
}
|
|
25806
|
-
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25811
|
+
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-7d6166fa"]]);
|
|
25807
25812
|
var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25808
25813
|
__proto__: null,
|
|
25809
25814
|
"default": TableCellItem
|
|
25810
25815
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25811
25816
|
var tableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25812
|
-
const _sfc_main$
|
|
25817
|
+
const _sfc_main$M = {
|
|
25813
25818
|
name: "table-item",
|
|
25814
25819
|
componentName: "ContainerItem",
|
|
25815
25820
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25831,7 +25836,7 @@ const _sfc_main$K = {
|
|
|
25831
25836
|
},
|
|
25832
25837
|
methods: {}
|
|
25833
25838
|
};
|
|
25834
|
-
function _sfc_render$
|
|
25839
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25835
25840
|
const _component_table_cell_item = resolveComponent("table-cell-item");
|
|
25836
25841
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
25837
25842
|
return openBlock(), createBlock(_component_container_item_wrapper, { widget: $props.widget }, {
|
|
@@ -25881,7 +25886,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25881
25886
|
_: 3
|
|
25882
25887
|
}, 8, ["widget"]);
|
|
25883
25888
|
}
|
|
25884
|
-
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25889
|
+
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-3481d843"]]);
|
|
25885
25890
|
var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25886
25891
|
__proto__: null,
|
|
25887
25892
|
"default": tableItem
|
|
@@ -25896,7 +25901,7 @@ var ContainerItems = {
|
|
|
25896
25901
|
}
|
|
25897
25902
|
};
|
|
25898
25903
|
var index_vue_vue_type_style_index_0_scoped_true_lang$7 = "";
|
|
25899
|
-
const _sfc_main$
|
|
25904
|
+
const _sfc_main$L = {
|
|
25900
25905
|
name: "VFormRender",
|
|
25901
25906
|
componentName: "VFormRender",
|
|
25902
25907
|
mixins: [emitter, i18n$1],
|
|
@@ -26782,7 +26787,7 @@ const _sfc_main$J = {
|
|
|
26782
26787
|
}
|
|
26783
26788
|
}
|
|
26784
26789
|
};
|
|
26785
|
-
function _sfc_render$
|
|
26790
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26786
26791
|
const _component_el_form = resolveComponent("el-form");
|
|
26787
26792
|
return openBlock(), createBlock(_component_el_form, {
|
|
26788
26793
|
"label-position": $options.labelPosition,
|
|
@@ -26839,7 +26844,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26839
26844
|
_: 3
|
|
26840
26845
|
}, 8, ["label-position", "size", "class", "label-width", "model"]);
|
|
26841
26846
|
}
|
|
26842
|
-
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26847
|
+
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-379b4a24"]]);
|
|
26843
26848
|
function registerIcon(app) {
|
|
26844
26849
|
app.component("el-icon-edit", edit);
|
|
26845
26850
|
app.component("el-icon-minus", minus);
|
|
@@ -26854,13 +26859,13 @@ function registerIcon(app) {
|
|
|
26854
26859
|
if (typeof window !== "undefined") {
|
|
26855
26860
|
let loadSvg = function() {
|
|
26856
26861
|
var body = document.body;
|
|
26857
|
-
var svgDom = document.getElementById("
|
|
26862
|
+
var svgDom = document.getElementById("__svg__icons__dom__1789890602621__");
|
|
26858
26863
|
if (!svgDom) {
|
|
26859
26864
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26860
26865
|
svgDom.style.position = "absolute";
|
|
26861
26866
|
svgDom.style.width = "0";
|
|
26862
26867
|
svgDom.style.height = "0";
|
|
26863
|
-
svgDom.id = "
|
|
26868
|
+
svgDom.id = "__svg__icons__dom__1789890602621__";
|
|
26864
26869
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26865
26870
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26866
26871
|
}
|
|
@@ -27134,7 +27139,7 @@ var containerMixin = {
|
|
|
27134
27139
|
}
|
|
27135
27140
|
};
|
|
27136
27141
|
var containerWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27137
|
-
const _sfc_main$
|
|
27142
|
+
const _sfc_main$K = {
|
|
27138
27143
|
name: "container-wrapper",
|
|
27139
27144
|
mixins: [i18n$1, containerMixin],
|
|
27140
27145
|
components: {
|
|
@@ -27153,12 +27158,12 @@ const _sfc_main$I = {
|
|
|
27153
27158
|
}
|
|
27154
27159
|
}
|
|
27155
27160
|
};
|
|
27156
|
-
const _hoisted_1$
|
|
27161
|
+
const _hoisted_1$x = {
|
|
27157
27162
|
key: 0,
|
|
27158
27163
|
class: "container-action"
|
|
27159
27164
|
};
|
|
27160
|
-
const _hoisted_2$
|
|
27161
|
-
const _hoisted_3$
|
|
27165
|
+
const _hoisted_2$o = ["title"];
|
|
27166
|
+
const _hoisted_3$k = ["title"];
|
|
27162
27167
|
const _hoisted_4$g = ["title"];
|
|
27163
27168
|
const _hoisted_5$c = ["title"];
|
|
27164
27169
|
const _hoisted_6$c = ["title"];
|
|
@@ -27170,26 +27175,26 @@ const _hoisted_9$6 = {
|
|
|
27170
27175
|
};
|
|
27171
27176
|
const _hoisted_10$4 = ["title"];
|
|
27172
27177
|
const _hoisted_11$2 = { key: 0 };
|
|
27173
|
-
function _sfc_render$
|
|
27178
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27174
27179
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
27175
27180
|
return openBlock(), createElementBlock("div", {
|
|
27176
27181
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
27177
27182
|
}, [
|
|
27178
27183
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
27179
|
-
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
27184
|
+
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
27180
27185
|
createElementVNode("i", {
|
|
27181
27186
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
27182
27187
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
27183
27188
|
}, [
|
|
27184
27189
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
27185
|
-
], 8, _hoisted_2$
|
|
27190
|
+
], 8, _hoisted_2$o),
|
|
27186
27191
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
27187
27192
|
key: 0,
|
|
27188
27193
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
27189
27194
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.moveUpWidget(), ["stop"]))
|
|
27190
27195
|
}, [
|
|
27191
27196
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
27192
|
-
], 8, _hoisted_3$
|
|
27197
|
+
], 8, _hoisted_3$k)) : createCommentVNode("", true),
|
|
27193
27198
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
27194
27199
|
key: 1,
|
|
27195
27200
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
@@ -27238,7 +27243,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27238
27243
|
])) : createCommentVNode("", true)
|
|
27239
27244
|
], 2);
|
|
27240
27245
|
}
|
|
27241
|
-
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27246
|
+
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-679de05a"]]);
|
|
27242
27247
|
var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27243
27248
|
__proto__: null,
|
|
27244
27249
|
"default": ContainerWrapper
|
|
@@ -27268,7 +27273,7 @@ var refMixinDesign = {
|
|
|
27268
27273
|
}
|
|
27269
27274
|
};
|
|
27270
27275
|
var cardWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27271
|
-
const _sfc_main$
|
|
27276
|
+
const _sfc_main$J = {
|
|
27272
27277
|
name: "card-widget",
|
|
27273
27278
|
componentName: "ContainerWidget",
|
|
27274
27279
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -27308,9 +27313,9 @@ const _sfc_main$H = {
|
|
|
27308
27313
|
}
|
|
27309
27314
|
}
|
|
27310
27315
|
};
|
|
27311
|
-
const _hoisted_1$
|
|
27312
|
-
const _hoisted_2$
|
|
27313
|
-
function _sfc_render$
|
|
27316
|
+
const _hoisted_1$w = { class: "label" };
|
|
27317
|
+
const _hoisted_2$n = { class: "form-widget-list" };
|
|
27318
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27314
27319
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
27315
27320
|
const _component_el_icon = resolveComponent("el-icon");
|
|
27316
27321
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -27344,7 +27349,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27344
27349
|
]),
|
|
27345
27350
|
_: 1
|
|
27346
27351
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
27347
|
-
createElementVNode("div", _hoisted_1$
|
|
27352
|
+
createElementVNode("div", _hoisted_1$w, toDisplayString($props.widget.options.label), 1)
|
|
27348
27353
|
])
|
|
27349
27354
|
]),
|
|
27350
27355
|
default: withCtx(() => [
|
|
@@ -27360,7 +27365,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27360
27365
|
move: $options.checkContainerMove
|
|
27361
27366
|
}), {
|
|
27362
27367
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
27363
|
-
createElementVNode("div", _hoisted_2$
|
|
27368
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
27364
27369
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
27365
27370
|
widget: subWidget,
|
|
27366
27371
|
designer: $props.designer,
|
|
@@ -27388,9 +27393,9 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27388
27393
|
_: 1
|
|
27389
27394
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
27390
27395
|
}
|
|
27391
|
-
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27396
|
+
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-2c3be1b8"]]);
|
|
27392
27397
|
var cardItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27393
|
-
const _sfc_main$
|
|
27398
|
+
const _sfc_main$I = {
|
|
27394
27399
|
name: "card-item",
|
|
27395
27400
|
componentName: "ContainerItem",
|
|
27396
27401
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -27420,8 +27425,8 @@ const _sfc_main$G = {
|
|
|
27420
27425
|
}
|
|
27421
27426
|
}
|
|
27422
27427
|
};
|
|
27423
|
-
const _hoisted_1$
|
|
27424
|
-
function _sfc_render$
|
|
27428
|
+
const _hoisted_1$v = { class: "label" };
|
|
27429
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27425
27430
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
27426
27431
|
const _component_el_icon = resolveComponent("el-icon");
|
|
27427
27432
|
const _component_el_card = resolveComponent("el-card");
|
|
@@ -27448,7 +27453,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27448
27453
|
]),
|
|
27449
27454
|
_: 1
|
|
27450
27455
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
27451
|
-
createElementVNode("div", _hoisted_1$
|
|
27456
|
+
createElementVNode("div", _hoisted_1$v, toDisplayString($props.widget.options.label), 1)
|
|
27452
27457
|
])
|
|
27453
27458
|
]),
|
|
27454
27459
|
default: withCtx(() => [
|
|
@@ -27497,9 +27502,9 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27497
27502
|
_: 3
|
|
27498
27503
|
}, 8, ["widget"]);
|
|
27499
27504
|
}
|
|
27500
|
-
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27505
|
+
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-2f0daae4"]]);
|
|
27501
27506
|
const ACE_BASE_PATH = "https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini";
|
|
27502
|
-
const _sfc_main$
|
|
27507
|
+
const _sfc_main$H = {
|
|
27503
27508
|
name: "alert-widget",
|
|
27504
27509
|
componentName: "FieldWidget",
|
|
27505
27510
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -27545,7 +27550,7 @@ const _sfc_main$F = {
|
|
|
27545
27550
|
}
|
|
27546
27551
|
}
|
|
27547
27552
|
};
|
|
27548
|
-
function _sfc_render$
|
|
27553
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27549
27554
|
const _component_el_alert = resolveComponent("el-alert");
|
|
27550
27555
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
27551
27556
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -27576,7 +27581,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27576
27581
|
_: 1
|
|
27577
27582
|
}, 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"]);
|
|
27578
27583
|
}
|
|
27579
|
-
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27584
|
+
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H]]);
|
|
27580
27585
|
var cryptoJs = { exports: {} };
|
|
27581
27586
|
var core = { exports: {} };
|
|
27582
27587
|
(function(module, exports) {
|
|
@@ -32876,7 +32881,7 @@ var personTree = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGlu
|
|
|
32876
32881
|
var personIcon = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT7nvJbnu4QgOOWkh+S7vSAyPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDIzLjk5OTk1NzEgMjQgMjMuOTk5OTU3MSAyNCAwIDAgMCI+PC9wb2x5Z29uPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i5Zu+5bqTIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzc5LCAtODcpIj4NCiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOOWkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NzksIDg3KSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8dXNlIGlkPSLokpnniYgiIGZpbGw9IiNFM0U2RjEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOCIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjgxOCwgMi4yNTc2KSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsPSIjRkRFRUVBIiBwb2ludHM9IjEyLjIxNzA4ODIgMTguOTc4MDExIDE2LjM0NjU4MDggMTguOTc4MDExIDE2LjM0NjU4MDggMTMuOTkzMjYyOCAxMi4yMTcwODgyIDEzLjk5MzI2MjgiPjwvcG9seWdvbj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IEwxNy44NTY1NjM4LDMuNzE5NjY1NCBMMjEuMDM2NjAxLDcuMzA1Njg3NTcgQzIxLjAzNjYwMSw3LjMwNTY4NzU3IDIxLjA1MTM0OSw3LjQxMjQwNzk0IDIxLjA2NjI2NzksNy41OTIxMzY2NCBDMjEuNTQ1NjQyOCw3Ljc1OTM3ODQ1IDIxLjg5MzYxOCw4LjI1NDkwNTE4IDIxLjg5MzYxOCw4Ljg0MDIzMTk3IEMyMS44OTM2MTgsOS41MDY4MDY3NyAyMS40NDIzMzQ3LDEwLjA1NjkyMTMgMjAuODU4ODY1NCwxMC4xMzgwMTY1IEMyMC40MzcwNzIzLDExLjU1MDQ3MTQgMTguNzA0NDc3MiwxNi4wNTQ0ODYyIDE0LjI0Mjk4NDYsMTYuMDU0NDg2MiBDOS43OTU0NjA4OSwxNi4wNTQ0ODYyIDguMTA2NDY3NDksMTEuMzgxNjA0OCA3LjY0NTA2NDUsMTAuMTI2NDE1NCBDNy4wOTA5MTA3MywxMC4wMTkwNTA5IDYuNjcwMDUwOTUsOS40ODM5NDU5MyA2LjY3MDA1MDk1LDguODQwMjMxOTcgQzYuNjcwMDUwOTUsOC4yNTIwNTk5NyA3LjAyMTQxNzM4LDcuNzU0NTYzMTggNy41MDQ5MjUzNyw3LjU4OTk1NTEzIEw3LjUwNDUxMzc1LDcuNDg5Mjg3MjQgTDkuMDM4MTY1MjksNS42MzA0MDQ4NSBMMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiNGRkY1RjQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IEM3LjIwNDk1NDI4LDUuNzQ1MTY3NSA3LjYzMjg4MjA4LDIuNjE5ODU4OCAxMC43MDcxMDUyLDAuODExMTE5MTY4IEMxMy43OTI0NzExLC0xLjAwNDIyMDQ1IDE4LjEyNzIwNjIsMC42Mjc1MTk0OTYgMTguMTA0NjIwNSwxLjgyMDg3NDUxIEMxOC45MzkzMDQ4LDEuNzg3ODc0NTcgMjEuMzczMjQzMywyLjQ2NjE3MzM2IDIxLjAzNjYwMSw3LjMwNTY3OSBDMjAuNjk4Mjg3Myw3LjI4Mjc1MDQ3IDE3LjgzNDAyMSw3LjA1MzI1MDg4IDE2LjQxMzEzNzgsNC42NDM2MTIzMiBDMTUuOTg0NjEsNS4wMzM3NDAyIDEzLjk3NzM1NjUsNi42NDAxNTE2MiAxMS4wNDU0MTg4LDYuODY5NjUxMjEgQzkuNjI0NTM1NjcsNi45ODQzNzk1NyA3Ljg2NTM4MTY3LDYuOTM4NDc5NjUgNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IiBpZD0iRmlsbC01IiBmaWxsPSIjNjQ2NjdBIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4LjU2MzY3NzYsMjcuODAyMDY2NyBDMjguNTYzNjc3NiwzMy4zOTI5NDI0IDIxLjU0NDc2MTUsMzcuOTI1MjQ4NiAxNC4yODE4MTc0LDM3LjkyNTI0ODYgQzcuMDE4OTE2MDQsMzcuOTI1MjQ4NiAwLDMzLjM5Mjk0MjQgMCwyNy44MDIwNjY3IEMwLDIzLjI5MzUwMzMgMS40MDE0Njg5MywxNy45MTEyMTI5IDEzLjQyNjAwNDYsMTcuNjg2MTcwNSBDMTMuNTA5NjE4NywxNy45NTMyOTg2IDEzLjk2NjIxNzksMTguMzAwMTQwOCAxNC4yMzUxODg5LDE4LjMwMDE0MDggQzE0LjQ4Mjk0NTYsMTguMzAwMTQwOCAxNS4wOTIzMzAyLDE4LjA2MDk1NTUgMTUuMDgwNDE1OSwxNy42ODUyMjc2IEMyNy4xNjEyMjI5LDE3Ljg5ODA5ODcgMjguNTYzNjc3NiwyMy40MTgzNDU5IDI4LjU2MzY3NzYsMjcuODAyMDY2NyIgaWQ9IkZpbGwtMTEiIGZpbGw9IiM2NDY2N0EiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTEuODU2MTQxNywxNi41NzcwMTY3IEwxMS4wODcyNDMxLDE3LjM0NDU4NjggQzExLjAwNDIyODksMTcuNDI3NTE1MiAxMC45ODE3NzE4LDE3LjU0OTc4NjQgMTEuMDMwMzcxNywxNy42NTQ1NzE5IEwxMi40NTI2MjYzLDIwLjcxOTgzNzkgQzEyLjUwMDI4MzQsMjAuODIyNTY2MyAxMi42MDcyMTE4LDIwLjg4ODgyMzMgMTIuNzI1MjQwMSwyMC44ODg4MjMzIEwxNS44MzE2OTE3LDIwLjg4ODgyMzMgQzE1Ljk0OTA3NzIsMjAuODg4ODIzMyAxNi4wNTU1MzQyLDIwLjgyMzI5NDkgMTYuMTAzNTc3LDIwLjcyMTQyMzYgTDE3LjUzMjU2MDEsMTcuNjkxMzQzMyBDMTcuNTgzMTc0MywxNy41ODQwMjkyIDE3LjU1ODgzMTUsMTcuNDU4MTE1MiAxNy40NzE0MDMxLDE3LjM3NDkyOTYgTDE2LjYyMzczMzIsMTYuNTY4NjE2NyBDMTYuNTA2ODE5MSwxNi40NTc0MDI3IDE2LjMxNzAwNTEsMTYuNDU4MDAyNyAxNi4yMDA4NjI1LDE2LjU3MDAzMSBMMTQuOTI5MjA3NiwxNy43OTY3Mjg4IEMxNC44NzMxOTM0LDE3Ljg1MDcyODcgMTQuNzk2Nzc5MywxNy44ODExNTczIDE0LjcxNzAyMjMsMTcuODgxMTU3MyBMMTMuNzgyMTM4MiwxNy44ODExNTczIEMxMy43MDMxMDk4LDE3Ljg4MTE1NzMgMTMuNjI3MzM4NSwxNy44NTEyODU5IDEzLjU3MTQ1MjksMTcuNzk4MTQzMSBMMTIuMjgyNTY5NSwxNi41NzIxMzEgQzEyLjE2NDE5ODMsMTYuNDU5NTQ1NSAxMS45NzE1OTg2LDE2LjQ2MTczMTIgMTEuODU2MTQxNywxNi41NzcwMTY3IiBpZD0iRmlsbC0xMyIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC41NTEwNTQsMTcuODU1OTc4NyBMMTQuMDE1NjgzNSwxNy44NTU5Nzg3IEMxMy44ODk4OTgxLDE3Ljg1NTk3ODcgMTMuNzgwMTQxMSwxNy45NDExMzU3IDEzLjc0ODgxMjYsMTguMDYyODkyNiBMMTIuOTg2NzI4MiwyMS4wMjY5NzMxIEMxMi45NzIwMjgzLDIxLjA4NDEwMTUgMTIuOTc2MDk5NywyMS4xNDQ0NDQzIDEyLjk5ODI1NjgsMjEuMTk5MTI5OSBMMTMuNzMyMjY5OCwyMy4wMDk0MTI0IEMxMy43NzQ0NDExLDIzLjExMzM4MzYgMTMuODc1NDEyNCwyMy4xODEzOTc4IDEzLjk4NzYxMjIsMjMuMTgxMzk3OCBMMTQuNTc5MTI1NCwyMy4xODEzOTc4IEMxNC42OTEyODIzLDIzLjE4MTM5NzggMTQuNzkyMjk2NCwyMy4xMTMzODM2IDE0LjgzNDQ2NzgsMjMuMDA5NDEyNCBMMTUuNTY4NDgwOCwyMS4xOTkxMjk5IEMxNS41OTA2Mzc5LDIxLjE0NDQ0NDMgMTUuNTk0NjY2NCwyMS4wODQxMDE1IDE1LjU4MDAwOTMsMjEuMDI2OTczMSBMMTQuODE3OTI1LDE4LjA2Mjg5MjYgQzE0Ljc4NjU5NjUsMTcuOTQxMTM1NyAxNC42NzY3OTY2LDE3Ljg1NTk3ODcgMTQuNTUxMDU0LDE3Ljg1NTk3ODciIGlkPSJGaWxsLTE1IiBmaWxsPSIjQTNBREMzIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=";
|
|
32877
32882
|
var personTreeItem_vue_vue_type_style_index_0_lang = "";
|
|
32878
32883
|
var personTreeItem_vue_vue_type_style_index_1_scoped_true_lang = "";
|
|
32879
|
-
const _sfc_main$
|
|
32884
|
+
const _sfc_main$G = {
|
|
32880
32885
|
name: "person-tree-widget",
|
|
32881
32886
|
componentName: "FieldWidget",
|
|
32882
32887
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33179,10 +33184,10 @@ const _sfc_main$E = {
|
|
|
33179
33184
|
}
|
|
33180
33185
|
}
|
|
33181
33186
|
};
|
|
33182
|
-
const _hoisted_1$
|
|
33183
|
-
const _hoisted_2$
|
|
33184
|
-
const _hoisted_3$
|
|
33185
|
-
function _sfc_render$
|
|
33187
|
+
const _hoisted_1$u = { class: "person-tree-widget__trigger" };
|
|
33188
|
+
const _hoisted_2$m = { class: "flex items-center" };
|
|
33189
|
+
const _hoisted_3$j = { class: "dialog-footer" };
|
|
33190
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33186
33191
|
const _component_el_input_tag = resolveComponent("el-input-tag");
|
|
33187
33192
|
const _component_el_input = resolveComponent("el-input");
|
|
33188
33193
|
const _component_el_tree = resolveComponent("el-tree");
|
|
@@ -33207,7 +33212,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33207
33212
|
class: "person-tree-widget",
|
|
33208
33213
|
style: normalizeStyle($options.widgetStyle)
|
|
33209
33214
|
}, [
|
|
33210
|
-
createElementVNode("div", _hoisted_1$
|
|
33215
|
+
createElementVNode("div", _hoisted_1$u, [
|
|
33211
33216
|
createVNode(_component_el_input_tag, {
|
|
33212
33217
|
modelValue: $options.displayModel,
|
|
33213
33218
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),
|
|
@@ -33220,7 +33225,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33220
33225
|
onRemoveTag: $options.handleRemoveTag
|
|
33221
33226
|
}, {
|
|
33222
33227
|
tag: withCtx(({ value: value2 }) => [
|
|
33223
|
-
createElementVNode("div", _hoisted_2$
|
|
33228
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
33224
33229
|
createElementVNode("span", null, toDisplayString(value2.name), 1)
|
|
33225
33230
|
])
|
|
33226
33231
|
]),
|
|
@@ -33272,7 +33277,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33272
33277
|
!$props.field.options.hideFooter ? {
|
|
33273
33278
|
name: "footer",
|
|
33274
33279
|
fn: withCtx(() => [
|
|
33275
|
-
createElementVNode("div", _hoisted_3$
|
|
33280
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
33276
33281
|
createVNode(_component_el_button, {
|
|
33277
33282
|
onClick: $options.handleCancel,
|
|
33278
33283
|
size: "default"
|
|
@@ -33302,8 +33307,8 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33302
33307
|
_: 1
|
|
33303
33308
|
}, 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"]);
|
|
33304
33309
|
}
|
|
33305
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33306
|
-
const _sfc_main$
|
|
33310
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-086fd806"]]);
|
|
33311
|
+
const _sfc_main$F = {
|
|
33307
33312
|
name: "radio-other-widget",
|
|
33308
33313
|
componentName: "FieldWidget",
|
|
33309
33314
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33418,7 +33423,7 @@ const _sfc_main$D = {
|
|
|
33418
33423
|
}
|
|
33419
33424
|
}
|
|
33420
33425
|
};
|
|
33421
|
-
function _sfc_render$
|
|
33426
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33422
33427
|
const _component_el_radio = resolveComponent("el-radio");
|
|
33423
33428
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
33424
33429
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -33474,8 +33479,8 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33474
33479
|
_: 1
|
|
33475
33480
|
}, 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"]);
|
|
33476
33481
|
}
|
|
33477
|
-
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33478
|
-
const _sfc_main$
|
|
33482
|
+
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F]]);
|
|
33483
|
+
const _sfc_main$E = {
|
|
33479
33484
|
name: "select-other-widget",
|
|
33480
33485
|
componentName: "FieldWidget",
|
|
33481
33486
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33584,7 +33589,7 @@ const _sfc_main$C = {
|
|
|
33584
33589
|
}
|
|
33585
33590
|
}
|
|
33586
33591
|
};
|
|
33587
|
-
function _sfc_render$
|
|
33592
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33588
33593
|
const _component_el_option = resolveComponent("el-option");
|
|
33589
33594
|
const _component_el_select = resolveComponent("el-select");
|
|
33590
33595
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -33647,9 +33652,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33647
33652
|
_: 1
|
|
33648
33653
|
}, 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"]);
|
|
33649
33654
|
}
|
|
33650
|
-
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33655
|
+
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E]]);
|
|
33651
33656
|
var meetingRoomItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33652
|
-
const _sfc_main$
|
|
33657
|
+
const _sfc_main$D = {
|
|
33653
33658
|
name: "meeting-room-widget",
|
|
33654
33659
|
componentName: "FieldWidget",
|
|
33655
33660
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33808,15 +33813,15 @@ const _sfc_main$B = {
|
|
|
33808
33813
|
}
|
|
33809
33814
|
}
|
|
33810
33815
|
};
|
|
33811
|
-
const _hoisted_1$
|
|
33816
|
+
const _hoisted_1$t = {
|
|
33812
33817
|
key: 0,
|
|
33813
33818
|
class: "empty-wrap"
|
|
33814
33819
|
};
|
|
33815
|
-
const _hoisted_2$
|
|
33820
|
+
const _hoisted_2$l = {
|
|
33816
33821
|
key: 1,
|
|
33817
33822
|
class: "room-wrap"
|
|
33818
33823
|
};
|
|
33819
|
-
const _hoisted_3$
|
|
33824
|
+
const _hoisted_3$i = ["onClick"];
|
|
33820
33825
|
const _hoisted_4$f = { class: "select-icon" };
|
|
33821
33826
|
const _hoisted_5$b = { class: "room-item-name" };
|
|
33822
33827
|
const _hoisted_6$b = {
|
|
@@ -33827,7 +33832,7 @@ const _hoisted_7$9 = {
|
|
|
33827
33832
|
key: 1,
|
|
33828
33833
|
class: "room-item-equipment"
|
|
33829
33834
|
};
|
|
33830
|
-
function _sfc_render$
|
|
33835
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33831
33836
|
const _component_el_input = resolveComponent("el-input");
|
|
33832
33837
|
const _component_el_empty = resolveComponent("el-empty");
|
|
33833
33838
|
const _component_Select = resolveComponent("Select");
|
|
@@ -33869,9 +33874,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33869
33874
|
]),
|
|
33870
33875
|
default: withCtx(() => [
|
|
33871
33876
|
createElementVNode("div", null, [
|
|
33872
|
-
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
33877
|
+
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
33873
33878
|
createVNode(_component_el_empty, { description: "\u6682\u65E0\u6570\u636E" })
|
|
33874
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
33879
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
33875
33880
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.roomList, (item) => {
|
|
33876
33881
|
var _a;
|
|
33877
33882
|
return openBlock(), createElementBlock("div", {
|
|
@@ -33903,7 +33908,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33903
33908
|
item.equipment ? (openBlock(), createElementBlock("div", _hoisted_7$9, [
|
|
33904
33909
|
createElementVNode("span", null, "\u8BBE\u5907\uFF1A" + toDisplayString(item.equipment), 1)
|
|
33905
33910
|
])) : createCommentVNode("", true)
|
|
33906
|
-
], 10, _hoisted_3$
|
|
33911
|
+
], 10, _hoisted_3$i);
|
|
33907
33912
|
}), 128))
|
|
33908
33913
|
]))
|
|
33909
33914
|
])
|
|
@@ -33914,9 +33919,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33914
33919
|
_: 1
|
|
33915
33920
|
}, 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"]);
|
|
33916
33921
|
}
|
|
33917
|
-
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33922
|
+
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-344c32a1"]]);
|
|
33918
33923
|
var gridColWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33919
|
-
const _sfc_main$
|
|
33924
|
+
const _sfc_main$C = {
|
|
33920
33925
|
name: "GridColWidget",
|
|
33921
33926
|
componentName: "GridColWidget",
|
|
33922
33927
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -34118,12 +34123,12 @@ const _sfc_main$A = {
|
|
|
34118
34123
|
}
|
|
34119
34124
|
}
|
|
34120
34125
|
};
|
|
34121
|
-
const _hoisted_1$
|
|
34122
|
-
const _hoisted_2$
|
|
34126
|
+
const _hoisted_1$s = { class: "form-widget-list" };
|
|
34127
|
+
const _hoisted_2$k = {
|
|
34123
34128
|
key: 0,
|
|
34124
34129
|
class: "grid-col-action"
|
|
34125
34130
|
};
|
|
34126
|
-
const _hoisted_3$
|
|
34131
|
+
const _hoisted_3$h = ["title"];
|
|
34127
34132
|
const _hoisted_4$e = ["title"];
|
|
34128
34133
|
const _hoisted_5$a = ["title"];
|
|
34129
34134
|
const _hoisted_6$a = ["title"];
|
|
@@ -34136,7 +34141,7 @@ const _hoisted_9$5 = {
|
|
|
34136
34141
|
key: 0,
|
|
34137
34142
|
class: "col-hidden-tag"
|
|
34138
34143
|
};
|
|
34139
|
-
function _sfc_render$
|
|
34144
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34140
34145
|
const _component_draggable = resolveComponent("draggable");
|
|
34141
34146
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34142
34147
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -34163,7 +34168,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34163
34168
|
move: $options.checkContainerMove
|
|
34164
34169
|
}), {
|
|
34165
34170
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
34166
|
-
createElementVNode("div", _hoisted_1$
|
|
34171
|
+
createElementVNode("div", _hoisted_1$s, [
|
|
34167
34172
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
34168
34173
|
widget: subWidget,
|
|
34169
34174
|
designer: $props.designer,
|
|
@@ -34188,13 +34193,13 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34188
34193
|
]),
|
|
34189
34194
|
_: 1
|
|
34190
34195
|
}, 16, ["list", "onUpdate", "move"]),
|
|
34191
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
34196
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$k, [
|
|
34192
34197
|
createElementVNode("i", {
|
|
34193
34198
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
34194
34199
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget($props.widget), ["stop"]))
|
|
34195
34200
|
}, [
|
|
34196
34201
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
34197
|
-
], 8, _hoisted_3$
|
|
34202
|
+
], 8, _hoisted_3$h),
|
|
34198
34203
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
34199
34204
|
key: 0,
|
|
34200
34205
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
@@ -34232,13 +34237,13 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34232
34237
|
_: 1
|
|
34233
34238
|
}, 16, ["class", "style"])) : createCommentVNode("", true);
|
|
34234
34239
|
}
|
|
34235
|
-
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34240
|
+
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-cb053c20"]]);
|
|
34236
34241
|
var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34237
34242
|
__proto__: null,
|
|
34238
34243
|
"default": GridColWidget
|
|
34239
34244
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34240
34245
|
var gridWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34241
|
-
const _sfc_main$
|
|
34246
|
+
const _sfc_main$B = {
|
|
34242
34247
|
name: "grid-widget",
|
|
34243
34248
|
componentName: "ContainerWidget",
|
|
34244
34249
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34270,7 +34275,7 @@ const _sfc_main$z = {
|
|
|
34270
34275
|
},
|
|
34271
34276
|
methods: {}
|
|
34272
34277
|
};
|
|
34273
|
-
function _sfc_render$
|
|
34278
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34274
34279
|
const _component_grid_col_widget = resolveComponent("grid-col-widget");
|
|
34275
34280
|
const _component_el_row = resolveComponent("el-row");
|
|
34276
34281
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -34307,13 +34312,13 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34307
34312
|
_: 1
|
|
34308
34313
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34309
34314
|
}
|
|
34310
|
-
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34315
|
+
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-2b4f7bb7"]]);
|
|
34311
34316
|
var __glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34312
34317
|
__proto__: null,
|
|
34313
34318
|
"default": gridWidget
|
|
34314
34319
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34315
34320
|
var tabWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34316
|
-
const _sfc_main$
|
|
34321
|
+
const _sfc_main$A = {
|
|
34317
34322
|
name: "tab-widget",
|
|
34318
34323
|
componentName: "ContainerWidget",
|
|
34319
34324
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34356,8 +34361,8 @@ const _sfc_main$y = {
|
|
|
34356
34361
|
}
|
|
34357
34362
|
}
|
|
34358
34363
|
};
|
|
34359
|
-
const _hoisted_1$
|
|
34360
|
-
function _sfc_render$
|
|
34364
|
+
const _hoisted_1$r = { class: "form-widget-list" };
|
|
34365
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34361
34366
|
const _component_draggable = resolveComponent("draggable");
|
|
34362
34367
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
34363
34368
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
@@ -34402,7 +34407,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34402
34407
|
move: _ctx.checkContainerMove
|
|
34403
34408
|
}), {
|
|
34404
34409
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
34405
|
-
createElementVNode("div", _hoisted_1$
|
|
34410
|
+
createElementVNode("div", _hoisted_1$r, [
|
|
34406
34411
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
34407
34412
|
widget: subWidget,
|
|
34408
34413
|
designer: $props.designer,
|
|
@@ -34435,13 +34440,13 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34435
34440
|
_: 1
|
|
34436
34441
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34437
34442
|
}
|
|
34438
|
-
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34443
|
+
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-2c29f864"]]);
|
|
34439
34444
|
var __glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34440
34445
|
__proto__: null,
|
|
34441
34446
|
"default": tabWidget
|
|
34442
34447
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34443
34448
|
var tableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34444
|
-
const _sfc_main$
|
|
34449
|
+
const _sfc_main$z = {
|
|
34445
34450
|
name: "TableCellWidget",
|
|
34446
34451
|
componentName: "TableCellWidget",
|
|
34447
34452
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -34606,9 +34611,9 @@ const _sfc_main$x = {
|
|
|
34606
34611
|
}
|
|
34607
34612
|
}
|
|
34608
34613
|
};
|
|
34609
|
-
const _hoisted_1$
|
|
34610
|
-
const _hoisted_2$
|
|
34611
|
-
const _hoisted_3$
|
|
34614
|
+
const _hoisted_1$q = ["colspan", "rowspan"];
|
|
34615
|
+
const _hoisted_2$j = { class: "form-widget-list" };
|
|
34616
|
+
const _hoisted_3$g = {
|
|
34612
34617
|
key: 0,
|
|
34613
34618
|
class: "table-cell-action"
|
|
34614
34619
|
};
|
|
@@ -34618,7 +34623,7 @@ const _hoisted_6$9 = {
|
|
|
34618
34623
|
key: 1,
|
|
34619
34624
|
class: "table-cell-handler"
|
|
34620
34625
|
};
|
|
34621
|
-
function _sfc_render$
|
|
34626
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34622
34627
|
const _component_draggable = resolveComponent("draggable");
|
|
34623
34628
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34624
34629
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -34644,7 +34649,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34644
34649
|
move: $options.checkContainerMove
|
|
34645
34650
|
}), {
|
|
34646
34651
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
34647
|
-
createElementVNode("div", _hoisted_2$
|
|
34652
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
34648
34653
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
34649
34654
|
widget: subWidget,
|
|
34650
34655
|
designer: $props.designer,
|
|
@@ -34665,7 +34670,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34665
34670
|
]),
|
|
34666
34671
|
_: 1
|
|
34667
34672
|
}, 16, ["list", "onUpdate", "move"]),
|
|
34668
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
34673
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$g, [
|
|
34669
34674
|
createElementVNode("i", {
|
|
34670
34675
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
34671
34676
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget(), ["stop"]))
|
|
@@ -34815,15 +34820,15 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34815
34820
|
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
34816
34821
|
createElementVNode("i", null, toDisplayString(_ctx.i18nt("designer.widgetLabel." + $props.widget.type)), 1)
|
|
34817
34822
|
])) : createCommentVNode("", true)
|
|
34818
|
-
], 14, _hoisted_1$
|
|
34823
|
+
], 14, _hoisted_1$q);
|
|
34819
34824
|
}
|
|
34820
|
-
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34825
|
+
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
34821
34826
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34822
34827
|
__proto__: null,
|
|
34823
34828
|
"default": TableCellWidget
|
|
34824
34829
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34825
34830
|
var tableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34826
|
-
const _sfc_main$
|
|
34831
|
+
const _sfc_main$y = {
|
|
34827
34832
|
name: "table-widget",
|
|
34828
34833
|
componentName: "ContainerWidget",
|
|
34829
34834
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34855,8 +34860,8 @@ const _sfc_main$w = {
|
|
|
34855
34860
|
},
|
|
34856
34861
|
methods: {}
|
|
34857
34862
|
};
|
|
34858
|
-
const _hoisted_1$
|
|
34859
|
-
function _sfc_render$
|
|
34863
|
+
const _hoisted_1$p = { class: "table-layout" };
|
|
34864
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34860
34865
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
34861
34866
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
34862
34867
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -34872,7 +34877,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34872
34877
|
class: normalizeClass(["table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
34873
34878
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
34874
34879
|
}, [
|
|
34875
|
-
createElementVNode("table", _hoisted_1$
|
|
34880
|
+
createElementVNode("table", _hoisted_1$p, [
|
|
34876
34881
|
createElementVNode("tbody", null, [
|
|
34877
34882
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
34878
34883
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -34904,7 +34909,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34904
34909
|
_: 1
|
|
34905
34910
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34906
34911
|
}
|
|
34907
|
-
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34912
|
+
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-2fde56df"]]);
|
|
34908
34913
|
var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34909
34914
|
__proto__: null,
|
|
34910
34915
|
"default": tableWidget
|
|
@@ -34919,7 +34924,7 @@ var ContainerComponents = {
|
|
|
34919
34924
|
}
|
|
34920
34925
|
};
|
|
34921
34926
|
var customSubFormWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34922
|
-
const _sfc_main$
|
|
34927
|
+
const _sfc_main$x = {
|
|
34923
34928
|
name: "custom-sub-form-widget",
|
|
34924
34929
|
componentName: "ContainerWidget",
|
|
34925
34930
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34978,12 +34983,12 @@ const _sfc_main$v = {
|
|
|
34978
34983
|
}
|
|
34979
34984
|
}
|
|
34980
34985
|
};
|
|
34981
|
-
const _hoisted_1$
|
|
34982
|
-
const _hoisted_2$
|
|
34986
|
+
const _hoisted_1$o = { class: "sub-form-header" };
|
|
34987
|
+
const _hoisted_2$i = {
|
|
34983
34988
|
key: 0,
|
|
34984
34989
|
class: "sub-form-label"
|
|
34985
34990
|
};
|
|
34986
|
-
const _hoisted_3$
|
|
34991
|
+
const _hoisted_3$f = { class: "group-header" };
|
|
34987
34992
|
const _hoisted_4$c = { class: "group-title" };
|
|
34988
34993
|
const _hoisted_5$8 = {
|
|
34989
34994
|
key: 0,
|
|
@@ -35000,7 +35005,7 @@ const _hoisted_10$3 = {
|
|
|
35000
35005
|
key: 0,
|
|
35001
35006
|
class: "empty-hint"
|
|
35002
35007
|
};
|
|
35003
|
-
function _sfc_render$
|
|
35008
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35004
35009
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35005
35010
|
const _component_el_button = resolveComponent("el-button");
|
|
35006
35011
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -35018,15 +35023,15 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35018
35023
|
class: normalizeClass(["custom-sub-form-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
35019
35024
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
35020
35025
|
}, [
|
|
35021
|
-
createElementVNode("div", _hoisted_1$
|
|
35022
|
-
!$props.widget.options.labelHidden ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
35026
|
+
createElementVNode("div", _hoisted_1$o, [
|
|
35027
|
+
!$props.widget.options.labelHidden ? (openBlock(), createElementBlock("span", _hoisted_2$i, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)) : createCommentVNode("", true)
|
|
35023
35028
|
]),
|
|
35024
35029
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.previewRows, (row, rowIdx) => {
|
|
35025
35030
|
return openBlock(), createElementBlock("div", {
|
|
35026
35031
|
class: "preview-group-row",
|
|
35027
35032
|
key: "preview-" + rowIdx
|
|
35028
35033
|
}, [
|
|
35029
|
-
createElementVNode("div", _hoisted_3$
|
|
35034
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
35030
35035
|
createElementVNode("div", _hoisted_4$c, [
|
|
35031
35036
|
$props.widget.options.showRowNumber ? (openBlock(), createElementBlock("span", _hoisted_5$8, toDisplayString($props.widget.options.label) + " " + toDisplayString(rowIdx + 1) + " \u7EC4", 1)) : (openBlock(), createElementBlock("span", _hoisted_6$8, "\u8868\u5355\u7EC4"))
|
|
35032
35037
|
]),
|
|
@@ -35107,9 +35112,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35107
35112
|
_: 1
|
|
35108
35113
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35109
35114
|
}
|
|
35110
|
-
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35115
|
+
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-0d784fb7"]]);
|
|
35111
35116
|
var customSubFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35112
|
-
const _sfc_main$
|
|
35117
|
+
const _sfc_main$w = {
|
|
35113
35118
|
name: "custom-sub-form-item",
|
|
35114
35119
|
componentName: "ContainerItem",
|
|
35115
35120
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -35485,12 +35490,12 @@ const _sfc_main$u = {
|
|
|
35485
35490
|
}
|
|
35486
35491
|
}
|
|
35487
35492
|
};
|
|
35488
|
-
const _hoisted_1$
|
|
35493
|
+
const _hoisted_1$n = {
|
|
35489
35494
|
key: 0,
|
|
35490
35495
|
class: "sub-form-header"
|
|
35491
35496
|
};
|
|
35492
|
-
const _hoisted_2$
|
|
35493
|
-
const _hoisted_3$
|
|
35497
|
+
const _hoisted_2$h = { class: "sub-form-label" };
|
|
35498
|
+
const _hoisted_3$e = { class: "group-header" };
|
|
35494
35499
|
const _hoisted_4$b = { class: "group-title" };
|
|
35495
35500
|
const _hoisted_5$7 = {
|
|
35496
35501
|
key: 0,
|
|
@@ -35517,7 +35522,7 @@ const _hoisted_13$1 = {
|
|
|
35517
35522
|
key: 2,
|
|
35518
35523
|
class: "empty-hint"
|
|
35519
35524
|
};
|
|
35520
|
-
function _sfc_render$
|
|
35525
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35521
35526
|
const _component_el_button = resolveComponent("el-button");
|
|
35522
35527
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35523
35528
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -35527,15 +35532,15 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35527
35532
|
key: $props.widget.id,
|
|
35528
35533
|
class: normalizeClass(["custom-sub-form-container", $options.customClass])
|
|
35529
35534
|
}, [
|
|
35530
|
-
!$props.widget.options.labelHidden ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
35531
|
-
createElementVNode("span", _hoisted_2$
|
|
35535
|
+
!$props.widget.options.labelHidden ? (openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
35536
|
+
createElementVNode("span", _hoisted_2$h, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)
|
|
35532
35537
|
])) : createCommentVNode("", true),
|
|
35533
35538
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.rowIdData, (subFormRowId, sfrIdx) => {
|
|
35534
35539
|
return openBlock(), createElementBlock("div", {
|
|
35535
35540
|
class: "form-group-row",
|
|
35536
35541
|
key: subFormRowId
|
|
35537
35542
|
}, [
|
|
35538
|
-
createElementVNode("div", _hoisted_3$
|
|
35543
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
35539
35544
|
createElementVNode("div", _hoisted_4$b, [
|
|
35540
35545
|
$props.widget.options.showRowNumber && !$props.widget.options.labelHidden ? (openBlock(), createElementBlock("span", _hoisted_5$7, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355") + " " + toDisplayString(sfrIdx + 1), 1)) : createCommentVNode("", true)
|
|
35541
35546
|
]),
|
|
@@ -35613,9 +35618,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35613
35618
|
_: 1
|
|
35614
35619
|
}, 8, ["widget"]);
|
|
35615
35620
|
}
|
|
35616
|
-
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35621
|
+
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-238d1b48"]]);
|
|
35617
35622
|
var customTableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35618
|
-
const _sfc_main$
|
|
35623
|
+
const _sfc_main$v = {
|
|
35619
35624
|
name: "custom-table-cell-widget",
|
|
35620
35625
|
componentName: "CustomTableCellWidget",
|
|
35621
35626
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -35771,9 +35776,9 @@ const _sfc_main$t = {
|
|
|
35771
35776
|
}
|
|
35772
35777
|
}
|
|
35773
35778
|
};
|
|
35774
|
-
const _hoisted_1$
|
|
35775
|
-
const _hoisted_2$
|
|
35776
|
-
const _hoisted_3$
|
|
35779
|
+
const _hoisted_1$m = ["colspan", "rowspan"];
|
|
35780
|
+
const _hoisted_2$g = { class: "form-widget-list" };
|
|
35781
|
+
const _hoisted_3$d = {
|
|
35777
35782
|
key: 0,
|
|
35778
35783
|
class: "custom-table-cell-action"
|
|
35779
35784
|
};
|
|
@@ -35786,7 +35791,7 @@ const _hoisted_6$6 = {
|
|
|
35786
35791
|
key: 2,
|
|
35787
35792
|
class: "empty-hint"
|
|
35788
35793
|
};
|
|
35789
|
-
function _sfc_render$
|
|
35794
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35790
35795
|
const _component_draggable = resolveComponent("draggable");
|
|
35791
35796
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35792
35797
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -35819,7 +35824,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35819
35824
|
move: $options.checkContainerMove
|
|
35820
35825
|
}), {
|
|
35821
35826
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
35822
|
-
createElementVNode("div", _hoisted_2$
|
|
35827
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
35823
35828
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
35824
35829
|
widget: subWidget,
|
|
35825
35830
|
designer: $props.designer,
|
|
@@ -35840,7 +35845,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35840
35845
|
]),
|
|
35841
35846
|
_: 1
|
|
35842
35847
|
}, 16, ["list", "onUpdate", "move"]),
|
|
35843
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "custom-table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
35848
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "custom-table-cell" ? (openBlock(), createElementBlock("div", _hoisted_3$d, [
|
|
35844
35849
|
createElementVNode("i", {
|
|
35845
35850
|
title: "\u9009\u62E9\u7236\u7EC4\u4EF6",
|
|
35846
35851
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget(), ["stop"]))
|
|
@@ -35910,11 +35915,11 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35910
35915
|
createElementVNode("i", null, "\u5355\u5143\u683C", -1)
|
|
35911
35916
|
])])) : createCommentVNode("", true),
|
|
35912
35917
|
!$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$6, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
|
|
35913
|
-
], 14, _hoisted_1$
|
|
35918
|
+
], 14, _hoisted_1$m);
|
|
35914
35919
|
}
|
|
35915
|
-
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35920
|
+
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-6e28297c"]]);
|
|
35916
35921
|
var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35917
|
-
const _sfc_main$
|
|
35922
|
+
const _sfc_main$u = {
|
|
35918
35923
|
name: "custom-table-widget",
|
|
35919
35924
|
componentName: "ContainerWidget",
|
|
35920
35925
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -35965,8 +35970,8 @@ const _sfc_main$s = {
|
|
|
35965
35970
|
}
|
|
35966
35971
|
}
|
|
35967
35972
|
};
|
|
35968
|
-
const _hoisted_1$
|
|
35969
|
-
function _sfc_render$
|
|
35973
|
+
const _hoisted_1$l = { class: "custom-table-layout" };
|
|
35974
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35970
35975
|
const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
|
|
35971
35976
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
35972
35977
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -35982,7 +35987,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35982
35987
|
class: normalizeClass(["custom-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
35983
35988
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
35984
35989
|
}, [
|
|
35985
|
-
createElementVNode("table", _hoisted_1$
|
|
35990
|
+
createElementVNode("table", _hoisted_1$l, [
|
|
35986
35991
|
createElementVNode("tbody", null, [
|
|
35987
35992
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
35988
35993
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -36012,9 +36017,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36012
36017
|
_: 1
|
|
36013
36018
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
36014
36019
|
}
|
|
36015
|
-
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36020
|
+
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-5281c94a"]]);
|
|
36016
36021
|
var customTableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36017
|
-
const _sfc_main$
|
|
36022
|
+
const _sfc_main$t = {
|
|
36018
36023
|
name: "custom-table-cell-item",
|
|
36019
36024
|
componentName: "ContainerItem",
|
|
36020
36025
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -36031,8 +36036,8 @@ const _sfc_main$r = {
|
|
|
36031
36036
|
}
|
|
36032
36037
|
}
|
|
36033
36038
|
};
|
|
36034
|
-
const _hoisted_1$
|
|
36035
|
-
function _sfc_render$
|
|
36039
|
+
const _hoisted_1$k = ["colspan", "rowspan"];
|
|
36040
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36036
36041
|
return openBlock(), createElementBlock("td", {
|
|
36037
36042
|
class: normalizeClass(["custom-table-cell", $options.customClass]),
|
|
36038
36043
|
colspan: $props.widget.options.colspan || 1,
|
|
@@ -36063,11 +36068,11 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36063
36068
|
}, null, 8, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
36064
36069
|
], 64);
|
|
36065
36070
|
}), 128))
|
|
36066
|
-
], 14, _hoisted_1$
|
|
36071
|
+
], 14, _hoisted_1$k);
|
|
36067
36072
|
}
|
|
36068
|
-
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36073
|
+
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-188e7bf2"]]);
|
|
36069
36074
|
var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36070
|
-
const _sfc_main$
|
|
36075
|
+
const _sfc_main$s = {
|
|
36071
36076
|
name: "custom-table-item",
|
|
36072
36077
|
componentName: "ContainerItem",
|
|
36073
36078
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -36252,16 +36257,16 @@ const _sfc_main$q = {
|
|
|
36252
36257
|
}
|
|
36253
36258
|
}
|
|
36254
36259
|
};
|
|
36255
|
-
const _hoisted_1$
|
|
36260
|
+
const _hoisted_1$j = {
|
|
36256
36261
|
key: 0,
|
|
36257
36262
|
class: "table-actions"
|
|
36258
36263
|
};
|
|
36259
|
-
const _hoisted_2$
|
|
36260
|
-
const _hoisted_3$
|
|
36264
|
+
const _hoisted_2$f = { class: "custom-table-layout" };
|
|
36265
|
+
const _hoisted_3$c = {
|
|
36261
36266
|
key: 0,
|
|
36262
36267
|
class: "row-actions-cell"
|
|
36263
36268
|
};
|
|
36264
|
-
function _sfc_render$
|
|
36269
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36265
36270
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
36266
36271
|
const _component_el_button = resolveComponent("el-button");
|
|
36267
36272
|
const _component_custom_table_cell_item = resolveComponent("custom-table-cell-item");
|
|
@@ -36272,7 +36277,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36272
36277
|
key: $props.widget.id,
|
|
36273
36278
|
class: normalizeClass(["custom-table-container", $options.customClass])
|
|
36274
36279
|
}, [
|
|
36275
|
-
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
36280
|
+
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
36276
36281
|
createVNode(_component_el_button, {
|
|
36277
36282
|
type: "primary",
|
|
36278
36283
|
size: "small",
|
|
@@ -36286,13 +36291,13 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36286
36291
|
_: 1
|
|
36287
36292
|
}, 8, ["onClick"])
|
|
36288
36293
|
])) : createCommentVNode("", true),
|
|
36289
|
-
createElementVNode("table", _hoisted_2$
|
|
36294
|
+
createElementVNode("table", _hoisted_2$f, [
|
|
36290
36295
|
createElementVNode("tbody", null, [
|
|
36291
36296
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
36292
36297
|
return openBlock(), createElementBlock("tr", {
|
|
36293
36298
|
key: $data.rowIdData[rowIdx] || row.id
|
|
36294
36299
|
}, [
|
|
36295
|
-
$props.widget.rows.length > 0 ? (openBlock(), createElementBlock("td", _hoisted_3$
|
|
36300
|
+
$props.widget.rows.length > 0 ? (openBlock(), createElementBlock("td", _hoisted_3$c, [
|
|
36296
36301
|
createVNode(_component_el_button, {
|
|
36297
36302
|
type: "primary",
|
|
36298
36303
|
size: "small",
|
|
@@ -36341,9 +36346,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36341
36346
|
_: 1
|
|
36342
36347
|
}, 8, ["widget"]);
|
|
36343
36348
|
}
|
|
36344
|
-
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36349
|
+
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-1aff2bd9"]]);
|
|
36345
36350
|
var subTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36346
|
-
const _sfc_main$
|
|
36351
|
+
const _sfc_main$r = {
|
|
36347
36352
|
name: "sub-table-widget",
|
|
36348
36353
|
componentName: "ContainerWidget",
|
|
36349
36354
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -36429,9 +36434,9 @@ const _sfc_main$p = {
|
|
|
36429
36434
|
}
|
|
36430
36435
|
}
|
|
36431
36436
|
};
|
|
36432
|
-
const _hoisted_1$
|
|
36433
|
-
const _hoisted_2$
|
|
36434
|
-
const _hoisted_3$
|
|
36437
|
+
const _hoisted_1$i = { class: "sub-table-header" };
|
|
36438
|
+
const _hoisted_2$e = { class: "sub-table-label" };
|
|
36439
|
+
const _hoisted_3$b = { class: "table-preview" };
|
|
36435
36440
|
const _hoisted_4$9 = { class: "preview-cell" };
|
|
36436
36441
|
const _hoisted_5$5 = { class: "empty-hint" };
|
|
36437
36442
|
const _hoisted_6$5 = { key: 0 };
|
|
@@ -36440,7 +36445,7 @@ const _hoisted_8$3 = {
|
|
|
36440
36445
|
key: 0,
|
|
36441
36446
|
class: "config-hint"
|
|
36442
36447
|
};
|
|
36443
|
-
function _sfc_render$
|
|
36448
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36444
36449
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
36445
36450
|
const _component_el_button = resolveComponent("el-button");
|
|
36446
36451
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
@@ -36460,8 +36465,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36460
36465
|
class: normalizeClass(["sub-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
36461
36466
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
36462
36467
|
}, [
|
|
36463
|
-
createElementVNode("div", _hoisted_1$
|
|
36464
|
-
createElementVNode("span", _hoisted_2$
|
|
36468
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
36469
|
+
createElementVNode("span", _hoisted_2$e, toDisplayString($props.widget.options.label || "\u5B50\u8868\u683C"), 1),
|
|
36465
36470
|
createVNode(_component_el_button, {
|
|
36466
36471
|
disabled: $data.actionDisabled,
|
|
36467
36472
|
round: "",
|
|
@@ -36477,7 +36482,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36477
36482
|
_: 1
|
|
36478
36483
|
}, 8, ["disabled", "onClick"])
|
|
36479
36484
|
]),
|
|
36480
|
-
createElementVNode("div", _hoisted_3$
|
|
36485
|
+
createElementVNode("div", _hoisted_3$b, [
|
|
36481
36486
|
createVNode(_component_el_table, {
|
|
36482
36487
|
data: $data.previewData,
|
|
36483
36488
|
border: $props.widget.options.border,
|
|
@@ -36569,9 +36574,9 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36569
36574
|
_: 1
|
|
36570
36575
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
36571
36576
|
}
|
|
36572
|
-
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36577
|
+
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-1fb729c8"]]);
|
|
36573
36578
|
var subTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36574
|
-
const _sfc_main$
|
|
36579
|
+
const _sfc_main$q = {
|
|
36575
36580
|
name: "sub-table-item",
|
|
36576
36581
|
componentName: "ContainerItem",
|
|
36577
36582
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -37108,17 +37113,17 @@ const _sfc_main$o = {
|
|
|
37108
37113
|
}
|
|
37109
37114
|
}
|
|
37110
37115
|
};
|
|
37111
|
-
const _hoisted_1$
|
|
37116
|
+
const _hoisted_1$h = {
|
|
37112
37117
|
key: 0,
|
|
37113
37118
|
class: "sub-table-label"
|
|
37114
37119
|
};
|
|
37115
|
-
const _hoisted_2$
|
|
37120
|
+
const _hoisted_2$d = {
|
|
37116
37121
|
key: 0,
|
|
37117
37122
|
class: "required-mark"
|
|
37118
37123
|
};
|
|
37119
|
-
const _hoisted_3$
|
|
37124
|
+
const _hoisted_3$a = { class: "table-toolbar" };
|
|
37120
37125
|
const _hoisted_4$8 = { class: "dialog-footer" };
|
|
37121
|
-
function _sfc_render$
|
|
37126
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37122
37127
|
const _component_el_button = resolveComponent("el-button");
|
|
37123
37128
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
37124
37129
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -37145,13 +37150,13 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37145
37150
|
createElementVNode("div", {
|
|
37146
37151
|
class: normalizeClass(["sub-table-container", $options.customClass])
|
|
37147
37152
|
}, [
|
|
37148
|
-
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
37153
|
+
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
37149
37154
|
createElementVNode("span", {
|
|
37150
37155
|
class: normalizeClass($options.labelClass)
|
|
37151
37156
|
}, toDisplayString($props.widget.options.label), 3),
|
|
37152
|
-
$props.widget.options.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
37157
|
+
$props.widget.options.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
37153
37158
|
])) : createCommentVNode("", true),
|
|
37154
|
-
createElementVNode("div", _hoisted_3$
|
|
37159
|
+
createElementVNode("div", _hoisted_3$a, [
|
|
37155
37160
|
!$props.widget.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
37156
37161
|
key: 0,
|
|
37157
37162
|
type: "primary",
|
|
@@ -37396,7 +37401,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37396
37401
|
_: 1
|
|
37397
37402
|
}, 8, ["widget"]);
|
|
37398
37403
|
}
|
|
37399
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
37404
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-6f23dc7e"]]);
|
|
37400
37405
|
var ace$2 = { exports: {} };
|
|
37401
37406
|
(function(module, exports) {
|
|
37402
37407
|
(function() {
|
|
@@ -61842,7 +61847,7 @@ var extLanguage_tools = { exports: {} };
|
|
|
61842
61847
|
})();
|
|
61843
61848
|
})(extLanguage_tools);
|
|
61844
61849
|
var index_vue_vue_type_style_index_0_scoped_true_lang$6 = "";
|
|
61845
|
-
const _sfc_main$
|
|
61850
|
+
const _sfc_main$p = {
|
|
61846
61851
|
name: "CodeEditor",
|
|
61847
61852
|
props: {
|
|
61848
61853
|
modelValue: {
|
|
@@ -61933,19 +61938,19 @@ const _sfc_main$n = {
|
|
|
61933
61938
|
}
|
|
61934
61939
|
}
|
|
61935
61940
|
};
|
|
61936
|
-
const _hoisted_1$
|
|
61937
|
-
const _hoisted_2$
|
|
61941
|
+
const _hoisted_1$g = { class: "ace-container" };
|
|
61942
|
+
const _hoisted_2$c = {
|
|
61938
61943
|
class: "ace-editor",
|
|
61939
61944
|
ref: "ace"
|
|
61940
61945
|
};
|
|
61941
|
-
function _sfc_render$
|
|
61942
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
61943
|
-
createElementVNode("div", _hoisted_2$
|
|
61946
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61947
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
61948
|
+
createElementVNode("div", _hoisted_2$c, null, 512)
|
|
61944
61949
|
]);
|
|
61945
61950
|
}
|
|
61946
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
61951
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-335e1214"]]);
|
|
61947
61952
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
61948
|
-
const _sfc_main$
|
|
61953
|
+
const _sfc_main$o = {
|
|
61949
61954
|
name: "sub-table-columns-editor",
|
|
61950
61955
|
mixins: [i18n$1],
|
|
61951
61956
|
components: {
|
|
@@ -62164,11 +62169,11 @@ const _sfc_main$m = {
|
|
|
62164
62169
|
}
|
|
62165
62170
|
}
|
|
62166
62171
|
};
|
|
62167
|
-
const _hoisted_1$
|
|
62168
|
-
const _hoisted_2$
|
|
62169
|
-
const _hoisted_3$
|
|
62172
|
+
const _hoisted_1$f = { class: "column-header" };
|
|
62173
|
+
const _hoisted_2$b = { class: "column-title" };
|
|
62174
|
+
const _hoisted_3$9 = { class: "column-form" };
|
|
62170
62175
|
const _hoisted_4$7 = { class: "dialog-footer" };
|
|
62171
|
-
function _sfc_render$
|
|
62176
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62172
62177
|
const _component_el_divider = resolveComponent("el-divider");
|
|
62173
62178
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
62174
62179
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -62200,8 +62205,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62200
62205
|
key: colIdx,
|
|
62201
62206
|
class: "column-item"
|
|
62202
62207
|
}, [
|
|
62203
|
-
createElementVNode("div", _hoisted_1$
|
|
62204
|
-
createElementVNode("span", _hoisted_2$
|
|
62208
|
+
createElementVNode("div", _hoisted_1$f, [
|
|
62209
|
+
createElementVNode("span", _hoisted_2$b, "\u5217 " + toDisplayString(colIdx + 1), 1),
|
|
62205
62210
|
createVNode(_component_el_button, {
|
|
62206
62211
|
circle: "",
|
|
62207
62212
|
plain: "",
|
|
@@ -62212,7 +62217,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62212
62217
|
class: "column-delete-button"
|
|
62213
62218
|
}, null, 8, ["onClick"])
|
|
62214
62219
|
]),
|
|
62215
|
-
createElementVNode("div", _hoisted_3$
|
|
62220
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
62216
62221
|
createVNode(_component_el_form_item, { label: "\u5217\u540D" }, {
|
|
62217
62222
|
default: withCtx(() => [
|
|
62218
62223
|
createVNode(_component_el_input, {
|
|
@@ -62677,8 +62682,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62677
62682
|
}, 8, ["modelValue", "title"])
|
|
62678
62683
|
], 64);
|
|
62679
62684
|
}
|
|
62680
|
-
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62681
|
-
const _sfc_main$
|
|
62685
|
+
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-c70bc6ae"]]);
|
|
62686
|
+
const _sfc_main$n = {
|
|
62682
62687
|
name: "current-user-widget",
|
|
62683
62688
|
componentName: "FieldWidget",
|
|
62684
62689
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -62867,7 +62872,7 @@ const _sfc_main$l = {
|
|
|
62867
62872
|
this.getCurrentUser();
|
|
62868
62873
|
}
|
|
62869
62874
|
};
|
|
62870
|
-
function _sfc_render$
|
|
62875
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62871
62876
|
const _component_el_input = resolveComponent("el-input");
|
|
62872
62877
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
62873
62878
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -62892,9 +62897,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62892
62897
|
_: 1
|
|
62893
62898
|
}, 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"]);
|
|
62894
62899
|
}
|
|
62895
|
-
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62900
|
+
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
62896
62901
|
var assetDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62897
|
-
const _sfc_main$
|
|
62902
|
+
const _sfc_main$m = {
|
|
62898
62903
|
name: "asset-dialog",
|
|
62899
62904
|
props: {
|
|
62900
62905
|
dialogVisible: {
|
|
@@ -63091,9 +63096,9 @@ const _sfc_main$k = {
|
|
|
63091
63096
|
this.handleGetAssetTypeOptions();
|
|
63092
63097
|
}
|
|
63093
63098
|
};
|
|
63094
|
-
const _hoisted_1$
|
|
63095
|
-
const _hoisted_2$
|
|
63096
|
-
const _hoisted_3$
|
|
63099
|
+
const _hoisted_1$e = { class: "asset-body-wrap" };
|
|
63100
|
+
const _hoisted_2$a = { class: "bottom-wrap" };
|
|
63101
|
+
const _hoisted_3$8 = { class: "left-wrap" };
|
|
63097
63102
|
const _hoisted_4$6 = { class: "filter-wrap" };
|
|
63098
63103
|
const _hoisted_5$4 = { class: "right-wrap" };
|
|
63099
63104
|
const _hoisted_6$4 = { class: "asset-wrap-title" };
|
|
@@ -63101,7 +63106,7 @@ const _hoisted_7$4 = { class: "asset-wrap" };
|
|
|
63101
63106
|
const _hoisted_8$2 = { class: "asset-item-left" };
|
|
63102
63107
|
const _hoisted_9$2 = { class: "asset-item-right" };
|
|
63103
63108
|
const _hoisted_10$1 = { class: "dialog-footer" };
|
|
63104
|
-
function _sfc_render$
|
|
63109
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63105
63110
|
const _component_el_input = resolveComponent("el-input");
|
|
63106
63111
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
63107
63112
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -63154,9 +63159,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63154
63159
|
])
|
|
63155
63160
|
]),
|
|
63156
63161
|
default: withCtx(() => [
|
|
63157
|
-
createElementVNode("div", _hoisted_1$
|
|
63158
|
-
createElementVNode("div", _hoisted_2$
|
|
63159
|
-
createElementVNode("div", _hoisted_3$
|
|
63162
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
63163
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
63164
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
63160
63165
|
createElementVNode("div", _hoisted_4$6, [
|
|
63161
63166
|
createVNode(_component_el_form, {
|
|
63162
63167
|
model: $data.form,
|
|
@@ -63420,9 +63425,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63420
63425
|
_: 1
|
|
63421
63426
|
}, 8, ["modelValue", "onClose"]);
|
|
63422
63427
|
}
|
|
63423
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63424
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
63425
|
-
const _sfc_main$
|
|
63428
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-5cca3952"]]);
|
|
63429
|
+
var index_vue_vue_type_style_index_0_lang$5 = "";
|
|
63430
|
+
const _sfc_main$l = {
|
|
63426
63431
|
name: "asset-select-widget",
|
|
63427
63432
|
componentName: "FieldWidget",
|
|
63428
63433
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -63616,8 +63621,8 @@ const _sfc_main$j = {
|
|
|
63616
63621
|
}
|
|
63617
63622
|
}
|
|
63618
63623
|
};
|
|
63619
|
-
const _hoisted_1$
|
|
63620
|
-
function _sfc_render$
|
|
63624
|
+
const _hoisted_1$d = { class: "asset-select-widget__trigger" };
|
|
63625
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63621
63626
|
const _component_el_button = resolveComponent("el-button");
|
|
63622
63627
|
const _component_asset_dialog = resolveComponent("asset-dialog");
|
|
63623
63628
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -63638,7 +63643,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63638
63643
|
class: "asset-select-widget",
|
|
63639
63644
|
style: normalizeStyle($options.widgetStyle)
|
|
63640
63645
|
}, [
|
|
63641
|
-
createElementVNode("div", _hoisted_1$
|
|
63646
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
63642
63647
|
createVNode(_component_el_button, {
|
|
63643
63648
|
type: "primary",
|
|
63644
63649
|
class: "asset-select-widget__button",
|
|
@@ -63668,7 +63673,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63668
63673
|
_: 1
|
|
63669
63674
|
}, 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"]);
|
|
63670
63675
|
}
|
|
63671
|
-
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63676
|
+
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l]]);
|
|
63672
63677
|
var documentDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
63673
63678
|
var documentDialog_vue_vue_type_style_index_1_lang = "";
|
|
63674
63679
|
const DEFAULT_FORM_JSON$1 = {
|
|
@@ -63693,7 +63698,7 @@ const DEFAULT_FORM_JSON$1 = {
|
|
|
63693
63698
|
onFormValidateSuccess: ""
|
|
63694
63699
|
}
|
|
63695
63700
|
};
|
|
63696
|
-
const _sfc_main$
|
|
63701
|
+
const _sfc_main$k = {
|
|
63697
63702
|
name: "document-dialog",
|
|
63698
63703
|
components: {
|
|
63699
63704
|
VFormRender
|
|
@@ -63966,9 +63971,9 @@ const _sfc_main$i = {
|
|
|
63966
63971
|
}
|
|
63967
63972
|
}
|
|
63968
63973
|
};
|
|
63969
|
-
const _hoisted_1$
|
|
63970
|
-
const _hoisted_2$
|
|
63971
|
-
const _hoisted_3$
|
|
63974
|
+
const _hoisted_1$c = { class: "document-body-wrap" };
|
|
63975
|
+
const _hoisted_2$9 = { class: "bottom-wrap" };
|
|
63976
|
+
const _hoisted_3$7 = { class: "left-wrap" };
|
|
63972
63977
|
const _hoisted_4$5 = { class: "filter-wrap" };
|
|
63973
63978
|
const _hoisted_5$3 = ["onClick"];
|
|
63974
63979
|
const _hoisted_6$3 = {
|
|
@@ -63994,7 +63999,7 @@ const _hoisted_12 = {
|
|
|
63994
63999
|
class: "detail-empty"
|
|
63995
64000
|
};
|
|
63996
64001
|
const _hoisted_13 = { class: "dialog-footer" };
|
|
63997
|
-
function _sfc_render$
|
|
64002
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63998
64003
|
const _component_el_input = resolveComponent("el-input");
|
|
63999
64004
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
64000
64005
|
const _component_el_form = resolveComponent("el-form");
|
|
@@ -64042,9 +64047,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64042
64047
|
])
|
|
64043
64048
|
]),
|
|
64044
64049
|
default: withCtx(() => [
|
|
64045
|
-
createElementVNode("div", _hoisted_1$
|
|
64046
|
-
createElementVNode("div", _hoisted_2$
|
|
64047
|
-
createElementVNode("div", _hoisted_3$
|
|
64050
|
+
createElementVNode("div", _hoisted_1$c, [
|
|
64051
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
64052
|
+
createElementVNode("div", _hoisted_3$7, [
|
|
64048
64053
|
createElementVNode("div", _hoisted_4$5, [
|
|
64049
64054
|
createVNode(_component_el_form, {
|
|
64050
64055
|
model: $data.form,
|
|
@@ -64152,7 +64157,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64152
64157
|
_: 1
|
|
64153
64158
|
}, 8, ["modelValue", "onClose"]);
|
|
64154
64159
|
}
|
|
64155
|
-
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64160
|
+
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-2cd11beb"]]);
|
|
64156
64161
|
var documentDetailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
64157
64162
|
var documentDetailDialog_vue_vue_type_style_index_1_lang = "";
|
|
64158
64163
|
const DEFAULT_FORM_JSON = {
|
|
@@ -64177,7 +64182,7 @@ const DEFAULT_FORM_JSON = {
|
|
|
64177
64182
|
onFormValidateSuccess: ""
|
|
64178
64183
|
}
|
|
64179
64184
|
};
|
|
64180
|
-
const _sfc_main$
|
|
64185
|
+
const _sfc_main$j = {
|
|
64181
64186
|
name: "document-detail-dialog",
|
|
64182
64187
|
components: {
|
|
64183
64188
|
VFormRender
|
|
@@ -64336,20 +64341,20 @@ const _sfc_main$h = {
|
|
|
64336
64341
|
}
|
|
64337
64342
|
}
|
|
64338
64343
|
};
|
|
64339
|
-
const _hoisted_1$
|
|
64344
|
+
const _hoisted_1$b = {
|
|
64340
64345
|
key: 0,
|
|
64341
64346
|
class: "detail-loading"
|
|
64342
64347
|
};
|
|
64343
|
-
const _hoisted_2$
|
|
64348
|
+
const _hoisted_2$8 = {
|
|
64344
64349
|
key: 1,
|
|
64345
64350
|
class: "detail-form detail-form--readonly"
|
|
64346
64351
|
};
|
|
64347
|
-
const _hoisted_3$
|
|
64352
|
+
const _hoisted_3$6 = {
|
|
64348
64353
|
key: 2,
|
|
64349
64354
|
class: "detail-empty"
|
|
64350
64355
|
};
|
|
64351
64356
|
const _hoisted_4$4 = { class: "dialog-footer" };
|
|
64352
|
-
function _sfc_render$
|
|
64357
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64353
64358
|
const _component_Loading = resolveComponent("Loading");
|
|
64354
64359
|
const _component_el_icon = resolveComponent("el-icon");
|
|
64355
64360
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
@@ -64383,7 +64388,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64383
64388
|
default: withCtx(() => [
|
|
64384
64389
|
createVNode(_component_el_scrollbar, { class: "detail-panel__scroll" }, {
|
|
64385
64390
|
default: withCtx(() => [
|
|
64386
|
-
$data.detailLoading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
64391
|
+
$data.detailLoading ? (openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
64387
64392
|
createVNode(_component_el_icon, { class: "is-loading" }, {
|
|
64388
64393
|
default: withCtx(() => [
|
|
64389
64394
|
createVNode(_component_Loading)
|
|
@@ -64391,14 +64396,14 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64391
64396
|
_: 1
|
|
64392
64397
|
}),
|
|
64393
64398
|
_cache[1] || (_cache[1] = createElementVNode("span", null, "\u52A0\u8F7D\u4E2D...", -1))
|
|
64394
|
-
])) : $data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
64399
|
+
])) : $data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$8, [
|
|
64395
64400
|
createVNode(_component_v_form_render, {
|
|
64396
64401
|
ref: "detailFormRender",
|
|
64397
64402
|
"form-json": $options.renderFormJson,
|
|
64398
64403
|
"form-data": $data.formData,
|
|
64399
64404
|
"preview-state": true
|
|
64400
64405
|
}, null, 8, ["form-json", "form-data"])
|
|
64401
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
64406
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_3$6, "\u672A\u627E\u5230\u8868\u5355\u914D\u7F6E"))
|
|
64402
64407
|
]),
|
|
64403
64408
|
_: 1
|
|
64404
64409
|
})
|
|
@@ -64406,9 +64411,9 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64406
64411
|
_: 1
|
|
64407
64412
|
}, 8, ["modelValue", "onClose"]);
|
|
64408
64413
|
}
|
|
64409
|
-
var DocumentDetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64410
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
64411
|
-
const _sfc_main$
|
|
64414
|
+
var DocumentDetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-3064d402"]]);
|
|
64415
|
+
var index_vue_vue_type_style_index_0_lang$4 = "";
|
|
64416
|
+
const _sfc_main$i = {
|
|
64412
64417
|
name: "document-select-widget",
|
|
64413
64418
|
componentName: "FieldWidget",
|
|
64414
64419
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -64557,20 +64562,20 @@ const _sfc_main$g = {
|
|
|
64557
64562
|
}
|
|
64558
64563
|
}
|
|
64559
64564
|
};
|
|
64560
|
-
const _hoisted_1$
|
|
64565
|
+
const _hoisted_1$a = {
|
|
64561
64566
|
key: 0,
|
|
64562
64567
|
class: "document-selected-empty"
|
|
64563
64568
|
};
|
|
64564
|
-
const _hoisted_2$
|
|
64569
|
+
const _hoisted_2$7 = {
|
|
64565
64570
|
key: 1,
|
|
64566
64571
|
class: "document-select-widget__trigger"
|
|
64567
64572
|
};
|
|
64568
|
-
const _hoisted_3$
|
|
64573
|
+
const _hoisted_3$5 = {
|
|
64569
64574
|
key: 2,
|
|
64570
64575
|
class: "document-selected-list"
|
|
64571
64576
|
};
|
|
64572
64577
|
const _hoisted_4$3 = ["onClick"];
|
|
64573
|
-
function _sfc_render$
|
|
64578
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64574
64579
|
const _component_el_button = resolveComponent("el-button");
|
|
64575
64580
|
const _component_document_dialog = resolveComponent("document-dialog");
|
|
64576
64581
|
const _component_document_detail_dialog = resolveComponent("document-detail-dialog");
|
|
@@ -64593,8 +64598,8 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64593
64598
|
style: normalizeStyle($options.widgetStyle)
|
|
64594
64599
|
}, [
|
|
64595
64600
|
$options.isDisabled ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
64596
|
-
!$options.selectedList.length ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
64597
|
-
], 64)) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
64601
|
+
!$options.selectedList.length ? (openBlock(), createElementBlock("div", _hoisted_1$a, "\u6682\u65E0\u5173\u8054\u516C\u6587")) : createCommentVNode("", true)
|
|
64602
|
+
], 64)) : (openBlock(), createElementBlock("div", _hoisted_2$7, [
|
|
64598
64603
|
createVNode(_component_el_button, {
|
|
64599
64604
|
type: "primary",
|
|
64600
64605
|
class: "document-select-widget__button",
|
|
@@ -64609,7 +64614,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64609
64614
|
_: 1
|
|
64610
64615
|
}, 8, ["onClick"])
|
|
64611
64616
|
])),
|
|
64612
|
-
$options.selectedList.length ? (openBlock(), createElementBlock("ul", _hoisted_3$
|
|
64617
|
+
$options.selectedList.length ? (openBlock(), createElementBlock("ul", _hoisted_3$5, [
|
|
64613
64618
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectedList, (item) => {
|
|
64614
64619
|
return openBlock(), createElementBlock("li", {
|
|
64615
64620
|
key: $options.getDocumentKey(item),
|
|
@@ -64639,7 +64644,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64639
64644
|
_: 1
|
|
64640
64645
|
}, 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"]);
|
|
64641
64646
|
}
|
|
64642
|
-
var DocumentSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64647
|
+
var DocumentSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i]]);
|
|
64643
64648
|
const DEFAULT_DICT_API = "/unified-dict/sysItemDict/page";
|
|
64644
64649
|
const DEFAULT_DICT_PARAMS = { current: 1, size: 1e4 };
|
|
64645
64650
|
function normalizeDictRecords(records) {
|
|
@@ -64806,7 +64811,7 @@ class DictManager {
|
|
|
64806
64811
|
}
|
|
64807
64812
|
const dictManager = new DictManager();
|
|
64808
64813
|
var index_vue_vue_type_style_index_0_scoped_true_lang$5 = "";
|
|
64809
|
-
const _sfc_main$
|
|
64814
|
+
const _sfc_main$h = {
|
|
64810
64815
|
name: "dict-select-widget",
|
|
64811
64816
|
componentName: "FieldWidget",
|
|
64812
64817
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -64950,8 +64955,8 @@ const _sfc_main$f = {
|
|
|
64950
64955
|
}
|
|
64951
64956
|
}
|
|
64952
64957
|
};
|
|
64953
|
-
const _hoisted_1$
|
|
64954
|
-
function _sfc_render$
|
|
64958
|
+
const _hoisted_1$9 = { class: "dict-select-widget" };
|
|
64959
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64955
64960
|
const _component_el_option = resolveComponent("el-option");
|
|
64956
64961
|
const _component_el_select = resolveComponent("el-select");
|
|
64957
64962
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
@@ -64974,7 +64979,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64974
64979
|
"sub-form-row-id": $props.subFormRowId
|
|
64975
64980
|
}, {
|
|
64976
64981
|
default: withCtx(() => [
|
|
64977
|
-
createElementVNode("div", _hoisted_1$
|
|
64982
|
+
createElementVNode("div", _hoisted_1$9, [
|
|
64978
64983
|
$props.field.options.type === "select" ? (openBlock(), createBlock(_component_el_select, {
|
|
64979
64984
|
key: 0,
|
|
64980
64985
|
ref: "fieldEditor",
|
|
@@ -65091,9 +65096,9 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65091
65096
|
_: 1
|
|
65092
65097
|
}, 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"]);
|
|
65093
65098
|
}
|
|
65094
|
-
var DictSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65099
|
+
var DictSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-6f18008b"]]);
|
|
65095
65100
|
var dictSelectDictCodeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
65096
|
-
const _sfc_main$
|
|
65101
|
+
const _sfc_main$g = {
|
|
65097
65102
|
name: "dict-select-dictCode-editor",
|
|
65098
65103
|
mixins: [i18n$1],
|
|
65099
65104
|
props: {
|
|
@@ -65149,9 +65154,9 @@ const _sfc_main$e = {
|
|
|
65149
65154
|
}
|
|
65150
65155
|
}
|
|
65151
65156
|
};
|
|
65152
|
-
const _hoisted_1$
|
|
65153
|
-
const _hoisted_2$
|
|
65154
|
-
function _sfc_render$
|
|
65157
|
+
const _hoisted_1$8 = { class: "dict-code-hint" };
|
|
65158
|
+
const _hoisted_2$6 = { key: 0 };
|
|
65159
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65155
65160
|
const _component_el_option = resolveComponent("el-option");
|
|
65156
65161
|
const _component_el_select = resolveComponent("el-select");
|
|
65157
65162
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -65180,17 +65185,17 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65180
65185
|
]),
|
|
65181
65186
|
_: 1
|
|
65182
65187
|
}, 8, ["modelValue", "placeholder", "onChange", "onVisibleChange"]),
|
|
65183
|
-
createElementVNode("div", _hoisted_1$
|
|
65188
|
+
createElementVNode("div", _hoisted_1$8, [
|
|
65184
65189
|
createTextVNode(toDisplayString(_ctx.i18nt("extension.setting.dictSelectDictCodeHint")) + " ", 1),
|
|
65185
|
-
$options.optionCount > 0 ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
65190
|
+
$options.optionCount > 0 ? (openBlock(), createElementBlock("span", _hoisted_2$6, "\uFF08" + toDisplayString($options.optionCount) + " " + toDisplayString(_ctx.i18nt("extension.setting.dictSelectOptionCount")) + "\uFF09", 1)) : createCommentVNode("", true)
|
|
65186
65191
|
])
|
|
65187
65192
|
]),
|
|
65188
65193
|
_: 1
|
|
65189
65194
|
}, 8, ["label"]);
|
|
65190
65195
|
}
|
|
65191
|
-
var DictSelectDictCodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65196
|
+
var DictSelectDictCodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-2dfeafae"]]);
|
|
65192
65197
|
var detailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
65193
|
-
const _sfc_main$
|
|
65198
|
+
const _sfc_main$f = {
|
|
65194
65199
|
name: "detail-dialog",
|
|
65195
65200
|
components: {
|
|
65196
65201
|
VFormRender
|
|
@@ -65433,10 +65438,10 @@ const _sfc_main$d = {
|
|
|
65433
65438
|
}
|
|
65434
65439
|
}
|
|
65435
65440
|
};
|
|
65436
|
-
const _hoisted_1$
|
|
65437
|
-
const _hoisted_2$
|
|
65438
|
-
const _hoisted_3$
|
|
65439
|
-
function _sfc_render$
|
|
65441
|
+
const _hoisted_1$7 = { class: "asset-body-wrap" };
|
|
65442
|
+
const _hoisted_2$5 = { key: 0 };
|
|
65443
|
+
const _hoisted_3$4 = { class: "dialog-footer" };
|
|
65444
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65440
65445
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
65441
65446
|
const _component_el_button = resolveComponent("el-button");
|
|
65442
65447
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
@@ -65451,7 +65456,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65451
65456
|
draggable: ""
|
|
65452
65457
|
}, {
|
|
65453
65458
|
footer: withCtx(() => [
|
|
65454
|
-
createElementVNode("div", _hoisted_3$
|
|
65459
|
+
createElementVNode("div", _hoisted_3$4, [
|
|
65455
65460
|
createVNode(_component_el_button, { onClick: $options.handleClose }, {
|
|
65456
65461
|
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
65457
65462
|
createTextVNode("\u53D6\u6D88", -1)
|
|
@@ -65471,8 +65476,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65471
65476
|
])
|
|
65472
65477
|
]),
|
|
65473
65478
|
default: withCtx(() => [
|
|
65474
|
-
createElementVNode("div", _hoisted_1$
|
|
65475
|
-
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
65479
|
+
createElementVNode("div", _hoisted_1$7, [
|
|
65480
|
+
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
65476
65481
|
createVNode(_component_v_form_render, {
|
|
65477
65482
|
ref: "detailFormRender",
|
|
65478
65483
|
"form-json": $options.renderFormJson,
|
|
@@ -65484,9 +65489,9 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65484
65489
|
_: 1
|
|
65485
65490
|
}, 8, ["modelValue", "title", "onClose"]);
|
|
65486
65491
|
}
|
|
65487
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65488
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
65489
|
-
const _sfc_main$
|
|
65492
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-ad2f356c"]]);
|
|
65493
|
+
var index_vue_vue_type_style_index_0_lang$3 = "";
|
|
65494
|
+
const _sfc_main$e = {
|
|
65490
65495
|
name: "asset-table-widget",
|
|
65491
65496
|
componentName: "FieldWidget",
|
|
65492
65497
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -65643,8 +65648,8 @@ const _sfc_main$c = {
|
|
|
65643
65648
|
}
|
|
65644
65649
|
}
|
|
65645
65650
|
};
|
|
65646
|
-
const _hoisted_1$
|
|
65647
|
-
function _sfc_render$
|
|
65651
|
+
const _hoisted_1$6 = { key: 1 };
|
|
65652
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65648
65653
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
65649
65654
|
const _component_el_text = resolveComponent("el-text");
|
|
65650
65655
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -65698,7 +65703,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65698
65703
|
createTextVNode(toDisplayString(row.labelName), 1)
|
|
65699
65704
|
]),
|
|
65700
65705
|
_: 2
|
|
65701
|
-
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$
|
|
65706
|
+
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$6, toDisplayString(row.labelName), 1))
|
|
65702
65707
|
]),
|
|
65703
65708
|
_: 1
|
|
65704
65709
|
}),
|
|
@@ -65758,9 +65763,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65758
65763
|
_: 1
|
|
65759
65764
|
}, 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"]);
|
|
65760
65765
|
}
|
|
65761
|
-
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65762
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
65763
|
-
const _sfc_main$
|
|
65766
|
+
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$e]]);
|
|
65767
|
+
var index_vue_vue_type_style_index_0_lang$2 = "";
|
|
65768
|
+
const _sfc_main$d = {
|
|
65764
65769
|
name: "system-table-widget",
|
|
65765
65770
|
componentName: "FieldWidget",
|
|
65766
65771
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -65954,8 +65959,8 @@ const _sfc_main$b = {
|
|
|
65954
65959
|
}
|
|
65955
65960
|
}
|
|
65956
65961
|
};
|
|
65957
|
-
const _hoisted_1$
|
|
65958
|
-
function _sfc_render$
|
|
65962
|
+
const _hoisted_1$5 = { key: 1 };
|
|
65963
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65959
65964
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
65960
65965
|
const _component_el_text = resolveComponent("el-text");
|
|
65961
65966
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -66009,7 +66014,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66009
66014
|
createTextVNode(toDisplayString(row.systemName), 1)
|
|
66010
66015
|
]),
|
|
66011
66016
|
_: 2
|
|
66012
|
-
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$
|
|
66017
|
+
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$5, toDisplayString(row.systemName), 1))
|
|
66013
66018
|
]),
|
|
66014
66019
|
_: 1
|
|
66015
66020
|
}),
|
|
@@ -66073,9 +66078,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66073
66078
|
_: 1
|
|
66074
66079
|
}, 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"]);
|
|
66075
66080
|
}
|
|
66076
|
-
var SystemTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
66077
|
-
var index_vue_vue_type_style_index_0_lang = "";
|
|
66078
|
-
const _sfc_main$
|
|
66081
|
+
var SystemTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
66082
|
+
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
66083
|
+
const _sfc_main$c = {
|
|
66079
66084
|
name: "legal-table-widget",
|
|
66080
66085
|
componentName: "FieldWidget",
|
|
66081
66086
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -66278,7 +66283,7 @@ const _sfc_main$a = {
|
|
|
66278
66283
|
}
|
|
66279
66284
|
}
|
|
66280
66285
|
};
|
|
66281
|
-
function _sfc_render$
|
|
66286
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66282
66287
|
const _component_el_button = resolveComponent("el-button");
|
|
66283
66288
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
66284
66289
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -66412,7 +66417,632 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66412
66417
|
_: 1
|
|
66413
66418
|
}, 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"]);
|
|
66414
66419
|
}
|
|
66415
|
-
var LegalTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
66420
|
+
var LegalTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c]]);
|
|
66421
|
+
var leaseDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
66422
|
+
const DEFAULT_FLOW_CODE = "30010201";
|
|
66423
|
+
const _sfc_main$b = {
|
|
66424
|
+
name: "lease-dialog",
|
|
66425
|
+
components: {
|
|
66426
|
+
VFormRender
|
|
66427
|
+
},
|
|
66428
|
+
props: {
|
|
66429
|
+
title: {
|
|
66430
|
+
type: String,
|
|
66431
|
+
default: "\u65B0\u589E\u79DF\u8D41\u4FE1\u606F"
|
|
66432
|
+
},
|
|
66433
|
+
visible: {
|
|
66434
|
+
type: Boolean,
|
|
66435
|
+
default: false
|
|
66436
|
+
},
|
|
66437
|
+
data: {
|
|
66438
|
+
type: Object,
|
|
66439
|
+
default: () => ({})
|
|
66440
|
+
},
|
|
66441
|
+
typeJson: {
|
|
66442
|
+
type: [String, Object],
|
|
66443
|
+
default: DEFAULT_FLOW_CODE
|
|
66444
|
+
},
|
|
66445
|
+
disabled: {
|
|
66446
|
+
type: Boolean,
|
|
66447
|
+
default: false
|
|
66448
|
+
}
|
|
66449
|
+
},
|
|
66450
|
+
emits: ["close", "confirm", "update:visible"],
|
|
66451
|
+
data() {
|
|
66452
|
+
return {
|
|
66453
|
+
formData: {},
|
|
66454
|
+
formJson: null,
|
|
66455
|
+
defaultFormJson: {
|
|
66456
|
+
widgetList: [],
|
|
66457
|
+
formConfig: {
|
|
66458
|
+
modelName: "formData",
|
|
66459
|
+
refName: "vForm",
|
|
66460
|
+
rulesName: "rules",
|
|
66461
|
+
labelWidth: 80,
|
|
66462
|
+
labelPosition: "left",
|
|
66463
|
+
size: "",
|
|
66464
|
+
labelAlign: "label-left-align",
|
|
66465
|
+
cssCode: "",
|
|
66466
|
+
customClass: [],
|
|
66467
|
+
functions: "",
|
|
66468
|
+
layoutType: "PC",
|
|
66469
|
+
jsonVersion: 3,
|
|
66470
|
+
onFormCreated: "",
|
|
66471
|
+
onFormMounted: "",
|
|
66472
|
+
onFormDataChange: "",
|
|
66473
|
+
onFormValidate: "",
|
|
66474
|
+
onFormValidateSuccess: ""
|
|
66475
|
+
}
|
|
66476
|
+
},
|
|
66477
|
+
showForm: false
|
|
66478
|
+
};
|
|
66479
|
+
},
|
|
66480
|
+
computed: {
|
|
66481
|
+
dialogVisible: {
|
|
66482
|
+
get() {
|
|
66483
|
+
return this.visible;
|
|
66484
|
+
},
|
|
66485
|
+
set(val) {
|
|
66486
|
+
this.$emit("update:visible", val);
|
|
66487
|
+
if (!val)
|
|
66488
|
+
this.$emit("close");
|
|
66489
|
+
}
|
|
66490
|
+
},
|
|
66491
|
+
dialogTitle() {
|
|
66492
|
+
return this.title || "\u65B0\u589E\u79DF\u8D41\u4FE1\u606F";
|
|
66493
|
+
},
|
|
66494
|
+
currentRowData() {
|
|
66495
|
+
return this.data && typeof this.data === "object" ? this.data : {};
|
|
66496
|
+
},
|
|
66497
|
+
renderFormJson() {
|
|
66498
|
+
return this.formJson || this.defaultFormJson;
|
|
66499
|
+
},
|
|
66500
|
+
flowCode() {
|
|
66501
|
+
const raw = this.typeJson;
|
|
66502
|
+
if (raw == null || raw === "")
|
|
66503
|
+
return DEFAULT_FLOW_CODE;
|
|
66504
|
+
if (typeof raw === "string")
|
|
66505
|
+
return raw;
|
|
66506
|
+
if (typeof raw === "object" && raw.code)
|
|
66507
|
+
return String(raw.code);
|
|
66508
|
+
return DEFAULT_FLOW_CODE;
|
|
66509
|
+
}
|
|
66510
|
+
},
|
|
66511
|
+
watch: {
|
|
66512
|
+
visible: {
|
|
66513
|
+
immediate: true,
|
|
66514
|
+
handler(newVal) {
|
|
66515
|
+
if (newVal) {
|
|
66516
|
+
this.initFormData();
|
|
66517
|
+
} else {
|
|
66518
|
+
this.formData = {};
|
|
66519
|
+
this.showForm = false;
|
|
66520
|
+
}
|
|
66521
|
+
}
|
|
66522
|
+
},
|
|
66523
|
+
disabled: {
|
|
66524
|
+
immediate: true,
|
|
66525
|
+
handler() {
|
|
66526
|
+
this.$nextTick(() => this.syncFormDisabledStatus());
|
|
66527
|
+
}
|
|
66528
|
+
}
|
|
66529
|
+
},
|
|
66530
|
+
methods: {
|
|
66531
|
+
syncFormDisabledStatus() {
|
|
66532
|
+
const ref2 = this.$refs.detailFormRender;
|
|
66533
|
+
if (!ref2)
|
|
66534
|
+
return;
|
|
66535
|
+
if (this.disabled && typeof ref2.disableForm === "function") {
|
|
66536
|
+
ref2.disableForm();
|
|
66537
|
+
} else if (!this.disabled && typeof ref2.enableForm === "function") {
|
|
66538
|
+
ref2.enableForm();
|
|
66539
|
+
}
|
|
66540
|
+
},
|
|
66541
|
+
applyFormJsonToRender(parsed) {
|
|
66542
|
+
this.formJson = parsed && parsed.widgetList && parsed.formConfig ? parsed : lodash.exports.cloneDeep(this.defaultFormJson);
|
|
66543
|
+
this.showForm = true;
|
|
66544
|
+
this.$nextTick(() => {
|
|
66545
|
+
const ref2 = this.$refs.detailFormRender;
|
|
66546
|
+
if (ref2 && typeof ref2.setFormJson === "function") {
|
|
66547
|
+
ref2.setFormJson(lodash.exports.cloneDeep(this.formJson));
|
|
66548
|
+
this.$nextTick(() => {
|
|
66549
|
+
this.applyFormDataToRender();
|
|
66550
|
+
this.syncFormDisabledStatus();
|
|
66551
|
+
});
|
|
66552
|
+
}
|
|
66553
|
+
});
|
|
66554
|
+
},
|
|
66555
|
+
applyFormDataToRender() {
|
|
66556
|
+
const ref2 = this.$refs.detailFormRender;
|
|
66557
|
+
if (ref2 && typeof ref2.setFormData === "function" && this.formData) {
|
|
66558
|
+
ref2.setFormData(lodash.exports.cloneDeep(this.formData));
|
|
66559
|
+
}
|
|
66560
|
+
},
|
|
66561
|
+
initFormData() {
|
|
66562
|
+
this.showForm = false;
|
|
66563
|
+
this.formData = lodash.exports.cloneDeep(this.currentRowData) || {};
|
|
66564
|
+
const code = this.flowCode;
|
|
66565
|
+
if (!code) {
|
|
66566
|
+
this.$message.error("\u672A\u627E\u5230\u79DF\u8D41\u8868\u5355\u914D\u7F6E");
|
|
66567
|
+
this.dialogVisible = false;
|
|
66568
|
+
return;
|
|
66569
|
+
}
|
|
66570
|
+
service$1({
|
|
66571
|
+
method: "get",
|
|
66572
|
+
url: `/workflow-engine/businessFlowConfig/detailByCode/${code}`
|
|
66573
|
+
}).then(({ data: data2 }) => {
|
|
66574
|
+
if (!(data2 == null ? void 0 : data2.formJson)) {
|
|
66575
|
+
this.applyFormJsonToRender(null);
|
|
66576
|
+
return;
|
|
66577
|
+
}
|
|
66578
|
+
let parsed;
|
|
66579
|
+
try {
|
|
66580
|
+
parsed = typeof data2.formJson === "string" ? JSON.parse(data2.formJson) : data2.formJson;
|
|
66581
|
+
} catch (e) {
|
|
66582
|
+
console.error(e);
|
|
66583
|
+
parsed = null;
|
|
66584
|
+
}
|
|
66585
|
+
this.applyFormJsonToRender(parsed);
|
|
66586
|
+
}).catch((err) => {
|
|
66587
|
+
console.error(err);
|
|
66588
|
+
this.$message.error("\u52A0\u8F7D\u79DF\u8D41\u8868\u5355\u914D\u7F6E\u5931\u8D25");
|
|
66589
|
+
this.applyFormJsonToRender(null);
|
|
66590
|
+
});
|
|
66591
|
+
},
|
|
66592
|
+
async handleConfirm() {
|
|
66593
|
+
const renderRef = this.$refs.detailFormRender;
|
|
66594
|
+
if (!renderRef)
|
|
66595
|
+
return;
|
|
66596
|
+
try {
|
|
66597
|
+
const formValues = await renderRef.getFormData(true);
|
|
66598
|
+
console.log(formValues, "formValues");
|
|
66599
|
+
this.$emit("confirm", formValues);
|
|
66600
|
+
this.dialogVisible = false;
|
|
66601
|
+
} catch (e) {
|
|
66602
|
+
this.$message.error(e);
|
|
66603
|
+
console.error(e);
|
|
66604
|
+
}
|
|
66605
|
+
},
|
|
66606
|
+
handleClose() {
|
|
66607
|
+
this.formData = {};
|
|
66608
|
+
this.showForm = false;
|
|
66609
|
+
this.formJson = lodash.exports.cloneDeep(this.defaultFormJson);
|
|
66610
|
+
this.$emit("close");
|
|
66611
|
+
}
|
|
66612
|
+
}
|
|
66613
|
+
};
|
|
66614
|
+
const _hoisted_1$4 = { class: "lease-body-wrap" };
|
|
66615
|
+
const _hoisted_2$4 = { key: 0 };
|
|
66616
|
+
const _hoisted_3$3 = { class: "dialog-footer" };
|
|
66617
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66618
|
+
const _component_v_form_render = resolveComponent("v-form-render");
|
|
66619
|
+
const _component_el_button = resolveComponent("el-button");
|
|
66620
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
66621
|
+
return openBlock(), createBlock(_component_el_dialog, {
|
|
66622
|
+
modelValue: $options.dialogVisible,
|
|
66623
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.dialogVisible = $event),
|
|
66624
|
+
title: $options.dialogTitle,
|
|
66625
|
+
width: "1200px",
|
|
66626
|
+
"close-on-click-modal": false,
|
|
66627
|
+
"append-to-body": "",
|
|
66628
|
+
draggable: "",
|
|
66629
|
+
onClose: $options.handleClose
|
|
66630
|
+
}, {
|
|
66631
|
+
footer: withCtx(() => [
|
|
66632
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
66633
|
+
createVNode(_component_el_button, { onClick: $options.handleClose }, {
|
|
66634
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
66635
|
+
createTextVNode("\u53D6\u6D88", -1)
|
|
66636
|
+
])]),
|
|
66637
|
+
_: 1
|
|
66638
|
+
}, 8, ["onClick"]),
|
|
66639
|
+
!$props.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
66640
|
+
key: 0,
|
|
66641
|
+
type: "primary",
|
|
66642
|
+
onClick: $options.handleConfirm
|
|
66643
|
+
}, {
|
|
66644
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
66645
|
+
createTextVNode("\u786E\u5B9A", -1)
|
|
66646
|
+
])]),
|
|
66647
|
+
_: 1
|
|
66648
|
+
}, 8, ["onClick"])) : createCommentVNode("", true)
|
|
66649
|
+
])
|
|
66650
|
+
]),
|
|
66651
|
+
default: withCtx(() => [
|
|
66652
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
66653
|
+
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
66654
|
+
createVNode(_component_v_form_render, {
|
|
66655
|
+
ref: "detailFormRender",
|
|
66656
|
+
"form-json": $options.renderFormJson,
|
|
66657
|
+
"form-data": $data.formData
|
|
66658
|
+
}, null, 8, ["form-json", "form-data"])
|
|
66659
|
+
])) : createCommentVNode("", true)
|
|
66660
|
+
])
|
|
66661
|
+
]),
|
|
66662
|
+
_: 1
|
|
66663
|
+
}, 8, ["modelValue", "title", "onClose"]);
|
|
66664
|
+
}
|
|
66665
|
+
var LeaseDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-3ea56bcb"]]);
|
|
66666
|
+
var index_vue_vue_type_style_index_0_lang = "";
|
|
66667
|
+
const _sfc_main$a = {
|
|
66668
|
+
name: "lease-table-widget",
|
|
66669
|
+
componentName: "FieldWidget",
|
|
66670
|
+
mixins: [emitter, fieldMixin, i18n$1],
|
|
66671
|
+
components: {
|
|
66672
|
+
FormItemWrapper,
|
|
66673
|
+
LeaseDialog
|
|
66674
|
+
},
|
|
66675
|
+
props: {
|
|
66676
|
+
field: {
|
|
66677
|
+
type: Object,
|
|
66678
|
+
default: () => ({})
|
|
66679
|
+
},
|
|
66680
|
+
parentWidget: Object,
|
|
66681
|
+
parentList: Array,
|
|
66682
|
+
indexOfParentList: Number,
|
|
66683
|
+
designer: Object,
|
|
66684
|
+
designState: {
|
|
66685
|
+
type: Boolean,
|
|
66686
|
+
default: false
|
|
66687
|
+
},
|
|
66688
|
+
subFormRowIndex: {
|
|
66689
|
+
type: Number,
|
|
66690
|
+
default: -1
|
|
66691
|
+
},
|
|
66692
|
+
subFormColIndex: {
|
|
66693
|
+
type: Number,
|
|
66694
|
+
default: -1
|
|
66695
|
+
},
|
|
66696
|
+
subFormRowId: {
|
|
66697
|
+
type: String,
|
|
66698
|
+
default: ""
|
|
66699
|
+
}
|
|
66700
|
+
},
|
|
66701
|
+
data() {
|
|
66702
|
+
return {
|
|
66703
|
+
fieldModel: [],
|
|
66704
|
+
oldFieldValue: null,
|
|
66705
|
+
rules: [],
|
|
66706
|
+
dialogVisible: false,
|
|
66707
|
+
dialogData: null,
|
|
66708
|
+
dialogDisabled: false,
|
|
66709
|
+
dialogMode: "add"
|
|
66710
|
+
};
|
|
66711
|
+
},
|
|
66712
|
+
computed: {
|
|
66713
|
+
tableList() {
|
|
66714
|
+
return Array.isArray(this.fieldModel) ? this.fieldModel : [];
|
|
66715
|
+
},
|
|
66716
|
+
widgetStyle() {
|
|
66717
|
+
return {};
|
|
66718
|
+
},
|
|
66719
|
+
dialogTitle() {
|
|
66720
|
+
if (this.dialogDisabled)
|
|
66721
|
+
return "\u67E5\u770B\u79DF\u8D41\u4FE1\u606F";
|
|
66722
|
+
if (this.dialogMode === "edit")
|
|
66723
|
+
return "\u4FEE\u6539\u79DF\u8D41\u4FE1\u606F";
|
|
66724
|
+
return "\u65B0\u589E\u79DF\u8D41\u4FE1\u606F";
|
|
66725
|
+
},
|
|
66726
|
+
flowCode() {
|
|
66727
|
+
var _a, _b;
|
|
66728
|
+
return ((_b = (_a = this.field) == null ? void 0 : _a.options) == null ? void 0 : _b.typeJson) || "30010201";
|
|
66729
|
+
}
|
|
66730
|
+
},
|
|
66731
|
+
watch: {
|
|
66732
|
+
"field.options.required"() {
|
|
66733
|
+
this.buildFieldRules();
|
|
66734
|
+
},
|
|
66735
|
+
"field.options.validation"() {
|
|
66736
|
+
this.buildFieldRules();
|
|
66737
|
+
},
|
|
66738
|
+
"field.options.onValidate"() {
|
|
66739
|
+
this.buildFieldRules();
|
|
66740
|
+
},
|
|
66741
|
+
fieldModel: {
|
|
66742
|
+
handler(newVal) {
|
|
66743
|
+
this.$nextTick(() => {
|
|
66744
|
+
this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
|
|
66745
|
+
});
|
|
66746
|
+
this.syncUpdateFormModel(newVal);
|
|
66747
|
+
},
|
|
66748
|
+
deep: true
|
|
66749
|
+
}
|
|
66750
|
+
},
|
|
66751
|
+
created() {
|
|
66752
|
+
this.initFieldModel();
|
|
66753
|
+
if (!Array.isArray(this.fieldModel)) {
|
|
66754
|
+
this.fieldModel = [];
|
|
66755
|
+
}
|
|
66756
|
+
this.registerToRefList();
|
|
66757
|
+
this.initEventHandler();
|
|
66758
|
+
this.buildFieldRules();
|
|
66759
|
+
this.handleOnCreated();
|
|
66760
|
+
},
|
|
66761
|
+
mounted() {
|
|
66762
|
+
this.handleOnMounted();
|
|
66763
|
+
},
|
|
66764
|
+
beforeUnmount() {
|
|
66765
|
+
this.unregisterFromRefList();
|
|
66766
|
+
},
|
|
66767
|
+
methods: {
|
|
66768
|
+
formatNumber(val) {
|
|
66769
|
+
if (val === null || val === void 0 || val === "")
|
|
66770
|
+
return "";
|
|
66771
|
+
return val;
|
|
66772
|
+
},
|
|
66773
|
+
formatPeriod(row) {
|
|
66774
|
+
if (Array.isArray(row.contractPeriod) && row.contractPeriod.length === 2) {
|
|
66775
|
+
return `${row.contractPeriod[0]} ~ ${row.contractPeriod[1]}`;
|
|
66776
|
+
}
|
|
66777
|
+
if (row.contractStartDate && row.contractEndDate) {
|
|
66778
|
+
return `${row.contractStartDate} ~ ${row.contractEndDate}`;
|
|
66779
|
+
}
|
|
66780
|
+
return "";
|
|
66781
|
+
},
|
|
66782
|
+
ensureList() {
|
|
66783
|
+
if (!Array.isArray(this.fieldModel)) {
|
|
66784
|
+
this.fieldModel = [];
|
|
66785
|
+
}
|
|
66786
|
+
},
|
|
66787
|
+
triggerEvent(eventName, ...args) {
|
|
66788
|
+
var _a, _b;
|
|
66789
|
+
const handler = (_b = (_a = this.field) == null ? void 0 : _a.options) == null ? void 0 : _b[eventName];
|
|
66790
|
+
if (!handler)
|
|
66791
|
+
return;
|
|
66792
|
+
try {
|
|
66793
|
+
if (eventName === "onOpen" && args.length > 0) {
|
|
66794
|
+
const fn = new Function("rowData", handler);
|
|
66795
|
+
fn.call(this, args[0]);
|
|
66796
|
+
} else if (eventName === "onChange") {
|
|
66797
|
+
const value2 = args[0];
|
|
66798
|
+
const oldValue = args[1];
|
|
66799
|
+
if (this.subFormItemFlag) {
|
|
66800
|
+
const subFormData = this.formModel[this.subFormName] || [];
|
|
66801
|
+
const fn = new Function("value", "oldValue", "subFormData", "rowId", "sfrIdx", handler);
|
|
66802
|
+
fn.call(this, value2, oldValue, subFormData, this.subFormRowId, this.subFormRowIndex);
|
|
66803
|
+
} else {
|
|
66804
|
+
const fn = new Function("value", "oldValue", handler);
|
|
66805
|
+
fn.call(this, value2, oldValue);
|
|
66806
|
+
}
|
|
66807
|
+
} else if (args.length > 0) {
|
|
66808
|
+
const paramNames = args.map((_, index2) => `arg${index2}`).join(", ");
|
|
66809
|
+
const fn = new Function(paramNames, handler);
|
|
66810
|
+
fn.apply(this, args);
|
|
66811
|
+
} else {
|
|
66812
|
+
const fn = new Function(handler);
|
|
66813
|
+
fn.call(this);
|
|
66814
|
+
}
|
|
66815
|
+
} catch (error) {
|
|
66816
|
+
console.error(`Error executing ${eventName} handler:`, error);
|
|
66817
|
+
}
|
|
66818
|
+
},
|
|
66819
|
+
addRow() {
|
|
66820
|
+
this.dialogMode = "add";
|
|
66821
|
+
this.dialogDisabled = false;
|
|
66822
|
+
this.dialogData = {};
|
|
66823
|
+
this.triggerEvent("onOpen", {});
|
|
66824
|
+
this.dialogVisible = true;
|
|
66825
|
+
},
|
|
66826
|
+
editRow(row) {
|
|
66827
|
+
this.ensureList();
|
|
66828
|
+
const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
|
|
66829
|
+
if (index2 === -1)
|
|
66830
|
+
return;
|
|
66831
|
+
this.dialogMode = "edit";
|
|
66832
|
+
this.dialogDisabled = false;
|
|
66833
|
+
this.dialogData = lodash.exports.cloneDeep(this.fieldModel[index2]);
|
|
66834
|
+
this.triggerEvent("onOpen", this.dialogData);
|
|
66835
|
+
this.dialogVisible = true;
|
|
66836
|
+
},
|
|
66837
|
+
viewRow(row) {
|
|
66838
|
+
this.ensureList();
|
|
66839
|
+
const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
|
|
66840
|
+
if (index2 === -1)
|
|
66841
|
+
return;
|
|
66842
|
+
this.dialogMode = "view";
|
|
66843
|
+
this.dialogDisabled = true;
|
|
66844
|
+
this.dialogData = lodash.exports.cloneDeep(this.fieldModel[index2]);
|
|
66845
|
+
this.triggerEvent("onOpen", this.dialogData);
|
|
66846
|
+
this.dialogVisible = true;
|
|
66847
|
+
},
|
|
66848
|
+
deleteRow(row) {
|
|
66849
|
+
this.ensureList();
|
|
66850
|
+
const oldValue = lodash.exports.cloneDeep(this.fieldModel);
|
|
66851
|
+
this.fieldModel = this.fieldModel.filter((item) => item.id !== row.id);
|
|
66852
|
+
this.triggerEvent("onChange", this.fieldModel, oldValue);
|
|
66853
|
+
},
|
|
66854
|
+
handleCloseDialog() {
|
|
66855
|
+
this.dialogVisible = false;
|
|
66856
|
+
this.dialogData = null;
|
|
66857
|
+
},
|
|
66858
|
+
handleConfirm(formData) {
|
|
66859
|
+
this.ensureList();
|
|
66860
|
+
const oldValue = lodash.exports.cloneDeep(this.fieldModel);
|
|
66861
|
+
if (this.dialogMode === "add") {
|
|
66862
|
+
const row = __spreadProps(__spreadValues({}, lodash.exports.cloneDeep(formData)), {
|
|
66863
|
+
id: `${Date.now()}_${Math.random().toString(36).slice(2, 8)}`
|
|
66864
|
+
});
|
|
66865
|
+
this.fieldModel.push(row);
|
|
66866
|
+
} else {
|
|
66867
|
+
const index2 = this.fieldModel.findIndex((item) => {
|
|
66868
|
+
var _a;
|
|
66869
|
+
return item.id === ((_a = this.dialogData) == null ? void 0 : _a.id);
|
|
66870
|
+
});
|
|
66871
|
+
if (index2 === -1)
|
|
66872
|
+
return;
|
|
66873
|
+
this.fieldModel[index2] = __spreadValues(__spreadValues({}, this.fieldModel[index2]), lodash.exports.cloneDeep(formData));
|
|
66874
|
+
}
|
|
66875
|
+
this.triggerEvent("onChange", this.fieldModel, oldValue);
|
|
66876
|
+
}
|
|
66877
|
+
}
|
|
66878
|
+
};
|
|
66879
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66880
|
+
const _component_el_button = resolveComponent("el-button");
|
|
66881
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
66882
|
+
const _component_el_table = resolveComponent("el-table");
|
|
66883
|
+
const _component_lease_dialog = resolveComponent("lease-dialog");
|
|
66884
|
+
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
66885
|
+
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
66886
|
+
designer: $props.designer,
|
|
66887
|
+
field: $props.field,
|
|
66888
|
+
rules: $data.rules,
|
|
66889
|
+
"design-state": $props.designState,
|
|
66890
|
+
"parent-widget": $props.parentWidget,
|
|
66891
|
+
"parent-list": $props.parentList,
|
|
66892
|
+
"index-of-parent-list": $props.indexOfParentList,
|
|
66893
|
+
"sub-form-row-index": $props.subFormRowIndex,
|
|
66894
|
+
"sub-form-col-index": $props.subFormColIndex,
|
|
66895
|
+
"sub-form-row-id": $props.subFormRowId
|
|
66896
|
+
}, {
|
|
66897
|
+
default: withCtx(() => [
|
|
66898
|
+
createElementVNode("div", {
|
|
66899
|
+
class: "lease-table-widget",
|
|
66900
|
+
style: normalizeStyle($options.widgetStyle)
|
|
66901
|
+
}, [
|
|
66902
|
+
!$props.field.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
66903
|
+
key: 0,
|
|
66904
|
+
class: "add-button",
|
|
66905
|
+
type: "primary",
|
|
66906
|
+
size: "small",
|
|
66907
|
+
onClick: $options.addRow
|
|
66908
|
+
}, {
|
|
66909
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
66910
|
+
createTextVNode(" \u65B0\u589E ", -1)
|
|
66911
|
+
])]),
|
|
66912
|
+
_: 1
|
|
66913
|
+
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
66914
|
+
createVNode(_component_el_table, {
|
|
66915
|
+
ref: "tableRef",
|
|
66916
|
+
data: $options.tableList,
|
|
66917
|
+
"max-height": "500px",
|
|
66918
|
+
"header-row-class-name": "headerRowClassName",
|
|
66919
|
+
"header-cell-class-name": "headerCellClassName",
|
|
66920
|
+
stripe: "",
|
|
66921
|
+
style: { "width": "100%" },
|
|
66922
|
+
"row-key": "id"
|
|
66923
|
+
}, {
|
|
66924
|
+
default: withCtx(() => [
|
|
66925
|
+
createVNode(_component_el_table_column, {
|
|
66926
|
+
prop: "transactionCounterpart",
|
|
66927
|
+
label: "\u4EA4\u6613\u5BF9\u624B\u65B9",
|
|
66928
|
+
"min-width": "140",
|
|
66929
|
+
"show-overflow-tooltip": ""
|
|
66930
|
+
}, {
|
|
66931
|
+
default: withCtx(({ row }) => [
|
|
66932
|
+
createTextVNode(toDisplayString(row.transactionCounterpart || "-"), 1)
|
|
66933
|
+
]),
|
|
66934
|
+
_: 1
|
|
66935
|
+
}),
|
|
66936
|
+
createVNode(_component_el_table_column, {
|
|
66937
|
+
prop: "forRentArea",
|
|
66938
|
+
label: "\u51FA\u79DF\u9762\u79EF\uFF08\u5E73\u65B9\u7C73\uFF09",
|
|
66939
|
+
"min-width": "140",
|
|
66940
|
+
align: "right"
|
|
66941
|
+
}, {
|
|
66942
|
+
default: withCtx(({ row }) => [
|
|
66943
|
+
createTextVNode(toDisplayString(row.forRentArea || "-"), 1)
|
|
66944
|
+
]),
|
|
66945
|
+
_: 1
|
|
66946
|
+
}),
|
|
66947
|
+
createVNode(_component_el_table_column, {
|
|
66948
|
+
prop: "annualRent",
|
|
66949
|
+
label: "\u5E74\u79DF\u91D1\uFF08\u4E07\u5143\uFF09",
|
|
66950
|
+
"min-width": "120",
|
|
66951
|
+
align: "right"
|
|
66952
|
+
}, {
|
|
66953
|
+
default: withCtx(({ row }) => [
|
|
66954
|
+
createTextVNode(toDisplayString(row.annualRent || "-"), 1)
|
|
66955
|
+
]),
|
|
66956
|
+
_: 1
|
|
66957
|
+
}),
|
|
66958
|
+
createVNode(_component_el_table_column, {
|
|
66959
|
+
prop: "contractPeriod",
|
|
66960
|
+
label: "\u5408\u540C\u671F\u9650",
|
|
66961
|
+
"min-width": "200",
|
|
66962
|
+
"show-overflow-tooltip": ""
|
|
66963
|
+
}, {
|
|
66964
|
+
default: withCtx(({ row }) => [
|
|
66965
|
+
row.contractTermStart && row.contractTermEnd ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
66966
|
+
createTextVNode(toDisplayString(row.contractTermStart) + " - " + toDisplayString(row.contractTermEnd), 1)
|
|
66967
|
+
], 64)) : row.rentContractTerm && row.rentContractTerm.length ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
66968
|
+
createTextVNode(toDisplayString(row.rentContractTerm[0]) + " - " + toDisplayString(row.rentContractTerm[1]), 1)
|
|
66969
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
66970
|
+
createTextVNode(" - ")
|
|
66971
|
+
], 64))
|
|
66972
|
+
]),
|
|
66973
|
+
_: 1
|
|
66974
|
+
}),
|
|
66975
|
+
createVNode(_component_el_table_column, {
|
|
66976
|
+
prop: "leaseRemark",
|
|
66977
|
+
label: "\u79DF\u8D41\u5907\u6CE8",
|
|
66978
|
+
"min-width": "120",
|
|
66979
|
+
align: "right"
|
|
66980
|
+
}, {
|
|
66981
|
+
default: withCtx(({ row }) => [
|
|
66982
|
+
createTextVNode(toDisplayString(row.leaseRemark || "-"), 1)
|
|
66983
|
+
]),
|
|
66984
|
+
_: 1
|
|
66985
|
+
}),
|
|
66986
|
+
createVNode(_component_el_table_column, {
|
|
66987
|
+
label: "\u64CD\u4F5C",
|
|
66988
|
+
width: "180",
|
|
66989
|
+
align: "center",
|
|
66990
|
+
fixed: "right"
|
|
66991
|
+
}, {
|
|
66992
|
+
default: withCtx(({ row }) => [
|
|
66993
|
+
!$props.field.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
66994
|
+
key: 0,
|
|
66995
|
+
type: "primary",
|
|
66996
|
+
link: "",
|
|
66997
|
+
onClick: ($event) => $options.editRow(row)
|
|
66998
|
+
}, {
|
|
66999
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
67000
|
+
createTextVNode(" \u4FEE\u6539 ", -1)
|
|
67001
|
+
])]),
|
|
67002
|
+
_: 1
|
|
67003
|
+
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
67004
|
+
createVNode(_component_el_button, {
|
|
67005
|
+
type: "primary",
|
|
67006
|
+
link: "",
|
|
67007
|
+
onClick: ($event) => $options.viewRow(row)
|
|
67008
|
+
}, {
|
|
67009
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
67010
|
+
createTextVNode("\u67E5\u770B", -1)
|
|
67011
|
+
])]),
|
|
67012
|
+
_: 1
|
|
67013
|
+
}, 8, ["onClick"]),
|
|
67014
|
+
!$props.field.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
67015
|
+
key: 1,
|
|
67016
|
+
type: "danger",
|
|
67017
|
+
link: "",
|
|
67018
|
+
onClick: ($event) => $options.deleteRow(row)
|
|
67019
|
+
}, {
|
|
67020
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
67021
|
+
createTextVNode(" \u5220\u9664 ", -1)
|
|
67022
|
+
])]),
|
|
67023
|
+
_: 1
|
|
67024
|
+
}, 8, ["onClick"])) : createCommentVNode("", true)
|
|
67025
|
+
]),
|
|
67026
|
+
_: 1
|
|
67027
|
+
})
|
|
67028
|
+
]),
|
|
67029
|
+
_: 1
|
|
67030
|
+
}, 8, ["data"])
|
|
67031
|
+
], 4),
|
|
67032
|
+
createVNode(_component_lease_dialog, {
|
|
67033
|
+
visible: $data.dialogVisible,
|
|
67034
|
+
data: $data.dialogData,
|
|
67035
|
+
disabled: $data.dialogDisabled,
|
|
67036
|
+
title: $options.dialogTitle,
|
|
67037
|
+
"type-json": $options.flowCode,
|
|
67038
|
+
onClose: $options.handleCloseDialog,
|
|
67039
|
+
onConfirm: $options.handleConfirm
|
|
67040
|
+
}, null, 8, ["visible", "data", "disabled", "title", "type-json", "onClose", "onConfirm"])
|
|
67041
|
+
]),
|
|
67042
|
+
_: 1
|
|
67043
|
+
}, 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"]);
|
|
67044
|
+
}
|
|
67045
|
+
var LeaseTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
66416
67046
|
var index_vue_vue_type_style_index_0_scoped_true_lang$4 = "";
|
|
66417
67047
|
const _sfc_main$9 = {
|
|
66418
67048
|
name: "resolution-table-widget",
|
|
@@ -68312,6 +68942,10 @@ const loadExtension = function(app) {
|
|
|
68312
68942
|
app.component(LegalTableWidget.name, LegalTableWidget);
|
|
68313
68943
|
registerCPEditor(app, "legal-table-typeJson", "legal-table-typeJson-editor", createInputTextEditor("typeJson", "extension.setting.legalTableTypeJson"));
|
|
68314
68944
|
registerEPEditor(app, "legal-table-onOpen", "legal-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
68945
|
+
app.component(LeaseTableWidget.name, LeaseTableWidget);
|
|
68946
|
+
registerCPEditor(app, "lease-table-typeJson", "lease-table-typeJson-editor", createInputTextEditor("typeJson", "extension.setting.leaseTableTypeJson"));
|
|
68947
|
+
registerEPEditor(app, "lease-table-onOpen", "lease-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
68948
|
+
registerEPEditor(app, "lease-table-onChange", "lease-table-onChange-editor", createEventHandlerEditor("onChange", ["value", "oldValue"]));
|
|
68315
68949
|
app.component(FixedTableWidget.name, FixedTableWidget);
|
|
68316
68950
|
registerCPEditor(app, "fixed-table-typeJson", "fixed-table-typeJson-editor", createInputTextEditor("typeJson", "extension.setting.fixedTableTypeJson"));
|
|
68317
68951
|
registerCPEditor(app, "fixed-table-clickRow", "fixed-table-clickRow-editor", createBooleanEditor("clickRow", "extension.setting.fixedTableClickRow"));
|