form-custom-test 3.0.128 → 3.0.130

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
@@ -1160,7 +1160,7 @@ var _export_sfc$1 = (sfc, props) => {
1160
1160
  }
1161
1161
  return target;
1162
1162
  };
1163
- const _sfc_main$1b = {
1163
+ const _sfc_main$1c = {
1164
1164
  name: "container-item-wrapper",
1165
1165
  props: {
1166
1166
  widget: Object
@@ -1174,14 +1174,14 @@ const _sfc_main$1b = {
1174
1174
  }
1175
1175
  }
1176
1176
  };
1177
- function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
1177
+ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
1178
1178
  return openBlock(), createElementBlock("div", {
1179
1179
  class: normalizeClass(["container-wrapper", [$options.customClass]])
1180
1180
  }, [
1181
1181
  renderSlot(_ctx.$slots, "default")
1182
1182
  ], 2);
1183
1183
  }
1184
- var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["render", _sfc_render$1b]]);
1184
+ var ContainerItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1c, [["render", _sfc_render$1c]]);
1185
1185
  var __glob_0_0$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1186
1186
  __proto__: null,
1187
1187
  "default": ContainerItemWrapper
@@ -1956,7 +1956,9 @@ var enLocale_extension = {
1956
1956
  "custom-sub-form": "Custom Sub Form",
1957
1957
  "sub-table": "Sub Table",
1958
1958
  "asset-table": "Asset Table",
1959
- "asset-type": "Asset Type"
1959
+ "asset-type": "Asset Type",
1960
+ "current-user": "Current User",
1961
+ "current-user-second-company": "Current User Second Company"
1960
1962
  },
1961
1963
  setting: {
1962
1964
  cardFolded: "Folded",
@@ -2001,6 +2003,7 @@ var zhLocale_extension = {
2001
2003
  alert: "\u63D0\u793A",
2002
2004
  "person-tree": "\u4EBA\u5458\u6811",
2003
2005
  "current-user": "\u5F53\u524D\u7528\u6237",
2006
+ "current-user-second-company": "\u5F53\u524D\u7528\u6237\u4E8C\u7EA7\u516C\u53F8",
2004
2007
  "asset-select": "\u8D44\u4EA7\u9009\u62E9",
2005
2008
  "asset-table": "\u8D44\u4EA7\u8868\u683C",
2006
2009
  "radio-other": "\u5355\u9009\u9879\uFF08\u5176\u4ED6\uFF09",
@@ -2100,7 +2103,7 @@ var refMixin = {
2100
2103
  }
2101
2104
  };
2102
2105
  var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
2103
- const _sfc_main$1a = {
2106
+ const _sfc_main$1b = {
2104
2107
  name: "SvgIcon",
2105
2108
  props: {
2106
2109
  iconClass: {
@@ -2130,7 +2133,7 @@ const _sfc_main$1a = {
2130
2133
  };
2131
2134
  const _hoisted_1$K = ["xlink:href"];
2132
2135
  const _hoisted_2$y = { key: 0 };
2133
- function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
2136
+ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
2134
2137
  return openBlock(), createElementBlock("svg", {
2135
2138
  class: normalizeClass($options.svgClass),
2136
2139
  "aria-hidden": "true"
@@ -2139,9 +2142,9 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
2139
2142
  !!$props.title ? (openBlock(), createElementBlock("title", _hoisted_2$y, toDisplayString($props.title), 1)) : createCommentVNode("", true)
2140
2143
  ], 2);
2141
2144
  }
2142
- var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-8002b89a"]]);
2145
+ var SvgIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-8002b89a"]]);
2143
2146
  var staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
2144
- const _sfc_main$19 = {
2147
+ const _sfc_main$1a = {
2145
2148
  name: "static-content-wrapper",
2146
2149
  mixins: [i18n$1],
2147
2150
  components: {
@@ -2241,7 +2244,7 @@ const _hoisted_6$d = {
2241
2244
  };
2242
2245
  const _hoisted_7$b = ["title"];
2243
2246
  const _hoisted_8$8 = { key: 0 };
2244
- function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
2247
+ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
2245
2248
  const _component_svg_icon = resolveComponent("svg-icon");
2246
2249
  return openBlock(), createElementBlock("div", {
2247
2250
  class: normalizeClass(["field-wrapper", { "design-time-bottom-margin": !!this.designer }]),
@@ -2298,7 +2301,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
2298
2301
  ], 64)) : createCommentVNode("", true)
2299
2302
  ], 6);
2300
2303
  }
2301
- var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-41799baa"]]);
2304
+ var StaticContentWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-41799baa"]]);
2302
2305
  var __glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2303
2306
  __proto__: null,
2304
2307
  "default": StaticContentWrapper
@@ -9191,7 +9194,7 @@ var fieldMixin = {
9191
9194
  }
9192
9195
  };
9193
9196
  var buttonWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
9194
- const _sfc_main$18 = {
9197
+ const _sfc_main$19 = {
9195
9198
  name: "button-widget",
9196
9199
  componentName: "FieldWidget",
9197
9200
  mixins: [emitter, fieldMixin, i18n$1],
@@ -9237,7 +9240,7 @@ const _sfc_main$18 = {
9237
9240
  },
9238
9241
  methods: {}
9239
9242
  };
9240
- function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
9243
+ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
9241
9244
  const _component_el_button = resolveComponent("el-button");
9242
9245
  const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
9243
9246
  return openBlock(), createBlock(_component_static_content_wrapper, {
@@ -9273,13 +9276,13 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
9273
9276
  _: 1
9274
9277
  }, 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"]);
9275
9278
  }
9276
- var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-78bf6014"]]);
9279
+ var buttonWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-78bf6014"]]);
9277
9280
  var __glob_0_0$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9278
9281
  __proto__: null,
9279
9282
  "default": buttonWidget
9280
9283
  }, Symbol.toStringTag, { value: "Module" }));
9281
9284
  var formItemWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
9282
- const _sfc_main$17 = {
9285
+ const _sfc_main$18 = {
9283
9286
  name: "form-item-wrapper",
9284
9287
  mixins: [i18n$1],
9285
9288
  components: {
@@ -9428,7 +9431,7 @@ const _hoisted_7$a = {
9428
9431
  };
9429
9432
  const _hoisted_8$7 = ["title"];
9430
9433
  const _hoisted_9$6 = { key: 0 };
9431
- function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
9434
+ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
9432
9435
  const _component_svg_icon = resolveComponent("svg-icon");
9433
9436
  const _component_el_tooltip = resolveComponent("el-tooltip");
9434
9437
  const _component_el_form_item = resolveComponent("el-form-item");
@@ -9543,13 +9546,13 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
9543
9546
  ], 64)) : createCommentVNode("", true)
9544
9547
  ], 2);
9545
9548
  }
9546
- var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-eed9a7f0"]]);
9549
+ var FormItemWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-eed9a7f0"]]);
9547
9550
  var __glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9548
9551
  __proto__: null,
9549
9552
  "default": FormItemWrapper
9550
9553
  }, Symbol.toStringTag, { value: "Module" }));
9551
9554
  var cascaderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
9552
- const _sfc_main$16 = {
9555
+ const _sfc_main$17 = {
9553
9556
  name: "cascader-widget",
9554
9557
  componentName: "FieldWidget",
9555
9558
  mixins: [emitter, fieldMixin, i18n$1],
@@ -9610,7 +9613,7 @@ const _sfc_main$16 = {
9610
9613
  methods: {}
9611
9614
  };
9612
9615
  const _hoisted_1$H = { class: "full-width-input" };
9613
- function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
9616
+ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
9614
9617
  const _component_el_cascader = resolveComponent("el-cascader");
9615
9618
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
9616
9619
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -9648,13 +9651,13 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
9648
9651
  _: 1
9649
9652
  }, 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"]);
9650
9653
  }
9651
- var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-7c3dbd57"]]);
9654
+ var cascaderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-7c3dbd57"]]);
9652
9655
  var __glob_0_1$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9653
9656
  __proto__: null,
9654
9657
  "default": cascaderWidget
9655
9658
  }, Symbol.toStringTag, { value: "Module" }));
9656
9659
  var checkboxWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
9657
- const _sfc_main$15 = {
9660
+ const _sfc_main$16 = {
9658
9661
  name: "checkbox-widget",
9659
9662
  componentName: "FieldWidget",
9660
9663
  mixins: [emitter, fieldMixin, i18n$1],
@@ -9710,7 +9713,7 @@ const _sfc_main$15 = {
9710
9713
  },
9711
9714
  methods: {}
9712
9715
  };
9713
- function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
9716
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
9714
9717
  const _component_el_checkbox_button = resolveComponent("el-checkbox-button");
9715
9718
  const _component_el_checkbox = resolveComponent("el-checkbox");
9716
9719
  const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
@@ -9771,13 +9774,13 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
9771
9774
  _: 1
9772
9775
  }, 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"]);
9773
9776
  }
9774
- var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-8c1ca3c8"]]);
9777
+ var checkboxWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-8c1ca3c8"]]);
9775
9778
  var __glob_0_2$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9776
9779
  __proto__: null,
9777
9780
  "default": checkboxWidget
9778
9781
  }, Symbol.toStringTag, { value: "Module" }));
9779
9782
  var colorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
9780
- const _sfc_main$14 = {
9783
+ const _sfc_main$15 = {
9781
9784
  name: "color-widget",
9782
9785
  componentName: "FieldWidget",
9783
9786
  mixins: [emitter, fieldMixin, i18n$1],
@@ -9832,7 +9835,7 @@ const _sfc_main$14 = {
9832
9835
  },
9833
9836
  methods: {}
9834
9837
  };
9835
- function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
9838
+ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
9836
9839
  const _component_el_color_picker = resolveComponent("el-color-picker");
9837
9840
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
9838
9841
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -9860,13 +9863,13 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
9860
9863
  _: 1
9861
9864
  }, 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"]);
9862
9865
  }
9863
- var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-52b66ef1"]]);
9866
+ var colorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-52b66ef1"]]);
9864
9867
  var __glob_0_3$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9865
9868
  __proto__: null,
9866
9869
  "default": colorWidget
9867
9870
  }, Symbol.toStringTag, { value: "Module" }));
9868
9871
  var dateRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
9869
- const _sfc_main$13 = {
9872
+ const _sfc_main$14 = {
9870
9873
  name: "date-range-widget",
9871
9874
  componentName: "FieldWidget",
9872
9875
  mixins: [emitter, fieldMixin, i18n$1],
@@ -9921,7 +9924,7 @@ const _sfc_main$13 = {
9921
9924
  },
9922
9925
  methods: {}
9923
9926
  };
9924
- function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
9927
+ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
9925
9928
  const _component_el_date_picker = resolveComponent("el-date-picker");
9926
9929
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
9927
9930
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -9959,13 +9962,13 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
9959
9962
  _: 1
9960
9963
  }, 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"]);
9961
9964
  }
9962
- var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-e50300fe"]]);
9965
+ var dateRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-e50300fe"]]);
9963
9966
  var __glob_0_4$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9964
9967
  __proto__: null,
9965
9968
  "default": dateRangeWidget
9966
9969
  }, Symbol.toStringTag, { value: "Module" }));
9967
9970
  var dateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
