super-page-designer 2.0.82 → 2.0.86

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.
Files changed (33) hide show
  1. package/dist/es/components/design/utils/assemblys-config.js +2 -2
  2. package/dist/es/components/design/utils/form-design-util.d.ts +15 -0
  3. package/dist/es/components/design/utils/form-design-util.js +54 -9
  4. package/dist/es/components/design/utils/interfaces/page-design-types.d.ts +1 -1
  5. package/dist/es/components/design/utils/page-table-util.d.ts +3 -1
  6. package/dist/es/components/design/utils/page-table-util.js +50 -23
  7. package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +10 -13
  8. package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +5 -4
  9. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-advanced.vue.js +2 -2
  10. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue.js +2 -2
  11. package/dist/es/components/design/views/assemblys/common/common-advanced-basic-showcondition.vue.js +11 -7
  12. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
  13. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +2 -1
  14. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
  15. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +5 -2
  16. package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +7 -5
  17. package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +1 -1
  18. package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
  19. package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +2 -5
  20. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
  21. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +113 -65
  22. package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +6 -0
  23. package/dist/es/components/design/views/assemblys/object-design.vue.js +14 -2
  24. package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +2 -5
  25. package/dist/es/components/design/views/design/page-design.vue.js +10 -7
  26. package/dist/es/components/design/views/design/page-event/config.vue.js +7 -1
  27. package/dist/es/components/design/views/design/page-event/config.vue2.js +1 -7
  28. package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +6 -6
  29. package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +1 -1
  30. package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +3 -0
  31. package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
  32. package/dist/es/style.css +84 -84
  33. package/package.json +5 -5
@@ -1,24 +1,25 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createCommentVNode, createTextVNode, unref, createElementBlock, Fragment, renderList, normalizeClass, withDirectives, vShow, pushScopeId, popScopeId } from "vue";
2
2
  import { Setting, Search, Close } from "@element-plus/icons-vue";
3
3
  import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
4
- import _sfc_main$7 from "../component/querySetting.vue.js";
4
+ import _sfc_main$8 from "../component/querySetting.vue.js";
5
5
  import DataOrigin from "../../form/common/data-origin.vue.js";
6
6
  import BindVariable from "../../common/common-variable-bind.vue.js";
7
7
  import { setGroupHeaderDataDisplayOrder, deleteGroupHeaderByColumnUuid } from "../../../../utils/data-table-util.js";
8
8
  import { getUuidv4 } from "../../../../utils/common-util.js";
9
9
  import eventBus from "../../../../utils/eventBus.js";
10
10
  import _sfc_main$1 from "../component/variate-select.vue.js";
11
- import _sfc_main$5 from "../../form/common/suffixmodule.vue.js";
11
+ import _sfc_main$6 from "../../form/common/suffixmodule.vue.js";
12
12
  import "../../form/common/icon-set-dialog.vue3.js";
13
13
  import _sfc_main$2 from "../../common/common-function-code.vue.js";
14
- import _sfc_main$8 from "../../common/common-select-table.vue.js";
14
+ import _sfc_main$9 from "../../common/common-select-table.vue.js";
15
15
  import { queryTableFields, tableResetConfigIndo } from "../../../../utils/page-table-util.js";
16
16
  import { usePageContextStore } from "../../../../../../stores/page-store.js";
17
- import _sfc_main$3 from "../../form/common/condition.vue.js";
18
- import _sfc_main$4 from "../component/dynamic-column.vue.js";
19
- import _sfc_main$6 from "../component/formatting-icon-label.vue.js";
17
+ import _sfc_main$4 from "../../form/common/condition.vue.js";
18
+ import _sfc_main$5 from "../component/dynamic-column.vue.js";
19
+ import _sfc_main$7 from "../component/formatting-icon-label.vue.js";
20
20
  import http from "agilebuilder-ui/src/utils/request";
21
- const _withScopeId = (n) => (pushScopeId("data-v-22fb759a"), n = n(), popScopeId(), n);
21
+ import _sfc_main$3 from "../../common/page-permission-select.vue.js";
22
+ const _withScopeId = (n) => (pushScopeId("data-v-3560b979"), n = n(), popScopeId(), n);
22
23
  const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
23
24
  const _hoisted_2 = { class: "amb-design-attr-item-inline" };
24
25
  const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
@@ -239,7 +240,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
239
240
  }
