igniteui-webcomponents-grids 4.8.0 → 4.8.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +164 -164
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +63 -63
- package/esm2015/lib/ColumnGroupingView_combined.js +18 -18
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +44 -44
- package/esm2015/lib/PropertyEditorView_combined.js +5 -5
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +63 -63
- package/esm5/lib/ColumnGroupingView_combined.js +18 -18
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +44 -44
- package/esm5/lib/PropertyEditorView_combined.js +5 -5
- package/fesm2015/igniteui-webcomponents-grids.js +164 -164
- package/fesm5/igniteui-webcomponents-grids.js +164 -164
- package/grids/combined.js +439 -429
- package/grids/lib/igc-column-component.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -3
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-state-base-directive.d.ts +0 -2
- package/grids/lib/igc-grid-toolbar-component.d.ts +1 -0
- package/grids/lib/igc-paginator-component.d.ts +1 -0
- package/grids/lib/igc-position-settings.d.ts +1 -1
- package/grids/lib/igc-row-island-component.d.ts +7 -5
- package/grids/lib/igc-row-type.d.ts +1 -2
- package/package.json +4 -4
package/grids/combined.js
CHANGED
|
@@ -2640,7 +2640,7 @@ function ha(...o) {
|
|
|
2640
2640
|
let t10 = Number.POSITIVE_INFINITY, n = null, e = o[o.length - 1];
|
|
2641
2641
|
return mu(e) ? (n = o.pop(), o.length > 1 && typeof o[o.length - 1] == "number" && (t10 = o.pop())) : typeof e == "number" && (t10 = o.pop()), n === null && o.length === 1 && o[0] instanceof Dt2 ? o[0] : p3(t10)(r0(o, n));
|
|
2642
2642
|
}
|
|
2643
|
-
function
|
|
2643
|
+
function gi(o, t10) {
|
|
2644
2644
|
return function(e) {
|
|
2645
2645
|
return e.lift(new v2(o, t10));
|
|
2646
2646
|
};
|
|
@@ -2883,7 +2883,7 @@ var V2 = class extends wt2 {
|
|
|
2883
2883
|
};
|
|
2884
2884
|
function et2(o, t10) {
|
|
2885
2885
|
let n = arguments.length >= 2;
|
|
2886
|
-
return (e) => e.pipe(o ?
|
|
2886
|
+
return (e) => e.pipe(o ? gi((i2, r5) => o(i2, r5, e)) : Cp, bg(1), n ? g3(t10) : m3(() => new l0()));
|
|
2887
2887
|
}
|
|
2888
2888
|
function f3(o, t10) {
|
|
2889
2889
|
return function(e) {
|
|
@@ -3225,8 +3225,8 @@ function mC(o, t10) {
|
|
|
3225
3225
|
return o == null || o === "" ? t10 === null ? "" : t10 : t10 == null || t10 === "" ? o : o + " " + t10;
|
|
3226
3226
|
}
|
|
3227
3227
|
var X9 = Ei({ __forward_ref__: Ei });
|
|
3228
|
-
function
|
|
3229
|
-
return o.__forward_ref__ =
|
|
3228
|
+
function mi(o) {
|
|
3229
|
+
return o.__forward_ref__ = mi, o.toString = function() {
|
|
3230
3230
|
return wr(this());
|
|
3231
3231
|
}, o;
|
|
3232
3232
|
}
|
|
@@ -3234,7 +3234,7 @@ function Wr(o) {
|
|
|
3234
3234
|
return nE(o) ? o() : o;
|
|
3235
3235
|
}
|
|
3236
3236
|
function nE(o) {
|
|
3237
|
-
return typeof o == "function" && o.hasOwnProperty(X9) && o.__forward_ref__ ===
|
|
3237
|
+
return typeof o == "function" && o.hasOwnProperty(X9) && o.__forward_ref__ === mi;
|
|
3238
3238
|
}
|
|
3239
3239
|
function rE(o) {
|
|
3240
3240
|
return o && !!o.\u0275providers;
|
|
@@ -6794,7 +6794,7 @@ function Se(o) {
|
|
|
6794
6794
|
}
|
|
6795
6795
|
}
|
|
6796
6796
|
}
|
|
6797
|
-
function
|
|
6797
|
+
function se(o, t10 = 0, n) {
|
|
6798
6798
|
let e = st2(), i2 = rn(), r5 = jp(i2, lr + o, 16, null, n || null);
|
|
6799
6799
|
r5.projection === null && (r5.projection = t10), yw(), (!e[O0] || ME()) && (r5.flags & 32) !== 32 && hF(i2, e, r5);
|
|
6800
6800
|
}
|
|
@@ -8454,7 +8454,7 @@ function SN(o) {
|
|
|
8454
8454
|
function HT() {
|
|
8455
8455
|
return false;
|
|
8456
8456
|
}
|
|
8457
|
-
var
|
|
8457
|
+
var le2 = (() => {
|
|
8458
8458
|
let t10 = class {
|
|
8459
8459
|
}, o = t10;
|
|
8460
8460
|
return (() => {
|
|
@@ -8910,7 +8910,7 @@ var qT = { ADP: [void 0, void 0, 0], AFN: [void 0, "\u060B", 0], ALL: [void 0, v
|
|
|
8910
8910
|
var br = (() => (br = br || {}, br[br.Decimal = 0] = "Decimal", br[br.Percent = 1] = "Percent", br[br.Currency = 2] = "Currency", br[br.Scientific = 3] = "Scientific", br))();
|
|
8911
8911
|
var fn = (() => (fn = fn || {}, fn[fn.Format = 0] = "Format", fn[fn.Standalone = 1] = "Standalone", fn))();
|
|
8912
8912
|
var Bt = (() => (Bt = Bt || {}, Bt[Bt.Narrow = 0] = "Narrow", Bt[Bt.Abbreviated = 1] = "Abbreviated", Bt[Bt.Wide = 2] = "Wide", Bt[Bt.Short = 3] = "Short", Bt))();
|
|
8913
|
-
var
|
|
8913
|
+
var fi = (() => (fi = fi || {}, fi[fi.Short = 0] = "Short", fi[fi.Medium = 1] = "Medium", fi[fi.Long = 2] = "Long", fi[fi.Full = 3] = "Full", fi))();
|
|
8914
8914
|
var at2 = (() => (at2 = at2 || {}, at2[at2.Decimal = 0] = "Decimal", at2[at2.Group = 1] = "Group", at2[at2.List = 2] = "List", at2[at2.PercentSign = 3] = "PercentSign", at2[at2.PlusSign = 4] = "PlusSign", at2[at2.MinusSign = 5] = "MinusSign", at2[at2.Exponential = 6] = "Exponential", at2[at2.SuperscriptingExponent = 7] = "SuperscriptingExponent", at2[at2.PerMille = 8] = "PerMille", at2[at2.Infinity = 9] = "Infinity", at2[at2.NaN = 10] = "NaN", at2[at2.TimeSeparator = 11] = "TimeSeparator", at2[at2.CurrencyDecimal = 12] = "CurrencyDecimal", at2[at2.CurrencyGroup = 13] = "CurrencyGroup", at2))();
|
|
8915
8915
|
function TN(o) {
|
|
8916
8916
|
return cr(o)[Ve2.LocaleId];
|
|
@@ -9041,44 +9041,44 @@ function pc(o, t10) {
|
|
|
9041
9041
|
let e = "";
|
|
9042
9042
|
switch (t10) {
|
|
9043
9043
|
case "shortDate":
|
|
9044
|
-
e = ld(o,
|
|
9044
|
+
e = ld(o, fi.Short);
|
|
9045
9045
|
break;
|
|
9046
9046
|
case "mediumDate":
|
|
9047
|
-
e = ld(o,
|
|
9047
|
+
e = ld(o, fi.Medium);
|
|
9048
9048
|
break;
|
|
9049
9049
|
case "longDate":
|
|
9050
|
-
e = ld(o,
|
|
9050
|
+
e = ld(o, fi.Long);
|
|
9051
9051
|
break;
|
|
9052
9052
|
case "fullDate":
|
|
9053
|
-
e = ld(o,
|
|
9053
|
+
e = ld(o, fi.Full);
|
|
9054
9054
|
break;
|
|
9055
9055
|
case "shortTime":
|
|
9056
|
-
e = M1(o,
|
|
9056
|
+
e = M1(o, fi.Short);
|
|
9057
9057
|
break;
|
|
9058
9058
|
case "mediumTime":
|
|
9059
|
-
e = M1(o,
|
|
9059
|
+
e = M1(o, fi.Medium);
|
|
9060
9060
|
break;
|
|
9061
9061
|
case "longTime":
|
|
9062
|
-
e = M1(o,
|
|
9062
|
+
e = M1(o, fi.Long);
|
|
9063
9063
|
break;
|
|
9064
9064
|
case "fullTime":
|
|
9065
|
-
e = M1(o,
|
|
9065
|
+
e = M1(o, fi.Full);
|
|
9066
9066
|
break;
|
|
9067
9067
|
case "short":
|
|
9068
9068
|
let i2 = pc(o, "shortTime"), r5 = pc(o, "shortDate");
|
|
9069
|
-
e = A1(Up(o,
|
|
9069
|
+
e = A1(Up(o, fi.Short), [i2, r5]);
|
|
9070
9070
|
break;
|
|
9071
9071
|
case "medium":
|
|
9072
9072
|
let s10 = pc(o, "mediumTime"), a = pc(o, "mediumDate");
|
|
9073
|
-
e = A1(Up(o,
|
|
9073
|
+
e = A1(Up(o, fi.Medium), [s10, a]);
|
|
9074
9074
|
break;
|
|
9075
9075
|
case "long":
|
|
9076
9076
|
let l10 = pc(o, "longTime"), c = pc(o, "longDate");
|
|
9077
|
-
e = A1(Up(o,
|
|
9077
|
+
e = A1(Up(o, fi.Long), [l10, c]);
|
|
9078
9078
|
break;
|
|
9079
9079
|
case "full":
|
|
9080
9080
|
let p10 = pc(o, "fullTime"), g = pc(o, "fullDate");
|
|
9081
|
-
e = A1(Up(o,
|
|
9081
|
+
e = A1(Up(o, fi.Full), [p10, g]);
|
|
9082
9082
|
break;
|
|
9083
9083
|
}
|
|
9084
9084
|
return e && (em[n][t10] = e), e;
|
|
@@ -9724,7 +9724,7 @@ var He2 = (() => {
|
|
|
9724
9724
|
function UT(o, t10) {
|
|
9725
9725
|
o.context.$implicit = t10.item;
|
|
9726
9726
|
}
|
|
9727
|
-
var
|
|
9727
|
+
var ae2 = (() => {
|
|
9728
9728
|
let t10 = class {
|
|
9729
9729
|
constructor(e, i2) {
|
|
9730
9730
|
this._viewContainer = e, this._context = new aI(), this._thenTemplateRef = null, this._elseTemplateRef = null, this._thenViewRef = null, this._elseViewRef = null, this._thenTemplateRef = i2;
|
|
@@ -9950,7 +9950,7 @@ var G1 = (() => {
|
|
|
9950
9950
|
}, o = t10;
|
|
9951
9951
|
return (() => {
|
|
9952
9952
|
t10.\u0275fac = function(i2) {
|
|
9953
|
-
return new (i2 || t10)(_(
|
|
9953
|
+
return new (i2 || t10)(_(le2, 16));
|
|
9954
9954
|
};
|
|
9955
9955
|
})(), (() => {
|
|
9956
9956
|
t10.\u0275pipe = De2({ name: "async", type: t10, pure: false, standalone: true });
|
|
@@ -10413,7 +10413,7 @@ var c5 = (() => {
|
|
|
10413
10413
|
let a = fu(s10).pipe(w2((c) => this.handler.handle(c)));
|
|
10414
10414
|
if (e instanceof Vu || r5.observe === "events")
|
|
10415
10415
|
return a;
|
|
10416
|
-
let l10 = a.pipe(
|
|
10416
|
+
let l10 = a.pipe(gi((c) => c instanceof nm));
|
|
10417
10417
|
switch (r5.observe || "body") {
|
|
10418
10418
|
case "body":
|
|
10419
10419
|
switch (s10.responseType) {
|
|
@@ -11491,7 +11491,7 @@ var F5 = (() => {
|
|
|
11491
11491
|
})(), o;
|
|
11492
11492
|
})();
|
|
11493
11493
|
var qi = new Le2("NgValueAccessor");
|
|
11494
|
-
var $H = { provide: qi, useExisting:
|
|
11494
|
+
var $H = { provide: qi, useExisting: mi(() => Qn), multi: true };
|
|
11495
11495
|
function UH() {
|
|
11496
11496
|
let o = pl() ? pl().getUserAgent() : "";
|
|
11497
11497
|
return /android (\d+)/.test(o.toLowerCase());
|
|
@@ -12329,7 +12329,7 @@ var Jx = class extends Wx {
|
|
|
12329
12329
|
}
|
|
12330
12330
|
};
|
|
12331
12331
|
var uL = (o) => o instanceof Jx;
|
|
12332
|
-
var pL = { provide: dr, useExisting:
|
|
12332
|
+
var pL = { provide: dr, useExisting: mi(() => Xo) };
|
|
12333
12333
|
var P5 = (() => Promise.resolve())();
|
|
12334
12334
|
var Xo = (() => {
|
|
12335
12335
|
let t10 = class extends dr {
|
|
@@ -12395,13 +12395,13 @@ var Xo = (() => {
|
|
|
12395
12395
|
}, o = t10;
|
|
12396
12396
|
return (() => {
|
|
12397
12397
|
t10.\u0275fac = function(i2) {
|
|
12398
|
-
return new (i2 || t10)(_(rh, 9), _(Vi, 10), _(cS, 10), _(qi, 10), _(
|
|
12398
|
+
return new (i2 || t10)(_(rh, 9), _(Vi, 10), _(cS, 10), _(qi, 10), _(le2, 8), _(Nm, 8));
|
|
12399
12399
|
};
|
|
12400
12400
|
})(), (() => {
|
|
12401
12401
|
t10.\u0275dir = N({ type: t10, selectors: [["", "ngModel", "", 3, "formControlName", "", 3, "formControl", ""]], inputs: { name: "name", isDisabled: ["disabled", "isDisabled"], model: ["ngModel", "model"], options: ["ngModelOptions", "options"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngModel"], features: [fe([pL]), Y, Ti] });
|
|
12402
12402
|
})(), o;
|
|
12403
12403
|
})();
|
|
12404
|
-
var hL = { provide: qi, useExisting:
|
|
12404
|
+
var hL = { provide: qi, useExisting: mi(() => vc), multi: true };
|
|
12405
12405
|
var vc = (() => {
|
|
12406
12406
|
let t10 = class extends F5 {
|
|
12407
12407
|
writeValue(e) {
|
|
@@ -12445,7 +12445,7 @@ var gL = (() => {
|
|
|
12445
12445
|
})(), o;
|
|
12446
12446
|
})();
|
|
12447
12447
|
var o6 = new Le2("NgModelWithFormControlWarning");
|
|
12448
|
-
var mL = { provide: dr, useExisting:
|
|
12448
|
+
var mL = { provide: dr, useExisting: mi(() => yc) };
|
|
12449
12449
|
var yc = (() => {
|
|
12450
12450
|
let t10 = class extends dr {
|
|
12451
12451
|
set isDisabled(e) {
|
|
@@ -12486,7 +12486,7 @@ var yc = (() => {
|
|
|
12486
12486
|
t10.\u0275dir = N({ type: t10, selectors: [["", "formControl", ""]], inputs: { form: ["formControl", "form"], isDisabled: ["disabled", "isDisabled"], model: ["ngModel", "model"] }, outputs: { update: "ngModelChange" }, exportAs: ["ngForm"], features: [fe([mL]), Y, Ti] });
|
|
12487
12487
|
})(), o;
|
|
12488
12488
|
})();
|
|
12489
|
-
var fL = { provide: rh, useExisting:
|
|
12489
|
+
var fL = { provide: rh, useExisting: mi(() => Cc) };
|
|
12490
12490
|
var Cc = (() => {
|
|
12491
12491
|
let t10 = class extends rh {
|
|
12492
12492
|
constructor(e, i2, r5) {
|
|
@@ -12624,7 +12624,7 @@ var Nu = (() => {
|
|
|
12624
12624
|
t10.\u0275dir = N({ type: t10, features: [Ti] });
|
|
12625
12625
|
})(), o;
|
|
12626
12626
|
})();
|
|
12627
|
-
var xL = { provide: Vi, useExisting:
|
|
12627
|
+
var xL = { provide: Vi, useExisting: mi(() => uS), multi: true };
|
|
12628
12628
|
var uS = (() => {
|
|
12629
12629
|
let t10 = class extends Nu {
|
|
12630
12630
|
constructor() {
|
|
@@ -12644,7 +12644,7 @@ var uS = (() => {
|
|
|
12644
12644
|
}, inputs: { max: "max" }, features: [fe([xL]), Y] });
|
|
12645
12645
|
})(), o;
|
|
12646
12646
|
})();
|
|
12647
|
-
var _L = { provide: Vi, useExisting:
|
|
12647
|
+
var _L = { provide: Vi, useExisting: mi(() => pS), multi: true };
|
|
12648
12648
|
var pS = (() => {
|
|
12649
12649
|
let t10 = class extends Nu {
|
|
12650
12650
|
constructor() {
|
|
@@ -12664,7 +12664,7 @@ var pS = (() => {
|
|
|
12664
12664
|
}, inputs: { min: "min" }, features: [fe([_L]), Y] });
|
|
12665
12665
|
})(), o;
|
|
12666
12666
|
})();
|
|
12667
|
-
var vL = { provide: Vi, useExisting:
|
|
12667
|
+
var vL = { provide: Vi, useExisting: mi(() => hS), multi: true };
|
|
12668
12668
|
var hS = (() => {
|
|
12669
12669
|
let t10 = class extends Nu {
|
|
12670
12670
|
constructor() {
|
|
@@ -12687,7 +12687,7 @@ var hS = (() => {
|
|
|
12687
12687
|
}, inputs: { required: "required" }, features: [fe([vL]), Y] });
|
|
12688
12688
|
})(), o;
|
|
12689
12689
|
})();
|
|
12690
|
-
var yL = { provide: Vi, useExisting:
|
|
12690
|
+
var yL = { provide: Vi, useExisting: mi(() => gS), multi: true };
|
|
12691
12691
|
var gS = (() => {
|
|
12692
12692
|
let t10 = class extends Nu {
|
|
12693
12693
|
constructor() {
|
|
@@ -12708,7 +12708,7 @@ var gS = (() => {
|
|
|
12708
12708
|
t10.\u0275dir = N({ type: t10, selectors: [["", "email", "", "formControlName", ""], ["", "email", "", "formControl", ""], ["", "email", "", "ngModel", ""]], inputs: { email: "email" }, features: [fe([yL]), Y] });
|
|
12709
12709
|
})(), o;
|
|
12710
12710
|
})();
|
|
12711
|
-
var CL = { provide: Vi, useExisting:
|
|
12711
|
+
var CL = { provide: Vi, useExisting: mi(() => mS), multi: true };
|
|
12712
12712
|
var mS = (() => {
|
|
12713
12713
|
let t10 = class extends Nu {
|
|
12714
12714
|
constructor() {
|
|
@@ -12728,7 +12728,7 @@ var mS = (() => {
|
|
|
12728
12728
|
}, inputs: { minlength: "minlength" }, features: [fe([CL]), Y] });
|
|
12729
12729
|
})(), o;
|
|
12730
12730
|
})();
|
|
12731
|
-
var wL = { provide: Vi, useExisting:
|
|
12731
|
+
var wL = { provide: Vi, useExisting: mi(() => fS), multi: true };
|
|
12732
12732
|
var fS = (() => {
|
|
12733
12733
|
let t10 = class extends Nu {
|
|
12734
12734
|
constructor() {
|
|
@@ -12748,7 +12748,7 @@ var fS = (() => {
|
|
|
12748
12748
|
}, inputs: { maxlength: "maxlength" }, features: [fe([wL]), Y] });
|
|
12749
12749
|
})(), o;
|
|
12750
12750
|
})();
|
|
12751
|
-
var IL = { provide: Vi, useExisting:
|
|
12751
|
+
var IL = { provide: Vi, useExisting: mi(() => xS), multi: true };
|
|
12752
12752
|
var xS = (() => {
|
|
12753
12753
|
let t10 = class extends Nu {
|
|
12754
12754
|
constructor() {
|
|
@@ -14439,7 +14439,7 @@ var Ih = class {
|
|
|
14439
14439
|
let n = [], e = [], i2 = [], r5 = -1, s10 = -1, a = 0;
|
|
14440
14440
|
return t10.forEach((c) => {
|
|
14441
14441
|
let p10 = Ui.isNullOrWhitespaces(c.header) ? c.field : c.header, g = !c.hidden || this.options.ignoreColumnsVisibility, v10 = this.options.ignoreColumnsOrder || this.options.ignoreColumnsVisibility ? c.index : c.visibleIndex, y5 = Number(c.width?.slice(0, -2)) || bS, E = this.options.ignoreMultiColumnHeaders ? 0 : c.level, M = c.columnGroup, F = M ? c.allChildren.filter((ie2) => !ie2.columnGroup && (this.options.ignoreColumnsVisibility ? true : !ie2.hidden)).length : 1, K = { header: Ui.sanitizeValue(p10), dataType: c.dataType, field: c.field, skip: !g, formatter: c.formatter, skipFormatter: false, headerType: M ? Qt.MultiColumnHeader : Qt.ColumnHeader, columnSpan: F, level: E, startIndex: v10, pinnedIndex: c.pinned ? c.hidden ? NaN : c.grid.pinnedColumns.indexOf(c) : Number.MAX_VALUE, columnGroupParent: c.parent ? c.parent : null, columnGroup: M ? c : null };
|
|
14442
|
-
c.dataType === "currency" && (K.currencyCode = c.pipeArgs.currencyCode ? c.pipeArgs.currencyCode : Fs(this.locale), K.displayFormat = c.pipeArgs.display ? c.pipeArgs.display : "symbol", K.digitsInfo = c.pipeArgs.digitsInfo ? c.pipeArgs.digitsInfo : "1.0-2"), c.dataType === "date" && (K.dateFormat = ld(this.locale,
|
|
14442
|
+
c.dataType === "currency" && (K.currencyCode = c.pipeArgs.currencyCode ? c.pipeArgs.currencyCode : Fs(this.locale), K.displayFormat = c.pipeArgs.display ? c.pipeArgs.display : "symbol", K.digitsInfo = c.pipeArgs.digitsInfo ? c.pipeArgs.digitsInfo : "1.0-2"), c.dataType === "date" && (K.dateFormat = ld(this.locale, fi.Medium)), c.dataType === "dateTime" && (K.dateFormat = Up(this.locale, fi.Medium)), this.options.ignoreColumnsOrder && K.startIndex !== K.pinnedIndex && (K.pinnedIndex = Number.MAX_VALUE), c.level > a && !this.options.ignoreMultiColumnHeaders && (a = c.level), v10 !== -1 ? (n.push(K), e.push(y5), s10 = Math.max(s10, n.indexOf(K))) : i2.push(K), c.pinned && g && K.headerType === Qt.ColumnHeader && r5++;
|
|
14443
14443
|
}), i2.forEach((c) => {
|
|
14444
14444
|
n[++s10] = c;
|
|
14445
14445
|
}), { columns: n, columnWidths: e, indexOfLastPinnedColumn: r5, maxLevel: a };
|
|
@@ -16474,7 +16474,7 @@ var ui = (() => {
|
|
|
16474
16474
|
this._overlayInfos.length - e === 1 && this._document.defaultView.removeEventListener("resize", this.repositionAll);
|
|
16475
16475
|
}
|
|
16476
16476
|
addCloseOnEscapeListener(e) {
|
|
16477
|
-
e.settings.closeOnEscape && !this._keyPressEventListener && (this._keyPressEventListener = yt2(this._document, "keydown").pipe(
|
|
16477
|
+
e.settings.closeOnEscape && !this._keyPressEventListener && (this._keyPressEventListener = yt2(this._document, "keydown").pipe(gi((i2) => i2.key === "Escape" || i2.key === "Esc")).subscribe((i2) => {
|
|
16478
16478
|
let r5 = this._overlayInfos.filter((a) => a.visible);
|
|
16479
16479
|
if (r5.length < 1)
|
|
16480
16480
|
return;
|
|
@@ -16979,7 +16979,7 @@ var g7 = (() => {
|
|
|
16979
16979
|
}, o = t10;
|
|
16980
16980
|
return (() => {
|
|
16981
16981
|
t10.\u0275fac = function(i2) {
|
|
16982
|
-
return new (i2 || t10)(_(B), _(
|
|
16982
|
+
return new (i2 || t10)(_(B), _(le2), _(dt2, 8));
|
|
16983
16983
|
};
|
|
16984
16984
|
})(), (() => {
|
|
16985
16985
|
t10.\u0275dir = N({ type: t10, hostVars: 4, hostBindings: function(i2, r5) {
|
|
@@ -17229,7 +17229,7 @@ var vt2 = (() => {
|
|
|
17229
17229
|
}, o = t10;
|
|
17230
17230
|
return (() => {
|
|
17231
17231
|
t10.\u0275fac = function(i2) {
|
|
17232
|
-
return new (i2 || t10)(_($u), _(Xo, 10), _(dr, 10), _(B), _(
|
|
17232
|
+
return new (i2 || t10)(_($u), _(Xo, 10), _(dr, 10), _(B), _(le2), _(xt));
|
|
17233
17233
|
};
|
|
17234
17234
|
})(), (() => {
|
|
17235
17235
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxInput", ""]], hostVars: 5, hostBindings: function(i2, r5) {
|
|
@@ -17459,7 +17459,7 @@ var lj = ["svgImage"];
|
|
|
17459
17459
|
function cj(o, t10) {
|
|
17460
17460
|
}
|
|
17461
17461
|
function dj(o, t10) {
|
|
17462
|
-
o & 1 &&
|
|
17462
|
+
o & 1 && se(0);
|
|
17463
17463
|
}
|
|
17464
17464
|
function uj(o, t10) {
|
|
17465
17465
|
if (o & 1 && k5(0, "div", 4), o & 2) {
|
|
@@ -17507,7 +17507,7 @@ var he = (() => {
|
|
|
17507
17507
|
}, o = t10;
|
|
17508
17508
|
return (() => {
|
|
17509
17509
|
t10.\u0275fac = function(i2) {
|
|
17510
|
-
return new (i2 || t10)(_(B), _(es), _(
|
|
17510
|
+
return new (i2 || t10)(_(B), _(es), _(le2));
|
|
17511
17511
|
};
|
|
17512
17512
|
})(), (() => {
|
|
17513
17513
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-icon"]], viewQuery: function(i2, r5) {
|
|
@@ -17533,13 +17533,13 @@ function mj(o, t10) {
|
|
|
17533
17533
|
}
|
|
17534
17534
|
}
|
|
17535
17535
|
function fj(o, t10) {
|
|
17536
|
-
o & 1 &&
|
|
17536
|
+
o & 1 && se(0, 1);
|
|
17537
17537
|
}
|
|
17538
17538
|
function xj(o, t10) {
|
|
17539
|
-
o & 1 &&
|
|
17539
|
+
o & 1 && se(0, 2);
|
|
17540
17540
|
}
|
|
17541
17541
|
function _j(o, t10) {
|
|
17542
|
-
o & 1 &&
|
|
17542
|
+
o & 1 && se(0, 3);
|
|
17543
17543
|
}
|
|
17544
17544
|
var vj = function(o) {
|
|
17545
17545
|
return { "igx-input-group__upload-button": o };
|
|
@@ -17597,7 +17597,7 @@ function Dj(o, t10) {
|
|
|
17597
17597
|
}
|
|
17598
17598
|
}
|
|
17599
17599
|
function bj(o, t10) {
|
|
17600
|
-
o & 1 &&
|
|
17600
|
+
o & 1 && se(0, 4);
|
|
17601
17601
|
}
|
|
17602
17602
|
function Ej(o, t10) {
|
|
17603
17603
|
o & 1 && q3(0);
|
|
@@ -17862,7 +17862,7 @@ var At = (() => {
|
|
|
17862
17862
|
}, o = t10;
|
|
17863
17863
|
return (() => {
|
|
17864
17864
|
t10.\u0275fac = function(i2) {
|
|
17865
|
-
return new (i2 || t10)(_(B), _(dt2, 8), _(Io, 8), _(gt2), _(_e2), _(
|
|
17865
|
+
return new (i2 || t10)(_(B), _(dt2, 8), _(Io, 8), _(gt2), _(_e2), _(le2));
|
|
17866
17866
|
};
|
|
17867
17867
|
})(), (() => {
|
|
17868
17868
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-input-group"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -17879,11 +17879,11 @@ var At = (() => {
|
|
|
17879
17879
|
}, inputs: { resourceStrings: "resourceStrings", suppressInputAutofocus: "suppressInputAutofocus", type: "type", theme: "theme" }, standalone: true, features: [fe([{ provide: $u, useExisting: t10 }]), Y, $5], ngContentSelectors: c$, decls: 25, vars: 2, consts: [["class", "igx-input-group__wrapper", 4, "ngIf", "ngIfElse"], [1, "igx-input-group__hint", 3, "click"], ["label", ""], ["input", ""], ["prefix", ""], ["uploadButton", ""], ["files", ""], ["clear", ""], ["suffix", ""], ["materialBundle", ""], ["fluentBundle", ""], ["bootstrapBundle", ""], ["bundle", ""], [1, "igx-input-group__wrapper"], [4, "ngTemplateOutlet"], ["class", "igx-input-group__upload-button", 4, "ngIf"], [1, "igx-input-group__upload-button"], ["igxButton", "raised", "type", "button", 3, "displayDensity", "disabled", "ngClass", "click"], ["class", "igx-input-group__file-input", 3, "title", 4, "ngIf"], [1, "igx-input-group__file-input", 3, "title"], ["class", "igx-input-group__clear-icon", "title", "clear files", "tabindex", "0", 3, "click", "keydown.Enter", 4, "ngIf"], ["title", "clear files", "tabindex", "0", 1, "igx-input-group__clear-icon", 3, "click", "keydown.Enter"], [1, "igx-input-group__bundle"], [1, "igx-input-group__bundle-start"], [1, "igx-input-group__notch"], [1, "igx-input-group__bundle-main"], [1, "igx-input-group__filler"], [1, "igx-input-group__bundle-end"], ["class", "igx-input-group__line", 4, "ngIf"], [1, "igx-input-group__line"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"]], template: function(i2, r5) {
|
|
17880
17880
|
if (i2 & 1 && (Se(l$), m5(0, mj, 2, 1, "div", 0), f(1, "div", 1), w5("click", function(a) {
|
|
17881
17881
|
return r5.hintClickHandler(a);
|
|
17882
|
-
}),
|
|
17882
|
+
}), se(2), x5(), m5(3, fj, 1, 0, "ng-template", null, 2, V), m5(5, xj, 1, 0, "ng-template", null, 3, V), m5(7, _j, 1, 0, "ng-template", null, 4, V), m5(9, Cj, 1, 1, "ng-template", null, 5, V), m5(11, Ij, 1, 1, "ng-template", null, 6, V), m5(13, Dj, 1, 1, "ng-template", null, 7, V), m5(15, bj, 1, 0, "ng-template", null, 8, V), m5(17, Vj, 15, 8, "ng-template", null, 9, V), m5(19, $j, 12, 8, "ng-template", null, 10, V), m5(21, Zj, 10, 7, "ng-template", null, 11, V), m5(23, a$, 5, 4, "ng-template", null, 12, V)), i2 & 2) {
|
|
17883
17883
|
let s10 = P(24);
|
|
17884
17884
|
u5("ngIf", r5.isTypeBox)("ngIfElse", s10);
|
|
17885
17885
|
}
|
|
17886
|
-
}, dependencies: [
|
|
17886
|
+
}, dependencies: [ae2, Re2, Be, Xe, Oe2, Ue, he, B1, e5, t5], encapsulation: 2 });
|
|
17887
17887
|
})(), o;
|
|
17888
17888
|
})();
|
|
17889
17889
|
var MNe = je2({ SOLID: "solid", DASHED: "dashed" });
|
|
@@ -18254,7 +18254,7 @@ var So = (() => {
|
|
|
18254
18254
|
}, o = t10;
|
|
18255
18255
|
return (() => {
|
|
18256
18256
|
t10.\u0275fac = function(i2) {
|
|
18257
|
-
return new (i2 || t10)(_(
|
|
18257
|
+
return new (i2 || t10)(_(le2), _(B), _(Qe2), _(we2), _(xt), _(_e2));
|
|
18258
18258
|
};
|
|
18259
18259
|
})(), (() => {
|
|
18260
18260
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxDrag", ""]], contentQueries: function(i2, r5, s10) {
|
|
@@ -18559,7 +18559,7 @@ var M7 = (() => {
|
|
|
18559
18559
|
}, o = t10;
|
|
18560
18560
|
return (() => {
|
|
18561
18561
|
t10.\u0275fac = function(i2) {
|
|
18562
|
-
return new (i2 || t10)(_(
|
|
18562
|
+
return new (i2 || t10)(_(le2), _(Qe2));
|
|
18563
18563
|
};
|
|
18564
18564
|
})(), (() => {
|
|
18565
18565
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-display-container"]], viewQuery: function(i2, r5) {
|
|
@@ -18623,7 +18623,7 @@ var iv = (() => {
|
|
|
18623
18623
|
}, o = t10;
|
|
18624
18624
|
return (() => {
|
|
18625
18625
|
t10.\u0275fac = function(i2) {
|
|
18626
|
-
return new (i2 || t10)(_(B), _(
|
|
18626
|
+
return new (i2 || t10)(_(B), _(le2), _(we2), _(gt2), _(_e2));
|
|
18627
18627
|
};
|
|
18628
18628
|
})(), (() => {
|
|
18629
18629
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxVirtualHelperBase", ""]], hostBindings: function(i2, r5) {
|
|
@@ -18645,7 +18645,7 @@ var A7 = (() => {
|
|
|
18645
18645
|
}, o = t10;
|
|
18646
18646
|
return (() => {
|
|
18647
18647
|
t10.\u0275fac = function(i2) {
|
|
18648
|
-
return new (i2 || t10)(_(B), _(
|
|
18648
|
+
return new (i2 || t10)(_(B), _(le2), _(we2), _(gt2), _(_e2));
|
|
18649
18649
|
};
|
|
18650
18650
|
})(), (() => {
|
|
18651
18651
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-horizontal-virtual-helper"]], viewQuery: function(i2, r5) {
|
|
@@ -18675,7 +18675,7 @@ var P7 = (() => {
|
|
|
18675
18675
|
}, o = t10;
|
|
18676
18676
|
return (() => {
|
|
18677
18677
|
t10.\u0275fac = function(i2) {
|
|
18678
|
-
return new (i2 || t10)(_(B), _(
|
|
18678
|
+
return new (i2 || t10)(_(B), _(le2), _(we2), _(gt2), _(_e2));
|
|
18679
18679
|
};
|
|
18680
18680
|
})(), (() => {
|
|
18681
18681
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-virtual-helper"]], viewQuery: function(i2, r5) {
|
|
@@ -18832,7 +18832,7 @@ var Oa = (() => {
|
|
|
18832
18832
|
this.verticalScrollHandler = this.verticalScrollHandler.bind(this), this.scrollComponent.nativeElement.addEventListener("scroll", this.verticalScrollHandler), this.dc.instance.scrollContainer = this.scrollComponent.nativeElement;
|
|
18833
18833
|
});
|
|
18834
18834
|
let r5 = W(this.destroy$);
|
|
18835
|
-
this.contentResizeNotify.pipe(
|
|
18835
|
+
this.contentResizeNotify.pipe(gi(() => this.igxForContainerSize && this.igxForOf && this.igxForOf.length > 0), Kc(40, void 0, { leading: false, trailing: true }), r5).subscribe(() => this._zone.runTask(() => this.updateSizes()));
|
|
18836
18836
|
}
|
|
18837
18837
|
this.igxForScrollOrientation === "horizontal" && (this.func = (r5) => this.onHScroll(r5), this.scrollComponent = this.syncScrollService.getScrollMaster(this.igxForScrollOrientation), this.scrollComponent ? this._zone.runOutsideAngular(() => {
|
|
18838
18838
|
this.scrollComponent.nativeElement.addEventListener("scroll", this.func), this.dc.instance.scrollContainer = this.scrollComponent.nativeElement;
|
|
@@ -18866,7 +18866,10 @@ var Oa = (() => {
|
|
|
18866
18866
|
let r5 = "igxForItemSize";
|
|
18867
18867
|
r5 in e && !e[r5].firstChange && this.igxForScrollOrientation === "vertical" && this.igxForOf && (this.initSizesCache(this.igxForOf), this._applyChanges());
|
|
18868
18868
|
let s10 = "igxForContainerSize";
|
|
18869
|
-
s10 in e && !e[s10].firstChange && this.igxForOf
|
|
18869
|
+
if (s10 in e && !e[s10].firstChange && this.igxForOf) {
|
|
18870
|
+
let a = parseInt(e[s10].previousValue, 10), l10 = parseInt(e[s10].currentValue, 10);
|
|
18871
|
+
this._recalcOnContainerChange({ prevSize: a, newSize: l10 });
|
|
18872
|
+
}
|
|
18870
18873
|
}
|
|
18871
18874
|
ngDoCheck() {
|
|
18872
18875
|
this._differ && this._differ.diff(this.igxForOf) && (this.igxForOf || (this.igxForOf = []), this._updateSizeCache(), this._zone.run(() => {
|
|
@@ -19139,25 +19142,29 @@ var Oa = (() => {
|
|
|
19139
19142
|
}
|
|
19140
19143
|
return s10;
|
|
19141
19144
|
}
|
|
19142
|
-
_recalcScrollBarSize() {
|
|
19143
|
-
let
|
|
19144
|
-
this.dc.instance.notVirtual = !(this.igxForContainerSize && this.dc && this.state.chunkSize <
|
|
19145
|
-
let
|
|
19145
|
+
_recalcScrollBarSize(e = null) {
|
|
19146
|
+
let i2 = this.isRemote ? this.totalItemCount : this.igxForOf ? this.igxForOf.length : 0;
|
|
19147
|
+
this.dc.instance.notVirtual = !(this.igxForContainerSize && this.dc && this.state.chunkSize < i2);
|
|
19148
|
+
let r5 = e ? this.scrollComponent.size > e.prevSize : this.isScrollable();
|
|
19146
19149
|
if (this.igxForScrollOrientation === "horizontal") {
|
|
19147
|
-
let
|
|
19148
|
-
this.scrollComponent.nativeElement.style.width = this.igxForContainerSize + "px", this.scrollComponent.size =
|
|
19150
|
+
let s10 = parseInt(this.igxForContainerSize, 10) > 0 ? this.initSizesCache(this.igxForOf) : 0;
|
|
19151
|
+
s10 <= parseInt(this.igxForContainerSize, 10) && this.resetScrollPosition(), this.scrollComponent.nativeElement.style.width = this.igxForContainerSize + "px", this.scrollComponent.size = s10;
|
|
19149
19152
|
}
|
|
19150
|
-
this.igxForScrollOrientation === "vertical"
|
|
19153
|
+
if (this.igxForScrollOrientation === "vertical") {
|
|
19154
|
+
let s10 = this._calcHeight();
|
|
19155
|
+
s10 <= parseInt(this.igxForContainerSize, 10) && this.resetScrollPosition(), this.scrollComponent.nativeElement.style.height = parseInt(this.igxForContainerSize, 10) + "px", this.scrollComponent.size = s10;
|
|
19156
|
+
}
|
|
19157
|
+
r5 !== this.isScrollable() && this.scrollbarVisibilityChanged.emit();
|
|
19151
19158
|
}
|
|
19152
19159
|
_calcHeight() {
|
|
19153
19160
|
let e;
|
|
19154
19161
|
return this.heightCache ? e = this.heightCache.reduce((i2, r5) => i2 + r5, 0) : e = this.initSizesCache(this.igxForOf), this._virtHeight = e, e > this._maxHeight && (this._virtHeightRatio = e / this._maxHeight, e = this._maxHeight), e;
|
|
19155
19162
|
}
|
|
19156
|
-
_recalcOnContainerChange() {
|
|
19157
|
-
let
|
|
19158
|
-
if (this.applyChunkSizeChange(), this._recalcScrollBarSize(),
|
|
19159
|
-
let
|
|
19160
|
-
this.dc.instance._viewContainer.element.nativeElement.style.left = -
|
|
19163
|
+
_recalcOnContainerChange(e = null) {
|
|
19164
|
+
let i2 = this.state.chunkSize;
|
|
19165
|
+
if (this.applyChunkSizeChange(), this._recalcScrollBarSize(e), i2 !== this.state.chunkSize && this.chunkLoad.emit(this.state), this.sizesCache && this.igxForScrollOrientation === "horizontal") {
|
|
19166
|
+
let r5 = this.fixedUpdateAllElements(this.scrollPosition);
|
|
19167
|
+
this.dc.instance._viewContainer.element.nativeElement.style.left = -r5 + "px";
|
|
19161
19168
|
}
|
|
19162
19169
|
}
|
|
19163
19170
|
removeLastElem() {
|
|
@@ -19217,7 +19224,7 @@ var Oa = (() => {
|
|
|
19217
19224
|
}, o = t10;
|
|
19218
19225
|
return (() => {
|
|
19219
19226
|
t10.\u0275fac = function(i2) {
|
|
19220
|
-
return new (i2 || t10)(_(Qe2), _(ee), _(ji), _(
|
|
19227
|
+
return new (i2 || t10)(_(Qe2), _(ee), _(ji), _(le2), _(we2), _(ts), _(_e2), _(gt2));
|
|
19221
19228
|
};
|
|
19222
19229
|
})(), (() => {
|
|
19223
19230
|
t10.\u0275dir = N({ type: t10, 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: [fe([ts]), Ti] });
|
|
@@ -19274,7 +19281,10 @@ var Xt = (() => {
|
|
|
19274
19281
|
let r5 = "igxForItemSize";
|
|
19275
19282
|
r5 in e && !e[r5].firstChange && this.igxForScrollOrientation === "vertical" && this.igxForOf && this.initSizesCache(this.igxForOf);
|
|
19276
19283
|
let s10 = "igxForContainerSize";
|
|
19277
|
-
s10 in e && !e[s10].firstChange && this.igxForOf
|
|
19284
|
+
if (s10 in e && !e[s10].firstChange && this.igxForOf) {
|
|
19285
|
+
let a = parseInt(e[s10].previousValue, 10), l10 = parseInt(e[s10].currentValue, 10);
|
|
19286
|
+
this._recalcOnContainerChange({ prevSize: a, newSize: l10 });
|
|
19287
|
+
}
|
|
19278
19288
|
}
|
|
19279
19289
|
assumeMaster() {
|
|
19280
19290
|
this._sizesCache = this.syncService.sizesCache(this.igxForScrollOrientation), this.syncService.setMaster(this, true);
|
|
@@ -19376,7 +19386,7 @@ var Xt = (() => {
|
|
|
19376
19386
|
}, o = t10;
|
|
19377
19387
|
return (() => {
|
|
19378
19388
|
t10.\u0275fac = function(i2) {
|
|
19379
|
-
return new (i2 || t10)(_(Qe2), _(ee), _(ji), _(
|
|
19389
|
+
return new (i2 || t10)(_(Qe2), _(ee), _(ji), _(le2), _(we2), _(_e2), _(gt2), _(ts), _(Do));
|
|
19380
19390
|
};
|
|
19381
19391
|
})(), (() => {
|
|
19382
19392
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxGridFor", "", "igxGridForOf", ""]], inputs: { igxGridForOf: "igxGridForOf", igxGridForOfUniqueSizeCache: "igxGridForOfUniqueSizeCache", igxGridForOfVariableSizes: "igxGridForOfVariableSizes" }, outputs: { dataChanging: "dataChanging" }, standalone: true, features: [Y, Ti] });
|
|
@@ -19955,7 +19965,7 @@ var is = (() => {
|
|
|
19955
19965
|
}, o = t10;
|
|
19956
19966
|
return (() => {
|
|
19957
19967
|
t10.\u0275fac = function(i2) {
|
|
19958
|
-
return new (i2 || t10)(_(Qe2), _(we2), _(
|
|
19968
|
+
return new (i2 || t10)(_(Qe2), _(we2), _(le2));
|
|
19959
19969
|
};
|
|
19960
19970
|
})(), (() => {
|
|
19961
19971
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxTemplateOutlet", ""]], inputs: { igxTemplateOutletContext: "igxTemplateOutletContext", igxTemplateOutlet: "igxTemplateOutlet" }, outputs: { viewCreated: "viewCreated", viewMoved: "viewMoved", cachedViewLoaded: "cachedViewLoaded", beforeViewDetach: "beforeViewDetach" }, standalone: true, features: [Ti] });
|
|
@@ -19977,7 +19987,7 @@ var Lt = (() => {
|
|
|
19977
19987
|
return !this.collapsed;
|
|
19978
19988
|
}
|
|
19979
19989
|
constructor(e, i2, r5, s10) {
|
|
19980
|
-
this.elementRef = e, this.cdr = i2, this.overlayService = r5, this.navigationService = s10, 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 pe2(), this._overlaySubFilter = [
|
|
19990
|
+
this.elementRef = e, this.cdr = i2, this.overlayService = r5, this.navigationService = s10, 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 pe2(), this._overlaySubFilter = [gi((a) => a.id === this._overlayId), W(this.destroy$)], this.overlayClosed = (a) => {
|
|
19981
19991
|
this._collapsed = true, this.cdr.detectChanges(), this.unsubscribe(), this.overlayService.detach(this.overlayId);
|
|
19982
19992
|
let l10 = { owner: this, id: this._overlayId, event: a.event };
|
|
19983
19993
|
delete this._overlayId, this.closed.emit(l10), this.cdr.markForCheck();
|
|
@@ -20042,7 +20052,7 @@ var Lt = (() => {
|
|
|
20042
20052
|
}, o = t10;
|
|
20043
20053
|
return (() => {
|
|
20044
20054
|
t10.\u0275fac = function(i2) {
|
|
20045
|
-
return new (i2 || t10)(_(B), _(
|
|
20055
|
+
return new (i2 || t10)(_(B), _(le2), _(ui), _(Da, 8));
|
|
20046
20056
|
};
|
|
20047
20057
|
})(), (() => {
|
|
20048
20058
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxToggle", ""]], hostVars: 5, hostBindings: function(i2, r5) {
|
|
@@ -20143,7 +20153,7 @@ var no = (() => {
|
|
|
20143
20153
|
}, o = t10;
|
|
20144
20154
|
return (() => {
|
|
20145
20155
|
t10.\u0275fac = function(i2) {
|
|
20146
|
-
return new (i2 || t10)(_(B), _(
|
|
20156
|
+
return new (i2 || t10)(_(B), _(le2), _(ui), _(Da, 8));
|
|
20147
20157
|
};
|
|
20148
20158
|
})(), (() => {
|
|
20149
20159
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxTooltip", ""]], hostVars: 6, hostBindings: function(i2, r5) {
|
|
@@ -20345,12 +20355,12 @@ var Ie2 = (() => {
|
|
|
20345
20355
|
return a;
|
|
20346
20356
|
}
|
|
20347
20357
|
static getLocaleDateFormat(e, i2) {
|
|
20348
|
-
let s10 = Object.keys(
|
|
20358
|
+
let s10 = Object.keys(fi).find((l10) => l10.toLowerCase() === i2?.toLowerCase().replace("date", ""));
|
|
20349
20359
|
if (!s10)
|
|
20350
20360
|
return i2;
|
|
20351
20361
|
let a;
|
|
20352
20362
|
try {
|
|
20353
|
-
a = ld(e,
|
|
20363
|
+
a = ld(e, fi[s10]);
|
|
20354
20364
|
} catch {
|
|
20355
20365
|
t10.logMissingLocaleSettings(e), a = t10.getDefaultInputFormat(e);
|
|
20356
20366
|
}
|
|
@@ -21089,26 +21099,26 @@ var ro = class extends sf {
|
|
|
21089
21099
|
super(), this.operations = [{ name: "equals", isUnary: false, iconName: "equals", logic: (t10, n) => t10 === n }, { name: "doesNotEqual", isUnary: false, iconName: "not-equal", logic: (t10, n) => t10 !== n }, { name: "greaterThan", isUnary: false, iconName: "greater-than", logic: (t10, n) => t10 > n }, { name: "lessThan", isUnary: false, iconName: "less-than", logic: (t10, n) => t10 < n }, { name: "greaterThanOrEqualTo", isUnary: false, iconName: "greater-than-or-equal", logic: (t10, n) => t10 >= n }, { name: "lessThanOrEqualTo", isUnary: false, iconName: "less-than-or-equal", logic: (t10, n) => t10 <= n }, { name: "empty", isUnary: true, iconName: "is-empty", logic: (t10) => t10 == null || isNaN(t10) }, { name: "notEmpty", isUnary: true, iconName: "not-empty", logic: (t10) => t10 != null && !isNaN(t10) }].concat(this.operations);
|
|
21090
21100
|
}
|
|
21091
21101
|
};
|
|
21092
|
-
var
|
|
21102
|
+
var xi = class extends sf {
|
|
21093
21103
|
constructor() {
|
|
21094
21104
|
super(), this.operations = [{ name: "contains", isUnary: false, iconName: "contains", logic: (t10, n, e) => {
|
|
21095
|
-
let i2 =
|
|
21096
|
-
return t10 =
|
|
21105
|
+
let i2 = xi.applyIgnoreCase(n, e);
|
|
21106
|
+
return t10 = xi.applyIgnoreCase(t10, e), t10.indexOf(i2) !== -1;
|
|
21097
21107
|
} }, { name: "doesNotContain", isUnary: false, iconName: "does-not-contain", logic: (t10, n, e) => {
|
|
21098
|
-
let i2 =
|
|
21099
|
-
return t10 =
|
|
21108
|
+
let i2 = xi.applyIgnoreCase(n, e);
|
|
21109
|
+
return t10 = xi.applyIgnoreCase(t10, e), t10.indexOf(i2) === -1;
|
|
21100
21110
|
} }, { name: "startsWith", isUnary: false, iconName: "starts-with", logic: (t10, n, e) => {
|
|
21101
|
-
let i2 =
|
|
21102
|
-
return t10 =
|
|
21111
|
+
let i2 = xi.applyIgnoreCase(n, e);
|
|
21112
|
+
return t10 = xi.applyIgnoreCase(t10, e), t10.startsWith(i2);
|
|
21103
21113
|
} }, { name: "endsWith", isUnary: false, iconName: "ends-with", logic: (t10, n, e) => {
|
|
21104
|
-
let i2 =
|
|
21105
|
-
return t10 =
|
|
21114
|
+
let i2 = xi.applyIgnoreCase(n, e);
|
|
21115
|
+
return t10 = xi.applyIgnoreCase(t10, e), t10.endsWith(i2);
|
|
21106
21116
|
} }, { name: "equals", isUnary: false, iconName: "equals", logic: (t10, n, e) => {
|
|
21107
|
-
let i2 =
|
|
21108
|
-
return t10 =
|
|
21117
|
+
let i2 = xi.applyIgnoreCase(n, e);
|
|
21118
|
+
return t10 = xi.applyIgnoreCase(t10, e), t10 === i2;
|
|
21109
21119
|
} }, { name: "doesNotEqual", isUnary: false, iconName: "not-equal", logic: (t10, n, e) => {
|
|
21110
|
-
let i2 =
|
|
21111
|
-
return t10 =
|
|
21120
|
+
let i2 = xi.applyIgnoreCase(n, e);
|
|
21121
|
+
return t10 = xi.applyIgnoreCase(t10, e), t10 !== i2;
|
|
21112
21122
|
} }, { name: "empty", isUnary: true, iconName: "is-empty", logic: (t10) => t10 == null || t10.length === 0 }, { name: "notEmpty", isUnary: true, iconName: "not-empty", logic: (t10) => t10 != null && t10.length > 0 }].concat(this.operations);
|
|
21113
21123
|
}
|
|
21114
21124
|
static applyIgnoreCase(t10, n) {
|
|
@@ -21215,7 +21225,7 @@ var Oh = (() => {
|
|
|
21215
21225
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-drop-down-item-group"]], hostVars: 7, hostBindings: function(i2, r5) {
|
|
21216
21226
|
i2 & 2 && (H("aria-labelledby", r5.labelledBy)("role", r5.role)("aria-disabled", r5.disabled), J("igx-drop-down__group", r5.groupClass)("igx-drop-down__group--disabled", r5.disabled));
|
|
21217
21227
|
}, inputs: { disabled: "disabled", label: "label" }, standalone: true, features: [$5], ngContentSelectors: E$, decls: 3, vars: 2, consts: [[3, "id"]], template: function(i2, r5) {
|
|
21218
|
-
i2 & 1 && (Se(b$), f(0, "label", 0), C(1), x5(),
|
|
21228
|
+
i2 & 1 && (Se(b$), f(0, "label", 0), C(1), x5(), se(2)), i2 & 2 && (ku("id", r5.labelId), d(1), Q(r5.label));
|
|
21219
21229
|
}, encapsulation: 2 });
|
|
21220
21230
|
})(), o;
|
|
21221
21231
|
})();
|
|
@@ -21369,13 +21379,13 @@ var jn = (() => {
|
|
|
21369
21379
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-drop-down-item"]], hostVars: 1, hostBindings: function(i2, r5) {
|
|
21370
21380
|
i2 & 2 && H("tabindex", r5.setTabIndex);
|
|
21371
21381
|
}, standalone: true, features: [Y, $5], ngContentSelectors: A$, decls: 6, vars: 0, consts: [[1, "igx-drop-down__content"], [1, "igx-drop-down__inner"]], template: function(i2, r5) {
|
|
21372
|
-
i2 & 1 && (Se(M$), f(0, "span", 0),
|
|
21382
|
+
i2 & 1 && (Se(M$), f(0, "span", 0), se(1), f(2, "span", 1), se(3, 1), x5(), se(4, 2), se(5, 3), x5());
|
|
21373
21383
|
}, encapsulation: 2 });
|
|
21374
21384
|
})(), o;
|
|
21375
21385
|
})();
|
|
21376
21386
|
var k$ = ["scrollContainer"];
|
|
21377
21387
|
function F$(o, t10) {
|
|
21378
|
-
o & 1 && (z(0),
|
|
21388
|
+
o & 1 && (z(0), se(1), j3());
|
|
21379
21389
|
}
|
|
21380
21390
|
var V$ = ["*"];
|
|
21381
21391
|
var $n = (() => {
|
|
@@ -21538,7 +21548,7 @@ var $n = (() => {
|
|
|
21538
21548
|
}, o = t10;
|
|
21539
21549
|
return (() => {
|
|
21540
21550
|
t10.\u0275fac = function(i2) {
|
|
21541
|
-
return new (i2 || t10)(_(B), _(
|
|
21551
|
+
return new (i2 || t10)(_(B), _(le2), _(Ha), _(dt2, 8));
|
|
21542
21552
|
};
|
|
21543
21553
|
})(), (() => {
|
|
21544
21554
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-drop-down"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -21563,7 +21573,7 @@ var $n = (() => {
|
|
|
21563
21573
|
})("closed", function() {
|
|
21564
21574
|
return r5.onToggleClosed();
|
|
21565
21575
|
}), f(1, "div", 1, 2), m5(3, F$, 2, 0, "ng-container", 3), x5()()), i2 & 2 && (U("width", r5.width), d(1), U("height", r5.height)("max-height", r5.maxHeight), H("id", r5.listId)("aria-labelledby", r5.labelledBy), d(2), u5("ngIf", !r5.collapsed));
|
|
21566
|
-
}, dependencies: [Lt,
|
|
21576
|
+
}, dependencies: [Lt, ae2], encapsulation: 2 });
|
|
21567
21577
|
})(), o;
|
|
21568
21578
|
})();
|
|
21569
21579
|
var N$ = ["container"];
|
|
@@ -21649,7 +21659,7 @@ var La = (() => {
|
|
|
21649
21659
|
}
|
|
21650
21660
|
}, inputs: { asMenuItem: "asMenuItem", iconName: "iconName", classNames: "classNames", iconSet: "iconSet", labelText: "labelText" }, outputs: { actionClick: "actionClick" }, standalone: true, features: [$5], decls: 3, vars: 1, consts: [[4, "ngIf"], ["menuItemTemplate", ""], ["igxButton", "icon", "igxRipple", "", 3, "title", "click", "mousedown"], [3, "family", "name", 4, "ngIf"], [3, "family", "name"], [3, "className"], ["container", ""], ["igxLabel", ""]], template: function(i2, r5) {
|
|
21651
21661
|
i2 & 1 && (m5(0, G$, 4, 3, "ng-container", 0), m5(1, U$, 1, 1, "ng-template", null, 1, V)), i2 & 2 && u5("ngIf", !r5.asMenuItem);
|
|
21652
|
-
}, dependencies: [
|
|
21662
|
+
}, dependencies: [ae2, Xe, qt, he], encapsulation: 2 });
|
|
21653
21663
|
})(), o;
|
|
21654
21664
|
})();
|
|
21655
21665
|
var Q$ = ["checkbox"];
|
|
@@ -21745,7 +21755,7 @@ var Ut = (() => {
|
|
|
21745
21755
|
}, o = t10;
|
|
21746
21756
|
return (() => {
|
|
21747
21757
|
t10.\u0275fac = function(i2) {
|
|
21748
|
-
return new (i2 || t10)(_(
|
|
21758
|
+
return new (i2 || t10)(_(le2), _(xt), _(dr, 10));
|
|
21749
21759
|
};
|
|
21750
21760
|
})(), (() => {
|
|
21751
21761
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-checkbox"]], viewQuery: function(i2, r5) {
|
|
@@ -21766,7 +21776,7 @@ var Ut = (() => {
|
|
|
21766
21776
|
return r5._onCheckboxChange(a);
|
|
21767
21777
|
})("blur", function() {
|
|
21768
21778
|
return r5.onBlur();
|
|
21769
|
-
}), x5(), f(2, "div", 2)(3, "span", 3, 4), nd(), f(5, "svg", 5), k5(6, "path", 6), x5()(), c1(), k5(7, "div", 7), x5(), f(8, "span", 8, 9),
|
|
21779
|
+
}), x5(), f(2, "div", 2)(3, "span", 3, 4), nd(), f(5, "svg", 5), k5(6, "path", 6), x5()(), c1(), k5(7, "div", 7), x5(), f(8, "span", 8, 9), se(10), x5()), i2 & 2 && (u5("id", r5.inputId)("name", r5.name)("value", r5.value)("tabindex", r5.tabindex)("disabled", r5.disabled)("indeterminate", r5.indeterminate)("checked", r5.checked)("required", r5.required), H("aria-required", r5.required)("aria-invalid", r5.invalid)("aria-checked", r5.ariaChecked)("aria-labelledby", r5.ariaLabel ? null : r5.ariaLabelledBy)("aria-label", r5.ariaLabel), d(2), u5("igxRippleDisabled", r5.disableRipple)("igxRippleCentered", true)("igxRippleDuration", 300), d(6), si(r5.labelClass), u5("id", r5.labelId));
|
|
21770
21780
|
}, dependencies: [qt], encapsulation: 2 });
|
|
21771
21781
|
})(), o;
|
|
21772
21782
|
})();
|
|
@@ -21858,15 +21868,17 @@ var GS = class {
|
|
|
21858
21868
|
updateCell(t10, n) {
|
|
21859
21869
|
if (!this.cell)
|
|
21860
21870
|
return;
|
|
21861
|
-
let
|
|
21862
|
-
|
|
21863
|
-
let
|
|
21871
|
+
let r5 = this.grid.gridAPI.get_cell_by_index(this.cell.id.rowIndex, this.cell.column.field).nativeElement.getRootNode().activeElement;
|
|
21872
|
+
r5.blur();
|
|
21873
|
+
let s10 = this.grid.validation.getFormControl(this.cell.id.rowID, this.cell.column.field);
|
|
21874
|
+
this.grid.validationTrigger === "blur" && this.cell.pendingValue !== void 0 && (s10.setValue(this.cell.pendingValue), s10.markAsTouched()), this.grid.validationTrigger === "blur" && this.grid.tbody.nativeElement.focus({ preventScroll: true });
|
|
21875
|
+
let a;
|
|
21864
21876
|
if (this.cell.column.dataType === "date" && !Mn(this.cell.value) && Sl(Ie2.parseIsoDate(this.cell.value), this.cell.editValue))
|
|
21865
|
-
return
|
|
21877
|
+
return a = this.exitCellEdit(n), a;
|
|
21866
21878
|
if (Sl(this.cell.value, this.cell.editValue))
|
|
21867
|
-
return
|
|
21868
|
-
let
|
|
21869
|
-
return
|
|
21879
|
+
return a = this.exitCellEdit(n), a;
|
|
21880
|
+
let l10 = this.cellEdit(n);
|
|
21881
|
+
return l10.cancel ? (r5.focus(), l10) : (this.grid.gridAPI.update_cell(this.cell), a = this.cellEditDone(n, false), t10 && (a = this.exitCellEdit(n)), u(u({}, l10), a));
|
|
21870
21882
|
}
|
|
21871
21883
|
cellEditDone(t10, n) {
|
|
21872
21884
|
let e = this.cell.castToNumber(this.cell.editValue), i2 = this.cell.createDoneEditEventArgs(e, t10);
|
|
@@ -23005,7 +23017,7 @@ var oi = (() => {
|
|
|
23005
23017
|
}, o = t10;
|
|
23006
23018
|
return (() => {
|
|
23007
23019
|
t10.\u0275fac = function(i2) {
|
|
23008
|
-
return new (i2 || t10)(_(Me2), _(Zt2), _(B), _(
|
|
23020
|
+
return new (i2 || t10)(_(Me2), _(Zt2), _(B), _(le2));
|
|
23009
23021
|
};
|
|
23010
23022
|
})(), (() => {
|
|
23011
23023
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxRowBaseComponent", ""]], viewQuery: function(i2, r5) {
|
|
@@ -23163,7 +23175,7 @@ var Cn = (() => {
|
|
|
23163
23175
|
}, o = t10;
|
|
23164
23176
|
return (() => {
|
|
23165
23177
|
t10.\u0275fac = function(i2) {
|
|
23166
|
-
return new (i2 || t10)(_(Qe2), _(xt), _(dt2, 8), _(
|
|
23178
|
+
return new (i2 || t10)(_(Qe2), _(xt), _(dt2, 8), _(le2));
|
|
23167
23179
|
};
|
|
23168
23180
|
})(), (() => {
|
|
23169
23181
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-action-strip"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -23179,8 +23191,8 @@ var Cn = (() => {
|
|
|
23179
23191
|
}, hostVars: 4, hostBindings: function(i2, r5) {
|
|
23180
23192
|
i2 & 2 && (si(r5.hostClasses), U("display", r5.display));
|
|
23181
23193
|
}, inputs: { context: "context", hidden: "hidden", resourceStrings: "resourceStrings" }, standalone: true, features: [Y, $5], ngContentSelectors: aU, decls: 6, vars: 3, consts: [[1, "igx-action-strip__actions"], [4, "ngIf"], [3, "displayDensity"], ["dropdown", ""], ["class", "igx-action-strip__menu-item", 4, "ngFor", "ngForOf"], ["igxButton", "icon", "igxRipple", "", 3, "igxToggleAction", "overlaySettings", "title", "igxDropDownItemNavigation", "click"], [1, "igx-action-strip__menu-item"], [1, "igx-drop-down__item-template"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"]], template: function(i2, r5) {
|
|
23182
|
-
i2 & 1 && (Se(), f(0, "div", 0),
|
|
23183
|
-
}, dependencies: [
|
|
23194
|
+
i2 & 1 && (Se(), f(0, "div", 0), se(1, 0, ["#content", ""]), m5(2, nU, 4, 4, "ng-container", 1), f(3, "igx-drop-down", 2, 3), m5(5, sU, 3, 4, "igx-drop-down-item", 4), x5()()), i2 & 2 && (d(2), u5("ngIf", r5.menuItems.length > 0), d(1), u5("displayDensity", r5.displayDensity), d(2), u5("ngForOf", r5.menuItems));
|
|
23195
|
+
}, dependencies: [ae2, He2, Re2, Xe, qt, rf, Yn, he, $n, jn], encapsulation: 2 });
|
|
23184
23196
|
})(), o;
|
|
23185
23197
|
})();
|
|
23186
23198
|
var cU = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-labelledby="add-child-title add-child-desc"><title id="add-child-title">Add Item Icon</title><desc id="add-child-desc">A picture showing an item with a plus sign being added to container.</desc><path d="M22 12H7c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h15c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2zm-8 6h-2v2h-2v-2H8v-2h2v-2h2v2h2v2zm7-14c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h19m0-2H2C.9 2 0 2.9 0 4v4c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/></svg>';
|
|
@@ -24092,7 +24104,7 @@ var Oc = (() => {
|
|
|
24092
24104
|
i2 & 2 && J("igx-action-strip__editing-actions", r5.cssClass);
|
|
24093
24105
|
}, inputs: { addRow: "addRow", editRow: "editRow", deleteRow: "deleteRow", addChild: "addChild" }, standalone: true, features: [fe([{ provide: mr, useExisting: t10 }]), Y, $5], decls: 1, vars: 1, consts: [[4, "ngIf"], ["iconName", "edit", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconName", "add-row", "iconSet", "imx-icons", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconName", "add-child", "iconSet", "imx-icons", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["class", "igx-action-strip__delete", "classNames", "igx-action-strip__menu-item--danger", "iconName", "delete", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconName", "edit", 3, "asMenuItem", "labelText", "actionClick"], ["iconName", "add-row", "iconSet", "imx-icons", 3, "asMenuItem", "labelText", "actionClick"], ["iconName", "add-child", "iconSet", "imx-icons", 3, "asMenuItem", "labelText", "actionClick"], ["classNames", "igx-action-strip__menu-item--danger", "iconName", "delete", 1, "igx-action-strip__delete", 3, "asMenuItem", "labelText", "actionClick"]], template: function(i2, r5) {
|
|
24094
24106
|
i2 & 1 && m5(0, foe, 5, 4, "ng-container", 0), i2 & 2 && u5("ngIf", r5.isRowContext);
|
|
24095
|
-
}, dependencies: [
|
|
24107
|
+
}, dependencies: [ae2, La], encapsulation: 2 });
|
|
24096
24108
|
})(), o;
|
|
24097
24109
|
})();
|
|
24098
24110
|
function _oe(o, t10) {
|
|
@@ -24213,7 +24225,7 @@ var Nc = (() => {
|
|
|
24213
24225
|
i2 & 2 && J("igx-action-strip__pinning-actions", r5.cssClass);
|
|
24214
24226
|
}, standalone: true, features: [fe([{ provide: mr, useExisting: t10 }]), Y, $5], decls: 1, vars: 1, consts: [[4, "ngIf"], ["iconSet", "imx-icons", "iconName", "jump-down", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "imx-icons", "iconName", "jump-up", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "imx-icons", "iconName", "pin-left", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "imx-icons", "iconName", "unpin-left", 3, "asMenuItem", "labelText", "actionClick", 4, "ngIf"], ["iconSet", "imx-icons", "iconName", "jump-down", 3, "asMenuItem", "labelText", "actionClick"], ["iconSet", "imx-icons", "iconName", "jump-up", 3, "asMenuItem", "labelText", "actionClick"], ["iconSet", "imx-icons", "iconName", "pin-left", 3, "asMenuItem", "labelText", "actionClick"], ["iconSet", "imx-icons", "iconName", "unpin-left", 3, "asMenuItem", "labelText", "actionClick"]], template: function(i2, r5) {
|
|
24215
24227
|
i2 & 1 && m5(0, woe, 5, 4, "ng-container", 0), i2 & 2 && u5("ngIf", r5.isRowContext);
|
|
24216
|
-
}, dependencies: [
|
|
24228
|
+
}, dependencies: [ae2, La], encapsulation: 2 });
|
|
24217
24229
|
})(), o;
|
|
24218
24230
|
})();
|
|
24219
24231
|
var Soe = [Cn, Nh];
|
|
@@ -24254,13 +24266,13 @@ var ns = (() => {
|
|
|
24254
24266
|
}, o = t10;
|
|
24255
24267
|
return (() => {
|
|
24256
24268
|
t10.\u0275fac = function(i2) {
|
|
24257
|
-
return new (i2 || t10)(_(Hh), _(B), _(
|
|
24269
|
+
return new (i2 || t10)(_(Hh), _(B), _(le2));
|
|
24258
24270
|
};
|
|
24259
24271
|
})(), (() => {
|
|
24260
24272
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-expansion-panel-body"]], hostVars: 5, hostBindings: function(i2, r5) {
|
|
24261
24273
|
i2 & 2 && (H("role", r5.role)("aria-label", r5.label)("aria-labelledby", r5.labelledBy), J("igx-expansion-panel__body", r5.cssClass));
|
|
24262
24274
|
}, inputs: { role: "role", label: "label", labelledBy: "labelledBy" }, standalone: true, features: [$5], ngContentSelectors: Doe, decls: 1, vars: 0, template: function(i2, r5) {
|
|
24263
|
-
i2 & 1 && (Se(),
|
|
24275
|
+
i2 & 1 && (Se(), se(0));
|
|
24264
24276
|
}, encapsulation: 2 });
|
|
24265
24277
|
})(), o;
|
|
24266
24278
|
})();
|
|
@@ -24320,7 +24332,7 @@ var kl = (() => {
|
|
|
24320
24332
|
})(), o;
|
|
24321
24333
|
})();
|
|
24322
24334
|
function boe(o, t10) {
|
|
24323
|
-
o & 1 &&
|
|
24335
|
+
o & 1 && se(0, 3, ["*ngIf", "iconTemplate"]);
|
|
24324
24336
|
}
|
|
24325
24337
|
function Eoe(o, t10) {
|
|
24326
24338
|
if (o & 1 && (f(0, "igx-icon"), C(1), x5()), o & 2) {
|
|
@@ -24400,7 +24412,7 @@ var $s = (() => {
|
|
|
24400
24412
|
}, o = t10;
|
|
24401
24413
|
return (() => {
|
|
24402
24414
|
t10.\u0275fac = function(i2) {
|
|
24403
|
-
return new (i2 || t10)(_(Hh, 1), _(
|
|
24415
|
+
return new (i2 || t10)(_(Hh, 1), _(le2), _(B));
|
|
24404
24416
|
};
|
|
24405
24417
|
})(), (() => {
|
|
24406
24418
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-expansion-panel-header"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -24428,8 +24440,8 @@ var $s = (() => {
|
|
|
24428
24440
|
return r5.closePanel(a);
|
|
24429
24441
|
}), i2 & 2 && (H("aria-level", r5.lv)("role", r5.role), J("igx-expansion-panel__header", r5.cssClass)("igx-expansion-panel__header--expanded", r5.isExpanded)("igx-expansion-panel--disabled", r5.disabled));
|
|
24430
24442
|
}, inputs: { lv: "lv", role: "role", iconPosition: "iconPosition", disabled: "disabled" }, outputs: { interaction: "interaction" }, standalone: true, features: [$5], ngContentSelectors: Roe, decls: 8, vars: 9, consts: [["role", "button", 1, "igx-expansion-panel__header-inner"], [1, "igx-expansion-panel__title-wrapper"], [4, "ngIf"]], template: function(i2, r5) {
|
|
24431
|
-
i2 & 1 && (Se(Toe), f(0, "div", 0)(1, "div", 1),
|
|
24432
|
-
}, dependencies: [
|
|
24443
|
+
i2 & 1 && (Se(Toe), f(0, "div", 0)(1, "div", 1), se(2), se(3, 1), x5(), se(4, 2), f(5, "div"), m5(6, boe, 1, 0, "ng-content", 2), m5(7, Eoe, 2, 1, "igx-icon", 2), x5()()), i2 & 2 && (H("tabindex", r5.tabIndex)("id", r5.id)("aria-disabled", r5.disabled)("aria-expanded", r5.isExpanded)("aria-controls", r5.controls), d(5), si(r5.iconPositionClass), d(1), u5("ngIf", r5.iconTemplate), d(1), u5("ngIf", !r5.iconTemplate));
|
|
24444
|
+
}, dependencies: [ae2, he], encapsulation: 2 });
|
|
24433
24445
|
})(), o;
|
|
24434
24446
|
})();
|
|
24435
24447
|
var Ki = (() => (Ki = Ki || {}, Ki.OPEN = "open", Ki.CLOSE = "close", Ki))();
|
|
@@ -24513,7 +24525,7 @@ var df = (() => {
|
|
|
24513
24525
|
})(), o;
|
|
24514
24526
|
})();
|
|
24515
24527
|
function Moe(o, t10) {
|
|
24516
|
-
o & 1 &&
|
|
24528
|
+
o & 1 && se(0, 1, ["*ngIf", "!collapsed"]);
|
|
24517
24529
|
}
|
|
24518
24530
|
var Aoe = [[["igx-expansion-panel-header"]], [["igx-expansion-panel-body"]]];
|
|
24519
24531
|
var Poe = ["igx-expansion-panel-header", "igx-expansion-panel-body"];
|
|
@@ -24571,7 +24583,7 @@ var Us = (() => {
|
|
|
24571
24583
|
}, o = t10;
|
|
24572
24584
|
return (() => {
|
|
24573
24585
|
t10.\u0275fac = function(i2) {
|
|
24574
|
-
return new (i2 || t10)(_(eo), _(
|
|
24586
|
+
return new (i2 || t10)(_(eo), _(le2), _(B));
|
|
24575
24587
|
};
|
|
24576
24588
|
})(), (() => {
|
|
24577
24589
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-expansion-panel"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -24582,8 +24594,8 @@ var Us = (() => {
|
|
|
24582
24594
|
}, hostVars: 6, hostBindings: function(i2, r5) {
|
|
24583
24595
|
i2 & 2 && (H("id", r5.id)("aria-expanded", r5.panelExpanded), J("igx-expansion-panel", r5.cssClass)("igx-expansion-panel--expanded", r5.opened));
|
|
24584
24596
|
}, inputs: { animationSettings: "animationSettings", id: "id", collapsed: "collapsed" }, outputs: { collapsedChange: "collapsedChange", contentCollapsing: "contentCollapsing", contentCollapsed: "contentCollapsed", contentExpanding: "contentExpanding", contentExpanded: "contentExpanded" }, standalone: true, features: [fe([{ provide: Hh, useExisting: t10 }]), Y, $5], ngContentSelectors: Poe, decls: 2, vars: 1, consts: [[4, "ngIf"]], template: function(i2, r5) {
|
|
24585
|
-
i2 & 1 && (Se(Aoe),
|
|
24586
|
-
}, dependencies: [
|
|
24597
|
+
i2 & 1 && (Se(Aoe), se(0), m5(1, Moe, 1, 0, "ng-content", 0)), i2 & 2 && (d(1), u5("ngIf", !r5.collapsed));
|
|
24598
|
+
}, dependencies: [ae2], encapsulation: 2 });
|
|
24587
24599
|
})(), o;
|
|
24588
24600
|
})();
|
|
24589
24601
|
var X7 = [Us, $s, ns, Qu, Hc, kl];
|
|
@@ -24722,7 +24734,7 @@ var Bh = (() => {
|
|
|
24722
24734
|
}, o = t10;
|
|
24723
24735
|
return (() => {
|
|
24724
24736
|
t10.\u0275fac = function(i2) {
|
|
24725
|
-
return new (i2 || t10)(_(
|
|
24737
|
+
return new (i2 || t10)(_(le2));
|
|
24726
24738
|
};
|
|
24727
24739
|
})(), (() => {
|
|
24728
24740
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-accordion"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -24733,7 +24745,7 @@ var Bh = (() => {
|
|
|
24733
24745
|
}, hostVars: 5, hostBindings: function(i2, r5) {
|
|
24734
24746
|
i2 & 2 && (H("id", r5.id), U("display", r5.displayStyle), J("igx-accordion", r5.cssClass));
|
|
24735
24747
|
}, inputs: { id: "id", animationSettings: "animationSettings", singleBranchExpand: "singleBranchExpand" }, outputs: { panelExpanding: "panelExpanding", panelExpanded: "panelExpanded", panelCollapsing: "panelCollapsing", panelCollapsed: "panelCollapsed" }, standalone: true, features: [$5], ngContentSelectors: Voe, decls: 1, vars: 0, template: function(i2, r5) {
|
|
24736
|
-
i2 & 1 && (Se(Foe),
|
|
24748
|
+
i2 & 1 && (Se(Foe), se(0));
|
|
24737
24749
|
}, encapsulation: 2 });
|
|
24738
24750
|
})(), o;
|
|
24739
24751
|
})();
|
|
@@ -24787,7 +24799,7 @@ var qu = (() => {
|
|
|
24787
24799
|
i2 & 2 && (H("id", r5.id)("role", r5.role)("aria-label", r5.label)("aria-roledescription", r5.roleDescription), J("igx-badge", r5.cssClass)("igx-badge--square", r5._squareShape)("igx-badge--info", r5.infoClass)("igx-badge--success", r5.successClass)("igx-badge--warning", r5.warningClass)("igx-badge--error", r5.errorClass));
|
|
24788
24800
|
}, inputs: { id: "id", type: "type", value: "value", icon: "icon", shape: "shape" }, standalone: true, features: [$5], decls: 2, vars: 2, consts: [["class", "igx-badge__value", 4, "ngIf"], [4, "ngIf"], [1, "igx-badge__value"]], template: function(i2, r5) {
|
|
24789
24801
|
i2 & 1 && (m5(0, Hoe, 2, 1, "span", 0), m5(1, Loe, 2, 1, "igx-icon", 1)), i2 & 2 && (u5("ngIf", !r5.icon), d(1), u5("ngIf", r5.icon));
|
|
24790
|
-
}, dependencies: [
|
|
24802
|
+
}, dependencies: [ae2, he], encapsulation: 2 });
|
|
24791
24803
|
})(), o;
|
|
24792
24804
|
})();
|
|
24793
24805
|
function joe(o, t10) {
|
|
@@ -24890,7 +24902,7 @@ var lo = (() => {
|
|
|
24890
24902
|
}, o = t10;
|
|
24891
24903
|
return (() => {
|
|
24892
24904
|
t10.\u0275fac = function(i2) {
|
|
24893
|
-
return new (i2 || t10)(_(
|
|
24905
|
+
return new (i2 || t10)(_(le2), _(xt), _(dt2, 8));
|
|
24894
24906
|
};
|
|
24895
24907
|
})(), (() => {
|
|
24896
24908
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-buttongroup"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -24906,8 +24918,8 @@ var lo = (() => {
|
|
|
24906
24918
|
}, hostVars: 3, hostBindings: function(i2, r5) {
|
|
24907
24919
|
i2 & 2 && (H("id", r5.id), U("z-index", r5.zIndex));
|
|
24908
24920
|
}, inputs: { id: "id", itemContentCssClass: "itemContentCssClass", multiSelection: "multiSelection", values: "values", disabled: "disabled", alignment: "alignment" }, outputs: { selected: "selected", deselected: "deselected" }, standalone: true, features: [Y, $5], ngContentSelectors: Woe, decls: 3, vars: 3, consts: [["role", "group", 1, "igx-button-group"], ["type", "button", "igxButton", "flat", 3, "displayDensity", "selected", "disabled", "igxButtonColor", "igxButtonBackground", "igxLabel", "igxRipple", 4, "ngFor", "ngForOf"], ["type", "button", "igxButton", "flat", 3, "displayDensity", "selected", "disabled", "igxButtonColor", "igxButtonBackground", "igxLabel", "igxRipple"], [4, "ngIf"], ["class", "igx-button-group__button-text", 4, "ngIf"], [1, "igx-button-group__button-text"]], template: function(i2, r5) {
|
|
24909
|
-
i2 & 1 && (Se(), f(0, "div", 0), m5(1, Uoe, 4, 13, "button", 1),
|
|
24910
|
-
}, dependencies: [He2, Xe, qt,
|
|
24921
|
+
i2 & 1 && (Se(), f(0, "div", 0), m5(1, Uoe, 4, 13, "button", 1), se(2), x5()), i2 & 2 && (J("igx-button-group--vertical", r5.isVertical), d(1), u5("ngForOf", r5.values));
|
|
24922
|
+
}, dependencies: [He2, Xe, qt, ae2, he], encapsulation: 2 });
|
|
24911
24923
|
})(), o;
|
|
24912
24924
|
})();
|
|
24913
24925
|
var Ku = (() => {
|
|
@@ -25048,7 +25060,7 @@ var J7 = (() => {
|
|
|
25048
25060
|
}, inputs: { startScroll: "startScroll", stopScroll: "stopScroll" }, standalone: true });
|
|
25049
25061
|
})(), o;
|
|
25050
25062
|
})();
|
|
25051
|
-
var
|
|
25063
|
+
var _i = (() => (_i = _i || {}, _i[_i.After = 0] = "After", _i[_i.Before = 1] = "Before", _i[_i.Between = 2] = "Between", _i[_i.Specific = 3] = "Specific", _i[_i.Weekdays = 4] = "Weekdays", _i[_i.Weekends = 5] = "Weekends", _i))();
|
|
25052
25064
|
var Zi = je2({ SINGLE: "single", MULTI: "multi", RANGE: "range" });
|
|
25053
25065
|
var Gt = (() => (Gt = Gt || {}, Gt.PREV = "prev", Gt.NEXT = "next", Gt.NONE = "none", Gt))();
|
|
25054
25066
|
var $a = je2({ Month: "month", Year: "year", Decade: "decade" });
|
|
@@ -25077,30 +25089,30 @@ var Vl = (o, t10) => {
|
|
|
25077
25089
|
for (let e of t10) {
|
|
25078
25090
|
let i2 = e.dateRange ? e.dateRange.map((r5) => new Date(r5.getFullYear(), r5.getMonth(), r5.getDate())) : void 0;
|
|
25079
25091
|
switch (e.type) {
|
|
25080
|
-
case
|
|
25092
|
+
case _i.After:
|
|
25081
25093
|
if (n > i2[0].getTime())
|
|
25082
25094
|
return true;
|
|
25083
25095
|
break;
|
|
25084
|
-
case
|
|
25096
|
+
case _i.Before:
|
|
25085
25097
|
if (n < i2[0].getTime())
|
|
25086
25098
|
return true;
|
|
25087
25099
|
break;
|
|
25088
|
-
case
|
|
25100
|
+
case _i.Between:
|
|
25089
25101
|
let r5 = i2.map((g) => g.getTime()), s10 = Math.min(r5[0], r5[1]), a = Math.max(r5[0], r5[1]);
|
|
25090
25102
|
if (n >= s10 && n <= a)
|
|
25091
25103
|
return true;
|
|
25092
25104
|
break;
|
|
25093
|
-
case
|
|
25105
|
+
case _i.Specific:
|
|
25094
25106
|
let l10 = i2.map((g) => g.getTime());
|
|
25095
25107
|
for (let g of l10)
|
|
25096
25108
|
if (n === g)
|
|
25097
25109
|
return true;
|
|
25098
25110
|
break;
|
|
25099
|
-
case
|
|
25111
|
+
case _i.Weekdays:
|
|
25100
25112
|
if (o.getDay() % 6 !== 0)
|
|
25101
25113
|
return true;
|
|
25102
25114
|
break;
|
|
25103
|
-
case
|
|
25115
|
+
case _i.Weekends:
|
|
25104
25116
|
if (o.getDay() % 6 === 0)
|
|
25105
25117
|
return true;
|
|
25106
25118
|
break;
|
|
@@ -25754,7 +25766,7 @@ var Jn = class {
|
|
|
25754
25766
|
this._hammerManagers = [];
|
|
25755
25767
|
}
|
|
25756
25768
|
};
|
|
25757
|
-
var
|
|
25769
|
+
var vi = Jn;
|
|
25758
25770
|
(() => {
|
|
25759
25771
|
Jn.Hammer = typeof window < "u" ? window.Hammer : null;
|
|
25760
25772
|
})(), (() => {
|
|
@@ -25781,7 +25793,7 @@ function ose(o, t10) {
|
|
|
25781
25793
|
var sse = (() => {
|
|
25782
25794
|
let t10 = class extends _5 {
|
|
25783
25795
|
constructor() {
|
|
25784
|
-
super(...arguments), this.overrides = { pan: { direction:
|
|
25796
|
+
super(...arguments), this.overrides = { pan: { direction: vi.Hammer?.DIRECTION_VERTICAL, threshold: 1 } };
|
|
25785
25797
|
}
|
|
25786
25798
|
}, o = t10;
|
|
25787
25799
|
return (() => {
|
|
@@ -25973,7 +25985,7 @@ var uv = (() => {
|
|
|
25973
25985
|
return r5.onSelect(a);
|
|
25974
25986
|
}), i2 & 2 && J("igx-calendar__date--last", r5.isLastInRange)("igx-calendar__date--first", r5.isFirstInRange)("igx-calendar__date--selected", r5.isSelectedCSS)("igx-calendar__date--inactive", r5.isInactive)("igx-calendar__date--hidden", r5.isHidden)("igx-calendar__date--current", r5.isToday)("igx-calendar__date--weekend", r5.isWeekend)("igx-calendar__date--range", r5.isWithinRangeCSS)("igx-calendar__date--special", r5.isSpecial)("igx-calendar__date--disabled", r5.isDisabledCSS)("igx-calendar__date--single", r5.isSingleSelection);
|
|
25975
25987
|
}, inputs: { date: "date", selection: "selection", selected: "selected", disabledDates: "disabledDates", outOfRangeDates: "outOfRangeDates", specialDates: "specialDates", hideOutsideDays: "hideOutsideDays", isLastInRange: "isLastInRange", isFirstInRange: "isFirstInRange", isWithinRange: "isWithinRange" }, outputs: { dateSelection: "dateSelection" }, standalone: true, features: [$5], ngContentSelectors: lse, decls: 2, vars: 0, consts: [["aria-hidden", "true", 1, "igx-calendar__date-content"]], template: function(i2, r5) {
|
|
25976
|
-
i2 & 1 && (Se(), f(0, "span", 0),
|
|
25988
|
+
i2 & 1 && (Se(), f(0, "span", 0), se(1), x5());
|
|
25977
25989
|
}, encapsulation: 2 });
|
|
25978
25990
|
})(), o;
|
|
25979
25991
|
})();
|
|
@@ -26201,7 +26213,7 @@ var Od = (() => {
|
|
|
26201
26213
|
return this.isSingleSelection || !this.value ? false : Sl(this.value[0], e.date);
|
|
26202
26214
|
}
|
|
26203
26215
|
isWithinRange(e, i2, r5, s10) {
|
|
26204
|
-
return i2 && !(Array.isArray(this.value) && this.value.length > 1) ? false : (r5 = r5 || this.value[0], s10 = s10 || this.value[this.value.length - 1], Vl(e, [{ type:
|
|
26216
|
+
return i2 && !(Array.isArray(this.value) && this.value.length > 1) ? false : (r5 = r5 || this.value[0], s10 = s10 || this.value[this.value.length - 1], Vl(e, [{ type: _i.Between, dateRange: [r5, s10] }]));
|
|
26205
26217
|
}
|
|
26206
26218
|
focusActiveDate() {
|
|
26207
26219
|
let e = this.dates.find((i2) => i2.selected);
|
|
@@ -26220,7 +26232,7 @@ var Od = (() => {
|
|
|
26220
26232
|
let e = [];
|
|
26221
26233
|
this.dates.toArray().forEach((i2) => {
|
|
26222
26234
|
i2.isCurrentMonth || e.push(i2.date.date);
|
|
26223
|
-
}), this.outOfRangeDates = [{ type:
|
|
26235
|
+
}), this.outOfRangeDates = [{ type: _i.Specific, dateRange: e }];
|
|
26224
26236
|
}
|
|
26225
26237
|
getLastMonthView() {
|
|
26226
26238
|
let e = this;
|
|
@@ -26270,7 +26282,7 @@ var Od = (() => {
|
|
|
26270
26282
|
}), i2 & 2 && (H("id", r5.id), J("igx-calendar", r5.styleClass));
|
|
26271
26283
|
}, inputs: { id: "id", changeDaysView: "changeDaysView", showWeekNumbers: "showWeekNumbers", activeDate: "activeDate" }, outputs: { dateSelection: "dateSelection", viewChanging: "viewChanging", activeDateChange: "activeDateChange", monthsViewBlur: "monthsViewBlur" }, standalone: true, features: [fe([{ multi: true, provide: qi, useExisting: t10 }, { provide: gf, useClass: gf }]), Y, $5], decls: 4, vars: 4, consts: [["role", "row", 1, "igx-calendar__body-row"], ["role", "columnheader", "class", "igx-calendar__label igx-calendar__label--week-number", 4, "ngIf"], ["role", "columnheader", "class", "igx-calendar__label", 4, "ngFor", "ngForOf"], ["class", "igx-calendar__body-row", "role", "row", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["role", "columnheader", 1, "igx-calendar__label", "igx-calendar__label--week-number"], ["role", "columnheader", 1, "igx-calendar__label"], ["class", "igx-calendar__date igx-calendar__date--week-number", 4, "ngIf"], ["class", "igx-calendar__date", "role", "gridcell", 3, "date", "selection", "selected", "isLastInRange", "isFirstInRange", "isWithinRange", "disabledDates", "specialDates", "outOfRangeDates", "hideOutsideDays", "focus", "dateSelection", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "igx-calendar__date", "igx-calendar__date--week-number"], ["role", "rowheader", 1, "igx-calendar__date-content", "igx-calendar__date-content--week-number"], ["role", "gridcell", 1, "igx-calendar__date", 3, "date", "selection", "selected", "isLastInRange", "isFirstInRange", "isWithinRange", "disabledDates", "specialDates", "outOfRangeDates", "hideOutsideDays", "focus", "dateSelection"]], template: function(i2, r5) {
|
|
26272
26284
|
i2 & 1 && (f(0, "div", 0), m5(1, use, 3, 0, "div", 1), m5(2, pse, 3, 4, "span", 2), x5(), m5(3, mse, 3, 3, "div", 3)), i2 & 2 && (d(1), u5("ngIf", r5.showWeekNumbers), d(1), u5("ngForOf", r5.generateWeekHeader()), d(1), u5("ngForOf", r5.getCalendarMonth)("ngForTrackBy", r5.rowTracker));
|
|
26273
|
-
}, dependencies: [
|
|
26285
|
+
}, dependencies: [ae2, He2, uv, z1], encapsulation: 2 });
|
|
26274
26286
|
})(), o;
|
|
26275
26287
|
})();
|
|
26276
26288
|
var eR = (() => {
|
|
@@ -26745,7 +26757,7 @@ var Gh = (() => {
|
|
|
26745
26757
|
}, false, w1), i2 & 2 && (H("id", r5.id), J("igx-calendar--vertical", r5.styleVerticalClass)("igx-calendar", r5.styleClass));
|
|
26746
26758
|
}, inputs: { id: "id", hasHeader: "hasHeader", vertical: "vertical", monthsViewNumber: "monthsViewNumber", showWeekNumbers: "showWeekNumbers", animationAction: "animationAction" }, standalone: true, features: [fe([{ multi: true, provide: qi, useExisting: t10 }]), Y, $5], decls: 8, vars: 4, consts: [["defaultHeader", ""], ["defaultMonth", ""], ["aria-labelledby", "igx-aria-calendar-title-month igx-aria-calendar-title-year", "class", "igx-calendar__header", 4, "ngIf"], ["class", "igx-calendar__body", 3, "swiperight", "swipeleft", "pointerdown", 4, "ngIf"], [3, "date", "locale", "formatView", "monthFormat", "selected", 4, "ngIf"], [3, "date", "locale", "formatView", "yearFormat", "selected", 4, "ngIf"], ["class", "igx-calendar__aria-off-screen", "aria-live", "polite", 4, "ngIf"], ["tabindex", "0", "role", "button", 1, "igx-calendar-picker__date", 3, "keydown", "click"], ["monthsBtn", ""], ["yearsBtn", ""], ["aria-live", "polite", 1, "igx-calendar__aria-off-screen"], ["aria-labelledby", "igx-aria-calendar-title-month igx-aria-calendar-title-year", 1, "igx-calendar__header"], ["id", "igx-aria-calendar-title-year", 1, "igx-calendar__header-year"], ["id", "igx-aria-calendar-title-month", 1, "igx-calendar__header-date"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-calendar__body", 3, "swiperight", "swipeleft", "pointerdown"], [1, "igx-calendar-picker"], ["tabindex", "0", 1, "igx-calendar__aria-off-screen"], [4, "ngIf"], ["tabindex", "0", "role", "button", "data-action", "prev", "igxCalendarScrollMonth", "", 1, "igx-calendar-picker__prev", 3, "startScroll", "stopScroll", "ngStyle"], ["prevMonthBtn", ""], ["aria-hidden", "true"], ["class", "igx-calendar-picker__dates", 3, "width", 4, "ngFor", "ngForOf"], ["tabindex", "0", "role", "button", "data-action", "next", "igxCalendarScrollMonth", "", 1, "igx-calendar-picker__next", 3, "startScroll", "stopScroll", "ngStyle"], ["nextMonthBtn", ""], [2, "display", "flex"], ["role", "grid", 3, "changeDaysView", "selection", "locale", "value", "activeDate", "viewDate", "weekStart", "formatOptions", "formatViews", "disabledDates", "specialDates", "hideOutsideDays", "showWeekNumbers", "activeDateChange", "viewChanging", "dateSelection", "monthsViewBlur", 4, "ngFor", "ngForOf"], [1, "igx-calendar-picker__dates"], ["role", "grid", 3, "changeDaysView", "selection", "locale", "value", "activeDate", "viewDate", "weekStart", "formatOptions", "formatViews", "disabledDates", "specialDates", "hideOutsideDays", "showWeekNumbers", "activeDateChange", "viewChanging", "dateSelection", "monthsViewBlur"], ["days", ""], [3, "date", "locale", "formatView", "monthFormat", "selected"], ["months", ""], [3, "date", "locale", "formatView", "yearFormat", "selected"], ["decade", ""]], template: function(i2, r5) {
|
|
26747
26759
|
i2 & 1 && (m5(0, Ise, 4, 2, "ng-template", null, 0, V), m5(2, Dse, 9, 11, "ng-template", null, 1, V), m5(4, Ese, 5, 3, "header", 2), m5(5, Fse, 21, 29, "div", 3), m5(6, Vse, 2, 5, "igx-months-view", 4), m5(7, Ose, 2, 5, "igx-years-view", 5)), i2 & 2 && (d(4), u5("ngIf", r5.selection === "single" && r5.hasHeader), d(1), u5("ngIf", r5.isDefaultView), d(1), u5("ngIf", r5.isYearView), d(1), u5("ngIf", r5.isDecadeView));
|
|
26748
|
-
}, dependencies: [
|
|
26760
|
+
}, dependencies: [ae2, Re2, J7, ai, he, He2, Od, Xu, Zu, En, eR, tR], encapsulation: 2, data: { animation: [AI("animateView", [cm("void => 0", Tn(ki)), cm("void => *", Tn(hd, { params: { duration: ".2s", fromScale: 0.9 } }))]), AI("animateChange", [cm("* => prev", Tn(yl, { params: { fromPosition: "translateX(-30%)" } })), cm("* => next", Tn(md, { params: { fromPosition: "translateX(30%)" } }))])] } });
|
|
26749
26761
|
})(), o;
|
|
26750
26762
|
})();
|
|
26751
26763
|
var PQe = je2({ ELEVATED: "elevated", OUTLINED: "outlined" });
|
|
@@ -27022,7 +27034,7 @@ var ei = (() => {
|
|
|
27022
27034
|
}, o = t10;
|
|
27023
27035
|
return (() => {
|
|
27024
27036
|
t10.\u0275fac = function(i2) {
|
|
27025
|
-
return new (i2 || t10)(_(
|
|
27037
|
+
return new (i2 || t10)(_(le2), _(B), _(xt), _(dt2, 8));
|
|
27026
27038
|
};
|
|
27027
27039
|
})(), (() => {
|
|
27028
27040
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-chip"]], viewQuery: function(i2, r5) {
|
|
@@ -27055,8 +27067,8 @@ var ei = (() => {
|
|
|
27055
27067
|
return r5.onChipOverHandler(a);
|
|
27056
27068
|
})("dropped", function(a) {
|
|
27057
27069
|
return r5.onChipDrop(a);
|
|
27058
|
-
}), f(2, "div", 2, 3), m5(4, Qse, 2, 2, "div", 4),
|
|
27059
|
-
}, dependencies: [Pr, So, Oe2, Re2,
|
|
27070
|
+
}), f(2, "div", 2, 3), m5(4, Qse, 2, 2, "div", 4), se(5), x5(), f(6, "div", 5), se(7, 1), x5(), f(8, "div", 6), se(9, 2), m5(10, Kse, 2, 2, "div", 7), x5()(), m5(11, Yse, 2, 1, "ng-template", null, 8, V), m5(13, Xse, 2, 1, "ng-template", null, 9, V)), i2 & 2 && (U("visibility", r5.hideBaseElement ? "hidden" : "visible"), u5("igxDrag", ze(6, Jse, r5))("ghostClass", r5.ghostClass), d(4), u5("ngIf", r5.selected), d(6), u5("ngIf", r5.removable));
|
|
27071
|
+
}, dependencies: [Pr, So, Oe2, Re2, ae2, he], encapsulation: 2 });
|
|
27060
27072
|
})(), o;
|
|
27061
27073
|
})();
|
|
27062
27074
|
var nae = ["*"];
|
|
@@ -27131,7 +27143,7 @@ var co = (() => {
|
|
|
27131
27143
|
}, o = t10;
|
|
27132
27144
|
return (() => {
|
|
27133
27145
|
t10.\u0275fac = function(i2) {
|
|
27134
|
-
return new (i2 || t10)(_(
|
|
27146
|
+
return new (i2 || t10)(_(le2), _(B), _(ji));
|
|
27135
27147
|
};
|
|
27136
27148
|
})(), (() => {
|
|
27137
27149
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-chips-area"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -27142,7 +27154,7 @@ var co = (() => {
|
|
|
27142
27154
|
}, hostVars: 8, hostBindings: function(i2, r5) {
|
|
27143
27155
|
i2 & 2 && (H("role", r5.role)("aria-label", r5.ariaLabel), si(r5.hostClass), U("width", r5._widthToRem, "rem")("height", r5._heightToRem, "rem"));
|
|
27144
27156
|
}, inputs: { width: "width", height: "height" }, outputs: { reorder: "reorder", selectionChange: "selectionChange", moveStart: "moveStart", moveEnd: "moveEnd" }, standalone: true, features: [$5], ngContentSelectors: nae, decls: 1, vars: 0, template: function(i2, r5) {
|
|
27145
|
-
i2 & 1 && (Se(),
|
|
27157
|
+
i2 & 1 && (Se(), se(0));
|
|
27146
27158
|
}, encapsulation: 2 });
|
|
27147
27159
|
})(), o;
|
|
27148
27160
|
})();
|
|
@@ -27167,7 +27179,7 @@ var er = (() => {
|
|
|
27167
27179
|
return r5.onClick(a);
|
|
27168
27180
|
});
|
|
27169
27181
|
}, outputs: { clicked: "clicked" }, standalone: true, features: [$5], ngContentSelectors: yR, decls: 1, vars: 0, template: function(i2, r5) {
|
|
27170
|
-
i2 & 1 && (Se(),
|
|
27182
|
+
i2 & 1 && (Se(), se(0));
|
|
27171
27183
|
}, encapsulation: 2 });
|
|
27172
27184
|
})(), o;
|
|
27173
27185
|
})();
|
|
@@ -27183,7 +27195,7 @@ var Vr = (() => {
|
|
|
27183
27195
|
}();
|
|
27184
27196
|
})(), (() => {
|
|
27185
27197
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-picker-clear"]], standalone: true, features: [Y, $5], ngContentSelectors: yR, decls: 1, vars: 0, template: function(i2, r5) {
|
|
27186
|
-
i2 & 1 && (Se(),
|
|
27198
|
+
i2 & 1 && (Se(), se(0));
|
|
27187
27199
|
}, encapsulation: 2 });
|
|
27188
27200
|
})(), o;
|
|
27189
27201
|
})();
|
|
@@ -27286,7 +27298,7 @@ var iD = (() => {
|
|
|
27286
27298
|
let s10 = P(1);
|
|
27287
27299
|
d(3), u5("ngTemplateOutlet", (r5.pickerActions == null ? null : r5.pickerActions.template) || s10)("ngTemplateOutletContext", ze(2, fae, r5.calendar));
|
|
27288
27300
|
}
|
|
27289
|
-
}, dependencies: [
|
|
27301
|
+
}, dependencies: [ae2, Xe, qt, Gh, Re2], styles: ["[_nghost-%COMP%]{display:block}"] });
|
|
27290
27302
|
})(), o;
|
|
27291
27303
|
})();
|
|
27292
27304
|
var _f = (() => {
|
|
@@ -27434,7 +27446,7 @@ var fr = (() => {
|
|
|
27434
27446
|
return Object.assign({}, this._calendarFormat, this.calendarFormat);
|
|
27435
27447
|
}
|
|
27436
27448
|
constructor(e, i2, r5, s10, a, l10, c, p10, g) {
|
|
27437
|
-
super(e, i2, p10, g), this._overlayService = r5, this._injector = s10, this._renderer = a, this.platform = l10, this.cdr = c, this.displayMonthsCount = 1, this.headerOrientation = Xh.Horizontal, this.spinLoop = true, this.id = `igx-date-picker-${Cae++}`, this.readOnly = false, this.valueChange = new T(), this.validationFailed = new T(), this.displayValue = { transform: (v10) => this.formatter(v10) }, this._resourceStrings = Ht.DatePickerResourceStrings, this._ngControl = null, this._specialDates = null, this._disabledDates = null, this._overlaySubFilter = [
|
|
27449
|
+
super(e, i2, p10, g), this._overlayService = r5, this._injector = s10, this._renderer = a, this.platform = l10, this.cdr = c, this.displayMonthsCount = 1, this.headerOrientation = Xh.Horizontal, this.spinLoop = true, this.id = `igx-date-picker-${Cae++}`, this.readOnly = false, this.valueChange = new T(), this.validationFailed = new T(), this.displayValue = { transform: (v10) => this.formatter(v10) }, this._resourceStrings = Ht.DatePickerResourceStrings, this._ngControl = null, this._specialDates = null, this._disabledDates = null, this._overlaySubFilter = [gi((v10) => v10.id === this._overlayId), W(this._destroy$)], this._dropDownOverlaySettings = { target: this.inputGroupElement, closeOnOutsideClick: true, modal: false, closeOnEscape: true, scrollStrategy: new Yt(), positionStrategy: new Ii({ openAnimation: ki, closeAnimation: Rn }) }, 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 = bt2, this._onTouchedCallback = bt2, this._onValidatorChange = bt2, this.onStatusChanged = () => {
|
|
27438
27450
|
this.disabled = this._ngControl.disabled, this.updateValidity(), this.inputGroup.isRequired = this.required;
|
|
27439
27451
|
}, this.locale = this.locale || this._localeId;
|
|
27440
27452
|
}
|
|
@@ -27588,7 +27600,7 @@ var fr = (() => {
|
|
|
27588
27600
|
setDisabledDates() {
|
|
27589
27601
|
this._calendar.disabledDates = this.disabledDates ? [...this.disabledDates] : [];
|
|
27590
27602
|
let { minValue: e, maxValue: i2 } = this.getMinMaxDates();
|
|
27591
|
-
e && this._calendar.disabledDates.push({ type:
|
|
27603
|
+
e && this._calendar.disabledDates.push({ type: _i.Before, dateRange: [e] }), i2 && this._calendar.disabledDates.push({ type: _i.After, dateRange: [i2] });
|
|
27592
27604
|
}
|
|
27593
27605
|
_initializeCalendarContainer(e) {
|
|
27594
27606
|
this._calendar = e.calendar;
|
|
@@ -27610,7 +27622,7 @@ var fr = (() => {
|
|
|
27610
27622
|
}, o = t10;
|
|
27611
27623
|
return (() => {
|
|
27612
27624
|
t10.\u0275fac = function(i2) {
|
|
27613
|
-
return new (i2 || t10)(_(B), _(ni), _(ui), _(kt2), _(xt), _(_e2), _(
|
|
27625
|
+
return new (i2 || t10)(_(B), _(ni), _(ui), _(kt2), _(xt), _(_e2), _(le2), _(dt2, 8), _(Io, 8));
|
|
27614
27626
|
};
|
|
27615
27627
|
})(), (() => {
|
|
27616
27628
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-date-picker"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -27628,8 +27640,8 @@ var fr = (() => {
|
|
|
27628
27640
|
return r5.onKeyDown(a);
|
|
27629
27641
|
}), i2 & 2 && H("id", r5.id);
|
|
27630
27642
|
}, inputs: { hideOutsideDays: "hideOutsideDays", displayMonthsCount: "displayMonthsCount", showWeekNumbers: "showWeekNumbers", formatter: "formatter", headerOrientation: "headerOrientation", todayButtonLabel: "todayButtonLabel", cancelButtonLabel: "cancelButtonLabel", spinLoop: "spinLoop", spinDelta: "spinDelta", outlet: "outlet", id: "id", formatViews: "formatViews", disabledDates: "disabledDates", specialDates: "specialDates", calendarFormat: "calendarFormat", value: "value", minValue: "minValue", maxValue: "maxValue", resourceStrings: "resourceStrings", readOnly: "readOnly" }, outputs: { valueChange: "valueChange", validationFailed: "validationFailed" }, standalone: true, features: [fe([{ provide: qi, useExisting: t10, multi: true }, { provide: Vi, useExisting: t10, multi: true }]), Y, $5], ngContentSelectors: yae, decls: 12, vars: 19, consts: [[3, "displayDensity", "type", "suppressInputAutofocus"], [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"], [3, "title"]], template: function(i2, r5) {
|
|
27631
|
-
i2 & 1 && (Se(vae), f(0, "igx-input-group", 0), m5(1, xae, 3, 1, "igx-prefix", 1), k5(2, "input", 2), m5(3, _ae, 3, 0, "igx-suffix", 1), z(4, 3),
|
|
27632
|
-
}, dependencies: [
|
|
27643
|
+
i2 & 1 && (Se(vae), f(0, "igx-input-group", 0), m5(1, xae, 3, 1, "igx-prefix", 1), k5(2, "input", 2), m5(3, _ae, 3, 0, "igx-suffix", 1), z(4, 3), se(5), j3(), z(6, 4), se(7, 1), j3(), z(8, 5), se(9, 2), j3(), z(10, 6), se(11, 3), j3(), x5()), i2 & 2 && (u5("displayDensity", r5.displayDensity)("type", r5.type)("suppressInputAutofocus", true), d(1), u5("ngIf", !r5.toggleComponents.length), d(1), u5("displayValuePipe", r5.formatter ? r5.displayValue : null)("igxDateTimeEditor", r5.inputFormat)("displayFormat", r5.displayFormat)("minValue", r5.minValue)("maxValue", r5.maxValue)("spinDelta", r5.spinDelta)("spinLoop", r5.spinLoop)("disabled", r5.disabled)("placeholder", r5.placeholder)("readonly", !r5.isDropdown || r5.readOnly)("igxTextSelection", r5.isDropdown && !r5.readOnly)("locale", r5.locale), H("aria-expanded", !r5.collapsed)("aria-labelledby", r5.label == null ? null : r5.label.id), d(1), u5("ngIf", !r5.clearComponents.length && r5.value));
|
|
27644
|
+
}, dependencies: [ae2, At, Be, he, vt2, an, Gs, Ue], styles: ["[_nghost-%COMP%]{display:block}"] });
|
|
27633
27645
|
})(), o;
|
|
27634
27646
|
})();
|
|
27635
27647
|
var bo = (() => {
|
|
@@ -27674,7 +27686,7 @@ var rs = (() => {
|
|
|
27674
27686
|
}();
|
|
27675
27687
|
})(), (() => {
|
|
27676
27688
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-select-item"]], inputs: { text: "text" }, standalone: true, features: [Y, $5], ngContentSelectors: bae, decls: 2, vars: 0, consts: [[1, "igx-drop-down__inner"]], template: function(i2, r5) {
|
|
27677
|
-
i2 & 1 && (Se(), f(0, "span", 0),
|
|
27689
|
+
i2 & 1 && (Se(), f(0, "span", 0), se(1), x5());
|
|
27678
27690
|
}, encapsulation: 2 });
|
|
27679
27691
|
})(), o;
|
|
27680
27692
|
})();
|
|
@@ -27807,7 +27819,7 @@ function kae(o, t10) {
|
|
|
27807
27819
|
}
|
|
27808
27820
|
}
|
|
27809
27821
|
function Fae(o, t10) {
|
|
27810
|
-
o & 1 &&
|
|
27822
|
+
o & 1 && se(0, 5, ["*ngTemplateOutlet", "headerTemplate"]);
|
|
27811
27823
|
}
|
|
27812
27824
|
function Vae(o, t10) {
|
|
27813
27825
|
if (o & 1 && (f(0, "div", 16), m5(1, Fae, 1, 0, "ng-content", 17), x5()), o & 2) {
|
|
@@ -27991,7 +28003,7 @@ var Eo = (() => {
|
|
|
27991
28003
|
}, o = t10;
|
|
27992
28004
|
return (() => {
|
|
27993
28005
|
t10.\u0275fac = function(i2) {
|
|
27994
|
-
return new (i2 || t10)(_(B), _(
|
|
28006
|
+
return new (i2 || t10)(_(B), _(le2), _(Ha), _(ui), _(dt2, 8), _(Io, 8), _(kt2));
|
|
27995
28007
|
};
|
|
27996
28008
|
})(), (() => {
|
|
27997
28009
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-select"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -28009,11 +28021,11 @@ var Eo = (() => {
|
|
|
28009
28021
|
}, inputs: { placeholder: "placeholder", disabled: "disabled", overlaySettings: "overlaySettings", value: "value", type: "type" }, outputs: { opening: "opening", opened: "opened", closing: "closing", closed: "closed" }, standalone: true, features: [fe([{ provide: qi, useExisting: t10, multi: true }, { provide: Tl, useExisting: t10 }]), Y, $5], ngContentSelectors: Lae, decls: 21, vars: 18, consts: [[1, "input-group", 3, "type", "displayDensity", "click"], ["inputGroup", ""], ["ngProjectAs", "[igxLabel]", 5, ["", "igxLabel", ""]], ["ngProjectAs", "igx-prefix", 5, ["igx-prefix"]], ["type", "text", "igxInput", "", "readonly", "true", "role", "combobox", "aria-haspopup", "listbox", 1, "input", 3, "igxSelectItemNavigation", "disabled", "value", "blur", "focus"], ["input", ""], ["ngProjectAs", "igx-suffix", 5, ["igx-suffix"]], [1, "igx-select__toggle-button"], [4, "ngIf"], ["ngProjectAs", "igx-hint, [igxHint]", 5, ["igx-hint"]], ["igxToggle", "", 1, "igx-drop-down__list", 3, "mousedown", "appended", "opening", "opened", "closing", "closed"], ["class", "igx-drop-down__select-header", 4, "ngIf"], ["unselectable", "on", "role", "listbox", 1, "igx-drop-down__list-scroll"], ["scrollContainer", ""], ["class", "igx-drop-down__select-footer", 4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-drop-down__select-header"], [4, "ngTemplateOutlet"], [1, "igx-drop-down__select-footer"]], template: function(i2, r5) {
|
|
28010
28022
|
i2 & 1 && (Se(Hae), f(0, "igx-input-group", 0, 1), w5("click", function(a) {
|
|
28011
28023
|
return r5.inputGroupClick(a);
|
|
28012
|
-
}), z(2, 2),
|
|
28024
|
+
}), z(2, 2), se(3), j3(), z(4, 3), se(5, 1), j3(), f(6, "input", 4, 5), w5("blur", function() {
|
|
28013
28025
|
return r5.onBlur();
|
|
28014
28026
|
})("focus", function() {
|
|
28015
28027
|
return r5.onFocus();
|
|
28016
|
-
}), x5(), z(8, 6),
|
|
28028
|
+
}), x5(), z(8, 6), se(9, 2), j3(), f(10, "igx-suffix", 7), m5(11, Pae, 2, 4, "ng-container", 8), m5(12, kae, 2, 1, "igx-icon", 8), x5(), z(13, 9), se(14, 3), j3(), x5(), f(15, "div", 10), w5("mousedown", function(a) {
|
|
28017
28029
|
return r5.mousedownHandler(a);
|
|
28018
28030
|
})("appended", function(a) {
|
|
28019
28031
|
return r5.onToggleContentAppended(a);
|
|
@@ -28025,8 +28037,8 @@ var Eo = (() => {
|
|
|
28025
28037
|
return r5.handleClosing(a);
|
|
28026
28038
|
})("closed", function() {
|
|
28027
28039
|
return r5.handleClosed();
|
|
28028
|
-
}), m5(16, Vae, 2, 1, "div", 11), f(17, "div", 12, 13),
|
|
28029
|
-
}, dependencies: [At, vt2, SR, Ue,
|
|
28040
|
+
}), m5(16, Vae, 2, 1, "div", 11), f(17, "div", 12, 13), se(19, 4), x5(), m5(20, Nae, 2, 1, "div", 14), x5()), i2 & 2 && (u5("type", r5.type)("displayDensity", r5.displayDensity), d(6), u5("igxSelectItemNavigation", r5)("disabled", r5.disabled)("value", r5.selectionValue), H("placeholder", r5.placeholder)("aria-labelledby", r5.label == null ? null : r5.label.id)("aria-expanded", !r5.collapsed)("aria-owns", r5.listId)("aria-activedescendant", r5.collapsed || r5.focusedItem == null ? null : r5.focusedItem.id), d(5), u5("ngIf", r5.toggleIconTemplate), d(1), u5("ngIf", !r5.toggleIconTemplate), d(4), u5("ngIf", r5.headerTemplate), d(1), U("max-height", r5.maxHeight), H("id", r5.listId)("aria-labelledby", r5.label == null ? null : r5.label.id), d(3), u5("ngIf", r5.footerTemplate));
|
|
28041
|
+
}, dependencies: [At, vt2, SR, Ue, ae2, Re2, he, Lt], styles: ["[_nghost-%COMP%]{display:block}"] });
|
|
28030
28042
|
})(), o;
|
|
28031
28043
|
})();
|
|
28032
28044
|
function Gae(o, t10) {
|
|
@@ -28145,7 +28157,7 @@ var Mi = (() => {
|
|
|
28145
28157
|
}, o = t10;
|
|
28146
28158
|
return (() => {
|
|
28147
28159
|
t10.\u0275fac = function(i2) {
|
|
28148
|
-
return new (i2 || t10)(_(dt2, 8), _(B), _(
|
|
28160
|
+
return new (i2 || t10)(_(dt2, 8), _(B), _(le2));
|
|
28149
28161
|
};
|
|
28150
28162
|
})(), (() => {
|
|
28151
28163
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-paginator"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -28156,9 +28168,9 @@ var Mi = (() => {
|
|
|
28156
28168
|
}, hostVars: 6, hostBindings: function(i2, r5) {
|
|
28157
28169
|
i2 & 2 && J("igx-paginator--cosy", r5.classCosy)("igx-paginator--compact", r5.classCompact)("igx-paginator", r5.classComfortable);
|
|
28158
28170
|
}, inputs: { page: "page", perPage: "perPage", totalRecords: "totalRecords", selectOptions: "selectOptions", overlaySettings: "overlaySettings", resourceStrings: "resourceStrings" }, outputs: { perPageChange: "perPageChange", pageChange: "pageChange", paging: "paging", pagingDone: "pagingDone" }, standalone: true, features: [Y, $5], ngContentSelectors: $ae, decls: 3, vars: 2, consts: [[4, "ngIf"]], template: function(i2, r5) {
|
|
28159
|
-
i2 & 1 && (Se(jae),
|
|
28171
|
+
i2 & 1 && (Se(jae), se(0), m5(1, Gae, 1, 0, "igx-page-size", 0), m5(2, zae, 1, 0, "igx-page-nav", 0)), i2 & 2 && (d(1), u5("ngIf", !r5.customContent), d(1), u5("ngIf", !r5.customContent));
|
|
28160
28172
|
}, dependencies: function() {
|
|
28161
|
-
return [
|
|
28173
|
+
return [ae2, ss, as];
|
|
28162
28174
|
}, encapsulation: 2 });
|
|
28163
28175
|
})(), o;
|
|
28164
28176
|
})();
|
|
@@ -28328,7 +28340,7 @@ var Ji = (() => {
|
|
|
28328
28340
|
d(1), u5("ngIf", r5.title), d(1), u5("ngIf", !r5.hideFilter), d(1), U("max-height", r5.columnsAreaMaxHeight), d(1), u5("ngForOf", de(5, 9, de(6, 13, de(7, 17, (s10 = r5.grid) == null ? null : s10._columns, r5.actionsDirective.actionEnabledColumnsFilter, r5.pipeTrigger), r5.filterCriteria, r5.pipeTrigger), r5.columnDisplayOrder, r5.pipeTrigger)), d(5), u5("disabled", r5.uncheckAllDisabled), d(1), Q(r5.uncheckAllText), d(1), u5("disabled", r5.checkAllDisabled), d(1), Q(r5.checkAllText);
|
|
28329
28341
|
}
|
|
28330
28342
|
}, dependencies: function() {
|
|
28331
|
-
return [
|
|
28343
|
+
return [ae2, At, yo, Qn, qn, Xo, vt2, He2, Ut, Xe, qt, Yae, Xae, Zae];
|
|
28332
28344
|
}, encapsulation: 2 });
|
|
28333
28345
|
})(), o;
|
|
28334
28346
|
})();
|
|
@@ -28514,7 +28526,7 @@ function zt() {
|
|
|
28514
28526
|
}, n;
|
|
28515
28527
|
};
|
|
28516
28528
|
}
|
|
28517
|
-
function
|
|
28529
|
+
function yi(o = false) {
|
|
28518
28530
|
return (t10, n, e) => {
|
|
28519
28531
|
let i2 = `__${n}`;
|
|
28520
28532
|
e = e || { enumerable: true, configurable: true };
|
|
@@ -28665,7 +28677,7 @@ var gs = (() => {
|
|
|
28665
28677
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxSummary", ""]], standalone: true });
|
|
28666
28678
|
})(), o;
|
|
28667
28679
|
})();
|
|
28668
|
-
var
|
|
28680
|
+
var Ci = (() => (Ci = Ci || {}, Ci[Ci.BeforeDropTarget = 0] = "BeforeDropTarget", Ci[Ci.AfterDropTarget = 1] = "AfterDropTarget", Ci))();
|
|
28669
28681
|
var Zh = (() => {
|
|
28670
28682
|
let t10 = class {
|
|
28671
28683
|
}, o = t10;
|
|
@@ -29075,7 +29087,7 @@ var Jh = class {
|
|
|
29075
29087
|
break;
|
|
29076
29088
|
case te2.String:
|
|
29077
29089
|
default:
|
|
29078
|
-
this.filters =
|
|
29090
|
+
this.filters = xi.instance();
|
|
29079
29091
|
break;
|
|
29080
29092
|
}
|
|
29081
29093
|
}
|
|
@@ -29186,7 +29198,7 @@ var Jh = class {
|
|
|
29186
29198
|
let n, e = this.grid.columns.filter((l10) => l10.visibleIndex > -1), i2 = e.map((l10) => l10.visibleIndex).reduce((l10, c) => Math.max(l10, c)), r5 = this.parent, s10 = this.visibleIndex < t10;
|
|
29187
29199
|
if (t10 === this.visibleIndex || t10 < 0 || t10 > i2 || (r5 && (e = e.filter((l10) => l10.level >= this.level && l10 !== this && l10.parent !== this && l10.topLevelParent === this.topLevelParent)), s10 ? (e = e.filter((l10) => l10.visibleIndex > this.visibleIndex), n = e.find((l10) => l10.level === this.level && l10.visibleIndex + l10.calcChildren() - this.calcChildren() === t10)) : (e = e.filter((l10) => l10.visibleIndex < this.visibleIndex), n = e.find((l10) => l10.level === this.level && l10.visibleIndex === t10)), !n || n.pinned && this.disablePinning))
|
|
29188
29200
|
return;
|
|
29189
|
-
let a = s10 ?
|
|
29201
|
+
let a = s10 ? Ci.AfterDropTarget : Ci.BeforeDropTarget;
|
|
29190
29202
|
this.grid.moveColumn(this, n, a);
|
|
29191
29203
|
}
|
|
29192
29204
|
calcChildren() {
|
|
@@ -29292,7 +29304,7 @@ var Jh = class {
|
|
|
29292
29304
|
var ve = Jh;
|
|
29293
29305
|
(() => {
|
|
29294
29306
|
Jh.\u0275fac = function(n) {
|
|
29295
|
-
return new (n || Jh)(_(Me2), _(Vi, 10), _(
|
|
29307
|
+
return new (n || Jh)(_(Me2), _(Vi, 10), _(le2), _(_e2));
|
|
29296
29308
|
};
|
|
29297
29309
|
})(), (() => {
|
|
29298
29310
|
Jh.\u0275cmp = G({ type: Jh, selectors: [["igx-column"]], contentQueries: function(n, e, i2) {
|
|
@@ -29303,43 +29315,43 @@ var ve = Jh;
|
|
|
29303
29315
|
}, inputs: { field: "field", header: "header", title: "title", sortable: "sortable", selectable: "selectable", groupable: "groupable", editable: "editable", filterable: "filterable", resizable: "resizable", autosizeHeader: "autosizeHeader", hasSummary: "hasSummary", hidden: "hidden", disableHiding: "disableHiding", disablePinning: "disablePinning", movable: "movable", width: "width", maxWidth: "maxWidth", headerClasses: "headerClasses", headerStyles: "headerStyles", headerGroupClasses: "headerGroupClasses", headerGroupStyles: "headerGroupStyles", cellClasses: "cellClasses", cellStyles: "cellStyles", formatter: "formatter", summaryFormatter: "summaryFormatter", filteringIgnoreCase: "filteringIgnoreCase", sortingIgnoreCase: "sortingIgnoreCase", searchable: "searchable", dataType: "dataType", collapsibleIndicatorTemplate: "collapsibleIndicatorTemplate", rowEnd: "rowEnd", colEnd: "colEnd", rowStart: "rowStart", colStart: "colStart", additionalTemplateContext: "additionalTemplateContext", minWidth: "minWidth", pinned: "pinned", summaries: "summaries", filters: "filters", sortStrategy: "sortStrategy", groupingComparer: "groupingComparer", summaryTemplate: "summaryTemplate", bodyTemplate: ["cellTemplate", "bodyTemplate"], headerTemplate: "headerTemplate", inlineEditorTemplate: ["cellEditorTemplate", "inlineEditorTemplate"], errorTemplate: "errorTemplate", filterCellTemplate: "filterCellTemplate", visibleWhenCollapsed: "visibleWhenCollapsed", pipeArgs: "pipeArgs" }, outputs: { hiddenChange: "hiddenChange", expandedChange: "expandedChange", collapsibleChange: "collapsibleChange", visibleWhenCollapsedChange: "visibleWhenCollapsedChange", columnChange: "columnChange", widthChange: "widthChange", pinnedChange: "pinnedChange" }, standalone: true, features: [$5], decls: 0, vars: 0, template: function(n, e) {
|
|
29304
29316
|
}, encapsulation: 2, changeDetection: 0 });
|
|
29305
29317
|
})();
|
|
29306
|
-
We([
|
|
29307
|
-
We([
|
|
29318
|
+
We([yi(), zt()], ve.prototype, "header", void 0);
|
|
29319
|
+
We([yi(), zt()], ve.prototype, "title", void 0);
|
|
29308
29320
|
We([zt()], ve.prototype, "sortable", void 0);
|
|
29309
29321
|
We([zt()], ve.prototype, "selectable", null);
|
|
29310
|
-
We([
|
|
29322
|
+
We([yi(true), zt()], ve.prototype, "groupable", null);
|
|
29311
29323
|
We([zt()], ve.prototype, "editable", null);
|
|
29312
|
-
We([
|
|
29324
|
+
We([yi(), zt()], ve.prototype, "filterable", void 0);
|
|
29313
29325
|
We([zt()], ve.prototype, "resizable", void 0);
|
|
29314
29326
|
We([zt()], ve.prototype, "autosizeHeader", void 0);
|
|
29315
|
-
We([
|
|
29316
|
-
We([
|
|
29317
|
-
We([
|
|
29318
|
-
We([
|
|
29319
|
-
We([
|
|
29327
|
+
We([yi(true), zt()], ve.prototype, "hasSummary", null);
|
|
29328
|
+
We([yi(true), zt()], ve.prototype, "hidden", null);
|
|
29329
|
+
We([yi(), zt()], ve.prototype, "disableHiding", void 0);
|
|
29330
|
+
We([yi(), zt()], ve.prototype, "disablePinning", void 0);
|
|
29331
|
+
We([yi(true), zt()], ve.prototype, "width", null);
|
|
29320
29332
|
We([zt()], ve.prototype, "maxWidth", void 0);
|
|
29321
|
-
We([
|
|
29322
|
-
We([
|
|
29323
|
-
We([
|
|
29324
|
-
We([
|
|
29325
|
-
We([
|
|
29326
|
-
We([
|
|
29327
|
-
We([
|
|
29328
|
-
We([
|
|
29333
|
+
We([yi(), zt()], ve.prototype, "headerClasses", void 0);
|
|
29334
|
+
We([yi(), zt()], ve.prototype, "headerStyles", void 0);
|
|
29335
|
+
We([yi(), zt()], ve.prototype, "headerGroupClasses", void 0);
|
|
29336
|
+
We([yi(), zt()], ve.prototype, "headerGroupStyles", void 0);
|
|
29337
|
+
We([yi(), zt()], ve.prototype, "cellClasses", void 0);
|
|
29338
|
+
We([yi(), zt()], ve.prototype, "cellStyles", void 0);
|
|
29339
|
+
We([yi(), zt()], ve.prototype, "formatter", void 0);
|
|
29340
|
+
We([yi(), zt()], ve.prototype, "summaryFormatter", void 0);
|
|
29329
29341
|
We([zt()], ve.prototype, "filteringIgnoreCase", void 0);
|
|
29330
29342
|
We([zt()], ve.prototype, "sortingIgnoreCase", void 0);
|
|
29331
|
-
We([
|
|
29332
|
-
We([
|
|
29343
|
+
We([yi(), zt()], ve.prototype, "searchable", void 0);
|
|
29344
|
+
We([yi(), zt()], ve.prototype, "minWidth", null);
|
|
29333
29345
|
We([zt()], ve.prototype, "pinned", null);
|
|
29334
|
-
We([
|
|
29335
|
-
We([
|
|
29336
|
-
We([
|
|
29337
|
-
We([
|
|
29338
|
-
We([
|
|
29339
|
-
We([
|
|
29340
|
-
We([
|
|
29341
|
-
We([
|
|
29342
|
-
We([
|
|
29346
|
+
We([yi(true), zt()], ve.prototype, "summaries", null);
|
|
29347
|
+
We([yi(), zt()], ve.prototype, "summaryTemplate", null);
|
|
29348
|
+
We([yi(), zt()], ve.prototype, "bodyTemplate", null);
|
|
29349
|
+
We([yi(), zt()], ve.prototype, "headerTemplate", null);
|
|
29350
|
+
We([yi(), zt()], ve.prototype, "inlineEditorTemplate", null);
|
|
29351
|
+
We([yi(), zt()], ve.prototype, "errorTemplate", null);
|
|
29352
|
+
We([yi(), zt()], ve.prototype, "filterCellTemplate", null);
|
|
29353
|
+
We([yi(true)], ve.prototype, "visibleWhenCollapsed", null);
|
|
29354
|
+
We([yi(), zt()], ve.prototype, "pipeArgs", null);
|
|
29343
29355
|
var nle = [[["igx-column"], ["igc-column"], ["igx-column-group"], ["igc-column-group"]]];
|
|
29344
29356
|
var rle = ["igx-column,igc-column,igx-column-group,igc-column-group"];
|
|
29345
29357
|
var Si = (() => {
|
|
@@ -29458,8 +29470,8 @@ var Si = (() => {
|
|
|
29458
29470
|
let a;
|
|
29459
29471
|
D(a = b()) && (r5.children = a);
|
|
29460
29472
|
}
|
|
29461
|
-
}, inputs: { collapsible: "collapsible", expanded: "expanded", summaries: "summaries", searchable: "searchable", filters: "filters", collapsibleIndicatorTemplate: "collapsibleIndicatorTemplate", hidden: "hidden" }, standalone: true, features: [fe([{ provide: ve, useExisting:
|
|
29462
|
-
i2 & 1 && (Se(nle), f(0, "div", 0, 1),
|
|
29473
|
+
}, inputs: { collapsible: "collapsible", expanded: "expanded", summaries: "summaries", searchable: "searchable", filters: "filters", collapsibleIndicatorTemplate: "collapsibleIndicatorTemplate", hidden: "hidden" }, standalone: true, features: [fe([{ provide: ve, useExisting: mi(() => t10) }]), Y, $5], ngContentSelectors: rle, decls: 3, vars: 0, consts: [[2, "display", "none"], ["sink", ""]], template: function(i2, r5) {
|
|
29474
|
+
i2 & 1 && (Se(nle), f(0, "div", 0, 1), se(2), x5());
|
|
29463
29475
|
}, encapsulation: 2, changeDetection: 0 });
|
|
29464
29476
|
})(), o;
|
|
29465
29477
|
})();
|
|
@@ -29533,8 +29545,8 @@ var uo = (() => {
|
|
|
29533
29545
|
};
|
|
29534
29546
|
}();
|
|
29535
29547
|
})(), (() => {
|
|
29536
|
-
t10.\u0275cmp = G({ type: t10, selectors: [["igx-column-layout"]], inputs: { hidden: "hidden" }, standalone: true, features: [fe([{ provide: ve, useExisting:
|
|
29537
|
-
i2 & 1 && (Se(ole), f(0, "div", 0, 1),
|
|
29548
|
+
t10.\u0275cmp = G({ type: t10, selectors: [["igx-column-layout"]], inputs: { hidden: "hidden" }, standalone: true, features: [fe([{ provide: ve, useExisting: mi(() => t10) }]), Y, $5], ngContentSelectors: sle, decls: 3, vars: 0, consts: [[2, "display", "none"], ["sink", ""]], template: function(i2, r5) {
|
|
29549
|
+
i2 & 1 && (Se(ole), f(0, "div", 0, 1), se(2), x5());
|
|
29538
29550
|
}, encapsulation: 2, changeDetection: 0 });
|
|
29539
29551
|
})(), o;
|
|
29540
29552
|
})();
|
|
@@ -29699,7 +29711,7 @@ var rD = (() => {
|
|
|
29699
29711
|
i2 !== 0 && this.nextItem(i2);
|
|
29700
29712
|
}
|
|
29701
29713
|
ngOnInit() {
|
|
29702
|
-
let e = { recognizers: [[
|
|
29714
|
+
let e = { recognizers: [[vi.Hammer?.Pan, { direction: vi.Hammer?.DIRECTION_VERTICAL, threshold: 10 }]] };
|
|
29703
29715
|
this.touchManager.addEventListener(this.elementRef.nativeElement, "pan", this.onPanMove, e);
|
|
29704
29716
|
}
|
|
29705
29717
|
ngOnDestroy() {
|
|
@@ -29728,7 +29740,7 @@ var rD = (() => {
|
|
|
29728
29740
|
}, o = t10;
|
|
29729
29741
|
return (() => {
|
|
29730
29742
|
t10.\u0275fac = function(i2) {
|
|
29731
|
-
return new (i2 || t10)(_(Nd), _(B), _(
|
|
29743
|
+
return new (i2 || t10)(_(Nd), _(B), _(vi));
|
|
29732
29744
|
};
|
|
29733
29745
|
})(), (() => {
|
|
29734
29746
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxItemList", ""]], hostVars: 11, hostBindings: function(i2, r5) {
|
|
@@ -29753,7 +29765,7 @@ var rD = (() => {
|
|
|
29753
29765
|
})("wheel", function(a) {
|
|
29754
29766
|
return r5.onScroll(a);
|
|
29755
29767
|
}), i2 & 2 && (H("tabindex", r5.tabindex), J("igx-time-picker__column", r5.defaultCSS)("igx-time-picker__hourList", r5.hourCSS)("igx-time-picker__minuteList", r5.minuteCSS)("igx-time-picker__secondsList", r5.secondsCSS)("igx-time-picker__ampmList", r5.ampmCSS));
|
|
29756
|
-
}, inputs: { type: ["igxItemList", "type"] }, standalone: true, features: [fe([
|
|
29768
|
+
}, inputs: { type: ["igxItemList", "type"] }, standalone: true, features: [fe([vi])] });
|
|
29757
29769
|
})(), o;
|
|
29758
29770
|
})();
|
|
29759
29771
|
var RR = (() => {
|
|
@@ -30499,7 +30511,7 @@ var xr = (() => {
|
|
|
30499
30511
|
}, o = t10;
|
|
30500
30512
|
return (() => {
|
|
30501
30513
|
t10.\u0275fac = function(i2) {
|
|
30502
|
-
return new (i2 || t10)(_(B), _(ni), _(dt2, 8), _(Io, 8), _(kt2), _(_e2), _(
|
|
30514
|
+
return new (i2 || t10)(_(B), _(ni), _(dt2, 8), _(Io, 8), _(kt2), _(_e2), _(le2));
|
|
30503
30515
|
};
|
|
30504
30516
|
})(), (() => {
|
|
30505
30517
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-time-picker"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -30519,11 +30531,11 @@ var xr = (() => {
|
|
|
30519
30531
|
}, inputs: { id: "id", displayFormat: "displayFormat", inputFormat: "inputFormat", mode: "mode", minValue: "minValue", maxValue: "maxValue", spinLoop: "spinLoop", formatter: "formatter", headerOrientation: "headerOrientation", readOnly: "readOnly", value: "value", resourceStrings: "resourceStrings", okButtonLabel: "okButtonLabel", cancelButtonLabel: "cancelButtonLabel", itemsDelta: "itemsDelta" }, outputs: { selected: "selected", valueChange: "valueChange", validationFailed: "validationFailed" }, standalone: true, features: [fe([{ provide: qi, useExisting: t10, multi: true }, { provide: Nd, useExisting: t10 }, { provide: Vi, useExisting: t10, multi: true }]), Y, $5], ngContentSelectors: kle, decls: 24, vars: 29, consts: [[3, "displayDensity", "type", "suppressInputAutofocus"], ["igxInput", "", "type", "text", "role", "combobox", "aria-haspopup", "dialog", 3, "displayValuePipe", "igxDateTimeEditor", "readonly", "minValue", "maxValue", "locale", "spinDelta", "spinLoop", "placeholder", "disabled", "displayFormat", "igxTextSelection", "click"], [3, "click", 4, "ngIf"], ["ngProjectAs", "[igxLabel]", 5, ["", "igxLabel", ""]], ["ngProjectAs", "igx-prefix", 5, ["igx-prefix"]], ["ngProjectAs", "igx-suffix", 5, ["igx-suffix"]], ["ngProjectAs", "igx-hint", 5, ["igx-hint"]], ["defaultTimePickerActions", ""], ["igxToggle", "", "role", "dialog", 1, "igx-time-picker", 3, "ngClass"], ["toggleDirective", "toggle"], ["class", "igx-time-picker__header", 4, "ngIf"], [1, "igx-time-picker__main"], [1, "igx-time-picker__body"], [3, "igxItemList", 4, "ngIf"], [4, "ngTemplateOutlet"], [3, "click"], [3, "title"], ["class", "igx-time-picker__buttons", 4, "ngIf"], [1, "igx-time-picker__buttons"], ["igxButton", "flat", 3, "click", 4, "ngIf"], ["igxButton", "flat", 3, "click"], [1, "igx-time-picker__header"], [1, "igx-time-picker__header-hour"], [3, "igxItemList"], ["hourList", ""], ["aria-label", "hour", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "hour", 3, "igxTimeItem"], ["timeItem", "timeItem"], ["minuteList", ""], ["aria-label", "minutes", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "minutes", 3, "igxTimeItem"], ["secondsList", ""], ["aria-label", "seconds", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "seconds", 3, "igxTimeItem"], ["ampmList", ""], ["aria-label", "ampm", 3, "igxTimeItem", 4, "ngFor", "ngForOf"], ["aria-label", "ampm", 3, "igxTimeItem"]], template: function(i2, r5) {
|
|
30520
30532
|
if (i2 & 1 && (Se(Ale), f(0, "igx-input-group", 0)(1, "input", 1), w5("click", function() {
|
|
30521
30533
|
return !r5.isDropdown && r5.toggle();
|
|
30522
|
-
}), x5(), m5(2, ule, 3, 1, "igx-prefix", 2), z(3, 3),
|
|
30534
|
+
}), x5(), m5(2, ule, 3, 1, "igx-prefix", 2), z(3, 3), se(4), j3(), z(5, 4), se(6, 1), j3(), m5(7, ple, 3, 0, "igx-suffix", 2), z(8, 5), se(9, 2), j3(), z(10, 6), se(11, 3), j3(), x5(), m5(12, fle, 1, 1, "ng-template", null, 7, V), f(14, "div", 8, 9), m5(16, xle, 5, 3, "div", 10), f(17, "div", 11)(18, "div", 12), m5(19, yle, 4, 13, "div", 13), m5(20, Ile, 4, 13, "div", 13), m5(21, ble, 4, 13, "div", 13), m5(22, Rle, 4, 13, "div", 13), x5(), m5(23, Mle, 1, 0, "ng-container", 14), x5()()), i2 & 2) {
|
|
30523
30535
|
let s10 = P(13), a = P(15);
|
|
30524
30536
|
u5("displayDensity", r5.displayDensity)("type", r5.type)("suppressInputAutofocus", r5.isDropdown), d(1), u5("displayValuePipe", r5.formatter ? r5.displayValue : null)("igxDateTimeEditor", r5.inputFormat)("readonly", !r5.isDropdown || r5.readOnly)("minValue", r5.minValue)("maxValue", r5.maxValue)("locale", r5.locale)("spinDelta", r5.itemsDelta)("spinLoop", r5.spinLoop)("placeholder", r5.placeholder)("disabled", r5.disabled)("displayFormat", r5.displayFormat)("igxTextSelection", r5.isDropdown && !r5.readOnly), H("aria-expanded", !a.collapsed)("aria-labelledby", r5.label == null ? null : r5.label.id), d(1), u5("ngIf", !r5.toggleComponents.length), d(5), u5("ngIf", r5.showClearButton), d(7), u5("ngClass", Nt2(26, Ple, r5.isDropdown, r5.isVertical && !r5.isDropdown)), d(2), u5("ngIf", !r5.isDropdown), d(3), u5("ngIf", r5.showHoursList), d(1), u5("ngIf", r5.showMinutesList), d(1), u5("ngIf", r5.showSecondsList), d(1), u5("ngIf", r5.showAmPmList), d(1), u5("ngTemplateOutlet", r5.timePickerActionsDirective ? r5.timePickerActionsDirective.template : s10);
|
|
30525
30537
|
}
|
|
30526
|
-
}, dependencies: [At, vt2, an, Gs,
|
|
30538
|
+
}, dependencies: [At, vt2, an, Gs, ae2, Be, he, Ue, Xe, Lt, Oe2, rD, He2, RR, Re2, MR, AR], styles: ["[_nghost-%COMP%]{display:block}"] });
|
|
30527
30539
|
})(), o;
|
|
30528
30540
|
})();
|
|
30529
30541
|
function Ole(o, t10) {
|
|
@@ -30551,8 +30563,8 @@ var Hd = (() => {
|
|
|
30551
30563
|
};
|
|
30552
30564
|
})(), (() => {
|
|
30553
30565
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-query-builder-header"]], inputs: { title: "title", showLegend: "showLegend", resourceStrings: "resourceStrings" }, standalone: true, features: [$5], ngContentSelectors: Nle, 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(i2, r5) {
|
|
30554
|
-
i2 & 1 && (Se(), f(0, "div", 0)(1, "div", 1), C(2),
|
|
30555
|
-
}, dependencies: [
|
|
30566
|
+
i2 & 1 && (Se(), f(0, "div", 0)(1, "div", 1), C(2), se(3), x5(), m5(4, Ole, 7, 2, "div", 2), x5()), i2 & 2 && (d(2), Z(" ", r5.title, " "), d(2), u5("ngIf", r5.showLegend));
|
|
30567
|
+
}, dependencies: [ae2], encapsulation: 2 });
|
|
30556
30568
|
})(), o;
|
|
30557
30569
|
})();
|
|
30558
30570
|
var Lle = ["fieldSelect"];
|
|
@@ -31220,7 +31232,7 @@ var ep = (() => {
|
|
|
31220
31232
|
break;
|
|
31221
31233
|
case Hs.String:
|
|
31222
31234
|
default:
|
|
31223
|
-
e.filters =
|
|
31235
|
+
e.filters = xi.instance();
|
|
31224
31236
|
break;
|
|
31225
31237
|
}
|
|
31226
31238
|
}
|
|
@@ -31352,7 +31364,7 @@ var ep = (() => {
|
|
|
31352
31364
|
}, o = t10;
|
|
31353
31365
|
return (() => {
|
|
31354
31366
|
t10.\u0275fac = function(i2) {
|
|
31355
|
-
return new (i2 || t10)(_(
|
|
31367
|
+
return new (i2 || t10)(_(le2), _(es), _(_e2), _(ni), _(dt2, 8));
|
|
31356
31368
|
};
|
|
31357
31369
|
})(), (() => {
|
|
31358
31370
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-query-builder"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -31368,7 +31380,7 @@ var ep = (() => {
|
|
|
31368
31380
|
}, hostVars: 4, hostBindings: function(i2, r5) {
|
|
31369
31381
|
i2 & 2 && (U("display", r5.display), J("igx-query-builder", r5.cssClass));
|
|
31370
31382
|
}, inputs: { fields: "fields", expressionTree: "expressionTree", locale: "locale", resourceStrings: "resourceStrings" }, outputs: { expressionTreeChange: "expressionTreeChange" }, standalone: true, features: [Y, $5], ngContentSelectors: Ece, decls: 20, vars: 9, consts: [[3, "title", 4, "ngIf"], [1, "igx-query-builder__main", 3, "scroll"], ["expressionsContainer", ""], [4, "ngIf"], ["addExpressionsTemplate", ""], ["filterOperandTemplate", ""], ["expressionTreeTemplate", ""], ["igxToggle", "", 1, "igx-filter-contextual-menu", 3, "ngClass", "keydown", "closed"], ["igxButton", "icon", 1, "igx-filter-contextual-menu__close-btn", 3, "click"], ["igxOverlayOutlet", "", 1, "igx-query-builder__outlet", 3, "pointerdown"], ["overlayOutlet", ""], [3, "title"], ["igxButton", "outlined", 3, "displayDensity", "click"], ["addRootAndGroupButton", ""], [1, "igx-filter-empty"], [1, "igx-filter-empty__title"], ["igxButton", "outlined", 3, "displayDensity", "disabled", "click"], ["addConditionButton", ""], ["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, "data", "displayDensity", "removable", "selected", "keydown", "click", "dblclick", "remove", "selectedChanged"], ["igxPrefix", "", 1, "igx-filter-tree__expression-column"], ["family", "imx-icons", 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"], ["tabindex", "0", 3, "keydown", "click", 4, "ngIf"], [1, "igx-filter-tree__inputs"], ["editingInputsContainer", ""], ["type", "box", 3, "displayDensity", "overlaySettings", "placeholder", "ngModel", "ngModelChange"], ["fieldSelect", ""], [3, "value", 4, "ngFor", "ngForOf"], ["type", "box", 3, "displayDensity", "overlaySettings", "placeholder", "ngModel", "disabled", "ngModelChange"], ["conditionSelect", ""], [3, "value", "text", 4, "ngFor", "ngForOf"], ["type", "box", 3, "displayDensity", 4, "ngIf"], ["type", "box", 3, "value", "readOnly", "displayDensity", "placeholder", "disabled", "locale", "outlet", "formatter", "displayFormat", "weekStart", "valueChange", "keydown", "click", 4, "ngIf"], ["type", "box", 3, "value", "displayDensity", "placeholder", "readOnly", "disabled", "locale", "outlet", "formatter", "inputFormat", "valueChange", "click", "keydown", 4, "ngIf"], ["type", "box", "type", "box", 3, "displayDensity", 4, "ngIf"], [1, "igx-filter-tree__inputs-actions"], ["igxButton", "icon", 3, "displayDensity", "disabled", "click"], ["igxButton", "icon", 3, "displayDensity", "click"], [3, "value"], [3, "value", "text"], [1, "igx-grid__filtering-dropdown-items"], [1, "igx-grid__filtering-dropdown-text"], ["type", "box", 3, "displayDensity"], ["igxInput", "", 3, "disabled", "type", "placeholder", "ngModel", "ngModelChange"], ["searchValueInput", ""], ["type", "box", 3, "value", "readOnly", "displayDensity", "placeholder", "disabled", "locale", "outlet", "formatter", "displayFormat", "weekStart", "valueChange", "keydown", "click"], ["picker", ""], ["type", "box", 3, "value", "displayDensity", "placeholder", "readOnly", "disabled", "locale", "outlet", "formatter", "inputFormat", "valueChange", "click", "keydown"], ["type", "box", "type", "box", 3, "displayDensity"], ["inputGroup", ""], ["igxInput", "", "tabindex", "0", 3, "placeholder", "ngModel", "disabled", "igxDateTimeEditor", "ngModelChange"], ["input", ""], [1, "igx-filter-tree__buttons"], ["addModeContainer", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-filter-tree"], ["tabindex", "0", 1, "igx-filter-tree__line", 3, "ngClass", "keydown", "click"], [1, "igx-filter-tree__expression"], [4, "ngFor", "ngForOf"], ["currentGroupButtonsContainer", ""], ["igxButton", "outlined", 3, "displayDensity", "disabled", "click", 4, "ngIf"], ["type", "outline", 3, "displayDensity", "multiSelection", "values", "selected"], ["family", "imx-icons", "name", "ungroup"], ["igxButton", "outlined", 1, "igx-filter-contextual-menu__delete-btn", 3, "displayDensity", "click"]], template: function(i2, r5) {
|
|
31371
|
-
i2 & 1 && (Se(Dce), m5(0, Yle, 1, 1, "igx-query-builder-header", 0),
|
|
31383
|
+
i2 & 1 && (Se(Dce), m5(0, Yle, 1, 1, "igx-query-builder-header", 0), se(1), f(2, "div", 1, 2), w5("scroll", function() {
|
|
31372
31384
|
return r5.onExpressionsScrolled();
|
|
31373
31385
|
}), m5(4, Xle, 15, 5, "ng-container", 3), m5(5, Zle, 16, 9, "ng-template", null, 4, V), m5(7, hce, 3, 3, "ng-template", null, 5, V), m5(9, yce, 5, 7, "ng-template", null, 6, V), m5(11, wce, 2, 2, "ng-container", 3), f(12, "div", 7), w5("keydown", function(a) {
|
|
31374
31386
|
return r5.onKeyDown(a);
|
|
@@ -31379,7 +31391,7 @@ var ep = (() => {
|
|
|
31379
31391
|
}), f(14, "igx-icon"), C(15, "close"), x5()(), m5(16, Ice, 11, 8, "ng-container", 3), m5(17, Sce, 7, 6, "ng-container", 3), x5()(), f(18, "div", 9, 10), w5("pointerdown", function(a) {
|
|
31380
31392
|
return r5.onOutletPointerDown(a);
|
|
31381
31393
|
}), x5()), i2 & 2 && (u5("ngIf", !r5.headerContent), d(4), u5("ngIf", !r5.rootGroup), d(7), u5("ngIf", r5.rootGroup), d(1), u5("ngClass", Nt2(6, bce, r5.displayDensity === "cosy", r5.displayDensity === "compact")), d(4), u5("ngIf", r5.contextualGroup), d(1), u5("ngIf", !r5.contextualGroup));
|
|
31382
|
-
}, dependencies: [
|
|
31394
|
+
}, dependencies: [ae2, Hd, Xe, he, ei, Be, Ue, Eo, yo, Qn, qn, Xo, He2, rs, At, vt2, fr, er, Vr, xr, an, Re2, Oe2, Lt, lo, yn, En, Fce], encapsulation: 2 });
|
|
31383
31395
|
})(), o;
|
|
31384
31396
|
})();
|
|
31385
31397
|
var Oce = ["queryBuilder"];
|
|
@@ -31492,7 +31504,7 @@ var ms = (() => {
|
|
|
31492
31504
|
}, o = t10;
|
|
31493
31505
|
return (() => {
|
|
31494
31506
|
t10.\u0275fac = function(i2) {
|
|
31495
|
-
return new (i2 || t10)(_(
|
|
31507
|
+
return new (i2 || t10)(_(le2), _(_e2));
|
|
31496
31508
|
};
|
|
31497
31509
|
})(), (() => {
|
|
31498
31510
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-advanced-filtering-dialog"]], viewQuery: function(i2, r5) {
|
|
@@ -31504,7 +31516,7 @@ var ms = (() => {
|
|
|
31504
31516
|
i2 & 2 && U("display", r5.display);
|
|
31505
31517
|
}, inputs: { grid: "grid" }, standalone: true, features: [$5], decls: 1, vars: 1, consts: [["class", "igx-advanced-filter", "igxDrag", "", 3, "ghost", "dragTolerance", "ngClass", "dragStart", "dragMove", "keydown", 4, "ngIf"], ["igxDrag", "", 1, "igx-advanced-filter", 3, "ghost", "dragTolerance", "ngClass", "dragStart", "dragMove", "keydown"], [3, "locale", "fields", "expressionTree"], ["queryBuilder", ""], ["igxDragHandle", "", 3, "title"], [1, "igx-excel-filter__secondary-footer"], [1, "igx-excel-filter__clear"], ["igxButton", "flat", "type", "button", 3, "displayDensity", "click"], [1, "igx-excel-filter__cancel"], [1, "igx-excel-filter__apply"], ["igxButton", "raised", "type", "button", 3, "displayDensity", "click"]], template: function(i2, r5) {
|
|
31506
31518
|
i2 & 1 && m5(0, Hce, 14, 17, "article", 0), i2 & 2 && u5("ngIf", r5.grid);
|
|
31507
|
-
}, dependencies: [
|
|
31519
|
+
}, dependencies: [ae2, So, Oe2, ep, Hd, Wu, Xe], encapsulation: 2 });
|
|
31508
31520
|
})(), o;
|
|
31509
31521
|
})();
|
|
31510
31522
|
var wn = (() => {
|
|
@@ -31515,7 +31527,7 @@ var wn = (() => {
|
|
|
31515
31527
|
}, o = t10;
|
|
31516
31528
|
return (() => {
|
|
31517
31529
|
t10.\u0275fac = function(i2) {
|
|
31518
|
-
return new (i2 || t10)(_(
|
|
31530
|
+
return new (i2 || t10)(_(le2), _(B), _(_e2));
|
|
31519
31531
|
};
|
|
31520
31532
|
})(), (() => {
|
|
31521
31533
|
t10.\u0275dir = N({ type: t10 });
|
|
@@ -31566,7 +31578,7 @@ var Qs = (() => {
|
|
|
31566
31578
|
})(), (() => {
|
|
31567
31579
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-clear-filters"]], standalone: true, features: [$5], decls: 1, vars: 1, consts: [["tabindex", "0", "role", "menuitem", 3, "ngClass", "keydown", "click", 4, "ngIf"], ["tabindex", "0", "role", "menuitem", 3, "ngClass", "keydown", "click"]], template: function(i2, r5) {
|
|
31568
31580
|
i2 & 1 && m5(0, Lce, 5, 3, "div", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
31569
|
-
}, dependencies: [
|
|
31581
|
+
}, dependencies: [ae2, Oe2, he], encapsulation: 2 });
|
|
31570
31582
|
})(), o;
|
|
31571
31583
|
})();
|
|
31572
31584
|
var Bce = ["overlayOutlet"];
|
|
@@ -31704,7 +31716,7 @@ var wf = (() => {
|
|
|
31704
31716
|
}, o = t10;
|
|
31705
31717
|
return (() => {
|
|
31706
31718
|
t10.\u0275fac = function(i2) {
|
|
31707
|
-
return new (i2 || t10)(_(
|
|
31719
|
+
return new (i2 || t10)(_(le2), _(_e2));
|
|
31708
31720
|
};
|
|
31709
31721
|
})(), (() => {
|
|
31710
31722
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-default-expression"]], viewQuery: function(i2, r5) {
|
|
@@ -31720,7 +31732,7 @@ var wf = (() => {
|
|
|
31720
31732
|
}), x5()(), m5(10, Qce, 3, 1, "button", 9), m5(11, qce, 8, 7, "igx-buttongroup", 10), f(12, "div", 11, 12), w5("pointerdown", function(a) {
|
|
31721
31733
|
return r5.onOutletPointerDown(a);
|
|
31722
31734
|
}), x5()), i2 & 2 && (u5("displayDensity", r5.displayDensity)("placeholder", r5.conditionsPlaceholder)("overlaySettings", r5.dropDownOverlaySettings), d(3), u5("ngIf", r5.expressionUI.expression.condition), d(1), u5("ngIf", !r5.expressionUI.expression.condition), d(1), u5("ngForOf", r5.conditions), d(1), u5("displayDensity", r5.displayDensity), d(2), u5("type", r5.type)("placeholder", r5.inputValuePlaceholder)("disabled", r5.expressionUI.expression.condition && r5.expressionUI.expression.condition.isUnary)("value", r5.expressionUI.expression.searchVal), d(2), u5("ngIf", !r5.isSingle), d(1), u5("ngIf", !r5.isLast));
|
|
31723
|
-
}, dependencies: [Eo, Be,
|
|
31735
|
+
}, dependencies: [Eo, Be, ae2, he, He2, rs, At, vt2, Xe, lo, yn], encapsulation: 2 });
|
|
31724
31736
|
})(), o;
|
|
31725
31737
|
})();
|
|
31726
31738
|
var Kce = ["input"];
|
|
@@ -31864,7 +31876,7 @@ var oD = (() => {
|
|
|
31864
31876
|
}), f(2, "igx-prefix"), m5(3, Xce, 1, 1, "igx-icon", 2), m5(4, Zce, 2, 0, "igx-icon", 3), x5(), m5(5, Jce, 4, 5, "igx-select-item", 4), x5(), m5(6, ede, 4, 10, "igx-date-picker", 5), m5(7, tde, 4, 10, "igx-time-picker", 6), m5(8, ide, 5, 5, "igx-input-group", 7), m5(9, nde, 3, 1, "button", 8), m5(10, rde, 8, 7, "igx-buttongroup", 9), f(11, "div", 10, 11), w5("pointerdown", function(a) {
|
|
31865
31877
|
return r5.onOutletPointerDown(a);
|
|
31866
31878
|
}), x5()), i2 & 2 && (u5("displayDensity", r5.displayDensity)("placeholder", r5.conditionsPlaceholder)("overlaySettings", r5.dropDownOverlaySettings), d(3), u5("ngIf", r5.expressionUI.expression.condition), d(1), u5("ngIf", !r5.expressionUI.expression.condition), d(1), u5("ngForOf", r5.conditions), d(1), u5("ngIf", r5.column.dataType === "date"), d(1), u5("ngIf", r5.column.dataType === "time"), d(1), u5("ngIf", r5.column.dataType === "dateTime"), d(1), u5("ngIf", !r5.isSingle), d(1), u5("ngIf", !r5.isLast));
|
|
31867
|
-
}, dependencies: [Eo, Be,
|
|
31879
|
+
}, dependencies: [Eo, Be, ae2, he, He2, rs, fr, er, Vr, xr, At, yo, Qn, qn, Xo, vt2, an, Xe, lo, yn], encapsulation: 2 });
|
|
31868
31880
|
})(), o;
|
|
31869
31881
|
})();
|
|
31870
31882
|
var tp = class {
|
|
@@ -32014,7 +32026,7 @@ var sD = (() => {
|
|
|
32014
32026
|
case te2.DateTime:
|
|
32015
32027
|
return $t.instance().condition(e);
|
|
32016
32028
|
default:
|
|
32017
|
-
return
|
|
32029
|
+
return xi.instance().condition(e);
|
|
32018
32030
|
}
|
|
32019
32031
|
}
|
|
32020
32032
|
markChildrenForCheck() {
|
|
@@ -32035,7 +32047,7 @@ var sD = (() => {
|
|
|
32035
32047
|
}, o = t10;
|
|
32036
32048
|
return (() => {
|
|
32037
32049
|
t10.\u0275fac = function(i2) {
|
|
32038
|
-
return new (i2 || t10)(_(ui), _(
|
|
32050
|
+
return new (i2 || t10)(_(ui), _(le2), _(_e2));
|
|
32039
32051
|
};
|
|
32040
32052
|
})(), (() => {
|
|
32041
32053
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-custom-dialog"]], viewQuery: function(i2, r5) {
|
|
@@ -32061,7 +32073,7 @@ var sD = (() => {
|
|
|
32061
32073
|
})("keydown", function(a) {
|
|
32062
32074
|
return r5.onApplyButtonKeyDown(a);
|
|
32063
32075
|
}), C(23), x5()()()()), i2 & 2 && (u5("ngClass", Nt2(13, hde, r5.grid.displayDensity === "cosy", r5.grid.displayDensity === "compact")), d(4), va(" ", r5.grid.resourceStrings.igx_grid_excel_custom_dialog_header, "", r5.column.header || r5.column.field, " "), d(3), u5("ngIf", r5.column.dataType === "date" || r5.column.dataType === "dateTime" || r5.column.dataType === "time"), d(1), u5("ngIf", r5.column.dataType !== "date" && r5.column.dataType !== "dateTime" && r5.column.dataType !== "time"), d(1), u5("displayDensity", r5.displayDensity), d(4), Q(r5.grid.resourceStrings.igx_grid_excel_custom_dialog_add), d(3), u5("displayDensity", r5.displayDensity), d(1), Z(" ", r5.grid.resourceStrings.igx_grid_excel_custom_dialog_clear, " "), d(2), u5("displayDensity", r5.displayDensity), d(1), Z(" ", r5.grid.resourceStrings.igx_grid_excel_cancel, " "), d(2), u5("displayDensity", r5.displayDensity), d(1), Z(" ", r5.grid.resourceStrings.igx_grid_excel_apply, " "));
|
|
32064
|
-
}, dependencies: [Lt, Oe2,
|
|
32076
|
+
}, dependencies: [Lt, Oe2, ae2, He2, oD, wf, Xe, he], encapsulation: 2 });
|
|
32065
32077
|
})(), o;
|
|
32066
32078
|
})();
|
|
32067
32079
|
var gde = ["customDialog"];
|
|
@@ -32175,7 +32187,7 @@ var qs = (() => {
|
|
|
32175
32187
|
}
|
|
32176
32188
|
}, standalone: true, features: [$5], decls: 1, vars: 1, consts: [[4, "ngIf"], ["tabindex", "0", "role", "menuitem", "aria-haspopup", "true", 1, "igx-excel-filter__actions-filter", 3, "igxDropDownItemNavigation", "keydown", "click"], [3, "maxHeight", "displayDensity", "allowItemsFocus", "selectionChanging", "closed"], ["subMenu", ""], [3, "value", 4, "ngFor", "ngForOf"], [3, "column", "filteringService", "overlayComponentId", "displayDensity"], ["customDialog", ""], [3, "value"], [1, "igx-grid__filtering-dropdown-items"], ["family", "imx-icons", 3, "name"], [1, "igx-grid__filtering-dropdown-text"]], template: function(i2, r5) {
|
|
32177
32189
|
i2 & 1 && m5(0, _de, 13, 11, "ng-container", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
32178
|
-
}, dependencies: [
|
|
32190
|
+
}, dependencies: [ae2, Yn, he, $n, He2, jn, sD], encapsulation: 2 });
|
|
32179
32191
|
})(), o;
|
|
32180
32192
|
})();
|
|
32181
32193
|
var eg = (() => {
|
|
@@ -32418,7 +32430,7 @@ var ir = (() => {
|
|
|
32418
32430
|
let s10 = P(8);
|
|
32419
32431
|
H("aria-valuemax", r5.max)("aria-valuenow", r5.value), d(6), u5("ngTemplateOutlet", r5.gradientTemplate ? r5.gradientTemplate.template : s10)("ngTemplateOutletContext", ze(5, Tde, r5.gradientId)), d(3), u5("ngIf", r5.textVisibility);
|
|
32420
32432
|
}
|
|
32421
|
-
}, dependencies: [Re2,
|
|
32433
|
+
}, dependencies: [Re2, ae2], encapsulation: 2 });
|
|
32422
32434
|
})(), o;
|
|
32423
32435
|
})();
|
|
32424
32436
|
var aD = (o, t10, n = 0) => Math.max(Math.min(o, t10), n);
|
|
@@ -32774,7 +32786,7 @@ function Gde(o, t10) {
|
|
|
32774
32786
|
o & 1 && m5(0, Bde, 0, 0, "ng-template");
|
|
32775
32787
|
}
|
|
32776
32788
|
function zde(o, t10) {
|
|
32777
|
-
o & 1 && (f(0, "div", 7, 8),
|
|
32789
|
+
o & 1 && (f(0, "div", 7, 8), se(2), x5());
|
|
32778
32790
|
}
|
|
32779
32791
|
function jde(o, t10) {
|
|
32780
32792
|
if (o & 1 && (f(0, "igx-icon"), C(1), x5()), o & 2) {
|
|
@@ -32861,7 +32873,7 @@ function tue(o, t10) {
|
|
|
32861
32873
|
I(n);
|
|
32862
32874
|
let i2 = h();
|
|
32863
32875
|
return S(i2.clearFocus());
|
|
32864
|
-
}), f(2, "div", 12), m5(3, Ude, 1, 0, "span", 13), x5(), m5(4, Kde, 2, 7, "span", 14), m5(5, Yde, 2, 3, "span", 15), m5(6, Zde, 2, 1, "div", 16), f(7, "div", 17),
|
|
32876
|
+
}), f(2, "div", 12), m5(3, Ude, 1, 0, "span", 13), x5(), m5(4, Kde, 2, 7, "span", 14), m5(5, Yde, 2, 3, "span", 15), m5(6, Zde, 2, 1, "div", 16), f(7, "div", 17), se(8, 1), x5()(), f(9, "div", 18), m5(10, Jde, 1, 0, "span", 13), k5(11, "div"), x5();
|
|
32865
32877
|
}
|
|
32866
32878
|
if (o & 2) {
|
|
32867
32879
|
let n = h();
|
|
@@ -33070,7 +33082,7 @@ var np = (() => {
|
|
|
33070
33082
|
}, o = t10;
|
|
33071
33083
|
return (() => {
|
|
33072
33084
|
t10.\u0275fac = function(i2) {
|
|
33073
|
-
return new (i2 || t10)(_(kv), _(jd), _(zd), _(ip), _(
|
|
33085
|
+
return new (i2 || t10)(_(kv), _(jd), _(zd), _(ip), _(le2), _(eo), _(B), _(Gd, 12));
|
|
33074
33086
|
};
|
|
33075
33087
|
})(), (() => {
|
|
33076
33088
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-tree-node"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -33090,7 +33102,7 @@ var np = (() => {
|
|
|
33090
33102
|
let s10 = P(1);
|
|
33091
33103
|
d(2), u5("ngTemplateOutlet", s10), d(1), u5("ngIf", r5.expanded && !r5.loading);
|
|
33092
33104
|
}
|
|
33093
|
-
}, dependencies: [Re2,
|
|
33105
|
+
}, dependencies: [Re2, ae2, he, Ut, Oe2, He2, ir], encapsulation: 2 });
|
|
33094
33106
|
})(), o;
|
|
33095
33107
|
})();
|
|
33096
33108
|
var lue = [[["igx-tree-node"]]];
|
|
@@ -33209,7 +33221,7 @@ var rp = (() => {
|
|
|
33209
33221
|
}, inputs: { selection: "selection", singleBranchExpand: "singleBranchExpand", animationSettings: "animationSettings" }, outputs: { nodeSelection: "nodeSelection", nodeExpanding: "nodeExpanding", nodeExpanded: "nodeExpanded", nodeCollapsing: "nodeCollapsing", nodeCollapsed: "nodeCollapsed", activeNodeChanged: "activeNodeChanged" }, standalone: true, features: [fe([zd, jd, ip, { provide: kv, useExisting: t10 }]), Y, $5], ngContentSelectors: cue, decls: 2, vars: 0, consts: [["role", "tree", 1, "igx-tree__root", 3, "keydown"]], template: function(i2, r5) {
|
|
33210
33222
|
i2 & 1 && (Se(lue), f(0, "div", 0), w5("keydown", function(a) {
|
|
33211
33223
|
return r5.handleKeydown(a);
|
|
33212
|
-
}),
|
|
33224
|
+
}), se(1), x5());
|
|
33213
33225
|
}, encapsulation: 2 });
|
|
33214
33226
|
})(), o;
|
|
33215
33227
|
})();
|
|
@@ -33305,16 +33317,16 @@ function xue(o, t10) {
|
|
|
33305
33317
|
}
|
|
33306
33318
|
}
|
|
33307
33319
|
function _ue(o, t10) {
|
|
33308
|
-
o & 1 &&
|
|
33320
|
+
o & 1 && se(0);
|
|
33309
33321
|
}
|
|
33310
33322
|
function vue(o, t10) {
|
|
33311
|
-
o & 1 && (f(0, "div", 12),
|
|
33323
|
+
o & 1 && (f(0, "div", 12), se(1, 1), x5());
|
|
33312
33324
|
}
|
|
33313
33325
|
function yue(o, t10) {
|
|
33314
|
-
o & 1 && (f(0, "div", 13),
|
|
33326
|
+
o & 1 && (f(0, "div", 13), se(1, 2), x5());
|
|
33315
33327
|
}
|
|
33316
33328
|
function Cue(o, t10) {
|
|
33317
|
-
o & 1 && (f(0, "div", 14),
|
|
33329
|
+
o & 1 && (f(0, "div", 14), se(1, 3), x5());
|
|
33318
33330
|
}
|
|
33319
33331
|
function wue(o, t10) {
|
|
33320
33332
|
o & 1 && q3(0);
|
|
@@ -33481,9 +33493,9 @@ var $c = (() => {
|
|
|
33481
33493
|
})("panend", function() {
|
|
33482
33494
|
return r5.panEnd();
|
|
33483
33495
|
}), i2 & 2 && (H("aria-label", r5.ariaLabel)("role", r5.role), U("touch-action", r5.touchAction)("display", r5.display), J("igx-list__header", r5.headerStyle)("igx-list__item-base", r5.innerStyle));
|
|
33484
|
-
}, inputs: { isHeader: "isHeader", hidden: "hidden", index: "index" }, standalone: true, features: [fe([
|
|
33496
|
+
}, inputs: { isHeader: "isHeader", hidden: "hidden", index: "index" }, standalone: true, features: [fe([vi]), $5], ngContentSelectors: Mue, decls: 12, vars: 4, consts: [["class", "igx-list__item-right", 3, "width", "height", 4, "ngIf"], ["class", "igx-list__item-left", 3, "width", "height", 4, "ngIf"], ["itemsContent", ""], ["itemThumbnails", ""], ["itemLines", ""], ["itemActions", ""], [4, "ngIf"], [1, "igx-list__item-right"], ["leftPanningTmpl", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-list__item-left"], ["rightPanningTmpl", ""], [1, "igx-list__item-thumbnail"], [1, "igx-list__item-lines"], [1, "igx-list__item-actions"], [4, "ngTemplateOutlet"], [1, "igx-list__item-content"]], template: function(i2, r5) {
|
|
33485
33497
|
i2 & 1 && (Se(Rue), m5(0, mue, 3, 6, "div", 0), m5(1, xue, 3, 6, "div", 1), m5(2, _ue, 1, 0, "ng-template", null, 2, V), m5(4, vue, 2, 0, "ng-template", null, 3, V), m5(6, yue, 2, 0, "ng-template", null, 4, V), m5(8, Cue, 2, 0, "ng-template", null, 5, V), m5(10, Iue, 2, 1, "ng-container", 6), m5(11, Tue, 6, 4, "ng-container", 6)), i2 & 2 && (u5("ngIf", !r5.isHeader && r5.list.listItemLeftPanningTemplate), d(1), u5("ngIf", !r5.isHeader && r5.list.listItemRightPanningTemplate), d(9), u5("ngIf", r5.isHeader), d(1), u5("ngIf", !r5.isHeader));
|
|
33486
|
-
}, dependencies: [
|
|
33498
|
+
}, dependencies: [ae2, Re2], encapsulation: 2, changeDetection: 0 });
|
|
33487
33499
|
})(), o;
|
|
33488
33500
|
})();
|
|
33489
33501
|
var Pue = ["defaultEmptyList"];
|
|
@@ -33579,8 +33591,8 @@ var $d = (() => {
|
|
|
33579
33591
|
}, hostVars: 10, hostBindings: function(i2, r5) {
|
|
33580
33592
|
i2 & 2 && (H("id", r5.id)("role", r5.role), J("igx-list--empty", r5.isListEmpty)("igx-list", r5.cssClass)("igx-list--compact", r5.cssClassCompact)("igx-list--cosy", r5.cssClassCosy));
|
|
33581
33593
|
}, inputs: { panEndTriggeringThreshold: "panEndTriggeringThreshold", id: "id", allowLeftPanning: "allowLeftPanning", allowRightPanning: "allowRightPanning", isLoading: "isLoading", resourceStrings: "resourceStrings" }, outputs: { leftPan: "leftPan", rightPan: "rightPan", startPan: "startPan", endPan: "endPan", resetPan: "resetPan", panStateChange: "panStateChange", itemClicked: "itemClicked" }, standalone: true, features: [fe([{ provide: Df, useExisting: t10 }]), Y, $5], ngContentSelectors: Hue, decls: 6, vars: 1, consts: [["defaultEmptyList", ""], ["defaultDataLoading", ""], [4, "ngIf"], [1, "igx-list__message"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"]], template: function(i2, r5) {
|
|
33582
|
-
i2 & 1 && (Se(),
|
|
33583
|
-
}, dependencies: [
|
|
33594
|
+
i2 & 1 && (Se(), se(0), m5(1, Fue, 2, 1, "ng-template", null, 0, V), m5(3, Vue, 2, 1, "ng-template", null, 1, V), m5(5, Nue, 2, 2, "ng-container", 2)), i2 & 2 && (d(5), u5("ngIf", !r5.children || r5.children.length === 0 || r5.isLoading));
|
|
33595
|
+
}, dependencies: [ae2, Re2], encapsulation: 2 });
|
|
33584
33596
|
})(), o;
|
|
33585
33597
|
})();
|
|
33586
33598
|
var Gue = ["input"];
|
|
@@ -33985,7 +33997,7 @@ var Or = (() => {
|
|
|
33985
33997
|
case te2.DateTime:
|
|
33986
33998
|
return $t.instance().condition(e);
|
|
33987
33999
|
default:
|
|
33988
|
-
return
|
|
34000
|
+
return xi.instance().condition(e);
|
|
33989
34001
|
}
|
|
33990
34002
|
}
|
|
33991
34003
|
rejectNonNumericalEntries() {
|
|
@@ -33997,7 +34009,7 @@ var Or = (() => {
|
|
|
33997
34009
|
t10.filterOptimizationThreshold = 2;
|
|
33998
34010
|
})(), (() => {
|
|
33999
34011
|
t10.\u0275fac = function(i2) {
|
|
34000
|
-
return new (i2 || t10)(_(
|
|
34012
|
+
return new (i2 || t10)(_(le2), _(wn), _(_e2));
|
|
34001
34013
|
};
|
|
34002
34014
|
})(), (() => {
|
|
34003
34015
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-search"]], viewQuery: function(i2, r5) {
|
|
@@ -34019,7 +34031,7 @@ var Or = (() => {
|
|
|
34019
34031
|
}), C(15), x5()(), f(16, "div", 12)(17, "button", 13), w5("click", function() {
|
|
34020
34032
|
return r5.applyFilter();
|
|
34021
34033
|
}), C(18), x5()()()), i2 & 2 && (u5("displayDensity", r5.esf.displayDensity), d(3), u5("ngModel", r5.searchValue)("placeholder", r5.esf.column == null ? null : r5.esf.column.grid.resourceStrings.igx_grid_excel_search_placeholder), d(2), u5("ngIf", r5.searchValue || r5.searchValue === 0), d(1), u5("ngIf", !r5.isHierarchical()), d(1), u5("ngIf", r5.isHierarchical()), d(7), u5("displayDensity", r5.esf.displayDensity), d(1), Z(" ", r5.esf.grid == null ? null : r5.esf.grid.resourceStrings.igx_grid_excel_cancel, " "), d(2), u5("displayDensity", r5.esf.displayDensity)("disabled", r5.applyButtonDisabled), d(1), Z(" ", r5.esf.grid == null ? null : r5.esf.grid.resourceStrings.igx_grid_excel_apply, " "));
|
|
34022
|
-
}, dependencies: [At, he, Be, yo, Qn, qn, Xo, vt2,
|
|
34034
|
+
}, dependencies: [At, he, Be, yo, Qn, qn, Xo, vt2, ae2, Ue, $d, Oa, $c, Ut, jc, Re2, zc, rp, He2, np, ir, Xe], encapsulation: 2 });
|
|
34023
34035
|
})(), o;
|
|
34024
34036
|
})();
|
|
34025
34037
|
function vpe(o, t10) {
|
|
@@ -34049,7 +34061,7 @@ var Ks = (() => {
|
|
|
34049
34061
|
})(), (() => {
|
|
34050
34062
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-selecting"]], standalone: true, features: [$5], decls: 1, vars: 1, consts: [["tabindex", "0", "role", "button", 3, "ngClass", "click", 4, "ngIf"], ["tabindex", "0", "role", "button", 3, "ngClass", "click"]], template: function(i2, r5) {
|
|
34051
34063
|
i2 & 1 && m5(0, vpe, 5, 3, "div", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
34052
|
-
}, dependencies: [
|
|
34064
|
+
}, dependencies: [ae2, Oe2, he], encapsulation: 2 });
|
|
34053
34065
|
})(), o;
|
|
34054
34066
|
})();
|
|
34055
34067
|
function ype(o, t10) {
|
|
@@ -34079,7 +34091,7 @@ var Ys = (() => {
|
|
|
34079
34091
|
})(), (() => {
|
|
34080
34092
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-hiding"]], standalone: true, features: [$5], decls: 1, vars: 1, consts: [["class", "igx-excel-filter__actions-hide", "tabindex", "0", "role", "menuitem", 3, "click", 4, "ngIf"], ["tabindex", "0", "role", "menuitem", 1, "igx-excel-filter__actions-hide", 3, "click"]], template: function(i2, r5) {
|
|
34081
34093
|
i2 & 1 && m5(0, ype, 5, 2, "div", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
34082
|
-
}, dependencies: [
|
|
34094
|
+
}, dependencies: [ae2, he], encapsulation: 2 });
|
|
34083
34095
|
})(), o;
|
|
34084
34096
|
})();
|
|
34085
34097
|
function Cpe(o, t10) {
|
|
@@ -34109,7 +34121,7 @@ var Xs = (() => {
|
|
|
34109
34121
|
})(), (() => {
|
|
34110
34122
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-pinning"]], standalone: true, features: [$5], decls: 1, vars: 1, consts: [["tabindex", "0", "role", "menuitem", 3, "ngClass", "click", 4, "ngIf"], ["tabindex", "0", "role", "menuitem", 3, "ngClass", "click"], ["family", "imx-icons", 3, "name"]], template: function(i2, r5) {
|
|
34111
34123
|
i2 & 1 && m5(0, Cpe, 4, 3, "div", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
34112
|
-
}, dependencies: [
|
|
34124
|
+
}, dependencies: [ae2, Oe2, he], encapsulation: 2 });
|
|
34113
34125
|
})(), o;
|
|
34114
34126
|
})();
|
|
34115
34127
|
function wpe(o, t10) {
|
|
@@ -34171,7 +34183,7 @@ var Zs = (() => {
|
|
|
34171
34183
|
i2 & 2 && J("igx-excel-filter__move", r5.defaultClass);
|
|
34172
34184
|
}, standalone: true, features: [$5], decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "multiSelection"], ["igxButton", "", 3, "displayDensity", "disabled", "click"]], template: function(i2, r5) {
|
|
34173
34185
|
i2 & 1 && m5(0, wpe, 14, 8, "ng-container", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
34174
|
-
}, dependencies: [
|
|
34186
|
+
}, dependencies: [ae2, lo, Xe, he], encapsulation: 2 });
|
|
34175
34187
|
})(), o;
|
|
34176
34188
|
})();
|
|
34177
34189
|
var Ipe = ["sortButtonGroup"];
|
|
@@ -34219,7 +34231,7 @@ var Js = (() => {
|
|
|
34219
34231
|
}, o = t10;
|
|
34220
34232
|
return (() => {
|
|
34221
34233
|
t10.\u0275fac = function(i2) {
|
|
34222
|
-
return new (i2 || t10)(_(wn), _(
|
|
34234
|
+
return new (i2 || t10)(_(wn), _(le2));
|
|
34223
34235
|
};
|
|
34224
34236
|
})(), (() => {
|
|
34225
34237
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-sorting"]], viewQuery: function(i2, r5) {
|
|
@@ -34231,7 +34243,7 @@ var Js = (() => {
|
|
|
34231
34243
|
i2 & 2 && J("igx-excel-filter__sort", r5.defaultClass);
|
|
34232
34244
|
}, standalone: true, features: [$5], decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "multiSelection"], ["sortButtonGroup", ""], ["igxButton", "", 3, "displayDensity", "click"]], template: function(i2, r5) {
|
|
34233
34245
|
i2 & 1 && m5(0, Spe, 15, 8, "ng-container", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
34234
|
-
}, dependencies: [
|
|
34246
|
+
}, dependencies: [ae2, lo, Xe, he], encapsulation: 2 });
|
|
34235
34247
|
})(), o;
|
|
34236
34248
|
})();
|
|
34237
34249
|
function Dpe(o, t10) {
|
|
@@ -34295,7 +34307,7 @@ var ea = (() => {
|
|
|
34295
34307
|
})(), (() => {
|
|
34296
34308
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-excel-style-header"]], inputs: { showPinning: "showPinning", showSelecting: "showSelecting", showHiding: "showHiding" }, standalone: true, features: [$5], decls: 1, vars: 1, consts: [["class", "igx-excel-filter__menu-header", 4, "ngIf"], [1, "igx-excel-filter__menu-header"], [1, "igx-excel-filter__menu-header-actions"], ["igxButton", "icon", 3, "ngClass", "click", 4, "ngIf"], ["igxButton", "icon", 3, "click", 4, "ngIf"], ["igxButton", "icon", 3, "ngClass", "click"], ["igxButton", "icon", 3, "click"], ["family", "imx-icons", 3, "name"]], template: function(i2, r5) {
|
|
34297
34309
|
i2 & 1 && m5(0, Tpe, 7, 4, "header", 0), i2 & 2 && u5("ngIf", r5.esf.column);
|
|
34298
|
-
}, dependencies: [
|
|
34310
|
+
}, dependencies: [ae2, Xe, Oe2, he], encapsulation: 2 });
|
|
34299
34311
|
})(), o;
|
|
34300
34312
|
})();
|
|
34301
34313
|
var Rpe = ["mainDropdown"];
|
|
@@ -34326,10 +34338,10 @@ function Hpe(o, t10) {
|
|
|
34326
34338
|
o & 1 && k5(0, "igx-excel-style-clear-filters")(1, "igx-excel-style-conditional-filter")(2, "igx-excel-style-search");
|
|
34327
34339
|
}
|
|
34328
34340
|
function Lpe(o, t10) {
|
|
34329
|
-
o & 1 && (z(0),
|
|
34341
|
+
o & 1 && (z(0), se(1), j3());
|
|
34330
34342
|
}
|
|
34331
34343
|
function Bpe(o, t10) {
|
|
34332
|
-
o & 1 && (z(0),
|
|
34344
|
+
o & 1 && (z(0), se(1, 1), j3());
|
|
34333
34345
|
}
|
|
34334
34346
|
var Gpe = [[["igx-excel-style-column-operations"], ["", "igxExcelStyleColumnOperations", ""]], [["igx-excel-style-filter-operations"], ["", "igxExcelStyleFilterOperations", ""]]];
|
|
34335
34347
|
var zpe = function(o, t10) {
|
|
@@ -34563,7 +34575,7 @@ var Pn = (() => {
|
|
|
34563
34575
|
}, o = t10;
|
|
34564
34576
|
return (() => {
|
|
34565
34577
|
t10.\u0275fac = function(i2) {
|
|
34566
|
-
return new (i2 || t10)(_(
|
|
34578
|
+
return new (i2 || t10)(_(le2), _(B), _(_e2), _(Me2, 9));
|
|
34567
34579
|
};
|
|
34568
34580
|
})(), (() => {
|
|
34569
34581
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-excel-style-filtering"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -34578,14 +34590,14 @@ var Pn = (() => {
|
|
|
34578
34590
|
}
|
|
34579
34591
|
}, hostVars: 6, hostBindings: function(i2, r5) {
|
|
34580
34592
|
i2 & 2 && (U("max-height", r5.maxHeight), J("igx-excel-filter", r5.defaultClass)("igx-excel-filter--inline", r5.inline));
|
|
34581
|
-
}, inputs: { column: "column", minHeight: "minHeight", maxHeight: "maxHeight" }, outputs: { loadingStart: "loadingStart", loadingEnd: "loadingEnd", initialized: "initialized", sortingChanged: "sortingChanged", columnChange: "columnChange", listDataLoaded: "listDataLoaded" }, standalone: true, features: [fe([{ provide: wn, useExisting:
|
|
34593
|
+
}, inputs: { column: "column", minHeight: "minHeight", maxHeight: "maxHeight" }, outputs: { loadingStart: "loadingStart", loadingEnd: "loadingEnd", initialized: "initialized", sortingChanged: "sortingChanged", columnChange: "columnChange", listDataLoaded: "listDataLoaded" }, standalone: true, features: [fe([{ provide: wn, useExisting: mi(() => t10) }]), Y, $5], ngContentSelectors: jpe, decls: 8, vars: 13, consts: [["defaultExcelColumnOperations", ""], ["defaultExcelFilterOperations", ""], ["role", "menu", 1, "igx-excel-filter__menu", 3, "ngClass", "id", "keydown"], ["mainDropdown", ""], [4, "ngIf", "ngIfElse"], [3, "showHiding", "showPinning", "showSelecting"], [4, "ngIf"]], template: function(i2, r5) {
|
|
34582
34594
|
if (i2 & 1 && (Se(Gpe), m5(0, Npe, 6, 8, "ng-template", null, 0, V), m5(2, Hpe, 3, 0, "ng-template", null, 1, V), f(4, "article", 2, 3), w5("keydown", function(a) {
|
|
34583
34595
|
return r5.onKeyDown(a);
|
|
34584
34596
|
}), m5(6, Lpe, 2, 0, "ng-container", 4), m5(7, Bpe, 2, 0, "ng-container", 4), x5()), i2 & 2) {
|
|
34585
34597
|
let s10 = P(1), a = P(3);
|
|
34586
34598
|
d(4), U("min-height", r5.minHeight)("max-height", r5.maxHeight), u5("ngClass", Nt2(10, zpe, r5.displayDensity === "cosy", r5.displayDensity === "compact"))("id", r5.overlayComponentId), d(2), u5("ngIf", r5.excelColumnOperationsDirective)("ngIfElse", s10), d(1), u5("ngIf", r5.excelFilterOperationsDirective)("ngIfElse", a);
|
|
34587
34599
|
}
|
|
34588
|
-
}, dependencies: [ea,
|
|
34600
|
+
}, dependencies: [ea, ae2, Js, Zs, Xs, Ys, Ks, Qs, qs, Or, Oe2], encapsulation: 2, changeDetection: 0 });
|
|
34589
34601
|
})(), o;
|
|
34590
34602
|
})();
|
|
34591
34603
|
var LR = [Pn, ea, Js, Xs, Ys, Ks, Qs, qs, Zs, Or, Nr, Hr, xs];
|
|
@@ -34599,7 +34611,7 @@ var $l = (() => {
|
|
|
34599
34611
|
};
|
|
34600
34612
|
})(), (() => {
|
|
34601
34613
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-footer"]], standalone: true, features: [$5], ngContentSelectors: $pe, decls: 1, vars: 0, template: function(i2, r5) {
|
|
34602
|
-
i2 & 1 && (Se(),
|
|
34614
|
+
i2 & 1 && (Se(), se(0));
|
|
34603
34615
|
}, encapsulation: 2 });
|
|
34604
34616
|
})(), o;
|
|
34605
34617
|
})();
|
|
@@ -34745,7 +34757,7 @@ var qa = (() => {
|
|
|
34745
34757
|
}, o = t10;
|
|
34746
34758
|
return (() => {
|
|
34747
34759
|
t10.\u0275fac = function(i2) {
|
|
34748
|
-
return new (i2 || t10)(_(B), _(Qe2), _(we2), _(xt), _(
|
|
34760
|
+
return new (i2 || t10)(_(B), _(Qe2), _(we2), _(xt), _(le2), _(Zh), _(_e2));
|
|
34749
34761
|
};
|
|
34750
34762
|
})(), (() => {
|
|
34751
34763
|
t10.\u0275dir = N({ type: t10, selectors: [["", "igxColumnMovingDrag", ""]], inputs: { column: ["igxColumnMovingDrag", "column"] }, standalone: true, features: [Y] });
|
|
@@ -35330,7 +35342,7 @@ var Br = (() => {
|
|
|
35330
35342
|
}, o = t10;
|
|
35331
35343
|
return (() => {
|
|
35332
35344
|
t10.\u0275fac = function(i2) {
|
|
35333
|
-
return new (i2 || t10)(_(Me2), _(Hi), _(
|
|
35345
|
+
return new (i2 || t10)(_(Me2), _(Hi), _(le2), _(B));
|
|
35334
35346
|
};
|
|
35335
35347
|
})(), (() => {
|
|
35336
35348
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-header"]], viewQuery: function(i2, r5) {
|
|
@@ -35351,7 +35363,7 @@ var Br = (() => {
|
|
|
35351
35363
|
let s10 = P(1);
|
|
35352
35364
|
d(7), u5("ngTemplateOutlet", r5.column.headerTemplate ? r5.column.headerTemplate : s10)("ngTemplateOutletContext", Nt2(3, nhe, r5.column, r5.column)), d(1), u5("ngIf", !r5.column.columnGroup);
|
|
35353
35365
|
}
|
|
35354
|
-
}, dependencies: [he, Re2,
|
|
35366
|
+
}, dependencies: [he, Re2, ae2, Oe2, Qv], encapsulation: 2, changeDetection: 0 });
|
|
35355
35367
|
})(), o;
|
|
35356
35368
|
})();
|
|
35357
35369
|
var Kv = class extends Ii {
|
|
@@ -35749,7 +35761,7 @@ var bf = (() => {
|
|
|
35749
35761
|
}, o = t10;
|
|
35750
35762
|
return (() => {
|
|
35751
35763
|
t10.\u0275fac = function(i2) {
|
|
35752
|
-
return new (i2 || t10)(_(
|
|
35764
|
+
return new (i2 || t10)(_(le2), _(ti));
|
|
35753
35765
|
};
|
|
35754
35766
|
})(), (() => {
|
|
35755
35767
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-filtering-cell"]], viewQuery: function(i2, r5) {
|
|
@@ -35761,7 +35773,7 @@ var bf = (() => {
|
|
|
35761
35773
|
i2 & 2 && si(r5.styleClasses);
|
|
35762
35774
|
}, inputs: { column: "column" }, standalone: true, features: [$5], decls: 7, vars: 2, consts: [["emptyFilter", ""], ["defaultFilter", ""], ["complexFilter", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "igx-filtering-chips"], [3, "displayDensity", "tabIndex", "click"], ["ghostChip", ""], ["igxPrefix", ""], ["chipsArea", ""], [4, "ngFor", "ngForOf"], [3, "ngClass", "click"], ["moreIcon", ""], [3, "value"], [3, "removable", "tabIndex", "displayDensity", "click", "remove", 4, "ngIf"], ["class", "igx-filtering-chips__connector", 4, "ngIf"], [3, "removable", "tabIndex", "displayDensity", "click", "remove"], ["igxPrefix", "", "family", "imx-icons", 3, "name"], ["label", ""], [1, "igx-filtering-chips__connector"], [3, "removable", "displayDensity", "tabIndex", "remove"], ["complexChip", ""]], template: function(i2, r5) {
|
|
35763
35775
|
i2 & 1 && (m5(0, uhe, 7, 7, "ng-template", null, 0, V), m5(2, mhe, 8, 3, "ng-template", null, 1, V), m5(4, fhe, 6, 4, "ng-template", null, 2, V), m5(6, xhe, 1, 0, "ng-container", 3)), i2 & 2 && (d(6), u5("ngTemplateOutlet", r5.template)("ngTemplateOutletContext", r5.context));
|
|
35764
|
-
}, dependencies: [co, ei, he, Be, He2,
|
|
35776
|
+
}, dependencies: [co, ei, he, Be, He2, ae2, Oe2, qu, Re2], encapsulation: 2, changeDetection: 0 });
|
|
35765
35777
|
})(), o;
|
|
35766
35778
|
})();
|
|
35767
35779
|
var Yv = (() => {
|
|
@@ -35835,7 +35847,7 @@ var Ho = (() => {
|
|
|
35835
35847
|
if (e.detail.owner instanceof qa && this.isDropTarget && this.cms.column !== this.column && this.cms.column.level === this.column.level && this.cms.column.parent === this.column.parent) {
|
|
35836
35848
|
this._lastDropIndicator && this.renderer.removeClass(this._dropIndicator, this._dropIndicatorClass);
|
|
35837
35849
|
let r5 = this.nativeElement.getBoundingClientRect(), s10 = r5.left + r5.width / 2, a = this.nativeElement.parentElement;
|
|
35838
|
-
e.detail.pageX < s10 ? (this._dropPos =
|
|
35850
|
+
e.detail.pageX < s10 ? (this._dropPos = Ci.BeforeDropTarget, this._lastDropIndicator = this._dropIndicator = a.firstElementChild) : (this._dropPos = Ci.AfterDropTarget, this._lastDropIndicator = this._dropIndicator = a.lastElementChild), this.cms.icon.innerText !== "block" && this.renderer.addClass(this._dropIndicator, this._dropIndicatorClass);
|
|
35839
35851
|
}
|
|
35840
35852
|
}
|
|
35841
35853
|
onDragEnter(e) {
|
|
@@ -36143,7 +36155,7 @@ var nr = (() => {
|
|
|
36143
36155
|
}, o = t10;
|
|
36144
36156
|
return (() => {
|
|
36145
36157
|
t10.\u0275fac = function(i2) {
|
|
36146
|
-
return new (i2 || t10)(_(
|
|
36158
|
+
return new (i2 || t10)(_(le2), _(Me2), _(B), _(Hi), _(ti), _(_e2));
|
|
36147
36159
|
};
|
|
36148
36160
|
})(), (() => {
|
|
36149
36161
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-header-group"]], viewQuery: function(i2, r5) {
|
|
@@ -36157,7 +36169,7 @@ var nr = (() => {
|
|
|
36157
36169
|
}), i2 & 2 && (H("id", r5.headerID), U("grid-row-end", r5.rowEnd)("grid-column-end", r5.colEnd)("grid-row-start", r5.rowStart)("grid-column-start", r5.colStart)("z-index", r5.zIndex)("display", r5.groupDisplayStyle), J("igx-grid-th--active", r5.active)("igx-grid-thead__item", r5.defaultCss)("igx-grid-th--pinned", r5.pinnedCss)("igx-grid-th--pinned-last", r5.pinnedLastCss)("igx-grid-th--pinned-first", r5.pinnedFirstCSS)("igx-grid__drag-col-header", r5.headerDragCss)("igx-grid-th--filtering", r5.filteringCss));
|
|
36158
36170
|
}, inputs: { column: "column" }, standalone: true, features: [$5], decls: 7, vars: 3, consts: [[4, "ngIf"], ["defaultColumn", ""], ["defaultCollapseIndicator", ""], ["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", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", 4, "ngIf"], [1, "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop"], [1, "igx-grid-th__drop-indicator-right"], [1, "igx-grid-th__group-title", 3, "title"], ["role", "columnheader", 1, "igx-grid-thead__title", 3, "ngClass", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "pointerdown", "click", "pointerenter", "pointerleave"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["class", "igx-grid-thead__group", 4, "ngIf"], [1, "igx-grid-th__expander", 3, "click"], [1, "igx-grid-thead__group"], ["class", "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column", "min-width", "flex-basis", 4, "ngIf"], [1, "igx-grid-thead__subgroup", 3, "ngClass", "ngStyle", "column"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column", "density", "pointerdown"], [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(i2, r5) {
|
|
36159
36171
|
i2 & 1 && (m5(0, She, 5, 11, "ng-container", 0), m5(1, Dhe, 2, 2, "ng-template", null, 1, V), m5(3, bhe, 2, 2, "ng-template", null, 2, V), m5(5, Ohe, 7, 24, "ng-container", 0), m5(6, Ghe, 7, 17, "ng-container", 0)), i2 & 2 && (u5("ngIf", r5.grid.hasColumnLayouts && r5.column.columnGroup), d(5), u5("ngIf", !r5.grid.hasColumnLayouts && r5.column.columnGroup), d(1), u5("ngIf", !r5.column.columnGroup));
|
|
36160
|
-
}, dependencies: [t10,
|
|
36172
|
+
}, dependencies: [t10, ae2, Oe2, ai, He2, qa, Ho, he, Re2, Br, bf, Yv, Wd, Ul], encapsulation: 2, changeDetection: 0 });
|
|
36161
36173
|
})(), o;
|
|
36162
36174
|
})();
|
|
36163
36175
|
var jhe = ["defaultFilterUI"];
|
|
@@ -36798,7 +36810,7 @@ var dD = (() => {
|
|
|
36798
36810
|
}, o = t10;
|
|
36799
36811
|
return (() => {
|
|
36800
36812
|
t10.\u0275fac = function(i2) {
|
|
36801
|
-
return new (i2 || t10)(_(ti), _(B), _(
|
|
36813
|
+
return new (i2 || t10)(_(ti), _(B), _(le2), _(_e2));
|
|
36802
36814
|
};
|
|
36803
36815
|
})(), (() => {
|
|
36804
36816
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-filtering-row"]], viewQuery: function(i2, r5) {
|
|
@@ -36818,7 +36830,7 @@ var dD = (() => {
|
|
|
36818
36830
|
}), f(23, "igx-icon"), C(24, "refresh"), x5(), f(25, "span"), C(26), x5()(), f(27, "button", 17, 18), w5("click", function() {
|
|
36819
36831
|
return r5.close();
|
|
36820
36832
|
}), f(29, "igx-icon"), C(30, "close"), x5(), f(31, "span"), C(32), x5()()()), i2 & 2 && (u5("displayDensity", r5.displayDensity)("height", "200px"), d(2), u5("ngForOf", r5.conditions), d(9), u5("ngTemplateOutlet", r5.template)("ngTemplateOutletContext", ze(17, xge, r5)), d(1), u5("ngIf", r5.showArrows), d(6), u5("ngForOf", r5.expressionsList), d(1), u5("ngIf", r5.showArrows), d(1), u5("ngClass", r5.isNarrowWidth ? "igx-grid__filtering-row-editing-buttons--small" : "igx-grid__filtering-row-editing-buttons"), d(2), u5("displayDensity", r5.displayDensity)("igxButton", r5.isNarrowWidth ? "icon" : "flat")("disabled", r5.disabled)("tabindex", r5.disabled), d(4), Q(r5.isNarrowWidth ? "" : r5.filteringService.grid.resourceStrings.igx_grid_filter_row_reset), d(1), u5("displayDensity", r5.displayDensity)("igxButton", r5.isNarrowWidth ? "icon" : "flat"), d(5), Q(r5.isNarrowWidth ? "" : r5.filteringService.grid.resourceStrings.igx_grid_filter_row_close));
|
|
36821
|
-
}, dependencies: [He2, $n, jn, co, ei, he, At, Be, Yn, vt2,
|
|
36833
|
+
}, dependencies: [He2, $n, jn, co, ei, he, At, Be, Yn, vt2, ae2, Ue, fr, er, Vr, xr, an, Re2, Xe, Oe2, qt], encapsulation: 2, changeDetection: 0 });
|
|
36822
36834
|
})(), o;
|
|
36823
36835
|
})();
|
|
36824
36836
|
var Ef = class {
|
|
@@ -37558,7 +37570,7 @@ var en = (() => {
|
|
|
37558
37570
|
}, o = t10;
|
|
37559
37571
|
return (() => {
|
|
37560
37572
|
t10.\u0275fac = function(i2) {
|
|
37561
|
-
return new (i2 || t10)(_(B), _(
|
|
37573
|
+
return new (i2 || t10)(_(B), _(le2));
|
|
37562
37574
|
};
|
|
37563
37575
|
})(), (() => {
|
|
37564
37576
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-header-row"]], viewQuery: function(i2, r5) {
|
|
@@ -37570,7 +37582,7 @@ var en = (() => {
|
|
|
37570
37582
|
i2 & 2 && J("igx-grid-thead--cosy", r5.cosyStyle)("igx-grid-thead--compact", r5.compactStyle);
|
|
37571
37583
|
}, inputs: { grid: "grid", pinnedColumnCollection: "pinnedColumnCollection", unpinnedColumnCollection: "unpinnedColumnCollection", activeDescendant: "activeDescendant", hasMRL: "hasMRL", width: "width", density: "density" }, standalone: true, features: [$5], decls: 18, vars: 27, consts: [["role", "rowgroup", 1, "igx-grid-thead__wrapper"], ["role", "row", 1, "igx-grid__tr"], [4, "ngIf"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForContainerSize", "igxForTrackBy", "igxForSizePropName", "igxForScrollOrientation"], ["headerVirtualContainer", ""], [1, "igx-grid-thead__thumb", 3, "hidden"], ["igxHeadSelector", ""], ["headSelectorBaseTemplate", ""], ["id", "left", "droppable", "true", 1, "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop"], ["id", "left", "droppable", "true", 1, "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop"], [1, "igx-grid__drag-indicator", "igx-grid__tr-action", 3, "pointerdown"], ["headerDragContainer", ""], [2, "visibility", "hidden"], [4, "ngTemplateOutlet"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "click", "pointerdown"], ["headerSelectorContainer", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["headSelector", ""], [3, "hidden", "ngClass", "click", "pointerdown"], ["headerHierarchyExpander", ""], [3, "click", "pointerdown"], ["headerGroupContainer", ""], [4, "ngFor", "ngForOf"], [3, "ngClass", "ngStyle", "column"], [3, "column"], ["filteringRow", ""], ["id", "right", "droppable", "true", 1, "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "disableRipple", "ngStyle", "indeterminate", "aria-label"], ["headerCheckbox", ""]], template: function(i2, r5) {
|
|
37572
37584
|
i2 & 1 && (f(0, "div", 0)(1, "div", 1), m5(2, Dge, 2, 3, "ng-container", 2), m5(3, bge, 2, 3, "ng-container", 2), m5(4, Tge, 5, 3, "ng-container", 2), m5(5, Mge, 4, 4, "ng-container", 2), m5(6, kge, 4, 10, "ng-container", 2), m5(7, Vge, 4, 7, "ng-container", 2), m5(8, Nge, 3, 3, "ng-container", 2), m5(9, Hge, 4, 19, "ng-template", 3, 4, V), R(11, "igxTopLevel"), m5(12, Bge, 3, 3, "ng-container", 2), x5(), m5(13, Gge, 3, 3, "ng-container", 2), m5(14, zge, 2, 1, "ng-container", 2), x5(), k5(15, "div", 5), m5(16, $ge, 3, 9, "ng-template", 6, 7, V)), i2 & 2 && (U("width", r5.width, "px"), J("igx-grid__tr--mrl", r5.hasMRL), d(1), U("width", r5.width, "px"), d(1), u5("ngIf", r5.grid.moving && r5.grid.columnInDrag && r5.pinnedColumnCollection.length <= 0), d(1), u5("ngIf", r5.grid.moving && r5.grid.columnInDrag && r5.pinnedColumnCollection.length > 0), d(1), u5("ngIf", r5.grid.rowDraggable), d(1), u5("ngIf", r5.grid.showRowSelectors), d(1), u5("ngIf", r5.isHierarchicalGrid), d(1), u5("ngIf", r5.grid == null || r5.grid.groupingExpressions == null ? null : r5.grid.groupingExpressions.length), d(1), u5("ngIf", r5.pinnedColumnCollection.length && r5.grid.isPinningToStart), d(1), u5("igxGridForOf", Ct2(11, 25, r5.unpinnedColumnCollection))("igxForScrollContainer", r5.grid.parentVirtDir)("igxForContainerSize", r5.grid.unpinnedWidth)("igxForTrackBy", r5.grid.trackColumnChanges)("igxForSizePropName", "calcPixelWidth")("igxForScrollOrientation", "horizontal"), d(3), u5("ngIf", r5.pinnedColumnCollection.length && !r5.grid.isPinningToStart), d(1), u5("ngIf", r5.grid.filteringService.isFilterRowVisible), d(1), u5("ngIf", r5.grid.moving && r5.grid.columnInDrag), d(1), U("width", r5.grid.scrollSize, "px"), u5("hidden", !r5.grid.hasVerticalScroll()));
|
|
37573
|
-
}, dependencies: [
|
|
37585
|
+
}, dependencies: [ae2, Ho, Re2, Oe2, He2, nr, ai, Xt, dD, Ut, ag, Wd, Ul], encapsulation: 2, changeDetection: 0 });
|
|
37574
37586
|
})(), o;
|
|
37575
37587
|
})();
|
|
37576
37588
|
var $R = [Br, nr, en];
|
|
@@ -38150,7 +38162,7 @@ var Bo = (() => {
|
|
|
38150
38162
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-toolbar-title"]], hostVars: 2, hostBindings: function(i2, r5) {
|
|
38151
38163
|
i2 & 2 && J("igx-grid-toolbar__title", r5.cssClass);
|
|
38152
38164
|
}, standalone: true, features: [$5], ngContentSelectors: JR, decls: 1, vars: 0, template: function(i2, r5) {
|
|
38153
|
-
i2 & 1 && (Se(),
|
|
38165
|
+
i2 & 1 && (Se(), se(0));
|
|
38154
38166
|
}, encapsulation: 2 });
|
|
38155
38167
|
})(), o;
|
|
38156
38168
|
})();
|
|
@@ -38168,7 +38180,7 @@ var rr = (() => {
|
|
|
38168
38180
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-toolbar-actions"]], hostVars: 2, hostBindings: function(i2, r5) {
|
|
38169
38181
|
i2 & 2 && J("igx-grid-toolbar__actions", r5.cssClass);
|
|
38170
38182
|
}, standalone: true, features: [$5], ngContentSelectors: JR, decls: 1, vars: 0, template: function(i2, r5) {
|
|
38171
|
-
i2 & 1 && (Se(),
|
|
38183
|
+
i2 & 1 && (Se(), se(0));
|
|
38172
38184
|
}, encapsulation: 2 });
|
|
38173
38185
|
})(), o;
|
|
38174
38186
|
})();
|
|
@@ -38215,15 +38227,15 @@ var Gr = (() => {
|
|
|
38215
38227
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-toolbar-advanced-filtering"]], inputs: { overlaySettings: "overlaySettings" }, standalone: true, features: [$5], ngContentSelectors: sme, decls: 7, vars: 4, consts: [["igxButton", "outlined", "type", "button", "name", "btnAdvancedFiltering", "igxRipple", "", 3, "displayDensity", "title", "ngClass", "click"], ["ref", ""], [4, "ngIf"]], template: function(i2, r5) {
|
|
38216
38228
|
if (i2 & 1 && (Se(), f(0, "button", 0), w5("click", function() {
|
|
38217
38229
|
return r5.grid.openAdvancedFilteringDialog();
|
|
38218
|
-
}), f(1, "igx-icon"), C(2, "filter_list"), x5(), f(3, "span", null, 1),
|
|
38230
|
+
}), f(1, "igx-icon"), C(2, "filter_list"), x5(), f(3, "span", null, 1), se(5), x5(), m5(6, ome, 2, 1, "span", 2), x5()), i2 & 2) {
|
|
38219
38231
|
let s10 = P(4);
|
|
38220
38232
|
u5("displayDensity", r5.grid.displayDensity)("title", r5.grid == null ? null : r5.grid.resourceStrings.igx_grid_toolbar_advanced_filtering_button_tooltip)("ngClass", r5.grid.advancedFilteringExpressionsTree ? "igx-grid-toolbar__adv-filter--filtered" : "igx-grid-toolbar__adv-filter"), d(6), u5("ngIf", !s10.textContent.trim());
|
|
38221
38233
|
}
|
|
38222
|
-
}, dependencies: [Xe, qt, Oe2, he,
|
|
38234
|
+
}, dependencies: [Xe, qt, Oe2, he, ae2], encapsulation: 2 });
|
|
38223
38235
|
})(), o;
|
|
38224
38236
|
})();
|
|
38225
38237
|
function ame(o, t10) {
|
|
38226
|
-
o & 1 &&
|
|
38238
|
+
o & 1 && se(0, 2);
|
|
38227
38239
|
}
|
|
38228
38240
|
function lme(o, t10) {
|
|
38229
38241
|
o & 1 && k5(0, "igx-grid-toolbar-advanced-filtering");
|
|
@@ -38279,11 +38291,11 @@ var Li = (() => {
|
|
|
38279
38291
|
}, hostVars: 6, hostBindings: function(i2, r5) {
|
|
38280
38292
|
i2 & 2 && J("igx-grid-toolbar", r5.defaultStyle)("igx-grid-toolbar--cosy", r5.cosyStyle)("igx-grid-toolbar--compact", r5.compactStyle);
|
|
38281
38293
|
}, inputs: { showProgress: "showProgress", grid: "grid" }, standalone: true, features: [fe([{ provide: la, useExisting: t10 }]), Y, $5], ngContentSelectors: hme, decls: 8, vars: 3, consts: [[1, "igx-grid-toolbar__custom-content"], ["actions", ""], [4, "ngIf"], [4, "ngTemplateOutlet"], ["class", "igx-grid-toolbar__progress-bar", 4, "ngIf"], [1, "igx-grid-toolbar__progress-bar"], [3, "indeterminate"]], template: function(i2, r5) {
|
|
38282
|
-
if (i2 & 1 && (Se(pme),
|
|
38294
|
+
if (i2 & 1 && (Se(pme), se(0), f(1, "div", 0), se(2, 1), x5(), m5(3, ame, 1, 0, "ng-template", null, 1, V), m5(5, cme, 2, 1, "igx-grid-toolbar-actions", 2), m5(6, dme, 1, 0, "ng-container", 3), m5(7, ume, 2, 1, "div", 4)), i2 & 2) {
|
|
38283
38295
|
let s10 = P(4);
|
|
38284
38296
|
d(5), u5("ngIf", !r5.hasActions), d(1), u5("ngTemplateOutlet", s10), d(1), u5("ngIf", r5.showProgress);
|
|
38285
38297
|
}
|
|
38286
|
-
}, dependencies: [
|
|
38298
|
+
}, dependencies: [ae2, rr, Gr, Re2, ig], encapsulation: 2 });
|
|
38287
38299
|
})(), o;
|
|
38288
38300
|
})();
|
|
38289
38301
|
function gme(o, t10) {
|
|
@@ -38387,7 +38399,7 @@ var uy = (() => {
|
|
|
38387
38399
|
}), i2 & 2 && (H("data-rowIndex", r5.rowIndex)("data-visibleIndex", r5.visibleColumnIndex)("id", r5.attrCellID), J("igx-grid-summary--active", r5.active));
|
|
38388
38400
|
}, inputs: { summaryResults: "summaryResults", column: "column", firstCellIndentation: "firstCellIndentation", hasSummary: "hasSummary", density: "density", summaryFormatter: "summaryFormatter", summaryTemplate: "summaryTemplate", active: "active", rowIndex: "rowIndex" }, standalone: true, features: [$5], decls: 3, vars: 1, consts: [[4, "ngIf"], ["defaultSummary", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngFor", "ngForOf"], [1, "igx-grid-summary__item"], [1, "igx-grid-summary__label", 3, "title"], [1, "igx-grid-summary__result", 3, "title"]], template: function(i2, r5) {
|
|
38389
38401
|
i2 & 1 && (m5(0, fme, 2, 4, "ng-container", 0), m5(1, _me, 1, 1, "ng-template", null, 1, V)), i2 & 2 && u5("ngIf", r5.hasSummary);
|
|
38390
|
-
}, dependencies: [
|
|
38402
|
+
}, dependencies: [ae2, Re2, He2], encapsulation: 2, changeDetection: 0 });
|
|
38391
38403
|
})(), o;
|
|
38392
38404
|
})();
|
|
38393
38405
|
var vme = ["igxDirRef"];
|
|
@@ -38486,7 +38498,7 @@ var nu = (() => {
|
|
|
38486
38498
|
}, o = t10;
|
|
38487
38499
|
return (() => {
|
|
38488
38500
|
t10.\u0275fac = function(i2) {
|
|
38489
|
-
return new (i2 || t10)(_(Me2), _(B), _(
|
|
38501
|
+
return new (i2 || t10)(_(Me2), _(B), _(le2));
|
|
38490
38502
|
};
|
|
38491
38503
|
})(), (() => {
|
|
38492
38504
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-summary-row"]], viewQuery: function(i2, r5) {
|
|
@@ -38498,7 +38510,7 @@ var nu = (() => {
|
|
|
38498
38510
|
i2 & 2 && H("data-rowIndex", r5.dataRowIndex);
|
|
38499
38511
|
}, inputs: { summaries: "summaries", gridID: "gridID", index: "index", firstCellIndentation: "firstCellIndentation" }, standalone: true, features: [fe([Do]), $5], decls: 3, vars: 1, consts: [[4, "ngIf"], ["summaryCellTemplate", ""], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForScrollOrientation", "igxForContainerSize", "igxForTrackBy", "igxForSizePropName"], ["igxDirRef", ""], [1, "igx-grid__summaries-patch", 3, "pointerdown"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["role", "cell", 1, "igx-grid-summary", "igx-grid-summary--fw", 3, "column", "rowIndex", "firstCellIndentation", "summaryResults", "summaryTemplate", "hasSummary", "density", "summaryFormatter", "active"], ["role", "cell", "class", "igx-grid-summary igx-grid-summary--fw igx-grid-summary--pinned", 3, "igx-grid-summary--cosy", "igx-grid-summary--compact", "igx-grid-summary--empty", "igx-grid-summary--pinned-first", "igx-grid-summary--pinned-last", "column", "firstCellIndentation", "rowIndex", "summaryResults", "summaryTemplate", "hasSummary", "density", "active", "max-height", "min-height", "min-width", "max-width", "flex-basis", "left", 4, "ngFor", "ngForOf"], ["role", "cell", 1, "igx-grid-summary", "igx-grid-summary--fw", "igx-grid-summary--pinned", 3, "column", "firstCellIndentation", "rowIndex", "summaryResults", "summaryTemplate", "hasSummary", "density", "active"]], template: function(i2, r5) {
|
|
38500
38512
|
i2 & 1 && (m5(0, bme, 7, 11, "ng-container", 0), m5(1, Tme, 2, 3, "ng-template", null, 1, V)), i2 & 2 && u5("ngIf", r5.summaries.size);
|
|
38501
|
-
}, dependencies: [
|
|
38513
|
+
}, dependencies: [ae2, Re2, Xt, uy, He2, Ql], encapsulation: 2, changeDetection: 0 });
|
|
38502
38514
|
})(), o;
|
|
38503
38515
|
})();
|
|
38504
38516
|
var Pf = (() => {
|
|
@@ -38661,8 +38673,8 @@ var Xa = (() => {
|
|
|
38661
38673
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-snackbar"]], hostVars: 3, hostBindings: function(i2, r5) {
|
|
38662
38674
|
i2 & 2 && (H("id", r5.id), J("igx-snackbar", r5.cssClass));
|
|
38663
38675
|
}, inputs: { id: "id", actionText: "actionText", positionSettings: "positionSettings" }, outputs: { clicked: "clicked", animationStarted: "animationStarted", animationDone: "animationDone" }, standalone: true, features: [Y, $5], ngContentSelectors: Mme, decls: 4, vars: 2, consts: [[1, "igx-snackbar__message"], ["class", "igx-snackbar__button", "igxRipple", "white", 3, "click", 4, "ngIf"], ["igxRipple", "white", 1, "igx-snackbar__button", 3, "click"]], template: function(i2, r5) {
|
|
38664
|
-
i2 & 1 && (Se(), f(0, "div", 0), C(1),
|
|
38665
|
-
}, dependencies: [
|
|
38676
|
+
i2 & 1 && (Se(), f(0, "div", 0), C(1), se(2), x5(), m5(3, Rme, 2, 1, "button", 1)), i2 & 2 && (d(1), Z(" ", r5.textMessage, " "), d(2), u5("ngIf", r5.actionText));
|
|
38677
|
+
}, dependencies: [ae2], encapsulation: 2 });
|
|
38666
38678
|
})(), o;
|
|
38667
38679
|
})();
|
|
38668
38680
|
var py;
|
|
@@ -39951,7 +39963,7 @@ var gg = class extends Ri {
|
|
|
39951
39963
|
return this.gridAPI.cms.column;
|
|
39952
39964
|
}
|
|
39953
39965
|
constructor(t10, n, e, i2, r5, s10, a, l10, c, p10, g, v10, y5, E, M, F, K, ie2, ne, oe, ke2, Fe2) {
|
|
39954
|
-
super(ne), this.validation = t10, this.selectionService = n, this.colResizingService = e, this.gridAPI = i2, this.transactionFactory = r5, this.elementRef = s10, this.zone = a, this.document = l10, this.cdr = c, this.differs = p10, this.viewRef = g, this.appRef = v10, this.injector = y5, this.envInjector = E, this.navigation = M, this.filteringService = F, this.overlayService = K, this.summaryService = ie2, this._displayDensityOptions = ne, this.localeId = oe, this.platform = ke2, this._diTransactions = Fe2, 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.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 Yi(), this.tmpOutlets = new Yi(), 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.validationTrigger = "change", this.rowDragging = false, this.dragRowID = null, this.snackbarActionText = this.resourceStrings.igx_grid_snackbar_addrow_actiontext, this.calcHeight = 0, this.disableTransitions = false, this.lastSearchInfo = { searchText: "", caseSensitive: false, exactMatch: false, activeMatchIndex: 0, matchInfoCache: [] }, this.columnWidthSetByUser = false, this.rendered$ = this.rendered.asObservable().pipe(H2({ bufferSize: 1, refCount: true })), this.resizeNotify = new pe2(), this.rowAddedNotifier = new pe2(), this.rowDeletedNotifier = new pe2(), this.pipeTriggerNotifier = new pe2(), 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.isPivot = false, this.destroy$ = new pe2(), this._pagingMode = Ln.Local, this._hideRowSelectors = false, this._rowDrag = false, this._columns = [], this._columnConfig = [], this._pinnedColumns = [], this._unpinnedColumns = [], this._filteringExpressionsTree = new $e2(St2.And), this._sortingExpressions = [], this._maxLevelHeaderDepth = null, this._columnHiding = false, this._columnPinning = false, this._pinnedRecordIDs = [], this._allowFiltering = false, this._allowAdvancedFiltering = false, this._filterMode = Ls.quickFilter, this._defaultTargetRecordNumber = 10, this._expansionStates = /* @__PURE__ */ new Map(), this._defaultExpandState = false, this._headerFeaturesWidth = NaN, this._init = true, this._cdrRequestRepaint = false, this._batchEditing = false, this._sortingOptions = { mode: "multiple" }, this._filterStrategy = new Zm(), this._autoGeneratedCols = [], this._dataView = [], this._rowEditable = false, this._filteredSortedData = null, this._filteredData = null, this._cdrRequests = false, this._emptyGridMessage = null, this._emptyFilteredGridMessage = null, this._isLoading = false, this.overlayIDs = [], this._pinning = { columns: Ma.Start }, this._advancedFilteringPositionSettings = { verticalDirection: Te2.Middle, horizontalDirection: Ee2.Center, horizontalStartPoint: Ee2.Center, verticalStartPoint: Te2.Middle }, this._advancedFilteringOverlaySettings = { closeOnOutsideClick: false, modal: false, positionStrategy: new vn(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 = ur.bottom, this._summaryCalculationMode = Kn.rootAndChildLevels, this._showSummaryOnCollapse = false, this._summaryRowHeight = 0, this._cellSelectionMode = ht2.multiple, this._rowSelectionMode = ht2.none, this._selectRowOnClick = true, this._columnSelectionMode = ht2.none, this.rowEditPositioningStrategy = new ay({ horizontalDirection: Ee2.Right, verticalDirection: Te2.Bottom, horizontalStartPoint: Ee2.Left, verticalStartPoint: Te2.Bottom, closeAnimation: null }), this.rowEditSettings = { scrollStrategy: new Yt(), modal: false, closeOnOutsideClick: false, outlet: this.rowOutletDirective, positionStrategy: this.rowEditPositioningStrategy }, this.transactionChange$ = new pe2(), this._rendered = false, this.DRAG_SCROLL_DELTA = 10, this._dataCloneStrategy = new Ta(), this._autoSize = false, this._sortHeaderIconTemplate = null, this._sortAscendingHeaderIconTemplate = null, this._sortDescendingHeaderIconTemplate = null, this.preventContainerScroll = (qe) => {
|
|
39966
|
+
super(ne), this.validation = t10, this.selectionService = n, this.colResizingService = e, this.gridAPI = i2, this.transactionFactory = r5, this.elementRef = s10, this.zone = a, this.document = l10, this.cdr = c, this.differs = p10, this.viewRef = g, this.appRef = v10, this.injector = y5, this.envInjector = E, this.navigation = M, this.filteringService = F, this.overlayService = K, this.summaryService = ie2, this._displayDensityOptions = ne, this.localeId = oe, this.platform = ke2, this._diTransactions = Fe2, 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.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 Yi(), this.tmpOutlets = new Yi(), 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.validationTrigger = "change", this.rowDragging = false, this.dragRowID = null, this.snackbarActionText = this.resourceStrings.igx_grid_snackbar_addrow_actiontext, this.calcHeight = 0, this.disableTransitions = false, this.lastSearchInfo = { searchText: "", caseSensitive: false, exactMatch: false, activeMatchIndex: 0, matchInfoCache: [] }, this.columnWidthSetByUser = false, this.rendered$ = this.rendered.asObservable().pipe(H2({ bufferSize: 1, refCount: true })), this.resizeNotify = new pe2(), this.rowAddedNotifier = new pe2(), this.rowDeletedNotifier = new pe2(), this.pipeTriggerNotifier = new pe2(), 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.isPivot = false, this.destroy$ = new pe2(), this._pagingMode = Ln.Local, this._hideRowSelectors = false, this._rowDrag = false, this._columns = [], this._columnConfig = [], this._pinnedColumns = [], this._unpinnedColumns = [], this._filteringExpressionsTree = new $e2(St2.And), this._sortingExpressions = [], this._maxLevelHeaderDepth = null, this._columnHiding = false, this._columnPinning = false, this._pinnedRecordIDs = [], this._allowFiltering = false, this._allowAdvancedFiltering = false, this._filterMode = Ls.quickFilter, this._defaultTargetRecordNumber = 10, this._expansionStates = /* @__PURE__ */ new Map(), this._defaultExpandState = false, this._headerFeaturesWidth = NaN, this._init = true, this._cdrRequestRepaint = false, this._batchEditing = false, this._sortingOptions = { mode: "multiple" }, this._filterStrategy = new Zm(), this._autoGeneratedCols = [], this._dataView = [], this._rowEditable = false, this._filteredSortedData = null, this._filteredData = null, this._cdrRequests = false, this._emptyGridMessage = null, this._emptyFilteredGridMessage = null, this._isLoading = false, this.overlayIDs = [], this._pinning = { columns: Ma.Start }, this._advancedFilteringPositionSettings = { verticalDirection: Te2.Middle, horizontalDirection: Ee2.Center, horizontalStartPoint: Ee2.Center, verticalStartPoint: Te2.Middle }, this._advancedFilteringOverlaySettings = { closeOnOutsideClick: false, modal: false, positionStrategy: new vn(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 = ur.bottom, this._summaryCalculationMode = Kn.rootAndChildLevels, this._showSummaryOnCollapse = false, this._summaryRowHeight = 0, this._cellSelectionMode = ht2.multiple, this._rowSelectionMode = ht2.none, this._selectRowOnClick = true, this._columnSelectionMode = ht2.none, this.rowEditPositioningStrategy = new ay({ horizontalDirection: Ee2.Right, verticalDirection: Te2.Bottom, horizontalStartPoint: Ee2.Left, verticalStartPoint: Te2.Bottom, closeAnimation: null }), this.rowEditSettings = { scrollStrategy: new Yt(), modal: false, closeOnOutsideClick: false, outlet: this.rowOutletDirective, positionStrategy: this.rowEditPositioningStrategy }, this.transactionChange$ = new pe2(), this._rendered = false, this.DRAG_SCROLL_DELTA = 10, this._dataCloneStrategy = new Ta(), this._autoSize = false, this._sortHeaderIconTemplate = null, this._sortAscendingHeaderIconTemplate = null, this._sortDescendingHeaderIconTemplate = null, this.isHorizontalScrollHidden = false, this.preventContainerScroll = (qe) => {
|
|
39955
39967
|
qe.target.scrollTop !== 0 && (this.verticalScrollContainer.addScrollTop(qe.target.scrollTop), qe.target.scrollTop = 0), qe.target.scrollLeft !== 0 && (this.headerContainer.scrollPosition += qe.target.scrollLeft, qe.target.scrollLeft = 0);
|
|
39956
39968
|
}, this.locale = this.locale || this.localeId, this._transactions = this.transactionFactory.create("None"), this._transactions.cloneStrategy = this.dataCloneStrategy, this.cdr.detach();
|
|
39957
39969
|
}
|
|
@@ -40015,11 +40027,11 @@ var gg = class extends Ri {
|
|
|
40015
40027
|
}
|
|
40016
40028
|
_setupListeners() {
|
|
40017
40029
|
let t10 = W(this.destroy$);
|
|
40018
|
-
yt2(this.nativeElement, "focusout").pipe(
|
|
40030
|
+
yt2(this.nativeElement, "focusout").pipe(gi(() => !!this.navigation.activeNode), t10).subscribe((n) => {
|
|
40019
40031
|
!this.crudService.cell && this.navigation.activeNode && (n.target === this.tbody.nativeElement && this.navigation.activeNode.row >= 0 && this.navigation.activeNode.row < this.dataView.length || n.target === this.theadRow.nativeElement && this.navigation.activeNode.row === -1 || n.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());
|
|
40020
40032
|
}), this.rowAddedNotifier.pipe(t10).subscribe((n) => this.refreshGridState(n)), this.rowDeletedNotifier.pipe(t10).subscribe((n) => {
|
|
40021
40033
|
this.summaryService.deleteOperation = true, this.summaryService.clearSummaryCache(n);
|
|
40022
|
-
}), this.subscribeToTransactions(), this.resizeNotify.pipe(
|
|
40034
|
+
}), this.subscribeToTransactions(), this.resizeNotify.pipe(gi(() => !this._init), Kc(40, go, { leading: false, trailing: true }), t10).subscribe(() => {
|
|
40023
40035
|
this.zone.run(() => {
|
|
40024
40036
|
this.nativeElement?.isConnected && this.notifyChanges(true);
|
|
40025
40037
|
});
|
|
@@ -40036,18 +40048,20 @@ var gg = class extends Ri {
|
|
|
40036
40048
|
return;
|
|
40037
40049
|
}
|
|
40038
40050
|
this.rowEditingOverlay?.overlayId !== n.id && e?.outlet === this.outlet && this.overlayIDs.indexOf(n.id) === -1 && this.overlayIDs.push(n.id);
|
|
40039
|
-
}), this.overlayService.closed.pipe(
|
|
40051
|
+
}), this.overlayService.closed.pipe(gi(() => !this._init), t10).subscribe((n) => {
|
|
40040
40052
|
if (this._advancedFilteringOverlayId === n.id) {
|
|
40041
40053
|
this.overlayService.detach(this._advancedFilteringOverlayId), this._advancedFilteringOverlayId = null;
|
|
40042
40054
|
return;
|
|
40043
40055
|
}
|
|
40044
40056
|
let e = this.overlayIDs.indexOf(n.id);
|
|
40045
40057
|
e !== -1 && this.overlayIDs.splice(e, 1);
|
|
40046
|
-
}), this.verticalScrollContainer.dataChanging.pipe(
|
|
40058
|
+
}), this.verticalScrollContainer.dataChanging.pipe(gi(() => !this._init), t10).subscribe((n) => {
|
|
40047
40059
|
this.isPercentHeight && (!this.calcHeight || this.calcHeight === this.getDataBasedBodyHeight() || this.calcHeight === this.renderedRowHeight * this._defaultTargetRecordNumber) && (this.calculateGridHeight(), n.containerSize = this.calcHeight), this.evaluateLoadingState();
|
|
40048
|
-
}), this.verticalScrollContainer.scrollbarVisibilityChanged.pipe(
|
|
40060
|
+
}), this.verticalScrollContainer.scrollbarVisibilityChanged.pipe(gi(() => !this._init), t10).subscribe(() => {
|
|
40061
|
+
this.notifyChanges(true), this.cdr.detectChanges();
|
|
40062
|
+
}), this.headerContainer?.scrollbarVisibilityChanged.pipe(gi(() => !this._init), t10).subscribe(() => {
|
|
40049
40063
|
this.notifyChanges(true), this.cdr.detectChanges();
|
|
40050
|
-
}), this.verticalScrollContainer.contentSizeChange.pipe(
|
|
40064
|
+
}), this.verticalScrollContainer.contentSizeChange.pipe(gi(() => !this._init), Kc(30), t10).subscribe(() => {
|
|
40051
40065
|
this.notifyChanges(true);
|
|
40052
40066
|
}), this.densityChanged.pipe(t10).subscribe(() => {
|
|
40053
40067
|
this._autoSize = this.isPercentHeight && this.calcHeight !== this.getDataBasedBodyHeight(), this.crudService.endEdit(false), this._summaryRowHeight === 0 && (this.summaryService.summaryHeight = 0), this.notifyChanges(true);
|
|
@@ -40085,7 +40099,7 @@ var gg = class extends Ri {
|
|
|
40085
40099
|
t10 && (this._headerFeaturesWidth = NaN), this.resetColumnsCaches(), this.resetColumnCollections(), this.resetForOfCache(), this.resetCachedWidths(), this.hasVisibleColumns = void 0, this._columnGroups = this._columns.some((n) => n.columnGroup);
|
|
40086
40100
|
}
|
|
40087
40101
|
ngAfterContentInit() {
|
|
40088
|
-
this.sortHeaderIconDirectiveTemplate && (this.sortHeaderIconTemplate = this.sortHeaderIconDirectiveTemplate), this.sortAscendingHeaderIconDirectiveTemplate && (this.sortAscendingHeaderIconTemplate = this.sortAscendingHeaderIconDirectiveTemplate), this.sortDescendingHeaderIconDirectiveTemplate && (this.sortDescendingHeaderIconTemplate = this.sortDescendingHeaderIconDirectiveTemplate), this.setupColumns(), this.toolbar.changes.pipe(
|
|
40102
|
+
this.sortHeaderIconDirectiveTemplate && (this.sortHeaderIconTemplate = this.sortHeaderIconDirectiveTemplate), this.sortAscendingHeaderIconDirectiveTemplate && (this.sortAscendingHeaderIconTemplate = this.sortAscendingHeaderIconDirectiveTemplate), this.sortDescendingHeaderIconDirectiveTemplate && (this.sortDescendingHeaderIconTemplate = this.sortDescendingHeaderIconDirectiveTemplate), this.setupColumns(), this.toolbar.changes.pipe(gi(() => !this._init), W(this.destroy$)).subscribe(() => this.notifyChanges(true)), this.setUpPaginator(), this.paginationComponents.changes.pipe(W(this.destroy$)).subscribe(() => {
|
|
40089
40103
|
this.setUpPaginator();
|
|
40090
40104
|
}), this.actionStrip && (this.actionStrip.menuOverlaySettings.outlet = this.outlet);
|
|
40091
40105
|
}
|
|
@@ -40111,9 +40125,9 @@ var gg = class extends Ri {
|
|
|
40111
40125
|
return this.appRef.attachView(n.hostView), n;
|
|
40112
40126
|
}
|
|
40113
40127
|
setUpPaginator() {
|
|
40114
|
-
this.paginator ? (this._rendered && (this.pipeTrigger++, this.cdr.markForCheck()), this.paginator.pageChange.pipe(xu(() => !!this.paginator),
|
|
40128
|
+
this.paginator ? (this._rendered && (this.pipeTrigger++, this.cdr.markForCheck()), this.paginator.pageChange.pipe(xu(() => !!this.paginator), gi(() => !this._init)).subscribe(() => {
|
|
40115
40129
|
this.selectionService.clear(true), this.crudService.endEdit(false), this.pipeTrigger++, this.navigateTo(0), this.notifyChanges();
|
|
40116
|
-
}), this.paginator.perPageChange.pipe(xu(() => !!this.paginator),
|
|
40130
|
+
}), this.paginator.perPageChange.pipe(xu(() => !!this.paginator), gi(() => !this._init)).subscribe(() => {
|
|
40117
40131
|
this.selectionService.clear(true), this.page = 0, this.crudService.endEdit(false), this.notifyChanges();
|
|
40118
40132
|
})) : this.markForCheck();
|
|
40119
40133
|
}
|
|
@@ -40250,10 +40264,6 @@ var gg = class extends Ri {
|
|
|
40250
40264
|
get unpinnedWidth() {
|
|
40251
40265
|
return isNaN(this._unpinnedWidth) ? (this._unpinnedWidth = this.getUnpinnedWidth(), this._unpinnedWidth) : this._unpinnedWidth;
|
|
40252
40266
|
}
|
|
40253
|
-
get isHorizontalScrollHidden() {
|
|
40254
|
-
let t10 = this.unpinnedWidth - this.totalWidth;
|
|
40255
|
-
return this.width === null || t10 >= 0;
|
|
40256
|
-
}
|
|
40257
40267
|
getHeaderCellWidth(t10) {
|
|
40258
40268
|
let n = this.document.createRange(), e = this.platform.getNodeSizeViaRange(n, t10, t10.parentElement), i2 = this.document.defaultView.getComputedStyle(t10), r5 = parseFloat(i2.paddingLeft) + parseFloat(i2.paddingRight) + parseFloat(i2.borderRightWidth), s10 = this.document.defaultView.getComputedStyle(t10.parentElement), a = parseFloat(s10.borderRightWidth) + parseFloat(s10.borderLeftWidth);
|
|
40259
40269
|
return { width: Math.ceil(e), padding: Math.ceil(r5 + a) };
|
|
@@ -40331,15 +40341,15 @@ var gg = class extends Ri {
|
|
|
40331
40341
|
let n = t10;
|
|
40332
40342
|
return this.gridAPI.grid.verticalScrollContainer.isRemote && (n = t10 + this.gridAPI.grid.virtualizationState.startIndex), n;
|
|
40333
40343
|
}
|
|
40334
|
-
moveColumn(t10, n, e =
|
|
40344
|
+
moveColumn(t10, n, e = Ci.AfterDropTarget) {
|
|
40335
40345
|
let i2 = { source: t10, target: n, cancel: false };
|
|
40336
40346
|
if (this.columnMovingEnd.emit(i2), !i2.cancel && !(t10 === n || t10.level !== n.level || t10.topLevelParent !== n.topLevelParent)) {
|
|
40337
40347
|
if (t10.level && this._moveChildColumns(t10.parent, t10, n, e), n.pinned && !t10.pinned) {
|
|
40338
|
-
let r5 = this._pinnedColumns.indexOf(n), s10 = e ===
|
|
40348
|
+
let r5 = this._pinnedColumns.indexOf(n), s10 = e === Ci.AfterDropTarget ? r5 + 1 : r5;
|
|
40339
40349
|
t10.pin(s10);
|
|
40340
40350
|
}
|
|
40341
40351
|
if (!n.pinned && t10.pinned) {
|
|
40342
|
-
let r5 = this._unpinnedColumns.indexOf(n), s10 = e ===
|
|
40352
|
+
let r5 = this._unpinnedColumns.indexOf(n), s10 = e === Ci.AfterDropTarget ? r5 + 1 : r5;
|
|
40343
40353
|
t10.unpin(s10);
|
|
40344
40354
|
}
|
|
40345
40355
|
this._moveColumns(t10, n, e), this._columnsReordered(t10);
|
|
@@ -40787,7 +40797,7 @@ var gg = class extends Ri {
|
|
|
40787
40797
|
return n[this.primaryKey] = e, { rowID: e, data: n, recordRef: n };
|
|
40788
40798
|
}
|
|
40789
40799
|
hasHorizontalScroll() {
|
|
40790
|
-
return this.totalWidth - this.unpinnedWidth > 0;
|
|
40800
|
+
return this.totalWidth - this.unpinnedWidth > 0 && this.width !== null;
|
|
40791
40801
|
}
|
|
40792
40802
|
isSummaryRow(t10) {
|
|
40793
40803
|
return t10 && t10.summaries && t10.summaries instanceof Map;
|
|
@@ -40932,7 +40942,7 @@ var gg = class extends Ri {
|
|
|
40932
40942
|
let s10 = i2.indexOf(t10), a = r5 ? 1 : t10.allChildren.length + 1;
|
|
40933
40943
|
i2.splice(s10, a);
|
|
40934
40944
|
let l10 = i2.indexOf(n);
|
|
40935
|
-
e ===
|
|
40945
|
+
e === Ci.AfterDropTarget && (l10++, !r5 && n.columnGroup && (l10 += n.allChildren.length)), i2.splice(l10, 0, t10);
|
|
40936
40946
|
}
|
|
40937
40947
|
_moveChildColumns(t10, n, e, i2) {
|
|
40938
40948
|
let r5 = t10.children.toArray();
|
|
@@ -40983,8 +40993,8 @@ var gg = class extends Ri {
|
|
|
40983
40993
|
}
|
|
40984
40994
|
calculateGridSizes(t10 = true) {
|
|
40985
40995
|
this.resetCaches(t10), this.cdr.detectChanges();
|
|
40986
|
-
let n = this.hasVerticalScroll();
|
|
40987
|
-
this.calculateGridWidth(), this.resetCaches(t10), this.cdr.detectChanges(), this.calculateGridHeight(), this.rowEditable && this.repositionRowEditingOverlay(this.crudService.rowInEditMode), this.filteringService.isFilterRowVisible && this.filteringRow.resetChipsArea(), this.cdr.detectChanges(), n !== this.hasVerticalScroll() && (this.calculateGridWidth(), this.cdr.detectChanges()), this.zone.isStable ? this.zone.run(() => {
|
|
40996
|
+
let n = this.hasVerticalScroll(), e = !this.isHorizontalScrollHidden;
|
|
40997
|
+
this.calculateGridWidth(), this.resetCaches(t10), this.cdr.detectChanges(), this.calculateGridHeight(), this.rowEditable && this.repositionRowEditingOverlay(this.crudService.rowInEditMode), this.filteringService.isFilterRowVisible && this.filteringRow.resetChipsArea(), this.cdr.detectChanges(), n !== this.hasVerticalScroll() && (this.calculateGridWidth(), this.cdr.detectChanges()), e !== this.hasHorizontalScroll() && (this.isHorizontalScrollHidden = !this.hasHorizontalScroll(), this.cdr.detectChanges(), this.calculateGridHeight(), this.cdr.detectChanges()), this.zone.isStable ? this.zone.run(() => {
|
|
40988
40998
|
this._applyWidthHostBinding(), this.cdr.detectChanges();
|
|
40989
40999
|
}) : this.zone.onStable.pipe(et2()).subscribe(() => {
|
|
40990
41000
|
this.zone.run(() => {
|
|
@@ -41411,7 +41421,7 @@ var gg = class extends Ri {
|
|
|
41411
41421
|
var Bi = gg;
|
|
41412
41422
|
(() => {
|
|
41413
41423
|
gg.\u0275fac = function(n) {
|
|
41414
|
-
return new (n || gg)(_(or), _(Zt2), _(Hi), _(Xn), _(Tc), _(B), _(we2), _(gt2), _(
|
|
41424
|
+
return new (n || gg)(_(or), _(Zt2), _(Hi), _(Xn), _(Tc), _(B), _(we2), _(gt2), _(le2), _(ji), _(Qe2), _(Qi), _(kt2), _(zi), _(Go), _(ti), _(ui), _(sr), _(dt2, 8), _(ni), _(_e2), _(ru, 8));
|
|
41415
41425
|
};
|
|
41416
41426
|
})(), (() => {
|
|
41417
41427
|
gg.\u0275dir = N({ type: gg, contentQueries: function(n, e, i2) {
|
|
@@ -41963,7 +41973,7 @@ var gy = (() => {
|
|
|
41963
41973
|
}, o = t10;
|
|
41964
41974
|
return (() => {
|
|
41965
41975
|
t10.\u0275fac = function(i2) {
|
|
41966
|
-
return new (i2 || t10)(_(Me2), _(Zt2), _(B), _(
|
|
41976
|
+
return new (i2 || t10)(_(Me2), _(Zt2), _(B), _(le2), _(ti));
|
|
41967
41977
|
};
|
|
41968
41978
|
})(), (() => {
|
|
41969
41979
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-groupby-row"]], viewQuery: function(i2, r5) {
|
|
@@ -41982,7 +41992,7 @@ var gy = (() => {
|
|
|
41982
41992
|
let s10 = P(14);
|
|
41983
41993
|
d(2), u5("ngIf", r5.rowDraggable), d(1), u5("ngIf", r5.showRowSelectors), d(2), u5("ngTemplateOutlet", r5.iconTemplate)("ngTemplateOutletContext", ze(6, wD, r5)), d(3), u5("ngTemplateOutlet", r5.grid.groupRowTemplate ? r5.grid.groupRowTemplate : s10)("ngTemplateOutletContext", ze(8, wD, r5.groupRow));
|
|
41984
41994
|
}
|
|
41985
|
-
}, dependencies: [
|
|
41995
|
+
}, dependencies: [ae2, Re2, ml, En, fl, Vs, he, qu, Ut, ql], encapsulation: 2, changeDetection: 0 });
|
|
41986
41996
|
})(), o;
|
|
41987
41997
|
})();
|
|
41988
41998
|
var oM = (() => {
|
|
@@ -42906,7 +42916,7 @@ var Xl = (() => {
|
|
|
42906
42916
|
}, o = t10;
|
|
42907
42917
|
return (() => {
|
|
42908
42918
|
t10.\u0275fac = function(i2) {
|
|
42909
|
-
return new (i2 || t10)(_(Zt2), _(Me2), _(ui), _(
|
|
42919
|
+
return new (i2 || t10)(_(Zt2), _(Me2), _(ui), _(le2), _(B), _(we2), _(vi), _(_e2));
|
|
42910
42920
|
};
|
|
42911
42921
|
})(), (() => {
|
|
42912
42922
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-cell"]], viewQuery: function(i2, r5) {
|
|
@@ -42922,9 +42932,9 @@ var Xl = (() => {
|
|
|
42922
42932
|
})("contextmenu", function(a) {
|
|
42923
42933
|
return r5.onContextMenu(a);
|
|
42924
42934
|
}), i2 & 2 && (H("data-rowIndex", r5.rowIndex)("data-visibleIndex", r5.visibleColumnIndex)("id", r5.attrCellID)("title", r5.title)("role", r5.role)("aria-readonly", r5.readonly)("aria-describedby", r5.ariaDescribeBy)("aria-invalid", r5.isInvalid)("aria-selected", r5.ariaSelected), J("igx-grid__td--new", r5.isEmptyAddRowCell)("igx-grid__td--bool-true", r5.booleanClass)("igx-grid__td--pinned-last", r5.lastPinned)("igx-grid__td--pinned-first", r5.firstPinned)("igx-grid__td--editing", r5.editMode)("igx-grid__td--invalid", r5.isInvalid)("igx-grid__td--valid", r5.isValidAfterEdit)("igx-grid__td--active", r5.active)("igx-grid__td--selected", r5.selected)("igx-grid__td--column-selected", r5.columnSelected)("igx-grid__td--row-pinned-first", r5.displayPinnedChip));
|
|
42925
|
-
}, 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: "editMode", width: "width", active: "active", displayPinnedChip: "displayPinnedChip" }, standalone: true, features: [fe([
|
|
42935
|
+
}, 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: "editMode", width: "width", active: "active", displayPinnedChip: "displayPinnedChip" }, standalone: true, features: [fe([vi]), Ti, $5], decls: 13, vars: 5, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngIf"], ["defaultError", ""], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity"], ["igxTextHighlight", "", "class", "igx-grid__td-text", "style", "pointer-events: none;", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], [3, "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 2, "pointer-events", "none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], [3, "ngClass"], [3, "src", "alt"], ["igxTextHighlight", "", "class", "igx-grid__td-text", "style", "pointer-events: none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["displayDensity", "compact"], ["igxInput", "", 3, "igxFocus", "igxTextSelection", "formControl", "compositionstart", "compositionend"], ["displayDensity", "compact", 3, "formGroup"], ["igxInput", "", "type", "number", 3, "igxFocus", "igxTextSelection", "step", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "valueChange"], ["mode", "dropdown", 3, "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl", "valueChange"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "igxFocus"], [3, "igxTooltipTarget", "igxToggleOutlet", "mouseover", "mouseout"], ["errorIcon", ""], ["igxTooltip", "", 3, "id"], ["error", "", "tooltipRef", "tooltip"]], template: function(i2, r5) {
|
|
42926
42936
|
i2 & 1 && (m5(0, Ofe, 1, 1, "ng-template", null, 0, V), m5(2, Gfe, 3, 3, "ng-template", null, 1, V), m5(4, jfe, 1, 1, "ng-template", null, 2, V), m5(6, e0e, 8, 8, "ng-template", null, 3, V), m5(8, t0e, 1, 0, "ng-container", 4), m5(9, i0e, 1, 0, "ng-container", 4), m5(10, r0e, 9, 7, "ng-container", 5), m5(11, p0e, 7, 7, "ng-template", null, 6, V)), i2 & 2 && (d(8), u5("ngTemplateOutlet", r5.pinnedIndicatorTemplate)("ngTemplateOutletContext", r5.context), d(1), u5("ngTemplateOutlet", r5.template)("ngTemplateOutletContext", r5.context), d(1), u5("ngIf", r5.isInvalid));
|
|
42927
|
-
}, dependencies: [
|
|
42937
|
+
}, dependencies: [ae2, Oe2, Re2, ml, fl, Vs, En, vd, Qn, vc, qn, _d, yc, Cc, ei, gr, he, At, vt2, Rl, Gs, Ut, fr, xr, an, Be, Ue, Na, no, Kd, Jd, ql], encapsulation: 2, changeDetection: 0 });
|
|
42928
42938
|
})(), o;
|
|
42929
42939
|
})();
|
|
42930
42940
|
var h0e = ["indicator"];
|
|
@@ -43215,7 +43225,7 @@ var xy = (() => {
|
|
|
43215
43225
|
}, o = t10;
|
|
43216
43226
|
return (() => {
|
|
43217
43227
|
t10.\u0275fac = function(i2) {
|
|
43218
|
-
return new (i2 || t10)(_(Zt2), _(Me2), _(ui), _(
|
|
43228
|
+
return new (i2 || t10)(_(Zt2), _(Me2), _(ui), _(le2), _(B), _(we2), _(vi), _(gt2), _(_e2));
|
|
43219
43229
|
};
|
|
43220
43230
|
})(), (() => {
|
|
43221
43231
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-expandable-grid-cell"]], viewQuery: function(i2, r5) {
|
|
@@ -43223,9 +43233,9 @@ var xy = (() => {
|
|
|
43223
43233
|
let s10;
|
|
43224
43234
|
D(s10 = b()) && (r5.indicator = s10.first), D(s10 = b()) && (r5.indentationDiv = s10.first), D(s10 = b()) && (r5.defaultExpandedTemplate = s10.first), D(s10 = b()) && (r5.defaultCollapsedTemplate = s10.first);
|
|
43225
43235
|
}
|
|
43226
|
-
}, inputs: { expanded: "expanded" }, standalone: true, features: [fe([
|
|
43236
|
+
}, inputs: { expanded: "expanded" }, standalone: true, features: [fe([vi]), Y, $5], decls: 18, vars: 6, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], [4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["defaultExpandedTemplate", ""], ["defaultCollapsedTemplate", ""], ["defaultError", ""], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity"], ["igxTextHighlight", "", "class", "igx-grid__td-text", "style", "pointer-events: none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], [3, "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 2, "pointer-events", "none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], [3, "ngClass"], [3, "src", "alt"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["displayDensity", "compact"], ["igxInput", "", 3, "igxFocus", "formControl", "compositionstart", "compositionend"], ["displayDensity", "compact", 3, "formGroup"], ["igxInput", "", "type", "number", 3, "igxFocus", "step", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "valueChange"], ["mode", "dropdown", 3, "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl", "valueChange"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "igxFocus"], [1, "igx-grid__tree-grouping-indicator", 3, "click", "focus"], ["indicator", ""], [3, "igxTooltipTarget", "igxToggleOutlet", "mouseover", "mouseout"], ["errorIcon", ""], ["igxTooltip", "", 3, "id"], ["error", "", "tooltipRef", "tooltip"]], template: function(i2, r5) {
|
|
43227
43237
|
i2 & 1 && (m5(0, _0e, 1, 1, "ng-template", null, 0, V), m5(2, I0e, 3, 3, "ng-template", null, 1, V), m5(4, D0e, 1, 1, "ng-template", null, 2, V), m5(6, O0e, 8, 8, "ng-template", null, 3, V), m5(8, L0e, 4, 4, "ng-container", 4), m5(9, B0e, 1, 0, "ng-container", 5), m5(10, G0e, 1, 0, "ng-container", 5), m5(11, j0e, 9, 7, "ng-container", 4), m5(12, $0e, 2, 0, "ng-template", null, 6, V), m5(14, U0e, 2, 0, "ng-template", null, 7, V), m5(16, J0e, 7, 7, "ng-template", null, 8, V)), i2 & 2 && (d(8), u5("ngIf", r5.showExpanderIndicator), d(1), u5("ngTemplateOutlet", r5.pinnedIndicatorTemplate)("ngTemplateOutletContext", r5.context), d(1), u5("ngTemplateOutlet", r5.template)("ngTemplateOutletContext", r5.context), d(1), u5("ngIf", r5.isInvalid));
|
|
43228
|
-
}, dependencies: [
|
|
43238
|
+
}, dependencies: [ae2, ei, gr, he, Oe2, yo, Qn, vc, qn, _d, vd, yc, Cc, At, vt2, Rl, Ut, fr, xr, an, Be, Ue, Re2, Na, no, Kd, Jd, ql, ml, fl, Vs, En], encapsulation: 2, changeDetection: 0 });
|
|
43229
43239
|
})(), o;
|
|
43230
43240
|
})();
|
|
43231
43241
|
function e1e(o, t10) {
|
|
@@ -43472,12 +43482,12 @@ var dM = (() => {
|
|
|
43472
43482
|
};
|
|
43473
43483
|
}();
|
|
43474
43484
|
})(), (() => {
|
|
43475
|
-
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-row"]], standalone: true, features: [fe([{ provide: oi, useExisting:
|
|
43485
|
+
t10.\u0275cmp = G({ type: t10, selectors: [["igx-grid-row"]], standalone: true, features: [fe([{ provide: oi, useExisting: mi(() => t10) }]), Y, $5], decls: 17, vars: 1, consts: [[4, "ngTemplateOutlet"], ["addTemp", ""], ["defaultTemp", ""], ["mrlPinnedTemplate", ""], ["rowSelectorBaseTemplate", ""], ["cellTemplate", ""], ["expandableCellTemplate", ""], ["mrlCellTemplate", ""], ["mrlExpandableCellTemplate", ""], [1, "igx-grid__tr--inner", 3, "animationend"], [4, "ngIf"], [3, "igxRowDrag", "ghostTemplate", "click"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "pointerdown", "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "pointerdown", "click"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForScrollOrientation", "igxForContainerSize", "igxForSizePropName", "igxForTrackBy"], ["igxDirRef", ""], ["ngFor", "", 3, "ngForOf"], [1, "igx-grid__mrl-block", 3, "ngStyle"], ["class", "igx-grid__mrl-block", 3, "igx-grid__td--pinned-last", "igx-grid__td--pinned-first", "left", "ngStyle", 4, "ngFor", "ngForOf"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "checked", "readonly", "disabled", "disableRipple", "disableTransitions", "aria-label"], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "lastPinned", "firstPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], ["cell", ""], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", 3, "ngClass", "ngStyle", "expanded", "editMode", "column", "formatter", "intRow", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "lastPinned", "firstPinned", "formatter", "intRow", "rowData", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", 3, "ngClass", "ngStyle", "expanded", "editMode", "column", "lastPinned", "formatter", "intRow", "rowData", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"]], template: function(i2, r5) {
|
|
43476
43486
|
if (i2 & 1 && (m5(0, e1e, 1, 0, "ng-container", 0), m5(1, i1e, 2, 3, "ng-template", null, 1, V), m5(3, R1e, 5, 5, "ng-template", null, 2, V), m5(5, F1e, 2, 3, "ng-template", null, 3, V), m5(7, V1e, 2, 7, "ng-template", null, 4, V), m5(9, O1e, 6, 94, "ng-template", null, 5, V), m5(11, N1e, 6, 88, "ng-template", null, 6, V), m5(13, H1e, 6, 89, "ng-template", null, 7, V), m5(15, L1e, 6, 89, "ng-template", null, 8, V)), i2 & 2) {
|
|
43477
43487
|
let s10 = P(2), a = P(4);
|
|
43478
43488
|
u5("ngTemplateOutlet", r5.addRowUI ? s10 : a);
|
|
43479
43489
|
}
|
|
43480
|
-
}, dependencies: [Re2,
|
|
43490
|
+
}, dependencies: [Re2, ae2, cg, He2, Xt, ai, Ut, Xl, Oe2, xy, Ql, ag, qd, sg, Zd, eu], encapsulation: 2, changeDetection: 0 });
|
|
43481
43491
|
})(), o;
|
|
43482
43492
|
})();
|
|
43483
43493
|
var ii = (() => (ii = ii || {}, ii[ii.NONE = 0] = "NONE", ii[ii.LEFT = 1] = "LEFT", ii[ii.TOP = 2] = "TOP", ii[ii.RIGHT = 3] = "RIGHT", ii[ii.BOTTOM = 4] = "BOTTOM", ii[ii.TOPLEFT = 5] = "TOPLEFT", ii[ii.TOPRIGHT = 6] = "TOPRIGHT", ii[ii.BOTTOMLEFT = 7] = "BOTTOMLEFT", ii[ii.BOTTOMRIGHT = 8] = "BOTTOMRIGHT", ii))();
|
|
@@ -43500,7 +43510,7 @@ var su = (() => {
|
|
|
43500
43510
|
l10 !== this.lastDirection && (this.unsubscribe(), this._sub = this._interval$.subscribe(() => this.dragScroll.emit(c)), this.lastDirection = l10);
|
|
43501
43511
|
}, this.stopDragSelection = () => {
|
|
43502
43512
|
this.activeDrag && (this.dragStop.emit(false), this.unsubscribe(), this.lastDirection = ii.NONE);
|
|
43503
|
-
}, this._interval$ = yr(0, go).pipe(W(this.end$),
|
|
43513
|
+
}, this._interval$ = yr(0, go).pipe(W(this.end$), gi(() => this.activeDrag));
|
|
43504
43514
|
}
|
|
43505
43515
|
ngOnInit() {
|
|
43506
43516
|
this.zone.runOutsideAngular(() => {
|
|
@@ -43558,7 +43568,7 @@ function q1e(o, t10) {
|
|
|
43558
43568
|
}
|
|
43559
43569
|
function K1e(o, t10) {
|
|
43560
43570
|
if (o & 1 && (z(0), m5(1, q1e, 1, 0, "ng-container", 72), j3()), o & 2) {
|
|
43561
|
-
let n = t10.$implicit, e = t10.index, i2 = h(4), r5 = P(
|
|
43571
|
+
let n = t10.$implicit, e = t10.index, i2 = h(4), r5 = P(27);
|
|
43562
43572
|
d(1), u5("ngTemplateOutlet", r5)("ngTemplateOutletContext", i2.getContext(n, e, true));
|
|
43563
43573
|
}
|
|
43564
43574
|
}
|
|
@@ -43694,7 +43704,7 @@ function vxe(o, t10) {
|
|
|
43694
43704
|
}
|
|
43695
43705
|
function yxe(o, t10) {
|
|
43696
43706
|
if (o & 1 && (f(0, "span"), m5(1, vxe, 1, 0, "ng-container", 7), x5()), o & 2) {
|
|
43697
|
-
let n = h(2), e = P(
|
|
43707
|
+
let n = h(2), e = P(77);
|
|
43698
43708
|
d(1), u5("ngTemplateOutlet", n.addRowEmptyTemplate || e);
|
|
43699
43709
|
}
|
|
43700
43710
|
}
|
|
@@ -43709,7 +43719,7 @@ function wxe(o, t10) {
|
|
|
43709
43719
|
}
|
|
43710
43720
|
function Ixe(o, t10) {
|
|
43711
43721
|
if (o & 1 && (f(0, "span"), m5(1, wxe, 1, 0, "ng-container", 7), x5()), o & 2) {
|
|
43712
|
-
let n = h(2), e = P(
|
|
43722
|
+
let n = h(2), e = P(77);
|
|
43713
43723
|
d(1), u5("ngTemplateOutlet", n.addRowEmptyTemplate || e);
|
|
43714
43724
|
}
|
|
43715
43725
|
}
|
|
@@ -43799,7 +43809,7 @@ var uM = function(o) {
|
|
|
43799
43809
|
};
|
|
43800
43810
|
function Oxe(o, t10) {
|
|
43801
43811
|
if (o & 1 && (f(0, "div", 95)(1, "span", 96), m5(2, Fxe, 1, 0, "ng-container", 72), x5()(), f(3, "div", 97)(4, "div", 98), m5(5, Vxe, 1, 0, "ng-container", 72), x5()()), o & 2) {
|
|
43802
|
-
let n = h(), e = P(
|
|
43812
|
+
let n = h(), e = P(86), i2 = P(88);
|
|
43803
43813
|
d(2), u5("ngTemplateOutlet", (n.crudService.row == null ? null : n.crudService.row.getClassName()) === "IgxAddRow" ? n.rowAddTextTemplate : n.rowEditTextTemplate ? n.rowEditTextTemplate : e)("ngTemplateOutletContext", ze(4, uM, (n.crudService.row == null ? null : n.crudService.row.getClassName()) !== "IgxAddRow" ? n.rowChangesCount : null)), d(3), u5("ngTemplateOutlet", n.rowEditActionsTemplate ? n.rowEditActionsTemplate : i2)("ngTemplateOutletContext", ze(6, uM, n.endEdit.bind(n)));
|
|
43804
43814
|
}
|
|
43805
43815
|
}
|
|
@@ -43809,7 +43819,7 @@ function Nxe(o, t10) {
|
|
|
43809
43819
|
function Hxe(o, t10) {
|
|
43810
43820
|
o & 1 && k5(0, "igx-grid-column-resizer");
|
|
43811
43821
|
}
|
|
43812
|
-
var Lxe = [[["igx-grid-
|
|
43822
|
+
var Lxe = [[["igx-grid-toolbar"], ["igc-grid-toolbar"]], [["igx-grid-footer"], ["igc-grid-footer"]], [["igx-paginator"], ["igc-paginator"]], [["igx-grid-state"], ["igc-grid-state"]], [["igx-column"], ["igc-column"], ["igx-column-group"], ["igc-column-group"], ["igx-column-layout"], ["igc-column-layout"], ["igx-action-strip"], ["igc-action-strip"]]];
|
|
43813
43823
|
var Bxe = function(o, t10, n, e, i2, r5, s10) {
|
|
43814
43824
|
return [o, t10, n, e, i2, r5, s10];
|
|
43815
43825
|
};
|
|
@@ -43825,7 +43835,7 @@ var zxe = function(o, t10, n, e, i2) {
|
|
|
43825
43835
|
var jxe = function() {
|
|
43826
43836
|
return [];
|
|
43827
43837
|
};
|
|
43828
|
-
var $xe = ["igx-grid-
|
|
43838
|
+
var $xe = ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer", "igx-paginator,igc-paginator", "igx-grid-state,igc-grid-state", "igx-column,igc-column,igx-column-group,igc-column-group,igx-column-layout,igc-column-layout,igx-action-strip,igc-action-strip"];
|
|
43829
43839
|
var Uxe = 0;
|
|
43830
43840
|
var dn = (() => {
|
|
43831
43841
|
let t10 = class extends Bi {
|
|
@@ -44159,7 +44169,7 @@ var dn = (() => {
|
|
|
44159
44169
|
}, hostVars: 2, hostBindings: function(i2, r5) {
|
|
44160
44170
|
i2 & 2 && H("role", r5.role)("id", r5.id);
|
|
44161
44171
|
}, inputs: { groupsExpanded: "groupsExpanded", dropAreaTemplate: "dropAreaTemplate", detailTemplate: "detailTemplate", id: "id", data: "data", totalItemCount: "totalItemCount", groupingExpressions: "groupingExpressions", groupingExpansionState: "groupingExpansionState", hideGroupedColumns: "hideGroupedColumns", groupStrategy: "groupStrategy", dropAreaMessage: "dropAreaMessage", groupByRowSelectorTemplate: "groupByRowSelectorTemplate", groupRowTemplate: "groupRowTemplate", showGroupArea: "showGroupArea" }, outputs: { dataPreLoad: "dataPreLoad", groupingExpressionsChange: "groupingExpressionsChange", groupingExpansionStateChange: "groupingExpansionStateChange", groupingDone: "groupingDone" }, standalone: true, features: [fe([Ml, Go, sr, Zt2, or, { provide: Xn, useClass: rM }, { provide: Me2, useExisting: t10 }, ti, Hi, Do, ts]), Y, $5], ngContentSelectors: $xe, decls: 100, vars: 170, consts: [[4, "ngIf"], ["tabindex", "0", 1, "igx-grid-thead", 3, "grid", "hasMRL", "density", "activeDescendant", "width", "pinnedColumnCollection", "unpinnedColumnCollection", "keydown.meta.c", "keydown.control.c", "copy", "keydown", "scroll", "focus"], ["igxGridBody", "", "role", "rowgroup", 1, "igx-grid__tbody", 3, "keydown.control.c", "copy"], ["tabindex", "0", 1, "igx-grid__tbody-content", 3, "igxGridDragSelect", "keydown", "focus", "dragStop", "scroll", "dragScroll"], ["tbody", ""], ["id", "left", "class", "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop", 4, "ngIf"], ["id", "left", "class", "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop", "left", 4, "ngIf"], [4, "ngTemplateOutlet"], ["pinnedRecordsTemplate", ""], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollOrientation", "igxForScrollContainer", "igxForContainerSize", "igxForItemSize", "igxForTrackBy", "chunkPreload", "dataChanging", "dataChanged"], ["verticalScrollContainer", ""], ["record_template", ""], ["pinned_record_template", ""], ["group_template", ""], ["summary_template", ""], ["detail_template_container", ""], ["igxOverlayOutlet", "", 1, "igx-grid__row-editing-outlet"], ["igxRowEditingOverlayOutlet", ""], ["text", "Trial version of Ignite UI for Web Components"], ["igxToggle", ""], ["loadingOverlay", ""], [3, "indeterminate", 4, "ngIf"], ["id", "right", "class", "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop", 4, "ngIf"], [1, "igx-grid__tbody-scrollbar", 3, "hidden", "pointerdown"], [1, "igx-grid__tbody-scrollbar-start"], [1, "igx-grid__tbody-scrollbar-main"], ["igxGridFor", "", 3, "igxGridForOf"], ["verticalScrollHolder", ""], [1, "igx-grid__tbody-scrollbar-end"], [1, "igx-grid__addrow-snackbar"], [3, "outlet", "actionText", "displayTime"], ["addRowSnackbar", ""], ["igxOverlayOutlet", ""], ["igxBodyOverlayOutlet", "overlay-outlet"], ["igxOverlayOutlet", "", 1, "igx-grid__loading-outlet"], ["igxLoadingOverlayOutlet", ""], ["role", "rowgroup", 1, "igx-grid__tfoot"], ["tfoot", ""], ["tabindex", "0", 3, "focus", "keydown"], ["role", "row", "class", "igx-grid__summaries", 3, "width", "height", "gridID", "summaries", "index", 4, "ngIf"], [1, "igx-grid__tfoot-thumb", 3, "hidden"], [1, "igx-grid__scroll", 3, "hidden", "pointerdown"], ["scr", ""], [1, "igx-grid__scroll-start"], [1, "igx-grid__scroll-main"], ["scrollContainer", ""], [1, "igx-grid__scroll-end", 3, "hidden"], [1, "igx-grid__footer"], ["footer", ""], ["emptyFilteredGrid", ""], ["defaultEmptyGrid", ""], ["defaultAddRowEmptyTemplate", ""], ["defaultLoadingGrid", ""], ["defaultExpandedTemplate", ""], ["defaultCollapsedTemplate", ""], ["igxToggle", "", 4, "ngIf"], ["defaultRowEditText", ""], ["defaultRowEditActions", ""], ["defaultRowEditTemplate", ""], ["dragIndicatorIconBase", ""], ["igxOverlayOutlet", "", 1, "igx-grid__outlet"], ["igxFilteringOverlayOutlet", ""], [2, "display", "none"], ["sink", ""], [3, "grid", "expressions", "sortingExpressions", "density", "dropAreaTemplate", "dropAreaMessage"], ["groupArea", ""], ["id", "left", 1, "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop"], ["id", "left", 1, "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop"], ["class", "igx-grid__tr--pinned", 3, "ngClass", "width", 4, "ngIf"], [1, "igx-grid__tr--pinned", 3, "ngClass"], ["pinContainer", ""], [4, "ngFor", "ngForOf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "igxTemplateOutlet", "igxTemplateOutletContext", "cachedViewLoaded", "viewCreated", "viewMoved"], [3, "gridID", "index", "data", "disabled", "ngClass", "ngStyle"], ["row", ""], [3, "gridID", "index", "data", "ngClass", "ngStyle"], ["row", "", "pinnedRow", ""], [3, "gridID", "index", "groupRow", "hideGroupRowSelectors", "rowDraggable"], ["role", "row", 1, "igx-grid__summaries--body", 3, "gridID", "summaries", "index"], ["summaryRow", ""], ["detail", "true", 2, "overflow", "auto", "width", "100%", 3, "id", "ngClass", "pointerdown"], ["detailsContainer", ""], [1, "igx-grid__hierarchical-indent", 2, "display", "flex"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "indeterminate"], ["id", "right", 1, "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop"], ["role", "row", 1, "igx-grid__summaries", 3, "gridID", "summaries", "index"], ["role", "cell", 1, "igx-grid__tbody-message"], ["igxButton", "raised", "igxRipple", "", 3, "click"], [1, "igx-grid__loading"], ["role", "button", 1, "igx-grid__group-expand-btn", 3, "ngClass"], ["rowEditingOverlay", ""], [3, "className"], ["igxButton", "", "igxRowEditTabStop", "", "type", "button", 3, "click"], [1, "igx-banner__message"], [1, "igx-banner__text"], [1, "igx-banner__actions"], [1, "igx-banner__row"]], template: function(i2, r5) {
|
|
44162
|
-
if (i2 & 1 && (Se(Lxe),
|
|
44172
|
+
if (i2 & 1 && (Se(Lxe), se(0), m5(1, $1e, 3, 8, "ng-container", 0), f(2, "igx-grid-header-row", 1), w5("keydown.meta.c", function(a) {
|
|
44163
44173
|
return r5.copyHandler(a);
|
|
44164
44174
|
})("keydown.control.c", function(a) {
|
|
44165
44175
|
return r5.copyHandler(a);
|
|
@@ -44171,11 +44181,11 @@ var dn = (() => {
|
|
|
44171
44181
|
return r5.preventHeaderScroll(a);
|
|
44172
44182
|
})("focus", function() {
|
|
44173
44183
|
return r5.navigation.focusFirstCell();
|
|
44174
|
-
}), x5(), f(
|
|
44184
|
+
}), x5(), f(3, "div", 2), w5("keydown.control.c", function(a) {
|
|
44175
44185
|
return r5.copyHandler(a);
|
|
44176
44186
|
})("copy", function(a) {
|
|
44177
44187
|
return r5.copyHandler(a);
|
|
44178
|
-
}), f(
|
|
44188
|
+
}), f(4, "div", 3, 4), w5("keydown", function(a) {
|
|
44179
44189
|
return r5.navigation.handleNavigation(a);
|
|
44180
44190
|
})("focus", function(a) {
|
|
44181
44191
|
return r5.navigation.focusTbody(a);
|
|
@@ -44185,25 +44195,25 @@ var dn = (() => {
|
|
|
44185
44195
|
return r5.preventContainerScroll(a);
|
|
44186
44196
|
})("dragScroll", function(a) {
|
|
44187
44197
|
return r5.dragScroll(a);
|
|
44188
|
-
}), m5(
|
|
44198
|
+
}), m5(6, U1e, 1, 2, "span", 5), m5(7, W1e, 1, 4, "span", 6), m5(8, Q1e, 1, 0, "ng-container", 7), m5(9, txe, 7, 49, "ng-template", null, 8, V), m5(11, nxe, 1, 2, "ng-template", 9, 10, V), R(13, "gridRowPinning"), R(14, "gridAddRow"), R(15, "gridDetails"), R(16, "gridSummary"), R(17, "gridPaging"), R(18, "gridGroupBy"), R(19, "gridSort"), R(20, "gridFiltering"), R(21, "visibleColumns"), R(22, "gridTransaction"), w5("chunkPreload", function(a) {
|
|
44189
44199
|
return r5.dataLoading(a);
|
|
44190
44200
|
})("dataChanging", function(a) {
|
|
44191
44201
|
return r5.dataRebinding(a);
|
|
44192
44202
|
})("dataChanged", function(a) {
|
|
44193
44203
|
return r5.dataRebound(a);
|
|
44194
|
-
}), m5(
|
|
44204
|
+
}), m5(23, rxe, 1, 0, "ng-container", 7), m5(24, oxe, 4, 36, "ng-template", null, 11, V), m5(26, sxe, 5, 35, "ng-template", null, 12, V), m5(28, axe, 2, 5, "ng-template", null, 13, V), m5(30, lxe, 2, 3, "ng-template", null, 14, V), m5(32, pxe, 5, 9, "ng-template", null, 15, V), m5(34, hxe, 1, 0, "ng-container", 7), k5(35, "div", 16, 17)(37, "igc-trial-watermark", 18), x5(), f(38, "div", 19, 20), m5(40, gxe, 1, 1, "igx-circular-bar", 21), x5(), m5(41, mxe, 1, 2, "span", 22), f(42, "div", 23), w5("pointerdown", function(a) {
|
|
44195
44205
|
return a.preventDefault();
|
|
44196
|
-
}), k5(
|
|
44206
|
+
}), k5(43, "div", 24), f(44, "div", 25), m5(45, fxe, 0, 0, "ng-template", 26, 27, V), x5(), k5(47, "div", 28), x5(), f(48, "div", 29)(49, "igx-snackbar", 30, 31), C(51), x5()(), k5(52, "div", 32, 33)(54, "div", 34, 35), x5(), f(56, "div", 36, 37)(58, "div", 38), w5("focus", function() {
|
|
44197
44207
|
return r5.navigation.focusFirstCell(false);
|
|
44198
44208
|
})("keydown", function(a) {
|
|
44199
44209
|
return r5.navigation.summaryNav(a);
|
|
44200
|
-
}), m5(
|
|
44210
|
+
}), m5(59, xxe, 3, 10, "igx-grid-summary-row", 39), k5(60, "div", 40), x5()(), f(61, "div", 41, 42), w5("pointerdown", function(a) {
|
|
44201
44211
|
return a.preventDefault();
|
|
44202
|
-
}), k5(
|
|
44203
|
-
let s10 = P(
|
|
44204
|
-
d(
|
|
44212
|
+
}), k5(63, "div", 43), f(64, "div", 44), m5(65, _xe, 0, 0, "ng-template", 26, 45, V), x5(), k5(67, "div", 46), x5(), f(68, "div", 47, 48), se(70, 1), se(71, 2), x5(), m5(72, Cxe, 4, 2, "ng-template", null, 49, V), m5(74, Sxe, 4, 2, "ng-template", null, 50, V), m5(76, Dxe, 2, 1, "ng-template", null, 51, V), m5(78, bxe, 2, 1, "ng-template", null, 52, V), m5(80, Exe, 2, 3, "ng-template", null, 53, V), m5(82, Txe, 2, 3, "ng-template", null, 54, V), m5(84, Axe, 4, 6, "div", 55), m5(85, Pxe, 1, 2, "ng-template", null, 56, V), m5(87, kxe, 4, 2, "ng-template", null, 57, V), m5(89, Oxe, 6, 8, "ng-template", null, 58, V), m5(91, Nxe, 2, 0, "ng-template", null, 59, V), m5(93, Hxe, 1, 0, "igx-grid-column-resizer", 0), k5(94, "div", 60, 61), f(96, "div", 62, 63), se(98, 3), se(99, 4), x5()), i2 & 2) {
|
|
44213
|
+
let s10 = P(10), a = P(53);
|
|
44214
|
+
d(1), u5("ngIf", r5.showGroupArea && (r5.groupingExpressions.length > 0 || r5.hasGroupableColumns)), d(1), u5("grid", r5)("hasMRL", r5.hasColumnLayouts)("density", r5.displayDensity)("activeDescendant", r5.activeDescendant)("width", r5.calcWidth)("pinnedColumnCollection", r5.pinnedColumns)("unpinnedColumnCollection", r5.unpinnedColumns), d(2), U("height", r5.totalHeight, "px")("width", r5.calcWidth || null, "px"), u5("igxGridDragSelect", r5.selectionService.dragMode), H("role", r5.dataView.length ? null : "row")("aria-activedescendant", r5.activeDescendant), d(2), u5("ngIf", r5.moving && r5.columnInDrag && r5.pinnedColumns.length <= 0), d(1), u5("ngIf", r5.moving && r5.columnInDrag && r5.pinnedColumns.length > 0), d(1), u5("ngTemplateOutlet", r5.hasPinnedRecords && r5.isRowPinningToTop ? s10 : null), d(3), u5("igxGridForOf", ft2(13, 70, de(14, 75, ft2(15, 79, me(16, 84, qw(160, pM, me(17, 93, It2(154, zxe, me(18, 99, qw(145, pM, me(19, 108, _t2(138, Gxe, me(20, 115, Xi(130, Bxe, Wt(21, 123, de(22, 126, r5.data, r5.id, r5.pipeTrigger), r5.hasVisibleColumns), r5.filteringExpressionsTree, r5.filterStrategy, r5.advancedFilteringExpressionsTree, r5.id, r5.pipeTrigger, r5.filteringPipeTrigger)), r5.sortingExpressions, r5.groupingExpressions, r5.sortStrategy, r5.id, r5.pipeTrigger)), r5.groupingExpressions, r5.groupingExpansionState, r5.groupStrategy, r5.groupsExpanded, r5.id, r5.groupsRecords, r5.pipeTrigger)), !!r5.paginator, r5.page, r5.perPage, r5.pipeTrigger)), r5.hasSummarizedColumns, r5.summaryCalculationMode, r5.summaryPosition, r5.id, r5.showSummaryOnCollapse, r5.pipeTrigger, r5.summaryPipeTrigger)), r5.hasDetails, r5.expansionStates, r5.pipeTrigger), false, r5.pipeTrigger), r5.id, false, r5.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r5.verticalScroll)("igxForContainerSize", r5.calcHeight)("igxForItemSize", r5.hasColumnLayouts ? r5.rowHeight * r5.multiRowLayoutRowSize + 1 : r5.renderedRowHeight)("igxForTrackBy", r5.trackChanges), d(12), u5("ngTemplateOutlet", r5.hasPinnedRecords && !r5.isRowPinningToTop ? s10 : null), d(11), u5("ngTemplateOutlet", r5.template), d(6), u5("ngIf", r5.shouldOverlayLoading), d(1), u5("ngIf", r5.moving && r5.columnInDrag), d(1), U("width", r5.scrollSize, "px"), u5("hidden", !r5.hasVerticalScroll()), d(1), U("height", r5.isRowPinningToTop ? r5.pinnedRowHeight : 0, "px"), d(1), U("height", r5.calcHeight, "px"), d(1), u5("igxGridForOf", Dn(169, jxe)), d(2), U("height", r5.isRowPinningToTop ? 0 : r5.pinnedRowHeight, "px"), d(2), u5("outlet", a)("actionText", r5.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", r5.snackbarDisplayTime), d(2), Q(r5.resourceStrings.igx_grid_snackbar_addrow_label), d(5), U("height", r5.summaryRowHeight, "px"), d(2), H("aria-activedescendant", r5.activeDescendant), d(1), u5("ngIf", r5.hasSummarizedColumns && r5.rootSummariesEnabled), d(1), U("height", r5.summaryRowHeight, "px")("width", r5.scrollSize, "px"), u5("hidden", !r5.hasVerticalScroll()), d(1), U("height", r5.scrollSize, "px"), u5("hidden", r5.isHorizontalScrollHidden), d(2), U("width", r5.isPinningToStart ? r5.pinnedWidth : r5.headerFeaturesWidth, "px")("min-width", r5.isPinningToStart ? r5.pinnedWidth : r5.headerFeaturesWidth, "px"), d(1), U("width", r5.unpinnedWidth, "px"), d(1), u5("igxGridForOf", r5.EMPTY_DATA), d(2), U("float", "right")("width", r5.pinnedWidth, "px")("min-width", r5.pinnedWidth, "px"), u5("hidden", r5.pinnedWidth === 0 || r5.isPinningToStart), d(17), u5("ngIf", r5.rowEditable), d(9), u5("ngIf", r5.colResizingService.showResizer);
|
|
44205
44215
|
}
|
|
44206
|
-
}, dependencies: [
|
|
44216
|
+
}, dependencies: [ae2, Oe2, He2, ai, Re2, hy, en, iu, su, Ho, Xt, is, dM, gy, nu, yn, Lt, ir, Xa, Xe, qt, he, kn, Yl, Zv, lg, Uc, Jv, Yd, Xd, mg, lM, cM, my, fy, aM, sM], encapsulation: 2, changeDetection: 0 });
|
|
44207
44217
|
})(), o;
|
|
44208
44218
|
})();
|
|
44209
44219
|
var Qxe = ["esf"];
|
|
@@ -44694,10 +44704,10 @@ function F_e(o, t10) {
|
|
|
44694
44704
|
var DD = (() => {
|
|
44695
44705
|
let t10 = class extends en {
|
|
44696
44706
|
get headerForOf() {
|
|
44697
|
-
return this.headerContainers
|
|
44707
|
+
return this.headerContainers?.last;
|
|
44698
44708
|
}
|
|
44699
44709
|
constructor(e, i2, r5, s10) {
|
|
44700
|
-
super(i2, r5), this.grid = e, this.renderer = s10, this.aggregateList = [], this.filterDropdownDimensions = /* @__PURE__ */ new Set(), this.filterAreaDimensions = /* @__PURE__ */ new Set(), this._dropPos =
|
|
44710
|
+
super(i2, r5), this.grid = e, this.renderer = s10, this.aggregateList = [], this.filterDropdownDimensions = /* @__PURE__ */ new Set(), this.filterAreaDimensions = /* @__PURE__ */ new Set(), this._dropPos = Ci.AfterDropTarget, this._subMenuPositionSettings = { verticalStartPoint: Te2.Bottom, closeAnimation: void 0 }, this._subMenuOverlaySettings = { closeOnOutsideClick: true, modal: false, positionStrategy: new Ii(this._subMenuPositionSettings), scrollStrategy: new Yt() }, this.columnDimensionsByLevel = [[]];
|
|
44701
44711
|
}
|
|
44702
44712
|
get isFiltersButton() {
|
|
44703
44713
|
let e = 0;
|
|
@@ -44821,10 +44831,10 @@ var DD = (() => {
|
|
|
44821
44831
|
if (!e.dragChip || !e.dragChip.data?.pivotArea || (i2 !== void 0 ? this.grid.pivotConfiguration.values.find((l10) => l10.member === e.dragChip.id || l10.displayName === e.dragChip.id) : !this.grid.pivotConfiguration.values.find((l10) => l10.member === e.dragChip.id || l10.displayName === e.dragChip.id)))
|
|
44822
44832
|
return;
|
|
44823
44833
|
let a = e.owner.nativeElement.getBoundingClientRect().width / 2;
|
|
44824
|
-
this._dropPos = e.originalEvent.offsetX > a ?
|
|
44834
|
+
this._dropPos = e.originalEvent.offsetX > a ? Ci.AfterDropTarget : Ci.BeforeDropTarget, this._dropPos === Ci.AfterDropTarget ? (e.owner.nativeElement.previousElementSibling.style.visibility = "hidden", e.owner.nativeElement.nextElementSibling.style.visibility = "") : (e.owner.nativeElement.nextElementSibling.style.visibility = "hidden", e.owner.nativeElement.previousElementSibling.style.visibility = "");
|
|
44825
44835
|
}
|
|
44826
44836
|
onDimDragLeave(e) {
|
|
44827
|
-
e.owner.nativeElement.previousElementSibling.style.visibility = "hidden", e.owner.nativeElement.nextElementSibling.style.visibility = "hidden", this._dropPos =
|
|
44837
|
+
e.owner.nativeElement.previousElementSibling.style.visibility = "hidden", e.owner.nativeElement.nextElementSibling.style.visibility = "hidden", this._dropPos = Ci.AfterDropTarget;
|
|
44828
44838
|
}
|
|
44829
44839
|
onAreaDragLeave(e, i2) {
|
|
44830
44840
|
i2.chipsList.toArray().filter((s10) => this.notificationChips.toArray().indexOf(s10) === -1).forEach((s10) => {
|
|
@@ -44835,7 +44845,7 @@ var DD = (() => {
|
|
|
44835
44845
|
if (!(e.dragChip && e.dragChip.data?.pivotArea) && !(e.dragData?.chip && e.dragData.chip.data.pivotArea))
|
|
44836
44846
|
return;
|
|
44837
44847
|
let r5 = this.grid.pivotConfiguration.values, s10 = e.dragChip?.id || e.dragData?.chip.id, a = i2.chipsList.toArray(), l10 = a.indexOf(e.owner) !== -1 ? a.indexOf(e.owner) : a.length;
|
|
44838
|
-
l10 = this._dropPos ===
|
|
44848
|
+
l10 = this._dropPos === Ci.AfterDropTarget ? l10 + 1 : l10;
|
|
44839
44849
|
let c = r5.find((p10) => p10.member === s10 || p10.displayName === s10);
|
|
44840
44850
|
if (c) {
|
|
44841
44851
|
let p10 = a.indexOf(e.dragChip || e.dragData.chip);
|
|
@@ -44845,7 +44855,7 @@ var DD = (() => {
|
|
|
44845
44855
|
onDimDrop(e, i2, r5) {
|
|
44846
44856
|
if (!(e.dragChip && e.dragChip.data?.pivotArea) && !(e.dragData?.chip && e.dragData.chip.data.pivotArea))
|
|
44847
44857
|
return;
|
|
44848
|
-
let s10 = e.dragChip?.id || e.dragData?.chip.id, a = this.grid.getDimensionsByType(r5), p10 = i2.chipsList.toArray().find((E) => E.id === s10) === void 0, g = e.owner.id !== void 0, v10 = a.findIndex((E) => E.memberName === e.owner.id) !== -1 ? a.findIndex((E) => E.memberName === e.owner.id) : a.length, y5 = this._dropPos ===
|
|
44858
|
+
let s10 = e.dragChip?.id || e.dragData?.chip.id, a = this.grid.getDimensionsByType(r5), p10 = i2.chipsList.toArray().find((E) => E.id === s10) === void 0, g = e.owner.id !== void 0, v10 = a.findIndex((E) => E.memberName === e.owner.id) !== -1 ? a.findIndex((E) => E.memberName === e.owner.id) : a.length, y5 = this._dropPos === Ci.AfterDropTarget ? v10 + 1 : v10;
|
|
44849
44859
|
if (p10) {
|
|
44850
44860
|
let E = this.grid.allDimensions.find((M) => M && M.memberName === s10);
|
|
44851
44861
|
if (!E)
|
|
@@ -44863,7 +44873,7 @@ var DD = (() => {
|
|
|
44863
44873
|
}, o = t10;
|
|
44864
44874
|
return (() => {
|
|
44865
44875
|
t10.\u0275fac = function(i2) {
|
|
44866
|
-
return new (i2 || t10)(_(Me2), _(B), _(
|
|
44876
|
+
return new (i2 || t10)(_(Me2), _(B), _(le2), _(xt));
|
|
44867
44877
|
};
|
|
44868
44878
|
})(), (() => {
|
|
44869
44879
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-pivot-header-row"]], viewQuery: function(i2, r5) {
|
|
@@ -44897,7 +44907,7 @@ var DD = (() => {
|
|
|
44897
44907
|
}), m5(23, A_e, 2, 3, "igx-drop-down-item", 19), x5(), f(24, "div", 20)(25, "igx-grid-excel-style-filtering", 21, 22)(27, "div", 23)(28, "igx-chips-area", null, 24), m5(30, P_e, 2, 6, "igx-chip", 25), x5()(), f(31, "igx-excel-style-filter-operations"), k5(32, "igx-excel-style-search"), x5()()(), f(33, "div", 26)(34, "igx-chips-area", 11, 27), m5(36, k_e, 4, 5, "igx-chip", 28), x5()(), m5(37, F_e, 1, 2, "ng-template", null, 29, V);
|
|
44898
44908
|
}
|
|
44899
44909
|
i2 & 2 && (d(1), U("width", r5.width, "px"), d(1), U("width", r5.width, "px"), d(2), u5("ngIf", r5.grid.showPivotConfigurationUI), d(3), u5("ngIf", r5.grid.showPivotConfigurationUI), d(1), u5("ngIf", r5.grid.showPivotConfigurationUI), d(1), U("width", r5.width, "px"), J("igx-grid__tr--mrl", r5.hasMRL), H("aria-activedescendant", r5.activeDescendant), d(1), U("width", r5.width, "px"), d(1), U("width", r5.grid.pivotRowWidths - 1, "px"), d(4), u5("ngIf", r5.grid.showPivotConfigurationUI), d(1), u5("ngIf", r5.pinnedColumnCollection.length && r5.grid.isPinningToStart), d(1), U("max-height", r5.maxContainerHeight, "px"), d(1), u5("ngForOf", r5.columnDimensionsByLevel), d(1), u5("ngIf", r5.pinnedColumnCollection.length && !r5.grid.isPinningToStart), d(1), U("width", r5.grid.scrollSize, "px"), u5("hidden", !r5.grid.hasVerticalScroll()), d(3), u5("ngForOf", r5.aggregateList), d(1), u5("hidden", true), d(1), u5("maxHeight", r5.grid.excelStyleFilterMaxHeight)("minHeight", r5.grid.excelStyleFilterMinHeight), d(5), u5("ngForOf", r5.filterDropdownDimensions), d(6), u5("ngForOf", r5.grid.filterDimensions));
|
|
44900
|
-
}, dependencies: [
|
|
44910
|
+
}, dependencies: [ae2, Pr, co, He2, ei, he, Be, qu, Ue, Yn, Re2, nr, Oe2, ai, Xt, $n, jn, Pn, Nr, Hr, Or, Wd, Ul, ag], encapsulation: 2, changeDetection: 0 });
|
|
44901
44911
|
})(), o;
|
|
44902
44912
|
})();
|
|
44903
44913
|
var Of = (() => {
|
|
@@ -45180,7 +45190,7 @@ var bD = (() => {
|
|
|
45180
45190
|
}, o = t10;
|
|
45181
45191
|
return (() => {
|
|
45182
45192
|
t10.\u0275fac = function(i2) {
|
|
45183
|
-
return new (i2 || t10)(_(Me2), _(ca), _(
|
|
45193
|
+
return new (i2 || t10)(_(Me2), _(ca), _(le2), _(B));
|
|
45184
45194
|
};
|
|
45185
45195
|
})(), (() => {
|
|
45186
45196
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-pivot-row-dimension-header"]], hostBindings: function(i2, r5) {
|
|
@@ -45192,7 +45202,7 @@ var bD = (() => {
|
|
|
45192
45202
|
let s10 = P(1);
|
|
45193
45203
|
d(7), u5("ngTemplateOutlet", r5.column.headerTemplate ? r5.column.headerTemplate : s10)("ngTemplateOutletContext", Nt2(3, U_e, r5.column, r5.column)), d(1), u5("ngIf", !r5.column.columnGroup);
|
|
45194
45204
|
}
|
|
45195
|
-
}, dependencies: [he, Re2,
|
|
45205
|
+
}, dependencies: [he, Re2, ae2, Oe2, Qv], encapsulation: 2, changeDetection: 0 });
|
|
45196
45206
|
})(), o;
|
|
45197
45207
|
})();
|
|
45198
45208
|
var vM = (() => {
|
|
@@ -45319,7 +45329,7 @@ var ED = (() => {
|
|
|
45319
45329
|
}, o = t10;
|
|
45320
45330
|
return (() => {
|
|
45321
45331
|
t10.\u0275fac = function(i2) {
|
|
45322
|
-
return new (i2 || t10)(_(
|
|
45332
|
+
return new (i2 || t10)(_(le2), _(Me2), _(B), _(ca), _(ti), _(_e2), _(we2));
|
|
45323
45333
|
};
|
|
45324
45334
|
})(), (() => {
|
|
45325
45335
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-pivot-row-dimension-header-group"]], viewQuery: function(i2, r5) {
|
|
@@ -45333,7 +45343,7 @@ var ED = (() => {
|
|
|
45333
45343
|
}), i2 & 2 && (H("id", r5.headerID)("title", r5.title), U("user-select", r5.userSelect), J("igx-grid-th--active", r5.active));
|
|
45334
45344
|
}, inputs: { rowIndex: "rowIndex", parent: "parent" }, standalone: true, features: [Y, $5], decls: 5, vars: 1, consts: [["defaultColumn", ""], ["defaultCollapseIndicator", ""], [4, "ngIf"], [1, "igx-grid-th__group-title", 3, "title"], ["class", "igx-grid-th__drop-indicator-left", 4, "ngIf"], ["role", "columnheader", 1, "igx-grid-th--fw", 3, "id", "ngClass", "ngStyle", "igxColumnMovingDrag", "ghostHost", "igxColumnMovingDrop", "column", "density", "pointerdown"], [3, "column", 4, "ngIf"], ["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"], [3, "column"], [1, "igx-grid-th__resize-handle", 3, "igxPivotResizeHandle", "igxPivotResizeHandleHeader"], [1, "igx-grid-th__drop-indicator-right"]], template: function(i2, r5) {
|
|
45335
45345
|
i2 & 1 && (m5(0, W_e, 2, 2, "ng-template", null, 0, V), m5(2, Q_e, 2, 2, "ng-template", null, 1, V), m5(4, Z_e, 7, 17, "ng-container", 2)), i2 & 2 && (d(4), u5("ngIf", !r5.column.columnGroup));
|
|
45336
|
-
}, dependencies: [he,
|
|
45346
|
+
}, dependencies: [he, ae2, bD, Oe2, ai, qa, Ho, bf, vM, Ul], encapsulation: 2, changeDetection: 0 });
|
|
45337
45347
|
})(), o;
|
|
45338
45348
|
})();
|
|
45339
45349
|
var J_e = ["headerTemplate"];
|
|
@@ -45400,7 +45410,7 @@ var TD = (() => {
|
|
|
45400
45410
|
}, o = t10;
|
|
45401
45411
|
return (() => {
|
|
45402
45412
|
t10.\u0275fac = function(i2) {
|
|
45403
|
-
return new (i2 || t10)(_(Me2), _(B), _(kt2), _(zi), _(
|
|
45413
|
+
return new (i2 || t10)(_(Me2), _(B), _(kt2), _(zi), _(le2), _(Qe2));
|
|
45404
45414
|
};
|
|
45405
45415
|
})(), (() => {
|
|
45406
45416
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-pivot-row-dimension-content"]], viewQuery: function(i2, r5) {
|
|
@@ -45826,12 +45836,12 @@ var PM = (() => {
|
|
|
45826
45836
|
}, o = t10;
|
|
45827
45837
|
return (() => {
|
|
45828
45838
|
t10.\u0275fac = function(i2) {
|
|
45829
|
-
return new (i2 || t10)(_(Me2), _(Zt2), _(B), _(
|
|
45839
|
+
return new (i2 || t10)(_(Me2), _(Zt2), _(B), _(le2), _(Qe2));
|
|
45830
45840
|
};
|
|
45831
45841
|
})(), (() => {
|
|
45832
45842
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-pivot-row"]], hostVars: 1, hostBindings: function(i2, r5) {
|
|
45833
45843
|
i2 & 2 && H("aria-selected", r5.selected);
|
|
45834
|
-
}, inputs: { selected: "selected", data: "data" }, standalone: true, features: [fe([{ provide: oi, useExisting:
|
|
45844
|
+
}, inputs: { selected: "selected", data: "data" }, standalone: true, features: [fe([{ provide: oi, useExisting: mi(() => t10) }]), Y, $5], decls: 5, vars: 8, consts: [["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForSizePropName", "igxForScrollOrientation", "igxForContainerSize", "igxForTrackBy"], ["igxDirRef", ""], ["rowSelectorBaseTemplate", ""], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "rowData", "columnData", "width", "visibleColumnIndex", "value", "cellTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip", "pointerdown"], ["cell", ""], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "disableRipple", "disabled", "disableTransitions", "aria-label"]], template: function(i2, r5) {
|
|
45835
45845
|
i2 & 1 && (m5(0, sve, 6, 86, "ng-template", 0, 1, V), R(2, "igxNotGrouped"), m5(3, ave, 2, 7, "ng-template", null, 2, V)), i2 & 2 && u5("igxGridForOf", Ct2(2, 6, r5.unpinnedColumns))("igxForScrollContainer", r5.grid.parentVirtDir)("igxForSizePropName", "calcPixelWidth")("igxForScrollOrientation", "horizontal")("igxForContainerSize", r5.grid.unpinnedWidth)("igxForTrackBy", r5.grid.trackColumnChanges);
|
|
45836
45846
|
}, dependencies: [Xt, Xl, Oe2, ai, Ut, Ql, qd, Zd, eu, MM], encapsulation: 2, changeDetection: 0 });
|
|
45837
45847
|
})(), o;
|
|
@@ -45844,13 +45854,13 @@ function pve(o, t10) {
|
|
|
45844
45854
|
o & 1 && q3(0);
|
|
45845
45855
|
}
|
|
45846
45856
|
function hve(o, t10) {
|
|
45847
|
-
if (o & 1 && k5(0, "span",
|
|
45857
|
+
if (o & 1 && k5(0, "span", 54), o & 2) {
|
|
45848
45858
|
let n = h();
|
|
45849
45859
|
u5("igxColumnMovingDrop", n.headerContainer), H("droppable", true);
|
|
45850
45860
|
}
|
|
45851
45861
|
}
|
|
45852
45862
|
function gve(o, t10) {
|
|
45853
|
-
if (o & 1 && k5(0, "span",
|
|
45863
|
+
if (o & 1 && k5(0, "span", 55), o & 2) {
|
|
45854
45864
|
let n = h();
|
|
45855
45865
|
U("left", n.pinnedWidth, "px"), u5("igxColumnMovingDrop", n.headerContainer), H("droppable", true);
|
|
45856
45866
|
}
|
|
@@ -45860,7 +45870,7 @@ function mve(o, t10) {
|
|
|
45860
45870
|
function fve(o, t10) {
|
|
45861
45871
|
if (o & 1) {
|
|
45862
45872
|
let n = O();
|
|
45863
|
-
m5(0, mve, 0, 0, "ng-template",
|
|
45873
|
+
m5(0, mve, 0, 0, "ng-template", 56), w5("cachedViewLoaded", function(i2) {
|
|
45864
45874
|
I(n);
|
|
45865
45875
|
let r5 = h();
|
|
45866
45876
|
return S(r5.cachedViewLoaded(i2));
|
|
@@ -45875,7 +45885,7 @@ var xve = function(o, t10, n, e, i2, r5, s10, a, l10, c, p10) {
|
|
|
45875
45885
|
return [o, t10, n, e, i2, r5, s10, a, l10, false, c, p10];
|
|
45876
45886
|
};
|
|
45877
45887
|
function _ve(o, t10) {
|
|
45878
|
-
if (o & 1 && (k5(0, "igx-pivot-row",
|
|
45888
|
+
if (o & 1 && (k5(0, "igx-pivot-row", 57, 58), R(2, "igxGridRowClasses"), R(3, "igxGridRowStyles")), o & 2) {
|
|
45879
45889
|
let n = t10.index, e = t10.$implicit, i2 = P(1), r5 = h();
|
|
45880
45890
|
U("height", r5.renderedRowHeight, "px"), u5("gridID", r5.id)("index", n)("data", e)("ngClass", me(2, 7, ya(25, xve, [r5.rowClasses, i2, i2.inEditMode, i2.selected, i2.dirty, i2.deleted, i2.dragging, n, r5.hasColumnLayouts, e, r5.pipeTrigger])))("ngStyle", ft2(3, 20, r5.rowStyles, e, n, r5.pipeTrigger));
|
|
45881
45891
|
}
|
|
@@ -45884,10 +45894,10 @@ function vve(o, t10) {
|
|
|
45884
45894
|
o & 1 && q3(0);
|
|
45885
45895
|
}
|
|
45886
45896
|
function yve(o, t10) {
|
|
45887
|
-
o & 1 && k5(0, "igx-circular-bar",
|
|
45897
|
+
o & 1 && k5(0, "igx-circular-bar", 59), o & 2 && u5("indeterminate", true);
|
|
45888
45898
|
}
|
|
45889
45899
|
function Cve(o, t10) {
|
|
45890
|
-
if (o & 1 && k5(0, "span",
|
|
45900
|
+
if (o & 1 && k5(0, "span", 60), o & 2) {
|
|
45891
45901
|
let n = h();
|
|
45892
45902
|
u5("igxColumnMovingDrop", n.headerContainer), H("droppable", true);
|
|
45893
45903
|
}
|
|
@@ -45897,22 +45907,22 @@ function wve(o, t10) {
|
|
|
45897
45907
|
function Ive(o, t10) {
|
|
45898
45908
|
}
|
|
45899
45909
|
function Sve(o, t10) {
|
|
45900
|
-
if (o & 1 && (f(0, "span",
|
|
45910
|
+
if (o & 1 && (f(0, "span", 61)(1, "span"), C(2), x5()()), o & 2) {
|
|
45901
45911
|
let n = h();
|
|
45902
45912
|
d(2), Q(n.emptyFilteredGridMessage);
|
|
45903
45913
|
}
|
|
45904
45914
|
}
|
|
45905
45915
|
function Dve(o, t10) {
|
|
45906
|
-
if (o & 1 && (f(0, "span",
|
|
45916
|
+
if (o & 1 && (f(0, "span", 61)(1, "span"), C(2), x5()()), o & 2) {
|
|
45907
45917
|
let n = h();
|
|
45908
45918
|
d(2), Q(n.emptyGridMessage);
|
|
45909
45919
|
}
|
|
45910
45920
|
}
|
|
45911
45921
|
function bve(o, t10) {
|
|
45912
|
-
o & 1 && (f(0, "div",
|
|
45922
|
+
o & 1 && (f(0, "div", 62), k5(1, "igx-circular-bar", 59), x5()), o & 2 && (d(1), u5("indeterminate", true));
|
|
45913
45923
|
}
|
|
45914
45924
|
function Eve(o, t10) {
|
|
45915
|
-
if (o & 1 && k5(0, "igx-pivot-grid-column-resizer",
|
|
45925
|
+
if (o & 1 && k5(0, "igx-pivot-grid-column-resizer", 63), o & 2) {
|
|
45916
45926
|
let n = h();
|
|
45917
45927
|
u5("restrictResizerTop", n.theadRow.nativeElement.clientHeight);
|
|
45918
45928
|
}
|
|
@@ -45920,7 +45930,7 @@ function Eve(o, t10) {
|
|
|
45920
45930
|
function Tve(o, t10) {
|
|
45921
45931
|
if (o & 1) {
|
|
45922
45932
|
let n = O();
|
|
45923
|
-
f(0, "div",
|
|
45933
|
+
f(0, "div", 64)(1, "igx-icon", 65), w5("click", function() {
|
|
45924
45934
|
let r5 = I(n).$implicit, s10 = h();
|
|
45925
45935
|
return S(s10.toggleColumn(r5));
|
|
45926
45936
|
}), C(2), x5(), C(3), x5();
|
|
@@ -45931,7 +45941,7 @@ function Tve(o, t10) {
|
|
|
45931
45941
|
}
|
|
45932
45942
|
}
|
|
45933
45943
|
function Rve(o, t10) {
|
|
45934
|
-
if (o & 1 && k5(0, "igx-pivot-row-dimension-content",
|
|
45944
|
+
if (o & 1 && k5(0, "igx-pivot-row-dimension-content", 71), o & 2) {
|
|
45935
45945
|
let n = t10.$implicit, e = t10.index, i2 = h(), r5 = i2.index, s10 = i2.$implicit, a = h(2);
|
|
45936
45946
|
U("height", a.renderedRowHeight * (n.rowSpan || 1), "px"), u5("grid", a)("dimension", n.dimensions[r5])("rootDimension", s10)("rowIndex", e)("rowData", n)("density", a.displayDensity)("width", a.rowDimensionWidthToPixels(s10));
|
|
45937
45947
|
}
|
|
@@ -45939,7 +45949,7 @@ function Rve(o, t10) {
|
|
|
45939
45949
|
function Mve(o, t10) {
|
|
45940
45950
|
if (o & 1) {
|
|
45941
45951
|
let n = O();
|
|
45942
|
-
f(0, "div",
|
|
45952
|
+
f(0, "div", 67, 68), w5("focus", function(i2) {
|
|
45943
45953
|
I(n);
|
|
45944
45954
|
let r5 = h(2);
|
|
45945
45955
|
return S(r5.navigation.focusTbody(i2));
|
|
@@ -45947,7 +45957,7 @@ function Mve(o, t10) {
|
|
|
45947
45957
|
I(n);
|
|
45948
45958
|
let r5 = h(2);
|
|
45949
45959
|
return S(r5.navigation.handleNavigation(i2));
|
|
45950
|
-
}), m5(2, Rve, 1, 9, "ng-template",
|
|
45960
|
+
}), m5(2, Rve, 1, 9, "ng-template", 69, 70, V), R(4, "pivotGridCellMerging"), x5();
|
|
45951
45961
|
}
|
|
45952
45962
|
if (o & 2) {
|
|
45953
45963
|
let n = t10.$implicit, e = h(2);
|
|
@@ -45955,7 +45965,7 @@ function Mve(o, t10) {
|
|
|
45955
45965
|
}
|
|
45956
45966
|
}
|
|
45957
45967
|
function Ave(o, t10) {
|
|
45958
|
-
if (o & 1 && m5(0, Mve, 5, 13, "div",
|
|
45968
|
+
if (o & 1 && m5(0, Mve, 5, 13, "div", 66), o & 2) {
|
|
45959
45969
|
let n = h();
|
|
45960
45970
|
u5("ngForOf", n.rowDimensions);
|
|
45961
45971
|
}
|
|
@@ -45963,7 +45973,7 @@ function Ave(o, t10) {
|
|
|
45963
45973
|
function Pve(o, t10) {
|
|
45964
45974
|
if (o & 1) {
|
|
45965
45975
|
let n = O();
|
|
45966
|
-
f(0, "div",
|
|
45976
|
+
f(0, "div", 67, 68), w5("focus", function(i2) {
|
|
45967
45977
|
I(n);
|
|
45968
45978
|
let r5 = h(2);
|
|
45969
45979
|
return S(r5.navigation.focusTbody(i2));
|
|
@@ -45971,7 +45981,7 @@ function Pve(o, t10) {
|
|
|
45971
45981
|
I(n);
|
|
45972
45982
|
let r5 = h(2);
|
|
45973
45983
|
return S(r5.navigation.handleNavigation(i2));
|
|
45974
|
-
}), k5(2, "igx-pivot-row-dimension-content",
|
|
45984
|
+
}), k5(2, "igx-pivot-row-dimension-content", 71), x5();
|
|
45975
45985
|
}
|
|
45976
45986
|
if (o & 2) {
|
|
45977
45987
|
let n = h(2);
|
|
@@ -45979,18 +45989,18 @@ function Pve(o, t10) {
|
|
|
45979
45989
|
}
|
|
45980
45990
|
}
|
|
45981
45991
|
function kve(o, t10) {
|
|
45982
|
-
if (o & 1 && m5(0, Pve, 3, 7, "div",
|
|
45992
|
+
if (o & 1 && m5(0, Pve, 3, 7, "div", 72), o & 2) {
|
|
45983
45993
|
let n = h();
|
|
45984
45994
|
u5("ngIf", n.columnDimensions.length > 0 || n.values.length > 0);
|
|
45985
45995
|
}
|
|
45986
45996
|
}
|
|
45987
45997
|
function Fve(o, t10) {
|
|
45988
|
-
if (o & 1 && (f(0, "span",
|
|
45998
|
+
if (o & 1 && (f(0, "span", 61)(1, "span"), C(2), x5()()), o & 2) {
|
|
45989
45999
|
let n = h();
|
|
45990
46000
|
d(2), Q(n.resourceStrings.igx_grid_pivot_empty_message);
|
|
45991
46001
|
}
|
|
45992
46002
|
}
|
|
45993
|
-
var Vve = [[["igx-grid-toolbar"], ["igc-grid-toolbar"]], [["igx-grid-footer"], ["igc-grid-footer"]]];
|
|
46003
|
+
var Vve = [[["igx-grid-toolbar"], ["igc-grid-toolbar"]], [["igx-grid-footer"], ["igc-grid-footer"]], [["igx-grid-state"], ["igc-grid-state"]]];
|
|
45994
46004
|
var AD = function(o, t10, n, e, i2, r5) {
|
|
45995
46005
|
return [o, t10, n, e, i2, r5];
|
|
45996
46006
|
};
|
|
@@ -46000,7 +46010,7 @@ var Ove = function(o, t10, n, e, i2) {
|
|
|
46000
46010
|
var Nve = function() {
|
|
46001
46011
|
return [];
|
|
46002
46012
|
};
|
|
46003
|
-
var Hve = ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer"];
|
|
46013
|
+
var Hve = ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer", "igx-grid-state,igc-grid-state"];
|
|
46004
46014
|
var Lve = 0;
|
|
46005
46015
|
var kM = 200;
|
|
46006
46016
|
var Bve = 104;
|
|
@@ -46283,7 +46293,7 @@ var pp = class extends Bi {
|
|
|
46283
46293
|
}
|
|
46284
46294
|
set totalRecords(t10) {
|
|
46285
46295
|
}
|
|
46286
|
-
moveColumn(t10, n, e =
|
|
46296
|
+
moveColumn(t10, n, e = Ci.AfterDropTarget) {
|
|
46287
46297
|
}
|
|
46288
46298
|
addRow(t10) {
|
|
46289
46299
|
}
|
|
@@ -46597,7 +46607,7 @@ var pp = class extends Bi {
|
|
|
46597
46607
|
var Fn = pp;
|
|
46598
46608
|
(() => {
|
|
46599
46609
|
pp.\u0275fac = function(n) {
|
|
46600
|
-
return new (n || pp)(_(or), _(Zt2), _(ca), _(Is), _(Tc), _(B), _(we2), _(gt2), _(
|
|
46610
|
+
return new (n || pp)(_(or), _(Zt2), _(ca), _(Is), _(Tc), _(B), _(we2), _(gt2), _(le2), _(ji), _(Qe2), _(Qi), _(kt2), _(zi), _(yy), _(ti), _(ui), _(sr), _(dt2, 8), _(ni), _(_e2), _(ru, 8));
|
|
46601
46611
|
};
|
|
46602
46612
|
})(), (() => {
|
|
46603
46613
|
pp.\u0275cmp = G({ type: pp, selectors: [["igx-pivot-grid"]], contentQueries: function(n, e, i2) {
|
|
@@ -46612,8 +46622,8 @@ var Fn = pp;
|
|
|
46612
46622
|
}
|
|
46613
46623
|
}, hostVars: 4, hostBindings: function(n, e) {
|
|
46614
46624
|
n & 2 && (H("role", e.role)("id", e.id), J("igx-grid__pivot--super-compact", e.superCompactMode));
|
|
46615
|
-
}, inputs: { valueChipTemplate: "valueChipTemplate", pivotConfiguration: "pivotConfiguration", showPivotConfigurationUI: "showPivotConfigurationUI", superCompactMode: "superCompactMode", displayDensity: "displayDensity", pivotValueCloneStrategy: "pivotValueCloneStrategy", addRowEmptyTemplate: "addRowEmptyTemplate", autoGenerateExclude: "autoGenerateExclude", snackbarDisplayTime: "snackbarDisplayTime", defaultExpandState: "defaultExpandState", pagingMode: "pagingMode", hideRowSelectors: "hideRowSelectors", rowDraggable: "rowDraggable", allowAdvancedFiltering: "allowAdvancedFiltering", filterMode: "filterMode", allowFiltering: "allowFiltering", page: "page", perPage: "perPage", summaryRowHeight: "summaryRowHeight", rowEditable: "rowEditable", pinning: "pinning", summaryPosition: "summaryPosition", summaryCalculationMode: "summaryCalculationMode", showSummaryOnCollapse: "showSummaryOnCollapse", batchEditing: "batchEditing", id: "id", data: "data", totalRecords: "totalRecords", emptyPivotGridTemplate: "emptyPivotGridTemplate" }, outputs: { dimensionsChange: "dimensionsChange", pivotConfigurationChange: "pivotConfigurationChange", dimensionInit: "dimensionInit", valueInit: "valueInit", dimensionsSortingExpressionsChange: "dimensionsSortingExpressionsChange", valuesChange: "valuesChange", cellEdit: "cellEdit", cellEditDone: "cellEditDone", cellEditEnter: "cellEditEnter", cellEditExit: "cellEditExit", columnMovingStart: "columnMovingStart", columnMoving: "columnMoving", columnMovingEnd: "columnMovingEnd", columnPin: "columnPin", columnPinned: "columnPinned", rowAdd: "rowAdd", rowAdded: "rowAdded", rowDeleted: "rowDeleted", rowDelete: "rowDelete", rowDragStart: "rowDragStart", rowDragEnd: "rowDragEnd", rowEditEnter: "rowEditEnter", rowEdit: "rowEdit", rowEditDone: "rowEditDone", rowEditExit: "rowEditExit", rowPinning: "rowPinning", rowPinned: "rowPinned" }, standalone: true, features: [fe([Ml, or, sr, Zt2, Hi, Is, { provide: Me2, useExisting: pp }, { provide: ti, useClass: xM }, yy, ca, Do, ts]), Y, $5], ngContentSelectors: Hve, decls:
|
|
46616
|
-
if (n & 1 && (Se(Vve),
|
|
46625
|
+
}, inputs: { valueChipTemplate: "valueChipTemplate", pivotConfiguration: "pivotConfiguration", showPivotConfigurationUI: "showPivotConfigurationUI", superCompactMode: "superCompactMode", displayDensity: "displayDensity", pivotValueCloneStrategy: "pivotValueCloneStrategy", addRowEmptyTemplate: "addRowEmptyTemplate", autoGenerateExclude: "autoGenerateExclude", snackbarDisplayTime: "snackbarDisplayTime", defaultExpandState: "defaultExpandState", pagingMode: "pagingMode", hideRowSelectors: "hideRowSelectors", rowDraggable: "rowDraggable", allowAdvancedFiltering: "allowAdvancedFiltering", filterMode: "filterMode", allowFiltering: "allowFiltering", page: "page", perPage: "perPage", summaryRowHeight: "summaryRowHeight", rowEditable: "rowEditable", pinning: "pinning", summaryPosition: "summaryPosition", summaryCalculationMode: "summaryCalculationMode", showSummaryOnCollapse: "showSummaryOnCollapse", batchEditing: "batchEditing", id: "id", data: "data", totalRecords: "totalRecords", emptyPivotGridTemplate: "emptyPivotGridTemplate" }, outputs: { dimensionsChange: "dimensionsChange", pivotConfigurationChange: "pivotConfigurationChange", dimensionInit: "dimensionInit", valueInit: "valueInit", dimensionsSortingExpressionsChange: "dimensionsSortingExpressionsChange", valuesChange: "valuesChange", cellEdit: "cellEdit", cellEditDone: "cellEditDone", cellEditEnter: "cellEditEnter", cellEditExit: "cellEditExit", columnMovingStart: "columnMovingStart", columnMoving: "columnMoving", columnMovingEnd: "columnMovingEnd", columnPin: "columnPin", columnPinned: "columnPinned", rowAdd: "rowAdd", rowAdded: "rowAdded", rowDeleted: "rowDeleted", rowDelete: "rowDelete", rowDragStart: "rowDragStart", rowDragEnd: "rowDragEnd", rowEditEnter: "rowEditEnter", rowEdit: "rowEdit", rowEditDone: "rowEditDone", rowEditExit: "rowEditExit", rowPinning: "rowPinning", rowPinned: "rowPinned" }, standalone: true, features: [fe([Ml, or, sr, Zt2, Hi, Is, { provide: Me2, useExisting: pp }, { provide: ti, useClass: xM }, yy, ca, Do, ts]), Y, $5], ngContentSelectors: Hve, decls: 76, vars: 132, consts: [["tabindex", "0", 1, "igx-grid-thead", "igx-grid-thead--pivot", 3, "grid", "hasMRL", "density", "activeDescendant", "width", "pinnedColumnCollection", "unpinnedColumnCollection", "keydown.meta.c", "keydown.control.c", "copy", "keydown", "scroll"], ["igxGridBody", "", "role", "rowgroup", 1, "igx-grid__tbody", 3, "keydown.control.c", "copy"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["tabindex", "0", 1, "igx-grid__tbody-content", 3, "igxGridDragSelect", "keydown", "focus", "dragStop", "scroll", "dragScroll"], ["tbody", ""], ["id", "left", "class", "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop", 4, "ngIf"], ["id", "left", "class", "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop", "left", 4, "ngIf"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollOrientation", "igxForScrollContainer", "igxForContainerSize", "igxForItemSize", "igxGridForOfVariableSizes"], ["verticalScrollContainer", ""], ["record_template", ""], [4, "ngTemplateOutlet"], ["text", "Trial version of Ignite UI for Web Components"], ["igxToggle", ""], ["loadingOverlay", ""], [3, "indeterminate", 4, "ngIf"], ["id", "right", "class", "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop", 4, "ngIf"], [1, "igx-grid__tbody-scrollbar", 3, "hidden", "pointerdown"], [1, "igx-grid__tbody-scrollbar-start"], [1, "igx-grid__tbody-scrollbar-main"], ["igxGridFor", "", 3, "igxGridForOf"], ["verticalScrollHolder", ""], [1, "igx-grid__tbody-scrollbar-end"], [1, "igx-grid__addrow-snackbar"], [3, "outlet", "actionText", "displayTime"], ["addRowSnackbar", ""], ["igxOverlayOutlet", ""], ["igxBodyOverlayOutlet", "overlay-outlet"], [1, "igx-grid__scroll", 3, "hidden", "pointerdown"], ["scr", ""], [1, "igx-grid__scroll-start"], [1, "igx-grid__scroll-main"], ["scrollContainer", ""], [1, "igx-grid__scroll-end", 3, "hidden"], ["role", "rowgroup", 1, "igx-grid__tfoot"], ["tfoot", ""], [1, "igx-grid__footer"], ["footer", ""], ["emptyFilteredGrid", ""], ["defaultEmptyGrid", ""], ["defaultLoadingGrid", ""], [3, "restrictResizerTop", 4, "ngIf"], ["igxOverlayOutlet", "", 1, "igx-grid__loading-outlet"], ["igxLoadingOverlayOutlet", ""], ["igxOverlayOutlet", "", 1, "igx-grid__outlet"], ["igxFilteringOverlayOutlet", ""], ["headerTemplate", ""], ["defaultRowDimensionsTemplate", ""], ["emptyRowDimensionsTemplate", ""], ["emptyPivotGridTemplate", ""], [3, "hidden"], [3, "maxHeight", "minHeight"], ["igxExcelStyleColumnOperations", "", 3, "hidden"], [2, "display", "none"], ["sink", ""], ["id", "left", 1, "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop"], ["id", "left", 1, "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop"], [3, "igxTemplateOutlet", "igxTemplateOutletContext", "cachedViewLoaded"], [3, "gridID", "index", "data", "ngClass", "ngStyle"], ["row", ""], [3, "indeterminate"], ["id", "right", 1, "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop"], ["role", "cell", 1, "igx-grid__tbody-message"], [1, "igx-grid__loading"], [3, "restrictResizerTop"], [1, "igx-grid__tr--header"], [3, "click"], ["tabindex", "0", "role", "rowgroup", "class", "igx-grid__tbody-pivot-dimension", 3, "height", "focus", "keydown", 4, "ngFor", "ngForOf"], ["tabindex", "0", "role", "rowgroup", 1, "igx-grid__tbody-pivot-dimension", 3, "focus", "keydown"], ["rowDimensionContainer", ""], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollOrientation", "igxForScrollContainer", "igxForContainerSize", "igxForItemSize", "igxForSizePropName"], ["verticalRowDimScrollContainer", ""], ["role", "row", 1, "igx-grid-thead", 3, "grid", "dimension", "rootDimension", "rowIndex", "rowData", "density", "width"], ["tabindex", "0", "role", "rowgroup", "class", "igx-grid__tbody-pivot-dimension", 3, "focus", "keydown", 4, "ngIf"]], template: function(n, e) {
|
|
46626
|
+
if (n & 1 && (Se(Vve), se(0), f(1, "igx-pivot-header-row", 0), w5("keydown.meta.c", function(r5) {
|
|
46617
46627
|
return e.copyHandler(r5);
|
|
46618
46628
|
})("keydown.control.c", function(r5) {
|
|
46619
46629
|
return e.copyHandler(r5);
|
|
@@ -46641,11 +46651,11 @@ var Fn = pp;
|
|
|
46641
46651
|
return r5.preventDefault();
|
|
46642
46652
|
}), k5(26, "div", 17), f(27, "div", 18), m5(28, wve, 0, 0, "ng-template", 19, 20, V), x5(), k5(30, "div", 21), x5(), f(31, "div", 22)(32, "igx-snackbar", 23, 24), C(34), x5()(), k5(35, "div", 25, 26), x5(), f(37, "div", 27, 28), w5("pointerdown", function(r5) {
|
|
46643
46653
|
return r5.preventDefault();
|
|
46644
|
-
}), k5(39, "div", 29), f(40, "div", 30), m5(41, Ive, 0, 0, "ng-template", 19, 31, V), x5(), k5(43, "div", 32), x5(), k5(44, "div", 33, 34), f(46, "div", 35, 36),
|
|
46645
|
-
let i2 = P(36), r5 = P(
|
|
46646
|
-
d(1), u5("grid", e)("hasMRL", e.hasColumnLayouts)("density", e.displayDensity)("activeDescendant", e.activeDescendant)("width", e.calcWidth)("pinnedColumnCollection", e.pinnedColumns)("unpinnedColumnCollection", e.unpinnedColumns), d(2), u5("ngTemplateOutlet", e.rowDimensions.length ? r5 : s10)("ngTemplateOutletContext", e), d(1), U("height", e.totalHeight, "px")("width", e.pivotContentCalcWidth || null, "px"), u5("igxGridDragSelect", e.selectionService.dragMode), H("role", e.dataView.length ? null : "row")("aria-activedescendant", e.activeDescendant), d(2), u5("ngIf", e.hasMovableColumns && e.columnInDrag && e.pinnedColumns.length <= 0), d(1), u5("ngIf", e.hasMovableColumns && e.columnInDrag && e.pinnedColumns.length > 0), d(1), u5("igxGridForOf", me(10, 63, It2(125, Ove, ft2(11, 69, de(12, 74, me(13, 78, _t2(118, AD, me(14, 85, _t2(111, AD, ft2(15, 92, me(16, 97, _t2(104, AD, e.data, e.pivotConfiguration, e.filterStrategy, e.advancedFilteringExpressionsTree, e.filteringPipeTrigger, e.pipeTrigger)), e.pivotConfiguration, e.sortStrategy, e.pipeTrigger), e.pivotConfiguration, e.pivotValueCloneStrategy, e.expansionStates, e.pipeTrigger, e.sortingExpressions)), e.pivotConfiguration, e.pivotValueCloneStrategy, e.expansionStates, e.pipeTrigger, e.sortingExpressions)), e.pivotConfiguration, e.pipeTrigger), e.sortingExpressions, e.sortStrategy, e.pipeTrigger), e.pivotConfiguration, e.expansionStates, e.defaultExpandState, e.pipeTrigger)))("igxForScrollOrientation", "vertical")("igxForScrollContainer", e.verticalScroll)("igxForContainerSize", e.calcHeight)("igxForItemSize", e.hasColumnLayouts ? e.rowHeight * e.multiRowLayoutRowSize + 1 : e.renderedRowHeight)("igxGridForOfVariableSizes", false), d(11), u5("ngTemplateOutlet", e.template), d(4), u5("ngIf", e.shouldOverlayLoading), d(1), u5("ngIf", e.hasMovableColumns && e.columnInDrag), d(1), U("width", e.scrollSize, "px"), u5("hidden", !e.hasVerticalScroll()), d(1), U("height", e.isRowPinningToTop ? e.pinnedRowHeight : 0, "px"), d(1), U("height", e.calcHeight, "px"), d(1), u5("igxGridForOf", Dn(131, Nve)), d(2), U("height", e.isRowPinningToTop ? 0 : e.pinnedRowHeight, "px"), d(2), u5("outlet", i2)("actionText", e.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", e.snackbarDisplayTime), d(2), Q(e.resourceStrings.igx_grid_snackbar_addrow_label), d(3), U("height", e.scrollSize, "px"), u5("hidden", e.isHorizontalScrollHidden), d(2), U("width", e.pivotPinnedWidth, "px")("min-width", e.pivotPinnedWidth, "px"), d(1), U("width", e.pivotUnpinnedWidth, "px"), d(1), u5("igxGridForOf", e.EMPTY_DATA), d(2), U("float", "right")("width", e.pivotPinnedWidth, "px")("min-width", e.pivotPinnedWidth, "px"), u5("hidden", e.pivotPinnedWidth === 0 || e.isPinningToStart), d(12), u5("ngIf", e.colResizingService.showResizer), d(
|
|
46654
|
+
}), k5(39, "div", 29), f(40, "div", 30), m5(41, Ive, 0, 0, "ng-template", 19, 31, V), x5(), k5(43, "div", 32), x5(), k5(44, "div", 33, 34), f(46, "div", 35, 36), se(48, 1), x5(), m5(49, Sve, 3, 1, "ng-template", null, 37, V), m5(51, Dve, 3, 1, "ng-template", null, 38, V), m5(53, bve, 2, 1, "ng-template", null, 39, V), m5(55, Eve, 1, 1, "igx-pivot-grid-column-resizer", 40), k5(56, "div", 41, 42)(58, "div", 43, 44), m5(60, Tve, 4, 3, "ng-template", null, 45, V), m5(62, Ave, 1, 1, "ng-template", null, 46, V), m5(64, kve, 1, 1, "ng-template", null, 47, V), m5(66, Fve, 3, 1, "ng-template", null, 48, V), f(68, "div", 49)(69, "igx-grid-excel-style-filtering", 50), k5(70, "div", 51), f(71, "igx-excel-style-filter-operations"), k5(72, "igx-excel-style-search"), x5()()(), f(73, "div", 52, 53), se(75, 2), x5()), n & 2) {
|
|
46655
|
+
let i2 = P(36), r5 = P(63), s10 = P(65);
|
|
46656
|
+
d(1), u5("grid", e)("hasMRL", e.hasColumnLayouts)("density", e.displayDensity)("activeDescendant", e.activeDescendant)("width", e.calcWidth)("pinnedColumnCollection", e.pinnedColumns)("unpinnedColumnCollection", e.unpinnedColumns), d(2), u5("ngTemplateOutlet", e.rowDimensions.length ? r5 : s10)("ngTemplateOutletContext", e), d(1), U("height", e.totalHeight, "px")("width", e.pivotContentCalcWidth || null, "px"), u5("igxGridDragSelect", e.selectionService.dragMode), H("role", e.dataView.length ? null : "row")("aria-activedescendant", e.activeDescendant), d(2), u5("ngIf", e.hasMovableColumns && e.columnInDrag && e.pinnedColumns.length <= 0), d(1), u5("ngIf", e.hasMovableColumns && e.columnInDrag && e.pinnedColumns.length > 0), d(1), u5("igxGridForOf", me(10, 63, It2(125, Ove, ft2(11, 69, de(12, 74, me(13, 78, _t2(118, AD, me(14, 85, _t2(111, AD, ft2(15, 92, me(16, 97, _t2(104, AD, e.data, e.pivotConfiguration, e.filterStrategy, e.advancedFilteringExpressionsTree, e.filteringPipeTrigger, e.pipeTrigger)), e.pivotConfiguration, e.sortStrategy, e.pipeTrigger), e.pivotConfiguration, e.pivotValueCloneStrategy, e.expansionStates, e.pipeTrigger, e.sortingExpressions)), e.pivotConfiguration, e.pivotValueCloneStrategy, e.expansionStates, e.pipeTrigger, e.sortingExpressions)), e.pivotConfiguration, e.pipeTrigger), e.sortingExpressions, e.sortStrategy, e.pipeTrigger), e.pivotConfiguration, e.expansionStates, e.defaultExpandState, e.pipeTrigger)))("igxForScrollOrientation", "vertical")("igxForScrollContainer", e.verticalScroll)("igxForContainerSize", e.calcHeight)("igxForItemSize", e.hasColumnLayouts ? e.rowHeight * e.multiRowLayoutRowSize + 1 : e.renderedRowHeight)("igxGridForOfVariableSizes", false), d(11), u5("ngTemplateOutlet", e.template), d(4), u5("ngIf", e.shouldOverlayLoading), d(1), u5("ngIf", e.hasMovableColumns && e.columnInDrag), d(1), U("width", e.scrollSize, "px"), u5("hidden", !e.hasVerticalScroll()), d(1), U("height", e.isRowPinningToTop ? e.pinnedRowHeight : 0, "px"), d(1), U("height", e.calcHeight, "px"), d(1), u5("igxGridForOf", Dn(131, Nve)), d(2), U("height", e.isRowPinningToTop ? 0 : e.pinnedRowHeight, "px"), d(2), u5("outlet", i2)("actionText", e.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", e.snackbarDisplayTime), d(2), Q(e.resourceStrings.igx_grid_snackbar_addrow_label), d(3), U("height", e.scrollSize, "px"), u5("hidden", e.isHorizontalScrollHidden), d(2), U("width", e.pivotPinnedWidth, "px")("min-width", e.pivotPinnedWidth, "px"), d(1), U("width", e.pivotUnpinnedWidth, "px"), d(1), u5("igxGridForOf", e.EMPTY_DATA), d(2), U("float", "right")("width", e.pivotPinnedWidth, "px")("min-width", e.pivotPinnedWidth, "px"), u5("hidden", e.pivotPinnedWidth === 0 || e.isPinningToStart), d(12), u5("ngIf", e.colResizingService.showResizer), d(13), u5("hidden", true), d(1), u5("maxHeight", e.excelStyleFilterMaxHeight)("minHeight", e.excelStyleFilterMinHeight), d(1), u5("hidden", true);
|
|
46647
46657
|
}
|
|
46648
|
-
}, dependencies: [
|
|
46658
|
+
}, dependencies: [ae2, He2, Oe2, ai, Re2, DD, iu, su, Ho, Xt, is, PM, Lt, ir, Xa, yn, RD, he, TD, Pn, Nr, Hr, Or, Yd, Xd, CM, IM, wM, DM, bM, TM, EM, SM], encapsulation: 2, changeDetection: 0 });
|
|
46649
46659
|
})();
|
|
46650
46660
|
We([An()], Fn.prototype, "hideRowSelectors", null);
|
|
46651
46661
|
We([An()], Fn.prototype, "rowEditable", null);
|
|
@@ -46929,7 +46939,7 @@ var Cy = (() => {
|
|
|
46929
46939
|
break;
|
|
46930
46940
|
case te2.String:
|
|
46931
46941
|
default:
|
|
46932
|
-
r5 =
|
|
46942
|
+
r5 = xi.instance();
|
|
46933
46943
|
break;
|
|
46934
46944
|
}
|
|
46935
46945
|
return r5.condition(i2);
|
|
@@ -47060,7 +47070,7 @@ function $ve(o, t10) {
|
|
|
47060
47070
|
I(n);
|
|
47061
47071
|
let i2 = h(), r5 = P(12);
|
|
47062
47072
|
return S(i2.export("excel", r5));
|
|
47063
|
-
}), f(2, "span", null, 11),
|
|
47073
|
+
}), f(2, "span", null, 11), se(4, 1), x5(), m5(5, jve, 2, 1, "excel-text", 3), x5();
|
|
47064
47074
|
}
|
|
47065
47075
|
if (o & 2) {
|
|
47066
47076
|
let n = P(3);
|
|
@@ -47080,7 +47090,7 @@ function Wve(o, t10) {
|
|
|
47080
47090
|
I(n);
|
|
47081
47091
|
let i2 = h(), r5 = P(12);
|
|
47082
47092
|
return S(i2.export("csv", r5));
|
|
47083
|
-
}), f(2, "span", null, 14),
|
|
47093
|
+
}), f(2, "span", null, 14), se(4, 2), x5(), m5(5, Uve, 2, 1, "csv-text", 3), x5();
|
|
47084
47094
|
}
|
|
47085
47095
|
if (o & 2) {
|
|
47086
47096
|
let n = P(3);
|
|
@@ -47121,13 +47131,13 @@ var zo = (() => {
|
|
|
47121
47131
|
I(s10);
|
|
47122
47132
|
let l10 = P(1), c = P(12);
|
|
47123
47133
|
return S(r5.toggle(l10, c));
|
|
47124
|
-
}), f(2, "igx-icon"), C(3, "import_export"), x5(), f(4, "span", null, 2),
|
|
47134
|
+
}), f(2, "igx-icon"), C(3, "import_export"), x5(), f(4, "span", null, 2), se(6), x5(), m5(7, zve, 2, 1, "span", 3), f(8, "igx-icon"), C(9, "arrow_drop_down"), x5()(), f(10, "div", 4)(11, "ul", 5, 6), m5(13, $ve, 6, 1, "li", 7), m5(14, Wve, 6, 1, "li", 8), x5()();
|
|
47125
47135
|
}
|
|
47126
47136
|
if (i2 & 2) {
|
|
47127
47137
|
let s10 = P(5);
|
|
47128
47138
|
u5("title", r5.grid == null ? null : r5.grid.resourceStrings.igx_grid_toolbar_exporter_button_tooltip)("disabled", r5.isExporting)("displayDensity", r5.grid.displayDensity), d(7), u5("ngIf", !s10.textContent.trim()), d(6), u5("ngIf", r5.exportExcel), d(1), u5("ngIf", r5.exportCSV);
|
|
47129
47139
|
}
|
|
47130
|
-
}, dependencies: [Xe, qt, he,
|
|
47140
|
+
}, dependencies: [Xe, qt, he, ae2, Lt, oa, sa], encapsulation: 2 });
|
|
47131
47141
|
})(), o;
|
|
47132
47142
|
})();
|
|
47133
47143
|
function Kve(o, t10) {
|
|
@@ -47169,7 +47179,7 @@ var jo = (() => {
|
|
|
47169
47179
|
}
|
|
47170
47180
|
}, standalone: true, features: [Y, $5], decls: 2, vars: 3, consts: [[4, "ngIf"], ["igxButton", "outlined", "type", "button", "name", "btnColumnHiding", 3, "title", "displayDensity", "click"], ["btn", ""], ["igxColumnHiding", "", "igxToggle", "", 3, "grid", "title", "filterColumnsPrompt", "hideFilter", "filterCriteria", "columnDisplayOrder", "columnsAreaMaxHeight", "uncheckAllText", "checkAllText", "indentation", "opened"], ["actions", "", "ref", "toggle"]], template: function(i2, r5) {
|
|
47171
47181
|
i2 & 1 && (m5(0, Kve, 12, 15, "ng-container", 0), R(1, "async")), i2 & 2 && u5("ngIf", Ct2(1, 1, r5.grid.rendered$));
|
|
47172
|
-
}, dependencies: [
|
|
47182
|
+
}, dependencies: [ae2, Xe, he, Ji, To, Lt, G1], encapsulation: 2 });
|
|
47173
47183
|
})(), o;
|
|
47174
47184
|
})();
|
|
47175
47185
|
function Yve(o, t10) {
|
|
@@ -47211,7 +47221,7 @@ var $o = (() => {
|
|
|
47211
47221
|
}
|
|
47212
47222
|
}, standalone: true, features: [Y, $5], decls: 2, vars: 3, consts: [[4, "ngIf"], ["igxButton", "outlined", "type", "button", "name", "btnColumnPinning", 3, "title", "displayDensity", "click"], ["btn", ""], ["family", "imx-icons", 3, "name"], ["igxColumnPinning", "", "igxToggle", "", 3, "grid", "title", "filterColumnsPrompt", "hideFilter", "filterCriteria", "columnDisplayOrder", "columnsAreaMaxHeight", "uncheckAllText", "checkAllText", "indentation", "opened"], ["actions", "", "ref", "toggle"]], template: function(i2, r5) {
|
|
47213
47223
|
i2 & 1 && (m5(0, Yve, 11, 15, "ng-container", 0), R(1, "async")), i2 & 2 && u5("ngIf", Ct2(1, 1, r5.grid.rendered$));
|
|
47214
|
-
}, dependencies: [
|
|
47224
|
+
}, dependencies: [ae2, Xe, he, Ji, Ro, Lt, G1], encapsulation: 2 });
|
|
47215
47225
|
})(), o;
|
|
47216
47226
|
})();
|
|
47217
47227
|
var FM = [sa, oa, rr, Gr, Li, zo, jo, $o, Bo, aa];
|
|
@@ -48217,9 +48227,9 @@ var WM = (() => {
|
|
|
48217
48227
|
};
|
|
48218
48228
|
}();
|
|
48219
48229
|
})(), (() => {
|
|
48220
|
-
t10.\u0275cmp = G({ type: t10, selectors: [["igx-tree-grid-cell"]], inputs: { level: "level", showIndicator: "showIndicator", isLoading: "isLoading", row: "row" }, standalone: true, features: [fe([
|
|
48230
|
+
t10.\u0275cmp = G({ type: t10, selectors: [["igx-tree-grid-cell"]], inputs: { level: "level", showIndicator: "showIndicator", isLoading: "isLoading", row: "row" }, standalone: true, features: [fe([vi]), Y, $5], decls: 17, vars: 4, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], [4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["defaultExpandedTemplate", ""], ["defaultCollapsedTemplate", ""], ["defaultError", ""], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity"], ["igxTextHighlight", "", "class", "igx-grid__td-text", "style", "pointer-events: none;", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], [3, "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 2, "pointer-events", "none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], [3, "ngClass"], [3, "src", "alt"], ["igxTextHighlight", "", "class", "igx-grid__td-text", "style", "pointer-events: none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["displayDensity", "compact"], ["igxInput", "", 3, "igxFocus", "igxTextSelection", "formControl", "compositionstart", "compositionend"], ["displayDensity", "compact", 3, "formGroup"], ["igxInput", "", "type", "number", 3, "igxFocus", "step", "igxTextSelection", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "valueChange"], ["mode", "dropdown", 3, "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl", "valueChange"], ["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"], ["defaultLoadingIndicatorTemplate", ""], [3, "ngStyle"], ["indentationDiv", ""], [1, "igx-grid__tree-grouping-indicator", 3, "ngStyle", "click", "focus"], ["indicator", ""], [1, "igx-grid__tree-loading-indicator", 3, "dblclick"], [4, "ngTemplateOutlet"], [3, "indeterminate"], [3, "igxTooltipTarget", "igxToggleOutlet", "mouseover", "mouseout"], ["errorIcon", ""], ["igxTooltip", "", 3, "id"], ["error", "", "tooltipRef", "tooltip"]], template: function(i2, r5) {
|
|
48221
48231
|
i2 & 1 && (m5(0, iye, 1, 1, "ng-template", null, 0, V), m5(2, aye, 3, 3, "ng-template", null, 1, V), m5(4, cye, 1, 1, "ng-template", null, 2, V), m5(6, yye, 8, 8, "ng-template", null, 3, V), m5(8, Aye, 6, 3, "ng-container", 4), m5(9, Pye, 1, 0, "ng-container", 5), m5(10, Fye, 9, 7, "ng-container", 4), m5(11, Vye, 2, 0, "ng-template", null, 6, V), m5(13, Oye, 2, 0, "ng-template", null, 7, V), m5(15, $ye, 7, 7, "ng-template", null, 8, V)), i2 & 2 && (d(8), u5("ngIf", !r5.editMode), d(1), u5("ngTemplateOutlet", r5.template)("ngTemplateOutletContext", r5.context), d(1), u5("ngIf", r5.isInvalid));
|
|
48222
|
-
}, dependencies: [
|
|
48232
|
+
}, dependencies: [ae2, Oe2, ai, Re2, ml, fl, Vs, En, ei, gr, he, vd, Qn, vc, qn, _d, yc, Cc, At, vt2, Rl, Ut, fr, xr, an, Be, Ue, ir, Na, no, Kd, Jd, ql, Gs], encapsulation: 2, changeDetection: 0 });
|
|
48223
48233
|
})(), o;
|
|
48224
48234
|
})();
|
|
48225
48235
|
var Uye = ["treeCell"];
|
|
@@ -48429,12 +48439,12 @@ var QM = (() => {
|
|
|
48429
48439
|
}
|
|
48430
48440
|
}, hostVars: 1, hostBindings: function(i2, r5) {
|
|
48431
48441
|
i2 & 2 && H("aria-expanded", r5.expanded);
|
|
48432
|
-
}, inputs: { treeRow: "treeRow" }, standalone: true, features: [fe([{ provide: oi, useExisting:
|
|
48442
|
+
}, inputs: { treeRow: "treeRow" }, standalone: true, features: [fe([{ provide: oi, useExisting: mi(() => t10) }]), Y, $5], decls: 5, vars: 1, consts: [[4, "ngTemplateOutlet"], ["addTemp", ""], ["defaultTemp", ""], [1, "igx-grid__tr--inner", 3, "animationend"], [4, "ngIf"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForScrollOrientation", "igxForContainerSize", "igxForSizePropName", "igxForTrackBy"], ["igxDirRef", ""], ["rowSelectorBaseTemplate", ""], ["pinnedCellsTemplate", ""], [3, "igxRowDrag", "ghostTemplate", "click"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "click", "pointerdown"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["cellTemplate", ""], ["treeCellTemplate", ""], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], ["treeCell", ""], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", 3, "ngClass", "ngStyle", "level", "expanded", "showIndicator", "editMode", "column", "formatter", "intRow", "rowData", "width", "visibleColumnIndex", "value", "isLoading", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "indeterminate", "disabled", "disableRipple", "disableTransitions", "aria-label"], ["ngFor", "", 3, "ngForOf"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--pinned", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "firstPinned", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--tree-cell", "igx-grid__td--pinned", 3, "ngClass", "ngStyle", "level", "expanded", "showIndicator", "editMode", "column", "formatter", "intRow", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "isLoading", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "active", "cellSelectionMode", "displayPinnedChip"]], template: function(i2, r5) {
|
|
48433
48443
|
if (i2 & 1 && (m5(0, Wye, 1, 0, "ng-container", 0), m5(1, qye, 2, 3, "ng-template", null, 1, V), m5(3, f2e, 11, 12, "ng-template", null, 2, V)), i2 & 2) {
|
|
48434
48444
|
let s10 = P(2), a = P(4);
|
|
48435
48445
|
u5("ngTemplateOutlet", r5.addRowUI ? s10 : a);
|
|
48436
48446
|
}
|
|
48437
|
-
}, dependencies: [Re2,
|
|
48447
|
+
}, dependencies: [Re2, ae2, cg, Xt, Xl, Oe2, ai, WM, Ut, He2, Ql, qd, sg, Zd, eu], encapsulation: 2, changeDetection: 0 });
|
|
48438
48448
|
})(), o;
|
|
48439
48449
|
})();
|
|
48440
48450
|
var x2e = ["record_template"];
|
|
@@ -48456,7 +48466,7 @@ function C2e(o, t10) {
|
|
|
48456
48466
|
}
|
|
48457
48467
|
function w2e(o, t10) {
|
|
48458
48468
|
if (o & 1 && (z(0), m5(1, C2e, 1, 0, "ng-container", 66), j3()), o & 2) {
|
|
48459
|
-
let n = t10.$implicit, e = t10.index, i2 = h(4), r5 = P(
|
|
48469
|
+
let n = t10.$implicit, e = t10.index, i2 = h(4), r5 = P(27);
|
|
48460
48470
|
d(1), u5("ngTemplateOutlet", r5)("ngTemplateOutletContext", i2.getContext(n, e, true));
|
|
48461
48471
|
}
|
|
48462
48472
|
}
|
|
@@ -48502,7 +48512,7 @@ function A2e(o, t10) {
|
|
|
48502
48512
|
});
|
|
48503
48513
|
}
|
|
48504
48514
|
if (o & 2) {
|
|
48505
|
-
let n = t10.$implicit, e = t10.index, i2 = h(), r5 = P(
|
|
48515
|
+
let n = t10.$implicit, e = t10.index, i2 = h(), r5 = P(29), s10 = P(25);
|
|
48506
48516
|
u5("igxTemplateOutlet", i2.isSummaryRow(n) ? r5 : s10)("igxTemplateOutletContext", i2.getContext(n, e, false));
|
|
48507
48517
|
}
|
|
48508
48518
|
}
|
|
@@ -48557,7 +48567,7 @@ function z2e(o, t10) {
|
|
|
48557
48567
|
}
|
|
48558
48568
|
function j2e(o, t10) {
|
|
48559
48569
|
if (o & 1 && (f(0, "span"), m5(1, z2e, 1, 0, "ng-container", 7), x5()), o & 2) {
|
|
48560
|
-
let n = h(2), e = P(
|
|
48570
|
+
let n = h(2), e = P(71);
|
|
48561
48571
|
d(1), u5("ngTemplateOutlet", n.addRowEmptyTemplate || e);
|
|
48562
48572
|
}
|
|
48563
48573
|
}
|
|
@@ -48572,7 +48582,7 @@ function U2e(o, t10) {
|
|
|
48572
48582
|
}
|
|
48573
48583
|
function W2e(o, t10) {
|
|
48574
48584
|
if (o & 1 && (f(0, "span"), m5(1, U2e, 1, 0, "ng-container", 7), x5()), o & 2) {
|
|
48575
|
-
let n = h(2), e = P(
|
|
48585
|
+
let n = h(2), e = P(71);
|
|
48576
48586
|
d(1), u5("ngTemplateOutlet", n.addRowEmptyTemplate || e);
|
|
48577
48587
|
}
|
|
48578
48588
|
}
|
|
@@ -48647,7 +48657,7 @@ var qM = function(o) {
|
|
|
48647
48657
|
};
|
|
48648
48658
|
function nCe(o, t10) {
|
|
48649
48659
|
if (o & 1 && (f(0, "div", 83)(1, "span", 84), m5(2, tCe, 1, 0, "ng-container", 66), x5()(), f(3, "div", 85)(4, "div", 86), m5(5, iCe, 1, 0, "ng-container", 66), x5()()), o & 2) {
|
|
48650
|
-
let n = h(), e = P(
|
|
48660
|
+
let n = h(), e = P(76), i2 = P(78);
|
|
48651
48661
|
d(2), u5("ngTemplateOutlet", (n.crudService.row == null ? null : n.crudService.row.getClassName()) === "IgxAddRow" ? n.rowAddTextTemplate : n.rowEditTextTemplate ? n.rowEditTextTemplate : e)("ngTemplateOutletContext", ze(4, qM, (n.crudService.row == null ? null : n.crudService.row.getClassName()) !== "IgxAddRow" ? n.rowChangesCount : null)), d(3), u5("ngTemplateOutlet", n.rowEditActionsTemplate ? n.rowEditActionsTemplate : i2)("ngTemplateOutletContext", ze(6, qM, n.endEdit.bind(n)));
|
|
48652
48662
|
}
|
|
48653
48663
|
}
|
|
@@ -48657,7 +48667,7 @@ function rCe(o, t10) {
|
|
|
48657
48667
|
function oCe(o, t10) {
|
|
48658
48668
|
o & 1 && k5(0, "igx-grid-column-resizer");
|
|
48659
48669
|
}
|
|
48660
|
-
var sCe = [[["igx-grid-
|
|
48670
|
+
var sCe = [[["igx-grid-toolbar"], ["igc-grid-toolbar"]], [["igx-tree-grid-group-by-area"], ["igc-tree-grid-group-by-area"]], [["igx-grid-footer"], ["igc-grid-footer"]], [["igx-paginator"], ["igc-paginator"]], [["igx-grid-state"], ["igc-grid-state"]], [["igx-column"], ["igc-column"], ["igx-column-group"], ["igc-column-group"], ["igx-action-strip"], ["igc-action-strip"]]];
|
|
48661
48671
|
var VD = function(o, t10, n, e, i2) {
|
|
48662
48672
|
return [o, t10, n, e, i2];
|
|
48663
48673
|
};
|
|
@@ -48670,7 +48680,7 @@ var lCe = function(o, t10, n, e, i2, r5, s10) {
|
|
|
48670
48680
|
var KM = function() {
|
|
48671
48681
|
return [];
|
|
48672
48682
|
};
|
|
48673
|
-
var cCe = ["igx-grid-
|
|
48683
|
+
var cCe = ["igx-grid-toolbar,igc-grid-toolbar", "igx-tree-grid-group-by-area,igc-tree-grid-group-by-area", "igx-grid-footer,igc-grid-footer", "igx-paginator,igc-paginator", "igx-grid-state,igc-grid-state", "igx-column,igc-column,igx-column-group,igc-column-group,igx-action-strip,igc-action-strip"];
|
|
48674
48684
|
var dCe = 0;
|
|
48675
48685
|
var Uo = (() => {
|
|
48676
48686
|
let t10 = class extends Bi {
|
|
@@ -48949,7 +48959,7 @@ var Uo = (() => {
|
|
|
48949
48959
|
}, o = t10;
|
|
48950
48960
|
return (() => {
|
|
48951
48961
|
t10.\u0275fac = function(i2) {
|
|
48952
|
-
return new (i2 || t10)(_(or), _(Zt2), _(Hi), _(Xn), _(p7), _(B), _(we2), _(gt2), _(
|
|
48962
|
+
return new (i2 || t10)(_(or), _(Zt2), _(Hi), _(Xn), _(p7), _(B), _(we2), _(gt2), _(le2), _(ji), _(Qe2), _(Qi), _(kt2), _(zi), _(Go), _(ti), _(ui), _(sr), _(dt2, 8), _(ni), _(_e2), _(ru, 8));
|
|
48953
48963
|
};
|
|
48954
48964
|
})(), (() => {
|
|
48955
48965
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-tree-grid"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -48965,7 +48975,7 @@ var Uo = (() => {
|
|
|
48965
48975
|
}, hostVars: 2, hostBindings: function(i2, r5) {
|
|
48966
48976
|
i2 & 2 && H("role", r5.role)("id", r5.id);
|
|
48967
48977
|
}, inputs: { childDataKey: "childDataKey", foreignKey: "foreignKey", hasChildrenKey: "hasChildrenKey", cascadeOnDelete: "cascadeOnDelete", loadChildrenOnDemand: "loadChildrenOnDemand", id: "id", data: "data", expansionDepth: "expansionDepth", rowLoadingIndicatorTemplate: "rowLoadingIndicatorTemplate" }, standalone: true, features: [fe([Ml, or, sr, Go, { provide: Zt2, useClass: OM }, { provide: Xn, useClass: VM }, { provide: Me2, useExisting: t10 }, ti, Hi, Do, ts]), Y, $5], ngContentSelectors: cCe, decls: 92, vars: 157, consts: [["tabindex", "0", 1, "igx-grid-thead", 3, "grid", "hasMRL", "activeDescendant", "width", "pinnedColumnCollection", "unpinnedColumnCollection", "keydown.meta.c", "keydown.control.c", "copy", "keydown", "focus"], ["igxGridBody", "", "role", "rowgroup", 1, "igx-grid__tbody", 3, "keydown.control.c", "copy"], ["tabindex", "0", 1, "igx-grid__tbody-content", 3, "igxGridDragSelect", "focus", "keydown", "dragStop", "dragScroll", "scroll"], ["tbody", ""], ["id", "left", "class", "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop", 4, "ngIf"], ["id", "left", "class", "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop", "left", 4, "ngIf"], ["pinnedRecordsTemplate", ""], [4, "ngTemplateOutlet"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollOrientation", "igxForScrollContainer", "igxForContainerSize", "igxForItemSize", "dataChanging", "dataChanged"], ["verticalScrollContainer", ""], ["record_template", ""], ["pinned_record_template", ""], ["summary_template", ""], ["igxOverlayOutlet", "", 1, "igx-grid__row-editing-outlet"], ["igxRowEditingOverlayOutlet", ""], ["text", "Trial version of Ignite UI for Web Components"], ["igxToggle", ""], ["loadingOverlay", ""], [3, "indeterminate", 4, "ngIf"], ["id", "right", "class", "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop", 4, "ngIf"], [1, "igx-grid__tbody-scrollbar", 3, "hidden", "pointerdown"], [1, "igx-grid__tbody-scrollbar-start"], [1, "igx-grid__tbody-scrollbar-main"], ["igxGridFor", "", 3, "igxGridForOf"], ["verticalScrollHolder", ""], [1, "igx-grid__tbody-scrollbar-end"], [1, "igx-grid__addrow-snackbar"], [3, "outlet", "actionText", "displayTime"], ["addRowSnackbar", ""], ["igxOverlayOutlet", ""], ["igxBodyOverlayOutlet", "overlay-outlet"], ["role", "rowgroup", 1, "igx-grid__tfoot"], ["tfoot", ""], ["tabindex", "0", 3, "focus", "keydown"], ["role", "row", "class", "igx-grid__summaries", 3, "width", "height", "gridID", "summaries", "index", 4, "ngIf"], [1, "igx-grid__tfoot-thumb", 3, "hidden"], [1, "igx-grid__scroll", 3, "hidden", "pointerdown"], ["scr", ""], [1, "igx-grid__scroll-start"], [1, "igx-grid__scroll-main"], ["scrollContainer", ""], [1, "igx-grid__scroll-end", 3, "hidden"], [1, "igx-grid__footer"], ["footer", ""], ["emptyFilteredGrid", ""], ["defaultEmptyGrid", ""], ["defaultAddRowEmptyTemplate", ""], ["defaultLoadingGrid", ""], ["igxToggle", "", 4, "ngIf"], ["defaultRowEditText", ""], ["defaultRowEditActions", ""], ["defaultRowEditTemplate", ""], ["dragIndicatorIconBase", ""], [4, "ngIf"], ["igxOverlayOutlet", "", 1, "igx-grid__loading-outlet"], ["igxLoadingOverlayOutlet", ""], ["igxOverlayOutlet", "", 1, "igx-grid__outlet"], ["igxFilteringOverlayOutlet", ""], [2, "display", "none"], ["sink", ""], ["id", "left", 1, "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop"], ["id", "left", 1, "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop"], ["class", "igx-grid__tr--pinned", 3, "ngClass", "width", 4, "ngIf"], [1, "igx-grid__tr--pinned", 3, "ngClass"], ["pinContainer", ""], [4, "ngFor", "ngForOf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "igxTemplateOutlet", "igxTemplateOutletContext", "cachedViewLoaded"], [3, "gridID", "index", "treeRow", "disabled", "ngClass", "ngStyle"], ["row", ""], [3, "gridID", "index", "treeRow", "ngClass", "ngStyle"], ["row", "", "pinnedRow", ""], ["role", "row", 1, "igx-grid__summaries--body", 3, "gridID", "summaries", "firstCellIndentation", "index"], ["summaryRow", ""], [3, "indeterminate"], ["id", "right", 1, "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop"], ["role", "row", 1, "igx-grid__summaries", 3, "gridID", "summaries", "index"], ["role", "cell", 1, "igx-grid__tbody-message"], ["igxButton", "raised", "igxRipple", "", 3, "click"], [1, "igx-grid__loading"], ["rowEditingOverlay", ""], [3, "className"], ["igxButton", "", "igxRowEditTabStop", "", 3, "click"], [1, "igx-banner__message"], [1, "igx-banner__text"], [1, "igx-banner__actions"], [1, "igx-banner__row"]], template: function(i2, r5) {
|
|
48968
|
-
if (i2 & 1 && (Se(sCe),
|
|
48978
|
+
if (i2 & 1 && (Se(sCe), se(0), se(1, 1), f(2, "igx-grid-header-row", 0), w5("keydown.meta.c", function(a) {
|
|
48969
48979
|
return r5.copyHandler(a);
|
|
48970
48980
|
})("keydown.control.c", function(a) {
|
|
48971
48981
|
return r5.copyHandler(a);
|
|
@@ -48975,11 +48985,11 @@ var Uo = (() => {
|
|
|
48975
48985
|
return r5.navigation.headerNavigation(a);
|
|
48976
48986
|
})("focus", function() {
|
|
48977
48987
|
return r5.navigation.focusFirstCell();
|
|
48978
|
-
}), x5(), f(
|
|
48988
|
+
}), x5(), f(3, "div", 1), w5("keydown.control.c", function(a) {
|
|
48979
48989
|
return r5.copyHandler(a);
|
|
48980
48990
|
})("copy", function(a) {
|
|
48981
48991
|
return r5.copyHandler(a);
|
|
48982
|
-
}), f(
|
|
48992
|
+
}), f(4, "div", 2, 3), w5("focus", function(a) {
|
|
48983
48993
|
return r5.navigation.focusTbody(a);
|
|
48984
48994
|
})("keydown", function(a) {
|
|
48985
48995
|
return r5.navigation.handleNavigation(a);
|
|
@@ -48989,23 +48999,23 @@ var Uo = (() => {
|
|
|
48989
48999
|
return r5.dragScroll(a);
|
|
48990
49000
|
})("scroll", function(a) {
|
|
48991
49001
|
return r5.preventContainerScroll(a);
|
|
48992
|
-
}), m5(
|
|
49002
|
+
}), m5(6, v2e, 1, 2, "span", 4), m5(7, y2e, 1, 4, "span", 5), m5(8, T2e, 8, 47, "ng-template", null, 6, V), m5(10, R2e, 1, 0, "ng-container", 7), m5(11, A2e, 1, 2, "ng-template", 8, 9, V), R(13, "gridRowPinning"), R(14, "treeGridAddRow"), R(15, "treeGridSummary"), R(16, "treeGridPaging"), R(17, "treeGridFlattening"), R(18, "treeGridSorting"), R(19, "treeGridFiltering"), R(20, "treeGridHierarchizing"), R(21, "visibleColumns"), R(22, "treeGridTransaction"), w5("dataChanging", function(a) {
|
|
48993
49003
|
return r5.dataRebinding(a);
|
|
48994
49004
|
})("dataChanged", function(a) {
|
|
48995
49005
|
return r5.dataRebound(a);
|
|
48996
|
-
}), m5(
|
|
49006
|
+
}), m5(23, P2e, 1, 0, "ng-container", 7), m5(24, k2e, 4, 37, "ng-template", null, 10, V), m5(26, F2e, 5, 36, "ng-template", null, 11, V), m5(28, V2e, 2, 4, "ng-template", null, 12, V), m5(30, O2e, 1, 0, "ng-container", 7), k5(31, "div", 13, 14)(33, "igc-trial-watermark", 15), x5(), f(34, "div", 16, 17), m5(36, N2e, 1, 1, "igx-circular-bar", 18), x5(), m5(37, H2e, 1, 2, "span", 19), f(38, "div", 20), w5("pointerdown", function(a) {
|
|
48997
49007
|
return a.preventDefault();
|
|
48998
|
-
}), k5(
|
|
49008
|
+
}), k5(39, "div", 21), f(40, "div", 22), m5(41, L2e, 0, 0, "ng-template", 23, 24, V), x5(), k5(43, "div", 25), x5(), f(44, "div", 26)(45, "igx-snackbar", 27, 28), C(47), x5()(), k5(48, "div", 29, 30), x5(), f(50, "div", 31, 32)(52, "div", 33), w5("focus", function() {
|
|
48999
49009
|
return r5.navigation.focusFirstCell(false);
|
|
49000
49010
|
})("keydown", function(a) {
|
|
49001
49011
|
return r5.navigation.summaryNav(a);
|
|
49002
|
-
}), m5(
|
|
49012
|
+
}), m5(53, B2e, 3, 10, "igx-grid-summary-row", 34), k5(54, "div", 35), x5()(), f(55, "div", 36, 37), w5("pointerdown", function(a) {
|
|
49003
49013
|
return a.preventDefault();
|
|
49004
|
-
}), k5(
|
|
49005
|
-
let s10 = P(
|
|
49006
|
-
d(
|
|
49014
|
+
}), k5(57, "div", 38), f(58, "div", 39), m5(59, G2e, 0, 0, "ng-template", 23, 40, V), x5(), k5(61, "div", 41), x5(), f(62, "div", 42, 43), se(64, 2), se(65, 3), x5(), m5(66, $2e, 4, 2, "ng-template", null, 44, V), m5(68, Q2e, 4, 2, "ng-template", null, 45, V), m5(70, q2e, 2, 1, "ng-template", null, 46, V), m5(72, K2e, 2, 1, "ng-template", null, 47, V), m5(74, Z2e, 4, 6, "div", 48), m5(75, J2e, 1, 2, "ng-template", null, 49, V), m5(77, eCe, 4, 2, "ng-template", null, 50, V), m5(79, nCe, 6, 8, "ng-template", null, 51, V), m5(81, rCe, 2, 0, "ng-template", null, 52, V), m5(83, oCe, 1, 0, "igx-grid-column-resizer", 53), k5(84, "div", 54, 55)(86, "div", 56, 57), f(88, "div", 58, 59), se(90, 4), se(91, 5), x5()), i2 & 2) {
|
|
49015
|
+
let s10 = P(9), a = P(49);
|
|
49016
|
+
d(2), u5("grid", r5)("hasMRL", r5.hasColumnLayouts)("activeDescendant", r5.activeDescendant)("width", r5.calcWidth)("pinnedColumnCollection", r5.pinnedColumns)("unpinnedColumnCollection", r5.unpinnedColumns), d(2), U("height", r5.totalHeight, "px")("width", r5.calcWidth, "px"), u5("igxGridDragSelect", r5.selectionService.dragMode), H("aria-activedescendant", r5.activeDescendant)("role", r5.dataView.length ? null : "row"), d(2), u5("ngIf", r5.moving && r5.columnInDrag && r5.pinnedColumns.length <= 0), d(1), u5("ngIf", r5.moving && r5.columnInDrag && r5.pinnedColumns.length > 0), d(3), u5("ngTemplateOutlet", r5.hasPinnedRecords && r5.isRowPinningToTop ? s10 : null), d(1), u5("igxGridForOf", ft2(13, 69, de(14, 74, me(15, 78, Xi(147, lCe, me(16, 86, It2(141, VD, ft2(17, 92, me(18, 97, It2(135, VD, me(19, 103, _t2(128, aCe, me(20, 110, It2(122, VD, Wt(21, 116, Wt(22, 119, r5.data, r5.pipeTrigger), r5.hasVisibleColumns), r5.primaryKey, r5.foreignKey, r5.childDataKey, r5.pipeTrigger)), r5.filteringExpressionsTree, r5.filterStrategy, r5.advancedFilteringExpressionsTree, r5.pipeTrigger, r5.filteringPipeTrigger)), r5.sortingExpressions, r5.treeGroupArea == null ? null : r5.treeGroupArea.expressions, r5.sortStrategy, r5.pipeTrigger)), r5.expansionDepth, r5.expansionStates, r5.pipeTrigger), !!r5.paginator, r5.page, r5.perPage, r5.pipeTrigger)), r5.hasSummarizedColumns, r5.summaryCalculationMode, r5.summaryPosition, r5.showSummaryOnCollapse, r5.pipeTrigger, r5.summaryPipeTrigger)), false, r5.pipeTrigger), r5.id, false, r5.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r5.verticalScroll)("igxForContainerSize", r5.calcHeight)("igxForItemSize", r5.renderedRowHeight), d(12), u5("ngTemplateOutlet", r5.hasPinnedRecords && !r5.isRowPinningToTop ? s10 : null), d(7), u5("ngTemplateOutlet", r5.template), d(6), u5("ngIf", r5.shouldOverlayLoading), d(1), u5("ngIf", r5.moving && r5.columnInDrag), d(1), U("width", r5.scrollSize, "px")("height", r5.calcHeight, "px"), u5("hidden", !r5.hasVerticalScroll()), d(1), U("height", r5.isRowPinningToTop ? r5.pinnedRowHeight : 0, "px"), d(1), U("height", r5.calcHeight, "px"), d(1), u5("igxGridForOf", Dn(155, KM)), d(2), U("height", r5.isRowPinningToTop ? 0 : r5.pinnedRowHeight, "px"), d(2), u5("outlet", a)("actionText", r5.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", r5.snackbarDisplayTime), d(2), Q(r5.resourceStrings.igx_grid_snackbar_addrow_label), d(3), U("height", r5.summaryRowHeight, "px"), d(2), H("aria-activedescendant", r5.activeDescendant), d(1), u5("ngIf", r5.hasSummarizedColumns && r5.rootSummariesEnabled), d(1), U("height", r5.summaryRowHeight, "px")("width", r5.scrollSize, "px"), u5("hidden", !r5.hasVerticalScroll()), d(1), U("height", r5.scrollSize, "px"), u5("hidden", r5.isHorizontalScrollHidden), d(2), U("width", r5.isPinningToStart ? r5.pinnedWidth : r5.headerFeaturesWidth, "px")("min-width", r5.isPinningToStart ? r5.pinnedWidth : r5.headerFeaturesWidth, "px"), d(1), U("width", r5.unpinnedWidth, "px"), d(1), u5("igxGridForOf", Dn(156, KM)), d(2), U("float", "right")("width", r5.pinnedWidth, "px")("min-width", r5.pinnedWidth, "px"), u5("hidden", r5.pinnedWidth === 0 || r5.isPinningToStart), d(13), u5("ngIf", r5.rowEditable), d(9), u5("ngIf", r5.colResizingService.showResizer);
|
|
49007
49017
|
}
|
|
49008
|
-
}, dependencies: [
|
|
49018
|
+
}, dependencies: [ae2, He2, Oe2, ai, Re2, en, iu, su, Ho, Xt, is, QM, nu, yn, Lt, ir, Xa, Xe, qt, kn, he, Yl, lg, Uc, Yd, Xd, mg, LM, BM, GM, HM, zM, jM, NM, $M, UM], encapsulation: 2, changeDetection: 0 });
|
|
49009
49019
|
})(), o;
|
|
49010
49020
|
})();
|
|
49011
49021
|
var pCe = "_Igx_Hidden_Data_";
|
|
@@ -49409,7 +49419,7 @@ var My = (() => {
|
|
|
49409
49419
|
}, o = t10;
|
|
49410
49420
|
return (() => {
|
|
49411
49421
|
t10.\u0275fac = function(i2) {
|
|
49412
|
-
return new (i2 || t10)(_(or), _(Zt2), _(Hi), _(Xn), _(Tc), _(B), _(we2), _(gt2), _(
|
|
49422
|
+
return new (i2 || t10)(_(or), _(Zt2), _(Hi), _(Xn), _(Tc), _(B), _(we2), _(gt2), _(le2), _(ji), _(Qe2), _(Qi), _(kt2), _(zi), _(fg), _(ti), _(ui), _(sr), _(dt2, 8), _(ni), _(_e2), _(ru, 8));
|
|
49413
49423
|
};
|
|
49414
49424
|
})(), (() => {
|
|
49415
49425
|
t10.\u0275dir = N({ type: t10, inputs: { hasChildrenKey: "hasChildrenKey", showExpandAll: "showExpandAll" }, outputs: { dataPreLoad: "dataPreLoad" }, features: [Y] });
|
|
@@ -49543,7 +49553,7 @@ var In = (() => {
|
|
|
49543
49553
|
}
|
|
49544
49554
|
ngAfterViewInit() {
|
|
49545
49555
|
this.rowIslandAPI.register(this), this.parentIsland ? this.parentIsland.rowIslandAPI.registerChildRowIsland(this) : this.rootGrid.gridAPI.registerChildRowIsland(this), this._init = false, this.gridCreated.pipe(N2("grid"), W(this.destroy$)).subscribe((e) => {
|
|
49546
|
-
e.rendered$.pipe(et2(),
|
|
49556
|
+
e.rendered$.pipe(et2(), gi(() => !!this.toolbarTemplate)).subscribe(() => e.toolbarOutlet.createEmbeddedView(this.toolbarTemplate, { $implicit: e })), e.rendered$.pipe(et2(), gi(() => !!this.paginatorTemplate)).subscribe(() => {
|
|
49547
49557
|
this.rootGrid.paginatorList.changes.pipe(W(this.destroy$)).subscribe((i2) => {
|
|
49548
49558
|
i2.forEach((r5) => {
|
|
49549
49559
|
r5.nativeElement.offsetParent?.id === e.id && e.setUpPaginator();
|
|
@@ -49583,7 +49593,7 @@ var In = (() => {
|
|
|
49583
49593
|
}, o = t10;
|
|
49584
49594
|
return (() => {
|
|
49585
49595
|
t10.\u0275fac = function(i2) {
|
|
49586
|
-
return new (i2 || t10)(_(or), _(Zt2), _(Hi), _(Xn), _(Tc), _(B), _(we2), _(gt2), _(
|
|
49596
|
+
return new (i2 || t10)(_(or), _(Zt2), _(Hi), _(Xn), _(Tc), _(B), _(we2), _(gt2), _(le2), _(ji), _(Qe2), _(kt2), _(zi), _(Qi), _(fg), _(ti), _(ui), _(sr), _(dt2, 8), _(xg), _(ni), _(_e2));
|
|
49587
49597
|
};
|
|
49588
49598
|
})(), (() => {
|
|
49589
49599
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-row-island"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -49592,7 +49602,7 @@ var In = (() => {
|
|
|
49592
49602
|
D(a = b()) && (r5.toolbarDirectiveTemplate = a.first), D(a = b()) && (r5.paginatorDirectiveTemplate = a.first), D(a = b()) && (r5.children = a), D(a = b()) && (r5.childLayoutList = a), D(a = b()) && (r5.childColumns = a), D(a = b()) && (r5.actionStrips = a);
|
|
49593
49603
|
}
|
|
49594
49604
|
}, inputs: { key: "key", childDataKey: "childDataKey", toolbarTemplate: "toolbarTemplate", paginatorTemplate: "paginatorTemplate", expandChildren: "expandChildren" }, outputs: { layoutChange: "layoutChange", gridCreated: "gridCreated", gridInitialized: "gridInitialized" }, standalone: true, features: [fe([xg, ti, Zt2]), Y, Ti, $5], ngContentSelectors: fCe, decls: 4, vars: 0, consts: [[2, "display", "none"], ["sink", ""]], template: function(i2, r5) {
|
|
49595
|
-
i2 & 1 && (Se(mCe), f(0, "div", 0, 1),
|
|
49605
|
+
i2 & 1 && (Se(mCe), f(0, "div", 0, 1), se(2), se(3, 1), x5());
|
|
49596
49606
|
}, encapsulation: 2, changeDetection: 0 });
|
|
49597
49607
|
})(), o;
|
|
49598
49608
|
})();
|
|
@@ -49900,12 +49910,12 @@ var Ay = (() => {
|
|
|
49900
49910
|
}, o = t10;
|
|
49901
49911
|
return (() => {
|
|
49902
49912
|
t10.\u0275fac = function(i2) {
|
|
49903
|
-
return new (i2 || t10)(_(Zt2), _(Me2), _(ui), _(
|
|
49913
|
+
return new (i2 || t10)(_(Zt2), _(Me2), _(ui), _(le2), _(B), _(we2), _(vi), _(_e2));
|
|
49904
49914
|
};
|
|
49905
49915
|
})(), (() => {
|
|
49906
|
-
t10.\u0275cmp = G({ type: t10, selectors: [["igx-hierarchical-grid-cell"]], standalone: true, features: [fe([
|
|
49916
|
+
t10.\u0275cmp = G({ type: t10, selectors: [["igx-hierarchical-grid-cell"]], standalone: true, features: [fe([vi]), Y, $5], decls: 13, vars: 5, consts: [["defaultPinnedIndicator", ""], ["defaultCell", ""], ["addRowCell", ""], ["inlineEditor", ""], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngIf"], ["defaultError", ""], ["class", "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity", 4, "ngIf"], [1, "igx-grid__td--pinned-chip", 3, "disabled", "displayDensity"], ["igxTextHighlight", "", "class", "igx-grid__td-text", "style", "pointer-events: none;", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], [3, "ngClass", 4, "ngIf"], [3, "src", "alt", 4, "ngIf"], ["igxTextHighlight", "", 1, "igx-grid__td-text", 2, "pointer-events", "none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata"], [3, "ngClass"], [3, "src", "alt"], ["igxTextHighlight", "", "class", "igx-grid__td-text", "style", "pointer-events: none", 3, "cssClass", "activeCssClass", "groupName", "value", "row", "column", "containerClass", "metadata", 4, "ngIf"], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], ["displayDensity", "compact"], ["igxInput", "", 3, "igxFocus", "igxTextSelection", "formControl", "compositionstart", "compositionend"], ["displayDensity", "compact", 3, "formGroup"], ["igxInput", "", "type", "number", 3, "igxFocus", "igxTextSelection", "step", "formControl"], [3, "checked", "igxFocus", "disableRipple", "formControl"], ["mode", "dropdown", 3, "outlet", "locale", "weekStart", "value", "igxFocus", "formControl", "valueChange"], ["mode", "dropdown", 3, "outlet", "locale", "inputFormat", "value", "igxFocus", "formControl", "valueChange"], ["type", "text", "igxInput", "", 3, "formControl", "igxDateTimeEditor", "igxFocus"], [3, "igxTooltipTarget", "igxToggleOutlet", "mouseover", "mouseout"], ["errorIcon", ""], ["igxTooltip", "", 3, "id"], ["error", "", "tooltipRef", "tooltip"]], template: function(i2, r5) {
|
|
49907
49917
|
i2 & 1 && (m5(0, vCe, 1, 1, "ng-template", null, 0, V), m5(2, SCe, 3, 3, "ng-template", null, 1, V), m5(4, bCe, 1, 1, "ng-template", null, 2, V), m5(6, NCe, 8, 8, "ng-template", null, 3, V), m5(8, HCe, 1, 0, "ng-container", 4), m5(9, LCe, 1, 0, "ng-container", 4), m5(10, GCe, 9, 7, "ng-container", 5), m5(11, KCe, 7, 7, "ng-template", null, 6, V)), i2 & 2 && (d(8), u5("ngTemplateOutlet", r5.pinnedIndicatorTemplate)("ngTemplateOutletContext", r5.context), d(1), u5("ngTemplateOutlet", r5.template)("ngTemplateOutletContext", r5.context), d(1), u5("ngIf", r5.isInvalid));
|
|
49908
|
-
}, dependencies: [
|
|
49918
|
+
}, dependencies: [ae2, ei, gr, he, Oe2, yo, Qn, vc, qn, _d, vd, yc, Cc, At, vt2, Rl, Gs, Ut, fr, xr, an, Be, Ue, Re2, Na, no, Kd, Jd, ql, ml, fl, Vs, En], encapsulation: 2, changeDetection: 0 });
|
|
49909
49919
|
})(), o;
|
|
49910
49920
|
})();
|
|
49911
49921
|
var YCe = ["expander"];
|
|
@@ -50128,12 +50138,12 @@ var oA = (() => {
|
|
|
50128
50138
|
}
|
|
50129
50139
|
}, hostVars: 4, hostBindings: function(i2, r5) {
|
|
50130
50140
|
i2 & 2 && J("igx-grid__tr--expanded", r5.expandedClass)("igx-grid__tr--highlighted", r5.highlighted);
|
|
50131
|
-
}, standalone: true, features: [fe([{ provide: oi, useExisting:
|
|
50141
|
+
}, standalone: true, features: [fe([{ provide: oi, useExisting: mi(() => t10) }]), Y, $5], decls: 11, vars: 1, consts: [[4, "ngTemplateOutlet"], ["defaultExpandedTemplate", ""], ["defaultCollapsedTemplate", ""], ["defaultEmptyTemplate", ""], ["addTemp", ""], ["defaultTemp", ""], [3, "active"], [1, "igx-grid__tr--inner", 3, "animationend"], [4, "ngIf"], [3, "ngClass", "click", "mousedown", 4, "ngIf"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollContainer", "igxForSizePropName", "igxForScrollOrientation", "igxForContainerSize", "igxForTrackBy"], ["igxDirRef", ""], ["rowSelectorBaseTemplate", ""], ["pinnedCellsTemplate", ""], [3, "igxRowDrag", "ghostTemplate", "click", "pointerdown"], [1, "igx-grid__cbx-selection", "igx-grid__tr-action", 3, "click", "pointerdown"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "ngClass", "click", "mousedown"], ["expander", ""], [1, "igx-grid__td", "igx-grid__td--fw", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip"], [1, "igx-grid__cbx-padding"], [3, "tabindex", "readonly", "checked", "disableRipple", "disabled", "disableTransitions", "aria-label"], ["class", "igx-grid__td igx-grid__td--fw igx-grid__td--pinned", 3, "igx-grid__td--edited", "igx-grid__td--number", "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "firstPinned", "lastPinned", "min-height", "rowData", "min-width", "max-width", "flex-basis", "left", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip", 4, "ngFor", "ngForOf"], [1, "igx-grid__td", "igx-grid__td--fw", "igx-grid__td--pinned", 3, "ngClass", "ngStyle", "editMode", "column", "formatter", "intRow", "active", "firstPinned", "lastPinned", "rowData", "width", "visibleColumnIndex", "value", "cellTemplate", "cellValidationErrorTemplate", "lastSearchInfo", "cellSelectionMode", "displayPinnedChip"]], template: function(i2, r5) {
|
|
50132
50142
|
if (i2 & 1 && (m5(0, ewe, 1, 0, "ng-container", 0), m5(1, twe, 2, 1, "ng-template", null, 1, V), m5(3, iwe, 2, 1, "ng-template", null, 2, V), m5(5, nwe, 1, 0, "ng-template", null, 3, V), m5(7, owe, 2, 3, "ng-template", null, 4, V), m5(9, Swe, 12, 13, "ng-template", null, 5, V)), i2 & 2) {
|
|
50133
50143
|
let s10 = P(8), a = P(10);
|
|
50134
50144
|
u5("ngTemplateOutlet", r5.addRowUI ? s10 : a);
|
|
50135
50145
|
}
|
|
50136
|
-
}, dependencies: [Re2, he,
|
|
50146
|
+
}, dependencies: [Re2, he, ae2, cg, Oe2, Xt, Ay, ai, Ut, He2, Ql, qd, sg, Zd, eu], encapsulation: 2, changeDetection: 0 });
|
|
50137
50147
|
})(), o;
|
|
50138
50148
|
})();
|
|
50139
50149
|
var Dwe = ["container"];
|
|
@@ -50408,14 +50418,14 @@ function wIe(o, t10) {
|
|
|
50408
50418
|
function IIe(o, t10) {
|
|
50409
50419
|
o & 1 && k5(0, "igx-grid-column-resizer");
|
|
50410
50420
|
}
|
|
50411
|
-
var SIe = [[["igx-grid-toolbar"], ["igc-grid-toolbar"]], [["igx-grid-footer"], ["igc-grid-footer"]], [["igx-paginator"], ["igc-paginator"]], [["igx-column"], ["igc-column"], ["igx-column-group"], ["igc-column-group"], ["igx-action-strip"], ["igc-action-strip"]], [["igx-row-island"], ["igc-row-island"]]];
|
|
50421
|
+
var SIe = [[["igx-grid-toolbar"], ["igc-grid-toolbar"]], [["igx-grid-footer"], ["igc-grid-footer"]], [["igx-paginator"], ["igc-paginator"]], [["igx-grid-state"], ["igc-grid-state"]], [["igx-column"], ["igc-column"], ["igx-column-group"], ["igc-column-group"], ["igx-action-strip"], ["igc-action-strip"]], [["igx-row-island"], ["igc-row-island"]]];
|
|
50412
50422
|
var DIe = function(o, t10, n, e, i2, r5, s10) {
|
|
50413
50423
|
return [o, t10, n, e, i2, r5, s10];
|
|
50414
50424
|
};
|
|
50415
50425
|
var HD = function(o, t10, n, e, i2, r5) {
|
|
50416
50426
|
return [o, t10, n, e, i2, r5];
|
|
50417
50427
|
};
|
|
50418
|
-
var bIe = ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer", "igx-paginator,igc-paginator", "igx-column,igc-column,igx-column-group,igc-column-group,igx-action-strip,igc-action-strip", "igx-row-island,igc-row-island"];
|
|
50428
|
+
var bIe = ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer", "igx-paginator,igc-paginator", "igx-grid-state,igc-grid-state", "igx-column,igc-column,igx-column-group,igc-column-group,igx-action-strip,igc-action-strip", "igx-row-island,igc-row-island"];
|
|
50419
50429
|
var EIe = 0;
|
|
50420
50430
|
var aA = (() => {
|
|
50421
50431
|
let t10 = class {
|
|
@@ -50463,7 +50473,7 @@ var aA = (() => {
|
|
|
50463
50473
|
}, o = t10;
|
|
50464
50474
|
return (() => {
|
|
50465
50475
|
t10.\u0275fac = function(i2) {
|
|
50466
|
-
return new (i2 || t10)(_(Xn), _(B), _(
|
|
50476
|
+
return new (i2 || t10)(_(Xn), _(B), _(le2));
|
|
50467
50477
|
};
|
|
50468
50478
|
})(), (() => {
|
|
50469
50479
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-child-grid-row"]], viewQuery: function(i2, r5) {
|
|
@@ -50752,8 +50762,8 @@ var zr = (() => {
|
|
|
50752
50762
|
}
|
|
50753
50763
|
}, hostVars: 2, hostBindings: function(i2, r5) {
|
|
50754
50764
|
i2 & 2 && H("role", r5.role)("id", r5.id);
|
|
50755
|
-
}, inputs: { id: "id", data: "data", totalItemCount: "totalItemCount", expandChildren: "expandChildren" }, standalone: true, features: [fe([Ml, or, Zt2, { provide: Xn, useClass: XM }, { provide: Me2, useExisting: t10 }, sr, ti, fg, Hi, Do, ts, xg]), Y, $5], ngContentSelectors: bIe, decls:
|
|
50756
|
-
if (i2 & 1 && (Se(SIe),
|
|
50765
|
+
}, inputs: { id: "id", data: "data", totalItemCount: "totalItemCount", expandChildren: "expandChildren" }, standalone: true, features: [fe([Ml, or, Zt2, { provide: Xn, useClass: XM }, { provide: Me2, useExisting: t10 }, sr, ti, fg, Hi, Do, ts, xg]), Y, $5], ngContentSelectors: bIe, decls: 99, vars: 147, consts: [["toolbarOutlet", ""], ["tabindex", "0", 1, "igx-grid-thead", 3, "grid", "hasMRL", "activeDescendant", "width", "pinnedColumnCollection", "unpinnedColumnCollection", "keydown.meta.c", "keydown.control.c", "copy", "keydown", "focus"], ["igxGridBody", "", "role", "rowgroup", 1, "igx-grid__tbody", 3, "keydown.control.c", "copy"], ["tabindex", "0", 1, "igx-grid__tbody-content", 3, "igxGridDragSelect", "focus", "keydown", "dragStop", "dragScroll", "scroll"], ["tbody", ""], ["id", "left", "class", "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop", 4, "ngIf"], ["id", "left", "class", "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop", "left", 4, "ngIf"], ["pinnedRecordsTemplate", ""], [4, "ngTemplateOutlet"], ["igxGridFor", "", 3, "igxGridForOf", "igxForScrollOrientation", "igxForScrollContainer", "igxForContainerSize", "igxForItemSize", "igxForTrackBy", "chunkPreload", "dataChanging", "dataChanged"], ["verticalScrollContainer", ""], ["hierarchical_record_template", ""], ["pinned_hierarchical_record_template", ""], ["child_record_template", ""], ["id", "right", "class", "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop", 4, "ngIf"], ["igxOverlayOutlet", "", 1, "igx-grid__row-editing-outlet"], ["igxRowEditingOverlayOutlet", ""], ["text", "Trial version of Ignite UI for Web Components", 4, "ngIf"], ["igxToggle", ""], ["loadingOverlay", ""], [3, "indeterminate", 4, "ngIf"], [1, "igx-grid__tbody-scrollbar", 3, "hidden", "pointerdown"], [1, "igx-grid__tbody-scrollbar-start"], [1, "igx-grid__tbody-scrollbar-main"], ["igxGridFor", "", 3, "igxGridForOf"], ["verticalScrollHolder", ""], [1, "igx-grid__tbody-scrollbar-end"], [1, "igx-grid__addrow-snackbar"], [3, "outlet", "actionText", "displayTime"], ["addRowSnackbar", ""], ["igxOverlayOutlet", ""], ["igxBodyOverlayOutlet", "overlay-outlet"], ["role", "rowgroup", 1, "igx-grid__tfoot"], ["tfoot", ""], ["tabindex", "0", 3, "focus", "keydown"], ["role", "row", "class", "igx-grid__summaries", 3, "width", "height", "gridID", "summaries", "index", 4, "ngIf"], [1, "igx-grid__tfoot-thumb", 3, "hidden"], [1, "igx-grid__scroll", 3, "hidden", "pointerdown"], ["scr", ""], [1, "igx-grid__scroll-start"], [1, "igx-grid__scroll-main"], ["scrollContainer", ""], [1, "igx-grid__scroll-end", 3, "hidden"], [1, "igx-grid__footer"], ["footer", ""], ["paginatorOutlet", ""], ["emptyFilteredGrid", ""], ["defaultEmptyGrid", ""], ["defaultAddRowEmptyTemplate", ""], ["defaultLoadingGrid", ""], ["defaultCollapsedTemplate", ""], ["defaultExpandedTemplate", ""], ["igxToggle", "", 4, "ngIf"], ["defaultRowEditText", ""], ["defaultRowEditActions", ""], ["defaultRowEditTemplate", ""], ["dragIndicatorIconBase", ""], [4, "ngIf"], ["igxOverlayOutlet", "", 1, "igx-grid__loading-outlet"], ["igxLoadingOverlayOutlet", ""], ["igxOverlayOutlet", "", 1, "igx-grid__outlet"], ["igxFilteringOverlayOutlet", ""], [2, "display", "none"], ["sink", ""], ["id", "left", 1, "igx-grid__scroll-on-drag-left", 3, "igxColumnMovingDrop"], ["id", "left", 1, "igx-grid__scroll-on-drag-pinned", 3, "igxColumnMovingDrop"], ["class", "igx-grid__tr--pinned", 3, "ngClass", "width", 4, "ngIf"], [1, "igx-grid__tr--pinned", 3, "ngClass"], ["pinContainer", ""], [4, "ngFor", "ngForOf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "igxTemplateOutlet", "igxTemplateOutletContext", "viewCreated", "viewMoved", "cachedViewLoaded"], [3, "gridID", "index", "disabled", "data", "ngClass", "ngStyle"], ["row", ""], [3, "gridID", "index", "data", "ngClass", "ngStyle"], ["row", "", "pinnedRow", ""], [2, "overflow", "auto", "width", "100%", 3, "ngClass", "scroll"], [3, "parentGridID", "index", "data", "layout", 4, "ngFor", "ngForOf"], [3, "parentGridID", "index", "data", "layout"], ["id", "right", 1, "igx-grid__scroll-on-drag-right", 3, "igxColumnMovingDrop"], ["text", "Trial version of Ignite UI for Web Components"], [3, "indeterminate"], ["role", "row", 1, "igx-grid__summaries", 3, "gridID", "summaries", "index"], ["summaryRow", ""], ["role", "cell", 1, "igx-grid__tbody-message"], ["igxButton", "raised", "igxRipple", "", 3, "click"], [1, "igx-grid__loading"], ["role", "button"], ["role", "button", 3, "active"], ["rowEditingOverlay", ""], [3, "className"], ["igxButton", "", "igxRowEditTabStop", "", 3, "click"], [1, "igx-banner__message"], [1, "igx-banner__text"], [1, "igx-banner__actions"], [1, "igx-banner__row"]], template: function(i2, r5) {
|
|
50766
|
+
if (i2 & 1 && (Se(SIe), se(0), q3(1, null, 0), f(3, "igx-grid-header-row", 1), w5("keydown.meta.c", function(a) {
|
|
50757
50767
|
return r5.copyHandler(a);
|
|
50758
50768
|
})("keydown.control.c", function(a) {
|
|
50759
50769
|
return r5.copyHandler(a);
|
|
@@ -50791,11 +50801,11 @@ var zr = (() => {
|
|
|
50791
50801
|
return r5.navigation.summaryNav(a);
|
|
50792
50802
|
}), m5(53, iIe, 3, 10, "igx-grid-summary-row", 35), k5(54, "div", 36), x5()(), f(55, "div", 37, 38), w5("pointerdown", function(a) {
|
|
50793
50803
|
return a.preventDefault();
|
|
50794
|
-
}), k5(57, "div", 39), f(58, "div", 40), m5(59, nIe, 0, 0, "ng-template", 24, 41, V), x5(), k5(61, "div", 42), x5(), f(62, "div", 43, 44),
|
|
50804
|
+
}), k5(57, "div", 39), f(58, "div", 40), m5(59, nIe, 0, 0, "ng-template", 24, 41, V), x5(), k5(61, "div", 42), x5(), f(62, "div", 43, 44), se(64, 1), se(65, 2), q3(66, null, 45), x5(), m5(68, sIe, 4, 2, "ng-template", null, 46, V), m5(70, cIe, 4, 2, "ng-template", null, 47, V), m5(72, dIe, 2, 1, "ng-template", null, 48, V), m5(74, uIe, 2, 1, "ng-template", null, 49, V), m5(76, pIe, 2, 0, "ng-template", null, 50, V), m5(78, hIe, 2, 1, "ng-template", null, 51, V), m5(80, fIe, 4, 6, "div", 52), m5(81, xIe, 1, 2, "ng-template", null, 53, V), m5(83, _Ie, 4, 2, "ng-template", null, 54, V), m5(85, CIe, 6, 8, "ng-template", null, 55, V), m5(87, wIe, 2, 0, "ng-template", null, 56, V), m5(89, IIe, 1, 0, "igx-grid-column-resizer", 57), k5(90, "div", 58, 59)(92, "div", 60, 61), f(94, "div", 62, 63), se(96, 3), se(97, 4), se(98, 5), x5()), i2 & 2) {
|
|
50795
50805
|
let s10 = P(10), a = P(49);
|
|
50796
50806
|
d(3), u5("grid", r5)("hasMRL", r5.hasColumnLayouts)("activeDescendant", r5.activeDescendant)("width", r5.calcWidth)("pinnedColumnCollection", r5.pinnedColumns)("unpinnedColumnCollection", r5.unpinnedColumns), d(2), U("height", r5.totalHeight, "px")("width", r5.calcWidth, "px"), u5("igxGridDragSelect", r5.selectionService.dragMode), H("aria-activedescendant", r5.activeDescendant)("role", r5.dataView.length ? null : "row"), d(2), u5("ngIf", r5.moving && r5.columnInDrag && r5.pinnedColumns.length <= 0), d(1), u5("ngIf", r5.moving && r5.columnInDrag && r5.pinnedColumns.length > 0), d(3), u5("ngTemplateOutlet", r5.hasPinnedRecords && r5.isRowPinningToTop ? s10 : null), d(1), u5("igxGridForOf", ft2(14, 70, de(15, 75, me(16, 79, _t2(138, HD, me(17, 86, _t2(131, HD, me(18, 93, _t2(124, HD, me(19, 100, Xi(115, DIe, Wt(20, 108, de(21, 111, r5.data, r5.id, r5.pipeTrigger), r5.hasVisibleColumns), r5.filteringExpressionsTree, r5.filterStrategy, r5.advancedFilteringExpressionsTree, r5.id, r5.pipeTrigger, r5.filteringPipeTrigger)), r5.sortingExpressions, Dn(123, ky), r5.sortStrategy, r5.id, r5.pipeTrigger)), !!r5.paginator, r5.page, r5.perPage, r5.id, r5.pipeTrigger)), r5.expansionStates, r5.id, r5.primaryKey, r5.childLayoutKeys, r5.pipeTrigger)), false, r5.pipeTrigger), r5.id, false, r5.pipeTrigger))("igxForScrollOrientation", "vertical")("igxForScrollContainer", r5.verticalScroll)("igxForContainerSize", r5.calcHeight)("igxForItemSize", r5.renderedRowHeight)("igxForTrackBy", r5.trackChanges), d(16), u5("ngTemplateOutlet", r5.hasPinnedRecords && !r5.isRowPinningToTop ? s10 : null), d(1), u5("ngTemplateOutlet", r5.template), d(1), u5("ngIf", r5.moving && r5.columnInDrag), d(3), u5("ngIf", !r5.parent), d(3), u5("ngIf", r5.shouldOverlayLoading), d(1), u5("ngIf", r5.moving && r5.columnInDrag), d(1), U("width", r5.scrollSize, "px"), u5("hidden", !r5.hasVerticalScroll()), d(1), U("height", r5.isRowPinningToTop ? r5.pinnedRowHeight : 0, "px"), d(1), U("height", r5.calcHeight, "px"), d(1), u5("igxGridForOf", Dn(145, ky)), d(2), U("height", r5.isRowPinningToTop ? 0 : r5.pinnedRowHeight, "px"), d(2), u5("outlet", a)("actionText", r5.resourceStrings.igx_grid_snackbar_addrow_actiontext)("displayTime", r5.snackbarDisplayTime), d(2), Q(r5.resourceStrings.igx_grid_snackbar_addrow_label), d(3), U("height", r5.summaryRowHeight, "px"), d(2), H("aria-activedescendant", r5.activeDescendant), d(1), u5("ngIf", r5.hasSummarizedColumns && r5.rootSummariesEnabled), d(1), U("height", r5.summaryRowHeight, "px")("width", r5.scrollSize, "px"), u5("hidden", !r5.hasVerticalScroll()), d(1), U("height", r5.scrollSize, "px"), u5("hidden", r5.isHorizontalScrollHidden), d(2), U("width", r5.isPinningToStart ? r5.pinnedWidth : r5.headerFeaturesWidth, "px")("min-width", r5.isPinningToStart ? r5.pinnedWidth : r5.headerFeaturesWidth, "px"), d(1), U("width", r5.unpinnedWidth, "px"), d(1), u5("igxGridForOf", Dn(146, ky)), d(2), U("float", "right")("width", r5.pinnedWidth, "px")("min-width", r5.pinnedWidth, "px"), u5("hidden", r5.pinnedWidth === 0 || r5.isPinningToStart), d(19), u5("ngIf", r5.rowEditable), d(9), u5("ngIf", r5.colResizingService.showResizer);
|
|
50797
50807
|
}
|
|
50798
|
-
}, dependencies: [
|
|
50808
|
+
}, dependencies: [ae2, Oe2, He2, Re2, ai, en, iu, su, Ho, Xt, is, oA, yn, Lt, ir, Xa, nu, Xe, qt, he, kn, Yl, aA, my, fy, Zv, lg, Uc, Jv, Yd, Xd, mg, eA, tA], encapsulation: 2, changeDetection: 0 });
|
|
50799
50809
|
})(), o;
|
|
50800
50810
|
})();
|
|
50801
50811
|
var abt = [zr, In, ...lu];
|
|
@@ -51103,7 +51113,7 @@ var du = (() => {
|
|
|
51103
51113
|
}, o = t10;
|
|
51104
51114
|
return (() => {
|
|
51105
51115
|
t10.\u0275fac = function(i2) {
|
|
51106
|
-
return new (i2 || t10)(_(xt), _(
|
|
51116
|
+
return new (i2 || t10)(_(xt), _(le2));
|
|
51107
51117
|
};
|
|
51108
51118
|
})(), (() => {
|
|
51109
51119
|
t10.\u0275cmp = G({ type: t10, selectors: [["igx-pivot-data-selector"]], hostVars: 2, hostBindings: function(i2, r5) {
|
|
@@ -51115,7 +51125,7 @@ var du = (() => {
|
|
|
51115
51125
|
let s10 = P(5);
|
|
51116
51126
|
d(1), u5("displayDensity", r5.displayDensity), d(5), u5("displayDensity", r5.displayDensity), d(1), u5("ngForOf", de(8, 6, r5.dims, s10.value, r5.grid == null ? null : r5.grid.pipeTrigger)), d(2), u5("ngForOf", de(10, 10, r5.values, s10.value, r5.grid == null ? null : r5.grid.pipeTrigger)), d(3), u5("ngForOf", r5._panels), d(3), u5("ngForOf", r5.aggregateList);
|
|
51117
51127
|
}
|
|
51118
|
-
}, dependencies: [At, he, Be, vt2, $d, He2, $c, Ut, Bh, Us, $s, Pr, Hc, ei, ns,
|
|
51128
|
+
}, dependencies: [At, he, Be, vt2, $d, He2, $c, Ut, Bh, Us, $s, Pr, Hc, ei, ns, ae2, So, Yn, Wu, $n, jn, RM], encapsulation: 2 });
|
|
51119
51129
|
})(), o;
|
|
51120
51130
|
})();
|
|
51121
51131
|
var zTt = [Fn, du, up, ...lu];
|
|
@@ -53731,7 +53741,7 @@ var Lb = class {
|
|
|
53731
53741
|
}
|
|
53732
53742
|
initializeComponent(t10) {
|
|
53733
53743
|
let n = kt2.create({ providers: [], parent: this.injector }), e = sbe(t10, this.componentFactory.ngContentSelectors);
|
|
53734
|
-
this.componentRef = this.componentFactory.create(n, e, t10), this.viewChangeDetectorRef = this.componentRef.injector.get(
|
|
53744
|
+
this.componentRef = this.componentFactory.create(n, e, t10), this.viewChangeDetectorRef = this.componentRef.injector.get(le2), this.implementsOnChanges = tbe(this.componentRef.instance.ngOnChanges), this.initializeInputs(), this.initializeOutputs(this.componentRef), this.detectChanges(), this.injector.get(Qi).attachView(this.componentRef.hostView);
|
|
53735
53745
|
}
|
|
53736
53746
|
initializeInputs() {
|
|
53737
53747
|
this.componentFactory.inputs.forEach(({ propName: t10 }) => {
|
|
@@ -53868,7 +53878,7 @@ var Kf = class {
|
|
|
53868
53878
|
}
|
|
53869
53879
|
initializeComponent(t10) {
|
|
53870
53880
|
let n = kt2.create({ providers: [], parent: this.injector }), e = jb(t10, this.componentFactory.ngContentSelectors);
|
|
53871
|
-
this.componentRef = this.componentFactory.create(n, e, t10), this.viewChangeDetectorRef = this.componentRef.injector.get(
|
|
53881
|
+
this.componentRef = this.componentFactory.create(n, e, t10), this.viewChangeDetectorRef = this.componentRef.injector.get(le2), this.implementsOnChanges = zb(this.componentRef.instance.ngOnChanges), this.initializeInputs(), this.initializeOutputs(this.componentRef), this.detectChanges(), this.injector.get(Qi).attachView(this.componentRef.hostView);
|
|
53872
53882
|
}
|
|
53873
53883
|
initializeInputs() {
|
|
53874
53884
|
this.componentFactory.inputs.forEach(({ propName: t10 }) => {
|
|
@@ -53972,7 +53982,7 @@ var $b = (() => {
|
|
|
53972
53982
|
};
|
|
53973
53983
|
})(), (() => {
|
|
53974
53984
|
t10.\u0275cmp = G({ type: t10, selectors: [["app-child-standalone"]], inputs: { text: "text", template: "template" }, ngContentSelectors: mbe, decls: 6, vars: 3, consts: [[4, "ngTemplateOutlet", "ngTemplateOutletContext"]], template: function(i2, r5) {
|
|
53975
|
-
i2 & 1 && (Se(), f(0, "p"), C(1, "child-standalone's own content"), x5(), f(2, "span"), C(3), x5(),
|
|
53985
|
+
i2 & 1 && (Se(), f(0, "p"), C(1, "child-standalone's own content"), x5(), f(2, "span"), C(3), x5(), se(4), m5(5, gbe, 1, 0, "ng-container", 0)), i2 & 2 && (d(3), Q(r5.text), d(2), u5("ngTemplateOutlet", r5.template)("ngTemplateOutletContext", r5.context));
|
|
53976
53986
|
}, dependencies: [Re2] });
|
|
53977
53987
|
})(), o;
|
|
53978
53988
|
})();
|
|
@@ -54054,7 +54064,7 @@ var b9 = (() => {
|
|
|
54054
54064
|
}, o = t10;
|
|
54055
54065
|
return (() => {
|
|
54056
54066
|
t10.\u0275fac = function(i2) {
|
|
54057
|
-
return new (i2 || t10)(_(
|
|
54067
|
+
return new (i2 || t10)(_(le2));
|
|
54058
54068
|
};
|
|
54059
54069
|
})(), (() => {
|
|
54060
54070
|
t10.\u0275cmp = G({ type: t10, selectors: [["app-wrapper"]], contentQueries: function(i2, r5, s10) {
|
|
@@ -54106,7 +54116,7 @@ var Qb = class extends Kf {
|
|
|
54106
54116
|
}
|
|
54107
54117
|
this.injector = e || this._injector;
|
|
54108
54118
|
let c = kt2.create({ providers: [], parent: this.injector }), p10 = jb(t10, this._componentFactory.ngContentSelectors);
|
|
54109
|
-
if (this.componentRef = this._componentFactory.create(c, p10, t10), this.setComponentRef(this.componentRef), this.viewChangeDetectorRef = this.componentRef.injector.get(
|
|
54119
|
+
if (this.componentRef = this._componentFactory.create(c, p10, t10), this.setComponentRef(this.componentRef), this.viewChangeDetectorRef = this.componentRef.injector.get(le2), this.implementsOnChanges = zb(this.componentRef.instance.ngOnChanges), t10 && this.componentRef.instance && (this.componentRef.instance.___wcElement = t10), this.initializeInputs(), this.initializeOutputs(this.componentRef), this.detectChanges(), i2 && e) {
|
|
54110
54120
|
let v10 = e.get(Qe2), y5 = t10.parentElement, E = t10.nextSibling;
|
|
54111
54121
|
i2.insert(this.componentRef.hostView), y5.insertBefore(t10, E), this.detectChanges();
|
|
54112
54122
|
} else
|
|
@@ -54220,7 +54230,7 @@ function pn(o, t10) {
|
|
|
54220
54230
|
}, set: s10, configurable: true, enumerable: true });
|
|
54221
54231
|
}), o === dn) {
|
|
54222
54232
|
let r5 = function() {
|
|
54223
|
-
return { stringFilteringOperand:
|
|
54233
|
+
return { stringFilteringOperand: xi.instance(), numberFilteringOperand: ro.instance(), timeFilteringOperand: Ni.instance(), dateTimeFilteringOperand: $t.instance(), dateFilteringOperand: jt.instance(), booleanFilteringOperand: Fr.instance(), createFilteringExpressionTree: (s10, a) => new $e2(s10, a) };
|
|
54224
54234
|
};
|
|
54225
54235
|
e.prototype.getFilterFactory = r5;
|
|
54226
54236
|
}
|
|
@@ -54301,7 +54311,7 @@ R9.production && void 0;
|
|
|
54301
54311
|
f5().bootstrapModule(T9).catch((o) => console.error(o));
|
|
54302
54312
|
export {
|
|
54303
54313
|
Ma as ColumnPinningPosition,
|
|
54304
|
-
|
|
54314
|
+
Ci as DropPosition,
|
|
54305
54315
|
Ra as FilteringExpressionsTreeType,
|
|
54306
54316
|
St2 as FilteringLogic,
|
|
54307
54317
|
Xr as GridInstanceType,
|
|
@@ -54320,7 +54330,7 @@ export {
|
|
|
54320
54330
|
Hf as IgcPivotDateDimension,
|
|
54321
54331
|
za as IgcPivotNumericAggregate,
|
|
54322
54332
|
Fc as IgcPivotTimeAggregate,
|
|
54323
|
-
|
|
54333
|
+
xi as IgcStringFilteringOperand,
|
|
54324
54334
|
js as IgcSummaryOperand,
|
|
54325
54335
|
Ni as IgcTimeFilteringOperand,
|
|
54326
54336
|
Ga as IgcTimeSummaryOperand,
|