igniteui-webcomponents-grids 5.0.3-beta.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +1 -1
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/fesm2015/igniteui-webcomponents-grids.js +1 -1
- package/fesm5/igniteui-webcomponents-grids.js +1 -1
- package/grids/combined.js +276 -280
- package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/package.json +4 -4
package/grids/combined.js
CHANGED
|
@@ -1682,7 +1682,7 @@ function Cm(n38) {
|
|
|
1682
1682
|
function A4(n38) {
|
|
1683
1683
|
at2(n38) ? n38() : n38.unsubscribe();
|
|
1684
1684
|
}
|
|
1685
|
-
var
|
|
1685
|
+
var No = { onUnhandledError: null, onStoppedNotification: null, Promise: void 0, useDeprecatedSynchronousErrorHandling: false, useDeprecatedNextContext: false };
|
|
1686
1686
|
var wd = { setTimeout(n38, t, ...o) {
|
|
1687
1687
|
let { delegate: e } = wd;
|
|
1688
1688
|
return e?.setTimeout ? e.setTimeout(n38, t, ...o) : setTimeout(n38, t, ...o);
|
|
@@ -1692,7 +1692,7 @@ var wd = { setTimeout(n38, t, ...o) {
|
|
|
1692
1692
|
}, delegate: void 0 };
|
|
1693
1693
|
function Im(n38) {
|
|
1694
1694
|
wd.setTimeout(() => {
|
|
1695
|
-
let { onUnhandledError: t } =
|
|
1695
|
+
let { onUnhandledError: t } = No;
|
|
1696
1696
|
if (t) t(n38);
|
|
1697
1697
|
else throw n38;
|
|
1698
1698
|
});
|
|
@@ -1711,7 +1711,7 @@ function Vx(n38, t, o) {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
var xc = null;
|
|
1713
1713
|
function Cd(n38) {
|
|
1714
|
-
if (
|
|
1714
|
+
if (No.useDeprecatedSynchronousErrorHandling) {
|
|
1715
1715
|
let t = !xc;
|
|
1716
1716
|
if (t && (xc = { errorThrown: false, error: null }), n38(), t) {
|
|
1717
1717
|
let { errorThrown: o, error: e } = xc;
|
|
@@ -1720,7 +1720,7 @@ function Cd(n38) {
|
|
|
1720
1720
|
} else n38();
|
|
1721
1721
|
}
|
|
1722
1722
|
function F4(n38) {
|
|
1723
|
-
|
|
1723
|
+
No.useDeprecatedSynchronousErrorHandling && xc && (xc.errorThrown = true, xc.error = n38);
|
|
1724
1724
|
}
|
|
1725
1725
|
var yc = class extends Yi {
|
|
1726
1726
|
constructor(t) {
|
|
@@ -1800,19 +1800,19 @@ var sa = class extends yc {
|
|
|
1800
1800
|
if (at2(t) || !t) i = { next: t ?? void 0, error: o ?? void 0, complete: e ?? void 0 };
|
|
1801
1801
|
else {
|
|
1802
1802
|
let r;
|
|
1803
|
-
this &&
|
|
1803
|
+
this && No.useDeprecatedNextContext ? (r = Object.create(t), r.unsubscribe = () => this.unsubscribe(), i = { next: t.next && Ox(t.next, r), error: t.error && Ox(t.error, r), complete: t.complete && Ox(t.complete, r) }) : i = t;
|
|
1804
1804
|
}
|
|
1805
1805
|
this.destination = new Lx(i);
|
|
1806
1806
|
}
|
|
1807
1807
|
};
|
|
1808
1808
|
function Sm(n38) {
|
|
1809
|
-
|
|
1809
|
+
No.useDeprecatedSynchronousErrorHandling ? F4(n38) : Im(n38);
|
|
1810
1810
|
}
|
|
1811
1811
|
function xN(n38) {
|
|
1812
1812
|
throw n38;
|
|
1813
1813
|
}
|
|
1814
1814
|
function Nx(n38, t) {
|
|
1815
|
-
let { onStoppedNotification: o } =
|
|
1815
|
+
let { onStoppedNotification: o } = No;
|
|
1816
1816
|
o && wd.setTimeout(() => o(n38, t));
|
|
1817
1817
|
}
|
|
1818
1818
|
var yN = { closed: true, next: At2, error: xN, complete: At2 };
|
|
@@ -1884,7 +1884,7 @@ var di = (() => {
|
|
|
1884
1884
|
})();
|
|
1885
1885
|
function V4(n38) {
|
|
1886
1886
|
var t;
|
|
1887
|
-
return (t = n38 ??
|
|
1887
|
+
return (t = n38 ?? No.Promise) !== null && t !== void 0 ? t : Promise;
|
|
1888
1888
|
}
|
|
1889
1889
|
function wN(n38) {
|
|
1890
1890
|
return n38 && at2(n38.next) && at2(n38.error) && at2(n38.complete);
|
|
@@ -2746,7 +2746,7 @@ function nS(n38) {
|
|
|
2746
2746
|
}));
|
|
2747
2747
|
});
|
|
2748
2748
|
}
|
|
2749
|
-
function
|
|
2749
|
+
function Lo(n38) {
|
|
2750
2750
|
return n38 <= 0 ? () => Rm : Mt2((t, o) => {
|
|
2751
2751
|
let e = 0;
|
|
2752
2752
|
t.subscribe(St2(o, (i) => {
|
|
@@ -2767,7 +2767,7 @@ function WN() {
|
|
|
2767
2767
|
}
|
|
2768
2768
|
function Xe(n38, t) {
|
|
2769
2769
|
let o = arguments.length >= 2;
|
|
2770
|
-
return (e) => e.pipe(n38 ? Xt((i, r) => n38(i, r, e)) : ms,
|
|
2770
|
+
return (e) => e.pipe(n38 ? Xt((i, r) => n38(i, r, e)) : ms, Lo(1), o ? nS(t) : rS(() => new jm()));
|
|
2771
2771
|
}
|
|
2772
2772
|
function qx(...n38) {
|
|
2773
2773
|
let t = n38.length;
|
|
@@ -2905,7 +2905,7 @@ function da(n38, t) {
|
|
|
2905
2905
|
}));
|
|
2906
2906
|
});
|
|
2907
2907
|
}
|
|
2908
|
-
function
|
|
2908
|
+
function Ho(n38, t = la, o) {
|
|
2909
2909
|
let e = Ic(n38, t);
|
|
2910
2910
|
return da(() => e, o);
|
|
2911
2911
|
}
|
|
@@ -2984,7 +2984,7 @@ function XS(n38) {
|
|
|
2984
2984
|
function he2(n38) {
|
|
2985
2985
|
return { token: n38.token, providedIn: n38.providedIn || null, factory: n38.factory, value: void 0 };
|
|
2986
2986
|
}
|
|
2987
|
-
function
|
|
2987
|
+
function $o(n38) {
|
|
2988
2988
|
return { providers: n38.providers || [], imports: n38.imports || [] };
|
|
2989
2989
|
}
|
|
2990
2990
|
function hy(n38) {
|
|
@@ -3314,40 +3314,40 @@ function IL(n38, t, o) {
|
|
|
3314
3314
|
for (let a = 0; a < t.length; a++) {
|
|
3315
3315
|
let l = t[a];
|
|
3316
3316
|
if (typeof l == "number") {
|
|
3317
|
-
if (!s && !
|
|
3318
|
-
if (s &&
|
|
3317
|
+
if (!s && !Bo(e) && !Bo(l)) return false;
|
|
3318
|
+
if (s && Bo(l)) continue;
|
|
3319
3319
|
s = false, e = l | e & 1;
|
|
3320
3320
|
continue;
|
|
3321
3321
|
}
|
|
3322
3322
|
if (!s) if (e & 4) {
|
|
3323
3323
|
if (e = 2 | e & 1, l !== "" && !CL(n38, l, o) || l === "" && t.length === 1) {
|
|
3324
|
-
if (
|
|
3324
|
+
if (Bo(e)) return false;
|
|
3325
3325
|
s = true;
|
|
3326
3326
|
}
|
|
3327
3327
|
} else if (e & 8) {
|
|
3328
3328
|
if (i === null || !wL(n38, i, l, o)) {
|
|
3329
|
-
if (
|
|
3329
|
+
if (Bo(e)) return false;
|
|
3330
3330
|
s = true;
|
|
3331
3331
|
}
|
|
3332
3332
|
} else {
|
|
3333
3333
|
let c = t[++a], d = SL(l, i, fy(n38), o);
|
|
3334
3334
|
if (d === -1) {
|
|
3335
|
-
if (
|
|
3335
|
+
if (Bo(e)) return false;
|
|
3336
3336
|
s = true;
|
|
3337
3337
|
continue;
|
|
3338
3338
|
}
|
|
3339
3339
|
if (c !== "") {
|
|
3340
3340
|
let g;
|
|
3341
3341
|
if (d > r ? g = "" : g = i[d + 1].toLowerCase(), e & 2 && c !== g) {
|
|
3342
|
-
if (
|
|
3342
|
+
if (Bo(e)) return false;
|
|
3343
3343
|
s = true;
|
|
3344
3344
|
}
|
|
3345
3345
|
}
|
|
3346
3346
|
}
|
|
3347
3347
|
}
|
|
3348
|
-
return
|
|
3348
|
+
return Bo(e) || s;
|
|
3349
3349
|
}
|
|
3350
|
-
function
|
|
3350
|
+
function Bo(n38) {
|
|
3351
3351
|
return (n38 & 1) === 0;
|
|
3352
3352
|
}
|
|
3353
3353
|
function SL(n38, t, o, e) {
|
|
@@ -3425,7 +3425,7 @@ function RL(n38) {
|
|
|
3425
3425
|
let a = n38[++o];
|
|
3426
3426
|
i += "[" + s + (a.length > 0 ? '="' + a + '"' : "") + "]";
|
|
3427
3427
|
} else e & 8 ? i += "." + s : e & 4 && (i += " " + s);
|
|
3428
|
-
else i !== "" && !
|
|
3428
|
+
else i !== "" && !Bo(s) && (t += pS(r, i), i = ""), e = s, r = r || !Bo(e);
|
|
3429
3429
|
o++;
|
|
3430
3430
|
}
|
|
3431
3431
|
return i !== "" && (t += pS(r, i)), t;
|
|
@@ -3439,7 +3439,7 @@ function PL(n38) {
|
|
|
3439
3439
|
let r = n38[e];
|
|
3440
3440
|
if (typeof r == "string") i === 2 ? r !== "" && t.push(r, n38[++e]) : i === 8 && o.push(r);
|
|
3441
3441
|
else {
|
|
3442
|
-
if (!
|
|
3442
|
+
if (!Bo(i)) break;
|
|
3443
3443
|
i = r;
|
|
3444
3444
|
}
|
|
3445
3445
|
e++;
|
|
@@ -3460,7 +3460,7 @@ function ML(n38) {
|
|
|
3460
3460
|
function kL(n38) {
|
|
3461
3461
|
return n38 !== null;
|
|
3462
3462
|
}
|
|
3463
|
-
function
|
|
3463
|
+
function Uo(n38) {
|
|
3464
3464
|
return lh(() => ({ type: n38.type, bootstrap: n38.bootstrap || Er, declarations: n38.declarations || Er, imports: n38.imports || Er, exports: n38.exports || Er, transitiveCompileScopes: null, schemas: n38.schemas || null, id: n38.id || null }));
|
|
3465
3465
|
}
|
|
3466
3466
|
function hS(n38, t) {
|
|
@@ -3771,7 +3771,7 @@ var ma = 0;
|
|
|
3771
3771
|
var mt2 = 1;
|
|
3772
3772
|
var lt2 = 2;
|
|
3773
3773
|
var Yn = 3;
|
|
3774
|
-
var
|
|
3774
|
+
var Go = 4;
|
|
3775
3775
|
var Ar = 5;
|
|
3776
3776
|
var oh = 6;
|
|
3777
3777
|
var hf = 7;
|
|
@@ -4739,10 +4739,10 @@ function sb(n38) {
|
|
|
4739
4739
|
return lb(n38[sh]);
|
|
4740
4740
|
}
|
|
4741
4741
|
function ab(n38) {
|
|
4742
|
-
return lb(n38[
|
|
4742
|
+
return lb(n38[Go]);
|
|
4743
4743
|
}
|
|
4744
4744
|
function lb(n38) {
|
|
4745
|
-
for (; n38 !== null && !fa(n38); ) n38 = n38[
|
|
4745
|
+
for (; n38 !== null && !fa(n38); ) n38 = n38[Go];
|
|
4746
4746
|
return n38;
|
|
4747
4747
|
}
|
|
4748
4748
|
var A2;
|
|
@@ -4823,7 +4823,7 @@ var V2 = class extends ga {
|
|
|
4823
4823
|
return "ResourceURL";
|
|
4824
4824
|
}
|
|
4825
4825
|
};
|
|
4826
|
-
function
|
|
4826
|
+
function Wo(n38) {
|
|
4827
4827
|
return n38 instanceof ga ? n38.changingThisBreaksApplicationSecurity : n38;
|
|
4828
4828
|
}
|
|
4829
4829
|
function ol(n38, t) {
|
|
@@ -5021,11 +5021,11 @@ var ho = function(n38) {
|
|
|
5021
5021
|
}(ho || {});
|
|
5022
5022
|
function Cb(n38) {
|
|
5023
5023
|
let t = Ib();
|
|
5024
|
-
return t ? DS(t.sanitize(ho.HTML, n38) || "") : ol(n38, "HTML") ? DS(
|
|
5024
|
+
return t ? DS(t.sanitize(ho.HTML, n38) || "") : ol(n38, "HTML") ? DS(Wo(n38)) : Fy(db(), Rc(n38));
|
|
5025
5025
|
}
|
|
5026
5026
|
function sl(n38) {
|
|
5027
5027
|
let t = Ib();
|
|
5028
|
-
return t ? t.sanitize(ho.URL, n38) || "" : ol(n38, "URL") ?
|
|
5028
|
+
return t ? t.sanitize(ho.URL, n38) || "" : ol(n38, "URL") ? Wo(n38) : Zf(Rc(n38));
|
|
5029
5029
|
}
|
|
5030
5030
|
function Ib() {
|
|
5031
5031
|
let n38 = Ze2();
|
|
@@ -5090,15 +5090,15 @@ function PB(n38) {
|
|
|
5090
5090
|
e && (o = e);
|
|
5091
5091
|
}
|
|
5092
5092
|
if (!o) {
|
|
5093
|
-
for (; t && !t[
|
|
5094
|
-
t === null && (t = n38), Ka(t) && r2(t[mt2], t), o = t && t[
|
|
5093
|
+
for (; t && !t[Go] && t !== n38; ) Ka(t) && r2(t[mt2], t), t = t[Yn];
|
|
5094
|
+
t === null && (t = n38), Ka(t) && r2(t[mt2], t), o = t && t[Go];
|
|
5095
5095
|
}
|
|
5096
5096
|
t = o;
|
|
5097
5097
|
}
|
|
5098
5098
|
}
|
|
5099
5099
|
function MB(n38, t, o, e) {
|
|
5100
5100
|
let i = Tr + e, r = o.length;
|
|
5101
|
-
e > 0 && (o[i - 1][
|
|
5101
|
+
e > 0 && (o[i - 1][Go] = t), e < r - Tr ? (t[Go] = o[i], o5(o, Tr + e, t)) : (o.push(t), t[Go] = null), t[Yn] = o;
|
|
5102
5102
|
let s = t[Pc];
|
|
5103
5103
|
s !== null && o !== s && Eb(s, t);
|
|
5104
5104
|
let a = t[ua];
|
|
@@ -5122,11 +5122,11 @@ function If(n38, t) {
|
|
|
5122
5122
|
let o = Tr + t, e = n38[o];
|
|
5123
5123
|
if (e) {
|
|
5124
5124
|
let i = e[Pc];
|
|
5125
|
-
i !== null && i !== n38 && Oy(i, e), t > 0 && (n38[o - 1][
|
|
5125
|
+
i !== null && i !== n38 && Oy(i, e), t > 0 && (n38[o - 1][Go] = e[Go]);
|
|
5126
5126
|
let r = df(n38, Tr + t);
|
|
5127
5127
|
RB(e[mt2], e);
|
|
5128
5128
|
let s = r[ua];
|
|
5129
|
-
s !== null && s.detachView(r[mt2]), e[Yn] = null, e[
|
|
5129
|
+
s !== null && s.detachView(r[mt2]), e[Yn] = null, e[Go] = null, e[lt2] &= -129;
|
|
5130
5130
|
}
|
|
5131
5131
|
return e;
|
|
5132
5132
|
}
|
|
@@ -5702,7 +5702,7 @@ function $b(n38, t) {
|
|
|
5702
5702
|
}
|
|
5703
5703
|
}
|
|
5704
5704
|
function i0(n38, t) {
|
|
5705
|
-
return n38[sh] ? n38[mS][
|
|
5705
|
+
return n38[sh] ? n38[mS][Go] = t : n38[sh] = t, n38[mS] = t, t;
|
|
5706
5706
|
}
|
|
5707
5707
|
function z2(n38, t, o) {
|
|
5708
5708
|
by(0);
|
|
@@ -6087,7 +6087,7 @@ var $2 = class {
|
|
|
6087
6087
|
var dw = class dw2 {
|
|
6088
6088
|
};
|
|
6089
6089
|
dw.NULL = new $2();
|
|
6090
|
-
var
|
|
6090
|
+
var jo = dw;
|
|
6091
6091
|
var ws = class {
|
|
6092
6092
|
};
|
|
6093
6093
|
var ct2 = (() => {
|
|
@@ -6124,7 +6124,7 @@ function Rf(n38, t, o) {
|
|
|
6124
6124
|
}
|
|
6125
6125
|
o ? n38.styles = e : n38.stylesWithoutHost = e, o ? n38.classes = i : n38.classesWithoutHost = i;
|
|
6126
6126
|
}
|
|
6127
|
-
var Af = class extends
|
|
6127
|
+
var Af = class extends jo {
|
|
6128
6128
|
constructor(t) {
|
|
6129
6129
|
super(), this.ngModule = t;
|
|
6130
6130
|
}
|
|
@@ -6713,7 +6713,7 @@ var kf = class extends tl {
|
|
|
6713
6713
|
constructor(t, o, e, i = true) {
|
|
6714
6714
|
super(), this.ngModuleType = t, this._parent = o, this._bootstrapComponents = [], this.destroyCbs = [], this.componentFactoryResolver = new Af(this);
|
|
6715
6715
|
let r = VL(t);
|
|
6716
|
-
this._bootstrapComponents = SB(r.bootstrap), this._r3Injector = J5(t, o, [{ provide: tl, useValue: this }, { provide:
|
|
6716
|
+
this._bootstrapComponents = SB(r.bootstrap), this._r3Injector = J5(t, o, [{ provide: tl, useValue: this }, { provide: jo, useValue: this.componentFactoryResolver }, ...e], lr(t), /* @__PURE__ */ new Set(["environment"])), i && this.resolveInjectorInitializers();
|
|
6717
6717
|
}
|
|
6718
6718
|
resolveInjectorInitializers() {
|
|
6719
6719
|
this._r3Injector.resolveInjectorInitializers(), this.instance = this._r3Injector.get(this.ngModuleType);
|
|
@@ -6743,7 +6743,7 @@ function bG(n38, t, o) {
|
|
|
6743
6743
|
var J2 = class extends tl {
|
|
6744
6744
|
constructor(t) {
|
|
6745
6745
|
super(), this.componentFactoryResolver = new Af(this), this.instance = null;
|
|
6746
|
-
let o = new pf([...t.providers, { provide: tl, useValue: this }, { provide:
|
|
6746
|
+
let o = new pf([...t.providers, { provide: tl, useValue: this }, { provide: jo, useValue: this.componentFactoryResolver }], t.parent || Bf(), t.debugName, /* @__PURE__ */ new Set(["environment"]));
|
|
6747
6747
|
this.injector = o, t.runEnvironmentInitializers && o.resolveInjectorInitializers();
|
|
6748
6748
|
}
|
|
6749
6749
|
destroy() {
|
|
@@ -6928,19 +6928,19 @@ function HS(n38, t, o, e) {
|
|
|
6928
6928
|
function NG(n38, t) {
|
|
6929
6929
|
return n38 === null || t == null || (Array.isArray(n38) ? n38[1] : n38) === t ? true : Array.isArray(n38) && typeof t == "string" ? dh(n38, t) >= 0 : false;
|
|
6930
6930
|
}
|
|
6931
|
-
var
|
|
6931
|
+
var zo = { textEnd: 0, key: 0, keyEnd: 0, value: 0, valueEnd: 0 };
|
|
6932
6932
|
function LG(n38) {
|
|
6933
|
-
return n38.substring(
|
|
6933
|
+
return n38.substring(zo.key, zo.keyEnd);
|
|
6934
6934
|
}
|
|
6935
6935
|
function HG(n38) {
|
|
6936
|
-
return BG(n38), hD(n38, gD(n38, 0,
|
|
6936
|
+
return BG(n38), hD(n38, gD(n38, 0, zo.textEnd));
|
|
6937
6937
|
}
|
|
6938
6938
|
function hD(n38, t) {
|
|
6939
|
-
let o =
|
|
6940
|
-
return o === t ? -1 : (t =
|
|
6939
|
+
let o = zo.textEnd;
|
|
6940
|
+
return o === t ? -1 : (t = zo.keyEnd = zG(n38, zo.key = t, o), gD(n38, t, o));
|
|
6941
6941
|
}
|
|
6942
6942
|
function BG(n38) {
|
|
6943
|
-
|
|
6943
|
+
zo.key = 0, zo.keyEnd = 0, zo.value = 0, zo.valueEnd = 0, zo.textEnd = n38.length;
|
|
6944
6944
|
}
|
|
6945
6945
|
function gD(n38, t, o) {
|
|
6946
6946
|
for (; t < o && n38.charCodeAt(t) <= 32; ) t++;
|
|
@@ -7046,7 +7046,7 @@ function ah(n38, t, o) {
|
|
|
7046
7046
|
}
|
|
7047
7047
|
function WG(n38, t, o) {
|
|
7048
7048
|
if (o == null || o === "") return Er;
|
|
7049
|
-
let e = [], i =
|
|
7049
|
+
let e = [], i = Wo(o);
|
|
7050
7050
|
if (Array.isArray(i)) for (let r = 0; r < i.length; r++) n38(e, i[r], true);
|
|
7051
7051
|
else if (typeof i == "object") for (let r in i) i.hasOwnProperty(r) && n38(e, r, i[r]);
|
|
7052
7052
|
else typeof i == "string" && t(e, i);
|
|
@@ -7093,12 +7093,12 @@ function Ff(n38) {
|
|
|
7093
7093
|
return n38 !== void 0;
|
|
7094
7094
|
}
|
|
7095
7095
|
function KG(n38, t) {
|
|
7096
|
-
return n38 == null || n38 === "" || (typeof t == "string" ? n38 = n38 + t : typeof n38 == "object" && (n38 = lr(
|
|
7096
|
+
return n38 == null || n38 === "" || (typeof t == "string" ? n38 = n38 + t : typeof n38 == "object" && (n38 = lr(Wo(n38)))), n38;
|
|
7097
7097
|
}
|
|
7098
7098
|
function wD(n38, t) {
|
|
7099
7099
|
return (n38.flags & (t ? 8 : 16)) !== 0;
|
|
7100
7100
|
}
|
|
7101
|
-
function
|
|
7101
|
+
function qo(n38, t, o) {
|
|
7102
7102
|
let e = Ze2(), i = Jy(e, n38, t, o);
|
|
7103
7103
|
_D(Lf, mD, i, true);
|
|
7104
7104
|
}
|
|
@@ -7511,7 +7511,7 @@ function Gt2(n38, t, o, e, i) {
|
|
|
7511
7511
|
function Is(n38, t, o, e, i, r) {
|
|
7512
7512
|
return TD(Ze2(), cr(), n38, t, o, e, i, r);
|
|
7513
7513
|
}
|
|
7514
|
-
function
|
|
7514
|
+
function Qo(n38, t, o, e, i, r, s) {
|
|
7515
7515
|
return RD(Ze2(), cr(), n38, t, o, e, i, r, s);
|
|
7516
7516
|
}
|
|
7517
7517
|
function dt2(n38, t, o, e, i, r, s, a) {
|
|
@@ -7530,7 +7530,7 @@ function tw(n38, t, o, e, i, r, s, a, l, c, d) {
|
|
|
7530
7530
|
let g = cr() + n38, v = Ze2(), w = jd(v, g, o, e, i, r);
|
|
7531
7531
|
return jd(v, g + 4, s, a, l, c) || w ? Cs(v, g + 8, d ? t.call(d, o, e, i, r, s, a, l, c) : t(o, e, i, r, s, a, l, c)) : mh(v, g + 8);
|
|
7532
7532
|
}
|
|
7533
|
-
function
|
|
7533
|
+
function Ko(n38, t, o, e) {
|
|
7534
7534
|
return AD(Ze2(), cr(), n38, t, o, e);
|
|
7535
7535
|
}
|
|
7536
7536
|
function vh(n38, t) {
|
|
@@ -7799,7 +7799,7 @@ var Pr = (() => {
|
|
|
7799
7799
|
throw new De2(405, I);
|
|
7800
7800
|
}
|
|
7801
7801
|
let a;
|
|
7802
|
-
r ? a = e : a = this._injector.get(
|
|
7802
|
+
r ? a = e : a = this._injector.get(jo).resolveComponentFactory(e), this.componentTypes.push(a.componentType);
|
|
7803
7803
|
let l = Sj(a) ? void 0 : this._injector.get(tl), c = i || a.selector, d = a.create(Dt2.NULL, [], c, l), g = d.location.nativeElement, v = d.injector.get(iw, null);
|
|
7804
7804
|
return v?.registerApplication(g), d.onDestroy(() => {
|
|
7805
7805
|
this.detachView(d.hostView), af(this.components, d), v?.unregisterApplication(g);
|
|
@@ -8532,7 +8532,7 @@ var BD = (() => {
|
|
|
8532
8532
|
};
|
|
8533
8533
|
t.\u0275fac = function(i) {
|
|
8534
8534
|
return new (i || t)(we2(Pr));
|
|
8535
|
-
}, t.\u0275mod =
|
|
8535
|
+
}, t.\u0275mod = Uo({ type: t }), t.\u0275inj = $o({});
|
|
8536
8536
|
let n38 = t;
|
|
8537
8537
|
return n38;
|
|
8538
8538
|
})();
|
|
@@ -8545,7 +8545,7 @@ function wh(n38, t) {
|
|
|
8545
8545
|
let o = I4(n38);
|
|
8546
8546
|
return t?.equal && (o[oa].equal = t.equal), o;
|
|
8547
8547
|
}
|
|
8548
|
-
function
|
|
8548
|
+
function Yo(n38) {
|
|
8549
8549
|
let t = Ot2(null);
|
|
8550
8550
|
try {
|
|
8551
8551
|
return n38();
|
|
@@ -8805,7 +8805,7 @@ function c0(n38, t) {
|
|
|
8805
8805
|
return t != null && e in t ? t[e] : o;
|
|
8806
8806
|
})), n38;
|
|
8807
8807
|
}
|
|
8808
|
-
function
|
|
8808
|
+
function Xo(n38, t, o = "-", e, i) {
|
|
8809
8809
|
let r = "";
|
|
8810
8810
|
(n38 < 0 || i && n38 <= 0) && (i ? n38 = -n38 + 1 : (n38 = -n38, r = o));
|
|
8811
8811
|
let s = String(n38);
|
|
@@ -8813,7 +8813,7 @@ function Zo(n38, t, o = "-", e, i) {
|
|
|
8813
8813
|
return e && (s = s.slice(s.length - t)), r + s;
|
|
8814
8814
|
}
|
|
8815
8815
|
function t$(n38, t) {
|
|
8816
|
-
return
|
|
8816
|
+
return Xo(n38, 3).substring(0, t);
|
|
8817
8817
|
}
|
|
8818
8818
|
function nn(n38, t, o = 0, e = false, i = false) {
|
|
8819
8819
|
return function(r, s) {
|
|
@@ -8821,7 +8821,7 @@ function nn(n38, t, o = 0, e = false, i = false) {
|
|
|
8821
8821
|
if ((o > 0 || a > -o) && (a += o), n38 === ei.Hours) a === 0 && o === -12 && (a = 12);
|
|
8822
8822
|
else if (n38 === ei.FractionalSeconds) return t$(a, t);
|
|
8823
8823
|
let l = go(s, rn.MinusSign);
|
|
8824
|
-
return
|
|
8824
|
+
return Xo(a, t, l, e, i);
|
|
8825
8825
|
};
|
|
8826
8826
|
}
|
|
8827
8827
|
function i$(n38, t) {
|
|
@@ -8884,13 +8884,13 @@ function d0(n38) {
|
|
|
8884
8884
|
let i = -1 * e, r = go(o, rn.MinusSign), s = i > 0 ? Math.floor(i / 60) : Math.ceil(i / 60);
|
|
8885
8885
|
switch (n38) {
|
|
8886
8886
|
case xa.Short:
|
|
8887
|
-
return (i >= 0 ? "+" : "") +
|
|
8887
|
+
return (i >= 0 ? "+" : "") + Xo(s, 2, r) + Xo(Math.abs(i % 60), 2, r);
|
|
8888
8888
|
case xa.ShortGMT:
|
|
8889
|
-
return "GMT" + (i >= 0 ? "+" : "") +
|
|
8889
|
+
return "GMT" + (i >= 0 ? "+" : "") + Xo(s, 1, r);
|
|
8890
8890
|
case xa.Long:
|
|
8891
|
-
return "GMT" + (i >= 0 ? "+" : "") +
|
|
8891
|
+
return "GMT" + (i >= 0 ? "+" : "") + Xo(s, 2, r) + ":" + Xo(Math.abs(i % 60), 2, r);
|
|
8892
8892
|
case xa.Extended:
|
|
8893
|
-
return e === 0 ? "Z" : (i >= 0 ? "+" : "") +
|
|
8893
|
+
return e === 0 ? "Z" : (i >= 0 ? "+" : "") + Xo(s, 2, r) + ":" + Xo(Math.abs(i % 60), 2, r);
|
|
8894
8894
|
default:
|
|
8895
8895
|
throw new Error(`Unknown zone width "${n38}"`);
|
|
8896
8896
|
}
|
|
@@ -8916,13 +8916,13 @@ function pw(n38, t = false) {
|
|
|
8916
8916
|
let r = JD(o), s = o$(r.getFullYear()), a = r.getTime() - s.getTime();
|
|
8917
8917
|
i = 1 + Math.round(a / 6048e5);
|
|
8918
8918
|
}
|
|
8919
|
-
return
|
|
8919
|
+
return Xo(i, n38, go(e, rn.MinusSign));
|
|
8920
8920
|
};
|
|
8921
8921
|
}
|
|
8922
8922
|
function u0(n38, t = false) {
|
|
8923
8923
|
return function(o, e) {
|
|
8924
8924
|
let r = JD(o).getFullYear();
|
|
8925
|
-
return
|
|
8925
|
+
return Xo(r, n38, go(e, rn.MinusSign), t);
|
|
8926
8926
|
};
|
|
8927
8927
|
}
|
|
8928
8928
|
var hw = {};
|
|
@@ -9566,12 +9566,12 @@ function eu(n38, t) {
|
|
|
9566
9566
|
}
|
|
9567
9567
|
var xw = class {
|
|
9568
9568
|
createSubscription(t, o) {
|
|
9569
|
-
return
|
|
9569
|
+
return Yo(() => t.subscribe({ next: o, error: (e) => {
|
|
9570
9570
|
throw e;
|
|
9571
9571
|
} }));
|
|
9572
9572
|
}
|
|
9573
9573
|
dispose(t) {
|
|
9574
|
-
|
|
9574
|
+
Yo(() => t.unsubscribe());
|
|
9575
9575
|
}
|
|
9576
9576
|
};
|
|
9577
9577
|
var yw = class {
|
|
@@ -9745,7 +9745,7 @@ var rE = (() => {
|
|
|
9745
9745
|
};
|
|
9746
9746
|
t.\u0275fac = function(i) {
|
|
9747
9747
|
return new (i || t)();
|
|
9748
|
-
}, t.\u0275mod =
|
|
9748
|
+
}, t.\u0275mod = Uo({ type: t }), t.\u0275inj = $o({});
|
|
9749
9749
|
let n38 = t;
|
|
9750
9750
|
return n38;
|
|
9751
9751
|
})();
|
|
@@ -9845,7 +9845,7 @@ function ul(n38) {
|
|
|
9845
9845
|
function gE(n38) {
|
|
9846
9846
|
return n38 != null && typeof n38.length == "number";
|
|
9847
9847
|
}
|
|
9848
|
-
var
|
|
9848
|
+
var Zo = new Le2("");
|
|
9849
9849
|
var kw = new Le2("");
|
|
9850
9850
|
var T$ = /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
|
|
9851
9851
|
var C0 = class {
|
|
@@ -10221,10 +10221,10 @@ var E0 = class {
|
|
|
10221
10221
|
return this._parent;
|
|
10222
10222
|
}
|
|
10223
10223
|
get status() {
|
|
10224
|
-
return
|
|
10224
|
+
return Yo(this.statusReactive);
|
|
10225
10225
|
}
|
|
10226
10226
|
set status(t) {
|
|
10227
|
-
|
|
10227
|
+
Yo(() => this.statusReactive.set(t));
|
|
10228
10228
|
}
|
|
10229
10229
|
get valid() {
|
|
10230
10230
|
return this.status === Sh;
|
|
@@ -10242,19 +10242,19 @@ var E0 = class {
|
|
|
10242
10242
|
return this.status !== bh;
|
|
10243
10243
|
}
|
|
10244
10244
|
get pristine() {
|
|
10245
|
-
return
|
|
10245
|
+
return Yo(this.pristineReactive);
|
|
10246
10246
|
}
|
|
10247
10247
|
set pristine(t) {
|
|
10248
|
-
|
|
10248
|
+
Yo(() => this.pristineReactive.set(t));
|
|
10249
10249
|
}
|
|
10250
10250
|
get dirty() {
|
|
10251
10251
|
return !this.pristine;
|
|
10252
10252
|
}
|
|
10253
10253
|
get touched() {
|
|
10254
|
-
return
|
|
10254
|
+
return Yo(this.touchedReactive);
|
|
10255
10255
|
}
|
|
10256
10256
|
set touched(t) {
|
|
10257
|
-
|
|
10257
|
+
Yo(() => this.touchedReactive.set(t));
|
|
10258
10258
|
}
|
|
10259
10259
|
get untouched() {
|
|
10260
10260
|
return !this.touched;
|
|
@@ -10756,7 +10756,7 @@ var qr = (() => {
|
|
|
10756
10756
|
}
|
|
10757
10757
|
};
|
|
10758
10758
|
t.\u0275fac = function(i) {
|
|
10759
|
-
return new (i || t)(_(nu, 9), _(
|
|
10759
|
+
return new (i || t)(_(nu, 9), _(Zo, 10), _(kw, 10), _(Ii, 10), _(re, 8), _(Th, 8));
|
|
10760
10760
|
}, t.\u0275dir = U({ type: t, selectors: [["", "ngModel", "", 3, "formControlName", "", 3, "formControl", ""]], inputs: { name: "name", isDisabled: [0, "disabled", "isDisabled"], model: [0, "ngModel", "model"], options: [0, "ngModelOptions", "options"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngModel"], features: [fe2([eU]), ne, ni] });
|
|
10761
10761
|
let n38 = t;
|
|
10762
10762
|
return n38;
|
|
@@ -10822,7 +10822,7 @@ var Ca = (() => {
|
|
|
10822
10822
|
}
|
|
10823
10823
|
};
|
|
10824
10824
|
t._ngModelWarningSentOnce = false, t.\u0275fac = function(i) {
|
|
10825
|
-
return new (i || t)(_(
|
|
10825
|
+
return new (i || t)(_(Zo, 10), _(kw, 10), _(Ii, 10), _(ME, 8), _(Th, 8));
|
|
10826
10826
|
}, t.\u0275dir = U({ type: t, selectors: [["", "formControl", ""]], inputs: { form: [0, "formControl", "form"], isDisabled: [0, "disabled", "isDisabled"], model: [0, "ngModel", "model"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngForm"], features: [fe2([iU]), ne, ni] });
|
|
10827
10827
|
let n38 = t;
|
|
10828
10828
|
return n38;
|
|
@@ -10831,7 +10831,7 @@ var nU = { provide: nu, useExisting: zi(() => Ia) };
|
|
|
10831
10831
|
var Ia = (() => {
|
|
10832
10832
|
let t = class t extends nu {
|
|
10833
10833
|
get submitted() {
|
|
10834
|
-
return
|
|
10834
|
+
return Yo(this._submittedReactive);
|
|
10835
10835
|
}
|
|
10836
10836
|
set submitted(e) {
|
|
10837
10837
|
this._submittedReactive.set(e);
|
|
@@ -10923,7 +10923,7 @@ var Ia = (() => {
|
|
|
10923
10923
|
}
|
|
10924
10924
|
};
|
|
10925
10925
|
t.\u0275fac = function(i) {
|
|
10926
|
-
return new (i || t)(_(
|
|
10926
|
+
return new (i || t)(_(Zo, 10), _(kw, 10), _(Th, 8));
|
|
10927
10927
|
}, t.\u0275dir = U({ type: t, selectors: [["", "formGroup", ""]], hostBindings: function(i, r) {
|
|
10928
10928
|
i & 1 && S("submit", function(a) {
|
|
10929
10929
|
return r.onSubmit(a);
|
|
@@ -10939,7 +10939,7 @@ var kE = (() => {
|
|
|
10939
10939
|
};
|
|
10940
10940
|
t.\u0275fac = function(i) {
|
|
10941
10941
|
return new (i || t)();
|
|
10942
|
-
}, t.\u0275mod =
|
|
10942
|
+
}, t.\u0275mod = Uo({ type: t }), t.\u0275inj = $o({});
|
|
10943
10943
|
let n38 = t;
|
|
10944
10944
|
return n38;
|
|
10945
10945
|
})();
|
|
@@ -10951,7 +10951,7 @@ var Mr = (() => {
|
|
|
10951
10951
|
};
|
|
10952
10952
|
t.\u0275fac = function(i) {
|
|
10953
10953
|
return new (i || t)();
|
|
10954
|
-
}, t.\u0275mod =
|
|
10954
|
+
}, t.\u0275mod = Uo({ type: t }), t.\u0275inj = $o({ imports: [kE] });
|
|
10955
10955
|
let n38 = t;
|
|
10956
10956
|
return n38;
|
|
10957
10957
|
})();
|
|
@@ -10963,7 +10963,7 @@ var gl = (() => {
|
|
|
10963
10963
|
};
|
|
10964
10964
|
t.\u0275fac = function(i) {
|
|
10965
10965
|
return new (i || t)();
|
|
10966
|
-
}, t.\u0275mod =
|
|
10966
|
+
}, t.\u0275mod = Uo({ type: t }), t.\u0275inj = $o({ imports: [kE] });
|
|
10967
10967
|
let n38 = t;
|
|
10968
10968
|
return n38;
|
|
10969
10969
|
})();
|
|
@@ -11737,13 +11737,13 @@ var Oh = (n38) => {
|
|
|
11737
11737
|
}), t;
|
|
11738
11738
|
};
|
|
11739
11739
|
var q0 = /* @__PURE__ */ new Set(["arrowleft", "left", "arrowright", "right", "home", "end"]);
|
|
11740
|
-
var
|
|
11740
|
+
var Jo = /* @__PURE__ */ new Set(["down", "up", "left", "right", "arrowdown", "arrowup", "arrowleft", "arrowright", "home", "end", "space", "spacebar", " "]);
|
|
11741
11741
|
var l6 = new Set("up down arrowup arrowdown home end".split(" "));
|
|
11742
11742
|
var Cl = new Set("right down arrowright arrowdown".split(" "));
|
|
11743
11743
|
var Il = new Set("left up arrowleft arrowup".split(" "));
|
|
11744
11744
|
var jw = /* @__PURE__ */ new Set(["+", "add", "\u2260", "\xB1", "="]);
|
|
11745
|
-
var Nh = /* @__PURE__ */ new Set([...Array.from(
|
|
11746
|
-
var jc = /* @__PURE__ */ new Set([...Array.from(
|
|
11745
|
+
var Nh = /* @__PURE__ */ new Set([...Array.from(Jo), ...Array.from(jw), "enter", "f2", "escape", "esc", "pagedown", "pageup"]);
|
|
11746
|
+
var jc = /* @__PURE__ */ new Set([...Array.from(Jo), "escape", "esc", "l", "\xAC"]);
|
|
11747
11747
|
var Da = (n38) => new di((t) => {
|
|
11748
11748
|
let o = new (Gw())((i) => {
|
|
11749
11749
|
t.next(i);
|
|
@@ -11923,7 +11923,7 @@ var Cu = class extends Sl {
|
|
|
11923
11923
|
return super.getFieldValue(t.data, o, e, i);
|
|
11924
11924
|
}
|
|
11925
11925
|
};
|
|
11926
|
-
var
|
|
11926
|
+
var es = class {
|
|
11927
11927
|
clone(t) {
|
|
11928
11928
|
return Fr(t);
|
|
11929
11929
|
}
|
|
@@ -11962,7 +11962,7 @@ var Je2 = class n10 {
|
|
|
11962
11962
|
static isHierarchyMatch(t, o, e) {
|
|
11963
11963
|
return yu(t, o, e);
|
|
11964
11964
|
}
|
|
11965
|
-
static mergeTransactions(t, o, e, i = new
|
|
11965
|
+
static mergeTransactions(t, o, e, i = new es(), r = false) {
|
|
11966
11966
|
return t.forEach((s, a) => {
|
|
11967
11967
|
let l = e ? s[e] : s, c = o.find((d) => d.id === l);
|
|
11968
11968
|
c && c.type === $e.UPDATE && (t[a] = Zn(i.clone(t[a]), c.newValue));
|
|
@@ -11971,7 +11971,7 @@ var Je2 = class n10 {
|
|
|
11971
11971
|
0 <= a && a < t.length && t.splice(a, 1);
|
|
11972
11972
|
}), t.push(...o.filter((s) => s.type === $e.ADD).map((s) => s.newValue)), t;
|
|
11973
11973
|
}
|
|
11974
|
-
static mergeHierarchicalTransactions(t, o, e, i, r = new
|
|
11974
|
+
static mergeHierarchicalTransactions(t, o, e, i, r = new es(), s = false) {
|
|
11975
11975
|
for (let a of o) if (a.path) {
|
|
11976
11976
|
let l = this.findParentFromPath(t, i, e, a.path), c = l ? l[e] : t;
|
|
11977
11977
|
switch (a.type) {
|
|
@@ -12238,7 +12238,7 @@ var Fs = class extends Iu {
|
|
|
12238
12238
|
});
|
|
12239
12239
|
}
|
|
12240
12240
|
};
|
|
12241
|
-
var
|
|
12241
|
+
var ts = It2({ quickFilter: "quickFilter", excelStyleFilter: "excelStyleFilter" });
|
|
12242
12242
|
var Gn = It2({ top: "top", bottom: "bottom" });
|
|
12243
12243
|
var bn = It2({ rootLevelOnly: "rootLevelOnly", childLevelsOnly: "childLevelsOnly", rootAndChildLevels: "rootAndChildLevels" });
|
|
12244
12244
|
var it2 = It2({ none: "none", single: "single", multiple: "multiple", multipleCascade: "multipleCascade" });
|
|
@@ -13048,8 +13048,8 @@ var T6 = function(n38, t, o, e, i, r) {
|
|
|
13048
13048
|
if (gn > Qe2) {
|
|
13049
13049
|
if (Qe2 = gn, _t2 = Ki, gn > hn) break;
|
|
13050
13050
|
for (var $a = Math.min(Ki, gn - 2), mn = 0, Me = 0; Me < $a; ++Me) {
|
|
13051
|
-
var
|
|
13052
|
-
_c > mn && (mn = _c, pn =
|
|
13051
|
+
var Oo = tt2 - Ki + Me & 32767, br = R[Oo], _c = Oo - br & 32767;
|
|
13052
|
+
_c > mn && (mn = _c, pn = Oo);
|
|
13053
13053
|
}
|
|
13054
13054
|
}
|
|
13055
13055
|
}
|
|
@@ -14298,7 +14298,7 @@ var Fu = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easi
|
|
|
14298
14298
|
var l_ = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "50%", direction: "Y", fromScale: 0.4 } });
|
|
14299
14299
|
var eg = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "0" } });
|
|
14300
14300
|
var tg = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "0", yPos: "50%" } });
|
|
14301
|
-
var
|
|
14301
|
+
var yo = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "Y", fromScale: 0.4, xPos: "100%", yPos: "0" } });
|
|
14302
14302
|
var Vu = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "100%", yPos: "0" } });
|
|
14303
14303
|
var Ou = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "0", yPos: "0" } });
|
|
14304
14304
|
var Aa = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "Y", fromScale: 0.4, xPos: "0", yPos: "100%" } });
|
|
@@ -14359,7 +14359,7 @@ var E_ = pe2(er, { params: { delay: "0s", direction: "X", yPos: "center", easing
|
|
|
14359
14359
|
var T_ = pe2(er, { params: { delay: "0s", easing: "cubic-bezier(0.600, -0.280, 0.735, 0.045)", endOpacity: 0, startAngle: 0, startOpacity: 1, direction: "Y", duration: ".45s", endAngle: 100, xPos: "center", yPos: "left" } });
|
|
14360
14360
|
var Rl = class {
|
|
14361
14361
|
constructor() {
|
|
14362
|
-
this.oppositeAnimation = /* @__PURE__ */ new Map([[En, En], [Tn, Tn], [P1, M1], [M1, P1], [F1, k1], [k1, F1], [V1, O1], [O1, V1], [N1, L1], [L1, N1], [Ta, Ta], [Ra, Ra], [Z1, Z1], [Y1, X1], [X1, Y1], [J1, J1], [H1, H1], [B1, B1], [z1, z1], [G1, G1], [j1, j1], [$1, $1], [U1, U1], [W1, W1], [q1, q1], [Q1, Q1], [K1, K1], [cC, cC], [dC, dC], [e_, r_], [t_, o_], [i_, s_], [n_, a_], [s_, i_], [a_, n_], [r_, e_], [o_, t_], [Wh, Yh], [qh, Xh], [Qh, Zh], [Kh, Jh], [Yh, Wh], [Xh, qh], [Zh, Qh], [Jh, Kh], [uC, uC], [pC, pC], [hC, hC], [gC, gC], [mC, mC], [fC, fC], [_C, _C], [vC, vC], [eg, ng], [rg, ag], [ig, tg], [sg, og], [ng, eg], [ag, rg], [tg, ig], [og, sg], [ku, ku], [d_, d_], [Vu, Fu], [Bu, Lu], [Nu, Ou], [Hu, zu], [Fu, Vu], [Lu, Bu], [Ou, Nu], [zu, Hu], [
|
|
14362
|
+
this.oppositeAnimation = /* @__PURE__ */ new Map([[En, En], [Tn, Tn], [P1, M1], [M1, P1], [F1, k1], [k1, F1], [V1, O1], [O1, V1], [N1, L1], [L1, N1], [Ta, Ta], [Ra, Ra], [Z1, Z1], [Y1, X1], [X1, Y1], [J1, J1], [H1, H1], [B1, B1], [z1, z1], [G1, G1], [j1, j1], [$1, $1], [U1, U1], [W1, W1], [q1, q1], [Q1, Q1], [K1, K1], [cC, cC], [dC, dC], [e_, r_], [t_, o_], [i_, s_], [n_, a_], [s_, i_], [a_, n_], [r_, e_], [o_, t_], [Wh, Yh], [qh, Xh], [Qh, Zh], [Kh, Jh], [Yh, Wh], [Xh, qh], [Zh, Qh], [Jh, Kh], [uC, uC], [pC, pC], [hC, hC], [gC, gC], [mC, mC], [fC, fC], [_C, _C], [vC, vC], [eg, ng], [rg, ag], [ig, tg], [sg, og], [ng, eg], [ag, rg], [tg, ig], [og, sg], [ku, ku], [d_, d_], [Vu, Fu], [Bu, Lu], [Nu, Ou], [Hu, zu], [Fu, Vu], [Lu, Bu], [Ou, Nu], [zu, Hu], [yo, Aa], [Ls, Wc], [Aa, yo], [Wc, Ls], [l_, l_], [u_, u_], [c_, c_], [p_, p_], [$c, Uc], [qc, Qc], [Uc, $c], [Qc, qc], [Kc, Yc], [Xc, Zc], [cg, lg], [dg, ug], [Yc, Kc], [Zc, Xc], [lg, cg], [ug, dg], [Gu, Uu], [Wu, Qu], [$u, ju], [qu, Ku], [Uu, Gu], [Qu, Wu], [ju, $u], [Ku, qu], [h_, m_], [w_, I_], [g_, f_], [C_, S_], [f_, g_], [S_, C_], [m_, h_], [I_, w_], [__, x_], [b_, E_], [v_, y_], [D_, T_], [x_, __], [E_, b_], [y_, v_], [T_, D_]]), this.horizontalAnimations = [F1, k1, N1, L1, i_, n_, s_, a_, Wh, qh, Qh, Kh, Yh, Xh, Zh, Jh, ig, sg, tg, og, Vu, Bu, Nu, Hu, Fu, Lu, Ou, zu, $c, qc, Uc, Qc, cg, dg, lg, ug, Gu, Wu, $u, qu, Uu, Qu, ju, Ku, g_, C_, f_, S_, v_, D_, y_, T_], this.verticalAnimations = [P1, M1, V1, O1, Ta, Ra, e_, t_, r_, o_, Wh, qh, Qh, Kh, Yh, Xh, Zh, Jh, eg, rg, ng, ag, Vu, Bu, Nu, Hu, Fu, Lu, Ou, zu, yo, Ls, Aa, Wc, Kc, Xc, Yc, Zc, Gu, Wu, $u, qu, Uu, Qu, ju, Ku, h_, w_, m_, I_, __, b_, x_, E_];
|
|
14363
14363
|
}
|
|
14364
14364
|
static instance() {
|
|
14365
14365
|
return this._instance || (this._instance = new this());
|
|
@@ -14473,7 +14473,7 @@ var os = class n13 {
|
|
|
14473
14473
|
};
|
|
14474
14474
|
var Li = class {
|
|
14475
14475
|
constructor(t) {
|
|
14476
|
-
this._defaultSettings = { horizontalDirection: ze2.Right, verticalDirection: Ge2.Bottom, horizontalStartPoint: ze2.Left, verticalStartPoint: Ge2.Bottom, openAnimation:
|
|
14476
|
+
this._defaultSettings = { horizontalDirection: ze2.Right, verticalDirection: Ge2.Bottom, horizontalStartPoint: ze2.Left, verticalStartPoint: Ge2.Bottom, openAnimation: yo, closeAnimation: Ls, minSize: { width: 0, height: 0 } }, this.settings = Object.assign({}, this._defaultSettings, t);
|
|
14477
14477
|
}
|
|
14478
14478
|
position(t, o, e, i, r) {
|
|
14479
14479
|
let s = this.calculateElementRectangles(t, r);
|
|
@@ -14744,7 +14744,7 @@ var pi = (() => {
|
|
|
14744
14744
|
i = { horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Top, horizontalDirection: ze2.Center, verticalDirection: Ge2.Top, openAnimation: Aa, closeAnimation: Wc };
|
|
14745
14745
|
break;
|
|
14746
14746
|
case Pl.Below:
|
|
14747
|
-
i = { horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Bottom, horizontalDirection: ze2.Center, verticalDirection: Ge2.Bottom, openAnimation:
|
|
14747
|
+
i = { horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Bottom, horizontalDirection: ze2.Center, verticalDirection: Ge2.Bottom, openAnimation: yo, closeAnimation: Ls };
|
|
14748
14748
|
break;
|
|
14749
14749
|
case Pl.After:
|
|
14750
14750
|
i = { horizontalStartPoint: ze2.Right, verticalStartPoint: Ge2.Middle, horizontalDirection: ze2.Right, verticalDirection: Ge2.Middle, openAnimation: $c, closeAnimation: qc };
|
|
@@ -14754,7 +14754,7 @@ var pi = (() => {
|
|
|
14754
14754
|
break;
|
|
14755
14755
|
case Pl.Default:
|
|
14756
14756
|
default:
|
|
14757
|
-
i = { horizontalStartPoint: ze2.Left, verticalStartPoint: Ge2.Bottom, horizontalDirection: ze2.Right, verticalDirection: Ge2.Bottom, openAnimation:
|
|
14757
|
+
i = { horizontalStartPoint: ze2.Left, verticalStartPoint: Ge2.Bottom, horizontalDirection: ze2.Right, verticalDirection: Ge2.Bottom, openAnimation: yo, closeAnimation: Ls };
|
|
14758
14758
|
break;
|
|
14759
14759
|
}
|
|
14760
14760
|
return i;
|
|
@@ -15037,7 +15037,7 @@ var Ju = class extends Fl {
|
|
|
15037
15037
|
};
|
|
15038
15038
|
var ed = class {
|
|
15039
15039
|
constructor() {
|
|
15040
|
-
this.onStateUpdate = new T(), this._isPending = false, this._pendingTransactions = [], this._pendingStates = /* @__PURE__ */ new Map(), this._cloneStrategy = new
|
|
15040
|
+
this.onStateUpdate = new T(), this._isPending = false, this._pendingTransactions = [], this._pendingStates = /* @__PURE__ */ new Map(), this._cloneStrategy = new es();
|
|
15041
15041
|
}
|
|
15042
15042
|
get cloneStrategy() {
|
|
15043
15043
|
return this._cloneStrategy;
|
|
@@ -15303,7 +15303,7 @@ var $n = function(n38) {
|
|
|
15303
15303
|
}($n || {});
|
|
15304
15304
|
var Vl = It2({ ESCAPE: "escape", ENTER: "enter", SPACE: "space" });
|
|
15305
15305
|
var Ol = new Le2("IgxDropDownBaseToken");
|
|
15306
|
-
var
|
|
15306
|
+
var wo = (() => {
|
|
15307
15307
|
let t = class t {
|
|
15308
15308
|
constructor(e) {
|
|
15309
15309
|
this.dropdown = e, this._target = null;
|
|
@@ -16594,7 +16594,7 @@ var MC = (() => {
|
|
|
16594
16594
|
};
|
|
16595
16595
|
t.\u0275fac = function(i) {
|
|
16596
16596
|
return new (i || t)(we2(WK, 12));
|
|
16597
|
-
}, t.\u0275mod =
|
|
16597
|
+
}, t.\u0275mod = Uo({ type: t }), t.\u0275inj = $o({ providers: [...QK, ...qK], imports: [rE, BD] });
|
|
16598
16598
|
let n38 = t;
|
|
16599
16599
|
return n38;
|
|
16600
16600
|
})();
|
|
@@ -16621,16 +16621,16 @@ var KK = (() => {
|
|
|
16621
16621
|
case ho.NONE:
|
|
16622
16622
|
return i;
|
|
16623
16623
|
case ho.HTML:
|
|
16624
|
-
return ol(i, "HTML") ?
|
|
16624
|
+
return ol(i, "HTML") ? Wo(i) : Fy(this._doc, String(i)).toString();
|
|
16625
16625
|
case ho.STYLE:
|
|
16626
|
-
return ol(i, "Style") ?
|
|
16626
|
+
return ol(i, "Style") ? Wo(i) : i;
|
|
16627
16627
|
case ho.SCRIPT:
|
|
16628
|
-
if (ol(i, "Script")) return
|
|
16628
|
+
if (ol(i, "Script")) return Wo(i);
|
|
16629
16629
|
throw new De2(5200, false);
|
|
16630
16630
|
case ho.URL:
|
|
16631
|
-
return ol(i, "URL") ?
|
|
16631
|
+
return ol(i, "URL") ? Wo(i) : Zf(String(i));
|
|
16632
16632
|
case ho.RESOURCE_URL:
|
|
16633
|
-
if (ol(i, "ResourceURL")) return
|
|
16633
|
+
if (ol(i, "ResourceURL")) return Wo(i);
|
|
16634
16634
|
throw new De2(5201, false);
|
|
16635
16635
|
default:
|
|
16636
16636
|
throw new De2(5202, false);
|
|
@@ -16658,7 +16658,7 @@ var KK = (() => {
|
|
|
16658
16658
|
let n38 = t;
|
|
16659
16659
|
return n38;
|
|
16660
16660
|
})();
|
|
16661
|
-
var
|
|
16661
|
+
var Co = (() => {
|
|
16662
16662
|
let t = class t {
|
|
16663
16663
|
constructor(e, i, r, s) {
|
|
16664
16664
|
if (this._sanitizer = e, this._httpClient = i, this._platformUtil = r, this.document = s, this._defaultFamily = { name: "material", meta: { className: "material-icons", type: "liga" } }, this._iconRefs = /* @__PURE__ */ new Map(), this._families = /* @__PURE__ */ new Map(), this._cachedIcons = /* @__PURE__ */ new Map(), this._iconLoaded = new ue2(), this.iconLoaded = this._iconLoaded.asObservable(), this.setFamily(this._defaultFamily.name, this._defaultFamily.meta), this._platformUtil?.isBrowser) {
|
|
@@ -16848,7 +16848,7 @@ var me = (() => {
|
|
|
16848
16848
|
}
|
|
16849
16849
|
};
|
|
16850
16850
|
t.\u0275fac = function(i) {
|
|
16851
|
-
return new (i || t)(_(z), _(
|
|
16851
|
+
return new (i || t)(_(z), _(Co), _(rp), _(re));
|
|
16852
16852
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-icon"]], hostVars: 5, hostBindings: function(i, r) {
|
|
16853
16853
|
i & 2 && (H("aria-hidden", r.ariaHidden), ui(r.elementClasses), X("igx-icon--inactive", r.getInactive));
|
|
16854
16854
|
}, inputs: { family: "family", name: "name", active: [2, "active", "active", B] }, standalone: true, features: [le2, ni, Q], ngContentSelectors: YK, decls: 3, vars: 2, consts: [[3, "innerHTML"]], template: function(i, r) {
|
|
@@ -17915,7 +17915,7 @@ var j_ = (() => {
|
|
|
17915
17915
|
if (this._afterViewInit = true, !this.platformUtil.isBrowser) return;
|
|
17916
17916
|
let e = 0;
|
|
17917
17917
|
this._zone.runOutsideAngular(() => {
|
|
17918
|
-
Da(this.nativeElement).pipe(
|
|
17918
|
+
Da(this.nativeElement).pipe(Ho(e), K(this.destroy$)).subscribe((i) => this.handleMutations(i));
|
|
17919
17919
|
});
|
|
17920
17920
|
}
|
|
17921
17921
|
get nativeElement() {
|
|
@@ -18151,7 +18151,7 @@ var $_ = (() => {
|
|
|
18151
18151
|
this.verticalScrollHandler = this.verticalScrollHandler.bind(this), this.scrollComponent.nativeElement.addEventListener("scroll", this.verticalScrollHandler), this.dc.instance.scrollContainer = this.scrollComponent.nativeElement;
|
|
18152
18152
|
});
|
|
18153
18153
|
let i = K(this.destroy$);
|
|
18154
|
-
this.contentResizeNotify.pipe(Xt(() => this.igxForContainerSize && this.igxForOf && this.igxForOf.length > 0),
|
|
18154
|
+
this.contentResizeNotify.pipe(Xt(() => this.igxForContainerSize && this.igxForOf && this.igxForOf.length > 0), Ho(40, void 0, { leading: false, trailing: true }), i).subscribe(() => this._zone.runTask(() => this.updateSizes()));
|
|
18155
18155
|
}
|
|
18156
18156
|
this.igxForScrollOrientation === "horizontal" && (this.func = (i) => this.onHScroll(i), this.scrollComponent = this.syncScrollService.getScrollMaster(this.igxForScrollOrientation), this.scrollComponent ? this._zone.runOutsideAngular(() => {
|
|
18157
18157
|
this.scrollComponent.nativeElement.addEventListener("scroll", this.func), this.dc.instance.scrollContainer = this.scrollComponent.nativeElement;
|
|
@@ -20302,7 +20302,7 @@ var sn = (() => {
|
|
|
20302
20302
|
i & 1 && S("wheel", function(a) {
|
|
20303
20303
|
return r.onWheel(a);
|
|
20304
20304
|
});
|
|
20305
|
-
}, inputs: { locale: "locale", minValue: "minValue", maxValue: "maxValue", spinLoop: [2, "spinLoop", "spinLoop", B], displayFormat: "displayFormat", inputFormat: [0, "igxDateTimeEditor", "inputFormat"], value: "value", defaultFormatType: "defaultFormatType", spinDelta: "spinDelta" }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, exportAs: ["igxDateTimeEditor"], standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide:
|
|
20305
|
+
}, inputs: { locale: "locale", minValue: "minValue", maxValue: "maxValue", spinLoop: [2, "spinLoop", "spinLoop", B], displayFormat: "displayFormat", inputFormat: [0, "igxDateTimeEditor", "inputFormat"], value: "value", defaultFormatType: "defaultFormatType", spinDelta: "spinDelta" }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, exportAs: ["igxDateTimeEditor"], standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide: Zo, useExisting: t, multi: true }]), le2, ne, ni] });
|
|
20306
20306
|
let n38 = t;
|
|
20307
20307
|
return n38;
|
|
20308
20308
|
})();
|
|
@@ -21396,7 +21396,7 @@ var wr = (() => {
|
|
|
21396
21396
|
if (this.virtDir) {
|
|
21397
21397
|
if (e === -1 || e >= this.collectionLength) return;
|
|
21398
21398
|
let i = e > (this.focusedItem ? this.focusedItem.index : -1) ? $n.Down : $n.Up, r = this.isIndexOutOfBounds(e, i);
|
|
21399
|
-
this.focusedItem = { value: this.virtDir.igxForOf[e], index: e }, r && this.virtDir.scrollTo(e), r ? this.virtDir.chunkLoad.pipe(
|
|
21399
|
+
this.focusedItem = { value: this.virtDir.igxForOf[e], index: e }, r && this.virtDir.scrollTo(e), r ? this.virtDir.chunkLoad.pipe(Lo(1)).subscribe(() => {
|
|
21400
21400
|
this.skipHeader(i);
|
|
21401
21401
|
}) : this.skipHeader(i);
|
|
21402
21402
|
} else super.navigateItem(e);
|
|
@@ -21605,7 +21605,7 @@ var dp = (() => {
|
|
|
21605
21605
|
let n38 = t;
|
|
21606
21606
|
return n38;
|
|
21607
21607
|
})();
|
|
21608
|
-
var
|
|
21608
|
+
var Io = class {
|
|
21609
21609
|
constructor(t, o, e, i) {
|
|
21610
21610
|
this.id = t, this.index = o, this.data = e, this.grid = i, this.rowFormGroup = new ru({}), this.rowFormGroup = this.grid.validation.create(t, e);
|
|
21611
21611
|
}
|
|
@@ -21624,7 +21624,7 @@ var So = class {
|
|
|
21624
21624
|
return this.constructor.name;
|
|
21625
21625
|
}
|
|
21626
21626
|
};
|
|
21627
|
-
var Cr = class extends
|
|
21627
|
+
var Cr = class extends Io {
|
|
21628
21628
|
constructor(t, o, e, i, r) {
|
|
21629
21629
|
super(t, o, e, r), this.recordRef = i, this.isAddRow = true;
|
|
21630
21630
|
}
|
|
@@ -21673,7 +21673,7 @@ var zC = class {
|
|
|
21673
21673
|
return this.cell = new Tg(t.cellID || t.id, t.row.index, t.column, t.value, t.value, t.row.data, t.grid);
|
|
21674
21674
|
}
|
|
21675
21675
|
createRow(t) {
|
|
21676
|
-
return this.row = new
|
|
21676
|
+
return this.row = new Io(t.id.rowID, t.rowIndex, t.rowData, t.grid);
|
|
21677
21677
|
}
|
|
21678
21678
|
sameRow(t) {
|
|
21679
21679
|
return this.row && this.row.id === t;
|
|
@@ -21747,7 +21747,7 @@ var GC = class extends zC {
|
|
|
21747
21747
|
this._rowEditingBlocked = t;
|
|
21748
21748
|
}
|
|
21749
21749
|
beginRowEdit(t) {
|
|
21750
|
-
if (!this.row || this.row.getClassName() !==
|
|
21750
|
+
if (!this.row || this.row.getClassName() !== Io.name) {
|
|
21751
21751
|
if (this.row || this.createRow(this.cell), !this._rowEditingStarted) {
|
|
21752
21752
|
let o = this.row.createRowEditEventArgs(false, t);
|
|
21753
21753
|
if (this.grid.rowEditEnter.emit(o), o.cancel) return this.endEditMode(), true;
|
|
@@ -21768,7 +21768,7 @@ var GC = class extends zC {
|
|
|
21768
21768
|
endRowTransaction(t, o) {
|
|
21769
21769
|
this.row.newData = this.grid.transactions.getAggregatedValue(this.row.id, true);
|
|
21770
21770
|
let e = this.row.createRowEditEventArgs(true, o), i;
|
|
21771
|
-
if (t) if (this.row.getClassName() ===
|
|
21771
|
+
if (t) if (this.row.getClassName() === Io.name) e = this.grid.gridAPI.update_row(this.row, this.row.newData, o), i = this.rowEditDone(e.oldValue, o);
|
|
21772
21772
|
else {
|
|
21773
21773
|
let r = this.row.createRowDataEventArgs(o);
|
|
21774
21774
|
if (this.grid.rowAdd.emit(r), r.cancel) return r;
|
|
@@ -22778,7 +22778,7 @@ var ln = (() => {
|
|
|
22778
22778
|
update(e) {
|
|
22779
22779
|
let i = this.grid.crudService;
|
|
22780
22780
|
i.cellInEditMode && i.cell.id.key === this.key && this.grid.transactions.endPending(false);
|
|
22781
|
-
let r = new
|
|
22781
|
+
let r = new Io(this.key, this.index, this.data, this.grid);
|
|
22782
22782
|
this.grid.gridAPI.update_row(r, e), this.cdr.markForCheck();
|
|
22783
22783
|
}
|
|
22784
22784
|
delete() {
|
|
@@ -22838,7 +22838,7 @@ var ln = (() => {
|
|
|
22838
22838
|
let n38 = t;
|
|
22839
22839
|
return n38;
|
|
22840
22840
|
})();
|
|
22841
|
-
var
|
|
22841
|
+
var So = (() => {
|
|
22842
22842
|
let t = class t {
|
|
22843
22843
|
get grid() {
|
|
22844
22844
|
return this.strip.context.grid;
|
|
@@ -22859,7 +22859,7 @@ var bo = (() => {
|
|
|
22859
22859
|
}
|
|
22860
22860
|
};
|
|
22861
22861
|
t.\u0275fac = function(i) {
|
|
22862
|
-
return new (i || t)(_(
|
|
22862
|
+
return new (i || t)(_(Co), _(ki));
|
|
22863
22863
|
}, t.\u0275dir = U({ type: t, selectors: [["", "igxGridActionsBase", ""]], viewQuery: function(i, r) {
|
|
22864
22864
|
if (i & 1 && k(dp, 5), i & 2) {
|
|
22865
22865
|
let s;
|
|
@@ -22966,7 +22966,7 @@ var rd = (() => {
|
|
|
22966
22966
|
t.\u0275fac = function(i) {
|
|
22967
22967
|
return new (i || t)(_(qe), _(ct2), _(z), _(re));
|
|
22968
22968
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-action-strip"]], contentQueries: function(i, r, s) {
|
|
22969
|
-
if (i & 1 && (de(s, E8, 4), de(s,
|
|
22969
|
+
if (i & 1 && (de(s, E8, 4), de(s, So, 4)), i & 2) {
|
|
22970
22970
|
let a;
|
|
22971
22971
|
b(a = D()) && (r._menuItems = a), b(a = D()) && (r.actionButtons = a);
|
|
22972
22972
|
}
|
|
@@ -22979,7 +22979,7 @@ var rd = (() => {
|
|
|
22979
22979
|
i & 2 && (N("display", r.display), X("igx-action-strip", r.hostClass));
|
|
22980
22980
|
}, inputs: { context: "context", hidden: [2, "hidden", "hidden", B], resourceStrings: "resourceStrings" }, standalone: true, features: [fe2([{ provide: Rn, useExisting: t }]), le2, Q], ngContentSelectors: eZ, decls: 6, vars: 2, consts: [["dropdown", ""], [1, "igx-action-strip__actions"], [4, "ngIf"], ["class", "igx-action-strip__menu-item", 4, "ngFor", "ngForOf"], ["type", "button", "igxIconButton", "flat", "igxRipple", "", 3, "click", "igxToggleAction", "overlaySettings", "title", "igxDropDownItemNavigation"], ["family", "default", "name", "more_vert"], [1, "igx-action-strip__menu-item"], [1, "igx-drop-down__item-template"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"]], template: function(i, r) {
|
|
22981
22981
|
i & 1 && (Ee(), m(0, "div", 1), ce(1, 0, ["#content", ""]), C(2, iZ, 3, 4, "ng-container", 2), m(3, "igx-drop-down", null, 0), C(5, rZ, 3, 4, "igx-drop-down-item", 3), f()()), i & 2 && (u(2), p("ngIf", r.menuItems.length > 0), u(3), p("ngForOf", r.menuItems));
|
|
22982
|
-
}, dependencies: [ae2, He2, ke, tr, bi, q_,
|
|
22982
|
+
}, dependencies: [ae2, He2, ke, tr, bi, q_, wo, me, wr, yr], encapsulation: 2 });
|
|
22983
22983
|
let n38 = t;
|
|
22984
22984
|
return n38;
|
|
22985
22985
|
})();
|
|
@@ -23818,7 +23818,7 @@ function Kre(n38, t) {
|
|
|
23818
23818
|
}
|
|
23819
23819
|
}
|
|
23820
23820
|
var kg = (() => {
|
|
23821
|
-
let t = class t extends
|
|
23821
|
+
let t = class t extends So {
|
|
23822
23822
|
constructor() {
|
|
23823
23823
|
super(...arguments), this.cssClass = "igx-action-strip__editing-actions", this.editRow = true, this.deleteRow = true, this.addChild = false, this.isMessageShown = false, this._addRow = false, this.iconsRendered = false;
|
|
23824
23824
|
}
|
|
@@ -23871,7 +23871,7 @@ var kg = (() => {
|
|
|
23871
23871
|
};
|
|
23872
23872
|
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-grid-editing-actions"]], hostVars: 2, hostBindings: function(i, r) {
|
|
23873
23873
|
i & 2 && X("igx-action-strip__editing-actions", r.cssClass);
|
|
23874
|
-
}, inputs: { addRow: [2, "addRow", "addRow", B], editRow: [2, "editRow", "editRow", B], deleteRow: [2, "deleteRow", "deleteRow", B], addChild: [2, "addChild", "addChild", B] }, standalone: true, features: [fe2([{ provide:
|
|
23874
|
+
}, inputs: { addRow: [2, "addRow", "addRow", B], editRow: [2, "editRow", "editRow", B], deleteRow: [2, "deleteRow", "deleteRow", B], addChild: [2, "addChild", "addChild", B] }, standalone: true, features: [fe2([{ provide: So, useExisting: t }]), le2, ne, Q], decls: 1, vars: 1, consts: [[4, "ngIf"], ["iconName", "edit", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconName", "add_row", "iconSet", "default", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconName", "add_child", "iconSet", "default", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["class", "igx-action-strip__delete", "classNames", "igx-action-strip__menu-item--danger", "iconName", "delete", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconName", "edit", 3, "actionClick", "asMenuItem", "labelText"], ["iconName", "add_row", "iconSet", "default", 3, "actionClick", "asMenuItem", "labelText"], ["iconName", "add_child", "iconSet", "default", 3, "actionClick", "asMenuItem", "labelText"], ["classNames", "igx-action-strip__menu-item--danger", "iconName", "delete", 1, "igx-action-strip__delete", 3, "actionClick", "asMenuItem", "labelText"]], template: function(i, r) {
|
|
23875
23875
|
i & 1 && C(0, Kre, 5, 4, "ng-container", 0), i & 2 && p("ngIf", r.isRowContext);
|
|
23876
23876
|
}, dependencies: [ae2, dp], encapsulation: 2 });
|
|
23877
23877
|
let n38 = t;
|
|
@@ -23940,7 +23940,7 @@ function eoe(n38, t) {
|
|
|
23940
23940
|
}
|
|
23941
23941
|
}
|
|
23942
23942
|
var Fg = (() => {
|
|
23943
|
-
let t = class t extends
|
|
23943
|
+
let t = class t extends So {
|
|
23944
23944
|
constructor() {
|
|
23945
23945
|
super(...arguments), this.cssClass = "igx-action-strip__pinning-actions", this.iconsRendered = false;
|
|
23946
23946
|
}
|
|
@@ -23984,7 +23984,7 @@ var Fg = (() => {
|
|
|
23984
23984
|
};
|
|
23985
23985
|
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-grid-pinning-actions"]], hostVars: 2, hostBindings: function(i, r) {
|
|
23986
23986
|
i & 2 && X("igx-action-strip__pinning-actions", r.cssClass);
|
|
23987
|
-
}, standalone: true, features: [fe2([{ provide:
|
|
23987
|
+
}, standalone: true, features: [fe2([{ provide: So, useExisting: t }]), ne, Q], decls: 1, vars: 1, consts: [[4, "ngIf"], ["iconSet", "default", "iconName", "jump_down", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "default", "iconName", "jump_up", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "default", "iconName", "pin", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "default", "iconName", "unpin", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "default", "iconName", "jump_down", 3, "actionClick", "asMenuItem", "labelText"], ["iconSet", "default", "iconName", "jump_up", 3, "actionClick", "asMenuItem", "labelText"], ["iconSet", "default", "iconName", "pin", 3, "actionClick", "asMenuItem", "labelText"], ["iconSet", "default", "iconName", "unpin", 3, "actionClick", "asMenuItem", "labelText"]], template: function(i, r) {
|
|
23988
23988
|
i & 1 && C(0, eoe, 5, 4, "ng-container", 0), i & 2 && p("ngIf", r.isRowContext);
|
|
23989
23989
|
}, dependencies: [ae2, dp], encapsulation: 2 });
|
|
23990
23990
|
let n38 = t;
|
|
@@ -24061,12 +24061,12 @@ function loe(n38, t) {
|
|
|
24061
24061
|
function coe(n38, t) {
|
|
24062
24062
|
if (n38 & 1 && (m(0, "button", 2)(1, "span"), C(2, aoe, 2, 1, "igx-icon", 3)(3, loe, 2, 1, "span", 4), f()()), n38 & 2) {
|
|
24063
24063
|
let o = t.$implicit, e = h();
|
|
24064
|
-
p("selected", o.selected)("disabled", e.disabled || o.disabled)("igxLabel", o.label)("igxRipple", o.ripple), H("data-togglable", o.togglable), u(),
|
|
24064
|
+
p("selected", o.selected)("disabled", e.disabled || o.disabled)("igxLabel", o.label)("igxRipple", o.ripple), H("data-togglable", o.togglable), u(), qo("igx-button-group__item-content ", e.itemContentCssClass, ""), u(), p("ngIf", o.icon), u(), p("ngIf", o.label);
|
|
24065
24065
|
}
|
|
24066
24066
|
}
|
|
24067
24067
|
var $C = It2({ horizontal: "horizontal", vertical: "vertical" });
|
|
24068
24068
|
var doe = 0;
|
|
24069
|
-
var
|
|
24069
|
+
var bo = (() => {
|
|
24070
24070
|
let t = class t {
|
|
24071
24071
|
get buttons() {
|
|
24072
24072
|
return [...this.viewButtons.toArray(), ...this.templateButtons.toArray()];
|
|
@@ -26350,7 +26350,7 @@ var li = (() => {
|
|
|
26350
26350
|
return n38;
|
|
26351
26351
|
})();
|
|
26352
26352
|
var Bse = ["*"];
|
|
26353
|
-
var
|
|
26353
|
+
var Do = (() => {
|
|
26354
26354
|
let t = class t {
|
|
26355
26355
|
get _widthToRem() {
|
|
26356
26356
|
return vu(this.width);
|
|
@@ -26901,7 +26901,7 @@ var Hr = (() => {
|
|
|
26901
26901
|
i & 1 && S("keydown", function(a) {
|
|
26902
26902
|
return r.onKeyDown(a);
|
|
26903
26903
|
}), i & 2 && H("id", r.id);
|
|
26904
|
-
}, inputs: { hideOutsideDays: [2, "hideOutsideDays", "hideOutsideDays", B], displayMonthsCount: "displayMonthsCount", showWeekNumbers: [2, "showWeekNumbers", "showWeekNumbers", B], formatter: "formatter", headerOrientation: "headerOrientation", todayButtonLabel: "todayButtonLabel", cancelButtonLabel: "cancelButtonLabel", spinLoop: [2, "spinLoop", "spinLoop", B], spinDelta: "spinDelta", outlet: "outlet", id: "id", formatViews: "formatViews", disabledDates: "disabledDates", specialDates: "specialDates", calendarFormat: "calendarFormat", value: "value", minValue: "minValue", maxValue: "maxValue", resourceStrings: "resourceStrings", readOnly: [2, "readOnly", "readOnly", B] }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide:
|
|
26904
|
+
}, inputs: { hideOutsideDays: [2, "hideOutsideDays", "hideOutsideDays", B], displayMonthsCount: "displayMonthsCount", showWeekNumbers: [2, "showWeekNumbers", "showWeekNumbers", B], formatter: "formatter", headerOrientation: "headerOrientation", todayButtonLabel: "todayButtonLabel", cancelButtonLabel: "cancelButtonLabel", spinLoop: [2, "spinLoop", "spinLoop", B], spinDelta: "spinDelta", outlet: "outlet", id: "id", formatViews: "formatViews", disabledDates: "disabledDates", specialDates: "specialDates", calendarFormat: "calendarFormat", value: "value", minValue: "minValue", maxValue: "maxValue", resourceStrings: "resourceStrings", readOnly: [2, "readOnly", "readOnly", B] }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide: Zo, useExisting: t, multi: true }]), le2, ne, Q], ngContentSelectors: Yse, decls: 12, vars: 17, consts: [[3, "type"], [3, "click", 4, "ngIf"], ["igxInput", "", "aria-haspopup", "dialog", "aria-autocomplete", "none", "role", "combobox", 1, "igx-date-picker__input-date", 3, "displayValuePipe", "igxDateTimeEditor", "displayFormat", "minValue", "maxValue", "spinDelta", "spinLoop", "disabled", "placeholder", "readonly", "igxTextSelection", "locale"], ["ngProjectAs", "[igxLabel]", 5, ["", "igxLabel", ""]], ["ngProjectAs", "igx-prefix", 5, ["igx-prefix"]], ["ngProjectAs", "igx-suffix", 5, ["igx-suffix"]], ["ngProjectAs", "igx-hint", 5, ["igx-hint"]], [3, "click"], ["family", "default", "name", "today", 3, "title"], ["family", "default", "name", "input_clear"]], template: function(i, r) {
|
|
26905
26905
|
i & 1 && (Ee(Kse), m(0, "igx-input-group", 0), C(1, Xse, 2, 1, "igx-prefix", 1), E(2, "input", 2), C(3, Zse, 2, 0, "igx-suffix", 1), G(4, 3), ce(5), j(), G(6, 4), ce(7, 1), j(), G(8, 5), ce(9, 2), j(), G(10, 6), ce(11, 3), j(), f()), i & 2 && (p("type", r.type), u(), p("ngIf", !r.toggleComponents.length), u(), p("displayValuePipe", r.formatter ? r.displayValue : null)("igxDateTimeEditor", r.inputFormat)("displayFormat", r.displayFormat)("minValue", r.minValue)("maxValue", r.maxValue)("spinDelta", r.spinDelta)("spinLoop", r.spinLoop)("disabled", r.disabled)("placeholder", r.placeholder)("readonly", !r.isDropdown || r.readOnly)("igxTextSelection", r.isDropdown && !r.readOnly)("locale", r.locale), H("aria-expanded", !r.collapsed)("aria-labelledby", r.label == null ? null : r.label.id), u(), p("ngIf", !r.clearComponents.length && r.value));
|
|
26906
26906
|
}, dependencies: [ae2, Kt, Ft2, me, Tt2, sn, zs, Qt], styles: ["[_nghost-%COMP%]{display:block}"] });
|
|
26907
26907
|
let n38 = t;
|
|
@@ -26941,7 +26941,7 @@ function iae(n38, t) {
|
|
|
26941
26941
|
}
|
|
26942
26942
|
}
|
|
26943
26943
|
var nae = 0;
|
|
26944
|
-
var
|
|
26944
|
+
var Eo = (() => {
|
|
26945
26945
|
let t = class t {
|
|
26946
26946
|
constructor(e) {
|
|
26947
26947
|
this.differs = e, this.indentation = 30, this.cssClass = "igx-column-actions", this.columnsAreaMaxHeight = "100%", this.hideFilter = false, this.title = "", this.columnToggled = new T(), this.actionableColumns = [], this.filteredColumns = [], this.pipeTrigger = 0, this._differ = null, this._filterColumnsPrompt = "", this._filterCriteria = "", this._columnDisplayOrder = zh.DisplayOrder, this._id = `igx-column-actions-${nae++}`, this.trackChanges = (i, r) => r.field + "_" + this.actionsDirective.actionEnabledColumnsFilter(r, i, []), this._differ = this.differs.find([]).create(this.trackChanges);
|
|
@@ -27035,7 +27035,7 @@ var rae = (() => {
|
|
|
27035
27035
|
}
|
|
27036
27036
|
};
|
|
27037
27037
|
t.\u0275fac = function(i) {
|
|
27038
|
-
return new (i || t)(_(
|
|
27038
|
+
return new (i || t)(_(Eo, 16));
|
|
27039
27039
|
}, t.\u0275pipe = Re2({ name: "columnActionEnabled", type: t, pure: true, standalone: true });
|
|
27040
27040
|
let n38 = t;
|
|
27041
27041
|
return n38;
|
|
@@ -27059,7 +27059,7 @@ var oae = (() => {
|
|
|
27059
27059
|
}
|
|
27060
27060
|
};
|
|
27061
27061
|
t.\u0275fac = function(i) {
|
|
27062
|
-
return new (i || t)(_(
|
|
27062
|
+
return new (i || t)(_(Eo, 16));
|
|
27063
27063
|
}, t.\u0275pipe = Re2({ name: "filterActionColumns", type: t, pure: true, standalone: true });
|
|
27064
27064
|
let n38 = t;
|
|
27065
27065
|
return n38;
|
|
@@ -27116,7 +27116,7 @@ var XC = (() => {
|
|
|
27116
27116
|
}
|
|
27117
27117
|
};
|
|
27118
27118
|
t.\u0275fac = function(i) {
|
|
27119
|
-
return new (i || t)(_(
|
|
27119
|
+
return new (i || t)(_(Eo));
|
|
27120
27120
|
}, t.\u0275dir = U({ type: t, selectors: [["", "igxColumnHiding", ""]], standalone: true, features: [ne] });
|
|
27121
27121
|
let n38 = t;
|
|
27122
27122
|
return n38;
|
|
@@ -27152,7 +27152,7 @@ var ZC = (() => {
|
|
|
27152
27152
|
}
|
|
27153
27153
|
};
|
|
27154
27154
|
t.\u0275fac = function(i) {
|
|
27155
|
-
return new (i || t)(_(
|
|
27155
|
+
return new (i || t)(_(Eo));
|
|
27156
27156
|
}, t.\u0275dir = U({ type: t, selectors: [["", "igxColumnPinning", ""]], standalone: true, features: [ne] });
|
|
27157
27157
|
let n38 = t;
|
|
27158
27158
|
return n38;
|
|
@@ -27908,7 +27908,7 @@ var ft2 = (() => {
|
|
|
27908
27908
|
}
|
|
27909
27909
|
};
|
|
27910
27910
|
t.\u0275fac = function(i) {
|
|
27911
|
-
return new (i || t)(_(Ie2), _(
|
|
27911
|
+
return new (i || t)(_(Ie2), _(Zo, 10), _(re), _(ye2));
|
|
27912
27912
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-column"]], contentQueries: function(i, r, s) {
|
|
27913
27913
|
if (i & 1 && (de(s, JC, 5, JC), de(s, o3, 5, o3), de(s, e3, 5, e3), de(s, t3, 5, t3), de(s, n34, 5, n34), de(s, r3, 5, r3), de(s, i3, 4, i3)), i & 2) {
|
|
27914
27914
|
let a;
|
|
@@ -28195,7 +28195,7 @@ var a3 = (() => {
|
|
|
28195
28195
|
return n38 = We2([z4(2, ch())], n38), n38;
|
|
28196
28196
|
})();
|
|
28197
28197
|
var mF = (() => {
|
|
28198
|
-
let t = class t extends
|
|
28198
|
+
let t = class t extends wo {
|
|
28199
28199
|
get target() {
|
|
28200
28200
|
return this._target;
|
|
28201
28201
|
}
|
|
@@ -28724,7 +28724,7 @@ var fF = (() => {
|
|
|
28724
28724
|
return n38;
|
|
28725
28725
|
})();
|
|
28726
28726
|
var _F = { igx_time_picker_ok: "OK", igx_time_picker_cancel: "Cancel", igx_time_picker_change_time: "Change Time", igx_time_picker_choose_time: "Choose Time" };
|
|
28727
|
-
var
|
|
28727
|
+
var To = 7;
|
|
28728
28728
|
var vF = (() => {
|
|
28729
28729
|
let t = class t {
|
|
28730
28730
|
constructor(e) {
|
|
@@ -28796,8 +28796,8 @@ var xF = (() => {
|
|
|
28796
28796
|
d >= a && d <= l && (d = this.timePicker.isTwelveHourFormat ? this.toTwelveHourFormat(d) : d, r.find((g) => g === d) || r.push(d));
|
|
28797
28797
|
}
|
|
28798
28798
|
else r.push(0);
|
|
28799
|
-
if (r.length <
|
|
28800
|
-
let c = !this.timePicker.spinLoop || r.length <
|
|
28799
|
+
if (r.length < To || s < To || !this.timePicker.spinLoop) {
|
|
28800
|
+
let c = !this.timePicker.spinLoop || r.length < To && s < To ? 6 : 3;
|
|
28801
28801
|
for (let d = 0; d < c; d++) r.push(null);
|
|
28802
28802
|
}
|
|
28803
28803
|
return r;
|
|
@@ -28809,8 +28809,8 @@ var xF = (() => {
|
|
|
28809
28809
|
let c = l * this.timePicker.itemsDelta.minutes;
|
|
28810
28810
|
e.setMinutes(c), e >= i && e <= r && s.push(l * this.timePicker.itemsDelta.minutes);
|
|
28811
28811
|
}
|
|
28812
|
-
if (s.length <
|
|
28813
|
-
let l = !this.timePicker.spinLoop || s.length <
|
|
28812
|
+
if (s.length < To || a < To || !this.timePicker.spinLoop) {
|
|
28813
|
+
let l = !this.timePicker.spinLoop || s.length < To && a < To ? 6 : 3;
|
|
28814
28814
|
for (let c = 0; c < l; c++) s.push(null);
|
|
28815
28815
|
}
|
|
28816
28816
|
return s;
|
|
@@ -28822,8 +28822,8 @@ var xF = (() => {
|
|
|
28822
28822
|
let c = l * this.timePicker.itemsDelta.seconds;
|
|
28823
28823
|
e.setSeconds(c), e.getTime() >= i.getTime() && e.getTime() <= r.getTime() && s.push(l * this.timePicker.itemsDelta.seconds);
|
|
28824
28824
|
}
|
|
28825
|
-
if (s.length <
|
|
28826
|
-
let l = !this.timePicker.spinLoop || s.length <
|
|
28825
|
+
if (s.length < To || a < To || !this.timePicker.spinLoop) {
|
|
28826
|
+
let l = !this.timePicker.spinLoop || s.length < To && a < To ? 6 : 3;
|
|
28827
28827
|
for (let c = 0; c < l; c++) s.push(null);
|
|
28828
28828
|
}
|
|
28829
28829
|
return s;
|
|
@@ -28933,7 +28933,7 @@ function Jae(n38, t) {
|
|
|
28933
28933
|
function ele(n38, t) {
|
|
28934
28934
|
if (n38 & 1 && (m(0, "div", 30, 3), C(2, Jae, 3, 6, "span", 31), A(3, "timeItemPipe"), f()), n38 & 2) {
|
|
28935
28935
|
let o = h();
|
|
28936
|
-
p("igxItemList", "hourList"), u(2), p("ngForOf", ge2(3, 2,
|
|
28936
|
+
p("igxItemList", "hourList"), u(2), p("ngForOf", ge2(3, 2, Qo(8, Gae, o.hourItems, o.selectedDate, o.minDropdownValue, o.maxDropdownValue)));
|
|
28937
28937
|
}
|
|
28938
28938
|
}
|
|
28939
28939
|
function tle(n38, t) {
|
|
@@ -28945,7 +28945,7 @@ function tle(n38, t) {
|
|
|
28945
28945
|
function ile(n38, t) {
|
|
28946
28946
|
if (n38 & 1 && (m(0, "div", 30, 5), C(2, tle, 3, 6, "span", 33), A(3, "timeItemPipe"), f()), n38 & 2) {
|
|
28947
28947
|
let o = h();
|
|
28948
|
-
p("igxItemList", "minuteList"), u(2), p("ngForOf", ge2(3, 2,
|
|
28948
|
+
p("igxItemList", "minuteList"), u(2), p("ngForOf", ge2(3, 2, Qo(8, jae, o.minuteItems, o.selectedDate, o.minDropdownValue, o.maxDropdownValue)));
|
|
28949
28949
|
}
|
|
28950
28950
|
}
|
|
28951
28951
|
function nle(n38, t) {
|
|
@@ -28957,7 +28957,7 @@ function nle(n38, t) {
|
|
|
28957
28957
|
function rle(n38, t) {
|
|
28958
28958
|
if (n38 & 1 && (m(0, "div", 30, 6), C(2, nle, 3, 6, "span", 35), A(3, "timeItemPipe"), f()), n38 & 2) {
|
|
28959
28959
|
let o = h();
|
|
28960
|
-
p("igxItemList", "secondsList"), u(2), p("ngForOf", ge2(3, 2,
|
|
28960
|
+
p("igxItemList", "secondsList"), u(2), p("ngForOf", ge2(3, 2, Qo(8, $ae, o.secondsItems, o.selectedDate, o.minDropdownValue, o.maxDropdownValue)));
|
|
28961
28961
|
}
|
|
28962
28962
|
}
|
|
28963
28963
|
function ole(n38, t) {
|
|
@@ -28969,7 +28969,7 @@ function ole(n38, t) {
|
|
|
28969
28969
|
function sle(n38, t) {
|
|
28970
28970
|
if (n38 & 1 && (m(0, "div", 30, 7), C(2, ole, 3, 6, "span", 37), A(3, "timeItemPipe"), f()), n38 & 2) {
|
|
28971
28971
|
let o = h();
|
|
28972
|
-
p("igxItemList", "ampmList"), u(2), p("ngForOf", ge2(3, 2,
|
|
28972
|
+
p("igxItemList", "ampmList"), u(2), p("ngForOf", ge2(3, 2, Qo(8, Uae, o.ampmItems, o.selectedDate, o.minDropdownValue, o.maxDropdownValue)));
|
|
28973
28973
|
}
|
|
28974
28974
|
}
|
|
28975
28975
|
function ale(n38, t) {
|
|
@@ -29343,7 +29343,7 @@ var Br = (() => {
|
|
|
29343
29343
|
i & 1 && S("keydown", function(a) {
|
|
29344
29344
|
return r.onKeyDown(a);
|
|
29345
29345
|
}), i & 2 && H("id", r.id);
|
|
29346
|
-
}, inputs: { id: "id", displayFormat: "displayFormat", inputFormat: "inputFormat", mode: "mode", minValue: "minValue", maxValue: "maxValue", spinLoop: [2, "spinLoop", "spinLoop", B], formatter: "formatter", headerOrientation: "headerOrientation", readOnly: [2, "readOnly", "readOnly", B], value: "value", resourceStrings: "resourceStrings", okButtonLabel: "okButtonLabel", cancelButtonLabel: "cancelButtonLabel", itemsDelta: "itemsDelta" }, outputs: { selected: "selected", valueChange: "valueChange", validationFailed: "validationFailed" }, standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide: Wl, useExisting: t }, { provide:
|
|
29346
|
+
}, inputs: { id: "id", displayFormat: "displayFormat", inputFormat: "inputFormat", mode: "mode", minValue: "minValue", maxValue: "maxValue", spinLoop: [2, "spinLoop", "spinLoop", B], formatter: "formatter", headerOrientation: "headerOrientation", readOnly: [2, "readOnly", "readOnly", B], value: "value", resourceStrings: "resourceStrings", okButtonLabel: "okButtonLabel", cancelButtonLabel: "cancelButtonLabel", itemsDelta: "itemsDelta" }, outputs: { selected: "selected", valueChange: "valueChange", validationFailed: "validationFailed" }, standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide: Wl, useExisting: t }, { provide: Zo, useExisting: t, multi: true }]), le2, ne, Q], ngContentSelectors: Bae, decls: 26, vars: 27, consts: [["inputGroup", ""], ["defaultTimePickerActions", ""], ["toggleDirective", "toggle"], ["hourList", ""], ["timeItem", "timeItem"], ["minuteList", ""], ["secondsList", ""], ["ampmList", ""], [3, "type"], ["igxInput", "", "type", "text", "defaultFormatType", "time", "role", "combobox", "aria-haspopup", "dialog", 3, "click", "displayValuePipe", "igxDateTimeEditor", "readonly", "minValue", "maxValue", "locale", "spinDelta", "spinLoop", "placeholder", "disabled", "displayFormat", "igxTextSelection"], [3, "click", 4, "ngIf"], ["ngProjectAs", "[igxLabel]", 5, ["", "igxLabel", ""]], ["ngProjectAs", "igx-prefix", 5, ["igx-prefix"]], ["ngProjectAs", "igx-suffix", 5, ["igx-suffix"]], ["ngProjectAs", "igx-hint", 5, ["igx-hint"]], ["igxToggle", "", "role", "dialog", 1, "igx-time-picker", 3, "ngClass"], [1, "igx-time-picker__main"], ["class", "igx-time-picker__header", 4, "ngIf"], [1, "igx-time-picker__body"], [3, "igxItemList", 4, "ngIf"], [4, "ngTemplateOutlet"], [3, "click"], ["family", "default", "name", "clock", 3, "title"], ["family", "default", "name", "input_clear"], ["class", "igx-time-picker__buttons", 4, "ngIf"], [1, "igx-time-picker__buttons"], ["type", "button", "igxButton", "flat", 3, "click", 4, "ngIf"], ["type", "button", "igxButton", "flat", 3, "click"], [1, "igx-time-picker__header"], [1, "igx-time-picker__header-hour"], [3, "igxItemList"], ["aria-label", "hour", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "hour", 3, "igxTimeItem"], ["aria-label", "minutes", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "minutes", 3, "igxTimeItem"], ["aria-label", "seconds", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "seconds", 3, "igxTimeItem"], ["aria-label", "ampm", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "ampm", 3, "igxTimeItem"]], template: function(i, r) {
|
|
29347
29347
|
if (i & 1) {
|
|
29348
29348
|
let s = F();
|
|
29349
29349
|
Ee(Hae), m(0, "igx-input-group", 8, 0)(2, "input", 9), S("click", function() {
|
|
@@ -30184,7 +30184,7 @@ var c3 = (() => {
|
|
|
30184
30184
|
}
|
|
30185
30185
|
};
|
|
30186
30186
|
t.\u0275fac = function(i) {
|
|
30187
|
-
return new (i || t)(_(re), _(
|
|
30187
|
+
return new (i || t)(_(re), _(Co), _(ye2), _(z), _(Zt2));
|
|
30188
30188
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-query-builder"]], contentQueries: function(i, r, s) {
|
|
30189
30189
|
if (i & 1 && de(s, jg, 5), i & 2) {
|
|
30190
30190
|
let a;
|
|
@@ -30216,7 +30216,7 @@ var c3 = (() => {
|
|
|
30216
30216
|
let s = M(3);
|
|
30217
30217
|
u(4), p("ngIf", !r.headerContent), u(4), p("ngIf", !r.rootGroup), u(7), p("ngIf", r.rootGroup), u(3), p("ngTemplateOutlet", s), u(), p("ngIf", r.contextualGroup), u(), p("ngIf", !r.contextualGroup);
|
|
30218
30218
|
}
|
|
30219
|
-
}, dependencies: [ae2, jg, st2, me, li, Ft2, Qt, us, Mr, wn, Cn, qr, He2, Ws, Kt, Tt2, Hr, Oa, Us, Br, sn, ke, Oe, Bt2,
|
|
30219
|
+
}, dependencies: [ae2, jg, st2, me, li, Ft2, Qt, us, Mr, wn, Cn, qr, He2, Ws, Kt, Tt2, Hr, Oa, Us, Br, sn, ke, Oe, Bt2, bo, on, yn, hce, tr], encapsulation: 2 });
|
|
30220
30220
|
let n38 = t;
|
|
30221
30221
|
return n38;
|
|
30222
30222
|
})();
|
|
@@ -30528,7 +30528,7 @@ var $g = (() => {
|
|
|
30528
30528
|
t.\u0275fac = function(i) {
|
|
30529
30529
|
return new (i || t)(_(re), _(ye2));
|
|
30530
30530
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-default-expression"]], viewQuery: function(i, r) {
|
|
30531
|
-
if (i & 1 && (k(vce, 7, on), k(xce, 7, us), k(yce, 5,
|
|
30531
|
+
if (i & 1 && (k(vce, 7, on), k(xce, 7, us), k(yce, 5, bo), k(wce, 7, Tt2)), i & 2) {
|
|
30532
30532
|
let s;
|
|
30533
30533
|
b(s = D()) && (r.overlayOutlet = s.first), b(s = D()) && (r.dropdownConditions = s.first), b(s = D()) && (r.logicOperatorButtonGroup = s.first), b(s = D()) && (r.inputValuesDirective = s.first);
|
|
30534
30534
|
}
|
|
@@ -30544,7 +30544,7 @@ var $g = (() => {
|
|
|
30544
30544
|
}), f();
|
|
30545
30545
|
}
|
|
30546
30546
|
i & 2 && (p("placeholder", r.conditionsPlaceholder)("overlaySettings", r.dropDownOverlaySettings), u(3), p("ngIf", r.expressionUI.expression.condition), u(), p("ngIf", !r.expressionUI.expression.condition), u(), p("ngForOf", r.conditions), u(3), p("type", r.type)("placeholder", r.inputValuePlaceholder)("disabled", r.expressionUI.expression.condition && r.expressionUI.expression.condition.isUnary)("value", r.expressionUI.expression.searchVal), u(2), p("ngIf", !r.isSingle), u(), p("ngIf", !r.isLast));
|
|
30547
|
-
}, dependencies: [us, Ft2, ae2, me, He2, Ws, Kt, Tt2, st2,
|
|
30547
|
+
}, dependencies: [us, Ft2, ae2, me, He2, Ws, Kt, Tt2, st2, bo, on, tr], encapsulation: 2 });
|
|
30548
30548
|
let n38 = t;
|
|
30549
30549
|
return n38;
|
|
30550
30550
|
})();
|
|
@@ -30686,7 +30686,7 @@ var d3 = (() => {
|
|
|
30686
30686
|
}), f();
|
|
30687
30687
|
}
|
|
30688
30688
|
i & 2 && (p("placeholder", r.conditionsPlaceholder)("overlaySettings", r.dropDownOverlaySettings), u(3), p("ngIf", r.expressionUI.expression.condition), u(), p("ngIf", !r.expressionUI.expression.condition), u(), p("ngForOf", r.conditions), u(), p("ngIf", r.column.dataType === "date"), u(), p("ngIf", r.column.dataType === "time"), u(), p("ngIf", r.column.dataType === "dateTime"), u(), p("ngIf", !r.isSingle), u(), p("ngIf", !r.isLast));
|
|
30689
|
-
}, dependencies: [us, Ft2, ae2, me, He2, Ws, Hr, Oa, Us, Br, Kt, Mr, wn, Cn, qr, Tt2, sn, st2,
|
|
30689
|
+
}, dependencies: [us, Ft2, ae2, me, He2, Ws, Hr, Oa, Us, Br, Kt, Mr, wn, Cn, qr, Tt2, sn, st2, bo, on, tr], encapsulation: 2 });
|
|
30690
30690
|
let n38 = t;
|
|
30691
30691
|
return n38;
|
|
30692
30692
|
})();
|
|
@@ -31005,7 +31005,7 @@ var IF = (() => {
|
|
|
31005
31005
|
}
|
|
31006
31006
|
}, standalone: true, features: [Q], decls: 1, vars: 1, consts: [["subMenu", ""], ["customDialog", ""], [4, "ngIf"], ["tabindex", "0", "role", "menuitem", "aria-haspopup", "true", 1, "igx-excel-filter__actions-filter", 3, "keydown", "click", "ngClass", "igxDropDownItemNavigation"], [1, "igx-excel-filter__filter-number"], ["name", "chevron_right", "family", "default"], [3, "selectionChanging", "closed", "maxHeight"], [3, "selected", "value", 4, "ngFor", "ngForOf"], [3, "selected", 4, "ngIf"], [3, "column", "filteringService", "overlayComponentId"], [3, "selected", "value"], [1, "igx-grid__filtering-dropdown-items"], ["family", "default", 3, "name"], [1, "igx-grid__filtering-dropdown-text"], [3, "selected"], ["name", "filter_list", "family", "default"]], template: function(i, r) {
|
|
31007
31007
|
i & 1 && C(0, Xce, 13, 12, "ng-container", 2), i & 2 && p("ngIf", r.esf.column);
|
|
31008
|
-
}, dependencies: [ae2, Oe,
|
|
31008
|
+
}, dependencies: [ae2, Oe, wo, me, wr, He2, yr, u3], encapsulation: 2 });
|
|
31009
31009
|
let n38 = t;
|
|
31010
31010
|
return n38;
|
|
31011
31011
|
})();
|
|
@@ -31153,7 +31153,7 @@ var DF = (() => {
|
|
|
31153
31153
|
i & 2 && X("igx-excel-filter__move", r.defaultClass);
|
|
31154
31154
|
}, standalone: true, features: [Q], decls: 1, vars: 1, consts: [[4, "ngIf"], ["type", "button", "igxButton", "", 3, "click", "disabled"], ["family", "default", "name", "arrow_back"], ["family", "default", "name", "arrow_forward"]], template: function(i, r) {
|
|
31155
31155
|
i & 1 && C(0, nde, 12, 5, "ng-container", 0), i & 2 && p("ngIf", r.esf.column);
|
|
31156
|
-
}, dependencies: [ae2,
|
|
31156
|
+
}, dependencies: [ae2, bo, st2, me], encapsulation: 2 });
|
|
31157
31157
|
let n38 = t;
|
|
31158
31158
|
return n38;
|
|
31159
31159
|
})();
|
|
@@ -31412,7 +31412,7 @@ var g3 = (n38, t, o = 0) => Math.max(Math.min(n38, t), o);
|
|
|
31412
31412
|
var Ql = (n38, t) => t ? Math.floor(100 * n38 / t) : 0;
|
|
31413
31413
|
var TF = (n38, t) => t * n38 / 100;
|
|
31414
31414
|
var PF = { igx_expand: "Expand", igx_collapse: "Collapse" };
|
|
31415
|
-
var
|
|
31415
|
+
var Ro = It2({ None: "None", BiState: "BiState", Cascading: "Cascading" });
|
|
31416
31416
|
var pv = new Le2("IgxTreeToken");
|
|
31417
31417
|
var Kl = new Le2("IgxTreeNodeToken");
|
|
31418
31418
|
var Yl = (() => {
|
|
@@ -31463,7 +31463,7 @@ var Xl = (() => {
|
|
|
31463
31463
|
this.emitNodeSelectionEvent(c, l, [], i);
|
|
31464
31464
|
}
|
|
31465
31465
|
selectNode(e, i) {
|
|
31466
|
-
this.tree.selection !==
|
|
31466
|
+
this.tree.selection !== Ro.None && this.emitNodeSelectionEvent([...this.getSelectedNodes(), e], [e], [], i);
|
|
31467
31467
|
}
|
|
31468
31468
|
deselectNode(e, i) {
|
|
31469
31469
|
let r = this.getSelectedNodes().filter((s) => s !== e);
|
|
@@ -31479,7 +31479,7 @@ var Xl = (() => {
|
|
|
31479
31479
|
return this.indeterminateNodes.has(e);
|
|
31480
31480
|
}
|
|
31481
31481
|
selectNodesWithNoEvent(e, i = false, r = true) {
|
|
31482
|
-
if (this.tree && this.tree.selection ===
|
|
31482
|
+
if (this.tree && this.tree.selection === Ro.Cascading) {
|
|
31483
31483
|
this.cascadeSelectNodesWithNoEvent(e, i);
|
|
31484
31484
|
return;
|
|
31485
31485
|
}
|
|
@@ -31488,10 +31488,10 @@ var Xl = (() => {
|
|
|
31488
31488
|
}
|
|
31489
31489
|
deselectNodesWithNoEvent(e, i = true) {
|
|
31490
31490
|
let r = this.getSelectedNodes();
|
|
31491
|
-
e ? this.tree && this.tree.selection ===
|
|
31491
|
+
e ? this.tree && this.tree.selection === Ro.Cascading ? this.cascadeDeselectNodesWithNoEvent(e) : e.forEach((s) => this.nodeSelection.delete(s)) : this.nodeSelection.clear(), i && this.emitSelectedChangeEvent(r);
|
|
31492
31492
|
}
|
|
31493
31493
|
ensureStateOnNodeDelete(e) {
|
|
31494
|
-
this.tree?.selection ===
|
|
31494
|
+
this.tree?.selection === Ro.Cascading && requestAnimationFrame(() => {
|
|
31495
31495
|
if (this.isNodeSelected(e)) this.deselectNodesWithNoEvent([e], false);
|
|
31496
31496
|
else {
|
|
31497
31497
|
if (!e.parentNode) return;
|
|
@@ -31511,7 +31511,7 @@ var Xl = (() => {
|
|
|
31511
31511
|
return this.indeterminateNodes.size ? Array.from(this.indeterminateNodes) : [];
|
|
31512
31512
|
}
|
|
31513
31513
|
emitNodeSelectionEvent(e, i, r, s) {
|
|
31514
|
-
if (this.tree.selection ===
|
|
31514
|
+
if (this.tree.selection === Ro.Cascading) {
|
|
31515
31515
|
this.emitCascadeNodeSelectionEvent(e, i, r, s);
|
|
31516
31516
|
return;
|
|
31517
31517
|
}
|
|
@@ -31631,7 +31631,7 @@ var ld = (() => {
|
|
|
31631
31631
|
handleKeydown(e) {
|
|
31632
31632
|
let i = e.key.toLowerCase();
|
|
31633
31633
|
if (this.focusedNode) {
|
|
31634
|
-
if (!(
|
|
31634
|
+
if (!(Jo.has(i) || i === "*")) {
|
|
31635
31635
|
i === "enter" && (this.activeNode = this.focusedNode);
|
|
31636
31636
|
return;
|
|
31637
31637
|
}
|
|
@@ -31705,7 +31705,7 @@ var ld = (() => {
|
|
|
31705
31705
|
});
|
|
31706
31706
|
}
|
|
31707
31707
|
handleSpace(e = false) {
|
|
31708
|
-
if (this.tree.selection !==
|
|
31708
|
+
if (this.tree.selection !== Ro.None) {
|
|
31709
31709
|
if (this.activeNode = this.focusedNode, e) {
|
|
31710
31710
|
this.selectionService.selectMultipleNodes(this.focusedNode);
|
|
31711
31711
|
return;
|
|
@@ -31832,7 +31832,7 @@ function Gde(n38, t) {
|
|
|
31832
31832
|
}
|
|
31833
31833
|
if (n38 & 2) {
|
|
31834
31834
|
let o = h();
|
|
31835
|
-
p("tabIndex", o.tabIndex)("ngClass",
|
|
31835
|
+
p("tabIndex", o.tabIndex)("ngClass", Qo(8, Sde, o.selected, o.active, o.focused, o.disabled)), H("role", o.role), u(3), p("ngForOf", Zi(13, kF).constructor(o.level)), u(), p("ngIf", !o.loading), u(), p("ngIf", o.loading), u(), p("ngIf", o.showSelectors), u(4), p("ngForOf", Zi(14, kF).constructor(o.level));
|
|
31836
31836
|
}
|
|
31837
31837
|
}
|
|
31838
31838
|
function jde(n38, t) {
|
|
@@ -31934,7 +31934,7 @@ var hv = (() => {
|
|
|
31934
31934
|
super(l), this.tree = e, this.selectionService = i, this.treeService = r, this.navService = s, this.cdr = a, this.element = c, this.parentNode = d, this.loading = false, this.selectedChange = new T(), this.expandedChange = new T(), this.cssClass = "igx-tree-node", this.registeredChildren = [], this._resourceStrings = hi(PF), this._tabIndex = null, this._disabled = false;
|
|
31935
31935
|
}
|
|
31936
31936
|
get showSelectors() {
|
|
31937
|
-
return this.tree.selection !==
|
|
31937
|
+
return this.tree.selection !== Ro.None;
|
|
31938
31938
|
}
|
|
31939
31939
|
get indeterminate() {
|
|
31940
31940
|
return this.selectionService.isNodeIndeterminate(this);
|
|
@@ -32072,7 +32072,7 @@ var _3 = (() => {
|
|
|
32072
32072
|
return this.nodes?.filter((e) => e.level === 0);
|
|
32073
32073
|
}
|
|
32074
32074
|
constructor(e, i, r, s) {
|
|
32075
|
-
this.navService = e, this.selectionService = i, this.treeService = r, this.element = s, this.cssClass = "igx-tree", this.singleBranchExpand = false, this.toggleNodeOnClick = false, this.animationSettings = { openAnimation: Ta, closeAnimation: Ra }, this.nodeSelection = new T(), this.nodeExpanding = new T(), this.nodeExpanded = new T(), this.nodeCollapsing = new T(), this.nodeCollapsed = new T(), this.activeNodeChanged = new T(), this.disabledChange = new T(), this.activeNodeBindingChange = new T(), this.forceSelect = [], this.resizeNotify = new ue2(), this._selection =
|
|
32075
|
+
this.navService = e, this.selectionService = i, this.treeService = r, this.element = s, this.cssClass = "igx-tree", this.singleBranchExpand = false, this.toggleNodeOnClick = false, this.animationSettings = { openAnimation: Ta, closeAnimation: Ra }, this.nodeSelection = new T(), this.nodeExpanding = new T(), this.nodeExpanded = new T(), this.nodeCollapsing = new T(), this.nodeCollapsed = new T(), this.activeNodeChanged = new T(), this.disabledChange = new T(), this.activeNodeBindingChange = new T(), this.forceSelect = [], this.resizeNotify = new ue2(), this._selection = Ro.None, this.destroy$ = new ue2(), this.unsubChildren$ = new ue2(), this._comparer = (a, l) => l.data === a, this.selectionService.register(this), this.treeService.register(this), this.navService.register(this);
|
|
32076
32076
|
}
|
|
32077
32077
|
get nativeElement() {
|
|
32078
32078
|
return this.element.nativeElement;
|
|
@@ -32098,7 +32098,7 @@ var _3 = (() => {
|
|
|
32098
32098
|
this.navService.update_disabled_cache(e);
|
|
32099
32099
|
}), this.activeNodeBindingChange.pipe(K(this.destroy$)).subscribe((e) => {
|
|
32100
32100
|
this.expandToNode(this.navService.activeNode), this.scrollNodeIntoView(e?.header?.nativeElement);
|
|
32101
|
-
}), this.subToCollapsing(), this.resizeNotify.pipe(
|
|
32101
|
+
}), this.subToCollapsing(), this.resizeNotify.pipe(Ho(40, null, { trailing: true }), K(this.destroy$)).subscribe(() => {
|
|
32102
32102
|
requestAnimationFrame(() => {
|
|
32103
32103
|
this.scrollNodeIntoView(this.navService.activeNode?.header.nativeElement);
|
|
32104
32104
|
});
|
|
@@ -33118,7 +33118,7 @@ var OF = (() => {
|
|
|
33118
33118
|
t.\u0275fac = function(i) {
|
|
33119
33119
|
return new (i || t)(_(Ji), _(re));
|
|
33120
33120
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-sorting"]], viewQuery: function(i, r) {
|
|
33121
|
-
if (i & 1 && k(ope, 5,
|
|
33121
|
+
if (i & 1 && k(ope, 5, bo), i & 2) {
|
|
33122
33122
|
let s;
|
|
33123
33123
|
b(s = D()) && (r.sortButtonGroup = s.first);
|
|
33124
33124
|
}
|
|
@@ -33126,7 +33126,7 @@ var OF = (() => {
|
|
|
33126
33126
|
i & 2 && X("igx-excel-filter__sort", r.defaultClass);
|
|
33127
33127
|
}, standalone: true, features: [Q], decls: 1, vars: 1, consts: [["sortButtonGroup", ""], [4, "ngIf"], ["type", "button", "igxButton", "", 3, "buttonSelected"], ["family", "default", "name", "sort_asc"], ["family", "default", "name", "sort_desc"]], template: function(i, r) {
|
|
33128
33128
|
i & 1 && C(0, spe, 13, 5, "ng-container", 1), i & 2 && p("ngIf", r.esf.column);
|
|
33129
|
-
}, dependencies: [ae2,
|
|
33129
|
+
}, dependencies: [ae2, bo, st2, me], encapsulation: 2 });
|
|
33130
33130
|
let n38 = t;
|
|
33131
33131
|
return n38;
|
|
33132
33132
|
})();
|
|
@@ -33285,7 +33285,9 @@ var qs = (() => {
|
|
|
33285
33285
|
});
|
|
33286
33286
|
}
|
|
33287
33287
|
renderValues() {
|
|
33288
|
-
this.filterValues = this.generateFilterValues(), this.generateListData()
|
|
33288
|
+
this.filterValues = this.generateFilterValues(), this.generateListData(), this.expressionsList.forEach((e) => {
|
|
33289
|
+
this.column.dataType === ie.String && this.column.filteringIgnoreCase && e.expression.searchVal && this.modifyExpression(e);
|
|
33290
|
+
});
|
|
33289
33291
|
}
|
|
33290
33292
|
generateFilterValues() {
|
|
33291
33293
|
let e = (s) => {
|
|
@@ -33303,6 +33305,12 @@ var qs = (() => {
|
|
|
33303
33305
|
}, i = (s, a) => a.expression.condition.name === "in" ? [...s, ...Array.from(a.expression.searchVal.values()).map((l) => e(l))] : [...s, e(a.expression.searchVal)];
|
|
33304
33306
|
return new Set(this.expressionsList.reduce(i, []));
|
|
33305
33307
|
}
|
|
33308
|
+
modifyExpression(e) {
|
|
33309
|
+
let i = new Set(Array.from(e.expression.searchVal).map((r) => r.toLowerCase()));
|
|
33310
|
+
this.grid.data.forEach((r) => {
|
|
33311
|
+
i.has(r[this.column.field]?.toLowerCase()) && e.expression.searchVal.add(r[this.column.field]);
|
|
33312
|
+
});
|
|
33313
|
+
}
|
|
33306
33314
|
generateListData() {
|
|
33307
33315
|
this.listData = new Array();
|
|
33308
33316
|
let e = this.areExpressionsSelectable();
|
|
@@ -33715,7 +33723,7 @@ var Jl = (() => {
|
|
|
33715
33723
|
let n38 = t;
|
|
33716
33724
|
return n38;
|
|
33717
33725
|
})();
|
|
33718
|
-
var
|
|
33726
|
+
var Ao = (() => {
|
|
33719
33727
|
let t = class t {
|
|
33720
33728
|
transform(e, i, r) {
|
|
33721
33729
|
let s = {};
|
|
@@ -33903,9 +33911,6 @@ var Yg = (() => {
|
|
|
33903
33911
|
get selectedStyle() {
|
|
33904
33912
|
return this.selected;
|
|
33905
33913
|
}
|
|
33906
|
-
get height() {
|
|
33907
|
-
return !this.grid.hasColumnGroups || this.grid.type === "pivot" ? null : (this.grid.maxLevelHeaderDepth + 1 - this.column.level) * this.grid.defaultRowHeight / this.grid._baseFontSize;
|
|
33908
|
-
}
|
|
33909
33914
|
get esfIconTemplate() {
|
|
33910
33915
|
return this.grid.excelStyleHeaderIconTemplate || this.defaultESFHeaderIconTemplate;
|
|
33911
33916
|
}
|
|
@@ -33992,14 +33997,14 @@ var Yg = (() => {
|
|
|
33992
33997
|
let s;
|
|
33993
33998
|
b(s = D()) && (r.defaultESFHeaderIconTemplate = s.first), b(s = D()) && (r.defaultSortHeaderIconTemplate = s.first), b(s = D()) && (r.sortIconContainer = s.first);
|
|
33994
33999
|
}
|
|
33995
|
-
}, hostVars:
|
|
34000
|
+
}, hostVars: 19, hostBindings: function(i, r) {
|
|
33996
34001
|
i & 1 && S("click", function(a) {
|
|
33997
34002
|
return r.onClick(a);
|
|
33998
34003
|
})("pointerenter", function() {
|
|
33999
34004
|
return r.onPinterEnter();
|
|
34000
34005
|
})("pointerleave", function() {
|
|
34001
34006
|
return r.onPointerLeave();
|
|
34002
|
-
}), i & 2 && (H("aria-selected", r.ariaSelected),
|
|
34007
|
+
}), i & 2 && (H("aria-selected", r.ariaSelected), X("igx-grid-th", r.columnGroupStyle)("asc", r.sortAscendingStyle)("desc", r.sortDescendingStyle)("igx-grid-th--number", r.numberStyle)("igx-grid-th--sortable", r.sortableStyle)("igx-grid-th--selectable", r.selectableStyle)("igx-grid-th--filtrable", r.filterableStyle)("igx-grid-th--sorted", r.sortedStyle)("igx-grid-th--selected", r.selectedStyle));
|
|
34003
34008
|
}, inputs: { column: "column" }, standalone: true, features: [Q], decls: 9, vars: 6, consts: [["defaultColumn", ""], ["defaultESFHeaderIconTemplate", ""], ["defaultSortHeaderIconTemplate", ""], ["sortIconContainer", ""], [1, "igx-grid-th__title"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngIf"], [3, "title"], ["family", "default", "name", "more_vert"], ["family", "default", 3, "name"], [1, "igx-grid-th__icons"], [1, "sort-icon", 3, "pointerdown", "click"], [3, "pointerdown", "click", "ngClass"]], template: function(i, r) {
|
|
34004
34009
|
if (i & 1 && (C(0, Epe, 2, 2, "ng-template", null, 0, O)(2, Tpe, 1, 0, "ng-template", null, 1, O)(4, Rpe, 1, 1, "ng-template", null, 2, O), m(6, "span", 4), C(7, Ape, 1, 0, "ng-container", 5), f(), C(8, Vpe, 4, 2, "ng-container", 6)), i & 2) {
|
|
34005
34010
|
let s = M(1);
|
|
@@ -34204,7 +34209,7 @@ var Wt2 = (() => {
|
|
|
34204
34209
|
}
|
|
34205
34210
|
};
|
|
34206
34211
|
t.\u0275fac = function(i) {
|
|
34207
|
-
return new (i || t)(we2(
|
|
34212
|
+
return new (i || t)(we2(Co), we2(pi));
|
|
34208
34213
|
}, t.\u0275prov = he2({ token: t, factory: t.\u0275fac });
|
|
34209
34214
|
let n38 = t;
|
|
34210
34215
|
return n38;
|
|
@@ -34370,7 +34375,7 @@ var C3 = (() => {
|
|
|
34370
34375
|
t.\u0275fac = function(i) {
|
|
34371
34376
|
return new (i || t)(_(re), _(Wt2));
|
|
34372
34377
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-grid-filtering-cell"]], viewQuery: function(i, r) {
|
|
34373
|
-
if (i & 1 && (k(Ope, 7, ee2), k(Npe, 7, ee2), k(Lpe, 7, ee2), k(Hpe, 5,
|
|
34378
|
+
if (i & 1 && (k(Ope, 7, ee2), k(Npe, 7, ee2), k(Lpe, 7, ee2), k(Hpe, 5, Do), k(Bpe, 5, z), k(zpe, 5, li), k(Gpe, 5, li)), i & 2) {
|
|
34374
34379
|
let s;
|
|
34375
34380
|
b(s = D()) && (r.emptyFilter = s.first), b(s = D()) && (r.defaultFilter = s.first), b(s = D()) && (r.complexFilter = s.first), b(s = D()) && (r.chipsArea = s.first), b(s = D()) && (r.moreIcon = s.first), b(s = D()) && (r.ghostChip = s.first), b(s = D()) && (r.complexChip = s.first);
|
|
34376
34381
|
}
|
|
@@ -34378,7 +34383,7 @@ var C3 = (() => {
|
|
|
34378
34383
|
i & 2 && ui(r.styleClasses);
|
|
34379
34384
|
}, inputs: { column: "column" }, standalone: true, features: [Q], decls: 7, vars: 2, consts: [["emptyFilter", ""], ["defaultFilter", ""], ["complexFilter", ""], ["ghostChip", ""], ["chipsArea", ""], ["moreIcon", ""], ["label", ""], ["complexChip", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-filtering-chips"], [3, "click", "tabIndex"], ["igxPrefix", "", "family", "default", "name", "filter_list"], [4, "ngFor", "ngForOf"], [3, "click", "ngClass"], ["family", "default", "name", "filter_list"], [3, "value"], [3, "removable", "tabIndex", "--ig-size", "click", "remove", 4, "ngIf"], ["class", "igx-filtering-chips__connector", 4, "ngIf"], [3, "click", "remove", "removable", "tabIndex"], ["igxPrefix", "", "family", "default", 3, "name"], [1, "igx-filtering-chips__connector"], [3, "remove", "removable", "tabIndex"]], template: function(i, r) {
|
|
34380
34385
|
i & 1 && C(0, jpe, 6, 8, "ng-template", null, 0, O)(2, qpe, 7, 3, "ng-template", null, 1, O)(4, Qpe, 5, 5, "ng-template", null, 2, O)(6, Kpe, 1, 0, "ng-container", 8), i & 2 && (u(6), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", r.context));
|
|
34381
|
-
}, dependencies: [
|
|
34386
|
+
}, dependencies: [Do, li, me, Ft2, He2, ae2, Oe, mp, ke], encapsulation: 2, changeDetection: 0 });
|
|
34382
34387
|
let n38 = t;
|
|
34383
34388
|
return n38;
|
|
34384
34389
|
})();
|
|
@@ -34771,7 +34776,7 @@ var Ba = (() => {
|
|
|
34771
34776
|
}), i & 2 && (H("id", r.headerID), N("grid-row-end", r.rowEnd)("grid-column-end", r.colEnd)("grid-row-start", r.rowStart)("grid-column-start", r.colStart)("z-index", r.zIndex)("display", r.groupDisplayStyle), X("igx-grid-th--active", r.active)("igx-grid-thead__item", r.defaultCss)("igx-grid-th--pinned", r.pinnedCss)("igx-grid-th--pinned-last", r.pinnedLastCss)("igx-grid-th--pinned-first", r.pinnedFirstCSS)("igx-grid__drag-col-header", r.headerDragCss)("igx-grid-th--filtering", r.filteringCss));
|
|
34772
34777
|
}, inputs: { column: "column" }, standalone: true, features: [Q], decls: 7, vars: 3, consts: [["defaultColumn", ""], ["defaultCollapseIndicator", ""], [4, "ngIf"], ["class", "igx-grid-th__drop-indicator-left", 4, "ngIf"], [1, "igx-grid-thead__group", "igx-grid__mrl-block", 3, "ngClass", "ngStyle"], [4, "ngFor", "ngForOf"], ["class", "igx-grid-th__drop-indicator-right", 4, "ngIf"], [1, "igx-grid-th__drop-indicator-left"], ["class", "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column", 4, "ngIf"], [1, "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column"], [1, "igx-grid-th__drop-indicator-right"], [1, "igx-grid-th__group-title", 3, "title"], ["family", "default", 3, "name"], ["role", "columnheader", 1, "igx-grid-thead__title", 3, "pointerdown", "click", "pointerenter", "pointerleave", "ngClass", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["class", "igx-grid-thead__group", 4, "ngIf"], [1, "igx-grid-th__expander", 3, "pointerdown", "click"], [1, "igx-grid-thead__group"], ["class", "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column", "min-width", "flex-basis", 4, "ngIf"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "pointerdown", "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column"], [3, "column", 4, "ngIf"], ["class", "igx-grid-th__resize-handle", 3, "igxResizeHandle", "cursor", 4, "ngIf"], [3, "column"], [1, "igx-grid-th__resize-handle", 3, "igxResizeHandle"]], template: function(i, r) {
|
|
34773
34778
|
i & 1 && C(0, nhe, 5, 11, "ng-container", 2)(1, rhe, 2, 2, "ng-template", null, 0, O)(3, ohe, 1, 1, "ng-template", null, 1, O)(5, ghe, 7, 24, "ng-container", 2)(6, xhe, 7, 16, "ng-container", 2), i & 2 && (p("ngIf", r.grid.hasColumnLayouts && r.column.columnGroup), u(5), p("ngIf", !r.grid.hasColumnLayouts && r.column.columnGroup), u(), p("ngIf", !r.column.columnGroup));
|
|
34774
|
-
}, dependencies: [t, ae2, Oe, ri, He2, to, rr, me, ke, Yg, C3, vv, Jl,
|
|
34779
|
+
}, dependencies: [t, ae2, Oe, ri, He2, to, rr, me, ke, Yg, C3, vv, Jl, Ao], encapsulation: 2, changeDetection: 0 });
|
|
34775
34780
|
let n38 = t;
|
|
34776
34781
|
return n38;
|
|
34777
34782
|
})();
|
|
@@ -35433,7 +35438,7 @@ var I3 = (() => {
|
|
|
35433
35438
|
t.\u0275fac = function(i) {
|
|
35434
35439
|
return new (i || t)(_(Wt2), _(z), _(re), _(ye2));
|
|
35435
35440
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-grid-filtering-row"]], viewQuery: function(i, r) {
|
|
35436
|
-
if (i & 1 && (k(whe, 7, ee2), k(Che, 7, ee2), k(Ihe, 7, ee2), k(She, 7, ee2), k(bhe, 5, z), k(Dhe, 7, wr), k(Ehe, 7,
|
|
35441
|
+
if (i & 1 && (k(whe, 7, ee2), k(Che, 7, ee2), k(Ihe, 7, ee2), k(She, 7, ee2), k(bhe, 5, z), k(Dhe, 7, wr), k(Ehe, 7, Do), k(The, 5, z), k(Rhe, 5), k(Ahe, 5, z), k(Phe, 7), k(Mhe, 5), k(khe, 7), k(Fhe, 5, wr)), i & 2) {
|
|
35437
35442
|
let s;
|
|
35438
35443
|
b(s = D()) && (r.defaultFilterUI = s.first), b(s = D()) && (r.defaultDateUI = s.first), b(s = D()) && (r.defaultTimeUI = s.first), b(s = D()) && (r.defaultDateTimeUI = s.first), b(s = D()) && (r.input = s.first), b(s = D()) && (r.dropDownConditions = s.first), b(s = D()) && (r.chipsArea = s.first), b(s = D()) && (r.inputGroup = s.first), b(s = D()) && (r.picker = s.first), b(s = D()) && (r.inputGroupPrefix = s.first), b(s = D()) && (r.container = s.first), b(s = D()) && (r.operand = s.first), b(s = D()) && (r.closeButton = s.first), b(s = D()) && (r.dropDownOperators = s);
|
|
35439
35444
|
}
|
|
@@ -35449,7 +35454,7 @@ var I3 = (() => {
|
|
|
35449
35454
|
}), C(2, Ohe, 5, 4, "igx-drop-down-item", 16), f(), C(3, Lhe, 8, 9, "ng-template", null, 1, O)(5, Bhe, 8, 11, "ng-template", null, 2, O)(7, Ghe, 8, 13, "ng-template", null, 3, O)(9, $he, 8, 11, "ng-template", null, 4, O)(11, Uhe, 1, 0, "ng-container", 17)(12, Whe, 2, 0, "button", 18), m(13, "div", 19, 5)(15, "div")(16, "igx-chips-area", null, 6), C(18, Qhe, 7, 8, "ng-container", 20), f()()(), C(19, Khe, 2, 0, "button", 21), m(20, "div", 22, 7), C(22, Yhe, 10, 8, "ng-container", 23)(23, Xhe, 6, 6, "ng-container", 23), f();
|
|
35450
35455
|
}
|
|
35451
35456
|
i & 2 && (N("--ig-size", r.filteringElementsSize), p("height", "200px"), u(2), p("ngForOf", r.conditions), u(9), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(12, Vhe, r)), u(), p("ngIf", r.showArrows), u(6), p("ngForOf", r.expressionsList), u(), p("ngIf", r.showArrows), u(), p("ngClass", r.isNarrowWidth ? "igx-grid__filtering-row-editing-buttons--small" : "igx-grid__filtering-row-editing-buttons"), u(2), p("ngIf", !r.isNarrowWidth), u(), p("ngIf", r.isNarrowWidth));
|
|
35452
|
-
}, dependencies: [He2, wr, yr,
|
|
35457
|
+
}, dependencies: [He2, wr, yr, Do, li, me, Kt, Ft2, wo, Tt2, ae2, Qt, Hr, Oa, Us, Br, sn, ke, st2, Oe, bi, tr], encapsulation: 2, changeDetection: 0 });
|
|
35453
35458
|
let n38 = t;
|
|
35454
35459
|
return n38;
|
|
35455
35460
|
})();
|
|
@@ -35522,7 +35527,7 @@ var Xg = class {
|
|
|
35522
35527
|
update(t) {
|
|
35523
35528
|
let o = this.grid.crudService;
|
|
35524
35529
|
o.cellInEditMode && o.cell.id.rowID === this.key && this.grid.transactions.endPending(false);
|
|
35525
|
-
let e = new
|
|
35530
|
+
let e = new Io(this.key, this.index, this.data, this.grid);
|
|
35526
35531
|
this.grid.gridAPI.update_row(e, t), this.grid.notifyChanges();
|
|
35527
35532
|
}
|
|
35528
35533
|
delete() {
|
|
@@ -36152,7 +36157,7 @@ var jr = (() => {
|
|
|
36152
36157
|
}), m(1, "div", 10), C(2, age, 2, 3, "ng-container", 11)(3, lge, 2, 3, "ng-container", 11)(4, dge, 5, 3, "ng-container", 11)(5, pge, 4, 4, "ng-container", 11)(6, gge, 4, 10, "ng-container", 11)(7, fge, 4, 7, "ng-container", 11)(8, vge, 3, 3, "ng-container", 11)(9, xge, 4, 19, "ng-template", 12, 0, O), A(11, "igxTopLevel"), C(12, wge, 3, 3, "ng-container", 11), f(), C(13, Cge, 3, 3, "ng-container", 11)(14, Ige, 2, 1, "ng-container", 11), f(), E(15, "div", 13), C(16, Sge, 3, 9, "ng-template", 14, 1, O);
|
|
36153
36158
|
}
|
|
36154
36159
|
i & 2 && (N("width", r.width, "px"), X("igx-grid__tr--mrl", r.hasMRL), u(), N("width", r.width, "px"), u(), p("ngIf", r.grid.moving && r.grid.columnInDrag && r.pinnedColumnCollection.length <= 0), u(), p("ngIf", r.grid.moving && r.grid.columnInDrag && r.pinnedColumnCollection.length > 0), u(), p("ngIf", r.grid.rowDraggable), u(), p("ngIf", r.grid.showRowSelectors), u(), p("ngIf", r.isHierarchicalGrid), u(), p("ngIf", r.grid == null || r.grid.groupingExpressions == null ? null : r.grid.groupingExpressions.length), u(), p("ngIf", r.pinnedColumnCollection.length && r.grid.isPinningToStart), u(), p("igxGridForOf", ot2(11, 25, r.unpinnedColumnCollection))("igxForScrollContainer", r.grid.parentVirtDir)("igxForContainerSize", r.grid.unpinnedWidth)("igxForTrackBy", r.grid.trackColumnChanges)("igxForSizePropName", "calcPixelWidth")("igxForScrollOrientation", "horizontal"), u(3), p("ngIf", r.pinnedColumnCollection.length && !r.grid.isPinningToStart), u(), p("ngIf", r.grid.filteringService.isFilterRowVisible), u(), p("ngIf", r.grid.moving && r.grid.columnInDrag), u(), N("width", r.grid.scrollSize, "px"), p("hidden", !r.grid.hasVerticalScroll()));
|
|
36155
|
-
}, dependencies: [ae2, rr, ke, Oe, He2, Ba, ri, jt2, I3, $t, Ep, Jl,
|
|
36160
|
+
}, dependencies: [ae2, rr, ke, Oe, He2, Ba, ri, jt2, I3, $t, Ep, Jl, Ao], encapsulation: 2, changeDetection: 0 });
|
|
36156
36161
|
let n38 = t;
|
|
36157
36162
|
return n38;
|
|
36158
36163
|
})();
|
|
@@ -36307,7 +36312,7 @@ var JF = (() => {
|
|
|
36307
36312
|
return n38;
|
|
36308
36313
|
})();
|
|
36309
36314
|
var $r = {};
|
|
36310
|
-
p4($r, { CSSResult: () => dd, LitElement: () => Ys, ReactiveElement: () =>
|
|
36315
|
+
p4($r, { CSSResult: () => dd, LitElement: () => Ys, ReactiveElement: () => Po, UpdatingElement: () => rV, _$LE: () => oV, adoptStyles: () => Jg, css: () => b3, defaultConverter: () => em, getCompatibleStyle: () => kp, notEqual: () => Iv, supportsAdoptingStyleSheets: () => Pp, unsafeCSS: () => Mp });
|
|
36311
36316
|
var wv = window;
|
|
36312
36317
|
var Pp = wv.ShadowRoot && (wv.ShadyCSS === void 0 || wv.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
36313
36318
|
var S3 = Symbol();
|
|
@@ -36386,7 +36391,7 @@ var em = { toAttribute(n38, t) {
|
|
|
36386
36391
|
var Iv = (n38, t) => t !== n38 && (t == t || n38 == n38);
|
|
36387
36392
|
var E3 = { attribute: true, type: String, converter: em, reflect: false, hasChanged: Iv };
|
|
36388
36393
|
var T3 = "finalized";
|
|
36389
|
-
var
|
|
36394
|
+
var Po = class extends HTMLElement {
|
|
36390
36395
|
constructor() {
|
|
36391
36396
|
super(), this._$Ei = /* @__PURE__ */ new Map(), this.isUpdatePending = false, this.hasUpdated = false, this._$El = null, this._$Eu();
|
|
36392
36397
|
}
|
|
@@ -36561,14 +36566,14 @@ var Mo = class extends HTMLElement {
|
|
|
36561
36566
|
firstUpdated(t) {
|
|
36562
36567
|
}
|
|
36563
36568
|
};
|
|
36564
|
-
|
|
36569
|
+
Po[T3] = true, Po.elementProperties = /* @__PURE__ */ new Map(), Po.elementStyles = [], Po.shadowRootOptions = { mode: "open" }, iV?.({ ReactiveElement: Po }), ((D3 = Cv.reactiveElementVersions) !== null && D3 !== void 0 ? D3 : Cv.reactiveElementVersions = []).push("1.6.3");
|
|
36565
36570
|
var $i = {};
|
|
36566
|
-
p4($i, { CSSResult: () => dd, LitElement: () => Ys, ReactiveElement: () =>
|
|
36571
|
+
p4($i, { CSSResult: () => dd, LitElement: () => Ys, ReactiveElement: () => Po, UpdatingElement: () => rV, _$LE: () => oV, adoptStyles: () => Jg, css: () => b3, defaultConverter: () => em, getCompatibleStyle: () => kp, notEqual: () => Iv, supportsAdoptingStyleSheets: () => Pp, unsafeCSS: () => Mp });
|
|
36567
36572
|
gi($i, Uxt);
|
|
36568
36573
|
var R3;
|
|
36569
36574
|
var A3;
|
|
36570
|
-
var rV =
|
|
36571
|
-
var Ys = class extends
|
|
36575
|
+
var rV = Po;
|
|
36576
|
+
var Ys = class extends Po {
|
|
36572
36577
|
constructor() {
|
|
36573
36578
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
36574
36579
|
}
|
|
@@ -36665,7 +36670,7 @@ var bv = class extends Li {
|
|
|
36665
36670
|
}
|
|
36666
36671
|
position(t, o, e, i, r) {
|
|
36667
36672
|
let s = this.settings.container, a = r;
|
|
36668
|
-
this.isTop = this.isTopInitialPosition !== null ? this.isTopInitialPosition : s.getBoundingClientRect().bottom < a.getBoundingClientRect().bottom + t.getBoundingClientRect().height, t.style.width = a.clientWidth + "px", this.settings.verticalStartPoint = this.settings.verticalDirection = this.isTop ? Ge2.Top : Ge2.Bottom, this.settings.openAnimation = this.isTop ? Aa :
|
|
36673
|
+
this.isTop = this.isTopInitialPosition !== null ? this.isTopInitialPosition : s.getBoundingClientRect().bottom < a.getBoundingClientRect().bottom + t.getBoundingClientRect().height, t.style.width = a.clientWidth + "px", this.settings.verticalStartPoint = this.settings.verticalDirection = this.isTop ? Ge2.Top : Ge2.Bottom, this.settings.openAnimation = this.isTop ? Aa : yo, super.position(t, { width: a.clientWidth, height: a.clientHeight }, e, i, a);
|
|
36669
36674
|
}
|
|
36670
36675
|
};
|
|
36671
36676
|
var kn = class {
|
|
@@ -37215,7 +37220,7 @@ var Tv = (() => {
|
|
|
37215
37220
|
let s = M(5);
|
|
37216
37221
|
u(), p("ngForOf", r.chipExpressions), u(), p("hidden", !r.dropAreaVisible), H("gridId", r.grid.id), u(), p("ngTemplateOutlet", r.dropAreaTemplate || s);
|
|
37217
37222
|
}
|
|
37218
|
-
}, dependencies: [
|
|
37223
|
+
}, dependencies: [Do, He2, li, me, Qt, mv, Or, ke, gv], encapsulation: 2 });
|
|
37219
37224
|
let n38 = t;
|
|
37220
37225
|
return n38;
|
|
37221
37226
|
})();
|
|
@@ -37328,13 +37333,13 @@ var Ur = (() => {
|
|
|
37328
37333
|
}
|
|
37329
37334
|
handleNavigation(e) {
|
|
37330
37335
|
let i = e.key.toLowerCase();
|
|
37331
|
-
|
|
37336
|
+
Jo.has(i) && e.stopPropagation(), !(this.grid.crudService.cell && Jo.has(i)) && ((e.repeat && Nh.has(i) || i === "tab" && this.grid.crudService.cell) && e.preventDefault(), e.repeat ? setTimeout(() => this.dispatchEvent(e), 1) : this.dispatchEvent(e));
|
|
37332
37337
|
}
|
|
37333
37338
|
dispatchEvent(e) {
|
|
37334
37339
|
let i = e.key.toLowerCase(), r = this.grid.crudService.cell || this.grid.crudService.row;
|
|
37335
37340
|
if (!this.activeNode || !(Nh.has(i) || i === "tab" && r)) return;
|
|
37336
37341
|
let s = e.shiftKey, a = e.ctrlKey;
|
|
37337
|
-
if (
|
|
37342
|
+
if (Jo.has(i) && this.pendingNavigation) {
|
|
37338
37343
|
e.preventDefault();
|
|
37339
37344
|
return;
|
|
37340
37345
|
}
|
|
@@ -37346,7 +37351,7 @@ var Ur = (() => {
|
|
|
37346
37351
|
}
|
|
37347
37352
|
[" ", "spacebar", "space"].indexOf(i) === -1 && this.grid.selectionService.keyboardStateOnKeydown(this.activeNode, s, s && i === "tab");
|
|
37348
37353
|
let c = this.getNextPosition(this.activeNode.row, this.activeNode.column, i, s, a, e);
|
|
37349
|
-
|
|
37354
|
+
Jo.has(i) && (e.preventDefault(), this.navigateInBody(c.rowIndex, c.colIndex, (d) => {
|
|
37350
37355
|
d.target.activate(e), this.grid.cdr.detectChanges();
|
|
37351
37356
|
})), this.grid.cdr.detectChanges();
|
|
37352
37357
|
}
|
|
@@ -37620,7 +37625,7 @@ var Ur = (() => {
|
|
|
37620
37625
|
this.handleMCHExpandCollapse(i, e);
|
|
37621
37626
|
return;
|
|
37622
37627
|
}
|
|
37623
|
-
if ([" ", "spacebar", "space"].indexOf(i) !== -1 && this.handleColumnSelection(e, l), a && (i === "l" || i === "\xAC") && this.grid.allowAdvancedFiltering && this.grid.openAdvancedFilteringDialog(), s && r && i === "l" && this.grid.allowFiltering && !e.columnGroup && e.filterable) if (this.grid.filterMode ===
|
|
37628
|
+
if ([" ", "spacebar", "space"].indexOf(i) !== -1 && this.handleColumnSelection(e, l), a && (i === "l" || i === "\xAC") && this.grid.allowAdvancedFiltering && this.grid.openAdvancedFilteringDialog(), s && r && i === "l" && this.grid.allowFiltering && !e.columnGroup && e.filterable) if (this.grid.filterMode === ts.excelStyleFilter) {
|
|
37624
37629
|
let d = this.grid.headerGroups.find((g) => g.active).nativeElement;
|
|
37625
37630
|
this.grid.filteringService.toggleFilterDropdown(d, e);
|
|
37626
37631
|
} else this.performHorizontalScrollToCell(e.visibleIndex), this.grid.filteringService.filteredColumn = e, this.grid.filteringService.isFilterRowVisible = true;
|
|
@@ -38080,7 +38085,7 @@ var dc = (() => {
|
|
|
38080
38085
|
return this._allowFiltering;
|
|
38081
38086
|
}
|
|
38082
38087
|
set allowFiltering(e) {
|
|
38083
|
-
this._allowFiltering !== e && (this._allowFiltering = e, this.filteringService.registerSVGIcons(), this.
|
|
38088
|
+
this._allowFiltering !== e && (this._allowFiltering = e, this.filteringService.registerSVGIcons(), this.filteringService.isFilterRowVisible = false, this.filteringService.filteredColumn = null, this.notifyChanges(true));
|
|
38084
38089
|
}
|
|
38085
38090
|
get allowAdvancedFiltering() {
|
|
38086
38091
|
return this._allowAdvancedFiltering;
|
|
@@ -38093,8 +38098,8 @@ var dc = (() => {
|
|
|
38093
38098
|
}
|
|
38094
38099
|
set filterMode(e) {
|
|
38095
38100
|
switch (e) {
|
|
38096
|
-
case
|
|
38097
|
-
case
|
|
38101
|
+
case ts.excelStyleFilter:
|
|
38102
|
+
case ts.quickFilter:
|
|
38098
38103
|
this._filterMode = e;
|
|
38099
38104
|
break;
|
|
38100
38105
|
default:
|
|
@@ -38349,7 +38354,7 @@ var dc = (() => {
|
|
|
38349
38354
|
return this.gridAPI.cms.column;
|
|
38350
38355
|
}
|
|
38351
38356
|
constructor(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, Te, be2, Ne2) {
|
|
38352
|
-
this.validation = e, this.selectionService = i, this.colResizingService = r, this.gridAPI = s, this.transactionFactory = a, this.elementRef = l, this.zone = c, this.document = d, this.cdr = g, this.differs = v, this.viewRef = w, this.injector = I, this.envInjector = R, this.navigation = V, this.filteringService = L, this.textHighlightService = J, this.overlayService = te2, this.summaryService = se, this.localeId = Te, this.platform = be2, this._diTransactions = Ne2, this.snackbarDisplayTime = 6e3, this.autoGenerate = false, this.autoGenerateExclude = [], this.moving = false, this.clipboardOptions = { enabled: true, copyHeaders: true, copyFormatters: true, separator: " " }, this.filteringExpressionsTreeChange = new T(), this.advancedFilteringExpressionsTreeChange = new T(), this.gridScroll = new T(), this.rowStyles = null, this.cellClick = new T(), this.rowClick = new T(), this.formGroupCreated = new T(), this.validationStatusChange = new T(), this.selected = new T(), this.rowSelectionChanging = new T(), this.columnSelectionChanging = new T(), this.columnPin = new T(), this.columnPinned = new T(), this.cellEditEnter = new T(), this.cellEditExit = new T(), this.cellEdit = new T(), this.cellEditDone = new T(), this.rowEditEnter = new T(), this.rowEdit = new T(), this.rowEditDone = new T(), this.rowEditExit = new T(), this.columnInit = new T(), this.columnsAutogenerated = new T(), this.sorting = new T(), this.sortingDone = new T(), this.filtering = new T(), this.filteringDone = new T(), this.rowAdded = new T(), this.rowDeleted = new T(), this.rowDelete = new T(), this.rowAdd = new T(), this.columnResized = new T(), this.contextMenu = new T(), this.doubleClick = new T(), this.columnVisibilityChanging = new T(), this.columnVisibilityChanged = new T(), this.columnMovingStart = new T(), this.columnMoving = new T(), this.columnMovingEnd = new T(), this.gridKeydown = new T(), this.rowDragStart = new T(), this.rowDragEnd = new T(), this.gridCopy = new T(), this.expansionStatesChange = new T(), this.selectedRowsChange = new T(), this.rowToggle = new T(), this.rowPinning = new T(), this.rowPinned = new T(), this.activeNodeChange = new T(), this.sortingExpressionsChange = new T(), this.toolbarExporting = new T(), this.rangeSelected = new T(), this.rendered = new T(), this.localeChange = new T(), this.dataChanging = new T(), this.dataChanged = new T(), this.columnList = new Xi(), this.tmpOutlets = new Xi(), this.rowExpandedIndicatorDirectiveTemplate = null, this.rowCollapsedIndicatorDirectiveTemplate = null, this.headerExpandedIndicatorDirectiveTemplate = null, this.headerCollapsedIndicatorDirectiveTemplate = null, this.excelStyleHeaderIconDirectiveTemplate = null, this.sortAscendingHeaderIconDirectiveTemplate = null, this.sortDescendingHeaderIconDirectiveTemplate = null, this.sortHeaderIconDirectiveTemplate = null, this.tabindex = 0, this.hostRole = "grid", this.baseClass = "igx-grid", this.validationTrigger = "change", this.rowDragging = false, this.dragRowID = null, this.calcHeight = 0, this.disableTransitions = false, this.columnWidthSetByUser = false, this.rendered$ = this.rendered.asObservable().pipe(Kx({ bufferSize: 1, refCount: true })), this.resizeNotify = new ue2(), this.rowAddedNotifier = new ue2(), this.rowDeletedNotifier = new ue2(), this.pipeTriggerNotifier = new ue2(), this._destroyed = false, this._totalRecords = -1, this.columnsWithNoSetWidths = null, this.pipeTrigger = 0, this.filteringPipeTrigger = 0, this.summaryPipeTrigger = 0, this.groupablePipeTrigger = 0, this.EMPTY_DATA = [], this.destroy$ = new ue2(), this._pagingMode = is.Local, this._hideRowSelectors = false, this._rowDrag = false, this._columns = [], this._pinnedColumns = [], this._unpinnedColumns = [], this._filteringExpressionsTree = new Ue(Pt2.And), this._sortingExpressions = [], this._maxLevelHeaderDepth = null, this._columnHiding = false, this._columnPinning = false, this._pinnedRecordIDs = [], this._allowFiltering = false, this._allowAdvancedFiltering = false, this._filterMode =
|
|
38357
|
+
this.validation = e, this.selectionService = i, this.colResizingService = r, this.gridAPI = s, this.transactionFactory = a, this.elementRef = l, this.zone = c, this.document = d, this.cdr = g, this.differs = v, this.viewRef = w, this.injector = I, this.envInjector = R, this.navigation = V, this.filteringService = L, this.textHighlightService = J, this.overlayService = te2, this.summaryService = se, this.localeId = Te, this.platform = be2, this._diTransactions = Ne2, this.snackbarDisplayTime = 6e3, this.autoGenerate = false, this.autoGenerateExclude = [], this.moving = false, this.clipboardOptions = { enabled: true, copyHeaders: true, copyFormatters: true, separator: " " }, this.filteringExpressionsTreeChange = new T(), this.advancedFilteringExpressionsTreeChange = new T(), this.gridScroll = new T(), this.rowStyles = null, this.cellClick = new T(), this.rowClick = new T(), this.formGroupCreated = new T(), this.validationStatusChange = new T(), this.selected = new T(), this.rowSelectionChanging = new T(), this.columnSelectionChanging = new T(), this.columnPin = new T(), this.columnPinned = new T(), this.cellEditEnter = new T(), this.cellEditExit = new T(), this.cellEdit = new T(), this.cellEditDone = new T(), this.rowEditEnter = new T(), this.rowEdit = new T(), this.rowEditDone = new T(), this.rowEditExit = new T(), this.columnInit = new T(), this.columnsAutogenerated = new T(), this.sorting = new T(), this.sortingDone = new T(), this.filtering = new T(), this.filteringDone = new T(), this.rowAdded = new T(), this.rowDeleted = new T(), this.rowDelete = new T(), this.rowAdd = new T(), this.columnResized = new T(), this.contextMenu = new T(), this.doubleClick = new T(), this.columnVisibilityChanging = new T(), this.columnVisibilityChanged = new T(), this.columnMovingStart = new T(), this.columnMoving = new T(), this.columnMovingEnd = new T(), this.gridKeydown = new T(), this.rowDragStart = new T(), this.rowDragEnd = new T(), this.gridCopy = new T(), this.expansionStatesChange = new T(), this.selectedRowsChange = new T(), this.rowToggle = new T(), this.rowPinning = new T(), this.rowPinned = new T(), this.activeNodeChange = new T(), this.sortingExpressionsChange = new T(), this.toolbarExporting = new T(), this.rangeSelected = new T(), this.rendered = new T(), this.localeChange = new T(), this.dataChanging = new T(), this.dataChanged = new T(), this.columnList = new Xi(), this.tmpOutlets = new Xi(), this.rowExpandedIndicatorDirectiveTemplate = null, this.rowCollapsedIndicatorDirectiveTemplate = null, this.headerExpandedIndicatorDirectiveTemplate = null, this.headerCollapsedIndicatorDirectiveTemplate = null, this.excelStyleHeaderIconDirectiveTemplate = null, this.sortAscendingHeaderIconDirectiveTemplate = null, this.sortDescendingHeaderIconDirectiveTemplate = null, this.sortHeaderIconDirectiveTemplate = null, this.tabindex = 0, this.hostRole = "grid", this.baseClass = "igx-grid", this.validationTrigger = "change", this.rowDragging = false, this.dragRowID = null, this.calcHeight = 0, this.disableTransitions = false, this.columnWidthSetByUser = false, this.rendered$ = this.rendered.asObservable().pipe(Kx({ bufferSize: 1, refCount: true })), this.resizeNotify = new ue2(), this.rowAddedNotifier = new ue2(), this.rowDeletedNotifier = new ue2(), this.pipeTriggerNotifier = new ue2(), this._destroyed = false, this._totalRecords = -1, this.columnsWithNoSetWidths = null, this.pipeTrigger = 0, this.filteringPipeTrigger = 0, this.summaryPipeTrigger = 0, this.groupablePipeTrigger = 0, this.EMPTY_DATA = [], this.destroy$ = new ue2(), this._pagingMode = is.Local, this._hideRowSelectors = false, this._rowDrag = false, this._columns = [], this._pinnedColumns = [], this._unpinnedColumns = [], this._filteringExpressionsTree = new Ue(Pt2.And), this._sortingExpressions = [], this._maxLevelHeaderDepth = null, this._columnHiding = false, this._columnPinning = false, this._pinnedRecordIDs = [], this._allowFiltering = false, this._allowAdvancedFiltering = false, this._filterMode = ts.quickFilter, this._defaultTargetRecordNumber = 10, this._expansionStates = /* @__PURE__ */ new Map(), this._defaultExpandState = false, this._headerFeaturesWidth = NaN, this._init = true, this._firstAutoResize = true, this._autoSizeColumnsNotify = new ue2(), this._cdrRequestRepaint = false, this._batchEditing = false, this._sortingOptions = { mode: "multiple" }, this._filterStrategy = new Bh(), this._autoGeneratedCols = [], this._dataView = [], this._lastSearchInfo = { searchText: "", caseSensitive: false, exactMatch: false, activeMatchIndex: 0, matchInfoCache: [], matchCount: 0, content: "" }, this._rowEditable = false, this._filteredSortedData = null, this._filteredData = null, this._cdrRequests = false, this._resourceStrings = hi(yp), this._emptyGridMessage = null, this._emptyFilteredGridMessage = null, this._isLoading = false, this.overlayIDs = [], this._pinning = { columns: Gh.Start }, this._shouldRecalcRowHeight = false, this._advancedFilteringPositionSettings = { verticalDirection: Ge2.Middle, horizontalDirection: ze2.Center, horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Middle }, this._advancedFilteringOverlaySettings = { closeOnOutsideClick: false, modal: false, positionStrategy: new Li(this._advancedFilteringPositionSettings) }, this._height = "100%", this._width = "100%", this._horizontalForOfs = [], this._multiRowLayoutRowSize = 1, this._totalWidth = NaN, this._pinnedVisible = [], this._unpinnedVisible = [], this._pinnedWidth = NaN, this._unpinnedWidth = NaN, this._visibleColumns = [], this._columnGroups = false, this._summaryPosition = Gn.bottom, this._summaryCalculationMode = bn.rootAndChildLevels, this._showSummaryOnCollapse = false, this._summaryRowHeight = 0, this._cellSelectionMode = it2.multiple, this._rowSelectionMode = it2.none, this._selectRowOnClick = true, this._columnSelectionMode = it2.none, this.rowEditPositioningStrategy = new bv({ horizontalDirection: ze2.Right, verticalDirection: Ge2.Bottom, horizontalStartPoint: ze2.Left, verticalStartPoint: Ge2.Bottom, closeAnimation: null }), this.rowEditSettings = { scrollStrategy: new Yt(), modal: false, closeOnOutsideClick: false, outlet: this.rowOutletDirective, positionStrategy: this.rowEditPositioningStrategy }, this.transactionChange$ = new ue2(), this._rendered = false, this.DRAG_SCROLL_DELTA = 10, this._dataCloneStrategy = new es(), this._autoSize = false, this._sortHeaderIconTemplate = null, this._sortAscendingHeaderIconTemplate = null, this._sortDescendingHeaderIconTemplate = null, this._gridSize = Ni.Large, this._defaultRowHeight = 50, this.isHorizontalScrollHidden = false, this.preventContainerScroll = (Fe2) => {
|
|
38353
38358
|
Fe2.target.scrollTop !== 0 && (this.verticalScrollContainer.addScroll(Fe2.target.scrollTop), Fe2.target.scrollTop = 0), Fe2.target.scrollLeft !== 0 && (this.headerContainer.scrollPosition += Fe2.target.scrollLeft, Fe2.target.scrollLeft = 0);
|
|
38354
38359
|
}, this.locale = this.locale || this.localeId, this._transactions = this.transactionFactory.create("None"), this._transactions.cloneStrategy = this.dataCloneStrategy, this.cdr.detach(), this.selectionService.selectedRowsChange.pipe(K(this.destroy$)).subscribe((Fe2) => {
|
|
38355
38360
|
this.selectedRowsChange.emit(Fe2);
|
|
@@ -38420,7 +38425,7 @@ var dc = (() => {
|
|
|
38420
38425
|
!this.crudService.cell && r && (i.target === this.tbody.nativeElement && r.row >= 0 && r.row < this.dataView.length || i.target === this.theadRow.nativeElement && r.row === -1 || i.target === this.tfoot.nativeElement && r.row === this.dataView.length) && !(this.rowEditable && this.crudService.rowEditingBlocked && this.crudService.rowInEditMode) && this.clearActiveNode();
|
|
38421
38426
|
}), this.rowAddedNotifier.pipe(e).subscribe((i) => this.refreshGridState(i)), this.rowDeletedNotifier.pipe(e).subscribe((i) => {
|
|
38422
38427
|
this.summaryService.deleteOperation = true, this.summaryService.clearSummaryCache(i);
|
|
38423
|
-
}), this.subscribeToTransactions(), this.resizeNotify.pipe(Xt(() => !this._init),
|
|
38428
|
+
}), this.subscribeToTransactions(), this.resizeNotify.pipe(Xt(() => !this._init), Ho(40, sr, { leading: true, trailing: true }), e).subscribe(() => {
|
|
38424
38429
|
this.zone.run(() => {
|
|
38425
38430
|
this.nativeElement.isConnected && (this.shouldResize && (this._gridSize = this.gridSize, this.updateDefaultRowHeight(), this._autoSize = this.isPercentHeight && this.calcHeight !== this.getDataBasedBodyHeight(), this.crudService.endEdit(false), this._summaryRowHeight === 0 && (this.summaryService.summaryHeight = 0)), this.notifyChanges(true));
|
|
38426
38431
|
});
|
|
@@ -38450,9 +38455,9 @@ var dc = (() => {
|
|
|
38450
38455
|
this.notifyChanges(true), this.cdr.detectChanges(), Promise.resolve().then(() => this.headerContainer.updateScroll());
|
|
38451
38456
|
}), this.headerContainer?.scrollbarVisibilityChanged.pipe(Xt(() => !this._init), e).subscribe(() => {
|
|
38452
38457
|
this.notifyChanges(true), this.cdr.detectChanges();
|
|
38453
|
-
}), this.verticalScrollContainer.contentSizeChange.pipe(Xt(() => !this._init),
|
|
38458
|
+
}), this.verticalScrollContainer.contentSizeChange.pipe(Xt(() => !this._init), Ho(30), e).subscribe(() => {
|
|
38454
38459
|
this.notifyChanges(true);
|
|
38455
|
-
}), this._autoSizeColumnsNotify.pipe(
|
|
38460
|
+
}), this._autoSizeColumnsNotify.pipe(Ho(0, sr, { leading: false, trailing: true }), e).subscribe(() => {
|
|
38456
38461
|
this.autoSizeColumnsInView(), this._firstAutoResize = false;
|
|
38457
38462
|
});
|
|
38458
38463
|
}
|
|
@@ -38758,7 +38763,7 @@ var dc = (() => {
|
|
|
38758
38763
|
if (this.isDefined(this.primaryKey)) {
|
|
38759
38764
|
let r = this.crudService.cell;
|
|
38760
38765
|
r && r.id.rowID === i && this.crudService.endCellEdit();
|
|
38761
|
-
let s = new
|
|
38766
|
+
let s = new Io(i, -1, this.gridAPI.getRowData(i), this);
|
|
38762
38767
|
this.gridAPI.update_row(s, e), this.notifyChanges();
|
|
38763
38768
|
}
|
|
38764
38769
|
}
|
|
@@ -39348,15 +39353,8 @@ var dc = (() => {
|
|
|
39348
39353
|
this._autoSizeColumnsNotify.next();
|
|
39349
39354
|
}));
|
|
39350
39355
|
}
|
|
39351
|
-
calcGridHeadRow() {
|
|
39352
|
-
if (this.maxLevelHeaderDepth) {
|
|
39353
|
-
this._baseFontSize = parseFloat(getComputedStyle(this.document.documentElement).getPropertyValue("font-size"));
|
|
39354
|
-
let e = this._allowFiltering && this._filterMode === yo.quickFilter, i = (this.maxLevelHeaderDepth + 1 + (e ? 1 : 0)) * this.defaultRowHeight / this._baseFontSize;
|
|
39355
|
-
this.theadRow.nativeElement.style.minHeight = `${i}rem`;
|
|
39356
|
-
}
|
|
39357
|
-
}
|
|
39358
39356
|
calculateGridHeight() {
|
|
39359
|
-
this.
|
|
39357
|
+
this.calcHeight = this._calculateGridBodyHeight(), this.pinnedRowHeight && this.calcHeight && (this.calcHeight -= this.pinnedRowHeight);
|
|
39360
39358
|
}
|
|
39361
39359
|
getGroupAreaHeight() {
|
|
39362
39360
|
return 0;
|
|
@@ -39369,7 +39367,7 @@ var dc = (() => {
|
|
|
39369
39367
|
}
|
|
39370
39368
|
getTheadRowHeight() {
|
|
39371
39369
|
let e = this.getComputedHeight(this.theadRow.nativeElement) || 0;
|
|
39372
|
-
return !this.allowFiltering || this.allowFiltering && this.filterMode !==
|
|
39370
|
+
return !this.allowFiltering || this.allowFiltering && this.filterMode !== ts.quickFilter ? e - this.getFilterCellHeight() : e;
|
|
39373
39371
|
}
|
|
39374
39372
|
getToolbarHeight() {
|
|
39375
39373
|
let e = 0;
|
|
@@ -41510,7 +41508,7 @@ function N0e(n38, t) {
|
|
|
41510
41508
|
}
|
|
41511
41509
|
if (n38 & 2) {
|
|
41512
41510
|
let o = h(2), e = M(8);
|
|
41513
|
-
u(2), p("ngTemplateOutlet", o.grid.rowSelectorTemplate ? o.grid.rowSelectorTemplate : e)("ngTemplateOutletContext", Ve2(7, E0e,
|
|
41511
|
+
u(2), p("ngTemplateOutlet", o.grid.rowSelectorTemplate ? o.grid.rowSelectorTemplate : e)("ngTemplateOutletContext", Ve2(7, E0e, Qo(2, D0e, o.viewIndex, o.key, o.key, o.selected)));
|
|
41514
41512
|
}
|
|
41515
41513
|
}
|
|
41516
41514
|
function L0e(n38, t) {
|
|
@@ -41524,7 +41522,7 @@ function L0e(n38, t) {
|
|
|
41524
41522
|
}
|
|
41525
41523
|
if (n38 & 2) {
|
|
41526
41524
|
let o = h(2);
|
|
41527
|
-
u(),
|
|
41525
|
+
u(), qo("igx-grid__row-indentation igx-grid__row-indentation--level-", o.grid.groupingExpressions.length, "");
|
|
41528
41526
|
}
|
|
41529
41527
|
}
|
|
41530
41528
|
function H0e(n38, t) {
|
|
@@ -41694,9 +41692,9 @@ var CV = (() => {
|
|
|
41694
41692
|
let n38 = t;
|
|
41695
41693
|
return n38;
|
|
41696
41694
|
})();
|
|
41697
|
-
var
|
|
41695
|
+
var Mo = function(n38) {
|
|
41698
41696
|
return n38[n38.NONE = 0] = "NONE", n38[n38.LEFT = 1] = "LEFT", n38[n38.TOP = 2] = "TOP", n38[n38.RIGHT = 3] = "RIGHT", n38[n38.BOTTOM = 4] = "BOTTOM", n38[n38.TOPLEFT = 5] = "TOPLEFT", n38[n38.TOPRIGHT = 6] = "TOPRIGHT", n38[n38.BOTTOMLEFT = 7] = "BOTTOMLEFT", n38[n38.BOTTOMRIGHT = 8] = "BOTTOMRIGHT", n38;
|
|
41699
|
-
}(
|
|
41697
|
+
}(Mo || {});
|
|
41700
41698
|
var pc = (() => {
|
|
41701
41699
|
let t = class t {
|
|
41702
41700
|
get activeDrag() {
|
|
@@ -41709,12 +41707,12 @@ var pc = (() => {
|
|
|
41709
41707
|
return this.ref.nativeElement;
|
|
41710
41708
|
}
|
|
41711
41709
|
constructor(e, i) {
|
|
41712
|
-
this.ref = e, this.zone = i, this.dragStop = new T(), this.dragScroll = new T(), this.end$ = new ue2(), this.lastDirection =
|
|
41710
|
+
this.ref = e, this.zone = i, this.dragStop = new T(), this.dragScroll = new T(), this.end$ = new ue2(), this.lastDirection = Mo.NONE, this.startDragSelection = (r) => {
|
|
41713
41711
|
if (!this.activeDrag) return;
|
|
41714
41712
|
let s = r.clientX, a = r.clientY, { direction: l, delta: c } = this._measureDimensions(s, a);
|
|
41715
41713
|
l !== this.lastDirection && (this.unsubscribe(), this._sub = this._interval$.subscribe(() => this.dragScroll.emit(c)), this.lastDirection = l);
|
|
41716
41714
|
}, this.stopDragSelection = () => {
|
|
41717
|
-
this.activeDrag && (this.dragStop.emit(false), this.unsubscribe(), this.lastDirection =
|
|
41715
|
+
this.activeDrag && (this.dragStop.emit(false), this.unsubscribe(), this.lastDirection = Mo.NONE);
|
|
41718
41716
|
}, this._interval$ = Kn(0, sr).pipe(K(this.end$), Xt(() => this.activeDrag));
|
|
41719
41717
|
}
|
|
41720
41718
|
ngOnInit() {
|
|
@@ -41729,7 +41727,7 @@ var pc = (() => {
|
|
|
41729
41727
|
}
|
|
41730
41728
|
_measureDimensions(e, i) {
|
|
41731
41729
|
let r, s = { left: 0, top: 0 }, { left: a, top: l, width: c, height: d } = this.nativeElement.getBoundingClientRect(), g = 0.15, v = Math.trunc(e - a), w = Math.trunc(i - l), I = v <= c * g, R = v >= c * (1 - g), V = w <= d * g, L = w >= d * (1 - g);
|
|
41732
|
-
return V && I ? (r =
|
|
41730
|
+
return V && I ? (r = Mo.TOPLEFT, s = { left: -1, top: -1 }) : V && R ? (r = Mo.TOPRIGHT, s = { left: 1, top: -1 }) : L && I ? (r = Mo.BOTTOMLEFT, s = { left: -1, top: 1 }) : L && R ? (r = Mo.BOTTOMRIGHT, s = { top: 1, left: 1 }) : V ? (r = Mo.TOP, s.top = -1) : L ? (r = Mo.BOTTOM, s.top = 1) : I ? (r = Mo.LEFT, s.left = -1) : R ? (r = Mo.RIGHT, s.left = 1) : r = Mo.NONE, { direction: r, delta: s };
|
|
41733
41731
|
}
|
|
41734
41732
|
unsubscribe() {
|
|
41735
41733
|
this._sub && this._sub.unsubscribe();
|
|
@@ -41838,13 +41836,13 @@ function L1e(n38, t) {
|
|
|
41838
41836
|
function H1e(n38, t) {
|
|
41839
41837
|
if (n38 & 1 && (E(0, "igx-grid-row", 79, 31), A(2, "igxGridRowClasses"), A(3, "igxGridRowStyles")), n38 & 2) {
|
|
41840
41838
|
let o = t.index, e = t.$implicit, i = t.disabled, r = M(1), s = h();
|
|
41841
|
-
p("gridID", s.id)("index", o)("data", e)("disabled", i)("ngClass", ge2(2, 6,
|
|
41839
|
+
p("gridID", s.id)("index", o)("data", e)("disabled", i)("ngClass", ge2(2, 6, Ko(24, SV, [s.rowClasses, r, r.inEditMode, r.selected, r.dirty, r.deleted, r.dragging, o, s.hasColumnLayouts, e, s.pipeTrigger])))("ngStyle", rt2(3, 19, s.rowStyles, e, o, s.pipeTrigger));
|
|
41842
41840
|
}
|
|
41843
41841
|
}
|
|
41844
41842
|
function B1e(n38, t) {
|
|
41845
41843
|
if (n38 & 1 && (E(0, "igx-grid-row", 80, 32), A(3, "igxGridRowClasses"), A(4, "igxGridRowStyles")), n38 & 2) {
|
|
41846
41844
|
let o = t.index, e = t.$implicit, i = M(1), r = h();
|
|
41847
|
-
p("gridID", r.id)("index", o)("data", e)("ngClass", ge2(3, 5,
|
|
41845
|
+
p("gridID", r.id)("index", o)("data", e)("ngClass", ge2(3, 5, Ko(23, SV, [r.rowClasses, i, i.inEditMode, i.selected, i.dirty, i.deleted, i.dragging, o, r.hasColumnLayouts, e, r.pipeTrigger])))("ngStyle", rt2(4, 18, r.rowStyles, e, o, r.pipeTrigger));
|
|
41848
41846
|
}
|
|
41849
41847
|
}
|
|
41850
41848
|
function z1e(n38, t) {
|
|
@@ -41862,7 +41860,7 @@ function G1e(n38, t) {
|
|
|
41862
41860
|
function j1e(n38, t) {
|
|
41863
41861
|
if (n38 & 1 && (G(0), E(1, "div"), j()), n38 & 2) {
|
|
41864
41862
|
let o = h(2);
|
|
41865
|
-
u(),
|
|
41863
|
+
u(), qo("igx-grid__row-indentation igx-grid__row-indentation--level-", o.groupingExpressions.length, "");
|
|
41866
41864
|
}
|
|
41867
41865
|
}
|
|
41868
41866
|
function $1e(n38, t) {
|
|
@@ -42062,7 +42060,7 @@ var On = (() => {
|
|
|
42062
42060
|
a.push(this.getColumnByName(g.fieldName));
|
|
42063
42061
|
}, this), this.notifyChanges();
|
|
42064
42062
|
let d = { expressions: r, groupedColumns: s, ungroupedColumns: a };
|
|
42065
|
-
this.groupingPerformed$.pipe(
|
|
42063
|
+
this.groupingPerformed$.pipe(Lo(1)).subscribe(() => {
|
|
42066
42064
|
this.groupingDone.emit(d);
|
|
42067
42065
|
});
|
|
42068
42066
|
}
|
|
@@ -42190,7 +42188,7 @@ var On = (() => {
|
|
|
42190
42188
|
return this.groupsExpanded ? this.headerExpandedIndicatorTemplate || this.defaultExpandedTemplate : this.headerCollapsedIndicatorTemplate || this.defaultCollapsedTemplate;
|
|
42191
42189
|
}
|
|
42192
42190
|
ngAfterContentInit() {
|
|
42193
|
-
super.ngAfterContentInit(), this.allowFiltering && this.hasColumnLayouts && (this.filterMode =
|
|
42191
|
+
super.ngAfterContentInit(), this.allowFiltering && this.hasColumnLayouts && (this.filterMode = ts.excelStyleFilter), this.groupTemplate && (this._groupRowTemplate = this.groupTemplate.template), this.detailTemplateDirective && (this._detailTemplate = this.detailTemplateDirective), this.hideGroupedColumns && this._columns && this.groupingExpressions && this._setGroupColsVisibility(this.hideGroupedColumns), this._setupNavigationService();
|
|
42194
42192
|
}
|
|
42195
42193
|
ngAfterViewInit() {
|
|
42196
42194
|
super.ngAfterViewInit(), this.verticalScrollContainer.beforeViewDestroyed.pipe(K(this.destroy$)).subscribe((e) => {
|
|
@@ -42668,7 +42666,7 @@ var Ov = (() => {
|
|
|
42668
42666
|
i & 2 && (H("id", r.headerID)("title", r.title), N("user-select", r.userSelect), X("igx-grid-th--active", r.active)("asc", r.sortAscendingStyle)("desc", r.sortDescendingStyle)("igx-grid-th--sortable", r.sortableStyle)("igx-grid-th--sorted", r.sortedStyle));
|
|
42669
42667
|
}, inputs: { rowIndex: "rowIndex", dimWidth: "dimWidth", rootDimension: "rootDimension" }, standalone: true, features: [ne, Q], decls: 5, vars: 1, consts: [["defaultColumn", ""], ["defaultCollapseIndicator", ""], [4, "ngIf"], [1, "igx-grid-th__group-title", 3, "title"], ["family", "default", 3, "name"], ["class", "igx-grid-th__drop-indicator-left", 4, "ngIf"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "pointerdown", "keydown", "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column"], ["class", "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader", "cursor", 4, "ngIf"], ["class", "igx-grid-th__drop-indicator-right", 4, "ngIf"], [1, "igx-grid-th__drop-indicator-left"], [1, "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader"], [1, "igx-grid-th__drop-indicator-right"]], template: function(i, r) {
|
|
42670
42668
|
i & 1 && C(0, R_e, 2, 2, "ng-template", null, 0, O)(2, A_e, 1, 1, "ng-template", null, 1, O)(4, F_e, 6, 15, "ng-container", 2), i & 2 && (u(4), p("ngIf", !r.column.columnGroup));
|
|
42671
|
-
}, dependencies: [me, ae2, Np, Oe, ri, to, rr, Vv,
|
|
42669
|
+
}, dependencies: [me, ae2, Np, Oe, ri, to, rr, Vv, Ao], encapsulation: 2, changeDetection: 0 });
|
|
42672
42670
|
let n38 = t;
|
|
42673
42671
|
return n38;
|
|
42674
42672
|
})();
|
|
@@ -43468,7 +43466,7 @@ var L3 = (() => {
|
|
|
43468
43466
|
}), C(21, Rve, 2, 3, "igx-drop-down-item", 35), f(), m(22, "div", 36)(23, "igx-grid-excel-style-filtering", 37, 1)(25, "div", 38)(26, "igx-chips-area", null, 2), C(28, Ave, 2, 5, "igx-chip", 39), f()(), m(29, "igx-excel-style-filter-operations"), E(30, "igx-excel-style-search"), f()()(), m(31, "div", 40)(32, "igx-chips-area", 41, 3), C(34, Pve, 3, 4, "igx-chip", 42), f()(), C(35, Mve, 1, 2, "ng-template", null, 4, O);
|
|
43469
43467
|
}
|
|
43470
43468
|
i & 2 && (u(), N("width", r.width, "px"), u(), N("width", r.width, "px"), u(2), p("ngIf", r.grid.pivotUI.showConfiguration), u(2), p("ngIf", r.grid.pivotUI.showConfiguration && r.grid.pivotUI.showRowHeaders), u(2), p("ngIf", r.grid.pivotUI.showConfiguration), u(), p("ngIf", r.grid.pivotUI.showConfiguration), u(), N("width", r.width, "px"), X("igx-grid__tr--mrl", r.hasMRL), H("aria-activedescendant", r.activeDescendant), u(), N("width", r.width, "px"), u(), p("ngIf", !r.grid.pivotUI.showRowHeaders || r.grid.rowDimensions.length === 0), u(), p("ngIf", r.grid.pivotUI.showRowHeaders && r.grid.visibleRowDimensions.length > 0), u(), p("ngIf", r.pinnedColumnCollection.length && r.grid.isPinningToStart), u(), N("max-height", r.maxContainerHeight, "px"), u(), p("ngForOf", r.columnDimensionsByLevel), u(), p("ngIf", r.pinnedColumnCollection.length && !r.grid.isPinningToStart), u(), N("width", r.grid.scrollSize, "px"), p("hidden", !r.grid.hasVerticalScroll()), u(3), p("ngForOf", r.aggregateList), u(), p("hidden", true), u(), p("maxHeight", r.grid.excelStyleFilterMaxHeight)("minHeight", r.grid.excelStyleFilterMinHeight), u(5), p("ngForOf", r.filterDropdownDimensions), u(6), p("ngForOf", r.grid.filterDimensions));
|
|
43471
|
-
}, dependencies: [ae2, Or,
|
|
43469
|
+
}, dependencies: [ae2, Or, Do, He2, li, me, Ft2, mp, Qt, wo, ke, Ba, Oe, ri, jt2, wr, yr, qs, Ip, Sp, Cp, Jl, Ao, Ep, Ov], encapsulation: 2, changeDetection: 0 });
|
|
43472
43470
|
let n38 = t;
|
|
43473
43471
|
return n38;
|
|
43474
43472
|
})();
|
|
@@ -43686,7 +43684,7 @@ var Nv = (() => {
|
|
|
43686
43684
|
return Nn(this, null, function* () {
|
|
43687
43685
|
let i = this.grid.verticalScrollContainer;
|
|
43688
43686
|
i.isIndexOutsideView(e) && (i.scrollTo(e), yield new Promise((r) => {
|
|
43689
|
-
this.grid.gridScroll.pipe(
|
|
43687
|
+
this.grid.gridScroll.pipe(Lo(1), $x({ first: 1e4 })).subscribe({ next: (s) => r(s), error: (s) => r(s) });
|
|
43690
43688
|
}));
|
|
43691
43689
|
});
|
|
43692
43690
|
}
|
|
@@ -43844,7 +43842,7 @@ var H3 = (() => {
|
|
|
43844
43842
|
}), i & 2 && (H("id", r.headerID)("title", r.title), N("user-select", r.userSelect), X("igx-grid-th--active", r.active));
|
|
43845
43843
|
}, inputs: { rowIndex: "rowIndex", colIndex: "colIndex", layout: "layout", parent: "parent" }, standalone: true, features: [ne, Q], decls: 5, vars: 1, consts: [["defaultColumn", ""], ["defaultCollapseIndicator", ""], [4, "ngIf"], [1, "igx-grid-th__group-title", 3, "title"], ["family", "default", 3, "name"], ["class", "igx-grid-th__drop-indicator-left", 4, "ngIf"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "pointerdown", "keydown", "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column"], ["class", "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader", "cursor", 4, "ngIf"], ["class", "igx-grid-th__drop-indicator-right", 4, "ngIf"], [1, "igx-grid-th__drop-indicator-left"], [1, "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader"], [1, "igx-grid-th__drop-indicator-right"]], template: function(i, r) {
|
|
43846
43844
|
i & 1 && C(0, Fve, 2, 2, "ng-template", null, 0, O)(2, Vve, 1, 1, "ng-template", null, 1, O)(4, Hve, 6, 15, "ng-container", 2), i & 2 && (u(4), p("ngIf", !r.column.columnGroup));
|
|
43847
|
-
}, dependencies: [me, ae2, Np, Oe, ri, to, rr, Vv,
|
|
43845
|
+
}, dependencies: [me, ae2, Np, Oe, ri, to, rr, Vv, Ao], encapsulation: 2, changeDetection: 0 });
|
|
43848
43846
|
let n38 = t;
|
|
43849
43847
|
return n38;
|
|
43850
43848
|
})();
|
|
@@ -43861,13 +43859,13 @@ function Gve(n38, t) {
|
|
|
43861
43859
|
}
|
|
43862
43860
|
if (n38 & 2) {
|
|
43863
43861
|
let o = t.$implicit, e = h();
|
|
43864
|
-
|
|
43862
|
+
qo("igx-grid__tr--header igx-grid__row-indentation--level-", e.getLevel(), ""), u(), p("name", e.getExpandState() ? "tree_collapse" : "tree_expand"), H("draggable", false), u(), Z(" ", o.header, " ");
|
|
43865
43863
|
}
|
|
43866
43864
|
}
|
|
43867
43865
|
function jve(n38, t) {
|
|
43868
43866
|
if (n38 & 1 && (m(0, "div", 6), E(1, "igx-icon", 7), P(2), f()), n38 & 2) {
|
|
43869
43867
|
let o = t.$implicit, e = h();
|
|
43870
|
-
|
|
43868
|
+
qo("igx-grid__tr--header igx-grid__row-indentation--level-", e.getLevel(), ""), u(), H("draggable", false), u(), Z(" ", o.header, " ");
|
|
43871
43869
|
}
|
|
43872
43870
|
}
|
|
43873
43871
|
var Lp = (() => {
|
|
@@ -43938,7 +43936,7 @@ var Lp = (() => {
|
|
|
43938
43936
|
i & 2 && N("grid-row-start", r.rowStart)("grid-row-end", r.rowsEnd)("grid-column-start", r.colStart)("grid-column-end", r.colEnd);
|
|
43939
43937
|
}, inputs: { rowIndex: "rowIndex", colIndex: "colIndex", layout: "layout", dimension: "dimension", rootDimension: "rootDimension", rowData: "rowData" }, standalone: true, features: [ne, ni, Q], decls: 11, vars: 35, consts: [["headerTemplate", ""], ["headerDefaultTemplate", ""], ["role", "rowgroup", 1, "igx-grid-thead__wrapper"], ["role", "row", 1, "igx-grid__tr", "igx-grid__tr-header-row"], [3, "ngClass", "ngStyle", "column", "rowIndex", "colIndex", "layout", "parent"], ["family", "default", 3, "click", "name"], [2, "--component-size", "3"], [2, "flex-shrink", "0"]], template: function(i, r) {
|
|
43940
43938
|
i & 1 && (m(0, "div", 2)(1, "div", 3), E(2, "igx-pivot-row-dimension-header-group", 4), A(3, "igxHeaderGroupWidth"), A(4, "igxHeaderGroupWidth"), A(5, "igxHeaderGroupWidth"), A(6, "igxHeaderGroupStyle"), f()(), C(7, Gve, 3, 6, "ng-template", null, 0, O)(9, jve, 3, 5, "ng-template", null, 1, O)), i & 2 && (N("width", r.width, "px"), X("igx-grid__tr--mrl", r.hasMRL), u(), N("width", r.width, "px"), u(), N("min-width", oe2(3, 19, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL))("width", oe2(4, 23, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL))("flex-basis", oe2(5, 27, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL)), p("ngClass", r.rowDimensionColumn.headerGroupClasses)("ngStyle", oe2(6, 31, r.rowDimensionColumn.headerGroupStyles, r.rowDimensionColumn, r.grid.pipeTrigger))("column", r.rowDimensionColumn)("rowIndex", r.rowIndex)("colIndex", r.colIndex)("layout", r.layout)("parent", r));
|
|
43941
|
-
}, dependencies: [H3, Oe, ri, me, Jl,
|
|
43939
|
+
}, dependencies: [H3, Oe, ri, me, Jl, Ao], encapsulation: 2, changeDetection: 0 });
|
|
43942
43940
|
let n38 = t;
|
|
43943
43941
|
return n38;
|
|
43944
43942
|
})();
|
|
@@ -44534,7 +44532,7 @@ function uxe(n38, t) {
|
|
|
44534
44532
|
function pxe(n38, t) {
|
|
44535
44533
|
if (n38 & 1 && (E(0, "igx-pivot-row", 60, 21), A(2, "igxGridRowClasses"), A(3, "igxGridRowStyles")), n38 & 2) {
|
|
44536
44534
|
let o = t.index, e = t.$implicit, i = M(1), r = h();
|
|
44537
|
-
p("gridID", r.id)("index", o)("data", e)("ngClass", ge2(2, 5,
|
|
44535
|
+
p("gridID", r.id)("index", o)("data", e)("ngClass", ge2(2, 5, Ko(23, sxe, [r.rowClasses, i, i.inEditMode, i.selected, i.dirty, i.deleted, i.dragging, o, r.hasColumnLayouts, e, r.pipeTrigger])))("ngStyle", rt2(3, 18, r.rowStyles, e, o, r.pipeTrigger));
|
|
44538
44536
|
}
|
|
44539
44537
|
}
|
|
44540
44538
|
function hxe(n38, t) {
|
|
@@ -44683,7 +44681,7 @@ function Mxe(n38, t) {
|
|
|
44683
44681
|
var kxe = 0;
|
|
44684
44682
|
var WV = 200;
|
|
44685
44683
|
var Fxe = 104;
|
|
44686
|
-
var
|
|
44684
|
+
var ko = (() => {
|
|
44687
44685
|
let t = class t extends dc {
|
|
44688
44686
|
get dimensionsSortingExpressions() {
|
|
44689
44687
|
let e = this.rowDimensions.concat(this.columnDimensions);
|
|
@@ -44762,7 +44760,7 @@ var Fo = (() => {
|
|
|
44762
44760
|
set allowAdvancedFiltering(e) {
|
|
44763
44761
|
}
|
|
44764
44762
|
get filterMode() {
|
|
44765
|
-
return
|
|
44763
|
+
return ts.quickFilter;
|
|
44766
44764
|
}
|
|
44767
44765
|
set filterMode(e) {
|
|
44768
44766
|
}
|
|
@@ -44858,7 +44856,7 @@ var Fo = (() => {
|
|
|
44858
44856
|
}), e;
|
|
44859
44857
|
}
|
|
44860
44858
|
constructor(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, Te, be2, Ne2) {
|
|
44861
|
-
super(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, Te, be2, Ne2), this.dimensionsChange = new T(), this.pivotConfigurationChange = new T(), this.dimensionInit = new T(), this.valueInit = new T(), this.dimensionsSortingExpressionsChange = new T(), this.valuesChange = new T(), this.autoGenerateConfig = false, this.role = "grid", this.autoGenerateExclude = [], this.snackbarDisplayTime = 6e3, this.cellEdit = new T(), this.cellEditDone = new T(), this.cellEditEnter = new T(), this.cellEditExit = new T(), this.columnMovingStart = new T(), this.columnMoving = new T(), this.columnMovingEnd = new T(), this.columnPin = new T(), this.columnPinned = new T(), this.rowAdd = new T(), this.rowAdded = new T(), this.rowDeleted = new T(), this.rowDelete = new T(), this.rowDragStart = new T(), this.rowDragEnd = new T(), this.rowEditEnter = new T(), this.rowEdit = new T(), this.rowEditDone = new T(), this.rowEditExit = new T(), this.rowPinning = new T(), this.rowPinned = new T(), this.columnGroupStates = /* @__PURE__ */ new Map(), this.dragRowID = null, this.rowDimensionResizing = true, this._emptyRowDimension = { memberName: "", enabled: true, level: 0 }, this._pivotValueCloneStrategy = new
|
|
44859
|
+
super(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, Te, be2, Ne2), this.dimensionsChange = new T(), this.pivotConfigurationChange = new T(), this.dimensionInit = new T(), this.valueInit = new T(), this.dimensionsSortingExpressionsChange = new T(), this.valuesChange = new T(), this.autoGenerateConfig = false, this.role = "grid", this.autoGenerateExclude = [], this.snackbarDisplayTime = 6e3, this.cellEdit = new T(), this.cellEditDone = new T(), this.cellEditEnter = new T(), this.cellEditExit = new T(), this.columnMovingStart = new T(), this.columnMoving = new T(), this.columnMovingEnd = new T(), this.columnPin = new T(), this.columnPinned = new T(), this.rowAdd = new T(), this.rowAdded = new T(), this.rowDeleted = new T(), this.rowDelete = new T(), this.rowDragStart = new T(), this.rowDragEnd = new T(), this.rowEditEnter = new T(), this.rowEdit = new T(), this.rowEditDone = new T(), this.rowEditExit = new T(), this.rowPinning = new T(), this.rowPinned = new T(), this.columnGroupStates = /* @__PURE__ */ new Map(), this.dragRowID = null, this.rowDimensionResizing = true, this._emptyRowDimension = { memberName: "", enabled: true, level: 0 }, this._pivotValueCloneStrategy = new es(), this._defaultExpandState = false, this._filterStrategy = new hc(), this.regroupTrigger = 0, this._pivotConfiguration = { rows: null, columns: null, values: null, filters: null }, this.p_id = `igx-pivot-grid-${kxe++}`, this._superCompactMode = false, this._pivotUI = { showConfiguration: true, showRowHeaders: false, rowLayout: $l.Vertical, horizontalSummariesPosition: nd.Bottom }, this._sortableColumns = true, this._visibleRowDimensions = [], this._shouldUpdateSizes = false, this.autoGenerate = true, this.moving = false, this.toolbarExporting = new T();
|
|
44862
44860
|
}
|
|
44863
44861
|
ngOnInit() {
|
|
44864
44862
|
this.autoGenerate = true, super.ngOnInit();
|
|
@@ -44874,7 +44872,7 @@ var Fo = (() => {
|
|
|
44874
44872
|
});
|
|
44875
44873
|
}
|
|
44876
44874
|
ngOnChanges(e) {
|
|
44877
|
-
e.superCompactMode && !e.superCompactMode.isFirstChange() && (this._shouldUpdateSizes = true, Da(this.verticalScrollContainer.displayContainer).pipe(
|
|
44875
|
+
e.superCompactMode && !e.superCompactMode.isFirstChange() && (this._shouldUpdateSizes = true, Da(this.verticalScrollContainer.displayContainer).pipe(Lo(1), K(this.destroy$)).subscribe(() => this.resizeNotify.next()));
|
|
44878
44876
|
}
|
|
44879
44877
|
notifyDimensionChange(e = false) {
|
|
44880
44878
|
e && this.setupColumns(), this.pipeTrigger++, this.cdr.detectChanges();
|
|
@@ -45199,8 +45197,6 @@ var Fo = (() => {
|
|
|
45199
45197
|
this.resolveToggle(a, l);
|
|
45200
45198
|
});
|
|
45201
45199
|
}
|
|
45202
|
-
calcGridHeadRow() {
|
|
45203
|
-
}
|
|
45204
45200
|
buildDataView(e) {
|
|
45205
45201
|
this._dataView = e;
|
|
45206
45202
|
}
|
|
@@ -45568,14 +45564,14 @@ var qV = (() => {
|
|
|
45568
45564
|
return a.gridAPI.getParentRowId(l);
|
|
45569
45565
|
} }, pivotConfiguration: { getFeatureState(a) {
|
|
45570
45566
|
let l = a.currGrid.pivotConfiguration;
|
|
45571
|
-
if (!l || !(a.currGrid instanceof
|
|
45567
|
+
if (!l || !(a.currGrid instanceof ko)) return { pivotConfiguration: void 0 };
|
|
45572
45568
|
let c = Fr(l);
|
|
45573
45569
|
return c.rows = Ye(l.rows, true), c.columns = Ye(l.columns, true), c.filters = Ye(l.filters, true), [...c.rows || [], ...c.columns || [], ...c.filters || []].filter((v) => a.isDateDimension(v))?.forEach((v) => {
|
|
45574
45570
|
v.resourceStrings = {};
|
|
45575
45571
|
}), { pivotConfiguration: c };
|
|
45576
45572
|
}, restoreFeatureState(a, l) {
|
|
45577
45573
|
let c = l;
|
|
45578
|
-
!c || !(a.currGrid instanceof
|
|
45574
|
+
!c || !(a.currGrid instanceof ko) || (a.restoreValues(c, a.currGrid), a.restoreDimensions(c), a.currGrid.pivotConfiguration = c);
|
|
45579
45575
|
} } };
|
|
45580
45576
|
}
|
|
45581
45577
|
getStateInternal(e = true, i) {
|
|
@@ -45642,7 +45638,7 @@ var qV = (() => {
|
|
|
45642
45638
|
i.filteringOperands.push(s);
|
|
45643
45639
|
} else {
|
|
45644
45640
|
let s = r, a;
|
|
45645
|
-
if (this.currGrid instanceof
|
|
45641
|
+
if (this.currGrid instanceof ko) a = this.currGrid.allDimensions.find((c) => c.memberName === s.fieldName).dataType;
|
|
45646
45642
|
else if (this.currGrid.columns.length > 0) a = this.currGrid.columns.find((c) => c.field === s.fieldName).dataType;
|
|
45647
45643
|
else if (this.state.columns) a = this.state.columns.find((c) => c.field === s.fieldName).dataType;
|
|
45648
45644
|
else return null;
|
|
@@ -45845,7 +45841,7 @@ var ta = (() => {
|
|
|
45845
45841
|
}
|
|
45846
45842
|
};
|
|
45847
45843
|
t.\u0275fac = function(i) {
|
|
45848
|
-
return new (i || t)(_(ir), _(
|
|
45844
|
+
return new (i || t)(_(ir), _(Co), _(z));
|
|
45849
45845
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-grid-toolbar"]], contentQueries: function(i, r, s) {
|
|
45850
45846
|
if (i & 1 && de(s, gc, 5), i & 2) {
|
|
45851
45847
|
let a;
|
|
@@ -46041,13 +46037,13 @@ var zv = (() => {
|
|
|
46041
46037
|
return (e || (e = Ae2(t)))(r || t);
|
|
46042
46038
|
};
|
|
46043
46039
|
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-grid-toolbar-hiding"]], viewQuery: function(i, r) {
|
|
46044
|
-
if (i & 1 && k(XC, 5,
|
|
46040
|
+
if (i & 1 && k(XC, 5, Eo), i & 2) {
|
|
46045
46041
|
let s;
|
|
46046
46042
|
b(s = D()) && (r.content = s.first);
|
|
46047
46043
|
}
|
|
46048
46044
|
}, standalone: true, features: [ne, Q], decls: 2, vars: 3, consts: [["btn", ""], ["actions", "", "ref", "toggle"], [4, "ngIf"], ["igxButton", "outlined", "type", "button", "name", "btnColumnHiding", 3, "click", "title"], ["family", "default", 3, "name"], ["igxColumnHiding", "", "igxToggle", "", 3, "opened", "grid", "title", "filterColumnsPrompt", "hideFilter", "filterCriteria", "columnDisplayOrder", "columnsAreaMaxHeight", "uncheckAllText", "checkAllText", "indentation"]], template: function(i, r) {
|
|
46049
46045
|
i & 1 && (C(0, Zxe, 11, 14, "ng-container", 2), A(1, "async")), i & 2 && p("ngIf", ot2(1, 1, r.grid.rendered$));
|
|
46050
|
-
}, dependencies: [ae2, st2, me,
|
|
46046
|
+
}, dependencies: [ae2, st2, me, Eo, XC, Bt2, x0], encapsulation: 2 });
|
|
46051
46047
|
let n38 = t;
|
|
46052
46048
|
return n38;
|
|
46053
46049
|
})();
|
|
@@ -46081,13 +46077,13 @@ var Gv = (() => {
|
|
|
46081
46077
|
return (e || (e = Ae2(t)))(r || t);
|
|
46082
46078
|
};
|
|
46083
46079
|
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-grid-toolbar-pinning"]], viewQuery: function(i, r) {
|
|
46084
|
-
if (i & 1 && k(ZC, 5,
|
|
46080
|
+
if (i & 1 && k(ZC, 5, Eo), i & 2) {
|
|
46085
46081
|
let s;
|
|
46086
46082
|
b(s = D()) && (r.content = s.first);
|
|
46087
46083
|
}
|
|
46088
46084
|
}, standalone: true, features: [ne, Q], decls: 2, vars: 3, consts: [["btn", ""], ["actions", "", "ref", "toggle"], [4, "ngIf"], ["igxButton", "outlined", "type", "button", "name", "btnColumnPinning", 3, "click", "title"], ["family", "default", 3, "name"], ["igxColumnPinning", "", "igxToggle", "", 3, "opened", "grid", "title", "filterColumnsPrompt", "hideFilter", "filterCriteria", "columnDisplayOrder", "columnsAreaMaxHeight", "uncheckAllText", "checkAllText", "indentation"]], template: function(i, r) {
|
|
46089
46085
|
i & 1 && (C(0, Jxe, 11, 14, "ng-container", 2), A(1, "async")), i & 2 && p("ngIf", ot2(1, 1, r.grid.rendered$));
|
|
46090
|
-
}, dependencies: [ae2, st2, me,
|
|
46086
|
+
}, dependencies: [ae2, st2, me, Eo, ZC, Bt2, x0], encapsulation: 2 });
|
|
46091
46087
|
let n38 = t;
|
|
46092
46088
|
return n38;
|
|
46093
46089
|
})();
|
|
@@ -46562,7 +46558,7 @@ var jv = (() => {
|
|
|
46562
46558
|
let s = M(4);
|
|
46563
46559
|
u(6), p("ngForOf", oe2(7, 4, r.dims, s.value, r.grid == null ? null : r.grid.pipeTrigger)), u(2), p("ngForOf", oe2(9, 8, r.values, s.value, r.grid == null ? null : r.grid.pipeTrigger)), u(3), p("ngForOf", r._panels), u(3), p("ngForOf", r.aggregateList);
|
|
46564
46560
|
}
|
|
46565
|
-
}, dependencies: [Kt, me, Ft2, Tt2, Kg, He2, wp, $t, y8, K_, Eg, Or, x8, li, bg, ae2, ss,
|
|
46561
|
+
}, dependencies: [Kt, me, Ft2, Tt2, Kg, He2, wp, $t, y8, K_, Eg, Or, x8, li, bg, ae2, ss, wo, wg, wr, yr, GV], encapsulation: 2 });
|
|
46566
46562
|
let n38 = t;
|
|
46567
46563
|
return n38;
|
|
46568
46564
|
})();
|
|
@@ -46934,7 +46930,7 @@ var Q3 = (() => {
|
|
|
46934
46930
|
let s = M(5);
|
|
46935
46931
|
u(), p("ngForOf", r.chipExpressions), u(), p("hidden", !r.dropAreaVisible), H("gridId", r.grid.id), u(), p("ngTemplateOutlet", r.dropAreaTemplate || s);
|
|
46936
46932
|
}
|
|
46937
|
-
}, dependencies: [
|
|
46933
|
+
}, dependencies: [Do, He2, li, me, Qt, mv, Or, ke, gv], encapsulation: 2 });
|
|
46938
46934
|
let n38 = t;
|
|
46939
46935
|
return n38;
|
|
46940
46936
|
})();
|
|
@@ -47340,7 +47336,7 @@ function K2e(n38, t) {
|
|
|
47340
47336
|
function Y2e(n38, t) {
|
|
47341
47337
|
if (n38 & 1 && (G(0), E(1, "div", 32, 8), j()), n38 & 2) {
|
|
47342
47338
|
let o = h(2);
|
|
47343
|
-
u(),
|
|
47339
|
+
u(), qo("igx-grid__tree-cell--padding-level-", o.level, ""), p("ngStyle", Ve2(4, T2e, "calc(var(--igx-tree-indent-size) *" + o.level + ")"));
|
|
47344
47340
|
}
|
|
47345
47341
|
}
|
|
47346
47342
|
function X2e(n38, t) {
|
|
@@ -47558,7 +47554,7 @@ function Eye(n38, t) {
|
|
|
47558
47554
|
if (n38 & 2) {
|
|
47559
47555
|
h();
|
|
47560
47556
|
let o = M(8), e = h();
|
|
47561
|
-
u(2), p("ngTemplateOutlet", e.grid.rowSelectorTemplate ? e.grid.rowSelectorTemplate : o)("ngTemplateOutletContext", Ve2(7, xye,
|
|
47557
|
+
u(2), p("ngTemplateOutlet", e.grid.rowSelectorTemplate ? e.grid.rowSelectorTemplate : o)("ngTemplateOutletContext", Ve2(7, xye, Qo(2, vye, e.viewIndex, e.key, e.key, e.selected)));
|
|
47562
47558
|
}
|
|
47563
47559
|
}
|
|
47564
47560
|
function Tye(n38, t) {
|
|
@@ -47783,13 +47779,13 @@ function cwe(n38, t) {
|
|
|
47783
47779
|
function dwe(n38, t) {
|
|
47784
47780
|
if (n38 & 1 && (E(0, "igx-tree-grid-row", 72, 26), A(2, "igxGridRowClasses"), A(3, "igxGridRowStyles")), n38 & 2) {
|
|
47785
47781
|
let o = t.index, e = t.disabled, i = t.$implicit, r = M(1), s = h();
|
|
47786
|
-
p("gridID", s.id)("index", o)("treeRow", i)("disabled", e)("ngClass", ge2(2, 6,
|
|
47782
|
+
p("gridID", s.id)("index", o)("treeRow", i)("disabled", e)("ngClass", ge2(2, 6, Ko(24, gO, [s.rowClasses, r, r.inEditMode, r.selected, r.dirty, r.deleted, r.dragging, o, s.hasColumnLayouts, r.treeRow.isFilteredOutParent, i, s.pipeTrigger])))("ngStyle", rt2(3, 19, s.rowStyles, i, o, s.pipeTrigger));
|
|
47787
47783
|
}
|
|
47788
47784
|
}
|
|
47789
47785
|
function uwe(n38, t) {
|
|
47790
47786
|
if (n38 & 1 && (E(0, "igx-tree-grid-row", 73, 27), A(3, "igxGridRowClasses"), A(4, "igxGridRowStyles")), n38 & 2) {
|
|
47791
47787
|
let o = t.index, e = t.$implicit, i = M(1), r = h();
|
|
47792
|
-
p("gridID", r.id)("index", o)("treeRow", e)("ngClass", ge2(3, 5,
|
|
47788
|
+
p("gridID", r.id)("index", o)("treeRow", e)("ngClass", ge2(3, 5, Ko(23, gO, [r.rowClasses, i, i.inEditMode, i.selected, i.dirty, i.deleted, i.dragging, o, r.hasColumnLayouts, i.treeRow.isFilteredOutParent, e, r.pipeTrigger])))("ngStyle", rt2(4, 18, r.rowStyles, e, o, r.pipeTrigger));
|
|
47793
47789
|
}
|
|
47794
47790
|
}
|
|
47795
47791
|
function pwe(n38, t) {
|
|
@@ -48341,7 +48337,7 @@ var zp = (() => {
|
|
|
48341
48337
|
dispatchEvent(e) {
|
|
48342
48338
|
let i = e.key.toLowerCase(), r = this.grid.crudService.cell || this.grid.crudService.row;
|
|
48343
48339
|
if (!(!this.activeNode || !(Nh.has(i) || i === "tab" && r) || (this.getClosestElemByTag(e.target, "igx-hierarchical-grid") || this.getClosestElemByTag(e.target, "igc-hierarchical-grid")) !== this.grid.nativeElement)) {
|
|
48344
|
-
if (this._pendingNavigation &&
|
|
48340
|
+
if (this._pendingNavigation && Jo.has(i)) {
|
|
48345
48341
|
e.preventDefault();
|
|
48346
48342
|
return;
|
|
48347
48343
|
}
|
|
@@ -49414,13 +49410,13 @@ function v3e(n38, t) {
|
|
|
49414
49410
|
function x3e(n38, t) {
|
|
49415
49411
|
if (n38 & 1 && (E(0, "igx-hierarchical-grid-row", 76, 30), A(2, "igxGridRowClasses"), A(3, "igxGridRowStyles")), n38 & 2) {
|
|
49416
49412
|
let o = t.index, e = t.disabled, i = t.$implicit, r = M(1), s = h();
|
|
49417
|
-
p("gridID", s.id)("index", o)("disabled", e)("data", i)("ngClass", ge2(2, 6,
|
|
49413
|
+
p("gridID", s.id)("index", o)("disabled", e)("data", i)("ngClass", ge2(2, 6, Ko(24, bO, [s.rowClasses, r, r.inEditMode, r.selected, r.dirty, r.deleted, r.dragging, o, s.hasColumnLayouts, i, s.pipeTrigger])))("ngStyle", rt2(3, 19, s.rowStyles, i, o, s.pipeTrigger));
|
|
49418
49414
|
}
|
|
49419
49415
|
}
|
|
49420
49416
|
function y3e(n38, t) {
|
|
49421
49417
|
if (n38 & 1 && (E(0, "igx-hierarchical-grid-row", 77, 31), A(3, "igxGridRowClasses"), A(4, "igxGridRowStyles")), n38 & 2) {
|
|
49422
49418
|
let o = t.index, e = t.$implicit, i = M(1), r = h();
|
|
49423
|
-
p("gridID", r.id)("index", o)("data", e)("ngClass", ge2(3, 5,
|
|
49419
|
+
p("gridID", r.id)("index", o)("data", e)("ngClass", ge2(3, 5, Ko(23, bO, [r.rowClasses, i, i.inEditMode, i.selected, i.dirty, i.deleted, i.dragging, o, r.hasColumnLayouts, e, r.pipeTrigger])))("ngStyle", rt2(4, 18, r.rowStyles, e, o, r.pipeTrigger));
|
|
49424
49420
|
}
|
|
49425
49421
|
}
|
|
49426
49422
|
function w3e(n38, t) {
|
|
@@ -49613,7 +49609,7 @@ var SO = (() => {
|
|
|
49613
49609
|
this.gridAPI = e, this.element = i, this.cdr = r, this.expanded = false;
|
|
49614
49610
|
}
|
|
49615
49611
|
ngOnInit() {
|
|
49616
|
-
let e = this.container.createComponent(
|
|
49612
|
+
let e = this.container.createComponent(Fo, { injector: this.container.injector });
|
|
49617
49613
|
this.hGrid = e.instance, this.hGrid.setDataInternal(this.data.childGridsData[this.layout.key]), this.hGrid.nativeElement.__componentRef = e, this.layout.layoutChange.subscribe((r) => {
|
|
49618
49614
|
this._handleLayoutChanges(r);
|
|
49619
49615
|
}), this.layout.initialChanges.forEach((r) => {
|
|
@@ -49653,7 +49649,7 @@ var SO = (() => {
|
|
|
49653
49649
|
let n38 = t;
|
|
49654
49650
|
return n38;
|
|
49655
49651
|
})();
|
|
49656
|
-
var
|
|
49652
|
+
var Fo = (() => {
|
|
49657
49653
|
let t = class t extends Wv {
|
|
49658
49654
|
constructor() {
|
|
49659
49655
|
super(...arguments), this.role = "grid", this.childLayoutKeys = [], this.dataSetByUser = false, this.highlightedRowID = null, this.updateOnRender = false, this.parent = null, this.h_id = `igx-hierarchical-grid-${Z3e++}`, this.childGridTemplates = /* @__PURE__ */ new Map();
|
|
@@ -50003,7 +49999,7 @@ var Yv = (() => {
|
|
|
50003
49999
|
let n38 = t;
|
|
50004
50000
|
return n38;
|
|
50005
50001
|
})();
|
|
50006
|
-
var Ui = [{ component: rd, selector: "igc-action-strip", parents: [On, ia, Vo, Wn], contentQueries: [{ property: "actionButtons", childType: bo, isQueryList: true }], additionalProperties: [], methods: ["show", "hide"], boolProps: ["hidden"], provideAs: Rn }, { component: ft2, selector: "igc-column", parents: [On, ia, Vo, Fo, Wn, Mn, sd], contentQueries: [], additionalProperties: [{ name: "selected", writable: true }, { name: "index" }, { name: "visibleIndex" }, { name: "columnGroup" }, { name: "columnLayout" }, { name: "columnLayoutChild" }, { name: "childColumns" }, { name: "level" }, { name: "filteringExpressionsTree" }, { name: "parent", writable: true }, { name: "grid", writable: true }, { name: "topLevelParent" }], methods: ["pin", "unpin", "move", "autosize"], templateProps: ["summaryTemplate", "bodyTemplate", "headerTemplate", "inlineEditorTemplate", "errorTemplate", "filterCellTemplate"], numericProps: ["rowEnd", "colEnd", "rowStart", "colStart"], boolProps: ["sortable", "selectable", "groupable", "editable", "filterable", "resizable", "autosizeHeader", "hasSummary", "hidden", "disableHiding", "disablePinning", "filteringIgnoreCase", "sortingIgnoreCase", "searchable", "pinned", "visibleWhenCollapsed"] }, { component: Mn, selector: "igc-column-group", parents: [On, ia, Vo, Mn, Wn], contentQueries: [{ property: "children", childType: ft2, isQueryList: true }], additionalProperties: [{ name: "selected", writable: true }, { name: "childColumns" }, { name: "columnGroup" }, { name: "columnLayout" }, { name: "index" }, { name: "visibleIndex" }, { name: "columnLayoutChild" }, { name: "level" }, { name: "filteringExpressionsTree" }, { name: "parent", writable: true }, { name: "grid", writable: true }, { name: "topLevelParent" }], methods: ["pin", "unpin", "move", "autosize"], templateProps: ["collapsibleIndicatorTemplate", "summaryTemplate", "headerTemplate", "errorTemplate", "filterCellTemplate"], numericProps: ["rowEnd", "colEnd", "rowStart", "colStart"], boolProps: ["collapsible", "expanded", "searchable", "hidden", "sortable", "groupable", "editable", "filterable", "resizable", "autosizeHeader", "hasSummary", "disableHiding", "disablePinning", "filteringIgnoreCase", "sortingIgnoreCase", "pinned", "visibleWhenCollapsed"], provideAs: ft2 }, { component: sd, selector: "igc-column-layout", parents: [On], contentQueries: [{ property: "children", childType: ft2, isQueryList: true }], additionalProperties: [{ name: "columnLayout" }, { name: "visibleIndex" }, { name: "selected", writable: true }, { name: "childColumns" }, { name: "columnGroup" }, { name: "index" }, { name: "columnLayoutChild" }, { name: "level" }, { name: "filteringExpressionsTree" }, { name: "parent", writable: true }, { name: "grid", writable: true }, { name: "topLevelParent" }], methods: ["pin", "unpin", "move", "autosize"], templateProps: ["collapsibleIndicatorTemplate", "summaryTemplate", "headerTemplate", "errorTemplate", "filterCellTemplate"], numericProps: ["rowEnd", "colEnd", "rowStart", "colStart"], boolProps: ["hidden", "collapsible", "expanded", "searchable", "sortable", "groupable", "editable", "filterable", "resizable", "autosizeHeader", "hasSummary", "disableHiding", "disablePinning", "filteringIgnoreCase", "sortingIgnoreCase", "pinned", "visibleWhenCollapsed"], provideAs: ft2 }, { component: On, selector: "igc-grid", parents: [], contentQueries: [{ property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "groupsRecords" }, { name: "selectedCells" }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "hiddenColumnsCount" }, { name: "pinnedColumnsCount" }, { name: "transactions" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "gridAPI" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedColumns" }, { name: "pinnedRows" }, { name: "unpinnedColumns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["groupBy", "clearGrouping", "isExpandedGroup", "toggleGroup", "selectRowsInGroup", "deselectRowsInGroup", "fullyExpandGroup", "toggleAllGroupRows", "getSelectedData", "getRowByIndex", "getRowByKey", "getCellByColumn", "getCellByKey", "pinRow", "unpinRow", "isRecordPinnedByIndex", "toggleColumnVisibility", "expandAll", "collapseAll", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "addRow", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "reflow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById", "beginAddRowByIndex"], templateProps: ["dropAreaTemplate", "detailTemplate", "groupByRowSelectorTemplate", "groupRowTemplate", "emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["totalItemCount", "snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["groupsExpanded", "hideGroupedColumns", "showGroupArea", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "batchEditing", "selectRowOnClick"] }, { component: kg, selector: "igc-grid-editing-actions", parents: [rd], contentQueries: [], additionalProperties: [{ name: "hasChildren" }], methods: ["startEdit"], boolProps: ["addRow", "editRow", "deleteRow", "addChild", "asMenuItems"], provideAs: bo }, { component: Fg, selector: "igc-grid-pinning-actions", parents: [rd], contentQueries: [], additionalProperties: [], methods: ["pin", "unpin", "scrollToRow"], boolProps: ["asMenuItems"], provideAs: bo }, { component: Yv, selector: "igc-grid-state", parents: [On, ia, Vo, Fo], contentQueries: [], additionalProperties: [{ name: "grid", writable: true }], methods: ["applyState", "applyStateFromString", "getState", "getStateAsString"] }, { component: gc, selector: "igc-grid-toolbar-actions", parents: [ta], contentQueries: [], additionalProperties: [], methods: [] }, { component: Hp, selector: "igc-grid-toolbar-advanced-filtering", parents: [ta], contentQueries: [], additionalProperties: [], methods: [] }, { component: ta, selector: "igc-grid-toolbar", parents: [On, ia, Vo, Fo], contentQueries: [{ property: "hasActions", childType: gc }], additionalProperties: [{ name: "nativeElement" }], methods: [], boolProps: ["showProgress"], provideAs: kn }, { component: Bv, selector: "igc-grid-toolbar-exporter", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["export"], boolProps: ["exportCSV", "exportExcel"] }, { component: zv, selector: "igc-grid-toolbar-hiding", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: Gv, selector: "igc-grid-toolbar-pinning", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: Lv, selector: "igc-grid-toolbar-title", parents: [ta], contentQueries: [], additionalProperties: [], methods: [] }, { component: Vo, selector: "igc-hierarchical-grid", parents: [], contentQueries: [{ property: "childLayoutList", childType: Wn, isQueryList: true }, { property: "allLayoutList", childType: Wn, isQueryList: true, descendants: true }, { property: "paginatorList", childType: Sr, isQueryList: true, descendants: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "foreignKey" }, { name: "selectedCells" }, { name: "gridAPI", writable: true }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "hiddenColumnsCount" }, { name: "pinnedColumnsCount" }, { name: "transactions" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedColumns" }, { name: "pinnedRows" }, { name: "unpinnedColumns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["getRowByIndex", "getRowByKey", "getCellByColumn", "getCellByKey", "pinRow", "unpinRow", "getDefaultExpandState", "isRecordPinnedByIndex", "toggleColumnVisibility", "expandAll", "collapseAll", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "addRow", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "reflow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "getSelectedData", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById", "beginAddRowByIndex"], templateProps: ["emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["totalItemCount", "snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["expandChildren", "showExpandAll", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "selectRowOnClick"] }, { component: Bp, selector: "igc-paginator", parents: [On, ia, Vo, Fo], contentQueries: [], additionalProperties: [{ name: "totalPages", writable: true }, { name: "isLastPage" }, { name: "isFirstPage" }, { name: "nativeElement" }], methods: ["nextPage", "previousPage", "paginate"], numericProps: ["page", "perPage", "totalRecords"], provideAs: Sr }, { component: jv, selector: "igc-pivot-data-selector", parents: [], contentQueries: [], additionalProperties: [{ name: "animationSettings", writable: true }], methods: [], boolProps: ["columnsExpanded", "rowsExpanded", "filtersExpanded", "valuesExpanded"] }, { component: Fo, selector: "igc-pivot-grid", parents: [], contentQueries: [{ property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "dimensionsSortingExpressions" }, { name: "allDimensions" }, { name: "rowList" }, { name: "dataRowList" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "gridAPI" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["notifyDimensionChange", "toggleColumn", "getColumnGroupExpandState", "toggleRowGroup", "autoSizeRowDimension", "insertDimensionAt", "moveDimension", "removeDimension", "toggleDimension", "insertValueAt", "moveValue", "removeValue", "toggleValue", "sortDimension", "filterDimension", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "markForCheck", "getRowData", "sort", "filter", "filterGlobal", "clearFilter", "clearSort", "reflow", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "getSelectedData", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo"], templateProps: ["valueChipTemplate", "rowDimensionHeaderTemplate", "emptyPivotGridTemplate", "emptyGridTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate"], numericProps: ["rowHeight"], boolProps: ["autoGenerateConfig", "superCompactMode", "defaultExpandState", "isLoading", "selectRowOnClick"] }, { component: Wn, selector: "igc-row-island", parents: [Vo, Wn], contentQueries: [{ property: "children", childType: Wn, isQueryList: true }, { property: "childLayoutList", childType: Wn, isQueryList: true }, { property: "childColumns", childType: ft2, isQueryList: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "columnList", childType: ft2, isQueryList: true, descendants: true }], additionalProperties: [{ name: "rowIslandAPI", writable: true }, { name: "gridAPI", writable: true }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "transactions" }, { name: "validation" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedRows" }], methods: ["isRecordPinnedByIndex", "toggleColumnVisibility", "expandAll", "collapseAll", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "addRow", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "pinRow", "unpinRow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "getSelectedData", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById", "beginAddRowByIndex"], templateProps: ["toolbarTemplate", "paginatorTemplate", "emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["expandChildren", "showExpandAll", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "selectRowOnClick"] }, { component: ia, selector: "igc-tree-grid", parents: [], contentQueries: [{ property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "rootRecords", writable: true }, { name: "records", writable: true }, { name: "processedRootRecords", writable: true }, { name: "processedRecords", writable: true }, { name: "selectedCells" }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "hiddenColumnsCount" }, { name: "pinnedColumnsCount" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "gridAPI" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedColumns" }, { name: "pinnedRows" }, { name: "unpinnedColumns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["getDefaultExpandState", "expandAll", "collapseAll", "addRow", "beginAddRowByIndex", "getSelectedData", "getRowByIndex", "getRowByKey", "getCellByColumn", "getCellByKey", "pinRow", "unpinRow", "isRecordPinnedByIndex", "toggleColumnVisibility", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "reflow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById"], templateProps: ["rowLoadingIndicatorTemplate", "emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["expansionDepth", "snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["cascadeOnDelete", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "batchEditing", "selectRowOnClick"] }];
|
|
50002
|
+
var Ui = [{ component: rd, selector: "igc-action-strip", parents: [On, ia, Fo, Wn], contentQueries: [{ property: "actionButtons", childType: So, isQueryList: true }], additionalProperties: [], methods: ["show", "hide"], boolProps: ["hidden"], provideAs: Rn }, { component: ft2, selector: "igc-column", parents: [On, ia, Fo, ko, Wn, Mn, sd], contentQueries: [], additionalProperties: [{ name: "selected", writable: true }, { name: "index" }, { name: "visibleIndex" }, { name: "columnGroup" }, { name: "columnLayout" }, { name: "columnLayoutChild" }, { name: "childColumns" }, { name: "level" }, { name: "filteringExpressionsTree" }, { name: "parent", writable: true }, { name: "grid", writable: true }, { name: "topLevelParent" }], methods: ["pin", "unpin", "move", "autosize"], templateProps: ["summaryTemplate", "bodyTemplate", "headerTemplate", "inlineEditorTemplate", "errorTemplate", "filterCellTemplate"], numericProps: ["rowEnd", "colEnd", "rowStart", "colStart"], boolProps: ["sortable", "selectable", "groupable", "editable", "filterable", "resizable", "autosizeHeader", "hasSummary", "hidden", "disableHiding", "disablePinning", "filteringIgnoreCase", "sortingIgnoreCase", "searchable", "pinned", "visibleWhenCollapsed"] }, { component: Mn, selector: "igc-column-group", parents: [On, ia, Fo, Mn, Wn], contentQueries: [{ property: "children", childType: ft2, isQueryList: true }], additionalProperties: [{ name: "selected", writable: true }, { name: "childColumns" }, { name: "columnGroup" }, { name: "columnLayout" }, { name: "index" }, { name: "visibleIndex" }, { name: "columnLayoutChild" }, { name: "level" }, { name: "filteringExpressionsTree" }, { name: "parent", writable: true }, { name: "grid", writable: true }, { name: "topLevelParent" }], methods: ["pin", "unpin", "move", "autosize"], templateProps: ["collapsibleIndicatorTemplate", "summaryTemplate", "headerTemplate", "errorTemplate", "filterCellTemplate"], numericProps: ["rowEnd", "colEnd", "rowStart", "colStart"], boolProps: ["collapsible", "expanded", "searchable", "hidden", "sortable", "groupable", "editable", "filterable", "resizable", "autosizeHeader", "hasSummary", "disableHiding", "disablePinning", "filteringIgnoreCase", "sortingIgnoreCase", "pinned", "visibleWhenCollapsed"], provideAs: ft2 }, { component: sd, selector: "igc-column-layout", parents: [On], contentQueries: [{ property: "children", childType: ft2, isQueryList: true }], additionalProperties: [{ name: "columnLayout" }, { name: "visibleIndex" }, { name: "selected", writable: true }, { name: "childColumns" }, { name: "columnGroup" }, { name: "index" }, { name: "columnLayoutChild" }, { name: "level" }, { name: "filteringExpressionsTree" }, { name: "parent", writable: true }, { name: "grid", writable: true }, { name: "topLevelParent" }], methods: ["pin", "unpin", "move", "autosize"], templateProps: ["collapsibleIndicatorTemplate", "summaryTemplate", "headerTemplate", "errorTemplate", "filterCellTemplate"], numericProps: ["rowEnd", "colEnd", "rowStart", "colStart"], boolProps: ["hidden", "collapsible", "expanded", "searchable", "sortable", "groupable", "editable", "filterable", "resizable", "autosizeHeader", "hasSummary", "disableHiding", "disablePinning", "filteringIgnoreCase", "sortingIgnoreCase", "pinned", "visibleWhenCollapsed"], provideAs: ft2 }, { component: On, selector: "igc-grid", parents: [], contentQueries: [{ property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "groupsRecords" }, { name: "selectedCells" }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "hiddenColumnsCount" }, { name: "pinnedColumnsCount" }, { name: "transactions" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "gridAPI" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedColumns" }, { name: "pinnedRows" }, { name: "unpinnedColumns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["groupBy", "clearGrouping", "isExpandedGroup", "toggleGroup", "selectRowsInGroup", "deselectRowsInGroup", "fullyExpandGroup", "toggleAllGroupRows", "getSelectedData", "getRowByIndex", "getRowByKey", "getCellByColumn", "getCellByKey", "pinRow", "unpinRow", "isRecordPinnedByIndex", "toggleColumnVisibility", "expandAll", "collapseAll", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "addRow", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "reflow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById", "beginAddRowByIndex"], templateProps: ["dropAreaTemplate", "detailTemplate", "groupByRowSelectorTemplate", "groupRowTemplate", "emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["totalItemCount", "snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["groupsExpanded", "hideGroupedColumns", "showGroupArea", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "batchEditing", "selectRowOnClick"] }, { component: kg, selector: "igc-grid-editing-actions", parents: [rd], contentQueries: [], additionalProperties: [{ name: "hasChildren" }], methods: ["startEdit"], boolProps: ["addRow", "editRow", "deleteRow", "addChild", "asMenuItems"], provideAs: So }, { component: Fg, selector: "igc-grid-pinning-actions", parents: [rd], contentQueries: [], additionalProperties: [], methods: ["pin", "unpin", "scrollToRow"], boolProps: ["asMenuItems"], provideAs: So }, { component: Yv, selector: "igc-grid-state", parents: [On, ia, Fo, ko], contentQueries: [], additionalProperties: [{ name: "grid", writable: true }], methods: ["applyState", "applyStateFromString", "getState", "getStateAsString"] }, { component: gc, selector: "igc-grid-toolbar-actions", parents: [ta], contentQueries: [], additionalProperties: [], methods: [] }, { component: Hp, selector: "igc-grid-toolbar-advanced-filtering", parents: [ta], contentQueries: [], additionalProperties: [], methods: [] }, { component: ta, selector: "igc-grid-toolbar", parents: [On, ia, Fo, ko], contentQueries: [{ property: "hasActions", childType: gc }], additionalProperties: [{ name: "nativeElement" }], methods: [], boolProps: ["showProgress"], provideAs: kn }, { component: Bv, selector: "igc-grid-toolbar-exporter", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["export"], boolProps: ["exportCSV", "exportExcel"] }, { component: zv, selector: "igc-grid-toolbar-hiding", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: Gv, selector: "igc-grid-toolbar-pinning", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: Lv, selector: "igc-grid-toolbar-title", parents: [ta], contentQueries: [], additionalProperties: [], methods: [] }, { component: Fo, selector: "igc-hierarchical-grid", parents: [], contentQueries: [{ property: "childLayoutList", childType: Wn, isQueryList: true }, { property: "allLayoutList", childType: Wn, isQueryList: true, descendants: true }, { property: "paginatorList", childType: Sr, isQueryList: true, descendants: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "foreignKey" }, { name: "selectedCells" }, { name: "gridAPI", writable: true }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "hiddenColumnsCount" }, { name: "pinnedColumnsCount" }, { name: "transactions" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedColumns" }, { name: "pinnedRows" }, { name: "unpinnedColumns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["getRowByIndex", "getRowByKey", "getCellByColumn", "getCellByKey", "pinRow", "unpinRow", "getDefaultExpandState", "isRecordPinnedByIndex", "toggleColumnVisibility", "expandAll", "collapseAll", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "addRow", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "reflow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "getSelectedData", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById", "beginAddRowByIndex"], templateProps: ["emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["totalItemCount", "snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["expandChildren", "showExpandAll", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "selectRowOnClick"] }, { component: Bp, selector: "igc-paginator", parents: [On, ia, Fo, ko], contentQueries: [], additionalProperties: [{ name: "totalPages", writable: true }, { name: "isLastPage" }, { name: "isFirstPage" }, { name: "nativeElement" }], methods: ["nextPage", "previousPage", "paginate"], numericProps: ["page", "perPage", "totalRecords"], provideAs: Sr }, { component: jv, selector: "igc-pivot-data-selector", parents: [], contentQueries: [], additionalProperties: [{ name: "animationSettings", writable: true }], methods: [], boolProps: ["columnsExpanded", "rowsExpanded", "filtersExpanded", "valuesExpanded"] }, { component: ko, selector: "igc-pivot-grid", parents: [], contentQueries: [{ property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "dimensionsSortingExpressions" }, { name: "allDimensions" }, { name: "rowList" }, { name: "dataRowList" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "gridAPI" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["notifyDimensionChange", "toggleColumn", "getColumnGroupExpandState", "toggleRowGroup", "autoSizeRowDimension", "insertDimensionAt", "moveDimension", "removeDimension", "toggleDimension", "insertValueAt", "moveValue", "removeValue", "toggleValue", "sortDimension", "filterDimension", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "markForCheck", "getRowData", "sort", "filter", "filterGlobal", "clearFilter", "clearSort", "reflow", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "getSelectedData", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo"], templateProps: ["valueChipTemplate", "rowDimensionHeaderTemplate", "emptyPivotGridTemplate", "emptyGridTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate"], numericProps: ["rowHeight"], boolProps: ["autoGenerateConfig", "superCompactMode", "defaultExpandState", "isLoading", "selectRowOnClick"] }, { component: Wn, selector: "igc-row-island", parents: [Fo, Wn], contentQueries: [{ property: "children", childType: Wn, isQueryList: true }, { property: "childLayoutList", childType: Wn, isQueryList: true }, { property: "childColumns", childType: ft2, isQueryList: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "columnList", childType: ft2, isQueryList: true, descendants: true }], additionalProperties: [{ name: "rowIslandAPI", writable: true }, { name: "gridAPI", writable: true }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "transactions" }, { name: "validation" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedRows" }], methods: ["isRecordPinnedByIndex", "toggleColumnVisibility", "expandAll", "collapseAll", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "addRow", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "pinRow", "unpinRow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "getSelectedData", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById", "beginAddRowByIndex"], templateProps: ["toolbarTemplate", "paginatorTemplate", "emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["expandChildren", "showExpandAll", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "selectRowOnClick"] }, { component: ia, selector: "igc-tree-grid", parents: [], contentQueries: [{ property: "columnList", childType: ft2, isQueryList: true, descendants: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "toolbar", childType: kn, isQueryList: true }, { property: "paginationComponents", childType: Sr, isQueryList: true }], additionalProperties: [{ name: "rootRecords", writable: true }, { name: "records", writable: true }, { name: "processedRootRecords", writable: true }, { name: "processedRecords", writable: true }, { name: "selectedCells" }, { name: "shouldGenerate", writable: true }, { name: "rowList" }, { name: "dataRowList" }, { name: "hiddenColumnsCount" }, { name: "pinnedColumnsCount" }, { name: "lastSearchInfo" }, { name: "filteredData" }, { name: "filteredSortedData" }, { name: "validation" }, { name: "gridAPI" }, { name: "cdr" }, { name: "navigation", writable: true }, { name: "virtualizationState" }, { name: "nativeElement" }, { name: "defaultRowHeight" }, { name: "defaultHeaderGroupMinWidth" }, { name: "columns" }, { name: "pinnedColumns" }, { name: "pinnedRows" }, { name: "unpinnedColumns" }, { name: "visibleColumns" }, { name: "dataView" }], methods: ["getDefaultExpandState", "expandAll", "collapseAll", "addRow", "beginAddRowByIndex", "getSelectedData", "getRowByIndex", "getRowByKey", "getCellByColumn", "getCellByKey", "pinRow", "unpinRow", "isRecordPinnedByIndex", "toggleColumnVisibility", "expandRow", "collapseRow", "toggleRow", "getHeaderGroupWidth", "getColumnByName", "getColumnByVisibleIndex", "recalculateAutoSizes", "moveColumn", "markForCheck", "deleteRow", "updateCell", "updateRow", "getRowData", "sort", "filter", "filterGlobal", "enableSummaries", "disableSummaries", "clearFilter", "clearSort", "pinColumn", "unpinColumn", "reflow", "findNext", "findPrev", "refreshSearch", "clearSearch", "getPinnedWidth", "selectRows", "deselectRows", "selectAllRows", "deselectAllRows", "clearCellSelection", "selectRange", "getSelectedRanges", "selectedColumns", "selectColumns", "deselectColumns", "deselectAllColumns", "selectAllColumns", "getSelectedColumnsData", "navigateTo", "getNextCell", "getPreviousCell", "openAdvancedFilteringDialog", "closeAdvancedFilteringDialog", "endEdit", "beginAddRowById"], templateProps: ["rowLoadingIndicatorTemplate", "emptyGridTemplate", "addRowEmptyTemplate", "loadingGridTemplate", "dragGhostCustomTemplate", "rowEditTextTemplate", "rowAddTextTemplate", "rowEditActionsTemplate", "rowExpandedIndicatorTemplate", "rowCollapsedIndicatorTemplate", "headerExpandedIndicatorTemplate", "headerCollapsedIndicatorTemplate", "excelStyleHeaderIconTemplate", "sortAscendingHeaderIconTemplate", "sortDescendingHeaderIconTemplate", "sortHeaderIconTemplate", "headSelectorTemplate", "rowSelectorTemplate", "dragIndicatorIconTemplate"], numericProps: ["expansionDepth", "snackbarDisplayTime", "summaryRowHeight", "rowHeight", "totalRecords"], boolProps: ["cascadeOnDelete", "autoGenerate", "moving", "hideRowSelectors", "rowDraggable", "rowEditable", "isLoading", "allowFiltering", "allowAdvancedFiltering", "showSummaryOnCollapse", "batchEditing", "selectRowOnClick"] }];
|
|
50007
50003
|
var Xv = { schedule(n38, t) {
|
|
50008
50004
|
let o = setTimeout(n38, t);
|
|
50009
50005
|
return () => clearTimeout(o);
|
|
@@ -50040,7 +50036,7 @@ function rIe(n38) {
|
|
|
50040
50036
|
}), t;
|
|
50041
50037
|
}
|
|
50042
50038
|
function oIe(n38, t) {
|
|
50043
|
-
return t.get(
|
|
50039
|
+
return t.get(jo).resolveComponentFactory(n38).inputs;
|
|
50044
50040
|
}
|
|
50045
50041
|
function sIe(n38, t) {
|
|
50046
50042
|
let o = n38.childNodes, e = t.map(() => []), i = -1;
|
|
@@ -50058,7 +50054,7 @@ function aIe(n38, t, o) {
|
|
|
50058
50054
|
var lIe = 10;
|
|
50059
50055
|
var iI = class {
|
|
50060
50056
|
constructor(t, o) {
|
|
50061
|
-
this.componentFactory = o.get(
|
|
50057
|
+
this.componentFactory = o.get(jo).resolveComponentFactory(t);
|
|
50062
50058
|
}
|
|
50063
50059
|
create(t) {
|
|
50064
50060
|
return new nI(this.componentFactory, t);
|
|
@@ -50192,7 +50188,7 @@ function DO(n38, t) {
|
|
|
50192
50188
|
var cIe = 10;
|
|
50193
50189
|
var Zv = class {
|
|
50194
50190
|
constructor(t, o) {
|
|
50195
|
-
this.componentFactory = o.get(
|
|
50191
|
+
this.componentFactory = o.get(jo).resolveComponentFactory(t);
|
|
50196
50192
|
}
|
|
50197
50193
|
create(t) {
|
|
50198
50194
|
return new am(this.componentFactory, t);
|
|
@@ -50587,7 +50583,7 @@ var nx = (() => {
|
|
|
50587
50583
|
}
|
|
50588
50584
|
};
|
|
50589
50585
|
t.\u0275fac = function(i) {
|
|
50590
|
-
return new (i || t)(we2(
|
|
50586
|
+
return new (i || t)(we2(Co), we2(ye2, 8));
|
|
50591
50587
|
}, t.\u0275prov = he2({ token: t, factory: t.\u0275fac });
|
|
50592
50588
|
let n38 = t;
|
|
50593
50589
|
return n38;
|
|
@@ -51752,7 +51748,7 @@ var cm = "void";
|
|
|
51752
51748
|
var gI = new pm(cm);
|
|
51753
51749
|
var TI = class {
|
|
51754
51750
|
constructor(t, o, e) {
|
|
51755
|
-
this.id = t, this.hostElement = o, this._engine = e, this.players = [], this._triggers = /* @__PURE__ */ new Map(), this._queue = [], this._elementListeners = /* @__PURE__ */ new Map(), this._hostClassName = "ng-tns-" + t,
|
|
51751
|
+
this.id = t, this.hostElement = o, this._engine = e, this.players = [], this._triggers = /* @__PURE__ */ new Map(), this._queue = [], this._elementListeners = /* @__PURE__ */ new Map(), this._hostClassName = "ng-tns-" + t, Vo(o, this._hostClassName);
|
|
51756
51752
|
}
|
|
51757
51753
|
listen(t, o, e, i) {
|
|
51758
51754
|
if (!this._triggers.has(o)) throw WIe(e, o);
|
|
@@ -51761,7 +51757,7 @@ var TI = class {
|
|
|
51761
51757
|
let r = ro(this._elementListeners, t, []), s = { name: o, phase: e, callback: i };
|
|
51762
51758
|
r.push(s);
|
|
51763
51759
|
let a = ro(this._engine.statesByElement, t, /* @__PURE__ */ new Map());
|
|
51764
|
-
return a.has(o) || (
|
|
51760
|
+
return a.has(o) || (Vo(t, rx), Vo(t, rx + "-" + o), a.set(o, gI)), () => {
|
|
51765
51761
|
this._engine.afterFlush(() => {
|
|
51766
51762
|
let l = r.indexOf(s);
|
|
51767
51763
|
l >= 0 && r.splice(l, 1), this._triggers.has(o) || a.delete(o);
|
|
@@ -51778,7 +51774,7 @@ var TI = class {
|
|
|
51778
51774
|
}
|
|
51779
51775
|
trigger(t, o, e, i = true) {
|
|
51780
51776
|
let r = this._getTrigger(o), s = new hm(this.id, o, t), a = this._engine.statesByElement.get(t);
|
|
51781
|
-
a || (
|
|
51777
|
+
a || (Vo(t, rx), Vo(t, rx + "-" + o), this._engine.statesByElement.set(t, a = /* @__PURE__ */ new Map()));
|
|
51782
51778
|
let l = a.get(o), c = new pm(e, this.id);
|
|
51783
51779
|
if (!(e && e.hasOwnProperty("value")) && l && c.absorbOptions(l.options), a.set(o, c), l || (l = gI), !(c.value === cm) && l.value === c.value) {
|
|
51784
51780
|
if (!B4e(l.params, c.params)) {
|
|
@@ -51798,7 +51794,7 @@ var TI = class {
|
|
|
51798
51794
|
if (!i) return;
|
|
51799
51795
|
w = r.fallbackTransition, I = true;
|
|
51800
51796
|
}
|
|
51801
|
-
return this._engine.totalQueuedPlayers++, this._queue.push({ element: t, triggerName: o, transition: w, fromState: l, toState: c, player: s, isFallbackTransition: I }), I || (
|
|
51797
|
+
return this._engine.totalQueuedPlayers++, this._queue.push({ element: t, triggerName: o, transition: w, fromState: l, toState: c, player: s, isFallbackTransition: I }), I || (Vo(t, HO), s.onStart(() => {
|
|
51802
51798
|
$p(t, HO);
|
|
51803
51799
|
})), s.onDone(() => {
|
|
51804
51800
|
let R = this.players.indexOf(s);
|
|
@@ -51876,7 +51872,7 @@ var TI = class {
|
|
|
51876
51872
|
}
|
|
51877
51873
|
}
|
|
51878
51874
|
insertNode(t, o) {
|
|
51879
|
-
|
|
51875
|
+
Vo(t, this._hostClassName);
|
|
51880
51876
|
}
|
|
51881
51877
|
drainQueuedTransitions(t) {
|
|
51882
51878
|
let o = [];
|
|
@@ -51993,7 +51989,7 @@ var RI = class {
|
|
|
51993
51989
|
this.collectedEnterElements.push(t);
|
|
51994
51990
|
}
|
|
51995
51991
|
markElementAsDisabled(t, o) {
|
|
51996
|
-
o ? this.disabledNodes.has(t) || (this.disabledNodes.add(t),
|
|
51992
|
+
o ? this.disabledNodes.has(t) || (this.disabledNodes.add(t), Vo(t, hI)) : this.disabledNodes.has(t) && (this.disabledNodes.delete(t), $p(t, hI));
|
|
51997
51993
|
}
|
|
51998
51994
|
removeNode(t, o, e) {
|
|
51999
51995
|
if (ax(o)) {
|
|
@@ -52051,7 +52047,7 @@ var RI = class {
|
|
|
52051
52047
|
let o = [];
|
|
52052
52048
|
if (this.newHostElements.size && (this.newHostElements.forEach((e, i) => this._balanceNamespaceList(e, i)), this.newHostElements.clear()), this.totalAnimations && this.collectedEnterElements.length) for (let e = 0; e < this.collectedEnterElements.length; e++) {
|
|
52053
52049
|
let i = this.collectedEnterElements[e];
|
|
52054
|
-
|
|
52050
|
+
Vo(i, P4e);
|
|
52055
52051
|
}
|
|
52056
52052
|
if (this._namespaceList.length && (this.totalQueuedPlayers || this.collectedLeaveElements.length)) {
|
|
52057
52053
|
let e = [];
|
|
@@ -52084,7 +52080,7 @@ var RI = class {
|
|
|
52084
52080
|
let g = this.bodyNode, v = Array.from(this.statesByElement.keys()), w = GO(v, this.collectedEnterElements), I = /* @__PURE__ */ new Map(), R = 0;
|
|
52085
52081
|
w.forEach((Pe2, Me) => {
|
|
52086
52082
|
let Qe2 = QO + R++;
|
|
52087
|
-
I.set(Me, Qe2), Pe2.forEach((_t2) =>
|
|
52083
|
+
I.set(Me, Qe2), Pe2.forEach((_t2) => Vo(_t2, Qe2));
|
|
52088
52084
|
});
|
|
52089
52085
|
let V = [], L = /* @__PURE__ */ new Set(), J = /* @__PURE__ */ new Set();
|
|
52090
52086
|
for (let Pe2 = 0; Pe2 < this.collectedLeaveElements.length; Pe2++) {
|
|
@@ -52094,7 +52090,7 @@ var RI = class {
|
|
|
52094
52090
|
let te2 = /* @__PURE__ */ new Map(), se = GO(v, Array.from(L));
|
|
52095
52091
|
se.forEach((Pe2, Me) => {
|
|
52096
52092
|
let Qe2 = fI + R++;
|
|
52097
|
-
te2.set(Me, Qe2), Pe2.forEach((_t2) =>
|
|
52093
|
+
te2.set(Me, Qe2), Pe2.forEach((_t2) => Vo(_t2, Qe2));
|
|
52098
52094
|
}), t.push(() => {
|
|
52099
52095
|
w.forEach((Pe2, Me) => {
|
|
52100
52096
|
let Qe2 = I.get(Me);
|
|
@@ -52113,10 +52109,10 @@ var RI = class {
|
|
|
52113
52109
|
let mn = Bi[gs];
|
|
52114
52110
|
if (mn && mn.setForMove) {
|
|
52115
52111
|
if (mn.previousTriggersValues && mn.previousTriggersValues.has(Qe2.triggerName)) {
|
|
52116
|
-
let
|
|
52112
|
+
let Oo = mn.previousTriggersValues.get(Qe2.triggerName), br = this.statesByElement.get(Qe2.element);
|
|
52117
52113
|
if (br && br.has(Qe2.triggerName)) {
|
|
52118
52114
|
let _c = br.get(Qe2.triggerName);
|
|
52119
|
-
_c.value =
|
|
52115
|
+
_c.value = Oo, br.set(Qe2.triggerName, _c);
|
|
52120
52116
|
}
|
|
52121
52117
|
}
|
|
52122
52118
|
_t2.destroy();
|
|
@@ -52141,14 +52137,14 @@ var RI = class {
|
|
|
52141
52137
|
mn.stretchStartingKeyframe = true, this.disabledNodes.has(mn.element) || gn.push(mn);
|
|
52142
52138
|
}), zt2.timelines = gn, e.append(Bi, zt2.timelines);
|
|
52143
52139
|
let $a = { instruction: zt2, player: _t2, element: Bi };
|
|
52144
|
-
s.push($a), zt2.queriedElements.forEach((mn) => ro(a, mn, []).push(_t2)), zt2.preStyleProps.forEach((mn,
|
|
52140
|
+
s.push($a), zt2.queriedElements.forEach((mn) => ro(a, mn, []).push(_t2)), zt2.preStyleProps.forEach((mn, Oo) => {
|
|
52145
52141
|
if (mn.size) {
|
|
52146
|
-
let br = l.get(
|
|
52147
|
-
br || l.set(
|
|
52142
|
+
let br = l.get(Oo);
|
|
52143
|
+
br || l.set(Oo, br = /* @__PURE__ */ new Set()), mn.forEach((_c, vd) => br.add(vd));
|
|
52148
52144
|
}
|
|
52149
|
-
}), zt2.postStyleProps.forEach((mn,
|
|
52150
|
-
let br = c.get(
|
|
52151
|
-
br || c.set(
|
|
52145
|
+
}), zt2.postStyleProps.forEach((mn, Oo) => {
|
|
52146
|
+
let br = c.get(Oo);
|
|
52147
|
+
br || c.set(Oo, br = /* @__PURE__ */ new Set()), mn.forEach((_c, vd) => br.add(vd));
|
|
52152
52148
|
});
|
|
52153
52149
|
});
|
|
52154
52150
|
if (be2.length) {
|
|
@@ -52290,7 +52286,7 @@ var RI = class {
|
|
|
52290
52286
|
});
|
|
52291
52287
|
c.forEach((I) => {
|
|
52292
52288
|
ro(this.playersByQueriedElement, I.element, []).push(I), I.onDone(() => V4e(this.playersByQueriedElement, I.element, I));
|
|
52293
|
-
}), d.forEach((I) =>
|
|
52289
|
+
}), d.forEach((I) => Vo(I, kO));
|
|
52294
52290
|
let w = fc(v);
|
|
52295
52291
|
return w.onDestroy(() => {
|
|
52296
52292
|
d.forEach((I) => $p(I, kO)), na(l, o.toStyles);
|
|
@@ -52422,7 +52418,7 @@ function GO(n38, t) {
|
|
|
52422
52418
|
l !== e && o.get(l).push(a);
|
|
52423
52419
|
}), o;
|
|
52424
52420
|
}
|
|
52425
|
-
function
|
|
52421
|
+
function Vo(n38, t) {
|
|
52426
52422
|
n38.classList?.add(t);
|
|
52427
52423
|
}
|
|
52428
52424
|
function $p(n38, t) {
|
|
@@ -52870,11 +52866,11 @@ var Z4e = Wi(ia, { injector: Hi, registerConfig: Ui });
|
|
|
52870
52866
|
var GI = qi(Z4e, () => {
|
|
52871
52867
|
Qi(GI);
|
|
52872
52868
|
});
|
|
52873
|
-
var J4e = Wi(
|
|
52869
|
+
var J4e = Wi(Fo, { injector: Hi, registerConfig: Ui });
|
|
52874
52870
|
var jI = qi(J4e, () => {
|
|
52875
52871
|
Qi(jI);
|
|
52876
52872
|
});
|
|
52877
|
-
var eSe = Wi(
|
|
52873
|
+
var eSe = Wi(ko, { injector: Hi, registerConfig: Ui });
|
|
52878
52874
|
var $I = qi(eSe, () => {
|
|
52879
52875
|
Qi($I);
|
|
52880
52876
|
});
|