super-page-runtime 2.3.40-sit2 → 2.3.41-sit1

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.
@@ -1,27 +1,27 @@
1
- import { getOptionDatasSourceMap as t, getComponentOptionDatasFromPage as e, getVariableValue as n, setVariableValue as i, setValueForVariableName as o } from "../page-helper-util.js";
1
+ import { getOptionDatasSourceMap as t, getComponentOptionDatasFromPage as e, getVariableValue as n, setVariableValue as o, setValueForVariableName as i } from "../page-helper-util.js";
2
2
  import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.js";
3
3
  import s from "../eventBus.js";
4
4
  import l from "agilebuilder-ui/src/utils/request";
5
- import { getFormData as c, getAdditionalParamMap as u, refreshPage as m } from "../events/standard-event.js";
6
- import { dynamicControlTableEdit as f, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
5
+ import { getFormData as c, getAdditionalParamMap as u, refreshPage as f } from "../events/standard-event.js";
6
+ import { dynamicControlTableEdit as m, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
7
7
  import { deepCopy as g, getBaseUrl as y } from "../common-util.js";
8
8
  import { replacePrefix as b, isMobileBrowser as h } from "agilebuilder-ui/src/utils/common-util";
9
9
  import { getFormModelFields as E, getModelFields as C } from "../page-init-util.js";
10
10
  import { getCustomFunc as P } from "../events/event-util.js";
11
11
  import { isHasFieldPermissionAuth as T } from "../table-utils.js";
12
12
  import { scrollIntoComponentWithCode as k, scrollIntoComponentWithUuid as v } from "../anchor-util.js";
13
- const V = { showElement: function(t2, e2, n2) {
14
- n2 ? O(t2, "showElement", e2) : e2.forEach((e3) => {
13
+ const j = { showElement: function(t2, e2, n2) {
14
+ n2 ? A(t2, "showElement", e2) : e2.forEach((e3) => {
15
15
  const n3 = r(t2, e3);
16
16
  n3 && n3.show();
17
17
  });
18
18
  }, hideElement: function(t2, e2, n2) {
19
- n2 ? O(t2, "hideElement", e2) : e2.forEach((e3) => {
19
+ n2 ? A(t2, "hideElement", e2) : e2.forEach((e3) => {
20
20
  const n3 = r(t2, e3);
21
21
  n3 && n3.hide();
22
22
  });
23
23
  }, enableElement: function(t2, e2, n2) {
24
- n2 ? O(t2, "enableElement", e2) : e2.forEach((e3) => {
24
+ n2 ? A(t2, "enableElement", e2) : e2.forEach((e3) => {
25
25
  const n3 = r(t2, e3);
26
26
  if (n3) {
27
27
  const t3 = n3.getConfigure();
@@ -29,7 +29,7 @@ const V = { showElement: function(t2, e2, n2) {
29
29
  }
30
30
  });
31
31
  }, disableElement: function(t2, e2, n2) {
32
- n2 ? O(t2, "disableElement", e2) : e2.forEach((e3) => {
32
+ n2 ? A(t2, "disableElement", e2) : e2.forEach((e3) => {
33
33
  const n3 = r(t2, e3);
34
34
  if (n3) {
35
35
  const t3 = n3.getConfigure();
@@ -38,84 +38,84 @@ const V = { showElement: function(t2, e2, n2) {
38
38
  });
39
39
  }, setEntityDataValue: function(t2, e2) {
40
40
  Object.keys(e2).forEach((n2) => {
41
- o(t2.entity, n2.startsWith("${") ? n2 : "${data." + n2 + "}", e2[n2]);
41
+ i(t2.entity, n2.startsWith("${") ? n2 : "${data." + n2 + "}", e2[n2]);
42
42
  });
43
43
  }, setEntityPageValue: function(t2, e2) {
44
44
  Object.keys(e2).forEach((n2) => {
45
- o(t2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", e2[n2]);
45
+ i(t2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", e2[n2]);
46
46
  });
47
47
  }, setEntityValueByType: function(t2, e2, n2) {
48
- Object.keys(n2).forEach((i2) => {
49
- o(t2.entity, i2.startsWith("${") ? i2 : "${" + e2 + "." + i2 + "}", n2[i2]);
48
+ Object.keys(n2).forEach((o2) => {
49
+ i(t2.entity, o2.startsWith("${") ? o2 : "${" + e2 + "." + o2 + "}", n2[o2]);
50
50
  });
51
51
  }, dynamicControlFormEdit: function(t2, e2, n2) {
52
- n2 ? O(t2, "dynamicControlFormEdit", e2) : d(t2, e2);
52
+ n2 ? A(t2, "dynamicControlFormEdit", e2) : d(t2, e2);
53
53
  }, disabledAllFields(t2) {
54
54
  p(t2);
55
55
  }, dynamicControlTableEdit(t2, e2, n2) {
56
- f(t2, e2, n2);
56
+ m(t2, e2, n2);
57
57
  }, executeServiceFlow: function(t2, e2, n2) {
58
- const i2 = t2.code;
58
+ const o2 = t2.code;
59
59
  n2 || (n2 = { entity: t2.entity.data, serviceVariables: {}, requestParams: u(t2), taskParamMap: t2.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), n2.entity || (n2.entity = t2.entity.data), n2.requestParams || (n2.requestParams = u(t2)), n2.taskParamMap || (n2.taskParamMap = t2.entity.task);
60
- const o2 = t2.backendUrl, a2 = y(o2, t2.isTest);
61
- return l.post(`${a2}/dsc/service-flow/execute/${i2}/${e2}`, n2);
60
+ const i2 = t2.backendUrl, a2 = y(i2, t2.isTest);
61
+ return l.post(`${a2}/dsc/service-flow/execute/${o2}/${e2}`, n2);
62
62
  }, openPage: function(t2, e2) {
63
63
  s.$emit(t2.code + "_open-dialog", { pageContext: t2, eventParams: e2.eventParams, configureObj: { props: { linkPage: e2 } } });
64
64
  }, refreshPage: function(t2, e2) {
65
- m(t2, e2);
65
+ f(t2, e2);
66
66
  }, refreshSubTableHandle: function(t2, e2) {
67
67
  let n2;
68
- const i2 = r(t2, e2);
69
- if (i2) {
70
- const t3 = i2.getConfigure();
68
+ const o2 = r(t2, e2);
69
+ if (o2) {
70
+ const t3 = o2.getConfigure();
71
71
  t3 && t3.uuid && t3.name && "table" === t3.name && (n2 = t3.uuid);
72
72
  }
73
73
  n2 && s.$emit("_refreshSubTableHandle_" + n2);
74
74
  }, refreshChildData(t2, e2, n2) {
75
- let i2;
76
- const o2 = r(t2, e2);
77
- if (o2) {
78
- const t3 = o2.getConfigure();
79
- t3 && t3.uuid && t3.name && "table" === t3.name && (i2 = t3.uuid);
75
+ let o2;
76
+ const i2 = r(t2, e2);
77
+ if (i2) {
78
+ const t3 = i2.getConfigure();
79
+ t3 && t3.uuid && t3.name && "table" === t3.name && (o2 = t3.uuid);
80
80
  }
81
- i2 && s.$emit("_refreshChildData_" + i2, n2);
81
+ o2 && s.$emit("_refreshChildData_" + o2, n2);
82
82
  }, getServerConfigValue: (t2) => window.$vueApp.config.globalProperties[t2], getBackendUrl: (t2) => y(t2.backendUrl, false), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (t2) => t2.entity.data, getEntityValue: (t2, e2) => t2.entity.data ? t2.entity.data[e2] : null, getPageData: (t2) => t2.entity.page, getPageDataValue: (t2, e2) => t2.entity.page ? t2.entity.page[e2] : null, getTaskDataValue: (t2, e2) => t2.entity.task ? t2.entity.task[e2] : null, getValueByType: (t2, e2, n2) => t2.entity[e2] ? t2.entity[e2][n2] : null, getAdditionalParams: (t2) => u(t2), getAdditionalParamValue(t2, e2) {
83
83
  const n2 = u(t2);
84
84
  return n2 ? n2[e2] : null;
85
- }, isMobile: () => h(), getComponentRefByProp: (t2, e2) => r(t2, e2), getComponentRefByCode: (t2, e2) => a(t2, e2), getFormViewData(o2) {
85
+ }, isMobile: () => h(), getComponentRefByProp: (t2, e2) => r(t2, e2), getComponentRefByCode: (t2, e2) => a(t2, e2), getFormViewData(i2) {
86
86
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
87
- const r2 = o2.entity ? o2.entity : {}, s2 = g(r2), l2 = t(o2);
87
+ const r2 = i2.entity ? i2.entity : {}, s2 = g(r2), l2 = t(i2);
88
88
  for (const t2 in l2) {
89
- const r3 = e(o2, t2), l3 = a(o2, t2);
89
+ const r3 = e(i2, t2), l3 = a(i2, t2);
90
90
  if (l3) {
91
91
  const t3 = l3.getConfigure();
92
92
  if (t3) if (!((_b = (_a = t3.props) == null ? void 0 : _a.dataOrigin) == null ? void 0 : _b.optionValueSetType) || "static" !== ((_d = (_c = t3.props) == null ? void 0 : _c.dataOrigin) == null ? void 0 : _d.optionValueSetType) && "optionGroup" !== ((_f = (_e = t3.props) == null ? void 0 : _e.dataOrigin) == null ? void 0 : _f.optionValueSetType)) {
93
93
  if ("dynamicData" === ((_h = (_g = t3 == null ? void 0 : t3.props) == null ? void 0 : _g.dataOrigin) == null ? void 0 : _h.optionValueSetType) && ("select" === (t3 == null ? void 0 : t3.name) || "checkbox" === (t3 == null ? void 0 : t3.name) || "radio" === (t3 == null ? void 0 : t3.name))) {
94
- const e2 = E(o2, t3), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, e2);
95
- i(s2, e2, r4);
94
+ const e2 = E(i2, t3), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, e2);
95
+ o(s2, e2, r4);
96
96
  }
97
97
  } else if (t3.name && ("select" === t3.name && ((_j = (_i = t3.props) == null ? void 0 : _i.base) == null ? void 0 : _j.multiple) || "checkbox" === t3.name)) {
98
- const e2 = E(o2, t3), a2 = n(s2, e2);
98
+ const e2 = E(i2, t3), a2 = n(s2, e2);
99
99
  if (a2) {
100
- const t4 = A(a2.split(","), r3);
101
- i(s2, e2, t4);
100
+ const t4 = V(a2.split(","), r3);
101
+ o(s2, e2, t4);
102
102
  }
103
103
  } else {
104
- const e2 = E(o2, t3), a2 = A(n(s2, e2), r3);
105
- i(s2, e2, a2);
104
+ const e2 = E(i2, t3), a2 = V(n(s2, e2), r3);
105
+ o(s2, e2, a2);
106
106
  }
107
107
  }
108
108
  }
109
- const c2 = o2.listCodesMap;
109
+ const c2 = i2.listCodesMap;
110
110
  for (const t2 in c2) {
111
111
  let e2;
112
112
  if (t2.indexOf("__") > 0 && (e2 = t2.substring(t2.lastIndexOf("__") + 2)), e2) {
113
- const i2 = a(o2, e2);
114
- if (i2) {
115
- const e3 = i2.getConfigure(), o3 = e3.code ? e3.code : t2, a2 = C(e3, o3), r3 = n(s2, a2), l3 = i2.getTableSelectOptions(t2), c3 = i2.getColumns(), u2 = {}, m2 = {};
113
+ const o2 = a(i2, e2);
114
+ if (o2) {
115
+ const e3 = o2.getConfigure(), i3 = e3.code ? e3.code : t2, a2 = C(e3, i3), r3 = n(s2, a2), l3 = o2.getTableSelectOptions(t2), c3 = o2.getColumns(), u2 = {}, f2 = {};
116
116
  c3 && c3.length > 0 && c3.forEach((t3) => {
117
- "DATE" !== t3.dataType && "TIME" !== t3.dataType || (m2[t3.prop] = t3);
118
- }), u2.formatDateColumns = m2, j(l3, r3, u2, i2);
117
+ "DATE" !== t3.dataType && "TIME" !== t3.dataType || (f2[t3.prop] = t3);
118
+ }), u2.formatDateColumns = f2, S(l3, r3, u2, o2);
119
119
  }
120
120
  }
121
121
  }
@@ -141,50 +141,62 @@ const V = { showElement: function(t2, e2, n2) {
141
141
  }
142
142
  return false;
143
143
  } };
144
- function j(t2, e2, n2, i2) {
144
+ function S(t2, e2, n2, o2) {
145
145
  if (t2 && e2) {
146
- const o2 = i2.getSuperGridRef();
146
+ const i2 = o2.getSuperGridRef();
147
147
  e2.forEach((e3) => {
148
148
  if (n2 == null ? void 0 : n2.formatDateColumns) {
149
149
  const t3 = n2.formatDateColumns;
150
150
  Object.keys(t3).forEach((n3) => {
151
- const i3 = t3[n3];
152
- e3[n3] && (e3[n3] = o2.rowDoFormat(i3, e3[n3]));
151
+ const o3 = t3[n3];
152
+ e3[n3] && (e3[n3] = i2.rowDoFormat(o3, e3[n3]));
153
153
  });
154
154
  }
155
155
  Object.keys(t2).forEach((n3) => {
156
- const i3 = e3[n3], o3 = t2[n3], a2 = o3.options, r2 = o3.column;
156
+ const o3 = e3[n3], i3 = t2[n3], a2 = i3.options, r2 = i3.column;
157
157
  let s2;
158
158
  if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
159
- if (i3) {
160
- s2 = A(i3.split(","), a2);
159
+ if (o3) {
160
+ s2 = V(o3.split(","), a2);
161
161
  }
162
- } else s2 = A(i3, a2);
162
+ } else s2 = V(o3, a2);
163
163
  e3[n3] = s2;
164
164
  });
165
165
  });
166
166
  }
167
167
  }
168
- function A(t2, e2) {
169
- let n2;
170
- return null != t2 && e2 && (Array.isArray(t2) ? (n2 = "", t2.forEach((t3) => {
171
- n2 = n2 + D(t3, e2) + ",";
172
- }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = t2, n2 = D(t2, e2))), n2;
173
- }
174
- function D(t2, e2) {
175
- let n2 = t2;
176
- if (null != t2 && e2) for (let i2 = 0; i2 < e2.length; i2++) {
177
- const o2 = e2[i2].value, a2 = e2[i2].label ? e2[i2].label : e2[i2].name;
178
- if (t2 + "" == o2 + "" && null != a2) {
179
- n2 = a2;
180
- break;
181
- }
168
+ function V(t2, e2) {
169
+ if (null == t2 || !e2) return "";
170
+ if (Array.isArray(t2)) {
171
+ const n2 = function(t3) {
172
+ const e3 = /* @__PURE__ */ new Map();
173
+ for (const n3 of t3) {
174
+ const t4 = String(n3.value);
175
+ if (!e3.has(t4)) {
176
+ const o2 = n3.label ? n3.label : n3.name;
177
+ null != o2 && e3.set(t4, o2);
178
+ }
179
+ }
180
+ return e3;
181
+ }(e2);
182
+ return t2.map((t3) => {
183
+ const e3 = String(t3);
184
+ return n2.has(e3) ? n2.get(e3) : t3;
185
+ }).join(",");
182
186
  }
183
- return n2;
187
+ return function(t3, e3) {
188
+ if (null == t3 || !e3) return t3;
189
+ const n2 = String(t3);
190
+ for (const t4 of e3) if (String(t4.value) === n2) {
191
+ const e4 = t4.label ? t4.label : t4.name;
192
+ if (null != e4) return e4;
193
+ }
194
+ return t3;
195
+ }(t2, e2);
184
196
  }
185
- function O(t2, e2, n2) {
197
+ function A(t2, e2, n2) {
186
198
  t2.initInfo || (t2.initInfo = {}), t2.initInfo[e2] = n2;
187
199
  }
188
200
  export {
189
- V as functions
201
+ j as functions
190
202
  };