9968
- const _sfc_main$12 = {
9971
+ const _sfc_main$13 = {
9969
9972
  name: "date-widget",
9970
9973
  componentName: "FieldWidget",
9971
9974
  mixins: [emitter, fieldMixin, i18n$1],
@@ -10020,7 +10023,7 @@ const _sfc_main$12 = {
10020
10023
  },
10021
10024
  methods: {}
10022
10025
  };
10023
- function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
10026
+ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
10024
10027
  const _component_el_date_picker = resolveComponent("el-date-picker");
10025
10028
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
10026
10029
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -10058,13 +10061,13 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
10058
10061
  _: 1
10059
10062
  }, 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"]);
10060
10063
  }
10061
- var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-89ff4bae"]]);
10064
+ var dateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-89ff4bae"]]);
10062
10065
  var __glob_0_5$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
10063
10066
  __proto__: null,
10064
10067
  "default": dateWidget
10065
10068
  }, Symbol.toStringTag, { value: "Module" }));
10066
10069
  var dividerWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
10067
- const _sfc_main$11 = {
10070
+ const _sfc_main$12 = {
10068
10071
  name: "divider-widget",
10069
10072
  componentName: "FieldWidget",
10070
10073
  mixins: [emitter, fieldMixin, i18n$1],
@@ -10110,7 +10113,7 @@ const _sfc_main$11 = {
10110
10113
  },
10111
10114
  methods: {}
10112
10115
  };
10113
- function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
10116
+ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
10114
10117
  const _component_el_divider = resolveComponent("el-divider");
10115
10118
  const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
10116
10119
  return openBlock(), createBlock(_component_static_content_wrapper, {
@@ -10139,7 +10142,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
10139
10142
  _: 1
10140
10143
  }, 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"]);
10141
10144
  }
10142
- var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-09a1b973"]]);
10145
+ var dividerWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-09a1b973"]]);
10143
10146
  var __glob_0_6$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
10144
10147
  __proto__: null,
10145
10148
  "default": dividerWidget
@@ -10178,7 +10181,7 @@ var _export_sfc = (sfc, props) => {
10178
10181
  }
10179
10182
  return target;
10180
10183
  };
10181
- const _sfc_main$10 = defineComponent({
10184
+ const _sfc_main$11 = defineComponent({
10182
10185
  name: "ArrowDownBold"
10183
10186
  });
10184
10187
  const _hoisted_1$G = {
@@ -10195,11 +10198,11 @@ const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
10195
10198
  const _hoisted_3$r = [
10196
10199
  _hoisted_2$v
10197
10200
  ];
10198
- function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
10201
+ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
10199
10202
  return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$r);
10200
10203
  }
10201
- var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
10202
- const _sfc_main$$ = defineComponent({
10204
+ var arrowDownBold = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
10205
+ const _sfc_main$10 = defineComponent({
10203
10206
  name: "ArrowDown"
10204
10207
  });
10205
10208
  const _hoisted_1$F = {
@@ -10216,11 +10219,11 @@ const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
10216
10219
  const _hoisted_3$q = [
10217
10220
  _hoisted_2$u
10218
10221
  ];
10219
- function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
10222
+ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
10220
10223
  return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$q);
10221
10224
  }
10222
- var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
10223
- const _sfc_main$_ = defineComponent({
10225
+ var arrowDown = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
10226
+ const _sfc_main$$ = defineComponent({
10224
10227
  name: "ArrowUp"
10225
10228
  });
10226
10229
  const _hoisted_1$E = {
@@ -10237,11 +10240,11 @@ const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", {
10237
10240
  const _hoisted_3$p = [
10238
10241
  _hoisted_2$t
10239
10242
  ];
10240
- function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
10243
+ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
10241
10244
  return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$p);
10242
10245
  }
10243
- var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
10244
- const _sfc_main$Z = defineComponent({
10246
+ var arrowUp = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
10247
+ const _sfc_main$_ = defineComponent({
10245
10248
  name: "CirclePlus"
10246
10249
  });
10247
10250
  const _hoisted_1$D = {
@@ -10268,11 +10271,11 @@ const _hoisted_5$c = [
10268
10271
  _hoisted_3$o,
10269
10272
  _hoisted_4$f
10270
10273
  ];
10271
- function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
10274
+ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
10272
10275
  return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_5$c);
10273
10276
  }
10274
- var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
10275
- const _sfc_main$Y = defineComponent({
10277
+ var circlePlus = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
10278
+ const _sfc_main$Z = defineComponent({
10276
10279
  name: "Delete"
10277
10280
  });
10278
10281
  const _hoisted_1$C = {
@@ -10289,11 +10292,11 @@ const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
10289
10292
  const _hoisted_3$n = [
10290
10293
  _hoisted_2$r
10291
10294
  ];
10292
- function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
10295
+ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
10293
10296
  return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$n);
10294
10297
  }
10295
- var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
10296
- const _sfc_main$X = defineComponent({
10298
+ var _delete = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
10299
+ const _sfc_main$Y = defineComponent({
10297
10300
  name: "Edit"
10298
10301
  });
10299
10302
  const _hoisted_1$B = {
@@ -10315,11 +10318,11 @@ const _hoisted_4$e = [
10315
10318
  _hoisted_2$q,
10316
10319
  _hoisted_3$m
10317
10320
  ];
10318
- function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
10321
+ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
10319
10322
  return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_4$e);
10320
10323
  }
10321
- var edit = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
10322
- const _sfc_main$W = defineComponent({
10324
+ var edit = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
10325
+ const _sfc_main$X = defineComponent({
10323
10326
  name: "InfoFilled"
10324
10327
  });
10325
10328
  const _hoisted_1$A = {
@@ -10336,11 +10339,11 @@ const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
10336
10339
  const _hoisted_3$l = [
10337
10340
  _hoisted_2$p
10338
10341
  ];
10339
- function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
10342
+ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
10340
10343
  return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$l);
10341
10344
  }
10342
- var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
10343
- const _sfc_main$V = defineComponent({
10345
+ var infoFilled = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
10346
+ const _sfc_main$W = defineComponent({
10344
10347
  name: "Loading"
10345
10348
  });
10346
10349
  const _hoisted_1$z = {
@@ -10357,11 +10360,11 @@ const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
10357
10360
  const _hoisted_3$k = [
10358
10361
  _hoisted_2$o
10359
10362
  ];
10360
- function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
10363
+ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
10361
10364
  return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$k);
10362
10365
  }
10363
- var loading = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
10364
- const _sfc_main$U = defineComponent({
10366
+ var loading = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
10367
+ const _sfc_main$V = defineComponent({
10365
10368
  name: "Minus"
10366
10369
  });
10367
10370
  const _hoisted_1$y = {
@@ -10378,11 +10381,11 @@ const _hoisted_2$n = /* @__PURE__ */ createElementVNode("path", {
10378
10381
  const _hoisted_3$j = [
10379
10382
  _hoisted_2$n
10380
10383
  ];
10381
- function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
10384
+ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
10382
10385
  return openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_3$j);
10383
10386
  }
10384
- var minus = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
10385
- const _sfc_main$T = defineComponent({
10387
+ var minus = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
10388
+ const _sfc_main$U = defineComponent({
10386
10389
  name: "Plus"
10387
10390
  });
10388
10391
  const _hoisted_1$x = {
@@ -10399,11 +10402,11 @@ const _hoisted_2$m = /* @__PURE__ */ createElementVNode("path", {
10399
10402
  const _hoisted_3$i = [
10400
10403
  _hoisted_2$m
10401
10404
  ];
10402
- function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
10405
+ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
10403
10406
  return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$i);
10404
10407
  }
10405
- var plus = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
10406
- const _sfc_main$S = defineComponent({
10408
+ var plus = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
10409
+ const _sfc_main$T = defineComponent({
10407
10410
  name: "Search"
10408
10411
  });
10409
10412
  const _hoisted_1$w = {
@@ -10420,10 +10423,10 @@ const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
10420
10423
  const _hoisted_3$h = [
10421
10424
  _hoisted_2$l
10422
10425
  ];
10423
- function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
10426
+ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
10424
10427
  return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$h);
10425
10428
  }
10426
- var search = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
10429
+ var search = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
10427
10430
  var defaultConfig = {
10428
10431
  expireTimes: "1d",
10429
10432
  path: "; path=/",
@@ -10552,7 +10555,7 @@ var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf
10552
10555
  var fileUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
10553
10556
  useCookies();
10554
10557
  let selectFileText = "'" + translate("render.hint.selectFile") + "'";
10555
- const _sfc_main$R = {
10558
+ const _sfc_main$S = {
10556
10559
  name: "file-upload-widget",
10557
10560
  componentName: "FieldWidget",
10558
10561
  mixins: [emitter, fieldMixin, i18n$1],
@@ -10887,7 +10890,7 @@ const _hoisted_10$4 = { class: "right-wrap" };
10887
10890
  const _hoisted_11$2 = ["title", "onClick"];
10888
10891
  const _hoisted_12$1 = ["onClick"];
10889
10892
  const _hoisted_13$1 = ["onClick"];
10890
- function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
10893
+ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
10891
10894
  const _component_el_button = resolveComponent("el-button");
10892
10895
  const _component_el_upload = resolveComponent("el-upload");
10893
10896
  const _component_el_progress = resolveComponent("el-progress");
@@ -11005,13 +11008,13 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
11005
11008
  _: 1
11006
11009
  }, 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"]);
11007
11010
  }
11008
- var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-4518e42a"]]);
11011
+ var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-4518e42a"]]);
11009
11012
  var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11010
11013
  __proto__: null,
11011
11014
  "default": fileUploadWidget
11012
11015
  }, Symbol.toStringTag, { value: "Module" }));
11013
11016
  var htmlTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
11014
- const _sfc_main$Q = {
11017
+ const _sfc_main$R = {
11015
11018
  name: "html-text-widget",
11016
11019
  componentName: "FieldWidget",
11017
11020
  mixins: [emitter, fieldMixin, i18n$1],
@@ -11058,7 +11061,7 @@ const _sfc_main$Q = {
11058
11061
  methods: {}
11059
11062
  };
11060
11063
  const _hoisted_1$u = ["innerHTML"];
11061
- function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
11064
+ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
11062
11065
  const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
11063
11066
  return openBlock(), createBlock(_component_static_content_wrapper, {
11064
11067
  designer: $props.designer,
@@ -11080,13 +11083,13 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
11080
11083
  _: 1
11081
11084
  }, 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"]);
11082
11085
  }
11083
- var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-3d941b4e"]]);
11086
+ var htmlTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-3d941b4e"]]);
11084
11087
  var __glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11085
11088
  __proto__: null,
11086
11089
  "default": htmlTextWidget
11087
11090
  }, Symbol.toStringTag, { value: "Module" }));
11088
11091
  var inputWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
11089
- const _sfc_main$P = {
11092
+ const _sfc_main$Q = {
11090
11093
  name: "input-widget",
11091
11094
  componentName: "FieldWidget",
11092
11095
  mixins: [emitter, fieldMixin, i18n$1],
@@ -11149,7 +11152,7 @@ const _sfc_main$P = {
11149
11152
  },
11150
11153
  methods: {}
11151
11154
  };
11152
- function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
11155
+ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
11153
11156
  const _component_svg_icon = resolveComponent("svg-icon");
11154
11157
  const _component_el_button = resolveComponent("el-button");
11155
11158
  const _component_el_input = resolveComponent("el-input");
@@ -11211,13 +11214,13 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
11211
11214
  _: 1
11212
11215
  }, 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"]);
11213
11216
  }
11214
- var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-0346e877"]]);
11217
+ var inputWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-0346e877"]]);
11215
11218
  var __glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11216
11219
  __proto__: null,
11217
11220
  "default": inputWidget
11218
11221
  }, Symbol.toStringTag, { value: "Module" }));
11219
11222
  var numberWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
11220
- const _sfc_main$O = {
11223
+ const _sfc_main$P = {
11221
11224
  name: "number-widget",
11222
11225
  componentName: "FieldWidget",
11223
11226
  mixins: [emitter, fieldMixin, i18n$1],
@@ -11272,7 +11275,7 @@ const _sfc_main$O = {
11272
11275
  },
11273
11276
  methods: {}
11274
11277
  };
11275
- function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
11278
+ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
11276
11279
  const _component_el_input_number = resolveComponent("el-input-number");
11277
11280
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
11278
11281
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -11309,13 +11312,13 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
11309
11312
  _: 1
11310
11313
  }, 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"]);
11311
11314
  }
11312
- var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-30c98522"]]);
11315
+ var numberWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-30c98522"]]);
11313
11316
  var __glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11314
11317
  __proto__: null,
11315
11318
  "default": numberWidget
11316
11319
  }, Symbol.toStringTag, { value: "Module" }));
11317
11320
  var pictureUploadWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
11318
- const _sfc_main$N = {
11321
+ const _sfc_main$O = {
11319
11322
  name: "picture-upload-widget",
11320
11323
  componentName: "FieldWidget",
11321
11324
  mixins: [emitter, fieldMixin, i18n$1],
@@ -11525,7 +11528,7 @@ const _hoisted_6$a = {
11525
11528
  class: "el-upload__tip"
11526
11529
  };
11527
11530
  const _hoisted_7$8 = { class: "uploader-icon" };
11528
- function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
11531
+ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
11529
11532
  const _component_el_image = resolveComponent("el-image");
11530
11533
  const _component_svg_icon = resolveComponent("svg-icon");
11531
11534
  const _component_el_upload = resolveComponent("el-upload");
@@ -11610,13 +11613,13 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
11610
11613
  _: 1
11611
11614
  }, 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"]);
11612
11615
  }
11613
- var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-4d09ba72"]]);
11616
+ var pictureUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-4d09ba72"]]);
11614
11617
  var __glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11615
11618
  __proto__: null,
11616
11619
  "default": pictureUploadWidget
11617
11620
  }, Symbol.toStringTag, { value: "Module" }));
11618
11621
  var radioWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
11619
- const _sfc_main$M = {
11622
+ const _sfc_main$N = {
11620
11623
  name: "radio-widget",
11621
11624
  componentName: "FieldWidget",
11622
11625
  mixins: [emitter, fieldMixin, i18n$1],
@@ -11672,7 +11675,7 @@ const _sfc_main$M = {
11672
11675
  },
11673
11676
  methods: {}
11674
11677
  };
11675
- function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
11678
+ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
11676
11679
  const _component_el_radio_button = resolveComponent("el-radio-button");
11677
11680
  const _component_el_radio = resolveComponent("el-radio");
11678
11681
  const _component_el_radio_group = resolveComponent("el-radio-group");
@@ -11734,13 +11737,13 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
11734
11737
  _: 1
11735
11738
  }, 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"]);
11736
11739
  }
