igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
- package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm2015/lib/EditorCell.js +2 -2
- package/esm2015/lib/FilterCell.js +12 -12
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm2015/lib/PropertyEditorView_combined.js +4 -4
- package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
- package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
- package/esm2015/lib/igc-grid-column-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
- package/esm2015/lib/igc-responsive-states-collection.js +6 -1
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
- package/esm5/lib/ColumnGroupingView_combined.js +17 -17
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm5/lib/EditorCell.js +2 -2
- package/esm5/lib/FilterCell.js +12 -12
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm5/lib/GridFilterDialogView_combined.js +16 -16
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm5/lib/PropertyEditorView_combined.js +4 -4
- package/esm5/lib/igc-column-exchangers-collection.js +6 -1
- package/esm5/lib/igc-column-property-setters-collection.js +6 -1
- package/esm5/lib/igc-grid-column-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm5/lib/igc-responsive-phases-collection.js +6 -1
- package/esm5/lib/igc-responsive-states-collection.js +6 -1
- package/fesm2015/igniteui-webcomponents-grids.js +474 -373
- package/fesm5/igniteui-webcomponents-grids.js +498 -373
- package/grids/3rdpartylicenses.txt +101 -26
- package/grids/combined.js +27166 -27890
- package/grids/index.d.ts +9 -1
- package/grids/lib/igc-action-strip-component.d.ts +4 -15
- package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
- package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
- package/grids/lib/igc-clipboard-options.d.ts +45 -0
- package/grids/lib/igc-column-component.d.ts +15 -1
- package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
- package/grids/lib/igc-column-group-component.d.ts +1 -0
- package/grids/lib/igc-column-layout-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
- package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
- package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
- package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
- package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-column-state.d.ts +1 -0
- package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
- package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
- package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
- package/grids/lib/igc-expression-tree.d.ts +4 -3
- package/grids/lib/igc-filtering-event-args.d.ts +2 -4
- package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-base-directive.d.ts +17 -7
- package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
- package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
- package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
- package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
- package/grids/lib/igc-grid-state-collection.d.ts +1 -0
- package/grids/lib/igc-grid-state-component.d.ts +11 -3
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
- package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
- package/grids/lib/igc-grouping-state.d.ts +1 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
- package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
- package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
- package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
- package/grids/lib/igc-page-event-args.d.ts +2 -4
- package/grids/lib/igc-paginator-component.d.ts +3 -0
- package/grids/lib/igc-paging-state.d.ts +1 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
- package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
- package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
- package/grids/lib/igc-pinning-config.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
- package/grids/lib/igc-row-data-event-args.d.ts +2 -4
- package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
- package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
- package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
- package/grids/lib/igc-row-island-component.d.ts +2635 -0
- package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
- package/grids/lib/igc-sorting-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/ColumnFilterCondition_combined.d.ts +33 -21
- package/lib/DateEditorView.d.ts +1 -1
- package/lib/GridFilterDialogView_combined.d.ts +1 -1
- package/lib/TextEditorView.d.ts +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcHierarchicalGridBaseDirective } from './igc-hierarchical-grid-base-directive';
|
|
3
|
+
import { IgcColumnComponent } from './igc-column-component';
|
|
4
|
+
import { IgcColumnGroupComponent } from './igc-column-group-component';
|
|
5
|
+
import { IgcColumnLayoutComponent } from './igc-column-layout-component';
|
|
6
|
+
import { IgcGridToolbarComponent } from './igc-grid-toolbar-component';
|
|
7
|
+
import { IgcGridToolbarActionsComponent } from './igc-grid-toolbar-actions-component';
|
|
8
|
+
import { IgcGridToolbarTitleComponent } from './igc-grid-toolbar-title-component';
|
|
9
|
+
import { IgcGridToolbarAdvancedFilteringComponent } from './igc-grid-toolbar-advanced-filtering-component';
|
|
10
|
+
import { IgcGridToolbarExporterComponent } from './igc-grid-toolbar-exporter-component';
|
|
11
|
+
import { IgcGridToolbarHidingComponent } from './igc-grid-toolbar-hiding-component';
|
|
12
|
+
import { IgcGridToolbarPinningComponent } from './igc-grid-toolbar-pinning-component';
|
|
13
|
+
import { IgcActionStripComponent } from './igc-action-strip-component';
|
|
14
|
+
import { IgcGridEditingActionsComponent } from './igc-grid-editing-actions-component';
|
|
15
|
+
import { IgcGridPinningActionsComponent } from './igc-grid-pinning-actions-component';
|
|
16
|
+
import { IgcRowIslandComponent } from './igc-row-island-component';
|
|
17
|
+
import { IgcCellType } from './igc-cell-type';
|
|
18
|
+
import { IgcRowType } from './igc-row-type';
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
/* blazorAdditionalDependency: Column */
|
|
25
|
+
/* blazorAdditionalDependency: ColumnGroup */
|
|
26
|
+
/* blazorAdditionalDependency: ColumnLayout */
|
|
27
|
+
/* blazorAdditionalDependency: GridToolbar */
|
|
28
|
+
/* blazorAdditionalDependency: GridToolbarActions */
|
|
29
|
+
/* blazorAdditionalDependency: GridToolbarTitle */
|
|
30
|
+
/* blazorAdditionalDependency: GridToolbarAdvancedFiltering */
|
|
31
|
+
/* blazorAdditionalDependency: GridToolbarExporter */
|
|
32
|
+
/* blazorAdditionalDependency: GridToolbarHiding */
|
|
33
|
+
/* blazorAdditionalDependency: GridToolbarPinning */
|
|
34
|
+
/* blazorAdditionalDependency: ActionStrip */
|
|
35
|
+
/* blazorAdditionalDependency: GridActionsBaseDirective */
|
|
36
|
+
/* blazorAdditionalDependency: GridEditingActions */
|
|
37
|
+
/* blazorAdditionalDependency: GridPinningActions */
|
|
38
|
+
/* blazorAdditionalDependency: RowIsland */
|
|
39
|
+
/* blazorIndirectRender */
|
|
40
|
+
/**
|
|
41
|
+
* Hierarchical grid
|
|
42
|
+
*
|
|
43
|
+
* @igxModule IgxHierarchicalGridModule
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
export declare class IgcHierarchicalGridComponent extends IgcHierarchicalGridBaseDirective
|
|
48
|
+
{
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
/* contentChildren */
|
|
53
|
+
/* blazorInclude */
|
|
54
|
+
/* blazorTreatAsCollection */
|
|
55
|
+
/* blazorCollectionName: RowIslandCollection */
|
|
56
|
+
/* ngQueryListName: childLayoutList */
|
|
57
|
+
/**
|
|
58
|
+
* @hidden
|
|
59
|
+
*/
|
|
60
|
+
public set childLayoutList(value: IgcRowIslandComponent[]);
|
|
61
|
+
public get childLayoutList(): IgcRowIslandComponent[];
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Gets/Sets the value of the `id` attribute.
|
|
67
|
+
*
|
|
68
|
+
* @remarks
|
|
69
|
+
* If not provided it will be automatically generated.
|
|
70
|
+
* @example
|
|
71
|
+
* ```html
|
|
72
|
+
* <igx-hierarchical-grid [id]="'igx-hgrid-1'" [data]="Data" [autoGenerate]="true"></igx-hierarchical-grid>
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
public set id(value: string);
|
|
76
|
+
public get id(): string;
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
/* treatAsRef */
|
|
81
|
+
/**
|
|
82
|
+
* An @Input property that lets you fill the `IgxHierarchicalGridComponent` with an array of data.
|
|
83
|
+
* ```html
|
|
84
|
+
* <igx-hierarchical-grid [data]="Data" [autoGenerate]="true"></igx-hierarchical-grid>
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
87
|
+
* @memberof IgxHierarchicalGridComponent
|
|
88
|
+
*/
|
|
89
|
+
public set data(value: any[]);
|
|
90
|
+
public get data(): any[];
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Gets/Sets the total number of records in the data source.
|
|
96
|
+
*
|
|
97
|
+
* @remarks
|
|
98
|
+
* This property is required for remote grid virtualization to function when it is bound to remote data.
|
|
99
|
+
* @example
|
|
100
|
+
* ```typescript
|
|
101
|
+
* const itemCount = this.grid1.totalItemCount;
|
|
102
|
+
* this.grid1.totalItemCount = 55;
|
|
103
|
+
* ```
|
|
104
|
+
*/
|
|
105
|
+
public set totalItemCount(value: number);
|
|
106
|
+
public get totalItemCount(): number;
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Sets if all immediate children of the `IgxHierarchicalGridComponent` should be expanded/collapsed.
|
|
112
|
+
* Defult value is false.
|
|
113
|
+
* ```html
|
|
114
|
+
* <igx-hierarchical-grid [id]="'igx-grid-1'" [data]="Data" [autoGenerate]="true" [expandChildren]="true"></igx-hierarchical-grid>
|
|
115
|
+
* ```
|
|
116
|
+
*
|
|
117
|
+
* @memberof IgxHierarchicalGridComponent
|
|
118
|
+
*/
|
|
119
|
+
public set expandChildren(value: boolean);
|
|
120
|
+
public get expandChildren(): boolean;
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Gets the unique identifier of the parent row. It may be a `string` or `number` if `primaryKey` of the
|
|
126
|
+
* parent grid is set or an object reference of the parent record otherwise.
|
|
127
|
+
* ```typescript
|
|
128
|
+
* const foreignKey = this.grid.foreignKey;
|
|
129
|
+
* ```
|
|
130
|
+
*
|
|
131
|
+
* @memberof IgxHierarchicalGridComponent
|
|
132
|
+
*/
|
|
133
|
+
public get foreignKey(): any;
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Returns an array of the selected `IgxGridCell`s.
|
|
139
|
+
*
|
|
140
|
+
* @example
|
|
141
|
+
* ```typescript
|
|
142
|
+
* const selectedCells = this.grid.selectedCells;
|
|
143
|
+
* ```
|
|
144
|
+
*/
|
|
145
|
+
public get selectedCells(): IgcCellType[];
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Returns the `RowType` by index.
|
|
151
|
+
*
|
|
152
|
+
* @example
|
|
153
|
+
* ```typescript
|
|
154
|
+
* const myRow = this.grid1.getRowByIndex(1);
|
|
155
|
+
* ```
|
|
156
|
+
* @param index
|
|
157
|
+
*/
|
|
158
|
+
public getRowByIndex(index: number): IgcRowType;
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Returns the `RowType` by key.
|
|
164
|
+
*
|
|
165
|
+
* @example
|
|
166
|
+
* ```typescript
|
|
167
|
+
* const myRow = this.grid1.getRowByKey(1);
|
|
168
|
+
* ```
|
|
169
|
+
* @param key
|
|
170
|
+
*/
|
|
171
|
+
public getRowByKey(key: any): IgcRowType;
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Returns a `CellType` object that matches the conditions.
|
|
177
|
+
*
|
|
178
|
+
* @example
|
|
179
|
+
* ```typescript
|
|
180
|
+
* const myCell = this.grid1.getCellByColumn(2, "UnitPrice");
|
|
181
|
+
* ```
|
|
182
|
+
* @param rowIndex
|
|
183
|
+
* @param columnField
|
|
184
|
+
*/
|
|
185
|
+
public getCellByColumn(rowIndex: number, columnField: string): IgcCellType;
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Returns a `CellType` object that matches the conditions.
|
|
191
|
+
*
|
|
192
|
+
* @remarks
|
|
193
|
+
* Requires that the primaryKey property is set.
|
|
194
|
+
* @example
|
|
195
|
+
* ```typescript
|
|
196
|
+
* grid.getCellByKey(1, 'index');
|
|
197
|
+
* ```
|
|
198
|
+
* @param rowSelector match any rowID
|
|
199
|
+
* @param columnField
|
|
200
|
+
*/
|
|
201
|
+
public getCellByKey(rowSelector: any, columnField: string): IgcCellType;
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
public pinRow(rowID: any, index?: number): boolean;
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
public unpinRow(rowID: any): boolean;
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
public getDefaultExpandState(record: any): void;
|
|
214
|
+
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcPivotDimension } from './igc-pivot-dimension';
|
|
3
|
+
import { IgcPivotValue } from './igc-pivot-value';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/* csSuppress */
|
|
9
|
+
|
|
10
|
+
export declare class IgcNoopPivotDimensionsStrategy
|
|
11
|
+
{
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
public static instance(): IgcNoopPivotDimensionsStrategy;
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
public process(collection: any[], _: IgcPivotDimension[], __: IgcPivotValue[]): any[];
|
|
20
|
+
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
@@ -9,12 +9,10 @@ import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
|
|
|
9
9
|
{
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
public
|
|
13
|
-
public get current(): number;
|
|
12
|
+
public current: number;
|
|
14
13
|
|
|
15
14
|
|
|
16
|
-
public
|
|
17
|
-
public get next(): number;
|
|
15
|
+
public next: number;
|
|
18
16
|
|
|
19
17
|
}
|
|
20
18
|
|
|
@@ -9,12 +9,10 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
9
9
|
{
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
public
|
|
13
|
-
public get previous(): number;
|
|
12
|
+
public previous: number;
|
|
14
13
|
|
|
15
14
|
|
|
16
|
-
public
|
|
17
|
-
public get current(): number;
|
|
15
|
+
public current: number;
|
|
18
16
|
|
|
19
17
|
}
|
|
20
18
|
|
|
@@ -14,6 +14,8 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
14
14
|
/* wcElementTag: igc-paginator */
|
|
15
15
|
/* blazorIndirectRender */
|
|
16
16
|
/* contentParent: GridBaseDirective */
|
|
17
|
+
/* contentParent: RowIsland */
|
|
18
|
+
/* contentParent: HierarchicalGrid */
|
|
17
19
|
/* jsonAPIManageCollectionInMarkup */
|
|
18
20
|
/**
|
|
19
21
|
* Paginator component description
|
|
@@ -99,6 +101,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
99
101
|
|
|
100
102
|
|
|
101
103
|
|
|
104
|
+
/* mustSetInCodePlatforms: WebComponents;Blazor;React */
|
|
102
105
|
/**
|
|
103
106
|
* An accessor that sets the resource strings.
|
|
104
107
|
* By default it uses EN resources.
|
|
@@ -16,31 +16,27 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
16
16
|
{
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
public
|
|
20
|
-
public get column(): IgcColumnComponent;
|
|
19
|
+
public column: IgcColumnComponent;
|
|
21
20
|
|
|
22
21
|
|
|
23
22
|
/**
|
|
24
23
|
* If pinned, specifies at which index in the pinned area the column is inserted.
|
|
25
24
|
* If unpinned, specifies at which index in the unpinned area the column is inserted.
|
|
26
25
|
*/
|
|
27
|
-
public
|
|
28
|
-
public get insertAtIndex(): number;
|
|
26
|
+
public insertAtIndex: number;
|
|
29
27
|
|
|
30
28
|
|
|
31
29
|
/**
|
|
32
30
|
* Returns the actual pin state of the column.
|
|
33
31
|
* If pinning/unpinning is succesfull, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
|
|
34
32
|
*/
|
|
35
|
-
public
|
|
36
|
-
public get isPinned(): boolean;
|
|
33
|
+
public isPinned: boolean;
|
|
37
34
|
|
|
38
35
|
|
|
39
36
|
/**
|
|
40
37
|
* Provides the ability to cancel the event.
|
|
41
38
|
*/
|
|
42
|
-
public
|
|
43
|
-
public get cancel(): boolean;
|
|
39
|
+
public cancel: boolean;
|
|
44
40
|
|
|
45
41
|
}
|
|
46
42
|
|
|
@@ -15,24 +15,21 @@ import { IgcColumnComponent } from './igc-column-component';
|
|
|
15
15
|
{
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
public
|
|
19
|
-
public get column(): IgcColumnComponent;
|
|
18
|
+
public column: IgcColumnComponent;
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
/**
|
|
23
22
|
* If pinned, specifies at which index in the pinned area the column is inserted.
|
|
24
23
|
* If unpinned, specifies at which index in the unpinned area the column is inserted.
|
|
25
24
|
*/
|
|
26
|
-
public
|
|
27
|
-
public get insertAtIndex(): number;
|
|
25
|
+
public insertAtIndex: number;
|
|
28
26
|
|
|
29
27
|
|
|
30
28
|
/**
|
|
31
29
|
* Returns the actual pin state of the column.
|
|
32
30
|
* If pinning/unpinning is succesfull, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
|
|
33
31
|
*/
|
|
34
|
-
public
|
|
35
|
-
public get isPinned(): boolean;
|
|
32
|
+
public isPinned: boolean;
|
|
36
33
|
|
|
37
34
|
}
|
|
38
35
|
|
|
@@ -16,8 +16,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
16
16
|
* The ID of the row, that was pinned/unpinned.
|
|
17
17
|
* ID is either the primaryKey value or the data record instance.
|
|
18
18
|
*/
|
|
19
|
-
public
|
|
20
|
-
public get rowID(): any;
|
|
19
|
+
public rowID: any;
|
|
21
20
|
|
|
22
21
|
|
|
23
22
|
public row?: IgcRowType;
|
|
@@ -28,8 +27,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
28
27
|
|
|
29
28
|
|
|
30
29
|
/** Whether or not the row is pinned or unpinned. */
|
|
31
|
-
public
|
|
32
|
-
public get isPinned(): boolean;
|
|
30
|
+
public isPinned: boolean;
|
|
33
31
|
|
|
34
32
|
|
|
35
33
|
/**
|
|
@@ -41,8 +39,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
41
39
|
/**
|
|
42
40
|
* Provides the ability to cancel the event.
|
|
43
41
|
*/
|
|
44
|
-
public
|
|
45
|
-
public get cancel(): boolean;
|
|
42
|
+
public cancel: boolean;
|
|
46
43
|
|
|
47
44
|
}
|
|
48
45
|
|
|
@@ -13,8 +13,7 @@ import { IgcPivotConfiguration } from './igc-pivot-configuration';
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
/** The new configuration. */
|
|
16
|
-
public
|
|
17
|
-
public get pivotConfiguration(): IgcPivotConfiguration;
|
|
16
|
+
public pivotConfiguration: IgcPivotConfiguration;
|
|
18
17
|
|
|
19
18
|
}
|
|
20
19
|
|
|
@@ -8,12 +8,10 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
8
8
|
{
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
public
|
|
12
|
-
public get data(): any;
|
|
11
|
+
public data: any;
|
|
13
12
|
|
|
14
13
|
|
|
15
|
-
public
|
|
16
|
-
public get primaryKey(): any;
|
|
14
|
+
public primaryKey: any;
|
|
17
15
|
|
|
18
16
|
}
|
|
19
17
|
|
|
@@ -10,16 +10,13 @@ import { IgcRowType } from './igc-row-type';
|
|
|
10
10
|
{
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
public
|
|
14
|
-
public get dragDirective(): any;
|
|
13
|
+
public dragDirective: any;
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
public
|
|
18
|
-
public get dragData(): IgcRowType;
|
|
16
|
+
public dragData: IgcRowType;
|
|
19
17
|
|
|
20
18
|
|
|
21
|
-
public
|
|
22
|
-
public get animation(): boolean;
|
|
19
|
+
public animation: boolean;
|
|
23
20
|
|
|
24
21
|
}
|
|
25
22
|
|
|
@@ -9,19 +9,16 @@ import { IgcRowType } from './igc-row-type';
|
|
|
9
9
|
{
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
public
|
|
13
|
-
public get dragDirective(): any;
|
|
12
|
+
public dragDirective: any;
|
|
14
13
|
|
|
15
14
|
|
|
16
|
-
public
|
|
17
|
-
public get dragData(): IgcRowType;
|
|
15
|
+
public dragData: IgcRowType;
|
|
18
16
|
|
|
19
17
|
|
|
20
18
|
/**
|
|
21
19
|
* Provides the ability to cancel the event.
|
|
22
20
|
*/
|
|
23
|
-
public
|
|
24
|
-
public get cancel(): boolean;
|
|
21
|
+
public cancel: boolean;
|
|
25
22
|
|
|
26
23
|
|
|
27
24
|
/**
|
|
@@ -17,24 +17,21 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
17
17
|
/**
|
|
18
18
|
* Contains the exporting row data
|
|
19
19
|
*/
|
|
20
|
-
public
|
|
21
|
-
public get rowData(): any;
|
|
20
|
+
public rowData: any;
|
|
22
21
|
|
|
23
22
|
|
|
24
23
|
|
|
25
24
|
/**
|
|
26
25
|
* Contains the exporting row index
|
|
27
26
|
*/
|
|
28
|
-
public
|
|
29
|
-
public get rowIndex(): number;
|
|
27
|
+
public rowIndex: number;
|
|
30
28
|
|
|
31
29
|
|
|
32
30
|
|
|
33
31
|
/**
|
|
34
32
|
* Skip the exporting row when set to true
|
|
35
33
|
*/
|
|
36
|
-
public
|
|
37
|
-
public get cancel(): boolean;
|
|
34
|
+
public cancel: boolean;
|
|
38
35
|
|
|
39
36
|
}
|
|
40
37
|
|