igniteui-angular 19.2.18 → 19.2.19
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.mjs +160 -41
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/grids/cell.component.d.ts +2 -0
- package/lib/grids/grid-base.directive.d.ts +4 -0
- package/lib/grids/headers/grid-header-row.component.d.ts +2 -2
- package/lib/grids/headers/grid-header.component.d.ts +17 -1
- package/lib/grids/pivot-grid/pivot-grid.component.d.ts +6 -0
- package/lib/grids/pivot-grid/pivot-header-row.component.d.ts +3 -2
- package/lib/grids/pivot-grid/pivot-row-dimension-header-group.component.d.ts +4 -0
- package/lib/grids/pivot-grid/pivot-row-dimension-mrl-row.component.d.ts +1 -0
- package/lib/grids/pivot-grid/pivot-row-header-group.component.d.ts +4 -0
- package/package.json +1 -1
|
@@ -374,6 +374,8 @@ export declare class IgxGridCellComponent implements OnInit, OnChanges, OnDestro
|
|
|
374
374
|
*/
|
|
375
375
|
displayPinnedChip: boolean;
|
|
376
376
|
protected get minHeight(): number;
|
|
377
|
+
protected get ariaRowIndex(): number;
|
|
378
|
+
protected get ariaColIndex(): number;
|
|
377
379
|
protected defaultCellTemplate: TemplateRef<any>;
|
|
378
380
|
protected defaultPinnedIndicator: TemplateRef<any>;
|
|
379
381
|
protected inlineEditorTemplate: TemplateRef<any>;
|
|
@@ -1227,6 +1227,8 @@ export declare abstract class IgxGridBaseDirective implements GridType, OnInit,
|
|
|
1227
1227
|
private defaultRowEditTemplate;
|
|
1228
1228
|
private _dataRowList;
|
|
1229
1229
|
protected baseClass: string;
|
|
1230
|
+
protected get ariaColCount(): number;
|
|
1231
|
+
protected get ariaRowCount(): number;
|
|
1230
1232
|
/**
|
|
1231
1233
|
* Gets/Sets the resource strings.
|
|
1232
1234
|
*
|
|
@@ -2020,6 +2022,7 @@ export declare abstract class IgxGridBaseDirective implements GridType, OnInit,
|
|
|
2020
2022
|
private _sortDescendingHeaderIconTemplate;
|
|
2021
2023
|
private _gridSize;
|
|
2022
2024
|
private _defaultRowHeight;
|
|
2025
|
+
private _rowCount;
|
|
2023
2026
|
/**
|
|
2024
2027
|
* @hidden @internal
|
|
2025
2028
|
*/
|
|
@@ -3547,6 +3550,7 @@ export declare abstract class IgxGridBaseDirective implements GridType, OnInit,
|
|
|
3547
3550
|
*/
|
|
3548
3551
|
private clearActiveNode;
|
|
3549
3552
|
private getRecreatedTree;
|
|
3553
|
+
private _calculateRowCount;
|
|
3550
3554
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridBaseDirective, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
3551
3555
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxGridBaseDirective, never, never, { "snackbarDisplayTime": { "alias": "snackbarDisplayTime"; "required": false; }; "autoGenerate": { "alias": "autoGenerate"; "required": false; }; "autoGenerateExclude": { "alias": "autoGenerateExclude"; "required": false; }; "moving": { "alias": "moving"; "required": false; }; "emptyGridTemplate": { "alias": "emptyGridTemplate"; "required": false; }; "addRowEmptyTemplate": { "alias": "addRowEmptyTemplate"; "required": false; }; "loadingGridTemplate": { "alias": "loadingGridTemplate"; "required": false; }; "summaryRowHeight": { "alias": "summaryRowHeight"; "required": false; }; "dataCloneStrategy": { "alias": "dataCloneStrategy"; "required": false; }; "clipboardOptions": { "alias": "clipboardOptions"; "required": false; }; "rowClasses": { "alias": "rowClasses"; "required": false; }; "rowStyles": { "alias": "rowStyles"; "required": false; }; "primaryKey": { "alias": "primaryKey"; "required": false; }; "uniqueColumnValuesStrategy": { "alias": "uniqueColumnValuesStrategy"; "required": false; }; "dragGhostCustomTemplate": { "alias": "dragGhostCustomTemplate"; "required": false; }; "rowEditTextTemplate": { "alias": "rowEditTextTemplate"; "required": false; }; "rowAddTextTemplate": { "alias": "rowAddTextTemplate"; "required": false; }; "rowEditActionsTemplate": { "alias": "rowEditActionsTemplate"; "required": false; }; "rowExpandedIndicatorTemplate": { "alias": "rowExpandedIndicatorTemplate"; "required": false; }; "rowCollapsedIndicatorTemplate": { "alias": "rowCollapsedIndicatorTemplate"; "required": false; }; "headerExpandedIndicatorTemplate": { "alias": "headerExpandedIndicatorTemplate"; "required": false; }; "headerCollapsedIndicatorTemplate": { "alias": "headerCollapsedIndicatorTemplate"; "required": false; }; "excelStyleHeaderIconTemplate": { "alias": "excelStyleHeaderIconTemplate"; "required": false; }; "sortAscendingHeaderIconTemplate": { "alias": "sortAscendingHeaderIconTemplate"; "required": false; }; "sortDescendingHeaderIconTemplate": { "alias": "sortDescendingHeaderIconTemplate"; "required": false; }; "sortHeaderIconTemplate": { "alias": "sortHeaderIconTemplate"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "filteringLogic": { "alias": "filteringLogic"; "required": false; }; "filteringExpressionsTree": { "alias": "filteringExpressionsTree"; "required": false; }; "advancedFilteringExpressionsTree": { "alias": "advancedFilteringExpressionsTree"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "pagingMode": { "alias": "pagingMode"; "required": false; }; "hideRowSelectors": { "alias": "hideRowSelectors"; "required": false; }; "rowDraggable": { "alias": "rowDraggable"; "required": false; }; "validationTrigger": { "alias": "validationTrigger"; "required": false; }; "rowEditable": { "alias": "rowEditable"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "columnWidth": { "alias": "columnWidth"; "required": false; }; "emptyGridMessage": { "alias": "emptyGridMessage"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "emptyFilteredGridMessage": { "alias": "emptyFilteredGridMessage"; "required": false; }; "pinning": { "alias": "pinning"; "required": false; }; "allowFiltering": { "alias": "allowFiltering"; "required": false; }; "allowAdvancedFiltering": { "alias": "allowAdvancedFiltering"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "summaryPosition": { "alias": "summaryPosition"; "required": false; }; "summaryCalculationMode": { "alias": "summaryCalculationMode"; "required": false; }; "showSummaryOnCollapse": { "alias": "showSummaryOnCollapse"; "required": false; }; "filterStrategy": { "alias": "filterStrategy"; "required": false; }; "sortStrategy": { "alias": "sortStrategy"; "required": false; }; "sortingOptions": { "alias": "sortingOptions"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "headSelectorTemplate": { "alias": "headSelectorTemplate"; "required": false; }; "rowSelectorTemplate": { "alias": "rowSelectorTemplate"; "required": false; }; "dragIndicatorIconTemplate": { "alias": "dragIndicatorIconTemplate"; "required": false; }; "sortingExpressions": { "alias": "sortingExpressions"; "required": false; }; "batchEditing": { "alias": "batchEditing"; "required": false; }; "cellSelection": { "alias": "cellSelection"; "required": false; }; "rowSelection": { "alias": "rowSelection"; "required": false; }; "columnSelection": { "alias": "columnSelection"; "required": false; }; "expansionStates": { "alias": "expansionStates"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "selectRowOnClick": { "alias": "selectRowOnClick"; "required": false; }; }, { "filteringExpressionsTreeChange": "filteringExpressionsTreeChange"; "advancedFilteringExpressionsTreeChange": "advancedFilteringExpressionsTreeChange"; "gridScroll": "gridScroll"; "cellClick": "cellClick"; "rowClick": "rowClick"; "formGroupCreated": "formGroupCreated"; "validationStatusChange": "validationStatusChange"; "selected": "selected"; "rowSelectionChanging": "rowSelectionChanging"; "columnSelectionChanging": "columnSelectionChanging"; "columnPin": "columnPin"; "columnPinned": "columnPinned"; "cellEditEnter": "cellEditEnter"; "cellEditExit": "cellEditExit"; "cellEdit": "cellEdit"; "cellEditDone": "cellEditDone"; "rowEditEnter": "rowEditEnter"; "rowEdit": "rowEdit"; "rowEditDone": "rowEditDone"; "rowEditExit": "rowEditExit"; "columnInit": "columnInit"; "columnsAutogenerated": "columnsAutogenerated"; "sorting": "sorting"; "sortingDone": "sortingDone"; "filtering": "filtering"; "filteringDone": "filteringDone"; "rowAdded": "rowAdded"; "rowDeleted": "rowDeleted"; "rowDelete": "rowDelete"; "rowAdd": "rowAdd"; "columnResized": "columnResized"; "contextMenu": "contextMenu"; "doubleClick": "doubleClick"; "columnVisibilityChanging": "columnVisibilityChanging"; "columnVisibilityChanged": "columnVisibilityChanged"; "columnMovingStart": "columnMovingStart"; "columnMoving": "columnMoving"; "columnMovingEnd": "columnMovingEnd"; "gridKeydown": "gridKeydown"; "rowDragStart": "rowDragStart"; "rowDragEnd": "rowDragEnd"; "gridCopy": "gridCopy"; "expansionStatesChange": "expansionStatesChange"; "selectedRowsChange": "selectedRowsChange"; "rowToggle": "rowToggle"; "rowPinning": "rowPinning"; "rowPinned": "rowPinned"; "activeNodeChange": "activeNodeChange"; "sortingExpressionsChange": "sortingExpressionsChange"; "toolbarExporting": "toolbarExporting"; "rangeSelected": "rangeSelected"; "rendered": "rendered"; "localeChange": "localeChange"; "dataChanging": "dataChanging"; "dataChanged": "dataChanged"; }, ["excelStyleLoadingValuesTemplateDirective", "rowAddText", "rowExpandedIndicatorDirectiveTemplate", "rowCollapsedIndicatorDirectiveTemplate", "headerExpandedIndicatorDirectiveTemplate", "headerCollapsedIndicatorDirectiveTemplate", "excelStyleHeaderIconDirectiveTemplate", "sortAscendingHeaderIconDirectiveTemplate", "sortDescendingHeaderIconDirectiveTemplate", "sortHeaderIconDirectiveTemplate", "excelStyleFilteringComponents", "columnList", "actionStripComponents", "headSelectorsTemplates", "rowSelectorsTemplates", "dragGhostCustomTemplates", "rowEditCustomDirectives", "rowEditTextDirectives", "rowEditActionsDirectives", "dragIndicatorIconTemplates", "rowEditTabsCUSTOM", "toolbar", "paginationComponents"], never, true, never>;
|
|
3552
3556
|
static ngAcceptInputType_autoGenerate: unknown;
|
|
@@ -24,7 +24,7 @@ export declare class IgxGridHeaderRowComponent implements DoCheck {
|
|
|
24
24
|
pinnedColumnCollection: ColumnType[];
|
|
25
25
|
/** Unpinned columns of the grid. */
|
|
26
26
|
unpinnedColumnCollection: ColumnType[];
|
|
27
|
-
activeDescendant: string;
|
|
27
|
+
get activeDescendant(): string;
|
|
28
28
|
hasMRL: boolean;
|
|
29
29
|
width: number;
|
|
30
30
|
/**
|
|
@@ -103,6 +103,6 @@ export declare class IgxGridHeaderRowComponent implements DoCheck {
|
|
|
103
103
|
/** state persistence switching all pinned columns resets collection */
|
|
104
104
|
protected trackPinnedColumn: typeof trackByIdentity;
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridHeaderRowComponent, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridHeaderRowComponent, "igx-grid-header-row", never, { "grid": { "alias": "grid"; "required": false; }; "pinnedColumnCollection": { "alias": "pinnedColumnCollection"; "required": false; }; "unpinnedColumnCollection": { "alias": "unpinnedColumnCollection"; "required": false; }; "
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridHeaderRowComponent, "igx-grid-header-row", never, { "grid": { "alias": "grid"; "required": false; }; "pinnedColumnCollection": { "alias": "pinnedColumnCollection"; "required": false; }; "unpinnedColumnCollection": { "alias": "unpinnedColumnCollection"; "required": false; }; "hasMRL": { "alias": "hasMRL"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
|
|
107
107
|
static ngAcceptInputType_hasMRL: unknown;
|
|
108
108
|
}
|
|
@@ -25,10 +25,26 @@ export declare class IgxGridHeaderComponent implements DoCheck, OnDestroy {
|
|
|
25
25
|
* @hidden
|
|
26
26
|
*/
|
|
27
27
|
protected sortIconContainer: ElementRef;
|
|
28
|
+
/**
|
|
29
|
+
* @hidden
|
|
30
|
+
*/
|
|
31
|
+
id: string;
|
|
28
32
|
/**
|
|
29
33
|
* Returns the `aria-selected` of the header.
|
|
30
34
|
*/
|
|
31
35
|
get ariaSelected(): boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Returns the `aria-sort` of the header.
|
|
38
|
+
*/
|
|
39
|
+
get ariaSort(): "ascending" | "descending";
|
|
40
|
+
/**
|
|
41
|
+
* @hidden
|
|
42
|
+
*/
|
|
43
|
+
get ariaColIndx(): number;
|
|
44
|
+
/**
|
|
45
|
+
* @hidden
|
|
46
|
+
*/
|
|
47
|
+
get ariaRowIndx(): number;
|
|
32
48
|
get columnGroupStyle(): boolean;
|
|
33
49
|
get sortAscendingStyle(): boolean;
|
|
34
50
|
get sortDescendingStyle(): boolean;
|
|
@@ -92,5 +108,5 @@ export declare class IgxGridHeaderComponent implements DoCheck, OnDestroy {
|
|
|
92
108
|
protected isAdvancedFilterApplied(): boolean;
|
|
93
109
|
private triggerSort;
|
|
94
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridHeaderComponent, never>;
|
|
95
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridHeaderComponent, "igx-grid-header", never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>;
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridHeaderComponent, "igx-grid-header", never, { "column": { "alias": "column"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
|
|
96
112
|
}
|
|
@@ -201,6 +201,10 @@ export declare class IgxPivotGridComponent extends IgxGridBaseDirective implemen
|
|
|
201
201
|
* @hidden @internal
|
|
202
202
|
*/
|
|
203
203
|
recordTemplate: TemplateRef<any>;
|
|
204
|
+
/**
|
|
205
|
+
* @hidden @internal
|
|
206
|
+
*/
|
|
207
|
+
rowDimensionMrlComponent: IgxPivotRowDimensionMrlRowComponent;
|
|
204
208
|
/**
|
|
205
209
|
* @hidden @internal
|
|
206
210
|
*/
|
|
@@ -939,6 +943,8 @@ export declare class IgxPivotGridComponent extends IgxGridBaseDirective implemen
|
|
|
939
943
|
get excelStyleFilterMinHeight(): string;
|
|
940
944
|
/** @hidden @internal */
|
|
941
945
|
get activeDescendant(): string;
|
|
946
|
+
/** @hidden @internal */
|
|
947
|
+
get headerRowActiveDescendant(): string;
|
|
942
948
|
protected resolveToggle(groupColumn: IgxColumnComponent, state: boolean): void;
|
|
943
949
|
protected buildDataView(data: any[]): void;
|
|
944
950
|
/**
|
|
@@ -7,7 +7,7 @@ import { IgxDropDownComponent } from '../../drop-down/drop-down.component';
|
|
|
7
7
|
import { ColumnType, PivotGridType } from '../common/grid.interface';
|
|
8
8
|
import { IgxGridHeaderRowComponent } from '../headers/grid-header-row.component';
|
|
9
9
|
import { IPivotAggregator, IPivotDimension, IPivotValue, PivotDimensionType } from './pivot-grid.interface';
|
|
10
|
-
import {
|
|
10
|
+
import { IgxPivotRowHeaderGroupComponent } from './pivot-row-header-group.component';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
@@ -66,8 +66,9 @@ export declare class IgxPivotHeaderRowComponent extends IgxGridHeaderRowComponen
|
|
|
66
66
|
* @hidden
|
|
67
67
|
* @internal
|
|
68
68
|
*/
|
|
69
|
-
rowDimensionHeaders: QueryList<
|
|
69
|
+
rowDimensionHeaders: QueryList<IgxPivotRowHeaderGroupComponent>;
|
|
70
70
|
get headerForOf(): IgxGridForOfDirective<ColumnType, ColumnType[]>;
|
|
71
|
+
get activeDescendant(): string;
|
|
71
72
|
constructor(grid: PivotGridType, ref: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
72
73
|
/**
|
|
73
74
|
* @hidden
|
|
@@ -21,6 +21,10 @@ export declare class IgxPivotRowDimensionHeaderGroupComponent extends IgxGridHea
|
|
|
21
21
|
* @hidden
|
|
22
22
|
*/
|
|
23
23
|
userSelect: string;
|
|
24
|
+
/**
|
|
25
|
+
* @hidden
|
|
26
|
+
*/
|
|
27
|
+
get role(): string;
|
|
24
28
|
constructor(cdRef: ChangeDetectorRef, grid: PivotGridType, elementRef: ElementRef<HTMLElement>, colResizingService: IgxPivotColumnResizingService, filteringService: IgxFilteringService, platform: PlatformUtil, zone: NgZone);
|
|
25
29
|
/**
|
|
26
30
|
* @hidden
|
|
@@ -17,6 +17,7 @@ export declare class IgxPivotRowDimensionMrlRowComponent extends IgxGridHeaderRo
|
|
|
17
17
|
protected injector: Injector;
|
|
18
18
|
protected envInjector: EnvironmentInjector;
|
|
19
19
|
protected viewRef: ViewContainerRef;
|
|
20
|
+
rowDimensionContentCollection: QueryList<IgxPivotRowDimensionContentComponent>;
|
|
20
21
|
pivotDim: boolean;
|
|
21
22
|
mrlBlock: boolean;
|
|
22
23
|
get rowsTemplate(): string;
|
|
@@ -20,6 +20,10 @@ export declare class IgxPivotRowHeaderGroupComponent extends IgxGridHeaderGroupC
|
|
|
20
20
|
* @hidden
|
|
21
21
|
*/
|
|
22
22
|
userSelect: string;
|
|
23
|
+
/**
|
|
24
|
+
* @hidden
|
|
25
|
+
*/
|
|
26
|
+
get role(): string;
|
|
23
27
|
constructor(cdRef: ChangeDetectorRef, grid: PivotGridType, elementRef: ElementRef<HTMLElement>, colResizingService: IgxPivotColumnResizingService, filteringService: IgxFilteringService, platform: PlatformUtil, zone: NgZone);
|
|
24
28
|
/**
|
|
25
29
|
* @hidden
|
package/package.json
CHANGED