11737
- var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-05b877c5"]]);
11740
+ var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-05b877c5"]]);
11738
11741
  var __glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11739
11742
  __proto__: null,
11740
11743
  "default": radioWidget
11741
11744
  }, Symbol.toStringTag, { value: "Module" }));
11742
11745
  var rateWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
11743
- const _sfc_main$L = {
11746
+ const _sfc_main$M = {
11744
11747
  name: "rate-widget",
11745
11748
  componentName: "FieldWidget",
11746
11749
  mixins: [emitter, fieldMixin, i18n$1],
@@ -11795,7 +11798,7 @@ const _sfc_main$L = {
11795
11798
  },
11796
11799
  methods: {}
11797
11800
  };
11798
- function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
11801
+ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
11799
11802
  const _component_el_rate = resolveComponent("el-rate");
11800
11803
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
11801
11804
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -11828,7 +11831,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
11828
11831
  _: 1
11829
11832
  }, 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"]);
11830
11833
  }
11831
- var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-3c7d82fe"]]);
11834
+ var rateWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-3c7d82fe"]]);
11832
11835
  var __glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11833
11836
  __proto__: null,
11834
11837
  "default": rateWidget
@@ -23164,7 +23167,7 @@ const defaultOptions = {
23164
23167
  placeholder: "Insert content here ...",
23165
23168
  readOnly: false
23166
23169
  };
23167
- const _sfc_main$K = {
23170
+ const _sfc_main$L = {
23168
23171
  name: "quill-editor",
23169
23172
  props: {
23170
23173
  content: String,
@@ -23269,15 +23272,15 @@ const _sfc_main$K = {
23269
23272
  }
23270
23273
  };
23271
23274
  const _hoisted_1$s = { ref: "editor" };
23272
- function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
23275
+ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
23273
23276
  return openBlock(), createElementBlock("section", _hoisted_1$s, null, 512);
23274
23277
  }
23275
- var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K]]);
23278
+ var quillEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["render", _sfc_render$L]]);
23276
23279
  quillEditor.install = function(app) {
23277
23280
  app.component(quillEditor.name, quillEditor);
23278
23281
  };
23279
23282
  var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
23280
- const _sfc_main$J = {
23283
+ const _sfc_main$K = {
23281
23284
  name: "rich-editor-widget",
23282
23285
  componentName: "FieldWidget",
23283
23286
  mixins: [emitter, fieldMixin, i18n$1],
@@ -23356,7 +23359,7 @@ const _sfc_main$J = {
23356
23359
  }
23357
23360
  }
23358
23361
  };
23359
- function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
23362
+ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
23360
23363
  const _component_quill_editor = resolveComponent("quill-editor");
23361
23364
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
23362
23365
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -23388,12 +23391,12 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
23388
23391
  _: 1
23389
23392
  }, 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"]);
23390
23393
  }
23391
- var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-6f719fd1"]]);
23394
+ var richEditorWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-6f719fd1"]]);
23392
23395
  var __glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23393
23396
  __proto__: null,
23394
23397
  "default": richEditorWidget
23395
23398
  }, Symbol.toStringTag, { value: "Module" }));
23396
- const _sfc_main$I = {
23399
+ const _sfc_main$J = {
23397
23400
  name: "select-tree-widget",
23398
23401
  componentName: "FieldWidget",
23399
23402
  mixins: [emitter, fieldMixin, i18n$1],
@@ -23453,7 +23456,7 @@ const _sfc_main$I = {
23453
23456
  this.unregisterFromRefList();
23454
23457
  }
23455
23458
  };
23456
- function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
23459
+ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
23457
23460
  const _component_el_tree_select = resolveComponent("el-tree-select");
23458
23461
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
23459
23462
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -23500,13 +23503,13 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
23500
23503
  _: 1
23501
23504
  }, 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"]);
23502
23505
  }
23503
- var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$I]]);
23506
+ var selectTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["render", _sfc_render$J]]);
23504
23507
  var __glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23505
23508
  __proto__: null,
23506
23509
  "default": selectTreeWidget
23507
23510
  }, Symbol.toStringTag, { value: "Module" }));
23508
23511
  var selectWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
23509
- const _sfc_main$H = {
23512
+ const _sfc_main$I = {
23510
23513
  name: "select-widget",
23511
23514
  componentName: "FieldWidget",
23512
23515
  mixins: [emitter, fieldMixin, i18n$1],
@@ -23584,7 +23587,7 @@ const _sfc_main$H = {
23584
23587
  }
23585
23588
  }
23586
23589
  };
23587
- function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
23590
+ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
23588
23591
  const _component_el_option = resolveComponent("el-option");
23589
23592
  const _component_el_select = resolveComponent("el-select");
23590
23593
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
@@ -23638,13 +23641,13 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
23638
23641
  _: 1
23639
23642
  }, 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"]);
23640
23643
  }
23641
- var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-3d1ff454"]]);
23644
+ var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-3d1ff454"]]);
23642
23645
  var __glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23643
23646
  __proto__: null,
23644
23647
  "default": selectWidget
23645
23648
  }, Symbol.toStringTag, { value: "Module" }));
23646
23649
  var sliderWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
23647
- const _sfc_main$G = {
23650
+ const _sfc_main$H = {
23648
23651
  name: "slider-widget",
23649
23652
  componentName: "FieldWidget",
23650
23653
  mixins: [emitter, fieldMixin, i18n$1],
@@ -23699,7 +23702,7 @@ const _sfc_main$G = {
23699
23702
  },
23700
23703
  methods: {}
23701
23704
  };
23702
- function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
23705
+ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
23703
23706
  const _component_el_slider = resolveComponent("el-slider");
23704
23707
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
23705
23708
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -23732,13 +23735,13 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
23732
23735
  _: 1
23733
23736
  }, 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"]);
23734
23737
  }
23735
- var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-c9a31970"]]);
23738
+ var sliderWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-c9a31970"]]);
23736
23739
  var __glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23737
23740
  __proto__: null,
23738
23741
  "default": sliderWidget
23739
23742
  }, Symbol.toStringTag, { value: "Module" }));
23740
23743
  var slotWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
23741
- const _sfc_main$F = {
23744
+ const _sfc_main$G = {
23742
23745
  name: "slot-widget",
23743
23746
  componentName: "FieldWidget",
23744
23747
  mixins: [emitter, fieldMixin, i18n$1],
@@ -23788,7 +23791,7 @@ const _hoisted_1$r = {
23788
23791
  key: 0,
23789
23792
  class: "slot-title"
23790
23793
  };
23791
- function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
23794
+ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
23792
23795
  const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
23793
23796
  return openBlock(), createBlock(_component_static_content_wrapper, {
23794
23797
  designer: $props.designer,
@@ -23812,13 +23815,13 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
23812
23815
  _: 3
23813
23816
  }, 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"]);
23814
23817
  }
23815
- var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-95f13fca"]]);
23818
+ var slotWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-95f13fca"]]);
23816
23819
  var __glob_0_19 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23817
23820
  __proto__: null,
23818
23821
  "default": slotWidget
23819
23822
  }, Symbol.toStringTag, { value: "Module" }));
23820
23823
  var staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
23821
- const _sfc_main$E = {
23824
+ const _sfc_main$F = {
23822
23825
  name: "static-text-widget",
23823
23826
  componentName: "FieldWidget",
23824
23827
  mixins: [emitter, fieldMixin, i18n$1],
@@ -23904,7 +23907,7 @@ const _sfc_main$E = {
23904
23907
  }
23905
23908
  }
23906
23909
  };
23907
- function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
23910
+ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
23908
23911
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
23909
23912
  return openBlock(), createBlock(_component_form_item_wrapper, {
23910
23913
  designer: $props.designer,
@@ -23931,13 +23934,13 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
23931
23934
  _: 1
23932
23935
  }, 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"]);
23933
23936
  }
23934
- var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-760822b6"]]);
23937
+ var staticTextWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-760822b6"]]);
23935
23938
  var __glob_0_21 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23936
23939
  __proto__: null,
23937
23940
  "default": staticTextWidget
23938
23941
  }, Symbol.toStringTag, { value: "Module" }));
23939
23942
  var switchWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
23940
- const _sfc_main$D = {
23943
+ const _sfc_main$E = {
23941
23944
  name: "switch-widget",
23942
23945
  componentName: "FieldWidget",
23943
23946
  mixins: [emitter, fieldMixin, i18n$1],
@@ -23992,7 +23995,7 @@ const _sfc_main$D = {
23992
23995
  },
23993
23996
  methods: {}
23994
23997
  };
23995
- function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
23998
+ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
23996
23999
  const _component_el_switch = resolveComponent("el-switch");
23997
24000
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
23998
24001
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -24024,13 +24027,13 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
24024
24027
  _: 1
24025
24028
  }, 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"]);
