igniteui-angular 22.0.0-rc.1 → 22.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/fesm2022/igniteui-angular-accordion.mjs +1 -1
  2. package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
  3. package/fesm2022/igniteui-angular-action-strip.mjs +1 -1
  4. package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
  5. package/fesm2022/igniteui-angular-button-group.mjs +1 -1
  6. package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
  7. package/fesm2022/igniteui-angular-calendar.mjs +1 -1
  8. package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
  9. package/fesm2022/igniteui-angular-card.mjs +6 -6
  10. package/fesm2022/igniteui-angular-card.mjs.map +1 -1
  11. package/fesm2022/igniteui-angular-carousel.mjs +6 -6
  12. package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
  13. package/fesm2022/igniteui-angular-chips.mjs +34 -34
  14. package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
  15. package/fesm2022/igniteui-angular-core.mjs +6 -6
  16. package/fesm2022/igniteui-angular-core.mjs.map +1 -1
  17. package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
  18. package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
  19. package/fesm2022/igniteui-angular-directives.mjs +12 -12
  20. package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
  21. package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
  22. package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
  23. package/fesm2022/igniteui-angular-grids-core.mjs +35 -23
  24. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  25. package/fesm2022/igniteui-angular-grids-grid.mjs +51 -51
  26. package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
  27. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +7 -7
  28. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
  29. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +5 -5
  30. package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
  31. package/fesm2022/igniteui-angular-icon.mjs +4 -4
  32. package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
  33. package/fesm2022/igniteui-angular-input-group.mjs +18 -18
  34. package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
  35. package/fesm2022/igniteui-angular-list.mjs +5 -5
  36. package/fesm2022/igniteui-angular-list.mjs.map +1 -1
  37. package/fesm2022/igniteui-angular-navbar.mjs +5 -5
  38. package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
  39. package/fesm2022/igniteui-angular-paginator.mjs +2 -2
  40. package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
  41. package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
  42. package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
  43. package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
  44. package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
  45. package/fesm2022/igniteui-angular-radio.mjs +5 -5
  46. package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
  47. package/fesm2022/igniteui-angular-select.mjs +217 -209
  48. package/fesm2022/igniteui-angular-select.mjs.map +1 -1
  49. package/fesm2022/igniteui-angular-slider.mjs +17 -17
  50. package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
  51. package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
  52. package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
  53. package/fesm2022/igniteui-angular-splitter.mjs +2 -2
  54. package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
  55. package/fesm2022/igniteui-angular-stepper.mjs +2 -2
  56. package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
  57. package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
  58. package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
  59. package/fesm2022/igniteui-angular-tree.mjs +1 -1
  60. package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
  61. package/input-group/README.md +1 -1
  62. package/migrations/migration-collection.json +5 -0
  63. package/migrations/update-22_0_0/index.d.ts +3 -0
  64. package/migrations/update-22_0_0/index.js +86 -0
  65. package/migrations/update-22_0_0/index.spec.d.ts +1 -0
  66. package/migrations/update-22_0_0/index.spec.js +116 -0
  67. package/package.json +2 -2
  68. package/skills/igniteui-angular-grids/references/sizing.md +1 -0
  69. package/skills/igniteui-angular-grids/references/structure.md +1 -0
  70. package/skills/igniteui-angular-grids/references/types.md +2 -1
  71. package/types/igniteui-angular-accordion.d.ts +3 -3
  72. package/types/igniteui-angular-action-strip.d.ts +1 -1
  73. package/types/igniteui-angular-button-group.d.ts +1 -1
  74. package/types/igniteui-angular-calendar.d.ts +1 -1
  75. package/types/igniteui-angular-card.d.ts +6 -6
  76. package/types/igniteui-angular-carousel.d.ts +6 -6
  77. package/types/igniteui-angular-chips.d.ts +38 -38
  78. package/types/igniteui-angular-core.d.ts +9 -9
  79. package/types/igniteui-angular-date-picker.d.ts +4 -4
  80. package/types/igniteui-angular-directives.d.ts +15 -15
  81. package/types/igniteui-angular-drop-down.d.ts +6 -6
  82. package/types/igniteui-angular-grids-core.d.ts +31 -29
  83. package/types/igniteui-angular-grids-grid.d.ts +51 -51
  84. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +7 -7
  85. package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
  86. package/types/igniteui-angular-icon.d.ts +4 -4
  87. package/types/igniteui-angular-input-group.d.ts +17 -17
  88. package/types/igniteui-angular-list.d.ts +7 -7
  89. package/types/igniteui-angular-navbar.d.ts +7 -7
  90. package/types/igniteui-angular-paginator.d.ts +2 -2
  91. package/types/igniteui-angular-progressbar.d.ts +7 -7
  92. package/types/igniteui-angular-query-builder.d.ts +3 -3
  93. package/types/igniteui-angular-radio.d.ts +5 -5
  94. package/types/igniteui-angular-select.d.ts +91 -7
  95. package/types/igniteui-angular-slider.d.ts +17 -17
  96. package/types/igniteui-angular-snackbar.d.ts +1 -1
  97. package/types/igniteui-angular-splitter.d.ts +3 -3
  98. package/types/igniteui-angular-stepper.d.ts +2 -2
  99. package/types/igniteui-angular-time-picker.d.ts +1 -1
  100. 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 `IgxColumnActionsComponent`:
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 IgxColumnActionsBased derived directive applied.
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 IgxColumnActionsBased derived directive applied.
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 IgxColumnActionsBased derived directive applied.
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 `IgxSummaryResult[]`.
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 `IgxSummaryResult[]`.
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 `IgxSummaryResult[]`.
1099
+ * Executes the static methods and returns summary result[]`.
1100
1100
  * ```typescript
