super-page-runtime 2.2.90 → 2.2.91-sit5

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,181 +1,183 @@
1
1
  import { defineComponent as e, ref as t, onMounted as n, watch as o, onUnmounted as i, resolveComponent as a, createElementBlock as l, openBlock as r, unref as u, createVNode as s } from "vue";
2
- import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as w, rowDblClick as S, headerClick as y, getEventNameByType as C, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.js";
2
+ import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as w, rowDblClick as S, headerClick as C, getEventNameByType as y, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.js";
3
3
  import { getBaseUrl as E, getListCode as O, getRealRestApiPath as k, isWorkflowPage as T, isVariableInvalidValue as R } from "../../../../utils/common-util.js";
4
4
  import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.js";
5
5
  import { isPromise as N } from "agilebuilder-ui/src/utils/common-util";
6
6
  import { getOperationButtons as P, popupToPage as B } from "../../../../utils/table-utils.js";
7
7
  import F from "../../../../utils/eventBus.js";
8
8
  import { getDefaultValue as H } from "../../../../utils/page-init-util.js";
9
- import { decomposeVariable as U, getSizeConfig as M } from "../../../../utils/page-helper-util.js";
9
+ import { getSizeConfig as U, decomposeVariable as M } from "../../../../utils/page-helper-util.js";
10
10
  import { getRowStyleUtil as $, getCellStyleUtil as _, getHeaderCellStyleUtil as L } from "../../chart/table/chart-table-util.js";