24026
24029
  }
24027
- var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-2e8d2d0a"]]);
24030
+ var switchWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-2e8d2d0a"]]);
24028
24031
  var __glob_0_22 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24029
24032
  __proto__: null,
24030
24033
  "default": switchWidget
24031
24034
  }, Symbol.toStringTag, { value: "Module" }));
24032
24035
  var textareaWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
24033
- const _sfc_main$C = {
24036
+ const _sfc_main$D = {
24034
24037
  name: "textarea-widget",
24035
24038
  componentName: "FieldWidget",
24036
24039
  mixins: [emitter, fieldMixin, i18n$1],
@@ -24085,7 +24088,7 @@ const _sfc_main$C = {
24085
24088
  },
24086
24089
  methods: {}
24087
24090
  };
24088
- function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
24091
+ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
24089
24092
  const _component_el_input = resolveComponent("el-input");
24090
24093
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
24091
24094
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -24123,13 +24126,13 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
24123
24126
  _: 1
24124
24127
  }, 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"]);
24125
24128
  }
24126
- var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-687fedce"]]);
24129
+ var textareaWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-687fedce"]]);
24127
24130
  var __glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24128
24131
  __proto__: null,
24129
24132
  "default": textareaWidget
24130
24133
  }, Symbol.toStringTag, { value: "Module" }));
24131
24134
  var timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
24132
- const _sfc_main$B = {
24135
+ const _sfc_main$C = {
24133
24136
  name: "time-range-widget",
24134
24137
  componentName: "FieldWidget",
24135
24138
  mixins: [emitter, fieldMixin, i18n$1],
@@ -24184,7 +24187,7 @@ const _sfc_main$B = {
24184
24187
  },
24185
24188
  methods: {}
24186
24189
  };
24187
- function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
24190
+ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
24188
24191
  const _component_el_time_picker = resolveComponent("el-time-picker");
24189
24192
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
24190
24193
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -24227,13 +24230,13 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
24227
24230
  _: 1
24228
24231
  }, 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"]);
24229
24232
  }
24230
- var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-f78e9b46"]]);
24233
+ var timeRangeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-f78e9b46"]]);
24231
24234
  var __glob_0_24 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24232
24235
  __proto__: null,
24233
24236
  "default": timeRangeWidget
24234
24237
  }, Symbol.toStringTag, { value: "Module" }));
24235
24238
  var timeWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
24236
- const _sfc_main$A = {
24239
+ const _sfc_main$B = {
24237
24240
  name: "time-widget",
24238
24241
  componentName: "FieldWidget",
24239
24242
  mixins: [emitter, fieldMixin, i18n$1],
@@ -24288,7 +24291,7 @@ const _sfc_main$A = {
24288
24291
  },
24289
24292
  methods: {}
24290
24293
  };
24291
- function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
24294
+ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
24292
24295
  const _component_el_time_picker = resolveComponent("el-time-picker");
24293
24296
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
24294
24297
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -24325,7 +24328,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
24325
24328
  _: 1
24326
24329
  }, 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"]);
24327
24330
  }
24328
- var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-60cd3a6a"]]);
24331
+ var timeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-60cd3a6a"]]);
24329
24332
  var __glob_0_25 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24330
24333
  __proto__: null,
24331
24334
  "default": timeWidget
@@ -24337,7 +24340,7 @@ for (const path in modules$2) {
24337
24340
  comps[cname] = modules$2[path].default;
24338
24341
  }
24339
24342
  var gridColItem_vue_vue_type_style_index_0_scoped_true_lang = "";
24340
- const _sfc_main$z = {
24343
+ const _sfc_main$A = {
24341
24344
  name: "GridColItem",
24342
24345
  componentName: "ContainerItem",
24343
24346
  mixins: [emitter, i18n$1, refMixin],
@@ -24458,7 +24461,7 @@ const _sfc_main$z = {
24458
24461
  };
24459
24462
  const _hoisted_1$q = { class: "blank-cell" };
24460
24463
  const _hoisted_2$i = { class: "invisible-content" };
24461
- function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
24464
+ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
24462
24465
  const _component_el_col = resolveComponent("el-col");
24463
24466
  return $props.widget ? withDirectives((openBlock(), createBlock(_component_el_col, mergeProps({
24464
24467
  key: 0,
@@ -24526,7 +24529,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
24526
24529
  [vShow, $options.colVisible]
24527
24530
  ]) : createCommentVNode("", true);
24528
24531
  }
24529
- var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-746165e2"]]);
24532
+ var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-746165e2"]]);
24530
24533
  var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24531
24534
  __proto__: null,
24532
24535
  "default": GridColItem
@@ -24720,7 +24723,7 @@ var containerItemMixin = {
24720
24723
  }
24721
24724
  }
24722
24725
  };
24723
- const _sfc_main$y = {
24726
+ const _sfc_main$z = {
24724
24727
  name: "vf-grid-item",
24725
24728
  componentName: "ContainerItem",
24726
24729
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -24763,7 +24766,7 @@ const _sfc_main$y = {
24763
24766
  },
24764
24767
  methods: {}
24765
24768
  };
24766
- function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
24769
+ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
24767
24770
  const _component_grid_col_item = resolveComponent("grid-col-item");
24768
24771
  const _component_el_row = resolveComponent("el-row");
24769
24772
  const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
@@ -24809,13 +24812,13 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
24809
24812
  _: 3
24810
24813
  }, 8, ["widget"]);
24811
24814
  }
24812
- var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$y]]);
24815
+ var gridItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["render", _sfc_render$z]]);
24813
24816
  var __glob_0_2$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24814
24817
  __proto__: null,
24815
24818
  "default": gridItem
24816
24819
  }, Symbol.toStringTag, { value: "Module" }));
24817
24820
  var subFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
24818
- const _sfc_main$x = {
24821
+ const _sfc_main$y = {
24819
24822
  name: "sub-form-item",
24820
24823
  componentName: "ContainerItem",
24821
24824
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -25029,7 +25032,7 @@ const _hoisted_7$7 = {
25029
25032
  key: 0,
25030
25033
  class: "row-number-span"
25031
25034
  };
25032
- function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
25035
+ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
25033
25036
  const _component_svg_icon = resolveComponent("svg-icon");
25034
25037
  const _component_el_button = resolveComponent("el-button");
25035
25038
  const _component_el_tooltip = resolveComponent("el-tooltip");
@@ -25191,12 +25194,12 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
25191
25194
  _: 1
25192
25195
  }, 8, ["widget"]);
25193
25196
  }
25194
- var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-59c24e8e"]]);
25197
+ var subFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-59c24e8e"]]);
25195
25198
  var __glob_0_3$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25196
25199
  __proto__: null,
25197
25200
  "default": subFormItem
25198
25201
  }, Symbol.toStringTag, { value: "Module" }));
25199
- const _sfc_main$w = {
25202
+ const _sfc_main$x = {
25200
25203
  name: "tab-item",
25201
25204
  componentName: "ContainerItem",
25202
25205
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -25247,7 +25250,7 @@ const _sfc_main$w = {
25247
25250
  }
25248
25251
  }
25249
25252
  };
25250
- function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
25253
+ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
25251
25254
  const _component_el_tab_pane = resolveComponent("el-tab-pane");
25252
25255
  const _component_el_tabs = resolveComponent("el-tabs");
25253
25256
  const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
@@ -25322,13 +25325,13 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
25322
25325
  _: 3
25323
25326
  }, 8, ["widget"]);
25324
25327
  }
25325
- var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w]]);
25328
+ var tabItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["render", _sfc_render$x]]);
25326
25329
  var __glob_0_4$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25327
25330
  __proto__: null,
25328
25331
  "default": tabItem
25329
25332
  }, Symbol.toStringTag, { value: "Module" }));
25330
25333
  var tableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
25331
- const _sfc_main$v = {
25334
+ const _sfc_main$w = {
25332
25335
  name: "TableCellItem",
25333
25336
  componentName: "ContainerItem",
25334
25337
  mixins: [emitter, i18n$1, refMixin],
@@ -25352,7 +25355,7 @@ const _sfc_main$v = {
25352
25355
  methods: {}
25353
25356
  };
25354
25357
  const _hoisted_1$o = ["colspan", "rowspan"];
25355
- function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
25358
+ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
25356
25359
  return openBlock(), createElementBlock("td", {
25357
25360
  class: normalizeClass(["table-cell", [$options.customClass]]),
25358
25361
  colspan: $props.widget && $props.widget.options ? $props.widget.options.colspan || 1 : 1,
@@ -25396,13 +25399,13 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
25396
25399
  }), 256))
25397
25400
  ], 14, _hoisted_1$o);
25398
25401
  }
25399
- var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-7d6166fa"]]);
25402
+ var TableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-7d6166fa"]]);
25400
25403
  var __glob_0_5$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25401
25404
  __proto__: null,
25402
25405
  "default": TableCellItem
25403
25406
  }, Symbol.toStringTag, { value: "Module" }));
25404
25407
  var tableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
25405
- const _sfc_main$u = {
25408
+ const _sfc_main$v = {
25406
25409
  name: "table-item",
25407
25410
  componentName: "ContainerItem",
25408
25411
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -25424,7 +25427,7 @@ const _sfc_main$u = {
25424
25427
  },
25425
25428
  methods: {}
25426
25429
  };
25427
- function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
25430
+ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
25428
25431
  const _component_table_cell_item = resolveComponent("table-cell-item");
25429
25432
  const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
25430
25433
  return openBlock(), createBlock(_component_container_item_wrapper, { widget: $props.widget }, {
@@ -25474,7 +25477,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
25474
25477
  _: 3
25475
25478
  }, 8, ["widget"]);
25476
25479
  }
25477
- var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-3481d843"]]);
25480
+ var tableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-3481d843"]]);
25478
25481
  var __glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25479
25482
  __proto__: null,
25480
25483
  "default": tableItem
@@ -25489,7 +25492,7 @@ var ContainerItems = {
25489
25492
  }
25490
25493
  };
25491
25494
  var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
25492
- const _sfc_main$t = {
25495
+ const _sfc_main$u = {
25493
25496
  name: "VFormRender",
25494
25497
  componentName: "VFormRender",
25495
25498
  mixins: [emitter, i18n$1],
@@ -26116,7 +26119,7 @@ const _sfc_main$t = {
26116
26119
  }
26117
26120
  }
26118
26121
  };
26119
- function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
26122
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
26120
26123
  const _component_el_form = resolveComponent("el-form");
26121
26124
  return openBlock(), createBlock(_component_el_form, {
26122
26125
  "label-position": $options.labelPosition,
@@ -26171,7 +26174,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
26171
26174
  _: 3
26172
26175
  }, 8, ["label-position", "size", "class", "label-width", "model"]);
26173
26176
  }
