@farris/ui-vue 1.7.0-beta.2 → 1.7.1-beta.0
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.
- package/components/button-group/index.esm.js +62 -62
- package/components/button-group/index.umd.cjs +1 -1
- package/components/combo-list/index.esm.js +96 -92
- package/components/combo-list/index.umd.cjs +1 -1
- package/components/data-view/index.esm.js +823 -823
- package/components/data-view/index.umd.cjs +1 -1
- package/components/expression-editor/index.esm.js +7 -3
- package/components/expression-editor/index.umd.cjs +4 -4
- package/components/filter-condition-editor/index.esm.js +434 -430
- package/components/filter-condition-editor/index.umd.cjs +5 -5
- package/components/order/index.esm.js +7 -3
- package/components/order/index.umd.cjs +1 -1
- package/components/pagination/index.esm.js +70 -70
- package/components/pagination/index.umd.cjs +2 -2
- package/components/response-layout-editor/index.esm.js +8 -0
- package/components/response-layout-editor/index.umd.cjs +1 -1
- package/components/schema-selector/index.esm.js +460 -460
- package/components/schema-selector/index.umd.cjs +1 -1
- package/components/sort-condition-editor/index.esm.js +571 -567
- package/components/sort-condition-editor/index.umd.cjs +5 -5
- package/components/switch/index.esm.js +19 -15
- package/components/switch/index.umd.cjs +2 -2
- package/designer/checkbox-group/index.esm.js +48 -44
- package/designer/checkbox-group/index.umd.cjs +1 -1
- package/designer/data-grid/index.esm.js +14 -14
- package/designer/data-grid/index.umd.cjs +2 -2
- package/designer/data-view/index.esm.js +4 -3
- package/designer/data-view/index.umd.cjs +2 -2
- package/designer/farris-designer.all.esm.js +3 -3
- package/designer/farris-designer.all.umd.cjs +1 -1
- package/farris.all.esm.js +34 -24
- package/farris.all.umd.cjs +25 -25
- package/package.json +1 -1
- package/types/components.d.ts +1 -1
|
@@ -56,23 +56,23 @@ const Vr = {
|
|
|
56
56
|
};
|
|
57
57
|
var D = /* @__PURE__ */ ((e) => (e[e.none = 0] = "none", e[e.filterable = 1] = "filterable", e[e.sortable = 2] = "sortable", e[e.filtered = 4] = "filtered", e[e.sorted = 8] = "sorted", e[e.ascending = 16] = "ascending", e[e.descending = 32] = "descending", e))(D || {}), _n = /* @__PURE__ */ ((e) => (e.NONE = "none", e.NUMBER = "number", e.DATE = "date", e.TEXT = "boolean", e.IMAGE = "boolean2", e.ENUM = "enum", e.CUSTOM = "custom", e))(_n || {}), ze = /* @__PURE__ */ ((e) => (e.DATE = "date", e.DATE_TIME = "datetime", e.NUMBER = "number", e.ENUM = "enum", e.IMAGE = "image", e.BOOLEAN = "boolean", e.BOOLEAN2 = "boolean2", e.TIMEAGO = "timeago", e.NONE = "none", e.CUSTOM = "custom", e.MULTI_LINGUAL = "multilingual", e))(ze || {});
|
|
58
58
|
function pn(e, t) {
|
|
59
|
-
var O, C, _, f,
|
|
60
|
-
const { isUndefined: r } = it(), { pageIndex: l, totalItems: u, pagination: v } = t, o = W((O = e.pagination) == null ? void 0 : O.enable),
|
|
59
|
+
var O, C, _, f, y, S, b, x, n;
|
|
60
|
+
const { isUndefined: r } = it(), { pageIndex: l, totalItems: u, pagination: v } = t, o = W((O = e.pagination) == null ? void 0 : O.enable), c = W(((C = e.pagination) == null ? void 0 : C.disabled) || !1), s = W((_ = e.pagination) == null ? void 0 : _.size), p = W((f = e.pagination) == null ? void 0 : f.sizeLimits), d = W((y = e.pagination) == null ? void 0 : y.mode), m = W((S = e.pagination) == null ? void 0 : S.showIndex), h = W((b = e.pagination) == null ? void 0 : b.showLimits), k = W(((x = e.pagination) == null ? void 0 : x.showGoto) || !1), a = W(((n = e.pagination) == null ? void 0 : n.showPageInfo) || !0);
|
|
61
61
|
me(() => {
|
|
62
62
|
var i;
|
|
63
63
|
return (i = e.pagination) == null ? void 0 : i.disabled;
|
|
64
64
|
}, (i, T) => {
|
|
65
|
-
i !== T && (
|
|
65
|
+
i !== T && (c.value = i);
|
|
66
66
|
}), me(() => {
|
|
67
67
|
var i;
|
|
68
68
|
return (i = e.pagination) == null ? void 0 : i.sizeLimits;
|
|
69
69
|
}, (i, T) => {
|
|
70
|
-
|
|
70
|
+
p.value = i;
|
|
71
71
|
}), me(() => {
|
|
72
72
|
var i;
|
|
73
73
|
return (i = e.pagination) == null ? void 0 : i.showIndex;
|
|
74
74
|
}, (i, T) => {
|
|
75
|
-
i !== T && (
|
|
75
|
+
i !== T && (m.value = i);
|
|
76
76
|
}), me(() => {
|
|
77
77
|
var i;
|
|
78
78
|
return (i = e.pagination) == null ? void 0 : i.showLimits;
|
|
@@ -109,54 +109,54 @@ function pn(e, t) {
|
|
|
109
109
|
}, (i, T) => {
|
|
110
110
|
i !== T && (s.value = i);
|
|
111
111
|
});
|
|
112
|
-
const
|
|
112
|
+
const g = (i) => {
|
|
113
113
|
if (!i)
|
|
114
114
|
return;
|
|
115
115
|
const { enable: T, total: G, size: Y, index: L, sizeLimits: K, showGoto: U, showIndex: E, showLimits: z, mode: J, disabled: N } = i;
|
|
116
|
-
r(T) || (o.value = T), r(L) || (l.value = L), r(Y) || (s.value = Y), r(K) || (
|
|
116
|
+
r(T) || (o.value = T), r(L) || (l.value = L), r(Y) || (s.value = Y), r(K) || (p.value = K), r(U) || (k.value = U), r(E) || (m.value = E), r(z) || (h.value = z), r(J) || (d.value = J), r(G) || (u.value = G), r(N) || (c.value = N);
|
|
117
117
|
};
|
|
118
118
|
return me(() => e.pagination, (i, T) => {
|
|
119
|
-
i !== T && (v.value = i,
|
|
119
|
+
i !== T && (v.value = i, g(i));
|
|
120
120
|
}), {
|
|
121
|
-
disabled:
|
|
121
|
+
disabled: c,
|
|
122
122
|
pageSize: s,
|
|
123
|
-
pageList:
|
|
123
|
+
pageList: p,
|
|
124
124
|
shouldRenderPagination: o,
|
|
125
125
|
showGotoPage: k,
|
|
126
|
-
showPageIndex:
|
|
126
|
+
showPageIndex: m,
|
|
127
127
|
showPageList: h,
|
|
128
128
|
showPageInfo: a,
|
|
129
|
-
mode:
|
|
130
|
-
updatePagination:
|
|
129
|
+
mode: d,
|
|
130
|
+
updatePagination: g
|
|
131
131
|
};
|
|
132
132
|
}
|
|
133
133
|
function St(e) {
|
|
134
134
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !_t(e);
|
|
135
135
|
}
|
|
136
|
-
function yn(e, t, r, l, u, v, o,
|
|
136
|
+
function yn(e, t, r, l, u, v, o, c, s, p, d) {
|
|
137
137
|
const {
|
|
138
|
-
updatePagination:
|
|
138
|
+
updatePagination: m
|
|
139
139
|
} = pn(e, r), {
|
|
140
140
|
showSelectAll: h,
|
|
141
141
|
showSelection: k,
|
|
142
142
|
selectedValues: a,
|
|
143
|
-
updateSelectAllStatus:
|
|
143
|
+
updateSelectAllStatus: g,
|
|
144
144
|
keepSelectingOnPaging: O,
|
|
145
145
|
clearSelection: C
|
|
146
146
|
} = s, _ = W([]), f = W([]), {
|
|
147
|
-
t:
|
|
147
|
+
t: y
|
|
148
148
|
} = Be(), S = [{
|
|
149
|
-
name:
|
|
149
|
+
name: y("datagrid.settings.asc"),
|
|
150
150
|
value: "asc",
|
|
151
151
|
icon: "f-icon f-icon-col-ascendingorder"
|
|
152
152
|
}, {
|
|
153
|
-
name:
|
|
153
|
+
name: y("datagrid.settings.summaryNone"),
|
|
154
154
|
value: "none"
|
|
155
155
|
}, {
|
|
156
|
-
name:
|
|
156
|
+
name: y("datagrid.settings.desc"),
|
|
157
157
|
value: "desc",
|
|
158
158
|
icon: "f-icon f-icon-col-descendingorder"
|
|
159
|
-
}],
|
|
159
|
+
}], b = $(() => {
|
|
160
160
|
var F, w;
|
|
161
161
|
return ((F = e.filter) == null ? void 0 : F.mode) === "server" || ((w = e.sort) == null ? void 0 : w.mode) === "server";
|
|
162
162
|
}), {
|
|
@@ -166,7 +166,7 @@ function yn(e, t, r, l, u, v, o, d, s, b, c) {
|
|
|
166
166
|
filterFromServer: T
|
|
167
167
|
} = u;
|
|
168
168
|
function G() {
|
|
169
|
-
O.value || C(), r.updateVisibleDataSummary(
|
|
169
|
+
O.value || C(), r.updateVisibleDataSummary(d.value), m({
|
|
170
170
|
total: r.dataView.value.length,
|
|
171
171
|
index: 1
|
|
172
172
|
});
|
|
@@ -197,16 +197,16 @@ function yn(e, t, r, l, u, v, o, d, s, b, c) {
|
|
|
197
197
|
const w = K(F), j = F.sortType === "none" ? w : F.sortType === "asc" ? w | D.sorted | D.ascending : w | D.sorted | D.descending;
|
|
198
198
|
F.status = j;
|
|
199
199
|
const H = F.column;
|
|
200
|
-
H && (H.sort = F.sortType, H.sortOrder = F.sortType !== "none" ? H.sortOrder : 0, F.status = j, L(t.createSortConditions(o)), ((ee = e.sort) == null ? void 0 : ee.mode) !== "server" && (t.applyColumnSorter(r, o),
|
|
200
|
+
H && (H.sort = F.sortType, H.sortOrder = F.sortType !== "none" ? H.sortOrder : 0, F.status = j, L(t.createSortConditions(o)), ((ee = e.sort) == null ? void 0 : ee.mode) !== "server" && (t.applyColumnSorter(r, o), c.reCalculateVisualDataRows(), G()));
|
|
201
201
|
}
|
|
202
202
|
function J(F) {
|
|
203
203
|
var H, ee;
|
|
204
204
|
const w = (F.status & D.filtered) === D.filtered;
|
|
205
|
-
F.status = w ? F.status ^ D.filtered : F.status | D.filtered, ((H = F.column) == null ? void 0 : H.filter) != null && F.column.filter !== "" && F.filter ? x(F) : n(F), Y(i()), ((ee = e.filter) == null ? void 0 : ee.mode) !== "server" && (r.refresh(),
|
|
205
|
+
F.status = w ? F.status ^ D.filtered : F.status | D.filtered, ((H = F.column) == null ? void 0 : H.filter) != null && F.column.filter !== "" && F.filter ? x(F) : n(F), Y(i()), ((ee = e.filter) == null ? void 0 : ee.mode) !== "server" && (r.refresh(), c.reCalculateVisualDataRows(), G());
|
|
206
206
|
}
|
|
207
207
|
function N(F) {
|
|
208
208
|
var w;
|
|
209
|
-
F.showPopover = !1, F.filterHistory = void 0, v.updateFilterHistory(F, (w = F.column) == null ? void 0 : w.filter), J(F), z(F),
|
|
209
|
+
F.showPopover = !1, F.filterHistory = void 0, v.updateFilterHistory(F, (w = F.column) == null ? void 0 : w.filter), J(F), z(F), b.value && T({
|
|
210
210
|
filterConditions: f.value,
|
|
211
211
|
sortConditions: _.value
|
|
212
212
|
});
|
|
@@ -227,7 +227,7 @@ function yn(e, t, r, l, u, v, o, d, s, b, c) {
|
|
|
227
227
|
class: "fv-column-filter-section"
|
|
228
228
|
}, [R("div", {
|
|
229
229
|
class: "fv-column-filter-section-title"
|
|
230
|
-
}, [
|
|
230
|
+
}, [y("datagrid.filter.title")]), R("div", {
|
|
231
231
|
class: "fv-column-filter-section-editor"
|
|
232
232
|
}, [l.getFilterEditor(F)])]), R("div", {
|
|
233
233
|
class: "fv-column-sort-filter-footer"
|
|
@@ -237,7 +237,7 @@ function yn(e, t, r, l, u, v, o, d, s, b, c) {
|
|
|
237
237
|
style: "margin: 4px 0;padding-left: 0;",
|
|
238
238
|
type: "link",
|
|
239
239
|
onClick: (ee) => E(ee, F)
|
|
240
|
-
}, St(w =
|
|
240
|
+
}, St(w = y("datagrid.filter.clear")) ? w : {
|
|
241
241
|
default: () => [w]
|
|
242
242
|
})]), R("div", {
|
|
243
243
|
class: "fv-column-confirm-section"
|
|
@@ -247,7 +247,7 @@ function yn(e, t, r, l, u, v, o, d, s, b, c) {
|
|
|
247
247
|
},
|
|
248
248
|
size: "small",
|
|
249
249
|
onClick: (ee) => N(F)
|
|
250
|
-
}, St(j =
|
|
250
|
+
}, St(j = y("datagrid.filter.ok")) ? j : {
|
|
251
251
|
default: () => [j]
|
|
252
252
|
})])])]);
|
|
253
253
|
}
|
|
@@ -259,8 +259,8 @@ function yn(e, t, r, l, u, v, o, d, s, b, c) {
|
|
|
259
259
|
function bn(e) {
|
|
260
260
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !_t(e);
|
|
261
261
|
}
|
|
262
|
-
function wn(e, t, r, l, u, v, o,
|
|
263
|
-
function
|
|
262
|
+
function wn(e, t, r, l, u, v, o, c, s, p, d, m, h, k, a) {
|
|
263
|
+
function g(N) {
|
|
264
264
|
const B = N.status;
|
|
265
265
|
return {
|
|
266
266
|
"fv-column-handler": !0,
|
|
@@ -279,13 +279,13 @@ function wn(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a) {
|
|
|
279
279
|
function f(N) {
|
|
280
280
|
return (N.status & D.sortable) === D.none && (N.status & D.filterable) === D.filterable && (N.status & D.sorted) === D.none;
|
|
281
281
|
}
|
|
282
|
-
function
|
|
282
|
+
function y(N) {
|
|
283
283
|
return (N.status & D.sortable) === D.sortable && (N.status & D.filterable) === D.filterable && (N.status & D.sorted) === D.none;
|
|
284
284
|
}
|
|
285
285
|
function S(N) {
|
|
286
286
|
return (N.status & D.sortable) === D.sortable && (N.status & D.filterable) === D.filterable && (N.status & D.sorted) === D.sorted && (N.status & D.ascending) === D.ascending;
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function b(N) {
|
|
289
289
|
return (N.status & D.sortable) === D.sortable && (N.status & D.filterable) === D.filterable && (N.status & D.sorted) === D.sorted && (N.status & D.descending) === D.descending;
|
|
290
290
|
}
|
|
291
291
|
const x = function(N) {
|
|
@@ -295,14 +295,14 @@ function wn(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a) {
|
|
|
295
295
|
"f-icon-col-ascending": C(N),
|
|
296
296
|
"f-icon-col-descending": _(N),
|
|
297
297
|
"f-icon-col-filter": f(N),
|
|
298
|
-
"f-icon-col-defaultfilterandsort":
|
|
298
|
+
"f-icon-col-defaultfilterandsort": y(N),
|
|
299
299
|
"f-icon-col-filterandascending": S(N),
|
|
300
|
-
"f-icon-col-filteranddescending":
|
|
300
|
+
"f-icon-col-filteranddescending": b(N)
|
|
301
301
|
};
|
|
302
302
|
}, n = /* @__PURE__ */ new Map([[D.sortable, D.sortable | D.sorted | D.ascending], [D.sortable | D.sorted | D.ascending, D.sortable | D.sorted | D.descending], [D.sortable | D.sorted | D.descending, D.sortable]]), {
|
|
303
303
|
renderFilterContainer: i,
|
|
304
304
|
onConfirm: T
|
|
305
|
-
} = yn(e, v, o,
|
|
305
|
+
} = yn(e, v, o, c, s, p, d, m, h, k, a), G = W();
|
|
306
306
|
function Y(N, B) {
|
|
307
307
|
B.filter((F) => F !== N && F.showPopover).forEach((F) => {
|
|
308
308
|
F.showPopover = !1;
|
|
@@ -315,7 +315,7 @@ function wn(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a) {
|
|
|
315
315
|
class: "fv-column-handler-popover",
|
|
316
316
|
"z-index": 1050,
|
|
317
317
|
"right-boundary": u.value,
|
|
318
|
-
offsetX: -
|
|
318
|
+
offsetX: -m.offsetX,
|
|
319
319
|
placement: "auto",
|
|
320
320
|
visible: !0,
|
|
321
321
|
onHidden: () => {
|
|
@@ -340,8 +340,8 @@ function wn(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a) {
|
|
|
340
340
|
const H = n.get(B), ee = (H & D.sorted) === D.sorted, X = (H & D.ascending) === D.ascending, M = (H & D.descending) === D.descending, I = N.column;
|
|
341
341
|
I && (I.sort = X ? "asc" : M ? "desc" : "none", I.sortOrder = ee ? I.sortOrder : 0, N.sortType = I.sort, N.status = H, ((j = e.sort) == null ? void 0 : j.mode) === "server" ? t.emit("sortChanged", {
|
|
342
342
|
filterConditions: s.createFilterConditions(),
|
|
343
|
-
sortConditions: v.createSortConditions(
|
|
344
|
-
}) : (v.applyColumnSorter(o,
|
|
343
|
+
sortConditions: v.createSortConditions(d)
|
|
344
|
+
}) : (v.applyColumnSorter(o, d), m.reCalculateVisualDataRows()));
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
function z(N, B, F) {
|
|
@@ -349,7 +349,7 @@ function wn(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a) {
|
|
|
349
349
|
}
|
|
350
350
|
function J(N, B, F) {
|
|
351
351
|
return [R("span", {
|
|
352
|
-
class:
|
|
352
|
+
class: g(N),
|
|
353
353
|
onClick: (j) => z(j, N, F)
|
|
354
354
|
}, [R("i", {
|
|
355
355
|
class: x(N)
|
|
@@ -360,23 +360,23 @@ function wn(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a) {
|
|
|
360
360
|
};
|
|
361
361
|
}
|
|
362
362
|
const Ft = "__setting__", Pr = "设置", Sn = 30, Cn = "right", Je = "setting", Et = "__command__", Wr = "操作", xn = 150, On = "right", rt = "commands";
|
|
363
|
-
function kn(e, t, r, l, u, v, o,
|
|
364
|
-
const s = "id",
|
|
365
|
-
let
|
|
363
|
+
function kn(e, t, r, l, u, v, o, c) {
|
|
364
|
+
const s = "id", p = W();
|
|
365
|
+
let d;
|
|
366
366
|
const {
|
|
367
|
-
applySortableColumns:
|
|
367
|
+
applySortableColumns: m,
|
|
368
368
|
collectionFilterableColumns: h,
|
|
369
369
|
collectionSortableColumns: k,
|
|
370
370
|
columnContext: a,
|
|
371
|
-
updateColumnSettingIcon:
|
|
371
|
+
updateColumnSettingIcon: g
|
|
372
372
|
} = e, {
|
|
373
373
|
conditions: O
|
|
374
374
|
} = r, {
|
|
375
375
|
calculateColumnsSize: C
|
|
376
376
|
} = l, {
|
|
377
377
|
fitHorizontalScroll: _
|
|
378
|
-
} = v, f = W([]),
|
|
379
|
-
let
|
|
378
|
+
} = v, f = W([]), y = $(() => !!f.value.length), S = $(() => a.value.primaryColumns.filter((w) => w.dataType !== rt && w.dataType !== Je));
|
|
379
|
+
let b = [];
|
|
380
380
|
const x = $(() => S.value.map((w) => ({
|
|
381
381
|
id: w.field,
|
|
382
382
|
name: w.title
|
|
@@ -413,12 +413,12 @@ function kn(e, t, r, l, u, v, o, d) {
|
|
|
413
413
|
}
|
|
414
414
|
function G(w) {
|
|
415
415
|
const j = a.value.primaryColumns.filter((M) => M.dataType === rt), H = a.value.primaryColumns.filter((M) => M.dataType === Je), ee = i(), X = T(w, ee);
|
|
416
|
-
j.length || H.length ? a.value.primaryColumns = [...X, ...Array.from(ee.values()), ...j, ...H] : a.value.primaryColumns = [...X, ...Array.from(ee.values())],
|
|
416
|
+
j.length || H.length ? a.value.primaryColumns = [...X, ...Array.from(ee.values()), ...j, ...H] : a.value.primaryColumns = [...X, ...Array.from(ee.values())], g(), C(), Ct(() => {
|
|
417
417
|
_();
|
|
418
418
|
});
|
|
419
419
|
}
|
|
420
420
|
function Y() {
|
|
421
|
-
G(
|
|
421
|
+
G(b), d == null || d.destroy();
|
|
422
422
|
}
|
|
423
423
|
function L(w) {
|
|
424
424
|
return R("div", {
|
|
@@ -431,11 +431,11 @@ function kn(e, t, r, l, u, v, o, d) {
|
|
|
431
431
|
class: "modal-title"
|
|
432
432
|
}, [R("span", {
|
|
433
433
|
class: "modal-title-label"
|
|
434
|
-
}, [
|
|
434
|
+
}, [c.t("datagrid.settings.title")])]),
|
|
435
435
|
default: () => [
|
|
436
436
|
R(qt, {
|
|
437
437
|
id: "display-columns",
|
|
438
|
-
title:
|
|
438
|
+
title: c.t("datagrid.settings.visible"),
|
|
439
439
|
class: "container"
|
|
440
440
|
}, {
|
|
441
441
|
default: () => [R(Kt, {
|
|
@@ -482,25 +482,25 @@ function kn(e, t, r, l, u, v, o, d) {
|
|
|
482
482
|
});
|
|
483
483
|
}
|
|
484
484
|
function E() {
|
|
485
|
-
if (
|
|
485
|
+
if (y.value) {
|
|
486
486
|
const w = K(), j = U(w);
|
|
487
|
-
|
|
487
|
+
m(j, t, u), v.reCalculateVisualDataRows(), C();
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
function z() {
|
|
491
|
-
|
|
491
|
+
p.value && (O.value = p.value.getConditions(), t.refresh(), v.reCalculateVisualDataRows());
|
|
492
492
|
}
|
|
493
493
|
function J() {
|
|
494
494
|
E(), z();
|
|
495
495
|
}
|
|
496
496
|
function N() {
|
|
497
|
-
|
|
497
|
+
b = Tt(n.value);
|
|
498
498
|
}
|
|
499
499
|
function B() {
|
|
500
|
-
G(
|
|
500
|
+
G(b);
|
|
501
501
|
}
|
|
502
502
|
function F() {
|
|
503
|
-
|
|
503
|
+
d = o.open({
|
|
504
504
|
title: "",
|
|
505
505
|
width: 800,
|
|
506
506
|
showButtons: !0,
|
|
@@ -520,70 +520,70 @@ function kn(e, t, r, l, u, v, o, d) {
|
|
|
520
520
|
};
|
|
521
521
|
}
|
|
522
522
|
function Nn(e, t, r, l, u, v) {
|
|
523
|
-
const o = xt(Gt),
|
|
523
|
+
const o = xt(Gt), c = Be(), s = $(() => ({
|
|
524
524
|
margin: "0px"
|
|
525
525
|
}));
|
|
526
|
-
function
|
|
526
|
+
function p(m) {
|
|
527
527
|
const {
|
|
528
528
|
openSettingPanel: h
|
|
529
|
-
} = kn(e, t, r, l, u, v, o,
|
|
529
|
+
} = kn(e, t, r, l, u, v, o, c);
|
|
530
530
|
h();
|
|
531
531
|
}
|
|
532
|
-
function
|
|
532
|
+
function d() {
|
|
533
533
|
return R("span", {
|
|
534
534
|
class: "fv-grid-settings-icon",
|
|
535
535
|
style: s.value,
|
|
536
|
-
onClick:
|
|
536
|
+
onClick: p
|
|
537
537
|
}, [R("i", {
|
|
538
538
|
class: "f-icon f-icon-home-setup"
|
|
539
539
|
}, null)]);
|
|
540
540
|
}
|
|
541
541
|
return {
|
|
542
|
-
renderGridSettingsIcon:
|
|
542
|
+
renderGridSettingsIcon: d
|
|
543
543
|
};
|
|
544
544
|
}
|
|
545
545
|
function Tn(e, t, r, l) {
|
|
546
|
-
const v = W(-1), o = W(0),
|
|
546
|
+
const v = W(-1), o = W(0), c = W(!1);
|
|
547
547
|
let s = "";
|
|
548
|
-
const
|
|
549
|
-
display:
|
|
548
|
+
const p = $(() => ({
|
|
549
|
+
display: c.value ? "block" : "none",
|
|
550
550
|
left: `${o.value}px`
|
|
551
|
-
})),
|
|
552
|
-
display:
|
|
551
|
+
})), d = $(() => ({
|
|
552
|
+
display: c.value ? "block" : "none"
|
|
553
553
|
}));
|
|
554
|
-
function
|
|
555
|
-
const
|
|
556
|
-
if (
|
|
557
|
-
const { left: O } =
|
|
554
|
+
function m(a) {
|
|
555
|
+
const g = a.target.parentElement;
|
|
556
|
+
if (g) {
|
|
557
|
+
const { left: O } = g.getBoundingClientRect();
|
|
558
558
|
o.value = a.clientX - O;
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
function h(a) {
|
|
562
|
-
const
|
|
563
|
-
if (
|
|
564
|
-
const { left: C } = O.getBoundingClientRect(), _ = a.clientX - C, f = (
|
|
565
|
-
|
|
562
|
+
const g = t.value.primaryColumns.filter((C) => C.visible).find((C) => C.field === s) || t.value.leftColumns.filter((C) => C.visible).find((C) => C.field === s) || t.value.rightColumns.filter((C) => C.visible).find((C) => C.field === s), O = a.target.parentElement;
|
|
563
|
+
if (g && O) {
|
|
564
|
+
const { left: C } = O.getBoundingClientRect(), _ = a.clientX - C, f = (g.actualWidth || 0) + (_ - v.value);
|
|
565
|
+
g.actualWidth = Math.max(40, f), r.calculateColumnsSize();
|
|
566
566
|
}
|
|
567
|
-
o.value = 0,
|
|
567
|
+
o.value = 0, c.value = !1, document.removeEventListener("mousemove", m), document.removeEventListener("mouseup", h), document.body.style.userSelect = "", s = "";
|
|
568
568
|
}
|
|
569
|
-
function k(a,
|
|
570
|
-
s =
|
|
569
|
+
function k(a, g) {
|
|
570
|
+
s = g, c.value = !0;
|
|
571
571
|
const C = a.composedPath().find((_) => _.className.split(" ")[0] === "fv-grid");
|
|
572
572
|
if (C) {
|
|
573
573
|
const { left: _ } = C.getBoundingClientRect();
|
|
574
|
-
o.value = a.clientX - _, v.value = a.clientX - _, document.addEventListener("mousemove",
|
|
574
|
+
o.value = a.clientX - _, v.value = a.clientX - _, document.addEventListener("mousemove", m), document.addEventListener("mouseup", h), document.body.style.userSelect = "none";
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
|
-
return { onClickColumnResizeBar: k, resizeHandleStyle:
|
|
577
|
+
return { onClickColumnResizeBar: k, resizeHandleStyle: p, resizeOverlayStyle: d };
|
|
578
578
|
}
|
|
579
|
-
function Ar(e, t, r, l, u, v, o,
|
|
579
|
+
function Ar(e, t, r, l, u, v, o, c, s, p, d, m, h, k, a, g, O, C, _) {
|
|
580
580
|
const {
|
|
581
581
|
getDifference: f
|
|
582
582
|
} = pt(), {
|
|
583
|
-
dataView:
|
|
583
|
+
dataView: y
|
|
584
584
|
} = o, {
|
|
585
585
|
showSelectAll: S,
|
|
586
|
-
selectDataItem:
|
|
586
|
+
selectDataItem: b,
|
|
587
587
|
unSelectDataItem: x,
|
|
588
588
|
selectAll: n,
|
|
589
589
|
unSelectAll: i,
|
|
@@ -603,7 +603,7 @@ function Ar(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a, m, O, C, _) {
|
|
|
603
603
|
onClickColumnResizeBar: B,
|
|
604
604
|
resizeHandleStyle: F,
|
|
605
605
|
resizeOverlayStyle: w
|
|
606
|
-
} = Tn(e, z,
|
|
606
|
+
} = Tn(e, z, m), {
|
|
607
607
|
gridHeaderColumnsStyle: j,
|
|
608
608
|
leftFixedGridHeaderColumnsStyle: H,
|
|
609
609
|
rightFixedGridHeaderColumnsStyle: ee
|
|
@@ -612,7 +612,7 @@ function Ar(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a, m, O, C, _) {
|
|
|
612
612
|
dragenter: M,
|
|
613
613
|
dragover: I,
|
|
614
614
|
dragend: q
|
|
615
|
-
} =
|
|
615
|
+
} = c, Q = $(() => S.value || K.value || L.value), ae = z.value.defaultColumnWidth, fe = 32, de = /* @__PURE__ */ new Map([[0, 0]]), ce = $(() => e.showHeader);
|
|
616
616
|
function he(ie, Ce) {
|
|
617
617
|
var Ke;
|
|
618
618
|
const xe = ((Ke = ie.column) == null ? void 0 : Ke.dataType) === "setting", Te = de.get(Ce) || 0, He = {
|
|
@@ -640,9 +640,9 @@ function Ar(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a, m, O, C, _) {
|
|
|
640
640
|
return (ie.status & D.sortable) === D.sortable || (ie.status & D.filterable) === D.filterable;
|
|
641
641
|
}, {
|
|
642
642
|
renderHeaderCellHandler: re
|
|
643
|
-
} = wn(e, t, r, l, u, v, o, s,
|
|
643
|
+
} = wn(e, t, r, l, u, v, o, s, p, d, g, O, k, a, _), {
|
|
644
644
|
renderGridSettingsIcon: oe
|
|
645
|
-
} = Nn(v, o,
|
|
645
|
+
} = Nn(v, o, p, m, g, O);
|
|
646
646
|
function ye(ie) {
|
|
647
647
|
var xe;
|
|
648
648
|
const Ce = {
|
|
@@ -653,9 +653,9 @@ function Ar(e, t, r, l, u, v, o, d, s, b, c, g, h, k, a, m, O, C, _) {
|
|
|
653
653
|
}
|
|
654
654
|
function V(ie) {
|
|
655
655
|
Y.value = !1;
|
|
656
|
-
const Ce = _.value.map((Te) => Te.raw), xe = f(
|
|
656
|
+
const Ce = _.value.map((Te) => Te.raw), xe = f(y.value, Ce);
|
|
657
657
|
ie ? (n(), xe.forEach((Te) => {
|
|
658
|
-
|
|
658
|
+
b(Te);
|
|
659
659
|
}), t.emit("selectAll", ie)) : (i(), xe.forEach((Te) => {
|
|
660
660
|
x(Te);
|
|
661
661
|
}), t.emit("unSelectAll", ie));
|
|
@@ -790,11 +790,11 @@ function Br(e, t, r, l, u) {
|
|
|
790
790
|
columnContext: v
|
|
791
791
|
} = t, {
|
|
792
792
|
conditions: o,
|
|
793
|
-
clearCondition:
|
|
793
|
+
clearCondition: c,
|
|
794
794
|
removeCondition: s
|
|
795
|
-
} = l,
|
|
796
|
-
function
|
|
797
|
-
const
|
|
795
|
+
} = l, p = W([]);
|
|
796
|
+
function d() {
|
|
797
|
+
const g = [];
|
|
798
798
|
Array.from(o.value).forEach((O, C) => {
|
|
799
799
|
var f;
|
|
800
800
|
const _ = {
|
|
@@ -806,31 +806,31 @@ function Br(e, t, r, l, u) {
|
|
|
806
806
|
type: (f = O.value) == null ? void 0 : f.editorType
|
|
807
807
|
}
|
|
808
808
|
};
|
|
809
|
-
|
|
810
|
-
}),
|
|
811
|
-
}
|
|
812
|
-
me(o, () =>
|
|
813
|
-
function g
|
|
814
|
-
if (
|
|
815
|
-
|
|
816
|
-
let O =
|
|
817
|
-
O = (O & D.filtered) === D.filtered ? O ^ D.filtered : O,
|
|
809
|
+
g.push(_);
|
|
810
|
+
}), p.value = g;
|
|
811
|
+
}
|
|
812
|
+
me(o, () => d());
|
|
813
|
+
function m(g) {
|
|
814
|
+
if (g && g.column) {
|
|
815
|
+
g.column.filter = null;
|
|
816
|
+
let O = g.status;
|
|
817
|
+
O = (O & D.filtered) === D.filtered ? O ^ D.filtered : O, g.status = O;
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
|
-
function h(
|
|
821
|
-
s(`field_filter_${
|
|
822
|
-
const O = v.value.primaryHeaderColumns.find((C) => C.field ===
|
|
823
|
-
|
|
820
|
+
function h(g) {
|
|
821
|
+
s(`field_filter_${g}`);
|
|
822
|
+
const O = v.value.primaryHeaderColumns.find((C) => C.field === g);
|
|
823
|
+
m(O), r.refresh(), u.reCalculateVisualDataRows();
|
|
824
824
|
}
|
|
825
825
|
function k() {
|
|
826
|
-
|
|
826
|
+
c(), v.value.primaryHeaderColumns.forEach((g) => m(g)), r.refresh(), u.reCalculateVisualDataRows();
|
|
827
827
|
}
|
|
828
828
|
function a() {
|
|
829
829
|
return R("div", {
|
|
830
830
|
class: "fv-grid-filter-panel"
|
|
831
831
|
}, [R(Xt, {
|
|
832
832
|
data: o.value,
|
|
833
|
-
fields:
|
|
833
|
+
fields: p.value,
|
|
834
834
|
mode: "display-only",
|
|
835
835
|
"show-reset": !0,
|
|
836
836
|
onRemove: h,
|
|
@@ -846,29 +846,29 @@ function jr(e, t, r, l, u) {
|
|
|
846
846
|
dropOnGroupPanel: v,
|
|
847
847
|
groupColumnItems: o
|
|
848
848
|
} = r, {
|
|
849
|
-
groupFields:
|
|
849
|
+
groupFields: c,
|
|
850
850
|
shouldGroupingData: s,
|
|
851
|
-
showGroupPanel:
|
|
852
|
-
} = l,
|
|
853
|
-
function
|
|
854
|
-
|
|
851
|
+
showGroupPanel: p
|
|
852
|
+
} = l, d = W();
|
|
853
|
+
function m(a) {
|
|
854
|
+
c.value = a.map((g) => g.value), t.updateDataView(), u.reCalculateVisualDataRows();
|
|
855
855
|
}
|
|
856
856
|
function h(a) {
|
|
857
857
|
a.preventDefault();
|
|
858
858
|
}
|
|
859
859
|
function k() {
|
|
860
|
-
return s.value &&
|
|
860
|
+
return s.value && p.value && R("div", {
|
|
861
861
|
class: "fv-grid-group-panel",
|
|
862
862
|
onDrop: v,
|
|
863
863
|
onDragover: h
|
|
864
864
|
}, [o.value && R(st("f-tags"), {
|
|
865
|
-
ref:
|
|
865
|
+
ref: d,
|
|
866
866
|
style: "margin:0.375rem",
|
|
867
867
|
"tag-type": "default",
|
|
868
868
|
data: o.value,
|
|
869
869
|
"tag-style": "capsule",
|
|
870
870
|
"show-close": !0,
|
|
871
|
-
onChange:
|
|
871
|
+
onChange: m
|
|
872
872
|
}, null)]);
|
|
873
873
|
}
|
|
874
874
|
return {
|
|
@@ -879,7 +879,7 @@ function Fn(e, t) {
|
|
|
879
879
|
var k;
|
|
880
880
|
const r = String(Date.now()), l = ((k = e.rowOption) == null ? void 0 : k.height) || 28, u = W(t.value.primaryColumnsWidth);
|
|
881
881
|
function v(a) {
|
|
882
|
-
const
|
|
882
|
+
const g = {};
|
|
883
883
|
return a.reduce(
|
|
884
884
|
(O, C, _) => {
|
|
885
885
|
const f = _ < a.length - 1 ? a[_ + 1] : null;
|
|
@@ -887,29 +887,29 @@ function Fn(e, t) {
|
|
|
887
887
|
left: O[C.field].left + (C.actualWidth || 0)
|
|
888
888
|
}), O;
|
|
889
889
|
},
|
|
890
|
-
|
|
891
|
-
),
|
|
890
|
+
g
|
|
891
|
+
), g;
|
|
892
892
|
}
|
|
893
|
-
function o(a,
|
|
894
|
-
const C = l * (O + 1), f =
|
|
893
|
+
function o(a, g, O) {
|
|
894
|
+
const C = l * (O + 1), f = g[a.field].left - C + (g[a.field].width || 0), y = a.parent.height ? `${a.parent.height}px` : "";
|
|
895
895
|
return {
|
|
896
896
|
left: `${C}px`,
|
|
897
897
|
width: `${f}px`,
|
|
898
|
-
height: `${
|
|
898
|
+
height: `${y}`
|
|
899
899
|
};
|
|
900
900
|
}
|
|
901
|
-
function
|
|
901
|
+
function c(a, g, O) {
|
|
902
902
|
return {
|
|
903
903
|
right: "0px",
|
|
904
904
|
height: `${a.parent.height ? `${a.parent.height}px` : ""}`
|
|
905
905
|
};
|
|
906
906
|
}
|
|
907
|
-
function s(a,
|
|
907
|
+
function s(a, g) {
|
|
908
908
|
var _;
|
|
909
909
|
const O = a.parent.height ? `${a.parent.height}px` : "", C = {
|
|
910
|
-
left: `${
|
|
910
|
+
left: `${g[a.field].left}px`,
|
|
911
911
|
height: `${O}`,
|
|
912
|
-
width: isNaN(Number(
|
|
912
|
+
width: isNaN(Number(g[a.field].width)) ? "100%" : `${g[a.field].width}px`
|
|
913
913
|
};
|
|
914
914
|
if ((_ = e.rowOption) != null && _.customCellStyle) {
|
|
915
915
|
const f = e.rowOption.customCellStyle(a) || {};
|
|
@@ -917,30 +917,30 @@ function Fn(e, t) {
|
|
|
917
917
|
}
|
|
918
918
|
return C;
|
|
919
919
|
}
|
|
920
|
-
function
|
|
921
|
-
const _ = (
|
|
920
|
+
function p(a, g, O) {
|
|
921
|
+
const _ = (g.spanned || []).reduce((y, S) => y + (S.parent.height || 0), 0) + (a.height || 0);
|
|
922
922
|
return {
|
|
923
923
|
top: `${a.top}px`,
|
|
924
|
-
left: `${O[
|
|
925
|
-
width: `${O[
|
|
924
|
+
left: `${O[g.field].left}px`,
|
|
925
|
+
width: `${O[g.field].width}px`,
|
|
926
926
|
height: `${_}px`,
|
|
927
927
|
padding: `calc(${_ / 2}px - 1rem) 0`
|
|
928
928
|
// height: `calc(${rowHeight}px * ${cell.rowSpan})`,
|
|
929
929
|
// padding: `calc(${rowHeight * cell.rowSpan / 2}px - 1rem) 0`
|
|
930
930
|
};
|
|
931
931
|
}
|
|
932
|
-
function
|
|
933
|
-
return `${r}_${a.type}_r_${a.index}_c_${
|
|
932
|
+
function d(a, g) {
|
|
933
|
+
return `${r}_${a.type}_r_${a.index}_c_${g}_${a.refreshKey || ""}`;
|
|
934
934
|
}
|
|
935
|
-
function
|
|
935
|
+
function m(a) {
|
|
936
936
|
return `${r}_${a.type}_r_${a.index}_${a.refreshKey || ""}`;
|
|
937
937
|
}
|
|
938
938
|
function h(a) {
|
|
939
939
|
var C;
|
|
940
|
-
const
|
|
940
|
+
const g = a.height ? `${a.height}px` : "", O = {
|
|
941
941
|
top: `${a.top}px`,
|
|
942
942
|
width: isNaN(u.value) ? "100%" : `${u.value}px`,
|
|
943
|
-
height: `${
|
|
943
|
+
height: `${g}`
|
|
944
944
|
};
|
|
945
945
|
if ((C = e.rowOption) != null && C.customRowStyle) {
|
|
946
946
|
const _ = e.rowOption.customRowStyle(a.raw) || {};
|
|
@@ -952,13 +952,13 @@ function Fn(e, t) {
|
|
|
952
952
|
u.value = t.value.primaryColumnsWidth;
|
|
953
953
|
}), {
|
|
954
954
|
calculateCellPositionInRow: v,
|
|
955
|
-
cellKey:
|
|
955
|
+
cellKey: d,
|
|
956
956
|
cellPosition: s,
|
|
957
957
|
groupCellPosition: o,
|
|
958
|
-
rowKey:
|
|
958
|
+
rowKey: m,
|
|
959
959
|
rowPosition: h,
|
|
960
|
-
rowSpanCellPosition:
|
|
961
|
-
summaryCellPosition:
|
|
960
|
+
rowSpanCellPosition: p,
|
|
961
|
+
summaryCellPosition: c
|
|
962
962
|
};
|
|
963
963
|
}
|
|
964
964
|
function En(e, t, r) {
|
|
@@ -968,56 +968,56 @@ function En(e, t, r) {
|
|
|
968
968
|
...t.value.filter((h) => h.raw.__fv_descendant_index__.length !== 0).map((h) => [...h.raw.__fv_descendant_index__.slice(-1)]).flat()
|
|
969
969
|
).sort((h, k) => Number(h) - Number(k));
|
|
970
970
|
}
|
|
971
|
-
function d
|
|
972
|
-
const
|
|
971
|
+
function c(d) {
|
|
972
|
+
const m = new Array(t.value.length).fill(0);
|
|
973
973
|
if (e.showLines) {
|
|
974
974
|
const h = o();
|
|
975
975
|
t.value.forEach((k, a) => {
|
|
976
|
-
const
|
|
977
|
-
|
|
978
|
-
}),
|
|
976
|
+
const g = h.includes(a), O = k.raw[l.value];
|
|
977
|
+
m[a] = `repeating-linear-gradient(90deg, ${u.value} 0 1px, transparent 0px 2px) ${O ? "-10px" : "0px"} ${v.value / 2}px/20px 1px no-repeat,repeating-linear-gradient(${u.value} 0 1px, transparent 0px 2px) 0px 0px/1px ${g ? "50%" : "100%"} no-repeat`;
|
|
978
|
+
}), m[0] = "";
|
|
979
979
|
}
|
|
980
|
-
return
|
|
980
|
+
return m[d];
|
|
981
981
|
}
|
|
982
|
-
function s(
|
|
983
|
-
return h[
|
|
984
|
-
h[a].childsLength = h[a].childWithLines.filter((
|
|
985
|
-
}),
|
|
982
|
+
function s(d, m, h) {
|
|
983
|
+
return h[d].parents.set(d, !0).forEach((a) => {
|
|
984
|
+
h[a].childsLength = h[a].childWithLines.filter((g) => m[g].visible).length;
|
|
985
|
+
}), m;
|
|
986
986
|
}
|
|
987
|
-
function
|
|
988
|
-
const
|
|
987
|
+
function p(d) {
|
|
988
|
+
const m = d.raw.__fv_parent_index__ === void 0 || d.raw.__fv_parent_index__ === -1, k = m ? 0 : 8, a = 0, g = d.raw[l.value], O = `${d.layer * 10 + d.layer * k + a}px`, C = d.visible || ht(d.visible) ? {
|
|
989
989
|
paddingLeft: `calc(${O})`,
|
|
990
990
|
// paddingLeft,
|
|
991
|
-
background: d
|
|
991
|
+
background: c(d.index),
|
|
992
992
|
display: "flex",
|
|
993
993
|
width: "100%",
|
|
994
994
|
position: "relative"
|
|
995
995
|
} : {
|
|
996
996
|
display: "none"
|
|
997
997
|
};
|
|
998
|
-
return !
|
|
998
|
+
return !g && m && (C.paddingLeft = "calc(1.18rem)"), !g && !m && (C.paddingLeft = `calc(${O} + 1.25rem)`), C;
|
|
999
999
|
}
|
|
1000
|
-
return { hierarchyCellContentStyle:
|
|
1000
|
+
return { hierarchyCellContentStyle: p, handleCollapsedPaddingBottom: s };
|
|
1001
1001
|
}
|
|
1002
1002
|
function Rn(e, t, r) {
|
|
1003
1003
|
const l = W(e.iconField);
|
|
1004
1004
|
function u(v, o) {
|
|
1005
1005
|
if (l.value)
|
|
1006
1006
|
return v.raw[e.iconField];
|
|
1007
|
-
let
|
|
1008
|
-
return v.raw[r.value] !== !0 ?
|
|
1007
|
+
let c = "";
|
|
1008
|
+
return v.raw[r.value] !== !0 ? c = t.value.leafnodes : c = v.collapse ? t.value.fold : t.value.unfold, c;
|
|
1009
1009
|
}
|
|
1010
1010
|
return { treeNodeIconsClass: u };
|
|
1011
1011
|
}
|
|
1012
|
-
function In(e, t, r, l, u, v, o,
|
|
1013
|
-
const { dataView: s, hasRealChildren:
|
|
1014
|
-
function
|
|
1012
|
+
function In(e, t, r, l, u, v, o, c) {
|
|
1013
|
+
const { dataView: s, hasRealChildren: p, reOrderVisibleIndex: d } = l, { collapseField: m, hasChildrenField: h } = u, { reCalculateVisualDataRows: k, updateVirticalScroll: a } = v;
|
|
1014
|
+
function g(O) {
|
|
1015
1015
|
if (O.raw[h.value]) {
|
|
1016
1016
|
const _ = s.value[O.raw.__fv_index__];
|
|
1017
|
-
_[
|
|
1017
|
+
_[m.value] = !_[m.value], l.toggleChildrenVisibiltyByCollapseStatus(_), _[h.value] = p(_), d(), k(), a(), _[m.value] || t.emit("expandNode", { row: O });
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
|
-
return { toggleTreeNode:
|
|
1020
|
+
return { toggleTreeNode: g };
|
|
1021
1021
|
}
|
|
1022
1022
|
function Mn(e) {
|
|
1023
1023
|
function t(u) {
|
|
@@ -1049,21 +1049,21 @@ function Mn(e) {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
return { cellContentPosition: t, cellContentClass: r, cellContentClassWithEllipsis: l };
|
|
1051
1051
|
}
|
|
1052
|
-
function $r(e, t, r, l, u, v, o,
|
|
1052
|
+
function $r(e, t, r, l, u, v, o, c, s, p, d, m, h) {
|
|
1053
1053
|
it();
|
|
1054
1054
|
const {
|
|
1055
1055
|
onClickCell: k
|
|
1056
1056
|
} = v, {
|
|
1057
1057
|
gridCellClass: a,
|
|
1058
|
-
gridHierarchyCellClass:
|
|
1058
|
+
gridHierarchyCellClass: g,
|
|
1059
1059
|
gridRowClass: O,
|
|
1060
1060
|
onClickRow: C,
|
|
1061
1061
|
onMouseoverRow: _,
|
|
1062
1062
|
onMouseoutRow: f
|
|
1063
|
-
} =
|
|
1064
|
-
enableMultiSelect:
|
|
1063
|
+
} = c, {
|
|
1064
|
+
enableMultiSelect: y,
|
|
1065
1065
|
select: S,
|
|
1066
|
-
unSelect:
|
|
1066
|
+
unSelect: b,
|
|
1067
1067
|
selectItem: x,
|
|
1068
1068
|
updateSelectAllStatus: n
|
|
1069
1069
|
} = s;
|
|
@@ -1074,9 +1074,9 @@ function $r(e, t, r, l, u, v, o, d, s, b, c, g, h) {
|
|
|
1074
1074
|
shouldShowIcon: Y
|
|
1075
1075
|
} = o, {
|
|
1076
1076
|
toggleTreeNode: L
|
|
1077
|
-
} = In(e, t, l, u, o,
|
|
1077
|
+
} = In(e, t, l, u, o, d), {
|
|
1078
1078
|
toggleSelectHierarchyItem: K
|
|
1079
|
-
} =
|
|
1079
|
+
} = p, {
|
|
1080
1080
|
cellKey: U,
|
|
1081
1081
|
cellPosition: E,
|
|
1082
1082
|
rowKey: z,
|
|
@@ -1125,7 +1125,7 @@ function $r(e, t, r, l, u, v, o, d, s, b, c, g, h) {
|
|
|
1125
1125
|
}, null);
|
|
1126
1126
|
}
|
|
1127
1127
|
function ae(V) {
|
|
1128
|
-
|
|
1128
|
+
y.value ? (V.checked ? S(V) : b(V), K(V)) : x(V), n();
|
|
1129
1129
|
}
|
|
1130
1130
|
function fe(V, te) {
|
|
1131
1131
|
return G.value && R(mt, {
|
|
@@ -1243,7 +1243,7 @@ function zr(e, t, r) {
|
|
|
1243
1243
|
}, [R("div", {
|
|
1244
1244
|
class: "fv-grid-horizontal-scroll-thumb",
|
|
1245
1245
|
style: l.value,
|
|
1246
|
-
onMousedown: (
|
|
1246
|
+
onMousedown: (c) => u(c, t, "horizontal")
|
|
1247
1247
|
}, null)]);
|
|
1248
1248
|
}
|
|
1249
1249
|
return {
|
|
@@ -1253,26 +1253,26 @@ function zr(e, t, r) {
|
|
|
1253
1253
|
function Gr(e, t, r, l, u, v) {
|
|
1254
1254
|
const {
|
|
1255
1255
|
clearSelection: o,
|
|
1256
|
-
keepSelectingOnPaging:
|
|
1256
|
+
keepSelectingOnPaging: c
|
|
1257
1257
|
} = v, {
|
|
1258
1258
|
pageIndex: s,
|
|
1259
|
-
totalItems:
|
|
1260
|
-
updatePageSize:
|
|
1261
|
-
} = r,
|
|
1259
|
+
totalItems: p,
|
|
1260
|
+
updatePageSize: d
|
|
1261
|
+
} = r, m = W(), {
|
|
1262
1262
|
pageSize: h,
|
|
1263
1263
|
pageList: k,
|
|
1264
1264
|
showGotoPage: a,
|
|
1265
|
-
showPageIndex:
|
|
1265
|
+
showPageIndex: g,
|
|
1266
1266
|
showPageList: O,
|
|
1267
1267
|
mode: C,
|
|
1268
1268
|
disabled: _,
|
|
1269
1269
|
shouldRenderPagination: f,
|
|
1270
|
-
showPageInfo:
|
|
1270
|
+
showPageInfo: y
|
|
1271
1271
|
} = u;
|
|
1272
1272
|
function S(T, G) {
|
|
1273
|
-
f.value && C.value !== "server" ? (r.navigatePageTo(T), l.resetScroll()) : (
|
|
1273
|
+
f.value && C.value !== "server" ? (r.navigatePageTo(T), l.resetScroll()) : (d(G), c.value || o());
|
|
1274
1274
|
}
|
|
1275
|
-
function
|
|
1275
|
+
function b(T) {
|
|
1276
1276
|
const {
|
|
1277
1277
|
pageIndex: G,
|
|
1278
1278
|
pageSize: Y
|
|
@@ -1304,20 +1304,20 @@ function Gr(e, t, r, l, u, v) {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
function i() {
|
|
1306
1306
|
return R(Jt, {
|
|
1307
|
-
ref:
|
|
1307
|
+
ref: m,
|
|
1308
1308
|
mode: "default",
|
|
1309
1309
|
disabled: _.value,
|
|
1310
1310
|
currentPage: s.value,
|
|
1311
1311
|
"onUpdate:currentPage": (T) => s.value = T,
|
|
1312
1312
|
pageSize: h.value,
|
|
1313
1313
|
"onUpdate:pageSize": (T) => h.value = T,
|
|
1314
|
-
showPageInfo:
|
|
1314
|
+
showPageInfo: y.value,
|
|
1315
1315
|
showGoButton: a.value,
|
|
1316
1316
|
showPageList: O.value,
|
|
1317
|
-
showPageNumbers:
|
|
1318
|
-
totalItems:
|
|
1317
|
+
showPageNumbers: g.value,
|
|
1318
|
+
totalItems: p.value,
|
|
1319
1319
|
pageList: k.value,
|
|
1320
|
-
onPageIndexChanged:
|
|
1320
|
+
onPageIndexChanged: b,
|
|
1321
1321
|
onPageSizeChanged: x,
|
|
1322
1322
|
onChanged: n
|
|
1323
1323
|
}, null);
|
|
@@ -1330,27 +1330,27 @@ function Ur(e, t, r, l, u) {
|
|
|
1330
1330
|
const {
|
|
1331
1331
|
isSelectingHirarchyItem: v,
|
|
1332
1332
|
multiSelectOnClickRow: o,
|
|
1333
|
-
multiSelectOnlyOnCheck:
|
|
1333
|
+
multiSelectOnlyOnCheck: c,
|
|
1334
1334
|
updateSelectAllStatus: s,
|
|
1335
|
-
selectItem:
|
|
1336
|
-
toggleSelectItem:
|
|
1337
|
-
toggleSelectItemWithoutRow:
|
|
1335
|
+
selectItem: p,
|
|
1336
|
+
toggleSelectItem: d,
|
|
1337
|
+
toggleSelectItemWithoutRow: m
|
|
1338
1338
|
} = r, {
|
|
1339
1339
|
onMouseoverRow: h,
|
|
1340
1340
|
sidebarRowClass: k,
|
|
1341
1341
|
onClickRow: a
|
|
1342
1342
|
} = t, {
|
|
1343
|
-
showRowNumer:
|
|
1343
|
+
showRowNumer: g,
|
|
1344
1344
|
showSidebarCheckBox: O,
|
|
1345
1345
|
sidebarCellPosition: C,
|
|
1346
1346
|
rowKey: _,
|
|
1347
1347
|
cellKey: f
|
|
1348
1348
|
} = l, {
|
|
1349
|
-
gridSideStyle:
|
|
1349
|
+
gridSideStyle: y
|
|
1350
1350
|
} = u, S = $(() => ({
|
|
1351
1351
|
overflow: "hidden"
|
|
1352
1352
|
}));
|
|
1353
|
-
function
|
|
1353
|
+
function b(L) {
|
|
1354
1354
|
L.stopPropagation();
|
|
1355
1355
|
}
|
|
1356
1356
|
function x(L, K) {
|
|
@@ -1373,7 +1373,7 @@ function Ur(e, t, r, l, u) {
|
|
|
1373
1373
|
}, null), [[Ht, L.checked]]), R("label", {
|
|
1374
1374
|
class: "custom-control-label",
|
|
1375
1375
|
for: f(L),
|
|
1376
|
-
onClick:
|
|
1376
|
+
onClick: b
|
|
1377
1377
|
}, null)])]);
|
|
1378
1378
|
}
|
|
1379
1379
|
function i(L) {
|
|
@@ -1394,23 +1394,23 @@ function Ur(e, t, r, l, u) {
|
|
|
1394
1394
|
}, [L.dataIndex])]);
|
|
1395
1395
|
}
|
|
1396
1396
|
function T(L, K, U) {
|
|
1397
|
-
L.stopPropagation(), v.value ? o.value ?
|
|
1397
|
+
L.stopPropagation(), v.value ? o.value ? d(U) : p(U) : o.value ? d(U) : c.value ? m(U) : p(U), s();
|
|
1398
1398
|
}
|
|
1399
1399
|
function G(L) {
|
|
1400
|
-
return (O.value ||
|
|
1400
|
+
return (O.value || g.value) && L.value.map((K, U) => R("div", {
|
|
1401
1401
|
key: _(K),
|
|
1402
1402
|
class: k(K, U),
|
|
1403
1403
|
style: C(K),
|
|
1404
1404
|
onClick: (E) => T(E, L, K)
|
|
1405
|
-
}, [O.value && !e.hierarchy && n(K),
|
|
1405
|
+
}, [O.value && !e.hierarchy && n(K), g.value && i(K)]));
|
|
1406
1406
|
}
|
|
1407
1407
|
function Y(L) {
|
|
1408
|
-
return (O.value ||
|
|
1408
|
+
return (O.value || g.value) && R("div", {
|
|
1409
1409
|
class: "fv-grid-content-side",
|
|
1410
1410
|
style: S.value
|
|
1411
1411
|
}, [R("div", {
|
|
1412
1412
|
class: "fv-grid-side",
|
|
1413
|
-
style:
|
|
1413
|
+
style: y.value
|
|
1414
1414
|
}, [G(L)])]);
|
|
1415
1415
|
}
|
|
1416
1416
|
return {
|
|
@@ -1426,7 +1426,7 @@ function Kr(e, t, r) {
|
|
|
1426
1426
|
const s = v.value;
|
|
1427
1427
|
return s && s.enable && s.groupFields && s.groupFields.length > 0;
|
|
1428
1428
|
});
|
|
1429
|
-
function
|
|
1429
|
+
function c() {
|
|
1430
1430
|
return o.value && R("div", {
|
|
1431
1431
|
class: "fv-datagrid-summary"
|
|
1432
1432
|
}, [R("div", {
|
|
@@ -1444,7 +1444,7 @@ function Kr(e, t, r) {
|
|
|
1444
1444
|
}, [t.summaries.get(s.field)])]))])])]);
|
|
1445
1445
|
}
|
|
1446
1446
|
return {
|
|
1447
|
-
renderDataGridSummary:
|
|
1447
|
+
renderDataGridSummary: c
|
|
1448
1448
|
};
|
|
1449
1449
|
}
|
|
1450
1450
|
function Yr(e, t, r) {
|
|
@@ -1459,7 +1459,7 @@ function Yr(e, t, r) {
|
|
|
1459
1459
|
}, [R("div", {
|
|
1460
1460
|
class: "fv-grid-vertical-scroll-thumb",
|
|
1461
1461
|
style: l.value,
|
|
1462
|
-
onMousedown: (
|
|
1462
|
+
onMousedown: (c) => u(c, t, "vertical")
|
|
1463
1463
|
}, null)]);
|
|
1464
1464
|
}
|
|
1465
1465
|
return {
|
|
@@ -1470,82 +1470,82 @@ function Dn(e) {
|
|
|
1470
1470
|
const {
|
|
1471
1471
|
t
|
|
1472
1472
|
} = Be();
|
|
1473
|
-
function r(s,
|
|
1473
|
+
function r(s, p) {
|
|
1474
1474
|
switch (s.command) {
|
|
1475
1475
|
case "edit":
|
|
1476
1476
|
case "remove":
|
|
1477
|
-
return
|
|
1477
|
+
return p.status === Ge.initial;
|
|
1478
1478
|
case "accept":
|
|
1479
1479
|
case "cancel":
|
|
1480
|
-
return
|
|
1480
|
+
return p.status === Ge.editing;
|
|
1481
1481
|
default:
|
|
1482
1482
|
return !s.hidden;
|
|
1483
1483
|
}
|
|
1484
1484
|
}
|
|
1485
|
-
function l(s,
|
|
1486
|
-
var h, k, a,
|
|
1487
|
-
switch ((h = s.onClick) == null || h.call(s,
|
|
1485
|
+
function l(s, p, d, m) {
|
|
1486
|
+
var h, k, a, g, O;
|
|
1487
|
+
switch ((h = s.onClick) == null || h.call(s, p, d.dataIndex, d), s.command) {
|
|
1488
1488
|
case "edit":
|
|
1489
|
-
|
|
1489
|
+
d.status, Ge.editing, (a = (k = e.commandOption) == null ? void 0 : k.onClickEditCommand) == null || a.call(k, m, d);
|
|
1490
1490
|
break;
|
|
1491
1491
|
case "accept":
|
|
1492
1492
|
case "cancel":
|
|
1493
|
-
|
|
1493
|
+
d.status, Ge.initial;
|
|
1494
1494
|
break;
|
|
1495
1495
|
case "remove":
|
|
1496
|
-
(O = (
|
|
1496
|
+
(O = (g = e.commandOption) == null ? void 0 : g.onClickDeleteCommand) == null || O.call(g, m, d);
|
|
1497
1497
|
break;
|
|
1498
1498
|
}
|
|
1499
1499
|
}
|
|
1500
1500
|
function u(s) {
|
|
1501
1501
|
return s === "编辑" ? t("datagrid.commandColumn.edit") : s === "确定" ? t("datagrid.commandColumn.accept") : s === "取消" ? t("datagrid.commandColumn.cancel") : s === "删除" ? t("datagrid.commandColumn.remove") : s;
|
|
1502
1502
|
}
|
|
1503
|
-
function v(s,
|
|
1503
|
+
function v(s, p) {
|
|
1504
1504
|
const {
|
|
1505
|
-
column:
|
|
1505
|
+
column: d
|
|
1506
1506
|
} = s;
|
|
1507
|
-
return
|
|
1507
|
+
return d.commands && d.commands.map((m, h) => h ? r(m, p) && R(bt, {
|
|
1508
1508
|
class: "ml-1",
|
|
1509
|
-
type:
|
|
1510
|
-
size:
|
|
1511
|
-
onClick: (k) => l(
|
|
1509
|
+
type: m.type,
|
|
1510
|
+
size: m.size || "small",
|
|
1511
|
+
onClick: (k) => l(m, k, p, s),
|
|
1512
1512
|
style: {
|
|
1513
1513
|
"margin-bottom": "3px"
|
|
1514
1514
|
}
|
|
1515
1515
|
}, {
|
|
1516
|
-
default: () => [Xe(" "), u(
|
|
1517
|
-
}) : r(
|
|
1518
|
-
type:
|
|
1519
|
-
size:
|
|
1520
|
-
onClick: (k) => l(
|
|
1516
|
+
default: () => [Xe(" "), u(m.text), Xe(" ")]
|
|
1517
|
+
}) : r(m, p) && R(bt, {
|
|
1518
|
+
type: m.type,
|
|
1519
|
+
size: m.size || "small",
|
|
1520
|
+
onClick: (k) => l(m, k, p, s),
|
|
1521
1521
|
style: {
|
|
1522
1522
|
"margin-bottom": "3px"
|
|
1523
1523
|
}
|
|
1524
1524
|
}, {
|
|
1525
|
-
default: () => [Xe(" "), u(
|
|
1525
|
+
default: () => [Xe(" "), u(m.text), Xe(" ")]
|
|
1526
1526
|
}));
|
|
1527
1527
|
}
|
|
1528
|
-
function o(s,
|
|
1529
|
-
var
|
|
1530
|
-
(
|
|
1528
|
+
function o(s, p, d) {
|
|
1529
|
+
var m;
|
|
1530
|
+
(m = p.onClick) == null || m.call(p, s, d.dataIndex, d);
|
|
1531
1531
|
}
|
|
1532
|
-
function
|
|
1532
|
+
function c(s, p) {
|
|
1533
1533
|
var h;
|
|
1534
1534
|
const {
|
|
1535
|
-
column:
|
|
1535
|
+
column: d
|
|
1536
1536
|
} = s;
|
|
1537
|
-
return ((h =
|
|
1538
|
-
data:
|
|
1537
|
+
return ((h = d == null ? void 0 : d.commands) == null ? void 0 : h.find((k) => k.command)) ? v(s, p) : R(Zt, {
|
|
1538
|
+
data: d.commands,
|
|
1539
1539
|
count: 2,
|
|
1540
1540
|
size: "small",
|
|
1541
1541
|
placement: "auto",
|
|
1542
1542
|
onClick: (k) => {
|
|
1543
|
-
o(k.payload, k.button,
|
|
1543
|
+
o(k.payload, k.button, p);
|
|
1544
1544
|
}
|
|
1545
1545
|
}, null);
|
|
1546
1546
|
}
|
|
1547
1547
|
return {
|
|
1548
|
-
renderCommandColumn:
|
|
1548
|
+
renderCommandColumn: c
|
|
1549
1549
|
};
|
|
1550
1550
|
}
|
|
1551
1551
|
function qr(e, t) {
|
|
@@ -1571,8 +1571,8 @@ function Xr(e) {
|
|
|
1571
1571
|
() => e.width,
|
|
1572
1572
|
() => e.minHeight,
|
|
1573
1573
|
() => e.minWidth
|
|
1574
|
-
], ([s,
|
|
1575
|
-
t.value = Number(
|
|
1574
|
+
], ([s, p, d, m]) => {
|
|
1575
|
+
t.value = Number(d), r.value = Number(m), l.value = Number(s), u.value = Number(p);
|
|
1576
1576
|
}), { containerStyleObject: $(() => ({
|
|
1577
1577
|
height: v.value > 0 ? `${v.value}px` : e.fit ? "100%" : "",
|
|
1578
1578
|
width: o.value > 0 ? `${o.value}px` : e.fit ? "100%" : "",
|
|
@@ -1617,9 +1617,9 @@ function Jr(e, t) {
|
|
|
1617
1617
|
summaryColumns: []
|
|
1618
1618
|
};
|
|
1619
1619
|
}
|
|
1620
|
-
const o = W(e.summary),
|
|
1621
|
-
const
|
|
1622
|
-
return (
|
|
1620
|
+
const o = W(e.summary), c = $(() => {
|
|
1621
|
+
const b = o.value;
|
|
1622
|
+
return (b == null ? void 0 : b.groupFields) || [];
|
|
1623
1623
|
});
|
|
1624
1624
|
function s() {
|
|
1625
1625
|
u.value.rightColumns.forEach((n) => {
|
|
@@ -1627,37 +1627,37 @@ function Jr(e, t) {
|
|
|
1627
1627
|
}), u.value.primaryColumns.forEach((n) => {
|
|
1628
1628
|
n.showSetting = !1;
|
|
1629
1629
|
});
|
|
1630
|
-
const
|
|
1631
|
-
|
|
1630
|
+
const b = u.value.rightColumns.filter((n) => n.visible), x = u.value.primaryColumns.filter((n) => n.visible);
|
|
1631
|
+
b.length > 0 ? b[b.length - 1].showSetting = !0 : x.length > 0 && (x[x.length - 1].showSetting = !0);
|
|
1632
1632
|
}
|
|
1633
|
-
function b
|
|
1633
|
+
function p(b) {
|
|
1634
1634
|
v();
|
|
1635
1635
|
const x = /* @__PURE__ */ new Map();
|
|
1636
|
-
return
|
|
1636
|
+
return c.value && c.value.reduce((n, i) => (n.set(i, !0), n), x), b.reduce((n, i) => (i.visible = i.visible !== !1, i.filter = i.filter || Vn, i.fixed === "left" ? (u.value.leftColumns.push(i), u.value.leftColumnsMap.set(i.field, i), u.value.leftColumnsWidth += i.actualWidth) : i.fixed === "right" ? (u.value.rightColumns.push(i), u.value.rightColumnsMap.set(i.field, i), u.value.rightColumnsWidth += i.actualWidth) : (u.value.primaryColumns.push(i), u.value.primaryColumnsMap.set(i.field, i), u.value.primaryColumnsWidth += i.actualWidth), x.has(i.field) && u.value.summaryColumns.push(i), n), u), s(), u;
|
|
1637
1637
|
}
|
|
1638
|
-
|
|
1639
|
-
const
|
|
1640
|
-
function h(
|
|
1641
|
-
return x.sortable && x.sort && x.sort !== "none" &&
|
|
1638
|
+
p(e.columns);
|
|
1639
|
+
const d = $(() => u.value.leftColumns.length > 0), m = $(() => u.value.rightColumns.length > 0);
|
|
1640
|
+
function h(b, x) {
|
|
1641
|
+
return x.sortable && x.sort && x.sort !== "none" && b.push(x), b;
|
|
1642
1642
|
}
|
|
1643
|
-
function k(
|
|
1644
|
-
return
|
|
1643
|
+
function k(b, x) {
|
|
1644
|
+
return b.sortOrder = b.sortOrder || 0, x.sortOrder = x.sortOrder || 0, b.sortOrder === x.sortOrder ? 0 : b.sortOrder < x.sortOrder ? -1 : 1;
|
|
1645
1645
|
}
|
|
1646
|
-
function a(
|
|
1647
|
-
return
|
|
1646
|
+
function a(b, x) {
|
|
1647
|
+
return b.sortOrder = b.sortOrder || 0, x.sortOrder = x.sortOrder || 0, b.sortOrder === x.sortOrder ? 0 : b.sortOrder < x.sortOrder ? 1 : -1;
|
|
1648
1648
|
}
|
|
1649
|
-
function
|
|
1650
|
-
return x.filterable &&
|
|
1649
|
+
function g(b, x) {
|
|
1650
|
+
return x.filterable && b.push(x), b;
|
|
1651
1651
|
}
|
|
1652
1652
|
function O() {
|
|
1653
|
-
const
|
|
1654
|
-
return u.value.leftColumns.reduce(
|
|
1653
|
+
const b = [];
|
|
1654
|
+
return u.value.leftColumns.reduce(g, b), u.value.primaryColumns.reduce(g, b), u.value.rightColumns.reduce(g, b), b;
|
|
1655
1655
|
}
|
|
1656
1656
|
function C() {
|
|
1657
|
-
const
|
|
1658
|
-
u.value.leftColumns.reduce(h,
|
|
1659
|
-
const x = Math.max(...
|
|
1660
|
-
return
|
|
1657
|
+
const b = [];
|
|
1658
|
+
u.value.leftColumns.reduce(h, b), u.value.primaryColumns.reduce(h, b), u.value.rightColumns.reduce(h, b);
|
|
1659
|
+
const x = Math.max(...b.map((n) => n.sortOrder || 0));
|
|
1660
|
+
return b.sort(a).map((n) => {
|
|
1661
1661
|
const i = n.sortOrder || x + 1;
|
|
1662
1662
|
return n.sortOrder = i, n;
|
|
1663
1663
|
}).sort(k).map((n, i) => {
|
|
@@ -1665,36 +1665,36 @@ function Jr(e, t) {
|
|
|
1665
1665
|
return n.sortOrder = T, n;
|
|
1666
1666
|
});
|
|
1667
1667
|
}
|
|
1668
|
-
function _(
|
|
1668
|
+
function _(b) {
|
|
1669
1669
|
return C().map((n) => {
|
|
1670
|
-
|
|
1670
|
+
b.getSorterByColumn(n);
|
|
1671
1671
|
const i = n.sort === "asc", T = n.sort === "desc", G = i ? 0 : T ? 1 : 2;
|
|
1672
1672
|
return { sortField: n.field, sortType: G };
|
|
1673
1673
|
}).filter((n) => n.sortType !== 2);
|
|
1674
1674
|
}
|
|
1675
|
-
function f(
|
|
1676
|
-
t.emit("sortChanged", _(
|
|
1675
|
+
function f(b) {
|
|
1676
|
+
t.emit("sortChanged", _(b));
|
|
1677
1677
|
}
|
|
1678
|
-
function
|
|
1679
|
-
const i =
|
|
1678
|
+
function y(b, x, n) {
|
|
1679
|
+
const i = b.map((T) => {
|
|
1680
1680
|
const G = n.getSorterByColumn(T), Y = T.sort === "asc", L = T.sort === "desc", K = Y ? G.ascend : L ? G.decend : void 0;
|
|
1681
1681
|
return { field: T.field, compare: K };
|
|
1682
1682
|
});
|
|
1683
1683
|
x.setSorters(i);
|
|
1684
1684
|
}
|
|
1685
|
-
function S(
|
|
1685
|
+
function S(b, x) {
|
|
1686
1686
|
const n = C();
|
|
1687
|
-
|
|
1687
|
+
y(n, b, x);
|
|
1688
1688
|
}
|
|
1689
1689
|
return {
|
|
1690
1690
|
applyColumnSorter: S,
|
|
1691
1691
|
collectionFilterableColumns: O,
|
|
1692
|
-
applySortableColumns:
|
|
1692
|
+
applySortableColumns: y,
|
|
1693
1693
|
collectionSortableColumns: C,
|
|
1694
1694
|
columnContext: u,
|
|
1695
|
-
hasLeftFixedColumn:
|
|
1696
|
-
hasRightFixedColumn:
|
|
1697
|
-
updateColumnRenderContext:
|
|
1695
|
+
hasLeftFixedColumn: d,
|
|
1696
|
+
hasRightFixedColumn: m,
|
|
1697
|
+
updateColumnRenderContext: p,
|
|
1698
1698
|
updateColumnSettingIcon: s,
|
|
1699
1699
|
sortFromServer: f,
|
|
1700
1700
|
createSortConditions: _
|
|
@@ -1708,10 +1708,10 @@ const Hn = [{
|
|
|
1708
1708
|
value: !1
|
|
1709
1709
|
}];
|
|
1710
1710
|
function Pn(e) {
|
|
1711
|
-
var o,
|
|
1711
|
+
var o, c;
|
|
1712
1712
|
W(((o = e.column) == null ? void 0 : o.filter) || !1), e.filter = e.filter || function(s) {
|
|
1713
|
-
var
|
|
1714
|
-
return String(((
|
|
1713
|
+
var d;
|
|
1714
|
+
return String(((d = e.column) == null ? void 0 : d.filter) || "").split(",").includes(String(s[e.field]));
|
|
1715
1715
|
};
|
|
1716
1716
|
const t = ",", r = {
|
|
1717
1717
|
multiSelect: !0,
|
|
@@ -1719,10 +1719,10 @@ function Pn(e) {
|
|
|
1719
1719
|
showCheckbox: !0
|
|
1720
1720
|
};
|
|
1721
1721
|
function l(s) {
|
|
1722
|
-
return (s == null ? void 0 : s.split(t).filter((
|
|
1722
|
+
return (s == null ? void 0 : s.split(t).filter((p) => p !== "").map((p) => p.toLowerCase() === "true")) || [];
|
|
1723
1723
|
}
|
|
1724
1724
|
function u(s) {
|
|
1725
|
-
return s.map((
|
|
1725
|
+
return s.map((d) => d.value).join(t);
|
|
1726
1726
|
}
|
|
1727
1727
|
function v(s) {
|
|
1728
1728
|
e.column && (e.column.filter = u(s));
|
|
@@ -1735,7 +1735,7 @@ function Pn(e) {
|
|
|
1735
1735
|
view: "SingleView",
|
|
1736
1736
|
size: "Small",
|
|
1737
1737
|
selection: r,
|
|
1738
|
-
"selection-values": l(((
|
|
1738
|
+
"selection-values": l(((c = e.column) == null ? void 0 : c.filter) || ""),
|
|
1739
1739
|
onSelectionUpdate: (s) => v(s)
|
|
1740
1740
|
}, {
|
|
1741
1741
|
default: () => [Xe(" ")]
|
|
@@ -1748,8 +1748,8 @@ function Wn(e) {
|
|
|
1748
1748
|
} = Be();
|
|
1749
1749
|
W(!1);
|
|
1750
1750
|
const r = W(((o = e.column) == null ? void 0 : o.filter) || ""), l = $(() => {
|
|
1751
|
-
var
|
|
1752
|
-
return ((
|
|
1751
|
+
var c, s, p;
|
|
1752
|
+
return ((c = e.column) == null ? void 0 : c.dataType) === "datetime" || ((p = (s = e.column) == null ? void 0 : s.editor) == null ? void 0 : p.showTime);
|
|
1753
1753
|
}), u = $(() => l ? "yyyy-MM-dd HH:mm:ss" : "yyyy-MM-dd");
|
|
1754
1754
|
W([{
|
|
1755
1755
|
name: t("datagrid.filter.sevenDays"),
|
|
@@ -1763,19 +1763,19 @@ function Wn(e) {
|
|
|
1763
1763
|
}, {
|
|
1764
1764
|
name: t("datagrid.filter.sixMonths"),
|
|
1765
1765
|
selectable: !0
|
|
1766
|
-
}]), e.filter = e.filter || function(
|
|
1767
|
-
var
|
|
1768
|
-
const s = new Date(new Date((
|
|
1769
|
-
return new Date(new Date(
|
|
1766
|
+
}]), e.filter = e.filter || function(c) {
|
|
1767
|
+
var p;
|
|
1768
|
+
const s = new Date(new Date((p = e.column) == null ? void 0 : p.filter).toLocaleDateString()).valueOf();
|
|
1769
|
+
return new Date(new Date(c[e.field]).toLocaleDateString()).valueOf() === s;
|
|
1770
1770
|
};
|
|
1771
|
-
function v(
|
|
1772
|
-
e.column && (e.column.filter =
|
|
1771
|
+
function v(c) {
|
|
1772
|
+
e.column && (e.column.filter = c);
|
|
1773
1773
|
}
|
|
1774
1774
|
return R("div", {
|
|
1775
1775
|
style: "display:flex;flex-direction:column;"
|
|
1776
1776
|
}, [R(Qt, {
|
|
1777
1777
|
modelValue: r.value,
|
|
1778
|
-
"onUpdate:modelValue": (
|
|
1778
|
+
"onUpdate:modelValue": (c) => r.value = c,
|
|
1779
1779
|
valueFormat: u.value,
|
|
1780
1780
|
displayFormat: u.value,
|
|
1781
1781
|
onDatePicked: v,
|
|
@@ -1783,24 +1783,24 @@ function Wn(e) {
|
|
|
1783
1783
|
}, null)]);
|
|
1784
1784
|
}
|
|
1785
1785
|
function An(e) {
|
|
1786
|
-
var o,
|
|
1786
|
+
var o, c, s;
|
|
1787
1787
|
const {
|
|
1788
1788
|
isUndefined: t,
|
|
1789
1789
|
isNull: r
|
|
1790
|
-
} = it(), l = W(t((o = e.column) == null ? void 0 : o.filter) || r((
|
|
1791
|
-
var
|
|
1792
|
-
return t((
|
|
1790
|
+
} = it(), l = W(t((o = e.column) == null ? void 0 : o.filter) || r((c = e.column) == null ? void 0 : c.filter) ? null : (s = e.column) == null ? void 0 : s.filter), u = $(() => {
|
|
1791
|
+
var p, d, m, h;
|
|
1792
|
+
return t((d = (p = e.column) == null ? void 0 : p.editor) == null ? void 0 : d.precision) ? 2 : (h = (m = e.column) == null ? void 0 : m.editor) == null ? void 0 : h.precision;
|
|
1793
1793
|
});
|
|
1794
|
-
e.filter = e.filter || function(
|
|
1795
|
-
const
|
|
1796
|
-
return isNaN(
|
|
1794
|
+
e.filter = e.filter || function(p) {
|
|
1795
|
+
const d = Number.parseFloat(String(l.value)), m = Number.parseFloat(p[e.field]);
|
|
1796
|
+
return isNaN(d) ? isNaN(m) : d === m;
|
|
1797
1797
|
};
|
|
1798
|
-
function v(
|
|
1799
|
-
e.column && (e.column.filter =
|
|
1798
|
+
function v(p) {
|
|
1799
|
+
e.column && (e.column.filter = p), l.value = p;
|
|
1800
1800
|
}
|
|
1801
1801
|
return R("div", null, [R(en, {
|
|
1802
1802
|
modelValue: l.value,
|
|
1803
|
-
"onUpdate:modelValue": (
|
|
1803
|
+
"onUpdate:modelValue": (p) => l.value = p,
|
|
1804
1804
|
nullable: !0,
|
|
1805
1805
|
showZero: !0,
|
|
1806
1806
|
precision: u.value,
|
|
@@ -1810,36 +1810,36 @@ function An(e) {
|
|
|
1810
1810
|
function Ln(e, t, r, l, u, v) {
|
|
1811
1811
|
var a;
|
|
1812
1812
|
const o = W(((a = e.column) == null ? void 0 : a.filter) || "");
|
|
1813
|
-
e.filterHistory = e.filterHistory || u.getFilterHistory(e), e.filter = e.filter || function(
|
|
1814
|
-
return (
|
|
1813
|
+
e.filterHistory = e.filterHistory || u.getFilterHistory(e), e.filter = e.filter || function(g) {
|
|
1814
|
+
return (g[e.field] || "").startsWith(o.value);
|
|
1815
1815
|
};
|
|
1816
|
-
function
|
|
1817
|
-
e.column && (e.column.filter =
|
|
1816
|
+
function c(g) {
|
|
1817
|
+
e.column && (e.column.filter = g);
|
|
1818
1818
|
}
|
|
1819
|
-
function s(
|
|
1820
|
-
u.removeFilterHistory(e,
|
|
1819
|
+
function s(g, O) {
|
|
1820
|
+
u.removeFilterHistory(e, g.remove.name), e.filterHistory = u.getFilterHistory(e);
|
|
1821
1821
|
}
|
|
1822
|
-
function
|
|
1823
|
-
|
|
1822
|
+
function p(g) {
|
|
1823
|
+
g.checked ? o.value = g.name : o.value = "", c(o.value);
|
|
1824
1824
|
}
|
|
1825
|
-
function
|
|
1826
|
-
e.filterHistory =
|
|
1825
|
+
function d(g) {
|
|
1826
|
+
e.filterHistory = g;
|
|
1827
1827
|
}
|
|
1828
|
-
const
|
|
1828
|
+
const m = l.rawView.value.reduce((g, O, C) => (g.push(O[e.field]), g), []), k = [...new Set(m)].map((g, O) => ({
|
|
1829
1829
|
id: O,
|
|
1830
|
-
name:
|
|
1830
|
+
name: g
|
|
1831
1831
|
}));
|
|
1832
1832
|
return R("div", {
|
|
1833
1833
|
style: "display:flex;flex-direction:column;"
|
|
1834
1834
|
}, [R(tn, {
|
|
1835
1835
|
modelValue: o.value,
|
|
1836
|
-
"onUpdate:modelValue": (
|
|
1836
|
+
"onUpdate:modelValue": (g) => o.value = g,
|
|
1837
1837
|
showDropdown: !1,
|
|
1838
1838
|
"popup-right-boundary": r.value,
|
|
1839
1839
|
"popup-offset-x": v.offsetX,
|
|
1840
1840
|
"recommended-data": k,
|
|
1841
1841
|
buttonContent: "",
|
|
1842
|
-
onChange: (
|
|
1842
|
+
onChange: (g) => c(g)
|
|
1843
1843
|
}, null), R(nn, {
|
|
1844
1844
|
style: "margin-top:10px",
|
|
1845
1845
|
"tag-type": "default",
|
|
@@ -1847,45 +1847,45 @@ function Ln(e, t, r, l, u, v) {
|
|
|
1847
1847
|
"show-close": !0,
|
|
1848
1848
|
selectable: !0,
|
|
1849
1849
|
onRemove: s,
|
|
1850
|
-
onSelectionChange:
|
|
1851
|
-
onChange:
|
|
1850
|
+
onSelectionChange: p,
|
|
1851
|
+
onChange: d
|
|
1852
1852
|
}, null)]);
|
|
1853
1853
|
}
|
|
1854
1854
|
function Bn(e, t, r, l, u, v) {
|
|
1855
1855
|
var a;
|
|
1856
|
-
e.filter = e.filter || function(
|
|
1856
|
+
e.filter = e.filter || function(g) {
|
|
1857
1857
|
var C;
|
|
1858
|
-
return String(((C = e.column) == null ? void 0 : C.filter) || "").split(",").includes(String(
|
|
1858
|
+
return String(((C = e.column) == null ? void 0 : C.filter) || "").split(",").includes(String(g[e.field]));
|
|
1859
1859
|
};
|
|
1860
|
-
const o = ",",
|
|
1860
|
+
const o = ",", c = {
|
|
1861
1861
|
multiSelect: !0,
|
|
1862
1862
|
multiSelectMode: "OnCheckAndClick",
|
|
1863
1863
|
showCheckbox: !0
|
|
1864
|
-
}, s = l.rawView.value.reduce((
|
|
1864
|
+
}, s = l.rawView.value.reduce((g, O, C) => (g.push(O[e.field]), g), []), d = [...new Set(s)].map((g, O) => ({
|
|
1865
1865
|
id: O,
|
|
1866
|
-
name:
|
|
1867
|
-
value:
|
|
1866
|
+
name: g,
|
|
1867
|
+
value: g
|
|
1868
1868
|
}));
|
|
1869
|
-
function g
|
|
1870
|
-
return (
|
|
1869
|
+
function m(g) {
|
|
1870
|
+
return (g == null ? void 0 : g.split(o)) || [];
|
|
1871
1871
|
}
|
|
1872
|
-
function h(
|
|
1873
|
-
return
|
|
1872
|
+
function h(g) {
|
|
1873
|
+
return g.map((C) => C.value).join(o);
|
|
1874
1874
|
}
|
|
1875
|
-
function k(
|
|
1876
|
-
e.column && (e.column.filter = h(
|
|
1875
|
+
function k(g) {
|
|
1876
|
+
e.column && (e.column.filter = h(g));
|
|
1877
1877
|
}
|
|
1878
1878
|
return R(yt, {
|
|
1879
|
-
data:
|
|
1879
|
+
data: d,
|
|
1880
1880
|
"multi-select": !0,
|
|
1881
1881
|
"id-field": "value",
|
|
1882
1882
|
"value-field": "value",
|
|
1883
1883
|
view: "SingleView",
|
|
1884
1884
|
header: "Search",
|
|
1885
1885
|
size: "Small",
|
|
1886
|
-
selection:
|
|
1887
|
-
"selection-values":
|
|
1888
|
-
onSelectionUpdate: (
|
|
1886
|
+
selection: c,
|
|
1887
|
+
"selection-values": m(((a = e.column) == null ? void 0 : a.filter) || ""),
|
|
1888
|
+
onSelectionUpdate: (g) => k(g)
|
|
1889
1889
|
}, {
|
|
1890
1890
|
default: () => [Xe(" ")]
|
|
1891
1891
|
});
|
|
@@ -1949,11 +1949,11 @@ function Zr(e, t, r, l, u) {
|
|
|
1949
1949
|
["numeric-filter", An],
|
|
1950
1950
|
["text-filter", Ln]
|
|
1951
1951
|
]);
|
|
1952
|
-
function
|
|
1952
|
+
function c(s) {
|
|
1953
1953
|
var h;
|
|
1954
|
-
const
|
|
1955
|
-
if (
|
|
1956
|
-
return
|
|
1954
|
+
const p = ((h = s.column) == null ? void 0 : h.dataType) || "string", d = v.get(p) || "text-editor", m = o.get(d);
|
|
1955
|
+
if (m)
|
|
1956
|
+
return m(
|
|
1957
1957
|
s,
|
|
1958
1958
|
e,
|
|
1959
1959
|
t,
|
|
@@ -1962,100 +1962,100 @@ function Zr(e, t, r, l, u) {
|
|
|
1962
1962
|
u
|
|
1963
1963
|
);
|
|
1964
1964
|
}
|
|
1965
|
-
return { getFilterEditor:
|
|
1965
|
+
return { getFilterEditor: c };
|
|
1966
1966
|
}
|
|
1967
1967
|
function Qr(e) {
|
|
1968
|
-
var
|
|
1969
|
-
const { t } = Be(), r = W(((
|
|
1970
|
-
function
|
|
1971
|
-
var
|
|
1972
|
-
if (r.value && !(
|
|
1973
|
-
const
|
|
1968
|
+
var o, c;
|
|
1969
|
+
const { t } = Be(), r = W(((o = e.commandOption) == null ? void 0 : o.enable) || !1), l = W(((c = e.commandOption) == null ? void 0 : c.commands) || []), u = $(() => t("datagrid.commandColumn.title"));
|
|
1970
|
+
function v(s) {
|
|
1971
|
+
var p;
|
|
1972
|
+
if (r.value && !(s.value.findIndex((m) => m.dataType === rt) > -1)) {
|
|
1973
|
+
const m = {
|
|
1974
1974
|
field: Et,
|
|
1975
|
-
title:
|
|
1975
|
+
title: u.value,
|
|
1976
1976
|
width: xn,
|
|
1977
1977
|
fixed: On,
|
|
1978
1978
|
dataType: rt,
|
|
1979
1979
|
commands: l.value,
|
|
1980
1980
|
resizable: !1,
|
|
1981
|
-
halign: ((
|
|
1981
|
+
halign: ((p = e.commandOption) == null ? void 0 : p.halign) || "left",
|
|
1982
1982
|
visible: !0,
|
|
1983
|
-
formatter: e.commandOption.formatter ? (
|
|
1983
|
+
formatter: e.commandOption.formatter ? (h, k) => e.commandOption.formatter(h, k) : null
|
|
1984
1984
|
};
|
|
1985
|
-
|
|
1985
|
+
s.value.push(m);
|
|
1986
1986
|
}
|
|
1987
1987
|
}
|
|
1988
|
-
return { applyCommands:
|
|
1988
|
+
return { applyCommands: v };
|
|
1989
1989
|
}
|
|
1990
1990
|
function eo(e, t, r, l, u, v, o) {
|
|
1991
|
-
const { columnContext:
|
|
1991
|
+
const { columnContext: c } = r, { getGridHeaderCells: s } = u, { groupFields: p } = v, d = W(-1), m = W(!1), h = $(() => p.value && p.value.map((_) => {
|
|
1992
1992
|
var f;
|
|
1993
1993
|
return {
|
|
1994
|
-
name: ((f =
|
|
1994
|
+
name: ((f = c.value.primaryColumnsMap.get(_)) == null ? void 0 : f.title) || _,
|
|
1995
1995
|
value: _
|
|
1996
1996
|
};
|
|
1997
1997
|
}));
|
|
1998
|
-
function k(_, f,
|
|
1999
|
-
var S,
|
|
1998
|
+
function k(_, f, y) {
|
|
1999
|
+
var S, b, x;
|
|
2000
2000
|
if (_.stopPropagation(), f && f.draggable) {
|
|
2001
|
-
const n = `${(S = f.column) == null ? void 0 : S.title}:${(
|
|
2001
|
+
const n = `${(S = f.column) == null ? void 0 : S.title}:${(b = f.column) == null ? void 0 : b.field}`;
|
|
2002
2002
|
(x = _.dataTransfer) == null || x.setData("Text", n), setTimeout(() => {
|
|
2003
|
-
|
|
2003
|
+
d.value = y, m.value = !0;
|
|
2004
2004
|
});
|
|
2005
2005
|
}
|
|
2006
2006
|
}
|
|
2007
2007
|
function a(_, f) {
|
|
2008
|
-
if (_.preventDefault(),
|
|
2009
|
-
const { primaryColumns:
|
|
2010
|
-
|
|
2008
|
+
if (_.preventDefault(), d.value !== f && m.value) {
|
|
2009
|
+
const { primaryColumns: y } = c.value, S = y[d.value], b = y;
|
|
2010
|
+
b[f].dataType !== rt && b[f].dataType !== Je && (b.splice(d.value, 1), b.splice(f, 0, S), c.value.primaryHeaderColumns = Array.from(s(b).values()), d.value = f);
|
|
2011
2011
|
}
|
|
2012
2012
|
}
|
|
2013
|
-
function
|
|
2013
|
+
function g(_, f) {
|
|
2014
2014
|
_.preventDefault(), _.dataTransfer && (_.dataTransfer.dropEffect = "move");
|
|
2015
2015
|
}
|
|
2016
2016
|
function O(_, f) {
|
|
2017
|
-
|
|
2017
|
+
m.value && (m.value = !1, l.updateDataView(), o.reCalculateVisualDataRows());
|
|
2018
2018
|
}
|
|
2019
2019
|
function C(_) {
|
|
2020
|
-
var
|
|
2020
|
+
var y;
|
|
2021
2021
|
_.preventDefault(), _.stopPropagation();
|
|
2022
|
-
const f = (
|
|
2022
|
+
const f = (y = _.dataTransfer) == null ? void 0 : y.getData("Text");
|
|
2023
2023
|
if (f) {
|
|
2024
2024
|
const S = f.split(":");
|
|
2025
2025
|
S[0];
|
|
2026
|
-
const
|
|
2027
|
-
v.groupFields.value.push(
|
|
2026
|
+
const b = S[1];
|
|
2027
|
+
v.groupFields.value.push(b);
|
|
2028
2028
|
}
|
|
2029
2029
|
l.updateDataView(), o.reCalculateVisualDataRows();
|
|
2030
2030
|
}
|
|
2031
2031
|
return {
|
|
2032
2032
|
dragstart: k,
|
|
2033
2033
|
dragenter: a,
|
|
2034
|
-
dragover:
|
|
2034
|
+
dragover: g,
|
|
2035
2035
|
dragend: O,
|
|
2036
2036
|
dropOnGroupPanel: C,
|
|
2037
|
-
isDragging:
|
|
2037
|
+
isDragging: m,
|
|
2038
2038
|
groupColumnItems: h
|
|
2039
2039
|
};
|
|
2040
2040
|
}
|
|
2041
2041
|
function to(e, t, r, l, u) {
|
|
2042
|
-
const { getGridHeaderCells: v } = u, o = 120,
|
|
2042
|
+
const { getGridHeaderCells: v } = u, o = 120, c = 50, s = $(() => {
|
|
2043
2043
|
var n;
|
|
2044
2044
|
return ((n = e.rowNumber) == null ? void 0 : n.enable) || !1;
|
|
2045
|
-
}),
|
|
2045
|
+
}), p = $(() => {
|
|
2046
2046
|
var n, i;
|
|
2047
2047
|
return !e.hierarchy && (((n = e.selection) == null ? void 0 : n.multiSelect) || ((i = e.selection) == null ? void 0 : i.showCheckbox) || !1);
|
|
2048
|
-
}),
|
|
2048
|
+
}), d = $(
|
|
2049
2049
|
() => {
|
|
2050
2050
|
var n;
|
|
2051
|
-
return 0 + (s.value ? ((n = e.rowNumber) == null ? void 0 : n.width) || 36 : 0) + (
|
|
2051
|
+
return 0 + (s.value ? ((n = e.rowNumber) == null ? void 0 : n.width) || 36 : 0) + (p.value ? c : 0);
|
|
2052
2052
|
}
|
|
2053
|
-
),
|
|
2053
|
+
), m = $(() => {
|
|
2054
2054
|
var n;
|
|
2055
2055
|
return ((n = e.columnOption) == null ? void 0 : n.fitColumns) || !1;
|
|
2056
2056
|
}), h = $(() => {
|
|
2057
2057
|
var n;
|
|
2058
|
-
return
|
|
2058
|
+
return m.value ? ((n = e.columnOption) == null ? void 0 : n.fitMode) || "average" : "none";
|
|
2059
2059
|
});
|
|
2060
2060
|
function k(n, i, T) {
|
|
2061
2061
|
const G = parseInt(n.width, 10) / 100;
|
|
@@ -2064,7 +2064,7 @@ function to(e, t, r, l, u) {
|
|
|
2064
2064
|
function a(n, i, T) {
|
|
2065
2065
|
return typeof n.width == "string" ? k(n, i, T) : n.actualWidth || n.width || o;
|
|
2066
2066
|
}
|
|
2067
|
-
function
|
|
2067
|
+
function g(n, i) {
|
|
2068
2068
|
n.value.primaryColumns.filter((T) => T.visible).forEach((T) => {
|
|
2069
2069
|
T.actualWidth = a(T, n.value, i), n.value.primaryColumnsWidth += T.actualWidth;
|
|
2070
2070
|
});
|
|
@@ -2109,15 +2109,15 @@ function to(e, t, r, l, u) {
|
|
|
2109
2109
|
z.actualWidth = E * (z.actualWidth / K), n.value.primaryColumnsWidth += z.actualWidth;
|
|
2110
2110
|
});
|
|
2111
2111
|
} else
|
|
2112
|
-
|
|
2112
|
+
g(n, i);
|
|
2113
2113
|
}
|
|
2114
2114
|
const f = {
|
|
2115
2115
|
average: C,
|
|
2116
2116
|
expand: _,
|
|
2117
|
-
none:
|
|
2117
|
+
none: g,
|
|
2118
2118
|
percentage: O
|
|
2119
2119
|
};
|
|
2120
|
-
function
|
|
2120
|
+
function y(n) {
|
|
2121
2121
|
n.value.leftHeaderColumns = Array.from(v(n.value.leftColumns.filter((i) => i.visible)).values()), n.value.primaryHeaderColumns = Array.from(v(n.value.primaryColumns.filter((i) => i.visible)).values()), n.value.rightHeaderColumns = Array.from(v(n.value.rightColumns.filter((i) => i.visible)).values());
|
|
2122
2122
|
}
|
|
2123
2123
|
function S(n) {
|
|
@@ -2129,7 +2129,7 @@ function to(e, t, r, l, u) {
|
|
|
2129
2129
|
n.value.rightColumnsWidth += i.actualWidth || 0;
|
|
2130
2130
|
}), n.value = Object.assign({}, n.value);
|
|
2131
2131
|
}
|
|
2132
|
-
function
|
|
2132
|
+
function b(n, i, T) {
|
|
2133
2133
|
var z;
|
|
2134
2134
|
let G = 0;
|
|
2135
2135
|
const Y = n.value.primaryColumns, L = n.value.rightColumns;
|
|
@@ -2148,12 +2148,12 @@ function to(e, t, r, l, u) {
|
|
|
2148
2148
|
function x() {
|
|
2149
2149
|
if (r.value) {
|
|
2150
2150
|
t.value.leftColumnsWidth = 0, t.value.primaryColumnsWidth = 0, t.value.rightColumnsWidth = 0;
|
|
2151
|
-
const n = r.value.clientWidth -
|
|
2151
|
+
const n = r.value.clientWidth - d.value;
|
|
2152
2152
|
t.value.leftColumns.filter((T) => T.visible).forEach((T) => {
|
|
2153
2153
|
T.actualWidth = a(T, t.value, n), t.value.leftColumnsWidth += T.actualWidth;
|
|
2154
2154
|
});
|
|
2155
2155
|
const i = n - t.value.leftColumnsWidth;
|
|
2156
|
-
if (
|
|
2156
|
+
if (b(t, n, i))
|
|
2157
2157
|
l.value = i;
|
|
2158
2158
|
else {
|
|
2159
2159
|
t.value.rightColumns.filter((Y) => Y.visible).forEach((Y) => {
|
|
@@ -2162,7 +2162,7 @@ function to(e, t, r, l, u) {
|
|
|
2162
2162
|
const T = n - t.value.leftColumnsWidth - t.value.rightColumnsWidth, G = f[h.value];
|
|
2163
2163
|
G && G(t, T), l.value = T;
|
|
2164
2164
|
}
|
|
2165
|
-
|
|
2165
|
+
y(t), t.value = Object.assign({}, t.value);
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
2168
|
return me(() => {
|
|
@@ -2171,80 +2171,80 @@ function to(e, t, r, l, u) {
|
|
|
2171
2171
|
}, (n, i) => {
|
|
2172
2172
|
n !== i && n && x();
|
|
2173
2173
|
}), me(h, (n, i) => {
|
|
2174
|
-
n !== i &&
|
|
2175
|
-
}), { calculateColumnHeaders:
|
|
2174
|
+
n !== i && m.value && x();
|
|
2175
|
+
}), { calculateColumnHeaders: y, calculateColumnsSize: x, calculateColumnsWidth: S };
|
|
2176
2176
|
}
|
|
2177
2177
|
function no(e, t) {
|
|
2178
|
-
var
|
|
2179
|
-
const r = W((
|
|
2180
|
-
function l(
|
|
2181
|
-
const
|
|
2178
|
+
var p;
|
|
2179
|
+
const r = W((p = e.columnOption) == null ? void 0 : p.groups);
|
|
2180
|
+
function l(d, m, h, k, a) {
|
|
2181
|
+
const g = {
|
|
2182
2182
|
actualWidth: 0,
|
|
2183
2183
|
children: [],
|
|
2184
2184
|
depth: 1,
|
|
2185
|
-
field:
|
|
2185
|
+
field: d.field,
|
|
2186
2186
|
layer: 1,
|
|
2187
2187
|
left: 0,
|
|
2188
2188
|
parent: h,
|
|
2189
2189
|
resizable: !0,
|
|
2190
|
-
title:
|
|
2190
|
+
title: d.title || "",
|
|
2191
2191
|
status: D.none,
|
|
2192
2192
|
popoverRef: W(),
|
|
2193
2193
|
showPopover: !1,
|
|
2194
2194
|
column: null,
|
|
2195
2195
|
sortType: "none"
|
|
2196
|
-
}, O = k ||
|
|
2197
|
-
if (
|
|
2196
|
+
}, O = k || g;
|
|
2197
|
+
if (d.group) {
|
|
2198
2198
|
let C = 1;
|
|
2199
|
-
|
|
2199
|
+
d.group.reduce((_, f) => {
|
|
2200
2200
|
if (typeof f == "string") {
|
|
2201
|
-
const
|
|
2202
|
-
|
|
2201
|
+
const y = m.get(f);
|
|
2202
|
+
y && (a.fieldToRootMap.set(f, O), _.actualWidth += y.actualWidth, _.children.push(y));
|
|
2203
2203
|
} else {
|
|
2204
|
-
const
|
|
2205
|
-
C = Math.max(C,
|
|
2204
|
+
const y = l(f, m, _, O, a);
|
|
2205
|
+
C = Math.max(C, y.depth), _.actualWidth += y.actualWidth, _.children.push(y);
|
|
2206
2206
|
}
|
|
2207
2207
|
return _;
|
|
2208
|
-
},
|
|
2208
|
+
}, g), g.depth += C;
|
|
2209
2209
|
}
|
|
2210
|
-
return t.value.headerDepth = Math.max(t.value.headerDepth,
|
|
2210
|
+
return t.value.headerDepth = Math.max(t.value.headerDepth, g.depth), g;
|
|
2211
2211
|
}
|
|
2212
|
-
function u(
|
|
2213
|
-
const
|
|
2212
|
+
function u(d) {
|
|
2213
|
+
const m = {
|
|
2214
2214
|
groupedCells: /* @__PURE__ */ new Map(),
|
|
2215
2215
|
fieldToRootMap: /* @__PURE__ */ new Map()
|
|
2216
2216
|
};
|
|
2217
2217
|
return r.value && r.value.reduce((h, k) => {
|
|
2218
|
-
const a = l(k,
|
|
2218
|
+
const a = l(k, d, null, null, m);
|
|
2219
2219
|
return h.groupedCells.set(k.field, a), h;
|
|
2220
|
-
},
|
|
2220
|
+
}, m), m;
|
|
2221
2221
|
}
|
|
2222
|
-
function v(
|
|
2223
|
-
if (!
|
|
2222
|
+
function v(d) {
|
|
2223
|
+
if (!d || d.length === 0)
|
|
2224
2224
|
return 0;
|
|
2225
|
-
const
|
|
2226
|
-
return
|
|
2225
|
+
const m = d[0];
|
|
2226
|
+
return m.children && m.children.length > 0 && (m.left = v(m.children)), m.left;
|
|
2227
2227
|
}
|
|
2228
|
-
function o(
|
|
2228
|
+
function o(d, m) {
|
|
2229
2229
|
const h = t.value.headerDepth;
|
|
2230
|
-
|
|
2231
|
-
k.layer =
|
|
2230
|
+
d.forEach((k) => {
|
|
2231
|
+
k.layer = m ? m.layer + 1 : 1;
|
|
2232
2232
|
const a = k.children && k.children.length === 0;
|
|
2233
2233
|
k.depth = a ? h - (k.layer - 1) : 1, k.left = a ? k.left : v(k.children), k.children && o(k.children, k);
|
|
2234
2234
|
});
|
|
2235
2235
|
}
|
|
2236
|
-
function d
|
|
2236
|
+
function c(d, m) {
|
|
2237
2237
|
const h = /* @__PURE__ */ new Map();
|
|
2238
|
-
return
|
|
2239
|
-
const a =
|
|
2240
|
-
|
|
2238
|
+
return d.forEach((k) => {
|
|
2239
|
+
const a = m.fieldToRootMap.get(k.field), g = a != null;
|
|
2240
|
+
g && !h.has(a.field) && h.set(a.field, a), g || h.set(k.field, k);
|
|
2241
2241
|
}), o(Array.from(h.values())), h;
|
|
2242
2242
|
}
|
|
2243
|
-
function s(
|
|
2244
|
-
let
|
|
2245
|
-
if (
|
|
2246
|
-
let
|
|
2247
|
-
|
|
2243
|
+
function s(d) {
|
|
2244
|
+
let m = /* @__PURE__ */ new Map(), h = 0;
|
|
2245
|
+
if (d.reduce((k, a) => {
|
|
2246
|
+
let g = D.none;
|
|
2247
|
+
g = a.sortable ? g | D.sortable : g, g = a.filterable ? g | D.filterable : g, g = a.sort && a.sort !== "none" ? g | D.sorted | (a.sort === "asc" ? D.ascending : D.descending) : g;
|
|
2248
2248
|
const O = a.field;
|
|
2249
2249
|
return k.set(O, {
|
|
2250
2250
|
actualWidth: a.actualWidth || 0,
|
|
@@ -2256,7 +2256,7 @@ function no(e, t) {
|
|
|
2256
2256
|
parent: null,
|
|
2257
2257
|
resizable: a.resizable === void 0 ? !0 : a.resizable,
|
|
2258
2258
|
title: a.title,
|
|
2259
|
-
status:
|
|
2259
|
+
status: g,
|
|
2260
2260
|
popoverRef: W(),
|
|
2261
2261
|
showPopover: !1,
|
|
2262
2262
|
column: a,
|
|
@@ -2265,11 +2265,11 @@ function no(e, t) {
|
|
|
2265
2265
|
showSetting: a.showSetting,
|
|
2266
2266
|
draggable: a.draggable
|
|
2267
2267
|
}), h += a.actualWidth || 0, k;
|
|
2268
|
-
},
|
|
2269
|
-
const k = u(
|
|
2270
|
-
|
|
2268
|
+
}, m), r.value) {
|
|
2269
|
+
const k = u(m);
|
|
2270
|
+
m = c(m, k);
|
|
2271
2271
|
}
|
|
2272
|
-
return
|
|
2272
|
+
return m;
|
|
2273
2273
|
}
|
|
2274
2274
|
return { getGridHeaderCells: s };
|
|
2275
2275
|
}
|
|
@@ -2279,20 +2279,20 @@ function $n(e, t) {
|
|
|
2279
2279
|
const { idField: r } = t, l = W(e.summary), u = W(e.group), v = W(((_ = e.group) == null ? void 0 : _.groupFields) || []), o = $(() => {
|
|
2280
2280
|
var f;
|
|
2281
2281
|
return (f = e.group) == null ? void 0 : f.enable;
|
|
2282
|
-
}),
|
|
2282
|
+
}), c = $(() => {
|
|
2283
2283
|
var f;
|
|
2284
2284
|
return (f = e.group) == null ? void 0 : f.showGroupPanel;
|
|
2285
2285
|
}), s = $(() => {
|
|
2286
2286
|
const f = l.value;
|
|
2287
2287
|
return (f == null ? void 0 : f.groupFields) || [];
|
|
2288
|
-
}),
|
|
2288
|
+
}), p = $(() => {
|
|
2289
2289
|
const f = u.value;
|
|
2290
2290
|
return f && f.showSummary;
|
|
2291
|
-
}),
|
|
2291
|
+
}), d = W(0), m = /* @__PURE__ */ new Map();
|
|
2292
2292
|
let h = [];
|
|
2293
|
-
function k(f,
|
|
2294
|
-
const n =
|
|
2295
|
-
n && (
|
|
2293
|
+
function k(f, y, S, b, x) {
|
|
2294
|
+
const n = b[S];
|
|
2295
|
+
n && (y.reduce((i, T, G) => {
|
|
2296
2296
|
var K;
|
|
2297
2297
|
const Y = T[n];
|
|
2298
2298
|
let L = i.get(Y);
|
|
@@ -2318,52 +2318,52 @@ function $n(e, t) {
|
|
|
2318
2318
|
L.groupSummaries.set(U, Number(E.toFixed(2)));
|
|
2319
2319
|
}
|
|
2320
2320
|
}), L.details.push(T), i;
|
|
2321
|
-
}, f), S <
|
|
2322
|
-
i.nestGroup = /* @__PURE__ */ new Map(), k(i.nestGroup, i.details, S + 1,
|
|
2321
|
+
}, f), S < b.length - 1 && f.forEach((i, T) => {
|
|
2322
|
+
i.nestGroup = /* @__PURE__ */ new Map(), k(i.nestGroup, i.details, S + 1, b, x), i.details = [];
|
|
2323
2323
|
}));
|
|
2324
2324
|
}
|
|
2325
|
-
function a(f,
|
|
2326
|
-
return e.group && e.group.formatter ? e.group.formatter(f.value, { ...f, total:
|
|
2325
|
+
function a(f, y) {
|
|
2326
|
+
return e.group && e.group.formatter ? e.group.formatter(f.value, { ...f, total: y }) : `${f.title}:${f.value} (${y})`;
|
|
2327
2327
|
}
|
|
2328
|
-
function
|
|
2328
|
+
function g(f, y) {
|
|
2329
2329
|
const S = [];
|
|
2330
|
-
return f.forEach((
|
|
2330
|
+
return f.forEach((b) => {
|
|
2331
2331
|
const x = {
|
|
2332
2332
|
// 如果存在二级分组,分组行标识保持唯一
|
|
2333
|
-
[r.value]: `group_of_${
|
|
2333
|
+
[r.value]: `group_of_${y ? y[r.value] + "_" : ""}${b.field}_${b.value}`,
|
|
2334
2334
|
__fv_data_grid_group_collapse__: !1,
|
|
2335
|
-
__fv_data_grid_group_field__:
|
|
2336
|
-
__fv_data_grid_group_layer__:
|
|
2335
|
+
__fv_data_grid_group_field__: b.field,
|
|
2336
|
+
__fv_data_grid_group_layer__: b.layer,
|
|
2337
2337
|
__fv_data_grid_group_row__: !0,
|
|
2338
|
-
__fv_data_grid_group_value__:
|
|
2338
|
+
__fv_data_grid_group_value__: b.value,
|
|
2339
2339
|
groupParents: []
|
|
2340
2340
|
};
|
|
2341
|
-
|
|
2341
|
+
y && (x.groupParents = [...y.groupParents, y]);
|
|
2342
2342
|
let n = 0;
|
|
2343
|
-
if (S.push(x),
|
|
2344
|
-
const i =
|
|
2343
|
+
if (S.push(x), b.nestGroup) {
|
|
2344
|
+
const i = g(b.nestGroup, x);
|
|
2345
2345
|
S.push(...i), n += i.length;
|
|
2346
2346
|
}
|
|
2347
|
-
if (
|
|
2347
|
+
if (b.details && b.details.length && (S.push(...b.details), n += b.details.length), p.value) {
|
|
2348
2348
|
const i = {
|
|
2349
|
-
__fv_data_grid_group_field__:
|
|
2350
|
-
__fv_data_grid_group_layer__:
|
|
2349
|
+
__fv_data_grid_group_field__: b.field,
|
|
2350
|
+
__fv_data_grid_group_layer__: b.layer,
|
|
2351
2351
|
__fv_data_grid_group_summary__: !0
|
|
2352
2352
|
};
|
|
2353
|
-
i[r.value] = `summary_of_${
|
|
2353
|
+
i[r.value] = `summary_of_${b.field}_${b.value}`, i[b.field] = Array.from(b.groupSummaries.entries()).reduce(
|
|
2354
2354
|
(T, [G, Y]) => `${T} ${G} total:${Y} `,
|
|
2355
2355
|
""
|
|
2356
2356
|
), S.push(i);
|
|
2357
2357
|
}
|
|
2358
|
-
|
|
2358
|
+
b.groupSummaries && b.groupSummaries.size && b.groupSummaries.forEach((i, T) => {
|
|
2359
2359
|
x[T] = i;
|
|
2360
|
-
}), x[
|
|
2361
|
-
}), S.forEach((
|
|
2362
|
-
|
|
2360
|
+
}), x[b.field] = a(b, n), x.value = b.value;
|
|
2361
|
+
}), S.forEach((b, x) => {
|
|
2362
|
+
b.__fv_data_index__ = x;
|
|
2363
2363
|
}), S;
|
|
2364
2364
|
}
|
|
2365
|
-
function O(f,
|
|
2366
|
-
return !f || f.length === 0 || !
|
|
2365
|
+
function O(f, y, S) {
|
|
2366
|
+
return !f || f.length === 0 || !y.length ? y : (f.join(","), m.clear(), h = [], y = y.filter((b) => !b.__fv_data_grid_group_row__), k(m, y, 0, f, S), h = g(m), h);
|
|
2367
2367
|
}
|
|
2368
2368
|
function C(f) {
|
|
2369
2369
|
return {
|
|
@@ -2372,19 +2372,19 @@ function $n(e, t) {
|
|
|
2372
2372
|
"fv-grid-group-row-icon-collapse": f.collapse
|
|
2373
2373
|
};
|
|
2374
2374
|
}
|
|
2375
|
-
return { collpaseGroupIconClass: C, generateGroupData: O, groupFields: v, shouldGroupingData: o, showGroupPanel:
|
|
2375
|
+
return { collpaseGroupIconClass: C, generateGroupData: O, groupFields: v, shouldGroupingData: o, showGroupPanel: c, groupRowSize: d };
|
|
2376
2376
|
}
|
|
2377
2377
|
function Rt(e) {
|
|
2378
|
-
const t = "parent", r = "layer", l = "hasChildren", u = (o,
|
|
2379
|
-
Object.keys(
|
|
2380
|
-
}), s.push(
|
|
2381
|
-
return { flatTreeData: u, isNestedTree: (o) => o.some((
|
|
2378
|
+
const t = "parent", r = "layer", l = "hasChildren", u = (o, c = 1, s = [], p = null) => (o = o || [], o.reduce((d, m) => (m.id = m.id || m.data[e.idField], m[t] = p, m[r] = c, m[l] = m[l] === void 0 ? !1 : m[l], m.data && Object.keys(m.data).forEach((h) => {
|
|
2379
|
+
Object.keys(m).includes(h) || (m[h] = m.data[h]);
|
|
2380
|
+
}), s.push(m), m.children && m.children.length && (m[l] = !0, u(m.children, c + 1, s, m.id)), d), s), s);
|
|
2381
|
+
return { flatTreeData: u, isNestedTree: (o) => o.some((c) => Array.isArray(c.children)) };
|
|
2382
2382
|
}
|
|
2383
2383
|
function zn(e, t, r, l) {
|
|
2384
|
-
const u = W(0), v = W(!!e.hierarchy), { idField: o } = l, { collapseField:
|
|
2385
|
-
function
|
|
2386
|
-
|
|
2387
|
-
const ae = Q[
|
|
2384
|
+
const u = W(0), v = W(!!e.hierarchy), { idField: o } = l, { collapseField: c, hasChildrenField: s, parentIdField: p } = r, d = /* @__PURE__ */ new Map(), m = /* @__PURE__ */ new Map(), h = /* @__PURE__ */ new Map(), { flatTreeData: k, isNestedTree: a } = Rt(e);
|
|
2385
|
+
function g(M, I) {
|
|
2386
|
+
m.clear(), M.reduce((q, Q) => {
|
|
2387
|
+
const ae = Q[p.value] !== void 0 ? Q[p.value] : "";
|
|
2388
2388
|
if (ae && I.has(ae)) {
|
|
2389
2389
|
const de = I.get(ae), ce = isNaN(Number(de.__fv_layer__)) ? 1 : Number(de.__fv_layer__);
|
|
2390
2390
|
Q.__fv_layer__ = ce + 1, Q.__fv_parent_index__ = de.__fv_index__, de.__fv_hasChildren__ = !0;
|
|
@@ -2392,7 +2392,7 @@ function zn(e, t, r, l) {
|
|
|
2392
2392
|
Q.__fv_layer__ = 1;
|
|
2393
2393
|
const fe = q.has(ae) ? q.get(ae) : [];
|
|
2394
2394
|
return fe.push(Q), q.set(ae, fe), q;
|
|
2395
|
-
},
|
|
2395
|
+
}, m);
|
|
2396
2396
|
}
|
|
2397
2397
|
function O(M) {
|
|
2398
2398
|
h.clear(), M.reduce((I, q) => {
|
|
@@ -2425,7 +2425,7 @@ function zn(e, t, r, l) {
|
|
|
2425
2425
|
});
|
|
2426
2426
|
}), _(M);
|
|
2427
2427
|
}
|
|
2428
|
-
function
|
|
2428
|
+
function y(M) {
|
|
2429
2429
|
M.forEach((I) => {
|
|
2430
2430
|
I.__fv_child_with_lines__ = [], I.__fv_child_length__ = I.__fv_descendant_index__.length, I.__fv_descendant_index__.map((q) => M[q]).reduce((q, Q) => (q.__fv_child_length__ += Q.__fv_children_index__.length, q.__fv_child_with_lines__.push(...Q.__fv_children_index__, Q.__fv_index__), q), I);
|
|
2431
2431
|
});
|
|
@@ -2433,7 +2433,7 @@ function zn(e, t, r, l) {
|
|
|
2433
2433
|
function S(M, I) {
|
|
2434
2434
|
return { id: M, index: I, parentId: "", parentIndex: -1, parents: /* @__PURE__ */ new Map(), children: /* @__PURE__ */ new Map(), descendant: /* @__PURE__ */ new Map(), collapsed: !1, visibleInHierarchy: !0 };
|
|
2435
2435
|
}
|
|
2436
|
-
function
|
|
2436
|
+
function b(M, I, q) {
|
|
2437
2437
|
Array.from(I.keys()).forEach((Q) => {
|
|
2438
2438
|
I.get(Q).reduce((fe, de) => {
|
|
2439
2439
|
const ce = de[o.value], he = M.get(de[o.value]), Oe = M.get(Q), ge = q.get(Q);
|
|
@@ -2450,7 +2450,7 @@ function zn(e, t, r, l) {
|
|
|
2450
2450
|
});
|
|
2451
2451
|
}
|
|
2452
2452
|
function n(M, I) {
|
|
2453
|
-
M.filter((q) => q[
|
|
2453
|
+
M.filter((q) => q[p.value] === void 0 || q[p.value] === "").forEach((q) => {
|
|
2454
2454
|
const Q = q[o.value], ae = I.get(Q);
|
|
2455
2455
|
x(ae);
|
|
2456
2456
|
});
|
|
@@ -2463,20 +2463,20 @@ function zn(e, t, r, l) {
|
|
|
2463
2463
|
});
|
|
2464
2464
|
}
|
|
2465
2465
|
function T(M) {
|
|
2466
|
-
|
|
2466
|
+
d.clear(), M.forEach((I, q) => {
|
|
2467
2467
|
const Q = I[o.value];
|
|
2468
|
-
|
|
2469
|
-
}), O(M),
|
|
2468
|
+
d.set(Q, S(Q, q));
|
|
2469
|
+
}), O(M), g(M, h), b(d, m, h), n(M, d), i(d);
|
|
2470
2470
|
}
|
|
2471
2471
|
function G(M) {
|
|
2472
|
-
const I = M[o.value], q =
|
|
2472
|
+
const I = M[o.value], q = d.get(I);
|
|
2473
2473
|
return q && q.children.size > 0;
|
|
2474
2474
|
}
|
|
2475
2475
|
function Y(M) {
|
|
2476
2476
|
return M[s.value] && !G(M);
|
|
2477
2477
|
}
|
|
2478
2478
|
function L(M) {
|
|
2479
|
-
const I = M[o.value], q =
|
|
2479
|
+
const I = M[o.value], q = d.get(I);
|
|
2480
2480
|
return q && q.visibleInHierarchy;
|
|
2481
2481
|
}
|
|
2482
2482
|
function K() {
|
|
@@ -2484,13 +2484,13 @@ function zn(e, t, r, l) {
|
|
|
2484
2484
|
}
|
|
2485
2485
|
function U(M, I) {
|
|
2486
2486
|
I.forEach((q) => {
|
|
2487
|
-
const Q =
|
|
2488
|
-
ae && fe && (Q.visibleInHierarchy = !fe[
|
|
2487
|
+
const Q = d.get(q[o.value]), ae = d.get(M), fe = h.get(M);
|
|
2488
|
+
ae && fe && (Q.visibleInHierarchy = !fe[c.value] && ae.visibleInHierarchy);
|
|
2489
2489
|
}), K();
|
|
2490
2490
|
}
|
|
2491
2491
|
function E(M) {
|
|
2492
|
-
if (
|
|
2493
|
-
const q =
|
|
2492
|
+
if (m.has(M)) {
|
|
2493
|
+
const q = m.get(M);
|
|
2494
2494
|
U(M, q), q.map((Q) => Q[o.value]).forEach((Q) => E(Q));
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
@@ -2500,10 +2500,10 @@ function zn(e, t, r, l) {
|
|
|
2500
2500
|
}
|
|
2501
2501
|
function J(M, I, q = 0) {
|
|
2502
2502
|
M.forEach((Q) => {
|
|
2503
|
-
const ae = Y(Q), fe = Q.__fv_layer__ <= q, de = I === "ToCollapse" ? Q.__fv_layer__ <= q : !(Q.__fv_layer__ <= q), ce = fe ? de : Q[
|
|
2504
|
-
Q[
|
|
2503
|
+
const ae = Y(Q), fe = Q.__fv_layer__ <= q, de = I === "ToCollapse" ? Q.__fv_layer__ <= q : !(Q.__fv_layer__ <= q), ce = fe ? de : Q[c.value];
|
|
2504
|
+
Q[c.value] = ae || ce;
|
|
2505
2505
|
});
|
|
2506
|
-
for (const [Q, ae] of
|
|
2506
|
+
for (const [Q, ae] of m.entries())
|
|
2507
2507
|
U(Q, ae);
|
|
2508
2508
|
return M;
|
|
2509
2509
|
}
|
|
@@ -2516,20 +2516,20 @@ function zn(e, t, r, l) {
|
|
|
2516
2516
|
function F(M) {
|
|
2517
2517
|
M.forEach((I, q) => {
|
|
2518
2518
|
var de;
|
|
2519
|
-
const Q = I[o.value], ae =
|
|
2520
|
-
I.__fv_graph_node__ = fe, I.__fv_children_index__ = ae, I.__fv_descendant_index__ = [...ae], I.__fv_parents__ = /* @__PURE__ */ new Map(), Y(I) && (I[
|
|
2519
|
+
const Q = I[o.value], ae = m.has(Q) ? (de = m.get(Q)) == null ? void 0 : de.map((ce) => ce.__fv_index__) : [], fe = S(Q, q);
|
|
2520
|
+
I.__fv_graph_node__ = fe, I.__fv_children_index__ = ae, I.__fv_descendant_index__ = [...ae], I.__fv_parents__ = /* @__PURE__ */ new Map(), Y(I) && (I[c.value] = !0);
|
|
2521
2521
|
});
|
|
2522
2522
|
}
|
|
2523
2523
|
function w(M) {
|
|
2524
2524
|
var Q, ae;
|
|
2525
|
-
T(t.value), F(M), C(M), f(M), e.showLines &&
|
|
2525
|
+
T(t.value), F(M), C(M), f(M), e.showLines && y(M);
|
|
2526
2526
|
const q = ((Q = e.hierarchy) == null ? void 0 : Q.collapseTo) !== void 0 ? Number((ae = e.hierarchy) == null ? void 0 : ae.collapseTo) : 0;
|
|
2527
2527
|
return J(M, "ToCollapse", q), M;
|
|
2528
2528
|
}
|
|
2529
2529
|
function j(M, I, q) {
|
|
2530
|
-
const ae = q.value[M][o.value], fe =
|
|
2530
|
+
const ae = q.value[M][o.value], fe = d.get(ae);
|
|
2531
2531
|
if (fe) {
|
|
2532
|
-
const de =
|
|
2532
|
+
const de = d.get(fe.parentId);
|
|
2533
2533
|
let ce = q.value.length - 1;
|
|
2534
2534
|
if (de) {
|
|
2535
2535
|
const he = Array.from(de.children.keys()).indexOf(fe.id);
|
|
@@ -2540,34 +2540,34 @@ function zn(e, t, r, l) {
|
|
|
2540
2540
|
const ge = Array.from(de.children.values())[he + 1];
|
|
2541
2541
|
ce = q.value.findIndex((P) => P[o.value] === ge.id);
|
|
2542
2542
|
}
|
|
2543
|
-
I[s.value] = !1, I[
|
|
2543
|
+
I[s.value] = !1, I[p.value] = de.id, q.value.splice(ce, 0, I);
|
|
2544
2544
|
}
|
|
2545
2545
|
}
|
|
2546
2546
|
}
|
|
2547
2547
|
function H(M, I, q) {
|
|
2548
2548
|
const Q = q.value[M], ae = Q[o.value];
|
|
2549
|
-
if (
|
|
2549
|
+
if (d.get(ae)) {
|
|
2550
2550
|
const ce = q.value.findIndex((he) => he[o.value] === ae) + 1;
|
|
2551
|
-
Q[s.value] = !0, Q[
|
|
2551
|
+
Q[s.value] = !0, Q[c.value] = !1, I[s.value] = !1, I[p.value] = ae, q.value.splice(ce, 0, I);
|
|
2552
2552
|
}
|
|
2553
2553
|
}
|
|
2554
2554
|
function ee(M, I, q) {
|
|
2555
2555
|
const ae = q.value[M][o.value];
|
|
2556
|
-
if (
|
|
2556
|
+
if (d.get(ae)) {
|
|
2557
2557
|
const ce = q.value.findIndex((Oe) => Oe[o.value] === ae) + 1;
|
|
2558
2558
|
let he = I;
|
|
2559
2559
|
a(I) && (he = k(I)), he.forEach((Oe) => {
|
|
2560
|
-
Oe[
|
|
2560
|
+
Oe[p.value] = ae;
|
|
2561
2561
|
}), q.value.splice(ce, 0, ...he);
|
|
2562
2562
|
}
|
|
2563
2563
|
}
|
|
2564
2564
|
function X(M, I) {
|
|
2565
|
-
const q = M[o.value], Q =
|
|
2565
|
+
const q = M[o.value], Q = d.get(q), ae = Array.from(Q.descendant.keys());
|
|
2566
2566
|
ae.unshift(q);
|
|
2567
|
-
const fe =
|
|
2567
|
+
const fe = d.get(Q.parentId);
|
|
2568
2568
|
if (fe && (fe.children.delete(q), fe.children.size === 0)) {
|
|
2569
2569
|
const ce = I.find((he) => he[o.value] === Q.parentId);
|
|
2570
|
-
ce[s.value] = !1, ce[
|
|
2570
|
+
ce[s.value] = !1, ce[c.value] = !1;
|
|
2571
2571
|
}
|
|
2572
2572
|
return I.filter((ce) => ae.indexOf(ce.id) === -1);
|
|
2573
2573
|
}
|
|
@@ -2611,46 +2611,46 @@ const Gn = {
|
|
|
2611
2611
|
const {
|
|
2612
2612
|
locale: r,
|
|
2613
2613
|
t: l
|
|
2614
|
-
} = Be(), u = W(e.animate), v = "fadeOut", o = $(() => e.options),
|
|
2615
|
-
const
|
|
2616
|
-
animated:
|
|
2614
|
+
} = Be(), u = W(e.animate), v = "fadeOut", o = $(() => e.options), c = W(!1), s = $(() => o.value.title && o.value.message), p = $(() => !o.value.title && o.value.message), d = $(() => {
|
|
2615
|
+
const y = {
|
|
2616
|
+
animated: c.value,
|
|
2617
2617
|
toast: !0,
|
|
2618
2618
|
"toast--only-content": !s.value
|
|
2619
2619
|
};
|
|
2620
|
-
return
|
|
2621
|
-
}),
|
|
2622
|
-
const
|
|
2620
|
+
return y[e.animate] = !1, y[v] = c.value, y["toasty-type-" + o.value.type] = !0, o.value.theme && (y[o.value.theme] = !0), y;
|
|
2621
|
+
}), m = $(() => {
|
|
2622
|
+
const b = `f-icon-${o.value && o.value.type ? o.value.type.replace("toasty-type-", "") : "default"}`, x = {
|
|
2623
2623
|
"f-icon": !0
|
|
2624
2624
|
};
|
|
2625
|
-
return x[
|
|
2626
|
-
}), h = $(() => o.value.title || o.value.message), k = $(() => e.showCloseButton), a = $(() => !!o.value.buttons || !!t.slots.default),
|
|
2625
|
+
return x[b] = !0, x;
|
|
2626
|
+
}), h = $(() => o.value.title || o.value.message), k = $(() => e.showCloseButton), a = $(() => !!o.value.buttons || !!t.slots.default), g = $(() => r.value === "en" ? {
|
|
2627
2627
|
wordBreak: "keep-all",
|
|
2628
2628
|
overflowWrap: "break-word"
|
|
2629
2629
|
} : {});
|
|
2630
|
-
function O(
|
|
2631
|
-
|
|
2630
|
+
function O(y) {
|
|
2631
|
+
y.stopPropagation(), y.preventDefault(), c.value = !1, setTimeout(() => {
|
|
2632
2632
|
t.emit("close", o.value);
|
|
2633
2633
|
}, 200);
|
|
2634
2634
|
}
|
|
2635
|
-
function C(
|
|
2635
|
+
function C(y, S) {
|
|
2636
2636
|
}
|
|
2637
|
-
function _(
|
|
2638
|
-
return `f-preten-link ${
|
|
2637
|
+
function _(y) {
|
|
2638
|
+
return `f-preten-link ${y.customClass ? y.customClass : ""}`;
|
|
2639
2639
|
}
|
|
2640
2640
|
me(u, () => {
|
|
2641
2641
|
u.value;
|
|
2642
2642
|
});
|
|
2643
2643
|
const f = () => {
|
|
2644
|
-
var
|
|
2644
|
+
var y;
|
|
2645
2645
|
return R(ct, null, [R("div", {
|
|
2646
2646
|
class: "after-toast-msg text-right"
|
|
2647
|
-
}, [!t.slots.default && ((
|
|
2647
|
+
}, [!t.slots.default && ((y = o.value.buttons) == null ? void 0 : y.map((S) => R("span", {
|
|
2648
2648
|
class: _(S),
|
|
2649
|
-
onClick: (
|
|
2649
|
+
onClick: (b) => void 0
|
|
2650
2650
|
}, [S.text]))), t.slots.default && t.slots.default()])]);
|
|
2651
2651
|
};
|
|
2652
2652
|
return () => R("div", {
|
|
2653
|
-
class:
|
|
2653
|
+
class: d.value,
|
|
2654
2654
|
style: "min-height:44px"
|
|
2655
2655
|
}, [k.value && R("button", {
|
|
2656
2656
|
title: l("messageBox.close"),
|
|
@@ -2663,7 +2663,7 @@ const Gn = {
|
|
|
2663
2663
|
}, [!s.value && R("div", {
|
|
2664
2664
|
class: "float-left modal-tips-iconwrap"
|
|
2665
2665
|
}, [R("span", {
|
|
2666
|
-
class:
|
|
2666
|
+
class: m.value
|
|
2667
2667
|
}, null)]), R("div", {
|
|
2668
2668
|
class: "modal-tips-content"
|
|
2669
2669
|
}, [s.value && R(ct, null, [R("h5", {
|
|
@@ -2672,18 +2672,18 @@ const Gn = {
|
|
|
2672
2672
|
}, null), R("p", {
|
|
2673
2673
|
class: "toast-msg",
|
|
2674
2674
|
innerHTML: o.value.message,
|
|
2675
|
-
style:
|
|
2676
|
-
}, null), a.value && f()]),
|
|
2675
|
+
style: g.value
|
|
2676
|
+
}, null), a.value && f()]), p.value && (o.value.buttons ? R("div", {
|
|
2677
2677
|
class: "toast-title-btns-wrapper d-flex"
|
|
2678
2678
|
}, [R("h5", {
|
|
2679
2679
|
class: "toast-title modal-tips-title only-toast-msg",
|
|
2680
|
-
style:
|
|
2680
|
+
style: g.value,
|
|
2681
2681
|
innerHTML: o.value.message
|
|
2682
2682
|
}, null), R("div", {
|
|
2683
2683
|
class: "after-toast-title text-right ml-auto"
|
|
2684
2684
|
}, [f()])]) : R("h5", {
|
|
2685
2685
|
class: "toast-title modal-tips-title only-toast-msg",
|
|
2686
|
-
style:
|
|
2686
|
+
style: g.value,
|
|
2687
2687
|
innerHTML: o.value.message
|
|
2688
2688
|
}, null))])])]);
|
|
2689
2689
|
}
|
|
@@ -2699,38 +2699,38 @@ const Gn = {
|
|
|
2699
2699
|
right: 12,
|
|
2700
2700
|
top: 20,
|
|
2701
2701
|
bottom: 12
|
|
2702
|
-
}, u = W(), v = W(e.options), o = W(e.showCloseButton),
|
|
2702
|
+
}, u = W(), v = W(e.options), o = W(e.showCloseButton), c = $(() => e.position || "bottom-right"), s = $(() => e.timeout != null ? e.timeout : 3e3), p = $(() => {
|
|
2703
2703
|
const h = e.bottom ? e.bottom : l.bottom, k = e.top ? e.top : l.top, a = {
|
|
2704
2704
|
transition: "all 0.2s ease",
|
|
2705
|
-
left:
|
|
2706
|
-
right:
|
|
2707
|
-
top:
|
|
2708
|
-
bottom:
|
|
2705
|
+
left: c.value.indexOf("left") > -1 ? `${e.left ? e.left : l.left}px` : "",
|
|
2706
|
+
right: c.value.indexOf("right") > -1 ? `${e.right ? e.right : l.right}px` : "",
|
|
2707
|
+
top: c.value.indexOf("top") > -1 ? `${k}px` : "",
|
|
2708
|
+
bottom: c.value.indexOf("bottom") > -1 ? `${h}px` : ""
|
|
2709
2709
|
};
|
|
2710
|
-
return
|
|
2710
|
+
return c.value.indexOf("center") > -1 && (a.left = "50%", a.marginLeft = "calc(-24rem / 2)", c.value === "center-center" && (a.top = "50%", a.transform = "translate(-50%, -50%)")), a;
|
|
2711
2711
|
});
|
|
2712
|
-
function
|
|
2712
|
+
function d(h) {
|
|
2713
2713
|
t.emit("close");
|
|
2714
2714
|
}
|
|
2715
2715
|
s.value && setTimeout(() => {
|
|
2716
|
-
|
|
2716
|
+
d();
|
|
2717
2717
|
}, s.value), t.expose({
|
|
2718
|
-
closeToast:
|
|
2718
|
+
closeToast: d,
|
|
2719
2719
|
container: u,
|
|
2720
|
-
notifyPosition:
|
|
2720
|
+
notifyPosition: c
|
|
2721
2721
|
});
|
|
2722
|
-
function
|
|
2723
|
-
|
|
2722
|
+
function m(h, k) {
|
|
2723
|
+
d();
|
|
2724
2724
|
}
|
|
2725
2725
|
return () => R("div", {
|
|
2726
2726
|
class: r.value,
|
|
2727
|
-
style:
|
|
2727
|
+
style: p.value,
|
|
2728
2728
|
ref: u
|
|
2729
2729
|
}, [R(gt, {
|
|
2730
2730
|
options: v.value,
|
|
2731
2731
|
showCloseButton: o.value,
|
|
2732
2732
|
animate: e.animate,
|
|
2733
|
-
onClose: (h) =>
|
|
2733
|
+
onClose: (h) => m(h, v.value)
|
|
2734
2734
|
}, null)]);
|
|
2735
2735
|
}
|
|
2736
2736
|
});
|
|
@@ -2757,31 +2757,31 @@ class It {
|
|
|
2757
2757
|
v.style.display = "contents";
|
|
2758
2758
|
const o = Pt({
|
|
2759
2759
|
setup() {
|
|
2760
|
-
var
|
|
2761
|
-
const
|
|
2760
|
+
var p;
|
|
2761
|
+
const c = W();
|
|
2762
2762
|
function s() {
|
|
2763
|
-
|
|
2764
|
-
r.updateNotifyPositionForClose(u,
|
|
2763
|
+
c.value.container.style.transform = "scale(0)", setTimeout(() => {
|
|
2764
|
+
r.updateNotifyPositionForClose(u, c), o.unmount();
|
|
2765
2765
|
}, 220);
|
|
2766
2766
|
}
|
|
2767
2767
|
if (u.position.indexOf("top") > -1) {
|
|
2768
|
-
const
|
|
2769
|
-
if (
|
|
2770
|
-
const h =
|
|
2768
|
+
const d = r.getNotifyInstances(u.position), m = d[d.length - 1];
|
|
2769
|
+
if (m) {
|
|
2770
|
+
const h = m.value.container.getBoundingClientRect();
|
|
2771
2771
|
u.top = h.bottom;
|
|
2772
2772
|
}
|
|
2773
2773
|
}
|
|
2774
|
-
return u.safeHtml && ((
|
|
2774
|
+
return u.safeHtml && ((p = u.options) != null && p.message) && (u.options.message = r.escapeAllHtml(u.options.message)), Wt(() => {
|
|
2775
2775
|
document.body.removeChild(v);
|
|
2776
2776
|
}), At(() => {
|
|
2777
|
-
r.updateNotifyPositionForCreate(u,
|
|
2777
|
+
r.updateNotifyPositionForCreate(u, c);
|
|
2778
2778
|
}), () => R(Lt, {
|
|
2779
2779
|
mode: "out-in",
|
|
2780
2780
|
name: "fade",
|
|
2781
2781
|
appear: !0
|
|
2782
2782
|
}, {
|
|
2783
2783
|
default: () => [R(ut, Bt({
|
|
2784
|
-
ref:
|
|
2784
|
+
ref: c
|
|
2785
2785
|
}, u, {
|
|
2786
2786
|
onClose: s
|
|
2787
2787
|
}), null)]
|
|
@@ -2817,16 +2817,16 @@ class It {
|
|
|
2817
2817
|
return this.createNotifyInstance(t);
|
|
2818
2818
|
}
|
|
2819
2819
|
buildNotifyProps(t, r) {
|
|
2820
|
-
let l = "", u = "", v, o,
|
|
2821
|
-
typeof r == "string" ? l = r : r && (l = r.message || "", u = r.title || "", o = r.position || null,
|
|
2822
|
-
const
|
|
2820
|
+
let l = "", u = "", v, o, c;
|
|
2821
|
+
typeof r == "string" ? l = r : r && (l = r.message || "", u = r.title || "", o = r.position || null, c = r.showCloseButton != null ? r.showCloseButton : null, v = r.timeout != null ? r.timeout : null);
|
|
2822
|
+
const p = {
|
|
2823
2823
|
options: {
|
|
2824
2824
|
type: t,
|
|
2825
2825
|
message: l,
|
|
2826
2826
|
title: u
|
|
2827
2827
|
}
|
|
2828
2828
|
};
|
|
2829
|
-
return o != null && (
|
|
2829
|
+
return o != null && (p.position = o), c != null && (p.showCloseButton = c), v != null && (p.timeout = v), p;
|
|
2830
2830
|
}
|
|
2831
2831
|
info(t) {
|
|
2832
2832
|
const r = this.buildNotifyProps("info", t);
|
|
@@ -2860,11 +2860,11 @@ ut.install = (e) => {
|
|
|
2860
2860
|
e.provide(Kn, t), e.provide("FNotifyService", t);
|
|
2861
2861
|
};
|
|
2862
2862
|
function ro(e, t, r, l, u) {
|
|
2863
|
-
const { toNumber: v } = Nt(), o = /* @__PURE__ */ new Map(),
|
|
2863
|
+
const { toNumber: v } = Nt(), o = /* @__PURE__ */ new Map(), c = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(), p = /* @__PURE__ */ new Map(), d = /* @__PURE__ */ new Map(), m = W([]), h = W([]), k = $n(e, u), { generateGroupData: a, groupFields: g, shouldGroupingData: O } = k, C = W(e.data || []), _ = zn(e, C, l, u), {
|
|
2864
2864
|
collapseTo: f,
|
|
2865
|
-
expandTo:
|
|
2865
|
+
expandTo: y,
|
|
2866
2866
|
generateHierarchyData: S,
|
|
2867
|
-
hasRealChildren:
|
|
2867
|
+
hasRealChildren: b,
|
|
2868
2868
|
insertSibling: x,
|
|
2869
2869
|
insertChild: n,
|
|
2870
2870
|
insertChildren: i,
|
|
@@ -2893,7 +2893,7 @@ function ro(e, t, r, l, u) {
|
|
|
2893
2893
|
let ve = 0;
|
|
2894
2894
|
const Fe = [], We = [], $e = [];
|
|
2895
2895
|
for (; ve < se; ) {
|
|
2896
|
-
const De = A.slice(ve * ne, (ve + 1) * ne), we = a(
|
|
2896
|
+
const De = A.slice(ve * ne, (ve + 1) * ne), we = a(g.value, De, t);
|
|
2897
2897
|
We[ve] = we.filter((ke) => ke.__fv_data_grid_group_row__).length, Fe.push(...we), ve++;
|
|
2898
2898
|
}
|
|
2899
2899
|
return We.reduce((De, we, ke) => (De = De + we, $e.push(De), De), 0), {
|
|
@@ -2904,7 +2904,7 @@ function ro(e, t, r, l, u) {
|
|
|
2904
2904
|
}
|
|
2905
2905
|
function de() {
|
|
2906
2906
|
var we;
|
|
2907
|
-
J.value = C.value, q.value && (ee.value = J.value.length), O.value && !q.value && (J.value = a(
|
|
2907
|
+
J.value = C.value, q.value && (ee.value = J.value.length), O.value && !q.value && (J.value = a(g.value, C.value, t)), H = j.value.reduce((ke, Ne) => (ke.set(Ne, 0), ke), H);
|
|
2908
2908
|
const A = 0, ne = M(), se = (I.value - 1) * ne;
|
|
2909
2909
|
let Fe = se > J.value.length - 1 || Q.value ? A : se, We = Q.value ? J.value.length : Math.min(Fe + ne, J.value.length);
|
|
2910
2910
|
if (O.value && q.value) {
|
|
@@ -2958,22 +2958,22 @@ function ro(e, t, r, l, u) {
|
|
|
2958
2958
|
}), ce.value;
|
|
2959
2959
|
}
|
|
2960
2960
|
function Ae(A) {
|
|
2961
|
-
return
|
|
2961
|
+
return d.clear(), h.value = A, h.value.reduce((ne, se) => (ne.set(se.field, se), ne), d), ge([], h.value);
|
|
2962
2962
|
}
|
|
2963
2963
|
function P(A, ne) {
|
|
2964
|
-
return
|
|
2964
|
+
return d.set(A, ne), h.value = Array.from(d.values()), ge([], h.value);
|
|
2965
2965
|
}
|
|
2966
2966
|
function re(A) {
|
|
2967
|
-
return
|
|
2967
|
+
return d.delete(A), h.value = Array.from(d.values()), ge([], h.value);
|
|
2968
2968
|
}
|
|
2969
2969
|
function oe(A, ne) {
|
|
2970
|
-
return
|
|
2970
|
+
return c.set(A, ne), m.value = Array.from(c.values()), ge([], Array.from(d.values()));
|
|
2971
2971
|
}
|
|
2972
2972
|
function ye(A) {
|
|
2973
|
-
return
|
|
2973
|
+
return c.delete(A), m.value = Array.from(c.values()), ge([], Array.from(d.values()), !0);
|
|
2974
2974
|
}
|
|
2975
2975
|
function V() {
|
|
2976
|
-
return
|
|
2976
|
+
return c.clear(), m.value = [], ge([], Array.from(d.values()), !0);
|
|
2977
2977
|
}
|
|
2978
2978
|
function te(A, ne, se) {
|
|
2979
2979
|
const ve = `group_of_${A}_${ne}`;
|
|
@@ -2985,38 +2985,38 @@ function ro(e, t, r, l, u) {
|
|
|
2985
2985
|
fieldType: "string",
|
|
2986
2986
|
filterValue: ne,
|
|
2987
2987
|
filter: Fe
|
|
2988
|
-
}), ge(Array.from(s.values()), Array.from(
|
|
2988
|
+
}), ge(Array.from(s.values()), Array.from(d.values()));
|
|
2989
2989
|
}
|
|
2990
2990
|
function _e(A) {
|
|
2991
2991
|
f(ce.value, A);
|
|
2992
2992
|
}
|
|
2993
2993
|
function Se(A) {
|
|
2994
|
-
|
|
2994
|
+
y(ce.value, A);
|
|
2995
2995
|
}
|
|
2996
2996
|
function pe(A, ne, se) {
|
|
2997
2997
|
const ve = `group_of_${A}_${ne}`;
|
|
2998
|
-
return o.set(ve, !1), s.delete(`collapse_${A}_${ne}`), ge(Array.from(s.values()), Array.from(
|
|
2998
|
+
return o.set(ve, !1), s.delete(`collapse_${A}_${ne}`), ge(Array.from(s.values()), Array.from(d.values()), !0);
|
|
2999
2999
|
}
|
|
3000
3000
|
function Ue(A) {
|
|
3001
3001
|
const ne = A.raw[U.value], se = (ve) => !ve.__fv_parents__.has(ne);
|
|
3002
|
-
|
|
3002
|
+
p.set(`fold_${ne}`, {
|
|
3003
3003
|
field: "id",
|
|
3004
3004
|
fieldName: "id",
|
|
3005
3005
|
fieldType: "string",
|
|
3006
3006
|
filterValue: String(ne),
|
|
3007
3007
|
filter: se
|
|
3008
|
-
}), ge(Array.from(
|
|
3008
|
+
}), ge(Array.from(p.values()), Array.from(d.values())), S(ce.value);
|
|
3009
3009
|
}
|
|
3010
3010
|
function Le(A) {
|
|
3011
3011
|
const ne = A[U.value];
|
|
3012
|
-
|
|
3012
|
+
p.delete(`fold_${ne}`);
|
|
3013
3013
|
}
|
|
3014
3014
|
function Ze(A) {
|
|
3015
|
-
Le(A.raw), ge(Array.from(
|
|
3015
|
+
Le(A.raw), ge(Array.from(p.values()), Array.from(d.values()), !0), S(ce.value);
|
|
3016
3016
|
}
|
|
3017
3017
|
function Ve() {
|
|
3018
3018
|
const A = de();
|
|
3019
|
-
ce.value = A, e.hierarchy && (ge(Array.from(
|
|
3019
|
+
ce.value = A, e.hierarchy && (ge(Array.from(p.values()), Array.from(d.values())), S(ce.value));
|
|
3020
3020
|
}
|
|
3021
3021
|
function ie(A) {
|
|
3022
3022
|
const se = e.hierarchy && F(A) ? B(A) : A;
|
|
@@ -3066,7 +3066,7 @@ function ro(e, t, r, l, u) {
|
|
|
3066
3066
|
}
|
|
3067
3067
|
function be() {
|
|
3068
3068
|
const A = s.size > 0 ? Array.from(s.values()) : [];
|
|
3069
|
-
return ge(A, Array.from(
|
|
3069
|
+
return ge(A, Array.from(d.values()));
|
|
3070
3070
|
}
|
|
3071
3071
|
function Me(A) {
|
|
3072
3072
|
X.value.size = A;
|
|
@@ -3127,11 +3127,11 @@ function ro(e, t, r, l, u) {
|
|
|
3127
3127
|
editDataItem: Ye,
|
|
3128
3128
|
expand: pe,
|
|
3129
3129
|
expandTo: Se,
|
|
3130
|
-
filters:
|
|
3130
|
+
filters: m,
|
|
3131
3131
|
fold: Ue,
|
|
3132
3132
|
getRange: Ce,
|
|
3133
3133
|
getSelectionItems: at,
|
|
3134
|
-
hasRealChildren:
|
|
3134
|
+
hasRealChildren: b,
|
|
3135
3135
|
insertNewChildDataItem: Ke,
|
|
3136
3136
|
insertNewChildDataItems: Qe,
|
|
3137
3137
|
insertNewDataItem: He,
|
|
@@ -3295,8 +3295,8 @@ const Yn = [
|
|
|
3295
3295
|
]);
|
|
3296
3296
|
function oo(e, t) {
|
|
3297
3297
|
const r = W([]), l = /* @__PURE__ */ new Map(), { loadConditionGroup: u } = on();
|
|
3298
|
-
function v(
|
|
3299
|
-
switch (
|
|
3298
|
+
function v(y, S) {
|
|
3299
|
+
switch (y) {
|
|
3300
3300
|
case "check-box":
|
|
3301
3301
|
return new mn({ value: S });
|
|
3302
3302
|
case "combo-list":
|
|
@@ -3338,7 +3338,7 @@ function oo(e, t) {
|
|
|
3338
3338
|
["text", "text"],
|
|
3339
3339
|
["enum", "combo-list"],
|
|
3340
3340
|
["reference", "lookup"]
|
|
3341
|
-
]),
|
|
3341
|
+
]), c = /* @__PURE__ */ new Map([
|
|
3342
3342
|
// ['boolean', CompareType.In],
|
|
3343
3343
|
["boolean", Pe.Equal],
|
|
3344
3344
|
["date", Pe.Equal],
|
|
@@ -3350,8 +3350,8 @@ function oo(e, t) {
|
|
|
3350
3350
|
["reference", Pe.Equal]
|
|
3351
3351
|
]);
|
|
3352
3352
|
function s() {
|
|
3353
|
-
const
|
|
3354
|
-
|
|
3353
|
+
const y = r.value.filter((n) => n.value.valueType === "boolean"), S = [];
|
|
3354
|
+
y.forEach((n) => {
|
|
3355
3355
|
const i = n.value.value;
|
|
3356
3356
|
i.length === 1 && S.push({
|
|
3357
3357
|
filterField: n.fieldCode,
|
|
@@ -3390,59 +3390,59 @@ function oo(e, t) {
|
|
|
3390
3390
|
}));
|
|
3391
3391
|
return [...S, ...x];
|
|
3392
3392
|
}
|
|
3393
|
-
function
|
|
3394
|
-
var
|
|
3395
|
-
const S =
|
|
3396
|
-
return ((
|
|
3393
|
+
function p(y) {
|
|
3394
|
+
var b;
|
|
3395
|
+
const S = y.dataType || "string";
|
|
3396
|
+
return ((b = y.editor) == null ? void 0 : b.type) || o.get(S) || "text";
|
|
3397
3397
|
}
|
|
3398
|
-
function
|
|
3398
|
+
function d(y) {
|
|
3399
3399
|
var K, U, E, z, J;
|
|
3400
|
-
const S = `field_filter_${
|
|
3401
|
-
l.set(S, { id: S, fieldCode: x, fieldName: n, compareType: T, valueType: L, value: Y, conditionId:
|
|
3400
|
+
const S = `field_filter_${y.field}`, b = Date.now(), x = y.field, n = ((K = y.column) == null ? void 0 : K.title) || "", i = ((U = y.column) == null ? void 0 : U.dataType) || "string", T = c.get(i) || Pe.Equal, G = ((z = (E = y.column) == null ? void 0 : E.editor) == null ? void 0 : z.type) || o.get(i) || "text", Y = v(G, (J = y.column) == null ? void 0 : J.filter), L = G === "lookup" || G === "combo-lookup" ? tt.SmartHelp : G === "combo-list" ? tt.Enum : tt.Value;
|
|
3401
|
+
l.set(S, { id: S, fieldCode: x, fieldName: n, compareType: T, valueType: L, value: Y, conditionId: b }), r.value = Array.from(l.values());
|
|
3402
3402
|
}
|
|
3403
|
-
function
|
|
3404
|
-
const S = `field_filter_${
|
|
3403
|
+
function m(y) {
|
|
3404
|
+
const S = `field_filter_${y.field}`;
|
|
3405
3405
|
l.delete(S), r.value = Array.from(l.values());
|
|
3406
3406
|
}
|
|
3407
|
-
function h(
|
|
3408
|
-
l.delete(
|
|
3407
|
+
function h(y) {
|
|
3408
|
+
l.delete(y), r.value = Array.from(l.values());
|
|
3409
3409
|
}
|
|
3410
3410
|
function k() {
|
|
3411
3411
|
l.clear(), r.value = [];
|
|
3412
3412
|
}
|
|
3413
|
-
function a(
|
|
3414
|
-
const { valueType: S } =
|
|
3413
|
+
function a(y) {
|
|
3414
|
+
const { valueType: S } = y.value, b = y.compareType || "0", x = Yn[Number(b)];
|
|
3415
3415
|
return er.get(S)[x];
|
|
3416
3416
|
}
|
|
3417
|
-
function
|
|
3418
|
-
const S =
|
|
3417
|
+
function g(y) {
|
|
3418
|
+
const S = y.relation === 2 ? 0 : 1, b = y.items.map((n) => {
|
|
3419
3419
|
const i = a(n);
|
|
3420
3420
|
return (G) => i(G, n.fieldCode, n.value.getValue());
|
|
3421
|
-
}), x =
|
|
3422
|
-
return { relation: S, filterFunctions:
|
|
3421
|
+
}), x = y.children && y.children.length ? y.children.map((n) => g(n)) : [];
|
|
3422
|
+
return { relation: S, filterFunctions: b, children: x };
|
|
3423
3423
|
}
|
|
3424
3424
|
function O() {
|
|
3425
|
-
const
|
|
3426
|
-
return
|
|
3425
|
+
const y = u(r.value);
|
|
3426
|
+
return g(y);
|
|
3427
3427
|
}
|
|
3428
|
-
function C(
|
|
3429
|
-
const
|
|
3430
|
-
return S.relation === 1 ?
|
|
3428
|
+
function C(y, S) {
|
|
3429
|
+
const b = S.filterFunctions.map((n) => n(y)), x = S.children.map((n) => C(y, n));
|
|
3430
|
+
return S.relation === 1 ? b.every((n) => n) && x.every((n) => n) : b.includes(!0) || x.includes(!0);
|
|
3431
3431
|
}
|
|
3432
|
-
function _(
|
|
3432
|
+
function _(y) {
|
|
3433
3433
|
const S = O();
|
|
3434
|
-
return C(
|
|
3434
|
+
return C(y, S);
|
|
3435
3435
|
}
|
|
3436
|
-
function f(
|
|
3437
|
-
t.emit("filterChanged",
|
|
3436
|
+
function f(y) {
|
|
3437
|
+
t.emit("filterChanged", y);
|
|
3438
3438
|
}
|
|
3439
3439
|
return {
|
|
3440
|
-
addColumnFilter:
|
|
3440
|
+
addColumnFilter: d,
|
|
3441
3441
|
apply: _,
|
|
3442
3442
|
clearCondition: k,
|
|
3443
3443
|
conditions: r,
|
|
3444
|
-
getFilterEditorType:
|
|
3445
|
-
removeColumnFilter:
|
|
3444
|
+
getFilterEditorType: p,
|
|
3445
|
+
removeColumnFilter: m,
|
|
3446
3446
|
removeCondition: h,
|
|
3447
3447
|
filterFromServer: f,
|
|
3448
3448
|
createFilterConditions: s
|
|
@@ -3453,22 +3453,22 @@ function lo() {
|
|
|
3453
3453
|
return o.field;
|
|
3454
3454
|
}
|
|
3455
3455
|
function r(o) {
|
|
3456
|
-
const
|
|
3456
|
+
const c = t(o), s = localStorage.getItem(c);
|
|
3457
3457
|
return s ? JSON.parse(s) : [];
|
|
3458
3458
|
}
|
|
3459
|
-
function l(o,
|
|
3459
|
+
function l(o, c) {
|
|
3460
3460
|
const s = t(o);
|
|
3461
|
-
localStorage.setItem(s, JSON.stringify(
|
|
3461
|
+
localStorage.setItem(s, JSON.stringify(c));
|
|
3462
3462
|
}
|
|
3463
|
-
function u(o,
|
|
3464
|
-
if (!
|
|
3463
|
+
function u(o, c) {
|
|
3464
|
+
if (!c)
|
|
3465
3465
|
return;
|
|
3466
|
-
const s = r(o),
|
|
3467
|
-
|
|
3466
|
+
const s = r(o), d = [s.find((m) => m.name === c) || { id: Date.now(), name: c, selectable: !0 }, ...s.filter((m) => m.name !== c)];
|
|
3467
|
+
d.length > 5 && (d.length = 5), l(o, d);
|
|
3468
3468
|
}
|
|
3469
|
-
function v(o,
|
|
3470
|
-
const
|
|
3471
|
-
localStorage.setItem(
|
|
3469
|
+
function v(o, c) {
|
|
3470
|
+
const p = [...r(o).filter((m) => m.name !== c)], d = t(o);
|
|
3471
|
+
localStorage.setItem(d, JSON.stringify(p));
|
|
3472
3472
|
}
|
|
3473
3473
|
return { getFilterHistory: r, removeFilterHistory: v, setFilterHistory: l, updateFilterHistory: u };
|
|
3474
3474
|
}
|
|
@@ -3487,18 +3487,18 @@ function io(e) {
|
|
|
3487
3487
|
return { collapseField: t, hasChildrenField: r, parentIdField: l, shouldShowCheckBox: u, shouldShowIcon: v };
|
|
3488
3488
|
}
|
|
3489
3489
|
function tr(e, t, r, l, u) {
|
|
3490
|
-
var _, f,
|
|
3491
|
-
const { getDifference: v, isBInA: o } = pt(), { dataView:
|
|
3490
|
+
var _, f, y, S, b, x;
|
|
3491
|
+
const { getDifference: v, isBInA: o } = pt(), { dataView: c, visibleDataItems: s } = r, { idField: p } = l, d = W(((f = (_ = e.hierarchy) == null ? void 0 : _.cascadeOption) == null ? void 0 : f.autoCheckChildren) || !1), m = W(((S = (y = e.hierarchy) == null ? void 0 : y.cascadeOption) == null ? void 0 : S.autoCheckParent) || !1), h = W(((x = (b = e.hierarchy) == null ? void 0 : b.cascadeOption) == null ? void 0 : x.selectionRange) || "All");
|
|
3492
3492
|
me(() => {
|
|
3493
3493
|
var n;
|
|
3494
3494
|
return (n = e.hierarchy) == null ? void 0 : n.cascadeOption;
|
|
3495
3495
|
}, (n) => {
|
|
3496
|
-
|
|
3496
|
+
d.value = n ? !!n.autoCheckChildren : !1, m.value = n ? !!n.autoCheckParent : !1, h.value = n ? n.selectionRange : "All";
|
|
3497
3497
|
});
|
|
3498
3498
|
const k = $(() => h.value === "OnlyParent"), a = $(() => h.value === "OnlyChildren");
|
|
3499
|
-
function
|
|
3499
|
+
function g(n, i) {
|
|
3500
3500
|
let T = n;
|
|
3501
|
-
const G =
|
|
3501
|
+
const G = c.value[i], Y = G[p.value], K = Array.from(G.__fv_descendant_index__).map((F) => c.value[F]), U = K.filter((F) => F.__fv_visible__ !== !1).map((F) => F.__fv_visible_index__).filter((F) => t.value[F]).map((F) => t.value[F]), E = U.map((F) => F.raw[p.value]), z = o(n, E), J = o(n, [Y]);
|
|
3502
3502
|
return J && z && k.value && (T = v(n, E), U.forEach((F) => {
|
|
3503
3503
|
F.disabled = !0;
|
|
3504
3504
|
}), K.forEach((F) => {
|
|
@@ -3511,7 +3511,7 @@ function tr(e, t, r, l, u) {
|
|
|
3511
3511
|
}
|
|
3512
3512
|
function O(n, i) {
|
|
3513
3513
|
let T = n;
|
|
3514
|
-
const G = i[
|
|
3514
|
+
const G = i[p.value], L = Array.from(i.__fv_children_index__).map((B) => c.value[B]), K = L.filter((B) => B.__fv_visible__ !== !1).map((B) => B.__fv_visible_index__).filter((B) => t.value[B]).map((B) => t.value[B]), U = K.map((B) => B.raw[p.value]), E = o(n, U), z = o(n, [i[p.value]]);
|
|
3515
3515
|
return z && E && k.value && (T = v(n, U), K.forEach((B) => {
|
|
3516
3516
|
B.disabled = !0;
|
|
3517
3517
|
}), L.forEach((B) => {
|
|
@@ -3523,15 +3523,15 @@ function tr(e, t, r, l, u) {
|
|
|
3523
3523
|
})), T;
|
|
3524
3524
|
}
|
|
3525
3525
|
function C(n, i) {
|
|
3526
|
-
let T = n.map((K) => K[
|
|
3527
|
-
return i.__fv_parent_index__ > 0 && (T =
|
|
3526
|
+
let T = n.map((K) => K[p.value]);
|
|
3527
|
+
return i.__fv_parent_index__ > 0 && (T = g(T, i.__fv_parent_index__)), i.__fv_children_index__.length > 0 && (T = O(T, i)), n.filter((K) => T.includes(K[p.value]));
|
|
3528
3528
|
}
|
|
3529
|
-
return { autoCheckChildren:
|
|
3529
|
+
return { autoCheckChildren: d, autoCheckParent: m, interactAfterCheckHierarchyItem: C };
|
|
3530
3530
|
}
|
|
3531
3531
|
function ao(e, t, r, l, u, v) {
|
|
3532
|
-
const { getDifference: o, isBInA:
|
|
3532
|
+
const { getDifference: o, isBInA: c } = pt();
|
|
3533
3533
|
it();
|
|
3534
|
-
const { dataView: s, fold:
|
|
3534
|
+
const { dataView: s, fold: p, hasRealChildren: d, unFold: m, reOrderVisibleIndex: h } = r, { select: k, selectDataItem: a, unSelect: g, unSelectDataItem: O, indeterminate: C, indeterminateDataItem: _, getSelectedItems: f, selectedValues: y, currentSelectedDataId: S } = u, { autoCheckChildren: b, autoCheckParent: x, interactAfterCheckHierarchyItem: n } = tr(e, t, r, l), { idField: i } = l;
|
|
3535
3535
|
function T() {
|
|
3536
3536
|
return s.value.filter((N) => !!N.__fv_checked__).map((N) => N.__fv_index__);
|
|
3537
3537
|
}
|
|
@@ -3552,7 +3552,7 @@ function ao(e, t, r, l, u, v) {
|
|
|
3552
3552
|
for (; B !== void 0; ) {
|
|
3553
3553
|
const F = T(), w = s.value[B], j = o(w.__fv_children_index__, F), H = t.value.find((M) => M.raw[i.value] === w[i.value]), ee = w.__fv_visible__ !== !1 && H ? H : w, X = w.__fv_visible__ !== !1 && H ? {
|
|
3554
3554
|
check: k,
|
|
3555
|
-
uncheck:
|
|
3555
|
+
uncheck: g,
|
|
3556
3556
|
uncertain: C
|
|
3557
3557
|
} : {
|
|
3558
3558
|
check: a,
|
|
@@ -3564,7 +3564,7 @@ function ao(e, t, r, l, u, v) {
|
|
|
3564
3564
|
}
|
|
3565
3565
|
function K(N) {
|
|
3566
3566
|
const B = !!N.checked;
|
|
3567
|
-
if (
|
|
3567
|
+
if (b.value) {
|
|
3568
3568
|
const w = N.raw.__fv_children_index__.map((I) => s.value[I]).filter((I) => !!I.__fv_checked__ !== B), j = w.filter((I) => I.__fv_visible__ === !1), H = w.filter((I) => I.__fv_visible__ !== !1), ee = [], X = /* @__PURE__ */ new Map();
|
|
3569
3569
|
t.value.forEach((I) => {
|
|
3570
3570
|
X.set(I.raw[i.value], I);
|
|
@@ -3573,7 +3573,7 @@ function ao(e, t, r, l, u, v) {
|
|
|
3573
3573
|
H.forEach((I) => {
|
|
3574
3574
|
X.has(I[i.value]) ? ee.push(X.get(I[i.value])) : M.push(I);
|
|
3575
3575
|
}), ee.forEach((I) => {
|
|
3576
|
-
B ? k(I) :
|
|
3576
|
+
B ? k(I) : g(I);
|
|
3577
3577
|
}), [...j, ...M].forEach((I) => {
|
|
3578
3578
|
B ? a(I) : O(I);
|
|
3579
3579
|
});
|
|
@@ -3605,14 +3605,14 @@ function ao(e, t, r, l, u, v) {
|
|
|
3605
3605
|
}
|
|
3606
3606
|
return { getNextSelectableHierarchyItemId: J, toggleSelectHierarchyItem: U };
|
|
3607
3607
|
}
|
|
3608
|
-
function so(e, t, r, l, u, v, o,
|
|
3608
|
+
function so(e, t, r, l, u, v, o, c, s) {
|
|
3609
3609
|
var Qe;
|
|
3610
|
-
const { dataView:
|
|
3611
|
-
let
|
|
3612
|
-
const
|
|
3610
|
+
const { dataView: p, visibleDataItems: d } = t, { getVisualData: m, maxVisibleRowIndex: h, minVisibleRowIndex: k } = u, a = $(() => l.value.primaryColumnsWidth), g = $(() => l.value.leftColumnsWidth), O = $(() => l.value.rightColumnsWidth), C = ((Qe = e.rowOption) == null ? void 0 : Qe.height) || 28, _ = W(0), f = W(0);
|
|
3611
|
+
let y = 0, S = v.value - 1;
|
|
3612
|
+
const b = W(0), x = W(0), n = W(0), i = W(e.virtualized), T = 24, G = 1.5;
|
|
3613
3613
|
let Y = null;
|
|
3614
3614
|
function L() {
|
|
3615
|
-
const Z =
|
|
3615
|
+
const Z = d.value;
|
|
3616
3616
|
if (Z.length <= 0)
|
|
3617
3617
|
return 0;
|
|
3618
3618
|
const le = h.value < Z.length ? Z[h.value] : Z[Z.length - 1];
|
|
@@ -3620,14 +3620,14 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3620
3620
|
}
|
|
3621
3621
|
const K = $(() => {
|
|
3622
3622
|
const Z = L();
|
|
3623
|
-
|
|
3623
|
+
d.value;
|
|
3624
3624
|
let le = x.value / Math.max(Z, x.value), ue = Math.floor(le * x.value);
|
|
3625
3625
|
for (; x.value > 0 && ue < T; )
|
|
3626
3626
|
le *= G, ue = Math.floor(le * x.value);
|
|
3627
3627
|
return ue;
|
|
3628
|
-
}), U = $(() => Math.floor(n.value / Math.max(a.value, n.value) *
|
|
3628
|
+
}), U = $(() => Math.floor(n.value / Math.max(a.value, n.value) * b.value)), E = 0, z = 0, J = $(() => b.value - (g.value + a.value + O.value + c.value));
|
|
3629
3629
|
function N(Z) {
|
|
3630
|
-
const ue = Math.floor(Z / C) + 1, be =
|
|
3630
|
+
const ue = Math.floor(Z / C) + 1, be = d.value;
|
|
3631
3631
|
return be.length > ue ? be[ue].__fv_visible_index__ - 1 : 0;
|
|
3632
3632
|
}
|
|
3633
3633
|
function B(Z, le, ue) {
|
|
@@ -3638,7 +3638,7 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3638
3638
|
if (at)
|
|
3639
3639
|
Me += Ye, S = Me;
|
|
3640
3640
|
else if (ot)
|
|
3641
|
-
be -= Ye,
|
|
3641
|
+
be -= Ye, y = be;
|
|
3642
3642
|
else {
|
|
3643
3643
|
const et = ue - le, A = Ye - et;
|
|
3644
3644
|
Me = Math.min(le + et, ue), be = Math.max(Z - A, 0);
|
|
@@ -3648,12 +3648,12 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3648
3648
|
}
|
|
3649
3649
|
function F(Z) {
|
|
3650
3650
|
var et, A;
|
|
3651
|
-
const le =
|
|
3651
|
+
const le = d.value;
|
|
3652
3652
|
if (!le.length) {
|
|
3653
3653
|
r.value = [];
|
|
3654
3654
|
return;
|
|
3655
3655
|
}
|
|
3656
|
-
const ue = (et = e.pagination) != null && et.enable ? 0 : Math.max(
|
|
3656
|
+
const ue = (et = e.pagination) != null && et.enable ? 0 : Math.max(y - o, 0), be = le[le.length - 1].__fv_visible_index__, Me = (A = e.pagination) != null && A.enable ? le.length - 1 : Math.min(S + o, be), { actualStart: je, actualEnd: Ye } = B(ue, Me, be), at = le[je - 1], ot = m(je, Ye, at, Z);
|
|
3657
3657
|
ot.length && (r.value = [...ot]);
|
|
3658
3658
|
}
|
|
3659
3659
|
const w = $(() => L() > x.value), j = $(() => Math.floor(a.value) > n.value);
|
|
@@ -3663,7 +3663,7 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3663
3663
|
Me && ue < x.value - le && (ue = x.value - le), (!Me || be) && (ue = E), _.value !== ue && (_.value = ue);
|
|
3664
3664
|
}
|
|
3665
3665
|
function ee() {
|
|
3666
|
-
i.value && (
|
|
3666
|
+
i.value && (y = N(Math.abs(_.value)), S = y + v.value - 1, (y < k.value || S > h.value - o / 2) && F());
|
|
3667
3667
|
}
|
|
3668
3668
|
function X(Z) {
|
|
3669
3669
|
let le = _.value + Z;
|
|
@@ -3683,7 +3683,7 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3683
3683
|
Math.abs(f.value) + n.value > a.value && (f.value = Math.min(n.value - a.value, 0));
|
|
3684
3684
|
}
|
|
3685
3685
|
function q() {
|
|
3686
|
-
_.value = 0,
|
|
3686
|
+
_.value = 0, y = 0, S = v.value - 1, F();
|
|
3687
3687
|
}
|
|
3688
3688
|
function Q() {
|
|
3689
3689
|
const Z = L();
|
|
@@ -3692,7 +3692,7 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3692
3692
|
me([n, a], () => {
|
|
3693
3693
|
M(0);
|
|
3694
3694
|
}), me(x, (Z, le) => {
|
|
3695
|
-
Z !== le && Z >=
|
|
3695
|
+
Z !== le && Z >= p.value.length * C && X(0);
|
|
3696
3696
|
});
|
|
3697
3697
|
function ae(Z) {
|
|
3698
3698
|
let { deltaX: le } = Z, ue = -1 * Z.deltaY;
|
|
@@ -3706,29 +3706,29 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3706
3706
|
X(ue), M(le);
|
|
3707
3707
|
}
|
|
3708
3708
|
const de = $(() => ({
|
|
3709
|
-
height: `${
|
|
3710
|
-
width: `${
|
|
3709
|
+
height: `${p.value.length * C}px`,
|
|
3710
|
+
width: `${g.value}px`,
|
|
3711
3711
|
transform: `translateY(${_.value}px)`
|
|
3712
3712
|
})), ce = $(() => ({
|
|
3713
3713
|
transform: `translateY(${_.value}px)`
|
|
3714
3714
|
})), he = $(() => ({
|
|
3715
|
-
height: `${(e.autoHeight ?
|
|
3715
|
+
height: `${(e.autoHeight ? d.value : p.value).length * C}px`,
|
|
3716
3716
|
width: `${a.value}px`,
|
|
3717
3717
|
transform: `translate(${f.value}px, ${_.value}px)`
|
|
3718
3718
|
})), Oe = $(() => ({
|
|
3719
3719
|
transform: `translate(${f.value}px, ${_.value}px)`
|
|
3720
3720
|
})), ge = $(() => ({
|
|
3721
|
-
height: `${
|
|
3721
|
+
height: `${p.value.length * C}px`,
|
|
3722
3722
|
width: `${O.value}px`,
|
|
3723
3723
|
transform: `translateY(${_.value}px)`
|
|
3724
3724
|
})), Ae = $(() => ({
|
|
3725
3725
|
transform: `translateY(${_.value}px)`
|
|
3726
3726
|
})), P = $(() => ({
|
|
3727
|
-
height: `${
|
|
3728
|
-
width: `${
|
|
3727
|
+
height: `${p.value.length * C}px`,
|
|
3728
|
+
width: `${c.value}px`,
|
|
3729
3729
|
transform: `translateY(${_.value}px)`
|
|
3730
3730
|
})), re = $(() => ({
|
|
3731
|
-
width: `${
|
|
3731
|
+
width: `${g.value}px`
|
|
3732
3732
|
})), oe = $(() => ({
|
|
3733
3733
|
transform: `translateX(${f.value}px)`
|
|
3734
3734
|
})), ye = $(() => ({
|
|
@@ -3741,7 +3741,7 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3741
3741
|
height: `${K.value}px`,
|
|
3742
3742
|
top: `${V.value}px`,
|
|
3743
3743
|
backgroundColor: "#cccccc !important"
|
|
3744
|
-
})), _e = $(() => f.value / J.value * (
|
|
3744
|
+
})), _e = $(() => f.value / J.value * (b.value - U.value)), Se = $(() => ({
|
|
3745
3745
|
height: "8px",
|
|
3746
3746
|
width: `${U.value}px`,
|
|
3747
3747
|
left: `${_e.value}px`,
|
|
@@ -3749,7 +3749,7 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3749
3749
|
})), pe = W(!1), Ue = W(-1), Le = W(-1), Ze = W();
|
|
3750
3750
|
function Ve(Z) {
|
|
3751
3751
|
if (pe.value && Le.value !== -1) {
|
|
3752
|
-
const le = Le.value - Z.pageX, ue =
|
|
3752
|
+
const le = Le.value - Z.pageX, ue = b.value - U.value;
|
|
3753
3753
|
if (Math.abs(le) <= ue) {
|
|
3754
3754
|
const be = le / (n.value - U.value) * (a.value - n.value);
|
|
3755
3755
|
M(be), Le.value = Z.pageX;
|
|
@@ -3777,18 +3777,18 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3777
3777
|
Y || (Y = Me), ue === "vertical" && (Ue.value = Z.pageY), ue === "horizontal" && (Le.value = Z.pageX), le.value && (le.value, document.addEventListener("mousemove", Y), document.addEventListener("mouseup", Ce), document.body.style.userSelect = "none");
|
|
3778
3778
|
}
|
|
3779
3779
|
function Te(Z) {
|
|
3780
|
-
const le =
|
|
3780
|
+
const le = p.value.length * C - x.value;
|
|
3781
3781
|
let ue = Z * C;
|
|
3782
3782
|
ue >= le && (ue = le), X(-ue - _.value);
|
|
3783
3783
|
}
|
|
3784
3784
|
function He() {
|
|
3785
|
-
Te(
|
|
3785
|
+
Te(p.value.length);
|
|
3786
3786
|
}
|
|
3787
3787
|
function Ke(Z) {
|
|
3788
3788
|
X(Z - _.value);
|
|
3789
3789
|
}
|
|
3790
3790
|
return {
|
|
3791
|
-
dataGridWidth:
|
|
3791
|
+
dataGridWidth: b,
|
|
3792
3792
|
fitHorizontalScroll: I,
|
|
3793
3793
|
gridDataStyle: he,
|
|
3794
3794
|
gridHeaderColumnsStyle: oe,
|
|
@@ -3819,60 +3819,60 @@ function so(e, t, r, l, u, v, o, d, s) {
|
|
|
3819
3819
|
scrollTo: Ke
|
|
3820
3820
|
};
|
|
3821
3821
|
}
|
|
3822
|
-
function uo(e, t, r, l, u, v, o,
|
|
3823
|
-
const s = W(l.value - 1 + u),
|
|
3822
|
+
function uo(e, t, r, l, u, v, o, c) {
|
|
3823
|
+
const s = W(l.value - 1 + u), p = W(0), { renderDataRow: d } = v, m = o ? o.renderGroupRow : d, h = c ? c.renderSummaryRow : d;
|
|
3824
3824
|
function k(O) {
|
|
3825
|
-
let C =
|
|
3826
|
-
return O.__fv_data_grid_group_row__ && (C =
|
|
3825
|
+
let C = d;
|
|
3826
|
+
return O.__fv_data_grid_group_row__ && (C = m), O.__fv_data_grid_group_summary__ && (C = h), C;
|
|
3827
3827
|
}
|
|
3828
3828
|
function a(O, C, _, f) {
|
|
3829
|
-
const { dataView:
|
|
3829
|
+
const { dataView: y, visibleDataItems: S } = r, b = [], x = e.virtualized ? S.value : y.value;
|
|
3830
3830
|
if (x.length > 0) {
|
|
3831
3831
|
const n = f ? Date.now().toString() : "";
|
|
3832
3832
|
let i = O, T = 0;
|
|
3833
3833
|
const G = C - O + 1;
|
|
3834
|
-
for (;
|
|
3835
|
-
const Y = x[i], L = x[i - 1] || _, K =
|
|
3836
|
-
z.refreshKey = n, z.visible && (
|
|
3834
|
+
for (; b.length < G && i < x.length; ) {
|
|
3835
|
+
const Y = x[i], L = x[i - 1] || _, K = b[T - 1], U = L ? (L.__fv_data_position__ || 0) + (L.__fv_data_height__ || 0) : 0, z = k(Y)(Y, L, K, i, U, t.value);
|
|
3836
|
+
z.refreshKey = n, z.visible && (b.push(z), T++), i++;
|
|
3837
3837
|
}
|
|
3838
3838
|
}
|
|
3839
|
-
return
|
|
3839
|
+
return p.value = b.length > 0 ? b[0].raw.__fv_visible_index__ : 0, s.value = b.length > 0 ? b[b.length - 1].raw.__fv_visible_index__ : 0, b;
|
|
3840
3840
|
}
|
|
3841
|
-
function
|
|
3842
|
-
const f = C.groupField || "", { groupValue:
|
|
3843
|
-
r[O](f,
|
|
3844
|
-
const { dataView:
|
|
3841
|
+
function g(O, C, _) {
|
|
3842
|
+
const f = C.groupField || "", { groupValue: y, raw: S } = C;
|
|
3843
|
+
r[O](f, y, S.groupParents || []);
|
|
3844
|
+
const { dataView: b } = r, x = _[0].index, n = Math.min(x + l.value + u + 1, b.value.length - 1);
|
|
3845
3845
|
return a(x, n);
|
|
3846
3846
|
}
|
|
3847
|
-
return { getVisualData: a, maxVisibleRowIndex: s, minVisibleRowIndex:
|
|
3847
|
+
return { getVisualData: a, maxVisibleRowIndex: s, minVisibleRowIndex: p, toggleGroupRow: g };
|
|
3848
3848
|
}
|
|
3849
3849
|
function co(e) {
|
|
3850
3850
|
var v;
|
|
3851
3851
|
const { isUndefined: t } = it(), r = ((v = e.rowOption) == null ? void 0 : v.height) || 28;
|
|
3852
|
-
function l(o,
|
|
3852
|
+
function l(o, c) {
|
|
3853
3853
|
const s = o.pre;
|
|
3854
3854
|
if (s) {
|
|
3855
|
-
let
|
|
3856
|
-
(t(
|
|
3857
|
-
e.virtualized && e.hierarchy && s.__fv_visible_index__ * r !==
|
|
3858
|
-
const
|
|
3859
|
-
o.top =
|
|
3855
|
+
let p = s.__fv_data_position__, d = s.__fv_data_height__;
|
|
3856
|
+
(t(p) || // when virtual loading, position of tree node should recalculate after collapse tree node.
|
|
3857
|
+
e.virtualized && e.hierarchy && s.__fv_visible_index__ * r !== p) && (p = s.__fv_visible_index__ * r), t(d) && (d = r);
|
|
3858
|
+
const m = o.visible ? p + d : s.__fv_data_position__;
|
|
3859
|
+
o.top = m, c.__fv_data_position__ = m;
|
|
3860
3860
|
} else
|
|
3861
|
-
o.top = 0,
|
|
3861
|
+
o.top = 0, c.__fv_data_position__ = 0;
|
|
3862
3862
|
}
|
|
3863
|
-
function u(o,
|
|
3864
|
-
if (o && !
|
|
3865
|
-
|
|
3866
|
-
const
|
|
3867
|
-
|
|
3863
|
+
function u(o, c, s) {
|
|
3864
|
+
if (o && !c.ref) {
|
|
3865
|
+
c.ref = o;
|
|
3866
|
+
const p = c.parent;
|
|
3867
|
+
c.cellHeight !== o.offsetHeight && (c.cellHeight = o.offsetHeight), c.cellHeight && c.cellHeight > (p.height || 0) && (p.height = c.cellHeight, s.__fv_data_height__ = p.height), l(p, s);
|
|
3868
3868
|
}
|
|
3869
|
-
!o &&
|
|
3869
|
+
!o && c.ref && (c.ref = o);
|
|
3870
3870
|
}
|
|
3871
3871
|
return { updateRowPosition: l, updateVisualInfomation: u };
|
|
3872
3872
|
}
|
|
3873
3873
|
function nr() {
|
|
3874
3874
|
function e(t, r) {
|
|
3875
|
-
var o,
|
|
3875
|
+
var o, c;
|
|
3876
3876
|
if (!r.data || !r.data.length)
|
|
3877
3877
|
return "";
|
|
3878
3878
|
const l = Object.prototype.hasOwnProperty.call(r, "valueField") && r.valueField || "value", u = Object.prototype.hasOwnProperty.call(r, "textField") && r.textField || "name";
|
|
@@ -3880,13 +3880,13 @@ function nr() {
|
|
|
3880
3880
|
const s = t.split(",");
|
|
3881
3881
|
if (!r.data.filter((h) => s.includes(h[l])).length)
|
|
3882
3882
|
return "";
|
|
3883
|
-
const
|
|
3883
|
+
const d = (o = r.data) == null ? void 0 : o.reduce((h, k) => (h[k[l]] = k, h), {});
|
|
3884
3884
|
return s.map((h) => {
|
|
3885
3885
|
var k;
|
|
3886
|
-
return (k =
|
|
3886
|
+
return (k = d[h]) == null ? void 0 : k[u];
|
|
3887
3887
|
}).join(",") || t;
|
|
3888
3888
|
}
|
|
3889
|
-
const v = (
|
|
3889
|
+
const v = (c = r.data) == null ? void 0 : c.find((s) => s[l] === t);
|
|
3890
3890
|
return (v == null ? void 0 : v[u]) || t || "";
|
|
3891
3891
|
}
|
|
3892
3892
|
return {
|
|
@@ -3910,8 +3910,8 @@ function or() {
|
|
|
3910
3910
|
let v = "yyyy-MM-dd";
|
|
3911
3911
|
if (typeof u == "string" ? v = u : typeof u == "object" && (v = u.format || "yyyy-MM-dd"), v = v.replace("YYYY", "yyyy").replace("-DD", "-dd"), typeof u == "object" && u.dateRange) {
|
|
3912
3912
|
const o = u.dateRangeDatesDelimiter || "~";
|
|
3913
|
-
let [
|
|
3914
|
-
return
|
|
3913
|
+
let [c, s] = l.split(o);
|
|
3914
|
+
return c = e(c, v), s = e(s, v), c + o + s;
|
|
3915
3915
|
}
|
|
3916
3916
|
return e(l, v);
|
|
3917
3917
|
}
|
|
@@ -3985,39 +3985,39 @@ function sr() {
|
|
|
3985
3985
|
} = ir(), {
|
|
3986
3986
|
renderMultilingualColumn: o
|
|
3987
3987
|
} = ar();
|
|
3988
|
-
function d
|
|
3989
|
-
return typeof
|
|
3988
|
+
function c(d) {
|
|
3989
|
+
return typeof d == "boolean" ? d.toString() : d;
|
|
3990
3990
|
}
|
|
3991
|
-
function s(
|
|
3992
|
-
return
|
|
3991
|
+
function s(d, m, h) {
|
|
3992
|
+
return m.customFormat ? (
|
|
3993
3993
|
// new Function(`return ${options.customFormat}`)() :
|
|
3994
|
-
|
|
3995
|
-
) : d
|
|
3994
|
+
m.customFormat(d, h.raw)
|
|
3995
|
+
) : c(d);
|
|
3996
3996
|
}
|
|
3997
|
-
function
|
|
3997
|
+
function p(d, m, h) {
|
|
3998
3998
|
const {
|
|
3999
3999
|
column: k
|
|
4000
|
-
} =
|
|
4001
|
-
return h.type === ze.NONE ?
|
|
4000
|
+
} = d, a = Re(m.raw, k.field), g = h.options || h;
|
|
4001
|
+
return h.type === ze.NONE ? c(a) : h.type === ze.CUSTOM ? s(a, h, m) : h.type === ze.ENUM ? t(a, g) : h.type === ze.NUMBER ? r(a, g) : h.type === ze.BOOLEAN ? e(a, g) : h.type === ze.DATE ? l(a, g) : h.type === ze.DATE_TIME ? u(a, h) : h.type === ze.IMAGE ? v(a, g) : h.type === ze.MULTI_LINGUAL ? o(a, g) : c(a);
|
|
4002
4002
|
}
|
|
4003
4003
|
return {
|
|
4004
|
-
renderFormatColumn:
|
|
4004
|
+
renderFormatColumn: p
|
|
4005
4005
|
};
|
|
4006
4006
|
}
|
|
4007
4007
|
function fo(e, t, r) {
|
|
4008
4008
|
var C;
|
|
4009
4009
|
const { isUndefined: l } = it(), u = W(e.mergeCell);
|
|
4010
4010
|
(C = W(e.rowOption).value) != null && C.wrapContent;
|
|
4011
|
-
const { updateVisualInfomation: o } = r, { renderCommandColumn:
|
|
4012
|
-
function
|
|
4011
|
+
const { updateVisualInfomation: o } = r, { renderCommandColumn: c } = Dn(e), { renderFormatColumn: s } = sr();
|
|
4012
|
+
function p(_, f, y, S, b, x = 1) {
|
|
4013
4013
|
const n = {
|
|
4014
4014
|
colSpan: x,
|
|
4015
4015
|
rowSpan: 1,
|
|
4016
|
-
index:
|
|
4016
|
+
index: y,
|
|
4017
4017
|
field: _,
|
|
4018
4018
|
data: Re(S, _),
|
|
4019
4019
|
editingData: Re(S, _),
|
|
4020
|
-
parent:
|
|
4020
|
+
parent: b,
|
|
4021
4021
|
mode: f,
|
|
4022
4022
|
align: "left",
|
|
4023
4023
|
valign: "start",
|
|
@@ -4035,61 +4035,61 @@ function fo(e, t, r) {
|
|
|
4035
4035
|
};
|
|
4036
4036
|
return n;
|
|
4037
4037
|
}
|
|
4038
|
-
function
|
|
4039
|
-
return _.getEditor = (S) => t.getEditor(S, f, S.parent), _.setRef = (S) => o(S, _,
|
|
4038
|
+
function d(_, f, y) {
|
|
4039
|
+
return _.getEditor = (S) => t.getEditor(S, f, S.parent), _.setRef = (S) => o(S, _, y), _.update = (S) => {
|
|
4040
4040
|
S !== void 0 && (_.editingData = S);
|
|
4041
4041
|
}, _.accept = () => {
|
|
4042
|
-
vt(_.editingData,
|
|
4042
|
+
vt(_.editingData, y, f.field), _.data = Re(y, f.field);
|
|
4043
4043
|
}, _.cancel = () => {
|
|
4044
4044
|
_.editingData = _.data;
|
|
4045
4045
|
}, _.updateData = (S) => {
|
|
4046
|
-
vt(Re(S, f.field),
|
|
4046
|
+
vt(Re(S, f.field), y, f.field), _.data = Re(y, f.field), _.editingData = Re(y, f.field);
|
|
4047
4047
|
}, _;
|
|
4048
4048
|
}
|
|
4049
|
-
function
|
|
4050
|
-
f.dataType === "commands" ? _.formatter = (
|
|
4049
|
+
function m(_, f) {
|
|
4050
|
+
f.dataType === "commands" ? _.formatter = (y, S) => f.formatter ? f.formatter(_, S) : c(_, S) : f.formatter && (_.formatter = (y, S) => typeof f.formatter == "function" ? f.formatter(y, S) : s(_, S, f.formatter));
|
|
4051
4051
|
}
|
|
4052
|
-
function h(_, f,
|
|
4053
|
-
const S = f && f.data[
|
|
4052
|
+
function h(_, f, y) {
|
|
4053
|
+
const S = f && f.data[y];
|
|
4054
4054
|
if (S && S.data === _.data) {
|
|
4055
4055
|
const x = S && S.spannedBy || S;
|
|
4056
4056
|
x.rowSpan++, x.spanned = x.spanned || [], x.spanned.push(_), _.colSpan = 0, _.rowSpan = 0, _.spannedBy = x;
|
|
4057
4057
|
}
|
|
4058
4058
|
}
|
|
4059
|
-
function k(_, f,
|
|
4060
|
-
u.value && h(_, f,
|
|
4059
|
+
function k(_, f, y) {
|
|
4060
|
+
u.value && h(_, f, y.field);
|
|
4061
4061
|
}
|
|
4062
4062
|
function a(_, f) {
|
|
4063
4063
|
f.showEllipsis !== void 0 && (_.showEllipsis = f.showEllipsis), _.showTips = l(f.showTips) ? !0 : f.showTips, _.column = f, _.align = f.align || "left", _.valign = f.valign || "middle", _.mode = e.editable ? Ee.editable : Ee.readonly;
|
|
4064
4064
|
}
|
|
4065
|
-
function
|
|
4066
|
-
a(_, f),
|
|
4065
|
+
function g(_, f, y, S) {
|
|
4066
|
+
a(_, f), d(_, f, S), m(_, f), k(_, y, f);
|
|
4067
4067
|
}
|
|
4068
|
-
function O(_, f,
|
|
4069
|
-
const x = e.editable ? Ee.editable : Ee.readonly, n =
|
|
4070
|
-
return
|
|
4068
|
+
function O(_, f, y, S, b) {
|
|
4069
|
+
const x = e.editable ? Ee.editable : Ee.readonly, n = p(_.field, x, f, y, S);
|
|
4070
|
+
return g(n, _, b, y), n;
|
|
4071
4071
|
}
|
|
4072
|
-
return { createCellByColumn: O, createCellByField:
|
|
4072
|
+
return { createCellByColumn: O, createCellByField: p, updateCellByColumn: g };
|
|
4073
4073
|
}
|
|
4074
4074
|
function vo(e, t, r, l, u, v, o) {
|
|
4075
|
-
var f,
|
|
4076
|
-
const
|
|
4077
|
-
vt(Re(S, n),
|
|
4075
|
+
var f, y;
|
|
4076
|
+
const c = W(e.rowOption), s = ((f = c.value) == null ? void 0 : f.height) || 28, p = ((y = c.value) == null ? void 0 : y.wrapContent) || !1, { idField: d } = u, { collapseField: m } = l, { updateRowPosition: h } = v, { createCellByColumn: k } = o, a = (S, b, x, n) => {
|
|
4077
|
+
vt(Re(S, n), b, n), x.data[n].data = Re(b, n), x.data[n].editingData = Re(b, n);
|
|
4078
4078
|
};
|
|
4079
|
-
function
|
|
4079
|
+
function g(S, b, x, n, i, T) {
|
|
4080
4080
|
var j, H, ee;
|
|
4081
4081
|
const {
|
|
4082
4082
|
__fv_data_grid_group_field__: G,
|
|
4083
4083
|
__fv_data_grid_group_value__: Y,
|
|
4084
4084
|
__fv_data_index__: L
|
|
4085
|
-
} = x, K = x.__fv_data_grid_group_layer__ || (x.__fv_parents__ ? (j = x.__fv_parents__) == null ? void 0 : j.size : 0) || 0, U = typeof x.parent == "number" ? Number(x.parent) : -1, E = x.__fv_data_grid_group_collapse__ || x[
|
|
4085
|
+
} = x, K = x.__fv_data_grid_group_layer__ || (x.__fv_parents__ ? (j = x.__fv_parents__) == null ? void 0 : j.size : 0) || 0, U = typeof x.parent == "number" ? Number(x.parent) : -1, E = x.__fv_data_grid_group_collapse__ || x[m.value], z = x.__fv_visible__ === void 0 ? !0 : x.__fv_visible__, J = x.__fv_checked__, N = x.__fv_indeterminate__, B = x.__fv_disabled__ || x[((H = e.rowOption) == null ? void 0 : H.disabledField) || "disabled"], F = e.hierarchy && t.isVisibleInTree(x), w = {
|
|
4086
4086
|
collapse: E,
|
|
4087
4087
|
data: {},
|
|
4088
4088
|
dataIndex: L,
|
|
4089
4089
|
groupField: G,
|
|
4090
4090
|
groupValue: Y,
|
|
4091
4091
|
layer: K,
|
|
4092
|
-
index:
|
|
4092
|
+
index: b,
|
|
4093
4093
|
parentIndex: U,
|
|
4094
4094
|
pre: n,
|
|
4095
4095
|
top: T,
|
|
@@ -4112,75 +4112,75 @@ function vo(e, t, r, l, u, v, o) {
|
|
|
4112
4112
|
});
|
|
4113
4113
|
}
|
|
4114
4114
|
};
|
|
4115
|
-
return n || (x.__fv_data_position__ = 0),
|
|
4115
|
+
return n || (x.__fv_data_position__ = 0), p || (w.height = s, x.__fv_data_height__ = w.height, h(w, x)), (ee = c.value) != null && ee.customRowStatus && (c.value.customRowStatus(w), x.__fv_disabled__ = w.disabled), w;
|
|
4116
4116
|
}
|
|
4117
|
-
function O(S,
|
|
4118
|
-
const G =
|
|
4117
|
+
function O(S, b, x, n, i, T) {
|
|
4118
|
+
const G = g(nt.data, i, b, x, n, T);
|
|
4119
4119
|
return S.forEach((Y, L) => {
|
|
4120
|
-
G.data[Y.field] = k(Y, L,
|
|
4120
|
+
G.data[Y.field] = k(Y, L, b, G, n);
|
|
4121
4121
|
}), G;
|
|
4122
4122
|
}
|
|
4123
|
-
function C(S,
|
|
4124
|
-
return Object.assign(S, { index:
|
|
4123
|
+
function C(S, b, x, n, i) {
|
|
4124
|
+
return Object.assign(S, { index: b, dataIndex: x, top: n, pre: i });
|
|
4125
4125
|
}
|
|
4126
|
-
function _(S,
|
|
4127
|
-
const G = S.__fv_data_index__, Y = S[
|
|
4126
|
+
function _(S, b, x, n, i, T) {
|
|
4127
|
+
const G = S.__fv_data_index__, Y = S[d.value], L = r.getEditingSnapshot(Y);
|
|
4128
4128
|
return L === null ? O(
|
|
4129
4129
|
T,
|
|
4130
4130
|
S,
|
|
4131
|
-
|
|
4131
|
+
b,
|
|
4132
4132
|
x,
|
|
4133
4133
|
n,
|
|
4134
4134
|
i
|
|
4135
|
-
) : C(L, n, G, i,
|
|
4135
|
+
) : C(L, n, G, i, b);
|
|
4136
4136
|
}
|
|
4137
|
-
return { createEmptyRow:
|
|
4137
|
+
return { createEmptyRow: g, createNewRowFromDataItem: O, renderDataRow: _ };
|
|
4138
4138
|
}
|
|
4139
4139
|
function ho(e, t, r, l) {
|
|
4140
|
-
const u = W(e.summary), { idField: v } = t, { createCellByField: o } = r, { createEmptyRow:
|
|
4140
|
+
const u = W(e.summary), { idField: v } = t, { createCellByField: o } = r, { createEmptyRow: c } = l, s = $(() => {
|
|
4141
4141
|
const h = u.value;
|
|
4142
4142
|
return (h == null ? void 0 : h.groupFields) || [];
|
|
4143
|
-
}),
|
|
4143
|
+
}), p = $(() => {
|
|
4144
4144
|
const h = u.value;
|
|
4145
4145
|
return h && h.enable && h.groupFields && h.groupFields.length > 0;
|
|
4146
4146
|
});
|
|
4147
|
-
function
|
|
4148
|
-
if (
|
|
4147
|
+
function d(h, k, a, g) {
|
|
4148
|
+
if (p.value) {
|
|
4149
4149
|
const O = h.data[k];
|
|
4150
4150
|
let C = O.colSpan;
|
|
4151
|
-
const _ = s.value.reduce((f,
|
|
4152
|
-
|
|
4153
|
-
if (_.has(
|
|
4154
|
-
const
|
|
4155
|
-
h.data[
|
|
4151
|
+
const _ = s.value.reduce((f, y) => (f.set(y, !0), f), /* @__PURE__ */ new Map());
|
|
4152
|
+
g.reduce((f, y, S) => {
|
|
4153
|
+
if (_.has(y.field)) {
|
|
4154
|
+
const b = o(y.field, Ee.readonly, S, a, h);
|
|
4155
|
+
h.data[y.field] = b, C - 1 > S && (C = S);
|
|
4156
4156
|
}
|
|
4157
4157
|
return f;
|
|
4158
4158
|
}, h), O.colSpan = C;
|
|
4159
4159
|
}
|
|
4160
4160
|
}
|
|
4161
|
-
function
|
|
4162
|
-
const f = h.__fv_data_grid_group_field__,
|
|
4163
|
-
return
|
|
4161
|
+
function m(h, k, a, g, O, C, _) {
|
|
4162
|
+
const f = h.__fv_data_grid_group_field__, y = c(nt.group, g, h, k, a, O);
|
|
4163
|
+
return y.data[v.value] = o(v.value, Ee.readonly, -1, h, y, 0), y.data[f] = o(f, Ee.readonly, 1, h, y, C.length), d(y, f, h, C), y;
|
|
4164
4164
|
}
|
|
4165
|
-
return { renderGroupRow:
|
|
4165
|
+
return { renderGroupRow: m };
|
|
4166
4166
|
}
|
|
4167
4167
|
function mo(e, t, r, l) {
|
|
4168
4168
|
const { idField: u } = t, { createCellByField: v } = r, { createEmptyRow: o } = l;
|
|
4169
|
-
function
|
|
4170
|
-
const
|
|
4171
|
-
return O.data[u.value] = v(u.value, Ee.readonly, -1, s, O), O.data[
|
|
4169
|
+
function c(s, p, d, m, h, k, a) {
|
|
4170
|
+
const g = s.__fv_data_grid_group_field__, O = o(nt.summary, m, s, p, d, h);
|
|
4171
|
+
return O.data[u.value] = v(u.value, Ee.readonly, -1, s, O), O.data[g] = v(g, Ee.readonly, 1, s, O, k.length), O;
|
|
4172
4172
|
}
|
|
4173
|
-
return { renderSummaryRow:
|
|
4173
|
+
return { renderSummaryRow: c };
|
|
4174
4174
|
}
|
|
4175
4175
|
function go(e, t, r, l, u) {
|
|
4176
4176
|
var F;
|
|
4177
4177
|
const {
|
|
4178
4178
|
idField: v
|
|
4179
|
-
} = r, o = W(e.editable),
|
|
4180
|
-
onClickRow:
|
|
4181
|
-
onClickRowExcludeDblclick:
|
|
4182
|
-
} = l,
|
|
4183
|
-
let h, k, a,
|
|
4179
|
+
} = r, o = W(e.editable), c = W(e.editOption), s = W(((F = e.rowOption) == null ? void 0 : F.wrapContent) || !1), {
|
|
4180
|
+
onClickRow: p,
|
|
4181
|
+
onClickRowExcludeDblclick: d
|
|
4182
|
+
} = l, m = /* @__PURE__ */ new Map([["boolean", "check-box"], ["datetime", "date-picker"], ["enum", "combo-list"], ["number", "number-spinner"], ["string", "input-group"], ["text", "text"], ["commands", "commands-editor"]]);
|
|
4183
|
+
let h, k, a, g, O;
|
|
4184
4184
|
function C(w) {
|
|
4185
4185
|
return k && k.raw[v.value] === w ? k : null;
|
|
4186
4186
|
}
|
|
@@ -4188,8 +4188,8 @@ function go(e, t, r, l, u) {
|
|
|
4188
4188
|
function f(w) {
|
|
4189
4189
|
return (w == null ? void 0 : w.field) !== Et && (w == null ? void 0 : w.field) !== Ft;
|
|
4190
4190
|
}
|
|
4191
|
-
function
|
|
4192
|
-
w.mode = Ee.editing, h = w, k = j, a = Re(j == null ? void 0 : j.raw, w.field),
|
|
4191
|
+
function y(w, j, H = {}) {
|
|
4192
|
+
w.mode = Ee.editing, h = w, k = j, a = Re(j == null ? void 0 : j.raw, w.field), g = H;
|
|
4193
4193
|
for (const ee in _)
|
|
4194
4194
|
delete _[ee];
|
|
4195
4195
|
}
|
|
@@ -4203,11 +4203,11 @@ function go(e, t, r, l, u) {
|
|
|
4203
4203
|
row: j,
|
|
4204
4204
|
newValue: Re(j == null ? void 0 : j.raw, w.field),
|
|
4205
4205
|
oldValue: a,
|
|
4206
|
-
column:
|
|
4206
|
+
column: g,
|
|
4207
4207
|
editor: _
|
|
4208
4208
|
});
|
|
4209
4209
|
}
|
|
4210
|
-
function
|
|
4210
|
+
function b(w) {
|
|
4211
4211
|
const j = Promise.resolve(!0);
|
|
4212
4212
|
return w ? j.then(() => ht(e.beforeEndEditCell) ? !0 : typeof e.beforeEndEditCell == "function" ? e.beforeEndEditCell({
|
|
4213
4213
|
cell: w,
|
|
@@ -4230,7 +4230,7 @@ function go(e, t, r, l, u) {
|
|
|
4230
4230
|
if (h && h.ref && h.ref === ee)
|
|
4231
4231
|
return;
|
|
4232
4232
|
}
|
|
4233
|
-
|
|
4233
|
+
b(h).then((ee) => {
|
|
4234
4234
|
ee && document.body.removeEventListener("click", x, !0);
|
|
4235
4235
|
});
|
|
4236
4236
|
}
|
|
@@ -4246,16 +4246,16 @@ function go(e, t, r, l, u) {
|
|
|
4246
4246
|
column: H
|
|
4247
4247
|
}) : !ee;
|
|
4248
4248
|
}).then((ee) => {
|
|
4249
|
-
ee && (
|
|
4249
|
+
ee && (y(j, w, H), document.body.removeEventListener("click", x, !0), document.body.addEventListener("click", x, !0));
|
|
4250
4250
|
});
|
|
4251
4251
|
}
|
|
4252
4252
|
function i(w, j, H, ee = {}) {
|
|
4253
|
-
w.stopPropagation(),
|
|
4253
|
+
w.stopPropagation(), d(w, H), f(j.column) && o.value && c.value.editMode === "cell" && j.mode === Ee.editable && b(h).then(() => {
|
|
4254
4254
|
h || n(H, j, ee);
|
|
4255
4255
|
});
|
|
4256
4256
|
}
|
|
4257
4257
|
function T(w, j, H, ee = {}) {
|
|
4258
|
-
w.stopPropagation(),
|
|
4258
|
+
w.stopPropagation(), p(w, H), f(j.column) && o.value && c.value.editMode === "cell" && j.mode === Ee.editable && b(h).then(() => {
|
|
4259
4259
|
h || n(H, j, ee);
|
|
4260
4260
|
});
|
|
4261
4261
|
}
|
|
@@ -4276,7 +4276,7 @@ function go(e, t, r, l, u) {
|
|
|
4276
4276
|
}), w.status = Ge.initial, k === w && (k = null);
|
|
4277
4277
|
}
|
|
4278
4278
|
function U(w) {
|
|
4279
|
-
o.value &&
|
|
4279
|
+
o.value && c.value.editMode === "row" && k !== w && (k && K(k, !1), L(w));
|
|
4280
4280
|
}
|
|
4281
4281
|
function E(w) {
|
|
4282
4282
|
K(w, !0), w.status = Ge.initial;
|
|
@@ -4286,7 +4286,7 @@ function go(e, t, r, l, u) {
|
|
|
4286
4286
|
}
|
|
4287
4287
|
function J(w, j, H) {
|
|
4288
4288
|
const ee = j.dataType, X = j.editor || {
|
|
4289
|
-
type:
|
|
4289
|
+
type: m.get(ee) || "input-group"
|
|
4290
4290
|
};
|
|
4291
4291
|
return !s.value && X.type === "text" && (X.type = "input-group"), X && f(w.column) ? (X.type === "input-group" && (X.textAlign = j.align !== "center" && j.align !== "right" ? "left" : j.align, X.updateOn = "change"), X.type === "number-spinner" && (X.updateOn = "change"), X.type === "textarea" && (X.lineBreak = "alt enter"), X.context = {
|
|
4292
4292
|
rowData: H.raw,
|
|
@@ -4305,7 +4305,7 @@ function go(e, t, r, l, u) {
|
|
|
4305
4305
|
}, null)) : w.data;
|
|
4306
4306
|
}
|
|
4307
4307
|
function N() {
|
|
4308
|
-
|
|
4308
|
+
b(h);
|
|
4309
4309
|
}
|
|
4310
4310
|
me(() => e.editable, () => {
|
|
4311
4311
|
o.value = e.editable;
|
|
@@ -4313,10 +4313,10 @@ function go(e, t, r, l, u) {
|
|
|
4313
4313
|
var w;
|
|
4314
4314
|
return (w = e.editOption) == null ? void 0 : w.editMode;
|
|
4315
4315
|
}, (w) => {
|
|
4316
|
-
|
|
4316
|
+
c.value.editMode = w;
|
|
4317
4317
|
});
|
|
4318
4318
|
function B() {
|
|
4319
|
-
h = null, k = null,
|
|
4319
|
+
h = null, k = null, g = null, O = null, document.body.removeEventListener("click", x, !0);
|
|
4320
4320
|
}
|
|
4321
4321
|
return {
|
|
4322
4322
|
clear: B,
|
|
@@ -4344,49 +4344,49 @@ function _o(e) {
|
|
|
4344
4344
|
return { idField: t, reviseIdentifyField: r };
|
|
4345
4345
|
}
|
|
4346
4346
|
function po(e, t, r, l, u, v) {
|
|
4347
|
-
const { addNewDataItemAtLast: o } = r, { columnContext:
|
|
4348
|
-
function g
|
|
4349
|
-
const C =
|
|
4350
|
-
if (C > -1 && !
|
|
4351
|
-
const n =
|
|
4347
|
+
const { addNewDataItemAtLast: o } = r, { columnContext: c } = l, { onClickCell: s, onClickOutOfCell: p, onClickCellByKeyboard: d } = u;
|
|
4348
|
+
function m(g, O) {
|
|
4349
|
+
const C = c.value.primaryColumns.findIndex((n) => n.field === g.field), _ = g.parent, f = _.index, y = c.value.primaryColumns.length - 1, S = v.value.length - 1, b = C === y, x = f === S;
|
|
4350
|
+
if (C > -1 && !b) {
|
|
4351
|
+
const n = c.value.primaryColumns[C + 1], i = _.data[n.field];
|
|
4352
4352
|
s(O, i, _, n);
|
|
4353
4353
|
}
|
|
4354
|
-
if (
|
|
4355
|
-
const n = v.value[f + 1], i =
|
|
4354
|
+
if (b && !x) {
|
|
4355
|
+
const n = v.value[f + 1], i = c.value.primaryColumns[0], T = n.data[c.value.primaryColumns[0].field];
|
|
4356
4356
|
s(O, T, n, i);
|
|
4357
4357
|
}
|
|
4358
|
-
if (
|
|
4358
|
+
if (b && x) {
|
|
4359
4359
|
if (e.appendOnEnterAtLastCell) {
|
|
4360
4360
|
o();
|
|
4361
|
-
const n = v.value[f + 1], i =
|
|
4361
|
+
const n = v.value[f + 1], i = c.value.primaryColumns[0], T = n.data[c.value.primaryColumns[0].field];
|
|
4362
4362
|
s(O, T, n, i);
|
|
4363
4363
|
}
|
|
4364
4364
|
t.emit("enterUpInLastCell");
|
|
4365
4365
|
}
|
|
4366
4366
|
}
|
|
4367
|
-
function h(
|
|
4368
|
-
const C =
|
|
4367
|
+
function h(g, O) {
|
|
4368
|
+
const C = c.value.primaryColumns.findIndex((S) => S.field === g.field), _ = g.parent, f = c.value.primaryColumns.length - 1;
|
|
4369
4369
|
if (C > 0 && C <= f) {
|
|
4370
|
-
const S =
|
|
4371
|
-
s(O,
|
|
4370
|
+
const S = c.value.primaryColumns[C - 1], b = _.data[S.field];
|
|
4371
|
+
s(O, b, _, S);
|
|
4372
4372
|
}
|
|
4373
4373
|
}
|
|
4374
|
-
function k(
|
|
4375
|
-
const { key: O, shiftKey: C, altKey: _ } =
|
|
4376
|
-
(O === "ArrowDown" || O === "ArrowUp") && (C ||
|
|
4374
|
+
function k(g) {
|
|
4375
|
+
const { key: O, shiftKey: C, altKey: _ } = g;
|
|
4376
|
+
(O === "ArrowDown" || O === "ArrowUp") && (C || g.preventDefault());
|
|
4377
4377
|
}
|
|
4378
|
-
function a(
|
|
4379
|
-
const { key: C, shiftKey: _, altKey: f } =
|
|
4378
|
+
function a(g, O) {
|
|
4379
|
+
const { key: C, shiftKey: _, altKey: f } = g;
|
|
4380
4380
|
if (C === "Enter") {
|
|
4381
|
-
|
|
4381
|
+
p(g);
|
|
4382
4382
|
return;
|
|
4383
4383
|
}
|
|
4384
4384
|
if (C === "Tab" && !_ && !f) {
|
|
4385
|
-
|
|
4385
|
+
g.preventDefault(), m(O, g);
|
|
4386
4386
|
return;
|
|
4387
4387
|
}
|
|
4388
4388
|
if (_ && C === "Tab") {
|
|
4389
|
-
|
|
4389
|
+
g.preventDefault(), h(O, g);
|
|
4390
4390
|
return;
|
|
4391
4391
|
}
|
|
4392
4392
|
}
|
|
@@ -4396,15 +4396,15 @@ function yo(e, t, r, l) {
|
|
|
4396
4396
|
const { idField: u } = l, {
|
|
4397
4397
|
currentSelectedDataId: v,
|
|
4398
4398
|
multiSelectOnClickRow: o,
|
|
4399
|
-
multiSelectOnClickRowWithShift:
|
|
4399
|
+
multiSelectOnClickRowWithShift: c,
|
|
4400
4400
|
selectItem: s,
|
|
4401
|
-
selectedValues:
|
|
4402
|
-
toggleSelectItem:
|
|
4403
|
-
updateSelectAllStatus:
|
|
4401
|
+
selectedValues: p,
|
|
4402
|
+
toggleSelectItem: d,
|
|
4403
|
+
updateSelectAllStatus: m,
|
|
4404
4404
|
enableSelectRow: h,
|
|
4405
4405
|
multiSelectMode: k,
|
|
4406
4406
|
isSingleSelect: a,
|
|
4407
|
-
getSelectedItems:
|
|
4407
|
+
getSelectedItems: g
|
|
4408
4408
|
} = r, O = W(0), C = W(-1);
|
|
4409
4409
|
function _(E) {
|
|
4410
4410
|
v.value = E;
|
|
@@ -4412,7 +4412,7 @@ function yo(e, t, r, l) {
|
|
|
4412
4412
|
function f(E) {
|
|
4413
4413
|
return E.raw[u.value] === v.value;
|
|
4414
4414
|
}
|
|
4415
|
-
function
|
|
4415
|
+
function y(E, z) {
|
|
4416
4416
|
var B;
|
|
4417
4417
|
const J = z ?? E.dataIndex, N = {
|
|
4418
4418
|
"fv-grid-row": E.type === nt.data,
|
|
@@ -4441,7 +4441,7 @@ function yo(e, t, r, l) {
|
|
|
4441
4441
|
}
|
|
4442
4442
|
return z;
|
|
4443
4443
|
}
|
|
4444
|
-
function
|
|
4444
|
+
function b(E) {
|
|
4445
4445
|
var J;
|
|
4446
4446
|
const z = {
|
|
4447
4447
|
"fv-grid-hierarchy-cell": !0
|
|
@@ -4458,12 +4458,12 @@ function yo(e, t, r, l) {
|
|
|
4458
4458
|
}
|
|
4459
4459
|
function n(E, z) {
|
|
4460
4460
|
var B, F;
|
|
4461
|
-
if (
|
|
4462
|
-
(B = e.selection) != null && B.keepSelectingOnClick ? s(E) :
|
|
4461
|
+
if (c.value && !(z != null && z.shiftKey) || a.value) {
|
|
4462
|
+
(B = e.selection) != null && B.keepSelectingOnClick ? s(E) : d(E, (F = e.selection) == null ? void 0 : F.keepSelectingOnClick), m();
|
|
4463
4463
|
return;
|
|
4464
4464
|
}
|
|
4465
|
-
if (
|
|
4466
|
-
|
|
4465
|
+
if (c.value && (z == null ? void 0 : z.shiftKey) || o.value) {
|
|
4466
|
+
d(E), m();
|
|
4467
4467
|
return;
|
|
4468
4468
|
}
|
|
4469
4469
|
}
|
|
@@ -4508,8 +4508,8 @@ function yo(e, t, r, l) {
|
|
|
4508
4508
|
selectRow: n,
|
|
4509
4509
|
changeRow: x,
|
|
4510
4510
|
gridCellClass: S,
|
|
4511
|
-
gridHierarchyCellClass:
|
|
4512
|
-
gridRowClass:
|
|
4511
|
+
gridHierarchyCellClass: b,
|
|
4512
|
+
gridRowClass: y,
|
|
4513
4513
|
onClickRow: G,
|
|
4514
4514
|
onClickRowExcludeDblclick: i,
|
|
4515
4515
|
onMouseoverRow: L,
|
|
@@ -4518,7 +4518,7 @@ function yo(e, t, r, l) {
|
|
|
4518
4518
|
};
|
|
4519
4519
|
}
|
|
4520
4520
|
function bo(e, t, r, l, u) {
|
|
4521
|
-
const { idField: v } = r, { dataView: o, getSelectionItems:
|
|
4521
|
+
const { idField: v } = r, { dataView: o, getSelectionItems: c } = t, s = W(""), p = $(() => e.selection.enableSelectRow), d = W(e.selection.multiSelect ?? !1), m = W(e.selection.multiSelectMode || "DependOnCheck"), h = W(e.selection.showCheckbox), k = W(e.selection.showSelectAll), a = W(e.selectionValues || []), g = $(() => e.selection.showSelection), O = $(() => {
|
|
4522
4522
|
var P;
|
|
4523
4523
|
return ((P = e.selection) == null ? void 0 : P.keepSelectingOnPaging) === void 0 ? !0 : e.selection.keepSelectingOnPaging;
|
|
4524
4524
|
}), C = W(!!a.value.length && l.value.length === a.value.length), _ = W(!!a.value.length && l.value.length !== a.value.length);
|
|
@@ -4531,14 +4531,14 @@ function bo(e, t, r, l, u) {
|
|
|
4531
4531
|
a.value = a.value.filter((re) => P.includes(re));
|
|
4532
4532
|
}
|
|
4533
4533
|
}
|
|
4534
|
-
function
|
|
4534
|
+
function y() {
|
|
4535
4535
|
const P = o.value.every((oe) => a.value.includes(oe[v.value])), re = o.value.every((oe) => !a.value.includes(oe[v.value]));
|
|
4536
4536
|
P && (C.value = !0, _.value = !1), re && (C.value = !1, _.value = !1), !P && !re && (C.value = !1, _.value = !0);
|
|
4537
4537
|
}
|
|
4538
4538
|
function S() {
|
|
4539
|
-
return
|
|
4539
|
+
return c(a.value);
|
|
4540
4540
|
}
|
|
4541
|
-
function
|
|
4541
|
+
function b() {
|
|
4542
4542
|
const P = l.value.reduce((oe, ye) => (oe.set(ye.raw[v.value], ye), oe), /* @__PURE__ */ new Map());
|
|
4543
4543
|
return a.value.map((oe) => P.get(oe)).filter((oe) => !!oe);
|
|
4544
4544
|
}
|
|
@@ -4550,15 +4550,15 @@ function bo(e, t, r, l, u) {
|
|
|
4550
4550
|
(oe = a.value) != null && oe.length && ye.some((te) => !a.value.includes(te[v.value])) && (P.indeterminate = !0, P.raw.__fv_indeterminate__ = !0);
|
|
4551
4551
|
}
|
|
4552
4552
|
}
|
|
4553
|
-
const n = $(() =>
|
|
4554
|
-
() =>
|
|
4553
|
+
const n = $(() => p.value && d.value), i = $(
|
|
4554
|
+
() => p.value && !d.value && !h.value
|
|
4555
4555
|
), T = $(() => !!e.hierarchy), G = $(() => {
|
|
4556
|
-
const P = h.value &&
|
|
4556
|
+
const P = h.value && m.value === "DependOnCheck";
|
|
4557
4557
|
return n.value && P;
|
|
4558
|
-
}), Y = $(() => n.value && !h.value), L = $(() => n.value && h.value &&
|
|
4558
|
+
}), Y = $(() => n.value && !h.value), L = $(() => n.value && h.value && m.value === "OnCheckAndClick");
|
|
4559
4559
|
$(() => L.value);
|
|
4560
4560
|
function K() {
|
|
4561
|
-
const P =
|
|
4561
|
+
const P = c(a.value);
|
|
4562
4562
|
u.emit("selectionUpdate", P, a.value);
|
|
4563
4563
|
}
|
|
4564
4564
|
function U(P) {
|
|
@@ -4571,7 +4571,7 @@ function bo(e, t, r, l, u) {
|
|
|
4571
4571
|
const P = l.value.filter((oe) => oe.indeterminate).map((oe) => oe.raw[v.value]);
|
|
4572
4572
|
l.value.forEach((oe) => {
|
|
4573
4573
|
oe.checked = !1, oe.indeterminate = !1, oe.raw.__fv_checked__ = !1, oe.raw.__fv_indeterminate__ = !1;
|
|
4574
|
-
}),
|
|
4574
|
+
}), b().forEach((oe) => {
|
|
4575
4575
|
oe.checked = !0, oe.raw.__fv_checked__ = !0;
|
|
4576
4576
|
}), P.forEach((oe) => {
|
|
4577
4577
|
const ye = l.value.find((V) => V.raw[v.value] === oe);
|
|
@@ -4583,9 +4583,9 @@ function bo(e, t, r, l, u) {
|
|
|
4583
4583
|
}), me(() => e.selectionValues, (P) => {
|
|
4584
4584
|
a.value = P, z();
|
|
4585
4585
|
}, { immediate: !0 }), me(() => e.selection, (P) => {
|
|
4586
|
-
|
|
4586
|
+
d.value = !!P.multiSelect, m.value = P.multiSelectMode || "DependOnCheck", h.value = !!P.showCheckbox;
|
|
4587
4587
|
});
|
|
4588
|
-
const J = $(() => !
|
|
4588
|
+
const J = $(() => !d.value);
|
|
4589
4589
|
function N(P) {
|
|
4590
4590
|
return P.raw[v.value];
|
|
4591
4591
|
}
|
|
@@ -4593,11 +4593,11 @@ function bo(e, t, r, l, u) {
|
|
|
4593
4593
|
return a.value.findIndex((oe) => oe === N(P));
|
|
4594
4594
|
}
|
|
4595
4595
|
function F() {
|
|
4596
|
-
|
|
4596
|
+
b().forEach((oe) => {
|
|
4597
4597
|
oe.checked = !1;
|
|
4598
|
-
}),
|
|
4598
|
+
}), c(a.value).forEach((oe) => {
|
|
4599
4599
|
oe.__fv_checked__ = !1;
|
|
4600
|
-
}), a.value = [], s.value = "",
|
|
4600
|
+
}), a.value = [], s.value = "", y();
|
|
4601
4601
|
}
|
|
4602
4602
|
function w(P) {
|
|
4603
4603
|
const re = P;
|
|
@@ -4698,15 +4698,15 @@ function bo(e, t, r, l, u) {
|
|
|
4698
4698
|
return {
|
|
4699
4699
|
clearSelection: F,
|
|
4700
4700
|
currentSelectedDataId: s,
|
|
4701
|
-
enableMultiSelect:
|
|
4702
|
-
enableSelectRow:
|
|
4701
|
+
enableMultiSelect: d,
|
|
4702
|
+
enableSelectRow: p,
|
|
4703
4703
|
findIndexInSelectedItems: B,
|
|
4704
4704
|
getSelectedItems: S,
|
|
4705
4705
|
getSelectionRow: Ae,
|
|
4706
4706
|
indeterminate: q,
|
|
4707
4707
|
indeterminateDataItem: I,
|
|
4708
4708
|
isSelectingHirarchyItem: T,
|
|
4709
|
-
multiSelectMode:
|
|
4709
|
+
multiSelectMode: m,
|
|
4710
4710
|
multiSelectOnClickRow: L,
|
|
4711
4711
|
multiSelectOnClickRowWithShift: Y,
|
|
4712
4712
|
multiSelectOnlyOnCheck: G,
|
|
@@ -4725,22 +4725,22 @@ function bo(e, t, r, l, u) {
|
|
|
4725
4725
|
unSelectAll: ge,
|
|
4726
4726
|
unSelectDataItem: j,
|
|
4727
4727
|
unSelectItemByIds: he,
|
|
4728
|
-
updateSelectAllStatus:
|
|
4728
|
+
updateSelectAllStatus: y,
|
|
4729
4729
|
selectAllStatus: C,
|
|
4730
4730
|
indeterminateStatus: _,
|
|
4731
4731
|
isSingleSelect: i,
|
|
4732
|
-
showSelection:
|
|
4732
|
+
showSelection: g,
|
|
4733
4733
|
keepSelectingOnPaging: O
|
|
4734
4734
|
};
|
|
4735
4735
|
}
|
|
4736
4736
|
function wo(e, t) {
|
|
4737
4737
|
var C, _;
|
|
4738
|
-
const { t: r } = Be(), l = String(Date.now()), u = 50, { showCheckBox: v, showSelectAll: o } = t,
|
|
4739
|
-
var f,
|
|
4740
|
-
return
|
|
4741
|
-
}), h = $(() => (s.value && !e.hierarchy ? Number(
|
|
4738
|
+
const { t: r } = Be(), l = String(Date.now()), u = 50, { showCheckBox: v, showSelectAll: o } = t, c = W(((C = e.rowNumber) == null ? void 0 : C.enable) ?? !1), s = $(() => e.hierarchy && v.value && e.selection.enableSelectRow && e.selection.multiSelect ? !1 : v.value), p = W(c.value ? ((_ = e.rowNumber) == null ? void 0 : _.width) ?? 36 : 0), d = W(s.value ? u : 0), m = $(() => {
|
|
4739
|
+
var f, y;
|
|
4740
|
+
return c.value ? ((f = e.rowNumber) == null ? void 0 : f.heading) === "序号" ? r("datagrid.lineNumberTitle") : (y = e.rowNumber) == null ? void 0 : y.heading : "";
|
|
4741
|
+
}), h = $(() => (s.value && !e.hierarchy ? Number(d.value) : 0) + (c.value ? Number(p.value) : 0));
|
|
4742
4742
|
me(() => e.rowNumber, (f) => {
|
|
4743
|
-
f && f.enable !== void 0 && (
|
|
4743
|
+
f && f.enable !== void 0 && (c.value = f.enable), f && f.width !== void 0 && (p.value = f.width);
|
|
4744
4744
|
});
|
|
4745
4745
|
function k(f) {
|
|
4746
4746
|
return {
|
|
@@ -4752,13 +4752,13 @@ function wo(e, t) {
|
|
|
4752
4752
|
const a = $(() => ({
|
|
4753
4753
|
width: `${h.value}px`
|
|
4754
4754
|
}));
|
|
4755
|
-
function
|
|
4755
|
+
function g(f) {
|
|
4756
4756
|
return `${l}_${f.type}_r_${f.index}_${f.refreshKey || ""}`;
|
|
4757
4757
|
}
|
|
4758
4758
|
function O(f) {
|
|
4759
4759
|
return `${l}_${f.type}_r_${f.index}_${f.refreshKey || ""}`;
|
|
4760
4760
|
}
|
|
4761
|
-
return { showRowNumer:
|
|
4761
|
+
return { showRowNumer: c, showSidebarCheckBox: s, sidebarCellPosition: k, sidebarCornerCellStyle: a, sidebarTitle: m, sidebarWidth: h, rowKey: O, cellKey: g };
|
|
4762
4762
|
}
|
|
4763
4763
|
const ur = {
|
|
4764
4764
|
ascend: (e, t) => e === t ? 0 : e === !1 ? -1 : 1,
|
|
@@ -4796,26 +4796,26 @@ function So(e) {
|
|
|
4796
4796
|
["text-sorter", fr]
|
|
4797
4797
|
]);
|
|
4798
4798
|
function l(o) {
|
|
4799
|
-
const
|
|
4799
|
+
const c = (o == null ? void 0 : o.dataType) || "string", s = t.get(c) || "text-sorter";
|
|
4800
4800
|
return r.get(s) || (o == null ? void 0 : o.sorter);
|
|
4801
4801
|
}
|
|
4802
4802
|
function u(o) {
|
|
4803
4803
|
return l(o.column);
|
|
4804
4804
|
}
|
|
4805
|
-
function v(o,
|
|
4806
|
-
const s = u(o),
|
|
4807
|
-
if (
|
|
4808
|
-
const h =
|
|
4809
|
-
h ?
|
|
4805
|
+
function v(o, c) {
|
|
4806
|
+
const s = u(o), p = (o.status & D.sortable) === D.sortable && (o.status & D.sorted) === D.sorted, d = (o.status & D.ascending) === D.ascending, m = (o.status & D.descending) === D.descending;
|
|
4807
|
+
if (p && s) {
|
|
4808
|
+
const h = d ? s.ascend : m ? s.decend : void 0;
|
|
4809
|
+
h ? c.addSorter(o.field, { field: o.field, compare: h }) : c.removeSorter(o.field);
|
|
4810
4810
|
} else
|
|
4811
|
-
|
|
4811
|
+
c.removeSorter(o.field);
|
|
4812
4812
|
}
|
|
4813
4813
|
return { getSorterByColumn: l, updateSorter: v };
|
|
4814
4814
|
}
|
|
4815
4815
|
function Co(e, t) {
|
|
4816
4816
|
const { t: r } = Be(), l = xt("FLoadingService"), u = $(() => typeof e.loading == "object" ? e.loading.show : e.loading), v = $(() => typeof e.loading == "object" ? e.loading.message : `${r("datagrid.loadingMessage")}...`);
|
|
4817
4817
|
let o;
|
|
4818
|
-
function
|
|
4818
|
+
function c() {
|
|
4819
4819
|
const s = {
|
|
4820
4820
|
message: v.value,
|
|
4821
4821
|
target: t.value,
|
|
@@ -4825,10 +4825,10 @@ function Co(e, t) {
|
|
|
4825
4825
|
};
|
|
4826
4826
|
return o = l.show(s), o;
|
|
4827
4827
|
}
|
|
4828
|
-
return me(u, (s,
|
|
4829
|
-
var
|
|
4830
|
-
s !==
|
|
4831
|
-
}), { showLoading: u, loadingMessage: v, renderLoading:
|
|
4828
|
+
return me(u, (s, p) => {
|
|
4829
|
+
var d;
|
|
4830
|
+
s !== p && (s ? c() : (d = o == null ? void 0 : o.value) == null || d.close());
|
|
4831
|
+
}), { showLoading: u, loadingMessage: v, renderLoading: c };
|
|
4832
4832
|
}
|
|
4833
4833
|
function xo(e) {
|
|
4834
4834
|
function t(l) {
|