super-page-designer 2.3.11-design3 → 2.3.12-sit1-design1

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 (57) hide show
  1. package/dist/es/components/design/utils/page-event-util.js +0 -1
  2. package/dist/es/components/design/utils/page-i18n-util.js +5 -6
  3. package/dist/es/components/design/utils/page-table-util.js +93 -60
  4. package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +32 -31
  5. package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue.js +3 -3
  6. package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue2.js +23 -30
  7. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-advanced.vue.js +21 -20
  8. package/dist/es/components/design/views/assemblys/chart/column-line/series/column-line-series-attr-base.vue.js +4 -5
  9. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +5 -91
  10. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue2.js +99 -2
  11. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +17 -17
  12. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue.js +1 -1
  13. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue2.js +23 -26
  14. package/dist/es/components/design/views/assemblys/common/common-style-background.vue.js +2 -3
  15. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
  16. package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue2.js → common-variable-bind.vue3.js} +13 -13
  17. package/dist/es/components/design/views/assemblys/common/common-watermark.vue.js +24 -0
  18. package/dist/es/components/design/views/assemblys/common/common-watermark.vue2.js +4 -0
  19. package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +4 -4
  20. package/dist/es/components/design/views/assemblys/container/tabs/tabs-attr.vue2.js +2 -3
  21. package/dist/es/components/design/views/assemblys/container/tools/tools-design.vue2.js +22 -22
  22. package/dist/es/components/design/views/assemblys/data/bar-code/barcode-design.vue2.js +3 -3
  23. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +1 -1
  24. package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +11 -76
  25. package/dist/es/components/design/views/assemblys/data/component/dynamic-column.vue.js +44 -42
  26. package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +23 -20
  27. package/dist/es/components/design/views/assemblys/data/component/import-header.vue.js +2 -2
  28. package/dist/es/components/design/views/assemblys/data/component/table-column-format.vue.js +19 -0
  29. package/dist/es/components/design/views/assemblys/data/component/table-column-format.vue2.js +4 -0
  30. package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +2 -2
  31. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +3 -3
  32. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +72 -75
  33. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +10 -10
  34. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +4 -4
  35. package/dist/es/components/design/views/assemblys/data/tree/tree-design.vue2.js +3 -3
  36. package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue2.js +1 -1
  37. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-advanced.vue.js +9 -8
  38. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +1 -1
  39. package/dist/es/components/design/views/assemblys/form/label/label-design.vue2.js +11 -11
  40. package/dist/es/components/design/views/assemblys/form/rich-text/richtext-design.vue2.js +13 -14
  41. package/dist/es/components/design/views/assemblys/object-design.vue.js +1 -1
  42. package/dist/es/components/design/views/assemblys/object-design.vue3.js +1 -1
  43. package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.js +2 -2
  44. package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +1 -1
  45. package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-design.vue2.js +1 -1
  46. package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-design.vue2.js +3 -3
  47. package/dist/es/components/design/views/design/page-design.vue2.js +1 -1
  48. package/dist/es/components/design/views/design/page-event/config.vue.js +7 -0
  49. package/dist/es/components/design/views/design/page-event/config.vue2.js +76 -5
  50. package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
  51. package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +0 -1
  52. package/dist/es/components/design/views/design/view/page-switch.vue2.js +2 -3
  53. package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
  54. package/dist/es/stores/undo-redo-store.js +1 -1
  55. package/dist/es/style.css +16 -12
  56. package/package.json +4 -4
  57. package/dist/es/components/design/views/design/page-event/config.vue3.js +0 -79
@@ -1,125 +1,122 @@
1
- import { defineComponent as e, ref as a, onMounted as l, resolveComponent as o, createBlock as t, openBlock as n, withCtx as i, createVNode as r, createCommentVNode as u, createElementVNode as s, createTextVNode as p, unref as m, withDirectives as d, createElementBlock as f, Fragment as c, renderList as g, vShow as b } from "vue";
2
- import { Setting as y, Search as V } from "@element-plus/icons-vue";
3
- import { getListComponentOptions as v } from "../../../../utils/assemblys-config.js";
4
- import C from "../component/querySetting.vue.js";
1
+ import { defineComponent as e, ref as a, onMounted as l, resolveComponent as o, createBlock as n, openBlock as t, withCtx as i, createVNode as u, createCommentVNode as r, createElementVNode as s, createTextVNode as p, unref as d, withDirectives as m, createElementBlock as c, Fragment as f, renderList as g, vShow as b } from "vue";
2
+ import { Setting as y, Search as v } from "@element-plus/icons-vue";
3
+ import { getListComponentOptions as C } from "../../../../utils/assemblys-config.js";
4
+ import V from "../component/querySetting.vue.js";
5
5
  import _ from "../../form/common/data-origin.vue.js";
6
6
  import D from "../../common/common-variable-bind.vue.js";
7
7
  import { setGroupHeaderDataDisplayOrder as h, deleteGroupHeaderByColumnUuid as x } from "../../../../utils/data-table-util.js";
8
- import { getUuidv4 as k } from "../../../../utils/common-util.js";
9
- import U from "../../../../utils/eventBus.js";
10
- import T from "../component/variate-select.vue.js";
8
+ import { getUuidv4 as U } from "../../../../utils/common-util.js";
9
+ import T from "../../../../utils/eventBus.js";
10
+ import S from "../component/variate-select.vue.js";
11
11
  import "@element-plus/icons";
12
12
  import "agilebuilder-ui/src/utils/request";
13
- import S from "../../form/common/parameter-table.vue.js";
13
+ import { queryTableFields as k, tableResetConfigIndo as j } from "../../../../utils/page-table-util.js";
14
14
  import { usePageContextStore as N } from "../../../../../../stores/page-store.js";
15
- import { queryTableFields as j, tableResetConfigIndo as q } from "../../../../utils/page-table-util.js";
16
15
  import "element-plus";
17
16
  /* empty css */
