super-page-runtime 2.3.39 → 2.3.40-sit2

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 (80) hide show
  1. package/dist/es/components/runtime/utils/api/page-expose-util.js +131 -131
  2. package/dist/es/components/runtime/utils/events/event-util.js +114 -114
  3. package/dist/es/components/runtime/utils/events/print-label.js +33 -34
  4. package/dist/es/components/runtime/utils/events/standard-event.d.ts +8 -1
  5. package/dist/es/components/runtime/utils/events/standard-event.js +507 -499
  6. package/dist/es/components/runtime/utils/events/validator-util.js +69 -72
  7. package/dist/es/components/runtime/utils/page-helper-util.d.ts +7 -0
  8. package/dist/es/components/runtime/utils/page-helper-util.js +4 -0
  9. package/dist/es/components/runtime/utils/page-init-util.js +26 -28
  10. package/dist/es/components/runtime/utils/page-store.js +9 -9
  11. package/dist/es/components/runtime/utils/table-utils.js +1 -1
  12. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
  13. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
  14. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  15. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
  16. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
  17. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  18. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
  19. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
  20. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
  21. package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.js +8 -8
  22. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
  23. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  24. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  25. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  26. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +95 -100
  27. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +2 -3
  28. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
  29. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
  30. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
  31. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +7 -7
  32. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js +3 -3
  33. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +24 -17
  34. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
  35. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
  36. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +0 -2
  37. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
  38. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
  39. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +5 -5
  40. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
  41. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +9 -11
  42. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +1 -1
  43. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
  44. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
  45. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +39 -37
  46. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
  47. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
  48. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +33 -33
  49. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
  50. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
  51. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +6 -7
  52. package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue2.js +5 -6
  53. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
  54. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +42 -43
  55. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -7
  56. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +4 -6
  57. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +49 -47
  58. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
  59. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +1 -1
  60. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +89 -90
  61. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
  62. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
  63. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
  64. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
  65. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
  66. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +8 -10
  67. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +2 -2
  68. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.js +1 -1
  69. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +3 -3
  70. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
  71. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
  72. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  73. package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
  74. package/dist/es/components/runtime/views/super-page-dialog.vue.js +0 -1
  75. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  76. package/dist/es/components/runtime/views/super-page.vue2.js +99 -98
  77. package/dist/es/i18n/langs/cn.js +1 -1
  78. package/dist/es/i18n/langs/en.js +1 -1
  79. package/dist/es/style.css +102 -102
  80. package/package.json +2 -2
@@ -1,12 +1,12 @@
1
1
  import e from "async-validator";
2
2
  import { ElMessage as t } from "element-plus";
3
3
  import { getComponentRefByCode as s, getComponentRef as n, getAllComponentRefs as r } from "../global-refs.js";
4
- import { getI18n as o } from "agilebuilder-ui/src/utils/util";
5
- import { getAdditionalParamMap as i } from "./standard-event.js";
4
+ import { getI18n as i } from "agilebuilder-ui/src/utils/util";
5
+ import { getAdditionalParamMap as o } from "./standard-event.js";
6
6
  import { isPromise as l } from "agilebuilder-ui/src/utils/common-util";
7
7
  import { parseSubTablePermissionCondition as a } from "agilebuilder-ui/src/utils/calculator/calculator-util";
8
- import { isWorkflowPage as u, getListCode as c } from "../common-util.js";
9
- import { scrollIntoComponentWithCode as f, scrollIntoComponentWithUuid as d } from "../anchor-util.js";
8
+ import { isWorkflowPage as u, getListCode as f } from "../common-util.js";
9
+ import { scrollIntoComponentWithCode as c, scrollIntoComponentWithUuid as d } from "../anchor-util.js";
10
10
  const m = ["downloadTemplate", "back", "exportForm", "exportPDF", "lineEditCreate", "workflowSave"];
