form-custom-test 3.0.102 → 3.0.104
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 +1099 -911
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +107 -107
- package/dist/render.es.js +581 -414
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +111 -111
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -1148,7 +1148,7 @@ var _export_sfc$1 = (sfc, props) => {
|
|
|
1148
1148
|
}
|
|
1149
1149
|
return target;
|
|
1150
1150
|
};
|
|
1151
|
-
const _sfc_main$
|
|
1151
|
+
const _sfc_main$1b = {
|
|
1152
1152
|
name: "container-item-wrapper",
|
|
1153
1153
|
props: {
|
|
1154
1154
|
widget: Object
|
|
@@ -1162,14 +1162,14 @@ const _sfc_main$1a = {
|
|
|
1162
1162
|
}
|
|
1163
1163
|
}
|
|
1164
1164
|
};
|
|
1165
|
-
function _sfc_render$
|
|
1165
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1166
1166
|
return openBlock(), createElementBlock("div", {
|
|
1167
1167
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
1168
1168
|
}, [
|
|
1169
1169
|
renderSlot(_ctx.$slots, "default")
|
|
1170
1170
|
], 2);
|
|
1171
1171
|
}
|
|
1172
|
-
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1172
|
+
var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["render", _sfc_render$1b]]);
|
|
1173
1173
|
var __glob_0_0$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1174
1174
|
__proto__: null,
|
|
1175
1175
|
"default": ContainerItemWrapper
|
|
@@ -1939,7 +1939,8 @@ var enLocale_extension = {
|
|
|
1939
1939
|
"select-other": "Select (Other)",
|
|
1940
1940
|
"custom-sub-form": "Custom Sub Form",
|
|
1941
1941
|
"sub-table": "Sub Table",
|
|
1942
|
-
"asset-table": "Asset Table"
|
|
1942
|
+
"asset-table": "Asset Table",
|
|
1943
|
+
"asset-type": "Asset Type"
|
|
1943
1944
|
},
|
|
1944
1945
|
setting: {
|
|
1945
1946
|
cardFolded: "Folded",
|
|
@@ -1969,7 +1970,9 @@ var enLocale_extension = {
|
|
|
1969
1970
|
assetSelectButtonText: "Button Text",
|
|
1970
1971
|
assetSelectTypeJson: "Asset Type Json",
|
|
1971
1972
|
assetTableTypeJson: "Asset Table Type Json",
|
|
1972
|
-
assetSelectAssetTypeValue: "Asset Type Value"
|
|
1973
|
+
assetSelectAssetTypeValue: "Asset Type Value",
|
|
1974
|
+
assetTypeAssetTypeValue: "Asset Type",
|
|
1975
|
+
assetType: "Asset Typee"
|
|
1973
1976
|
}
|
|
1974
1977
|
}
|
|
1975
1978
|
};
|
|
@@ -1986,7 +1989,8 @@ var zhLocale_extension = {
|
|
|
1986
1989
|
"select-other": "\u4E0B\u62C9\u9009\u9879\uFF08\u5176\u4ED6\uFF09",
|
|
1987
1990
|
"meeting-room": "\u4F1A\u8BAE\u5BA4",
|
|
1988
1991
|
"custom-sub-form": "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355",
|
|
1989
|
-
"sub-table": "\u5B50\u8868\u683C"
|
|
1992
|
+
"sub-table": "\u5B50\u8868\u683C",
|
|
1993
|
+
"asset-type": "\u8D44\u4EA7\u7C7B\u578B"
|
|
1990
1994
|
},
|
|
1991
1995
|
setting: {
|
|
1992
1996
|
cardFolded: "\u662F\u5426\u6536\u8D77",
|
|
@@ -2016,7 +2020,8 @@ var zhLocale_extension = {
|
|
|
2016
2020
|
assetSelectButtonText: "\u6309\u94AE\u6587\u5B57",
|
|
2017
2021
|
assetSelectTypeJson: "\u8D44\u4EA7\u7C7B\u578BJson",
|
|
2018
2022
|
assetTableTypeJson: "\u8D44\u4EA7\u8868\u683C\u7C7B\u578BJson",
|
|
2019
|
-
assetSelectAssetTypeValue: "\u8D44\u4EA7\u7C7B\u578B\u503C"
|
|
2023
|
+
assetSelectAssetTypeValue: "\u8D44\u4EA7\u7C7B\u578B\u503C",
|
|
2024
|
+
assetTypeAssetTypeValue: "\u9ED8\u8BA4\u8D44\u4EA7\u7C7B\u578B\u503C"
|
|
2020
2025
|
}
|
|
2021
2026
|
}
|
|
2022
2027
|
};
|
|
@@ -2074,8 +2079,8 @@ var refMixin = {
|
|
|
2074
2079
|
}
|
|
2075
2080
|
}
|
|
2076
2081
|
};
|
|
2077
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
2078
|
-
const _sfc_main$
|
|
2082
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
2083
|
+
const _sfc_main$1a = {
|
|
2079
2084
|
name: "SvgIcon",
|
|
2080
2085
|
props: {
|
|
2081
2086
|
iconClass: {
|
|
@@ -2103,20 +2108,20 @@ const _sfc_main$19 = {
|
|
|
2103
2108
|
}
|
|
2104
2109
|
}
|
|
2105
2110
|
};
|
|
2106
|
-
const _hoisted_1$
|
|
2107
|
-
const _hoisted_2$
|
|
2108
|
-
function _sfc_render$
|
|
2111
|
+
const _hoisted_1$J = ["xlink:href"];
|
|
2112
|
+
const _hoisted_2$y = { key: 0 };
|
|
2113
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2109
2114
|
return openBlock(), createElementBlock("svg", {
|
|
2110
2115
|
class: normalizeClass($options.svgClass),
|
|
2111
2116
|
"aria-hidden": "true"
|
|
2112
2117
|
}, [
|
|
2113
|
-
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$
|
|
2114
|
-
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$
|
|
2118
|
+
createElementVNode("use", { "xlink:href": $options.iconName }, null, 8, _hoisted_1$J),
|
|
2119
|
+
!!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$y, toDisplayString($props.title), 1)) : createCommentVNode("", true)
|
|
2115
2120
|
], 2);
|
|
2116
2121
|
}
|
|
2117
|
-
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2122
|
+
var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-8002b89a"]]);
|
|
2118
2123
|
var staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
2119
|
-
const _sfc_main$
|
|
2124
|
+
const _sfc_main$19 = {
|
|
2120
2125
|
name: "static-content-wrapper",
|
|
2121
2126
|
mixins: [i18n$1],
|
|
2122
2127
|
components: {
|
|
@@ -2202,11 +2207,11 @@ const _sfc_main$18 = {
|
|
|
2202
2207
|
}
|
|
2203
2208
|
}
|
|
2204
2209
|
};
|
|
2205
|
-
const _hoisted_1$
|
|
2210
|
+
const _hoisted_1$I = {
|
|
2206
2211
|
key: 0,
|
|
2207
2212
|
class: "field-action"
|
|
2208
2213
|
};
|
|
2209
|
-
const _hoisted_2$
|
|
2214
|
+
const _hoisted_2$x = ["title"];
|
|
2210
2215
|
const _hoisted_3$t = ["title"];
|
|
2211
2216
|
const _hoisted_4$h = ["title"];
|
|
2212
2217
|
const _hoisted_5$e = ["title"];
|
|
@@ -2216,7 +2221,7 @@ const _hoisted_6$d = {
|
|
|
2216
2221
|
};
|
|
2217
2222
|
const _hoisted_7$b = ["title"];
|
|
2218
2223
|
const _hoisted_8$8 = { key: 0 };
|
|
2219
|
-
function _sfc_render$
|
|
2224
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2220
2225
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
2221
2226
|
return openBlock(), createElementBlock("div", {
|
|
2222
2227
|
class: normalizeClass(["field-wrapper", { "design-time-bottom-margin": !!this.designer }]),
|
|
@@ -2231,13 +2236,13 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2231
2236
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2232
2237
|
], 6)) : createCommentVNode("", true),
|
|
2233
2238
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
2234
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2239
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_1$I, [
|
|
2235
2240
|
createElementVNode("i", {
|
|
2236
2241
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
2237
2242
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
2238
2243
|
}, [
|
|
2239
2244
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
2240
|
-
], 8, _hoisted_2$
|
|
2245
|
+
], 8, _hoisted_2$x),
|
|
2241
2246
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
2242
2247
|
key: 0,
|
|
2243
2248
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
@@ -2273,7 +2278,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2273
2278
|
], 64)) : createCommentVNode("", true)
|
|
2274
2279
|
], 6);
|
|
2275
2280
|
}
|
|
2276
|
-
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2281
|
+
var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-41799baa"]]);
|
|
2277
2282
|
var __glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2278
2283
|
__proto__: null,
|
|
2279
2284
|
"default": StaticContentWrapper
|
|
@@ -9113,7 +9118,7 @@ var fieldMixin = {
|
|
|
9113
9118
|
}
|
|
9114
9119
|
};
|
|
9115
9120
|
var buttonWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9116
|
-
const _sfc_main$
|
|
9121
|
+
const _sfc_main$18 = {
|
|
9117
9122
|
name: "button-widget",
|
|
9118
9123
|
componentName: "FieldWidget",
|
|
9119
9124
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9159,7 +9164,7 @@ const _sfc_main$17 = {
|
|
|
9159
9164
|
},
|
|
9160
9165
|
methods: {}
|
|
9161
9166
|
};
|
|
9162
|
-
function _sfc_render$
|
|
9167
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9163
9168
|
const _component_el_button = resolveComponent("el-button");
|
|
9164
9169
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
9165
9170
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -9195,13 +9200,13 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9195
9200
|
_: 1
|
|
9196
9201
|
}, 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"]);
|
|
9197
9202
|
}
|
|
9198
|
-
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9203
|
+
var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-78bf6014"]]);
|
|
9199
9204
|
var __glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9200
9205
|
__proto__: null,
|
|
9201
9206
|
"default": buttonWidget
|
|
9202
9207
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9203
9208
|
var formItemWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9204
|
-
const _sfc_main$
|
|
9209
|
+
const _sfc_main$17 = {
|
|
9205
9210
|
name: "form-item-wrapper",
|
|
9206
9211
|
mixins: [i18n$1],
|
|
9207
9212
|
components: {
|
|
@@ -9332,11 +9337,11 @@ const _sfc_main$16 = {
|
|
|
9332
9337
|
}
|
|
9333
9338
|
}
|
|
9334
9339
|
};
|
|
9335
|
-
const _hoisted_1$
|
|
9340
|
+
const _hoisted_1$H = {
|
|
9336
9341
|
key: 0,
|
|
9337
9342
|
class: "custom-label"
|
|
9338
9343
|
};
|
|
9339
|
-
const _hoisted_2$
|
|
9344
|
+
const _hoisted_2$w = {
|
|
9340
9345
|
key: 0,
|
|
9341
9346
|
class: "field-action"
|
|
9342
9347
|
};
|
|
@@ -9350,7 +9355,7 @@ const _hoisted_7$a = {
|
|
|
9350
9355
|
};
|
|
9351
9356
|
const _hoisted_8$7 = ["title"];
|
|
9352
9357
|
const _hoisted_9$6 = { key: 0 };
|
|
9353
|
-
function _sfc_render$
|
|
9358
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9354
9359
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
9355
9360
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
9356
9361
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
@@ -9373,7 +9378,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9373
9378
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.selectField($props.field), ["stop"]))
|
|
9374
9379
|
}, {
|
|
9375
9380
|
label: withCtx(() => [
|
|
9376
|
-
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
9381
|
+
!!$props.field.options.labelIconClass ? (openBlock(), createElementBlock("span", _hoisted_1$H, [
|
|
9377
9382
|
$props.field.options.labelIconPosition === "front" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9378
9383
|
!!$props.field.options.labelTooltip ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9379
9384
|
createVNode(_component_el_tooltip, {
|
|
@@ -9423,7 +9428,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9423
9428
|
_: 3
|
|
9424
9429
|
}, 8, ["label", "label-width", "title", "rules", "prop", "class"])) : createCommentVNode("", true),
|
|
9425
9430
|
!!this.designer ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
9426
|
-
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
9431
|
+
$props.designer.selectedId === $props.field.id ? (openBlock(), createElementBlock("div", _hoisted_2$w, [
|
|
9427
9432
|
createElementVNode("i", {
|
|
9428
9433
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
9429
9434
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => $options.selectParentWidget($props.field), ["stop"]))
|
|
@@ -9465,13 +9470,13 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9465
9470
|
], 64)) : createCommentVNode("", true)
|
|
9466
9471
|
], 2);
|
|
9467
9472
|
}
|
|
9468
|
-
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9473
|
+
var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-eed9a7f0"]]);
|
|
9469
9474
|
var __glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9470
9475
|
__proto__: null,
|
|
9471
9476
|
"default": FormItemWrapper
|
|
9472
9477
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9473
9478
|
var cascaderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9474
|
-
const _sfc_main$
|
|
9479
|
+
const _sfc_main$16 = {
|
|
9475
9480
|
name: "cascader-widget",
|
|
9476
9481
|
componentName: "FieldWidget",
|
|
9477
9482
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9531,8 +9536,8 @@ const _sfc_main$15 = {
|
|
|
9531
9536
|
},
|
|
9532
9537
|
methods: {}
|
|
9533
9538
|
};
|
|
9534
|
-
const _hoisted_1$
|
|
9535
|
-
function _sfc_render$
|
|
9539
|
+
const _hoisted_1$G = { class: "full-width-input" };
|
|
9540
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9536
9541
|
const _component_el_cascader = resolveComponent("el-cascader");
|
|
9537
9542
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9538
9543
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9548,7 +9553,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9548
9553
|
"sub-form-row-id": $props.subFormRowId
|
|
9549
9554
|
}, {
|
|
9550
9555
|
default: withCtx(() => [
|
|
9551
|
-
createElementVNode("div", _hoisted_1$
|
|
9556
|
+
createElementVNode("div", _hoisted_1$G, [
|
|
9552
9557
|
createVNode(_component_el_cascader, {
|
|
9553
9558
|
ref: "fieldEditor",
|
|
9554
9559
|
options: $props.field.options.optionItems,
|
|
@@ -9570,13 +9575,13 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9570
9575
|
_: 1
|
|
9571
9576
|
}, 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"]);
|
|
9572
9577
|
}
|
|
9573
|
-
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9578
|
+
var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-7c3dbd57"]]);
|
|
9574
9579
|
var __glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9575
9580
|
__proto__: null,
|
|
9576
9581
|
"default": cascaderWidget
|
|
9577
9582
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9578
9583
|
var checkboxWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9579
|
-
const _sfc_main$
|
|
9584
|
+
const _sfc_main$15 = {
|
|
9580
9585
|
name: "checkbox-widget",
|
|
9581
9586
|
componentName: "FieldWidget",
|
|
9582
9587
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9632,7 +9637,7 @@ const _sfc_main$14 = {
|
|
|
9632
9637
|
},
|
|
9633
9638
|
methods: {}
|
|
9634
9639
|
};
|
|
9635
|
-
function _sfc_render$
|
|
9640
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9636
9641
|
const _component_el_checkbox_button = resolveComponent("el-checkbox-button");
|
|
9637
9642
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
9638
9643
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
@@ -9693,13 +9698,13 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9693
9698
|
_: 1
|
|
9694
9699
|
}, 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"]);
|
|
9695
9700
|
}
|
|
9696
|
-
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9701
|
+
var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-3944f5f4"]]);
|
|
9697
9702
|
var __glob_0_2$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9698
9703
|
__proto__: null,
|
|
9699
9704
|
"default": checkboxWidget
|
|
9700
9705
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9701
9706
|
var colorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9702
|
-
const _sfc_main$
|
|
9707
|
+
const _sfc_main$14 = {
|
|
9703
9708
|
name: "color-widget",
|
|
9704
9709
|
componentName: "FieldWidget",
|
|
9705
9710
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9754,7 +9759,7 @@ const _sfc_main$13 = {
|
|
|
9754
9759
|
},
|
|
9755
9760
|
methods: {}
|
|
9756
9761
|
};
|
|
9757
|
-
function _sfc_render$
|
|
9762
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9758
9763
|
const _component_el_color_picker = resolveComponent("el-color-picker");
|
|
9759
9764
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9760
9765
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9782,13 +9787,13 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9782
9787
|
_: 1
|
|
9783
9788
|
}, 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"]);
|
|
9784
9789
|
}
|
|
9785
|
-
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9790
|
+
var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-52b66ef1"]]);
|
|
9786
9791
|
var __glob_0_3$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9787
9792
|
__proto__: null,
|
|
9788
9793
|
"default": colorWidget
|
|
9789
9794
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9790
9795
|
var dateRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9791
|
-
const _sfc_main$
|
|
9796
|
+
const _sfc_main$13 = {
|
|
9792
9797
|
name: "date-range-widget",
|
|
9793
9798
|
componentName: "FieldWidget",
|
|
9794
9799
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9843,7 +9848,7 @@ const _sfc_main$12 = {
|
|
|
9843
9848
|
},
|
|
9844
9849
|
methods: {}
|
|
9845
9850
|
};
|
|
9846
|
-
function _sfc_render$
|
|
9851
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9847
9852
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
9848
9853
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9849
9854
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9881,13 +9886,13 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9881
9886
|
_: 1
|
|
9882
9887
|
}, 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"]);
|
|
9883
9888
|
}
|
|
9884
|
-
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9889
|
+
var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-e50300fe"]]);
|
|
9885
9890
|
var __glob_0_4$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9886
9891
|
__proto__: null,
|
|
9887
9892
|
"default": dateRangeWidget
|
|
9888
9893
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9889
9894
|
var dateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9890
|
-
const _sfc_main$
|
|
9895
|
+
const _sfc_main$12 = {
|
|
9891
9896
|
name: "date-widget",
|
|
9892
9897
|
componentName: "FieldWidget",
|
|
9893
9898
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -9942,7 +9947,7 @@ const _sfc_main$11 = {
|
|
|
9942
9947
|
},
|
|
9943
9948
|
methods: {}
|
|
9944
9949
|
};
|
|
9945
|
-
function _sfc_render$
|
|
9950
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9946
9951
|
const _component_el_date_picker = resolveComponent("el-date-picker");
|
|
9947
9952
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
9948
9953
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -9980,13 +9985,13 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9980
9985
|
_: 1
|
|
9981
9986
|
}, 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"]);
|
|
9982
9987
|
}
|
|
9983
|
-
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9988
|
+
var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-89ff4bae"]]);
|
|
9984
9989
|
var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9985
9990
|
__proto__: null,
|
|
9986
9991
|
"default": dateWidget
|
|
9987
9992
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9988
9993
|
var dividerWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9989
|
-
const _sfc_main$
|
|
9994
|
+
const _sfc_main$11 = {
|
|
9990
9995
|
name: "divider-widget",
|
|
9991
9996
|
componentName: "FieldWidget",
|
|
9992
9997
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10032,7 +10037,7 @@ const _sfc_main$10 = {
|
|
|
10032
10037
|
},
|
|
10033
10038
|
methods: {}
|
|
10034
10039
|
};
|
|
10035
|
-
function _sfc_render$
|
|
10040
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10036
10041
|
const _component_el_divider = resolveComponent("el-divider");
|
|
10037
10042
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
10038
10043
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -10061,7 +10066,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10061
10066
|
_: 1
|
|
10062
10067
|
}, 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"]);
|
|
10063
10068
|
}
|
|
10064
|
-
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10069
|
+
var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-09a1b973"]]);
|
|
10065
10070
|
var __glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10066
10071
|
__proto__: null,
|
|
10067
10072
|
"default": dividerWidget
|
|
@@ -10100,80 +10105,80 @@ var _export_sfc = (sfc, props) => {
|
|
|
10100
10105
|
}
|
|
10101
10106
|
return target;
|
|
10102
10107
|
};
|
|
10103
|
-
const _sfc_main
|
|
10108
|
+
const _sfc_main$10 = defineComponent({
|
|
10104
10109
|
name: "ArrowDownBold"
|
|
10105
10110
|
});
|
|
10106
|
-
const _hoisted_1$
|
|
10111
|
+
const _hoisted_1$F = {
|
|
10107
10112
|
class: "icon",
|
|
10108
10113
|
width: "200",
|
|
10109
10114
|
height: "200",
|
|
10110
10115
|
viewBox: "0 0 1024 1024",
|
|
10111
10116
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10112
10117
|
};
|
|
10113
|
-
const _hoisted_2$
|
|
10118
|
+
const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
|
|
10114
10119
|
fill: "currentColor",
|
|
10115
10120
|
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"
|
|
10116
10121
|
}, null, -1);
|
|
10117
10122
|
const _hoisted_3$r = [
|
|
10118
|
-
_hoisted_2$
|
|
10123
|
+
_hoisted_2$v
|
|
10119
10124
|
];
|
|
10120
|
-
function _sfc_render
|
|
10121
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10125
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10126
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$r);
|
|
10122
10127
|
}
|
|
10123
|
-
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10124
|
-
const _sfc_main
|
|
10128
|
+
var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
|
|
10129
|
+
const _sfc_main$$ = defineComponent({
|
|
10125
10130
|
name: "ArrowDown"
|
|
10126
10131
|
});
|
|
10127
|
-
const _hoisted_1$
|
|
10132
|
+
const _hoisted_1$E = {
|
|
10128
10133
|
class: "icon",
|
|
10129
10134
|
width: "200",
|
|
10130
10135
|
height: "200",
|
|
10131
10136
|
viewBox: "0 0 1024 1024",
|
|
10132
10137
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10133
10138
|
};
|
|
10134
|
-
const _hoisted_2$
|
|
10139
|
+
const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
|
|
10135
10140
|
fill: "currentColor",
|
|
10136
10141
|
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"
|
|
10137
10142
|
}, null, -1);
|
|
10138
10143
|
const _hoisted_3$q = [
|
|
10139
|
-
_hoisted_2$
|
|
10144
|
+
_hoisted_2$u
|
|
10140
10145
|
];
|
|
10141
|
-
function _sfc_render
|
|
10142
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10146
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10147
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$q);
|
|
10143
10148
|
}
|
|
10144
|
-
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10145
|
-
const _sfc_main$
|
|
10149
|
+
var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
10150
|
+
const _sfc_main$_ = defineComponent({
|
|
10146
10151
|
name: "ArrowUp"
|
|
10147
10152
|
});
|
|
10148
|
-
const _hoisted_1$
|
|
10153
|
+
const _hoisted_1$D = {
|
|
10149
10154
|
class: "icon",
|
|
10150
10155
|
width: "200",
|
|
10151
10156
|
height: "200",
|
|
10152
10157
|
viewBox: "0 0 1024 1024",
|
|
10153
10158
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10154
10159
|
};
|
|
10155
|
-
const _hoisted_2$
|
|
10160
|
+
const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
|
|
10156
10161
|
fill: "currentColor",
|
|
10157
10162
|
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"
|
|
10158
10163
|
}, null, -1);
|
|
10159
10164
|
const _hoisted_3$p = [
|
|
10160
|
-
_hoisted_2$
|
|
10165
|
+
_hoisted_2$t
|
|
10161
10166
|
];
|
|
10162
|
-
function _sfc_render$
|
|
10163
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10167
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10168
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$p);
|
|
10164
10169
|
}
|
|
10165
|
-
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10166
|
-
const _sfc_main$
|
|
10170
|
+
var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
|
|
10171
|
+
const _sfc_main$Z = defineComponent({
|
|
10167
10172
|
name: "CirclePlus"
|
|
10168
10173
|
});
|
|
10169
|
-
const _hoisted_1$
|
|
10174
|
+
const _hoisted_1$C = {
|
|
10170
10175
|
class: "icon",
|
|
10171
10176
|
width: "200",
|
|
10172
10177
|
height: "200",
|
|
10173
10178
|
viewBox: "0 0 1024 1024",
|
|
10174
10179
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10175
10180
|
};
|
|
10176
|
-
const _hoisted_2$
|
|
10181
|
+
const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", {
|
|
10177
10182
|
fill: "currentColor",
|
|
10178
10183
|
d: "M352 480h320a32 32 0 110 64H352a32 32 0 010-64z"
|
|
10179
10184
|
}, null, -1);
|
|
@@ -10186,46 +10191,46 @@ const _hoisted_4$f = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10186
10191
|
d: "M512 896a384 384 0 100-768 384 384 0 000 768zm0 64a448 448 0 110-896 448 448 0 010 896z"
|
|
10187
10192
|
}, null, -1);
|
|
10188
10193
|
const _hoisted_5$c = [
|
|
10189
|
-
_hoisted_2$
|
|
10194
|
+
_hoisted_2$s,
|
|
10190
10195
|
_hoisted_3$o,
|
|
10191
10196
|
_hoisted_4$f
|
|
10192
10197
|
];
|
|
10193
|
-
function _sfc_render$
|
|
10194
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10198
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10199
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_5$c);
|
|
10195
10200
|
}
|
|
10196
|
-
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10197
|
-
const _sfc_main$
|
|
10201
|
+
var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
|
|
10202
|
+
const _sfc_main$Y = defineComponent({
|
|
10198
10203
|
name: "Delete"
|
|
10199
10204
|
});
|
|
10200
|
-
const _hoisted_1$
|
|
10205
|
+
const _hoisted_1$B = {
|
|
10201
10206
|
class: "icon",
|
|
10202
10207
|
width: "200",
|
|
10203
10208
|
height: "200",
|
|
10204
10209
|
viewBox: "0 0 1024 1024",
|
|
10205
10210
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10206
10211
|
};
|
|
10207
|
-
const _hoisted_2$
|
|
10212
|
+
const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
|
|
10208
10213
|
fill: "currentColor",
|
|
10209
10214
|
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"
|
|
10210
10215
|
}, null, -1);
|
|
10211
10216
|
const _hoisted_3$n = [
|
|
10212
|
-
_hoisted_2$
|
|
10217
|
+
_hoisted_2$r
|
|
10213
10218
|
];
|
|
10214
|
-
function _sfc_render$
|
|
10215
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10219
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10220
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_3$n);
|
|
10216
10221
|
}
|
|
10217
|
-
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10218
|
-
const _sfc_main$
|
|
10222
|
+
var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
|
|
10223
|
+
const _sfc_main$X = defineComponent({
|
|
10219
10224
|
name: "Edit"
|
|
10220
10225
|
});
|
|
10221
|
-
const _hoisted_1$
|
|
10226
|
+
const _hoisted_1$A = {
|
|
10222
10227
|
class: "icon",
|
|
10223
10228
|
width: "200",
|
|
10224
10229
|
height: "200",
|
|
10225
10230
|
viewBox: "0 0 1024 1024",
|
|
10226
10231
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10227
10232
|
};
|
|
10228
|
-
const _hoisted_2$
|
|
10233
|
+
const _hoisted_2$q = /* @__PURE__ */ createElementVNode("path", {
|
|
10229
10234
|
fill: "currentColor",
|
|
10230
10235
|
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"
|
|
10231
10236
|
}, null, -1);
|
|
@@ -10234,118 +10239,118 @@ const _hoisted_3$m = /* @__PURE__ */ createElementVNode("path", {
|
|
|
10234
10239
|
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"
|
|
10235
10240
|
}, null, -1);
|
|
10236
10241
|
const _hoisted_4$e = [
|
|
10237
|
-
_hoisted_2$
|
|
10242
|
+
_hoisted_2$q,
|
|
10238
10243
|
_hoisted_3$m
|
|
10239
10244
|
];
|
|
10240
|
-
function _sfc_render$
|
|
10241
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10245
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10246
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_4$e);
|
|
10242
10247
|
}
|
|
10243
|
-
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10244
|
-
const _sfc_main$
|
|
10248
|
+
var edit = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
10249
|
+
const _sfc_main$W = defineComponent({
|
|
10245
10250
|
name: "InfoFilled"
|
|
10246
10251
|
});
|
|
10247
|
-
const _hoisted_1$
|
|
10252
|
+
const _hoisted_1$z = {
|
|
10248
10253
|
class: "icon",
|
|
10249
10254
|
width: "200",
|
|
10250
10255
|
height: "200",
|
|
10251
10256
|
viewBox: "0 0 1024 1024",
|
|
10252
10257
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10253
10258
|
};
|
|
10254
|
-
const _hoisted_2$
|
|
10259
|
+
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
|
|
10255
10260
|
fill: "currentColor",
|
|
10256
10261
|
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"
|
|
10257
10262
|
}, null, -1);
|
|
10258
10263
|
const _hoisted_3$l = [
|
|
10259
|
-
_hoisted_2$
|
|
10264
|
+
_hoisted_2$p
|
|
10260
10265
|
];
|
|
10261
|
-
function _sfc_render$
|
|
10262
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10266
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10267
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$l);
|
|
10263
10268
|
}
|
|
10264
|
-
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10265
|
-
const _sfc_main$
|
|
10269
|
+
var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
10270
|
+
const _sfc_main$V = defineComponent({
|
|
10266
10271
|
name: "Loading"
|
|
10267
10272
|
});
|
|
10268
|
-
const _hoisted_1$
|
|
10273
|
+
const _hoisted_1$y = {
|
|
10269
10274
|
class: "icon",
|
|
10270
10275
|
width: "200",
|
|
10271
10276
|
height: "200",
|
|
10272
10277
|
viewBox: "0 0 1024 1024",
|
|
10273
10278
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10274
10279
|
};
|
|
10275
|
-
const _hoisted_2$
|
|
10280
|
+
const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
|
|
10276
10281
|
fill: "currentColor",
|
|
10277
10282
|
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"
|
|
10278
10283
|
}, null, -1);
|
|
10279
10284
|
const _hoisted_3$k = [
|
|
10280
|
-
_hoisted_2$
|
|
10285
|
+
_hoisted_2$o
|
|
10281
10286
|
];
|
|
10282
|
-
function _sfc_render$
|
|
10283
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10287
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10288
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_3$k);
|
|
10284
10289
|
}
|
|
10285
|
-
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10286
|
-
const _sfc_main$
|
|
10290
|
+
var loading = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
|
|
10291
|
+
const _sfc_main$U = defineComponent({
|
|
10287
10292
|
name: "Minus"
|
|
10288
10293
|
});
|
|
10289
|
-
const _hoisted_1$
|
|
10294
|
+
const _hoisted_1$x = {
|
|
10290
10295
|
class: "icon",
|
|
10291
10296
|
width: "200",
|
|
10292
10297
|
height: "200",
|
|
10293
10298
|
viewBox: "0 0 1024 1024",
|
|
10294
10299
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10295
10300
|
};
|
|
10296
|
-
const _hoisted_2$
|
|
10301
|
+
const _hoisted_2$n = /* @__PURE__ */ createElementVNode("path", {
|
|
10297
10302
|
fill: "currentColor",
|
|
10298
10303
|
d: "M128 544h768a32 32 0 100-64H128a32 32 0 000 64z"
|
|
10299
10304
|
}, null, -1);
|
|
10300
10305
|
const _hoisted_3$j = [
|
|
10301
|
-
_hoisted_2$
|
|
10306
|
+
_hoisted_2$n
|
|
10302
10307
|
];
|
|
10303
|
-
function _sfc_render$
|
|
10304
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10308
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10309
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$j);
|
|
10305
10310
|
}
|
|
10306
|
-
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10307
|
-
const _sfc_main$
|
|
10311
|
+
var minus = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
|
|
10312
|
+
const _sfc_main$T = defineComponent({
|
|
10308
10313
|
name: "Plus"
|
|
10309
10314
|
});
|
|
10310
|
-
const _hoisted_1$
|
|
10315
|
+
const _hoisted_1$w = {
|
|
10311
10316
|
class: "icon",
|
|
10312
10317
|
width: "200",
|
|
10313
10318
|
height: "200",
|
|
10314
10319
|
viewBox: "0 0 1024 1024",
|
|
10315
10320
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10316
10321
|
};
|
|
10317
|
-
const _hoisted_2$
|
|
10322
|
+
const _hoisted_2$m = /* @__PURE__ */ createElementVNode("path", {
|
|
10318
10323
|
fill: "currentColor",
|
|
10319
10324
|
d: "M480 480V128a32 32 0 0164 0v352h352a32 32 0 110 64H544v352a32 32 0 11-64 0V544H128a32 32 0 010-64h352z"
|
|
10320
10325
|
}, null, -1);
|
|
10321
10326
|
const _hoisted_3$i = [
|
|
10322
|
-
_hoisted_2$
|
|
10327
|
+
_hoisted_2$m
|
|
10323
10328
|
];
|
|
10324
|
-
function _sfc_render$
|
|
10325
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10329
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10330
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$i);
|
|
10326
10331
|
}
|
|
10327
|
-
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10328
|
-
const _sfc_main$
|
|
10332
|
+
var plus = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
|
|
10333
|
+
const _sfc_main$S = defineComponent({
|
|
10329
10334
|
name: "Search"
|
|
10330
10335
|
});
|
|
10331
|
-
const _hoisted_1$
|
|
10336
|
+
const _hoisted_1$v = {
|
|
10332
10337
|
class: "icon",
|
|
10333
10338
|
width: "200",
|
|
10334
10339
|
height: "200",
|
|
10335
10340
|
viewBox: "0 0 1024 1024",
|
|
10336
10341
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10337
10342
|
};
|
|
10338
|
-
const _hoisted_2$
|
|
10343
|
+
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
|
|
10339
10344
|
fill: "currentColor",
|
|
10340
10345
|
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"
|
|
10341
10346
|
}, null, -1);
|
|
10342
10347
|
const _hoisted_3$h = [
|
|
10343
|
-
_hoisted_2$
|
|
10348
|
+
_hoisted_2$l
|
|
10344
10349
|
];
|
|
10345
|
-
function _sfc_render$
|
|
10346
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10350
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10351
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$v, _hoisted_3$h);
|
|
10347
10352
|
}
|
|
10348
|
-
var search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10353
|
+
var search = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
|
|
10349
10354
|
var defaultConfig = {
|
|
10350
10355
|
expireTimes: "1d",
|
|
10351
10356
|
path: "; path=/",
|
|
@@ -10474,7 +10479,7 @@ var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf
|
|
|
10474
10479
|
var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10475
10480
|
useCookies();
|
|
10476
10481
|
let selectFileText = "'" + translate("render.hint.selectFile") + "'";
|
|
10477
|
-
const _sfc_main$
|
|
10482
|
+
const _sfc_main$R = {
|
|
10478
10483
|
name: "file-upload-widget",
|
|
10479
10484
|
componentName: "FieldWidget",
|
|
10480
10485
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10790,8 +10795,8 @@ const _sfc_main$Q = {
|
|
|
10790
10795
|
}
|
|
10791
10796
|
}
|
|
10792
10797
|
};
|
|
10793
|
-
const _hoisted_1$
|
|
10794
|
-
const _hoisted_2$
|
|
10798
|
+
const _hoisted_1$u = { class: "file-upload-widget-container" };
|
|
10799
|
+
const _hoisted_2$k = {
|
|
10795
10800
|
key: 0,
|
|
10796
10801
|
class: "el-upload__tip"
|
|
10797
10802
|
};
|
|
@@ -10804,7 +10809,7 @@ const _hoisted_8$6 = { class: "right-wrap" };
|
|
|
10804
10809
|
const _hoisted_9$5 = ["title", "onClick"];
|
|
10805
10810
|
const _hoisted_10$3 = ["onClick"];
|
|
10806
10811
|
const _hoisted_11$2 = ["onClick"];
|
|
10807
|
-
function _sfc_render$
|
|
10812
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10808
10813
|
const _component_el_button = resolveComponent("el-button");
|
|
10809
10814
|
const _component_el_upload = resolveComponent("el-upload");
|
|
10810
10815
|
const _component_el_progress = resolveComponent("el-progress");
|
|
@@ -10822,7 +10827,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10822
10827
|
"sub-form-row-id": $props.subFormRowId
|
|
10823
10828
|
}, {
|
|
10824
10829
|
default: withCtx(() => [
|
|
10825
|
-
createElementVNode("div", _hoisted_1$
|
|
10830
|
+
createElementVNode("div", _hoisted_1$u, [
|
|
10826
10831
|
createVNode(_component_el_upload, {
|
|
10827
10832
|
ref: "fieldEditor",
|
|
10828
10833
|
disabled: _ctx.getDisabled(),
|
|
@@ -10844,7 +10849,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10844
10849
|
"on-progress": $options.handleProgress
|
|
10845
10850
|
}, createSlots({
|
|
10846
10851
|
tip: withCtx(() => [
|
|
10847
|
-
!!$props.field.options.uploadTip && !_ctx.getDisabled() ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
10852
|
+
!!$props.field.options.uploadTip && !_ctx.getDisabled() ? (openBlock(), createElementBlock("div", _hoisted_2$k, toDisplayString($props.field.options.uploadTip), 1)) : createCommentVNode("", true)
|
|
10848
10853
|
]),
|
|
10849
10854
|
file: withCtx(({ file }) => [
|
|
10850
10855
|
createElementVNode("div", _hoisted_4$d, [
|
|
@@ -10921,13 +10926,13 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10921
10926
|
_: 1
|
|
10922
10927
|
}, 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"]);
|
|
10923
10928
|
}
|
|
10924
|
-
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10929
|
+
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-523641ad"]]);
|
|
10925
10930
|
var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
10926
10931
|
__proto__: null,
|
|
10927
10932
|
"default": fileUploadWidget
|
|
10928
10933
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10929
10934
|
var htmlTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10930
|
-
const _sfc_main$
|
|
10935
|
+
const _sfc_main$Q = {
|
|
10931
10936
|
name: "html-text-widget",
|
|
10932
10937
|
componentName: "FieldWidget",
|
|
10933
10938
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -10973,8 +10978,8 @@ const _sfc_main$P = {
|
|
|
10973
10978
|
},
|
|
10974
10979
|
methods: {}
|
|
10975
10980
|
};
|
|
10976
|
-
const _hoisted_1$
|
|
10977
|
-
function _sfc_render$
|
|
10981
|
+
const _hoisted_1$t = ["innerHTML"];
|
|
10982
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10978
10983
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
10979
10984
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
10980
10985
|
designer: $props.designer,
|
|
@@ -10991,18 +10996,18 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10991
10996
|
createElementVNode("div", {
|
|
10992
10997
|
ref: "fieldEditor",
|
|
10993
10998
|
innerHTML: $props.field.options.htmlContent
|
|
10994
|
-
}, null, 8, _hoisted_1$
|
|
10999
|
+
}, null, 8, _hoisted_1$t)
|
|
10995
11000
|
]),
|
|
10996
11001
|
_: 1
|
|
10997
11002
|
}, 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"]);
|
|
10998
11003
|
}
|
|
10999
|
-
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11004
|
+
var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-3d941b4e"]]);
|
|
11000
11005
|
var __glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11001
11006
|
__proto__: null,
|
|
11002
11007
|
"default": htmlTextWidget
|
|
11003
11008
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11004
11009
|
var inputWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11005
|
-
const _sfc_main$
|
|
11010
|
+
const _sfc_main$P = {
|
|
11006
11011
|
name: "input-widget",
|
|
11007
11012
|
componentName: "FieldWidget",
|
|
11008
11013
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11065,7 +11070,7 @@ const _sfc_main$O = {
|
|
|
11065
11070
|
},
|
|
11066
11071
|
methods: {}
|
|
11067
11072
|
};
|
|
11068
|
-
function _sfc_render$
|
|
11073
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11069
11074
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11070
11075
|
const _component_el_button = resolveComponent("el-button");
|
|
11071
11076
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -11127,13 +11132,13 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11127
11132
|
_: 1
|
|
11128
11133
|
}, 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"]);
|
|
11129
11134
|
}
|
|
11130
|
-
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11135
|
+
var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-0346e877"]]);
|
|
11131
11136
|
var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11132
11137
|
__proto__: null,
|
|
11133
11138
|
"default": inputWidget
|
|
11134
11139
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11135
11140
|
var numberWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11136
|
-
const _sfc_main$
|
|
11141
|
+
const _sfc_main$O = {
|
|
11137
11142
|
name: "number-widget",
|
|
11138
11143
|
componentName: "FieldWidget",
|
|
11139
11144
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11188,7 +11193,7 @@ const _sfc_main$N = {
|
|
|
11188
11193
|
},
|
|
11189
11194
|
methods: {}
|
|
11190
11195
|
};
|
|
11191
|
-
function _sfc_render$
|
|
11196
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11192
11197
|
const _component_el_input_number = resolveComponent("el-input-number");
|
|
11193
11198
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
11194
11199
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -11225,13 +11230,13 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11225
11230
|
_: 1
|
|
11226
11231
|
}, 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"]);
|
|
11227
11232
|
}
|
|
11228
|
-
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11233
|
+
var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-30c98522"]]);
|
|
11229
11234
|
var __glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11230
11235
|
__proto__: null,
|
|
11231
11236
|
"default": numberWidget
|
|
11232
11237
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11233
11238
|
var pictureUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11234
|
-
const _sfc_main$
|
|
11239
|
+
const _sfc_main$N = {
|
|
11235
11240
|
name: "picture-upload-widget",
|
|
11236
11241
|
componentName: "FieldWidget",
|
|
11237
11242
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11428,8 +11433,8 @@ const _sfc_main$M = {
|
|
|
11428
11433
|
}
|
|
11429
11434
|
}
|
|
11430
11435
|
};
|
|
11431
|
-
const _hoisted_1$
|
|
11432
|
-
const _hoisted_2$
|
|
11436
|
+
const _hoisted_1$s = { class: "el-upload-list__item-status-label" };
|
|
11437
|
+
const _hoisted_2$j = {
|
|
11433
11438
|
class: "el-icon--upload-success",
|
|
11434
11439
|
style: { "color": "#FFF" }
|
|
11435
11440
|
};
|
|
@@ -11441,7 +11446,7 @@ const _hoisted_6$a = {
|
|
|
11441
11446
|
class: "el-upload__tip"
|
|
11442
11447
|
};
|
|
11443
11448
|
const _hoisted_7$8 = { class: "uploader-icon" };
|
|
11444
|
-
function _sfc_render$
|
|
11449
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11445
11450
|
const _component_el_image = resolveComponent("el-image");
|
|
11446
11451
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
11447
11452
|
const _component_el_upload = resolveComponent("el-upload");
|
|
@@ -11489,8 +11494,8 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11489
11494
|
fit: "cover",
|
|
11490
11495
|
"preview-teleported": ""
|
|
11491
11496
|
}, null, 8, ["src", "preview-src-list", "initial-index"]),
|
|
11492
|
-
createElementVNode("label", _hoisted_1$
|
|
11493
|
-
createElementVNode("i", _hoisted_2$
|
|
11497
|
+
createElementVNode("label", _hoisted_1$s, [
|
|
11498
|
+
createElementVNode("i", _hoisted_2$j, [
|
|
11494
11499
|
createVNode(_component_svg_icon, {
|
|
11495
11500
|
class: "",
|
|
11496
11501
|
"icon-class": "el-check"
|
|
@@ -11526,13 +11531,13 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11526
11531
|
_: 1
|
|
11527
11532
|
}, 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"]);
|
|
11528
11533
|
}
|
|
11529
|
-
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11534
|
+
var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-4d09ba72"]]);
|
|
11530
11535
|
var __glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11531
11536
|
__proto__: null,
|
|
11532
11537
|
"default": pictureUploadWidget
|
|
11533
11538
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11534
11539
|
var radioWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11535
|
-
const _sfc_main$
|
|
11540
|
+
const _sfc_main$M = {
|
|
11536
11541
|
name: "radio-widget",
|
|
11537
11542
|
componentName: "FieldWidget",
|
|
11538
11543
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11588,7 +11593,7 @@ const _sfc_main$L = {
|
|
|
11588
11593
|
},
|
|
11589
11594
|
methods: {}
|
|
11590
11595
|
};
|
|
11591
|
-
function _sfc_render$
|
|
11596
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11592
11597
|
const _component_el_radio_button = resolveComponent("el-radio-button");
|
|
11593
11598
|
const _component_el_radio = resolveComponent("el-radio");
|
|
11594
11599
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
@@ -11650,13 +11655,13 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11650
11655
|
_: 1
|
|
11651
11656
|
}, 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"]);
|
|
11652
11657
|
}
|
|
11653
|
-
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11658
|
+
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-2579b66d"]]);
|
|
11654
11659
|
var __glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11655
11660
|
__proto__: null,
|
|
11656
11661
|
"default": radioWidget
|
|
11657
11662
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11658
11663
|
var rateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11659
|
-
const _sfc_main$
|
|
11664
|
+
const _sfc_main$L = {
|
|
11660
11665
|
name: "rate-widget",
|
|
11661
11666
|
componentName: "FieldWidget",
|
|
11662
11667
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -11711,7 +11716,7 @@ const _sfc_main$K = {
|
|
|
11711
11716
|
},
|
|
11712
11717
|
methods: {}
|
|
11713
11718
|
};
|
|
11714
|
-
function _sfc_render$
|
|
11719
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11715
11720
|
const _component_el_rate = resolveComponent("el-rate");
|
|
11716
11721
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
11717
11722
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -11744,7 +11749,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11744
11749
|
_: 1
|
|
11745
11750
|
}, 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"]);
|
|
11746
11751
|
}
|
|
11747
|
-
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
11752
|
+
var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-3c7d82fe"]]);
|
|
11748
11753
|
var __glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11749
11754
|
__proto__: null,
|
|
11750
11755
|
"default": rateWidget
|
|
@@ -23080,7 +23085,7 @@ const defaultOptions = {
|
|
|
23080
23085
|
placeholder: "Insert content here ...",
|
|
23081
23086
|
readOnly: false
|
|
23082
23087
|
};
|
|
23083
|
-
const _sfc_main$
|
|
23088
|
+
const _sfc_main$K = {
|
|
23084
23089
|
name: "quill-editor",
|
|
23085
23090
|
props: {
|
|
23086
23091
|
content: String,
|
|
@@ -23184,16 +23189,16 @@ const _sfc_main$J = {
|
|
|
23184
23189
|
return { editor };
|
|
23185
23190
|
}
|
|
23186
23191
|
};
|
|
23187
|
-
const _hoisted_1$
|
|
23188
|
-
function _sfc_render$
|
|
23189
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
23192
|
+
const _hoisted_1$r = { ref: "editor" };
|
|
23193
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23194
|
+
return openBlock(), createElementBlock("section", _hoisted_1$r, null, 512);
|
|
23190
23195
|
}
|
|
23191
|
-
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23196
|
+
var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K]]);
|
|
23192
23197
|
quillEditor.install = function(app) {
|
|
23193
23198
|
app.component(quillEditor.name, quillEditor);
|
|
23194
23199
|
};
|
|
23195
23200
|
var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23196
|
-
const _sfc_main$
|
|
23201
|
+
const _sfc_main$J = {
|
|
23197
23202
|
name: "rich-editor-widget",
|
|
23198
23203
|
componentName: "FieldWidget",
|
|
23199
23204
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23272,7 +23277,7 @@ const _sfc_main$I = {
|
|
|
23272
23277
|
}
|
|
23273
23278
|
}
|
|
23274
23279
|
};
|
|
23275
|
-
function _sfc_render$
|
|
23280
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23276
23281
|
const _component_quill_editor = resolveComponent("quill-editor");
|
|
23277
23282
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23278
23283
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23304,12 +23309,12 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23304
23309
|
_: 1
|
|
23305
23310
|
}, 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"]);
|
|
23306
23311
|
}
|
|
23307
|
-
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23312
|
+
var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-6f719fd1"]]);
|
|
23308
23313
|
var __glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23309
23314
|
__proto__: null,
|
|
23310
23315
|
"default": richEditorWidget
|
|
23311
23316
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23312
|
-
const _sfc_main$
|
|
23317
|
+
const _sfc_main$I = {
|
|
23313
23318
|
name: "select-tree-widget",
|
|
23314
23319
|
componentName: "FieldWidget",
|
|
23315
23320
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23369,7 +23374,7 @@ const _sfc_main$H = {
|
|
|
23369
23374
|
this.unregisterFromRefList();
|
|
23370
23375
|
}
|
|
23371
23376
|
};
|
|
23372
|
-
function _sfc_render$
|
|
23377
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23373
23378
|
const _component_el_tree_select = resolveComponent("el-tree-select");
|
|
23374
23379
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23375
23380
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23416,13 +23421,13 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23416
23421
|
_: 1
|
|
23417
23422
|
}, 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"]);
|
|
23418
23423
|
}
|
|
23419
|
-
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23424
|
+
var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$I]]);
|
|
23420
23425
|
var __glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23421
23426
|
__proto__: null,
|
|
23422
23427
|
"default": selectTreeWidget
|
|
23423
23428
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23424
23429
|
var selectWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23425
|
-
const _sfc_main$
|
|
23430
|
+
const _sfc_main$H = {
|
|
23426
23431
|
name: "select-widget",
|
|
23427
23432
|
componentName: "FieldWidget",
|
|
23428
23433
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23500,7 +23505,7 @@ const _sfc_main$G = {
|
|
|
23500
23505
|
}
|
|
23501
23506
|
}
|
|
23502
23507
|
};
|
|
23503
|
-
function _sfc_render$
|
|
23508
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23504
23509
|
const _component_el_option = resolveComponent("el-option");
|
|
23505
23510
|
const _component_el_select = resolveComponent("el-select");
|
|
23506
23511
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -23554,13 +23559,13 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23554
23559
|
_: 1
|
|
23555
23560
|
}, 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"]);
|
|
23556
23561
|
}
|
|
23557
|
-
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23562
|
+
var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-3d1ff454"]]);
|
|
23558
23563
|
var __glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23559
23564
|
__proto__: null,
|
|
23560
23565
|
"default": selectWidget
|
|
23561
23566
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23562
23567
|
var sliderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23563
|
-
const _sfc_main$
|
|
23568
|
+
const _sfc_main$G = {
|
|
23564
23569
|
name: "slider-widget",
|
|
23565
23570
|
componentName: "FieldWidget",
|
|
23566
23571
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23615,7 +23620,7 @@ const _sfc_main$F = {
|
|
|
23615
23620
|
},
|
|
23616
23621
|
methods: {}
|
|
23617
23622
|
};
|
|
23618
|
-
function _sfc_render$
|
|
23623
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23619
23624
|
const _component_el_slider = resolveComponent("el-slider");
|
|
23620
23625
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23621
23626
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23648,13 +23653,13 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23648
23653
|
_: 1
|
|
23649
23654
|
}, 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"]);
|
|
23650
23655
|
}
|
|
23651
|
-
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23656
|
+
var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-c9a31970"]]);
|
|
23652
23657
|
var __glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23653
23658
|
__proto__: null,
|
|
23654
23659
|
"default": sliderWidget
|
|
23655
23660
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23656
23661
|
var slotWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23657
|
-
const _sfc_main$
|
|
23662
|
+
const _sfc_main$F = {
|
|
23658
23663
|
name: "slot-widget",
|
|
23659
23664
|
componentName: "FieldWidget",
|
|
23660
23665
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23700,11 +23705,11 @@ const _sfc_main$E = {
|
|
|
23700
23705
|
},
|
|
23701
23706
|
methods: {}
|
|
23702
23707
|
};
|
|
23703
|
-
const _hoisted_1$
|
|
23708
|
+
const _hoisted_1$q = {
|
|
23704
23709
|
key: 0,
|
|
23705
23710
|
class: "slot-title"
|
|
23706
23711
|
};
|
|
23707
|
-
function _sfc_render$
|
|
23712
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23708
23713
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
23709
23714
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
23710
23715
|
designer: $props.designer,
|
|
@@ -23722,19 +23727,19 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23722
23727
|
class: normalizeClass([!!$props.designState ? "slot-wrapper-design" : "slot-wrapper-render"])
|
|
23723
23728
|
}, [
|
|
23724
23729
|
renderSlot(_ctx.$slots, $props.field.options.name, { formModel: _ctx.formModel }, void 0, true),
|
|
23725
|
-
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
23730
|
+
!!$props.designState ? (openBlock(), createElementBlock("div", _hoisted_1$q, toDisplayString($props.field.options.label), 1)) : createCommentVNode("", true)
|
|
23726
23731
|
], 2)
|
|
23727
23732
|
]),
|
|
23728
23733
|
_: 3
|
|
23729
23734
|
}, 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"]);
|
|
23730
23735
|
}
|
|
23731
|
-
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23736
|
+
var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-95f13fca"]]);
|
|
23732
23737
|
var __glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23733
23738
|
__proto__: null,
|
|
23734
23739
|
"default": slotWidget
|
|
23735
23740
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23736
23741
|
var staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23737
|
-
const _sfc_main$
|
|
23742
|
+
const _sfc_main$E = {
|
|
23738
23743
|
name: "static-text-widget",
|
|
23739
23744
|
componentName: "FieldWidget",
|
|
23740
23745
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23820,7 +23825,7 @@ const _sfc_main$D = {
|
|
|
23820
23825
|
}
|
|
23821
23826
|
}
|
|
23822
23827
|
};
|
|
23823
|
-
function _sfc_render$
|
|
23828
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23824
23829
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23825
23830
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
23826
23831
|
designer: $props.designer,
|
|
@@ -23847,13 +23852,13 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23847
23852
|
_: 1
|
|
23848
23853
|
}, 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"]);
|
|
23849
23854
|
}
|
|
23850
|
-
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23855
|
+
var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-760822b6"]]);
|
|
23851
23856
|
var __glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23852
23857
|
__proto__: null,
|
|
23853
23858
|
"default": staticTextWidget
|
|
23854
23859
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23855
23860
|
var switchWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23856
|
-
const _sfc_main$
|
|
23861
|
+
const _sfc_main$D = {
|
|
23857
23862
|
name: "switch-widget",
|
|
23858
23863
|
componentName: "FieldWidget",
|
|
23859
23864
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -23908,7 +23913,7 @@ const _sfc_main$C = {
|
|
|
23908
23913
|
},
|
|
23909
23914
|
methods: {}
|
|
23910
23915
|
};
|
|
23911
|
-
function _sfc_render$
|
|
23916
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23912
23917
|
const _component_el_switch = resolveComponent("el-switch");
|
|
23913
23918
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
23914
23919
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -23940,13 +23945,13 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23940
23945
|
_: 1
|
|
23941
23946
|
}, 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"]);
|
|
23942
23947
|
}
|
|
23943
|
-
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
23948
|
+
var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-2e8d2d0a"]]);
|
|
23944
23949
|
var __glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
23945
23950
|
__proto__: null,
|
|
23946
23951
|
"default": switchWidget
|
|
23947
23952
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
23948
23953
|
var textareaWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23949
|
-
const _sfc_main$
|
|
23954
|
+
const _sfc_main$C = {
|
|
23950
23955
|
name: "textarea-widget",
|
|
23951
23956
|
componentName: "FieldWidget",
|
|
23952
23957
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24001,7 +24006,7 @@ const _sfc_main$B = {
|
|
|
24001
24006
|
},
|
|
24002
24007
|
methods: {}
|
|
24003
24008
|
};
|
|
24004
|
-
function _sfc_render$
|
|
24009
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24005
24010
|
const _component_el_input = resolveComponent("el-input");
|
|
24006
24011
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24007
24012
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24039,13 +24044,13 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24039
24044
|
_: 1
|
|
24040
24045
|
}, 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"]);
|
|
24041
24046
|
}
|
|
24042
|
-
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24047
|
+
var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-687fedce"]]);
|
|
24043
24048
|
var __glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24044
24049
|
__proto__: null,
|
|
24045
24050
|
"default": textareaWidget
|
|
24046
24051
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24047
24052
|
var timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24048
|
-
const _sfc_main$
|
|
24053
|
+
const _sfc_main$B = {
|
|
24049
24054
|
name: "time-range-widget",
|
|
24050
24055
|
componentName: "FieldWidget",
|
|
24051
24056
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24100,7 +24105,7 @@ const _sfc_main$A = {
|
|
|
24100
24105
|
},
|
|
24101
24106
|
methods: {}
|
|
24102
24107
|
};
|
|
24103
|
-
function _sfc_render$
|
|
24108
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24104
24109
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24105
24110
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24106
24111
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24143,13 +24148,13 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24143
24148
|
_: 1
|
|
24144
24149
|
}, 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"]);
|
|
24145
24150
|
}
|
|
24146
|
-
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24151
|
+
var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-f78e9b46"]]);
|
|
24147
24152
|
var __glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24148
24153
|
__proto__: null,
|
|
24149
24154
|
"default": timeRangeWidget
|
|
24150
24155
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24151
24156
|
var timeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24152
|
-
const _sfc_main$
|
|
24157
|
+
const _sfc_main$A = {
|
|
24153
24158
|
name: "time-widget",
|
|
24154
24159
|
componentName: "FieldWidget",
|
|
24155
24160
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -24204,7 +24209,7 @@ const _sfc_main$z = {
|
|
|
24204
24209
|
},
|
|
24205
24210
|
methods: {}
|
|
24206
24211
|
};
|
|
24207
|
-
function _sfc_render$
|
|
24212
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24208
24213
|
const _component_el_time_picker = resolveComponent("el-time-picker");
|
|
24209
24214
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
24210
24215
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -24241,7 +24246,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24241
24246
|
_: 1
|
|
24242
24247
|
}, 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"]);
|
|
24243
24248
|
}
|
|
24244
|
-
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24249
|
+
var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-60cd3a6a"]]);
|
|
24245
24250
|
var __glob_0_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24246
24251
|
__proto__: null,
|
|
24247
24252
|
"default": timeWidget
|
|
@@ -24253,7 +24258,7 @@ for (const path in modules$2) {
|
|
|
24253
24258
|
comps[cname] = modules$2[path].default;
|
|
24254
24259
|
}
|
|
24255
24260
|
var gridColItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24256
|
-
const _sfc_main$
|
|
24261
|
+
const _sfc_main$z = {
|
|
24257
24262
|
name: "GridColItem",
|
|
24258
24263
|
componentName: "ContainerItem",
|
|
24259
24264
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -24372,9 +24377,9 @@ const _sfc_main$y = {
|
|
|
24372
24377
|
}
|
|
24373
24378
|
}
|
|
24374
24379
|
};
|
|
24375
|
-
const _hoisted_1$
|
|
24376
|
-
const _hoisted_2$
|
|
24377
|
-
function _sfc_render$
|
|
24380
|
+
const _hoisted_1$p = { class: "blank-cell" };
|
|
24381
|
+
const _hoisted_2$i = { class: "invisible-content" };
|
|
24382
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24378
24383
|
const _component_el_col = resolveComponent("el-col");
|
|
24379
24384
|
return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
|
|
24380
24385
|
key: 0,
|
|
@@ -24430,8 +24435,8 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24430
24435
|
], 64);
|
|
24431
24436
|
}), 256)) : (openBlock(), createBlock(_component_el_col, { key: 1 }, {
|
|
24432
24437
|
default: withCtx(() => [
|
|
24433
|
-
createElementVNode("div", _hoisted_1$
|
|
24434
|
-
createElementVNode("span", _hoisted_2$
|
|
24438
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
24439
|
+
createElementVNode("span", _hoisted_2$i, toDisplayString(_ctx.i18nt("render.hint.blankCellContent")), 1)
|
|
24435
24440
|
])
|
|
24436
24441
|
]),
|
|
24437
24442
|
_: 1
|
|
@@ -24442,7 +24447,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24442
24447
|
[vShow, $options.colVisible]
|
|
24443
24448
|
]) : createCommentVNode("", true);
|
|
24444
24449
|
}
|
|
24445
|
-
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24450
|
+
var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-746165e2"]]);
|
|
24446
24451
|
var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24447
24452
|
__proto__: null,
|
|
24448
24453
|
"default": GridColItem
|
|
@@ -24636,7 +24641,7 @@ var containerItemMixin = {
|
|
|
24636
24641
|
}
|
|
24637
24642
|
}
|
|
24638
24643
|
};
|
|
24639
|
-
const _sfc_main$
|
|
24644
|
+
const _sfc_main$y = {
|
|
24640
24645
|
name: "vf-grid-item",
|
|
24641
24646
|
componentName: "ContainerItem",
|
|
24642
24647
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -24679,7 +24684,7 @@ const _sfc_main$x = {
|
|
|
24679
24684
|
},
|
|
24680
24685
|
methods: {}
|
|
24681
24686
|
};
|
|
24682
|
-
function _sfc_render$
|
|
24687
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24683
24688
|
const _component_grid_col_item = resolveComponent("grid-col-item");
|
|
24684
24689
|
const _component_el_row = resolveComponent("el-row");
|
|
24685
24690
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -24725,13 +24730,13 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24725
24730
|
_: 3
|
|
24726
24731
|
}, 8, ["widget"]);
|
|
24727
24732
|
}
|
|
24728
|
-
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
24733
|
+
var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
24729
24734
|
var __glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
24730
24735
|
__proto__: null,
|
|
24731
24736
|
"default": gridItem
|
|
24732
24737
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24733
24738
|
var subFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24734
|
-
const _sfc_main$
|
|
24739
|
+
const _sfc_main$x = {
|
|
24735
24740
|
name: "sub-form-item",
|
|
24736
24741
|
componentName: "ContainerItem",
|
|
24737
24742
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -24932,8 +24937,8 @@ const _sfc_main$w = {
|
|
|
24932
24937
|
}
|
|
24933
24938
|
}
|
|
24934
24939
|
};
|
|
24935
|
-
const _hoisted_1$
|
|
24936
|
-
const _hoisted_2$
|
|
24940
|
+
const _hoisted_1$o = { class: "action-header-column" };
|
|
24941
|
+
const _hoisted_2$h = { class: "action-label" };
|
|
24937
24942
|
const _hoisted_3$e = {
|
|
24938
24943
|
key: 0,
|
|
24939
24944
|
class: "custom-label"
|
|
@@ -24945,7 +24950,7 @@ const _hoisted_7$7 = {
|
|
|
24945
24950
|
key: 0,
|
|
24946
24951
|
class: "row-number-span"
|
|
24947
24952
|
};
|
|
24948
|
-
function _sfc_render$
|
|
24953
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24949
24954
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
24950
24955
|
const _component_el_button = resolveComponent("el-button");
|
|
24951
24956
|
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
@@ -24959,8 +24964,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24959
24964
|
}, [
|
|
24960
24965
|
createVNode(_component_el_row, { class: "header-row" }, {
|
|
24961
24966
|
default: withCtx(() => [
|
|
24962
|
-
createElementVNode("div", _hoisted_1$
|
|
24963
|
-
createElementVNode("span", _hoisted_2$
|
|
24967
|
+
createElementVNode("div", _hoisted_1$o, [
|
|
24968
|
+
createElementVNode("span", _hoisted_2$h, toDisplayString(_ctx.i18nt("render.hint.subFormAction")), 1),
|
|
24964
24969
|
createVNode(_component_el_button, {
|
|
24965
24970
|
disabled: $data.actionDisabled,
|
|
24966
24971
|
round: "",
|
|
@@ -25107,12 +25112,12 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25107
25112
|
_: 1
|
|
25108
25113
|
}, 8, ["widget"]);
|
|
25109
25114
|
}
|
|
25110
|
-
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25115
|
+
var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-59c24e8e"]]);
|
|
25111
25116
|
var __glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25112
25117
|
__proto__: null,
|
|
25113
25118
|
"default": subFormItem
|
|
25114
25119
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25115
|
-
const _sfc_main$
|
|
25120
|
+
const _sfc_main$w = {
|
|
25116
25121
|
name: "tab-item",
|
|
25117
25122
|
componentName: "ContainerItem",
|
|
25118
25123
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25163,7 +25168,7 @@ const _sfc_main$v = {
|
|
|
25163
25168
|
}
|
|
25164
25169
|
}
|
|
25165
25170
|
};
|
|
25166
|
-
function _sfc_render$
|
|
25171
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25167
25172
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
25168
25173
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
25169
25174
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -25238,13 +25243,13 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25238
25243
|
_: 3
|
|
25239
25244
|
}, 8, ["widget"]);
|
|
25240
25245
|
}
|
|
25241
|
-
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25246
|
+
var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w]]);
|
|
25242
25247
|
var __glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25243
25248
|
__proto__: null,
|
|
25244
25249
|
"default": tabItem
|
|
25245
25250
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25246
25251
|
var tableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25247
|
-
const _sfc_main$
|
|
25252
|
+
const _sfc_main$v = {
|
|
25248
25253
|
name: "TableCellItem",
|
|
25249
25254
|
componentName: "ContainerItem",
|
|
25250
25255
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -25267,8 +25272,8 @@ const _sfc_main$u = {
|
|
|
25267
25272
|
},
|
|
25268
25273
|
methods: {}
|
|
25269
25274
|
};
|
|
25270
|
-
const _hoisted_1$
|
|
25271
|
-
function _sfc_render$
|
|
25275
|
+
const _hoisted_1$n = ["colspan", "rowspan"];
|
|
25276
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25272
25277
|
return openBlock(), createElementBlock("td", {
|
|
25273
25278
|
class: normalizeClass(["table-cell", [$options.customClass]]),
|
|
25274
25279
|
colspan: $props.widget && $props.widget.options ? $props.widget.options.colspan || 1 : 1,
|
|
@@ -25310,15 +25315,15 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25310
25315
|
]), 1032, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
25311
25316
|
], 64);
|
|
25312
25317
|
}), 256))
|
|
25313
|
-
], 14, _hoisted_1$
|
|
25318
|
+
], 14, _hoisted_1$n);
|
|
25314
25319
|
}
|
|
25315
|
-
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25320
|
+
var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-7d6166fa"]]);
|
|
25316
25321
|
var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25317
25322
|
__proto__: null,
|
|
25318
25323
|
"default": TableCellItem
|
|
25319
25324
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
25320
25325
|
var tableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
25321
|
-
const _sfc_main$
|
|
25326
|
+
const _sfc_main$u = {
|
|
25322
25327
|
name: "table-item",
|
|
25323
25328
|
componentName: "ContainerItem",
|
|
25324
25329
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -25340,7 +25345,7 @@ const _sfc_main$t = {
|
|
|
25340
25345
|
},
|
|
25341
25346
|
methods: {}
|
|
25342
25347
|
};
|
|
25343
|
-
function _sfc_render$
|
|
25348
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25344
25349
|
const _component_table_cell_item = resolveComponent("table-cell-item");
|
|
25345
25350
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
25346
25351
|
return openBlock(), createBlock(_component_container_item_wrapper, { widget: $props.widget }, {
|
|
@@ -25390,7 +25395,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25390
25395
|
_: 3
|
|
25391
25396
|
}, 8, ["widget"]);
|
|
25392
25397
|
}
|
|
25393
|
-
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25398
|
+
var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-3481d843"]]);
|
|
25394
25399
|
var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25395
25400
|
__proto__: null,
|
|
25396
25401
|
"default": tableItem
|
|
@@ -25404,8 +25409,8 @@ var ContainerItems = {
|
|
|
25404
25409
|
}
|
|
25405
25410
|
}
|
|
25406
25411
|
};
|
|
25407
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang$
|
|
25408
|
-
const _sfc_main$
|
|
25412
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
|
|
25413
|
+
const _sfc_main$t = {
|
|
25409
25414
|
name: "VFormRender",
|
|
25410
25415
|
componentName: "VFormRender",
|
|
25411
25416
|
mixins: [emitter, i18n$1],
|
|
@@ -26032,7 +26037,7 @@ const _sfc_main$s = {
|
|
|
26032
26037
|
}
|
|
26033
26038
|
}
|
|
26034
26039
|
};
|
|
26035
|
-
function _sfc_render$
|
|
26040
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26036
26041
|
const _component_el_form = resolveComponent("el-form");
|
|
26037
26042
|
return openBlock(), createBlock(_component_el_form, {
|
|
26038
26043
|
"label-position": $options.labelPosition,
|
|
@@ -26087,7 +26092,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26087
26092
|
_: 3
|
|
26088
26093
|
}, 8, ["label-position", "size", "class", "label-width", "model"]);
|
|
26089
26094
|
}
|
|
26090
|
-
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26095
|
+
var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-6b16d674"]]);
|
|
26091
26096
|
function registerIcon(app) {
|
|
26092
26097
|
app.component("el-icon-edit", edit);
|
|
26093
26098
|
app.component("el-icon-minus", minus);
|
|
@@ -26102,13 +26107,13 @@ function registerIcon(app) {
|
|
|
26102
26107
|
if (typeof window !== "undefined") {
|
|
26103
26108
|
let loadSvg = function() {
|
|
26104
26109
|
var body = document.body;
|
|
26105
|
-
var svgDom = document.getElementById("
|
|
26110
|
+
var svgDom = document.getElementById("__svg__icons__dom__1777278294398__");
|
|
26106
26111
|
if (!svgDom) {
|
|
26107
26112
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26108
26113
|
svgDom.style.position = "absolute";
|
|
26109
26114
|
svgDom.style.width = "0";
|
|
26110
26115
|
svgDom.style.height = "0";
|
|
26111
|
-
svgDom.id = "
|
|
26116
|
+
svgDom.id = "__svg__icons__dom__1777278294398__";
|
|
26112
26117
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26113
26118
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26114
26119
|
}
|
|
@@ -26353,7 +26358,7 @@ var containerMixin = {
|
|
|
26353
26358
|
}
|
|
26354
26359
|
};
|
|
26355
26360
|
var containerWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
26356
|
-
const _sfc_main$
|
|
26361
|
+
const _sfc_main$s = {
|
|
26357
26362
|
name: "container-wrapper",
|
|
26358
26363
|
mixins: [i18n$1, containerMixin],
|
|
26359
26364
|
components: {
|
|
@@ -26372,11 +26377,11 @@ const _sfc_main$r = {
|
|
|
26372
26377
|
}
|
|
26373
26378
|
}
|
|
26374
26379
|
};
|
|
26375
|
-
const _hoisted_1$
|
|
26380
|
+
const _hoisted_1$m = {
|
|
26376
26381
|
key: 0,
|
|
26377
26382
|
class: "container-action"
|
|
26378
26383
|
};
|
|
26379
|
-
const _hoisted_2$
|
|
26384
|
+
const _hoisted_2$g = ["title"];
|
|
26380
26385
|
const _hoisted_3$d = ["title"];
|
|
26381
26386
|
const _hoisted_4$a = ["title"];
|
|
26382
26387
|
const _hoisted_5$8 = ["title"];
|
|
@@ -26389,19 +26394,19 @@ const _hoisted_9$4 = {
|
|
|
26389
26394
|
};
|
|
26390
26395
|
const _hoisted_10$2 = ["title"];
|
|
26391
26396
|
const _hoisted_11$1 = { key: 0 };
|
|
26392
|
-
function _sfc_render$
|
|
26397
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26393
26398
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
26394
26399
|
return openBlock(), createElementBlock("div", {
|
|
26395
26400
|
class: normalizeClass(["container-wrapper", [$options.customClass]])
|
|
26396
26401
|
}, [
|
|
26397
26402
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
26398
|
-
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
26403
|
+
$props.designer.selectedId === $props.widget.id && !$props.widget.internal ? (openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
26399
26404
|
createElementVNode("i", {
|
|
26400
26405
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
26401
26406
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectParentWidget($props.widget), ["stop"]))
|
|
26402
26407
|
}, [
|
|
26403
26408
|
createVNode(_component_svg_icon, { "icon-class": "el-back" })
|
|
26404
|
-
], 8, _hoisted_2$
|
|
26409
|
+
], 8, _hoisted_2$g),
|
|
26405
26410
|
!!$props.parentList && $props.parentList.length > 1 ? (openBlock(), createElementBlock("i", {
|
|
26406
26411
|
key: 0,
|
|
26407
26412
|
title: _ctx.i18nt("designer.hint.moveUpWidget"),
|
|
@@ -26457,7 +26462,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26457
26462
|
])) : createCommentVNode("", true)
|
|
26458
26463
|
], 2);
|
|
26459
26464
|
}
|
|
26460
|
-
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26465
|
+
var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-679de05a"]]);
|
|
26461
26466
|
var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
26462
26467
|
__proto__: null,
|
|
26463
26468
|
"default": ContainerWrapper
|
|
@@ -26487,7 +26492,7 @@ var refMixinDesign = {
|
|
|
26487
26492
|
}
|
|
26488
26493
|
};
|
|
26489
26494
|
var cardWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
26490
|
-
const _sfc_main$
|
|
26495
|
+
const _sfc_main$r = {
|
|
26491
26496
|
name: "card-widget",
|
|
26492
26497
|
componentName: "ContainerWidget",
|
|
26493
26498
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -26527,9 +26532,9 @@ const _sfc_main$q = {
|
|
|
26527
26532
|
}
|
|
26528
26533
|
}
|
|
26529
26534
|
};
|
|
26530
|
-
const _hoisted_1$
|
|
26531
|
-
const _hoisted_2$
|
|
26532
|
-
function _sfc_render$
|
|
26535
|
+
const _hoisted_1$l = { class: "label" };
|
|
26536
|
+
const _hoisted_2$f = { class: "form-widget-list" };
|
|
26537
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26533
26538
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
26534
26539
|
const _component_el_icon = resolveComponent("el-icon");
|
|
26535
26540
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -26563,7 +26568,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26563
26568
|
]),
|
|
26564
26569
|
_: 1
|
|
26565
26570
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
26566
|
-
createElementVNode("div", _hoisted_1$
|
|
26571
|
+
createElementVNode("div", _hoisted_1$l, toDisplayString($props.widget.options.label), 1)
|
|
26567
26572
|
])
|
|
26568
26573
|
]),
|
|
26569
26574
|
default: withCtx(() => [
|
|
@@ -26579,7 +26584,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26579
26584
|
move: $options.checkContainerMove
|
|
26580
26585
|
}), {
|
|
26581
26586
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
26582
|
-
createElementVNode("div", _hoisted_2$
|
|
26587
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
26583
26588
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
26584
26589
|
widget: subWidget,
|
|
26585
26590
|
designer: $props.designer,
|
|
@@ -26607,9 +26612,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26607
26612
|
_: 1
|
|
26608
26613
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
26609
26614
|
}
|
|
26610
|
-
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26615
|
+
var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-2c3be1b8"]]);
|
|
26611
26616
|
var cardItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
26612
|
-
const _sfc_main$
|
|
26617
|
+
const _sfc_main$q = {
|
|
26613
26618
|
name: "card-item",
|
|
26614
26619
|
componentName: "ContainerItem",
|
|
26615
26620
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -26639,8 +26644,8 @@ const _sfc_main$p = {
|
|
|
26639
26644
|
}
|
|
26640
26645
|
}
|
|
26641
26646
|
};
|
|
26642
|
-
const _hoisted_1$
|
|
26643
|
-
function _sfc_render$
|
|
26647
|
+
const _hoisted_1$k = { class: "label" };
|
|
26648
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26644
26649
|
const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
|
|
26645
26650
|
const _component_el_icon = resolveComponent("el-icon");
|
|
26646
26651
|
const _component_el_card = resolveComponent("el-card");
|
|
@@ -26667,7 +26672,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26667
26672
|
]),
|
|
26668
26673
|
_: 1
|
|
26669
26674
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
26670
|
-
createElementVNode("div", _hoisted_1$
|
|
26675
|
+
createElementVNode("div", _hoisted_1$k, toDisplayString($props.widget.options.label), 1)
|
|
26671
26676
|
])
|
|
26672
26677
|
]),
|
|
26673
26678
|
default: withCtx(() => [
|
|
@@ -26716,9 +26721,9 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26716
26721
|
_: 3
|
|
26717
26722
|
}, 8, ["widget"]);
|
|
26718
26723
|
}
|
|
26719
|
-
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26724
|
+
var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-2f0daae4"]]);
|
|
26720
26725
|
const ACE_BASE_PATH = "https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini";
|
|
26721
|
-
const _sfc_main$
|
|
26726
|
+
const _sfc_main$p = {
|
|
26722
26727
|
name: "alert-widget",
|
|
26723
26728
|
componentName: "FieldWidget",
|
|
26724
26729
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -26764,7 +26769,7 @@ const _sfc_main$o = {
|
|
|
26764
26769
|
}
|
|
26765
26770
|
}
|
|
26766
26771
|
};
|
|
26767
|
-
function _sfc_render$
|
|
26772
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26768
26773
|
const _component_el_alert = resolveComponent("el-alert");
|
|
26769
26774
|
const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
|
|
26770
26775
|
return openBlock(), createBlock(_component_static_content_wrapper, {
|
|
@@ -26795,7 +26800,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26795
26800
|
_: 1
|
|
26796
26801
|
}, 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"]);
|
|
26797
26802
|
}
|
|
26798
|
-
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26803
|
+
var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p]]);
|
|
26799
26804
|
var cryptoJs = { exports: {} };
|
|
26800
26805
|
var core = { exports: {} };
|
|
26801
26806
|
(function(module, exports) {
|
|
@@ -32094,7 +32099,7 @@ var personTree = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGlu
|
|
|
32094
32099
|
var personIcon = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT7nvJbnu4QgOOWkh+S7vSAyPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDIzLjk5OTk1NzEgMjQgMjMuOTk5OTU3MSAyNCAwIDAgMCI+PC9wb2x5Z29uPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i5Zu+5bqTIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzc5LCAtODcpIj4NCiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOOWkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NzksIDg3KSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8dXNlIGlkPSLokpnniYgiIGZpbGw9IiNFM0U2RjEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOCIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjgxOCwgMi4yNTc2KSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsPSIjRkRFRUVBIiBwb2ludHM9IjEyLjIxNzA4ODIgMTguOTc4MDExIDE2LjM0NjU4MDggMTguOTc4MDExIDE2LjM0NjU4MDggMTMuOTkzMjYyOCAxMi4yMTcwODgyIDEzLjk5MzI2MjgiPjwvcG9seWdvbj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IEwxNy44NTY1NjM4LDMuNzE5NjY1NCBMMjEuMDM2NjAxLDcuMzA1Njg3NTcgQzIxLjAzNjYwMSw3LjMwNTY4NzU3IDIxLjA1MTM0OSw3LjQxMjQwNzk0IDIxLjA2NjI2NzksNy41OTIxMzY2NCBDMjEuNTQ1NjQyOCw3Ljc1OTM3ODQ1IDIxLjg5MzYxOCw4LjI1NDkwNTE4IDIxLjg5MzYxOCw4Ljg0MDIzMTk3IEMyMS44OTM2MTgsOS41MDY4MDY3NyAyMS40NDIzMzQ3LDEwLjA1NjkyMTMgMjAuODU4ODY1NCwxMC4xMzgwMTY1IEMyMC40MzcwNzIzLDExLjU1MDQ3MTQgMTguNzA0NDc3MiwxNi4wNTQ0ODYyIDE0LjI0Mjk4NDYsMTYuMDU0NDg2MiBDOS43OTU0NjA4OSwxNi4wNTQ0ODYyIDguMTA2NDY3NDksMTEuMzgxNjA0OCA3LjY0NTA2NDUsMTAuMTI2NDE1NCBDNy4wOTA5MTA3MywxMC4wMTkwNTA5IDYuNjcwMDUwOTUsOS40ODM5NDU5MyA2LjY3MDA1MDk1LDguODQwMjMxOTcgQzYuNjcwMDUwOTUsOC4yNTIwNTk5NyA3LjAyMTQxNzM4LDcuNzU0NTYzMTggNy41MDQ5MjUzNyw3LjU4OTk1NTEzIEw3LjUwNDUxMzc1LDcuNDg5Mjg3MjQgTDkuMDM4MTY1MjksNS42MzA0MDQ4NSBMMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiNGRkY1RjQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IEM3LjIwNDk1NDI4LDUuNzQ1MTY3NSA3LjYzMjg4MjA4LDIuNjE5ODU4OCAxMC43MDcxMDUyLDAuODExMTE5MTY4IEMxMy43OTI0NzExLC0xLjAwNDIyMDQ1IDE4LjEyNzIwNjIsMC42Mjc1MTk0OTYgMTguMTA0NjIwNSwxLjgyMDg3NDUxIEMxOC45MzkzMDQ4LDEuNzg3ODc0NTcgMjEuMzczMjQzMywyLjQ2NjE3MzM2IDIxLjAzNjYwMSw3LjMwNTY3OSBDMjAuNjk4Mjg3Myw3LjI4Mjc1MDQ3IDE3LjgzNDAyMSw3LjA1MzI1MDg4IDE2LjQxMzEzNzgsNC42NDM2MTIzMiBDMTUuOTg0NjEsNS4wMzM3NDAyIDEzLjk3NzM1NjUsNi42NDAxNTE2MiAxMS4wNDU0MTg4LDYuODY5NjUxMjEgQzkuNjI0NTM1NjcsNi45ODQzNzk1NyA3Ljg2NTM4MTY3LDYuOTM4NDc5NjUgNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IiBpZD0iRmlsbC01IiBmaWxsPSIjNjQ2NjdBIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4LjU2MzY3NzYsMjcuODAyMDY2NyBDMjguNTYzNjc3NiwzMy4zOTI5NDI0IDIxLjU0NDc2MTUsMzcuOTI1MjQ4NiAxNC4yODE4MTc0LDM3LjkyNTI0ODYgQzcuMDE4OTE2MDQsMzcuOTI1MjQ4NiAwLDMzLjM5Mjk0MjQgMCwyNy44MDIwNjY3IEMwLDIzLjI5MzUwMzMgMS40MDE0Njg5MywxNy45MTEyMTI5IDEzLjQyNjAwNDYsMTcuNjg2MTcwNSBDMTMuNTA5NjE4NywxNy45NTMyOTg2IDEzLjk2NjIxNzksMTguMzAwMTQwOCAxNC4yMzUxODg5LDE4LjMwMDE0MDggQzE0LjQ4Mjk0NTYsMTguMzAwMTQwOCAxNS4wOTIzMzAyLDE4LjA2MDk1NTUgMTUuMDgwNDE1OSwxNy42ODUyMjc2IEMyNy4xNjEyMjI5LDE3Ljg5ODA5ODcgMjguNTYzNjc3NiwyMy40MTgzNDU5IDI4LjU2MzY3NzYsMjcuODAyMDY2NyIgaWQ9IkZpbGwtMTEiIGZpbGw9IiM2NDY2N0EiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTEuODU2MTQxNywxNi41NzcwMTY3IEwxMS4wODcyNDMxLDE3LjM0NDU4NjggQzExLjAwNDIyODksMTcuNDI3NTE1MiAxMC45ODE3NzE4LDE3LjU0OTc4NjQgMTEuMDMwMzcxNywxNy42NTQ1NzE5IEwxMi40NTI2MjYzLDIwLjcxOTgzNzkgQzEyLjUwMDI4MzQsMjAuODIyNTY2MyAxMi42MDcyMTE4LDIwLjg4ODgyMzMgMTIuNzI1MjQwMSwyMC44ODg4MjMzIEwxNS44MzE2OTE3LDIwLjg4ODgyMzMgQzE1Ljk0OTA3NzIsMjAuODg4ODIzMyAxNi4wNTU1MzQyLDIwLjgyMzI5NDkgMTYuMTAzNTc3LDIwLjcyMTQyMzYgTDE3LjUzMjU2MDEsMTcuNjkxMzQzMyBDMTcuNTgzMTc0MywxNy41ODQwMjkyIDE3LjU1ODgzMTUsMTcuNDU4MTE1MiAxNy40NzE0MDMxLDE3LjM3NDkyOTYgTDE2LjYyMzczMzIsMTYuNTY4NjE2NyBDMTYuNTA2ODE5MSwxNi40NTc0MDI3IDE2LjMxNzAwNTEsMTYuNDU4MDAyNyAxNi4yMDA4NjI1LDE2LjU3MDAzMSBMMTQuOTI5MjA3NiwxNy43OTY3Mjg4IEMxNC44NzMxOTM0LDE3Ljg1MDcyODcgMTQuNzk2Nzc5MywxNy44ODExNTczIDE0LjcxNzAyMjMsMTcuODgxMTU3MyBMMTMuNzgyMTM4MiwxNy44ODExNTczIEMxMy43MDMxMDk4LDE3Ljg4MTE1NzMgMTMuNjI3MzM4NSwxNy44NTEyODU5IDEzLjU3MTQ1MjksMTcuNzk4MTQzMSBMMTIuMjgyNTY5NSwxNi41NzIxMzEgQzEyLjE2NDE5ODMsMTYuNDU5NTQ1NSAxMS45NzE1OTg2LDE2LjQ2MTczMTIgMTEuODU2MTQxNywxNi41NzcwMTY3IiBpZD0iRmlsbC0xMyIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC41NTEwNTQsMTcuODU1OTc4NyBMMTQuMDE1NjgzNSwxNy44NTU5Nzg3IEMxMy44ODk4OTgxLDE3Ljg1NTk3ODcgMTMuNzgwMTQxMSwxNy45NDExMzU3IDEzLjc0ODgxMjYsMTguMDYyODkyNiBMMTIuOTg2NzI4MiwyMS4wMjY5NzMxIEMxMi45NzIwMjgzLDIxLjA4NDEwMTUgMTIuOTc2MDk5NywyMS4xNDQ0NDQzIDEyLjk5ODI1NjgsMjEuMTk5MTI5OSBMMTMuNzMyMjY5OCwyMy4wMDk0MTI0IEMxMy43NzQ0NDExLDIzLjExMzM4MzYgMTMuODc1NDEyNCwyMy4xODEzOTc4IDEzLjk4NzYxMjIsMjMuMTgxMzk3OCBMMTQuNTc5MTI1NCwyMy4xODEzOTc4IEMxNC42OTEyODIzLDIzLjE4MTM5NzggMTQuNzkyMjk2NCwyMy4xMTMzODM2IDE0LjgzNDQ2NzgsMjMuMDA5NDEyNCBMMTUuNTY4NDgwOCwyMS4xOTkxMjk5IEMxNS41OTA2Mzc5LDIxLjE0NDQ0NDMgMTUuNTk0NjY2NCwyMS4wODQxMDE1IDE1LjU4MDAwOTMsMjEuMDI2OTczMSBMMTQuODE3OTI1LDE4LjA2Mjg5MjYgQzE0Ljc4NjU5NjUsMTcuOTQxMTM1NyAxNC42NzY3OTY2LDE3Ljg1NTk3ODcgMTQuNTUxMDU0LDE3Ljg1NTk3ODciIGlkPSJGaWxsLTE1IiBmaWxsPSIjQTNBREMzIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=";
|
|
32095
32100
|
var personTreeItem_vue_vue_type_style_index_0_lang = "";
|
|
32096
32101
|
var personTreeItem_vue_vue_type_style_index_1_scoped_true_lang = "";
|
|
32097
|
-
const _sfc_main$
|
|
32102
|
+
const _sfc_main$o = {
|
|
32098
32103
|
name: "person-tree-widget",
|
|
32099
32104
|
componentName: "FieldWidget",
|
|
32100
32105
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -32390,10 +32395,10 @@ const _sfc_main$n = {
|
|
|
32390
32395
|
}
|
|
32391
32396
|
}
|
|
32392
32397
|
};
|
|
32393
|
-
const _hoisted_1$
|
|
32394
|
-
const _hoisted_2$
|
|
32398
|
+
const _hoisted_1$j = { class: "person-tree-widget__trigger" };
|
|
32399
|
+
const _hoisted_2$e = { class: "flex items-center" };
|
|
32395
32400
|
const _hoisted_3$c = { class: "dialog-footer" };
|
|
32396
|
-
function _sfc_render$
|
|
32401
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32397
32402
|
const _component_el_input_tag = resolveComponent("el-input-tag");
|
|
32398
32403
|
const _component_el_input = resolveComponent("el-input");
|
|
32399
32404
|
const _component_el_tree = resolveComponent("el-tree");
|
|
@@ -32418,7 +32423,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32418
32423
|
class: "person-tree-widget",
|
|
32419
32424
|
style: normalizeStyle($options.widgetStyle)
|
|
32420
32425
|
}, [
|
|
32421
|
-
createElementVNode("div", _hoisted_1$
|
|
32426
|
+
createElementVNode("div", _hoisted_1$j, [
|
|
32422
32427
|
createVNode(_component_el_input_tag, {
|
|
32423
32428
|
modelValue: $options.displayModel,
|
|
32424
32429
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),
|
|
@@ -32431,7 +32436,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32431
32436
|
onRemoveTag: $options.handleRemoveTag
|
|
32432
32437
|
}, {
|
|
32433
32438
|
tag: withCtx(({ value: value2 }) => [
|
|
32434
|
-
createElementVNode("div", _hoisted_2$
|
|
32439
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
32435
32440
|
createElementVNode("span", null, toDisplayString(value2.name), 1)
|
|
32436
32441
|
])
|
|
32437
32442
|
]),
|
|
@@ -32513,8 +32518,8 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32513
32518
|
_: 1
|
|
32514
32519
|
}, 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"]);
|
|
32515
32520
|
}
|
|
32516
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32517
|
-
const _sfc_main$
|
|
32521
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-4b777d5b"]]);
|
|
32522
|
+
const _sfc_main$n = {
|
|
32518
32523
|
name: "radio-other-widget",
|
|
32519
32524
|
componentName: "FieldWidget",
|
|
32520
32525
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -32629,7 +32634,7 @@ const _sfc_main$m = {
|
|
|
32629
32634
|
}
|
|
32630
32635
|
}
|
|
32631
32636
|
};
|
|
32632
|
-
function _sfc_render$
|
|
32637
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32633
32638
|
const _component_el_radio = resolveComponent("el-radio");
|
|
32634
32639
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
32635
32640
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -32685,8 +32690,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32685
32690
|
_: 1
|
|
32686
32691
|
}, 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"]);
|
|
32687
32692
|
}
|
|
32688
|
-
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32689
|
-
const _sfc_main$
|
|
32693
|
+
var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
32694
|
+
const _sfc_main$m = {
|
|
32690
32695
|
name: "select-other-widget",
|
|
32691
32696
|
componentName: "FieldWidget",
|
|
32692
32697
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -32795,7 +32800,7 @@ const _sfc_main$l = {
|
|
|
32795
32800
|
}
|
|
32796
32801
|
}
|
|
32797
32802
|
};
|
|
32798
|
-
function _sfc_render$
|
|
32803
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32799
32804
|
const _component_el_option = resolveComponent("el-option");
|
|
32800
32805
|
const _component_el_select = resolveComponent("el-select");
|
|
32801
32806
|
const _component_el_input = resolveComponent("el-input");
|
|
@@ -32858,9 +32863,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32858
32863
|
_: 1
|
|
32859
32864
|
}, 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"]);
|
|
32860
32865
|
}
|
|
32861
|
-
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32866
|
+
var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$m]]);
|
|
32862
32867
|
var meetingRoomItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
32863
|
-
const _sfc_main$
|
|
32868
|
+
const _sfc_main$l = {
|
|
32864
32869
|
name: "meeting-room-widget",
|
|
32865
32870
|
componentName: "FieldWidget",
|
|
32866
32871
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -33019,11 +33024,11 @@ const _sfc_main$k = {
|
|
|
33019
33024
|
}
|
|
33020
33025
|
}
|
|
33021
33026
|
};
|
|
33022
|
-
const _hoisted_1$
|
|
33027
|
+
const _hoisted_1$i = {
|
|
33023
33028
|
key: 0,
|
|
33024
33029
|
class: "empty-wrap"
|
|
33025
33030
|
};
|
|
33026
|
-
const _hoisted_2$
|
|
33031
|
+
const _hoisted_2$d = {
|
|
33027
33032
|
key: 1,
|
|
33028
33033
|
class: "room-wrap"
|
|
33029
33034
|
};
|
|
@@ -33038,7 +33043,7 @@ const _hoisted_7$5 = {
|
|
|
33038
33043
|
key: 1,
|
|
33039
33044
|
class: "room-item-equipment"
|
|
33040
33045
|
};
|
|
33041
|
-
function _sfc_render$
|
|
33046
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33042
33047
|
const _component_el_input = resolveComponent("el-input");
|
|
33043
33048
|
const _component_el_empty = resolveComponent("el-empty");
|
|
33044
33049
|
const _component_Select = resolveComponent("Select");
|
|
@@ -33080,9 +33085,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33080
33085
|
]),
|
|
33081
33086
|
default: withCtx(() => [
|
|
33082
33087
|
createElementVNode("div", null, [
|
|
33083
|
-
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
33088
|
+
$data.roomList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
33084
33089
|
createVNode(_component_el_empty, { description: "\u6682\u65E0\u6570\u636E" })
|
|
33085
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
33090
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
33086
33091
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.roomList, (item) => {
|
|
33087
33092
|
var _a;
|
|
33088
33093
|
return openBlock(), createElementBlock("div", {
|
|
@@ -33125,9 +33130,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33125
33130
|
_: 1
|
|
33126
33131
|
}, 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"]);
|
|
33127
33132
|
}
|
|
33128
|
-
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33133
|
+
var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-344c32a1"]]);
|
|
33129
33134
|
var gridColWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33130
|
-
const _sfc_main$
|
|
33135
|
+
const _sfc_main$k = {
|
|
33131
33136
|
name: "GridColWidget",
|
|
33132
33137
|
componentName: "GridColWidget",
|
|
33133
33138
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -33329,8 +33334,8 @@ const _sfc_main$j = {
|
|
|
33329
33334
|
}
|
|
33330
33335
|
}
|
|
33331
33336
|
};
|
|
33332
|
-
const _hoisted_1$
|
|
33333
|
-
const _hoisted_2$
|
|
33337
|
+
const _hoisted_1$h = { class: "form-widget-list" };
|
|
33338
|
+
const _hoisted_2$c = {
|
|
33334
33339
|
key: 0,
|
|
33335
33340
|
class: "grid-col-action"
|
|
33336
33341
|
};
|
|
@@ -33347,7 +33352,7 @@ const _hoisted_9$3 = {
|
|
|
33347
33352
|
key: 0,
|
|
33348
33353
|
class: "col-hidden-tag"
|
|
33349
33354
|
};
|
|
33350
|
-
function _sfc_render$
|
|
33355
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33351
33356
|
const _component_draggable = resolveComponent("draggable");
|
|
33352
33357
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
33353
33358
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -33374,7 +33379,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33374
33379
|
move: $options.checkContainerMove
|
|
33375
33380
|
}), {
|
|
33376
33381
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
33377
|
-
createElementVNode("div", _hoisted_1$
|
|
33382
|
+
createElementVNode("div", _hoisted_1$h, [
|
|
33378
33383
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
33379
33384
|
widget: subWidget,
|
|
33380
33385
|
designer: $props.designer,
|
|
@@ -33399,7 +33404,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33399
33404
|
]),
|
|
33400
33405
|
_: 1
|
|
33401
33406
|
}, 16, ["list", "onUpdate", "move"]),
|
|
33402
|
-
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
33407
|
+
$props.designer.selectedId === $props.widget.id && $props.widget.type === "grid-col" ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
|
|
33403
33408
|
createElementVNode("i", {
|
|
33404
33409
|
title: _ctx.i18nt("designer.hint.selectParentWidget"),
|
|
33405
33410
|
onClick: _cache[2] || (_cache[2] = withModifiers(($event) => $options.selectParentWidget($props.widget), ["stop"]))
|
|
@@ -33443,13 +33448,13 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33443
33448
|
_: 1
|
|
33444
33449
|
}, 16, ["class", "style"])) : createCommentVNode("", true);
|
|
33445
33450
|
}
|
|
33446
|
-
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33451
|
+
var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-cb053c20"]]);
|
|
33447
33452
|
var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33448
33453
|
__proto__: null,
|
|
33449
33454
|
"default": GridColWidget
|
|
33450
33455
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
33451
33456
|
var gridWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33452
|
-
const _sfc_main$
|
|
33457
|
+
const _sfc_main$j = {
|
|
33453
33458
|
name: "grid-widget",
|
|
33454
33459
|
componentName: "ContainerWidget",
|
|
33455
33460
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -33481,7 +33486,7 @@ const _sfc_main$i = {
|
|
|
33481
33486
|
},
|
|
33482
33487
|
methods: {}
|
|
33483
33488
|
};
|
|
33484
|
-
function _sfc_render$
|
|
33489
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33485
33490
|
const _component_grid_col_widget = resolveComponent("grid-col-widget");
|
|
33486
33491
|
const _component_el_row = resolveComponent("el-row");
|
|
33487
33492
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
@@ -33518,13 +33523,13 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33518
33523
|
_: 1
|
|
33519
33524
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
33520
33525
|
}
|
|
33521
|
-
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33526
|
+
var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-2b4f7bb7"]]);
|
|
33522
33527
|
var __glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33523
33528
|
__proto__: null,
|
|
33524
33529
|
"default": gridWidget
|
|
33525
33530
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
33526
33531
|
var tabWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33527
|
-
const _sfc_main$
|
|
33532
|
+
const _sfc_main$i = {
|
|
33528
33533
|
name: "tab-widget",
|
|
33529
33534
|
componentName: "ContainerWidget",
|
|
33530
33535
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -33567,8 +33572,8 @@ const _sfc_main$h = {
|
|
|
33567
33572
|
}
|
|
33568
33573
|
}
|
|
33569
33574
|
};
|
|
33570
|
-
const _hoisted_1$
|
|
33571
|
-
function _sfc_render$
|
|
33575
|
+
const _hoisted_1$g = { class: "form-widget-list" };
|
|
33576
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33572
33577
|
const _component_draggable = resolveComponent("draggable");
|
|
33573
33578
|
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
33574
33579
|
const _component_el_tabs = resolveComponent("el-tabs");
|
|
@@ -33613,7 +33618,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33613
33618
|
move: _ctx.checkContainerMove
|
|
33614
33619
|
}), {
|
|
33615
33620
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
33616
|
-
createElementVNode("div", _hoisted_1$
|
|
33621
|
+
createElementVNode("div", _hoisted_1$g, [
|
|
33617
33622
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
33618
33623
|
widget: subWidget,
|
|
33619
33624
|
designer: $props.designer,
|
|
@@ -33646,13 +33651,13 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33646
33651
|
_: 1
|
|
33647
33652
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
33648
33653
|
}
|
|
33649
|
-
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33654
|
+
var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-2c29f864"]]);
|
|
33650
33655
|
var __glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
33651
33656
|
__proto__: null,
|
|
33652
33657
|
"default": tabWidget
|
|
33653
33658
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
33654
33659
|
var tableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33655
|
-
const _sfc_main$
|
|
33660
|
+
const _sfc_main$h = {
|
|
33656
33661
|
name: "TableCellWidget",
|
|
33657
33662
|
componentName: "TableCellWidget",
|
|
33658
33663
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -33817,8 +33822,8 @@ const _sfc_main$g = {
|
|
|
33817
33822
|
}
|
|
33818
33823
|
}
|
|
33819
33824
|
};
|
|
33820
|
-
const _hoisted_1$
|
|
33821
|
-
const _hoisted_2$
|
|
33825
|
+
const _hoisted_1$f = ["colspan", "rowspan"];
|
|
33826
|
+
const _hoisted_2$b = { class: "form-widget-list" };
|
|
33822
33827
|
const _hoisted_3$9 = {
|
|
33823
33828
|
key: 0,
|
|
33824
33829
|
class: "table-cell-action"
|
|
@@ -33829,7 +33834,7 @@ const _hoisted_6$5 = {
|
|
|
33829
33834
|
key: 1,
|
|
33830
33835
|
class: "table-cell-handler"
|
|
33831
33836
|
};
|
|
33832
|
-
function _sfc_render$
|
|
33837
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33833
33838
|
const _component_draggable = resolveComponent("draggable");
|
|
33834
33839
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
33835
33840
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -33855,7 +33860,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33855
33860
|
move: $options.checkContainerMove
|
|
33856
33861
|
}), {
|
|
33857
33862
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
33858
|
-
createElementVNode("div", _hoisted_2$
|
|
33863
|
+
createElementVNode("div", _hoisted_2$b, [
|
|
33859
33864
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
33860
33865
|
widget: subWidget,
|
|
33861
33866
|
designer: $props.designer,
|
|
@@ -34026,15 +34031,15 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34026
34031
|
$props.designer.selectedId === $props.widget.id && $props.widget.type === "table-cell" ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
34027
34032
|
createElementVNode("i", null, toDisplayString(_ctx.i18nt("designer.widgetLabel." + $props.widget.type)), 1)
|
|
34028
34033
|
])) : createCommentVNode("", true)
|
|
34029
|
-
], 14, _hoisted_1$
|
|
34034
|
+
], 14, _hoisted_1$f);
|
|
34030
34035
|
}
|
|
34031
|
-
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34036
|
+
var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-2dc3e6c7"]]);
|
|
34032
34037
|
var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34033
34038
|
__proto__: null,
|
|
34034
34039
|
"default": TableCellWidget
|
|
34035
34040
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
34036
34041
|
var tableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34037
|
-
const _sfc_main$
|
|
34042
|
+
const _sfc_main$g = {
|
|
34038
34043
|
name: "table-widget",
|
|
34039
34044
|
componentName: "ContainerWidget",
|
|
34040
34045
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34066,8 +34071,8 @@ const _sfc_main$f = {
|
|
|
34066
34071
|
},
|
|
34067
34072
|
methods: {}
|
|
34068
34073
|
};
|
|
34069
|
-
const _hoisted_1$
|
|
34070
|
-
function _sfc_render$
|
|
34074
|
+
const _hoisted_1$e = { class: "table-layout" };
|
|
34075
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34071
34076
|
const _component_table_cell_widget = resolveComponent("table-cell-widget");
|
|
34072
34077
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
34073
34078
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -34083,7 +34088,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34083
34088
|
class: normalizeClass(["table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
34084
34089
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
34085
34090
|
}, [
|
|
34086
|
-
createElementVNode("table", _hoisted_1$
|
|
34091
|
+
createElementVNode("table", _hoisted_1$e, [
|
|
34087
34092
|
createElementVNode("tbody", null, [
|
|
34088
34093
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
34089
34094
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -34115,7 +34120,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34115
34120
|
_: 1
|
|
34116
34121
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34117
34122
|
}
|
|
34118
|
-
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34123
|
+
var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-2fde56df"]]);
|
|
34119
34124
|
var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34120
34125
|
__proto__: null,
|
|
34121
34126
|
"default": tableWidget
|
|
@@ -34130,7 +34135,7 @@ var ContainerComponents = {
|
|
|
34130
34135
|
}
|
|
34131
34136
|
};
|
|
34132
34137
|
var customSubFormWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34133
|
-
const _sfc_main$
|
|
34138
|
+
const _sfc_main$f = {
|
|
34134
34139
|
name: "custom-sub-form-widget",
|
|
34135
34140
|
componentName: "ContainerWidget",
|
|
34136
34141
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -34180,8 +34185,8 @@ const _sfc_main$e = {
|
|
|
34180
34185
|
}
|
|
34181
34186
|
}
|
|
34182
34187
|
};
|
|
34183
|
-
const _hoisted_1$
|
|
34184
|
-
const _hoisted_2$
|
|
34188
|
+
const _hoisted_1$d = { class: "sub-form-header" };
|
|
34189
|
+
const _hoisted_2$a = { class: "sub-form-label" };
|
|
34185
34190
|
const _hoisted_3$8 = { class: "group-header" };
|
|
34186
34191
|
const _hoisted_4$6 = { class: "group-title" };
|
|
34187
34192
|
const _hoisted_5$4 = {
|
|
@@ -34199,7 +34204,7 @@ const _hoisted_10$1 = {
|
|
|
34199
34204
|
key: 0,
|
|
34200
34205
|
class: "empty-hint"
|
|
34201
34206
|
};
|
|
34202
|
-
function _sfc_render$
|
|
34207
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34203
34208
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34204
34209
|
const _component_el_button = resolveComponent("el-button");
|
|
34205
34210
|
const _component_draggable = resolveComponent("draggable");
|
|
@@ -34217,8 +34222,8 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34217
34222
|
class: normalizeClass(["custom-sub-form-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
34218
34223
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
34219
34224
|
}, [
|
|
34220
|
-
createElementVNode("div", _hoisted_1$
|
|
34221
|
-
createElementVNode("span", _hoisted_2$
|
|
34225
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
34226
|
+
createElementVNode("span", _hoisted_2$a, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)
|
|
34222
34227
|
]),
|
|
34223
34228
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.previewRows, (row, rowIdx) => {
|
|
34224
34229
|
return openBlock(), createElementBlock("div", {
|
|
@@ -34306,9 +34311,9 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34306
34311
|
_: 1
|
|
34307
34312
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
34308
34313
|
}
|
|
34309
|
-
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34314
|
+
var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-787fff1a"]]);
|
|
34310
34315
|
var customSubFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34311
|
-
const _sfc_main$
|
|
34316
|
+
const _sfc_main$e = {
|
|
34312
34317
|
name: "custom-sub-form-item",
|
|
34313
34318
|
componentName: "ContainerItem",
|
|
34314
34319
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -34672,8 +34677,8 @@ const _sfc_main$d = {
|
|
|
34672
34677
|
}
|
|
34673
34678
|
}
|
|
34674
34679
|
};
|
|
34675
|
-
const _hoisted_1$
|
|
34676
|
-
const _hoisted_2$
|
|
34680
|
+
const _hoisted_1$c = { class: "sub-form-header" };
|
|
34681
|
+
const _hoisted_2$9 = { class: "sub-form-label" };
|
|
34677
34682
|
const _hoisted_3$7 = { class: "group-header" };
|
|
34678
34683
|
const _hoisted_4$5 = { class: "group-title" };
|
|
34679
34684
|
const _hoisted_5$3 = {
|
|
@@ -34705,7 +34710,7 @@ const _hoisted_14 = {
|
|
|
34705
34710
|
key: 1,
|
|
34706
34711
|
class: "empty-hint"
|
|
34707
34712
|
};
|
|
34708
|
-
function _sfc_render$
|
|
34713
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34709
34714
|
const _component_el_button = resolveComponent("el-button");
|
|
34710
34715
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34711
34716
|
const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
|
|
@@ -34715,8 +34720,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34715
34720
|
key: $props.widget.id,
|
|
34716
34721
|
class: normalizeClass(["custom-sub-form-container", $options.customClass])
|
|
34717
34722
|
}, [
|
|
34718
|
-
createElementVNode("div", _hoisted_1$
|
|
34719
|
-
createElementVNode("span", _hoisted_2$
|
|
34723
|
+
createElementVNode("div", _hoisted_1$c, [
|
|
34724
|
+
createElementVNode("span", _hoisted_2$9, toDisplayString($props.widget.options.label || "\u81EA\u5B9A\u4E49\u5B50\u8868\u5355"), 1)
|
|
34720
34725
|
]),
|
|
34721
34726
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.rowIdData, (subFormRowId, sfrIdx) => {
|
|
34722
34727
|
return openBlock(), createElementBlock("div", {
|
|
@@ -34801,9 +34806,9 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34801
34806
|
_: 1
|
|
34802
34807
|
}, 8, ["widget"]);
|
|
34803
34808
|
}
|
|
34804
|
-
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
34809
|
+
var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-3754189c"]]);
|
|
34805
34810
|
var customTableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
34806
|
-
const _sfc_main$
|
|
34811
|
+
const _sfc_main$d = {
|
|
34807
34812
|
name: "custom-table-cell-widget",
|
|
34808
34813
|
componentName: "CustomTableCellWidget",
|
|
34809
34814
|
mixins: [i18n$1, refMixinDesign],
|
|
@@ -34959,8 +34964,8 @@ const _sfc_main$c = {
|
|
|
34959
34964
|
}
|
|
34960
34965
|
}
|
|
34961
34966
|
};
|
|
34962
|
-
const _hoisted_1$
|
|
34963
|
-
const _hoisted_2$
|
|
34967
|
+
const _hoisted_1$b = ["colspan", "rowspan"];
|
|
34968
|
+
const _hoisted_2$8 = { class: "form-widget-list" };
|
|
34964
34969
|
const _hoisted_3$6 = {
|
|
34965
34970
|
key: 0,
|
|
34966
34971
|
class: "custom-table-cell-action"
|
|
@@ -34974,7 +34979,7 @@ const _hoisted_6$2 = {
|
|
|
34974
34979
|
key: 2,
|
|
34975
34980
|
class: "empty-hint"
|
|
34976
34981
|
};
|
|
34977
|
-
function _sfc_render$
|
|
34982
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34978
34983
|
const _component_draggable = resolveComponent("draggable");
|
|
34979
34984
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
34980
34985
|
const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
|
|
@@ -35007,7 +35012,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35007
35012
|
move: $options.checkContainerMove
|
|
35008
35013
|
}), {
|
|
35009
35014
|
item: withCtx(({ element: subWidget, index: swIdx }) => [
|
|
35010
|
-
createElementVNode("div", _hoisted_2$
|
|
35015
|
+
createElementVNode("div", _hoisted_2$8, [
|
|
35011
35016
|
subWidget.category === "container" ? (openBlock(), createBlock(resolveDynamicComponent(subWidget.type + "-widget"), {
|
|
35012
35017
|
widget: subWidget,
|
|
35013
35018
|
designer: $props.designer,
|
|
@@ -35098,11 +35103,11 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35098
35103
|
createElementVNode("i", null, "\u5355\u5143\u683C", -1)
|
|
35099
35104
|
])])) : createCommentVNode("", true),
|
|
35100
35105
|
!$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$2, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
|
|
35101
|
-
], 14, _hoisted_1$
|
|
35106
|
+
], 14, _hoisted_1$b);
|
|
35102
35107
|
}
|
|
35103
|
-
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35108
|
+
var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-6e28297c"]]);
|
|
35104
35109
|
var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35105
|
-
const _sfc_main$
|
|
35110
|
+
const _sfc_main$c = {
|
|
35106
35111
|
name: "custom-table-widget",
|
|
35107
35112
|
componentName: "ContainerWidget",
|
|
35108
35113
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -35153,8 +35158,8 @@ const _sfc_main$b = {
|
|
|
35153
35158
|
}
|
|
35154
35159
|
}
|
|
35155
35160
|
};
|
|
35156
|
-
const _hoisted_1$
|
|
35157
|
-
function _sfc_render$
|
|
35161
|
+
const _hoisted_1$a = { class: "custom-table-layout" };
|
|
35162
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35158
35163
|
const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
|
|
35159
35164
|
const _component_container_wrapper = resolveComponent("container-wrapper");
|
|
35160
35165
|
return openBlock(), createBlock(_component_container_wrapper, {
|
|
@@ -35170,7 +35175,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35170
35175
|
class: normalizeClass(["custom-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
35171
35176
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
35172
35177
|
}, [
|
|
35173
|
-
createElementVNode("table", _hoisted_1$
|
|
35178
|
+
createElementVNode("table", _hoisted_1$a, [
|
|
35174
35179
|
createElementVNode("tbody", null, [
|
|
35175
35180
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
35176
35181
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -35200,9 +35205,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35200
35205
|
_: 1
|
|
35201
35206
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35202
35207
|
}
|
|
35203
|
-
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35208
|
+
var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-5281c94a"]]);
|
|
35204
35209
|
var customTableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35205
|
-
const _sfc_main$
|
|
35210
|
+
const _sfc_main$b = {
|
|
35206
35211
|
name: "custom-table-cell-item",
|
|
35207
35212
|
componentName: "ContainerItem",
|
|
35208
35213
|
mixins: [emitter, i18n$1, refMixin],
|
|
@@ -35219,8 +35224,8 @@ const _sfc_main$a = {
|
|
|
35219
35224
|
}
|
|
35220
35225
|
}
|
|
35221
35226
|
};
|
|
35222
|
-
const _hoisted_1$
|
|
35223
|
-
function _sfc_render$
|
|
35227
|
+
const _hoisted_1$9 = ["colspan", "rowspan"];
|
|
35228
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35224
35229
|
return openBlock(), createElementBlock("td", {
|
|
35225
35230
|
class: normalizeClass(["custom-table-cell", $options.customClass]),
|
|
35226
35231
|
colspan: $props.widget.options.colspan || 1,
|
|
@@ -35251,11 +35256,11 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35251
35256
|
}, null, 8, ["field", "parent-list", "index-of-parent-list", "parent-widget"]))
|
|
35252
35257
|
], 64);
|
|
35253
35258
|
}), 128))
|
|
35254
|
-
], 14, _hoisted_1$
|
|
35259
|
+
], 14, _hoisted_1$9);
|
|
35255
35260
|
}
|
|
35256
|
-
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35261
|
+
var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-188e7bf2"]]);
|
|
35257
35262
|
var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35258
|
-
const _sfc_main$
|
|
35263
|
+
const _sfc_main$a = {
|
|
35259
35264
|
name: "custom-table-item",
|
|
35260
35265
|
componentName: "ContainerItem",
|
|
35261
35266
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -35440,16 +35445,16 @@ const _sfc_main$9 = {
|
|
|
35440
35445
|
}
|
|
35441
35446
|
}
|
|
35442
35447
|
};
|
|
35443
|
-
const _hoisted_1$
|
|
35448
|
+
const _hoisted_1$8 = {
|
|
35444
35449
|
key: 0,
|
|
35445
35450
|
class: "table-actions"
|
|
35446
35451
|
};
|
|
35447
|
-
const _hoisted_2$
|
|
35452
|
+
const _hoisted_2$7 = { class: "custom-table-layout" };
|
|
35448
35453
|
const _hoisted_3$5 = {
|
|
35449
35454
|
key: 0,
|
|
35450
35455
|
class: "row-actions-cell"
|
|
35451
35456
|
};
|
|
35452
|
-
function _sfc_render$
|
|
35457
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35453
35458
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35454
35459
|
const _component_el_button = resolveComponent("el-button");
|
|
35455
35460
|
const _component_custom_table_cell_item = resolveComponent("custom-table-cell-item");
|
|
@@ -35460,7 +35465,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35460
35465
|
key: $props.widget.id,
|
|
35461
35466
|
class: normalizeClass(["custom-table-container", $options.customClass])
|
|
35462
35467
|
}, [
|
|
35463
|
-
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
35468
|
+
$props.widget.rows && $props.widget.rows.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
35464
35469
|
createVNode(_component_el_button, {
|
|
35465
35470
|
type: "primary",
|
|
35466
35471
|
size: "small",
|
|
@@ -35474,7 +35479,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35474
35479
|
_: 1
|
|
35475
35480
|
}, 8, ["onClick"])
|
|
35476
35481
|
])) : createCommentVNode("", true),
|
|
35477
|
-
createElementVNode("table", _hoisted_2$
|
|
35482
|
+
createElementVNode("table", _hoisted_2$7, [
|
|
35478
35483
|
createElementVNode("tbody", null, [
|
|
35479
35484
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.widget.rows, (row, rowIdx) => {
|
|
35480
35485
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -35529,9 +35534,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35529
35534
|
_: 1
|
|
35530
35535
|
}, 8, ["widget"]);
|
|
35531
35536
|
}
|
|
35532
|
-
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35537
|
+
var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-1aff2bd9"]]);
|
|
35533
35538
|
var subTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35534
|
-
const _sfc_main$
|
|
35539
|
+
const _sfc_main$9 = {
|
|
35535
35540
|
name: "sub-table-widget",
|
|
35536
35541
|
componentName: "ContainerWidget",
|
|
35537
35542
|
mixins: [i18n$1, containerMixin, refMixinDesign],
|
|
@@ -35617,8 +35622,8 @@ const _sfc_main$8 = {
|
|
|
35617
35622
|
}
|
|
35618
35623
|
}
|
|
35619
35624
|
};
|
|
35620
|
-
const _hoisted_1$
|
|
35621
|
-
const _hoisted_2$
|
|
35625
|
+
const _hoisted_1$7 = { class: "sub-table-header" };
|
|
35626
|
+
const _hoisted_2$6 = { class: "sub-table-label" };
|
|
35622
35627
|
const _hoisted_3$4 = { class: "table-preview" };
|
|
35623
35628
|
const _hoisted_4$3 = { class: "preview-cell" };
|
|
35624
35629
|
const _hoisted_5$1 = { class: "empty-hint" };
|
|
@@ -35628,7 +35633,7 @@ const _hoisted_8$1 = {
|
|
|
35628
35633
|
key: 0,
|
|
35629
35634
|
class: "config-hint"
|
|
35630
35635
|
};
|
|
35631
|
-
function _sfc_render$
|
|
35636
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35632
35637
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
35633
35638
|
const _component_el_button = resolveComponent("el-button");
|
|
35634
35639
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
@@ -35648,8 +35653,8 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35648
35653
|
class: normalizeClass(["sub-table-container", [$options.selected ? "selected" : "", $options.customClass]]),
|
|
35649
35654
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.selectWidget($props.widget), ["stop"]))
|
|
35650
35655
|
}, [
|
|
35651
|
-
createElementVNode("div", _hoisted_1$
|
|
35652
|
-
createElementVNode("span", _hoisted_2$
|
|
35656
|
+
createElementVNode("div", _hoisted_1$7, [
|
|
35657
|
+
createElementVNode("span", _hoisted_2$6, toDisplayString($props.widget.options.label || "\u5B50\u8868\u683C"), 1),
|
|
35653
35658
|
createVNode(_component_el_button, {
|
|
35654
35659
|
disabled: $data.actionDisabled,
|
|
35655
35660
|
round: "",
|
|
@@ -35757,9 +35762,9 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35757
35762
|
_: 1
|
|
35758
35763
|
}, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
|
|
35759
35764
|
}
|
|
35760
|
-
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
35765
|
+
var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-03a3b831"]]);
|
|
35761
35766
|
var subTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
35762
|
-
const _sfc_main$
|
|
35767
|
+
const _sfc_main$8 = {
|
|
35763
35768
|
name: "sub-table-item",
|
|
35764
35769
|
componentName: "ContainerItem",
|
|
35765
35770
|
mixins: [emitter, i18n$1, refMixin, containerItemMixin],
|
|
@@ -36125,17 +36130,17 @@ const _sfc_main$7 = {
|
|
|
36125
36130
|
}
|
|
36126
36131
|
}
|
|
36127
36132
|
};
|
|
36128
|
-
const _hoisted_1$
|
|
36133
|
+
const _hoisted_1$6 = {
|
|
36129
36134
|
key: 0,
|
|
36130
36135
|
class: "sub-table-label"
|
|
36131
36136
|
};
|
|
36132
|
-
const _hoisted_2$
|
|
36137
|
+
const _hoisted_2$5 = {
|
|
36133
36138
|
key: 0,
|
|
36134
36139
|
class: "required-mark"
|
|
36135
36140
|
};
|
|
36136
36141
|
const _hoisted_3$3 = { class: "table-toolbar" };
|
|
36137
36142
|
const _hoisted_4$2 = { class: "dialog-footer" };
|
|
36138
|
-
function _sfc_render$
|
|
36143
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36139
36144
|
const _component_svg_icon = resolveComponent("svg-icon");
|
|
36140
36145
|
const _component_el_button = resolveComponent("el-button");
|
|
36141
36146
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
@@ -36156,11 +36161,11 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36156
36161
|
key: $props.widget.id,
|
|
36157
36162
|
class: normalizeClass(["sub-table-container", $options.customClass])
|
|
36158
36163
|
}, [
|
|
36159
|
-
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
36164
|
+
$props.widget.options.label ? (openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
36160
36165
|
createElementVNode("span", {
|
|
36161
36166
|
class: normalizeClass($options.labelClass)
|
|
36162
36167
|
}, toDisplayString($props.widget.options.label), 3),
|
|
36163
|
-
$props.widget.options.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
36168
|
+
$props.widget.options.required ? (openBlock(), createElementBlock("span", _hoisted_2$5, "*")) : createCommentVNode("", true)
|
|
36164
36169
|
])) : createCommentVNode("", true),
|
|
36165
36170
|
createElementVNode("div", _hoisted_3$3, [
|
|
36166
36171
|
!$props.widget.options.disabled ? (openBlock(), createBlock(_component_el_button, {
|
|
@@ -36391,7 +36396,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36391
36396
|
_: 1
|
|
36392
36397
|
}, 8, ["widget"]);
|
|
36393
36398
|
}
|
|
36394
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
36399
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-47eddd0f"]]);
|
|
36395
36400
|
var ace$2 = { exports: {} };
|
|
36396
36401
|
(function(module, exports) {
|
|
36397
36402
|
(function() {
|
|
@@ -60836,8 +60841,8 @@ var extLanguage_tools = { exports: {} };
|
|
|
60836
60841
|
});
|
|
60837
60842
|
})();
|
|
60838
60843
|
})(extLanguage_tools);
|
|
60839
|
-
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
60840
|
-
const _sfc_main$
|
|
60844
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
60845
|
+
const _sfc_main$7 = {
|
|
60841
60846
|
name: "CodeEditor",
|
|
60842
60847
|
props: {
|
|
60843
60848
|
modelValue: {
|
|
@@ -60928,19 +60933,19 @@ const _sfc_main$6 = {
|
|
|
60928
60933
|
}
|
|
60929
60934
|
}
|
|
60930
60935
|
};
|
|
60931
|
-
const _hoisted_1$
|
|
60932
|
-
const _hoisted_2$
|
|
60936
|
+
const _hoisted_1$5 = { class: "ace-container" };
|
|
60937
|
+
const _hoisted_2$4 = {
|
|
60933
60938
|
class: "ace-editor",
|
|
60934
60939
|
ref: "ace"
|
|
60935
60940
|
};
|
|
60936
|
-
function _sfc_render$
|
|
60937
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
60938
|
-
createElementVNode("div", _hoisted_2$
|
|
60941
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
60942
|
+
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
60943
|
+
createElementVNode("div", _hoisted_2$4, null, 512)
|
|
60939
60944
|
]);
|
|
60940
60945
|
}
|
|
60941
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
60946
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-335e1214"]]);
|
|
60942
60947
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
60943
|
-
const _sfc_main$
|
|
60948
|
+
const _sfc_main$6 = {
|
|
60944
60949
|
name: "sub-table-columns-editor",
|
|
60945
60950
|
mixins: [i18n$1],
|
|
60946
60951
|
components: {
|
|
@@ -61118,11 +61123,11 @@ const _sfc_main$5 = {
|
|
|
61118
61123
|
}
|
|
61119
61124
|
}
|
|
61120
61125
|
};
|
|
61121
|
-
const _hoisted_1$
|
|
61122
|
-
const _hoisted_2$
|
|
61126
|
+
const _hoisted_1$4 = { class: "column-header" };
|
|
61127
|
+
const _hoisted_2$3 = { class: "column-title" };
|
|
61123
61128
|
const _hoisted_3$2 = { class: "column-form" };
|
|
61124
61129
|
const _hoisted_4$1 = { class: "dialog-footer" };
|
|
61125
|
-
function _sfc_render$
|
|
61130
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61126
61131
|
const _component_el_divider = resolveComponent("el-divider");
|
|
61127
61132
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
61128
61133
|
const _component_el_button = resolveComponent("el-button");
|
|
@@ -61154,8 +61159,8 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61154
61159
|
key: colIdx,
|
|
61155
61160
|
class: "column-item"
|
|
61156
61161
|
}, [
|
|
61157
|
-
createElementVNode("div", _hoisted_1$
|
|
61158
|
-
createElementVNode("span", _hoisted_2$
|
|
61162
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
61163
|
+
createElementVNode("span", _hoisted_2$3, "\u5217 " + toDisplayString(colIdx + 1), 1),
|
|
61159
61164
|
createVNode(_component_el_button, {
|
|
61160
61165
|
circle: "",
|
|
61161
61166
|
plain: "",
|
|
@@ -61552,8 +61557,8 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61552
61557
|
}, 8, ["modelValue", "title"])
|
|
61553
61558
|
], 64);
|
|
61554
61559
|
}
|
|
61555
|
-
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
61556
|
-
const _sfc_main$
|
|
61560
|
+
var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-514d67ae"]]);
|
|
61561
|
+
const _sfc_main$5 = {
|
|
61557
61562
|
name: "current-user-widget",
|
|
61558
61563
|
componentName: "FieldWidget",
|
|
61559
61564
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -61661,7 +61666,7 @@ const _sfc_main$4 = {
|
|
|
61661
61666
|
this.getCurrentUser();
|
|
61662
61667
|
}
|
|
61663
61668
|
};
|
|
61664
|
-
function _sfc_render$
|
|
61669
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61665
61670
|
const _component_el_input = resolveComponent("el-input");
|
|
61666
61671
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
61667
61672
|
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
@@ -61686,9 +61691,9 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61686
61691
|
_: 1
|
|
61687
61692
|
}, 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"]);
|
|
61688
61693
|
}
|
|
61689
|
-
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
61694
|
+
var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
61690
61695
|
var assetDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
61691
|
-
const _sfc_main$
|
|
61696
|
+
const _sfc_main$4 = {
|
|
61692
61697
|
name: "asset-dialog",
|
|
61693
61698
|
props: {
|
|
61694
61699
|
dialogVisible: {
|
|
@@ -61812,8 +61817,8 @@ const _sfc_main$3 = {
|
|
|
61812
61817
|
this.handleGetAssetTypeOptions();
|
|
61813
61818
|
}
|
|
61814
61819
|
};
|
|
61815
|
-
const _hoisted_1$
|
|
61816
|
-
const _hoisted_2$
|
|
61820
|
+
const _hoisted_1$3 = { class: "asset-body-wrap" };
|
|
61821
|
+
const _hoisted_2$2 = { class: "bottom-wrap" };
|
|
61817
61822
|
const _hoisted_3$1 = { class: "left-wrap" };
|
|
61818
61823
|
const _hoisted_4 = { class: "filter-wrap" };
|
|
61819
61824
|
const _hoisted_5 = { class: "right-wrap" };
|
|
@@ -61821,7 +61826,7 @@ const _hoisted_6 = { class: "asset-wrap" };
|
|
|
61821
61826
|
const _hoisted_7 = { class: "asset-item-left" };
|
|
61822
61827
|
const _hoisted_8 = { class: "asset-item-right" };
|
|
61823
61828
|
const _hoisted_9 = { class: "dialog-footer" };
|
|
61824
|
-
function _sfc_render$
|
|
61829
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61825
61830
|
const _component_el_input = resolveComponent("el-input");
|
|
61826
61831
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
61827
61832
|
const _component_el_col = resolveComponent("el-col");
|
|
@@ -61869,8 +61874,8 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61869
61874
|
])
|
|
61870
61875
|
]),
|
|
61871
61876
|
default: withCtx(() => [
|
|
61872
|
-
createElementVNode("div", _hoisted_1$
|
|
61873
|
-
createElementVNode("div", _hoisted_2$
|
|
61877
|
+
createElementVNode("div", _hoisted_1$3, [
|
|
61878
|
+
createElementVNode("div", _hoisted_2$2, [
|
|
61874
61879
|
createElementVNode("div", _hoisted_3$1, [
|
|
61875
61880
|
createElementVNode("div", _hoisted_4, [
|
|
61876
61881
|
createVNode(_component_el_form, {
|
|
@@ -62056,10 +62061,10 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62056
62061
|
_: 1
|
|
62057
62062
|
}, 8, ["modelValue", "onClose"]);
|
|
62058
62063
|
}
|
|
62059
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62064
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-18da89e8"]]);
|
|
62060
62065
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
62061
62066
|
var index_vue_vue_type_style_index_1_scoped_true_lang = "";
|
|
62062
|
-
const _sfc_main$
|
|
62067
|
+
const _sfc_main$3 = {
|
|
62063
62068
|
name: "asset-select-widget",
|
|
62064
62069
|
componentName: "FieldWidget",
|
|
62065
62070
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -62142,26 +62147,6 @@ const _sfc_main$2 = {
|
|
|
62142
62147
|
this.unregisterFromRefList();
|
|
62143
62148
|
},
|
|
62144
62149
|
methods: {
|
|
62145
|
-
handleRemoveTag(removedItem, removedIndex) {
|
|
62146
|
-
if (this.field.options.disabled) {
|
|
62147
|
-
return;
|
|
62148
|
-
}
|
|
62149
|
-
const remaining = Array.isArray(this.fieldModel) ? this.fieldModel : [];
|
|
62150
|
-
let prevSnapshot;
|
|
62151
|
-
if (removedItem != null && typeof removedIndex === "number" && removedIndex >= 0) {
|
|
62152
|
-
prevSnapshot = deepClone(remaining);
|
|
62153
|
-
prevSnapshot.splice(removedIndex, 0, removedItem);
|
|
62154
|
-
} else {
|
|
62155
|
-
prevSnapshot = deepClone(remaining);
|
|
62156
|
-
}
|
|
62157
|
-
this.oldFieldValue = prevSnapshot;
|
|
62158
|
-
this.syncUpdateFormModel(remaining);
|
|
62159
|
-
this.emitFieldDataChange(remaining, this.oldFieldValue);
|
|
62160
|
-
this.triggerEvent("onRemoveTag", removedItem, remaining, removedIndex);
|
|
62161
|
-
this.$nextTick(() => {
|
|
62162
|
-
this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
|
|
62163
|
-
});
|
|
62164
|
-
},
|
|
62165
62150
|
handleClick() {
|
|
62166
62151
|
this.dialogVisible = true;
|
|
62167
62152
|
this.triggerEvent("onOpen");
|
|
@@ -62223,8 +62208,8 @@ const _sfc_main$2 = {
|
|
|
62223
62208
|
}
|
|
62224
62209
|
}
|
|
62225
62210
|
};
|
|
62226
|
-
const _hoisted_1$
|
|
62227
|
-
function _sfc_render$
|
|
62211
|
+
const _hoisted_1$2 = { class: "person-tree-widget__trigger" };
|
|
62212
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62228
62213
|
const _component_el_button = resolveComponent("el-button");
|
|
62229
62214
|
const _component_asset_dialog = resolveComponent("asset-dialog");
|
|
62230
62215
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -62245,7 +62230,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62245
62230
|
class: "person-tree-widget",
|
|
62246
62231
|
style: normalizeStyle($options.widgetStyle)
|
|
62247
62232
|
}, [
|
|
62248
|
-
createElementVNode("div", _hoisted_1$
|
|
62233
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
62249
62234
|
createVNode(_component_el_button, {
|
|
62250
62235
|
type: "primary",
|
|
62251
62236
|
disabled: $props.field.options.disabled,
|
|
@@ -62272,9 +62257,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62272
62257
|
_: 1
|
|
62273
62258
|
}, 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"]);
|
|
62274
62259
|
}
|
|
62275
|
-
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62260
|
+
var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-4b5abf49"]]);
|
|
62276
62261
|
var detailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62277
|
-
const _sfc_main$
|
|
62262
|
+
const _sfc_main$2 = {
|
|
62278
62263
|
name: "detail-dialog",
|
|
62279
62264
|
components: {
|
|
62280
62265
|
VFormRender
|
|
@@ -62510,10 +62495,10 @@ const _sfc_main$1 = {
|
|
|
62510
62495
|
}
|
|
62511
62496
|
}
|
|
62512
62497
|
};
|
|
62513
|
-
const _hoisted_1 = { class: "asset-body-wrap" };
|
|
62514
|
-
const _hoisted_2 = { key: 0 };
|
|
62498
|
+
const _hoisted_1$1 = { class: "asset-body-wrap" };
|
|
62499
|
+
const _hoisted_2$1 = { key: 0 };
|
|
62515
62500
|
const _hoisted_3 = { class: "dialog-footer" };
|
|
62516
|
-
function _sfc_render$
|
|
62501
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62517
62502
|
const _component_v_form_render = resolveComponent("v-form-render");
|
|
62518
62503
|
const _component_el_button = resolveComponent("el-button");
|
|
62519
62504
|
const _component_el_dialog = resolveComponent("el-dialog");
|
|
@@ -62547,8 +62532,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62547
62532
|
])
|
|
62548
62533
|
]),
|
|
62549
62534
|
default: withCtx(() => [
|
|
62550
|
-
createElementVNode("div", _hoisted_1, [
|
|
62551
|
-
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
62535
|
+
createElementVNode("div", _hoisted_1$1, [
|
|
62536
|
+
$data.showForm ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
|
|
62552
62537
|
createVNode(_component_v_form_render, {
|
|
62553
62538
|
ref: "detailFormRender",
|
|
62554
62539
|
"form-json": $options.renderFormJson,
|
|
@@ -62560,9 +62545,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62560
62545
|
_: 1
|
|
62561
62546
|
}, 8, ["modelValue", "onClose"]);
|
|
62562
62547
|
}
|
|
62563
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
62548
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-0f9f38bd"]]);
|
|
62564
62549
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
62565
|
-
const _sfc_main = {
|
|
62550
|
+
const _sfc_main$1 = {
|
|
62566
62551
|
name: "asset-table-widget",
|
|
62567
62552
|
componentName: "FieldWidget",
|
|
62568
62553
|
mixins: [emitter, fieldMixin, i18n$1],
|
|
@@ -62653,7 +62638,6 @@ const _sfc_main = {
|
|
|
62653
62638
|
if (index2 === -1)
|
|
62654
62639
|
return;
|
|
62655
62640
|
this.fieldModel[index2] = __spreadValues(__spreadValues({}, this.fieldModel[index2]), row);
|
|
62656
|
-
console.log(this.fieldModel, "this.fieldModel");
|
|
62657
62641
|
},
|
|
62658
62642
|
triggerEvent(eventName, ...args) {
|
|
62659
62643
|
var _a, _b;
|
|
@@ -62664,7 +62648,6 @@ const _sfc_main = {
|
|
|
62664
62648
|
const rowData = args[0];
|
|
62665
62649
|
const fn = new Function("rowData", handler);
|
|
62666
62650
|
fn.call(this, rowData);
|
|
62667
|
-
``;
|
|
62668
62651
|
} else if (args.length > 0) {
|
|
62669
62652
|
const paramNames = args.map((_, index2) => `arg${index2}`).join(", ");
|
|
62670
62653
|
const fn = new Function(paramNames, handler);
|
|
@@ -62709,7 +62692,7 @@ const _sfc_main = {
|
|
|
62709
62692
|
}
|
|
62710
62693
|
}
|
|
62711
62694
|
};
|
|
62712
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62695
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62713
62696
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
62714
62697
|
const _component_el_button = resolveComponent("el-button");
|
|
62715
62698
|
const _component_el_table = resolveComponent("el-table");
|
|
@@ -62814,7 +62797,189 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62814
62797
|
_: 1
|
|
62815
62798
|
}, 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"]);
|
|
62816
62799
|
}
|
|
62817
|
-
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render]]);
|
|
62800
|
+
var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
62801
|
+
const AssetTypeEnum = {
|
|
62802
|
+
"0": "equity",
|
|
62803
|
+
"1": "house",
|
|
62804
|
+
"2": "land",
|
|
62805
|
+
"3": "equipment",
|
|
62806
|
+
"4": "vehicle",
|
|
62807
|
+
"5": "intangible",
|
|
62808
|
+
"6": "other_fixed",
|
|
62809
|
+
"7": "electronic",
|
|
62810
|
+
"8": "office_furniture"
|
|
62811
|
+
};
|
|
62812
|
+
var equity = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0NyI+CjxwYXRoIGlkPSJFbGxpcHNlIDUiIGQ9Ik0xMyA5QzEzIDEwLjE4NjcgMTIuNjQ4MSAxMS4zNDY3IDExLjk4ODggMTIuMzMzNEMxMS4zMjk1IDEzLjMyMDEgMTAuMzkyNSAxNC4wODkyIDkuMjk2MSAxNC41NDMzQzguMTk5NzQgMTQuOTk3NCA2Ljk5MzM0IDE1LjExNjIgNS44Mjk0NiAxNC44ODQ3QzQuNjY1NTcgMTQuNjUzMiAzLjU5NjQ3IDE0LjA4MTggMi43NTczNiAxMy4yNDI2QzEuOTE4MjQgMTIuNDAzNSAxLjM0NjggMTEuMzM0NCAxLjExNTI5IDEwLjE3MDVDMC44ODM3NzcgOS4wMDY2NiAxLjAwMjYgNy44MDAyNiAxLjQ1NjcyIDYuNzAzOUMxLjkxMDg1IDUuNjA3NTQgMi42Nzk4OCA0LjY3MDQ3IDMuNjY2NTggNC4wMTExOEM0LjY1MzI3IDMuMzUxODkgNS44MTMzMSAzIDcgM1Y5SDEzWiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iRWxsaXBzZSA2IiBvcGFjaXR5PSIwLjciIGQ9Ik0xNSA3LjVDMTUgNi42NDY0MSAxNC44MzE5IDUuODAxMTcgMTQuNTA1MiA1LjAxMjU2QzE0LjE3ODYgNC4yMjM5NCAxMy42OTk4IDMuNTA3MzkgMTMuMDk2MiAyLjkwMzgxQzEyLjQ5MjYgMi4zMDAyMyAxMS43NzYxIDEuODIxNDQgMTAuOTg3NCAxLjQ5NDc4QzEwLjE5ODggMS4xNjgxMyA5LjM1MzU5IDEgOC41IDFMOC41IDcuNUgxNVoiIGZpbGw9IiM0RTU5NjkiLz4KPC9nPgo8L3N2Zz4K";
|
|
62813
|
+
var equityActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxMiI+CjxwYXRoIGlkPSJFbGxpcHNlIDUiIGQ9Ik0xMyA5QzEzIDEwLjE4NjcgMTIuNjQ4MSAxMS4zNDY3IDExLjk4ODggMTIuMzMzNEMxMS4zMjk1IDEzLjMyMDEgMTAuMzkyNSAxNC4wODkyIDkuMjk2MSAxNC41NDMzQzguMTk5NzQgMTQuOTk3NCA2Ljk5MzM0IDE1LjExNjIgNS44Mjk0NiAxNC44ODQ3QzQuNjY1NTcgMTQuNjUzMiAzLjU5NjQ3IDE0LjA4MTggMi43NTczNiAxMy4yNDI2QzEuOTE4MjQgMTIuNDAzNSAxLjM0NjggMTEuMzM0NCAxLjExNTI5IDEwLjE3MDVDMC44ODM3NzcgOS4wMDY2NiAxLjAwMjYgNy44MDAyNiAxLjQ1NjcyIDYuNzAzOUMxLjkxMDg1IDUuNjA3NTQgMi42Nzk4OCA0LjY3MDQ3IDMuNjY2NTggNC4wMTExOEM0LjY1MzI3IDMuMzUxODkgNS44MTMzMSAzIDcgM1Y5SDEzWiIgZmlsbD0iIzMyODREMSIvPgo8cGF0aCBpZD0iRWxsaXBzZSA2IiBvcGFjaXR5PSIwLjciIGQ9Ik0xNSA3LjVDMTUgNi42NDY0MSAxNC44MzE5IDUuODAxMTcgMTQuNTA1MiA1LjAxMjU2QzE0LjE3ODYgNC4yMjM5NCAxMy42OTk4IDMuNTA3MzkgMTMuMDk2MiAyLjkwMzgxQzEyLjQ5MjYgMi4zMDAyMyAxMS43NzYxIDEuODIxNDQgMTAuOTg3NCAxLjQ5NDc4QzEwLjE5ODggMS4xNjgxMyA5LjM1MzU5IDEgOC41IDFMOC41IDcuNUgxNVoiIGZpbGw9IiMzMjg0RDEiLz4KPC9nPgo8L3N2Zz4K";
|
|
62814
|
+
var house = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgNzkiIGQ9Ik0xIDQuNTYxNTVDMSAzLjY0MzgyIDEuNjI0NTkgMi44NDM4NSAyLjUxNDkzIDIuNjIxMjdMNi41MTQ5MyAxLjYyMTI3QzcuNzc3MjIgMS4zMDU2OSA5IDIuMjYwNDEgOSAzLjU2MTU1VjEzQzkgMTQuMTA0NiA4LjEwNDU3IDE1IDcgMTVIM0MxLjg5NTQzIDE1IDEgMTQuMTA0NiAxIDEzVjQuNTYxNTVaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJSZWN0YW5nbGUgODAiIG9wYWNpdHk9IjAuNyIgZD0iTTcgNUwxMy40ODUxIDYuNjIxMjdDMTQuMzc1NCA2Ljg0Mzg1IDE1IDcuNjQzODIgMTUgOC41NjE1NVYxM0MxNSAxNC4xMDQ2IDE0LjEwNDYgMTUgMTMgMTVIN1Y1WiIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgxIiB4PSIzIiB5PSI3IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgzIiB4PSIxMCIgeT0iOSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA4MiIgeD0iMyIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgODQiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K";
|
|
62815
|
+
var houseActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxMyI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgNzkiIGQ9Ik0xIDQuNTYxNTVDMSAzLjY0MzgyIDEuNjI0NTkgMi44NDM4NSAyLjUxNDkzIDIuNjIxMjdMNi41MTQ5MyAxLjYyMTI3QzcuNzc3MjIgMS4zMDU2OSA5IDIuMjYwNDEgOSAzLjU2MTU1VjEzQzkgMTQuMTA0NiA4LjEwNDU3IDE1IDcgMTVIM0MxLjg5NTQzIDE1IDEgMTQuMTA0NiAxIDEzVjQuNTYxNTVaIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSJSZWN0YW5nbGUgODAiIG9wYWNpdHk9IjAuNyIgZD0iTTcgNUwxMy40ODUxIDYuNjIxMjdDMTQuMzc1NCA2Ljg0Mzg1IDE1IDcuNjQzODIgMTUgOC41NjE1NVYxM0MxNSAxNC4xMDQ2IDE0LjEwNDYgMTUgMTMgMTVIN1Y1WiIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgxIiB4PSIzIiB5PSI3IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgzIiB4PSIxMCIgeT0iOSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA4MiIgeD0iMyIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgODQiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K";
|
|
62816
|
+
var land = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDkxIj4KPGcgaWQ9Il8mIzIzMzsmIzE0MTsmIzE2NTsmIzIzMDsmIzEzMTsmIzE2NzsmIzIzMTsmIzE1NjsmIzE3NjtfMSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQwXzEzNDcpIj4KPHBhdGggaWQ9IlZlY3RvciIgb3BhY2l0eT0iMC43IiBkPSJNMTQuNDYgNy41TDE0LjIxIDQuMjdDMTQuMDkgMi43MSAxMi43OSAxLjUgMTEuMjIgMS41SDdWNy41SDE0LjQ2WiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik02LjAwMDA0IDcuNVYxLjVINC43ODAwNEMzLjIxMDA0IDEuNSAxLjkxMDA0IDIuNzEgMS43OTAwNCA0LjI3TDEuNTQwMDQgNy41SDYuMDAwMDRaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJWZWN0b3JfMyIgZD0iTTEuNDYwNDggOC41TDEuMjQwNDggMTEuMjdDMS4xMTA0OCAxMy4wMSAyLjQ4MDQ4IDE0LjUgNC4yMzA0OCAxNC41SDguOTkwNDhWOC41SDEuNDYwNDhaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJWZWN0b3JfNCIgZD0iTTEwIDguNVYxNC41SDExLjc2QzEzLjUxIDE0LjUgMTQuODkgMTMuMDEgMTQuNzUgMTEuMjdMMTQuNTQgOC41SDEwWiIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDBfMTM0NyI+CjxyZWN0IHdpZHRoPSIxMy41MiIgaGVpZ2h0PSIxMyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMjQwMjMgMS41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=";
|
|
62817
|
+
var landActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNCI+CjxnIGlkPSJfJiMyMzM7JiMxNDE7JiMxNjU7JiMyMzA7JiMxMzE7JiMxNjc7JiMyMzE7JiMxNTY7JiMxNzY7XzEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80MF8xMzU0KSI+CjxwYXRoIGlkPSJWZWN0b3IiIG9wYWNpdHk9IjAuNyIgZD0iTTE0LjQ2IDcuNUwxNC4yMSA0LjI3QzE0LjA5IDIuNzEgMTIuNzkgMS41IDExLjIyIDEuNUg3VjcuNUgxNC40NloiIGZpbGw9IiMzMTgyQ0UiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNNi4wMDAwNCA3LjVWMS41SDQuNzgwMDRDMy4yMTAwNCAxLjUgMS45MTAwNCAyLjcxIDEuNzkwMDQgNC4yN0wxLjU0MDA0IDcuNUg2LjAwMDA0WiIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik0xLjQ2MDQ4IDguNUwxLjI0MDQ4IDExLjI3QzEuMTEwNDggMTMuMDEgMi40ODA0OCAxNC41IDQuMjMwNDggMTQuNUg4Ljk5MDQ4VjguNUgxLjQ2MDQ4WiIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iVmVjdG9yXzQiIGQ9Ik0xMCA4LjVWMTQuNUgxMS43NkMxMy41MSAxNC41IDE0Ljg5IDEzLjAxIDE0Ljc1IDExLjI3TDE0LjU0IDguNUgxMFoiIGZpbGw9IiMzMTgyQ0UiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQwXzEzNTQiPgo8cmVjdCB3aWR0aD0iMTMuNTIiIGhlaWdodD0iMTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjI0MDIzIDEuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K";
|
|
62818
|
+
var equipment = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDgwIj4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5MiIgb3BhY2l0eT0iMC43IiB4PSIxIiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNSIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDkzIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNiIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk0IiB4PSIyIiB5PSIxMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk2IiB4PSIyIiB5PSI0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk1IiB4PSI2IiB5PSIxMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=";
|
|
62819
|
+
var equipmentActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNiI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgOTIiIG9wYWNpdHk9IjAuNyIgeD0iMSIgeT0iMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjUiIHJ4PSIxLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5MyIgeD0iMSIgeT0iOCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjYiIHJ4PSIxLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NCIgeD0iMiIgeT0iMTAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NiIgeD0iMiIgeT0iNCIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NSIgeD0iNiIgeT0iMTAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K";
|
|
62820
|
+
var vehicle = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDc5Ij4KPGcgaWQ9IiYjMjMxOyYjMTg4OyYjMTUwOyYjMjMxOyYjMTg3OyYjMTMyOyA3Ij4KPHBhdGggaWQ9IiYjMjI5OyYjMTg5OyYjMTYyOyYjMjMxOyYjMTM4OyYjMTgyOyYjMjMxOyYjMTg3OyYjMTQ3OyYjMjI5OyYjMTQ0OyYjMTM2OyIgZD0iTTEyLjg1NzQgNS42MzY2QzEzLjk2MTkgNS42MzY3NCAxNC44NTc0IDYuNTMyMTEgMTQuODU3NCA3LjYzNjZWMTEuNjM2NkMxNC44NTczIDEyLjc0MSAxMy45NjE4IDEzLjYzNjUgMTIuODU3NCAxMy42MzY2SDMuMTQyNThDMi4wMzgyMiAxMy42MzY0IDEuMTQyNzIgMTIuNzQxIDEuMTQyNTggMTEuNjM2NlY3LjYzNjZDMS4xNDI1OCA2LjUzMjEyIDIuMDM4MTQgNS42MzY3NSAzLjE0MjU4IDUuNjM2NkgxMi44NTc0Wk00LjE1MzMyIDguMzYzMTZDMy41NTg2NiA4LjM2MzI5IDMuMDc2MTcgOC44MzkgMy4wNzYxNyA5LjQyNDY4QzMuMDc2NDQgMTAuMDEwMSAzLjU1ODgzIDEwLjQ4NTEgNC4xNTMzMiAxMC40ODUyQzQuNzQ3OTMgMTAuNDg1MiA1LjIzMDIgMTAuMDEwMiA1LjIzMDQ3IDkuNDI0NjhDNS4yMzA0NyA4LjgzODkyIDQuNzQ4MDkgOC4zNjMxNiA0LjE1MzMyIDguMzYzMTZaTTExLjg0NTcgOC4zNjMxNkMxMS4yNTEgOC4zNjMyOSAxMC43Njg2IDguODM5IDEwLjc2ODYgOS40MjQ2OEMxMC43Njg4IDEwLjAxMDEgMTEuMjUxMiAxMC40ODUxIDExLjg0NTcgMTAuNDg1MkMxMi40NDAzIDEwLjQ4NTIgMTIuOTIyNiAxMC4wMTAyIDEyLjkyMjkgOS40MjQ2OEMxMi45MjI5IDguODM4OTIgMTIuNDQwNSA4LjM2MzE2IDExLjg0NTcgOC4zNjMxNloiIGZpbGw9IiM0RTU5NjkiLz4KPHBhdGggaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyYjMjI5OyYjMTY0OyYjMTM1OyYjMjI4OyYjMTg3OyYjMTg5OyA0IiBkPSJNNC44NDM3NSAyLjc1SDExLjE0NjVDMTEuNzI0NyAyLjc1MDExIDEyLjIyNzcgMy4xNDY2NiAxMi4zNjIzIDMuNzA4OThMMTMuMDQ5OCA2LjU4MzAxSDIuOTQ4MjRMMy42MjY5NSAzLjcxMTkxQzMuNzYwNDQgMy4xNDgxIDQuMjY0MzIgMi43NSA0Ljg0Mzc1IDIuNzVaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjU5NTcyMiIgc3Ryb2tlPSIjNEU1OTY5IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7IiBvcGFjaXR5PSIwLjciIHg9IjEuMjMwOTYiIHk9IjEwLjMwMzMiIHdpZHRoPSIzLjA3NjkzIiBoZWlnaHQ9IjQuNTQ1NTMiIHJ4PSIxLjUzODQ3IiBmaWxsPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgMyIgb3BhY2l0eT0iMC43IiB4PSIxMS42OTI5IiB5PSIxMC4wMDAyIiB3aWR0aD0iMy4wNzY5MyIgaGVpZ2h0PSI0Ljg0ODU3IiByeD0iMS41Mzg0NyIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7XzIiIG9wYWNpdHk9IjAuNyIgeT0iNS4zMzMzNyIgd2lkdGg9IjMuMzMzMzMiIGhlaWdodD0iMi4wMDAwMyIgcng9IjEuMDAwMDEiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyYjMjI5OyYjMTY0OyYjMTM1OyYjMjI4OyYjMTg3OyYjMTg5OyA1IiBvcGFjaXR5PSIwLjciIHg9IjEyLjY2NjUiIHk9IjUuMzMzMzciIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjIuMDAwMDMiIHJ4PSIxLjAwMDAxIiBmaWxsPSIjNEU1OTY5Ii8+CjwvZz4KPC9nPgo8L3N2Zz4K";
|
|
62821
|
+
var vehicleActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNSI+CjxnIGlkPSImIzIzMTsmIzE4ODsmIzE1MDsmIzIzMTsmIzE4NzsmIzEzMjsgNyI+CjxwYXRoIGlkPSImIzIyOTsmIzE4OTsmIzE2MjsmIzIzMTsmIzEzODsmIzE4MjsmIzIzMTsmIzE4NzsmIzE0NzsmIzIyOTsmIzE0NDsmIzEzNjsiIGQ9Ik0xMi44NTc0IDUuNjM2NkMxMy45NjE5IDUuNjM2NzQgMTQuODU3NCA2LjUzMjExIDE0Ljg1NzQgNy42MzY2VjExLjYzNjZDMTQuODU3MyAxMi43NDEgMTMuOTYxOCAxMy42MzY1IDEyLjg1NzQgMTMuNjM2NkgzLjE0MjU4QzIuMDM4MjIgMTMuNjM2NCAxLjE0MjcyIDEyLjc0MSAxLjE0MjU4IDExLjYzNjZWNy42MzY2QzEuMTQyNTggNi41MzIxMiAyLjAzODE0IDUuNjM2NzUgMy4xNDI1OCA1LjYzNjZIMTIuODU3NFpNNC4xNTMzMiA4LjM2MzE2QzMuNTU4NjYgOC4zNjMyOSAzLjA3NjE3IDguODM5IDMuMDc2MTcgOS40MjQ2OEMzLjA3NjQ0IDEwLjAxMDEgMy41NTg4MyAxMC40ODUxIDQuMTUzMzIgMTAuNDg1MkM0Ljc0NzkzIDEwLjQ4NTIgNS4yMzAyIDEwLjAxMDIgNS4yMzA0NyA5LjQyNDY4QzUuMjMwNDcgOC44Mzg5MiA0Ljc0ODA5IDguMzYzMTYgNC4xNTMzMiA4LjM2MzE2Wk0xMS44NDU3IDguMzYzMTZDMTEuMjUxIDguMzYzMjkgMTAuNzY4NiA4LjgzOSAxMC43Njg2IDkuNDI0NjhDMTAuNzY4OCAxMC4wMTAxIDExLjI1MTIgMTAuNDg1MSAxMS44NDU3IDEwLjQ4NTJDMTIuNDQwMyAxMC40ODUyIDEyLjkyMjYgMTAuMDEwMiAxMi45MjI5IDkuNDI0NjhDMTIuOTIyOSA4LjgzODkyIDEyLjQ0MDUgOC4zNjMxNiAxMS44NDU3IDguMzYzMTZaIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgNCIgZD0iTTQuODQzNzUgMi43NUgxMS4xNDY1QzExLjcyNDcgMi43NTAxMSAxMi4yMjc3IDMuMTQ2NjYgMTIuMzYyMyAzLjcwODk4TDEzLjA0OTggNi41ODMwMUgyLjk0ODI0TDMuNjI2OTUgMy43MTE5MUMzLjc2MDQ0IDMuMTQ4MSA0LjI2NDMyIDIuNzUgNC44NDM3NSAyLjc1WiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC41OTU3MjIiIHN0cm9rZT0iIzMxODJDRSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyIgb3BhY2l0eT0iMC43IiB4PSIxLjIzMDk2IiB5PSIxMC4zMDMzIiB3aWR0aD0iMy4wNzY5MyIgaGVpZ2h0PSI0LjU0NTUzIiByeD0iMS41Mzg0NyIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7JiMyMjk7JiMxNjQ7JiMxMzU7JiMyMjg7JiMxODc7JiMxODk7IDMiIG9wYWNpdHk9IjAuNyIgeD0iMTEuNjkyOSIgeT0iMTAuMDAwMiIgd2lkdGg9IjMuMDc2OTMiIGhlaWdodD0iNC44NDg1NyIgcng9IjEuNTM4NDciIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyO18yIiBvcGFjaXR5PSIwLjciIHk9IjUuMzMzMzciIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjIuMDAwMDMiIHJ4PSIxLjAwMDAxIiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgNSIgb3BhY2l0eT0iMC43IiB4PSIxMi42NjY1IiB5PSI1LjMzMzM3IiB3aWR0aD0iMy4zMzMzMyIgaGVpZ2h0PSIyLjAwMDAzIiByeD0iMS4wMDAwMSIgZmlsbD0iIzMxODJDRSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==";
|
|
62822
|
+
var intangible = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDgzIj4KPGcgaWQ9Ikdyb3VwIDgyIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTkuMDYzMTggOS43NDQ5M0w4LjM1MjY3IDEwLjQ1MzJDNy45NjI0IDEwLjg0MjIgNy4zMzE5NiAxMC44NDIyIDYuOTQxNjggMTAuNDUzMkw2LjIzMTE4IDkuNzQ0OTNDNS44NDA5MSA5LjM1NTkxIDUuODQwOTEgOC43Mjc0OCA2LjIzMTE4IDguMzM4NDZMNy4yOTE5MyA3LjI4MTExTDMuMDQ4OTQgMy4wNDE3NUMwLjMxNzAxOSA1Ljc2NDkyIDAuMzE3MDE5IDEwLjE5MzggMy4wNDg5NCAxMi45MTdDNS43ODA4NiAxNS42NDAxIDkuODMzNzIgMTUuNjMwMiAxMi41ODU3IDEzLjI1NjFMOS4wNjMxOCA5Ljc0NDkzWiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIG9wYWNpdHk9IjAuNyIgZD0iTTEyLjk1NTggMy4wNDIzOEMxMC4yMjM5IDAuMzE5MjA4IDUuNzgwNzUgMC4zMTkyMDggMy4wNDg4MyAzLjA0MjM4TDcuMjkxODEgNy4yNzE3Nkw4LjM1MjU2IDYuMjE0NDJDOC43NDI4NCA1LjgyNTM5IDkuMzczMjggNS44MjUzOSA5Ljc2MzU1IDYuMjE0NDJMMTAuNDc0MSA2LjkyMjY0QzEwLjg2NDMgNy4zMTE2NiAxMC44NjQzIDcuOTQwMDkgMTAuNDc0MSA4LjMyOTExTDkuNzYzNTUgOS4wMzczNEwxMy4yODYgMTIuNTQ4NUMxNS42Nzc3IDkuODA1NDEgMTUuNTY3NiA1LjY1NTgyIDEyLjk0NTggMy4wNDIzOEgxMi45NTU4WiIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==";
|
|
62823
|
+
var intangibleActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNyI+CjxnIGlkPSJHcm91cCA4MiI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05LjA2MzE4IDkuNzQ0OTNMOC4zNTI2NyAxMC40NTMyQzcuOTYyNCAxMC44NDIyIDcuMzMxOTYgMTAuODQyMiA2Ljk0MTY4IDEwLjQ1MzJMNi4yMzExOCA5Ljc0NDkzQzUuODQwOTEgOS4zNTU5MSA1Ljg0MDkxIDguNzI3NDggNi4yMzExOCA4LjMzODQ2TDcuMjkxOTMgNy4yODExMUwzLjA0ODk0IDMuMDQxNzVDMC4zMTcwMTkgNS43NjQ5MiAwLjMxNzAxOSAxMC4xOTM4IDMuMDQ4OTQgMTIuOTE3QzUuNzgwODYgMTUuNjQwMSA5LjgzMzcyIDE1LjYzMDIgMTIuNTg1NyAxMy4yNTYxTDkuMDYzMTggOS43NDQ5M1oiIGZpbGw9IiMzMTgyQ0UiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBvcGFjaXR5PSIwLjciIGQ9Ik0xMi45NTU4IDMuMDQyMzhDMTAuMjIzOSAwLjMxOTIwOCA1Ljc4MDc1IDAuMzE5MjA4IDMuMDQ4ODMgMy4wNDIzOEw3LjI5MTgxIDcuMjcxNzZMOC4zNTI1NiA2LjIxNDQyQzguNzQyODQgNS44MjUzOSA5LjM3MzI4IDUuODI1MzkgOS43NjM1NSA2LjIxNDQyTDEwLjQ3NDEgNi45MjI2NEMxMC44NjQzIDcuMzExNjYgMTAuODY0MyA3Ljk0MDA5IDEwLjQ3NDEgOC4zMjkxMUw5Ljc2MzU1IDkuMDM3MzRMMTMuMjg2IDEyLjU0ODVDMTUuNjc3NyA5LjgwNTQxIDE1LjU2NzYgNS42NTU4MiAxMi45NDU4IDMuMDQyMzhIMTIuOTU1OFoiIGZpbGw9IiMzMTgyQ0UiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=";
|
|
62824
|
+
var otherFixed = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTIwIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNyIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEyMyIgeD0iNCIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxnIGlkPSJHcm91cCA4OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgMTI0IiBkPSJNNy41IDEuNUgxMS41QzEyLjMyODQgMS41IDEzIDIuMTcxNTcgMTMgM1Y4LjVINlYzQzYgMi4xNzE1NyA2LjY3MTU3IDEuNSA3LjUgMS41WiIgZmlsbD0iIzRFNTk2OSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlIDEyNSIgZD0iTTQuNSAzLjVINlY4LjVIM1Y1QzMgNC4xNzE1NyAzLjY3MTU3IDMuNSA0LjUgMy41WiIgZmlsbD0iIzRFNTk2OSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzRFNTk2OSIvPgo8L2c+CjxnIGlkPSJHcm91cCA4OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTI2IiB4PSI4IiB5PSIzLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMjciIHg9IjgiIHk9IjUuNSIgd2lkdGg9IjIiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==";
|
|
62825
|
+
var otherFixedActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxOCI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTIwIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNyIgcng9IjEuNSIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEyMyIgeD0iNCIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxnIGlkPSJHcm91cCA4OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgMTI0IiBkPSJNNy41IDEuNUgxMS41QzEyLjMyODQgMS41IDEzIDIuMTcxNTcgMTMgM1Y4LjVINlYzQzYgMi4xNzE1NyA2LjY3MTU3IDEuNSA3LjUgMS41WiIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlIDEyNSIgZD0iTTQuNSAzLjVINlY4LjVIM1Y1QzMgNC4xNzE1NyAzLjY3MTU3IDMuNSA0LjUgMy41WiIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8L2c+CjxnIGlkPSJHcm91cCA4OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTI2IiB4PSI4IiB5PSIzLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMjciIHg9IjgiIHk9IjUuNSIgd2lkdGg9IjIiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==";
|
|
62826
|
+
var electronic = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg1Ij4KPGcgaWQ9Ikdyb3VwIDg0Ij4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDgiIHg9IjYuNSIgeT0iMSIgd2lkdGg9IjEiIGhlaWdodD0iMyIgcng9IjAuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEwOSIgeD0iMi41IiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTEwIiB4PSI0IiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJTdWJ0cmFjdCIgZD0iTTggM0M4LjgyODQzIDMgOS41IDMuNjcxNTcgOS41IDQuNVYxMy41QzkuNSAxNC4zMjg0IDguODI4NDMgMTUgOCAxNUgzQzIuMTcxNTcgMTUgMS41IDE0LjMyODQgMS41IDEzLjVWNC41QzEuNSAzLjY3MTU3IDIuMTcxNTcgMyAzIDNIOFpNMy41IDExLjVDMy4yMjM4NiAxMS41IDMgMTEuNzIzOSAzIDEyQzMgMTIuMjc2MSAzLjIyMzg2IDEyLjUgMy41IDEyLjVINS41QzUuNzc2MTQgMTIuNSA2IDEyLjI3NjEgNiAxMkM2IDExLjcyMzkgNS43NzYxNCAxMS41IDUuNSAxMS41SDMuNVpNMy41IDlDMy4yMjM4NiA5IDMgOS4yMjM4NiAzIDkuNUMzIDkuNzc2MTQgMy4yMjM4NiAxMCAzLjUgMTBINy41QzcuNzc2MTQgMTAgOCA5Ljc3NjE0IDggOS41QzggOS4yMjM4NiA3Ljc3NjE0IDkgNy41IDlIMy41WiIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEwNSIgeD0iMi41IiB5PSI0LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjODQ4Qjk2Ii8+CjxwYXRoIGlkPSJTdWJ0cmFjdF8yIiBvcGFjaXR5PSIwLjciIGQ9Ik0xMy41IDdDMTQuMDUyMyA3IDE0LjUgNy40NDc3MiAxNC41IDhWMTRDMTQuNSAxNC41NTIzIDE0LjA1MjMgMTUgMTMuNSAxNUg3LjVMOC41IDdIMTMuNVpNMTEuNSAxMkMxMS4yMjM5IDEyIDExIDEyLjIyMzkgMTEgMTIuNUMxMSAxMi43NzYxIDExLjIyMzkgMTMgMTEuNSAxM0gxMi41QzEyLjc3NjEgMTMgMTMgMTIuNzc2MSAxMyAxMi41QzEzIDEyLjIyMzkgMTIuNzc2MSAxMiAxMi41IDEySDExLjVaTTEyIDguNUMxMS40NDc3IDguNSAxMSA4Ljk0NzcyIDExIDkuNUMxMSAxMC4wNTIzIDExLjQ0NzcgMTAuNSAxMiAxMC41QzEyLjU1MjMgMTAuNSAxMyAxMC4wNTIzIDEzIDkuNUMxMyA4Ljk0NzcyIDEyLjU1MjMgOC41IDEyIDguNVoiIGZpbGw9IiM0RTU5NjkiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=";
|
|
62827
|
+
var electronicActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxOSI+CjxnIGlkPSJHcm91cCA4NCI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTA4IiB4PSI2LjUiIHk9IjEiIHdpZHRoPSIxIiBoZWlnaHQ9IjMiIHJ4PSIwLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDkiIHg9IjIuNSIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExMCIgeD0iNCIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iU3VidHJhY3QiIGQ9Ik04IDNDOC44Mjg0MyAzIDkuNSAzLjY3MTU3IDkuNSA0LjVWMTMuNUM5LjUgMTQuMzI4NCA4LjgyODQzIDE1IDggMTVIM0MyLjE3MTU3IDE1IDEuNSAxNC4zMjg0IDEuNSAxMy41VjQuNUMxLjUgMy42NzE1NyAyLjE3MTU3IDMgMyAzSDhaTTMuNSAxMS41QzMuMjIzODYgMTEuNSAzIDExLjcyMzkgMyAxMkMzIDEyLjI3NjEgMy4yMjM4NiAxMi41IDMuNSAxMi41SDUuNUM1Ljc3NjE0IDEyLjUgNiAxMi4yNzYxIDYgMTJDNiAxMS43MjM5IDUuNzc2MTQgMTEuNSA1LjUgMTEuNUgzLjVaTTMuNSA5QzMuMjIzODYgOSAzIDkuMjIzODYgMyA5LjVDMyA5Ljc3NjE0IDMuMjIzODYgMTAgMy41IDEwSDcuNUM3Ljc3NjE0IDEwIDggOS43NzYxNCA4IDkuNUM4IDkuMjIzODYgNy43NzYxNCA5IDcuNSA5SDMuNVoiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDUiIHg9IjIuNSIgeT0iNC41IiB3aWR0aD0iNiIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iI0MyREFGMSIvPgo8cGF0aCBpZD0iU3VidHJhY3RfMiIgb3BhY2l0eT0iMC43IiBkPSJNMTMuNSA3QzE0LjA1MjMgNyAxNC41IDcuNDQ3NzIgMTQuNSA4VjE0QzE0LjUgMTQuNTUyMyAxNC4wNTIzIDE1IDEzLjUgMTVINy41TDguNSA3SDEzLjVaTTExLjUgMTJDMTEuMjIzOSAxMiAxMSAxMi4yMjM5IDExIDEyLjVDMTEgMTIuNzc2MSAxMS4yMjM5IDEzIDExLjUgMTNIMTIuNUMxMi43NzYxIDEzIDEzIDEyLjc3NjEgMTMgMTIuNUMxMyAxMi4yMjM5IDEyLjc3NjEgMTIgMTIuNSAxMkgxMS41Wk0xMiA4LjVDMTEuNDQ3NyA4LjUgMTEgOC45NDc3MiAxMSA5LjVDMTEgMTAuMDUyMyAxMS40NDc3IDEwLjUgMTIgMTAuNUMxMi41NTIzIDEwLjUgMTMgMTAuMDUyMyAxMyA5LjVDMTMgOC45NDc3MiAxMi41NTIzIDguNSAxMiA4LjVaIiBmaWxsPSIjMzE4MkNFIi8+CjwvZz4KPC9nPgo8L3N2Zz4K";
|
|
62828
|
+
var officeFurniture = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg3Ij4KPGcgaWQ9Ikdyb3VwIDg2Ij4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTQiIHg9IjguNSIgeT0iMSIgd2lkdGg9IjYiIGhlaWdodD0iMTQiIHJ4PSIxLjUiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTUiIHg9IjIiIHk9IjEuNSIgd2lkdGg9IjUiIGhlaWdodD0iMTMiIHJ4PSIxIiBmaWxsPSIjNEU1OTY5IiBmaWxsLW9wYWNpdHk9IjAuMyIgc3Ryb2tlPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE2IiB4PSI5LjUiIHk9IjciIHdpZHRoPSIxIiBoZWlnaHQ9IjIiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE3IiB4PSIyLjUiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTgiIHg9IjIuNSIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHBhdGggaWQ9IlZlY3RvciA0IiBkPSJNMi41IDZMNC41IDMiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNiIgZD0iTTIuNSAxMEw0IDgiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTQuNSA2TDUuNSA0LjUiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNyIgZD0iTTQuNSAxMEw1LjUgOC41IiBzdHJva2U9IiM0RTU5NjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==";
|
|
62829
|
+
var officeFurnitureActive = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIyMCI+CjxnIGlkPSJHcm91cCA4NiI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE0IiB4PSI4LjUiIHk9IjEiIHdpZHRoPSI2IiBoZWlnaHQ9IjE0IiByeD0iMS41IiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE1IiB4PSIyIiB5PSIxLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEzIiByeD0iMSIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNiIgeD0iOS41IiB5PSI3IiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNyIgeD0iMi41IiB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE4IiB4PSIyLjUiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSJWZWN0b3IgNCIgZD0iTTIuNSA2TDQuNSAzIiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDYiIGQ9Ik0yLjUgMTBMNCA4IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDUiIGQ9Ik00LjUgNkw1LjUgNC41IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik00LjUgMTBMNS41IDguNSIgc3Ryb2tlPSIjMzE4MkNFIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=";
|
|
62830
|
+
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62831
|
+
const assetTypeImageMap = {
|
|
62832
|
+
equity,
|
|
62833
|
+
"equity-active": equityActive,
|
|
62834
|
+
house,
|
|
62835
|
+
"house-active": houseActive,
|
|
62836
|
+
land,
|
|
62837
|
+
"land-active": landActive,
|
|
62838
|
+
equipment,
|
|
62839
|
+
"equipment-active": equipmentActive,
|
|
62840
|
+
vehicle,
|
|
62841
|
+
"vehicle-active": vehicleActive,
|
|
62842
|
+
intangible,
|
|
62843
|
+
"intangible-active": intangibleActive,
|
|
62844
|
+
other_fixed: otherFixed,
|
|
62845
|
+
"other_fixed-active": otherFixedActive,
|
|
62846
|
+
electronic,
|
|
62847
|
+
"electronic-active": electronicActive,
|
|
62848
|
+
office_furniture: officeFurniture,
|
|
62849
|
+
"office_furniture-active": officeFurnitureActive
|
|
62850
|
+
};
|
|
62851
|
+
const _sfc_main = {
|
|
62852
|
+
name: "asset-type-widget",
|
|
62853
|
+
componentName: "FieldWidget",
|
|
62854
|
+
mixins: [emitter, fieldMixin, i18n$1],
|
|
62855
|
+
props: {
|
|
62856
|
+
field: {
|
|
62857
|
+
type: Object,
|
|
62858
|
+
default: () => ({})
|
|
62859
|
+
},
|
|
62860
|
+
parentWidget: Object,
|
|
62861
|
+
parentList: Array,
|
|
62862
|
+
indexOfParentList: Number,
|
|
62863
|
+
designer: Object,
|
|
62864
|
+
designState: {
|
|
62865
|
+
type: Boolean,
|
|
62866
|
+
default: false
|
|
62867
|
+
},
|
|
62868
|
+
subFormRowIndex: {
|
|
62869
|
+
type: Number,
|
|
62870
|
+
default: -1
|
|
62871
|
+
},
|
|
62872
|
+
subFormColIndex: {
|
|
62873
|
+
type: Number,
|
|
62874
|
+
default: -1
|
|
62875
|
+
},
|
|
62876
|
+
subFormRowId: {
|
|
62877
|
+
type: String,
|
|
62878
|
+
default: ""
|
|
62879
|
+
}
|
|
62880
|
+
},
|
|
62881
|
+
components: {
|
|
62882
|
+
FormItemWrapper
|
|
62883
|
+
},
|
|
62884
|
+
data() {
|
|
62885
|
+
return {
|
|
62886
|
+
fieldModel: null,
|
|
62887
|
+
rules: [],
|
|
62888
|
+
selectedValue: null,
|
|
62889
|
+
assetTypeOptions: []
|
|
62890
|
+
};
|
|
62891
|
+
},
|
|
62892
|
+
computed: {},
|
|
62893
|
+
watch: {
|
|
62894
|
+
"field.options.assetTypeValue": {
|
|
62895
|
+
handler(newVal) {
|
|
62896
|
+
this.fieldModel = newVal;
|
|
62897
|
+
this.syncUpdateFormModel(newVal);
|
|
62898
|
+
},
|
|
62899
|
+
immediate: true
|
|
62900
|
+
}
|
|
62901
|
+
},
|
|
62902
|
+
methods: {
|
|
62903
|
+
getAssetTypeImage(value2, type) {
|
|
62904
|
+
const name = AssetTypeEnum[value2];
|
|
62905
|
+
if (!name) {
|
|
62906
|
+
return "";
|
|
62907
|
+
}
|
|
62908
|
+
const filename = type === "selected" ? `${name}-active` : `${name}`;
|
|
62909
|
+
return assetTypeImageMap[filename] || "";
|
|
62910
|
+
},
|
|
62911
|
+
getAssetTypeOptions() {
|
|
62912
|
+
service$1({
|
|
62913
|
+
method: "post",
|
|
62914
|
+
url: "/unified-dict/sysItemDict/page",
|
|
62915
|
+
data: {
|
|
62916
|
+
current: 1,
|
|
62917
|
+
size: 1e4,
|
|
62918
|
+
dictType: "asset_type"
|
|
62919
|
+
}
|
|
62920
|
+
}).then(({ data: { records } }) => {
|
|
62921
|
+
this.assetTypeOptions = records.map((item) => {
|
|
62922
|
+
return {
|
|
62923
|
+
label: item.label,
|
|
62924
|
+
value: item.itemValue
|
|
62925
|
+
};
|
|
62926
|
+
});
|
|
62927
|
+
console.log("assetTypeOptions", this.assetTypeOptions);
|
|
62928
|
+
});
|
|
62929
|
+
}
|
|
62930
|
+
},
|
|
62931
|
+
mounted() {
|
|
62932
|
+
this.getAssetTypeOptions();
|
|
62933
|
+
},
|
|
62934
|
+
created() {
|
|
62935
|
+
this.initFieldModel();
|
|
62936
|
+
this.registerToRefList();
|
|
62937
|
+
this.initEventHandler();
|
|
62938
|
+
this.buildFieldRules();
|
|
62939
|
+
this.handleOnCreated();
|
|
62940
|
+
}
|
|
62941
|
+
};
|
|
62942
|
+
const _hoisted_1 = ["src"];
|
|
62943
|
+
const _hoisted_2 = { class: "item-label" };
|
|
62944
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62945
|
+
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
62946
|
+
return openBlock(), createBlock(_component_form_item_wrapper, {
|
|
62947
|
+
designer: $props.designer,
|
|
62948
|
+
field: $props.field,
|
|
62949
|
+
rules: $data.rules,
|
|
62950
|
+
"design-state": $props.designState,
|
|
62951
|
+
"parent-widget": $props.parentWidget,
|
|
62952
|
+
"parent-list": $props.parentList,
|
|
62953
|
+
"index-of-parent-list": $props.indexOfParentList,
|
|
62954
|
+
"sub-form-row-index": $props.subFormRowIndex,
|
|
62955
|
+
"sub-form-col-index": $props.subFormColIndex,
|
|
62956
|
+
"sub-form-row-id": $props.subFormRowId
|
|
62957
|
+
}, {
|
|
62958
|
+
default: withCtx(() => [
|
|
62959
|
+
createElementVNode("div", {
|
|
62960
|
+
class: "asset-type-widget",
|
|
62961
|
+
style: normalizeStyle(_ctx.widgetStyle)
|
|
62962
|
+
}, [
|
|
62963
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($data.assetTypeOptions, (item) => {
|
|
62964
|
+
return openBlock(), createElementBlock("div", {
|
|
62965
|
+
class: normalizeClass(["asset-type-item", { selected: $data.fieldModel === item.value }]),
|
|
62966
|
+
key: item.value
|
|
62967
|
+
}, [
|
|
62968
|
+
item.value !== "all" ? (openBlock(), createElementBlock("img", {
|
|
62969
|
+
key: 0,
|
|
62970
|
+
src: $options.getAssetTypeImage(item.value, $data.fieldModel === item.value ? "selected" : "normal"),
|
|
62971
|
+
alt: "",
|
|
62972
|
+
class: ""
|
|
62973
|
+
}, null, 8, _hoisted_1)) : createCommentVNode("", true),
|
|
62974
|
+
createElementVNode("div", _hoisted_2, toDisplayString(item.label), 1)
|
|
62975
|
+
], 2);
|
|
62976
|
+
}), 128))
|
|
62977
|
+
], 4)
|
|
62978
|
+
]),
|
|
62979
|
+
_: 1
|
|
62980
|
+
}, 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"]);
|
|
62981
|
+
}
|
|
62982
|
+
var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-208aa12d"]]);
|
|
62818
62983
|
const loadExtension = function(app) {
|
|
62819
62984
|
app.component(CardWidget.name, CardWidget);
|
|
62820
62985
|
app.component(CardItem.name, CardItem);
|
|
@@ -62899,6 +63064,8 @@ const loadExtension = function(app) {
|
|
|
62899
63064
|
app.component(AssetTableWidget.name, AssetTableWidget);
|
|
62900
63065
|
registerCPEditor(app, "asset-table-typeJson", "asset-table-typeJson-editor", createTextareaEditor("typeJson", "extension.setting.assetTableTypeJson", { rows: 4 }));
|
|
62901
63066
|
registerEPEditor(app, "asset-table-onOpen", "asset-table-onOpen-editor", createEventHandlerEditor("onOpen", ["rowData"]));
|
|
63067
|
+
app.component(AssetTypeWidget.name, AssetTypeWidget);
|
|
63068
|
+
registerCPEditor(app, "asset-type-assetTypeValue", "asset-type-assetTypeValue-editor", createInputTextEditor("assetTypeValue", "extension.setting.assetTypeAssetTypeValue"));
|
|
62902
63069
|
};
|
|
62903
63070
|
function getElMessage(app) {
|
|
62904
63071
|
var _a, _b, _c;
|