26174
- var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-6b16d674"]]);
26177
+ var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-6b16d674"]]);
26175
26178
  function registerIcon(app) {
26176
26179
  app.component("el-icon-edit", edit);
26177
26180
  app.component("el-icon-minus", minus);
@@ -26186,13 +26189,13 @@ function registerIcon(app) {
26186
26189
  if (typeof window !== "undefined") {
26187
26190
  let loadSvg = function() {
26188
26191
  var body = document.body;
26189
- var svgDom = document.getElementById("__svg__icons__dom__1778468868652__");
26192
+ var svgDom = document.getElementById("__svg__icons__dom__1778491816581__");
26190
26193
  if (!svgDom) {
26191
26194
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26192
26195
  svgDom.style.position = "absolute";
26193
26196
  svgDom.style.width = "0";
26194
26197
  svgDom.style.height = "0";
26195
- svgDom.id = "__svg__icons__dom__1778468868652__";
26198
+ svgDom.id = "__svg__icons__dom__1778491816581__";
26196
26199
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26197
26200
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26198
26201
  }
@@ -26466,7 +26469,7 @@ var containerMixin = {
26466
26469
  }
26467
26470
  };
26468
26471
  var containerWrapper_vue_vue_type_style_index_0_scoped_true_lang = "";
26469
- const _sfc_main$s = {
26472
+ const _sfc_main$t = {
26470
26473
  name: "container-wrapper",
26471
26474
  mixins: [i18n$1, containerMixin],
26472
26475
  components: {
@@ -26502,7 +26505,7 @@ const _hoisted_9$4 = {
26502
26505
  };
26503
26506
  const _hoisted_10$3 = ["title"];
26504
26507
  const _hoisted_11$1 = { key: 0 };
26505
- function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
26508
+ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
26506
26509
  const _component_svg_icon = resolveComponent("svg-icon");
26507
26510
  return openBlock(), createElementBlock("div", {
26508
26511
  class: normalizeClass(["container-wrapper", [$options.customClass]])
@@ -26570,7 +26573,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
26570
26573
  ])) : createCommentVNode("", true)
26571
26574
  ], 2);
26572
26575
  }
26573
- var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-679de05a"]]);
26576
+ var ContainerWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-679de05a"]]);
26574
26577
  var __glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
26575
26578
  __proto__: null,
26576
26579
  "default": ContainerWrapper
@@ -26600,7 +26603,7 @@ var refMixinDesign = {
26600
26603
  }
26601
26604
  };
26602
26605
  var cardWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
26603
- const _sfc_main$r = {
26606
+ const _sfc_main$s = {
26604
26607
  name: "card-widget",
26605
26608
  componentName: "ContainerWidget",
26606
26609
  mixins: [i18n$1, containerMixin, refMixinDesign],
@@ -26642,7 +26645,7 @@ const _sfc_main$r = {
26642
26645
  };
26643
26646
  const _hoisted_1$m = { class: "label" };
26644
26647
  const _hoisted_2$f = { class: "form-widget-list" };
26645
- function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
26648
+ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
26646
26649
  const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
26647
26650
  const _component_el_icon = resolveComponent("el-icon");
26648
26651
  const _component_draggable = resolveComponent("draggable");
@@ -26720,9 +26723,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
26720
26723
  _: 1
26721
26724
  }, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
26722
26725
  }
26723
- var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-2c3be1b8"]]);
26726
+ var CardWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-2c3be1b8"]]);
26724
26727
  var cardItem_vue_vue_type_style_index_0_scoped_true_lang = "";
26725
- const _sfc_main$q = {
26728
+ const _sfc_main$r = {
26726
26729
  name: "card-item",
26727
26730
  componentName: "ContainerItem",
26728
26731
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -26753,7 +26756,7 @@ const _sfc_main$q = {
26753
26756
  }
26754
26757
  };
26755
26758
  const _hoisted_1$l = { class: "label" };
26756
- function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
26759
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
26757
26760
  const _component_ArrowDownBold = resolveComponent("ArrowDownBold");
26758
26761
  const _component_el_icon = resolveComponent("el-icon");
26759
26762
  const _component_el_card = resolveComponent("el-card");
@@ -26829,9 +26832,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
26829
26832
  _: 3
26830
26833
  }, 8, ["widget"]);
26831
26834
  }
26832
- var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-2f0daae4"]]);
26835
+ var CardItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-2f0daae4"]]);
26833
26836
  const ACE_BASE_PATH = "https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini";
26834
- const _sfc_main$p = {
26837
+ const _sfc_main$q = {
26835
26838
  name: "alert-widget",
26836
26839
  componentName: "FieldWidget",
26837
26840
  mixins: [emitter, fieldMixin, i18n$1],
@@ -26877,7 +26880,7 @@ const _sfc_main$p = {
26877
26880
  }
26878
26881
  }
26879
26882
  };
26880
- function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
26883
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
26881
26884
  const _component_el_alert = resolveComponent("el-alert");
26882
26885
  const _component_static_content_wrapper = resolveComponent("static-content-wrapper");
26883
26886
  return openBlock(), createBlock(_component_static_content_wrapper, {
@@ -26908,7 +26911,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
26908
26911
  _: 1
26909
26912
  }, 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"]);
26910
26913
  }
26911
- var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p]]);
26914
+ var AlertWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$q]]);
26912
26915
  var cryptoJs = { exports: {} };
26913
26916
  var core = { exports: {} };
26914
26917
  (function(module, exports) {
@@ -32207,7 +32210,7 @@ var personTree = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGlu
32207
32210
  var personIcon = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDx0aXRsZT7nvJbnu4QgOOWkh+S7vSAyPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDIzLjk5OTk1NzEgMjQgMjMuOTk5OTU3MSAyNCAwIDAgMCI+PC9wb2x5Z29uPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0i5Zu+5bqTIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzc5LCAtODcpIj4NCiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOOWkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NzksIDg3KSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8dXNlIGlkPSLokpnniYgiIGZpbGw9IiNFM0U2RjEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtOCIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjgxOCwgMi4yNTc2KSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0yIiBmaWxsPSIjRkRFRUVBIiBwb2ludHM9IjEyLjIxNzA4ODIgMTguOTc4MDExIDE2LjM0NjU4MDggMTguOTc4MDExIDE2LjM0NjU4MDggMTMuOTkzMjYyOCAxMi4yMTcwODgyIDEzLjk5MzI2MjgiPjwvcG9seWdvbj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IEwxNy44NTY1NjM4LDMuNzE5NjY1NCBMMjEuMDM2NjAxLDcuMzA1Njg3NTcgQzIxLjAzNjYwMSw3LjMwNTY4NzU3IDIxLjA1MTM0OSw3LjQxMjQwNzk0IDIxLjA2NjI2NzksNy41OTIxMzY2NCBDMjEuNTQ1NjQyOCw3Ljc1OTM3ODQ1IDIxLjg5MzYxOCw4LjI1NDkwNTE4IDIxLjg5MzYxOCw4Ljg0MDIzMTk3IEMyMS44OTM2MTgsOS41MDY4MDY3NyAyMS40NDIzMzQ3LDEwLjA1NjkyMTMgMjAuODU4ODY1NCwxMC4xMzgwMTY1IEMyMC40MzcwNzIzLDExLjU1MDQ3MTQgMTguNzA0NDc3MiwxNi4wNTQ0ODYyIDE0LjI0Mjk4NDYsMTYuMDU0NDg2MiBDOS43OTU0NjA4OSwxNi4wNTQ0ODYyIDguMTA2NDY3NDksMTEuMzgxNjA0OCA3LjY0NTA2NDUsMTAuMTI2NDE1NCBDNy4wOTA5MTA3MywxMC4wMTkwNTA5IDYuNjcwMDUwOTUsOS40ODM5NDU5MyA2LjY3MDA1MDk1LDguODQwMjMxOTcgQzYuNjcwMDUwOTUsOC4yNTIwNTk5NyA3LjAyMTQxNzM4LDcuNzU0NTYzMTggNy41MDQ5MjUzNyw3LjU4OTk1NTEzIEw3LjUwNDUxMzc1LDcuNDg5Mjg3MjQgTDkuMDM4MTY1MjksNS42MzA0MDQ4NSBMMTMuOTMyMjcwOCwzLjMzNTQ5NDY2IFoiIGlkPSLlvaLnirbnu5PlkIgiIGZpbGw9IiNGRkY1RjQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IEM3LjIwNDk1NDI4LDUuNzQ1MTY3NSA3LjYzMjg4MjA4LDIuNjE5ODU4OCAxMC43MDcxMDUyLDAuODExMTE5MTY4IEMxMy43OTI0NzExLC0xLjAwNDIyMDQ1IDE4LjEyNzIwNjIsMC42Mjc1MTk0OTYgMTguMTA0NjIwNSwxLjgyMDg3NDUxIEMxOC45MzkzMDQ4LDEuNzg3ODc0NTcgMjEuMzczMjQzMywyLjQ2NjE3MzM2IDIxLjAzNjYwMSw3LjMwNTY3OSBDMjAuNjk4Mjg3Myw3LjI4Mjc1MDQ3IDE3LjgzNDAyMSw3LjA1MzI1MDg4IDE2LjQxMzEzNzgsNC42NDM2MTIzMiBDMTUuOTg0NjEsNS4wMzM3NDAyIDEzLjk3NzM1NjUsNi42NDAxNTE2MiAxMS4wNDU0MTg4LDYuODY5NjUxMjEgQzkuNjI0NTM1NjcsNi45ODQzNzk1NyA3Ljg2NTM4MTY3LDYuOTM4NDc5NjUgNy41MDQ1MjUxNyw3LjQ4OTI3ODY3IiBpZD0iRmlsbC01IiBmaWxsPSIjNjQ2NjdBIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI4LjU2MzY3NzYsMjcuODAyMDY2NyBDMjguNTYzNjc3NiwzMy4zOTI5NDI0IDIxLjU0NDc2MTUsMzcuOTI1MjQ4NiAxNC4yODE4MTc0LDM3LjkyNTI0ODYgQzcuMDE4OTE2MDQsMzcuOTI1MjQ4NiAwLDMzLjM5Mjk0MjQgMCwyNy44MDIwNjY3IEMwLDIzLjI5MzUwMzMgMS40MDE0Njg5MywxNy45MTEyMTI5IDEzLjQyNjAwNDYsMTcuNjg2MTcwNSBDMTMuNTA5NjE4NywxNy45NTMyOTg2IDEzLjk2NjIxNzksMTguMzAwMTQwOCAxNC4yMzUxODg5LDE4LjMwMDE0MDggQzE0LjQ4Mjk0NTYsMTguMzAwMTQwOCAxNS4wOTIzMzAyLDE4LjA2MDk1NTUgMTUuMDgwNDE1OSwxNy42ODUyMjc2IEMyNy4xNjEyMjI5LDE3Ljg5ODA5ODcgMjguNTYzNjc3NiwyMy40MTgzNDU5IDI4LjU2MzY3NzYsMjcuODAyMDY2NyIgaWQ9IkZpbGwtMTEiIGZpbGw9IiM2NDY2N0EiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTEuODU2MTQxNywxNi41NzcwMTY3IEwxMS4wODcyNDMxLDE3LjM0NDU4NjggQzExLjAwNDIyODksMTcuNDI3NTE1MiAxMC45ODE3NzE4LDE3LjU0OTc4NjQgMTEuMDMwMzcxNywxNy42NTQ1NzE5IEwxMi40NTI2MjYzLDIwLjcxOTgzNzkgQzEyLjUwMDI4MzQsMjAuODIyNTY2MyAxMi42MDcyMTE4LDIwLjg4ODgyMzMgMTIuNzI1MjQwMSwyMC44ODg4MjMzIEwxNS44MzE2OTE3LDIwLjg4ODgyMzMgQzE1Ljk0OTA3NzIsMjAuODg4ODIzMyAxNi4wNTU1MzQyLDIwLjgyMzI5NDkgMTYuMTAzNTc3LDIwLjcyMTQyMzYgTDE3LjUzMjU2MDEsMTcuNjkxMzQzMyBDMTcuNTgzMTc0MywxNy41ODQwMjkyIDE3LjU1ODgzMTUsMTcuNDU4MTE1MiAxNy40NzE0MDMxLDE3LjM3NDkyOTYgTDE2LjYyMzczMzIsMTYuNTY4NjE2NyBDMTYuNTA2ODE5MSwxNi40NTc0MDI3IDE2LjMxNzAwNTEsMTYuNDU4MDAyNyAxNi4yMDA4NjI1LDE2LjU3MDAzMSBMMTQuOTI5MjA3NiwxNy43OTY3Mjg4IEMxNC44NzMxOTM0LDE3Ljg1MDcyODcgMTQuNzk2Nzc5MywxNy44ODExNTczIDE0LjcxNzAyMjMsMTcuODgxMTU3MyBMMTMuNzgyMTM4MiwxNy44ODExNTczIEMxMy43MDMxMDk4LDE3Ljg4MTE1NzMgMTMuNjI3MzM4NSwxNy44NTEyODU5IDEzLjU3MTQ1MjksMTcuNzk4MTQzMSBMMTIuMjgyNTY5NSwxNi41NzIxMzEgQzEyLjE2NDE5ODMsMTYuNDU5NTQ1NSAxMS45NzE1OTg2LDE2LjQ2MTczMTIgMTEuODU2MTQxNywxNi41NzcwMTY3IiBpZD0iRmlsbC0xMyIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC41NTEwNTQsMTcuODU1OTc4NyBMMTQuMDE1NjgzNSwxNy44NTU5Nzg3IEMxMy44ODk4OTgxLDE3Ljg1NTk3ODcgMTMuNzgwMTQxMSwxNy45NDExMzU3IDEzLjc0ODgxMjYsMTguMDYyODkyNiBMMTIuOTg2NzI4MiwyMS4wMjY5NzMxIEMxMi45NzIwMjgzLDIxLjA4NDEwMTUgMTIuOTc2MDk5NywyMS4xNDQ0NDQzIDEyLjk5ODI1NjgsMjEuMTk5MTI5OSBMMTMuNzMyMjY5OCwyMy4wMDk0MTI0IEMxMy43NzQ0NDExLDIzLjExMzM4MzYgMTMuODc1NDEyNCwyMy4xODEzOTc4IDEzLjk4NzYxMjIsMjMuMTgxMzk3OCBMMTQuNTc5MTI1NCwyMy4xODEzOTc4IEMxNC42OTEyODIzLDIzLjE4MTM5NzggMTQuNzkyMjk2NCwyMy4xMTMzODM2IDE0LjgzNDQ2NzgsMjMuMDA5NDEyNCBMMTUuNTY4NDgwOCwyMS4xOTkxMjk5IEMxNS41OTA2Mzc5LDIxLjE0NDQ0NDMgMTUuNTk0NjY2NCwyMS4wODQxMDE1IDE1LjU4MDAwOTMsMjEuMDI2OTczMSBMMTQuODE3OTI1LDE4LjA2Mjg5MjYgQzE0Ljc4NjU5NjUsMTcuOTQxMTM1NyAxNC42NzY3OTY2LDE3Ljg1NTk3ODcgMTQuNTUxMDU0LDE3Ljg1NTk3ODciIGlkPSJGaWxsLTE1IiBmaWxsPSIjQTNBREMzIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=";
32208
32211
  var personTreeItem_vue_vue_type_style_index_0_lang = "";
32209
32212
  var personTreeItem_vue_vue_type_style_index_1_scoped_true_lang = "";
32210
- const _sfc_main$o = {
32213
+ const _sfc_main$p = {
32211
32214
  name: "person-tree-widget",
32212
32215
  componentName: "FieldWidget",
32213
32216
  mixins: [emitter, fieldMixin, i18n$1],
@@ -32506,7 +32509,7 @@ const _sfc_main$o = {
32506
32509
  const _hoisted_1$k = { class: "person-tree-widget__trigger" };
32507
32510
  const _hoisted_2$e = { class: "flex items-center" };
32508
32511
  const _hoisted_3$c = { class: "dialog-footer" };
32509
- function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
32512
+ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
32510
32513
  const _component_el_input_tag = resolveComponent("el-input-tag");
32511
32514
  const _component_el_input = resolveComponent("el-input");
32512
32515
  const _component_el_tree = resolveComponent("el-tree");
@@ -32626,8 +32629,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
32626
32629
  _: 1
32627
32630
  }, 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"]);
32628
32631
  }
32629
- var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-4b777d5b"]]);
32630
- const _sfc_main$n = {
32632
+ var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-4b777d5b"]]);
32633
+ const _sfc_main$o = {
32631
32634
  name: "radio-other-widget",
32632
32635
  componentName: "FieldWidget",
32633
32636
  mixins: [emitter, fieldMixin, i18n$1],
@@ -32742,7 +32745,7 @@ const _sfc_main$n = {
32742
32745
  }
32743
32746
  }
32744
32747
  };
32745
- function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
32748
+ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
32746
32749
  const _component_el_radio = resolveComponent("el-radio");
32747
32750
  const _component_el_radio_group = resolveComponent("el-radio-group");
32748
32751
  const _component_el_input = resolveComponent("el-input");
@@ -32798,8 +32801,8 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
32798
32801
  _: 1
32799
32802
  }, 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"]);
32800
32803
  }
32801
- var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n]]);
32802
- const _sfc_main$m = {
32804
+ var radioOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["render", _sfc_render$o]]);
32805
+ const _sfc_main$n = {
32803
32806
  name: "select-other-widget",
32804
32807
  componentName: "FieldWidget",
32805
32808
  mixins: [emitter, fieldMixin, i18n$1],
@@ -32908,7 +32911,7 @@ const _sfc_main$m = {
32908
32911
  }
32909
32912
  }