18
- import w from "../../common/common-i18n-key-input.vue.js";
19
- import { dateFormatOptions as F, timeFormatOptions as L } from "../../../../utils/common-option.js";
20
- import M from "../../form/common/hyperlink-mult-config.vue.js";
21
- import E from "../../common/common-function-code.vue.js";
22
- import H from "../../common/common-select-table.vue.js";
23
- import P from "../component/formatting-icon-label.vue.js";
24
- import A from "./tablecolumn-dynamic-column.vue.js";
25
- const O = { style: { padding: "8px 0px 0px 0px" } }, $ = { class: "amb-design-attr-item-inline" }, G = { style: { padding: "8px 0px 0px 0px" } }, z = { style: { padding: "8px 0px 0px 0px" } }, R = { style: { padding: "8px 0px 0px 0px" } }, B = { style: { padding: "8px 0px 0px 0px" } }, I = { style: { padding: "8px 0px 0px 0px" } }, W = e({ __name: "tablecolumn-attr-base", props: { configure: { type: Object, default: () => ({ props: {} }) }, tableConfigure: { type: Object, default: () => ({ props: {} }) }, pageDesign: { type: Object, default: () => ({ props: {} }) } }, setup(e2) {
26
- const W2 = e2, Q = a(["base", "editLine", "formatting", "appearance", "verification", "userDefined", "dataOrigin", "columnModel"]), J = a(null), K = a(null), X = a(null), Y = a([]), Z = W2.tableConfigure.props.groupHeaders, ee = a(null), ae = N(), le = a(false);
17
+ import q from "../../common/common-i18n-key-input.vue.js";
18
+ import w from "../../common/common-function-code.vue.js";
19
+ import L from "../../common/common-select-table.vue.js";
20
+ import F from "./tablecolumn-dynamic-column.vue.js";
21
+ import H from "../component/table-column-format.vue.js";
22
+ const M = { style: { padding: "8px 0px 0px 0px" } }, E = { class: "amb-design-attr-item-inline" }, O = { style: { padding: "8px 0px 0px 0px" } }, G = { style: { padding: "8px 0px 0px 0px" } }, A = { style: { padding: "8px 0px 0px 0px" } }, $ = { style: { padding: "8px 0px 0px 0px" } }, P = { style: { padding: "8px 0px 0px 0px" } }, R = e({ __name: "tablecolumn-attr-base", props: { configure: { type: Object, default: () => ({ props: {} }) }, tableConfigure: { type: Object, default: () => ({ props: {} }) }, pageDesign: { type: Object, default: () => ({ props: {} }) } }, setup(e2) {
23
+ const R2 = e2, B = a(["base", "editLine", "formatting", "appearance", "verification", "userDefined", "dataOrigin", "columnModel"]), W = a(null), z = a(null), I = a(null), Q = a([]), J = R2.tableConfigure.props.groupHeaders, K = a(null), X = N(), Y = a(false);
27
24
  l(() => {
28
25
  var _a;
29
- "dynamicColumnSelect" === ((_a = W2.configure.props.base) == null ? void 0 : _a.prop) && W2.configure.props.dynamicColumnData && W2.configure.props.dynamicColumnData.tableName && (oe.value, te({ name: W2.configure.props.dynamicColumnData.tableName, alias: W2.configure.props.dynamicColumnData.tableAlias }));
26
+ "dynamicColumnSelect" === ((_a = R2.configure.props.base) == null ? void 0 : _a.prop) && R2.configure.props.dynamicColumnData && R2.configure.props.dynamicColumnData.tableName && (Z.value, ee({ name: R2.configure.props.dynamicColumnData.tableName, alias: R2.configure.props.dynamicColumnData.tableAlias }));
30
27
  }), function() {
31
- W2.configure.props.verification.type && ("text" === W2.configure.props.verification.type && (W2.configure.props.verification.typ = "string"), "int" === W2.configure.props.verification.type && (W2.configure.props.verification.typ = "integer"));
32
- W2.configure.props.format || (W2.configure.props.format = {});
33
- W2.configure.props.base && "operation" === W2.configure.props.base.prop ? le.value = true : le.value = false;
34
- W2.configure.props.dynamicColumnData || (W2.configure.props.dynamicColumnData = {});
35
- W2.configure.props.dynamicColumnData.selectCondition || (W2.configure.props.dynamicColumnData.selectCondition = []);
36
- W2.configure.props.dynamicColumnData.updateCondition || (W2.configure.props.dynamicColumnData.updateCondition = []);
37
- W2.configure.props.dynamicColumnData.columnModelTable || (W2.configure.props.dynamicColumnData.columnModelTable = []);
28
+ R2.configure.props.verification.type && ("text" === R2.configure.props.verification.type && (R2.configure.props.verification.typ = "string"), "int" === R2.configure.props.verification.type && (R2.configure.props.verification.typ = "integer"));
29
+ R2.configure.props.format || (R2.configure.props.format = {});
30
+ R2.configure.props.base && "operation" === R2.configure.props.base.prop ? Y.value = true : Y.value = false;
31
+ R2.configure.props.dynamicColumnData || (R2.configure.props.dynamicColumnData = {});
32
+ R2.configure.props.dynamicColumnData.selectCondition || (R2.configure.props.dynamicColumnData.selectCondition = []);
33
+ R2.configure.props.dynamicColumnData.updateCondition || (R2.configure.props.dynamicColumnData.updateCondition = []);
34
+ R2.configure.props.dynamicColumnData.columnModelTable || (R2.configure.props.dynamicColumnData.columnModelTable = []);
38
35
  }();
39
- const oe = a("");
40
- function te(e3) {
41
- if ("masterTable" == oe.value) {
42
- let a2 = W2.configure.props.dynamicColumnData.dataTableCode ? W2.configure.props.dynamicColumnData.dataTableCode : "";
43
- a2 += "_", a2 += W2.configure.props.dynamicColumnData.tableSysVersion ? W2.configure.props.dynamicColumnData.tableSysVersion : "", a2 += "_", a2 += W2.configure.props.dynamicColumnData.tableName ? W2.configure.props.dynamicColumnData.tableName : "";
36
+ const Z = a("");
37
+ function ee(e3) {
38
+ if ("masterTable" == Z.value) {
39
+ let a2 = R2.configure.props.dynamicColumnData.dataTableCode ? R2.configure.props.dynamicColumnData.dataTableCode : "";
40
+ a2 += "_", a2 += R2.configure.props.dynamicColumnData.tableSysVersion ? R2.configure.props.dynamicColumnData.tableSysVersion : "", a2 += "_", a2 += R2.configure.props.dynamicColumnData.tableName ? R2.configure.props.dynamicColumnData.tableName : "";
44
41
  let l2 = e3.systemCode ? e3.systemCode : "";
45
- l2 += "_", l2 += e3.systemVersion ? e3.systemVersion : "", l2 += "_", l2 += e3.name ? e3.name : "", l2 != a2 && (W2.configure.props.dynamicColumnData.dataTableCode = e3.systemCode, W2.configure.props.dynamicColumnData.tableSysVersion = e3.systemVersion, W2.configure.props.dynamicColumnData.tableName = e3.name, W2.configure.props.dynamicColumnData.tableAlias = e3.alias, function() {
46
- const e4 = W2.configure.props.dynamicColumnData.dataTableCode ? W2.configure.props.dynamicColumnData.dataTableCode : ae.pageContext.systemCode, a3 = W2.configure.props.dynamicColumnData.tableSysVersion ? W2.configure.props.dynamicColumnData.tableSysVersion : ae.pageContext.systemVersion, l3 = W2.configure.props.dynamicColumnData.tableName;
42
+ l2 += "_", l2 += e3.systemVersion ? e3.systemVersion : "", l2 += "_", l2 += e3.name ? e3.name : "", l2 != a2 && (R2.configure.props.dynamicColumnData.dataTableCode = e3.systemCode, R2.configure.props.dynamicColumnData.tableSysVersion = e3.systemVersion, R2.configure.props.dynamicColumnData.tableName = e3.name, R2.configure.props.dynamicColumnData.tableAlias = e3.alias, function() {
43
+ const e4 = R2.configure.props.dynamicColumnData.dataTableCode ? R2.configure.props.dynamicColumnData.dataTableCode : X.pageContext.systemCode, a3 = R2.configure.props.dynamicColumnData.tableSysVersion ? R2.configure.props.dynamicColumnData.tableSysVersion : X.pageContext.systemVersion, l3 = R2.configure.props.dynamicColumnData.tableName;
47
44
  if (!l3) return;
48
- j(e4, a3, l3).then((e5) => {
49
- Y.value = e5, X.value.changeTableFields(e5);
45
+ k(e4, a3, l3).then((e5) => {
46
+ Q.value = e5, I.value.changeTableFields(e5);
50
47
  }).catch((e5) => {
51
48
  });
52
49
  }());
53
50
  } else {
54
- let a2 = W2.configure.props.dynamicColumnData.settingDataTableCode ? W2.configure.props.dynamicColumnData.settingDataTableCode : "";
55
- a2 += "_", a2 += W2.configure.props.dynamicColumnData.settingDataSysVersion ? W2.configure.props.dynamicColumnData.settingDataSysVersion : "", a2 += "_", a2 += W2.configure.props.dynamicColumnData.settingDataName ? W2.configure.props.dynamicColumnData.settingDataName : "";
51
+ let a2 = R2.configure.props.dynamicColumnData.settingDataTableCode ? R2.configure.props.dynamicColumnData.settingDataTableCode : "";
52
+ a2 += "_", a2 += R2.configure.props.dynamicColumnData.settingDataSysVersion ? R2.configure.props.dynamicColumnData.settingDataSysVersion : "", a2 += "_", a2 += R2.configure.props.dynamicColumnData.settingDataName ? R2.configure.props.dynamicColumnData.settingDataName : "";
56
53
  let l2 = e3.systemCode ? e3.systemCode : "";
57
- l2 += "_", l2 += e3.systemVersion ? e3.systemVersion : "", l2 += "_", l2 += e3.name ? e3.name : "", l2 != a2 && (W2.configure.props.dynamicColumnData.settingDataTableCode = e3.systemCode, W2.configure.props.dynamicColumnData.settingDataSysVersion = e3.systemVersion, W2.configure.props.dynamicColumnData.settingDataName = e3.name, W2.configure.props.dynamicColumnData.settingDataAlias = e3.alias, function() {
58
- const e4 = W2.configure.props.dynamicColumnData.settingDataTableCode ? W2.configure.props.dynamicColumnData.settingDataTableCode : ae.pageContext.systemCode, a3 = W2.configure.props.dynamicColumnData.settingDataSysVersion ? W2.configure.props.dynamicColumnData.settingDataSysVersion : ae.pageContext.systemVersion, l3 = W2.configure.props.dynamicColumnData.settingDataName;
54
+ l2 += "_", l2 += e3.systemVersion ? e3.systemVersion : "", l2 += "_", l2 += e3.name ? e3.name : "", l2 != a2 && (R2.configure.props.dynamicColumnData.settingDataTableCode = e3.systemCode, R2.configure.props.dynamicColumnData.settingDataSysVersion = e3.systemVersion, R2.configure.props.dynamicColumnData.settingDataName = e3.name, R2.configure.props.dynamicColumnData.settingDataAlias = e3.alias, function() {
55
+ const e4 = R2.configure.props.dynamicColumnData.settingDataTableCode ? R2.configure.props.dynamicColumnData.settingDataTableCode : X.pageContext.systemCode, a3 = R2.configure.props.dynamicColumnData.settingDataSysVersion ? R2.configure.props.dynamicColumnData.settingDataSysVersion : X.pageContext.systemVersion, l3 = R2.configure.props.dynamicColumnData.settingDataName;
59
56
  if (!l3) return;
60
- j(e4, a3, l3).then((e5) => {
61
- ne.value = e5, X.value.changeTableFields(e5), J.value.changeTableFields(e5), K.value.changeTableFields(e5);
57
+ k(e4, a3, l3).then((e5) => {
58
+ ae.value = e5, I.value.changeTableFields(e5), W.value.changeTableFields(e5), z.value.changeTableFields(e5);
62
59
  }).catch((e5) => {
63
60
  });
64
61
  }());
65
62
  }
66
63
  }
67
- let ne = a([]);
68
- const ie = a(false);
69
- function re() {
70
- ie.value = false;
64
+ let ae = a([]);
65
+ const le = a(false);
66
+ function oe() {
67
+ le.value = false;
71
68
  }
72
- function ue(e3) {
73
- W2.configure.props.querySetting = e3;
69
+ function ne(e3) {
70
+ R2.configure.props.querySetting = e3;
74
71
  }
75
- function se(e3) {
76
- e3 ? W2.tableConfigure.props.base.editable = true : W2.configure.name = "";
72
+ function te(e3) {
73
+ e3 ? R2.tableConfigure.props.base.editable = true : R2.configure.name = "";
77
74
  }
78
- function pe(e3) {
79
- q(W2.configure, e3);
75
+ function ie(e3) {
76
+ j(R2.configure, e3);
80
77
  }
81
- function me(e3) {
82
- const a2 = W2.configure.uuid;
83
- if (W2.tableConfigure.props.base.isEnableGroupHeader) if (e3 && W2.tableConfigure.props.base.isEnableGroupHeader) {
84
- const e4 = Z.filter((e5) => e5.columnUuid === a2);
78
+ function ue(e3) {
79
+ const a2 = R2.configure.uuid;
80
+ if (R2.tableConfigure.props.base.isEnableGroupHeader) if (e3 && R2.tableConfigure.props.base.isEnableGroupHeader) {
81
+ const e4 = J.filter((e5) => e5.columnUuid === a2);
85
82
  if (!e4 || 0 === e4.length) {
86
- let e5 = { uuid: k(), columnUuid: a2, titleText: W2.configure.props.base.name, isLeaf: true };
87
- h(null, e5, Z), Z.push(e5);
83
+ let e5 = { uuid: U(), columnUuid: a2, titleText: R2.configure.props.base.name, isLeaf: true };
84
+ h(null, e5, J), J.push(e5);
88
85
  }
89
- } else W2.tableConfigure.props.base.isEnableGroupHeader && x(Z, a2);
90
- else U.$emit("setHiddenColumsUuid", { uuid: W2.configure.uuid, name: W2.configure.props.base.name, value: e3 });
86
+ } else R2.tableConfigure.props.base.isEnableGroupHeader && x(J, a2);
87
+ else T.$emit("setHiddenColumsUuid", { uuid: R2.configure.uuid, name: R2.configure.props.base.name, value: e3 });
91
88
  }
92
- function de(e3) {
93
- W2.configure.props.base.defaultValue = e3;
89
+ function re(e3) {
90
+ R2.configure.props.base.defaultValue = e3;
94
91
  }
95
- function fe() {
96
- U.$emit("reloadTable-" + W2.tableConfigure.uuid);
92
+ function se() {
93
+ T.$emit("reloadTable-" + R2.tableConfigure.uuid);
97
94
  }
98
- function ce(e3) {
99
- be(W2.tableConfigure.props.groupHeaders);
95
+ function pe(e3) {
96
+ me(R2.tableConfigure.props.groupHeaders);
100
97
  }
101
- function ge(e3) {
102
- be(W2.tableConfigure.props.groupHeaders);
98
+ function de(e3) {
99
+ me(R2.tableConfigure.props.groupHeaders);
103
100
  }
104
- function be(e3) {
105
- if (W2.tableConfigure.props.base.isEnableGroupHeader) {
101
+ function me(e3) {
102
+ if (R2.tableConfigure.props.base.isEnableGroupHeader) {
106
103
  e3.forEach((e4) => {
107
104
  });
108
105
  for (let a2 = 0; a2 < e3.length; a2++) {
109
106
  const l2 = e3[a2];
110
- if (l2.columnUuid === W2.configure.uuid) {
111
- l2.titleText = W2.configure.props.base.name, l2.prop = W2.configure.props.base.prop;
107
+ if (l2.columnUuid === R2.configure.uuid) {
108
+ l2.titleText = R2.configure.props.base.name, l2.prop = R2.configure.props.base.prop;
112
109
  break;
113
110
  }
114
- l2.children && l2.children.length > 0 && be(l2.children);
111
+ l2.children && l2.children.length > 0 && me(l2.children);
115
112
  }
116
113
  }
117
114
  }
118
115
  return (a2, l2) => {
119
- const h2 = o("el-input"), x2 = o("el-form-item"), k2 = o("el-radio"), U2 = o("el-radio-group"), N2 = o("el-switch"), j2 = o("el-option"), q2 = o("el-select"), W3 = o("el-icon"), J2 = o("el-collapse-item"), K2 = o("el-input-number"), X2 = o("el-button"), Y2 = o("el-checkbox"), Z2 = o("el-checkbox-group"), ae2 = o("el-col"), oe2 = o("el-collapse"), ne2 = o("el-form");
120
- return n(), t(ne2, { "label-width": "80px", size: "small" }, { default: i(() => [r(oe2, { modelValue: Q.value, "onUpdate:modelValue": l2[49] || (l2[49] = (e3) => Q.value = e3), style: { "margin-top": "6px" } }, { default: i(() => [r(J2, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", O, [r(x2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.uuid, "onUpdate:modelValue": l2[0] || (l2[0] = (a3) => e2.configure.uuid = a3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), le.value ? u("", true) : (n(), t(x2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: i(() => [r(T, { showDynamicColumn: true, showPlaceholder: true, prop: e2.configure.props.base.prop, "onUpdate:prop": l2[1] || (l2[1] = (a3) => e2.configure.props.base.prop = a3), propType: e2.configure.props.base.propType, "onUpdate:propType": l2[2] || (l2[2] = (a3) => e2.configure.props.base.propType = a3), tableConfigure: e2.tableConfigure, onChange: ge }, null, 8, ["prop", "propType", "tableConfigure"])]), _: 1 })), r(x2, { label: "标题", class: "amb-design-attr-item" }, { default: i(() => [r(w, { modelValue: e2.configure.props.base.name, "onUpdate:modelValue": l2[3] || (l2[3] = (a3) => e2.configure.props.base.name = a3), onChange: ce, disabled: "$index" === e2.configure.props.base.prop || "$selection" === e2.configure.props.base.prop }, null, 8, ["modelValue", "disabled"])]), _: 1 }), r(x2, { label: "绑定权限", class: "amb-design-attr-item" }, { default: i(() => [r(E, { configure: e2.configure }, null, 8, ["configure"])]), _: 1 }), r(x2, { label: "显示顺序", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.base.displayOrder, "onUpdate:modelValue": l2[4] || (l2[4] = (a3) => e2.configure.props.base.displayOrder = a3), modelModifiers: { number: true }, onBlur: fe, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), le.value ? u("", true) : (n(), t(x2, { key: 1, label: "是否显示 ", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.base.visible, "onUpdate:modelValue": l2[5] || (l2[5] = (a3) => e2.configure.props.base.visible = a3), class: "ml-4", onChange: me }, { default: i(() => [r(k2, { value: true }, { default: i(() => l2[50] || (l2[50] = [p("是")])), _: 1 }), r(k2, { value: false }, { default: i(() => l2[51] || (l2[51] = [p("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), le.value ? u("", true) : (n(), t(x2, { key: 2, label: "是否导出", class: "amb-design-attr-item" }, { default: i(() => [r(N2, { modelValue: e2.configure.props.base.exportable, "onUpdate:modelValue": l2[6] || (l2[6] = (a3) => e2.configure.props.base.exportable = a3) }, null, 8, ["modelValue"])]), _: 1 })), le.value ? u("", true) : (n(), t(x2, { key: 3, label: "查询设置", class: "amb-design-attr-item" }, { default: i(() => [s("div", $, [r(q2, { modelValue: e2.configure.props.base.querySettingName, "onUpdate:modelValue": l2[7] || (l2[7] = (a3) => e2.configure.props.base.querySettingName = a3) }, { default: i(() => [r(j2, { label: "不查询", value: "no" }), r(j2, { label: "普通查询", value: "normal" }), r(j2, { label: "高级查询", value: "advanced" })]), _: 1 }, 8, ["modelValue"]), "normal" === e2.configure.props.base.querySettingName || "advanced" === e2.configure.props.base.querySettingName ? (n(), t(W3, { key: 0, style: { "margin-left": "10px" }, onClick: l2[8] || (l2[8] = (e3) => ie.value = true) }, { default: i(() => [r(m(y))]), _: 1 })) : u("", true)])]), _: 1 })), le.value || "normal" !== e2.configure.props.base.querySettingName && "advanced" !== e2.configure.props.base.querySettingName || "STRING" !== e2.configure.props.base.propType ? u("", true) : (n(), t(x2, { key: 4, label: "匹配方式", class: "amb-design-attr-item" }, { default: i(() => [r(q2, { modelValue: e2.configure.props.base.queryMatching, "onUpdate:modelValue": l2[9] || (l2[9] = (a3) => e2.configure.props.base.queryMatching = a3), clearable: "" }, { default: i(() => [r(j2, { label: "全匹配", value: "all" }), r(j2, { label: "左匹配", value: "left" }), r(j2, { label: "右匹配", value: "right" }), r(j2, { label: "精确查询", value: "exactQuery" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), le.value ? u("", true) : (n(), t(x2, { key: 5, label: "是否合计", class: "amb-design-attr-item" }, { default: i(() => [r(N2, { modelValue: e2.configure.props.base.total, "onUpdate:modelValue": l2[10] || (l2[10] = (a3) => e2.configure.props.base.total = a3) }, null, 8, ["modelValue"])]), _: 1 })), le.value ? u("", true) : (n(), t(x2, { key: 6, label: "是否筛选", class: "amb-design-attr-item" }, { default: i(() => [r(N2, { modelValue: e2.configure.props.base.filterable, "onUpdate:modelValue": l2[11] || (l2[11] = (a3) => e2.configure.props.base.filterable = a3) }, null, 8, ["modelValue"])]), _: 1 }))])]), _: 1 }), le.value || "dynamicColumnSelect" == e2.configure.props.base.prop ? u("", true) : (n(), t(_, { key: 0, configure: e2.configure, isTable: true, isDynamicColumn: "dynamicColumnSelect" === e2.configure.props.base.prop, remote: true }, null, 8, ["configure", "isDynamicColumn"])), r(A, { operationColumn: le.value, configure: e2.configure, tableConfigure: e2.tableConfigure, pageDesign: e2.pageDesign }, null, 8, ["operationColumn", "configure", "tableConfigure", "pageDesign"]), le.value ? u("", true) : (n(), t(J2, { key: 1, title: "行编辑设置", name: "editLine", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", G, [r(x2, { label: "是否编辑", class: "amb-design-attr-item" }, { default: i(() => [r(N2, { onChange: se, modelValue: e2.configure.props.editLine.editable, "onUpdate:modelValue": l2[12] || (l2[12] = (a3) => e2.configure.props.editLine.editable = a3) }, null, 8, ["modelValue"])]), _: 1 }), r(x2, { label: "默认值", class: "amb-design-attr-item" }, { default: i(() => [r(D, { modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": de }, null, 8, ["modelValue"])]), _: 1 }), e2.configure.props.editLine.editable ? (n(), t(x2, { key: 0, label: "组件类型", class: "amb-design-attr-item" }, { default: i(() => [r(q2, { modelValue: e2.configure.name, "onUpdate:modelValue": l2[13] || (l2[13] = (a3) => e2.configure.name = a3), placeholder: "请选择", onChange: pe }, { default: i(() => [(n(true), f(c, null, g(m(v)(), (e3) => (n(), t(j2, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : u("", true), d(r(x2, { label: "文件uuid", class: "amb-design-attr-item" }, { default: i(() => [r(T, { prop: e2.configure.props.format.fileUuid, "onUpdate:prop": l2[14] || (l2[14] = (a3) => e2.configure.props.format.fileUuid = a3), tableConfigure: e2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 }, 512), [[b, e2.configure.props.editLine.editable && "file-upload" === e2.configure.name]]), d(r(x2, { label: "自定义控件名称", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.base.customComponent, "onUpdate:modelValue": l2[15] || (l2[15] = (a3) => e2.configure.props.base.customComponent = a3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.editLine.editable && "custom" === e2.configure.name]])])]), _: 1 })), le.value ? u("", true) : (n(), t(J2, { key: 2, title: "格式设置", name: "formatting", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", z, [r(x2, { label: "格式化分类", class: "amb-design-attr-item" }, { default: i(() => [r(q2, { modelValue: e2.configure.props.format.type, "onUpdate:modelValue": l2[16] || (l2[16] = (a3) => e2.configure.props.format.type = a3), clearable: "", placeholder: "请选择" }, { default: i(() => [r(j2, { label: "数值", value: "number" }), r(j2, { label: "货币", value: "currency" }), r(j2, { label: "日期", value: "date" }), r(j2, { label: "时间", value: "time" }), r(j2, { label: "百分比", value: "percent" }), r(j2, { label: "自定义控件", value: "customControl" }), r(j2, { label: "超链接", value: "hyperlinks" }), r(j2, { label: "图标/标签", value: "icon" }), r(j2, { label: "附件控件", value: "files" }), r(j2, { label: "富文本", value: "richEditor" }), r(j2, { label: "脱敏组件", value: "secretInfo" }), r(j2, { label: "自定义方法", value: "custom" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), "number" === e2.configure.props.format.type || "currency" === e2.configure.props.format.type || "percent" === e2.configure.props.format.type ? (n(), t(x2, { key: 0, label: "小数位数", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.format.decimalDigit, "onUpdate:modelValue": l2[17] || (l2[17] = (a3) => e2.configure.props.format.decimalDigit = a3) }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "number" === e2.configure.props.format.type ? (n(), t(x2, { key: 1, label: "科学计数", class: "amb-design-attr-item" }, { default: i(() => [r(N2, { modelValue: e2.configure.props.format.scientific, "onUpdate:modelValue": l2[18] || (l2[18] = (a3) => e2.configure.props.format.scientific = a3), "active-text": "使用", "inactive-text": "不使用" }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "number" === e2.configure.props.format.type && e2.configure.props.format.scientific ? (n(), t(x2, { key: 2, label: "计数位数", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.format.scientificNum, "onUpdate:modelValue": l2[19] || (l2[19] = (a3) => e2.configure.props.format.scientificNum = a3) }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "number" === e2.configure.props.format.type ? (n(), t(x2, { key: 3, label: "千位分隔符", class: "amb-design-attr-item" }, { default: i(() => [r(N2, { modelValue: e2.configure.props.format.thousandsSeparator, "onUpdate:modelValue": l2[20] || (l2[20] = (a3) => e2.configure.props.format.thousandsSeparator = a3), "active-text": "使用", "inactive-text": "不使用" }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "number" === e2.configure.props.format.type ? (n(), t(x2, { key: 4, label: "数值符号", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.format.symbol, "onUpdate:modelValue": l2[21] || (l2[21] = (a3) => e2.configure.props.format.symbol = a3) }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "currency" === e2.configure.props.format.type ? (n(), t(x2, { key: 5, label: "货币符号", class: "amb-design-attr-item" }, { default: i(() => [r(q2, { modelValue: e2.configure.props.format.currencySymbol, "onUpdate:modelValue": l2[22] || (l2[22] = (a3) => e2.configure.props.format.currencySymbol = a3), placeholder: "Select" }, { default: i(() => [r(j2, { label: "$", value: "$" }), r(j2, { label: "¥", value: "¥" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : u("", true), "date" === e2.configure.props.format.type ? (n(), t(x2, { key: 6, label: "日期类型", class: "amb-design-attr-item" }, { default: i(() => [r(q2, { modelValue: e2.configure.props.format.dataType, "onUpdate:modelValue": l2[23] || (l2[23] = (a3) => e2.configure.props.format.dataType = a3), placeholder: "Select" }, { default: i(() => [(n(true), f(c, null, g(m(F), (e3) => (n(), t(j2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : u("", true), "time" === e2.configure.props.format.type ? (n(), t(x2, { key: 7, label: "时间类型", class: "amb-design-attr-item" }, { default: i(() => [r(q2, { modelValue: e2.configure.props.format.timeType, "onUpdate:modelValue": l2[24] || (l2[24] = (a3) => e2.configure.props.format.timeType = a3), placeholder: "Select" }, { default: i(() => [(n(true), f(c, null, g(m(L), (e3) => (n(), t(j2, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : u("", true), "customControl" === e2.configure.props.format.type ? (n(), t(x2, { key: 8, label: "自定义控件", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.format.customControl, "onUpdate:modelValue": l2[25] || (l2[25] = (a3) => e2.configure.props.format.customControl = a3) }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "customControl" === e2.configure.props.format.type ? (n(), t(x2, { key: 9, class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(S, { data: e2.configure.props.format.parameter, "onUpdate:data": l2[26] || (l2[26] = (a3) => e2.configure.props.format.parameter = a3), tableConfigure: e2.tableConfigure }, null, 8, ["data", "tableConfigure"])]), _: 1 })) : u("", true), "hyperlinks" === e2.configure.props.format.type ? (n(), t(M, { key: 10, pageDesign: e2.pageDesign, linkPage: e2.configure.props.linkPage, "onUpdate:linkPage": l2[27] || (l2[27] = (a3) => e2.configure.props.linkPage = a3), tableConfigure: e2.tableConfigure, isDialog: false }, null, 8, ["pageDesign", "linkPage", "tableConfigure"])) : u("", true), "icon" === e2.configure.props.format.type ? (n(), t(P, { key: 11, setting: e2.configure.props.format }, null, 8, ["setting"])) : u("", true), "custom" === e2.configure.props.format.type ? (n(), t(x2, { key: 12, label: "自定义方法", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.format.customControl, "onUpdate:modelValue": l2[28] || (l2[28] = (a3) => e2.configure.props.format.customControl = a3) }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "files" === e2.configure.props.format.type ? (n(), t(x2, { key: 13, label: "是否多选", class: "amb-design-attr-item" }, { default: i(() => [r(N2, { modelValue: e2.configure.props.format.multiple, "onUpdate:modelValue": l2[29] || (l2[29] = (a3) => e2.configure.props.format.multiple = a3) }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "files" === e2.configure.props.format.type ? (n(), t(x2, { key: 14, label: "文件类型", class: "amb-design-attr-item" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.format.accept, "onUpdate:modelValue": l2[30] || (l2[30] = (a3) => e2.configure.props.format.accept = a3) }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "files" === e2.configure.props.format.type ? (n(), t(x2, { key: 15, label: "文件限制(M)", class: "amb-design-attr-item" }, { default: i(() => [r(K2, { modelValue: e2.configure.props.format.limitFileSize, "onUpdate:modelValue": l2[31] || (l2[31] = (a3) => e2.configure.props.format.limitFileSize = a3), min: 1 }, null, 8, ["modelValue"])]), _: 1 })) : u("", true), "files" === e2.configure.props.format.type && e2.configure.props.format.multiple ? (n(), t(x2, { key: 16, label: "选择数据表" }, { default: i(() => [r(h2, { modelValue: e2.configure.props.format.childAnnexDataTableCode, "onUpdate:modelValue": l2[32] || (l2[32] = (a3) => e2.configure.props.format.childAnnexDataTableCode = a3), onClick: a2.openSelectDataTable, clearable: "" }, { append: i(() => [r(X2, { type: "default", icon: m(V), onClick: a2.openSelectDataTable }, null, 8, ["icon", "onClick"])]), _: 1 }, 8, ["modelValue", "onClick"])]), _: 1 })) : u("", true), "files" === e2.configure.props.format.type ? (n(), t(x2, { key: 17, label: "展示名字段", class: "amb-design-attr-item" }, { default: i(() => [r(T, { prop: e2.configure.props.format.showName, "onUpdate:prop": l2[33] || (l2[33] = (a3) => e2.configure.props.format.showName = a3), tableConfigure: e2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 })) : u("", true), "files" === e2.configure.props.format.type ? (n(), t(x2, { key: 18, label: "服务器字段", class: "amb-design-attr-item" }, { default: i(() => [r(T, { prop: e2.configure.props.format.serverName, "onUpdate:prop": l2[34] || (l2[34] = (a3) => e2.configure.props.format.serverName = a3), tableConfigure: e2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 })) : u("", true)])]), _: 1 })), r(J2, { title: "外观", name: "appearance", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", R, [r(x2, { label: "固定列", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.base.listColumnFixed, "onUpdate:modelValue": l2[35] || (l2[35] = (a3) => e2.configure.props.base.listColumnFixed = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: false }, { default: i(() => l2[52] || (l2[52] = [p("否")])), _: 1 }), r(k2, { value: "left" }, { default: i(() => l2[53] || (l2[53] = [p("居左")])), _: 1 }), r(k2, { value: "right" }, { default: i(() => l2[54] || (l2[54] = [p("居右")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), le.value ? u("", true) : (n(), t(x2, { key: 0, label: "是否排序", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.base.sortable, "onUpdate:modelValue": l2[36] || (l2[36] = (a3) => e2.configure.props.base.sortable = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: true }, { default: i(() => l2[55] || (l2[55] = [p("是")])), _: 1 }), r(k2, { value: false }, { default: i(() => l2[56] || (l2[56] = [p("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), r(x2, { label: "列宽", class: "amb-design-attr-item" }, { default: i(() => [r(K2, { style: { width: "100%" }, modelValue: e2.configure.props.base.columnWidth, "onUpdate:modelValue": l2[37] || (l2[37] = (a3) => e2.configure.props.base.columnWidth = a3), precision: 1 }, null, 8, ["modelValue"])]), _: 1 }), r(x2, { label: "标题对齐", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.base.alignTitle, "onUpdate:modelValue": l2[38] || (l2[38] = (a3) => e2.configure.props.base.alignTitle = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: "left" }, { default: i(() => l2[57] || (l2[57] = [p("居左")])), _: 1 }), r(k2, { value: "center" }, { default: i(() => l2[58] || (l2[58] = [p("居中")])), _: 1 }), r(k2, { value: "right" }, { default: i(() => l2[59] || (l2[59] = [p("居右")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(x2, { label: "内容对齐", class: "amb-design-attr-item-linefeed-two" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.base.alignContent, "onUpdate:modelValue": l2[39] || (l2[39] = (a3) => e2.configure.props.base.alignContent = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: "left" }, { default: i(() => l2[60] || (l2[60] = [p("居左")])), _: 1 }), r(k2, { value: "center" }, { default: i(() => l2[61] || (l2[61] = [p("居中")])), _: 1 }), r(k2, { value: "right" }, { default: i(() => l2[62] || (l2[62] = [p("居右")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), !le.value && e2.configure.props.editLine.editable ? (n(), t(J2, { key: 3, title: "校验", name: "verification", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", B, [r(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(Y2, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": l2[40] || (l2[40] = (a3) => e2.configure.props.verification.required = a3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), r(Z2, { modelValue: e2.configure.props.verification.type, "onUpdate:modelValue": l2[41] || (l2[41] = (a3) => e2.configure.props.verification.type = a3) }, { default: i(() => [r(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(Y2, { label: "文本", value: "string" }), r(Y2, { label: "整形", value: "integer" }), r(Y2, { label: "数字", value: "number" })]), _: 1 }), r(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(Y2, { label: "日期", value: "date" }), r(Y2, { label: "小数", value: "float" }), r(Y2, { label: "布尔", value: "boolean" })]), _: 1 }), r(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(Y2, { label: "邮件", value: "email" }), r(Y2, { label: "网址", value: "url" })]), _: 1 }), r(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(Y2, { label: "单精度", value: "float" }), r(Y2, { label: "十六进制", value: "hex" })]), _: 1 })]), _: 1 }, 8, ["modelValue"]), r(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(ae2, { span: 8 }, { default: i(() => [r(Y2, { modelValue: e2.configure.props.verification.verifyRegex, "onUpdate:modelValue": l2[42] || (l2[42] = (a3) => e2.configure.props.verification.verifyRegex = a3), label: "正则", value: "regex" }, null, 8, ["modelValue"])]), _: 1 }), r(ae2, { span: 14 }, { default: i(() => [r(h2, { modelValue: e2.configure.props.verification.regex, "onUpdate:modelValue": l2[43] || (l2[43] = (a3) => e2.configure.props.verification.regex = a3), class: "mx-4", "controls-position": "right", placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }), r(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [r(ae2, { span: 8 }, { default: i(() => [r(Y2, { label: "自定义", value: "custom" })]), _: 1 }), r(ae2, { span: 14 }, { default: i(() => [r(X2, { type: "default" }, { default: i(() => l2[63] || (l2[63] = [p("自定义逻辑")])), _: 1 }), r(X2, { type: "default", icon: m(V), circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })) : u("", true), le.value ? u("", true) : (n(), t(J2, { key: 4, title: "用户自定义", name: "userDefined", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", I, [r(x2, { label: "可自定义", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.definition.defined, "onUpdate:modelValue": l2[44] || (l2[44] = (a3) => e2.configure.props.definition.defined = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: false }, { default: i(() => l2[64] || (l2[64] = [p("否")])), _: 1 }), r(k2, { value: true }, { default: i(() => l2[65] || (l2[65] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(x2, { label: "自定义导出", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.definition.definedExport, "onUpdate:modelValue": l2[45] || (l2[45] = (a3) => e2.configure.props.definition.definedExport = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: false }, { default: i(() => l2[66] || (l2[66] = [p("否")])), _: 1 }), r(k2, { value: true }, { default: i(() => l2[67] || (l2[67] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(x2, { label: "自定义合并", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.definition.definedMerge, "onUpdate:modelValue": l2[46] || (l2[46] = (a3) => e2.configure.props.definition.definedMerge = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: false }, { default: i(() => l2[68] || (l2[68] = [p("否")])), _: 1 }), r(k2, { value: true }, { default: i(() => l2[69] || (l2[69] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(x2, { label: "自定义位置", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.definition.definedPosition, "onUpdate:modelValue": l2[47] || (l2[47] = (a3) => e2.configure.props.definition.definedPosition = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: false }, { default: i(() => l2[70] || (l2[70] = [p("否")])), _: 1 }), r(k2, { value: true }, { default: i(() => l2[71] || (l2[71] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(x2, { label: "自定义冻结", class: "amb-design-attr-item" }, { default: i(() => [r(U2, { modelValue: e2.configure.props.definition.definedFixed, "onUpdate:modelValue": l2[48] || (l2[48] = (a3) => e2.configure.props.definition.definedFixed = a3), class: "ml-4" }, { default: i(() => [r(k2, { value: false }, { default: i(() => l2[72] || (l2[72] = [p("否")])), _: 1 }), r(k2, { value: true }, { default: i(() => l2[73] || (l2[73] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 })), ie.value ? (n(), t(C, { key: 5, querySetting: e2.configure.props.querySetting, onAdd: ue, onClose: re }, null, 8, ["querySetting"])) : u("", true), r(H, { ref_key: "selectTableDialog", ref: ee, onSelectTable: te, systemCode: e2.configure.systemCode, systemVersion: e2.configure.systemVersion }, null, 8, ["systemCode", "systemVersion"])]), _: 1 }, 8, ["modelValue"])]), _: 1 });
116
+ const h2 = o("el-input"), x2 = o("el-form-item"), U2 = o("el-radio"), T2 = o("el-radio-group"), k2 = o("el-switch"), j2 = o("el-option"), N2 = o("el-select"), R3 = o("el-icon"), W2 = o("el-collapse-item"), z2 = o("el-input-number"), I2 = o("el-checkbox"), Q2 = o("el-checkbox-group"), J2 = o("el-col"), X2 = o("el-button"), Z2 = o("el-collapse"), ae2 = o("el-form");
117
+ return t(), n(ae2, { "label-width": "80px", size: "small" }, { default: i(() => [u(Z2, { modelValue: B.value, "onUpdate:modelValue": l2[30] || (l2[30] = (e3) => B.value = e3), style: { "margin-top": "6px" } }, { default: i(() => [u(W2, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", M, [u(x2, { label: "唯一编码", class: "amb-design-attr-item" }, { default: i(() => [u(h2, { modelValue: e2.configure.uuid, "onUpdate:modelValue": l2[0] || (l2[0] = (a3) => e2.configure.uuid = a3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), Y.value ? r("", true) : (t(), n(x2, { key: 0, label: "绑定变量", class: "amb-design-attr-item" }, { default: i(() => [u(S, { showDynamicColumn: true, showPlaceholder: true, prop: e2.configure.props.base.prop, "onUpdate:prop": l2[1] || (l2[1] = (a3) => e2.configure.props.base.prop = a3), propType: e2.configure.props.base.propType, "onUpdate:propType": l2[2] || (l2[2] = (a3) => e2.configure.props.base.propType = a3), tableConfigure: e2.tableConfigure, onChange: de }, null, 8, ["prop", "propType", "tableConfigure"])]), _: 1 })), u(x2, { label: "标题", class: "amb-design-attr-item" }, { default: i(() => [u(q, { modelValue: e2.configure.props.base.name, "onUpdate:modelValue": l2[3] || (l2[3] = (a3) => e2.configure.props.base.name = a3), onChange: pe, disabled: "$index" === e2.configure.props.base.prop || "$selection" === e2.configure.props.base.prop }, null, 8, ["modelValue", "disabled"])]), _: 1 }), u(x2, { label: "绑定权限", class: "amb-design-attr-item" }, { default: i(() => [u(w, { configure: e2.configure }, null, 8, ["configure"])]), _: 1 }), u(x2, { label: "显示顺序", class: "amb-design-attr-item" }, { default: i(() => [u(h2, { modelValue: e2.configure.props.base.displayOrder, "onUpdate:modelValue": l2[4] || (l2[4] = (a3) => e2.configure.props.base.displayOrder = a3), modelModifiers: { number: true }, onBlur: se, placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), Y.value ? r("", true) : (t(), n(x2, { key: 1, label: "是否显示 ", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.base.visible, "onUpdate:modelValue": l2[5] || (l2[5] = (a3) => e2.configure.props.base.visible = a3), class: "ml-4", onChange: ue }, { default: i(() => [u(U2, { value: true }, { default: i(() => l2[31] || (l2[31] = [p("是")])), _: 1 }), u(U2, { value: false }, { default: i(() => l2[32] || (l2[32] = [p("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), Y.value ? r("", true) : (t(), n(x2, { key: 2, label: "是否导出", class: "amb-design-attr-item" }, { default: i(() => [u(k2, { modelValue: e2.configure.props.base.exportable, "onUpdate:modelValue": l2[6] || (l2[6] = (a3) => e2.configure.props.base.exportable = a3) }, null, 8, ["modelValue"])]), _: 1 })), Y.value ? r("", true) : (t(), n(x2, { key: 3, label: "查询设置", class: "amb-design-attr-item" }, { default: i(() => [s("div", E, [u(N2, { modelValue: e2.configure.props.base.querySettingName, "onUpdate:modelValue": l2[7] || (l2[7] = (a3) => e2.configure.props.base.querySettingName = a3) }, { default: i(() => [u(j2, { label: "不查询", value: "no" }), u(j2, { label: "普通查询", value: "normal" }), u(j2, { label: "高级查询", value: "advanced" })]), _: 1 }, 8, ["modelValue"]), "normal" === e2.configure.props.base.querySettingName || "advanced" === e2.configure.props.base.querySettingName ? (t(), n(R3, { key: 0, style: { "margin-left": "10px" }, onClick: l2[8] || (l2[8] = (e3) => le.value = true) }, { default: i(() => [u(d(y))]), _: 1 })) : r("", true)])]), _: 1 })), Y.value || "normal" !== e2.configure.props.base.querySettingName && "advanced" !== e2.configure.props.base.querySettingName || "STRING" !== e2.configure.props.base.propType ? r("", true) : (t(), n(x2, { key: 4, label: "匹配方式", class: "amb-design-attr-item" }, { default: i(() => [u(N2, { modelValue: e2.configure.props.base.queryMatching, "onUpdate:modelValue": l2[9] || (l2[9] = (a3) => e2.configure.props.base.queryMatching = a3), clearable: "" }, { default: i(() => [u(j2, { label: "全匹配", value: "all" }), u(j2, { label: "左匹配", value: "left" }), u(j2, { label: "右匹配", value: "right" }), u(j2, { label: "精确查询", value: "exactQuery" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), Y.value ? r("", true) : (t(), n(x2, { key: 5, label: "是否合计", class: "amb-design-attr-item" }, { default: i(() => [u(k2, { modelValue: e2.configure.props.base.total, "onUpdate:modelValue": l2[10] || (l2[10] = (a3) => e2.configure.props.base.total = a3) }, null, 8, ["modelValue"])]), _: 1 })), Y.value ? r("", true) : (t(), n(x2, { key: 6, label: "是否筛选", class: "amb-design-attr-item" }, { default: i(() => [u(k2, { modelValue: e2.configure.props.base.filterable, "onUpdate:modelValue": l2[11] || (l2[11] = (a3) => e2.configure.props.base.filterable = a3) }, null, 8, ["modelValue"])]), _: 1 }))])]), _: 1 }), Y.value || "dynamicColumnSelect" == e2.configure.props.base.prop ? r("", true) : (t(), n(_, { key: 0, configure: e2.configure, isTable: true, isDynamicColumn: "dynamicColumnSelect" === e2.configure.props.base.prop, remote: true }, null, 8, ["configure", "isDynamicColumn"])), u(F, { operationColumn: Y.value, configure: e2.configure, tableConfigure: e2.tableConfigure, pageDesign: e2.pageDesign }, null, 8, ["operationColumn", "configure", "tableConfigure", "pageDesign"]), Y.value ? r("", true) : (t(), n(W2, { key: 1, title: "行编辑设置", name: "editLine", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", O, [u(x2, { label: "是否编辑", class: "amb-design-attr-item" }, { default: i(() => [u(k2, { onChange: te, modelValue: e2.configure.props.editLine.editable, "onUpdate:modelValue": l2[12] || (l2[12] = (a3) => e2.configure.props.editLine.editable = a3) }, null, 8, ["modelValue"])]), _: 1 }), u(x2, { label: "默认值", class: "amb-design-attr-item" }, { default: i(() => [u(D, { modelValue: e2.configure.props.base.defaultValue, "onUpdate:modelValue": re }, null, 8, ["modelValue"])]), _: 1 }), e2.configure.props.editLine.editable ? (t(), n(x2, { key: 0, label: "组件类型", class: "amb-design-attr-item" }, { default: i(() => [u(N2, { modelValue: e2.configure.name, "onUpdate:modelValue": l2[13] || (l2[13] = (a3) => e2.configure.name = a3), placeholder: "请选择", onChange: ie }, { default: i(() => [(t(true), c(f, null, g(d(C)(), (e3) => (t(), n(j2, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : r("", true), m(u(x2, { label: "文件uuid", class: "amb-design-attr-item" }, { default: i(() => [u(S, { prop: e2.configure.props.format.fileUuid, "onUpdate:prop": l2[14] || (l2[14] = (a3) => e2.configure.props.format.fileUuid = a3), tableConfigure: e2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 }, 512), [[b, e2.configure.props.editLine.editable && "file-upload" === e2.configure.name]]), m(u(x2, { label: "自定义控件名称", class: "amb-design-attr-item" }, { default: i(() => [u(h2, { modelValue: e2.configure.props.base.customComponent, "onUpdate:modelValue": l2[15] || (l2[15] = (a3) => e2.configure.props.base.customComponent = a3) }, null, 8, ["modelValue"])]), _: 1 }, 512), [[b, e2.configure.props.editLine.editable && "custom" === e2.configure.name]])])]), _: 1 })), Y.value ? r("", true) : (t(), n(W2, { key: 2, title: "格式设置", name: "formatting", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", G, [u(H, { configure: e2.configure, pageDesign: e2.pageDesign }, null, 8, ["configure", "pageDesign"])])]), _: 1 })), u(W2, { title: "外观", name: "appearance", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", A, [u(x2, { label: "固定列", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.base.listColumnFixed, "onUpdate:modelValue": l2[16] || (l2[16] = (a3) => e2.configure.props.base.listColumnFixed = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: false }, { default: i(() => l2[33] || (l2[33] = [p("否")])), _: 1 }), u(U2, { value: "left" }, { default: i(() => l2[34] || (l2[34] = [p("居左")])), _: 1 }), u(U2, { value: "right" }, { default: i(() => l2[35] || (l2[35] = [p("居右")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), Y.value ? r("", true) : (t(), n(x2, { key: 0, label: "是否排序", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.base.sortable, "onUpdate:modelValue": l2[17] || (l2[17] = (a3) => e2.configure.props.base.sortable = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: true }, { default: i(() => l2[36] || (l2[36] = [p("是")])), _: 1 }), u(U2, { value: false }, { default: i(() => l2[37] || (l2[37] = [p("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })), u(x2, { label: "列宽", class: "amb-design-attr-item" }, { default: i(() => [u(z2, { style: { width: "100%" }, modelValue: e2.configure.props.base.columnWidth, "onUpdate:modelValue": l2[18] || (l2[18] = (a3) => e2.configure.props.base.columnWidth = a3), precision: 1 }, null, 8, ["modelValue"])]), _: 1 }), u(x2, { label: "标题对齐", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.base.alignTitle, "onUpdate:modelValue": l2[19] || (l2[19] = (a3) => e2.configure.props.base.alignTitle = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: "left" }, { default: i(() => l2[38] || (l2[38] = [p("居左")])), _: 1 }), u(U2, { value: "center" }, { default: i(() => l2[39] || (l2[39] = [p("居中")])), _: 1 }), u(U2, { value: "right" }, { default: i(() => l2[40] || (l2[40] = [p("居右")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), u(x2, { label: "内容对齐", class: "amb-design-attr-item-linefeed-two" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.base.alignContent, "onUpdate:modelValue": l2[20] || (l2[20] = (a3) => e2.configure.props.base.alignContent = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: "left" }, { default: i(() => l2[41] || (l2[41] = [p("居左")])), _: 1 }), u(U2, { value: "center" }, { default: i(() => l2[42] || (l2[42] = [p("居中")])), _: 1 }), u(U2, { value: "right" }, { default: i(() => l2[43] || (l2[43] = [p("居右")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 }), !Y.value && e2.configure.props.editLine.editable ? (t(), n(W2, { key: 3, title: "校验", name: "verification", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", $, [u(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [u(I2, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": l2[21] || (l2[21] = (a3) => e2.configure.props.verification.required = a3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), u(Q2, { modelValue: e2.configure.props.verification.type, "onUpdate:modelValue": l2[22] || (l2[22] = (a3) => e2.configure.props.verification.type = a3) }, { default: i(() => [u(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [u(I2, { label: "文本", value: "string" }), u(I2, { label: "整形", value: "integer" }), u(I2, { label: "数字", value: "number" })]), _: 1 }), u(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [u(I2, { label: "日期", value: "date" }), u(I2, { label: "小数", value: "float" }), u(I2, { label: "布尔", value: "boolean" })]), _: 1 }), u(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [u(I2, { label: "邮件", value: "email" }), u(I2, { label: "网址", value: "url" })]), _: 1 }), u(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [u(I2, { label: "单精度", value: "float" }), u(I2, { label: "十六进制", value: "hex" })]), _: 1 })]), _: 1 }, 8, ["modelValue"]), u(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [u(J2, { span: 8 }, { default: i(() => [u(I2, { modelValue: e2.configure.props.verification.verifyRegex, "onUpdate:modelValue": l2[23] || (l2[23] = (a3) => e2.configure.props.verification.verifyRegex = a3), label: "正则", value: "regex" }, null, 8, ["modelValue"])]), _: 1 }), u(J2, { span: 14 }, { default: i(() => [u(h2, { modelValue: e2.configure.props.verification.regex, "onUpdate:modelValue": l2[24] || (l2[24] = (a3) => e2.configure.props.verification.regex = a3), class: "mx-4", "controls-position": "right", placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }), u(x2, { class: "amb-design-attr-item", "label-width": "0" }, { default: i(() => [u(J2, { span: 8 }, { default: i(() => [u(I2, { label: "自定义", value: "custom" })]), _: 1 }), u(J2, { span: 14 }, { default: i(() => [u(X2, { type: "default" }, { default: i(() => l2[44] || (l2[44] = [p("自定义逻辑")])), _: 1 }), u(X2, { type: "default", icon: d(v), circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })) : r("", true), Y.value ? r("", true) : (t(), n(W2, { key: 4, title: "用户自定义", name: "userDefined", class: "amb-design-attr-group-header" }, { default: i(() => [s("div", P, [u(x2, { label: "可自定义", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.definition.defined, "onUpdate:modelValue": l2[25] || (l2[25] = (a3) => e2.configure.props.definition.defined = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: false }, { default: i(() => l2[45] || (l2[45] = [p("否")])), _: 1 }), u(U2, { value: true }, { default: i(() => l2[46] || (l2[46] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), u(x2, { label: "自定义导出", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.definition.definedExport, "onUpdate:modelValue": l2[26] || (l2[26] = (a3) => e2.configure.props.definition.definedExport = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: false }, { default: i(() => l2[47] || (l2[47] = [p("否")])), _: 1 }), u(U2, { value: true }, { default: i(() => l2[48] || (l2[48] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), u(x2, { label: "自定义合并", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.definition.definedMerge, "onUpdate:modelValue": l2[27] || (l2[27] = (a3) => e2.configure.props.definition.definedMerge = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: false }, { default: i(() => l2[49] || (l2[49] = [p("否")])), _: 1 }), u(U2, { value: true }, { default: i(() => l2[50] || (l2[50] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), u(x2, { label: "自定义位置", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.definition.definedPosition, "onUpdate:modelValue": l2[28] || (l2[28] = (a3) => e2.configure.props.definition.definedPosition = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: false }, { default: i(() => l2[51] || (l2[51] = [p("否")])), _: 1 }), u(U2, { value: true }, { default: i(() => l2[52] || (l2[52] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), u(x2, { label: "自定义冻结", class: "amb-design-attr-item" }, { default: i(() => [u(T2, { modelValue: e2.configure.props.definition.definedFixed, "onUpdate:modelValue": l2[29] || (l2[29] = (a3) => e2.configure.props.definition.definedFixed = a3), class: "ml-4" }, { default: i(() => [u(U2, { value: false }, { default: i(() => l2[53] || (l2[53] = [p("否")])), _: 1 }), u(U2, { value: true }, { default: i(() => l2[54] || (l2[54] = [p("是")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 })])]), _: 1 })), le.value ? (t(), n(V, { key: 5, querySetting: e2.configure.props.querySetting, onAdd: ne, onClose: oe }, null, 8, ["querySetting"])) : r("", true), u(L, { ref_key: "selectTableDialog", ref: K, onSelectTable: ee, systemCode: e2.configure.systemCode, systemVersion: e2.configure.systemVersion }, null, 8, ["systemCode", "systemVersion"])]), _: 1 }, 8, ["modelValue"])]), _: 1 });
121
118
  };
122
119
  } });
123
120
  export {
124
- W as default
121
+ R as default
125
122
  };
@@ -1,15 +1,17 @@
1
1
  import { defineComponent as e, ref as a, onMounted as l, resolveComponent as o, createElementBlock as n, openBlock as t, Fragment as i, createBlock as u, createCommentVNode as m, createVNode as r, withCtx as s, createElementVNode as d, withDirectives as c, createTextVNode as p, unref as g, renderList as f, normalizeClass as y, vShow as C } from "vue";
2
2
  import { Search as b, Close as D } from "@element-plus/icons-vue";
3
3
  import V from "../../common/page-permission-select.vue.js";
4
- import T from "../../common/common-select-table.vue.js";
5
- import { usePageContextStore as v } from "../../../../../../stores/page-store.js";
4
+ import v from "../../common/common-select-table.vue.js";
5
+ import { usePageContextStore as T } from "../../../../../../stores/page-store.js";
6
6
  import { queryTableFields as _ } from "../../../../utils/page-table-util.js";
7
7
  import S from "../../form/common/condition.vue.js";
8
8
  import k from "../component/dynamic-column.vue.js";
9
9
  import F from "../component/configuration-value.vue.js";
10
10
  import h from "agilebuilder-ui/src/utils/request";
11
+ import "uuid";
12
+ import "../../../../utils/assemblys-config.js";
11
13
  const U = { style: { padding: "8px 0px 0px 0px" } }, N = ["onClick"], j = e({ __name: "tablecolumn-dynamic-column", props: { configure: { type: Object, default: () => ({ props: {} }) }, tableConfigure: { type: Object, default: () => ({ props: {} }) }, pageDesign: { type: Object, default: () => ({ props: {} }) }, operationColumn: { type: Boolean, default: false } }, setup(e2) {
12
- const j2 = e2, x = a(), G = a(""), q = v(), w = a(), A = a(), L = a(), O = a(""), R = a([]);
14
+ const j2 = e2, x = a(), G = a(""), q = T(), w = a(), A = a(), L = a(), O = a(""), R = a([]);
13
15
  let z = a([]);
14
16
  const P = a({});
15
17
  function I(e3) {
@@ -70,21 +72,19 @@ const U = { style: { padding: "8px 0px 0px 0px" } }, N = ["onClick"], j = e({ __
70
72
  function ee() {
71
73
  Y.value = false;
72
74
  }
73
- function ae(e3) {
74
- }
75
75
  return l(() => {
76
76
  var _a, _b, _c;
77
77
  "dynamicColumnSelect" === ((_a = j2.configure.props.base) == null ? void 0 : _a.prop) && ("dataTable" === ((_b = j2.configure.props.dynamicColumnData) == null ? void 0 : _b.dataSources) && j2.configure.props.dynamicColumnData.dataTableCode ? E() : "optionGroup" === ((_c = j2.configure.props.dynamicColumnData) == null ? void 0 : _c.dataSources) && j2.configure.props.dynamicColumnData.optionGroupCode && Q(""), j2.configure.props.dynamicColumnData && j2.configure.props.dynamicColumnData.settingDataTableCode && H());
78
78
  }), (a2, l2) => {
79
- const v2 = o("el-radio"), _2 = o("el-radio-group"), h2 = o("el-form-item"), G2 = o("el-input"), q2 = o("el-button"), E2 = o("el-option"), H2 = o("el-select"), le = o("el-divider"), oe = o("el-collapse-item");
80
- return t(), n(i, null, [e2.operationColumn || "dynamicColumnSelect" !== e2.configure.props.base.prop ? m("", true) : (t(), u(oe, { key: 0, title: "动态列", name: "columnModel", class: "amb-design-attr-group-header" }, { default: s(() => {
79
+ const T2 = o("el-radio"), _2 = o("el-radio-group"), h2 = o("el-form-item"), G2 = o("el-input"), q2 = o("el-button"), E2 = o("el-option"), H2 = o("el-select"), ae = o("el-divider"), le = o("el-collapse-item");
80
+ return t(), n(i, null, [e2.operationColumn || "dynamicColumnSelect" !== e2.configure.props.base.prop ? m("", true) : (t(), u(le, { key: 0, title: "动态列", name: "columnModel", class: "amb-design-attr-group-header" }, { default: s(() => {
81
81
  var _a, _b, _c, _d;
82
- return [d("div", U, [r(h2, { label: "数据来源", class: "amb-design-attr-item" }, { default: s(() => [r(_2, { modelValue: e2.configure.props.dynamicColumnData.dataSources, "onUpdate:modelValue": l2[0] || (l2[0] = (a3) => e2.configure.props.dynamicColumnData.dataSources = a3), onChange: I }, { default: s(() => [r(v2, { value: "dataTable" }, { default: s(() => l2[21] || (l2[21] = [p("数据表/视图")])), _: 1 }), r(v2, { value: "sql" }, { default: s(() => l2[22] || (l2[22] = [p("SQL语句")])), _: 1 }), r(v2, { value: "optionGroup" }, { default: s(() => l2[23] || (l2[23] = [p("选项组")])), _: 1 }), r(v2, { value: "bean" }, { default: s(() => l2[24] || (l2[24] = [p("bean名称")])), _: 1 }), r(v2, { value: "service" }, { default: s(() => l2[25] || (l2[25] = [p("服务")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), "bean" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(h2, { key: 0, label: "bean名称", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.beanName, "onUpdate:modelValue": l2[1] || (l2[1] = (a3) => e2.configure.props.dynamicColumnData.beanName = a3) }, null, 8, ["modelValue"])]), _: 1 })) : m("", true), "service" === e2.configure.props.dynamicColumnData.dataSources && e2.configure.props.dynamicColumnData.service ? (t(), u(h2, { key: 1, label: "服务名", class: "amb-design-attr-item" }, { default: s(() => [r(V, { pageDesign: e2.pageDesign, rowObj: e2.configure.props.dynamicColumnData.service, onlyService: "", "onUpdate:modelValue": l2[2] || (l2[2] = (e3, a3, l3) => function(e4, a4, l4) {
82
+ return [d("div", U, [r(h2, { label: "数据来源", class: "amb-design-attr-item" }, { default: s(() => [r(_2, { modelValue: e2.configure.props.dynamicColumnData.dataSources, "onUpdate:modelValue": l2[0] || (l2[0] = (a3) => e2.configure.props.dynamicColumnData.dataSources = a3), onChange: I }, { default: s(() => [r(T2, { value: "dataTable" }, { default: s(() => l2[21] || (l2[21] = [p("数据表/视图")])), _: 1 }), r(T2, { value: "sql" }, { default: s(() => l2[22] || (l2[22] = [p("SQL语句")])), _: 1 }), r(T2, { value: "optionGroup" }, { default: s(() => l2[23] || (l2[23] = [p("选项组")])), _: 1 }), r(T2, { value: "bean" }, { default: s(() => l2[24] || (l2[24] = [p("bean名称")])), _: 1 }), r(T2, { value: "service" }, { default: s(() => l2[25] || (l2[25] = [p("服务")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), "bean" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(h2, { key: 0, label: "bean名称", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.beanName, "onUpdate:modelValue": l2[1] || (l2[1] = (a3) => e2.configure.props.dynamicColumnData.beanName = a3) }, null, 8, ["modelValue"])]), _: 1 })) : m("", true), "service" === e2.configure.props.dynamicColumnData.dataSources && e2.configure.props.dynamicColumnData.service ? (t(), u(h2, { key: 1, label: "服务名", class: "amb-design-attr-item" }, { default: s(() => [r(V, { pageDesign: e2.pageDesign, rowObj: e2.configure.props.dynamicColumnData.service, onlyService: "", "onUpdate:modelValue": l2[2] || (l2[2] = (e3, a3, l3) => function(e4, a4, l4) {
83
83
  j2.configure.props.dynamicColumnData.service.simpleCode = a4, j2.configure.props.dynamicColumnData.service.name = l4;
84
84
  }(0, a3, l3)) }, null, 8, ["pageDesign", "rowObj"])]), _: 1 })) : m("", true), r(h2, { label: "监控字段", title: "监控主表字段", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.watchParentAttr, "onUpdate:modelValue": l2[3] || (l2[3] = (a3) => e2.configure.props.dynamicColumnData.watchParentAttr = a3) }, null, 8, ["modelValue"])]), _: 1 }), "dataTable" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(h2, { key: 2, label: "数据表视图", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.dataTableCode, "onUpdate:modelValue": l2[6] || (l2[6] = (a3) => e2.configure.props.dynamicColumnData.dataTableCode = a3), title: e2.configure.props.dynamicColumnData.dataTableCode, onClick: l2[7] || (l2[7] = (e3) => B("masterTable")), clearable: "", readonly: "true" }, { append: s(() => [r(q2, { type: "default", icon: g(b), onClick: l2[4] || (l2[4] = (e3) => B("masterTable")), size: "small" }, null, 8, ["icon"]), r(q2, { type: "default", icon: g(D), onClick: l2[5] || (l2[5] = (e3) => M("masterTable")), title: "Clear", size: "small" }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue", "title"])]), _: 1 })) : m("", true), "dataTable" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(h2, { key: 3, label: "排序", class: "amb-design-attr-item" }, { default: s(() => [r(q2, { type: "primary", onClick: W }, { default: s(() => l2[26] || (l2[26] = [p("添加")])), _: 1 }), r(q2, { type: "default", onClick: X }, { default: s(() => l2[27] || (l2[27] = [p("删除")])), _: 1 }), (t(true), n(i, null, f(e2.configure.props.dynamicColumnData.dataTableSortTable, (e3, a3) => (t(), n("div", { key: a3, onClick: (e4) => function(e5) {
85
85
  O.value = e5;
86
- }(a3), style: { "margin-top": "6px" }, class: y(O.value === a3 ? "amb-design-attr-item-inline seleteSort" : "amb-design-attr-item-inline") }, [r(H2, { modelValue: e3.sortColumn, "onUpdate:modelValue": (a4) => e3.sortColumn = a4, filterable: "", clearable: "", placeholder: "请选择" }, { default: s(() => [(t(true), n(i, null, f(R.value, (e4, a4) => (t(), u(E2, { key: a4, label: e4.alias + "(" + e4.dbColumnName + ")", value: e4.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]), r(H2, { modelValue: e3.sortOrder, "onUpdate:modelValue": (a4) => e3.sortOrder = a4, style: { "margin-left": "10px" }, placeholder: "请选择" }, { default: s(() => [r(E2, { label: "升序", value: "asc" }), r(E2, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])], 10, N))), 128))]), _: 1 })) : m("", true), c(r(h2, { label: "查询条件", class: "amb-design-attr-item" }, { default: s(() => [r(S, { title: "查询条件", list: e2.configure.props.dynamicColumnData.searchcondition, ref_key: "queryConditionRef", ref: w }, null, 8, ["list"])]), _: 1 }, 512), [[C, "dataTable" === e2.configure.props.dynamicColumnData.dataSources]]), c(r(h2, { label: "SQL", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.sql, "onUpdate:modelValue": l2[8] || (l2[8] = (a3) => e2.configure.props.dynamicColumnData.sql = a3), rows: 2, type: "textarea" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[C, "sql" === e2.configure.props.dynamicColumnData.dataSources]]), c(r(h2, { label: "选项组名", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.optionGroupCode, "onUpdate:modelValue": l2[9] || (l2[9] = (a3) => e2.configure.props.dynamicColumnData.optionGroupCode = a3), filterable: "", remote: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "", "remote-method": Q, loading: J.value }, { default: s(() => [(t(true), n(i, null, f(K.value, (e3) => (t(), u(E2, { key: e3.code, label: e3.name + "(" + e3.code + ")", value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "loading"])]), _: 1 }, 512), [[C, "optionGroup" === e2.configure.props.dynamicColumnData.dataSources]]), r(le, null, { default: s(() => l2[28] || (l2[28] = [d("span", null, "列模型设置", -1)])), _: 1 }), r(h2, { label: "数据表", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.settingDataTableCode, "onUpdate:modelValue": l2[12] || (l2[12] = (a3) => e2.configure.props.dynamicColumnData.settingDataTableCode = a3), title: e2.configure.props.dynamicColumnData.settingDataTableCode, clearable: "", readonly: "true" }, { append: s(() => [r(q2, { type: "default", icon: g(b), onClick: l2[10] || (l2[10] = (e3) => B("sublist")), size: "small" }, null, 8, ["icon"]), r(q2, { type: "default", icon: g(D), onClick: l2[11] || (l2[11] = (e3) => M("sublist")), title: "Clear", size: "small" }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue", "title"])]), _: 1 }), r(h2, { label: "关联字段", title: "与主表关联字段", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.settingRelationColumn, "onUpdate:modelValue": l2[13] || (l2[13] = (a3) => e2.configure.props.dynamicColumnData.settingRelationColumn = a3), clearable: "", filterable: "" }, { default: s(() => [(t(true), n(i, null, f(g(z), (e3, a3) => (t(), u(E2, { key: a3, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(h2, { label: "查询条件", title: "查询附加条件", class: "amb-design-attr-item" }, { default: s(() => [r(S, { title: "查询条件", list: e2.configure.props.dynamicColumnData.selectCondition, ref_key: "selectConditionRef", ref: A }, null, 8, ["list"])]), _: 1 }), r(h2, { label: "更新条件", title: "更新附加条件", class: "amb-design-attr-item" }, { default: s(() => [r(S, { title: "更新条件", list: e2.configure.props.dynamicColumnData.updateCondition, ref_key: "updateConditionRef", ref: L }, null, 8, ["list"])]), _: 1 }), r(h2, { label: "配置模型", title: "配置模型", class: "amb-design-attr-item" }, { default: s(() => [r(k, { configure: e2.configure, clolumnTableFields: g(z), modelTableFieldList: R.value }, null, 8, ["configure", "clolumnTableFields", "modelTableFieldList"])]), _: 1 }), r(h2, { label: "分组标题", title: "分组标题类型", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.mergeFieldType, "onUpdate:modelValue": l2[14] || (l2[14] = (a3) => e2.configure.props.dynamicColumnData.mergeFieldType = a3), clearable: "" }, { default: s(() => [r(E2, { label: "不设置分组标题", value: "no" }), r(E2, { label: "合并为一组", value: "one" }), r(E2, { label: "分组字段", value: "more" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), "one" === ((_a = e2.configure.props.dynamicColumnData) == null ? void 0 : _a.mergeFieldType) ? (t(), u(h2, { key: 4, label: "设置标题", title: "设置标题", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.mergeName, "onUpdate:modelValue": l2[15] || (l2[15] = (a3) => e2.configure.props.dynamicColumnData.mergeName = a3) }, null, 8, ["modelValue"])]), _: 1 })) : m("", true), "one" === ((_b = e2.configure.props.dynamicColumnData) == null ? void 0 : _b.mergeFieldType) ? (t(), u(h2, { key: 5, label: "标题国际化key", title: "国际化key", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.mergeNameI18nKey, "onUpdate:modelValue": l2[16] || (l2[16] = (a3) => e2.configure.props.dynamicColumnData.mergeNameI18nKey = a3) }, null, 8, ["modelValue"])]), _: 1 })) : m("", true), "more" === ((_c = e2.configure.props.dynamicColumnData) == null ? void 0 : _c.mergeFieldType) ? (t(), u(h2, { key: 6, label: "设置字段", title: "设置字段", class: "amb-design-attr-item" }, { default: s(() => ["dataTable" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(H2, { key: 0, modelValue: e2.configure.props.dynamicColumnData.mergeField, "onUpdate:modelValue": l2[17] || (l2[17] = (a3) => e2.configure.props.dynamicColumnData.mergeField = a3), filterable: "", clearable: "", placeholder: "请选择" }, { default: s(() => [(t(true), n(i, null, f(R.value, (e3, a3) => (t(), u(E2, { key: a3, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])) : "optionGroup" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(G2, { key: 1, disabled: true, modelValue: e2.configure.props.dynamicColumnData.mergeFieldLabelTemp, "onUpdate:modelValue": l2[18] || (l2[18] = (a3) => e2.configure.props.dynamicColumnData.mergeFieldLabelTemp = a3) }, null, 8, ["modelValue"])) : "sql" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(G2, { key: 2, modelValue: e2.configure.props.dynamicColumnData.mergeField, "onUpdate:modelValue": l2[19] || (l2[19] = (a3) => e2.configure.props.dynamicColumnData.mergeField = a3) }, null, 8, ["modelValue"])) : m("", true)]), _: 1 })) : m("", true), "more" === ((_d = e2.configure.props.dynamicColumnData) == null ? void 0 : _d.mergeFieldType) ? (t(), u(h2, { key: 7, label: "内容与标题对应字段", title: "内容与标题对应字段", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.mergeTitleContentJoinField, "onUpdate:modelValue": l2[20] || (l2[20] = (a3) => e2.configure.props.dynamicColumnData.mergeTitleContentJoinField = a3), filterable: "", clearable: "", placeholder: "请选择" }, { default: s(() => [(t(true), n(i, null, f(g(z), (e3, a3) => (t(), u(E2, { key: a3, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : m("", true)])];
87
- }), _: 1 })), r(T, { ref_key: "selectTableDialog", ref: x, onSelectTable: $, systemCode: e2.configure.systemCode, systemVersion: e2.configure.systemVersion }, null, 8, ["systemCode", "systemVersion"]), Y.value ? (t(), u(F, { key: 1, ref_key: "configurationRef", ref: Z, configValue: P.value, clolumnTableFields: g(z), onAdd: ae, onClose: ee }, null, 8, ["configValue", "clolumnTableFields"])) : m("", true)], 64);
86
+ }(a3), style: { "margin-top": "6px" }, class: y(O.value === a3 ? "amb-design-attr-item-inline seleteSort" : "amb-design-attr-item-inline") }, [r(H2, { modelValue: e3.sortColumn, "onUpdate:modelValue": (a4) => e3.sortColumn = a4, filterable: "", clearable: "", placeholder: "请选择" }, { default: s(() => [(t(true), n(i, null, f(R.value, (e4, a4) => (t(), u(E2, { key: a4, label: e4.alias + "(" + e4.dbColumnName + ")", value: e4.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]), r(H2, { modelValue: e3.sortOrder, "onUpdate:modelValue": (a4) => e3.sortOrder = a4, style: { "margin-left": "10px" }, placeholder: "请选择" }, { default: s(() => [r(E2, { label: "升序", value: "asc" }), r(E2, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])], 10, N))), 128))]), _: 1 })) : m("", true), c(r(h2, { label: "查询条件", class: "amb-design-attr-item" }, { default: s(() => [r(S, { title: "查询条件", list: e2.configure.props.dynamicColumnData.searchcondition, ref_key: "queryConditionRef", ref: w }, null, 8, ["list"])]), _: 1 }, 512), [[C, "dataTable" === e2.configure.props.dynamicColumnData.dataSources]]), c(r(h2, { label: "SQL", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.sql, "onUpdate:modelValue": l2[8] || (l2[8] = (a3) => e2.configure.props.dynamicColumnData.sql = a3), rows: 2, type: "textarea" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[C, "sql" === e2.configure.props.dynamicColumnData.dataSources]]), c(r(h2, { label: "选项组名", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.optionGroupCode, "onUpdate:modelValue": l2[9] || (l2[9] = (a3) => e2.configure.props.dynamicColumnData.optionGroupCode = a3), filterable: "", remote: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "", "remote-method": Q, loading: J.value }, { default: s(() => [(t(true), n(i, null, f(K.value, (e3) => (t(), u(E2, { key: e3.code, label: e3.name + "(" + e3.code + ")", value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "loading"])]), _: 1 }, 512), [[C, "optionGroup" === e2.configure.props.dynamicColumnData.dataSources]]), r(ae, null, { default: s(() => l2[28] || (l2[28] = [d("span", null, "列模型设置", -1)])), _: 1 }), r(h2, { label: "数据表", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.settingDataTableCode, "onUpdate:modelValue": l2[12] || (l2[12] = (a3) => e2.configure.props.dynamicColumnData.settingDataTableCode = a3), title: e2.configure.props.dynamicColumnData.settingDataTableCode, clearable: "", readonly: "true" }, { append: s(() => [r(q2, { type: "default", icon: g(b), onClick: l2[10] || (l2[10] = (e3) => B("sublist")), size: "small" }, null, 8, ["icon"]), r(q2, { type: "default", icon: g(D), onClick: l2[11] || (l2[11] = (e3) => M("sublist")), title: "Clear", size: "small" }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue", "title"])]), _: 1 }), r(h2, { label: "关联字段", title: "与主表关联字段", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.settingRelationColumn, "onUpdate:modelValue": l2[13] || (l2[13] = (a3) => e2.configure.props.dynamicColumnData.settingRelationColumn = a3), clearable: "", filterable: "" }, { default: s(() => [(t(true), n(i, null, f(g(z), (e3, a3) => (t(), u(E2, { key: a3, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(h2, { label: "查询条件", title: "查询附加条件", class: "amb-design-attr-item" }, { default: s(() => [r(S, { title: "查询条件", list: e2.configure.props.dynamicColumnData.selectCondition, ref_key: "selectConditionRef", ref: A }, null, 8, ["list"])]), _: 1 }), r(h2, { label: "更新条件", title: "更新附加条件", class: "amb-design-attr-item" }, { default: s(() => [r(S, { title: "更新条件", list: e2.configure.props.dynamicColumnData.updateCondition, ref_key: "updateConditionRef", ref: L }, null, 8, ["list"])]), _: 1 }), r(h2, { label: "配置模型", title: "配置模型", class: "amb-design-attr-item" }, { default: s(() => [r(k, { configure: e2.configure, pageDesign: e2.pageDesign, clolumnTableFields: g(z), modelTableFieldList: R.value }, null, 8, ["configure", "pageDesign", "clolumnTableFields", "modelTableFieldList"])]), _: 1 }), r(h2, { label: "分组标题", title: "分组标题类型", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.mergeFieldType, "onUpdate:modelValue": l2[14] || (l2[14] = (a3) => e2.configure.props.dynamicColumnData.mergeFieldType = a3), clearable: "" }, { default: s(() => [r(E2, { label: "不设置分组标题", value: "no" }), r(E2, { label: "合并为一组", value: "one" }), r(E2, { label: "分组字段", value: "more" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), "one" === ((_a = e2.configure.props.dynamicColumnData) == null ? void 0 : _a.mergeFieldType) ? (t(), u(h2, { key: 4, label: "设置标题", title: "设置标题", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.mergeName, "onUpdate:modelValue": l2[15] || (l2[15] = (a3) => e2.configure.props.dynamicColumnData.mergeName = a3) }, null, 8, ["modelValue"])]), _: 1 })) : m("", true), "one" === ((_b = e2.configure.props.dynamicColumnData) == null ? void 0 : _b.mergeFieldType) ? (t(), u(h2, { key: 5, label: "标题国际化key", title: "国际化key", class: "amb-design-attr-item" }, { default: s(() => [r(G2, { modelValue: e2.configure.props.dynamicColumnData.mergeNameI18nKey, "onUpdate:modelValue": l2[16] || (l2[16] = (a3) => e2.configure.props.dynamicColumnData.mergeNameI18nKey = a3) }, null, 8, ["modelValue"])]), _: 1 })) : m("", true), "more" === ((_c = e2.configure.props.dynamicColumnData) == null ? void 0 : _c.mergeFieldType) ? (t(), u(h2, { key: 6, label: "设置字段", title: "设置字段", class: "amb-design-attr-item" }, { default: s(() => ["dataTable" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(H2, { key: 0, modelValue: e2.configure.props.dynamicColumnData.mergeField, "onUpdate:modelValue": l2[17] || (l2[17] = (a3) => e2.configure.props.dynamicColumnData.mergeField = a3), filterable: "", clearable: "", placeholder: "请选择" }, { default: s(() => [(t(true), n(i, null, f(R.value, (e3, a3) => (t(), u(E2, { key: a3, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])) : "optionGroup" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(G2, { key: 1, disabled: true, modelValue: e2.configure.props.dynamicColumnData.mergeFieldLabelTemp, "onUpdate:modelValue": l2[18] || (l2[18] = (a3) => e2.configure.props.dynamicColumnData.mergeFieldLabelTemp = a3) }, null, 8, ["modelValue"])) : "sql" === e2.configure.props.dynamicColumnData.dataSources ? (t(), u(G2, { key: 2, modelValue: e2.configure.props.dynamicColumnData.mergeField, "onUpdate:modelValue": l2[19] || (l2[19] = (a3) => e2.configure.props.dynamicColumnData.mergeField = a3) }, null, 8, ["modelValue"])) : m("", true)]), _: 1 })) : m("", true), "more" === ((_d = e2.configure.props.dynamicColumnData) == null ? void 0 : _d.mergeFieldType) ? (t(), u(h2, { key: 7, label: "内容与标题对应字段", title: "内容与标题对应字段", class: "amb-design-attr-item" }, { default: s(() => [r(H2, { modelValue: e2.configure.props.dynamicColumnData.mergeTitleContentJoinField, "onUpdate:modelValue": l2[20] || (l2[20] = (a3) => e2.configure.props.dynamicColumnData.mergeTitleContentJoinField = a3), filterable: "", clearable: "", placeholder: "请选择" }, { default: s(() => [(t(true), n(i, null, f(g(z), (e3, a3) => (t(), u(E2, { key: a3, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : m("", true)])];
87
+ }), _: 1 })), r(v, { ref_key: "selectTableDialog", ref: x, onSelectTable: $, systemCode: e2.configure.systemCode, systemVersion: e2.configure.systemVersion }, null, 8, ["systemCode", "systemVersion"]), Y.value ? (t(), u(F, { key: 1, ref_key: "configurationRef", ref: Z, titleValueSetConfigure: P.value, pageDesign: e2.pageDesign, onClose: ee }, null, 8, ["titleValueSetConfigure", "pageDesign"])) : m("", true)], 64);
88
88
  };
89
89
  } });
90
90
  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 r, createElementVNode as n, createCommentVNode as s, createElementBlock as i, Fragment as m, renderList as p, unref as d, createTextVNode as c } from "vue";
2
2
  import { getFormComponentOptions as f } from "../../../../utils/assemblys-config.js";
3
- import g from "../component/data-origin-tree.vue.js";
4
- import b from "../../form/common/data-linkage.vue.js";
3
+ import b from "../component/data-origin-tree.vue.js";
4
+ import g from "../../form/common/data-linkage.vue.js";
5
5
  import y from "../../common/common-attr-size.vue.js";
6
6
  import V from "../../common/common-variable-bind.vue.js";
7
7
  import _ from "../../common/common-icon-bind.vue.js";
@@ -28,11 +28,11 @@ const N = { style: { padding: "8px 0px 0px 0px" } }, T = { style: { padding: "8p
28
28
  }).catch((e4) => {
29
29
  });
30
30
  }
31
- return H2.pageDesign, null == H2.configure.props.base.showCheckbox && (H2.configure.props.base.showCheckbox = "no"), null == H2.configure.props.base.defaultExpandAll && (H2.configure.props.base.defaultExpandAll = false), null == H2.configure.props.base.expandOnClickNode && (H2.configure.props.base.expandOnClickNode = true), null == H2.configure.props.base.accordion && (H2.configure.props.base.accordion = false), null == H2.configure.props.base.lazy && (H2.configure.props.base.lazy = false), H2.configure.props.format || (H2.configure.props.format = {}), (l2, U2) => {
31
+ return null == H2.configure.props.base.showCheckbox && (H2.configure.props.base.showCheckbox = "no"), null == H2.configure.props.base.defaultExpandAll && (H2.configure.props.base.defaultExpandAll = false), null == H2.configure.props.base.expandOnClickNode && (H2.configure.props.base.expandOnClickNode = true), null == H2.configure.props.base.accordion && (H2.configure.props.base.accordion = false), null == H2.configure.props.base.lazy && (H2.configure.props.base.lazy = false), H2.configure.props.format || (H2.configure.props.format = {}), (l2, U2) => {
32
32
  const E = a("el-option"), I = a("el-select"), L = a("el-form-item"), q = a("el-input"), F = a("el-switch"), G = a("el-radio"), $ = a("el-radio-group"), M = a("el-button"), B = a("el-col"), J = a("el-icon"), K = a("el-tooltip"), Q = a("el-collapse-item"), R = a("Suffixmodule"), W = a("IconSetDialog"), X = a("el-input-number"), Y = a("VariateSelect"), Z = a("el-checkbox"), ee = a("el-collapse"), le = a("el-form");
33
33
  return t(), o(le, { "label-width": "80px", size: "small" }, { default: u(() => [r(ee, { modelValue: w.value, "onUpdate:modelValue": U2[38] || (U2[38] = (e3) => w.value = e3), style: { "margin-top": "6px" } }, { default: u(() => [r(Q, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: u(() => [n("div", N, [r(L, { label: "组件类型", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.name, "onUpdate:modelValue": U2[0] || (U2[0] = (l3) => e2.configure.name = l3), disabled: "", placeholder: "请选择" }, { default: u(() => [(t(true), i(m, null, p(d(f)(), (e3) => (t(), o(E, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "唯一编码", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.uuid, "onUpdate:modelValue": U2[1] || (U2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), r(L, { 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": j }, null, 8, ["modelValue"]))]), _: 1 }), r(L, { label: "自定义编码", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.code, "onUpdate:modelValue": U2[2] || (U2[2] = (l3) => e2.configure.code = l3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }), r(L, { label: "可选择", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.base.showCheckbox, "onUpdate:modelValue": U2[3] || (U2[3] = (l3) => e2.configure.props.base.showCheckbox = l3), "active-text": "是", "inactive-text": "否" }, null, 8, ["modelValue"])]), _: 1 }), r(L, { label: "默认展开", class: "amb-design-attr-item" }, { default: u(() => [r($, { modelValue: e2.configure.props.base.defaultExpandAll, "onUpdate:modelValue": U2[4] || (U2[4] = (l3) => e2.configure.props.base.defaultExpandAll = l3), class: "ml-4" }, { default: u(() => [r(G, { value: true }, { default: u(() => U2[39] || (U2[39] = [c("是")])), _: 1 }), r(G, { value: false }, { default: u(() => U2[40] || (U2[40] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), e2.configure.props.base.defaultExpandAll ? (t(), o(L, { key: 0, label: "展开级数", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.base.unfoldGrade, "onUpdate:modelValue": U2[5] || (U2[5] = (l3) => e2.configure.props.base.unfoldGrade = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), r(L, { label: "节点可点击", title: "点击节点时展开或收缩节点", class: "amb-design-attr-item" }, { default: u(() => [r($, { modelValue: e2.configure.props.base.expandOnClickNode, "onUpdate:modelValue": U2[6] || (U2[6] = (l3) => e2.configure.props.base.expandOnClickNode = l3), class: "ml-4" }, { default: u(() => [r(G, { value: true }, { default: u(() => U2[41] || (U2[41] = [c("是")])), _: 1 }), r(G, { value: false }, { default: u(() => U2[42] || (U2[42] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "手风琴模式", title: "每次只打开一个同级树节点", class: "amb-design-attr-item" }, { default: u(() => [r($, { modelValue: e2.configure.props.base.accordion, "onUpdate:modelValue": U2[7] || (U2[7] = (l3) => e2.configure.props.base.accordion = l3), class: "ml-4" }, { default: u(() => [r(G, { value: true }, { default: u(() => U2[43] || (U2[43] = [c("是")])), _: 1 }), r(G, { value: false }, { default: u(() => U2[44] || (U2[44] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "是否懒加载", class: "amb-design-attr-item" }, { default: u(() => [r($, { modelValue: e2.configure.props.base.lazy, "onUpdate:modelValue": U2[8] || (U2[8] = (l3) => e2.configure.props.base.lazy = l3), class: "ml-4" }, { default: u(() => [r(G, { value: true }, { default: u(() => U2[45] || (U2[45] = [c("是")])), _: 1 }), r(G, { value: false }, { default: u(() => U2[46] || (U2[46] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "是否过滤", class: "amb-design-attr-item" }, { default: u(() => [r($, { modelValue: e2.configure.props.base.filter, "onUpdate:modelValue": U2[9] || (U2[9] = (l3) => e2.configure.props.base.filter = l3), class: "ml-4" }, { default: u(() => [r(G, { value: true }, { default: u(() => U2[47] || (U2[47] = [c("是")])), _: 1 }), r(G, { value: false }, { default: u(() => U2[48] || (U2[48] = [c("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "节点图标", class: "amb-design-attr-item" }, { default: u(() => [r(_, { iconType: e2.configure.props.base.iconType, iconValue: e2.configure.props.base.icon, "onUpdate:modelValue": U2[10] || (U2[10] = (e3, l3) => function(e4, l4) {
34
34
  H2.configure.props.base.iconType = e4, H2.configure.props.base.iconValue = l4;
35
- }(e3, l3)) }, null, 8, ["iconType", "iconValue"])]), _: 1 }), r(L, { label: "节点内容", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.contentLogic, "onUpdate:modelValue": U2[11] || (U2[11] = (l3) => e2.configure.props.format.contentLogic = l3), filterable: "", placeholder: "请选择" }, { default: u(() => [(t(true), i(m, null, p(e2.pageDesign.customEvents, (e3) => (t(), o(E, { label: e3.eventName, value: e3.uuid }, null, 8, ["label", "value"]))), 256))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [r($, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": U2[12] || (U2[12] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [r(G, { value: "default" }, { default: u(() => U2[49] || (U2[49] = [c("普通")])), _: 1 }), r(G, { value: "hidden" }, { default: u(() => U2[50] || (U2[50] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "对应数据表", class: "amb-design-attr-item" }, { default: u(() => [r(B, { span: 20 }, { default: u(() => [r(q, { modelValue: e2.configure.props.base.treeTableName, "onUpdate:modelValue": U2[13] || (U2[13] = (l3) => e2.configure.props.base.treeTableName = l3), title: e2.configure.props.base.treeTableName, clearable: "", readonly: "true", onClick: O, placeholder: "请选择数据表" }, { append: u(() => [r(M, { type: "default", icon: d(h), onClick: O, size: "small" }, null, 8, ["icon"]), r(M, { type: "default", icon: d(k), onClick: A, title: "Clear", size: "small" }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue", "title"])]), _: 1 }), r(K, { class: "box-item", content: "使用右键菜单编辑保存时需要配置" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 }), r(L, { label: "父节点关联属性", class: "amb-design-attr-item" }, { default: u(() => [r(B, { span: 20 }, { default: u(() => [r(I, { modelValue: e2.configure.props.base.treeParentIdProp, "onUpdate:modelValue": U2[14] || (U2[14] = (l3) => e2.configure.props.base.treeParentIdProp = l3), clearable: "", filterable: "", "allow-create": "", placeholder: "请选择" }, { default: u(() => [(t(true), i(m, null, p(z.value, (e3) => (t(), o(E, { key: e3.dbColumnName, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(K, { class: "box-item", content: "树节点nodeId对应数据表的父节点属性字段名" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 }), r(L, { label: "标签属性", class: "amb-design-attr-item" }, { default: u(() => [r(B, { span: 20 }, { default: u(() => [r(I, { modelValue: e2.configure.props.base.treeLabelProp, "onUpdate:modelValue": U2[15] || (U2[15] = (l3) => e2.configure.props.base.treeLabelProp = l3), clearable: "", filterable: "", "allow-create": "", placeholder: "请选择" }, { default: u(() => [(t(true), i(m, null, p(z.value, (e3) => (t(), o(E, { key: e3.dbColumnName, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(K, { class: "box-item", content: "树节点Label对应数据表的属性字段名" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 })])]), _: 1 }), r(Q, { title: "右键菜单", name: "nodeContextmenu", class: "amb-design-attr-group-header" }, { default: u(() => [r(v, { configure: e2.configure, pageDesign: e2.pageDesign }, null, 8, ["configure", "pageDesign"])]), _: 1 }), (t(), o(g, { key: e2.configure.uuid, configure: e2.configure }, { beanName: u(() => [r(L, { label: "", class: "amb-design-attr-item" }, { default: u(() => [e2.configure.props.dataOrigin ? (t(), o(B, { key: 0, span: 20 }, { default: u(() => [r(q, { modelValue: e2.configure.props.dataOrigin.beanName, "onUpdate:modelValue": U2[16] || (U2[16] = (l3) => e2.configure.props.dataOrigin.beanName = l3), placeholder: "beanName" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), r(K, { class: "box-item", content: "为空时默认使用页面配置的自定义bean" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 })]), _: 1 }, 8, ["configure"])), r(Q, { title: "格式设置", name: "formatting", class: "amb-design-attr-group-header" }, { default: u(() => [n("div", T, [r(L, { label: "格式化分类", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.type, "onUpdate:modelValue": U2[17] || (U2[17] = (l3) => e2.configure.props.format.type = l3), placeholder: "请选择" }, { default: u(() => [r(E, { label: "数值", value: "number" }), r(E, { label: "货币", value: "currency" }), r(E, { label: "日期", value: "date" }), r(E, { label: "时间", value: "time" }), r(E, { label: "百分比", value: "percent" }), r(E, { label: "自定义控件", value: "customControl" }), r(E, { label: "超链接", value: "hyperlinks" }), r(E, { label: "图标/标签", value: "icon" }), r(E, { label: "附件控件", value: "files" }), r(E, { label: "富文本", value: "richEditor" }), r(E, { label: "脱敏组件", value: "secretInfo" }), r(E, { label: "自定义方法", value: "custom" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), "number" === e2.configure.props.format.type || "currency" === e2.configure.props.format.type || "percent" === e2.configure.props.format.type ? (t(), o(L, { key: 0, label: "小数位数", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.decimalDigit, "onUpdate:modelValue": U2[18] || (U2[18] = (l3) => e2.configure.props.format.decimalDigit = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type ? (t(), o(L, { key: 1, label: "科学计数", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.scientific, "onUpdate:modelValue": U2[19] || (U2[19] = (l3) => e2.configure.props.format.scientific = l3), "active-text": "使用", "inactive-text": "不使用" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type && e2.configure.props.format.scientific ? (t(), o(L, { key: 2, label: "计数位数", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.scientificNum, "onUpdate:modelValue": U2[20] || (U2[20] = (l3) => e2.configure.props.format.scientificNum = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type ? (t(), o(L, { key: 3, label: "千位分隔符", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.thousandsSeparator, "onUpdate:modelValue": U2[21] || (U2[21] = (l3) => e2.configure.props.format.thousandsSeparator = l3), "active-text": "使用", "inactive-text": "不使用" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type ? (t(), o(L, { key: 4, label: "数值符号", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.symbol, "onUpdate:modelValue": U2[22] || (U2[22] = (l3) => e2.configure.props.format.symbol = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "currency" === e2.configure.props.format.type ? (t(), o(L, { key: 5, label: "货币符号", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.currencySymbol, "onUpdate:modelValue": U2[23] || (U2[23] = (l3) => e2.configure.props.format.currencySymbol = l3), placeholder: "Select" }, { default: u(() => [r(E, { label: "$", value: "$" }), r(E, { label: "¥", value: "¥" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : s("", true), "date" === e2.configure.props.format.type ? (t(), o(L, { key: 6, label: "日期类型", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.dataType, "onUpdate:modelValue": U2[24] || (U2[24] = (l3) => e2.configure.props.format.dataType = l3), placeholder: "Select" }, { default: u(() => [r(E, { label: "yyyy-m-d", value: "yyyy-m-d" }), r(E, { label: "yyyy-m-d hh:mm:ss", value: "yyyy-m-d hh:mm:ss" }), r(E, { label: "yyyy-m", value: "yyyy-m" }), r(E, { label: "m-d", value: "m-d" }), r(E, { label: "yyyy", value: "yyyy" }), r(E, { label: "yyyy年m月d日", value: "yyyy年m月d日" }), r(E, { label: "yyyy年m月d日hh时mm分ss秒", value: "yyyy年m月d日hh时mm分ss秒" }), r(E, { label: "yyyy年m月", value: "yyyy年m月" }), r(E, { label: "m月d日", value: "m月d日" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : s("", true), "time" === e2.configure.props.format.type ? (t(), o(L, { key: 7, label: "时间类型", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.timeType, "onUpdate:modelValue": U2[25] || (U2[25] = (l3) => e2.configure.props.format.timeType = l3), placeholder: "Select" }, { default: u(() => [r(E, { label: "HH:mm", value: "HH:mm" }), r(E, { label: "HH:mm:ss", value: "HH:mm:ss" }), r(E, { label: "HH时mm分", value: "HH时mm分" }), r(E, { label: "HH时mm分ss秒", value: "HH时mm分ss秒" }), r(E, { label: "hh:mm", value: "hh:mm" }), r(E, { label: "hh:mm:ss", value: "hh:mm:ss" }), r(E, { label: "hh时mm分", value: "hh时mm分" }), r(E, { label: "hh时mm分ss秒", value: "hh时mm分ss秒" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : s("", true), "customControl" === e2.configure.props.format.type ? (t(), o(L, { key: 8, label: "自定义控件", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.customControl, "onUpdate:modelValue": U2[26] || (U2[26] = (l3) => e2.configure.props.format.customControl = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "hyperlinks" === e2.configure.props.format.type ? (t(), o(R, { key: 9, pageDesign: e2.pageDesign, configure: e2.configure }, null, 8, ["pageDesign", "configure"])) : s("", true), "icon" === e2.configure.props.format.type ? (t(), o(L, { key: 10, label: "图标", class: "amb-design-attr-item" }, { default: u(() => [r(W, { modelValue: e2.configure.props.format.icon, "onUpdate:modelValue": U2[27] || (U2[27] = (l3) => e2.configure.props.format.icon = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "icon" === e2.configure.props.format.type ? (t(), o(L, { key: 11, label: "图标位置", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.position, "onUpdate:modelValue": U2[28] || (U2[28] = (l3) => e2.configure.props.format.position = l3), "active-text": "后缀", "inactive-text": "前缀", "active-value": "suf", "inactive-value": "pre" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "icon" === e2.configure.props.format.type ? (t(), o(L, { key: 12, label: "回调事件", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.event, "onUpdate:modelValue": U2[29] || (U2[29] = (l3) => e2.configure.props.format.event = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "custom" === e2.configure.props.format.type ? (t(), o(L, { key: 13, label: "自定义方法", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.customControl, "onUpdate:modelValue": U2[30] || (U2[30] = (l3) => e2.configure.props.format.customControl = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 14, label: "是否多选", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.multiple, "onUpdate:modelValue": U2[31] || (U2[31] = (l3) => e2.configure.props.format.multiple = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 15, label: "文件类型", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.accept, "onUpdate:modelValue": U2[32] || (U2[32] = (l3) => e2.configure.props.format.accept = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 16, label: "文件限制(M)", class: "amb-design-attr-item" }, { default: u(() => [r(X, { modelValue: e2.configure.props.format.limitFileSize, "onUpdate:modelValue": U2[33] || (U2[33] = (l3) => e2.configure.props.format.limitFileSize = l3), min: 1 }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type && e2.configure.props.format.multiple ? (t(), o(L, { key: 17, label: "选择数据表" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.childAnnexDataTableCode, "onUpdate:modelValue": U2[34] || (U2[34] = (l3) => e2.configure.props.format.childAnnexDataTableCode = l3), onClick: l2.openSelectDataTable, clearable: "" }, { append: u(() => [r(M, { type: "default", icon: d(h), onClick: l2.openSelectDataTable }, null, 8, ["icon", "onClick"])]), _: 1 }, 8, ["modelValue", "onClick"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 18, label: "展示名字段", class: "amb-design-attr-item" }, { default: u(() => [r(Y, { prop: e2.configure.props.format.showName, "onUpdate:prop": U2[35] || (U2[35] = (l3) => e2.configure.props.format.showName = l3), tableConfigure: l2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 19, label: "服务器字段", class: "amb-design-attr-item" }, { default: u(() => [r(Y, { prop: e2.configure.props.format.serverName, "onUpdate:prop": U2[36] || (U2[36] = (l3) => e2.configure.props.format.serverName = l3), tableConfigure: l2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 })) : s("", true)])]), _: 1 }), (t(), o(b, { key: e2.configure.uuid, configureProps: e2.configure.props }, null, 8, ["configureProps"])), (t(), o(Q, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: u(() => [n("div", D, [r(L, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [r(Z, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": U2[37] || (U2[37] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), r(L, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [r(B, { span: 8 }, { default: u(() => [r(Z, { label: "自定义", value: "custom" })]), _: 1 }), r(B, { span: 14 }, { default: u(() => [r(M, { type: "default" }, { default: u(() => U2[51] || (U2[51] = [c("自定义逻辑")])), _: 1 }), r(M, { type: "default", icon: d(h), circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })), (t(), o(y, { key: e2.configure.uuid, size: e2.configure.props.size, showCalcHeight: true }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"]), r(C, { ref_key: "selectTableDialog", ref: S, onSelectTable: P, systemCode: e2.pageDesign.systemCode, systemVersion: e2.pageDesign.systemVersion }, null, 8, ["systemCode", "systemVersion"])]), _: 1 });
35
+ }(e3, l3)) }, null, 8, ["iconType", "iconValue"])]), _: 1 }), r(L, { label: "节点内容", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.contentLogic, "onUpdate:modelValue": U2[11] || (U2[11] = (l3) => e2.configure.props.format.contentLogic = l3), filterable: "", placeholder: "请选择" }, { default: u(() => [(t(true), i(m, null, p(e2.pageDesign.customEvents, (e3) => (t(), o(E, { label: e3.eventName, value: e3.uuid }, null, 8, ["label", "value"]))), 256))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "状态", class: "amb-design-attr-item" }, { default: u(() => [r($, { modelValue: e2.configure.props.base.state, "onUpdate:modelValue": U2[12] || (U2[12] = (l3) => e2.configure.props.base.state = l3), class: "ml-4" }, { default: u(() => [r(G, { value: "default" }, { default: u(() => U2[49] || (U2[49] = [c("普通")])), _: 1 }), r(G, { value: "hidden" }, { default: u(() => U2[50] || (U2[50] = [c("隐藏")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(L, { label: "对应数据表", class: "amb-design-attr-item" }, { default: u(() => [r(B, { span: 20 }, { default: u(() => [r(q, { modelValue: e2.configure.props.base.treeTableName, "onUpdate:modelValue": U2[13] || (U2[13] = (l3) => e2.configure.props.base.treeTableName = l3), title: e2.configure.props.base.treeTableName, clearable: "", readonly: "true", onClick: O, placeholder: "请选择数据表" }, { append: u(() => [r(M, { type: "default", icon: d(h), onClick: O, size: "small" }, null, 8, ["icon"]), r(M, { type: "default", icon: d(k), onClick: A, title: "Clear", size: "small" }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue", "title"])]), _: 1 }), r(K, { class: "box-item", content: "使用右键菜单编辑保存时需要配置" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 }), r(L, { label: "父节点关联属性", class: "amb-design-attr-item" }, { default: u(() => [r(B, { span: 20 }, { default: u(() => [r(I, { modelValue: e2.configure.props.base.treeParentIdProp, "onUpdate:modelValue": U2[14] || (U2[14] = (l3) => e2.configure.props.base.treeParentIdProp = l3), clearable: "", filterable: "", "allow-create": "", placeholder: "请选择" }, { default: u(() => [(t(true), i(m, null, p(z.value, (e3) => (t(), o(E, { key: e3.dbColumnName, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(K, { class: "box-item", content: "树节点nodeId对应数据表的父节点属性字段名" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 }), r(L, { label: "标签属性", class: "amb-design-attr-item" }, { default: u(() => [r(B, { span: 20 }, { default: u(() => [r(I, { modelValue: e2.configure.props.base.treeLabelProp, "onUpdate:modelValue": U2[15] || (U2[15] = (l3) => e2.configure.props.base.treeLabelProp = l3), clearable: "", filterable: "", "allow-create": "", placeholder: "请选择" }, { default: u(() => [(t(true), i(m, null, p(z.value, (e3) => (t(), o(E, { key: e3.dbColumnName, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), r(K, { class: "box-item", content: "树节点Label对应数据表的属性字段名" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 })])]), _: 1 }), r(Q, { title: "右键菜单", name: "nodeContextmenu", class: "amb-design-attr-group-header" }, { default: u(() => [r(v, { configure: e2.configure, pageDesign: e2.pageDesign }, null, 8, ["configure", "pageDesign"])]), _: 1 }), (t(), o(b, { key: e2.configure.uuid, configure: e2.configure }, { beanName: u(() => [r(L, { label: "", class: "amb-design-attr-item" }, { default: u(() => [e2.configure.props.dataOrigin ? (t(), o(B, { key: 0, span: 20 }, { default: u(() => [r(q, { modelValue: e2.configure.props.dataOrigin.beanName, "onUpdate:modelValue": U2[16] || (U2[16] = (l3) => e2.configure.props.dataOrigin.beanName = l3), placeholder: "beanName" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), r(K, { class: "box-item", content: "为空时默认使用页面配置的自定义bean" }, { default: u(() => [r(J, null, { default: u(() => [r(d(x))]), _: 1 })]), _: 1 })]), _: 1 })]), _: 1 }, 8, ["configure"])), r(Q, { title: "格式设置", name: "formatting", class: "amb-design-attr-group-header" }, { default: u(() => [n("div", T, [r(L, { label: "格式化分类", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.type, "onUpdate:modelValue": U2[17] || (U2[17] = (l3) => e2.configure.props.format.type = l3), placeholder: "请选择" }, { default: u(() => [r(E, { label: "数值", value: "number" }), r(E, { label: "货币", value: "currency" }), r(E, { label: "日期", value: "date" }), r(E, { label: "时间", value: "time" }), r(E, { label: "百分比", value: "percent" }), r(E, { label: "自定义控件", value: "customControl" }), r(E, { label: "超链接", value: "hyperlinks" }), r(E, { label: "图标/标签", value: "icon" }), r(E, { label: "附件控件", value: "files" }), r(E, { label: "富文本", value: "richEditor" }), r(E, { label: "脱敏组件", value: "secretInfo" }), r(E, { label: "自定义方法", value: "custom" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), "number" === e2.configure.props.format.type || "currency" === e2.configure.props.format.type || "percent" === e2.configure.props.format.type ? (t(), o(L, { key: 0, label: "小数位数", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.decimalDigit, "onUpdate:modelValue": U2[18] || (U2[18] = (l3) => e2.configure.props.format.decimalDigit = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type ? (t(), o(L, { key: 1, label: "科学计数", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.scientific, "onUpdate:modelValue": U2[19] || (U2[19] = (l3) => e2.configure.props.format.scientific = l3), "active-text": "使用", "inactive-text": "不使用" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type && e2.configure.props.format.scientific ? (t(), o(L, { key: 2, label: "计数位数", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.scientificNum, "onUpdate:modelValue": U2[20] || (U2[20] = (l3) => e2.configure.props.format.scientificNum = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type ? (t(), o(L, { key: 3, label: "千位分隔符", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.thousandsSeparator, "onUpdate:modelValue": U2[21] || (U2[21] = (l3) => e2.configure.props.format.thousandsSeparator = l3), "active-text": "使用", "inactive-text": "不使用" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "number" === e2.configure.props.format.type ? (t(), o(L, { key: 4, label: "数值符号", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.symbol, "onUpdate:modelValue": U2[22] || (U2[22] = (l3) => e2.configure.props.format.symbol = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "currency" === e2.configure.props.format.type ? (t(), o(L, { key: 5, label: "货币符号", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.currencySymbol, "onUpdate:modelValue": U2[23] || (U2[23] = (l3) => e2.configure.props.format.currencySymbol = l3), placeholder: "Select" }, { default: u(() => [r(E, { label: "$", value: "$" }), r(E, { label: "¥", value: "¥" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : s("", true), "date" === e2.configure.props.format.type ? (t(), o(L, { key: 6, label: "日期类型", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.dataType, "onUpdate:modelValue": U2[24] || (U2[24] = (l3) => e2.configure.props.format.dataType = l3), placeholder: "Select" }, { default: u(() => [r(E, { label: "yyyy-m-d", value: "yyyy-m-d" }), r(E, { label: "yyyy-m-d hh:mm:ss", value: "yyyy-m-d hh:mm:ss" }), r(E, { label: "yyyy-m", value: "yyyy-m" }), r(E, { label: "m-d", value: "m-d" }), r(E, { label: "yyyy", value: "yyyy" }), r(E, { label: "yyyy年m月d日", value: "yyyy年m月d日" }), r(E, { label: "yyyy年m月d日hh时mm分ss秒", value: "yyyy年m月d日hh时mm分ss秒" }), r(E, { label: "yyyy年m月", value: "yyyy年m月" }), r(E, { label: "m月d日", value: "m月d日" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : s("", true), "time" === e2.configure.props.format.type ? (t(), o(L, { key: 7, label: "时间类型", class: "amb-design-attr-item" }, { default: u(() => [r(I, { modelValue: e2.configure.props.format.timeType, "onUpdate:modelValue": U2[25] || (U2[25] = (l3) => e2.configure.props.format.timeType = l3), placeholder: "Select" }, { default: u(() => [r(E, { label: "HH:mm", value: "HH:mm" }), r(E, { label: "HH:mm:ss", value: "HH:mm:ss" }), r(E, { label: "HH时mm分", value: "HH时mm分" }), r(E, { label: "HH时mm分ss秒", value: "HH时mm分ss秒" }), r(E, { label: "hh:mm", value: "hh:mm" }), r(E, { label: "hh:mm:ss", value: "hh:mm:ss" }), r(E, { label: "hh时mm分", value: "hh时mm分" }), r(E, { label: "hh时mm分ss秒", value: "hh时mm分ss秒" })]), _: 1 }, 8, ["modelValue"])]), _: 1 })) : s("", true), "customControl" === e2.configure.props.format.type ? (t(), o(L, { key: 8, label: "自定义控件", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.customControl, "onUpdate:modelValue": U2[26] || (U2[26] = (l3) => e2.configure.props.format.customControl = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "hyperlinks" === e2.configure.props.format.type ? (t(), o(R, { key: 9, pageDesign: e2.pageDesign, configure: e2.configure }, null, 8, ["pageDesign", "configure"])) : s("", true), "icon" === e2.configure.props.format.type ? (t(), o(L, { key: 10, label: "图标", class: "amb-design-attr-item" }, { default: u(() => [r(W, { modelValue: e2.configure.props.format.icon, "onUpdate:modelValue": U2[27] || (U2[27] = (l3) => e2.configure.props.format.icon = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "icon" === e2.configure.props.format.type ? (t(), o(L, { key: 11, label: "图标位置", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.position, "onUpdate:modelValue": U2[28] || (U2[28] = (l3) => e2.configure.props.format.position = l3), "active-text": "后缀", "inactive-text": "前缀", "active-value": "suf", "inactive-value": "pre" }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "icon" === e2.configure.props.format.type ? (t(), o(L, { key: 12, label: "回调事件", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.event, "onUpdate:modelValue": U2[29] || (U2[29] = (l3) => e2.configure.props.format.event = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "custom" === e2.configure.props.format.type ? (t(), o(L, { key: 13, label: "自定义方法", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.customControl, "onUpdate:modelValue": U2[30] || (U2[30] = (l3) => e2.configure.props.format.customControl = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 14, label: "是否多选", class: "amb-design-attr-item" }, { default: u(() => [r(F, { modelValue: e2.configure.props.format.multiple, "onUpdate:modelValue": U2[31] || (U2[31] = (l3) => e2.configure.props.format.multiple = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 15, label: "文件类型", class: "amb-design-attr-item" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.accept, "onUpdate:modelValue": U2[32] || (U2[32] = (l3) => e2.configure.props.format.accept = l3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 16, label: "文件限制(M)", class: "amb-design-attr-item" }, { default: u(() => [r(X, { modelValue: e2.configure.props.format.limitFileSize, "onUpdate:modelValue": U2[33] || (U2[33] = (l3) => e2.configure.props.format.limitFileSize = l3), min: 1 }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type && e2.configure.props.format.multiple ? (t(), o(L, { key: 17, label: "选择数据表" }, { default: u(() => [r(q, { modelValue: e2.configure.props.format.childAnnexDataTableCode, "onUpdate:modelValue": U2[34] || (U2[34] = (l3) => e2.configure.props.format.childAnnexDataTableCode = l3), onClick: l2.openSelectDataTable, clearable: "" }, { append: u(() => [r(M, { type: "default", icon: d(h), onClick: l2.openSelectDataTable }, null, 8, ["icon", "onClick"])]), _: 1 }, 8, ["modelValue", "onClick"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 18, label: "展示名字段", class: "amb-design-attr-item" }, { default: u(() => [r(Y, { prop: e2.configure.props.format.showName, "onUpdate:prop": U2[35] || (U2[35] = (l3) => e2.configure.props.format.showName = l3), tableConfigure: l2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 })) : s("", true), "files" === e2.configure.props.format.type ? (t(), o(L, { key: 19, label: "服务器字段", class: "amb-design-attr-item" }, { default: u(() => [r(Y, { prop: e2.configure.props.format.serverName, "onUpdate:prop": U2[36] || (U2[36] = (l3) => e2.configure.props.format.serverName = l3), tableConfigure: l2.tableConfigure }, null, 8, ["prop", "tableConfigure"])]), _: 1 })) : s("", true)])]), _: 1 }), (t(), o(g, { key: e2.configure.uuid, configureProps: e2.configure.props }, null, 8, ["configureProps"])), (t(), o(Q, { title: "校验", name: "verification", key: e2.configure.uuid, class: "amb-design-attr-group-header" }, { default: u(() => [n("div", D, [r(L, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [r(Z, { modelValue: e2.configure.props.verification.required, "onUpdate:modelValue": U2[37] || (U2[37] = (l3) => e2.configure.props.verification.required = l3), label: "必填" }, null, 8, ["modelValue"])]), _: 1 }), r(L, { class: "amb-design-attr-item", "label-width": "0" }, { default: u(() => [r(B, { span: 8 }, { default: u(() => [r(Z, { label: "自定义", value: "custom" })]), _: 1 }), r(B, { span: 14 }, { default: u(() => [r(M, { type: "default" }, { default: u(() => U2[51] || (U2[51] = [c("自定义逻辑")])), _: 1 }), r(M, { type: "default", icon: d(h), circle: "" }, null, 8, ["icon"])]), _: 1 })]), _: 1 })])]), _: 1 })), (t(), o(y, { key: e2.configure.uuid, size: e2.configure.props.size, showCalcHeight: true }, null, 8, ["size"]))]), _: 1 }, 8, ["modelValue"]), r(C, { ref_key: "selectTableDialog", ref: S, onSelectTable: P, systemCode: e2.pageDesign.systemCode, systemVersion: e2.pageDesign.systemVersion }, null, 8, ["systemCode", "systemVersion"])]), _: 1 });
36
36
  };
37
37
  } });
38
38
  export {
@@ -1,11 +1,11 @@
1
- import { defineComponent as e, ref as a, watch as t, resolveComponent as i, createElementBlock as n, openBlock as l, normalizeClass as o, createVNode as c, normalizeStyle as r } from "vue";
1
+ import { defineComponent as e, ref as a, watch as t, resolveComponent as i, createElementBlock as n, openBlock as o, normalizeClass as l, createVNode as c, normalizeStyle as r } from "vue";
2
2
  import { caculateDetailComponentStyle as d, caculateComponentProps as s } from "../../../../utils/form-design-util.js";
3
3
  const u = e({ __name: "tree-design", props: { configure: Object }, emits: ["handleSelect"], setup(e2, { emit: u2 }) {
4
4
  const p = e2;
5
5
  null == p.configure.title && (p.configure.title = "");
6
6
  const f = { id: "nodeId", label: "name", children: "children", isLeaf: "leaf", disabled: "disabled", nodeType: "nodeType", iconType: "iconType", iconValue: "iconValue" }, b = a({}), h = a(""), x = a({}), g = a({});
7
7
  return t(p.configure.style, () => {
8
- d(p.configure, b, h, x), b.value, p.configure.runtime.style = b.value, p.configure.runtime.class = h.value, p.configure.runtime.headerStyle = x.value;
8
+ d(p.configure, b, h, x), p.configure.runtime.style = b.value, p.configure.runtime.class = h.value, p.configure.runtime.headerStyle = x.value;
9
9
  }, { immediate: true }), t(p.configure.props, () => {
10
10
  s(p.configure, g), function() {
11
11
  let e3 = {};
@@ -22,7 +22,7 @@ const u = e({ __name: "tree-design", props: { configure: Object }, emits: ["hand
22
22
  }(), p.configure.runtime.props = g.value;
23
23
  }, { immediate: true }), (e3, a2) => {
24
24
  const t2 = i("el-tree");
25
- return l(), n("div", { class: o(["amb-tree-group-main", h.value]) }, [c(t2, { style: r([b.value, { width: "100%" }]), data: g.value.staticData, "default-expand-all": g.value.defaultExpandAll, "expand-on-click-node": g.value.expandOnClickNode, indent: g.value.retractWidth ? g.value.retractWidth : 18, accordion: g.value.accordion, "show-checkbox": g.value.showCheckbox, props: f }, null, 8, ["style", "data", "default-expand-all", "expand-on-click-node", "indent", "accordion", "show-checkbox"])], 2);
25
+ return o(), n("div", { class: l(["amb-tree-group-main", h.value]) }, [c(t2, { style: r([b.value, { width: "100%" }]), data: g.value.staticData, "default-expand-all": g.value.defaultExpandAll, "expand-on-click-node": g.value.expandOnClickNode, indent: g.value.retractWidth ? g.value.retractWidth : 18, accordion: g.value.accordion, "show-checkbox": g.value.showCheckbox, props: f }, null, 8, ["style", "data", "default-expand-all", "expand-on-click-node", "indent", "accordion", "show-checkbox"])], 2);
26
26
  };
27
27
  } });
28
28
  export {
@@ -6,7 +6,7 @@ const w = { class: "icon-set-center-body" }, x = ["onClick"], z = { class: "dial
6
6
  M.value = true;
7
7
  }
8
8
  function A() {
9
- N.value, F("update:modelValue", N.value), M.value = false;
9
+ F("update:modelValue", N.value), M.value = false;
10
10
  }
11
11
  return o(() => q.modelValue, (e3) => {
12
12
  L.value = e3;