240
241
  function removeSortField() {
241
242
  if (props.configure.props.dynamicColumnData.dataTableSortTable.length > 0) {
242
- props.configure.props.dynamicColumnData.dataTableSortTable.splice(props.configure.props.dynamicColumnData.dataTableSortTable.length - 1, 1);
243
+ props.configure.props.dynamicColumnData.dataTableSortTable.splice(
244
+ props.configure.props.dynamicColumnData.dataTableSortTable.length - 1,
245
+ 1
246
+ );
243
247
  }
244
248
  }
245
249
  const queryOptionGroupLoading = ref(false);
@@ -257,6 +261,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
257
261
  console.log("查询选项组出错", error);
258
262
  });
259
263
  }
264
+ function afterSelectService(type, code, name) {
265
+ props.configure.props.dynamicColumnData.service.simpleCode = code;
266
+ props.configure.props.dynamicColumnData.service.name = name;
267
+ }
268
+ function dynamicColumnDataSourcesChange(value) {
269
+ if (value === "service" && !props.configure.props.dynamicColumnData.service) {
270
+ props.configure.props.dynamicColumnData.service = {};
271
+ }
272
+ }
260
273
  return (_ctx, _cache) => {
261
274
  const _component_el_input = resolveComponent("el-input");
262
275
  const _component_el_form_item = resolveComponent("el-form-item");
@@ -282,7 +295,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
282
295
  default: withCtx(() => [
283
296
  createVNode(_component_el_collapse, {
284
297
  modelValue: openCollapseItems.value,
285
- "onUpdate:modelValue": _cache[58] || (_cache[58] = ($event) => openCollapseItems.value = $event),
298
+ "onUpdate:modelValue": _cache[60] || (_cache[60] = ($event) => openCollapseItems.value = $event),
286
299
  style: { "margin-top": "6px" }
287
300
  }, {
288
301
  default: withCtx(() => [
@@ -533,7 +546,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
533
546
  default: withCtx(() => [
534
547
  createVNode(_component_el_radio_group, {
535
548
  modelValue: __props.configure.props.dynamicColumnData.dataSources,
536
- "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.dynamicColumnData.dataSources = $event)
549
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.dynamicColumnData.dataSources = $event),
550
+ onChange: dynamicColumnDataSourcesChange
537
551
  }, {
538
552
  default: withCtx(() => [
539
553
  createVNode(_component_el_radio, { value: "dataTable" }, {
@@ -559,6 +573,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
559
573
  createTextVNode("bean名称")
560
574
  ]),
561
575
  _: 1
576
+ }),
577
+ createVNode(_component_el_radio, { value: "service" }, {
578
+ default: withCtx(() => [
579
+ createTextVNode("服务")
580
+ ]),
581
+ _: 1
562
582
  })
563
583
  ]),
564
584
  _: 1
@@ -566,6 +586,34 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
566
586
  ]),
567
587
  _: 1
568
588
  }),
589
+ __props.configure.props.dynamicColumnData.dataSources === "bean" ? (openBlock(), createBlock(_component_el_form_item, {
590
+ key: 0,
591
+ label: "bean名称",
592
+ class: "amb-design-attr-item"
593
+ }, {
594
+ default: withCtx(() => [
595
+ createVNode(_component_el_input, {
596
+ modelValue: __props.configure.props.dynamicColumnData.beanName,
597
+ "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.dynamicColumnData.beanName = $event)
598
+ }, null, 8, ["modelValue"])
599
+ ]),
600
+ _: 1
601
+ })) : createCommentVNode("", true),
602
+ __props.configure.props.dynamicColumnData.dataSources === "service" && __props.configure.props.dynamicColumnData.service ? (openBlock(), createBlock(_component_el_form_item, {
603
+ key: 1,
604
+ label: "服务名",
605
+ class: "amb-design-attr-item"
606
+ }, {
607
+ default: withCtx(() => [
608
+ createVNode(_sfc_main$3, {
609
+ pageDesign: __props.pageDesign,
610
+ rowObj: __props.configure.props.dynamicColumnData.service,
611
+ onlyService: "",
612
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = (type, code, name) => afterSelectService(type, code, name))
613
+ }, null, 8, ["pageDesign", "rowObj"])
614
+ ]),
615
+ _: 1
616
+ })) : createCommentVNode("", true),
569
617
  createVNode(_component_el_form_item, {
570
618
  label: "监控字段",
571
619
  title: "监控主表字段",
@@ -574,20 +622,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
574
622
  default: withCtx(() => [
575
623
  createVNode(_component_el_input, {
576
624
  modelValue: __props.configure.props.dynamicColumnData.watchParentAttr,
577
- "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.dynamicColumnData.watchParentAttr = $event)
625
+ "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.dynamicColumnData.watchParentAttr = $event)
578
626
  }, null, 8, ["modelValue"])
579
627
  ]),
580
628
  _: 1
581
629
  }),
582
630
  __props.configure.props.dynamicColumnData.dataSources === "dataTable" ? (openBlock(), createBlock(_component_el_form_item, {
583
- key: 0,
631
+ key: 2,
584
632
  label: "数据表视图",
585
633
  class: "amb-design-attr-item"
586
634
  }, {
587
635
  default: withCtx(() => [
588
636
  createVNode(_component_el_input, {
589
637
  modelValue: __props.configure.props.dynamicColumnData.tableName,
590
- "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.props.dynamicColumnData.tableName = $event),
638
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.dynamicColumnData.tableName = $event),
591
639
  title: __props.configure.props.dynamicColumnData.tableName,
592
640
  clearable: "",
593
641
  readonly: "true"
@@ -595,12 +643,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
595
643
  append: withCtx(() => [
596
644
  createVNode(_component_el_button, {
597
645
  icon: unref(Search),
598
- onClick: _cache[14] || (_cache[14] = ($event) => selectTable("masterTable")),
646
+ onClick: _cache[16] || (_cache[16] = ($event) => selectTable("masterTable")),
599
647
  size: "small"
600
648
  }, null, 8, ["icon"]),
601
649
  createVNode(_component_el_button, {
602
650
  icon: unref(Close),
603
- onClick: _cache[15] || (_cache[15] = ($event) => clearTable("masterTable")),
651
+ onClick: _cache[17] || (_cache[17] = ($event) => clearTable("masterTable")),
604
652
  title: "Clear",
605
653
  size: "small"
606
654
  }, null, 8, ["icon"])
@@ -611,7 +659,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
611
659
  _: 1
612
660
  })) : createCommentVNode("", true),
613
661
  __props.configure.props.dynamicColumnData.dataSources === "dataTable" ? (openBlock(), createBlock(_component_el_form_item, {
614
- key: 1,
662
+ key: 3,
615
663
  label: "排序",
616
664
  class: "amb-design-attr-item"
617
665
  }, {
@@ -686,7 +734,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
686
734
  class: "amb-design-attr-item"
687
735
  }, {
688
736
  default: withCtx(() => [
689
- createVNode(_sfc_main$3, {
737
+ createVNode(_sfc_main$4, {
690
738
  title: "查询条件",
691
739
  list: __props.configure.props.dynamicColumnData.searchcondition,
692
740
  ref_key: "queryConditionRef",
@@ -704,7 +752,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
704
752
  default: withCtx(() => [
705
753
  createVNode(_component_el_input, {
706
754
  modelValue: __props.configure.props.dynamicColumnData.sql,
707
- "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.props.dynamicColumnData.sql = $event),
755
+ "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.dynamicColumnData.sql = $event),
708
756
  rows: 2,
709
757
  type: "textarea"
710
758
  }, null, 8, ["modelValue"])
@@ -720,7 +768,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
720
768
  default: withCtx(() => [
721
769
  createVNode(_component_el_select, {
722
770
  modelValue: __props.configure.props.dynamicColumnData.optionGroup,
723
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.dynamicColumnData.optionGroup = $event),
771
+ "onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.props.dynamicColumnData.optionGroup = $event),
724
772
  filterable: "",
725
773
  remote: "",
726
774
  "reserve-keyword": "",
@@ -759,7 +807,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
759
807
  default: withCtx(() => [
760
808
  createVNode(_component_el_input, {
761
809
  modelValue: __props.configure.props.dynamicColumnData.settingDataName,
762
- "onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => __props.configure.props.dynamicColumnData.settingDataName = $event),
810
+ "onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => __props.configure.props.dynamicColumnData.settingDataName = $event),
763
811
  title: __props.configure.props.dynamicColumnData.settingDataName,
764
812
  clearable: "",
765
813
  readonly: "true"
@@ -767,12 +815,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
767
815
  append: withCtx(() => [
768
816
  createVNode(_component_el_button, {
769
817
  icon: unref(Search),
770
- onClick: _cache[19] || (_cache[19] = ($event) => selectTable("sublist")),
818
+ onClick: _cache[21] || (_cache[21] = ($event) => selectTable("sublist")),
771
819
  size: "small"
772
820
  }, null, 8, ["icon"]),
773
821
  createVNode(_component_el_button, {
774
822
  icon: unref(Close),
775
- onClick: _cache[20] || (_cache[20] = ($event) => clearTable("sublist")),
823
+ onClick: _cache[22] || (_cache[22] = ($event) => clearTable("sublist")),
776
824
  title: "Clear",
777
825
  size: "small"
778
826
  }, null, 8, ["icon"])
@@ -790,7 +838,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
790
838
  default: withCtx(() => [
791
839
  createVNode(_component_el_select, {
792
840
  modelValue: __props.configure.props.dynamicColumnData.settingRelationColumn,
793
- "onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => __props.configure.props.dynamicColumnData.settingRelationColumn = $event),
841
+ "onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => __props.configure.props.dynamicColumnData.settingRelationColumn = $event),
794
842
  clearable: "",
795
843
  filterable: ""
796
844
  }, {
@@ -814,7 +862,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
814
862
  class: "amb-design-attr-item"
815
863
  }, {
816
864
  default: withCtx(() => [
817
- createVNode(_sfc_main$3, {
865
+ createVNode(_sfc_main$4, {
818
866
  title: "查询条件",
819
867
  list: __props.configure.props.dynamicColumnData.selectCondition,
820
868
  ref_key: "selectConditionRef",
@@ -829,7 +877,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
829
877
  class: "amb-design-attr-item"
830
878
  }, {
831
879
  default: withCtx(() => [
832
- createVNode(_sfc_main$3, {
880
+ createVNode(_sfc_main$4, {
833
881
  title: "更新条件",
834
882
  list: __props.configure.props.dynamicColumnData.updateCondition,
835
883
  ref_key: "updateConditionRef",
@@ -844,7 +892,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
844
892
  class: "amb-design-attr-item"
845
893
  }, {
846
894
  default: withCtx(() => [
847
- createVNode(_sfc_main$4, {
895
+ createVNode(_sfc_main$5, {
848
896
  configure: __props.configure,
849
897
  clolumnTableFields: unref(clolumnTableFields),
850
898
  modelTableFieldList: modelTableFieldList.value
@@ -860,7 +908,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
860
908
  default: withCtx(() => [
861
909
  createVNode(_component_el_select, {
862
910
  modelValue: __props.configure.props.dynamicColumnData.mergeFieldType,
863
- "onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => __props.configure.props.dynamicColumnData.mergeFieldType = $event),
911
+ "onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => __props.configure.props.dynamicColumnData.mergeFieldType = $event),
864
912
  clearable: ""
865
913
  }, {
866
914
  default: withCtx(() => [
@@ -902,7 +950,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
902
950
  createVNode(_component_el_switch, {
903
951
  onChange: editChange,
904
952
  modelValue: __props.configure.props.editLine.editable,
905
- "onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => __props.configure.props.editLine.editable = $event)
953
+ "onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => __props.configure.props.editLine.editable = $event)
906
954
  }, null, 8, ["modelValue"])
907
955
  ]),
908
956
  _: 1
@@ -927,7 +975,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
927
975
  default: withCtx(() => [
928
976
  createVNode(_component_el_select, {
929
977
  modelValue: __props.configure.name,
930
- "onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => __props.configure.name = $event),
978
+ "onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => __props.configure.name = $event),
931
979
  placeholder: "请选择",
932
980
  onChange: moduleChange
933
981
  }, {
@@ -952,7 +1000,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
952
1000
  default: withCtx(() => [
953
1001
  createVNode(_sfc_main$1, {
954
1002
  prop: __props.configure.props.format.fileUuid,
955
- "onUpdate:prop": _cache[26] || (_cache[26] = ($event) => __props.configure.props.format.fileUuid = $event),
1003
+ "onUpdate:prop": _cache[28] || (_cache[28] = ($event) => __props.configure.props.format.fileUuid = $event),
956
1004
  tableConfigure: __props.tableConfigure
957
1005
  }, null, 8, ["prop", "tableConfigure"])
958
1006
  ]),
@@ -979,7 +1027,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
979
1027
  default: withCtx(() => [
980
1028
  createVNode(_component_el_select, {
981
1029
  modelValue: __props.configure.props.format.type,
982
- "onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => __props.configure.props.format.type = $event),
1030
+ "onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => __props.configure.props.format.type = $event),
983
1031
  clearable: "",
984
1032
  placeholder: "请选择"
985
1033
  }, {
@@ -1046,7 +1094,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1046
1094
  default: withCtx(() => [
1047
1095
  createVNode(_component_el_input, {
1048
1096
  modelValue: __props.configure.props.format.decimalDigit,
1049
- "onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => __props.configure.props.format.decimalDigit = $event)
1097
+ "onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => __props.configure.props.format.decimalDigit = $event)
1050
1098
  }, null, 8, ["modelValue"])
1051
1099
  ]),
1052
1100
  _: 1
@@ -1059,7 +1107,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1059
1107
  default: withCtx(() => [
1060
1108
  createVNode(_component_el_switch, {
1061
1109
  modelValue: __props.configure.props.format.scientific,
1062
- "onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => __props.configure.props.format.scientific = $event),
1110
+ "onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => __props.configure.props.format.scientific = $event),
1063
1111
  "active-text": "使用",
1064
1112
  "inactive-text": "不使用"
1065
1113
  }, null, 8, ["modelValue"])
@@ -1074,7 +1122,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1074
1122
  default: withCtx(() => [
1075
1123
  createVNode(_component_el_input, {
1076
1124
  modelValue: __props.configure.props.format.scientificNum,
1077
- "onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => __props.configure.props.format.scientificNum = $event)
1125
+ "onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => __props.configure.props.format.scientificNum = $event)
1078
1126
  }, null, 8, ["modelValue"])
1079
1127
  ]),
1080
1128
  _: 1
@@ -1087,7 +1135,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1087
1135
  default: withCtx(() => [
1088
1136
  createVNode(_component_el_switch, {
1089
1137
  modelValue: __props.configure.props.format.thousandsSeparator,
1090
- "onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => __props.configure.props.format.thousandsSeparator = $event),
1138
+ "onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => __props.configure.props.format.thousandsSeparator = $event),
1091
1139
  "active-text": "使用",
1092
1140
  "inactive-text": "不使用"
1093
1141
  }, null, 8, ["modelValue"])
@@ -1102,7 +1150,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1102
1150
  default: withCtx(() => [
1103
1151
  createVNode(_component_el_input, {
1104
1152
  modelValue: __props.configure.props.format.symbol,
1105
- "onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => __props.configure.props.format.symbol = $event)
1153
+ "onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => __props.configure.props.format.symbol = $event)
1106
1154
  }, null, 8, ["modelValue"])
1107
1155
  ]),
1108
1156
  _: 1
@@ -1115,7 +1163,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1115
1163
  default: withCtx(() => [
1116
1164
  createVNode(_component_el_select, {
1117
1165
  modelValue: __props.configure.props.format.currencySymbol,
1118
- "onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => __props.configure.props.format.currencySymbol = $event),
1166
+ "onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => __props.configure.props.format.currencySymbol = $event),
1119
1167
  placeholder: "Select"
1120
1168
  }, {
1121
1169
  default: withCtx(() => [
@@ -1141,7 +1189,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1141
1189
  default: withCtx(() => [
1142
1190
  createVNode(_component_el_select, {
1143
1191
  modelValue: __props.configure.props.format.dataType,
1144
- "onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => __props.configure.props.format.dataType = $event),
1192
+ "onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => __props.configure.props.format.dataType = $event),
1145
1193
  placeholder: "Select"
1146
1194
  }, {
1147
1195
  default: withCtx(() => [
@@ -1195,7 +1243,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1195
1243
  default: withCtx(() => [
1196
1244
  createVNode(_component_el_select, {
1197
1245
  modelValue: __props.configure.props.format.timeType,
1198
- "onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => __props.configure.props.format.timeType = $event),
1246
+ "onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => __props.configure.props.format.timeType = $event),
1199
1247
  placeholder: "Select"
1200
1248
  }, {
1201
1249
  default: withCtx(() => [
@@ -1245,18 +1293,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1245
1293
  default: withCtx(() => [
1246
1294
  createVNode(_component_el_input, {
1247
1295
  modelValue: __props.configure.props.format.customControl,
1248
- "onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => __props.configure.props.format.customControl = $event)
1296
+ "onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => __props.configure.props.format.customControl = $event)
1249
1297
  }, null, 8, ["modelValue"])
1250
1298
  ]),
1251
1299
  _: 1
1252
1300
  })) : createCommentVNode("", true),
1253
- __props.configure.props.format.type === "hyperlinks" ? (openBlock(), createBlock(_sfc_main$5, {
1301
+ __props.configure.props.format.type === "hyperlinks" ? (openBlock(), createBlock(_sfc_main$6, {
1254
1302
  key: 9,
1255
1303
  pageDesign: __props.pageDesign,
1256
1304
  configure: __props.configure,
1257
1305
  tableConfigure: __props.tableConfigure
1258
1306
  }, null, 8, ["pageDesign", "configure", "tableConfigure"])) : createCommentVNode("", true),
1259
- __props.configure.props.format.type === "icon" ? (openBlock(), createBlock(_sfc_main$6, {
1307
+ __props.configure.props.format.type === "icon" ? (openBlock(), createBlock(_sfc_main$7, {
1260
1308
  key: 10,
1261
1309
  setting: __props.configure.props.format
1262
1310
  }, null, 8, ["setting"])) : createCommentVNode("", true),
@@ -1268,7 +1316,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1268
1316
  default: withCtx(() => [
1269
1317
  createVNode(_component_el_input, {
1270
1318
  modelValue: __props.configure.props.format.customControl,
1271
- "onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => __props.configure.props.format.customControl = $event)
1319
+ "onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => __props.configure.props.format.customControl = $event)
1272
1320
  }, null, 8, ["modelValue"])
1273
1321
  ]),
1274
1322
  _: 1
@@ -1281,7 +1329,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1281
1329
  default: withCtx(() => [
1282
1330
  createVNode(_component_el_switch, {
1283
1331
  modelValue: __props.configure.props.format.multiple,
1284
- "onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => __props.configure.props.format.multiple = $event)
1332
+ "onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => __props.configure.props.format.multiple = $event)
1285
1333
  }, null, 8, ["modelValue"])
1286
1334
  ]),
1287
1335
  _: 1
@@ -1294,7 +1342,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1294
1342
  default: withCtx(() => [
1295
1343
  createVNode(_component_el_input, {
1296
1344
  modelValue: __props.configure.props.format.accept,
1297
- "onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => __props.configure.props.format.accept = $event)
1345
+ "onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => __props.configure.props.format.accept = $event)
1298
1346
  }, null, 8, ["modelValue"])
1299
1347
  ]),
1300
1348
  _: 1
@@ -1307,7 +1355,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1307
1355
  default: withCtx(() => [
1308
1356
  createVNode(_component_el_input_number, {
1309
1357
  modelValue: __props.configure.props.format.limitFileSize,
1310
- "onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => __props.configure.props.format.limitFileSize = $event),
1358
+ "onUpdate:modelValue": _cache[42] || (_cache[42] = ($event) => __props.configure.props.format.limitFileSize = $event),
1311
1359
  min: 1
1312
1360
  }, null, 8, ["modelValue"])
1313
1361
  ]),
@@ -1320,7 +1368,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1320
1368
  default: withCtx(() => [
1321
1369
  createVNode(_component_el_input, {
1322
1370
  modelValue: __props.configure.props.format.childAnnexDataTableCode,
1323
- "onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => __props.configure.props.format.childAnnexDataTableCode = $event),
1371
+ "onUpdate:modelValue": _cache[43] || (_cache[43] = ($event) => __props.configure.props.format.childAnnexDataTableCode = $event),
1324
1372
  onClick: _ctx.openSelectDataTable,
1325
1373
  clearable: ""
1326
1374
  }, {
@@ -1343,7 +1391,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1343
1391
  default: withCtx(() => [
1344
1392
  createVNode(_sfc_main$1, {
1345
1393
  prop: __props.configure.props.format.showName,
1346
- "onUpdate:prop": _cache[42] || (_cache[42] = ($event) => __props.configure.props.format.showName = $event),
1394
+ "onUpdate:prop": _cache[44] || (_cache[44] = ($event) => __props.configure.props.format.showName = $event),
1347
1395
  tableConfigure: __props.tableConfigure
1348
1396
  }, null, 8, ["prop", "tableConfigure"])
1349
1397
  ]),
@@ -1357,7 +1405,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1357
1405
  default: withCtx(() => [
1358
1406
  createVNode(_sfc_main$1, {
1359
1407
  prop: __props.configure.props.format.serverName,
1360
- "onUpdate:prop": _cache[43] || (_cache[43] = ($event) => __props.configure.props.format.serverName = $event),
1408
+ "onUpdate:prop": _cache[45] || (_cache[45] = ($event) => __props.configure.props.format.serverName = $event),
1361
1409
  tableConfigure: __props.tableConfigure
1362
1410
  }, null, 8, ["prop", "tableConfigure"])
1363
1411
  ]),
@@ -1381,7 +1429,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1381
1429
  default: withCtx(() => [
1382
1430
  createVNode(_component_el_radio_group, {
1383
1431
  modelValue: __props.configure.props.base.listColumnFixed,
1384
- "onUpdate:modelValue": _cache[44] || (_cache[44] = ($event) => __props.configure.props.base.listColumnFixed = $event),
1432
+ "onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => __props.configure.props.base.listColumnFixed = $event),
1385
1433
  class: "ml-4"
1386
1434
  }, {
1387
1435
  default: withCtx(() => [
@@ -1417,7 +1465,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1417
1465
  default: withCtx(() => [
1418
1466
  createVNode(_component_el_radio_group, {
1419
1467
  modelValue: __props.configure.props.base.sortable,
1420
- "onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => __props.configure.props.base.sortable = $event),
1468
+ "onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => __props.configure.props.base.sortable = $event),
1421
1469
  class: "ml-4"
1422
1470
  }, {
1423
1471
  default: withCtx(() => [
@@ -1447,7 +1495,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1447
1495
  createVNode(_component_el_input_number, {
1448
1496
  style: { "width": "100%" },
1449
1497
  modelValue: __props.configure.props.base.columnWidth,
1450
- "onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => __props.configure.props.base.columnWidth = $event),
1498
+ "onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => __props.configure.props.base.columnWidth = $event),
1451
1499
  precision: 1
1452
1500
  }, null, 8, ["modelValue"])
1453
1501
  ]),
@@ -1460,7 +1508,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1460
1508
  default: withCtx(() => [
1461
1509
  createVNode(_component_el_radio_group, {
1462
1510
  modelValue: __props.configure.props.base.alignTittle,
1463
- "onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => __props.configure.props.base.alignTittle = $event),
1511
+ "onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => __props.configure.props.base.alignTittle = $event),
1464
1512
  class: "ml-4"
1465
1513
  }, {
1466
1514
  default: withCtx(() => [
@@ -1495,7 +1543,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1495
1543
  default: withCtx(() => [
1496
1544
  createVNode(_component_el_radio_group, {
1497
1545
  modelValue: __props.configure.props.base.alignContent,
1498
- "onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => __props.configure.props.base.alignContent = $event),
1546
+ "onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => __props.configure.props.base.alignContent = $event),
1499
1547
  class: "ml-4"
1500
1548
  }, {
1501
1549
  default: withCtx(() => [
@@ -1542,7 +1590,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1542
1590
  default: withCtx(() => [
1543
1591
  createVNode(_component_el_checkbox, {
1544
1592
  modelValue: __props.configure.props.verification.required,
1545
- "onUpdate:modelValue": _cache[49] || (_cache[49] = ($event) => __props.configure.props.verification.required = $event),
1593
+ "onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => __props.configure.props.verification.required = $event),
1546
1594
  label: "必填"
1547
1595
  }, null, 8, ["modelValue"])
1548
1596
  ]),
@@ -1550,7 +1598,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1550
1598
  }),
1551
1599
  createVNode(_component_el_checkbox_group, {
1552
1600
  modelValue: __props.configure.props.verification.type,
1553
- "onUpdate:modelValue": _cache[50] || (_cache[50] = ($event) => __props.configure.props.verification.type = $event)
1601
+ "onUpdate:modelValue": _cache[52] || (_cache[52] = ($event) => __props.configure.props.verification.type = $event)
1554
1602
  }, {
1555
1603
  default: withCtx(() => [
1556
1604
  createVNode(_component_el_form_item, {
@@ -1621,7 +1669,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1621
1669
  default: withCtx(() => [
1622
1670
  createVNode(_component_el_checkbox, {
1623
1671
  modelValue: __props.configure.props.verification.verifyRegex,
1624
- "onUpdate:modelValue": _cache[51] || (_cache[51] = ($event) => __props.configure.props.verification.verifyRegex = $event),
1672
+ "onUpdate:modelValue": _cache[53] || (_cache[53] = ($event) => __props.configure.props.verification.verifyRegex = $event),
1625
1673
  label: "正则",
1626
1674
  value: "regex"
1627
1675
  }, null, 8, ["modelValue"])
@@ -1632,7 +1680,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1632
1680
  default: withCtx(() => [
1633
1681
  createVNode(_component_el_input, {
1634
1682
  modelValue: __props.configure.props.verification.regex,
1635
- "onUpdate:modelValue": _cache[52] || (_cache[52] = ($event) => __props.configure.props.verification.regex = $event),
1683
+ "onUpdate:modelValue": _cache[54] || (_cache[54] = ($event) => __props.configure.props.verification.regex = $event),
1636
1684
  class: "mx-4",
1637
1685
  "controls-position": "right",
1638
1686
  placeholder: "请输入"
@@ -1694,7 +1742,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1694
1742
  default: withCtx(() => [
1695
1743
  createVNode(_component_el_radio_group, {
1696
1744
  modelValue: __props.configure.props.definition.defined,
1697
- "onUpdate:modelValue": _cache[53] || (_cache[53] = ($event) => __props.configure.props.definition.defined = $event),
1745
+ "onUpdate:modelValue": _cache[55] || (_cache[55] = ($event) => __props.configure.props.definition.defined = $event),
1698
1746
  class: "ml-4"
1699
1747
  }, {
1700
1748
  default: withCtx(() => [
@@ -1723,7 +1771,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1723
1771
  default: withCtx(() => [
1724
1772
  createVNode(_component_el_radio_group, {
1725
1773
  modelValue: __props.configure.props.definition.definedExport,
1726
- "onUpdate:modelValue": _cache[54] || (_cache[54] = ($event) => __props.configure.props.definition.definedExport = $event),
1774
+ "onUpdate:modelValue": _cache[56] || (_cache[56] = ($event) => __props.configure.props.definition.definedExport = $event),
1727
1775
  class: "ml-4"
1728
1776
  }, {
1729
1777
  default: withCtx(() => [
@@ -1752,7 +1800,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1752
1800
  default: withCtx(() => [
1753
1801
  createVNode(_component_el_radio_group, {
1754
1802
  modelValue: __props.configure.props.definition.definedMerge,
1755
- "onUpdate:modelValue": _cache[55] || (_cache[55] = ($event) => __props.configure.props.definition.definedMerge = $event),
1803
+ "onUpdate:modelValue": _cache[57] || (_cache[57] = ($event) => __props.configure.props.definition.definedMerge = $event),
1756
1804
  class: "ml-4"
1757
1805
  }, {
1758
1806
  default: withCtx(() => [
@@ -1781,7 +1829,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1781
1829
  default: withCtx(() => [
1782
1830
  createVNode(_component_el_radio_group, {
1783
1831
  modelValue: __props.configure.props.definition.definedPosition,
1784
- "onUpdate:modelValue": _cache[56] || (_cache[56] = ($event) => __props.configure.props.definition.definedPosition = $event),
1832
+ "onUpdate:modelValue": _cache[58] || (_cache[58] = ($event) => __props.configure.props.definition.definedPosition = $event),
1785
1833
  class: "ml-4"
1786
1834
  }, {
1787
1835
  default: withCtx(() => [
@@ -1810,7 +1858,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1810
1858
  default: withCtx(() => [
1811
1859
  createVNode(_component_el_radio_group, {
1812
1860
  modelValue: __props.configure.props.definition.definedFixed,
1813
- "onUpdate:modelValue": _cache[57] || (_cache[57] = ($event) => __props.configure.props.definition.definedFixed = $event),
1861
+ "onUpdate:modelValue": _cache[59] || (_cache[59] = ($event) => __props.configure.props.definition.definedFixed = $event),
1814
1862
  class: "ml-4"
1815
1863
  }, {
1816
1864
  default: withCtx(() => [
@@ -1836,13 +1884,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1836
1884
  ]),
1837
1885
  _: 1
1838
1886
  })) : createCommentVNode("", true),
1839
- querySettingVisible.value ? (openBlock(), createBlock(_sfc_main$7, {
1887
+ querySettingVisible.value ? (openBlock(), createBlock(_sfc_main$8, {
1840
1888
  key: 6,
1841
1889
  querySetting: __props.configure.props.querySetting,
1842
1890
  onAdd: querySettingAdd,
1843
1891
  onClose: closeFuerySettingValue
1844
1892
  }, null, 8, ["querySetting"])) : createCommentVNode("", true),
1845
- createVNode(_sfc_main$8, {
1893
+ createVNode(_sfc_main$9, {
1846
1894
  ref_key: "selectTableDialog",
1847
1895
  ref: selectTableDialog,
1848
1896
  onSelectTable,
@@ -360,6 +360,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
360
360
  createTextVNode("只读")
361
361
  ]),
362
362
  _: 1
363
+ }),
364
+ createVNode(_component_el_radio, { value: "hidden" }, {
365
+ default: withCtx(() => [
366
+ createTextVNode("隐藏")
367
+ ]),
368
+ _: 1
363
369
  })
364
370
  ]),
365
371
  _: 1