@turquoisehealth/pit-viper 2.72.1-dev.2 → 2.72.1-dev.3
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/package.json +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.js +5 -5
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +574 -573
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +12 -12
- package/pv-components/dist/vue/tables/pv-components-tables.js +14 -14
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +339 -339
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +14 -14
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".pv-popover-list[data-v-cda1af8c]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:transparent;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.pv-button-loading[data-v-942d55a7]{width:16px;height:16px;border:2px solid #ccc;border-top-color:#fff;border-radius:50%;animation:spin-942d55a7 1s linear infinite}@keyframes spin-942d55a7{to{transform:rotate(360deg)}}.pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}.pv-menu-item-disabled[data-v-f0f5eb5f]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-f0f5eb5f]{cursor:pointer}.pv-table-row-count{position:absolute;right:12px;top:6px;opacity:1;background-color:#f7f8f8;transition:opacity .3s ease}.pv-table-group-cell:hover .pv-table-row-count{opacity:0}.pv-table-row-number{padding:8px 12px 8px 0;text-align:center;color:#89989b}.focus-button{opacity:0;transition:opacity .2s ease}.option-label:hover .focus-button{opacity:1}.suggested-label[data-v-4ba646a4]:hover{color:#16696d}.ag-custom-header-cell[data-v-08855a14]{height:100%;align-items:center}.ag-header-actions .ag-header-cell-menu-button[data-v-08855a14]{opacity:0;transition:opacity .2s ease-in-out}.ag-header-cell-menu-button:hover .ag-header-actions .ag-header-cell-menu-button[data-v-08855a14]{opacity:1}.ag-header-cell-menu-button:focus .ag-header-actions .ag-header-cell-menu-button[data-v-08855a14]{opacity:1}.pv-table-row-number[data-v-706ed5a9]{padding:8px 12px 8px 0;text-align:center;color:#89989b}.pv-text-tertiary[data-v-28d810ab]{color:#6e8081}.pv-query-builder-input-wrapper[data-v-eb60dc33]{display:flex;align-items:center;position:relative;width:100%;background:#f7f8f8;padding:.25rem;border-radius:.5rem;border:2px solid transparent;font-size:.75rem;min-height:2.25rem;cursor:text}.pv-query-builder-input[data-v-eb60dc33]{justify-content:start;overflow-x:hidden}.pv-query-builder-input-wrapper input[data-v-eb60dc33]{border:none;background:transparent;outline:none;font-size:.75rem}.pv-query-builder-input-wrapper[data-v-eb60dc33]:focus-within{border:2px solid #36c5ba}.pv-table-overlay{position:absolute;margin-top:20px;z-index:2;background:#fff;width:100%;top:100%;left:50%;height:calc(100% - 40px);transform:translate(-50%,-50%);pointer-events:none}.ag-header-cell-resize{border:none!important}.ag-row-group-leaf-indent{padding-left:7px;margin-left:0}.ag-custom-loading-cell{width:100%;height:40%;margin:15px;background-color:#ccc;border-radius:4px}.ag-group-value{width:100%}.ag-menu-option:hover{background-color:#f7f8f8}.ag-menu-option:active{background-color:#e8f2f4}.ag-menu-option-text{font-family:Inter,sans-serif}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
-
import { defineComponent as Fe, mergeModels as Go, useTemplateRef as si, ref as W, toRefs as Yf, watch as nt, useModel as
|
|
2
|
+
import { defineComponent as Fe, mergeModels as Go, useTemplateRef as si, ref as W, toRefs as Yf, watch as nt, useModel as Kt, getCurrentInstance as bi, createElementBlock as H, onMounted as $o, markRaw as Qf, onUnmounted as Xf, openBlock as k, mergeDefaults as Zf, toRaw as Od, isRef as Tl, isReactive as Jf, isProxy as em, createVNode as Pe, render as Gd, toRef as tm, readonly as Lu, customRef as om, shallowRef as Vn, toValue as Ze, nextTick as Ti, getCurrentScope as im, onScopeDispose as sm, computed as $, unref as oe, normalizeStyle as Bo, renderSlot as mt, withDirectives as No, createElementVNode as K, createBlock as me, normalizeClass as He, createTextVNode as uo, Teleport as El, withCtx as Qe, createCommentVNode as ee, onBeforeMount as Il, Fragment as _e, toDisplayString as Re, withModifiers as gr, vModelText as Ou, resolveDynamicComponent as Ks, normalizeProps as rs, mergeProps as qs, renderList as lo, vShow as Gu, vModelDynamic as rm, vModelCheckbox as nm, inject as Je, onBeforeUnmount as am, createSlots as Bd, guardReactiveProps as Nd, provide as Et } from "vue";
|
|
3
3
|
var Ho = class {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.allSyncListeners = /* @__PURE__ */ new Map(), this.allAsyncListeners = /* @__PURE__ */ new Map(), this.globalSyncListeners = /* @__PURE__ */ new Set(), this.globalAsyncListeners = /* @__PURE__ */ new Set(), this.asyncFunctionsQueue = [], this.scheduled = !1, this.firedEvents = {};
|
|
@@ -79,10 +79,10 @@ function lm(e, t) {
|
|
|
79
79
|
function Ll(e) {
|
|
80
80
|
return e?.getLocaleTextFunc() ?? lm;
|
|
81
81
|
}
|
|
82
|
-
function
|
|
83
|
-
o == null || typeof o == "string" && o == "" ? Ol(e, t) :
|
|
82
|
+
function Xt(e, t, o) {
|
|
83
|
+
o == null || typeof o == "string" && o == "" ? Ol(e, t) : Zt(e, t, o);
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function Zt(e, t, o) {
|
|
86
86
|
e.setAttribute(Bu(t), o.toString());
|
|
87
87
|
}
|
|
88
88
|
function Ol(e, t) {
|
|
@@ -104,80 +104,80 @@ function cm(e) {
|
|
|
104
104
|
function um(e) {
|
|
105
105
|
return e.getAttribute("aria-label");
|
|
106
106
|
}
|
|
107
|
-
function
|
|
108
|
-
|
|
107
|
+
function Bt(e, t) {
|
|
108
|
+
Xt(e, "label", t);
|
|
109
109
|
}
|
|
110
110
|
function ns(e, t) {
|
|
111
|
-
|
|
111
|
+
Xt(e, "labelledby", t);
|
|
112
112
|
}
|
|
113
113
|
function Gl(e, t) {
|
|
114
|
-
|
|
114
|
+
Xt(e, "describedby", t);
|
|
115
115
|
}
|
|
116
116
|
function Nu(e, t) {
|
|
117
|
-
|
|
117
|
+
Xt(e, "live", t);
|
|
118
118
|
}
|
|
119
119
|
function hm(e, t) {
|
|
120
|
-
|
|
120
|
+
Xt(e, "atomic", t);
|
|
121
121
|
}
|
|
122
122
|
function pm(e, t) {
|
|
123
|
-
|
|
123
|
+
Xt(e, "relevant", t);
|
|
124
124
|
}
|
|
125
125
|
function Hu(e, t) {
|
|
126
|
-
|
|
126
|
+
Xt(e, "level", t);
|
|
127
127
|
}
|
|
128
128
|
function Vu(e, t) {
|
|
129
|
-
|
|
129
|
+
Xt(e, "disabled", t);
|
|
130
130
|
}
|
|
131
131
|
function _u(e, t) {
|
|
132
|
-
|
|
132
|
+
Xt(e, "hidden", t);
|
|
133
133
|
}
|
|
134
134
|
function yo(e, t) {
|
|
135
|
-
|
|
135
|
+
Zt(e, "expanded", t);
|
|
136
136
|
}
|
|
137
137
|
function gm(e) {
|
|
138
138
|
Ol(e, "expanded");
|
|
139
139
|
}
|
|
140
140
|
function zu(e, t) {
|
|
141
|
-
|
|
141
|
+
Zt(e, "setsize", t);
|
|
142
142
|
}
|
|
143
143
|
function Wu(e, t) {
|
|
144
|
-
|
|
144
|
+
Zt(e, "posinset", t);
|
|
145
145
|
}
|
|
146
146
|
function fm(e, t) {
|
|
147
|
-
|
|
147
|
+
Zt(e, "multiselectable", t);
|
|
148
148
|
}
|
|
149
149
|
function mm(e, t) {
|
|
150
|
-
|
|
150
|
+
Zt(e, "rowcount", t);
|
|
151
151
|
}
|
|
152
152
|
function $u(e, t) {
|
|
153
|
-
|
|
153
|
+
Zt(e, "rowindex", t);
|
|
154
154
|
}
|
|
155
155
|
function vm(e, t) {
|
|
156
|
-
|
|
156
|
+
Zt(e, "colcount", t);
|
|
157
157
|
}
|
|
158
158
|
function Uu(e, t) {
|
|
159
|
-
|
|
159
|
+
Zt(e, "colindex", t);
|
|
160
160
|
}
|
|
161
161
|
function Cm(e, t) {
|
|
162
|
-
|
|
162
|
+
Zt(e, "colspan", t);
|
|
163
163
|
}
|
|
164
164
|
function bm(e, t) {
|
|
165
|
-
|
|
165
|
+
Zt(e, "sort", t);
|
|
166
166
|
}
|
|
167
167
|
function wm(e) {
|
|
168
168
|
Ol(e, "sort");
|
|
169
169
|
}
|
|
170
170
|
function Xa(e, t) {
|
|
171
|
-
|
|
171
|
+
Xt(e, "selected", t);
|
|
172
172
|
}
|
|
173
173
|
function ju(e, t) {
|
|
174
|
-
|
|
174
|
+
Zt(e, "checked", t === void 0 ? "mixed" : t);
|
|
175
175
|
}
|
|
176
176
|
function ym(e, t) {
|
|
177
|
-
|
|
177
|
+
Xt(e, "controls", t.id), ns(t, e.id);
|
|
178
178
|
}
|
|
179
179
|
function Sm(e, t) {
|
|
180
|
-
|
|
180
|
+
Xt(e, "haspopup", t === !1 ? null : t);
|
|
181
181
|
}
|
|
182
182
|
function Ku(e, t) {
|
|
183
183
|
return t === void 0 ? e("ariaIndeterminate", "indeterminate") : t === !0 ? e("ariaChecked", "checked") : e("ariaUnchecked", "unchecked");
|
|
@@ -236,7 +236,7 @@ function Vd(e, t, o) {
|
|
|
236
236
|
}
|
|
237
237
|
var Fm = "[tabindex], input, select, button, textarea, [href]", Xu = "[disabled], .ag-disabled:not(.ag-button), .ag-disabled *";
|
|
238
238
|
function Nl(e) {
|
|
239
|
-
const t = Element.prototype.matches || Element.prototype.msMatchesSelector, i = t.call(e, "input, select, button, textarea"), s = t.call(e, Xu), r =
|
|
239
|
+
const t = Element.prototype.matches || Element.prototype.msMatchesSelector, i = t.call(e, "input, select, button, textarea"), s = t.call(e, Xu), r = Nt(e);
|
|
240
240
|
return i && !s && r;
|
|
241
241
|
}
|
|
242
242
|
function re(e, t, o = {}) {
|
|
@@ -339,13 +339,13 @@ function St(e) {
|
|
|
339
339
|
for (; e && e.firstChild; )
|
|
340
340
|
e.removeChild(e.firstChild);
|
|
341
341
|
}
|
|
342
|
-
function
|
|
342
|
+
function jt(e) {
|
|
343
343
|
e && e.parentNode && e.parentNode.removeChild(e);
|
|
344
344
|
}
|
|
345
345
|
function eh(e) {
|
|
346
346
|
return !!e.offsetParent;
|
|
347
347
|
}
|
|
348
|
-
function
|
|
348
|
+
function Nt(e) {
|
|
349
349
|
const t = e;
|
|
350
350
|
return t.checkVisibility ? t.checkVisibility({ checkVisibilityCSS: !0 }) : !(!eh(e) || window.getComputedStyle(e).visibility !== "visible");
|
|
351
351
|
}
|
|
@@ -614,7 +614,7 @@ function uh(e, t) {
|
|
|
614
614
|
function po(e, t) {
|
|
615
615
|
return uh(e, "clientSide");
|
|
616
616
|
}
|
|
617
|
-
function
|
|
617
|
+
function Ht(e, t) {
|
|
618
618
|
return uh(e, "serverSide");
|
|
619
619
|
}
|
|
620
620
|
function Ct(e, t) {
|
|
@@ -629,7 +629,7 @@ function zl(e) {
|
|
|
629
629
|
function Vm(e, t) {
|
|
630
630
|
return t ? !e.get("enableStrictPivotColumnOrder") : e.get("maintainColumnOrder");
|
|
631
631
|
}
|
|
632
|
-
function
|
|
632
|
+
function Ut(e, t, o = !1, i) {
|
|
633
633
|
const { gos: s, environment: r } = e;
|
|
634
634
|
if (i == null && (i = r.getDefaultRowHeight()), zl(s)) {
|
|
635
635
|
if (o)
|
|
@@ -1146,7 +1146,7 @@ var nv = /[&<>"']/g, av = {
|
|
|
1146
1146
|
'"': """,
|
|
1147
1147
|
"'": "'"
|
|
1148
1148
|
};
|
|
1149
|
-
function
|
|
1149
|
+
function qt(e, t) {
|
|
1150
1150
|
if (e == null)
|
|
1151
1151
|
return null;
|
|
1152
1152
|
const o = e.toString().toString();
|
|
@@ -1164,7 +1164,7 @@ function So(e) {
|
|
|
1164
1164
|
}
|
|
1165
1165
|
var Kn = class extends T {
|
|
1166
1166
|
constructor(e, t, o, i) {
|
|
1167
|
-
super(), this.colDef = e, this.userProvidedColDef = t, this.colId = o, this.primary = i, this.isColumn = !0, this.instanceId = Fh(), this.autoHeaderHeight = null, this.moving = !1, this.menuVisible = !1, this.lastLeftPinned = !1, this.firstRightPinned = !1, this.filterActive = !1, this.colEventSvc = new Ho(), this.tooltipEnabled = !1, this.rowGroupActive = !1, this.pivotActive = !1, this.aggregationActive = !1, this.flex = null, this.colIdSanitised =
|
|
1167
|
+
super(), this.colDef = e, this.userProvidedColDef = t, this.colId = o, this.primary = i, this.isColumn = !0, this.instanceId = Fh(), this.autoHeaderHeight = null, this.moving = !1, this.menuVisible = !1, this.lastLeftPinned = !1, this.firstRightPinned = !1, this.filterActive = !1, this.colEventSvc = new Ho(), this.tooltipEnabled = !1, this.rowGroupActive = !1, this.pivotActive = !1, this.aggregationActive = !1, this.flex = null, this.colIdSanitised = qt(o);
|
|
1168
1168
|
}
|
|
1169
1169
|
destroy() {
|
|
1170
1170
|
super.destroy(), this.beans.rowSpanSvc?.deregister(this);
|
|
@@ -1669,7 +1669,7 @@ function Ae(e) {
|
|
|
1669
1669
|
if (e?.length)
|
|
1670
1670
|
return e[e.length - 1];
|
|
1671
1671
|
}
|
|
1672
|
-
function
|
|
1672
|
+
function Yt(e, t, o) {
|
|
1673
1673
|
return e == null && t == null ? !0 : e != null && t != null && e.length === t.length && e.every((i, s) => o ? o(i, t[s]) : t[s] === i);
|
|
1674
1674
|
}
|
|
1675
1675
|
function Dr(e, t) {
|
|
@@ -1726,7 +1726,7 @@ function Cn(e) {
|
|
|
1726
1726
|
return e instanceof Array ? t = e : typeof e == "string" && (t = e.split(",")), t;
|
|
1727
1727
|
}
|
|
1728
1728
|
function Ph(e, t) {
|
|
1729
|
-
return
|
|
1729
|
+
return Yt(e, t, (o, i) => o.getColId() === i.getColId());
|
|
1730
1730
|
}
|
|
1731
1731
|
function Mh(e) {
|
|
1732
1732
|
e.map = {}, e.list.forEach((t) => e.map[t.getId()] = t);
|
|
@@ -1969,7 +1969,7 @@ function wn(e, t, o, i, s = null) {
|
|
|
1969
1969
|
source: i
|
|
1970
1970
|
});
|
|
1971
1971
|
}
|
|
1972
|
-
function
|
|
1972
|
+
function kt(e, t, o) {
|
|
1973
1973
|
const {
|
|
1974
1974
|
colModel: i,
|
|
1975
1975
|
rowGroupColsSvc: s,
|
|
@@ -2073,9 +2073,9 @@ function Bh(e, t) {
|
|
|
2073
2073
|
const w = Hh(m);
|
|
2074
2074
|
ze(w.rowGroupIndex) && w.rowGroup && (w.rowGroupIndex = d++), ze(w.pivotIndex) && w.pivot && (w.pivotIndex = c++), l.push(w);
|
|
2075
2075
|
};
|
|
2076
|
-
i?.getColumns()?.forEach(u), s?.getColumns()?.forEach(u), a?.forEach(u),
|
|
2076
|
+
i?.getColumns()?.forEach(u), s?.getColumns()?.forEach(u), a?.forEach(u), kt(e, { state: l }, t);
|
|
2077
2077
|
const h = i?.getColumns() ?? [], f = [...s?.getColumns() ?? [], ...h, ...r].map((m) => ({ colId: m.colId }));
|
|
2078
|
-
|
|
2078
|
+
kt(e, { state: f, applyOrder: !0 }, t);
|
|
2079
2079
|
}
|
|
2080
2080
|
function Nh(e, t) {
|
|
2081
2081
|
const { rowGroupColsSvc: o, pivotColsSvc: i, valueColsSvc: s, colModel: r, sortSvc: n, eventSvc: a } = e, l = {
|
|
@@ -2088,7 +2088,7 @@ function Nh(e, t) {
|
|
|
2088
2088
|
}), () => {
|
|
2089
2089
|
const u = (F, D, b, C) => {
|
|
2090
2090
|
const R = D.map(C), x = b.map(C);
|
|
2091
|
-
if (
|
|
2091
|
+
if (Yt(R, x))
|
|
2092
2092
|
return;
|
|
2093
2093
|
const z = new Set(D);
|
|
2094
2094
|
b.forEach((O) => {
|
|
@@ -2309,7 +2309,7 @@ var qd = (e, t, o, i) => {
|
|
|
2309
2309
|
} = this.beans, h = this.selectCols(n, this.colDefCols);
|
|
2310
2310
|
this.createColumnsForService([o, i, s], h);
|
|
2311
2311
|
const p = Vm(this.gos, this.showingPivotResult);
|
|
2312
|
-
(!e || p) && this.restoreColOrder(h), this.positionLockedCols(h), a?.refresh(), r?.refreshCols(), this.setColSpanActive(), l?.setAutoHeightActive(h), d.clear(), c.clear(), !
|
|
2312
|
+
(!e || p) && this.restoreColOrder(h), this.positionLockedCols(h), a?.refresh(), r?.refreshCols(), this.setColSpanActive(), l?.setAutoHeightActive(h), d.clear(), c.clear(), !Yt(t, this.cols.tree) && u.dispatchEvent({
|
|
2313
2313
|
type: "gridColumnsChanged"
|
|
2314
2314
|
});
|
|
2315
2315
|
}
|
|
@@ -2348,7 +2348,7 @@ var qd = (e, t, o, i) => {
|
|
|
2348
2348
|
this.ready && (this.refreshCols(!1), this.beans.visibleCols.refresh(e));
|
|
2349
2349
|
}
|
|
2350
2350
|
setColsVisible(e, t = !1, o) {
|
|
2351
|
-
|
|
2351
|
+
kt(
|
|
2352
2352
|
this.beans,
|
|
2353
2353
|
{
|
|
2354
2354
|
state: e.map((i) => ({
|
|
@@ -3261,10 +3261,10 @@ function Pi(e, t, o = !1) {
|
|
|
3261
3261
|
const i = Fm;
|
|
3262
3262
|
let s = Xu;
|
|
3263
3263
|
t && (s += ", " + t), o && (s += ', [tabindex="-1"]');
|
|
3264
|
-
const r = Array.prototype.slice.apply(e.querySelectorAll(i)).filter((l) =>
|
|
3264
|
+
const r = Array.prototype.slice.apply(e.querySelectorAll(i)).filter((l) => Nt(l)), n = Array.prototype.slice.apply(e.querySelectorAll(s));
|
|
3265
3265
|
return n.length ? ((l, d) => l.filter((c) => d.indexOf(c) === -1))(r, n) : r;
|
|
3266
3266
|
}
|
|
3267
|
-
function
|
|
3267
|
+
function Qt(e, t = !1, o = !1, i = !1) {
|
|
3268
3268
|
const s = Pi(
|
|
3269
3269
|
e,
|
|
3270
3270
|
i ? ".ag-tab-guard" : null,
|
|
@@ -3546,7 +3546,7 @@ var xC = class extends T {
|
|
|
3546
3546
|
}
|
|
3547
3547
|
onDisplayColumnsChanged() {
|
|
3548
3548
|
const e = this.getColSpanningList();
|
|
3549
|
-
|
|
3549
|
+
Yt(this.colsSpanning, e) || (this.colsSpanning = e, this.onWidthChanged(), this.onLeftChanged());
|
|
3550
3550
|
}
|
|
3551
3551
|
setupColSpan() {
|
|
3552
3552
|
this.column.getColDef().colSpan != null && (this.colsSpanning = this.getColSpanningList(), this.addManagedListeners(this.beans.eventSvc, {
|
|
@@ -5079,7 +5079,7 @@ var YC = { tag: "div", cls: "ag-filter" }, lp = class extends ce {
|
|
|
5079
5079
|
const { centered: e, forcePopupParentAsOffsetParent: t, minWidth: o, width: i, minHeight: s, height: r, x: n, y: a } = this.config;
|
|
5080
5080
|
this.offsetParent || this.setOffsetParent();
|
|
5081
5081
|
let l = 0, d = 0;
|
|
5082
|
-
const c =
|
|
5082
|
+
const c = Nt(this.element);
|
|
5083
5083
|
if (c) {
|
|
5084
5084
|
const u = this.findBoundaryElement(), h = window.getComputedStyle(u);
|
|
5085
5085
|
if (h.minWidth != null) {
|
|
@@ -5536,7 +5536,7 @@ var Qn = class extends ce {
|
|
|
5536
5536
|
return;
|
|
5537
5537
|
const n = s && s.length > 0 && !this.isReadOnly();
|
|
5538
5538
|
if (this.eButtonsPanel ? (St(this.eButtonsPanel), this.buttonListeners.forEach((d) => d()), this.buttonListeners = []) : n && (this.eButtonsPanel = Ne({ tag: "div", cls: "ag-filter-apply-panel" })), !n) {
|
|
5539
|
-
this.eButtonsPanel &&
|
|
5539
|
+
this.eButtonsPanel && jt(this.eButtonsPanel);
|
|
5540
5540
|
return;
|
|
5541
5541
|
}
|
|
5542
5542
|
const a = document.createDocumentFragment(), l = (d) => {
|
|
@@ -6211,7 +6211,7 @@ var eb = class extends T {
|
|
|
6211
6211
|
center: !1,
|
|
6212
6212
|
right: !1,
|
|
6213
6213
|
fullWidth: !1
|
|
6214
|
-
}, this.rowDragComps = [], this.lastMouseDownOnDragger = !1, this.emptyStyle = {}, this.updateColumnListsPending = !1, this.rowId = null, this.businessKey = null, this.beans = t, this.gos = t.gos, this.paginationPage = t.pagination?.getCurrentPage() ?? 0, this.suppressRowTransform = this.gos.get("suppressRowTransform"), this.instanceId = e.id + "-" + tb++, this.rowId =
|
|
6214
|
+
}, this.rowDragComps = [], this.lastMouseDownOnDragger = !1, this.emptyStyle = {}, this.updateColumnListsPending = !1, this.rowId = null, this.businessKey = null, this.beans = t, this.gos = t.gos, this.paginationPage = t.pagination?.getCurrentPage() ?? 0, this.suppressRowTransform = this.gos.get("suppressRowTransform"), this.instanceId = e.id + "-" + tb++, this.rowId = qt(e.id), this.initRowBusinessKey(), this.rowFocused = t.focusSvc.isRowFocused(this.rowNode.rowIndex, this.rowNode.rowPinned), this.rowLevel = ec(this.rowNode), this.setRowType(), this.setAnimateFlags(o), this.rowStyles = this.processStylesFromGridOptions(), this.addListeners();
|
|
6215
6215
|
}
|
|
6216
6216
|
initRowBusinessKey() {
|
|
6217
6217
|
this.businessKeyForNodeFunc = this.gos.get("getBusinessKeyForNode"), this.updateRowBusinessKey();
|
|
@@ -6220,7 +6220,7 @@ var eb = class extends T {
|
|
|
6220
6220
|
if (typeof this.businessKeyForNodeFunc != "function")
|
|
6221
6221
|
return;
|
|
6222
6222
|
const e = this.businessKeyForNodeFunc(this.rowNode);
|
|
6223
|
-
this.businessKey =
|
|
6223
|
+
this.businessKey = qt(e);
|
|
6224
6224
|
}
|
|
6225
6225
|
updateGui(e, t) {
|
|
6226
6226
|
e === "left" ? this.leftGui = t : e === "right" ? this.rightGui = t : e === "fullWidth" ? this.fullWidthGui = t : this.centerGui = t;
|
|
@@ -6262,7 +6262,7 @@ var eb = class extends T {
|
|
|
6262
6262
|
this.businessKey != null && e.setRowBusinessKey(this.businessKey);
|
|
6263
6263
|
}
|
|
6264
6264
|
setRowCompRowId(e) {
|
|
6265
|
-
const t =
|
|
6265
|
+
const t = qt(this.rowNode.id);
|
|
6266
6266
|
this.rowId = t, t != null && e.setRowId(t);
|
|
6267
6267
|
}
|
|
6268
6268
|
executeSlideAndFadeAnimations(e) {
|
|
@@ -6607,7 +6607,7 @@ var eb = class extends T {
|
|
|
6607
6607
|
return this.fullWidthGui ? this.fullWidthGui.element : null;
|
|
6608
6608
|
}
|
|
6609
6609
|
getRowYPosition() {
|
|
6610
|
-
const e = this.allRowGuis.find((t) =>
|
|
6610
|
+
const e = this.allRowGuis.find((t) => Nt(t.element))?.element;
|
|
6611
6611
|
return e ? e.getBoundingClientRect().top : 0;
|
|
6612
6612
|
}
|
|
6613
6613
|
onSuppressCellFocusChanged(e) {
|
|
@@ -6879,7 +6879,7 @@ var eb = class extends T {
|
|
|
6879
6879
|
onRowHeightChanged(e) {
|
|
6880
6880
|
if (this.rowNode.rowHeight == null)
|
|
6881
6881
|
return;
|
|
6882
|
-
const t = this.rowNode.rowHeight, o = this.beans.environment.getDefaultRowHeight(), s = zl(this.gos) ?
|
|
6882
|
+
const t = this.rowNode.rowHeight, o = this.beans.environment.getDefaultRowHeight(), s = zl(this.gos) ? Ut(this.beans, this.rowNode).height : void 0, r = s ? `${Math.min(o, s) - 2}px` : void 0;
|
|
6883
6883
|
this.forEachGui(e, (n) => {
|
|
6884
6884
|
n.element.style.height = `${t}px`, r && n.element.style.setProperty("--ag-line-height", r);
|
|
6885
6885
|
});
|
|
@@ -7732,7 +7732,7 @@ var pb = ["topCenter", "topLeft", "topRight"], gb = ["bottomCenter", "bottomLeft
|
|
|
7732
7732
|
attemptSettingScrollPosition(e) {
|
|
7733
7733
|
const t = this.eViewport;
|
|
7734
7734
|
nh(
|
|
7735
|
-
() =>
|
|
7735
|
+
() => Nt(t),
|
|
7736
7736
|
() => this.setScrollPosition(e),
|
|
7737
7737
|
100
|
|
7738
7738
|
);
|
|
@@ -7803,7 +7803,7 @@ var pb = ["topCenter", "topLeft", "topRight"], gb = ["bottomCenter", "bottomLeft
|
|
|
7803
7803
|
return pn(this.eViewport, this.enableRtl);
|
|
7804
7804
|
}
|
|
7805
7805
|
setScrollPosition(e) {
|
|
7806
|
-
|
|
7806
|
+
Nt(this.eViewport) || this.attemptSettingScrollPosition(e), gn(this.eViewport, e, this.enableRtl);
|
|
7807
7807
|
}
|
|
7808
7808
|
}, Mb = {
|
|
7809
7809
|
selector: "AG-FAKE-HORIZONTAL-SCROLL",
|
|
@@ -7843,7 +7843,7 @@ var pb = ["topCenter", "topLeft", "topRight"], gb = ["bottomCenter", "bottomLeft
|
|
|
7843
7843
|
return this.eViewport.scrollTop;
|
|
7844
7844
|
}
|
|
7845
7845
|
setScrollPosition(e, t) {
|
|
7846
|
-
!t && !
|
|
7846
|
+
!t && !Nt(this.eViewport) && this.attemptSettingScrollPosition(e), this.eViewport.scrollTop = e;
|
|
7847
7847
|
}
|
|
7848
7848
|
}, Tb = {
|
|
7849
7849
|
selector: "AG-FAKE-VERTICAL-SCROLL",
|
|
@@ -9298,7 +9298,7 @@ var Jb = (
|
|
|
9298
9298
|
o == null || o == "" || um(e) !== null ? ns(e, "") : ns(e, t ?? "");
|
|
9299
9299
|
}
|
|
9300
9300
|
setAriaLabel(e) {
|
|
9301
|
-
return
|
|
9301
|
+
return Bt(this.getAriaElement(), e), this.refreshAriaLabelledBy(), this;
|
|
9302
9302
|
}
|
|
9303
9303
|
onValueChange(e) {
|
|
9304
9304
|
return this.addManagedListeners(this, { fieldValueChanged: () => e(this.getValue()) }), this;
|
|
@@ -9372,7 +9372,7 @@ var ji = class extends Fp {
|
|
|
9372
9372
|
return Yi(this.eInput, "placeholder", e), this;
|
|
9373
9373
|
}
|
|
9374
9374
|
setInputAriaLabel(e) {
|
|
9375
|
-
return
|
|
9375
|
+
return Bt(this.eInput, e), this.refreshAriaLabelledBy(), this;
|
|
9376
9376
|
}
|
|
9377
9377
|
setDisabled(e) {
|
|
9378
9378
|
return Ys(this.eInput, e), super.setDisabled(e);
|
|
@@ -9950,7 +9950,7 @@ var ji = class extends Fp {
|
|
|
9950
9950
|
}
|
|
9951
9951
|
checkRightRowModelType(e) {
|
|
9952
9952
|
const { gos: t, rowModel: o } = this.beans;
|
|
9953
|
-
return po(t) ||
|
|
9953
|
+
return po(t) || Ht(t) ? !0 : (_(129, { feature: e, rowModel: o.getType() }), !1);
|
|
9954
9954
|
}
|
|
9955
9955
|
onCbSelectAll() {
|
|
9956
9956
|
if (this.processingEventFromCheckbox || !this.cbSelectAllVisible)
|
|
@@ -10554,7 +10554,7 @@ var yw = class extends T {
|
|
|
10554
10554
|
}
|
|
10555
10555
|
clearOptions() {
|
|
10556
10556
|
this.options = [], this.reset(!0), this.itemEls.forEach((e) => {
|
|
10557
|
-
|
|
10557
|
+
jt(e);
|
|
10558
10558
|
}), this.itemEls = [], this.refreshAriaRole();
|
|
10559
10559
|
}
|
|
10560
10560
|
refreshAriaRole() {
|
|
@@ -10616,7 +10616,7 @@ var yw = class extends T {
|
|
|
10616
10616
|
this.value = null, this.displayValue = null, this.clearHighlighted(), e || this.fireChangeEvent();
|
|
10617
10617
|
}
|
|
10618
10618
|
highlightItem(e) {
|
|
10619
|
-
if (!
|
|
10619
|
+
if (!Nt(e))
|
|
10620
10620
|
return;
|
|
10621
10621
|
this.clearHighlighted(), this.highlightedEl = e, e.classList.add(this.activeClass), Xa(e, !0);
|
|
10622
10622
|
const t = this.getGui(), { scrollTop: o, clientHeight: i } = t, { offsetTop: s, offsetHeight: r } = e;
|
|
@@ -10624,7 +10624,7 @@ var yw = class extends T {
|
|
|
10624
10624
|
}
|
|
10625
10625
|
clearHighlighted() {
|
|
10626
10626
|
const e = this.highlightedEl;
|
|
10627
|
-
!e || !
|
|
10627
|
+
!e || !Nt(e) || (e.classList.remove(this.activeClass), Xa(e, !1), this.highlightedEl = null);
|
|
10628
10628
|
}
|
|
10629
10629
|
fireChangeEvent() {
|
|
10630
10630
|
this.dispatchLocalEvent({ type: "fieldValueChanged" }), this.fireItemSelected();
|
|
@@ -11097,7 +11097,7 @@ var yw = class extends T {
|
|
|
11097
11097
|
}
|
|
11098
11098
|
destroy() {
|
|
11099
11099
|
const { eTopGuard: e, eBottomGuard: t } = this;
|
|
11100
|
-
|
|
11100
|
+
jt(e), jt(t), super.destroy();
|
|
11101
11101
|
}
|
|
11102
11102
|
}, Ni = class extends ce {
|
|
11103
11103
|
initialiseTabGuard(e) {
|
|
@@ -11446,11 +11446,11 @@ var Iw = { tag: "div", cls: "ag-pinned-left-header", role: "rowgroup" }, Lw = {
|
|
|
11446
11446
|
const t = this.includeRowDrag || this.includeDndSource || this.includeSelection, o = t || this.forceWrapper, i = o && this.eCellWrapper == null;
|
|
11447
11447
|
i && (this.eCellWrapper = Ne({ tag: "div", cls: "ag-cell-wrapper", role: "presentation" }), this.eCell.appendChild(this.eCellWrapper));
|
|
11448
11448
|
const s = !o && this.eCellWrapper != null;
|
|
11449
|
-
s && (
|
|
11449
|
+
s && (jt(this.eCellWrapper), this.eCellWrapper = void 0), this.cellCssClassManager.addOrRemoveCssClass("ag-cell-value", !o);
|
|
11450
11450
|
const r = !e && o, n = r && this.eCellValue == null;
|
|
11451
11451
|
n && (this.eCellValue = Ne({ tag: "span", cls: "ag-cell-value", role: "presentation" }), this.eCellWrapper.appendChild(this.eCellValue));
|
|
11452
11452
|
const a = !r && this.eCellValue != null;
|
|
11453
|
-
a && (
|
|
11453
|
+
a && (jt(this.eCellValue), this.eCellValue = void 0);
|
|
11454
11454
|
const l = i || s || n || a;
|
|
11455
11455
|
return l && this.removeControls(), !e && t && this.addControls(), l;
|
|
11456
11456
|
}
|
|
@@ -11467,16 +11467,16 @@ var Iw = { tag: "div", cls: "ag-pinned-left-header", role: "rowgroup" }, Lw = {
|
|
|
11467
11467
|
insertValueWithoutCellRenderer(e) {
|
|
11468
11468
|
const t = this.getParentOfValue();
|
|
11469
11469
|
St(t);
|
|
11470
|
-
const o = e != null ?
|
|
11470
|
+
const o = e != null ? qt(e, !0) : null;
|
|
11471
11471
|
o != null && (t.textContent = o);
|
|
11472
11472
|
}
|
|
11473
11473
|
destroyRenderer() {
|
|
11474
11474
|
const { context: e } = this.beans;
|
|
11475
|
-
this.cellRenderer = e.destroyBean(this.cellRenderer),
|
|
11475
|
+
this.cellRenderer = e.destroyBean(this.cellRenderer), jt(this.cellRendererGui), this.cellRendererGui = null, this.rendererVersion++;
|
|
11476
11476
|
}
|
|
11477
11477
|
destroyEditor() {
|
|
11478
11478
|
const { context: e } = this.beans;
|
|
11479
|
-
(this.cellEditorPopupWrapper?.getGui().contains(We(this.beans)) || this.cellCtrl.hasBrowserFocus()) && this.eCell.focus({ preventScroll: !0 }), this.hideEditorPopup?.(), this.hideEditorPopup = void 0, this.cellEditor = e.destroyBean(this.cellEditor), this.cellEditorPopupWrapper = e.destroyBean(this.cellEditorPopupWrapper),
|
|
11479
|
+
(this.cellEditorPopupWrapper?.getGui().contains(We(this.beans)) || this.cellCtrl.hasBrowserFocus()) && this.eCell.focus({ preventScroll: !0 }), this.hideEditorPopup?.(), this.hideEditorPopup = void 0, this.cellEditor = e.destroyBean(this.cellEditor), this.cellEditorPopupWrapper = e.destroyBean(this.cellEditorPopupWrapper), jt(this.cellEditorGui), this.cellEditorGui = null, this.editorVersion++;
|
|
11480
11480
|
}
|
|
11481
11481
|
refreshCellRenderer(e) {
|
|
11482
11482
|
if (this.cellRenderer?.refresh == null || this.cellRendererClass !== e.componentClass)
|
|
@@ -11984,7 +11984,7 @@ var Uw = class extends ce {
|
|
|
11984
11984
|
if (i.focusGridView({ column: r[0], backwards: e }))
|
|
11985
11985
|
return !0;
|
|
11986
11986
|
for (let n = 1; n < o.length; n++)
|
|
11987
|
-
if (
|
|
11987
|
+
if (Qt(o[n].getGui(), e))
|
|
11988
11988
|
return !0;
|
|
11989
11989
|
return !1;
|
|
11990
11990
|
}
|
|
@@ -12021,7 +12021,7 @@ var Uw = class extends ce {
|
|
|
12021
12021
|
}
|
|
12022
12022
|
focusContainer(e, t) {
|
|
12023
12023
|
e.setAllowFocus?.(!0);
|
|
12024
|
-
const o =
|
|
12024
|
+
const o = Qt(e.getGui(), t, !1, !0);
|
|
12025
12025
|
return e.setAllowFocus?.(!1), o;
|
|
12026
12026
|
}
|
|
12027
12027
|
getFocusableContainers() {
|
|
@@ -12105,7 +12105,7 @@ var Uw = class extends ce {
|
|
|
12105
12105
|
const e = [this.gridBody];
|
|
12106
12106
|
return [this.sideBar, this.pagination].forEach((t) => {
|
|
12107
12107
|
t && e.push(t);
|
|
12108
|
-
}), e.filter((t) =>
|
|
12108
|
+
}), e.filter((t) => Nt(t.getGui()));
|
|
12109
12109
|
}
|
|
12110
12110
|
}, he = (e, t) => {
|
|
12111
12111
|
for (const o of Object.keys(t))
|
|
@@ -12759,7 +12759,7 @@ function Ip(e) {
|
|
|
12759
12759
|
const b = D.filter((R) => w.includes(R));
|
|
12760
12760
|
if (v === null)
|
|
12761
12761
|
v = b;
|
|
12762
|
-
else if (!
|
|
12762
|
+
else if (!Yt(b, v))
|
|
12763
12763
|
break;
|
|
12764
12764
|
const C = uy(D);
|
|
12765
12765
|
y.push({ move: F, fragCount: C });
|
|
@@ -14506,7 +14506,7 @@ function Zy(e) {
|
|
|
14506
14506
|
return e.colModel.getColDefCols();
|
|
14507
14507
|
}
|
|
14508
14508
|
function Jy(e, t) {
|
|
14509
|
-
return
|
|
14509
|
+
return kt(e, t, "api");
|
|
14510
14510
|
}
|
|
14511
14511
|
function eS(e) {
|
|
14512
14512
|
return rr(e);
|
|
@@ -14876,7 +14876,7 @@ var fS = class extends T {
|
|
|
14876
14876
|
i,
|
|
14877
14877
|
s
|
|
14878
14878
|
)
|
|
14879
|
-
), o.length &&
|
|
14879
|
+
), o.length && kt(this.beans, { state: o }, "cellDataTypeInferred"), this.initialData = null;
|
|
14880
14880
|
}
|
|
14881
14881
|
generateColumnStateForRowGroupAndPivotIndexes(e, t) {
|
|
14882
14882
|
const o = {}, { rowGroupColsSvc: i, pivotColsSvc: s } = this.beans;
|
|
@@ -15507,7 +15507,7 @@ ${s}`;
|
|
|
15507
15507
|
const i = o;
|
|
15508
15508
|
return t.has(i) || t.set(i, e(o)), t.get(i);
|
|
15509
15509
|
};
|
|
15510
|
-
}, fo = (e) => ({ ref: "accentColor", mix: e }),
|
|
15510
|
+
}, fo = (e) => ({ ref: "accentColor", mix: e }), Wt = (e) => ({ ref: "foregroundColor", mix: e }), ao = (e) => ({
|
|
15511
15511
|
ref: "foregroundColor",
|
|
15512
15512
|
mix: e,
|
|
15513
15513
|
onto: "backgroundColor"
|
|
@@ -15515,10 +15515,10 @@ ${s}`;
|
|
|
15515
15515
|
ref: "foregroundColor",
|
|
15516
15516
|
mix: e,
|
|
15517
15517
|
onto: "headerBackgroundColor"
|
|
15518
|
-
}),
|
|
15518
|
+
}), Gt = { ref: "backgroundColor" }, ws = { ref: "foregroundColor" }, ei = { ref: "accentColor" }, An = {
|
|
15519
15519
|
backgroundColor: "#fff",
|
|
15520
15520
|
foregroundColor: "#181d1f",
|
|
15521
|
-
borderColor:
|
|
15521
|
+
borderColor: Wt(0.15),
|
|
15522
15522
|
chromeBackgroundColor: ao(0.02),
|
|
15523
15523
|
browserColorScheme: "light"
|
|
15524
15524
|
}, VS = {
|
|
@@ -15557,7 +15557,7 @@ ${s}`;
|
|
|
15557
15557
|
sideButtonTextColor: { ref: "textColor" },
|
|
15558
15558
|
sideButtonHoverBackgroundColor: { ref: "sideButtonBackgroundColor" },
|
|
15559
15559
|
sideButtonHoverTextColor: { ref: "sideButtonTextColor" },
|
|
15560
|
-
sideButtonSelectedBackgroundColor:
|
|
15560
|
+
sideButtonSelectedBackgroundColor: Gt,
|
|
15561
15561
|
sideButtonSelectedTextColor: { ref: "sideButtonTextColor" },
|
|
15562
15562
|
sideButtonBorder: "solid 1px transparent",
|
|
15563
15563
|
sideButtonSelectedBorder: !0,
|
|
@@ -15619,7 +15619,7 @@ ${s}`;
|
|
|
15619
15619
|
ref: "backgroundColor",
|
|
15620
15620
|
mix: 0.66
|
|
15621
15621
|
},
|
|
15622
|
-
oddRowBackgroundColor:
|
|
15622
|
+
oddRowBackgroundColor: Gt,
|
|
15623
15623
|
borderRadius: 4,
|
|
15624
15624
|
wrapperBorderRadius: 8,
|
|
15625
15625
|
cellHorizontalPadding: {
|
|
@@ -15648,12 +15648,12 @@ ${s}`;
|
|
|
15648
15648
|
popupShadow: "0 0 16px #00000026",
|
|
15649
15649
|
cardShadow: "0 1px 4px 1px #00000018",
|
|
15650
15650
|
dropdownShadow: { ref: "cardShadow" },
|
|
15651
|
-
dragAndDropImageBackgroundColor:
|
|
15651
|
+
dragAndDropImageBackgroundColor: Gt,
|
|
15652
15652
|
dragAndDropImageBorder: !0,
|
|
15653
15653
|
dragAndDropImageShadow: {
|
|
15654
15654
|
ref: "popupShadow"
|
|
15655
15655
|
},
|
|
15656
|
-
dragHandleColor:
|
|
15656
|
+
dragHandleColor: Wt(0.7),
|
|
15657
15657
|
focusShadow: {
|
|
15658
15658
|
spread: 3,
|
|
15659
15659
|
color: fo(0.5)
|
|
@@ -15685,7 +15685,7 @@ ${s}`;
|
|
|
15685
15685
|
iconButtonBackgroundSpread: 4,
|
|
15686
15686
|
iconButtonBorderRadius: 1,
|
|
15687
15687
|
iconButtonHoverColor: { ref: "iconButtonColor" },
|
|
15688
|
-
iconButtonHoverBackgroundColor:
|
|
15688
|
+
iconButtonHoverBackgroundColor: Wt(0.1),
|
|
15689
15689
|
iconButtonActiveColor: ei,
|
|
15690
15690
|
iconButtonActiveBackgroundColor: fo(0.28),
|
|
15691
15691
|
iconButtonActiveIndicatorColor: ei,
|
|
@@ -15693,10 +15693,10 @@ ${s}`;
|
|
|
15693
15693
|
toggleButtonHeight: 18,
|
|
15694
15694
|
toggleButtonOnBackgroundColor: ei,
|
|
15695
15695
|
toggleButtonOffBackgroundColor: ao(0.3),
|
|
15696
|
-
toggleButtonSwitchBackgroundColor:
|
|
15696
|
+
toggleButtonSwitchBackgroundColor: Gt,
|
|
15697
15697
|
toggleButtonSwitchInset: 2,
|
|
15698
15698
|
menuBorder: {
|
|
15699
|
-
color:
|
|
15699
|
+
color: Wt(0.2)
|
|
15700
15700
|
},
|
|
15701
15701
|
menuBackgroundColor: ao(0.03),
|
|
15702
15702
|
menuTextColor: ao(0.95),
|
|
@@ -15710,7 +15710,7 @@ ${s}`;
|
|
|
15710
15710
|
ref: "iconSize"
|
|
15711
15711
|
},
|
|
15712
15712
|
chartMenuPanelWidth: 260,
|
|
15713
|
-
chartMenuLabelColor:
|
|
15713
|
+
chartMenuLabelColor: Wt(0.8),
|
|
15714
15714
|
dialogShadow: {
|
|
15715
15715
|
ref: "popupShadow"
|
|
15716
15716
|
},
|
|
@@ -15719,9 +15719,9 @@ ${s}`;
|
|
|
15719
15719
|
},
|
|
15720
15720
|
cellEditingShadow: { ref: "cardShadow" },
|
|
15721
15721
|
dialogBorder: {
|
|
15722
|
-
color:
|
|
15722
|
+
color: Wt(0.2)
|
|
15723
15723
|
},
|
|
15724
|
-
panelBackgroundColor:
|
|
15724
|
+
panelBackgroundColor: Gt,
|
|
15725
15725
|
panelTitleBarBackgroundColor: {
|
|
15726
15726
|
ref: "headerBackgroundColor"
|
|
15727
15727
|
},
|
|
@@ -15746,7 +15746,7 @@ ${s}`;
|
|
|
15746
15746
|
ref: "textColor"
|
|
15747
15747
|
},
|
|
15748
15748
|
tooltipBorder: !0,
|
|
15749
|
-
columnDropCellBackgroundColor:
|
|
15749
|
+
columnDropCellBackgroundColor: Wt(0.07),
|
|
15750
15750
|
columnDropCellTextColor: {
|
|
15751
15751
|
ref: "textColor"
|
|
15752
15752
|
},
|
|
@@ -15754,11 +15754,11 @@ ${s}`;
|
|
|
15754
15754
|
ref: "textColor"
|
|
15755
15755
|
},
|
|
15756
15756
|
columnDropCellBorder: {
|
|
15757
|
-
color:
|
|
15757
|
+
color: Wt(0.13)
|
|
15758
15758
|
},
|
|
15759
|
-
selectCellBackgroundColor:
|
|
15759
|
+
selectCellBackgroundColor: Wt(0.07),
|
|
15760
15760
|
selectCellBorder: {
|
|
15761
|
-
color:
|
|
15761
|
+
color: Wt(0.13)
|
|
15762
15762
|
},
|
|
15763
15763
|
advancedFilterBuilderButtonBarBorder: !0,
|
|
15764
15764
|
advancedFilterBuilderIndentSize: {
|
|
@@ -15775,7 +15775,7 @@ ${s}`;
|
|
|
15775
15775
|
filterToolPanelGroupIndent: {
|
|
15776
15776
|
ref: "spacing"
|
|
15777
15777
|
},
|
|
15778
|
-
rowLoadingSkeletonEffectColor:
|
|
15778
|
+
rowLoadingSkeletonEffectColor: Wt(0.15),
|
|
15779
15779
|
statusBarLabelColor: ws,
|
|
15780
15780
|
statusBarLabelFontWeight: 500,
|
|
15781
15781
|
statusBarValueColor: ws,
|
|
@@ -15804,7 +15804,7 @@ ${s}`;
|
|
|
15804
15804
|
feature: "buttonStyle",
|
|
15805
15805
|
params: {
|
|
15806
15806
|
...zS,
|
|
15807
|
-
buttonBackgroundColor:
|
|
15807
|
+
buttonBackgroundColor: Gt,
|
|
15808
15808
|
buttonBorder: !0,
|
|
15809
15809
|
buttonHoverBackgroundColor: { ref: "rowHoverColor" },
|
|
15810
15810
|
buttonActiveBorder: { color: ei }
|
|
@@ -16016,20 +16016,20 @@ ${r}}
|
|
|
16016
16016
|
checkboxBorderRadius: {
|
|
16017
16017
|
ref: "borderRadius"
|
|
16018
16018
|
},
|
|
16019
|
-
checkboxUncheckedBackgroundColor:
|
|
16019
|
+
checkboxUncheckedBackgroundColor: Gt,
|
|
16020
16020
|
checkboxUncheckedBorderColor: ao(0.3),
|
|
16021
16021
|
checkboxCheckedBackgroundColor: ei,
|
|
16022
16022
|
checkboxCheckedBorderColor: { ref: "checkboxCheckedBackgroundColor" },
|
|
16023
16023
|
checkboxCheckedShapeImage: {
|
|
16024
16024
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" d="M1 3.5 3.5 6l5-5"/></svg>'
|
|
16025
16025
|
},
|
|
16026
|
-
checkboxCheckedShapeColor:
|
|
16026
|
+
checkboxCheckedShapeColor: Gt,
|
|
16027
16027
|
checkboxIndeterminateBackgroundColor: ao(0.3),
|
|
16028
16028
|
checkboxIndeterminateBorderColor: { ref: "checkboxIndeterminateBackgroundColor" },
|
|
16029
16029
|
checkboxIndeterminateShapeImage: {
|
|
16030
16030
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="10" height="2" fill="none"><rect width="10" height="2" fill="#000" rx="1"/></svg>'
|
|
16031
16031
|
},
|
|
16032
|
-
checkboxIndeterminateShapeColor:
|
|
16032
|
+
checkboxIndeterminateShapeColor: Gt,
|
|
16033
16033
|
radioCheckedShapeImage: {
|
|
16034
16034
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><circle cx="3" cy="3" r="3" fill="#000"/></svg>'
|
|
16035
16035
|
}
|
|
@@ -16050,8 +16050,8 @@ ${r}}
|
|
|
16050
16050
|
advancedFilterBuilderColumnPillColor: "#355f2d",
|
|
16051
16051
|
advancedFilterBuilderOptionPillColor: "#5a3168",
|
|
16052
16052
|
advancedFilterBuilderValuePillColor: "#374c86",
|
|
16053
|
-
findMatchColor:
|
|
16054
|
-
findActiveMatchColor:
|
|
16053
|
+
findMatchColor: Gt,
|
|
16054
|
+
findActiveMatchColor: Gt,
|
|
16055
16055
|
checkboxUncheckedBorderColor: ao(0.4),
|
|
16056
16056
|
toggleButtonOffBackgroundColor: ao(0.4)
|
|
16057
16057
|
}), h0 = () => ({
|
|
@@ -16200,7 +16200,7 @@ ${r}}
|
|
|
16200
16200
|
feature: "inputStyle",
|
|
16201
16201
|
params: {
|
|
16202
16202
|
...y0,
|
|
16203
|
-
inputBackgroundColor:
|
|
16203
|
+
inputBackgroundColor: Gt,
|
|
16204
16204
|
inputBorder: !0,
|
|
16205
16205
|
inputBorderRadius: {
|
|
16206
16206
|
ref: "borderRadius"
|
|
@@ -16270,7 +16270,7 @@ ${r}}
|
|
|
16270
16270
|
params: {
|
|
16271
16271
|
...F0,
|
|
16272
16272
|
tabBarBorder: !0,
|
|
16273
|
-
tabBarBackgroundColor:
|
|
16273
|
+
tabBarBackgroundColor: Wt(0.05),
|
|
16274
16274
|
tabTextColor: {
|
|
16275
16275
|
ref: "textColor",
|
|
16276
16276
|
mix: 0.7
|
|
@@ -16284,7 +16284,7 @@ ${r}}
|
|
|
16284
16284
|
tabSelectedBorderColor: {
|
|
16285
16285
|
ref: "borderColor"
|
|
16286
16286
|
},
|
|
16287
|
-
tabSelectedBackgroundColor:
|
|
16287
|
+
tabSelectedBackgroundColor: Gt
|
|
16288
16288
|
},
|
|
16289
16289
|
css: x0
|
|
16290
16290
|
}), P0 = /* @__PURE__ */ D0(), M0 = () => i0().withPart(u0).withPart(g0).withPart(C0).withPart(P0).withPart(R0).withPart(Vp).withParams({
|
|
@@ -16945,7 +16945,7 @@ var N0 = class extends T {
|
|
|
16945
16945
|
}
|
|
16946
16946
|
focusOverlay(e) {
|
|
16947
16947
|
const t = this.overlays?.isVisible() && this.overlays.eWrapper?.getGui();
|
|
16948
|
-
return !!t &&
|
|
16948
|
+
return !!t && Qt(t, e);
|
|
16949
16949
|
}
|
|
16950
16950
|
focusGridView(e) {
|
|
16951
16951
|
const { backwards: t = !1, canFocusOverlay: o = !0, event: i } = e;
|
|
@@ -17416,7 +17416,7 @@ var U0 = Qp(!0), j0 = Qp(!1), K0 = class extends ce {
|
|
|
17416
17416
|
const { displayName: t } = e, o = this.currentDisplayName;
|
|
17417
17417
|
if (this.currentDisplayName = t, o === t || this.innerHeaderComponent || this.isLoadingInnerComponent)
|
|
17418
17418
|
return;
|
|
17419
|
-
const i =
|
|
17419
|
+
const i = qt(t, !0);
|
|
17420
17420
|
this.eText.textContent = i;
|
|
17421
17421
|
}
|
|
17422
17422
|
addInIcon(e, t, o) {
|
|
@@ -17435,7 +17435,7 @@ var U0 = Qp(!0), j0 = Qp(!1), K0 = class extends ce {
|
|
|
17435
17435
|
if (!this.eMenu)
|
|
17436
17436
|
return;
|
|
17437
17437
|
if (this.currentShowMenu = this.workOutShowMenu(), !this.currentShowMenu) {
|
|
17438
|
-
|
|
17438
|
+
jt(this.eMenu), this.eMenu = void 0;
|
|
17439
17439
|
return;
|
|
17440
17440
|
}
|
|
17441
17441
|
const { gos: e, eMenu: t, params: o } = this, i = at(e);
|
|
@@ -17492,7 +17492,7 @@ var U0 = Qp(!0), j0 = Qp(!1), K0 = class extends ce {
|
|
|
17492
17492
|
}
|
|
17493
17493
|
configureFilter(e, t, o, i) {
|
|
17494
17494
|
if (!e)
|
|
17495
|
-
return
|
|
17495
|
+
return jt(t), !1;
|
|
17496
17496
|
const s = this.params.column;
|
|
17497
17497
|
return this.addInIcon(i, t, s), this.addManagedListeners(s, { filterChanged: o }), o(), !0;
|
|
17498
17498
|
}
|
|
@@ -17595,7 +17595,7 @@ var U0 = Qp(!0), j0 = Qp(!1), K0 = class extends ce {
|
|
|
17595
17595
|
setupLabel(e) {
|
|
17596
17596
|
const { displayName: t, columnGroup: o } = e, i = this.innerHeaderGroupComponent || this.isLoadingInnerComponent;
|
|
17597
17597
|
if (Q(t) && !i) {
|
|
17598
|
-
const s =
|
|
17598
|
+
const s = qt(t, !0);
|
|
17599
17599
|
this.agLabel.textContent = s;
|
|
17600
17600
|
}
|
|
17601
17601
|
this.addOrRemoveCssClass("ag-sticky-label", !o.getColGroupDef()?.suppressStickyLabel);
|
|
@@ -18653,7 +18653,7 @@ var SR = (
|
|
|
18653
18653
|
r.refresh?.(ne(this.gos, { ...n ?? {} }));
|
|
18654
18654
|
});
|
|
18655
18655
|
}
|
|
18656
|
-
o && this.isGridFocused() &&
|
|
18656
|
+
o && this.isGridFocused() && Qt(this.eOverlayWrapper);
|
|
18657
18657
|
}
|
|
18658
18658
|
});
|
|
18659
18659
|
}
|
|
@@ -18689,7 +18689,7 @@ var SR = (
|
|
|
18689
18689
|
super(...arguments), this.beanName = "overlays", this.state = 0, this.showInitialOverlay = !0, this.wrapperPadding = 0;
|
|
18690
18690
|
}
|
|
18691
18691
|
postConstruct() {
|
|
18692
|
-
this.isClientSide = po(this.gos), this.isServerSide = !this.isClientSide &&
|
|
18692
|
+
this.isClientSide = po(this.gos), this.isServerSide = !this.isClientSide && Ht(this.gos);
|
|
18693
18693
|
const e = () => this.updateOverlayVisibility();
|
|
18694
18694
|
this.addManagedEventListeners({
|
|
18695
18695
|
newColumnsLoaded: e,
|
|
@@ -20155,7 +20155,7 @@ var ys = (e, t) => ({
|
|
|
20155
20155
|
this.initialised || this.init();
|
|
20156
20156
|
}
|
|
20157
20157
|
init() {
|
|
20158
|
-
this.executeValueGetter = this.valueCache ? this.executeValueGetterWithValueCache.bind(this) : this.executeValueGetterWithoutValueCache.bind(this), this.isSsrm =
|
|
20158
|
+
this.executeValueGetter = this.valueCache ? this.executeValueGetterWithValueCache.bind(this) : this.executeValueGetterWithoutValueCache.bind(this), this.isSsrm = Ht(this.gos), this.cellExpressions = this.gos.get("enableCellExpressions"), this.isTreeData = this.gos.get("treeData"), this.initialised = !0;
|
|
20159
20159
|
const e = (t) => this.callColumnCellValueChangedHandler(t);
|
|
20160
20160
|
this.eventSvc.addEventListener("cellValueChanged", e, !0), this.addDestroyFunc(() => this.eventSvc.removeEventListener("cellValueChanged", e, !0)), this.addManagedPropertyListener("treeData", (t) => this.isTreeData = t.currentValue);
|
|
20161
20161
|
}
|
|
@@ -21068,7 +21068,7 @@ var YR = [
|
|
|
21068
21068
|
// will need to type params
|
|
21069
21069
|
init(e) {
|
|
21070
21070
|
const { value: t } = e;
|
|
21071
|
-
this.getGui().textContent =
|
|
21071
|
+
this.getGui().textContent = qt(t, !0);
|
|
21072
21072
|
}
|
|
21073
21073
|
};
|
|
21074
21074
|
function og(e) {
|
|
@@ -21166,7 +21166,7 @@ var lx = class extends T {
|
|
|
21166
21166
|
if (!(e.group && !this.gos.get("treeData")))
|
|
21167
21167
|
return !1;
|
|
21168
21168
|
if (this.groupColumns.indexOf(t) !== -1) {
|
|
21169
|
-
if (e.groupData?.[t.getId()] !== void 0 ||
|
|
21169
|
+
if (e.groupData?.[t.getId()] !== void 0 || Ht(this.gos) && e.group)
|
|
21170
21170
|
return !0;
|
|
21171
21171
|
if (e.footer && e.level === -1) {
|
|
21172
21172
|
const n = t.getColDef();
|
|
@@ -21317,18 +21317,18 @@ var ux = {
|
|
|
21317
21317
|
suppressSetFilterByDefault: !0,
|
|
21318
21318
|
getDataPath: !0,
|
|
21319
21319
|
enableCellSpan: !0
|
|
21320
|
-
},
|
|
21321
|
-
onGroupExpandedOrCollapsed: [
|
|
21322
|
-
refreshClientSideRowModel: [
|
|
21323
|
-
isRowDataEmpty: [
|
|
21324
|
-
forEachLeafNode: [
|
|
21325
|
-
forEachNodeAfterFilter: [
|
|
21326
|
-
forEachNodeAfterFilterAndSort: [
|
|
21327
|
-
resetRowHeights: [
|
|
21328
|
-
applyTransaction: [
|
|
21329
|
-
applyTransactionAsync: [
|
|
21330
|
-
flushAsyncTransactions: [
|
|
21331
|
-
getBestCostNodeSelection: [
|
|
21320
|
+
}, Ft = "clientSide", bt = "serverSide", Vi = "infinite", hx = {
|
|
21321
|
+
onGroupExpandedOrCollapsed: [Ft],
|
|
21322
|
+
refreshClientSideRowModel: [Ft],
|
|
21323
|
+
isRowDataEmpty: [Ft],
|
|
21324
|
+
forEachLeafNode: [Ft],
|
|
21325
|
+
forEachNodeAfterFilter: [Ft],
|
|
21326
|
+
forEachNodeAfterFilterAndSort: [Ft],
|
|
21327
|
+
resetRowHeights: [Ft],
|
|
21328
|
+
applyTransaction: [Ft],
|
|
21329
|
+
applyTransactionAsync: [Ft],
|
|
21330
|
+
flushAsyncTransactions: [Ft],
|
|
21331
|
+
getBestCostNodeSelection: [Ft],
|
|
21332
21332
|
getServerSideSelectionState: [bt],
|
|
21333
21333
|
setServerSideSelectionState: [bt],
|
|
21334
21334
|
applyServerSideTransaction: [bt],
|
|
@@ -21342,9 +21342,9 @@ var ux = {
|
|
|
21342
21342
|
purgeInfiniteCache: [Vi],
|
|
21343
21343
|
getInfiniteRowCount: [Vi],
|
|
21344
21344
|
isLastRowIndexKnown: [Vi, bt],
|
|
21345
|
-
expandAll: [
|
|
21346
|
-
collapseAll: [
|
|
21347
|
-
onRowHeightChanged: [
|
|
21345
|
+
expandAll: [Ft, bt],
|
|
21346
|
+
collapseAll: [Ft, bt],
|
|
21347
|
+
onRowHeightChanged: [Ft, bt],
|
|
21348
21348
|
setRowCount: [Vi, bt],
|
|
21349
21349
|
getCacheBlockState: [Vi, bt]
|
|
21350
21350
|
}, px = {
|
|
@@ -23171,7 +23171,7 @@ var Hx = class extends T {
|
|
|
23171
23171
|
}
|
|
23172
23172
|
setupAria() {
|
|
23173
23173
|
const e = this.getLocaleTextFunc();
|
|
23174
|
-
|
|
23174
|
+
Bt(this.eButtonShowMainFilter, e("ariaFilterMenuOpen", "Open Filter Menu"));
|
|
23175
23175
|
}
|
|
23176
23176
|
onTabKeyDown(e) {
|
|
23177
23177
|
const { beans: t } = this;
|
|
@@ -23213,7 +23213,7 @@ var Hx = class extends T {
|
|
|
23213
23213
|
return;
|
|
23214
23214
|
e.stopPropagation();
|
|
23215
23215
|
case P.ENTER:
|
|
23216
|
-
t &&
|
|
23216
|
+
t && Qt(this.eGui) && e.preventDefault();
|
|
23217
23217
|
break;
|
|
23218
23218
|
case P.ESCAPE:
|
|
23219
23219
|
t || this.eGui.focus();
|
|
@@ -23227,7 +23227,7 @@ var Hx = class extends T {
|
|
|
23227
23227
|
const s = this.lastFocusEvent, r = !!(s && s.key === P.TAB);
|
|
23228
23228
|
if (s && r) {
|
|
23229
23229
|
const n = s.shiftKey;
|
|
23230
|
-
|
|
23230
|
+
Qt(this.eGui, n);
|
|
23231
23231
|
}
|
|
23232
23232
|
}
|
|
23233
23233
|
this.focusThis();
|
|
@@ -23541,7 +23541,7 @@ var ng = {
|
|
|
23541
23541
|
}
|
|
23542
23542
|
createPopupWrapper(e, t, o) {
|
|
23543
23543
|
const i = this.getPopupParent(), { environment: s, gos: r } = this.beans, n = Ne({ tag: "div" });
|
|
23544
|
-
return s.applyThemeClasses(n), n.classList.add("ag-popup"), e.classList.add(r.get("enableRtl") ? "ag-rtl" : "ag-ltr", "ag-popup-child"), e.hasAttribute("role") || vt(e, "dialog"),
|
|
23544
|
+
return s.applyThemeClasses(n), n.classList.add("ag-popup"), e.classList.add(r.get("enableRtl") ? "ag-rtl" : "ag-ltr", "ag-popup-child"), e.hasAttribute("role") || vt(e, "dialog"), Bt(e, t), n.appendChild(e), i.appendChild(n), o ? this.setAlwaysOnTop(e, !0) : this.bringPopupToFront(e), n;
|
|
23545
23545
|
}
|
|
23546
23546
|
handleThemeChange(e) {
|
|
23547
23547
|
if (e.themeChanged) {
|
|
@@ -24603,7 +24603,7 @@ var rF = class extends T {
|
|
|
24603
24603
|
const d = () => n?.afterGuiDetached(), c = Ch(this.gos) ? i ?? this.beans.ctrlsSvc.getGridBodyCtrl().eGridBody : void 0, u = (f) => {
|
|
24604
24604
|
kn(e, !1, "contextMenu");
|
|
24605
24605
|
const m = f instanceof KeyboardEvent;
|
|
24606
|
-
this.tabListener && (this.tabListener = this.tabListener()), m && i &&
|
|
24606
|
+
this.tabListener && (this.tabListener = this.tabListener()), m && i && Nt(i) && Zl(i)?.focus({ preventScroll: !0 }), d(), this.destroyBean(this.activeMenu), this.dispatchVisibleChangedEvent(!1, o, e), r?.();
|
|
24607
24607
|
}, h = this.getLocaleTextFunc(), p = s && o !== "columnFilter" ? h("ariaLabelColumnMenu", "Column Menu") : h("ariaLabelColumnFilter", "Column Filter"), g = this.popupSvc?.addPopup({
|
|
24608
24608
|
modal: !0,
|
|
24609
24609
|
eChild: a,
|
|
@@ -24618,7 +24618,7 @@ var rF = class extends T {
|
|
|
24618
24618
|
}), kn(e, !0, "contextMenu"), this.dispatchVisibleChangedEvent(!0, o, e);
|
|
24619
24619
|
}
|
|
24620
24620
|
trapFocusWithin(e, t) {
|
|
24621
|
-
e.key !== P.TAB || e.defaultPrevented || Fo(this.beans, t, !1, e.shiftKey) || (e.preventDefault(),
|
|
24621
|
+
e.key !== P.TAB || e.defaultPrevented || Fo(this.beans, t, !1, e.shiftKey) || (e.preventDefault(), Qt(t, e.shiftKey));
|
|
24622
24622
|
}
|
|
24623
24623
|
dispatchVisibleChangedEvent(e, t, o) {
|
|
24624
24624
|
this.eventSvc.dispatchEvent({
|
|
@@ -24766,7 +24766,7 @@ var uF = class extends Qn {
|
|
|
24766
24766
|
r = this.areSimpleModelsEqual(n, a);
|
|
24767
24767
|
} else {
|
|
24768
24768
|
const n = e, a = t;
|
|
24769
|
-
r = n.operator === a.operator &&
|
|
24769
|
+
r = n.operator === a.operator && Yt(
|
|
24770
24770
|
n.conditions,
|
|
24771
24771
|
a.conditions,
|
|
24772
24772
|
(l, d) => this.areSimpleModelsEqual(l, d)
|
|
@@ -24923,11 +24923,11 @@ var uF = class extends Qn {
|
|
|
24923
24923
|
this.removeElements(s, a, t), this.removeComponents(r, a, t), this.removeComponents(n, a, t);
|
|
24924
24924
|
}
|
|
24925
24925
|
removeElements(e, t, o) {
|
|
24926
|
-
kc(e, t, o).forEach((s) =>
|
|
24926
|
+
kc(e, t, o).forEach((s) => jt(s));
|
|
24927
24927
|
}
|
|
24928
24928
|
removeComponents(e, t, o) {
|
|
24929
24929
|
kc(e, t, o).forEach((s) => {
|
|
24930
|
-
|
|
24930
|
+
jt(s.getGui()), this.destroyBean(s);
|
|
24931
24931
|
});
|
|
24932
24932
|
}
|
|
24933
24933
|
afterGuiAttached(e) {
|
|
@@ -25628,7 +25628,7 @@ var SF = class extends T {
|
|
|
25628
25628
|
const t = Di(e.source), o = e.currentValue;
|
|
25629
25629
|
this.columns?.list.forEach((i) => {
|
|
25630
25630
|
const s = this.createSelectionColDef(o);
|
|
25631
|
-
i.setColDef(s, null, t),
|
|
25631
|
+
i.setColDef(s, null, t), kt(this.beans, { state: [{ colId: i.getColId(), ...s }] }, t);
|
|
25632
25632
|
});
|
|
25633
25633
|
}
|
|
25634
25634
|
getColumn(e) {
|
|
@@ -25692,7 +25692,7 @@ var SF = class extends T {
|
|
|
25692
25692
|
if (o.length !== 0) {
|
|
25693
25693
|
if (!o.some(pg)) {
|
|
25694
25694
|
const i = rr(t).find((s) => _o(s.colId));
|
|
25695
|
-
i &&
|
|
25695
|
+
i && kt(
|
|
25696
25696
|
t,
|
|
25697
25697
|
{
|
|
25698
25698
|
state: [{ colId: i.colId, hide: !i.hide }]
|
|
@@ -25704,7 +25704,7 @@ var SF = class extends T {
|
|
|
25704
25704
|
const i = o[0], s = gg(i);
|
|
25705
25705
|
if (!s)
|
|
25706
25706
|
return;
|
|
25707
|
-
|
|
25707
|
+
kt(t, { state: [{ colId: s.getColId(), hide: !0 }] }, e);
|
|
25708
25708
|
}
|
|
25709
25709
|
}
|
|
25710
25710
|
}
|
|
@@ -25797,7 +25797,7 @@ function _F(e, t, o) {
|
|
|
25797
25797
|
}
|
|
25798
25798
|
}
|
|
25799
25799
|
function zF(e) {
|
|
25800
|
-
return
|
|
25800
|
+
return Ht(e.gos) ? e.rowModel.getBlockStates() : e.rowNodeBlockLoader?.getBlockState() ?? {};
|
|
25801
25801
|
}
|
|
25802
25802
|
function WF(e) {
|
|
25803
25803
|
return e.rowModel.isLastRowIndexKnown();
|
|
@@ -26005,7 +26005,7 @@ var QF = class extends T {
|
|
|
26005
26005
|
for (let c = l; c <= d; c++) {
|
|
26006
26006
|
const u = this.getRow(c);
|
|
26007
26007
|
if (u.rowHeightEstimated) {
|
|
26008
|
-
const h =
|
|
26008
|
+
const h = Ut(this.beans, u);
|
|
26009
26009
|
u.setRowHeight(h.height), s = !0, r = !0;
|
|
26010
26010
|
}
|
|
26011
26011
|
}
|
|
@@ -26041,7 +26041,7 @@ var QF = class extends T {
|
|
|
26041
26041
|
for (let n = 0, a = r.length; n < a; ++n) {
|
|
26042
26042
|
const l = r[n];
|
|
26043
26043
|
if (l.id != null && i.add(l.id), l.rowHeight == null) {
|
|
26044
|
-
const d =
|
|
26044
|
+
const d = Ut(e, l, s, t);
|
|
26045
26045
|
l.setRowHeight(d.height, d.estimated);
|
|
26046
26046
|
}
|
|
26047
26047
|
l.setRowTop(o), l.setRowIndex(n), o += l.rowHeight;
|
|
@@ -26671,7 +26671,7 @@ var lD = {
|
|
|
26671
26671
|
}
|
|
26672
26672
|
processRows(e, t) {
|
|
26673
26673
|
return (o) => {
|
|
26674
|
-
const i = this.rowModel, s = po(this.gos), r =
|
|
26674
|
+
const i = this.rowModel, s = po(this.gos), r = Ht(this.gos), n = !s && e.onlySelected, a = this.processRow.bind(this, o, e, t), { exportedRows: l = "filteredAndSorted" } = e;
|
|
26675
26675
|
if (e.rowPositions)
|
|
26676
26676
|
return e.rowPositions.filter((d) => d.rowPinned == null).sort((d, c) => d.rowIndex - c.rowIndex).map((d) => i.getRow(d.rowIndex)).forEach(a), o;
|
|
26677
26677
|
if (this.colModel.isPivotMode())
|
|
@@ -27126,7 +27126,7 @@ var yD = class extends T {
|
|
|
27126
27126
|
v.flex = w ?? null, v.width = y;
|
|
27127
27127
|
}), h.flex = null);
|
|
27128
27128
|
const p = l?.orderedColIds, g = !!p?.length, f = g ? p.map((m) => u(m)) : Object.values(c);
|
|
27129
|
-
f.length && (this.columnStates = f,
|
|
27129
|
+
f.length && (this.columnStates = f, kt(
|
|
27130
27130
|
this.beans,
|
|
27131
27131
|
{
|
|
27132
27132
|
state: f,
|
|
@@ -27147,7 +27147,7 @@ var yD = class extends T {
|
|
|
27147
27147
|
const n = [];
|
|
27148
27148
|
for (const a of t)
|
|
27149
27149
|
s.getPivotResultCol(a.colId) && n.push(a);
|
|
27150
|
-
|
|
27150
|
+
kt(
|
|
27151
27151
|
i,
|
|
27152
27152
|
{
|
|
27153
27153
|
state: n,
|
|
@@ -27483,7 +27483,7 @@ var ID = class extends T {
|
|
|
27483
27483
|
_(94, { pageSizeSet: s, pageSizesSet: r, pageSizeOptions: e, paginationPageSizeOption: t }), r || _(95, { paginationPageSizeOption: t, paginationPageSizeSelector: Ss }), e.unshift("");
|
|
27484
27484
|
}
|
|
27485
27485
|
const i = String(o ? "" : t);
|
|
27486
|
-
this.selectPageSizeComp ? (
|
|
27486
|
+
this.selectPageSizeComp ? (Yt(this.pageSizeOptions, e) || (this.selectPageSizeComp.clearOptions().addOptions(this.createPageSizeSelectOptions(e)), this.pageSizeOptions = e), this.selectPageSizeComp.setValue(i, !0)) : this.createPageSizeSelectorComp(e, i), this.hasEmptyOption = o;
|
|
27487
27487
|
}
|
|
27488
27488
|
createPageSizeSelectOptions(e) {
|
|
27489
27489
|
return e.map((t) => ({
|
|
@@ -29131,7 +29131,7 @@ const mP = { ref: "root" }, vP = /* @__PURE__ */ Fe({
|
|
|
29131
29131
|
{ deep: !0 }
|
|
29132
29132
|
);
|
|
29133
29133
|
});
|
|
29134
|
-
const h = /* @__PURE__ */ new Set(["rowDataUpdated", "cellValueChanged", "rowValueChanged"]), p =
|
|
29134
|
+
const h = /* @__PURE__ */ new Set(["rowDataUpdated", "cellValueChanged", "rowValueChanged"]), p = Kt(e, "modelValue"), g = W(!1), f = W(!1), m = o;
|
|
29135
29135
|
nt(
|
|
29136
29136
|
p,
|
|
29137
29137
|
(C, R) => {
|
|
@@ -29273,16 +29273,16 @@ var CP = class {
|
|
|
29273
29273
|
"01": "GRID",
|
|
29274
29274
|
"02": "CHARTS",
|
|
29275
29275
|
"0102": "BOTH"
|
|
29276
|
-
}, Ec = "https://www.ag-grid.com/licensing/", Cg = class
|
|
29276
|
+
}, Ec = "https://www.ag-grid.com/licensing/", Cg = class Pt {
|
|
29277
29277
|
constructor(t) {
|
|
29278
29278
|
this.watermarkMessage = void 0, this.totalMessageLength = 124, this.document = t, this.md5 = new CP(), this.md5.init();
|
|
29279
29279
|
}
|
|
29280
29280
|
validateLicense() {
|
|
29281
|
-
const t = this.getLicenseDetails(
|
|
29281
|
+
const t = this.getLicenseDetails(Pt.licenseKey), o = `AG Grid ${t.currentLicenseType === "BOTH" ? "and AG Charts " : ""}Enterprise`, i = t.suppliedLicenseType === void 0 ? "" : `AG ${t.suppliedLicenseType === "BOTH" ? "Grid and AG Charts" : t.suppliedLicenseType === "GRID" ? "Grid" : "Charts"} Enterprise`;
|
|
29282
29282
|
if (t.missing)
|
|
29283
29283
|
(!this.isWebsiteUrl() || this.isForceWatermark()) && this.outputMissingLicenseKey(o);
|
|
29284
29284
|
else if (t.expired) {
|
|
29285
|
-
const s =
|
|
29285
|
+
const s = Pt.getGridReleaseDate(), r = Pt.formatDate(s);
|
|
29286
29286
|
this.outputExpiredKey(t.expiry, r, o, i);
|
|
29287
29287
|
} else t.valid ? t.isTrial && t.trialExpired && this.outputExpiredTrialKey(t.expiry, o, i) : this.outputInvalidLicenseKey(
|
|
29288
29288
|
!!t.incorrectLicenseType,
|
|
@@ -29292,17 +29292,17 @@ var CP = class {
|
|
|
29292
29292
|
}
|
|
29293
29293
|
static extractExpiry(t) {
|
|
29294
29294
|
const o = t.substring(t.lastIndexOf("_") + 1, t.length);
|
|
29295
|
-
return new Date(parseInt(
|
|
29295
|
+
return new Date(parseInt(Pt.decode(o), 10));
|
|
29296
29296
|
}
|
|
29297
29297
|
static extractLicenseComponents(t) {
|
|
29298
29298
|
let o = t.replace(/[\u200B-\u200D\uFEFF]/g, "");
|
|
29299
29299
|
if (o = o.replace(/\r?\n|\r/g, ""), t.length <= 32)
|
|
29300
29300
|
return { md5: null, license: t, version: null, isTrial: null };
|
|
29301
|
-
const i = o.length - 32, s = o.substring(i), r = o.substring(0, i), [n, a, l] =
|
|
29301
|
+
const i = o.length - 32, s = o.substring(i), r = o.substring(0, i), [n, a, l] = Pt.extractBracketedInformation(o);
|
|
29302
29302
|
return { md5: s, license: r, version: n, isTrial: a, type: l };
|
|
29303
29303
|
}
|
|
29304
29304
|
getLicenseDetails(t) {
|
|
29305
|
-
const o =
|
|
29305
|
+
const o = Pt.chartsLicenseManager ? "BOTH" : "GRID";
|
|
29306
29306
|
if (!t?.length)
|
|
29307
29307
|
return {
|
|
29308
29308
|
licenseKey: t,
|
|
@@ -29310,12 +29310,12 @@ var CP = class {
|
|
|
29310
29310
|
missing: !0,
|
|
29311
29311
|
currentLicenseType: o
|
|
29312
29312
|
};
|
|
29313
|
-
const i =
|
|
29313
|
+
const i = Pt.getGridReleaseDate(), { md5: s, license: r, version: n, isTrial: a, type: l } = Pt.extractLicenseComponents(t);
|
|
29314
29314
|
let d = s === this.md5.md5(r) && t.indexOf("For_Trialing_ag-Grid_Only") === -1, c, u, h = null, p = !1, g;
|
|
29315
29315
|
function f() {
|
|
29316
29316
|
c = h < /* @__PURE__ */ new Date(), u = void 0;
|
|
29317
29317
|
}
|
|
29318
|
-
if (d && (h =
|
|
29318
|
+
if (d && (h = Pt.extractExpiry(r), d = !isNaN(h.getTime()), d))
|
|
29319
29319
|
switch (u = i > h, n) {
|
|
29320
29320
|
case "legacy":
|
|
29321
29321
|
case "2": {
|
|
@@ -29328,7 +29328,7 @@ var CP = class {
|
|
|
29328
29328
|
return d ? {
|
|
29329
29329
|
licenseKey: t,
|
|
29330
29330
|
valid: d,
|
|
29331
|
-
expiry:
|
|
29331
|
+
expiry: Pt.formatDate(h),
|
|
29332
29332
|
expired: u,
|
|
29333
29333
|
version: n,
|
|
29334
29334
|
isTrial: a,
|
|
@@ -29382,7 +29382,7 @@ var CP = class {
|
|
|
29382
29382
|
return i + " " + o[s] + " " + r;
|
|
29383
29383
|
}
|
|
29384
29384
|
static getGridReleaseDate() {
|
|
29385
|
-
return new Date(parseInt(
|
|
29385
|
+
return new Date(parseInt(Pt.decode(Pt.RELEASE_INFORMATION), 10));
|
|
29386
29386
|
}
|
|
29387
29387
|
static decode(t) {
|
|
29388
29388
|
const o = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
@@ -29390,7 +29390,7 @@ var CP = class {
|
|
|
29390
29390
|
const h = t.replace(/[^A-Za-z0-9+/=]/g, "");
|
|
29391
29391
|
for (; u < h.length; )
|
|
29392
29392
|
a = o.indexOf(h.charAt(u++)), l = o.indexOf(h.charAt(u++)), d = o.indexOf(h.charAt(u++)), c = o.indexOf(h.charAt(u++)), s = a << 2 | l >> 4, r = (l & 15) << 4 | d >> 2, n = (d & 3) << 6 | c, i = i + String.fromCharCode(s), d != 64 && (i = i + String.fromCharCode(r)), c != 64 && (i = i + String.fromCharCode(n));
|
|
29393
|
-
return i =
|
|
29393
|
+
return i = Pt.utf8_decode(i), i;
|
|
29394
29394
|
}
|
|
29395
29395
|
static utf8_decode(t) {
|
|
29396
29396
|
t = t.replace(/rn/g, "n");
|
|
@@ -29507,7 +29507,7 @@ var Nr = Cg, bP = (
|
|
|
29507
29507
|
static setChartsLicenseManager(e) {
|
|
29508
29508
|
Nr.setChartsLicenseManager(e);
|
|
29509
29509
|
}
|
|
29510
|
-
}, st = "33.2.4",
|
|
29510
|
+
}, st = "33.2.4", Vt = {
|
|
29511
29511
|
moduleName: "EnterpriseCore",
|
|
29512
29512
|
version: st,
|
|
29513
29513
|
beans: [bg],
|
|
@@ -29665,7 +29665,7 @@ var FP = class extends ce {
|
|
|
29665
29665
|
destroy() {
|
|
29666
29666
|
this.closeButtonComp && (this.closeButtonComp = this.destroyBean(this.closeButtonComp));
|
|
29667
29667
|
const e = this.getGui();
|
|
29668
|
-
e &&
|
|
29668
|
+
e && Nt(e) && this.close(), super.destroy();
|
|
29669
29669
|
}
|
|
29670
29670
|
}, DP = class extends FP {
|
|
29671
29671
|
constructor(e) {
|
|
@@ -29808,7 +29808,7 @@ var wg = class extends Ni {
|
|
|
29808
29808
|
}
|
|
29809
29809
|
refreshAriaProperties() {
|
|
29810
29810
|
const t = this.getLocaleTextFunc()("ariaDefaultListName", this.listName || "List"), o = this.eContainer;
|
|
29811
|
-
vt(o, this.model?.getRowCount() > 0 ? this.ariaRole : "presentation"),
|
|
29811
|
+
vt(o, this.model?.getRowCount() > 0 ? this.ariaRole : "presentation"), Bt(o, t);
|
|
29812
29812
|
}
|
|
29813
29813
|
addResizeObserver() {
|
|
29814
29814
|
const e = () => ho(this.beans, () => this.drawVirtualRows()), t = di(this.beans, this.getGui(), e);
|
|
@@ -30388,7 +30388,7 @@ function zP(e, t, o, i) {
|
|
|
30388
30388
|
colId: r.getId(),
|
|
30389
30389
|
hide: !o
|
|
30390
30390
|
});
|
|
30391
|
-
}), s.length > 0 &&
|
|
30391
|
+
}), s.length > 0 && kt(e, { state: s }, i), e.selectionColSvc?.refreshVisibility(i);
|
|
30392
30392
|
}
|
|
30393
30393
|
function WP(e, t, o, i) {
|
|
30394
30394
|
$P(e, t, o, i);
|
|
@@ -30417,7 +30417,7 @@ function $P(e, t, o, i) {
|
|
|
30417
30417
|
aggFunc: null
|
|
30418
30418
|
});
|
|
30419
30419
|
};
|
|
30420
|
-
t.forEach(a), s.length > 0 &&
|
|
30420
|
+
t.forEach(a), s.length > 0 && kt(e, { state: s }, i);
|
|
30421
30421
|
}
|
|
30422
30422
|
function Dg(e, t) {
|
|
30423
30423
|
const { columns: o, visibleState: i, pivotState: s, eventType: r } = t, n = o.map((a) => {
|
|
@@ -30436,7 +30436,7 @@ function Dg(e, t) {
|
|
|
30436
30436
|
hide: !i?.[l]
|
|
30437
30437
|
};
|
|
30438
30438
|
});
|
|
30439
|
-
|
|
30439
|
+
kt(e, { state: n }, r);
|
|
30440
30440
|
}
|
|
30441
30441
|
function Pg(e) {
|
|
30442
30442
|
return {
|
|
@@ -30871,7 +30871,7 @@ var qP = {
|
|
|
30871
30871
|
modal: !0,
|
|
30872
30872
|
eChild: t,
|
|
30873
30873
|
closeOnEsc: !0,
|
|
30874
|
-
afterGuiAttached: () =>
|
|
30874
|
+
afterGuiAttached: () => Qt(o.getGui()),
|
|
30875
30875
|
ariaLabel: i("ariaLabelContextMenu", "Context Menu"),
|
|
30876
30876
|
closedCallback: (a) => {
|
|
30877
30877
|
a instanceof KeyboardEvent && this.parentEl.focus(), this.destroyBean(o);
|
|
@@ -31060,7 +31060,7 @@ var qP = {
|
|
|
31060
31060
|
}
|
|
31061
31061
|
refreshAriaLabel() {
|
|
31062
31062
|
const { cbSelect: e, focusWrapper: t, displayName: o } = this, i = this.getLocaleTextFunc(), s = i("ariaColumnGroup", "Column Group"), r = e.getValue(), n = r === void 0 ? i("ariaIndeterminate", "indeterminate") : r ? i("ariaVisible", "visible") : i("ariaHidden", "hidden"), a = i("ariaToggleVisibility", "Press SPACE to toggle visibility");
|
|
31063
|
-
|
|
31063
|
+
Bt(t, `${o} ${s}`), e.setInputAriaLabel(`${a} (${n})`), Gl(t, e.getInputElement().id);
|
|
31064
31064
|
}
|
|
31065
31065
|
onColumnStateChanged() {
|
|
31066
31066
|
const e = this.workOutSelectedValue(), t = this.workOutReadOnlyValue();
|
|
@@ -31168,7 +31168,7 @@ var qP = {
|
|
|
31168
31168
|
this.eDragHandle = d, d.classList.add("ag-drag-handle", "ag-column-select-column-drag-handle");
|
|
31169
31169
|
const c = t.getGui(), u = t.getInputElement();
|
|
31170
31170
|
c.insertAdjacentElement("afterend", d), u.setAttribute("tabindex", "-1");
|
|
31171
|
-
const h =
|
|
31171
|
+
const h = qt(o);
|
|
31172
31172
|
i.innerHTML = h, r && this.addCssClass("ag-column-select-add-group-indent"), this.addCssClass(`ag-column-select-indent-${s}`), this.getGui().style.setProperty("--ag-indentation-level", String(s)), this.tooltipFeature = this.createOptionalManagedBean(
|
|
31173
31173
|
e.registry.createDynamicBean("tooltipFeature", !1, {
|
|
31174
31174
|
getGui: () => this.getGui(),
|
|
@@ -31221,7 +31221,7 @@ var qP = {
|
|
|
31221
31221
|
}
|
|
31222
31222
|
refreshAriaLabel() {
|
|
31223
31223
|
const { cbSelect: e, focusWrapper: t, displayName: o } = this, i = this.getLocaleTextFunc(), s = i("ariaColumn", "Column"), r = e.getValue() ? i("ariaVisible", "visible") : i("ariaHidden", "hidden"), n = i("ariaToggleVisibility", "Press SPACE to toggle visibility");
|
|
31224
|
-
|
|
31224
|
+
Bt(t, `${o} ${s}`), this.cbSelect.setInputAriaLabel(`${n} (${r})`), Gl(t, e.getInputElement().id);
|
|
31225
31225
|
}
|
|
31226
31226
|
setupDragging() {
|
|
31227
31227
|
const e = this.eDragHandle;
|
|
@@ -31494,7 +31494,7 @@ var qP = {
|
|
|
31494
31494
|
}
|
|
31495
31495
|
refreshAriaLabel() {
|
|
31496
31496
|
const e = this.getLocaleTextFunc(), t = e("ariaColumnPanelList", "Column List"), o = e("columns", "Columns"), i = this.displayedColsList.length;
|
|
31497
|
-
|
|
31497
|
+
Bt(this.virtualList.getAriaElement(), `${t} ${i} ${o}`);
|
|
31498
31498
|
}
|
|
31499
31499
|
focusRowIfAlive(e) {
|
|
31500
31500
|
return e === -1 ? Promise.resolve() : new Promise((t) => {
|
|
@@ -32264,7 +32264,7 @@ var hM = class extends T {
|
|
|
32264
32264
|
} : null;
|
|
32265
32265
|
case "rowGroup":
|
|
32266
32266
|
return h ? {
|
|
32267
|
-
name: r("groupBy", "Group by") + " " +
|
|
32267
|
+
name: r("groupBy", "Group by") + " " + qt(p.getDisplayNameForColumn(x, "header")),
|
|
32268
32268
|
disabled: a.get("functionsReadOnly") || x?.isRowGroupActive() || !x?.getColDef().enableRowGroup,
|
|
32269
32269
|
action: () => h.addColumns([x], z),
|
|
32270
32270
|
icon: fe("menuAddRowGroup", n, null)
|
|
@@ -32276,12 +32276,12 @@ var hM = class extends T {
|
|
|
32276
32276
|
if (E === !0)
|
|
32277
32277
|
V = r("ungroupAll", "Un-Group All"), N = a.get("functionsReadOnly") || O === -1 || O >= (h.columns.length ?? 0), G = () => h.setColumns(h.columns.slice(0, O), z);
|
|
32278
32278
|
else if (typeof E == "string") {
|
|
32279
|
-
const L = g.getColDefCol(E), Y = L != null ?
|
|
32279
|
+
const L = g.getColDefCol(E), Y = L != null ? qt(p.getDisplayNameForColumn(L, "header")) : E;
|
|
32280
32280
|
V = r("ungroupBy", "Un-Group by") + " " + Y, N = a.get("functionsReadOnly") || Tn(L, n), G = () => {
|
|
32281
32281
|
h.removeColumns([E], z);
|
|
32282
32282
|
};
|
|
32283
32283
|
} else
|
|
32284
|
-
V = r("ungroupBy", "Un-Group by") + " " +
|
|
32284
|
+
V = r("ungroupBy", "Un-Group by") + " " + qt(p.getDisplayNameForColumn(x, "header")), N = a.get("functionsReadOnly") || !x?.isRowGroupActive() || !x?.getColDef().enableRowGroup || Tn(x, n), G = () => h.removeColumns([x], z);
|
|
32285
32285
|
return {
|
|
32286
32286
|
name: V,
|
|
32287
32287
|
disabled: N,
|
|
@@ -32569,7 +32569,7 @@ var mM = class extends Ni {
|
|
|
32569
32569
|
const t = Ke(this.beans), o = t.createElement("button");
|
|
32570
32570
|
e(o, "close-button");
|
|
32571
32571
|
const i = fe("close", this.beans);
|
|
32572
|
-
|
|
32572
|
+
Bt(o, this.params.closeButtonAriaLabel), o.appendChild(i), this.addManagedElementListeners(o, { click: () => this.params.onCloseClicked?.() });
|
|
32573
32573
|
const s = t.createElement("div");
|
|
32574
32574
|
e(s, "close-button-wrapper"), vt(s, "presentation"), s.appendChild(o), this.eHeader.appendChild(s), this.eCloseButton = o;
|
|
32575
32575
|
}
|
|
@@ -32615,7 +32615,7 @@ var mM = class extends Ni {
|
|
|
32615
32615
|
this.activeItem.eHeaderButton.focus({ preventScroll: e });
|
|
32616
32616
|
}
|
|
32617
32617
|
focusBody(e) {
|
|
32618
|
-
return
|
|
32618
|
+
return Qt(this.eBody, e);
|
|
32619
32619
|
}
|
|
32620
32620
|
setAfterAttachedParams(e) {
|
|
32621
32621
|
this.afterAttachedParams = e;
|
|
@@ -32630,7 +32630,7 @@ var mM = class extends Ni {
|
|
|
32630
32630
|
role: "tab",
|
|
32631
32631
|
attrs: { tabindex: "-1" }
|
|
32632
32632
|
});
|
|
32633
|
-
t.appendChild(e.title), this.eTabHeader.appendChild(t),
|
|
32633
|
+
t.appendChild(e.title), this.eTabHeader.appendChild(t), Bt(t, e.titleLabel);
|
|
32634
32634
|
const o = {
|
|
32635
32635
|
tabbedItem: e,
|
|
32636
32636
|
eHeaderButton: t
|
|
@@ -32650,7 +32650,7 @@ var mM = class extends Ni {
|
|
|
32650
32650
|
this.lastScrollListener && (this.lastScrollListener = this.lastScrollListener()), St(this.eBody), t.bodyPromise.then((i) => {
|
|
32651
32651
|
this.eBody.appendChild(i);
|
|
32652
32652
|
const s = !Jh();
|
|
32653
|
-
if (this.params.suppressFocusBodyOnOpen ||
|
|
32653
|
+
if (this.params.suppressFocusBodyOnOpen || Qt(this.eBody, !1, s), t.afterAttachedCallback && t.afterAttachedCallback(this.afterAttachedParams), this.params.keepScrollPosition) {
|
|
32654
32654
|
const r = t.getScrollableContainer && t.getScrollableContainer() || i;
|
|
32655
32655
|
[this.lastScrollListener] = this.addManagedElementListeners(r, {
|
|
32656
32656
|
scroll: () => {
|
|
@@ -32952,7 +32952,7 @@ var mM = class extends Ni {
|
|
|
32952
32952
|
);
|
|
32953
32953
|
}
|
|
32954
32954
|
afterGuiAttached({ hidePopup: e }) {
|
|
32955
|
-
e && (this.hidePopupFunc = e, this.addDestroyFunc(e)),
|
|
32955
|
+
e && (this.hidePopupFunc = e, this.addDestroyFunc(e)), Qt(this.mainMenuList.getGui());
|
|
32956
32956
|
}
|
|
32957
32957
|
};
|
|
32958
32958
|
function wM(e, t) {
|
|
@@ -33005,7 +33005,7 @@ var SM = class extends T {
|
|
|
33005
33005
|
async focusHeaderCell(e) {
|
|
33006
33006
|
const { column: t, columnIndex: o, headerPosition: i, eventSource: s } = e, { visibleCols: r, headerNavigation: n, focusSvc: a } = this.beans, l = await r.allCols.some((d) => d === t);
|
|
33007
33007
|
if (this.isAlive()) {
|
|
33008
|
-
if (t?.isAlive() && l && s &&
|
|
33008
|
+
if (t?.isAlive() && l && s && Nt(s)) {
|
|
33009
33009
|
const d = Zl(s);
|
|
33010
33010
|
d && (n?.scrollToColumn(t), d.focus());
|
|
33011
33011
|
} else if (i && o !== -1) {
|
|
@@ -33060,7 +33060,7 @@ var SM = class extends T {
|
|
|
33060
33060
|
// show on column header when column has no sort, only when enabled with colDef.unSortIcon=true
|
|
33061
33061
|
sortUnSort: "none"
|
|
33062
33062
|
},
|
|
33063
|
-
dependsOn: [
|
|
33063
|
+
dependsOn: [Vt, ea, ng, Sg]
|
|
33064
33064
|
}, xM = {
|
|
33065
33065
|
moduleName: "ColumnMenu",
|
|
33066
33066
|
version: st,
|
|
@@ -33182,7 +33182,7 @@ var SM = class extends T {
|
|
|
33182
33182
|
if (!this.isTree)
|
|
33183
33183
|
return;
|
|
33184
33184
|
const o = this.getLocaleTextFunc()("ariaFilterValue", "Filter Value"), i = this.getAriaElement();
|
|
33185
|
-
|
|
33185
|
+
Bt(i, `${e} ${o}`), Gl(i, this.eCheckbox.getInputElement().id);
|
|
33186
33186
|
}
|
|
33187
33187
|
refreshAriaChecked() {
|
|
33188
33188
|
const e = this.getAriaElement();
|
|
@@ -34053,7 +34053,7 @@ var kM = class {
|
|
|
34053
34053
|
return this.valueModel;
|
|
34054
34054
|
}
|
|
34055
34055
|
areModelsEqual(t, o) {
|
|
34056
|
-
return t == null && o == null ? !0 : t != null && o != null &&
|
|
34056
|
+
return t == null && o == null ? !0 : t != null && o != null && Yt(t.values, o.values);
|
|
34057
34057
|
}
|
|
34058
34058
|
setParams(t) {
|
|
34059
34059
|
this.applyExcelModeOptions(t), super.setParams(t), this.updateSetFilterOnParamsChange(t);
|
|
@@ -34617,7 +34617,7 @@ var kM = class {
|
|
|
34617
34617
|
// set filter async values loading
|
|
34618
34618
|
setFilterLoading: "loading"
|
|
34619
34619
|
},
|
|
34620
|
-
dependsOn: [
|
|
34620
|
+
dependsOn: [Vt, Cd]
|
|
34621
34621
|
};
|
|
34622
34622
|
function VM(e) {
|
|
34623
34623
|
const t = e.cssIdentifier || "default", o = e.direction || "vertical";
|
|
@@ -35050,7 +35050,7 @@ var Lg = class extends Ni {
|
|
|
35050
35050
|
const u = c === 0, h = d.display && d.display !== "inline", p = o || !u || h, g = { ...e ?? {}, suppressFocus: p }, f = s?.[c];
|
|
35051
35051
|
if (f && (this.executeFunctionIfExistsOnFilter(f, "afterGuiAttached", g), u && !p && (a = !0)), !o && u && h) {
|
|
35052
35052
|
const m = r[c];
|
|
35053
|
-
m && (
|
|
35053
|
+
m && (Qt(m) || m.focus({ preventScroll: !0 }), a = !0);
|
|
35054
35054
|
}
|
|
35055
35055
|
});
|
|
35056
35056
|
const l = We(n);
|
|
@@ -35214,7 +35214,7 @@ var Lg = class extends Ni {
|
|
|
35214
35214
|
moduleName: "MultiFilter",
|
|
35215
35215
|
version: st,
|
|
35216
35216
|
userComponents: { agMultiColumnFilter: Lg, agMultiColumnFloatingFilter: jM },
|
|
35217
|
-
dependsOn: [
|
|
35217
|
+
dependsOn: [Vt, Cd, Sg]
|
|
35218
35218
|
}, qM = class extends T {
|
|
35219
35219
|
constructor() {
|
|
35220
35220
|
super(...arguments), this.beanName = "aggColNameSvc";
|
|
@@ -35692,7 +35692,7 @@ var ck = class extends T {
|
|
|
35692
35692
|
clearAggFuncs: rk,
|
|
35693
35693
|
setColumnAggFunc: nk
|
|
35694
35694
|
},
|
|
35695
|
-
dependsOn: [
|
|
35695
|
+
dependsOn: [Vt]
|
|
35696
35696
|
}, uk = {
|
|
35697
35697
|
moduleName: "Aggregation",
|
|
35698
35698
|
version: st,
|
|
@@ -35841,7 +35841,7 @@ var ck = class extends T {
|
|
|
35841
35841
|
*/
|
|
35842
35842
|
updateOneAutoCol(e, t, o) {
|
|
35843
35843
|
const i = e.getColDef(), s = typeof i.showRowGroup == "string" ? i.showRowGroup : void 0, r = this.beans, n = s != null ? r.colModel.getColDefCol(s) : void 0, a = e.getId(), l = this.createAutoColDef(a, n ?? void 0, t);
|
|
35844
|
-
e.setColDef(l, null, o),
|
|
35844
|
+
e.setColDef(l, null, o), kt(r, { state: [{ colId: a, ...l }] }, o);
|
|
35845
35845
|
}
|
|
35846
35846
|
createAutoColDef(e, t, o) {
|
|
35847
35847
|
let i = this.createBaseColDef(t);
|
|
@@ -36659,7 +36659,7 @@ var Ng = class extends T {
|
|
|
36659
36659
|
const t = (o) => {
|
|
36660
36660
|
const i = o.rowNode;
|
|
36661
36661
|
if (i.rowHeightEstimated) {
|
|
36662
|
-
const s =
|
|
36662
|
+
const s = Ut(this.beans, i);
|
|
36663
36663
|
i.setRowHeight(s.height), e = !0;
|
|
36664
36664
|
}
|
|
36665
36665
|
};
|
|
@@ -36704,7 +36704,7 @@ var Mk = class extends T {
|
|
|
36704
36704
|
}
|
|
36705
36705
|
createStickyRowFeature(e, t, o) {
|
|
36706
36706
|
const i = this.gos;
|
|
36707
|
-
if (Un(i) && po(i) ||
|
|
36707
|
+
if (Un(i) && po(i) || Ht(i))
|
|
36708
36708
|
return e.createManagedBean(new Fk(t, o));
|
|
36709
36709
|
}
|
|
36710
36710
|
}, kk = {
|
|
@@ -36722,18 +36722,18 @@ var Mk = class extends T {
|
|
|
36722
36722
|
groupExpanded: "tree-open"
|
|
36723
36723
|
},
|
|
36724
36724
|
css: [Rk],
|
|
36725
|
-
dependsOn: [
|
|
36725
|
+
dependsOn: [Vt]
|
|
36726
36726
|
}, Hg = {
|
|
36727
36727
|
moduleName: "GroupColumn",
|
|
36728
36728
|
version: st,
|
|
36729
36729
|
beans: [pk, xk, hk, Gg, Og],
|
|
36730
|
-
dependsOn: [
|
|
36730
|
+
dependsOn: [Vt, kk]
|
|
36731
36731
|
}, Ak = {
|
|
36732
36732
|
moduleName: "ClientSideRowModelHierarchy",
|
|
36733
36733
|
version: st,
|
|
36734
36734
|
rowModels: ["clientSide"],
|
|
36735
36735
|
beans: [wk, bk, gk],
|
|
36736
|
-
dependsOn: [
|
|
36736
|
+
dependsOn: [Vt]
|
|
36737
36737
|
}, Vg = {
|
|
36738
36738
|
moduleName: "StickyRow",
|
|
36739
36739
|
version: st,
|
|
@@ -36885,7 +36885,7 @@ var Ek = class extends T {
|
|
|
36885
36885
|
moveNodeInWrongPath(e, t, o) {
|
|
36886
36886
|
t.changedPath.active && t.changedPath.addParentNode(e.parent);
|
|
36887
36887
|
const i = (a) => a.key, s = this.getExistingPathForNode(e, t).map(i), r = this.getGroupInfo(e, t).map(i);
|
|
36888
|
-
|
|
36888
|
+
Yt(s, r) || this.moveNode(e, t, o);
|
|
36889
36889
|
}
|
|
36890
36890
|
moveNode(e, t, o) {
|
|
36891
36891
|
if (this.removeNodesFromParents([e], t, o), this.insertOneNode(e, t, o), e.setData(e.data), t.changedPath.active) {
|
|
@@ -36949,7 +36949,7 @@ var Ek = class extends T {
|
|
|
36949
36949
|
t?.childrenMapped && t.childrenMapped[o] !== e && (t.childrenMapped[o] = e, t.childrenAfterGroup.push(e), UP(t, this.beans, !0));
|
|
36950
36950
|
}
|
|
36951
36951
|
areGroupColsEqual(e, t) {
|
|
36952
|
-
return e == null || t == null || e.pivotMode !== t.pivotMode ? !1 :
|
|
36952
|
+
return e == null || t == null || e.pivotMode !== t.pivotMode ? !1 : Yt(e.groupedCols, t.groupedCols) && Yt(e.keyCreators, t.keyCreators);
|
|
36953
36953
|
}
|
|
36954
36954
|
checkAllGroupDataAfterColsChanged(e) {
|
|
36955
36955
|
const t = (o) => {
|
|
@@ -37088,7 +37088,7 @@ var _g = {
|
|
|
37088
37088
|
getRowGroupColumns: Bk,
|
|
37089
37089
|
moveRowGroupColumn: Gk
|
|
37090
37090
|
},
|
|
37091
|
-
dependsOn: [
|
|
37091
|
+
dependsOn: [Vt, yd, Hg, Vg]
|
|
37092
37092
|
}, Nk = {
|
|
37093
37093
|
moduleName: "RowGrouping",
|
|
37094
37094
|
version: st,
|
|
@@ -37134,7 +37134,7 @@ var _g = {
|
|
|
37134
37134
|
const e = this.getLocaleTextFunc();
|
|
37135
37135
|
this.getGui().innerText = e("loadingError", "ERR");
|
|
37136
37136
|
const t = e("ariaSkeletonCellLoadingFailed", "Row failed to load");
|
|
37137
|
-
|
|
37137
|
+
Bt(this.getGui(), t);
|
|
37138
37138
|
}
|
|
37139
37139
|
setupLoading(e) {
|
|
37140
37140
|
const o = Ke(this.beans).createElement("div");
|
|
@@ -37146,7 +37146,7 @@ var _g = {
|
|
|
37146
37146
|
}
|
|
37147
37147
|
this.getGui().appendChild(o);
|
|
37148
37148
|
const r = this.getLocaleTextFunc()("ariaSkeletonCellLoading", "Row data is loading");
|
|
37149
|
-
|
|
37149
|
+
Bt(this.getGui(), r);
|
|
37150
37150
|
}
|
|
37151
37151
|
refresh(e) {
|
|
37152
37152
|
return !1;
|
|
@@ -37161,14 +37161,14 @@ var _g = {
|
|
|
37161
37161
|
// rotating spinner shown by the loading cell renderer
|
|
37162
37162
|
groupLoading: "loading"
|
|
37163
37163
|
},
|
|
37164
|
-
dependsOn: [
|
|
37164
|
+
dependsOn: [Vt]
|
|
37165
37165
|
}, $k = {
|
|
37166
37166
|
moduleName: "SkeletonCellRenderer",
|
|
37167
37167
|
version: st,
|
|
37168
37168
|
userComponents: {
|
|
37169
37169
|
agSkeletonCellRenderer: zk
|
|
37170
37170
|
},
|
|
37171
|
-
dependsOn: [
|
|
37171
|
+
dependsOn: [Vt]
|
|
37172
37172
|
};
|
|
37173
37173
|
function Uk(e) {
|
|
37174
37174
|
return e.colModel.isPivotMode();
|
|
@@ -37465,7 +37465,7 @@ var Uc = "PivotRowTotal_", iA = ({ headerName: e }, { headerName: t }) => e && !
|
|
|
37465
37465
|
let i = null;
|
|
37466
37466
|
return this.pivotResultCols.list.forEach((s) => {
|
|
37467
37467
|
const r = s.getColDef().pivotKeys, n = s.getColDef().pivotValueColumn;
|
|
37468
|
-
|
|
37468
|
+
Yt(r, e) && n === o && (i = s);
|
|
37469
37469
|
}), i;
|
|
37470
37470
|
}
|
|
37471
37471
|
getPivotResultCols() {
|
|
@@ -37534,7 +37534,7 @@ nl.values();
|
|
|
37534
37534
|
var lA = {
|
|
37535
37535
|
moduleName: "SharedTreeData",
|
|
37536
37536
|
version: st,
|
|
37537
|
-
dependsOn: [
|
|
37537
|
+
dependsOn: [Vt, yd, Hg, Vg]
|
|
37538
37538
|
}, dA = "ag-Grid-MissingKey", cA = class extends T {
|
|
37539
37539
|
constructor() {
|
|
37540
37540
|
super(...arguments), this.beanName = "ssrmBlockUtils";
|
|
@@ -37573,8 +37573,8 @@ var lA = {
|
|
|
37573
37573
|
setDataIntoRowNode(e, t, o, i) {
|
|
37574
37574
|
e.stub = !1;
|
|
37575
37575
|
const s = this.gos.get("treeData");
|
|
37576
|
-
e.setDataAndId(t, o), s ? this.setTreeGroupInfo(e) : e.group ? this.setRowGroupInfo(e) : this.gos.get("masterDetail") && this.setMasterDetailInfo(e), (s || e.group) && (this.setGroupDataIntoRowNode(e), this.setChildCountIntoRowNode(e)), Q(t) && (e.setRowHeight(
|
|
37577
|
-
|
|
37576
|
+
e.setDataAndId(t, o), s ? this.setTreeGroupInfo(e) : e.group ? this.setRowGroupInfo(e) : this.gos.get("masterDetail") && this.setMasterDetailInfo(e), (s || e.group) && (this.setGroupDataIntoRowNode(e), this.setChildCountIntoRowNode(e)), Q(t) && (e.setRowHeight(Ut(this.beans, e, !1, i).height), e.sibling?.setRowHeight(
|
|
37577
|
+
Ut(this.beans, e.sibling, !1, i).height
|
|
37578
37578
|
));
|
|
37579
37579
|
}
|
|
37580
37580
|
setChildCountIntoRowNode(e) {
|
|
@@ -37654,7 +37654,7 @@ var lA = {
|
|
|
37654
37654
|
this.serverSideRowModel = e.rowModel, this.storeFactory = e.ssrmStoreFactory;
|
|
37655
37655
|
}
|
|
37656
37656
|
postConstruct() {
|
|
37657
|
-
|
|
37657
|
+
Ht(this.gos) && this.addManagedEventListeners({ rowGroupOpened: this.onRowGroupOpened.bind(this) });
|
|
37658
37658
|
}
|
|
37659
37659
|
onRowGroupOpened(e) {
|
|
37660
37660
|
const t = e.node;
|
|
@@ -37673,7 +37673,7 @@ var lA = {
|
|
|
37673
37673
|
return e.detailNode;
|
|
37674
37674
|
const t = new Gi(this.beans);
|
|
37675
37675
|
t.detail = !0, t.selectable = !1, t.parent = e, Q(e.id) && (t.id = "detail_" + e.id), t.data = e.data, t.level = e.level + 1;
|
|
37676
|
-
const o = 200, i =
|
|
37676
|
+
const o = 200, i = Ut(this.beans, t).height;
|
|
37677
37677
|
return t.rowHeight = i || o, e.detailNode = t, t;
|
|
37678
37678
|
}
|
|
37679
37679
|
}, hA = class extends T {
|
|
@@ -37684,7 +37684,7 @@ var lA = {
|
|
|
37684
37684
|
this.serverSideRowModel = e.rowModel, this.filterManager = e.filterManager, this.listenerUtils = e.ssrmListenerUtils;
|
|
37685
37685
|
}
|
|
37686
37686
|
postConstruct() {
|
|
37687
|
-
|
|
37687
|
+
Ht(this.gos) && this.addManagedEventListeners({
|
|
37688
37688
|
advancedFilterEnabledChanged: () => this.onFilterChanged(!0),
|
|
37689
37689
|
filterChanged: () => this.onFilterChanged()
|
|
37690
37690
|
});
|
|
@@ -37761,7 +37761,7 @@ var lA = {
|
|
|
37761
37761
|
this.sortSvc = e.sortSvc, this.serverSideRowModel = e.rowModel, this.listenerUtils = e.ssrmListenerUtils;
|
|
37762
37762
|
}
|
|
37763
37763
|
postConstruct() {
|
|
37764
|
-
|
|
37764
|
+
Ht(this.gos) && this.addManagedEventListeners({ sortChanged: this.onSortChanged.bind(this) });
|
|
37765
37765
|
}
|
|
37766
37766
|
onSortChanged() {
|
|
37767
37767
|
const e = this.serverSideRowModel.getParams();
|
|
@@ -37929,9 +37929,9 @@ var lA = {
|
|
|
37929
37929
|
this.managingPivotResultColumns = !0, this.pivotResultCols?.setPivotResultCols(t, "rowModelUpdated");
|
|
37930
37930
|
}
|
|
37931
37931
|
resetRowHeights() {
|
|
37932
|
-
const e = this.resetRowHeightsForAllRowNodes(), t =
|
|
37932
|
+
const e = this.resetRowHeightsForAllRowNodes(), t = Ut(this.beans, this.rootNode);
|
|
37933
37933
|
if (this.rootNode.setRowHeight(t.height, t.estimated), this.rootNode.sibling) {
|
|
37934
|
-
const o =
|
|
37934
|
+
const o = Ut(this.beans, this.rootNode.sibling);
|
|
37935
37935
|
this.rootNode.sibling.setRowHeight(o.height, o.estimated);
|
|
37936
37936
|
}
|
|
37937
37937
|
e && this.onRowHeightChanged();
|
|
@@ -37939,15 +37939,15 @@ var lA = {
|
|
|
37939
37939
|
resetRowHeightsForAllRowNodes() {
|
|
37940
37940
|
let e = !1;
|
|
37941
37941
|
return this.forEachNode((t) => {
|
|
37942
|
-
const o =
|
|
37942
|
+
const o = Ut(this.beans, t);
|
|
37943
37943
|
t.setRowHeight(o.height, o.estimated);
|
|
37944
37944
|
const i = t.detailNode;
|
|
37945
37945
|
if (i) {
|
|
37946
|
-
const s =
|
|
37946
|
+
const s = Ut(this.beans, i);
|
|
37947
37947
|
i.setRowHeight(s.height, s.estimated);
|
|
37948
37948
|
}
|
|
37949
37949
|
if (t.sibling) {
|
|
37950
|
-
const s =
|
|
37950
|
+
const s = Ut(this.beans, t.sibling);
|
|
37951
37951
|
i?.setRowHeight(s.height, s.estimated);
|
|
37952
37952
|
}
|
|
37953
37953
|
e = !0;
|
|
@@ -39906,10 +39906,10 @@ var MA = class extends T {
|
|
|
39906
39906
|
return this.gos.get("serverSideInitialRowCount");
|
|
39907
39907
|
}
|
|
39908
39908
|
isServerSideSortAllLevels() {
|
|
39909
|
-
return this.gos.get("serverSideSortAllLevels") &&
|
|
39909
|
+
return this.gos.get("serverSideSortAllLevels") && Ht(this.gos);
|
|
39910
39910
|
}
|
|
39911
39911
|
isServerSideOnlyRefreshFilteredGroups() {
|
|
39912
|
-
return this.gos.get("serverSideOnlyRefreshFilteredGroups") &&
|
|
39912
|
+
return this.gos.get("serverSideOnlyRefreshFilteredGroups") && Ht(this.gos);
|
|
39913
39913
|
}
|
|
39914
39914
|
}, OA = class extends T {
|
|
39915
39915
|
constructor() {
|
|
@@ -39919,7 +39919,7 @@ var MA = class extends T {
|
|
|
39919
39919
|
this.valueCache = e.valueCache, this.serverSideRowModel = e.rowModel, this.selectionSvc = e.selectionSvc;
|
|
39920
39920
|
}
|
|
39921
39921
|
postConstruct() {
|
|
39922
|
-
|
|
39922
|
+
Ht(this.gos);
|
|
39923
39923
|
}
|
|
39924
39924
|
applyTransactionAsync(e, t) {
|
|
39925
39925
|
this.asyncTransactionsTimeout == null && this.scheduleExecuteAsync(), this.asyncTransactions.push({ transaction: e, callback: t });
|
|
@@ -39990,7 +39990,7 @@ var MA = class extends T {
|
|
|
39990
39990
|
gA
|
|
39991
39991
|
],
|
|
39992
39992
|
dependsOn: [
|
|
39993
|
-
|
|
39993
|
+
Vt,
|
|
39994
39994
|
md,
|
|
39995
39995
|
BF,
|
|
39996
39996
|
aA,
|
|
@@ -40012,7 +40012,7 @@ var MA = class extends T {
|
|
|
40012
40012
|
refreshServerSide: xA,
|
|
40013
40013
|
getServerSideGroupLevelState: FA
|
|
40014
40014
|
},
|
|
40015
|
-
dependsOn: [
|
|
40015
|
+
dependsOn: [Vt, fg, $F]
|
|
40016
40016
|
}, NA = ["number", "category", "grouped-category", "log", "time"];
|
|
40017
40017
|
NA.reduce(
|
|
40018
40018
|
(e, t) => ({ ...e, [t]: { title: { _enabledFromTheme: !0 } } }),
|
|
@@ -40202,8 +40202,8 @@ function WA() {
|
|
|
40202
40202
|
var dt, ve, Z, ie;
|
|
40203
40203
|
de = de || [",", " ", "|", ";", d.RECORD_SEP, d.UNIT_SEP];
|
|
40204
40204
|
for (var we = 0; we < de.length; we++) {
|
|
40205
|
-
for (var Xe,
|
|
40206
|
-
0 < pt.data.length && (
|
|
40205
|
+
for (var Xe, _t = de[we], et = 0, At = 0, tt = 0, pt = (Z = void 0, new w({ comments: Oe, delimiter: _t, newline: Be, preview: 10 }).parse(Ee)), ct = 0; ct < pt.data.length; ct++) Ie && le(pt.data[ct]) ? tt++ : (Xe = pt.data[ct].length, At += Xe, Z === void 0 ? Z = Xe : 0 < Xe && (et += Math.abs(Xe - Z), Z = Xe));
|
|
40206
|
+
0 < pt.data.length && (At /= pt.data.length - tt), (ve === void 0 || et <= ve) && (ie === void 0 || ie < At) && 1.99 < At && (ve = et, dt = _t, ie = At);
|
|
40207
40207
|
}
|
|
40208
40208
|
return { successful: !!(b.delimiter = dt), bestDelimiter: dt };
|
|
40209
40209
|
})(ae, b.newline, b.skipEmptyLines, b.comments, b.delimitersToGuess)).successful ? b.delimiter = te.bestDelimiter : (x = !0, b.delimiter = d.DefaultDelimiter), q.meta.delimiter = b.delimiter), M(b));
|
|
@@ -40251,7 +40251,7 @@ function WA() {
|
|
|
40251
40251
|
else if (q) return et();
|
|
40252
40252
|
if (!x || te.substring(0, Ve) !== x) {
|
|
40253
40253
|
if (ae) {
|
|
40254
|
-
if (be = [], ie(te.split(C)),
|
|
40254
|
+
if (be = [], ie(te.split(C)), At(), Y) return et();
|
|
40255
40255
|
} else ie(te.split(C));
|
|
40256
40256
|
if (z && z <= Ie) return be = be.slice(0, z), et(!0);
|
|
40257
40257
|
}
|
|
@@ -40270,7 +40270,7 @@ function WA() {
|
|
|
40270
40270
|
break;
|
|
40271
40271
|
}
|
|
40272
40272
|
if (Z = we(de), U.substring(ve + 1 + Z, ve + 1 + Z + Ge) === R) {
|
|
40273
|
-
if (te.push(U.substring(L, ve).replace(dt, N)),
|
|
40273
|
+
if (te.push(U.substring(L, ve).replace(dt, N)), _t(ve + 1 + Z + Ge), Oe = U.indexOf(C, L), ve = U.indexOf(N, L), ae && (At(), Y)) return et();
|
|
40274
40274
|
if (z && be.length >= z) return et(!0);
|
|
40275
40275
|
break;
|
|
40276
40276
|
}
|
|
@@ -40283,7 +40283,7 @@ function WA() {
|
|
|
40283
40283
|
} else if (Oe !== -1 && (Oe < de || de === -1)) te.push(U.substring(L, Oe)), L = Oe + xe, Oe = U.indexOf(C, L);
|
|
40284
40284
|
else {
|
|
40285
40285
|
if (de === -1) break;
|
|
40286
|
-
if (te.push(U.substring(L, de)),
|
|
40286
|
+
if (te.push(U.substring(L, de)), _t(de + Ge), ae && (At(), Y)) return et();
|
|
40287
40287
|
if (z && be.length >= z) return et(!0);
|
|
40288
40288
|
}
|
|
40289
40289
|
return Xe();
|
|
@@ -40295,9 +40295,9 @@ function WA() {
|
|
|
40295
40295
|
return pt = tt !== -1 && (tt = U.substring(ve + 1, tt)) && tt.trim() === "" ? tt.length : pt;
|
|
40296
40296
|
}
|
|
40297
40297
|
function Xe(tt) {
|
|
40298
|
-
return q || (tt === void 0 && (tt = U.substring(L)), te.push(tt), L = le, ie(te), ae &&
|
|
40298
|
+
return q || (tt === void 0 && (tt = U.substring(L)), te.push(tt), L = le, ie(te), ae && At()), et();
|
|
40299
40299
|
}
|
|
40300
|
-
function
|
|
40300
|
+
function _t(tt) {
|
|
40301
40301
|
L = tt, ie(te), te = [], de = U.indexOf(R, L);
|
|
40302
40302
|
}
|
|
40303
40303
|
function et(tt) {
|
|
@@ -40305,19 +40305,19 @@ function WA() {
|
|
|
40305
40305
|
var pt = be[0], ct = /* @__PURE__ */ Object.create(null), Cs = new Set(pt);
|
|
40306
40306
|
let Sr = !1;
|
|
40307
40307
|
for (let Po = 0; Po < pt.length; Po++) {
|
|
40308
|
-
let
|
|
40309
|
-
if (ct[
|
|
40310
|
-
let ci, Rr = ct[
|
|
40311
|
-
for (; ci =
|
|
40312
|
-
Cs.add(ci), pt[Po] = ci, ct[
|
|
40313
|
-
} else ct[
|
|
40314
|
-
Cs.add(
|
|
40308
|
+
let zt = pt[Po];
|
|
40309
|
+
if (ct[zt = D(b.transformHeader) ? b.transformHeader(zt, Po) : zt]) {
|
|
40310
|
+
let ci, Rr = ct[zt];
|
|
40311
|
+
for (; ci = zt + "_" + Rr, Rr++, Cs.has(ci); ) ;
|
|
40312
|
+
Cs.add(ci), pt[Po] = ci, ct[zt]++, Sr = !0, (O = O === null ? {} : O)[ci] = zt;
|
|
40313
|
+
} else ct[zt] = 1, pt[Po] = zt;
|
|
40314
|
+
Cs.add(zt);
|
|
40315
40315
|
}
|
|
40316
40316
|
Sr && console.warn("Duplicate headers found and renamed."), V = !0;
|
|
40317
40317
|
}
|
|
40318
40318
|
return { data: be, errors: ye, meta: { delimiter: C, linebreak: R, aborted: Y, truncated: !!tt, cursor: Ee + (j || 0), renamedHeaders: O } };
|
|
40319
40319
|
}
|
|
40320
|
-
function
|
|
40320
|
+
function At() {
|
|
40321
40321
|
I(et()), be = [], ye = [];
|
|
40322
40322
|
}
|
|
40323
40323
|
}, this.abort = function() {
|
|
@@ -40737,7 +40737,7 @@ function io(e, t, o, i) {
|
|
|
40737
40737
|
return null;
|
|
40738
40738
|
}
|
|
40739
40739
|
var Qc = /\s+/g;
|
|
40740
|
-
function
|
|
40740
|
+
function It(e, t, o) {
|
|
40741
40741
|
if (e && t)
|
|
40742
40742
|
if (e.classList)
|
|
40743
40743
|
e.classList[o ? "add" : "remove"](t);
|
|
@@ -40830,7 +40830,7 @@ function Rd(e, t) {
|
|
|
40830
40830
|
o = o.previousElementSibling;
|
|
40831
40831
|
return o || null;
|
|
40832
40832
|
}
|
|
40833
|
-
function
|
|
40833
|
+
function $t(e, t) {
|
|
40834
40834
|
var o = 0;
|
|
40835
40835
|
if (!e || !e.parentNode)
|
|
40836
40836
|
return -1;
|
|
@@ -40910,7 +40910,7 @@ function rf(e, t, o) {
|
|
|
40910
40910
|
}
|
|
40911
40911
|
}), i.width = i.right - i.left, i.height = i.bottom - i.top, i.x = i.left, i.y = i.top, i;
|
|
40912
40912
|
}
|
|
40913
|
-
var
|
|
40913
|
+
var Mt = "Sortable" + (/* @__PURE__ */ new Date()).getTime();
|
|
40914
40914
|
function uT() {
|
|
40915
40915
|
var e = [], t;
|
|
40916
40916
|
return {
|
|
@@ -41029,7 +41029,7 @@ var _i = [], Ba = {
|
|
|
41029
41029
|
};
|
|
41030
41030
|
function gT(e) {
|
|
41031
41031
|
var t = e.sortable, o = e.rootEl, i = e.name, s = e.targetEl, r = e.cloneEl, n = e.toEl, a = e.fromEl, l = e.oldIndex, d = e.newIndex, c = e.oldDraggableIndex, u = e.newDraggableIndex, h = e.originalEvent, p = e.putSortable, g = e.extraEventProperties;
|
|
41032
|
-
if (t = t || o && o[
|
|
41032
|
+
if (t = t || o && o[Mt], !!t) {
|
|
41033
41033
|
var f, m = t.options, w = "on" + i.charAt(0).toUpperCase() + i.substr(1);
|
|
41034
41034
|
window.CustomEvent && !Uo && !br ? f = new CustomEvent(i, {
|
|
41035
41035
|
bubbles: !0,
|
|
@@ -41041,7 +41041,7 @@ function gT(e) {
|
|
|
41041
41041
|
o && o.dispatchEvent(f), m[w] && m[w].call(t, f);
|
|
41042
41042
|
}
|
|
41043
41043
|
}
|
|
41044
|
-
var fT = ["evt"],
|
|
41044
|
+
var fT = ["evt"], Dt = function(t, o) {
|
|
41045
41045
|
var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s = i.evt, r = nT(i, fT);
|
|
41046
41046
|
wr.pluginEvent.bind(ge)(t, o, xo({
|
|
41047
41047
|
dragEl: X,
|
|
@@ -41058,7 +41058,7 @@ var fT = ["evt"], Pt = function(t, o) {
|
|
|
41058
41058
|
originalEvent: s,
|
|
41059
41059
|
oldIndex: qi,
|
|
41060
41060
|
oldDraggableIndex: zs,
|
|
41061
|
-
newIndex:
|
|
41061
|
+
newIndex: Lt,
|
|
41062
41062
|
newDraggableIndex: Jo,
|
|
41063
41063
|
hideGhostForTarget: df,
|
|
41064
41064
|
unhideGhostForTarget: cf,
|
|
@@ -41085,11 +41085,11 @@ function wt(e) {
|
|
|
41085
41085
|
rootEl: $e,
|
|
41086
41086
|
oldIndex: qi,
|
|
41087
41087
|
oldDraggableIndex: zs,
|
|
41088
|
-
newIndex:
|
|
41088
|
+
newIndex: Lt,
|
|
41089
41089
|
newDraggableIndex: Jo
|
|
41090
41090
|
}, e));
|
|
41091
41091
|
}
|
|
41092
|
-
var X, qe, Se, $e, Ci, tn, Ue, ti, qi,
|
|
41092
|
+
var X, qe, Se, $e, Ci, tn, Ue, ti, qi, Lt, zs, Jo, Vr, ut, $i = !1, In = !1, Ln = [], hi, to, Na, Ha, Jc, eu, Fs, zi, Ws, $s = !1, _r = !1, on, gt, Va = [], yl = !1, On = [], ia = typeof document < "u", zr = Sd, tu = br || Uo ? "cssFloat" : "float", mT = ia && !Xg && !Sd && "draggable" in document.createElement("div"), nf = function() {
|
|
41093
41093
|
if (ia) {
|
|
41094
41094
|
if (Uo)
|
|
41095
41095
|
return !1;
|
|
@@ -41113,7 +41113,7 @@ var X, qe, Se, $e, Ci, tn, Ue, ti, qi, Ot, zs, Jo, Vr, ut, $i = !1, In = !1, Ln
|
|
|
41113
41113
|
}, CT = function(t, o) {
|
|
41114
41114
|
var i;
|
|
41115
41115
|
return Ln.some(function(s) {
|
|
41116
|
-
var r = s[
|
|
41116
|
+
var r = s[Mt].options.emptyInsertThreshold;
|
|
41117
41117
|
if (!(!r || Rd(s))) {
|
|
41118
41118
|
var n = it(s), a = t >= n.left - r && t <= n.right + r, l = o >= n.top - r && o <= n.bottom + r;
|
|
41119
41119
|
if (a && l)
|
|
@@ -41157,16 +41157,16 @@ var pi = function(t) {
|
|
|
41157
41157
|
var i = {};
|
|
41158
41158
|
for (var s in t)
|
|
41159
41159
|
t.hasOwnProperty(s) && (i[s] = t[s]);
|
|
41160
|
-
i.target = i.rootEl = o, i.preventDefault = void 0, i.stopPropagation = void 0, o[
|
|
41160
|
+
i.target = i.rootEl = o, i.preventDefault = void 0, i.stopPropagation = void 0, o[Mt]._onDragOver(i);
|
|
41161
41161
|
}
|
|
41162
41162
|
}
|
|
41163
41163
|
}, bT = function(t) {
|
|
41164
|
-
X && X.parentNode[
|
|
41164
|
+
X && X.parentNode[Mt]._isOutsideThisEl(t.target);
|
|
41165
41165
|
};
|
|
41166
41166
|
function ge(e, t) {
|
|
41167
41167
|
if (!(e && e.nodeType && e.nodeType === 1))
|
|
41168
41168
|
throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));
|
|
41169
|
-
this.el = e, this.options = t = Wo({}, t), e[
|
|
41169
|
+
this.el = e, this.options = t = Wo({}, t), e[Mt] = this;
|
|
41170
41170
|
var o = {
|
|
41171
41171
|
group: null,
|
|
41172
41172
|
sort: !0,
|
|
@@ -41234,7 +41234,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41234
41234
|
if (t.cancelable) {
|
|
41235
41235
|
var o = this, i = this.el, s = this.options, r = s.preventOnFilter, n = t.type, a = t.touches && t.touches[0] || t.pointerType && t.pointerType === "touch" && t, l = (a || t).target, d = t.target.shadowRoot && (t.path && t.path[0] || t.composedPath && t.composedPath()[0]) || l, c = s.filter;
|
|
41236
41236
|
if (PT(i), !X && !(/mousedown|pointerdown/.test(n) && t.button !== 0 || s.disabled) && !d.isContentEditable && !(!this.nativeDraggable && Vs && l && l.tagName.toUpperCase() === "SELECT") && (l = io(l, s.draggable, i, !1), !(l && l.animated) && tn !== l)) {
|
|
41237
|
-
if (qi =
|
|
41237
|
+
if (qi = $t(l), zs = $t(l, s.draggable), typeof c == "function") {
|
|
41238
41238
|
if (c.call(this, t, l, this)) {
|
|
41239
41239
|
wt({
|
|
41240
41240
|
sortable: o,
|
|
@@ -41243,7 +41243,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41243
41243
|
targetEl: l,
|
|
41244
41244
|
toEl: i,
|
|
41245
41245
|
fromEl: i
|
|
41246
|
-
}),
|
|
41246
|
+
}), Dt("filter", o, {
|
|
41247
41247
|
evt: t
|
|
41248
41248
|
}), r && t.preventDefault();
|
|
41249
41249
|
return;
|
|
@@ -41257,7 +41257,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41257
41257
|
targetEl: l,
|
|
41258
41258
|
fromEl: i,
|
|
41259
41259
|
toEl: i
|
|
41260
|
-
}),
|
|
41260
|
+
}), Dt("filter", o, {
|
|
41261
41261
|
evt: t
|
|
41262
41262
|
}), !0;
|
|
41263
41263
|
}), c)) {
|
|
@@ -41277,7 +41277,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41277
41277
|
clientX: (o || t).clientX,
|
|
41278
41278
|
clientY: (o || t).clientY
|
|
41279
41279
|
}, Jc = hi.clientX - d.left, eu = hi.clientY - d.top, this._lastX = (o || t).clientX, this._lastY = (o || t).clientY, X.style["will-change"] = "all", l = function() {
|
|
41280
|
-
if (
|
|
41280
|
+
if (Dt("delayEnded", s, {
|
|
41281
41281
|
evt: t
|
|
41282
41282
|
}), ge.eventCanceled) {
|
|
41283
41283
|
s._onDrop();
|
|
@@ -41287,10 +41287,10 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41287
41287
|
sortable: s,
|
|
41288
41288
|
name: "choose",
|
|
41289
41289
|
originalEvent: t
|
|
41290
|
-
}),
|
|
41290
|
+
}), It(X, n.chosenClass, !0);
|
|
41291
41291
|
}, n.ignore.split(",").forEach(function(c) {
|
|
41292
41292
|
ef(X, c.trim(), _a);
|
|
41293
|
-
}), Te(a, "dragover", pi), Te(a, "mousemove", pi), Te(a, "touchmove", pi), n.supportPointer ? (Te(a, "pointerup", s._onDrop), !this.nativeDraggable && Te(a, "pointercancel", s._onDrop)) : (Te(a, "mouseup", s._onDrop), Te(a, "touchend", s._onDrop), Te(a, "touchcancel", s._onDrop)), Yc && this.nativeDraggable && (this.options.touchStartThreshold = 4, X.draggable = !0),
|
|
41293
|
+
}), Te(a, "dragover", pi), Te(a, "mousemove", pi), Te(a, "touchmove", pi), n.supportPointer ? (Te(a, "pointerup", s._onDrop), !this.nativeDraggable && Te(a, "pointercancel", s._onDrop)) : (Te(a, "mouseup", s._onDrop), Te(a, "touchend", s._onDrop), Te(a, "touchcancel", s._onDrop)), Yc && this.nativeDraggable && (this.options.touchStartThreshold = 4, X.draggable = !0), Dt("delayStart", this, {
|
|
41294
41294
|
evt: t
|
|
41295
41295
|
}), n.delay && (!n.delayOnTouchOnly || o) && (!this.nativeDraggable || !(br || Uo))) {
|
|
41296
41296
|
if (ge.eventCanceled) {
|
|
@@ -41324,11 +41324,11 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41324
41324
|
},
|
|
41325
41325
|
_dragStarted: function(t, o) {
|
|
41326
41326
|
if ($i = !1, $e && X) {
|
|
41327
|
-
|
|
41327
|
+
Dt("dragStarted", this, {
|
|
41328
41328
|
evt: o
|
|
41329
41329
|
}), this.nativeDraggable && Te(document, "dragover", bT);
|
|
41330
41330
|
var i = this.options;
|
|
41331
|
-
!t &&
|
|
41331
|
+
!t && It(X, i.dragClass, !1), It(X, i.ghostClass, !0), ge.active = this, t && this._appendGhost(), wt({
|
|
41332
41332
|
sortable: this,
|
|
41333
41333
|
name: "start",
|
|
41334
41334
|
originalEvent: o
|
|
@@ -41341,11 +41341,11 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41341
41341
|
this._lastX = to.clientX, this._lastY = to.clientY, df();
|
|
41342
41342
|
for (var t = document.elementFromPoint(to.clientX, to.clientY), o = t; t && t.shadowRoot && (t = t.shadowRoot.elementFromPoint(to.clientX, to.clientY), t !== o); )
|
|
41343
41343
|
o = t;
|
|
41344
|
-
if (X.parentNode[
|
|
41344
|
+
if (X.parentNode[Mt]._isOutsideThisEl(t), o)
|
|
41345
41345
|
do {
|
|
41346
|
-
if (o[
|
|
41346
|
+
if (o[Mt]) {
|
|
41347
41347
|
var i = void 0;
|
|
41348
|
-
if (i = o[
|
|
41348
|
+
if (i = o[Mt]._onDragOver({
|
|
41349
41349
|
clientX: to.clientX,
|
|
41350
41350
|
clientY: to.clientY,
|
|
41351
41351
|
target: t,
|
|
@@ -41389,30 +41389,30 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41389
41389
|
gt = gt.parentNode;
|
|
41390
41390
|
gt !== document.body && gt !== document.documentElement ? (gt === document && (gt = wo()), o.top += gt.scrollTop, o.left += gt.scrollLeft) : gt = wo(), Va = Zc(gt);
|
|
41391
41391
|
}
|
|
41392
|
-
Se = X.cloneNode(!0),
|
|
41392
|
+
Se = X.cloneNode(!0), It(Se, i.ghostClass, !1), It(Se, i.fallbackClass, !0), It(Se, i.dragClass, !0), pe(Se, "transition", ""), pe(Se, "transform", ""), pe(Se, "box-sizing", "border-box"), pe(Se, "margin", 0), pe(Se, "top", o.top), pe(Se, "left", o.left), pe(Se, "width", o.width), pe(Se, "height", o.height), pe(Se, "opacity", "0.8"), pe(Se, "position", zr ? "absolute" : "fixed"), pe(Se, "zIndex", "100000"), pe(Se, "pointerEvents", "none"), ge.ghost = Se, t.appendChild(Se), pe(Se, "transform-origin", Jc / parseInt(Se.style.width) * 100 + "% " + eu / parseInt(Se.style.height) * 100 + "%");
|
|
41393
41393
|
}
|
|
41394
41394
|
},
|
|
41395
41395
|
_onDragStart: function(t, o) {
|
|
41396
41396
|
var i = this, s = t.dataTransfer, r = i.options;
|
|
41397
|
-
if (
|
|
41397
|
+
if (Dt("dragStart", this, {
|
|
41398
41398
|
evt: t
|
|
41399
41399
|
}), ge.eventCanceled) {
|
|
41400
41400
|
this._onDrop();
|
|
41401
41401
|
return;
|
|
41402
41402
|
}
|
|
41403
|
-
|
|
41404
|
-
|
|
41403
|
+
Dt("setupClone", this), ge.eventCanceled || (Ue = sf(X), Ue.removeAttribute("id"), Ue.draggable = !1, Ue.style["will-change"] = "", this._hideClone(), It(Ue, this.options.chosenClass, !1), ge.clone = Ue), i.cloneId = sn(function() {
|
|
41404
|
+
Dt("clone", i), !ge.eventCanceled && (i.options.removeCloneOnHide || $e.insertBefore(Ue, X), i._hideClone(), wt({
|
|
41405
41405
|
sortable: i,
|
|
41406
41406
|
name: "clone"
|
|
41407
41407
|
}));
|
|
41408
|
-
}), !o &&
|
|
41408
|
+
}), !o && It(X, r.dragClass, !0), o ? (In = !0, i._loopId = setInterval(i._emulateDragOver, 50)) : (ke(document, "mouseup", i._onDrop), ke(document, "touchend", i._onDrop), ke(document, "touchcancel", i._onDrop), s && (s.effectAllowed = "move", r.setData && r.setData.call(i, s, X)), Te(document, "drop", i), pe(X, "transform", "translateZ(0)")), $i = !0, i._dragStartId = sn(i._dragStarted.bind(i, o, t)), Te(document, "selectstart", i), Fs = !0, window.getSelection().removeAllRanges(), Vs && pe(document.body, "user-select", "none");
|
|
41409
41409
|
},
|
|
41410
41410
|
// Returns true - if no further action is needed (either inserted or another condition)
|
|
41411
41411
|
_onDragOver: function(t) {
|
|
41412
41412
|
var o = this.el, i = t.target, s, r, n, a = this.options, l = a.group, d = ge.active, c = Vr === l, u = a.sort, h = ut || d, p, g = this, f = !1;
|
|
41413
41413
|
if (yl) return;
|
|
41414
41414
|
function m(G, L) {
|
|
41415
|
-
|
|
41415
|
+
Dt(G, g, xo({
|
|
41416
41416
|
evt: t,
|
|
41417
41417
|
isOwner: c,
|
|
41418
41418
|
axis: p ? "vertical" : "horizontal",
|
|
@@ -41435,16 +41435,16 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41435
41435
|
function y(G) {
|
|
41436
41436
|
return m("dragOverCompleted", {
|
|
41437
41437
|
insertion: G
|
|
41438
|
-
}), G && (c ? d._hideClone() : d._showClone(g), g !== h && (
|
|
41438
|
+
}), G && (c ? d._hideClone() : d._showClone(g), g !== h && (It(X, ut ? ut.options.ghostClass : d.options.ghostClass, !1), It(X, a.ghostClass, !0)), ut !== g && g !== ge.active ? ut = g : g === ge.active && ut && (ut = null), h === g && (g._ignoreWhileAnimating = i), g.animateAll(function() {
|
|
41439
41439
|
m("dragOverAnimationComplete"), g._ignoreWhileAnimating = null;
|
|
41440
|
-
}), g !== h && (h.animateAll(), h._ignoreWhileAnimating = null)), (i === X && !X.animated || i === o && !i.animated) && (zi = null), !a.dragoverBubble && !t.rootEl && i !== document && (X.parentNode[
|
|
41440
|
+
}), g !== h && (h.animateAll(), h._ignoreWhileAnimating = null)), (i === X && !X.animated || i === o && !i.animated) && (zi = null), !a.dragoverBubble && !t.rootEl && i !== document && (X.parentNode[Mt]._isOutsideThisEl(t.target), !G && pi(t)), !a.dragoverBubble && t.stopPropagation && t.stopPropagation(), f = !0;
|
|
41441
41441
|
}
|
|
41442
41442
|
function v() {
|
|
41443
|
-
|
|
41443
|
+
Lt = $t(X), Jo = $t(X, a.draggable), wt({
|
|
41444
41444
|
sortable: g,
|
|
41445
41445
|
name: "change",
|
|
41446
41446
|
toEl: o,
|
|
41447
|
-
newIndex:
|
|
41447
|
+
newIndex: Lt,
|
|
41448
41448
|
newDraggableIndex: Jo,
|
|
41449
41449
|
originalEvent: t
|
|
41450
41450
|
});
|
|
@@ -41474,7 +41474,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41474
41474
|
zi !== i && (D = r[R], $s = !1, _r = !C && a.invertSwap || b), F = xT(t, i, r, p, C ? 1 : a.swapThreshold, a.invertedSwapThreshold == null ? a.swapThreshold : a.invertedSwapThreshold, _r, zi === i);
|
|
41475
41475
|
var z;
|
|
41476
41476
|
if (F !== 0) {
|
|
41477
|
-
var E =
|
|
41477
|
+
var E = $t(X);
|
|
41478
41478
|
do
|
|
41479
41479
|
E -= F, z = qe.children[E];
|
|
41480
41480
|
while (z && (pe(z, "display") === "none" || z === Se));
|
|
@@ -41503,20 +41503,20 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41503
41503
|
},
|
|
41504
41504
|
_onDrop: function(t) {
|
|
41505
41505
|
var o = this.el, i = this.options;
|
|
41506
|
-
if (
|
|
41506
|
+
if (Lt = $t(X), Jo = $t(X, i.draggable), Dt("drop", this, {
|
|
41507
41507
|
evt: t
|
|
41508
|
-
}), qe = X && X.parentNode,
|
|
41508
|
+
}), qe = X && X.parentNode, Lt = $t(X), Jo = $t(X, i.draggable), ge.eventCanceled) {
|
|
41509
41509
|
this._nulling();
|
|
41510
41510
|
return;
|
|
41511
41511
|
}
|
|
41512
|
-
$i = !1, _r = !1, $s = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Sl(this.cloneId), Sl(this._dragStartId), this.nativeDraggable && (ke(document, "drop", this), ke(o, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Vs && pe(document.body, "user-select", ""), pe(X, "transform", ""), t && (Fs && (t.cancelable && t.preventDefault(), !i.dropBubble && t.stopPropagation()), Se && Se.parentNode && Se.parentNode.removeChild(Se), ($e === qe || ut && ut.lastPutMode !== "clone") && Ue && Ue.parentNode && Ue.parentNode.removeChild(Ue), X && (this.nativeDraggable && ke(X, "dragend", this), _a(X), X.style["will-change"] = "", Fs && !$i &&
|
|
41512
|
+
$i = !1, _r = !1, $s = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Sl(this.cloneId), Sl(this._dragStartId), this.nativeDraggable && (ke(document, "drop", this), ke(o, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Vs && pe(document.body, "user-select", ""), pe(X, "transform", ""), t && (Fs && (t.cancelable && t.preventDefault(), !i.dropBubble && t.stopPropagation()), Se && Se.parentNode && Se.parentNode.removeChild(Se), ($e === qe || ut && ut.lastPutMode !== "clone") && Ue && Ue.parentNode && Ue.parentNode.removeChild(Ue), X && (this.nativeDraggable && ke(X, "dragend", this), _a(X), X.style["will-change"] = "", Fs && !$i && It(X, ut ? ut.options.ghostClass : this.options.ghostClass, !1), It(X, this.options.chosenClass, !1), wt({
|
|
41513
41513
|
sortable: this,
|
|
41514
41514
|
name: "unchoose",
|
|
41515
41515
|
toEl: qe,
|
|
41516
41516
|
newIndex: null,
|
|
41517
41517
|
newDraggableIndex: null,
|
|
41518
41518
|
originalEvent: t
|
|
41519
|
-
}), $e !== qe ? (
|
|
41519
|
+
}), $e !== qe ? (Lt >= 0 && (wt({
|
|
41520
41520
|
rootEl: qe,
|
|
41521
41521
|
name: "add",
|
|
41522
41522
|
toEl: qe,
|
|
@@ -41538,7 +41538,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41538
41538
|
name: "sort",
|
|
41539
41539
|
toEl: qe,
|
|
41540
41540
|
originalEvent: t
|
|
41541
|
-
})), ut && ut.save()) :
|
|
41541
|
+
})), ut && ut.save()) : Lt !== qi && Lt >= 0 && (wt({
|
|
41542
41542
|
sortable: this,
|
|
41543
41543
|
name: "update",
|
|
41544
41544
|
toEl: qe,
|
|
@@ -41548,7 +41548,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41548
41548
|
name: "sort",
|
|
41549
41549
|
toEl: qe,
|
|
41550
41550
|
originalEvent: t
|
|
41551
|
-
})), ge.active && ((
|
|
41551
|
+
})), ge.active && ((Lt == null || Lt === -1) && (Lt = qi, Jo = zs), wt({
|
|
41552
41552
|
sortable: this,
|
|
41553
41553
|
name: "end",
|
|
41554
41554
|
toEl: qe,
|
|
@@ -41556,7 +41556,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41556
41556
|
}), this.save()))), this._nulling();
|
|
41557
41557
|
},
|
|
41558
41558
|
_nulling: function() {
|
|
41559
|
-
|
|
41559
|
+
Dt("nulling", this), $e = X = qe = Se = Ci = Ue = tn = ti = hi = to = Fs = Lt = Jo = qi = zs = zi = Ws = ut = Vr = ge.dragged = ge.ghost = ge.clone = ge.active = null, On.forEach(function(t) {
|
|
41560
41560
|
t.checked = !0;
|
|
41561
41561
|
}), On.length = Na = Ha = 0;
|
|
41562
41562
|
},
|
|
@@ -41630,15 +41630,15 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41630
41630
|
* Destroy
|
|
41631
41631
|
*/
|
|
41632
41632
|
destroy: function() {
|
|
41633
|
-
|
|
41633
|
+
Dt("destroy", this);
|
|
41634
41634
|
var t = this.el;
|
|
41635
|
-
t[
|
|
41635
|
+
t[Mt] = null, ke(t, "mousedown", this._onTapStart), ke(t, "touchstart", this._onTapStart), ke(t, "pointerdown", this._onTapStart), this.nativeDraggable && (ke(t, "dragover", this), ke(t, "dragenter", this)), Array.prototype.forEach.call(t.querySelectorAll("[draggable]"), function(o) {
|
|
41636
41636
|
o.removeAttribute("draggable");
|
|
41637
41637
|
}), this._onDrop(), this._disableDelayedDragEvents(), Ln.splice(Ln.indexOf(this.el), 1), this.el = t = null;
|
|
41638
41638
|
},
|
|
41639
41639
|
_hideClone: function() {
|
|
41640
41640
|
if (!ti) {
|
|
41641
|
-
if (
|
|
41641
|
+
if (Dt("hideClone", this), ge.eventCanceled) return;
|
|
41642
41642
|
pe(Ue, "display", "none"), this.options.removeCloneOnHide && Ue.parentNode && Ue.parentNode.removeChild(Ue), ti = !0;
|
|
41643
41643
|
}
|
|
41644
41644
|
},
|
|
@@ -41648,7 +41648,7 @@ ge.prototype = /** @lends Sortable.prototype */
|
|
|
41648
41648
|
return;
|
|
41649
41649
|
}
|
|
41650
41650
|
if (ti) {
|
|
41651
|
-
if (
|
|
41651
|
+
if (Dt("showClone", this), ge.eventCanceled) return;
|
|
41652
41652
|
X.parentNode == $e && !this.options.group.revertClone ? $e.insertBefore(Ue, X) : Ci ? $e.insertBefore(Ue, Ci) : $e.appendChild(Ue), this.options.group.revertClone && this.animate(X, Ue), pe(Ue, "display", ""), ti = !1;
|
|
41653
41653
|
}
|
|
41654
41654
|
}
|
|
@@ -41657,7 +41657,7 @@ function wT(e) {
|
|
|
41657
41657
|
e.dataTransfer && (e.dataTransfer.dropEffect = "move"), e.cancelable && e.preventDefault();
|
|
41658
41658
|
}
|
|
41659
41659
|
function Wr(e, t, o, i, s, r, n, a) {
|
|
41660
|
-
var l, d = e[
|
|
41660
|
+
var l, d = e[Mt], c = d.options.onMove, u;
|
|
41661
41661
|
return window.CustomEvent && !Uo && !br ? l = new CustomEvent("move", {
|
|
41662
41662
|
bubbles: !0,
|
|
41663
41663
|
cancelable: !0
|
|
@@ -41691,7 +41691,7 @@ function xT(e, t, o, i, s, r, n, a) {
|
|
|
41691
41691
|
return h = h || n, h && (l < c + d * r / 2 || l > u - d * r / 2) ? l > c + d / 2 ? 1 : -1 : 0;
|
|
41692
41692
|
}
|
|
41693
41693
|
function FT(e) {
|
|
41694
|
-
return
|
|
41694
|
+
return $t(X) < $t(e) ? 1 : -1;
|
|
41695
41695
|
}
|
|
41696
41696
|
function DT(e) {
|
|
41697
41697
|
for (var t = e.tagName + e.className + e.src + e.href + e.textContent, o = t.length, i = 0; o--; )
|
|
@@ -41725,17 +41725,17 @@ ge.utils = {
|
|
|
41725
41725
|
extend: dT,
|
|
41726
41726
|
throttle: tf,
|
|
41727
41727
|
closest: io,
|
|
41728
|
-
toggleClass:
|
|
41728
|
+
toggleClass: It,
|
|
41729
41729
|
clone: sf,
|
|
41730
|
-
index:
|
|
41730
|
+
index: $t,
|
|
41731
41731
|
nextTick: sn,
|
|
41732
41732
|
cancelNextTick: Sl,
|
|
41733
41733
|
detectDirection: af,
|
|
41734
41734
|
getChild: hs,
|
|
41735
|
-
expando:
|
|
41735
|
+
expando: Mt
|
|
41736
41736
|
};
|
|
41737
41737
|
ge.get = function(e) {
|
|
41738
|
-
return e[
|
|
41738
|
+
return e[Mt];
|
|
41739
41739
|
};
|
|
41740
41740
|
ge.mount = function() {
|
|
41741
41741
|
for (var e = arguments.length, t = new Array(e), o = 0; o < e; o++)
|
|
@@ -41826,7 +41826,7 @@ var $a = tf(function(e, t, o, i) {
|
|
|
41826
41826
|
(ot[u].vx != I || ot[u].vy != z || ot[u].el !== p) && (ot[u].el = p, ot[u].vx = I, ot[u].vy = z, clearInterval(ot[u].pid), (I != 0 || z != 0) && (d = !0, ot[u].pid = setInterval(function() {
|
|
41827
41827
|
i && this.layer === 0 && ge.active._onTouchMove(Gn);
|
|
41828
41828
|
var O = ot[this.layer].vy ? ot[this.layer].vy * a : 0, V = ot[this.layer].vx ? ot[this.layer].vx * a : 0;
|
|
41829
|
-
typeof c == "function" && c.call(ge.dragged.parentNode[
|
|
41829
|
+
typeof c == "function" && c.call(ge.dragged.parentNode[Mt], V, O, e, Gn, ot[this.layer].el) !== "continue" || of(ot[this.layer].el, V, O);
|
|
41830
41830
|
}.bind({
|
|
41831
41831
|
layer: u
|
|
41832
41832
|
}), 24))), u++;
|
|
@@ -41957,12 +41957,12 @@ const IT = ["data-align"], LT = /* @__PURE__ */ Fe({
|
|
|
41957
41957
|
], 4)) : mt(a.$slots, "default", { key: 1 }, void 0, !0)
|
|
41958
41958
|
], 12, IT));
|
|
41959
41959
|
}
|
|
41960
|
-
}),
|
|
41960
|
+
}), Jt = (e, t) => {
|
|
41961
41961
|
const o = e.__vccOpts || e;
|
|
41962
41962
|
for (const [i, s] of t)
|
|
41963
41963
|
o[i] = s;
|
|
41964
41964
|
return o;
|
|
41965
|
-
}, hf = /* @__PURE__ */
|
|
41965
|
+
}, hf = /* @__PURE__ */ Jt(LT, [["__scopeId", "data-v-cda1af8c"]]), pf = oa ? window : void 0;
|
|
41966
41966
|
function Ms(e) {
|
|
41967
41967
|
var t;
|
|
41968
41968
|
const o = Ze(e);
|
|
@@ -42239,7 +42239,7 @@ const NT = {
|
|
|
42239
42239
|
[oe(Dd), p]
|
|
42240
42240
|
]);
|
|
42241
42241
|
}
|
|
42242
|
-
}), zT = /* @__PURE__ */
|
|
42242
|
+
}), zT = /* @__PURE__ */ Jt(_T, [["__scopeId", "data-v-79a7def3"]]), WT = {
|
|
42243
42243
|
xs: "12px",
|
|
42244
42244
|
sm: "16px",
|
|
42245
42245
|
md: "20px",
|
|
@@ -42315,7 +42315,7 @@ const NT = {
|
|
|
42315
42315
|
], 64))
|
|
42316
42316
|
], 10, jT));
|
|
42317
42317
|
}
|
|
42318
|
-
}), ft = /* @__PURE__ */
|
|
42318
|
+
}), ft = /* @__PURE__ */ Jt(QT, [["__scopeId", "data-v-942d55a7"]]), XT = /* @__PURE__ */ Fe({
|
|
42319
42319
|
__name: "PvCounterBadge",
|
|
42320
42320
|
props: {
|
|
42321
42321
|
value: {},
|
|
@@ -42340,7 +42340,7 @@ const NT = {
|
|
|
42340
42340
|
"data-testid": "pv-counter-badge"
|
|
42341
42341
|
}, Re(i.value), 3));
|
|
42342
42342
|
}
|
|
42343
|
-
}), Bn = /* @__PURE__ */
|
|
42343
|
+
}), Bn = /* @__PURE__ */ Jt(XT, [["__scopeId", "data-v-fc3c1104"]]), ZT = ["data-style"], Fl = /* @__PURE__ */ Fe({
|
|
42344
42344
|
__name: "PvTag",
|
|
42345
42345
|
props: {
|
|
42346
42346
|
size: { default: "md" },
|
|
@@ -42467,7 +42467,7 @@ const iE = {
|
|
|
42467
42467
|
}),
|
|
42468
42468
|
emits: ["update:modelValue"],
|
|
42469
42469
|
setup(e) {
|
|
42470
|
-
const t = e, o = si("dialog"), i =
|
|
42470
|
+
const t = e, o = si("dialog"), i = Kt(e, "modelValue");
|
|
42471
42471
|
nt(
|
|
42472
42472
|
() => i.value,
|
|
42473
42473
|
() => {
|
|
@@ -42558,7 +42558,7 @@ const gE = ["data-style"], fE = /* @__PURE__ */ Fe({
|
|
|
42558
42558
|
}),
|
|
42559
42559
|
emits: ["update:modelValue"],
|
|
42560
42560
|
setup(e, { expose: t }) {
|
|
42561
|
-
const o = e, i = si("search-input"), s =
|
|
42561
|
+
const o = e, i = si("search-input"), s = Kt(e, "modelValue"), r = $(() => ({
|
|
42562
42562
|
"pv-input-search": !0,
|
|
42563
42563
|
"pv-full-width": !0,
|
|
42564
42564
|
"pv-input-padded-end": !0
|
|
@@ -42777,10 +42777,10 @@ function xf(e, t) {
|
|
|
42777
42777
|
}
|
|
42778
42778
|
return e;
|
|
42779
42779
|
}
|
|
42780
|
-
var Ai = (...e) => GE(
|
|
42780
|
+
var Ai = (...e) => GE(Ot.getTheme(), ...e), GE = (e = {}, t, o, i) => {
|
|
42781
42781
|
if (t) {
|
|
42782
|
-
const { variable: s, options: r } =
|
|
42783
|
-
return i === "value" || Cf(i) && a === "strict" ?
|
|
42782
|
+
const { variable: s, options: r } = Ot.defaults || {}, { prefix: n, transform: a } = e?.options || r || {}, l = ss(t, Pl) ? t : `{${t}}`;
|
|
42783
|
+
return i === "value" || Cf(i) && a === "strict" ? Ot.getTokenValue(t) : Rf(l, void 0, n, [s.excludedKeyRegex], o);
|
|
42784
42784
|
}
|
|
42785
42785
|
return "";
|
|
42786
42786
|
};
|
|
@@ -42795,7 +42795,7 @@ function $r(e, ...t) {
|
|
|
42795
42795
|
return ii(e, { dt: Ai });
|
|
42796
42796
|
}
|
|
42797
42797
|
function BE(e, t = {}) {
|
|
42798
|
-
const o =
|
|
42798
|
+
const o = Ot.defaults.variable, { prefix: i = o.prefix, selector: s = o.selector, excludedKeyRegex: r = o.excludedKeyRegex } = t, n = [], a = [], l = [{ node: e, path: i }];
|
|
42799
42799
|
for (; l.length; ) {
|
|
42800
42800
|
const { node: c, path: u } = l.pop();
|
|
42801
42801
|
for (const h in c) {
|
|
@@ -42871,8 +42871,8 @@ var oo = {
|
|
|
42871
42871
|
g = this.transformCSS(e, Ve, "light", "variable", p, i, s), f = ae;
|
|
42872
42872
|
const we = this.transformCSS(e, `${be}${te}`, "light", "variable", p, i, s), Xe = this.transformCSS(e, `${Be}`, "dark", "variable", p, i, s);
|
|
42873
42873
|
m = `${we}${Xe}`, w = [.../* @__PURE__ */ new Set([...ye, ...Ee, ...Ie])];
|
|
42874
|
-
const
|
|
42875
|
-
y = `${
|
|
42874
|
+
const _t = this.transformCSS(e, `${Oe}${dt}color-scheme:light`, "light", "variable", p, i, s), et = this.transformCSS(e, `${Z}color-scheme:dark`, "dark", "variable", p, i, s);
|
|
42875
|
+
y = `${_t}${et}`, v = [.../* @__PURE__ */ new Set([...de, ...ve, ...ie])], S = ii(h.css, { dt: Ai });
|
|
42876
42876
|
}
|
|
42877
42877
|
return {
|
|
42878
42878
|
primitive: {
|
|
@@ -42971,7 +42971,7 @@ var oo = {
|
|
|
42971
42971
|
}
|
|
42972
42972
|
return "";
|
|
42973
42973
|
}
|
|
42974
|
-
},
|
|
42974
|
+
}, Ot = {
|
|
42975
42975
|
defaults: {
|
|
42976
42976
|
variable: {
|
|
42977
42977
|
prefix: "p",
|
|
@@ -43431,23 +43431,23 @@ var ZE = function(t) {
|
|
|
43431
43431
|
var t = this, o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
|
|
43432
43432
|
return this.load(this.style, o, function() {
|
|
43433
43433
|
var s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
|
|
43434
|
-
return
|
|
43434
|
+
return Ot.transformCSS(o.name || t.name, "".concat(s).concat($r(cu || (cu = Ur(["", ""])), i)));
|
|
43435
43435
|
});
|
|
43436
43436
|
},
|
|
43437
43437
|
getCommonTheme: function(t) {
|
|
43438
|
-
return
|
|
43438
|
+
return Ot.getCommon(this.name, t);
|
|
43439
43439
|
},
|
|
43440
43440
|
getComponentTheme: function(t) {
|
|
43441
|
-
return
|
|
43441
|
+
return Ot.getComponent(this.name, t);
|
|
43442
43442
|
},
|
|
43443
43443
|
getDirectiveTheme: function(t) {
|
|
43444
|
-
return
|
|
43444
|
+
return Ot.getDirective(this.name, t);
|
|
43445
43445
|
},
|
|
43446
43446
|
getPresetTheme: function(t, o, i) {
|
|
43447
|
-
return
|
|
43447
|
+
return Ot.getCustomPreset(this.name, t, o, i);
|
|
43448
43448
|
},
|
|
43449
43449
|
getLayerOrderThemeCSS: function() {
|
|
43450
|
-
return
|
|
43450
|
+
return Ot.getLayerOrderCSS(this.name);
|
|
43451
43451
|
},
|
|
43452
43452
|
getStyleSheet: function() {
|
|
43453
43453
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
@@ -43464,14 +43464,14 @@ var ZE = function(t) {
|
|
|
43464
43464
|
},
|
|
43465
43465
|
getCommonThemeStyleSheet: function(t) {
|
|
43466
43466
|
var o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
43467
|
-
return
|
|
43467
|
+
return Ot.getCommonStyleSheet(this.name, t, o);
|
|
43468
43468
|
},
|
|
43469
43469
|
getThemeStyleSheet: function(t) {
|
|
43470
|
-
var o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = [
|
|
43470
|
+
var o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = [Ot.getStyleSheet(this.name, t, o)];
|
|
43471
43471
|
if (this.style) {
|
|
43472
43472
|
var s = this.name === "base" ? "global-style" : "".concat(this.name, "-style"), r = $r(hu || (hu = Ur(["", ""])), ii(this.style, {
|
|
43473
43473
|
dt: Ai
|
|
43474
|
-
})), n = Us(
|
|
43474
|
+
})), n = Us(Ot.transformCSS(s, r)), a = Object.entries(o).reduce(function(l, d) {
|
|
43475
43475
|
var c = pu(d, 2), u = c[0], h = c[1];
|
|
43476
43476
|
return l.push("".concat(u, '="').concat(h, '"')) && l;
|
|
43477
43477
|
}, []).join(" ");
|
|
@@ -44167,7 +44167,7 @@ const mI = ["data-position", "aria-labelledby", "data-style", "data-static"], vI
|
|
|
44167
44167
|
function PI(e, t) {
|
|
44168
44168
|
return k(), H("div", DI, "No Results Found");
|
|
44169
44169
|
}
|
|
44170
|
-
const MI = /* @__PURE__ */
|
|
44170
|
+
const MI = /* @__PURE__ */ Jt(FI, [["render", PI]]), kI = ["src"], AI = /* @__PURE__ */ Fe({
|
|
44171
44171
|
__name: "PvAvatar",
|
|
44172
44172
|
props: {
|
|
44173
44173
|
size: { default: "lg" },
|
|
@@ -44261,7 +44261,7 @@ const MI = /* @__PURE__ */ eo(FI, [["render", PI]]), kI = ["src"], AI = /* @__PU
|
|
|
44261
44261
|
], 64))
|
|
44262
44262
|
], 6));
|
|
44263
44263
|
}
|
|
44264
|
-
}), As = /* @__PURE__ */
|
|
44264
|
+
}), As = /* @__PURE__ */ Jt(OI, [["__scopeId", "data-v-f0f5eb5f"]]), GI = ["checked", "disabled"], BI = {
|
|
44265
44265
|
class: "pv-full-width pv-truncate pv-flex-vertical",
|
|
44266
44266
|
style: { "align-items": "flex-start", "--flex-gap": "0" }
|
|
44267
44267
|
}, NI = ["title"], HI = ["title"], VI = {
|
|
@@ -44495,7 +44495,7 @@ const MI = /* @__PURE__ */ eo(FI, [["render", PI]]), kI = ["src"], AI = /* @__PU
|
|
|
44495
44495
|
"select-button-trigger-ref"
|
|
44496
44496
|
), u = si(
|
|
44497
44497
|
"searchInputRef"
|
|
44498
|
-
), [h, p] = eT(o.defaultOpen), g =
|
|
44498
|
+
), [h, p] = eT(o.defaultOpen), g = Kt(e, "modelValue"), f = Kt(e, "searchInput"), m = () => {
|
|
44499
44499
|
f.value = "", h.value = !1;
|
|
44500
44500
|
};
|
|
44501
44501
|
nt(h, (b) => {
|
|
@@ -44761,7 +44761,7 @@ const kl = Symbol("FilterStoreKey"), yz = Symbol("FocusDataKey"), Mf = Symbol("S
|
|
|
44761
44761
|
function Iz(e, t) {
|
|
44762
44762
|
return k(), H("div", Ez);
|
|
44763
44763
|
}
|
|
44764
|
-
const Lz = /* @__PURE__ */
|
|
44764
|
+
const Lz = /* @__PURE__ */ Jt(Tz, [["render", Iz]]), yr = () => {
|
|
44765
44765
|
const { focuses: e, focusType: t } = Je(yz, {
|
|
44766
44766
|
focuses: W([]),
|
|
44767
44767
|
focusType: W(null)
|
|
@@ -45437,8 +45437,8 @@ const ku = (e, t, o) => !e || e.length === 0 ? e : e.slice().sort((i, s) => {
|
|
|
45437
45437
|
const Xe = Z && c.value[v.value] !== !0 && d.value > C.value;
|
|
45438
45438
|
p.value && (ie || Xe) && (we.refreshFilterValues(), C.value = d.value), y.value = z(we.getFilterValues());
|
|
45439
45439
|
}, z = (Z) => Z.sort((ie, we) => {
|
|
45440
|
-
const Xe = w.value.includes(ie),
|
|
45441
|
-
return Xe && !
|
|
45440
|
+
const Xe = w.value.includes(ie), _t = w.value.includes(we);
|
|
45441
|
+
return Xe && !_t ? -1 : !Xe && _t ? 1 : 0;
|
|
45442
45442
|
}), E = (Z) => {
|
|
45443
45443
|
const ie = u(v.value, Z);
|
|
45444
45444
|
return D.value ? D.value({
|
|
@@ -45671,7 +45671,7 @@ const ku = (e, t, o) => !e || e.length === 0 ? e : e.slice().sort((i, s) => {
|
|
|
45671
45671
|
])) : ee("", !0)
|
|
45672
45672
|
], 64));
|
|
45673
45673
|
}
|
|
45674
|
-
}), Eu = /* @__PURE__ */
|
|
45674
|
+
}), Eu = /* @__PURE__ */ Jt(V2, [["__scopeId", "data-v-4ba646a4"]]), _2 = { class: "pv-flex" }, z2 = { class: "pv-flex" }, W2 = {
|
|
45675
45675
|
id: "filter-vertical-drawer",
|
|
45676
45676
|
class: "pv-flex-vertical pv-space-between pv-full-width",
|
|
45677
45677
|
style: { height: "100%", "overflow-x": "hidden" }
|
|
@@ -45957,7 +45957,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
45957
45957
|
])) : ee("", !0)
|
|
45958
45958
|
], 4));
|
|
45959
45959
|
}
|
|
45960
|
-
}), Iu = /* @__PURE__ */
|
|
45960
|
+
}), Iu = /* @__PURE__ */ Jt(lW, [["__scopeId", "data-v-08855a14"]]), dW = gd.withParams({
|
|
45961
45961
|
headerHeight: "30px",
|
|
45962
45962
|
headerBackgroundColor: "#F7F8F8",
|
|
45963
45963
|
headerCellHoverBackgroundColor: "#F7F8F8",
|
|
@@ -46129,7 +46129,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46129
46129
|
])
|
|
46130
46130
|
]));
|
|
46131
46131
|
}
|
|
46132
|
-
}), yW = /* @__PURE__ */
|
|
46132
|
+
}), yW = /* @__PURE__ */ Jt(wW, [["__scopeId", "data-v-706ed5a9"]]), Wf = () => {
|
|
46133
46133
|
const e = (r, n) => {
|
|
46134
46134
|
const a = r || { queryTerms: [], freeTextTerms: [] }, l = n.queryTerm || {};
|
|
46135
46135
|
return t(n) && !i(r, n) && a.queryTerms.push(l), a;
|
|
@@ -46192,7 +46192,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46192
46192
|
])
|
|
46193
46193
|
]));
|
|
46194
46194
|
}
|
|
46195
|
-
}), PW = /* @__PURE__ */
|
|
46195
|
+
}), PW = /* @__PURE__ */ Jt(DW, [["__scopeId", "data-v-28d810ab"]]), MW = /* @__PURE__ */ Fe({
|
|
46196
46196
|
__name: "QueryFormatter",
|
|
46197
46197
|
props: {
|
|
46198
46198
|
modelValue: { required: !0 },
|
|
@@ -46202,7 +46202,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46202
46202
|
},
|
|
46203
46203
|
emits: ["update:modelValue", "update:wrap-content"],
|
|
46204
46204
|
setup(e) {
|
|
46205
|
-
const t =
|
|
46205
|
+
const t = Kt(e, "modelValue"), o = Kt(e, "wrap-content"), { removeQueryOption: i } = Wf(), s = W(3), r = $(() => {
|
|
46206
46206
|
const c = t.value?.queryTerms || [];
|
|
46207
46207
|
return o.value ? c : c.slice(0, s.value);
|
|
46208
46208
|
}), n = $(() => {
|
|
@@ -46262,7 +46262,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46262
46262
|
}),
|
|
46263
46263
|
emits: ["update:searchText", "update:query", "update:options"],
|
|
46264
46264
|
setup(e) {
|
|
46265
|
-
const t = e, o = si("search-input"), i =
|
|
46265
|
+
const t = e, o = si("search-input"), i = Kt(e, "searchText"), s = Kt(e, "query"), r = Kt(e, "options"), { addQueryOption: n, containsQueryOption: a } = Wf(), l = W(!1), d = W(!1), c = W(!1), u = $(() => s.value !== null ? "" : t.placeholder), h = W(null), p = $(() => h.value !== null && h.value !== "" && !d.value), g = $(() => {
|
|
46266
46266
|
if (!r.value || r.value.length === 0)
|
|
46267
46267
|
return [];
|
|
46268
46268
|
let v = r.value;
|
|
@@ -46346,7 +46346,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46346
46346
|
[oe(Dd), f]
|
|
46347
46347
|
]);
|
|
46348
46348
|
}
|
|
46349
|
-
}), IW = /* @__PURE__ */
|
|
46349
|
+
}), IW = /* @__PURE__ */ Jt(EW, [["__scopeId", "data-v-eb60dc33"]]), LW = /* @__PURE__ */ Fe({
|
|
46350
46350
|
__name: "TableSearch",
|
|
46351
46351
|
props: {
|
|
46352
46352
|
placeholder: {},
|
|
@@ -46525,9 +46525,9 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46525
46525
|
A.success({ rowData: [] }), v.value = !0;
|
|
46526
46526
|
return;
|
|
46527
46527
|
}
|
|
46528
|
-
const J = A.success, se = A.request.groupKeys?.length || 0, Me = A.request.rowGroupCols?.length || 0, Le = V.value || {},
|
|
46528
|
+
const J = A.success, se = A.request.groupKeys?.length || 0, Me = A.request.rowGroupCols?.length || 0, Le = V.value || {}, eo = se === Me;
|
|
46529
46529
|
let ui = !1;
|
|
46530
|
-
Me > 0 && se === 0 && (ui = A.request.rowGroupCols[0].id in Le), (
|
|
46530
|
+
Me > 0 && se === 0 && (ui = A.request.rowGroupCols[0].id in Le), (eo || ui) && Object.keys(Le).length > 0 && (A.request.filterModel = y2(
|
|
46531
46531
|
m.value,
|
|
46532
46532
|
A.request.filterModel,
|
|
46533
46533
|
Le
|
|
@@ -46571,7 +46571,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46571
46571
|
};
|
|
46572
46572
|
if (!J.column?.getColDef().cellRenderer && r.displayRowNumber && y.value.length === 0) {
|
|
46573
46573
|
const se = J.api.getAllDisplayedColumns() || [], Me = J.column;
|
|
46574
|
-
if (se.findIndex((
|
|
46574
|
+
if (se.findIndex((eo) => eo === Me) === 0)
|
|
46575
46575
|
return {
|
|
46576
46576
|
component: yW,
|
|
46577
46577
|
params: J
|
|
@@ -46583,10 +46583,10 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46583
46583
|
icon: '<span class="ag-icon ag-icon-filter"></span>',
|
|
46584
46584
|
action: function(A) {
|
|
46585
46585
|
let J = A.column?.getColId();
|
|
46586
|
-
if (A.column && Oe(A.column) && (J = j.value?.getColId() || ""), !
|
|
46586
|
+
if (A.column && Oe(A.column) && (J = j.value?.getColId() || ""), !At(J)) {
|
|
46587
46587
|
const Me = A.api.getColumn(J)?.getColDef();
|
|
46588
46588
|
Me && (w.value = Me, Ti(() => {
|
|
46589
|
-
|
|
46589
|
+
At(J);
|
|
46590
46590
|
}));
|
|
46591
46591
|
}
|
|
46592
46592
|
}
|
|
@@ -46608,7 +46608,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46608
46608
|
}), M = $(() => (!x.value || Object.keys(x.value).length === 0) && r.requireFiltersToShowData ? !1 : S.value === null), F = $(() => S.value ? `Select at least one value for "${S.value}" to view data.` : "Select a filter to view data."), D = Vn(null), b = W([]), R = Je(kl, null) || _f(), x = R.filterModel, I = R.filterValueMap, z = R.filterValueSelectedMetadataMap, E = R.fetchFilterValues, O = R.filterStoreHandler, V = R.tableSearchFilterModel, N = R.tableSearchHandler;
|
|
46609
46609
|
O.value = r.filterValuesSetHandler, N.value = r.tableSearchHandler, I.value = r.initialFilterValueMap || {};
|
|
46610
46610
|
const G = W(null), L = $(() => m.value.filter((A) => A.filter)), Y = $(() => m.value.filter((A) => A.enableRowGroup)), U = $(() => m.value.filter((A) => A.aggFunc)), j = W(null), q = W({}), le = W(1), xe = W(0);
|
|
46611
|
-
|
|
46611
|
+
Et(kl, R), Et(Mf, b), Et(vs, D), Et(Sz, G), Et(kf, w), Et(Af, L), Et(Tf, Y), Et(sa, y), Et(Ef, j), Et(Md, q), Et(If, v), Et(Lf, le), Et(Of, xe);
|
|
46612
46612
|
const Ge = $(() => !r.enableFocusView && !r.rowData || r.enableFocusView && !Ve.value.length && !ae.value ? r.rowData : ku(r.rowData, ae.value, Ve.value)), { focuses: Ve, focusType: ae, handleFocusUpdate: be, clearAllFocuses: ye } = yr(), te = (A) => {
|
|
46613
46613
|
if (!r.enableFocusView || !D.value)
|
|
46614
46614
|
return;
|
|
@@ -46668,24 +46668,24 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46668
46668
|
return await r.serverSideCsvHandler(Le), de.value = !1, null;
|
|
46669
46669
|
}
|
|
46670
46670
|
const Me = r.serverSideRowHandler;
|
|
46671
|
-
return Me ? await new Promise((Le,
|
|
46671
|
+
return Me ? await new Promise((Le, eo) => {
|
|
46672
46672
|
const ui = D.value?.getState(), xr = {
|
|
46673
46673
|
request: se,
|
|
46674
46674
|
parentNode: {},
|
|
46675
46675
|
api: D.value,
|
|
46676
46676
|
context: void 0,
|
|
46677
46677
|
success: (jo) => {
|
|
46678
|
-
const Fr = D.value?.getRowGroupColumns().map((
|
|
46678
|
+
const Fr = D.value?.getRowGroupColumns().map((Tt) => Tt.getColDef().field).filter((Tt) => !!Tt) || [], $f = D.value?.getAllDisplayedColumns().map((Tt) => Tt.getColDef().field).filter((Tt) => !!Tt) || [], Uf = D.value?.getValueColumns().map((Tt) => Tt.getColDef().field).filter((Tt) => !!Tt) || [], jf = Array.from(/* @__PURE__ */ new Set([...Fr, ...$f, ...Uf])), Kf = jo.rowData.map((Tt) => {
|
|
46679
46679
|
const Ed = {};
|
|
46680
46680
|
return jf.forEach((Id) => {
|
|
46681
|
-
const Ld =
|
|
46681
|
+
const Ld = Tt[Id];
|
|
46682
46682
|
Ed[Id] = Ld != null ? String(Ld) : null;
|
|
46683
46683
|
}), Ed;
|
|
46684
46684
|
}), qf = UA.unparse(Kf);
|
|
46685
46685
|
de.value = !1, Le(qf);
|
|
46686
46686
|
},
|
|
46687
46687
|
fail: () => {
|
|
46688
|
-
de.value = !1,
|
|
46688
|
+
de.value = !1, eo("CSV export failed.");
|
|
46689
46689
|
}
|
|
46690
46690
|
};
|
|
46691
46691
|
Me(xr, !0);
|
|
@@ -46709,8 +46709,8 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46709
46709
|
Me && r.leftPinnedColumnName && (Le = A.api.getColumn(r.leftPinnedColumnName || "")), Me && !r.leftPinnedColumnName && (Le = se[0]), Le ? (j.value = Le, ct.value.headerName = Le.getColDef().headerName, ct.value.headerComponent = Iu, ct.value.context = {
|
|
46710
46710
|
dataType: j.value?.getColDef().context?.dataType || null
|
|
46711
46711
|
}, A.api.setColumnsVisible([Le.getColId()], !1)) : (j.value = null, ct.value.headerName = "", ct.value.headerComponent = void 0, ct.value.context = null);
|
|
46712
|
-
const
|
|
46713
|
-
(!Le ||
|
|
46712
|
+
const eo = J?.getColId();
|
|
46713
|
+
(!Le || eo !== Le.getColId()) && A.api.setColumnsVisible([eo || ""], !0), y.value = [...se].map((xr) => xr.getColId()), r.enableFocusView && ae.value && y.value.length > 0 && ae.value !== y.value[0] && (ye(), l("focus-update", {})), v.value && l("column-row-group-changed", A);
|
|
46714
46714
|
});
|
|
46715
46715
|
}, we = (A) => {
|
|
46716
46716
|
const J = A.column?.getColId() || "";
|
|
@@ -46720,9 +46720,9 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46720
46720
|
}
|
|
46721
46721
|
}, Xe = (A) => {
|
|
46722
46722
|
A.finished && (G.value = A.api.getAllGridColumns()), v.value && l("column-moved", A);
|
|
46723
|
-
},
|
|
46723
|
+
}, _t = (A) => {
|
|
46724
46724
|
A.api && (le.value = A.api.paginationGetCurrentPage() + 1, xe.value = A.api.paginationGetTotalPages());
|
|
46725
|
-
}, et = (A) => "allChildrenRowCount" in A && A.allChildrenRowCount || 0,
|
|
46725
|
+
}, et = (A) => "allChildrenRowCount" in A && A.allChildrenRowCount || 0, At = (A) => {
|
|
46726
46726
|
const J = document.querySelector(`[data-horizontal-filter-field="${A}"]`);
|
|
46727
46727
|
if (J) {
|
|
46728
46728
|
const se = J.querySelector("button");
|
|
@@ -46789,15 +46789,15 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46789
46789
|
// "rowGroup", - disabling this until we can figure out how to selectively disable it once max groups have been reached
|
|
46790
46790
|
"rowUnGroup",
|
|
46791
46791
|
"valueAggSubMenu"
|
|
46792
|
-
],
|
|
46793
|
-
return
|
|
46792
|
+
], eo = Me.column && Oe(Me.column) ? j.value : Me.column;
|
|
46793
|
+
return eo && eo.getColDef().filter && Le.splice(2, 0, g), Le.filter((ui) => typeof ui == "string" ? Me.defaultItems.includes(ui) : !0);
|
|
46794
46794
|
}, r.initialGridState && (x.value = r.initialGridState.filter?.filterModel || null, y.value = r.initialGridState.rowGroup?.groupColIds || []);
|
|
46795
46795
|
});
|
|
46796
46796
|
const Po = (A) => {
|
|
46797
46797
|
const J = D.value;
|
|
46798
46798
|
if (!J) return;
|
|
46799
|
-
const se = A.filter?.filterModel || null, Me = A.rowGroup?.groupColIds || null, Le = A.columnVisibility || null
|
|
46800
|
-
se && !Tu(se, J.getFilterModel()) && J.setFilterModel(se), Me && !Bf(Me, y.value) && J.setRowGroupColumns(Me), Le?.hiddenColIds && J.setColumnsVisible(Le.hiddenColIds, !1)
|
|
46799
|
+
const se = A.filter?.filterModel || null, Me = A.rowGroup?.groupColIds || null, Le = A.columnVisibility || null;
|
|
46800
|
+
se && !Tu(se, J.getFilterModel()) && J.setFilterModel(se), Me && !Bf(Me, y.value) && J.setRowGroupColumns(Me), Le?.hiddenColIds && J.setColumnsVisible(Le.hiddenColIds, !1);
|
|
46801
46801
|
};
|
|
46802
46802
|
nt(
|
|
46803
46803
|
() => r.initialGridState,
|
|
@@ -46806,7 +46806,7 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46806
46806
|
},
|
|
46807
46807
|
{ deep: !0 }
|
|
46808
46808
|
);
|
|
46809
|
-
const
|
|
46809
|
+
const zt = (A) => {
|
|
46810
46810
|
v.value = !0, l("first-data-rendered", A);
|
|
46811
46811
|
}, ci = (A) => d ? r.isServerSideGroupOpenByDefault ? r.isServerSideGroupOpenByDefault(A) : A.rowNode.level === y.value.length - 2 : !1, Rr = $(() => {
|
|
46812
46812
|
if (!d)
|
|
@@ -46873,9 +46873,9 @@ const nW = { class: "pv-flex" }, aW = {
|
|
|
46873
46873
|
onColumnVisible: we,
|
|
46874
46874
|
onFilterChanged: Be,
|
|
46875
46875
|
onFilterOpened: J[1] || (J[1] = (se) => l("filter-opened", se)),
|
|
46876
|
-
onFirstDataRendered:
|
|
46876
|
+
onFirstDataRendered: zt,
|
|
46877
46877
|
onGridReady: Ee,
|
|
46878
|
-
onPaginationChanged:
|
|
46878
|
+
onPaginationChanged: _t,
|
|
46879
46879
|
onSortChanged: Ie,
|
|
46880
46880
|
aggFuncs: Sr,
|
|
46881
46881
|
autoGroupColumnDef: ct.value,
|