1101
1101
  * interface IgxSummaryResult {
1102
1102
  * key: string;
@@ -8567,6 +8567,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
8567
8567
  }]
8568
8568
  }] });
8569
8569
  let NEXT_ID = 0;
8570
+ const TREE_GRID_GROUPING_HIDDEN_FIELD = '_Igx_Hidden_Data_';
8570
8571
  /**
8571
8572
  * A component used for presenting Excel style search UI.
8572
8573
  */
@@ -9039,7 +9040,7 @@ class IgxExcelStyleSearchComponent {
9039
9040
  searchVal = new Set(selectedItems.map(e => e.value.toLocaleTimeString()));
9040
9041
  break;
9041
9042
  case GridColumnDataType.String:
9042
- if (this.esf.column.filteringIgnoreCase && !this.isHierarchical()) {
9043
+ if (this.esf.column.filteringIgnoreCase && !this.isHierarchical() && !this.isTreeGridWithGroupBy() && !this.isRemote()) {
9043
9044
  const selectedValues = new Set(selectedItems.map(item => item.value.toLowerCase()));
9044
9045
  searchVal = new Set();
9045
9046
  this.esf.grid.data.forEach(item => {
@@ -9301,6 +9302,17 @@ class IgxExcelStyleSearchComponent {
9301
9302
  const subRequired = indexOutOfChunk || scrollNeeded;
9302
9303
  return subRequired;
9303
9304
  }
9305
+ isTreeGridWithGroupBy() {
9306
+ if (this.esf.grid.type !== 'tree') {
9307
+ return false;
9308
+ }
9309
+ const data = this.esf.grid.data;
9310
+ const firstRecord = Array.isArray(data) && data.length > 0 ? data[0] : null;
9311
+ return !!firstRecord && typeof firstRecord === 'object' && Object.prototype.hasOwnProperty.call(firstRecord, TREE_GRID_GROUPING_HIDDEN_FIELD);
9312
+ }
9313
+ isRemote() {
9314
+ return this.esf.grid.verticalScrollContainer.isRemote || this.esf.grid.pagingMode === GridPagingMode.Remote;
9315
+ }
9304
9316
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IgxExcelStyleSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
9305
9317
  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
9318
  }
@@ -11912,7 +11924,7 @@ class IgxFilteringService {
11912
11924
  grid.filteringExpressionsTree = filteringState;
11913
11925
  }
11914
11926
  /**
11915
- * Filters all the `IgxColumnComponent` in the `IgxGridComponent` with the same condition.
11927
+ * Filters all the column in the grid with the same condition.
11916
11928
  * @deprecated in version 19.0.0.
11917
11929
  */
11918
11930
  filterGlobal(value, condition, ignoreCase) {
@@ -13881,7 +13893,7 @@ class BaseRow {
13881
13893
  return this.grid.gridAPI.row_deleted_transaction(this.key);
13882
13894
  }
13883
13895
  /**
13884
- * Returns if the row has child rows. Always return false for IgxGridRow.
13896
+ * Returns if the row has child rows. Always return false for grid row.
13885
13897
  */
13886
13898
  get hasChildren() {
13887
13899
  return false;
@@ -14093,7 +14105,7 @@ class IgxTreeGridRow extends BaseRow {
14093
14105
  return row;
14094
14106
  }
14095
14107
  /**
14096
- * Returns true if child rows exist. Always return false for IgxGridRow.
14108
+ * Returns true if child rows exist. Always return false for grid row.
14097
14109
  */
14098
14110
  get hasChildren() {
14099
14111
  if (this.treeRow.children) {
@@ -16076,7 +16088,7 @@ class IgxGridStateBaseDirective {
16076
16088
  }
16077
16089
  /**
16078
16090
  * This method restores complex objects in the pivot dimensions
16079
- * Like the IgxPivotDateDimension and filters.
16091
+ * Like the pivot date dimension and filters.
16080
16092
  */
16081
16093
  restoreDimensions(config) {
16082
16094
  const collections = [config.rows, config.columns, config.filters];
@@ -16094,7 +16106,7 @@ class IgxGridStateBaseDirective {
16094
16106
  }
16095
16107
  }
16096
16108
  /**
16097
- * This method restores the IgxPivotDateDimension with its default functions and resource strings.
16109
+ * This method restores the pivot date dimension with its default functions and resource strings.
16098
16110
  */
16099
16111
  restoreDateDimension(dim) {
16100
16112
  const dateDim = new IgxPivotDateDimension(dim._baseDimension, dim._options);
@@ -16110,7 +16122,7 @@ class IgxGridStateBaseDirective {
16110
16122
  }
16111
16123
  }
16112
16124
  /**
16113
- * Returns if this is a IgxPivotDateDimension.
16125
+ * Returns if this is a pivot date dimension.
16114
16126
  */
16115
16127
  isDateDimension(dim) {
16116
16128
  return dim._baseDimension;
@@ -16761,7 +16773,7 @@ class IgxExporterOptionsBase {
16761
16773
  */
16762
16774
  this.ignoreFiltering = false;
16763
16775
  /**
16764
- * Specifies if the exporter should ignore the current column order in the IgxGrid.
16776
+ * Specifies if the exporter should ignore the current column order in the grid.
16765
16777
  * ```typescript
16766
16778
  * let ignoreColumnsOrder = this.exportOptions.ignoreColumnsOrder;
16767
16779
  * this.exportOptions.ignoreColumnsOrder = true;
@@ -16771,7 +16783,7 @@ class IgxExporterOptionsBase {
16771
16783
  */
16772
16784
  this.ignoreColumnsOrder = false;
16773
16785
  /**
16774
- * Specifies whether the exported data should be sorted as in the provided IgxGrid.
16786
+ * Specifies whether the exported data should be sorted as in the provided grid.
16775
16787
  * When you export grouped data, setting ignoreSorting to true will cause
16776
16788
  * the grouping to fail because it relies on the sorting of the records.
16777
16789
  * ```typescript
@@ -16783,7 +16795,7 @@ class IgxExporterOptionsBase {
16783
16795
  */
16784
16796
  this.ignoreSorting = false;
16785
16797
  /**
16786
- * Specifies whether the exported data should be grouped as in the provided IgxGrid.
16798
+ * Specifies whether the exported data should be grouped as in the provided grid.
16787
16799
  * ```typescript
16788
16800
  * let ignoreGrouping = this.exportOptions.ignoreGrouping;
16789
16801
  * this.exportOptions.ignoreGrouping = true;
@@ -16793,7 +16805,7 @@ class IgxExporterOptionsBase {
16793
16805
  */
16794
16806
  this.ignoreGrouping = false;
16795
16807
  /**
16796
- * Specifies whether the exported data should include multi column headers as in the provided IgxGrid.
16808
+ * Specifies whether the exported data should include multi column headers as in the provided grid.
16797
16809
  * ```typescript
16798
16810
  * let ignoreMultiColumnHeaders = this.exportOptions.ignoreMultiColumnHeaders;
16799
16811
  * this.exportOptions.ignoreMultiColumnHeaders = true;
@@ -17490,7 +17502,7 @@ class IgxBaseExporter {
17490
17502
  }
17491
17503
  /* alternateName: exportGrid */
17492
17504
  /**
17493
- * Method for exporting IgxGrid component's data.
17505
+ * Method for exporting grid component's data.
17494
17506
  * ```typescript
17495
17507
  * this.exporterService.export(this.igxGridForExport, this.exportOptions);
17496
17508
  * ```
@@ -19541,7 +19553,7 @@ const EXCEL_MAX_COLS = 16384;
19541
19553
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_excel.html)
19542
19554
  *
19543
19555
  * The Ignite UI for Angular Excel Exporter service can export data in Microsoft® Excel® format from both raw data
19544
- * (array) or from an `IgxGrid`.
19556
+ * (array) or from an grid.
19545
19557
  *
19546
19558
  * Example:
19547
19559
  * ```typescript
@@ -19791,7 +19803,7 @@ class CharSeparatedValueData {
19791
19803
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter-csv)
19792
19804
  *
19793
19805
  * 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 `IgxGrid`.
19806
+ * both raw data (array) or from an grid.
19795
19807
  *
19796
19808
  * Example:
19797
19809
  * ```typescript
@@ -19906,7 +19918,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
19906
19918
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_pdf.html)
19907
19919
  *
19908
19920
  * The Ignite UI for Angular PDF Exporter service can export data in PDF format from both raw data
19909
- * (array) or from an `IgxGrid`.
19921
+ * (array) or from an grid.
19910
19922
  *
19911
19923
  * Example:
19912
19924
  * ```typescript
@@ -23118,7 +23130,7 @@ class RowEditPositionStrategy extends ConnectedPositioningStrategy {
23118
23130
  }
23119
23131
 
23120
23132
  /**
23121
- * Providing reference to `IgxGridCellComponent`:
23133
+ * Providing reference to grid cell:
23122
23134
  * ```typescript
23123
23135
  * @ViewChild('grid', { read: IgxGridComponent })
23124
23136
  * public grid: IgxGridComponent;