32910
32913
  };
32911
- function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
32914
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
32912
32915
  const _component_el_option = resolveComponent("el-option");
32913
32916
  const _component_el_select = resolveComponent("el-select");
32914
32917
  const _component_el_input = resolveComponent("el-input");
@@ -32971,9 +32974,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
32971
32974
  _: 1
32972
32975
  }, 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"]);
32973
32976
  }
32974
- var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$m]]);
32977
+ var selectOtherItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["render", _sfc_render$n]]);
32975
32978
  var meetingRoomItem_vue_vue_type_style_index_0_scoped_true_lang = "";
32976
- const _sfc_main$l = {
32979
+ const _sfc_main$m = {
32977
32980
  name: "meeting-room-widget",
32978
32981
  componentName: "FieldWidget",
32979
32982
  mixins: [emitter, fieldMixin, i18n$1],
@@ -33151,7 +33154,7 @@ const _hoisted_7$5 = {
33151
33154
  key: 1,
33152
33155
  class: "room-item-equipment"
33153
33156
  };
33154
- function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
33157
+ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33155
33158
  const _component_el_input = resolveComponent("el-input");
33156
33159
  const _component_el_empty = resolveComponent("el-empty");
33157
33160
  const _component_Select = resolveComponent("Select");
@@ -33238,9 +33241,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
33238
33241
  _: 1
33239
33242
  }, 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"]);
33240
33243
  }
33241
- var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-344c32a1"]]);
33244
+ var meetingRoomItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-344c32a1"]]);
33242
33245
  var gridColWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
33243
- const _sfc_main$k = {
33246
+ const _sfc_main$l = {
33244
33247
  name: "GridColWidget",
33245
33248
  componentName: "GridColWidget",
33246
33249
  mixins: [i18n$1, refMixinDesign],
@@ -33460,7 +33463,7 @@ const _hoisted_9$3 = {
33460
33463
  key: 0,
33461
33464
  class: "col-hidden-tag"
33462
33465
  };
33463
- function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
33466
+ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
33464
33467
  const _component_draggable = resolveComponent("draggable");
33465
33468
  const _component_svg_icon = resolveComponent("svg-icon");
33466
33469
  const _component_el_col = resolveComponent("el-col");
@@ -33556,13 +33559,13 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
33556
33559
  _: 1
33557
33560
  }, 16, ["class", "style"])) : createCommentVNode("", true);
33558
33561
  }
33559
- var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-cb053c20"]]);
33562
+ var GridColWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-cb053c20"]]);
33560
33563
  var __glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33561
33564
  __proto__: null,
33562
33565
  "default": GridColWidget
33563
33566
  }, Symbol.toStringTag, { value: "Module" }));
33564
33567
  var gridWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
33565
- const _sfc_main$j = {
33568
+ const _sfc_main$k = {
33566
33569
  name: "grid-widget",
33567
33570
  componentName: "ContainerWidget",
33568
33571
  mixins: [i18n$1, containerMixin, refMixinDesign],
@@ -33594,7 +33597,7 @@ const _sfc_main$j = {
33594
33597
  },
33595
33598
  methods: {}
33596
33599
  };
33597
- function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
33600
+ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
33598
33601
  const _component_grid_col_widget = resolveComponent("grid-col-widget");
33599
33602
  const _component_el_row = resolveComponent("el-row");
33600
33603
  const _component_container_wrapper = resolveComponent("container-wrapper");
@@ -33631,13 +33634,13 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
33631
33634
  _: 1
33632
33635
  }, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
33633
33636
  }
33634
- var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-2b4f7bb7"]]);
33637
+ var gridWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-2b4f7bb7"]]);
33635
33638
  var __glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33636
33639
  __proto__: null,
33637
33640
  "default": gridWidget
33638
33641
  }, Symbol.toStringTag, { value: "Module" }));
33639
33642
  var tabWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
33640
- const _sfc_main$i = {
33643
+ const _sfc_main$j = {
33641
33644
  name: "tab-widget",
33642
33645
  componentName: "ContainerWidget",
33643
33646
  mixins: [i18n$1, containerMixin, refMixinDesign],
@@ -33681,7 +33684,7 @@ const _sfc_main$i = {
33681
33684
  }
33682
33685
  };
33683
33686
  const _hoisted_1$h = { class: "form-widget-list" };
33684
- function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
33687
+ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
33685
33688
  const _component_draggable = resolveComponent("draggable");
33686
33689
  const _component_el_tab_pane = resolveComponent("el-tab-pane");
33687
33690
  const _component_el_tabs = resolveComponent("el-tabs");
@@ -33759,13 +33762,13 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
33759
33762
  _: 1
33760
33763
  }, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
33761
33764
  }
33762
- var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-2c29f864"]]);
33765
+ var tabWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-2c29f864"]]);
33763
33766
  var __glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33764
33767
  __proto__: null,
33765
33768
  "default": tabWidget
33766
33769
  }, Symbol.toStringTag, { value: "Module" }));
33767
33770
  var tableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
33768
- const _sfc_main$h = {
33771
+ const _sfc_main$i = {
33769
33772
  name: "TableCellWidget",
33770
33773
  componentName: "TableCellWidget",
33771
33774
  mixins: [i18n$1, refMixinDesign],
@@ -33942,7 +33945,7 @@ const _hoisted_6$5 = {
33942
33945
  key: 1,
33943
33946
  class: "table-cell-handler"
33944
33947
  };
33945
- function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
33948
+ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
33946
33949
  const _component_draggable = resolveComponent("draggable");
33947
33950
  const _component_svg_icon = resolveComponent("svg-icon");
33948
33951
  const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
@@ -34141,13 +34144,13 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
34141
34144
  ])) : createCommentVNode("", true)
