super-page-designer 2.3.0-tmp3 → 2.3.1

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 (139) hide show
  1. package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +4 -4
  2. package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +8 -8
  3. package/dist/es/components/design/views/assemblys/button/button-group/buttongroup-attr-base.vue.js +1 -1
  4. package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +1 -1
  5. package/dist/es/components/design/views/assemblys/button/component/condition-dialog.vue.js +9 -9
  6. package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue2.js +5 -5
  7. package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +12 -12
  8. package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +3 -3
  9. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-advanced.vue.js +7 -7
  10. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +7 -7
  11. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue.js +7 -7
  12. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +2 -2
  13. package/dist/es/components/design/views/assemblys/chart/column-line/column-line-attr-style.vue.js +4 -4
  14. package/dist/es/components/design/views/assemblys/chart/column-line/series/column-line-series-attr-base.vue.js +3 -3
  15. package/dist/es/components/design/views/assemblys/chart/column-line/series/styles/style-bar.vue.js +1 -1
  16. package/dist/es/components/design/views/assemblys/chart/column-line/series/styles/style-line.vue.js +1 -1
  17. package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +6 -6
  18. package/dist/es/components/design/views/assemblys/chart/common/common-attr-groupby.vue.js +6 -6
  19. package/dist/es/components/design/views/assemblys/chart/common/common-attr-sortby.vue.js +5 -5
  20. package/dist/es/components/design/views/assemblys/chart/common/common-home-chart.vue2.js +11 -11
  21. package/dist/es/components/design/views/assemblys/chart/common/common-style-datazoom.vue.js +2 -2
  22. package/dist/es/components/design/views/assemblys/chart/common/common-style-font-subtitle.vue.js +2 -2
  23. package/dist/es/components/design/views/assemblys/chart/common/common-style-font-title.vue.js +2 -2
  24. package/dist/es/components/design/views/assemblys/chart/common/common-style-legend.vue.js +2 -2
  25. package/dist/es/components/design/views/assemblys/chart/common/common-style-tooltip.vue.js +2 -2
  26. package/dist/es/components/design/views/assemblys/chart/common/common-style-xaxis.vue.js +1 -1
  27. package/dist/es/components/design/views/assemblys/chart/common/common-style-yaxis.vue.js +7 -7
  28. package/dist/es/components/design/views/assemblys/chart/common-series/common-attr-dataset-columnline.vue.js +10 -10
  29. package/dist/es/components/design/views/assemblys/chart/common-series/common-attr-dynamic.vue.js +10 -10
  30. package/dist/es/components/design/views/assemblys/chart/common-series/common-style-label.vue.js +4 -4
  31. package/dist/es/components/design/views/assemblys/chart/gauge/gauge-attr-data.vue.js +3 -3
  32. package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-anchor.vue.js +1 -1
  33. package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-axislabel.vue.js +2 -2
  34. package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-detail.vue.js +2 -2
  35. package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-gauge.vue.js +1 -1
  36. package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-pointer.vue.js +2 -2
  37. package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-split.vue.js +1 -1
  38. package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-title.vue.js +1 -1
  39. package/dist/es/components/design/views/assemblys/chart/pie/series/styles/style-pie.vue.js +4 -4
  40. package/dist/es/components/design/views/assemblys/chart/radar/radar-attr-data.vue.js +3 -3
  41. package/dist/es/components/design/views/assemblys/chart/radar/series/series-attr-dataset.vue.js +6 -6
  42. package/dist/es/components/design/views/assemblys/chart/radar/series/styles/style-axisname.vue.js +2 -2
  43. package/dist/es/components/design/views/assemblys/chart/radar/series/styles/style-datalabel.vue.js +1 -1
  44. package/dist/es/components/design/views/assemblys/chart/radar/series/styles/style-dataline.vue.js +1 -1
  45. package/dist/es/components/design/views/assemblys/chart/radar/series/styles/style-radar.vue.js +2 -2
  46. package/dist/es/components/design/views/assemblys/chart/scatter/scatter-attr-data.vue.js +15 -15
  47. package/dist/es/components/design/views/assemblys/chart/scatter/scatter-attr-style-xaxis.vue.js +1 -1
  48. package/dist/es/components/design/views/assemblys/chart/scatter/series/scatter-series-data.vue.js +1 -1
  49. package/dist/es/components/design/views/assemblys/chart/scatter/series/styles/style-scatter.vue.js +2 -2
  50. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +4 -4
  51. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +11 -11
  52. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +1 -1
  53. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-pageination.vue.js +5 -5
  54. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +9 -9
  55. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +10 -10
  56. package/dist/es/components/design/views/assemblys/common/common-advanced-basic-showcondition.vue.js +1 -1
  57. package/dist/es/components/design/views/assemblys/common/common-attr-cursor.vue.js +1 -1
  58. package/dist/es/components/design/views/assemblys/common/common-attr-size.vue.js +2 -2
  59. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue2.js +1 -1
  60. package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +12 -12
  61. package/dist/es/components/design/views/assemblys/common/common-select-table.vue.js +8 -8
  62. package/dist/es/components/design/views/assemblys/common/common-style-border.vue.js +2 -2
  63. package/dist/es/components/design/views/assemblys/common/common-style-font-head.vue.js +2 -2
  64. package/dist/es/components/design/views/assemblys/common/common-style-font.vue.js +2 -2
  65. package/dist/es/components/design/views/assemblys/common/common-style-position.vue.js +2 -2
  66. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +13 -13
  67. package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +3 -3
  68. package/dist/es/components/design/views/assemblys/container/card/card-attr-base.vue.js +7 -7
  69. package/dist/es/components/design/views/assemblys/container/container/container-attr-base.vue.js +2 -2
  70. package/dist/es/components/design/views/assemblys/container/form/form-attr-base.vue.js +1 -1
  71. package/dist/es/components/design/views/assemblys/container/iframe/iframe-attr-base.vue.js +3 -3
  72. package/dist/es/components/design/views/assemblys/container/tabs/tabs-attr-base.vue.js +2 -2
  73. package/dist/es/components/design/views/assemblys/container/tools/tools-attr-base.vue.js +6 -6
  74. package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr-base.vue.js +5 -5
  75. package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +13 -13
  76. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +6 -6
  77. package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +3 -3
  78. package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +7 -7
  79. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +4 -4
  80. package/dist/es/components/design/views/assemblys/data/component/dynamic-column.vue.js +4 -4
  81. package/dist/es/components/design/views/assemblys/data/component/formatting-icon-label.vue.js +9 -9
  82. package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +3 -3
  83. package/dist/es/components/design/views/assemblys/data/component/querySetting.vue.js +2 -2
  84. package/dist/es/components/design/views/assemblys/data/component/return-set-table.vue.js +8 -8
  85. package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +6 -6
  86. package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
  87. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +5 -5
  88. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +11 -11
  89. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +2 -2
  90. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-context-menu.vue.js +6 -6
  91. package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +6 -6
  92. package/dist/es/components/design/views/assemblys/form/common/bar-code-rule.vue.js +4 -4
  93. package/dist/es/components/design/views/assemblys/form/common/condition.vue.js +13 -13
  94. package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +10 -10
  95. package/dist/es/components/design/views/assemblys/form/common/data-origin-autoset.vue.js +25 -25
  96. package/dist/es/components/design/views/assemblys/form/common/data-origin-service-in.vue.js +3 -3
  97. package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +8 -8
  98. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +2 -26
  99. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +26 -2
  100. package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue.js +9 -9
  101. package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue2.js +2 -2
  102. package/dist/es/components/design/views/assemblys/form/common/linkpage-page-callback.vue.js +2 -2
  103. package/dist/es/components/design/views/assemblys/form/common/pre-suffix.vue.js +2 -2
  104. package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +8 -8
  105. package/dist/es/components/design/views/assemblys/form/common/verification-custom.vue.js +8 -8
  106. package/dist/es/components/design/views/assemblys/form/custom/custom-attr-base.vue.js +6 -6
  107. package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +6 -6
  108. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +5 -5
  109. package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +3 -3
  110. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +5 -5
  111. package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +5 -5
  112. package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +5 -5
  113. package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +6 -6
  114. package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +5 -5
  115. package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr-base.vue.js +7 -7
  116. package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +6 -6
  117. package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +5 -5
  118. package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +5 -5
  119. package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +5 -5
  120. package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +7 -7
  121. package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +6 -6
  122. package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.js +3 -3
  123. package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +7 -7
  124. package/dist/es/components/design/views/assemblys/page/create-workflow-dialog.vue.js +2 -2
  125. package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +3 -3
  126. package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +6 -6
  127. package/dist/es/components/design/views/assemblys/page/variable-dialog.vue.js +1 -1
  128. package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +12 -12
  129. package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr-base.vue.js +5 -5
  130. package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-attr-base.vue.js +1 -1
  131. package/dist/es/components/design/views/design/page-event/{config.vue.js → config.vue2.js} +1 -1
  132. package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +7 -7
  133. package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
  134. package/dist/es/components/design/views/design/view/components/i18n-setting-enabled.vue.js +8 -8
  135. package/dist/es/components/design/views/design/view/components/i18n-setting-page.vue2.js +27 -27
  136. package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +7 -7
  137. package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue.js +14 -14
  138. package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
  139. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as l, resolveComponent as a, createBlock as u, openBlock as o, withCtx as t, createVNode as i, withDirectives as s, createCommentVNode as r, createElementVNode as n, createElementBlock as p, Fragment as d, renderList as f, unref as m, createTextVNode as c, vShow as g } from "vue";
2
2
  import { getFormComponentOptions as b } from "../../../../utils/assemblys-config.js";
3
- import { componentNameChange as _ } from "../../../../utils/form-design-util.js";
4
- import v from "../common/verification.vue.js";
3
+ import { componentNameChange as v } from "../../../../utils/form-design-util.js";
4
+ import _ from "../common/verification.vue.js";
5
5
  import V from "../../common/common-attr-size.vue.js";
6
6
  import y from "../common/pre-suffix.vue.js";
7
7
  import x from "../common/bar-code-rule.vue.js";