11
- const A = ["id"], z = e({ __name: "main-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: z2, emit: W }) {
12
- const q = e2, G = q.pageContext;
13
- let Q = q.configure;
11
+ const A = ["id"], z = e({ __name: "main-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: z2, emit: G }) {
12
+ const W = e2, q = W.pageContext;
13
+ let Q = W.configure;
14
14
  const J = t({});
15
- G.isTest ? J.value = q.configure.runtime ? q.configure.runtime : {} : G.tableRuntimes && G.tableRuntimes[Q.uuid] && (Q = JSON.parse(G.tableRuntimes[Q.uuid].configure), J.value = Q.runtime ? Q.runtime : {});
16
- const K = J.value.style, X = J.value.class, Y = G.systemCode, Z = G.backendUrl, ee = Q.props && Q.props.dataOrigin && Q.props.dataOrigin.tableName;
17
- let te = E(G.backendUrl, G.isTest);
15
+ q.isTest ? J.value = W.configure.runtime ? W.configure.runtime : {} : q.tableRuntimes && q.tableRuntimes[Q.uuid] && (Q = JSON.parse(q.tableRuntimes[Q.uuid].configure), J.value = Q.runtime ? Q.runtime : {});
16
+ const K = J.value.style, X = J.value.class, Y = q.systemCode, Z = q.backendUrl, ee = Q.props && Q.props.dataOrigin && Q.props.dataOrigin.tableName;
17
+ let te = E(q.backendUrl, q.isTest);
18
18
  te || (te = window.$vueApp.config.globalProperties.baseURL);
19
19
  const ne = t({}), oe = [], ie = t({});
20
20
  ie.value = function() {
21
- const e3 = G.systemCode, t2 = G.code;
21
+ const e3 = q.systemCode, t2 = q.code;
22
22
  let n2 = Q.props && Q.props.dataOrigin && "[]" !== Q.props.dataOrigin.sqlFilterCondition ? Q.props.dataOrigin.sqlFilterCondition : null;
23
23
  null == n2 && (n2 = []);
24
- const i2 = { isSql: true, optionTableHeight: 0, rowKeyProp: Q.props.dataOrigin.principalLinkage, extraParam: { beanName: G.beanName, functionCode: t2 + ".listData", tableName: ee, systemCode: e3, pageCode: G.code, pageVersion: G.version }, initSearchForm: n2, lineEditOptions: { aftersaveIsCreateRow: false, autoSave: false, enter: he, esc: Ce }, indexContinuous: !(!Q.props || !Q.props.otherSettings) && Q.props.otherSettings.serialNumberContinuous, initSearch: !Q.props || false !== Q.props.dataOrigin.initializationQuery, resizeHeight: Re, pageCode: G.code, pageVersion: G.version, additionalParamMap: I(G), showOverflowTooltip: !(!Q.props || !Q.props.otherSettings || void 0 !== Q.props.otherSettings.isBreakLine && false !== Q.props.otherSettings.isBreakLine), isEnableEnterEvent: Q.props && Q.props.otherSettings && Q.props.otherSettings.isEnableEnterEvent, isWithDataPermission: !!(Q.props && Q.props.otherSettings && Q.props.otherSettings.isWithDataPermission) && Q.props.otherSettings.isWithDataPermission, pageDevMode: false, isWorkflowEntity: T(G), tableClass: X, tableStyle: K, pageContext: G, configureObj: Q, backendUrl: te, cellStyleRender: ze, rowStyleRender: Ae, titleStyleRender: We };
25
- (function(e4) {
24
+ const o2 = { isSql: true, optionTableHeight: 0, rowKeyProp: Q.props.dataOrigin.principalLinkage, extraParam: { beanName: q.beanName, functionCode: t2 + ".listData", tableName: ee, systemCode: e3, pageCode: q.code, pageVersion: q.version }, initSearchForm: n2, lineEditOptions: { aftersaveIsCreateRow: false, autoSave: false, enter: be, esc: xe }, indexContinuous: !(!Q.props || !Q.props.otherSettings) && Q.props.otherSettings.serialNumberContinuous, initSearch: !Q.props || false !== Q.props.dataOrigin.initializationQuery, resizeHeight: Ie, pageCode: q.code, pageVersion: q.version, additionalParamMap: I(q), showOverflowTooltip: !(!Q.props || !Q.props.otherSettings || void 0 !== Q.props.otherSettings.isBreakLine && false !== Q.props.otherSettings.isBreakLine), isEnableEnterEvent: Q.props && Q.props.otherSettings && Q.props.otherSettings.isEnableEnterEvent, isWithDataPermission: !!(Q.props && Q.props.otherSettings && Q.props.otherSettings.isWithDataPermission) && Q.props.otherSettings.isWithDataPermission, pageDevMode: false, isWorkflowEntity: T(q), tableClass: X, tableStyle: K, pageContext: q, configureObj: Q, backendUrl: te, cellStyleRender: Ge, rowStyleRender: ze, titleStyleRender: We };
25
+ return function(e4) {
26
26
  var _a;
27
27
  ((_a = Q.props.highOrder) == null ? void 0 : _a.mergeFields) && Q.props.highOrder.mergeFields.length > 0 && (e4.mergeFields = Q.props.highOrder.mergeFields.join(","));
28
- })(i2), function(e4) {
28
+ }(o2), function(e4) {
29
29
  const t3 = [];
30
30
  e4.operations || (e4.operations = {});
31
- P(G, Q, t3, we), e4.operations.operation = t3;
32
- }(i2), function(e4) {
31
+ P(q, Q, t3, Se), e4.operations.operation = t3;
32
+ }(o2), function(e4) {
33
33
  Q.props && Q.props.dataOrigin && Q.props.dataOrigin.sortField && (e4.initSortInfo = [], Q.props.dataOrigin.sortField.forEach((t3) => {
34
34
  const n3 = { order: "desc" === t3.type ? "desc" : "asc" };
35
35
  n3.prop = t3.name, e4.initSortInfo.push(n3);
36
36
  }));
37
- }(i2), Q.props.linkages && Q.props.linkages.length > 0 && (Q.props.linkages.forEach((e4) => {
38
- const t3 = U(e4.fieldName);
39
- t3 && t3.length > 1 && oe.push(t3[1]);
40
- }), oe.length > 0 && function() {
41
- let e4 = [];
42
- q.pageContext.toolsInputComponents && q.pageContext.toolsInputComponents.length > 0 && q.pageContext.toolsInputComponents.forEach((t3) => {
43
- if (Q.props.linkages.some((e5) => e5.fieldName === t3.prop) && t3.defaultValue) {
44
- const n3 = U(t3.prop);
45
- n3 && n3.length > 1 && e4.push(n3[1]);
46
- }
47
- });
48
- if (0 === e4.length) Ge();
49
- else {
50
- const t3 = qe();
51
- e4 = e4.filter((e5) => R(t3, e5)), 0 === e4.length ? (Te(t3), Ge()) : oe.forEach((t4) => {
52
- o(() => q.pageContext.entity.page[t4], () => {
53
- const t5 = qe();
54
- 0 === e4.length ? Te(t5) : (e4 = e4.filter((e5) => R(t5, e5)), 0 === e4.length && Te(t5));
55
- }, { immediate: true });
56
- });
57
- }
58
- }());
59
- return function(e4) {
37
+ }(o2), function(e4) {
60
38
  const t3 = Q.props ? Q.props.dataOrigin : {};
61
39
  if (t3.treeTable) {
62
40
  let n3;
63
- const o2 = t3.rowKey;
64
- if (n3 = o2 && o2.indexOf("~~") > 0 ? o2.substring(o2.indexOf("~~") + 2) : o2, e4.parentProp = n3, t3.checkStrictly && (e4.checkStrictly = t3.checkStrictly), e4.parentProp) {
65
- const o3 = t3.lazy, i3 = t3.defaultExpandAll;
66
- e4.lazy = null == o3 || o3, e4.defaultExpandAll = null != i3 && i3;
41
+ const o3 = t3.rowKey;
42
+ if (n3 = o3 && o3.indexOf("~~") > 0 ? o3.substring(o3.indexOf("~~") + 2) : o3, e4.parentProp = n3, t3.checkStrictly && (e4.checkStrictly = t3.checkStrictly), e4.parentProp) {
43
+ const o4 = t3.lazy, i2 = t3.defaultExpandAll;
44
+ e4.lazy = null == o4 || o4, e4.defaultExpandAll = null != i2 && i2;
67
45
  const a2 = { parentProp: n3, lazy: e4.lazy, defaultExpandAll: e4.defaultExpandAll };
68
46
  e4.extraParam.listViewTreeSetting = JSON.stringify(a2), e4.subRowUrl = te + "/dsc/commons/list-subs";
69
47
  }
70
48
  }
71
- }(i2), function(e4) {
49
+ }(o2), function(e4) {
72
50
  const t3 = Q.runtime && Q.runtime.events ? Q.runtime.events : [];
73
- c(e4, t3, G, Q);
74
- const n3 = G.customEvents;
51
+ c(e4, t3, q, Q);
52
+ const n3 = q.customEvents;
75
53
  n3 && (e4.eventCallBack = n3);
76
- }(i2), i2;
54
+ }(o2), o2;
77
55
  }();
78
56
  const ae = t(), le = t(), re = function() {
79
57
  let e3 = te + "/dsc/commons/list";
80
- e3 && (e3 = k(e3, Y, Z, G.isTest));
58
+ e3 && (e3 = k(e3, Y, Z, q.isTest));
81
59
  return e3;
82
- }(), ue = O(G.code, G.version, Q.uuid), se = G.code + "_" + ue, ce = t([]), pe = G.entity.page, de = t({ data: [] }), fe = G.superGridItems, ge = fe ? fe[Q.uuid] : null, me = t(false), ve = W;
83
- function he({ rowIndex: e3, column: t2, row: n2, orgRow: o2 }) {
84
- be(null, null, n2, t2, e3);
60
+ }(), ue = O(q.code, q.version, Q.uuid), se = q.code + "_" + ue, ce = t([]), pe = q.entity.page, de = t({ data: [] }), fe = q.superGridItems, ge = fe ? fe[Q.uuid] : null, me = t(false), ve = G;
61
+ function he() {
62
+ Q.props.linkages && Q.props.linkages.length > 0 && (Q.props.linkages.forEach((e3) => {
63
+ const t2 = M(e3.fieldName);
64
+ t2 && t2.length > 1 && oe.push(t2[1]);
65
+ }), oe.length > 0 && function() {
66
+ let e3 = [];
67
+ W.pageContext.toolsInputComponents && W.pageContext.toolsInputComponents.length > 0 && W.pageContext.toolsInputComponents.forEach((t2) => {
68
+ if (Q.props.linkages.some((e4) => e4.fieldName === t2.prop) && t2.defaultValue) {
69
+ const n2 = M(t2.prop);
70
+ n2 && n2.length > 1 && e3.push(n2[1]);
71
+ }
72
+ });
73
+ if (0 === e3.length) Qe();
74
+ else {
75
+ const t2 = qe();
76
+ e3 = e3.filter((e4) => R(t2, e4)), 0 === e3.length ? (Re(t2), Qe()) : oe.forEach((t3) => {
77
+ o(() => W.pageContext.entity.page[t3], () => {
78
+ const t4 = qe();
79
+ 0 === e3.length ? Re(t4) : (e3 = e3.filter((e4) => R(t4, e4)), 0 === e3.length && Re(t4));
80
+ }, { immediate: true });
81
+ });
82
+ }
83
+ }());
85
84
  }
86
- function be(e3, t2, n2, o2, i2) {
85
+ function be({ rowIndex: e3, column: t2, row: n2, orgRow: o2 }) {
86
+ we(null, null, n2, t2, e3);
87
+ }
88
+ function we(e3, t2, n2, o2, i2) {
87
89
  const a2 = ne.value.lineEditSave, l2 = Q;
88
- a2.props.base.tableUuid = l2.uuid, ie.value.lineEditOptions.beforeSave = Se, G.editData = n2, p({ pageContext: G, configureObj: a2 }).then((l3) => {
90
+ a2.props.base.tableUuid = l2.uuid, ie.value.lineEditOptions.beforeSave = Ce, q.editData = n2, p({ pageContext: q, configureObj: a2 }).then((l3) => {
89
91
  true === l3.canExecute && (ie.value.lineEditOptions.saveRow = ye, le.value.saveRow(i2, ue).then(() => {
90
- d(G, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
92
+ d(q, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
91
93
  }));
92
94
  }).finally(() => {
93
- G.editData = null;
95
+ q.editData = null;
94
96
  });
95
97
  }
96
- function we(e3) {
98
+ function Se(e3) {
97
99
  if (!e3) return;
98
100
  let t2;
99
- const n2 = C(e3.events, "click");
101
+ const n2 = y(e3.events, "click");
100
102
  if (n2) {
101
- if (ne.value[n2] = e3, "lineEditSave" === n2 ? t2 = be : "restoreEdit" === n2 ? t2 = xe : "lineEditUpdate" === n2 ? t2 = De : "lineEditDelete" === n2 && (t2 = Oe), !t2) {
102
- t2 = x(G, e3.events, "click");
103
+ if (ne.value[n2] = e3, "lineEditSave" === n2 ? t2 = we : "restoreEdit" === n2 ? t2 = De : "lineEditUpdate" === n2 ? t2 = Ee : "lineEditDelete" === n2 && (t2 = ke), !t2) {
104
+ t2 = x(q, e3.events, "click");
103
105
  }
104
- } else ne.value[e3.uuid] = e3, t2 = Ve;
105
- return t2;
106
+ } else ne.value[e3.uuid] = e3, t2 = je;
107
+ return { onClick: t2, eventName: n2 };
106
108
  }
107
- function Se({ row: e3, columns: t2, additionalParamMap: n2 }) {
109
+ function Ce({ row: e3, columns: t2, additionalParamMap: n2 }) {
108
110
  const o2 = ne.value.lineEditSave, i2 = Q;
109
111
  o2.props.base.tableUuid = i2.uuid;
110
- return f(G, o2, { row: e3, columns: t2 });
112
+ return f(q, o2, { row: e3, columns: t2 });
111
113
  }
112
114
  function ye({ row: e3, columns: t2, dataTypeMap: n2, dynamicColumnInfo: o2, additionalParamMap: i2, mainDefaultValueColumns: a2 }) {
113
115
  const l2 = ne.value.lineEditSave, r2 = Q;
114
116
  return l2.props.base.tableUuid = r2.uuid, new Promise((t3, n3) => {
115
117
  const i3 = { tableName: r2.props.dataOrigin.tableName };
116
- V(G, l2, "/dsc/commons", false, a2, o2, e3, i3).then((e4) => {
118
+ V(q, l2, "/dsc/commons", false, a2, o2, e3, i3).then((e4) => {
117
119
  t3(e4 ? e4.entity : {});
118
120
  }).catch((e4) => {
119
121
  n3(e4);
120
122
  });
121
123
  });
122
124
  }
123
- function Ce({ rowIndex: e3, column: t2, row: n2, orgRow: o2 }) {
124
- xe(null, null, n2, t2, e3);
125
+ function xe({ rowIndex: e3, column: t2, row: n2, orgRow: o2 }) {
126
+ De(null, null, n2, t2, e3);
125
127
  }
126
- function xe(e3, t2, n2, o2, i2) {
128
+ function De(e3, t2, n2, o2, i2) {
127
129
  const a2 = ne.value.restoreEdit, l2 = Q;
128
130
  a2.props.base.tableUuid = l2.uuid;
129
- const r2 = f(G, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
131
+ const r2 = f(q, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
130
132
  if (!r2) return;
131
133
  N(r2) ? r2.then((e4) => {
132
134
  e4 && le.value.restoreRow(i2, ue);
133
135
  }) : le.value.restoreRow(i2, ue);
134
- d(G, Q, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
136
+ d(q, Q, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
135
137
  }
136
- function De(e3, t2, n2, o2, i2) {
138
+ function Ee(e3, t2, n2, o2, i2) {
137
139
  const a2 = ne.value.lineEditUpdate, l2 = Q;
138
140
  a2.props.base.tableUuid = l2.uuid;
139
- const r2 = f(G, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
141
+ const r2 = f(q, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
140
142
  r2 && (N(r2) ? r2.then((l3) => {
141
- l3 && Ee(e3, t2, n2, o2, i2, a2);
142
- }) : Ee(e3, t2, n2, o2, i2, a2));
143
+ l3 && Oe(e3, t2, n2, o2, i2, a2);
144
+ }) : Oe(e3, t2, n2, o2, i2, a2));
143
145
  }
144
- function Ee(e3, t2, n2, o2, i2, a2) {
145
- G.editData = n2, p({ pageContext: G, configureObj: a2 }).then((a3) => {
146
+ function Oe(e3, t2, n2, o2, i2, a2) {
147
+ q.editData = n2, p({ pageContext: q, configureObj: a2 }).then((a3) => {
146
148
  if (true === a3.canExecute) {
147
149
  le.value.editRow(i2, ue);
148
- d(G, Q, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
150
+ d(q, Q, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
149
151
  }
150
152
  }).finally(() => {
151
- G.editData = null;
153
+ q.editData = null;
152
154
  });
153
155
  }
154
- function Oe(e3, t2, n2, o2, i2) {
156
+ function ke(e3, t2, n2, o2, i2) {
155
157
  const a2 = ne.value.lineEditDelete, l2 = Q;
156
158
  a2.props.base.tableUuid = l2.uuid;
157
- const r2 = f(G, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
159
+ const r2 = f(q, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
158
160
  r2 && (N(r2) ? r2.then((l3) => {
159
- l3 && ke(e3, t2, n2, o2, i2, a2);
160
- }) : ke(e3, t2, n2, o2, i2, a2));
161
+ l3 && Te(e3, t2, n2, o2, i2, a2);
162
+ }) : Te(e3, t2, n2, o2, i2, a2));
161
163
  }
162
- function ke(e3, t2, n2, o2, i2, a2) {
163
- if (n2.id || n2.ID) G.editData = n2, p({ pageContext: G, configureObj: a2 }).then((e4) => {
164
+ function Te(e3, t2, n2, o2, i2, a2) {
165
+ if (n2.id || n2.ID) q.editData = n2, p({ pageContext: q, configureObj: a2 }).then((e4) => {
164
166
  if (true === e4.canExecute) {
165
167
  const e5 = [];
166
- n2.id ? e5.push(n2.id) : e5.push(n2.ID), j.delete({ pageContext: G, configureObj: a2, ids: e5 });
168
+ n2.id ? e5.push(n2.id) : e5.push(n2.ID), j.delete({ pageContext: q, configureObj: a2, ids: e5 });
167
169
  }
168
170
  }).finally(() => {
169
- G.editData = null;
171
+ q.editData = null;
170
172
  });
171
173
  else {
172
- xe(e3, t2, n2, o2, i2);
173
- d(G, Q, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
174
+ De(e3, t2, n2, o2, i2);
175
+ d(q, Q, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
174
176
  }
175
177
  }
176
- function Te(e3) {
177
- if (!G.dataTypeMaps) return;
178
- const t2 = G.dataTypeMaps;
178
+ function Re(e3) {
179
+ if (!q.dataTypeMaps) return;
180
+ const t2 = q.dataTypeMaps;
179
181
  let n2 = [];
180
182
  if (e3) for (var o2 in e3) {
181
183
  const a2 = e3[o2];
@@ -195,16 +197,16 @@ const A = ["id"], z = e({ __name: "main-table-runtime", props: { pageContext: {}
195
197
  }
196
198
  le.value.toolbarRefresh(null, null, n2);
197
199
  }
198
- function Re(e3) {
199
- const t2 = Ie();
200
+ function Ie(e3) {
201
+ const t2 = Ve();
200
202
  if (t2) {
201
203
  let n2 = 0;
202
204
  return e3.searchHeight && (n2 = e3.searchHeight), t2 - 20 - n2;
203
205
  }
204
206
  }
205
- function Ie() {
207
+ function Ve() {
206
208
  if (!le.value) return;
207
- const e3 = M(q.pageContext, q.configure);
209
+ const e3 = U(W.pageContext, W.configure);
208
210
  if (e3) {
209
211
  if (e3.isCalcHeight) {
210
212
  let e4 = le.value.$el;
@@ -215,71 +217,71 @@ const A = ["id"], z = e({ __name: "main-table-runtime", props: { pageContext: {}
215
217
  if (e3.fixHeight && le.value && (le.value.tableHeight = e3.fixHeight), e3.maxHeight) return e3.maxHeight;
216
218
  }
217
219
  }
218
- function Ve(e3, t2, n2, o2, i2, a2) {
220
+ function je(e3, t2, n2, o2, i2, a2) {
219
221
  const l2 = { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2, button: a2, id: n2.ID ? n2.ID : n2.id }, r2 = ne.value[a2.sourceButton.uuid], u2 = Q;
220
- r2.props.base.tableUuid = u2.uuid, D(null, G, r2, "click", l2);
222
+ r2.props.base.tableUuid = u2.uuid, D(null, q, r2, "click", l2);
221
223
  }
222
- function je(e3) {
224
+ function Ne(e3) {
223
225
  "close_open_win" === e3.data && le.value && le.value.refresh();
224
226
  }
225
- function Ne(e3, t2) {
227
+ function Pe(e3, t2) {
226
228
  ce.value = e3;
227
- g(G, Q, { selection: e3, row: t2 });
228
- }
229
- function Pe(e3) {
230
- ce.value = e3;
231
- m(G, Q, { selection: e3 });
229
+ g(q, Q, { selection: e3, row: t2 });
232
230
  }
233
231
  function Be(e3) {
234
- v(G, Q, { newSelection: e3 });
232
+ ce.value = e3;
233
+ m(q, Q, { selection: e3 });
235
234
  }
236
- function Fe(e3, t2, n2, o2) {
237
- h(G, Q, { row: e3, column: t2, cell: n2, event: o2 });
235
+ function Fe(e3) {
236
+ v(q, Q, { newSelection: e3 });
238
237
  }
239
238
  function He(e3, t2, n2, o2) {
240
- b(G, Q, { row: e3, column: t2, cell: n2, event: o2 });
239
+ h(q, Q, { row: e3, column: t2, cell: n2, event: o2 });
241
240
  }
242
- function Ue(e3, t2, n2) {
243
- w(G, Q, { row: e3, column: t2, event: n2 });
241
+ function Ue(e3, t2, n2, o2) {
242
+ b(q, Q, { row: e3, column: t2, cell: n2, event: o2 });
244
243
  }
245
244
  function Me(e3, t2, n2) {
246
- S(G, Q, { row: e3, column: t2, event: n2 });
245
+ w(q, Q, { row: e3, column: t2, event: n2 });
247
246
  }
248
- function $e(e3, t2) {
249
- y(G, Q, { column: e3, event: t2 });
247
+ function $e(e3, t2, n2) {
248
+ S(q, Q, { row: e3, column: t2, event: n2 });
250
249
  }
251
- function _e() {
252
- ce.value = [];
250
+ function _e(e3, t2) {
251
+ C(q, Q, { column: e3, event: t2 });
253
252
  }
254
- function Le(e3) {
255
- me.value = true;
253
+ function Le() {
254
+ ce.value = [];
256
255
  }
257
256
  function Ae(e3) {
258
- return $(e3, [], q);
257
+ me.value = true;
259
258
  }
260
259
  function ze(e3) {
261
- return _(e3, e3.cellStyle, q);
260
+ return $(e3, [], W);
261
+ }
262
+ function Ge(e3) {
263
+ return _(e3, e3.cellStyle, W);
262
264
  }
263
265
  function We(e3) {
264
- const t2 = e3.titleStyle, n2 = q.configure.style.titleStyle;
265
- return L(e3, { cellTitleStyle: t2, titleStyle: n2 }, q);
266
+ const t2 = e3.titleStyle, n2 = W.configure.style.titleStyle;
267
+ return L(e3, { cellTitleStyle: t2, titleStyle: n2 }, W);
266
268
  }
267
269
  function qe() {
268
270
  const e3 = {};
269
271
  return oe.forEach((t2) => {
270
- e3[t2] = q.pageContext.entity.page[t2];
272
+ e3[t2] = W.pageContext.entity.page[t2];
271
273
  }), e3;
272
274
  }
273
- function Ge() {
275
+ function Qe() {
274
276
  oe.forEach((e3) => {
275
- o(() => q.pageContext.entity.page[e3], () => {
276
- Te(qe());
277
+ o(() => W.pageContext.entity.page[e3], () => {
278
+ Re(qe());
277
279
  });
278
280
  });
279
281
  }
280
282
  n(() => {
281
- const e3 = Qe();
282
- le.value && e3 && e3.distanceToBottom && (le.value.tableHeight = e3.distanceToBottom - 110), q.pageContext.pageRuntimeStyle, window.addEventListener("message", je), F.$on(se + "-close-component-page-dialog", function({ jumpInfo: e4, popEntity: t2, popPageCode: n2 }) {
283
+ const e3 = Je();
284
+ le.value && e3 && e3.distanceToBottom && (le.value.tableHeight = e3.distanceToBottom - 110), W.pageContext.pageRuntimeStyle, window.addEventListener("message", Ne), F.$on(se + "-close-component-page-dialog", function({ jumpInfo: e4, popEntity: t2, popPageCode: n2 }) {
283
285
  le.value.closePageDialog({ entity: t2, pageCode: n2, jumpInfo: e4 });
284
286
  }), F.$on(se + "_close-dialog-get-entity", () => {
285
287
  F.$emit(se + "_close-super-dialog");
@@ -287,15 +289,15 @@ const A = ["id"], z = e({ __name: "main-table-runtime", props: { pageContext: {}
287
289
  le.value.pickFileDone(e4);
288
290
  }), F.$on(ue + "-scanDone", (e4) => {
289
291
  le.value.scanDone(e4);
290
- }), ie.value.formSetMaxHeight = Ie(), ie.value && ie.value.configureObj.props.base && ie.value.configureObj.props.base.isSafeDelete && ve("setSafeDeleteTableCode", ie.value.extraParam.tableName);
291
- }), o(() => q.pageContext.searchFormData, (e3) => {
292
+ }), ie.value.formSetMaxHeight = Ve(), ie.value && ie.value.configureObj.props.base && ie.value.configureObj.props.base.isSafeDelete && ve("setSafeDeleteTableCode", ie.value.extraParam.tableName);
293
+ }), o(() => W.pageContext.searchFormData, (e3) => {
292
294
  de.value.data = e3;
293
- }), o(() => q.pageContext.entity.data, (e3) => {
294
- Te(q.pageContext.entity.data);
295
+ }), o(() => W.pageContext.entity.data, (e3) => {
296
+ Re(W.pageContext.entity.data);
295
297
  }), i(() => {
296
- window.removeEventListener("message", je), F.$off(se + "-close-component-page-dialog"), F.$off(se + "_close-dialog-get-entity"), F.$off(ue + "-pickFileDone"), F.$off(ue + "-scanDone");
298
+ window.removeEventListener("message", Ne), F.$off(se + "-close-component-page-dialog"), F.$off(se + "_close-dialog-get-entity"), F.$off(ue + "-pickFileDone"), F.$off(ue + "-scanDone");
297
299
  });
298
- const Qe = () => {
300
+ const Je = () => {
299
301
  if (!ae.value) return null;
300
302
  let e3 = ae.value.closest(".app-container");
301
303
  if (!e3) return null;
@@ -306,7 +308,7 @@ const A = ["id"], z = e({ __name: "main-table-runtime", props: { pageContext: {}
306
308
  return le.value.refresh(e3, t2, n2, o2);
307
309
  }, createRow: function() {
308
310
  return le.value.createRow(ue, {}, { getDefaultValueFunc: H });
309
- }, clearSelections: _e, getSelections: function() {
311
+ }, clearSelections: Le, getSelections: function() {
310
312
  return ce.value;
311
313
  }, getSelectionIds: function() {
312
314
  const e3 = [];
@@ -330,7 +332,7 @@ const A = ["id"], z = e({ __name: "main-table-runtime", props: { pageContext: {}
330
332
  }, changeOperationAddState: function(e3) {
331
333
  } }), (e3, t2) => {
332
334
  const n2 = a("super-grid");
333
- return r(), l("div", { ref_key: "tableDivRef", ref: ae, id: u(ue) + "_tableDiv" }, [s(n2, { ref_key: "gridRef", ref: le, url: u(re), options: ie.value, code: u(ue), settings: u(ge), "search-form-info": de.value, "list-toolbar-form-data": u(pe), onSelect: Ne, onSelectAll: Pe, onSelectionChange: Be, onCellClick: Fe, onCellDblclick: He, onRowClick: Ue, onRowDblclick: Me, onHeaderClick: $e, onRefresh: _e, onNewOpenGridDialog: u(B), onCanShowMobileSearch: Le }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "onNewOpenGridDialog"])], 8, A);
335
+ return r(), l("div", { ref_key: "tableDivRef", ref: ae, id: u(ue) + "_tableDiv" }, [s(n2, { ref_key: "gridRef", ref: le, url: u(re), options: ie.value, code: u(ue), settings: u(ge), "search-form-info": de.value, "list-toolbar-form-data": u(pe), onSelect: Pe, onSelectAll: Be, onSelectionChange: Fe, onCellClick: He, onCellDblclick: Ue, onRowClick: Me, onRowDblclick: $e, onHeaderClick: _e, onRefresh: Le, onNewOpenGridDialog: u(B), onCanShowMobileSearch: Ae, onGridOnmounted: he }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "onNewOpenGridDialog"])], 8, A);
334
336
  };
335
337
  } });
336
338
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as e, ref as t, watch as l, onMounted as i, nextTick as o, onUnmounted as a, resolveComponent as s, createBlock as n, createCommentVNode as u, openBlock as p, normalizeStyle as r, normalizeClass as m, unref as f, withCtx as c, createElementBlock as v, toDisplayString as d } from "vue";
1
+ import { defineComponent as e, ref as l, watch as t, onMounted as i, nextTick as o, onUnmounted as a, resolveComponent as s, createBlock as n, createCommentVNode as u, openBlock as p, normalizeStyle as r, normalizeClass as m, unref as f, withCtx as v, createElementBlock as c, toDisplayString as d } from "vue";
2
2
  import { getVariableValue as h, setVariableValue as y } from "../../../../utils/page-helper-util.js";
3
3
  import { handleAfterInitEvent as g, fileUploadBeforeUpload as C } from "../../../../utils/events/event-util.js";
4
4
  import x from "agilebuilder-ui/src/utils/request";
@@ -6,29 +6,29 @@ import { FsUploadNew as b } from "agilebuilder-ui";
6
6
  import k from "../../../../utils/eventBus.js";
7
7
  import { $t as _ } from "../../../../utils/i18n-util.js";
8
8
  const w = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
9
- const w2 = e2, P = w2.configure.runtime ? w2.configure.runtime : {}, j = t(P.props ? P.props : {}), R = P.style, T = P.class, z = P.headerStyle, I = P.titleExceedStyle, O = w2.pageContext.entity ? w2.pageContext.entity : {}, S = w2.configure.props.base ? w2.configure.props.base : {}, F = G(S.prop), N = G(S.propName);
10
- F && F.length > 1 && l(() => w2.pageContext.entity[F[0]][F[1]], (e3) => {
9
+ const w2 = e2, P = w2.configure.runtime ? w2.configure.runtime : {}, j = l(P.props ? P.props : {}), R = P.style, T = P.class, z = P.headerStyle, I = P.titleExceedStyle, O = w2.pageContext.entity ? w2.pageContext.entity : {}, S = w2.configure.props.base ? w2.configure.props.base : {}, F = G(S.prop), N = G(S.propName);
10
+ F && F.length > 1 && t(() => w2.pageContext.entity[F[0]][F[1]], (e3) => {
11
11
  A(h(O, F));
12
12
  });
13
- const q = w2.pageContext.code, D = t(F ? q + "__" + F.join("__") : null), U = h(O, F), $ = t(null), W = t(false), B = t([]), E = t({});
13
+ const q = w2.pageContext.code, D = l(F ? q + "__" + F.join("__") : null), U = h(O, F), $ = l(null), W = l(false), B = l([]), E = l({});
14
14
  function A(e3) {
15
15
  if (e3) {
16
- const t2 = e3.split(",");
17
- if (t2.length > 0) {
16
+ const l2 = e3.split(",");
17
+ if (l2.length > 0) {
18
18
  const e4 = w2.pageContext.backendUrl;
19
- x.post(e4 + "/common/fs-upload/search-file-names", t2).then((e5) => {
19
+ x.post(e4 + "/common/fs-upload/search-file-names", l2).then((e5) => {
20
20
  B.value = [];
21
- const l2 = [];
22
- for (let i2 = 0; i2 < t2.length; i2++) {
23
- const o2 = t2[i2];
24
- l2.push(e5[o2]), B.value.push({ showName: e5[o2], serverPath: o2 });
21
+ const t2 = [];
22
+ for (let i2 = 0; i2 < l2.length; i2++) {
23
+ const o2 = l2[i2];
24
+ t2.push(e5[o2]), B.value.push({ showName: e5[o2], serverPath: o2 });
25
25
  }
26
- "input" === j.value.displayType && (E.value.showName = l2.join(","), E.value.serverPath = t2.join(","));
26
+ "input" === j.value.displayType && (E.value.showName = t2.join(","), E.value.serverPath = l2.join(","));
27
27
  }).finally(() => {
28
28
  W.value = true;
29
29
  });
30
30
  } else W.value = true;
31
- } else W.value = true;
31
+ } else B.value = [], E.value = {}, W.value = true;
32
32
  }
33
33
  function G(e3) {
34
34
  return e3 ? (e3.startsWith("${") && (e3 = e3.substring(2, e3.length - 1)), e3.split(".")) : [];
@@ -37,31 +37,31 @@ const w = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
37
37
  return C(e3);
38
38
  }
39
39
  A(U);
40
- const J = (e3, t2, l2) => {
40
+ const J = (e3, l2, t2) => {
41
41
  L();
42
42
  }, K = (e3) => {
43
43
  L();
44
44
  }, L = () => {
45
- const e3 = [], t2 = [];
45
+ const e3 = [], l2 = [];
46
46
  if (j.value.limit && B.value.length > j.value.limit) {
47
47
  const e4 = B.value.length - j.value.limit;
48
- for (let t3 = 0; t3 < e4; t3++) B.value.shift();
48
+ for (let l3 = 0; l3 < e4; l3++) B.value.shift();
49
49
  }
50
- for (let l2 = 0; l2 < B.value.length; l2++) e3.push(B.value[l2].showName), t2.push(B.value[l2].serverPath);
51
- y(w2.pageContext.entity, F, t2.join(",")), y(w2.pageContext.entity, N, e3.join(","));
52
- }, M = t(null), Q = t(null);
50
+ for (let t2 = 0; t2 < B.value.length; t2++) e3.push(B.value[t2].showName), l2.push(B.value[t2].serverPath);
51
+ y(w2.pageContext.entity, F, l2.join(",")), y(w2.pageContext.entity, N, e3.join(","));
52
+ }, M = l(null), Q = l(null);
53
53
  return i(() => {
54
54
  k.$on(D.value + "-pickFileDone", (e3) => {
55
55
  $.value.pickFileDone(e3);
56
56
  }), o(() => {
57
- const e3 = h(O, F), t2 = { showName: h(O, N), serverPath: e3 };
58
- g(t2, w2.pageContext, w2.configure, { formItemRef: M.value, componentRef: $.value, titleRef: Q.value, value: t2, entity: w2.pageContext.entity.data, pageData: w2.pageContext.entity.page });
57
+ const e3 = h(O, F), l2 = { showName: h(O, N), serverPath: e3 };
58
+ g(l2, w2.pageContext, w2.configure, { formItemRef: M.value, componentRef: $.value, titleRef: Q.value, value: l2, entity: w2.pageContext.entity.data, pageData: w2.pageContext.entity.page });
59
59
  });
60
60
  }), a(() => {
61
61
  k.$off(D.value + "-pickFileDone");
62
- }), (e3, t2) => {
63
- const l2 = s("el-form-item");
64
- return j.value.tittleShow ? (p(), n(l2, { key: 0, ref_key: "formItemRef", ref: M, required: j.value.required, class: m(f(T)), "label-width": j.value.labelWidth, style: r(f(R)) }, { label: c(() => [j.value.tittleShow ? (p(), v("div", { key: 0, ref_key: "titleRef", ref: Q, style: r({ ...f(z), ...f(I) }) }, d(f(_)(j.value.title)), 5)) : u("", true)]), default: c(() => [W.value ? (p(), n(f(b), { key: 0, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: D.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : u("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : W.value ? (p(), n(f(b), { key: 1, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: D.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : u("", true);
62
+ }), (e3, l2) => {
63
+ const t2 = s("el-form-item");
64
+ return j.value.tittleShow ? (p(), n(t2, { key: 0, ref_key: "formItemRef", ref: M, required: j.value.required, class: m(f(T)), "label-width": j.value.labelWidth, style: r(f(R)) }, { label: v(() => [j.value.tittleShow ? (p(), c("div", { key: 0, ref_key: "titleRef", ref: Q, style: r({ ...f(z), ...f(I) }) }, d(f(_)(j.value.title)), 5)) : u("", true)]), default: v(() => [W.value ? (p(), n(f(b), { key: 0, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: D.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : u("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : W.value ? (p(), n(f(b), { key: 1, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: D.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : u("", true);
65
65
  };
66
66
  } });
67
67
  export {