igniteui-angular 12.2.5 → 12.2.6
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-angular.umd.js +259 -474
- package/bundles/igniteui-angular.umd.js.map +1 -1
- package/esm2015/igniteui-angular.js +106 -107
- package/esm2015/lib/action-strip/grid-actions/grid-editing-actions.component.js +2 -2
- package/esm2015/lib/banner/banner.component.js +1 -1
- package/esm2015/lib/core/utils.js +11 -1
- package/esm2015/lib/directives/radio/radio-group.directive.js +5 -13
- package/esm2015/lib/drop-down/drop-down-item.base.js +1 -5
- package/esm2015/lib/grids/cell.component.js +1 -17
- package/esm2015/lib/grids/column-actions/column-actions.component.js +3 -7
- package/esm2015/lib/grids/grid/grid.component.js +3 -7
- package/esm2015/lib/grids/grid-base.directive.js +55 -118
- package/esm2015/lib/grids/grid-public-row.js +3 -12
- package/esm2015/lib/grids/headers/grid-header-row.component.js +2 -2
- package/esm2015/lib/grids/hierarchical-grid/hierarchical-grid.component.js +3 -7
- package/esm2015/lib/grids/tree-grid/tree-grid.component.js +3 -7
- package/esm2015/lib/icon/icon.component.js +1 -6
- package/esm2015/lib/services/overlay/utilities.js +1 -1
- package/esm2015/lib/toast/toast.component.js +3 -6
- package/fesm2015/igniteui-angular.js +84 -278
- package/fesm2015/igniteui-angular.js.map +1 -1
- package/igniteui-angular.d.ts +105 -106
- package/igniteui-angular.metadata.json +1 -1
- package/lib/banner/banner.component.d.ts +1 -2
- package/lib/core/utils.d.ts +4 -0
- package/lib/directives/radio/radio-group.directive.d.ts +4 -4
- package/lib/grids/cell.component.d.ts +0 -9
- package/lib/grids/column-actions/column-actions.component.d.ts +2 -1
- package/lib/grids/grid/grid.component.d.ts +2 -1
- package/lib/grids/grid-base.directive.d.ts +54 -37
- package/lib/grids/grid-public-row.d.ts +2 -3
- package/lib/grids/hierarchical-grid/hierarchical-grid.component.d.ts +2 -1
- package/lib/grids/tree-grid/tree-grid.component.d.ts +2 -1
- package/lib/icon/icon.component.d.ts +2 -2
- package/lib/services/overlay/utilities.d.ts +2 -1
- package/lib/toast/toast.component.d.ts +2 -0
- package/migrations/common/filterSourceDirs.d.ts +2 -2
- package/migrations/common/filterSourceDirs.js +2 -2
- package/package.json +1 -1
- package/esm2015/lib/core/deprecateDecorators.js +0 -101
- package/lib/core/deprecateDecorators.d.ts +0 -20
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i1 from '@angular/animations';
|
|
2
2
|
import { style, animate, animation, keyframes, AnimationBuilder, useAnimation, trigger, transition } from '@angular/animations';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { Injectable, Directive, Input, HostListener, NgModule, Inject, PLATFORM_ID, SimpleChange, InjectionToken, EventEmitter, Optional, Output, ElementRef, Renderer2, NgZone, Component, ViewChild, HostBinding, forwardRef, ChangeDetectorRef, ViewContainerRef, TemplateRef, IterableDiffers, ComponentFactoryResolver, QueryList, ViewChildren, ChangeDetectionStrategy, ContentChild, ContentChildren, ApplicationRef, Injector,
|
|
4
|
+
import { Injectable, Directive, Input, HostListener, NgModule, isDevMode, Inject, PLATFORM_ID, SimpleChange, InjectionToken, EventEmitter, Optional, Output, ElementRef, Renderer2, NgZone, Component, ViewChild, HostBinding, forwardRef, ChangeDetectorRef, ViewContainerRef, TemplateRef, IterableDiffers, ComponentFactoryResolver, QueryList, ViewChildren, ChangeDetectionStrategy, ContentChild, ContentChildren, ApplicationRef, Injector, Self, SecurityContext, Pipe, LOCALE_ID, Host, NgModuleRef, inject, CUSTOM_ELEMENTS_SCHEMA, SkipSelf } from '@angular/core';
|
|
5
5
|
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, CheckboxRequiredValidator, NgModel, FormControlName, FormsModule, NgControl, ReactiveFormsModule } from '@angular/forms';
|
|
6
6
|
import * as i2 from '@angular/common';
|
|
7
7
|
import { isPlatformBrowser, CommonModule, DOCUMENT, DatePipe, formatDate, FormatWidth, getLocaleDateFormat, getLocaleCurrencyCode, DecimalPipe, CurrencyPipe, PercentPipe, getLocaleNumberFormat, NumberFormatStyle, getCurrencySymbol } from '@angular/common';
|
|
@@ -892,7 +892,7 @@ const run = (id) => {
|
|
|
892
892
|
fn();
|
|
893
893
|
}
|
|
894
894
|
};
|
|
895
|
-
const ɵ0$
|
|
895
|
+
const ɵ0$4 = run;
|
|
896
896
|
const listener = (event) => run(event.data);
|
|
897
897
|
const ɵ1$1 = listener;
|
|
898
898
|
// Use function instead of arrow function to workaround an issue in codesandbox
|
|
@@ -920,6 +920,15 @@ function clearImmediate(id) {
|
|
|
920
920
|
delete queue[id];
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
+
/**
|
|
924
|
+
* @hidden
|
|
925
|
+
*/
|
|
926
|
+
const showMessage = (message, isMessageShown) => {
|
|
927
|
+
if (!isMessageShown && isDevMode()) {
|
|
928
|
+
console.warn(message);
|
|
929
|
+
}
|
|
930
|
+
return true;
|
|
931
|
+
};
|
|
923
932
|
const mkenum = (x) => x;
|
|
924
933
|
/**
|
|
925
934
|
* Returns the ResizeObserver type or the polyfilled version if not available.
|
|
@@ -8198,7 +8207,7 @@ IgxRowDirective.propDecorators = {
|
|
|
8198
8207
|
};
|
|
8199
8208
|
|
|
8200
8209
|
const clear = (el) => el === 0 || Boolean(el);
|
|
8201
|
-
const ɵ0$
|
|
8210
|
+
const ɵ0$3 = clear;
|
|
8202
8211
|
const first = (arr) => arr[0];
|
|
8203
8212
|
const ɵ1 = first;
|
|
8204
8213
|
const last = (arr) => arr[arr.length - 1];
|
|
@@ -16382,105 +16391,6 @@ IgxSelectionAPIService.decorators = [
|
|
|
16382
16391
|
},] }
|
|
16383
16392
|
];
|
|
16384
16393
|
|
|
16385
|
-
/**
|
|
16386
|
-
* @hidden
|
|
16387
|
-
*/
|
|
16388
|
-
const DeprecateClass = (message) => {
|
|
16389
|
-
let isMessageShown = false;
|
|
16390
|
-
return (originalClass) => class extends originalClass {
|
|
16391
|
-
constructor(...args) {
|
|
16392
|
-
const target = originalClass;
|
|
16393
|
-
const targetName = typeof target === 'function' ? target.name : target.constructor.name;
|
|
16394
|
-
isMessageShown = showMessage(`${targetName}: ${message}`, isMessageShown);
|
|
16395
|
-
super(...args);
|
|
16396
|
-
}
|
|
16397
|
-
};
|
|
16398
|
-
};
|
|
16399
|
-
/**
|
|
16400
|
-
* @hidden
|
|
16401
|
-
*/
|
|
16402
|
-
function DeprecateMethod(message) {
|
|
16403
|
-
let isMessageShown = false;
|
|
16404
|
-
return function (target, key, descriptor) {
|
|
16405
|
-
if (descriptor && descriptor.value) {
|
|
16406
|
-
const originalMethod = descriptor.value;
|
|
16407
|
-
descriptor.value = function () {
|
|
16408
|
-
const targetName = typeof target === 'function' ? target.name : target.constructor.name;
|
|
16409
|
-
isMessageShown = showMessage(`${targetName}.${key}: ${message}`, isMessageShown);
|
|
16410
|
-
const args = [];
|
|
16411
|
-
for (const x of arguments) {
|
|
16412
|
-
args.push(x);
|
|
16413
|
-
}
|
|
16414
|
-
return originalMethod.call(this, ...args);
|
|
16415
|
-
};
|
|
16416
|
-
return descriptor;
|
|
16417
|
-
}
|
|
16418
|
-
};
|
|
16419
|
-
}
|
|
16420
|
-
/**
|
|
16421
|
-
* @hidden
|
|
16422
|
-
*/
|
|
16423
|
-
function DeprecateProperty(message) {
|
|
16424
|
-
return function (target, key) {
|
|
16425
|
-
let isMessageShown = false;
|
|
16426
|
-
const messageToDisplay = `${target.constructor.name}.${key}: ${message}`;
|
|
16427
|
-
// if the target already has the property defined
|
|
16428
|
-
const originalDescriptor = Object.getOwnPropertyDescriptor(target, key);
|
|
16429
|
-
if (originalDescriptor) {
|
|
16430
|
-
const getter = originalDescriptor.get;
|
|
16431
|
-
const setter = originalDescriptor.set;
|
|
16432
|
-
if (getter) {
|
|
16433
|
-
originalDescriptor.get = function () {
|
|
16434
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16435
|
-
return getter.call(this);
|
|
16436
|
-
};
|
|
16437
|
-
}
|
|
16438
|
-
if (setter) {
|
|
16439
|
-
originalDescriptor.set = function (value) {
|
|
16440
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16441
|
-
setter.call(this, value);
|
|
16442
|
-
};
|
|
16443
|
-
}
|
|
16444
|
-
return originalDescriptor;
|
|
16445
|
-
}
|
|
16446
|
-
// the target doesn't contain a descriptor for that property, so create one
|
|
16447
|
-
// use backing field to set/get the value of the property to ensure there won't be infinite recursive calls
|
|
16448
|
-
const newKey = generateUniqueKey(target, key);
|
|
16449
|
-
Object.defineProperty(target, key, {
|
|
16450
|
-
configurable: true,
|
|
16451
|
-
enumerable: true,
|
|
16452
|
-
set(value) {
|
|
16453
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16454
|
-
this[newKey] = value;
|
|
16455
|
-
},
|
|
16456
|
-
get() {
|
|
16457
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16458
|
-
return this[newKey];
|
|
16459
|
-
}
|
|
16460
|
-
});
|
|
16461
|
-
};
|
|
16462
|
-
}
|
|
16463
|
-
/**
|
|
16464
|
-
* @hidden
|
|
16465
|
-
*/
|
|
16466
|
-
const generateUniqueKey = (target, key) => {
|
|
16467
|
-
let newKey = '_' + key;
|
|
16468
|
-
while (target.hasOwnProperty(newKey)) {
|
|
16469
|
-
newKey = '_' + newKey;
|
|
16470
|
-
}
|
|
16471
|
-
return newKey;
|
|
16472
|
-
};
|
|
16473
|
-
const ɵ0$3 = generateUniqueKey;
|
|
16474
|
-
/**
|
|
16475
|
-
* @hidden
|
|
16476
|
-
*/
|
|
16477
|
-
const showMessage = (message, isMessageShown) => {
|
|
16478
|
-
if (!isMessageShown && isDevMode()) {
|
|
16479
|
-
console.warn(message);
|
|
16480
|
-
}
|
|
16481
|
-
return true;
|
|
16482
|
-
};
|
|
16483
|
-
|
|
16484
16394
|
let NEXT_ID$t = 0;
|
|
16485
16395
|
/**
|
|
16486
16396
|
* The `<igx-drop-down-item>` is a container intended for row items in
|
|
@@ -16550,7 +16460,6 @@ IgxDropDownGroupComponent.propDecorators = {
|
|
|
16550
16460
|
};
|
|
16551
16461
|
|
|
16552
16462
|
let NEXT_ID$s = 0;
|
|
16553
|
-
let warningShown = false;
|
|
16554
16463
|
/**
|
|
16555
16464
|
* An abstract class defining a drop-down item:
|
|
16556
16465
|
* With properties / styles for selection, highlight, height
|
|
@@ -16615,8 +16524,6 @@ class IgxDropDownItemBaseDirective {
|
|
|
16615
16524
|
*/
|
|
16616
16525
|
get index() {
|
|
16617
16526
|
if (this._index === null) {
|
|
16618
|
-
warningShown = showMessage('IgxDropDownItemBaseDirective: Automatic index is deprecated.' +
|
|
16619
|
-
'Bind in the template instead using `<igx-drop-down-item [index]="i"` instead.`', warningShown);
|
|
16620
16527
|
return this.itemIndex;
|
|
16621
16528
|
}
|
|
16622
16529
|
return this._index;
|
|
@@ -19115,9 +19022,6 @@ IgxIconComponent.propDecorators = {
|
|
|
19115
19022
|
getInactive: [{ type: HostBinding, args: ['class.igx-icon--inactive',] }],
|
|
19116
19023
|
getColor: [{ type: HostBinding, args: ['style.color',] }]
|
|
19117
19024
|
};
|
|
19118
|
-
__decorate([
|
|
19119
|
-
DeprecateProperty('`color` is deprecated.')
|
|
19120
|
-
], IgxIconComponent.prototype, "color", void 0);
|
|
19121
19025
|
|
|
19122
19026
|
/**
|
|
19123
19027
|
* @hidden
|
|
@@ -23288,10 +23192,10 @@ class IgxRadioGroupDirective {
|
|
|
23288
23192
|
this._setRadioButtonsRequired();
|
|
23289
23193
|
}
|
|
23290
23194
|
/**
|
|
23291
|
-
* An @Input property that allows you to disable the radio group. By default it's false.
|
|
23292
|
-
*
|
|
23293
23195
|
* @deprecated in version 12.2.0
|
|
23294
23196
|
*
|
|
23197
|
+
* An input property that allows you to disable the radio group. By default it's false.
|
|
23198
|
+
*
|
|
23295
23199
|
* @example
|
|
23296
23200
|
* ```html
|
|
23297
23201
|
* <igx-radio-group disabled></igx-radio-group>
|
|
@@ -23305,10 +23209,10 @@ class IgxRadioGroupDirective {
|
|
|
23305
23209
|
this.setDisabledState(value);
|
|
23306
23210
|
}
|
|
23307
23211
|
/**
|
|
23308
|
-
* Sets/gets the position of the `label` in the child radio buttons.
|
|
23309
|
-
*
|
|
23310
23212
|
* @deprecated in version 12.2.0
|
|
23311
23213
|
*
|
|
23214
|
+
* Sets/gets the position of the `label` in the child radio buttons.
|
|
23215
|
+
*
|
|
23312
23216
|
* @remarks
|
|
23313
23217
|
* If not set, `labelPosition` will have value `"after"`.
|
|
23314
23218
|
*
|
|
@@ -23558,12 +23462,6 @@ IgxRadioGroupDirective.propDecorators = {
|
|
|
23558
23462
|
vertical: [{ type: HostBinding, args: ['class.igx-radio-group--vertical',] }],
|
|
23559
23463
|
alignment: [{ type: Input }]
|
|
23560
23464
|
};
|
|
23561
|
-
__decorate([
|
|
23562
|
-
DeprecateProperty('`disabled` is deprecated.')
|
|
23563
|
-
], IgxRadioGroupDirective.prototype, "disabled", null);
|
|
23564
|
-
__decorate([
|
|
23565
|
-
DeprecateProperty('`labelPosition` is deprecated.')
|
|
23566
|
-
], IgxRadioGroupDirective.prototype, "labelPosition", null);
|
|
23567
23465
|
/**
|
|
23568
23466
|
* @hidden
|
|
23569
23467
|
*/
|
|
@@ -48420,7 +48318,7 @@ IgxGridHeaderRowComponent.decorators = [
|
|
|
48420
48318
|
{ type: Component, args: [{
|
|
48421
48319
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
48422
48320
|
selector: 'igx-grid-header-row',
|
|
48423
|
-
template: "<div role=\"rowgroup\" class=\"igx-grid-thead__wrapper\" [style.width.px]=\"width\"\n [
|
|
48321
|
+
template: "<div role=\"rowgroup\" class=\"igx-grid-thead__wrapper\" [style.width.px]=\"width\"\n [class.igx-grid__tr--mrl]=\"hasMRL\">\n\n <!-- Column headers area -->\n <div class=\"igx-grid__tr\" role=\"row\" [style.width.px]=\"width\">\n\n <!-- Left column moving area -->\n <ng-container *ngIf=\"grid.hasMovableColumns && grid.columnInDrag && pinnedColumnCollection.length <= 0\">\n <span id=\"left\" class=\"igx-grid__scroll-on-drag-left\" droppable=\"true\" [style.left.px]=\"grid.pinnedWidth\"\n [igxColumnMovingDrop]=\"headerContainer\"></span>\n </ng-container>\n <ng-container *ngIf=\"grid.hasMovableColumns && grid.columnInDrag && pinnedColumnCollection.length > 0\">\n <span id=\"left\" class=\"igx-grid__scroll-on-drag-pinned\" droppable=\"true\" [style.left.px]=\"grid.pinnedWidth\"\n [igxColumnMovingDrop]=\"headerContainer\"></span>\n </ng-container>\n\n <!-- Row dragging area -->\n <ng-container *ngIf=\"grid.rowDraggable\">\n <div #headerDragContainer class=\"igx-grid__drag-indicator igx-grid__tr-action\" (pointerdown)=\"$event.preventDefault()\" [class.igx-grid__drag-indicator--header]=\"!grid.isRowSelectable\">\n <div style=\"visibility: hidden;\">\n <ng-container *ngTemplateOutlet=\"grid.dragIndicatorIconTemplate || grid.dragIndicatorIconBase\"></ng-container>\n </div>\n </div>\n </ng-container>\n\n <!-- Row selectors area -->\n <ng-container *ngIf=\"grid.showRowSelectors\">\n <div #headerSelectorContainer class=\"igx-grid__cbx-selection igx-grid__tr-action\"\n [class.igx-grid__cbx-selection--push]=\"grid.filteringService.isFilterRowVisible\"\n (click)=\"headerRowSelection($event)\"\n (pointerdown)=\"$event.preventDefault()\">\n <ng-container #headSelector\n *ngTemplateOutlet=\"grid.headSelectorTemplate || headSelectorBaseTemplate; context: rowSelectorsContext\">\n </ng-container>\n </div>\n </ng-container>\n\n <!-- Hierarchical grids expand all area -->\n <ng-container *ngIf=\"isHierarchicalGrid\">\n <div #headerHierarchyExpander\n (click)=\"grid.toggleAll()\"\n (pointerdown)=\"$event.preventDefault()\"\n [hidden]=\"!grid.hasExpandableChildren || !grid.hasVisibleColumns\"\n [ngClass]=\"{\n 'igx-grid__hierarchical-expander igx-grid__hierarchical-expander--header igx-grid__tr-action': grid.hasExpandableChildren,\n 'igx-grid__hierarchical-expander--push': grid.filteringService.isFilterRowVisible,\n 'igx-grid__hierarchical-expander--no-border': grid.isRowSelectable || grid.rowDraggable\n }\">\n <ng-container *ngTemplateOutlet=\"grid.iconTemplate; context: { $implicit: grid }\"></ng-container>\n </div>\n </ng-container>\n\n\n <!-- Grouping icon toggle area -->\n <ng-container *ngIf=\"grid?.groupingExpressions?.length\">\n <div #headerGroupContainer class=\"{{ indentationCSSClasses }}\"\n (click)=\"grid.toggleAllGroupRows()\"\n (pointerdown)=\"$event.preventDefault()\">\n <ng-container *ngTemplateOutlet=\"grid.iconTemplate\"></ng-container>\n </div>\n </ng-container>\n\n <!-- Pinned columns collection from the start -->\n <ng-container *ngIf=\"pinnedColumnCollection.length && grid.isPinningToStart\">\n <ng-container *ngFor=\"let column of pinnedColumnCollection | igxTopLevel\">\n <igx-grid-header-group\n [ngClass]=\"column.headerGroupClasses\"\n [ngStyle]=\"column.headerGroupStyles | igxHeaderGroupStyle:column:grid.pipeTrigger\"\n [column]=\"column\"\n [style.min-width]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.flex-basis]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\">\n </igx-grid-header-group>\n </ng-container>\n </ng-container>\n\n <!-- Unpinned columns collection -->\n <ng-template igxGridFor #headerVirtualContainer let-column\n [igxGridForOf]=\"unpinnedColumnCollection | igxTopLevel\"\n [igxForScrollContainer]=\"grid.parentVirtDir\"\n [igxForContainerSize]=\"grid.unpinnedWidth\"\n [igxForTrackBy]=\"grid.trackColumnChanges\"\n [igxForSizePropName]=\"'calcPixelWidth'\"\n [igxForScrollOrientation]=\"'horizontal'\"\n >\n <igx-grid-header-group\n [ngClass]=\"column.headerGroupClasses\"\n [ngStyle]=\"column.headerGroupStyles |igxHeaderGroupStyle:column:grid.pipeTrigger\"\n [column]=\"column\"\n [style.min-width]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.flex-basis]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\">\n </igx-grid-header-group>\n </ng-template>\n\n <!-- Pinned columns collection at the end -->\n <ng-container *ngIf=\"pinnedColumnCollection.length && !grid.isPinningToStart\">\n <ng-container *ngFor=\"let column of pinnedColumnCollection | igxTopLevel\">\n <igx-grid-header-group\n [ngClass]=\"column.headerGroupClasses\"\n [ngStyle]=\"column.headerGroupStyles |igxHeaderGroupStyle:column:grid.pipeTrigger\"\n [column]=\"column\"\n [style.min-width]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.flex-basis]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.left]=\"column.rightPinnedOffset\">\n </igx-grid-header-group>\n </ng-container>\n </ng-container>\n </div>\n\n <!-- Filter row area -->\n <ng-container *ngIf=\"grid.filteringService.isFilterRowVisible\">\n <igx-grid-filtering-row #filteringRow\n [column]=\"grid.filteringService.filteredColumn\"\n [style.width.px]=\"width\">\n </igx-grid-filtering-row>\n </ng-container>\n\n <!-- Right column moving area -->\n <ng-container *ngIf=\"grid.hasMovableColumns && grid.columnInDrag\">\n <span id=\"right\" class=\"igx-grid__scroll-on-drag-right\" droppable=\"true\" [igxColumnMovingDrop]=\"headerContainer\"></span>\n </ng-container>\n</div>\n\n<!-- Header thumb area -->\n<div class=\"igx-grid-thead__thumb\" [hidden]=\"!grid.hasVerticalScroll()\" [style.width.px]=\"grid.scrollSize\"></div>\n\n<!-- Default row selection header checkbox template -->\n<ng-template #headSelectorBaseTemplate igxHeadSelector let-context>\n <div class=\"igx-grid__cbx-padding\">\n <igx-checkbox\n [tabindex]=\"-1\"\n [readonly]=\"true\"\n [checked]=\"context.selectedCount > 0 && context.totalCount === context.selectedCount\"\n [disableRipple]=\"true\"\n [ngStyle]=\"{'visibility': grid.isMultiRowSelectionEnabled? 'visible' : 'hidden' }\"\n [indeterminate]=\"context.selectedCount > 0 && context.selectedCount !== context.totalCount\"\n [aria-label]=\"grid.headSelectorBaseAriaLabel\"\n #headerCheckbox>\n </igx-checkbox>\n </div>\n</ng-template>\n"
|
|
48424
48322
|
},] }
|
|
48425
48323
|
];
|
|
48426
48324
|
IgxGridHeaderRowComponent.ctorParameters = () => [
|
|
@@ -48600,9 +48498,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48600
48498
|
*/
|
|
48601
48499
|
this.gridScroll = new EventEmitter();
|
|
48602
48500
|
/**
|
|
48501
|
+
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
48502
|
+
*
|
|
48603
48503
|
* Emitted after the current page is changed.
|
|
48604
48504
|
*
|
|
48605
|
-
* @deprecated in version 12.1.0
|
|
48606
48505
|
* @example
|
|
48607
48506
|
* ```html
|
|
48608
48507
|
* <igx-grid (pageChange)="onPageChange($event)"></igx-grid>
|
|
@@ -48615,10 +48514,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48615
48514
|
*/
|
|
48616
48515
|
this.pageChange = new EventEmitter();
|
|
48617
48516
|
/**
|
|
48517
|
+
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
48518
|
+
*
|
|
48618
48519
|
* Emitted when `perPage` property value of the grid is changed.
|
|
48619
48520
|
*
|
|
48620
|
-
* @deprecated in version 12.1.0
|
|
48621
|
-
* @example
|
|
48622
48521
|
* ```html
|
|
48623
48522
|
* <igx-grid #grid (perPageChange)="onPerPageChange($event)" [autoGenerate]="true"></igx-grid>
|
|
48624
48523
|
* ```
|
|
@@ -48635,6 +48534,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48635
48534
|
*/
|
|
48636
48535
|
this.class = '';
|
|
48637
48536
|
/**
|
|
48537
|
+
* @deprecated in version 12.2.0. We suggest using `rowClasses` property instead
|
|
48538
|
+
*
|
|
48638
48539
|
* Gets/Sets the styling classes applied to all even `IgxGridRowComponent`s in the grid.
|
|
48639
48540
|
*
|
|
48640
48541
|
* @example
|
|
@@ -48644,6 +48545,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48644
48545
|
*/
|
|
48645
48546
|
this.evenRowCSS = 'igx-grid__tr--even';
|
|
48646
48547
|
/**
|
|
48548
|
+
* @deprecated in version 12.2.0. We suggest using `rowClasses` property instead
|
|
48549
|
+
*
|
|
48647
48550
|
* Gets/Sets the styling classes applied to all odd `IgxGridRowComponent`s in the grid.
|
|
48648
48551
|
*
|
|
48649
48552
|
* @example
|
|
@@ -48898,9 +48801,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48898
48801
|
*/
|
|
48899
48802
|
this.filteringDone = new EventEmitter();
|
|
48900
48803
|
/**
|
|
48804
|
+
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
48805
|
+
*
|
|
48901
48806
|
* Emitted after paging is performed.
|
|
48902
48807
|
*
|
|
48903
|
-
* @deprecated in version 12.1.x
|
|
48904
48808
|
* @remarks
|
|
48905
48809
|
* Returns an object consisting of the previous and next pages.
|
|
48906
48810
|
* @example
|
|
@@ -49553,9 +49457,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49553
49457
|
this.notifyChanges(true);
|
|
49554
49458
|
}
|
|
49555
49459
|
/**
|
|
49460
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
49461
|
+
*
|
|
49556
49462
|
* Gets/Sets whether the paging feature is enabled.
|
|
49557
49463
|
*
|
|
49558
|
-
* @deprecated in version 12.1.x
|
|
49559
49464
|
* @remarks
|
|
49560
49465
|
* The default state is disabled (false).
|
|
49561
49466
|
* @example
|
|
@@ -49573,9 +49478,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49573
49478
|
this.pipeTrigger++;
|
|
49574
49479
|
}
|
|
49575
49480
|
/**
|
|
49481
|
+
* @deprecated in version 12.1.0. Use `page` property form `paginator` component instead
|
|
49482
|
+
*
|
|
49576
49483
|
* Gets/Sets the current page index.
|
|
49577
49484
|
*
|
|
49578
|
-
* @deprecated in version 12.1.x
|
|
49579
49485
|
* @example
|
|
49580
49486
|
* ```html
|
|
49581
49487
|
* <igx-grid #grid [data]="Data" [autoGenerate]="true">
|
|
@@ -49595,9 +49501,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49595
49501
|
}
|
|
49596
49502
|
}
|
|
49597
49503
|
/**
|
|
49504
|
+
* @deprecated in version 12.1.0. Use `perPage` property from `paginator` component instead
|
|
49505
|
+
*
|
|
49598
49506
|
* Gets/Sets the number of visible items per page.
|
|
49599
49507
|
*
|
|
49600
|
-
* @deprecated in version 12.1.x
|
|
49601
49508
|
* @remarks
|
|
49602
49509
|
* The default is 15.
|
|
49603
49510
|
* @example
|
|
@@ -49618,9 +49525,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49618
49525
|
}
|
|
49619
49526
|
}
|
|
49620
49527
|
/**
|
|
49528
|
+
* @deprecated in version 10.1.0
|
|
49529
|
+
*
|
|
49621
49530
|
* Gets/Sets whether the column hiding UI is enabled.
|
|
49622
49531
|
*
|
|
49623
|
-
* @deprecated
|
|
49624
49532
|
* @remarks
|
|
49625
49533
|
* By default it is disabled (false). In order for the UI to work, you need to enable the toolbar as shown in the example below.
|
|
49626
49534
|
* @example
|
|
@@ -49818,9 +49726,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49818
49726
|
return this._emptyFilteredGridMessage || this.resourceStrings.igx_grid_emptyFilteredGrid_message;
|
|
49819
49727
|
}
|
|
49820
49728
|
/**
|
|
49821
|
-
*
|
|
49729
|
+
* @deprecated in version 10.1.0
|
|
49822
49730
|
*
|
|
49823
|
-
*
|
|
49731
|
+
* Gets/Sets the title to be displayed in the built-in column hiding UI.
|
|
49824
49732
|
*
|
|
49825
49733
|
* @example
|
|
49826
49734
|
* ```html
|
|
@@ -49858,9 +49766,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49858
49766
|
this._pinning = value;
|
|
49859
49767
|
}
|
|
49860
49768
|
/**
|
|
49861
|
-
*
|
|
49769
|
+
* @deprecated in version 10.1.0
|
|
49862
49770
|
*
|
|
49863
|
-
*
|
|
49771
|
+
* Gets/Sets if the built-in column pinning UI should be shown in the toolbar.
|
|
49864
49772
|
*
|
|
49865
49773
|
* @example
|
|
49866
49774
|
* ```html
|
|
@@ -49875,9 +49783,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49875
49783
|
this.notifyChanges();
|
|
49876
49784
|
}
|
|
49877
49785
|
/**
|
|
49878
|
-
*
|
|
49786
|
+
* @deprecated in version 10.1.0
|
|
49879
49787
|
*
|
|
49880
|
-
*
|
|
49788
|
+
* Gets/Sets the title to be displayed in the UI of the column pinning.
|
|
49881
49789
|
*
|
|
49882
49790
|
* @example
|
|
49883
49791
|
* ```html
|
|
@@ -50324,9 +50232,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50324
50232
|
return this.pinnedColumns.filter(col => !col.columnLayout).length;
|
|
50325
50233
|
}
|
|
50326
50234
|
/**
|
|
50327
|
-
*
|
|
50235
|
+
* @deprecated in version 10.1.0
|
|
50328
50236
|
*
|
|
50329
|
-
*
|
|
50237
|
+
* Gets/Sets the text to be displayed inside the toggle button.
|
|
50330
50238
|
*
|
|
50331
50239
|
* @remarks
|
|
50332
50240
|
* Used for the built-in column hiding UI of the`IgxColumnComponent`.
|
|
@@ -50335,7 +50243,6 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50335
50243
|
* <igx-grid [columnHiding]="true" [showToolbar]="true" [hiddenColumnsText]="'Hidden Columns'"></igx-grid>
|
|
50336
50244
|
* ```
|
|
50337
50245
|
*/
|
|
50338
|
-
// @DeprecateProperty('`hiddenColumnsText` is deprecated')
|
|
50339
50246
|
get hiddenColumnsText() {
|
|
50340
50247
|
return this._hiddenColumnsText;
|
|
50341
50248
|
}
|
|
@@ -50344,9 +50251,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50344
50251
|
this.notifyChanges();
|
|
50345
50252
|
}
|
|
50346
50253
|
/**
|
|
50347
|
-
*
|
|
50254
|
+
* @deprecated in version 10.1.0
|
|
50348
50255
|
*
|
|
50349
|
-
*
|
|
50256
|
+
* Gets/Sets the text to be displayed inside the toggle button.
|
|
50350
50257
|
*
|
|
50351
50258
|
* @remarks
|
|
50352
50259
|
* Used for the built-in column pinning UI of the`IgxColumnComponent`.
|
|
@@ -50416,9 +50323,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50416
50323
|
return this._currencyPositionLeft = i < 1;
|
|
50417
50324
|
}
|
|
50418
50325
|
/**
|
|
50419
|
-
*
|
|
50326
|
+
* @deprecated in version 11.0.0
|
|
50420
50327
|
*
|
|
50421
|
-
*
|
|
50328
|
+
* Gets/Sets whether the toolbar is shown.
|
|
50422
50329
|
*
|
|
50423
50330
|
* @example
|
|
50424
50331
|
* ```html
|
|
@@ -50432,9 +50339,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50432
50339
|
this._showToolbar = newValue;
|
|
50433
50340
|
}
|
|
50434
50341
|
/**
|
|
50435
|
-
*
|
|
50342
|
+
* @deprecated in version 11.0.0
|
|
50436
50343
|
*
|
|
50437
|
-
*
|
|
50344
|
+
* Gets/Sets the toolbar's title.
|
|
50438
50345
|
*
|
|
50439
50346
|
* @example
|
|
50440
50347
|
* ```html
|
|
@@ -50449,9 +50356,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50449
50356
|
this.notifyChanges();
|
|
50450
50357
|
}
|
|
50451
50358
|
/**
|
|
50452
|
-
*
|
|
50359
|
+
* @deprecated `exportExcel` is deprecated
|
|
50453
50360
|
*
|
|
50454
|
-
*
|
|
50361
|
+
* Gets/Sets whether exporting to MS Excel is enabled or disabled.
|
|
50455
50362
|
*
|
|
50456
50363
|
* @example
|
|
50457
50364
|
* ```html
|
|
@@ -50466,9 +50373,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50466
50373
|
this.notifyChanges();
|
|
50467
50374
|
}
|
|
50468
50375
|
/**
|
|
50469
|
-
*
|
|
50376
|
+
* @deprecated `exportCsv` is deprecated
|
|
50470
50377
|
*
|
|
50471
|
-
*
|
|
50378
|
+
* Gets/Sets whether the option for exporting to CSV is enabled or disabled.
|
|
50472
50379
|
*
|
|
50473
50380
|
* ```html
|
|
50474
50381
|
* <igx-grid [data]="localData" [showToolbar]="true" [autoGenerate]="true" [exportCsv]="true"></igx-grid>
|
|
@@ -50482,9 +50389,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50482
50389
|
this.notifyChanges();
|
|
50483
50390
|
}
|
|
50484
50391
|
/**
|
|
50485
|
-
*
|
|
50392
|
+
* @deprecated `exportText` is deprecated
|
|
50486
50393
|
*
|
|
50487
|
-
*
|
|
50394
|
+
* Gets/Sets the textual content for the main export button.
|
|
50488
50395
|
*
|
|
50489
50396
|
* @example
|
|
50490
50397
|
* ```html
|
|
@@ -50499,9 +50406,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50499
50406
|
this.notifyChanges();
|
|
50500
50407
|
}
|
|
50501
50408
|
/**
|
|
50502
|
-
*
|
|
50409
|
+
* @deprecated `exportExcelText` is deprecated
|
|
50503
50410
|
*
|
|
50504
|
-
*
|
|
50411
|
+
* Gets/Sets the textual content for the MS Excel export button.
|
|
50505
50412
|
*
|
|
50506
50413
|
* ```html
|
|
50507
50414
|
* <igx-grid [exportExcelText]="'My Excel Exporter" [showToolbar]="true" [exportText]="'My Exporter'" [exportCsv]="true"></igx-grid>
|
|
@@ -50515,9 +50422,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50515
50422
|
this.notifyChanges();
|
|
50516
50423
|
}
|
|
50517
50424
|
/**
|
|
50518
|
-
*
|
|
50425
|
+
* @deprecated `exportCsvText` is deprecated
|
|
50519
50426
|
*
|
|
50520
|
-
*
|
|
50427
|
+
* Gets/Sets the textual content for the CSV export button.
|
|
50521
50428
|
*
|
|
50522
50429
|
* @example
|
|
50523
50430
|
* ```html
|
|
@@ -51611,9 +51518,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51611
51518
|
return this._visibleColumns;
|
|
51612
51519
|
}
|
|
51613
51520
|
/**
|
|
51521
|
+
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
51522
|
+
*
|
|
51614
51523
|
* Gets the total number of pages.
|
|
51615
51524
|
*
|
|
51616
|
-
* @deprecated in version 12.1.0
|
|
51617
51525
|
* @example
|
|
51618
51526
|
* ```typescript
|
|
51619
51527
|
* const totalPages = this.grid.totalPages;
|
|
@@ -51624,9 +51532,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51624
51532
|
return (_a = this.paginator) === null || _a === void 0 ? void 0 : _a.totalPages;
|
|
51625
51533
|
}
|
|
51626
51534
|
/**
|
|
51535
|
+
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
51536
|
+
*
|
|
51627
51537
|
* Gets if the current page is the first page.
|
|
51628
51538
|
*
|
|
51629
|
-
* @deprecated in version 12.1.0
|
|
51630
51539
|
* @example
|
|
51631
51540
|
* ```typescript
|
|
51632
51541
|
* const firstPage = this.grid.isFirstPage;
|
|
@@ -51636,9 +51545,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51636
51545
|
return this.paginator.isLastPage;
|
|
51637
51546
|
}
|
|
51638
51547
|
/**
|
|
51548
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
51549
|
+
*
|
|
51639
51550
|
* Goes to the next page, if the grid is not already at the last page.
|
|
51640
51551
|
*
|
|
51641
|
-
* @deprecated in version 12.1.0
|
|
51642
51552
|
* @example
|
|
51643
51553
|
* ```typescript
|
|
51644
51554
|
* this.grid1.nextPage();
|
|
@@ -51650,9 +51560,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51650
51560
|
(_a = this.paginator) === null || _a === void 0 ? void 0 : _a.nextPage();
|
|
51651
51561
|
}
|
|
51652
51562
|
/**
|
|
51563
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
51564
|
+
*
|
|
51653
51565
|
* Goes to the previous page, if the grid is not already at the first page.
|
|
51654
51566
|
*
|
|
51655
|
-
* @deprecated in version 12.1.0
|
|
51656
51567
|
* @example
|
|
51657
51568
|
* ```typescript
|
|
51658
51569
|
* this.grid1.previousPage();
|
|
@@ -51688,9 +51599,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51688
51599
|
}
|
|
51689
51600
|
}
|
|
51690
51601
|
/**
|
|
51602
|
+
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
51603
|
+
*
|
|
51691
51604
|
* Returns if the current page is the last page.
|
|
51692
51605
|
*
|
|
51693
|
-
* @deprecated in version 12.1.0
|
|
51694
51606
|
* @example
|
|
51695
51607
|
* ```typescript
|
|
51696
51608
|
* const lastPage = this.grid.isLastPage;
|
|
@@ -51787,6 +51699,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51787
51699
|
this._columnsReordered(column);
|
|
51788
51700
|
}
|
|
51789
51701
|
/**
|
|
51702
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
51703
|
+
*
|
|
51790
51704
|
* Goes to the desired page index.
|
|
51791
51705
|
*
|
|
51792
51706
|
* @example
|
|
@@ -54801,24 +54715,9 @@ IgxGridBaseDirective.propDecorators = {
|
|
|
54801
54715
|
totalRecords: [{ type: Input }],
|
|
54802
54716
|
selectRowOnClick: [{ type: Input }]
|
|
54803
54717
|
};
|
|
54804
|
-
__decorate([
|
|
54805
|
-
DeprecateProperty('`pageChange` is deprecated. Use the corresponding output exposed by the `igx-paginator` component instead.')
|
|
54806
|
-
], IgxGridBaseDirective.prototype, "pageChange", void 0);
|
|
54807
|
-
__decorate([
|
|
54808
|
-
DeprecateProperty('`perPageChange` is deprecated. Use the corresponding output exposed by the `igx-paginator` component instead.')
|
|
54809
|
-
], IgxGridBaseDirective.prototype, "perPageChange", void 0);
|
|
54810
|
-
__decorate([
|
|
54811
|
-
DeprecateProperty('`evenRowCSS` is deprecated. We suggest using `rowClasses` property instead.')
|
|
54812
|
-
], IgxGridBaseDirective.prototype, "evenRowCSS", void 0);
|
|
54813
|
-
__decorate([
|
|
54814
|
-
DeprecateProperty('`oddRowCSS` is deprecated. We suggest using `rowClasses` property instead.')
|
|
54815
|
-
], IgxGridBaseDirective.prototype, "oddRowCSS", void 0);
|
|
54816
54718
|
__decorate([
|
|
54817
54719
|
WatchChanges()
|
|
54818
54720
|
], IgxGridBaseDirective.prototype, "primaryKey", void 0);
|
|
54819
|
-
__decorate([
|
|
54820
|
-
DeprecateProperty('`pagingDone` is deprecated. Use the corresponding output exposed by the `igx-paginator` component instead.')
|
|
54821
|
-
], IgxGridBaseDirective.prototype, "pagingDone", void 0);
|
|
54822
54721
|
__decorate([
|
|
54823
54722
|
WatchChanges()
|
|
54824
54723
|
], IgxGridBaseDirective.prototype, "filteringLogic", null);
|
|
@@ -54828,18 +54727,6 @@ __decorate([
|
|
|
54828
54727
|
__decorate([
|
|
54829
54728
|
WatchChanges()
|
|
54830
54729
|
], IgxGridBaseDirective.prototype, "advancedFilteringExpressionsTree", null);
|
|
54831
|
-
__decorate([
|
|
54832
|
-
DeprecateProperty('`paging` is deprecated')
|
|
54833
|
-
], IgxGridBaseDirective.prototype, "paging", null);
|
|
54834
|
-
__decorate([
|
|
54835
|
-
DeprecateProperty('`page` is deprecated. Use `page` property form `paginator` component instead.')
|
|
54836
|
-
], IgxGridBaseDirective.prototype, "page", null);
|
|
54837
|
-
__decorate([
|
|
54838
|
-
DeprecateProperty('`perPage` is deprecated. Use `perPage` property from `paginator` component instead.')
|
|
54839
|
-
], IgxGridBaseDirective.prototype, "perPage", null);
|
|
54840
|
-
__decorate([
|
|
54841
|
-
DeprecateProperty('`columnHiding` is deprecated.')
|
|
54842
|
-
], IgxGridBaseDirective.prototype, "columnHiding", null);
|
|
54843
54730
|
__decorate([
|
|
54844
54731
|
WatchChanges()
|
|
54845
54732
|
], IgxGridBaseDirective.prototype, "hideRowSelectors", null);
|
|
@@ -54861,42 +54748,9 @@ __decorate([
|
|
|
54861
54748
|
__decorate([
|
|
54862
54749
|
WatchChanges()
|
|
54863
54750
|
], IgxGridBaseDirective.prototype, "isLoading", null);
|
|
54864
|
-
__decorate([
|
|
54865
|
-
DeprecateProperty('`columnHidingTitle` is deprecated')
|
|
54866
|
-
], IgxGridBaseDirective.prototype, "columnHidingTitle", null);
|
|
54867
|
-
__decorate([
|
|
54868
|
-
DeprecateProperty('`columnPinning` is deprecated')
|
|
54869
|
-
], IgxGridBaseDirective.prototype, "columnPinning", null);
|
|
54870
|
-
__decorate([
|
|
54871
|
-
DeprecateProperty('`columnPinningTitle` is deprecated')
|
|
54872
|
-
], IgxGridBaseDirective.prototype, "columnPinningTitle", null);
|
|
54873
54751
|
__decorate([
|
|
54874
54752
|
WatchChanges()
|
|
54875
54753
|
], IgxGridBaseDirective.prototype, "sortingExpressions", null);
|
|
54876
|
-
__decorate([
|
|
54877
|
-
DeprecateProperty('`pinnedColumnsText` is deprecated')
|
|
54878
|
-
], IgxGridBaseDirective.prototype, "pinnedColumnsText", null);
|
|
54879
|
-
__decorate([
|
|
54880
|
-
DeprecateProperty('`showToolbar` is deprecated')
|
|
54881
|
-
], IgxGridBaseDirective.prototype, "showToolbar", null);
|
|
54882
|
-
__decorate([
|
|
54883
|
-
DeprecateProperty('`toolbarTitle` is deprecated')
|
|
54884
|
-
], IgxGridBaseDirective.prototype, "toolbarTitle", null);
|
|
54885
|
-
__decorate([
|
|
54886
|
-
DeprecateProperty('`exportExcel` is deprecated')
|
|
54887
|
-
], IgxGridBaseDirective.prototype, "exportExcel", null);
|
|
54888
|
-
__decorate([
|
|
54889
|
-
DeprecateProperty('`exportCsv` is deprecated')
|
|
54890
|
-
], IgxGridBaseDirective.prototype, "exportCsv", null);
|
|
54891
|
-
__decorate([
|
|
54892
|
-
DeprecateProperty('`exportText` is deprecated')
|
|
54893
|
-
], IgxGridBaseDirective.prototype, "exportText", null);
|
|
54894
|
-
__decorate([
|
|
54895
|
-
DeprecateProperty('`exportExcelText` is deprecated')
|
|
54896
|
-
], IgxGridBaseDirective.prototype, "exportExcelText", null);
|
|
54897
|
-
__decorate([
|
|
54898
|
-
DeprecateProperty('`exportCsvText` is deprecated')
|
|
54899
|
-
], IgxGridBaseDirective.prototype, "exportCsvText", null);
|
|
54900
54754
|
__decorate([
|
|
54901
54755
|
WatchChanges()
|
|
54902
54756
|
], IgxGridBaseDirective.prototype, "cellSelection", null);
|
|
@@ -54906,24 +54760,6 @@ __decorate([
|
|
|
54906
54760
|
__decorate([
|
|
54907
54761
|
WatchChanges()
|
|
54908
54762
|
], IgxGridBaseDirective.prototype, "columnSelection", null);
|
|
54909
|
-
__decorate([
|
|
54910
|
-
DeprecateProperty('`totalPages` is deprecated. Use the corresponding property exposed by the `igx-paginator`.')
|
|
54911
|
-
], IgxGridBaseDirective.prototype, "totalPages", null);
|
|
54912
|
-
__decorate([
|
|
54913
|
-
DeprecateProperty('`isFirstPage` is deprecated. Use the corresponding property exposed by the `igx-paginator`.')
|
|
54914
|
-
], IgxGridBaseDirective.prototype, "isFirstPage", null);
|
|
54915
|
-
__decorate([
|
|
54916
|
-
DeprecateMethod('Use the corresponding method exposed by the `igx-paginator`.')
|
|
54917
|
-
], IgxGridBaseDirective.prototype, "nextPage", null);
|
|
54918
|
-
__decorate([
|
|
54919
|
-
DeprecateMethod('Use the corresponding method exposed by the `igx-paginator`.')
|
|
54920
|
-
], IgxGridBaseDirective.prototype, "previousPage", null);
|
|
54921
|
-
__decorate([
|
|
54922
|
-
DeprecateProperty('`isLastPage` is deprecated. Use the corresponding property exposed by the `igx-paginator`.')
|
|
54923
|
-
], IgxGridBaseDirective.prototype, "isLastPage", null);
|
|
54924
|
-
__decorate([
|
|
54925
|
-
DeprecateMethod('Use the corresponding method exposed by the `igx-paginator`.')
|
|
54926
|
-
], IgxGridBaseDirective.prototype, "paginate", null);
|
|
54927
54763
|
__decorate([
|
|
54928
54764
|
WatchChanges()
|
|
54929
54765
|
], IgxGridBaseDirective.prototype, "selectRowOnClick", null);
|
|
@@ -54971,7 +54807,7 @@ class BaseRow {
|
|
|
54971
54807
|
return (_b = this._data) !== null && _b !== void 0 ? _b : this.grid.dataView[this.index];
|
|
54972
54808
|
}
|
|
54973
54809
|
/**
|
|
54974
|
-
* @deprecated Use 'data' instead
|
|
54810
|
+
* @deprecated Use 'data' instead
|
|
54975
54811
|
*
|
|
54976
54812
|
* The data record that populates the row
|
|
54977
54813
|
*/
|
|
@@ -54979,8 +54815,7 @@ class BaseRow {
|
|
|
54979
54815
|
return this.data;
|
|
54980
54816
|
}
|
|
54981
54817
|
/**
|
|
54982
|
-
* @deprecated Use 'key' instead
|
|
54983
|
-
*
|
|
54818
|
+
* @deprecated Use 'key' instead
|
|
54984
54819
|
*/
|
|
54985
54820
|
get rowID() {
|
|
54986
54821
|
return this.key;
|
|
@@ -55149,12 +54984,6 @@ class BaseRow {
|
|
|
55149
54984
|
this.grid.deleteRowById(this.key);
|
|
55150
54985
|
}
|
|
55151
54986
|
}
|
|
55152
|
-
__decorate([
|
|
55153
|
-
DeprecateProperty(`'rowData' property is deprecated. Use 'data' instead.`)
|
|
55154
|
-
], BaseRow.prototype, "rowData", null);
|
|
55155
|
-
__decorate([
|
|
55156
|
-
DeprecateProperty(`'rowID' property is deprecated. Use 'key' instead.`)
|
|
55157
|
-
], BaseRow.prototype, "rowID", null);
|
|
55158
54987
|
class IgxGridRow extends BaseRow {
|
|
55159
54988
|
/**
|
|
55160
54989
|
* @hidden
|
|
@@ -56151,17 +55980,6 @@ class IgxGridCellComponent {
|
|
|
56151
55980
|
get currencyCodeSymbol() {
|
|
56152
55981
|
return getCurrencySymbol(this.currencyCode, 'wide', this.grid.locale);
|
|
56153
55982
|
}
|
|
56154
|
-
/**
|
|
56155
|
-
* @deprecated
|
|
56156
|
-
* Gets whether the cell is selected.
|
|
56157
|
-
* ```typescript
|
|
56158
|
-
* let isCellSelected = thid.cell.isCellSelected();
|
|
56159
|
-
* ```
|
|
56160
|
-
* @memberof IgxGridCellComponent
|
|
56161
|
-
*/
|
|
56162
|
-
isCellSelected() {
|
|
56163
|
-
return this.selectionService.selected(this.selectionNode);
|
|
56164
|
-
}
|
|
56165
55983
|
/**
|
|
56166
55984
|
* @hidden
|
|
56167
55985
|
* @internal
|
|
@@ -56466,9 +56284,6 @@ IgxGridCellComponent.propDecorators = {
|
|
|
56466
56284
|
onClick: [{ type: HostListener, args: ['click', ['$event'],] }],
|
|
56467
56285
|
onContextMenu: [{ type: HostListener, args: ['contextmenu', ['$event'],] }]
|
|
56468
56286
|
};
|
|
56469
|
-
__decorate([
|
|
56470
|
-
DeprecateMethod(`'isCellSelected' is deprecated. Use 'selected' property instead.`)
|
|
56471
|
-
], IgxGridCellComponent.prototype, "isCellSelected", null);
|
|
56472
56287
|
|
|
56473
56288
|
class IgxGridFooterComponent {
|
|
56474
56289
|
}
|
|
@@ -56847,9 +56662,10 @@ class IgxColumnActionsComponent {
|
|
|
56847
56662
|
this._differ = this.differs.find([]).create(this.trackChanges);
|
|
56848
56663
|
}
|
|
56849
56664
|
/**
|
|
56665
|
+
* @deprecated Use grid input instead.
|
|
56666
|
+
*
|
|
56850
56667
|
* Gets the grid columns to provide an action for.
|
|
56851
56668
|
*
|
|
56852
|
-
* @deprecated
|
|
56853
56669
|
* @example
|
|
56854
56670
|
* ```typescript
|
|
56855
56671
|
* let gridColumns = this.columnActions.columns;
|
|
@@ -57089,9 +56905,6 @@ IgxColumnActionsComponent.propDecorators = {
|
|
|
57089
56905
|
checkAllText: [{ type: Input }],
|
|
57090
56906
|
id: [{ type: HostBinding, args: ['attr.id',] }, { type: Input }]
|
|
57091
56907
|
};
|
|
57092
|
-
__decorate([
|
|
57093
|
-
DeprecateProperty(`Deprecated. Use 'grid' input instead.`)
|
|
57094
|
-
], IgxColumnActionsComponent.prototype, "columns", null);
|
|
57095
56908
|
|
|
57096
56909
|
/**
|
|
57097
56910
|
* @hidden
|
|
@@ -61384,7 +61197,8 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
61384
61197
|
return this._dropAreaMessage || this.resourceStrings.igx_grid_groupByArea_message;
|
|
61385
61198
|
}
|
|
61386
61199
|
/**
|
|
61387
|
-
* @deprecated
|
|
61200
|
+
* @deprecated in version 12.1.0. Use `getCellByColumn` or `getCellByKey` instead
|
|
61201
|
+
*
|
|
61388
61202
|
* Returns a `CellType` object that matches the conditions.
|
|
61389
61203
|
*
|
|
61390
61204
|
* @example
|
|
@@ -62146,9 +61960,6 @@ IgxGridComponent.propDecorators = {
|
|
|
62146
61960
|
dropAreaMessage: [{ type: Input }],
|
|
62147
61961
|
showGroupArea: [{ type: Input }]
|
|
62148
61962
|
};
|
|
62149
|
-
__decorate([
|
|
62150
|
-
DeprecateMethod('`getCellByColumnVisibleIndex` is deprecated. Use `getCellByColumn` or `getCellByKey` instead')
|
|
62151
|
-
], IgxGridComponent.prototype, "getCellByColumnVisibleIndex", null);
|
|
62152
61963
|
|
|
62153
61964
|
class IgxGridStateDirective {
|
|
62154
61965
|
/**
|
|
@@ -64951,7 +64762,8 @@ class IgxTreeGridComponent extends IgxGridBaseDirective {
|
|
|
64951
64762
|
return this.gridAPI;
|
|
64952
64763
|
}
|
|
64953
64764
|
/**
|
|
64954
|
-
* @deprecated
|
|
64765
|
+
* @deprecated in version 12.1.0. Use `getCellByColumn` or `getCellByKey` instead
|
|
64766
|
+
*
|
|
64955
64767
|
* Returns a `CellType` object that matches the conditions.
|
|
64956
64768
|
*
|
|
64957
64769
|
* @example
|
|
@@ -65611,9 +65423,6 @@ IgxTreeGridComponent.propDecorators = {
|
|
|
65611
65423
|
expansionDepth: [{ type: Input }],
|
|
65612
65424
|
rowLoadingIndicatorTemplate: [{ type: Input }]
|
|
65613
65425
|
};
|
|
65614
|
-
__decorate([
|
|
65615
|
-
DeprecateMethod('`getCellByColumnVisibleIndex` is deprecated. Use `getCellByColumn` or `getCellByKey` instead')
|
|
65616
|
-
], IgxTreeGridComponent.prototype, "getCellByColumnVisibleIndex", null);
|
|
65617
65426
|
|
|
65618
65427
|
class IgxTreeGridRowComponent extends IgxRowDirective {
|
|
65619
65428
|
/**
|
|
@@ -67814,7 +67623,8 @@ class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirective {
|
|
|
67814
67623
|
return this._defaultExpandState;
|
|
67815
67624
|
}
|
|
67816
67625
|
/**
|
|
67817
|
-
* @deprecated
|
|
67626
|
+
* @deprecated in version 12.1.0. Use `getCellByColumn` or `getCellByKey` instead
|
|
67627
|
+
*
|
|
67818
67628
|
* Returns a `CellType` object that matches the conditions.
|
|
67819
67629
|
*
|
|
67820
67630
|
* @example
|
|
@@ -68459,9 +68269,6 @@ IgxHierarchicalGridComponent.propDecorators = {
|
|
|
68459
68269
|
data: [{ type: Input }],
|
|
68460
68270
|
expandChildren: [{ type: Input }]
|
|
68461
68271
|
};
|
|
68462
|
-
__decorate([
|
|
68463
|
-
DeprecateMethod('`getCellByColumnVisibleIndex` is deprecated. Use `getCellByColumn` or `getCellByKey` instead')
|
|
68464
|
-
], IgxHierarchicalGridComponent.prototype, "getCellByColumnVisibleIndex", null);
|
|
68465
68272
|
|
|
68466
68273
|
class IgxHierarchicalGridCellComponent extends IgxGridCellComponent {
|
|
68467
68274
|
constructor(selectionService, gridAPI, cdr, helement, zone, touchManager, platformUtil) {
|
|
@@ -72898,6 +72705,8 @@ class IgxToastComponent extends IgxNotificationsDirective {
|
|
|
72898
72705
|
};
|
|
72899
72706
|
}
|
|
72900
72707
|
/**
|
|
72708
|
+
* @deprecated in version 12.2.3. We suggest using `positionSettings` property instead
|
|
72709
|
+
*
|
|
72901
72710
|
* Sets/gets the position of the toast.
|
|
72902
72711
|
* If not set, the `position` attribute will have value `IgxToastPosition.Bottom`.
|
|
72903
72712
|
* ```html
|
|
@@ -73041,9 +72850,6 @@ IgxToastComponent.propDecorators = {
|
|
|
73041
72850
|
position: [{ type: Input }],
|
|
73042
72851
|
positionSettings: [{ type: Input }]
|
|
73043
72852
|
};
|
|
73044
|
-
__decorate([
|
|
73045
|
-
DeprecateProperty('`position` is deprecated. We suggest using `positionSettings` property instead.')
|
|
73046
|
-
], IgxToastComponent.prototype, "position", null);
|
|
73047
72853
|
/**
|
|
73048
72854
|
* @hidden
|
|
73049
72855
|
*/
|
|
@@ -76437,5 +76243,5 @@ IgxTreeModule.decorators = [
|
|
|
76437
76243
|
* Generated bundle index. Do not edit.
|
|
76438
76244
|
*/
|
|
76439
76245
|
|
|
76440
|
-
export { AbsolutePosition, AbsoluteScrollStrategy, AutoPositionStrategy, BaseFilteringStrategy, BaseProgressDirective, BlockScrollStrategy, ButtonGroupAlignment, Calendar, CalendarHammerConfig, CalendarSelection, CalendarView, CarouselAnimationType, CarouselHammerConfig, CarouselIndicatorsOrientation, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DataUtil, DatePart, DateRangePickerFormatPipe, DateRangeType, DefaultSortingStrategy, Direction, DisplayDensity, DisplayDensityBase, DisplayDensityToken, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportRecordType, FilterListItem, FilterMode, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, GlobalPositionStrategy, GridBaseAPIService, GridColumnDataType, GridInstanceType, GridPagingMode, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupedRecords, HeaderType, HorizontalAlignment, IGX_CHECKBOX_REQUIRED_VALIDATOR, IGX_INPUT_GROUP_TYPE, IGX_SWITCH_REQUIRED_VALIDATOR, ITreeGridAggregation, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripModule, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarBaseDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollMonthDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCardType, IgxCarouselComponent, IgxCarouselComponentBase, IgxCarouselModule, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxCheckboxRequiredDirective, IgxChipComponent, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnActionsModule, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxComboComponent, IgxComboModule, IgxComboState, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogComponent, IgxDialogModule, IgxDisplayDensityModule, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragLocation, IgxDropDirective, IgxDropDownBaseDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemBaseDirective, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelHeaderComponent, IgxExpansionPanelModule, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridAPIService, IgxGridActionsBaseDirective, IgxGridBaseDirective, IgxGridBodyDirective, IgxGridCell, IgxGridCommonModule, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridForOfDirective, IgxGridHierarchicalPagingPipe, IgxGridHierarchicalPipe, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridStateModule, IgxGridToolbarActionsDirective, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleDirective, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeaderCollapseIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHierarchicalGridAPIService, IgxHierarchicalGridBaseDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHierarchicalTransactionServiceFactory, IgxHintDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerBaseDirective, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorDirective, IgxPaginatorModule, IgxPaginatorTemplateDirective, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPickersCommonModule, IgxPrefixDirective, IgxPrefixModule, IgxPrependDropStrategy, IgxProgressBarModule, IgxProgressType, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowCollapsedIndicatorDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandAPIService, IgxRowIslandComponent, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSorting, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStringFilteringOperand, IgxSuffixDirective, IgxSuffixModule, IgxSummaryOperand, IgxSummaryRow, IgxSwitchComponent, IgxSwitchModule, IgxSwitchRequiredDirective, IgxTabContentComponent, IgxTabContentDirective, IgxTabHeaderComponent, IgxTabHeaderDirective, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabItemDirective, IgxTabsAlignment, IgxTabsComponent, IgxTabsDirective, IgxTabsModule, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToastPosition, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridAPIService, IgxTreeGridComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectMarkerDirective, IgxTreeSelectionType, IgxYearsViewComponent, LabelPosition, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, PagingError, PickerInteractionMode, Point, RadioGroupAlignment, RadioLabelPosition, RelativePosition, RelativePositionStrategy, RowEditPositionStrategy, RowPinningPosition, ScrollMonth, ScrollStrategy, SliderHandle, SortingDirection, SplitterType, SwitchLabelPosition, TickLabelsOrientation, TicksOrientation, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, VerticalAlignment, WEEKDAYS, blink, changei18n, fadeIn, fadeOut, filteringStateDefaults, flipBottom, flipHorBck, flipHorFwd, flipLeft, flipRight, flipTop, flipVerBck, flipVerFwd, getCurrentResourceStrings, getTypeNameForDebugging, growVerIn, growVerOut, heartbeat, hierarchicalTransactionServiceFactory, isDateInRanges, isLeap, monthRange, pulsateBck, pulsateFwd, range, rotateInBl, rotateInBottom, rotateInBr, rotateInCenter, rotateInDiagonal1, rotateInDiagonal2, rotateInHor, rotateInLeft, rotateInRight, rotateInTl, rotateInTop, rotateInTr, rotateInVer, rotateOutBl, rotateOutBottom, rotateOutBr, rotateOutCenter, rotateOutDiagonal1, rotateOutDiagonal2, rotateOutHor, rotateOutLeft, rotateOutRight, rotateOutTl, rotateOutTop, rotateOutTr, rotateOutVer, scaleInBl, scaleInBottom, scaleInBr, scaleInCenter, scaleInHorCenter, scaleInHorLeft, scaleInHorRight, scaleInLeft, scaleInRight, scaleInTl, scaleInTop, scaleInTr, scaleInVerBottom, scaleInVerCenter, scaleInVerTop, scaleOutBl, scaleOutBottom, scaleOutBr, scaleOutCenter, scaleOutHorCenter, scaleOutHorLeft, scaleOutHorRight, scaleOutLeft, scaleOutRight, scaleOutTl, scaleOutTop, scaleOutTr, scaleOutVerBottom, scaleOutVerCenter, scaleOutVerTop, shakeBl, shakeBottom, shakeBr, shakeCenter, shakeHor, shakeLeft, shakeRight, shakeTl, shakeTop, shakeTr, shakeVer, slideInBl, slideInBottom, slideInBr, slideInLeft, slideInRight, slideInTl, slideInTop, slideInTr, slideOutBl, slideOutBottom, slideOutBr, slideOutLeft, slideOutRight, slideOutTl, slideOutTop, slideOutTr, swingInBottomBck, swingInBottomFwd, swingInLeftBck, swingInLeftFwd, swingInRightBck, swingInRightFwd, swingInTopBck, swingInTopFwd, swingOutBottomBck, swingOutBottomFwd, swingOutLeftBck, swingOutLefttFwd, swingOutRightBck, swingOutRightFwd, swingOutTopBck, swingOutTopFwd, toPercent, valueInRange, weekDay, ɵ1, ɵ2, IgxActionStripMenuItemDirective as ɵa, IGX_DROPDOWN_BASE as ɵb, IgxGridActionButtonComponent as ɵba, ToggleAnimationPlayer as ɵbb, IgxExpansionPanelTitleDirective as ɵbc, IgxExpansionPanelDescriptionDirective as ɵbd, IgxExpansionPanelIconDirective as ɵbe, IgxBannerActionsDirective as ɵbf, IgxDaysViewNavigationService as ɵbg, IgxDayItemComponent as ɵbh, IgxMonthViewSlotsCalendar as ɵbi, IgxGetViewDateCalendar as ɵbj, IgxCarouselIndicatorDirective as ɵbk, IgxCarouselNextButtonDirective as ɵbl, IgxCarouselPrevButtonDirective as ɵbm, IgxComboAPIService as ɵbn, IGX_COMBO_COMPONENT as ɵbo, IgxComboDropDownComponent as ɵbq, IgxComboItemComponent as ɵbr, IgxComboHeaderDirective as ɵbs, IgxComboFooterDirective as ɵbt, IgxComboItemDirective as ɵbu, IgxComboEmptyDirective as ɵbv, IgxComboHeaderItemDirective as ɵbw, IgxComboAddItemDirective as ɵbx, IgxComboToggleIconDirective as ɵby, IgxComboClearIconDirective as ɵbz, IgxComboFilteringPipe as ɵca, IgxComboGroupingPipe as ɵcb, IgxComboAddItemComponent as ɵcc, PickerBaseDirective as ɵcd, IgxCalendarContainerComponent as ɵce, IgxCalendarContainerModule as ɵcf, IgxDialogTitleDirective as ɵcg, IgxDialogActionsDirective as ɵch, IgxCellCrudState as ɵci, IgxRowCrudState as ɵcj, IgxRowAddCrudState as ɵck, IgxGridCRUDService as ɵcl, IgxColumnMovingService as ɵcm, IgxExcelStyleCustomDialogComponent as ɵcn, IgxExcelStyleDefaultExpressionComponent as ɵco, IgxExcelStyleDateExpressionComponent as ɵcp, HammerGesturesManager as ɵcq, WatchChanges as ɵcr, WatchColumnChanges as ɵcs, notifyChanges as ɵct, IgxNotificationsDirective as ɵcu, IgxGridColumnResizerComponent as ɵcv, IgxColumnResizerDirective as ɵcw, IgxColumnResizingService as ɵcx, IgxRowSelectorDirective as ɵcy, IgxGroupByRowSelectorDirective as ɵcz, IgxGridSelectionService as ɵd, IgxHeadSelectorDirective as ɵda, IgxRowDragDirective as ɵdb, IgxDragIndicatorIconDirective as ɵdc, IgxRowDragGhostDirective as ɵdd, IgxRowDragModule as ɵde, IgxGridHeaderRowComponent as ɵdf, IgxGridHeaderGroupComponent as ɵdg, IgxGridHeaderComponent as ɵdh, IgxGridFilteringCellComponent as ɵdi, IgxFilteringService as ɵdj, IgxGridFilteringRowComponent as ɵdk, IgxGridGroupByAreaComponent as ɵdl, IgxGroupByAreaDirective as ɵdm, IgxGroupByMetaPipe as ɵdn, IgxTemplateOutletDirective as ɵdo, IgxTemplateOutletModule as ɵdp, IgxRowEditTemplateDirective as ɵdq, IgxRowEditTextDirective as ɵdr, IgxRowAddTextDirective as ɵds, IgxRowEditActionsDirective as ɵdt, IgxRowEditTabStopDirective as ɵdu, IgxSummaryRowComponent as ɵdv, IgxSummaryCellComponent as ɵdw, IgxRowDirective as ɵdx, IgxGridNavigationService as ɵdy, IgxGridSummaryService as ɵdz, ConnectedPositioningStrategy as ɵea, IgxGridGroupByRowComponent as ɵeb, IgxTreeGridSelectionService as ɵec, IgxTreeGridGroupByAreaComponent as ɵed, IgxRowLoadingIndicatorTemplateDirective as ɵee, IgxHierarchicalGridNavigationService as ɵef, IgxChildGridRowComponent as ɵeg, IgxGridCellComponent as ɵeh, IgxGridFooterComponent as ɵei, IgxAdvancedFilteringDialogComponent as ɵej, IgxColumnHidingDirective as ɵek, IgxColumnPinningDirective as ɵel, IgxGridSharedModules as ɵem, IgxProcessBarTextTemplateDirective as ɵen, IgxProgressBarGradientDirective as ɵeo, DIR_DOCUMENT_FACTORY as ɵep, DIR_DOCUMENT as ɵeq, IgxDirectionality as ɵer, IgxSelectItemNavigationDirective as ɵes, IGX_TIME_PICKER_COMPONENT as ɵet, IgxItemListDirective as ɵev, IgxTimeItemDirective as ɵew, IgxTimePickerTemplateDirective as ɵex, IgxTimePickerActionsDirective as ɵey, TimeFormatPipe as ɵez, IGX_EXPANSION_PANEL_COMPONENT as ɵf, TimeItemPipe as ɵfa, IgxGridPipesModule as ɵfb, IgxGridCellStyleClassesPipe as ɵfc, IgxGridCellStylesPipe as ɵfd, IgxGridRowClassesPipe as ɵfe, IgxGridRowStylesPipe as ɵff, IgxGridNotGroupedPipe as ɵfg, IgxGridTopLevelColumns as ɵfh, IgxGridFilterConditionPipe as ɵfi, IgxGridTransactionPipe as ɵfj, IgxGridPaginatorOptionsPipe as ɵfk, IgxHasVisibleColumnsPipe as ɵfl, IgxGridRowPinningPipe as ɵfm, IgxColumnActionEnabledPipe as ɵfn, IgxFilterActionColumnsPipe as ɵfo, IgxSortActionColumnsPipe as ɵfp, IgxGridDataMapperPipe as ɵfq, IgxStringReplacePipe as ɵfr, IgxGridTransactionStatePipe as ɵfs, IgxColumnFormatterPipe as ɵft, IgxSummaryFormatterPipe as ɵfu, IgxGridAddRowPipe as ɵfv, IgxHeaderGroupWidthPipe as ɵfw, IgxHeaderGroupStylePipe as ɵfx, IgxGridColumnModule as ɵfy, IgxGridHeadersModule as ɵfz, IGX_TREE_COMPONENT as ɵg, SortingIndexPipe as ɵga, IgxGridFilteringModule as ɵgb, IgxColumnMovingModule as ɵgc, IgxColumnMovingDropDirective as ɵgd, IgxColumnMovingDragDirective as ɵge, IgxGridResizingModule as ɵgf, IgxResizeHandleDirective as ɵgg, IgxGridExcelStyleFilteringModule as ɵgh, IgxGridSelectionModule as ɵgi, IgxGridDragSelectDirective as ɵgj, IgxGridSummaryModule as ɵgk, IgxSummaryDataPipe as ɵgl, IgxGridToolbarModule as ɵgm, BaseToolbarDirective as ɵgn, BaseToolbarColumnActionsDirective as ɵgo, IgxGridRowComponent as ɵgp, IgxGridSortingPipe as ɵgq, IgxGridGroupingPipe as ɵgr, IgxGridPagingPipe as ɵgs, IgxGridFilteringPipe as ɵgt, IgxGridSummaryPipe as ɵgu, IgxGridDetailsPipe as ɵgv, IgxGridExpandableCellComponent as ɵgw, IgxTreeGridRowComponent as ɵgx, IgxTreeGridCellComponent as ɵgy, IgxTreeGridHierarchizingPipe as ɵgz, IGX_TREE_NODE_COMPONENT as ɵh, IgxTreeGridFlatteningPipe as ɵha, IgxTreeGridSortingPipe as ɵhb, IgxTreeGridPagingPipe as ɵhc, IgxTreeGridTransactionPipe as ɵhd, IgxTreeGridNormalizeRecordsPipe as ɵhe, IgxTreeGridAddRowPipe as ɵhf, IgxTreeGridFilteringPipe as ɵhg, IgxTreeGridSummaryPipe as ɵhh, IgxHierarchicalRowComponent as ɵhi, IgxHierarchicalGridCellComponent as ɵhj, IgxSliderThumbComponent as ɵhk, IgxThumbLabelComponent as ɵhl, IgxTicksComponent as ɵhm, IgxTickLabelsPipe as ɵhn, IgxTabsBase as ɵho, IgxTabHeaderBase as ɵhp, IgxTabContentBase as ɵhq, IgxSplitBarComponent as ɵhr, IgxTreeService as ɵhs, IgxTreeSelectionService as ɵht, IgxTreeNavigationService as ɵhu, PlatformUtil as ɵi, EaseIn as ɵj, EaseOut as ɵk, IgxInputGroupBase as ɵl, IgxSelectionAPIService as ɵm, IgxForOfSyncService as ɵn, IgxForOfScrollSyncService as ɵo, DisplayContainerComponent as ɵp, IgxScrollInertiaDirective as ɵq, IgxScrollInertiaModule as ɵr, VirtualHelperComponent as ɵs, VirtualHelperBaseDirective as ɵt, HVirtualHelperComponent as ɵu, MaskParsingService as ɵv, DeprecateMethod as ɵw, DeprecateProperty as ɵx, isHierarchyMatch as ɵy, getHierarchy as ɵz };
|
|
76246
|
+
export { AbsolutePosition, AbsoluteScrollStrategy, AutoPositionStrategy, BaseFilteringStrategy, BaseProgressDirective, BlockScrollStrategy, ButtonGroupAlignment, Calendar, CalendarHammerConfig, CalendarSelection, CalendarView, CarouselAnimationType, CarouselHammerConfig, CarouselIndicatorsOrientation, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DataUtil, DatePart, DateRangePickerFormatPipe, DateRangeType, DefaultSortingStrategy, Direction, DisplayDensity, DisplayDensityBase, DisplayDensityToken, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportRecordType, FilterListItem, FilterMode, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, GlobalPositionStrategy, GridBaseAPIService, GridColumnDataType, GridInstanceType, GridPagingMode, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupedRecords, HeaderType, HorizontalAlignment, IGX_CHECKBOX_REQUIRED_VALIDATOR, IGX_INPUT_GROUP_TYPE, IGX_SWITCH_REQUIRED_VALIDATOR, ITreeGridAggregation, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripModule, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarBaseDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollMonthDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCardType, IgxCarouselComponent, IgxCarouselComponentBase, IgxCarouselModule, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxCheckboxRequiredDirective, IgxChipComponent, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnActionsModule, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxComboComponent, IgxComboModule, IgxComboState, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogComponent, IgxDialogModule, IgxDisplayDensityModule, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragLocation, IgxDropDirective, IgxDropDownBaseDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemBaseDirective, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelHeaderComponent, IgxExpansionPanelModule, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridAPIService, IgxGridActionsBaseDirective, IgxGridBaseDirective, IgxGridBodyDirective, IgxGridCell, IgxGridCommonModule, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridForOfDirective, IgxGridHierarchicalPagingPipe, IgxGridHierarchicalPipe, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridStateModule, IgxGridToolbarActionsDirective, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleDirective, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeaderCollapseIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHierarchicalGridAPIService, IgxHierarchicalGridBaseDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHierarchicalTransactionServiceFactory, IgxHintDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerBaseDirective, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorDirective, IgxPaginatorModule, IgxPaginatorTemplateDirective, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPickersCommonModule, IgxPrefixDirective, IgxPrefixModule, IgxPrependDropStrategy, IgxProgressBarModule, IgxProgressType, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowCollapsedIndicatorDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandAPIService, IgxRowIslandComponent, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSorting, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStringFilteringOperand, IgxSuffixDirective, IgxSuffixModule, IgxSummaryOperand, IgxSummaryRow, IgxSwitchComponent, IgxSwitchModule, IgxSwitchRequiredDirective, IgxTabContentComponent, IgxTabContentDirective, IgxTabHeaderComponent, IgxTabHeaderDirective, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabItemDirective, IgxTabsAlignment, IgxTabsComponent, IgxTabsDirective, IgxTabsModule, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToastPosition, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridAPIService, IgxTreeGridComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectMarkerDirective, IgxTreeSelectionType, IgxYearsViewComponent, LabelPosition, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, PagingError, PickerInteractionMode, Point, RadioGroupAlignment, RadioLabelPosition, RelativePosition, RelativePositionStrategy, RowEditPositionStrategy, RowPinningPosition, ScrollMonth, ScrollStrategy, SliderHandle, SortingDirection, SplitterType, SwitchLabelPosition, TickLabelsOrientation, TicksOrientation, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, VerticalAlignment, WEEKDAYS, blink, changei18n, fadeIn, fadeOut, filteringStateDefaults, flipBottom, flipHorBck, flipHorFwd, flipLeft, flipRight, flipTop, flipVerBck, flipVerFwd, getCurrentResourceStrings, getTypeNameForDebugging, growVerIn, growVerOut, heartbeat, hierarchicalTransactionServiceFactory, isDateInRanges, isLeap, monthRange, pulsateBck, pulsateFwd, range, rotateInBl, rotateInBottom, rotateInBr, rotateInCenter, rotateInDiagonal1, rotateInDiagonal2, rotateInHor, rotateInLeft, rotateInRight, rotateInTl, rotateInTop, rotateInTr, rotateInVer, rotateOutBl, rotateOutBottom, rotateOutBr, rotateOutCenter, rotateOutDiagonal1, rotateOutDiagonal2, rotateOutHor, rotateOutLeft, rotateOutRight, rotateOutTl, rotateOutTop, rotateOutTr, rotateOutVer, scaleInBl, scaleInBottom, scaleInBr, scaleInCenter, scaleInHorCenter, scaleInHorLeft, scaleInHorRight, scaleInLeft, scaleInRight, scaleInTl, scaleInTop, scaleInTr, scaleInVerBottom, scaleInVerCenter, scaleInVerTop, scaleOutBl, scaleOutBottom, scaleOutBr, scaleOutCenter, scaleOutHorCenter, scaleOutHorLeft, scaleOutHorRight, scaleOutLeft, scaleOutRight, scaleOutTl, scaleOutTop, scaleOutTr, scaleOutVerBottom, scaleOutVerCenter, scaleOutVerTop, shakeBl, shakeBottom, shakeBr, shakeCenter, shakeHor, shakeLeft, shakeRight, shakeTl, shakeTop, shakeTr, shakeVer, slideInBl, slideInBottom, slideInBr, slideInLeft, slideInRight, slideInTl, slideInTop, slideInTr, slideOutBl, slideOutBottom, slideOutBr, slideOutLeft, slideOutRight, slideOutTl, slideOutTop, slideOutTr, swingInBottomBck, swingInBottomFwd, swingInLeftBck, swingInLeftFwd, swingInRightBck, swingInRightFwd, swingInTopBck, swingInTopFwd, swingOutBottomBck, swingOutBottomFwd, swingOutLeftBck, swingOutLefttFwd, swingOutRightBck, swingOutRightFwd, swingOutTopBck, swingOutTopFwd, toPercent, valueInRange, weekDay, ɵ1, ɵ2, IgxActionStripMenuItemDirective as ɵa, IGX_DROPDOWN_BASE as ɵb, IgxExpansionPanelTitleDirective as ɵba, IgxExpansionPanelDescriptionDirective as ɵbb, IgxExpansionPanelIconDirective as ɵbc, IgxBannerActionsDirective as ɵbd, IgxDaysViewNavigationService as ɵbe, IgxDayItemComponent as ɵbf, IgxMonthViewSlotsCalendar as ɵbg, IgxGetViewDateCalendar as ɵbh, IgxCarouselIndicatorDirective as ɵbi, IgxCarouselNextButtonDirective as ɵbj, IgxCarouselPrevButtonDirective as ɵbk, IgxComboAPIService as ɵbl, IGX_COMBO_COMPONENT as ɵbm, IgxComboDropDownComponent as ɵbo, IgxComboItemComponent as ɵbp, IgxComboHeaderDirective as ɵbq, IgxComboFooterDirective as ɵbr, IgxComboItemDirective as ɵbs, IgxComboEmptyDirective as ɵbt, IgxComboHeaderItemDirective as ɵbu, IgxComboAddItemDirective as ɵbv, IgxComboToggleIconDirective as ɵbw, IgxComboClearIconDirective as ɵbx, IgxComboFilteringPipe as ɵby, IgxComboGroupingPipe as ɵbz, IgxComboAddItemComponent as ɵca, PickerBaseDirective as ɵcb, IgxCalendarContainerComponent as ɵcc, IgxCalendarContainerModule as ɵcd, IgxDialogTitleDirective as ɵce, IgxDialogActionsDirective as ɵcf, IgxCellCrudState as ɵcg, IgxRowCrudState as ɵch, IgxRowAddCrudState as ɵci, IgxGridCRUDService as ɵcj, IgxColumnMovingService as ɵck, IgxExcelStyleCustomDialogComponent as ɵcl, IgxExcelStyleDefaultExpressionComponent as ɵcm, IgxExcelStyleDateExpressionComponent as ɵcn, HammerGesturesManager as ɵco, WatchChanges as ɵcp, WatchColumnChanges as ɵcq, notifyChanges as ɵcr, IgxNotificationsDirective as ɵcs, IgxGridColumnResizerComponent as ɵct, IgxColumnResizerDirective as ɵcu, IgxColumnResizingService as ɵcv, IgxRowSelectorDirective as ɵcw, IgxGroupByRowSelectorDirective as ɵcx, IgxHeadSelectorDirective as ɵcy, IgxRowDragDirective as ɵcz, IgxGridSelectionService as ɵd, IgxDragIndicatorIconDirective as ɵda, IgxRowDragGhostDirective as ɵdb, IgxRowDragModule as ɵdc, IgxGridHeaderRowComponent as ɵdd, IgxGridHeaderGroupComponent as ɵde, IgxGridHeaderComponent as ɵdf, IgxGridFilteringCellComponent as ɵdg, IgxFilteringService as ɵdh, IgxGridFilteringRowComponent as ɵdi, IgxGridGroupByAreaComponent as ɵdj, IgxGroupByAreaDirective as ɵdk, IgxGroupByMetaPipe as ɵdl, IgxTemplateOutletDirective as ɵdm, IgxTemplateOutletModule as ɵdn, IgxRowEditTemplateDirective as ɵdo, IgxRowEditTextDirective as ɵdp, IgxRowAddTextDirective as ɵdq, IgxRowEditActionsDirective as ɵdr, IgxRowEditTabStopDirective as ɵds, IgxSummaryRowComponent as ɵdt, IgxSummaryCellComponent as ɵdu, IgxRowDirective as ɵdv, IgxGridNavigationService as ɵdw, IgxGridSummaryService as ɵdx, ConnectedPositioningStrategy as ɵdy, IgxGridGroupByRowComponent as ɵdz, IgxTreeGridSelectionService as ɵea, IgxTreeGridGroupByAreaComponent as ɵeb, IgxRowLoadingIndicatorTemplateDirective as ɵec, IgxHierarchicalGridNavigationService as ɵed, IgxChildGridRowComponent as ɵee, IgxGridCellComponent as ɵef, IgxGridFooterComponent as ɵeg, IgxAdvancedFilteringDialogComponent as ɵeh, IgxColumnHidingDirective as ɵei, IgxColumnPinningDirective as ɵej, IgxGridSharedModules as ɵek, IgxProcessBarTextTemplateDirective as ɵel, IgxProgressBarGradientDirective as ɵem, DIR_DOCUMENT_FACTORY as ɵen, DIR_DOCUMENT as ɵeo, IgxDirectionality as ɵep, IgxSelectItemNavigationDirective as ɵeq, IGX_TIME_PICKER_COMPONENT as ɵer, IgxItemListDirective as ɵet, IgxTimeItemDirective as ɵeu, IgxTimePickerTemplateDirective as ɵev, IgxTimePickerActionsDirective as ɵew, TimeFormatPipe as ɵex, TimeItemPipe as ɵey, IgxGridPipesModule as ɵez, IGX_EXPANSION_PANEL_COMPONENT as ɵf, IgxGridCellStyleClassesPipe as ɵfa, IgxGridCellStylesPipe as ɵfb, IgxGridRowClassesPipe as ɵfc, IgxGridRowStylesPipe as ɵfd, IgxGridNotGroupedPipe as ɵfe, IgxGridTopLevelColumns as ɵff, IgxGridFilterConditionPipe as ɵfg, IgxGridTransactionPipe as ɵfh, IgxGridPaginatorOptionsPipe as ɵfi, IgxHasVisibleColumnsPipe as ɵfj, IgxGridRowPinningPipe as ɵfk, IgxColumnActionEnabledPipe as ɵfl, IgxFilterActionColumnsPipe as ɵfm, IgxSortActionColumnsPipe as ɵfn, IgxGridDataMapperPipe as ɵfo, IgxStringReplacePipe as ɵfp, IgxGridTransactionStatePipe as ɵfq, IgxColumnFormatterPipe as ɵfr, IgxSummaryFormatterPipe as ɵfs, IgxGridAddRowPipe as ɵft, IgxHeaderGroupWidthPipe as ɵfu, IgxHeaderGroupStylePipe as ɵfv, IgxGridColumnModule as ɵfw, IgxGridHeadersModule as ɵfx, SortingIndexPipe as ɵfy, IgxGridFilteringModule as ɵfz, IGX_TREE_COMPONENT as ɵg, IgxColumnMovingModule as ɵga, IgxColumnMovingDropDirective as ɵgb, IgxColumnMovingDragDirective as ɵgc, IgxGridResizingModule as ɵgd, IgxResizeHandleDirective as ɵge, IgxGridExcelStyleFilteringModule as ɵgf, IgxGridSelectionModule as ɵgg, IgxGridDragSelectDirective as ɵgh, IgxGridSummaryModule as ɵgi, IgxSummaryDataPipe as ɵgj, IgxGridToolbarModule as ɵgk, BaseToolbarDirective as ɵgl, BaseToolbarColumnActionsDirective as ɵgm, IgxGridRowComponent as ɵgn, IgxGridSortingPipe as ɵgo, IgxGridGroupingPipe as ɵgp, IgxGridPagingPipe as ɵgq, IgxGridFilteringPipe as ɵgr, IgxGridSummaryPipe as ɵgs, IgxGridDetailsPipe as ɵgt, IgxGridExpandableCellComponent as ɵgu, IgxTreeGridRowComponent as ɵgv, IgxTreeGridCellComponent as ɵgw, IgxTreeGridHierarchizingPipe as ɵgx, IgxTreeGridFlatteningPipe as ɵgy, IgxTreeGridSortingPipe as ɵgz, IGX_TREE_NODE_COMPONENT as ɵh, IgxTreeGridPagingPipe as ɵha, IgxTreeGridTransactionPipe as ɵhb, IgxTreeGridNormalizeRecordsPipe as ɵhc, IgxTreeGridAddRowPipe as ɵhd, IgxTreeGridFilteringPipe as ɵhe, IgxTreeGridSummaryPipe as ɵhf, IgxHierarchicalRowComponent as ɵhg, IgxHierarchicalGridCellComponent as ɵhh, IgxSliderThumbComponent as ɵhi, IgxThumbLabelComponent as ɵhj, IgxTicksComponent as ɵhk, IgxTickLabelsPipe as ɵhl, IgxTabsBase as ɵhm, IgxTabHeaderBase as ɵhn, IgxTabContentBase as ɵho, IgxSplitBarComponent as ɵhp, IgxTreeService as ɵhq, IgxTreeSelectionService as ɵhr, IgxTreeNavigationService as ɵhs, PlatformUtil as ɵi, EaseIn as ɵj, EaseOut as ɵk, IgxInputGroupBase as ɵl, IgxSelectionAPIService as ɵm, IgxForOfSyncService as ɵn, IgxForOfScrollSyncService as ɵo, DisplayContainerComponent as ɵp, IgxScrollInertiaDirective as ɵq, IgxScrollInertiaModule as ɵr, VirtualHelperComponent as ɵs, VirtualHelperBaseDirective as ɵt, HVirtualHelperComponent as ɵu, MaskParsingService as ɵv, isHierarchyMatch as ɵw, getHierarchy as ɵx, IgxGridActionButtonComponent as ɵy, ToggleAnimationPlayer as ɵz };
|
|
76441
76247
|
//# sourceMappingURL=igniteui-angular.js.map
|