34142
34145
  ], 14, _hoisted_1$g);
34143
34146
  }
34144
- var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-2dc3e6c7"]]);
34147
+ var TableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-2dc3e6c7"]]);
34145
34148
  var __glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34146
34149
  __proto__: null,
34147
34150
  "default": TableCellWidget
34148
34151
  }, Symbol.toStringTag, { value: "Module" }));
34149
34152
  var tableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
34150
- const _sfc_main$g = {
34153
+ const _sfc_main$h = {
34151
34154
  name: "table-widget",
34152
34155
  componentName: "ContainerWidget",
34153
34156
  mixins: [i18n$1, containerMixin, refMixinDesign],
@@ -34180,7 +34183,7 @@ const _sfc_main$g = {
34180
34183
  methods: {}
34181
34184
  };
34182
34185
  const _hoisted_1$f = { class: "table-layout" };
34183
- function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
34186
+ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
34184
34187
  const _component_table_cell_widget = resolveComponent("table-cell-widget");
34185
34188
  const _component_container_wrapper = resolveComponent("container-wrapper");
34186
34189
  return openBlock(), createBlock(_component_container_wrapper, {
@@ -34228,7 +34231,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
34228
34231
  _: 1
34229
34232
  }, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
34230
34233
  }
34231
- var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-2fde56df"]]);
34234
+ var tableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-2fde56df"]]);
34232
34235
  var __glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34233
34236
  __proto__: null,
34234
34237
  "default": tableWidget
@@ -34243,7 +34246,7 @@ var ContainerComponents = {
34243
34246
  }
34244
34247
  };
34245
34248
  var customSubFormWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
34246
- const _sfc_main$f = {
34249
+ const _sfc_main$g = {
34247
34250
  name: "custom-sub-form-widget",
34248
34251
  componentName: "ContainerWidget",
34249
34252
  mixins: [i18n$1, containerMixin, refMixinDesign],
@@ -34312,7 +34315,7 @@ const _hoisted_10$2 = {
34312
34315
  key: 0,
34313
34316
  class: "empty-hint"
34314
34317
  };
34315
- function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
34318
+ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
34316
34319
  const _component_svg_icon = resolveComponent("svg-icon");
34317
34320
  const _component_el_button = resolveComponent("el-button");
34318
34321
  const _component_draggable = resolveComponent("draggable");
@@ -34419,9 +34422,9 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
34419
34422
  _: 1
34420
34423
  }, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
34421
34424
  }
34422
- var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-787fff1a"]]);
34425
+ var CustomSubFormWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-787fff1a"]]);
34423
34426
  var customSubFormItem_vue_vue_type_style_index_0_scoped_true_lang = "";
34424
- const _sfc_main$e = {
34427
+ const _sfc_main$f = {
34425
34428
  name: "custom-sub-form-item",
34426
34429
  componentName: "ContainerItem",
34427
34430
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -34818,7 +34821,7 @@ const _hoisted_14 = {
34818
34821
  key: 1,
34819
34822
  class: "empty-hint"
34820
34823
  };
34821
- function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
34824
+ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
34822
34825
  const _component_el_button = resolveComponent("el-button");
34823
34826
  const _component_svg_icon = resolveComponent("svg-icon");
34824
34827
  const _component_container_item_wrapper = resolveComponent("container-item-wrapper");
@@ -34914,9 +34917,9 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
34914
34917
  _: 1
34915
34918
  }, 8, ["widget"]);
34916
34919
  }
34917
- var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-3754189c"]]);
34920
+ var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-3754189c"]]);
34918
34921
  var customTableCellWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
34919
- const _sfc_main$d = {
34922
+ const _sfc_main$e = {
34920
34923
  name: "custom-table-cell-widget",
34921
34924
  componentName: "CustomTableCellWidget",
34922
34925
  mixins: [i18n$1, refMixinDesign],
@@ -35087,7 +35090,7 @@ const _hoisted_6$2 = {
35087
35090
  key: 2,
35088
35091
  class: "empty-hint"
35089
35092
  };
35090
- function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
35093
+ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
35091
35094
  const _component_draggable = resolveComponent("draggable");
35092
35095
  const _component_svg_icon = resolveComponent("svg-icon");
35093
35096
  const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
@@ -35213,9 +35216,9 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
35213
35216
  !$props.widget.widgetList || $props.widget.widgetList.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$2, " \u62D6\u62FD\u7EC4\u4EF6\u5230\u6B64\u5904 ")) : createCommentVNode("", true)
35214
35217
  ], 14, _hoisted_1$c);
35215
35218
  }
35216
- var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-6e28297c"]]);
35219
+ var CustomTableCellWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-6e28297c"]]);
35217
35220
  var customTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
35218
- const _sfc_main$c = {
35221
+ const _sfc_main$d = {
35219
35222
  name: "custom-table-widget",
35220
35223
  componentName: "ContainerWidget",
35221
35224
  mixins: [i18n$1, containerMixin, refMixinDesign],
@@ -35267,7 +35270,7 @@ const _sfc_main$c = {
35267
35270
  }
35268
35271
  };
35269
35272
  const _hoisted_1$b = { class: "custom-table-layout" };
35270
- function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
35273
+ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
35271
35274
  const _component_custom_table_cell_widget = resolveComponent("custom-table-cell-widget");
35272
35275
  const _component_container_wrapper = resolveComponent("container-wrapper");
35273
35276
  return openBlock(), createBlock(_component_container_wrapper, {
@@ -35313,9 +35316,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
35313
35316
  _: 1
35314
35317
  }, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
35315
35318
  }
35316
- var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-5281c94a"]]);
35319
+ var CustomTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-5281c94a"]]);
35317
35320
  var customTableCellItem_vue_vue_type_style_index_0_scoped_true_lang = "";
35318
- const _sfc_main$b = {
35321
+ const _sfc_main$c = {
35319
35322
  name: "custom-table-cell-item",
35320
35323
  componentName: "ContainerItem",
35321
35324
  mixins: [emitter, i18n$1, refMixin],
@@ -35333,7 +35336,7 @@ const _sfc_main$b = {
35333
35336
  }
35334
35337
  };
35335
35338
  const _hoisted_1$a = ["colspan", "rowspan"];
35336
- function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
35339
+ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
35337
35340
  return openBlock(), createElementBlock("td", {
35338
35341
  class: normalizeClass(["custom-table-cell", $options.customClass]),
35339
35342
  colspan: $props.widget.options.colspan || 1,
@@ -35366,9 +35369,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
35366
35369
  }), 128))
35367
35370
  ], 14, _hoisted_1$a);
35368
35371
  }
35369
- var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-188e7bf2"]]);
35372
+ var CustomTableCellItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-188e7bf2"]]);
35370
35373
  var customTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
35371
- const _sfc_main$a = {
35374
+ const _sfc_main$b = {
35372
35375
  name: "custom-table-item",
35373
35376
  componentName: "ContainerItem",
35374
35377
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -35562,7 +35565,7 @@ const _hoisted_3$5 = {
35562
35565
  key: 0,
35563
35566
  class: "row-actions-cell"
35564
35567
  };
35565
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
35568
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
35566
35569
  const _component_svg_icon = resolveComponent("svg-icon");
35567
35570
  const _component_el_button = resolveComponent("el-button");
35568
35571
  const _component_custom_table_cell_item = resolveComponent("custom-table-cell-item");
@@ -35642,9 +35645,9 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
35642
35645
  _: 1
35643
35646
  }, 8, ["widget"]);
35644
35647
  }
35645
- var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-1aff2bd9"]]);
35648
+ var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-1aff2bd9"]]);
35646
35649
  var subTableWidget_vue_vue_type_style_index_0_scoped_true_lang = "";
35647
- const _sfc_main$9 = {
35650
+ const _sfc_main$a = {
35648
35651
  name: "sub-table-widget",
35649
35652
  componentName: "ContainerWidget",
35650
35653
  mixins: [i18n$1, containerMixin, refMixinDesign],
@@ -35741,7 +35744,7 @@ const _hoisted_8$1 = {
35741
35744
  key: 0,
35742
35745
  class: "config-hint"
35743
35746
  };
35744
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
35747
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
35745
35748
  const _component_svg_icon = resolveComponent("svg-icon");
35746
35749
  const _component_el_button = resolveComponent("el-button");
35747
35750
  const _component_el_table_column = resolveComponent("el-table-column");
@@ -35870,9 +35873,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
35870
35873
  _: 1
35871
35874
  }, 8, ["designer", "widget", "parent-widget", "parent-list", "index-of-parent-list"]);
35872
35875
  }
35873
- var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-1fb729c8"]]);
35876
+ var SubTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-1fb729c8"]]);
35874
35877
  var subTableItem_vue_vue_type_style_index_0_scoped_true_lang = "";
35875
- const _sfc_main$8 = {
35878
+ const _sfc_main$9 = {
35876
35879
  name: "sub-table-item",
35877
35880
  componentName: "ContainerItem",
35878
35881
  mixins: [emitter, i18n$1, refMixin, containerItemMixin],
@@ -36248,7 +36251,7 @@ const _hoisted_2$5 = {
36248
36251
  };
36249
36252
  const _hoisted_3$3 = { class: "table-toolbar" };
36250
36253
  const _hoisted_4$2 = { class: "dialog-footer" };
36251
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
36254
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
36252
36255
  const _component_el_button = resolveComponent("el-button");
36253
36256
  const _component_el_table_column = resolveComponent("el-table-column");
36254
36257
  const _component_el_table = resolveComponent("el-table");
@@ -36503,7 +36506,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
36503
36506
  _: 1
36504
36507
  }, 8, ["widget"]);
36505
36508
  }
36506
- var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-21c20fec"]]);
36509
+ var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-21c20fec"]]);
36507
36510
  var ace$2 = { exports: {} };
36508
36511
  (function(module, exports) {
36509
36512
  (function() {
@@ -60949,7 +60952,7 @@ var extLanguage_tools = { exports: {} };
60949
60952
  })();
60950
60953
  })(extLanguage_tools);
60951
60954
  var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
60952
- const _sfc_main$7 = {
60955
+ const _sfc_main$8 = {
60953
60956
  name: "CodeEditor",
60954
60957
  props: {
60955
60958
  modelValue: {
@@ -61045,14 +61048,14 @@ const _hoisted_2$4 = {
61045
61048
  class: "ace-editor",
61046
61049
  ref: "ace"
61047
61050
  };
61048
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
61051
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
61049
61052
  return openBlock(), createElementBlock("div", _hoisted_1$6, [
61050
61053
  createElementVNode("div", _hoisted_2$4, null, 512)
61051
61054
  ]);
61052
61055
  }
61053
- var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-335e1214"]]);
61056
+ var CodeEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-335e1214"]]);
61054
61057
  var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
61055
- const _sfc_main$6 = {
61058
+ const _sfc_main$7 = {
61056
61059
  name: "sub-table-columns-editor",
61057
61060
  mixins: [i18n$1],
61058
61061
  components: {
@@ -61234,7 +61237,7 @@ const _hoisted_1$5 = { class: "column-header" };
61234
61237
  const _hoisted_2$3 = { class: "column-title" };
61235
61238
  const _hoisted_3$2 = { class: "column-form" };
61236
61239
  const _hoisted_4$1 = { class: "dialog-footer" };
61237
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
61240
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
61238
61241
  const _component_el_divider = resolveComponent("el-divider");
61239
61242
  const _component_el_form_item = resolveComponent("el-form-item");
61240
61243
  const _component_el_button = resolveComponent("el-button");
@@ -61664,8 +61667,8 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
61664
61667
  }, 8, ["modelValue", "title"])
61665
61668
  ], 64);
61666
61669
  }
61667
- var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-514d67ae"]]);
61668
- const _sfc_main$5 = {
61670
+ var SubTableColumnsEditor = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-514d67ae"]]);
61671
+ const _sfc_main$6 = {
61669
61672
  name: "current-user-widget",
61670
61673
  componentName: "FieldWidget",
61671
61674
  mixins: [emitter, fieldMixin, i18n$1],
@@ -61775,7 +61778,7 @@ const _sfc_main$5 = {
61775
61778
  this.getCurrentUser();
61776
61779
  }
61777
61780
  };
61778
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
61781
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
61779
61782
  const _component_el_input = resolveComponent("el-input");
61780
61783
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
61781
61784
  return openBlock(), createBlock(_component_form_item_wrapper, {
@@ -61800,9 +61803,9 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
61800
61803
  _: 1
61801
61804
  }, 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"]);
61802
61805
  }
61803
- var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5]]);
61806
+ var CurrentUserWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6]]);
61804
61807
  var assetDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
