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