igniteui-webcomponents-grids 5.1.1 → 5.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +2 -2
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/igc-definition-base-component.js +1 -1
- package/esm2015/lib/igc-grid-conditional-style-component.js +1 -1
- package/esm5/lib/igc-definition-base-component.js +1 -1
- package/esm5/lib/igc-grid-conditional-style-component.js +1 -1
- package/fesm2015/igniteui-webcomponents-grids.js +2 -2
- package/fesm5/igniteui-webcomponents-grids.js +2 -2
- package/grids/combined.js +485 -478
- 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
|
@@ -1397,7 +1397,7 @@ var gi = (n38, t, o) => (g4(n38, t, "default"), o && g4(o, t, "default"));
|
|
|
1397
1397
|
var _4 = (n38, t, o) => t.has(n38) || Tx("Cannot " + o);
|
|
1398
1398
|
var yd = (n38, t, o) => (_4(n38, t, "read from private field"), o ? o.call(n38) : t.get(n38));
|
|
1399
1399
|
var wd = (n38, t, o) => t.has(n38) ? Tx("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(n38) : t.set(n38, o);
|
|
1400
|
-
var
|
|
1400
|
+
var oa = (n38, t, o, e) => (_4(n38, t, "write to private field"), e ? e.call(n38, o) : t.set(n38, o), o);
|
|
1401
1401
|
var Rx = (n38, t, o) => gN(hN(n38), o, t);
|
|
1402
1402
|
var Nn = (n38, t, o) => new Promise((e, i) => {
|
|
1403
1403
|
var r = (l) => {
|
|
@@ -1439,7 +1439,7 @@ function x4(n38, t) {
|
|
|
1439
1439
|
var _n = null;
|
|
1440
1440
|
var _m = false;
|
|
1441
1441
|
var vm = 1;
|
|
1442
|
-
var
|
|
1442
|
+
var sa = Symbol("SIGNAL");
|
|
1443
1443
|
function Ot2(n38) {
|
|
1444
1444
|
let t = _n;
|
|
1445
1445
|
return _n = n38, t;
|
|
@@ -1542,7 +1542,7 @@ function E4(n38) {
|
|
|
1542
1542
|
if (w4(t), Mx(t), t.value === xm) throw t.error;
|
|
1543
1543
|
return t.value;
|
|
1544
1544
|
};
|
|
1545
|
-
return o[
|
|
1545
|
+
return o[sa] = t, o;
|
|
1546
1546
|
}
|
|
1547
1547
|
var Ax = Symbol("UNSET");
|
|
1548
1548
|
var Px = Symbol("COMPUTING");
|
|
@@ -1582,7 +1582,7 @@ function P4(n38) {
|
|
|
1582
1582
|
let t = Object.create(k4);
|
|
1583
1583
|
t.value = n38;
|
|
1584
1584
|
let o = () => (Mx(t), t.value);
|
|
1585
|
-
return o[
|
|
1585
|
+
return o[sa] = t, o;
|
|
1586
1586
|
}
|
|
1587
1587
|
function Ox(n38, t) {
|
|
1588
1588
|
I4() || R4(), n38.equal(n38.value, t) || (n38.value = t, wN(n38));
|
|
@@ -1614,7 +1614,7 @@ function xc(n38, t) {
|
|
|
1614
1614
|
0 <= o && n38.splice(o, 1);
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
|
-
var
|
|
1617
|
+
var Zi = class n {
|
|
1618
1618
|
constructor(t) {
|
|
1619
1619
|
this.initialTeardown = t, this.closed = false, this._parentage = null, this._finalizers = null;
|
|
1620
1620
|
}
|
|
@@ -1671,13 +1671,13 @@ var Xi = class n {
|
|
|
1671
1671
|
o && xc(o, t), t instanceof n && t._removeParent(this);
|
|
1672
1672
|
}
|
|
1673
1673
|
};
|
|
1674
|
-
|
|
1675
|
-
let n38 = new
|
|
1674
|
+
Zi.EMPTY = (() => {
|
|
1675
|
+
let n38 = new Zi();
|
|
1676
1676
|
return n38.closed = true, n38;
|
|
1677
1677
|
})();
|
|
1678
|
-
var Nx =
|
|
1678
|
+
var Nx = Zi.EMPTY;
|
|
1679
1679
|
function Sm(n38) {
|
|
1680
|
-
return n38 instanceof
|
|
1680
|
+
return n38 instanceof Zi || n38 && "closed" in n38 && lt2(n38.remove) && lt2(n38.add) && lt2(n38.unsubscribe);
|
|
1681
1681
|
}
|
|
1682
1682
|
function F4(n38) {
|
|
1683
1683
|
lt2(n38) ? n38() : n38.unsubscribe();
|
|
@@ -1722,12 +1722,12 @@ function Id(n38) {
|
|
|
1722
1722
|
function L4(n38) {
|
|
1723
1723
|
No.useDeprecatedSynchronousErrorHandling && yc && (yc.errorThrown = true, yc.error = n38);
|
|
1724
1724
|
}
|
|
1725
|
-
var wc = class extends
|
|
1725
|
+
var wc = class extends Zi {
|
|
1726
1726
|
constructor(t) {
|
|
1727
1727
|
super(), this.isStopped = false, t ? (this.destination = t, Sm(t) && t.add(this)) : this.destination = SN;
|
|
1728
1728
|
}
|
|
1729
1729
|
static create(t, o, e) {
|
|
1730
|
-
return new
|
|
1730
|
+
return new aa(t, o, e);
|
|
1731
1731
|
}
|
|
1732
1732
|
next(t) {
|
|
1733
1733
|
this.isStopped ? Bx(N4(t), this) : this._next(t);
|
|
@@ -1793,7 +1793,7 @@ var zx = class {
|
|
|
1793
1793
|
}
|
|
1794
1794
|
}
|
|
1795
1795
|
};
|
|
1796
|
-
var
|
|
1796
|
+
var aa = class extends wc {
|
|
1797
1797
|
constructor(t, o, e) {
|
|
1798
1798
|
super();
|
|
1799
1799
|
let i;
|
|
@@ -1838,7 +1838,7 @@ var ni = (() => {
|
|
|
1838
1838
|
return e.source = this, e.operator = o, e;
|
|
1839
1839
|
}
|
|
1840
1840
|
subscribe(o, e, i) {
|
|
1841
|
-
let r = DN(o) ? o : new
|
|
1841
|
+
let r = DN(o) ? o : new aa(o, e, i);
|
|
1842
1842
|
return Id(() => {
|
|
1843
1843
|
let { operator: s, source: a } = this;
|
|
1844
1844
|
r.add(s ? s.call(r, a) : a ? this._subscribe(r) : this._trySubscribe(r));
|
|
@@ -1853,7 +1853,7 @@ var ni = (() => {
|
|
|
1853
1853
|
}
|
|
1854
1854
|
forEach(o, e) {
|
|
1855
1855
|
return e = H4(e), new e((i, r) => {
|
|
1856
|
-
let s = new
|
|
1856
|
+
let s = new aa({ next: (a) => {
|
|
1857
1857
|
try {
|
|
1858
1858
|
o(a);
|
|
1859
1859
|
} catch (l) {
|
|
@@ -1950,7 +1950,7 @@ var bd = { schedule(n38) {
|
|
|
1950
1950
|
let i = t((r) => {
|
|
1951
1951
|
o = void 0, n38(r);
|
|
1952
1952
|
});
|
|
1953
|
-
return new
|
|
1953
|
+
return new Zi(() => o?.(i));
|
|
1954
1954
|
}, requestAnimationFrame(...n38) {
|
|
1955
1955
|
let { delegate: t } = bd;
|
|
1956
1956
|
return (t?.requestAnimationFrame || requestAnimationFrame)(...n38);
|
|
@@ -2014,7 +2014,7 @@ var ue2 = (() => {
|
|
|
2014
2014
|
}
|
|
2015
2015
|
_innerSubscribe(o) {
|
|
2016
2016
|
let { hasError: e, isStopped: i, observers: r } = this;
|
|
2017
|
-
return e || i ? Nx : (this.currentObservers = null, r.push(o), new
|
|
2017
|
+
return e || i ? Nx : (this.currentObservers = null, r.push(o), new Zi(() => {
|
|
2018
2018
|
this.currentObservers = null, xc(r, o);
|
|
2019
2019
|
}));
|
|
2020
2020
|
}
|
|
@@ -2073,7 +2073,7 @@ var Cc = class extends ue2 {
|
|
|
2073
2073
|
var Xp = { now() {
|
|
2074
2074
|
return (Xp.delegate || Date).now();
|
|
2075
2075
|
}, delegate: void 0 };
|
|
2076
|
-
var
|
|
2076
|
+
var la = class extends ue2 {
|
|
2077
2077
|
constructor(t = 1 / 0, o = 1 / 0, e = Xp) {
|
|
2078
2078
|
super(), this._bufferSize = t, this._windowTime = o, this._timestampProvider = e, this._buffer = [], this._infiniteTimeWindow = true, this._infiniteTimeWindow = o === 1 / 0, this._bufferSize = Math.max(1, t), this._windowTime = Math.max(1, o);
|
|
2079
2079
|
}
|
|
@@ -2096,7 +2096,7 @@ var aa = class extends ue2 {
|
|
|
2096
2096
|
}
|
|
2097
2097
|
}
|
|
2098
2098
|
};
|
|
2099
|
-
var Tm = class extends
|
|
2099
|
+
var Tm = class extends Zi {
|
|
2100
2100
|
constructor(t, o) {
|
|
2101
2101
|
super();
|
|
2102
2102
|
}
|
|
@@ -2182,8 +2182,8 @@ var Td = class extends Ed {
|
|
|
2182
2182
|
}
|
|
2183
2183
|
}
|
|
2184
2184
|
};
|
|
2185
|
-
var
|
|
2186
|
-
var z4 =
|
|
2185
|
+
var ca = new Td(Dd);
|
|
2186
|
+
var z4 = ca;
|
|
2187
2187
|
var Rm = class extends Dd {
|
|
2188
2188
|
constructor(t, o) {
|
|
2189
2189
|
super(t, o), this.scheduler = t, this.work = o;
|
|
@@ -2531,7 +2531,7 @@ var VN = Ua((n38) => function(o = null) {
|
|
|
2531
2531
|
n38(this), this.message = "Timeout has occurred", this.name = "TimeoutError", this.info = o;
|
|
2532
2532
|
});
|
|
2533
2533
|
function qx(n38, t) {
|
|
2534
|
-
let { first: o, each: e, with: i = ON, scheduler: r = t ??
|
|
2534
|
+
let { first: o, each: e, with: i = ON, scheduler: r = t ?? ca, meta: s = null } = Wm(n38) ? { first: n38 } : typeof n38 == "number" ? { each: n38 } : n38;
|
|
2535
2535
|
if (o == null && e == null) throw new TypeError("No timeout provided.");
|
|
2536
2536
|
return Mt2((a, l) => {
|
|
2537
2537
|
let c, d, g = null, v = 0, w = (I) => {
|
|
@@ -2676,10 +2676,10 @@ function Sc(n38 = 0, t, o = z4) {
|
|
|
2676
2676
|
}, r);
|
|
2677
2677
|
});
|
|
2678
2678
|
}
|
|
2679
|
-
function Kn(n38 = 0, t =
|
|
2679
|
+
function Kn(n38 = 0, t = ca) {
|
|
2680
2680
|
return n38 < 0 && (n38 = 0), Sc(n38, n38, t);
|
|
2681
2681
|
}
|
|
2682
|
-
function
|
|
2682
|
+
function da(...n38) {
|
|
2683
2683
|
let t = km(n38), o = j4(n38, 1 / 0), e = n38;
|
|
2684
2684
|
return e.length ? e.length === 1 ? li(e[0]) : oS(o)(Wa(e, t)) : Pm;
|
|
2685
2685
|
}
|
|
@@ -2711,7 +2711,7 @@ function Ad(n38) {
|
|
|
2711
2711
|
}));
|
|
2712
2712
|
});
|
|
2713
2713
|
}
|
|
2714
|
-
function Qm(n38, t =
|
|
2714
|
+
function Qm(n38, t = ca) {
|
|
2715
2715
|
return Mt2((o, e) => {
|
|
2716
2716
|
let i = null, r = null, s = null, a = () => {
|
|
2717
2717
|
if (i) {
|
|
@@ -2799,7 +2799,7 @@ function cS(n38 = {}) {
|
|
|
2799
2799
|
let L = l = l ?? t();
|
|
2800
2800
|
V.add(() => {
|
|
2801
2801
|
c--, c === 0 && !g && !d && (a = Zx(I, i));
|
|
2802
|
-
}), L.subscribe(V), !s && c > 0 && (s = new
|
|
2802
|
+
}), L.subscribe(V), !s && c > 0 && (s = new aa({ next: (J) => L.next(J), error: (J) => {
|
|
2803
2803
|
g = true, v(), a = Zx(w, o, J), L.error(J);
|
|
2804
2804
|
}, complete: () => {
|
|
2805
2805
|
d = true, v(), a = Zx(w, e), L.complete();
|
|
@@ -2813,14 +2813,14 @@ function Zx(n38, t, ...o) {
|
|
|
2813
2813
|
return;
|
|
2814
2814
|
}
|
|
2815
2815
|
if (t === false) return;
|
|
2816
|
-
let e = new
|
|
2816
|
+
let e = new aa({ next: () => {
|
|
2817
2817
|
e.unsubscribe(), n38();
|
|
2818
2818
|
} });
|
|
2819
2819
|
return li(t(...o)).subscribe(e);
|
|
2820
2820
|
}
|
|
2821
2821
|
function Jx(n38, t, o) {
|
|
2822
2822
|
let e, i = false;
|
|
2823
|
-
return n38 && typeof n38 == "object" ? { bufferSize: e = 1 / 0, windowTime: t = 1 / 0, refCount: i = false, scheduler: o } = n38 : e = n38 ?? 1 / 0, cS({ connector: () => new
|
|
2823
|
+
return n38 && typeof n38 == "object" ? { bufferSize: e = 1 / 0, windowTime: t = 1 / 0, refCount: i = false, scheduler: o } = n38 : e = n38 ?? 1 / 0, cS({ connector: () => new la(e, t, o), resetOnError: true, resetOnComplete: false, resetOnRefCountZero: i });
|
|
2824
2824
|
}
|
|
2825
2825
|
function e2(n38) {
|
|
2826
2826
|
return n38 <= 0 ? ms : Mt2((t, o) => {
|
|
@@ -2886,7 +2886,7 @@ function Km(n38, t, o) {
|
|
|
2886
2886
|
}));
|
|
2887
2887
|
}) : ms;
|
|
2888
2888
|
}
|
|
2889
|
-
function
|
|
2889
|
+
function ua(n38, t) {
|
|
2890
2890
|
return Mt2((o, e) => {
|
|
2891
2891
|
let { leading: i = true, trailing: r = false } = t ?? {}, s = false, a = null, l = null, c = false, d = () => {
|
|
2892
2892
|
l?.unsubscribe(), l = null, r && (w(), c && e.complete());
|
|
@@ -2906,9 +2906,9 @@ function da(n38, t) {
|
|
|
2906
2906
|
}));
|
|
2907
2907
|
});
|
|
2908
2908
|
}
|
|
2909
|
-
function Ho(n38, t =
|
|
2909
|
+
function Ho(n38, t = ca, o) {
|
|
2910
2910
|
let e = Sc(n38, t);
|
|
2911
|
-
return
|
|
2911
|
+
return ua(() => e, o);
|
|
2912
2912
|
}
|
|
2913
2913
|
var JS = "https://g.co/ng/security#xss";
|
|
2914
2914
|
var De2 = class extends Error {
|
|
@@ -2971,8 +2971,8 @@ function m2(n38, t) {
|
|
|
2971
2971
|
return n38 == null || n38 === "" ? t === null ? "" : t : t == null || t === "" ? n38 : n38 + " " + t;
|
|
2972
2972
|
}
|
|
2973
2973
|
var JN = mi({ __forward_ref__: mi });
|
|
2974
|
-
function
|
|
2975
|
-
return n38.__forward_ref__ =
|
|
2974
|
+
function Gi(n38) {
|
|
2975
|
+
return n38.__forward_ref__ = Gi, n38.toString = function() {
|
|
2976
2976
|
return lr(this());
|
|
2977
2977
|
}, n38;
|
|
2978
2978
|
}
|
|
@@ -2980,7 +2980,7 @@ function ar(n38) {
|
|
|
2980
2980
|
return t5(n38) ? n38() : n38;
|
|
2981
2981
|
}
|
|
2982
2982
|
function t5(n38) {
|
|
2983
|
-
return typeof n38 == "function" && n38.hasOwnProperty(JN) && n38.__forward_ref__ ===
|
|
2983
|
+
return typeof n38 == "function" && n38.hasOwnProperty(JN) && n38.__forward_ref__ === Gi;
|
|
2984
2984
|
}
|
|
2985
2985
|
function he2(n38) {
|
|
2986
2986
|
return { token: n38.token, providedIn: n38.providedIn || null, factory: n38.factory, value: void 0 };
|
|
@@ -3768,7 +3768,7 @@ function XL() {
|
|
|
3768
3768
|
function JL(n38) {
|
|
3769
3769
|
return typeof n38 == "function";
|
|
3770
3770
|
}
|
|
3771
|
-
var
|
|
3771
|
+
var fa = 0;
|
|
3772
3772
|
var ft2 = 1;
|
|
3773
3773
|
var ct2 = 2;
|
|
3774
3774
|
var Yn = 3;
|
|
@@ -3786,7 +3786,7 @@ var Wd = 14;
|
|
|
3786
3786
|
var co = 15;
|
|
3787
3787
|
var Mc = 16;
|
|
3788
3788
|
var kd = 17;
|
|
3789
|
-
var
|
|
3789
|
+
var pa = 18;
|
|
3790
3790
|
var jf = 19;
|
|
3791
3791
|
var S5 = 20;
|
|
3792
3792
|
var Qa = 21;
|
|
@@ -3804,7 +3804,7 @@ var _f = function(n38) {
|
|
|
3804
3804
|
function Ka(n38) {
|
|
3805
3805
|
return Array.isArray(n38) && typeof n38[b5] == "object";
|
|
3806
3806
|
}
|
|
3807
|
-
function
|
|
3807
|
+
function _a(n38) {
|
|
3808
3808
|
return Array.isArray(n38) && n38[b5] === true;
|
|
3809
3809
|
}
|
|
3810
3810
|
function Iy(n38) {
|
|
@@ -3822,7 +3822,7 @@ function Za(n38) {
|
|
|
3822
3822
|
function I2(n38) {
|
|
3823
3823
|
return (n38[ct2] & 512) !== 0;
|
|
3824
3824
|
}
|
|
3825
|
-
var
|
|
3825
|
+
var ha = class {
|
|
3826
3826
|
constructor(t, o, e) {
|
|
3827
3827
|
this.previousValue = t, this.currentValue = o, this.firstChange = e;
|
|
3828
3828
|
}
|
|
@@ -3851,7 +3851,7 @@ function eH() {
|
|
|
3851
3851
|
}
|
|
3852
3852
|
function tH(n38, t, o, e, i) {
|
|
3853
3853
|
let r = this.declaredInputs[e], s = R5(n38) || iH(n38, { previous: Nd, current: null }), a = s.current || (s.current = {}), l = s.previous, c = l[r];
|
|
3854
|
-
a[r] = new
|
|
3854
|
+
a[r] = new ha(c && c.currentValue, o, l === Nd), D5(n38, t, i, o);
|
|
3855
3855
|
}
|
|
3856
3856
|
var T5 = "__ngSimpleChanges__";
|
|
3857
3857
|
function R5(n38) {
|
|
@@ -3867,7 +3867,7 @@ var _s = function(n38, t, o) {
|
|
|
3867
3867
|
var A5 = "svg";
|
|
3868
3868
|
var nH = "math";
|
|
3869
3869
|
function ys(n38) {
|
|
3870
|
-
for (; Array.isArray(n38); ) n38 = n38[
|
|
3870
|
+
for (; Array.isArray(n38); ) n38 = n38[fa];
|
|
3871
3871
|
return n38;
|
|
3872
3872
|
}
|
|
3873
3873
|
function P5(n38, t) {
|
|
@@ -3884,7 +3884,7 @@ function qd(n38, t) {
|
|
|
3884
3884
|
}
|
|
3885
3885
|
function il(n38, t) {
|
|
3886
3886
|
let o = t[n38];
|
|
3887
|
-
return Ka(o) ? o : o[
|
|
3887
|
+
return Ka(o) ? o : o[fa];
|
|
3888
3888
|
}
|
|
3889
3889
|
function rH(n38) {
|
|
3890
3890
|
return (n38[ct2] & 4) === 4;
|
|
@@ -3893,7 +3893,7 @@ function by(n38) {
|
|
|
3893
3893
|
return (n38[ct2] & 128) === 128;
|
|
3894
3894
|
}
|
|
3895
3895
|
function oH(n38) {
|
|
3896
|
-
return
|
|
3896
|
+
return _a(n38[Yn]);
|
|
3897
3897
|
}
|
|
3898
3898
|
function zd(n38, t) {
|
|
3899
3899
|
return t == null ? null : n38[t];
|
|
@@ -3930,7 +3930,7 @@ function aH(n38, t) {
|
|
|
3930
3930
|
}
|
|
3931
3931
|
function Fc(n38) {
|
|
3932
3932
|
let t = n38[Yn];
|
|
3933
|
-
return
|
|
3933
|
+
return _a(t) ? t[Yn] : t;
|
|
3934
3934
|
}
|
|
3935
3935
|
var It2 = { lFrame: j5(null), bindingsEnabled: true, skipHydrationRootTNode: null };
|
|
3936
3936
|
var V5 = false;
|
|
@@ -4466,7 +4466,7 @@ var P2 = class extends ue2 {
|
|
|
4466
4466
|
}
|
|
4467
4467
|
this.__isAsync && (r = this.wrapInTimeout(r), i && (i = this.wrapInTimeout(i)), s && (s = this.wrapInTimeout(s)));
|
|
4468
4468
|
let a = super.subscribe({ next: i, error: r, complete: s });
|
|
4469
|
-
return t instanceof
|
|
4469
|
+
return t instanceof Zi && t.add(a), a;
|
|
4470
4470
|
}
|
|
4471
4471
|
wrapInTimeout(t) {
|
|
4472
4472
|
return (o) => {
|
|
@@ -4624,7 +4624,7 @@ function sb(n38, t) {
|
|
|
4624
4624
|
function WH(n38 = "zone.js", t) {
|
|
4625
4625
|
return n38 === "noop" ? new Sf() : n38 === "zone.js" ? new xe2(t) : n38;
|
|
4626
4626
|
}
|
|
4627
|
-
var
|
|
4627
|
+
var ga = class {
|
|
4628
4628
|
constructor() {
|
|
4629
4629
|
this._console = console;
|
|
4630
4630
|
}
|
|
@@ -4639,7 +4639,7 @@ var ha = class {
|
|
|
4639
4639
|
}
|
|
4640
4640
|
};
|
|
4641
4641
|
var qH = new Ne2("", { providedIn: "root", factory: () => {
|
|
4642
|
-
let n38 = ot2(xe2), t = ot2(
|
|
4642
|
+
let n38 = ot2(xe2), t = ot2(ga);
|
|
4643
4643
|
return (o) => n38.runOutsideAngular(() => t.handleError(o));
|
|
4644
4644
|
} });
|
|
4645
4645
|
function QH() {
|
|
@@ -4664,7 +4664,7 @@ function KH(n38) {
|
|
|
4664
4664
|
function YH() {
|
|
4665
4665
|
return this._results[Symbol.iterator]();
|
|
4666
4666
|
}
|
|
4667
|
-
var
|
|
4667
|
+
var Ji = class n4 {
|
|
4668
4668
|
get changes() {
|
|
4669
4669
|
return this._changes ??= new T();
|
|
4670
4670
|
}
|
|
@@ -4743,7 +4743,7 @@ function db(n38) {
|
|
|
4743
4743
|
return ub(n38[Go]);
|
|
4744
4744
|
}
|
|
4745
4745
|
function ub(n38) {
|
|
4746
|
-
for (; n38 !== null && !
|
|
4746
|
+
for (; n38 !== null && !_a(n38); ) n38 = n38[Go];
|
|
4747
4747
|
return n38;
|
|
4748
4748
|
}
|
|
4749
4749
|
var F2;
|
|
@@ -4791,7 +4791,7 @@ function sB() {
|
|
|
4791
4791
|
function AS(n38) {
|
|
4792
4792
|
return sB()?.createHTML(n38) || n38;
|
|
4793
4793
|
}
|
|
4794
|
-
var
|
|
4794
|
+
var ma = class {
|
|
4795
4795
|
constructor(t) {
|
|
4796
4796
|
this.changingThisBreaksApplicationSecurity = t;
|
|
4797
4797
|
}
|
|
@@ -4799,33 +4799,33 @@ var ga = class {
|
|
|
4799
4799
|
return `SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${JS})`;
|
|
4800
4800
|
}
|
|
4801
4801
|
};
|
|
4802
|
-
var V2 = class extends
|
|
4802
|
+
var V2 = class extends ma {
|
|
4803
4803
|
getTypeName() {
|
|
4804
4804
|
return "HTML";
|
|
4805
4805
|
}
|
|
4806
4806
|
};
|
|
4807
|
-
var O2 = class extends
|
|
4807
|
+
var O2 = class extends ma {
|
|
4808
4808
|
getTypeName() {
|
|
4809
4809
|
return "Style";
|
|
4810
4810
|
}
|
|
4811
4811
|
};
|
|
4812
|
-
var N2 = class extends
|
|
4812
|
+
var N2 = class extends ma {
|
|
4813
4813
|
getTypeName() {
|
|
4814
4814
|
return "Script";
|
|
4815
4815
|
}
|
|
4816
4816
|
};
|
|
4817
|
-
var L2 = class extends
|
|
4817
|
+
var L2 = class extends ma {
|
|
4818
4818
|
getTypeName() {
|
|
4819
4819
|
return "URL";
|
|
4820
4820
|
}
|
|
4821
4821
|
};
|
|
4822
|
-
var H2 = class extends
|
|
4822
|
+
var H2 = class extends ma {
|
|
4823
4823
|
getTypeName() {
|
|
4824
4824
|
return "ResourceURL";
|
|
4825
4825
|
}
|
|
4826
4826
|
};
|
|
4827
4827
|
function Wo(n38) {
|
|
4828
|
-
return n38 instanceof
|
|
4828
|
+
return n38 instanceof ma ? n38.changingThisBreaksApplicationSecurity : n38;
|
|
4829
4829
|
}
|
|
4830
4830
|
function sl(n38, t) {
|
|
4831
4831
|
let o = aB(n38);
|
|
@@ -4836,7 +4836,7 @@ function sl(n38, t) {
|
|
|
4836
4836
|
return o === t;
|
|
4837
4837
|
}
|
|
4838
4838
|
function aB(n38) {
|
|
4839
|
-
return n38 instanceof
|
|
4839
|
+
return n38 instanceof ma && n38.getTypeName() || null;
|
|
4840
4840
|
}
|
|
4841
4841
|
function mb(n38) {
|
|
4842
4842
|
return new V2(n38);
|
|
@@ -4891,7 +4891,7 @@ var dB = /^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;
|
|
|
4891
4891
|
function e0(n38) {
|
|
4892
4892
|
return n38 = String(n38), n38.match(dB) ? n38 : "unsafe:" + n38;
|
|
4893
4893
|
}
|
|
4894
|
-
function
|
|
4894
|
+
function va(n38) {
|
|
4895
4895
|
let t = {};
|
|
4896
4896
|
for (let o of n38.split(",")) t[o] = true;
|
|
4897
4897
|
return t;
|
|
@@ -4901,18 +4901,18 @@ function hh(...n38) {
|
|
|
4901
4901
|
for (let o of n38) for (let e in o) o.hasOwnProperty(e) && (t[e] = true);
|
|
4902
4902
|
return t;
|
|
4903
4903
|
}
|
|
4904
|
-
var yb =
|
|
4905
|
-
var wb =
|
|
4906
|
-
var Cb =
|
|
4904
|
+
var yb = va("area,br,col,hr,img,wbr");
|
|
4905
|
+
var wb = va("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr");
|
|
4906
|
+
var Cb = va("rp,rt");
|
|
4907
4907
|
var uB = hh(Cb, wb);
|
|
4908
|
-
var pB = hh(wb,
|
|
4909
|
-
var hB = hh(Cb,
|
|
4908
|
+
var pB = hh(wb, va("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul"));
|
|
4909
|
+
var hB = hh(Cb, va("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video"));
|
|
4910
4910
|
var PS = hh(yb, pB, hB, uB);
|
|
4911
|
-
var Ib =
|
|
4912
|
-
var gB =
|
|
4913
|
-
var mB =
|
|
4911
|
+
var Ib = va("background,cite,href,itemtype,longdesc,poster,src,xlink:href");
|
|
4912
|
+
var gB = va("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width");
|
|
4913
|
+
var mB = va("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext");
|
|
4914
4914
|
var fB = hh(Ib, gB, mB);
|
|
4915
|
-
var _B =
|
|
4915
|
+
var _B = va("script,style,template");
|
|
4916
4916
|
var G2 = class {
|
|
4917
4917
|
constructor() {
|
|
4918
4918
|
this.sanitizedSomething = false, this.buf = [];
|
|
@@ -5054,7 +5054,7 @@ function Hy(n38, t) {
|
|
|
5054
5054
|
function Fd(n38, t, o, e, i) {
|
|
5055
5055
|
if (e != null) {
|
|
5056
5056
|
let r, s = false;
|
|
5057
|
-
|
|
5057
|
+
_a(e) ? r = e : Ka(e) && (s = true, e = e[fa]);
|
|
5058
5058
|
let a = ys(e);
|
|
5059
5059
|
n38 === 0 && o !== null ? i == null ? Mb(t, o, a) : Df(t, o, a, i || null, true) : n38 === 1 && o !== null ? Df(t, o, a, i || null, true) : n38 === 2 ? jB(t, a, s) : n38 === 3 && t.destroyNode(a), r != null && UB(t, n38, r, o, i);
|
|
5060
5060
|
}
|
|
@@ -5072,10 +5072,10 @@ function Tb(n38, t, o) {
|
|
|
5072
5072
|
return n38.createElement(t, o);
|
|
5073
5073
|
}
|
|
5074
5074
|
function kB(n38, t) {
|
|
5075
|
-
Rb(n38, t), t[
|
|
5075
|
+
Rb(n38, t), t[fa] = null, t[Ar] = null;
|
|
5076
5076
|
}
|
|
5077
5077
|
function FB(n38, t, o, e, i, r) {
|
|
5078
|
-
e[
|
|
5078
|
+
e[fa] = i, e[Ar] = t, i0(n38, e, o, 1, i, r);
|
|
5079
5079
|
}
|
|
5080
5080
|
function Rb(n38, t) {
|
|
5081
5081
|
t[xs].changeDetectionScheduler?.notify(9), i0(n38, t, t[Ti], 2, null, null);
|
|
@@ -5102,7 +5102,7 @@ function OB(n38, t, o, e) {
|
|
|
5102
5102
|
e > 0 && (o[i - 1][Go] = t), e < r - Tr ? (t[Go] = o[i], c5(o, Tr + e, t)) : (o.push(t), t[Go] = null), t[Yn] = o;
|
|
5103
5103
|
let s = t[Mc];
|
|
5104
5104
|
s !== null && o !== s && Ab(s, t);
|
|
5105
|
-
let a = t[
|
|
5105
|
+
let a = t[pa];
|
|
5106
5106
|
a !== null && a.insertView(n38), S2(t), t[ct2] |= 128;
|
|
5107
5107
|
}
|
|
5108
5108
|
function Ab(n38, t) {
|
|
@@ -5126,7 +5126,7 @@ function bf(n38, t) {
|
|
|
5126
5126
|
i !== null && i !== n38 && By(i, e), t > 0 && (n38[o - 1][Go] = e[Go]);
|
|
5127
5127
|
let r = pf(n38, Tr + t);
|
|
5128
5128
|
kB(e[ft2], e);
|
|
5129
|
-
let s = r[
|
|
5129
|
+
let s = r[pa];
|
|
5130
5130
|
s !== null && s.detachView(r[ft2]), e[Yn] = null, e[Go] = null, e[ct2] &= -129;
|
|
5131
5131
|
}
|
|
5132
5132
|
return e;
|
|
@@ -5143,9 +5143,9 @@ function l2(n38, t) {
|
|
|
5143
5143
|
try {
|
|
5144
5144
|
t[ct2] &= -129, t[ct2] |= 256, t[so] && Vx(t[so]), LB(n38, t), NB(n38, t), t[ft2].type === 1 && t[Ti].destroy();
|
|
5145
5145
|
let e = t[Mc];
|
|
5146
|
-
if (e !== null &&
|
|
5146
|
+
if (e !== null && _a(t[Yn])) {
|
|
5147
5147
|
e !== t[Yn] && By(e, t);
|
|
5148
|
-
let i = t[
|
|
5148
|
+
let i = t[pa];
|
|
5149
5149
|
i !== null && i.detachView(n38);
|
|
5150
5150
|
}
|
|
5151
5151
|
k2(t);
|
|
@@ -5204,7 +5204,7 @@ function Pb(n38, t, o) {
|
|
|
5204
5204
|
function HB(n38, t, o) {
|
|
5205
5205
|
let e = t;
|
|
5206
5206
|
for (; e !== null && e.type & 168; ) t = e, e = t.parent;
|
|
5207
|
-
if (e === null) return o[
|
|
5207
|
+
if (e === null) return o[fa];
|
|
5208
5208
|
{
|
|
5209
5209
|
let { componentOffset: i } = e;
|
|
5210
5210
|
if (i > -1) {
|
|
@@ -5253,7 +5253,7 @@ function Jp(n38, t) {
|
|
|
5253
5253
|
if (e !== null) return Jp(n38, e);
|
|
5254
5254
|
{
|
|
5255
5255
|
let i = n38[t.index];
|
|
5256
|
-
return
|
|
5256
|
+
return _a(i) ? j2(-1, i) : ys(i);
|
|
5257
5257
|
}
|
|
5258
5258
|
} else {
|
|
5259
5259
|
if (o & 128) return Jp(n38, t.next);
|
|
@@ -5371,7 +5371,7 @@ function Bb(n38, t, o, e, i, r) {
|
|
|
5371
5371
|
let s = Ot2(null);
|
|
5372
5372
|
try {
|
|
5373
5373
|
let a = null;
|
|
5374
|
-
i & Ya.SignalBased && (a = t[e][
|
|
5374
|
+
i & Ya.SignalBased && (a = t[e][sa]), a !== null && a.transformFn !== void 0 && (r = a.transformFn(r)), i & Ya.HasDecoratorInputTransform && (r = n38.inputTransforms[e].call(t, r)), n38.setInput !== null ? n38.setInput(t, a, r, o, e) : D5(t, a, e, r);
|
|
5375
5375
|
} finally {
|
|
5376
5376
|
Ot2(s);
|
|
5377
5377
|
}
|
|
@@ -5395,7 +5395,7 @@ function QB(n38, t) {
|
|
|
5395
5395
|
}
|
|
5396
5396
|
function n0(n38, t, o, e, i, r, s, a, l, c, d) {
|
|
5397
5397
|
let g = t.blueprint.slice();
|
|
5398
|
-
return g[
|
|
5398
|
+
return g[fa] = i, g[ct2] = e | 4 | 128 | 8 | 64, (c !== null || n38 && n38[ct2] & 2048) && (g[ct2] |= 2048), M5(g), g[Yn] = g[Wd] = n38, g[lo] = o, g[xs] = s || n38 && n38[xs], g[Ti] = a || n38 && n38[Ti], g[Hd] = l || n38 && n38[Hd] || null, g[Ar] = r, g[jf] = ZH(), g[sh] = d, g[S5] = c, g[co] = t.type == 2 ? n38[co] : g, g;
|
|
5399
5399
|
}
|
|
5400
5400
|
function Xd(n38, t, o, e, i) {
|
|
5401
5401
|
let r = n38.data[t];
|
|
@@ -5721,7 +5721,7 @@ function Kb(n38) {
|
|
|
5721
5721
|
return n38.cleanup ??= [];
|
|
5722
5722
|
}
|
|
5723
5723
|
function Yb(n38, t) {
|
|
5724
|
-
let o = n38[Hd], e = o ? o.get(
|
|
5724
|
+
let o = n38[Hd], e = o ? o.get(ga, null) : null;
|
|
5725
5725
|
e && e.handleError(t);
|
|
5726
5726
|
}
|
|
5727
5727
|
function Qy(n38, t, o, e, i) {
|
|
@@ -5737,7 +5737,7 @@ function Xb(n38, t, o) {
|
|
|
5737
5737
|
function xz(n38, t) {
|
|
5738
5738
|
let o = il(t, n38), e = o[ft2];
|
|
5739
5739
|
yz(e, o);
|
|
5740
|
-
let i = o[
|
|
5740
|
+
let i = o[fa];
|
|
5741
5741
|
i !== null && o[sh] === null && (o[sh] = Ny(i, o[Hd])), Ky(e, o, o[lo]);
|
|
5742
5742
|
}
|
|
5743
5743
|
function yz(n38, t) {
|
|
@@ -5749,7 +5749,7 @@ function Ky(n38, t, o) {
|
|
|
5749
5749
|
let e = n38.viewQuery;
|
|
5750
5750
|
e !== null && U2(1, e, o);
|
|
5751
5751
|
let i = n38.template;
|
|
5752
|
-
i !== null && Gb(n38, t, i, 1, o), n38.firstCreatePass && (n38.firstCreatePass = false), t[
|
|
5752
|
+
i !== null && Gb(n38, t, i, 1, o), n38.firstCreatePass && (n38.firstCreatePass = false), t[pa]?.finishViewCreation(n38), n38.staticContentQueries && qb(n38, t), n38.staticViewQueries && U2(2, n38.viewQuery, o);
|
|
5753
5753
|
let r = n38.components;
|
|
5754
5754
|
r !== null && wz(t, r);
|
|
5755
5755
|
} catch (e) {
|
|
@@ -5766,8 +5766,8 @@ function Yy(n38, t, o, e) {
|
|
|
5766
5766
|
try {
|
|
5767
5767
|
let r = t.tView, a = n38[ct2] & 4096 ? 4096 : 16, l = n0(n38, r, o, a, null, t, null, null, e?.injector ?? null, e?.embeddedViewInjector ?? null, e?.dehydratedView ?? null), c = n38[t.index];
|
|
5768
5768
|
l[Mc] = c;
|
|
5769
|
-
let d = n38[
|
|
5770
|
-
return d !== null && (l[
|
|
5769
|
+
let d = n38[pa];
|
|
5770
|
+
return d !== null && (l[pa] = d.createEmbeddedView(r)), Ky(r, l, o), l;
|
|
5771
5771
|
} finally {
|
|
5772
5772
|
Ot2(i);
|
|
5773
5773
|
}
|
|
@@ -5799,7 +5799,7 @@ function Tf(n38, t, o, e, i = false) {
|
|
|
5799
5799
|
continue;
|
|
5800
5800
|
}
|
|
5801
5801
|
let r = t[o.index];
|
|
5802
|
-
r !== null && e.push(ys(r)),
|
|
5802
|
+
r !== null && e.push(ys(r)), _a(r) && Sz(r, e);
|
|
5803
5803
|
let s = o.type;
|
|
5804
5804
|
if (s & 8) Tf(n38, t, o.child, e);
|
|
5805
5805
|
else if (s & 32) {
|
|
@@ -5822,7 +5822,7 @@ function Sz(n38, t) {
|
|
|
5822
5822
|
let e = n38[o], i = e[ft2].firstChild;
|
|
5823
5823
|
i !== null && Tf(e[ft2], e, i, t);
|
|
5824
5824
|
}
|
|
5825
|
-
n38[kc] !== n38[
|
|
5825
|
+
n38[kc] !== n38[fa] && t.push(n38[kc]);
|
|
5826
5826
|
}
|
|
5827
5827
|
var Zb = [];
|
|
5828
5828
|
function bz(n38) {
|
|
@@ -5991,7 +5991,7 @@ var Lc = class {
|
|
|
5991
5991
|
if (this._appRef) this._appRef.detachView(this);
|
|
5992
5992
|
else if (this._attachedToViewContainer) {
|
|
5993
5993
|
let t = this._lView[Yn];
|
|
5994
|
-
if (
|
|
5994
|
+
if (_a(t)) {
|
|
5995
5995
|
let o = t[ff], e = o ? o.indexOf(this) : -1;
|
|
5996
5996
|
e > -1 && (bf(t, e), pf(o, e));
|
|
5997
5997
|
}
|
|
@@ -6367,7 +6367,7 @@ function c2(n38) {
|
|
|
6367
6367
|
}
|
|
6368
6368
|
function aD(n38, t) {
|
|
6369
6369
|
let o, e = t[n38.index];
|
|
6370
|
-
return
|
|
6370
|
+
return _a(e) ? o = e : (o = Wb(e, t, null, n38), t[n38.index] = o, r0(t, o)), tG(o, t, n38, e), new sD(o, n38, t);
|
|
6371
6371
|
}
|
|
6372
6372
|
function eG(n38, t) {
|
|
6373
6373
|
let o = n38[Ti], e = o.createComment(""), i = po(t, n38), r = kb(o, i);
|
|
@@ -6525,7 +6525,7 @@ function lG(n38, t, o) {
|
|
|
6525
6525
|
if (o === qe) return aD(t, n38);
|
|
6526
6526
|
}
|
|
6527
6527
|
function lD(n38, t, o, e) {
|
|
6528
|
-
let i = t[
|
|
6528
|
+
let i = t[pa].queries[e];
|
|
6529
6529
|
if (i.matches === null) {
|
|
6530
6530
|
let r = n38.data, s = o.matches, a = [];
|
|
6531
6531
|
for (let l = 0; s !== null && l < s.length; l += 2) {
|
|
@@ -6566,11 +6566,11 @@ function ey(n38, t, o, e) {
|
|
|
6566
6566
|
return e;
|
|
6567
6567
|
}
|
|
6568
6568
|
function cG(n38, t) {
|
|
6569
|
-
return n38[
|
|
6569
|
+
return n38[pa].queries[t].queryList;
|
|
6570
6570
|
}
|
|
6571
6571
|
function cD(n38, t, o) {
|
|
6572
|
-
let e = new
|
|
6573
|
-
return ez(n38, t, e, e.destroy), (t[
|
|
6572
|
+
let e = new Ji((o & 4) === 4);
|
|
6573
|
+
return ez(n38, t, e, e.destroy), (t[pa] ??= new X2()).queries.push(new Y2(e)) - 1;
|
|
6574
6574
|
}
|
|
6575
6575
|
function dG(n38, t, o) {
|
|
6576
6576
|
let e = Mi();
|
|
@@ -6606,18 +6606,18 @@ function ll(n38) {
|
|
|
6606
6606
|
zS.has(n38) || (zS.add(n38), performance?.mark?.("mark_feature_usage", { detail: { feature: n38 } }));
|
|
6607
6607
|
}
|
|
6608
6608
|
function mG(n38) {
|
|
6609
|
-
return typeof n38 == "function" && n38[
|
|
6609
|
+
return typeof n38 == "function" && n38[sa] !== void 0;
|
|
6610
6610
|
}
|
|
6611
6611
|
function mh(n38, t) {
|
|
6612
6612
|
ll("NgSignals");
|
|
6613
|
-
let o = P4(n38), e = o[
|
|
6613
|
+
let o = P4(n38), e = o[sa];
|
|
6614
6614
|
return t?.equal && (e.equal = t.equal), o.set = (i) => Ox(e, i), o.update = (i) => M4(e, i), o.asReadonly = fG.bind(o), o;
|
|
6615
6615
|
}
|
|
6616
6616
|
function fG() {
|
|
6617
|
-
let n38 = this[
|
|
6617
|
+
let n38 = this[sa];
|
|
6618
6618
|
if (n38.readonlyFn === void 0) {
|
|
6619
6619
|
let t = () => this();
|
|
6620
|
-
t[
|
|
6620
|
+
t[sa] = n38, n38.readonlyFn = t;
|
|
6621
6621
|
}
|
|
6622
6622
|
return n38.readonlyFn;
|
|
6623
6623
|
}
|
|
@@ -6835,7 +6835,7 @@ var VG = (() => {
|
|
|
6835
6835
|
})();
|
|
6836
6836
|
var Tc = class Tc2 {
|
|
6837
6837
|
constructor() {
|
|
6838
|
-
this.ngZone = ot2(xe2), this.scheduler = ot2(el), this.errorHandler = ot2(
|
|
6838
|
+
this.ngZone = ot2(xe2), this.scheduler = ot2(el), this.errorHandler = ot2(ga, { optional: true }), this.sequences = /* @__PURE__ */ new Set(), this.deferredRegistrations = /* @__PURE__ */ new Set(), this.executing = false;
|
|
6839
6839
|
}
|
|
6840
6840
|
execute() {
|
|
6841
6841
|
this.executing = true;
|
|
@@ -7499,7 +7499,7 @@ var wj = (() => {
|
|
|
7499
7499
|
function Q(n38) {
|
|
7500
7500
|
ll("NgStandalone"), n38.getStandaloneInjector = (t) => t.get(wj).getOrCreateStandaloneInjector(n38);
|
|
7501
7501
|
}
|
|
7502
|
-
function
|
|
7502
|
+
function en(n38, t, o) {
|
|
7503
7503
|
let e = cr() + n38, i = Ze2();
|
|
7504
7504
|
return i[e] === dr ? Cs(i, e, o ? t.call(o) : t()) : fh(i, e);
|
|
7505
7505
|
}
|
|
@@ -7941,7 +7941,7 @@ function cw(n38) {
|
|
|
7941
7941
|
var Oj = (() => {
|
|
7942
7942
|
let t = class t {
|
|
7943
7943
|
constructor() {
|
|
7944
|
-
this.subscription = new
|
|
7944
|
+
this.subscription = new Zi(), this.initialized = false, this.zone = ot2(xe2), this.pendingTasks = ot2(Xf);
|
|
7945
7945
|
}
|
|
7946
7946
|
initialize() {
|
|
7947
7947
|
if (this.initialized) return;
|
|
@@ -7970,7 +7970,7 @@ var Oj = (() => {
|
|
|
7970
7970
|
var dw = (() => {
|
|
7971
7971
|
let t = class t {
|
|
7972
7972
|
constructor() {
|
|
7973
|
-
this.appRef = ot2(Pr), this.taskService = ot2(Xf), this.ngZone = ot2(xe2), this.zonelessEnabled = ot2(Jy), this.disableScheduling = ot2(rD, { optional: true }) ?? false, this.zoneIsDefined = typeof Zone < "u" && !!Zone.root.run, this.schedulerTickApplyArgs = [{ data: { __scheduler_tick__: true } }], this.subscriptions = new
|
|
7973
|
+
this.appRef = ot2(Pr), this.taskService = ot2(Xf), this.ngZone = ot2(xe2), this.zonelessEnabled = ot2(Jy), this.disableScheduling = ot2(rD, { optional: true }) ?? false, this.zoneIsDefined = typeof Zone < "u" && !!Zone.root.run, this.schedulerTickApplyArgs = [{ data: { __scheduler_tick__: true } }], this.subscriptions = new Zi(), this.angularZoneId = this.zoneIsDefined ? this.ngZone._inner?.get(If) : null, this.scheduleInRootZone = !this.zonelessEnabled && this.zoneIsDefined && (ot2(oD, { optional: true }) ?? false), this.cancelScheduledCallback = null, this.useMicrotaskScheduler = false, this.runningTick = false, this.pendingRenderTaskId = null, this.subscriptions.add(this.appRef.afterTick.subscribe(() => {
|
|
7974
7974
|
this.runningTick || this.cleanup();
|
|
7975
7975
|
})), this.subscriptions.add(this.ngZone.onUnstable.subscribe(() => {
|
|
7976
7976
|
this.runningTick || this.cleanup();
|
|
@@ -8055,7 +8055,7 @@ function Lj(n38) {
|
|
|
8055
8055
|
let t = rf(n38) ? n38.r3Injector : n38.moduleRef.injector, o = t.get(xe2);
|
|
8056
8056
|
return o.run(() => {
|
|
8057
8057
|
rf(n38) ? n38.r3Injector.resolveInjectorInitializers() : n38.moduleRef.resolveInjectorInitializers();
|
|
8058
|
-
let e = t.get(
|
|
8058
|
+
let e = t.get(ga, null), i;
|
|
8059
8059
|
if (o.runOutsideAngular(() => {
|
|
8060
8060
|
i = o.onError.subscribe({ next: (r) => {
|
|
8061
8061
|
e.handleError(r);
|
|
@@ -8544,7 +8544,7 @@ function B(n38) {
|
|
|
8544
8544
|
function Ch(n38, t) {
|
|
8545
8545
|
ll("NgSignals");
|
|
8546
8546
|
let o = E4(n38);
|
|
8547
|
-
return t?.equal && (o[
|
|
8547
|
+
return t?.equal && (o[sa].equal = t.equal), o;
|
|
8548
8548
|
}
|
|
8549
8549
|
function Yo(n38) {
|
|
8550
8550
|
let t = Ot2(null);
|
|
@@ -8719,9 +8719,9 @@ function i$(n38) {
|
|
|
8719
8719
|
var n$ = /^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;
|
|
8720
8720
|
var d0 = {};
|
|
8721
8721
|
var r$ = /((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;
|
|
8722
|
-
var
|
|
8722
|
+
var ya = function(n38) {
|
|
8723
8723
|
return n38[n38.Short = 0] = "Short", n38[n38.ShortGMT = 1] = "ShortGMT", n38[n38.Long = 2] = "Long", n38[n38.Extended = 3] = "Extended", n38;
|
|
8724
|
-
}(
|
|
8724
|
+
}(ya || {});
|
|
8725
8725
|
var ei = function(n38) {
|
|
8726
8726
|
return n38[n38.FullYear = 0] = "FullYear", n38[n38.Month = 1] = "Month", n38[n38.Date = 2] = "Date", n38[n38.Hours = 3] = "Hours", n38[n38.Minutes = 4] = "Minutes", n38[n38.Seconds = 5] = "Seconds", n38[n38.FractionalSeconds = 6] = "FractionalSeconds", n38[n38.Day = 7] = "Day", n38;
|
|
8727
8727
|
}(ei || {});
|
|
@@ -8730,7 +8730,7 @@ var Jt = function(n38) {
|
|
|
8730
8730
|
}(Jt || {});
|
|
8731
8731
|
function ul(n38, t, o, e) {
|
|
8732
8732
|
let i = h$(n38);
|
|
8733
|
-
t =
|
|
8733
|
+
t = xa(o, t) || t;
|
|
8734
8734
|
let s = [], a;
|
|
8735
8735
|
for (; t; ) if (a = r$.exec(t), a) {
|
|
8736
8736
|
s = s.concat(a.slice(1));
|
|
@@ -8753,7 +8753,7 @@ function f0(n38, t, o) {
|
|
|
8753
8753
|
let e = /* @__PURE__ */ new Date(0);
|
|
8754
8754
|
return e.setFullYear(n38, t, o), e.setHours(0, 0, 0), e;
|
|
8755
8755
|
}
|
|
8756
|
-
function
|
|
8756
|
+
function xa(n38, t) {
|
|
8757
8757
|
let o = qj(n38);
|
|
8758
8758
|
if (d0[o] ??= {}, d0[o][t]) return d0[o][t];
|
|
8759
8759
|
let e = "";
|
|
@@ -8783,19 +8783,19 @@ function va(n38, t) {
|
|
|
8783
8783
|
e = c0(n38, yn.Full);
|
|
8784
8784
|
break;
|
|
8785
8785
|
case "short":
|
|
8786
|
-
let i =
|
|
8786
|
+
let i = xa(n38, "shortTime"), r = xa(n38, "shortDate");
|
|
8787
8787
|
e = u0(Jd(n38, yn.Short), [i, r]);
|
|
8788
8788
|
break;
|
|
8789
8789
|
case "medium":
|
|
8790
|
-
let s =
|
|
8790
|
+
let s = xa(n38, "mediumTime"), a = xa(n38, "mediumDate");
|
|
8791
8791
|
e = u0(Jd(n38, yn.Medium), [s, a]);
|
|
8792
8792
|
break;
|
|
8793
8793
|
case "long":
|
|
8794
|
-
let l =
|
|
8794
|
+
let l = xa(n38, "longTime"), c = xa(n38, "longDate");
|
|
8795
8795
|
e = u0(Jd(n38, yn.Long), [l, c]);
|
|
8796
8796
|
break;
|
|
8797
8797
|
case "full":
|
|
8798
|
-
let d =
|
|
8798
|
+
let d = xa(n38, "fullTime"), g = xa(n38, "fullDate");
|
|
8799
8799
|
e = u0(Jd(n38, yn.Full), [d, g]);
|
|
8800
8800
|
break;
|
|
8801
8801
|
}
|
|
@@ -8884,13 +8884,13 @@ function p0(n38) {
|
|
|
8884
8884
|
return function(t, o, e) {
|
|
8885
8885
|
let i = -1 * e, r = go(o, on.MinusSign), s = i > 0 ? Math.floor(i / 60) : Math.ceil(i / 60);
|
|
8886
8886
|
switch (n38) {
|
|
8887
|
-
case
|
|
8887
|
+
case ya.Short:
|
|
8888
8888
|
return (i >= 0 ? "+" : "") + Xo(s, 2, r) + Xo(Math.abs(i % 60), 2, r);
|
|
8889
|
-
case
|
|
8889
|
+
case ya.ShortGMT:
|
|
8890
8890
|
return "GMT" + (i >= 0 ? "+" : "") + Xo(s, 1, r);
|
|
8891
|
-
case
|
|
8891
|
+
case ya.Long:
|
|
8892
8892
|
return "GMT" + (i >= 0 ? "+" : "") + Xo(s, 2, r) + ":" + Xo(Math.abs(i % 60), 2, r);
|
|
8893
|
-
case
|
|
8893
|
+
case ya.Extended:
|
|
8894
8894
|
return e === 0 ? "Z" : (i >= 0 ? "+" : "") + Xo(s, 2, r) + ":" + Xo(Math.abs(i % 60), 2, r);
|
|
8895
8895
|
default:
|
|
8896
8896
|
throw new Error(`Unknown zone width "${n38}"`);
|
|
@@ -9106,10 +9106,10 @@ function d$(n38) {
|
|
|
9106
9106
|
case "Z":
|
|
9107
9107
|
case "ZZ":
|
|
9108
9108
|
case "ZZZ":
|
|
9109
|
-
t = p0(
|
|
9109
|
+
t = p0(ya.Short);
|
|
9110
9110
|
break;
|
|
9111
9111
|
case "ZZZZZ":
|
|
9112
|
-
t = p0(
|
|
9112
|
+
t = p0(ya.Extended);
|
|
9113
9113
|
break;
|
|
9114
9114
|
case "O":
|
|
9115
9115
|
case "OO":
|
|
@@ -9117,12 +9117,12 @@ function d$(n38) {
|
|
|
9117
9117
|
case "z":
|
|
9118
9118
|
case "zz":
|
|
9119
9119
|
case "zzz":
|
|
9120
|
-
t = p0(
|
|
9120
|
+
t = p0(ya.ShortGMT);
|
|
9121
9121
|
break;
|
|
9122
9122
|
case "OOOO":
|
|
9123
9123
|
case "ZZZZ":
|
|
9124
9124
|
case "zzzz":
|
|
9125
|
-
t = p0(
|
|
9125
|
+
t = p0(ya.Long);
|
|
9126
9126
|
break;
|
|
9127
9127
|
default:
|
|
9128
9128
|
return null;
|
|
@@ -9204,7 +9204,7 @@ function Tw(n38, t, o, e, i) {
|
|
|
9204
9204
|
let r = Sh(t, eu.Currency), s = Rw(r, go(t, on.MinusSign));
|
|
9205
9205
|
return s.minFrac = i$(e), s.maxFrac = s.minFrac, Ew(n38, s, t, on.CurrencyGroup, on.CurrencyDecimal, i).replace(qD, o).replace(qD, "").trim();
|
|
9206
9206
|
}
|
|
9207
|
-
function
|
|
9207
|
+
function wa(n38, t, o) {
|
|
9208
9208
|
let e = Sh(t, eu.Percent), i = Rw(e, go(t, on.MinusSign));
|
|
9209
9209
|
return Ew(n38, i, t, on.Group, on.Decimal, o, true).replace(new RegExp(v$, "g"), go(t, on.PercentSign));
|
|
9210
9210
|
}
|
|
@@ -9697,7 +9697,7 @@ var Ts = (() => {
|
|
|
9697
9697
|
r ||= this._locale;
|
|
9698
9698
|
try {
|
|
9699
9699
|
let s = Pw(e);
|
|
9700
|
-
return
|
|
9700
|
+
return wa(s, r, i);
|
|
9701
9701
|
} catch (s) {
|
|
9702
9702
|
throw tu(t10, s.message);
|
|
9703
9703
|
}
|
|
@@ -9799,7 +9799,7 @@ var fE = (() => {
|
|
|
9799
9799
|
return n38;
|
|
9800
9800
|
})();
|
|
9801
9801
|
var Ii = new Ne2("");
|
|
9802
|
-
var R$ = { provide: Ii, useExisting:
|
|
9802
|
+
var R$ = { provide: Ii, useExisting: Gi(() => Cn), multi: true };
|
|
9803
9803
|
function A$() {
|
|
9804
9804
|
let n38 = Ss() ? Ss().getUserAgent() : "";
|
|
9805
9805
|
return /android (\d+)/.test(n38.toLowerCase());
|
|
@@ -10692,7 +10692,7 @@ var O0 = class extends R0 {
|
|
|
10692
10692
|
}
|
|
10693
10693
|
};
|
|
10694
10694
|
var nU = (n38) => n38 instanceof O0;
|
|
10695
|
-
var rU = { provide: Bn, useExisting:
|
|
10695
|
+
var rU = { provide: Bn, useExisting: Gi(() => qr) };
|
|
10696
10696
|
var gE = Promise.resolve();
|
|
10697
10697
|
var qr = (() => {
|
|
10698
10698
|
let t = class t extends Bn {
|
|
@@ -10762,8 +10762,8 @@ var qr = (() => {
|
|
|
10762
10762
|
let n38 = t;
|
|
10763
10763
|
return n38;
|
|
10764
10764
|
})();
|
|
10765
|
-
var oU = { provide: Ii, useExisting:
|
|
10766
|
-
var
|
|
10765
|
+
var oU = { provide: Ii, useExisting: Gi(() => Ca), multi: true };
|
|
10766
|
+
var Ca = (() => {
|
|
10767
10767
|
let t = class t extends fE {
|
|
10768
10768
|
writeValue(e) {
|
|
10769
10769
|
let i = e ?? "";
|
|
@@ -10791,8 +10791,8 @@ var wa = (() => {
|
|
|
10791
10791
|
return n38;
|
|
10792
10792
|
})();
|
|
10793
10793
|
var VE = new Ne2("");
|
|
10794
|
-
var sU = { provide: Bn, useExisting:
|
|
10795
|
-
var
|
|
10794
|
+
var sU = { provide: Bn, useExisting: Gi(() => Ia) };
|
|
10795
|
+
var Ia = (() => {
|
|
10796
10796
|
let t = class t extends Bn {
|
|
10797
10797
|
set isDisabled(e) {
|
|
10798
10798
|
}
|
|
@@ -10828,8 +10828,8 @@ var Ca = (() => {
|
|
|
10828
10828
|
let n38 = t;
|
|
10829
10829
|
return n38;
|
|
10830
10830
|
})();
|
|
10831
|
-
var aU = { provide: ru, useExisting:
|
|
10832
|
-
var
|
|
10831
|
+
var aU = { provide: ru, useExisting: Gi(() => Sa) };
|
|
10832
|
+
var Sa = (() => {
|
|
10833
10833
|
let t = class t extends ru {
|
|
10834
10834
|
get submitted() {
|
|
10835
10835
|
return Yo(this._submittedReactive);
|
|
@@ -11358,9 +11358,9 @@ function hq(n38) {
|
|
|
11358
11358
|
}
|
|
11359
11359
|
var U0 = hq;
|
|
11360
11360
|
var gq = cu(Object, "create");
|
|
11361
|
-
var
|
|
11361
|
+
var ba = gq;
|
|
11362
11362
|
function mq() {
|
|
11363
|
-
this.__data__ =
|
|
11363
|
+
this.__data__ = ba ? ba(null) : {}, this.size = 0;
|
|
11364
11364
|
}
|
|
11365
11365
|
var wT = mq;
|
|
11366
11366
|
function fq(n38) {
|
|
@@ -11373,7 +11373,7 @@ var vq = Object.prototype;
|
|
|
11373
11373
|
var xq = vq.hasOwnProperty;
|
|
11374
11374
|
function yq(n38) {
|
|
11375
11375
|
var t = this.__data__;
|
|
11376
|
-
if (
|
|
11376
|
+
if (ba) {
|
|
11377
11377
|
var o = t[n38];
|
|
11378
11378
|
return o === _q ? void 0 : o;
|
|
11379
11379
|
}
|
|
@@ -11384,13 +11384,13 @@ var wq = Object.prototype;
|
|
|
11384
11384
|
var Cq = wq.hasOwnProperty;
|
|
11385
11385
|
function Iq(n38) {
|
|
11386
11386
|
var t = this.__data__;
|
|
11387
|
-
return
|
|
11387
|
+
return ba ? t[n38] !== void 0 : Cq.call(t, n38);
|
|
11388
11388
|
}
|
|
11389
11389
|
var ST = Iq;
|
|
11390
11390
|
var Sq = "__lodash_hash_undefined__";
|
|
11391
11391
|
function bq(n38, t) {
|
|
11392
11392
|
var o = this.__data__;
|
|
11393
|
-
return this.size += this.has(n38) ? 0 : 1, o[n38] =
|
|
11393
|
+
return this.size += this.has(n38) ? 0 : 1, o[n38] = ba && t === void 0 ? Sq : t, this;
|
|
11394
11394
|
}
|
|
11395
11395
|
var bT = bq;
|
|
11396
11396
|
function hu(n38) {
|
|
@@ -11680,7 +11680,7 @@ var Zn = (n38, t) => wl(n38, t, (o, e) => {
|
|
|
11680
11680
|
if (Array.isArray(e)) return o = e;
|
|
11681
11681
|
});
|
|
11682
11682
|
var Fr = (n38) => {
|
|
11683
|
-
if (
|
|
11683
|
+
if (ji(n38)) return new Date(n38.getTime());
|
|
11684
11684
|
if (Array.isArray(n38)) return [...n38];
|
|
11685
11685
|
if (n38 instanceof Map || n38 instanceof Set) return n38;
|
|
11686
11686
|
if (Ps(n38)) {
|
|
@@ -11690,10 +11690,10 @@ var Fr = (n38) => {
|
|
|
11690
11690
|
}
|
|
11691
11691
|
return n38;
|
|
11692
11692
|
};
|
|
11693
|
-
var Cl = (n38) =>
|
|
11693
|
+
var Cl = (n38) => ji(n38) ? isNaN(n38.getTime()) ? null : n38 : n38 ? new Date(n38) : null;
|
|
11694
11694
|
var Ps = (n38) => !!(n38 && n38.toString() === "[object Object]");
|
|
11695
|
-
var
|
|
11696
|
-
var
|
|
11695
|
+
var ji = (n38) => Object.prototype.toString.call(n38) === "[object Date]";
|
|
11696
|
+
var Da = (n38, t) => ji(n38) && ji(t) ? n38.getTime() === t.getTime() : n38 === t;
|
|
11697
11697
|
var ye2 = (() => {
|
|
11698
11698
|
let t = class t {
|
|
11699
11699
|
constructor(e) {
|
|
@@ -11745,7 +11745,7 @@ var Sl = new Set("left up arrowleft arrowup".split(" "));
|
|
|
11745
11745
|
var qw = /* @__PURE__ */ new Set(["+", "add", "\u2260", "\xB1", "="]);
|
|
11746
11746
|
var Lh = /* @__PURE__ */ new Set([...Array.from(Jo), ...Array.from(qw), "enter", "f2", "escape", "esc", "pagedown", "pageup"]);
|
|
11747
11747
|
var $c = /* @__PURE__ */ new Set([...Array.from(Jo), "escape", "esc", "l", "\xAC"]);
|
|
11748
|
-
var
|
|
11748
|
+
var Ea = (n38) => {
|
|
11749
11749
|
let t = Ww();
|
|
11750
11750
|
return t ? new ni((o) => {
|
|
11751
11751
|
let e = new t((r) => {
|
|
@@ -12135,7 +12135,7 @@ var Su = class {
|
|
|
12135
12135
|
case ie.Number:
|
|
12136
12136
|
return Ds(o, d, a);
|
|
12137
12137
|
case ie.Percent:
|
|
12138
|
-
return
|
|
12138
|
+
return wa(o, d, a);
|
|
12139
12139
|
default:
|
|
12140
12140
|
return o;
|
|
12141
12141
|
}
|
|
@@ -12883,8 +12883,8 @@ var E6 = b6(c1, 0);
|
|
|
12883
12883
|
var kMe = E6.b;
|
|
12884
12884
|
var Jw = E6.r;
|
|
12885
12885
|
var o1 = new Vr(32768);
|
|
12886
|
-
for (ti = 0; ti < 32768; ++ti)
|
|
12887
|
-
var
|
|
12886
|
+
for (ti = 0; ti < 32768; ++ti) Ta = (ti & 43690) >> 1 | (ti & 21845) << 1, Ta = (Ta & 52428) >> 2 | (Ta & 13107) << 2, Ta = (Ta & 61680) >> 4 | (Ta & 3855) << 4, o1[ti] = ((Ta & 65280) >> 8 | (Ta & 255) << 8) >> 1;
|
|
12887
|
+
var Ta;
|
|
12888
12888
|
var ti;
|
|
12889
12889
|
var Pu = function(n38, t, o) {
|
|
12890
12890
|
for (var e = n38.length, i = 0, r = new Vr(t); i < e; ++i) n38[i] && ++r[n38[i] - 1];
|
|
@@ -13011,13 +13011,13 @@ var tC = function(n38, t, o, e, i, r, s, a, l, c, d) {
|
|
|
13011
13011
|
var Pe2, Me, Ke2, vt2;
|
|
13012
13012
|
if (Os(t, d, 1 + (hn < tn)), d += 2, hn < tn) {
|
|
13013
13013
|
Pe2 = Pu(v, w, 0), Me = v, Ke2 = Pu(R, V, 0), vt2 = R;
|
|
13014
|
-
var
|
|
13014
|
+
var zi = Pu(di, qn, 0);
|
|
13015
13015
|
Os(t, d, te2 - 257), Os(t, d + 5, be2 - 1), Os(t, d + 10, yi - 4), d += 14;
|
|
13016
13016
|
for (var Fe2 = 0; Fe2 < yi; ++Fe2) Os(t, d + 3 * Fe2, di[Zw[Fe2]]);
|
|
13017
13017
|
d += 3 * yi;
|
|
13018
|
-
for (var
|
|
13018
|
+
for (var Xi = [J, Te], gn = 0; gn < 2; ++gn) for (var or = Xi[gn], Fe2 = 0; Fe2 < or.length; ++Fe2) {
|
|
13019
13019
|
var zt2 = or[Fe2] & 31;
|
|
13020
|
-
Os(t, d,
|
|
13020
|
+
Os(t, d, zi[zt2]), d += di[zt2], zt2 > 15 && (Os(t, d, or[Fe2] >> 5 & 127), d += or[Fe2] >> 12);
|
|
13021
13021
|
}
|
|
13022
13022
|
} else Pe2 = T6, Me = Dl, Ke2 = R6, vt2 = $h;
|
|
13023
13023
|
for (var Fe2 = 0; Fe2 < a; ++Fe2) {
|
|
@@ -13048,19 +13048,19 @@ var P6 = function(n38, t, o, e, i, r) {
|
|
|
13048
13048
|
for (var Me = 0; Me < 286; ++Me) Te[Me] = 0;
|
|
13049
13049
|
for (var Me = 0; Me < 30; ++Me) be2[Me] = 0;
|
|
13050
13050
|
}
|
|
13051
|
-
var Ke2 = 2, vt2 = 0,
|
|
13052
|
-
if (Pe2 > 2 && Qn == te2(tt2 -
|
|
13053
|
-
if (n38[tt2 + Ke2] == n38[tt2 + Ke2 -
|
|
13054
|
-
for (var mn = 0; mn < zt2 && n38[tt2 + mn] == n38[tt2 + mn -
|
|
13051
|
+
var Ke2 = 2, vt2 = 0, zi = w, Xi = tn - hn & 32767;
|
|
13052
|
+
if (Pe2 > 2 && Qn == te2(tt2 - Xi)) for (var gn = Math.min(v, Pe2) - 1, or = Math.min(32767, tt2), zt2 = Math.min(258, Pe2); Xi <= or && --zi && tn != hn; ) {
|
|
13053
|
+
if (n38[tt2 + Ke2] == n38[tt2 + Ke2 - Xi]) {
|
|
13054
|
+
for (var mn = 0; mn < zt2 && n38[tt2 + mn] == n38[tt2 + mn - Xi]; ++mn) ;
|
|
13055
13055
|
if (mn > Ke2) {
|
|
13056
|
-
if (Ke2 = mn, vt2 =
|
|
13057
|
-
for (var $a = Math.min(
|
|
13058
|
-
var Oo = tt2 -
|
|
13056
|
+
if (Ke2 = mn, vt2 = Xi, mn > gn) break;
|
|
13057
|
+
for (var $a = Math.min(Xi, mn - 2), fn = 0, Me = 0; Me < $a; ++Me) {
|
|
13058
|
+
var Oo = tt2 - Xi + Me & 32767, br = R[Oo], vc = Oo - br & 32767;
|
|
13059
13059
|
vc > fn && (fn = vc, hn = Oo);
|
|
13060
13060
|
}
|
|
13061
13061
|
}
|
|
13062
13062
|
}
|
|
13063
|
-
tn = hn, hn = R[tn],
|
|
13063
|
+
tn = hn, hn = R[tn], Xi += tn - hn & 32767;
|
|
13064
13064
|
}
|
|
13065
13065
|
if (vt2) {
|
|
13066
13066
|
se[di++] = 268435456 | r1[Ke2] << 18 | Jw[vt2];
|
|
@@ -13272,9 +13272,9 @@ function V6(n38, t, o) {
|
|
|
13272
13272
|
var S6 = typeof queueMicrotask == "function" ? queueMicrotask : typeof setTimeout == "function" ? setTimeout : function(n38) {
|
|
13273
13273
|
n38();
|
|
13274
13274
|
};
|
|
13275
|
-
var
|
|
13275
|
+
var $i = function(n38) {
|
|
13276
13276
|
return n38[n38.RootExcelFolder = 0] = "RootExcelFolder", n38[n38.RootRelsExcelFolder = 1] = "RootRelsExcelFolder", n38[n38.DocPropsExcelFolder = 2] = "DocPropsExcelFolder", n38[n38.XLExcelFolder = 3] = "XLExcelFolder", n38[n38.XLRelsExcelFolder = 4] = "XLRelsExcelFolder", n38[n38.ThemeExcelFolder = 5] = "ThemeExcelFolder", n38[n38.WorksheetsExcelFolder = 6] = "WorksheetsExcelFolder", n38[n38.WorksheetsRelsExcelFolder = 7] = "WorksheetsRelsExcelFolder", n38[n38.TablesExcelFolder = 8] = "TablesExcelFolder", n38;
|
|
13277
|
-
}(
|
|
13277
|
+
}($i || {});
|
|
13278
13278
|
var xi = function(n38) {
|
|
13279
13279
|
return n38[n38.RootRelsFile = 0] = "RootRelsFile", n38[n38.AppFile = 1] = "AppFile", n38[n38.CoreFile = 2] = "CoreFile", n38[n38.WorkbookRelsFile = 3] = "WorkbookRelsFile", n38[n38.ThemeFile = 4] = "ThemeFile", n38[n38.WorksheetFile = 5] = "WorksheetFile", n38[n38.StyleFile = 6] = "StyleFile", n38[n38.WorkbookFile = 7] = "WorkbookFile", n38[n38.ContentTypesFile = 8] = "ContentTypesFile", n38[n38.SharedStringsFile = 9] = "SharedStringsFile", n38[n38.WorksheetRelsFile = 10] = "WorksheetRelsFile", n38[n38.TablesFile = 11] = "TablesFile", n38;
|
|
13280
13280
|
}(xi || {});
|
|
@@ -13651,7 +13651,7 @@ var C1 = class {
|
|
|
13651
13651
|
return [xi.ContentTypesFile];
|
|
13652
13652
|
}
|
|
13653
13653
|
childFolders() {
|
|
13654
|
-
return [
|
|
13654
|
+
return [$i.RootRelsExcelFolder, $i.DocPropsExcelFolder, $i.XLExcelFolder];
|
|
13655
13655
|
}
|
|
13656
13656
|
};
|
|
13657
13657
|
var I1 = class {
|
|
@@ -13685,8 +13685,8 @@ var b1 = class {
|
|
|
13685
13685
|
return (!t.isEmpty || t.options.alwaysExportHeaders) && o.push(xi.SharedStringsFile), o;
|
|
13686
13686
|
}
|
|
13687
13687
|
childFolders(t) {
|
|
13688
|
-
let o = [
|
|
13689
|
-
return (!t.isEmpty || t.options.alwaysExportHeaders) && t.options.exportAsTable && o.push(
|
|
13688
|
+
let o = [$i.XLRelsExcelFolder, $i.ThemeExcelFolder, $i.WorksheetsExcelFolder];
|
|
13689
|
+
return (!t.isEmpty || t.options.alwaysExportHeaders) && t.options.exportAsTable && o.push($i.TablesExcelFolder), o;
|
|
13690
13690
|
}
|
|
13691
13691
|
};
|
|
13692
13692
|
var D1 = class {
|
|
@@ -13719,7 +13719,7 @@ var T1 = class {
|
|
|
13719
13719
|
return [xi.WorksheetFile];
|
|
13720
13720
|
}
|
|
13721
13721
|
childFolders(t) {
|
|
13722
|
-
return t.isEmpty && !t.options.alwaysExportHeaders || !t.options.exportAsTable ? [] : [
|
|
13722
|
+
return t.isEmpty && !t.options.alwaysExportHeaders || !t.options.exportAsTable ? [] : [$i.WorksheetsRelsExcelFolder];
|
|
13723
13723
|
}
|
|
13724
13724
|
};
|
|
13725
13725
|
var R1 = class {
|
|
@@ -13747,23 +13747,23 @@ var A1 = class {
|
|
|
13747
13747
|
var ku = class {
|
|
13748
13748
|
static getExcelFolder(t) {
|
|
13749
13749
|
switch (t) {
|
|
13750
|
-
case
|
|
13750
|
+
case $i.RootExcelFolder:
|
|
13751
13751
|
return new C1();
|
|
13752
|
-
case
|
|
13752
|
+
case $i.RootRelsExcelFolder:
|
|
13753
13753
|
return new I1();
|
|
13754
|
-
case
|
|
13754
|
+
case $i.DocPropsExcelFolder:
|
|
13755
13755
|
return new S1();
|
|
13756
|
-
case
|
|
13756
|
+
case $i.XLExcelFolder:
|
|
13757
13757
|
return new b1();
|
|
13758
|
-
case
|
|
13758
|
+
case $i.XLRelsExcelFolder:
|
|
13759
13759
|
return new D1();
|
|
13760
|
-
case
|
|
13760
|
+
case $i.ThemeExcelFolder:
|
|
13761
13761
|
return new E1();
|
|
13762
|
-
case
|
|
13762
|
+
case $i.WorksheetsExcelFolder:
|
|
13763
13763
|
return new T1();
|
|
13764
|
-
case
|
|
13764
|
+
case $i.WorksheetsRelsExcelFolder:
|
|
13765
13765
|
return new A1();
|
|
13766
|
-
case
|
|
13766
|
+
case $i.TablesExcelFolder:
|
|
13767
13767
|
return new R1();
|
|
13768
13768
|
default:
|
|
13769
13769
|
throw new Error("Unknown excel folder type!");
|
|
@@ -13936,7 +13936,7 @@ var L6 = (() => {
|
|
|
13936
13936
|
let J = Array.from(this._ownersMap.keys());
|
|
13937
13937
|
w = this._ownersMap.get(J[0]), g = w.columnWidths, d = w.columns.filter((te2) => te2.field !== Kr && !te2.skip && te2.headerType === Tt2.ColumnHeader).length;
|
|
13938
13938
|
}
|
|
13939
|
-
let R = new P1(e, i, this._sort, d, c, v, g, w, this._ownersMap), V = ku.getExcelFolder(
|
|
13939
|
+
let R = new P1(e, i, this._sort, d, c, v, g, w, this._ownersMap), V = ku.getExcelFolder($i.RootExcelFolder), L = {};
|
|
13940
13940
|
t10.populateZipFileConfig(L, V, R).then(() => {
|
|
13941
13941
|
V6(L, (J, te2) => {
|
|
13942
13942
|
this.saveFile(te2, i.fileName), this.exportEnded.emit({ xlsx: L }), r();
|
|
@@ -13986,7 +13986,7 @@ var yt = function(n38) {
|
|
|
13986
13986
|
return n38[n38.State = 0] = "State", n38[n38.Transition = 1] = "Transition", n38[n38.Sequence = 2] = "Sequence", n38[n38.Group = 3] = "Group", n38[n38.Animate = 4] = "Animate", n38[n38.Keyframes = 5] = "Keyframes", n38[n38.Style = 6] = "Style", n38[n38.Trigger = 7] = "Trigger", n38[n38.Reference = 8] = "Reference", n38[n38.AnimateChild = 9] = "AnimateChild", n38[n38.AnimateRef = 10] = "AnimateRef", n38[n38.Query = 11] = "Query", n38[n38.Stagger = 12] = "Stagger", n38;
|
|
13987
13987
|
}(yt || {});
|
|
13988
13988
|
var Ns = "*";
|
|
13989
|
-
function
|
|
13989
|
+
function Ui(n38, t = null) {
|
|
13990
13990
|
return { type: yt.Animate, styles: t, timings: n38 };
|
|
13991
13991
|
}
|
|
13992
13992
|
function pC(n38, t = null) {
|
|
@@ -14236,10 +14236,10 @@ var Uh = class {
|
|
|
14236
14236
|
}
|
|
14237
14237
|
};
|
|
14238
14238
|
var k1 = "!";
|
|
14239
|
-
var z6 = [et2({ opacity: "{{startOpacity}}" }),
|
|
14239
|
+
var z6 = [et2({ opacity: "{{startOpacity}}" }), Ui("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{endOpacity}}" }))];
|
|
14240
14240
|
var En = pe2(z6, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 1, startOpacity: 0 } });
|
|
14241
14241
|
var Tn = pe2(z6, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, startOpacity: 1 } });
|
|
14242
|
-
var Rl = [et2({ backfaceVisibility: "hidden", transformStyle: "preserve-3d" }),
|
|
14242
|
+
var Rl = [et2({ backfaceVisibility: "hidden", transformStyle: "preserve-3d" }), Ui("{{duration}} {{delay}} {{easing}}", Tl([et2({ offset: 0, transform: `translateZ({{startDistance}})
|
|
14243
14243
|
rotate3d({{rotateX}}, {{rotateY}}, {{rotateZ}}, {{startAngle}}deg)` }), et2({ offset: 1, transform: `translateZ({{endDistance}})
|
|
14244
14244
|
rotate3d({{rotateX}}, {{rotateY}}, {{rotateZ}}, {{endAngle}}deg)` })]))];
|
|
14245
14245
|
var F1 = pe2(Rl, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endAngle: 180, endDistance: "0px", rotateX: 1, rotateY: 0, rotateZ: 0, startAngle: 0, startDistance: "0px" } });
|
|
@@ -14250,10 +14250,10 @@ var L1 = pe2(Rl, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezi
|
|
|
14250
14250
|
var H1 = pe2(Rl, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endAngle: 180, rotateX: 1, rotateY: 0, rotateZ: 0, startAngle: 0, startDistance: "0px", endDistance: "-170px" } });
|
|
14251
14251
|
var B1 = pe2(Rl, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endAngle: 180, rotateZ: 0, startAngle: 0, startDistance: "0px", endDistance: "170px", rotateX: 0, rotateY: 1 } });
|
|
14252
14252
|
var z1 = pe2(Rl, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endAngle: 180, rotateZ: 0, startAngle: 0, startDistance: "0px", endDistance: "-170px", rotateX: 0, rotateY: 1 } });
|
|
14253
|
-
var G6 = [et2({ opacity: "{{ startOpacity }}", height: "{{ startHeight }}", paddingBlock: "{{ startPadding }}" }),
|
|
14254
|
-
var
|
|
14255
|
-
var
|
|
14256
|
-
var rs = [
|
|
14253
|
+
var G6 = [et2({ opacity: "{{ startOpacity }}", height: "{{ startHeight }}", paddingBlock: "{{ startPadding }}" }), Ui("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{ endOpacity }}", height: "{{ endHeight }}", paddingBlock: "{{ endPadding }}" }))];
|
|
14254
|
+
var Ra = pe2(G6, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", startOpacity: 0, endOpacity: 1, startHeight: "0px", endHeight: "*", startPadding: "0px", endPadding: "*" } });
|
|
14255
|
+
var Aa = pe2(G6, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", startOpacity: 1, endOpacity: 0, startHeight: "*", endHeight: "0px", startPadding: "*", endPadding: "0px" } });
|
|
14256
|
+
var rs = [Ui("{{duration}} {{delay}} {{easing}}", Tl([et2({ offset: 0, transform: "rotate(0deg) translate{{direction}}(0)", transformOrigin: "{{xPos}} {{yPos}}" }), et2({ offset: 0.1, transform: "rotate({{endAngle}}deg) translate{{direction}}(-{{startDistance}})" }), et2({ offset: 0.2, transform: "rotate(-{{startAngle}}deg) translate{{direction}}({{startDistance}})" }), et2({ offset: 0.3, transform: "rotate({{startAngle}}deg) translate{{direction}}(-{{startDistance}})" }), et2({ offset: 0.4, transform: "rotate(-{{startAngle}}deg) translate{{direction}}({{startDistance}})" }), et2({ offset: 0.5, transform: "rotate({{startAngle}}deg) translate{{direction}}(-{{startDistance}})" }), et2({ offset: 0.6, transform: "rotate(-{{startAngle}}deg) translate{{direction}}({{startDistance}})" }), et2({ offset: 0.7, transform: "rotate({{startAngle}}deg) translate{{direction}}(-{{startDistance}})" }), et2({ offset: 0.8, transform: "rotate(-{{endAngle}}deg) translate{{direction}}({{endDistance}})" }), et2({ offset: 0.9, transform: "rotate({{endAngle}}deg) translate{{direction}}(-{{endDistance}})" }), et2({ offset: 1, transform: "rotate(0deg) translate{{direction}}(0)", transformOrigin: "{{xPos}} {{yPos}}" })]))];
|
|
14257
14257
|
var G1 = pe2(rs, { params: { delay: "0s", direction: "X", duration: "800ms", easing: "cubic-bezier(0.455, 0.030, 0.515, 0.955)", endAngle: 0, endDistance: "8px", startAngle: 0, startDistance: "10px", xPos: "center", yPos: "center" } });
|
|
14258
14258
|
var j1 = pe2(rs, { params: { delay: "0s", direction: "Y", duration: "800ms", easing: "cubic-bezier(0.455, 0.030, 0.515, 0.955)", endAngle: 0, endDistance: "8px", startAngle: 0, startDistance: "10px", xPos: "center", yPos: "center" } });
|
|
14259
14259
|
var $1 = pe2(rs, { params: { delay: "0s", direction: "X", duration: "800ms", easing: "cubic-bezier(0.455, 0.030, 0.515, 0.955)", xPos: "center", endAngle: 2, endDistance: "0", startAngle: 4, startDistance: "0", yPos: "top" } });
|
|
@@ -14265,14 +14265,14 @@ var K1 = pe2(rs, { params: { delay: "0s", duration: "800ms", easing: "cubic-bezi
|
|
|
14265
14265
|
var Y1 = pe2(rs, { params: { delay: "0s", duration: "800ms", easing: "cubic-bezier(0.455, 0.030, 0.515, 0.955)", direction: "Y", endAngle: 2, endDistance: "0", startAngle: 4, startDistance: "0", xPos: "right", yPos: "bottom" } });
|
|
14266
14266
|
var X1 = pe2(rs, { params: { delay: "0s", duration: "800ms", easing: "cubic-bezier(0.455, 0.030, 0.515, 0.955)", direction: "Y", endAngle: 2, endDistance: "0", startAngle: 4, startDistance: "0", xPos: "left", yPos: "bottom" } });
|
|
14267
14267
|
var Z1 = pe2(rs, { params: { delay: "0s", duration: "800ms", easing: "cubic-bezier(0.455, 0.030, 0.515, 0.955)", direction: "Y", endAngle: 2, endDistance: "0", startAngle: 4, startDistance: "0", xPos: "left", yPos: "top" } });
|
|
14268
|
-
var HQ = [et2({ animationTimingFunction: "ease-out", transform: "scale(1)", transformOrigin: "center center" }),
|
|
14269
|
-
var j6 = [
|
|
14270
|
-
var BQ = [
|
|
14268
|
+
var HQ = [et2({ animationTimingFunction: "ease-out", transform: "scale(1)", transformOrigin: "center center" }), Ui("{{duration}} {{delay}} {{easing}}", Tl([et2({ animationTimingFunction: "ease-in", offset: 0.1, transform: "scale(0.91)" }), et2({ animationTimingFunction: "ease-out", offset: 0.17, transform: "scale(0.98)" }), et2({ animationTimingFunction: "ease-in", offset: 0.33, transform: "scale(0.87)" }), et2({ animationTimingFunction: "ease-out", offset: 0.45, transform: "scale(1)" })]))];
|
|
14269
|
+
var j6 = [Ui("{{duration}} {{delay}} {{easing}}", Tl([et2({ offset: 0, transform: "scale({{fromScale}})" }), et2({ offset: 0.5, transform: "scale({{toScale}})" }), et2({ offset: 1, transform: "scale({{fromScale}})" })]))];
|
|
14270
|
+
var BQ = [Ui("{{duration}} {{delay}} {{easing}}", Tl([et2({ offset: 0, opacity: 0.8, transform: "scale({{fromScale}})" }), et2({ offset: 0.8, opacity: 0, transform: "scale({{midScale}})" }), et2({ offset: 1, opacity: 0, transform: "scale({{toScale}})" })]))];
|
|
14271
14271
|
var J1 = pe2(j6, { params: { delay: "0s", duration: ".5s", easing: "ease-in-out", fromScale: 1, toScale: 1.1 } });
|
|
14272
14272
|
var e_ = pe2(j6, { params: { delay: "0s", duration: ".5s", easing: "ease-in-out", fromScale: 1, toScale: 0.9 } });
|
|
14273
14273
|
var t_ = pe2(HQ, { params: { delay: "0s", duration: "1.5s", easing: "ease-in-out" } });
|
|
14274
14274
|
var i_ = pe2(BQ, { params: { delay: "0s", duration: ".8s", easing: "ease-in-out", fromScale: 0.2, midScale: 1.2, toScale: 2.2 } });
|
|
14275
|
-
var Si = [et2({ opacity: "{{startOpacity}}", transform: "rotate3d({{rotateX}},{{rotateY}},{{rotateZ}},{{startAngle}}deg)", transformOrigin: "{{xPos}} {{yPos}}" }),
|
|
14275
|
+
var Si = [et2({ opacity: "{{startOpacity}}", transform: "rotate3d({{rotateX}},{{rotateY}},{{rotateZ}},{{startAngle}}deg)", transformOrigin: "{{xPos}} {{yPos}}" }), Ui("{{duration}} {{delay}} {{easing}}", et2({ offset: 0, opacity: "{{endOpacity}}", transform: "rotate3d({{rotateX}},{{rotateY}},{{rotateZ}},{{endAngle}}deg)", transformOrigin: "{{xPos}} {{yPos}}" }))];
|
|
14276
14276
|
var hC = pe2(Si, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endAngle: 0, endOpacity: 1, rotateX: 0, rotateY: 0, rotateZ: 1, startAngle: -360, startOpacity: 0, xPos: "center", yPos: "center" } });
|
|
14277
14277
|
var gC = pe2(Si, { params: { delay: "0s", duration: "600ms", endAngle: 0, rotateX: 0, rotateY: 0, rotateZ: 1, startAngle: -360, xPos: "center", yPos: "center", easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)", endOpacity: 0, startOpacity: 1 } });
|
|
14278
14278
|
var n_ = pe2(Si, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endAngle: 0, endOpacity: 1, rotateX: 0, rotateY: 0, rotateZ: 1, startAngle: -360, startOpacity: 0, yPos: "center", xPos: "top" } });
|
|
@@ -14299,7 +14299,7 @@ var xC = pe2(Si, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezi
|
|
|
14299
14299
|
var yC = pe2(Si, { params: { delay: "0s", duration: "600ms", endAngle: 0, startAngle: -360, xPos: "center", yPos: "center", easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)", endOpacity: 0, startOpacity: 1, rotateX: 0, rotateY: 1, rotateZ: 0 } });
|
|
14300
14300
|
var wC = pe2(Si, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endAngle: 0, endOpacity: 1, startAngle: -360, startOpacity: 0, xPos: "center", yPos: "center", rotateX: 1, rotateY: 0, rotateZ: 0 } });
|
|
14301
14301
|
var CC = pe2(Si, { params: { delay: "0s", duration: "600ms", endAngle: 0, startAngle: -360, xPos: "center", yPos: "center", easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)", endOpacity: 0, startOpacity: 1, rotateX: 1, rotateY: 0, rotateZ: 0 } });
|
|
14302
|
-
var si = [et2({ opacity: "{{startOpacity}}", transform: "scale{{direction}}({{fromScale}})", transformOrigin: "{{xPos}} {{yPos}}" }),
|
|
14302
|
+
var si = [et2({ opacity: "{{startOpacity}}", transform: "scale{{direction}}({{fromScale}})", transformOrigin: "{{xPos}} {{yPos}}" }), Ui("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{endOpacity}}", transform: "scale{{direction}}({{toScale}})", transformOrigin: "{{xPos}} {{yPos}}" }))];
|
|
14303
14303
|
var Fu = pe2(si, { 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: "50%" } });
|
|
14304
14304
|
var Vu = pe2(si, { 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: "100%" } });
|
|
14305
14305
|
var u_ = pe2(si, { 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 } });
|
|
@@ -14308,7 +14308,7 @@ var ig = pe2(si, { params: { delay: "0s", direction: "", duration: "350ms", easi
|
|
|
14308
14308
|
var yo = pe2(si, { 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" } });
|
|
14309
14309
|
var Ou = pe2(si, { 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" } });
|
|
14310
14310
|
var Nu = pe2(si, { 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" } });
|
|
14311
|
-
var
|
|
14311
|
+
var Pa = pe2(si, { 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%" } });
|
|
14312
14312
|
var ng = pe2(si, { 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: "50%" } });
|
|
14313
14313
|
var p_ = pe2(si, { 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: "X", fromScale: 0.4 } });
|
|
14314
14314
|
var Lu = pe2(si, { 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: "100%" } });
|
|
@@ -14330,7 +14330,7 @@ var lg = pe2(si, { params: { delay: "0s", direction: "", duration: "350ms", easi
|
|
|
14330
14330
|
var m_ = pe2(si, { params: { delay: "0s", duration: "350ms", xPos: "50%", yPos: "50%", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, direction: "X", toScale: 0.3 } });
|
|
14331
14331
|
var Qc = pe2(si, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, direction: "X", toScale: 0.3, xPos: "0", yPos: "0" } });
|
|
14332
14332
|
var Kc = pe2(si, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, direction: "X", toScale: 0.3, xPos: "100%", yPos: "100%" } });
|
|
14333
|
-
var Jn = [et2({ opacity: "{{startOpacity}}", transform: "{{fromPosition}}" }),
|
|
14333
|
+
var Jn = [et2({ opacity: "{{startOpacity}}", transform: "{{fromPosition}}" }), Ui("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{endOpacity}}", transform: "{{toPosition}}" }))];
|
|
14334
14334
|
var Yc = pe2(Jn, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromPosition: "translateY(-500px)", startOpacity: 0, toPosition: "translateY(0)" } });
|
|
14335
14335
|
var cg = pe2(Jn, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromPosition: "translateX(-500px)", startOpacity: 0, toPosition: "translateY(0)" } });
|
|
14336
14336
|
var dg = pe2(Jn, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromPosition: "translateX(500px)", startOpacity: 0, toPosition: "translateY(0)" } });
|
|
@@ -14347,7 +14347,7 @@ var qu = pe2(Jn, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezi
|
|
|
14347
14347
|
var Qu = pe2(Jn, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)", endOpacity: 0, startOpacity: 1, fromPosition: "translateY(0) translateX(0)", toPosition: "translateY(500px) translateX(500px)" } });
|
|
14348
14348
|
var Ku = pe2(Jn, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)", endOpacity: 0, startOpacity: 1, fromPosition: "translateY(0) translateX(0)", toPosition: "translateY(500px) translateX(-500px)" } });
|
|
14349
14349
|
var Yu = pe2(Jn, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.550, 0.085, 0.680, 0.530)", endOpacity: 0, startOpacity: 1, fromPosition: "translateY(0) translateX(0)", toPosition: "translateY(-500px) translateX(-500px)" } });
|
|
14350
|
-
var er = [et2({ opacity: "{{startOpacity}}", transform: "rotate{{direction}}({{startAngle}}deg)", transformOrigin: "{{xPos}} {{yPos}}" }),
|
|
14350
|
+
var er = [et2({ opacity: "{{startOpacity}}", transform: "rotate{{direction}}({{startAngle}}deg)", transformOrigin: "{{xPos}} {{yPos}}" }), Ui("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{endOpacity}}", transform: "rotate{{direction}}({{endAngle}}deg)", transformOrigin: "{{xPos}} {{yPos}}" }))];
|
|
14351
14351
|
var f_ = pe2(er, { params: { delay: "0s", direction: "X", duration: ".5s", easing: "cubic-bezier(0.175, 0.885, 0.320, 1.275)", endAngle: 0, endOpacity: 1, startAngle: -100, startOpacity: 0, xPos: "top", yPos: "center" } });
|
|
14352
14352
|
var __ = pe2(er, { params: { delay: "0s", duration: ".5s", easing: "cubic-bezier(0.175, 0.885, 0.320, 1.275)", endAngle: 0, endOpacity: 1, startAngle: -100, startOpacity: 0, direction: "Y", xPos: "center", yPos: "right" } });
|
|
14353
14353
|
var v_ = pe2(er, { params: { delay: "0s", direction: "X", duration: ".5s", easing: "cubic-bezier(0.175, 0.885, 0.320, 1.275)", endAngle: 0, endOpacity: 1, startOpacity: 0, yPos: "center", startAngle: 100, xPos: "bottom" } });
|
|
@@ -14366,7 +14366,7 @@ var A_ = pe2(er, { params: { delay: "0s", direction: "X", yPos: "center", easing
|
|
|
14366
14366
|
var P_ = 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" } });
|
|
14367
14367
|
var Al = class {
|
|
14368
14368
|
constructor() {
|
|
14369
|
-
this.oppositeAnimation = /* @__PURE__ */ new Map([[En, En], [Tn, Tn], [F1, V1], [V1, F1], [N1, O1], [O1, N1], [L1, H1], [H1, L1], [B1, z1], [z1, B1], [
|
|
14369
|
+
this.oppositeAnimation = /* @__PURE__ */ new Map([[En, En], [Tn, Tn], [F1, V1], [V1, F1], [N1, O1], [O1, N1], [L1, H1], [H1, L1], [B1, z1], [z1, B1], [Ra, Ra], [Aa, Aa], [t_, t_], [J1, e_], [e_, J1], [i_, i_], [G1, G1], [j1, j1], [$1, $1], [U1, U1], [W1, W1], [q1, q1], [Q1, Q1], [K1, K1], [Y1, Y1], [X1, X1], [Z1, Z1], [hC, hC], [gC, gC], [n_, a_], [r_, l_], [o_, c_], [s_, d_], [c_, o_], [d_, s_], [a_, n_], [l_, r_], [qh, Xh], [Qh, Zh], [Kh, Jh], [Yh, eg], [Xh, qh], [Zh, Qh], [Jh, Kh], [eg, Yh], [mC, mC], [fC, fC], [_C, _C], [vC, vC], [xC, xC], [yC, yC], [wC, wC], [CC, CC], [tg, rg], [og, lg], [ng, ig], [ag, sg], [rg, tg], [lg, og], [ig, ng], [sg, ag], [Fu, Fu], [h_, h_], [Ou, Vu], [zu, Hu], [Lu, Nu], [Bu, Gu], [Vu, Ou], [Hu, zu], [Nu, Lu], [Gu, Bu], [yo, Pa], [Ls, qc], [Pa, yo], [qc, Ls], [u_, u_], [g_, g_], [p_, p_], [m_, m_], [Uc, Wc], [Qc, Kc], [Wc, Uc], [Kc, Qc], [Yc, Xc], [Zc, Jc], [dg, cg], [ug, pg], [Xc, Yc], [Jc, Zc], [cg, dg], [pg, ug], [ju, Wu], [qu, Ku], [Uu, $u], [Qu, Yu], [Wu, ju], [Ku, qu], [$u, Uu], [Yu, Qu], [f_, v_], [S_, D_], [__, x_], [b_, E_], [x_, __], [E_, b_], [v_, f_], [D_, S_], [y_, C_], [T_, A_], [w_, I_], [R_, P_], [C_, y_], [A_, T_], [I_, w_], [P_, R_]]), this.horizontalAnimations = [N1, O1, B1, z1, o_, s_, c_, d_, qh, Qh, Kh, Yh, Xh, Zh, Jh, eg, ng, ag, ig, sg, Ou, zu, Lu, Bu, Vu, Hu, Nu, Gu, Uc, Qc, Wc, Kc, dg, ug, cg, pg, ju, qu, Uu, Qu, Wu, Ku, $u, Yu, __, b_, x_, E_, w_, R_, I_, P_], this.verticalAnimations = [F1, V1, L1, H1, Ra, Aa, n_, r_, a_, l_, qh, Qh, Kh, Yh, Xh, Zh, Jh, eg, tg, og, rg, lg, Ou, zu, Lu, Bu, Vu, Hu, Nu, Gu, yo, Ls, Pa, qc, Yc, Zc, Xc, Jc, ju, qu, Uu, Qu, Wu, Ku, $u, Yu, f_, S_, v_, D_, y_, T_, C_, A_];
|
|
14370
14370
|
}
|
|
14371
14371
|
static instance() {
|
|
14372
14372
|
return this._instance || (this._instance = new this());
|
|
@@ -14621,7 +14621,7 @@ var Ai = class extends kl {
|
|
|
14621
14621
|
var hg = function(n38) {
|
|
14622
14622
|
return n38[n38.Horizontal = 0] = "Horizontal", n38[n38.Vertical = 1] = "Vertical", n38;
|
|
14623
14623
|
}(hg || {});
|
|
14624
|
-
var
|
|
14624
|
+
var Ma = class {
|
|
14625
14625
|
constructor(t) {
|
|
14626
14626
|
this._defaultSettings = { horizontalDirection: ze2.Center, verticalDirection: Ge2.Middle, horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Middle, openAnimation: En, closeAnimation: Tn, minSize: { width: 0, height: 0 } }, this.settings = Object.assign({}, this._defaultSettings, t);
|
|
14627
14627
|
}
|
|
@@ -14660,7 +14660,7 @@ var Pa = class {
|
|
|
14660
14660
|
}
|
|
14661
14661
|
}
|
|
14662
14662
|
};
|
|
14663
|
-
var Fl = class extends
|
|
14663
|
+
var Fl = class extends Ma {
|
|
14664
14664
|
constructor(t) {
|
|
14665
14665
|
super(t);
|
|
14666
14666
|
}
|
|
@@ -14707,7 +14707,7 @@ var Ju = class extends Vl {
|
|
|
14707
14707
|
var pi = (() => {
|
|
14708
14708
|
let t = class t {
|
|
14709
14709
|
constructor(e, i, r, s, a) {
|
|
14710
|
-
this._appRef = e, this.document = i, this._zone = r, this.platformUtil = s, this.animationService = a, this.opening = new T(), this.opened = new T(), this.closing = new T(), this.closed = new T(), this.contentAppending = new T(), this.contentAppended = new T(), this.animationStarting = new T(), this._componentId = 0, this._overlayInfos = [], this.destroy$ = new ue2(), this._cursorStyleIsSet = false, this._defaultSettings = { excludeFromOutsideClick: [], positionStrategy: new
|
|
14710
|
+
this._appRef = e, this.document = i, this._zone = r, this.platformUtil = s, this.animationService = a, this.opening = new T(), this.opened = new T(), this.closing = new T(), this.closed = new T(), this.contentAppending = new T(), this.contentAppended = new T(), this.animationStarting = new T(), this._componentId = 0, this._overlayInfos = [], this.destroy$ = new ue2(), this._cursorStyleIsSet = false, this._defaultSettings = { excludeFromOutsideClick: [], positionStrategy: new Ma(), scrollStrategy: new Ju(), modal: true, closeOnOutsideClick: true, closeOnEscape: false }, this.repositionAll = () => {
|
|
14711
14711
|
for (let l = this._overlayInfos.length; l--; ) this.reposition(this._overlayInfos[l].id);
|
|
14712
14712
|
}, this.documentClicked = (l) => {
|
|
14713
14713
|
for (let c = this._overlayInfos.length; c--; ) {
|
|
@@ -14723,7 +14723,7 @@ var pi = (() => {
|
|
|
14723
14723
|
}
|
|
14724
14724
|
static createAbsoluteOverlaySettings(e, i) {
|
|
14725
14725
|
let r = this.createAbsolutePositionSettings(e);
|
|
14726
|
-
return { positionStrategy: i ? new Fl(r) : new
|
|
14726
|
+
return { positionStrategy: i ? new Fl(r) : new Ma(r), scrollStrategy: new Ju(), modal: false, closeOnOutsideClick: true, outlet: i };
|
|
14727
14727
|
}
|
|
14728
14728
|
static createRelativeOverlaySettings(e, i, r) {
|
|
14729
14729
|
let s = this.createRelativePositionSettings(i);
|
|
@@ -14748,7 +14748,7 @@ var pi = (() => {
|
|
|
14748
14748
|
let i;
|
|
14749
14749
|
switch (e) {
|
|
14750
14750
|
case Ml.Above:
|
|
14751
|
-
i = { horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Top, horizontalDirection: ze2.Center, verticalDirection: Ge2.Top, openAnimation:
|
|
14751
|
+
i = { horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Top, horizontalDirection: ze2.Center, verticalDirection: Ge2.Top, openAnimation: Pa, closeAnimation: qc };
|
|
14752
14752
|
break;
|
|
14753
14753
|
case Ml.Below:
|
|
14754
14754
|
i = { horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Bottom, horizontalDirection: ze2.Center, verticalDirection: Ge2.Bottom, openAnimation: yo, closeAnimation: Ls };
|
|
@@ -15268,7 +15268,7 @@ var V_ = class extends tp {
|
|
|
15268
15268
|
if (t) for (let o of Object.keys(t)) Array.isArray(t[o]) && delete t[o];
|
|
15269
15269
|
}
|
|
15270
15270
|
};
|
|
15271
|
-
var
|
|
15271
|
+
var ka = (() => {
|
|
15272
15272
|
let t = class t {
|
|
15273
15273
|
create(e) {
|
|
15274
15274
|
switch (e) {
|
|
@@ -15286,7 +15286,7 @@ var Ma = (() => {
|
|
|
15286
15286
|
return n38;
|
|
15287
15287
|
})();
|
|
15288
15288
|
var U6 = (() => {
|
|
15289
|
-
let t = class t extends
|
|
15289
|
+
let t = class t extends ka {
|
|
15290
15290
|
create(e) {
|
|
15291
15291
|
switch (e) {
|
|
15292
15292
|
case "Base":
|
|
@@ -16601,7 +16601,7 @@ function WK() {
|
|
|
16601
16601
|
kC.makeCurrent();
|
|
16602
16602
|
}
|
|
16603
16603
|
function qK() {
|
|
16604
|
-
return new
|
|
16604
|
+
return new ga();
|
|
16605
16605
|
}
|
|
16606
16606
|
function QK() {
|
|
16607
16607
|
return pb(document), document;
|
|
@@ -16610,7 +16610,7 @@ var KK = [{ provide: ol, useValue: Mw }, { provide: Vy, useValue: WK, multi: tru
|
|
|
16610
16610
|
var a8 = pw(GD, "browser", KK);
|
|
16611
16611
|
var YK = new Ne2("");
|
|
16612
16612
|
var XK = [{ provide: wh, useClass: FC, deps: [] }, { provide: sw, useClass: s0, deps: [xe2, a0, wh] }, { provide: s0, useClass: s0, deps: [xe2, a0, wh] }];
|
|
16613
|
-
var ZK = [{ provide: zf, useValue: "root" }, { provide:
|
|
16613
|
+
var ZK = [{ provide: zf, useValue: "root" }, { provide: ga, useFactory: qK, deps: [] }, { provide: H_, useClass: zK, multi: true, deps: [Qe2, xe2, ol] }, { provide: H_, useClass: UK, multi: true, deps: [Qe2] }, { provide: H_, useClass: GK, multi: true }, B_, r8, G_, { provide: ws, useExisting: B_ }, { provide: x0, useClass: FK, deps: [] }, []];
|
|
16614
16614
|
var NC = (() => {
|
|
16615
16615
|
let t = class t10 {
|
|
16616
16616
|
constructor(e) {
|
|
@@ -17274,9 +17274,9 @@ var $_ = class {
|
|
|
17274
17274
|
dropAction(t, o, e) {
|
|
17275
17275
|
}
|
|
17276
17276
|
};
|
|
17277
|
-
var
|
|
17277
|
+
var Fa = function(n38) {
|
|
17278
17278
|
return n38[n38.UP = 0] = "UP", n38[n38.DOWN = 1] = "DOWN", n38[n38.LEFT = 2] = "LEFT", n38[n38.RIGHT = 3] = "RIGHT", n38;
|
|
17279
|
-
}(
|
|
17279
|
+
}(Fa || {});
|
|
17280
17280
|
var sp = function(n38) {
|
|
17281
17281
|
return n38[n38.VERTICAL = 0] = "VERTICAL", n38[n38.HORIZONTAL = 1] = "HORIZONTAL", n38[n38.BOTH = 2] = "BOTH", n38;
|
|
17282
17282
|
}(sp || {});
|
|
@@ -17400,8 +17400,8 @@ var ss = (() => {
|
|
|
17400
17400
|
(!this.dragHandles || !this.dragHandles.length) && (this.selectDisabled = true), this.zone.runOutsideAngular(() => {
|
|
17401
17401
|
if (!this.platformUtil.isBrowser) return;
|
|
17402
17402
|
(this.dragHandles && this.dragHandles.length ? this.dragHandles.filter((i) => i.parentDragElement === null).map((i) => (i.parentDragElement = this.element.nativeElement, i.element.nativeElement)) : [this.element.nativeElement]).forEach((i) => {
|
|
17403
|
-
this.pointerEventsEnabled ? (ht2(i, "pointerdown").pipe(K(this._destroy)).subscribe((r) => this.onPointerDown(r)), ht2(i, "pointermove").pipe(
|
|
17404
|
-
}), !this.pointerEventsEnabled && this.touchEventsEnabled ? (ht2(this.document.defaultView, "touchmove").pipe(
|
|
17403
|
+
this.pointerEventsEnabled ? (ht2(i, "pointerdown").pipe(K(this._destroy)).subscribe((r) => this.onPointerDown(r)), ht2(i, "pointermove").pipe(ua(() => Kn(0, sr)), K(this._destroy)).subscribe((r) => this.onPointerMove(r)), ht2(i, "pointerup").pipe(K(this._destroy)).subscribe((r) => this.onPointerUp(r)), this.ghost || ht2(i, "lostpointercapture").pipe(K(this._destroy)).subscribe((r) => this.onPointerLost(r))) : this.touchEventsEnabled ? ht2(i, "touchstart").pipe(K(this._destroy)).subscribe((r) => this.onPointerDown(r)) : ht2(i, "mousedown").pipe(K(this._destroy)).subscribe((r) => this.onPointerDown(r));
|
|
17404
|
+
}), !this.pointerEventsEnabled && this.touchEventsEnabled ? (ht2(this.document.defaultView, "touchmove").pipe(ua(() => Kn(0, sr)), K(this._destroy)).subscribe((i) => this.onPointerMove(i)), ht2(this.document.defaultView, "touchend").pipe(K(this._destroy)).subscribe((i) => this.onPointerUp(i))) : this.pointerEventsEnabled || (ht2(this.document.defaultView, "mousemove").pipe(ua(() => Kn(0, sr)), K(this._destroy)).subscribe((i) => this.onPointerMove(i)), ht2(this.document.defaultView, "mouseup").pipe(K(this._destroy)).subscribe((i) => this.onPointerUp(i))), this.element.nativeElement.addEventListener("transitionend", this.onTransitionEnd.bind(this));
|
|
17405
17405
|
}), this.element.nativeElement.style.transitionDuration = "0.0s";
|
|
17406
17406
|
}
|
|
17407
17407
|
ngOnDestroy() {
|
|
@@ -17597,11 +17597,11 @@ var ss = (() => {
|
|
|
17597
17597
|
}
|
|
17598
17598
|
getContainerScrollDirection() {
|
|
17599
17599
|
let e = this.scrollContainer ? this.scrollContainer.getBoundingClientRect() : null, i = this.scrollContainer ? this.scrollContainer.scrollLeft > 0 : this.windowScrollLeft > 0, r = this.scrollContainer ? this.scrollContainer.scrollTop > 0 : this.windowScrollTop > 0, s = (this.scrollContainer ? e.top : 0) + this.windowScrollTop + this._scrollContainerThreshold, a = this.ghost && this.ghostElement ? this.ghostElement.offsetHeight : this.element.nativeElement.offsetHeight, l = (this.scrollContainer ? e.bottom : window.innerHeight) + this.windowScrollTop - this._scrollContainerThreshold - a, c = (this.scrollContainer ? e.left : 0) + this.windowScrollLeft + this._scrollContainerThreshold, d = this.ghost && this.ghostElement ? this.ghostElement.offsetWidth : this.element.nativeElement.offsetWidth, g = (this.scrollContainer ? e.right : window.innerWidth) + this.windowScrollLeft - this._scrollContainerThreshold - d;
|
|
17600
|
-
return this.pageY <= s && r ?
|
|
17600
|
+
return this.pageY <= s && r ? Fa.UP : this.pageY > l ? Fa.DOWN : this.pageX < c && i ? Fa.LEFT : this.pageX > g ? Fa.RIGHT : null;
|
|
17601
17601
|
}
|
|
17602
17602
|
onScrollContainerStep(e) {
|
|
17603
17603
|
sr.schedule(() => {
|
|
17604
|
-
let i = e ==
|
|
17604
|
+
let i = e == Fa.LEFT ? -1 : e == Fa.RIGHT ? 1 : 0, r = e == Fa.UP ? -1 : e == Fa.DOWN ? 1 : 0;
|
|
17605
17605
|
if (this.scrollContainer) {
|
|
17606
17606
|
let l = this._originalScrollContainerWidth - this.scrollContainer.clientWidth, c = this._originalScrollContainerHeight - this.scrollContainer.clientHeight;
|
|
17607
17607
|
i = this.scrollContainer.scrollLeft <= 0 && i < 0 || this.scrollContainer.scrollLeft >= l && i > 0 ? 0 : i, r = this.scrollContainer.scrollTop <= 0 && r < 0 || this.scrollContainer.scrollTop >= c && r > 0 ? 0 : r;
|
|
@@ -17922,7 +17922,7 @@ var W_ = (() => {
|
|
|
17922
17922
|
if (this._afterViewInit = true, !this.platformUtil.isBrowser) return;
|
|
17923
17923
|
let e = 0;
|
|
17924
17924
|
this._zone.runOutsideAngular(() => {
|
|
17925
|
-
|
|
17925
|
+
Ea(this.nativeElement).pipe(Ho(e), K(this.destroy$)).subscribe((i) => this.handleMutations(i));
|
|
17926
17926
|
});
|
|
17927
17927
|
}
|
|
17928
17928
|
get nativeElement() {
|
|
@@ -18962,7 +18962,7 @@ var bi = (() => {
|
|
|
18962
18962
|
this._centered && (a = l = 0);
|
|
18963
18963
|
let c = { radius: s, top: l, left: a }, d = this.renderer.createElement("span");
|
|
18964
18964
|
this.setStyles(d, c), this.renderer.addClass(i, this.rippleHostClass), this.renderer.appendChild(i, d);
|
|
18965
|
-
let g = this.builder.build([et2({ opacity: 0.5, transform: "scale(.3)" }),
|
|
18965
|
+
let g = this.builder.build([et2({ opacity: 0.5, transform: "scale(.3)" }), Ui(this.rippleDuration, et2({ opacity: 0, transform: "scale(2)" }))]).create(d);
|
|
18966
18966
|
this.animationQueue.push(g), g.onDone(() => {
|
|
18967
18967
|
this.animationQueue.splice(this.animationQueue.indexOf(g), 1), i.removeChild(d), this.animationQueue.length < 1 && this.renderer.removeClass(i, this.rippleHostClass);
|
|
18968
18968
|
}), g.play();
|
|
@@ -19283,16 +19283,16 @@ var Zr = (() => {
|
|
|
19283
19283
|
}
|
|
19284
19284
|
ngOnChanges(e) {
|
|
19285
19285
|
switch (this._getActionType(e)) {
|
|
19286
|
-
case
|
|
19286
|
+
case Va.CreateView:
|
|
19287
19287
|
this._recreateView();
|
|
19288
19288
|
break;
|
|
19289
|
-
case
|
|
19289
|
+
case Va.MoveView:
|
|
19290
19290
|
this._moveView();
|
|
19291
19291
|
break;
|
|
19292
|
-
case
|
|
19292
|
+
case Va.UseCachedView:
|
|
19293
19293
|
this._useCachedView();
|
|
19294
19294
|
break;
|
|
19295
|
-
case
|
|
19295
|
+
case Va.UpdateViewContext:
|
|
19296
19296
|
this._updateExistingContext(this.igxTemplateOutletContext);
|
|
19297
19297
|
break;
|
|
19298
19298
|
}
|
|
@@ -19343,10 +19343,10 @@ var Zr = (() => {
|
|
|
19343
19343
|
}
|
|
19344
19344
|
_getActionType(e) {
|
|
19345
19345
|
let i = this.igxTemplateOutletContext.moveView, r = this.igxTemplateOutletContext.templateID, s = r ? this._embeddedViewsMap.get(r.type)?.get(r.id) : null, a = this._shouldRecreateView(e);
|
|
19346
|
-
if (i) return
|
|
19347
|
-
if (a && s) return
|
|
19348
|
-
if (!this._viewRef || a) return
|
|
19349
|
-
if (this.igxTemplateOutletContext) return
|
|
19346
|
+
if (i) return Va.MoveView;
|
|
19347
|
+
if (a && s) return Va.UseCachedView;
|
|
19348
|
+
if (!this._viewRef || a) return Va.CreateView;
|
|
19349
|
+
if (this.igxTemplateOutletContext) return Va.UpdateViewContext;
|
|
19350
19350
|
}
|
|
19351
19351
|
};
|
|
19352
19352
|
t.\u0275fac = function(i) {
|
|
@@ -19355,9 +19355,9 @@ var Zr = (() => {
|
|
|
19355
19355
|
let n38 = t;
|
|
19356
19356
|
return n38;
|
|
19357
19357
|
})();
|
|
19358
|
-
var
|
|
19358
|
+
var Va = function(n38) {
|
|
19359
19359
|
return n38[n38.CreateView = 0] = "CreateView", n38[n38.MoveView = 1] = "MoveView", n38[n38.UseCachedView = 2] = "UseCachedView", n38[n38.UpdateViewContext = 3] = "UpdateViewContext", n38;
|
|
19360
|
-
}(
|
|
19360
|
+
}(Va || {});
|
|
19361
19361
|
var Bt2 = (() => {
|
|
19362
19362
|
let t = class t {
|
|
19363
19363
|
get collapsed() {
|
|
@@ -19820,7 +19820,7 @@ var _e = (() => {
|
|
|
19820
19820
|
return null;
|
|
19821
19821
|
}
|
|
19822
19822
|
static isValidDate(e) {
|
|
19823
|
-
return
|
|
19823
|
+
return ji(e) ? !isNaN(e.getTime()) : false;
|
|
19824
19824
|
}
|
|
19825
19825
|
static isFormatNumeric(e, i) {
|
|
19826
19826
|
let r = t10.parseDateTimeFormat(i);
|
|
@@ -20111,7 +20111,7 @@ var an = (() => {
|
|
|
20111
20111
|
}
|
|
20112
20112
|
validate(e) {
|
|
20113
20113
|
if (!e.value) return null;
|
|
20114
|
-
if (
|
|
20114
|
+
if (ji(e.value) && !_e.isValidDate(e.value)) return { value: true };
|
|
20115
20115
|
let i = {}, r = _e.isValidDate(e.value) ? e.value : _e.parseIsoDate(e.value), s = _e.isValidDate(this.minValue) ? this.minValue : this.parseDate(this.minValue), a = _e.isValidDate(this.maxValue) ? this.maxValue : this.parseDate(this.maxValue);
|
|
20116
20116
|
return (s || a) && (i = _e.validateMinMax(r, s, a, this.hasTimeParts, this.hasDateParts)), Object.keys(i).length > 0 ? i : null;
|
|
20117
20117
|
}
|
|
@@ -20754,7 +20754,7 @@ var X_ = (() => {
|
|
|
20754
20754
|
this._animationSettings = e;
|
|
20755
20755
|
}
|
|
20756
20756
|
constructor(e) {
|
|
20757
|
-
this.animationService = e, this.openAnimationDone = new T(), this.closeAnimationDone = new T(), this.openAnimationStart = new T(), this.closeAnimationStart = new T(), this.openAnimationPlayer = null, this.closeAnimationPlayer = null, this.destroy$ = new ue2(), this.players = /* @__PURE__ */ new Map(), this._animationSettings = { openAnimation:
|
|
20757
|
+
this.animationService = e, this.openAnimationDone = new T(), this.closeAnimationDone = new T(), this.openAnimationStart = new T(), this.closeAnimationStart = new T(), this.openAnimationPlayer = null, this.closeAnimationPlayer = null, this.destroy$ = new ue2(), this.players = /* @__PURE__ */ new Map(), this._animationSettings = { openAnimation: Ra, closeAnimation: Aa }, this.closeInterrupted = false, this.openInterrupted = false, this._defaultClosedCallback = St2, this._defaultOpenedCallback = St2, this.onClosedCallback = this._defaultClosedCallback, this.onOpenedCallback = this._defaultOpenedCallback;
|
|
20758
20758
|
}
|
|
20759
20759
|
playOpenAnimation(e, i) {
|
|
20760
20760
|
this.startPlayer(ln.OPEN, e, i || this._defaultOpenedCallback);
|
|
@@ -21731,8 +21731,8 @@ var UC = class {
|
|
|
21731
21731
|
let r = this.grid.validation.getFormControl(this.cell.id.rowID, this.cell.column.field);
|
|
21732
21732
|
this.grid.validationTrigger === "blur" && this.cell.pendingValue !== void 0 && (r.setValue(this.cell.pendingValue), r.markAsTouched()), this.grid.validationTrigger === "blur" && this.grid.tbody.nativeElement.focus({ preventScroll: true });
|
|
21733
21733
|
let s;
|
|
21734
|
-
if (this.cell.column.dataType === "date" && !
|
|
21735
|
-
if (
|
|
21734
|
+
if (this.cell.column.dataType === "date" && !ji(this.cell.value) && Da(_e.parseIsoDate(this.cell.value), this.cell.editValue)) return s = this.exitCellEdit(o), s;
|
|
21735
|
+
if (Da(this.cell.value, this.cell.editValue)) return s = this.exitCellEdit(o), s;
|
|
21736
21736
|
let a = this.cellEdit(o);
|
|
21737
21737
|
return a.cancel ? (i?.focus(), a) : (this.grid.gridAPI.update_cell(this.cell), s = this.cellEditDone(o, false), t && (s = this.exitCellEdit(o)), Ie2(Ie2({}, a), s));
|
|
21738
21738
|
}
|
|
@@ -22041,7 +22041,7 @@ var gp = class n31 extends $l {
|
|
|
22041
22041
|
return jl.earliestTime(t);
|
|
22042
22042
|
}
|
|
22043
22043
|
};
|
|
22044
|
-
var
|
|
22044
|
+
var Oa = { aggregations: "aggregations", records: "records", children: "children", level: "level", rowDimensionSeparator: "_", columnDimensionSeparator: "-" };
|
|
22045
22045
|
var Ct2 = function(n38) {
|
|
22046
22046
|
return n38[n38.Row = 0] = "Row", n38[n38.Column = 1] = "Column", n38[n38.Filter = 2] = "Filter", n38;
|
|
22047
22047
|
}(Ct2 || {});
|
|
@@ -22704,7 +22704,7 @@ var cn = (() => {
|
|
|
22704
22704
|
return this._virtDirRow ? this._virtDirRow.first : null;
|
|
22705
22705
|
}
|
|
22706
22706
|
get cells() {
|
|
22707
|
-
let e = new
|
|
22707
|
+
let e = new Ji();
|
|
22708
22708
|
if (!this._cells) return e;
|
|
22709
22709
|
let i = this._cells.filter((r) => r.nativeElement.parentElement !== null).sort((r, s) => r.column.visibleIndex - s.column.visibleIndex);
|
|
22710
22710
|
return e.reset(i), e;
|
|
@@ -24226,7 +24226,7 @@ var bo = (() => {
|
|
|
24226
24226
|
var YC = 7;
|
|
24227
24227
|
var Jk = 864e5;
|
|
24228
24228
|
function nr(n38) {
|
|
24229
|
-
return
|
|
24229
|
+
return ji(n38) ? mt2.from(n38) : n38;
|
|
24230
24230
|
}
|
|
24231
24231
|
function KC(n38, t) {
|
|
24232
24232
|
return n38.date !== t.date ? t.set({ date: 0 }) : t;
|
|
@@ -24575,7 +24575,7 @@ var nv = (() => {
|
|
|
24575
24575
|
if (this.tabIndex !== -1) return this.date.getTime();
|
|
24576
24576
|
}
|
|
24577
24577
|
set date(e) {
|
|
24578
|
-
|
|
24578
|
+
ji(e) && (this._date = e);
|
|
24579
24579
|
}
|
|
24580
24580
|
get date() {
|
|
24581
24581
|
return this._date;
|
|
@@ -24686,13 +24686,13 @@ var XC = (() => {
|
|
|
24686
24686
|
constructor(r, s) {
|
|
24687
24687
|
super(s);
|
|
24688
24688
|
wd(this, t);
|
|
24689
|
-
this.el = r,
|
|
24689
|
+
this.el = r, oa(this, t, true), this.id = `igx-months-view-${foe++}`, this.viewClass = true, this.formatView = true, this._monthFormat = "short";
|
|
24690
24690
|
}
|
|
24691
24691
|
get standalone() {
|
|
24692
24692
|
return yd(this, t);
|
|
24693
24693
|
}
|
|
24694
24694
|
set standalone(r) {
|
|
24695
|
-
|
|
24695
|
+
oa(this, t, r);
|
|
24696
24696
|
}
|
|
24697
24697
|
get monthFormat() {
|
|
24698
24698
|
return this._monthFormat;
|
|
@@ -24745,13 +24745,13 @@ var ZC = (() => {
|
|
|
24745
24745
|
constructor(r, s) {
|
|
24746
24746
|
super(s);
|
|
24747
24747
|
wd(this, t);
|
|
24748
|
-
this.el = r,
|
|
24748
|
+
this.el = r, oa(this, t, true), this.viewClass = true, this._yearFormat = "numeric", this._yearsPerPage = 15;
|
|
24749
24749
|
}
|
|
24750
24750
|
get standalone() {
|
|
24751
24751
|
return yd(this, t);
|
|
24752
24752
|
}
|
|
24753
24753
|
set standalone(r) {
|
|
24754
|
-
|
|
24754
|
+
oa(this, t, r);
|
|
24755
24755
|
}
|
|
24756
24756
|
get yearFormat() {
|
|
24757
24757
|
return this._yearFormat;
|
|
@@ -25068,7 +25068,7 @@ var ov = (() => {
|
|
|
25068
25068
|
selectDate(e) {
|
|
25069
25069
|
if (typeof e == "string" && (e = _e.parseIsoDate(e)), !(e == null || Array.isArray(e) && e.length === 0)) switch (this.selection) {
|
|
25070
25070
|
case dn.SINGLE:
|
|
25071
|
-
|
|
25071
|
+
ji(e) && !this.isDateDisabled(e) && this.selectSingle(e);
|
|
25072
25072
|
break;
|
|
25073
25073
|
case dn.MULTI:
|
|
25074
25074
|
this.selectMultiple(e);
|
|
@@ -25098,7 +25098,7 @@ var ov = (() => {
|
|
|
25098
25098
|
}
|
|
25099
25099
|
}
|
|
25100
25100
|
selectSingle(e) {
|
|
25101
|
-
|
|
25101
|
+
Da(this.selectedDates?.at(0), e) || (this.selectedDates = [this.getDateOnly(e)], this._onChangeCallback(this.selectedDates.at(0)));
|
|
25102
25102
|
}
|
|
25103
25103
|
deselectSingle(e) {
|
|
25104
25104
|
this.selectedDates !== null && this.getDateOnlyInMs(e) === this.getDateOnlyInMs(this.selectedDates.at(0)) && (this.selectedDates = null, this._onChangeCallback(this.selectedDates));
|
|
@@ -25240,13 +25240,13 @@ var sv = (() => {
|
|
|
25240
25240
|
constructor(r, s, a, l) {
|
|
25241
25241
|
super(r, s, null, l);
|
|
25242
25242
|
wd(this, t);
|
|
25243
|
-
this.el = a, this.cdr = l,
|
|
25243
|
+
this.el = a, this.cdr = l, oa(this, t, true), this.id = `igx-days-view-${Doe++}`, this.tabIndex = 0, this.role = "grid", this.viewClass = true, this.dateSelected = new T(), this.pageChanged = new T(), this.activeDateChange = new T(), this.previewRangeDateChange = new T();
|
|
25244
25244
|
}
|
|
25245
25245
|
get standalone() {
|
|
25246
25246
|
return yd(this, t);
|
|
25247
25247
|
}
|
|
25248
25248
|
set standalone(r) {
|
|
25249
|
-
|
|
25249
|
+
oa(this, t, r);
|
|
25250
25250
|
}
|
|
25251
25251
|
get activeDescendant() {
|
|
25252
25252
|
if (this.tabIndex !== -1) return this.activeDate.getTime();
|
|
@@ -26464,7 +26464,7 @@ var Do = (() => {
|
|
|
26464
26464
|
return n38;
|
|
26465
26465
|
})();
|
|
26466
26466
|
var fF = ["*"];
|
|
26467
|
-
var
|
|
26467
|
+
var Na = (() => {
|
|
26468
26468
|
let t = class t {
|
|
26469
26469
|
constructor() {
|
|
26470
26470
|
this.clicked = new T();
|
|
@@ -26486,7 +26486,7 @@ var Oa = (() => {
|
|
|
26486
26486
|
return n38;
|
|
26487
26487
|
})();
|
|
26488
26488
|
var Us = (() => {
|
|
26489
|
-
let t = class t extends
|
|
26489
|
+
let t = class t extends Na {
|
|
26490
26490
|
};
|
|
26491
26491
|
t.\u0275fac = /* @__PURE__ */ (() => {
|
|
26492
26492
|
let e;
|
|
@@ -26513,7 +26513,7 @@ var lv = (() => {
|
|
|
26513
26513
|
})();
|
|
26514
26514
|
var _F = { igx_date_picker_change_date: "Change Date", igx_date_picker_choose_date: "Choose Date" };
|
|
26515
26515
|
var $g = bt2({ Horizontal: "horizontal", Vertical: "vertical" });
|
|
26516
|
-
var
|
|
26516
|
+
var La = bt2({ DropDown: "dropdown", Dialog: "dialog" });
|
|
26517
26517
|
var $se = (n38) => ({ $implicit: n38 });
|
|
26518
26518
|
function Use(n38, t) {
|
|
26519
26519
|
if (n38 & 1) {
|
|
@@ -26570,16 +26570,16 @@ function Xse(n38, t) {
|
|
|
26570
26570
|
var vF = (() => {
|
|
26571
26571
|
let t = class t {
|
|
26572
26572
|
constructor() {
|
|
26573
|
-
this.calendarClose = new T(), this.todaySelection = new T(), this.styleClass = "igx-date-picker", this.vertical = false, this.mode =
|
|
26573
|
+
this.calendarClose = new T(), this.todaySelection = new T(), this.styleClass = "igx-date-picker", this.vertical = false, this.mode = La.DropDown;
|
|
26574
26574
|
}
|
|
26575
26575
|
get dropdownCSS() {
|
|
26576
|
-
return this.mode ===
|
|
26576
|
+
return this.mode === La.DropDown;
|
|
26577
26577
|
}
|
|
26578
26578
|
onEscape(e) {
|
|
26579
26579
|
e.preventDefault(), this.calendarClose.emit();
|
|
26580
26580
|
}
|
|
26581
26581
|
get isReadonly() {
|
|
26582
|
-
return this.mode ===
|
|
26582
|
+
return this.mode === La.Dialog;
|
|
26583
26583
|
}
|
|
26584
26584
|
};
|
|
26585
26585
|
t.\u0275fac = function(i) {
|
|
@@ -26628,14 +26628,14 @@ var cv = (() => {
|
|
|
26628
26628
|
return this._collapsed;
|
|
26629
26629
|
}
|
|
26630
26630
|
get isDropdown() {
|
|
26631
|
-
return this.mode ===
|
|
26631
|
+
return this.mode === La.DropDown;
|
|
26632
26632
|
}
|
|
26633
26633
|
get isFocused() {
|
|
26634
26634
|
let e = this.element.nativeElement?.getRootNode();
|
|
26635
26635
|
return e?.activeElement ? this.element.nativeElement.contains(e.activeElement) || !this.collapsed && this.toggleContainer.contains(e.activeElement) : false;
|
|
26636
26636
|
}
|
|
26637
26637
|
constructor(e, i, r) {
|
|
26638
|
-
this.element = e, this._localeId = i, this._inputGroupType = r, this.placeholder = "", this.mode =
|
|
26638
|
+
this.element = e, this._localeId = i, this._inputGroupType = r, this.placeholder = "", this.mode = La.DropDown, this.disabled = false, this.opening = new T(), this.opened = new T(), this.closing = new T(), this.closed = new T(), this._collapsed = true, this._destroy$ = new ue2(), this.locale = this.locale || this._localeId;
|
|
26639
26639
|
}
|
|
26640
26640
|
ngAfterViewInit() {
|
|
26641
26641
|
this.subToIconsClicked(this.toggleComponents, () => this.open()), this.toggleComponents.changes.pipe(K(this._destroy$)).subscribe(() => this.subToIconsClicked(this.toggleComponents, () => this.open()));
|
|
@@ -26648,14 +26648,14 @@ var cv = (() => {
|
|
|
26648
26648
|
}
|
|
26649
26649
|
subToIconsClicked(e, i) {
|
|
26650
26650
|
e.forEach((r) => {
|
|
26651
|
-
r.clicked.pipe(K(
|
|
26651
|
+
r.clicked.pipe(K(da(e.changes, this._destroy$))).subscribe(i);
|
|
26652
26652
|
});
|
|
26653
26653
|
}
|
|
26654
26654
|
};
|
|
26655
26655
|
t.\u0275fac = function(i) {
|
|
26656
26656
|
return new (i || t)(_(z), _(Zt2), _(Hs, 8));
|
|
26657
26657
|
}, t.\u0275dir = U({ type: t, contentQueries: function(i, r, s) {
|
|
26658
|
-
if (i & 1 && (de(s,
|
|
26658
|
+
if (i & 1 && (de(s, Na, 5), de(s, Ft2, 5), de(s, Qt, 5)), i & 2) {
|
|
26659
26659
|
let a;
|
|
26660
26660
|
b(a = D()) && (r.toggleComponents = a), b(a = D()) && (r.prefixes = a), b(a = D()) && (r.suffixes = a);
|
|
26661
26661
|
}
|
|
@@ -26820,7 +26820,7 @@ var Hr = (() => {
|
|
|
26820
26820
|
}
|
|
26821
26821
|
validate(e) {
|
|
26822
26822
|
if (!e.value) return null;
|
|
26823
|
-
if (
|
|
26823
|
+
if (ji(e.value) && !_e.isValidDate(e.value)) return { value: true };
|
|
26824
26824
|
let i = {}, r = _e.isValidDate(e.value) ? e.value : _e.parseIsoDate(e.value);
|
|
26825
26825
|
return r && this.disabledDates && un(r, this.disabledDates) && Object.assign(i, { dateIsDisabled: true }), Object.assign(i, _e.validateMinMax(r, this.minValue, this.maxValue, false)), Object.keys(i).length > 0 ? i : null;
|
|
26826
26826
|
}
|
|
@@ -26847,7 +26847,7 @@ var Hr = (() => {
|
|
|
26847
26847
|
});
|
|
26848
26848
|
}
|
|
26849
26849
|
setDateValue(e) {
|
|
26850
|
-
if (
|
|
26850
|
+
if (ji(e) && isNaN(e.getTime())) {
|
|
26851
26851
|
this._dateValue = e;
|
|
26852
26852
|
return;
|
|
26853
26853
|
}
|
|
@@ -27200,7 +27200,7 @@ function pn() {
|
|
|
27200
27200
|
return o.set = function(r) {
|
|
27201
27201
|
let s = this._init, a = this[t];
|
|
27202
27202
|
if ((r !== a || typeof r == "object" && r === a) && (i.call(this, r), this.ngOnChanges && !s)) {
|
|
27203
|
-
let l = { [t]: new
|
|
27203
|
+
let l = { [t]: new ha(a, r, false) };
|
|
27204
27204
|
this.ngOnChanges(l);
|
|
27205
27205
|
}
|
|
27206
27206
|
}, o;
|
|
@@ -27762,11 +27762,11 @@ var _t2 = (() => {
|
|
|
27762
27762
|
e.forEach((r) => {
|
|
27763
27763
|
if (!r.colStart) return;
|
|
27764
27764
|
let s = r.widthSetByUser && i[r.colStart - 1] && !i[r.colStart - 1].widthSetByUser, a = i[r.colStart - 1] && i[r.colStart - 1].colSpan > r.gridColumnSpan, l = r.widthSetByUser && i[r.colStart - 1] && i[r.colStart - 1].widthSetByUser, c = !r.widthSetByUser && i[r.colStart - 1] && !i[r.colStart - 1].widthSetByUser;
|
|
27765
|
-
if (i[r.colStart - 1] === void 0) i[r.colStart - 1] = { ref: r, width: r.width === "fit-content" ? r.autoSize : r.widthSetByUser || this.grid.columnWidthSetByUser ?
|
|
27765
|
+
if (i[r.colStart - 1] === void 0) i[r.colStart - 1] = { ref: r, width: r.width === "fit-content" ? r.autoSize : r.widthSetByUser || this.grid.columnWidthSetByUser ? parseFloat(r.calcWidth) : null, colSpan: r.gridColumnSpan, colEnd: r.colStart + r.gridColumnSpan, widthSetByUser: r.widthSetByUser };
|
|
27766
27766
|
else if (s || a && (l || c)) {
|
|
27767
27767
|
if (l && a) for (let d = r.colStart - 1 + r.gridColumnSpan; d < i[r.colStart - 1].colEnd - 1 && (!i[d] || !i[d].widthSetByUser); d++) i[d] = i[r.colStart - 1];
|
|
27768
|
-
i[r.colStart - 1] = { ref: r, width: r.width === "fit-content" ? r.autoSize : r.widthSetByUser || this.grid.columnWidthSetByUser ?
|
|
27769
|
-
} else if (l && i[r.colStart - 1].colSpan < r.gridColumnSpan) for (let d = r.colStart - 1 + i[r.colStart - 1].colSpan; d < r.colStart - 1 + r.gridColumnSpan && (!i[d] || !i[d].widthSetByUser); d++) i[d] = { ref: r, width: r.width === "fit-content" ? r.autoSize : r.widthSetByUser || this.grid.columnWidthSetByUser ?
|
|
27768
|
+
i[r.colStart - 1] = { ref: r, width: r.width === "fit-content" ? r.autoSize : r.widthSetByUser || this.grid.columnWidthSetByUser ? parseFloat(r.calcWidth) : null, colSpan: r.gridColumnSpan, colEnd: r.colStart + r.gridColumnSpan, widthSetByUser: r.widthSetByUser };
|
|
27769
|
+
} else if (l && i[r.colStart - 1].colSpan < r.gridColumnSpan) for (let d = r.colStart - 1 + i[r.colStart - 1].colSpan; d < r.colStart - 1 + r.gridColumnSpan && (!i[d] || !i[d].widthSetByUser); d++) i[d] = { ref: r, width: r.width === "fit-content" ? r.autoSize : r.widthSetByUser || this.grid.columnWidthSetByUser ? parseFloat(r.calcWidth) : null, colSpan: r.gridColumnSpan, colEnd: r.colStart + r.gridColumnSpan, widthSetByUser: r.widthSetByUser };
|
|
27770
27770
|
});
|
|
27771
27771
|
for (let r = 0; r < i.length; r++) if (i[r] && i[r].colSpan > 1) {
|
|
27772
27772
|
let s = 1;
|
|
@@ -27780,7 +27780,7 @@ var _t2 = (() => {
|
|
|
27780
27780
|
}
|
|
27781
27781
|
getFilledChildColumnSizes(e) {
|
|
27782
27782
|
let i = this.getInitialChildColumnSizes(e), r = [];
|
|
27783
|
-
for (let s of i) s && s.width ? r.push(s.width + "px") : r.push(
|
|
27783
|
+
for (let s of i) s && s.width ? r.push(s.width + "px") : r.push(parseFloat(this.grid.getPossibleColumnWidth()) + "px");
|
|
27784
27784
|
return r;
|
|
27785
27785
|
}
|
|
27786
27786
|
getResizableColUnderEnd() {
|
|
@@ -27911,8 +27911,8 @@ var _t2 = (() => {
|
|
|
27911
27911
|
return this.getFilledChildColumnSizes(e).join(" ");
|
|
27912
27912
|
}
|
|
27913
27913
|
cacheCalcWidth() {
|
|
27914
|
-
let e = this.width;
|
|
27915
|
-
|
|
27914
|
+
let e = this.width, i = e && typeof e == "string" && e.indexOf("%") !== -1, r = e && typeof e == "string" && e === "fit-content";
|
|
27915
|
+
i && this.grid.isColumnWidthSum ? this._calcWidth = this.grid.minColumnWidth : i ? this._calcWidth = parseFloat(e) / 100 * this.grid.calcWidth : !e || r && !this.autoSize ? this._calcWidth = this.defaultWidth || this.grid.getPossibleColumnWidth() : this._calcWidth = this.width, this.calcPixelWidth = parseFloat(this._calcWidth);
|
|
27916
27916
|
}
|
|
27917
27917
|
setExpandCollapseState() {
|
|
27918
27918
|
this.children.filter((e) => e.visibleWhenCollapsed !== void 0).forEach((e) => {
|
|
@@ -27958,7 +27958,7 @@ function fae(n38, t) {
|
|
|
27958
27958
|
var Mn = (() => {
|
|
27959
27959
|
let t = class t extends _t2 {
|
|
27960
27960
|
constructor() {
|
|
27961
|
-
super(...arguments), this.children = new
|
|
27961
|
+
super(...arguments), this.children = new Ji(), this.searchable = true;
|
|
27962
27962
|
}
|
|
27963
27963
|
set collapsible(e) {
|
|
27964
27964
|
this._collapsible = e, this.collapsibleChange.emit(this._collapsible), this.children && !this.hidden && (this._collapsible ? this.setExpandCollapseState() : this.children.forEach((i) => i.hidden = false));
|
|
@@ -28044,7 +28044,7 @@ var Mn = (() => {
|
|
|
28044
28044
|
return false;
|
|
28045
28045
|
}
|
|
28046
28046
|
get width() {
|
|
28047
|
-
return `${this.children.reduce((i, r) => r.hidden ? i : i +
|
|
28047
|
+
return `${this.children.reduce((i, r) => r.hidden ? i : i + parseFloat(r.calcWidth), 0)}px`;
|
|
28048
28048
|
}
|
|
28049
28049
|
set width(e) {
|
|
28050
28050
|
}
|
|
@@ -28074,7 +28074,7 @@ var Mn = (() => {
|
|
|
28074
28074
|
let a;
|
|
28075
28075
|
b(a = D()) && (r.children = a);
|
|
28076
28076
|
}
|
|
28077
|
-
}, inputs: { collapsible: [2, "collapsible", "collapsible", B], expanded: [2, "expanded", "expanded", B], summaries: "summaries", searchable: [2, "searchable", "searchable", B], filters: "filters", collapsibleIndicatorTemplate: "collapsibleIndicatorTemplate", hidden: [2, "hidden", "hidden", B] }, standalone: true, features: [fe2([{ provide: _t2, useExisting:
|
|
28077
|
+
}, inputs: { collapsible: [2, "collapsible", "collapsible", B], expanded: [2, "expanded", "expanded", B], summaries: "summaries", searchable: [2, "searchable", "searchable", B], filters: "filters", collapsibleIndicatorTemplate: "collapsibleIndicatorTemplate", hidden: [2, "hidden", "hidden", B] }, standalone: true, features: [fe2([{ provide: _t2, useExisting: Gi(() => t) }]), le2, ne, Q], ngContentSelectors: mae, decls: 1, vars: 1, consts: [["sink", ""], [2, "display", "none"]], template: function(i, r) {
|
|
28078
28078
|
i & 1 && (Ee(gae), C(0, fae, 3, 0, "div", 1)), i & 2 && vn(r.platform.isElements ? 0 : -1);
|
|
28079
28079
|
}, encapsulation: 2, changeDetection: 0 });
|
|
28080
28080
|
let n38 = t;
|
|
@@ -28091,7 +28091,7 @@ var ad = (() => {
|
|
|
28091
28091
|
super(...arguments), this.childrenVisibleIndexes = [];
|
|
28092
28092
|
}
|
|
28093
28093
|
get width() {
|
|
28094
|
-
return this.getFilledChildColumnSizes(this.children).reduce((i, r) => i +
|
|
28094
|
+
return this.getFilledChildColumnSizes(this.children).reduce((i, r) => i + parseFloat(r), 0);
|
|
28095
28095
|
}
|
|
28096
28096
|
set width(e) {
|
|
28097
28097
|
}
|
|
@@ -28102,7 +28102,7 @@ var ad = (() => {
|
|
|
28102
28102
|
let e = 0;
|
|
28103
28103
|
if (this.headerGroup && this.headerGroup.hasLastPinnedChildColumn) {
|
|
28104
28104
|
let i = this.grid.document.defaultView.getComputedStyle(this.headerGroup.nativeElement.children[0]);
|
|
28105
|
-
e =
|
|
28105
|
+
e = parseFloat(i.borderRightWidth);
|
|
28106
28106
|
}
|
|
28107
28107
|
return super.getCalcWidth() + e;
|
|
28108
28108
|
}
|
|
@@ -28148,7 +28148,7 @@ var ad = (() => {
|
|
|
28148
28148
|
return function(r) {
|
|
28149
28149
|
return (e || (e = Ae2(t)))(r || t);
|
|
28150
28150
|
};
|
|
28151
|
-
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-column-layout"]], inputs: { hidden: [2, "hidden", "hidden", B] }, standalone: true, features: [fe2([{ provide: _t2, useExisting:
|
|
28151
|
+
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-column-layout"]], inputs: { hidden: [2, "hidden", "hidden", B] }, standalone: true, features: [fe2([{ provide: _t2, useExisting: Gi(() => t) }]), le2, ne, Q], ngContentSelectors: vae, decls: 1, vars: 1, consts: [["sink", ""], [2, "display", "none"]], template: function(i, r) {
|
|
28152
28152
|
i & 1 && (Ee(_ae), C(0, xae, 3, 0, "div", 1)), i & 2 && vn(r.platform.isElements ? 0 : -1);
|
|
28153
28153
|
}, encapsulation: 2, changeDetection: 0 });
|
|
28154
28154
|
let n38 = t;
|
|
@@ -28234,7 +28234,7 @@ var xF = (() => {
|
|
|
28234
28234
|
this._target = e || this.dropdown;
|
|
28235
28235
|
}
|
|
28236
28236
|
constructor() {
|
|
28237
|
-
super(null), this._target = null, this.inputStream = "", this.clearStream$ =
|
|
28237
|
+
super(null), this._target = null, this.inputStream = "", this.clearStream$ = Zi.EMPTY;
|
|
28238
28238
|
}
|
|
28239
28239
|
handleKeyDown(e) {
|
|
28240
28240
|
if (!e) return;
|
|
@@ -29119,7 +29119,7 @@ var Br = (() => {
|
|
|
29119
29119
|
return this._itemsDelta;
|
|
29120
29120
|
}
|
|
29121
29121
|
constructor(e, i, r, s, a, l) {
|
|
29122
|
-
super(e, i, r), this._injector = s, this.platform = a, this.cdr = l, this.id = `igx-time-picker-${ule++}`, this.mode =
|
|
29122
|
+
super(e, i, r), this._injector = s, this.platform = a, this.cdr = l, this.id = `igx-time-picker-${ule++}`, this.mode = La.DropDown, this.spinLoop = true, this.headerOrientation = $g.Horizontal, this.readOnly = false, this.selected = new T(), this.valueChange = new T(), this.validationFailed = new T(), this.cleared = false, this.isNotEmpty = false, this.displayValue = { transform: (c) => this.formatter(c) }, this.hourItems = [], this.minuteItems = [], this.secondsItems = [], this.ampmItems = [], this._resourceStrings = hi(wF), this._okButtonLabel = null, this._cancelButtonLabel = null, this._itemsDelta = { hours: 1, minutes: 1, seconds: 1, fractionalSeconds: 1 }, this._ngControl = null, this._onChangeCallback = St2, this._onTouchedCallback = St2, this._onValidatorChange = St2, this._defaultDialogOverlaySettings = { closeOnOutsideClick: true, modal: true, closeOnEscape: true, outlet: this.outlet }, this._defaultDropDownOverlaySettings = { target: this.element.nativeElement, modal: false, closeOnOutsideClick: true, scrollStrategy: new Yt(), positionStrategy: new Ai(), outlet: this.outlet }, this.locale = this.locale || this._localeId;
|
|
29123
29123
|
}
|
|
29124
29124
|
onKeyDown(e) {
|
|
29125
29125
|
switch (e.key) {
|
|
@@ -29160,7 +29160,7 @@ var Br = (() => {
|
|
|
29160
29160
|
}
|
|
29161
29161
|
validate(e) {
|
|
29162
29162
|
if (!e.value) return null;
|
|
29163
|
-
if (
|
|
29163
|
+
if (ji(e.value) && !_e.isValidDate(e.value)) return { value: true };
|
|
29164
29164
|
let i = {}, r = _e.isValidDate(e.value) ? e.value : _e.parseIsoDate(e.value);
|
|
29165
29165
|
return Object.assign(i, _e.validateMinMax(r, this.minValue, this.maxValue, true, false)), Object.keys(i).length > 0 ? i : null;
|
|
29166
29166
|
}
|
|
@@ -29304,7 +29304,7 @@ var Br = (() => {
|
|
|
29304
29304
|
return e > this.maxDropdownValue && (i && e.getHours() !== this.maxDropdownValue.getHours() ? e.setHours(12) : e = new Date(this.maxDropdownValue)), e < this.minDropdownValue && (e = new Date(this.minDropdownValue)), e;
|
|
29305
29305
|
}
|
|
29306
29306
|
emitValueChange(e, i) {
|
|
29307
|
-
|
|
29307
|
+
Da(e, i) || this.valueChange.emit(i);
|
|
29308
29308
|
}
|
|
29309
29309
|
emitValidationFailedEvent(e) {
|
|
29310
29310
|
let i = { owner: this, previousValue: e, currentValue: this.value };
|
|
@@ -29324,7 +29324,7 @@ var Br = (() => {
|
|
|
29324
29324
|
}
|
|
29325
29325
|
updateValue(e) {
|
|
29326
29326
|
if (!this.value) this.value = e && new Date(e);
|
|
29327
|
-
else if (
|
|
29327
|
+
else if (ji(this.value)) {
|
|
29328
29328
|
let i = new Date(this.value);
|
|
29329
29329
|
i.setHours(e?.getHours() || 0, e?.getMinutes() || 0, e?.getSeconds() || 0, e?.getMilliseconds() || 0), this.value = i;
|
|
29330
29330
|
} else this.value = e && this.toISOString(e);
|
|
@@ -30247,11 +30247,11 @@ var h3 = (() => {
|
|
|
30247
30247
|
let s = M(3);
|
|
30248
30248
|
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);
|
|
30249
30249
|
}
|
|
30250
|
-
}, dependencies: [ae2, Ug, at2, me, ci, Ft2, Qt, us, Mr, Cn, In, qr, He2, Ws, Kt, Rt2, Hr,
|
|
30250
|
+
}, dependencies: [ae2, Ug, at2, me, ci, Ft2, Qt, us, Mr, Cn, In, qr, He2, Ws, Kt, Rt2, Hr, Na, Us, Br, an, ke, Oe, Bt2, bo, sn, wn, fce, tr], encapsulation: 2 });
|
|
30251
30251
|
let n38 = t;
|
|
30252
30252
|
return n38;
|
|
30253
30253
|
})();
|
|
30254
|
-
var wp = { igx_grid_groupByArea_message: "Drag a column header and drop it here to group by that column.", igx_grid_groupByArea_select_message: "Select all rows in the group with field name {0} and value {1}.", igx_grid_groupByArea_deselect_message: "Deselect all rows in the group with field name {0} and value {1}.", igx_grid_emptyFilteredGrid_message: "No records found.", igx_grid_emptyGrid_message: "Grid has no data.", igx_grid_filter: "Filter", igx_grid_filter_row_close: "Close", igx_grid_filter_row_reset: "Reset", igx_grid_filter_row_placeholder: "Add filter value", igx_grid_filter_row_boolean_placeholder: "All", igx_grid_filter_row_date_placeholder: "Pick up date", igx_grid_filter_row_time_placeholder: "Pick up time", igx_grid_filter_operator_and: "And", igx_grid_filter_operator_or: "Or", igx_grid_complex_filter: "Complex Filter", igx_grid_filter_contains: "Contains", igx_grid_filter_doesNotContain: "Does Not Contain", igx_grid_filter_startsWith: "Starts With", igx_grid_filter_endsWith: "Ends With", igx_grid_filter_equals: "Equals", igx_grid_filter_doesNotEqual: "Does Not Equal", igx_grid_filter_empty: "Empty", igx_grid_filter_notEmpty: "Not Empty", igx_grid_filter_null: "Null", igx_grid_filter_notNull: "Not Null", igx_grid_filter_before: "Before", igx_grid_filter_after: "After", igx_grid_filter_at: "At", igx_grid_filter_not_at: "Not At", igx_grid_filter_at_before: "At or Before", igx_grid_filter_at_after: "At or After", igx_grid_filter_today: "Today", igx_grid_filter_yesterday: "Yesterday", igx_grid_filter_thisMonth: "This Month", igx_grid_filter_lastMonth: "Last Month", igx_grid_filter_nextMonth: "Next Month", igx_grid_filter_thisYear: "This Year", igx_grid_filter_lastYear: "Last Year", igx_grid_filter_nextYear: "Next Year", igx_grid_filter_greaterThan: "Greater Than", igx_grid_filter_lessThan: "Less Than", igx_grid_filter_greaterThanOrEqualTo: "Greater Than Or Equal To", igx_grid_filter_lessThanOrEqualTo: "Less Than Or Equal To", igx_grid_filter_true: "True", igx_grid_filter_false: "False", igx_grid_filter_all: "All", igx_grid_filter_condition_placeholder: "Select filter", igx_grid_summary_count: "Count", igx_grid_summary_min: "Min", igx_grid_summary_max: "Max", igx_grid_summary_sum: "Sum", igx_grid_summary_average: "Avg", igx_grid_summary_earliest: "Earliest", igx_grid_summary_latest: "Latest", igx_grid_excel_filter_moving_left: "move left", igx_grid_excel_filter_moving_left_short: "left", igx_grid_excel_filter_moving_right: "move right", igx_grid_excel_filter_moving_right_short: "right", igx_grid_excel_filter_moving_header: "move", igx_grid_excel_filter_sorting_asc: "ascending", igx_grid_excel_filter_sorting_asc_short: "asc", igx_grid_excel_filter_sorting_desc: "descending", igx_grid_excel_filter_sorting_desc_short: "desc", igx_grid_excel_filter_sorting_header: "sort", igx_grid_excel_filter_clear: "Clear column filters", igx_grid_excel_custom_dialog_add: "add filter", igx_grid_excel_custom_dialog_clear: "Clear filter", igx_grid_excel_custom_dialog_header: "Custom auto-filter on column: ", igx_grid_excel_cancel: "
|
|
30254
|
+
var wp = { igx_grid_groupByArea_message: "Drag a column header and drop it here to group by that column.", igx_grid_groupByArea_select_message: "Select all rows in the group with field name {0} and value {1}.", igx_grid_groupByArea_deselect_message: "Deselect all rows in the group with field name {0} and value {1}.", igx_grid_emptyFilteredGrid_message: "No records found.", igx_grid_emptyGrid_message: "Grid has no data.", igx_grid_filter: "Filter", igx_grid_filter_row_close: "Close", igx_grid_filter_row_reset: "Reset", igx_grid_filter_row_placeholder: "Add filter value", igx_grid_filter_row_boolean_placeholder: "All", igx_grid_filter_row_date_placeholder: "Pick up date", igx_grid_filter_row_time_placeholder: "Pick up time", igx_grid_filter_operator_and: "And", igx_grid_filter_operator_or: "Or", igx_grid_complex_filter: "Complex Filter", igx_grid_filter_contains: "Contains", igx_grid_filter_doesNotContain: "Does Not Contain", igx_grid_filter_startsWith: "Starts With", igx_grid_filter_endsWith: "Ends With", igx_grid_filter_equals: "Equals", igx_grid_filter_doesNotEqual: "Does Not Equal", igx_grid_filter_empty: "Empty", igx_grid_filter_notEmpty: "Not Empty", igx_grid_filter_null: "Null", igx_grid_filter_notNull: "Not Null", igx_grid_filter_before: "Before", igx_grid_filter_after: "After", igx_grid_filter_at: "At", igx_grid_filter_not_at: "Not At", igx_grid_filter_at_before: "At or Before", igx_grid_filter_at_after: "At or After", igx_grid_filter_today: "Today", igx_grid_filter_yesterday: "Yesterday", igx_grid_filter_thisMonth: "This Month", igx_grid_filter_lastMonth: "Last Month", igx_grid_filter_nextMonth: "Next Month", igx_grid_filter_thisYear: "This Year", igx_grid_filter_lastYear: "Last Year", igx_grid_filter_nextYear: "Next Year", igx_grid_filter_greaterThan: "Greater Than", igx_grid_filter_lessThan: "Less Than", igx_grid_filter_greaterThanOrEqualTo: "Greater Than Or Equal To", igx_grid_filter_lessThanOrEqualTo: "Less Than Or Equal To", igx_grid_filter_true: "True", igx_grid_filter_false: "False", igx_grid_filter_all: "All", igx_grid_filter_condition_placeholder: "Select filter", igx_grid_summary_count: "Count", igx_grid_summary_min: "Min", igx_grid_summary_max: "Max", igx_grid_summary_sum: "Sum", igx_grid_summary_average: "Avg", igx_grid_summary_earliest: "Earliest", igx_grid_summary_latest: "Latest", igx_grid_excel_filter_moving_left: "move left", igx_grid_excel_filter_moving_left_short: "left", igx_grid_excel_filter_moving_right: "move right", igx_grid_excel_filter_moving_right_short: "right", igx_grid_excel_filter_moving_header: "move", igx_grid_excel_filter_sorting_asc: "ascending", igx_grid_excel_filter_sorting_asc_short: "asc", igx_grid_excel_filter_sorting_desc: "descending", igx_grid_excel_filter_sorting_desc_short: "desc", igx_grid_excel_filter_sorting_header: "sort", igx_grid_excel_filter_clear: "Clear column filters", igx_grid_excel_custom_dialog_add: "add filter", igx_grid_excel_custom_dialog_clear: "Clear filter", igx_grid_excel_custom_dialog_header: "Custom auto-filter on column: ", igx_grid_excel_cancel: "Cancel", igx_grid_excel_apply: "Apply", igx_grid_excel_search_placeholder: "Search", igx_grid_excel_select_all: "Select All", igx_grid_excel_select_all_search_results: "Select all search results", igx_grid_excel_add_to_filter: "Add current selection to filter", igx_grid_excel_blanks: "(Blanks)", igx_grid_excel_hide: "Hide column", igx_grid_excel_show: "Show column", igx_grid_excel_pin: "Pin column", igx_grid_excel_unpin: "Unpin column", igx_grid_excel_select: "Select column", igx_grid_excel_deselect: "Deselect column", igx_grid_excel_text_filter: "Text filter", igx_grid_excel_number_filter: "Number filter", igx_grid_excel_date_filter: "Date filter", igx_grid_excel_boolean_filter: "Boolean filter", igx_grid_excel_currency_filter: "Currency filter", igx_grid_excel_custom_filter: "Custom filter...", igx_grid_excel_no_matches: "No matches", igx_grid_excel_matches_count: "{0} matches.", igx_grid_advanced_filter_title: "Advanced Filtering", igx_grid_advanced_filter_and_group: '"And" Group', igx_grid_advanced_filter_or_group: '"Or" Group', igx_grid_advanced_filter_end_group: "End Group", igx_grid_advanced_filter_create_and_group: 'Create "And" Group', igx_grid_advanced_filter_create_or_group: 'Create "Or" Group', igx_grid_advanced_filter_and_label: "and", igx_grid_advanced_filter_or_label: "or", igx_grid_advanced_filter_add_condition: "Condition", igx_grid_advanced_filter_ungroup: "Ungroup", igx_grid_advanced_filter_delete: "Delete", igx_grid_advanced_filter_delete_filters: "Delete filters", igx_grid_advanced_filter_initial_text: 'Start with creating a group of conditions linked with "And" or "Or"', igx_grid_advanced_filter_column_placeholder: "Select column", igx_grid_advanced_filter_value_placeholder: "Value", igx_grid_pinned_row_indicator: "Pinned", igx_grid_hiding_check_all_label: "Show All", igx_grid_hiding_uncheck_all_label: "Hide All", igx_grid_pinning_check_all_label: "Pin All", igx_grid_pinning_uncheck_all_label: "Unpin All", igx_grid_row_edit_btn_done: "Done", igx_grid_row_edit_btn_cancel: "Cancel", igx_grid_row_edit_text: "You have {0} changes in this row and {1} hidden columns", igx_grid_toolbar_actions_filter_prompt: "Filter columns list ...", igx_grid_toolbar_pinning_button_tooltip: "Open column pinning dropdown", igx_grid_toolbar_hiding_button_tooltip: "Open column hiding dropdown", igx_grid_toolbar_pinning_title: "Pinned columns", igx_grid_toolbar_hiding_title: "Visible columns", igx_grid_toolbar_advanced_filtering_button_tooltip: "Open advanced filtering dialog", igx_grid_toolbar_advanced_filtering_button_label: "Advanced filtering", igx_grid_toolbar_exporter_button_tooltip: "Open exporter dropdown", igx_grid_toolbar_exporter_button_label: "Export", igx_grid_toolbar_exporter_excel_entry_text: "Export to Excel", igx_grid_toolbar_exporter_csv_entry_text: "Export to CSV", igx_grid_snackbar_addrow_label: "Row added", igx_grid_snackbar_addrow_actiontext: "SHOW", igx_grid_actions_edit_label: "Edit", igx_grid_actions_add_label: "Add", igx_grid_add_row_label: "ADD ROW", igx_grid_actions_add_child_label: "Add Child", igx_grid_actions_delete_label: "Delete", igx_grid_actions_pin_label: "Pin", igx_grid_actions_unpin_label: "Unpin", igx_grid_actions_jumpUp_label: "Jump up", igx_grid_actions_jumpDown_label: "Jump down", igx_grid_pivot_date_dimension_total: "All Periods", igx_grid_pivot_aggregate_count: "Count", igx_grid_pivot_aggregate_min: "Minimum", igx_grid_pivot_aggregate_max: "Maximum", igx_grid_pivot_aggregate_sum: "Sum", igx_grid_pivot_aggregate_avg: "Average", igx_grid_pivot_aggregate_date_latest: "Latest Date", igx_grid_pivot_aggregate_date_earliest: "Earliest Date", igx_grid_pivot_aggregate_time_latest: "Latest Time", igx_grid_pivot_aggregate_time_earliest: "Earliest Time", igx_grid_pivot_empty_row_drop_area: "Drop Row Fields here.", igx_grid_pivot_empty_column_drop_area: "Drop Column Fields here.", igx_grid_pivot_empty_filter_drop_area: "Drop Filter Fields here.", igx_grid_pivot_empty_value_drop_area: "Drop Value Fields here.", igx_grid_pivot_row_drop_chip: "Drop here to use as row", igx_grid_pivot_column_drop_chip: "Drop here to use as column", igx_grid_pivot_filter_drop_chip: "Drop here to use as filter", igx_grid_pivot_value_drop_chip: "Drop here to use as value", igx_grid_pivot_empty_message: "Pivot grid has no dimensions and values.", igx_grid_pivot_selector_filters: "Filters", igx_grid_pivot_selector_rows: "Rows", igx_grid_pivot_selector_columns: "Columns", igx_grid_pivot_selector_values: "Values", igx_grid_pivot_selector_panel_empty: "Drop Items Here", igx_grid_required_validation_error: "This field is required", igx_grid_min_validation_error: "A value of at least {0} should be entered", igx_grid_max_validation_error: "A value no more than {0} should be entered", igx_grid_min_length_validation_error: "Entry should be at least {0} character(s) long", igx_grid_max_length_validation_error: "Entry should be no more than {0} character(s) long", igx_grid_email_validation_error: "A valid email address should be entered", igx_grid_pattern_validation_error: "Entry does not match the required pattern" };
|
|
30255
30255
|
var _ce = ["queryBuilder"];
|
|
30256
30256
|
var vce = (n38) => ({ "igx-advanced-filter": true, "igx-advanced-filter--inline": n38 });
|
|
30257
30257
|
function xce(n38, t) {
|
|
@@ -30369,7 +30369,7 @@ var SF = (() => {
|
|
|
30369
30369
|
let n38 = t;
|
|
30370
30370
|
return n38;
|
|
30371
30371
|
})();
|
|
30372
|
-
var
|
|
30372
|
+
var Hi = (() => {
|
|
30373
30373
|
let t = class t {
|
|
30374
30374
|
constructor(e, i, r) {
|
|
30375
30375
|
this.cdr = e, this.element = i, this.platform = r;
|
|
@@ -30420,7 +30420,7 @@ var bF = (() => {
|
|
|
30420
30420
|
}
|
|
30421
30421
|
};
|
|
30422
30422
|
t.\u0275fac = function(i) {
|
|
30423
|
-
return new (i || t)(_(
|
|
30423
|
+
return new (i || t)(_(Hi), _(ye2));
|
|
30424
30424
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-clear-filters"]], standalone: true, features: [Q], decls: 1, vars: 1, consts: [["tabindex", "0", "role", "menuitem", 3, "ngClass", "keydown", "click", 4, "ngIf"], ["tabindex", "0", "role", "menuitem", 3, "keydown", "click", "ngClass"], ["family", "default", "name", "cancel"]], template: function(i, r) {
|
|
30425
30425
|
i & 1 && C(0, yce, 4, 3, "div", 0), i & 2 && p("ngIf", r.esf.column);
|
|
30426
30426
|
}, dependencies: [ae2, Oe, me], encapsulation: 2 });
|
|
@@ -30717,7 +30717,7 @@ var g3 = (() => {
|
|
|
30717
30717
|
}), f();
|
|
30718
30718
|
}
|
|
30719
30719
|
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));
|
|
30720
|
-
}, dependencies: [us, Ft2, ae2, me, He2, Ws, Hr,
|
|
30720
|
+
}, dependencies: [us, Ft2, ae2, me, He2, Ws, Hr, Na, Us, Br, Kt, Mr, Cn, In, qr, Rt2, an, at2, bo, sn, tr], encapsulation: 2 });
|
|
30721
30721
|
let n38 = t;
|
|
30722
30722
|
return n38;
|
|
30723
30723
|
})();
|
|
@@ -30801,8 +30801,8 @@ function Qce(n38, t) {
|
|
|
30801
30801
|
}
|
|
30802
30802
|
var m3 = (() => {
|
|
30803
30803
|
let t = class t {
|
|
30804
|
-
constructor(e, i, r) {
|
|
30805
|
-
this.overlayService = e, this.cdr = i, this.platform = r, this.expressionsList = new Array(), this._customDialogPositionSettings = { verticalDirection: Ge2.Middle, horizontalDirection: ze2.Center, horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Middle }, this._customDialogOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._customDialogPositionSettings), scrollStrategy: new Yt() };
|
|
30804
|
+
constructor(e, i, r, s) {
|
|
30805
|
+
this.overlayService = e, this.cdr = i, this.platform = r, this.esf = s, this.expressionsList = new Array(), this._customDialogPositionSettings = { verticalDirection: Ge2.Middle, horizontalDirection: ze2.Center, horizontalStartPoint: ze2.Center, verticalStartPoint: Ge2.Middle }, this._customDialogOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._customDialogPositionSettings), scrollStrategy: new Yt() };
|
|
30806
30806
|
}
|
|
30807
30807
|
ngAfterViewInit() {
|
|
30808
30808
|
this._customDialogOverlaySettings.outlet = this.grid.outlet;
|
|
@@ -30823,11 +30823,14 @@ var m3 = (() => {
|
|
|
30823
30823
|
this._customDialogOverlaySettings.target = this.overlayComponentId ? this.grid.rootGrid ? this.grid.rootGrid.nativeElement : this.grid.nativeElement : e, this.toggle.open(this._customDialogOverlaySettings), this.overlayComponentId = this.toggle.overlayId;
|
|
30824
30824
|
}
|
|
30825
30825
|
onClearButtonClick() {
|
|
30826
|
-
this.filteringService.clearFilter(this.column.field), this.createInitialExpressionUIElement(), this.cdr.detectChanges();
|
|
30826
|
+
this.filteringService.clearFilter(this.column.field), this.selectedOperator = null, this.createInitialExpressionUIElement(), this.cdr.detectChanges();
|
|
30827
30827
|
}
|
|
30828
30828
|
closeDialog() {
|
|
30829
30829
|
this.overlayComponentId ? (this.overlayService.hide(this.overlayComponentId), this.overlayComponentId = null) : this.toggle.close();
|
|
30830
30830
|
}
|
|
30831
|
+
cancelDialog() {
|
|
30832
|
+
this.esf.cancel(), this.closeDialog();
|
|
30833
|
+
}
|
|
30831
30834
|
onApplyButtonClick() {
|
|
30832
30835
|
this.expressionsList = this.expressionsList.filter((e) => e.expression.condition && (e.expression.searchVal || e.expression.searchVal === 0 || e.expression.condition.isUnary)), this.expressionsList.length > 0 && (this.expressionsList[0].beforeOperator = null, this.expressionsList[this.expressionsList.length - 1].afterOperator = null), this.filteringService.filterInternal(this.column.field, this.expressionsList), this.closeDialog();
|
|
30833
30836
|
}
|
|
@@ -30883,7 +30886,7 @@ var m3 = (() => {
|
|
|
30883
30886
|
}
|
|
30884
30887
|
};
|
|
30885
30888
|
t.\u0275fac = function(i) {
|
|
30886
|
-
return new (i || t)(_(pi), _(re), _(ye2));
|
|
30889
|
+
return new (i || t)(_(pi), _(re), _(ye2), _(Hi));
|
|
30887
30890
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-custom-dialog"]], viewQuery: function(i, r) {
|
|
30888
30891
|
if (i & 1 && (k(Bce, 7, Bt2), k(zce, 5, ee2), k(Gce, 5, ee2), k(jce, 7), k(Wg, 5), k(g3, 5)), i & 2) {
|
|
30889
30892
|
let s;
|
|
@@ -30903,7 +30906,7 @@ var m3 = (() => {
|
|
|
30903
30906
|
}), E(10, "igx-icon", 8), m(11, "span"), P(12), f()()(), m(13, "footer", 9)(14, "div", 10)(15, "button", 11), S("click", function() {
|
|
30904
30907
|
return x3(s), y(r.onClearButtonClick());
|
|
30905
30908
|
}), P(16), f()(), m(17, "div", 12)(18, "button", 11), S("click", function() {
|
|
30906
|
-
return x3(s), y(r.
|
|
30909
|
+
return x3(s), y(r.cancelDialog());
|
|
30907
30910
|
}), P(19), f()(), m(20, "div", 13)(21, "button", 14), S("click", function() {
|
|
30908
30911
|
return x3(s), y(r.onApplyButtonClick());
|
|
30909
30912
|
})("keydown", function(l) {
|
|
@@ -31028,7 +31031,7 @@ var EF = (() => {
|
|
|
31028
31031
|
}
|
|
31029
31032
|
};
|
|
31030
31033
|
t.\u0275fac = function(i) {
|
|
31031
|
-
return new (i || t)(_(
|
|
31034
|
+
return new (i || t)(_(Hi), _(ye2));
|
|
31032
31035
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-conditional-filter"]], viewQuery: function(i, r) {
|
|
31033
31036
|
if (i & 1 && (k(Kce, 5, m3), k(Yce, 5, wr)), i & 2) {
|
|
31034
31037
|
let s;
|
|
@@ -31095,7 +31098,7 @@ var TF = (() => {
|
|
|
31095
31098
|
}
|
|
31096
31099
|
};
|
|
31097
31100
|
t.\u0275fac = function(i) {
|
|
31098
|
-
return new (i || t)(_(
|
|
31101
|
+
return new (i || t)(_(Hi));
|
|
31099
31102
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-header"]], inputs: { showPinning: [2, "showPinning", "showPinning", B], showSelecting: [2, "showSelecting", "showSelecting", B], showHiding: [2, "showHiding", "showHiding", B] }, standalone: true, features: [le2, Q], decls: 1, vars: 1, consts: [["class", "igx-excel-filter__menu-header", 4, "ngIf"], [1, "igx-excel-filter__menu-header"], [1, "igx-excel-filter__menu-header-actions"], ["type", "button", "igxIconButton", "flat", 3, "ngClass", "click", 4, "ngIf"], ["type", "button", "igxIconButton", "flat", 3, "click", 4, "ngIf"], ["type", "button", "igxIconButton", "flat", 3, "click", "ngClass"], ["family", "default", "name", "selected"], ["type", "button", "igxIconButton", "flat", 3, "click"], ["family", "default", 3, "name"]], template: function(i, r) {
|
|
31100
31103
|
i & 1 && C(0, rde, 7, 4, "header", 0), i & 2 && p("ngIf", r.esf.column);
|
|
31101
31104
|
}, dependencies: [ae2, Oe, me, tr], encapsulation: 2 });
|
|
@@ -31123,7 +31126,7 @@ var RF = (() => {
|
|
|
31123
31126
|
}
|
|
31124
31127
|
};
|
|
31125
31128
|
t.\u0275fac = function(i) {
|
|
31126
|
-
return new (i || t)(_(
|
|
31129
|
+
return new (i || t)(_(Hi));
|
|
31127
31130
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-hiding"]], standalone: true, features: [Q], decls: 1, vars: 1, consts: [["class", "igx-excel-filter__actions-hide", "tabindex", "0", "role", "menuitem", 3, "click", 4, "ngIf"], ["tabindex", "0", "role", "menuitem", 1, "igx-excel-filter__actions-hide", 3, "click"], ["family", "default", 3, "name"]], template: function(i, r) {
|
|
31128
31131
|
i & 1 && C(0, ode, 4, 2, "div", 0), i & 2 && p("ngIf", r.esf.column);
|
|
31129
31132
|
}, dependencies: [ae2, me], encapsulation: 2 });
|
|
@@ -31179,7 +31182,7 @@ var AF = (() => {
|
|
|
31179
31182
|
}
|
|
31180
31183
|
};
|
|
31181
31184
|
t.\u0275fac = function(i) {
|
|
31182
|
-
return new (i || t)(_(
|
|
31185
|
+
return new (i || t)(_(Hi));
|
|
31183
31186
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-moving"]], hostVars: 2, hostBindings: function(i, r) {
|
|
31184
31187
|
i & 2 && X("igx-excel-filter__move", r.defaultClass);
|
|
31185
31188
|
}, 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) {
|
|
@@ -31209,7 +31212,7 @@ var PF = (() => {
|
|
|
31209
31212
|
}
|
|
31210
31213
|
};
|
|
31211
31214
|
t.\u0275fac = function(i) {
|
|
31212
|
-
return new (i || t)(_(
|
|
31215
|
+
return new (i || t)(_(Hi));
|
|
31213
31216
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-pinning"]], standalone: true, features: [Q], decls: 1, vars: 1, consts: [["tabindex", "0", "role", "menuitem", 3, "ngClass", "click", 4, "ngIf"], ["tabindex", "0", "role", "menuitem", 3, "click", "ngClass"], ["family", "default", 3, "name"]], template: function(i, r) {
|
|
31214
31217
|
i & 1 && C(0, ade, 4, 3, "div", 0), i & 2 && p("ngIf", r.esf.column);
|
|
31215
31218
|
}, dependencies: [ae2, Oe, me], encapsulation: 2 });
|
|
@@ -31863,7 +31866,7 @@ function Ude(n38, t) {
|
|
|
31863
31866
|
}
|
|
31864
31867
|
if (n38 & 2) {
|
|
31865
31868
|
let o = h();
|
|
31866
|
-
p("tabIndex", o.tabIndex)("ngClass", Qo(8, Ede, o.selected, o.active, o.focused, o.disabled)), H("role", o.role), u(3), p("ngForOf",
|
|
31869
|
+
p("tabIndex", o.tabIndex)("ngClass", Qo(8, Ede, o.selected, o.active, o.focused, o.disabled)), H("role", o.role), u(3), p("ngForOf", en(13, NF).constructor(o.level)), u(), p("ngIf", !o.loading), u(), p("ngIf", o.loading), u(), p("ngIf", o.showSelectors), u(4), p("ngForOf", en(14, NF).constructor(o.level));
|
|
31867
31870
|
}
|
|
31868
31871
|
}
|
|
31869
31872
|
function Wde(n38, t) {
|
|
@@ -32103,7 +32106,7 @@ var w3 = (() => {
|
|
|
32103
32106
|
return this.nodes?.filter((e) => e.level === 0);
|
|
32104
32107
|
}
|
|
32105
32108
|
constructor(e, i, r, s) {
|
|
32106
|
-
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:
|
|
32109
|
+
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: Ra, closeAnimation: Aa }, 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);
|
|
32107
32110
|
}
|
|
32108
32111
|
get nativeElement() {
|
|
32109
32112
|
return this.element.nativeElement;
|
|
@@ -32138,7 +32141,7 @@ var w3 = (() => {
|
|
|
32138
32141
|
ngAfterViewInit() {
|
|
32139
32142
|
this.nodes.changes.pipe(K(this.destroy$)).subscribe(() => {
|
|
32140
32143
|
this.subToChanges();
|
|
32141
|
-
}), this.scrollNodeIntoView(this.navService.activeNode?.header?.nativeElement), this.subToChanges(),
|
|
32144
|
+
}), this.scrollNodeIntoView(this.navService.activeNode?.header?.nativeElement), this.subToChanges(), Ea(this.nativeElement).pipe(K(this.destroy$)).subscribe(() => this.resizeNotify.next());
|
|
32142
32145
|
}
|
|
32143
32146
|
ngOnDestroy() {
|
|
32144
32147
|
this.unsubChildren$.next(), this.unsubChildren$.complete(), this.destroy$.next(), this.destroy$.complete();
|
|
@@ -33044,7 +33047,7 @@ var Ip = (() => {
|
|
|
33044
33047
|
}
|
|
33045
33048
|
};
|
|
33046
33049
|
t.filterOptimizationThreshold = 2, t.\u0275fac = function(i) {
|
|
33047
|
-
return new (i || t)(_(re), _(
|
|
33050
|
+
return new (i || t)(_(re), _(Hi), _(ye2));
|
|
33048
33051
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-search"]], viewQuery: function(i, r) {
|
|
33049
33052
|
if (i & 1 && (k(Eue, 7, Rt2), k(Tue, 7, at2), k(Rue, 5, Xg), k(Aue, 5, $t), k(Pue, 5, $t), k(Mue, 5, w3), k(q_, 5), k(kue, 5, ee2)), i & 2) {
|
|
33050
33053
|
let s;
|
|
@@ -33093,7 +33096,7 @@ var HF = (() => {
|
|
|
33093
33096
|
}
|
|
33094
33097
|
};
|
|
33095
33098
|
t.\u0275fac = function(i) {
|
|
33096
|
-
return new (i || t)(_(
|
|
33099
|
+
return new (i || t)(_(Hi));
|
|
33097
33100
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-selecting"]], standalone: true, features: [Q], decls: 1, vars: 1, consts: [["tabindex", "0", "role", "button", 3, "ngClass", "click", 4, "ngIf"], ["tabindex", "0", "role", "button", 3, "click", "ngClass"], ["family", "default", "name", "selected"]], template: function(i, r) {
|
|
33098
33101
|
i & 1 && C(0, ape, 4, 3, "div", 0), i & 2 && p("ngIf", r.esf.column);
|
|
33099
33102
|
}, dependencies: [ae2, Oe, me], encapsulation: 2 });
|
|
@@ -33147,7 +33150,7 @@ var BF = (() => {
|
|
|
33147
33150
|
}
|
|
33148
33151
|
};
|
|
33149
33152
|
t.\u0275fac = function(i) {
|
|
33150
|
-
return new (i || t)(_(
|
|
33153
|
+
return new (i || t)(_(Hi), _(re));
|
|
33151
33154
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-sorting"]], viewQuery: function(i, r) {
|
|
33152
33155
|
if (i & 1 && k(lpe, 5, bo), i & 2) {
|
|
33153
33156
|
let s;
|
|
@@ -33215,8 +33218,8 @@ var bp = (() => {
|
|
|
33215
33218
|
let n38 = t;
|
|
33216
33219
|
return n38;
|
|
33217
33220
|
})();
|
|
33218
|
-
var
|
|
33219
|
-
let t = class t extends
|
|
33221
|
+
var Qs = (() => {
|
|
33222
|
+
let t = class t extends Hi {
|
|
33220
33223
|
get shouldApplySizes() {
|
|
33221
33224
|
return !(this._minHeight || this._maxHeight);
|
|
33222
33225
|
}
|
|
@@ -33317,7 +33320,7 @@ var qs = (() => {
|
|
|
33317
33320
|
}
|
|
33318
33321
|
renderValues() {
|
|
33319
33322
|
this.filterValues = this.generateFilterValues(), this.generateListData(), this.expressionsList.forEach((e) => {
|
|
33320
|
-
this.column.dataType === ie.String && this.column.filteringIgnoreCase && e.expression.searchVal && this.modifyExpression(e);
|
|
33323
|
+
this.column.dataType === ie.String && this.column.filteringIgnoreCase && e.expression.searchVal && e.expression.searchVal instanceof Set && this.modifyExpression(e);
|
|
33321
33324
|
});
|
|
33322
33325
|
}
|
|
33323
33326
|
generateFilterValues() {
|
|
@@ -33400,7 +33403,7 @@ var qs = (() => {
|
|
|
33400
33403
|
case ie.Number:
|
|
33401
33404
|
return Ds(e, g, l);
|
|
33402
33405
|
case ie.Percent:
|
|
33403
|
-
return
|
|
33406
|
+
return wa(e, g, l);
|
|
33404
33407
|
default:
|
|
33405
33408
|
return e;
|
|
33406
33409
|
}
|
|
@@ -33423,7 +33426,7 @@ var qs = (() => {
|
|
|
33423
33426
|
}
|
|
33424
33427
|
}, hostVars: 8, hostBindings: function(i, r) {
|
|
33425
33428
|
i & 2 && (N("max-height", r.maxHeight), X("igx-excel-filter", r.defaultClass)("igx-excel-filter__sizing", r.shouldApplySizes)("igx-excel-filter--inline", r.inline));
|
|
33426
|
-
}, inputs: { column: "column", minHeight: "minHeight", maxHeight: "maxHeight" }, outputs: { loadingStart: "loadingStart", loadingEnd: "loadingEnd", initialized: "initialized", sortingChanged: "sortingChanged", columnChange: "columnChange", listDataLoaded: "listDataLoaded" }, standalone: true, features: [fe2([{ provide:
|
|
33429
|
+
}, inputs: { column: "column", minHeight: "minHeight", maxHeight: "maxHeight" }, outputs: { loadingStart: "loadingStart", loadingEnd: "loadingEnd", initialized: "initialized", sortingChanged: "sortingChanged", columnChange: "columnChange", listDataLoaded: "listDataLoaded" }, standalone: true, features: [fe2([{ provide: Hi, useExisting: Gi(() => t) }]), ne, Q], ngContentSelectors: gpe, decls: 8, vars: 14, consts: [["defaultExcelColumnOperations", ""], ["defaultExcelFilterOperations", ""], ["mainDropdown", ""], ["role", "menu", 1, "igx-excel-filter__menu", 3, "keydown", "ngClass", "id"], [4, "ngIf", "ngIfElse"], [3, "showHiding", "showPinning", "showSelecting"], [4, "ngIf"]], template: function(i, r) {
|
|
33427
33430
|
if (i & 1) {
|
|
33428
33431
|
let s = F();
|
|
33429
33432
|
Ee(hpe), C(0, wpe, 6, 8, "ng-template", null, 0, O)(2, Cpe, 3, 0, "ng-template", null, 1, O), m(4, "article", 3, 2), S("keydown", function(l) {
|
|
@@ -33745,7 +33748,7 @@ var xv = (() => {
|
|
|
33745
33748
|
var ec = (() => {
|
|
33746
33749
|
let t = class t {
|
|
33747
33750
|
transform(e, i, r) {
|
|
33748
|
-
return r ? "" : e === "fit-content" ? e : `${Math.max(
|
|
33751
|
+
return r ? "" : e === "fit-content" ? e : `${Math.max(parseFloat(e), i)}px`;
|
|
33749
33752
|
}
|
|
33750
33753
|
};
|
|
33751
33754
|
t.\u0275fac = function(i) {
|
|
@@ -33778,7 +33781,7 @@ var Di = (() => {
|
|
|
33778
33781
|
this.zone = e, this.resizeCursor = "col-resize", this.showResizer = false;
|
|
33779
33782
|
}
|
|
33780
33783
|
getColumnHeaderRenderedWidth() {
|
|
33781
|
-
return this.column.headerCell.nativeElement
|
|
33784
|
+
return parseFloat(window.getComputedStyle(this.column.headerCell.nativeElement).width);
|
|
33782
33785
|
}
|
|
33783
33786
|
get resizerHeight() {
|
|
33784
33787
|
let e = this.column.grid.getVisibleContentHeight(), i = 1;
|
|
@@ -33797,11 +33800,11 @@ var Di = (() => {
|
|
|
33797
33800
|
this.column.width = this.column.getAutoSize(), this.zone.run(() => {
|
|
33798
33801
|
}), this.column.grid.columnResized.emit({ column: this.column, prevWidth: e.toString(), newWidth: this.column.width });
|
|
33799
33802
|
}
|
|
33800
|
-
resizeColumn(e) {
|
|
33803
|
+
resizeColumn(e, i = 1) {
|
|
33801
33804
|
this.showResizer = false;
|
|
33802
|
-
let
|
|
33803
|
-
|
|
33804
|
-
}),
|
|
33805
|
+
let r = (e.clientX - this.startResizePos) / i, s = this.column.width, a = s && typeof s == "string" && s.indexOf("%") !== -1, l = parseFloat(s), c = this.getColumnHeaderRenderedWidth();
|
|
33806
|
+
l = Number.isNaN(l) ? parseFloat(c) : l, this.column.grid.hasColumnLayouts ? this.resizeColumnLayoutFor(this.column, r) : a ? this._handlePercentageResize(r, this.column) : this._handlePixelResize(r, this.column), this.zone.run(() => {
|
|
33807
|
+
}), l !== parseFloat(this.column.width) && this.column.grid.columnResized.emit({ column: this.column, prevWidth: a ? l + "%" : l + "px", newWidth: this.column.width }), this.isColumnResizing = false;
|
|
33805
33808
|
}
|
|
33806
33809
|
_handlePixelResize(e, i) {
|
|
33807
33810
|
let r = parseFloat(i.width), s = i.minWidthPx, a = i.maxWidthPx;
|
|
@@ -35204,7 +35207,7 @@ var E3 = (() => {
|
|
|
35204
35207
|
} else {
|
|
35205
35208
|
if (e === "") return;
|
|
35206
35209
|
let i = this.expression.searchVal;
|
|
35207
|
-
if (
|
|
35210
|
+
if (Da(i, e)) return;
|
|
35208
35211
|
this._value = e, this.expression.searchVal = Je2.parseValue(this.column.dataType, e), this.expressionsList.find((r) => r.expression === this.expression) === void 0 && this.addExpression(true), this.filter();
|
|
35209
35212
|
}
|
|
35210
35213
|
}
|
|
@@ -35485,7 +35488,7 @@ var E3 = (() => {
|
|
|
35485
35488
|
}), C(2, Hhe, 5, 4, "igx-drop-down-item", 16), f(), C(3, zhe, 8, 9, "ng-template", null, 1, O)(5, jhe, 8, 11, "ng-template", null, 2, O)(7, Uhe, 8, 13, "ng-template", null, 3, O)(9, qhe, 8, 11, "ng-template", null, 4, O)(11, Qhe, 1, 0, "ng-container", 17)(12, Khe, 2, 0, "button", 18), m(13, "div", 19, 5)(15, "div")(16, "igx-chips-area", null, 6), C(18, Xhe, 7, 8, "ng-container", 20), f()()(), C(19, Zhe, 2, 0, "button", 21), m(20, "div", 22, 7), C(22, Jhe, 10, 8, "ng-container", 23)(23, ege, 6, 6, "ng-container", 23), f();
|
|
35486
35489
|
}
|
|
35487
35490
|
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, Lhe, 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));
|
|
35488
|
-
}, dependencies: [He2, wr, yr, Do, ci, me, Kt, Ft2, wo, Rt2, ae2, Qt, Hr,
|
|
35491
|
+
}, dependencies: [He2, wr, yr, Do, ci, me, Kt, Ft2, wo, Rt2, ae2, Qt, Hr, Na, Us, Br, an, ke, at2, Oe, bi, tr], encapsulation: 2, changeDetection: 0 });
|
|
35489
35492
|
let n38 = t;
|
|
35490
35493
|
return n38;
|
|
35491
35494
|
})();
|
|
@@ -35836,7 +35839,7 @@ var oc = (() => {
|
|
|
35836
35839
|
let n38 = t;
|
|
35837
35840
|
return n38;
|
|
35838
35841
|
})();
|
|
35839
|
-
var
|
|
35842
|
+
var Ks = (() => {
|
|
35840
35843
|
let t = class t {
|
|
35841
35844
|
transform(e) {
|
|
35842
35845
|
return e.filter((i) => !i.columnGroup);
|
|
@@ -35960,7 +35963,7 @@ var ac = (() => {
|
|
|
35960
35963
|
let n38 = t;
|
|
35961
35964
|
return n38;
|
|
35962
35965
|
})();
|
|
35963
|
-
var
|
|
35966
|
+
var Ys = (() => {
|
|
35964
35967
|
let t = class t {
|
|
35965
35968
|
transform(e, i, r, s) {
|
|
35966
35969
|
return i(e, r, s);
|
|
@@ -36343,7 +36346,7 @@ var nV = (() => {
|
|
|
36343
36346
|
return n38;
|
|
36344
36347
|
})();
|
|
36345
36348
|
var $r = {};
|
|
36346
|
-
f4($r, { CSSResult: () => ud, LitElement: () =>
|
|
36349
|
+
f4($r, { CSSResult: () => ud, LitElement: () => Xs, ReactiveElement: () => Po, UpdatingElement: () => lV, _$LE: () => cV, adoptStyles: () => tm, css: () => R3, defaultConverter: () => im, getCompatibleStyle: () => Fp, notEqual: () => Dv, supportsAdoptingStyleSheets: () => Mp, unsafeCSS: () => kp });
|
|
36347
36350
|
var Sv = window;
|
|
36348
36351
|
var Mp = Sv.ShadowRoot && (Sv.ShadyCSS === void 0 || Sv.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
36349
36352
|
var T3 = Symbol();
|
|
@@ -36598,13 +36601,13 @@ var Po = class extends HTMLElement {
|
|
|
36598
36601
|
}
|
|
36599
36602
|
};
|
|
36600
36603
|
Po[M3] = true, Po.elementProperties = /* @__PURE__ */ new Map(), Po.elementStyles = [], Po.shadowRootOptions = { mode: "open" }, sV?.({ ReactiveElement: Po }), ((A3 = bv.reactiveElementVersions) !== null && A3 !== void 0 ? A3 : bv.reactiveElementVersions = []).push("1.6.3");
|
|
36601
|
-
var
|
|
36602
|
-
f4(
|
|
36603
|
-
gi(
|
|
36604
|
+
var Wi = {};
|
|
36605
|
+
f4(Wi, { CSSResult: () => ud, LitElement: () => Xs, ReactiveElement: () => Po, UpdatingElement: () => lV, _$LE: () => cV, adoptStyles: () => tm, css: () => R3, defaultConverter: () => im, getCompatibleStyle: () => Fp, notEqual: () => Dv, supportsAdoptingStyleSheets: () => Mp, unsafeCSS: () => kp });
|
|
36606
|
+
gi(Wi, c2t);
|
|
36604
36607
|
var k3;
|
|
36605
36608
|
var F3;
|
|
36606
36609
|
var lV = Po;
|
|
36607
|
-
var
|
|
36610
|
+
var Xs = class extends Po {
|
|
36608
36611
|
constructor() {
|
|
36609
36612
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
36610
36613
|
}
|
|
@@ -36629,14 +36632,14 @@ var Ys = class extends Po {
|
|
|
36629
36632
|
return Vge;
|
|
36630
36633
|
}
|
|
36631
36634
|
};
|
|
36632
|
-
|
|
36635
|
+
Xs.finalized = true, Xs._$litElement$ = true, (k3 = globalThis.litElementHydrateSupport) === null || k3 === void 0 || k3.call(globalThis, { LitElement: Xs });
|
|
36633
36636
|
var aV = globalThis.litElementPolyfillSupport;
|
|
36634
|
-
aV?.({ LitElement:
|
|
36637
|
+
aV?.({ LitElement: Xs });
|
|
36635
36638
|
var cV = { _$AK: (n38, t, o) => {
|
|
36636
36639
|
n38._$AK(t, o);
|
|
36637
36640
|
}, _$AL: (n38) => n38._$AL };
|
|
36638
36641
|
((F3 = globalThis.litElementVersions) !== null && F3 !== void 0 ? F3 : globalThis.litElementVersions = []).push("3.3.3");
|
|
36639
|
-
gi($r,
|
|
36642
|
+
gi($r, Wi);
|
|
36640
36643
|
gi($r, h2t);
|
|
36641
36644
|
var Oge = (n38, t) => t.kind === "method" && t.descriptor && !("value" in t.descriptor) ? it2(Ie2({}, t), { finisher(o) {
|
|
36642
36645
|
o.createProperty(t.key, n38);
|
|
@@ -36665,7 +36668,7 @@ var dV = (n38, t, o, e) => {
|
|
|
36665
36668
|
for (var i = e > 1 ? void 0 : e ? zge(t, o) : t, r = n38.length - 1, s; r >= 0; r--) (s = n38[r]) && (i = (e ? s(t, o, i) : s(i)) || i);
|
|
36666
36669
|
return e && i && Bge(t, o, i), i;
|
|
36667
36670
|
};
|
|
36668
|
-
var lc = class extends
|
|
36671
|
+
var lc = class extends Xs {
|
|
36669
36672
|
constructor() {
|
|
36670
36673
|
super(...arguments), this.text = "Trial version of Ignite UI for Angular", this.url = "https://www.infragistics.com/how-to-buy/renewal";
|
|
36671
36674
|
}
|
|
@@ -36686,7 +36689,7 @@ lc.styles = kp(Hge);
|
|
|
36686
36689
|
lc.tagName = "igc-trial-watermark";
|
|
36687
36690
|
dV([Ev({ attribute: "text" })], lc.prototype, "text", 2);
|
|
36688
36691
|
dV([Ev({ attribute: "url" })], lc.prototype, "url", 2);
|
|
36689
|
-
var
|
|
36692
|
+
var Zs = (() => {
|
|
36690
36693
|
let t = class t {
|
|
36691
36694
|
};
|
|
36692
36695
|
t.\u0275fac = function(i) {
|
|
@@ -36701,7 +36704,7 @@ var Tv = class extends Li {
|
|
|
36701
36704
|
}
|
|
36702
36705
|
position(t, o, e, i, r) {
|
|
36703
36706
|
let s = this.settings.container, a = r;
|
|
36704
|
-
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 ?
|
|
36707
|
+
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 ? Pa : yo, super.position(t, { width: a.clientWidth, height: a.clientHeight }, e, i, a);
|
|
36705
36708
|
}
|
|
36706
36709
|
};
|
|
36707
36710
|
var kn = class {
|
|
@@ -36869,7 +36872,7 @@ var Rv = (() => {
|
|
|
36869
36872
|
case ie.Currency:
|
|
36870
36873
|
return Tw(e.summaryResult, r, this.currencySymbol, this.currencyCode, i.digitsInfo);
|
|
36871
36874
|
case ie.Percent:
|
|
36872
|
-
return
|
|
36875
|
+
return wa(e.summaryResult, r, i.digitsInfo);
|
|
36873
36876
|
}
|
|
36874
36877
|
return e.summaryResult;
|
|
36875
36878
|
}
|
|
@@ -36950,7 +36953,7 @@ var cc = (() => {
|
|
|
36950
36953
|
return this.grid.summaryRowHeight - 1;
|
|
36951
36954
|
}
|
|
36952
36955
|
get summaryCells() {
|
|
36953
|
-
let e = new
|
|
36956
|
+
let e = new Ji();
|
|
36954
36957
|
if (!this._summaryCells) return e;
|
|
36955
36958
|
let i = this._summaryCells.filter((r) => r.nativeElement.isConnected);
|
|
36956
36959
|
return e.reset(i), e;
|
|
@@ -36994,21 +36997,24 @@ var cc = (() => {
|
|
|
36994
36997
|
i & 2 && H("data-rowIndex", r.dataRowIndex);
|
|
36995
36998
|
}, inputs: { summaries: "summaries", gridID: "gridID", index: "index", firstCellIndentation: "firstCellIndentation" }, standalone: true, features: [fe2([Nr]), Q], decls: 3, vars: 1, consts: [["summaryCellTemplate", ""], ["igxDirRef", ""], [4, "ngIf"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForScrollOrientation", "igxForContainerSize", "igxForTrackBy", "igxForSizePropName"], [1, "igx-grid__summaries-patch", 3, "pointerdown"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["role", "cell", 1, "igx-grid-summary", "igx-grid-summary--fw", 3, "column", "rowIndex", "firstCellIndentation", "summaryResults", "summaryTemplate", "hasSummary", "summaryFormatter", "active"], ["role", "cell", "class", "igx-grid-summary igx-grid-summary--fw igx-grid-summary--pinned", 3, "igx-grid-summary--empty", "igx-grid-summary--pinned-first", "igx-grid-summary--pinned-last", "column", "firstCellIndentation", "rowIndex", "summaryResults", "summaryTemplate", "hasSummary", "active", "max-height", "min-height", "min-width", "max-width", "flex-basis", "left", 4, "ngFor", "ngForOf"], ["role", "cell", 1, "igx-grid-summary", "igx-grid-summary--fw", "igx-grid-summary--pinned", 3, "column", "firstCellIndentation", "rowIndex", "summaryResults", "summaryTemplate", "hasSummary", "active"]], template: function(i, r) {
|
|
36996
36999
|
i & 1 && C(0, eme, 7, 11, "ng-container", 2)(1, ime, 2, 3, "ng-template", null, 0, O), i & 2 && p("ngIf", r.summaries.size);
|
|
36997
|
-
}, dependencies: [ae2, ke, jt2, Rv, He2,
|
|
37000
|
+
}, dependencies: [ae2, ke, jt2, Rv, He2, Ks], encapsulation: 2, changeDetection: 0 });
|
|
36998
37001
|
let n38 = t;
|
|
36999
37002
|
return n38;
|
|
37000
37003
|
})();
|
|
37001
37004
|
var rm = (() => {
|
|
37002
37005
|
let t = class t {
|
|
37006
|
+
get ratio() {
|
|
37007
|
+
return this._ratio;
|
|
37008
|
+
}
|
|
37003
37009
|
constructor(e, i, r) {
|
|
37004
|
-
this.element = e, this.document = i, this.zone = r, this.restrictHResizeMin = Number.MIN_SAFE_INTEGER, this.restrictHResizeMax = Number.MAX_SAFE_INTEGER, this.resizeEnd = new ue2(), this.resizeStart = new ue2(), this.resize = new ue2(), this._destroy = new ue2(), this.resizeStart.pipe(K(this._destroy), Ei((s) => s.clientX), fs((s) => this.resize.pipe(K(this._destroy), K(this.resizeEnd), Ei((a) => a.clientX - s)))).subscribe((s) => {
|
|
37010
|
+
this.element = e, this.document = i, this.zone = r, this.restrictHResizeMin = Number.MIN_SAFE_INTEGER, this.restrictHResizeMax = Number.MAX_SAFE_INTEGER, this.resizeEnd = new ue2(), this.resizeStart = new ue2(), this.resize = new ue2(), this._ratio = 1, this._destroy = new ue2(), this.resizeStart.pipe(K(this._destroy), Ei((s) => s.clientX), fs((s) => this.resize.pipe(K(this._destroy), K(this.resizeEnd), Ei((a) => (a.clientX - s) / this._ratio)))).subscribe((s) => {
|
|
37005
37011
|
let a = this._left + s, l = this._left - this.restrictHResizeMin, c = this._left + this.restrictHResizeMax;
|
|
37006
37012
|
this.left = a < l ? l : a, a > c && (this.left = c);
|
|
37007
37013
|
});
|
|
37008
37014
|
}
|
|
37009
37015
|
ngOnInit() {
|
|
37010
37016
|
this.zone.runOutsideAngular(() => {
|
|
37011
|
-
ht2(this.document.defaultView, "mousemove").pipe(K(this._destroy),
|
|
37017
|
+
ht2(this.document.defaultView, "mousemove").pipe(K(this._destroy), ua(() => Kn(0, sr))).subscribe((e) => this.onMousemove(e)), ht2(this.document.defaultView, "mouseup").pipe(K(this._destroy)).subscribe((e) => this.onMouseup(e));
|
|
37012
37018
|
});
|
|
37013
37019
|
}
|
|
37014
37020
|
ngOnDestroy() {
|
|
@@ -37025,8 +37031,8 @@ var rm = (() => {
|
|
|
37025
37031
|
}
|
|
37026
37032
|
onMousedown(e) {
|
|
37027
37033
|
e.preventDefault();
|
|
37028
|
-
let i = this.element.nativeElement.parentElement.parentElement;
|
|
37029
|
-
this.left = this._left = e.clientX - i.getBoundingClientRect().left, this.top = e.target.getBoundingClientRect().top - i.getBoundingClientRect().top, this.resizeStart.next(e);
|
|
37034
|
+
let i = this.element.nativeElement.parentElement.parentElement, r = i.getBoundingClientRect().width, s = parseFloat(window.getComputedStyle(i).width);
|
|
37035
|
+
Math.abs(r - s) > 1 && (this._ratio = r / s), this.left = this._left = (e.clientX - i.getBoundingClientRect().left) / this._ratio, this.top = e.target.getBoundingClientRect().top - i.getBoundingClientRect().top, this.resizeStart.next(e);
|
|
37030
37036
|
}
|
|
37031
37037
|
onMousemove(e) {
|
|
37032
37038
|
e.preventDefault(), this.resize.next(e);
|
|
@@ -37038,7 +37044,7 @@ var rm = (() => {
|
|
|
37038
37044
|
let n38 = t;
|
|
37039
37045
|
return n38;
|
|
37040
37046
|
})();
|
|
37041
|
-
var
|
|
37047
|
+
var Js = (() => {
|
|
37042
37048
|
let t = class t {
|
|
37043
37049
|
constructor(e) {
|
|
37044
37050
|
this.colResizingService = e;
|
|
@@ -37053,7 +37059,7 @@ var Zs = (() => {
|
|
|
37053
37059
|
}
|
|
37054
37060
|
}, inputs: { restrictResizerTop: "restrictResizerTop" }, standalone: true, features: [Q], decls: 1, vars: 7, consts: [["igxResizer", "", 1, "igx-grid-th__resize-line", 3, "resizeEnd", "restrictHResizeMax", "restrictHResizeMin", "restrictResizerTop"]], template: function(i, r) {
|
|
37055
37061
|
i & 1 && (m(0, "div", 0), S("resizeEnd", function(a) {
|
|
37056
|
-
return r.colResizingService.resizeColumn(a);
|
|
37062
|
+
return r.colResizingService.resizeColumn(a, r.resizer.ratio);
|
|
37057
37063
|
}), f()), i & 2 && (N("left", -99999, "px")("height", r.colResizingService.resizerHeight, "px"), p("restrictHResizeMax", r.colResizingService.restrictResizeMax)("restrictHResizeMin", r.colResizingService.restrictResizeMin)("restrictResizerTop", r.restrictResizerTop));
|
|
37058
37064
|
}, dependencies: [rm], encapsulation: 2, changeDetection: 0 });
|
|
37059
37065
|
let n38 = t;
|
|
@@ -37112,7 +37118,7 @@ function ome(n38, t) {
|
|
|
37112
37118
|
}
|
|
37113
37119
|
}
|
|
37114
37120
|
var sme = 0;
|
|
37115
|
-
var
|
|
37121
|
+
var ea = (() => {
|
|
37116
37122
|
let t = class t extends mV {
|
|
37117
37123
|
constructor() {
|
|
37118
37124
|
super(...arguments), this.id = `igx-snackbar-${sme++}`, this.cssClass = "igx-snackbar", this.clicked = new T(), this.animationStarted = new T(), this.animationDone = new T(), this._positionSettings = { horizontalDirection: ze2.Center, verticalDirection: Ge2.Bottom, openAnimation: ns(En, { params: { duration: ".35s", easing: "cubic-bezier(0.0, 0.0, 0.2, 1)", fromPosition: "translateY(100%)", toPosition: "translateY(0)" } }), closeAnimation: ns(Tn, { params: { duration: ".2s", easing: "cubic-bezier(0.4, 0.0, 1, 1)", fromPosition: "translateY(0)", toPosition: "translateY(100%)" } }) };
|
|
@@ -37124,7 +37130,7 @@ var Js = (() => {
|
|
|
37124
37130
|
this._positionSettings = e;
|
|
37125
37131
|
}
|
|
37126
37132
|
open(e) {
|
|
37127
|
-
e !== void 0 && (this.textMessage = e), this.strategy = this.outlet ? new Fl(this.positionSettings) : new
|
|
37133
|
+
e !== void 0 && (this.textMessage = e), this.strategy = this.outlet ? new Fl(this.positionSettings) : new Ma(this.positionSettings), super.open();
|
|
37128
37134
|
}
|
|
37129
37135
|
toggle() {
|
|
37130
37136
|
this.collapsed || this.isClosing ? this.open() : this.close();
|
|
@@ -38190,19 +38196,19 @@ var uc = (() => {
|
|
|
38190
38196
|
return this.headerGroupsList.map((e) => e.filter).filter((e) => e);
|
|
38191
38197
|
}
|
|
38192
38198
|
get summariesRowList() {
|
|
38193
|
-
let e = new
|
|
38199
|
+
let e = new Ji();
|
|
38194
38200
|
if (!this._summaryRowList) return e;
|
|
38195
38201
|
let i = this._summaryRowList.filter((r) => r.element.nativeElement.parentElement !== null);
|
|
38196
38202
|
return e.reset(i), e;
|
|
38197
38203
|
}
|
|
38198
38204
|
get rowList() {
|
|
38199
|
-
let e = new
|
|
38205
|
+
let e = new Ji();
|
|
38200
38206
|
if (!this._rowList) return e;
|
|
38201
38207
|
let i = this._rowList.filter((r) => r.element.nativeElement.parentElement !== null).sort((r, s) => r.index - s.index);
|
|
38202
38208
|
return e.reset(i), e;
|
|
38203
38209
|
}
|
|
38204
38210
|
get dataRowList() {
|
|
38205
|
-
let e = new
|
|
38211
|
+
let e = new Ji();
|
|
38206
38212
|
if (!this._dataRowList) return e;
|
|
38207
38213
|
let i = this._dataRowList.filter((r) => r.element.nativeElement.parentElement !== null).sort((r, s) => r.index - s.index);
|
|
38208
38214
|
return e.reset(i), e;
|
|
@@ -38385,7 +38391,7 @@ var uc = (() => {
|
|
|
38385
38391
|
return this.gridAPI.cms.column;
|
|
38386
38392
|
}
|
|
38387
38393
|
constructor(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, Te, be2, Le2) {
|
|
38388
|
-
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 = Le2, 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
|
|
38394
|
+
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 = Le2, 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 Ji(), this.tmpOutlets = new Ji(), 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(Jx({ 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.isColumnWidthSum = false, 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 zh(), 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(wp), this._emptyGridMessage = null, this._emptyFilteredGridMessage = null, this._isLoading = false, this.overlayIDs = [], this._pinning = { columns: jh.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 = nt2.multiple, this._rowSelectionMode = nt2.none, this._selectRowOnClick = true, this._columnSelectionMode = nt2.none, this.rowEditPositioningStrategy = new Tv({ 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) => {
|
|
38389
38395
|
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);
|
|
38390
38396
|
}, 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) => {
|
|
38391
38397
|
this.selectedRowsChange.emit(Fe2);
|
|
@@ -38539,7 +38545,7 @@ var uc = (() => {
|
|
|
38539
38545
|
let s = this.overlayService.attach(this.excelStyleFilteringComponent.element, i);
|
|
38540
38546
|
return this.excelStyleFilteringComponent.overlayComponentId = s, s;
|
|
38541
38547
|
}
|
|
38542
|
-
return this.overlayService.attach(
|
|
38548
|
+
return this.overlayService.attach(Qs, this.viewRef, i);
|
|
38543
38549
|
}
|
|
38544
38550
|
setUpPaginator() {
|
|
38545
38551
|
this.paginator ? (this.paginator.pageChange.pipe(bc(() => !!this.paginator), Xt(() => !this._init)).subscribe(() => {
|
|
@@ -38569,7 +38575,7 @@ var uc = (() => {
|
|
|
38569
38575
|
this.cdr.detectChanges(), this.zone.onStable.pipe(Xe()).subscribe(() => {
|
|
38570
38576
|
this.autoSizeColumnsInView();
|
|
38571
38577
|
});
|
|
38572
|
-
}),
|
|
38578
|
+
}), Ea(this.nativeElement).pipe(Xe(), K(this.destroy$)).subscribe(() => this.resizeNotify.next()), Ea(this.tbodyContainer.nativeElement).pipe(K(this.destroy$)).subscribe(() => this.resizeNotify.next());
|
|
38573
38579
|
});
|
|
38574
38580
|
}
|
|
38575
38581
|
ngAfterViewInit() {
|
|
@@ -38726,7 +38732,7 @@ var uc = (() => {
|
|
|
38726
38732
|
get totalWidth() {
|
|
38727
38733
|
if (!isNaN(this._totalWidth)) return this._totalWidth;
|
|
38728
38734
|
let e = this.visibleColumns.filter((s) => s.level === 0 && !s.pinned), i = 0, r = 0;
|
|
38729
|
-
for (r; r < e.length; r++) i +=
|
|
38735
|
+
for (r; r < e.length; r++) i += parseFloat(e[r].calcWidth) || 0;
|
|
38730
38736
|
return this._totalWidth = i, i;
|
|
38731
38737
|
}
|
|
38732
38738
|
get showRowSelectors() {
|
|
@@ -38949,16 +38955,16 @@ var uc = (() => {
|
|
|
38949
38955
|
}
|
|
38950
38956
|
getPossibleColumnWidth(e = null) {
|
|
38951
38957
|
let i;
|
|
38952
|
-
e !== null ? i = e : i = this.calcWidth ||
|
|
38958
|
+
e !== null ? i = e : i = this.calcWidth || parseFloat(this.document.defaultView.getComputedStyle(this.nativeElement).getPropertyValue("width"));
|
|
38953
38959
|
let r = this.visibleColumns.filter((I) => !I.columnGroup), s = [], l = this.visibleColumns.filter((I) => I.columnGroup).map((I) => I.getInitialChildColumnSizes(I.children)), c = l.reduce((I, R) => I + R.length, 0);
|
|
38954
38960
|
l.forEach((I) => s = s.concat(I));
|
|
38955
38961
|
let d = this.hasColumnLayouts ? s.filter((I) => I.widthSetByUser) : r.filter((I) => I.widthSetByUser && I.width !== "fit-content"), g = this.hasColumnLayouts ? c - d.length : r.length - d.length, v = d.reduce((I, R) => {
|
|
38956
|
-
let V = R.width, L =
|
|
38962
|
+
let V = R.width, L = parseFloat(V);
|
|
38957
38963
|
isNaN(L) && (L = vV);
|
|
38958
38964
|
let J = V && typeof V == "string" && V.indexOf("%") !== -1 ? L / 100 * i : L;
|
|
38959
38965
|
return I + J;
|
|
38960
38966
|
}, 0);
|
|
38961
|
-
return !v && !g ? "0px" : (i -= this.featureColumnsWidth(),
|
|
38967
|
+
return !v && !g ? "0px" : (i -= this.featureColumnsWidth(), (Number.isFinite(v) ? Math.max((i - v) / g, this.minColumnWidth) : Math.max(i / g, this.minColumnWidth)) + "px");
|
|
38962
38968
|
}
|
|
38963
38969
|
hasVerticalScroll() {
|
|
38964
38970
|
if (this._init) return false;
|
|
@@ -39242,7 +39248,7 @@ var uc = (() => {
|
|
|
39242
39248
|
e ? this._transactions = this.transactionFactory.create("Base") : this._transactions = this.transactionFactory.create("None"), this.dataCloneStrategy && (this._transactions.cloneStrategy = this.dataCloneStrategy);
|
|
39243
39249
|
}
|
|
39244
39250
|
subscribeToTransactions() {
|
|
39245
|
-
this.transactionChange$.next(), this.transactions.onStateUpdate.pipe(K(
|
|
39251
|
+
this.transactionChange$.next(), this.transactions.onStateUpdate.pipe(K(da(this.destroy$, this.transactionChange$))).subscribe(this.transactionStatusUpdate.bind(this));
|
|
39246
39252
|
}
|
|
39247
39253
|
transactionStatusUpdate(e) {
|
|
39248
39254
|
let i = [];
|
|
@@ -39279,12 +39285,12 @@ var uc = (() => {
|
|
|
39279
39285
|
let i = this.document.defaultView.getComputedStyle(this.nativeElement).getPropertyValue("width");
|
|
39280
39286
|
e = i.indexOf("%") === -1 ? parseFloat(i) : null;
|
|
39281
39287
|
} else e = parseInt(this.width, 10);
|
|
39282
|
-
!e && this.nativeElement && (e = this.nativeElement.offsetWidth),
|
|
39288
|
+
!e && this.nativeElement && (e = this.nativeElement.offsetWidth), this.width === null || !e ? (this.isColumnWidthSum = true, e = this.getColumnWidthSum()) : this.isColumnWidthSum = false, this.hasVerticalScroll() && this.width !== null && (e -= this.scrollSize), (Number.isFinite(e) || e === null) && e !== this.calcWidth && (this.calcWidth = e), this._derivePossibleWidth();
|
|
39283
39289
|
}
|
|
39284
39290
|
_derivePossibleWidth() {
|
|
39285
39291
|
this.columnWidthSetByUser || (this._columnWidth = this.width !== null ? this.getPossibleColumnWidth() : this.minColumnWidth + "px"), this._columns.forEach((e) => {
|
|
39286
|
-
if (this.hasColumnLayouts &&
|
|
39287
|
-
let i =
|
|
39292
|
+
if (this.hasColumnLayouts && parseFloat(this._columnWidth)) {
|
|
39293
|
+
let i = parseFloat(this._columnWidth) * (e.colEnd ? e.colEnd - e.colStart : 1);
|
|
39288
39294
|
e.defaultWidth = i + "px";
|
|
39289
39295
|
} else e.defaultWidth = this.getExtremumBasedColWidth(e), e.resetCaches();
|
|
39290
39296
|
}), this.resetCachedWidths();
|
|
@@ -39767,14 +39773,14 @@ var uc = (() => {
|
|
|
39767
39773
|
}
|
|
39768
39774
|
};
|
|
39769
39775
|
t.\u0275fac = function(i) {
|
|
39770
|
-
return new (i || t)(_(Fn), _(Ut2), _(Di), _(ir), _(
|
|
39776
|
+
return new (i || t)(_(Fn), _(Ut2), _(Di), _(ir), _(ka), _(z), _(xe2), _(Qe2), _(re), _(ki), _(qe), _(Et2), _(fi), _(Ur), _(Wt2), _(vo), _(pi), _(Vn), _(Zt2), _(ye2), _(dc, 8));
|
|
39771
39777
|
}, t.\u0275dir = U({ type: t, contentQueries: function(i, r, s) {
|
|
39772
|
-
if (i & 1 && (de(s, S3, 7, S3), de(s, hV, 5, ee2), de(s, GF, 5, ee2), de(s, jF, 5, ee2), de(s, $F, 5, ee2), de(s, UF, 5, ee2), de(s, WF, 5, ee2), de(s, QF, 5, ee2), de(s, KF, 5, ee2), de(s, qF, 5, ee2), de(s,
|
|
39778
|
+
if (i & 1 && (de(s, S3, 7, S3), de(s, hV, 5, ee2), de(s, GF, 5, ee2), de(s, jF, 5, ee2), de(s, $F, 5, ee2), de(s, UF, 5, ee2), de(s, WF, 5, ee2), de(s, QF, 5, ee2), de(s, KF, 5, ee2), de(s, qF, 5, ee2), de(s, Qs, 4, Qs), de(s, _t2, 5, _t2), de(s, Rn, 4), de(s, nV, 4, ee2), de(s, tV, 4, ee2), de(s, eV, 4, ee2), de(s, uV, 4, ee2), de(s, pV, 4, ee2), de(s, gV, 4, ee2), de(s, JF, 4, ee2), de(s, Ga, 5), de(s, kn, 4), de(s, Sr, 4)), i & 2) {
|
|
39773
39779
|
let a;
|
|
39774
39780
|
b(a = D()) && (r.excelStyleLoadingValuesTemplateDirective = a.first), b(a = D()) && (r.rowAddText = a.first), b(a = D()) && (r.rowExpandedIndicatorDirectiveTemplate = a.first), b(a = D()) && (r.rowCollapsedIndicatorDirectiveTemplate = a.first), b(a = D()) && (r.headerExpandedIndicatorDirectiveTemplate = a.first), b(a = D()) && (r.headerCollapsedIndicatorDirectiveTemplate = a.first), b(a = D()) && (r.excelStyleHeaderIconDirectiveTemplate = a.first), b(a = D()) && (r.sortAscendingHeaderIconDirectiveTemplate = a.first), b(a = D()) && (r.sortDescendingHeaderIconDirectiveTemplate = a.first), b(a = D()) && (r.sortHeaderIconDirectiveTemplate = a.first), b(a = D()) && (r.excelStyleFilteringComponents = a), b(a = D()) && (r.columnList = a), b(a = D()) && (r.actionStripComponents = a), b(a = D()) && (r.headSelectorsTemplates = a), b(a = D()) && (r.rowSelectorsTemplates = a), b(a = D()) && (r.dragGhostCustomTemplates = a), b(a = D()) && (r.rowEditCustomDirectives = a), b(a = D()) && (r.rowEditTextDirectives = a), b(a = D()) && (r.rowEditActionsDirectives = a), b(a = D()) && (r.dragIndicatorIconTemplates = a), b(a = D()) && (r.rowEditTabsCUSTOM = a), b(a = D()) && (r.toolbar = a), b(a = D()) && (r.paginationComponents = a);
|
|
39775
39781
|
}
|
|
39776
39782
|
}, viewQuery: function(i, r) {
|
|
39777
|
-
if (i & 1 && (k(
|
|
39783
|
+
if (i & 1 && (k(ea, 5), k(Js, 5), k(hme, 7, Bt2), k(gme, 7, sn), k(mme, 7, ee2), k(fme, 7, ee2), k(_me, 7, ee2), k(vme, 7, jt2), k(xme, 7, jt2), k(yme, 7, jt2), k(wme, 7, z), k(Cme, 7, ee2), k(Ime, 5, z), k(jr, 7), k(Pv, 5), k(Sme, 7), k(Zs, 7, z), k(bme, 5, z), k(Dme, 7), k(Eme, 7, sn), k(Tme, 7, ee2), k(Rme, 5, Bt2), k(Ame, 7, sn), k(Pme, 7, qe), k(Mme, 7, ee2), k(kme, 7, ee2), k(Fme, 7, ee2), k(Vme, 7, ee2), k(Zr, 5, Zr), k(Ga, 5), k(Ome, 5, cc), k(Nme, 5), k(Lme, 5), k(cn, 5, cn)), i & 2) {
|
|
39778
39784
|
let s;
|
|
39779
39785
|
b(s = D()) && (r.addRowSnackbar = s.first), b(s = D()) && (r.resizeLine = s.first), b(s = D()) && (r.loadingOverlay = s.first), b(s = D()) && (r.loadingOutlet = s.first), b(s = D()) && (r.emptyFilteredGridTemplate = s.first), b(s = D()) && (r.emptyGridDefaultTemplate = s.first), b(s = D()) && (r.loadingGridDefaultTemplate = s.first), b(s = D()) && (r.parentVirtDir = s.first), b(s = D()) && (r.verticalScrollContainer = s.first), b(s = D()) && (r.verticalScroll = s.first), b(s = D()) && (r.scr = s.first), b(s = D()) && (r.headerSelectorBaseTemplate = s.first), b(s = D()) && (r.footer = s.first), b(s = D()) && (r.theadRow = s.first), b(s = D()) && (r.groupArea = s.first), b(s = D()) && (r.tbody = s.first), b(s = D()) && (r.tbodyContainer = s.first), b(s = D()) && (r.pinContainer = s.first), b(s = D()) && (r.tfoot = s.first), b(s = D()) && (r.rowEditingOutletDirective = s.first), b(s = D()) && (r.dragIndicatorIconBase = s.first), b(s = D()) && (r.rowEditingOverlay = s.first), b(s = D()) && (r._outletDirective = s.first), b(s = D()) && (r.anchor = s.first), b(s = D()) && (r.defaultExpandedTemplate = s.first), b(s = D()) && (r.defaultCollapsedTemplate = s.first), b(s = D()) && (r.defaultESFHeaderIconTemplate = s.first), b(s = D()) && (r.defaultRowEditTemplate = s.first), b(s = D()) && (r.tmpOutlets = s), b(s = D()) && (r.rowEditTabsDEFAULT = s), b(s = D()) && (r._summaryRowList = s), b(s = D()) && (r._rowList = s), b(s = D()) && (r._pinnedRowList = s), b(s = D()) && (r._dataRowList = s);
|
|
39780
39786
|
}
|
|
@@ -40291,7 +40297,7 @@ var Mv = (() => {
|
|
|
40291
40297
|
let s = M(14);
|
|
40292
40298
|
u(2), p("ngIf", r.rowDraggable), u(), p("ngIf", r.showRowSelectors), u(2), p("ngTemplateOutlet", r.iconTemplate)("ngTemplateOutletContext", Ve2(6, L3, r)), u(3), p("ngTemplateOutlet", r.grid.groupRowTemplate ? r.grid.groupRowTemplate : s)("ngTemplateOutletContext", Ve2(8, L3, r.groupRow));
|
|
40293
40299
|
}
|
|
40294
|
-
}, dependencies: [ae2, ke, Es, wn, Ts, _o, me, fp, $t,
|
|
40300
|
+
}, dependencies: [ae2, ke, Es, wn, Ts, _o, me, fp, $t, Ys], encapsulation: 2, changeDetection: 0 });
|
|
40295
40301
|
let n38 = t;
|
|
40296
40302
|
return n38;
|
|
40297
40303
|
})();
|
|
@@ -40877,7 +40883,7 @@ function zfe(n38, t) {
|
|
|
40877
40883
|
p("ngIf", c.formGroup == null || (o = c.formGroup.get(c.column == null ? null : c.column.field).errors) == null ? null : o.required), u(), p("ngIf", c.formGroup == null || (e = c.formGroup.get(c.column == null ? null : c.column.field).errors) == null ? null : e.minlength), u(), p("ngIf", c.formGroup == null || (i = c.formGroup.get(c.column == null ? null : c.column.field).errors) == null ? null : i.maxlength), u(), p("ngIf", c.formGroup == null || (r = c.formGroup.get(c.column == null ? null : c.column.field).errors) == null ? null : r.min), u(), p("ngIf", c.formGroup == null || (s = c.formGroup.get(c.column == null ? null : c.column.field).errors) == null ? null : s.max), u(), p("ngIf", c.formGroup == null || (a = c.formGroup.get(c.column == null ? null : c.column.field).errors) == null ? null : a.email), u(), p("ngIf", c.formGroup == null || (l = c.formGroup.get(c.column == null ? null : c.column.field).errors) == null ? null : l.pattern);
|
|
40878
40884
|
}
|
|
40879
40885
|
}
|
|
40880
|
-
var
|
|
40886
|
+
var ta = (() => {
|
|
40881
40887
|
let t = class t {
|
|
40882
40888
|
get isEmptyAddRowCell() {
|
|
40883
40889
|
return this.intRow.addRowUI && (this.value === void 0 || this.value === null);
|
|
@@ -40932,7 +40938,7 @@ var ea = (() => {
|
|
|
40932
40938
|
let e = this.column.pipeArgs, i = this.grid.locale;
|
|
40933
40939
|
switch (this.column.dataType) {
|
|
40934
40940
|
case ie.Percent:
|
|
40935
|
-
return
|
|
40941
|
+
return wa(this.value, i, e.digitsInfo);
|
|
40936
40942
|
case ie.Currency:
|
|
40937
40943
|
return vu(this.value, this.currencyCode, e.display, e.digitsInfo, i);
|
|
40938
40944
|
case ie.Date:
|
|
@@ -41182,7 +41188,7 @@ var ea = (() => {
|
|
|
41182
41188
|
}), i & 2 && (H("data-rowIndex", r.rowIndex)("data-visibleIndex", r.visibleColumnIndex)("id", r.attrCellID)("title", r.title)("role", r.role)("aria-readonly", r.readonly)("aria-describedby", r.ariaDescribeBy)("aria-invalid", r.isInvalid)("aria-selected", r.ariaSelected), N("min-height", r.minHeight, "px"), X("igx-grid__td--new", r.isEmptyAddRowCell)("igx-grid__td--bool-true", r.booleanClass)("igx-grid__td--pinned-last", r.lastPinned)("igx-grid__td--pinned-first", r.firstPinned)("igx-grid__td--editing", r.editMode)("igx-grid__td--invalid", r.isInvalid)("igx-grid__td--valid", r.isValidAfterEdit)("igx-grid__td--active", r.active)("igx-grid__td--selected", r.selected)("igx-grid__td--column-selected", r.columnSelected)("igx-grid__td--row-pinned-first", r.displayPinnedChip));
|
|
41183
41189
|
}, inputs: { column: "column", intRow: "intRow", row: "row", rowData: "rowData", columnData: "columnData", cellTemplate: "cellTemplate", cellValidationErrorTemplate: "cellValidationErrorTemplate", pinnedIndicator: "pinnedIndicator", value: "value", formatter: "formatter", visibleColumnIndex: "visibleColumnIndex", cellSelectionMode: "cellSelectionMode", lastSearchInfo: "lastSearchInfo", lastPinned: "lastPinned", firstPinned: "firstPinned", editMode: [2, "editMode", "editMode", B], width: "width", active: "active", displayPinnedChip: "displayPinnedChip" }, standalone: true, features: [fe2([Fi]), le2, ri, Q], decls: 13, vars: 5, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], ["defaultError", ""], ["errorIcon", ""], ["error", "", "tooltipRef", "tooltip"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngIf"], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "--ig-size", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled"], ["igxTextHighlight", "", "class", "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], ["family", "default", 3, "name", "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], ["family", "default", 3, "name", "ngClass"], [3, "src", "alt"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["igxInput", "", 3, "compositionstart", "compositionend", "igxFocus", "igxTextSelection", "formControl"], ["igxInput", "", "type", "number", 3, "igxFocus", "igxTextSelection", "step", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "inputFormat", "displayFormat"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "inputFormat", "displayFormat", "value", "igxFocus", "formControl"], ["type", "text", "igxInput", "", 3, "formControl", "locale", "igxDateTimeEditor", "defaultFormatType", "displayFormat", "igxFocus"], ["family", "default", "name", "error", 3, "mouseover", "mouseout", "igxTooltipTarget", "igxToggleOutlet"], ["igxTooltip", "", 3, "id"]], template: function(i, r) {
|
|
41184
41190
|
i & 1 && C(0, pfe, 1, 1, "ng-template", null, 0, O)(2, ffe, 3, 3, "ng-template", null, 1, O)(4, vfe, 1, 1, "ng-template", null, 2, O)(6, Rfe, 8, 8, "ng-template", null, 3, O)(8, Afe, 1, 0, "ng-container", 7)(9, Pfe, 1, 0, "ng-container", 7)(10, kfe, 8, 7, "ng-container", 8)(11, zfe, 7, 7, "ng-template", null, 4, O), i & 2 && (u(8), p("ngTemplateOutlet", r.pinnedIndicatorTemplate)("ngTemplateOutletContext", r.context), u(), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", r.context), u(), p("ngIf", r.isInvalid));
|
|
41185
|
-
}, dependencies: [ae2, Oe, ke, Es, Ts, _o, wn, ml, Cn,
|
|
41191
|
+
}, dependencies: [ae2, Oe, ke, Es, Ts, _o, wn, ml, Cn, Ca, In, gl, Ia, Sa, ci, Bs, me, Kt, Rt2, Bl, zs, $t, Hr, Br, an, Ft2, Qt, zl, Lr, nc, Gr, Ys], encapsulation: 2, changeDetection: 0 });
|
|
41186
41192
|
let n38 = t;
|
|
41187
41193
|
return n38;
|
|
41188
41194
|
})();
|
|
@@ -41438,7 +41444,7 @@ function T0e(n38, t) {
|
|
|
41438
41444
|
}
|
|
41439
41445
|
}
|
|
41440
41446
|
var Vv = (() => {
|
|
41441
|
-
let t = class t extends
|
|
41447
|
+
let t = class t extends ta {
|
|
41442
41448
|
constructor(e, i, r, s, a, l, c, d, g) {
|
|
41443
41449
|
super(e, i, r, s, a, l, c, g), this.document = d, this.expanded = false;
|
|
41444
41450
|
}
|
|
@@ -41475,7 +41481,7 @@ var Vv = (() => {
|
|
|
41475
41481
|
}
|
|
41476
41482
|
}, inputs: { expanded: "expanded" }, standalone: true, features: [fe2([Fi]), ne, Q], decls: 18, vars: 6, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], ["defaultExpandedTemplate", ""], ["defaultCollapsedTemplate", ""], ["defaultError", ""], ["indicator", ""], ["errorIcon", ""], ["error", "", "tooltipRef", "tooltip"], [4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "--ig-size", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled"], ["igxTextHighlight", "", "class", "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], ["family", "default", 3, "name", "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], ["family", "default", 3, "name", "ngClass"], [3, "src", "alt"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["igxInput", "", 3, "compositionstart", "compositionend", "igxFocus", "formControl"], ["igxInput", "", "type", "number", 3, "igxFocus", "step", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "inputFormat", "displayFormat"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "value", "igxFocus", "formControl", "inputFormat", "displayFormat"], ["type", "text", "igxInput", "", 3, "formControl", "locale", "igxDateTimeEditor", "defaultFormatType", "displayFormat", "igxFocus"], [1, "igx-grid__tree-grouping-indicator", 3, "click", "focus"], ["family", "default", "name", "error", 3, "mouseover", "mouseout", "igxTooltipTarget", "igxToggleOutlet"], ["igxTooltip", "", 3, "id"], ["family", "default", "name", "tree_collapse"], ["family", "default", "name", "tree_expand"]], template: function(i, r) {
|
|
41477
41483
|
i & 1 && C(0, Kfe, 1, 1, "ng-template", null, 0, O)(2, Jfe, 3, 3, "ng-template", null, 1, O)(4, t0e, 1, 1, "ng-template", null, 2, O)(6, p0e, 8, 8, "ng-template", null, 3, O)(8, g0e, 4, 4, "ng-container", 10)(9, m0e, 1, 0, "ng-container", 11)(10, f0e, 1, 0, "ng-container", 11)(11, v0e, 8, 7, "ng-container", 10)(12, x0e, 1, 0, "ng-template", null, 4, O)(14, y0e, 1, 0, "ng-template", null, 5, O)(16, T0e, 7, 7, "ng-template", null, 6, O), i & 2 && (u(8), p("ngIf", r.showExpanderIndicator), u(), p("ngTemplateOutlet", r.pinnedIndicatorTemplate)("ngTemplateOutletContext", r.context), u(), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", r.context), u(), p("ngIf", r.isInvalid));
|
|
41478
|
-
}, dependencies: [ae2, ci, Bs, me, Oe, Mr, Cn,
|
|
41484
|
+
}, dependencies: [ae2, ci, Bs, me, Oe, Mr, Cn, Ca, In, gl, ml, Ia, Sa, Kt, Rt2, Bl, $t, Hr, Br, an, Ft2, Qt, ke, zl, Lr, nc, Gr, Ys, Es, Ts, _o, wn], encapsulation: 2, changeDetection: 0 });
|
|
41479
41485
|
let n38 = t;
|
|
41480
41486
|
return n38;
|
|
41481
41487
|
})();
|
|
@@ -41714,12 +41720,12 @@ var DV = (() => {
|
|
|
41714
41720
|
return function(r) {
|
|
41715
41721
|
return (e || (e = Ae2(t)))(r || t);
|
|
41716
41722
|
};
|
|
41717
|
-
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-grid-row"]], standalone: true, features: [fe2([{ provide: cn, useExisting:
|
|
41723
|
+
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-grid-row"]], standalone: true, features: [fe2([{ provide: cn, useExisting: Gi(() => t) }]), ne, Q], decls: 17, vars: 1, consts: [["addTemp", ""], ["defaultTemp", ""], ["mrlPinnedTemplate", ""], ["rowSelectorBaseTemplate", ""], ["cellTemplate", ""], ["expandableCellTemplate", ""], ["mrlCellTemplate", ""], ["mrlExpandableCellTemplate", ""], ["igxDirRef", ""], ["cell", ""], [4, "ngTemplateOutlet"], [1, "igx-grid__tr--inner", 3, "animationend"], [4, "ngIf"], [3, "click", "igxRowDrag", "ghostTemplate"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "pointerdown", "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "pointerdown", "click"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForScrollOrientation", "igxForContainerSize", "igxForSizePropName", "igxForTrackBy"], ["ngFor", "", 3, "ngForOf"], [1, "igx-grid__mrl-block", 3, "ngStyle"], ["class", "igx-grid__mrl-block", 3, "igx-grid__td--pinned-last", "igx-grid__td--pinned-first", "left", "ngStyle", 4, "ngFor", "ngForOf"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "checked", "readonly", "disabled", "disableRipple", "disableTransitions", "aria-label"], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "lastPinned", "firstPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", 3, "ngClass", "ngStyle", "expanded", "editMode", "column", "formatter", "intRow", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "lastPinned", "firstPinned", "formatter", "intRow", "rowData", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", 3, "ngClass", "ngStyle", "expanded", "editMode", "column", "lastPinned", "formatter", "intRow", "rowData", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"]], template: function(i, r) {
|
|
41718
41724
|
if (i & 1 && C(0, k0e, 1, 0, "ng-container", 10)(1, V0e, 2, 3, "ng-template", null, 0, O)(3, o1e, 5, 5, "ng-template", null, 1, O)(5, c1e, 2, 3, "ng-template", null, 2, O)(7, d1e, 2, 7, "ng-template", null, 3, O)(9, u1e, 6, 92, "ng-template", null, 4, O)(11, p1e, 6, 86, "ng-template", null, 5, O)(13, h1e, 6, 87, "ng-template", null, 6, O)(15, g1e, 6, 87, "ng-template", null, 7, O), i & 2) {
|
|
41719
41725
|
let s = M(2), a = M(4);
|
|
41720
41726
|
p("ngTemplateOutlet", r.addRowUI ? s : a);
|
|
41721
41727
|
}
|
|
41722
|
-
}, dependencies: [ke, ae2, Pp, He2, jt2, oi, $t,
|
|
41728
|
+
}, dependencies: [ke, ae2, Pp, He2, jt2, oi, $t, ta, Oe, Vv, Ks, Tp, ic, Ep, sc, ac], encapsulation: 2, changeDetection: 0 });
|
|
41723
41729
|
let n38 = t;
|
|
41724
41730
|
return n38;
|
|
41725
41731
|
})();
|
|
@@ -42121,7 +42127,7 @@ var On = (() => {
|
|
|
42121
42127
|
return this._dropAreaMessage || this.resourceStrings.igx_grid_groupByArea_message;
|
|
42122
42128
|
}
|
|
42123
42129
|
get groupsRowList() {
|
|
42124
|
-
let e = new
|
|
42130
|
+
let e = new Ji();
|
|
42125
42131
|
if (!this._groupsRowList) return e;
|
|
42126
42132
|
let i = this._groupsRowList.filter((r) => r.element.nativeElement.parentElement !== null).sort((r, s) => r.index - s.index);
|
|
42127
42133
|
return e.reset(i), e;
|
|
@@ -42418,9 +42424,9 @@ var On = (() => {
|
|
|
42418
42424
|
}
|
|
42419
42425
|
if (i & 2) {
|
|
42420
42426
|
let s = M(10), a = M(53);
|
|
42421
|
-
u(), p("ngIf", r.showGroupArea && (r.groupingExpressions.length > 0 || r.hasGroupableColumns)), u(), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), N("height", r.totalHeight, "px")("width", r.calcWidth || null, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("role", r.dataView.length ? null : "row")("aria-activedescendant", r.activeDescendant), u(2), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length > 0), u(), p("ngTemplateOutlet", r.hasPinnedRecords && r.isRowPinningToTop ? s : null), u(3), p("igxGridForOf", rt2(22, 126, oe2(21, 122, rt2(20, 117, ge2(19, 108, ow(161, EV, ge2(18, 102, ut2(155, I1e, ge2(17, 93, ow(146, EV, ge2(16, 86, gt2(139, C1e, ge2(15, 78, Vi(131, w1e, _i(14, 75, oe2(13, 71, r.data, r.id, r.pipeTrigger), r.hasVisibleColumns), r.filteringExpressionsTree, r.filterStrategy, r.advancedFilteringExpressionsTree, r.id, r.pipeTrigger, r.filteringPipeTrigger)), r.sortingExpressions, r.groupingExpressions, r.sortStrategy, r.id, r.pipeTrigger)), r.groupingExpressions, r.groupingExpansionState, r.groupStrategy, r.groupsExpanded, r.id, r.groupsRecords, r.pipeTrigger)), !!r.paginator, r.page, r.perPage, r.pipeTrigger)), r.hasSummarizedColumns, r.summaryCalculationMode, r.summaryPosition, r.id, r.showSummaryOnCollapse, r.pipeTrigger, r.summaryPipeTrigger)), r.hasDetails, r.expansionStates, r.pipeTrigger), false, r.pipeTrigger), r.id, false, r.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r.verticalScroll)("igxForContainerSize", r.calcHeight)("igxForItemSize", r.hasColumnLayouts ? r.rowHeight * r.multiRowLayoutRowSize + 1 : r.renderedRowHeight)("igxForTrackBy", r.trackChanges), u(12), p("ngTemplateOutlet", r.hasPinnedRecords && !r.isRowPinningToTop ? s : null), u(11), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(170, z3, r)), u(6), p("ngIf", r.shouldOverlayLoading), u(), p("ngIf", r.moving && r.columnInDrag), u(), N("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.isRowPinningToTop ? r.pinnedRowHeight : 0, "px"), u(), N("height", r.calcHeight, "px"), u(), p("igxGridForOf",
|
|
42427
|
+
u(), p("ngIf", r.showGroupArea && (r.groupingExpressions.length > 0 || r.hasGroupableColumns)), u(), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), N("height", r.totalHeight, "px")("width", r.calcWidth || null, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("role", r.dataView.length ? null : "row")("aria-activedescendant", r.activeDescendant), u(2), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length > 0), u(), p("ngTemplateOutlet", r.hasPinnedRecords && r.isRowPinningToTop ? s : null), u(3), p("igxGridForOf", rt2(22, 126, oe2(21, 122, rt2(20, 117, ge2(19, 108, ow(161, EV, ge2(18, 102, ut2(155, I1e, ge2(17, 93, ow(146, EV, ge2(16, 86, gt2(139, C1e, ge2(15, 78, Vi(131, w1e, _i(14, 75, oe2(13, 71, r.data, r.id, r.pipeTrigger), r.hasVisibleColumns), r.filteringExpressionsTree, r.filterStrategy, r.advancedFilteringExpressionsTree, r.id, r.pipeTrigger, r.filteringPipeTrigger)), r.sortingExpressions, r.groupingExpressions, r.sortStrategy, r.id, r.pipeTrigger)), r.groupingExpressions, r.groupingExpansionState, r.groupStrategy, r.groupsExpanded, r.id, r.groupsRecords, r.pipeTrigger)), !!r.paginator, r.page, r.perPage, r.pipeTrigger)), r.hasSummarizedColumns, r.summaryCalculationMode, r.summaryPosition, r.id, r.showSummaryOnCollapse, r.pipeTrigger, r.summaryPipeTrigger)), r.hasDetails, r.expansionStates, r.pipeTrigger), false, r.pipeTrigger), r.id, false, r.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r.verticalScroll)("igxForContainerSize", r.calcHeight)("igxForItemSize", r.hasColumnLayouts ? r.rowHeight * r.multiRowLayoutRowSize + 1 : r.renderedRowHeight)("igxForTrackBy", r.trackChanges), u(12), p("ngTemplateOutlet", r.hasPinnedRecords && !r.isRowPinningToTop ? s : null), u(11), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(170, z3, r)), u(6), p("ngIf", r.shouldOverlayLoading), u(), p("ngIf", r.moving && r.columnInDrag), u(), N("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.isRowPinningToTop ? r.pinnedRowHeight : 0, "px"), u(), N("height", r.calcHeight, "px"), u(), p("igxGridForOf", en(172, S1e)), u(2), N("height", r.isRowPinningToTop ? 0 : r.pinnedRowHeight, "px"), u(2), p("outlet", a)("actionText", r.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", r.snackbarDisplayTime), u(2), Y(r.resourceStrings.igx_grid_snackbar_addrow_label), u(5), N("height", r.summaryRowHeight, "px"), u(2), H("aria-activedescendant", r.activeDescendant), u(), p("ngIf", r.hasSummarizedColumns && r.rootSummariesEnabled), u(), N("height", r.summaryRowHeight, "px")("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.scrollSize, "px"), p("hidden", r.isHorizontalScrollHidden), u(2), N("width", r.isPinningToStart ? r.pinnedWidth : r.headerFeaturesWidth, "px")("min-width", r.isPinningToStart ? r.pinnedWidth : r.headerFeaturesWidth, "px"), u(), N("width", r.unpinnedWidth, "px"), u(), p("igxGridForOf", r.EMPTY_DATA), u(2), N("float", "right")("width", r.pinnedWidth, "px")("min-width", r.pinnedWidth, "px"), p("hidden", r.pinnedWidth === 0 || r.isPinningToStart), u(17), p("ngIf", r.rowEditable), u(9), p("ngIf", r.colResizingService.showResizer), u(3), vn(r.platform.isElements ? 96 : -1);
|
|
42422
42428
|
}
|
|
42423
|
-
}, dependencies: [ae2, Oe, He2, oi, ke, Pv, jr,
|
|
42429
|
+
}, dependencies: [ae2, Oe, He2, oi, ke, Pv, jr, Zs, hc, rr, jt2, Zr, DV, Mv, cc, sn, Bt2, zr, ea, at2, bi, me, Ga, Js, Cv, Rp, Ap, Iv, rc, oc, Op, SV, bV, kv, Fv, IV, CV, Gr], encapsulation: 2, changeDetection: 0 });
|
|
42424
42430
|
let n38 = t;
|
|
42425
42431
|
return n38;
|
|
42426
42432
|
})();
|
|
@@ -42776,7 +42782,7 @@ function J_e(n38, t) {
|
|
|
42776
42782
|
let o = t.$implicit, e = t.last;
|
|
42777
42783
|
h();
|
|
42778
42784
|
let i = M(3), r = h();
|
|
42779
|
-
u(), N("height", r.getAreaHeight(i), "px"), u(), p("id", o.memberName)("draggable", true)("data",
|
|
42785
|
+
u(), N("height", r.getAreaHeight(i), "px"), u(), p("id", o.memberName)("draggable", true)("data", en(8, q_e))("removable", true), u(2), Z(" ", o.displayName || o.memberName, " "), u(), p("ngIf", e);
|
|
42780
42786
|
}
|
|
42781
42787
|
}
|
|
42782
42788
|
function eve(n38, t) {
|
|
@@ -42891,7 +42897,7 @@ function ove(n38, t) {
|
|
|
42891
42897
|
let o = t.$implicit, e = t.last;
|
|
42892
42898
|
h();
|
|
42893
42899
|
let i = M(3), r = h();
|
|
42894
|
-
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.memberName)("data",
|
|
42900
|
+
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.memberName)("data", en(9, PV))("removable", true), u(3), Z(" ", o.displayName || o.memberName, " "), u(), p("ngIf", o.sortDirection), u(), p("ngIf", e);
|
|
42895
42901
|
}
|
|
42896
42902
|
}
|
|
42897
42903
|
function sve(n38, t) {
|
|
@@ -42986,7 +42992,7 @@ function dve(n38, t) {
|
|
|
42986
42992
|
let o = t.$implicit, e = t.last;
|
|
42987
42993
|
h();
|
|
42988
42994
|
let i = M(3), r = h();
|
|
42989
|
-
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.memberName)("data",
|
|
42995
|
+
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.memberName)("data", en(9, Q_e))("removable", true), u(3), Z(" ", o.displayName || o.memberName, " "), u(), p("ngIf", o.sortDirection), u(), p("ngIf", e);
|
|
42990
42996
|
}
|
|
42991
42997
|
}
|
|
42992
42998
|
function uve(n38, t) {
|
|
@@ -43065,7 +43071,7 @@ function mve(n38, t) {
|
|
|
43065
43071
|
let o = t.$implicit, e = t.last;
|
|
43066
43072
|
h();
|
|
43067
43073
|
let i = M(3), r = h(), s = M(20), a = M(36);
|
|
43068
|
-
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.displayName || o.member)("data",
|
|
43074
|
+
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.displayName || o.member)("data", en(10, K_e))("removable", true), u(2), p("igxDropDownItemNavigation", s), u(3), p("ngTemplateOutlet", r.grid.valueChipTemplate ? r.grid.valueChipTemplate : a)("ngTemplateOutletContext", Ve2(11, Y_e, o)), u(), p("ngIf", e);
|
|
43069
43075
|
}
|
|
43070
43076
|
}
|
|
43071
43077
|
function fve(n38, t) {
|
|
@@ -43162,7 +43168,7 @@ function yve(n38, t) {
|
|
|
43162
43168
|
let o = t.$implicit, e = t.last;
|
|
43163
43169
|
h(2);
|
|
43164
43170
|
let i = M(4), r = h();
|
|
43165
|
-
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.memberName)("data",
|
|
43171
|
+
u(), N("height", r.getAreaHeight(i), "px"), u(), p("draggable", true)("id", o.memberName)("data", en(9, PV))("removable", true), u(3), Z(" ", o.displayName || o.memberName, " "), u(), p("ngIf", o.sortDirection), u(), p("ngIf", e);
|
|
43166
43172
|
}
|
|
43167
43173
|
}
|
|
43168
43174
|
function wve(n38, t) {
|
|
@@ -43497,7 +43503,7 @@ var G3 = (() => {
|
|
|
43497
43503
|
}), C(21, Mve, 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, kve, 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, Fve, 3, 4, "igx-chip", 42), f()(), C(35, Vve, 1, 2, "ng-template", null, 4, O);
|
|
43498
43504
|
}
|
|
43499
43505
|
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));
|
|
43500
|
-
}, dependencies: [ae2, Or, Do, He2, ci, me, Ft2, fp, Qt, wo, ke, Ba, Oe, oi, jt2, wr, yr,
|
|
43506
|
+
}, dependencies: [ae2, Or, Do, He2, ci, me, Ft2, fp, Qt, wo, ke, Ba, Oe, oi, jt2, wr, yr, Qs, Sp, bp, Ip, ec, Ao, Tp, Hv], encapsulation: 2, changeDetection: 0 });
|
|
43501
43507
|
let n38 = t;
|
|
43502
43508
|
return n38;
|
|
43503
43509
|
})();
|
|
@@ -43519,7 +43525,7 @@ var MV = (() => {
|
|
|
43519
43525
|
static instance() {
|
|
43520
43526
|
return this._instance || (this._instance = new t10());
|
|
43521
43527
|
}
|
|
43522
|
-
process(e, i, r, s, a =
|
|
43528
|
+
process(e, i, r, s, a = Oa) {
|
|
43523
43529
|
let l, c, d = [], g = Ye(i, true);
|
|
43524
43530
|
if (je2.assignLevels(g), g.length === 0) return l = je2.getFieldsHierarchy(e, [{ memberName: "", enabled: true }], Ct2.Row, a, s), c = je2.processHierarchy(l, a, 0, true), c;
|
|
43525
43531
|
for (let v of g) c ? je2.processGroups(c, v, a, s) : (l = je2.getFieldsHierarchy(e, [v], Ct2.Row, a, s), c = je2.processHierarchy(l, a, 0, true), d.push(v));
|
|
@@ -43535,7 +43541,7 @@ var kV = (() => {
|
|
|
43535
43541
|
static instance() {
|
|
43536
43542
|
return this._instance || (this._instance = new t10());
|
|
43537
43543
|
}
|
|
43538
|
-
process(e, i, r, s, a =
|
|
43544
|
+
process(e, i, r, s, a = Oa) {
|
|
43539
43545
|
return this.processHierarchy(e, i, r, a, s);
|
|
43540
43546
|
}
|
|
43541
43547
|
processHierarchy(e, i, r, s, a) {
|
|
@@ -43972,7 +43978,7 @@ var Hp = (() => {
|
|
|
43972
43978
|
return n38;
|
|
43973
43979
|
})();
|
|
43974
43980
|
var $3 = (() => {
|
|
43975
|
-
let t = class t extends
|
|
43981
|
+
let t = class t extends Js {
|
|
43976
43982
|
constructor(e) {
|
|
43977
43983
|
super(e), this.colResizingService = e;
|
|
43978
43984
|
}
|
|
@@ -43981,7 +43987,7 @@ var $3 = (() => {
|
|
|
43981
43987
|
return new (i || t)(_(Wr));
|
|
43982
43988
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-pivot-grid-column-resizer"]], standalone: true, features: [ne, Q], decls: 1, vars: 7, consts: [["igxResizer", "", 1, "igx-grid-th__resize-line", 3, "resizeEnd", "restrictHResizeMax", "restrictHResizeMin", "restrictResizerTop"]], template: function(i, r) {
|
|
43983
43989
|
i & 1 && (m(0, "div", 0), S("resizeEnd", function(a) {
|
|
43984
|
-
return r.colResizingService.resizeColumn(a);
|
|
43990
|
+
return r.colResizingService.resizeColumn(a, r.resizer.ratio);
|
|
43985
43991
|
}), f()), i & 2 && (N("left", -99999, "px")("height", r.colResizingService.resizerHeight, "px"), p("restrictHResizeMax", r.colResizingService.restrictResizeMax)("restrictHResizeMin", r.colResizingService.restrictResizeMin)("restrictResizerTop", r.restrictResizerTop));
|
|
43986
43992
|
}, dependencies: [rm], encapsulation: 2, changeDetection: 0 });
|
|
43987
43993
|
let n38 = t;
|
|
@@ -44072,7 +44078,7 @@ var OV = (() => {
|
|
|
44072
44078
|
this.grid = e;
|
|
44073
44079
|
}
|
|
44074
44080
|
transform(e, i, r, s, a, l) {
|
|
44075
|
-
let c = i.pivotKeys ||
|
|
44081
|
+
let c = i.pivotKeys || Oa, d = i.rows?.filter((R) => R.enabled) || [], g = i.columns?.filter((R) => R.enabled) || [], v = i.values?.filter((R) => R.enabled) || [];
|
|
44076
44082
|
if (d.length === 0 && g.length === 0 && v.length === 0) return [];
|
|
44077
44083
|
let w = i.rowStrategy || MV.instance(), I = Ye(e, true);
|
|
44078
44084
|
return w.process(I, d, i.values, r, c);
|
|
@@ -44094,7 +44100,7 @@ var NV = (() => {
|
|
|
44094
44100
|
return !!e.aggregationValues;
|
|
44095
44101
|
}
|
|
44096
44102
|
processCollectionToPivotRecord(e, i) {
|
|
44097
|
-
let r = e.pivotKeys ||
|
|
44103
|
+
let r = e.pivotKeys || Oa, s = e.rows.filter((c) => c.enabled), a = je2.flatten(s), l = [];
|
|
44098
44104
|
for (let c of i) {
|
|
44099
44105
|
let d = { dimensionValues: /* @__PURE__ */ new Map(), aggregationValues: /* @__PURE__ */ new Map(), children: /* @__PURE__ */ new Map(), dimensions: [] }, g = Object.keys(c);
|
|
44100
44106
|
for (let w of g) {
|
|
@@ -44227,7 +44233,7 @@ var zV = (() => {
|
|
|
44227
44233
|
var GV = (() => {
|
|
44228
44234
|
let t = class t {
|
|
44229
44235
|
transform(e, i, r, s, a, l) {
|
|
44230
|
-
let c = i.pivotKeys ||
|
|
44236
|
+
let c = i.pivotKeys || Oa, d = i.columns?.filter((I) => I.enabled) || [], g = i.values?.filter((I) => I.enabled) || [], v = i.columnStrategy || kV.instance(), w = Ye(e, true);
|
|
44231
44237
|
return v.process(w, d, g, r, c);
|
|
44232
44238
|
}
|
|
44233
44239
|
};
|
|
@@ -44421,9 +44427,9 @@ var KV = (() => {
|
|
|
44421
44427
|
return new (i || t)(_(Se), _(Ut2), _(z), _(re), _(qe));
|
|
44422
44428
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-pivot-row"]], hostVars: 1, hostBindings: function(i, r) {
|
|
44423
44429
|
i & 2 && H("aria-selected", r.selected);
|
|
44424
|
-
}, inputs: { selected: "selected", data: "data" }, standalone: true, features: [fe2([{ provide: cn, useExisting:
|
|
44430
|
+
}, inputs: { selected: "selected", data: "data" }, standalone: true, features: [fe2([{ provide: cn, useExisting: Gi(() => t) }]), ne, Q], decls: 5, vars: 8, consts: [["igxDirRef", ""], ["rowSelectorBaseTemplate", ""], ["cell", ""], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForSizePropName", "igxForScrollOrientation", "igxForContainerSize", "igxForTrackBy"], [1, "igx-grid__td", "igx-grid__td--fw", 3, "pointerdown", "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "rowData", "columnData", "width", "visibleColumnIndex", "value", "cellTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "disableRipple", "disabled", "disableTransitions", "aria-label"]], template: function(i, r) {
|
|
44425
44431
|
i & 1 && (C(0, Kve, 6, 84, "ng-template", 3, 0, O), A(2, "igxNotGrouped"), C(3, Yve, 2, 7, "ng-template", null, 1, O)), i & 2 && p("igxGridForOf", st2(2, 6, r.unpinnedColumns))("igxForScrollContainer", r.grid.parentVirtDir)("igxForSizePropName", "calcPixelWidth")("igxForScrollOrientation", "horizontal")("igxForContainerSize", r.grid.unpinnedWidth)("igxForTrackBy", r.grid.trackColumnChanges);
|
|
44426
|
-
}, dependencies: [jt2,
|
|
44432
|
+
}, dependencies: [jt2, ta, Oe, oi, $t, Ks, ic, sc, ac, qV], encapsulation: 2, changeDetection: 0 });
|
|
44427
44433
|
let n38 = t;
|
|
44428
44434
|
return n38;
|
|
44429
44435
|
})();
|
|
@@ -44749,7 +44755,7 @@ var ko = (() => {
|
|
|
44749
44755
|
return this.superCompactMode ? Nxe : YV;
|
|
44750
44756
|
}
|
|
44751
44757
|
get pivotKeys() {
|
|
44752
|
-
return this.pivotConfiguration.pivotKeys ||
|
|
44758
|
+
return this.pivotConfiguration.pivotKeys || Oa;
|
|
44753
44759
|
}
|
|
44754
44760
|
get type() {
|
|
44755
44761
|
return "pivot";
|
|
@@ -44903,7 +44909,7 @@ var ko = (() => {
|
|
|
44903
44909
|
});
|
|
44904
44910
|
}
|
|
44905
44911
|
ngOnChanges(e) {
|
|
44906
|
-
e.superCompactMode && !e.superCompactMode.isFirstChange() && (this._shouldUpdateSizes = true,
|
|
44912
|
+
e.superCompactMode && !e.superCompactMode.isFirstChange() && (this._shouldUpdateSizes = true, Ea(this.verticalScrollContainer.displayContainer).pipe(Lo(1), K(this.destroy$)).subscribe(() => this.resizeNotify.next()));
|
|
44907
44913
|
}
|
|
44908
44914
|
notifyDimensionChange(e = false) {
|
|
44909
44915
|
e && this.setupColumns(), this.pipeTrigger++, this.cdr.detectChanges();
|
|
@@ -45404,14 +45410,14 @@ var ko = (() => {
|
|
|
45404
45410
|
}
|
|
45405
45411
|
};
|
|
45406
45412
|
t.\u0275fac = function(i) {
|
|
45407
|
-
return new (i || t)(_(Fn), _(Ut2), _(Wr), _(io), _(
|
|
45413
|
+
return new (i || t)(_(Fn), _(Ut2), _(Wr), _(io), _(ka), _(z), _(xe2), _(Qe2), _(re), _(ki), _(qe), _(Et2), _(fi), _(Bv), _(Wt2), _(vo), _(pi), _(Vn), _(Zt2), _(ye2), _(dc, 8));
|
|
45408
45414
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-pivot-grid"]], contentQueries: function(i, r, s) {
|
|
45409
45415
|
if (i & 1 && (de(s, W3, 5, W3), de(s, q3, 5, q3)), i & 2) {
|
|
45410
45416
|
let a;
|
|
45411
45417
|
b(a = D()) && (r.valueChipTemplateDirective = a.first), b(a = D()) && (r.rowDimensionHeaderDirective = a.first);
|
|
45412
45418
|
}
|
|
45413
45419
|
}, viewQuery: function(i, r) {
|
|
45414
|
-
if (i & 1 && (k(G3, 7), k(Jve, 7, ee2), k(exe, 7, ee2), k($3, 5), k(txe, 7, ee2), k(ixe, 5, z), k(
|
|
45420
|
+
if (i & 1 && (k(G3, 7), k(Jve, 7, ee2), k(exe, 7, ee2), k($3, 5), k(txe, 7, ee2), k(ixe, 5, z), k(Qs, 5, Qs), k(Hp, 5), k(nxe, 5, jt2), k(Q3, 5)), i & 2) {
|
|
45415
45421
|
let s;
|
|
45416
45422
|
b(s = D()) && (r.theadRow = s.first), b(s = D()) && (r.recordTemplate = s.first), b(s = D()) && (r.headerTemplate = s.first), b(s = D()) && (r.resizeLine = s.first), b(s = D()) && (r.defaultEmptyPivotGridTemplate = s.first), b(s = D()) && (r.rowDimensionContainer = s), b(s = D()) && (r.excelStyleFilteringComponents = s), b(s = D()) && (r.rowDimensionContentCollection = s), b(s = D()) && (r.verticalRowDimScrollContainers = s), b(s = D()) && (r.rowDimensionMrlRowsCollection = s);
|
|
45417
45423
|
}
|
|
@@ -45456,9 +45462,9 @@ var ko = (() => {
|
|
|
45456
45462
|
}
|
|
45457
45463
|
if (i & 2) {
|
|
45458
45464
|
let s = M(36), a = M(63), l = M(65), c = M(67);
|
|
45459
|
-
u(), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), p("ngTemplateOutlet", r.rowDimensions.length ? r.hasHorizontalLayout ? l : a : c)("ngTemplateOutletContext", r), u(), N("height", r.totalHeight, "px")("width", r.pivotContentCalcWidth || null, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("role", r.dataView.length ? null : "row")("aria-activedescendant", r.activeDescendant), u(2), p("ngIf", r.hasMovableColumns && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.hasMovableColumns && r.columnInDrag && r.pinnedColumns.length > 0), u(), p("igxGridForOf", ge2(16, 97, ut2(124, sxe, rt2(15, 92, oe2(14, 88, ge2(13, 81, gt2(117, K3, ge2(12, 74, gt2(110, K3, rt2(11, 69, ge2(10, 62, gt2(103, K3, r.data, r.pivotConfiguration, r.filterStrategy, r.advancedFilteringExpressionsTree, r.filteringPipeTrigger, r.pipeTrigger)), r.pivotConfiguration, r.sortStrategy, r.pipeTrigger), r.pivotConfiguration, r.pivotValueCloneStrategy, r.expansionStates, r.pipeTrigger, r.sortingExpressions)), r.pivotConfiguration, r.pivotValueCloneStrategy, r.expansionStates, r.pipeTrigger, r.sortingExpressions)), r.pivotConfiguration, r.pipeTrigger), r.sortingExpressions, r.sortStrategy, r.pipeTrigger), r.pivotConfiguration, r.expansionStates, r.defaultExpandState, r.pipeTrigger)))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r.verticalScroll)("igxForContainerSize", r.calcHeight)("igxForItemSize", r.hasColumnLayouts ? r.rowHeight * r.multiRowLayoutRowSize + 1 : r.renderedRowHeight)("igxGridForOfVariableSizes", false), u(11), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(130, axe, r)), u(4), p("ngIf", r.shouldOverlayLoading), u(), p("ngIf", r.hasMovableColumns && r.columnInDrag), u(), N("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.isRowPinningToTop ? r.pinnedRowHeight : 0, "px"), u(), N("height", r.calcHeight, "px"), u(), p("igxGridForOf",
|
|
45465
|
+
u(), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), p("ngTemplateOutlet", r.rowDimensions.length ? r.hasHorizontalLayout ? l : a : c)("ngTemplateOutletContext", r), u(), N("height", r.totalHeight, "px")("width", r.pivotContentCalcWidth || null, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("role", r.dataView.length ? null : "row")("aria-activedescendant", r.activeDescendant), u(2), p("ngIf", r.hasMovableColumns && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.hasMovableColumns && r.columnInDrag && r.pinnedColumns.length > 0), u(), p("igxGridForOf", ge2(16, 97, ut2(124, sxe, rt2(15, 92, oe2(14, 88, ge2(13, 81, gt2(117, K3, ge2(12, 74, gt2(110, K3, rt2(11, 69, ge2(10, 62, gt2(103, K3, r.data, r.pivotConfiguration, r.filterStrategy, r.advancedFilteringExpressionsTree, r.filteringPipeTrigger, r.pipeTrigger)), r.pivotConfiguration, r.sortStrategy, r.pipeTrigger), r.pivotConfiguration, r.pivotValueCloneStrategy, r.expansionStates, r.pipeTrigger, r.sortingExpressions)), r.pivotConfiguration, r.pivotValueCloneStrategy, r.expansionStates, r.pipeTrigger, r.sortingExpressions)), r.pivotConfiguration, r.pipeTrigger), r.sortingExpressions, r.sortStrategy, r.pipeTrigger), r.pivotConfiguration, r.expansionStates, r.defaultExpandState, r.pipeTrigger)))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r.verticalScroll)("igxForContainerSize", r.calcHeight)("igxForItemSize", r.hasColumnLayouts ? r.rowHeight * r.multiRowLayoutRowSize + 1 : r.renderedRowHeight)("igxGridForOfVariableSizes", false), u(11), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(130, axe, r)), u(4), p("ngIf", r.shouldOverlayLoading), u(), p("ngIf", r.hasMovableColumns && r.columnInDrag), u(), N("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.isRowPinningToTop ? r.pinnedRowHeight : 0, "px"), u(), N("height", r.calcHeight, "px"), u(), p("igxGridForOf", en(132, lxe)), u(2), N("height", r.isRowPinningToTop ? 0 : r.pinnedRowHeight, "px"), u(2), p("outlet", s)("actionText", r.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", r.snackbarDisplayTime), u(2), Y(r.resourceStrings.igx_grid_snackbar_addrow_label), u(3), N("height", r.scrollSize, "px"), p("hidden", r.isHorizontalScrollHidden), u(2), N("width", r.pivotPinnedWidth, "px")("min-width", r.pivotPinnedWidth, "px"), u(), N("width", r.pivotUnpinnedWidth, "px"), u(), p("igxGridForOf", r.EMPTY_DATA), u(2), N("width", r.pivotPinnedWidth, "px")("min-width", r.pivotPinnedWidth, "px"), p("hidden", r.pivotPinnedWidth === 0 || r.isPinningToStart), u(12), p("ngIf", r.colResizingService.showResizer), u(15), p("hidden", true), u(), p("maxHeight", r.excelStyleFilterMaxHeight)("minHeight", r.excelStyleFilterMinHeight), u(), p("hidden", true), u(3), vn(r.platform.isElements ? 75 : -1);
|
|
45460
45466
|
}
|
|
45461
|
-
}, dependencies: [ae2, He2, Oe, oi, ke, G3,
|
|
45467
|
+
}, dependencies: [ae2, He2, Oe, oi, ke, G3, Zs, hc, rr, jt2, Zr, KV, Bt2, zr, ea, sn, $3, me, Hp, Qs, Sp, bp, Ip, rc, oc, OV, LV, NV, GV, jV, UV, $V, HV, BV, Q3], encapsulation: 2, changeDetection: 0 });
|
|
45462
45468
|
let n38 = t;
|
|
45463
45469
|
return We2([pn()], n38.prototype, "hideRowSelectors", null), We2([pn()], n38.prototype, "rowEditable", null), n38;
|
|
45464
45470
|
})();
|
|
@@ -45850,7 +45856,7 @@ function Wxe(n38, t) {
|
|
|
45850
45856
|
function qxe(n38, t) {
|
|
45851
45857
|
n38 & 1 && (m(0, "div", 5), E(1, "igx-linear-bar", 6), f()), n38 & 2 && (u(), p("indeterminate", true));
|
|
45852
45858
|
}
|
|
45853
|
-
var
|
|
45859
|
+
var ia = (() => {
|
|
45854
45860
|
let t = class t {
|
|
45855
45861
|
get grid() {
|
|
45856
45862
|
return this._grid ? this._grid : this.api.grid;
|
|
@@ -47518,7 +47524,7 @@ var mO = (() => {
|
|
|
47518
47524
|
};
|
|
47519
47525
|
})(), t.\u0275cmp = q({ type: t, selectors: [["igx-tree-grid-cell"]], inputs: { level: "level", showIndicator: "showIndicator", isLoading: "isLoading", row: "row" }, standalone: true, features: [fe2([Fi]), ne, Q], decls: 17, vars: 4, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], ["defaultExpandedTemplate", ""], ["defaultCollapsedTemplate", ""], ["defaultError", ""], ["defaultLoadingIndicatorTemplate", ""], ["indentationDiv", ""], ["indicator", ""], ["errorIcon", ""], ["error", "", "tooltipRef", "tooltip"], [4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "--ig-size", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled"], ["igxTextHighlight", "", "class", "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], ["family", "default", 3, "name", "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], ["family", "default", 3, "name", "ngClass"], [3, "src", "alt"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["igxInput", "", 3, "compositionstart", "compositionend", "igxFocus", "igxTextSelection", "formControl"], ["igxInput", "", "type", "number", 3, "igxFocus", "step", "igxTextSelection", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "inputFormat", "displayFormat"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "value", "igxFocus", "formControl", "inputFormat", "displayFormat"], ["type", "text", "igxInput", "", 3, "formControl", "locale", "igxDateTimeEditor", "defaultFormatType", "displayFormat", "igxFocus"], ["class", "igx-grid__tree-grouping-indicator", 3, "ngStyle", "click", "focus", 4, "ngIf"], ["class", "igx-grid__tree-loading-indicator", 3, "dblclick", 4, "ngIf"], [3, "ngStyle"], [1, "igx-grid__tree-grouping-indicator", 3, "click", "focus", "ngStyle"], [1, "igx-grid__tree-loading-indicator", 3, "dblclick"], [4, "ngTemplateOutlet"], [3, "indeterminate"], ["family", "default", "name", "error", 3, "mouseover", "mouseout", "igxTooltipTarget", "igxToggleOutlet"], ["igxTooltip", "", 3, "id"], ["family", "default", "name", "tree_collapse"], ["family", "default", "name", "tree_expand"]], template: function(i, r) {
|
|
47520
47526
|
i & 1 && C(0, V2e, 1, 1, "ng-template", null, 0, O)(2, H2e, 3, 3, "ng-template", null, 1, O)(4, z2e, 1, 1, "ng-template", null, 2, O)(6, Z2e, 8, 8, "ng-template", null, 3, O)(8, sye, 6, 3, "ng-container", 12)(9, aye, 1, 0, "ng-container", 13)(10, cye, 8, 7, "ng-container", 12)(11, dye, 1, 0, "ng-template", null, 4, O)(13, uye, 1, 0, "ng-template", null, 5, O)(15, xye, 7, 7, "ng-template", null, 6, O), i & 2 && (u(8), p("ngIf", !r.editMode), u(), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", r.context), u(), p("ngIf", r.isInvalid));
|
|
47521
|
-
}, dependencies: [ae2, Oe, oi, ke, Es, Ts, _o, wn, ci, Bs, me, ml, Cn,
|
|
47527
|
+
}, dependencies: [ae2, Oe, oi, ke, Es, Ts, _o, wn, ci, Bs, me, ml, Cn, Ca, In, gl, Ia, Sa, Kt, Rt2, Bl, $t, Hr, Br, an, Ft2, Qt, zr, zl, Lr, nc, Gr, Ys, zs], encapsulation: 2, changeDetection: 0 });
|
|
47522
47528
|
let n38 = t;
|
|
47523
47529
|
return n38;
|
|
47524
47530
|
})();
|
|
@@ -47720,12 +47726,12 @@ var fO = (() => {
|
|
|
47720
47726
|
}
|
|
47721
47727
|
}, hostVars: 1, hostBindings: function(i, r) {
|
|
47722
47728
|
i & 2 && H("aria-expanded", r.expanded);
|
|
47723
|
-
}, inputs: { treeRow: "treeRow" }, standalone: true, features: [fe2([{ provide: cn, useExisting:
|
|
47729
|
+
}, inputs: { treeRow: "treeRow" }, standalone: true, features: [fe2([{ provide: cn, useExisting: Gi(() => t) }]), ne, Q], decls: 5, vars: 1, consts: [["addTemp", ""], ["defaultTemp", ""], ["igxDirRef", ""], ["rowSelectorBaseTemplate", ""], ["pinnedCellsTemplate", ""], ["cellTemplate", ""], ["treeCellTemplate", ""], ["treeCell", ""], [4, "ngTemplateOutlet"], [1, "igx-grid__tr--inner", 3, "animationend"], [4, "ngIf"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForScrollOrientation", "igxForContainerSize", "igxForSizePropName", "igxForTrackBy"], [3, "click", "igxRowDrag", "ghostTemplate"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "click", "pointerdown"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", 3, "ngClass", "ngStyle", "level", "expanded", "showIndicator", "editMode", "column", "formatter", "intRow", "rowData", "width", "visibleColumnIndex", "value", "isLoading", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "indeterminate", "disabled", "disableRipple", "disableTransitions", "aria-label"], ["ngFor", "", 3, "ngForOf"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--pinned", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "firstPinned", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", "igx-grid__td--pinned", 3, "ngClass", "ngStyle", "level", "expanded", "showIndicator", "editMode", "column", "formatter", "intRow", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "isLoading", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"]], template: function(i, r) {
|
|
47724
47730
|
if (i & 1 && C(0, Iye, 1, 0, "ng-container", 8)(1, bye, 2, 3, "ng-template", null, 0, O)(3, Uye, 11, 12, "ng-template", null, 1, O), i & 2) {
|
|
47725
47731
|
let s = M(2), a = M(4);
|
|
47726
47732
|
p("ngTemplateOutlet", r.addRowUI ? s : a);
|
|
47727
47733
|
}
|
|
47728
|
-
}, dependencies: [ke, ae2, Pp, jt2,
|
|
47734
|
+
}, dependencies: [ke, ae2, Pp, jt2, ta, Oe, oi, mO, $t, He2, Ks, ic, Ep, sc, ac], encapsulation: 2, changeDetection: 0 });
|
|
47729
47735
|
let n38 = t;
|
|
47730
47736
|
return n38;
|
|
47731
47737
|
})();
|
|
@@ -47947,7 +47953,7 @@ function Hwe(n38, t) {
|
|
|
47947
47953
|
n38 & 1 && (m(0, "div", 65, 30), ce(2, 4), ce(3, 5), f());
|
|
47948
47954
|
}
|
|
47949
47955
|
var Bwe = 0;
|
|
47950
|
-
var
|
|
47956
|
+
var na = (() => {
|
|
47951
47957
|
let t = class t extends uc {
|
|
47952
47958
|
get data() {
|
|
47953
47959
|
return this._data;
|
|
@@ -48268,9 +48274,9 @@ var ia = (() => {
|
|
|
48268
48274
|
}
|
|
48269
48275
|
if (i & 2) {
|
|
48270
48276
|
let s = M(9), a = M(49);
|
|
48271
|
-
u(2), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), N("height", r.totalHeight, "px")("width", r.calcWidth, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("aria-activedescendant", r.activeDescendant)("role", r.dataView.length ? null : "row"), u(2), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length > 0), u(3), p("ngTemplateOutlet", r.hasPinnedRecords && r.isRowPinningToTop ? s : null), u(), p("igxGridForOf", rt2(22, 117, oe2(21, 113, ge2(20, 105, Vi(147, Xye, ge2(19, 99, ut2(141, eI, rt2(18, 94, ge2(17, 88, ut2(135, eI, ge2(16, 81, gt2(128, Yye, ge2(15, 75, ut2(122, eI, _i(14, 72, _i(13, 69, r.data, r.pipeTrigger), r.hasVisibleColumns), r.primaryKey, r.foreignKey, r.childDataKey, r.pipeTrigger)), r.filteringExpressionsTree, r.filterStrategy, r.advancedFilteringExpressionsTree, r.pipeTrigger, r.filteringPipeTrigger)), r.sortingExpressions, r.treeGroupArea == null ? null : r.treeGroupArea.expressions, r.sortStrategy, r.pipeTrigger)), r.expansionDepth, r.expansionStates, r.pipeTrigger), !!r.paginator, r.page, r.perPage, r.pipeTrigger)), r.hasSummarizedColumns, r.summaryCalculationMode, r.summaryPosition, r.showSummaryOnCollapse, r.pipeTrigger, r.summaryPipeTrigger)), false, r.pipeTrigger), r.id, false, r.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r.verticalScroll)("igxForContainerSize", r.calcHeight)("igxForItemSize", r.renderedRowHeight), u(12), p("ngTemplateOutlet", r.hasPinnedRecords && !r.isRowPinningToTop ? s : null), u(7), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(155, tI, r)), u(6), p("ngIf", r.shouldOverlayLoading), u(), p("ngIf", r.moving && r.columnInDrag), u(), N("width", r.scrollSize, "px")("height", r.calcHeight, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.isRowPinningToTop ? r.pinnedRowHeight : 0, "px"), u(), N("height", r.calcHeight, "px"), u(), p("igxGridForOf",
|
|
48277
|
+
u(2), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), N("height", r.totalHeight, "px")("width", r.calcWidth, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("aria-activedescendant", r.activeDescendant)("role", r.dataView.length ? null : "row"), u(2), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length > 0), u(3), p("ngTemplateOutlet", r.hasPinnedRecords && r.isRowPinningToTop ? s : null), u(), p("igxGridForOf", rt2(22, 117, oe2(21, 113, ge2(20, 105, Vi(147, Xye, ge2(19, 99, ut2(141, eI, rt2(18, 94, ge2(17, 88, ut2(135, eI, ge2(16, 81, gt2(128, Yye, ge2(15, 75, ut2(122, eI, _i(14, 72, _i(13, 69, r.data, r.pipeTrigger), r.hasVisibleColumns), r.primaryKey, r.foreignKey, r.childDataKey, r.pipeTrigger)), r.filteringExpressionsTree, r.filterStrategy, r.advancedFilteringExpressionsTree, r.pipeTrigger, r.filteringPipeTrigger)), r.sortingExpressions, r.treeGroupArea == null ? null : r.treeGroupArea.expressions, r.sortStrategy, r.pipeTrigger)), r.expansionDepth, r.expansionStates, r.pipeTrigger), !!r.paginator, r.page, r.perPage, r.pipeTrigger)), r.hasSummarizedColumns, r.summaryCalculationMode, r.summaryPosition, r.showSummaryOnCollapse, r.pipeTrigger, r.summaryPipeTrigger)), false, r.pipeTrigger), r.id, false, r.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r.verticalScroll)("igxForContainerSize", r.calcHeight)("igxForItemSize", r.renderedRowHeight), u(12), p("ngTemplateOutlet", r.hasPinnedRecords && !r.isRowPinningToTop ? s : null), u(7), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(155, tI, r)), u(6), p("ngIf", r.shouldOverlayLoading), u(), p("ngIf", r.moving && r.columnInDrag), u(), N("width", r.scrollSize, "px")("height", r.calcHeight, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.isRowPinningToTop ? r.pinnedRowHeight : 0, "px"), u(), N("height", r.calcHeight, "px"), u(), p("igxGridForOf", en(157, _O)), u(2), N("height", r.isRowPinningToTop ? 0 : r.pinnedRowHeight, "px"), u(2), p("outlet", a)("actionText", r.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", r.snackbarDisplayTime), u(2), Y(r.resourceStrings.igx_grid_snackbar_addrow_label), u(3), N("height", r.summaryRowHeight, "px"), u(2), H("aria-activedescendant", r.activeDescendant), u(), p("ngIf", r.hasSummarizedColumns && r.rootSummariesEnabled), u(), N("height", r.summaryRowHeight, "px")("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.scrollSize, "px"), p("hidden", r.isHorizontalScrollHidden), u(2), N("width", r.isPinningToStart ? r.pinnedWidth : r.headerFeaturesWidth, "px")("min-width", r.isPinningToStart ? r.pinnedWidth : r.headerFeaturesWidth, "px"), u(), N("width", r.unpinnedWidth, "px"), u(), p("igxGridForOf", en(158, _O)), u(2), N("width", r.pinnedWidth, "px")("min-width", r.pinnedWidth, "px"), p("hidden", r.pinnedWidth === 0 || r.isPinningToStart), u(13), p("ngIf", r.rowEditable), u(9), p("ngIf", r.colResizingService.showResizer), u(5), vn(r.platform.isElements ? 88 : -1);
|
|
48272
48278
|
}
|
|
48273
|
-
}, dependencies: [ae2, He2, Oe, oi, ke, jr,
|
|
48279
|
+
}, dependencies: [ae2, He2, Oe, oi, ke, jr, Zs, hc, rr, jt2, Zr, fO, cc, sn, Bt2, zr, ea, at2, bi, Ga, me, Js, Rp, Ap, rc, oc, Op, lO, cO, dO, aO, uO, pO, sO, hO, gO, Gr], encapsulation: 2, changeDetection: 0 });
|
|
48274
48280
|
let n38 = t;
|
|
48275
48281
|
return n38;
|
|
48276
48282
|
})();
|
|
@@ -48568,6 +48574,7 @@ var Kv = (() => {
|
|
|
48568
48574
|
createColumnsList(e) {
|
|
48569
48575
|
let i = [];
|
|
48570
48576
|
e.filter((c) => c.level === 0).forEach((c) => {
|
|
48577
|
+
c.grid = this;
|
|
48571
48578
|
let d = this._createColumn(c);
|
|
48572
48579
|
d.changeDetectorRef.detectChanges(), i.push(d.instance);
|
|
48573
48580
|
});
|
|
@@ -48615,7 +48622,7 @@ var Kv = (() => {
|
|
|
48615
48622
|
}
|
|
48616
48623
|
};
|
|
48617
48624
|
t.\u0275fac = function(i) {
|
|
48618
|
-
return new (i || t)(_(Fn), _(Ut2), _(Di), _(ir), _(
|
|
48625
|
+
return new (i || t)(_(Fn), _(Ut2), _(Di), _(ir), _(ka), _(z), _(xe2), _(Qe2), _(re), _(ki), _(qe), _(Et2), _(fi), _(Gp), _(Wt2), _(vo), _(pi), _(Vn), _(Zt2), _(ye2), _(dc, 8));
|
|
48619
48626
|
}, t.\u0275dir = U({ type: t, inputs: { hasChildrenKey: "hasChildrenKey", showExpandAll: [2, "showExpandAll", "showExpandAll", B] }, outputs: { dataPreLoad: "dataPreLoad" }, features: [le2, ne] });
|
|
48620
48627
|
let n38 = t;
|
|
48621
48628
|
return n38;
|
|
@@ -48753,7 +48760,7 @@ var Wn = (() => {
|
|
|
48753
48760
|
return i + 1;
|
|
48754
48761
|
}
|
|
48755
48762
|
constructor(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, Te, be2, Le2) {
|
|
48756
|
-
super(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, be2, Le2), this.rowIslandAPI = Te, this.children = new
|
|
48763
|
+
super(e, i, r, s, a, l, c, d, g, v, w, I, R, V, L, J, te2, se, be2, Le2), this.rowIslandAPI = Te, this.children = new Ji(), this.childLayoutList = new Ji(), this.childColumns = new Ji(), this.layoutChange = new T(), this.gridCreated = new T(), this.gridInitialized = new T(), this.initialChanges = [], this.rootGrid = null, this.layout_id = "igx-row-island-", this.isInit = false, this._childColumns = [];
|
|
48757
48764
|
}
|
|
48758
48765
|
ngOnInit() {
|
|
48759
48766
|
this.filteringService.grid = this, this.rootGrid = this.gridAPI.grid, this.rowIslandAPI.rowIsland = this, this.ri_columnListDiffer = this.differs.find([]).create(null);
|
|
@@ -48819,7 +48826,7 @@ var Wn = (() => {
|
|
|
48819
48826
|
}
|
|
48820
48827
|
};
|
|
48821
48828
|
t.\u0275fac = function(i) {
|
|
48822
|
-
return new (i || t)(_(Fn), _(Ut2), _(Di), _(ir), _(
|
|
48829
|
+
return new (i || t)(_(Fn), _(Ut2), _(Di), _(ir), _(ka), _(z), _(xe2), _(Qe2), _(re), _(ki), _(qe), _(Et2), _(fi), _(Gp), _(Wt2), _(vo), _(pi), _(Vn), _(jp), _(Zt2), _(ye2));
|
|
48823
48830
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-row-island"]], contentQueries: function(i, r, s) {
|
|
48824
48831
|
if (i & 1 && (de(s, tO, 5, ee2), de(s, iO, 5, ee2), de(s, t, 4, t), de(s, t, 4, t), de(s, _t2, 4, _t2), de(s, Rn, 4, Rn)), i & 2) {
|
|
48825
48832
|
let a;
|
|
@@ -49095,7 +49102,7 @@ function CCe(n38, t) {
|
|
|
49095
49102
|
}
|
|
49096
49103
|
}
|
|
49097
49104
|
var Yv = (() => {
|
|
49098
|
-
let t = class t extends
|
|
49105
|
+
let t = class t extends ta {
|
|
49099
49106
|
constructor(e, i, r, s, a, l, c, d) {
|
|
49100
49107
|
super(e, i, r, s, a, l, c, d);
|
|
49101
49108
|
}
|
|
@@ -49127,7 +49134,7 @@ var Yv = (() => {
|
|
|
49127
49134
|
return new (i || t)(_(Ut2), _(Se), _(pi), _(re), _(z), _(xe2), _(Fi), _(ye2));
|
|
49128
49135
|
}, t.\u0275cmp = q({ type: t, selectors: [["igx-hierarchical-grid-cell"]], standalone: true, features: [fe2([Fi]), ne, Q], decls: 13, vars: 5, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], ["defaultError", ""], ["errorIcon", ""], ["error", "", "tooltipRef", "tooltip"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngIf"], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "--ig-size", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled"], ["igxTextHighlight", "", "class", "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], ["family", "default", 3, "name", "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], ["family", "default", 3, "name", "ngClass"], [3, "src", "alt"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["igxInput", "", 3, "compositionstart", "compositionend", "igxFocus", "igxTextSelection", "formControl"], ["igxInput", "", "type", "number", 3, "igxFocus", "igxTextSelection", "step", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "inputFormat", "displayFormat"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "inputFormat", "displayFormat", "value", "igxFocus", "formControl"], ["type", "text", "igxInput", "", 3, "formControl", "locale", "igxDateTimeEditor", "defaultFormatType", "displayFormat", "igxFocus"], ["family", "default", "name", "error", 3, "mouseover", "mouseout", "igxTooltipTarget", "igxToggleOutlet"], ["igxTooltip", "", 3, "id"]], template: function(i, r) {
|
|
49129
49136
|
i & 1 && C(0, qwe, 1, 1, "ng-template", null, 0, O)(2, Xwe, 3, 3, "ng-template", null, 1, O)(4, Jwe, 1, 1, "ng-template", null, 2, O)(6, dCe, 8, 8, "ng-template", null, 3, O)(8, uCe, 1, 0, "ng-container", 7)(9, pCe, 1, 0, "ng-container", 7)(10, gCe, 8, 7, "ng-container", 8)(11, CCe, 7, 7, "ng-template", null, 4, O), i & 2 && (u(8), p("ngTemplateOutlet", r.pinnedIndicatorTemplate)("ngTemplateOutletContext", r.context), u(), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", r.context), u(), p("ngIf", r.isInvalid));
|
|
49130
|
-
}, dependencies: [ae2, ci, Bs, me, Oe, Mr, Cn,
|
|
49137
|
+
}, dependencies: [ae2, ci, Bs, me, Oe, Mr, Cn, Ca, In, gl, ml, Ia, Sa, Kt, Rt2, Bl, zs, $t, Hr, Br, an, Ft2, Qt, ke, zl, Lr, nc, Gr, Ys, Es, Ts, _o, wn], encapsulation: 2, changeDetection: 0 });
|
|
49131
49138
|
let n38 = t;
|
|
49132
49139
|
return n38;
|
|
49133
49140
|
})();
|
|
@@ -49342,12 +49349,12 @@ var EO = (() => {
|
|
|
49342
49349
|
}
|
|
49343
49350
|
}, hostVars: 4, hostBindings: function(i, r) {
|
|
49344
49351
|
i & 2 && X("igx-grid__tr--expanded", r.expandedClass)("igx-grid__tr--highlighted", r.highlighted);
|
|
49345
|
-
}, standalone: true, features: [fe2([{ provide: cn, useExisting:
|
|
49352
|
+
}, standalone: true, features: [fe2([{ provide: cn, useExisting: Gi(() => t) }]), ne, Q], decls: 11, vars: 1, consts: [["defaultExpandedTemplate", ""], ["defaultCollapsedTemplate", ""], ["defaultEmptyTemplate", ""], ["addTemp", ""], ["defaultTemp", ""], ["igxDirRef", ""], ["rowSelectorBaseTemplate", ""], ["pinnedCellsTemplate", ""], ["expander", ""], [4, "ngTemplateOutlet"], ["family", "default", "name", "tree_collapse", 3, "active"], ["family", "default", "name", "tree_expand", 3, "active"], [1, "igx-grid__tr--inner", 3, "animationend"], [4, "ngIf"], [3, "ngClass", "click", "mousedown", 4, "ngIf"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForSizePropName", "igxForScrollOrientation", "igxForContainerSize", "igxForTrackBy"], [3, "click", "pointerdown", "igxRowDrag", "ghostTemplate"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "click", "pointerdown"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "click", "mousedown", "ngClass"], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "disableRipple", "disabled", "disableTransitions", "aria-label"], ["class", "igx-grid__td igx-grid__td--fw igx-grid__td--pinned", 3, "igx-grid__td--edited", "igx-grid__td--number", "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "firstPinned", "lastPinned", "rowData", "min-width", "max-width", "flex-basis", "left", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip", 4, "ngFor", "ngForOf"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--pinned", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "firstPinned", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip"]], template: function(i, r) {
|
|
49346
49353
|
if (i & 1 && C(0, TCe, 1, 0, "ng-container", 9)(1, RCe, 1, 1, "ng-template", null, 0, O)(3, ACe, 1, 1, "ng-template", null, 1, O)(5, PCe, 1, 0, "ng-template", null, 2, O)(7, kCe, 2, 3, "ng-template", null, 3, O)(9, XCe, 12, 13, "ng-template", null, 4, O), i & 2) {
|
|
49347
49354
|
let s = M(8), a = M(10);
|
|
49348
49355
|
p("ngTemplateOutlet", r.addRowUI ? s : a);
|
|
49349
49356
|
}
|
|
49350
|
-
}, dependencies: [ke, me, ae2, Pp, Oe, jt2, Yv, oi, $t, He2,
|
|
49357
|
+
}, dependencies: [ke, me, ae2, Pp, Oe, jt2, Yv, oi, $t, He2, Ks, ic, Ep, sc, ac], encapsulation: 2, changeDetection: 0 });
|
|
49351
49358
|
let n38 = t;
|
|
49352
49359
|
return n38;
|
|
49353
49360
|
})();
|
|
@@ -49405,7 +49412,7 @@ function _3e(n38, t) {
|
|
|
49405
49412
|
function v3e(n38, t) {
|
|
49406
49413
|
if (n38 & 1 && (C(0, _3e, 2, 1, "ng-container", 66), A(1, "gridTransaction"), A(2, "visibleColumns"), A(3, "gridAddRow"), A(4, "gridRowPinning"), A(5, "gridFiltering"), A(6, "gridSort")), n38 & 2) {
|
|
49407
49414
|
let o = h();
|
|
49408
|
-
p("ngIf", ge2(6, 26, gt2(43, l3e, ge2(5, 17, Vi(34, a3e, rt2(4, 12, oe2(3, 8, _i(2, 5, oe2(1, 1, o.data, o.id, o.pipeTrigger), o.hasVisibleColumns), true, o.pipeTrigger), o.id, true, o.pipeTrigger), o.filteringExpressionsTree, o.filterStrategy, o.advancedFilteringExpressionsTree, o.id, o.pipeTrigger, o.filteringPipeTrigger)), o.sortingExpressions,
|
|
49415
|
+
p("ngIf", ge2(6, 26, gt2(43, l3e, ge2(5, 17, Vi(34, a3e, rt2(4, 12, oe2(3, 8, _i(2, 5, oe2(1, 1, o.data, o.id, o.pipeTrigger), o.hasVisibleColumns), true, o.pipeTrigger), o.id, true, o.pipeTrigger), o.filteringExpressionsTree, o.filterStrategy, o.advancedFilteringExpressionsTree, o.id, o.pipeTrigger, o.filteringPipeTrigger)), o.sortingExpressions, en(42, Zv), o.sortStrategy, o.id, o.pipeTrigger)));
|
|
49409
49416
|
}
|
|
49410
49417
|
}
|
|
49411
49418
|
function x3e(n38, t) {
|
|
@@ -49990,9 +49997,9 @@ var Fo = (() => {
|
|
|
49990
49997
|
}
|
|
49991
49998
|
if (i & 2) {
|
|
49992
49999
|
let s = M(10), a = M(49);
|
|
49993
|
-
u(3), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), N("height", r.totalHeight, "px")("width", r.calcWidth, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("aria-activedescendant", r.activeDescendant)("role", r.dataView.length ? null : "row"), u(2), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length > 0), u(3), p("ngTemplateOutlet", r.hasPinnedRecords && r.isRowPinningToTop ? s : null), u(), p("igxGridForOf", rt2(21, 110, oe2(20, 106, ge2(19, 99, gt2(138, nI, ge2(18, 92, gt2(131, nI, ge2(17, 85, gt2(124, nI, ge2(16, 77, Vi(115, s3e, _i(15, 74, oe2(14, 70, r.data, r.id, r.pipeTrigger), r.hasVisibleColumns), r.filteringExpressionsTree, r.filterStrategy, r.advancedFilteringExpressionsTree, r.id, r.pipeTrigger, r.filteringPipeTrigger)), r.sortingExpressions,
|
|
50000
|
+
u(3), p("grid", r)("hasMRL", r.hasColumnLayouts)("activeDescendant", r.activeDescendant)("width", r.calcWidth)("pinnedColumnCollection", r.pinnedColumns)("unpinnedColumnCollection", r.unpinnedColumns), u(2), N("height", r.totalHeight, "px")("width", r.calcWidth, "px"), p("igxGridDragSelect", r.selectionService.dragMode), H("aria-activedescendant", r.activeDescendant)("role", r.dataView.length ? null : "row"), u(2), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length <= 0), u(), p("ngIf", r.moving && r.columnInDrag && r.pinnedColumns.length > 0), u(3), p("ngTemplateOutlet", r.hasPinnedRecords && r.isRowPinningToTop ? s : null), u(), p("igxGridForOf", rt2(21, 110, oe2(20, 106, ge2(19, 99, gt2(138, nI, ge2(18, 92, gt2(131, nI, ge2(17, 85, gt2(124, nI, ge2(16, 77, Vi(115, s3e, _i(15, 74, oe2(14, 70, r.data, r.id, r.pipeTrigger), r.hasVisibleColumns), r.filteringExpressionsTree, r.filterStrategy, r.advancedFilteringExpressionsTree, r.id, r.pipeTrigger, r.filteringPipeTrigger)), r.sortingExpressions, en(123, Zv), r.sortStrategy, r.id, r.pipeTrigger)), !!r.paginator, r.page, r.perPage, r.id, r.pipeTrigger)), r.expansionStates, r.id, r.primaryKey, r.childLayoutKeys, r.pipeTrigger)), false, r.pipeTrigger), r.id, false, r.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r.verticalScroll)("igxForContainerSize", r.calcHeight)("igxForItemSize", r.renderedRowHeight)("igxForTrackBy", r.trackChanges), u(16), p("ngTemplateOutlet", r.hasPinnedRecords && !r.isRowPinningToTop ? s : null), u(), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Ve2(145, rI, r)), u(), p("ngIf", r.moving && r.columnInDrag), u(3), p("ngIf", !r.parent), u(3), p("ngIf", r.shouldOverlayLoading), u(), p("ngIf", r.moving && r.columnInDrag), u(), N("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.isRowPinningToTop ? r.pinnedRowHeight : 0, "px"), u(), N("height", r.calcHeight, "px"), u(), p("igxGridForOf", en(147, Zv)), u(2), N("height", r.isRowPinningToTop ? 0 : r.pinnedRowHeight, "px"), u(2), p("outlet", a)("actionText", r.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", r.snackbarDisplayTime), u(2), Y(r.resourceStrings.igx_grid_snackbar_addrow_label), u(3), N("height", r.summaryRowHeight, "px"), u(2), H("aria-activedescendant", r.activeDescendant), u(), p("ngIf", r.hasSummarizedColumns && r.rootSummariesEnabled), u(), N("height", r.summaryRowHeight, "px")("width", r.scrollSize, "px"), p("hidden", !r.hasVerticalScroll()), u(), N("height", r.scrollSize, "px"), p("hidden", r.isHorizontalScrollHidden), u(2), N("width", r.isPinningToStart ? r.pinnedWidth : r.headerFeaturesWidth, "px")("min-width", r.isPinningToStart ? r.pinnedWidth : r.headerFeaturesWidth, "px"), u(), N("width", r.unpinnedWidth, "px"), u(), p("igxGridForOf", en(148, Zv)), u(2), N("width", r.pinnedWidth, "px")("min-width", r.pinnedWidth, "px"), p("hidden", r.pinnedWidth === 0 || r.isPinningToStart), u(19), p("ngIf", r.rowEditable), u(9), p("ngIf", r.colResizingService.showResizer), u(5), vn(r.platform.isElements ? 94 : -1);
|
|
49994
50001
|
}
|
|
49995
|
-
}, dependencies: [ae2, Oe, He2, ke, oi, jr,
|
|
50002
|
+
}, dependencies: [ae2, Oe, He2, ke, oi, jr, Zs, hc, rr, jt2, Zr, EO, sn, Bt2, zr, ea, cc, at2, bi, me, Ga, Js, TO, kv, Fv, Cv, Rp, Ap, Iv, rc, oc, Op, CO, IO, Gr], encapsulation: 2, changeDetection: 0 });
|
|
49996
50003
|
let n38 = t;
|
|
49997
50004
|
return n38;
|
|
49998
50005
|
})();
|
|
@@ -50027,7 +50034,7 @@ var Jv = (() => {
|
|
|
50027
50034
|
let n38 = t;
|
|
50028
50035
|
return n38;
|
|
50029
50036
|
})();
|
|
50030
|
-
var Wi = [{ component: od, 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: _t2, selector: "igc-column", parents: [On, ia, Fo, ko, Wn, Mn, ad], 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: _t2, 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: _t2 }, { component: ad, selector: "igc-column-layout", parents: [On], contentQueries: [{ property: "children", childType: _t2, 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: _t2 }, { component: On, selector: "igc-grid", parents: [], contentQueries: [{ property: "columnList", childType: _t2, 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: Fg, selector: "igc-grid-editing-actions", parents: [od], contentQueries: [], additionalProperties: [{ name: "hasChildren" }], methods: ["startEdit"], boolProps: ["addRow", "editRow", "deleteRow", "addChild", "asMenuItems"], provideAs: So }, { component: Vg, selector: "igc-grid-pinning-actions", parents: [od], contentQueries: [], additionalProperties: [], methods: ["pin", "unpin", "scrollToRow"], boolProps: ["asMenuItems"], provideAs: So }, { component: Jv, selector: "igc-grid-state", parents: [On, ia, Fo, ko], contentQueries: [], additionalProperties: [{ name: "grid", writable: true }], methods: ["applyState", "applyStateFromString", "getState", "getStateAsString"] }, { component: mc, selector: "igc-grid-toolbar-actions", parents: [ta], contentQueries: [], additionalProperties: [], methods: [] }, { component: Bp, 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: mc }], additionalProperties: [{ name: "nativeElement" }], methods: [], boolProps: ["showProgress"], provideAs: kn }, { component: jv, selector: "igc-grid-toolbar-exporter", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["export"], boolProps: ["exportCSV", "exportExcel"] }, { component: $v, selector: "igc-grid-toolbar-hiding", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: Uv, selector: "igc-grid-toolbar-pinning", parents: [ta], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: zv, 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: _t2, 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: zp, 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: Wv, 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: _t2, 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: _t2, isQueryList: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "columnList", childType: _t2, 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: _t2, 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"] }];
|
|
50037
|
+
var qi = [{ component: od, selector: "igc-action-strip", parents: [On, na, Fo, Wn], contentQueries: [{ property: "actionButtons", childType: So, isQueryList: true }], additionalProperties: [], methods: ["show", "hide"], boolProps: ["hidden"], provideAs: Rn }, { component: _t2, selector: "igc-column", parents: [On, na, Fo, ko, Wn, Mn, ad], 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, na, Fo, Mn, Wn], contentQueries: [{ property: "children", childType: _t2, 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: _t2 }, { component: ad, selector: "igc-column-layout", parents: [On], contentQueries: [{ property: "children", childType: _t2, 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: _t2 }, { component: On, selector: "igc-grid", parents: [], contentQueries: [{ property: "columnList", childType: _t2, 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: Fg, selector: "igc-grid-editing-actions", parents: [od], contentQueries: [], additionalProperties: [{ name: "hasChildren" }], methods: ["startEdit"], boolProps: ["addRow", "editRow", "deleteRow", "addChild", "asMenuItems"], provideAs: So }, { component: Vg, selector: "igc-grid-pinning-actions", parents: [od], contentQueries: [], additionalProperties: [], methods: ["pin", "unpin", "scrollToRow"], boolProps: ["asMenuItems"], provideAs: So }, { component: Jv, selector: "igc-grid-state", parents: [On, na, Fo, ko], contentQueries: [], additionalProperties: [{ name: "grid", writable: true }], methods: ["applyState", "applyStateFromString", "getState", "getStateAsString"] }, { component: mc, selector: "igc-grid-toolbar-actions", parents: [ia], contentQueries: [], additionalProperties: [], methods: [] }, { component: Bp, selector: "igc-grid-toolbar-advanced-filtering", parents: [ia], contentQueries: [], additionalProperties: [], methods: [] }, { component: ia, selector: "igc-grid-toolbar", parents: [On, na, Fo, ko], contentQueries: [{ property: "hasActions", childType: mc }], additionalProperties: [{ name: "nativeElement" }], methods: [], boolProps: ["showProgress"], provideAs: kn }, { component: jv, selector: "igc-grid-toolbar-exporter", parents: [ia], contentQueries: [], additionalProperties: [], methods: ["export"], boolProps: ["exportCSV", "exportExcel"] }, { component: $v, selector: "igc-grid-toolbar-hiding", parents: [ia], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: Uv, selector: "igc-grid-toolbar-pinning", parents: [ia], contentQueries: [], additionalProperties: [], methods: ["checkAll", "uncheckAll"], numericProps: ["indentetion"], boolProps: ["hideFilter"] }, { component: zv, selector: "igc-grid-toolbar-title", parents: [ia], 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: _t2, 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: zp, selector: "igc-paginator", parents: [On, na, 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: Wv, 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: _t2, 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: _t2, isQueryList: true }, { property: "actionStripComponents", childType: Rn, isQueryList: true }, { property: "columnList", childType: _t2, 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: na, selector: "igc-tree-grid", parents: [], contentQueries: [{ property: "columnList", childType: _t2, 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"] }];
|
|
50031
50038
|
var ex = { schedule(n38, t) {
|
|
50032
50039
|
let o = setTimeout(n38, t);
|
|
50033
50040
|
return () => clearTimeout(o);
|
|
@@ -50090,7 +50097,7 @@ var sI = class {
|
|
|
50090
50097
|
};
|
|
50091
50098
|
var aI = class {
|
|
50092
50099
|
constructor(t, o) {
|
|
50093
|
-
this.componentFactory = t, this.injector = o, this.eventEmitters = new
|
|
50100
|
+
this.componentFactory = t, this.injector = o, this.eventEmitters = new la(1), this.events = this.eventEmitters.pipe(fs((e) => da(...e))), this.componentRef = null, this.viewChangeDetectorRef = null, this.inputChanges = null, this.hasInputChanges = false, this.implementsOnChanges = false, this.scheduledChangeDetectionFn = null, this.scheduledDestroyFn = null, this.initialInputValues = /* @__PURE__ */ new Map(), this.unchangedInputs = new Set(this.componentFactory.inputs.map(({ propName: e }) => e)), this.ngZone = this.injector.get(xe2), this.elementZone = typeof Zone > "u" ? null : this.ngZone.run(() => Zone.current);
|
|
50094
50101
|
}
|
|
50095
50102
|
connect(t) {
|
|
50096
50103
|
this.runInZone(() => {
|
|
@@ -50155,7 +50162,7 @@ var aI = class {
|
|
|
50155
50162
|
return;
|
|
50156
50163
|
}
|
|
50157
50164
|
let i = this.unchangedInputs.has(t), r = i ? void 0 : this.getInputValue(t);
|
|
50158
|
-
this.inputChanges[t] = new
|
|
50165
|
+
this.inputChanges[t] = new ha(r, o, i);
|
|
50159
50166
|
}
|
|
50160
50167
|
detectChanges() {
|
|
50161
50168
|
this.componentRef !== null && (this.callNgOnChanges(this.componentRef), this.markViewForCheck(this.viewChangeDetectorRef), this.componentRef.changeDetectorRef.detectChanges());
|
|
@@ -50224,7 +50231,7 @@ var tx = class {
|
|
|
50224
50231
|
};
|
|
50225
50232
|
var cm = class {
|
|
50226
50233
|
constructor(t, o) {
|
|
50227
|
-
this.componentFactory = t, this.injector = o, this.eventEmitters = new
|
|
50234
|
+
this.componentFactory = t, this.injector = o, this.eventEmitters = new la(1), this.events = this.eventEmitters.pipe(fs((e) => da(...e))), this.componentRef = null, this.viewChangeDetectorRef = null, this.inputChanges = null, this.hasInputChanges = false, this.implementsOnChanges = false, this.scheduledChangeDetectionFn = null, this.scheduledDestroyFn = null, this.initialInputValues = /* @__PURE__ */ new Map(), this.unchangedInputs = new Set(this.componentFactory.inputs.map(({ propName: e }) => e)), this.ngZone = this.injector.get(xe2), this.elementZone = typeof Zone > "u" ? null : this.ngZone.run(() => Zone.current);
|
|
50228
50235
|
}
|
|
50229
50236
|
connect(t) {
|
|
50230
50237
|
this.runInZone(() => {
|
|
@@ -50289,7 +50296,7 @@ var cm = class {
|
|
|
50289
50296
|
return;
|
|
50290
50297
|
}
|
|
50291
50298
|
let i = this.unchangedInputs.has(t), r = i ? void 0 : this.getInputValue(t);
|
|
50292
|
-
this.inputChanges[t] = new
|
|
50299
|
+
this.inputChanges[t] = new ha(r, o, i);
|
|
50293
50300
|
}
|
|
50294
50301
|
detectChanges() {
|
|
50295
50302
|
this.componentRef !== null && (this.callNgOnChanges(this.componentRef), this.markViewForCheck(this.viewChangeDetectorRef), this.componentRef.changeDetectorRef.detectChanges());
|
|
@@ -50532,7 +50539,7 @@ var ox = class extends tx {
|
|
|
50532
50539
|
return new hI(this.componentFactory, t, this.config);
|
|
50533
50540
|
}
|
|
50534
50541
|
};
|
|
50535
|
-
function
|
|
50542
|
+
function Qi(n38, t) {
|
|
50536
50543
|
let o = new ox(n38, t.injector, t.registerConfig);
|
|
50537
50544
|
IIe(o);
|
|
50538
50545
|
let e = AO(n38, it2(Ie2({}, t), { strategyFactory: o })), i = t.registerConfig?.find((r) => r.component === n38);
|
|
@@ -50556,7 +50563,7 @@ function qi(n38, t) {
|
|
|
50556
50563
|
}
|
|
50557
50564
|
return Object.defineProperty(e, "tagName", { enumerable: false, configurable: false, writable: false, value: i?.selector }), e;
|
|
50558
50565
|
}
|
|
50559
|
-
function
|
|
50566
|
+
function Ki(n38, t) {
|
|
50560
50567
|
return Object.defineProperty(n38, "register", { enumerable: false, configurable: false, writable: false, value: t }), n38;
|
|
50561
50568
|
}
|
|
50562
50569
|
function IIe(n38) {
|
|
@@ -50880,7 +50887,7 @@ function a4e(n38, t, o) {
|
|
|
50880
50887
|
function l4e(n38) {
|
|
50881
50888
|
return n38.length ? n38[0] instanceof Map ? n38 : n38.map((t) => new Map(Object.entries(t))) : [];
|
|
50882
50889
|
}
|
|
50883
|
-
function
|
|
50890
|
+
function ra(n38, t, o) {
|
|
50884
50891
|
t.forEach((e, i) => {
|
|
50885
50892
|
let r = BI(i);
|
|
50886
50893
|
o && !o.has(i) && o.set(i, n38.style[r]), n38.style[r] = e;
|
|
@@ -51808,7 +51815,7 @@ var MI = class {
|
|
|
51808
51815
|
if (!j4e(l.params, c.params)) {
|
|
51809
51816
|
let R = [], V = r.matchStyles(l.value, l.params, R), L = r.matchStyles(c.value, c.params, R);
|
|
51810
51817
|
R.length ? this._engine.reportError(R) : this._engine.afterFlush(() => {
|
|
51811
|
-
fd(t, V),
|
|
51818
|
+
fd(t, V), ra(t, L);
|
|
51812
51819
|
});
|
|
51813
51820
|
}
|
|
51814
51821
|
return;
|
|
@@ -52132,9 +52139,9 @@ var kI = class {
|
|
|
52132
52139
|
});
|
|
52133
52140
|
let Te = [], be2 = [];
|
|
52134
52141
|
for (let Pe2 = this._namespaceList.length - 1; Pe2 >= 0; Pe2--) this._namespaceList[Pe2].drainQueuedTransitions(o).forEach((Ke2) => {
|
|
52135
|
-
let vt2 = Ke2.player,
|
|
52142
|
+
let vt2 = Ke2.player, zi = Ke2.element;
|
|
52136
52143
|
if (Te.push(vt2), this.collectedEnterElements.length) {
|
|
52137
|
-
let fn =
|
|
52144
|
+
let fn = zi[gs];
|
|
52138
52145
|
if (fn && fn.setForMove) {
|
|
52139
52146
|
if (fn.previousTriggersValues && fn.previousTriggersValues.has(Ke2.triggerName)) {
|
|
52140
52147
|
let Oo = fn.previousTriggersValues.get(Ke2.triggerName), br = this.statesByElement.get(Ke2.element);
|
|
@@ -52147,24 +52154,24 @@ var kI = class {
|
|
|
52147
52154
|
return;
|
|
52148
52155
|
}
|
|
52149
52156
|
}
|
|
52150
|
-
let
|
|
52157
|
+
let Xi = !g || !this.driver.containsElement(g, zi), gn = te2.get(zi), or = I.get(zi), zt2 = this._buildInstruction(Ke2, e, or, gn, Xi);
|
|
52151
52158
|
if (zt2.errors && zt2.errors.length) {
|
|
52152
52159
|
be2.push(zt2);
|
|
52153
52160
|
return;
|
|
52154
52161
|
}
|
|
52155
|
-
if (
|
|
52156
|
-
vt2.onStart(() => fd(
|
|
52162
|
+
if (Xi) {
|
|
52163
|
+
vt2.onStart(() => fd(zi, zt2.fromStyles)), vt2.onDestroy(() => ra(zi, zt2.toStyles)), i.push(vt2);
|
|
52157
52164
|
return;
|
|
52158
52165
|
}
|
|
52159
52166
|
if (Ke2.isFallbackTransition) {
|
|
52160
|
-
vt2.onStart(() => fd(
|
|
52167
|
+
vt2.onStart(() => fd(zi, zt2.fromStyles)), vt2.onDestroy(() => ra(zi, zt2.toStyles)), i.push(vt2);
|
|
52161
52168
|
return;
|
|
52162
52169
|
}
|
|
52163
52170
|
let mn = [];
|
|
52164
52171
|
zt2.timelines.forEach((fn) => {
|
|
52165
52172
|
fn.stretchStartingKeyframe = true, this.disabledNodes.has(fn.element) || mn.push(fn);
|
|
52166
|
-
}), zt2.timelines = mn, e.append(
|
|
52167
|
-
let $a = { instruction: zt2, player: vt2, element:
|
|
52173
|
+
}), zt2.timelines = mn, e.append(zi, zt2.timelines);
|
|
52174
|
+
let $a = { instruction: zt2, player: vt2, element: zi };
|
|
52168
52175
|
s.push($a), zt2.queriedElements.forEach((fn) => ro(a, fn, []).push(vt2)), zt2.preStyleProps.forEach((fn, Oo) => {
|
|
52169
52176
|
if (fn.size) {
|
|
52170
52177
|
let br = l.get(Oo);
|
|
@@ -52207,29 +52214,29 @@ var kI = class {
|
|
|
52207
52214
|
let { element: Me, player: Ke2, instruction: vt2 } = Pe2;
|
|
52208
52215
|
if (e.has(Me)) {
|
|
52209
52216
|
if (d.has(Me)) {
|
|
52210
|
-
Ke2.onDestroy(() =>
|
|
52217
|
+
Ke2.onDestroy(() => ra(Me, vt2.toStyles)), Ke2.disabled = true, Ke2.overrideTotalTime(vt2.totalTime), i.push(Ke2);
|
|
52211
52218
|
return;
|
|
52212
52219
|
}
|
|
52213
|
-
let
|
|
52220
|
+
let zi = hn;
|
|
52214
52221
|
if (Fe2.size > 1) {
|
|
52215
52222
|
let gn = Me, or = [];
|
|
52216
52223
|
for (; gn = gn.parentNode; ) {
|
|
52217
52224
|
let zt2 = Fe2.get(gn);
|
|
52218
52225
|
if (zt2) {
|
|
52219
|
-
|
|
52226
|
+
zi = zt2;
|
|
52220
52227
|
break;
|
|
52221
52228
|
}
|
|
52222
52229
|
or.push(gn);
|
|
52223
52230
|
}
|
|
52224
|
-
or.forEach((zt2) => Fe2.set(zt2,
|
|
52231
|
+
or.forEach((zt2) => Fe2.set(zt2, zi));
|
|
52225
52232
|
}
|
|
52226
|
-
let
|
|
52227
|
-
if (Ke2.setRealPlayer(
|
|
52233
|
+
let Xi = this._buildAnimation(Ke2.namespaceId, vt2, Le2, r, yi, di);
|
|
52234
|
+
if (Ke2.setRealPlayer(Xi), zi === hn) Qn.push(Ke2);
|
|
52228
52235
|
else {
|
|
52229
|
-
let gn = this.playersByElement.get(
|
|
52236
|
+
let gn = this.playersByElement.get(zi);
|
|
52230
52237
|
gn && gn.length && (Ke2.parentPlayer = _c(gn)), i.push(Ke2);
|
|
52231
52238
|
}
|
|
52232
|
-
} else fd(Me, vt2.fromStyles), Ke2.onDestroy(() =>
|
|
52239
|
+
} else fd(Me, vt2.fromStyles), Ke2.onDestroy(() => ra(Me, vt2.toStyles)), tn.push(Ke2), d.has(Me) && i.push(Ke2);
|
|
52233
52240
|
}), tn.forEach((Pe2) => {
|
|
52234
52241
|
let Me = r.get(Pe2.element);
|
|
52235
52242
|
if (Me && Me.length) {
|
|
@@ -52244,16 +52251,16 @@ var kI = class {
|
|
|
52244
52251
|
if (Up(Me, yI), Ke2 && Ke2.hasAnimation) continue;
|
|
52245
52252
|
let vt2 = [];
|
|
52246
52253
|
if (a.size) {
|
|
52247
|
-
let
|
|
52248
|
-
|
|
52254
|
+
let Xi = a.get(Me);
|
|
52255
|
+
Xi && Xi.length && vt2.push(...Xi);
|
|
52249
52256
|
let gn = this.driver.query(Me, wI, true);
|
|
52250
52257
|
for (let or = 0; or < gn.length; or++) {
|
|
52251
52258
|
let zt2 = a.get(gn[or]);
|
|
52252
52259
|
zt2 && zt2.length && vt2.push(...zt2);
|
|
52253
52260
|
}
|
|
52254
52261
|
}
|
|
52255
|
-
let
|
|
52256
|
-
|
|
52262
|
+
let zi = vt2.filter((Xi) => !Xi.destroyed);
|
|
52263
|
+
zi.length ? z4e(this, Me, zi) : this.processLeaveNode(Me);
|
|
52257
52264
|
}
|
|
52258
52265
|
return V.length = 0, Qn.forEach((Pe2) => {
|
|
52259
52266
|
this.players.push(Pe2), Pe2.onDone(() => {
|
|
@@ -52317,7 +52324,7 @@ var kI = class {
|
|
|
52317
52324
|
}), d.forEach((I) => Vo(I, NO));
|
|
52318
52325
|
let w = _c(v);
|
|
52319
52326
|
return w.onDestroy(() => {
|
|
52320
|
-
d.forEach((I) => Up(I, NO)),
|
|
52327
|
+
d.forEach((I) => Up(I, NO)), ra(l, o.toStyles);
|
|
52321
52328
|
}), g.forEach((I) => {
|
|
52322
52329
|
ro(i, I, []).push(w);
|
|
52323
52330
|
}), w;
|
|
@@ -52546,13 +52553,13 @@ var Wp = class Wp2 {
|
|
|
52546
52553
|
i || Wp2.initialStylesByElement.set(t, i = /* @__PURE__ */ new Map()), this._initialStyles = i;
|
|
52547
52554
|
}
|
|
52548
52555
|
start() {
|
|
52549
|
-
this._state < 1 && (this._startStyles &&
|
|
52556
|
+
this._state < 1 && (this._startStyles && ra(this._element, this._startStyles, this._initialStyles), this._state = 1);
|
|
52550
52557
|
}
|
|
52551
52558
|
finish() {
|
|
52552
|
-
this.start(), this._state < 2 && (
|
|
52559
|
+
this.start(), this._state < 2 && (ra(this._element, this._initialStyles), this._endStyles && (ra(this._element, this._endStyles), this._endStyles = null), this._state = 1);
|
|
52553
52560
|
}
|
|
52554
52561
|
destroy() {
|
|
52555
|
-
this.finish(), this._state < 3 && (Wp2.initialStylesByElement.delete(this._element), this._startStyles && (fd(this._element, this._startStyles), this._endStyles = null), this._endStyles && (fd(this._element, this._endStyles), this._endStyles = null),
|
|
52562
|
+
this.finish(), this._state < 3 && (Wp2.initialStylesByElement.delete(this._element), this._startStyles && (fd(this._element, this._startStyles), this._endStyles = null), this._endStyles && (fd(this._element, this._endStyles), this._endStyles = null), ra(this._element, this._initialStyles), this._state = 3);
|
|
52556
52563
|
}
|
|
52557
52564
|
};
|
|
52558
52565
|
Wp.initialStylesByElement = /* @__PURE__ */ new WeakMap();
|
|
@@ -52877,98 +52884,98 @@ function lN() {
|
|
|
52877
52884
|
return ll("NgEagerAnimations"), [...Z4e];
|
|
52878
52885
|
}
|
|
52879
52886
|
var J4e = l0()?.injector ?? a8().injector;
|
|
52880
|
-
var
|
|
52881
|
-
function
|
|
52887
|
+
var Bi = tw([ND({ eventCoalescing: true }), { provide: el, useExisting: dw }, wy(NC), lN(), { provide: Uw, useValue: true }, sx], J4e);
|
|
52888
|
+
function Yi(n38, ...t) {
|
|
52882
52889
|
for (let o of t) o.register();
|
|
52883
52890
|
customElements.get(n38.tagName) || customElements.define(n38.tagName, n38);
|
|
52884
52891
|
}
|
|
52885
52892
|
function $I(...n38) {
|
|
52886
52893
|
for (let t of n38) t.register();
|
|
52887
52894
|
}
|
|
52888
|
-
var RMt =
|
|
52889
|
-
var eSe =
|
|
52890
|
-
var UI =
|
|
52891
|
-
|
|
52895
|
+
var RMt = Bi.get(sx);
|
|
52896
|
+
var eSe = Qi(On, { injector: Bi, registerConfig: qi });
|
|
52897
|
+
var UI = Ki(eSe, () => {
|
|
52898
|
+
Yi(UI);
|
|
52892
52899
|
});
|
|
52893
|
-
var tSe =
|
|
52894
|
-
var WI =
|
|
52895
|
-
|
|
52900
|
+
var tSe = Qi(na, { injector: Bi, registerConfig: qi });
|
|
52901
|
+
var WI = Ki(tSe, () => {
|
|
52902
|
+
Yi(WI);
|
|
52896
52903
|
});
|
|
52897
|
-
var iSe =
|
|
52898
|
-
var qI =
|
|
52899
|
-
|
|
52904
|
+
var iSe = Qi(Fo, { injector: Bi, registerConfig: qi });
|
|
52905
|
+
var qI = Ki(iSe, () => {
|
|
52906
|
+
Yi(qI);
|
|
52900
52907
|
});
|
|
52901
|
-
var nSe =
|
|
52902
|
-
var QI =
|
|
52903
|
-
|
|
52908
|
+
var nSe = Qi(ko, { injector: Bi, registerConfig: qi });
|
|
52909
|
+
var QI = Ki(nSe, () => {
|
|
52910
|
+
Yi(QI);
|
|
52904
52911
|
});
|
|
52905
|
-
var rSe =
|
|
52906
|
-
var KI =
|
|
52907
|
-
|
|
52912
|
+
var rSe = Qi(Wv, { injector: Bi, registerConfig: qi });
|
|
52913
|
+
var KI = Ki(rSe, () => {
|
|
52914
|
+
Yi(KI);
|
|
52908
52915
|
});
|
|
52909
|
-
var oSe =
|
|
52910
|
-
var YI =
|
|
52911
|
-
|
|
52916
|
+
var oSe = Qi(Wn, { injector: Bi, registerConfig: qi });
|
|
52917
|
+
var YI = Ki(oSe, () => {
|
|
52918
|
+
Yi(YI);
|
|
52912
52919
|
});
|
|
52913
|
-
var sSe =
|
|
52914
|
-
var XI =
|
|
52915
|
-
|
|
52920
|
+
var sSe = Qi(Mn, { injector: Bi, registerConfig: qi });
|
|
52921
|
+
var XI = Ki(sSe, () => {
|
|
52922
|
+
Yi(XI);
|
|
52916
52923
|
});
|
|
52917
|
-
var aSe =
|
|
52918
|
-
var ZI =
|
|
52919
|
-
|
|
52924
|
+
var aSe = Qi(ad, { injector: Bi, registerConfig: qi });
|
|
52925
|
+
var ZI = Ki(aSe, () => {
|
|
52926
|
+
Yi(ZI);
|
|
52920
52927
|
});
|
|
52921
|
-
var lSe =
|
|
52922
|
-
var JI =
|
|
52923
|
-
|
|
52928
|
+
var lSe = Qi(_t2, { injector: Bi, registerConfig: qi });
|
|
52929
|
+
var JI = Ki(lSe, () => {
|
|
52930
|
+
Yi(JI);
|
|
52924
52931
|
});
|
|
52925
|
-
var cSe =
|
|
52926
|
-
var e4 =
|
|
52927
|
-
|
|
52932
|
+
var cSe = Qi(zp, { injector: Bi, registerConfig: qi });
|
|
52933
|
+
var e4 = Ki(cSe, () => {
|
|
52934
|
+
Yi(e4);
|
|
52928
52935
|
});
|
|
52929
|
-
var dSe =
|
|
52930
|
-
var t4 =
|
|
52931
|
-
|
|
52936
|
+
var dSe = Qi(ia, { injector: Bi, registerConfig: qi });
|
|
52937
|
+
var t4 = Ki(dSe, () => {
|
|
52938
|
+
Yi(t4);
|
|
52932
52939
|
});
|
|
52933
|
-
var uSe =
|
|
52934
|
-
var i4 =
|
|
52935
|
-
|
|
52940
|
+
var uSe = Qi(od, { injector: Bi, registerConfig: qi });
|
|
52941
|
+
var i4 = Ki(uSe, () => {
|
|
52942
|
+
Yi(i4);
|
|
52936
52943
|
});
|
|
52937
|
-
var pSe =
|
|
52938
|
-
var n42 =
|
|
52939
|
-
|
|
52944
|
+
var pSe = Qi(Jv, { injector: Bi, registerConfig: qi });
|
|
52945
|
+
var n42 = Ki(pSe, () => {
|
|
52946
|
+
Yi(n42);
|
|
52940
52947
|
});
|
|
52941
|
-
var hSe =
|
|
52942
|
-
var r4 =
|
|
52943
|
-
|
|
52948
|
+
var hSe = Qi(Fg, { injector: Bi, registerConfig: qi });
|
|
52949
|
+
var r4 = Ki(hSe, () => {
|
|
52950
|
+
Yi(r4);
|
|
52944
52951
|
});
|
|
52945
|
-
var gSe =
|
|
52946
|
-
var o4 =
|
|
52947
|
-
|
|
52952
|
+
var gSe = Qi(Vg, { injector: Bi, registerConfig: qi });
|
|
52953
|
+
var o4 = Ki(gSe, () => {
|
|
52954
|
+
Yi(o4);
|
|
52948
52955
|
});
|
|
52949
|
-
var mSe =
|
|
52950
|
-
var s4 =
|
|
52951
|
-
|
|
52956
|
+
var mSe = Qi(zv, { injector: Bi, registerConfig: qi });
|
|
52957
|
+
var s4 = Ki(mSe, () => {
|
|
52958
|
+
Yi(s4);
|
|
52952
52959
|
});
|
|
52953
|
-
var fSe =
|
|
52954
|
-
var a4 =
|
|
52955
|
-
|
|
52960
|
+
var fSe = Qi(mc, { injector: Bi, registerConfig: qi });
|
|
52961
|
+
var a4 = Ki(fSe, () => {
|
|
52962
|
+
Yi(a4);
|
|
52956
52963
|
});
|
|
52957
|
-
var _Se =
|
|
52958
|
-
var l4 =
|
|
52959
|
-
|
|
52964
|
+
var _Se = Qi($v, { injector: Bi, registerConfig: qi });
|
|
52965
|
+
var l4 = Ki(_Se, () => {
|
|
52966
|
+
Yi(l4);
|
|
52960
52967
|
});
|
|
52961
|
-
var vSe =
|
|
52962
|
-
var c4 =
|
|
52963
|
-
|
|
52968
|
+
var vSe = Qi(Uv, { injector: Bi, registerConfig: qi });
|
|
52969
|
+
var c4 = Ki(vSe, () => {
|
|
52970
|
+
Yi(c4);
|
|
52964
52971
|
});
|
|
52965
|
-
var xSe =
|
|
52966
|
-
var d4 =
|
|
52967
|
-
|
|
52972
|
+
var xSe = Qi(jv, { injector: Bi, registerConfig: qi });
|
|
52973
|
+
var d4 = Ki(xSe, () => {
|
|
52974
|
+
Yi(d4);
|
|
52968
52975
|
});
|
|
52969
|
-
var ySe =
|
|
52970
|
-
var u4 =
|
|
52971
|
-
|
|
52976
|
+
var ySe = Qi(Bp, { injector: Bi, registerConfig: qi });
|
|
52977
|
+
var u4 = Ki(ySe, () => {
|
|
52978
|
+
Yi(u4);
|
|
52972
52979
|
});
|
|
52973
52980
|
function wSe() {
|
|
52974
52981
|
$I(UI, WI, qI, QI, KI, YI, XI, ZI, JI, e4, t4, i4, n42, r4, o4, s4, a4, l4, c4, d4, u4);
|