form-custom-test 3.0.246 → 3.0.248
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 +1714 -1027
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +138 -138
- package/dist/render.es.js +1174 -510
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +90 -90
- 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
|
|
@@ -9084,16 +9089,30 @@ var fieldMixin = {
|
|
|
9084
9089
|
if (!w)
|
|
9085
9090
|
return;
|
|
9086
9091
|
if (w.formItemFlag && w.options && w.options.name) {
|
|
9087
|
-
w.options
|
|
9088
|
-
const fieldRef = this.getWidgetRef(
|
|
9089
|
-
if (
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9092
|
+
const opts = w.options;
|
|
9093
|
+
const fieldRef = this.getWidgetRef(opts.name, false);
|
|
9094
|
+
if (hiddenVal) {
|
|
9095
|
+
if (!opts.hidden) {
|
|
9096
|
+
opts._hiddenByCol = true;
|
|
9097
|
+
opts.hidden = true;
|
|
9098
|
+
if (fieldRef && typeof fieldRef.setHidden === "function") {
|
|
9099
|
+
fieldRef.setHidden(true);
|
|
9100
|
+
} else if (fieldRef && typeof fieldRef.clearFieldRules === "function") {
|
|
9101
|
+
fieldRef.clearFieldRules();
|
|
9102
|
+
}
|
|
9103
|
+
} else if (fieldRef && typeof fieldRef.clearFieldRules === "function") {
|
|
9093
9104
|
fieldRef.clearFieldRules();
|
|
9094
|
-
}
|
|
9105
|
+
}
|
|
9106
|
+
} else if (opts._hiddenByCol) {
|
|
9107
|
+
opts._hiddenByCol = false;
|
|
9108
|
+
opts.hidden = false;
|
|
9109
|
+
if (fieldRef && typeof fieldRef.setHidden === "function") {
|
|
9110
|
+
fieldRef.setHidden(false);
|
|
9111
|
+
} else if (fieldRef && typeof fieldRef.buildFieldRules === "function") {
|
|
9095
9112
|
fieldRef.buildFieldRules();
|
|
9096
9113
|
}
|
|
9114
|
+
} else if (!opts.hidden && fieldRef && typeof fieldRef.buildFieldRules === "function") {
|
|
9115
|
+
fieldRef.buildFieldRules();
|
|
9097
9116
|
}
|
|
9098
9117
|
}
|
|
9099
9118
|
if (Array.isArray(w.widgetList))
|
|
@@ -9386,7 +9405,7 @@ var fieldMixin = {
|
|
|
9386
9405
|
}
|
|
9387
9406
|
};
|
|
9388
9407
|
var buttonWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9389
|
-
const _sfc_main$
|
|
9408
|
+
const _sfc_main$1q = {
|
|
9390
9409
|
name: "button-widget",
|
|
9391
9410
|
componentName: "FieldWidget",
|
|
9392
9411
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9432,7 +9451,7 @@ const _sfc_main$1o = {
|
|
|
9432
9451
|
},
|
|
9433
9452
|
methods: {}
|
|
9434
9453
|
};
|
|
9435
|
-
function _sfc_render$
|
|
9454
|
+
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9436
9455
|
const _component_el_button = resolveComponent("el-button");
|
|
9437
9456
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
9438
9457
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -9468,13 +9487,13 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9468
9487
|
_: 1
|
|
9469
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"]);
|
|
9470
9489
|
}
|
|
9471
|
-
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"]]);
|
|
9472
9491
|
var __glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9473
9492
|
__proto__: null,
|
|
9474
9493
|
"default": buttonWidget
|
|
9475
9494
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9476
9495
|
var formItemWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9477
|
-
const _sfc_main$
|
|
9496
|
+
const _sfc_main$1p = {
|
|
9478
9497
|
name: "form-item-wrapper",
|
|
9479
9498
|
mixins: [i18n$1],
|
|
9480
9499
|
components: {
|
|
@@ -9614,15 +9633,15 @@ const _sfc_main$1n = {
|
|
|
9614
9633
|
}
|
|
9615
9634
|
}
|
|
9616
9635
|
};
|
|
9617
|
-
const _hoisted_1$
|
|
9636
|
+
const _hoisted_1$T = {
|
|
9618
9637
|
key: 0,
|
|
9619
9638
|
class: "custom-label"
|
|
9620
9639
|
};
|
|
9621
|
-
const _hoisted_2$
|
|
9640
|
+
const _hoisted_2$E = {
|
|
9622
9641
|
key: 0,
|
|
9623
9642
|
class: "field-action"
|
|
9624
9643
|
};
|
|
9625
|
-
const _hoisted_3$
|
|
9644
|
+
const _hoisted_3$z = ["title"];
|
|
9626
9645
|
const _hoisted_4$m = ["title"];
|
|
9627
9646
|
const _hoisted_5$h = ["title"];
|
|
9628
9647
|
const _hoisted_6$g = ["title"];
|
|
@@ -9632,7 +9651,7 @@ const _hoisted_7$e = {
|
|
|
9632
9651
|
};
|
|
9633
9652
|
const _hoisted_8$9 = ["title"];
|
|
9634
9653
|
const _hoisted_9$8 = { key: 0 };
|
|
9635
|
-
function _sfc_render$
|
|
9654
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9636
9655
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
9637
9656
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
9638
9657
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -9655,7 +9674,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9655
9674
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
9656
9675
|
}, {
|
|
9657
9676
|
label: withCtx(() => [
|
|
9658
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
9677
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$T, [
|
|
9659
9678
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9660
9679
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9661
9680
|
createVNode(_component_el_tooltip, {
|
|
@@ -9707,13 +9726,13 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9707
9726
|
[vShow, $props.designState === true || !$props.field.options.hidden]
|
|
9708
9727
|
]) : createCommentVNode("", true),
|
|
9709
9728
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
9710
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
9729
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$E, [
|
|
9711
9730
|
createElementVNode("i", {
|
|
9712
9731
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
9713
9732
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
9714
9733
|
}, [
|
|
9715
9734
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
9716
|
-
], 8, _hoisted_3$
|
|
9735
|
+
], 8, _hoisted_3$z),
|
|
9717
9736
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
9718
9737
|
key: 0,
|
|
9719
9738
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
@@ -9749,13 +9768,13 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9749
9768
|
], 64)) : createCommentVNode("", true)
|
|
9750
9769
|
], 2);
|
|
9751
9770
|
}
|
|
9752
|
-
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"]]);
|
|
9753
9772
|
var __glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9754
9773
|
__proto__: null,
|
|
9755
9774
|
"default": FormItemWrapper
|
|
9756
9775
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9757
9776
|
var cascaderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9758
|
-
const _sfc_main$
|
|
9777
|
+
const _sfc_main$1o = {
|
|
9759
9778
|
name: "cascader-widget",
|
|
9760
9779
|
componentName: "FieldWidget",
|
|
9761
9780
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9827,8 +9846,8 @@ const _sfc_main$1m = {
|
|
|
9827
9846
|
},
|
|
9828
9847
|
methods: {}
|
|
9829
9848
|
};
|
|
9830
|
-
const _hoisted_1$
|
|
9831
|
-
function _sfc_render$
|
|
9849
|
+
const _hoisted_1$S = { class: "full-width-input" };
|
|
9850
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9832
9851
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
9833
9852
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9834
9853
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9844,7 +9863,7 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9844
9863
|
"sub-form-row-id": $props.subFormRowId
|
|
9845
9864
|
}, {
|
|
9846
9865
|
default: withCtx(() => [
|
|
9847
|
-
createElementVNode("div", _hoisted_1$
|
|
9866
|
+
createElementVNode("div", _hoisted_1$S, [
|
|
9848
9867
|
createVNode(_component_el_cascader, {
|
|
9849
9868
|
ref: "fieldEditor",
|
|
9850
9869
|
options: $data.selectList || $props.field.options.optionItems,
|
|
@@ -9866,13 +9885,13 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9866
9885
|
_: 1
|
|
9867
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"]);
|
|
9868
9887
|
}
|
|
9869
|
-
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"]]);
|
|
9870
9889
|
var __glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9871
9890
|
__proto__: null,
|
|
9872
9891
|
"default": cascaderWidget
|
|
9873
9892
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9874
9893
|
var checkboxWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9875
|
-
const _sfc_main$
|
|
9894
|
+
const _sfc_main$1n = {
|
|
9876
9895
|
name: "checkbox-widget",
|
|
9877
9896
|
componentName: "FieldWidget",
|
|
9878
9897
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9928,7 +9947,7 @@ const _sfc_main$1l = {
|
|
|
9928
9947
|
},
|
|
9929
9948
|
methods: {}
|
|
9930
9949
|
};
|
|
9931
|
-
function _sfc_render$
|
|
9950
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9932
9951
|
const _component_el_checkbox_button = resolveComponent("el-checkbox-button");
|
|
9933
9952
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
9934
9953
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
@@ -9989,13 +10008,13 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9989
10008
|
_: 1
|
|
9990
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"]);
|
|
9991
10010
|
}
|
|
9992
|
-
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"]]);
|
|
9993
10012
|
var __glob_0_2$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9994
10013
|
__proto__: null,
|
|
9995
10014
|
"default": checkboxWidget
|
|
9996
10015
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9997
10016
|
var colorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9998
|
-
const _sfc_main$
|
|
10017
|
+
const _sfc_main$1m = {
|
|
9999
10018
|
name: "color-widget",
|
|
10000
10019
|
componentName: "FieldWidget",
|
|
10001
10020
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10050,7 +10069,7 @@ const _sfc_main$1k = {
|
|
|
10050
10069
|
},
|
|
10051
10070
|
methods: {}
|
|
10052
10071
|
};
|
|
10053
|
-
function _sfc_render$
|
|
10072
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10054
10073
|
const _component_el_color_picker = resolveComponent("el-color-picker");
|
|
10055
10074
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10056
10075
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10078,13 +10097,13 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10078
10097
|
_: 1
|
|
10079
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"]);
|
|
10080
10099
|
}
|
|
10081
|
-
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"]]);
|
|
10082
10101
|
var __glob_0_3$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10083
10102
|
__proto__: null,
|
|
10084
10103
|
"default": colorWidget
|
|
10085
10104
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10086
10105
|
var dateRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10087
|
-
const _sfc_main$
|
|
10106
|
+
const _sfc_main$1l = {
|
|
10088
10107
|
name: "date-range-widget",
|
|
10089
10108
|
componentName: "FieldWidget",
|
|
10090
10109
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10139,7 +10158,7 @@ const _sfc_main$1j = {
|
|
|
10139
10158
|
},
|
|
10140
10159
|
methods: {}
|
|
10141
10160
|
};
|
|
10142
|
-
function _sfc_render$
|
|
10161
|
+
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10143
10162
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
10144
10163
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10145
10164
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10177,13 +10196,13 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10177
10196
|
_: 1
|
|
10178
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"]);
|
|
10179
10198
|
}
|
|
10180
|
-
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"]]);
|
|
10181
10200
|
var __glob_0_4$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10182
10201
|
__proto__: null,
|
|
10183
10202
|
"default": dateRangeWidget
|
|
10184
10203
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10185
10204
|
var dateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10186
|
-
const _sfc_main$
|
|
10205
|
+
const _sfc_main$1k = {
|
|
10187
10206
|
name: "date-widget",
|
|
10188
10207
|
componentName: "FieldWidget",
|
|
10189
10208
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10238,7 +10257,7 @@ const _sfc_main$1i = {
|
|
|
10238
10257
|
},
|
|
10239
10258
|
methods: {}
|
|
10240
10259
|
};
|
|
10241
|
-
function _sfc_render$
|
|
10260
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10242
10261
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
10243
10262
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
10244
10263
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -10276,13 +10295,13 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10276
10295
|
_: 1
|
|
10277
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"]);
|
|
10278
10297
|
}
|
|
10279
|
-
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"]]);
|
|
10280
10299
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10281
10300
|
__proto__: null,
|
|
10282
10301
|
"default": dateWidget
|
|
10283
10302
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10284
10303
|
var dividerWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10285
|
-
const _sfc_main$
|
|
10304
|
+
const _sfc_main$1j = {
|
|
10286
10305
|
name: "divider-widget",
|
|
10287
10306
|
componentName: "FieldWidget",
|
|
10288
10307
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10328,7 +10347,7 @@ const _sfc_main$1h = {
|
|
|
10328
10347
|
},
|
|
10329
10348
|
methods: {}
|
|
10330
10349
|
};
|
|
10331
|
-
function _sfc_render$
|
|
10350
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10332
10351
|
const _component_el_divider = resolveComponent("el-divider");
|
|
10333
10352
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
10334
10353
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -10357,7 +10376,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10357
10376
|
_: 1
|
|
10358
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"]);
|
|
10359
10378
|
}
|
|
10360
|
-
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"]]);
|
|
10361
10380
|
var __glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10362
10381
|
__proto__: null,
|
|
10363
10382
|
"default": dividerWidget
|
|
@@ -10396,84 +10415,84 @@ var _export_sfc = (sfc, props) => {
|
|
|
10396
10415
|
}
|
|
10397
10416
|
return target;
|
|
10398
10417
|
};
|
|
10399
|
-
const _sfc_main$
|
|
10418
|
+
const _sfc_main$1i = defineComponent({
|
|
10400
10419
|
name: "ArrowDownBold"
|
|
10401
10420
|
});
|
|
10402
|
-
const _hoisted_1$
|
|
10421
|
+
const _hoisted_1$R = {
|
|
10403
10422
|
class: "icon",
|
|
10404
10423
|
width: "200",
|
|
10405
10424
|
height: "200",
|
|
10406
10425
|
viewBox: "0 0 1024 1024",
|
|
10407
10426
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10408
10427
|
};
|
|
10409
|
-
const _hoisted_2$
|
|
10428
|
+
const _hoisted_2$D = /* @__PURE__ */ createElementVNode("path", {
|
|
10410
10429
|
fill: "currentColor",
|
|
10411
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"
|
|
10412
10431
|
}, null, -1);
|
|
10413
|
-
const _hoisted_3$
|
|
10414
|
-
_hoisted_2$
|
|
10432
|
+
const _hoisted_3$y = [
|
|
10433
|
+
_hoisted_2$D
|
|
10415
10434
|
];
|
|
10416
|
-
function _sfc_render$
|
|
10417
|
-
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);
|
|
10418
10437
|
}
|
|
10419
|
-
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10420
|
-
const _sfc_main$
|
|
10438
|
+
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i]]);
|
|
10439
|
+
const _sfc_main$1h = defineComponent({
|
|
10421
10440
|
name: "ArrowDown"
|
|
10422
10441
|
});
|
|
10423
|
-
const _hoisted_1$
|
|
10442
|
+
const _hoisted_1$Q = {
|
|
10424
10443
|
class: "icon",
|
|
10425
10444
|
width: "200",
|
|
10426
10445
|
height: "200",
|
|
10427
10446
|
viewBox: "0 0 1024 1024",
|
|
10428
10447
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10429
10448
|
};
|
|
10430
|
-
const _hoisted_2$
|
|
10449
|
+
const _hoisted_2$C = /* @__PURE__ */ createElementVNode("path", {
|
|
10431
10450
|
fill: "currentColor",
|
|
10432
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"
|
|
10433
10452
|
}, null, -1);
|
|
10434
|
-
const _hoisted_3$
|
|
10435
|
-
_hoisted_2$
|
|
10453
|
+
const _hoisted_3$x = [
|
|
10454
|
+
_hoisted_2$C
|
|
10436
10455
|
];
|
|
10437
|
-
function _sfc_render$
|
|
10438
|
-
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);
|
|
10439
10458
|
}
|
|
10440
|
-
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10441
|
-
const _sfc_main$
|
|
10459
|
+
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h]]);
|
|
10460
|
+
const _sfc_main$1g = defineComponent({
|
|
10442
10461
|
name: "ArrowUp"
|
|
10443
10462
|
});
|
|
10444
|
-
const _hoisted_1$
|
|
10463
|
+
const _hoisted_1$P = {
|
|
10445
10464
|
class: "icon",
|
|
10446
10465
|
width: "200",
|
|
10447
10466
|
height: "200",
|
|
10448
10467
|
viewBox: "0 0 1024 1024",
|
|
10449
10468
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10450
10469
|
};
|
|
10451
|
-
const _hoisted_2$
|
|
10470
|
+
const _hoisted_2$B = /* @__PURE__ */ createElementVNode("path", {
|
|
10452
10471
|
fill: "currentColor",
|
|
10453
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"
|
|
10454
10473
|
}, null, -1);
|
|
10455
|
-
const _hoisted_3$
|
|
10456
|
-
_hoisted_2$
|
|
10474
|
+
const _hoisted_3$w = [
|
|
10475
|
+
_hoisted_2$B
|
|
10457
10476
|
];
|
|
10458
|
-
function _sfc_render$
|
|
10459
|
-
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);
|
|
10460
10479
|
}
|
|
10461
|
-
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10462
|
-
const _sfc_main$
|
|
10480
|
+
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
|
|
10481
|
+
const _sfc_main$1f = defineComponent({
|
|
10463
10482
|
name: "CirclePlus"
|
|
10464
10483
|
});
|
|
10465
|
-
const _hoisted_1$
|
|
10484
|
+
const _hoisted_1$O = {
|
|
10466
10485
|
class: "icon",
|
|
10467
10486
|
width: "200",
|
|
10468
10487
|
height: "200",
|
|
10469
10488
|
viewBox: "0 0 1024 1024",
|
|
10470
10489
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10471
10490
|
};
|
|
10472
|
-
const _hoisted_2$
|
|
10491
|
+
const _hoisted_2$A = /* @__PURE__ */ createElementVNode("path", {
|
|
10473
10492
|
fill: "currentColor",
|
|
10474
10493
|
d: "M352 480h320a32 32 0 110 64H352a32 32 0 010-64z"
|
|
10475
10494
|
}, null, -1);
|
|
10476
|
-
const _hoisted_3$
|
|
10495
|
+
const _hoisted_3$v = /* @__PURE__ */ createElementVNode("path", {
|
|
10477
10496
|
fill: "currentColor",
|
|
10478
10497
|
d: "M480 672V352a32 32 0 1164 0v320a32 32 0 01-64 0z"
|
|
10479
10498
|
}, null, -1);
|
|
@@ -10482,166 +10501,166 @@ const _hoisted_4$l = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10482
10501
|
d: "M512 896a384 384 0 100-768 384 384 0 000 768zm0 64a448 448 0 110-896 448 448 0 010 896z"
|
|
10483
10502
|
}, null, -1);
|
|
10484
10503
|
const _hoisted_5$g = [
|
|
10485
|
-
_hoisted_2$
|
|
10486
|
-
_hoisted_3$
|
|
10504
|
+
_hoisted_2$A,
|
|
10505
|
+
_hoisted_3$v,
|
|
10487
10506
|
_hoisted_4$l
|
|
10488
10507
|
];
|
|
10489
|
-
function _sfc_render$
|
|
10490
|
-
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);
|
|
10491
10510
|
}
|
|
10492
|
-
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10493
|
-
const _sfc_main$
|
|
10511
|
+
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
|
|
10512
|
+
const _sfc_main$1e = defineComponent({
|
|
10494
10513
|
name: "Delete"
|
|
10495
10514
|
});
|
|
10496
|
-
const _hoisted_1$
|
|
10515
|
+
const _hoisted_1$N = {
|
|
10497
10516
|
class: "icon",
|
|
10498
10517
|
width: "200",
|
|
10499
10518
|
height: "200",
|
|
10500
10519
|
viewBox: "0 0 1024 1024",
|
|
10501
10520
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10502
10521
|
};
|
|
10503
|
-
const _hoisted_2$
|
|
10522
|
+
const _hoisted_2$z = /* @__PURE__ */ createElementVNode("path", {
|
|
10504
10523
|
fill: "currentColor",
|
|
10505
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"
|
|
10506
10525
|
}, null, -1);
|
|
10507
|
-
const _hoisted_3$
|
|
10508
|
-
_hoisted_2$
|
|
10526
|
+
const _hoisted_3$u = [
|
|
10527
|
+
_hoisted_2$z
|
|
10509
10528
|
];
|
|
10510
|
-
function _sfc_render$
|
|
10511
|
-
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);
|
|
10512
10531
|
}
|
|
10513
|
-
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10514
|
-
const _sfc_main$
|
|
10532
|
+
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
|
|
10533
|
+
const _sfc_main$1d = defineComponent({
|
|
10515
10534
|
name: "Edit"
|
|
10516
10535
|
});
|
|
10517
|
-
const _hoisted_1$
|
|
10536
|
+
const _hoisted_1$M = {
|
|
10518
10537
|
class: "icon",
|
|
10519
10538
|
width: "200",
|
|
10520
10539
|
height: "200",
|
|
10521
10540
|
viewBox: "0 0 1024 1024",
|
|
10522
10541
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10523
10542
|
};
|
|
10524
|
-
const _hoisted_2$
|
|
10543
|
+
const _hoisted_2$y = /* @__PURE__ */ createElementVNode("path", {
|
|
10525
10544
|
fill: "currentColor",
|
|
10526
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"
|
|
10527
10546
|
}, null, -1);
|
|
10528
|
-
const _hoisted_3$
|
|
10547
|
+
const _hoisted_3$t = /* @__PURE__ */ createElementVNode("path", {
|
|
10529
10548
|
fill: "currentColor",
|
|
10530
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"
|
|
10531
10550
|
}, null, -1);
|
|
10532
10551
|
const _hoisted_4$k = [
|
|
10533
|
-
_hoisted_2$
|
|
10534
|
-
_hoisted_3$
|
|
10552
|
+
_hoisted_2$y,
|
|
10553
|
+
_hoisted_3$t
|
|
10535
10554
|
];
|
|
10536
|
-
function _sfc_render$
|
|
10537
|
-
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);
|
|
10538
10557
|
}
|
|
10539
|
-
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10540
|
-
const _sfc_main$
|
|
10558
|
+
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
|
|
10559
|
+
const _sfc_main$1c = defineComponent({
|
|
10541
10560
|
name: "InfoFilled"
|
|
10542
10561
|
});
|
|
10543
|
-
const _hoisted_1$
|
|
10562
|
+
const _hoisted_1$L = {
|
|
10544
10563
|
class: "icon",
|
|
10545
10564
|
width: "200",
|
|
10546
10565
|
height: "200",
|
|
10547
10566
|
viewBox: "0 0 1024 1024",
|
|
10548
10567
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10549
10568
|
};
|
|
10550
|
-
const _hoisted_2$
|
|
10569
|
+
const _hoisted_2$x = /* @__PURE__ */ createElementVNode("path", {
|
|
10551
10570
|
fill: "currentColor",
|
|
10552
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"
|
|
10553
10572
|
}, null, -1);
|
|
10554
|
-
const _hoisted_3$
|
|
10555
|
-
_hoisted_2$
|
|
10573
|
+
const _hoisted_3$s = [
|
|
10574
|
+
_hoisted_2$x
|
|
10556
10575
|
];
|
|
10557
|
-
function _sfc_render$
|
|
10558
|
-
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);
|
|
10559
10578
|
}
|
|
10560
|
-
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10561
|
-
const _sfc_main$
|
|
10579
|
+
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
|
|
10580
|
+
const _sfc_main$1b = defineComponent({
|
|
10562
10581
|
name: "Loading"
|
|
10563
10582
|
});
|
|
10564
|
-
const _hoisted_1$
|
|
10583
|
+
const _hoisted_1$K = {
|
|
10565
10584
|
class: "icon",
|
|
10566
10585
|
width: "200",
|
|
10567
10586
|
height: "200",
|
|
10568
10587
|
viewBox: "0 0 1024 1024",
|
|
10569
10588
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10570
10589
|
};
|
|
10571
|
-
const _hoisted_2$
|
|
10590
|
+
const _hoisted_2$w = /* @__PURE__ */ createElementVNode("path", {
|
|
10572
10591
|
fill: "currentColor",
|
|
10573
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"
|
|
10574
10593
|
}, null, -1);
|
|
10575
|
-
const _hoisted_3$
|
|
10576
|
-
_hoisted_2$
|
|
10594
|
+
const _hoisted_3$r = [
|
|
10595
|
+
_hoisted_2$w
|
|
10577
10596
|
];
|
|
10578
|
-
function _sfc_render$
|
|
10579
|
-
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);
|
|
10580
10599
|
}
|
|
10581
|
-
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10582
|
-
const _sfc_main$
|
|
10600
|
+
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
10601
|
+
const _sfc_main$1a = defineComponent({
|
|
10583
10602
|
name: "Minus"
|
|
10584
10603
|
});
|
|
10585
|
-
const _hoisted_1$
|
|
10604
|
+
const _hoisted_1$J = {
|
|
10586
10605
|
class: "icon",
|
|
10587
10606
|
width: "200",
|
|
10588
10607
|
height: "200",
|
|
10589
10608
|
viewBox: "0 0 1024 1024",
|
|
10590
10609
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10591
10610
|
};
|
|
10592
|
-
const _hoisted_2$
|
|
10611
|
+
const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
|
|
10593
10612
|
fill: "currentColor",
|
|
10594
10613
|
d: "M128 544h768a32 32 0 100-64H128a32 32 0 000 64z"
|
|
10595
10614
|
}, null, -1);
|
|
10596
|
-
const _hoisted_3$
|
|
10597
|
-
_hoisted_2$
|
|
10615
|
+
const _hoisted_3$q = [
|
|
10616
|
+
_hoisted_2$v
|
|
10598
10617
|
];
|
|
10599
|
-
function _sfc_render$
|
|
10600
|
-
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);
|
|
10601
10620
|
}
|
|
10602
|
-
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10603
|
-
const _sfc_main$
|
|
10621
|
+
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
|
|
10622
|
+
const _sfc_main$19 = defineComponent({
|
|
10604
10623
|
name: "Plus"
|
|
10605
10624
|
});
|
|
10606
|
-
const _hoisted_1$
|
|
10625
|
+
const _hoisted_1$I = {
|
|
10607
10626
|
class: "icon",
|
|
10608
10627
|
width: "200",
|
|
10609
10628
|
height: "200",
|
|
10610
10629
|
viewBox: "0 0 1024 1024",
|
|
10611
10630
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10612
10631
|
};
|
|
10613
|
-
const _hoisted_2$
|
|
10632
|
+
const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
|
|
10614
10633
|
fill: "currentColor",
|
|
10615
10634
|
d: "M480 480V128a32 32 0 0164 0v352h352a32 32 0 110 64H544v352a32 32 0 11-64 0V544H128a32 32 0 010-64h352z"
|
|
10616
10635
|
}, null, -1);
|
|
10617
|
-
const _hoisted_3$
|
|
10618
|
-
_hoisted_2$
|
|
10636
|
+
const _hoisted_3$p = [
|
|
10637
|
+
_hoisted_2$u
|
|
10619
10638
|
];
|
|
10620
|
-
function _sfc_render$
|
|
10621
|
-
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);
|
|
10622
10641
|
}
|
|
10623
|
-
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10624
|
-
const _sfc_main$
|
|
10642
|
+
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
|
|
10643
|
+
const _sfc_main$18 = defineComponent({
|
|
10625
10644
|
name: "Search"
|
|
10626
10645
|
});
|
|
10627
|
-
const _hoisted_1$
|
|
10646
|
+
const _hoisted_1$H = {
|
|
10628
10647
|
class: "icon",
|
|
10629
10648
|
width: "200",
|
|
10630
10649
|
height: "200",
|
|
10631
10650
|
viewBox: "0 0 1024 1024",
|
|
10632
10651
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10633
10652
|
};
|
|
10634
|
-
const _hoisted_2$
|
|
10653
|
+
const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
|
|
10635
10654
|
fill: "currentColor",
|
|
10636
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"
|
|
10637
10656
|
}, null, -1);
|
|
10638
|
-
const _hoisted_3$
|
|
10639
|
-
_hoisted_2$
|
|
10657
|
+
const _hoisted_3$o = [
|
|
10658
|
+
_hoisted_2$t
|
|
10640
10659
|
];
|
|
10641
|
-
function _sfc_render$
|
|
10642
|
-
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);
|
|
10643
10662
|
}
|
|
10644
|
-
var search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10663
|
+
var search = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
|
|
10645
10664
|
var defaultConfig = {
|
|
10646
10665
|
expireTimes: "1d",
|
|
10647
10666
|
path: "; path=/",
|
|
@@ -10770,7 +10789,7 @@ var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf
|
|
|
10770
10789
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10771
10790
|
useCookies();
|
|
10772
10791
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
10773
|
-
const _sfc_main$
|
|
10792
|
+
const _sfc_main$17 = {
|
|
10774
10793
|
name: "file-upload-widget",
|
|
10775
10794
|
componentName: "FieldWidget",
|
|
10776
10795
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11174,12 +11193,12 @@ const _sfc_main$15 = {
|
|
|
11174
11193
|
}
|
|
11175
11194
|
}
|
|
11176
11195
|
};
|
|
11177
|
-
const _hoisted_1$
|
|
11178
|
-
const _hoisted_2$
|
|
11196
|
+
const _hoisted_1$G = { class: "file-upload-widget-container" };
|
|
11197
|
+
const _hoisted_2$s = {
|
|
11179
11198
|
key: 0,
|
|
11180
11199
|
class: "no-data-wrap"
|
|
11181
11200
|
};
|
|
11182
|
-
const _hoisted_3$
|
|
11201
|
+
const _hoisted_3$n = {
|
|
11183
11202
|
key: 0,
|
|
11184
11203
|
class: "el-upload__tip"
|
|
11185
11204
|
};
|
|
@@ -11193,7 +11212,7 @@ const _hoisted_10$5 = { class: "right-wrap" };
|
|
|
11193
11212
|
const _hoisted_11$3 = ["title", "onClick"];
|
|
11194
11213
|
const _hoisted_12$2 = ["onClick"];
|
|
11195
11214
|
const _hoisted_13$2 = ["onClick"];
|
|
11196
|
-
function _sfc_render$
|
|
11215
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11197
11216
|
const _component_el_button = resolveComponent("el-button");
|
|
11198
11217
|
const _component_el_upload = resolveComponent("el-upload");
|
|
11199
11218
|
const _component_el_progress = resolveComponent("el-progress");
|
|
@@ -11211,8 +11230,8 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11211
11230
|
"sub-form-row-id": $props.subFormRowId
|
|
11212
11231
|
}, {
|
|
11213
11232
|
default: withCtx(() => [
|
|
11214
|
-
createElementVNode("div", _hoisted_1$
|
|
11215
|
-
_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),
|
|
11216
11235
|
createVNode(_component_el_upload, {
|
|
11217
11236
|
ref: "fieldEditor",
|
|
11218
11237
|
disabled: _ctx.getDisabled(),
|
|
@@ -11234,7 +11253,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11234
11253
|
"on-progress": $options.handleProgress
|
|
11235
11254
|
}, createSlots({
|
|
11236
11255
|
tip: withCtx(() => [
|
|
11237
|
-
!!$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)
|
|
11238
11257
|
]),
|
|
11239
11258
|
file: withCtx(({ file }) => [
|
|
11240
11259
|
createElementVNode("div", _hoisted_6$f, [
|
|
@@ -11311,13 +11330,13 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11311
11330
|
_: 1
|
|
11312
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"]);
|
|
11313
11332
|
}
|
|
11314
|
-
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"]]);
|
|
11315
11334
|
var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11316
11335
|
__proto__: null,
|
|
11317
11336
|
"default": fileUploadWidget
|
|
11318
11337
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11319
11338
|
var htmlTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11320
|
-
const _sfc_main$
|
|
11339
|
+
const _sfc_main$16 = {
|
|
11321
11340
|
name: "html-text-widget",
|
|
11322
11341
|
componentName: "FieldWidget",
|
|
11323
11342
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11363,8 +11382,8 @@ const _sfc_main$14 = {
|
|
|
11363
11382
|
},
|
|
11364
11383
|
methods: {}
|
|
11365
11384
|
};
|
|
11366
|
-
const _hoisted_1$
|
|
11367
|
-
function _sfc_render$
|
|
11385
|
+
const _hoisted_1$F = ["innerHTML"];
|
|
11386
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11368
11387
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
11369
11388
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
11370
11389
|
designer: $props.designer,
|
|
@@ -11381,19 +11400,19 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11381
11400
|
createElementVNode("div", {
|
|
11382
11401
|
ref: "fieldEditor",
|
|
11383
11402
|
innerHTML: $props.field.options.htmlContent
|
|
11384
|
-
}, null, 8, _hoisted_1$
|
|
11403
|
+
}, null, 8, _hoisted_1$F)
|
|
11385
11404
|
]),
|
|
11386
11405
|
_: 1
|
|
11387
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"]);
|
|
11388
11407
|
}
|
|
11389
|
-
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"]]);
|
|
11390
11409
|
var __glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11391
11410
|
__proto__: null,
|
|
11392
11411
|
"default": htmlTextWidget
|
|
11393
11412
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11394
11413
|
var inputWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11395
11414
|
var inputWidget_vue_vue_type_style_index_1_lang = "";
|
|
11396
|
-
const _sfc_main$
|
|
11415
|
+
const _sfc_main$15 = {
|
|
11397
11416
|
name: "input-widget",
|
|
11398
11417
|
componentName: "FieldWidget",
|
|
11399
11418
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11459,8 +11478,8 @@ const _sfc_main$13 = {
|
|
|
11459
11478
|
},
|
|
11460
11479
|
methods: {}
|
|
11461
11480
|
};
|
|
11462
|
-
const _hoisted_1$
|
|
11463
|
-
function _sfc_render$
|
|
11481
|
+
const _hoisted_1$E = { class: "input-disabled-tooltip-wrap" };
|
|
11482
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11464
11483
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11465
11484
|
const _component_el_button = resolveComponent("el-button");
|
|
11466
11485
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -11487,7 +11506,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11487
11506
|
"popper-class": "input-disabled-tooltip-popper"
|
|
11488
11507
|
}, {
|
|
11489
11508
|
default: withCtx(() => [
|
|
11490
|
-
createElementVNode("span", _hoisted_1$
|
|
11509
|
+
createElementVNode("span", _hoisted_1$E, [
|
|
11491
11510
|
createVNode(_component_el_input, {
|
|
11492
11511
|
ref: "fieldEditor",
|
|
11493
11512
|
modelValue: $data.fieldModel,
|
|
@@ -11536,13 +11555,13 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11536
11555
|
_: 1
|
|
11537
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"]);
|
|
11538
11557
|
}
|
|
11539
|
-
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"]]);
|
|
11540
11559
|
var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11541
11560
|
__proto__: null,
|
|
11542
11561
|
"default": inputWidget
|
|
11543
11562
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11544
11563
|
var numberWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11545
|
-
const _sfc_main$
|
|
11564
|
+
const _sfc_main$14 = {
|
|
11546
11565
|
name: "number-widget",
|
|
11547
11566
|
componentName: "FieldWidget",
|
|
11548
11567
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11597,7 +11616,7 @@ const _sfc_main$12 = {
|
|
|
11597
11616
|
},
|
|
11598
11617
|
methods: {}
|
|
11599
11618
|
};
|
|
11600
|
-
function _sfc_render$
|
|
11619
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11601
11620
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
11602
11621
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
11603
11622
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -11634,13 +11653,13 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11634
11653
|
_: 1
|
|
11635
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"]);
|
|
11636
11655
|
}
|
|
11637
|
-
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"]]);
|
|
11638
11657
|
var __glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11639
11658
|
__proto__: null,
|
|
11640
11659
|
"default": numberWidget
|
|
11641
11660
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11642
11661
|
var pictureUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11643
|
-
const _sfc_main$
|
|
11662
|
+
const _sfc_main$13 = {
|
|
11644
11663
|
name: "picture-upload-widget",
|
|
11645
11664
|
componentName: "FieldWidget",
|
|
11646
11665
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11837,12 +11856,12 @@ const _sfc_main$11 = {
|
|
|
11837
11856
|
}
|
|
11838
11857
|
}
|
|
11839
11858
|
};
|
|
11840
|
-
const _hoisted_1$
|
|
11841
|
-
const _hoisted_2$
|
|
11859
|
+
const _hoisted_1$D = { class: "el-upload-list__item-status-label" };
|
|
11860
|
+
const _hoisted_2$r = {
|
|
11842
11861
|
class: "el-icon--upload-success",
|
|
11843
11862
|
style: { "color": "#FFF" }
|
|
11844
11863
|
};
|
|
11845
|
-
const _hoisted_3$
|
|
11864
|
+
const _hoisted_3$m = { class: "el-upload-list__item-actions" };
|
|
11846
11865
|
const _hoisted_4$i = ["onClick"];
|
|
11847
11866
|
const _hoisted_5$e = ["onClick"];
|
|
11848
11867
|
const _hoisted_6$e = {
|
|
@@ -11850,7 +11869,7 @@ const _hoisted_6$e = {
|
|
|
11850
11869
|
class: "el-upload__tip"
|
|
11851
11870
|
};
|
|
11852
11871
|
const _hoisted_7$c = { class: "uploader-icon" };
|
|
11853
|
-
function _sfc_render$
|
|
11872
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11854
11873
|
const _component_el_image = resolveComponent("el-image");
|
|
11855
11874
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11856
11875
|
const _component_el_upload = resolveComponent("el-upload");
|
|
@@ -11898,15 +11917,15 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11898
11917
|
fit: "cover",
|
|
11899
11918
|
"preview-teleported": ""
|
|
11900
11919
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
11901
|
-
createElementVNode("label", _hoisted_1$
|
|
11902
|
-
createElementVNode("i", _hoisted_2$
|
|
11920
|
+
createElementVNode("label", _hoisted_1$D, [
|
|
11921
|
+
createElementVNode("i", _hoisted_2$r, [
|
|
11903
11922
|
createVNode(_component_svg_icon, {
|
|
11904
11923
|
class: "",
|
|
11905
11924
|
"icon-class": "el-check"
|
|
11906
11925
|
})
|
|
11907
11926
|
])
|
|
11908
11927
|
]),
|
|
11909
|
-
createElementVNode("span", _hoisted_3$
|
|
11928
|
+
createElementVNode("span", _hoisted_3$m, [
|
|
11910
11929
|
createElementVNode("span", {
|
|
11911
11930
|
class: "el-upload-list__item-preview",
|
|
11912
11931
|
onClick: ($event) => $options.handlePictureCardPreview(file)
|
|
@@ -11935,13 +11954,13 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11935
11954
|
_: 1
|
|
11936
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"]);
|
|
11937
11956
|
}
|
|
11938
|
-
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"]]);
|
|
11939
11958
|
var __glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11940
11959
|
__proto__: null,
|
|
11941
11960
|
"default": pictureUploadWidget
|
|
11942
11961
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11943
11962
|
var radioWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11944
|
-
const _sfc_main$
|
|
11963
|
+
const _sfc_main$12 = {
|
|
11945
11964
|
name: "radio-widget",
|
|
11946
11965
|
componentName: "FieldWidget",
|
|
11947
11966
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11997,7 +12016,7 @@ const _sfc_main$10 = {
|
|
|
11997
12016
|
},
|
|
11998
12017
|
methods: {}
|
|
11999
12018
|
};
|
|
12000
|
-
function _sfc_render$
|
|
12019
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12001
12020
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
12002
12021
|
const _component_el_radio = resolveComponent("el-radio");
|
|
12003
12022
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
@@ -12059,13 +12078,13 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12059
12078
|
_: 1
|
|
12060
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"]);
|
|
12061
12080
|
}
|
|
12062
|
-
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"]]);
|
|
12063
12082
|
var __glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12064
12083
|
__proto__: null,
|
|
12065
12084
|
"default": radioWidget
|
|
12066
12085
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
12067
12086
|
var rateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12068
|
-
const _sfc_main
|
|
12087
|
+
const _sfc_main$11 = {
|
|
12069
12088
|
name: "rate-widget",
|
|
12070
12089
|
componentName: "FieldWidget",
|
|
12071
12090
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -12120,7 +12139,7 @@ const _sfc_main$$ = {
|
|
|
12120
12139
|
},
|
|
12121
12140
|
methods: {}
|
|
12122
12141
|
};
|
|
12123
|
-
function _sfc_render
|
|
12142
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12124
12143
|
const _component_el_rate = resolveComponent("el-rate");
|
|
12125
12144
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
12126
12145
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -12153,7 +12172,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12153
12172
|
_: 1
|
|
12154
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"]);
|
|
12155
12174
|
}
|
|
12156
|
-
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"]]);
|
|
12157
12176
|
var __glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12158
12177
|
__proto__: null,
|
|
12159
12178
|
"default": rateWidget
|
|
@@ -23489,7 +23508,7 @@ const defaultOptions = {
|
|
|
23489
23508
|
placeholder: "Insert content here ...",
|
|
23490
23509
|
readOnly: false
|
|
23491
23510
|
};
|
|
23492
|
-
const _sfc_main$
|
|
23511
|
+
const _sfc_main$10 = {
|
|
23493
23512
|
name: "quill-editor",
|
|
23494
23513
|
props: {
|
|
23495
23514
|
content: String,
|
|
@@ -23593,16 +23612,16 @@ const _sfc_main$_ = {
|
|
|
23593
23612
|
return { editor };
|
|
23594
23613
|
}
|
|
23595
23614
|
};
|
|
23596
|
-
const _hoisted_1$
|
|
23597
|
-
function _sfc_render$
|
|
23598
|
-
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);
|
|
23599
23618
|
}
|
|
23600
|
-
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23619
|
+
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
23601
23620
|
quillEditor.install = function(app) {
|
|
23602
23621
|
app.component(quillEditor.name, quillEditor);
|
|
23603
23622
|
};
|
|
23604
23623
|
var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23605
|
-
const _sfc_main
|
|
23624
|
+
const _sfc_main$$ = {
|
|
23606
23625
|
name: "rich-editor-widget",
|
|
23607
23626
|
componentName: "FieldWidget",
|
|
23608
23627
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23681,7 +23700,7 @@ const _sfc_main$Z = {
|
|
|
23681
23700
|
}
|
|
23682
23701
|
}
|
|
23683
23702
|
};
|
|
23684
|
-
function _sfc_render
|
|
23703
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23685
23704
|
const _component_quill_editor = resolveComponent("quill-editor");
|
|
23686
23705
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23687
23706
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23713,12 +23732,12 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23713
23732
|
_: 1
|
|
23714
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"]);
|
|
23715
23734
|
}
|
|
23716
|
-
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main
|
|
23735
|
+
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-6f719fd1"]]);
|
|
23717
23736
|
var __glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23718
23737
|
__proto__: null,
|
|
23719
23738
|
"default": richEditorWidget
|
|
23720
23739
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23721
|
-
const _sfc_main$
|
|
23740
|
+
const _sfc_main$_ = {
|
|
23722
23741
|
name: "select-tree-widget",
|
|
23723
23742
|
componentName: "FieldWidget",
|
|
23724
23743
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23790,7 +23809,7 @@ const _sfc_main$Y = {
|
|
|
23790
23809
|
this.unregisterFromRefList();
|
|
23791
23810
|
}
|
|
23792
23811
|
};
|
|
23793
|
-
function _sfc_render$
|
|
23812
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23794
23813
|
const _component_el_tree_select = resolveComponent("el-tree-select");
|
|
23795
23814
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23796
23815
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23838,13 +23857,13 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23838
23857
|
_: 1
|
|
23839
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"]);
|
|
23840
23859
|
}
|
|
23841
|
-
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23860
|
+
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
23842
23861
|
var __glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23843
23862
|
__proto__: null,
|
|
23844
23863
|
"default": selectTreeWidget
|
|
23845
23864
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23846
23865
|
var selectWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23847
|
-
const _sfc_main$
|
|
23866
|
+
const _sfc_main$Z = {
|
|
23848
23867
|
name: "select-widget",
|
|
23849
23868
|
componentName: "FieldWidget",
|
|
23850
23869
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23923,7 +23942,7 @@ const _sfc_main$X = {
|
|
|
23923
23942
|
}
|
|
23924
23943
|
}
|
|
23925
23944
|
};
|
|
23926
|
-
function _sfc_render$
|
|
23945
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23927
23946
|
const _component_el_option = resolveComponent("el-option");
|
|
23928
23947
|
const _component_el_select = resolveComponent("el-select");
|
|
23929
23948
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -23977,13 +23996,13 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23977
23996
|
_: 1
|
|
23978
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"]);
|
|
23979
23998
|
}
|
|
23980
|
-
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"]]);
|
|
23981
24000
|
var __glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23982
24001
|
__proto__: null,
|
|
23983
24002
|
"default": selectWidget
|
|
23984
24003
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23985
24004
|
var sliderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23986
|
-
const _sfc_main$
|
|
24005
|
+
const _sfc_main$Y = {
|
|
23987
24006
|
name: "slider-widget",
|
|
23988
24007
|
componentName: "FieldWidget",
|
|
23989
24008
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24038,7 +24057,7 @@ const _sfc_main$W = {
|
|
|
24038
24057
|
},
|
|
24039
24058
|
methods: {}
|
|
24040
24059
|
};
|
|
24041
|
-
function _sfc_render$
|
|
24060
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24042
24061
|
const _component_el_slider = resolveComponent("el-slider");
|
|
24043
24062
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24044
24063
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24071,13 +24090,13 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24071
24090
|
_: 1
|
|
24072
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"]);
|
|
24073
24092
|
}
|
|
24074
|
-
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"]]);
|
|
24075
24094
|
var __glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24076
24095
|
__proto__: null,
|
|
24077
24096
|
"default": sliderWidget
|
|
24078
24097
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24079
24098
|
var slotWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24080
|
-
const _sfc_main$
|
|
24099
|
+
const _sfc_main$X = {
|
|
24081
24100
|
name: "slot-widget",
|
|
24082
24101
|
componentName: "FieldWidget",
|
|
24083
24102
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24123,11 +24142,11 @@ const _sfc_main$V = {
|
|
|
24123
24142
|
},
|
|
24124
24143
|
methods: {}
|
|
24125
24144
|
};
|
|
24126
|
-
const _hoisted_1$
|
|
24145
|
+
const _hoisted_1$B = {
|
|
24127
24146
|
key: 0,
|
|
24128
24147
|
class: "slot-title"
|
|
24129
24148
|
};
|
|
24130
|
-
function _sfc_render$
|
|
24149
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24131
24150
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
24132
24151
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
24133
24152
|
designer: $props.designer,
|
|
@@ -24145,19 +24164,19 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24145
24164
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
24146
24165
|
}, [
|
|
24147
24166
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
24148
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
24167
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$B, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
24149
24168
|
], 2)
|
|
24150
24169
|
]),
|
|
24151
24170
|
_: 3
|
|
24152
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"]);
|
|
24153
24172
|
}
|
|
24154
|
-
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"]]);
|
|
24155
24174
|
var __glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24156
24175
|
__proto__: null,
|
|
24157
24176
|
"default": slotWidget
|
|
24158
24177
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24159
24178
|
var staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24160
|
-
const _sfc_main$
|
|
24179
|
+
const _sfc_main$W = {
|
|
24161
24180
|
name: "static-text-widget",
|
|
24162
24181
|
componentName: "FieldWidget",
|
|
24163
24182
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24243,7 +24262,7 @@ const _sfc_main$U = {
|
|
|
24243
24262
|
}
|
|
24244
24263
|
}
|
|
24245
24264
|
};
|
|
24246
|
-
function _sfc_render$
|
|
24265
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24247
24266
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24248
24267
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
24249
24268
|
designer: $props.designer,
|
|
@@ -24270,13 +24289,13 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24270
24289
|
_: 1
|
|
24271
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"]);
|
|
24272
24291
|
}
|
|
24273
|
-
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"]]);
|
|
24274
24293
|
var __glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24275
24294
|
__proto__: null,
|
|
24276
24295
|
"default": staticTextWidget
|
|
24277
24296
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24278
24297
|
var switchWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24279
|
-
const _sfc_main$
|
|
24298
|
+
const _sfc_main$V = {
|
|
24280
24299
|
name: "switch-widget",
|
|
24281
24300
|
componentName: "FieldWidget",
|
|
24282
24301
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24331,7 +24350,7 @@ const _sfc_main$T = {
|
|
|
24331
24350
|
},
|
|
24332
24351
|
methods: {}
|
|
24333
24352
|
};
|
|
24334
|
-
function _sfc_render$
|
|
24353
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24335
24354
|
const _component_el_switch = resolveComponent("el-switch");
|
|
24336
24355
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24337
24356
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24363,13 +24382,13 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24363
24382
|
_: 1
|
|
24364
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"]);
|
|
24365
24384
|
}
|
|
24366
|
-
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"]]);
|
|
24367
24386
|
var __glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24368
24387
|
__proto__: null,
|
|
24369
24388
|
"default": switchWidget
|
|
24370
24389
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24371
24390
|
var textareaWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24372
|
-
const _sfc_main$
|
|
24391
|
+
const _sfc_main$U = {
|
|
24373
24392
|
name: "textarea-widget",
|
|
24374
24393
|
componentName: "FieldWidget",
|
|
24375
24394
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24424,7 +24443,7 @@ const _sfc_main$S = {
|
|
|
24424
24443
|
},
|
|
24425
24444
|
methods: {}
|
|
24426
24445
|
};
|
|
24427
|
-
function _sfc_render$
|
|
24446
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24428
24447
|
const _component_el_input = resolveComponent("el-input");
|
|
24429
24448
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24430
24449
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24462,13 +24481,13 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24462
24481
|
_: 1
|
|
24463
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"]);
|
|
24464
24483
|
}
|
|
24465
|
-
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"]]);
|
|
24466
24485
|
var __glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24467
24486
|
__proto__: null,
|
|
24468
24487
|
"default": textareaWidget
|
|
24469
24488
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24470
24489
|
var timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24471
|
-
const _sfc_main$
|
|
24490
|
+
const _sfc_main$T = {
|
|
24472
24491
|
name: "time-range-widget",
|
|
24473
24492
|
componentName: "FieldWidget",
|
|
24474
24493
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24523,7 +24542,7 @@ const _sfc_main$R = {
|
|
|
24523
24542
|
},
|
|
24524
24543
|
methods: {}
|
|
24525
24544
|
};
|
|
24526
|
-
function _sfc_render$
|
|
24545
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24527
24546
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24528
24547
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24529
24548
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24566,13 +24585,13 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24566
24585
|
_: 1
|
|
24567
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"]);
|
|
24568
24587
|
}
|
|
24569
|
-
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"]]);
|
|
24570
24589
|
var __glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24571
24590
|
__proto__: null,
|
|
24572
24591
|
"default": timeRangeWidget
|
|
24573
24592
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24574
24593
|
var timeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24575
|
-
const _sfc_main$
|
|
24594
|
+
const _sfc_main$S = {
|
|
24576
24595
|
name: "time-widget",
|
|
24577
24596
|
componentName: "FieldWidget",
|
|
24578
24597
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24627,7 +24646,7 @@ const _sfc_main$Q = {
|
|
|
24627
24646
|
},
|
|
24628
24647
|
methods: {}
|
|
24629
24648
|
};
|
|
24630
|
-
function _sfc_render$
|
|
24649
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24631
24650
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24632
24651
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24633
24652
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24664,7 +24683,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24664
24683
|
_: 1
|
|
24665
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"]);
|
|
24666
24685
|
}
|
|
24667
|
-
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"]]);
|
|
24668
24687
|
var __glob_0_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24669
24688
|
__proto__: null,
|
|
24670
24689
|
"default": timeWidget
|
|
@@ -24676,7 +24695,7 @@ for (const path in modules$2) {
|
|
|
24676
24695
|
comps[cname] = modules$2[path].default;
|
|
24677
24696
|
}
|
|
24678
24697
|
var gridColItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24679
|
-
const _sfc_main$
|
|
24698
|
+
const _sfc_main$R = {
|
|
24680
24699
|
name: "GridColItem",
|
|
24681
24700
|
componentName: "ContainerItem",
|
|
24682
24701
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -24783,18 +24802,34 @@ const _sfc_main$P = {
|
|
|
24783
24802
|
if (!fieldWidget.formItemFlag || !fieldWidget.options || !fieldWidget.options.name) {
|
|
24784
24803
|
return;
|
|
24785
24804
|
}
|
|
24786
|
-
fieldWidget.options
|
|
24787
|
-
const fieldRef = this.getWidgetRef(
|
|
24788
|
-
if (
|
|
24789
|
-
|
|
24790
|
-
|
|
24791
|
-
|
|
24792
|
-
|
|
24793
|
-
if (typeof fieldRef.
|
|
24805
|
+
const opts = fieldWidget.options;
|
|
24806
|
+
const fieldRef = this.getWidgetRef(opts.name);
|
|
24807
|
+
if (hiddenFlag) {
|
|
24808
|
+
if (!opts.hidden) {
|
|
24809
|
+
opts._hiddenByCol = true;
|
|
24810
|
+
opts.hidden = true;
|
|
24811
|
+
}
|
|
24812
|
+
if (fieldRef && typeof fieldRef.setHidden === "function") {
|
|
24813
|
+
if (opts._hiddenByCol) {
|
|
24814
|
+
fieldRef.setHidden(true);
|
|
24815
|
+
} else if (typeof fieldRef.clearFieldRules === "function") {
|
|
24816
|
+
fieldRef.clearFieldRules();
|
|
24817
|
+
}
|
|
24818
|
+
} else if (fieldRef && typeof fieldRef.clearFieldRules === "function") {
|
|
24794
24819
|
fieldRef.clearFieldRules();
|
|
24795
24820
|
}
|
|
24796
|
-
} else
|
|
24797
|
-
|
|
24821
|
+
} else {
|
|
24822
|
+
if (opts._hiddenByCol) {
|
|
24823
|
+
opts._hiddenByCol = false;
|
|
24824
|
+
opts.hidden = false;
|
|
24825
|
+
if (fieldRef && typeof fieldRef.setHidden === "function") {
|
|
24826
|
+
fieldRef.setHidden(false);
|
|
24827
|
+
} else if (fieldRef && typeof fieldRef.buildFieldRules === "function") {
|
|
24828
|
+
fieldRef.buildFieldRules();
|
|
24829
|
+
}
|
|
24830
|
+
} else if (!opts.hidden && fieldRef && typeof fieldRef.buildFieldRules === "function") {
|
|
24831
|
+
fieldRef.buildFieldRules();
|
|
24832
|
+
}
|
|
24798
24833
|
}
|
|
24799
24834
|
});
|
|
24800
24835
|
},
|
|
@@ -24833,9 +24868,9 @@ const _sfc_main$P = {
|
|
|
24833
24868
|
}
|
|
24834
24869
|
}
|
|
24835
24870
|
};
|
|
24836
|
-
const _hoisted_1$
|
|
24837
|
-
const _hoisted_2$
|
|
24838
|
-
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) {
|
|
24839
24874
|
const _component_el_col = resolveComponent("el-col");
|
|
24840
24875
|
return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
24841
24876
|
key: 0,
|
|
@@ -24891,8 +24926,8 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24891
24926
|
], 64);
|
|
24892
24927
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
24893
24928
|
default: withCtx(() => [
|
|
24894
|
-
createElementVNode("div", _hoisted_1$
|
|
24895
|
-
createElementVNode("span", _hoisted_2$
|
|
24929
|
+
createElementVNode("div", _hoisted_1$A, [
|
|
24930
|
+
createElementVNode("span", _hoisted_2$q, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
24896
24931
|
])
|
|
24897
24932
|
]),
|
|
24898
24933
|
_: 1
|
|
@@ -24903,7 +24938,7 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24903
24938
|
[vShow, $options.colVisible]
|
|
24904
24939
|
]) : createCommentVNode("", true);
|
|
24905
24940
|
}
|
|
24906
|
-
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"]]);
|
|
24907
24942
|
var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24908
24943
|
__proto__: null,
|
|
24909
24944
|
"default": GridColItem
|
|
@@ -25097,7 +25132,7 @@ var containerItemMixin = {
|
|
|
25097
25132
|
}
|
|
25098
25133
|
}
|
|
25099
25134
|
};
|
|
25100
|
-
const _sfc_main$
|
|
25135
|
+
const _sfc_main$Q = {
|
|
25101
25136
|
name: "vf-grid-item",
|
|
25102
25137
|
componentName: "ContainerItem",
|
|
25103
25138
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25140,7 +25175,7 @@ const _sfc_main$O = {
|
|
|
25140
25175
|
},
|
|
25141
25176
|
methods: {}
|
|
25142
25177
|
};
|
|
25143
|
-
function _sfc_render$
|
|
25178
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25144
25179
|
const _component_grid_col_item = resolveComponent("grid-col-item");
|
|
25145
25180
|
const _component_el_row = resolveComponent("el-row");
|
|
25146
25181
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25186,13 +25221,13 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25186
25221
|
_: 3
|
|
25187
25222
|
}, 8, ["widget"]);
|
|
25188
25223
|
}
|
|
25189
|
-
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25224
|
+
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$Q]]);
|
|
25190
25225
|
var __glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25191
25226
|
__proto__: null,
|
|
25192
25227
|
"default": gridItem
|
|
25193
25228
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25194
25229
|
var subFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25195
|
-
const _sfc_main$
|
|
25230
|
+
const _sfc_main$P = {
|
|
25196
25231
|
name: "sub-form-item",
|
|
25197
25232
|
componentName: "ContainerItem",
|
|
25198
25233
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25393,9 +25428,9 @@ const _sfc_main$N = {
|
|
|
25393
25428
|
}
|
|
25394
25429
|
}
|
|
25395
25430
|
};
|
|
25396
|
-
const _hoisted_1$
|
|
25397
|
-
const _hoisted_2$
|
|
25398
|
-
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 = {
|
|
25399
25434
|
key: 0,
|
|
25400
25435
|
class: "custom-label"
|
|
25401
25436
|
};
|
|
@@ -25406,7 +25441,7 @@ const _hoisted_7$b = {
|
|
|
25406
25441
|
key: 0,
|
|
25407
25442
|
class: "row-number-span"
|
|
25408
25443
|
};
|
|
25409
|
-
function _sfc_render$
|
|
25444
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25410
25445
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
25411
25446
|
const _component_el_button = resolveComponent("el-button");
|
|
25412
25447
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
@@ -25420,8 +25455,8 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25420
25455
|
}, [
|
|
25421
25456
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
25422
25457
|
default: withCtx(() => [
|
|
25423
|
-
createElementVNode("div", _hoisted_1$
|
|
25424
|
-
createElementVNode("span", _hoisted_2$
|
|
25458
|
+
createElementVNode("div", _hoisted_1$z, [
|
|
25459
|
+
createElementVNode("span", _hoisted_2$p, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
25425
25460
|
createVNode(_component_el_button, {
|
|
25426
25461
|
disabled: $data.actionDisabled,
|
|
25427
25462
|
round: "",
|
|
@@ -25444,7 +25479,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25444
25479
|
class: normalizeClass(["field-header-column", [$options.getLabelAlign($props.widget, subWidget), !!subWidget.options.required ? "is-required" : ""]]),
|
|
25445
25480
|
style: normalizeStyle({ width: subWidget.options.columnWidth })
|
|
25446
25481
|
}, [
|
|
25447
|
-
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
25482
|
+
!!subWidget.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_3$l, [
|
|
25448
25483
|
subWidget.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
25449
25484
|
!!subWidget.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
25450
25485
|
createVNode(_component_el_tooltip, {
|
|
@@ -25568,12 +25603,12 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25568
25603
|
_: 1
|
|
25569
25604
|
}, 8, ["widget"]);
|
|
25570
25605
|
}
|
|
25571
|
-
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"]]);
|
|
25572
25607
|
var __glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25573
25608
|
__proto__: null,
|
|
25574
25609
|
"default": subFormItem
|
|
25575
25610
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25576
|
-
const _sfc_main$
|
|
25611
|
+
const _sfc_main$O = {
|
|
25577
25612
|
name: "tab-item",
|
|
25578
25613
|
componentName: "ContainerItem",
|
|
25579
25614
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25624,7 +25659,7 @@ const _sfc_main$M = {
|
|
|
25624
25659
|
}
|
|
25625
25660
|
}
|
|
25626
25661
|
};
|
|
25627
|
-
function _sfc_render$
|
|
25662
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25628
25663
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
25629
25664
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
25630
25665
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25699,13 +25734,13 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25699
25734
|
_: 3
|
|
25700
25735
|
}, 8, ["widget"]);
|
|
25701
25736
|
}
|
|
25702
|
-
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25737
|
+
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["render", _sfc_render$O]]);
|
|
25703
25738
|
var __glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25704
25739
|
__proto__: null,
|
|
25705
25740
|
"default": tabItem
|
|
25706
25741
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25707
25742
|
var tableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25708
|
-
const _sfc_main$
|
|
25743
|
+
const _sfc_main$N = {
|
|
25709
25744
|
name: "TableCellItem",
|
|
25710
25745
|
componentName: "ContainerItem",
|
|
25711
25746
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -25728,8 +25763,8 @@ const _sfc_main$L = {
|
|
|
25728
25763
|
},
|
|
25729
25764
|
methods: {}
|
|
25730
25765
|
};
|
|
25731
|
-
const _hoisted_1$
|
|
25732
|
-
function _sfc_render$
|
|
25766
|
+
const _hoisted_1$y = ["colspan", "rowspan"];
|
|
25767
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25733
25768
|
return openBlock(), createElementBlock("td", {
|
|
25734
25769
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
25735
25770
|
colspan: $props.widget && $props.widget.options ? $props.widget.options.colspan || 1 : 1,
|
|
@@ -25771,15 +25806,15 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25771
25806
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
25772
25807
|
], 64);
|
|
25773
25808
|
}), 256))
|
|
25774
|
-
], 14, _hoisted_1$
|
|
25809
|
+
], 14, _hoisted_1$y);
|
|
25775
25810
|
}
|
|
25776
|
-
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"]]);
|
|
25777
25812
|
var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25778
25813
|
__proto__: null,
|
|
25779
25814
|
"default": TableCellItem
|
|
25780
25815
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25781
25816
|
var tableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25782
|
-
const _sfc_main$
|
|
25817
|
+
const _sfc_main$M = {
|
|
25783
25818
|
name: "table-item",
|
|
25784
25819
|
componentName: "ContainerItem",
|
|
25785
25820
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25801,7 +25836,7 @@ const _sfc_main$K = {
|
|
|
25801
25836
|
},
|
|
25802
25837
|
methods: {}
|
|
25803
25838
|
};
|
|
25804
|
-
function _sfc_render$
|
|
25839
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25805
25840
|
const _component_table_cell_item = resolveComponent("table-cell-item");
|
|
25806
25841
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
25807
25842
|
return openBlock(), createBlock(_component_container_item_wrapper, { widget: $props.widget }, {
|
|
@@ -25851,7 +25886,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25851
25886
|
_: 3
|
|
25852
25887
|
}, 8, ["widget"]);
|
|
25853
25888
|
}
|
|
25854
|
-
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"]]);
|
|
25855
25890
|
var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25856
25891
|
__proto__: null,
|
|
25857
25892
|
"default": tableItem
|
|
@@ -25866,7 +25901,7 @@ var ContainerItems = {
|
|
|
25866
25901
|
}
|
|
25867
25902
|
};
|
|
25868
25903
|
var index_vue_vue_type_style_index_0_scoped_true_lang$7 = "";
|
|
25869
|
-
const _sfc_main$
|
|
25904
|
+
const _sfc_main$L = {
|
|
25870
25905
|
name: "VFormRender",
|
|
25871
25906
|
componentName: "VFormRender",
|
|
25872
25907
|
mixins: [emitter, i18n$1],
|
|
@@ -26709,7 +26744,27 @@ const _sfc_main$J = {
|
|
|
26709
26744
|
if (!fieldWidget.formItemFlag || !fieldWidget.options || !fieldWidget.options.name) {
|
|
26710
26745
|
return;
|
|
26711
26746
|
}
|
|
26712
|
-
|
|
26747
|
+
const opts = fieldWidget.options;
|
|
26748
|
+
const fieldName = opts.name;
|
|
26749
|
+
if (hiddenFlag) {
|
|
26750
|
+
if (!opts.hidden) {
|
|
26751
|
+
opts._hiddenByCol = true;
|
|
26752
|
+
this.findWidgetAndSetHidden(fieldName, true);
|
|
26753
|
+
} else {
|
|
26754
|
+
const fieldRef = this.getWidgetRef(fieldName);
|
|
26755
|
+
if (fieldRef && typeof fieldRef.clearFieldRules === "function") {
|
|
26756
|
+
fieldRef.clearFieldRules();
|
|
26757
|
+
}
|
|
26758
|
+
}
|
|
26759
|
+
} else if (opts._hiddenByCol) {
|
|
26760
|
+
opts._hiddenByCol = false;
|
|
26761
|
+
this.findWidgetAndSetHidden(fieldName, false);
|
|
26762
|
+
} else if (!opts.hidden) {
|
|
26763
|
+
const fieldRef = this.getWidgetRef(fieldName);
|
|
26764
|
+
if (fieldRef && typeof fieldRef.buildFieldRules === "function") {
|
|
26765
|
+
fieldRef.buildFieldRules();
|
|
26766
|
+
}
|
|
26767
|
+
}
|
|
26713
26768
|
});
|
|
26714
26769
|
},
|
|
26715
26770
|
setColHidden(colName, hidden) {
|
|
@@ -26732,7 +26787,7 @@ const _sfc_main$J = {
|
|
|
26732
26787
|
}
|
|
26733
26788
|
}
|
|
26734
26789
|
};
|
|
26735
|
-
function _sfc_render$
|
|
26790
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26736
26791
|
const _component_el_form = resolveComponent("el-form");
|
|
26737
26792
|
return openBlock(), createBlock(_component_el_form, {
|
|
26738
26793
|
"label-position": $options.labelPosition,
|
|
@@ -26789,7 +26844,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26789
26844
|
_: 3
|
|
26790
26845
|
}, 8, ["label-position", "size", "class", "label-width", "model"]);
|
|
26791
26846
|
}
|
|
26792
|
-
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"]]);
|
|
26793
26848
|
function registerIcon(app) {
|
|
26794
26849
|
app.component("el-icon-edit", edit);
|
|
26795
26850
|
app.component("el-icon-minus", minus);
|
|
@@ -26804,13 +26859,13 @@ function registerIcon(app) {
|
|
|
26804
26859
|
if (typeof window !== "undefined") {
|
|
26805
26860
|
let loadSvg = function() {
|
|
26806
26861
|
var body = document.body;
|
|
26807
|
-
var svgDom = document.getElementById("
|
|
26862
|
+
var svgDom = document.getElementById("__svg__icons__dom__1789874658651__");
|
|
26808
26863
|
if (!svgDom) {
|
|
26809
26864
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26810
26865
|
svgDom.style.position = "absolute";
|
|
26811
26866
|
svgDom.style.width = "0";
|
|
26812
26867
|
svgDom.style.height = "0";
|
|
26813
|
-
svgDom.id = "
|
|
26868
|
+
svgDom.id = "__svg__icons__dom__1789874658651__";
|
|
26814
26869
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26815
26870
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26816
26871
|
}
|
|
@@ -27084,7 +27139,7 @@ var containerMixin = {
|
|
|
27084
27139
|
}
|
|
27085
27140
|
};
|
|
27086
27141
|
var containerWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27087
|
-
const _sfc_main$
|
|
27142
|
+
const _sfc_main$K = {
|
|
27088
27143
|
name: "container-wrapper",
|
|
27089
27144
|
mixins: [i18n$1, containerMixin],
|
|
27090
27145
|
components: {
|
|
@@ -27103,12 +27158,12 @@ const _sfc_main$I = {
|
|
|
27103
27158
|
}
|
|
27104
27159
|
}
|
|
27105
27160
|
};
|
|
27106
|
-
const _hoisted_1$
|
|
27161
|
+
const _hoisted_1$x = {
|
|
27107
27162
|
key: 0,
|
|
27108
27163
|
class: "container-action"
|
|
27109
27164
|
};
|
|
27110
|
-
const _hoisted_2$
|
|
27111
|
-
const _hoisted_3$
|
|
27165
|
+
const _hoisted_2$o = ["title"];
|
|
27166
|
+
const _hoisted_3$k = ["title"];
|
|
27112
27167
|
const _hoisted_4$g = ["title"];
|
|
27113
27168
|
const _hoisted_5$c = ["title"];
|
|
27114
27169
|
const _hoisted_6$c = ["title"];
|
|
@@ -27120,26 +27175,26 @@ const _hoisted_9$6 = {
|
|
|
27120
27175
|
};
|
|
27121
27176
|
const _hoisted_10$4 = ["title"];
|
|
27122
27177
|
const _hoisted_11$2 = { key: 0 };
|
|
27123
|
-
function _sfc_render$
|
|
27178
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27124
27179
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
27125
27180
|
return openBlock(), createElementBlock("div", {
|
|
27126
27181
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
27127
27182
|
}, [
|
|
27128
27183
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
27129
|
-
$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, [
|
|
27130
27185
|
createElementVNode("i", {
|
|
27131
27186
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
27132
27187
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
27133
27188
|
}, [
|
|
27134
27189
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
27135
|
-
], 8, _hoisted_2$
|
|
27190
|
+
], 8, _hoisted_2$o),
|
|
27136
27191
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
27137
27192
|
key: 0,
|
|
27138
27193
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
27139
27194
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.moveUpWidget(), ["stop"]))
|
|
27140
27195
|
}, [
|
|
27141
27196
|
createVNode(_component_svg_icon, { "icon-class": "el-move-up" })
|
|
27142
|
-
], 8, _hoisted_3$
|
|
27197
|
+
], 8, _hoisted_3$k)) : createCommentVNode("", true),
|
|
27143
27198
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
27144
27199
|
key: 1,
|
|
27145
27200
|
title: _ctx.i18nt("designer.hint.moveDownWidget"),
|
|
@@ -27188,7 +27243,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27188
27243
|
])) : createCommentVNode("", true)
|
|
27189
27244
|
], 2);
|
|
27190
27245
|
}
|
|
27191
|
-
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"]]);
|
|
27192
27247
|
var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27193
27248
|
__proto__: null,
|
|
27194
27249
|
"default": ContainerWrapper
|
|
@@ -27218,7 +27273,7 @@ var refMixinDesign = {
|
|
|
27218
27273
|
}
|
|
27219
27274
|
};
|
|
27220
27275
|
var cardWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27221
|
-
const _sfc_main$
|
|
27276
|
+
const _sfc_main$J = {
|
|
27222
27277
|
name: "card-widget",
|
|
27223
27278
|
componentName: "ContainerWidget",
|
|
27224
27279
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -27258,9 +27313,9 @@ const _sfc_main$H = {
|
|
|
27258
27313
|
}
|
|
27259
27314
|
}
|
|
27260
27315
|
};
|
|
27261
|
-
const _hoisted_1$
|
|
27262
|
-
const _hoisted_2$
|
|
27263
|
-
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) {
|
|
27264
27319
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
27265
27320
|
const _component_el_icon = resolveComponent("el-icon");
|
|
27266
27321
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -27294,7 +27349,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27294
27349
|
]),
|
|
27295
27350
|
_: 1
|
|
27296
27351
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
27297
|
-
createElementVNode("div", _hoisted_1$
|
|
27352
|
+
createElementVNode("div", _hoisted_1$w, toDisplayString($props.widget.options.label), 1)
|
|
27298
27353
|
])
|
|
27299
27354
|
]),
|
|
27300
27355
|
default: withCtx(() => [
|
|
@@ -27310,7 +27365,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27310
27365
|
move: $options.checkContainerMove
|
|
27311
27366
|
}), {
|
|
27312
27367
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
27313
|
-
createElementVNode("div", _hoisted_2$
|
|
27368
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
27314
27369
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
27315
27370
|
widget: subWidget,
|
|
27316
27371
|
designer: $props.designer,
|
|
@@ -27338,9 +27393,9 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27338
27393
|
_: 1
|
|
27339
27394
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
27340
27395
|
}
|
|
27341
|
-
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"]]);
|
|
27342
27397
|
var cardItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
27343
|
-
const _sfc_main$
|
|
27398
|
+
const _sfc_main$I = {
|
|
27344
27399
|
name: "card-item",
|
|
27345
27400
|
componentName: "ContainerItem",
|
|
27346
27401
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -27370,8 +27425,8 @@ const _sfc_main$G = {
|
|
|
27370
27425
|
}
|
|
27371
27426
|
}
|
|
27372
27427
|
};
|
|
27373
|
-
const _hoisted_1$
|
|
27374
|
-
function _sfc_render$
|
|
27428
|
+
const _hoisted_1$v = { class: "label" };
|
|
27429
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27375
27430
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
27376
27431
|
const _component_el_icon = resolveComponent("el-icon");
|
|
27377
27432
|
const _component_el_card = resolveComponent("el-card");
|
|
@@ -27398,7 +27453,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27398
27453
|
]),
|
|
27399
27454
|
_: 1
|
|
27400
27455
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
27401
|
-
createElementVNode("div", _hoisted_1$
|
|
27456
|
+
createElementVNode("div", _hoisted_1$v, toDisplayString($props.widget.options.label), 1)
|
|
27402
27457
|
])
|
|
27403
27458
|
]),
|
|
27404
27459
|
default: withCtx(() => [
|
|
@@ -27447,9 +27502,9 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27447
27502
|
_: 3
|
|
27448
27503
|
}, 8, ["widget"]);
|
|
27449
27504
|
}
|
|
27450
|
-
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"]]);
|
|
27451
27506
|
const ACE_BASE_PATH = "https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini";
|
|
27452
|
-
const _sfc_main$
|
|
27507
|
+
const _sfc_main$H = {
|
|
27453
27508
|
name: "alert-widget",
|
|
27454
27509
|
componentName: "FieldWidget",
|
|
27455
27510
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -27495,7 +27550,7 @@ const _sfc_main$F = {
|
|
|
27495
27550
|
}
|
|
27496
27551
|
}
|
|
27497
27552
|
};
|
|
27498
|
-
function _sfc_render$
|
|
27553
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27499
27554
|
const _component_el_alert = resolveComponent("el-alert");
|
|
27500
27555
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
27501
27556
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -27526,7 +27581,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27526
27581
|
_: 1
|
|
27527
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"]);
|
|
27528
27583
|
}
|
|
27529
|
-
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27584
|
+
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H]]);
|
|
27530
27585
|
var cryptoJs = { exports: {} };
|
|
27531
27586
|
var core = { exports: {} };
|
|
27532
27587
|
(function(module, exports) {
|
|
@@ -32826,7 +32881,7 @@ var personTree = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGlu
|
|
|
32826
32881
|
var personIcon = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT7nvJbnu4QgOOWkh+S7vSAyPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDIzLjk5OTk1NzEgMjQgMjMuOTk5OTU3MSAyNCAwIDAgMCI+PC9wb2x5Z29uPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i5Zu+5bqTIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzc5LCAtODcpIj4NCiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOOWkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NzksIDg3KSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8dXNlIGlkPSLokpnniYgiIGZpbGw9IiNFM0U2RjEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOCIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjgxOCwgMi4yNTc2KSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsPSIjRkRFRUVBIiBwb2ludHM9IjEyLjIxNzA4ODIgMTguOTc4MDExIDE2LjM0NjU4MDggMTguOTc4MDExIDE2LjM0NjU4MDggMTMuOTkzMjYyOCAxMi4yMTcwODgyIDEzLjk5MzI2MjgiPjwvcG9seWdvbj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IEwxNy44NTY1NjM4LDMuNzE5NjY1NCBMMjEuMDM2NjAxLDcuMzA1Njg3NTcgQzIxLjAzNjYwMSw3LjMwNTY4NzU3IDIxLjA1MTM0OSw3LjQxMjQwNzk0IDIxLjA2NjI2NzksNy41OTIxMzY2NCBDMjEuNTQ1NjQyOCw3Ljc1OTM3ODQ1IDIxLjg5MzYxOCw4LjI1NDkwNTE4IDIxLjg5MzYxOCw4Ljg0MDIzMTk3IEMyMS44OTM2MTgsOS41MDY4MDY3NyAyMS40NDIzMzQ3LDEwLjA1NjkyMTMgMjAuODU4ODY1NCwxMC4xMzgwMTY1IEMyMC40MzcwNzIzLDExLjU1MDQ3MTQgMTguNzA0NDc3MiwxNi4wNTQ0ODYyIDE0LjI0Mjk4NDYsMTYuMDU0NDg2MiBDOS43OTU0NjA4OSwxNi4wNTQ0ODYyIDguMTA2NDY3NDksMTEuMzgxNjA0OCA3LjY0NTA2NDUsMTAuMTI2NDE1NCBDNy4wOTA5MTA3MywxMC4wMTkwNTA5IDYuNjcwMDUwOTUsOS40ODM5NDU5MyA2LjY3MDA1MDk1LDguODQwMjMxOTcgQzYuNjcwMDUwOTUsOC4yNTIwNTk5NyA3LjAyMTQxNzM4LDcuNzU0NTYzMTggNy41MDQ5MjUzNyw3LjU4OTk1NTEzIEw3LjUwNDUxMzc1LDcuNDg5Mjg3MjQgTDkuMDM4MTY1MjksNS42MzA0MDQ4NSBMMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiNGRkY1RjQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IEM3LjIwNDk1NDI4LDUuNzQ1MTY3NSA3LjYzMjg4MjA4LDIuNjE5ODU4OCAxMC43MDcxMDUyLDAuODExMTE5MTY4IEMxMy43OTI0NzExLC0xLjAwNDIyMDQ1IDE4LjEyNzIwNjIsMC42Mjc1MTk0OTYgMTguMTA0NjIwNSwxLjgyMDg3NDUxIEMxOC45MzkzMDQ4LDEuNzg3ODc0NTcgMjEuMzczMjQzMywyLjQ2NjE3MzM2IDIxLjAzNjYwMSw3LjMwNTY3OSBDMjAuNjk4Mjg3Myw3LjI4Mjc1MDQ3IDE3LjgzNDAyMSw3LjA1MzI1MDg4IDE2LjQxMzEzNzgsNC42NDM2MTIzMiBDMTUuOTg0NjEsNS4wMzM3NDAyIDEzLjk3NzM1NjUsNi42NDAxNTE2MiAxMS4wNDU0MTg4LDYuODY5NjUxMjEgQzkuNjI0NTM1NjcsNi45ODQzNzk1NyA3Ljg2NTM4MTY3LDYuOTM4NDc5NjUgNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IiBpZD0iRmlsbC01IiBmaWxsPSIjNjQ2NjdBIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4LjU2MzY3NzYsMjcuODAyMDY2NyBDMjguNTYzNjc3NiwzMy4zOTI5NDI0IDIxLjU0NDc2MTUsMzcuOTI1MjQ4NiAxNC4yODE4MTc0LDM3LjkyNTI0ODYgQzcuMDE4OTE2MDQsMzcuOTI1MjQ4NiAwLDMzLjM5Mjk0MjQgMCwyNy44MDIwNjY3IEMwLDIzLjI5MzUwMzMgMS40MDE0Njg5MywxNy45MTEyMTI5IDEzLjQyNjAwNDYsMTcuNjg2MTcwNSBDMTMuNTA5NjE4NywxNy45NTMyOTg2IDEzLjk2NjIxNzksMTguMzAwMTQwOCAxNC4yMzUxODg5LDE4LjMwMDE0MDggQzE0LjQ4Mjk0NTYsMTguMzAwMTQwOCAxNS4wOTIzMzAyLDE4LjA2MDk1NTUgMTUuMDgwNDE1OSwxNy42ODUyMjc2IEMyNy4xNjEyMjI5LDE3Ljg5ODA5ODcgMjguNTYzNjc3NiwyMy40MTgzNDU5IDI4LjU2MzY3NzYsMjcuODAyMDY2NyIgaWQ9IkZpbGwtMTEiIGZpbGw9IiM2NDY2N0EiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTEuODU2MTQxNywxNi41NzcwMTY3IEwxMS4wODcyNDMxLDE3LjM0NDU4NjggQzExLjAwNDIyODksMTcuNDI3NTE1MiAxMC45ODE3NzE4LDE3LjU0OTc4NjQgMTEuMDMwMzcxNywxNy42NTQ1NzE5IEwxMi40NTI2MjYzLDIwLjcxOTgzNzkgQzEyLjUwMDI4MzQsMjAuODIyNTY2MyAxMi42MDcyMTE4LDIwLjg4ODgyMzMgMTIuNzI1MjQwMSwyMC44ODg4MjMzIEwxNS44MzE2OTE3LDIwLjg4ODgyMzMgQzE1Ljk0OTA3NzIsMjAuODg4ODIzMyAxNi4wNTU1MzQyLDIwLjgyMzI5NDkgMTYuMTAzNTc3LDIwLjcyMTQyMzYgTDE3LjUzMjU2MDEsMTcuNjkxMzQzMyBDMTcuNTgzMTc0MywxNy41ODQwMjkyIDE3LjU1ODgzMTUsMTcuNDU4MTE1MiAxNy40NzE0MDMxLDE3LjM3NDkyOTYgTDE2LjYyMzczMzIsMTYuNTY4NjE2NyBDMTYuNTA2ODE5MSwxNi40NTc0MDI3IDE2LjMxNzAwNTEsMTYuNDU4MDAyNyAxNi4yMDA4NjI1LDE2LjU3MDAzMSBMMTQuOTI5MjA3NiwxNy43OTY3Mjg4IEMxNC44NzMxOTM0LDE3Ljg1MDcyODcgMTQuNzk2Nzc5MywxNy44ODExNTczIDE0LjcxNzAyMjMsMTcuODgxMTU3MyBMMTMuNzgyMTM4MiwxNy44ODExNTczIEMxMy43MDMxMDk4LDE3Ljg4MTE1NzMgMTMuNjI3MzM4NSwxNy44NTEyODU5IDEzLjU3MTQ1MjksMTcuNzk4MTQzMSBMMTIuMjgyNTY5NSwxNi41NzIxMzEgQzEyLjE2NDE5ODMsMTYuNDU5NTQ1NSAxMS45NzE1OTg2LDE2LjQ2MTczMTIgMTEuODU2MTQxNywxNi41NzcwMTY3IiBpZD0iRmlsbC0xMyIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC41NTEwNTQsMTcuODU1OTc4NyBMMTQuMDE1NjgzNSwxNy44NTU5Nzg3IEMxMy44ODk4OTgxLDE3Ljg1NTk3ODcgMTMuNzgwMTQxMSwxNy45NDExMzU3IDEzLjc0ODgxMjYsMTguMDYyODkyNiBMMTIuOTg2NzI4MiwyMS4wMjY5NzMxIEMxMi45NzIwMjgzLDIxLjA4NDEwMTUgMTIuOTc2MDk5NywyMS4xNDQ0NDQzIDEyLjk5ODI1NjgsMjEuMTk5MTI5OSBMMTMuNzMyMjY5OCwyMy4wMDk0MTI0IEMxMy43NzQ0NDExLDIzLjExMzM4MzYgMTMuODc1NDEyNCwyMy4xODEzOTc4IDEzLjk4NzYxMjIsMjMuMTgxMzk3OCBMMTQuNTc5MTI1NCwyMy4xODEzOTc4IEMxNC42OTEyODIzLDIzLjE4MTM5NzggMTQuNzkyMjk2NCwyMy4xMTMzODM2IDE0LjgzNDQ2NzgsMjMuMDA5NDEyNCBMMTUuNTY4NDgwOCwyMS4xOTkxMjk5IEMxNS41OTA2Mzc5LDIxLjE0NDQ0NDMgMTUuNTk0NjY2NCwyMS4wODQxMDE1IDE1LjU4MDAwOTMsMjEuMDI2OTczMSBMMTQuODE3OTI1LDE4LjA2Mjg5MjYgQzE0Ljc4NjU5NjUsMTcuOTQxMTM1NyAxNC42NzY3OTY2LDE3Ljg1NTk3ODcgMTQuNTUxMDU0LDE3Ljg1NTk3ODciIGlkPSJGaWxsLTE1IiBmaWxsPSIjQTNBREMzIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=";
|
|
32827
32882
|
var personTreeItem_vue_vue_type_style_index_0_lang = "";
|
|
32828
32883
|
var personTreeItem_vue_vue_type_style_index_1_scoped_true_lang = "";
|
|
32829
|
-
const _sfc_main$
|
|
32884
|
+
const _sfc_main$G = {
|
|
32830
32885
|
name: "person-tree-widget",
|
|
32831
32886
|
componentName: "FieldWidget",
|
|
32832
32887
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33129,10 +33184,10 @@ const _sfc_main$E = {
|
|
|
33129
33184
|
}
|
|
33130
33185
|
}
|
|
33131
33186
|
};
|
|
33132
|
-
const _hoisted_1$
|
|
33133
|
-
const _hoisted_2$
|
|
33134
|
-
const _hoisted_3$
|
|
33135
|
-
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) {
|
|
33136
33191
|
const _component_el_input_tag = resolveComponent("el-input-tag");
|
|
33137
33192
|
const _component_el_input = resolveComponent("el-input");
|
|
33138
33193
|
const _component_el_tree = resolveComponent("el-tree");
|
|
@@ -33157,7 +33212,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33157
33212
|
class: "person-tree-widget",
|
|
33158
33213
|
style: normalizeStyle($options.widgetStyle)
|
|
33159
33214
|
}, [
|
|
33160
|
-
createElementVNode("div", _hoisted_1$
|
|
33215
|
+
createElementVNode("div", _hoisted_1$u, [
|
|
33161
33216
|
createVNode(_component_el_input_tag, {
|
|
33162
33217
|
modelValue: $options.displayModel,
|
|
33163
33218
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),
|
|
@@ -33170,7 +33225,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33170
33225
|
onRemoveTag: $options.handleRemoveTag
|
|
33171
33226
|
}, {
|
|
33172
33227
|
tag: withCtx(({ value: value2 }) => [
|
|
33173
|
-
createElementVNode("div", _hoisted_2$
|
|
33228
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
33174
33229
|
createElementVNode("span", null, toDisplayString(value2.name), 1)
|
|
33175
33230
|
])
|
|
33176
33231
|
]),
|
|
@@ -33222,7 +33277,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33222
33277
|
!$props.field.options.hideFooter ? {
|
|
33223
33278
|
name: "footer",
|
|
33224
33279
|
fn: withCtx(() => [
|
|
33225
|
-
createElementVNode("div", _hoisted_3$
|
|
33280
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
33226
33281
|
createVNode(_component_el_button, {
|
|
33227
33282
|
onClick: $options.handleCancel,
|
|
33228
33283
|
size: "default"
|
|
@@ -33252,8 +33307,8 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33252
33307
|
_: 1
|
|
33253
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"]);
|
|
33254
33309
|
}
|
|
33255
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33256
|
-
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 = {
|
|
33257
33312
|
name: "radio-other-widget",
|
|
33258
33313
|
componentName: "FieldWidget",
|
|
33259
33314
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33368,7 +33423,7 @@ const _sfc_main$D = {
|
|
|
33368
33423
|
}
|
|
33369
33424
|
}
|
|
33370
33425
|
};
|
|
33371
|
-
function _sfc_render$
|
|
33426
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33372
33427
|
const _component_el_radio = resolveComponent("el-radio");
|
|
33373
33428
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
33374
33429
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -33424,8 +33479,8 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33424
33479
|
_: 1
|
|
33425
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"]);
|
|
33426
33481
|
}
|
|
33427
|
-
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33428
|
-
const _sfc_main$
|
|
33482
|
+
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F]]);
|
|
33483
|
+
const _sfc_main$E = {
|
|
33429
33484
|
name: "select-other-widget",
|
|
33430
33485
|
componentName: "FieldWidget",
|
|
33431
33486
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33534,7 +33589,7 @@ const _sfc_main$C = {
|
|
|
33534
33589
|
}
|
|
33535
33590
|
}
|
|
33536
33591
|
};
|
|
33537
|
-
function _sfc_render$
|
|
33592
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33538
33593
|
const _component_el_option = resolveComponent("el-option");
|
|
33539
33594
|
const _component_el_select = resolveComponent("el-select");
|
|
33540
33595
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -33597,9 +33652,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33597
33652
|
_: 1
|
|
33598
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"]);
|
|
33599
33654
|
}
|
|
33600
|
-
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33655
|
+
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E]]);
|
|
33601
33656
|
var meetingRoomItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33602
|
-
const _sfc_main$
|
|
33657
|
+
const _sfc_main$D = {
|
|
33603
33658
|
name: "meeting-room-widget",
|
|
33604
33659
|
componentName: "FieldWidget",
|
|
33605
33660
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33758,15 +33813,15 @@ const _sfc_main$B = {
|
|
|
33758
33813
|
}
|
|
33759
33814
|
}
|
|
33760
33815
|
};
|
|
33761
|
-
const _hoisted_1$
|
|
33816
|
+
const _hoisted_1$t = {
|
|
33762
33817
|
key: 0,
|
|
33763
33818
|
class: "empty-wrap"
|
|
33764
33819
|
};
|
|
33765
|
-
const _hoisted_2$
|
|
33820
|
+
const _hoisted_2$l = {
|
|
33766
33821
|
key: 1,
|
|
33767
33822
|
class: "room-wrap"
|
|
33768
33823
|
};
|
|
33769
|
-
const _hoisted_3$
|
|
33824
|
+
const _hoisted_3$i = ["onClick"];
|
|
33770
33825
|
const _hoisted_4$f = { class: "select-icon" };
|
|
33771
33826
|
const _hoisted_5$b = { class: "room-item-name" };
|
|
33772
33827
|
const _hoisted_6$b = {
|
|
@@ -33777,7 +33832,7 @@ const _hoisted_7$9 = {
|
|
|
33777
33832
|
key: 1,
|
|
33778
33833
|
class: "room-item-equipment"
|
|
33779
33834
|
};
|
|
33780
|
-
function _sfc_render$
|
|
33835
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33781
33836
|
const _component_el_input = resolveComponent("el-input");
|
|
33782
33837
|
const _component_el_empty = resolveComponent("el-empty");
|
|
33783
33838
|
const _component_Select = resolveComponent("Select");
|
|
@@ -33819,9 +33874,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33819
33874
|
]),
|
|
33820
33875
|
default: withCtx(() => [
|
|
33821
33876
|
createElementVNode("div", null, [
|
|
33822
|
-
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
33877
|
+
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
33823
33878
|
createVNode(_component_el_empty, { description: "\u6682\u65E0\u6570\u636E" })
|
|
33824
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
33879
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
33825
33880
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.roomList, (item) => {
|
|
33826
33881
|
var _a;
|
|
33827
33882
|
return openBlock(), createElementBlock("div", {
|
|
@@ -33853,7 +33908,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33853
33908
|
item.equipment ? (openBlock(), createElementBlock("div", _hoisted_7$9, [
|
|
33854
33909
|
createElementVNode("span", null, "\u8BBE\u5907\uFF1A" + toDisplayString(item.equipment), 1)
|
|
33855
33910
|
])) : createCommentVNode("", true)
|
|
33856
|
-
], 10, _hoisted_3$
|
|
33911
|
+
], 10, _hoisted_3$i);
|
|
33857
33912
|
}), 128))
|
|
33858
33913
|
]))
|
|
33859
33914
|
])
|
|
@@ -33864,9 +33919,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33864
33919
|
_: 1
|
|
33865
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"]);
|
|
33866
33921
|
}
|
|
33867
|
-
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"]]);
|
|
33868
33923
|
var gridColWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33869
|
-
const _sfc_main$
|
|
33924
|
+
const _sfc_main$C = {
|
|
33870
33925
|
name: "GridColWidget",
|
|
33871
33926
|
componentName: "GridColWidget",
|
|
33872
33927
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -34068,12 +34123,12 @@ const _sfc_main$A = {
|
|
|
34068
34123
|
}
|
|
34069
34124
|
}
|
|
34070
34125
|
};
|
|
34071
|
-
const _hoisted_1$
|
|
34072
|
-
const _hoisted_2$
|
|
34126
|
+
const _hoisted_1$s = { class: "form-widget-list" };
|
|
34127
|
+
const _hoisted_2$k = {
|
|
34073
34128
|
key: 0,
|
|
34074
34129
|
class: "grid-col-action"
|
|
34075
34130
|
};
|
|
34076
|
-
const _hoisted_3$
|
|
34131
|
+
const _hoisted_3$h = ["title"];
|
|
34077
34132
|
const _hoisted_4$e = ["title"];
|
|
34078
34133
|
const _hoisted_5$a = ["title"];
|
|
34079
34134
|
const _hoisted_6$a = ["title"];
|
|
@@ -34086,7 +34141,7 @@ const _hoisted_9$5 = {
|
|
|
34086
34141
|
key: 0,
|
|
34087
34142
|
class: "col-hidden-tag"
|
|
34088
34143
|
};
|
|
34089
|
-
function _sfc_render$
|
|
34144
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34090
34145
|
const _component_draggable = resolveComponent("draggable");
|
|
34091
34146
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34092
34147
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -34113,7 +34168,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34113
34168
|
move: $options.checkContainerMove
|
|
34114
34169
|
}), {
|
|
34115
34170
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
34116
|
-
createElementVNode("div", _hoisted_1$
|
|
34171
|
+
createElementVNode("div", _hoisted_1$s, [
|
|
34117
34172
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
34118
34173
|
widget: subWidget,
|
|
34119
34174
|
designer: $props.designer,
|
|
@@ -34138,13 +34193,13 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34138
34193
|
]),
|
|
34139
34194
|
_: 1
|
|
34140
34195
|
}, 16, ["list", "onUpdate", "move"]),
|
|
34141
|
-
$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, [
|
|
34142
34197
|
createElementVNode("i", {
|
|
34143
34198
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
34144
34199
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget($props.widget), ["stop"]))
|
|
34145
34200
|
}, [
|
|
34146
34201
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
34147
|
-
], 8, _hoisted_3$
|
|
34202
|
+
], 8, _hoisted_3$h),
|
|
34148
34203
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
34149
34204
|
key: 0,
|
|
34150
34205
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
@@ -34182,13 +34237,13 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34182
34237
|
_: 1
|
|
34183
34238
|
}, 16, ["class", "style"])) : createCommentVNode("", true);
|
|
34184
34239
|
}
|
|
34185
|
-
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"]]);
|
|
34186
34241
|
var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34187
34242
|
__proto__: null,
|
|
34188
34243
|
"default": GridColWidget
|
|
34189
34244
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34190
34245
|
var gridWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34191
|
-
const _sfc_main$
|
|
34246
|
+
const _sfc_main$B = {
|
|
34192
34247
|
name: "grid-widget",
|
|
34193
34248
|
componentName: "ContainerWidget",
|
|
34194
34249
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34220,7 +34275,7 @@ const _sfc_main$z = {
|
|
|
34220
34275
|
},
|
|
34221
34276
|
methods: {}
|
|
34222
34277
|
};
|
|
34223
|
-
function _sfc_render$
|
|
34278
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34224
34279
|
const _component_grid_col_widget = resolveComponent("grid-col-widget");
|
|
34225
34280
|
const _component_el_row = resolveComponent("el-row");
|
|
34226
34281
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -34257,13 +34312,13 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34257
34312
|
_: 1
|
|
34258
34313
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34259
34314
|
}
|
|
34260
|
-
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"]]);
|
|
34261
34316
|
var __glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34262
34317
|
__proto__: null,
|
|
34263
34318
|
"default": gridWidget
|
|
34264
34319
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34265
34320
|
var tabWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34266
|
-
const _sfc_main$
|
|
34321
|
+
const _sfc_main$A = {
|
|
34267
34322
|
name: "tab-widget",
|
|
34268
34323
|
componentName: "ContainerWidget",
|
|
34269
34324
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34306,8 +34361,8 @@ const _sfc_main$y = {
|
|
|
34306
34361
|
}
|
|
34307
34362
|
}
|
|
34308
34363
|
};
|
|
34309
|
-
const _hoisted_1$
|
|
34310
|
-
function _sfc_render$
|
|
34364
|
+
const _hoisted_1$r = { class: "form-widget-list" };
|
|
34365
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34311
34366
|
const _component_draggable = resolveComponent("draggable");
|
|
34312
34367
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
34313
34368
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
@@ -34352,7 +34407,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34352
34407
|
move: _ctx.checkContainerMove
|
|
34353
34408
|
}), {
|
|
34354
34409
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
34355
|
-
createElementVNode("div", _hoisted_1$
|
|
34410
|
+
createElementVNode("div", _hoisted_1$r, [
|
|
34356
34411
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
34357
34412
|
widget: subWidget,
|
|
34358
34413
|
designer: $props.designer,
|
|
@@ -34385,13 +34440,13 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34385
34440
|
_: 1
|
|
34386
34441
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34387
34442
|
}
|
|
34388
|
-
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"]]);
|
|
34389
34444
|
var __glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34390
34445
|
__proto__: null,
|
|
34391
34446
|
"default": tabWidget
|
|
34392
34447
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34393
34448
|
var tableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34394
|
-
const _sfc_main$
|
|
34449
|
+
const _sfc_main$z = {
|
|
34395
34450
|
name: "TableCellWidget",
|
|
34396
34451
|
componentName: "TableCellWidget",
|
|
34397
34452
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -34556,9 +34611,9 @@ const _sfc_main$x = {
|
|
|
34556
34611
|
}
|
|
34557
34612
|
}
|
|
34558
34613
|
};
|
|
34559
|
-
const _hoisted_1$
|
|
34560
|
-
const _hoisted_2$
|
|
34561
|
-
const _hoisted_3$
|
|
34614
|
+
const _hoisted_1$q = ["colspan", "rowspan"];
|
|
34615
|
+
const _hoisted_2$j = { class: "form-widget-list" };
|
|
34616
|
+
const _hoisted_3$g = {
|
|
34562
34617
|
key: 0,
|
|
34563
34618
|
class: "table-cell-action"
|
|
34564
34619
|
};
|
|
@@ -34568,7 +34623,7 @@ const _hoisted_6$9 = {
|
|
|
34568
34623
|
key: 1,
|
|
34569
34624
|
class: "table-cell-handler"
|
|
34570
34625
|
};
|
|
34571
|
-
function _sfc_render$
|
|
34626
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34572
34627
|
const _component_draggable = resolveComponent("draggable");
|
|
34573
34628
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34574
34629
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -34594,7 +34649,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34594
34649
|
move: $options.checkContainerMove
|
|
34595
34650
|
}), {
|
|
34596
34651
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
34597
|
-
createElementVNode("div", _hoisted_2$
|
|
34652
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
34598
34653
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
34599
34654
|
widget: subWidget,
|
|
34600
34655
|
designer: $props.designer,
|
|
@@ -34615,7 +34670,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34615
34670
|
]),
|
|
34616
34671
|
_: 1
|
|
34617
34672
|
}, 16, ["list", "onUpdate", "move"]),
|
|
34618
|
-
$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, [
|
|
34619
34674
|
createElementVNode("i", {
|
|
34620
34675
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
34621
34676
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget(), ["stop"]))
|
|
@@ -34765,15 +34820,15 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34765
34820
|
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
34766
34821
|
createElementVNode("i", null, toDisplayString(_ctx.i18nt("designer.widgetLabel." + $props.widget.type)), 1)
|
|
34767
34822
|
])) : createCommentVNode("", true)
|
|
34768
|
-
], 14, _hoisted_1$
|
|
34823
|
+
], 14, _hoisted_1$q);
|
|
34769
34824
|
}
|
|
34770
|
-
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"]]);
|
|
34771
34826
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34772
34827
|
__proto__: null,
|
|
34773
34828
|
"default": TableCellWidget
|
|
34774
34829
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34775
34830
|
var tableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34776
|
-
const _sfc_main$
|
|
34831
|
+
const _sfc_main$y = {
|
|
34777
34832
|
name: "table-widget",
|
|
34778
34833
|
componentName: "ContainerWidget",
|
|
34779
34834
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34805,8 +34860,8 @@ const _sfc_main$w = {
|
|
|
34805
34860
|
},
|
|
34806
34861
|
methods: {}
|
|
34807
34862
|
};
|
|
34808
|
-
const _hoisted_1$
|
|
34809
|
-
function _sfc_render$
|
|
34863
|
+
const _hoisted_1$p = { class: "table-layout" };
|
|
34864
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34810
34865
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
34811
34866
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
34812
34867
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -34822,7 +34877,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34822
34877
|
class: normalizeClass(["table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
34823
34878
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
34824
34879
|
}, [
|
|
34825
|
-
createElementVNode("table", _hoisted_1$
|
|
34880
|
+
createElementVNode("table", _hoisted_1$p, [
|
|
34826
34881
|
createElementVNode("tbody", null, [
|
|
34827
34882
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
34828
34883
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -34854,7 +34909,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34854
34909
|
_: 1
|
|
34855
34910
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34856
34911
|
}
|
|
34857
|
-
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"]]);
|
|
34858
34913
|
var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34859
34914
|
__proto__: null,
|
|
34860
34915
|
"default": tableWidget
|
|
@@ -34869,7 +34924,7 @@ var ContainerComponents = {
|
|
|
34869
34924
|
}
|
|
34870
34925
|
};
|
|
34871
34926
|
var customSubFormWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34872
|
-
const _sfc_main$
|
|
34927
|
+
const _sfc_main$x = {
|
|
34873
34928
|
name: "custom-sub-form-widget",
|
|
34874
34929
|
componentName: "ContainerWidget",
|
|
34875
34930
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34928,12 +34983,12 @@ const _sfc_main$v = {
|
|
|
34928
34983
|
}
|
|
34929
34984
|
}
|
|
34930
34985
|
};
|
|
34931
|
-
const _hoisted_1$
|
|
34932
|
-
const _hoisted_2$
|
|
34986
|
+
const _hoisted_1$o = { class: "sub-form-header" };
|
|
34987
|
+
const _hoisted_2$i = {
|
|
34933
34988
|
key: 0,
|
|
34934
34989
|
class: "sub-form-label"
|
|
34935
34990
|
};
|
|
34936
|
-
const _hoisted_3$
|
|
34991
|
+
const _hoisted_3$f = { class: "group-header" };
|
|
34937
34992
|
const _hoisted_4$c = { class: "group-title" };
|
|
34938
34993
|
const _hoisted_5$8 = {
|
|
34939
34994
|
key: 0,
|
|
@@ -34950,7 +35005,7 @@ const _hoisted_10$3 = {
|
|
|
34950
35005
|
key: 0,
|
|
34951
35006
|
class: "empty-hint"
|
|
34952
35007
|
};
|
|
34953
|
-
function _sfc_render$
|
|
35008
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34954
35009
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34955
35010
|
const _component_el_button = resolveComponent("el-button");
|
|
34956
35011
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -34968,15 +35023,15 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34968
35023
|
class: normalizeClass(["custom-sub-form-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
34969
35024
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
34970
35025
|
}, [
|
|
34971
|
-
createElementVNode("div", _hoisted_1$
|
|
34972
|
-
!$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)
|
|
34973
35028
|
]),
|
|
34974
35029
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.previewRows, (row, rowIdx) => {
|
|
34975
35030
|
return openBlock(), createElementBlock("div", {
|
|
34976
35031
|
class: "preview-group-row",
|
|
34977
35032
|
key: "preview-" + rowIdx
|
|
34978
35033
|
}, [
|
|
34979
|
-
createElementVNode("div", _hoisted_3$
|
|
35034
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
34980
35035
|
createElementVNode("div", _hoisted_4$c, [
|
|
34981
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"))
|
|
34982
35037
|
]),
|
|
@@ -35057,9 +35112,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35057
35112
|
_: 1
|
|
35058
35113
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35059
35114
|
}
|
|
35060
|
-
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"]]);
|
|
35061
35116
|
var customSubFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35062
|
-
const _sfc_main$
|
|
35117
|
+
const _sfc_main$w = {
|
|
35063
35118
|
name: "custom-sub-form-item",
|
|
35064
35119
|
componentName: "ContainerItem",
|
|
35065
35120
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -35435,12 +35490,12 @@ const _sfc_main$u = {
|
|
|
35435
35490
|
}
|
|
35436
35491
|
}
|
|
35437
35492
|
};
|
|
35438
|
-
const _hoisted_1$
|
|
35493
|
+
const _hoisted_1$n = {
|
|
35439
35494
|
key: 0,
|
|
35440
35495
|
class: "sub-form-header"
|
|
35441
35496
|
};
|
|
35442
|
-
const _hoisted_2$
|
|
35443
|
-
const _hoisted_3$
|
|
35497
|
+
const _hoisted_2$h = { class: "sub-form-label" };
|
|
35498
|
+
const _hoisted_3$e = { class: "group-header" };
|
|
35444
35499
|
const _hoisted_4$b = { class: "group-title" };
|
|
35445
35500
|
const _hoisted_5$7 = {
|
|
35446
35501
|
key: 0,
|
|
@@ -35467,7 +35522,7 @@ const _hoisted_13$1 = {
|
|
|
35467
35522
|
key: 2,
|
|
35468
35523
|
class: "empty-hint"
|
|
35469
35524
|
};
|
|
35470
|
-
function _sfc_render$
|
|
35525
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35471
35526
|
const _component_el_button = resolveComponent("el-button");
|
|
35472
35527
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35473
35528
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -35477,15 +35532,15 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35477
35532
|
key: $props.widget.id,
|
|
35478
35533
|
class: normalizeClass(["custom-sub-form-container", $options.customClass])
|
|
35479
35534
|
}, [
|
|
35480
|
-
!$props.widget.options.labelHidden ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
35481
|
-
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)
|
|
35482
35537
|
])) : createCommentVNode("", true),
|
|
35483
35538
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.rowIdData, (subFormRowId, sfrIdx) => {
|
|
35484
35539
|
return openBlock(), createElementBlock("div", {
|
|
35485
35540
|
class: "form-group-row",
|
|
35486
35541
|
key: subFormRowId
|
|
35487
35542
|
}, [
|
|
35488
|
-
createElementVNode("div", _hoisted_3$
|
|
35543
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
35489
35544
|
createElementVNode("div", _hoisted_4$b, [
|
|
35490
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)
|
|
35491
35546
|
]),
|
|
@@ -35563,9 +35618,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35563
35618
|
_: 1
|
|
35564
35619
|
}, 8, ["widget"]);
|
|
35565
35620
|
}
|
|
35566
|
-
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"]]);
|
|
35567
35622
|
var customTableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35568
|
-
const _sfc_main$
|
|
35623
|
+
const _sfc_main$v = {
|
|
35569
35624
|
name: "custom-table-cell-widget",
|
|
35570
35625
|
componentName: "CustomTableCellWidget",
|
|
35571
35626
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -35721,9 +35776,9 @@ const _sfc_main$t = {
|
|
|
35721
35776
|
}
|
|
35722
35777
|
}
|
|
35723
35778
|
};
|
|
35724
|
-
const _hoisted_1$
|
|
35725
|
-
const _hoisted_2$
|
|
35726
|
-
const _hoisted_3$
|
|
35779
|
+
const _hoisted_1$m = ["colspan", "rowspan"];
|
|
35780
|
+
const _hoisted_2$g = { class: "form-widget-list" };
|
|
35781
|
+
const _hoisted_3$d = {
|
|
35727
35782
|
key: 0,
|
|
35728
35783
|
class: "custom-table-cell-action"
|
|
35729
35784
|
};
|
|
@@ -35736,7 +35791,7 @@ const _hoisted_6$6 = {
|
|
|
35736
35791
|
key: 2,
|
|
35737
35792
|
class: "empty-hint"
|
|
35738
35793
|
};
|
|
35739
|
-
function _sfc_render$
|
|
35794
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35740
35795
|
const _component_draggable = resolveComponent("draggable");
|
|
35741
35796
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35742
35797
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -35769,7 +35824,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35769
35824
|
move: $options.checkContainerMove
|
|
35770
35825
|
}), {
|
|
35771
35826
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
35772
|
-
createElementVNode("div", _hoisted_2$
|
|
35827
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
35773
35828
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
35774
35829
|
widget: subWidget,
|
|
35775
35830
|
designer: $props.designer,
|
|
@@ -35790,7 +35845,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35790
35845
|
]),
|
|
35791
35846
|
_: 1
|
|
35792
35847
|
}, 16, ["list", "onUpdate", "move"]),
|
|
35793
|
-
$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, [
|
|
35794
35849
|
createElementVNode("i", {
|
|
35795
35850
|
title: "\u9009\u62E9\u7236\u7EC4\u4EF6",
|
|
35796
35851
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget(), ["stop"]))
|
|
@@ -35860,11 +35915,11 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35860
35915
|
createElementVNode("i", null, "\u5355\u5143\u683C", -1)
|
|
35861
35916
|
])])) : createCommentVNode("", true),
|
|
35862
35917
|
!$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$6, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
|
|
35863
|
-
], 14, _hoisted_1$
|
|
35918
|
+
], 14, _hoisted_1$m);
|
|
35864
35919
|
}
|
|
35865
|
-
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"]]);
|
|
35866
35921
|
var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35867
|
-
const _sfc_main$
|
|
35922
|
+
const _sfc_main$u = {
|
|
35868
35923
|
name: "custom-table-widget",
|
|
35869
35924
|
componentName: "ContainerWidget",
|
|
35870
35925
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -35915,8 +35970,8 @@ const _sfc_main$s = {
|
|
|
35915
35970
|
}
|
|
35916
35971
|
}
|
|
35917
35972
|
};
|
|
35918
|
-
const _hoisted_1$
|
|
35919
|
-
function _sfc_render$
|
|
35973
|
+
const _hoisted_1$l = { class: "custom-table-layout" };
|
|
35974
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35920
35975
|
const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
|
|
35921
35976
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
35922
35977
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -35932,7 +35987,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35932
35987
|
class: normalizeClass(["custom-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
35933
35988
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
35934
35989
|
}, [
|
|
35935
|
-
createElementVNode("table", _hoisted_1$
|
|
35990
|
+
createElementVNode("table", _hoisted_1$l, [
|
|
35936
35991
|
createElementVNode("tbody", null, [
|
|
35937
35992
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
35938
35993
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -35962,9 +36017,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35962
36017
|
_: 1
|
|
35963
36018
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35964
36019
|
}
|
|
35965
|
-
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"]]);
|
|
35966
36021
|
var customTableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35967
|
-
const _sfc_main$
|
|
36022
|
+
const _sfc_main$t = {
|
|
35968
36023
|
name: "custom-table-cell-item",
|
|
35969
36024
|
componentName: "ContainerItem",
|
|
35970
36025
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -35981,8 +36036,8 @@ const _sfc_main$r = {
|
|
|
35981
36036
|
}
|
|
35982
36037
|
}
|
|
35983
36038
|
};
|
|
35984
|
-
const _hoisted_1$
|
|
35985
|
-
function _sfc_render$
|
|
36039
|
+
const _hoisted_1$k = ["colspan", "rowspan"];
|
|
36040
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35986
36041
|
return openBlock(), createElementBlock("td", {
|
|
35987
36042
|
class: normalizeClass(["custom-table-cell", $options.customClass]),
|
|
35988
36043
|
colspan: $props.widget.options.colspan || 1,
|
|
@@ -36013,11 +36068,11 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36013
36068
|
}, null, 8, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
36014
36069
|
], 64);
|
|
36015
36070
|
}), 128))
|
|
36016
|
-
], 14, _hoisted_1$
|
|
36071
|
+
], 14, _hoisted_1$k);
|
|
36017
36072
|
}
|
|
36018
|
-
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"]]);
|
|
36019
36074
|
var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36020
|
-
const _sfc_main$
|
|
36075
|
+
const _sfc_main$s = {
|
|
36021
36076
|
name: "custom-table-item",
|
|
36022
36077
|
componentName: "ContainerItem",
|
|
36023
36078
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -36202,16 +36257,16 @@ const _sfc_main$q = {
|
|
|
36202
36257
|
}
|
|
36203
36258
|
}
|
|
36204
36259
|
};
|
|
36205
|
-
const _hoisted_1$
|
|
36260
|
+
const _hoisted_1$j = {
|
|
36206
36261
|
key: 0,
|
|
36207
36262
|
class: "table-actions"
|
|
36208
36263
|
};
|
|
36209
|
-
const _hoisted_2$
|
|
36210
|
-
const _hoisted_3$
|
|
36264
|
+
const _hoisted_2$f = { class: "custom-table-layout" };
|
|
36265
|
+
const _hoisted_3$c = {
|
|
36211
36266
|
key: 0,
|
|
36212
36267
|
class: "row-actions-cell"
|
|
36213
36268
|
};
|
|
36214
|
-
function _sfc_render$
|
|
36269
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36215
36270
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
36216
36271
|
const _component_el_button = resolveComponent("el-button");
|
|
36217
36272
|
const _component_custom_table_cell_item = resolveComponent("custom-table-cell-item");
|
|
@@ -36222,7 +36277,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36222
36277
|
key: $props.widget.id,
|
|
36223
36278
|
class: normalizeClass(["custom-table-container", $options.customClass])
|
|
36224
36279
|
}, [
|
|
36225
|
-
$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, [
|
|
36226
36281
|
createVNode(_component_el_button, {
|
|
36227
36282
|
type: "primary",
|
|
36228
36283
|
size: "small",
|
|
@@ -36236,13 +36291,13 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36236
36291
|
_: 1
|
|
36237
36292
|
}, 8, ["onClick"])
|
|
36238
36293
|
])) : createCommentVNode("", true),
|
|
36239
|
-
createElementVNode("table", _hoisted_2$
|
|
36294
|
+
createElementVNode("table", _hoisted_2$f, [
|
|
36240
36295
|
createElementVNode("tbody", null, [
|
|
36241
36296
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
36242
36297
|
return openBlock(), createElementBlock("tr", {
|
|
36243
36298
|
key: $data.rowIdData[rowIdx] || row.id
|
|
36244
36299
|
}, [
|
|
36245
|
-
$props.widget.rows.length > 0 ? (openBlock(), createElementBlock("td", _hoisted_3$
|
|
36300
|
+
$props.widget.rows.length > 0 ? (openBlock(), createElementBlock("td", _hoisted_3$c, [
|
|
36246
36301
|
createVNode(_component_el_button, {
|
|
36247
36302
|
type: "primary",
|
|
36248
36303
|
size: "small",
|
|
@@ -36291,9 +36346,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36291
36346
|
_: 1
|
|
36292
36347
|
}, 8, ["widget"]);
|
|
36293
36348
|
}
|
|
36294
|
-
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"]]);
|
|
36295
36350
|
var subTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36296
|
-
const _sfc_main$
|
|
36351
|
+
const _sfc_main$r = {
|
|
36297
36352
|
name: "sub-table-widget",
|
|
36298
36353
|
componentName: "ContainerWidget",
|
|
36299
36354
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -36379,9 +36434,9 @@ const _sfc_main$p = {
|
|
|
36379
36434
|
}
|
|
36380
36435
|
}
|
|
36381
36436
|
};
|
|
36382
|
-
const _hoisted_1$
|
|
36383
|
-
const _hoisted_2$
|
|
36384
|
-
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" };
|
|
36385
36440
|
const _hoisted_4$9 = { class: "preview-cell" };
|
|
36386
36441
|
const _hoisted_5$5 = { class: "empty-hint" };
|
|
36387
36442
|
const _hoisted_6$5 = { key: 0 };
|
|
@@ -36390,7 +36445,7 @@ const _hoisted_8$3 = {
|
|
|
36390
36445
|
key: 0,
|
|
36391
36446
|
class: "config-hint"
|
|
36392
36447
|
};
|
|
36393
|
-
function _sfc_render$
|
|
36448
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36394
36449
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
36395
36450
|
const _component_el_button = resolveComponent("el-button");
|
|
36396
36451
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
@@ -36410,8 +36465,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36410
36465
|
class: normalizeClass(["sub-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
36411
36466
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
36412
36467
|
}, [
|
|
36413
|
-
createElementVNode("div", _hoisted_1$
|
|
36414
|
-
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),
|
|
36415
36470
|
createVNode(_component_el_button, {
|
|
36416
36471
|
disabled: $data.actionDisabled,
|
|
36417
36472
|
round: "",
|
|
@@ -36427,7 +36482,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36427
36482
|
_: 1
|
|
36428
36483
|
}, 8, ["disabled", "onClick"])
|
|
36429
36484
|
]),
|
|
36430
|
-
createElementVNode("div", _hoisted_3$
|
|
36485
|
+
createElementVNode("div", _hoisted_3$b, [
|
|
36431
36486
|
createVNode(_component_el_table, {
|
|
36432
36487
|
data: $data.previewData,
|
|
36433
36488
|
border: $props.widget.options.border,
|
|
@@ -36519,9 +36574,9 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36519
36574
|
_: 1
|
|
36520
36575
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
36521
36576
|
}
|
|
36522
|
-
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"]]);
|
|
36523
36578
|
var subTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
36524
|
-
const _sfc_main$
|
|
36579
|
+
const _sfc_main$q = {
|
|
36525
36580
|
name: "sub-table-item",
|
|
36526
36581
|
componentName: "ContainerItem",
|
|
36527
36582
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -37058,17 +37113,17 @@ const _sfc_main$o = {
|
|
|
37058
37113
|
}
|
|
37059
37114
|
}
|
|
37060
37115
|
};
|
|
37061
|
-
const _hoisted_1$
|
|
37116
|
+
const _hoisted_1$h = {
|
|
37062
37117
|
key: 0,
|
|
37063
37118
|
class: "sub-table-label"
|
|
37064
37119
|
};
|
|
37065
|
-
const _hoisted_2$
|
|
37120
|
+
const _hoisted_2$d = {
|
|
37066
37121
|
key: 0,
|
|
37067
37122
|
class: "required-mark"
|
|
37068
37123
|
};
|
|
37069
|
-
const _hoisted_3$
|
|
37124
|
+
const _hoisted_3$a = { class: "table-toolbar" };
|
|
37070
37125
|
const _hoisted_4$8 = { class: "dialog-footer" };
|
|
37071
|
-
function _sfc_render$
|
|
37126
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37072
37127
|
const _component_el_button = resolveComponent("el-button");
|
|
37073
37128
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
37074
37129
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -37095,13 +37150,13 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37095
37150
|
createElementVNode("div", {
|
|
37096
37151
|
class: normalizeClass(["sub-table-container", $options.customClass])
|
|
37097
37152
|
}, [
|
|
37098
|
-
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
37153
|
+
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
37099
37154
|
createElementVNode("span", {
|
|
37100
37155
|
class: normalizeClass($options.labelClass)
|
|
37101
37156
|
}, toDisplayString($props.widget.options.label), 3),
|
|
37102
|
-
$props.widget.options.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
37157
|
+
$props.widget.options.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
37103
37158
|
])) : createCommentVNode("", true),
|
|
37104
|
-
createElementVNode("div", _hoisted_3$
|
|
37159
|
+
createElementVNode("div", _hoisted_3$a, [
|
|
37105
37160
|
!$props.widget.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
37106
37161
|
key: 0,
|
|
37107
37162
|
type: "primary",
|
|
@@ -37346,7 +37401,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37346
37401
|
_: 1
|
|
37347
37402
|
}, 8, ["widget"]);
|
|
37348
37403
|
}
|
|
37349
|
-
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"]]);
|
|
37350
37405
|
var ace$2 = { exports: {} };
|
|
37351
37406
|
(function(module, exports) {
|
|
37352
37407
|
(function() {
|
|
@@ -61792,7 +61847,7 @@ var extLanguage_tools = { exports: {} };
|
|
|
61792
61847
|
})();
|
|
61793
61848
|
})(extLanguage_tools);
|
|
61794
61849
|
var index_vue_vue_type_style_index_0_scoped_true_lang$6 = "";
|
|
61795
|
-
const _sfc_main$
|
|
61850
|
+
const _sfc_main$p = {
|
|
61796
61851
|
name: "CodeEditor",
|
|
61797
61852
|
props: {
|
|
61798
61853
|
modelValue: {
|
|
@@ -61883,19 +61938,19 @@ const _sfc_main$n = {
|
|
|
61883
61938
|
}
|
|
61884
61939
|
}
|
|
61885
61940
|
};
|
|
61886
|
-
const _hoisted_1$
|
|
61887
|
-
const _hoisted_2$
|
|
61941
|
+
const _hoisted_1$g = { class: "ace-container" };
|
|
61942
|
+
const _hoisted_2$c = {
|
|
61888
61943
|
class: "ace-editor",
|
|
61889
61944
|
ref: "ace"
|
|
61890
61945
|
};
|
|
61891
|
-
function _sfc_render$
|
|
61892
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
61893
|
-
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)
|
|
61894
61949
|
]);
|
|
61895
61950
|
}
|
|
61896
|
-
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"]]);
|
|
61897
61952
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
61898
|
-
const _sfc_main$
|
|
61953
|
+
const _sfc_main$o = {
|
|
61899
61954
|
name: "sub-table-columns-editor",
|
|
61900
61955
|
mixins: [i18n$1],
|
|
61901
61956
|
components: {
|
|
@@ -62114,11 +62169,11 @@ const _sfc_main$m = {
|
|
|
62114
62169
|
}
|
|
62115
62170
|
}
|
|
62116
62171
|
};
|
|
62117
|
-
const _hoisted_1$
|
|
62118
|
-
const _hoisted_2$
|
|
62119
|
-
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" };
|
|
62120
62175
|
const _hoisted_4$7 = { class: "dialog-footer" };
|
|
62121
|
-
function _sfc_render$
|
|
62176
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62122
62177
|
const _component_el_divider = resolveComponent("el-divider");
|
|
62123
62178
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
62124
62179
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -62150,8 +62205,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62150
62205
|
key: colIdx,
|
|
62151
62206
|
class: "column-item"
|
|
62152
62207
|
}, [
|
|
62153
|
-
createElementVNode("div", _hoisted_1$
|
|
62154
|
-
createElementVNode("span", _hoisted_2$
|
|
62208
|
+
createElementVNode("div", _hoisted_1$f, [
|
|
62209
|
+
createElementVNode("span", _hoisted_2$b, "\u5217 " + toDisplayString(colIdx + 1), 1),
|
|
62155
62210
|
createVNode(_component_el_button, {
|
|
62156
62211
|
circle: "",
|
|
62157
62212
|
plain: "",
|
|
@@ -62162,7 +62217,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62162
62217
|
class: "column-delete-button"
|
|
62163
62218
|
}, null, 8, ["onClick"])
|
|
62164
62219
|
]),
|
|
62165
|
-
createElementVNode("div", _hoisted_3$
|
|
62220
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
62166
62221
|
createVNode(_component_el_form_item, { label: "\u5217\u540D" }, {
|
|
62167
62222
|
default: withCtx(() => [
|
|
62168
62223
|
createVNode(_component_el_input, {
|
|
@@ -62627,8 +62682,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62627
62682
|
}, 8, ["modelValue", "title"])
|
|
62628
62683
|
], 64);
|
|
62629
62684
|
}
|
|
62630
|
-
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62631
|
-
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 = {
|
|
62632
62687
|
name: "current-user-widget",
|
|
62633
62688
|
componentName: "FieldWidget",
|
|
62634
62689
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -62817,7 +62872,7 @@ const _sfc_main$l = {
|
|
|
62817
62872
|
this.getCurrentUser();
|
|
62818
62873
|
}
|
|
62819
62874
|
};
|
|
62820
|
-
function _sfc_render$
|
|
62875
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62821
62876
|
const _component_el_input = resolveComponent("el-input");
|
|
62822
62877
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
62823
62878
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -62842,9 +62897,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62842
62897
|
_: 1
|
|
62843
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"]);
|
|
62844
62899
|
}
|
|
62845
|
-
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62900
|
+
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
62846
62901
|
var assetDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62847
|
-
const _sfc_main$
|
|
62902
|
+
const _sfc_main$m = {
|
|
62848
62903
|
name: "asset-dialog",
|
|
62849
62904
|
props: {
|
|
62850
62905
|
dialogVisible: {
|
|
@@ -63041,9 +63096,9 @@ const _sfc_main$k = {
|
|
|
63041
63096
|
this.handleGetAssetTypeOptions();
|
|
63042
63097
|
}
|
|
63043
63098
|
};
|
|
63044
|
-
const _hoisted_1$
|
|
63045
|
-
const _hoisted_2$
|
|
63046
|
-
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" };
|
|
63047
63102
|
const _hoisted_4$6 = { class: "filter-wrap" };
|
|
63048
63103
|
const _hoisted_5$4 = { class: "right-wrap" };
|
|
63049
63104
|
const _hoisted_6$4 = { class: "asset-wrap-title" };
|
|
@@ -63051,7 +63106,7 @@ const _hoisted_7$4 = { class: "asset-wrap" };
|
|
|
63051
63106
|
const _hoisted_8$2 = { class: "asset-item-left" };
|
|
63052
63107
|
const _hoisted_9$2 = { class: "asset-item-right" };
|
|
63053
63108
|
const _hoisted_10$1 = { class: "dialog-footer" };
|
|
63054
|
-
function _sfc_render$
|
|
63109
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63055
63110
|
const _component_el_input = resolveComponent("el-input");
|
|
63056
63111
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
63057
63112
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -63104,9 +63159,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63104
63159
|
])
|
|
63105
63160
|
]),
|
|
63106
63161
|
default: withCtx(() => [
|
|
63107
|
-
createElementVNode("div", _hoisted_1$
|
|
63108
|
-
createElementVNode("div", _hoisted_2$
|
|
63109
|
-
createElementVNode("div", _hoisted_3$
|
|
63162
|
+
createElementVNode("div", _hoisted_1$e, [
|
|
63163
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
63164
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
63110
63165
|
createElementVNode("div", _hoisted_4$6, [
|
|
63111
63166
|
createVNode(_component_el_form, {
|
|
63112
63167
|
model: $data.form,
|
|
@@ -63370,9 +63425,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63370
63425
|
_: 1
|
|
63371
63426
|
}, 8, ["modelValue", "onClose"]);
|
|
63372
63427
|
}
|
|
63373
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63374
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
63375
|
-
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 = {
|
|
63376
63431
|
name: "asset-select-widget",
|
|
63377
63432
|
componentName: "FieldWidget",
|
|
63378
63433
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -63566,8 +63621,8 @@ const _sfc_main$j = {
|
|
|
63566
63621
|
}
|
|
63567
63622
|
}
|
|
63568
63623
|
};
|
|
63569
|
-
const _hoisted_1$
|
|
63570
|
-
function _sfc_render$
|
|
63624
|
+
const _hoisted_1$d = { class: "asset-select-widget__trigger" };
|
|
63625
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63571
63626
|
const _component_el_button = resolveComponent("el-button");
|
|
63572
63627
|
const _component_asset_dialog = resolveComponent("asset-dialog");
|
|
63573
63628
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -63588,7 +63643,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63588
63643
|
class: "asset-select-widget",
|
|
63589
63644
|
style: normalizeStyle($options.widgetStyle)
|
|
63590
63645
|
}, [
|
|
63591
|
-
createElementVNode("div", _hoisted_1$
|
|
63646
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
63592
63647
|
createVNode(_component_el_button, {
|
|
63593
63648
|
type: "primary",
|
|
63594
63649
|
class: "asset-select-widget__button",
|
|
@@ -63618,7 +63673,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63618
63673
|
_: 1
|
|
63619
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"]);
|
|
63620
63675
|
}
|
|
63621
|
-
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
63676
|
+
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l]]);
|
|
63622
63677
|
var documentDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
63623
63678
|
var documentDialog_vue_vue_type_style_index_1_lang = "";
|
|
63624
63679
|
const DEFAULT_FORM_JSON$1 = {
|
|
@@ -63643,7 +63698,7 @@ const DEFAULT_FORM_JSON$1 = {
|
|
|
63643
63698
|
onFormValidateSuccess: ""
|
|
63644
63699
|
}
|
|
63645
63700
|
};
|
|
63646
|
-
const _sfc_main$
|
|
63701
|
+
const _sfc_main$k = {
|
|
63647
63702
|
name: "document-dialog",
|
|
63648
63703
|
components: {
|
|
63649
63704
|
VFormRender
|
|
@@ -63916,9 +63971,9 @@ const _sfc_main$i = {
|
|
|
63916
63971
|
}
|
|
63917
63972
|
}
|
|
63918
63973
|
};
|
|
63919
|
-
const _hoisted_1$
|
|
63920
|
-
const _hoisted_2$
|
|
63921
|
-
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" };
|
|
63922
63977
|
const _hoisted_4$5 = { class: "filter-wrap" };
|
|
63923
63978
|
const _hoisted_5$3 = ["onClick"];
|
|
63924
63979
|
const _hoisted_6$3 = {
|
|
@@ -63944,7 +63999,7 @@ const _hoisted_12 = {
|
|
|
63944
63999
|
class: "detail-empty"
|
|
63945
64000
|
};
|
|
63946
64001
|
const _hoisted_13 = { class: "dialog-footer" };
|
|
63947
|
-
function _sfc_render$
|
|
64002
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63948
64003
|
const _component_el_input = resolveComponent("el-input");
|
|
63949
64004
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
63950
64005
|
const _component_el_form = resolveComponent("el-form");
|
|
@@ -63992,9 +64047,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63992
64047
|
])
|
|
63993
64048
|
]),
|
|
63994
64049
|
default: withCtx(() => [
|
|
63995
|
-
createElementVNode("div", _hoisted_1$
|
|
63996
|
-
createElementVNode("div", _hoisted_2$
|
|
63997
|
-
createElementVNode("div", _hoisted_3$
|
|
64050
|
+
createElementVNode("div", _hoisted_1$c, [
|
|
64051
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
64052
|
+
createElementVNode("div", _hoisted_3$7, [
|
|
63998
64053
|
createElementVNode("div", _hoisted_4$5, [
|
|
63999
64054
|
createVNode(_component_el_form, {
|
|
64000
64055
|
model: $data.form,
|
|
@@ -64102,7 +64157,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64102
64157
|
_: 1
|
|
64103
64158
|
}, 8, ["modelValue", "onClose"]);
|
|
64104
64159
|
}
|
|
64105
|
-
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"]]);
|
|
64106
64161
|
var documentDetailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
64107
64162
|
var documentDetailDialog_vue_vue_type_style_index_1_lang = "";
|
|
64108
64163
|
const DEFAULT_FORM_JSON = {
|
|
@@ -64127,7 +64182,7 @@ const DEFAULT_FORM_JSON = {
|
|
|
64127
64182
|
onFormValidateSuccess: ""
|
|
64128
64183
|
}
|
|
64129
64184
|
};
|
|
64130
|
-
const _sfc_main$
|
|
64185
|
+
const _sfc_main$j = {
|
|
64131
64186
|
name: "document-detail-dialog",
|
|
64132
64187
|
components: {
|
|
64133
64188
|
VFormRender
|
|
@@ -64286,20 +64341,20 @@ const _sfc_main$h = {
|
|
|
64286
64341
|
}
|
|
64287
64342
|
}
|
|
64288
64343
|
};
|
|
64289
|
-
const _hoisted_1$
|
|
64344
|
+
const _hoisted_1$b = {
|
|
64290
64345
|
key: 0,
|
|
64291
64346
|
class: "detail-loading"
|
|
64292
64347
|
};
|
|
64293
|
-
const _hoisted_2$
|
|
64348
|
+
const _hoisted_2$8 = {
|
|
64294
64349
|
key: 1,
|
|
64295
64350
|
class: "detail-form detail-form--readonly"
|
|
64296
64351
|
};
|
|
64297
|
-
const _hoisted_3$
|
|
64352
|
+
const _hoisted_3$6 = {
|
|
64298
64353
|
key: 2,
|
|
64299
64354
|
class: "detail-empty"
|
|
64300
64355
|
};
|
|
64301
64356
|
const _hoisted_4$4 = { class: "dialog-footer" };
|
|
64302
|
-
function _sfc_render$
|
|
64357
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64303
64358
|
const _component_Loading = resolveComponent("Loading");
|
|
64304
64359
|
const _component_el_icon = resolveComponent("el-icon");
|
|
64305
64360
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
@@ -64333,7 +64388,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64333
64388
|
default: withCtx(() => [
|
|
64334
64389
|
createVNode(_component_el_scrollbar, { class: "detail-panel__scroll" }, {
|
|
64335
64390
|
default: withCtx(() => [
|
|
64336
|
-
$data.detailLoading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
64391
|
+
$data.detailLoading ? (openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
64337
64392
|
createVNode(_component_el_icon, { class: "is-loading" }, {
|
|
64338
64393
|
default: withCtx(() => [
|
|
64339
64394
|
createVNode(_component_Loading)
|
|
@@ -64341,14 +64396,14 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64341
64396
|
_: 1
|
|
64342
64397
|
}),
|
|
64343
64398
|
_cache[1] || (_cache[1] = createElementVNode("span", null, "\u52A0\u8F7D\u4E2D...", -1))
|
|
64344
|
-
])) : $data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
64399
|
+
])) : $data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$8, [
|
|
64345
64400
|
createVNode(_component_v_form_render, {
|
|
64346
64401
|
ref: "detailFormRender",
|
|
64347
64402
|
"form-json": $options.renderFormJson,
|
|
64348
64403
|
"form-data": $data.formData,
|
|
64349
64404
|
"preview-state": true
|
|
64350
64405
|
}, null, 8, ["form-json", "form-data"])
|
|
64351
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
64406
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_3$6, "\u672A\u627E\u5230\u8868\u5355\u914D\u7F6E"))
|
|
64352
64407
|
]),
|
|
64353
64408
|
_: 1
|
|
64354
64409
|
})
|
|
@@ -64356,9 +64411,9 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64356
64411
|
_: 1
|
|
64357
64412
|
}, 8, ["modelValue", "onClose"]);
|
|
64358
64413
|
}
|
|
64359
|
-
var DocumentDetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64360
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
64361
|
-
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 = {
|
|
64362
64417
|
name: "document-select-widget",
|
|
64363
64418
|
componentName: "FieldWidget",
|
|
64364
64419
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -64507,20 +64562,20 @@ const _sfc_main$g = {
|
|
|
64507
64562
|
}
|
|
64508
64563
|
}
|
|
64509
64564
|
};
|
|
64510
|
-
const _hoisted_1$
|
|
64565
|
+
const _hoisted_1$a = {
|
|
64511
64566
|
key: 0,
|
|
64512
64567
|
class: "document-selected-empty"
|
|
64513
64568
|
};
|
|
64514
|
-
const _hoisted_2$
|
|
64569
|
+
const _hoisted_2$7 = {
|
|
64515
64570
|
key: 1,
|
|
64516
64571
|
class: "document-select-widget__trigger"
|
|
64517
64572
|
};
|
|
64518
|
-
const _hoisted_3$
|
|
64573
|
+
const _hoisted_3$5 = {
|
|
64519
64574
|
key: 2,
|
|
64520
64575
|
class: "document-selected-list"
|
|
64521
64576
|
};
|
|
64522
64577
|
const _hoisted_4$3 = ["onClick"];
|
|
64523
|
-
function _sfc_render$
|
|
64578
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64524
64579
|
const _component_el_button = resolveComponent("el-button");
|
|
64525
64580
|
const _component_document_dialog = resolveComponent("document-dialog");
|
|
64526
64581
|
const _component_document_detail_dialog = resolveComponent("document-detail-dialog");
|
|
@@ -64543,8 +64598,8 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64543
64598
|
style: normalizeStyle($options.widgetStyle)
|
|
64544
64599
|
}, [
|
|
64545
64600
|
$options.isDisabled ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
64546
|
-
!$options.selectedList.length ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
64547
|
-
], 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, [
|
|
64548
64603
|
createVNode(_component_el_button, {
|
|
64549
64604
|
type: "primary",
|
|
64550
64605
|
class: "document-select-widget__button",
|
|
@@ -64559,7 +64614,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64559
64614
|
_: 1
|
|
64560
64615
|
}, 8, ["onClick"])
|
|
64561
64616
|
])),
|
|
64562
|
-
$options.selectedList.length ? (openBlock(), createElementBlock("ul", _hoisted_3$
|
|
64617
|
+
$options.selectedList.length ? (openBlock(), createElementBlock("ul", _hoisted_3$5, [
|
|
64563
64618
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectedList, (item) => {
|
|
64564
64619
|
return openBlock(), createElementBlock("li", {
|
|
64565
64620
|
key: $options.getDocumentKey(item),
|
|
@@ -64589,7 +64644,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64589
64644
|
_: 1
|
|
64590
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"]);
|
|
64591
64646
|
}
|
|
64592
|
-
var DocumentSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
64647
|
+
var DocumentSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i]]);
|
|
64593
64648
|
const DEFAULT_DICT_API = "/unified-dict/sysItemDict/page";
|
|
64594
64649
|
const DEFAULT_DICT_PARAMS = { current: 1, size: 1e4 };
|
|
64595
64650
|
function normalizeDictRecords(records) {
|
|
@@ -64756,7 +64811,7 @@ class DictManager {
|
|
|
64756
64811
|
}
|
|
64757
64812
|
const dictManager = new DictManager();
|
|
64758
64813
|
var index_vue_vue_type_style_index_0_scoped_true_lang$5 = "";
|
|
64759
|
-
const _sfc_main$
|
|
64814
|
+
const _sfc_main$h = {
|
|
64760
64815
|
name: "dict-select-widget",
|
|
64761
64816
|
componentName: "FieldWidget",
|
|
64762
64817
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -64900,8 +64955,8 @@ const _sfc_main$f = {
|
|
|
64900
64955
|
}
|
|
64901
64956
|
}
|
|
64902
64957
|
};
|
|
64903
|
-
const _hoisted_1$
|
|
64904
|
-
function _sfc_render$
|
|
64958
|
+
const _hoisted_1$9 = { class: "dict-select-widget" };
|
|
64959
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
64905
64960
|
const _component_el_option = resolveComponent("el-option");
|
|
64906
64961
|
const _component_el_select = resolveComponent("el-select");
|
|
64907
64962
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
@@ -64924,7 +64979,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64924
64979
|
"sub-form-row-id": $props.subFormRowId
|
|
64925
64980
|
}, {
|
|
64926
64981
|
default: withCtx(() => [
|
|
64927
|
-
createElementVNode("div", _hoisted_1$
|
|
64982
|
+
createElementVNode("div", _hoisted_1$9, [
|
|
64928
64983
|
$props.field.options.type === "select" ? (openBlock(), createBlock(_component_el_select, {
|
|
64929
64984
|
key: 0,
|
|
64930
64985
|
ref: "fieldEditor",
|
|
@@ -65041,9 +65096,9 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65041
65096
|
_: 1
|
|
65042
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"]);
|
|
65043
65098
|
}
|
|
65044
|
-
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"]]);
|
|
65045
65100
|
var dictSelectDictCodeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
65046
|
-
const _sfc_main$
|
|
65101
|
+
const _sfc_main$g = {
|
|
65047
65102
|
name: "dict-select-dictCode-editor",
|
|
65048
65103
|
mixins: [i18n$1],
|
|
65049
65104
|
props: {
|
|
@@ -65099,9 +65154,9 @@ const _sfc_main$e = {
|
|
|
65099
65154
|
}
|
|
65100
65155
|
}
|
|
65101
65156
|
};
|
|
65102
|
-
const _hoisted_1$
|
|
65103
|
-
const _hoisted_2$
|
|
65104
|
-
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) {
|
|
65105
65160
|
const _component_el_option = resolveComponent("el-option");
|
|
65106
65161
|
const _component_el_select = resolveComponent("el-select");
|
|
65107
65162
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -65130,17 +65185,17 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65130
65185
|
]),
|
|
65131
65186
|
_: 1
|
|
65132
65187
|
}, 8, ["modelValue", "placeholder", "onChange", "onVisibleChange"]),
|
|
65133
|
-
createElementVNode("div", _hoisted_1$
|
|
65188
|
+
createElementVNode("div", _hoisted_1$8, [
|
|
65134
65189
|
createTextVNode(toDisplayString(_ctx.i18nt("extension.setting.dictSelectDictCodeHint")) + " ", 1),
|
|
65135
|
-
$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)
|
|
65136
65191
|
])
|
|
65137
65192
|
]),
|
|
65138
65193
|
_: 1
|
|
65139
65194
|
}, 8, ["label"]);
|
|
65140
65195
|
}
|
|
65141
|
-
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"]]);
|
|
65142
65197
|
var detailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
65143
|
-
const _sfc_main$
|
|
65198
|
+
const _sfc_main$f = {
|
|
65144
65199
|
name: "detail-dialog",
|
|
65145
65200
|
components: {
|
|
65146
65201
|
VFormRender
|
|
@@ -65383,10 +65438,10 @@ const _sfc_main$d = {
|
|
|
65383
65438
|
}
|
|
65384
65439
|
}
|
|
65385
65440
|
};
|
|
65386
|
-
const _hoisted_1$
|
|
65387
|
-
const _hoisted_2$
|
|
65388
|
-
const _hoisted_3$
|
|
65389
|
-
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) {
|
|
65390
65445
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
65391
65446
|
const _component_el_button = resolveComponent("el-button");
|
|
65392
65447
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
@@ -65401,7 +65456,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65401
65456
|
draggable: ""
|
|
65402
65457
|
}, {
|
|
65403
65458
|
footer: withCtx(() => [
|
|
65404
|
-
createElementVNode("div", _hoisted_3$
|
|
65459
|
+
createElementVNode("div", _hoisted_3$4, [
|
|
65405
65460
|
createVNode(_component_el_button, { onClick: $options.handleClose }, {
|
|
65406
65461
|
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
65407
65462
|
createTextVNode("\u53D6\u6D88", -1)
|
|
@@ -65421,8 +65476,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65421
65476
|
])
|
|
65422
65477
|
]),
|
|
65423
65478
|
default: withCtx(() => [
|
|
65424
|
-
createElementVNode("div", _hoisted_1$
|
|
65425
|
-
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
65479
|
+
createElementVNode("div", _hoisted_1$7, [
|
|
65480
|
+
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
65426
65481
|
createVNode(_component_v_form_render, {
|
|
65427
65482
|
ref: "detailFormRender",
|
|
65428
65483
|
"form-json": $options.renderFormJson,
|
|
@@ -65434,9 +65489,9 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65434
65489
|
_: 1
|
|
65435
65490
|
}, 8, ["modelValue", "title", "onClose"]);
|
|
65436
65491
|
}
|
|
65437
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65438
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
65439
|
-
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 = {
|
|
65440
65495
|
name: "asset-table-widget",
|
|
65441
65496
|
componentName: "FieldWidget",
|
|
65442
65497
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -65593,8 +65648,8 @@ const _sfc_main$c = {
|
|
|
65593
65648
|
}
|
|
65594
65649
|
}
|
|
65595
65650
|
};
|
|
65596
|
-
const _hoisted_1$
|
|
65597
|
-
function _sfc_render$
|
|
65651
|
+
const _hoisted_1$6 = { key: 1 };
|
|
65652
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65598
65653
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
65599
65654
|
const _component_el_text = resolveComponent("el-text");
|
|
65600
65655
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -65648,7 +65703,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65648
65703
|
createTextVNode(toDisplayString(row.labelName), 1)
|
|
65649
65704
|
]),
|
|
65650
65705
|
_: 2
|
|
65651
|
-
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$
|
|
65706
|
+
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$6, toDisplayString(row.labelName), 1))
|
|
65652
65707
|
]),
|
|
65653
65708
|
_: 1
|
|
65654
65709
|
}),
|
|
@@ -65708,9 +65763,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65708
65763
|
_: 1
|
|
65709
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"]);
|
|
65710
65765
|
}
|
|
65711
|
-
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
65712
|
-
var index_vue_vue_type_style_index_0_lang$
|
|
65713
|
-
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 = {
|
|
65714
65769
|
name: "system-table-widget",
|
|
65715
65770
|
componentName: "FieldWidget",
|
|
65716
65771
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -65904,8 +65959,8 @@ const _sfc_main$b = {
|
|
|
65904
65959
|
}
|
|
65905
65960
|
}
|
|
65906
65961
|
};
|
|
65907
|
-
const _hoisted_1$
|
|
65908
|
-
function _sfc_render$
|
|
65962
|
+
const _hoisted_1$5 = { key: 1 };
|
|
65963
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65909
65964
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
65910
65965
|
const _component_el_text = resolveComponent("el-text");
|
|
65911
65966
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -65959,7 +66014,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65959
66014
|
createTextVNode(toDisplayString(row.systemName), 1)
|
|
65960
66015
|
]),
|
|
65961
66016
|
_: 2
|
|
65962
|
-
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$
|
|
66017
|
+
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_1$5, toDisplayString(row.systemName), 1))
|
|
65963
66018
|
]),
|
|
65964
66019
|
_: 1
|
|
65965
66020
|
}),
|
|
@@ -66023,9 +66078,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66023
66078
|
_: 1
|
|
66024
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"]);
|
|
66025
66080
|
}
|
|
66026
|
-
var SystemTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
66027
|
-
var index_vue_vue_type_style_index_0_lang = "";
|
|
66028
|
-
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 = {
|
|
66029
66084
|
name: "legal-table-widget",
|
|
66030
66085
|
componentName: "FieldWidget",
|
|
66031
66086
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -66228,7 +66283,7 @@ const _sfc_main$a = {
|
|
|
66228
66283
|
}
|
|
66229
66284
|
}
|
|
66230
66285
|
};
|
|
66231
|
-
function _sfc_render$
|
|
66286
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66232
66287
|
const _component_el_button = resolveComponent("el-button");
|
|
66233
66288
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
66234
66289
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -66362,7 +66417,612 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
66362
66417
|
_: 1
|
|
66363
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"]);
|
|
66364
66419
|
}
|
|
66365
|
-
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
|
+
this.$emit("confirm", formValues);
|
|
66599
|
+
this.dialogVisible = false;
|
|
66600
|
+
} catch (e) {
|
|
66601
|
+
this.$message.error(e);
|
|
66602
|
+
console.error(e);
|
|
66603
|
+
}
|
|
66604
|
+
},
|
|
66605
|
+
handleClose() {
|
|
66606
|
+
this.formData = {};
|
|
66607
|
+
this.showForm = false;
|
|
66608
|
+
this.formJson = lodash.exports.cloneDeep(this.defaultFormJson);
|
|
66609
|
+
this.$emit("close");
|
|
66610
|
+
}
|
|
66611
|
+
}
|
|
66612
|
+
};
|
|
66613
|
+
const _hoisted_1$4 = { class: "lease-body-wrap" };
|
|
66614
|
+
const _hoisted_2$4 = { key: 0 };
|
|
66615
|
+
const _hoisted_3$3 = { class: "dialog-footer" };
|
|
66616
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66617
|
+
const _component_v_form_render = resolveComponent("v-form-render");
|
|
66618
|
+
const _component_el_button = resolveComponent("el-button");
|
|
66619
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
66620
|
+
return openBlock(), createBlock(_component_el_dialog, {
|
|
66621
|
+
modelValue: $options.dialogVisible,
|
|
66622
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.dialogVisible = $event),
|
|
66623
|
+
title: $options.dialogTitle,
|
|
66624
|
+
width: "1200px",
|
|
66625
|
+
"close-on-click-modal": false,
|
|
66626
|
+
"append-to-body": "",
|
|
66627
|
+
draggable: "",
|
|
66628
|
+
onClose: $options.handleClose
|
|
66629
|
+
}, {
|
|
66630
|
+
footer: withCtx(() => [
|
|
66631
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
66632
|
+
createVNode(_component_el_button, { onClick: $options.handleClose }, {
|
|
66633
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
66634
|
+
createTextVNode("\u53D6\u6D88", -1)
|
|
66635
|
+
])]),
|
|
66636
|
+
_: 1
|
|
66637
|
+
}, 8, ["onClick"]),
|
|
66638
|
+
!$props.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
66639
|
+
key: 0,
|
|
66640
|
+
type: "primary",
|
|
66641
|
+
onClick: $options.handleConfirm
|
|
66642
|
+
}, {
|
|
66643
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
66644
|
+
createTextVNode("\u786E\u5B9A", -1)
|
|
66645
|
+
])]),
|
|
66646
|
+
_: 1
|
|
66647
|
+
}, 8, ["onClick"])) : createCommentVNode("", true)
|
|
66648
|
+
])
|
|
66649
|
+
]),
|
|
66650
|
+
default: withCtx(() => [
|
|
66651
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
66652
|
+
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
66653
|
+
createVNode(_component_v_form_render, {
|
|
66654
|
+
ref: "detailFormRender",
|
|
66655
|
+
"form-json": $options.renderFormJson,
|
|
66656
|
+
"form-data": $data.formData
|
|
66657
|
+
}, null, 8, ["form-json", "form-data"])
|
|
66658
|
+
])) : createCommentVNode("", true)
|
|
66659
|
+
])
|
|
66660
|
+
]),
|
|
66661
|
+
_: 1
|
|
66662
|
+
}, 8, ["modelValue", "title", "onClose"]);
|
|
66663
|
+
}
|
|
66664
|
+
var LeaseDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-d245b56a"]]);
|
|
66665
|
+
var index_vue_vue_type_style_index_0_lang = "";
|
|
66666
|
+
const _sfc_main$a = {
|
|
66667
|
+
name: "lease-table-widget",
|
|
66668
|
+
componentName: "FieldWidget",
|
|
66669
|
+
mixins: [emitter, fieldMixin, i18n$1],
|
|
66670
|
+
components: {
|
|
66671
|
+
FormItemWrapper,
|
|
66672
|
+
LeaseDialog
|
|
66673
|
+
},
|
|
66674
|
+
props: {
|
|
66675
|
+
field: {
|
|
66676
|
+
type: Object,
|
|
66677
|
+
default: () => ({})
|
|
66678
|
+
},
|
|
66679
|
+
parentWidget: Object,
|
|
66680
|
+
parentList: Array,
|
|
66681
|
+
indexOfParentList: Number,
|
|
66682
|
+
designer: Object,
|
|
66683
|
+
designState: {
|
|
66684
|
+
type: Boolean,
|
|
66685
|
+
default: false
|
|
66686
|
+
},
|
|
66687
|
+
subFormRowIndex: {
|
|
66688
|
+
type: Number,
|
|
66689
|
+
default: -1
|
|
66690
|
+
},
|
|
66691
|
+
subFormColIndex: {
|
|
66692
|
+
type: Number,
|
|
66693
|
+
default: -1
|
|
66694
|
+
},
|
|
66695
|
+
subFormRowId: {
|
|
66696
|
+
type: String,
|
|
66697
|
+
default: ""
|
|
66698
|
+
}
|
|
66699
|
+
},
|
|
66700
|
+
data() {
|
|
66701
|
+
return {
|
|
66702
|
+
fieldModel: [],
|
|
66703
|
+
oldFieldValue: null,
|
|
66704
|
+
rules: [],
|
|
66705
|
+
dialogVisible: false,
|
|
66706
|
+
dialogData: null,
|
|
66707
|
+
dialogDisabled: false,
|
|
66708
|
+
dialogMode: "add"
|
|
66709
|
+
};
|
|
66710
|
+
},
|
|
66711
|
+
computed: {
|
|
66712
|
+
tableList() {
|
|
66713
|
+
return Array.isArray(this.fieldModel) ? this.fieldModel : [];
|
|
66714
|
+
},
|
|
66715
|
+
widgetStyle() {
|
|
66716
|
+
return {};
|
|
66717
|
+
},
|
|
66718
|
+
dialogTitle() {
|
|
66719
|
+
if (this.dialogDisabled)
|
|
66720
|
+
return "\u67E5\u770B\u79DF\u8D41\u4FE1\u606F";
|
|
66721
|
+
if (this.dialogMode === "edit")
|
|
66722
|
+
return "\u4FEE\u6539\u79DF\u8D41\u4FE1\u606F";
|
|
66723
|
+
return "\u65B0\u589E\u79DF\u8D41\u4FE1\u606F";
|
|
66724
|
+
},
|
|
66725
|
+
flowCode() {
|
|
66726
|
+
var _a, _b;
|
|
66727
|
+
return ((_b = (_a = this.field) == null ? void 0 : _a.options) == null ? void 0 : _b.typeJson) || "30010201";
|
|
66728
|
+
}
|
|
66729
|
+
},
|
|
66730
|
+
watch: {
|
|
66731
|
+
"field.options.required"() {
|
|
66732
|
+
this.buildFieldRules();
|
|
66733
|
+
},
|
|
66734
|
+
"field.options.validation"() {
|
|
66735
|
+
this.buildFieldRules();
|
|
66736
|
+
},
|
|
66737
|
+
"field.options.onValidate"() {
|
|
66738
|
+
this.buildFieldRules();
|
|
66739
|
+
},
|
|
66740
|
+
fieldModel: {
|
|
66741
|
+
handler(newVal) {
|
|
66742
|
+
this.$nextTick(() => {
|
|
66743
|
+
this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
|
|
66744
|
+
});
|
|
66745
|
+
this.syncUpdateFormModel(newVal);
|
|
66746
|
+
},
|
|
66747
|
+
deep: true
|
|
66748
|
+
}
|
|
66749
|
+
},
|
|
66750
|
+
created() {
|
|
66751
|
+
this.initFieldModel();
|
|
66752
|
+
if (!Array.isArray(this.fieldModel)) {
|
|
66753
|
+
this.fieldModel = [];
|
|
66754
|
+
}
|
|
66755
|
+
this.registerToRefList();
|
|
66756
|
+
this.initEventHandler();
|
|
66757
|
+
this.buildFieldRules();
|
|
66758
|
+
this.handleOnCreated();
|
|
66759
|
+
},
|
|
66760
|
+
mounted() {
|
|
66761
|
+
this.handleOnMounted();
|
|
66762
|
+
},
|
|
66763
|
+
beforeUnmount() {
|
|
66764
|
+
this.unregisterFromRefList();
|
|
66765
|
+
},
|
|
66766
|
+
methods: {
|
|
66767
|
+
formatNumber(val) {
|
|
66768
|
+
if (val === null || val === void 0 || val === "")
|
|
66769
|
+
return "";
|
|
66770
|
+
return val;
|
|
66771
|
+
},
|
|
66772
|
+
formatPeriod(row) {
|
|
66773
|
+
if (Array.isArray(row.contractPeriod) && row.contractPeriod.length === 2) {
|
|
66774
|
+
return `${row.contractPeriod[0]} ~ ${row.contractPeriod[1]}`;
|
|
66775
|
+
}
|
|
66776
|
+
if (row.contractStartDate && row.contractEndDate) {
|
|
66777
|
+
return `${row.contractStartDate} ~ ${row.contractEndDate}`;
|
|
66778
|
+
}
|
|
66779
|
+
return "";
|
|
66780
|
+
},
|
|
66781
|
+
ensureList() {
|
|
66782
|
+
if (!Array.isArray(this.fieldModel)) {
|
|
66783
|
+
this.fieldModel = [];
|
|
66784
|
+
}
|
|
66785
|
+
},
|
|
66786
|
+
triggerEvent(eventName, ...args) {
|
|
66787
|
+
var _a, _b;
|
|
66788
|
+
const handler = (_b = (_a = this.field) == null ? void 0 : _a.options) == null ? void 0 : _b[eventName];
|
|
66789
|
+
if (!handler)
|
|
66790
|
+
return;
|
|
66791
|
+
try {
|
|
66792
|
+
if (eventName === "onOpen" && args.length > 0) {
|
|
66793
|
+
const fn = new Function("rowData", handler);
|
|
66794
|
+
fn.call(this, args[0]);
|
|
66795
|
+
} else if (eventName === "onChange") {
|
|
66796
|
+
const value2 = args[0];
|
|
66797
|
+
const oldValue = args[1];
|
|
66798
|
+
if (this.subFormItemFlag) {
|
|
66799
|
+
const subFormData = this.formModel[this.subFormName] || [];
|
|
66800
|
+
const fn = new Function("value", "oldValue", "subFormData", "rowId", "sfrIdx", handler);
|
|
66801
|
+
fn.call(this, value2, oldValue, subFormData, this.subFormRowId, this.subFormRowIndex);
|
|
66802
|
+
} else {
|
|
66803
|
+
const fn = new Function("value", "oldValue", handler);
|
|
66804
|
+
fn.call(this, value2, oldValue);
|
|
66805
|
+
}
|
|
66806
|
+
} else if (args.length > 0) {
|
|
66807
|
+
const paramNames = args.map((_, index2) => `arg${index2}`).join(", ");
|
|
66808
|
+
const fn = new Function(paramNames, handler);
|
|
66809
|
+
fn.apply(this, args);
|
|
66810
|
+
} else {
|
|
66811
|
+
const fn = new Function(handler);
|
|
66812
|
+
fn.call(this);
|
|
66813
|
+
}
|
|
66814
|
+
} catch (error) {
|
|
66815
|
+
console.error(`Error executing ${eventName} handler:`, error);
|
|
66816
|
+
}
|
|
66817
|
+
},
|
|
66818
|
+
addRow() {
|
|
66819
|
+
this.dialogMode = "add";
|
|
66820
|
+
this.dialogDisabled = false;
|
|
66821
|
+
this.dialogData = {};
|
|
66822
|
+
this.triggerEvent("onOpen", {});
|
|
66823
|
+
this.dialogVisible = true;
|
|
66824
|
+
},
|
|
66825
|
+
editRow(row) {
|
|
66826
|
+
this.ensureList();
|
|
66827
|
+
const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
|
|
66828
|
+
if (index2 === -1)
|
|
66829
|
+
return;
|
|
66830
|
+
this.dialogMode = "edit";
|
|
66831
|
+
this.dialogDisabled = false;
|
|
66832
|
+
this.dialogData = lodash.exports.cloneDeep(this.fieldModel[index2]);
|
|
66833
|
+
this.triggerEvent("onOpen", this.dialogData);
|
|
66834
|
+
this.dialogVisible = true;
|
|
66835
|
+
},
|
|
66836
|
+
viewRow(row) {
|
|
66837
|
+
this.ensureList();
|
|
66838
|
+
const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
|
|
66839
|
+
if (index2 === -1)
|
|
66840
|
+
return;
|
|
66841
|
+
this.dialogMode = "view";
|
|
66842
|
+
this.dialogDisabled = true;
|
|
66843
|
+
this.dialogData = lodash.exports.cloneDeep(this.fieldModel[index2]);
|
|
66844
|
+
this.triggerEvent("onOpen", this.dialogData);
|
|
66845
|
+
this.dialogVisible = true;
|
|
66846
|
+
},
|
|
66847
|
+
deleteRow(row) {
|
|
66848
|
+
this.ensureList();
|
|
66849
|
+
const oldValue = lodash.exports.cloneDeep(this.fieldModel);
|
|
66850
|
+
this.fieldModel = this.fieldModel.filter((item) => item.id !== row.id);
|
|
66851
|
+
this.triggerEvent("onChange", this.fieldModel, oldValue);
|
|
66852
|
+
},
|
|
66853
|
+
handleCloseDialog() {
|
|
66854
|
+
this.dialogVisible = false;
|
|
66855
|
+
this.dialogData = null;
|
|
66856
|
+
},
|
|
66857
|
+
handleConfirm(formData) {
|
|
66858
|
+
this.ensureList();
|
|
66859
|
+
const oldValue = lodash.exports.cloneDeep(this.fieldModel);
|
|
66860
|
+
if (this.dialogMode === "add") {
|
|
66861
|
+
const row = __spreadProps(__spreadValues({}, lodash.exports.cloneDeep(formData)), {
|
|
66862
|
+
id: `${Date.now()}_${Math.random().toString(36).slice(2, 8)}`
|
|
66863
|
+
});
|
|
66864
|
+
this.fieldModel.push(row);
|
|
66865
|
+
} else {
|
|
66866
|
+
const index2 = this.fieldModel.findIndex((item) => {
|
|
66867
|
+
var _a;
|
|
66868
|
+
return item.id === ((_a = this.dialogData) == null ? void 0 : _a.id);
|
|
66869
|
+
});
|
|
66870
|
+
if (index2 === -1)
|
|
66871
|
+
return;
|
|
66872
|
+
this.fieldModel[index2] = __spreadValues(__spreadValues({}, this.fieldModel[index2]), lodash.exports.cloneDeep(formData));
|
|
66873
|
+
}
|
|
66874
|
+
this.triggerEvent("onChange", this.fieldModel, oldValue);
|
|
66875
|
+
}
|
|
66876
|
+
}
|
|
66877
|
+
};
|
|
66878
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
66879
|
+
const _component_el_button = resolveComponent("el-button");
|
|
66880
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
66881
|
+
const _component_el_table = resolveComponent("el-table");
|
|
66882
|
+
const _component_lease_dialog = resolveComponent("lease-dialog");
|
|
66883
|
+
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
66884
|
+
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
66885
|
+
designer: $props.designer,
|
|
66886
|
+
field: $props.field,
|
|
66887
|
+
rules: $data.rules,
|
|
66888
|
+
"design-state": $props.designState,
|
|
66889
|
+
"parent-widget": $props.parentWidget,
|
|
66890
|
+
"parent-list": $props.parentList,
|
|
66891
|
+
"index-of-parent-list": $props.indexOfParentList,
|
|
66892
|
+
"sub-form-row-index": $props.subFormRowIndex,
|
|
66893
|
+
"sub-form-col-index": $props.subFormColIndex,
|
|
66894
|
+
"sub-form-row-id": $props.subFormRowId
|
|
66895
|
+
}, {
|
|
66896
|
+
default: withCtx(() => [
|
|
66897
|
+
createElementVNode("div", {
|
|
66898
|
+
class: "lease-table-widget",
|
|
66899
|
+
style: normalizeStyle($options.widgetStyle)
|
|
66900
|
+
}, [
|
|
66901
|
+
!$props.field.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
66902
|
+
key: 0,
|
|
66903
|
+
class: "add-button",
|
|
66904
|
+
type: "primary",
|
|
66905
|
+
size: "small",
|
|
66906
|
+
onClick: $options.addRow
|
|
66907
|
+
}, {
|
|
66908
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
66909
|
+
createTextVNode(" \u65B0\u589E ", -1)
|
|
66910
|
+
])]),
|
|
66911
|
+
_: 1
|
|
66912
|
+
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
66913
|
+
createVNode(_component_el_table, {
|
|
66914
|
+
ref: "tableRef",
|
|
66915
|
+
data: $options.tableList,
|
|
66916
|
+
"max-height": "500px",
|
|
66917
|
+
"header-row-class-name": "headerRowClassName",
|
|
66918
|
+
"header-cell-class-name": "headerCellClassName",
|
|
66919
|
+
stripe: "",
|
|
66920
|
+
style: { "width": "100%" },
|
|
66921
|
+
"row-key": "id"
|
|
66922
|
+
}, {
|
|
66923
|
+
default: withCtx(() => [
|
|
66924
|
+
createVNode(_component_el_table_column, {
|
|
66925
|
+
prop: "transactionCounterpart",
|
|
66926
|
+
label: "\u4EA4\u6613\u5BF9\u624B\u65B9",
|
|
66927
|
+
"min-width": "140",
|
|
66928
|
+
"show-overflow-tooltip": ""
|
|
66929
|
+
}),
|
|
66930
|
+
createVNode(_component_el_table_column, {
|
|
66931
|
+
prop: "rentalArea",
|
|
66932
|
+
label: "\u51FA\u79DF\u9762\u79EF\uFF08\u5E73\u65B9\u7C73\uFF09",
|
|
66933
|
+
"min-width": "140",
|
|
66934
|
+
align: "right"
|
|
66935
|
+
}, {
|
|
66936
|
+
default: withCtx(({ row }) => {
|
|
66937
|
+
var _a;
|
|
66938
|
+
return [
|
|
66939
|
+
createTextVNode(toDisplayString($options.formatNumber((_a = row.rentalArea) != null ? _a : row.leaseArea)), 1)
|
|
66940
|
+
];
|
|
66941
|
+
}),
|
|
66942
|
+
_: 1
|
|
66943
|
+
}),
|
|
66944
|
+
createVNode(_component_el_table_column, {
|
|
66945
|
+
prop: "annualRent",
|
|
66946
|
+
label: "\u5E74\u79DF\u91D1\uFF08\u4E07\u5143\uFF09",
|
|
66947
|
+
"min-width": "120",
|
|
66948
|
+
align: "right"
|
|
66949
|
+
}, {
|
|
66950
|
+
default: withCtx(({ row }) => [
|
|
66951
|
+
createTextVNode(toDisplayString($options.formatNumber(row.annualRent)), 1)
|
|
66952
|
+
]),
|
|
66953
|
+
_: 1
|
|
66954
|
+
}),
|
|
66955
|
+
createVNode(_component_el_table_column, {
|
|
66956
|
+
prop: "contractPeriod",
|
|
66957
|
+
label: "\u5408\u540C\u671F\u9650",
|
|
66958
|
+
"min-width": "200",
|
|
66959
|
+
"show-overflow-tooltip": ""
|
|
66960
|
+
}, {
|
|
66961
|
+
default: withCtx(({ row }) => [
|
|
66962
|
+
createTextVNode(toDisplayString($options.formatPeriod(row)), 1)
|
|
66963
|
+
]),
|
|
66964
|
+
_: 1
|
|
66965
|
+
}),
|
|
66966
|
+
createVNode(_component_el_table_column, {
|
|
66967
|
+
label: "\u64CD\u4F5C",
|
|
66968
|
+
width: "180",
|
|
66969
|
+
align: "center",
|
|
66970
|
+
fixed: "right"
|
|
66971
|
+
}, {
|
|
66972
|
+
default: withCtx(({ row }) => [
|
|
66973
|
+
!$props.field.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
66974
|
+
key: 0,
|
|
66975
|
+
type: "primary",
|
|
66976
|
+
link: "",
|
|
66977
|
+
onClick: ($event) => $options.editRow(row)
|
|
66978
|
+
}, {
|
|
66979
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
66980
|
+
createTextVNode(" \u4FEE\u6539 ", -1)
|
|
66981
|
+
])]),
|
|
66982
|
+
_: 1
|
|
66983
|
+
}, 8, ["onClick"])) : createCommentVNode("", true),
|
|
66984
|
+
createVNode(_component_el_button, {
|
|
66985
|
+
type: "primary",
|
|
66986
|
+
link: "",
|
|
66987
|
+
onClick: ($event) => $options.viewRow(row)
|
|
66988
|
+
}, {
|
|
66989
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
66990
|
+
createTextVNode("\u67E5\u770B", -1)
|
|
66991
|
+
])]),
|
|
66992
|
+
_: 1
|
|
66993
|
+
}, 8, ["onClick"]),
|
|
66994
|
+
!$props.field.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
66995
|
+
key: 1,
|
|
66996
|
+
type: "danger",
|
|
66997
|
+
link: "",
|
|
66998
|
+
onClick: ($event) => $options.deleteRow(row)
|
|
66999
|
+
}, {
|
|
67000
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
67001
|
+
createTextVNode(" \u5220\u9664 ", -1)
|
|
67002
|
+
])]),
|
|
67003
|
+
_: 1
|
|
67004
|
+
}, 8, ["onClick"])) : createCommentVNode("", true)
|
|
67005
|
+
]),
|
|
67006
|
+
_: 1
|
|
67007
|
+
})
|
|
67008
|
+
]),
|
|
67009
|
+
_: 1
|
|
67010
|
+
}, 8, ["data"])
|
|
67011
|
+
], 4),
|
|
67012
|
+
createVNode(_component_lease_dialog, {
|
|
67013
|
+
visible: $data.dialogVisible,
|
|
67014
|
+
data: $data.dialogData,
|
|
67015
|
+
disabled: $data.dialogDisabled,
|
|
67016
|
+
title: $options.dialogTitle,
|
|
67017
|
+
"type-json": $options.flowCode,
|
|
67018
|
+
onClose: $options.handleCloseDialog,
|
|
67019
|
+
onConfirm: $options.handleConfirm
|
|
67020
|
+
}, null, 8, ["visible", "data", "disabled", "title", "type-json", "onClose", "onConfirm"])
|
|
67021
|
+
]),
|
|
67022
|
+
_: 1
|
|
67023
|
+
}, 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"]);
|
|
67024
|
+
}
|
|
67025
|
+
var LeaseTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
66366
67026
|
var index_vue_vue_type_style_index_0_scoped_true_lang$4 = "";
|
|
66367
67027
|
const _sfc_main$9 = {
|
|
66368
67028
|
name: "resolution-table-widget",
|
|
@@ -68262,6 +68922,10 @@ const loadExtension = function(app) {
|
|
|
68262
68922
|
app.component(LegalTableWidget.name, LegalTableWidget);
|
|
68263
68923
|
registerCPEditor(app, "legal-table-typeJson", "legal-table-typeJson-editor", createInputTextEditor("typeJson", "extension.setting.legalTableTypeJson"));
|
|
68264
68924
|
registerEPEditor(app, "legal-table-onOpen", "legal-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
68925
|
+
app.component(LeaseTableWidget.name, LeaseTableWidget);
|
|
68926
|
+
registerCPEditor(app, "lease-table-typeJson", "lease-table-typeJson-editor", createInputTextEditor("typeJson", "extension.setting.leaseTableTypeJson"));
|
|
68927
|
+
registerEPEditor(app, "lease-table-onOpen", "lease-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
68928
|
+
registerEPEditor(app, "lease-table-onChange", "lease-table-onChange-editor", createEventHandlerEditor("onChange", ["value", "oldValue"]));
|
|
68265
68929
|
app.component(FixedTableWidget.name, FixedTableWidget);
|
|
68266
68930
|
registerCPEditor(app, "fixed-table-typeJson", "fixed-table-typeJson-editor", createInputTextEditor("typeJson", "extension.setting.fixedTableTypeJson"));
|
|
68267
68931
|
registerCPEditor(app, "fixed-table-clickRow", "fixed-table-clickRow-editor", createBooleanEditor("clickRow", "extension.setting.fixedTableClickRow"));
|