@@ -17,7 +17,7 @@ const w = { style: { padding: "8px 0px 0px 0px" } }, z = { style: { padding: "8p
17
17
  L.configure.props.base || (L.configure.props.base = { prop: "" }), L.configure.props.preSuffix || (L.configure.props.preSuffix = {}), L.configure.props.prefix || (L.configure.props.prefix = {}), L.configure.props.scan || (L.configure.props.scan = {});
18
18
  const C = l(false);
19
19
  function I(e3) {
20
- _(L.configure, e3, O);
20
+ v(L.configure, e3, O);
21
21
  }
22
22
  L.configure.isTable && (C.value = true);
23
23
  const N = l(["base"]), q = l(false);
@@ -33,9 +33,9 @@ const w = { style: { padding: "8px 0px 0px 0px" } }, z = { style: { padding: "8p
33
33
  function B(e3) {
34
34
  L.configure.props.base.defaultValue = e3;
35
35
  }
36
- return (l2, _2) => {
36
+ return (l2, v2) => {
37
37
  const T3 = a("el-option"), L2 = a("el-select"), O2 = a("el-form-item"), E = a("el-input"), F = a("el-radio"), G = a("el-radio-group"), H = a("el-input-number"), J = a("el-switch"), K = a("el-collapse-item"), M = a("el-button"), Q = a("el-collapse"), X = a("el-form");
38
- return o(), u(X, { "label-width": "80px", size: "small" }, { default: t(() => [i(Q, { modelValue: N.value, "onUpdate:modelValue": _2[14] || (_2[14] = (e3) => N.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(K, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [n("div", w, [i(O2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(L2, { modelValue: W.value, "onUpdate:modelValue": _2[0] || (_2[0] = (e3) => W.value = e3), onChange: I, placeholder: "请选择" }, { default: t(() => [(o(true), p(d, null, f(m(b)(), (e3) => (o(), u(T3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.uuid, "onUpdate:modelValue": _2[1] || (_2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), C.value ? r("", true) : (o(), u(O2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": R }, null, 8, ["modelValue"]))]), _: 1 })), i(O2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": B }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), C.value ? r("", true) : (o(), u(O2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(U, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), C.value ? r("", true) : (o(), u(O2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": _2[2] || (_2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => _2[15] || (_2[15] = [c("显示")])), _: 1, __: [15] }), i(F, { value: false }, { default: t(() => _2[16] || (_2[16] = [c("隐藏")])), _: 1, __: [16] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), s(i(O2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(j, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": _2[3] || (_2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), s(i(O2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(H, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": _2[4] || (_2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), s(i(O2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": _2[5] || (_2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(F, { value: "block" }, { default: t(() => _2[17] || (_2[17] = [c("换行")])), _: 1, __: [17] }), i(F, { value: "inline" }, { default: t(() => _2[18] || (_2[18] = [c("不换行")])), _: 1, __: [18] }), i(F, { value: "omit" }, { default: t(() => _2[19] || (_2[19] = [c("省略号")])), _: 1, __: [19] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(O2, { label: "输入提示", class: "amb-design-attr-item" }, { default: t(() => [i(j, { modelValue: e2.configure.props.base.placeholder, "onUpdate:modelValue": _2[6] || (_2[6] = (l3) => e2.configure.props.base.placeholder = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "清除按钮", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.clearable, "onUpdate:modelValue": _2[7] || (_2[7] = (l3) => e2.configure.props.base.clearable = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => _2[20] || (_2[20] = [c("显示")])), _: 1, __: [20] }), i(F, { value: false }, { default: t(() => _2[21] || (_2[21] = [c("隐藏")])), _: 1, __: [21] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "显示字数", class: "amb-design-attr-item" }, { default: t(() => [i(J, { modelValue: e2.configure.props.base.showInputNum, "onUpdate:modelValue": _2[8] || (_2[8] = (l3) => e2.configure.props.base.showInputNum = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "尺寸", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": _2[9] || (_2[9] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: t(() => [i(F, { value: "large" }, { default: t(() => _2[22] || (_2[22] = [c("大")])), _: 1, __: [22] }), i(F, { value: "default" }, { default: t(() => _2[23] || (_2[23] = [c("中")])), _: 1, __: [23] }), i(F, { value: "small" }, { default: t(() => _2[24] || (_2[24] = [c("小")])), _: 1, __: [24] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "状态", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": _2[10] || (_2[10] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: t(() => [i(F, { value: "default" }, { default: t(() => _2[25] || (_2[25] = [c("普通")])), _: 1, __: [25] }), i(F, { value: "disabled" }, { default: t(() => _2[26] || (_2[26] = [c("禁用")])), _: 1, __: [26] }), i(F, { value: "readonly" }, { default: t(() => _2[27] || (_2[27] = [c("只读")])), _: 1, __: [27] }), i(F, { value: "hidden" }, { default: t(() => _2[28] || (_2[28] = [c("隐藏")])), _: 1, __: [28] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), i(K, { title: "条码扫描", name: "scan", class: "amb-design-attr-group-header" }, { default: t(() => [n("div", z, [i(O2, { label: "是否开启", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.scan.enable, "onUpdate:modelValue": _2[11] || (_2[11] = (l3) => e2.configure.props.scan.enable = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => _2[29] || (_2[29] = [c("是")])), _: 1, __: [29] }), i(F, { value: false }, { default: t(() => _2[30] || (_2[30] = [c("否")])), _: 1, __: [30] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "自动打开扫描", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.scan.autoOpen, "onUpdate:modelValue": _2[12] || (_2[12] = (l3) => e2.configure.props.scan.autoOpen = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => _2[31] || (_2[31] = [c("是")])), _: 1, __: [31] }), i(F, { value: false }, { default: t(() => _2[32] || (_2[32] = [c("否")])), _: 1, __: [32] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "解析规则", class: "amb-design-attr-item" }, { default: t(() => [i(M, { type: "primary", onClick: _2[13] || (_2[13] = (e3) => q.value = true) }, { default: t(() => _2[33] || (_2[33] = [c("添加")])), _: 1, __: [33] })]), _: 1 })])]), _: 1 }), s(i(S, { configure: e2.configure }, null, 8, ["configure"]), [[g, e2.configure.props.base.tittleShow]]), (o(), u(y, { key: e2.configure.uuid, preSuffix: e2.configure.props.preSuffix }, null, 8, ["preSuffix"])), s(i(K, { title: "后缀图标跳转配置", name: "linkPage", class: "amb-design-attr-group-header" }, { default: t(() => [n("div", D, [i(k, { configure: e2.configure, pageDesign: e2.pageDesign }, null, 8, ["configure", "pageDesign"])])]), _: 1 }, 512), [[g, e2.configure.props.preSuffix && e2.configure.props.preSuffix.sufIconType]]), (o(), u(v, { key: e2.configure.uuid, pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])), C.value ? r("", true) : (o(), u(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"])), q.value ? (o(), u(x, { key: 1, ruleList: e2.configure.props.scan.ruleList, onRemove: P, onClose: A }, null, 8, ["ruleList"])) : r("", true)]), _: 1 }, 8, ["modelValue"])]), _: 1 });
38
+ return o(), u(X, { "label-width": "80px", size: "small" }, { default: t(() => [i(Q, { modelValue: N.value, "onUpdate:modelValue": v2[14] || (v2[14] = (e3) => N.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(K, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [n("div", w, [i(O2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(L2, { modelValue: W.value, "onUpdate:modelValue": v2[0] || (v2[0] = (e3) => W.value = e3), onChange: I, placeholder: "请选择" }, { default: t(() => [(o(true), p(d, null, f(m(b)(), (e3) => (o(), u(T3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.uuid, "onUpdate:modelValue": v2[1] || (v2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), C.value ? r("", true) : (o(), u(O2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": R }, null, 8, ["modelValue"]))]), _: 1 })), i(O2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": B }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), C.value ? r("", true) : (o(), u(O2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(U, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), C.value ? r("", true) : (o(), u(O2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": v2[2] || (v2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => v2[15] || (v2[15] = [c("显示")])), _: 1 }), i(F, { value: false }, { default: t(() => v2[16] || (v2[16] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), s(i(O2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(j, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": v2[3] || (v2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), s(i(O2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(H, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": v2[4] || (v2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), s(i(O2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": v2[5] || (v2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(F, { value: "block" }, { default: t(() => v2[17] || (v2[17] = [c("换行")])), _: 1 }), i(F, { value: "inline" }, { default: t(() => v2[18] || (v2[18] = [c("不换行")])), _: 1 }), i(F, { value: "omit" }, { default: t(() => v2[19] || (v2[19] = [c("省略号")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(O2, { label: "输入提示", class: "amb-design-attr-item" }, { default: t(() => [i(j, { modelValue: e2.configure.props.base.placeholder, "onUpdate:modelValue": v2[6] || (v2[6] = (l3) => e2.configure.props.base.placeholder = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "清除按钮", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.clearable, "onUpdate:modelValue": v2[7] || (v2[7] = (l3) => e2.configure.props.base.clearable = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => v2[20] || (v2[20] = [c("显示")])), _: 1 }), i(F, { value: false }, { default: t(() => v2[21] || (v2[21] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "显示字数", class: "amb-design-attr-item" }, { default: t(() => [i(J, { modelValue: e2.configure.props.base.showInputNum, "onUpdate:modelValue": v2[8] || (v2[8] = (l3) => e2.configure.props.base.showInputNum = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "尺寸", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": v2[9] || (v2[9] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: t(() => [i(F, { value: "large" }, { default: t(() => v2[22] || (v2[22] = [c("大")])), _: 1 }), i(F, { value: "default" }, { default: t(() => v2[23] || (v2[23] = [c("中")])), _: 1 }), i(F, { value: "small" }, { default: t(() => v2[24] || (v2[24] = [c("小")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "状态", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": v2[10] || (v2[10] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: t(() => [i(F, { value: "default" }, { default: t(() => v2[25] || (v2[25] = [c("普通")])), _: 1 }), i(F, { value: "disabled" }, { default: t(() => v2[26] || (v2[26] = [c("禁用")])), _: 1 }), i(F, { value: "readonly" }, { default: t(() => v2[27] || (v2[27] = [c("只读")])), _: 1 }), i(F, { value: "hidden" }, { default: t(() => v2[28] || (v2[28] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), i(K, { title: "条码扫描", name: "scan", class: "amb-design-attr-group-header" }, { default: t(() => [n("div", z, [i(O2, { label: "是否开启", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.scan.enable, "onUpdate:modelValue": v2[11] || (v2[11] = (l3) => e2.configure.props.scan.enable = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => v2[29] || (v2[29] = [c("是")])), _: 1 }), i(F, { value: false }, { default: t(() => v2[30] || (v2[30] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "自动打开扫描", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.scan.autoOpen, "onUpdate:modelValue": v2[12] || (v2[12] = (l3) => e2.configure.props.scan.autoOpen = l3), class: "ml-4" }, { default: t(() => [i(F, { value: true }, { default: t(() => v2[31] || (v2[31] = [c("是")])), _: 1 }), i(F, { value: false }, { default: t(() => v2[32] || (v2[32] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(O2, { label: "解析规则", class: "amb-design-attr-item" }, { default: t(() => [i(M, { type: "primary", onClick: v2[13] || (v2[13] = (e3) => q.value = true) }, { default: t(() => v2[33] || (v2[33] = [c("添加")])), _: 1 })]), _: 1 })])]), _: 1 }), s(i(S, { configure: e2.configure }, null, 8, ["configure"]), [[g, e2.configure.props.base.tittleShow]]), (o(), u(y, { key: e2.configure.uuid, preSuffix: e2.configure.props.preSuffix }, null, 8, ["preSuffix"])), s(i(K, { title: "后缀图标跳转配置", name: "linkPage", class: "amb-design-attr-group-header" }, { default: t(() => [n("div", D, [i(k, { configure: e2.configure, pageDesign: e2.pageDesign }, null, 8, ["configure", "pageDesign"])])]), _: 1 }, 512), [[g, e2.configure.props.preSuffix && e2.configure.props.preSuffix.sufIconType]]), (o(), u(_, { key: e2.configure.uuid, pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])), C.value ? r("", true) : (o(), u(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"])), q.value ? (o(), u(x, { key: 1, ruleList: e2.configure.props.scan.ruleList, onRemove: P, onClose: A }, null, 8, ["ruleList"])) : r("", true)]), _: 1 }, 8, ["modelValue"])]), _: 1 });
39
39
  };
40
40
  } });
41
41
  export {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as e, ref as l, resolveComponent as a, createBlock as o, openBlock as u, withCtx as t, createVNode as i, createCommentVNode as r, createElementVNode as s, withDirectives as n, createElementBlock as m, Fragment as p, renderList as d, unref as f, createTextVNode as c, vShow as g } from "vue";
2
2
  import { getFormComponentOptions as b } from "../../../../utils/assemblys-config.js";
3
- import { componentNameChange as _ } from "../../../../utils/form-design-util.js";
4
- import V from "../../common/common-attr-size.vue.js";
5
- import v from "../common/pre-suffix.vue.js";
3
+ import { componentNameChange as V } from "../../../../utils/form-design-util.js";
4
+ import v from "../../common/common-attr-size.vue.js";
5
+ import _ from "../common/pre-suffix.vue.js";
6
6
  import h from "../../common/common-variable-bind.vue.js";
7
7
  import y from "../common/data-format.vue.js";
8
8
  import x from "../../common/common-function-code.vue.js";
@@ -16,14 +16,14 @@ const k = { style: { padding: "8px 0px 0px 0px" } }, w = e({ __name: "label-attr
16
16
  j.configure.props.base.prop = e3, l2 && (j.configure.props.base.title = l2);
17
17
  }
18
18
  function A(e3) {
19
- _(j.configure, e3, T);
19
+ V(j.configure, e3, T);
20
20
  }
21
21
  function C(e3) {
22
22
  j.configure.props.base.defaultValue = e3;
23
23
  }
24
- return j.configure.isTable && (W.value = true), (l2, _2) => {
24
+ return j.configure.isTable && (W.value = true), (l2, V2) => {
25
25
  const w3 = a("el-option"), j2 = a("el-select"), T2 = a("el-form-item"), D = a("el-input"), q = a("el-radio"), B = a("el-radio-group"), E = a("el-input-number"), F = a("el-collapse-item"), G = a("el-collapse"), H = a("el-form");
26
- return u(), o(H, { "label-width": "80px", size: "small" }, { default: t(() => [i(G, { modelValue: z.value, "onUpdate:modelValue": _2[7] || (_2[7] = (e3) => z.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(F, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [s("div", k, [i(T2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(j2, { modelValue: U.value, "onUpdate:modelValue": _2[0] || (_2[0] = (e3) => U.value = e3), onChange: A, placeholder: "请选择" }, { default: t(() => [(u(true), m(p, null, d(f(b)(), (e3) => (u(), o(w3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(T2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(D, { modelValue: e2.configure.uuid, "onUpdate:modelValue": _2[1] || (_2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), W.value ? r("", true) : (u(), o(T2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": O }, null, 8, ["modelValue"]))]), _: 1 })), i(T2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": C }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), W.value ? r("", true) : (u(), o(T2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(x, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), i(T2, { label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": _2[2] || (_2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(q, { value: true }, { default: t(() => _2[8] || (_2[8] = [c("显示")])), _: 1, __: [8] }), i(q, { value: false }, { default: t(() => _2[9] || (_2[9] = [c("隐藏")])), _: 1, __: [9] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), e2.configure.props.base.tittleShow ? (u(), o(T2, { key: 2, label: "是否是标题", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.props.base.whetherTittle, "onUpdate:modelValue": _2[3] || (_2[3] = (l3) => e2.configure.props.base.whetherTittle = l3), class: "ml-4" }, { default: t(() => [i(q, { value: true }, { default: t(() => _2[10] || (_2[10] = [c("是")])), _: 1, __: [10] }), i(q, { value: false }, { default: t(() => _2[11] || (_2[11] = [c("否")])), _: 1, __: [11] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : r("", true), n(i(T2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(S, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": _2[4] || (_2[4] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(T2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": _2[5] || (_2[5] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(T2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": _2[6] || (_2[6] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(q, { value: "block" }, { default: t(() => _2[12] || (_2[12] = [c("换行")])), _: 1, __: [12] }), i(q, { value: "inline" }, { default: t(() => _2[13] || (_2[13] = [c("不换行")])), _: 1, __: [13] }), i(q, { value: "omit" }, { default: t(() => _2[14] || (_2[14] = [c("省略号")])), _: 1, __: [14] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]])])]), _: 1 }), (u(), o(y, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"])), (u(), o(v, { key: e2.configure.uuid, preSuffix: e2.configure.props.preSuffix }, null, 8, ["preSuffix"])), W.value ? r("", true) : (u(), o(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
26
+ return u(), o(H, { "label-width": "80px", size: "small" }, { default: t(() => [i(G, { modelValue: z.value, "onUpdate:modelValue": V2[7] || (V2[7] = (e3) => z.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(F, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [s("div", k, [i(T2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(j2, { modelValue: U.value, "onUpdate:modelValue": V2[0] || (V2[0] = (e3) => U.value = e3), onChange: A, placeholder: "请选择" }, { default: t(() => [(u(true), m(p, null, d(f(b)(), (e3) => (u(), o(w3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(T2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(D, { modelValue: e2.configure.uuid, "onUpdate:modelValue": V2[1] || (V2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), W.value ? r("", true) : (u(), o(T2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": O }, null, 8, ["modelValue"]))]), _: 1 })), i(T2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": C }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), W.value ? r("", true) : (u(), o(T2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(x, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), i(T2, { label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": V2[2] || (V2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(q, { value: true }, { default: t(() => V2[8] || (V2[8] = [c("显示")])), _: 1 }), i(q, { value: false }, { default: t(() => V2[9] || (V2[9] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), e2.configure.props.base.tittleShow ? (u(), o(T2, { key: 2, label: "是否是标题", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.props.base.whetherTittle, "onUpdate:modelValue": V2[3] || (V2[3] = (l3) => e2.configure.props.base.whetherTittle = l3), class: "ml-4" }, { default: t(() => [i(q, { value: true }, { default: t(() => V2[10] || (V2[10] = [c("是")])), _: 1 }), i(q, { value: false }, { default: t(() => V2[11] || (V2[11] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : r("", true), n(i(T2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(S, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": V2[4] || (V2[4] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(T2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": V2[5] || (V2[5] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(T2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": V2[6] || (V2[6] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(q, { value: "block" }, { default: t(() => V2[12] || (V2[12] = [c("换行")])), _: 1 }), i(q, { value: "inline" }, { default: t(() => V2[13] || (V2[13] = [c("不换行")])), _: 1 }), i(q, { value: "omit" }, { default: t(() => V2[14] || (V2[14] = [c("省略号")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]])])]), _: 1 }), (u(), o(y, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"])), (u(), o(_, { key: e2.configure.uuid, preSuffix: e2.configure.props.preSuffix }, null, 8, ["preSuffix"])), W.value ? r("", true) : (u(), o(v, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
27
27
  };
28
28
  } });
29
29
  export {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as l, resolveComponent as a, createBlock as o, openBlock as t, withCtx as u, createVNode as s, createCommentVNode as i, createElementVNode as n, withDirectives as r, createElementBlock as d, Fragment as m, renderList as p, unref as f, createTextVNode as c, vShow as g } from "vue";
2
2
  import b from "../common/suffixmodule.vue.js";
3
- import { getFormComponentOptions as _ } from "../../../../utils/assemblys-config.js";
4
- import { componentNameChange as V } from "../../../../utils/form-design-util.js";
3
+ import { getFormComponentOptions as V } from "../../../../utils/assemblys-config.js";
4
+ import { componentNameChange as _ } from "../../../../utils/form-design-util.js";
5
5
  import v from "../common/icon-set-dialog.vue.js";
6
6
  import y from "../../common/common-attr-size.vue.js";
7
7
  import h from "../../common/common-variable-bind.vue.js";
@@ -13,7 +13,7 @@ const w = { style: { padding: "8px 0px 0px 0px" } }, j = { style: { padding: "8p
13
13
  D.configure.props || (D.configure.props = {}), D.configure.props.buttonDisplayConditionsList || (D.configure.props.buttonDisplayConditionsList = []);
14
14
  const S = l(["base"]), L = l(false);
15
15
  function I(e3) {
16
- V(D.configure, e3, C);
16
+ _(D.configure, e3, C);
17
17
  }
18
18
  function W(e3, l2) {
19
19
  D.configure.props.base.prop = e3, l2 && (D.configure.props.base.title = l2);
@@ -22,8 +22,8 @@ const w = { style: { padding: "8px 0px 0px 0px" } }, j = { style: { padding: "8p
22
22
  D.configure.props.base.defaultValue = e3;
23
23
  }
24
24
  return D.configure.isTable && (L.value = true), (e3, l2) => {
25
- const V2 = a("el-option"), z3 = a("el-select"), D2 = a("el-form-item"), C2 = a("el-input"), A = a("el-text"), P = a("el-radio"), q = a("el-radio-group"), B = a("el-input-number"), E = a("el-collapse-item"), F = a("el-collapse"), G = a("el-form");
26
- return t(), o(G, { "label-width": "80px", size: "small" }, { default: u(() => [s(F, { modelValue: S.value, "onUpdate:modelValue": l2[11] || (l2[11] = (e4) => S.value = e4), style: { "margin-top": "6px" } }, { default: u(() => [s(E, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: u(() => [n("div", w, [s(D2, { label: "组件类型", class: "amb-design-attr-item" }, { default: u(() => [s(z3, { modelValue: T.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => T.value = e4), onChange: I, placeholder: "请选择" }, { default: u(() => [(t(true), d(m, null, p(f(_)(), (e4) => (t(), o(V2, { key: e4.name, label: e4.label, value: e4.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: u(() => [s(C2, { modelValue: e3.configure.uuid, "onUpdate:modelValue": l2[1] || (l2[1] = (l3) => e3.configure.uuid = l3), readonly: "", title: e3.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), L.value ? i("", true) : (t(), o(D2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(h, { key: e3.configure.uuid, modelValue: e3.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": W }, null, 8, ["modelValue"]))]), _: 1 })), s(D2, { label: "默认值", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(h, { isTable: e3.configure.isTable, key: e3.configure.uuid, modelValue: e3.configure.props.base.defaultValue, "onUpdate:modelValue": $ }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), L.value ? i("", true) : (t(), o(D2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(k, { key: e3.configure.uuid, configure: e3.configure }, null, 8, ["configure"]))]), _: 1 })), s(D2, { label: "内容格式化", class: "amb-design-attr-item" }, { default: u(() => [s(C2, { modelValue: e3.configure.props.base.formatting, "onUpdate:modelValue": l2[2] || (l2[2] = (l3) => e3.configure.props.base.formatting = l3), rows: 2, type: "textarea", placeholder: "请输入" }, null, 8, ["modelValue"]), s(A, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: u(() => l2[12] || (l2[12] = [c(" ${value}:数据值 ")])), _: 1, __: [12] })]), _: 1 }), s(D2, { label: "链接提示", class: "amb-design-attr-item" }, { default: u(() => [s(C2, { modelValue: e3.configure.props.base.linkTips, "onUpdate:modelValue": l2[3] || (l2[3] = (l3) => e3.configure.props.base.linkTips = l3), rows: 2, type: "textarea", placeholder: "请输入" }, null, 8, ["modelValue"]), s(A, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: u(() => l2[13] || (l2[13] = [c(" ${value}:数据值 ")])), _: 1, __: [13] })]), _: 1 }), L.value ? i("", true) : (t(), o(D2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.tittleShow, "onUpdate:modelValue": l2[4] || (l2[4] = (l3) => e3.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: u(() => [s(P, { value: true }, { default: u(() => l2[14] || (l2[14] = [c("显示")])), _: 1, __: [14] }), s(P, { value: false }, { default: u(() => l2[15] || (l2[15] = [c("隐藏")])), _: 1, __: [15] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), r(s(D2, { label: "标题", class: "amb-design-attr-item" }, { default: u(() => [s(U, { modelValue: e3.configure.props.base.title, "onUpdate:modelValue": l2[5] || (l2[5] = (l3) => e3.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e3.configure.props.base.tittleShow]]), r(s(D2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: u(() => [s(B, { modelValue: e3.configure.props.base.titleWidth, "onUpdate:modelValue": l2[6] || (l2[6] = (l3) => e3.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e3.configure.props.base.tittleShow]]), s(D2, { label: "类型", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.type, "onUpdate:modelValue": l2[7] || (l2[7] = (l3) => e3.configure.props.base.type = l3), class: "ml-4" }, { default: u(() => [s(P, { value: "primary" }, { default: u(() => l2[16] || (l2[16] = [c("无")])), _: 1, __: [16] }), s(P, { value: "success" }, { default: u(() => l2[17] || (l2[17] = [c("success")])), _: 1, __: [17] }), s(P, { value: "info" }, { default: u(() => l2[18] || (l2[18] = [c("info")])), _: 1, __: [18] }), s(P, { value: "warning" }, { default: u(() => l2[19] || (l2[19] = [c("warning")])), _: 1, __: [19] }), s(P, { value: "danger" }, { default: u(() => l2[20] || (l2[20] = [c("danger")])), _: 1, __: [20] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "前缀图标", class: "amb-design-attr-item" }, { default: u(() => [s(v, { modelValue: e3.configure.props.base.showIcon, "onUpdate:modelValue": l2[8] || (l2[8] = (l3) => e3.configure.props.base.showIcon = l3) }, null, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "下划线", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.underline, "onUpdate:modelValue": l2[9] || (l2[9] = (l3) => e3.configure.props.base.underline = l3), class: "ml-4" }, { default: u(() => [s(P, { value: true }, { default: u(() => l2[21] || (l2[21] = [c("显示")])), _: 1, __: [21] }), s(P, { value: false }, { default: u(() => l2[22] || (l2[22] = [c("隐藏")])), _: 1, __: [22] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "显示判断", class: "amb-design-attr-item" }, { default: u(() => [s(x, { list: e3.configure.props.buttonDisplayConditionsList, title: "显示条件" }, null, 8, ["list"])]), _: 1 }), s(D2, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.state, "onUpdate:modelValue": l2[10] || (l2[10] = (l3) => e3.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [s(P, { value: "default" }, { default: u(() => l2[23] || (l2[23] = [c("普通")])), _: 1, __: [23] }), s(P, { value: "disabled" }, { default: u(() => l2[24] || (l2[24] = [c("禁用")])), _: 1, __: [24] }), s(P, { value: "hidden" }, { default: u(() => l2[25] || (l2[25] = [c("隐藏")])), _: 1, __: [25] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), s(E, { title: "跳转配置", name: "linkPage", class: "amb-design-attr-group-header" }, { default: u(() => [n("div", j, [(t(), o(b, { key: e3.configure.uuid, configure: e3.configure, pageDesign: e3.pageDesign }, null, 8, ["configure", "pageDesign"]))])]), _: 1 }), L.value ? i("", true) : (t(), o(y, { key: e3.configure.uuid, size: e3.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
25
+ const _2 = a("el-option"), z3 = a("el-select"), D2 = a("el-form-item"), C2 = a("el-input"), A = a("el-text"), P = a("el-radio"), q = a("el-radio-group"), B = a("el-input-number"), E = a("el-collapse-item"), F = a("el-collapse"), G = a("el-form");
26
+ return t(), o(G, { "label-width": "80px", size: "small" }, { default: u(() => [s(F, { modelValue: S.value, "onUpdate:modelValue": l2[11] || (l2[11] = (e4) => S.value = e4), style: { "margin-top": "6px" } }, { default: u(() => [s(E, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: u(() => [n("div", w, [s(D2, { label: "组件类型", class: "amb-design-attr-item" }, { default: u(() => [s(z3, { modelValue: T.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => T.value = e4), onChange: I, placeholder: "请选择" }, { default: u(() => [(t(true), d(m, null, p(f(V)(), (e4) => (t(), o(_2, { key: e4.name, label: e4.label, value: e4.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: u(() => [s(C2, { modelValue: e3.configure.uuid, "onUpdate:modelValue": l2[1] || (l2[1] = (l3) => e3.configure.uuid = l3), readonly: "", title: e3.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), L.value ? i("", true) : (t(), o(D2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(h, { key: e3.configure.uuid, modelValue: e3.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": W }, null, 8, ["modelValue"]))]), _: 1 })), s(D2, { label: "默认值", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(h, { isTable: e3.configure.isTable, key: e3.configure.uuid, modelValue: e3.configure.props.base.defaultValue, "onUpdate:modelValue": $ }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), L.value ? i("", true) : (t(), o(D2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(k, { key: e3.configure.uuid, configure: e3.configure }, null, 8, ["configure"]))]), _: 1 })), s(D2, { label: "内容格式化", class: "amb-design-attr-item" }, { default: u(() => [s(C2, { modelValue: e3.configure.props.base.formatting, "onUpdate:modelValue": l2[2] || (l2[2] = (l3) => e3.configure.props.base.formatting = l3), rows: 2, type: "textarea", placeholder: "请输入" }, null, 8, ["modelValue"]), s(A, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: u(() => l2[12] || (l2[12] = [c(" ${value}:数据值 ")])), _: 1 })]), _: 1 }), s(D2, { label: "链接提示", class: "amb-design-attr-item" }, { default: u(() => [s(C2, { modelValue: e3.configure.props.base.linkTips, "onUpdate:modelValue": l2[3] || (l2[3] = (l3) => e3.configure.props.base.linkTips = l3), rows: 2, type: "textarea", placeholder: "请输入" }, null, 8, ["modelValue"]), s(A, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: u(() => l2[13] || (l2[13] = [c(" ${value}:数据值 ")])), _: 1 })]), _: 1 }), L.value ? i("", true) : (t(), o(D2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.tittleShow, "onUpdate:modelValue": l2[4] || (l2[4] = (l3) => e3.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: u(() => [s(P, { value: true }, { default: u(() => l2[14] || (l2[14] = [c("显示")])), _: 1 }), s(P, { value: false }, { default: u(() => l2[15] || (l2[15] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), r(s(D2, { label: "标题", class: "amb-design-attr-item" }, { default: u(() => [s(U, { modelValue: e3.configure.props.base.title, "onUpdate:modelValue": l2[5] || (l2[5] = (l3) => e3.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e3.configure.props.base.tittleShow]]), r(s(D2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: u(() => [s(B, { modelValue: e3.configure.props.base.titleWidth, "onUpdate:modelValue": l2[6] || (l2[6] = (l3) => e3.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e3.configure.props.base.tittleShow]]), s(D2, { label: "类型", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.type, "onUpdate:modelValue": l2[7] || (l2[7] = (l3) => e3.configure.props.base.type = l3), class: "ml-4" }, { default: u(() => [s(P, { value: "primary" }, { default: u(() => l2[16] || (l2[16] = [c("无")])), _: 1 }), s(P, { value: "success" }, { default: u(() => l2[17] || (l2[17] = [c("success")])), _: 1 }), s(P, { value: "info" }, { default: u(() => l2[18] || (l2[18] = [c("info")])), _: 1 }), s(P, { value: "warning" }, { default: u(() => l2[19] || (l2[19] = [c("warning")])), _: 1 }), s(P, { value: "danger" }, { default: u(() => l2[20] || (l2[20] = [c("danger")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "前缀图标", class: "amb-design-attr-item" }, { default: u(() => [s(v, { modelValue: e3.configure.props.base.showIcon, "onUpdate:modelValue": l2[8] || (l2[8] = (l3) => e3.configure.props.base.showIcon = l3) }, null, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "下划线", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.underline, "onUpdate:modelValue": l2[9] || (l2[9] = (l3) => e3.configure.props.base.underline = l3), class: "ml-4" }, { default: u(() => [s(P, { value: true }, { default: u(() => l2[21] || (l2[21] = [c("显示")])), _: 1 }), s(P, { value: false }, { default: u(() => l2[22] || (l2[22] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(D2, { label: "显示判断", class: "amb-design-attr-item" }, { default: u(() => [s(x, { list: e3.configure.props.buttonDisplayConditionsList, title: "显示条件" }, null, 8, ["list"])]), _: 1 }), s(D2, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [s(q, { modelValue: e3.configure.props.base.state, "onUpdate:modelValue": l2[10] || (l2[10] = (l3) => e3.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [s(P, { value: "default" }, { default: u(() => l2[23] || (l2[23] = [c("普通")])), _: 1 }), s(P, { value: "disabled" }, { default: u(() => l2[24] || (l2[24] = [c("禁用")])), _: 1 }), s(P, { value: "hidden" }, { default: u(() => l2[25] || (l2[25] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), s(E, { title: "跳转配置", name: "linkPage", class: "amb-design-attr-group-header" }, { default: u(() => [n("div", j, [(t(), o(b, { key: e3.configure.uuid, configure: e3.configure, pageDesign: e3.pageDesign }, null, 8, ["configure", "pageDesign"]))])]), _: 1 }), L.value ? i("", true) : (t(), o(y, { key: e3.configure.uuid, size: e3.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
27
27
  };
28
28
  } });
29
29
  export {
@@ -2,16 +2,16 @@ import { defineComponent as e, ref as l, resolveComponent as a, createBlock as u
2
2
  import { getFormComponentOptions as c } from "../../../../utils/assemblys-config.js";
3
3
  import g from "../../common/common-attr-size.vue.js";
4
4
  import { componentNameChange as b } from "../../../../utils/form-design-util.js";
5
- const _ = { style: { padding: "8px 0px 0px 0px" } }, v = e({ __name: "placeholder-attr-base", props: { configure: { type: Object, required: true }, default: () => ({ props: {} }) }, emits: ["changeAssembly"], setup(e2, { emit: v2 }) {
6
- const V = e2, y = l(V.configure.name), h = v2, x = l(["base"]), z = l(false);
5
+ const v = { style: { padding: "8px 0px 0px 0px" } }, V = e({ __name: "placeholder-attr-base", props: { configure: { type: Object, required: true }, default: () => ({ props: {} }) }, emits: ["changeAssembly"], setup(e2, { emit: V2 }) {
6
+ const _ = e2, y = l(_.configure.name), h = V2, x = l(["base"]), z = l(false);
7
7
  function j(e3) {
8
- b(V.configure, e3, h);
8
+ b(_.configure, e3, h);
9
9
  }
10
- return V.configure.isTable && (z.value = true), (l2, b2) => {
11
- const v3 = a("el-option"), V2 = a("el-select"), h2 = a("el-form-item"), U = a("el-input"), k = a("el-radio"), q = a("el-radio-group"), w = a("el-collapse-item"), A = a("el-collapse"), C = a("el-form");
12
- return t(), u(C, { "label-width": "80px", size: "small" }, { default: o(() => [i(A, { modelValue: x.value, "onUpdate:modelValue": b2[3] || (b2[3] = (e3) => x.value = e3), style: { "margin-top": "6px" } }, { default: o(() => [i(w, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: o(() => [d("div", _, [i(h2, { label: "组件类型", class: "amb-design-attr-item" }, { default: o(() => [i(V2, { modelValue: y.value, "onUpdate:modelValue": b2[0] || (b2[0] = (e3) => y.value = e3), onChange: j, placeholder: "请选择" }, { default: o(() => [(t(true), r(m, null, n(p(c)(), (e3) => (t(), u(v3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(h2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: o(() => [i(U, { modelValue: e2.configure.uuid, "onUpdate:modelValue": b2[1] || (b2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), i(h2, { label: "状态", class: "amb-design-attr-item" }, { default: o(() => [i(q, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": b2[2] || (b2[2] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: o(() => [i(k, { value: "default" }, { default: o(() => b2[4] || (b2[4] = [f("普通")])), _: 1, __: [4] }), i(k, { value: "hidden" }, { default: o(() => b2[5] || (b2[5] = [f("隐藏")])), _: 1, __: [5] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), z.value ? s("", true) : (t(), u(g, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
10
+ return _.configure.isTable && (z.value = true), (l2, b2) => {
11
+ const V3 = a("el-option"), _2 = a("el-select"), h2 = a("el-form-item"), U = a("el-input"), k = a("el-radio"), q = a("el-radio-group"), w = a("el-collapse-item"), A = a("el-collapse"), C = a("el-form");
12
+ return t(), u(C, { "label-width": "80px", size: "small" }, { default: o(() => [i(A, { modelValue: x.value, "onUpdate:modelValue": b2[3] || (b2[3] = (e3) => x.value = e3), style: { "margin-top": "6px" } }, { default: o(() => [i(w, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: o(() => [d("div", v, [i(h2, { label: "组件类型", class: "amb-design-attr-item" }, { default: o(() => [i(_2, { modelValue: y.value, "onUpdate:modelValue": b2[0] || (b2[0] = (e3) => y.value = e3), onChange: j, placeholder: "请选择" }, { default: o(() => [(t(true), r(m, null, n(p(c)(), (e3) => (t(), u(V3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(h2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: o(() => [i(U, { modelValue: e2.configure.uuid, "onUpdate:modelValue": b2[1] || (b2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), i(h2, { label: "状态", class: "amb-design-attr-item" }, { default: o(() => [i(q, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": b2[2] || (b2[2] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: o(() => [i(k, { value: "default" }, { default: o(() => b2[4] || (b2[4] = [f("普通")])), _: 1 }), i(k, { value: "hidden" }, { default: o(() => b2[5] || (b2[5] = [f("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), z.value ? s("", true) : (t(), u(g, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
13
13
  };
14
14
  } });
15
15
  export {
16
- v as default
16
+ V as default
17
17
  };
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as e, ref as l, resolveComponent as a, createBlock as o, openBlock as u, withCtx as t, createVNode as i, createCommentVNode as s, createElementVNode as r, withDirectives as n, createElementBlock as d, Fragment as m, renderList as p, unref as f, createTextVNode as c, vShow as g } from "vue";
2
2
  import { getFormComponentOptions as b } from "../../../../utils/assemblys-config.js";
3
- import { componentNameChange as _ } from "../../../../utils/form-design-util.js";
4
- import v from "../../common/common-attr-size.vue.js";
5
- import V from "../common/data-origin.vue.js";
3
+ import { componentNameChange as v } from "../../../../utils/form-design-util.js";
4
+ import V from "../../common/common-attr-size.vue.js";
5
+ import _ from "../common/data-origin.vue.js";
6
6
  import y from "../common/data-linkage.vue.js";
7
7
  import h from "../../common/common-variable-bind.vue.js";
8
8
  import k from "../../common/common-function-code.vue.js";
@@ -18,11 +18,11 @@ const j = { style: { padding: "8px 0px 0px 0px" } }, w = { style: { padding: "8p
18
18
  S.configure.props.base.defaultValue = e3;
19
19
  }
20
20
  function A(e3) {
21
- _(S.configure, e3, W);
21
+ v(S.configure, e3, W);
22
22
  }
23
- return S.configure.isTable && (q.value = true), (l2, _2) => {
23
+ return S.configure.isTable && (q.value = true), (l2, v2) => {
24
24
  const z3 = a("el-option"), S2 = a("el-select"), W2 = a("el-form-item"), C = a("el-input"), B = a("el-radio"), E = a("el-radio-group"), F = a("el-input-number"), G = a("el-collapse-item"), H = a("el-checkbox"), I = a("el-collapse"), J = a("el-form");
25
- return u(), o(J, { "label-width": "80px", size: "small" }, { default: t(() => [i(I, { modelValue: D.value, "onUpdate:modelValue": _2[9] || (_2[9] = (e3) => D.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(G, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [r("div", j, [i(W2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(S2, { modelValue: T.value, "onUpdate:modelValue": _2[0] || (_2[0] = (e3) => T.value = e3), onChange: A, placeholder: "请选择" }, { default: t(() => [(u(true), d(m, null, p(f(b)(), (e3) => (u(), o(z3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(C, { modelValue: e2.configure.uuid, "onUpdate:modelValue": _2[1] || (_2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), q.value ? s("", true) : (u(), o(W2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": O }, null, 8, ["modelValue"]))]), _: 1 })), i(W2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": P }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), q.value ? s("", true) : (u(), o(W2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(k, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), q.value ? s("", true) : (u(), o(W2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": _2[2] || (_2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(B, { value: true }, { default: t(() => _2[10] || (_2[10] = [c("显示")])), _: 1, __: [10] }), i(B, { value: false }, { default: t(() => _2[11] || (_2[11] = [c("隐藏")])), _: 1, __: [11] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), n(i(W2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(U, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": _2[3] || (_2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(W2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": _2[4] || (_2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(W2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": _2[5] || (_2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(B, { value: "block" }, { default: t(() => _2[12] || (_2[12] = [c("换行")])), _: 1, __: [12] }), i(B, { value: "inline" }, { default: t(() => _2[13] || (_2[13] = [c("不换行")])), _: 1, __: [13] }), i(B, { value: "omit" }, { default: t(() => _2[14] || (_2[14] = [c("省略号")])), _: 1, __: [14] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(W2, { label: "尺寸", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": _2[6] || (_2[6] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: t(() => [i(B, { value: "large" }, { default: t(() => _2[15] || (_2[15] = [c("大")])), _: 1, __: [15] }), i(B, { value: "default" }, { default: t(() => _2[16] || (_2[16] = [c("中")])), _: 1, __: [16] }), i(B, { value: "small" }, { default: t(() => _2[17] || (_2[17] = [c("小")])), _: 1, __: [17] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "状态", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": _2[7] || (_2[7] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: t(() => [i(B, { value: "default" }, { default: t(() => _2[18] || (_2[18] = [c("普通")])), _: 1, __: [18] }), i(B, { value: "disabled" }, { default: t(() => _2[19] || (_2[19] = [c("禁用")])), _: 1, __: [19] }), i(B, { value: "readonly" }, { default: t(() => _2[20] || (_2[20] = [c("只读")])), _: 1, __: [20] }), i(B, { value: "hidden" }, { default: t(() => _2[21] || (_2[21] = [c("隐藏")])), _: 1, __: [21] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), q.value ? s("", true) : (u(), o(V, { key: e2.configure.uuid, configure: e2.configure, remote: true }, null, 8, ["configure"])), (u(), o(y, { key: e2.configure.uuid, configureProps: e2.configure.props }, null, 8, ["configureProps"])), (u(), o(G, { title: "校验", key: e2.configure.uuid, name: "verification", class: "amb-design-attr-group-header" }, { default: t(() => [r("div", w, [i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(H, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": _2[8] || (_2[8] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(x, { pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])]), _: 1 })])]), _: 1 })), q.value ? s("", true) : (u(), o(v, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
25
+ return u(), o(J, { "label-width": "80px", size: "small" }, { default: t(() => [i(I, { modelValue: D.value, "onUpdate:modelValue": v2[9] || (v2[9] = (e3) => D.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(G, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [r("div", j, [i(W2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(S2, { modelValue: T.value, "onUpdate:modelValue": v2[0] || (v2[0] = (e3) => T.value = e3), onChange: A, placeholder: "请选择" }, { default: t(() => [(u(true), d(m, null, p(f(b)(), (e3) => (u(), o(z3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(C, { modelValue: e2.configure.uuid, "onUpdate:modelValue": v2[1] || (v2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), q.value ? s("", true) : (u(), o(W2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": O }, null, 8, ["modelValue"]))]), _: 1 })), i(W2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": P }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), q.value ? s("", true) : (u(), o(W2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(u(), o(k, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), q.value ? s("", true) : (u(), o(W2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": v2[2] || (v2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(B, { value: true }, { default: t(() => v2[10] || (v2[10] = [c("显示")])), _: 1 }), i(B, { value: false }, { default: t(() => v2[11] || (v2[11] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), n(i(W2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(U, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": v2[3] || (v2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(W2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": v2[4] || (v2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(i(W2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": v2[5] || (v2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(B, { value: "block" }, { default: t(() => v2[12] || (v2[12] = [c("换行")])), _: 1 }), i(B, { value: "inline" }, { default: t(() => v2[13] || (v2[13] = [c("不换行")])), _: 1 }), i(B, { value: "omit" }, { default: t(() => v2[14] || (v2[14] = [c("省略号")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(W2, { label: "尺寸", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": v2[6] || (v2[6] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: t(() => [i(B, { value: "large" }, { default: t(() => v2[15] || (v2[15] = [c("大")])), _: 1 }), i(B, { value: "default" }, { default: t(() => v2[16] || (v2[16] = [c("中")])), _: 1 }), i(B, { value: "small" }, { default: t(() => v2[17] || (v2[17] = [c("小")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "状态", class: "amb-design-attr-item" }, { default: t(() => [i(E, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": v2[7] || (v2[7] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: t(() => [i(B, { value: "default" }, { default: t(() => v2[18] || (v2[18] = [c("普通")])), _: 1 }), i(B, { value: "disabled" }, { default: t(() => v2[19] || (v2[19] = [c("禁用")])), _: 1 }), i(B, { value: "readonly" }, { default: t(() => v2[20] || (v2[20] = [c("只读")])), _: 1 }), i(B, { value: "hidden" }, { default: t(() => v2[21] || (v2[21] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), q.value ? s("", true) : (u(), o(_, { key: e2.configure.uuid, configure: e2.configure, remote: true }, null, 8, ["configure"])), (u(), o(y, { key: e2.configure.uuid, configureProps: e2.configure.props }, null, 8, ["configureProps"])), (u(), o(G, { title: "校验", key: e2.configure.uuid, name: "verification", class: "amb-design-attr-group-header" }, { default: t(() => [r("div", w, [i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(H, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": v2[8] || (v2[8] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(x, { pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])]), _: 1 })])]), _: 1 })), q.value ? s("", true) : (u(), o(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
26
26
  };
27
27
  } });
28
28
  export {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as l, resolveComponent as a, createBlock as t, openBlock as o, withCtx as u, createVNode as i, createCommentVNode as s, createElementVNode as d, withDirectives as n, createElementBlock as r, Fragment as m, renderList as p, unref as c, createTextVNode as f, vShow as b } from "vue";
2
2
  import { getFormComponentOptions as g } from "../../../../utils/assemblys-config.js";
3
- import { componentNameChange as _ } from "../../../../utils/form-design-util.js";
4
- import V from "../../common/common-attr-size.vue.js";
3
+ import { componentNameChange as V } from "../../../../utils/form-design-util.js";
4
+ import _ from "../../common/common-attr-size.vue.js";
5
5
  import v from "../../common/common-variable-bind.vue.js";
6
6
  import h from "../../common/common-function-code.vue.js";
7
7
  import y from "../../common/common-i18n-key-input.vue.js";
@@ -12,14 +12,14 @@ const x = { style: { padding: "8px 0px 0px 0px" } }, k = { style: { padding: "8p
12
12
  w.configure.props.base.prop = e3, l2 && (w.configure.props.base.title = l2);
13
13
  }
14
14
  function q(e3) {
15
- _(w.configure, e3, z);
15
+ V(w.configure, e3, z);
16
16
  }
17
17
  function O(e3) {
18
18
  w.configure.props.base.defaultValue = e3;
19
19
  }
20
- return w.configure.isTable && (T.value = true), (l2, _2) => {
20
+ return w.configure.isTable && (T.value = true), (l2, V2) => {
21
21
  const U3 = a("el-option"), w2 = a("el-select"), z2 = a("el-form-item"), A = a("el-input"), C = a("el-radio"), D = a("el-radio-group"), B = a("el-input-number"), E = a("el-collapse-item"), F = a("el-checkbox"), G = a("el-col"), H = a("el-button"), I = a("el-collapse"), J = a("el-form");
22
- return o(), t(J, { "label-width": "80px", size: "small" }, { default: u(() => [i(I, { modelValue: S.value, "onUpdate:modelValue": _2[9] || (_2[9] = (e3) => S.value = e3), style: { "margin-top": "6px" } }, { default: u(() => [i(E, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: u(() => [d("div", x, [i(z2, { label: "组件类型", class: "amb-design-attr-item" }, { default: u(() => [i(w2, { modelValue: j.value, "onUpdate:modelValue": _2[0] || (_2[0] = (e3) => j.value = e3), onChange: q, placeholder: "请选择" }, { default: u(() => [(o(true), r(m, null, p(c(g)(), (e3) => (o(), t(U3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(z2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: u(() => [i(A, { modelValue: e2.configure.uuid, "onUpdate:modelValue": _2[1] || (_2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), T.value ? s("", true) : (o(), t(z2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: u(() => [(o(), t(v, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": W }, null, 8, ["modelValue"]))]), _: 1 })), i(z2, { label: "默认值", class: "amb-design-attr-item" }, { default: u(() => [(o(), t(v, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": O }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), T.value ? s("", true) : (o(), t(z2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: u(() => [(o(), t(h, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), T.value ? s("", true) : (o(), t(z2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": _2[2] || (_2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: u(() => [i(C, { value: true }, { default: u(() => _2[10] || (_2[10] = [f("显示")])), _: 1, __: [10] }), i(C, { value: false }, { default: u(() => _2[11] || (_2[11] = [f("隐藏")])), _: 1, __: [11] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), n(i(z2, { label: "标题", class: "amb-design-attr-item" }, { default: u(() => [i(y, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": _2[3] || (_2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), n(i(z2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: u(() => [i(B, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": _2[4] || (_2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), n(i(z2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": _2[5] || (_2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: u(() => [i(C, { value: "block" }, { default: u(() => _2[12] || (_2[12] = [f("换行")])), _: 1, __: [12] }), i(C, { value: "inline" }, { default: u(() => _2[13] || (_2[13] = [f("不换行")])), _: 1, __: [13] }), i(C, { value: "omit" }, { default: u(() => _2[14] || (_2[14] = [f("省略号")])), _: 1, __: [14] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(z2, { label: "输入提示", class: "amb-design-attr-item" }, { default: u(() => [i(y, { modelValue: e2.configure.props.base.placeholder, "onUpdate:modelValue": _2[6] || (_2[6] = (l3) => e2.configure.props.base.placeholder = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(z2, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": _2[7] || (_2[7] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [i(C, { value: "default" }, { default: u(() => _2[15] || (_2[15] = [f("普通")])), _: 1, __: [15] }), i(C, { value: "readonly" }, { default: u(() => _2[16] || (_2[16] = [f("只读")])), _: 1, __: [16] }), i(C, { value: "hidden" }, { default: u(() => _2[17] || (_2[17] = [f("隐藏")])), _: 1, __: [17] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), (o(), t(E, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: u(() => [d("div", k, [i(z2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(F, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": _2[8] || (_2[8] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(z2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(G, { span: 8 }, { default: u(() => [i(F, { label: "自定义", value: "custom" })]), _: 1 }), i(G, { span: 14 }, { default: u(() => [i(H, { type: "default" }, { default: u(() => _2[18] || (_2[18] = [f("自定义逻辑")])), _: 1, __: [18] }), i(H, { type: "default", icon: l2.Search, circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })), T.value ? s("", true) : (o(), t(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
22
+ return o(), t(J, { "label-width": "80px", size: "small" }, { default: u(() => [i(I, { modelValue: S.value, "onUpdate:modelValue": V2[9] || (V2[9] = (e3) => S.value = e3), style: { "margin-top": "6px" } }, { default: u(() => [i(E, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: u(() => [d("div", x, [i(z2, { label: "组件类型", class: "amb-design-attr-item" }, { default: u(() => [i(w2, { modelValue: j.value, "onUpdate:modelValue": V2[0] || (V2[0] = (e3) => j.value = e3), onChange: q, placeholder: "请选择" }, { default: u(() => [(o(true), r(m, null, p(c(g)(), (e3) => (o(), t(U3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(z2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: u(() => [i(A, { modelValue: e2.configure.uuid, "onUpdate:modelValue": V2[1] || (V2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), T.value ? s("", true) : (o(), t(z2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: u(() => [(o(), t(v, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": W }, null, 8, ["modelValue"]))]), _: 1 })), i(z2, { label: "默认值", class: "amb-design-attr-item" }, { default: u(() => [(o(), t(v, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": O }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), T.value ? s("", true) : (o(), t(z2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: u(() => [(o(), t(h, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), T.value ? s("", true) : (o(), t(z2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": V2[2] || (V2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: u(() => [i(C, { value: true }, { default: u(() => V2[10] || (V2[10] = [f("显示")])), _: 1 }), i(C, { value: false }, { default: u(() => V2[11] || (V2[11] = [f("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), n(i(z2, { label: "标题", class: "amb-design-attr-item" }, { default: u(() => [i(y, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": V2[3] || (V2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), n(i(z2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: u(() => [i(B, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": V2[4] || (V2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), n(i(z2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": V2[5] || (V2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: u(() => [i(C, { value: "block" }, { default: u(() => V2[12] || (V2[12] = [f("换行")])), _: 1 }), i(C, { value: "inline" }, { default: u(() => V2[13] || (V2[13] = [f("不换行")])), _: 1 }), i(C, { value: "omit" }, { default: u(() => V2[14] || (V2[14] = [f("省略号")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(z2, { label: "输入提示", class: "amb-design-attr-item" }, { default: u(() => [i(y, { modelValue: e2.configure.props.base.placeholder, "onUpdate:modelValue": V2[6] || (V2[6] = (l3) => e2.configure.props.base.placeholder = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(z2, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": V2[7] || (V2[7] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [i(C, { value: "default" }, { default: u(() => V2[15] || (V2[15] = [f("普通")])), _: 1 }), i(C, { value: "readonly" }, { default: u(() => V2[16] || (V2[16] = [f("只读")])), _: 1 }), i(C, { value: "hidden" }, { default: u(() => V2[17] || (V2[17] = [f("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), (o(), t(E, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: u(() => [d("div", k, [i(z2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(F, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": V2[8] || (V2[8] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(z2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(G, { span: 8 }, { default: u(() => [i(F, { label: "自定义", value: "custom" })]), _: 1 }), i(G, { span: 14 }, { default: u(() => [i(H, { type: "default" }, { default: u(() => V2[18] || (V2[18] = [f("自定义逻辑")])), _: 1 }), i(H, { type: "default", icon: l2.Search, circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })), T.value ? s("", true) : (o(), t(_, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
23
23
  };
24
24
  } });
25
25
  export {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as l, resolveComponent as a, createBlock as u, openBlock as o, withCtx as t, createVNode as i, createCommentVNode as s, withDirectives as r, createElementVNode as d, createElementBlock as n, Fragment as m, renderList as p, unref as f, createTextVNode as c, vShow as g } from "vue";
2
2
  import { getFormComponentOptions as b } from "../../../../utils/assemblys-config.js";
3
- import { componentNameChange as _ } from "../../../../utils/form-design-util.js";
4
- import V from "../../common/common-attr-size.vue.js";
3
+ import { componentNameChange as V } from "../../../../utils/form-design-util.js";
4
+ import _ from "../../common/common-attr-size.vue.js";
5
5
  import v from "../common/data-origin.vue.js";
6
6
  import y from "../common/data-linkage.vue.js";
7
7
  import h from "../../common/common-variable-bind.vue.js";
@@ -22,11 +22,11 @@ const j = { style: { padding: "8px 0px 0px 0px" } }, S = { style: { padding: "8p
22
22
  T.configure.props.base.defaultValue = e3;
23
23
  }
24
24
  function A(e3) {
25
- _(T.configure, e3, W);
25
+ V(T.configure, e3, W);
26
26
  }
27
- return T.configure.isTable && (P.value = true), (l2, _2) => {
27
+ return T.configure.isTable && (P.value = true), (l2, V2) => {
28
28
  const z3 = a("el-option"), T2 = a("el-select"), W2 = a("el-form-item"), B = a("el-input"), E = a("el-radio"), F = a("el-radio-group"), G = a("el-input-number"), H = a("el-collapse-item"), I = a("el-checkbox"), J = a("el-collapse"), K = a("el-form");
29
- return o(), u(K, { "label-width": "80px", size: "small" }, { default: t(() => [i(J, { modelValue: D.value, "onUpdate:modelValue": _2[16] || (_2[16] = (e3) => D.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(H, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [d("div", j, [i(W2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(T2, { modelValue: q.value, "onUpdate:modelValue": _2[0] || (_2[0] = (e3) => q.value = e3), onChange: A, placeholder: "请选择" }, { default: t(() => [(o(true), n(m, null, p(f(b)(), (e3) => (o(), u(z3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.uuid, "onUpdate:modelValue": _2[1] || (_2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), P.value ? s("", true) : (o(), u(W2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": C }, null, 8, ["modelValue"]))]), _: 1 })), P.value ? s("", true) : (o(), u(W2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(U, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), P.value ? s("", true) : (o(), u(W2, { key: 2, label: "选项名变量", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.optionProp, paramTypes: ["data", "page"], "onUpdate:modelValue": M }, null, 8, ["modelValue"]))]), _: 1 })), i(W2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": O }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), P.value ? s("", true) : (o(), u(W2, { key: 3, label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": _2[2] || (_2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => _2[17] || (_2[17] = [c("显示")])), _: 1, __: [17] }), i(E, { value: false }, { default: t(() => _2[18] || (_2[18] = [c("隐藏")])), _: 1, __: [18] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), r(i(W2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(x, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": _2[3] || (_2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), r(i(W2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": _2[4] || (_2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), r(i(W2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": _2[5] || (_2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(E, { value: "block" }, { default: t(() => _2[19] || (_2[19] = [c("换行")])), _: 1, __: [19] }), i(E, { value: "inline" }, { default: t(() => _2[20] || (_2[20] = [c("不换行")])), _: 1, __: [20] }), i(E, { value: "omit" }, { default: t(() => _2[21] || (_2[21] = [c("省略号")])), _: 1, __: [21] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(W2, { label: "输入提示", class: "amb-design-attr-item" }, { default: t(() => [i(x, { modelValue: e2.configure.props.base.placeholder, "onUpdate:modelValue": _2[6] || (_2[6] = (l3) => e2.configure.props.base.placeholder = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "多选", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.multiple, "onUpdate:modelValue": _2[7] || (_2[7] = (l3) => e2.configure.props.base.multiple = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => _2[22] || (_2[22] = [c("是")])), _: 1, __: [22] }), i(E, { value: false }, { default: t(() => _2[23] || (_2[23] = [c("否")])), _: 1, __: [23] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(i(W2, { label: "多选合并", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.multipleMerge, "onUpdate:modelValue": _2[8] || (_2[8] = (l3) => e2.configure.props.base.multipleMerge = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => _2[24] || (_2[24] = [c("是")])), _: 1, __: [24] }), i(E, { value: false }, { default: t(() => _2[25] || (_2[25] = [c("否")])), _: 1, __: [25] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.multiple]]), i(W2, { label: "可创建条目", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.allowCreate, "onUpdate:modelValue": _2[9] || (_2[9] = (l3) => e2.configure.props.base.allowCreate = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => _2[26] || (_2[26] = [c("是")])), _: 1, __: [26] }), i(E, { value: false }, { default: t(() => _2[27] || (_2[27] = [c("否")])), _: 1, __: [27] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "常用选优先", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.frequently, "onUpdate:modelValue": _2[10] || (_2[10] = (l3) => e2.configure.props.base.frequently = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => _2[28] || (_2[28] = [c("是")])), _: 1, __: [28] }), i(E, { value: false }, { default: t(() => _2[29] || (_2[29] = [c("否")])), _: 1, __: [29] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(i(W2, { label: "值为数组", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.arrayValue, "onUpdate:modelValue": _2[11] || (_2[11] = (l3) => e2.configure.props.base.arrayValue = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => _2[30] || (_2[30] = [c("是")])), _: 1, __: [30] }), i(E, { value: false }, { default: t(() => _2[31] || (_2[31] = [c("否")])), _: 1, __: [31] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.multiple]]), i(W2, { label: "清除按钮", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.clearable, "onUpdate:modelValue": _2[12] || (_2[12] = (l3) => e2.configure.props.base.clearable = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => _2[32] || (_2[32] = [c("显示")])), _: 1, __: [32] }), i(E, { value: false }, { default: t(() => _2[33] || (_2[33] = [c("隐藏")])), _: 1, __: [33] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "尺寸", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": _2[13] || (_2[13] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: t(() => [i(E, { value: "large" }, { default: t(() => _2[34] || (_2[34] = [c("大")])), _: 1, __: [34] }), i(E, { value: "default" }, { default: t(() => _2[35] || (_2[35] = [c("中")])), _: 1, __: [35] }), i(E, { value: "small" }, { default: t(() => _2[36] || (_2[36] = [c("小")])), _: 1, __: [36] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "状态", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": _2[14] || (_2[14] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: t(() => [i(E, { value: "default" }, { default: t(() => _2[37] || (_2[37] = [c("普通")])), _: 1, __: [37] }), i(E, { value: "disabled" }, { default: t(() => _2[38] || (_2[38] = [c("禁用")])), _: 1, __: [38] }), i(E, { value: "hidden" }, { default: t(() => _2[39] || (_2[39] = [c("隐藏")])), _: 1, __: [39] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), P.value ? s("", true) : (o(), u(v, { key: e2.configure.uuid, configure: e2.configure, remote: true }, null, 8, ["configure"])), (o(), u(y, { key: e2.configure.uuid, configureProps: e2.configure.props }, null, 8, ["configureProps"])), r(i(k, { configure: e2.configure }, null, 8, ["configure"]), [[g, e2.configure.props.base.tittleShow]]), (o(), u(H, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: t(() => [d("div", S, [i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(I, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": _2[15] || (_2[15] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(w, { pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])]), _: 1 })])]), _: 1 })), P.value ? s("", true) : (o(), u(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
29
+ return o(), u(K, { "label-width": "80px", size: "small" }, { default: t(() => [i(J, { modelValue: D.value, "onUpdate:modelValue": V2[16] || (V2[16] = (e3) => D.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [i(H, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [d("div", j, [i(W2, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [i(T2, { modelValue: q.value, "onUpdate:modelValue": V2[0] || (V2[0] = (e3) => q.value = e3), onChange: A, placeholder: "请选择" }, { default: t(() => [(o(true), n(m, null, p(f(b)(), (e3) => (o(), u(z3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [i(B, { modelValue: e2.configure.uuid, "onUpdate:modelValue": V2[1] || (V2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), P.value ? s("", true) : (o(), u(W2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": C }, null, 8, ["modelValue"]))]), _: 1 })), P.value ? s("", true) : (o(), u(W2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(U, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), P.value ? s("", true) : (o(), u(W2, { key: 2, label: "选项名变量", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { key: e2.configure.uuid, modelValue: e2.configure.props.base.optionProp, paramTypes: ["data", "page"], "onUpdate:modelValue": M }, null, 8, ["modelValue"]))]), _: 1 })), i(W2, { label: "默认值", class: "amb-design-attr-item" }, { default: t(() => [(o(), u(h, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": O }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), P.value ? s("", true) : (o(), u(W2, { key: 3, label: "标题显示", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": V2[2] || (V2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => V2[17] || (V2[17] = [c("显示")])), _: 1 }), i(E, { value: false }, { default: t(() => V2[18] || (V2[18] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), r(i(W2, { label: "标题", class: "amb-design-attr-item" }, { default: t(() => [i(x, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": V2[3] || (V2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), r(i(W2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: t(() => [i(G, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": V2[4] || (V2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), r(i(W2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": V2[5] || (V2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: t(() => [i(E, { value: "block" }, { default: t(() => V2[19] || (V2[19] = [c("换行")])), _: 1 }), i(E, { value: "inline" }, { default: t(() => V2[20] || (V2[20] = [c("不换行")])), _: 1 }), i(E, { value: "omit" }, { default: t(() => V2[21] || (V2[21] = [c("省略号")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(W2, { label: "输入提示", class: "amb-design-attr-item" }, { default: t(() => [i(x, { modelValue: e2.configure.props.base.placeholder, "onUpdate:modelValue": V2[6] || (V2[6] = (l3) => e2.configure.props.base.placeholder = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "多选", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.multiple, "onUpdate:modelValue": V2[7] || (V2[7] = (l3) => e2.configure.props.base.multiple = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => V2[22] || (V2[22] = [c("是")])), _: 1 }), i(E, { value: false }, { default: t(() => V2[23] || (V2[23] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(i(W2, { label: "多选合并", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.multipleMerge, "onUpdate:modelValue": V2[8] || (V2[8] = (l3) => e2.configure.props.base.multipleMerge = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => V2[24] || (V2[24] = [c("是")])), _: 1 }), i(E, { value: false }, { default: t(() => V2[25] || (V2[25] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.multiple]]), i(W2, { label: "可创建条目", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.allowCreate, "onUpdate:modelValue": V2[9] || (V2[9] = (l3) => e2.configure.props.base.allowCreate = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => V2[26] || (V2[26] = [c("是")])), _: 1 }), i(E, { value: false }, { default: t(() => V2[27] || (V2[27] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "常用选优先", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.frequently, "onUpdate:modelValue": V2[10] || (V2[10] = (l3) => e2.configure.props.base.frequently = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => V2[28] || (V2[28] = [c("是")])), _: 1 }), i(E, { value: false }, { default: t(() => V2[29] || (V2[29] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(i(W2, { label: "值为数组", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.arrayValue, "onUpdate:modelValue": V2[11] || (V2[11] = (l3) => e2.configure.props.base.arrayValue = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => V2[30] || (V2[30] = [c("是")])), _: 1 }), i(E, { value: false }, { default: t(() => V2[31] || (V2[31] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.multiple]]), i(W2, { label: "清除按钮", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.clearable, "onUpdate:modelValue": V2[12] || (V2[12] = (l3) => e2.configure.props.base.clearable = l3), class: "ml-4" }, { default: t(() => [i(E, { value: true }, { default: t(() => V2[32] || (V2[32] = [c("显示")])), _: 1 }), i(E, { value: false }, { default: t(() => V2[33] || (V2[33] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "尺寸", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": V2[13] || (V2[13] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: t(() => [i(E, { value: "large" }, { default: t(() => V2[34] || (V2[34] = [c("大")])), _: 1 }), i(E, { value: "default" }, { default: t(() => V2[35] || (V2[35] = [c("中")])), _: 1 }), i(E, { value: "small" }, { default: t(() => V2[36] || (V2[36] = [c("小")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(W2, { label: "状态", class: "amb-design-attr-item" }, { default: t(() => [i(F, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": V2[14] || (V2[14] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: t(() => [i(E, { value: "default" }, { default: t(() => V2[37] || (V2[37] = [c("普通")])), _: 1 }), i(E, { value: "disabled" }, { default: t(() => V2[38] || (V2[38] = [c("禁用")])), _: 1 }), i(E, { value: "hidden" }, { default: t(() => V2[39] || (V2[39] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), P.value ? s("", true) : (o(), u(v, { key: e2.configure.uuid, configure: e2.configure, remote: true }, null, 8, ["configure"])), (o(), u(y, { key: e2.configure.uuid, configureProps: e2.configure.props }, null, 8, ["configureProps"])), r(i(k, { configure: e2.configure }, null, 8, ["configure"]), [[g, e2.configure.props.base.tittleShow]]), (o(), u(H, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: t(() => [d("div", S, [i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(I, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": V2[15] || (V2[15] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(W2, { class: "amb-design-attr-item", "label-width": "0" }, { default: t(() => [i(w, { pageDesign: e2.pageDesign, verification: e2.configure.props.verification }, null, 8, ["pageDesign", "verification"])]), _: 1 })])]), _: 1 })), P.value ? s("", true) : (o(), u(_, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
30
30
  };
31
31
  } });
32
32
  export {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as l, resolveComponent as a, createBlock as o, openBlock as t, withCtx as u, createVNode as i, createCommentVNode as s, createElementVNode as d, withDirectives as r, createElementBlock as n, Fragment as m, renderList as p, unref as c, createTextVNode as f, vShow as b } from "vue";
2
2
  import { getFormComponentOptions as g } from "../../../../utils/assemblys-config.js";
3
- import { componentNameChange as _ } from "../../../../utils/form-design-util.js";
4
- import V from "../../common/common-attr-size.vue.js";
3
+ import { componentNameChange as V } from "../../../../utils/form-design-util.js";
4
+ import _ from "../../common/common-attr-size.vue.js";
5
5
  import v from "../../common/common-variable-bind.vue.js";
6
6
  import h from "../../common/common-function-code.vue.js";
7
7
  import y from "../../common/common-i18n-key-input.vue.js";
@@ -15,11 +15,11 @@ const U = { style: { padding: "8px 0px 0px 0px" } }, x = { style: { padding: "8p
15
15
  w.configure.props.base.defaultValue = e3;
16
16
  }
17
17
  function O(e3) {
18
- _(w.configure, e3, j);
18
+ V(w.configure, e3, j);
19
19
  }
20
- return w.configure.isTable && (z.value = true), (l2, _2) => {
20
+ return w.configure.isTable && (z.value = true), (l2, V2) => {
21
21
  const k3 = a("el-option"), w2 = a("el-select"), j2 = a("el-form-item"), q = a("el-input"), A = a("el-radio"), D = a("el-radio-group"), B = a("el-input-number"), E = a("el-color-picker"), F = a("el-collapse-item"), G = a("el-checkbox"), H = a("el-col"), I = a("el-button"), J = a("el-collapse"), K = a("el-form");
22
- return t(), o(K, { "label-width": "80px", size: "small" }, { default: u(() => [i(J, { modelValue: S.value, "onUpdate:modelValue": _2[16] || (_2[16] = (e3) => S.value = e3), style: { "margin-top": "6px" } }, { default: u(() => [i(F, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: u(() => [d("div", U, [i(j2, { label: "组件类型", class: "amb-design-attr-item" }, { default: u(() => [i(w2, { modelValue: T.value, "onUpdate:modelValue": _2[0] || (_2[0] = (e3) => T.value = e3), onChange: O, placeholder: "请选择" }, { default: u(() => [(t(true), n(m, null, p(c(g)(), (e3) => (t(), o(k3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.uuid, "onUpdate:modelValue": _2[1] || (_2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), z.value ? s("", true) : (t(), o(j2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(v, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": W }, null, 8, ["modelValue"]))]), _: 1 })), i(j2, { label: "默认值", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(v, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": C }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), z.value ? s("", true) : (t(), o(j2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(h, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), z.value ? s("", true) : (t(), o(j2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": _2[2] || (_2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: u(() => [i(A, { value: true }, { default: u(() => _2[17] || (_2[17] = [f("显示")])), _: 1, __: [17] }), i(A, { value: false }, { default: u(() => _2[18] || (_2[18] = [f("隐藏")])), _: 1, __: [18] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), r(i(j2, { label: "标题", class: "amb-design-attr-item" }, { default: u(() => [i(y, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": _2[3] || (_2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), r(i(j2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: u(() => [i(B, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": _2[4] || (_2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), r(i(j2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": _2[5] || (_2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: u(() => [i(A, { value: "block" }, { default: u(() => _2[19] || (_2[19] = [f("换行")])), _: 1, __: [19] }), i(A, { value: "inline" }, { default: u(() => _2[20] || (_2[20] = [f("不换行")])), _: 1, __: [20] }), i(A, { value: "omit" }, { default: u(() => _2[21] || (_2[21] = [f("省略号")])), _: 1, __: [21] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(j2, { label: "开关宽度", class: "amb-design-attr-item" }, { default: u(() => [i(B, { modelValue: e2.configure.props.base.offOnWidth, "onUpdate:modelValue": _2[6] || (_2[6] = (l3) => e2.configure.props.base.offOnWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "激活的值", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.activeValue, "onUpdate:modelValue": _2[7] || (_2[7] = (l3) => e2.configure.props.base.activeValue = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "激活的颜色", class: "amb-design-attr-item" }, { default: u(() => [i(E, { modelValue: e2.configure.props.base.onColor, "onUpdate:modelValue": _2[8] || (_2[8] = (l3) => e2.configure.props.base.onColor = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "激活的文字", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.activeText, "onUpdate:modelValue": _2[9] || (_2[9] = (l3) => e2.configure.props.base.activeText = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "关闭的值", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.inactiveValue, "onUpdate:modelValue": _2[10] || (_2[10] = (l3) => e2.configure.props.base.inactiveValue = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "关闭的颜色", class: "amb-design-attr-item" }, { default: u(() => [i(E, { modelValue: e2.configure.props.base.offColor, "onUpdate:modelValue": _2[11] || (_2[11] = (l3) => e2.configure.props.base.offColor = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "关闭的文字", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.inactiveText, "onUpdate:modelValue": _2[12] || (_2[12] = (l3) => e2.configure.props.base.inactiveText = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "尺寸", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": _2[13] || (_2[13] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: u(() => [i(A, { value: "large" }, { default: u(() => _2[22] || (_2[22] = [f("大")])), _: 1, __: [22] }), i(A, { value: "default" }, { default: u(() => _2[23] || (_2[23] = [f("中")])), _: 1, __: [23] }), i(A, { value: "small" }, { default: u(() => _2[24] || (_2[24] = [f("小")])), _: 1, __: [24] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": _2[14] || (_2[14] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [i(A, { value: "default" }, { default: u(() => _2[25] || (_2[25] = [f("普通")])), _: 1, __: [25] }), i(A, { value: "disabled" }, { default: u(() => _2[26] || (_2[26] = [f("禁用")])), _: 1, __: [26] }), i(A, { value: "hidden" }, { default: u(() => _2[27] || (_2[27] = [f("隐藏")])), _: 1, __: [27] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), (t(), o(F, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: u(() => [d("div", x, [i(j2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(G, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": _2[15] || (_2[15] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(H, { span: 8 }, { default: u(() => [i(G, { label: "自定义", value: "custom" })]), _: 1 }), i(H, { span: 14 }, { default: u(() => [i(I, { type: "default" }, { default: u(() => _2[28] || (_2[28] = [f("自定义逻辑")])), _: 1, __: [28] }), i(I, { type: "default", icon: l2.Search, circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })), z.value ? s("", true) : (t(), o(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
22
+ return t(), o(K, { "label-width": "80px", size: "small" }, { default: u(() => [i(J, { modelValue: S.value, "onUpdate:modelValue": V2[16] || (V2[16] = (e3) => S.value = e3), style: { "margin-top": "6px" } }, { default: u(() => [i(F, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: u(() => [d("div", U, [i(j2, { label: "组件类型", class: "amb-design-attr-item" }, { default: u(() => [i(w2, { modelValue: T.value, "onUpdate:modelValue": V2[0] || (V2[0] = (e3) => T.value = e3), onChange: O, placeholder: "请选择" }, { default: u(() => [(t(true), n(m, null, p(c(g)(), (e3) => (t(), o(k3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.uuid, "onUpdate:modelValue": V2[1] || (V2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), z.value ? s("", true) : (t(), o(j2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(v, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": W }, null, 8, ["modelValue"]))]), _: 1 })), i(j2, { label: "默认值", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(v, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": C }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), z.value ? s("", true) : (t(), o(j2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: u(() => [(t(), o(h, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), z.value ? s("", true) : (t(), o(j2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": V2[2] || (V2[2] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: u(() => [i(A, { value: true }, { default: u(() => V2[17] || (V2[17] = [f("显示")])), _: 1 }), i(A, { value: false }, { default: u(() => V2[18] || (V2[18] = [f("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), r(i(j2, { label: "标题", class: "amb-design-attr-item" }, { default: u(() => [i(y, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": V2[3] || (V2[3] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), r(i(j2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: u(() => [i(B, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": V2[4] || (V2[4] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow]]), r(i(j2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": V2[5] || (V2[5] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: u(() => [i(A, { value: "block" }, { default: u(() => V2[19] || (V2[19] = [f("换行")])), _: 1 }), i(A, { value: "inline" }, { default: u(() => V2[20] || (V2[20] = [f("不换行")])), _: 1 }), i(A, { value: "omit" }, { default: u(() => V2[21] || (V2[21] = [f("省略号")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), i(j2, { label: "开关宽度", class: "amb-design-attr-item" }, { default: u(() => [i(B, { modelValue: e2.configure.props.base.offOnWidth, "onUpdate:modelValue": V2[6] || (V2[6] = (l3) => e2.configure.props.base.offOnWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "激活的值", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.activeValue, "onUpdate:modelValue": V2[7] || (V2[7] = (l3) => e2.configure.props.base.activeValue = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "激活的颜色", class: "amb-design-attr-item" }, { default: u(() => [i(E, { modelValue: e2.configure.props.base.onColor, "onUpdate:modelValue": V2[8] || (V2[8] = (l3) => e2.configure.props.base.onColor = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "激活的文字", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.activeText, "onUpdate:modelValue": V2[9] || (V2[9] = (l3) => e2.configure.props.base.activeText = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "关闭的值", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.inactiveValue, "onUpdate:modelValue": V2[10] || (V2[10] = (l3) => e2.configure.props.base.inactiveValue = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "关闭的颜色", class: "amb-design-attr-item" }, { default: u(() => [i(E, { modelValue: e2.configure.props.base.offColor, "onUpdate:modelValue": V2[11] || (V2[11] = (l3) => e2.configure.props.base.offColor = l3) }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "关闭的文字", class: "amb-design-attr-item" }, { default: u(() => [i(q, { modelValue: e2.configure.props.base.inactiveText, "onUpdate:modelValue": V2[12] || (V2[12] = (l3) => e2.configure.props.base.inactiveText = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "尺寸", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": V2[13] || (V2[13] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: u(() => [i(A, { value: "large" }, { default: u(() => V2[22] || (V2[22] = [f("大")])), _: 1 }), i(A, { value: "default" }, { default: u(() => V2[23] || (V2[23] = [f("中")])), _: 1 }), i(A, { value: "small" }, { default: u(() => V2[24] || (V2[24] = [f("小")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), i(j2, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [i(D, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": V2[14] || (V2[14] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [i(A, { value: "default" }, { default: u(() => V2[25] || (V2[25] = [f("普通")])), _: 1 }), i(A, { value: "disabled" }, { default: u(() => V2[26] || (V2[26] = [f("禁用")])), _: 1 }), i(A, { value: "hidden" }, { default: u(() => V2[27] || (V2[27] = [f("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), (t(), o(F, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: u(() => [d("div", x, [i(j2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(G, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": V2[15] || (V2[15] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), i(j2, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [i(H, { span: 8 }, { default: u(() => [i(G, { label: "自定义", value: "custom" })]), _: 1 }), i(H, { span: 14 }, { default: u(() => [i(I, { type: "default" }, { default: u(() => V2[28] || (V2[28] = [f("自定义逻辑")])), _: 1 }), i(I, { type: "default", icon: l2.Search, circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })), z.value ? s("", true) : (t(), o(_, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
23
23
  };
24
24
  } });
25
25
  export {
@@ -1,7 +1,7 @@
1
- import { defineComponent as e, ref as l, resolveComponent as a, createBlock as t, openBlock as u, withCtx as o, createVNode as s, createCommentVNode as i, createElementVNode as d, withDirectives as n, createElementBlock as r, Fragment as m, renderList as p, unref as f, createTextVNode as c, vShow as _ } from "vue";
2
- import { getFormComponentOptions as g } from "../../../../utils/assemblys-config.js";
3
- import { componentNameChange as b } from "../../../../utils/form-design-util.js";
4
- import V from "../../common/common-attr-size.vue.js";
1
+ import { defineComponent as e, ref as l, resolveComponent as a, createBlock as t, openBlock as u, withCtx as o, createVNode as s, createCommentVNode as i, createElementVNode as d, withDirectives as n, createElementBlock as r, Fragment as m, renderList as p, unref as f, createTextVNode as c, vShow as g } from "vue";
2
+ import { getFormComponentOptions as b } from "../../../../utils/assemblys-config.js";
3
+ import { componentNameChange as V } from "../../../../utils/form-design-util.js";
4
+ import _ from "../../common/common-attr-size.vue.js";
5
5
  import v from "../../common/common-variable-bind.vue.js";
6
6
  import y from "../../common/common-function-code.vue.js";
7
7
  import h from "../../common/common-i18n-key-input.vue.js";
@@ -15,11 +15,11 @@ const U = { style: { padding: "8px 0px 0px 0px" } }, w = e({ __name: "tag-attr-b
15
15
  x.configure.props.base.defaultValue = e3;
16
16
  }
17
17
  function O(e3) {
18
- b(x.configure, e3, z);
18
+ V(x.configure, e3, z);
19
19
  }
20
- return x.configure.isTable && (S.value = true), (l2, b2) => {
20
+ return x.configure.isTable && (S.value = true), (l2, V2) => {
21
21
  const w3 = a("el-option"), x2 = a("el-select"), z2 = a("el-form-item"), $ = a("el-input"), q = a("el-text"), A = a("el-radio"), C = a("el-radio-group"), D = a("el-input-number"), B = a("el-collapse-item"), E = a("el-collapse"), F = a("el-form");
22
- return u(), t(F, { "label-width": "80px", size: "small" }, { default: o(() => [s(E, { modelValue: j.value, "onUpdate:modelValue": b2[11] || (b2[11] = (e3) => j.value = e3), style: { "margin-top": "6px" } }, { default: o(() => [s(B, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: o(() => [d("div", U, [s(z2, { label: "组件类型", class: "amb-design-attr-item" }, { default: o(() => [s(x2, { modelValue: k.value, "onUpdate:modelValue": b2[0] || (b2[0] = (e3) => k.value = e3), onChange: O, placeholder: "请选择" }, { default: o(() => [(u(true), r(m, null, p(f(g)(), (e3) => (u(), t(w3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: o(() => [s($, { modelValue: e2.configure.uuid, "onUpdate:modelValue": b2[1] || (b2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), S.value ? i("", true) : (u(), t(z2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: o(() => [(u(), t(v, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": T }, null, 8, ["modelValue"]))]), _: 1 })), s(z2, { label: "默认值", class: "amb-design-attr-item" }, { default: o(() => [(u(), t(v, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": W }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), S.value ? i("", true) : (u(), t(z2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: o(() => [(u(), t(y, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), s(z2, { label: "内容格式化", class: "amb-design-attr-item" }, { default: o(() => [s($, { modelValue: e2.configure.props.base.formatting, "onUpdate:modelValue": b2[2] || (b2[2] = (l3) => e2.configure.props.base.formatting = l3), rows: 2, type: "textarea", placeholder: "请输入" }, null, 8, ["modelValue"]), s(q, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: o(() => b2[12] || (b2[12] = [c(" ${value}:数据值;${no}:数据序号 ")])), _: 1, __: [12] })]), _: 1 }), S.value ? i("", true) : (u(), t(z2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": b2[3] || (b2[3] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: o(() => [s(A, { value: true }, { default: o(() => b2[13] || (b2[13] = [c("显示")])), _: 1, __: [13] }), s(A, { value: false }, { default: o(() => b2[14] || (b2[14] = [c("隐藏")])), _: 1, __: [14] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), n(s(z2, { label: "标题", class: "amb-design-attr-item" }, { default: o(() => [s(h, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": b2[4] || (b2[4] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[_, e2.configure.props.base.tittleShow]]), n(s(z2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: o(() => [s(D, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": b2[5] || (b2[5] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[_, e2.configure.props.base.tittleShow]]), n(s(z2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": b2[6] || (b2[6] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "block" }, { default: o(() => b2[15] || (b2[15] = [c("换行")])), _: 1, __: [15] }), s(A, { value: "inline" }, { default: o(() => b2[16] || (b2[16] = [c("不换行")])), _: 1, __: [16] }), s(A, { value: "omit" }, { default: o(() => b2[17] || (b2[17] = [c("省略号")])), _: 1, __: [17] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[_, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), s(z2, { label: "类型", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.type, "onUpdate:modelValue": b2[7] || (b2[7] = (l3) => e2.configure.props.base.type = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "primary" }, { default: o(() => b2[18] || (b2[18] = [c("无")])), _: 1, __: [18] }), s(A, { value: "success" }, { default: o(() => b2[19] || (b2[19] = [c("success")])), _: 1, __: [19] }), s(A, { value: "info" }, { default: o(() => b2[20] || (b2[20] = [c("info")])), _: 1, __: [20] }), s(A, { value: "warning" }, { default: o(() => b2[21] || (b2[21] = [c("warning")])), _: 1, __: [21] }), s(A, { value: "danger" }, { default: o(() => b2[22] || (b2[22] = [c("danger")])), _: 1, __: [22] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "可移除", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.closable, "onUpdate:modelValue": b2[8] || (b2[8] = (l3) => e2.configure.props.base.closable = l3), class: "ml-4" }, { default: o(() => [s(A, { value: true }, { default: o(() => b2[23] || (b2[23] = [c("是")])), _: 1, __: [23] }), s(A, { value: false }, { default: o(() => b2[24] || (b2[24] = [c("否")])), _: 1, __: [24] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "尺寸", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": b2[9] || (b2[9] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "large" }, { default: o(() => b2[25] || (b2[25] = [c("大")])), _: 1, __: [25] }), s(A, { value: "default" }, { default: o(() => b2[26] || (b2[26] = [c("中")])), _: 1, __: [26] }), s(A, { value: "small" }, { default: o(() => b2[27] || (b2[27] = [c("小")])), _: 1, __: [27] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "状态", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": b2[10] || (b2[10] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "default" }, { default: o(() => b2[28] || (b2[28] = [c("普通")])), _: 1, __: [28] }), s(A, { value: "hidden" }, { default: o(() => b2[29] || (b2[29] = [c("隐藏")])), _: 1, __: [29] })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), S.value ? i("", true) : (u(), t(V, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
22
+ return u(), t(F, { "label-width": "80px", size: "small" }, { default: o(() => [s(E, { modelValue: j.value, "onUpdate:modelValue": V2[11] || (V2[11] = (e3) => j.value = e3), style: { "margin-top": "6px" } }, { default: o(() => [s(B, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: o(() => [d("div", U, [s(z2, { label: "组件类型", class: "amb-design-attr-item" }, { default: o(() => [s(x2, { modelValue: k.value, "onUpdate:modelValue": V2[0] || (V2[0] = (e3) => k.value = e3), onChange: O, placeholder: "请选择" }, { default: o(() => [(u(true), r(m, null, p(f(b)(), (e3) => (u(), t(w3, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: o(() => [s($, { modelValue: e2.configure.uuid, "onUpdate:modelValue": V2[1] || (V2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), S.value ? i("", true) : (u(), t(z2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: o(() => [(u(), t(v, { key: e2.configure.uuid, modelValue: e2.configure.props.base.prop, paramTypes: ["data", "page"], "onUpdate:modelValue": T }, null, 8, ["modelValue"]))]), _: 1 })), s(z2, { label: "默认值", class: "amb-design-attr-item" }, { default: o(() => [(u(), t(v, { isTable: e2.configure.isTable, key: e2.configure.uuid, modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": W }, null, 8, ["isTable", "modelValue"]))]), _: 1 }), S.value ? i("", true) : (u(), t(z2, { key: 1, label: "绑定权限", class: "amb-design-attr-item" }, { default: o(() => [(u(), t(y, { key: e2.configure.uuid, configure: e2.configure }, null, 8, ["configure"]))]), _: 1 })), s(z2, { label: "内容格式化", class: "amb-design-attr-item" }, { default: o(() => [s($, { modelValue: e2.configure.props.base.formatting, "onUpdate:modelValue": V2[2] || (V2[2] = (l3) => e2.configure.props.base.formatting = l3), rows: 2, type: "textarea", placeholder: "请输入" }, null, 8, ["modelValue"]), s(q, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: o(() => V2[12] || (V2[12] = [c(" ${value}:数据值;${no}:数据序号 ")])), _: 1 })]), _: 1 }), S.value ? i("", true) : (u(), t(z2, { key: 2, label: "标题显示", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.tittleShow, "onUpdate:modelValue": V2[3] || (V2[3] = (l3) => e2.configure.props.base.tittleShow = l3), class: "ml-4" }, { default: o(() => [s(A, { value: true }, { default: o(() => V2[13] || (V2[13] = [c("显示")])), _: 1 }), s(A, { value: false }, { default: o(() => V2[14] || (V2[14] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), n(s(z2, { label: "标题", class: "amb-design-attr-item" }, { default: o(() => [s(h, { modelValue: e2.configure.props.base.title, "onUpdate:modelValue": V2[4] || (V2[4] = (l3) => e2.configure.props.base.title = l3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(s(z2, { label: "标题宽度", class: "amb-design-attr-item" }, { default: o(() => [s(D, { modelValue: e2.configure.props.base.titleWidth, "onUpdate:modelValue": V2[5] || (V2[5] = (l3) => e2.configure.props.base.titleWidth = l3), style: { width: "100%" }, min: 0, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow]]), n(s(z2, { label: "标题超宽", title: "标题超宽显示", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.titleShowWay, "onUpdate:modelValue": V2[6] || (V2[6] = (l3) => e2.configure.props.base.titleShowWay = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "block" }, { default: o(() => V2[15] || (V2[15] = [c("换行")])), _: 1 }), s(A, { value: "inline" }, { default: o(() => V2[16] || (V2[16] = [c("不换行")])), _: 1 }), s(A, { value: "omit" }, { default: o(() => V2[17] || (V2[17] = [c("省略号")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[g, e2.configure.props.base.tittleShow && e2.configure.props.base.titleWidth > 0]]), s(z2, { label: "类型", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.type, "onUpdate:modelValue": V2[7] || (V2[7] = (l3) => e2.configure.props.base.type = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "primary" }, { default: o(() => V2[18] || (V2[18] = [c("无")])), _: 1 }), s(A, { value: "success" }, { default: o(() => V2[19] || (V2[19] = [c("success")])), _: 1 }), s(A, { value: "info" }, { default: o(() => V2[20] || (V2[20] = [c("info")])), _: 1 }), s(A, { value: "warning" }, { default: o(() => V2[21] || (V2[21] = [c("warning")])), _: 1 }), s(A, { value: "danger" }, { default: o(() => V2[22] || (V2[22] = [c("danger")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "可移除", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.closable, "onUpdate:modelValue": V2[8] || (V2[8] = (l3) => e2.configure.props.base.closable = l3), class: "ml-4" }, { default: o(() => [s(A, { value: true }, { default: o(() => V2[23] || (V2[23] = [c("是")])), _: 1 }), s(A, { value: false }, { default: o(() => V2[24] || (V2[24] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "尺寸", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": V2[9] || (V2[9] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "large" }, { default: o(() => V2[25] || (V2[25] = [c("大")])), _: 1 }), s(A, { value: "default" }, { default: o(() => V2[26] || (V2[26] = [c("中")])), _: 1 }), s(A, { value: "small" }, { default: o(() => V2[27] || (V2[27] = [c("小")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), s(z2, { label: "状态", class: "amb-design-attr-item" }, { default: o(() => [s(C, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": V2[10] || (V2[10] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: o(() => [s(A, { value: "default" }, { default: o(() => V2[28] || (V2[28] = [c("普通")])), _: 1 }), s(A, { value: "hidden" }, { default: o(() => V2[29] || (V2[29] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), S.value ? i("", true) : (u(), t(_, { key: e2.configure.uuid, size: e2.configure.props.size }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"])]), _: 1 });
23
23
  };
24
24
  } });
25
25
  export {