igniteui-angular 22.0.0-beta.4 → 22.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/igniteui-angular-accordion.mjs +1 -1
- package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs +2 -2
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-card.mjs +6 -6
- package/fesm2022/igniteui-angular-card.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +6 -6
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +34 -34
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +6 -6
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +12 -12
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
- package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +29 -26
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +60 -89
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +23 -69
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +10 -20
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-icon.mjs +4 -4
- package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +18 -18
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +5 -5
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-navbar.mjs +5 -5
- package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +2 -2
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
- package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-radio.mjs +5 -5
- package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
- package/fesm2022/igniteui-angular-select.mjs +217 -209
- package/fesm2022/igniteui-angular-select.mjs.map +1 -1
- package/fesm2022/igniteui-angular-slider.mjs +17 -17
- package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs +2 -2
- package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
- package/fesm2022/igniteui-angular-stepper.mjs +2 -2
- package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +1 -1
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/input-group/README.md +1 -1
- package/migrations/migration-collection.json +5 -0
- package/migrations/update-22_0_0/index.d.ts +3 -0
- package/migrations/update-22_0_0/index.js +86 -0
- package/migrations/update-22_0_0/index.spec.d.ts +1 -0
- package/migrations/update-22_0_0/index.spec.js +116 -0
- package/package.json +2 -2
- package/types/igniteui-angular-accordion.d.ts +3 -3
- package/types/igniteui-angular-action-strip.d.ts +2 -2
- package/types/igniteui-angular-button-group.d.ts +1 -1
- package/types/igniteui-angular-calendar.d.ts +1 -1
- package/types/igniteui-angular-card.d.ts +6 -6
- package/types/igniteui-angular-carousel.d.ts +6 -6
- package/types/igniteui-angular-chips.d.ts +38 -38
- package/types/igniteui-angular-core.d.ts +9 -9
- package/types/igniteui-angular-date-picker.d.ts +4 -4
- package/types/igniteui-angular-directives.d.ts +15 -15
- package/types/igniteui-angular-drop-down.d.ts +6 -6
- package/types/igniteui-angular-grids-core.d.ts +34 -37
- package/types/igniteui-angular-grids-grid.d.ts +55 -64
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +15 -23
- package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
- package/types/igniteui-angular-icon.d.ts +4 -4
- package/types/igniteui-angular-input-group.d.ts +17 -17
- package/types/igniteui-angular-list.d.ts +7 -7
- package/types/igniteui-angular-navbar.d.ts +7 -7
- package/types/igniteui-angular-paginator.d.ts +2 -2
- package/types/igniteui-angular-progressbar.d.ts +7 -7
- package/types/igniteui-angular-query-builder.d.ts +3 -3
- package/types/igniteui-angular-radio.d.ts +5 -5
- package/types/igniteui-angular-select.d.ts +91 -7
- package/types/igniteui-angular-slider.d.ts +17 -17
- package/types/igniteui-angular-snackbar.d.ts +1 -1
- package/types/igniteui-angular-splitter.d.ts +3 -3
- package/types/igniteui-angular-stepper.d.ts +2 -2
- package/types/igniteui-angular-time-picker.d.ts +1 -1
- package/types/igniteui-angular-tree.d.ts +2 -2
|
@@ -98,7 +98,7 @@ const GridPagingMode = {
|
|
|
98
98
|
|
|
99
99
|
let NEXT_ID$1 = 0;
|
|
100
100
|
/**
|
|
101
|
-
* Providing reference to
|
|
101
|
+
* Providing reference to column actions:
|
|
102
102
|
* ```typescript
|
|
103
103
|
* @ViewChild('columnActions', { read: IgxColumnActionsComponent })
|
|
104
104
|
* public columnActions: IgxColumnActionsComponent;
|
|
@@ -275,7 +275,7 @@ class IgxColumnActionsComponent {
|
|
|
275
275
|
* Gets the text of the button that unchecks all columns.
|
|
276
276
|
*
|
|
277
277
|
* @remarks
|
|
278
|
-
* If unset it is obtained from the
|
|
278
|
+
* If unset it is obtained from the column actions based derived directive applied.
|
|
279
279
|
* @example
|
|
280
280
|
* ```typescript
|
|
281
281
|
* let uncheckAllText = this.columnActions.uncheckAllText;
|
|
@@ -299,7 +299,7 @@ class IgxColumnActionsComponent {
|
|
|
299
299
|
* Gets the text of the button that checks all columns.
|
|
300
300
|
*
|
|
301
301
|
* @remarks
|
|
302
|
-
* If unset it is obtained from the
|
|
302
|
+
* If unset it is obtained from the column actions based derived directive applied.
|
|
303
303
|
* @example
|
|
304
304
|
* ```typescript
|
|
305
305
|
* let uncheckAllText = this.columnActions.uncheckAllText;
|
|
@@ -312,7 +312,7 @@ class IgxColumnActionsComponent {
|
|
|
312
312
|
* Sets the text of the button that checks all columns.
|
|
313
313
|
*
|
|
314
314
|
* @remarks
|
|
315
|
-
* If unset it is obtained from the
|
|
315
|
+
* If unset it is obtained from the column actions based derived directive applied.
|
|
316
316
|
* @example
|
|
317
317
|
* ```html
|
|
318
318
|
* <igx-column-actions [checkAllText]="'Hide All'"></igx-column-actions>
|
|
@@ -913,7 +913,7 @@ class IgxSummaryOperand {
|
|
|
913
913
|
return data.length;
|
|
914
914
|
}
|
|
915
915
|
/**
|
|
916
|
-
* Executes the static `count` method and returns
|
|
916
|
+
* Executes the static `count` method and returns summary result[]`.
|
|
917
917
|
* ```typescript
|
|
918
918
|
* interface IgxSummaryResult {
|
|
919
919
|
* key: string;
|
|
@@ -1003,7 +1003,7 @@ class IgxNumberSummaryOperand extends IgxSummaryOperand {
|
|
|
1003
1003
|
return data.length && data.filter(clear).length ? this.sum(data) / this.count(data) : 0;
|
|
1004
1004
|
}
|
|
1005
1005
|
/**
|
|
1006
|
-
* Executes the static methods and returns
|
|
1006
|
+
* Executes the static methods and returns summary result[]`.
|
|
1007
1007
|
* ```typescript
|
|
1008
1008
|
* interface IgxSummaryResult {
|
|
1009
1009
|
* key: string;
|
|
@@ -1096,7 +1096,7 @@ class IgxDateSummaryOperand extends IgxSummaryOperand {
|
|
|
1096
1096
|
last(data.filter(clear).sort((a, b) => new Date(b).valueOf() - new Date(a).valueOf())) : undefined;
|
|
1097
1097
|
}
|
|
1098
1098
|
/**
|
|
1099
|
-
* Executes the static methods and returns
|
|
1099
|
+
* Executes the static methods and returns summary result[]`.
|
|
1100
1100
|
* ```typescript
|
|
1101
1101
|
* interface IgxSummaryResult {
|
|
1102
1102
|
* key: string;
|
|
@@ -4396,7 +4396,7 @@ const DEFAULT_DIGITS_INFO = '1.0-3';
|
|
|
4396
4396
|
* filtering & editing are enabled at the column level. You can also provide a template containing custom content inside
|
|
4397
4397
|
* the column using `ng-template` which will be used for all cells within the column.
|
|
4398
4398
|
*
|
|
4399
|
-
* @igxParent IgxGridComponent,
|
|
4399
|
+
* @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxPivotGridComponent, IgxRowIslandComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent,
|
|
4400
4400
|
*/
|
|
4401
4401
|
class IgxColumnComponent {
|
|
4402
4402
|
constructor() {
|
|
@@ -6885,7 +6885,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
6885
6885
|
/**
|
|
6886
6886
|
* **Ignite UI for Angular Column Group**
|
|
6887
6887
|
*
|
|
6888
|
-
* @igxParent IgxGridComponent,
|
|
6888
|
+
* @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent
|
|
6889
6889
|
*/
|
|
6890
6890
|
class IgxColumnGroupComponent extends IgxColumnComponent {
|
|
6891
6891
|
constructor() {
|
|
@@ -9039,7 +9039,7 @@ class IgxExcelStyleSearchComponent {
|
|
|
9039
9039
|
searchVal = new Set(selectedItems.map(e => e.value.toLocaleTimeString()));
|
|
9040
9040
|
break;
|
|
9041
9041
|
case GridColumnDataType.String:
|
|
9042
|
-
if (this.esf.column.filteringIgnoreCase && !this.isHierarchical()) {
|
|
9042
|
+
if (this.esf.column.filteringIgnoreCase && !this.isHierarchical() && !this.isRemote()) {
|
|
9043
9043
|
const selectedValues = new Set(selectedItems.map(item => item.value.toLowerCase()));
|
|
9044
9044
|
searchVal = new Set();
|
|
9045
9045
|
this.esf.grid.data.forEach(item => {
|
|
@@ -9301,6 +9301,9 @@ class IgxExcelStyleSearchComponent {
|
|
|
9301
9301
|
const subRequired = indexOutOfChunk || scrollNeeded;
|
|
9302
9302
|
return subRequired;
|
|
9303
9303
|
}
|
|
9304
|
+
isRemote() {
|
|
9305
|
+
return this.esf.grid.verticalScrollContainer.isRemote || this.esf.grid.pagingMode === GridPagingMode.Remote;
|
|
9306
|
+
}
|
|
9304
9307
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IgxExcelStyleSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9305
9308
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.0", type: IgxExcelStyleSearchComponent, isStandalone: true, selector: "igx-excel-style-search", inputs: { id: "id" }, host: { properties: { "class.igx-excel-filter__menu-main": "this.defaultClass", "attr.id": "this.id" } }, viewQueries: [{ propertyName: "searchInput", first: true, predicate: ["input"], descendants: true, read: IgxInputDirective, static: true }, { propertyName: "cancelButton", first: true, predicate: ["cancelButton"], descendants: true, read: IgxButtonDirective, static: true }, { propertyName: "list", first: true, predicate: ["list"], descendants: true, read: IgxListComponent }, { propertyName: "selectAllCheckbox", first: true, predicate: ["selectAllCheckbox"], descendants: true, read: IgxCheckboxComponent }, { propertyName: "addToCurrentFilterCheckbox", first: true, predicate: ["addToCurrentFilterCheckbox"], descendants: true, read: IgxCheckboxComponent }, { propertyName: "tree", first: true, predicate: ["tree"], descendants: true, read: IgxTreeComponent }, { propertyName: "virtDir", first: true, predicate: IgxForOfDirective, descendants: true }, { propertyName: "defaultExcelStyleLoadingValuesTemplate", first: true, predicate: ["defaultExcelStyleLoadingValuesTemplate"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<igx-input-group type=\"box\">\n <igx-icon igxPrefix family=\"default\" name=\"search\"></igx-icon>\n <input\n #input\n igxInput\n tabindex=\"0\"\n [(ngModel)]=\"searchValue\"\n (ngModelChange)=\"filterListData()\"\n (keydown)=\"onInputKeyDown($event)\"\n [placeholder]=\"\n esf.column?.grid.resourceStrings.igx_grid_excel_search_placeholder\n \"\n autocomplete=\"off\"\n />\n @if (searchValue || searchValue === 0) {\n <igx-suffix>\n <igx-icon\n family=\"default\"\n name=\"input_clear\"\n (click)=\"clearInput()\"\n tabindex=\"0\"\n >\n </igx-icon>\n </igx-suffix>\n }\n</igx-input-group>\n\n@if (!isHierarchical()) {\n <igx-list\n #list\n role=\"listbox\"\n [isLoading]=\"isLoading\"\n (keydown)=\"handleKeyDown($event)\"\n tabindex=\"0\"\n [attr.aria-activedescendant]=\"this.activeDescendant\"\n (focus)=\"onFocus()\"\n (focusout)=\"onFocusOut()\"\n >\n <div style=\"overflow: hidden; position: relative\">\n <igx-list-item\n [class.igx-list__item-base--active]=\"\n focusedItem?.id === this.getItemId(i)\n \"\n [attr.id]=\"getItemId(i)\"\n role=\"option\"\n *igxFor=\"\n let item of displayedListData;\n index as i;\n scrollOrientation: 'vertical';\n containerSize: containerSize;\n itemSize: itemSize\n \"\n >\n <igx-checkbox\n [value]=\"item\"\n [tabindex]=\"-1\"\n [checked]=\"$safeNavigationMigration(item?.isSelected)\"\n [disableRipple]=\"true\"\n [indeterminate]=\"$safeNavigationMigration(item?.indeterminate)\"\n [disableTransitions]=\"true\"\n (change)=\"onCheckboxChange($event)\"\n >\n {{ item.label }}\n </igx-checkbox>\n </igx-list-item>\n </div>\n <ng-template igxDataLoading>\n <div class=\"igx-excel-filter__loading\">\n <ng-container *ngTemplateOutlet=\"valuesLoadingTemplate\"> </ng-container>\n </div>\n </ng-template>\n <ng-template igxEmptyList>\n <ng-container *ngTemplateOutlet=\"emptySearch\"></ng-container>\n </ng-template>\n <div\n class=\"igx-excel-filter__filter-results\"\n aria-live=\"polite\"\n aria-atomic=\"true\"\n >\n {{\n esf.grid?.resourceStrings.igx_grid_excel_matches_count.replace(\n '{0}',\n matchesCount\n )\n }}\n </div>\n </igx-list>\n}\n\n@if (isHierarchical()) {\n <div class=\"igx-excel-filter__tree\">\n @if (!isTreeEmpty()) {\n <div class=\"igx-excel-filter__tree-alike\">\n <div class=\"igx-excel-filter__tree-alike-item\">\n <igx-checkbox\n #selectAllCheckbox\n [value]=\"selectAllItem\"\n [checked]=\"$safeNavigationMigration(selectAllItem?.isSelected)\"\n [disableRipple]=\"true\"\n [indeterminate]=\"\n $safeNavigationMigration(selectAllItem?.indeterminate)\n \"\n [disableTransitions]=\"true\"\n (change)=\"onSelectAllCheckboxChange($event)\"\n >\n {{ selectAllItem.label }}\n </igx-checkbox>\n </div>\n @if (searchValue) {\n <div class=\"igx-excel-filter__tree-alike-item\">\n <igx-checkbox\n #addToCurrentFilterCheckbox\n [value]=\"addToCurrentFilterItem\"\n [checked]=\"addToCurrentFilterItem.isSelected\"\n [disableRipple]=\"true\"\n [disableTransitions]=\"true\"\n >\n {{ addToCurrentFilterItem.label }}\n </igx-checkbox>\n </div>\n }\n </div>\n }\n <igx-tree\n #tree\n selection=\"Cascading\"\n (nodeSelection)=\"onNodeSelectionChange($event)\"\n >\n @for (item of displayedListData; track item.value) {\n <igx-tree-node [data]=\"item\" [selected]=\"item.isSelected\">\n <div>{{ item.label }}</div>\n @for (childLevel1 of item.children; track childLevel1.value) {\n <igx-tree-node\n [data]=\"childLevel1\"\n [selected]=\"childLevel1.isSelected\"\n >\n <div>{{ childLevel1.label }}</div>\n @for (\n childLevel2 of childLevel1.children;\n track childLevel2.value\n ) {\n <igx-tree-node\n [data]=\"childLevel2\"\n [selected]=\"childLevel2.isSelected\"\n >\n <div>{{ childLevel2.label }}</div>\n @for (\n childLevel3 of childLevel2.children;\n track childLevel3.value\n ) {\n <igx-tree-node\n [data]=\"childLevel3\"\n [selected]=\"childLevel3.isSelected\"\n >\n <div>{{ childLevel3.label }}</div>\n @for (\n childLevel4 of childLevel3.children;\n track childLevel4.value\n ) {\n <igx-tree-node\n [data]=\"childLevel4\"\n [selected]=\"childLevel4.isSelected\"\n >\n <div>{{ childLevel4.label }}</div>\n @for (\n childLevel5 of childLevel4.children;\n track childLevel5.value\n ) {\n <igx-tree-node\n [data]=\"childLevel5\"\n [selected]=\"childLevel5.isSelected\"\n >\n <div>{{ childLevel5.label }}</div>\n @for (\n childLevel6 of childLevel5.children;\n track childLevel6.value\n ) {\n <igx-tree-node\n [data]=\"childLevel6\"\n [selected]=\"childLevel6.isSelected\"\n >\n <div>{{ childLevel6.label }}</div>\n @for (\n childLevel7 of childLevel6.children;\n track childLevel7.value\n ) {\n <igx-tree-node\n [data]=\"childLevel7\"\n [selected]=\"childLevel7.isSelected\"\n >\n <div>{{ childLevel7.label }}</div>\n @for (\n childLevel8 of childLevel7.children;\n track childLevel8.value\n ) {\n <igx-tree-node\n [data]=\"childLevel8\"\n [selected]=\"childLevel8.isSelected\"\n >\n <div>{{ childLevel8.label }}</div>\n @for (\n childLevel9 of childLevel8.children;\n track childLevel9.value\n ) {\n <igx-tree-node\n [data]=\"childLevel9\"\n [selected]=\"\n childLevel9.isSelected\n \"\n >\n <div>{{ childLevel9.label }}</div>\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree-node>\n }\n </igx-tree>\n <ng-template igxDataLoading>\n <div class=\"igx-excel-filter__loading\">\n <ng-container *ngTemplateOutlet=\"valuesLoadingTemplate\"> </ng-container>\n </div>\n </ng-template>\n @if (isTreeEmpty()) {\n <ng-container *ngTemplateOutlet=\"emptySearch\"></ng-container>\n }\n </div>\n}\n\n<ng-template #emptySearch>\n <div class=\"igx-excel-filter__empty\">\n {{ esf.grid?.resourceStrings.igx_grid_excel_no_matches }}\n </div>\n</ng-template>\n\n<ng-template #defaultExcelStyleLoadingValuesTemplate>\n <igx-circular-bar [indeterminate]=\"true\"> </igx-circular-bar>\n</ng-template>\n\n<footer class=\"igx-excel-filter__menu-footer\">\n <div class=\"igx-excel-filter__cancel\">\n <button type=\"button\" #cancelButton igxButton=\"flat\" (click)=\"esf.cancel()\">\n {{ esf.grid?.resourceStrings.igx_grid_excel_cancel }}\n </button>\n </div>\n <div class=\"igx-excel-filter__apply\">\n <button\n type=\"button\"\n igxButton=\"contained\"\n [disabled]=\"applyButtonDisabled\"\n (click)=\"applyFilter()\"\n >\n {{ esf.grid?.resourceStrings.igx_grid_excel_apply }}\n </button>\n </div>\n</footer>\n", dependencies: [{ kind: "component", type: IgxInputGroupComponent, selector: "igx-input-group", inputs: ["resourceStrings", "suppressInputAutofocus", "type", "theme"] }, { kind: "component", type: IgxIconComponent, selector: "igx-icon", inputs: ["ariaHidden", "family", "name", "active"] }, { kind: "directive", type: IgxPrefixDirective, selector: "[igxPrefix],[igxStart],igx-prefix" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: IgxInputDirective, selector: "[igxInput]", inputs: ["value", "disabled", "required"], exportAs: ["igxInput"] }, { kind: "directive", type: IgxSuffixDirective, selector: "[igxSuffix],[igxEnd],igx-suffix" }, { kind: "component", type: IgxListComponent, selector: "igx-list", inputs: ["panEndTriggeringThreshold", "id", "allowLeftPanning", "allowRightPanning", "isLoading", "resourceStrings", "role"], outputs: ["leftPan", "rightPan", "startPan", "endPan", "resetPan", "panStateChange", "itemClicked"] }, { kind: "directive", type: IgxForOfDirective, selector: "[igxFor][igxForOf]", inputs: ["igxForOf", "igxForSizePropName", "igxForScrollOrientation", "igxForScrollContainer", "igxForContainerSize", "igxForInitialChunkSize", "igxForItemSize", "igxForTotalItemCount", "igxForTrackBy"], outputs: ["chunkLoad", "scrollbarVisibilityChanged", "chunkSizeChange", "contentSizeChange", "dataChanged", "beforeViewDestroyed", "chunkPreload"] }, { kind: "component", type: IgxListItemComponent, selector: "igx-list-item", inputs: ["isHeader", "hidden", "index", "role", "selected"] }, { kind: "component", type: IgxCheckboxComponent, selector: "igx-checkbox", inputs: ["indeterminate", "checked", "disabled", "invalid", "readonly", "disableTransitions"] }, { kind: "directive", type: IgxDataLoadingTemplateDirective, selector: "[igxDataLoading]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: IgxEmptyListTemplateDirective, selector: "[igxEmptyList]" }, { kind: "component", type: IgxTreeComponent, selector: "igx-tree", inputs: ["selection", "singleBranchExpand", "toggleNodeOnClick", "animationSettings"], outputs: ["nodeSelection", "nodeExpanding", "nodeExpanded", "nodeCollapsing", "nodeCollapsed", "activeNodeChanged"] }, { kind: "component", type: IgxTreeNodeComponent, selector: "igx-tree-node", inputs: ["data", "loading", "resourceStrings", "active", "disabled", "selected", "expanded"], outputs: ["selectedChange", "expandedChange"] }, { kind: "component", type: IgxCircularProgressBarComponent, selector: "igx-circular-bar", inputs: ["id", "textVisibility", "type"] }, { kind: "directive", type: IgxButtonDirective, selector: "[igxButton]", inputs: ["selected", "igxButton", "igxLabel"], outputs: ["buttonSelected"] }], changeDetection: i0.ChangeDetectionStrategy.Eager }); }
|
|
9306
9309
|
}
|
|
@@ -11912,7 +11915,7 @@ class IgxFilteringService {
|
|
|
11912
11915
|
grid.filteringExpressionsTree = filteringState;
|
|
11913
11916
|
}
|
|
11914
11917
|
/**
|
|
11915
|
-
* Filters all the
|
|
11918
|
+
* Filters all the column in the grid with the same condition.
|
|
11916
11919
|
* @deprecated in version 19.0.0.
|
|
11917
11920
|
*/
|
|
11918
11921
|
filterGlobal(value, condition, ignoreCase) {
|
|
@@ -13881,7 +13884,7 @@ class BaseRow {
|
|
|
13881
13884
|
return this.grid.gridAPI.row_deleted_transaction(this.key);
|
|
13882
13885
|
}
|
|
13883
13886
|
/**
|
|
13884
|
-
* Returns if the row has child rows. Always return false for
|
|
13887
|
+
* Returns if the row has child rows. Always return false for grid row.
|
|
13885
13888
|
*/
|
|
13886
13889
|
get hasChildren() {
|
|
13887
13890
|
return false;
|
|
@@ -14093,7 +14096,7 @@ class IgxTreeGridRow extends BaseRow {
|
|
|
14093
14096
|
return row;
|
|
14094
14097
|
}
|
|
14095
14098
|
/**
|
|
14096
|
-
* Returns true if child rows exist. Always return false for
|
|
14099
|
+
* Returns true if child rows exist. Always return false for grid row.
|
|
14097
14100
|
*/
|
|
14098
14101
|
get hasChildren() {
|
|
14099
14102
|
if (this.treeRow.children) {
|
|
@@ -16076,7 +16079,7 @@ class IgxGridStateBaseDirective {
|
|
|
16076
16079
|
}
|
|
16077
16080
|
/**
|
|
16078
16081
|
* This method restores complex objects in the pivot dimensions
|
|
16079
|
-
* Like the
|
|
16082
|
+
* Like the pivot date dimension and filters.
|
|
16080
16083
|
*/
|
|
16081
16084
|
restoreDimensions(config) {
|
|
16082
16085
|
const collections = [config.rows, config.columns, config.filters];
|
|
@@ -16094,7 +16097,7 @@ class IgxGridStateBaseDirective {
|
|
|
16094
16097
|
}
|
|
16095
16098
|
}
|
|
16096
16099
|
/**
|
|
16097
|
-
* This method restores the
|
|
16100
|
+
* This method restores the pivot date dimension with its default functions and resource strings.
|
|
16098
16101
|
*/
|
|
16099
16102
|
restoreDateDimension(dim) {
|
|
16100
16103
|
const dateDim = new IgxPivotDateDimension(dim._baseDimension, dim._options);
|
|
@@ -16110,7 +16113,7 @@ class IgxGridStateBaseDirective {
|
|
|
16110
16113
|
}
|
|
16111
16114
|
}
|
|
16112
16115
|
/**
|
|
16113
|
-
* Returns if this is a
|
|
16116
|
+
* Returns if this is a pivot date dimension.
|
|
16114
16117
|
*/
|
|
16115
16118
|
isDateDimension(dim) {
|
|
16116
16119
|
return dim._baseDimension;
|
|
@@ -16483,7 +16486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
16483
16486
|
* Provides a context-aware container component for UI operations for the grid components.
|
|
16484
16487
|
*
|
|
16485
16488
|
* @igxModule IgxGridToolbarModule
|
|
16486
|
-
* @igxParent IgxGridComponent,
|
|
16489
|
+
* @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxPivotGridComponent,
|
|
16487
16490
|
*
|
|
16488
16491
|
*/
|
|
16489
16492
|
class IgxGridToolbarComponent {
|
|
@@ -16761,7 +16764,7 @@ class IgxExporterOptionsBase {
|
|
|
16761
16764
|
*/
|
|
16762
16765
|
this.ignoreFiltering = false;
|
|
16763
16766
|
/**
|
|
16764
|
-
* Specifies if the exporter should ignore the current column order in the
|
|
16767
|
+
* Specifies if the exporter should ignore the current column order in the grid.
|
|
16765
16768
|
* ```typescript
|
|
16766
16769
|
* let ignoreColumnsOrder = this.exportOptions.ignoreColumnsOrder;
|
|
16767
16770
|
* this.exportOptions.ignoreColumnsOrder = true;
|
|
@@ -16771,7 +16774,7 @@ class IgxExporterOptionsBase {
|
|
|
16771
16774
|
*/
|
|
16772
16775
|
this.ignoreColumnsOrder = false;
|
|
16773
16776
|
/**
|
|
16774
|
-
* Specifies whether the exported data should be sorted as in the provided
|
|
16777
|
+
* Specifies whether the exported data should be sorted as in the provided grid.
|
|
16775
16778
|
* When you export grouped data, setting ignoreSorting to true will cause
|
|
16776
16779
|
* the grouping to fail because it relies on the sorting of the records.
|
|
16777
16780
|
* ```typescript
|
|
@@ -16783,7 +16786,7 @@ class IgxExporterOptionsBase {
|
|
|
16783
16786
|
*/
|
|
16784
16787
|
this.ignoreSorting = false;
|
|
16785
16788
|
/**
|
|
16786
|
-
* Specifies whether the exported data should be grouped as in the provided
|
|
16789
|
+
* Specifies whether the exported data should be grouped as in the provided grid.
|
|
16787
16790
|
* ```typescript
|
|
16788
16791
|
* let ignoreGrouping = this.exportOptions.ignoreGrouping;
|
|
16789
16792
|
* this.exportOptions.ignoreGrouping = true;
|
|
@@ -16793,7 +16796,7 @@ class IgxExporterOptionsBase {
|
|
|
16793
16796
|
*/
|
|
16794
16797
|
this.ignoreGrouping = false;
|
|
16795
16798
|
/**
|
|
16796
|
-
* Specifies whether the exported data should include multi column headers as in the provided
|
|
16799
|
+
* Specifies whether the exported data should include multi column headers as in the provided grid.
|
|
16797
16800
|
* ```typescript
|
|
16798
16801
|
* let ignoreMultiColumnHeaders = this.exportOptions.ignoreMultiColumnHeaders;
|
|
16799
16802
|
* this.exportOptions.ignoreMultiColumnHeaders = true;
|
|
@@ -17490,7 +17493,7 @@ class IgxBaseExporter {
|
|
|
17490
17493
|
}
|
|
17491
17494
|
/* alternateName: exportGrid */
|
|
17492
17495
|
/**
|
|
17493
|
-
* Method for exporting
|
|
17496
|
+
* Method for exporting grid component's data.
|
|
17494
17497
|
* ```typescript
|
|
17495
17498
|
* this.exporterService.export(this.igxGridForExport, this.exportOptions);
|
|
17496
17499
|
* ```
|
|
@@ -19541,7 +19544,7 @@ const EXCEL_MAX_COLS = 16384;
|
|
|
19541
19544
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_excel.html)
|
|
19542
19545
|
*
|
|
19543
19546
|
* The Ignite UI for Angular Excel Exporter service can export data in Microsoft® Excel® format from both raw data
|
|
19544
|
-
* (array) or from an
|
|
19547
|
+
* (array) or from an grid.
|
|
19545
19548
|
*
|
|
19546
19549
|
* Example:
|
|
19547
19550
|
* ```typescript
|
|
@@ -19791,7 +19794,7 @@ class CharSeparatedValueData {
|
|
|
19791
19794
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter-csv)
|
|
19792
19795
|
*
|
|
19793
19796
|
* The Ignite UI for Angular CSV Exporter service can export data in a Character Separated Values format from
|
|
19794
|
-
* both raw data (array) or from an
|
|
19797
|
+
* both raw data (array) or from an grid.
|
|
19795
19798
|
*
|
|
19796
19799
|
* Example:
|
|
19797
19800
|
* ```typescript
|
|
@@ -19906,7 +19909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
|
|
|
19906
19909
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_pdf.html)
|
|
19907
19910
|
*
|
|
19908
19911
|
* The Ignite UI for Angular PDF Exporter service can export data in PDF format from both raw data
|
|
19909
|
-
* (array) or from an
|
|
19912
|
+
* (array) or from an grid.
|
|
19910
19913
|
*
|
|
19911
19914
|
* Example:
|
|
19912
19915
|
* ```typescript
|
|
@@ -23118,7 +23121,7 @@ class RowEditPositionStrategy extends ConnectedPositioningStrategy {
|
|
|
23118
23121
|
}
|
|
23119
23122
|
|
|
23120
23123
|
/**
|
|
23121
|
-
* Providing reference to
|
|
23124
|
+
* Providing reference to grid cell:
|
|
23122
23125
|
* ```typescript
|
|
23123
23126
|
* @ViewChild('grid', { read: IgxGridComponent })
|
|
23124
23127
|
* public grid: IgxGridComponent;
|