form-custom-test 3.0.101 → 3.0.103

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