11
11
  function p(e2, t2 = /* @__PURE__ */ new WeakMap()) {
12
12
  if ("function" == typeof structuredClone) try {
@@ -45,32 +45,32 @@ function g(e2, t2, s2) {
45
45
  const n2 = {};
46
46
  t2 || (t2 = {});
47
47
  let r2 = 0;
48
- const o2 = e2.split(".");
49
- return o2.forEach((e3) => {
50
- let i2;
51
- if (r2 === o2.length - 1) i2 = function(e4, t3, s3) {
48
+ const i2 = e2.split(".");
49
+ return i2.forEach((e3) => {
50
+ let o2;
51
+ if (r2 === i2.length - 1) o2 = function(e4, t3, s3) {
52
52
  let n3;
53
53
  for (let r3 = 0; r3 < t3.length; r3++) if (n3 = 0 === r3 ? e4[t3[r3]] : n3.fields[t3[r3]], r3 !== t3.length - 1) {
54
54
  if (t3[r3 + 1] === s3) break;
55
55
  }
56
56
  return n3;
57
- }(n2, o2, e3), i2.fields[e3] = s2;
57
+ }(n2, i2, e3), o2.fields[e3] = s2;
58
58
  else {
59
59
  let s3;
60
- 0 === r2 ? i2 = t2 : (s3 = function(e4, t3, s4) {
60
+ 0 === r2 ? o2 = t2 : (s3 = function(e4, t3, s4) {
61
61
  let n3;
62
62
  for (let r3 = 0; r3 < t3.length; r3++) {
63
- const o3 = t3[r3];
64
- if (n3 = 0 === r3 ? e4[o3] : n3.fields[t3[r3]], o3 === s4) break;
63
+ const i3 = t3[r3];
64
+ if (n3 = 0 === r3 ? e4[i3] : n3.fields[t3[r3]], i3 === s4) break;
65
65
  }
66
66
  return n3;
67
- }(n2, o2, o2[r2 - 1]), i2 = s3.fields), i2[e3] || (i2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = i2[e3] : s3.fields[e3] = i2[e3];
67
+ }(n2, i2, i2[r2 - 1]), o2 = s3.fields), o2[e3] || (o2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = o2[e3] : s3.fields[e3] = o2[e3];
68
68
  }
69
69
  r2++;
70
70
  }), n2;
71
71
  }
72
- function b(e2, t2, s2, n2, r2, o2) {
73
- return w(e2, t2, s2, n2, true, r2, o2);
72
+ function b(e2, t2, s2, n2, r2, i2) {
73
+ return w(e2, t2, s2, n2, true, r2, i2);
74
74
  }
75
75
  function h(e2) {
76
76
  if (e2) return Object.keys(e2).forEach((t2) => {
@@ -80,30 +80,29 @@ function h(e2) {
80
80
  }
81
81
  }), e2;
82
82
  }
83
- function w(n2, r2, o2, i2, l2, a2, u2) {
84
- let c2, d2 = h(r2);
85
- if (r2 && null !== r2 || !o2 || (d2 = {}), !d2 || 0 === Object.keys(d2).length) return n2.validateErrorField = "", true;
83
+ function w(n2, r2, i2, o2, l2, a2, u2) {
84
+ let f2, d2 = h(r2);
85
+ if (r2 && null !== r2 || !i2 || (d2 = {}), !d2 || 0 === Object.keys(d2).length) return n2.validateErrorField = "", true;
86
86
  return new e(d2).validate(n2, { first: true }, (e2, d3) => {
87
87
  let m2;
88
88
  if (e2) {
89
- c2 = e2[0].message, m2 = e2[0].field, t({ message: c2, showClose: true, type: "warning", duration: 3e3 });
89
+ f2 = e2[0].message, m2 = e2[0].field, t({ message: f2, showClose: true, type: "warning", duration: 3e3 });
90
90
  const n3 = s(u2, m2);
91
91
  if (n3 && n3.addRequiredClass) {
92
92
  n3.addRequiredClass();
93
93
  try {
94
- f(u2, m2);
94
+ c(u2, m2);
95
95
  } catch (e3) {
96
- console.error("滚动失败", e3);
97
96
  }
98
97
  }
99
- } else c2 = true;
98
+ } else f2 = true;
100
99
  if (m2 && true === l2) {
101
100
  if (/[A-Z]+/.test(m2) && void 0 !== n2[m2.toLowerCase()]) {
102
101
  const e3 = JSON.parse(JSON.stringify(n2));
103
- e3[m2.toUpperCase()] = n2[m2.toLowerCase()], delete e3[m2.toLowerCase()], c2 = w(e3, r2, o2, i2, false, a2, u2);
102
+ e3[m2.toUpperCase()] = n2[m2.toLowerCase()], delete e3[m2.toLowerCase()], f2 = w(e3, r2, i2, o2, false, a2, u2);
104
103
  }
105
104
  }
106
- }), c2;
105
+ }), f2;
107
106
  }
108
107
  function y(e2, n2, r2, l2) {
109
108
  if (r2) {
@@ -111,71 +110,69 @@ function y(e2, n2, r2, l2) {
111
110
  e3(true);
112
111
  });
113
112
  }
114
- const c2 = e2.entity.data, d2 = { ...e2.entity.page, ...c2 }, m2 = e2.rules, g2 = n2.props.base ? n2.props.base.isEnableRequired : null;
113
+ const f2 = e2.entity.data, d2 = { ...e2.entity.page, ...f2 }, m2 = e2.rules, g2 = n2.props.base ? n2.props.base.isEnableRequired : null;
115
114
  return null != g2 && (l2 = g2), null == l2 && (l2 = false), function(e3, n3, r3, l3) {
116
115
  if (e3) {
117
116
  return u(l3) ? function(e4, n4, r4) {
118
117
  return new Promise((l4, u2) => {
119
- const c3 = i(n4), d3 = n4.entity.context, m3 = n4.entity.task, g3 = true, b2 = n4.subTablePageInfo;
118
+ const f3 = o(n4), d3 = n4.entity.context, m3 = n4.entity.task, g3 = true, b2 = n4.subTablePageInfo;
120
119
  E(e4, n4, r4).then((r5) => {
121
120
  if (r5) {
122
- let i2, u3, h2, w2, y2 = r5;
121
+ let o2, u3, h2, w2, y2 = r5;
123
122
  const R2 = n4.workflowRules;
124
123
  if (R2) {
125
124
  if (!function(e5, n5) {
126
125
  var _a, _b, _c, _d;
127
126
  if (!e5.actionPermissions) return true;
128
127
  const r7 = Object.keys(e5.actionPermissions);
129
- for (let i3 = 0; i3 < r7.length; i3++) {
130
- const l5 = r7[i3], u4 = e5.actionPermissions[l5];
128
+ for (let o3 = 0; o3 < r7.length; o3++) {
129
+ const l5 = r7[o3], u4 = e5.actionPermissions[l5];
131
130
  if (u4 && u4.notEmpty) {
132
131
  if ((_a = e5.hiddenNotValidatorCodes) == null ? void 0 : _a.has(l5)) continue;
133
132
  let r8 = false;
134
133
  if (n5[l5] ? Array.isArray(n5[l5]) && 0 === n5[l5].length && (r8 = true) : r8 = true, r8) {
135
134
  const r9 = s(e5, l5);
136
135
  if (!r9) return true;
137
- const i4 = r9.getConfigure();
136
+ const o4 = r9.getConfigure();
138
137
  if ((_b = u4.notEmptyCondition) == null ? void 0 : _b.parentCondition) {
139
138
  if (false === a(u4.notEmptyCondition.parentCondition.replaceAll("${field[", "${parent["), e5.dataTypeMaps, n5, {}, (_c = e5.entity) == null ? void 0 : _c.request, (_d = e5.entity) == null ? void 0 : _d.task, e5.contextParam)) return true;
140
139
  }
141
- return t({ showClose: true, message: o().t("superPageRuntimeMessage.xxxNotEmpty", { label: i4.title ? i4.title : l5 }), type: "warning" }), false;
140
+ return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: o4.title ? o4.title : l5 }), type: "warning" }), false;
142
141
  }
143
142
  }
144
143
  }
145
144
  return true;
146
145
  }(n4, e4)) return void l4(false);
147
- const r6 = true, f2 = p(R2), E2 = n4.hiddenNotValidatorCodes;
146
+ const r6 = true, c2 = p(R2), E2 = n4.hiddenNotValidatorCodes;
148
147
  E2 && E2.size > 0 && E2.forEach((e5) => {
149
- f2.subRules && delete f2.subRules[e5], f2.rules && delete f2.rules[e5];
150
- }), f2.subRules && (Object.keys(f2.subRules).length > 0 ? f2.totalSubRules || (f2.totalSubRules = {}) : delete f2.subRules);
151
- const v2 = window.$vueApp.config.globalProperties.$formValidator(e4, f2, g3, c3, m3, d3, b2, r6);
152
- y2 = v2.msg, i2 = v2.field, u3 = v2.listCode, h2 = v2.rowIndex, w2 = v2.pageNum;
148
+ c2.subRules && delete c2.subRules[e5], c2.rules && delete c2.rules[e5];
149
+ }), c2.subRules && (Object.keys(c2.subRules).length > 0 ? c2.totalSubRules || (c2.totalSubRules = {}) : delete c2.subRules);
150
+ const v2 = window.$vueApp.config.globalProperties.$formValidator(e4, c2, g3, f3, m3, d3, b2, r6);
151
+ y2 = v2.msg, o2 = v2.field, u3 = v2.listCode, h2 = v2.rowIndex, w2 = v2.pageNum;
153
152
  } else y2 = true;
154
153
  if (true !== y2) {
155
154
  if (t({ showClose: true, message: y2 + "", type: "warning" }), u3) {
156
155
  const e5 = s(n4, u3);
157
156
  if (e5 && e5.addRequiredClass) {
158
- e5.addRequiredClass(i2, h2, w2);
157
+ e5.addRequiredClass(o2, h2, w2);
159
158
  try {
160
- f(n4, u3), e5.scrollToCell({ fieldName: i2, rowIndex: h2, pageNum: w2 });
159
+ c(n4, u3), e5.scrollToCell({ fieldName: o2, rowIndex: h2, pageNum: w2 });
161
160
  } catch (e6) {
162
- console.error("滚动到验证失败的子表字段失败,可能是表格组件版本较低没有scrollToCell方法", e6);
163
161
  }
164
162
  }
165
163
  } else {
166
- const e5 = s(n4, i2);
164
+ const e5 = s(n4, o2);
167
165
  if (e5 && e5.addRequiredClass) {
168
166
  e5.addRequiredClass();
169
167
  try {
170
- f(n4, i2);
168
+ c(n4, o2);
171
169
  } catch (e6) {
172
- console.error("滚动失败", e6);
173
170
  }
174
171
  }
175
172
  }
176
173
  l4(false);
177
174
  } else Object.keys(e4).indexOf("validateErrorField") >= 0 && delete e4.validateErrorField, l4(e4);
178
- } else u2(new Error(o().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
175
+ } else u2(new Error(i().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
179
176
  }).catch((e5) => {
180
177
  u2(e5);
181
178
  });
@@ -200,8 +197,8 @@ function y(e2, n2, r2, l2) {
200
197
  }
201
198
  function R(e2) {
202
199
  return new Promise((t2, s2) => {
203
- const r2 = [], o2 = e2.customValidatorUuids;
204
- o2 && o2.forEach((t3) => {
200
+ const r2 = [], i2 = e2.customValidatorUuids;
201
+ i2 && i2.forEach((t3) => {
205
202
  const s3 = n(e2, t3);
206
203
  s3 && s3.validator && r2.push(s3.validator());
207
204
  }), r2 && r2.length > 0 ? Promise.all(r2).then((e3) => {
@@ -211,11 +208,11 @@ function R(e2) {
211
208
  }
212
209
  function E(e2, t2, s2) {
213
210
  return new Promise((n2, r2) => {
214
- const i2 = JSON.parse(JSON.stringify(e2)), a2 = p(s2), u2 = t2.hiddenNotValidatorCodes;
211
+ const o2 = JSON.parse(JSON.stringify(e2)), a2 = p(s2), u2 = t2.hiddenNotValidatorCodes;
215
212
  if (a2 && u2 && u2.size > 0 && u2.forEach((e3) => {
216
213
  delete a2[e3];
217
214
  }), a2 && 0 !== Object.keys(a2).length) {
218
- if (true === b(i2, a2, null, null, true, t2)) {
215
+ if (true === b(o2, a2, null, null, true, t2)) {
219
216
  if (true === P(t2)) {
220
217
  const e3 = x(t2);
221
218
  e3 && l(e3) ? e3.then((e4) => {
@@ -225,8 +222,8 @@ function E(e2, t2, s2) {
225
222
  }) : R(t2).then((e4) => {
226
223
  n2(e4);
227
224
  });
228
- } else r2(new Error(o().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
229
- } else r2(new Error(o().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
225
+ } else r2(new Error(i().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
226
+ } else r2(new Error(i().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
230
227
  } else {
231
228
  if (true === P(t2)) {
232
229
  const e3 = x(t2);
@@ -237,21 +234,21 @@ function E(e2, t2, s2) {
237
234
  }) : R(t2).then((e4) => {
238
235
  n2(e4);
239
236
  });
240
- } else r2(new Error(o().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
237
+ } else r2(new Error(i().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
241
238
  }
242
239
  });
243
240
  }
244
241
  function v(e2, t2, s2) {
245
242
  if (!t2) return s2;
246
243
  s2 || (s2 = {});
247
- const n2 = u(e2), r2 = Object.keys(t2), o2 = t2;
244
+ const n2 = u(e2), r2 = Object.keys(t2), i2 = t2;
248
245
  return r2.forEach((e3) => {
249
246
  if ("__subRules" === e3) {
250
- const e4 = o2.__subRules;
247
+ const e4 = i2.__subRules;
251
248
  Object.keys(e4).forEach((t3) => {
252
249
  s2.subRules || (s2.subRules = {}), s2.subRules[t3] ? Object.assign(s2.subRules[t3], e4[t3]) : s2.subRules[t3] = e4[t3];
253
250
  });
254
- } else S(o2[e3]), n2 ? (s2.rules[e3] = o2[e3], s2[e3] && (s2[e3] = o2[e3])) : s2[e3] = o2[e3];
251
+ } else S(i2[e3]), n2 ? (s2.rules[e3] = i2[e3], s2[e3] && (s2[e3] = i2[e3])) : s2[e3] = i2[e3];
255
252
  }), h(s2);
256
253
  }
257
254
  function P(e2) {
@@ -261,9 +258,9 @@ function P(e2) {
261
258
  const s2 = e2.tableUuids;
262
259
  if (!s2) return true;
263
260
  for (let r2 = 0; r2 < s2.length; r2++) {
264
- const i2 = s2[r2], l2 = e2.hiddenNotValidatorCodes;
265
- if (l2 && l2.size > 0 && l2.has(i2)) continue;
266
- const a2 = n(e2, i2);
261
+ const o2 = s2[r2], l2 = e2.hiddenNotValidatorCodes;
262
+ if (l2 && l2.size > 0 && l2.has(o2)) continue;
263
+ const a2 = n(e2, o2);
267
264
  if (a2) {
268
265
  if (a2.getConfigure()) {
269
266
  const s3 = a2.getConfigure();
@@ -271,16 +268,16 @@ function P(e2) {
271
268
  const n2 = a2.getTableData();
272
269
  if (!n2 || !Array.isArray(n2) || 0 === n2.length) {
273
270
  try {
274
- d(e2, i2);
271
+ d(e2, o2);
275
272
  } catch (e3) {
276
273
  }
277
- return t({ showClose: true, message: o().t("superPageRuntimeMessage.xxxNotEmpty", { label: s3.title ? s3.title : s3.code }), type: "warning" }), false;
274
+ return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: s3.title ? s3.title : s3.code }), type: "warning" }), false;
278
275
  }
279
276
  }
280
277
  }
281
278
  if (false === a2.validatorSunTableListData()) {
282
279
  try {
283
- d(e2, i2);
280
+ d(e2, o2);
284
281
  } catch (e3) {
285
282
  }
286
283
  return false;
@@ -293,24 +290,24 @@ function k(e2) {
293
290
  if (!e2 || 0 === Object.keys(e2).length) return;
294
291
  const t2 = {}, s2 = Object.keys(e2);
295
292
  for (let n2 = 0; n2 < s2.length; n2++) {
296
- const r2 = s2[n2], o2 = e2[r2];
297
- C(o2), r2.indexOf(".") > 0 ? g(r2, t2, o2) : o2 && o2.length > 0 && (t2[r2] = [...o2]);
293
+ const r2 = s2[n2], i2 = e2[r2];
294
+ C(i2), r2.indexOf(".") > 0 ? g(r2, t2, i2) : i2 && i2.length > 0 && (t2[r2] = [...i2]);
298
295
  }
299
296
  return t2;
300
297
  }
301
298
  function C(e2, t2) {
302
299
  e2.forEach((e3) => {
303
300
  e3.message;
304
- const t3 = e3.label, s2 = o().t(t3);
305
- e3.required && (e3.message = o().t("superPageRuntimeMessage.required", { label: s2 })), e3.myType && (e3.message = o().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), e3.patternType && (e3.message = o().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), void 0 !== e3.max && null !== e3.max && (e3.message = o().t("superPageRuntimeMessage.overMaxLength", { label: s2, value: e3.max })), void 0 !== e3.min && null !== e3.min && (e3.message = o().t("superPageRuntimeMessage.limitMinLength", { label: s2, value: e3.min }));
301
+ const t3 = e3.label, s2 = i().t(t3);
302
+ e3.required && (e3.message = i().t("superPageRuntimeMessage.required", { label: s2 })), e3.myType && (e3.message = i().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), e3.patternType && (e3.message = i().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), void 0 !== e3.max && null !== e3.max && (e3.message = i().t("superPageRuntimeMessage.overMaxLength", { label: s2, value: e3.max })), void 0 !== e3.min && null !== e3.min && (e3.message = i().t("superPageRuntimeMessage.limitMinLength", { label: s2, value: e3.min }));
306
303
  });
307
304
  }
308
305
  function O(e2) {
309
- const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = i(e2), r2 = e2.entity.context, o2 = e2.entity.task;
306
+ const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = o(e2), r2 = e2.entity.context, i2 = e2.entity.task;
310
307
  e2.formPropTiltleMap && Object.keys(e2.formPropTiltleMap).length > 0 && e2.completeTaskParam.fieldPermissions && e2.completeTaskParam.fieldPermissions.length > 0 && e2.completeTaskParam.fieldPermissions.forEach((t3) => {
311
308
  t3.name && e2.formPropTiltleMap[t3.name] && (t3.label = e2.formPropTiltleMap[t3.name]);
312
309
  });
313
- let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, o2, r2);
310
+ let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, i2, r2);
314
311
  const a2 = e2.customRules;
315
312
  return l2 = v(e2, a2, l2), l2 && (l2.rules || (l2.rules = {}), l2.subRules || (l2.subRules = {})), l2;
316
313
  }
@@ -328,7 +325,7 @@ function x(e2) {
328
325
  }), r2.includes(false) && e3(false), n2.length > 0 ? Promise.all(n2).then((t3) => {
329
326
  t3.includes(false) ? e3(false) : e3(true);
330
327
  }).catch((t3) => {
331
- console.error(t3), e3(false);
328
+ e3(false);
332
329
  }) : e3(true);
333
330
  }) : null;
334
331
  }
@@ -365,16 +362,16 @@ function M(e2, t2) {
365
362
  }
366
363
  function N(e2, t2, r2) {
367
364
  var _a;
368
- let o2, i2;
369
- if (r2 ? (o2 = s(e2, r2), i2 = o2 ? o2.getTableUuid() : null) : (i2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, o2 = i2 ? n(e2, i2) : null), !o2) return;
370
- const l2 = e2.code, a2 = e2.version, u2 = c(l2, a2, i2);
365
+ let i2, o2;
366
+ if (r2 ? (i2 = s(e2, r2), o2 = i2 ? i2.getTableUuid() : null) : (o2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, i2 = o2 ? n(e2, o2) : null), !i2) return;
367
+ const l2 = e2.code, a2 = e2.version, u2 = f(l2, a2, o2);
371
368
  if (e2.workflowRules || (e2.workflowRules = { rules: {}, subRules: {} }), e2.workflowRules.subRules || (e2.workflowRules.subRules = {}), e2.workflowRules.subRules[r2] || (e2.workflowRules.subRules[r2] = {}), ((_a = e2.workflowRules) == null ? void 0 : _a.subRules) && e2.workflowRules.subRules[r2]) {
372
369
  const s2 = e2.workflowRules.subRules[r2];
373
370
  t2.forEach((e3) => {
374
371
  s2[e3.name] = e3;
375
372
  });
376
373
  }
377
- o2.dynamicControlTableEdit(e2, t2, u2);
374
+ i2.dynamicControlTableEdit(e2, t2, u2);
378
375
  }
379
376
  function q(e2, t2, s2) {
380
377
  var _a, _b, _c;
@@ -382,8 +379,8 @@ function q(e2, t2, s2) {
382
379
  const n2 = t2.getConfigure();
383
380
  if (void 0 !== s2.show && (s2.show ? t2.show() : t2.hide()), void 0 !== s2.required && ((_a = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _a.props) && (n2.runtime.props.required = s2.required), void 0 !== s2.readonly && ((_b = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _b.props) && (s2.readonly ? n2.runtime.props.state = "readonly" : n2.runtime.props.state = "enabled"), void 0 !== s2.disabled && n2 && (((_c = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _c.props) && (s2.disabled ? n2.runtime.props.state = "disabled" : n2.runtime.props.state = "enabled"), "table" === n2.name)) {
384
381
  t2.changeOperationAddState(false);
385
- const s3 = t2 ? t2.getTableUuid() : null, n3 = e2.code, r2 = e2.version, o2 = c(n3, r2, s3), i2 = [{ name: "_all_fields", disabled: true }];
386
- t2.dynamicControlTableEdit(e2, i2, o2);
382
+ const s3 = t2 ? t2.getTableUuid() : null, n3 = e2.code, r2 = e2.version, i2 = f(n3, r2, s3), o2 = [{ name: "_all_fields", disabled: true }];
383
+ t2.dynamicControlTableEdit(e2, o2, i2);
387
384
  }
388
385
  }
389
386
  }
@@ -57,6 +57,13 @@ export declare function getComponentOptionDatasFromPage(pageContext: PageContext
57
57
  * @param configure
58
58
  */
59
59
  export declare function getOptionDatasSourceMap(pageContext: PageContext): any;
60
+ /**
61
+ * 将查询到的选项组数据缓存到页面上下文中
62
+ * @param pageContext
63
+ * @param configureUuid
64
+ * @param options
65
+ */
66
+ export declare function putToOptionSourceMap(pageContext: PageContext, configureUuid: string, options: any): void;
60
67
  /**
61
68
  * 从页面缓存中获取查询到的统计图数据
62
69
  * @param pageContext
@@ -138,6 +138,9 @@ function getOptionDatasSourceMap(t) {
138
138
  const e = t.optionSourceMap;
139
139
  return e || {};
140
140
  }
141
+ function putToOptionSourceMap(t, e, o) {
142
+ t.optionSourceMap || (t.optionSourceMap = {}), t.optionSourceMap[e] = o;
143
+ }
141
144
  function getChartDatasFromPage(t, e) {
142
145
  if (!t || !t.chartDataSourceMap || !e) return null;
143
146
  return t.chartDataSourceMap[e.uuid];
@@ -377,6 +380,7 @@ export {
377
380
  isNumberDataType,
378
381
  isPromise,
379
382
  monitorFieldChange,
383
+ putToOptionSourceMap,
380
384
  queryOptionDatasources,
381
385
  setValueForVariableName,
382
386
  setVariableValue,
@@ -1,10 +1,10 @@
1
1
  import e from "agilebuilder-ui/src/utils/request";
2
2
  import { getAdditionalParamMap as t } from "./events/standard-event.js";
3
3
  import { PageDimensions as n } from "./interfaces/page-design-types.js";
4
- import { getFormPropName as i, getVariableValue as s, formatVariableValue as r, setVariableValue as o } from "./page-helper-util.js";
4
+ import { getFormPropName as i, getVariableValue as s, formatVariableValue as o, setVariableValue as r } from "./page-helper-util.js";
5
5
  import { getSessionCache as a } from "agilebuilder-ui/src/utils/auth";
6
6
  import { functions as l } from "./api/page-expose-util.js";
7
- import { isWorkflowPage as u, deepCopy as p } from "./common-util.js";
7
+ import { isWorkflowPage as p, deepCopy as u } from "./common-util.js";
8
8
  import { packageCustomValidator as d } from "./events/validator-util.js";
9
9
  import { isMobileBrowser as c } from "agilebuilder-ui/src/utils/common-util";
10
10
  function f(t2) {
@@ -91,7 +91,6 @@ function w(e2) {
91
91
  e3.duplicateFieldList && e3.duplicateFieldList.length > 0 && (e3.duplicateFieldList = e3.duplicateFieldList.map((e4) => "string" == typeof e4 ? { propDbName: e4 } : e4));
92
92
  }), e2.props.judgeHeavyList) : null;
93
93
  } catch (e3) {
94
- console.error("getJudgeHeavyList error:", e3);
95
94
  }
96
95
  }
97
96
  function P(e2) {
@@ -121,7 +120,7 @@ function E(e2, t2) {
121
120
  }
122
121
  }
123
122
  function v(e2, t2) {
124
- if (e2 && (e2.params && Object.assign(t2, e2.params), e2.query, e2.query)) {
123
+ if (e2 && (e2.params && Object.assign(t2, e2.params), e2.query)) {
125
124
  Object.assign(t2, e2.query);
126
125
  C(e2.query.paramStoreId, t2);
127
126
  }
@@ -143,28 +142,27 @@ function k(e2, t2) {
143
142
  }
144
143
  function A(e2, t2, n2) {
145
144
  var _a, _b;
146
- const i2 = k(t2, n2), r2 = e2.entity;
147
- if (null == r2.data.ID && null == r2.data.id) {
148
- let n3, o2, a2 = false;
149
- t2 && (n3 = t2.props.base ? t2.props.base : {}, o2 = t2.name, a2 = n3.multiple);
150
- const l2 = s(r2, i2);
145
+ const i2 = k(t2, n2), o2 = e2.entity;
146
+ if (null == o2.data.ID && null == o2.data.id) {
147
+ let n3, r2, a2 = false;
148
+ t2 && (n3 = t2.props.base ? t2.props.base : {}, r2 = t2.name, a2 = n3.multiple);
149
+ const l2 = s(o2, i2);
151
150
  if (null == l2) {
152
151
  const s2 = n3 ? n3.defaultValue : null, l3 = Boolean((_a = t2 == null ? void 0 : t2.runtime) == null ? void 0 : _a.arrayValue);
153
152
  if (s2) try {
154
- const t3 = T(e2, s2, o2, a2);
155
- if (M(t3)) I(r2, i2, t3, l3);
153
+ const t3 = T(e2, s2, r2, a2);
154
+ if (M(t3)) I(o2, i2, t3, l3);
156
155
  else if (((_b = n3.moreDefaultValue) == null ? void 0 : _b.length) > 0) {
157
156
  const t4 = n3.moreDefaultValue;
158
157
  for (let n4 = 0; n4 < t4.length; n4++) {
159
- const s3 = T(e2, t4[n4], o2, a2);
158
+ const s3 = T(e2, t4[n4], r2, a2);
160
159
  if (M(s3)) {
161
- I(r2, i2, s3, l3);
160
+ I(o2, i2, s3, l3);
162
161
  break;
163
162
  }
164
163
  }
165
164
  }
166
165
  } catch (e3) {
167
- console.error("设置默认值出错:", i2, e3);
168
166
  }
169
167
  }
170
168
  }
@@ -174,11 +172,11 @@ function M(e2) {
174
172
  return null != e2 && "" !== e2;
175
173
  }
176
174
  function I(e2, t2, n2, i2) {
177
- !Array.isArray(n2) || i2 ? o(e2, t2, n2) : o(e2, t2, n2.join(","));
175
+ !Array.isArray(n2) || i2 ? r(e2, t2, n2) : r(e2, t2, n2.join(","));
178
176
  }
179
177
  function T(e2, t2, n2, i2) {
180
178
  let s2;
181
- if (t2 && (s2 = r(e2, t2), null != s2 && null != s2 && n2)) {
179
+ if (t2 && (s2 = o(e2, t2), null != s2 && null != s2 && n2)) {
182
180
  let e3 = false;
183
181
  "checkbox" == n2 ? e3 = true : "select" == n2 && (e3 = i2), e3 && (s2 = (s2 + "").split(","));
184
182
  }
@@ -192,12 +190,12 @@ function j(e2, t2) {
192
190
  if (e2.functionCodes) {
193
191
  const i2 = e2.sourceTypes ? e2.sourceTypes : [], s2 = e2.functionCodes;
194
192
  for (let e3 = 0; e3 < s2.length; e3++) {
195
- const r2 = s2[e3], o2 = e3 < i2.length ? i2[e3] : "";
193
+ const o2 = s2[e3], r2 = e3 < i2.length ? i2[e3] : "";
196
194
  let a2 = "";
197
- if ("service" == o2) a2 = r2;
198
- else if ("standard" === o2) a2 = t2.code + "." + r2;
195
+ if ("service" == r2) a2 = o2;
196
+ else if ("standard" === r2) a2 = t2.code + "." + o2;
199
197
  else {
200
- a2 = "custom" === O(r2, t2).type ? r2 : t2.code + "." + r2;
198
+ a2 = "custom" === O(o2, t2).type ? o2 : t2.code + "." + o2;
201
199
  }
202
200
  n2.includes(a2) || n2.push(a2);
203
201
  }
@@ -212,25 +210,25 @@ function O(e2, t2) {
212
210
  return null;
213
211
  }
214
212
  function x(n2, i2, s2) {
215
- const r2 = n2.tableRuntimes, o2 = t(i2);
213
+ const o2 = n2.tableRuntimes, r2 = t(i2);
216
214
  let a2;
217
215
  const l2 = n2.code;
218
- return o2 && Object.keys(o2) > 0 && (a2 = JSON.stringify(o2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: r2, additionalParamMapJson: a2, pageCode: l2, publishVersion: s2, pageType: n2.pageType });
216
+ return r2 && Object.keys(r2) > 0 && (a2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: o2, additionalParamMapJson: a2, pageCode: l2, publishVersion: s2, pageType: n2.pageType });
219
217
  }
220
218
  const R = ["button-detail", "print-label"];
221
219
  function _(e2, t2, n2) {
222
220
  var _a, _b;
223
- const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, r2 = u(e2);
224
- let o2 = false;
225
- if (r2 && R.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
221
+ const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, o2 = p(e2);
222
+ let r2 = false;
223
+ if (o2 && R.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
226
224
  const n3 = e2.fieldPermissionMap.get("all_fields");
227
- false === (n3 == null ? void 0 : n3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", o2 = true);
225
+ false === (n3 == null ? void 0 : n3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", r2 = true);
228
226
  }
229
227
  if (s2) {
230
228
  const a2 = i(s2);
231
229
  if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[a2] || (e2.rules[a2] = []), t2.props.rules.forEach((e3) => {
232
230
  d(e3), !n2 && e3 && e3.required && (e3.required = false);
233
- }), e2.rules[a2] = t2.props.rules), r2 && !o2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
231
+ }), e2.rules[a2] = t2.props.rules), o2 && !r2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
234
232
  const i2 = e2.fieldPermissionMap.get(a2);
235
233
  if (!n2 && e2.workflowRules && (e2.workflowRules[a2] || e2.workflowRules.rules && e2.workflowRules.rules[a2])) {
236
234
  let t3 = e2.workflowRules[a2];
@@ -255,7 +253,7 @@ function V(e2, t2) {
255
253
  if (i2) if ("dynamicControlFormEdit" === n2) {
256
254
  let n3 = i2.filter((e3) => "_all_fields" === e3.name || e3.name === t2);
257
255
  if (n3 && n3.length > 0 && (n3 = n3.filter((e3) => "_all_fields" === e3.name), n3 && n3.length > 0)) {
258
- const e3 = p(n3[0]);
256
+ const e3 = u(n3[0]);
259
257
  e3.name = t2, n3 = [e3];
260
258
  }
261
259
  l.dynamicControlFormEdit(e2, n3, false);
@@ -4,33 +4,33 @@ import n from "./eventBus.js";
4
4
  const u = t("pageContextUtil", () => {
5
5
  const t2 = e({ systemCode: "", systemVersion: -1 }), u2 = e(false), a = e(false), i = e(false), l = e([]), r = e(0), s = e(0);
6
6
  let v = null, c = -1, d = -1, m = 0;
7
- function f() {
7
+ function p() {
8
8
  v && clearTimeout(v), v = setTimeout(() => {
9
9
  o(() => {
10
10
  !function() {
11
11
  const e2 = r.value, o2 = s.value;
12
- if (m++, m >= 100) return void (e2 > 0 && e2 === o2 && p(true));
12
+ if (m++, m >= 100) return void (e2 > 0 && e2 === o2 && f(true));
13
13
  if (e2 > 0 && e2 === o2) {
14
- if (e2 === c && o2 === d && !u2.value) return void p(true);
15
- c = e2, d = o2, f();
16
- } else c = -1, d = -1, f();
14
+ if (e2 === c && o2 === d && !u2.value) return void f(true);
15
+ c = e2, d = o2, p();
16
+ } else c = -1, d = -1, p();
17
17
  }();
18
18
  });
19
19
  }, 30);
20
20
  }
21
- function p(e2) {
21
+ function f(e2) {
22
22
  u2.value = e2, C();
23
23
  }
24
24
  function C() {
25
- u2.value && a.value && !i.value && (n.$emit("pageLoaded"), i.value = true);
25
+ !u2.value || !a.value && "list" !== t2.value.pageType || i.value || (n.$emit("pageLoaded"), i.value = true);
26
26
  }
27
27
  return { pageContext: t2, setPageContext: function(e2) {
28
28
  t2.value = e2;
29
29
  }, countComponentsTotalNmber: function() {
30
30
  r.value++, u2.value = false, i.value = false;
31
31
  }, countComponentsLoadedNumber: function() {
32
- s.value++, f();
33
- }, componentsTotalNmber: r, componentsLoadedNumber: s, setPageComponentsLoaded: p, setFormPageDataLoadState: function(e2) {
32
+ s.value++, p();
33
+ }, componentsTotalNmber: r, componentsLoadedNumber: s, setPageComponentsLoaded: f, setFormPageDataLoadState: function(e2) {
34
34
  a.value = e2, C();
35
35
  }, formPageDataLoaded: a, pageComponentsLoaded: u2, restorePageLoadState: function() {
36
36
  u2.value = false, a.value = false, i.value = false;
@@ -18,7 +18,7 @@ function p(t2, e2) {
18
18
  }
19
19
  function l(t2, e2, o2, i2) {
20
20
  const r2 = !(!e2.props || !e2.props.base) && e2.props.base.showOperation, u2 = e2.btnList;
21
- e2.btnList, r2 && u2 && u2.forEach((e3) => {
21
+ r2 && u2 && u2.forEach((e3) => {
22
22
  const r3 = {}, u3 = Object.assign({}, e3.props.base);
23
23
  if ("custom" === e3.name ? u3.customControl = u3.name : u3.elementType = "el-button", void 0 === e3.isPermission || e3.isPermission + "" == "true") {
24
24
  const o3 = n(e3, t2);
@@ -19,9 +19,9 @@ const V = { class: "page-runtime-header-btn" }, T = e({ __name: "button-runtime"
19
19
  b.pageContext.exportNoticeInfo && b.pageContext.exportNoticeInfo.noticeInterval && clearInterval(b.pageContext.exportNoticeInfo.noticeInterval);
20
20
  }), T2({ click: function() {
21
21
  R.value && R.value.$el.click();
22
- } }), (t2, l2) => {
23
- const i2 = o("el-link"), n2 = o("el-button");
24
- return u(), a("span", V, [z.value.text ? (u(), c(i2, { key: 0, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, loading: N(), onClick: l2[0] || (l2[0] = (t3) => p(C)(t3, e2.pageContext, e2.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "loading"])) : (u(), c(n2, { key: 1, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, round: z.value.round, plain: z.value.plain, loading: N(), onClick: l2[1] || (l2[1] = (t3) => p(C)(t3, e2.pageContext, e2.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]))]);
22
+ } }), (e3, t2) => {
23
+ const l2 = o("el-link"), i2 = o("el-button");
24
+ return u(), a("span", V, [z.value.text ? (u(), c(l2, { key: 0, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, loading: N(), onClick: t2[0] || (t2[0] = (t3) => p(C)(t3, e3.pageContext, e3.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "loading"])) : (u(), c(i2, { key: 1, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, round: z.value.round, plain: z.value.plain, loading: N(), onClick: t2[1] || (t2[1] = (t3) => p(C)(t3, e3.pageContext, e3.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]))]);
25
25
  };
26
26
  } });
27
27
  export {
@@ -11,9 +11,9 @@ const C = e({ __name: "buttongroup-runtime", props: { pageContext: {}, configure
11
11
  u(() => {
12
12
  y(null, C2.pageContext, C2.configure, { componentRef: _.value, entity: C2.pageContext.entity.data, pageData: C2.pageContext.entity.page });
13
13
  });
14
- }), (t2, n2) => {
15
- const o2 = r("el-button-group");
16
- return p(), a(o2, { ref_key: "componentRef", ref: _, class: i(["amb-button-group-main", s(b)]), style: g(d.value) }, { default: l(() => [(p(true), c(f, null, m(e2.configure.items, (t3, n3) => (p(), a(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["class", "style"]);
14
+ }), (e3, t2) => {
15
+ const n2 = r("el-button-group");
16
+ return p(), a(n2, { ref_key: "componentRef", ref: _, class: i(["amb-button-group-main", s(b)]), style: g(d.value) }, { default: l(() => [(p(true), c(f, null, m(e3.configure.items, (t3, n3) => (p(), a(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["class", "style"]);
17
17
  };
18
18
  } });
19
19
  export {
@@ -31,9 +31,9 @@ const z = { key: 1 }, h = e({ __name: "dropdown-runtime", props: { pageContext:
31
31
  o(() => {
32
32
  k(null, h2.pageContext, h2.configure, { componentRef: V.value, entity: h2.pageContext.entity.data, pageData: h2.pageContext.entity.page });
33
33
  });
34
- }), (t2, l2) => {
35
- const n2 = u("el-button"), o2 = u("el-icon"), C2 = u("el-text"), k2 = u("el-dropdown-item"), _2 = u("el-dropdown-menu"), h3 = u("el-dropdown");
36
- return a(), i(h3, { ref_key: "componentRef", ref: V, class: p(s(A)), style: r(s(T)), placement: B.value.placement, "split-button": B.value.splitButton, disabled: "disabled" === B.value.state, type: B.value.buttonType, size: B.value.size, trigger: B.value.trigger, onVisibleChange: S }, { dropdown: c(() => [v(_2, null, { default: c(() => [(a(true), g(f, null, y(s(O), (t3, l3) => (a(), i(k2, { key: t3, onClick: (l4) => s(x)(l4, e2.pageContext, e2.configure, "click", { menuItem: t3 }) }, { default: c(() => [d(m(s(w)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: c(() => ["button" === B.value.triggerElement ? (a(), g(f, { key: 0 }, [B.value.splitButton ? (a(), g("span", z, m(B.value.title), 1)) : (a(), i(n2, { key: 0, size: B.value.size, type: B.value.buttonType }, { default: c(() => [d(m(s(w)(B.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), i(C2, { key: 1 }, { default: c(() => [d(m(s(w)(B.value.title)) + " ", 1), v(o2, null, { default: c(() => [v(s(b))]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"]);
34
+ }), (e3, t2) => {
35
+ const l2 = u("el-button"), n2 = u("el-icon"), o2 = u("el-text"), C2 = u("el-dropdown-item"), k2 = u("el-dropdown-menu"), _2 = u("el-dropdown");
36
+ return a(), i(_2, { ref_key: "componentRef", ref: V, class: p(s(A)), style: r(s(T)), placement: B.value.placement, "split-button": B.value.splitButton, disabled: "disabled" === B.value.state, type: B.value.buttonType, size: B.value.size, trigger: B.value.trigger, onVisibleChange: S }, { dropdown: c(() => [v(k2, null, { default: c(() => [(a(true), g(f, null, y(s(O), (t3, l3) => (a(), i(C2, { key: t3, onClick: (l4) => s(x)(l4, e3.pageContext, e3.configure, "click", { menuItem: t3 }) }, { default: c(() => [d(m(s(w)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: c(() => ["button" === B.value.triggerElement ? (a(), g(f, { key: 0 }, [B.value.splitButton ? (a(), g("span", z, m(B.value.title), 1)) : (a(), i(l2, { key: 0, size: B.value.size, type: B.value.buttonType }, { default: c(() => [d(m(s(w)(B.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), i(o2, { key: 1 }, { default: c(() => [d(m(s(w)(B.value.title)) + " ", 1), v(n2, null, { default: c(() => [v(s(b))]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"]);
37
37
  };
38
38
  } });
39
39
  export {