igniteui-angular 12.3.0 → 12.3.1
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/LICENSE +16 -0
- package/bundles/igniteui-angular.umd.js +257 -242
- package/bundles/igniteui-angular.umd.js.map +1 -1
- package/esm2015/lib/accordion/accordion.component.js +23 -6
- package/esm2015/lib/grids/filtering/excel-style/excel-style-date-expression.component.js +2 -2
- package/esm2015/lib/grids/filtering/excel-style/grid.excel-style-filtering.component.js +2 -2
- package/esm2015/lib/grids/tree-grid/tree-grid.component.js +3 -3
- package/fesm2015/igniteui-angular.js +26 -9
- package/fesm2015/igniteui-angular.js.map +1 -1
- package/igniteui-angular.metadata.json +1 -1
- package/lib/accordion/accordion.component.d.ts +1 -0
- package/package.json +1 -1
- package/schematics/tsconfig.tsbuildinfo +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/animations'), require('@angular/core'), require('@angular/forms'), require('@angular/common'), require('rxjs'), require('rxjs/operators'), require('lodash.mergewith'), require('@juggle/resize-observer'), require('jszip'), require('@angular/platform-browser'), require('@angular/common/http'), require('@igniteui/material-icons-extended'), require('igniteui-trial-watermark'), require('uuid')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('igniteui-angular', ['exports', '@angular/animations', '@angular/core', '@angular/forms', '@angular/common', 'rxjs', 'rxjs/operators', 'lodash.mergewith', '@juggle/resize-observer', 'jszip', '@angular/platform-browser', '@angular/common/http', '@igniteui/material-icons-extended', 'igniteui-trial-watermark', 'uuid'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global[
|
|
5
|
-
}(this, (function (exports, i1, i0, forms, i2, rxjs, operators, mergeWith, resizeObserver, JSZip, i1$1, i2$1, materialIconsExtended, igniteuiTrialWatermark, uuid) { 'use strict';
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["igniteui-angular"] = {}, global.ng.animations, global.ng.core, global.ng.forms, global.ng.common, global.rxjs, global.rxjs.operators, global.mergeWith, global.ResizeObserver, global.JSZip, global.ng.platformBrowser, global.ng.common.http, global.materialIconsExtended, null, global.uuid));
|
|
5
|
+
})(this, (function (exports, i1, i0, forms, i2, rxjs, operators, mergeWith, resizeObserver, JSZip, i1$1, i2$1, materialIconsExtended, igniteuiTrialWatermark, uuid) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -15,14 +15,12 @@
|
|
|
15
15
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
16
16
|
Object.defineProperty(n, k, d.get ? d : {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () {
|
|
19
|
-
return e[k];
|
|
20
|
-
}
|
|
18
|
+
get: function () { return e[k]; }
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
21
|
});
|
|
24
22
|
}
|
|
25
|
-
n[
|
|
23
|
+
n["default"] = e;
|
|
26
24
|
return Object.freeze(n);
|
|
27
25
|
}
|
|
28
26
|
|
|
@@ -34,7 +32,7 @@
|
|
|
34
32
|
var i1__namespace$1 = /*#__PURE__*/_interopNamespace(i1$1);
|
|
35
33
|
var i2__namespace$1 = /*#__PURE__*/_interopNamespace(i2$1);
|
|
36
34
|
|
|
37
|
-
exports
|
|
35
|
+
exports["ɵj"] = void 0;
|
|
38
36
|
(function (EaseIn) {
|
|
39
37
|
EaseIn[EaseIn["Quad"] = "cubic-bezier(0.550, 0.085, 0.680, 0.530)"] = "Quad";
|
|
40
38
|
EaseIn[EaseIn["Cubic"] = "cubic-bezier(0.550, 0.055, 0.675, 0.190)"] = "Cubic";
|
|
@@ -44,8 +42,8 @@
|
|
|
44
42
|
EaseIn[EaseIn["Expo"] = "cubic-bezier(0.950, 0.050, 0.795, 0.035)"] = "Expo";
|
|
45
43
|
EaseIn[EaseIn["Circ"] = "cubic-bezier(0.600, 0.040, 0.980, 0.335)"] = "Circ";
|
|
46
44
|
EaseIn[EaseIn["Back"] = "cubic-bezier(0.600, -0.280, 0.735, 0.045)"] = "Back";
|
|
47
|
-
})(exports
|
|
48
|
-
exports
|
|
45
|
+
})(exports["ɵj"] || (exports["ɵj"] = {}));
|
|
46
|
+
exports["ɵk"] = void 0;
|
|
49
47
|
(function (EaseOut) {
|
|
50
48
|
EaseOut[EaseOut["Quad"] = "cubic-bezier(0.250, 0.460, 0.450, 0.940)"] = "Quad";
|
|
51
49
|
EaseOut[EaseOut["Cubic"] = "cubic-bezier(0.215, 0.610, 0.355, 1.000)"] = "Cubic";
|
|
@@ -55,7 +53,7 @@
|
|
|
55
53
|
EaseOut[EaseOut["Expo"] = "cubic-bezier(0.190, 1.000, 0.220, 1.000)"] = "Expo";
|
|
56
54
|
EaseOut[EaseOut["Circ"] = "cubic-bezier(0.075, 0.820, 0.165, 1.000)"] = "Circ";
|
|
57
55
|
EaseOut[EaseOut["Back"] = "cubic-bezier(0.175, 0.885, 0.320, 1.275)"] = "Back";
|
|
58
|
-
})(exports
|
|
56
|
+
})(exports["ɵk"] || (exports["ɵk"] = {}));
|
|
59
57
|
var EaseInOut;
|
|
60
58
|
(function (EaseInOut) {
|
|
61
59
|
EaseInOut[EaseInOut["Quad"] = "cubic-bezier(0.455, 0.030, 0.515, 0.955)"] = "Quad";
|
|
@@ -79,7 +77,7 @@
|
|
|
79
77
|
var baseParams$3 = {
|
|
80
78
|
delay: '0s',
|
|
81
79
|
duration: '350ms',
|
|
82
|
-
easing: exports
|
|
80
|
+
easing: exports["ɵk"].Sine,
|
|
83
81
|
endOpacity: 1,
|
|
84
82
|
startOpacity: 0
|
|
85
83
|
};
|
|
@@ -90,7 +88,7 @@
|
|
|
90
88
|
params: {
|
|
91
89
|
delay: '0s',
|
|
92
90
|
duration: '350ms',
|
|
93
|
-
easing: exports
|
|
91
|
+
easing: exports["ɵk"].Sine,
|
|
94
92
|
endOpacity: 0,
|
|
95
93
|
startOpacity: 1
|
|
96
94
|
}
|
|
@@ -115,7 +113,7 @@
|
|
|
115
113
|
var baseParams$2 = {
|
|
116
114
|
delay: '0s',
|
|
117
115
|
duration: '600ms',
|
|
118
|
-
easing: exports
|
|
116
|
+
easing: exports["ɵk"].Quad,
|
|
119
117
|
endAngle: 180,
|
|
120
118
|
endDistance: '0px',
|
|
121
119
|
rotateX: 1,
|
|
@@ -165,7 +163,7 @@
|
|
|
165
163
|
var baseInParams$2 = {
|
|
166
164
|
delay: '0s',
|
|
167
165
|
duration: '600ms',
|
|
168
|
-
easing: exports
|
|
166
|
+
easing: exports["ɵk"].Quad,
|
|
169
167
|
endAngle: 0,
|
|
170
168
|
endOpacity: 1,
|
|
171
169
|
rotateX: 0,
|
|
@@ -176,7 +174,7 @@
|
|
|
176
174
|
xPos: 'center',
|
|
177
175
|
yPos: 'center'
|
|
178
176
|
};
|
|
179
|
-
var baseOutParams$2 = Object.assign(Object.assign({}, baseInParams$2), { easing: exports
|
|
177
|
+
var baseOutParams$2 = Object.assign(Object.assign({}, baseInParams$2), { easing: exports["ɵj"].Quad, endOpacity: 0, startOpacity: 1 });
|
|
180
178
|
var rotateInCenter = i1.animation(baseRecipe$1, {
|
|
181
179
|
params: Object.assign({}, baseInParams$2)
|
|
182
180
|
});
|
|
@@ -465,7 +463,7 @@
|
|
|
465
463
|
delay: '0s',
|
|
466
464
|
direction: '',
|
|
467
465
|
duration: '350ms',
|
|
468
|
-
easing: exports
|
|
466
|
+
easing: exports["ɵk"].Quad,
|
|
469
467
|
endOpacity: 1,
|
|
470
468
|
fromScale: .5,
|
|
471
469
|
startOpacity: 0,
|
|
@@ -473,7 +471,7 @@
|
|
|
473
471
|
xPos: '50%',
|
|
474
472
|
yPos: '50%'
|
|
475
473
|
};
|
|
476
|
-
var baseOutParams$1 = Object.assign(Object.assign({}, baseInParams$1), { easing: exports
|
|
474
|
+
var baseOutParams$1 = Object.assign(Object.assign({}, baseInParams$1), { easing: exports["ɵk"].Sine, endOpacity: 0, fromScale: 1, startOpacity: 1, toScale: .5 });
|
|
477
475
|
var scaleInCenter = i1.animation(base$2, { params: baseInParams$1 });
|
|
478
476
|
var scaleInBl = i1.animation(base$2, {
|
|
479
477
|
params: Object.assign(Object.assign({}, baseInParams$1), { xPos: '0', yPos: '100%' })
|
|
@@ -574,7 +572,7 @@
|
|
|
574
572
|
var baseInParams = {
|
|
575
573
|
delay: '0s',
|
|
576
574
|
duration: '350ms',
|
|
577
|
-
easing: exports
|
|
575
|
+
easing: exports["ɵk"].Quad,
|
|
578
576
|
endOpacity: 1,
|
|
579
577
|
fromPosition: 'translateY(-500px)',
|
|
580
578
|
startOpacity: 0,
|
|
@@ -583,7 +581,7 @@
|
|
|
583
581
|
var baseOutParams = {
|
|
584
582
|
delay: '0s',
|
|
585
583
|
duration: '350ms',
|
|
586
|
-
easing: exports
|
|
584
|
+
easing: exports["ɵj"].Quad,
|
|
587
585
|
endOpacity: 0,
|
|
588
586
|
fromPosition: 'translateY(0)',
|
|
589
587
|
startOpacity: 1,
|
|
@@ -594,7 +592,7 @@
|
|
|
594
592
|
params: {
|
|
595
593
|
delay: '0s',
|
|
596
594
|
duration: '350ms',
|
|
597
|
-
easing: exports
|
|
595
|
+
easing: exports["ɵk"].Quad,
|
|
598
596
|
endOpacity: 1,
|
|
599
597
|
fromPosition: 'translateX(-500px)',
|
|
600
598
|
startOpacity: 0,
|
|
@@ -605,7 +603,7 @@
|
|
|
605
603
|
params: {
|
|
606
604
|
delay: '0s',
|
|
607
605
|
duration: '350ms',
|
|
608
|
-
easing: exports
|
|
606
|
+
easing: exports["ɵk"].Quad,
|
|
609
607
|
endOpacity: 1,
|
|
610
608
|
fromPosition: 'translateX(500px)',
|
|
611
609
|
startOpacity: 0,
|
|
@@ -616,7 +614,7 @@
|
|
|
616
614
|
params: {
|
|
617
615
|
delay: '0s',
|
|
618
616
|
duration: '350ms',
|
|
619
|
-
easing: exports
|
|
617
|
+
easing: exports["ɵk"].Quad,
|
|
620
618
|
endOpacity: 1,
|
|
621
619
|
fromPosition: 'translateY(500px)',
|
|
622
620
|
startOpacity: 0,
|
|
@@ -643,7 +641,7 @@
|
|
|
643
641
|
params: {
|
|
644
642
|
delay: '0s',
|
|
645
643
|
duration: '350ms',
|
|
646
|
-
easing: exports
|
|
644
|
+
easing: exports["ɵj"].Quad,
|
|
647
645
|
endOpacity: 0,
|
|
648
646
|
fromPosition: 'translateY(0)',
|
|
649
647
|
startOpacity: 1,
|
|
@@ -682,7 +680,7 @@
|
|
|
682
680
|
delay: '0s',
|
|
683
681
|
direction: 'X',
|
|
684
682
|
duration: '.5s',
|
|
685
|
-
easing: exports
|
|
683
|
+
easing: exports["ɵk"].Back,
|
|
686
684
|
endAngle: 0,
|
|
687
685
|
endOpacity: 1,
|
|
688
686
|
startAngle: -100,
|
|
@@ -690,7 +688,7 @@
|
|
|
690
688
|
xPos: 'top',
|
|
691
689
|
yPos: 'center'
|
|
692
690
|
};
|
|
693
|
-
var swingOutParams = Object.assign(Object.assign({}, swingParams), { duration: '.55s', easing: exports
|
|
691
|
+
var swingOutParams = Object.assign(Object.assign({}, swingParams), { duration: '.55s', easing: exports["ɵj"].Back, endAngle: 70, endOpacity: 0, startAngle: 0, startOpacity: 1 });
|
|
694
692
|
var swingInTopFwd = i1.animation(swingBase, {
|
|
695
693
|
params: Object.assign({}, swingParams)
|
|
696
694
|
});
|
|
@@ -753,17 +751,17 @@
|
|
|
753
751
|
var baseParams = {
|
|
754
752
|
delay: '0s',
|
|
755
753
|
duration: '350ms',
|
|
756
|
-
easing: exports
|
|
754
|
+
easing: exports["ɵj"].Quad,
|
|
757
755
|
startOpacity: 0,
|
|
758
756
|
endOpacity: 1,
|
|
759
757
|
startHeight: '',
|
|
760
758
|
endHeight: ''
|
|
761
759
|
};
|
|
762
760
|
var growVerIn = i1.animation(base, {
|
|
763
|
-
params: Object.assign(Object.assign({}, baseParams), { easing: exports
|
|
761
|
+
params: Object.assign(Object.assign({}, baseParams), { easing: exports["ɵk"].Quad, startOpacity: 0, endOpacity: 1, startHeight: '0px', endHeight: '*' })
|
|
764
762
|
});
|
|
765
763
|
var growVerOut = i1.animation(base, {
|
|
766
|
-
params: Object.assign(Object.assign({}, baseParams), { easing: exports
|
|
764
|
+
params: Object.assign(Object.assign({}, baseParams), { easing: exports["ɵk"].Quad, startOpacity: 1, endOpacity: 0, startHeight: '*', endHeight: '0px' })
|
|
767
765
|
});
|
|
768
766
|
|
|
769
767
|
/*! *****************************************************************************
|
|
@@ -1001,7 +999,7 @@
|
|
|
1001
999
|
ar[i] = from[i];
|
|
1002
1000
|
}
|
|
1003
1001
|
}
|
|
1004
|
-
return to.concat(ar || from);
|
|
1002
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
1005
1003
|
}
|
|
1006
1004
|
function __await(v) {
|
|
1007
1005
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -1344,7 +1342,7 @@
|
|
|
1344
1342
|
* @returns Obj1 with merged cloned keys from Obj2
|
|
1345
1343
|
* @hidden
|
|
1346
1344
|
*/
|
|
1347
|
-
var mergeObjects = function (obj1, obj2) { return mergeWith__default[
|
|
1345
|
+
var mergeObjects = function (obj1, obj2) { return mergeWith__default["default"](obj1, obj2, function (objValue, srcValue) {
|
|
1348
1346
|
if (Array.isArray(srcValue)) {
|
|
1349
1347
|
return objValue = srcValue;
|
|
1350
1348
|
}
|
|
@@ -8610,7 +8608,7 @@
|
|
|
8610
8608
|
*/
|
|
8611
8609
|
get: function () {
|
|
8612
8610
|
if (this.inEditMode) {
|
|
8613
|
-
return mergeWith__default[
|
|
8611
|
+
return mergeWith__default["default"](cloneValue(this._rowData), this.grid.transactions.getAggregatedValue(this.rowID, false), function (objValue, srcValue) {
|
|
8614
8612
|
if (Array.isArray(srcValue)) {
|
|
8615
8613
|
return objValue = srcValue;
|
|
8616
8614
|
}
|
|
@@ -30812,6 +30810,7 @@
|
|
|
30812
30810
|
IgxAccordionComponent.prototype.ngAfterViewInit = function () {
|
|
30813
30811
|
var _this = this;
|
|
30814
30812
|
this._expandedPanels = new Set(this._panels.filter(function (panel) { return !panel.collapsed; }));
|
|
30813
|
+
this._expandingPanels = new Set();
|
|
30815
30814
|
this._panels.changes.pipe(operators.takeUntil(this._destroy$)).subscribe(function () {
|
|
30816
30815
|
_this.subToChanges();
|
|
30817
30816
|
});
|
|
@@ -30916,6 +30915,7 @@
|
|
|
30916
30915
|
this._panels.forEach(function (panel) {
|
|
30917
30916
|
panel.contentExpanded.pipe(operators.takeUntil(_this._unsubChildren$)).subscribe(function (args) {
|
|
30918
30917
|
_this._expandedPanels.add(args.owner);
|
|
30918
|
+
_this._expandingPanels.delete(args.owner);
|
|
30919
30919
|
var evArgs = Object.assign(Object.assign({}, args), { owner: _this, panel: args.owner });
|
|
30920
30920
|
_this.panelExpanded.emit(evArgs);
|
|
30921
30921
|
});
|
|
@@ -30923,21 +30923,36 @@
|
|
|
30923
30923
|
if (args.cancel) {
|
|
30924
30924
|
return;
|
|
30925
30925
|
}
|
|
30926
|
+
var evArgs = Object.assign(Object.assign({}, args), { owner: _this, panel: args.owner });
|
|
30927
|
+
_this.panelExpanding.emit(evArgs);
|
|
30928
|
+
if (evArgs.cancel) {
|
|
30929
|
+
args.cancel = true;
|
|
30930
|
+
return;
|
|
30931
|
+
}
|
|
30926
30932
|
if (_this.singleBranchExpand) {
|
|
30927
30933
|
_this._expandedPanels.forEach(function (p) {
|
|
30928
30934
|
if (!p.header.disabled) {
|
|
30929
30935
|
p.collapse();
|
|
30930
30936
|
}
|
|
30931
30937
|
});
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30938
|
+
_this._expandingPanels.forEach(function (p) {
|
|
30939
|
+
var _a, _b;
|
|
30940
|
+
if (!p.header.disabled) {
|
|
30941
|
+
if (!p.animationSettings.closeAnimation) {
|
|
30942
|
+
(_a = p.openAnimationPlayer) === null || _a === void 0 ? void 0 : _a.reset();
|
|
30943
|
+
}
|
|
30944
|
+
if (!p.animationSettings.openAnimation) {
|
|
30945
|
+
(_b = p.closeAnimationPlayer) === null || _b === void 0 ? void 0 : _b.reset();
|
|
30946
|
+
}
|
|
30947
|
+
p.collapse();
|
|
30948
|
+
}
|
|
30949
|
+
});
|
|
30950
|
+
_this._expandingPanels.add(args.owner);
|
|
30937
30951
|
}
|
|
30938
30952
|
});
|
|
30939
30953
|
panel.contentCollapsed.pipe(operators.takeUntil(_this._unsubChildren$)).subscribe(function (args) {
|
|
30940
30954
|
_this._expandedPanels.delete(args.owner);
|
|
30955
|
+
_this._expandingPanels.delete(args.owner);
|
|
30941
30956
|
var evArgs = Object.assign(Object.assign({}, args), { owner: _this, panel: args.owner });
|
|
30942
30957
|
_this.panelCollapsed.emit(evArgs);
|
|
30943
30958
|
});
|
|
@@ -43839,7 +43854,7 @@
|
|
|
43839
43854
|
{ type: i0.Component, args: [{
|
|
43840
43855
|
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
43841
43856
|
selector: 'igx-grid-excel-style-filtering',
|
|
43842
|
-
template: "<ng-template #defaultExcelColumnOperations>\n <igx-excel-style-header\n [showHiding]=\"displayDensity !== 'comfortable' && !column?.disableHiding\"\n [showPinning]=\"displayDensity !== 'comfortable' && !column?.disablePinning\"\n [showSelecting]=\"displayDensity !== 'comfortable' && columnSelectable()\"\n >\n </igx-excel-style-header>\n\n <igx-excel-style-sorting *ngIf=\"column?.sortable\">\n </igx-excel-style-sorting>\n\n <igx-excel-style-moving *ngIf=\"column?.movable\">\n </igx-excel-style-moving>\n\n <igx-excel-style-pinning *ngIf=\"!column?.disablePinning && displayDensity==='comfortable'\">\n </igx-excel-style-pinning>\n\n <igx-excel-style-hiding *ngIf=\"!column?.disableHiding && displayDensity==='comfortable'\">\n </igx-excel-style-hiding>\n\n <igx-excel-style-selecting *ngIf=\"columnSelectable() && displayDensity==='comfortable'\">\n </igx-excel-style-selecting>\n</ng-template>\n\n<ng-template #defaultExcelFilterOperations>\n <igx-excel-style-clear-filters>\n </igx-excel-style-clear-filters>\n\n <igx-excel-style-conditional-filter>\n </igx-excel-style-conditional-filter>\n\n <igx-excel-style-search>\n </igx-excel-style-search>\n</ng-template>\n\n<article #mainDropdown\n class=\"igx-excel-filter__menu\"\n [ngClass]=\"{\n 'igx-excel-filter__menu--cosy': displayDensity === 'cosy',\n 'igx-excel-filter__menu--compact': displayDensity === 'compact'\n }\"\n [id]=\"overlayComponentId\"\n (keydown)=\"onKeyDown($event)\"\n [style.min-height]=\"minHeight\"\n [style.max-height]=\"maxHeight\">\n\n <ng-container *ngIf=\"this.excelColumnOperationsDirective; else defaultExcelColumnOperations\">\n <ng-content select=\"igx-excel-style-column-operations,[igxExcelStyleColumnOperations]\">\n </ng-content>\n </ng-container>\n\n <ng-container *ngIf=\"this.excelFilterOperationsDirective; else defaultExcelFilterOperations\">\n <ng-content select=\"igx-excel-style-filter-operations,[igxExcelStyleFilterOperations]\">\n </ng-content>\n </ng-container>\n</article>\n"
|
|
43857
|
+
template: "<ng-template #defaultExcelColumnOperations>\n <igx-excel-style-header\n [showHiding]=\"displayDensity !== 'comfortable' && !column?.disableHiding\"\n [showPinning]=\"displayDensity !== 'comfortable' && !column?.disablePinning\"\n [showSelecting]=\"displayDensity !== 'comfortable' && columnSelectable()\"\n >\n </igx-excel-style-header>\n\n <igx-excel-style-sorting *ngIf=\"column?.sortable\">\n </igx-excel-style-sorting>\n\n <igx-excel-style-moving *ngIf=\"column?.movable\">\n </igx-excel-style-moving>\n\n <igx-excel-style-pinning *ngIf=\"!column?.disablePinning && displayDensity==='comfortable'\">\n </igx-excel-style-pinning>\n\n <igx-excel-style-hiding *ngIf=\"!column?.disableHiding && displayDensity==='comfortable'\">\n </igx-excel-style-hiding>\n\n <igx-excel-style-selecting *ngIf=\"columnSelectable() && displayDensity==='comfortable'\">\n </igx-excel-style-selecting>\n</ng-template>\n\n<ng-template #defaultExcelFilterOperations>\n <igx-excel-style-clear-filters>\n </igx-excel-style-clear-filters>\n\n <igx-excel-style-conditional-filter>\n </igx-excel-style-conditional-filter>\n\n <igx-excel-style-search>\n </igx-excel-style-search>\n</ng-template>\n\n<article #mainDropdown\n class=\"igx-excel-filter__menu\"\n [ngClass]=\"{\n 'igx-excel-filter__menu--cosy': displayDensity === 'cosy',\n 'igx-excel-filter__menu--compact': displayDensity === 'compact'\n }\"\n [id]=\"overlayComponentId\"\n (keydown)=\"onKeyDown($event)\"\n [style.min-height]=\"minHeight\"\n [style.max-height]=\"maxHeight\"\n role=\"menu\">\n\n <ng-container *ngIf=\"this.excelColumnOperationsDirective; else defaultExcelColumnOperations\">\n <ng-content select=\"igx-excel-style-column-operations,[igxExcelStyleColumnOperations]\">\n </ng-content>\n </ng-container>\n\n <ng-container *ngIf=\"this.excelFilterOperationsDirective; else defaultExcelFilterOperations\">\n <ng-content select=\"igx-excel-style-filter-operations,[igxExcelStyleFilterOperations]\">\n </ng-content>\n </ng-container>\n</article>\n"
|
|
43843
43858
|
},] }
|
|
43844
43859
|
];
|
|
43845
43860
|
IgxGridExcelStyleFilteringComponent.ctorParameters = function () { return [
|
|
@@ -45575,7 +45590,7 @@
|
|
|
45575
45590
|
{ type: i0.Component, args: [{
|
|
45576
45591
|
preserveWhitespaces: false,
|
|
45577
45592
|
selector: 'igx-excel-style-date-expression',
|
|
45578
|
-
template: "<igx-select #dropdownConditions\n type=\"box\"\n [displayDensity]=\"displayDensity\"\n [placeholder]=\"conditionsPlaceholder\"\n (selectionChanging)=\"onConditionsChanged($event)\"\n [overlaySettings]=\"dropDownOverlaySettings\">\n <igx-prefix>\n <igx-icon *ngIf=\"expressionUI.expression.condition\" family=\"imx-icons\" [name]=\"getIconName()\"></igx-icon>\n <igx-icon *ngIf=\"!expressionUI.expression.condition\">filter_list</igx-icon>\n </igx-prefix>\n <igx-select-item *ngFor=\"let condition of conditions\" [value]=\"condition\" [selected]=\"isConditionSelected(condition)\">\n <igx-icon family=\"imx-icons\" [name]=\"getCondition(condition).iconName\"></igx-icon>\n <span>{{translateCondition(condition)}}</span>\n </igx-select-item>\n</igx-select>\n\n<igx-date-picker #picker *ngIf=\"column.dataType === 'date'\"\n [(value)]=\"expressionUI.expression.searchVal\"\n [locale]=\"grid.locale\"\n [outlet]=\"grid.outlet\"\n [displayDensity]=\"displayDensity\"\n (click)=\"picker.open()\"\n [readOnly]=\"true\"\n [placeholder]=\"inputDatePlaceholder\"\n [displayFormat]=\"column.pipeArgs.format\"\n [formatter]=\"column.formatter\"\n [disabled]=\"expressionUI.expression.condition && expressionUI.expression.condition.isUnary\"\n type=\"box\">\n <!-- disable default icons -->\n <igx-picker-toggle></igx-picker-toggle>\n <igx-picker-clear></igx-picker-clear>\n</igx-date-picker>\n\n<igx-time-picker #picker *ngIf=\"column.dataType === 'time'\"\n [inputFormat]=\"column.defaultTimeFormat\"\n [(value)]=\"expressionUI.expression.searchVal\"\n [locale]=\"grid.locale\"\n [outlet]=\"grid.outlet\"\n [displayDensity]=\"displayDensity\"\n (click)=\"picker.open()\"\n [readOnly]=\"true\"\n [placeholder]=\"inputTimePlaceholder\"\n [displayFormat]=\"column.pipeArgs.format\"\n [formatter]=\"column.formatter\"\n [disabled]=\"expressionUI.expression.condition && expressionUI.expression.condition.isUnary\"\n type=\"box\">\n <!-- disable default icons -->\n <igx-picker-toggle></igx-picker-toggle>\n <igx-picker-clear></igx-picker-clear>\n</igx-time-picker>\n\n<igx-input-group #dropDownTarget *ngIf=\"column.dataType === 'dateTime'\" #inputGroup type=\"box\" [displayDensity]=\"displayDensity\">\n <input #input igxInput tabindex=\"0\"\n [placeholder]=\"inputDatePlaceholder\"\n [igxDateTimeEditor]=\"column.defaultDateTimeFormat\"\n [(ngModel)]=\"expressionUI.expression.searchVal\"\n [disabled]=\"expressionUI.expression.condition && expressionUI.expression.condition.isUnary\"/>\n</igx-input-group>\n\n<button (click)=\"onRemoveButtonClick()\" igxButton=\"icon\" [displayDensity]=\"displayDensity\" *ngIf=\"!isSingle\" >\n <igx-icon>cancel</igx-icon>\n</button>\n\n<igx-buttongroup #logicOperatorButtonGroup\n *ngIf=\"!isLast\"\n [multiSelection]=\"false\">\n <span igxButton [displayDensity]=\"displayDensity\"\n #andButton\n (keydown)=\"onLogicOperatorKeyDown($event, 0)\"\n tabindex=\"0\"\n [selected]=\"expressionUI.afterOperator === 0\"\n type=\"button\"\n (click)=\"onLogicOperatorButtonClicked($event, 0)\">\n {{ grid.resourceStrings.igx_grid_filter_operator_and }}\n </span>\n\n <span igxButton [displayDensity]=\"displayDensity\"\n #orButton\n tabindex=\"0\"\n (keydown)=\"onLogicOperatorKeyDown($event, 1)\"\n [selected]=\"expressionUI.afterOperator === 1\"\n type=\"button\"\n (click)=\"onLogicOperatorButtonClicked($event, 1)\">\n {{ grid.resourceStrings.igx_grid_filter_operator_or }}\n </span>\n</igx-buttongroup>\n\n<div #overlayOutlet\n igxOverlayOutlet\n (pointerdown)=\"onOutletPointerDown($event)\">\n</div>\n"
|
|
45593
|
+
template: "<igx-select #dropdownConditions\n type=\"box\"\n [displayDensity]=\"displayDensity\"\n [placeholder]=\"conditionsPlaceholder\"\n (selectionChanging)=\"onConditionsChanged($event)\"\n [overlaySettings]=\"dropDownOverlaySettings\">\n <igx-prefix>\n <igx-icon *ngIf=\"expressionUI.expression.condition\" family=\"imx-icons\" [name]=\"getIconName()\"></igx-icon>\n <igx-icon *ngIf=\"!expressionUI.expression.condition\">filter_list</igx-icon>\n </igx-prefix>\n <igx-select-item *ngFor=\"let condition of conditions\" [value]=\"condition\" [text]=\"getConditionFriendlyName(condition)\" [selected]=\"isConditionSelected(condition)\">\n <igx-icon family=\"imx-icons\" [name]=\"getCondition(condition).iconName\"></igx-icon>\n <span>{{translateCondition(condition)}}</span>\n </igx-select-item>\n</igx-select>\n\n<igx-date-picker #picker *ngIf=\"column.dataType === 'date'\"\n [(value)]=\"expressionUI.expression.searchVal\"\n [locale]=\"grid.locale\"\n [outlet]=\"grid.outlet\"\n [displayDensity]=\"displayDensity\"\n (click)=\"picker.open()\"\n [readOnly]=\"true\"\n [placeholder]=\"inputDatePlaceholder\"\n [displayFormat]=\"column.pipeArgs.format\"\n [formatter]=\"column.formatter\"\n [disabled]=\"expressionUI.expression.condition && expressionUI.expression.condition.isUnary\"\n type=\"box\">\n <!-- disable default icons -->\n <igx-picker-toggle></igx-picker-toggle>\n <igx-picker-clear></igx-picker-clear>\n</igx-date-picker>\n\n<igx-time-picker #picker *ngIf=\"column.dataType === 'time'\"\n [inputFormat]=\"column.defaultTimeFormat\"\n [(value)]=\"expressionUI.expression.searchVal\"\n [locale]=\"grid.locale\"\n [outlet]=\"grid.outlet\"\n [displayDensity]=\"displayDensity\"\n (click)=\"picker.open()\"\n [readOnly]=\"true\"\n [placeholder]=\"inputTimePlaceholder\"\n [displayFormat]=\"column.pipeArgs.format\"\n [formatter]=\"column.formatter\"\n [disabled]=\"expressionUI.expression.condition && expressionUI.expression.condition.isUnary\"\n type=\"box\">\n <!-- disable default icons -->\n <igx-picker-toggle></igx-picker-toggle>\n <igx-picker-clear></igx-picker-clear>\n</igx-time-picker>\n\n<igx-input-group #dropDownTarget *ngIf=\"column.dataType === 'dateTime'\" #inputGroup type=\"box\" [displayDensity]=\"displayDensity\">\n <input #input igxInput tabindex=\"0\"\n [placeholder]=\"inputDatePlaceholder\"\n [igxDateTimeEditor]=\"column.defaultDateTimeFormat\"\n [(ngModel)]=\"expressionUI.expression.searchVal\"\n [disabled]=\"expressionUI.expression.condition && expressionUI.expression.condition.isUnary\"/>\n</igx-input-group>\n\n<button (click)=\"onRemoveButtonClick()\" igxButton=\"icon\" [displayDensity]=\"displayDensity\" *ngIf=\"!isSingle\" >\n <igx-icon>cancel</igx-icon>\n</button>\n\n<igx-buttongroup #logicOperatorButtonGroup\n *ngIf=\"!isLast\"\n [multiSelection]=\"false\">\n <span igxButton [displayDensity]=\"displayDensity\"\n #andButton\n (keydown)=\"onLogicOperatorKeyDown($event, 0)\"\n tabindex=\"0\"\n [selected]=\"expressionUI.afterOperator === 0\"\n type=\"button\"\n (click)=\"onLogicOperatorButtonClicked($event, 0)\">\n {{ grid.resourceStrings.igx_grid_filter_operator_and }}\n </span>\n\n <span igxButton [displayDensity]=\"displayDensity\"\n #orButton\n tabindex=\"0\"\n (keydown)=\"onLogicOperatorKeyDown($event, 1)\"\n [selected]=\"expressionUI.afterOperator === 1\"\n type=\"button\"\n (click)=\"onLogicOperatorButtonClicked($event, 1)\">\n {{ grid.resourceStrings.igx_grid_filter_operator_or }}\n </span>\n</igx-buttongroup>\n\n<div #overlayOutlet\n igxOverlayOutlet\n (pointerdown)=\"onOutletPointerDown($event)\">\n</div>\n"
|
|
45579
45594
|
},] }
|
|
45580
45595
|
];
|
|
45581
45596
|
IgxExcelStyleDateExpressionComponent.propDecorators = {
|
|
@@ -46290,7 +46305,7 @@
|
|
|
46290
46305
|
* @param target Target name
|
|
46291
46306
|
*/
|
|
46292
46307
|
HammerGesturesManager.prototype.getGlobalEventTarget = function (target) {
|
|
46293
|
-
return i1$1
|
|
46308
|
+
return i1$1["ɵgetDOM"]().getGlobalEventTarget(this.doc, target);
|
|
46294
46309
|
};
|
|
46295
46310
|
/**
|
|
46296
46311
|
* Set HammerManager options.
|
|
@@ -61773,7 +61788,7 @@
|
|
|
61773
61788
|
get: function () {
|
|
61774
61789
|
var _a, _b;
|
|
61775
61790
|
if (this.inEditMode) {
|
|
61776
|
-
return mergeWith__default[
|
|
61791
|
+
return mergeWith__default["default"](cloneValue((_a = this._data) !== null && _a !== void 0 ? _a : this.grid.dataView[this.index]), this.grid.transactions.getAggregatedValue(this.key, false), function (objValue, srcValue) {
|
|
61777
61792
|
if (Array.isArray(srcValue)) {
|
|
61778
61793
|
return objValue = srcValue;
|
|
61779
61794
|
}
|
|
@@ -62133,7 +62148,7 @@
|
|
|
62133
62148
|
get: function () {
|
|
62134
62149
|
var _a;
|
|
62135
62150
|
if (this.inEditMode) {
|
|
62136
|
-
return mergeWith__default[
|
|
62151
|
+
return mergeWith__default["default"](cloneValue((_a = this._data) !== null && _a !== void 0 ? _a : this.grid.dataView[this.index]), this.grid.transactions.getAggregatedValue(this.key, false), function (objValue, srcValue) {
|
|
62137
62152
|
if (Array.isArray(srcValue)) {
|
|
62138
62153
|
return objValue = srcValue;
|
|
62139
62154
|
}
|
|
@@ -73174,7 +73189,7 @@
|
|
|
73174
73189
|
// if a row has been added and before commiting the transaction deleted
|
|
73175
73190
|
var leafRowsDirectParents_1 = new Set();
|
|
73176
73191
|
_this.records.forEach(function (record) {
|
|
73177
|
-
if (record && !record.children && record.parent) {
|
|
73192
|
+
if (record && (!record.children || record.children.length === 0) && record.parent) {
|
|
73178
73193
|
leafRowsDirectParents_1.add(record.parent);
|
|
73179
73194
|
}
|
|
73180
73195
|
});
|
|
@@ -73190,7 +73205,7 @@
|
|
|
73190
73205
|
if (_this.rowSelection === GridSelectionMode.multipleCascade) {
|
|
73191
73206
|
var leafRowsDirectParents_2 = new Set();
|
|
73192
73207
|
_this.records.forEach(function (record) {
|
|
73193
|
-
if (record && !record.children && record.parent) {
|
|
73208
|
+
if (record && (!record.children || record.children.length === 0) && record.parent) {
|
|
73194
73209
|
leafRowsDirectParents_2.add(record.parent);
|
|
73195
73210
|
}
|
|
73196
73211
|
});
|
|
@@ -86432,206 +86447,206 @@
|
|
|
86432
86447
|
exports.toPercent = toPercent;
|
|
86433
86448
|
exports.valueInRange = valueInRange;
|
|
86434
86449
|
exports.weekDay = weekDay;
|
|
86435
|
-
exports
|
|
86436
|
-
exports
|
|
86437
|
-
exports
|
|
86438
|
-
exports
|
|
86439
|
-
exports
|
|
86440
|
-
exports
|
|
86441
|
-
exports
|
|
86442
|
-
exports
|
|
86443
|
-
exports
|
|
86444
|
-
exports
|
|
86445
|
-
exports
|
|
86446
|
-
exports
|
|
86447
|
-
exports
|
|
86448
|
-
exports
|
|
86449
|
-
exports
|
|
86450
|
-
exports
|
|
86451
|
-
exports
|
|
86452
|
-
exports
|
|
86453
|
-
exports
|
|
86454
|
-
exports
|
|
86455
|
-
exports
|
|
86456
|
-
exports
|
|
86457
|
-
exports
|
|
86458
|
-
exports
|
|
86459
|
-
exports
|
|
86460
|
-
exports
|
|
86461
|
-
exports
|
|
86462
|
-
exports
|
|
86463
|
-
exports
|
|
86464
|
-
exports
|
|
86465
|
-
exports
|
|
86466
|
-
exports
|
|
86467
|
-
exports
|
|
86468
|
-
exports
|
|
86469
|
-
exports
|
|
86470
|
-
exports
|
|
86471
|
-
exports
|
|
86472
|
-
exports
|
|
86473
|
-
exports
|
|
86474
|
-
exports
|
|
86475
|
-
exports
|
|
86476
|
-
exports
|
|
86477
|
-
exports
|
|
86478
|
-
exports
|
|
86479
|
-
exports
|
|
86480
|
-
exports
|
|
86481
|
-
exports
|
|
86482
|
-
exports
|
|
86483
|
-
exports
|
|
86484
|
-
exports
|
|
86485
|
-
exports
|
|
86486
|
-
exports
|
|
86487
|
-
exports
|
|
86488
|
-
exports
|
|
86489
|
-
exports
|
|
86490
|
-
exports
|
|
86491
|
-
exports
|
|
86492
|
-
exports
|
|
86493
|
-
exports
|
|
86494
|
-
exports
|
|
86495
|
-
exports
|
|
86496
|
-
exports
|
|
86497
|
-
exports
|
|
86498
|
-
exports
|
|
86499
|
-
exports
|
|
86500
|
-
exports
|
|
86501
|
-
exports
|
|
86502
|
-
exports
|
|
86503
|
-
exports
|
|
86504
|
-
exports
|
|
86505
|
-
exports
|
|
86506
|
-
exports
|
|
86507
|
-
exports
|
|
86508
|
-
exports
|
|
86509
|
-
exports
|
|
86510
|
-
exports
|
|
86511
|
-
exports
|
|
86512
|
-
exports
|
|
86513
|
-
exports
|
|
86514
|
-
exports
|
|
86515
|
-
exports
|
|
86516
|
-
exports
|
|
86517
|
-
exports
|
|
86518
|
-
exports
|
|
86519
|
-
exports
|
|
86520
|
-
exports
|
|
86521
|
-
exports
|
|
86522
|
-
exports
|
|
86523
|
-
exports
|
|
86524
|
-
exports
|
|
86525
|
-
exports
|
|
86526
|
-
exports
|
|
86527
|
-
exports
|
|
86528
|
-
exports
|
|
86529
|
-
exports
|
|
86530
|
-
exports
|
|
86531
|
-
exports
|
|
86532
|
-
exports
|
|
86533
|
-
exports
|
|
86534
|
-
exports
|
|
86535
|
-
exports
|
|
86536
|
-
exports
|
|
86537
|
-
exports
|
|
86538
|
-
exports
|
|
86539
|
-
exports
|
|
86540
|
-
exports
|
|
86541
|
-
exports
|
|
86542
|
-
exports
|
|
86543
|
-
exports
|
|
86544
|
-
exports
|
|
86545
|
-
exports
|
|
86546
|
-
exports
|
|
86547
|
-
exports
|
|
86548
|
-
exports
|
|
86549
|
-
exports
|
|
86550
|
-
exports
|
|
86551
|
-
exports
|
|
86552
|
-
exports
|
|
86553
|
-
exports
|
|
86554
|
-
exports
|
|
86555
|
-
exports
|
|
86556
|
-
exports
|
|
86557
|
-
exports
|
|
86558
|
-
exports
|
|
86559
|
-
exports
|
|
86560
|
-
exports
|
|
86561
|
-
exports
|
|
86562
|
-
exports
|
|
86563
|
-
exports
|
|
86564
|
-
exports
|
|
86565
|
-
exports
|
|
86566
|
-
exports
|
|
86567
|
-
exports
|
|
86568
|
-
exports
|
|
86569
|
-
exports
|
|
86570
|
-
exports
|
|
86571
|
-
exports
|
|
86572
|
-
exports
|
|
86573
|
-
exports
|
|
86574
|
-
exports
|
|
86575
|
-
exports
|
|
86576
|
-
exports
|
|
86577
|
-
exports
|
|
86578
|
-
exports
|
|
86579
|
-
exports
|
|
86580
|
-
exports
|
|
86581
|
-
exports
|
|
86582
|
-
exports
|
|
86583
|
-
exports
|
|
86584
|
-
exports
|
|
86585
|
-
exports
|
|
86586
|
-
exports
|
|
86587
|
-
exports
|
|
86588
|
-
exports
|
|
86589
|
-
exports
|
|
86590
|
-
exports
|
|
86591
|
-
exports
|
|
86592
|
-
exports
|
|
86593
|
-
exports
|
|
86594
|
-
exports
|
|
86595
|
-
exports
|
|
86596
|
-
exports
|
|
86597
|
-
exports
|
|
86598
|
-
exports
|
|
86599
|
-
exports
|
|
86600
|
-
exports
|
|
86601
|
-
exports
|
|
86602
|
-
exports
|
|
86603
|
-
exports
|
|
86604
|
-
exports
|
|
86605
|
-
exports
|
|
86606
|
-
exports
|
|
86607
|
-
exports
|
|
86608
|
-
exports
|
|
86609
|
-
exports
|
|
86610
|
-
exports
|
|
86611
|
-
exports
|
|
86612
|
-
exports
|
|
86613
|
-
exports
|
|
86614
|
-
exports
|
|
86615
|
-
exports
|
|
86616
|
-
exports
|
|
86617
|
-
exports
|
|
86618
|
-
exports
|
|
86619
|
-
exports
|
|
86620
|
-
exports
|
|
86621
|
-
exports
|
|
86622
|
-
exports
|
|
86623
|
-
exports
|
|
86624
|
-
exports
|
|
86625
|
-
exports
|
|
86626
|
-
exports
|
|
86627
|
-
exports
|
|
86628
|
-
exports
|
|
86629
|
-
exports
|
|
86630
|
-
exports
|
|
86631
|
-
exports
|
|
86632
|
-
exports
|
|
86450
|
+
exports["ɵ1"] = ɵ1;
|
|
86451
|
+
exports["ɵ2"] = ɵ2;
|
|
86452
|
+
exports["ɵa"] = IgxActionStripMenuItemDirective;
|
|
86453
|
+
exports["ɵb"] = IGX_DROPDOWN_BASE;
|
|
86454
|
+
exports["ɵba"] = IgxExpansionPanelTitleDirective;
|
|
86455
|
+
exports["ɵbb"] = IgxExpansionPanelDescriptionDirective;
|
|
86456
|
+
exports["ɵbc"] = IgxExpansionPanelIconDirective;
|
|
86457
|
+
exports["ɵbd"] = IgxBannerActionsDirective;
|
|
86458
|
+
exports["ɵbe"] = IgxDaysViewNavigationService;
|
|
86459
|
+
exports["ɵbf"] = IgxDayItemComponent;
|
|
86460
|
+
exports["ɵbg"] = IgxMonthViewSlotsCalendar;
|
|
86461
|
+
exports["ɵbh"] = IgxGetViewDateCalendar;
|
|
86462
|
+
exports["ɵbi"] = IgxCarouselIndicatorDirective;
|
|
86463
|
+
exports["ɵbj"] = IgxCarouselNextButtonDirective;
|
|
86464
|
+
exports["ɵbk"] = IgxCarouselPrevButtonDirective;
|
|
86465
|
+
exports["ɵbl"] = IGX_COMBO_COMPONENT;
|
|
86466
|
+
exports["ɵbn"] = IgxComboBaseDirective;
|
|
86467
|
+
exports["ɵbo"] = IgxComboHeaderDirective;
|
|
86468
|
+
exports["ɵbp"] = IgxComboFooterDirective;
|
|
86469
|
+
exports["ɵbq"] = IgxComboItemDirective;
|
|
86470
|
+
exports["ɵbr"] = IgxComboEmptyDirective;
|
|
86471
|
+
exports["ɵbs"] = IgxComboHeaderItemDirective;
|
|
86472
|
+
exports["ɵbt"] = IgxComboAddItemDirective;
|
|
86473
|
+
exports["ɵbu"] = IgxComboToggleIconDirective;
|
|
86474
|
+
exports["ɵbv"] = IgxComboClearIconDirective;
|
|
86475
|
+
exports["ɵbw"] = IgxComboAPIService;
|
|
86476
|
+
exports["ɵbx"] = IgxComboDropDownComponent;
|
|
86477
|
+
exports["ɵby"] = IgxComboItemComponent;
|
|
86478
|
+
exports["ɵbz"] = IgxComboFilteringPipe;
|
|
86479
|
+
exports["ɵca"] = IgxComboGroupingPipe;
|
|
86480
|
+
exports["ɵcb"] = IgxComboAddItemComponent;
|
|
86481
|
+
exports["ɵcc"] = PickerBaseDirective;
|
|
86482
|
+
exports["ɵcd"] = IgxCalendarContainerComponent;
|
|
86483
|
+
exports["ɵce"] = IgxCalendarContainerModule;
|
|
86484
|
+
exports["ɵcf"] = IgxDialogTitleDirective;
|
|
86485
|
+
exports["ɵcg"] = IgxDialogActionsDirective;
|
|
86486
|
+
exports["ɵch"] = IgxCellCrudState;
|
|
86487
|
+
exports["ɵci"] = IgxRowCrudState;
|
|
86488
|
+
exports["ɵcj"] = IgxRowAddCrudState;
|
|
86489
|
+
exports["ɵck"] = IgxGridCRUDService;
|
|
86490
|
+
exports["ɵcl"] = IgxColumnMovingService;
|
|
86491
|
+
exports["ɵcm"] = IgxExcelStyleCustomDialogComponent;
|
|
86492
|
+
exports["ɵcn"] = IgxExcelStyleDefaultExpressionComponent;
|
|
86493
|
+
exports["ɵco"] = IgxExcelStyleDateExpressionComponent;
|
|
86494
|
+
exports["ɵcp"] = HammerGesturesManager;
|
|
86495
|
+
exports["ɵcq"] = WatchChanges;
|
|
86496
|
+
exports["ɵcr"] = WatchColumnChanges;
|
|
86497
|
+
exports["ɵcs"] = notifyChanges;
|
|
86498
|
+
exports["ɵct"] = IgxNotificationsDirective;
|
|
86499
|
+
exports["ɵcu"] = IgxGridColumnResizerComponent;
|
|
86500
|
+
exports["ɵcv"] = IgxColumnResizerDirective;
|
|
86501
|
+
exports["ɵcw"] = IgxColumnResizingService;
|
|
86502
|
+
exports["ɵcx"] = IgxRowSelectorDirective;
|
|
86503
|
+
exports["ɵcy"] = IgxGroupByRowSelectorDirective;
|
|
86504
|
+
exports["ɵcz"] = IgxHeadSelectorDirective;
|
|
86505
|
+
exports["ɵd"] = IgxGridSelectionService;
|
|
86506
|
+
exports["ɵda"] = IgxRowDragDirective;
|
|
86507
|
+
exports["ɵdb"] = IgxDragIndicatorIconDirective;
|
|
86508
|
+
exports["ɵdc"] = IgxRowDragGhostDirective;
|
|
86509
|
+
exports["ɵdd"] = IgxRowDragModule;
|
|
86510
|
+
exports["ɵde"] = IgxGridHeaderRowComponent;
|
|
86511
|
+
exports["ɵdf"] = IgxGridHeaderGroupComponent;
|
|
86512
|
+
exports["ɵdg"] = IgxGridHeaderComponent;
|
|
86513
|
+
exports["ɵdh"] = IgxGridFilteringCellComponent;
|
|
86514
|
+
exports["ɵdi"] = IgxFilteringService;
|
|
86515
|
+
exports["ɵdj"] = IgxGridFilteringRowComponent;
|
|
86516
|
+
exports["ɵdk"] = IgxGridGroupByAreaComponent;
|
|
86517
|
+
exports["ɵdl"] = IgxGroupByAreaDirective;
|
|
86518
|
+
exports["ɵdm"] = IgxGroupByMetaPipe;
|
|
86519
|
+
exports["ɵdn"] = IgxTemplateOutletDirective;
|
|
86520
|
+
exports["ɵdo"] = IgxTemplateOutletModule;
|
|
86521
|
+
exports["ɵdp"] = IgxRowEditTemplateDirective;
|
|
86522
|
+
exports["ɵdq"] = IgxRowEditTextDirective;
|
|
86523
|
+
exports["ɵdr"] = IgxRowAddTextDirective;
|
|
86524
|
+
exports["ɵds"] = IgxRowEditActionsDirective;
|
|
86525
|
+
exports["ɵdt"] = IgxRowEditTabStopDirective;
|
|
86526
|
+
exports["ɵdu"] = IgxSummaryRowComponent;
|
|
86527
|
+
exports["ɵdv"] = IgxSummaryCellComponent;
|
|
86528
|
+
exports["ɵdw"] = IgxRowDirective;
|
|
86529
|
+
exports["ɵdx"] = IgxGridNavigationService;
|
|
86530
|
+
exports["ɵdy"] = IgxGridSummaryService;
|
|
86531
|
+
exports["ɵdz"] = ConnectedPositioningStrategy;
|
|
86532
|
+
exports["ɵea"] = IgxGridGroupByRowComponent;
|
|
86533
|
+
exports["ɵeb"] = IgxTreeGridSelectionService;
|
|
86534
|
+
exports["ɵec"] = IgxTreeGridGroupByAreaComponent;
|
|
86535
|
+
exports["ɵed"] = IgxRowLoadingIndicatorTemplateDirective;
|
|
86536
|
+
exports["ɵee"] = IgxHierarchicalGridNavigationService;
|
|
86537
|
+
exports["ɵef"] = IgxChildGridRowComponent;
|
|
86538
|
+
exports["ɵeg"] = IgxGridCellComponent;
|
|
86539
|
+
exports["ɵeh"] = IgxGridFooterComponent;
|
|
86540
|
+
exports["ɵei"] = IgxAdvancedFilteringDialogComponent;
|
|
86541
|
+
exports["ɵej"] = IgxColumnHidingDirective;
|
|
86542
|
+
exports["ɵek"] = IgxColumnPinningDirective;
|
|
86543
|
+
exports["ɵel"] = IgxGridSharedModules;
|
|
86544
|
+
exports["ɵem"] = IgxProcessBarTextTemplateDirective;
|
|
86545
|
+
exports["ɵen"] = IgxProgressBarGradientDirective;
|
|
86546
|
+
exports["ɵeo"] = DIR_DOCUMENT_FACTORY;
|
|
86547
|
+
exports["ɵep"] = DIR_DOCUMENT;
|
|
86548
|
+
exports["ɵeq"] = IgxDirectionality;
|
|
86549
|
+
exports["ɵer"] = IgxSelectItemNavigationDirective;
|
|
86550
|
+
exports["ɵes"] = IGX_TIME_PICKER_COMPONENT;
|
|
86551
|
+
exports["ɵeu"] = IgxItemListDirective;
|
|
86552
|
+
exports["ɵev"] = IgxTimeItemDirective;
|
|
86553
|
+
exports["ɵew"] = IgxTimePickerTemplateDirective;
|
|
86554
|
+
exports["ɵex"] = IgxTimePickerActionsDirective;
|
|
86555
|
+
exports["ɵey"] = TimeFormatPipe;
|
|
86556
|
+
exports["ɵez"] = TimeItemPipe;
|
|
86557
|
+
exports["ɵf"] = IGX_EXPANSION_PANEL_COMPONENT;
|
|
86558
|
+
exports["ɵfa"] = IgxGridPipesModule;
|
|
86559
|
+
exports["ɵfb"] = IgxGridCellStyleClassesPipe;
|
|
86560
|
+
exports["ɵfc"] = IgxGridCellStylesPipe;
|
|
86561
|
+
exports["ɵfd"] = IgxGridRowClassesPipe;
|
|
86562
|
+
exports["ɵfe"] = IgxGridRowStylesPipe;
|
|
86563
|
+
exports["ɵff"] = IgxGridNotGroupedPipe;
|
|
86564
|
+
exports["ɵfg"] = IgxGridTopLevelColumns;
|
|
86565
|
+
exports["ɵfh"] = IgxGridFilterConditionPipe;
|
|
86566
|
+
exports["ɵfi"] = IgxGridTransactionPipe;
|
|
86567
|
+
exports["ɵfj"] = IgxGridPaginatorOptionsPipe;
|
|
86568
|
+
exports["ɵfk"] = IgxHasVisibleColumnsPipe;
|
|
86569
|
+
exports["ɵfl"] = IgxGridRowPinningPipe;
|
|
86570
|
+
exports["ɵfm"] = IgxColumnActionEnabledPipe;
|
|
86571
|
+
exports["ɵfn"] = IgxFilterActionColumnsPipe;
|
|
86572
|
+
exports["ɵfo"] = IgxSortActionColumnsPipe;
|
|
86573
|
+
exports["ɵfp"] = IgxGridDataMapperPipe;
|
|
86574
|
+
exports["ɵfq"] = IgxStringReplacePipe;
|
|
86575
|
+
exports["ɵfr"] = IgxGridTransactionStatePipe;
|
|
86576
|
+
exports["ɵfs"] = IgxColumnFormatterPipe;
|
|
86577
|
+
exports["ɵft"] = IgxSummaryFormatterPipe;
|
|
86578
|
+
exports["ɵfu"] = IgxGridAddRowPipe;
|
|
86579
|
+
exports["ɵfv"] = IgxHeaderGroupWidthPipe;
|
|
86580
|
+
exports["ɵfw"] = IgxHeaderGroupStylePipe;
|
|
86581
|
+
exports["ɵfx"] = IgxGridColumnModule;
|
|
86582
|
+
exports["ɵfy"] = IgxGridHeadersModule;
|
|
86583
|
+
exports["ɵfz"] = SortingIndexPipe;
|
|
86584
|
+
exports["ɵg"] = IGX_TREE_COMPONENT;
|
|
86585
|
+
exports["ɵga"] = IgxGridFilteringModule;
|
|
86586
|
+
exports["ɵgb"] = IgxColumnMovingModule;
|
|
86587
|
+
exports["ɵgc"] = IgxColumnMovingDropDirective;
|
|
86588
|
+
exports["ɵgd"] = IgxColumnMovingDragDirective;
|
|
86589
|
+
exports["ɵge"] = IgxGridResizingModule;
|
|
86590
|
+
exports["ɵgf"] = IgxResizeHandleDirective;
|
|
86591
|
+
exports["ɵgg"] = IgxGridExcelStyleFilteringModule;
|
|
86592
|
+
exports["ɵgh"] = IgxGridSelectionModule;
|
|
86593
|
+
exports["ɵgi"] = IgxGridDragSelectDirective;
|
|
86594
|
+
exports["ɵgj"] = IgxGridSummaryModule;
|
|
86595
|
+
exports["ɵgk"] = IgxSummaryDataPipe;
|
|
86596
|
+
exports["ɵgl"] = IgxGridToolbarModule;
|
|
86597
|
+
exports["ɵgm"] = BaseToolbarDirective;
|
|
86598
|
+
exports["ɵgn"] = BaseToolbarColumnActionsDirective;
|
|
86599
|
+
exports["ɵgo"] = IgxGridRowComponent;
|
|
86600
|
+
exports["ɵgp"] = IgxGridSortingPipe;
|
|
86601
|
+
exports["ɵgq"] = IgxGridGroupingPipe;
|
|
86602
|
+
exports["ɵgr"] = IgxGridPagingPipe;
|
|
86603
|
+
exports["ɵgs"] = IgxGridFilteringPipe;
|
|
86604
|
+
exports["ɵgt"] = IgxGridSummaryPipe;
|
|
86605
|
+
exports["ɵgu"] = IgxGridDetailsPipe;
|
|
86606
|
+
exports["ɵgv"] = IgxGridExpandableCellComponent;
|
|
86607
|
+
exports["ɵgw"] = IgxTreeGridRowComponent;
|
|
86608
|
+
exports["ɵgx"] = IgxTreeGridCellComponent;
|
|
86609
|
+
exports["ɵgy"] = IgxTreeGridHierarchizingPipe;
|
|
86610
|
+
exports["ɵgz"] = IgxTreeGridFlatteningPipe;
|
|
86611
|
+
exports["ɵh"] = IGX_TREE_NODE_COMPONENT;
|
|
86612
|
+
exports["ɵha"] = IgxTreeGridSortingPipe;
|
|
86613
|
+
exports["ɵhb"] = IgxTreeGridPagingPipe;
|
|
86614
|
+
exports["ɵhc"] = IgxTreeGridTransactionPipe;
|
|
86615
|
+
exports["ɵhd"] = IgxTreeGridNormalizeRecordsPipe;
|
|
86616
|
+
exports["ɵhe"] = IgxTreeGridAddRowPipe;
|
|
86617
|
+
exports["ɵhf"] = IgxTreeGridFilteringPipe;
|
|
86618
|
+
exports["ɵhg"] = IgxTreeGridSummaryPipe;
|
|
86619
|
+
exports["ɵhh"] = IgxHierarchicalRowComponent;
|
|
86620
|
+
exports["ɵhi"] = IgxHierarchicalGridCellComponent;
|
|
86621
|
+
exports["ɵhj"] = IgxSliderThumbComponent;
|
|
86622
|
+
exports["ɵhk"] = IgxThumbLabelComponent;
|
|
86623
|
+
exports["ɵhl"] = IgxTicksComponent;
|
|
86624
|
+
exports["ɵhm"] = IgxTickLabelsPipe;
|
|
86625
|
+
exports["ɵhn"] = IgxTabsBase;
|
|
86626
|
+
exports["ɵho"] = IgxTabHeaderBase;
|
|
86627
|
+
exports["ɵhp"] = IgxTabContentBase;
|
|
86628
|
+
exports["ɵhq"] = IgxSplitBarComponent;
|
|
86629
|
+
exports["ɵhr"] = IgxTreeService;
|
|
86630
|
+
exports["ɵhs"] = IgxTreeSelectionService;
|
|
86631
|
+
exports["ɵht"] = IgxTreeNavigationService;
|
|
86632
|
+
exports["ɵi"] = PlatformUtil;
|
|
86633
|
+
exports["ɵl"] = IgxInputGroupBase;
|
|
86634
|
+
exports["ɵm"] = IgxSelectionAPIService;
|
|
86635
|
+
exports["ɵn"] = IgxForOfSyncService;
|
|
86636
|
+
exports["ɵo"] = IgxForOfScrollSyncService;
|
|
86637
|
+
exports["ɵp"] = DisplayContainerComponent;
|
|
86638
|
+
exports["ɵq"] = IgxScrollInertiaDirective;
|
|
86639
|
+
exports["ɵr"] = IgxScrollInertiaModule;
|
|
86640
|
+
exports["ɵs"] = VirtualHelperComponent;
|
|
86641
|
+
exports["ɵt"] = VirtualHelperBaseDirective;
|
|
86642
|
+
exports["ɵu"] = HVirtualHelperComponent;
|
|
86643
|
+
exports["ɵv"] = MaskParsingService;
|
|
86644
|
+
exports["ɵw"] = isHierarchyMatch;
|
|
86645
|
+
exports["ɵx"] = getHierarchy;
|
|
86646
|
+
exports["ɵy"] = IgxGridActionButtonComponent;
|
|
86647
|
+
exports["ɵz"] = ToggleAnimationPlayer;
|
|
86633
86648
|
|
|
86634
86649
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
86635
86650
|
|
|
86636
|
-
}))
|
|
86651
|
+
}));
|
|
86637
86652
|
//# sourceMappingURL=igniteui-angular.umd.js.map
|