igniteui-angular 21.0.2 → 21.0.3
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/chat/README.md +93 -0
- package/fesm2022/igniteui-angular-directives.mjs +1 -1
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +241 -2
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +235 -2
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +3384 -3188
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +238 -2
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/package.json +1 -1
- package/types/igniteui-angular-grids-grid.d.ts +12 -1
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +23 -13
- package/types/igniteui-angular-grids-pivot-grid.d.ts +501 -492
- package/types/igniteui-angular-grids-tree-grid.d.ts +12 -1
|
@@ -1,296 +1,14 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i4 from 'igniteui-angular/grids/core';
|
|
2
|
+
import { IgxGridHeaderComponent, IgxPivotColumnResizingService, IgxGridHeaderGroupComponent, PivotRowHeaderGroupType, PivotGridType, IPivotDimension, IgxGridHeaderRowComponent, IPivotAggregator, IPivotValue, PivotDimensionType, IgxGridNavigationService, IPivotGridRecord, IMultiRowLayoutNode, IPivotGridGroupRecord, IPivotDimensionData, IgxColumnComponent, IgxPivotGridValueTemplateContext, IgxColumnTemplateContext, IPivotGridHorizontalGroup, GridBaseAPIService, GridType, IDimensionsChange, IPivotConfigurationChangedEventArgs, IValuesChange, IPivotConfiguration, IPivotUISettings, IgxPivotGridColumnResizerComponent, IgxGridExcelStyleFilteringComponent, IGridEditEventArgs, IGridEditDoneEventArgs, IColumnMovingStartEventArgs, IColumnMovingEventArgs, IColumnMovingEndEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IRowDataCancelableEventArgs, IRowDataEventArgs, IRowDragStartEventArgs, IRowDragEndEventArgs, IPinRowEventArgs, GridPagingMode, IGridToolbarExportEventArgs, FilterMode, GridSummaryPosition, IColumnVisibilityChangedEventArgs, DropPosition, RowType, ICellPosition, IgxColumnGroupComponent, IgxRowDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective } from 'igniteui-angular/grids/core';
|
|
2
3
|
import * as i0 from '@angular/core';
|
|
3
|
-
import {
|
|
4
|
-
import { IDropDroppedEventArgs, IDragGhostBaseEventArgs, IDropBaseEventArgs, IDragMoveEventArgs, IDragBaseEventArgs, IgxGridForOfDirective, IForOfDataChangingEventArgs } from 'igniteui-angular/directives';
|
|
5
|
-
import { IgxDropDownComponent, ISelectionEventArgs } from 'igniteui-angular/drop-down';
|
|
4
|
+
import { AfterViewInit, ElementRef, OnChanges, Renderer2, QueryList, SimpleChanges, NgZone, Injector, EnvironmentInjector, ViewContainerRef, TemplateRef, OnInit, AfterContentInit, EventEmitter } from '@angular/core';
|
|
6
5
|
import * as igniteui_angular_core from 'igniteui-angular/core';
|
|
7
|
-
import { ɵSize as _Size,
|
|
8
|
-
import
|
|
9
|
-
import { IPivotDimension, IPivotAggregator, IPivotValue, PivotDimensionType, PivotGridType, IgxGridHeaderComponent, IgxPivotColumnResizingService, IgxGridHeaderGroupComponent, PivotRowHeaderGroupType, IgxGridHeaderRowComponent, IgxGridNavigationService, IPivotGridRecord, IMultiRowLayoutNode, IPivotGridGroupRecord, IPivotDimensionData, IgxColumnComponent, IgxPivotGridValueTemplateContext, IgxColumnTemplateContext, IPivotGridHorizontalGroup, GridBaseAPIService, GridType, IDimensionsChange, IPivotConfigurationChangedEventArgs, IValuesChange, IPivotConfiguration, IPivotUISettings, IgxPivotGridColumnResizerComponent, IgxGridExcelStyleFilteringComponent, IGridEditEventArgs, IGridEditDoneEventArgs, IColumnMovingStartEventArgs, IColumnMovingEventArgs, IColumnMovingEndEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IRowDataCancelableEventArgs, IRowDataEventArgs, IRowDragStartEventArgs, IRowDragEndEventArgs, IPinRowEventArgs, GridPagingMode, IGridToolbarExportEventArgs, FilterMode, GridSummaryPosition, IColumnVisibilityChangedEventArgs, DropPosition, RowType, ICellPosition, IgxColumnGroupComponent, IgxRowDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective } from 'igniteui-angular/grids/core';
|
|
6
|
+
import { ColumnType, ISortingExpression, ɵSize as _Size, IDataCloneStrategy, IFilteringStrategy, TransactionService, Transaction, State, GridSummaryCalculationMode, OverlaySettings, SortingDirection, IFilteringOperation, IFilteringExpressionsTree, DefaultSortingStrategy } from 'igniteui-angular/core';
|
|
7
|
+
import { IgxGridForOfDirective, IForOfDataChangingEventArgs, IDropDroppedEventArgs, IDragGhostBaseEventArgs, IDropBaseEventArgs, IDragMoveEventArgs, IDragBaseEventArgs } from 'igniteui-angular/directives';
|
|
10
8
|
import { IgxChipComponent, IgxChipsAreaComponent, IBaseChipEventArgs } from 'igniteui-angular/chips';
|
|
9
|
+
import { IgxDropDownComponent, ISelectionEventArgs } from 'igniteui-angular/drop-down';
|
|
11
10
|
import { IgxGridBaseDirective, IgxGridRowComponent } from 'igniteui-angular/grids/grid';
|
|
12
|
-
|
|
13
|
-
interface IDataSelectorPanel {
|
|
14
|
-
name: string;
|
|
15
|
-
i18n: string;
|
|
16
|
-
type?: PivotDimensionType;
|
|
17
|
-
dataKey: string;
|
|
18
|
-
icon: string;
|
|
19
|
-
itemKey: string;
|
|
20
|
-
displayKey?: string;
|
|
21
|
-
sortable: boolean;
|
|
22
|
-
dragChannels: string[];
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI
|
|
26
|
-
*
|
|
27
|
-
* @igxModule IgxPivotGridModule
|
|
28
|
-
* @igxGroup Grids & Lists
|
|
29
|
-
* @igxKeywords data selector, pivot, grid
|
|
30
|
-
* @igxTheme pivot-data-selector-theme
|
|
31
|
-
* @remarks
|
|
32
|
-
* The Ignite UI Data Selector has a searchable list with the grid data columns,
|
|
33
|
-
* there are also four expandable areas underneath for filters, rows, columns, and values
|
|
34
|
-
* is used for grouping and aggregating simple flat data into a pivot table.
|
|
35
|
-
* @example
|
|
36
|
-
* ```html
|
|
37
|
-
* <igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="configuration">
|
|
38
|
-
* </igx-pivot-grid>
|
|
39
|
-
* <igx-pivot-data-selector [grid]="grid1"></igx-pivot-data-selector>
|
|
40
|
-
* ```
|
|
41
|
-
*/
|
|
42
|
-
declare class IgxPivotDataSelectorComponent {
|
|
43
|
-
private renderer;
|
|
44
|
-
private cdr;
|
|
45
|
-
/**
|
|
46
|
-
* Gets/sets whether the columns panel is expanded
|
|
47
|
-
* Get
|
|
48
|
-
* ```typescript
|
|
49
|
-
* const columnsPanelState: boolean = this.dataSelector.columnsExpanded;
|
|
50
|
-
* ```
|
|
51
|
-
* Set
|
|
52
|
-
* ```html
|
|
53
|
-
* <igx-pivot-data-selector [grid]="grid1" [columnsExpanded]="columnsPanelState"></igx-pivot-data-selector>
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* Two-way data binding:
|
|
57
|
-
* ```html
|
|
58
|
-
* <igx-pivot-data-selector [grid]="grid1" [(columnsExpanded)]="columnsPanelState"></igx-pivot-data-selector>
|
|
59
|
-
* ```
|
|
60
|
-
*/
|
|
61
|
-
columnsExpanded: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Emitted when the columns panel is expanded or collapsed.
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
* ```html
|
|
67
|
-
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
68
|
-
* (columnsExpandedChange)="columnsExpandedChange($event)"></igx-pivot-data-selector>
|
|
69
|
-
* ```
|
|
70
|
-
*/
|
|
71
|
-
columnsExpandedChange: EventEmitter<boolean>;
|
|
72
|
-
/**
|
|
73
|
-
* Gets/sets whether the rows panel is expanded
|
|
74
|
-
* Get
|
|
75
|
-
* ```typescript
|
|
76
|
-
* const rowsPanelState: boolean = this.dataSelector.rowsExpanded;
|
|
77
|
-
* ```
|
|
78
|
-
* Set
|
|
79
|
-
* ```html
|
|
80
|
-
* <igx-pivot-data-selector [grid]="grid1" [rowsExpanded]="rowsPanelState"></igx-pivot-data-selector>
|
|
81
|
-
* ```
|
|
82
|
-
*
|
|
83
|
-
* Two-way data binding:
|
|
84
|
-
* ```html
|
|
85
|
-
* <igx-pivot-data-selector [grid]="grid1" [(rowsExpanded)]="rowsPanelState"></igx-pivot-data-selector>
|
|
86
|
-
* ```
|
|
87
|
-
*/
|
|
88
|
-
rowsExpanded: boolean;
|
|
89
|
-
/**
|
|
90
|
-
* Emitted when the rows panel is expanded or collapsed.
|
|
91
|
-
*
|
|
92
|
-
* @example
|
|
93
|
-
* ```html
|
|
94
|
-
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
95
|
-
* (rowsExpandedChange)="rowsExpandedChange($event)"></igx-pivot-data-selector>
|
|
96
|
-
* ```
|
|
97
|
-
*/
|
|
98
|
-
rowsExpandedChange: EventEmitter<boolean>;
|
|
99
|
-
/**
|
|
100
|
-
* Gets/sets whether the filters panel is expanded
|
|
101
|
-
* Get
|
|
102
|
-
* ```typescript
|
|
103
|
-
* const filtersPanelState: boolean = this.dataSelector.filtersExpanded;
|
|
104
|
-
* ```
|
|
105
|
-
* Set
|
|
106
|
-
* ```html
|
|
107
|
-
* <igx-pivot-data-selector [grid]="grid1" [filtersExpanded]="filtersPanelState"></igx-pivot-data-selector>
|
|
108
|
-
* ```
|
|
109
|
-
*
|
|
110
|
-
* Two-way data binding:
|
|
111
|
-
* ```html
|
|
112
|
-
* <igx-pivot-data-selector [grid]="grid1" [(filtersExpanded)]="filtersPanelState"></igx-pivot-data-selector>
|
|
113
|
-
* ```
|
|
114
|
-
*/
|
|
115
|
-
filtersExpanded: boolean;
|
|
116
|
-
/**
|
|
117
|
-
* Emitted when the filters panel is expanded or collapsed.
|
|
118
|
-
*
|
|
119
|
-
* @example
|
|
120
|
-
* ```html
|
|
121
|
-
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
122
|
-
* (filtersExpandedChange)="filtersExpandedChange($event)"></igx-pivot-data-selector>
|
|
123
|
-
* ```
|
|
124
|
-
*/
|
|
125
|
-
filtersExpandedChange: EventEmitter<boolean>;
|
|
126
|
-
/**
|
|
127
|
-
* Gets/sets whether the values panel is expanded
|
|
128
|
-
* Get
|
|
129
|
-
* ```typescript
|
|
130
|
-
* const valuesPanelState: boolean = this.dataSelector.valuesExpanded;
|
|
131
|
-
* ```
|
|
132
|
-
* Set
|
|
133
|
-
* ```html
|
|
134
|
-
* <igx-pivot-data-selector [grid]="grid1" [valuesExpanded]="valuesPanelState"></igx-pivot-data-selector>
|
|
135
|
-
* ```
|
|
136
|
-
*
|
|
137
|
-
* Two-way data binding:
|
|
138
|
-
* ```html
|
|
139
|
-
* <igx-pivot-data-selector [grid]="grid1" [(valuesExpanded)]="valuesPanelState"></igx-pivot-data-selector>
|
|
140
|
-
* ```
|
|
141
|
-
*/
|
|
142
|
-
valuesExpanded: boolean;
|
|
143
|
-
/**
|
|
144
|
-
* Emitted when the values panel is expanded or collapsed.
|
|
145
|
-
*
|
|
146
|
-
* @example
|
|
147
|
-
* ```html
|
|
148
|
-
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
149
|
-
* (valuesExpandedChange)="valuesExpandedChange($event)"></igx-pivot-data-selector>
|
|
150
|
-
* ```
|
|
151
|
-
*/
|
|
152
|
-
valuesExpandedChange: EventEmitter<boolean>;
|
|
153
|
-
private _grid;
|
|
154
|
-
private _dropDelta;
|
|
155
|
-
/** @hidden @internal **/
|
|
156
|
-
cssClass: string;
|
|
157
|
-
protected get size(): _Size;
|
|
158
|
-
/** @hidden @internal **/
|
|
159
|
-
dimensions: IPivotDimension[];
|
|
160
|
-
private _subMenuPositionSettings;
|
|
161
|
-
private _subMenuOverlaySettings;
|
|
162
|
-
animationSettings: {
|
|
163
|
-
closeAnimation: _angular_animations.AnimationAnimateRefMetadata;
|
|
164
|
-
openAnimation: _angular_animations.AnimationAnimateRefMetadata;
|
|
165
|
-
};
|
|
166
|
-
/** @hidden @internal */
|
|
167
|
-
aggregateList: IPivotAggregator[];
|
|
168
|
-
/** @hidden @internal */
|
|
169
|
-
value: IPivotValue;
|
|
170
|
-
/** @hidden @internal */
|
|
171
|
-
ghostText: string;
|
|
172
|
-
/** @hidden @internal */
|
|
173
|
-
ghostWidth: number;
|
|
174
|
-
/** @hidden @internal */
|
|
175
|
-
dropAllowed: boolean;
|
|
176
|
-
/** @hidden @internal */
|
|
177
|
-
get dims(): IPivotDimension[];
|
|
178
|
-
/** @hidden @internal */
|
|
179
|
-
get values(): IPivotValue[];
|
|
180
|
-
/**
|
|
181
|
-
* @hidden @internal
|
|
182
|
-
*/
|
|
183
|
-
_panels: IDataSelectorPanel[];
|
|
184
|
-
/**
|
|
185
|
-
* Sets the grid.
|
|
186
|
-
*/
|
|
187
|
-
set grid(value: PivotGridType);
|
|
188
|
-
/**
|
|
189
|
-
* Returns the grid.
|
|
190
|
-
*/
|
|
191
|
-
get grid(): PivotGridType;
|
|
192
|
-
/**
|
|
193
|
-
* @hidden
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
onItemSort(_: Event, dimension: IPivotDimension, dimensionType: PivotDimensionType): void;
|
|
197
|
-
/**
|
|
198
|
-
* @hidden
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
onFilteringIconPointerDown(event: PointerEvent): void;
|
|
202
|
-
/**
|
|
203
|
-
* @hidden
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
onFilteringIconClick(event: MouseEvent, dimension: IPivotDimension): void;
|
|
207
|
-
/**
|
|
208
|
-
* @hidden
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
protected getDimensionState(dimensionType: PivotDimensionType): IPivotDimension[];
|
|
212
|
-
/**
|
|
213
|
-
* @hidden
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
protected moveValueItem(itemId: string): void;
|
|
217
|
-
/**
|
|
218
|
-
* @hidden
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
onItemDropped(event: IDropDroppedEventArgs, dimensionType: PivotDimensionType): void;
|
|
222
|
-
/**
|
|
223
|
-
* @hidden
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
|
-
protected updateDropDown(value: IPivotValue, dropdown: IgxDropDownComponent): void;
|
|
227
|
-
/**
|
|
228
|
-
* @hidden
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
onSummaryClick(event: MouseEvent, value: IPivotValue, dropdown: IgxDropDownComponent): void;
|
|
232
|
-
/**
|
|
233
|
-
* @hidden
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
onAggregationChange(event: ISelectionEventArgs): void;
|
|
237
|
-
/**
|
|
238
|
-
* @hidden
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
isSelected(val: IPivotAggregator): boolean;
|
|
242
|
-
/**
|
|
243
|
-
* @hidden
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
ghostCreated(event: IDragGhostBaseEventArgs, value: string): void;
|
|
247
|
-
/**
|
|
248
|
-
* @hidden
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
|
-
toggleItem(item: IPivotDimension | IPivotValue): void;
|
|
252
|
-
/**
|
|
253
|
-
* @hidden
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
|
-
onPanelEntry(event: IDropBaseEventArgs, panel: string): void;
|
|
257
|
-
/**
|
|
258
|
-
* @hidden
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
onItemDragMove(event: IDragMoveEventArgs): void;
|
|
262
|
-
/**
|
|
263
|
-
* @hidden
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
onItemDragEnd(event: IDragBaseEventArgs): void;
|
|
267
|
-
/**
|
|
268
|
-
* @hidden
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
onItemDragOver(event: IDropBaseEventArgs): void;
|
|
272
|
-
/**
|
|
273
|
-
* @hidden
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
|
-
onItemDragLeave(event: IDropBaseEventArgs): void;
|
|
277
|
-
/**
|
|
278
|
-
* @hidden
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
getPanelCollapsed(panelType: PivotDimensionType): boolean;
|
|
282
|
-
/**
|
|
283
|
-
* @hidden
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
onCollapseChange(value: boolean, panelType: PivotDimensionType): void;
|
|
287
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPivotDataSelectorComponent, never>;
|
|
288
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxPivotDataSelectorComponent, "igx-pivot-data-selector", never, { "columnsExpanded": { "alias": "columnsExpanded"; "required": false; }; "rowsExpanded": { "alias": "rowsExpanded"; "required": false; }; "filtersExpanded": { "alias": "filtersExpanded"; "required": false; }; "valuesExpanded": { "alias": "valuesExpanded"; "required": false; }; "grid": { "alias": "grid"; "required": false; }; }, { "columnsExpandedChange": "columnsExpandedChange"; "rowsExpandedChange": "rowsExpandedChange"; "filtersExpandedChange": "filtersExpandedChange"; "valuesExpandedChange": "valuesExpandedChange"; }, never, never, true, never>;
|
|
289
|
-
static ngAcceptInputType_columnsExpanded: unknown;
|
|
290
|
-
static ngAcceptInputType_rowsExpanded: unknown;
|
|
291
|
-
static ngAcceptInputType_filtersExpanded: unknown;
|
|
292
|
-
static ngAcceptInputType_valuesExpanded: unknown;
|
|
293
|
-
}
|
|
11
|
+
import * as _angular_animations from '@angular/animations';
|
|
294
12
|
|
|
295
13
|
/**
|
|
296
14
|
* @hidden
|
|
@@ -1130,7 +848,7 @@ declare class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIn
|
|
|
1130
848
|
/** @hidden @internal */
|
|
1131
849
|
dimensionDataColumns: any[];
|
|
1132
850
|
/** @hidden @internal */
|
|
1133
|
-
get pivotKeys():
|
|
851
|
+
get pivotKeys(): i4.IPivotKeys;
|
|
1134
852
|
/** @hidden @internal */
|
|
1135
853
|
get type(): GridType["type"];
|
|
1136
854
|
/**
|
|
@@ -1515,282 +1233,564 @@ declare class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIn
|
|
|
1515
1233
|
/**
|
|
1516
1234
|
* @hidden @internal
|
|
1517
1235
|
*/
|
|
1518
|
-
endEdit(_commit?: boolean, _event?: Event): boolean;
|
|
1236
|
+
endEdit(_commit?: boolean, _event?: Event): boolean;
|
|
1237
|
+
/**
|
|
1238
|
+
* @hidden @internal
|
|
1239
|
+
*/
|
|
1240
|
+
beginAddRowById(_rowID: any, _asChild?: boolean): void;
|
|
1241
|
+
/**
|
|
1242
|
+
* @hidden @internal
|
|
1243
|
+
*/
|
|
1244
|
+
beginAddRowByIndex(_index: number): void;
|
|
1245
|
+
/**
|
|
1246
|
+
* @hidden @internal
|
|
1247
|
+
*/
|
|
1248
|
+
clearSearch(): void;
|
|
1249
|
+
/**
|
|
1250
|
+
* @hidden @internal
|
|
1251
|
+
*/
|
|
1252
|
+
refreshSearch(_updateActiveInfo?: boolean, _endEdit?: boolean): number;
|
|
1253
|
+
/**
|
|
1254
|
+
* @hidden @internal
|
|
1255
|
+
*/
|
|
1256
|
+
findNext(_text: string, _caseSensitive?: boolean, _exactMatch?: boolean): number;
|
|
1257
|
+
/**
|
|
1258
|
+
* @hidden @internal
|
|
1259
|
+
*/
|
|
1260
|
+
findPrev(_text: string, _caseSensitive?: boolean, _exactMatch?: boolean): number;
|
|
1261
|
+
/**
|
|
1262
|
+
* @hidden @internal
|
|
1263
|
+
*/
|
|
1264
|
+
getNextCell(currRowIndex: number, curVisibleColIndex: number, callback?: (IgxColumnComponent: any) => boolean): ICellPosition;
|
|
1265
|
+
/**
|
|
1266
|
+
* @hidden @internal
|
|
1267
|
+
*/
|
|
1268
|
+
getPreviousCell(currRowIndex: number, curVisibleColIndex: number, callback?: (IgxColumnComponent: any) => boolean): ICellPosition;
|
|
1269
|
+
/**
|
|
1270
|
+
* @hidden @internal
|
|
1271
|
+
*/
|
|
1272
|
+
getPinnedStartWidth(takeHidden?: boolean): number;
|
|
1273
|
+
/**
|
|
1274
|
+
* @hidden @internal
|
|
1275
|
+
*/
|
|
1276
|
+
get totalHeight(): number;
|
|
1277
|
+
getColumnGroupExpandState(col: IgxColumnComponent): boolean;
|
|
1278
|
+
toggleRowGroup(col: IgxColumnComponent, newState: boolean): void;
|
|
1279
|
+
/**
|
|
1280
|
+
* @hidden @internal
|
|
1281
|
+
*/
|
|
1282
|
+
setupColumns(): void;
|
|
1283
|
+
/**
|
|
1284
|
+
* @hidden @internal
|
|
1285
|
+
*/
|
|
1286
|
+
dataRebinding(event: IForOfDataChangingEventArgs): void;
|
|
1287
|
+
/**
|
|
1288
|
+
* Auto-sizes row dimension cells.
|
|
1289
|
+
*
|
|
1290
|
+
* @remarks
|
|
1291
|
+
* Only sizes based on the dimension cells in view.
|
|
1292
|
+
* @example
|
|
1293
|
+
* ```typescript
|
|
1294
|
+
* this.grid.autoSizeRowDimension(dimension);
|
|
1295
|
+
* ```
|
|
1296
|
+
* @param dimension The row dimension to size.
|
|
1297
|
+
*/
|
|
1298
|
+
autoSizeRowDimension(dimension: IPivotDimension): void;
|
|
1299
|
+
/**
|
|
1300
|
+
* Inserts dimension in target collection by type at specified index or at the collection's end.
|
|
1301
|
+
*
|
|
1302
|
+
* @example
|
|
1303
|
+
* ```typescript
|
|
1304
|
+
* this.grid.insertDimensionAt(dimension, PivotDimensionType.Row, 1);
|
|
1305
|
+
* ```
|
|
1306
|
+
* @param dimension The dimension that will be added.
|
|
1307
|
+
* @param targetCollectionType The target collection type to add to. Can be Row, Column or Filter.
|
|
1308
|
+
* @param index The index in the collection at which to add.
|
|
1309
|
+
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1310
|
+
*/
|
|
1311
|
+
insertDimensionAt(dimension: IPivotDimension, targetCollectionType: PivotDimensionType, index?: number): void;
|
|
1312
|
+
/**
|
|
1313
|
+
* Move dimension from its currently collection to the specified target collection by type at specified index or at the collection's end.
|
|
1314
|
+
*
|
|
1315
|
+
* @example
|
|
1316
|
+
* ```typescript
|
|
1317
|
+
* this.grid.moveDimension(dimension, PivotDimensionType.Row, 1);
|
|
1318
|
+
* ```
|
|
1319
|
+
* @param dimension The dimension that will be moved.
|
|
1320
|
+
* @param targetCollectionType The target collection type to move it to. Can be Row, Column or Filter.
|
|
1321
|
+
* @param index The index in the collection at which to add.
|
|
1322
|
+
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1323
|
+
*/
|
|
1324
|
+
moveDimension(dimension: IPivotDimension, targetCollectionType: PivotDimensionType, index?: number): void;
|
|
1325
|
+
/**
|
|
1326
|
+
* Removes dimension from its currently collection.
|
|
1327
|
+
* @remarks
|
|
1328
|
+
* This is different than toggleDimension that enabled/disables the dimension.
|
|
1329
|
+
* This completely removes the specified dimension from the collection.
|
|
1330
|
+
* @example
|
|
1331
|
+
* ```typescript
|
|
1332
|
+
* this.grid.removeDimension(dimension);
|
|
1333
|
+
* ```
|
|
1334
|
+
* @param dimension The dimension to be removed.
|
|
1335
|
+
*/
|
|
1336
|
+
removeDimension(dimension: IPivotDimension): void;
|
|
1337
|
+
/**
|
|
1338
|
+
* Toggles the dimension's enabled state on or off.
|
|
1339
|
+
* @remarks
|
|
1340
|
+
* The dimension remains in its current collection. This just changes its enabled state.
|
|
1341
|
+
* @example
|
|
1342
|
+
* ```typescript
|
|
1343
|
+
* this.grid.toggleDimension(dimension);
|
|
1344
|
+
* ```
|
|
1345
|
+
* @param dimension The dimension to be toggled.
|
|
1346
|
+
*/
|
|
1347
|
+
toggleDimension(dimension: IPivotDimension): void;
|
|
1348
|
+
/**
|
|
1349
|
+
* Inserts value at specified index or at the end.
|
|
1350
|
+
*
|
|
1351
|
+
* @example
|
|
1352
|
+
* ```typescript
|
|
1353
|
+
* this.grid.insertValueAt(value, 1);
|
|
1354
|
+
* ```
|
|
1355
|
+
* @param value The value definition that will be added.
|
|
1356
|
+
* @param index The index in the collection at which to add.
|
|
1357
|
+
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1358
|
+
*/
|
|
1359
|
+
insertValueAt(value: IPivotValue, index?: number): void;
|
|
1360
|
+
/**
|
|
1361
|
+
* Move value from its currently at specified index or at the end.
|
|
1362
|
+
*
|
|
1363
|
+
* @example
|
|
1364
|
+
* ```typescript
|
|
1365
|
+
* this.grid.moveValue(value, 1);
|
|
1366
|
+
* ```
|
|
1367
|
+
* @param value The value that will be moved.
|
|
1368
|
+
* @param index The index in the collection at which to add.
|
|
1369
|
+
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1370
|
+
*/
|
|
1371
|
+
moveValue(value: IPivotValue, index?: number): void;
|
|
1372
|
+
/**
|
|
1373
|
+
* Removes value from collection.
|
|
1374
|
+
* @remarks
|
|
1375
|
+
* This is different than toggleValue that enabled/disables the value.
|
|
1376
|
+
* This completely removes the specified value from the collection.
|
|
1377
|
+
* @example
|
|
1378
|
+
* ```typescript
|
|
1379
|
+
* this.grid.removeValue(dimension);
|
|
1380
|
+
* ```
|
|
1381
|
+
* @param value The value to be removed.
|
|
1382
|
+
*/
|
|
1383
|
+
removeValue(value: IPivotValue): void;
|
|
1384
|
+
/**
|
|
1385
|
+
* Toggles the value's enabled state on or off.
|
|
1386
|
+
* @remarks
|
|
1387
|
+
* The value remains in its current collection. This just changes its enabled state.
|
|
1388
|
+
* @example
|
|
1389
|
+
* ```typescript
|
|
1390
|
+
* this.grid.toggleValue(value);
|
|
1391
|
+
* ```
|
|
1392
|
+
* @param value The value to be toggled.
|
|
1393
|
+
*/
|
|
1394
|
+
toggleValue(value: IPivotValue): void;
|
|
1395
|
+
/**
|
|
1396
|
+
* Sort the dimension and its children in the provided direction.
|
|
1397
|
+
* @example
|
|
1398
|
+
* ```typescript
|
|
1399
|
+
* this.grid.sortDimension(dimension, SortingDirection.Asc);
|
|
1400
|
+
* ```
|
|
1401
|
+
* @param value The value to be toggled.
|
|
1402
|
+
*/
|
|
1403
|
+
sortDimension(dimension: IPivotDimension, sortDirection: SortingDirection): void;
|
|
1404
|
+
/**
|
|
1405
|
+
* Filters a single `IPivotDimension`.
|
|
1406
|
+
*
|
|
1407
|
+
* @example
|
|
1408
|
+
* ```typescript
|
|
1409
|
+
* public filter() {
|
|
1410
|
+
* const set = new Set();
|
|
1411
|
+
* set.add('Value 1');
|
|
1412
|
+
* set.add('Value 2');
|
|
1413
|
+
* this.grid1.filterDimension(this.pivotConfigHierarchy.rows[0], set, IgxStringFilteringOperand.instance().condition('in'));
|
|
1414
|
+
* }
|
|
1415
|
+
* ```
|
|
1416
|
+
*/
|
|
1417
|
+
filterDimension(dimension: IPivotDimension, value: any, conditionOrExpressionTree?: IFilteringOperation | IFilteringExpressionsTree): void;
|
|
1519
1418
|
/**
|
|
1520
1419
|
* @hidden @internal
|
|
1521
1420
|
*/
|
|
1522
|
-
|
|
1421
|
+
getRowDimensionByName(memberName: string): any;
|
|
1523
1422
|
/**
|
|
1524
1423
|
* @hidden @internal
|
|
1525
1424
|
*/
|
|
1526
|
-
|
|
1425
|
+
getDimensionsByType(dimension: PivotDimensionType): IPivotDimension[];
|
|
1527
1426
|
/**
|
|
1528
1427
|
* @hidden @internal
|
|
1529
1428
|
*/
|
|
1530
|
-
|
|
1429
|
+
resizeRowDimensionPixels(dimension: IPivotDimension, newWidth: number): void;
|
|
1430
|
+
protected _removeDimensionInternal(dimension: any): void;
|
|
1431
|
+
protected getDimensionType(dimension: IPivotDimension): PivotDimensionType;
|
|
1432
|
+
protected getPivotRowHeaderContentWidth(headerGroup: IgxPivotRowHeaderGroupComponent): number;
|
|
1433
|
+
protected getLargesContentWidth(contents: ElementRef[]): string;
|
|
1434
|
+
/** @hidden @internal */
|
|
1435
|
+
get hasHorizontalLayout(): boolean;
|
|
1531
1436
|
/**
|
|
1532
|
-
* @hidden
|
|
1437
|
+
* @hidden
|
|
1533
1438
|
*/
|
|
1534
|
-
|
|
1439
|
+
get hasMultipleValues(): boolean;
|
|
1535
1440
|
/**
|
|
1536
|
-
* @hidden
|
|
1441
|
+
* @hidden
|
|
1537
1442
|
*/
|
|
1538
|
-
|
|
1443
|
+
get excelStyleFilterMaxHeight(): string;
|
|
1539
1444
|
/**
|
|
1540
|
-
* @hidden
|
|
1445
|
+
* @hidden
|
|
1541
1446
|
*/
|
|
1542
|
-
|
|
1447
|
+
get excelStyleFilterMinHeight(): string;
|
|
1448
|
+
/** @hidden @internal */
|
|
1449
|
+
get activeDescendant(): string | undefined;
|
|
1450
|
+
/** @hidden @internal */
|
|
1451
|
+
get headerRowActiveDescendant(): string;
|
|
1452
|
+
protected resolveToggle(groupColumn: ColumnType, state: boolean): void;
|
|
1453
|
+
protected buildDataView(data: any[]): void;
|
|
1543
1454
|
/**
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1455
|
+
* @hidden @internal
|
|
1456
|
+
*/
|
|
1457
|
+
protected getDataBasedBodyHeight(): number;
|
|
1458
|
+
protected horizontalScrollHandler(event: any): void;
|
|
1459
|
+
protected verticalScrollHandler(event: any): void;
|
|
1460
|
+
/**
|
|
1461
|
+
* @hidden
|
|
1462
|
+
*/
|
|
1463
|
+
protected autogenerateColumns(): void;
|
|
1464
|
+
protected generateDimensionColumns(): IgxColumnComponent[];
|
|
1465
|
+
protected calculateGridSizes(recalcFeatureWidth?: boolean): void;
|
|
1466
|
+
protected getContentCollection(dimenstion: IPivotDimension): any;
|
|
1467
|
+
protected autoSizeDimensionsInView(): void;
|
|
1468
|
+
/** @hidden @internal */
|
|
1469
|
+
get hasDimensionsToAutosize(): boolean;
|
|
1470
|
+
protected generateFromData(fields: string[]): Map<string, any>;
|
|
1471
|
+
protected generateColumnHierarchy(fields: Map<string, any>, data: any, parent?: any): IgxColumnComponent[];
|
|
1472
|
+
protected generateConfig(): void;
|
|
1473
|
+
protected createColumnForDimension(value: any, data: any, parent: ColumnType, isGroup: boolean): IgxColumnGroupComponent;
|
|
1474
|
+
protected resolveColumnDimensionWidth(dim: IPivotDimension): string;
|
|
1475
|
+
protected getMeasureChildren(data: any, parent: any, hidden: any, parentWidth: any): any[];
|
|
1547
1476
|
/**
|
|
1548
1477
|
* @hidden @internal
|
|
1549
1478
|
*/
|
|
1550
|
-
|
|
1479
|
+
defaultEmptyPivotGridTemplate: TemplateRef<any>;
|
|
1480
|
+
/**
|
|
1481
|
+
* Gets/Sets a custom template when pivot grid is empty.
|
|
1482
|
+
*
|
|
1483
|
+
* @example
|
|
1484
|
+
* ```html
|
|
1485
|
+
* <igx-pivot-grid [emptyPivotGridTemplate]="myTemplate"><igx-pivot-grid>
|
|
1486
|
+
* ```
|
|
1487
|
+
*/
|
|
1488
|
+
emptyPivotGridTemplate: TemplateRef<void>;
|
|
1551
1489
|
/**
|
|
1552
1490
|
* @hidden @internal
|
|
1553
1491
|
*/
|
|
1554
|
-
|
|
1492
|
+
get template(): TemplateRef<any>;
|
|
1493
|
+
private emitInitEvents;
|
|
1494
|
+
protected rowDimensionByName(memberName: string): IPivotDimension;
|
|
1495
|
+
protected calculateResizerTop(): any;
|
|
1496
|
+
protected updateDefaultRowHeight(): void;
|
|
1555
1497
|
/**
|
|
1556
1498
|
* @hidden @internal
|
|
1557
1499
|
*/
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1500
|
+
createRow(index: number, data?: any): RowType;
|
|
1501
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPivotGridComponent, never>;
|
|
1502
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxPivotGridComponent, "igx-pivot-grid", never, { "valueChipTemplate": { "alias": "valueChipTemplate"; "required": false; }; "rowDimensionHeaderTemplate": { "alias": "rowDimensionHeaderTemplate"; "required": false; }; "pivotConfiguration": { "alias": "pivotConfiguration"; "required": false; }; "autoGenerateConfig": { "alias": "autoGenerateConfig"; "required": false; }; "pivotUI": { "alias": "pivotUI"; "required": false; }; "superCompactMode": { "alias": "superCompactMode"; "required": false; }; "pivotValueCloneStrategy": { "alias": "pivotValueCloneStrategy"; "required": false; }; "addRowEmptyTemplate": { "alias": "addRowEmptyTemplate"; "required": false; }; "autoGenerateExclude": { "alias": "autoGenerateExclude"; "required": false; }; "snackbarDisplayTime": { "alias": "snackbarDisplayTime"; "required": false; }; "defaultExpandState": { "alias": "defaultExpandState"; "required": false; }; "pagingMode": { "alias": "pagingMode"; "required": false; }; "hideRowSelectors": { "alias": "hideRowSelectors"; "required": false; }; "rowDraggable": { "alias": "rowDraggable"; "required": false; }; "allowAdvancedFiltering": { "alias": "allowAdvancedFiltering"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "allowFiltering": { "alias": "allowFiltering"; "required": false; }; "page": { "alias": "page"; "required": false; }; "perPage": { "alias": "perPage"; "required": false; }; "summaryRowHeight": { "alias": "summaryRowHeight"; "required": false; }; "rowEditable": { "alias": "rowEditable"; "required": false; }; "pinning": { "alias": "pinning"; "required": false; }; "summaryPosition": { "alias": "summaryPosition"; "required": false; }; "summaryCalculationMode": { "alias": "summaryCalculationMode"; "required": false; }; "showSummaryOnCollapse": { "alias": "showSummaryOnCollapse"; "required": false; }; "batchEditing": { "alias": "batchEditing"; "required": false; }; "id": { "alias": "id"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "emptyPivotGridTemplate": { "alias": "emptyPivotGridTemplate"; "required": false; }; }, { "dimensionsChange": "dimensionsChange"; "pivotConfigurationChange": "pivotConfigurationChange"; "dimensionInit": "dimensionInit"; "valueInit": "valueInit"; "dimensionsSortingExpressionsChange": "dimensionsSortingExpressionsChange"; "valuesChange": "valuesChange"; "cellEdit": "cellEdit"; "cellEditDone": "cellEditDone"; "cellEditEnter": "cellEditEnter"; "cellEditExit": "cellEditExit"; "columnMovingStart": "columnMovingStart"; "columnMoving": "columnMoving"; "columnMovingEnd": "columnMovingEnd"; "columnPin": "columnPin"; "columnPinned": "columnPinned"; "rowAdd": "rowAdd"; "rowAdded": "rowAdded"; "rowDeleted": "rowDeleted"; "rowDelete": "rowDelete"; "rowDragStart": "rowDragStart"; "rowDragEnd": "rowDragEnd"; "rowEditEnter": "rowEditEnter"; "rowEdit": "rowEdit"; "rowEditDone": "rowEditDone"; "rowEditExit": "rowEditExit"; "rowPinning": "rowPinning"; "rowPinned": "rowPinned"; }, ["valueChipTemplateDirective", "rowDimensionHeaderDirective"], ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer", "igx-grid-state,igc-grid-state"], true, never>;
|
|
1503
|
+
static ngAcceptInputType_autoGenerateConfig: unknown;
|
|
1504
|
+
static ngAcceptInputType_defaultExpandState: unknown;
|
|
1505
|
+
static ngAcceptInputType_hideRowSelectors: unknown;
|
|
1506
|
+
static ngAcceptInputType_rowDraggable: unknown;
|
|
1507
|
+
static ngAcceptInputType_allowAdvancedFiltering: unknown;
|
|
1508
|
+
static ngAcceptInputType_allowFiltering: unknown;
|
|
1509
|
+
static ngAcceptInputType_rowEditable: unknown;
|
|
1510
|
+
static ngAcceptInputType_showSummaryOnCollapse: unknown;
|
|
1511
|
+
static ngAcceptInputType_batchEditing: unknown;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
interface IDataSelectorPanel {
|
|
1515
|
+
name: string;
|
|
1516
|
+
i18n: string;
|
|
1517
|
+
type?: PivotDimensionType;
|
|
1518
|
+
dataKey: string;
|
|
1519
|
+
icon: string;
|
|
1520
|
+
itemKey: string;
|
|
1521
|
+
displayKey?: string;
|
|
1522
|
+
sortable: boolean;
|
|
1523
|
+
dragChannels: string[];
|
|
1524
|
+
}
|
|
1525
|
+
/**
|
|
1526
|
+
* Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI
|
|
1527
|
+
*
|
|
1528
|
+
* @igxModule IgxPivotGridModule
|
|
1529
|
+
* @igxGroup Grids & Lists
|
|
1530
|
+
* @igxKeywords data selector, pivot, grid
|
|
1531
|
+
* @igxTheme pivot-data-selector-theme
|
|
1532
|
+
* @remarks
|
|
1533
|
+
* The Ignite UI Data Selector has a searchable list with the grid data columns,
|
|
1534
|
+
* there are also four expandable areas underneath for filters, rows, columns, and values
|
|
1535
|
+
* is used for grouping and aggregating simple flat data into a pivot table.
|
|
1536
|
+
* @example
|
|
1537
|
+
* ```html
|
|
1538
|
+
* <igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="configuration">
|
|
1539
|
+
* </igx-pivot-grid>
|
|
1540
|
+
* <igx-pivot-data-selector [grid]="grid1"></igx-pivot-data-selector>
|
|
1541
|
+
* ```
|
|
1542
|
+
*/
|
|
1543
|
+
declare class IgxPivotDataSelectorComponent {
|
|
1544
|
+
private renderer;
|
|
1545
|
+
private cdr;
|
|
1561
1546
|
/**
|
|
1562
|
-
|
|
1547
|
+
* Gets/sets whether the columns panel is expanded
|
|
1548
|
+
* Get
|
|
1549
|
+
* ```typescript
|
|
1550
|
+
* const columnsPanelState: boolean = this.dataSelector.columnsExpanded;
|
|
1551
|
+
* ```
|
|
1552
|
+
* Set
|
|
1553
|
+
* ```html
|
|
1554
|
+
* <igx-pivot-data-selector [grid]="grid1" [columnsExpanded]="columnsPanelState"></igx-pivot-data-selector>
|
|
1555
|
+
* ```
|
|
1556
|
+
*
|
|
1557
|
+
* Two-way data binding:
|
|
1558
|
+
* ```html
|
|
1559
|
+
* <igx-pivot-data-selector [grid]="grid1" [(columnsExpanded)]="columnsPanelState"></igx-pivot-data-selector>
|
|
1560
|
+
* ```
|
|
1561
|
+
*/
|
|
1562
|
+
columnsExpanded: boolean;
|
|
1563
|
+
/**
|
|
1564
|
+
* Emitted when the columns panel is expanded or collapsed.
|
|
1565
|
+
*
|
|
1566
|
+
* @example
|
|
1567
|
+
* ```html
|
|
1568
|
+
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
1569
|
+
* (columnsExpandedChange)="columnsExpandedChange($event)"></igx-pivot-data-selector>
|
|
1570
|
+
* ```
|
|
1563
1571
|
*/
|
|
1564
|
-
|
|
1572
|
+
columnsExpandedChange: EventEmitter<boolean>;
|
|
1565
1573
|
/**
|
|
1566
|
-
|
|
1574
|
+
* Gets/sets whether the rows panel is expanded
|
|
1575
|
+
* Get
|
|
1576
|
+
* ```typescript
|
|
1577
|
+
* const rowsPanelState: boolean = this.dataSelector.rowsExpanded;
|
|
1578
|
+
* ```
|
|
1579
|
+
* Set
|
|
1580
|
+
* ```html
|
|
1581
|
+
* <igx-pivot-data-selector [grid]="grid1" [rowsExpanded]="rowsPanelState"></igx-pivot-data-selector>
|
|
1582
|
+
* ```
|
|
1583
|
+
*
|
|
1584
|
+
* Two-way data binding:
|
|
1585
|
+
* ```html
|
|
1586
|
+
* <igx-pivot-data-selector [grid]="grid1" [(rowsExpanded)]="rowsPanelState"></igx-pivot-data-selector>
|
|
1587
|
+
* ```
|
|
1588
|
+
*/
|
|
1589
|
+
rowsExpanded: boolean;
|
|
1590
|
+
/**
|
|
1591
|
+
* Emitted when the rows panel is expanded or collapsed.
|
|
1592
|
+
*
|
|
1593
|
+
* @example
|
|
1594
|
+
* ```html
|
|
1595
|
+
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
1596
|
+
* (rowsExpandedChange)="rowsExpandedChange($event)"></igx-pivot-data-selector>
|
|
1597
|
+
* ```
|
|
1567
1598
|
*/
|
|
1568
|
-
|
|
1599
|
+
rowsExpandedChange: EventEmitter<boolean>;
|
|
1569
1600
|
/**
|
|
1570
|
-
*
|
|
1601
|
+
* Gets/sets whether the filters panel is expanded
|
|
1602
|
+
* Get
|
|
1603
|
+
* ```typescript
|
|
1604
|
+
* const filtersPanelState: boolean = this.dataSelector.filtersExpanded;
|
|
1605
|
+
* ```
|
|
1606
|
+
* Set
|
|
1607
|
+
* ```html
|
|
1608
|
+
* <igx-pivot-data-selector [grid]="grid1" [filtersExpanded]="filtersPanelState"></igx-pivot-data-selector>
|
|
1609
|
+
* ```
|
|
1610
|
+
*
|
|
1611
|
+
* Two-way data binding:
|
|
1612
|
+
* ```html
|
|
1613
|
+
* <igx-pivot-data-selector [grid]="grid1" [(filtersExpanded)]="filtersPanelState"></igx-pivot-data-selector>
|
|
1614
|
+
* ```
|
|
1615
|
+
*/
|
|
1616
|
+
filtersExpanded: boolean;
|
|
1617
|
+
/**
|
|
1618
|
+
* Emitted when the filters panel is expanded or collapsed.
|
|
1571
1619
|
*
|
|
1572
|
-
* @remarks
|
|
1573
|
-
* Only sizes based on the dimension cells in view.
|
|
1574
1620
|
* @example
|
|
1621
|
+
* ```html
|
|
1622
|
+
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
1623
|
+
* (filtersExpandedChange)="filtersExpandedChange($event)"></igx-pivot-data-selector>
|
|
1624
|
+
* ```
|
|
1625
|
+
*/
|
|
1626
|
+
filtersExpandedChange: EventEmitter<boolean>;
|
|
1627
|
+
/**
|
|
1628
|
+
* Gets/sets whether the values panel is expanded
|
|
1629
|
+
* Get
|
|
1575
1630
|
* ```typescript
|
|
1576
|
-
* this.
|
|
1631
|
+
* const valuesPanelState: boolean = this.dataSelector.valuesExpanded;
|
|
1632
|
+
* ```
|
|
1633
|
+
* Set
|
|
1634
|
+
* ```html
|
|
1635
|
+
* <igx-pivot-data-selector [grid]="grid1" [valuesExpanded]="valuesPanelState"></igx-pivot-data-selector>
|
|
1636
|
+
* ```
|
|
1637
|
+
*
|
|
1638
|
+
* Two-way data binding:
|
|
1639
|
+
* ```html
|
|
1640
|
+
* <igx-pivot-data-selector [grid]="grid1" [(valuesExpanded)]="valuesPanelState"></igx-pivot-data-selector>
|
|
1577
1641
|
* ```
|
|
1578
|
-
* @param dimension The row dimension to size.
|
|
1579
1642
|
*/
|
|
1580
|
-
|
|
1643
|
+
valuesExpanded: boolean;
|
|
1644
|
+
/**
|
|
1645
|
+
* Emitted when the values panel is expanded or collapsed.
|
|
1646
|
+
*
|
|
1647
|
+
* @example
|
|
1648
|
+
* ```html
|
|
1649
|
+
* <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
|
|
1650
|
+
* (valuesExpandedChange)="valuesExpandedChange($event)"></igx-pivot-data-selector>
|
|
1651
|
+
* ```
|
|
1652
|
+
*/
|
|
1653
|
+
valuesExpandedChange: EventEmitter<boolean>;
|
|
1654
|
+
private _grid;
|
|
1655
|
+
private _dropDelta;
|
|
1656
|
+
/** @hidden @internal **/
|
|
1657
|
+
cssClass: string;
|
|
1658
|
+
protected get size(): _Size;
|
|
1659
|
+
/** @hidden @internal **/
|
|
1660
|
+
dimensions: IPivotDimension[];
|
|
1661
|
+
private _subMenuPositionSettings;
|
|
1662
|
+
private _subMenuOverlaySettings;
|
|
1663
|
+
animationSettings: {
|
|
1664
|
+
closeAnimation: _angular_animations.AnimationAnimateRefMetadata;
|
|
1665
|
+
openAnimation: _angular_animations.AnimationAnimateRefMetadata;
|
|
1666
|
+
};
|
|
1667
|
+
/** @hidden @internal */
|
|
1668
|
+
aggregateList: IPivotAggregator[];
|
|
1669
|
+
/** @hidden @internal */
|
|
1670
|
+
value: IPivotValue;
|
|
1671
|
+
/** @hidden @internal */
|
|
1672
|
+
ghostText: string;
|
|
1673
|
+
/** @hidden @internal */
|
|
1674
|
+
ghostWidth: number;
|
|
1675
|
+
/** @hidden @internal */
|
|
1676
|
+
dropAllowed: boolean;
|
|
1677
|
+
/** @hidden @internal */
|
|
1678
|
+
get dims(): IPivotDimension[];
|
|
1679
|
+
/** @hidden @internal */
|
|
1680
|
+
get values(): IPivotValue[];
|
|
1581
1681
|
/**
|
|
1582
|
-
*
|
|
1583
|
-
*
|
|
1584
|
-
* @example
|
|
1585
|
-
* ```typescript
|
|
1586
|
-
* this.grid.insertDimensionAt(dimension, PivotDimensionType.Row, 1);
|
|
1587
|
-
* ```
|
|
1588
|
-
* @param dimension The dimension that will be added.
|
|
1589
|
-
* @param targetCollectionType The target collection type to add to. Can be Row, Column or Filter.
|
|
1590
|
-
* @param index The index in the collection at which to add.
|
|
1591
|
-
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1682
|
+
* @hidden @internal
|
|
1592
1683
|
*/
|
|
1593
|
-
|
|
1684
|
+
_panels: IDataSelectorPanel[];
|
|
1594
1685
|
/**
|
|
1595
|
-
*
|
|
1596
|
-
*
|
|
1597
|
-
* @example
|
|
1598
|
-
* ```typescript
|
|
1599
|
-
* this.grid.moveDimension(dimension, PivotDimensionType.Row, 1);
|
|
1600
|
-
* ```
|
|
1601
|
-
* @param dimension The dimension that will be moved.
|
|
1602
|
-
* @param targetCollectionType The target collection type to move it to. Can be Row, Column or Filter.
|
|
1603
|
-
* @param index The index in the collection at which to add.
|
|
1604
|
-
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1686
|
+
* Sets the grid.
|
|
1605
1687
|
*/
|
|
1606
|
-
|
|
1688
|
+
set grid(value: PivotGridType);
|
|
1607
1689
|
/**
|
|
1608
|
-
*
|
|
1609
|
-
* @remarks
|
|
1610
|
-
* This is different than toggleDimension that enabled/disables the dimension.
|
|
1611
|
-
* This completely removes the specified dimension from the collection.
|
|
1612
|
-
* @example
|
|
1613
|
-
* ```typescript
|
|
1614
|
-
* this.grid.removeDimension(dimension);
|
|
1615
|
-
* ```
|
|
1616
|
-
* @param dimension The dimension to be removed.
|
|
1690
|
+
* Returns the grid.
|
|
1617
1691
|
*/
|
|
1618
|
-
|
|
1692
|
+
get grid(): PivotGridType;
|
|
1619
1693
|
/**
|
|
1620
|
-
*
|
|
1621
|
-
* @
|
|
1622
|
-
* The dimension remains in its current collection. This just changes its enabled state.
|
|
1623
|
-
* @example
|
|
1624
|
-
* ```typescript
|
|
1625
|
-
* this.grid.toggleDimension(dimension);
|
|
1626
|
-
* ```
|
|
1627
|
-
* @param dimension The dimension to be toggled.
|
|
1694
|
+
* @hidden
|
|
1695
|
+
* @internal
|
|
1628
1696
|
*/
|
|
1629
|
-
|
|
1697
|
+
onItemSort(_: Event, dimension: IPivotDimension, dimensionType: PivotDimensionType): void;
|
|
1630
1698
|
/**
|
|
1631
|
-
*
|
|
1632
|
-
*
|
|
1633
|
-
* @example
|
|
1634
|
-
* ```typescript
|
|
1635
|
-
* this.grid.insertValueAt(value, 1);
|
|
1636
|
-
* ```
|
|
1637
|
-
* @param value The value definition that will be added.
|
|
1638
|
-
* @param index The index in the collection at which to add.
|
|
1639
|
-
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1699
|
+
* @hidden
|
|
1700
|
+
* @internal
|
|
1640
1701
|
*/
|
|
1641
|
-
|
|
1702
|
+
onFilteringIconPointerDown(event: PointerEvent): void;
|
|
1642
1703
|
/**
|
|
1643
|
-
*
|
|
1644
|
-
*
|
|
1645
|
-
* @example
|
|
1646
|
-
* ```typescript
|
|
1647
|
-
* this.grid.moveValue(value, 1);
|
|
1648
|
-
* ```
|
|
1649
|
-
* @param value The value that will be moved.
|
|
1650
|
-
* @param index The index in the collection at which to add.
|
|
1651
|
-
* This parameter is optional. If not set it will add it to the end of the collection.
|
|
1704
|
+
* @hidden
|
|
1705
|
+
* @internal
|
|
1652
1706
|
*/
|
|
1653
|
-
|
|
1707
|
+
onFilteringIconClick(event: MouseEvent, dimension: IPivotDimension): void;
|
|
1654
1708
|
/**
|
|
1655
|
-
*
|
|
1656
|
-
* @
|
|
1657
|
-
* This is different than toggleValue that enabled/disables the value.
|
|
1658
|
-
* This completely removes the specified value from the collection.
|
|
1659
|
-
* @example
|
|
1660
|
-
* ```typescript
|
|
1661
|
-
* this.grid.removeValue(dimension);
|
|
1662
|
-
* ```
|
|
1663
|
-
* @param value The value to be removed.
|
|
1709
|
+
* @hidden
|
|
1710
|
+
* @internal
|
|
1664
1711
|
*/
|
|
1665
|
-
|
|
1712
|
+
protected getDimensionState(dimensionType: PivotDimensionType): IPivotDimension[];
|
|
1666
1713
|
/**
|
|
1667
|
-
*
|
|
1668
|
-
* @
|
|
1669
|
-
* The value remains in its current collection. This just changes its enabled state.
|
|
1670
|
-
* @example
|
|
1671
|
-
* ```typescript
|
|
1672
|
-
* this.grid.toggleValue(value);
|
|
1673
|
-
* ```
|
|
1674
|
-
* @param value The value to be toggled.
|
|
1714
|
+
* @hidden
|
|
1715
|
+
* @internal
|
|
1675
1716
|
*/
|
|
1676
|
-
|
|
1717
|
+
protected moveValueItem(itemId: string): void;
|
|
1677
1718
|
/**
|
|
1678
|
-
*
|
|
1679
|
-
* @
|
|
1680
|
-
* ```typescript
|
|
1681
|
-
* this.grid.sortDimension(dimension, SortingDirection.Asc);
|
|
1682
|
-
* ```
|
|
1683
|
-
* @param value The value to be toggled.
|
|
1719
|
+
* @hidden
|
|
1720
|
+
* @internal
|
|
1684
1721
|
*/
|
|
1685
|
-
|
|
1722
|
+
onItemDropped(event: IDropDroppedEventArgs, dimensionType: PivotDimensionType): void;
|
|
1686
1723
|
/**
|
|
1687
|
-
*
|
|
1688
|
-
*
|
|
1689
|
-
* @example
|
|
1690
|
-
* ```typescript
|
|
1691
|
-
* public filter() {
|
|
1692
|
-
* const set = new Set();
|
|
1693
|
-
* set.add('Value 1');
|
|
1694
|
-
* set.add('Value 2');
|
|
1695
|
-
* this.grid1.filterDimension(this.pivotConfigHierarchy.rows[0], set, IgxStringFilteringOperand.instance().condition('in'));
|
|
1696
|
-
* }
|
|
1697
|
-
* ```
|
|
1724
|
+
* @hidden
|
|
1725
|
+
* @internal
|
|
1698
1726
|
*/
|
|
1699
|
-
|
|
1727
|
+
protected updateDropDown(value: IPivotValue, dropdown: IgxDropDownComponent): void;
|
|
1700
1728
|
/**
|
|
1701
|
-
* @hidden
|
|
1729
|
+
* @hidden
|
|
1730
|
+
* @internal
|
|
1702
1731
|
*/
|
|
1703
|
-
|
|
1732
|
+
onSummaryClick(event: MouseEvent, value: IPivotValue, dropdown: IgxDropDownComponent): void;
|
|
1704
1733
|
/**
|
|
1705
|
-
* @hidden
|
|
1734
|
+
* @hidden
|
|
1735
|
+
* @internal
|
|
1706
1736
|
*/
|
|
1707
|
-
|
|
1737
|
+
onAggregationChange(event: ISelectionEventArgs): void;
|
|
1708
1738
|
/**
|
|
1709
|
-
* @hidden
|
|
1739
|
+
* @hidden
|
|
1740
|
+
* @internal
|
|
1710
1741
|
*/
|
|
1711
|
-
|
|
1712
|
-
protected _removeDimensionInternal(dimension: any): void;
|
|
1713
|
-
protected getDimensionType(dimension: IPivotDimension): PivotDimensionType;
|
|
1714
|
-
protected getPivotRowHeaderContentWidth(headerGroup: IgxPivotRowHeaderGroupComponent): number;
|
|
1715
|
-
protected getLargesContentWidth(contents: ElementRef[]): string;
|
|
1716
|
-
/** @hidden @internal */
|
|
1717
|
-
get hasHorizontalLayout(): boolean;
|
|
1742
|
+
isSelected(val: IPivotAggregator): boolean;
|
|
1718
1743
|
/**
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1744
|
+
* @hidden
|
|
1745
|
+
* @internal
|
|
1746
|
+
*/
|
|
1747
|
+
ghostCreated(event: IDragGhostBaseEventArgs, value: string): void;
|
|
1722
1748
|
/**
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1749
|
+
* @hidden
|
|
1750
|
+
* @internal
|
|
1751
|
+
*/
|
|
1752
|
+
toggleItem(item: IPivotDimension | IPivotValue): void;
|
|
1726
1753
|
/**
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
get activeDescendant(): string | undefined;
|
|
1732
|
-
/** @hidden @internal */
|
|
1733
|
-
get headerRowActiveDescendant(): string;
|
|
1734
|
-
protected resolveToggle(groupColumn: ColumnType, state: boolean): void;
|
|
1735
|
-
protected buildDataView(data: any[]): void;
|
|
1754
|
+
* @hidden
|
|
1755
|
+
* @internal
|
|
1756
|
+
*/
|
|
1757
|
+
onPanelEntry(event: IDropBaseEventArgs, panel: string): void;
|
|
1736
1758
|
/**
|
|
1737
|
-
* @hidden
|
|
1759
|
+
* @hidden
|
|
1760
|
+
* @internal
|
|
1738
1761
|
*/
|
|
1739
|
-
|
|
1740
|
-
protected horizontalScrollHandler(event: any): void;
|
|
1741
|
-
protected verticalScrollHandler(event: any): void;
|
|
1762
|
+
onItemDragMove(event: IDragMoveEventArgs): void;
|
|
1742
1763
|
/**
|
|
1743
1764
|
* @hidden
|
|
1765
|
+
* @internal
|
|
1744
1766
|
*/
|
|
1745
|
-
|
|
1746
|
-
protected generateDimensionColumns(): IgxColumnComponent[];
|
|
1747
|
-
protected calculateGridSizes(recalcFeatureWidth?: boolean): void;
|
|
1748
|
-
protected getContentCollection(dimenstion: IPivotDimension): any;
|
|
1749
|
-
protected autoSizeDimensionsInView(): void;
|
|
1750
|
-
/** @hidden @internal */
|
|
1751
|
-
get hasDimensionsToAutosize(): boolean;
|
|
1752
|
-
protected generateFromData(fields: string[]): Map<string, any>;
|
|
1753
|
-
protected generateColumnHierarchy(fields: Map<string, any>, data: any, parent?: any): IgxColumnComponent[];
|
|
1754
|
-
protected generateConfig(): void;
|
|
1755
|
-
protected createColumnForDimension(value: any, data: any, parent: ColumnType, isGroup: boolean): IgxColumnGroupComponent;
|
|
1756
|
-
protected resolveColumnDimensionWidth(dim: IPivotDimension): string;
|
|
1757
|
-
protected getMeasureChildren(data: any, parent: any, hidden: any, parentWidth: any): any[];
|
|
1767
|
+
onItemDragEnd(event: IDragBaseEventArgs): void;
|
|
1758
1768
|
/**
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1769
|
+
* @hidden
|
|
1770
|
+
* @internal
|
|
1771
|
+
*/
|
|
1772
|
+
onItemDragOver(event: IDropBaseEventArgs): void;
|
|
1762
1773
|
/**
|
|
1763
|
-
*
|
|
1764
|
-
*
|
|
1765
|
-
* @example
|
|
1766
|
-
* ```html
|
|
1767
|
-
* <igx-pivot-grid [emptyPivotGridTemplate]="myTemplate"><igx-pivot-grid>
|
|
1768
|
-
* ```
|
|
1774
|
+
* @hidden
|
|
1775
|
+
* @internal
|
|
1769
1776
|
*/
|
|
1770
|
-
|
|
1777
|
+
onItemDragLeave(event: IDropBaseEventArgs): void;
|
|
1771
1778
|
/**
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
protected rowDimensionByName(memberName: string): IPivotDimension;
|
|
1777
|
-
protected calculateResizerTop(): any;
|
|
1778
|
-
protected updateDefaultRowHeight(): void;
|
|
1779
|
+
* @hidden
|
|
1780
|
+
* @internal
|
|
1781
|
+
*/
|
|
1782
|
+
getPanelCollapsed(panelType: PivotDimensionType): boolean;
|
|
1779
1783
|
/**
|
|
1780
|
-
* @hidden
|
|
1784
|
+
* @hidden
|
|
1785
|
+
* @internal
|
|
1781
1786
|
*/
|
|
1782
|
-
|
|
1783
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1784
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
1785
|
-
static
|
|
1786
|
-
static
|
|
1787
|
-
static
|
|
1788
|
-
static
|
|
1789
|
-
static ngAcceptInputType_allowAdvancedFiltering: unknown;
|
|
1790
|
-
static ngAcceptInputType_allowFiltering: unknown;
|
|
1791
|
-
static ngAcceptInputType_rowEditable: unknown;
|
|
1792
|
-
static ngAcceptInputType_showSummaryOnCollapse: unknown;
|
|
1793
|
-
static ngAcceptInputType_batchEditing: unknown;
|
|
1787
|
+
onCollapseChange(value: boolean, panelType: PivotDimensionType): void;
|
|
1788
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPivotDataSelectorComponent, never>;
|
|
1789
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxPivotDataSelectorComponent, "igx-pivot-data-selector", never, { "columnsExpanded": { "alias": "columnsExpanded"; "required": false; }; "rowsExpanded": { "alias": "rowsExpanded"; "required": false; }; "filtersExpanded": { "alias": "filtersExpanded"; "required": false; }; "valuesExpanded": { "alias": "valuesExpanded"; "required": false; }; "grid": { "alias": "grid"; "required": false; }; }, { "columnsExpandedChange": "columnsExpandedChange"; "rowsExpandedChange": "rowsExpandedChange"; "filtersExpandedChange": "filtersExpandedChange"; "valuesExpandedChange": "valuesExpandedChange"; }, never, never, true, never>;
|
|
1790
|
+
static ngAcceptInputType_columnsExpanded: unknown;
|
|
1791
|
+
static ngAcceptInputType_rowsExpanded: unknown;
|
|
1792
|
+
static ngAcceptInputType_filtersExpanded: unknown;
|
|
1793
|
+
static ngAcceptInputType_valuesExpanded: unknown;
|
|
1794
1794
|
}
|
|
1795
1795
|
|
|
1796
1796
|
declare class DefaultPivotGridRecordSortingStrategy extends DefaultSortingStrategy {
|
|
@@ -1808,5 +1808,14 @@ declare class DefaultPivotSortingStrategy extends DefaultSortingStrategy {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
1810
|
declare const IGX_PIVOT_GRID_DIRECTIVES: readonly [typeof IgxPivotGridComponent, typeof IgxPivotDataSelectorComponent, typeof IgxPivotValueChipTemplateDirective, typeof IgxRowDirective, typeof IgxGridFooterComponent, typeof IgxAdvancedFilteringDialogComponent, typeof IgxRowExpandedIndicatorDirective, typeof IgxRowCollapsedIndicatorDirective, typeof IgxHeaderExpandedIndicatorDirective, typeof IgxHeaderCollapsedIndicatorDirective, typeof IgxExcelStyleHeaderIconDirective, typeof IgxSortAscendingHeaderIconDirective, typeof IgxSortDescendingHeaderIconDirective, typeof IgxSortHeaderIconDirective, typeof IgxDragIndicatorIconDirective, typeof IgxRowDragGhostDirective, typeof IgxGridStateDirective, typeof IgxGridPinningActionsComponent, typeof IgxGridEditingActionsComponent, typeof IgxGridActionsBaseDirective, typeof IgxGridActionButtonComponent, typeof IgxGridHeaderComponent, typeof IgxGridHeaderGroupComponent, typeof IgxGridHeaderRowComponent, typeof IgxFilterCellTemplateDirective, typeof IgxSummaryTemplateDirective, typeof IgxCellTemplateDirective, typeof IgxCellValidationErrorDirective, typeof IgxCellHeaderTemplateDirective, typeof IgxCellFooterTemplateDirective, typeof IgxCellEditorTemplateDirective, typeof IgxCollapsibleIndicatorTemplateDirective, typeof IgxColumnComponent, typeof IgxColumnGroupComponent, typeof IgxColumnLayoutComponent, typeof IgxColumnActionsComponent, typeof IgxColumnHidingDirective, typeof IgxColumnPinningDirective, typeof IgxRowSelectorDirective, typeof IgxGroupByRowSelectorDirective, typeof IgxHeadSelectorDirective, typeof IgxCSVTextDirective, typeof IgxExcelTextDirective, typeof IgxGridToolbarActionsComponent, typeof IgxGridToolbarAdvancedFilteringComponent, typeof IgxGridToolbarComponent, typeof IgxGridToolbarExporterComponent, typeof IgxGridToolbarHidingComponent, typeof IgxGridToolbarPinningComponent, typeof IgxGridToolbarTitleComponent, typeof IgxGridToolbarDirective, typeof IgxGridExcelStyleFilteringComponent, typeof IgxExcelStyleHeaderComponent, typeof IgxExcelStyleSortingComponent, typeof IgxExcelStylePinningComponent, typeof IgxExcelStyleHidingComponent, typeof IgxExcelStyleSelectingComponent, typeof IgxExcelStyleClearFiltersComponent, typeof IgxExcelStyleConditionalFilterComponent, typeof IgxExcelStyleMovingComponent, typeof IgxExcelStyleSearchComponent, typeof IgxExcelStyleColumnOperationsTemplateDirective, typeof IgxExcelStyleFilterOperationsTemplateDirective, typeof IgxExcelStyleLoadingValuesTemplateDirective];
|
|
1811
|
+
/**
|
|
1812
|
+
* @hidden
|
|
1813
|
+
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
|
|
1814
|
+
*/
|
|
1815
|
+
declare class IgxPivotGridModule {
|
|
1816
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPivotGridModule, never>;
|
|
1817
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxPivotGridModule, never, [typeof IgxPivotGridComponent, typeof IgxPivotDataSelectorComponent, typeof IgxPivotValueChipTemplateDirective, typeof i4.IgxRowDirective, typeof i4.IgxGridFooterComponent, typeof i4.IgxAdvancedFilteringDialogComponent, typeof i4.IgxRowExpandedIndicatorDirective, typeof i4.IgxRowCollapsedIndicatorDirective, typeof i4.IgxHeaderExpandedIndicatorDirective, typeof i4.IgxHeaderCollapsedIndicatorDirective, typeof i4.IgxExcelStyleHeaderIconDirective, typeof i4.IgxSortAscendingHeaderIconDirective, typeof i4.IgxSortDescendingHeaderIconDirective, typeof i4.IgxSortHeaderIconDirective, typeof i4.IgxDragIndicatorIconDirective, typeof i4.IgxRowDragGhostDirective, typeof i4.IgxGridStateDirective, typeof i4.IgxGridPinningActionsComponent, typeof i4.IgxGridEditingActionsComponent, typeof i4.IgxGridActionsBaseDirective, typeof i4.IgxGridActionButtonComponent, typeof i4.IgxGridHeaderComponent, typeof i4.IgxGridHeaderGroupComponent, typeof i4.IgxGridHeaderRowComponent, typeof i4.IgxFilterCellTemplateDirective, typeof i4.IgxSummaryTemplateDirective, typeof i4.IgxCellTemplateDirective, typeof i4.IgxCellValidationErrorDirective, typeof i4.IgxCellHeaderTemplateDirective, typeof i4.IgxCellFooterTemplateDirective, typeof i4.IgxCellEditorTemplateDirective, typeof i4.IgxCollapsibleIndicatorTemplateDirective, typeof i4.IgxColumnComponent, typeof i4.IgxColumnGroupComponent, typeof i4.IgxColumnLayoutComponent, typeof i4.IgxColumnActionsComponent, typeof i4.IgxColumnHidingDirective, typeof i4.IgxColumnPinningDirective, typeof i4.IgxRowSelectorDirective, typeof i4.IgxGroupByRowSelectorDirective, typeof i4.IgxHeadSelectorDirective, typeof i4.IgxCSVTextDirective, typeof i4.IgxExcelTextDirective, typeof i4.IgxGridToolbarActionsComponent, typeof i4.IgxGridToolbarAdvancedFilteringComponent, typeof i4.IgxGridToolbarComponent, typeof i4.IgxGridToolbarExporterComponent, typeof i4.IgxGridToolbarHidingComponent, typeof i4.IgxGridToolbarPinningComponent, typeof i4.IgxGridToolbarTitleComponent, typeof i4.IgxGridToolbarDirective, typeof i4.IgxGridExcelStyleFilteringComponent, typeof i4.IgxExcelStyleHeaderComponent, typeof i4.IgxExcelStyleSortingComponent, typeof i4.IgxExcelStylePinningComponent, typeof i4.IgxExcelStyleHidingComponent, typeof i4.IgxExcelStyleSelectingComponent, typeof i4.IgxExcelStyleClearFiltersComponent, typeof i4.IgxExcelStyleConditionalFilterComponent, typeof i4.IgxExcelStyleMovingComponent, typeof i4.IgxExcelStyleSearchComponent, typeof i4.IgxExcelStyleColumnOperationsTemplateDirective, typeof i4.IgxExcelStyleFilterOperationsTemplateDirective, typeof i4.IgxExcelStyleLoadingValuesTemplateDirective], [typeof IgxPivotGridComponent, typeof IgxPivotDataSelectorComponent, typeof IgxPivotValueChipTemplateDirective, typeof i4.IgxRowDirective, typeof i4.IgxGridFooterComponent, typeof i4.IgxAdvancedFilteringDialogComponent, typeof i4.IgxRowExpandedIndicatorDirective, typeof i4.IgxRowCollapsedIndicatorDirective, typeof i4.IgxHeaderExpandedIndicatorDirective, typeof i4.IgxHeaderCollapsedIndicatorDirective, typeof i4.IgxExcelStyleHeaderIconDirective, typeof i4.IgxSortAscendingHeaderIconDirective, typeof i4.IgxSortDescendingHeaderIconDirective, typeof i4.IgxSortHeaderIconDirective, typeof i4.IgxDragIndicatorIconDirective, typeof i4.IgxRowDragGhostDirective, typeof i4.IgxGridStateDirective, typeof i4.IgxGridPinningActionsComponent, typeof i4.IgxGridEditingActionsComponent, typeof i4.IgxGridActionsBaseDirective, typeof i4.IgxGridActionButtonComponent, typeof i4.IgxGridHeaderComponent, typeof i4.IgxGridHeaderGroupComponent, typeof i4.IgxGridHeaderRowComponent, typeof i4.IgxFilterCellTemplateDirective, typeof i4.IgxSummaryTemplateDirective, typeof i4.IgxCellTemplateDirective, typeof i4.IgxCellValidationErrorDirective, typeof i4.IgxCellHeaderTemplateDirective, typeof i4.IgxCellFooterTemplateDirective, typeof i4.IgxCellEditorTemplateDirective, typeof i4.IgxCollapsibleIndicatorTemplateDirective, typeof i4.IgxColumnComponent, typeof i4.IgxColumnGroupComponent, typeof i4.IgxColumnLayoutComponent, typeof i4.IgxColumnActionsComponent, typeof i4.IgxColumnHidingDirective, typeof i4.IgxColumnPinningDirective, typeof i4.IgxRowSelectorDirective, typeof i4.IgxGroupByRowSelectorDirective, typeof i4.IgxHeadSelectorDirective, typeof i4.IgxCSVTextDirective, typeof i4.IgxExcelTextDirective, typeof i4.IgxGridToolbarActionsComponent, typeof i4.IgxGridToolbarAdvancedFilteringComponent, typeof i4.IgxGridToolbarComponent, typeof i4.IgxGridToolbarExporterComponent, typeof i4.IgxGridToolbarHidingComponent, typeof i4.IgxGridToolbarPinningComponent, typeof i4.IgxGridToolbarTitleComponent, typeof i4.IgxGridToolbarDirective, typeof i4.IgxGridExcelStyleFilteringComponent, typeof i4.IgxExcelStyleHeaderComponent, typeof i4.IgxExcelStyleSortingComponent, typeof i4.IgxExcelStylePinningComponent, typeof i4.IgxExcelStyleHidingComponent, typeof i4.IgxExcelStyleSelectingComponent, typeof i4.IgxExcelStyleClearFiltersComponent, typeof i4.IgxExcelStyleConditionalFilterComponent, typeof i4.IgxExcelStyleMovingComponent, typeof i4.IgxExcelStyleSearchComponent, typeof i4.IgxExcelStyleColumnOperationsTemplateDirective, typeof i4.IgxExcelStyleFilterOperationsTemplateDirective, typeof i4.IgxExcelStyleLoadingValuesTemplateDirective]>;
|
|
1818
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgxPivotGridModule>;
|
|
1819
|
+
}
|
|
1811
1820
|
|
|
1812
|
-
export { DefaultPivotGridRecordSortingStrategy, DefaultPivotSortingStrategy, IGX_PIVOT_GRID_DIRECTIVES, IgxPivotDataSelectorComponent, IgxPivotGridComponent, IgxPivotRowDimensionHeaderTemplateDirective, IgxPivotValueChipTemplateDirective };
|
|
1821
|
+
export { DefaultPivotGridRecordSortingStrategy, DefaultPivotSortingStrategy, IGX_PIVOT_GRID_DIRECTIVES, IgxPivotDataSelectorComponent, IgxPivotGridComponent, IgxPivotGridModule, IgxPivotRowDimensionHeaderTemplateDirective, IgxPivotValueChipTemplateDirective };
|