igniteui-angular 22.1.0-beta.4 → 22.1.0-beta.5
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 +4 -4
- package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs +3 -1
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-avatar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-badge.mjs +3 -2
- package/fesm2022/igniteui-angular-badge.mjs.map +1 -1
- package/fesm2022/igniteui-angular-banner.mjs +2 -2
- package/fesm2022/igniteui-angular-banner.mjs.map +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +9 -8
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-card.mjs +2 -2
- package/fesm2022/igniteui-angular-card.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-combo.mjs +6 -17
- package/fesm2022/igniteui-angular-combo.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +337 -16
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +14 -12
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-dialog.mjs +1 -1
- package/fesm2022/igniteui-angular-dialog.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +61 -47
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-drop-down.mjs +2 -3
- package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
- package/fesm2022/igniteui-angular-expansion-panel.mjs +12 -23
- package/fesm2022/igniteui-angular-expansion-panel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +205 -485
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +98 -116
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +21 -16
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-lite.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +153 -75
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +35 -28
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +19 -4
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-navigation-drawer.mjs +3 -2
- package/fesm2022/igniteui-angular-navigation-drawer.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +2 -1
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-progressbar.mjs +2 -5
- package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +21 -20
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-radio.mjs +1 -1
- package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
- package/fesm2022/igniteui-angular-select.mjs.map +1 -1
- package/fesm2022/igniteui-angular-simple-combo.mjs +7 -10
- package/fesm2022/igniteui-angular-simple-combo.mjs.map +1 -1
- package/fesm2022/igniteui-angular-slider.mjs +3 -3
- package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
- package/fesm2022/igniteui-angular-stepper.mjs +1 -1
- package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tabs.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +6 -3
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +10 -8
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/lib/core/styles/components/button/_button-theme.scss +24 -31
- package/lib/core/styles/components/icon-button/_icon-button-theme.scss +21 -0
- package/lib/core/styles/spec/_mixins.spec.scss +21 -1
- package/lib/core/styles/themes/_scoping.scss +12 -0
- package/lib/core/styles/themes/generators/_base.scss +0 -1
- package/migrations/migration-collection.json +7 -0
- package/migrations/update-22_1_0_import-migration/index.d.ts +2 -0
- package/migrations/update-22_1_0_import-migration/index.js +200 -0
- package/migrations/update-22_1_0_import-migration/index.spec.d.ts +1 -0
- package/migrations/update-22_1_0_import-migration/index.spec.js +132 -0
- package/package.json +1 -1
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
- package/types/igniteui-angular-avatar.d.ts +1 -1
- package/types/igniteui-angular-banner.d.ts +3 -3
- package/types/igniteui-angular-calendar.d.ts +9 -9
- package/types/igniteui-angular-card.d.ts +2 -2
- package/types/igniteui-angular-carousel.d.ts +9 -9
- package/types/igniteui-angular-chat.d.ts +1 -1
- package/types/igniteui-angular-chips.d.ts +5 -5
- package/types/igniteui-angular-combo.d.ts +13 -17
- package/types/igniteui-angular-core.d.ts +495 -200
- package/types/igniteui-angular-date-picker.d.ts +3 -3
- package/types/igniteui-angular-dialog.d.ts +4 -4
- package/types/igniteui-angular-directives.d.ts +59 -59
- package/types/igniteui-angular-drop-down.d.ts +16 -16
- package/types/igniteui-angular-expansion-panel.d.ts +6 -6
- package/types/igniteui-angular-grids-core.d.ts +782 -1044
- package/types/igniteui-angular-grids-grid.d.ts +267 -104
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +547 -68
- package/types/igniteui-angular-grids-lite.d.ts +7 -7
- package/types/igniteui-angular-grids-pivot-grid.d.ts +129 -94
- package/types/igniteui-angular-grids-tree-grid.d.ts +51 -5
- package/types/igniteui-angular-icon.d.ts +2 -2
- package/types/igniteui-angular-input-group.d.ts +19 -6
- package/types/igniteui-angular-list.d.ts +4 -4
- package/types/igniteui-angular-navigation-drawer.d.ts +3 -3
- package/types/igniteui-angular-progressbar.d.ts +0 -1
- package/types/igniteui-angular-query-builder.d.ts +9 -9
- package/types/igniteui-angular-radio.d.ts +1 -1
- package/types/igniteui-angular-select.d.ts +5 -5
- package/types/igniteui-angular-simple-combo.d.ts +2 -2
- package/types/igniteui-angular-slider.d.ts +4 -4
- package/types/igniteui-angular-splitter.d.ts +3 -3
- package/types/igniteui-angular-time-picker.d.ts +8 -8
- package/types/igniteui-angular-tree.d.ts +8 -8
|
@@ -1,30 +1,181 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnInit, DoCheck, OnDestroy, AfterContentInit, AfterViewInit, NgZone, ChangeDetectorRef, IterableDiffers, ViewContainerRef, Injector, EnvironmentInjector, TemplateRef, EventEmitter, QueryList, ElementRef, ComponentRef, InjectionToken, PipeTransform } from '@angular/core';
|
|
3
1
|
import * as i2 from 'igniteui-angular/grids/core';
|
|
4
|
-
import { IgxRowDirective, IgxGroupByAreaDirective, FlatGridType,
|
|
5
|
-
import * as
|
|
6
|
-
import {
|
|
2
|
+
import { GridType, IgxGridSelectionService, IgxFilteringService, IgxRowDirective, IgxGroupByAreaDirective, FlatGridType, IgxGridValidationService, IgxColumnResizingService, GridServiceType, IgxGridNavigationService, IgxGridSummaryService, IgxGridTemplateContext, IClipboardOptions, IGridScrollEventArgs, IgxGridExcelStyleFilteringComponent, IgxGridHeaderGroupComponent, IGridCellEventArgs, IGridRowEventArgs, IGridFormGroupCreatedEventArgs, IGridValidationStatusEventArgs, IRowSelectionEventArgs, IColumnSelectionEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IGridEditEventArgs, IGridEditDoneEventArgs, IgxColumnComponent, ISortingEventArgs, IFilteringEventArgs, IRowDataEventArgs, IRowDataCancelableEventArgs, IColumnResizeEventArgs, IGridContextMenuEventArgs, IColumnVisibilityChangingEventArgs, IColumnVisibilityChangedEventArgs, IColumnMovingStartEventArgs, IColumnMovingEventArgs, IColumnMovingEndEventArgs, IGridKeydownEventArgs, IRowDragStartEventArgs, IRowDragEndEventArgs, IGridClipboardEvent, IRowToggleEventArgs, IPinRowEventArgs, IActiveNodeChangeEventArgs, IGridToolbarExportEventArgs, IgxGridColumnResizerComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxHeadSelectorTemplateContext, IgxRowSelectorTemplateContext, IgxGridRowDragGhostContext, IgxGridFilteringRowComponent, IgxGridHeaderRowComponent, IgxGridRowEditTemplateContext, IgxGridRowEditTextTemplateContext, IgxGridEmptyTemplateContext, IgxGridRowEditActionsTemplateContext, IgxGridRowTemplateContext, IgxGridHeaderTemplateContext, IgxRowEditTabStopDirective, IgxGridToolbarComponent, IgxSummaryRowComponent, GridPagingMode, GridValidationTrigger, IPinningConfig, FilterMode, GridSummaryPosition, IgxGridHeaderComponent, IgxGridFilteringCellComponent, GridSelectionMode, GridCellMergeMode, ISearchInfo, ISizeInfo, DropPosition, RowType, ICellPosition, IGroupingDoneEventArgs, IgxGridMasterDetailContext, IgxGroupByRowTemplateDirective, IgxGroupByRowSelectorTemplateContext, IgxGroupByRowTemplateContext, IgxGridDetailTemplateDirective, CellType, IgxGridCellComponent, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGridEmptyTemplateDirective, IgxGridLoadingTemplateDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumnPatternValidatorDirective } from 'igniteui-angular/grids/core';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { OnDestroy, ElementRef, ChangeDetectorRef, TemplateRef, OnInit, DoCheck, AfterContentInit, AfterViewInit, NgZone, IterableDiffers, ViewContainerRef, Injector, EnvironmentInjector, EventEmitter, QueryList, ComponentRef, InjectionToken, IterableDiffer, PipeTransform } from '@angular/core';
|
|
7
5
|
import * as rxjs from 'rxjs';
|
|
8
6
|
import { Subject, Observable } from 'rxjs';
|
|
7
|
+
import * as igniteui_angular_core from 'igniteui-angular/core';
|
|
8
|
+
import { IGroupByRecord, ISelectionNode, ISortingExpression, IGroupingExpression, IgxFlatTransactionFactory, IgxOverlayService, PlatformUtil, TransactionService, Transaction, State, IDataCloneStrategy, IFilteringExpressionsTree, ColumnType, GridSelectionRange, IgxActionStripToken, IgxOverlayOutletDirective, IGridResourceStrings, FilteringLogic, GridSummaryCalculationMode, IFilteringStrategy, IGridSortingStrategy, IGridMergeStrategy, ISortingOptions, IPagingState, EntityType, OverlaySettings, IFilteringOperation, ISummaryExpression, ColumnPinningPosition, ɵSize as _Size, StateUpdateEvent, IgxSummaryOperand, IGroupByExpandState, IGroupByResult, IGridGroupingStrategy } from 'igniteui-angular/core';
|
|
9
9
|
import * as igniteui_angular_directives from 'igniteui-angular/directives';
|
|
10
|
-
import { IgxTextHighlightService, IForOfDataChangeEventArgs, IgxToggleDirective, IgxGridForOfDirective, ICachedViewLoadedEventArgs, IForOfState } from 'igniteui-angular/directives';
|
|
10
|
+
import { IgxTextHighlightService, IForOfDataChangeEventArgs, IgxToggleDirective, IgxGridForOfDirective, IViewChangeEventArgs, ICachedViewLoadedEventArgs, IForOfState } from 'igniteui-angular/directives';
|
|
11
11
|
import * as rxjs_internal_scheduler_AnimationFrameScheduler from 'rxjs/internal/scheduler/AnimationFrameScheduler';
|
|
12
12
|
import { IChipsAreaReorderEventArgs } from 'igniteui-angular/chips';
|
|
13
13
|
import * as i3 from 'igniteui-angular/paginator';
|
|
14
14
|
import { IgxPaginatorComponent, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective } from 'igniteui-angular/paginator';
|
|
15
15
|
import { IgxSnackbarComponent } from 'igniteui-angular/snackbar';
|
|
16
16
|
|
|
17
|
-
declare class
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
declare class IgxGridGroupByRowComponent implements OnDestroy {
|
|
18
|
+
grid: GridType;
|
|
19
|
+
gridSelection: IgxGridSelectionService;
|
|
20
|
+
element: ElementRef<any>;
|
|
21
|
+
cdr: ChangeDetectorRef;
|
|
22
|
+
filteringService: IgxFilteringService;
|
|
23
|
+
/**
|
|
24
|
+
* @hidden
|
|
25
|
+
*/
|
|
26
|
+
hideGroupRowSelectors: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* @hidden
|
|
29
|
+
*/
|
|
30
|
+
rowDraggable: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Sets the index of the row.
|
|
33
|
+
* ```html
|
|
34
|
+
* <igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
index: number;
|
|
38
|
+
/**
|
|
39
|
+
* Sets the id of the grid the row belongs to.
|
|
40
|
+
* ```html
|
|
41
|
+
* <igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
gridID: string;
|
|
45
|
+
/**
|
|
46
|
+
* The group record the component renders for.
|
|
47
|
+
* ```typescript
|
|
48
|
+
* <igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
groupRow: IGroupByRecord;
|
|
52
|
+
/**
|
|
53
|
+
* Returns a reference of the content of the group.
|
|
54
|
+
* ```typescript
|
|
55
|
+
* const groupRowContent = this.grid1.rowList.first.groupContent;
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
groupContent: ElementRef;
|
|
59
|
+
/**
|
|
60
|
+
* @hidden
|
|
61
|
+
*/
|
|
62
|
+
protected isFocused: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* @hidden
|
|
65
|
+
*/
|
|
66
|
+
protected defaultGroupByExpandedTemplate: TemplateRef<any>;
|
|
67
|
+
/**
|
|
68
|
+
* @hidden
|
|
69
|
+
*/
|
|
70
|
+
protected defaultGroupByCollapsedTemplate: TemplateRef<any>;
|
|
71
|
+
/**
|
|
72
|
+
* @hidden
|
|
73
|
+
*/
|
|
74
|
+
protected destroy$: Subject<void>;
|
|
75
|
+
/**
|
|
76
|
+
* @hidden
|
|
77
|
+
*/
|
|
78
|
+
protected defaultCssClass: string;
|
|
79
|
+
/**
|
|
80
|
+
* @hidden
|
|
81
|
+
*/
|
|
82
|
+
protected paddingIndentationCssClass: string;
|
|
83
|
+
/**
|
|
84
|
+
* Returns whether the row is focused.
|
|
85
|
+
* ```
|
|
86
|
+
* let gridRowFocused = this.grid1.rowList.first.focused;
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
89
|
+
get focused(): boolean;
|
|
90
|
+
/** @hidden @internal */
|
|
91
|
+
get currencyCode(): string;
|
|
92
|
+
constructor();
|
|
93
|
+
activate(): void;
|
|
94
|
+
onClick(event: MouseEvent): void;
|
|
95
|
+
/**
|
|
96
|
+
* @hidden
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
ngOnDestroy(): void;
|
|
100
|
+
/**
|
|
101
|
+
* Returns whether the group row is expanded.
|
|
102
|
+
* ```typescript
|
|
103
|
+
* const groupRowExpanded = this.grid1.rowList.first.expanded;
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
106
|
+
get expanded(): boolean;
|
|
107
|
+
/**
|
|
108
|
+
* @hidden
|
|
109
|
+
*/
|
|
110
|
+
get describedBy(): string;
|
|
111
|
+
get dataRowIndex(): number;
|
|
112
|
+
/**
|
|
113
|
+
* Returns a reference to the underlying HTML element.
|
|
114
|
+
* ```typescript
|
|
115
|
+
* const groupRowElement = this.nativeElement;
|
|
116
|
+
* ```
|
|
117
|
+
*/
|
|
118
|
+
get nativeElement(): any;
|
|
119
|
+
get attrCellID(): string;
|
|
120
|
+
/**
|
|
121
|
+
* Returns the style classes applied to the group rows.
|
|
122
|
+
* ```typescript
|
|
123
|
+
* const groupCssStyles = this.grid1.rowList.first.styleClasses;
|
|
124
|
+
* ```
|
|
125
|
+
*/
|
|
126
|
+
get styleClasses(): string;
|
|
127
|
+
/**
|
|
128
|
+
* @hidden @internal
|
|
129
|
+
*/
|
|
130
|
+
role: string;
|
|
131
|
+
isActive(): boolean;
|
|
132
|
+
/**
|
|
133
|
+
* @hidden @internal
|
|
134
|
+
*/
|
|
135
|
+
getRowID(rowData: any): IgxRowDirective;
|
|
136
|
+
/**
|
|
137
|
+
* @hidden @internal
|
|
138
|
+
*/
|
|
139
|
+
onGroupSelectorClick(event: MouseEvent): void;
|
|
140
|
+
/**
|
|
141
|
+
* Toggles the group row.
|
|
142
|
+
* ```typescript
|
|
143
|
+
* this.grid1.rowList.first.toggle()
|
|
144
|
+
* ```
|
|
145
|
+
*/
|
|
146
|
+
toggle(): void;
|
|
147
|
+
get iconTemplate(): TemplateRef<i2.IgxGridRowTemplateContext>;
|
|
148
|
+
protected get selectionNode(): ISelectionNode;
|
|
149
|
+
/**
|
|
150
|
+
* @hidden @internal
|
|
151
|
+
*/
|
|
152
|
+
get dataType(): any;
|
|
153
|
+
/**
|
|
154
|
+
* @hidden @internal
|
|
155
|
+
*/
|
|
156
|
+
get formatter(): any;
|
|
157
|
+
/**
|
|
158
|
+
* @hidden @internal
|
|
159
|
+
*/
|
|
160
|
+
get areAllRowsInTheGroupSelected(): boolean;
|
|
161
|
+
/**
|
|
162
|
+
* @hidden @internal
|
|
163
|
+
*/
|
|
164
|
+
get selectedRowsInTheGroup(): any[];
|
|
165
|
+
/**
|
|
166
|
+
* @hidden @internal
|
|
167
|
+
*/
|
|
168
|
+
get groupByRowCheckboxIndeterminateState(): boolean;
|
|
169
|
+
/**
|
|
170
|
+
* @hidden @internal
|
|
171
|
+
*/
|
|
172
|
+
get groupByRowSelectorBaseAriaLabel(): string;
|
|
173
|
+
/**
|
|
174
|
+
* @hidden @internal
|
|
175
|
+
*/
|
|
176
|
+
get showRowSelectors(): boolean;
|
|
177
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridGroupByRowComponent, never>;
|
|
178
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridGroupByRowComponent, "igx-grid-groupby-row", never, { "hideGroupRowSelectors": { "alias": "hideGroupRowSelectors"; "required": false; }; "rowDraggable": { "alias": "rowDraggable"; "required": false; }; "index": { "alias": "index"; "required": false; }; "gridID": { "alias": "gridID"; "required": false; }; "groupRow": { "alias": "groupRow"; "required": false; }; "isFocused": { "alias": "isFocused"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
179
|
}
|
|
29
180
|
|
|
30
181
|
/**
|
|
@@ -74,7 +225,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
74
225
|
summaryService: IgxGridSummaryService;
|
|
75
226
|
private localeId;
|
|
76
227
|
protected platform: PlatformUtil;
|
|
77
|
-
protected _diTransactions: TransactionService<Transaction, State
|
|
228
|
+
protected _diTransactions: TransactionService<Transaction, State> | null;
|
|
78
229
|
/** @hidden @internal */
|
|
79
230
|
i18nFormatter: igniteui_angular_core.BaseFormatter;
|
|
80
231
|
private readonly THROTTLE_TIME_MULTIPLIER;
|
|
@@ -248,7 +399,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
248
399
|
*
|
|
249
400
|
* @memberof IgxColumnComponent
|
|
250
401
|
*/
|
|
251
|
-
rowStyles:
|
|
402
|
+
rowStyles: null;
|
|
252
403
|
/**
|
|
253
404
|
* Gets/Sets the primary key.
|
|
254
405
|
*
|
|
@@ -270,7 +421,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
270
421
|
* <igx-grid [data]="localData" [filterMode]="'excelStyleFilter'" [uniqueColumnValuesStrategy]="columnValuesStrategy"></igx-grid>
|
|
271
422
|
* ```
|
|
272
423
|
*/
|
|
273
|
-
uniqueColumnValuesStrategy
|
|
424
|
+
uniqueColumnValuesStrategy?: (column: ColumnType, filteringExpressionsTree: IFilteringExpressionsTree, done: (values: any[]) => void) => void;
|
|
274
425
|
/** @hidden @internal */
|
|
275
426
|
excelStyleFilteringComponents: QueryList<IgxGridExcelStyleFilteringComponent>;
|
|
276
427
|
/** @hidden @internal */
|
|
@@ -1332,7 +1483,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1332
1483
|
*/
|
|
1333
1484
|
rowDragging: boolean;
|
|
1334
1485
|
/** @hidden @internal */
|
|
1335
|
-
dragRowID:
|
|
1486
|
+
dragRowID: null;
|
|
1336
1487
|
/**
|
|
1337
1488
|
* Gets/Sets whether the rows are editable.
|
|
1338
1489
|
*
|
|
@@ -1358,7 +1509,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1358
1509
|
/**
|
|
1359
1510
|
* @hidden @internal
|
|
1360
1511
|
*/
|
|
1361
|
-
get hostWidth():
|
|
1512
|
+
get hostWidth(): string;
|
|
1362
1513
|
/**
|
|
1363
1514
|
* Gets/Sets the width of the grid.
|
|
1364
1515
|
*
|
|
@@ -1584,7 +1735,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1584
1735
|
/**
|
|
1585
1736
|
* @hidden @internal
|
|
1586
1737
|
*/
|
|
1587
|
-
get summariesRowList(): QueryList<
|
|
1738
|
+
get summariesRowList(): QueryList<IgxSummaryRowComponent>;
|
|
1588
1739
|
/**
|
|
1589
1740
|
* A list of grid row.
|
|
1590
1741
|
*
|
|
@@ -1775,12 +1926,8 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1775
1926
|
/**
|
|
1776
1927
|
* @hidden @internal
|
|
1777
1928
|
*/
|
|
1778
|
-
set pagingState(value:
|
|
1779
|
-
get pagingState():
|
|
1780
|
-
/**
|
|
1781
|
-
* @hidden @internal
|
|
1782
|
-
*/
|
|
1783
|
-
rowEditMessage: any;
|
|
1929
|
+
set pagingState(value: IPagingState);
|
|
1930
|
+
get pagingState(): IPagingState;
|
|
1784
1931
|
/**
|
|
1785
1932
|
* @hidden @internal
|
|
1786
1933
|
*/
|
|
@@ -1848,7 +1995,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1848
1995
|
/**
|
|
1849
1996
|
* @hidden @internal
|
|
1850
1997
|
*/
|
|
1851
|
-
columnsWithNoSetWidths:
|
|
1998
|
+
columnsWithNoSetWidths: null;
|
|
1852
1999
|
/**
|
|
1853
2000
|
* @hidden @internal
|
|
1854
2001
|
*/
|
|
@@ -1892,7 +2039,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1892
2039
|
/**
|
|
1893
2040
|
* @hidden
|
|
1894
2041
|
*/
|
|
1895
|
-
protected _pagingState:
|
|
2042
|
+
protected _pagingState: IPagingState;
|
|
1896
2043
|
/**
|
|
1897
2044
|
* @hidden
|
|
1898
2045
|
*/
|
|
@@ -1949,7 +2096,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1949
2096
|
/**
|
|
1950
2097
|
* @hidden
|
|
1951
2098
|
*/
|
|
1952
|
-
protected _hasVisibleColumns:
|
|
2099
|
+
protected _hasVisibleColumns: boolean;
|
|
1953
2100
|
protected _allowFiltering: boolean;
|
|
1954
2101
|
protected _allowAdvancedFiltering: boolean;
|
|
1955
2102
|
protected _filterMode: FilterMode;
|
|
@@ -1971,10 +2118,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1971
2118
|
protected _dataView: any[];
|
|
1972
2119
|
protected _lastSearchInfo: ISearchInfo;
|
|
1973
2120
|
protected _hGridSchema: EntityType[];
|
|
1974
|
-
protected gridComputedStyles:
|
|
1975
|
-
protected _resourceStrings:
|
|
2121
|
+
protected gridComputedStyles: CSSStyleDeclaration;
|
|
2122
|
+
protected _resourceStrings: IGridResourceStrings;
|
|
1976
2123
|
/** @hidden @internal */
|
|
1977
|
-
get paginator(): IgxPaginatorComponent;
|
|
2124
|
+
get paginator(): IgxPaginatorComponent | undefined;
|
|
1978
2125
|
/**
|
|
1979
2126
|
* @hidden @internal
|
|
1980
2127
|
*/
|
|
@@ -2057,7 +2204,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2057
2204
|
private _rowCount;
|
|
2058
2205
|
private _cellMergeMode;
|
|
2059
2206
|
private _columnsToMerge;
|
|
2060
|
-
private _validatedPrimaryKey
|
|
2207
|
+
private _validatedPrimaryKey?;
|
|
2061
2208
|
private _validatedData;
|
|
2062
2209
|
/**
|
|
2063
2210
|
* @hidden @internal
|
|
@@ -2107,8 +2254,8 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2107
2254
|
* @hidden @internal
|
|
2108
2255
|
*/
|
|
2109
2256
|
private get hasZeroResultFilter();
|
|
2110
|
-
protected get totalCalcWidth(): number;
|
|
2111
|
-
protected get renderData(): any[];
|
|
2257
|
+
protected get totalCalcWidth(): number | undefined;
|
|
2258
|
+
protected get renderData(): any[] | null | undefined;
|
|
2112
2259
|
protected displayStyle: string;
|
|
2113
2260
|
protected templateRows: string;
|
|
2114
2261
|
/**
|
|
@@ -2173,7 +2320,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2173
2320
|
* @hidden
|
|
2174
2321
|
* Returns the row index of a row that takes into account the full view data like pinning.
|
|
2175
2322
|
*/
|
|
2176
|
-
getDataViewIndex(rowIndex:
|
|
2323
|
+
getDataViewIndex(rowIndex: number, pinned: boolean): number;
|
|
2177
2324
|
/**
|
|
2178
2325
|
* @hidden
|
|
2179
2326
|
* @internal
|
|
@@ -2241,7 +2388,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2241
2388
|
* @hidden
|
|
2242
2389
|
* @internal
|
|
2243
2390
|
*/
|
|
2244
|
-
get crudService():
|
|
2391
|
+
get crudService(): i2.IgxGridCRUDService;
|
|
2245
2392
|
/**
|
|
2246
2393
|
* @hidden
|
|
2247
2394
|
* @internal
|
|
@@ -2540,7 +2687,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2540
2687
|
* const pinnedRow = this.grid.pinnedRows;
|
|
2541
2688
|
* ```
|
|
2542
2689
|
*/
|
|
2543
|
-
get pinnedRows():
|
|
2690
|
+
get pinnedRows(): IgxRowDirective[];
|
|
2544
2691
|
/**
|
|
2545
2692
|
* Gets an array of unpinned columns.
|
|
2546
2693
|
*
|
|
@@ -2764,7 +2911,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2764
2911
|
* @param ignoreCase
|
|
2765
2912
|
* @deprecated in version 19.0.0.
|
|
2766
2913
|
*/
|
|
2767
|
-
filterGlobal(value: any, condition:
|
|
2914
|
+
filterGlobal(value: any, condition: IFilteringOperation, ignoreCase?: boolean): void;
|
|
2768
2915
|
/**
|
|
2769
2916
|
* Enables summaries for the specified column and applies your customSummary.
|
|
2770
2917
|
*
|
|
@@ -2772,31 +2919,45 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2772
2919
|
* If you do not provide the customSummary, then the default summary for the column data type will be applied.
|
|
2773
2920
|
* @example
|
|
2774
2921
|
* ```typescript
|
|
2775
|
-
* grid.enableSummaries([{ fieldName: 'ProductName' }, { fieldName: 'ID' }]);
|
|
2922
|
+
* grid.enableSummaries([{ fieldName: 'ProductName' }, { fieldName: 'ID', customSummary: myCustomSummary }]);
|
|
2776
2923
|
* ```
|
|
2777
2924
|
* Enable summaries for the listed columns.
|
|
2778
2925
|
* @example
|
|
2779
2926
|
* ```typescript
|
|
2780
|
-
* grid.enableSummaries('ProductName');
|
|
2927
|
+
* grid.enableSummaries({ fieldName: 'ProductName', customSummary: myCustomSummary });
|
|
2928
|
+
* ```
|
|
2929
|
+
* Enable summaries for a single column, optionally with a custom summary.
|
|
2930
|
+
* @example
|
|
2931
|
+
* ```typescript
|
|
2932
|
+
* grid.enableSummaries('ProductName', myCustomSummary);
|
|
2781
2933
|
* ```
|
|
2782
2934
|
* @param rest
|
|
2783
2935
|
*/
|
|
2784
|
-
enableSummaries(
|
|
2936
|
+
enableSummaries(expressions: ISummaryExpression[]): void;
|
|
2937
|
+
enableSummaries(expression: ISummaryExpression): void;
|
|
2938
|
+
enableSummaries(fieldName: string, customSummary?: any): void;
|
|
2785
2939
|
/**
|
|
2786
2940
|
* Disable summaries for the specified column.
|
|
2787
2941
|
*
|
|
2788
2942
|
* @example
|
|
2789
2943
|
* ```typescript
|
|
2790
|
-
* grid.disableSummaries('ProductName');
|
|
2944
|
+
* grid.disableSummaries({ fieldName: 'ProductName' });
|
|
2791
2945
|
* ```
|
|
2792
2946
|
* @remarks
|
|
2793
2947
|
* Disable summaries for the listed columns.
|
|
2794
2948
|
* @example
|
|
2795
2949
|
* ```typescript
|
|
2796
|
-
* grid.disableSummaries([{ fieldName: 'ProductName' }]);
|
|
2950
|
+
* grid.disableSummaries([{ fieldName: 'ProductName' }, { fieldName: 'ID' }]);
|
|
2951
|
+
* ```
|
|
2952
|
+
* Columns may also be listed by field name.
|
|
2953
|
+
* @example
|
|
2954
|
+
* ```typescript
|
|
2955
|
+
* grid.disableSummaries(['ProductName', 'ID']);
|
|
2797
2956
|
* ```
|
|
2798
2957
|
*/
|
|
2799
|
-
disableSummaries(
|
|
2958
|
+
disableSummaries(columns: Array<string | ISummaryExpression>): void;
|
|
2959
|
+
disableSummaries(expression: ISummaryExpression): void;
|
|
2960
|
+
disableSummaries(fieldName: string): void;
|
|
2800
2961
|
/**
|
|
2801
2962
|
* If name is provided, clears the filtering state of the corresponding column.
|
|
2802
2963
|
*
|
|
@@ -2824,7 +2985,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2824
2985
|
/**
|
|
2825
2986
|
* @hidden @internal
|
|
2826
2987
|
*/
|
|
2827
|
-
refreshGridState(
|
|
2988
|
+
refreshGridState(args?: IRowDataEventArgs): void;
|
|
2828
2989
|
/**
|
|
2829
2990
|
* Pins a column by field name.
|
|
2830
2991
|
*
|
|
@@ -2969,12 +3130,12 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2969
3130
|
/**
|
|
2970
3131
|
* @hidden
|
|
2971
3132
|
*/
|
|
2972
|
-
protected get isPercentWidth(): boolean;
|
|
3133
|
+
protected get isPercentWidth(): boolean | "" | null;
|
|
2973
3134
|
protected get shouldResize(): boolean;
|
|
2974
3135
|
/**
|
|
2975
3136
|
* @hidden @internal
|
|
2976
3137
|
*/
|
|
2977
|
-
get isPercentHeight(): boolean;
|
|
3138
|
+
get isPercentHeight(): boolean | "" | null;
|
|
2978
3139
|
/**
|
|
2979
3140
|
* @hidden
|
|
2980
3141
|
*/
|
|
@@ -3030,11 +3191,6 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3030
3191
|
* @hidden @internal
|
|
3031
3192
|
*/
|
|
3032
3193
|
isColumnGrouped(_fieldName: string): boolean;
|
|
3033
|
-
/**
|
|
3034
|
-
* @hidden @internal
|
|
3035
|
-
* TODO: REMOVE
|
|
3036
|
-
*/
|
|
3037
|
-
onHeaderSelectorClick(event: any): void;
|
|
3038
3194
|
/**
|
|
3039
3195
|
* @hidden @internal
|
|
3040
3196
|
*/
|
|
@@ -3221,16 +3377,16 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3221
3377
|
/**
|
|
3222
3378
|
* @hidden @internal
|
|
3223
3379
|
*/
|
|
3224
|
-
preventContainerScroll: (evt:
|
|
3380
|
+
preventContainerScroll: (evt: Event) => void;
|
|
3225
3381
|
/**
|
|
3226
3382
|
* @hidden
|
|
3227
3383
|
* @internal
|
|
3228
3384
|
*/
|
|
3229
|
-
copyHandler(event:
|
|
3385
|
+
copyHandler(event: KeyboardEvent | ClipboardEvent): void;
|
|
3230
3386
|
/**
|
|
3231
3387
|
* @hidden @internal
|
|
3232
3388
|
*/
|
|
3233
|
-
prepareCopyData(event:
|
|
3389
|
+
prepareCopyData(event: KeyboardEvent | ClipboardEvent, data: any, keys?: any): string | undefined;
|
|
3234
3390
|
/**
|
|
3235
3391
|
* @hidden @internal
|
|
3236
3392
|
*/
|
|
@@ -3259,7 +3415,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3259
3415
|
* const nextEditableCellPosition = this.grid.getNextCell(0, 3, (column) => column.editable);
|
|
3260
3416
|
* ```
|
|
3261
3417
|
*/
|
|
3262
|
-
getNextCell(currRowIndex: number, curVisibleColIndex: number, callback?: (
|
|
3418
|
+
getNextCell(currRowIndex: number, curVisibleColIndex: number, callback?: (column: ColumnType) => boolean): ICellPosition;
|
|
3263
3419
|
/**
|
|
3264
3420
|
* Returns `ICellPosition` which defines the previous cell,
|
|
3265
3421
|
* according to the current position, that match specific criteria.
|
|
@@ -3272,16 +3428,16 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3272
3428
|
* const previousEditableCellPosition = this.grid.getPreviousCell(0, 3, (column) => column.editable);
|
|
3273
3429
|
* ```
|
|
3274
3430
|
*/
|
|
3275
|
-
getPreviousCell(currRowIndex: number, curVisibleColIndex: number, callback?: (
|
|
3431
|
+
getPreviousCell(currRowIndex: number, curVisibleColIndex: number, callback?: (column: ColumnType) => boolean): ICellPosition;
|
|
3276
3432
|
/**
|
|
3277
3433
|
* @hidden
|
|
3278
3434
|
* @internal
|
|
3279
3435
|
*/
|
|
3280
|
-
endRowEditTabStop(commit?: boolean, event?:
|
|
3436
|
+
endRowEditTabStop(commit?: boolean, event?: MouseEvent): true | undefined;
|
|
3281
3437
|
/**
|
|
3282
3438
|
* @hidden @internal
|
|
3283
3439
|
*/
|
|
3284
|
-
trackColumnChanges(_index:
|
|
3440
|
+
trackColumnChanges(_index: number, col: ColumnType): string;
|
|
3285
3441
|
/**
|
|
3286
3442
|
* @hidden
|
|
3287
3443
|
*/
|
|
@@ -3298,12 +3454,12 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3298
3454
|
/**
|
|
3299
3455
|
* @hidden @internal
|
|
3300
3456
|
*/
|
|
3301
|
-
toggleRowEditingOverlay(show:
|
|
3457
|
+
toggleRowEditingOverlay(show: boolean): void;
|
|
3302
3458
|
/**
|
|
3303
3459
|
* @hidden @internal
|
|
3304
3460
|
*/
|
|
3305
|
-
repositionRowEditingOverlay(row
|
|
3306
|
-
protected viewDetachHandler(args:
|
|
3461
|
+
repositionRowEditingOverlay(row?: RowType): void;
|
|
3462
|
+
protected viewDetachHandler(args: IViewChangeEventArgs): void;
|
|
3307
3463
|
/**
|
|
3308
3464
|
* @hidden @internal
|
|
3309
3465
|
*/
|
|
@@ -3357,7 +3513,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3357
3513
|
* ```
|
|
3358
3514
|
* @param commit
|
|
3359
3515
|
*/
|
|
3360
|
-
endEdit(commit?: boolean, event?:
|
|
3516
|
+
endEdit(commit?: boolean, event?: FocusEvent | MouseEvent | KeyboardEvent): boolean;
|
|
3361
3517
|
/**
|
|
3362
3518
|
* Enters add mode by spawning the UI under the specified row by rowID.
|
|
3363
3519
|
*
|
|
@@ -3391,14 +3547,14 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3391
3547
|
/**
|
|
3392
3548
|
* @hidden
|
|
3393
3549
|
*/
|
|
3394
|
-
preventHeaderScroll(args:
|
|
3550
|
+
preventHeaderScroll(args: Event): void;
|
|
3395
3551
|
protected beginAddRowForIndex(index: number, asChild?: boolean): void;
|
|
3396
3552
|
protected switchTransactionService(val: boolean): void;
|
|
3397
3553
|
protected subscribeToTransactions(): void;
|
|
3398
3554
|
protected transactionStatusUpdate(event: StateUpdateEvent): void;
|
|
3399
3555
|
protected writeToData(rowIndex: number, value: any): void;
|
|
3400
|
-
protected _restoreVirtState(row:
|
|
3401
|
-
protected changeRowEditingOverlayStateOnScroll(row
|
|
3556
|
+
protected _restoreVirtState(row: RowType | IgxSummaryRowComponent): void;
|
|
3557
|
+
protected changeRowEditingOverlayStateOnScroll(row?: RowType): void;
|
|
3402
3558
|
/**
|
|
3403
3559
|
* Should be called when data and/or isLoading input changes so that the overlay can be
|
|
3404
3560
|
* hidden/shown based on the current value of shouldOverlayLoading
|
|
@@ -3432,7 +3588,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3432
3588
|
/**
|
|
3433
3589
|
* @hidden
|
|
3434
3590
|
*/
|
|
3435
|
-
protected _resetColumnList(list?:
|
|
3591
|
+
protected _resetColumnList(list?: IgxColumnComponent[]): IgxColumnComponent[];
|
|
3436
3592
|
/**
|
|
3437
3593
|
* Reorders columns inside the passed column collection.
|
|
3438
3594
|
* When reordering column group collection, the collection is not flattened.
|
|
@@ -3440,7 +3596,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3440
3596
|
*
|
|
3441
3597
|
* @hidden
|
|
3442
3598
|
*/
|
|
3443
|
-
protected _reorderColumns(from: IgxColumnComponent, to: IgxColumnComponent, position: DropPosition, columnCollection:
|
|
3599
|
+
protected _reorderColumns(from: IgxColumnComponent, to: IgxColumnComponent, position: DropPosition, columnCollection: IgxColumnComponent[], inGroup?: boolean): void;
|
|
3444
3600
|
/**
|
|
3445
3601
|
* Reorder column group collection.
|
|
3446
3602
|
*
|
|
@@ -3463,7 +3619,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3463
3619
|
/**
|
|
3464
3620
|
* @hidden @internal
|
|
3465
3621
|
*/
|
|
3466
|
-
protected onPinnedRowsChanged(change: QueryList<
|
|
3622
|
+
protected onPinnedRowsChanged(change: QueryList<IgxRowDirective>): void;
|
|
3467
3623
|
/**
|
|
3468
3624
|
* @hidden
|
|
3469
3625
|
*/
|
|
@@ -3489,7 +3645,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3489
3645
|
/**
|
|
3490
3646
|
* @hidden
|
|
3491
3647
|
*/
|
|
3492
|
-
protected getComputedHeight(elem:
|
|
3648
|
+
protected getComputedHeight(elem: HTMLElement): number;
|
|
3493
3649
|
/**
|
|
3494
3650
|
* @hidden
|
|
3495
3651
|
*/
|
|
@@ -3515,7 +3671,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3515
3671
|
*/
|
|
3516
3672
|
protected _calculateGridBodyHeight(): number;
|
|
3517
3673
|
protected checkContainerSizeChange(): boolean;
|
|
3518
|
-
protected _shouldAutoSize(renderedHeight:
|
|
3674
|
+
protected _shouldAutoSize(renderedHeight: number): boolean;
|
|
3519
3675
|
/**
|
|
3520
3676
|
* @hidden
|
|
3521
3677
|
* Gets calculated width of the unpinned area
|
|
@@ -3525,7 +3681,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3525
3681
|
/**
|
|
3526
3682
|
* @hidden
|
|
3527
3683
|
*/
|
|
3528
|
-
protected _summaries(fieldName: string, hasSummary: boolean, summaryOperand?:
|
|
3684
|
+
protected _summaries(fieldName: string, hasSummary: boolean, summaryOperand?: IgxSummaryOperand): void;
|
|
3529
3685
|
/**
|
|
3530
3686
|
* @hidden
|
|
3531
3687
|
*/
|
|
@@ -3533,7 +3689,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3533
3689
|
/**
|
|
3534
3690
|
* @hidden
|
|
3535
3691
|
*/
|
|
3536
|
-
protected _disableMultipleSummaries(expressions:
|
|
3692
|
+
protected _disableMultipleSummaries(expressions: Array<string | ISummaryExpression>): void;
|
|
3537
3693
|
/**
|
|
3538
3694
|
* @hidden
|
|
3539
3695
|
*/
|
|
@@ -3552,7 +3708,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3552
3708
|
*/
|
|
3553
3709
|
protected reinitPinStates(): void;
|
|
3554
3710
|
protected extractDataFromSelection(source: any[], formatters?: boolean, headers?: boolean, columnData?: any[]): any[];
|
|
3555
|
-
protected getSelectableColumnsAt(index:
|
|
3711
|
+
protected getSelectableColumnsAt(index: number): IgxColumnComponent[];
|
|
3556
3712
|
protected autoSizeColumnsInView(): void;
|
|
3557
3713
|
protected extractDataFromColumnsSelection(source: any[], formatters?: boolean, headers?: boolean): any[];
|
|
3558
3714
|
/**
|
|
@@ -3566,7 +3722,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3566
3722
|
/**
|
|
3567
3723
|
* @hidden
|
|
3568
3724
|
*/
|
|
3569
|
-
protected scrollToHorizontally(column:
|
|
3725
|
+
protected scrollToHorizontally(column: string | number): void;
|
|
3570
3726
|
/**
|
|
3571
3727
|
* @hidden
|
|
3572
3728
|
*/
|
|
@@ -3583,9 +3739,9 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3583
3739
|
private _columnsReordered;
|
|
3584
3740
|
protected buildDataView(_data: any[]): void;
|
|
3585
3741
|
private _applyWidthHostBinding;
|
|
3586
|
-
protected verticalScrollHandler(event:
|
|
3742
|
+
protected verticalScrollHandler(event: Event): void;
|
|
3587
3743
|
protected hasMenuPinningActions(): boolean;
|
|
3588
|
-
protected horizontalScrollHandler(event:
|
|
3744
|
+
protected horizontalScrollHandler(event: Event): void;
|
|
3589
3745
|
protected get renderedActualRowHeight(): number;
|
|
3590
3746
|
private executeCallback;
|
|
3591
3747
|
private getNavigationArguments;
|
|
@@ -3612,7 +3768,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3612
3768
|
* @hidden
|
|
3613
3769
|
* @internal
|
|
3614
3770
|
*/
|
|
3615
|
-
isGhostRecordAtIndex(dataViewIndex:
|
|
3771
|
+
isGhostRecordAtIndex(dataViewIndex: number): boolean;
|
|
3616
3772
|
private isValidPosition;
|
|
3617
3773
|
private find;
|
|
3618
3774
|
private rebuildMatchCache;
|
|
@@ -3645,11 +3801,6 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3645
3801
|
static ngAcceptInputType_selectRowOnClick: unknown;
|
|
3646
3802
|
}
|
|
3647
3803
|
|
|
3648
|
-
interface IGroupingDoneEventArgs extends IBaseEventArgs {
|
|
3649
|
-
expressions: Array<ISortingExpression> | ISortingExpression;
|
|
3650
|
-
groupedColumns: Array<IgxColumnComponent> | IgxColumnComponent;
|
|
3651
|
-
ungroupedColumns: Array<IgxColumnComponent> | IgxColumnComponent;
|
|
3652
|
-
}
|
|
3653
3804
|
/**
|
|
3654
3805
|
* Grid provides a way to present and manipulate tabular data.
|
|
3655
3806
|
*
|
|
@@ -3818,11 +3969,11 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
3818
3969
|
* @hidden @internal
|
|
3819
3970
|
* Includes children of collapsed group rows.
|
|
3820
3971
|
*/
|
|
3821
|
-
groupingResult:
|
|
3972
|
+
groupingResult: IGroupByResult[];
|
|
3822
3973
|
/**
|
|
3823
3974
|
* @hidden @internal
|
|
3824
3975
|
*/
|
|
3825
|
-
groupingMetadata:
|
|
3976
|
+
groupingMetadata: IGroupByRecord[];
|
|
3826
3977
|
/**
|
|
3827
3978
|
* @hidden @internal
|
|
3828
3979
|
* Does not include children of collapsed group rows.
|
|
@@ -3847,7 +3998,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
3847
3998
|
/**
|
|
3848
3999
|
* @hidden
|
|
3849
4000
|
*/
|
|
3850
|
-
protected groupingDiffer:
|
|
4001
|
+
protected groupingDiffer: IterableDiffer<IGroupingExpression> | null;
|
|
3851
4002
|
private _data?;
|
|
3852
4003
|
private _hideGroupedColumns;
|
|
3853
4004
|
private _dropAreaMessage;
|
|
@@ -3959,7 +4110,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
3959
4110
|
/**
|
|
3960
4111
|
* @hidden @internal
|
|
3961
4112
|
*/
|
|
3962
|
-
get groupsRowList(): QueryList<
|
|
4113
|
+
get groupsRowList(): QueryList<IgxGridGroupByRowComponent>;
|
|
3963
4114
|
/**
|
|
3964
4115
|
* Gets the group by row selector template.
|
|
3965
4116
|
*/
|
|
@@ -3981,11 +4132,11 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
3981
4132
|
/**
|
|
3982
4133
|
* @hidden @internal
|
|
3983
4134
|
*/
|
|
3984
|
-
getDetailsContext(rowData: any, index:
|
|
4135
|
+
getDetailsContext(rowData: any, index: number): IgxGridDetailTemplateDirective;
|
|
3985
4136
|
/**
|
|
3986
4137
|
* @hidden @internal
|
|
3987
4138
|
*/
|
|
3988
|
-
detailsViewFocused(_container:
|
|
4139
|
+
detailsViewFocused(_container: HTMLDivElement, rowIndex: any): void;
|
|
3989
4140
|
/**
|
|
3990
4141
|
* @hidden @internal
|
|
3991
4142
|
*/
|
|
@@ -4001,7 +4152,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
4001
4152
|
/**
|
|
4002
4153
|
* @hidden @internal
|
|
4003
4154
|
*/
|
|
4004
|
-
isDetailActive(rowIndex:
|
|
4155
|
+
isDetailActive(rowIndex: number): boolean;
|
|
4005
4156
|
/**
|
|
4006
4157
|
* Gets/Sets the template reference for the group row.
|
|
4007
4158
|
*
|
|
@@ -4014,7 +4165,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
4014
4165
|
get groupRowTemplate(): TemplateRef<IgxGroupByRowTemplateContext>;
|
|
4015
4166
|
set groupRowTemplate(template: TemplateRef<IgxGroupByRowTemplateContext>);
|
|
4016
4167
|
/** @hidden @internal */
|
|
4017
|
-
trackChanges: (index:
|
|
4168
|
+
trackChanges: (index: number, rec: any) => any;
|
|
4018
4169
|
/**
|
|
4019
4170
|
* Groups by a new column based on the provided expression, or modifies an existing one.
|
|
4020
4171
|
*
|
|
@@ -4143,15 +4294,15 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
4143
4294
|
/**
|
|
4144
4295
|
* @hidden @internal
|
|
4145
4296
|
*/
|
|
4146
|
-
viewCreatedHandler(args:
|
|
4297
|
+
viewCreatedHandler(args: IViewChangeEventArgs): void;
|
|
4147
4298
|
/**
|
|
4148
4299
|
* @hidden @internal
|
|
4149
4300
|
*/
|
|
4150
|
-
viewMovedHandler(args:
|
|
4301
|
+
viewMovedHandler(args: IViewChangeEventArgs): void;
|
|
4151
4302
|
/**
|
|
4152
4303
|
* @hidden @internal
|
|
4153
4304
|
*/
|
|
4154
|
-
get iconTemplate(): TemplateRef<
|
|
4305
|
+
get iconTemplate(): TemplateRef<i2.IgxGridTemplateContext>;
|
|
4155
4306
|
/**
|
|
4156
4307
|
* @hidden @internal
|
|
4157
4308
|
*/
|
|
@@ -4171,7 +4322,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
4171
4322
|
/**
|
|
4172
4323
|
* @hidden @internal
|
|
4173
4324
|
*/
|
|
4174
|
-
dataLoading(event:
|
|
4325
|
+
dataLoading(event: IForOfState): void;
|
|
4175
4326
|
/**
|
|
4176
4327
|
*
|
|
4177
4328
|
* Returns an array of the current cell selection in the form of `[{ column.field: cell.value }, ...]`.
|
|
@@ -4304,7 +4455,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
|
|
|
4304
4455
|
*/
|
|
4305
4456
|
declare class IgxGridSortingPipe implements PipeTransform {
|
|
4306
4457
|
private grid;
|
|
4307
|
-
transform(collection: any[], sortExpressions: ISortingExpression[], groupExpressions: IGroupingExpression[], sorting: IGridSortingStrategy, _id: string, _pipeTrigger: number, pinned?:
|
|
4458
|
+
transform(collection: any[], sortExpressions: ISortingExpression[], groupExpressions: IGroupingExpression[], sorting: IGridSortingStrategy, _id: string, _pipeTrigger: number, pinned?: boolean): any[];
|
|
4308
4459
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridSortingPipe, never>;
|
|
4309
4460
|
static ɵpipe: i0.ɵɵPipeDeclaration<IgxGridSortingPipe, "gridSort", true>;
|
|
4310
4461
|
}
|
|
@@ -4334,7 +4485,7 @@ declare class IgxGridUnmergeActivePipe implements PipeTransform {
|
|
|
4334
4485
|
*/
|
|
4335
4486
|
declare class IgxGridPagingPipe implements PipeTransform {
|
|
4336
4487
|
private grid;
|
|
4337
|
-
transform(collection: IGroupByResult, enabled: boolean, page: number, perPage: number, _: number): IGroupByResult;
|
|
4488
|
+
transform(collection: IGroupByResult, enabled: boolean, page: number | undefined, perPage: number | undefined, _: number): IGroupByResult;
|
|
4338
4489
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridPagingPipe, never>;
|
|
4339
4490
|
static ɵpipe: i0.ɵɵPipeDeclaration<IgxGridPagingPipe, "gridPaging", true>;
|
|
4340
4491
|
}
|
|
@@ -4343,11 +4494,24 @@ declare class IgxGridPagingPipe implements PipeTransform {
|
|
|
4343
4494
|
*/
|
|
4344
4495
|
declare class IgxGridFilteringPipe implements PipeTransform {
|
|
4345
4496
|
private grid;
|
|
4346
|
-
transform(collection: any[], expressionsTree: IFilteringExpressionsTree, filterStrategy: IFilteringStrategy, advancedExpressionsTree: IFilteringExpressionsTree, _id: string, _pipeTrigger: number, _filteringPipeTrigger: number, pinned?:
|
|
4497
|
+
transform(collection: any[], expressionsTree: IFilteringExpressionsTree, filterStrategy: IFilteringStrategy, advancedExpressionsTree: IFilteringExpressionsTree, _id: string, _pipeTrigger: number, _filteringPipeTrigger: number, pinned?: boolean): any[];
|
|
4347
4498
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridFilteringPipe, never>;
|
|
4348
4499
|
static ɵpipe: i0.ɵɵPipeDeclaration<IgxGridFilteringPipe, "gridFiltering", true>;
|
|
4349
4500
|
}
|
|
4350
4501
|
|
|
4502
|
+
declare class IgxGridRowComponent extends IgxRowDirective {
|
|
4503
|
+
getContext(col: ColumnType, row: RowType): {
|
|
4504
|
+
$implicit: ColumnType;
|
|
4505
|
+
row: RowType;
|
|
4506
|
+
};
|
|
4507
|
+
getContextMRL(pinnedCols: ColumnType[], row: RowType): {
|
|
4508
|
+
$implicit: ColumnType[];
|
|
4509
|
+
row: RowType;
|
|
4510
|
+
};
|
|
4511
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridRowComponent, never>;
|
|
4512
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridRowComponent, "igx-grid-row", never, {}, {}, never, never, true, never>;
|
|
4513
|
+
}
|
|
4514
|
+
|
|
4351
4515
|
declare class IgxGridExpandableCellComponent extends IgxGridCellComponent implements OnInit {
|
|
4352
4516
|
document: Document;
|
|
4353
4517
|
/**
|
|
@@ -4379,7 +4543,7 @@ declare class IgxGridExpandableCellComponent extends IgxGridCellComponent implem
|
|
|
4379
4543
|
/**
|
|
4380
4544
|
* @hidden
|
|
4381
4545
|
*/
|
|
4382
|
-
get iconTemplate(): TemplateRef<
|
|
4546
|
+
get iconTemplate(): TemplateRef<i2.IgxGridRowTemplateContext>;
|
|
4383
4547
|
/**
|
|
4384
4548
|
* @hidden
|
|
4385
4549
|
*/
|
|
@@ -4400,4 +4564,3 @@ declare class IgxGridModule {
|
|
|
4400
4564
|
}
|
|
4401
4565
|
|
|
4402
4566
|
export { IGX_GRID_DIRECTIVES, IgxGridBaseDirective, IgxGridCellMergePipe, IgxGridComponent, IgxGridExpandableCellComponent, IgxGridFilteringPipe, IgxGridGroupByAreaComponent, IgxGridGroupingPipe, IgxGridModule, IgxGridPagingPipe, IgxGridRowComponent, IgxGridSortingPipe, IgxGridUnmergeActivePipe, SCROLL_THROTTLE_TIME_MULTIPLIER };
|
|
4403
|
-
export type { IGroupingDoneEventArgs };
|