igniteui-webcomponents-grids 5.0.1 → 5.0.2

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.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1366 -1366
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +52 -52
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListView_combined.js +165 -165
  8. package/esm2015/lib/ColumnChooserView_combined.js +42 -42
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
  10. package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
  11. package/esm2015/lib/ColumnPinningView_combined.js +42 -42
  12. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  13. package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
  14. package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
  15. package/esm2015/lib/EditorCell.js +86 -86
  16. package/esm2015/lib/EditorCellPresenter.js +1 -1
  17. package/esm2015/lib/FilterCell.js +90 -90
  18. package/esm2015/lib/FilterCellPresenter.js +1 -1
  19. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  20. package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
  21. package/esm2015/lib/TemplateHeader.js +1 -1
  22. package/esm2015/lib/igc-checkbox-list-component.js +26 -26
  23. package/esm2015/lib/igc-column-chooser-component.js +2 -2
  24. package/esm2015/lib/igc-column-pinning-component.js +2 -2
  25. package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
  26. package/esm2015/public_api.js +20 -20
  27. package/esm5/lib/CanvasGridCellBase.js +52 -52
  28. package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
  29. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  30. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  31. package/esm5/lib/CheckboxListView_combined.js +156 -156
  32. package/esm5/lib/ColumnChooserView_combined.js +41 -41
  33. package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
  34. package/esm5/lib/ColumnGroupingView_combined.js +40 -40
  35. package/esm5/lib/ColumnPinningView_combined.js +41 -41
  36. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  37. package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
  38. package/esm5/lib/DataGridToolbarView_combined.js +86 -86
  39. package/esm5/lib/EditorCell.js +85 -85
  40. package/esm5/lib/EditorCellPresenter.js +1 -1
  41. package/esm5/lib/FilterCell.js +88 -88
  42. package/esm5/lib/FilterCellPresenter.js +1 -1
  43. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  44. package/esm5/lib/ISummaryChooserView_combined.js +6 -6
  45. package/esm5/lib/TemplateHeader.js +1 -1
  46. package/esm5/lib/igc-checkbox-list-component.js +26 -26
  47. package/esm5/lib/igc-column-chooser-component.js +2 -2
  48. package/esm5/lib/igc-column-pinning-component.js +2 -2
  49. package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
  50. package/esm5/public_api.js +20 -20
  51. package/fesm2015/igniteui-webcomponents-grids.js +1386 -1386
  52. package/fesm5/igniteui-webcomponents-grids.js +1366 -1366
  53. package/grids/combined.js +587 -590
  54. package/grids/lib/igc-grid-base-directive.d.ts +1 -0
  55. package/grids/lib/igc-row-island-component.d.ts +1 -0
  56. package/grids/styles.css +1 -1
  57. package/grids/themes/dark/bootstrap.css +1 -1
  58. package/grids/themes/dark/fluent.css +1 -1
  59. package/grids/themes/dark/indigo.css +1 -1
  60. package/grids/themes/dark/material.css +1 -1
  61. package/grids/themes/light/bootstrap.css +1 -1
  62. package/grids/themes/light/fluent.css +1 -1
  63. package/grids/themes/light/indigo.css +1 -1
  64. package/grids/themes/light/material.css +1 -1
  65. package/lib/CanvasGridCellBase.d.ts +7 -7
  66. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  67. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  68. package/lib/CheckboxListView_combined.d.ts +23 -23
  69. package/lib/ColumnChooserView_combined.d.ts +4 -4
  70. package/lib/ColumnFilterCondition_combined.d.ts +113 -113
  71. package/lib/ColumnGroupingView_combined.d.ts +2 -2
  72. package/lib/ColumnPinningView_combined.d.ts +4 -4
  73. package/lib/DataGridCellLayoutPanel.d.ts +3 -3
  74. package/lib/DataGridToolbarView_combined.d.ts +5 -5
  75. package/lib/EditorCell.d.ts +8 -8
  76. package/lib/FilterCell.d.ts +12 -12
  77. package/package.json +4 -4
  78. package/public_api.d.ts +20 -20
package/grids/combined.js CHANGED
@@ -615,12 +615,12 @@ function Mt(t, e, s, r) {
615
615
  z10 = true;
616
616
  }
617
617
  if (F && !F(o, G10, A, arguments)) return;
618
- let de2 = ge && !!Ee && Ee.indexOf(Z10) !== -1, se2 = u10(L(arguments[2], de2)), Te2 = se2?.signal;
618
+ let de2 = ge && !!Ee && Ee.indexOf(Z10) !== -1, se = u10(L(arguments[2], de2)), Te2 = se?.signal;
619
619
  if (Te2?.aborted) return;
620
620
  if (ne2) {
621
- for (let ie2 = 0; ie2 < ne2.length; ie2++) if (Z10 === ne2[ie2]) return de2 ? o.call(A, Z10, G10, se2) : o.apply(this, arguments);
621
+ for (let ie2 = 0; ie2 < ne2.length; ie2++) if (Z10 === ne2[ie2]) return de2 ? o.call(A, Z10, G10, se) : o.apply(this, arguments);
622
622
  }
623
- let Oe2 = se2 ? typeof se2 == "boolean" ? true : se2.capture : false, Ue2 = se2 && typeof se2 == "object" ? se2.once : false, yt2 = Zone.current, Me = te[Z10];
623
+ let Oe2 = se ? typeof se == "boolean" ? true : se.capture : false, Ue2 = se && typeof se == "object" ? se.once : false, yt2 = Zone.current, Me = te[Z10];
624
624
  Me || (ut(Z10, U10), Me = te[Z10]);
625
625
  let qe2 = Me[Oe2 ? le : ue], me2 = A[qe2], Xe2 = false;
626
626
  if (me2) {
@@ -629,7 +629,7 @@ function Mt(t, e, s, r) {
629
629
  }
630
630
  } else me2 = A[qe2] = [];
631
631
  let Se2, Ye2 = A.constructor.name, $e2 = at[Ye2];
632
- $e2 && (Se2 = $e2[Z10]), Se2 || (Se2 = Ye2 + h4 + (U10 ? U10(Z10) : Z10)), M10.options = se2, Ue2 && (M10.options.once = false), M10.target = A, M10.capture = Oe2, M10.eventName = Z10, M10.isExisting = Xe2;
632
+ $e2 && (Se2 = $e2[Z10]), Se2 || (Se2 = Ye2 + h4 + (U10 ? U10(Z10) : Z10)), M10.options = se, Ue2 && (M10.options.once = false), M10.target = A, M10.capture = Oe2, M10.eventName = Z10, M10.isExisting = Xe2;
633
633
  let ke2 = j6 ? Ot : void 0;
634
634
  ke2 && (ke2.taskData = M10), Te2 && (M10.options.signal = void 0);
635
635
  let re2 = yt2.scheduleEventTask(Se2, G10, ke2, b10, S6);
@@ -638,7 +638,7 @@ function Mt(t, e, s, r) {
638
638
  let ie2 = () => re2.zone.cancelTask(re2);
639
639
  o.call(Te2, "abort", ie2, { once: true }), re2.removeAbortListener = () => Te2.removeEventListener("abort", ie2);
640
640
  }
641
- if (M10.target = null, ke2 && (ke2.taskData = null), Ue2 && (M10.options.once = true), !ge && typeof re2.options == "boolean" || (re2.options = se2), re2.target = A, re2.capture = Oe2, re2.eventName = Z10, z10 && (re2.originalDelegate = G10), I ? me2.unshift(re2) : me2.push(re2), g) return A;
641
+ if (M10.target = null, ke2 && (ke2.taskData = null), Ue2 && (M10.options.once = true), !ge && typeof re2.options == "boolean" || (re2.options = se), re2.target = A, re2.capture = Oe2, re2.eventName = Z10, z10 && (re2.originalDelegate = G10), I ? me2.unshift(re2) : me2.push(re2), g) return A;
642
642
  };
643
643
  };
644
644
  return p10[i] = c(R10, P10, O10, C6, B10), q10 && (p10[T10] = c(q10, w, d, C6, B10, true)), p10[l] = function() {
@@ -1393,7 +1393,7 @@ var M3 = (n38, t, o, e) => {
1393
1393
  if (t && typeof t == "object" || typeof t == "function") for (let i of PO(t)) !yx.call(n38, i) && i !== o && xx(n38, i, { get: () => t[i], enumerable: !(e = RO(t, i)) || e.enumerable });
1394
1394
  return n38;
1395
1395
  };
1396
- var mi = (n38, t, o) => (M3(n38, t, "default"), o && M3(o, t, "default"));
1396
+ var gi = (n38, t, o) => (M3(n38, t, "default"), o && M3(o, t, "default"));
1397
1397
  var F3 = (n38, t, o) => t.has(n38) || wx("Cannot " + o);
1398
1398
  var ud = (n38, t, o) => (F3(n38, t, "read from private field"), o ? o.call(n38) : t.get(n38));
1399
1399
  var pd = (n38, t, o) => t.has(n38) ? wx("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(n38) : t.set(n38, o);
@@ -1828,7 +1828,7 @@ function Ox(n38) {
1828
1828
  return n38.reduce((e, i) => i(e), o);
1829
1829
  };
1830
1830
  }
1831
- var di = (() => {
1831
+ var ci = (() => {
1832
1832
  class n38 {
1833
1833
  constructor(o) {
1834
1834
  o && (this._subscribe = o);
@@ -1962,7 +1962,7 @@ var rS = Ba((n38) => function() {
1962
1962
  n38(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
1963
1963
  });
1964
1964
  var ue2 = (() => {
1965
- class n38 extends di {
1965
+ class n38 extends ci {
1966
1966
  constructor() {
1967
1967
  super(), this.closed = false, this.currentObservers = null, this.observers = [], this.isStopped = false, this.hasError = false, this.thrownError = null;
1968
1968
  }
@@ -2023,7 +2023,7 @@ var ue2 = (() => {
2023
2023
  e ? o.error(i) : r && o.complete();
2024
2024
  }
2025
2025
  asObservable() {
2026
- let o = new di();
2026
+ let o = new ci();
2027
2027
  return o.source = this, o;
2028
2028
  }
2029
2029
  }
@@ -2215,7 +2215,7 @@ var Im = class extends xd {
2215
2215
  }
2216
2216
  };
2217
2217
  var tr = new Im(Cm);
2218
- var Sm = new di((n38) => n38.complete());
2218
+ var Sm = new ci((n38) => n38.complete());
2219
2219
  function bm(n38) {
2220
2220
  return n38 && at2(n38.schedule);
2221
2221
  }
@@ -2374,8 +2374,8 @@ function km(n38) {
2374
2374
  function Vm(n38) {
2375
2375
  return at2(n38?.getReader);
2376
2376
  }
2377
- function si(n38) {
2378
- if (n38 instanceof di) return n38;
2377
+ function oi(n38) {
2378
+ if (n38 instanceof ci) return n38;
2379
2379
  if (n38 != null) {
2380
2380
  if (Tm(n38)) return QO(n38);
2381
2381
  if (yd(n38)) return KO(n38);
@@ -2387,33 +2387,33 @@ function si(n38) {
2387
2387
  throw Am(n38);
2388
2388
  }
2389
2389
  function QO(n38) {
2390
- return new di((t) => {
2390
+ return new ci((t) => {
2391
2391
  let o = n38[md]();
2392
2392
  if (at2(o.subscribe)) return o.subscribe(t);
2393
2393
  throw new TypeError("Provided object does not correctly implement Symbol.observable");
2394
2394
  });
2395
2395
  }
2396
2396
  function KO(n38) {
2397
- return new di((t) => {
2397
+ return new ci((t) => {
2398
2398
  for (let o = 0; o < n38.length && !t.closed; o++) t.next(n38[o]);
2399
2399
  t.complete();
2400
2400
  });
2401
2401
  }
2402
2402
  function YO(n38) {
2403
- return new di((t) => {
2403
+ return new ci((t) => {
2404
2404
  n38.then((o) => {
2405
2405
  t.closed || (t.next(o), t.complete());
2406
2406
  }, (o) => t.error(o)).then(null, vm);
2407
2407
  });
2408
2408
  }
2409
2409
  function XO(n38) {
2410
- return new di((t) => {
2410
+ return new ci((t) => {
2411
2411
  for (let o of n38) if (t.next(o), t.closed) return;
2412
2412
  t.complete();
2413
2413
  });
2414
2414
  }
2415
2415
  function hS(n38) {
2416
- return new di((t) => {
2416
+ return new ci((t) => {
2417
2417
  JO(n38, t).catch((o) => t.error(o));
2418
2418
  });
2419
2419
  }
@@ -2457,13 +2457,13 @@ function Om(n38, t = 0) {
2457
2457
  });
2458
2458
  }
2459
2459
  function gS(n38, t) {
2460
- return si(n38).pipe(Om(t), Fm(t));
2460
+ return oi(n38).pipe(Om(t), Fm(t));
2461
2461
  }
2462
2462
  function mS(n38, t) {
2463
- return si(n38).pipe(Om(t), Fm(t));
2463
+ return oi(n38).pipe(Om(t), Fm(t));
2464
2464
  }
2465
2465
  function fS(n38, t) {
2466
- return new di((o) => {
2466
+ return new ci((o) => {
2467
2467
  let e = 0;
2468
2468
  return t.schedule(function() {
2469
2469
  e === n38.length ? o.complete() : (o.next(n38[e++]), o.closed || this.schedule());
@@ -2471,7 +2471,7 @@ function fS(n38, t) {
2471
2471
  });
2472
2472
  }
2473
2473
  function _S(n38, t) {
2474
- return new di((o) => {
2474
+ return new ci((o) => {
2475
2475
  let e;
2476
2476
  return wr(o, t, () => {
2477
2477
  e = n38[Pm](), wr(o, t, () => {
@@ -2489,7 +2489,7 @@ function _S(n38, t) {
2489
2489
  }
2490
2490
  function Nm(n38, t) {
2491
2491
  if (!n38) throw new Error("Iterable cannot be null");
2492
- return new di((o) => {
2492
+ return new ci((o) => {
2493
2493
  wr(o, t, () => {
2494
2494
  let e = n38[Symbol.asyncIterator]();
2495
2495
  wr(o, t, () => {
@@ -2515,7 +2515,7 @@ function xS(n38, t) {
2515
2515
  throw Am(n38);
2516
2516
  }
2517
2517
  function za(n38, t) {
2518
- return t ? xS(n38, t) : si(n38);
2518
+ return t ? xS(n38, t) : oi(n38);
2519
2519
  }
2520
2520
  function Hx(...n38) {
2521
2521
  let t = Dm(n38);
@@ -2537,7 +2537,7 @@ function Bx(n38, t) {
2537
2537
  let c, d, g = null, v = 0, w = (I) => {
2538
2538
  d = wr(l, r, () => {
2539
2539
  try {
2540
- c.unsubscribe(), si(i({ meta: s, lastValue: g, seen: v })).subscribe(l);
2540
+ c.unsubscribe(), oi(i({ meta: s, lastValue: g, seen: v })).subscribe(l);
2541
2541
  } catch (A) {
2542
2542
  l.error(A);
2543
2543
  }
@@ -2593,7 +2593,7 @@ function CS(n38, t, o, e, i, r, s, a) {
2593
2593
  }, w = (A) => c < e ? I(A) : l.push(A), I = (A) => {
2594
2594
  r && t.next(A), c++;
2595
2595
  let F = false;
2596
- si(o(A, d++)).subscribe(bt2(t, (L) => {
2596
+ oi(o(A, d++)).subscribe(bt2(t, (L) => {
2597
2597
  i?.(L), r ? w(L) : t.next(L);
2598
2598
  }, () => {
2599
2599
  F = true;
@@ -2616,13 +2616,13 @@ function CS(n38, t, o, e, i, r, s, a) {
2616
2616
  };
2617
2617
  }
2618
2618
  function Ga(n38, t, o = 1 / 0) {
2619
- return at2(t) ? Ga((e, i) => Ei((r, s) => t(e, r, i, s))(si(n38(e, i))), o) : (typeof t == "number" && (o = t), Mt2((e, i) => CS(e, i, n38, o)));
2619
+ return at2(t) ? Ga((e, i) => Ei((r, s) => t(e, r, i, s))(oi(n38(e, i))), o) : (typeof t == "number" && (o = t), Mt2((e, i) => CS(e, i, n38, o)));
2620
2620
  }
2621
2621
  function IS(n38 = 1 / 0) {
2622
2622
  return Ga(ds, n38);
2623
2623
  }
2624
2624
  function zx(...n38) {
2625
- let t = sS(n38), { args: o, keys: e } = yS(n38), i = new di((r) => {
2625
+ let t = sS(n38), { args: o, keys: e } = yS(n38), i = new ci((r) => {
2626
2626
  let { length: s } = o;
2627
2627
  if (!s) {
2628
2628
  r.complete();
@@ -2631,7 +2631,7 @@ function zx(...n38) {
2631
2631
  let a = new Array(s), l = s, c = s;
2632
2632
  for (let d = 0; d < s; d++) {
2633
2633
  let g = false;
2634
- si(o[d]).subscribe(bt2(r, (v) => {
2634
+ oi(o[d]).subscribe(bt2(r, (v) => {
2635
2635
  g || (g = true, c--), a[d] = v;
2636
2636
  }, () => l--, void 0, () => {
2637
2637
  (!l || !g) && (c || r.next(e ? wS(e, a) : a), r.complete());
@@ -2646,9 +2646,9 @@ var uN = ["on", "off"];
2646
2646
  function pt2(n38, t, o, e) {
2647
2647
  if (at2(o) && (e = o, o = void 0), e) return pt2(n38, t, o).pipe(Bm(e));
2648
2648
  let [i, r] = gN(n38) ? dN.map((s) => (a) => n38[s](t, a, o)) : pN(n38) ? cN.map(SS(n38, t)) : hN(n38) ? uN.map(SS(n38, t)) : [];
2649
- if (!i && yd(n38)) return Ga((s) => pt2(s, t, o))(si(n38));
2649
+ if (!i && yd(n38)) return Ga((s) => pt2(s, t, o))(oi(n38));
2650
2650
  if (!i) throw new TypeError("Invalid event target");
2651
- return new di((s) => {
2651
+ return new ci((s) => {
2652
2652
  let a = (...l) => s.next(1 < l.length ? l : l[0]);
2653
2653
  return i(a), () => r(a);
2654
2654
  });
@@ -2667,7 +2667,7 @@ function gN(n38) {
2667
2667
  }
2668
2668
  function mc(n38 = 0, t, o = oS) {
2669
2669
  let e = -1;
2670
- return t != null && (bm(t) ? o = t : e = t), new di((i) => {
2670
+ return t != null && (bm(t) ? o = t : e = t), new ci((i) => {
2671
2671
  let r = Hm(n38) ? +n38 - o.now() : n38;
2672
2672
  r < 0 && (r = 0);
2673
2673
  let s = 0;
@@ -2681,9 +2681,9 @@ function $n(n38 = 0, t = na) {
2681
2681
  }
2682
2682
  function ra(...n38) {
2683
2683
  let t = Dm(n38), o = aS(n38, 1 / 0), e = n38;
2684
- return e.length ? e.length === 1 ? si(e[0]) : IS(o)(za(e, t)) : Sm;
2684
+ return e.length ? e.length === 1 ? oi(e[0]) : IS(o)(za(e, t)) : Sm;
2685
2685
  }
2686
- function Zt2(n38, t) {
2686
+ function Xt(n38, t) {
2687
2687
  return Mt2((o, e) => {
2688
2688
  let i = 0;
2689
2689
  o.subscribe(bt2(e, (r) => n38.call(t, r, i++) && e.next(r)));
@@ -2702,7 +2702,7 @@ function wd(n38) {
2702
2702
  }
2703
2703
  };
2704
2704
  t.subscribe(bt2(o, (a) => {
2705
- r?.unsubscribe(), e = true, i = a, r = bt2(o, s, Rt2), si(n38(a)).subscribe(r);
2705
+ r?.unsubscribe(), e = true, i = a, r = bt2(o, s, Rt2), oi(n38(a)).subscribe(r);
2706
2706
  }, () => {
2707
2707
  s(), o.complete();
2708
2708
  }, void 0, () => {
@@ -2767,7 +2767,7 @@ function mN() {
2767
2767
  }
2768
2768
  function Xe(n38, t) {
2769
2769
  let o = arguments.length >= 2;
2770
- return (e) => e.pipe(n38 ? Zt2((i, r) => n38(i, r, e)) : ds, oa(1), o ? bS(t) : DS(() => new Lm()));
2770
+ return (e) => e.pipe(n38 ? Xt((i, r) => n38(i, r, e)) : ds, oa(1), o ? bS(t) : DS(() => new Lm()));
2771
2771
  }
2772
2772
  function jx(...n38) {
2773
2773
  let t = n38.length;
@@ -2802,7 +2802,7 @@ function ES(n38 = {}) {
2802
2802
  g = true, v(), a = $x(w, o, J), L.error(J);
2803
2803
  }, complete: () => {
2804
2804
  d = true, v(), a = $x(w, e), L.complete();
2805
- } }), si(A).subscribe(s));
2805
+ } }), oi(A).subscribe(s));
2806
2806
  })(r);
2807
2807
  };
2808
2808
  }
@@ -2815,7 +2815,7 @@ function $x(n38, t, ...o) {
2815
2815
  let e = new ta({ next: () => {
2816
2816
  e.unsubscribe(), n38();
2817
2817
  } });
2818
- return si(t(...o)).subscribe(e);
2818
+ return oi(t(...o)).subscribe(e);
2819
2819
  }
2820
2820
  function Ux(n38, t, o) {
2821
2821
  let e, i = false;
@@ -2842,7 +2842,7 @@ function us(n38, t) {
2842
2842
  o.subscribe(bt2(e, (l) => {
2843
2843
  i?.unsubscribe();
2844
2844
  let c = 0, d = r++;
2845
- si(n38(l, d)).subscribe(i = bt2(e, (g) => e.next(t ? t(l, g, d, c++) : g), () => {
2845
+ oi(n38(l, d)).subscribe(i = bt2(e, (g) => e.next(t ? t(l, g, d, c++) : g), () => {
2846
2846
  i = null, a();
2847
2847
  }));
2848
2848
  }, () => {
@@ -2852,7 +2852,7 @@ function us(n38, t) {
2852
2852
  }
2853
2853
  function K(n38) {
2854
2854
  return Mt2((t, o) => {
2855
- si(n38).subscribe(bt2(o, () => o.complete(), Rt2)), !o.closed && t.subscribe(o);
2855
+ oi(n38).subscribe(bt2(o, () => o.complete(), Rt2)), !o.closed && t.subscribe(o);
2856
2856
  });
2857
2857
  }
2858
2858
  function fc(n38, t = false) {
@@ -2891,7 +2891,7 @@ function sa(n38, t) {
2891
2891
  l?.unsubscribe(), l = null, r && (w(), c && e.complete());
2892
2892
  }, g = () => {
2893
2893
  l = null, c && e.complete();
2894
- }, v = (I) => l = si(n38(I)).subscribe(bt2(e, d, g)), w = () => {
2894
+ }, v = (I) => l = oi(n38(I)).subscribe(bt2(e, d, g)), w = () => {
2895
2895
  if (s) {
2896
2896
  s = false;
2897
2897
  let I = a;
@@ -2947,8 +2947,8 @@ function v4(n38, t, o) {
2947
2947
  });
2948
2948
  }
2949
2949
  var kn = globalThis;
2950
- function fi(n38) {
2951
- for (let t in n38) if (n38[t] === fi) return t;
2950
+ function mi(n38) {
2951
+ for (let t in n38) if (n38[t] === mi) return t;
2952
2952
  throw Error("Could not find renamed property on target object.");
2953
2953
  }
2954
2954
  function _N(n38, t) {
@@ -2969,7 +2969,7 @@ function nr(n38) {
2969
2969
  function ay(n38, t) {
2970
2970
  return n38 == null || n38 === "" ? t === null ? "" : t : t == null || t === "" ? n38 : n38 + " " + t;
2971
2971
  }
2972
- var vN = fi({ __forward_ref__: fi });
2972
+ var vN = mi({ __forward_ref__: mi });
2973
2973
  function Bi(n38) {
2974
2974
  return n38.__forward_ref__ = Bi, n38.toString = function() {
2975
2975
  return nr(this());
@@ -3000,10 +3000,10 @@ function xN(n38) {
3000
3000
  function RS(n38) {
3001
3001
  return n38 && (n38.hasOwnProperty(AS) || n38.hasOwnProperty(yN)) ? n38[AS] : null;
3002
3002
  }
3003
- var y4 = fi({ \u0275prov: fi });
3004
- var AS = fi({ \u0275inj: fi });
3005
- var w4 = fi({ ngInjectableDef: fi });
3006
- var yN = fi({ ngInjectorDef: fi });
3003
+ var y4 = mi({ \u0275prov: mi });
3004
+ var AS = mi({ \u0275inj: mi });
3005
+ var w4 = mi({ ngInjectableDef: mi });
3006
+ var yN = mi({ ngInjectorDef: mi });
3007
3007
  var Ge2 = class {
3008
3008
  constructor(t, o) {
3009
3009
  this._desc = t, this.ngMetadataName = "InjectionToken", this.\u0275prov = void 0, typeof o == "number" ? this.__NG_ELEMENT_ID__ = o : o !== void 0 && (this.\u0275prov = he2({ token: this, providedIn: o.providedIn || "root", factory: o.factory }));
@@ -3018,13 +3018,13 @@ var Ge2 = class {
3018
3018
  function C4(n38) {
3019
3019
  return n38 && !!n38.\u0275providers;
3020
3020
  }
3021
- var wN = fi({ \u0275cmp: fi });
3022
- var CN = fi({ \u0275dir: fi });
3023
- var IN = fi({ \u0275pipe: fi });
3024
- var SN = fi({ \u0275mod: fi });
3025
- var nf = fi({ \u0275fac: fi });
3026
- var Qp = fi({ __NG_ELEMENT_ID__: fi });
3027
- var PS = fi({ __NG_ENV_ID__: fi });
3021
+ var wN = mi({ \u0275cmp: mi });
3022
+ var CN = mi({ \u0275dir: mi });
3023
+ var IN = mi({ \u0275pipe: mi });
3024
+ var SN = mi({ \u0275mod: mi });
3025
+ var nf = mi({ \u0275fac: mi });
3026
+ var Qp = mi({ __NG_ELEMENT_ID__: mi });
3027
+ var PS = mi({ __NG_ENV_ID__: mi });
3028
3028
  function wc(n38) {
3029
3029
  return typeof n38 == "string" ? n38 : n38 == null ? "" : String(n38);
3030
3030
  }
@@ -3583,7 +3583,7 @@ function py(n38, t, o, e) {
3583
3583
  function h2(n38, t) {
3584
3584
  for (let o of n38) C4(o) && (o = o.\u0275providers), Array.isArray(o) ? h2(o, t) : t(o);
3585
3585
  }
3586
- var aL = fi({ provide: String, useValue: fi });
3586
+ var aL = mi({ provide: String, useValue: mi });
3587
3587
  function H4(n38) {
3588
3588
  return n38 !== null && typeof n38 == "object" && aL in n38;
3589
3589
  }
@@ -3606,14 +3606,14 @@ var Qx;
3606
3606
  function Ff() {
3607
3607
  return Qx === void 0 && (Qx = new sf()), Qx;
3608
3608
  }
3609
- var _i = class {
3609
+ var fi = class {
3610
3610
  };
3611
- var af = class extends _i {
3611
+ var af = class extends fi {
3612
3612
  get destroyed() {
3613
3613
  return this._destroyed;
3614
3614
  }
3615
3615
  constructor(t, o, e, i) {
3616
- super(), this.parent = o, this.source = e, this.scopes = i, this.records = /* @__PURE__ */ new Map(), this._ngOnDestroyHooks = /* @__PURE__ */ new Set(), this._onDestroyHooks = [], this._destroyed = false, gy(t, (s) => this.processProvider(s)), this.records.set(T4, Id(void 0, this)), i.has("environment") && this.records.set(_i, Id(void 0, this));
3616
+ super(), this.parent = o, this.source = e, this.scopes = i, this.records = /* @__PURE__ */ new Map(), this._ngOnDestroyHooks = /* @__PURE__ */ new Set(), this._onDestroyHooks = [], this._destroyed = false, gy(t, (s) => this.processProvider(s)), this.records.set(T4, Id(void 0, this)), i.has("environment") && this.records.set(fi, Id(void 0, this));
3617
3617
  let r = this.records.get(Vf);
3618
3618
  r != null && typeof r.value == "string" && this.scopes.add(r.value), this.injectorDefTypes = new Set(this.get(R4, Cr, kt2.Self));
3619
3619
  }
@@ -3829,13 +3829,13 @@ var la = class {
3829
3829
  function j4(n38, t, o, e) {
3830
3830
  t !== null ? t.applyValueToInputSignal(t, e) : n38[o] = e;
3831
3831
  }
3832
- function ui() {
3832
+ function di() {
3833
3833
  return $4;
3834
3834
  }
3835
3835
  function $4(n38) {
3836
3836
  return n38.type.prototype.ngOnChanges && (n38.setInput = wL), yL;
3837
3837
  }
3838
- ui.ngInherit = true;
3838
+ di.ngInherit = true;
3839
3839
  function yL() {
3840
3840
  let n38 = W4(this), t = n38?.current;
3841
3841
  if (t) {
@@ -6167,7 +6167,7 @@ var Vd = class extends If {
6167
6167
  let r = Ot2(null);
6168
6168
  try {
6169
6169
  i = i || this.ngModule;
6170
- let s = i instanceof _i ? i : i?.injector;
6170
+ let s = i instanceof fi ? i : i?.injector;
6171
6171
  s && this.componentDef.getStandaloneInjector !== null && (s = this.componentDef.getStandaloneInjector(s) || s);
6172
6172
  let a = s ? new vy(t, s) : t, l = a.get(fs, null);
6173
6173
  if (l === null) throw new be2(407, false);
@@ -6177,18 +6177,18 @@ var Vd = class extends If {
6177
6177
  I !== null && (F = T2(I, a, true));
6178
6178
  let L = N2(0, null, null, 1, 0, null, null, null, null, null, null), J = Yf(null, L, null, A, null, null, g, v, a, null, F);
6179
6179
  w2(J);
6180
- let te2, oe2, Ee = null;
6180
+ let te2, se, Ee = null;
6181
6181
  try {
6182
6182
  let Ce2 = this.componentDef, Ve2, Ne2 = null;
6183
6183
  Ce2.findHostDirectiveDefs ? (Ve2 = [], Ne2 = /* @__PURE__ */ new Map(), Ce2.findHostDirectiveDefs(Ce2, Ve2, Ne2), Ve2.push(Ce2)) : Ve2 = [Ce2];
6184
6184
  let tt2 = pz(J, I);
6185
- Ee = hz(tt2, I, Ce2, Ve2, J, g, v), oe2 = m2(L, Zi), I && fz(v, Ce2, I, e), o !== void 0 && _z(oe2, this.ngContentSelectors, o), te2 = mz(Ee, Ce2, Ve2, Ne2, J, [vz]), B2(L, J, null);
6185
+ Ee = hz(tt2, I, Ce2, Ve2, J, g, v), se = m2(L, Zi), I && fz(v, Ce2, I, e), o !== void 0 && _z(se, this.ngContentSelectors, o), te2 = mz(Ee, Ce2, Ve2, Ne2, J, [vz]), B2(L, J, null);
6186
6186
  } catch (Ce2) {
6187
6187
  throw Ee !== null && by(Ee), by(J), Ce2;
6188
6188
  } finally {
6189
6189
  C2();
6190
6190
  }
6191
- return new zy(this.componentType, te2, jd(oe2, J), J, oe2);
6191
+ return new zy(this.componentType, te2, jd(se, J), J, se);
6192
6192
  } finally {
6193
6193
  Ot2(r);
6194
6194
  }
@@ -6320,7 +6320,7 @@ var DD = class extends yz {
6320
6320
  }
6321
6321
  let l = s ? t : new Vd(Wa(t)), c = e || this.parentInjector;
6322
6322
  if (!r && l.ngModule == null) {
6323
- let A = (s ? c : this.parentInjector).get(_i, null);
6323
+ let A = (s ? c : this.parentInjector).get(fi, null);
6324
6324
  A && (r = A);
6325
6325
  }
6326
6326
  let d = Wa(l.componentType ?? {}), g = Cf(this._lContainer, d?.id ?? null), v = g?.firstChild ?? null, w = l.create(c, i, v, r);
@@ -6971,7 +6971,7 @@ function N(n38, t, o) {
6971
6971
  function X(n38, t) {
6972
6972
  return HD(n38, t, null, true), X;
6973
6973
  }
6974
- function pi(n38) {
6974
+ function ui(n38) {
6975
6975
  BD(xG, LD, n38, true);
6976
6976
  }
6977
6977
  function LD(n38, t) {
@@ -7236,14 +7236,14 @@ function VG(n38, t, o, e) {
7236
7236
  function WD(n38, t, o, e, i, r, s) {
7237
7237
  let a = Lf(e), c = n38.firstCreatePass && gD(n38), d = t[oo], g = hD(t), v = true;
7238
7238
  if (e.type & 3 || s) {
7239
- let A = lo(e, t), F = s ? s(A) : A, L = g.length, J = s ? (oe2) => s(ms(oe2[e.index])) : e.index, te2 = null;
7239
+ let A = lo(e, t), F = s ? s(A) : A, L = g.length, J = s ? (se) => s(ms(se[e.index])) : e.index, te2 = null;
7240
7240
  if (!s && a && (te2 = VG(n38, t, i, e.index)), te2 !== null) {
7241
- let oe2 = te2.__ngLastListenerFn__ || te2;
7242
- oe2.__ngNextListenerFn__ = r, te2.__ngLastListenerFn__ = r, v = false;
7241
+ let se = te2.__ngLastListenerFn__ || te2;
7242
+ se.__ngNextListenerFn__ = r, te2.__ngLastListenerFn__ = r, v = false;
7243
7243
  } else {
7244
7244
  r = p4(e, t, d, r), kG(A, i, r);
7245
- let oe2 = o.listen(F, i, r);
7246
- g.push(r, oe2), c && c.push(i, J, L, L + 1);
7245
+ let se = o.listen(F, i, r);
7246
+ g.push(r, se), c && c.push(i, J, L, L + 1);
7247
7247
  }
7248
7248
  } else r = p4(e, t, d, r);
7249
7249
  let w = e.outputs, I;
@@ -7494,7 +7494,7 @@ var jG = (() => {
7494
7494
  }
7495
7495
  }
7496
7496
  };
7497
- t.\u0275prov = he2({ token: t, providedIn: "environment", factory: () => new t(ve2(_i)) });
7497
+ t.\u0275prov = he2({ token: t, providedIn: "environment", factory: () => new t(ve2(fi)) });
7498
7498
  let n38 = t;
7499
7499
  return n38;
7500
7500
  })();
@@ -7582,11 +7582,11 @@ function rt2(n38, t, o) {
7582
7582
  let e = n38 + Zi, i = Ze2(), r = Hd(i, e);
7583
7583
  return hh(i, e) ? KD(i, rr(), t, r.transform, o, r) : r.transform(o);
7584
7584
  }
7585
- function qt(n38, t, o, e) {
7585
+ function _i(n38, t, o, e) {
7586
7586
  let i = n38 + Zi, r = Ze2(), s = Hd(r, i);
7587
7587
  return hh(r, i) ? YD(r, rr(), t, s.transform, o, e, s) : s.transform(o, e);
7588
7588
  }
7589
- function se(n38, t, o, e, i) {
7589
+ function oe2(n38, t, o, e, i) {
7590
7590
  let r = n38 + Zi, s = Ze2(), a = Hd(s, r);
7591
7591
  return hh(s, r) ? XD(s, rr(), t, a.transform, o, e, i, a) : a.transform(o, e, i);
7592
7592
  }
@@ -7774,7 +7774,7 @@ function tE(n38, t) {
7774
7774
  var Tr = (() => {
7775
7775
  let t = class t {
7776
7776
  constructor() {
7777
- this._bootstrapListeners = [], this._runningTick = false, this._destroyed = false, this._destroyListeners = [], this._views = [], this.internalErrorHandler = Dt2(gH), this.afterRenderManager = Dt2(nG), this.zonelessEnabled = Dt2(ID), this.dirtyFlags = 0, this.deferredDirtyFlags = 0, this.externalTestViews = /* @__PURE__ */ new Set(), this.beforeRender = new ue2(), this.afterTick = new ue2(), this.componentTypes = [], this.components = [], this.isStable = Dt2($f).hasPendingTasks.pipe(Ei((e) => !e)), this._injector = Dt2(_i);
7777
+ this._bootstrapListeners = [], this._runningTick = false, this._destroyed = false, this._destroyListeners = [], this._views = [], this.internalErrorHandler = Dt2(gH), this.afterRenderManager = Dt2(nG), this.zonelessEnabled = Dt2(ID), this.dirtyFlags = 0, this.deferredDirtyFlags = 0, this.externalTestViews = /* @__PURE__ */ new Set(), this.beforeRender = new ue2(), this.afterTick = new ue2(), this.componentTypes = [], this.components = [], this.isStable = Dt2($f).hasPendingTasks.pipe(Ei((e) => !e)), this._injector = Dt2(fi);
7778
7778
  }
7779
7779
  get allViews() {
7780
7780
  return [...this.externalTestViews.keys(), ...this._views];
@@ -8039,7 +8039,7 @@ var oj = (() => {
8039
8039
  function sj() {
8040
8040
  return typeof $localize < "u" && $localize.locale || Af;
8041
8041
  }
8042
- var Jt = new Ge2("", { providedIn: "root", factory: () => Dt2(Jt, kt2.Optional | kt2.SkipSelf) || sj() });
8042
+ var Zt2 = new Ge2("", { providedIn: "root", factory: () => Dt2(Zt2, kt2.Optional | kt2.SkipSelf) || sj() });
8043
8043
  var nE = new Ge2("", { providedIn: "root", factory: () => AG });
8044
8044
  var Z2 = new Ge2("");
8045
8045
  function Ym(n38) {
@@ -8065,7 +8065,7 @@ function aj(n38) {
8065
8065
  return ZG(e, o, () => {
8066
8066
  let r = t.get(eE);
8067
8067
  return r.runInitializers(), r.donePromise.then(() => {
8068
- let s = t.get(Jt, Af);
8068
+ let s = t.get(Zt2, Af);
8069
8069
  if (MG(s || Af), Ym(n38)) {
8070
8070
  let a = t.get(Tr);
8071
8071
  return n38.rootComponent !== void 0 && a.bootstrap(n38.rootComponent), a;
@@ -8686,12 +8686,12 @@ var Ej = /((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{
8686
8686
  var ma = function(n38) {
8687
8687
  return n38[n38.Short = 0] = "Short", n38[n38.ShortGMT = 1] = "ShortGMT", n38[n38.Long = 2] = "Long", n38[n38.Extended = 3] = "Extended", n38;
8688
8688
  }(ma || {});
8689
- var ti = function(n38) {
8690
- 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;
8691
- }(ti || {});
8692
8689
  var ei = function(n38) {
8693
- return n38[n38.DayPeriods = 0] = "DayPeriods", n38[n38.Days = 1] = "Days", n38[n38.Months = 2] = "Months", n38[n38.Eras = 3] = "Eras", n38;
8690
+ 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;
8694
8691
  }(ei || {});
8692
+ var Jt = function(n38) {
8693
+ return n38[n38.DayPeriods = 0] = "DayPeriods", n38[n38.Days = 1] = "Days", n38[n38.Months = 2] = "Months", n38[n38.Eras = 3] = "Eras", n38;
8694
+ }(Jt || {});
8695
8695
  function kc(n38, t, o, e) {
8696
8696
  let i = Oj(n38);
8697
8697
  t = ga(o, t) || t;
@@ -8783,29 +8783,29 @@ function Tj(n38, t) {
8783
8783
  function Ji(n38, t, o = 0, e = false, i = false) {
8784
8784
  return function(r, s) {
8785
8785
  let a = Rj(n38, r);
8786
- if ((o > 0 || a > -o) && (a += o), n38 === ti.Hours) a === 0 && o === -12 && (a = 12);
8787
- else if (n38 === ti.FractionalSeconds) return Tj(a, t);
8786
+ if ((o > 0 || a > -o) && (a += o), n38 === ei.Hours) a === 0 && o === -12 && (a = 12);
8787
+ else if (n38 === ei.FractionalSeconds) return Tj(a, t);
8788
8788
  let l = uo(s, en.MinusSign);
8789
8789
  return qo(a, t, l, e, i);
8790
8790
  };
8791
8791
  }
8792
8792
  function Rj(n38, t) {
8793
8793
  switch (n38) {
8794
- case ti.FullYear:
8794
+ case ei.FullYear:
8795
8795
  return t.getFullYear();
8796
- case ti.Month:
8796
+ case ei.Month:
8797
8797
  return t.getMonth();
8798
- case ti.Date:
8798
+ case ei.Date:
8799
8799
  return t.getDate();
8800
- case ti.Hours:
8800
+ case ei.Hours:
8801
8801
  return t.getHours();
8802
- case ti.Minutes:
8802
+ case ei.Minutes:
8803
8803
  return t.getMinutes();
8804
- case ti.Seconds:
8804
+ case ei.Seconds:
8805
8805
  return t.getSeconds();
8806
- case ti.FractionalSeconds:
8806
+ case ei.FractionalSeconds:
8807
8807
  return t.getMilliseconds();
8808
- case ti.Day:
8808
+ case ei.Day:
8809
8809
  return t.getDay();
8810
8810
  default:
8811
8811
  throw new Error(`Unknown DateType value "${n38}".`);
@@ -8818,11 +8818,11 @@ function Ci(n38, t, o = sr.Format, e = false) {
8818
8818
  }
8819
8819
  function Aj(n38, t, o, e, i, r) {
8820
8820
  switch (o) {
8821
- case ei.Months:
8821
+ case Jt.Months:
8822
8822
  return xj(t, i, e)[n38.getMonth()];
8823
- case ei.Days:
8823
+ case Jt.Days:
8824
8824
  return vj(t, i, e)[n38.getDay()];
8825
- case ei.DayPeriods:
8825
+ case Jt.DayPeriods:
8826
8826
  let s = n38.getHours(), a = n38.getMinutes();
8827
8827
  if (r) {
8828
8828
  let c = Cj(t), d = Ij(t, i, e), g = c.findIndex((v) => {
@@ -8837,7 +8837,7 @@ function Aj(n38, t, o, e, i, r) {
8837
8837
  if (g !== -1) return d[g];
8838
8838
  }
8839
8839
  return _j(t, i, e)[s < 12 ? 0 : 1];
8840
- case ei.Eras:
8840
+ case Jt.Eras:
8841
8841
  return yj(t, e)[n38.getFullYear() <= 0 ? 0 : 1];
8842
8842
  default:
8843
8843
  let l = o;
@@ -8898,25 +8898,25 @@ function kj(n38) {
8898
8898
  case "G":
8899
8899
  case "GG":
8900
8900
  case "GGG":
8901
- t = Ci(ei.Eras, vi.Abbreviated);
8901
+ t = Ci(Jt.Eras, vi.Abbreviated);
8902
8902
  break;
8903
8903
  case "GGGG":
8904
- t = Ci(ei.Eras, vi.Wide);
8904
+ t = Ci(Jt.Eras, vi.Wide);
8905
8905
  break;
8906
8906
  case "GGGGG":
8907
- t = Ci(ei.Eras, vi.Narrow);
8907
+ t = Ci(Jt.Eras, vi.Narrow);
8908
8908
  break;
8909
8909
  case "y":
8910
- t = Ji(ti.FullYear, 1, 0, false, true);
8910
+ t = Ji(ei.FullYear, 1, 0, false, true);
8911
8911
  break;
8912
8912
  case "yy":
8913
- t = Ji(ti.FullYear, 2, 0, true, true);
8913
+ t = Ji(ei.FullYear, 2, 0, true, true);
8914
8914
  break;
8915
8915
  case "yyy":
8916
- t = Ji(ti.FullYear, 3, 0, false, true);
8916
+ t = Ji(ei.FullYear, 3, 0, false, true);
8917
8917
  break;
8918
8918
  case "yyyy":
8919
- t = Ji(ti.FullYear, 4, 0, false, true);
8919
+ t = Ji(ei.FullYear, 4, 0, false, true);
8920
8920
  break;
8921
8921
  case "Y":
8922
8922
  t = o0(1);
@@ -8932,29 +8932,29 @@ function kj(n38) {
8932
8932
  break;
8933
8933
  case "M":
8934
8934
  case "L":
8935
- t = Ji(ti.Month, 1, 1);
8935
+ t = Ji(ei.Month, 1, 1);
8936
8936
  break;
8937
8937
  case "MM":
8938
8938
  case "LL":
8939
- t = Ji(ti.Month, 2, 1);
8939
+ t = Ji(ei.Month, 2, 1);
8940
8940
  break;
8941
8941
  case "MMM":
8942
- t = Ci(ei.Months, vi.Abbreviated);
8942
+ t = Ci(Jt.Months, vi.Abbreviated);
8943
8943
  break;
8944
8944
  case "MMMM":
8945
- t = Ci(ei.Months, vi.Wide);
8945
+ t = Ci(Jt.Months, vi.Wide);
8946
8946
  break;
8947
8947
  case "MMMMM":
8948
- t = Ci(ei.Months, vi.Narrow);
8948
+ t = Ci(Jt.Months, vi.Narrow);
8949
8949
  break;
8950
8950
  case "LLL":
8951
- t = Ci(ei.Months, vi.Abbreviated, sr.Standalone);
8951
+ t = Ci(Jt.Months, vi.Abbreviated, sr.Standalone);
8952
8952
  break;
8953
8953
  case "LLLL":
8954
- t = Ci(ei.Months, vi.Wide, sr.Standalone);
8954
+ t = Ci(Jt.Months, vi.Wide, sr.Standalone);
8955
8955
  break;
8956
8956
  case "LLLLL":
8957
- t = Ci(ei.Months, vi.Narrow, sr.Standalone);
8957
+ t = Ci(Jt.Months, vi.Narrow, sr.Standalone);
8958
8958
  break;
8959
8959
  case "w":
8960
8960
  t = nw(1);
@@ -8966,106 +8966,106 @@ function kj(n38) {
8966
8966
  t = nw(1, true);
8967
8967
  break;
8968
8968
  case "d":
8969
- t = Ji(ti.Date, 1);
8969
+ t = Ji(ei.Date, 1);
8970
8970
  break;
8971
8971
  case "dd":
8972
- t = Ji(ti.Date, 2);
8972
+ t = Ji(ei.Date, 2);
8973
8973
  break;
8974
8974
  case "c":
8975
8975
  case "cc":
8976
- t = Ji(ti.Day, 1);
8976
+ t = Ji(ei.Day, 1);
8977
8977
  break;
8978
8978
  case "ccc":
8979
- t = Ci(ei.Days, vi.Abbreviated, sr.Standalone);
8979
+ t = Ci(Jt.Days, vi.Abbreviated, sr.Standalone);
8980
8980
  break;
8981
8981
  case "cccc":
8982
- t = Ci(ei.Days, vi.Wide, sr.Standalone);
8982
+ t = Ci(Jt.Days, vi.Wide, sr.Standalone);
8983
8983
  break;
8984
8984
  case "ccccc":
8985
- t = Ci(ei.Days, vi.Narrow, sr.Standalone);
8985
+ t = Ci(Jt.Days, vi.Narrow, sr.Standalone);
8986
8986
  break;
8987
8987
  case "cccccc":
8988
- t = Ci(ei.Days, vi.Short, sr.Standalone);
8988
+ t = Ci(Jt.Days, vi.Short, sr.Standalone);
8989
8989
  break;
8990
8990
  case "E":
8991
8991
  case "EE":
8992
8992
  case "EEE":
8993
- t = Ci(ei.Days, vi.Abbreviated);
8993
+ t = Ci(Jt.Days, vi.Abbreviated);
8994
8994
  break;
8995
8995
  case "EEEE":
8996
- t = Ci(ei.Days, vi.Wide);
8996
+ t = Ci(Jt.Days, vi.Wide);
8997
8997
  break;
8998
8998
  case "EEEEE":
8999
- t = Ci(ei.Days, vi.Narrow);
8999
+ t = Ci(Jt.Days, vi.Narrow);
9000
9000
  break;
9001
9001
  case "EEEEEE":
9002
- t = Ci(ei.Days, vi.Short);
9002
+ t = Ci(Jt.Days, vi.Short);
9003
9003
  break;
9004
9004
  case "a":
9005
9005
  case "aa":
9006
9006
  case "aaa":
9007
- t = Ci(ei.DayPeriods, vi.Abbreviated);
9007
+ t = Ci(Jt.DayPeriods, vi.Abbreviated);
9008
9008
  break;
9009
9009
  case "aaaa":
9010
- t = Ci(ei.DayPeriods, vi.Wide);
9010
+ t = Ci(Jt.DayPeriods, vi.Wide);
9011
9011
  break;
9012
9012
  case "aaaaa":
9013
- t = Ci(ei.DayPeriods, vi.Narrow);
9013
+ t = Ci(Jt.DayPeriods, vi.Narrow);
9014
9014
  break;
9015
9015
  case "b":
9016
9016
  case "bb":
9017
9017
  case "bbb":
9018
- t = Ci(ei.DayPeriods, vi.Abbreviated, sr.Standalone, true);
9018
+ t = Ci(Jt.DayPeriods, vi.Abbreviated, sr.Standalone, true);
9019
9019
  break;
9020
9020
  case "bbbb":
9021
- t = Ci(ei.DayPeriods, vi.Wide, sr.Standalone, true);
9021
+ t = Ci(Jt.DayPeriods, vi.Wide, sr.Standalone, true);
9022
9022
  break;
9023
9023
  case "bbbbb":
9024
- t = Ci(ei.DayPeriods, vi.Narrow, sr.Standalone, true);
9024
+ t = Ci(Jt.DayPeriods, vi.Narrow, sr.Standalone, true);
9025
9025
  break;
9026
9026
  case "B":
9027
9027
  case "BB":
9028
9028
  case "BBB":
9029
- t = Ci(ei.DayPeriods, vi.Abbreviated, sr.Format, true);
9029
+ t = Ci(Jt.DayPeriods, vi.Abbreviated, sr.Format, true);
9030
9030
  break;
9031
9031
  case "BBBB":
9032
- t = Ci(ei.DayPeriods, vi.Wide, sr.Format, true);
9032
+ t = Ci(Jt.DayPeriods, vi.Wide, sr.Format, true);
9033
9033
  break;
9034
9034
  case "BBBBB":
9035
- t = Ci(ei.DayPeriods, vi.Narrow, sr.Format, true);
9035
+ t = Ci(Jt.DayPeriods, vi.Narrow, sr.Format, true);
9036
9036
  break;
9037
9037
  case "h":
9038
- t = Ji(ti.Hours, 1, -12);
9038
+ t = Ji(ei.Hours, 1, -12);
9039
9039
  break;
9040
9040
  case "hh":
9041
- t = Ji(ti.Hours, 2, -12);
9041
+ t = Ji(ei.Hours, 2, -12);
9042
9042
  break;
9043
9043
  case "H":
9044
- t = Ji(ti.Hours, 1);
9044
+ t = Ji(ei.Hours, 1);
9045
9045
  break;
9046
9046
  case "HH":
9047
- t = Ji(ti.Hours, 2);
9047
+ t = Ji(ei.Hours, 2);
9048
9048
  break;
9049
9049
  case "m":
9050
- t = Ji(ti.Minutes, 1);
9050
+ t = Ji(ei.Minutes, 1);
9051
9051
  break;
9052
9052
  case "mm":
9053
- t = Ji(ti.Minutes, 2);
9053
+ t = Ji(ei.Minutes, 2);
9054
9054
  break;
9055
9055
  case "s":
9056
- t = Ji(ti.Seconds, 1);
9056
+ t = Ji(ei.Seconds, 1);
9057
9057
  break;
9058
9058
  case "ss":
9059
- t = Ji(ti.Seconds, 2);
9059
+ t = Ji(ei.Seconds, 2);
9060
9060
  break;
9061
9061
  case "S":
9062
- t = Ji(ti.FractionalSeconds, 1);
9062
+ t = Ji(ei.FractionalSeconds, 1);
9063
9063
  break;
9064
9064
  case "SS":
9065
- t = Ji(ti.FractionalSeconds, 2);
9065
+ t = Ji(ei.FractionalSeconds, 2);
9066
9066
  break;
9067
9067
  case "SSS":
9068
- t = Ji(ti.FractionalSeconds, 3);
9068
+ t = Ji(ei.FractionalSeconds, 3);
9069
9069
  break;
9070
9070
  case "Z":
9071
9071
  case "ZZ":
@@ -9150,8 +9150,8 @@ function gw(n38, t, o, e, i, r, s = false) {
9150
9150
  if (r) {
9151
9151
  let J = r.match(Lj);
9152
9152
  if (J === null) throw new Error(`${r} is not a valid digit info`);
9153
- let te2 = J[1], oe2 = J[3], Ee = J[5];
9154
- te2 != null && (d = sw(te2)), oe2 != null && (g = sw(oe2)), Ee != null ? v = sw(Ee) : oe2 != null && g > v && (v = g);
9153
+ let te2 = J[1], se = J[3], Ee = J[5];
9154
+ te2 != null && (d = sw(te2)), se != null && (g = sw(se)), Ee != null ? v = sw(Ee) : se != null && g > v && (v = g);
9155
9155
  }
9156
9156
  $j(c, g, v);
9157
9157
  let w = c.digits, I = c.integerLen, A = c.exponent, F = [];
@@ -9467,7 +9467,7 @@ var DE = (() => {
9467
9467
  let n38 = t;
9468
9468
  return n38;
9469
9469
  })();
9470
- var ri = (() => {
9470
+ var ni = (() => {
9471
9471
  let t = class t {
9472
9472
  constructor(e, i, r) {
9473
9473
  this._ngEl = e, this._differs = i, this._renderer = r, this._ngStyle = null, this._differ = null;
@@ -9522,7 +9522,7 @@ var ke = (() => {
9522
9522
  };
9523
9523
  t.\u0275fac = function(i) {
9524
9524
  return new (i || t)(_(We2));
9525
- }, t.\u0275dir = U({ type: t, selectors: [["", "ngTemplateOutlet", ""]], inputs: { ngTemplateOutletContext: "ngTemplateOutletContext", ngTemplateOutlet: "ngTemplateOutlet", ngTemplateOutletInjector: "ngTemplateOutletInjector" }, standalone: true, features: [ui] });
9525
+ }, t.\u0275dir = U({ type: t, selectors: [["", "ngTemplateOutlet", ""]], inputs: { ngTemplateOutletContext: "ngTemplateOutletContext", ngTemplateOutlet: "ngTemplateOutlet", ngTemplateOutletInjector: "ngTemplateOutletInjector" }, standalone: true, features: [di] });
9526
9526
  let n38 = t;
9527
9527
  return n38;
9528
9528
  })();
@@ -9624,7 +9624,7 @@ var fn = (() => {
9624
9624
  }
9625
9625
  };
9626
9626
  t.\u0275fac = function(i) {
9627
- return new (i || t)(_(Jt, 16), _(Kj, 24), _(Yj, 24));
9627
+ return new (i || t)(_(Zt2, 16), _(Kj, 24), _(Yj, 24));
9628
9628
  }, t.\u0275pipe = Re2({ name: "date", type: t, pure: true, standalone: true });
9629
9629
  let n38 = t;
9630
9630
  return n38;
@@ -9646,7 +9646,7 @@ var Cs = (() => {
9646
9646
  }
9647
9647
  };
9648
9648
  t.\u0275fac = function(i) {
9649
- return new (i || t)(_(Jt, 16));
9649
+ return new (i || t)(_(Zt2, 16));
9650
9650
  }, t.\u0275pipe = Re2({ name: "number", type: t, pure: true, standalone: true });
9651
9651
  let n38 = t;
9652
9652
  return n38;
@@ -9668,7 +9668,7 @@ var Is = (() => {
9668
9668
  }
9669
9669
  };
9670
9670
  t.\u0275fac = function(i) {
9671
- return new (i || t)(_(Jt, 16));
9671
+ return new (i || t)(_(Zt2, 16));
9672
9672
  }, t.\u0275pipe = Re2({ name: "percent", type: t, pure: true, standalone: true });
9673
9673
  let n38 = t;
9674
9674
  return n38;
@@ -9692,7 +9692,7 @@ var go = (() => {
9692
9692
  }
9693
9693
  };
9694
9694
  t.\u0275fac = function(i) {
9695
- return new (i || t)(_(Jt, 16), _(nE, 16));
9695
+ return new (i || t)(_(Zt2, 16), _(nE, 16));
9696
9696
  }, t.\u0275pipe = Re2({ name: "currency", type: t, pure: true, standalone: true });
9697
9697
  let n38 = t;
9698
9698
  return n38;
@@ -10018,7 +10018,7 @@ var VE = (() => {
10018
10018
  }
10019
10019
  let a = Hx(s).pipe(Gx((c) => this.handler.handle(c)));
10020
10020
  if (e instanceof vh || r.observe === "events") return a;
10021
- let l = a.pipe(Zt2((c) => c instanceof Dw));
10021
+ let l = a.pipe(Xt((c) => c instanceof Dw));
10022
10022
  switch (r.observe || "body") {
10023
10023
  case "body":
10024
10024
  switch (s.responseType) {
@@ -11675,7 +11675,7 @@ var $r = (() => {
11675
11675
  };
11676
11676
  t.\u0275fac = function(i) {
11677
11677
  return new (i || t)(_(Jd, 9), _(Qo, 10), _(Hw, 10), _(Ii, 10), _(re, 8), _(Eh, 8));
11678
- }, t.\u0275dir = U({ type: t, selectors: [["", "ngModel", "", 3, "formControlName", "", 3, "formControl", ""]], inputs: { name: "name", isDisabled: [0, "disabled", "isDisabled"], model: [0, "ngModel", "model"], options: [0, "ngModelOptions", "options"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngModel"], features: [fe2([iU]), ne, ui] });
11678
+ }, t.\u0275dir = U({ type: t, selectors: [["", "ngModel", "", 3, "formControlName", "", 3, "formControl", ""]], inputs: { name: "name", isDisabled: [0, "disabled", "isDisabled"], model: [0, "ngModel", "model"], options: [0, "ngModelOptions", "options"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngModel"], features: [fe2([iU]), ne, di] });
11679
11679
  let n38 = t;
11680
11680
  return n38;
11681
11681
  })();
@@ -11741,7 +11741,7 @@ var va = (() => {
11741
11741
  };
11742
11742
  t._ngModelWarningSentOnce = false, t.\u0275fac = function(i) {
11743
11743
  return new (i || t)(_(Qo, 10), _(Hw, 10), _(Ii, 10), _(h5, 8), _(Eh, 8));
11744
- }, t.\u0275dir = U({ type: t, selectors: [["", "formControl", ""]], inputs: { form: [0, "formControl", "form"], isDisabled: [0, "disabled", "isDisabled"], model: [0, "ngModel", "model"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngForm"], features: [fe2([rU]), ne, ui] });
11744
+ }, t.\u0275dir = U({ type: t, selectors: [["", "formControl", ""]], inputs: { form: [0, "formControl", "form"], isDisabled: [0, "disabled", "isDisabled"], model: [0, "ngModel", "model"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngForm"], features: [fe2([rU]), ne, di] });
11745
11745
  let n38 = t;
11746
11746
  return n38;
11747
11747
  })();
@@ -11848,7 +11848,7 @@ var xa = (() => {
11848
11848
  })("reset", function() {
11849
11849
  return r.onReset();
11850
11850
  });
11851
- }, inputs: { form: [0, "formGroup", "form"] }, outputs: { ngSubmit: "ngSubmit" }, exportAs: ["ngForm"], features: [fe2([oU]), ne, ui] });
11851
+ }, inputs: { form: [0, "formGroup", "form"] }, outputs: { ngSubmit: "ngSubmit" }, exportAs: ["ngForm"], features: [fe2([oU]), ne, di] });
11852
11852
  let n38 = t;
11853
11853
  return n38;
11854
11854
  })();
@@ -12662,7 +12662,7 @@ var fl = new Set("left up arrowleft arrowup".split(" "));
12662
12662
  var Kw = /* @__PURE__ */ new Set(["+", "add", "\u2260", "\xB1", "="]);
12663
12663
  var Oh = /* @__PURE__ */ new Set([...Array.from(Ko), ...Array.from(Kw), "enter", "f2", "escape", "esc", "pagedown", "pageup"]);
12664
12664
  var Fc = /* @__PURE__ */ new Set([...Array.from(Ko), "escape", "esc", "l", "\xAC"]);
12665
- var Oc = (n38) => new di((t) => {
12665
+ var Oc = (n38) => new ci((t) => {
12666
12666
  let o = new (Qw())((i) => {
12667
12667
  t.next(i);
12668
12668
  });
@@ -12675,7 +12675,7 @@ var Q0 = (n38, t) => {
12675
12675
  for (let i of e) if (n38.has(i) ? o = n38.get(i) === t.get(i) : o = false, !o) break;
12676
12676
  return o;
12677
12677
  };
12678
- var Qt = (n38, t) => {
12678
+ var qt = (n38, t) => {
12679
12679
  let o = t?.split(".") ?? [], e = n38[o.shift()];
12680
12680
  return o.forEach((i) => {
12681
12681
  e && (e = e[i]);
@@ -12776,7 +12776,7 @@ var _l = class {
12776
12776
  for (; g < t.length; ) {
12777
12777
  let w = s ? s.getColumnByName(c[e].fieldName) : null, I = w?.dataType === QT || w?.dataType === K0, A = w?.dataType === KT || w?.dataType === K0, F = w?.dataType === YT, L = this.groupedRecordsByExpression(t, g, c[e], I, A, F), J = { expression: c[e], level: e, records: Ye(L), value: this.getFieldValue(L[0], c[e].fieldName, I, A), groupParent: i, groups: [], height: s ? s.renderedRowHeight : null, column: w };
12778
12778
  i ? i.groups.push(J) : a.push(J);
12779
- let te2 = _u(J), oe2 = d.find((Ve2) => fu(Ve2.hierarchy || [{ fieldName: J.expression.fieldName, value: J.value }], te2, c)), Ee = oe2 ? oe2.expanded : o.defaultExpanded, Ce2;
12779
+ let te2 = _u(J), se = d.find((Ve2) => fu(Ve2.hierarchy || [{ fieldName: J.expression.fieldName, value: J.value }], te2, c)), Ee = se ? se.expanded : o.defaultExpanded, Ce2;
12780
12780
  if (v.push(J), r.push(null), l.data.push(J), l.metadata.push(null), e < c.length - 1) Ce2 = this.groupDataRecursive(L, o, e + 1, J, Ee ? r : [], s, a, l), Ee && (v = v.concat(Ce2));
12781
12781
  else {
12782
12782
  for (let Ve2 of L) l.metadata.push(J), l.data.push(Ve2);
@@ -12787,7 +12787,7 @@ var _l = class {
12787
12787
  return v;
12788
12788
  }
12789
12789
  getFieldValue(t, o, e = false, i = false) {
12790
- let r = Qt(t, o), s = gl(r);
12790
+ let r = qt(t, o), s = gl(r);
12791
12791
  return s && e && i ? r = s : s && e && !i ? r = new Date(s.getFullYear(), s.getMonth(), s.getDate(), 0, 0, 0, 0) : s && i && !e && (r = new Date((/* @__PURE__ */ new Date()).setHours(s.getHours(), s.getMinutes(), s.getSeconds(), s.getMilliseconds()))), r;
12792
12792
  }
12793
12793
  groupedRecordsByExpression(t, o, e, i = false, r = false, s, a) {
@@ -13018,7 +13018,7 @@ var xu = class {
13018
13018
  let e = t.grid.gridAPI.filterDataByExpressions(o);
13019
13019
  e = t.grid.gridAPI.sortDataByExpressions(e, [{ fieldName: t.field, dir: He2.Asc, ignoreCase: t.sortingIgnoreCase }]);
13020
13020
  let i = t.field, r = e.map((s) => {
13021
- let a = Qt(s, i), l = t.formatter && this.shouldFormatFilterValues(t);
13021
+ let a = qt(s, i), l = t.formatter && this.shouldFormatFilterValues(t);
13022
13022
  return a = l ? t.formatter(a, s) : a, { value: a, label: this.getFilterItemLabel(t, a, !l, s) };
13023
13023
  });
13024
13024
  return r = this.getUniqueFilterItems(t, r), Promise.resolve(r);
@@ -13092,7 +13092,7 @@ var Hh = (() => {
13092
13092
  return d;
13093
13093
  }
13094
13094
  getFieldValue(e, i, r = false, s = false, a) {
13095
- let l = a?.getColumnByName(i), c = Qt(e, i);
13095
+ let l = a?.getColumnByName(i), c = qt(e, i);
13096
13096
  return c = l?.formatter && this.shouldFormatFilterValues(l) ? l.formatter(c, e) : c && (r || s) ? gl(c) : c, c;
13097
13097
  }
13098
13098
  };
@@ -13108,11 +13108,11 @@ var Rs = class extends xu {
13108
13108
  return this.filterImpl(t, o, e, void 0, i);
13109
13109
  }
13110
13110
  getFieldValue(t, o, e = false, i = false, r) {
13111
- let s = r?.getColumnByName(o), a = t, l = this.isHierarchicalFilterField(o) ? this.getHierarchicalFieldValue(a, o) : Qt(a.data, o);
13111
+ let s = r?.getColumnByName(o), a = t, l = this.isHierarchicalFilterField(o) ? this.getHierarchicalFieldValue(a, o) : qt(a.data, o);
13112
13112
  return l = s?.formatter && this.shouldFormatFilterValues(s) ? s.formatter(l, t.data) : l && (e || i) ? gl(l) : l, l;
13113
13113
  }
13114
13114
  getHierarchicalFieldValue(t, o) {
13115
- let e = Qt(t.data, o);
13115
+ let e = qt(t.data, o);
13116
13116
  return t.parent ? `${this.getHierarchicalFieldValue(t.parent, o)}${e ? `.[${e}]` : ""}` : `[${e}]`;
13117
13117
  }
13118
13118
  filterImpl(t, o, e, i, r) {
@@ -13139,7 +13139,7 @@ var Rs = class extends xu {
13139
13139
  }
13140
13140
  getHierarchicalFilterItems(t, o, e) {
13141
13141
  return t?.map((i) => {
13142
- let r = Qt(i.data, o.field), s = o.formatter && this.shouldFormatFilterValues(o);
13142
+ let r = qt(i.data, o.field), s = o.formatter && this.shouldFormatFilterValues(o);
13143
13143
  r = s ? o.formatter(r, i.data) : r;
13144
13144
  let l = { value: e ? r || r === 0 ? `${e.value}.[${r}]` : r : `[${r}]` };
13145
13145
  return l.label = this.getFilterItemLabel(o, r, !s, i.data), l.children = this.getHierarchicalFilterItems(i.children, o, l), l;
@@ -13256,7 +13256,7 @@ var wu = class {
13256
13256
  let l = a.filter((c) => c.headerType === Et2.ColumnHeader && !c.skip).sort((c, d) => c.startIndex - d.startIndex).sort((c, d) => c.pinnedIndex - d.pinnedIndex);
13257
13257
  o.data = l.reduce((c, d) => {
13258
13258
  if (!d.skip) {
13259
- let g = Qt(o.data, d.field), v = d.formatter && !d.skipFormatter && o.type !== xt2.GroupedRecord;
13259
+ let g = qt(o.data, d.field), v = d.formatter && !d.skipFormatter && o.type !== xt2.GroupedRecord;
13260
13260
  (d.dataType === "date" || d.dataType === "dateTime" || d.dataType === "time") && o.type !== xt2.SummaryRecord && o.type !== xt2.GroupedRecord && !(g instanceof Date) && !v && g !== void 0 && g !== null ? g = new Date(g) : d.dataType === "string" && g instanceof Date && (g = g.toString());
13261
13261
  let I = v ? d.formatter(g, o.data) : g;
13262
13262
  this.isPivotGridExport && !isNaN(parseFloat(I)) && (I = parseFloat(I)), c[d.field] = I;
@@ -13480,9 +13480,9 @@ var wu = class {
13480
13480
  if (!o) return;
13481
13481
  let a = "", l = this._ownersMap.get(Ur).columns.filter((c) => c.headerType === Et2.ColumnHeader && !c.skip).sort((c, d) => c.startIndex - d.startIndex).sort((c, d) => c.pinnedIndex - d.pinnedIndex)[0].field;
13482
13482
  for (let c of o) {
13483
- let d = c.value, g = i ? As : `${Zw}${++this.rowIslandCounter}`, v = _u(c), w = e.expansion.find((oe2) => fu(oe2.hierarchy || [{ fieldName: c.expression.fieldName, value: d }], v, t.groupingExpressions)), I = w ? w.expanded : e.defaultExpanded;
13483
+ let d = c.value, g = i ? As : `${Zw}${++this.rowIslandCounter}`, v = _u(c), w = e.expansion.find((se) => fu(se.hierarchy || [{ fieldName: c.expression.fieldName, value: d }], v, t.groupingExpressions)), I = w ? w.expanded : e.defaultExpanded;
13484
13484
  if (d instanceof Date) {
13485
- let oe2 = d.getTimezoneOffset() * 6e4, Ee = new Date(d - oe2).toISOString();
13485
+ let se = d.getTimezoneOffset() * 6e4, Ee = new Date(d - se).toISOString();
13486
13486
  d = new fn(t.locale).transform(Ee);
13487
13487
  }
13488
13488
  let F = c.column && c.column.header ? c.column.header : c.expression.fieldName;
@@ -13490,10 +13490,10 @@ var wu = class {
13490
13490
  let L = { data: { [l]: `${F}: ${d ?? "(Blank)"} (${c.records.length})` }, level: c.level, hidden: !r, type: xt2.GroupedRecord, hierarchicalOwner: g };
13491
13491
  this.flatRecords.push(L);
13492
13492
  let J = "", te2 = "";
13493
- if (this._setChildSummaries && (J = `'${c.expression.fieldName}': '${d}'`, s = s.filter((oe2) => oe2 !== a), a = J, s.push(J), te2 = `{ ${s.join(", ")} }`, L.summaryKey = te2), c.groups.length > 0) this.addGroupedData(t, c.groups, e, false, I && r, s);
13493
+ if (this._setChildSummaries && (J = `'${c.expression.fieldName}': '${d}'`, s = s.filter((se) => se !== a), a = J, s.push(J), te2 = `{ ${s.join(", ")} }`, L.summaryKey = te2), c.groups.length > 0) this.addGroupedData(t, c.groups, e, false, I && r, s);
13494
13494
  else {
13495
- let oe2 = c.records;
13496
- for (let Ee of oe2) {
13495
+ let se = c.records;
13496
+ for (let Ee of se) {
13497
13497
  let Ce2 = { data: Ee, level: c.level + 1, hidden: !(I && r), type: xt2.DataRecord, hierarchicalOwner: g };
13498
13498
  te2 && (Ce2.summaryKey = te2), this.flatRecords.push(Ce2);
13499
13499
  }
@@ -13784,9 +13784,9 @@ var o6 = n62(s1, 0);
13784
13784
  var gPe = o6.b;
13785
13785
  var tC = o6.r;
13786
13786
  var i1 = new Mr(32768);
13787
- for (ii = 0; ii < 32768; ++ii) Ca = (ii & 43690) >> 1 | (ii & 21845) << 1, Ca = (Ca & 52428) >> 2 | (Ca & 13107) << 2, Ca = (Ca & 61680) >> 4 | (Ca & 3855) << 4, i1[ii] = ((Ca & 65280) >> 8 | (Ca & 255) << 8) >> 1;
13787
+ for (ti = 0; ti < 32768; ++ti) Ca = (ti & 43690) >> 1 | (ti & 21845) << 1, Ca = (Ca & 52428) >> 2 | (Ca & 13107) << 2, Ca = (Ca & 61680) >> 4 | (Ca & 3855) << 4, i1[ti] = ((Ca & 65280) >> 8 | (Ca & 255) << 8) >> 1;
13788
13788
  var Ca;
13789
- var ii;
13789
+ var ti;
13790
13790
  var Du = function(n38, t, o) {
13791
13791
  for (var e = n38.length, i = 0, r = new Mr(t); i < e; ++i) n38[i] && ++r[n38[i] - 1];
13792
13792
  var s = new Mr(t);
@@ -13800,17 +13800,17 @@ var Du = function(n38, t, o) {
13800
13800
  return a;
13801
13801
  };
13802
13802
  var vl = new wn(288);
13803
- for (ii = 0; ii < 144; ++ii) vl[ii] = 8;
13804
- var ii;
13805
- for (ii = 144; ii < 256; ++ii) vl[ii] = 9;
13806
- var ii;
13807
- for (ii = 256; ii < 280; ++ii) vl[ii] = 7;
13808
- var ii;
13809
- for (ii = 280; ii < 288; ++ii) vl[ii] = 8;
13810
- var ii;
13803
+ for (ti = 0; ti < 144; ++ti) vl[ti] = 8;
13804
+ var ti;
13805
+ for (ti = 144; ti < 256; ++ti) vl[ti] = 9;
13806
+ var ti;
13807
+ for (ti = 256; ti < 280; ++ti) vl[ti] = 7;
13808
+ var ti;
13809
+ for (ti = 280; ti < 288; ++ti) vl[ti] = 8;
13810
+ var ti;
13811
13811
  var Gh = new wn(32);
13812
- for (ii = 0; ii < 32; ++ii) Gh[ii] = 5;
13813
- var ii;
13812
+ for (ti = 0; ti < 32; ++ti) Gh[ti] = 5;
13813
+ var ti;
13814
13814
  var s6 = Du(vl, 9, 0);
13815
13815
  var a6 = Du(Gh, 5, 0);
13816
13816
  var oC = function(n38) {
@@ -13864,8 +13864,8 @@ var e1 = function(n38, t) {
13864
13864
  w[te2] < t ? A -= 1 << t - w[te2]++ - 1 : ++e;
13865
13865
  }
13866
13866
  for (; e >= 0 && A; --e) {
13867
- var oe2 = r[e].s;
13868
- w[oe2] == t && (--w[oe2], ++A);
13867
+ var se = r[e].s;
13868
+ w[se] == t && (--w[se], ++A);
13869
13869
  }
13870
13870
  I = t;
13871
13871
  }
@@ -13904,21 +13904,21 @@ var aC = function(n38, t, o) {
13904
13904
  };
13905
13905
  var nC = function(n38, t, o, e, i, r, s, a, l, c, d) {
13906
13906
  Ps(t, d++, o), ++i[256];
13907
- for (var g = e1(i, 15), v = g.t, w = g.l, I = e1(r, 15), A = I.t, F = I.l, L = iC(v), J = L.c, te2 = L.n, oe2 = iC(A), Ee = oe2.c, Ce2 = oe2.n, Ve2 = new Mr(19), Ne2 = 0; Ne2 < J.length; ++Ne2) ++Ve2[J[Ne2] & 31];
13907
+ for (var g = e1(i, 15), v = g.t, w = g.l, I = e1(r, 15), A = I.t, F = I.l, L = iC(v), J = L.c, te2 = L.n, se = iC(A), Ee = se.c, Ce2 = se.n, Ve2 = new Mr(19), Ne2 = 0; Ne2 < J.length; ++Ne2) ++Ve2[J[Ne2] & 31];
13908
13908
  for (var Ne2 = 0; Ne2 < Ee.length; ++Ne2) ++Ve2[Ee[Ne2] & 31];
13909
- for (var tt2 = e1(Ve2, 7), ci = tt2.t, Gn = tt2.l, yi = 19; yi > 4 && !ci[eC[yi - 1]]; --yi) ;
13910
- var jn = c + 5 << 3, Xi = bu(i, vl) + bu(r, Gh) + s, cn = bu(i, v) + bu(r, A) + s + 14 + 3 * yi + bu(Ve2, ci) + 2 * Ve2[16] + 3 * Ve2[17] + 7 * Ve2[18];
13909
+ for (var tt2 = e1(Ve2, 7), li = tt2.t, Gn = tt2.l, yi = 19; yi > 4 && !li[eC[yi - 1]]; --yi) ;
13910
+ var jn = c + 5 << 3, Xi = bu(i, vl) + bu(r, Gh) + s, cn = bu(i, v) + bu(r, A) + s + 14 + 3 * yi + bu(Ve2, li) + 2 * Ve2[16] + 3 * Ve2[17] + 7 * Ve2[18];
13911
13911
  if (l >= 0 && jn <= Xi && jn <= cn) return aC(t, d, n38.subarray(l, l + c));
13912
13912
  var Pe2, Me, Qe2, _t2;
13913
13913
  if (Ps(t, d, 1 + (cn < Xi)), d += 2, cn < Xi) {
13914
13914
  Pe2 = Du(v, w, 0), Me = v, Qe2 = Du(A, F, 0), _t2 = A;
13915
- var Hi = Du(ci, Gn, 0);
13915
+ var Hi = Du(li, Gn, 0);
13916
13916
  Ps(t, d, te2 - 257), Ps(t, d + 5, Ce2 - 1), Ps(t, d + 10, yi - 4), d += 14;
13917
- for (var Ne2 = 0; Ne2 < yi; ++Ne2) Ps(t, d + 3 * Ne2, ci[eC[Ne2]]);
13917
+ for (var Ne2 = 0; Ne2 < yi; ++Ne2) Ps(t, d + 3 * Ne2, li[eC[Ne2]]);
13918
13918
  d += 3 * yi;
13919
13919
  for (var Wi = [J, Ee], dn = 0; dn < 2; ++dn) for (var er = Wi[dn], Ne2 = 0; Ne2 < er.length; ++Ne2) {
13920
13920
  var zt2 = er[Ne2] & 31;
13921
- Ps(t, d, Hi[zt2]), d += ci[zt2], zt2 > 15 && (Ps(t, d, er[Ne2] >> 5 & 127), d += er[Ne2] >> 12);
13921
+ Ps(t, d, Hi[zt2]), d += li[zt2], zt2 > 15 && (Ps(t, d, er[Ne2] >> 5 & 127), d += er[Ne2] >> 12);
13922
13922
  }
13923
13923
  } else Pe2 = s6, Me = vl, Qe2 = a6, _t2 = Gh;
13924
13924
  for (var Ne2 = 0; Ne2 < a; ++Ne2) {
@@ -13940,12 +13940,12 @@ var c6 = function(n38, t, o, e, i, r) {
13940
13940
  d && (l[0] = r.r >> 3);
13941
13941
  for (var g = l6[t - 1], v = g >> 13, w = g & 8191, I = (1 << o) - 1, A = r.p || new Mr(32768), F = r.h || new Mr(I + 1), L = Math.ceil(o / 3), J = 2 * L, te2 = function(_x) {
13942
13942
  return (n38[_x] ^ n38[_x + 1] << L ^ n38[_x + 2] << J) & I;
13943
- }, oe2 = new r1(25e3), Ee = new Mr(288), Ce2 = new Mr(32), Ve2 = 0, Ne2 = 0, tt2 = r.i || 0, ci = 0, Gn = r.w || 0, yi = 0; tt2 + 2 < s; ++tt2) {
13943
+ }, se = new r1(25e3), Ee = new Mr(288), Ce2 = new Mr(32), Ve2 = 0, Ne2 = 0, tt2 = r.i || 0, li = 0, Gn = r.w || 0, yi = 0; tt2 + 2 < s; ++tt2) {
13944
13944
  var jn = te2(tt2), Xi = tt2 & 32767, cn = F[jn];
13945
13945
  if (A[Xi] = cn, F[jn] = Xi, Gn <= tt2) {
13946
13946
  var Pe2 = s - tt2;
13947
- if ((Ve2 > 7e3 || ci > 24576) && (Pe2 > 423 || !c)) {
13948
- d = nC(n38, l, 0, oe2, Ee, Ce2, Ne2, ci, yi, tt2 - yi, d), ci = Ve2 = Ne2 = 0, yi = tt2;
13947
+ if ((Ve2 > 7e3 || li > 24576) && (Pe2 > 423 || !c)) {
13948
+ d = nC(n38, l, 0, se, Ee, Ce2, Ne2, li, yi, tt2 - yi, d), li = Ve2 = Ne2 = 0, yi = tt2;
13949
13949
  for (var Me = 0; Me < 286; ++Me) Ee[Me] = 0;
13950
13950
  for (var Me = 0; Me < 30; ++Me) Ce2[Me] = 0;
13951
13951
  }
@@ -13964,14 +13964,14 @@ var c6 = function(n38, t, o, e, i, r) {
13964
13964
  Xi = cn, cn = A[Xi], Wi += Xi - cn & 32767;
13965
13965
  }
13966
13966
  if (_t2) {
13967
- oe2[ci++] = 268435456 | t1[Qe2] << 18 | tC[_t2];
13967
+ se[li++] = 268435456 | t1[Qe2] << 18 | tC[_t2];
13968
13968
  var dd = t1[Qe2] & 31, A3 = tC[_t2] & 31;
13969
13969
  Ne2 += o1[dd] + s1[A3], ++Ee[257 + dd], ++Ce2[A3], Gn = tt2 + Qe2, ++Ve2;
13970
- } else oe2[ci++] = n38[tt2], ++Ee[n38[tt2]];
13970
+ } else se[li++] = n38[tt2], ++Ee[n38[tt2]];
13971
13971
  }
13972
13972
  }
13973
- for (tt2 = Math.max(tt2, Gn); tt2 < s; ++tt2) oe2[ci++] = n38[tt2], ++Ee[n38[tt2]];
13974
- d = nC(n38, l, c, oe2, Ee, Ce2, Ne2, ci, yi, tt2 - yi, d), c || (r.r = d & 7 | l[d / 8 | 0] << 3, d -= 7, r.h = F, r.p = A, r.i = tt2, r.w = Gn);
13973
+ for (tt2 = Math.max(tt2, Gn); tt2 < s; ++tt2) se[li++] = n38[tt2], ++Ee[n38[tt2]];
13974
+ d = nC(n38, l, c, se, Ee, Ce2, Ne2, li, yi, tt2 - yi, d), c || (r.r = d & 7 | l[d / 8 | 0] << 3, d -= 7, r.h = F, r.p = A, r.i = tt2, r.w = Gn);
13975
13975
  } else {
13976
13976
  for (var tt2 = r.w || 0; tt2 < s + c; tt2 += 65535) {
13977
13977
  var fx = tt2 + 65535;
@@ -14137,12 +14137,12 @@ function h6(n38, t, o) {
14137
14137
  var F = new wn(a + 22), L = s, J = a - s;
14138
14138
  a = 0;
14139
14139
  for (var te2 = 0; te2 < l; ++te2) {
14140
- var oe2 = c[te2];
14140
+ var se = c[te2];
14141
14141
  try {
14142
- var Ee = oe2.c.length;
14143
- t6(F, a, oe2, oe2.f, oe2.u, Ee);
14144
- var Ce2 = 30 + oe2.f.length + rC(oe2.extra), Ve2 = a + Ce2;
14145
- F.set(oe2.c, Ve2), t6(F, s, oe2, oe2.f, oe2.u, Ee, a, oe2.m), s += 16 + Ce2 + (oe2.m ? oe2.m.length : 0), a = Ve2 + Ee;
14142
+ var Ee = se.c.length;
14143
+ t6(F, a, se, se.f, se.u, Ee);
14144
+ var Ce2 = 30 + se.f.length + rC(se.extra), Ve2 = a + Ce2;
14145
+ F.set(se.c, Ve2), t6(F, s, se, se.f, se.u, Ee, a, se.m), s += 16 + Ce2 + (se.m ? se.m.length : 0), a = Ve2 + Ee;
14146
14146
  } catch (Ne2) {
14147
14147
  return v(Ne2, null);
14148
14148
  }
@@ -14151,22 +14151,22 @@ function h6(n38, t, o) {
14151
14151
  };
14152
14152
  r || w();
14153
14153
  for (var I = function(F) {
14154
- var L = i[F], J = e[L], te2 = J[0], oe2 = J[1], Ee = SQ(), Ce2 = te2.length;
14154
+ var L = i[F], J = e[L], te2 = J[0], se = J[1], Ee = SQ(), Ce2 = te2.length;
14155
14155
  Ee.p(te2);
14156
- var Ve2 = cr(L), Ne2 = Ve2.length, tt2 = oe2.comment, ci = tt2 && cr(tt2), Gn = ci && ci.length, yi = rC(oe2.extra), jn = oe2.level == 0 ? 0 : 8, Xi = function(cn, Pe2) {
14156
+ var Ve2 = cr(L), Ne2 = Ve2.length, tt2 = se.comment, li = tt2 && cr(tt2), Gn = li && li.length, yi = rC(se.extra), jn = se.level == 0 ? 0 : 8, Xi = function(cn, Pe2) {
14157
14157
  if (cn) g(), v(cn, null);
14158
14158
  else {
14159
14159
  var Me = Pe2.length;
14160
- c[F] = cC(oe2, { size: Ce2, crc: Ee.d(), c: Pe2, f: Ve2, m: ci, u: Ne2 != L.length || ci && tt2.length != Gn, compression: jn }), s += 30 + Ne2 + yi + Me, a += 76 + 2 * (Ne2 + yi) + (Gn || 0) + Me, --r || w();
14160
+ c[F] = cC(se, { size: Ce2, crc: Ee.d(), c: Pe2, f: Ve2, m: li, u: Ne2 != L.length || li && tt2.length != Gn, compression: jn }), s += 30 + Ne2 + yi + Me, a += 76 + 2 * (Ne2 + yi) + (Gn || 0) + Me, --r || w();
14161
14161
  }
14162
14162
  };
14163
14163
  if (Ne2 > 65535 && Xi(Eu(11, 0, 1), null), !jn) Xi(null, te2);
14164
14164
  else if (Ce2 < 16e4) try {
14165
- Xi(null, dC(te2, oe2));
14165
+ Xi(null, dC(te2, se));
14166
14166
  } catch (cn) {
14167
14167
  Xi(cn, null);
14168
14168
  }
14169
- else d.push(RQ(te2, oe2, Xi));
14169
+ else d.push(RQ(te2, se, Xi));
14170
14170
  }, A = 0; A < l; ++A) I(A);
14171
14171
  return g;
14172
14172
  }
@@ -14179,7 +14179,7 @@ var zi = function(n38) {
14179
14179
  var xi = function(n38) {
14180
14180
  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;
14181
14181
  }(xi || {});
14182
- var ni = (() => {
14182
+ var ii = (() => {
14183
14183
  let t = class t10 {
14184
14184
  static getRels() {
14185
14185
  return t10.XML_STRING + '<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>';
@@ -14255,28 +14255,28 @@ ${g}</worksheet>`;
14255
14255
  })();
14256
14256
  var a1 = class {
14257
14257
  writeElement(t) {
14258
- t[".rels"] = cr(ni.getRels());
14258
+ t[".rels"] = cr(ii.getRels());
14259
14259
  }
14260
14260
  };
14261
14261
  var l1 = class {
14262
14262
  writeElement(t, o) {
14263
- t["app.xml"] = cr(ni.getApp(o.options.worksheetName));
14263
+ t["app.xml"] = cr(ii.getApp(o.options.worksheetName));
14264
14264
  }
14265
14265
  };
14266
14266
  var c1 = class {
14267
14267
  writeElement(t) {
14268
- t["core.xml"] = cr(ni.getCore());
14268
+ t["core.xml"] = cr(ii.getCore());
14269
14269
  }
14270
14270
  };
14271
14271
  var d1 = class {
14272
14272
  writeElement(t, o) {
14273
14273
  let e = !o.isEmpty || o.options.alwaysExportHeaders;
14274
- t["workbook.xml.rels"] = cr(ni.getWorkbookRels(e));
14274
+ t["workbook.xml.rels"] = cr(ii.getWorkbookRels(e));
14275
14275
  }
14276
14276
  };
14277
14277
  var u1 = class {
14278
14278
  writeElement(t) {
14279
- t["theme1.xml"] = cr(ni.getTheme());
14279
+ t["theme1.xml"] = cr(ii.getTheme());
14280
14280
  }
14281
14281
  };
14282
14282
  var v1 = (() => {
@@ -14291,7 +14291,7 @@ var v1 = (() => {
14291
14291
  return new Promise((r) => {
14292
14292
  this.prepareDataAsync(i, (s, a) => {
14293
14293
  let l = (!i.isEmpty || i.options.alwaysExportHeaders) && i.options.exportAsTable;
14294
- e["sheet1.xml"] = cr(ni.getSheetXML(this.dimension, this.freezePane, s, a, l, this.maxOutlineLevel, i.isHierarchical)), r();
14294
+ e["sheet1.xml"] = cr(ii.getSheetXML(this.dimension, this.freezePane, s, a, l, this.maxOutlineLevel, i.isHierarchical)), r();
14295
14295
  });
14296
14296
  });
14297
14297
  });
@@ -14311,26 +14311,26 @@ var v1 = (() => {
14311
14311
  let L = this.pivotGridRowHeadersMap.get(this.rowIndex) ?? "";
14312
14312
  this.sheetData += `<row r="${this.rowIndex}"${this.rowHeight}>${L}`;
14313
14313
  let J = a.columns.filter((te2) => te2.headerType !== Et2.RowHeader && te2.headerType !== Et2.MultiRowHeader && te2.headerType !== Et2.PivotRowHeader && te2.headerType !== Et2.PivotMergedHeader);
14314
- w = c ? J.filter((te2) => (te2.level < F && te2.headerType !== Et2.MultiColumnHeader || te2.level === F) && te2.columnSpan > 0 && !te2.skip).sort((te2, oe2) => te2.startIndex - oe2.startIndex).sort((te2, oe2) => te2.pinnedIndex - oe2.pinnedIndex) : g ? J.filter((te2) => !te2.skip) : J.filter((te2) => !te2.skip).sort((te2, oe2) => te2.startIndex - oe2.startIndex).sort((te2, oe2) => te2.pinnedIndex - oe2.pinnedIndex), this.printHeaders(e, w, F, false), this.sheetData += "</row>";
14314
+ w = c ? J.filter((te2) => (te2.level < F && te2.headerType !== Et2.MultiColumnHeader || te2.level === F) && te2.columnSpan > 0 && !te2.skip).sort((te2, se) => te2.startIndex - se.startIndex).sort((te2, se) => te2.pinnedIndex - se.pinnedIndex) : g ? J.filter((te2) => !te2.skip) : J.filter((te2) => !te2.skip).sort((te2, se) => te2.startIndex - se.startIndex).sort((te2, se) => te2.pinnedIndex - se.pinnedIndex), this.printHeaders(e, w, F, false), this.sheetData += "</row>";
14315
14315
  }
14316
14316
  let I = e.options.ignoreMultiColumnHeaders ? 0 : a.maxLevel, A = e.options.freezeHeaders ? 2 + I : 1;
14317
14317
  if (l) {
14318
14318
  let F = e.options.columnWidth ? e.options.columnWidth : 20;
14319
14319
  if (r += `<cols><col min="1" max="${e.columnCount}" width="${F}" customWidth="1"/>`, e.options.freezeHeaders) {
14320
- let L = ni.getExcelColumn(0) + A;
14320
+ let L = ii.getExcelColumn(0) + A;
14321
14321
  this.freezePane = `<pane xSplit="0" ySplit="${A - 1}"
14322
14322
  topLeftCell="${L}" activePane="topRight" state="frozen"/>`;
14323
14323
  }
14324
14324
  } else {
14325
14325
  let F = e.hasSummaries ? e.columnCount + 1 : e.columnCount - 1;
14326
- if (this.dimension = "A1:" + ni.getExcelColumn(F) + e.rowCount, r += "<cols>", c) r += `<col min="1" max="${e.columnCount}" width="15" customWidth="1"/>`;
14327
- else for (let oe2 = 0; oe2 < e.columnCount; oe2++) {
14328
- let Ee = s.columnWidths[oe2], Ce2 = e.options.columnWidth !== void 0 ? e.options.columnWidth : Math.max(Ee / 96 * 14.4, t10.MIN_WIDTH);
14329
- Ce2 > 0 || (Ce2 = t10.MIN_WIDTH), r += `<col min="${oe2 + 1}" max="${oe2 + 1}" width="${Ce2}" customWidth="1"/>`;
14326
+ if (this.dimension = "A1:" + ii.getExcelColumn(F) + e.rowCount, r += "<cols>", c) r += `<col min="1" max="${e.columnCount}" width="15" customWidth="1"/>`;
14327
+ else for (let se = 0; se < e.columnCount; se++) {
14328
+ let Ee = s.columnWidths[se], Ce2 = e.options.columnWidth !== void 0 ? e.options.columnWidth : Math.max(Ee / 96 * 14.4, t10.MIN_WIDTH);
14329
+ Ce2 > 0 || (Ce2 = t10.MIN_WIDTH), r += `<col min="${se + 1}" max="${se + 1}" width="${Ce2}" customWidth="1"/>`;
14330
14330
  }
14331
- let L = e.indexOfLastPinnedColumn, J = L + 1, te2 = ni.getExcelColumn(J) + A;
14331
+ let L = e.indexOfLastPinnedColumn, J = L + 1, te2 = ii.getExcelColumn(J) + A;
14332
14332
  L !== void 0 && L !== -1 && !e.options.ignorePinning && !e.options.ignoreColumnsOrder ? this.freezePane = `<pane xSplit="${J}" ySplit="${A - 1}"
14333
- topLeftCell="${te2}" activePane="topRight" state="frozen"/>` : e.options.freezeHeaders && (te2 = ni.getExcelColumn(0) + A, this.freezePane = `<pane xSplit="0" ySplit="${A - 1}"
14333
+ topLeftCell="${te2}" activePane="topRight" state="frozen"/>` : e.options.freezeHeaders && (te2 = ii.getExcelColumn(0) + A, this.freezePane = `<pane xSplit="0" ySplit="${A - 1}"
14334
14334
  topLeftCell="${te2}" activePane="topRight" state="frozen"/>`);
14335
14335
  }
14336
14336
  e.hasSummaries && (r += `<col min="${e.columnCount + 2}" max="${e.columnCount + 2}" hidden="1"/>`), r += "</cols>", this.processDataRecordsAsync(e, (F) => {
@@ -14369,11 +14369,11 @@ var v1 = (() => {
14369
14369
  for (let I of v) {
14370
14370
  if (I.level === a) {
14371
14371
  let A;
14372
- A = ni.getExcelColumn(w) + this.rowIndex;
14372
+ A = ii.getExcelColumn(w) + this.rowIndex;
14373
14373
  let F = e.dataDictionary.saveValue(I.header, true);
14374
14374
  if (g += `<c r="${A}" s="3" t="s"><v>${F}</v></c>`, a !== s.maxLevel) {
14375
- if (this.mergeCellsCounter++, this.mergeCellStr += ` <mergeCell ref="${A}:`, I.headerType === Et2.ColumnHeader) A = ni.getExcelColumn(w) + (this.rowIndex + s.maxLevel - I.level);
14376
- else for (let L = 1; L < I.columnSpan; L++) A = ni.getExcelColumn(w + L) + this.rowIndex, g += `<c r="${A}" s="3" />`;
14375
+ if (this.mergeCellsCounter++, this.mergeCellStr += ` <mergeCell ref="${A}:`, I.headerType === Et2.ColumnHeader) A = ii.getExcelColumn(w) + (this.rowIndex + s.maxLevel - I.level);
14376
+ else for (let L = 1; L < I.columnSpan; L++) A = ii.getExcelColumn(w + L) + this.rowIndex, g += `<c r="${A}" s="3" />`;
14377
14377
  this.mergeCellStr += `${A}" />`;
14378
14378
  }
14379
14379
  }
@@ -14398,27 +14398,27 @@ var v1 = (() => {
14398
14398
  return l[w.length + 1] = "</row>", l.join("");
14399
14399
  }
14400
14400
  getCellData(e, i, r, s) {
14401
- let a = e.dataDictionary, l = ni.getExcelColumn(r) + this.rowIndex, c = e.data[i], d = c.type === xt2.HeaderRecord, g = c.type === xt2.SummaryRecord, v = c.type === xt2.GroupedRecord || c.type === xt2.DataRecord || c.type === xt2.HierarchicalGridRecord || c.type === xt2.TreeGridRecord;
14401
+ let a = e.dataDictionary, l = ii.getExcelColumn(r) + this.rowIndex, c = e.data[i], d = c.type === xt2.HeaderRecord, g = c.type === xt2.SummaryRecord, v = c.type === xt2.GroupedRecord || c.type === xt2.DataRecord || c.type === xt2.HierarchicalGridRecord || c.type === xt2.TreeGridRecord;
14402
14402
  this.firstDataRow = this.firstDataRow > this.rowIndex ? this.rowIndex : this.firstDataRow;
14403
14403
  let w = e.isSpecialData ? c.data : c.data[s];
14404
- (w === Wr || s === Wr) && (l = ni.getExcelColumn(e.columnCount + 1) + this.rowIndex), e.hasSummaries && (v || e.isGroupedGrid && g) && this.setSummaryCoordinates(l, s, c.hierarchicalOwner, e.isGroupedGrid && g), c.summaryKey && c.summaryKey === yu && s !== Wr && e.isGroupedGrid && (this.setRootSummaryStartCoordinate(r, s), this.firstColumn > r && (this.setRootSummaryStartCoordinate(e.columnCount + 1, Wr), this.firstColumn = r));
14404
+ (w === Wr || s === Wr) && (l = ii.getExcelColumn(e.columnCount + 1) + this.rowIndex), e.hasSummaries && (v || e.isGroupedGrid && g) && this.setSummaryCoordinates(l, s, c.hierarchicalOwner, e.isGroupedGrid && g), c.summaryKey && c.summaryKey === yu && s !== Wr && e.isGroupedGrid && (this.setRootSummaryStartCoordinate(r, s), this.firstColumn > r && (this.setRootSummaryStartCoordinate(e.columnCount + 1, Wr), this.firstColumn = r));
14405
14405
  let I = Array.from(e.owners.values()).map((F) => F.columns).find((F) => F.some((L) => L.field === s)), A = I ? I.find((F) => F.field === s) : void 0;
14406
14406
  if (w == null && !e.hasSummaries) return `<c r="${l}" s="1"/>`;
14407
14407
  if (e.hasSummaries && (v || d) || !e.hasSummaries) {
14408
14408
  let F = a.saveValue(w, d), L = F !== -1, J = !L && w instanceof Date, te2 = L ? F : w;
14409
14409
  if (J) {
14410
- let ci = te2.getTimezoneOffset() * 6e4, Gn = new Date(te2 - ci).toISOString();
14410
+ let li = te2.getTimezoneOffset() * 6e4, Gn = new Date(te2 - li).toISOString();
14411
14411
  te2 = Gn.substring(0, Gn.indexOf("."));
14412
14412
  }
14413
- let oe2 = L ? ' t="s"' : J ? ' t="d"' : "", Ee = A?.dataType === "time", Ce2 = A?.dataType === "dateTime", Ve2 = A?.dataType === "percent", Ne2 = A?.dataType === "currency", tt2 = Ve2 ? ' s="12"' : Ce2 ? ' s="11"' : Ee ? ' s="10"' : d ? ' s="3"' : L ? "" : J ? ' s="2"' : Ne2 ? ` s="${this.currencyStyleMap.get(A.currencyCode)?.styleXf || 0}"` : ' s="1"';
14414
- return `<c r="${l}"${oe2}${tt2}><v>${te2}</v></c>`;
14413
+ let se = L ? ' t="s"' : J ? ' t="d"' : "", Ee = A?.dataType === "time", Ce2 = A?.dataType === "dateTime", Ve2 = A?.dataType === "percent", Ne2 = A?.dataType === "currency", tt2 = Ve2 ? ' s="12"' : Ce2 ? ' s="11"' : Ee ? ' s="10"' : d ? ' s="3"' : L ? "" : J ? ' s="2"' : Ne2 ? ` s="${this.currencyStyleMap.get(A.currencyCode)?.styleXf || 0}"` : ' s="1"';
14414
+ return `<c r="${l}"${se}${tt2}><v>${te2}</v></c>`;
14415
14415
  } else {
14416
14416
  let F = `"${w ?? ""}"`;
14417
14417
  if (g && w) {
14418
14418
  let L = this.isValidGrid ? c.hierarchicalOwner ?? As : null, J = e.isGroupedGrid ? e.maxLevel : c.level;
14419
14419
  if (F = this.getSummaryFunction(w.label, s, L, J, A), !F) {
14420
- let te2, oe2 = w.label?.toString(), Ee = w.value?.toString();
14421
- oe2 && Ee ? te2 = `${w.label}: ${w.value}` : oe2 ? te2 = w.label : Ee && (te2 = w.value);
14420
+ let te2, se = w.label?.toString(), Ee = w.value?.toString();
14421
+ se && Ee ? te2 = `${w.label}: ${w.value}` : se ? te2 = w.label : Ee && (te2 = w.value);
14422
14422
  let Ce2 = a.saveValue(te2, false), Ve2 = Ce2 !== -1, Ne2 = !Ve2 && te2 instanceof Date;
14423
14423
  if (Ne2) {
14424
14424
  let yi = te2.getTimezoneOffset() * 6e4, jn = new Date(te2 - yi).toISOString();
@@ -14472,7 +14472,7 @@ var v1 = (() => {
14472
14472
  }
14473
14473
  }
14474
14474
  setRootSummaryStartCoordinate(e, i) {
14475
- let r = ni.getExcelColumn(e) + this.firstDataRow, s = this.hierarchicalDimensionMap.get(As);
14475
+ let r = ii.getExcelColumn(e) + this.firstDataRow, s = this.hierarchicalDimensionMap.get(As);
14476
14476
  s.get(i).startCoordinate !== r && (s.get(i).startCoordinate = r);
14477
14477
  }
14478
14478
  printHeaders(e, i, r, s) {
@@ -14483,15 +14483,15 @@ var v1 = (() => {
14483
14483
  let F, L = s ? this.rowIndex : a + (v.maxRowLevel ?? 0), J = s ? a + v.maxLevel + 2 : this.rowIndex;
14484
14484
  I.headerType === Et2.PivotRowHeader && (J = a + 1);
14485
14485
  let te2 = g.saveValue(I.header, true, false);
14486
- if (F = (I.field === Wr ? ni.getExcelColumn(e.columnCount + 1) : ni.getExcelColumn(L)) + J, d = s && I.rowSpan > 1 ? ' s="4"' : d, l = `<c r="${F}"${d} t="s"><v>${te2}</v></c>`, s ? this.pivotGridRowHeadersMap.has(J) ? this.pivotGridRowHeadersMap.set(J, this.pivotGridRowHeadersMap.get(J) + l) : this.pivotGridRowHeadersMap.set(J, l) : this.sheetData += l, r !== w) {
14486
+ if (F = (I.field === Wr ? ii.getExcelColumn(e.columnCount + 1) : ii.getExcelColumn(L)) + J, d = s && I.rowSpan > 1 ? ' s="4"' : d, l = `<c r="${F}"${d} t="s"><v>${te2}</v></c>`, s ? this.pivotGridRowHeadersMap.has(J) ? this.pivotGridRowHeadersMap.set(J, this.pivotGridRowHeadersMap.get(J) + l) : this.pivotGridRowHeadersMap.set(J, l) : this.sheetData += l, r !== w) {
14487
14487
  if (this.mergeCellsCounter++, this.mergeCellStr += ` <mergeCell ref="${F}:`, I.headerType === Et2.ColumnHeader) {
14488
- let oe2 = s ? w : a + (v.maxRowLevel ?? 0), Ee = s ? J : v.maxLevel + 1;
14489
- F = ni.getExcelColumn(oe2) + Ee;
14490
- } else for (let oe2 = 1; oe2 < A; oe2++) {
14491
- let Ee = s ? L : L + oe2, Ce2 = s ? J + oe2 : this.rowIndex;
14492
- F = ni.getExcelColumn(Ee) + Ce2, l = `<c r="${F}"${d} />`, s ? this.pivotGridRowHeadersMap.set(Ce2, l) : this.sheetData += l;
14488
+ let se = s ? w : a + (v.maxRowLevel ?? 0), Ee = s ? J : v.maxLevel + 1;
14489
+ F = ii.getExcelColumn(se) + Ee;
14490
+ } else for (let se = 1; se < A; se++) {
14491
+ let Ee = s ? L : L + se, Ce2 = s ? J + se : this.rowIndex;
14492
+ F = ii.getExcelColumn(Ee) + Ce2, l = `<c r="${F}"${d} />`, s ? this.pivotGridRowHeadersMap.set(Ce2, l) : this.sheetData += l;
14493
14493
  }
14494
- (I.headerType === Et2.RowHeader || I.headerType === Et2.MultiRowHeader) && I.columnSpan && I.columnSpan > 1 && (F = ni.getExcelColumn(L + I.columnSpan - 1) + (J + A - 1)), this.mergeCellStr += `${F}" />`;
14494
+ (I.headerType === Et2.RowHeader || I.headerType === Et2.MultiRowHeader) && I.columnSpan && I.columnSpan > 1 && (F = ii.getExcelColumn(L + I.columnSpan - 1) + (J + A - 1)), this.mergeCellStr += `${F}" />`;
14495
14495
  }
14496
14496
  }
14497
14497
  I.headerType !== Et2.PivotRowHeader && (a += A);
@@ -14504,44 +14504,44 @@ var v1 = (() => {
14504
14504
  })();
14505
14505
  var p1 = class {
14506
14506
  writeElement(t) {
14507
- t["styles.xml"] = cr(ni.getStyles());
14507
+ t["styles.xml"] = cr(ii.getStyles());
14508
14508
  }
14509
14509
  };
14510
14510
  var h1 = class {
14511
14511
  writeElement(t, o) {
14512
- t["workbook.xml"] = cr(ni.getWorkbook(o.options.worksheetName));
14512
+ t["workbook.xml"] = cr(ii.getWorkbook(o.options.worksheetName));
14513
14513
  }
14514
14514
  };
14515
14515
  var g1 = class {
14516
14516
  writeElement(t, o) {
14517
14517
  let e = !o.isEmpty || o.options.alwaysExportHeaders;
14518
- t["[Content_Types].xml"] = cr(ni.getContentTypesXML(e, o.options.exportAsTable));
14518
+ t["[Content_Types].xml"] = cr(ii.getContentTypesXML(e, o.options.exportAsTable));
14519
14519
  }
14520
14520
  };
14521
14521
  var m1 = class {
14522
14522
  writeElement(t, o) {
14523
14523
  let e = o.dataDictionary, i = e.getKeys(), r = new Array(i.length);
14524
14524
  for (let s of i) r[e.getSanitizedValue(s)] = "<si><t>" + s + "</t></si>";
14525
- t["sharedStrings.xml"] = cr(ni.getSharedStringXML(e.stringsCount, i.length, r.join("")));
14525
+ t["sharedStrings.xml"] = cr(ii.getSharedStringXML(e.stringsCount, i.length, r.join("")));
14526
14526
  }
14527
14527
  };
14528
14528
  var f1 = class {
14529
14529
  writeElement(t, o) {
14530
- let e = o.columnCount, i = ni.getExcelColumn(e - 1) + o.rowCount, r = "A1:" + i, s = o.isEmpty ? "A1:" + ni.getExcelColumn(e - 1) + (o.rowCount + 1) : r, l = o.owner.columns.some((g) => g.exportIndex !== void 0) ? o.rootKeys : o.owner.columns.filter((g) => !g.skip).sort((g, v) => g.startIndex - v.startIndex).sort((g, v) => g.pinnedIndex - v.pinnedIndex).map((g) => g.header), c = "", d = '<tableColumns count="' + e + '">';
14530
+ let e = o.columnCount, i = ii.getExcelColumn(e - 1) + o.rowCount, r = "A1:" + i, s = o.isEmpty ? "A1:" + ii.getExcelColumn(e - 1) + (o.rowCount + 1) : r, l = o.owner.columns.some((g) => g.exportIndex !== void 0) ? o.rootKeys : o.owner.columns.filter((g) => !g.skip).sort((g, v) => g.startIndex - v.startIndex).sort((g, v) => g.pinnedIndex - v.pinnedIndex).map((g) => g.header), c = "", d = '<tableColumns count="' + e + '">';
14531
14531
  for (let g = 0; g < e; g++) {
14532
14532
  let v = l[g];
14533
14533
  d += '<tableColumn id="' + (g + 1) + '" name="' + v + '"/>';
14534
14534
  }
14535
14535
  if (d += "</tableColumns>", o.sort) {
14536
- let g = o.sort, v = ni.getExcelColumn(l.indexOf(g.fieldName)), w = g.dir - 1;
14536
+ let g = o.sort, v = ii.getExcelColumn(l.indexOf(g.fieldName)), w = g.dir - 1;
14537
14537
  c = `<sortState ref="A2:${i}"><sortCondition descending="${w}" ref="${v}1:${v}15"/></sortState>`;
14538
14538
  }
14539
- t["table1.xml"] = cr(ni.getTablesXML(r, s, d, c));
14539
+ t["table1.xml"] = cr(ii.getTablesXML(r, s, d, c));
14540
14540
  }
14541
14541
  };
14542
14542
  var _1 = class {
14543
14543
  writeElement(t) {
14544
- t["sheet1.xml.rels"] = cr(ni.getWorksheetRels());
14544
+ t["sheet1.xml.rels"] = cr(ii.getWorksheetRels());
14545
14545
  }
14546
14546
  };
14547
14547
  var x1 = class {
@@ -14827,11 +14827,11 @@ var f6 = (() => {
14827
14827
  if (e.forEach((te2) => {
14828
14828
  J = Math.max(J, te2.level);
14829
14829
  }), J > 7) throw Error("Can create an outline of up to eight levels!");
14830
- if (a) d = e.map((te2) => this._ownersMap.get(te2.owner).columns.filter((oe2) => !oe2.skip).length + te2.level).sort((te2, oe2) => oe2 - te2)[0], c = this._ownersMap.get(s.owner).columns.filter((te2) => !te2.skip).map((te2) => te2.field), w = this._ownersMap.get(s.owner);
14830
+ if (a) d = e.map((te2) => this._ownersMap.get(te2.owner).columns.filter((se) => !se.skip).length + te2.level).sort((te2, se) => se - te2)[0], c = this._ownersMap.get(s.owner).columns.filter((te2) => !te2.skip).map((te2) => te2.field), w = this._ownersMap.get(s.owner);
14831
14831
  else {
14832
14832
  w = this._ownersMap.get(Ur);
14833
- let te2 = w.columns.filter((oe2) => oe2.field !== Wr && !oe2.skip && oe2.headerType === Et2.ColumnHeader);
14834
- g = w.columnWidths, v = w.indexOfLastPinnedColumn, d = l ? te2.length + this.pivotGridFilterFieldsCount : te2.length, c = te2.map((oe2) => oe2.field);
14833
+ let te2 = w.columns.filter((se) => se.field !== Wr && !se.skip && se.headerType === Et2.ColumnHeader);
14834
+ g = w.columnWidths, v = w.indexOfLastPinnedColumn, d = l ? te2.length + this.pivotGridFilterFieldsCount : te2.length, c = te2.map((se) => se.field);
14835
14835
  }
14836
14836
  } else {
14837
14837
  let J = Array.from(this._ownersMap.keys());
@@ -15200,37 +15200,37 @@ var wC = pe2(Si, { params: { delay: "0s", duration: "600ms", easing: "cubic-bezi
15200
15200
  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: 0, rotateY: 1, rotateZ: 0 } });
15201
15201
  var IC = 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 } });
15202
15202
  var SC = 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 } });
15203
- var oi = [et2({ opacity: "{{startOpacity}}", transform: "scale{{direction}}({{fromScale}})", transformOrigin: "{{xPos}} {{yPos}}" }), Gi("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{endOpacity}}", transform: "scale{{direction}}({{toScale}})", transformOrigin: "{{xPos}} {{yPos}}" }))];
15204
- var Ru = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "50%" } });
15205
- var Au = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "0", yPos: "100%" } });
15206
- var l_ = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "50%", direction: "Y", fromScale: 0.4 } });
15207
- var Jh = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "0" } });
15208
- var eg = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "0", yPos: "50%" } });
15209
- var xo = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "Y", fromScale: 0.4, xPos: "100%", yPos: "0" } });
15210
- var Pu = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "100%", yPos: "0" } });
15211
- var Mu = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "0", yPos: "0" } });
15212
- var ba = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "Y", fromScale: 0.4, xPos: "0", yPos: "100%" } });
15213
- var tg = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "100%", yPos: "50%" } });
15214
- var c_ = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "50%", direction: "X", fromScale: 0.4 } });
15215
- var ku = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "100%", yPos: "100%" } });
15216
- var Nc = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "X", fromScale: 0.4, xPos: "0", yPos: "0" } });
15217
- var ig = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "100%" } });
15218
- var Lc = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "X", fromScale: 0.4, xPos: "100%", yPos: "100%" } });
15219
- var d_ = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", xPos: "50%", yPos: "50%", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5 } });
15220
- var Vu = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "0", yPos: "100%" } });
15221
- var Fu = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "100%", yPos: "100%" } });
15222
- var u_ = pe2(oi, { 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: "Y", toScale: 0.3 } });
15223
- var ks = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, direction: "Y", toScale: 0.3, xPos: "100%", yPos: "0" } });
15224
- var Hc = pe2(oi, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, direction: "Y", toScale: 0.3, xPos: "0", yPos: "100%" } });
15225
- var ng = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "50%", yPos: "0" } });
15226
- var rg = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "0", yPos: "50%" } });
15227
- var Ou = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "100%", yPos: "0" } });
15228
- var Nu = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "0", yPos: "0" } });
15229
- var og = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "100%", yPos: "50%" } });
15230
- var sg = pe2(oi, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "50%", yPos: "100%" } });
15231
- var p_ = pe2(oi, { 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 } });
15232
- var Bc = pe2(oi, { 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" } });
15233
- var zc = pe2(oi, { 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%" } });
15203
+ var ri = [et2({ opacity: "{{startOpacity}}", transform: "scale{{direction}}({{fromScale}})", transformOrigin: "{{xPos}} {{yPos}}" }), Gi("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{endOpacity}}", transform: "scale{{direction}}({{toScale}})", transformOrigin: "{{xPos}} {{yPos}}" }))];
15204
+ var Ru = pe2(ri, { 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%" } });
15205
+ var Au = pe2(ri, { 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%" } });
15206
+ var l_ = pe2(ri, { 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 } });
15207
+ var Jh = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "50%", yPos: "0" } });
15208
+ var eg = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, fromScale: 0.5, startOpacity: 0, toScale: 1, xPos: "0", yPos: "50%" } });
15209
+ var xo = pe2(ri, { 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" } });
15210
+ var Pu = pe2(ri, { 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" } });
15211
+ var Mu = pe2(ri, { 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" } });
15212
+ var ba = pe2(ri, { 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%" } });
15213
+ var tg = pe2(ri, { 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%" } });
15214
+ var c_ = pe2(ri, { 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 } });
15215
+ var ku = pe2(ri, { 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%" } });
15216
+ var Nc = pe2(ri, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "X", fromScale: 0.4, xPos: "0", yPos: "0" } });
15217
+ var ig = pe2(ri, { 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: "100%" } });
15218
+ var Lc = pe2(ri, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.250, 0.460, 0.450, 0.940)", endOpacity: 1, startOpacity: 0, toScale: 1, direction: "X", fromScale: 0.4, xPos: "100%", yPos: "100%" } });
15219
+ var d_ = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", xPos: "50%", yPos: "50%", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5 } });
15220
+ var Vu = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "0", yPos: "100%" } });
15221
+ var Fu = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "100%", yPos: "100%" } });
15222
+ var u_ = pe2(ri, { 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: "Y", toScale: 0.3 } });
15223
+ var ks = pe2(ri, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, direction: "Y", toScale: 0.3, xPos: "100%", yPos: "0" } });
15224
+ var Hc = pe2(ri, { params: { delay: "0s", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, direction: "Y", toScale: 0.3, xPos: "0", yPos: "100%" } });
15225
+ var ng = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "50%", yPos: "0" } });
15226
+ var rg = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "0", yPos: "50%" } });
15227
+ var Ou = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "100%", yPos: "0" } });
15228
+ var Nu = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "0", yPos: "0" } });
15229
+ var og = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "100%", yPos: "50%" } });
15230
+ var sg = pe2(ri, { params: { delay: "0s", direction: "", duration: "350ms", easing: "cubic-bezier(0.390, 0.575, 0.565, 1.000)", endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: 0.5, xPos: "50%", yPos: "100%" } });
15231
+ var p_ = pe2(ri, { 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 } });
15232
+ var Bc = pe2(ri, { 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" } });
15233
+ var zc = pe2(ri, { 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%" } });
15234
15234
  var Qn = [et2({ opacity: "{{startOpacity}}", transform: "{{fromPosition}}" }), Gi("{{duration}} {{delay}} {{easing}}", et2({ opacity: "{{endOpacity}}", transform: "{{toPosition}}" }))];
15235
15235
  var Gc = pe2(Qn, { 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)" } });
15236
15236
  var ag = pe2(Qn, { 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)" } });
@@ -15605,7 +15605,7 @@ var Qu = class extends El {
15605
15605
  detach() {
15606
15606
  }
15607
15607
  };
15608
- var hi = (() => {
15608
+ var pi = (() => {
15609
15609
  let t = class t {
15610
15610
  constructor(e, i, r, s, a) {
15611
15611
  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 Da(), scrollStrategy: new Qu(), modal: true, closeOnOutsideClick: true, closeOnEscape: false }, this.repositionAll = () => {
@@ -15856,7 +15856,7 @@ var hi = (() => {
15856
15856
  this._overlayInfos.length - e === 1 && this._document.defaultView.removeEventListener("resize", this.repositionAll);
15857
15857
  }
15858
15858
  addCloseOnEscapeListener(e) {
15859
- e.settings.closeOnEscape && !this._keyPressEventListener && (this._keyPressEventListener = pt2(this._document, "keydown").pipe(Zt2((i) => i.key === "Escape" || i.key === "Esc")).subscribe((i) => {
15859
+ e.settings.closeOnEscape && !this._keyPressEventListener && (this._keyPressEventListener = pt2(this._document, "keydown").pipe(Xt((i) => i.key === "Escape" || i.key === "Esc")).subscribe((i) => {
15860
15860
  let r = this._overlayInfos.filter((a) => a.visible);
15861
15861
  if (r.length < 1) return;
15862
15862
  let s = r[r.length - 1];
@@ -15905,7 +15905,7 @@ var hi = (() => {
15905
15905
  let n38 = t;
15906
15906
  return n38;
15907
15907
  })();
15908
- var Xt = class extends El {
15908
+ var Yt = class extends El {
15909
15909
  constructor(t) {
15910
15910
  super(), this._initialized = false, this.onScroll = (o) => {
15911
15911
  let e = this._overlayService.getOverlayById(this._id);
@@ -16481,7 +16481,7 @@ var Vt2 = (() => {
16481
16481
  let n38 = t;
16482
16482
  return n38;
16483
16483
  })();
16484
- var Kt = (() => {
16484
+ var Qt = (() => {
16485
16485
  let t = class t {
16486
16486
  };
16487
16487
  t.\u0275fac = function(i) {
@@ -16731,7 +16731,7 @@ var me = (() => {
16731
16731
  return !this.active;
16732
16732
  }
16733
16733
  constructor(e, i, r, s) {
16734
- this.el = e, this.iconService = i, this.themeService = r, this.ref = s, this._destroy$ = new ue2(), this._userClasses = /* @__PURE__ */ new Set(), this._iconClasses = /* @__PURE__ */ new Set(), this.ariaHidden = true, this.active = true, this.family = this.iconService.defaultFamily.name, this.iconService.setRefsByTheme(this.themeService.globalTheme), this.iconService.iconLoaded.pipe(Zt2((a) => a.name === this.name && a.family === this.family), K(this._destroy$)).subscribe(() => {
16734
+ this.el = e, this.iconService = i, this.themeService = r, this.ref = s, this._destroy$ = new ue2(), this._userClasses = /* @__PURE__ */ new Set(), this._iconClasses = /* @__PURE__ */ new Set(), this.ariaHidden = true, this.active = true, this.family = this.iconService.defaultFamily.name, this.iconService.setRefsByTheme(this.themeService.globalTheme), this.iconService.iconLoaded.pipe(Xt((a) => a.name === this.name && a.family === this.family), K(this._destroy$)).subscribe(() => {
16735
16735
  this.setIcon(), this.ref.detectChanges();
16736
16736
  });
16737
16737
  }
@@ -16772,8 +16772,8 @@ var me = (() => {
16772
16772
  t.\u0275fac = function(i) {
16773
16773
  return new (i || t)(_(z), _(wo), _(F_), _(re));
16774
16774
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-icon"]], hostVars: 5, hostBindings: function(i, r) {
16775
- i & 2 && (H("aria-hidden", r.ariaHidden), pi(r.elementClasses), X("igx-icon--inactive", r.getInactive));
16776
- }, inputs: { family: "family", name: "name", active: [2, "active", "active", B] }, standalone: true, features: [ce, ui, Q], ngContentSelectors: $Q, decls: 3, vars: 2, consts: [[3, "innerHTML"]], template: function(i, r) {
16775
+ i & 2 && (H("aria-hidden", r.ariaHidden), ui(r.elementClasses), X("igx-icon--inactive", r.getInactive));
16776
+ }, inputs: { family: "family", name: "name", active: [2, "active", "active", B] }, standalone: true, features: [ce, di, Q], ngContentSelectors: $Q, decls: 3, vars: 2, consts: [[3, "innerHTML"]], template: function(i, r) {
16777
16777
  if (i & 1 && (De2(), C(0, UQ, 1, 0)(1, WQ, 1, 1)(2, qQ, 1, 1, "div", 0)), i & 2) {
16778
16778
  let s;
16779
16779
  Vn(r.iconRef.name ? -1 : 0), u(), Vn((s = r.iconRef.type) === "liga" ? 1 : s === "svg" ? 2 : -1);
@@ -16797,7 +16797,7 @@ var bC = class {
16797
16797
  return this._currentResourceStrings;
16798
16798
  }
16799
16799
  };
16800
- function gi(n38) {
16800
+ function hi(n38) {
16801
16801
  return bC.instance().getCurrentResourceStrings(n38);
16802
16802
  }
16803
16803
  var QQ = [[["igx-hint"], ["", "igxHint", ""]], [["", "igxLabel", ""]], [["", "igxInput", ""]], [["igx-prefix"], ["", "igxPrefix", ""]], [["igx-suffix"], ["", "igxSuffix", ""]]];
@@ -17011,7 +17011,7 @@ function jK(n38, t) {
17011
17011
  p("ngSwitch", o.theme), u(), p("ngSwitchCase", "bootstrap"), u(), p("ngSwitchCase", "fluent"), u(), p("ngSwitchCase", "indigo");
17012
17012
  }
17013
17013
  }
17014
- var Yt = (() => {
17014
+ var Kt = (() => {
17015
17015
  let t = class t {
17016
17016
  set resourceStrings(e) {
17017
17017
  this._resourceStrings = Object.assign({}, this._resourceStrings, e);
@@ -17044,7 +17044,7 @@ var Yt = (() => {
17044
17044
  return this._theme;
17045
17045
  }
17046
17046
  constructor(e, i, r, s, a, l) {
17047
- this.element = e, this._inputGroupType = i, this.document = r, this.platform = s, this.cdr = a, this.themeService = l, this.defaultClass = true, this.hasPlaceholder = false, this.isRequired = false, this.isFocused = false, this.disabled = false, this.suppressInputAutofocus = false, this.hasWarning = false, this._type = null, this._filled = false, this._theme$ = new ue2(), this._resourceStrings = gi(b6), this._theme = this.themeService.globalTheme, this._subscription = this._theme$.asObservable().subscribe((c) => {
17047
+ this.element = e, this._inputGroupType = i, this.document = r, this.platform = s, this.cdr = a, this.themeService = l, this.defaultClass = true, this.hasPlaceholder = false, this.isRequired = false, this.isFocused = false, this.disabled = false, this.suppressInputAutofocus = false, this.hasWarning = false, this._type = null, this._filled = false, this._theme$ = new ue2(), this._resourceStrings = hi(b6), this._theme = this.themeService.globalTheme, this._subscription = this._theme$.asObservable().subscribe((c) => {
17048
17048
  this._theme = c, this.cdr.detectChanges();
17049
17049
  });
17050
17050
  }
@@ -17125,7 +17125,7 @@ var Yt = (() => {
17125
17125
  t.\u0275fac = function(i) {
17126
17126
  return new (i || t)(_(z), _(Vs, 8), _(Ke2), _(ye2), _(re), _(F_));
17127
17127
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-input-group"]], contentQueries: function(i, r, s) {
17128
- if (i & 1 && (de(s, Tt2, 7, Tt2), de(s, hg, 4, hg), de(s, Vt2, 5, Vt2), de(s, Kt, 5, Kt)), i & 2) {
17128
+ if (i & 1 && (de(s, Tt2, 7, Tt2), de(s, hg, 4, hg), de(s, Vt2, 5, Vt2), de(s, Qt, 5, Qt)), i & 2) {
17129
17129
  let a;
17130
17130
  b(a = D()) && (r.input = a.first), b(a = D()) && (r.hints = a), b(a = D()) && (r._prefixes = a), b(a = D()) && (r._suffixes = a);
17131
17131
  }
@@ -17146,7 +17146,7 @@ var Yt = (() => {
17146
17146
  let s = M(24);
17147
17147
  p("ngIf", r.isTypeBox)("ngIfElse", s);
17148
17148
  }
17149
- }, dependencies: [ae2, ke, Vt2, ot2, Oe, Kt, me, p0, bE, DE], encapsulation: 2 });
17149
+ }, dependencies: [ae2, ke, Vt2, ot2, Oe, Qt, me, p0, bE, DE], encapsulation: 2 });
17150
17150
  let n38 = t;
17151
17151
  return n38;
17152
17152
  })();
@@ -17818,7 +17818,7 @@ var R6 = (() => {
17818
17818
  b(s = D()) && (r._vcr = s.first), b(s = D()) && (r._scrollInertia = s.first);
17819
17819
  }
17820
17820
  }, hostVars: 4, hostBindings: function(i, r) {
17821
- i & 2 && (pi(r.cssClass), X("igx-display-container--inactive", r.notVirtual));
17821
+ i & 2 && (ui(r.cssClass), X("igx-display-container--inactive", r.notVirtual));
17822
17822
  }, standalone: true, features: [Q], decls: 2, vars: 2, consts: [["display_container", ""], ["igxScrollInertia", "", 3, "IgxScrollInertiaScrollContainer", "IgxScrollInertiaDirection"]], template: function(i, r) {
17823
17823
  i & 1 && C(0, WK, 0, 0, "ng-template", 1, 0, O), i & 2 && p("IgxScrollInertiaScrollContainer", r.scrollContainer)("IgxScrollInertiaDirection", r.scrollDirection);
17824
17824
  }, dependencies: [EC], encapsulation: 2 });
@@ -17899,7 +17899,7 @@ var A6 = (() => {
17899
17899
  b(s = D()) && (r._vcr = s.first);
17900
17900
  }
17901
17901
  }, hostVars: 2, hostBindings: function(i, r) {
17902
- i & 2 && pi(r.cssClasses);
17902
+ i & 2 && ui(r.cssClasses);
17903
17903
  }, inputs: { width: "width" }, standalone: true, features: [ne, Q], decls: 2, vars: 2, consts: [["horizontal_container", ""], [1, "igx-vhelper__placeholder-content"]], template: function(i, r) {
17904
17904
  i & 1 && E(0, "div", 1, 0), i & 2 && N("width", r.size, "px");
17905
17905
  }, encapsulation: 2 });
@@ -17927,7 +17927,7 @@ var P6 = (() => {
17927
17927
  b(s = D()) && (r._vcr = s.first);
17928
17928
  }
17929
17929
  }, hostVars: 5, hostBindings: function(i, r) {
17930
- i & 2 && (dh("scrollTop", r.scrollTop), pi(r.cssClasses), N("width", r.scrollWidth, "px"));
17930
+ i & 2 && (dh("scrollTop", r.scrollTop), ui(r.cssClasses), N("width", r.scrollWidth, "px"));
17931
17931
  }, inputs: { itemsLength: "itemsLength" }, standalone: true, features: [ne, Q], decls: 2, vars: 2, consts: [["container", ""], [1, "igx-vhelper__placeholder-content"]], template: function(i, r) {
17932
17932
  i & 1 && E(0, "div", 1, 0), i & 2 && N("height", r.size, "px");
17933
17933
  }, encapsulation: 2 });
@@ -18073,7 +18073,7 @@ var B_ = (() => {
18073
18073
  this.verticalScrollHandler = this.verticalScrollHandler.bind(this), this.scrollComponent.nativeElement.addEventListener("scroll", this.verticalScrollHandler), this.dc.instance.scrollContainer = this.scrollComponent.nativeElement;
18074
18074
  });
18075
18075
  let i = K(this.destroy$);
18076
- this.contentResizeNotify.pipe(Zt2(() => this.igxForContainerSize && this.igxForOf && this.igxForOf.length > 0), No(40, void 0, { leading: false, trailing: true }), i).subscribe(() => this._zone.runTask(() => this.updateSizes()));
18076
+ this.contentResizeNotify.pipe(Xt(() => this.igxForContainerSize && this.igxForOf && this.igxForOf.length > 0), No(40, void 0, { leading: false, trailing: true }), i).subscribe(() => this._zone.runTask(() => this.updateSizes()));
18077
18077
  }
18078
18078
  this.igxForScrollOrientation === "horizontal" && (this.func = (i) => this.onHScroll(i), this.scrollComponent = this.syncScrollService.getScrollMaster(this.igxForScrollOrientation), this.scrollComponent ? this._zone.runOutsideAngular(() => {
18079
18079
  this.scrollComponent.nativeElement.addEventListener("scroll", this.func), this.dc.instance.scrollContainer = this.scrollComponent.nativeElement;
@@ -18436,7 +18436,7 @@ var B_ = (() => {
18436
18436
  };
18437
18437
  t.\u0275fac = function(i) {
18438
18438
  return new (i || t)(_(We2), _(ee2), _(ki), _(re), _(xe2), _(Qr), _(ye2), _(Ke2));
18439
- }, t.\u0275dir = U({ type: t, selectors: [["", "igxFor", "", "igxForOf", ""]], inputs: { igxForOf: "igxForOf", igxForSizePropName: "igxForSizePropName", igxForScrollOrientation: "igxForScrollOrientation", igxForScrollContainer: "igxForScrollContainer", igxForContainerSize: "igxForContainerSize", igxForItemSize: "igxForItemSize", igxForTotalItemCount: "igxForTotalItemCount", igxForTrackBy: "igxForTrackBy" }, outputs: { chunkLoad: "chunkLoad", scrollbarVisibilityChanged: "scrollbarVisibilityChanged", contentSizeChange: "contentSizeChange", dataChanged: "dataChanged", beforeViewDestroyed: "beforeViewDestroyed", chunkPreload: "chunkPreload" }, standalone: true, features: [fe2([Qr, { provide: ep, useExisting: t }]), ne, ui] });
18439
+ }, t.\u0275dir = U({ type: t, selectors: [["", "igxFor", "", "igxForOf", ""]], inputs: { igxForOf: "igxForOf", igxForSizePropName: "igxForSizePropName", igxForScrollOrientation: "igxForScrollOrientation", igxForScrollContainer: "igxForScrollContainer", igxForContainerSize: "igxForContainerSize", igxForItemSize: "igxForItemSize", igxForTotalItemCount: "igxForTotalItemCount", igxForTrackBy: "igxForTrackBy" }, outputs: { chunkLoad: "chunkLoad", scrollbarVisibilityChanged: "scrollbarVisibilityChanged", contentSizeChange: "contentSizeChange", dataChanged: "dataChanged", beforeViewDestroyed: "beforeViewDestroyed", chunkPreload: "chunkPreload" }, standalone: true, features: [fe2([Qr, { provide: ep, useExisting: t }]), ne, di] });
18440
18440
  let n38 = t;
18441
18441
  return n38;
18442
18442
  })();
@@ -18580,7 +18580,7 @@ var jt2 = (() => {
18580
18580
  };
18581
18581
  t.\u0275fac = function(i) {
18582
18582
  return new (i || t)(_(We2), _(ee2), _(ki), _(re), _(xe2), _(ye2), _(Ke2), _(Qr), _(Vr));
18583
- }, t.\u0275dir = U({ type: t, selectors: [["", "igxGridFor", "", "igxGridForOf", ""]], inputs: { igxGridForOf: "igxGridForOf", igxGridForOfUniqueSizeCache: [2, "igxGridForOfUniqueSizeCache", "igxGridForOfUniqueSizeCache", B], igxGridForOfVariableSizes: [2, "igxGridForOfVariableSizes", "igxGridForOfVariableSizes", B] }, outputs: { dataChanging: "dataChanging" }, standalone: true, features: [ce, ne, ui] });
18583
+ }, t.\u0275dir = U({ type: t, selectors: [["", "igxGridFor", "", "igxGridForOf", ""]], inputs: { igxGridForOf: "igxGridForOf", igxGridForOfUniqueSizeCache: [2, "igxGridForOfUniqueSizeCache", "igxGridForOfUniqueSizeCache", B], igxGridForOfVariableSizes: [2, "igxGridForOfVariableSizes", "igxGridForOfVariableSizes", B] }, outputs: { dataChanging: "dataChanging" }, standalone: true, features: [ce, ne, di] });
18584
18584
  let n38 = t;
18585
18585
  return n38;
18586
18586
  })();
@@ -18996,7 +18996,7 @@ var $t = (() => {
18996
18996
  return x2(s), y(r.onBlur());
18997
18997
  }), f(), m(2, "div", 4)(3, "span", 5, 1), Gd(), m(5, "svg", 6), E(6, "path", 7), f()(), cb(), E(7, "div", 8), f(), m(8, "span", 9, 2), le2(10), f();
18998
18998
  }
18999
- i & 2 && (p("id", r.inputId)("name", r.name)("value", r.value)("tabindex", r.tabindex)("disabled", r.disabled)("indeterminate", r.indeterminate)("checked", r.checked)("required", r.required), H("aria-required", r.required)("aria-invalid", r.invalid)("aria-checked", r.ariaChecked)("aria-labelledby", r.ariaLabel ? null : r.ariaLabelledBy)("aria-label", r.ariaLabel), u(2), p("igxRippleDisabled", r.disableRipple)("igxRippleCentered", true)("igxRippleDuration", 300), u(6), pi(r.labelClass), p("id", r.labelId));
18999
+ i & 2 && (p("id", r.inputId)("name", r.name)("value", r.value)("tabindex", r.tabindex)("disabled", r.disabled)("indeterminate", r.indeterminate)("checked", r.checked)("required", r.required), H("aria-required", r.required)("aria-invalid", r.invalid)("aria-checked", r.ariaChecked)("aria-labelledby", r.ariaLabel ? null : r.ariaLabelledBy)("aria-label", r.ariaLabel), u(2), p("igxRippleDisabled", r.disableRipple)("igxRippleCentered", true)("igxRippleDuration", 300), u(6), ui(r.labelClass), p("id", r.labelId));
19000
19000
  }, dependencies: [bi], encapsulation: 2 });
19001
19001
  let n38 = t;
19002
19002
  return n38;
@@ -19134,7 +19134,7 @@ var Fs = (() => {
19134
19134
  };
19135
19135
  t.\u0275fac = function(i) {
19136
19136
  return new (i || t)(_(z), _(mo), _(ct2));
19137
- }, t.\u0275dir = U({ type: t, selectors: [["", "igxTextHighlight", ""]], inputs: { cssClass: "cssClass", activeCssClass: "activeCssClass", containerClass: "containerClass", groupName: "groupName", value: "value", row: "row", column: "column", metadata: "metadata" }, standalone: true, features: [ui] });
19137
+ }, t.\u0275dir = U({ type: t, selectors: [["", "igxTextHighlight", ""]], inputs: { cssClass: "cssClass", activeCssClass: "activeCssClass", containerClass: "containerClass", groupName: "groupName", value: "value", row: "row", column: "column", metadata: "metadata" }, standalone: true, features: [di] });
19138
19138
  let n38 = t;
19139
19139
  return n38;
19140
19140
  })();
@@ -19238,7 +19238,7 @@ var Kr = (() => {
19238
19238
  };
19239
19239
  t.\u0275fac = function(i) {
19240
19240
  return new (i || t)(_(We2), _(xe2), _(re));
19241
- }, t.\u0275dir = U({ type: t, selectors: [["", "igxTemplateOutlet", ""]], inputs: { igxTemplateOutletContext: "igxTemplateOutletContext", igxTemplateOutlet: "igxTemplateOutlet" }, outputs: { viewCreated: "viewCreated", viewMoved: "viewMoved", cachedViewLoaded: "cachedViewLoaded", beforeViewDetach: "beforeViewDetach" }, standalone: true, features: [ui] });
19241
+ }, t.\u0275dir = U({ type: t, selectors: [["", "igxTemplateOutlet", ""]], inputs: { igxTemplateOutletContext: "igxTemplateOutletContext", igxTemplateOutlet: "igxTemplateOutlet" }, outputs: { viewCreated: "viewCreated", viewMoved: "viewMoved", cachedViewLoaded: "cachedViewLoaded", beforeViewDetach: "beforeViewDetach" }, standalone: true, features: [di] });
19242
19242
  let n38 = t;
19243
19243
  return n38;
19244
19244
  })();
@@ -19264,7 +19264,7 @@ var Bt2 = (() => {
19264
19264
  return !this.collapsed;
19265
19265
  }
19266
19266
  constructor(e, i, r, s, a) {
19267
- this.elementRef = e, this.cdr = i, this.overlayService = r, this.navigationService = s, this.platform = a, this.opened = new T(), this.opening = new T(), this.closed = new T(), this.closing = new T(), this.appended = new T(), this._collapsed = true, this.destroy$ = new ue2(), this._overlaySubFilter = [Zt2((l) => l.id === this._overlayId), K(this.destroy$)], this.overlayClosed = (l) => {
19267
+ this.elementRef = e, this.cdr = i, this.overlayService = r, this.navigationService = s, this.platform = a, this.opened = new T(), this.opening = new T(), this.closed = new T(), this.closing = new T(), this.appended = new T(), this._collapsed = true, this.destroy$ = new ue2(), this._overlaySubFilter = [Xt((l) => l.id === this._overlayId), K(this.destroy$)], this.overlayClosed = (l) => {
19268
19268
  this._collapsed = true, this.cdr.detectChanges(), this.unsubscribe(), this.overlayService.detach(this.overlayId);
19269
19269
  let c = { owner: this, id: this._overlayId, event: l.event };
19270
19270
  delete this._overlayId, this.closed.emit(c), this.cdr.markForCheck();
@@ -19327,7 +19327,7 @@ var Bt2 = (() => {
19327
19327
  }
19328
19328
  };
19329
19329
  t.\u0275fac = function(i) {
19330
- return new (i || t)(_(z), _(re), _(hi), _(Vc, 8), _(ye2, 8));
19330
+ return new (i || t)(_(z), _(re), _(pi), _(Vc, 8), _(ye2, 8));
19331
19331
  }, t.\u0275dir = U({ type: t, selectors: [["", "igxToggle", ""]], hostVars: 7, hostBindings: function(i, r) {
19332
19332
  i & 2 && (H("aria-hidden", r.hiddenClass), X("igx-toggle--hidden", r.hiddenClass)("igx-toggle--hidden-webkit", r.hiddenWebkitClass)("igx-toggle", r.defaultClass));
19333
19333
  }, inputs: { id: "id" }, outputs: { opened: "opened", opening: "opening", closed: "closed", closing: "closing", appended: "appended" }, exportAs: ["toggle"], standalone: true });
@@ -19352,7 +19352,7 @@ var j_ = (() => {
19352
19352
  }
19353
19353
  ngOnInit() {
19354
19354
  let e = this.element.nativeElement;
19355
- this._overlayDefaults = { target: e, positionStrategy: new Li(), scrollStrategy: new Xt(), closeOnOutsideClick: true, modal: false, excludeFromOutsideClick: [e] };
19355
+ this._overlayDefaults = { target: e, positionStrategy: new Li(), scrollStrategy: new Yt(), closeOnOutsideClick: true, modal: false, excludeFromOutsideClick: [e] };
19356
19356
  }
19357
19357
  updateOverlaySettings(e) {
19358
19358
  if (e && e.positionStrategy) {
@@ -19420,7 +19420,7 @@ var Fr = (() => {
19420
19420
  }
19421
19421
  };
19422
19422
  t.\u0275fac = function(i) {
19423
- return new (i || t)(_(z), _(re), _(hi), _(Vc, 8));
19423
+ return new (i || t)(_(z), _(re), _(pi), _(Vc, 8));
19424
19424
  }, t.\u0275dir = U({ type: t, selectors: [["", "igxTooltip", ""]], hostVars: 6, hostBindings: function(i, r) {
19425
19425
  i & 2 && (H("id", r.id)("role", r.role), X("igx-tooltip--hidden", r.hiddenClass)("igx-tooltip", r.defaultClass));
19426
19426
  }, inputs: { context: "context", id: "id" }, exportAs: ["tooltip"], standalone: true, features: [ne] });
@@ -20118,12 +20118,12 @@ var nn = (() => {
20118
20118
  }
20119
20119
  };
20120
20120
  t.\u0275fac = function(i) {
20121
- return new (i || t)(_(ct2), _(z), _(G_), _(ye2), _(Ke2), _(Jt));
20121
+ return new (i || t)(_(ct2), _(z), _(G_), _(ye2), _(Ke2), _(Zt2));
20122
20122
  }, t.\u0275dir = U({ type: t, selectors: [["", "igxDateTimeEditor", ""]], hostBindings: function(i, r) {
20123
20123
  i & 1 && S("wheel", function(a) {
20124
20124
  return r.onWheel(a);
20125
20125
  });
20126
- }, inputs: { locale: "locale", minValue: "minValue", maxValue: "maxValue", spinLoop: [2, "spinLoop", "spinLoop", B], displayFormat: "displayFormat", inputFormat: [0, "igxDateTimeEditor", "inputFormat"], value: "value", spinDelta: "spinDelta" }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, exportAs: ["igxDateTimeEditor"], standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide: Qo, useExisting: t, multi: true }]), ce, ne, ui] });
20126
+ }, inputs: { locale: "locale", minValue: "minValue", maxValue: "maxValue", spinLoop: [2, "spinLoop", "spinLoop", B], displayFormat: "displayFormat", inputFormat: [0, "igxDateTimeEditor", "inputFormat"], value: "value", spinDelta: "spinDelta" }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, exportAs: ["igxDateTimeEditor"], standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide: Qo, useExisting: t, multi: true }]), ce, ne, di] });
20127
20127
  let n38 = t;
20128
20128
  return n38;
20129
20129
  })();
@@ -20526,7 +20526,7 @@ var wg = (() => {
20526
20526
  return r.closePanel(a);
20527
20527
  }), i & 2 && (H("aria-level", r.lv)("role", r.role), X("igx-expansion-panel__header", r.cssClass)("igx-expansion-panel__header--expanded", r.isExpanded)("igx-expansion-panel--disabled", r.disabled));
20528
20528
  }, inputs: { lv: "lv", role: "role", iconPosition: "iconPosition", disabled: [2, "disabled", "disabled", B] }, outputs: { interaction: "interaction" }, standalone: true, features: [ce, Q], ngContentSelectors: uY, decls: 8, vars: 9, consts: [["role", "button", 1, "igx-expansion-panel__header-inner"], [1, "igx-expansion-panel__title-wrapper"], [4, "ngIf"], ["family", "default", 3, "name", 4, "ngIf"], ["family", "default", 3, "name"]], template: function(i, r) {
20529
- i & 1 && (De2(dY), m(0, "div", 0)(1, "div", 1), le2(2), le2(3, 1), f(), le2(4, 2), m(5, "div"), C(6, pY, 1, 0, "ng-content", 2)(7, hY, 1, 1, "igx-icon", 3), f()()), i & 2 && (H("tabindex", r.tabIndex)("id", r.id)("aria-disabled", r.disabled)("aria-expanded", r.isExpanded)("aria-controls", r.controls), u(5), pi(r.iconPositionClass), u(), p("ngIf", r.iconTemplate), u(), p("ngIf", !r.iconTemplate));
20529
+ i & 1 && (De2(dY), m(0, "div", 0)(1, "div", 1), le2(2), le2(3, 1), f(), le2(4, 2), m(5, "div"), C(6, pY, 1, 0, "ng-content", 2)(7, hY, 1, 1, "igx-icon", 3), f()()), i & 2 && (H("tabindex", r.tabIndex)("id", r.id)("aria-disabled", r.disabled)("aria-expanded", r.isExpanded)("aria-controls", r.controls), u(5), ui(r.iconPositionClass), u(), p("ngIf", r.iconTemplate), u(), p("ngIf", !r.iconTemplate));
20530
20530
  }, dependencies: [ae2, me], encapsulation: 2 });
20531
20531
  let n38 = t;
20532
20532
  return n38;
@@ -21319,7 +21319,7 @@ var fr = (() => {
21319
21319
  let s;
21320
21320
  b(s = D()) && (r.toggleDirective = s.first), b(s = D()) && (r.scrollContainerRef = s.first);
21321
21321
  }
21322
- }, inputs: { allowItemsFocus: [2, "allowItemsFocus", "allowItemsFocus", B], labelledBy: "labelledBy" }, outputs: { opening: "opening", opened: "opened", closing: "closing", closed: "closed" }, standalone: true, features: [fe2([{ provide: Rl, useExisting: t }]), ce, ne, ui, Q], ngContentSelectors: AY, decls: 4, vars: 9, consts: [["scrollContainer", ""], ["igxToggle", "", 1, "igx-drop-down__list", 3, "appended", "opening", "opened", "closing", "closed"], ["role", "listbox", 1, "igx-drop-down__list-scroll"], [4, "ngIf"]], template: function(i, r) {
21322
+ }, inputs: { allowItemsFocus: [2, "allowItemsFocus", "allowItemsFocus", B], labelledBy: "labelledBy" }, outputs: { opening: "opening", opened: "opened", closing: "closing", closed: "closed" }, standalone: true, features: [fe2([{ provide: Rl, useExisting: t }]), ce, ne, di, Q], ngContentSelectors: AY, decls: 4, vars: 9, consts: [["scrollContainer", ""], ["igxToggle", "", 1, "igx-drop-down__list", 3, "appended", "opening", "opened", "closing", "closed"], ["role", "listbox", 1, "igx-drop-down__list-scroll"], [4, "ngIf"]], template: function(i, r) {
21323
21323
  if (i & 1) {
21324
21324
  let s = V();
21325
21325
  De2(), m(0, "div", 1), S("appended", function(l) {
@@ -21888,8 +21888,8 @@ var je2 = class n32 {
21888
21888
  d.dimensionValues.forEach((J, te2) => {
21889
21889
  if (o.memberName !== te2) {
21890
21890
  L.dimensionValues.set(te2, J);
21891
- let oe2 = d.dimensions.find((Ee) => Ee.memberName === te2);
21892
- L.dimensions.unshift(oe2);
21891
+ let se = d.dimensions.find((Ee) => Ee.memberName === te2);
21892
+ L.dimensions.unshift(se);
21893
21893
  }
21894
21894
  });
21895
21895
  }), v.forEach((L) => {
@@ -22229,8 +22229,8 @@ var Ut2 = (() => {
22229
22229
  return this.indeterminateRows.size ? Array.from(this.indeterminateRows.keys()) : [];
22230
22230
  }
22231
22231
  clearRowSelection(e) {
22232
- let i = this.getSelectedRowsData(), r = this.isFilteringApplied() ? this.allData.filter((a) => this.isRowSelected(this.getRecordKey(a))) : i, s = this.isFilteringApplied() ? i.filter((a) => !r.includes(a)) : [];
22233
- this.emitRowSelectionEvent(s, [], r, e, i);
22232
+ let i = this.getSelectedRowsData(), r = this.isFilteringApplied() ? this.allData.filter((a) => this.isRowSelected(this.getRecordKey(a))) : i, s;
22233
+ this.grid.primaryKey ? s = this.isFilteringApplied() ? i.filter((a) => !r.some((l) => l[this.grid.primaryKey] === a[this.grid.primaryKey])) : [] : s = this.isFilteringApplied() ? i.filter((a) => !r.includes(a)) : [], this.emitRowSelectionEvent(s, [], r, e, i);
22234
22234
  }
22235
22235
  selectAllRows(e) {
22236
22236
  let i = this.allData.filter((a) => !this.isRowSelected(this.getRecordKey(a))), r = this.getSelectedRowsData(), s = this.rowSelection.size ? r.concat(i) : i;
@@ -22735,7 +22735,7 @@ var Xc = (() => {
22735
22735
  if (this.menu.items.length > 0) return !!this.menu.collapsed;
22736
22736
  }
22737
22737
  constructor(e, i, r, s) {
22738
- this._viewContainer = e, this.renderer = i, this.el = r, this.cdr = s, this.hidden = false, this.menuOverlaySettings = { scrollStrategy: new Ku() }, this._hidden = false, this._resourceStrings = gi(G6), this.hostClass = "igx-action-strip";
22738
+ this._viewContainer = e, this.renderer = i, this.el = r, this.cdr = s, this.hidden = false, this.menuOverlaySettings = { scrollStrategy: new Ku() }, this._hidden = false, this._resourceStrings = hi(G6), this.hostClass = "igx-action-strip";
22739
22739
  }
22740
22740
  get menuItems() {
22741
22741
  let e = [];
@@ -24835,7 +24835,7 @@ var Z_ = (() => {
24835
24835
  this.initialSelection || (this.viewDate = Array.isArray(e) ? new Date(Math.min(...e)) : e), this.selectDate(e), this.initialSelection = e;
24836
24836
  }
24837
24837
  constructor(e, i, r, s) {
24838
- this.platform = e, this._localeId = i, this.keyboardNavigation = r, this.cdr = s, this.activeViewIdx = 0, this._activeView = Ft2.Month, this.activeViewSubject = new ue2(), this.activeView$ = this.activeViewSubject.asObservable(), this.hideOutsideDays = false, this.selected = new T(), this.viewDateChanged = new T(), this.activeViewChanged = new T(), this.rangeStarted = false, this.pageScrollDirection = "none", this.scrollPage$ = new ue2(), this.stopPageScroll$ = new ue2(), this.startPageScroll$ = new ue2(), this.shiftKey = false, this._onTouchedCallback = Rt2, this._onChangeCallback = Rt2, this._disabledDates = [], this._specialDates = [], this._selection = sn.SINGLE, this._resourceStrings = gi(Ek), this._formatOptions = { day: "numeric", month: "long", weekday: "narrow", year: "numeric" }, this._formatViews = { day: false, month: true, year: false }, this.locale = i, this.viewDate = this.viewDate ? this.viewDate : /* @__PURE__ */ new Date(), this.initFormatters();
24838
+ this.platform = e, this._localeId = i, this.keyboardNavigation = r, this.cdr = s, this.activeViewIdx = 0, this._activeView = Ft2.Month, this.activeViewSubject = new ue2(), this.activeView$ = this.activeViewSubject.asObservable(), this.hideOutsideDays = false, this.selected = new T(), this.viewDateChanged = new T(), this.activeViewChanged = new T(), this.rangeStarted = false, this.pageScrollDirection = "none", this.scrollPage$ = new ue2(), this.stopPageScroll$ = new ue2(), this.startPageScroll$ = new ue2(), this.shiftKey = false, this._onTouchedCallback = Rt2, this._onChangeCallback = Rt2, this._disabledDates = [], this._specialDates = [], this._selection = sn.SINGLE, this._resourceStrings = hi(Ek), this._formatOptions = { day: "numeric", month: "long", weekday: "narrow", year: "numeric" }, this._formatViews = { day: false, month: true, year: false }, this.locale = i, this.viewDate = this.viewDate ? this.viewDate : /* @__PURE__ */ new Date(), this.initFormatters();
24839
24839
  }
24840
24840
  onPointerdown(e) {
24841
24841
  this.shiftKey = e.button === 0 && e.shiftKey;
@@ -24958,7 +24958,7 @@ var Z_ = (() => {
24958
24958
  }
24959
24959
  };
24960
24960
  t.\u0275fac = function(i) {
24961
- return new (i || t)(_(ye2), _(Jt), _(up), _(re));
24961
+ return new (i || t)(_(ye2), _(Zt2), _(up), _(re));
24962
24962
  }, t.\u0275dir = U({ type: t, selectors: [["", "igxCalendarBase", ""]], viewQuery: function(i, r) {
24963
24963
  if (i & 1 && k(lre, 5), i & 2) {
24964
24964
  let s;
@@ -25182,7 +25182,7 @@ var J_ = (() => {
25182
25182
  }
25183
25183
  };
25184
25184
  t = /* @__PURE__ */ new WeakMap(), o.\u0275fac = function(s) {
25185
- return new (s || o)(_(ye2), _(Jt), _(z), _(re));
25185
+ return new (s || o)(_(ye2), _(Zt2), _(z), _(re));
25186
25186
  }, o.\u0275cmp = q({ type: o, selectors: [["igx-days-view"]], viewQuery: function(s, a) {
25187
25187
  if (s & 1 && k(X_, 5, X_), s & 2) {
25188
25188
  let l;
@@ -25301,7 +25301,7 @@ function Ere(n38, t) {
25301
25301
  }
25302
25302
  if (n38 & 2) {
25303
25303
  let o = t.$implicit, e = h();
25304
- H("aria-label", qt(2, 2, o.date, "LLLL") + ", " + e.resourceStrings.igx_calendar_select_month), u(3), Z(" ", e.formattedMonth(o.date), " ");
25304
+ H("aria-label", _i(2, 2, o.date, "LLLL") + ", " + e.resourceStrings.igx_calendar_select_month), u(3), Z(" ", e.formattedMonth(o.date), " ");
25305
25305
  }
25306
25306
  }
25307
25307
  function Tre(n38, t) {
@@ -25323,13 +25323,13 @@ function Rre(n38, t) {
25323
25323
  }
25324
25324
  if (n38 & 2) {
25325
25325
  let o = t.$implicit, e = h();
25326
- p("ngIf", e.activeView === "year"), u(), H("aria-label", qt(3, 3, o.date, "yyyy") + ", " + e.resourceStrings.igx_calendar_select_year), u(3), Z(" ", e.formattedYear(o.date), " ");
25326
+ p("ngIf", e.activeView === "year"), u(), H("aria-label", _i(3, 3, o.date, "yyyy") + ", " + e.resourceStrings.igx_calendar_select_year), u(3), Z(" ", e.formattedYear(o.date), " ");
25327
25327
  }
25328
25328
  }
25329
25329
  function Are(n38, t) {
25330
25330
  if (n38 & 1 && (m(0, "span", 29), P(1), R(2, "date"), R(3, "date"), f()), n38 & 2) {
25331
25331
  let o = h().$implicit, e = h();
25332
- u(), Z(" ", e.monthsViewNumber > 1 ? e.resourceStrings.igx_calendar_first_picker_of.replace("{0}", e.monthsViewNumber.toString()) + " " + qt(2, 1, o.date, "LLLL yyyy") : e.resourceStrings.igx_calendar_selected_month_is + qt(3, 4, o.date, "LLLL yyyy"), " ");
25332
+ u(), Z(" ", e.monthsViewNumber > 1 ? e.resourceStrings.igx_calendar_first_picker_of.replace("{0}", e.monthsViewNumber.toString()) + " " + _i(2, 1, o.date, "LLLL yyyy") : e.resourceStrings.igx_calendar_selected_month_is + _i(3, 4, o.date, "LLLL yyyy"), " ");
25333
25333
  }
25334
25334
  }
25335
25335
  function Pre(n38, t) {
@@ -25368,7 +25368,7 @@ function Lre(n38, t) {
25368
25368
  }
25369
25369
  if (n38 & 2) {
25370
25370
  let o = h(), e = M(13);
25371
- p("startScroll", o.startPrevPageScroll)("stopScroll", o.stopPageScroll), H("aria-label", o.prevNavLabel(qt(2, 4, o.getPrevMonth(o.viewDate), "LLLL"))), u(3), p("ngTemplateOutlet", e);
25371
+ p("startScroll", o.startPrevPageScroll)("stopScroll", o.stopPageScroll), H("aria-label", o.prevNavLabel(_i(2, 4, o.getPrevMonth(o.viewDate), "LLLL"))), u(3), p("ngTemplateOutlet", e);
25372
25372
  }
25373
25373
  }
25374
25374
  function Hre(n38, t) {
@@ -25383,7 +25383,7 @@ function Bre(n38, t) {
25383
25383
  }
25384
25384
  if (n38 & 2) {
25385
25385
  let o = h(), e = M(15);
25386
- p("startScroll", o.startNextPageScroll)("stopScroll", o.stopPageScroll), H("aria-label", o.nextNavLabel(qt(2, 4, o.getNextMonth(o.viewDate, o.monthsViewNumber), "LLLL"))), u(3), p("ngTemplateOutlet", e);
25386
+ p("startScroll", o.startNextPageScroll)("stopScroll", o.stopPageScroll), H("aria-label", o.nextNavLabel(_i(2, 4, o.getNextMonth(o.viewDate, o.monthsViewNumber), "LLLL"))), u(3), p("ngTemplateOutlet", e);
25387
25387
  }
25388
25388
  }
25389
25389
  function zre(n38, t) {
@@ -25405,7 +25405,7 @@ function $re(n38, t) {
25405
25405
  function Ure(n38, t) {
25406
25406
  if (n38 & 1 && (m(0, "section", 36)(1, "div", 37), R(2, "IgxGetViewDate"), C(3, zre, 1, 0, "ng-container", 30), f(), C(4, $re, 3, 2, "div", 38), f()), n38 & 2) {
25407
25407
  let o = t.$implicit, e = h(), i = M(9);
25408
- N("--calendar-row-start", 1 + 2 * o), u(), H("data-month", se(2, 6, o, e.viewDate, false)), u(2), p("ngTemplateOutlet", e.subheaderTemplate ? e.subheaderTemplate : i)("ngTemplateOutletContext", e.getContext(o)), u(), p("ngIf", e.orientation === "horizontal" ? o === e.monthsViewNumber - 1 : o === 0);
25408
+ N("--calendar-row-start", 1 + 2 * o), u(), H("data-month", oe2(2, 6, o, e.viewDate, false)), u(2), p("ngTemplateOutlet", e.subheaderTemplate ? e.subheaderTemplate : i)("ngTemplateOutletContext", e.getContext(o)), u(), p("ngIf", e.orientation === "horizontal" ? o === e.monthsViewNumber - 1 : o === 0);
25409
25409
  }
25410
25410
  }
25411
25411
  function Wre(n38, t) {
@@ -25534,7 +25534,7 @@ function hoe(n38, t) {
25534
25534
  }
25535
25535
  if (n38 & 2) {
25536
25536
  let o = t.index, e = h(2);
25537
- u(), N("--calendar-row-start", (o + 1) * 2), p("tabIndex", -1)("selection", e.selection)("locale", e.locale)("value", e.value), Nt2("activeDate", e.activeDate)("previewRangeDate", e.previewRangeDate), p("viewDate", qt(3, 19, o, e.viewDate))("weekStart", e.weekStart)("formatOptions", e.formatOptions)("formatViews", e.formatViews)("disabledDates", e.disabledDates)("specialDates", e.specialDates)("hideLeadingDays", e.hideOutsideDays || o !== 0)("hideTrailingDays", e.hideOutsideDays || o !== e.monthsViewNumber - 1)("showWeekNumbers", e.showWeekNumbers)("showActiveDay", e.showActiveDay)("standalone", false);
25537
+ u(), N("--calendar-row-start", (o + 1) * 2), p("tabIndex", -1)("selection", e.selection)("locale", e.locale)("value", e.value), Nt2("activeDate", e.activeDate)("previewRangeDate", e.previewRangeDate), p("viewDate", _i(3, 19, o, e.viewDate))("weekStart", e.weekStart)("formatOptions", e.formatOptions)("formatViews", e.formatViews)("disabledDates", e.disabledDates)("specialDates", e.specialDates)("hideLeadingDays", e.hideOutsideDays || o !== 0)("hideTrailingDays", e.hideOutsideDays || o !== e.monthsViewNumber - 1)("showWeekNumbers", e.showWeekNumbers)("showActiveDay", e.showActiveDay)("standalone", false);
25538
25538
  }
25539
25539
  }
25540
25540
  function goe(n38, t) {
@@ -25985,7 +25985,7 @@ function Roe(n38, t) {
25985
25985
  }
25986
25986
  var Fg = St2({ PRIMARY: "primary", INFO: "info", SUCCESS: "success", WARNING: "warning", DANGER: "danger" });
25987
25987
  var Aoe = 0;
25988
- var ai = (() => {
25988
+ var si = (() => {
25989
25989
  let t = class t {
25990
25990
  set tabIndex(e) {
25991
25991
  this._tabIndex = e;
@@ -26042,7 +26042,7 @@ var ai = (() => {
26042
26042
  return this.computedStyles?.getPropertyValue("--ig-size") || Ni.Medium;
26043
26043
  }
26044
26044
  constructor(e, i, r, s) {
26045
- this.cdr = e, this.ref = i, this.renderer = r, this.document = s, this.id = `igx-chip-${Aoe++}`, this.role = "option", this.draggable = false, this.animateOnRelease = true, this.hideBaseOnDrag = true, this.removable = false, this.selectable = false, this.class = "", this.disabled = false, this.selectedChange = new T(), this.moveStart = new T(), this.moveEnd = new T(), this.remove = new T(), this.chipClick = new T(), this.selectedChanging = new T(), this.selectedChanged = new T(), this.keyDown = new T(), this.dragEnter = new T(), this.dragLeave = new T(), this.dragOver = new T(), this.dragDrop = new T(), this.defaultClass = "igx-chip", this.hideBaseElement = false, this.destroy$ = new ue2(), this._tabIndex = null, this._selected = false, this._selectedItemClass = "igx-chip__item--selected", this._movedWhileRemoving = false, this._resourceStrings = gi(Pk);
26045
+ this.cdr = e, this.ref = i, this.renderer = r, this.document = s, this.id = `igx-chip-${Aoe++}`, this.role = "option", this.draggable = false, this.animateOnRelease = true, this.hideBaseOnDrag = true, this.removable = false, this.selectable = false, this.class = "", this.disabled = false, this.selectedChange = new T(), this.moveStart = new T(), this.moveEnd = new T(), this.remove = new T(), this.chipClick = new T(), this.selectedChanging = new T(), this.selectedChanged = new T(), this.keyDown = new T(), this.dragEnter = new T(), this.dragLeave = new T(), this.dragOver = new T(), this.dragDrop = new T(), this.defaultClass = "igx-chip", this.hideBaseElement = false, this.destroy$ = new ue2(), this._tabIndex = null, this._selected = false, this._selectedItemClass = "igx-chip__item--selected", this._movedWhileRemoving = false, this._resourceStrings = hi(Pk);
26046
26046
  }
26047
26047
  keyEvent(e) {
26048
26048
  this.onChipKeyDown(e);
@@ -26235,12 +26235,12 @@ var bo = (() => {
26235
26235
  t.\u0275fac = function(i) {
26236
26236
  return new (i || t)(_(re), _(z), _(ki));
26237
26237
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-chips-area"]], contentQueries: function(i, r, s) {
26238
- if (i & 1 && de(s, ai, 5), i & 2) {
26238
+ if (i & 1 && de(s, si, 5), i & 2) {
26239
26239
  let a;
26240
26240
  b(a = D()) && (r.chipsList = a);
26241
26241
  }
26242
26242
  }, hostVars: 8, hostBindings: function(i, r) {
26243
- i & 2 && (H("role", r.role)("aria-label", r.ariaLabel), pi(r.hostClass), N("width", r._widthToRem, "rem")("height", r._heightToRem, "rem"));
26243
+ i & 2 && (H("role", r.role)("aria-label", r.ariaLabel), ui(r.hostClass), N("width", r._widthToRem, "rem")("height", r._heightToRem, "rem"));
26244
26244
  }, inputs: { width: "width", height: "height" }, outputs: { reorder: "reorder", selectionChange: "selectionChange", moveStart: "moveStart", moveEnd: "moveEnd" }, standalone: true, features: [Q], ngContentSelectors: Poe, decls: 1, vars: 0, template: function(i, r) {
26245
26245
  i & 1 && (De2(), le2(0));
26246
26246
  }, encapsulation: 2 });
@@ -26433,14 +26433,14 @@ var iv = (() => {
26433
26433
  }
26434
26434
  };
26435
26435
  t.\u0275fac = function(i) {
26436
- return new (i || t)(_(z), _(Jt), _(Vs, 8));
26436
+ return new (i || t)(_(z), _(Zt2), _(Vs, 8));
26437
26437
  }, t.\u0275dir = U({ type: t, contentQueries: function(i, r, s) {
26438
- if (i & 1 && (de(s, Pa, 5), de(s, Vt2, 5), de(s, Kt, 5)), i & 2) {
26438
+ if (i & 1 && (de(s, Pa, 5), de(s, Vt2, 5), de(s, Qt, 5)), i & 2) {
26439
26439
  let a;
26440
26440
  b(a = D()) && (r.toggleComponents = a), b(a = D()) && (r.prefixes = a), b(a = D()) && (r.suffixes = a);
26441
26441
  }
26442
26442
  }, viewQuery: function(i, r) {
26443
- if (i & 1 && k(Yt, 5), i & 2) {
26443
+ if (i & 1 && k(Kt, 5), i & 2) {
26444
26444
  let s;
26445
26445
  b(s = D()) && (r.inputGroup = s.first);
26446
26446
  }
@@ -26526,7 +26526,7 @@ var Or = (() => {
26526
26526
  return Object.assign({}, this._calendarFormat, this.calendarFormat);
26527
26527
  }
26528
26528
  constructor(e, i, r, s, a, l, c, d) {
26529
- super(e, i, d), this._overlayService = r, this._injector = s, this._renderer = a, this.platform = l, this.cdr = c, this.displayMonthsCount = 1, this.headerOrientation = Og.Horizontal, this.spinLoop = true, this.id = `igx-date-picker-${$oe++}`, this.readOnly = false, this.valueChange = new T(), this.validationFailed = new T(), this.displayValue = { transform: (g) => this.formatter(g) }, this._resourceStrings = gi(Vk), this._ngControl = null, this._specialDates = null, this._disabledDates = null, this._overlaySubFilter = [Zt2((g) => g.id === this._overlayId), K(this._destroy$)], this._dropDownOverlaySettings = { target: this.inputGroupElement, closeOnOutsideClick: true, modal: false, closeOnEscape: true, scrollStrategy: new Xt(), positionStrategy: new Ai({ openAnimation: Cn, closeAnimation: In }) }, this._dialogOverlaySettings = { closeOnOutsideClick: true, modal: true, closeOnEscape: true }, this._calendarFormat = { day: "numeric", month: "short", weekday: "short", year: "numeric" }, this._defFormatViews = { day: false, month: true, year: false }, this._onChangeCallback = Rt2, this._onTouchedCallback = Rt2, this._onValidatorChange = Rt2, this.onStatusChanged = () => {
26529
+ super(e, i, d), this._overlayService = r, this._injector = s, this._renderer = a, this.platform = l, this.cdr = c, this.displayMonthsCount = 1, this.headerOrientation = Og.Horizontal, this.spinLoop = true, this.id = `igx-date-picker-${$oe++}`, this.readOnly = false, this.valueChange = new T(), this.validationFailed = new T(), this.displayValue = { transform: (g) => this.formatter(g) }, this._resourceStrings = hi(Vk), this._ngControl = null, this._specialDates = null, this._disabledDates = null, this._overlaySubFilter = [Xt((g) => g.id === this._overlayId), K(this._destroy$)], this._dropDownOverlaySettings = { target: this.inputGroupElement, closeOnOutsideClick: true, modal: false, closeOnEscape: true, scrollStrategy: new Yt(), positionStrategy: new Ai({ openAnimation: Cn, closeAnimation: In }) }, this._dialogOverlaySettings = { closeOnOutsideClick: true, modal: true, closeOnEscape: true }, this._calendarFormat = { day: "numeric", month: "short", weekday: "short", year: "numeric" }, this._defFormatViews = { day: false, month: true, year: false }, this._onChangeCallback = Rt2, this._onTouchedCallback = Rt2, this._onValidatorChange = Rt2, this.onStatusChanged = () => {
26530
26530
  this.disabled = this._ngControl.disabled, this.updateValidity(), this.inputGroup.isRequired = this.required;
26531
26531
  }, this.locale = this.locale || this._localeId;
26532
26532
  }
@@ -26692,14 +26692,14 @@ var Or = (() => {
26692
26692
  }
26693
26693
  };
26694
26694
  t.\u0275fac = function(i) {
26695
- return new (i || t)(_(z), _(Jt), _(hi), _(It2), _(ct2), _(ye2), _(re), _(Vs, 8));
26695
+ return new (i || t)(_(z), _(Zt2), _(pi), _(It2), _(ct2), _(ye2), _(re), _(Vs, 8));
26696
26696
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-date-picker"]], contentQueries: function(i, r, s) {
26697
26697
  if (i & 1 && (de(s, Qc, 5), de(s, Pg, 5), de(s, Mg, 5), de(s, tv, 5), de(s, Bs, 4)), i & 2) {
26698
26698
  let a;
26699
26699
  b(a = D()) && (r.label = a.first), b(a = D()) && (r.headerTemplate = a.first), b(a = D()) && (r.subheaderTemplate = a.first), b(a = D()) && (r.pickerActions = a.first), b(a = D()) && (r.clearComponents = a);
26700
26700
  }
26701
26701
  }, viewQuery: function(i, r) {
26702
- if (i & 1 && (k(nn, 7), k(Yt, 5, We2), k(Qc, 5), k(Tt2, 5)), i & 2) {
26702
+ if (i & 1 && (k(nn, 7), k(Kt, 5, We2), k(Qc, 5), k(Tt2, 5)), i & 2) {
26703
26703
  let s;
26704
26704
  b(s = D()) && (r.dateTimeEditor = s.first), b(s = D()) && (r.viewContainerRef = s.first), b(s = D()) && (r.labelDirective = s.first), b(s = D()) && (r.inputDirective = s.first);
26705
26705
  }
@@ -26709,7 +26709,7 @@ var Or = (() => {
26709
26709
  }), i & 2 && H("id", r.id);
26710
26710
  }, inputs: { hideOutsideDays: [2, "hideOutsideDays", "hideOutsideDays", B], displayMonthsCount: "displayMonthsCount", showWeekNumbers: [2, "showWeekNumbers", "showWeekNumbers", B], formatter: "formatter", headerOrientation: "headerOrientation", todayButtonLabel: "todayButtonLabel", cancelButtonLabel: "cancelButtonLabel", spinLoop: [2, "spinLoop", "spinLoop", B], spinDelta: "spinDelta", outlet: "outlet", id: "id", formatViews: "formatViews", disabledDates: "disabledDates", specialDates: "specialDates", calendarFormat: "calendarFormat", value: "value", minValue: "minValue", maxValue: "maxValue", resourceStrings: "resourceStrings", readOnly: [2, "readOnly", "readOnly", B] }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, standalone: true, features: [fe2([{ provide: Ii, useExisting: t, multi: true }, { provide: Qo, useExisting: t, multi: true }]), ce, ne, Q], ngContentSelectors: zoe, decls: 12, vars: 17, consts: [[3, "type"], [3, "click", 4, "ngIf"], ["igxInput", "", "aria-haspopup", "dialog", "aria-autocomplete", "none", "role", "combobox", 1, "igx-date-picker__input-date", 3, "displayValuePipe", "igxDateTimeEditor", "displayFormat", "minValue", "maxValue", "spinDelta", "spinLoop", "disabled", "placeholder", "readonly", "igxTextSelection", "locale"], ["ngProjectAs", "[igxLabel]", 5, ["", "igxLabel", ""]], ["ngProjectAs", "igx-prefix", 5, ["igx-prefix"]], ["ngProjectAs", "igx-suffix", 5, ["igx-suffix"]], ["ngProjectAs", "igx-hint", 5, ["igx-hint"]], [3, "click"], ["family", "default", "name", "today", 3, "title"], ["family", "default", "name", "input_clear"]], template: function(i, r) {
26711
26711
  i & 1 && (De2(Boe), m(0, "igx-input-group", 0), C(1, Goe, 2, 1, "igx-prefix", 1), E(2, "input", 2), C(3, joe, 2, 0, "igx-suffix", 1), G(4, 3), le2(5), j(), G(6, 4), le2(7, 1), j(), G(8, 5), le2(9, 2), j(), G(10, 6), le2(11, 3), j(), f()), i & 2 && (p("type", r.type), u(), p("ngIf", !r.toggleComponents.length), u(), p("displayValuePipe", r.formatter ? r.displayValue : null)("igxDateTimeEditor", r.inputFormat)("displayFormat", r.displayFormat)("minValue", r.minValue)("maxValue", r.maxValue)("spinDelta", r.spinDelta)("spinLoop", r.spinLoop)("disabled", r.disabled)("placeholder", r.placeholder)("readonly", !r.isDropdown || r.readOnly)("igxTextSelection", r.isDropdown && !r.readOnly)("locale", r.locale), H("aria-expanded", !r.collapsed)("aria-labelledby", r.label == null ? null : r.label.id), u(), p("ngIf", !r.clearComponents.length && r.value));
26712
- }, dependencies: [ae2, Yt, Vt2, me, Tt2, nn, Os, Kt], styles: ["[_nghost-%COMP%]{display:block}"] });
26712
+ }, dependencies: [ae2, Kt, Vt2, me, Tt2, nn, Os, Qt], styles: ["[_nghost-%COMP%]{display:block}"] });
26713
26713
  let n38 = t;
26714
26714
  return n38;
26715
26715
  })();
@@ -26818,14 +26818,14 @@ var Do = (() => {
26818
26818
  b(s = D()) && (r.columnItems = s);
26819
26819
  }
26820
26820
  }, hostVars: 3, hostBindings: function(i, r) {
26821
- i & 2 && (H("id", r.id), pi(r.cssClass));
26821
+ i & 2 && (H("id", r.id), ui(r.cssClass));
26822
26822
  }, inputs: { grid: "grid", indentation: "indentation", columnsAreaMaxHeight: "columnsAreaMaxHeight", hideFilter: [2, "hideFilter", "hideFilter", B], title: "title", filterColumnsPrompt: "filterColumnsPrompt", filterCriteria: "filterCriteria", columnDisplayOrder: "columnDisplayOrder", uncheckAllText: "uncheckAllText", checkAllText: "checkAllText", id: "id" }, outputs: { columnToggled: "columnToggled" }, standalone: true, features: [ce, Q], decls: 13, vars: 21, consts: [[1, "igx-column-actions__header"], ["class", "igx-column-actions__header-title", 4, "ngIf"], ["class", "igx-column-actions__header-input", 4, "ngIf"], ["tabindex", "0", 1, "igx-column-actions__columns"], ["class", "igx-column-actions__columns-item", 3, "readonly", "checked", "margin-left", "click", 4, "ngFor", "ngForOf"], [1, "igx-column-actions__buttons"], ["type", "button", "igxButton", "", "igxRipple", "", 3, "click", "disabled"], [1, "igx-column-actions__header-title"], [1, "igx-column-actions__header-input"], ["igxInput", "", "type", "text", "autocomplete", "off", 3, "ngModelChange", "ngModel", "placeholder"], [1, "igx-column-actions__columns-item", 3, "click", "readonly", "checked"]], template: function(i, r) {
26823
26823
  i & 1 && (m(0, "div", 0), C(1, Uoe, 2, 2, "h4", 1)(2, Woe, 2, 3, "igx-input-group", 2), f(), m(3, "div", 3), C(4, qoe, 2, 5, "igx-checkbox", 4), R(5, "columnActionEnabled"), R(6, "filterActionColumns"), R(7, "sortActionColumns"), f(), m(8, "div", 5)(9, "button", 6), S("click", function() {
26824
26824
  return r.uncheckAllColumns();
26825
26825
  }), P(10), f(), m(11, "button", 6), S("click", function() {
26826
26826
  return r.checkAllColumns();
26827
- }), P(12), f()()), i & 2 && (u(), p("ngIf", r.title), u(), p("ngIf", !r.hideFilter), u(), N("max-height", r.columnsAreaMaxHeight), u(), p("ngForOf", se(7, 17, se(6, 13, se(5, 9, r.grid == null ? null : r.grid._columns, r.actionsDirective.actionEnabledColumnsFilter, r.pipeTrigger), r.filterCriteria, r.pipeTrigger), r.columnDisplayOrder, r.pipeTrigger)), u(5), p("disabled", r.uncheckAllDisabled), u(), Y(r.uncheckAllText), u(), p("disabled", r.checkAllDisabled), u(), Y(r.checkAllText));
26828
- }, dependencies: () => [ae2, Yt, Rr, _n, vn, $r, Tt2, Le2, $t, ot2, bi, Koe, Yoe, Xoe], encapsulation: 2 });
26827
+ }), P(12), f()()), i & 2 && (u(), p("ngIf", r.title), u(), p("ngIf", !r.hideFilter), u(), N("max-height", r.columnsAreaMaxHeight), u(), p("ngForOf", oe2(7, 17, oe2(6, 13, oe2(5, 9, r.grid == null ? null : r.grid._columns, r.actionsDirective.actionEnabledColumnsFilter, r.pipeTrigger), r.filterCriteria, r.pipeTrigger), r.columnDisplayOrder, r.pipeTrigger)), u(5), p("disabled", r.uncheckAllDisabled), u(), Y(r.uncheckAllText), u(), p("disabled", r.checkAllDisabled), u(), Y(r.checkAllText));
26828
+ }, dependencies: () => [ae2, Kt, Rr, _n, vn, $r, Tt2, Le2, $t, ot2, bi, Koe, Yoe, Xoe], encapsulation: 2 });
26829
26829
  let n38 = t;
26830
26830
  return n38;
26831
26831
  })();
@@ -26996,7 +26996,7 @@ function Pt2() {
26996
26996
  }, o;
26997
26997
  };
26998
26998
  }
26999
- function li(n38 = false) {
26999
+ function ai(n38 = false) {
27000
27000
  return (t, o, e) => {
27001
27001
  let i = `__${o}`;
27002
27002
  e = e || { enumerable: true, configurable: true };
@@ -27156,7 +27156,7 @@ var Dn = class {
27156
27156
  return this.column.width;
27157
27157
  }
27158
27158
  get value() {
27159
- return this.column.field ? this.column.hasNestedPath ? Qt(this.row?.data, this.column.field) : this.row?.data[this.column.field] : void 0;
27159
+ return this.column.field ? this.column.hasNestedPath ? qt(this.row?.data, this.column.field) : this.row?.data[this.column.field] : void 0;
27160
27160
  }
27161
27161
  set value(t) {
27162
27162
  this.update(t);
@@ -27717,7 +27717,7 @@ var ft2 = (() => {
27717
27717
  }, inputs: { field: "field", header: "header", title: "title", sortable: [2, "sortable", "sortable", B], selectable: "selectable", groupable: [2, "groupable", "groupable", B], editable: [2, "editable", "editable", B], filterable: [2, "filterable", "filterable", B], resizable: [2, "resizable", "resizable", B], autosizeHeader: [2, "autosizeHeader", "autosizeHeader", B], hasSummary: [2, "hasSummary", "hasSummary", B], hidden: [2, "hidden", "hidden", B], disableHiding: [2, "disableHiding", "disableHiding", B], disablePinning: [2, "disablePinning", "disablePinning", B], width: "width", maxWidth: "maxWidth", headerClasses: "headerClasses", headerStyles: "headerStyles", headerGroupClasses: "headerGroupClasses", headerGroupStyles: "headerGroupStyles", cellClasses: "cellClasses", cellStyles: "cellStyles", formatter: "formatter", summaryFormatter: "summaryFormatter", filteringIgnoreCase: [2, "filteringIgnoreCase", "filteringIgnoreCase", B], sortingIgnoreCase: [2, "sortingIgnoreCase", "sortingIgnoreCase", B], searchable: [2, "searchable", "searchable", B], dataType: "dataType", collapsibleIndicatorTemplate: "collapsibleIndicatorTemplate", rowEnd: "rowEnd", colEnd: "colEnd", rowStart: "rowStart", colStart: "colStart", additionalTemplateContext: "additionalTemplateContext", minWidth: "minWidth", pinned: [2, "pinned", "pinned", B], summaries: "summaries", filters: "filters", sortStrategy: "sortStrategy", groupingComparer: "groupingComparer", summaryTemplate: "summaryTemplate", bodyTemplate: [0, "cellTemplate", "bodyTemplate"], headerTemplate: "headerTemplate", inlineEditorTemplate: [0, "cellEditorTemplate", "inlineEditorTemplate"], errorTemplate: "errorTemplate", filterCellTemplate: "filterCellTemplate", visibleWhenCollapsed: [2, "visibleWhenCollapsed", "visibleWhenCollapsed", B], pipeArgs: "pipeArgs" }, outputs: { hiddenChange: "hiddenChange", expandedChange: "expandedChange", collapsibleChange: "collapsibleChange", visibleWhenCollapsedChange: "visibleWhenCollapsedChange", columnChange: "columnChange", widthChange: "widthChange", pinnedChange: "pinnedChange" }, standalone: true, features: [ce, Q], decls: 0, vars: 0, template: function(i, r) {
27718
27718
  }, encapsulation: 2, changeDetection: 0 });
27719
27719
  let n38 = t;
27720
- return qe([li(), Pt2()], n38.prototype, "header", void 0), qe([li(), Pt2()], n38.prototype, "title", void 0), qe([Pt2()], n38.prototype, "sortable", void 0), qe([Pt2()], n38.prototype, "selectable", null), qe([li(true), Pt2()], n38.prototype, "groupable", null), qe([Pt2()], n38.prototype, "editable", null), qe([li(), Pt2()], n38.prototype, "filterable", void 0), qe([Pt2()], n38.prototype, "resizable", void 0), qe([Pt2()], n38.prototype, "autosizeHeader", void 0), qe([li(true), Pt2()], n38.prototype, "hasSummary", null), qe([li(true), Pt2()], n38.prototype, "hidden", null), qe([li(), Pt2()], n38.prototype, "disableHiding", void 0), qe([li(), Pt2()], n38.prototype, "disablePinning", void 0), qe([li(true), Pt2()], n38.prototype, "width", null), qe([Pt2()], n38.prototype, "maxWidth", void 0), qe([li(), Pt2()], n38.prototype, "headerClasses", void 0), qe([li(), Pt2()], n38.prototype, "headerStyles", void 0), qe([li(), Pt2()], n38.prototype, "headerGroupClasses", void 0), qe([li(), Pt2()], n38.prototype, "headerGroupStyles", void 0), qe([li(), Pt2()], n38.prototype, "cellClasses", void 0), qe([li(), Pt2()], n38.prototype, "cellStyles", void 0), qe([li(), Pt2()], n38.prototype, "formatter", void 0), qe([li(), Pt2()], n38.prototype, "summaryFormatter", void 0), qe([Pt2()], n38.prototype, "filteringIgnoreCase", void 0), qe([Pt2()], n38.prototype, "sortingIgnoreCase", void 0), qe([li(), Pt2()], n38.prototype, "searchable", void 0), qe([li(), Pt2()], n38.prototype, "minWidth", null), qe([Pt2()], n38.prototype, "pinned", null), qe([li(true), Pt2()], n38.prototype, "summaries", null), qe([li(), Pt2()], n38.prototype, "summaryTemplate", null), qe([li(), Pt2()], n38.prototype, "bodyTemplate", null), qe([li(), Pt2()], n38.prototype, "headerTemplate", null), qe([li(), Pt2()], n38.prototype, "inlineEditorTemplate", null), qe([li(), Pt2()], n38.prototype, "errorTemplate", null), qe([li(), Pt2()], n38.prototype, "filterCellTemplate", null), qe([li(true)], n38.prototype, "visibleWhenCollapsed", null), qe([li(), Pt2()], n38.prototype, "pipeArgs", null), n38;
27720
+ return qe([ai(), Pt2()], n38.prototype, "header", void 0), qe([ai(), Pt2()], n38.prototype, "title", void 0), qe([Pt2()], n38.prototype, "sortable", void 0), qe([Pt2()], n38.prototype, "selectable", null), qe([ai(true), Pt2()], n38.prototype, "groupable", null), qe([Pt2()], n38.prototype, "editable", null), qe([ai(), Pt2()], n38.prototype, "filterable", void 0), qe([Pt2()], n38.prototype, "resizable", void 0), qe([Pt2()], n38.prototype, "autosizeHeader", void 0), qe([ai(true), Pt2()], n38.prototype, "hasSummary", null), qe([ai(true), Pt2()], n38.prototype, "hidden", null), qe([ai(), Pt2()], n38.prototype, "disableHiding", void 0), qe([ai(), Pt2()], n38.prototype, "disablePinning", void 0), qe([ai(true), Pt2()], n38.prototype, "width", null), qe([Pt2()], n38.prototype, "maxWidth", void 0), qe([ai(), Pt2()], n38.prototype, "headerClasses", void 0), qe([ai(), Pt2()], n38.prototype, "headerStyles", void 0), qe([ai(), Pt2()], n38.prototype, "headerGroupClasses", void 0), qe([ai(), Pt2()], n38.prototype, "headerGroupStyles", void 0), qe([ai(), Pt2()], n38.prototype, "cellClasses", void 0), qe([ai(), Pt2()], n38.prototype, "cellStyles", void 0), qe([ai(), Pt2()], n38.prototype, "formatter", void 0), qe([ai(), Pt2()], n38.prototype, "summaryFormatter", void 0), qe([Pt2()], n38.prototype, "filteringIgnoreCase", void 0), qe([Pt2()], n38.prototype, "sortingIgnoreCase", void 0), qe([ai(), Pt2()], n38.prototype, "searchable", void 0), qe([ai(), Pt2()], n38.prototype, "minWidth", null), qe([Pt2()], n38.prototype, "pinned", null), qe([ai(true), Pt2()], n38.prototype, "summaries", null), qe([ai(), Pt2()], n38.prototype, "summaryTemplate", null), qe([ai(), Pt2()], n38.prototype, "bodyTemplate", null), qe([ai(), Pt2()], n38.prototype, "headerTemplate", null), qe([ai(), Pt2()], n38.prototype, "inlineEditorTemplate", null), qe([ai(), Pt2()], n38.prototype, "errorTemplate", null), qe([ai(), Pt2()], n38.prototype, "filterCellTemplate", null), qe([ai(true)], n38.prototype, "visibleWhenCollapsed", null), qe([ai(), Pt2()], n38.prototype, "pipeArgs", null), n38;
27721
27721
  })();
27722
27722
  var ise = [[["igx-column"], ["igc-column"], ["igx-column-group"], ["igc-column-group"]]];
27723
27723
  var nse = ["igx-column,igc-column,igx-column-group,igc-column-group"];
@@ -27792,7 +27792,7 @@ var En = (() => {
27792
27792
  }
27793
27793
  ngAfterContentInit() {
27794
27794
  this.headTemplate && this.headTemplate.length && (this._headerTemplate = this.headTemplate.toArray()[0].template), this.collapseIndicatorTemplate && (this.collapsibleIndicatorTemplate = this.collapseIndicatorTemplate.template), this.children.first === this && this.children.reset(this.children.toArray().slice(1)), this.children.forEach((e) => {
27795
- e.parent = this, this.pinned && (e.pinned = this.pinned);
27795
+ e.parent = this, this.pinned && (e.pinned = this.pinned), this._hidden && (e.hidden = this._hidden);
27796
27796
  }), this.collapsible && this.setExpandCollapseState(), this.children.changes.pipe(K(this.destroy$)).subscribe((e) => {
27797
27797
  let i = false;
27798
27798
  e.forEach((r) => {
@@ -28183,7 +28183,7 @@ var ss = (() => {
28183
28183
  this.hintElement && r.contains(this.hintElement.nativeElement) || this.toggle(Object.assign({}, this._overlayDefaults, this.overlaySettings, i));
28184
28184
  }
28185
28185
  ngAfterContentInit() {
28186
- this._overlayDefaults = { target: this.getEditElement(), modal: false, positionStrategy: new XC(this), scrollStrategy: new Xt(), excludeFromOutsideClick: [this.inputGroup.element.nativeElement] };
28186
+ this._overlayDefaults = { target: this.getEditElement(), modal: false, positionStrategy: new XC(this), scrollStrategy: new Yt(), excludeFromOutsideClick: [this.inputGroup.element.nativeElement] };
28187
28187
  let e = this.children.changes.pipe(K(this.destroy$)).subscribe(() => {
28188
28188
  this.setSelection(this.items.find((i) => i.value === this.value)), this.cdr.detectChanges();
28189
28189
  });
@@ -28253,14 +28253,14 @@ var ss = (() => {
28253
28253
  }
28254
28254
  };
28255
28255
  t.\u0275fac = function(i) {
28256
- return new (i || t)(_(z), _(re), _(Ke2), _(np), _(hi), _(Vs, 8), _(It2));
28256
+ return new (i || t)(_(z), _(re), _(Ke2), _(np), _(pi), _(Vs, 8), _(It2));
28257
28257
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-select"]], contentQueries: function(i, r, s) {
28258
- if (i & 1 && (de(s, Qc, 7), de(s, Cse, 5, ee2), de(s, Ise, 5, ee2), de(s, Sse, 5, ee2), de(s, hg, 5, z), de(s, zs, 5), de(s, Vt2, 5), de(s, Kt, 5)), i & 2) {
28258
+ if (i & 1 && (de(s, Qc, 7), de(s, Cse, 5, ee2), de(s, Ise, 5, ee2), de(s, Sse, 5, ee2), de(s, hg, 5, z), de(s, zs, 5), de(s, Vt2, 5), de(s, Qt, 5)), i & 2) {
28259
28259
  let a;
28260
28260
  b(a = D()) && (r.label = a.first), b(a = D()) && (r.toggleIconTemplate = a.first), b(a = D()) && (r.headerTemplate = a.first), b(a = D()) && (r.footerTemplate = a.first), b(a = D()) && (r.hintElement = a.first), b(a = D()) && (r.children = a), b(a = D()) && (r.prefixes = a), b(a = D()) && (r.suffixes = a);
28261
28261
  }
28262
28262
  }, viewQuery: function(i, r) {
28263
- if (i & 1 && (k(dse, 7, Yt), k(use, 7, Tt2)), i & 2) {
28263
+ if (i & 1 && (k(dse, 7, Kt), k(use, 7, Tt2)), i & 2) {
28264
28264
  let s;
28265
28265
  b(s = D()) && (r.inputGroup = s.first), b(s = D()) && (r.input = s.first);
28266
28266
  }
@@ -28290,7 +28290,7 @@ var ss = (() => {
28290
28290
  }), C(16, xse, 2, 1, "div", 13), m(17, "div", 14, 2), le2(19, 4), f(), C(20, wse, 2, 1, "div", 15), f();
28291
28291
  }
28292
28292
  i & 2 && (p("type", r.type), u(6), p("igxSelectItemNavigation", r)("disabled", r.disabled)("value", r.selectionValue), H("placeholder", r.placeholder)("aria-labelledby", r.label == null ? null : r.label.id)("aria-expanded", !r.collapsed)("aria-owns", r.listId)("aria-activedescendant", r.collapsed || r.focusedItem == null ? null : r.focusedItem.id), u(5), p("ngIf", r.toggleIconTemplate), u(), p("ngIf", !r.toggleIconTemplate), u(4), p("ngIf", r.headerTemplate), u(), N("max-height", r.maxHeight), H("id", r.listId)("aria-labelledby", r.label == null ? null : r.label.id), u(3), p("ngIf", r.footerTemplate));
28293
- }, dependencies: [Yt, Tt2, Ok, Kt, ae2, ke, me, Bt2], styles: ["[_nghost-%COMP%]{display:block}"] });
28293
+ }, dependencies: [Kt, Tt2, Ok, Qt, ae2, ke, me, Bt2], styles: ["[_nghost-%COMP%]{display:block}"] });
28294
28294
  let n38 = t;
28295
28295
  return n38;
28296
28296
  })();
@@ -28882,7 +28882,7 @@ var Nr = (() => {
28882
28882
  return this._itemsDelta;
28883
28883
  }
28884
28884
  constructor(e, i, r, s, a, l) {
28885
- super(e, i, r), this._injector = s, this.platform = a, this.cdr = l, this.id = `igx-time-picker-${Jse++}`, this.inputFormat = _e.DEFAULT_TIME_INPUT_FORMAT, this.mode = Ma.DropDown, this.spinLoop = true, this.headerOrientation = Og.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 = gi(Lk), this._okButtonLabel = null, this._cancelButtonLabel = null, this._itemsDelta = { hours: 1, minutes: 1, seconds: 1, fractionalSeconds: 1 }, this._ngControl = null, this._onChangeCallback = Rt2, this._onTouchedCallback = Rt2, this._onValidatorChange = Rt2, this._defaultDialogOverlaySettings = { closeOnOutsideClick: true, modal: true, closeOnEscape: true, outlet: this.outlet }, this._defaultDropDownOverlaySettings = { target: this.element.nativeElement, modal: false, closeOnOutsideClick: true, scrollStrategy: new Xt(), positionStrategy: new Ai(), outlet: this.outlet }, this.locale = this.locale || this._localeId;
28885
+ super(e, i, r), this._injector = s, this.platform = a, this.cdr = l, this.id = `igx-time-picker-${Jse++}`, this.inputFormat = _e.DEFAULT_TIME_INPUT_FORMAT, this.mode = Ma.DropDown, this.spinLoop = true, this.headerOrientation = Og.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(Lk), this._okButtonLabel = null, this._cancelButtonLabel = null, this._itemsDelta = { hours: 1, minutes: 1, seconds: 1, fractionalSeconds: 1 }, this._ngControl = null, this._onChangeCallback = Rt2, this._onTouchedCallback = Rt2, this._onValidatorChange = Rt2, 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;
28886
28886
  }
28887
28887
  onKeyDown(e) {
28888
28888
  switch (e.key) {
@@ -29122,14 +29122,14 @@ var Nr = (() => {
29122
29122
  }
29123
29123
  };
29124
29124
  t.\u0275fac = function(i) {
29125
- return new (i || t)(_(z), _(Jt), _(Vs, 8), _(It2), _(ye2), _(re));
29125
+ return new (i || t)(_(z), _(Zt2), _(Vs, 8), _(It2), _(ye2), _(re));
29126
29126
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-time-picker"]], contentQueries: function(i, r, s) {
29127
29127
  if (i & 1 && (de(s, Qc, 5), de(s, tv, 5), de(s, Bs, 4)), i & 2) {
29128
29128
  let a;
29129
29129
  b(a = D()) && (r.label = a.first), b(a = D()) && (r.timePickerActionsDirective = a.first), b(a = D()) && (r.clearComponents = a);
29130
29130
  }
29131
29131
  }, viewQuery: function(i, r) {
29132
- if (i & 1 && (k(bse, 5), k(Dse, 5), k(Ese, 5), k(Tse, 5), k(Tt2, 5, Tt2), k(Rse, 7, Yt), k(nn, 7), k(Bt2, 5)), i & 2) {
29132
+ if (i & 1 && (k(bse, 5), k(Dse, 5), k(Ese, 5), k(Tse, 5), k(Tt2, 5, Tt2), k(Rse, 7, Kt), k(nn, 7), k(Bt2, 5)), i & 2) {
29133
29133
  let s;
29134
29134
  b(s = D()) && (r.hourList = s.first), b(s = D()) && (r.minuteList = s.first), b(s = D()) && (r.secondsList = s.first), b(s = D()) && (r.ampmList = s.first), b(s = D()) && (r.inputDirective = s.first), b(s = D()) && (r._inputGroup = s.first), b(s = D()) && (r.dateTimeEditor = s.first), b(s = D()) && (r.toggleRef = s.first);
29135
29135
  }
@@ -29148,7 +29148,7 @@ var Nr = (() => {
29148
29148
  let s = M(14), a = M(16);
29149
29149
  p("type", r.type), u(2), p("displayValuePipe", r.formatter ? r.displayValue : null)("igxDateTimeEditor", r.inputFormat)("readonly", !r.isDropdown || r.readOnly)("minValue", r.minValue)("maxValue", r.maxValue)("locale", r.locale)("spinDelta", r.itemsDelta)("spinLoop", r.spinLoop)("placeholder", r.placeholder)("disabled", r.disabled)("displayFormat", r.displayFormat)("igxTextSelection", r.isDropdown && !r.readOnly), H("aria-expanded", !a.collapsed)("aria-labelledby", r.label == null ? null : r.label.id), u(), p("ngIf", !r.toggleComponents.length), u(5), p("ngIf", r.showClearButton), u(7), p("ngClass", Gt2(24, Mse, r.isDropdown, r.isVertical && !r.isDropdown)), u(3), p("ngIf", !r.isDropdown), u(2), p("ngIf", r.showHoursList), u(), p("ngIf", r.showMinutesList), u(), p("ngIf", r.showSecondsList), u(), p("ngIf", r.showAmPmList), u(2), p("ngTemplateOutlet", r.timePickerActionsDirective ? r.timePickerActionsDirective.template : s);
29150
29150
  }
29151
- }, dependencies: [Yt, Tt2, nn, Os, ae2, Vt2, me, Kt, ot2, Bt2, Oe, ZC, Le2, Nk, ke, Hk, Bk, O_], styles: ["[_nghost-%COMP%]{display:block}"] });
29151
+ }, dependencies: [Kt, Tt2, nn, Os, ae2, Vt2, me, Qt, ot2, Bt2, Oe, ZC, Le2, Nk, ke, Hk, Bk, O_], styles: ["[_nghost-%COMP%]{display:block}"] });
29152
29152
  let n38 = t;
29153
29153
  return n38;
29154
29154
  })();
@@ -29162,7 +29162,7 @@ function tae(n38, t) {
29162
29162
  var Lg = (() => {
29163
29163
  let t = class t {
29164
29164
  constructor() {
29165
- this._resourceStrings = gi(hp), this.showLegend = true;
29165
+ this._resourceStrings = hi(hp), this.showLegend = true;
29166
29166
  }
29167
29167
  set resourceStrings(e) {
29168
29168
  this._resourceStrings = Object.assign({}, this._resourceStrings, e);
@@ -29174,7 +29174,7 @@ var Lg = (() => {
29174
29174
  t.\u0275fac = function(i) {
29175
29175
  return new (i || t)();
29176
29176
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-query-builder-header"]], inputs: { title: "title", showLegend: [2, "showLegend", "showLegend", B], resourceStrings: "resourceStrings" }, standalone: true, features: [ce, Q], ngContentSelectors: eae, decls: 5, vars: 2, consts: [[1, "igx-query-builder__header"], [1, "ig-typography__h6", 2, "pointer-events", "none"], ["class", "igx-builder-legend", 4, "ngIf"], [1, "igx-builder-legend"], [1, "igx-builder-legend__item--and"], [1, "igx-builder-legend__item--or"]], template: function(i, r) {
29177
- i & 1 && (De2(), m(0, "div", 0)(1, "div", 1), P(2), le2(3), f(), C(4, tae, 7, 2, "div", 2), f()), i & 2 && (u(2), Z(" ", r.title, " "), u(2), p("ngIf", r.showLegend));
29177
+ i & 1 && (De2(), m(0, "div", 0)(1, "div", 1), P(2), le2(3), f(), C(4, tae, 7, 2, "div", 2), f()), i & 2 && (u(2), Z(" ", r.title || r.resourceStrings.igx_query_builder_title, " "), u(2), p("ngIf", r.showLegend));
29178
29178
  }, dependencies: [ae2], encapsulation: 2 });
29179
29179
  let n38 = t;
29180
29180
  return n38;
@@ -29202,7 +29202,7 @@ function _ae(n38, t) {
29202
29202
  function vae(n38, t) {
29203
29203
  if (n38 & 1 && E(0, "igx-query-builder-header", 27), n38 & 2) {
29204
29204
  let o = h();
29205
- p("title", o.resourceStrings.igx_query_builder_title);
29205
+ p("resourceStrings", o.resourceStrings);
29206
29206
  }
29207
29207
  }
29208
29208
  function xae(n38, t) {
@@ -29260,35 +29260,32 @@ function bae(n38, t) {
29260
29260
  function Dae(n38, t) {
29261
29261
  if (n38 & 1 && (m(0, "span", 42), P(1), R(2, "fieldFormatter"), R(3, "date"), f()), n38 & 2) {
29262
29262
  let o = h(2).$implicit, e = h();
29263
- u(), Z(" ", e.isDate(o.expression.searchVal) ? e.getFormatter(o.expression.fieldName) ? se(2, 1, o.expression.searchVal, e.getFormatter(o.expression.fieldName), void 0) : nt2(3, 5, o.expression.searchVal, e.getFormat(o.expression.fieldName), void 0, e.locale) : o.expression.searchVal, " ");
29263
+ u(), Z(" ", e.isDate(o.expression.searchVal) ? e.getFormatter(o.expression.fieldName) ? oe2(2, 1, o.expression.searchVal, e.getFormatter(o.expression.fieldName), void 0) : nt2(3, 5, o.expression.searchVal, e.getFormat(o.expression.fieldName), void 0, e.locale) : o.expression.searchVal, " ");
29264
29264
  }
29265
29265
  }
29266
29266
  function Eae(n38, t) {
29267
+ n38 & 1 && E(0, "igx-icon", 25);
29268
+ }
29269
+ function Tae(n38, t) {
29267
29270
  if (n38 & 1) {
29268
29271
  let o = V();
29269
- m(0, "igx-icon", 47), S("keydown", function(i) {
29272
+ m(0, "div", 43)(1, "span", 44), S("keydown", function(i) {
29270
29273
  x2(o);
29271
- let r = h(4);
29274
+ let r = h(3);
29272
29275
  return y(r.invokeClick(i));
29273
29276
  })("click", function() {
29274
29277
  x2(o);
29275
- let i = h(3).$implicit, r = h();
29276
- return y(r.enterExpressionAdd(i));
29277
- }), f();
29278
- }
29279
- }
29280
- function Tae(n38, t) {
29281
- if (n38 & 1) {
29282
- let o = V();
29283
- m(0, "div", 43)(1, "span", 44)(2, "igx-icon", 45), S("keydown", function(i) {
29278
+ let i = h(2).$implicit, r = h();
29279
+ return y(r.enterExpressionEdit(i));
29280
+ }), E(2, "igx-icon", 45), f(), m(3, "span", 44), S("keydown", function(i) {
29284
29281
  x2(o);
29285
29282
  let r = h(3);
29286
29283
  return y(r.invokeClick(i));
29287
29284
  })("click", function() {
29288
29285
  x2(o);
29289
29286
  let i = h(2).$implicit, r = h();
29290
- return y(r.enterExpressionEdit(i));
29291
- }), f()(), m(3, "span", 44), C(4, Eae, 1, 0, "igx-icon", 46), f()();
29287
+ return y(r.enterExpressionAdd(i));
29288
+ }), C(4, Eae, 1, 0, "igx-icon", 46), f()();
29292
29289
  }
29293
29290
  if (n38 & 2) {
29294
29291
  let o = h(2).$implicit, e = h();
@@ -29334,7 +29331,7 @@ function Rae(n38, t) {
29334
29331
  }
29335
29332
  }
29336
29333
  function Aae(n38, t) {
29337
- if (n38 & 1 && (m(0, "igx-select-item", 61), P(1), f()), n38 & 2) {
29334
+ if (n38 & 1 && (m(0, "igx-select-item", 60), P(1), f()), n38 & 2) {
29338
29335
  let o = t.$implicit;
29339
29336
  p("value", o), u(), Z(" ", o.label || o.header || o.field, " ");
29340
29337
  }
@@ -29347,7 +29344,7 @@ function Pae(n38, t) {
29347
29344
  }
29348
29345
  }
29349
29346
  function Mae(n38, t) {
29350
- if (n38 & 1 && (m(0, "igx-select-item", 62)(1, "div", 63), E(2, "igx-icon", 38), m(3, "span", 64), P(4), f()()()), n38 & 2) {
29347
+ if (n38 & 1 && (m(0, "igx-select-item", 61)(1, "div", 62), E(2, "igx-icon", 38), m(3, "span", 63), P(4), f()()()), n38 & 2) {
29351
29348
  let o = t.$implicit, e = h(3);
29352
29349
  p("value", o)("text", e.getConditionFriendlyName(o)), u(2), p("name", e.selectedField.filters.condition(o).iconName), u(2), Y(e.getConditionFriendlyName(o));
29353
29350
  }
@@ -29355,7 +29352,7 @@ function Mae(n38, t) {
29355
29352
  function kae(n38, t) {
29356
29353
  if (n38 & 1) {
29357
29354
  let o = V();
29358
- m(0, "igx-input-group", 65)(1, "input", 66, 12), Ht2("ngModelChange", function(i) {
29355
+ m(0, "igx-input-group", 64)(1, "input", 65, 12), Ht2("ngModelChange", function(i) {
29359
29356
  x2(o);
29360
29357
  let r = h(3);
29361
29358
  return Lt2(r.searchValue, i) || (r.searchValue = i), y(i);
@@ -29369,7 +29366,7 @@ function kae(n38, t) {
29369
29366
  function Vae(n38, t) {
29370
29367
  if (n38 & 1) {
29371
29368
  let o = V();
29372
- m(0, "igx-date-picker", 67, 13), Ht2("valueChange", function(i) {
29369
+ m(0, "igx-date-picker", 66, 13), Ht2("valueChange", function(i) {
29373
29370
  x2(o);
29374
29371
  let r = h(3);
29375
29372
  return Lt2(r.searchValue, i) || (r.searchValue = i), y(i);
@@ -29391,7 +29388,7 @@ function Vae(n38, t) {
29391
29388
  function Fae(n38, t) {
29392
29389
  if (n38 & 1) {
29393
29390
  let o = V();
29394
- m(0, "igx-time-picker", 68, 13), Ht2("valueChange", function(i) {
29391
+ m(0, "igx-time-picker", 67, 13), Ht2("valueChange", function(i) {
29395
29392
  x2(o);
29396
29393
  let r = h(3);
29397
29394
  return Lt2(r.searchValue, i) || (r.searchValue = i), y(i);
@@ -29413,7 +29410,7 @@ function Fae(n38, t) {
29413
29410
  function Oae(n38, t) {
29414
29411
  if (n38 & 1) {
29415
29412
  let o = V();
29416
- m(0, "igx-input-group", 69, 14)(2, "input", 70, 15), Ht2("ngModelChange", function(i) {
29413
+ m(0, "igx-input-group", 68, 14)(2, "input", 69, 15), Ht2("ngModelChange", function(i) {
29417
29414
  x2(o);
29418
29415
  let r = h(3);
29419
29416
  return Lt2(r.searchValue, i) || (r.searchValue = i), y(i);
@@ -29430,19 +29427,19 @@ function Nae(n38, t) {
29430
29427
  function Lae(n38, t) {
29431
29428
  if (n38 & 1) {
29432
29429
  let o = V();
29433
- m(0, "div", 48, 9)(2, "igx-select", 49, 10), Ht2("ngModelChange", function(i) {
29430
+ m(0, "div", 47, 9)(2, "igx-select", 48, 10), Ht2("ngModelChange", function(i) {
29434
29431
  x2(o);
29435
29432
  let r = h(2);
29436
29433
  return Lt2(r.selectedField, i) || (r.selectedField = i), y(i);
29437
- }), C(4, Aae, 2, 2, "igx-select-item", 50), f(), m(5, "igx-select", 51, 11), Ht2("ngModelChange", function(i) {
29434
+ }), C(4, Aae, 2, 2, "igx-select-item", 49), f(), m(5, "igx-select", 50, 11), Ht2("ngModelChange", function(i) {
29438
29435
  x2(o);
29439
29436
  let r = h(2);
29440
29437
  return Lt2(r.selectedCondition, i) || (r.selectedCondition = i), y(i);
29441
- }), C(7, Pae, 2, 1, "igx-prefix", 20)(8, Mae, 5, 4, "igx-select-item", 52), f(), C(9, kae, 3, 4, "igx-input-group", 53)(10, Vae, 4, 9, "igx-date-picker", 54)(11, Fae, 4, 8, "igx-time-picker", 55)(12, Oae, 5, 4, "igx-input-group", 56), m(13, "div", 57)(14, "button", 58), S("click", function() {
29438
+ }), C(7, Pae, 2, 1, "igx-prefix", 20)(8, Mae, 5, 4, "igx-select-item", 51), f(), C(9, kae, 3, 4, "igx-input-group", 52)(10, Vae, 4, 9, "igx-date-picker", 53)(11, Fae, 4, 8, "igx-time-picker", 54)(12, Oae, 5, 4, "igx-input-group", 55), m(13, "div", 56)(14, "button", 57), S("click", function() {
29442
29439
  x2(o);
29443
29440
  let i = h(2);
29444
29441
  return y(i.commitOperandEdit());
29445
- }), E(15, "igx-icon", 59), f(), m(16, "button", 60), S("click", function() {
29442
+ }), E(15, "igx-icon", 58), f(), m(16, "button", 59), S("click", function() {
29446
29443
  x2(o);
29447
29444
  let i = h(2);
29448
29445
  return y(i.cancelOperandEdit());
@@ -29462,7 +29459,7 @@ function Bae(n38, t) {
29462
29459
  function zae(n38, t) {
29463
29460
  if (n38 & 1) {
29464
29461
  let o = V();
29465
- m(0, "div", 71, 16), C(2, Hae, 1, 0, "ng-container", 72), m(3, "button", 60), S("click", function() {
29462
+ m(0, "div", 70, 16), C(2, Hae, 1, 0, "ng-container", 71), m(3, "button", 59), S("click", function() {
29466
29463
  x2(o);
29467
29464
  let i = h(2);
29468
29465
  return y(i.cancelOperandAdd());
@@ -29483,7 +29480,7 @@ function jae(n38, t) {
29483
29480
  n38 & 1 && W(0);
29484
29481
  }
29485
29482
  function $ae(n38, t) {
29486
- if (n38 & 1 && (G(0), C(1, jae, 1, 0, "ng-container", 72), j()), n38 & 2) {
29483
+ if (n38 & 1 && (G(0), C(1, jae, 1, 0, "ng-container", 71), j()), n38 & 2) {
29487
29484
  let o = t.$implicit, e = h(2), i = M(12), r = M(14);
29488
29485
  u(), p("ngTemplateOutlet", e.isExpressionGroup(o) ? r : i)("ngTemplateOutletContext", e.context(o));
29489
29486
  }
@@ -29506,7 +29503,7 @@ function Wae(n38, t) {
29506
29503
  }
29507
29504
  }
29508
29505
  function qae(n38, t) {
29509
- if (n38 & 1 && (m(0, "div", 71, 17), C(2, Uae, 1, 0, "ng-container", 72)(3, Wae, 3, 2, "button", 77), f()), n38 & 2) {
29506
+ if (n38 & 1 && (m(0, "div", 70, 17), C(2, Uae, 1, 0, "ng-container", 71)(3, Wae, 3, 2, "button", 76), f()), n38 & 2) {
29510
29507
  let o = h().$implicit, e = h(), i = M(10);
29511
29508
  u(2), p("ngTemplateOutlet", i)("ngTemplateOutletContext", e.context(o)), u(), p("ngIf", o !== e.rootGroup);
29512
29509
  }
@@ -29514,14 +29511,14 @@ function qae(n38, t) {
29514
29511
  function Qae(n38, t) {
29515
29512
  if (n38 & 1) {
29516
29513
  let o = V();
29517
- m(0, "div", 73)(1, "div", 74), S("keydown", function(i) {
29514
+ m(0, "div", 72)(1, "div", 73), S("keydown", function(i) {
29518
29515
  x2(o);
29519
29516
  let r = h();
29520
29517
  return y(r.invokeClick(i));
29521
29518
  })("click", function() {
29522
29519
  let i = x2(o).$implicit, r = h();
29523
29520
  return y(r.onGroupClick(i));
29524
- }), f(), m(2, "div", 75), C(3, $ae, 2, 2, "ng-container", 76)(4, qae, 4, 3, "div", 34), f()();
29521
+ }), f(), m(2, "div", 74), C(3, $ae, 2, 2, "ng-container", 75)(4, qae, 4, 3, "div", 34), f()();
29525
29522
  }
29526
29523
  if (n38 & 2) {
29527
29524
  let o = t.$implicit, e = h();
@@ -29532,7 +29529,7 @@ function Kae(n38, t) {
29532
29529
  n38 & 1 && W(0);
29533
29530
  }
29534
29531
  function Yae(n38, t) {
29535
- if (n38 & 1 && (G(0), C(1, Kae, 1, 0, "ng-container", 72), j()), n38 & 2) {
29532
+ if (n38 & 1 && (G(0), C(1, Kae, 1, 0, "ng-container", 71), j()), n38 & 2) {
29536
29533
  let o = h(), e = M(14);
29537
29534
  u(), p("ngTemplateOutlet", e)("ngTemplateOutletContext", o.context(o.rootGroup));
29538
29535
  }
@@ -29543,7 +29540,7 @@ function Xae(n38, t) {
29543
29540
  function Zae(n38, t) {
29544
29541
  if (n38 & 1) {
29545
29542
  let o = V();
29546
- G(0), m(1, "igx-buttongroup", 78), S("selected", function(i) {
29543
+ G(0), m(1, "igx-buttongroup", 77), S("selected", function(i) {
29547
29544
  x2(o);
29548
29545
  let r = h();
29549
29546
  return y(r.selectFilteringLogic(i));
@@ -29551,11 +29548,11 @@ function Zae(n38, t) {
29551
29548
  x2(o);
29552
29549
  let i = h();
29553
29550
  return y(i.ungroup());
29554
- }), E(3, "igx-icon", 79), m(4, "span"), P(5), f()(), m(6, "button", 80), S("click", function() {
29551
+ }), E(3, "igx-icon", 78), m(4, "span"), P(5), f()(), m(6, "button", 79), S("click", function() {
29555
29552
  x2(o);
29556
29553
  let i = h();
29557
29554
  return y(i.deleteGroup());
29558
- }), E(7, "igx-icon", 81), m(8, "span"), P(9), f()(), j();
29555
+ }), E(7, "igx-icon", 80), m(8, "span"), P(9), f()(), j();
29559
29556
  }
29560
29557
  if (n38 & 2) {
29561
29558
  let o = h();
@@ -29573,7 +29570,7 @@ function Jae(n38, t) {
29573
29570
  x2(o);
29574
29571
  let i = h();
29575
29572
  return y(i.createOrGroup());
29576
- }), P(4), f(), m(5, "button", 80), S("click", function() {
29573
+ }), P(4), f(), m(5, "button", 79), S("click", function() {
29577
29574
  x2(o);
29578
29575
  let i = h();
29579
29576
  return y(i.deleteFilters());
@@ -29675,7 +29672,7 @@ var JC = (() => {
29675
29672
  return this._currentGroupButtonsContainer;
29676
29673
  }
29677
29674
  constructor(e, i, r, s, a) {
29678
- this.cdr = e, this.iconService = i, this.platform = r, this.el = s, this._localeId = a, this.cssClass = "igx-query-builder", this.display = "block", this.expressionTreeChange = new T(), this.selectedExpressions = [], this.fieldSelectOverlaySettings = { scrollStrategy: new Xt(), modal: false, closeOnOutsideClick: false }, this.conditionSelectOverlaySettings = { scrollStrategy: new Xt(), modal: false, closeOnOutsideClick: false }, this.destroy$ = new ue2(), this._dblClickDelay = 200, this._preventChipClick = false, this._selectedGroups = [], this._resourceStrings = gi(hp), this._positionSettings = { horizontalStartPoint: Be2.Right, verticalStartPoint: ze2.Top }, this._overlaySettings = { closeOnOutsideClick: false, modal: false, positionStrategy: new Li(this._positionSettings), scrollStrategy: new Ku() }, this.locale = this.locale || this._localeId;
29675
+ this.cdr = e, this.iconService = i, this.platform = r, this.el = s, this._localeId = a, this.cssClass = "igx-query-builder", this.display = "block", this.expressionTreeChange = new T(), this.selectedExpressions = [], this.fieldSelectOverlaySettings = { scrollStrategy: new Yt(), modal: false, closeOnOutsideClick: false }, this.conditionSelectOverlaySettings = { scrollStrategy: new Yt(), modal: false, closeOnOutsideClick: false }, this.destroy$ = new ue2(), this._dblClickDelay = 200, this._preventChipClick = false, this._selectedGroups = [], this._resourceStrings = hi(hp), this._positionSettings = { horizontalStartPoint: Be2.Right, verticalStartPoint: ze2.Top }, this._overlaySettings = { closeOnOutsideClick: false, modal: false, positionStrategy: new Li(this._positionSettings), scrollStrategy: new Ku() }, this.locale = this.locale || this._localeId;
29679
29676
  }
29680
29677
  ngAfterViewInit() {
29681
29678
  this._overlaySettings.outlet = this.overlayOutlet, this.fieldSelectOverlaySettings.outlet = this.overlayOutlet, this.conditionSelectOverlaySettings.outlet = this.overlayOutlet;
@@ -29980,20 +29977,20 @@ var JC = (() => {
29980
29977
  }
29981
29978
  };
29982
29979
  t.\u0275fac = function(i) {
29983
- return new (i || t)(_(re), _(wo), _(ye2), _(z), _(Jt));
29980
+ return new (i || t)(_(re), _(wo), _(ye2), _(z), _(Zt2));
29984
29981
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-query-builder"]], contentQueries: function(i, r, s) {
29985
29982
  if (i & 1 && de(s, Lg, 5), i & 2) {
29986
29983
  let a;
29987
29984
  b(a = D()) && (r.headerContent = a.first);
29988
29985
  }
29989
29986
  }, viewQuery: function(i, r) {
29990
- if (i & 1 && (k(iae, 5, ss), k(nae, 5, ss), k(rae, 5, z), k(oae, 5), k(sae, 5, z), k(aae, 5, z), k(lae, 5, z), k(cae, 5, z), k(dae, 5, z), k(Bt2, 5), k(uae, 5), k(pae, 7, tn), k(ai, 5)), i & 2) {
29987
+ if (i & 1 && (k(iae, 5, ss), k(nae, 5, ss), k(rae, 5, z), k(oae, 5), k(sae, 5, z), k(aae, 5, z), k(lae, 5, z), k(cae, 5, z), k(dae, 5, z), k(Bt2, 5), k(uae, 5), k(pae, 7, tn), k(si, 5)), i & 2) {
29991
29988
  let s;
29992
29989
  b(s = D()) && (r.fieldSelect = s.first), b(s = D()) && (r.conditionSelect = s.first), b(s = D()) && (r.searchValueInput = s.first), b(s = D()) && (r.picker = s.first), b(s = D()) && (r.addRootAndGroupButton = s.first), b(s = D()) && (r.addConditionButton = s.first), b(s = D()) && (r.editingInputsContainer = s.first), b(s = D()) && (r.addModeContainer = s.first), b(s = D()) && (r.currentGroupButtonsContainer = s.first), b(s = D()) && (r.contextMenuToggle = s.first), b(s = D()) && (r.expressionsContainer = s.first), b(s = D()) && (r.overlayOutlet = s.first), b(s = D()) && (r.chips = s);
29993
29990
  }
29994
29991
  }, hostVars: 4, hostBindings: function(i, r) {
29995
29992
  i & 2 && (N("display", r.display), X("igx-query-builder", r.cssClass));
29996
- }, inputs: { fields: "fields", expressionTree: "expressionTree", locale: "locale", resourceStrings: "resourceStrings" }, outputs: { expressionTreeChange: "expressionTreeChange" }, standalone: true, features: [Q], ngContentSelectors: gae, decls: 23, vars: 6, consts: [["addIcon", ""], ["closeIcon", ""], ["expressionsContainer", ""], ["addExpressionsTemplate", ""], ["filterOperandTemplate", ""], ["expressionTreeTemplate", ""], ["overlayOutlet", ""], ["addRootAndGroupButton", ""], ["addConditionButton", ""], ["editingInputsContainer", ""], ["fieldSelect", ""], ["conditionSelect", ""], ["searchValueInput", ""], ["picker", ""], ["inputGroup", ""], ["input", "", "searchValueInput", ""], ["addModeContainer", ""], ["currentGroupButtonsContainer", ""], [3, "title", 4, "ngIf"], [1, "igx-query-builder__main", 3, "scroll"], [4, "ngIf"], ["igxToggle", "", 1, "igx-filter-contextual-menu", 3, "keydown", "closed"], ["type", "button", "igxIconButton", "flat", 1, "igx-filter-contextual-menu__close-btn", 3, "click"], [4, "ngTemplateOutlet"], ["igxOverlayOutlet", "", 1, "igx-query-builder__outlet", 3, "pointerdown"], ["family", "default", "name", "add"], ["family", "default", "name", "close"], [3, "title"], ["type", "button", "igxButton", "outlined", 3, "click"], [1, "igx-filter-empty"], [1, "igx-filter-empty__title"], ["type", "button", "igxButton", "outlined", 3, "click", "disabled"], ["class", "igx-filter-tree__expression-item", 3, "mouseenter", "mouseleave", 4, "ngIf"], ["class", "igx-filter-tree__inputs", 4, "ngIf"], ["class", "igx-filter-tree__buttons", 4, "ngIf"], [1, "igx-filter-tree__expression-item", 3, "mouseenter", "mouseleave"], [3, "keydown", "click", "dblclick", "remove", "selectedChanged", "data", "removable", "selected"], ["igxPrefix", "", 1, "igx-filter-tree__expression-column"], ["family", "default", 3, "name"], [1, "igx-filter-tree__expression-condition"], ["igxSuffix", "", 4, "ngIf"], ["class", "igx-filter-tree__expression-actions", 4, "ngIf"], ["igxSuffix", ""], [1, "igx-filter-tree__expression-actions"], ["tabindex", "0"], ["family", "default", "name", "edit", 3, "keydown", "click"], ["family", "default", "name", "add", 3, "keydown", "click", 4, "ngIf"], ["family", "default", "name", "add", 3, "keydown", "click"], [1, "igx-filter-tree__inputs"], ["type", "box", 3, "ngModelChange", "overlaySettings", "placeholder", "ngModel"], [3, "value", 4, "ngFor", "ngForOf"], ["type", "box", 3, "ngModelChange", "overlaySettings", "placeholder", "ngModel", "disabled"], [3, "value", "text", 4, "ngFor", "ngForOf"], ["type", "box", 4, "ngIf"], ["type", "box", 3, "value", "readOnly", "placeholder", "disabled", "locale", "outlet", "formatter", "displayFormat", "weekStart", "valueChange", "keydown", "click", 4, "ngIf"], ["type", "box", 3, "value", "placeholder", "readOnly", "disabled", "locale", "outlet", "formatter", "inputFormat", "valueChange", "click", "keydown", 4, "ngIf"], ["type", "box", "type", "box", 4, "ngIf"], [1, "igx-filter-tree__inputs-actions"], ["type", "button", "igxIconButton", "flat", 3, "click", "disabled"], ["family", "default", "name", "confirm"], ["type", "button", "igxIconButton", "flat", 3, "click"], [3, "value"], [3, "value", "text"], [1, "igx-grid__filtering-dropdown-items"], [1, "igx-grid__filtering-dropdown-text"], ["type", "box"], ["igxInput", "", 3, "ngModelChange", "disabled", "type", "placeholder", "ngModel"], ["type", "box", 3, "valueChange", "keydown", "click", "value", "readOnly", "placeholder", "disabled", "locale", "outlet", "formatter", "displayFormat", "weekStart"], ["type", "box", 3, "valueChange", "click", "keydown", "value", "placeholder", "readOnly", "disabled", "locale", "outlet", "formatter", "inputFormat"], ["type", "box", "type", "box"], ["igxInput", "", "tabindex", "0", 3, "ngModelChange", "placeholder", "ngModel", "disabled", "igxDateTimeEditor"], [1, "igx-filter-tree__buttons"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-filter-tree"], ["tabindex", "0", 1, "igx-filter-tree__line", 3, "keydown", "click", "ngClass"], [1, "igx-filter-tree__expression"], [4, "ngFor", "ngForOf"], ["type", "button", "igxButton", "outlined", 3, "disabled", "click", 4, "ngIf"], ["type", "outline", 3, "selected", "values"], ["family", "default", "name", "ungroup"], ["type", "button", "igxButton", "outlined", 1, "igx-filter-contextual-menu__delete-btn", 3, "click"], ["family", "default", "name", "delete"]], template: function(i, r) {
29993
+ }, inputs: { fields: "fields", expressionTree: "expressionTree", locale: "locale", resourceStrings: "resourceStrings" }, outputs: { expressionTreeChange: "expressionTreeChange" }, standalone: true, features: [Q], ngContentSelectors: gae, decls: 23, vars: 6, consts: [["addIcon", ""], ["closeIcon", ""], ["expressionsContainer", ""], ["addExpressionsTemplate", ""], ["filterOperandTemplate", ""], ["expressionTreeTemplate", ""], ["overlayOutlet", ""], ["addRootAndGroupButton", ""], ["addConditionButton", ""], ["editingInputsContainer", ""], ["fieldSelect", ""], ["conditionSelect", ""], ["searchValueInput", ""], ["picker", ""], ["inputGroup", ""], ["input", "", "searchValueInput", ""], ["addModeContainer", ""], ["currentGroupButtonsContainer", ""], [3, "resourceStrings", 4, "ngIf"], [1, "igx-query-builder__main", 3, "scroll"], [4, "ngIf"], ["igxToggle", "", 1, "igx-filter-contextual-menu", 3, "keydown", "closed"], ["type", "button", "igxIconButton", "flat", 1, "igx-filter-contextual-menu__close-btn", 3, "click"], [4, "ngTemplateOutlet"], ["igxOverlayOutlet", "", 1, "igx-query-builder__outlet", 3, "pointerdown"], ["family", "default", "name", "add"], ["family", "default", "name", "close"], [3, "resourceStrings"], ["type", "button", "igxButton", "outlined", 3, "click"], [1, "igx-filter-empty"], [1, "igx-filter-empty__title"], ["type", "button", "igxButton", "outlined", 3, "click", "disabled"], ["class", "igx-filter-tree__expression-item", 3, "mouseenter", "mouseleave", 4, "ngIf"], ["class", "igx-filter-tree__inputs", 4, "ngIf"], ["class", "igx-filter-tree__buttons", 4, "ngIf"], [1, "igx-filter-tree__expression-item", 3, "mouseenter", "mouseleave"], [3, "keydown", "click", "dblclick", "remove", "selectedChanged", "data", "removable", "selected"], ["igxPrefix", "", 1, "igx-filter-tree__expression-column"], ["family", "default", 3, "name"], [1, "igx-filter-tree__expression-condition"], ["igxSuffix", "", 4, "ngIf"], ["class", "igx-filter-tree__expression-actions", 4, "ngIf"], ["igxSuffix", ""], [1, "igx-filter-tree__expression-actions"], ["tabindex", "0", 3, "keydown", "click"], ["family", "default", "name", "edit"], ["family", "default", "name", "add", 4, "ngIf"], [1, "igx-filter-tree__inputs"], ["type", "box", 3, "ngModelChange", "overlaySettings", "placeholder", "ngModel"], [3, "value", 4, "ngFor", "ngForOf"], ["type", "box", 3, "ngModelChange", "overlaySettings", "placeholder", "ngModel", "disabled"], [3, "value", "text", 4, "ngFor", "ngForOf"], ["type", "box", 4, "ngIf"], ["type", "box", 3, "value", "readOnly", "placeholder", "disabled", "locale", "outlet", "formatter", "displayFormat", "weekStart", "valueChange", "keydown", "click", 4, "ngIf"], ["type", "box", 3, "value", "placeholder", "readOnly", "disabled", "locale", "outlet", "formatter", "inputFormat", "valueChange", "click", "keydown", 4, "ngIf"], ["type", "box", "type", "box", 4, "ngIf"], [1, "igx-filter-tree__inputs-actions"], ["type", "button", "igxIconButton", "flat", 3, "click", "disabled"], ["family", "default", "name", "confirm"], ["type", "button", "igxIconButton", "flat", 3, "click"], [3, "value"], [3, "value", "text"], [1, "igx-grid__filtering-dropdown-items"], [1, "igx-grid__filtering-dropdown-text"], ["type", "box"], ["igxInput", "", 3, "ngModelChange", "disabled", "type", "placeholder", "ngModel"], ["type", "box", 3, "valueChange", "keydown", "click", "value", "readOnly", "placeholder", "disabled", "locale", "outlet", "formatter", "displayFormat", "weekStart"], ["type", "box", 3, "valueChange", "click", "keydown", "value", "placeholder", "readOnly", "disabled", "locale", "outlet", "formatter", "inputFormat"], ["type", "box", "type", "box"], ["igxInput", "", "tabindex", "0", 3, "ngModelChange", "placeholder", "ngModel", "disabled", "igxDateTimeEditor"], [1, "igx-filter-tree__buttons"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-filter-tree"], ["tabindex", "0", 1, "igx-filter-tree__line", 3, "keydown", "click", "ngClass"], [1, "igx-filter-tree__expression"], [4, "ngFor", "ngForOf"], ["type", "button", "igxButton", "outlined", 3, "disabled", "click", 4, "ngIf"], ["type", "outline", 3, "selected", "values"], ["family", "default", "name", "ungroup"], ["type", "button", "igxButton", "outlined", 1, "igx-filter-contextual-menu__delete-btn", 3, "click"], ["family", "default", "name", "delete"]], template: function(i, r) {
29997
29994
  if (i & 1) {
29998
29995
  let s = V();
29999
29996
  De2(hae), C(0, fae, 1, 0, "ng-template", null, 0, O)(2, _ae, 1, 0, "ng-template", null, 1, O)(4, vae, 1, 1, "igx-query-builder-header", 18), le2(5), m(6, "div", 19, 2), S("scroll", function() {
@@ -30012,7 +30009,7 @@ var JC = (() => {
30012
30009
  let s = M(3);
30013
30010
  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);
30014
30011
  }
30015
- }, dependencies: [ae2, Lg, ot2, me, ai, Vt2, Kt, ss, Rr, _n, vn, $r, Le2, zs, Yt, Tt2, Or, Pa, Bs, Nr, nn, ke, Oe, Bt2, So, tn, fn, sle, Yn], encapsulation: 2 });
30012
+ }, dependencies: [ae2, Lg, ot2, me, si, Vt2, Qt, ss, Rr, _n, vn, $r, Le2, zs, Kt, Tt2, Or, Pa, Bs, Nr, nn, ke, Oe, Bt2, So, tn, fn, sle, Yn], encapsulation: 2 });
30016
30013
  let n38 = t;
30017
30014
  return n38;
30018
30015
  })();
@@ -30109,7 +30106,7 @@ var zk = (() => {
30109
30106
  assignResourceStrings() {
30110
30107
  let e = this.grid.resourceStrings;
30111
30108
  if (e !== gp) {
30112
- let i = gi(hp);
30109
+ let i = hi(hp);
30113
30110
  Object.keys(e).forEach((r) => {
30114
30111
  let s = /^igx_grid_(advanced_)?filter_(row_)?/;
30115
30112
  if (!s.test(r)) return;
@@ -30272,7 +30269,7 @@ var Hg = (() => {
30272
30269
  }
30273
30270
  }
30274
30271
  constructor(e, i) {
30275
- this.cdr = e, this.platform = i, this.expressionRemoved = new T(), this.logicOperatorChanged = new T(), this.dropDownOverlaySettings = { scrollStrategy: new Xt(), modal: false, closeOnOutsideClick: true };
30272
+ this.cdr = e, this.platform = i, this.expressionRemoved = new T(), this.logicOperatorChanged = new T(), this.dropDownOverlaySettings = { scrollStrategy: new Yt(), modal: false, closeOnOutsideClick: true };
30276
30273
  }
30277
30274
  get conditions() {
30278
30275
  return this.column.filters.conditionList();
@@ -30340,7 +30337,7 @@ var Hg = (() => {
30340
30337
  }), f();
30341
30338
  }
30342
30339
  i & 2 && (p("placeholder", r.conditionsPlaceholder)("overlaySettings", r.dropDownOverlaySettings), u(3), p("ngIf", r.expressionUI.expression.condition), u(), p("ngIf", !r.expressionUI.expression.condition), u(), p("ngForOf", r.conditions), u(3), p("type", r.type)("placeholder", r.inputValuePlaceholder)("disabled", r.expressionUI.expression.condition && r.expressionUI.expression.condition.isUnary)("value", r.expressionUI.expression.searchVal), u(2), p("ngIf", !r.isSingle), u(), p("ngIf", !r.isLast));
30343
- }, dependencies: [ss, Vt2, ae2, me, Le2, zs, Yt, Tt2, ot2, So, tn, Yn], encapsulation: 2 });
30340
+ }, dependencies: [ss, Vt2, ae2, me, Le2, zs, Kt, Tt2, ot2, So, tn, Yn], encapsulation: 2 });
30344
30341
  let n38 = t;
30345
30342
  return n38;
30346
30343
  })();
@@ -30482,7 +30479,7 @@ var eI = (() => {
30482
30479
  }), f();
30483
30480
  }
30484
30481
  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));
30485
- }, dependencies: [ss, Vt2, ae2, me, Le2, zs, Or, Pa, Bs, Nr, Yt, Rr, _n, vn, $r, Tt2, nn, ot2, So, tn, Yn], encapsulation: 2 });
30482
+ }, dependencies: [ss, Vt2, ae2, me, Le2, zs, Or, Pa, Bs, Nr, Kt, Rr, _n, vn, $r, Tt2, nn, ot2, So, tn, Yn], encapsulation: 2 });
30486
30483
  let n38 = t;
30487
30484
  return n38;
30488
30485
  })();
@@ -30567,7 +30564,7 @@ function Lle(n38, t) {
30567
30564
  var tI = (() => {
30568
30565
  let t = class t {
30569
30566
  constructor(e, i, r) {
30570
- this.overlayService = e, this.cdr = i, this.platform = r, this.expressionsList = new Array(), this._customDialogPositionSettings = { verticalDirection: ze2.Middle, horizontalDirection: Be2.Center, horizontalStartPoint: Be2.Center, verticalStartPoint: ze2.Middle }, this._customDialogOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._customDialogPositionSettings), scrollStrategy: new Xt() };
30567
+ this.overlayService = e, this.cdr = i, this.platform = r, this.expressionsList = new Array(), this._customDialogPositionSettings = { verticalDirection: ze2.Middle, horizontalDirection: Be2.Center, horizontalStartPoint: Be2.Center, verticalStartPoint: ze2.Middle }, this._customDialogOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._customDialogPositionSettings), scrollStrategy: new Yt() };
30571
30568
  }
30572
30569
  ngAfterViewInit() {
30573
30570
  this._customDialogOverlaySettings.outlet = this.grid.outlet;
@@ -30648,7 +30645,7 @@ var tI = (() => {
30648
30645
  }
30649
30646
  };
30650
30647
  t.\u0275fac = function(i) {
30651
- return new (i || t)(_(hi), _(re), _(ye2));
30648
+ return new (i || t)(_(pi), _(re), _(ye2));
30652
30649
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-excel-style-custom-dialog"]], viewQuery: function(i, r) {
30653
30650
  if (i & 1 && (k(Ale, 7, Bt2), k(Ple, 5, ee2), k(Mle, 5, ee2), k(kle, 7), k(Hg, 5), k(eI, 5)), i & 2) {
30654
30651
  let s;
@@ -30732,7 +30729,7 @@ var $k = (() => {
30732
30729
  return this.esf.expressionsList.length;
30733
30730
  }
30734
30731
  constructor(e, i) {
30735
- this.esf = e, this.platform = i, this.shouldOpenSubMenu = true, this.destroy$ = new ue2(), this._subMenuPositionSettings = { verticalStartPoint: ze2.Top }, this._subMenuOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._subMenuPositionSettings), scrollStrategy: new Xt() }, this.esf.columnChange.pipe(K(this.destroy$)).subscribe(() => {
30732
+ this.esf = e, this.platform = i, this.shouldOpenSubMenu = true, this.destroy$ = new ue2(), this._subMenuPositionSettings = { verticalStartPoint: ze2.Top }, this._subMenuOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._subMenuPositionSettings), scrollStrategy: new Yt() }, this.esf.columnChange.pipe(K(this.destroy$)).subscribe(() => {
30736
30733
  this.esf.grid && (this.shouldOpenSubMenu = true, this._subMenuOverlaySettings.outlet = this.esf.grid.outlet);
30737
30734
  }), this.esf.grid && (this._subMenuOverlaySettings.outlet = this.esf.grid.outlet);
30738
30735
  }
@@ -31727,7 +31724,7 @@ var cv = (() => {
31727
31724
  return this.linkChildren?.length > 0 || this.registeredChildren?.length > 0;
31728
31725
  }
31729
31726
  constructor(e, i, r, s, a, l, c, d) {
31730
- super(l), this.tree = e, this.selectionService = i, this.treeService = r, this.navService = s, this.cdr = a, this.element = c, this.parentNode = d, this.loading = false, this.selectedChange = new T(), this.expandedChange = new T(), this.cssClass = "igx-tree-node", this.registeredChildren = [], this._resourceStrings = gi(Zk), this._tabIndex = null, this._disabled = false;
31727
+ super(l), this.tree = e, this.selectionService = i, this.treeService = r, this.navService = s, this.cdr = a, this.element = c, this.parentNode = d, this.loading = false, this.selectedChange = new T(), this.expandedChange = new T(), this.cssClass = "igx-tree-node", this.registeredChildren = [], this._resourceStrings = hi(Zk), this._tabIndex = null, this._disabled = false;
31731
31728
  }
31732
31729
  get showSelectors() {
31733
31730
  return this.tree.selection !== To.None;
@@ -32257,7 +32254,7 @@ var $g = (() => {
32257
32254
  return this._resourceStrings;
32258
32255
  }
32259
32256
  constructor(e) {
32260
- super(e), this.element = e, this.panEndTriggeringThreshold = 0.5, this.id = `igx-list-${fde++}`, this.allowLeftPanning = false, this.allowRightPanning = false, this.isLoading = false, this.leftPan = new T(), this.rightPan = new T(), this.startPan = new T(), this.endPan = new T(), this.resetPan = new T(), this.panStateChange = new T(), this.itemClicked = new T(), this._resourceStrings = gi(tV), this._role = "list";
32257
+ super(e), this.element = e, this.panEndTriggeringThreshold = 0.5, this.id = `igx-list-${fde++}`, this.allowLeftPanning = false, this.allowRightPanning = false, this.isLoading = false, this.leftPan = new T(), this.rightPan = new T(), this.startPan = new T(), this.endPan = new T(), this.resetPan = new T(), this.panStateChange = new T(), this.itemClicked = new T(), this._resourceStrings = hi(tV), this._role = "list";
32261
32258
  }
32262
32259
  get sortedChildren() {
32263
32260
  return this.children !== void 0 ? this.children.toArray().sort((e, i) => e.index - i.index) : null;
@@ -32833,7 +32830,7 @@ var fp = (() => {
32833
32830
  }), P(18), f()()();
32834
32831
  }
32835
32832
  i & 2 && (u(2), Nt2("ngModel", r.searchValue), p("placeholder", r.esf.column == null ? null : r.esf.column.grid.resourceStrings.igx_grid_excel_search_placeholder), u(2), p("ngIf", r.searchValue || r.searchValue === 0), u(), p("ngIf", !r.isHierarchical()), u(), p("ngIf", r.isHierarchical()), u(9), Z(" ", r.esf.grid == null ? null : r.esf.grid.resourceStrings.igx_grid_excel_cancel, " "), u(2), p("disabled", r.applyButtonDisabled), u(), Z(" ", r.esf.grid == null ? null : r.esf.grid.resourceStrings.igx_grid_excel_apply, " "));
32836
- }, dependencies: [Yt, me, Vt2, Rr, _n, vn, $r, Tt2, ae2, Kt, $g, B_, mp, $t, jg, ke, Gg, aI, Le2, cv, Lr, ot2], encapsulation: 2 });
32833
+ }, dependencies: [Kt, me, Vt2, Rr, _n, vn, $r, Tt2, ae2, Qt, $g, B_, mp, $t, jg, ke, Gg, aI, Le2, cv, Lr, ot2], encapsulation: 2 });
32837
32834
  let n38 = t;
32838
32835
  return n38;
32839
32836
  })();
@@ -33294,7 +33291,7 @@ var $l = (() => {
33294
33291
  t.\u0275fac = function(i) {
33295
33292
  return new (i || t)(_(z), _(ye2));
33296
33293
  }, t.\u0275dir = U({ type: t, viewQuery: function(i, r) {
33297
- if (i & 1 && k(ai, 5), i & 2) {
33294
+ if (i & 1 && k(si, 5), i & 2) {
33298
33295
  let s;
33299
33296
  b(s = D()) && (r.chips = s);
33300
33297
  }
@@ -33625,7 +33622,7 @@ function bue(n38, t) {
33625
33622
  }
33626
33623
  if (n38 & 2) {
33627
33624
  let o = h(2);
33628
- u(), H("data-sortIndex", o.grid.sortingOptions.mode === "single" && o.grid.sortingExpressions.length <= 1 ? null : qt(3, 3, o.column.field, o.grid.sortingExpressions)), u(3), p("ngTemplateOutlet", o.sortIconTemplate)("ngTemplateOutletContext", Fe2(6, hV, o));
33625
+ u(), H("data-sortIndex", o.grid.sortingOptions.mode === "single" && o.grid.sortingExpressions.length <= 1 ? null : _i(3, 3, o.column.field, o.grid.sortingExpressions)), u(3), p("ngTemplateOutlet", o.sortIconTemplate)("ngTemplateOutletContext", Fe2(6, hV, o));
33629
33626
  }
33630
33627
  }
33631
33628
  function Due(n38, t) {
@@ -33804,7 +33801,7 @@ var hv = class extends Ai {
33804
33801
  var Wt2 = (() => {
33805
33802
  let t = class t {
33806
33803
  constructor(e, i) {
33807
- this.iconService = e, this._overlayService = i, this.isFilterRowVisible = false, this.filteredColumn = null, this.selectedExpression = null, this.columnToMoreIconHidden = /* @__PURE__ */ new Map(), this.activeFilterCell = 0, this.columnsWithComplexFilter = /* @__PURE__ */ new Set(), this.areEventsSubscribed = false, this.destroy$ = new ue2(), this.isFiltering = false, this.columnToExpressionsMap = /* @__PURE__ */ new Map(), this.columnStartIndex = -1, this._filterMenuOverlaySettings = { closeOnEscape: true, closeOnOutsideClick: true, modal: false, positionStrategy: new hv({ verticalStartPoint: ze2.Bottom, openAnimation: Zo(Cn, { params: { duration: "250ms" } }), closeAnimation: null }), scrollStrategy: new Xt() };
33804
+ this.iconService = e, this._overlayService = i, this.isFilterRowVisible = false, this.filteredColumn = null, this.selectedExpression = null, this.columnToMoreIconHidden = /* @__PURE__ */ new Map(), this.activeFilterCell = 0, this.columnsWithComplexFilter = /* @__PURE__ */ new Set(), this.areEventsSubscribed = false, this.destroy$ = new ue2(), this.isFiltering = false, this.columnToExpressionsMap = /* @__PURE__ */ new Map(), this.columnStartIndex = -1, this._filterMenuOverlaySettings = { closeOnEscape: true, closeOnOutsideClick: true, modal: false, positionStrategy: new hv({ verticalStartPoint: ze2.Bottom, openAnimation: Zo(Cn, { params: { duration: "250ms" } }), closeAnimation: null }), scrollStrategy: new Yt() };
33808
33805
  }
33809
33806
  ngOnDestroy() {
33810
33807
  this.destroy$.next(true), this.destroy$.complete();
@@ -33988,7 +33985,7 @@ var Wt2 = (() => {
33988
33985
  }
33989
33986
  };
33990
33987
  t.\u0275fac = function(i) {
33991
- return new (i || t)(ve2(wo), ve2(hi));
33988
+ return new (i || t)(ve2(wo), ve2(pi));
33992
33989
  }, t.\u0275prov = he2({ token: t, factory: t.\u0275fac });
33993
33990
  let n38 = t;
33994
33991
  return n38;
@@ -34154,15 +34151,15 @@ var pI = (() => {
34154
34151
  t.\u0275fac = function(i) {
34155
34152
  return new (i || t)(_(re), _(Wt2));
34156
34153
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-grid-filtering-cell"]], viewQuery: function(i, r) {
34157
- if (i & 1 && (k(Rue, 7, ee2), k(Aue, 7, ee2), k(Pue, 7, ee2), k(Mue, 5, bo), k(kue, 5, z), k(Vue, 5, ai), k(Fue, 5, ai)), i & 2) {
34154
+ if (i & 1 && (k(Rue, 7, ee2), k(Aue, 7, ee2), k(Pue, 7, ee2), k(Mue, 5, bo), k(kue, 5, z), k(Vue, 5, si), k(Fue, 5, si)), i & 2) {
34158
34155
  let s;
34159
34156
  b(s = D()) && (r.emptyFilter = s.first), b(s = D()) && (r.defaultFilter = s.first), b(s = D()) && (r.complexFilter = s.first), b(s = D()) && (r.chipsArea = s.first), b(s = D()) && (r.moreIcon = s.first), b(s = D()) && (r.ghostChip = s.first), b(s = D()) && (r.complexChip = s.first);
34160
34157
  }
34161
34158
  }, hostVars: 2, hostBindings: function(i, r) {
34162
- i & 2 && pi(r.styleClasses);
34159
+ i & 2 && ui(r.styleClasses);
34163
34160
  }, inputs: { column: "column" }, standalone: true, features: [Q], decls: 7, vars: 2, consts: [["emptyFilter", ""], ["defaultFilter", ""], ["complexFilter", ""], ["ghostChip", ""], ["chipsArea", ""], ["moreIcon", ""], ["label", ""], ["complexChip", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-filtering-chips"], [3, "click", "tabIndex"], ["igxPrefix", "", "family", "default", "name", "filter_list"], [4, "ngFor", "ngForOf"], [3, "click", "ngClass"], ["family", "default", "name", "filter_list"], [3, "value"], [3, "removable", "tabIndex", "--ig-size", "click", "remove", 4, "ngIf"], ["class", "igx-filtering-chips__connector", 4, "ngIf"], [3, "click", "remove", "removable", "tabIndex"], ["igxPrefix", "", "family", "default", 3, "name"], [1, "igx-filtering-chips__connector"], [3, "remove", "removable", "tabIndex"]], template: function(i, r) {
34164
34161
  i & 1 && C(0, Oue, 6, 8, "ng-template", null, 0, O)(2, Bue, 7, 3, "ng-template", null, 1, O)(4, zue, 5, 5, "ng-template", null, 2, O)(6, Gue, 1, 0, "ng-container", 8), i & 2 && (u(6), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", r.context));
34165
- }, dependencies: [bo, ai, me, Vt2, Le2, ae2, Oe, cp, ke], encapsulation: 2, changeDetection: 0 });
34162
+ }, dependencies: [bo, si, me, Vt2, Le2, ae2, Oe, cp, ke], encapsulation: 2, changeDetection: 0 });
34166
34163
  let n38 = t;
34167
34164
  return n38;
34168
34165
  })();
@@ -34277,7 +34274,7 @@ function Wue(n38, t) {
34277
34274
  function que(n38, t) {
34278
34275
  if (n38 & 1 && (E(0, "igx-grid-header-group", 9), R(1, "igxHeaderGroupStyle")), n38 & 2) {
34279
34276
  let o = h().$implicit, e = h(2);
34280
- p("ngClass", o.headerGroupClasses)("ngStyle", se(1, 3, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
34277
+ p("ngClass", o.headerGroupClasses)("ngStyle", oe2(1, 3, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
34281
34278
  }
34282
34279
  }
34283
34280
  function Que(n38, t) {
@@ -34337,7 +34334,7 @@ function ipe(n38, t) {
34337
34334
  function npe(n38, t) {
34338
34335
  if (n38 & 1 && (E(0, "igx-grid-header-group", 9), R(1, "igxHeaderGroupWidth"), R(2, "igxHeaderGroupWidth"), R(3, "igxHeaderGroupStyle")), n38 & 2) {
34339
34336
  let o = h().$implicit, e = h(3);
34340
- N("min-width", se(1, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.grid.hasColumnLayouts))("flex-basis", se(2, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.grid.hasColumnLayouts)), p("ngClass", o.headerGroupClasses)("ngStyle", se(3, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
34337
+ N("min-width", oe2(1, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.grid.hasColumnLayouts))("flex-basis", oe2(2, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.grid.hasColumnLayouts)), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(3, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
34341
34338
  }
34342
34339
  }
34343
34340
  function rpe(n38, t) {
@@ -34410,7 +34407,7 @@ function ppe(n38, t) {
34410
34407
  }
34411
34408
  if (n38 & 2) {
34412
34409
  let o = h();
34413
- u(), p("ngIf", o.grid.moving), u(), p("id", o.grid.id + "_" + o.column.field)("ngClass", o.column.headerClasses)("ngStyle", se(3, 12, o.column.headerStyles, o.column, o.grid.pipeTrigger))("igxColumnMovingDrag", o.column)("ghostHost", o.grid.outlet.nativeElement)("igxColumnMovingDrop", o.column)("column", o.column), H("droppable", true), u(2), p("ngIf", o.grid.allowFiltering && o.grid.filterMode === "quickFilter"), u(), p("ngIf", !o.column.columnGroup && o.column.resizable), u(), p("ngIf", o.grid.moving);
34410
+ u(), p("ngIf", o.grid.moving), u(), p("id", o.grid.id + "_" + o.column.field)("ngClass", o.column.headerClasses)("ngStyle", oe2(3, 12, o.column.headerStyles, o.column, o.grid.pipeTrigger))("igxColumnMovingDrag", o.column)("ghostHost", o.grid.outlet.nativeElement)("igxColumnMovingDrop", o.column)("column", o.column), H("droppable", true), u(2), p("ngIf", o.grid.allowFiltering && o.grid.filterMode === "quickFilter"), u(), p("ngIf", !o.column.columnGroup && o.column.resizable), u(), p("ngIf", o.grid.moving);
34414
34411
  }
34415
34412
  }
34416
34413
  var hpe = 9999;
@@ -34555,7 +34552,7 @@ var Fa = (() => {
34555
34552
  }), i & 2 && (H("id", r.headerID), N("grid-row-end", r.rowEnd)("grid-column-end", r.colEnd)("grid-row-start", r.rowStart)("grid-column-start", r.colStart)("z-index", r.zIndex)("display", r.groupDisplayStyle), X("igx-grid-th--active", r.active)("igx-grid-thead__item", r.defaultCss)("igx-grid-th--pinned", r.pinnedCss)("igx-grid-th--pinned-last", r.pinnedLastCss)("igx-grid-th--pinned-first", r.pinnedFirstCSS)("igx-grid__drag-col-header", r.headerDragCss)("igx-grid-th--filtering", r.filteringCss));
34556
34553
  }, inputs: { column: "column" }, standalone: true, features: [Q], decls: 7, vars: 3, consts: [["defaultColumn", ""], ["defaultCollapseIndicator", ""], [4, "ngIf"], ["class", "igx-grid-th__drop-indicator-left", 4, "ngIf"], [1, "igx-grid-thead__group", "igx-grid__mrl-block", 3, "ngClass", "ngStyle"], [4, "ngFor", "ngForOf"], ["class", "igx-grid-th__drop-indicator-right", 4, "ngIf"], [1, "igx-grid-th__drop-indicator-left"], ["class", "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column", 4, "ngIf"], [1, "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column"], [1, "igx-grid-th__drop-indicator-right"], [1, "igx-grid-th__group-title", 3, "title"], ["family", "default", 3, "name"], ["role", "columnheader", 1, "igx-grid-thead__title", 3, "pointerdown", "click", "pointerenter", "pointerleave", "ngClass", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["class", "igx-grid-thead__group", 4, "ngIf"], [1, "igx-grid-th__expander", 3, "pointerdown", "click"], [1, "igx-grid-thead__group"], ["class", "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column", "min-width", "flex-basis", 4, "ngIf"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "pointerdown", "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column"], [3, "column", 4, "ngIf"], ["class", "igx-grid-th__resize-handle", 3, "igxResizeHandle", "cursor", 4, "ngIf"], [3, "column"], [1, "igx-grid-th__resize-handle", 3, "igxResizeHandle"]], template: function(i, r) {
34557
34554
  i & 1 && C(0, Yue, 5, 11, "ng-container", 2)(1, Xue, 2, 2, "ng-template", null, 0, O)(3, Zue, 1, 1, "ng-template", null, 1, O)(5, ape, 7, 24, "ng-container", 2)(6, ppe, 7, 16, "ng-container", 2), i & 2 && (p("ngIf", r.grid.hasColumnLayouts && r.column.columnGroup), u(5), p("ngIf", !r.grid.hasColumnLayouts && r.column.columnGroup), u(), p("ngIf", !r.column.columnGroup));
34558
- }, dependencies: [t, ae2, Oe, ri, Le2, Zr, Jn, me, ke, Ug, pI, gv, Ul, Ro], encapsulation: 2, changeDetection: 0 });
34555
+ }, dependencies: [t, ae2, Oe, ni, Le2, Zr, Jn, me, ke, Ug, pI, gv, Ul, Ro], encapsulation: 2, changeDetection: 0 });
34559
34556
  let n38 = t;
34560
34557
  return n38;
34561
34558
  })();
@@ -34963,7 +34960,7 @@ var hI = (() => {
34963
34960
  return this.ref.nativeElement;
34964
34961
  }
34965
34962
  constructor(e, i, r, s) {
34966
- this.filteringService = e, this.ref = i, this.cdr = r, this.platform = s, this.defaultCSSClass = true, this._positionSettings = { horizontalStartPoint: Be2.Left, verticalStartPoint: ze2.Bottom }, this._conditionsOverlaySettings = { closeOnOutsideClick: true, modal: false, scrollStrategy: new Xt(), positionStrategy: new Li(this._positionSettings) }, this._operatorsOverlaySettings = { closeOnOutsideClick: true, modal: false, scrollStrategy: new Xt(), positionStrategy: new Li(this._positionSettings) }, this.chipAreaScrollOffset = 0, this._column = null, this.isKeyPressed = false, this.isComposing = false, this._cancelChipClick = false, this._value = null, this.NARROW_WIDTH_THRESHOLD = 432, this.$destroyer = new ue2();
34963
+ this.filteringService = e, this.ref = i, this.cdr = r, this.platform = s, this.defaultCSSClass = true, this._positionSettings = { horizontalStartPoint: Be2.Left, verticalStartPoint: ze2.Bottom }, this._conditionsOverlaySettings = { closeOnOutsideClick: true, modal: false, scrollStrategy: new Yt(), positionStrategy: new Li(this._positionSettings) }, this._operatorsOverlaySettings = { closeOnOutsideClick: true, modal: false, scrollStrategy: new Yt(), positionStrategy: new Li(this._positionSettings) }, this.chipAreaScrollOffset = 0, this._column = null, this.isKeyPressed = false, this.isComposing = false, this._cancelChipClick = false, this._value = null, this.NARROW_WIDTH_THRESHOLD = 432, this.$destroyer = new ue2();
34967
34964
  }
34968
34965
  onKeydownHandler(e) {
34969
34966
  this.platform.isFilteringKeyCombo(e) && (e.preventDefault(), e.stopPropagation(), this.close());
@@ -35233,7 +35230,7 @@ var hI = (() => {
35233
35230
  }), C(2, Rpe, 5, 4, "igx-drop-down-item", 16), f(), C(3, Ppe, 8, 9, "ng-template", null, 1, O)(5, kpe, 8, 11, "ng-template", null, 2, O)(7, Fpe, 8, 12, "ng-template", null, 3, O)(9, Npe, 8, 9, "ng-template", null, 4, O)(11, Lpe, 1, 0, "ng-container", 17)(12, Hpe, 2, 0, "button", 18), m(13, "div", 19, 5)(15, "div")(16, "igx-chips-area", null, 6), C(18, zpe, 7, 8, "ng-container", 20), f()()(), C(19, Gpe, 2, 0, "button", 21), m(20, "div", 22, 7), C(22, jpe, 10, 8, "ng-container", 23)(23, $pe, 6, 6, "ng-container", 23), f();
35234
35231
  }
35235
35232
  i & 2 && (N("--ig-size", r.filteringElementsSize), p("height", "200px"), u(2), p("ngForOf", r.conditions), u(9), p("ngTemplateOutlet", r.template)("ngTemplateOutletContext", Fe2(12, Tpe, 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));
35236
- }, dependencies: [Le2, fr, mr, bo, ai, me, Yt, Vt2, yo, Tt2, ae2, Kt, Or, Pa, Bs, Nr, nn, ke, ot2, Oe, bi, Yn], encapsulation: 2, changeDetection: 0 });
35233
+ }, dependencies: [Le2, fr, mr, bo, si, me, Kt, Vt2, yo, Tt2, ae2, Qt, Or, Pa, Bs, Nr, nn, ke, ot2, Oe, bi, Yn], encapsulation: 2, changeDetection: 0 });
35237
35234
  let n38 = t;
35238
35235
  return n38;
35239
35236
  })();
@@ -35497,7 +35494,7 @@ var yp = (() => {
35497
35494
  let c = [];
35498
35495
  for (let d of Object.keys(e)) {
35499
35496
  let g = e[d];
35500
- (typeof g == "function" ? g(r, s, Qt(r, s), a) : g) && c.push(d);
35497
+ (typeof g == "function" ? g(r, s, qt(r, s), a) : g) && c.push(d);
35501
35498
  }
35502
35499
  return c.join(" ");
35503
35500
  }
@@ -35515,7 +35512,7 @@ var ql = (() => {
35515
35512
  if (!e) return c;
35516
35513
  for (let d of Object.keys(e)) {
35517
35514
  let g = e[d];
35518
- c[d] = typeof g == "function" ? g(r, s, Qt(r, s), a) : g;
35515
+ c[d] = typeof g == "function" ? g(r, s, qt(r, s), a) : g;
35519
35516
  }
35520
35517
  return c;
35521
35518
  }
@@ -35666,7 +35663,7 @@ var Ip = (() => {
35666
35663
  var Xl = (() => {
35667
35664
  let t = class t {
35668
35665
  transform(e, i, r, s, a) {
35669
- return a ? Qt(e, i) : s;
35666
+ return a ? qt(e, i) : s;
35670
35667
  }
35671
35668
  };
35672
35669
  t.\u0275fac = function(i) {
@@ -35693,11 +35690,11 @@ var Zl = (() => {
35693
35690
  if (r) {
35694
35691
  let d = s.getAggregatedValue(e, false);
35695
35692
  if (d) {
35696
- let g = Qt(d, i);
35693
+ let g = qt(d, i);
35697
35694
  return g != null;
35698
35695
  }
35699
35696
  } else {
35700
- let d = s.getState(e), g = Qt(d?.value ?? {}, i);
35697
+ let d = s.getState(e), g = qt(d?.value ?? {}, i);
35701
35698
  return d && d.value && (g || g === 0 || g === false);
35702
35699
  }
35703
35700
  }
@@ -35827,13 +35824,13 @@ function che(n38, t) {
35827
35824
  }
35828
35825
  if (n38 & 2) {
35829
35826
  let o = h();
35830
- u(), pi(o.indentationCSSClasses), u(2), p("ngTemplateOutlet", o.grid.iconTemplate)("ngTemplateOutletContext", Fe2(5, mV, o.grid));
35827
+ u(), ui(o.indentationCSSClasses), u(2), p("ngTemplateOutlet", o.grid.iconTemplate)("ngTemplateOutletContext", Fe2(5, mV, o.grid));
35831
35828
  }
35832
35829
  }
35833
35830
  function dhe(n38, t) {
35834
35831
  if (n38 & 1 && (G(0), E(1, "igx-grid-header-group", 25), R(2, "igxHeaderGroupWidth"), R(3, "igxHeaderGroupWidth"), R(4, "igxHeaderGroupStyle"), j()), n38 & 2) {
35835
35832
  let o = t.$implicit, e = h(2);
35836
- u(), N("min-width", se(2, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", se(3, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", se(4, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
35833
+ u(), N("min-width", oe2(2, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", oe2(3, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(4, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
35837
35834
  }
35838
35835
  }
35839
35836
  function uhe(n38, t) {
@@ -35845,13 +35842,13 @@ function uhe(n38, t) {
35845
35842
  function phe(n38, t) {
35846
35843
  if (n38 & 1 && (E(0, "igx-grid-header-group", 25), R(1, "igxHeaderGroupWidth"), R(2, "igxHeaderGroupWidth"), R(3, "igxHeaderGroupStyle")), n38 & 2) {
35847
35844
  let o = t.$implicit, e = h();
35848
- N("min-width", se(1, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", se(2, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", se(3, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
35845
+ N("min-width", oe2(1, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", oe2(2, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(3, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
35849
35846
  }
35850
35847
  }
35851
35848
  function hhe(n38, t) {
35852
35849
  if (n38 & 1 && (G(0), E(1, "igx-grid-header-group", 25), R(2, "igxHeaderGroupWidth"), R(3, "igxHeaderGroupWidth"), R(4, "igxHeaderGroupStyle"), j()), n38 & 2) {
35853
35850
  let o = t.$implicit, e = h(2);
35854
- u(), N("min-width", se(2, 9, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", se(3, 13, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("left", o.rightPinnedOffset), p("ngClass", o.headerGroupClasses)("ngStyle", se(4, 17, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
35851
+ u(), N("min-width", oe2(2, 9, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", oe2(3, 13, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("left", o.rightPinnedOffset), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(4, 17, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
35855
35852
  }
35856
35853
  }
35857
35854
  function ghe(n38, t) {
@@ -35936,7 +35933,7 @@ var Br = (() => {
35936
35933
  }), m(1, "div", 10), C(2, ehe, 2, 3, "ng-container", 11)(3, the, 2, 3, "ng-container", 11)(4, nhe, 5, 3, "ng-container", 11)(5, ohe, 4, 4, "ng-container", 11)(6, ahe, 4, 10, "ng-container", 11)(7, che, 4, 7, "ng-container", 11)(8, uhe, 3, 3, "ng-container", 11)(9, phe, 4, 19, "ng-template", 12, 0, O), R(11, "igxTopLevel"), C(12, ghe, 3, 3, "ng-container", 11), f(), C(13, mhe, 3, 3, "ng-container", 11)(14, fhe, 2, 1, "ng-container", 11), f(), E(15, "div", 13), C(16, _he, 3, 9, "ng-template", 14, 1, O);
35937
35934
  }
35938
35935
  i & 2 && (N("width", r.width, "px"), X("igx-grid__tr--mrl", r.hasMRL), u(), N("width", r.width, "px"), u(), p("ngIf", r.grid.moving && r.grid.columnInDrag && r.pinnedColumnCollection.length <= 0), u(), p("ngIf", r.grid.moving && r.grid.columnInDrag && r.pinnedColumnCollection.length > 0), u(), p("ngIf", r.grid.rowDraggable), u(), p("ngIf", r.grid.showRowSelectors), u(), p("ngIf", r.isHierarchicalGrid), u(), p("ngIf", r.grid == null || r.grid.groupingExpressions == null ? null : r.grid.groupingExpressions.length), u(), p("ngIf", r.pinnedColumnCollection.length && r.grid.isPinningToStart), u(), p("igxGridForOf", rt2(11, 25, r.unpinnedColumnCollection))("igxForScrollContainer", r.grid.parentVirtDir)("igxForContainerSize", r.grid.unpinnedWidth)("igxForTrackBy", r.grid.trackColumnChanges)("igxForSizePropName", "calcPixelWidth")("igxForScrollOrientation", "horizontal"), u(3), p("ngIf", r.pinnedColumnCollection.length && !r.grid.isPinningToStart), u(), p("ngIf", r.grid.filteringService.isFilterRowVisible), u(), p("ngIf", r.grid.moving && r.grid.columnInDrag), u(), N("width", r.grid.scrollSize, "px"), p("hidden", !r.grid.hasVerticalScroll()));
35939
- }, dependencies: [ae2, Jn, ke, Oe, Le2, Fa, ri, jt2, hI, $t, wp, Ul, Ro], encapsulation: 2, changeDetection: 0 });
35936
+ }, dependencies: [ae2, Jn, ke, Oe, Le2, Fa, ni, jt2, hI, $t, wp, Ul, Ro], encapsulation: 2, changeDetection: 0 });
35940
35937
  let n38 = t;
35941
35938
  return n38;
35942
35939
  })();
@@ -36348,7 +36345,7 @@ var Ao = class extends HTMLElement {
36348
36345
  Ao[vI] = true, Ao.elementProperties = /* @__PURE__ */ new Map(), Ao.elementStyles = [], Ao.shadowRootOptions = { mode: "open" }, IV?.({ ReactiveElement: Ao }), ((fI = vv.reactiveElementVersions) !== null && fI !== void 0 ? fI : vv.reactiveElementVersions = []).push("1.6.3");
36349
36346
  var ji = {};
36350
36347
  V3(ji, { CSSResult: () => id, LitElement: () => Us, ReactiveElement: () => Ao, UpdatingElement: () => bV, _$LE: () => DV, adoptStyles: () => Qg, css: () => mI, defaultConverter: () => Kg, getCompatibleStyle: () => Ep, notEqual: () => xv, supportsAdoptingStyleSheets: () => bp, unsafeCSS: () => Dp });
36351
- mi(ji, svt);
36348
+ gi(ji, svt);
36352
36349
  var xI;
36353
36350
  var yI;
36354
36351
  var bV = Ao;
@@ -36384,8 +36381,8 @@ var DV = { _$AK: (n38, t, o) => {
36384
36381
  n38._$AK(t, o);
36385
36382
  }, _$AL: (n38) => n38._$AL };
36386
36383
  ((yI = globalThis.litElementVersions) !== null && yI !== void 0 ? yI : globalThis.litElementVersions = []).push("3.3.3");
36387
- mi(zr, ji);
36388
- mi(zr, dvt);
36384
+ gi(zr, ji);
36385
+ gi(zr, dvt);
36389
36386
  var Dhe = (n38, t) => t.kind === "method" && t.descriptor && !("value" in t.descriptor) ? st2(Te({}, t), { finisher(o) {
36390
36387
  o.createProperty(t.key, n38);
36391
36388
  } }) : { kind: "field", key: Symbol(), placement: "own", descriptor: {}, originalKey: t.key, initializer() {
@@ -36402,7 +36399,7 @@ function yv(n38) {
36402
36399
  var wI;
36403
36400
  var Rvt = ((wI = window.HTMLSlotElement) === null || wI === void 0 ? void 0 : wI.prototype.assignedElements) != null ? (n38, t) => n38.assignedElements(t) : (n38, t) => n38.assignedNodes(t).filter((o) => o.nodeType === Node.ELEMENT_NODE);
36404
36401
  var Tp = {};
36405
- mi(Tp, Uvt);
36402
+ gi(Tp, Uvt);
36406
36403
  var The = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18px" height="18px" id="img"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z"/></svg>
36407
36404
  `;
36408
36405
  var Rhe = `:host{display:block;position:absolute;bottom:0;right:0;width:100%;height:100%;z-index:10000;pointer-events:none}[part=link]{position:absolute;display:inline-flex;align-items:center;bottom:0;right:0;font-family:Titillium Web,sans-serif;font-size:.875rem;padding:.125rem .25rem;line-height:normal;border:1px solid var(--igx-watermark-border-color, var(--border-color, var(--igx-watermark-base-color, var(--base-color, #09f))));border-radius:var(--igx-watermark-border-radius, var(--border-radius, .125rem));color:var(--igx-watermark-color, var(--color, #fff));z-index:10002;background-color:var(--igx-watermark-link-background, var(--link-background, var(--igx-watermark-base-color, var(--base-color, #09f))));pointer-events:all;text-decoration:none}[part=link] svg{width:1.125rem;height:1.125rem;fill:currentColor;margin-inline-end:.25rem}[part=image]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10001;pointer-events:none;background-color:var(--igx-watermark-image-color, var(--image-color, color-mix(in srgb, var(--igx-watermark-base-color, var(--base-color, #09f)) var(--igx-watermark-image-opacity, var(--image-opacity, 15%)), transparent)));mask-image:var(--igx-watermark-background-image, var(--background-image, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="184" height="104" viewBox="0 0 184 104"><path id="trial" d="M16.72,10.148L10.3,8.434l1.806-6.723L7.09,0.369,5.283,7.092,2.308,6.3,1.15,10.609l2.975,0.8L1.235,22.161q-1.345,5.007-.367,7.207T5.8,32.623a28.163,28.163,0,0,0,4.9.664l0.851-4.1-3.85-.88q-1.721-.46-1.889-1.5a11.188,11.188,0,0,1,.591-3.867l2.741-10.2,6.416,1.714ZM19.7,35.79l4.348-16.181,1.135-.144a33.871,33.871,0,0,1,7.382-.214L33.919,14.2a22.941,22.941,0,0,0-8.788,1.18L25.878,12.6l-5.021-1.342L14.629,34.436Zm16.783,4.485,6.229-23.182L37.64,15.738,31.412,38.921Zm7.287-27.123L45.2,7.82,40.132,6.466,38.7,11.8Zm20.042,11q-1.391-2.334-5.645-3.471a41.951,41.951,0,0,0-9.645-1.285l-0.773,3.62,1.513,0.3q4.563,0.822,7.538,1.617a3.562,3.562,0,0,1,2.2,1.382,3.528,3.528,0,0,1,.116,2.814L58.658,30.8,52.524,29.7a10.645,10.645,0,0,0-6.3.354q-2.306,1.074-3.253,4.6-1.981,7.372,4.946,9.223a18.357,18.357,0,0,0,7.946.285,10.134,10.134,0,0,0,5.722,3.368L62.76,43.72a2.665,2.665,0,0,1-1.343-1.03,2.273,2.273,0,0,1-.13-1.65l2.84-10.571Q65.2,26.482,63.808,24.147ZM57.7,34.367l-1.657,6.166-0.912.055A18.635,18.635,0,0,1,50,40.013q-2.836-.758-1.976-3.957a3.237,3.237,0,0,1,4.142-2.62ZM71.532,49.642l8.82-32.826-5.068-1.354-8.82,32.826Z"/></svg>')));mask-size:12.5rem 9.375rem;mask-position:top left;-webkit-mask-image:var(--igx-watermark-background-image, var(--background-image, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="184" height="104" viewBox="0 0 184 104"><path id="trial" d="M16.72,10.148L10.3,8.434l1.806-6.723L7.09,0.369,5.283,7.092,2.308,6.3,1.15,10.609l2.975,0.8L1.235,22.161q-1.345,5.007-.367,7.207T5.8,32.623a28.163,28.163,0,0,0,4.9.664l0.851-4.1-3.85-.88q-1.721-.46-1.889-1.5a11.188,11.188,0,0,1,.591-3.867l2.741-10.2,6.416,1.714ZM19.7,35.79l4.348-16.181,1.135-.144a33.871,33.871,0,0,1,7.382-.214L33.919,14.2a22.941,22.941,0,0,0-8.788,1.18L25.878,12.6l-5.021-1.342L14.629,34.436Zm16.783,4.485,6.229-23.182L37.64,15.738,31.412,38.921Zm7.287-27.123L45.2,7.82,40.132,6.466,38.7,11.8Zm20.042,11q-1.391-2.334-5.645-3.471a41.951,41.951,0,0,0-9.645-1.285l-0.773,3.62,1.513,0.3q4.563,0.822,7.538,1.617a3.562,3.562,0,0,1,2.2,1.382,3.528,3.528,0,0,1,.116,2.814L58.658,30.8,52.524,29.7a10.645,10.645,0,0,0-6.3.354q-2.306,1.074-3.253,4.6-1.981,7.372,4.946,9.223a18.357,18.357,0,0,0,7.946.285,10.134,10.134,0,0,0,5.722,3.368L62.76,43.72a2.665,2.665,0,0,1-1.343-1.03,2.273,2.273,0,0,1-.13-1.65l2.84-10.571Q65.2,26.482,63.808,24.147ZM57.7,34.367l-1.657,6.166-0.912.055A18.635,18.635,0,0,1,50,40.013q-2.836-.758-1.976-3.957a3.237,3.237,0,0,1,4.142-2.62ZM71.532,49.642l8.82-32.826-5.068-1.354-8.82,32.826Z"/></svg>')));-webkit-mask-position:top left}
@@ -36951,7 +36948,7 @@ function ege(n38, t) {
36951
36948
  }
36952
36949
  if (n38 & 2) {
36953
36950
  let o = t.$implicit, e = t.last, i = h();
36954
- u(), p("id", o.fieldName)("title", qt(2, 8, o.fieldName, i.grid).title)("removable", se(3, 11, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("draggable", se(4, 15, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("disabled", !se(5, 19, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable), u(6), Y(qt(8, 23, o.fieldName, i.grid).title), u(2), p("name", o.dir === 1 ? "sort_asc" : "sort_desc"), u(2), p("hidden", e && !i.dropAreaVisible);
36951
+ u(), p("id", o.fieldName)("title", oe2(2, 8, o.fieldName, i.grid, i.grid.groupablePipeTrigger).title)("removable", oe2(3, 12, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("draggable", oe2(4, 16, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("disabled", !oe2(5, 20, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable), u(6), Y(oe2(8, 24, o.fieldName, i.grid, i.grid.groupablePipeTrigger).title), u(2), p("name", o.dir === 1 ? "sort_asc" : "sort_desc"), u(2), p("hidden", e && !i.dropAreaVisible);
36955
36952
  }
36956
36953
  }
36957
36954
  function tge(n38, t) {
@@ -36991,7 +36988,7 @@ var Sv = (() => {
36991
36988
  return x2(s), y(r.handleReorder(l));
36992
36989
  })("moveEnd", function() {
36993
36990
  return x2(s), y(r.handleMoveEnd());
36994
- }), C(1, ege, 12, 26, "ng-container", 2), m(2, "div", 3), S("igxDrop", function(l) {
36991
+ }), C(1, ege, 12, 28, "ng-container", 2), m(2, "div", 3), S("igxDrop", function(l) {
36995
36992
  return x2(s), y(r.onDragDrop(l));
36996
36993
  }), C(3, tge, 1, 0, "ng-container", 4), f()(), C(4, ige, 3, 1, "ng-template", null, 0, O);
36997
36994
  }
@@ -36999,7 +36996,7 @@ var Sv = (() => {
36999
36996
  let s = M(5);
37000
36997
  u(), p("ngForOf", r.chipExpressions), u(), p("hidden", !r.dropAreaVisible), H("gridId", r.grid.id), u(), p("ngTemplateOutlet", r.dropAreaTemplate || s);
37001
36998
  }
37002
- }, dependencies: [bo, Le2, ai, me, Kt, uv, kr, ke, dv], encapsulation: 2 });
36999
+ }, dependencies: [bo, Le2, si, me, Qt, uv, kr, ke, dv], encapsulation: 2 });
37003
37000
  let n38 = t;
37004
37001
  return n38;
37005
37002
  })();
@@ -37027,7 +37024,7 @@ var Rn = (() => {
37027
37024
  return r;
37028
37025
  }
37029
37026
  addFormControl(e, i, r) {
37030
- let s = Qt(i || {}, r.field), a = this.getFieldKey(r.field), l = new V0(s, { updateOn: this.grid.validationTrigger });
37027
+ let s = qt(i || {}, r.field), a = this.getFieldKey(r.field), l = new V0(s, { updateOn: this.grid.validationTrigger });
37031
37028
  l.addValidators(r.validators), e.addControl(a, l), l.setValue(s);
37032
37029
  }
37033
37030
  getFieldKey(e) {
@@ -37509,7 +37506,7 @@ var An = (() => {
37509
37506
  let s = this.summaryCacheMap.get(e);
37510
37507
  return s || (s = /* @__PURE__ */ new Map(), this.summaryCacheMap.set(e, s)), !this.hasSummarizedColumns || !i || this.grid.columns.filter((a) => a.hasSummary).forEach((a) => {
37511
37508
  if (!s.get(a.field)) {
37512
- let l = a.summaries.operate(i.map((c) => Qt(c, a.field)), i, a.field, r, this.grid.locale, a.pipeArgs);
37509
+ let l = a.summaries.operate(i.map((c) => qt(c, a.field)), i, a.field, r, this.grid.locale, a.pipeArgs);
37513
37510
  s.set(a.field, l);
37514
37511
  }
37515
37512
  }), s;
@@ -38123,8 +38120,8 @@ var ic = (() => {
38123
38120
  get columnInDrag() {
38124
38121
  return this.gridAPI.cms.column;
38125
38122
  }
38126
- constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2) {
38127
- 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 = A, this.navigation = F, this.filteringService = L, this.textHighlightService = J, this.overlayService = te2, this.summaryService = oe2, this.localeId = Ee, this.platform = Ce2, this._diTransactions = Ve2, 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.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 Qi(), this.tmpOutlets = new Qi(), 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(Ux({ bufferSize: 1, refCount: true })), this.resizeNotify = new ue2(), this.rowAddedNotifier = new ue2(), this.rowDeletedNotifier = new ue2(), this.pipeTriggerNotifier = new ue2(), this._destroyed = false, this._totalRecords = -1, this.columnsWithNoSetWidths = null, this.pipeTrigger = 0, this.filteringPipeTrigger = 0, this.summaryPipeTrigger = 0, this.groupablePipeTrigger = 0, this.EMPTY_DATA = [], this.destroy$ = new ue2(), this._pagingMode = Xo.Local, this._hideRowSelectors = false, this._rowDrag = false, this._columns = [], this._pinnedColumns = [], this._unpinnedColumns = [], this._filteringExpressionsTree = new Ue(At2.And), this._sortingExpressions = [], this._maxLevelHeaderDepth = null, this._columnHiding = false, this._columnPinning = false, this._pinnedRecordIDs = [], this._allowFiltering = false, this._allowAdvancedFiltering = false, this._filterMode = vo.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 Hh(), 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 = gi(gp), this._emptyGridMessage = null, this._emptyFilteredGridMessage = null, this._isLoading = false, this.overlayIDs = [], this._pinning = { columns: zh.Start }, this._shouldRecalcRowHeight = false, this._advancedFilteringPositionSettings = { verticalDirection: ze2.Middle, horizontalDirection: Be2.Center, horizontalStartPoint: Be2.Center, verticalStartPoint: ze2.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 = Nn.bottom, this._summaryCalculationMode = yn.rootAndChildLevels, this._showSummaryOnCollapse = false, this._summaryRowHeight = 0, this._cellSelectionMode = it2.multiple, this._rowSelectionMode = it2.none, this._selectRowOnClick = true, this._columnSelectionMode = it2.none, this.rowEditPositioningStrategy = new wv({ horizontalDirection: Be2.Right, verticalDirection: ze2.Bottom, horizontalStartPoint: Be2.Left, verticalStartPoint: ze2.Bottom, closeAnimation: null }), this.rowEditSettings = { scrollStrategy: new Xt(), 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 Yo(), this._autoSize = false, this._sortHeaderIconTemplate = null, this._sortAscendingHeaderIconTemplate = null, this._sortDescendingHeaderIconTemplate = null, this._gridSize = Ni.Large, this._defaultRowHeight = 50, this.isHorizontalScrollHidden = false, this.preventContainerScroll = (Ne2) => {
38123
+ constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2) {
38124
+ 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 = A, this.navigation = F, this.filteringService = L, this.textHighlightService = J, this.overlayService = te2, this.summaryService = se, this.localeId = Ee, this.platform = Ce2, this._diTransactions = Ve2, 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.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 Qi(), this.tmpOutlets = new Qi(), 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(Ux({ bufferSize: 1, refCount: true })), this.resizeNotify = new ue2(), this.rowAddedNotifier = new ue2(), this.rowDeletedNotifier = new ue2(), this.pipeTriggerNotifier = new ue2(), this._destroyed = false, this._totalRecords = -1, this.columnsWithNoSetWidths = null, this.pipeTrigger = 0, this.filteringPipeTrigger = 0, this.summaryPipeTrigger = 0, this.groupablePipeTrigger = 0, this.EMPTY_DATA = [], this.destroy$ = new ue2(), this._pagingMode = Xo.Local, this._hideRowSelectors = false, this._rowDrag = false, this._columns = [], this._pinnedColumns = [], this._unpinnedColumns = [], this._filteringExpressionsTree = new Ue(At2.And), this._sortingExpressions = [], this._maxLevelHeaderDepth = null, this._columnHiding = false, this._columnPinning = false, this._pinnedRecordIDs = [], this._allowFiltering = false, this._allowAdvancedFiltering = false, this._filterMode = vo.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 Hh(), 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(gp), this._emptyGridMessage = null, this._emptyFilteredGridMessage = null, this._isLoading = false, this.overlayIDs = [], this._pinning = { columns: zh.Start }, this._shouldRecalcRowHeight = false, this._advancedFilteringPositionSettings = { verticalDirection: ze2.Middle, horizontalDirection: Be2.Center, horizontalStartPoint: Be2.Center, verticalStartPoint: ze2.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 = Nn.bottom, this._summaryCalculationMode = yn.rootAndChildLevels, this._showSummaryOnCollapse = false, this._summaryRowHeight = 0, this._cellSelectionMode = it2.multiple, this._rowSelectionMode = it2.none, this._selectRowOnClick = true, this._columnSelectionMode = it2.none, this.rowEditPositioningStrategy = new wv({ horizontalDirection: Be2.Right, verticalDirection: ze2.Bottom, horizontalStartPoint: Be2.Left, verticalStartPoint: ze2.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 Yo(), this._autoSize = false, this._sortHeaderIconTemplate = null, this._sortAscendingHeaderIconTemplate = null, this._sortDescendingHeaderIconTemplate = null, this._gridSize = Ni.Large, this._defaultRowHeight = 50, this.isHorizontalScrollHidden = false, this.preventContainerScroll = (Ne2) => {
38128
38125
  Ne2.target.scrollTop !== 0 && (this.verticalScrollContainer.addScroll(Ne2.target.scrollTop), Ne2.target.scrollTop = 0), Ne2.target.scrollLeft !== 0 && (this.headerContainer.scrollPosition += Ne2.target.scrollLeft, Ne2.target.scrollLeft = 0);
38129
38126
  }, this.locale = this.locale || this.localeId, this._transactions = this.transactionFactory.create("None"), this._transactions.cloneStrategy = this.dataCloneStrategy, this.cdr.detach(), Jl.register();
38130
38127
  }
@@ -38188,11 +38185,11 @@ var ic = (() => {
38188
38185
  }
38189
38186
  _setupListeners() {
38190
38187
  let e = K(this.destroy$);
38191
- pt2(this.nativeElement, "focusout").pipe(Zt2(() => !!this.navigation.activeNode), e).subscribe((i) => {
38188
+ pt2(this.nativeElement, "focusout").pipe(Xt(() => !!this.navigation.activeNode), e).subscribe((i) => {
38192
38189
  !this.crudService.cell && this.navigation.activeNode && (i.target === this.tbody.nativeElement && this.navigation.activeNode.row >= 0 && this.navigation.activeNode.row < this.dataView.length || i.target === this.theadRow.nativeElement && this.navigation.activeNode.row === -1 || i.target === this.tfoot.nativeElement && this.navigation.activeNode.row === this.dataView.length) && !(this.rowEditable && this.crudService.rowEditingBlocked && this.crudService.rowInEditMode) && (this.navigation.lastActiveNode = this.navigation.activeNode, this.navigation.activeNode = {}, this.notifyChanges());
38193
38190
  }), this.rowAddedNotifier.pipe(e).subscribe((i) => this.refreshGridState(i)), this.rowDeletedNotifier.pipe(e).subscribe((i) => {
38194
38191
  this.summaryService.deleteOperation = true, this.summaryService.clearSummaryCache(i);
38195
- }), this.subscribeToTransactions(), this.resizeNotify.pipe(Zt2(() => !this._init), No(40, tr, { leading: true, trailing: true }), e).subscribe(() => {
38192
+ }), this.subscribeToTransactions(), this.resizeNotify.pipe(Xt(() => !this._init), No(40, tr, { leading: true, trailing: true }), e).subscribe(() => {
38196
38193
  this.zone.run(() => {
38197
38194
  this.nativeElement.isConnected && (this._gridSize !== this.gridSize && (this._gridSize = this.gridSize, this.updateDefaultRowHeight(), this._autoSize = this.isPercentHeight && this.calcHeight !== this.getDataBasedBodyHeight(), this.crudService.endEdit(false), this._summaryRowHeight === 0 && (this.summaryService.summaryHeight = 0)), this.notifyChanges(true));
38198
38195
  });
@@ -38209,20 +38206,20 @@ var ic = (() => {
38209
38206
  return;
38210
38207
  }
38211
38208
  this.rowEditingOverlay?.overlayId !== i.id && r?.outlet === this.outlet && this.overlayIDs.indexOf(i.id) === -1 && this.overlayIDs.push(i.id);
38212
- }), this.overlayService.closed.pipe(Zt2(() => !this._init), e).subscribe((i) => {
38209
+ }), this.overlayService.closed.pipe(Xt(() => !this._init), e).subscribe((i) => {
38213
38210
  if (this._advancedFilteringOverlayId === i.id) {
38214
38211
  this.overlayService.detach(this._advancedFilteringOverlayId), this._advancedFilteringOverlayId = null;
38215
38212
  return;
38216
38213
  }
38217
38214
  let r = this.overlayIDs.indexOf(i.id);
38218
38215
  r !== -1 && this.overlayIDs.splice(r, 1);
38219
- }), this.verticalScrollContainer.dataChanging.pipe(Zt2(() => !this._init), e).subscribe((i) => {
38216
+ }), this.verticalScrollContainer.dataChanging.pipe(Xt(() => !this._init), e).subscribe((i) => {
38220
38217
  this.isPercentHeight && (!this.calcHeight || this.calcHeight === this.getDataBasedBodyHeight() || this.calcHeight === this.renderedRowHeight * this._defaultTargetRecordNumber) && (this.calculateGridHeight(), i.containerSize = this.calcHeight), this.evaluateLoadingState();
38221
- }), this.verticalScrollContainer.scrollbarVisibilityChanged.pipe(Zt2(() => !this._init), e).subscribe(() => {
38218
+ }), this.verticalScrollContainer.scrollbarVisibilityChanged.pipe(Xt(() => !this._init), e).subscribe(() => {
38222
38219
  this.notifyChanges(true), this.cdr.detectChanges(), Promise.resolve().then(() => this.headerContainer.updateScroll());
38223
- }), this.headerContainer?.scrollbarVisibilityChanged.pipe(Zt2(() => !this._init), e).subscribe(() => {
38220
+ }), this.headerContainer?.scrollbarVisibilityChanged.pipe(Xt(() => !this._init), e).subscribe(() => {
38224
38221
  this.notifyChanges(true), this.cdr.detectChanges();
38225
- }), this.verticalScrollContainer.contentSizeChange.pipe(Zt2(() => !this._init), No(30), e).subscribe(() => {
38222
+ }), this.verticalScrollContainer.contentSizeChange.pipe(Xt(() => !this._init), No(30), e).subscribe(() => {
38226
38223
  this.notifyChanges(true);
38227
38224
  }), this._autoSizeColumnsNotify.pipe(No(0, tr, { leading: false, trailing: true }), e).subscribe(() => {
38228
38225
  this.autoSizeColumnsInView(), this._firstAutoResize = false;
@@ -38259,7 +38256,7 @@ var ic = (() => {
38259
38256
  e && (this._headerFeaturesWidth = NaN, this.summaryService.summaryHeight = 0), this.resetColumnsCaches(), this.resetColumnCollections(), this.resetForOfCache(), this.resetCachedWidths(), this.hasVisibleColumns = void 0, this._columnGroups = this._columns.some((i) => i.columnGroup);
38260
38257
  }
38261
38258
  ngAfterContentInit() {
38262
- this.sortHeaderIconDirectiveTemplate && (this.sortHeaderIconTemplate = this.sortHeaderIconDirectiveTemplate), this.sortAscendingHeaderIconDirectiveTemplate && (this.sortAscendingHeaderIconTemplate = this.sortAscendingHeaderIconDirectiveTemplate), this.sortDescendingHeaderIconDirectiveTemplate && (this.sortDescendingHeaderIconTemplate = this.sortDescendingHeaderIconDirectiveTemplate), this.setupColumns(), this.toolbar.changes.pipe(Zt2(() => !this._init), K(this.destroy$)).subscribe(() => this.notifyChanges(true)), this.setUpPaginator(), this.paginationComponents.changes.pipe(K(this.destroy$)).subscribe(() => {
38259
+ this.sortHeaderIconDirectiveTemplate && (this.sortHeaderIconTemplate = this.sortHeaderIconDirectiveTemplate), this.sortAscendingHeaderIconDirectiveTemplate && (this.sortAscendingHeaderIconTemplate = this.sortAscendingHeaderIconDirectiveTemplate), this.sortDescendingHeaderIconDirectiveTemplate && (this.sortDescendingHeaderIconTemplate = this.sortDescendingHeaderIconDirectiveTemplate), this.setupColumns(), this.toolbar.changes.pipe(Xt(() => !this._init), K(this.destroy$)).subscribe(() => this.notifyChanges(true)), this.setUpPaginator(), this.paginationComponents.changes.pipe(K(this.destroy$)).subscribe(() => {
38263
38260
  this.setUpPaginator();
38264
38261
  }), this.actionStrip && (this.actionStrip.menuOverlaySettings.outlet = this.outlet);
38265
38262
  }
@@ -38278,9 +38275,9 @@ var ic = (() => {
38278
38275
  return this.overlayService.attach(Gs, this.viewRef, i);
38279
38276
  }
38280
38277
  setUpPaginator() {
38281
- this.paginator ? (this.paginator.pageChange.pipe(fc(() => !!this.paginator), Zt2(() => !this._init)).subscribe(() => {
38278
+ this.paginator ? (this.paginator.pageChange.pipe(fc(() => !!this.paginator), Xt(() => !this._init)).subscribe(() => {
38282
38279
  this.selectionService.clear(true), this.crudService.endEdit(false), this.pipeTrigger++, this.navigateTo(0), this.notifyChanges();
38283
- }), this.paginator.perPageChange.pipe(fc(() => !!this.paginator), Zt2(() => !this._init)).subscribe(() => {
38280
+ }), this.paginator.perPageChange.pipe(fc(() => !!this.paginator), Xt(() => !this._init)).subscribe(() => {
38284
38281
  this.selectionService.clear(true), this.page = 0, this.crudService.endEdit(false), this.notifyChanges();
38285
38282
  })) : this.markForCheck();
38286
38283
  }
@@ -39237,15 +39234,15 @@ var ic = (() => {
39237
39234
  if (this.type === "hierarchical") {
39238
39235
  let L = [];
39239
39236
  for (let [J, te2] of this.expansionStates.entries()) if (te2) {
39240
- let oe2 = this.gridAPI.get_rec_index_by_id(J, this.dataView);
39241
- L.push(oe2);
39237
+ let se = this.gridAPI.get_rec_index_by_id(J, this.dataView);
39238
+ L.push(se);
39242
39239
  }
39243
39240
  if (this.selectionService.selection.size > 0) {
39244
39241
  if (L.length > 0) for (let [J, te2] of this.selectionService.selection.entries()) {
39245
- let oe2 = J, Ee = 0;
39242
+ let se = J, Ee = 0;
39246
39243
  L.forEach((Ce2) => {
39247
- oe2 > Number(Ce2) && Ee++;
39248
- }), g.set(oe2 - Ee, te2);
39244
+ se > Number(Ce2) && Ee++;
39245
+ }), g.set(se - Ee, te2);
39249
39246
  }
39250
39247
  } else if (w) {
39251
39248
  let J = 0;
@@ -39259,18 +39256,18 @@ var ic = (() => {
39259
39256
  for (let [L, J] of F) {
39260
39257
  if (L = this.paginator && this.pagingMode === Xo.Local && e === this.filteredSortedData ? L + this.perPage * this.page : L, L = A ? L - this.virtualizationState.startIndex : L, !e[L] || e[L].detailsData !== void 0) continue;
39261
39258
  let te2 = Array.from(J);
39262
- for (let oe2 of te2) a = this.getSelectableColumnsAt(oe2), a.forEach((Ee) => {
39259
+ for (let se of te2) a = this.getSelectableColumnsAt(se), a.forEach((Ee) => {
39263
39260
  if (Ee) {
39264
- let Ce2 = this.type !== "pivot" && r && Ee.header || Ee.field, Ve2 = e[L].ghostRecord ? e[L].recordRef : e[L], Ne2 = this.type === "pivot" ? Ve2.aggregationValues.get(Ee.field) : Qt(Ve2, Ee.field);
39261
+ let Ce2 = this.type !== "pivot" && r && Ee.header || Ee.field, Ve2 = e[L].ghostRecord ? e[L].recordRef : e[L], Ne2 = this.type === "pivot" ? Ve2.aggregationValues.get(Ee.field) : qt(Ve2, Ee.field);
39265
39262
  l[Ce2] = i && Ee.formatter ? Ee.formatter(Ne2, Ve2) : Ne2, s && (l[Ce2] || (l[Ce2] = ""), l[Ce2] = l[Ce2].toString().concat("recordRow-" + L));
39266
39263
  }
39267
39264
  });
39268
39265
  if (Object.keys(l).length) if (s) {
39269
39266
  d.length || (d = Object.keys(s[0]));
39270
- for (let [oe2, Ee] of Object.entries(l)) {
39271
- d.includes(oe2) || d.push(oe2);
39267
+ for (let [se, Ee] of Object.entries(l)) {
39268
+ d.includes(se) || d.push(se);
39272
39269
  let Ce2 = Ee, Ve2 = +Ce2.split("recordRow-")[1];
39273
- Ce2 = Ce2.split("recordRow-")[0], l[oe2] = Ce2;
39270
+ Ce2 = Ce2.split("recordRow-")[0], l[se] = Ce2;
39274
39271
  let Ne2 = Object.assign(c[Ve2], l);
39275
39272
  c[Ve2] = Ne2;
39276
39273
  }
@@ -39460,7 +39457,7 @@ var ic = (() => {
39460
39457
  let e = this._lastSearchInfo.caseSensitive, i = this._lastSearchInfo.exactMatch, r = e ? this._lastSearchInfo.searchText : this._lastSearchInfo.searchText.toLowerCase(), s = this.filteredSortedData, a = this.visibleColumns.filter((l) => !l.columnGroup).sort((l, c) => l.visibleIndex - c.visibleIndex);
39461
39458
  s.forEach((l, c) => {
39462
39459
  a.forEach((d) => {
39463
- let g = this.getColumnByName(d.field).pipeArgs, v = d.formatter ? d.formatter(Qt(l, d.field), l) : d.dataType === "number" ? ws(Qt(l, d.field), this.locale, g.digitsInfo) : d.dataType === "date" ? Es(Qt(l, d.field), g.format, this.locale, g.timezone) : Qt(l, d.field);
39460
+ let g = this.getColumnByName(d.field).pipeArgs, v = d.formatter ? d.formatter(qt(l, d.field), l) : d.dataType === "number" ? ws(qt(l, d.field), this.locale, g.digitsInfo) : d.dataType === "date" ? Es(qt(l, d.field), g.format, this.locale, g.timezone) : qt(l, d.field);
39464
39461
  if (v != null && d.searchable) {
39465
39462
  let w = e ? String(v) : String(v).toLowerCase();
39466
39463
  if (i) {
@@ -39501,7 +39498,7 @@ var ic = (() => {
39501
39498
  }
39502
39499
  };
39503
39500
  t.\u0275fac = function(i) {
39504
- return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(_i), _(Gr), _(Wt2), _(mo), _(hi), _(An), _(Jt), _(ye2), _(tc, 8));
39501
+ return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(fi), _(Gr), _(Wt2), _(mo), _(pi), _(An), _(Zt2), _(ye2), _(tc, 8));
39505
39502
  }, t.\u0275dir = U({ type: t, contentQueries: function(i, r, s) {
39506
39503
  if (i & 1 && (de(s, dI, 7, dI), de(s, AV, 5, ee2), de(s, oV, 5, ee2), de(s, sV, 5, ee2), de(s, aV, 5, ee2), de(s, lV, 5, ee2), de(s, cV, 5, ee2), de(s, uV, 5, ee2), de(s, pV, 5, ee2), de(s, dV, 5, ee2), de(s, Gs, 4, Gs), de(s, ft2, 5, ft2), de(s, Sn, 4), de(s, yV, 4, ee2), de(s, vV, 4, ee2), de(s, _V, 4, ee2), de(s, TV, 4, ee2), de(s, RV, 4, ee2), de(s, PV, 4, ee2), de(s, fV, 4, ee2), de(s, Na, 5), de(s, Tn, 4), de(s, xr, 4)), i & 2) {
39507
39504
  let a;
@@ -39908,7 +39905,7 @@ function $ge(n38, t) {
39908
39905
  function Uge(n38, t) {
39909
39906
  if (n38 & 1 && (m(0, "div", 17), E(1, "igx-icon", 18), m(2, "span", 19), P(3), f(), m(4, "span", 20), P(5), R(6, "columnFormatter"), R(7, "number"), R(8, "date"), R(9, "currency"), R(10, "percent"), f(), E(11, "igx-badge", 21), f()), n38 & 2) {
39910
39907
  let o = h();
39911
- u(3), Z(" ", o.groupRow.column && o.groupRow.column.header ? o.groupRow.column.header : o.groupRow.expression ? o.groupRow.expression.fieldName : "", ": "), u(2), Y(o.formatter ? nt2(6, 3, o.groupRow.value, o.formatter, o.groupRow.records[0], null) : o.dataType === "number" ? se(7, 8, o.groupRow.value, o.groupRow.column.pipeArgs.digitsInfo, o.grid.locale) : o.dataType === "date" || o.dataType === "time" || o.dataType === "dateTime" ? nt2(8, 12, o.groupRow.value, o.groupRow.column.pipeArgs.format, o.groupRow.column.pipeArgs.timezone, o.grid.locale) : o.dataType === "currency" ? ge2(9, 17, dt2(27, Oge, o.groupRow.value, o.currencyCode, o.groupRow.column.pipeArgs.display, o.groupRow.column.pipeArgs.digitsInfo, o.grid.locale)) : o.dataType === "percent" ? se(10, 23, o.groupRow.value, o.groupRow.column.pipeArgs.digitsInfo, o.grid.locale) : o.groupRow.value), u(6), p("value", o.groupRow.records ? o.groupRow.records.length : 0);
39908
+ u(3), Z(" ", o.groupRow.column && o.groupRow.column.header ? o.groupRow.column.header : o.groupRow.expression ? o.groupRow.expression.fieldName : "", ": "), u(2), Y(o.formatter ? nt2(6, 3, o.groupRow.value, o.formatter, o.groupRow.records[0], null) : o.dataType === "number" ? oe2(7, 8, o.groupRow.value, o.groupRow.column.pipeArgs.digitsInfo, o.grid.locale) : o.dataType === "date" || o.dataType === "time" || o.dataType === "dateTime" ? nt2(8, 12, o.groupRow.value, o.groupRow.column.pipeArgs.format, o.groupRow.column.pipeArgs.timezone, o.grid.locale) : o.dataType === "currency" ? ge2(9, 17, dt2(27, Oge, o.groupRow.value, o.currencyCode, o.groupRow.column.pipeArgs.display, o.groupRow.column.pipeArgs.digitsInfo, o.grid.locale)) : o.dataType === "percent" ? oe2(10, 23, o.groupRow.value, o.groupRow.column.pipeArgs.digitsInfo, o.grid.locale) : o.groupRow.value), u(6), p("value", o.groupRow.records ? o.groupRow.records.length : 0);
39912
39909
  }
39913
39910
  }
39914
39911
  function Wge(n38, t) {
@@ -40013,7 +40010,7 @@ var bv = (() => {
40013
40010
  return r.activate();
40014
40011
  })("click", function(a) {
40015
40012
  return r.onClick(a);
40016
- }), i & 2 && (H("aria-expanded", r.expanded)("aria-describedby", r.describedBy)("data-rowIndex", r.dataRowIndex)("id", r.attrCellID), pi(r.styleClasses));
40013
+ }), i & 2 && (H("aria-expanded", r.expanded)("aria-describedby", r.describedBy)("data-rowIndex", r.dataRowIndex)("id", r.attrCellID), ui(r.styleClasses));
40017
40014
  }, inputs: { hideGroupRowSelectors: "hideGroupRowSelectors", rowDraggable: "rowDraggable", index: "index", gridID: "gridID", groupRow: "groupRow", isFocused: "isFocused" }, standalone: true, features: [Q], decls: 17, vars: 10, consts: [["defaultGroupRow", ""], ["groupContent", ""], ["defaultGroupByExpandedTemplate", ""], ["defaultGroupByCollapsedTemplate", ""], ["defaultGroupByTemplate", ""], ["groupByRowSelectorBaseTemplate", ""], ["groupByRowSelector", ""], ["groupByRowCheckbox", ""], [4, "ngIf"], [1, "igx-grid__grouping-indicator", 3, "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-grid__group-content"], [1, "igx-grid__drag-indicator", "igx-grid__tr-action"], ["family", "default", "name", "drag_indicator"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "pointerdown", "click"], ["family", "default", "name", "tree_collapse"], ["family", "default", "name", "tree_expand"], [1, "igx-group-label"], ["family", "default", "name", "group_work", 1, "igx-group-label__icon"], [1, "igx-group-label__column-name"], [1, "igx-group-label__text"], [1, "igx-group-label__count-badge", 3, "value"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "disableRipple", "indeterminate", "disabled", "aria-label"]], template: function(i, r) {
40018
40015
  if (i & 1) {
40019
40016
  let s = V();
@@ -40264,8 +40261,8 @@ var BV = (() => {
40264
40261
  if (r === Nn.bottom && l.has(v)) {
40265
40262
  let A = l.get(v);
40266
40263
  for (let F of A) {
40267
- let L = this.grid.gridAPI.get_groupBy_record_id(F), J = this.removeDeletedRecord(this.grid, F.records.slice()), oe2 = { summaries: this.grid.summaryService.calculateSummaries(L, J, F), max: c };
40268
- a.push(oe2);
40264
+ let L = this.grid.gridAPI.get_groupBy_record_id(F), J = this.removeDeletedRecord(this.grid, F.records.slice()), se = { summaries: this.grid.summaryService.calculateSummaries(L, J, F), max: c };
40265
+ a.push(se);
40269
40266
  }
40270
40267
  }
40271
40268
  let I = s ? false : w && !this.grid.isExpandedGroup(w);
@@ -40409,7 +40406,7 @@ function ime(n38, t) {
40409
40406
  function nme(n38, t) {
40410
40407
  if (n38 & 1 && (m(0, "div", 14), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), R(7, "columnFormatter"), R(8, "number"), R(9, "date"), R(10, "currency"), R(11, "percent"), f()), n38 & 2) {
40411
40408
  let o = h(2);
40412
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? nt2(1, 9, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? se(2, 14, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 18, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 23, dt2(57, bI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 29, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? nt2(7, 33, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? se(8, 38, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 42, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 47, dt2(63, bI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(11, 53, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
40409
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? nt2(1, 9, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? oe2(2, 14, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 18, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 23, dt2(57, bI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 29, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? nt2(7, 33, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? oe2(8, 38, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 42, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 47, dt2(63, bI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(11, 53, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
40413
40410
  }
40414
40411
  }
40415
40412
  function rme(n38, t) {
@@ -40433,7 +40430,7 @@ function sme(n38, t) {
40433
40430
  function ame(n38, t) {
40434
40431
  if (n38 & 1 && (m(0, "div", 14), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), f()), n38 & 2) {
40435
40432
  let o = h(2);
40436
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? se(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, bI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.isEmptyAddRowCell ? o.column.header || o.column.field : o.value);
40433
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? oe2(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, bI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.isEmptyAddRowCell ? o.column.header || o.column.field : o.value);
40437
40434
  }
40438
40435
  }
40439
40436
  function lme(n38, t) {
@@ -40527,7 +40524,7 @@ function _me(n38, t) {
40527
40524
  function vme(n38, t) {
40528
40525
  if (n38 & 1 && (G(0), m(1, "igx-input-group", 18), E(2, "input", 20), m(3, "igx-suffix"), P(4), R(5, "percent"), f()(), j()), n38 & 2) {
40529
40526
  let o = h(2);
40530
- u(), p("formGroup", o.formGroup), u(), p("igxFocus", true)("igxTextSelection", true)("step", o.step)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", se(5, 8, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
40527
+ u(), p("formGroup", o.formGroup), u(), p("igxFocus", true)("igxTextSelection", true)("step", o.step)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", oe2(5, 8, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
40531
40528
  }
40532
40529
  }
40533
40530
  function xme(n38, t) {
@@ -40572,25 +40569,25 @@ function Sme(n38, t) {
40572
40569
  function bme(n38, t) {
40573
40570
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
40574
40571
  let o = h(2);
40575
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
40572
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
40576
40573
  }
40577
40574
  }
40578
40575
  function Dme(n38, t) {
40579
40576
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
40580
40577
  let o = h(2);
40581
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
40578
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
40582
40579
  }
40583
40580
  }
40584
40581
  function Eme(n38, t) {
40585
40582
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
40586
40583
  let o = h(2);
40587
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
40584
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
40588
40585
  }
40589
40586
  }
40590
40587
  function Tme(n38, t) {
40591
40588
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
40592
40589
  let o = h(2);
40593
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
40590
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
40594
40591
  }
40595
40592
  }
40596
40593
  function Rme(n38, t) {
@@ -40902,7 +40899,7 @@ var Ks = (() => {
40902
40899
  }
40903
40900
  };
40904
40901
  t.\u0275fac = function(i) {
40905
- return new (i || t)(_(Ut2), _(Se), _(hi), _(re), _(z), _(xe2), _(Vi), _(ye2));
40902
+ return new (i || t)(_(Ut2), _(Se), _(pi), _(re), _(z), _(xe2), _(Vi), _(ye2));
40906
40903
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-grid-cell"]], viewQuery: function(i, r) {
40907
40904
  if (i & 1 && (k(qge, 5, me), k(Qge, 7, ee2), k(Kge, 7, ee2), k(Yge, 7, ee2), k(Xge, 7, ee2), k(Zge, 7, ee2), k(Fs, 5, Fs), k(Jge, 5, Fr)), i & 2) {
40908
40905
  let s;
@@ -40914,9 +40911,9 @@ var Ks = (() => {
40914
40911
  })("click", function(a) {
40915
40912
  return r.onClick(a);
40916
40913
  }), 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));
40917
- }, 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([Vi]), ce, ui, 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"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "igxFocus"], ["family", "default", "name", "error", 3, "mouseover", "mouseout", "igxTooltipTarget", "igxToggleOutlet"], ["igxTooltip", "", 3, "id"]], template: function(i, r) {
40914
+ }, 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([Vi]), ce, di, 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"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "igxFocus"], ["family", "default", "name", "error", 3, "mouseover", "mouseout", "igxTooltipTarget", "igxToggleOutlet"], ["igxTooltip", "", 3, "id"]], template: function(i, r) {
40918
40915
  i & 1 && C(0, ime, 1, 1, "ng-template", null, 0, O)(2, sme, 3, 3, "ng-template", null, 1, O)(4, lme, 1, 1, "ng-template", null, 2, O)(6, xme, 8, 8, "ng-template", null, 3, O)(8, yme, 1, 0, "ng-container", 7)(9, wme, 1, 0, "ng-container", 7)(10, Ime, 8, 7, "ng-container", 8)(11, Pme, 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));
40919
- }, dependencies: [ae2, Oe, ke, Cs, Is, go, fn, al, _n, _a, vn, sl, va, xa, ai, Fs, me, Yt, Tt2, Pl, Os, $t, Or, Nr, nn, Vt2, Kt, Ml, Fr, Ql, Hr, $s], encapsulation: 2, changeDetection: 0 });
40916
+ }, dependencies: [ae2, Oe, ke, Cs, Is, go, fn, al, _n, _a, vn, sl, va, xa, si, Fs, me, Kt, Tt2, Pl, Os, $t, Or, Nr, nn, Vt2, Qt, Ml, Fr, Ql, Hr, $s], encapsulation: 2, changeDetection: 0 });
40920
40917
  let n38 = t;
40921
40918
  return n38;
40922
40919
  })();
@@ -40942,7 +40939,7 @@ function Hme(n38, t) {
40942
40939
  function Bme(n38, t) {
40943
40940
  if (n38 & 1 && (m(0, "div", 17), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), R(7, "columnFormatter"), R(8, "number"), R(9, "date"), R(10, "currency"), R(11, "percent"), f()), n38 & 2) {
40944
40941
  let o = h(2);
40945
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? se(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(55, DI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? se(7, 32, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(8, 36, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 40, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 45, dt2(61, DI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(11, 51, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
40942
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? oe2(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(55, DI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? oe2(7, 32, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(8, 36, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 40, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 45, dt2(61, DI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(11, 51, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
40946
40943
  }
40947
40944
  }
40948
40945
  function zme(n38, t) {
@@ -40966,7 +40963,7 @@ function jme(n38, t) {
40966
40963
  function $me(n38, t) {
40967
40964
  if (n38 & 1 && (m(0, "div", 17), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), f()), n38 & 2) {
40968
40965
  let o = h(2);
40969
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? se(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, DI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.value ? o.value : o.column.header || o.column.field);
40966
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? oe2(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, DI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.value ? o.value : o.column.header || o.column.field);
40970
40967
  }
40971
40968
  }
40972
40969
  function Ume(n38, t) {
@@ -41060,7 +41057,7 @@ function efe(n38, t) {
41060
41057
  function tfe(n38, t) {
41061
41058
  if (n38 & 1 && (G(0), m(1, "igx-input-group", 21), E(2, "input", 23), m(3, "igx-suffix"), P(4), R(5, "percent"), f()(), j()), n38 & 2) {
41062
41059
  let o = h(2);
41063
- u(), N("--ig-size", 1), p("formGroup", o.formGroup), u(), p("igxFocus", true)("step", o.step)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", se(5, 9, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
41060
+ u(), N("--ig-size", 1), p("formGroup", o.formGroup), u(), p("igxFocus", true)("step", o.step)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", oe2(5, 9, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
41064
41061
  }
41065
41062
  }
41066
41063
  function ife(n38, t) {
@@ -41132,25 +41129,25 @@ function ufe(n38, t) {
41132
41129
  function pfe(n38, t) {
41133
41130
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
41134
41131
  let o = h(2);
41135
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
41132
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
41136
41133
  }
41137
41134
  }
41138
41135
  function hfe(n38, t) {
41139
41136
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
41140
41137
  let o = h(2);
41141
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
41138
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
41142
41139
  }
41143
41140
  }
41144
41141
  function gfe(n38, t) {
41145
41142
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
41146
41143
  let o = h(2);
41147
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
41144
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
41148
41145
  }
41149
41146
  }
41150
41147
  function mfe(n38, t) {
41151
41148
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
41152
41149
  let o = h(2);
41153
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
41150
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
41154
41151
  }
41155
41152
  }
41156
41153
  function ffe(n38, t) {
@@ -41201,7 +41198,7 @@ var Tv = (() => {
41201
41198
  }
41202
41199
  };
41203
41200
  t.\u0275fac = function(i) {
41204
- return new (i || t)(_(Ut2), _(Se), _(hi), _(re), _(z), _(xe2), _(Vi), _(Ke2), _(ye2));
41201
+ return new (i || t)(_(Ut2), _(Se), _(pi), _(re), _(z), _(xe2), _(Vi), _(Ke2), _(ye2));
41205
41202
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-expandable-grid-cell"]], viewQuery: function(i, r) {
41206
41203
  if (i & 1 && (k(Mme, 5, z), k(kme, 5, z), k(Vme, 7, ee2), k(Fme, 7, ee2)), i & 2) {
41207
41204
  let s;
@@ -41209,7 +41206,7 @@ var Tv = (() => {
41209
41206
  }
41210
41207
  }, inputs: { expanded: "expanded" }, standalone: true, features: [fe2([Vi]), 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"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "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) {
41211
41208
  i & 1 && C(0, Hme, 1, 1, "ng-template", null, 0, O)(2, jme, 3, 3, "ng-template", null, 1, O)(4, Ume, 1, 1, "ng-template", null, 2, O)(6, ife, 8, 8, "ng-template", null, 3, O)(8, rfe, 4, 4, "ng-container", 10)(9, ofe, 1, 0, "ng-container", 11)(10, sfe, 1, 0, "ng-container", 11)(11, lfe, 8, 7, "ng-container", 10)(12, cfe, 1, 0, "ng-template", null, 4, O)(14, dfe, 1, 0, "ng-template", null, 5, O)(16, vfe, 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));
41212
- }, dependencies: [ae2, ai, Fs, me, Oe, Rr, _n, _a, vn, sl, al, va, xa, Yt, Tt2, Pl, $t, Or, Nr, nn, Vt2, Kt, ke, Ml, Fr, Ql, Hr, $s, Cs, Is, go, fn], encapsulation: 2, changeDetection: 0 });
41209
+ }, dependencies: [ae2, si, Fs, me, Oe, Rr, _n, _a, vn, sl, al, va, xa, Kt, Tt2, Pl, $t, Or, Nr, nn, Vt2, Qt, ke, Ml, Fr, Ql, Hr, $s, Cs, Is, go, fn], encapsulation: 2, changeDetection: 0 });
41213
41210
  let n38 = t;
41214
41211
  return n38;
41215
41212
  })();
@@ -41252,7 +41249,7 @@ function Efe(n38, t) {
41252
41249
  }
41253
41250
  if (n38 & 2) {
41254
41251
  let o = h(2);
41255
- u(), pi(o.resolveDragIndicatorClasses), p("igxRowDrag", o)("ghostTemplate", o.grid.getDragGhostCustomTemplate()), u(), p("ngTemplateOutlet", o.grid.dragIndicatorIconTemplate ? o.grid.dragIndicatorIconTemplate : o.grid.dragIndicatorIconBase);
41252
+ u(), ui(o.resolveDragIndicatorClasses), p("igxRowDrag", o)("ghostTemplate", o.grid.getDragGhostCustomTemplate()), u(), p("ngTemplateOutlet", o.grid.dragIndicatorIconTemplate ? o.grid.dragIndicatorIconTemplate : o.grid.dragIndicatorIconBase);
41256
41253
  }
41257
41254
  }
41258
41255
  function Tfe(n38, t) {
@@ -41453,7 +41450,7 @@ var jV = (() => {
41453
41450
  let s = M(2), a = M(4);
41454
41451
  p("ngTemplateOutlet", r.addRowUI ? s : a);
41455
41452
  }
41456
- }, dependencies: [ke, ae2, Sp, Le2, jt2, ri, $t, Ks, Oe, Tv, js, wp, ql, yp, Xl, Zl], encapsulation: 2, changeDetection: 0 });
41453
+ }, dependencies: [ke, ae2, Sp, Le2, jt2, ni, $t, Ks, Oe, Tv, js, wp, ql, yp, Xl, Zl], encapsulation: 2, changeDetection: 0 });
41457
41454
  let n38 = t;
41458
41455
  return n38;
41459
41456
  })();
@@ -41478,7 +41475,7 @@ var rc = (() => {
41478
41475
  l !== this.lastDirection && (this.unsubscribe(), this._sub = this._interval$.subscribe(() => this.dragScroll.emit(c)), this.lastDirection = l);
41479
41476
  }, this.stopDragSelection = () => {
41480
41477
  this.activeDrag && (this.dragStop.emit(false), this.unsubscribe(), this.lastDirection = Po.NONE);
41481
- }, this._interval$ = $n(0, tr).pipe(K(this.end$), Zt2(() => this.activeDrag));
41478
+ }, this._interval$ = $n(0, tr).pipe(K(this.end$), Xt(() => this.activeDrag));
41482
41479
  }
41483
41480
  ngOnInit() {
41484
41481
  this.zone.runOutsideAngular(() => {
@@ -41568,7 +41565,7 @@ function E0e(n38, t) {
41568
41565
  function T0e(n38, t) {
41569
41566
  if (n38 & 1 && (C(0, E0e, 2, 1, "ng-container", 37), R(1, "gridTransaction"), R(2, "visibleColumns"), R(3, "gridAddRow"), R(4, "gridRowPinning"), R(5, "gridFiltering"), R(6, "gridSort")), n38 & 2) {
41570
41567
  let o = h();
41571
- p("ngIf", ge2(6, 26, ht2(42, f0e, ge2(5, 17, Fi(34, m0e, nt2(4, 12, se(3, 8, qt(2, 5, se(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, o.groupingExpressions, o.sortStrategy, o.id, o.pipeTrigger)));
41568
+ p("ngIf", ge2(6, 26, ht2(42, f0e, ge2(5, 17, Fi(34, m0e, nt2(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, o.groupingExpressions, o.sortStrategy, o.id, o.pipeTrigger)));
41572
41569
  }
41573
41570
  }
41574
41571
  function R0e(n38, t) {
@@ -41660,7 +41657,7 @@ function G0e(n38, t) {
41660
41657
  function j0e(n38, t) {
41661
41658
  if (n38 & 1 && (E(0, "igx-grid-summary-row", 88, 33), R(2, "igxGridSummaryDataPipe")), n38 & 2) {
41662
41659
  let o = h();
41663
- N("width", o.calcWidth, "px")("height", o.summaryRowHeight, "px"), p("gridID", o.id)("summaries", qt(2, 7, o.id, o.summaryService.retriggerRootPipe))("index", o.dataView.length);
41660
+ N("width", o.calcWidth, "px")("height", o.summaryRowHeight, "px"), p("gridID", o.id)("summaries", _i(2, 7, o.id, o.summaryService.retriggerRootPipe))("index", o.dataView.length);
41664
41661
  }
41665
41662
  }
41666
41663
  function $0e(n38, t) {
@@ -41736,7 +41733,7 @@ function i1e(n38, t) {
41736
41733
  function n1e(n38, t) {
41737
41734
  if (n38 & 1 && (P(0), R(1, "igxStringReplace"), R(2, "igxStringReplace")), n38 & 2) {
41738
41735
  let o = h();
41739
- Z(" ", se(2, 5, se(1, 1, o.resourceStrings.igx_grid_row_edit_text, "{0}", o.rowChangesCount.toString()), "{1}", o.hiddenColumnsCount.toString()), `
41736
+ Z(" ", oe2(2, 5, oe2(1, 1, o.resourceStrings.igx_grid_row_edit_text, "{0}", o.rowChangesCount.toString()), "{1}", o.hiddenColumnsCount.toString()), `
41740
41737
  `);
41741
41738
  }
41742
41739
  }
@@ -42152,9 +42149,9 @@ var Pn = (() => {
42152
42149
  }
42153
42150
  if (i & 2) {
42154
42151
  let s = M(10), a = M(53);
42155
- 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", nt2(22, 126, se(21, 122, nt2(20, 117, ge2(19, 108, Q2(161, $V, ge2(18, 102, dt2(155, h0e, ge2(17, 93, Q2(146, $V, ge2(16, 86, ht2(139, p0e, ge2(15, 78, Fi(131, u0e, qt(14, 75, se(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", Fe2(170, EI, 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", Ki(172, g0e)), 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);
42152
+ 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", nt2(22, 126, oe2(21, 122, nt2(20, 117, ge2(19, 108, Q2(161, $V, ge2(18, 102, dt2(155, h0e, ge2(17, 93, Q2(146, $V, ge2(16, 86, ht2(139, p0e, ge2(15, 78, Fi(131, u0e, _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", Fe2(170, EI, 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", Ki(172, g0e)), 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);
42156
42153
  }
42157
- }, dependencies: [ae2, Oe, Le2, ri, ke, Sv, Br, Ws, rc, Jn, jt2, Kr, jV, bv, ec, tn, Bt2, Lr, Qs, ot2, bi, me, Na, qs, mv, Cp, Ip, fv, Kl, Yl, Rp, zV, GV, Dv, Ev, BV, HV, Hr], encapsulation: 2, changeDetection: 0 });
42154
+ }, dependencies: [ae2, Oe, Le2, ni, ke, Sv, Br, Ws, rc, Jn, jt2, Kr, jV, bv, ec, tn, Bt2, Lr, Qs, ot2, bi, me, Na, qs, mv, Cp, Ip, fv, Kl, Yl, Rp, zV, GV, Dv, Ev, BV, HV, Hr], encapsulation: 2, changeDetection: 0 });
42158
42155
  let n38 = t;
42159
42156
  return n38;
42160
42157
  })();
@@ -42219,7 +42216,7 @@ function v1e(n38, t) {
42219
42216
  }
42220
42217
  if (n38 & 2) {
42221
42218
  let o = h(2);
42222
- u(), H("data-sortIndex", o.grid.sortingOptions.mode === "single" && o.grid.sortingExpressions.length <= 1 ? null : qt(3, 3, o.column.field, o.grid.sortingExpressions)), u(3), p("ngTemplateOutlet", o.sortIconTemplate)("ngTemplateOutletContext", Fe2(6, qV, o));
42219
+ u(), H("data-sortIndex", o.grid.sortingOptions.mode === "single" && o.grid.sortingExpressions.length <= 1 ? null : _i(3, 3, o.column.field, o.grid.sortingExpressions)), u(3), p("ngTemplateOutlet", o.sortIconTemplate)("ngTemplateOutletContext", Fe2(6, qV, o));
42223
42220
  }
42224
42221
  }
42225
42222
  function x1e(n38, t) {
@@ -42362,7 +42359,7 @@ function E1e(n38, t) {
42362
42359
  }
42363
42360
  if (n38 & 2) {
42364
42361
  let o = h();
42365
- u(), p("ngIf", o.grid.hasMovableColumns), u(), p("id", o.grid.id + "_" + o.column.field)("ngClass", o.column.headerClasses)("ngStyle", se(3, 11, o.column.headerStyles, o.column, o.grid.pipeTrigger))("igxColumnMovingDrag", o.column)("ghostHost", o.grid.outlet.nativeElement)("igxColumnMovingDrop", o.column)("column", o.column), H("droppable", true), u(2), p("ngIf", !o.column.columnGroup && o.column.resizable), u(), p("ngIf", o.grid.hasMovableColumns);
42362
+ u(), p("ngIf", o.grid.hasMovableColumns), u(), p("id", o.grid.id + "_" + o.column.field)("ngClass", o.column.headerClasses)("ngStyle", oe2(3, 11, o.column.headerStyles, o.column, o.grid.pipeTrigger))("igxColumnMovingDrag", o.column)("ghostHost", o.grid.outlet.nativeElement)("igxColumnMovingDrop", o.column)("column", o.column), H("droppable", true), u(2), p("ngIf", !o.column.columnGroup && o.column.resizable), u(), p("ngIf", o.grid.hasMovableColumns);
42366
42363
  }
42367
42364
  }
42368
42365
  var Mv = (() => {
@@ -42431,7 +42428,7 @@ var Mv = (() => {
42431
42428
  i & 2 && (H("id", r.headerID)("title", r.title), N("user-select", r.userSelect), X("igx-grid-th--active", r.active)("asc", r.sortAscendingStyle)("desc", r.sortDescendingStyle)("igx-grid-th--sortable", r.sortableStyle)("igx-grid-th--sorted", r.sortedStyle));
42432
42429
  }, inputs: { rowIndex: "rowIndex", dimWidth: "dimWidth", rootDimension: "rootDimension" }, standalone: true, features: [ne, Q], decls: 5, vars: 1, consts: [["defaultColumn", ""], ["defaultCollapseIndicator", ""], [4, "ngIf"], [1, "igx-grid-th__group-title", 3, "title"], ["family", "default", 3, "name"], ["class", "igx-grid-th__drop-indicator-left", 4, "ngIf"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "pointerdown", "keydown", "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column"], ["class", "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader", "cursor", 4, "ngIf"], ["class", "igx-grid-th__drop-indicator-right", 4, "ngIf"], [1, "igx-grid-th__drop-indicator-left"], [1, "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader"], [1, "igx-grid-th__drop-indicator-right"]], template: function(i, r) {
42433
42430
  i & 1 && C(0, C1e, 2, 2, "ng-template", null, 0, O)(2, I1e, 1, 1, "ng-template", null, 1, O)(4, E1e, 6, 15, "ng-container", 2), i & 2 && (u(4), p("ngIf", !r.column.columnGroup));
42434
- }, dependencies: [me, ae2, Pp, Oe, ri, Zr, Jn, Pv, Ro], encapsulation: 2, changeDetection: 0 });
42431
+ }, dependencies: [me, ae2, Pp, Oe, ni, Zr, Jn, Pv, Ro], encapsulation: 2, changeDetection: 0 });
42435
42432
  let n38 = t;
42436
42433
  return n38;
42437
42434
  })();
@@ -42936,7 +42933,7 @@ function p_e(n38, t) {
42936
42933
  function h_e(n38, t) {
42937
42934
  if (n38 & 1 && (E(0, "igx-pivot-row-header-group", 72, 18), R(2, "igxHeaderGroupWidth"), R(3, "igxHeaderGroupWidth"), R(4, "igxHeaderGroupStyle")), n38 & 2) {
42938
42935
  let o = t.ngIf, e = h().index, i = h(2);
42939
- N("min-width", se(2, 10, i.grid.rowDimensionWidthToPixels(i.grid.visibleRowDimensions[e]), i.grid.defaultHeaderGroupMinWidth, i.hasMRL))("flex-basis", se(3, 14, i.grid.rowDimensionWidthToPixels(i.grid.visibleRowDimensions[e]), i.grid.defaultHeaderGroupMinWidth, i.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", se(4, 18, o.headerGroupStyles, o, i.grid.pipeTrigger))("column", o)("rootDimension", i.grid.visibleRowDimensions[e])("dimWidth", i.grid.rowDimensionWidthToPixels(i.grid.visibleRowDimensions[e]))("rowIndex", -1);
42936
+ N("min-width", oe2(2, 10, i.grid.rowDimensionWidthToPixels(i.grid.visibleRowDimensions[e]), i.grid.defaultHeaderGroupMinWidth, i.hasMRL))("flex-basis", oe2(3, 14, i.grid.rowDimensionWidthToPixels(i.grid.visibleRowDimensions[e]), i.grid.defaultHeaderGroupMinWidth, i.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(4, 18, o.headerGroupStyles, o, i.grid.pipeTrigger))("column", o)("rootDimension", i.grid.visibleRowDimensions[e])("dimWidth", i.grid.rowDimensionWidthToPixels(i.grid.visibleRowDimensions[e]))("rowIndex", -1);
42940
42937
  }
42941
42938
  }
42942
42939
  function g_e(n38, t) {
@@ -42962,7 +42959,7 @@ function f_e(n38, t) {
42962
42959
  }
42963
42960
  if (n38 & 2) {
42964
42961
  let o = t.$implicit, e = h(2);
42965
- u(), N("min-width", se(2, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", se(3, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", se(4, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
42962
+ u(), N("min-width", oe2(2, 7, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", oe2(3, 11, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL)), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(4, 15, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
42966
42963
  }
42967
42964
  }
42968
42965
  function __e(n38, t) {
@@ -42974,7 +42971,7 @@ function __e(n38, t) {
42974
42971
  function v_e(n38, t) {
42975
42972
  if (n38 & 1 && (E(0, "igx-grid-header-group", 76), R(1, "igxHeaderGroupWidth"), R(2, "igxHeaderGroupWidth"), R(3, "igxHeaderGroupStyle")), n38 & 2) {
42976
42973
  let o = t.$implicit, e = h().index, i = h();
42977
- N("height", i.totalDepth > 1 ? i.calcHeight(o, e) : void 0, "px")("min-width", se(1, 13, o.resolvedWidth, i.grid.defaultHeaderGroupMinWidth, i.hasMRL))("flex-basis", se(2, 17, o.resolvedWidth, i.grid.defaultHeaderGroupMinWidth, i.hasMRL)), X("igx-grid__tr-pivot--columnDimensionLeaf", i.isDuplicateOfExistingParent(o, e))("igx-grid__tr-pivot--columnMultiRowSpan", i.isMultiRow(o, e)), p("ngClass", o.headerGroupClasses)("ngStyle", se(3, 21, o.headerGroupStyles, o, i.grid.pipeTrigger))("column", o);
42974
+ N("height", i.totalDepth > 1 ? i.calcHeight(o, e) : void 0, "px")("min-width", oe2(1, 13, o.resolvedWidth, i.grid.defaultHeaderGroupMinWidth, i.hasMRL))("flex-basis", oe2(2, 17, o.resolvedWidth, i.grid.defaultHeaderGroupMinWidth, i.hasMRL)), X("igx-grid__tr-pivot--columnDimensionLeaf", i.isDuplicateOfExistingParent(o, e))("igx-grid__tr-pivot--columnMultiRowSpan", i.isMultiRow(o, e)), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(3, 21, o.headerGroupStyles, o, i.grid.pipeTrigger))("column", o);
42978
42975
  }
42979
42976
  }
42980
42977
  function x_e(n38, t) {
@@ -42994,7 +42991,7 @@ function y_e(n38, t) {
42994
42991
  }
42995
42992
  if (n38 & 2) {
42996
42993
  let o = t.$implicit, e = h(2);
42997
- u(), N("min-width", se(2, 9, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", se(3, 13, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("left", o.rightPinnedOffset), p("ngClass", o.headerGroupClasses)("ngStyle", se(4, 17, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
42994
+ u(), N("min-width", oe2(2, 9, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("flex-basis", oe2(3, 13, o.resolvedWidth, e.grid.defaultHeaderGroupMinWidth, e.hasMRL))("left", o.rightPinnedOffset), p("ngClass", o.headerGroupClasses)("ngStyle", oe2(4, 17, o.headerGroupStyles, o, e.grid.pipeTrigger))("column", o);
42998
42995
  }
42999
42996
  }
43000
42997
  function w_e(n38, t) {
@@ -43054,7 +43051,7 @@ var TI = (() => {
43054
43051
  return this.headerContainers?.last;
43055
43052
  }
43056
43053
  constructor(e, i, r, s) {
43057
- super(i, r), this.grid = e, this.renderer = s, this.aggregateList = [], this.filterDropdownDimensions = /* @__PURE__ */ new Set(), this.filterAreaDimensions = /* @__PURE__ */ new Set(), this._dropPos = Pi.AfterDropTarget, this._subMenuPositionSettings = { verticalStartPoint: ze2.Bottom, closeAnimation: void 0 }, this._subMenuOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._subMenuPositionSettings), scrollStrategy: new Xt() }, this.columnDimensionsByLevel = [[]];
43054
+ super(i, r), this.grid = e, this.renderer = s, this.aggregateList = [], this.filterDropdownDimensions = /* @__PURE__ */ new Set(), this.filterAreaDimensions = /* @__PURE__ */ new Set(), this._dropPos = Pi.AfterDropTarget, this._subMenuPositionSettings = { verticalStartPoint: ze2.Bottom, closeAnimation: void 0 }, this._subMenuOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._subMenuPositionSettings), scrollStrategy: new Yt() }, this.columnDimensionsByLevel = [[]];
43058
43055
  }
43059
43056
  get isFiltersButton() {
43060
43057
  let e = 0;
@@ -43221,7 +43218,7 @@ var TI = (() => {
43221
43218
  let s;
43222
43219
  b(s = D()) && (r.esf = s.first), b(s = D()) && (r.filterArea = s.first), b(s = D()) && (r.filtersButton = s.first), b(s = D()) && (r.dropdownChips = s.first), b(s = D()) && (r.pivotFilterContainer = s.first), b(s = D()) && (r.pivotRowContainer = s.first), b(s = D()) && (r.notificationChips = s), b(s = D()) && (r.headerContainers = s), b(s = D()) && (r.rowDimensionHeaders = s);
43223
43220
  }
43224
- }, standalone: true, features: [ne, ui, Q], decls: 37, vars: 31, consts: [["dropdown", ""], ["esf", ""], ["dropdownChips", ""], ["filterAreaHidden", ""], ["valueChipDefaultTemplate", ""], ["pivotFilterContainer", ""], ["filterArea", ""], ["notifyChip", ""], ["filterIcon", ""], ["pivotRowContainer", ""], ["rowArea", ""], ["pivotColumnContainer", ""], ["colArea", ""], ["pivotValueContainer", ""], ["valueArea", ""], ["notifyValueChip", ""], ["currChip", ""], ["pivotContainer", ""], ["rowDimensionHeaders", ""], ["headerVirtualContainer", ""], ["role", "row", 1, "igx-grid-thead__wrapper", "igx-grid-thead__wrapper--pivot"], ["role", "row", 1, "igx-grid__tr"], [1, "igx-grid__tr-pivot--filter-container"], ["class", "igx-grid__tr-pivot igx-grid__tr-pivot--filter", "igxDrop", "", 3, "min-width", "max-width", "igxDragLeave", "dropped", "pointerdown", 4, "ngIf"], [1, "igx-grid__tr-pivot--drop-row-area"], ["class", "igx-grid__tr-pivot igx-grid__tr-pivot--small-row-area", "igxDrop", "", 3, "width", "igxDragLeave", "dropped", 4, "ngIf"], [1, "igx-grid__tr-pivot-group"], ["class", "igx-grid__tr-pivot", "igxDrop", "", 3, "dropped", "igxDragLeave", 4, "ngIf"], ["class", "igx-grid__tr-pivot", "igxDrop", "", 3, "pointerdown", "dropped", "igxDragLeave", 4, "ngIf"], ["role", "rowgroup", 1, "igx-grid-thead__wrapper"], [4, "ngIf"], [1, "igx-grid-thead--virtualizationWrapper", 3, "click"], ["class", "igx-grid-thead__group igx-grid-thead--virtualizationContainer", 3, "height", "width", 4, "ngFor", "ngForOf"], [1, "igx-grid-thead__thumb", 3, "hidden"], [3, "selectionChanging"], [3, "selected", "value", 4, "ngFor", "ngForOf"], [3, "hidden"], [3, "maxHeight", "minHeight"], ["igxExcelStyleColumnOperations", ""], [3, "id", "removable", "selectable", "selected", "remove", "chipClick", 4, "ngFor", "ngForOf"], [2, "visibility", "hidden", "position", "absolute", "top", "-10000px"], ["droppable", "true"], [3, "id", "draggable", "removable", "remove", 4, "ngFor", "ngForOf"], ["igxDrop", "", 1, "igx-grid__tr-pivot", "igx-grid__tr-pivot--filter", 3, "igxDragLeave", "dropped", "pointerdown"], ["id", "empty", "igxDrop", "", "class", "igx-grid__pivot-empty-chip-area", 3, "dropped", 4, "ngIf"], [4, "ngFor", "ngForOf"], ["igxDrop", "", 3, "dragDrop", "hidden"], ["class", "igx-grid__pivot-filter-toggle", 4, "ngIf"], ["id", "empty", "igxDrop", "", 1, "igx-grid__pivot-empty-chip-area", 3, "dropped"], [1, "igx-grid__tr-pivot--chip_drop_indicator"], [3, "remove", "dragOver", "dragLeave", "dragDrop", "moveStart", "moveEnd", "id", "draggable", "data", "removable"], ["family", "default", "name", "filter_list", "igxPrefix", "", 3, "pointerdown", "click"], [1, "igx-grid__pivot-filter-toggle"], ["family", "default", "name", "filter_list", 3, "pointerdown", "click"], [3, "value"], ["igxDrop", "", 1, "igx-grid__tr-pivot", "igx-grid__tr-pivot--small-row-area", 3, "igxDragLeave", "dropped"], [3, "remove", "dragLeave", "dragDrop", "dragOver", "moveStart", "moveEnd", "click", "draggable", "id", "data", "removable"], ["igxPrefix", "", "family", "default", "name", "table_rows"], ["family", "default", "igxSuffix", "", 3, "name", 4, "ngIf"], ["family", "default", "igxSuffix", "", 3, "name"], ["igxDrop", "", 1, "igx-grid__tr-pivot", 3, "dropped", "igxDragLeave"], [3, "remove", "dragOver", "dragLeave", "dragDrop", "moveStart", "moveEnd", "click", "draggable", "id", "data", "removable"], ["family", "default", "name", "view_column", "igxPrefix", ""], ["igxDrop", "", 1, "igx-grid__tr-pivot", 3, "pointerdown", "dropped", "igxDragLeave"], [3, "remove", "dragLeave", "dragOver", "dragDrop", "draggable", "id", "data", "removable"], ["igxPrefix", "", 1, "igx-grid__tr-pivot-toggle-icons", 3, "click", "pointerdown", "igxDropDownItemNavigation"], ["family", "default", "name", "functions"], ["family", "default", "name", "arrow_drop_down"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["igxDrop", "", 1, "igx-grid__tr-pivot", "igx-grid__tr-pivot--row-area", 3, "igxDragLeave", "dropped", "pointerdown"], ["role", "row", 1, "igx-grid__tr", "igx-grid__tr-header-row"], [3, "ngClass", "ngStyle", "min-width", "flex-basis", "column", "rootDimension", "dimWidth", "rowIndex", 4, "ngIf"], [3, "ngClass", "ngStyle", "column", "rootDimension", "dimWidth", "rowIndex"], [3, "pointerdown", "ngClass", "ngStyle", "column"], [1, "igx-grid-thead__group", "igx-grid-thead--virtualizationContainer"], ["igxGridFor", "", 3, "igxGridForOf", "igxGridForOfUniqueSizeCache", "igxForScrollContainer", "igxForContainerSize", "igxForTrackBy", "igxForSizePropName", "igxForScrollOrientation"], [3, "ngClass", "ngStyle", "column"], [3, "selected", "value"], [3, "remove", "chipClick", "id", "removable", "selectable", "selected"], [3, "remove", "id", "draggable", "removable"], ["family", "default", "name", "filter_list", "igxPrefix", ""]], template: function(i, r) {
43221
+ }, standalone: true, features: [ne, di, Q], decls: 37, vars: 31, consts: [["dropdown", ""], ["esf", ""], ["dropdownChips", ""], ["filterAreaHidden", ""], ["valueChipDefaultTemplate", ""], ["pivotFilterContainer", ""], ["filterArea", ""], ["notifyChip", ""], ["filterIcon", ""], ["pivotRowContainer", ""], ["rowArea", ""], ["pivotColumnContainer", ""], ["colArea", ""], ["pivotValueContainer", ""], ["valueArea", ""], ["notifyValueChip", ""], ["currChip", ""], ["pivotContainer", ""], ["rowDimensionHeaders", ""], ["headerVirtualContainer", ""], ["role", "row", 1, "igx-grid-thead__wrapper", "igx-grid-thead__wrapper--pivot"], ["role", "row", 1, "igx-grid__tr"], [1, "igx-grid__tr-pivot--filter-container"], ["class", "igx-grid__tr-pivot igx-grid__tr-pivot--filter", "igxDrop", "", 3, "min-width", "max-width", "igxDragLeave", "dropped", "pointerdown", 4, "ngIf"], [1, "igx-grid__tr-pivot--drop-row-area"], ["class", "igx-grid__tr-pivot igx-grid__tr-pivot--small-row-area", "igxDrop", "", 3, "width", "igxDragLeave", "dropped", 4, "ngIf"], [1, "igx-grid__tr-pivot-group"], ["class", "igx-grid__tr-pivot", "igxDrop", "", 3, "dropped", "igxDragLeave", 4, "ngIf"], ["class", "igx-grid__tr-pivot", "igxDrop", "", 3, "pointerdown", "dropped", "igxDragLeave", 4, "ngIf"], ["role", "rowgroup", 1, "igx-grid-thead__wrapper"], [4, "ngIf"], [1, "igx-grid-thead--virtualizationWrapper", 3, "click"], ["class", "igx-grid-thead__group igx-grid-thead--virtualizationContainer", 3, "height", "width", 4, "ngFor", "ngForOf"], [1, "igx-grid-thead__thumb", 3, "hidden"], [3, "selectionChanging"], [3, "selected", "value", 4, "ngFor", "ngForOf"], [3, "hidden"], [3, "maxHeight", "minHeight"], ["igxExcelStyleColumnOperations", ""], [3, "id", "removable", "selectable", "selected", "remove", "chipClick", 4, "ngFor", "ngForOf"], [2, "visibility", "hidden", "position", "absolute", "top", "-10000px"], ["droppable", "true"], [3, "id", "draggable", "removable", "remove", 4, "ngFor", "ngForOf"], ["igxDrop", "", 1, "igx-grid__tr-pivot", "igx-grid__tr-pivot--filter", 3, "igxDragLeave", "dropped", "pointerdown"], ["id", "empty", "igxDrop", "", "class", "igx-grid__pivot-empty-chip-area", 3, "dropped", 4, "ngIf"], [4, "ngFor", "ngForOf"], ["igxDrop", "", 3, "dragDrop", "hidden"], ["class", "igx-grid__pivot-filter-toggle", 4, "ngIf"], ["id", "empty", "igxDrop", "", 1, "igx-grid__pivot-empty-chip-area", 3, "dropped"], [1, "igx-grid__tr-pivot--chip_drop_indicator"], [3, "remove", "dragOver", "dragLeave", "dragDrop", "moveStart", "moveEnd", "id", "draggable", "data", "removable"], ["family", "default", "name", "filter_list", "igxPrefix", "", 3, "pointerdown", "click"], [1, "igx-grid__pivot-filter-toggle"], ["family", "default", "name", "filter_list", 3, "pointerdown", "click"], [3, "value"], ["igxDrop", "", 1, "igx-grid__tr-pivot", "igx-grid__tr-pivot--small-row-area", 3, "igxDragLeave", "dropped"], [3, "remove", "dragLeave", "dragDrop", "dragOver", "moveStart", "moveEnd", "click", "draggable", "id", "data", "removable"], ["igxPrefix", "", "family", "default", "name", "table_rows"], ["family", "default", "igxSuffix", "", 3, "name", 4, "ngIf"], ["family", "default", "igxSuffix", "", 3, "name"], ["igxDrop", "", 1, "igx-grid__tr-pivot", 3, "dropped", "igxDragLeave"], [3, "remove", "dragOver", "dragLeave", "dragDrop", "moveStart", "moveEnd", "click", "draggable", "id", "data", "removable"], ["family", "default", "name", "view_column", "igxPrefix", ""], ["igxDrop", "", 1, "igx-grid__tr-pivot", 3, "pointerdown", "dropped", "igxDragLeave"], [3, "remove", "dragLeave", "dragOver", "dragDrop", "draggable", "id", "data", "removable"], ["igxPrefix", "", 1, "igx-grid__tr-pivot-toggle-icons", 3, "click", "pointerdown", "igxDropDownItemNavigation"], ["family", "default", "name", "functions"], ["family", "default", "name", "arrow_drop_down"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["igxDrop", "", 1, "igx-grid__tr-pivot", "igx-grid__tr-pivot--row-area", 3, "igxDragLeave", "dropped", "pointerdown"], ["role", "row", 1, "igx-grid__tr", "igx-grid__tr-header-row"], [3, "ngClass", "ngStyle", "min-width", "flex-basis", "column", "rootDimension", "dimWidth", "rowIndex", 4, "ngIf"], [3, "ngClass", "ngStyle", "column", "rootDimension", "dimWidth", "rowIndex"], [3, "pointerdown", "ngClass", "ngStyle", "column"], [1, "igx-grid-thead__group", "igx-grid-thead--virtualizationContainer"], ["igxGridFor", "", 3, "igxGridForOf", "igxGridForOfUniqueSizeCache", "igxForScrollContainer", "igxForContainerSize", "igxForTrackBy", "igxForSizePropName", "igxForScrollOrientation"], [3, "ngClass", "ngStyle", "column"], [3, "selected", "value"], [3, "remove", "chipClick", "id", "removable", "selectable", "selected"], [3, "remove", "id", "draggable", "removable"], ["family", "default", "name", "filter_list", "igxPrefix", ""]], template: function(i, r) {
43225
43222
  if (i & 1) {
43226
43223
  let s = V();
43227
43224
  m(0, "div")(1, "div", 20)(2, "div", 21)(3, "div", 22), C(4, U1e, 10, 9, "div", 23), m(5, "div", 24), C(6, Y1e, 9, 6, "div", 25), f()(), m(7, "div", 26), C(8, t_e, 9, 4, "div", 27)(9, s_e, 9, 4, "div", 28), f()()(), m(10, "div", 29)(11, "div", 21), C(12, p_e, 6, 3, "ng-container", 30)(13, m_e, 3, 3, "ng-container", 30)(14, __e, 3, 3, "ng-container", 30), m(15, "div", 31), S("click", function(l) {
@@ -43231,7 +43228,7 @@ var TI = (() => {
43231
43228
  }), C(21, C_e, 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, I_e, 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, S_e, 3, 4, "igx-chip", 42), f()(), C(35, b_e, 1, 2, "ng-template", null, 4, O);
43232
43229
  }
43233
43230
  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));
43234
- }, dependencies: [ae2, kr, bo, Le2, ai, me, Vt2, cp, Kt, yo, ke, Fa, Oe, ri, jt2, fr, mr, Gs, _p, vp, fp, Ul, Ro, wp, Mv], encapsulation: 2, changeDetection: 0 });
43231
+ }, dependencies: [ae2, kr, bo, Le2, si, me, Vt2, cp, Qt, yo, ke, Fa, Oe, ni, jt2, fr, mr, Gs, _p, vp, fp, Ul, Ro, wp, Mv], encapsulation: 2, changeDetection: 0 });
43235
43232
  let n38 = t;
43236
43233
  return n38;
43237
43234
  })();
@@ -43539,7 +43536,7 @@ function M_e(n38, t) {
43539
43536
  }
43540
43537
  if (n38 & 2) {
43541
43538
  let o = h();
43542
- u(), p("ngIf", o.grid.hasMovableColumns), u(), p("id", o.grid.id + "_" + o.column.field)("ngClass", o.column.headerClasses)("ngStyle", se(3, 11, o.column.headerStyles, o.column, o.grid.pipeTrigger))("igxColumnMovingDrag", o.column)("ghostHost", o.grid.outlet.nativeElement)("igxColumnMovingDrop", o.column)("column", o.column), H("droppable", true), u(2), p("ngIf", !o.column.columnGroup && o.column.resizable), u(), p("ngIf", o.grid.hasMovableColumns);
43539
+ u(), p("ngIf", o.grid.hasMovableColumns), u(), p("id", o.grid.id + "_" + o.column.field)("ngClass", o.column.headerClasses)("ngStyle", oe2(3, 11, o.column.headerStyles, o.column, o.grid.pipeTrigger))("igxColumnMovingDrag", o.column)("ghostHost", o.grid.outlet.nativeElement)("igxColumnMovingDrop", o.column)("column", o.column), H("droppable", true), u(2), p("ngIf", !o.column.columnGroup && o.column.resizable), u(), p("ngIf", o.grid.hasMovableColumns);
43543
43540
  }
43544
43541
  }
43545
43542
  var RI = (() => {
@@ -43607,7 +43604,7 @@ var RI = (() => {
43607
43604
  }), i & 2 && (H("id", r.headerID)("title", r.title), N("user-select", r.userSelect), X("igx-grid-th--active", r.active));
43608
43605
  }, inputs: { rowIndex: "rowIndex", colIndex: "colIndex", layout: "layout", parent: "parent" }, standalone: true, features: [ne, Q], decls: 5, vars: 1, consts: [["defaultColumn", ""], ["defaultCollapseIndicator", ""], [4, "ngIf"], [1, "igx-grid-th__group-title", 3, "title"], ["family", "default", 3, "name"], ["class", "igx-grid-th__drop-indicator-left", 4, "ngIf"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "pointerdown", "keydown", "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column"], ["class", "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader", "cursor", 4, "ngIf"], ["class", "igx-grid-th__drop-indicator-right", 4, "ngIf"], [1, "igx-grid-th__drop-indicator-left"], [1, "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader"], [1, "igx-grid-th__drop-indicator-right"]], template: function(i, r) {
43609
43606
  i & 1 && C(0, E_e, 2, 2, "ng-template", null, 0, O)(2, T_e, 1, 1, "ng-template", null, 1, O)(4, M_e, 6, 15, "ng-container", 2), i & 2 && (u(4), p("ngIf", !r.column.columnGroup));
43610
- }, dependencies: [me, ae2, Pp, Oe, ri, Zr, Jn, Pv, Ro], encapsulation: 2, changeDetection: 0 });
43607
+ }, dependencies: [me, ae2, Pp, Oe, ni, Zr, Jn, Pv, Ro], encapsulation: 2, changeDetection: 0 });
43611
43608
  let n38 = t;
43612
43609
  return n38;
43613
43610
  })();
@@ -43691,7 +43688,7 @@ var Mp = (() => {
43691
43688
  }
43692
43689
  };
43693
43690
  t.\u0275fac = function(i) {
43694
- return new (i || t)(_(Se), _(z), _(It2), _(_i), _(re), _(We2));
43691
+ return new (i || t)(_(Se), _(z), _(It2), _(fi), _(re), _(We2));
43695
43692
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-pivot-row-dimension-content"]], viewQuery: function(i, r) {
43696
43693
  if (i & 1 && (k(k_e, 7, ee2), k(V_e, 7, ee2), k(RI, 5)), i & 2) {
43697
43694
  let s;
@@ -43699,9 +43696,9 @@ var Mp = (() => {
43699
43696
  }
43700
43697
  }, hostVars: 8, hostBindings: function(i, r) {
43701
43698
  i & 2 && N("grid-row-start", r.rowStart)("grid-row-end", r.rowsEnd)("grid-column-start", r.colStart)("grid-column-end", r.colEnd);
43702
- }, inputs: { rowIndex: "rowIndex", colIndex: "colIndex", layout: "layout", dimension: "dimension", rootDimension: "rootDimension", rowData: "rowData" }, standalone: true, features: [ne, ui, Q], decls: 11, vars: 35, consts: [["headerTemplate", ""], ["headerDefaultTemplate", ""], ["role", "rowgroup", 1, "igx-grid-thead__wrapper"], ["role", "row", 1, "igx-grid__tr", "igx-grid__tr-header-row"], [3, "ngClass", "ngStyle", "column", "rowIndex", "colIndex", "layout", "parent"], ["family", "default", 2, "--component-size", "3", 3, "click", "name"], [2, "--component-size", "3"], [2, "flex-shrink", "0"]], template: function(i, r) {
43703
- i & 1 && (m(0, "div", 2)(1, "div", 3), E(2, "igx-pivot-row-dimension-header-group", 4), R(3, "igxHeaderGroupWidth"), R(4, "igxHeaderGroupWidth"), R(5, "igxHeaderGroupWidth"), R(6, "igxHeaderGroupStyle"), f()(), C(7, F_e, 3, 6, "ng-template", null, 0, O)(9, O_e, 3, 5, "ng-template", null, 1, O)), i & 2 && (N("width", r.width, "px"), X("igx-grid__tr--mrl", r.hasMRL), u(), N("width", r.width, "px"), u(), N("min-width", se(3, 19, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL))("width", se(4, 23, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL))("flex-basis", se(5, 27, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL)), p("ngClass", r.rowDimensionColumn.headerGroupClasses)("ngStyle", se(6, 31, r.rowDimensionColumn.headerGroupStyles, r.rowDimensionColumn, r.grid.pipeTrigger))("column", r.rowDimensionColumn)("rowIndex", r.rowIndex)("colIndex", r.colIndex)("layout", r.layout)("parent", r));
43704
- }, dependencies: [RI, Oe, ri, me, Ul, Ro], encapsulation: 2, changeDetection: 0 });
43699
+ }, inputs: { rowIndex: "rowIndex", colIndex: "colIndex", layout: "layout", dimension: "dimension", rootDimension: "rootDimension", rowData: "rowData" }, standalone: true, features: [ne, di, Q], decls: 11, vars: 35, consts: [["headerTemplate", ""], ["headerDefaultTemplate", ""], ["role", "rowgroup", 1, "igx-grid-thead__wrapper"], ["role", "row", 1, "igx-grid__tr", "igx-grid__tr-header-row"], [3, "ngClass", "ngStyle", "column", "rowIndex", "colIndex", "layout", "parent"], ["family", "default", 2, "--component-size", "3", 3, "click", "name"], [2, "--component-size", "3"], [2, "flex-shrink", "0"]], template: function(i, r) {
43700
+ i & 1 && (m(0, "div", 2)(1, "div", 3), E(2, "igx-pivot-row-dimension-header-group", 4), R(3, "igxHeaderGroupWidth"), R(4, "igxHeaderGroupWidth"), R(5, "igxHeaderGroupWidth"), R(6, "igxHeaderGroupStyle"), f()(), C(7, F_e, 3, 6, "ng-template", null, 0, O)(9, O_e, 3, 5, "ng-template", null, 1, O)), i & 2 && (N("width", r.width, "px"), X("igx-grid__tr--mrl", r.hasMRL), u(), N("width", r.width, "px"), u(), N("min-width", oe2(3, 19, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL))("width", oe2(4, 23, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL))("flex-basis", oe2(5, 27, r.getHeaderWidthFromDimension(), r.grid.defaultHeaderGroupMinWidth, r.hasMRL)), p("ngClass", r.rowDimensionColumn.headerGroupClasses)("ngStyle", oe2(6, 31, r.rowDimensionColumn.headerGroupStyles, r.rowDimensionColumn, r.grid.pipeTrigger))("column", r.rowDimensionColumn)("rowIndex", r.rowIndex)("colIndex", r.colIndex)("layout", r.layout)("parent", r));
43701
+ }, dependencies: [RI, Oe, ni, me, Ul, Ro], encapsulation: 2, changeDetection: 0 });
43705
43702
  let n38 = t;
43706
43703
  return n38;
43707
43704
  })();
@@ -44049,7 +44046,7 @@ var dF = (() => {
44049
44046
  let c = [];
44050
44047
  for (let d of Object.keys(e)) {
44051
44048
  let g = e[d];
44052
- (typeof g == "function" ? g(r, s, Qt(r, s.field), a) : g) && c.push(d);
44049
+ (typeof g == "function" ? g(r, s, qt(r, s.field), a) : g) && c.push(d);
44053
44050
  }
44054
44051
  return c.join(" ");
44055
44052
  }
@@ -44157,7 +44154,7 @@ var pF = (() => {
44157
44154
  i & 2 && H("aria-selected", r.selected);
44158
44155
  }, inputs: { selected: "selected", data: "data" }, standalone: true, features: [fe2([{ provide: on, useExisting: Bi(() => 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) {
44159
44156
  i & 1 && (C(0, H_e, 6, 84, "ng-template", 3, 0, O), R(2, "igxNotGrouped"), C(3, B_e, 2, 7, "ng-template", null, 1, O)), i & 2 && p("igxGridForOf", rt2(2, 6, r.unpinnedColumns))("igxForScrollContainer", r.grid.parentVirtDir)("igxForSizePropName", "calcPixelWidth")("igxForScrollOrientation", "horizontal")("igxForContainerSize", r.grid.unpinnedWidth)("igxForTrackBy", r.grid.trackColumnChanges);
44160
- }, dependencies: [jt2, Ks, Oe, ri, $t, js, ql, Xl, Zl, dF], encapsulation: 2, changeDetection: 0 });
44157
+ }, dependencies: [jt2, Ks, Oe, ni, $t, js, ql, Xl, Zl, dF], encapsulation: 2, changeDetection: 0 });
44161
44158
  let n38 = t;
44162
44159
  return n38;
44163
44160
  })();
@@ -44181,7 +44178,7 @@ var rd = class {
44181
44178
  this._options = t, this.baseDimension && this.initialize(this.baseDimension, this.options);
44182
44179
  }
44183
44180
  constructor(t = null, o = {}) {
44184
- this.enabled = true, this.defaultOptions = { total: true, years: true, months: true, fullDate: true }, this.memberName = "AllPeriods", this._resourceStrings = gi(gp), this._options = {}, this._monthIntl = new Intl.DateTimeFormat("default", { month: "long" }), this.memberFunction = (e) => this.resourceStrings.igx_grid_pivot_date_dimension_total, this._baseDimension = t, this._options = o, this.baseDimension && this.options && this.initialize(this.baseDimension, this.options);
44181
+ this.enabled = true, this.defaultOptions = { total: true, years: true, months: true, fullDate: true }, this.memberName = "AllPeriods", this._resourceStrings = hi(gp), this._options = {}, this._monthIntl = new Intl.DateTimeFormat("default", { month: "long" }), this.memberFunction = (e) => this.resourceStrings.igx_grid_pivot_date_dimension_total, this._baseDimension = t, this._options = o, this.baseDimension && this.options && this.initialize(this.baseDimension, this.options);
44185
44182
  }
44186
44183
  initialize(t, o) {
44187
44184
  let e = Te(Te({}, this.defaultOptions), o);
@@ -44237,7 +44234,7 @@ var VI = (() => {
44237
44234
  }
44238
44235
  };
44239
44236
  t.\u0275fac = function(i) {
44240
- return new (i || t)(_(Se), _(z), _(It2), _(_i), _(re), _(We2));
44237
+ return new (i || t)(_(Se), _(z), _(It2), _(fi), _(re), _(We2));
44241
44238
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-pivot-row-dimension-mrl-row"]], viewQuery: function(i, r) {
44242
44239
  if (i & 1 && k(Mp, 5), i & 2) {
44243
44240
  let s;
@@ -44246,7 +44243,7 @@ var VI = (() => {
44246
44243
  }, hostVars: 8, hostBindings: function(i, r) {
44247
44244
  i & 2 && (N("grid-template-rows", r.rowsTemplate)("grid-template-columns", r.colsTemplate), X("igx-grid__tbody-pivot-dimension", r.pivotDim)("igx-grid__mrl-block", r.mrlBlock));
44248
44245
  }, inputs: { rowIndex: "rowIndex", rowGroup: "rowGroup", groupedData: "groupedData" }, standalone: true, features: [ne, Q], decls: 2, vars: 5, consts: [["ngFor", "", 3, "ngForOf"], ["role", "row", 1, "igx-grid-thead", 3, "grid", "dimension", "rootDimension", "rowIndex", "colIndex", "rowData", "width", "layout"]], template: function(i, r) {
44249
- i & 1 && (C(0, G_e, 1, 14, "ng-template", 0), R(1, "pivotGridHorizontalRowCellMerging")), i & 2 && p("ngForOf", se(1, 1, r.rowGroup, r.grid.pivotConfiguration, r.grid.pipeTrigger));
44246
+ i & 1 && (C(0, G_e, 1, 14, "ng-template", 0), R(1, "pivotGridHorizontalRowCellMerging")), i & 2 && p("ngForOf", oe2(1, 1, r.rowGroup, r.grid.pivotConfiguration, r.grid.pipeTrigger));
44250
44247
  }, dependencies: [Le2, Mp, rF], encapsulation: 2, changeDetection: 0 });
44251
44248
  let n38 = t;
44252
44249
  return n38;
@@ -44615,8 +44612,8 @@ var Mo = (() => {
44615
44612
  }
44616
44613
  }), e;
44617
44614
  }
44618
- constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2) {
44619
- super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2), this.dimensionsChange = new T(), this.pivotConfigurationChange = new T(), this.dimensionInit = new T(), this.valueInit = new T(), this.dimensionsSortingExpressionsChange = new T(), this.valuesChange = new T(), this.autoGenerateConfig = false, this.role = "grid", this.autoGenerateExclude = [], this.snackbarDisplayTime = 6e3, this.cellEdit = new T(), this.cellEditDone = new T(), this.cellEditEnter = new T(), this.cellEditExit = new T(), this.columnMovingStart = new T(), this.columnMoving = new T(), this.columnMovingEnd = new T(), this.columnPin = new T(), this.columnPinned = new T(), this.rowAdd = new T(), this.rowAdded = new T(), this.rowDeleted = new T(), this.rowDelete = new T(), this.rowDragStart = new T(), this.rowDragEnd = new T(), this.rowEditEnter = new T(), this.rowEdit = new T(), this.rowEditDone = new T(), this.rowEditExit = new T(), this.rowPinning = new T(), this.rowPinned = new T(), this.columnGroupStates = /* @__PURE__ */ new Map(), this.dragRowID = null, this.rowDimensionResizing = true, this._emptyRowDimension = { memberName: "", enabled: true, level: 0 }, this._pivotValueCloneStrategy = new Yo(), this._defaultExpandState = false, this._filterStrategy = new oc(), this.regroupTrigger = 0, this._pivotConfiguration = { rows: null, columns: null, values: null, filters: null }, this.p_id = `igx-pivot-grid-${Dve++}`, this._superCompactMode = false, this._pivotUI = { showConfiguration: true, showRowHeaders: false, rowLayout: Ol.Vertical, horizontalSummariesPosition: Yc.Bottom }, this._sortableColumns = true, this._visibleRowDimensions = [], this.autoGenerate = true, this.moving = false, this.toolbarExporting = new T();
44615
+ constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2) {
44616
+ super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2), this.dimensionsChange = new T(), this.pivotConfigurationChange = new T(), this.dimensionInit = new T(), this.valueInit = new T(), this.dimensionsSortingExpressionsChange = new T(), this.valuesChange = new T(), this.autoGenerateConfig = false, this.role = "grid", this.autoGenerateExclude = [], this.snackbarDisplayTime = 6e3, this.cellEdit = new T(), this.cellEditDone = new T(), this.cellEditEnter = new T(), this.cellEditExit = new T(), this.columnMovingStart = new T(), this.columnMoving = new T(), this.columnMovingEnd = new T(), this.columnPin = new T(), this.columnPinned = new T(), this.rowAdd = new T(), this.rowAdded = new T(), this.rowDeleted = new T(), this.rowDelete = new T(), this.rowDragStart = new T(), this.rowDragEnd = new T(), this.rowEditEnter = new T(), this.rowEdit = new T(), this.rowEditDone = new T(), this.rowEditExit = new T(), this.rowPinning = new T(), this.rowPinned = new T(), this.columnGroupStates = /* @__PURE__ */ new Map(), this.dragRowID = null, this.rowDimensionResizing = true, this._emptyRowDimension = { memberName: "", enabled: true, level: 0 }, this._pivotValueCloneStrategy = new Yo(), this._defaultExpandState = false, this._filterStrategy = new oc(), this.regroupTrigger = 0, this._pivotConfiguration = { rows: null, columns: null, values: null, filters: null }, this.p_id = `igx-pivot-grid-${Dve++}`, this._superCompactMode = false, this._pivotUI = { showConfiguration: true, showRowHeaders: false, rowLayout: Ol.Vertical, horizontalSummariesPosition: Yc.Bottom }, this._sortableColumns = true, this._visibleRowDimensions = [], this.autoGenerate = true, this.moving = false, this.toolbarExporting = new T();
44620
44617
  }
44621
44618
  ngOnInit() {
44622
44619
  this.autoGenerate = true, super.ngOnInit();
@@ -44988,7 +44985,7 @@ var Mo = (() => {
44988
44985
  let g = e.find((w) => w.field === d && w.headerTemplate === this.headerTemplate), v = e.find((w) => w.field === d && w.headerTemplate !== this.headerTemplate);
44989
44986
  this.toggleRowGroup(g, c), v && (v.headerTemplate = this.headerTemplate);
44990
44987
  }
44991
- }), this.updateColumns(e), this.reflow(), i && i.length > 0 && (this.shouldGenerate = false);
44988
+ }), this.updateColumns(e), this.pipeTrigger++, this.reflow(), i && i.length > 0 && (this.shouldGenerate = false);
44992
44989
  }
44993
44990
  generateDimensionColumns() {
44994
44991
  let e = [];
@@ -45133,7 +45130,7 @@ var Mo = (() => {
45133
45130
  }
45134
45131
  };
45135
45132
  t.\u0275fac = function(i) {
45136
- return new (i || t)(_(Rn), _(Ut2), _(jr), _(Jr), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(_i), _(kv), _(Wt2), _(mo), _(hi), _(An), _(Jt), _(ye2), _(tc, 8));
45133
+ return new (i || t)(_(Rn), _(Ut2), _(jr), _(Jr), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(fi), _(kv), _(Wt2), _(mo), _(pi), _(An), _(Zt2), _(ye2), _(tc, 8));
45137
45134
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-pivot-grid"]], contentQueries: function(i, r, s) {
45138
45135
  if (i & 1 && (de(s, MI, 5, MI), de(s, kI, 5, kI)), i & 2) {
45139
45136
  let a;
@@ -45185,9 +45182,9 @@ var Mo = (() => {
45185
45182
  }
45186
45183
  if (i & 2) {
45187
45184
  let s = M(36), a = M(63), l = M(65), c = M(67);
45188
- 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, dt2(124, Y_e, nt2(15, 92, se(14, 88, ge2(13, 81, ht2(117, FI, ge2(12, 74, ht2(110, FI, nt2(11, 69, ge2(10, 62, ht2(103, FI, 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", Fe2(130, X_e, 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", Ki(132, Z_e)), 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);
45185
+ 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, dt2(124, Y_e, nt2(15, 92, oe2(14, 88, ge2(13, 81, ht2(117, FI, ge2(12, 74, ht2(110, FI, nt2(11, 69, ge2(10, 62, ht2(103, FI, 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", Fe2(130, X_e, 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", Ki(132, Z_e)), 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);
45189
45186
  }
45190
- }, dependencies: [ae2, Le2, Oe, ri, ke, TI, Ws, rc, Jn, jt2, Kr, pF, Bt2, Lr, Qs, tn, AI, me, Mp, Gs, _p, vp, fp, Kl, Yl, JV, tF, eF, oF, sF, lF, aF, iF, nF, VI], encapsulation: 2, changeDetection: 0 });
45187
+ }, dependencies: [ae2, Le2, Oe, ni, ke, TI, Ws, rc, Jn, jt2, Kr, pF, Bt2, Lr, Qs, tn, AI, me, Mp, Gs, _p, vp, fp, Kl, Yl, JV, tF, eF, oF, sF, lF, aF, iF, nF, VI], encapsulation: 2, changeDetection: 0 });
45191
45188
  let n38 = t;
45192
45189
  return qe([ln()], n38.prototype, "hideRowSelectors", null), qe([ln()], n38.prototype, "rowEditable", null), n38;
45193
45190
  })();
@@ -45426,7 +45423,7 @@ var gF = (() => {
45426
45423
  }
45427
45424
  };
45428
45425
  t.\u0275fac = function(i) {
45429
- return new (i || t)(_(Se, 9), _(We2), _(_i), _(It2));
45426
+ return new (i || t)(_(Se, 9), _(We2), _(fi), _(It2));
45430
45427
  }, t.\u0275dir = U({ type: t, inputs: { options: "options" } });
45431
45428
  let n38 = t;
45432
45429
  return n38;
@@ -45615,7 +45612,7 @@ var OI = (() => {
45615
45612
  return this.toolbar.grid;
45616
45613
  }
45617
45614
  constructor(e) {
45618
- this.toolbar = e, this.opening = new T(), this.opened = new T(), this.closing = new T(), this.closed = new T(), this.columnToggle = new T(), this.$destroy = new ue2(), this._overlaySettings = { positionStrategy: new Li({ horizontalDirection: Be2.Left, horizontalStartPoint: Be2.Right, verticalDirection: ze2.Bottom, verticalStartPoint: ze2.Bottom }), scrollStrategy: new Xt(), modal: false, closeOnEscape: true, closeOnOutsideClick: true };
45615
+ this.toolbar = e, this.opening = new T(), this.opened = new T(), this.closing = new T(), this.closed = new T(), this.columnToggle = new T(), this.$destroy = new ue2(), this._overlaySettings = { positionStrategy: new Li({ horizontalDirection: Be2.Left, horizontalStartPoint: Be2.Right, verticalDirection: ze2.Bottom, verticalStartPoint: ze2.Bottom }), scrollStrategy: new Yt(), modal: false, closeOnEscape: true, closeOnOutsideClick: true };
45619
45616
  }
45620
45617
  ngOnDestroy() {
45621
45618
  this.$destroy.next(), this.$destroy.complete();
@@ -45914,7 +45911,7 @@ var Vp = (() => {
45914
45911
  return this._resourceStrings;
45915
45912
  }
45916
45913
  constructor(e, i) {
45917
- this.elementRef = e, this.cdr = i, this.perPageChange = new T(), this.pageChange = new T(), this.paging = new T(), this.pagingDone = new T(), this._page = 0, this._selectOptions = [5, 10, 15, 25, 50, 100, 500], this._perPage = 15, this._resourceStrings = gi(yF), this._overlaySettings = {}, this.defaultSelectValues = [5, 10, 15, 25, 50, 100, 500], this.cssClass = "igx-paginator";
45914
+ this.elementRef = e, this.cdr = i, this.perPageChange = new T(), this.pageChange = new T(), this.paging = new T(), this.pagingDone = new T(), this._page = 0, this._selectOptions = [5, 10, 15, 25, 50, 100, 500], this._perPage = 15, this._resourceStrings = hi(yF), this._overlaySettings = {}, this.defaultSelectValues = [5, 10, 15, 25, 50, 100, 500], this.cssClass = "igx-paginator";
45918
45915
  }
45919
45916
  get isLastPage() {
45920
45917
  return this.page + 1 >= this.totalPages;
@@ -46175,7 +46172,7 @@ var Hv = (() => {
46175
46172
  return this._grid?.pivotConfiguration.values || [];
46176
46173
  }
46177
46174
  constructor(e, i) {
46178
- this.renderer = e, this.cdr = i, this.columnsExpanded = true, this.columnsExpandedChange = new T(), this.rowsExpanded = true, this.rowsExpandedChange = new T(), this.filtersExpanded = true, this.filtersExpandedChange = new T(), this.valuesExpanded = true, this.valuesExpandedChange = new T(), this._dropDelta = 0, this.cssClass = "igx-pivot-data-selector", this._subMenuPositionSettings = { verticalStartPoint: ze2.Bottom, closeAnimation: void 0 }, this._subMenuOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._subMenuPositionSettings), scrollStrategy: new Xt() }, this.animationSettings = { closeAnimation: Zo(In, { params: { duration: "0ms" } }), openAnimation: Zo(Cn, { params: { duration: "0ms" } }) }, this.aggregateList = [], this._panels = [{ name: "Filters", i18n: "igx_grid_pivot_selector_filters", type: Ct2.Filter, dataKey: "filterDimensions", icon: "filter_list", itemKey: "memberName", displayKey: "displayName", sortable: false, dragChannels: ["Filters", "Columns", "Rows"] }, { name: "Columns", i18n: "igx_grid_pivot_selector_columns", type: Ct2.Column, dataKey: "columnDimensions", icon: "view_column", itemKey: "memberName", displayKey: "displayName", sortable: true, dragChannels: ["Filters", "Columns", "Rows"] }, { name: "Rows", i18n: "igx_grid_pivot_selector_rows", type: Ct2.Row, dataKey: "rowDimensions", icon: "table_rows", itemKey: "memberName", displayKey: "displayName", sortable: true, dragChannels: ["Filters", "Columns", "Rows"] }, { name: "Values", i18n: "igx_grid_pivot_selector_values", type: null, dataKey: "values", icon: "functions", itemKey: "member", displayKey: "displayName", sortable: false, dragChannels: ["Values"] }];
46175
+ this.renderer = e, this.cdr = i, this.columnsExpanded = true, this.columnsExpandedChange = new T(), this.rowsExpanded = true, this.rowsExpandedChange = new T(), this.filtersExpanded = true, this.filtersExpandedChange = new T(), this.valuesExpanded = true, this.valuesExpandedChange = new T(), this._dropDelta = 0, this.cssClass = "igx-pivot-data-selector", this._subMenuPositionSettings = { verticalStartPoint: ze2.Bottom, closeAnimation: void 0 }, this._subMenuOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ai(this._subMenuPositionSettings), scrollStrategy: new Yt() }, this.animationSettings = { closeAnimation: Zo(In, { params: { duration: "0ms" } }), openAnimation: Zo(Cn, { params: { duration: "0ms" } }) }, this.aggregateList = [], this._panels = [{ name: "Filters", i18n: "igx_grid_pivot_selector_filters", type: Ct2.Filter, dataKey: "filterDimensions", icon: "filter_list", itemKey: "memberName", displayKey: "displayName", sortable: false, dragChannels: ["Filters", "Columns", "Rows"] }, { name: "Columns", i18n: "igx_grid_pivot_selector_columns", type: Ct2.Column, dataKey: "columnDimensions", icon: "view_column", itemKey: "memberName", displayKey: "displayName", sortable: true, dragChannels: ["Filters", "Columns", "Rows"] }, { name: "Rows", i18n: "igx_grid_pivot_selector_rows", type: Ct2.Row, dataKey: "rowDimensions", icon: "table_rows", itemKey: "memberName", displayKey: "displayName", sortable: true, dragChannels: ["Filters", "Columns", "Rows"] }, { name: "Values", i18n: "igx_grid_pivot_selector_values", type: null, dataKey: "values", icon: "functions", itemKey: "member", displayKey: "displayName", sortable: false, dragChannels: ["Values"] }];
46179
46176
  }
46180
46177
  set grid(e) {
46181
46178
  this._grid = e;
@@ -46301,9 +46298,9 @@ var Hv = (() => {
46301
46298
  }
46302
46299
  if (i & 2) {
46303
46300
  let s = M(4);
46304
- u(6), p("ngForOf", se(7, 4, r.dims, s.value, r.grid == null ? null : r.grid.pipeTrigger)), u(2), p("ngForOf", se(9, 8, r.values, s.value, r.grid == null ? null : r.grid.pipeTrigger)), u(3), p("ngForOf", r._panels), u(3), p("ngForOf", r.aggregateList);
46301
+ u(6), p("ngForOf", oe2(7, 4, r.dims, s.value, r.grid == null ? null : r.grid.pipeTrigger)), u(2), p("ngForOf", oe2(9, 8, r.values, s.value, r.grid == null ? null : r.grid.pipeTrigger)), u(3), p("ngForOf", r._panels), u(3), p("ngForOf", r.aggregateList);
46305
46302
  }
46306
- }, dependencies: [Yt, me, Vt2, Tt2, $g, Le2, mp, $t, z6, U_, wg, kr, B6, ai, xg, ae2, ts, yo, mg, fr, mr, cF], encapsulation: 2 });
46303
+ }, dependencies: [Kt, me, Vt2, Tt2, $g, Le2, mp, $t, z6, U_, wg, kr, B6, si, xg, ae2, ts, yo, mg, fr, mr, cF], encapsulation: 2 });
46307
46304
  let n38 = t;
46308
46305
  return n38;
46309
46306
  })();
@@ -46587,7 +46584,7 @@ function _xe(n38, t) {
46587
46584
  }
46588
46585
  if (n38 & 2) {
46589
46586
  let o = t.$implicit, e = t.last, i = h();
46590
- u(), p("id", o.fieldName)("title", qt(2, 8, o.fieldName, i.grid).title)("removable", se(3, 11, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("draggable", se(4, 15, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("disabled", !se(5, 19, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable), u(6), Y(qt(8, 23, o.fieldName, i.grid).title), u(2), p("name", o.dir === 1 ? "sort_asc" : "sort_desc"), u(2), p("hidden", e && !i.dropAreaVisible);
46587
+ u(), p("id", o.fieldName)("title", oe2(2, 8, o.fieldName, i.grid, i.grid.groupablePipeTrigger).title)("removable", oe2(3, 12, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("draggable", oe2(4, 16, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable)("disabled", !oe2(5, 20, o.fieldName, i.grid, i.grid.groupablePipeTrigger).groupable), u(6), Y(oe2(8, 24, o.fieldName, i.grid, i.grid.groupablePipeTrigger).title), u(2), p("name", o.dir === 1 ? "sort_asc" : "sort_desc"), u(2), p("hidden", e && !i.dropAreaVisible);
46591
46588
  }
46592
46589
  }
46593
46590
  function vxe(n38, t) {
@@ -46667,7 +46664,7 @@ var LI = (() => {
46667
46664
  return x2(s), y(r.handleReorder(l));
46668
46665
  })("moveEnd", function() {
46669
46666
  return x2(s), y(r.handleMoveEnd());
46670
- }), C(1, _xe, 12, 26, "ng-container", 2), m(2, "div", 3), S("igxDrop", function(l) {
46667
+ }), C(1, _xe, 12, 28, "ng-container", 2), m(2, "div", 3), S("igxDrop", function(l) {
46671
46668
  return x2(s), y(r.onDragDrop(l));
46672
46669
  }), C(3, vxe, 1, 0, "ng-container", 4), f()(), C(4, xxe, 3, 1, "ng-template", null, 0, O);
46673
46670
  }
@@ -46675,7 +46672,7 @@ var LI = (() => {
46675
46672
  let s = M(5);
46676
46673
  u(), p("ngForOf", r.chipExpressions), u(), p("hidden", !r.dropAreaVisible), H("gridId", r.grid.id), u(), p("ngTemplateOutlet", r.dropAreaTemplate || s);
46677
46674
  }
46678
- }, dependencies: [bo, Le2, ai, me, Kt, uv, kr, ke, dv], encapsulation: 2 });
46675
+ }, dependencies: [bo, Le2, si, me, Qt, uv, kr, ke, dv], encapsulation: 2 });
46679
46676
  let n38 = t;
46680
46677
  return n38;
46681
46678
  })();
@@ -46951,7 +46948,7 @@ function bxe(n38, t) {
46951
46948
  function Dxe(n38, t) {
46952
46949
  if (n38 & 1 && (m(0, "div", 19), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), R(7, "columnFormatter"), R(8, "number"), R(9, "date"), R(10, "currency"), R(11, "percent"), f()), n38 & 2) {
46953
46950
  let o = h(2);
46954
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? se(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(55, HI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? se(7, 32, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(8, 36, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 40, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 45, dt2(61, HI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(11, 51, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
46951
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? oe2(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(55, HI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? oe2(7, 32, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(8, 36, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 40, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 45, dt2(61, HI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(11, 51, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
46955
46952
  }
46956
46953
  }
46957
46954
  function Exe(n38, t) {
@@ -46975,7 +46972,7 @@ function Rxe(n38, t) {
46975
46972
  function Axe(n38, t) {
46976
46973
  if (n38 & 1 && (m(0, "div", 19), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), f()), n38 & 2) {
46977
46974
  let o = h(2);
46978
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? se(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, HI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.isEmptyAddRowCell ? o.column.header || o.column.field : o.value);
46975
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? oe2(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, HI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.isEmptyAddRowCell ? o.column.header || o.column.field : o.value);
46979
46976
  }
46980
46977
  }
46981
46978
  function Pxe(n38, t) {
@@ -47069,7 +47066,7 @@ function Bxe(n38, t) {
47069
47066
  function zxe(n38, t) {
47070
47067
  if (n38 & 1 && (G(0), m(1, "igx-input-group", 23), E(2, "input", 25), m(3, "igx-suffix"), P(4), R(5, "percent"), f()(), j()), n38 & 2) {
47071
47068
  let o = h(2);
47072
- u(), N("--ig-size", 1), p("formGroup", o.formGroup), u(), p("igxFocus", true)("step", o.step)("igxTextSelection", true)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", se(5, 10, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
47069
+ u(), N("--ig-size", 1), p("formGroup", o.formGroup), u(), p("igxFocus", true)("step", o.step)("igxTextSelection", true)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", oe2(5, 10, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
47073
47070
  }
47074
47071
  }
47075
47072
  function Gxe(n38, t) {
@@ -47174,25 +47171,25 @@ function iye(n38, t) {
47174
47171
  function nye(n38, t) {
47175
47172
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
47176
47173
  let o = h(2);
47177
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
47174
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
47178
47175
  }
47179
47176
  }
47180
47177
  function rye(n38, t) {
47181
47178
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
47182
47179
  let o = h(2);
47183
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
47180
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
47184
47181
  }
47185
47182
  }
47186
47183
  function oye(n38, t) {
47187
47184
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
47188
47185
  let o = h(2);
47189
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
47186
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
47190
47187
  }
47191
47188
  }
47192
47189
  function sye(n38, t) {
47193
47190
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
47194
47191
  let o = h(2);
47195
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
47192
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
47196
47193
  }
47197
47194
  }
47198
47195
  function aye(n38, t) {
@@ -47235,7 +47232,7 @@ var MF = (() => {
47235
47232
  };
47236
47233
  })(), t.\u0275cmp = q({ type: t, selectors: [["igx-tree-grid-cell"]], inputs: { level: "level", showIndicator: "showIndicator", isLoading: "isLoading", row: "row" }, standalone: true, features: [fe2([Vi]), 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"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "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) {
47237
47234
  i & 1 && C(0, bxe, 1, 1, "ng-template", null, 0, O)(2, Rxe, 3, 3, "ng-template", null, 1, O)(4, Pxe, 1, 1, "ng-template", null, 2, O)(6, Gxe, 8, 8, "ng-template", null, 3, O)(8, Yxe, 6, 3, "ng-container", 12)(9, Xxe, 1, 0, "ng-container", 13)(10, Jxe, 8, 7, "ng-container", 12)(11, eye, 1, 0, "ng-template", null, 4, O)(13, tye, 1, 0, "ng-template", null, 5, O)(15, cye, 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));
47238
- }, dependencies: [ae2, Oe, ri, ke, Cs, Is, go, fn, ai, Fs, me, al, _n, _a, vn, sl, va, xa, Yt, Tt2, Pl, $t, Or, Nr, nn, Vt2, Kt, Lr, Ml, Fr, Ql, Hr, $s, Os], encapsulation: 2, changeDetection: 0 });
47235
+ }, dependencies: [ae2, Oe, ni, ke, Cs, Is, go, fn, si, Fs, me, al, _n, _a, vn, sl, va, xa, Kt, Tt2, Pl, $t, Or, Nr, nn, Vt2, Qt, Lr, Ml, Fr, Ql, Hr, $s, Os], encapsulation: 2, changeDetection: 0 });
47239
47236
  let n38 = t;
47240
47237
  return n38;
47241
47238
  })();
@@ -47277,7 +47274,7 @@ function _ye(n38, t) {
47277
47274
  }
47278
47275
  if (n38 & 2) {
47279
47276
  let o = h(2);
47280
- u(), pi(o.resolveDragIndicatorClasses), p("igxRowDrag", o)("ghostTemplate", o.grid.getDragGhostCustomTemplate()), u(), p("ngTemplateOutlet", o.grid.dragIndicatorIconTemplate ? o.grid.dragIndicatorIconTemplate : o.grid.dragIndicatorIconBase);
47277
+ u(), ui(o.resolveDragIndicatorClasses), p("igxRowDrag", o)("ghostTemplate", o.grid.getDragGhostCustomTemplate()), u(), p("ngTemplateOutlet", o.grid.dragIndicatorIconTemplate ? o.grid.dragIndicatorIconTemplate : o.grid.dragIndicatorIconBase);
47281
47278
  }
47282
47279
  }
47283
47280
  function vye(n38, t) {
@@ -47442,7 +47439,7 @@ var kF = (() => {
47442
47439
  let s = M(2), a = M(4);
47443
47440
  p("ngTemplateOutlet", r.addRowUI ? s : a);
47444
47441
  }
47445
- }, dependencies: [ke, ae2, Sp, jt2, Ks, Oe, ri, MF, $t, Le2, js, ql, yp, Xl, Zl], encapsulation: 2, changeDetection: 0 });
47442
+ }, dependencies: [ke, ae2, Sp, jt2, Ks, Oe, ni, MF, $t, Le2, js, ql, yp, Xl, Zl], encapsulation: 2, changeDetection: 0 });
47446
47443
  let n38 = t;
47447
47444
  return n38;
47448
47445
  })();
@@ -47496,7 +47493,7 @@ function Xye(n38, t) {
47496
47493
  function Zye(n38, t) {
47497
47494
  if (n38 & 1 && (C(0, Xye, 2, 1, "ng-container", 62), R(1, "treeGridTransaction"), R(2, "visibleColumns"), R(3, "treeGridNormalizeRecord"), R(4, "treeGridAddRow"), R(5, "gridRowPinning"), R(6, "treeGridFiltering"), R(7, "treeGridSorting")), n38 & 2) {
47498
47495
  let o = h();
47499
- p("ngIf", ge2(7, 27, dt2(41, jye, ge2(6, 19, ht2(34, Gye, nt2(5, 14, se(4, 10, qt(3, 7, qt(2, 4, qt(1, 1, o.data, o.pipeTrigger), o.hasVisibleColumns), o.pipeTrigger), true, o.pipeTrigger), o.id, true, o.pipeTrigger), o.filteringExpressionsTree, o.filterStrategy, o.advancedFilteringExpressionsTree, o.pipeTrigger, o.filteringPipeTrigger)), o.sortingExpressions, o.treeGroupArea == null ? null : o.treeGroupArea.expressions, o.sortStrategy, o.pipeTrigger)));
47496
+ p("ngIf", ge2(7, 27, dt2(41, jye, ge2(6, 19, ht2(34, Gye, nt2(5, 14, oe2(4, 10, _i(3, 7, _i(2, 4, _i(1, 1, o.data, o.pipeTrigger), o.hasVisibleColumns), o.pipeTrigger), true, o.pipeTrigger), o.id, true, o.pipeTrigger), o.filteringExpressionsTree, o.filterStrategy, o.advancedFilteringExpressionsTree, o.pipeTrigger, o.filteringPipeTrigger)), o.sortingExpressions, o.treeGroupArea == null ? null : o.treeGroupArea.expressions, o.sortStrategy, o.pipeTrigger)));
47500
47497
  }
47501
47498
  }
47502
47499
  function Jye(n38, t) {
@@ -47556,7 +47553,7 @@ function c2e(n38, t) {
47556
47553
  function d2e(n38, t) {
47557
47554
  if (n38 & 1 && (E(0, "igx-grid-summary-row", 77, 28), R(2, "igxGridSummaryDataPipe")), n38 & 2) {
47558
47555
  let o = h();
47559
- N("width", o.calcWidth, "px")("height", o.summaryRowHeight, "px"), p("gridID", o.id)("summaries", qt(2, 7, o.id, o.summaryService.retriggerRootPipe))("index", o.dataView.length);
47556
+ N("width", o.calcWidth, "px")("height", o.summaryRowHeight, "px"), p("gridID", o.id)("summaries", _i(2, 7, o.id, o.summaryService.retriggerRootPipe))("index", o.dataView.length);
47560
47557
  }
47561
47558
  }
47562
47559
  function u2e(n38, t) {
@@ -47620,7 +47617,7 @@ function w2e(n38, t) {
47620
47617
  function C2e(n38, t) {
47621
47618
  if (n38 & 1 && (P(0), R(1, "igxStringReplace"), R(2, "igxStringReplace")), n38 & 2) {
47622
47619
  let o = h();
47623
- Z(" ", se(2, 5, se(1, 1, o.resourceStrings.igx_grid_row_edit_text, "{0}", o.rowChangesCount.toString()), "{1}", o.hiddenColumnsCount.toString()), `
47620
+ Z(" ", oe2(2, 5, oe2(1, 1, o.resourceStrings.igx_grid_row_edit_text, "{0}", o.rowChangesCount.toString()), "{1}", o.hiddenColumnsCount.toString()), `
47624
47621
  `);
47625
47622
  }
47626
47623
  }
@@ -47690,8 +47687,8 @@ var Xs = (() => {
47690
47687
  set rowLoadingIndicatorTemplate(e) {
47691
47688
  this._rowLoadingIndicatorTemplate = e, this.notifyChanges();
47692
47689
  }
47693
- constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2) {
47694
- super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2), this._diTransactions = Ve2, this.cascadeOnDelete = true, this.role = "treegrid", this.id = `igx-tree-grid-${A2e++}`, this.records = /* @__PURE__ */ new Map(), this.processedRecords = /* @__PURE__ */ new Map(), this.loadingRows = /* @__PURE__ */ new Set(), this._filterStrategy = new Rs(), this._expansionDepth = 1 / 0;
47690
+ constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2) {
47691
+ super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2), this._diTransactions = Ve2, this.cascadeOnDelete = true, this.role = "treegrid", this.id = `igx-tree-grid-${A2e++}`, this.records = /* @__PURE__ */ new Map(), this.processedRecords = /* @__PURE__ */ new Map(), this.loadingRows = /* @__PURE__ */ new Set(), this._filterStrategy = new Rs(), this._expansionDepth = 1 / 0;
47695
47692
  }
47696
47693
  ngOnInit() {
47697
47694
  super.ngOnInit(), this.rowToggle.pipe(K(this.destroy$)).subscribe((e) => {
@@ -47928,7 +47925,7 @@ var Xs = (() => {
47928
47925
  }
47929
47926
  };
47930
47927
  t.\u0275fac = function(i) {
47931
- return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(I6), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(_i), _(Gr), _(Wt2), _(mo), _(hi), _(An), _(Jt), _(ye2), _(tc, 8));
47928
+ return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(I6), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(fi), _(Gr), _(Wt2), _(mo), _(pi), _(An), _(Zt2), _(ye2), _(tc, 8));
47932
47929
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-tree-grid"]], contentQueries: function(i, r, s) {
47933
47930
  if (i & 1 && (de(s, LI, 5, LI), de(s, NI, 5, NI)), i & 2) {
47934
47931
  let a;
@@ -47984,9 +47981,9 @@ var Xs = (() => {
47984
47981
  }
47985
47982
  if (i & 2) {
47986
47983
  let s = M(9), a = M(49);
47987
- 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", nt2(22, 117, se(21, 113, ge2(20, 105, Fi(147, zye, ge2(19, 99, dt2(141, BI, nt2(18, 94, ge2(17, 88, dt2(135, BI, ge2(16, 81, ht2(128, Bye, ge2(15, 75, dt2(122, BI, qt(14, 72, qt(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", Fe2(155, zI, 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", Ki(157, VF)), 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", Ki(158, VF)), 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);
47984
+ 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", nt2(22, 117, oe2(21, 113, ge2(20, 105, Fi(147, zye, ge2(19, 99, dt2(141, BI, nt2(18, 94, ge2(17, 88, dt2(135, BI, ge2(16, 81, ht2(128, Bye, ge2(15, 75, dt2(122, BI, _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", Fe2(155, zI, 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", Ki(157, VF)), 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", Ki(158, VF)), 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);
47988
47985
  }
47989
- }, dependencies: [ae2, Le2, Oe, ri, ke, Br, Ws, rc, Jn, jt2, Kr, kF, ec, tn, Bt2, Lr, Qs, ot2, bi, Na, me, qs, Cp, Ip, Kl, Yl, Rp, bF, DF, EF, SF, TF, RF, IF, AF, PF, Hr], encapsulation: 2, changeDetection: 0 });
47986
+ }, dependencies: [ae2, Le2, Oe, ni, ke, Br, Ws, rc, Jn, jt2, Kr, kF, ec, tn, Bt2, Lr, Qs, ot2, bi, Na, me, qs, Cp, Ip, Kl, Yl, Rp, bF, DF, EF, SF, TF, RF, IF, AF, PF, Hr], encapsulation: 2, changeDetection: 0 });
47990
47987
  let n38 = t;
47991
47988
  return n38;
47992
47989
  })();
@@ -48278,8 +48275,8 @@ var Gv = (() => {
48278
48275
  set batchEditing(e) {
48279
48276
  e !== this._batchEditing && (delete this._transactions, this.switchTransactionService(e), this.subscribeToTransactions(), this.batchEditingChange.emit(e), this._batchEditing = e);
48280
48277
  }
48281
- constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2) {
48282
- super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2), this.gridAPI = s, this.showExpandAll = false, this.dataPreLoad = new T(), this.batchEditingChange = new T();
48278
+ constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2) {
48279
+ super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2), this.gridAPI = s, this.showExpandAll = false, this.dataPreLoad = new T(), this.batchEditingChange = new T();
48283
48280
  }
48284
48281
  createColumnsList(e) {
48285
48282
  let i = [];
@@ -48331,7 +48328,7 @@ var Gv = (() => {
48331
48328
  }
48332
48329
  };
48333
48330
  t.\u0275fac = function(i) {
48334
- return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(_i), _(Fp), _(Wt2), _(mo), _(hi), _(An), _(Jt), _(ye2), _(tc, 8));
48331
+ return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(fi), _(Fp), _(Wt2), _(mo), _(pi), _(An), _(Zt2), _(ye2), _(tc, 8));
48335
48332
  }, t.\u0275dir = U({ type: t, inputs: { hasChildrenKey: "hasChildrenKey", showExpandAll: [2, "showExpandAll", "showExpandAll", B] }, outputs: { dataPreLoad: "dataPreLoad" }, features: [ce, ne] });
48336
48333
  let n38 = t;
48337
48334
  return n38;
@@ -48468,8 +48465,8 @@ var zn = (() => {
48468
48465
  for (; e; ) i++, e = e.parentIsland;
48469
48466
  return i + 1;
48470
48467
  }
48471
- constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ee, Ce2, Ve2) {
48472
- super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, oe2, Ce2, Ve2), this.rowIslandAPI = Ee, this.children = new Qi(), this.childLayoutList = new Qi(), this.childColumns = new Qi(), 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 = [];
48468
+ constructor(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ee, Ce2, Ve2) {
48469
+ super(e, i, r, s, a, l, c, d, g, v, w, I, A, F, L, J, te2, se, Ce2, Ve2), this.rowIslandAPI = Ee, this.children = new Qi(), this.childLayoutList = new Qi(), this.childColumns = new Qi(), 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 = [];
48473
48470
  }
48474
48471
  ngOnInit() {
48475
48472
  this.filteringService.grid = this, this.rootGrid = this.gridAPI.grid, this.rowIslandAPI.rowIsland = this, this.ri_columnListDiffer = this.differs.find([]).create(null);
@@ -48494,7 +48491,7 @@ var zn = (() => {
48494
48491
  }
48495
48492
  ngAfterViewInit() {
48496
48493
  this.rowIslandAPI.register(this), this.parentIsland ? this.parentIsland.rowIslandAPI.registerChildRowIsland(this) : this.rootGrid.gridAPI.registerChildRowIsland(this), this._init = false, this.gridCreated.pipe(jx("grid"), K(this.destroy$)).subscribe((e) => {
48497
- e.rendered$.pipe(Xe(), Zt2(() => !!this.toolbarTemplate)).subscribe(() => e.toolbarOutlet.createEmbeddedView(this.toolbarTemplate, { $implicit: e }, { injector: e.toolbarOutlet.injector })), e.rendered$.pipe(Xe(), Zt2(() => !!this.paginatorTemplate)).subscribe(() => {
48494
+ e.rendered$.pipe(Xe(), Xt(() => !!this.toolbarTemplate)).subscribe(() => e.toolbarOutlet.createEmbeddedView(this.toolbarTemplate, { $implicit: e }, { injector: e.toolbarOutlet.injector })), e.rendered$.pipe(Xe(), Xt(() => !!this.paginatorTemplate)).subscribe(() => {
48498
48495
  this.rootGrid.paginatorList.changes.pipe(K(this.destroy$)).subscribe((i) => {
48499
48496
  i.forEach((r) => {
48500
48497
  r.nativeElement.offsetParent?.id === e.id && e.setUpPaginator();
@@ -48535,13 +48532,13 @@ var zn = (() => {
48535
48532
  }
48536
48533
  };
48537
48534
  t.\u0275fac = function(i) {
48538
- return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(_i), _(Fp), _(Wt2), _(mo), _(hi), _(An), _(Op), _(Jt), _(ye2));
48535
+ return new (i || t)(_(Rn), _(Ut2), _(Di), _(Xn), _(Ea), _(z), _(xe2), _(Ke2), _(re), _(ki), _(We2), _(It2), _(fi), _(Fp), _(Wt2), _(mo), _(pi), _(An), _(Op), _(Zt2), _(ye2));
48539
48536
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-row-island"]], contentQueries: function(i, r, s) {
48540
48537
  if (i & 1 && (de(s, vF, 5, ee2), de(s, xF, 5, ee2), de(s, t, 4, t), de(s, t, 4, t), de(s, ft2, 4, ft2), de(s, Sn, 4, Sn)), i & 2) {
48541
48538
  let a;
48542
48539
  b(a = D()) && (r.toolbarDirectiveTemplate = a.first), b(a = D()) && (r.paginatorDirectiveTemplate = a.first), b(a = D()) && (r.children = a), b(a = D()) && (r.childLayoutList = a), b(a = D()) && (r.childColumns = a), b(a = D()) && (r.actionStripComponents = a);
48543
48540
  }
48544
- }, inputs: { key: "key", childDataKey: "childDataKey", toolbarTemplate: "toolbarTemplate", paginatorTemplate: "paginatorTemplate", expandChildren: [2, "expandChildren", "expandChildren", B] }, outputs: { layoutChange: "layoutChange", gridCreated: "gridCreated", gridInitialized: "gridInitialized" }, standalone: true, features: [fe2([Op, Wt2, Ut2]), ce, ne, ui, Q], ngContentSelectors: k2e, decls: 1, vars: 1, consts: [["sink", ""], [2, "display", "none"]], template: function(i, r) {
48541
+ }, inputs: { key: "key", childDataKey: "childDataKey", toolbarTemplate: "toolbarTemplate", paginatorTemplate: "paginatorTemplate", expandChildren: [2, "expandChildren", "expandChildren", B] }, outputs: { layoutChange: "layoutChange", gridCreated: "gridCreated", gridInitialized: "gridInitialized" }, standalone: true, features: [fe2([Op, Wt2, Ut2]), ce, ne, di, Q], ngContentSelectors: k2e, decls: 1, vars: 1, consts: [["sink", ""], [2, "display", "none"]], template: function(i, r) {
48545
48542
  i & 1 && (De2(M2e), C(0, V2e, 4, 0, "div", 1)), i & 2 && Vn(r.platform.isElements ? 0 : -1);
48546
48543
  }, encapsulation: 2, changeDetection: 0 });
48547
48544
  let n38 = t;
@@ -48562,7 +48559,7 @@ var HF = (() => {
48562
48559
  let d = {};
48563
48560
  a.forEach((g) => {
48564
48561
  c[g] || (c[g] = []);
48565
- let w = g?.includes(".") ? Qt(c, g) : c[g];
48562
+ let w = g?.includes(".") ? qt(c, g) : c[g];
48566
48563
  d[g] = w;
48567
48564
  }), e.gridAPI.get_row_expansion_state(c) && l.push({ rowID: s ? c[s] : c, childGridsData: d });
48568
48565
  }), l;
@@ -48608,7 +48605,7 @@ function N2e(n38, t) {
48608
48605
  function L2e(n38, t) {
48609
48606
  if (n38 & 1 && (m(0, "div", 14), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), R(7, "columnFormatter"), R(8, "number"), R(9, "date"), R(10, "currency"), R(11, "percent"), f()), n38 & 2) {
48610
48607
  let o = h(2);
48611
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? nt2(1, 9, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? se(2, 14, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 18, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 23, dt2(57, GI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 29, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? nt2(7, 33, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? se(8, 38, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 42, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 47, dt2(63, GI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(11, 53, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
48608
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? nt2(1, 9, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? oe2(2, 14, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 18, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 23, dt2(57, GI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 29, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.formatter ? nt2(7, 33, o.value, o.formatter, o.rowData, o.columnData) : o.column.dataType === "number" ? oe2(8, 38, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(9, 42, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(10, 47, dt2(63, GI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(11, 53, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value);
48612
48609
  }
48613
48610
  }
48614
48611
  function H2e(n38, t) {
@@ -48632,7 +48629,7 @@ function z2e(n38, t) {
48632
48629
  function G2e(n38, t) {
48633
48630
  if (n38 & 1 && (m(0, "div", 14), R(1, "columnFormatter"), R(2, "number"), R(3, "date"), R(4, "currency"), R(5, "percent"), P(6), f()), n38 & 2) {
48634
48631
  let o = h(2);
48635
- p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? se(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? se(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, GI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? se(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.isEmptyAddRowCell ? o.column.header || o.column.field : o.value);
48632
+ p("cssClass", o.highlightClass)("activeCssClass", o.activeHighlightClass)("groupName", o.gridID)("value", o.formatter ? oe2(1, 9, o.value, o.formatter, o.rowData) : o.column.dataType === "number" ? oe2(2, 13, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.column.dataType === "date" || o.column.dataType === "time" || o.column.dataType === "dateTime" ? nt2(3, 17, o.value, o.column.pipeArgs.format, o.column.pipeArgs.timezone, o.grid.locale) : o.column.dataType === "currency" ? ge2(4, 22, dt2(32, GI, o.value, o.currencyCode, o.column.pipeArgs.display, o.column.pipeArgs.digitsInfo, o.grid.locale)) : o.column.dataType === "percent" ? oe2(5, 28, o.value, o.column.pipeArgs.digitsInfo, o.grid.locale) : o.value)("row", o.rowData)("column", o.column.field)("containerClass", "igx-grid__td-text")("metadata", o.searchMetadata), u(6), Y(o.isEmptyAddRowCell ? o.column.header || o.column.field : o.value);
48636
48633
  }
48637
48634
  }
48638
48635
  function j2e(n38, t) {
@@ -48726,7 +48723,7 @@ function Z2e(n38, t) {
48726
48723
  function J2e(n38, t) {
48727
48724
  if (n38 & 1 && (G(0), m(1, "igx-input-group", 18), E(2, "input", 20), m(3, "igx-suffix"), P(4), R(5, "percent"), f()(), j()), n38 & 2) {
48728
48725
  let o = h(2);
48729
- u(), p("formGroup", o.formGroup), u(), p("igxFocus", true)("igxTextSelection", true)("step", o.step)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", se(5, 8, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
48726
+ u(), p("formGroup", o.formGroup), u(), p("igxFocus", true)("igxTextSelection", true)("step", o.step)("formControl", o.formControl), H("aria-describedby", o.ariaDescribeBy)("aria-invalid", o.isInvalid), u(2), Z(" ", oe2(5, 8, o.editValue, o.column.pipeArgs.digitsInfo, o.grid.locale), " ");
48730
48727
  }
48731
48728
  }
48732
48729
  function ewe(n38, t) {
@@ -48771,25 +48768,25 @@ function owe(n38, t) {
48771
48768
  function swe(n38, t) {
48772
48769
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
48773
48770
  let o = h(2);
48774
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
48771
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.minlength.requiredLength), " ");
48775
48772
  }
48776
48773
  }
48777
48774
  function awe(n38, t) {
48778
48775
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
48779
48776
  let o = h(2);
48780
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
48777
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_length_validation_error, "{0}", o.formGroup.get(o.column.field).errors.maxlength.requiredLength), " ");
48781
48778
  }
48782
48779
  }
48783
48780
  function lwe(n38, t) {
48784
48781
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
48785
48782
  let o = h(2);
48786
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
48783
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_min_validation_error, "{0}", o.formGroup.get(o.column.field).errors.min.min), " ");
48787
48784
  }
48788
48785
  }
48789
48786
  function cwe(n38, t) {
48790
48787
  if (n38 & 1 && (m(0, "div"), P(1), R(2, "igxStringReplace"), f()), n38 & 2) {
48791
48788
  let o = h(2);
48792
- u(), Z(" ", se(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
48789
+ u(), Z(" ", oe2(2, 1, o.grid.resourceStrings.igx_grid_max_validation_error, "{0}", o.formGroup.get(o.column.field).errors.max.max), " ");
48793
48790
  }
48794
48791
  }
48795
48792
  function dwe(n38, t) {
@@ -48840,10 +48837,10 @@ var jv = (() => {
48840
48837
  }
48841
48838
  };
48842
48839
  t.\u0275fac = function(i) {
48843
- return new (i || t)(_(Ut2), _(Se), _(hi), _(re), _(z), _(xe2), _(Vi), _(ye2));
48840
+ return new (i || t)(_(Ut2), _(Se), _(pi), _(re), _(z), _(xe2), _(Vi), _(ye2));
48844
48841
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-hierarchical-grid-cell"]], standalone: true, features: [fe2([Vi]), 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"], ["mode", "dropdown", 3, "valueChange", "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "igxFocus"], ["family", "default", "name", "error", 3, "mouseover", "mouseout", "igxTooltipTarget", "igxToggleOutlet"], ["igxTooltip", "", 3, "id"]], template: function(i, r) {
48845
48842
  i & 1 && C(0, N2e, 1, 1, "ng-template", null, 0, O)(2, z2e, 3, 3, "ng-template", null, 1, O)(4, j2e, 1, 1, "ng-template", null, 2, O)(6, ewe, 8, 8, "ng-template", null, 3, O)(8, twe, 1, 0, "ng-container", 7)(9, iwe, 1, 0, "ng-container", 7)(10, rwe, 8, 7, "ng-container", 8)(11, pwe, 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));
48846
- }, dependencies: [ae2, ai, Fs, me, Oe, Rr, _n, _a, vn, sl, al, va, xa, Yt, Tt2, Pl, Os, $t, Or, Nr, nn, Vt2, Kt, ke, Ml, Fr, Ql, Hr, $s, Cs, Is, go, fn], encapsulation: 2, changeDetection: 0 });
48843
+ }, dependencies: [ae2, si, Fs, me, Oe, Rr, _n, _a, vn, sl, al, va, xa, Kt, Tt2, Pl, Os, $t, Or, Nr, nn, Vt2, Qt, ke, Ml, Fr, Ql, Hr, $s, Cs, Is, go, fn], encapsulation: 2, changeDetection: 0 });
48847
48844
  let n38 = t;
48848
48845
  return n38;
48849
48846
  })();
@@ -48905,7 +48902,7 @@ function bwe(n38, t) {
48905
48902
  }
48906
48903
  if (n38 & 2) {
48907
48904
  let o = h(2);
48908
- u(), pi(o.resolveDragIndicatorClasses), p("igxRowDrag", o)("ghostTemplate", o.grid.getDragGhostCustomTemplate()), u(), p("ngTemplateOutlet", o.grid.dragIndicatorIconTemplate ? o.grid.dragIndicatorIconTemplate : o.grid.dragIndicatorIconBase);
48905
+ u(), ui(o.resolveDragIndicatorClasses), p("igxRowDrag", o)("ghostTemplate", o.grid.getDragGhostCustomTemplate()), u(), p("ngTemplateOutlet", o.grid.dragIndicatorIconTemplate ? o.grid.dragIndicatorIconTemplate : o.grid.dragIndicatorIconBase);
48909
48906
  }
48910
48907
  }
48911
48908
  function Dwe(n38, t) {
@@ -49063,7 +49060,7 @@ var $F = (() => {
49063
49060
  let s = M(8), a = M(10);
49064
49061
  p("ngTemplateOutlet", r.addRowUI ? s : a);
49065
49062
  }
49066
- }, dependencies: [ke, me, ae2, Sp, Oe, jt2, jv, ri, $t, Le2, js, ql, yp, Xl, Zl], encapsulation: 2, changeDetection: 0 });
49063
+ }, dependencies: [ke, me, ae2, Sp, Oe, jt2, jv, ni, $t, Le2, js, ql, yp, Xl, Zl], encapsulation: 2, changeDetection: 0 });
49067
49064
  let n38 = t;
49068
49065
  return n38;
49069
49066
  })();
@@ -49121,7 +49118,7 @@ function aCe(n38, t) {
49121
49118
  function lCe(n38, t) {
49122
49119
  if (n38 & 1 && (C(0, aCe, 2, 1, "ng-container", 66), R(1, "gridTransaction"), R(2, "visibleColumns"), R(3, "gridAddRow"), R(4, "gridRowPinning"), R(5, "gridFiltering"), R(6, "gridSort")), n38 & 2) {
49123
49120
  let o = h();
49124
- p("ngIf", ge2(6, 26, ht2(43, Zwe, ge2(5, 17, Fi(34, Xwe, nt2(4, 12, se(3, 8, qt(2, 5, se(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, Ki(42, Uv), o.sortStrategy, o.id, o.pipeTrigger)));
49121
+ p("ngIf", ge2(6, 26, ht2(43, Zwe, ge2(5, 17, Fi(34, Xwe, nt2(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, Ki(42, Uv), o.sortStrategy, o.id, o.pipeTrigger)));
49125
49122
  }
49126
49123
  }
49127
49124
  function cCe(n38, t) {
@@ -49212,7 +49209,7 @@ function CCe(n38, t) {
49212
49209
  function ICe(n38, t) {
49213
49210
  if (n38 & 1 && (E(0, "igx-grid-summary-row", 84, 32), R(2, "igxGridSummaryDataPipe")), n38 & 2) {
49214
49211
  let o = h();
49215
- N("width", o.calcWidth, "px")("height", o.summaryRowHeight, "px"), p("gridID", o.id)("summaries", qt(2, 7, o.id, o.summaryService.retriggerRootPipe))("index", o.dataView.length);
49212
+ N("width", o.calcWidth, "px")("height", o.summaryRowHeight, "px"), p("gridID", o.id)("summaries", _i(2, 7, o.id, o.summaryService.retriggerRootPipe))("index", o.dataView.length);
49216
49213
  }
49217
49214
  }
49218
49215
  function SCe(n38, t) {
@@ -49285,7 +49282,7 @@ function OCe(n38, t) {
49285
49282
  function NCe(n38, t) {
49286
49283
  if (n38 & 1 && (P(0), R(1, "igxStringReplace"), R(2, "igxStringReplace")), n38 & 2) {
49287
49284
  let o = h();
49288
- Z(" ", se(2, 5, se(1, 1, o.resourceStrings.igx_grid_row_edit_text, "{0}", o.rowChangesCount.toString()), "{1}", o.hiddenColumnsCount.toString()), `
49285
+ Z(" ", oe2(2, 5, oe2(1, 1, o.resourceStrings.igx_grid_row_edit_text, "{0}", o.rowChangesCount.toString()), "{1}", o.hiddenColumnsCount.toString()), `
49289
49286
  `);
49290
49287
  }
49291
49288
  }
@@ -49705,9 +49702,9 @@ var ko = (() => {
49705
49702
  }
49706
49703
  if (i & 2) {
49707
49704
  let s = M(10), a = M(49);
49708
- 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", nt2(21, 110, se(20, 106, ge2(19, 99, ht2(138, jI, ge2(18, 92, ht2(131, jI, ge2(17, 85, ht2(124, jI, ge2(16, 77, Fi(115, Ywe, qt(15, 74, se(14, 70, r.data, r.id, r.pipeTrigger), r.hasVisibleColumns), r.filteringExpressionsTree, r.filterStrategy, r.advancedFilteringExpressionsTree, r.id, r.pipeTrigger, r.filteringPipeTrigger)), r.sortingExpressions, Ki(123, Uv), 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", Fe2(145, $I, 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", Ki(147, Uv)), 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", Ki(148, Uv)), 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);
49705
+ 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", nt2(21, 110, oe2(20, 106, ge2(19, 99, ht2(138, jI, ge2(18, 92, ht2(131, jI, ge2(17, 85, ht2(124, jI, ge2(16, 77, Fi(115, Ywe, _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, Ki(123, Uv), 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", Fe2(145, $I, 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", Ki(147, Uv)), 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", Ki(148, Uv)), 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);
49709
49706
  }
49710
- }, dependencies: [ae2, Oe, Le2, ke, ri, Br, Ws, rc, Jn, jt2, Kr, $F, tn, Bt2, Lr, Qs, ec, ot2, bi, me, Na, qs, UF, Dv, Ev, mv, Cp, Ip, fv, Kl, Yl, Rp, HF, BF, Hr], encapsulation: 2, changeDetection: 0 });
49707
+ }, dependencies: [ae2, Oe, Le2, ke, ni, Br, Ws, rc, Jn, jt2, Kr, $F, tn, Bt2, Lr, Qs, ec, ot2, bi, me, Na, qs, UF, Dv, Ev, mv, Cp, Ip, fv, Kl, Yl, Rp, HF, BF, Hr], encapsulation: 2, changeDetection: 0 });
49711
49708
  let n38 = t;
49712
49709
  return n38;
49713
49710
  })();
@@ -50235,16 +50232,16 @@ var t3 = class {
50235
50232
  let e = { type: yt.Keyframes, styles: [], options: null };
50236
50233
  if (!o.currentAnimateTimings) return o.errors.push(nIe()), e;
50237
50234
  let i = 1, r = 0, s = [], a = false, l = false, c = 0, d = t.steps.map((L) => {
50238
- let J = this._makeStyleAst(L, o), te2 = J.offset != null ? J.offset : GIe(J.styles), oe2 = 0;
50239
- return te2 != null && (r++, oe2 = J.offset = te2), l = l || oe2 < 0 || oe2 > 1, a = a || oe2 < c, c = oe2, s.push(oe2), J;
50235
+ let J = this._makeStyleAst(L, o), te2 = J.offset != null ? J.offset : GIe(J.styles), se = 0;
50236
+ return te2 != null && (r++, se = J.offset = te2), l = l || se < 0 || se > 1, a = a || se < c, c = se, s.push(se), J;
50240
50237
  });
50241
50238
  l && o.errors.push(rIe()), a && o.errors.push(oIe());
50242
50239
  let g = t.steps.length, v = 0;
50243
50240
  r > 0 && r < g ? o.errors.push(sIe()) : r == 0 && (v = i / (g - 1));
50244
50241
  let w = g - 1, I = o.currentTime, A = o.currentAnimateTimings, F = A.duration;
50245
50242
  return d.forEach((L, J) => {
50246
- let te2 = v > 0 ? J == w ? 1 : v * J : s[J], oe2 = te2 * F;
50247
- o.currentTime = I + A.delay + oe2, A.duration = oe2, this._validateStyleAst(L, o), L.offset = te2, e.styles.push(L);
50243
+ let te2 = v > 0 ? J == w ? 1 : v * J : s[J], se = te2 * F;
50244
+ o.currentTime = I + A.delay + se, A.duration = se, this._validateStyleAst(L, o), L.offset = te2, e.styles.push(L);
50248
50245
  }), e;
50249
50246
  }
50250
50247
  visitReference(t, o) {
@@ -50684,15 +50681,15 @@ var nx = class {
50684
50681
  return t !== void 0 && (i = this._stateStyles.get(t?.toString()) || i), i ? i.buildStyles(o, e) : /* @__PURE__ */ new Map();
50685
50682
  }
50686
50683
  build(t, o, e, i, r, s, a, l, c, d) {
50687
- let g = [], v = this.ast.options && this.ast.options.params || qI, w = a && a.params || qI, I = this.buildStyles(e, w, g), A = l && l.params || qI, F = this.buildStyles(i, A, g), L = /* @__PURE__ */ new Set(), J = /* @__PURE__ */ new Map(), te2 = /* @__PURE__ */ new Map(), oe2 = i === "void", Ee = { params: fO(A, v), delay: this.ast.options?.delay }, Ce2 = d ? [] : mO(t, o, this.ast.animation, r, s, I, F, Ee, c, g), Ve2 = 0;
50684
+ let g = [], v = this.ast.options && this.ast.options.params || qI, w = a && a.params || qI, I = this.buildStyles(e, w, g), A = l && l.params || qI, F = this.buildStyles(i, A, g), L = /* @__PURE__ */ new Set(), J = /* @__PURE__ */ new Map(), te2 = /* @__PURE__ */ new Map(), se = i === "void", Ee = { params: fO(A, v), delay: this.ast.options?.delay }, Ce2 = d ? [] : mO(t, o, this.ast.animation, r, s, I, F, Ee, c, g), Ve2 = 0;
50688
50685
  return Ce2.forEach((Ne2) => {
50689
50686
  Ve2 = Math.max(Ne2.duration + Ne2.delay, Ve2);
50690
- }), g.length ? eO(o, this._triggerName, e, i, oe2, I, F, [], [], J, te2, Ve2, g) : (Ce2.forEach((Ne2) => {
50691
- let tt2 = Ne2.element, ci = to(J, tt2, /* @__PURE__ */ new Set());
50692
- Ne2.preStyleProps.forEach((yi) => ci.add(yi));
50687
+ }), g.length ? eO(o, this._triggerName, e, i, se, I, F, [], [], J, te2, Ve2, g) : (Ce2.forEach((Ne2) => {
50688
+ let tt2 = Ne2.element, li = to(J, tt2, /* @__PURE__ */ new Set());
50689
+ Ne2.preStyleProps.forEach((yi) => li.add(yi));
50693
50690
  let Gn = to(te2, tt2, /* @__PURE__ */ new Set());
50694
50691
  Ne2.postStyleProps.forEach((yi) => Gn.add(yi)), tt2 !== o && L.add(tt2);
50695
- }), eO(o, this._triggerName, e, i, oe2, I, F, Ce2, [...L.values()], J, te2, Ve2));
50692
+ }), eO(o, this._triggerName, e, i, se, I, F, Ce2, [...L.values()], J, te2, Ve2));
50696
50693
  }
50697
50694
  };
50698
50695
  function YIe(n38, t, o, e, i) {
@@ -51210,15 +51207,15 @@ var d3 = class {
51210
51207
  let Me = this.collectedLeaveElements[Pe2], Qe2 = Me[cs];
51211
51208
  Qe2 && Qe2.setForRemoval && (F.push(Me), L.add(Me), Qe2.hasAnimation ? this.driver.query(Me, n3e, true).forEach((_t2) => L.add(_t2)) : J.add(Me));
51212
51209
  }
51213
- let te2 = /* @__PURE__ */ new Map(), oe2 = oO(v, Array.from(L));
51214
- oe2.forEach((Pe2, Me) => {
51210
+ let te2 = /* @__PURE__ */ new Map(), se = oO(v, Array.from(L));
51211
+ se.forEach((Pe2, Me) => {
51215
51212
  let Qe2 = XI + A++;
51216
51213
  te2.set(Me, Qe2), Pe2.forEach((_t2) => Vo(_t2, Qe2));
51217
51214
  }), t.push(() => {
51218
51215
  w.forEach((Pe2, Me) => {
51219
51216
  let Qe2 = I.get(Me);
51220
51217
  Pe2.forEach((_t2) => Np(_t2, Qe2));
51221
- }), oe2.forEach((Pe2, Me) => {
51218
+ }), se.forEach((Pe2, Me) => {
51222
51219
  let Qe2 = te2.get(Me);
51223
51220
  Pe2.forEach((_t2) => Np(_t2, Qe2));
51224
51221
  }), F.forEach((Pe2) => {
@@ -51286,16 +51283,16 @@ var d3 = class {
51286
51283
  to(Ve2, Me, []).push(_t2), _t2.destroy();
51287
51284
  });
51288
51285
  });
51289
- let tt2 = F.filter((Pe2) => sO(Pe2, l, c)), ci = /* @__PURE__ */ new Map();
51290
- rO(ci, this.driver, J, c, Ms).forEach((Pe2) => {
51286
+ let tt2 = F.filter((Pe2) => sO(Pe2, l, c)), li = /* @__PURE__ */ new Map();
51287
+ rO(li, this.driver, J, c, Ms).forEach((Pe2) => {
51291
51288
  sO(Pe2, l, c) && tt2.push(Pe2);
51292
51289
  });
51293
51290
  let yi = /* @__PURE__ */ new Map();
51294
51291
  w.forEach((Pe2, Me) => {
51295
51292
  rO(yi, this.driver, new Set(Pe2), l, A1);
51296
51293
  }), tt2.forEach((Pe2) => {
51297
- let Me = ci.get(Pe2), Qe2 = yi.get(Pe2);
51298
- ci.set(Pe2, new Map([...Me?.entries() ?? [], ...Qe2?.entries() ?? []]));
51294
+ let Me = li.get(Pe2), Qe2 = yi.get(Pe2);
51295
+ li.set(Pe2, new Map([...Me?.entries() ?? [], ...Qe2?.entries() ?? []]));
51299
51296
  });
51300
51297
  let jn = [], Xi = [], cn = {};
51301
51298
  s.forEach((Pe2) => {
@@ -51318,7 +51315,7 @@ var d3 = class {
51318
51315
  }
51319
51316
  er.forEach((zt2) => Ne2.set(zt2, Hi));
51320
51317
  }
51321
- let Wi = this._buildAnimation(Qe2.namespaceId, _t2, Ve2, r, yi, ci);
51318
+ let Wi = this._buildAnimation(Qe2.namespaceId, _t2, Ve2, r, yi, li);
51322
51319
  if (Qe2.setRealPlayer(Wi), Hi === cn) jn.push(Qe2);
51323
51320
  else {
51324
51321
  let dn = this.playersByElement.get(Hi);
@@ -51400,7 +51397,7 @@ var d3 = class {
51400
51397
  let L = A !== l, J = d3e((e.get(A) || r3e).map((Ve2) => Ve2.getRealPlayer())).filter((Ve2) => {
51401
51398
  let Ne2 = Ve2;
51402
51399
  return Ne2.element ? Ne2.element === A : false;
51403
- }), te2 = r.get(A), oe2 = s.get(A), Ee = aO(this._normalizer, I.keyframes, te2, oe2), Ce2 = this._buildPlayer(I, Ee, J);
51400
+ }), te2 = r.get(A), se = s.get(A), Ee = aO(this._normalizer, I.keyframes, te2, se), Ce2 = this._buildPlayer(I, Ee, J);
51404
51401
  if (I.subTimeline && i && g.add(A), L) {
51405
51402
  let Ve2 = new am(t, a, A);
51406
51403
  Ve2.setRealPlayer(Ce2), c.push(Ve2);
@@ -52005,7 +52002,7 @@ var lx = (() => {
52005
52002
  }
52006
52003
  };
52007
52004
  t.\u0275fac = function(i) {
52008
- return new (i || t)(_(Se), _(We2), _(_i), _(It2));
52005
+ return new (i || t)(_(Se), _(We2), _(fi), _(It2));
52009
52006
  }, t.\u0275cmp = q({ type: t, selectors: [["igx-grid-state"]], outputs: { stateParsed: "stateParsed" }, standalone: true, features: [ne, Q], decls: 0, vars: 0, template: function(i, r) {
52010
52007
  }, encapsulation: 2 });
52011
52008
  let n38 = t;
@@ -52630,8 +52627,8 @@ var DO = (() => {
52630
52627
  customElements.define("igc-grid-toolbar-title", J);
52631
52628
  let te2 = Ui(sc, { injector: this.injector, registerConfig: $i });
52632
52629
  customElements.define("igc-grid-toolbar-actions", te2);
52633
- let oe2 = Ui(Nv, { injector: this.injector, registerConfig: $i });
52634
- customElements.define("igc-grid-toolbar-hiding", oe2);
52630
+ let se = Ui(Nv, { injector: this.injector, registerConfig: $i });
52631
+ customElements.define("igc-grid-toolbar-hiding", se);
52635
52632
  let Ee = Ui(Lv, { injector: this.injector, registerConfig: $i });
52636
52633
  customElements.define("igc-grid-toolbar-pinning", Ee);
52637
52634
  let Ce2 = Ui(Ov, { injector: this.injector, registerConfig: $i });