61805
- const _sfc_main$4 = {
61808
+ const _sfc_main$5 = {
61806
61809
  name: "asset-dialog",
61807
61810
  props: {
61808
61811
  dialogVisible: {
@@ -62006,7 +62009,7 @@ const _hoisted_7 = { class: "asset-wrap" };
62006
62009
  const _hoisted_8 = { class: "asset-item-left" };
62007
62010
  const _hoisted_9 = { class: "asset-item-right" };
62008
62011
  const _hoisted_10 = { class: "dialog-footer" };
62009
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
62012
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
62010
62013
  const _component_el_input = resolveComponent("el-input");
62011
62014
  const _component_el_form_item = resolveComponent("el-form-item");
62012
62015
  const _component_el_col = resolveComponent("el-col");
@@ -62326,9 +62329,9 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
62326
62329
  _: 1
62327
62330
  }, 8, ["modelValue", "onClose"]);
62328
62331
  }
62329
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f25f357a"]]);
62332
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-f25f357a"]]);
62330
62333
  var index_vue_vue_type_style_index_0_lang$1 = "";
62331
- const _sfc_main$3 = {
62334
+ const _sfc_main$4 = {
62332
62335
  name: "asset-select-widget",
62333
62336
  componentName: "FieldWidget",
62334
62337
  mixins: [emitter, fieldMixin, i18n$1],
@@ -62523,7 +62526,7 @@ const _sfc_main$3 = {
62523
62526
  }
62524
62527
  };
62525
62528
  const _hoisted_1$3 = { class: "asset-select-widget__trigger" };
62526
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
62529
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
62527
62530
  const _component_el_button = resolveComponent("el-button");
62528
62531
  const _component_asset_dialog = resolveComponent("asset-dialog");
62529
62532
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
@@ -62574,9 +62577,9 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
62574
62577
  _: 1
62575
62578
  }, 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"]);
62576
62579
  }
62577
- var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3]]);
62580
+ var AssetSelectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4]]);
62578
62581
  var detailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
62579
- const _sfc_main$2 = {
62582
+ const _sfc_main$3 = {
62580
62583
  name: "detail-dialog",
62581
62584
  components: {
62582
62585
  VFormRender
@@ -62805,7 +62808,7 @@ const _sfc_main$2 = {
62805
62808
  const _hoisted_1$2 = { class: "asset-body-wrap" };
62806
62809
  const _hoisted_2$1 = { key: 0 };
62807
62810
  const _hoisted_3 = { class: "dialog-footer" };
62808
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
62811
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
62809
62812
  const _component_v_form_render = resolveComponent("v-form-render");
62810
62813
  const _component_el_button = resolveComponent("el-button");
62811
62814
  const _component_el_dialog = resolveComponent("el-dialog");
@@ -62852,9 +62855,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
62852
62855
  _: 1
62853
62856
  }, 8, ["modelValue", "onClose"]);
62854
62857
  }
62855
- var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-c6770b7c"]]);
62858
+ var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-c6770b7c"]]);
62856
62859
  var index_vue_vue_type_style_index_0_lang = "";
62857
- const _sfc_main$1 = {
62860
+ const _sfc_main$2 = {
62858
62861
  name: "asset-table-widget",
62859
62862
  componentName: "FieldWidget",
62860
62863
  mixins: [emitter, fieldMixin, i18n$1],
@@ -63011,7 +63014,7 @@ const _sfc_main$1 = {
63011
63014
  }
63012
63015
  };
63013
63016
  const _hoisted_1$1 = { key: 1 };
63014
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
63017
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
63015
63018
  const _component_el_table_column = resolveComponent("el-table-column");
63016
63019
  const _component_el_text = resolveComponent("el-text");
63017
63020
  const _component_el_table = resolveComponent("el-table");
@@ -63126,7 +63129,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
63126
63129
  _: 1
63127
63130
  }, 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"]);
63128
63131
  }
63129
- var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1]]);
63132
+ var AssetTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_render$2]]);
63130
63133
  const AssetTypeEnum = {
63131
63134
  "0": "equity",
63132
63135
  "1": "house",
@@ -63177,7 +63180,7 @@ const assetTypeImageMap = {
63177
63180
  office_furniture: officeFurniture,
63178
63181
  "office_furniture-active": officeFurnitureActive
63179
63182
  };
63180
- const _sfc_main = {
63183
+ const _sfc_main$1 = {
63181
63184
  name: "asset-type-widget",
63182
63185
  componentName: "FieldWidget",
63183
63186
  mixins: [emitter, fieldMixin, i18n$1],
@@ -63270,7 +63273,7 @@ const _sfc_main = {
63270
63273
  };
63271
63274
  const _hoisted_1 = ["src"];
63272
63275
  const _hoisted_2 = { class: "item-label" };
63273
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
63276
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
63274
63277
  const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
63275
63278
  return openBlock(), createBlock(_component_form_item_wrapper, {
63276
63279
  designer: $props.designer,
@@ -63308,7 +63311,127 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
63308
63311
  _: 1
63309
63312
  }, 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"]);
63310
63313
  }
63311
- var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7351af35"]]);
63314
+ var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-7351af35"]]);
63315
+ const _sfc_main = {
63316
+ name: "current-user-second-company-widget",
63317
+ componentName: "FieldWidget",
63318
+ mixins: [emitter, fieldMixin, i18n$1],
63319
+ props: {
63320
+ field: {
63321
+ type: Object,
63322
+ default: () => ({})
63323
+ },
63324
+ parentWidget: Object,
63325
+ parentList: Array,
63326
+ indexOfParentList: Number,
63327
+ designer: Object,
63328
+ designState: {
63329
+ type: Boolean,
63330
+ default: false
63331
+ },
63332
+ subFormRowIndex: {
63333
+ type: Number,
63334
+ default: -1
63335
+ },
63336
+ subFormColIndex: {
63337
+ type: Number,
63338
+ default: -1
63339
+ },
63340
+ subFormRowId: {
63341
+ type: String,
63342
+ default: ""
63343
+ }
63344
+ },
63345
+ components: {
63346
+ FormItemWrapper
63347
+ },
63348
+ data() {
63349
+ return {
63350
+ fieldModel: null,
63351
+ oldFieldValue: null,
63352
+ rules: []
63353
+ };
63354
+ },
63355
+ computed: {
63356
+ displayModel() {
63357
+ var _a, _b;
63358
+ return (_b = (_a = this.fieldModel) == null ? void 0 : _a.companyName) != null ? _b : "";
63359
+ },
63360
+ widgetStyle() {
63361
+ return {
63362
+ width: this.field.options.columnWidth || "auto"
63363
+ };
63364
+ }
63365
+ },
63366
+ methods: {
63367
+ hasExistingValue() {
63368
+ var _a;
63369
+ const v = (_a = this.fieldModel) != null ? _a : this.oldFieldValue;
63370
+ return v !== void 0 && v !== null && v !== "";
63371
+ },
63372
+ async getCurrentUserSecondCompany() {
63373
+ const { data: data2 } = await service$1({
63374
+ method: "get",
63375
+ url: "unified-system/sysCompany/targetCompany",
63376
+ params: {
63377
+ id: sessionStorage.getItem("companyId")
63378
+ }
63379
+ });
63380
+ this.fieldModel = data2;
63381
+ this.syncUpdateFormModel(this.fieldModel);
63382
+ this.emitFieldDataChange(this.fieldModel, this.oldFieldValue);
63383
+ }
63384
+ },
63385
+ watch: {
63386
+ "field.options.required"() {
63387
+ this.buildFieldRules();
63388
+ },
63389
+ "field.options.validation"() {
63390
+ this.buildFieldRules();
63391
+ },
63392
+ "field.options.onValidate"() {
63393
+ this.buildFieldRules();
63394
+ }
63395
+ },
63396
+ created() {
63397
+ this.initFieldModel();
63398
+ this.registerToRefList();
63399
+ this.initEventHandler();
63400
+ this.buildFieldRules();
63401
+ this.handleOnCreated();
63402
+ },
63403
+ mounted() {
63404
+ if (this.hasExistingValue())
63405
+ return;
63406
+ this.getCurrentUserSecondCompany();
63407
+ }
63408
+ };
63409
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
63410
+ const _component_el_input = resolveComponent("el-input");
63411
+ const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
63412
+ return openBlock(), createBlock(_component_form_item_wrapper, {
63413
+ designer: $props.designer,
63414
+ field: $props.field,
63415
+ rules: $data.rules,
63416
+ "design-state": $props.designState,
63417
+ "parent-widget": $props.parentWidget,
63418
+ "parent-list": $props.parentList,
63419
+ "index-of-parent-list": $props.indexOfParentList,
63420
+ "sub-form-row-index": $props.subFormRowIndex,
63421
+ "sub-form-col-index": $props.subFormColIndex,
63422
+ "sub-form-row-id": $props.subFormRowId
63423
+ }, {
63424
+ default: withCtx(() => [
63425
+ createVNode(_component_el_input, {
63426
+ modelValue: $options.displayModel,
63427
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.displayModel = $event),
63428
+ disabled: true
63429
+ }, null, 8, ["modelValue"])
63430
+ ]),
63431
+ _: 1
63432
+ }, 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"]);
63433
+ }
63434
+ var CurrentUserSecondCompanyWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render]]);
63312
63435
  const loadExtension = function(app) {
63313
63436
  app.component(CardWidget.name, CardWidget);
63314
63437
  app.component(CardItem.name, CardItem);
@@ -63389,6 +63512,7 @@ const loadExtension = function(app) {
63389
63512
  { label: "\u516C\u53F8\u540D\u79F0", value: "companyName" }
63390
63513
  ]
63391
63514
  }));
63515
+ app.component(CurrentUserSecondCompanyWidget.name, CurrentUserSecondCompanyWidget);
63392
63516
  app.component(AssetSelectWidget.name, AssetSelectWidget);
63393
63517
  registerCPEditor(app, "asset-select-buttonText", "asset-select-buttonText-editor", createInputTextEditor("buttonText", "extension.setting.assetSelectButtonText"));
63394
63518
  registerCPEditor(app, "asset-select-typeJson", "asset-select-typeJson-editor", createTextareaEditor("typeJson", "extension.setting.assetSelectTypeJson", { rows: 4 }));