igniteui-webcomponents-grids 7.2.0-beta.0 → 7.2.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/custom-elements.json +24591 -11128
  2. package/grids/combined.js +29644 -28593
  3. package/grids/lib/igc-action-strip-component.d.ts +0 -39
  4. package/grids/lib/igc-base-exporter.d.ts +1 -25
  5. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -1
  6. package/grids/lib/igc-boolean-filtering-operand.d.ts +0 -2
  7. package/grids/lib/igc-column-component.d.ts +0 -489
  8. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -5
  9. package/grids/lib/igc-column-group-component.d.ts +0 -55
  10. package/grids/lib/igc-column-layout-component.d.ts +0 -12
  11. package/grids/lib/igc-column-toggled-event-args.d.ts +1 -1
  12. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -2
  13. package/grids/lib/igc-csv-exporter-options.d.ts +0 -10
  14. package/grids/lib/igc-csv-exporter-service.d.ts +1 -23
  15. package/grids/lib/igc-data-clone-strategy.d.ts +0 -1
  16. package/grids/lib/igc-date-filtering-operand.d.ts +0 -2
  17. package/grids/lib/igc-date-summary-operand.d.ts +1 -38
  18. package/grids/lib/igc-dimensions-change.d.ts +1 -0
  19. package/grids/lib/igc-excel-exporter-options.d.ts +0 -27
  20. package/grids/lib/igc-excel-exporter-service.d.ts +1 -22
  21. package/grids/lib/igc-exporter-event-args.d.ts +12 -16
  22. package/grids/lib/igc-exporter-options-base.d.ts +4 -63
  23. package/grids/lib/igc-expression-tree.d.ts +1 -0
  24. package/grids/lib/igc-field-type.d.ts +0 -2
  25. package/grids/lib/igc-filtering-expressions-tree.d.ts +2 -0
  26. package/grids/lib/igc-filtering-operand.d.ts +0 -4
  27. package/grids/lib/igc-filtering-operation.d.ts +0 -2
  28. package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -6
  29. package/grids/lib/igc-grid-base-component.d.ts +305 -0
  30. package/grids/lib/igc-grid-base-directive.d.ts +28 -1131
  31. package/grids/lib/igc-grid-component.d.ts +18 -512
  32. package/grids/lib/igc-grid-created-event-args.d.ts +4 -4
  33. package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -7
  34. package/grids/lib/igc-grid-pinning-actions-component.d.ts +0 -12
  35. package/grids/lib/igc-grid-resource-strings.d.ts +1 -0
  36. package/grids/lib/igc-grid-state-base-directive.d.ts +0 -6
  37. package/grids/lib/igc-grid-state-component.d.ts +0 -5
  38. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +0 -10
  39. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -10
  40. package/grids/lib/igc-grid-toolbar-component.d.ts +0 -14
  41. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -2
  42. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +0 -8
  43. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +0 -9
  44. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +0 -9
  45. package/grids/lib/igc-grid-toolbar-title-component.d.ts +0 -8
  46. package/grids/lib/igc-hierarchical-grid-base-component.d.ts +156 -0
  47. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +0 -20
  48. package/grids/lib/igc-hierarchical-grid-component.d.ts +28 -184
  49. package/grids/lib/igc-number-filtering-operand.d.ts +0 -2
  50. package/grids/lib/igc-number-summary-operand.d.ts +1 -53
  51. package/grids/lib/igc-overlay-outlet-directive.d.ts +0 -3
  52. package/grids/lib/igc-paginator-component.d.ts +2 -81
  53. package/grids/lib/igc-pinning-config.d.ts +2 -0
  54. package/grids/lib/igc-pivot-aggregation.d.ts +8 -0
  55. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  56. package/grids/lib/igc-pivot-data-selector-component.d.ts +0 -87
  57. package/grids/lib/igc-pivot-date-dimension.d.ts +0 -3
  58. package/grids/lib/igc-pivot-grid-component.d.ts +0 -163
  59. package/grids/lib/igc-pivot-value.d.ts +1 -1
  60. package/grids/lib/igc-position-settings.d.ts +4 -0
  61. package/grids/lib/igc-position-strategy.d.ts +1 -4
  62. package/grids/lib/igc-query-builder-component.d.ts +1 -14
  63. package/grids/lib/igc-query-builder-header-component.d.ts +1 -13
  64. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +28 -0
  65. package/grids/lib/igc-row-directive.d.ts +1 -55
  66. package/grids/lib/igc-row-island-base-component.d.ts +76 -0
  67. package/grids/lib/igc-row-island-component.d.ts +68 -1132
  68. package/grids/lib/igc-scroll-strategy.d.ts +1 -7
  69. package/grids/lib/igc-string-filtering-operand.d.ts +0 -4
  70. package/grids/lib/igc-summary-operand.d.ts +1 -33
  71. package/grids/lib/igc-summary-result.d.ts +0 -9
  72. package/grids/lib/igc-time-summary-operand.d.ts +0 -11
  73. package/grids/lib/igc-tree-grid-base-component.d.ts +226 -0
  74. package/grids/lib/igc-tree-grid-component.d.ts +23 -341
  75. package/grids/lib/igc-validation-errors.d.ts +4 -0
  76. package/grids/lib/index.d.ts +60 -56
  77. package/grids/lib/pivot-row-layout-type.d.ts +1 -1
  78. package/grids/lib/pivot-summary-position.d.ts +1 -1
  79. package/grids/themes/dark/bootstrap.css +1 -1
  80. package/grids/themes/dark/fluent.css +1 -1
  81. package/grids/themes/dark/indigo.css +1 -1
  82. package/grids/themes/dark/material.css +1 -1
  83. package/grids/themes/light/bootstrap.css +1 -1
  84. package/grids/themes/light/fluent.css +1 -1
  85. package/grids/themes/light/indigo.css +1 -1
  86. package/grids/themes/light/material.css +1 -1
  87. package/package.json +1 -1
  88. package/vscode.html-custom-data.json +1 -1
  89. package/web-types.json +1 -1
@@ -8,8 +8,6 @@
8
8
  /* marshalByValue */
9
9
  /**
10
10
  * Interface describing filtering operations
11
- *
12
- * @export
13
11
  */
14
12
 
15
13
  export declare class IgcFilteringOperation
@@ -16,12 +16,6 @@
16
16
 
17
17
  /**
18
18
  * Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
19
- *
20
- * @example
21
- * ```html
22
- * <igx-grid-pinning-actions [asMenuItems]='true'></igx-grid-pinning-actions>
23
- * <igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions>
24
- * ```
25
19
  */
26
20
  public set asMenuItems(value: boolean);
27
21
  public get asMenuItems(): boolean;
@@ -0,0 +1,305 @@
1
+
2
+ import { IgcGridBaseDirective } from './igc-grid-base-directive';
3
+ import { IgcForOfState } from './igc-for-of-state';
4
+ import { IgcGroupingExpression } from './igc-grouping-expression';
5
+ import { IgcGroupByExpandState } from './igc-group-by-expand-state';
6
+ import { IgcGroupingDoneEventArgs } from './igc-grouping-done-event-args';
7
+ import { IgcRenderFunction } from './common';
8
+ import { IgcGridMasterDetailContext } from './igc-grid-master-detail-context';
9
+ import { IgcGroupByRecord } from './igc-group-by-record';
10
+ import { IgcGridGroupingStrategy } from './igc-grid-grouping-strategy';
11
+ import { IgcGroupByRowSelectorTemplateContext } from './igc-group-by-row-selector-template-context';
12
+ import { IgcGroupByRowTemplateContext } from './igc-group-by-row-template-context';
13
+ import { IgcCellType } from './igc-cell-type';
14
+ import { IgcRowType } from './igc-row-type';
15
+ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
16
+ import { IgcGridBaseDirectiveEventMap } from './igc-grid-base-directive';
17
+
18
+
19
+ /* wcSkipComponentSuffix */
20
+
21
+
22
+ /* wcAlternateName: GridBase */
23
+ /* blazorIndirectRender
24
+ blazorComponent
25
+ omitModule
26
+ wcSkipComponentSuffix */
27
+ /**
28
+ * Grid provides a way to present and manipulate tabular data.
29
+ */
30
+
31
+ export declare class IgcGridBaseComponent extends EventEmitterMixin<IgcGridBaseComponentEventMap, AbstractConstructor<IgcGridBaseDirective>>(IgcGridBaseDirective)
32
+
33
+ {
34
+
35
+ /* blazorSuppress */
36
+ static readonly tagName: string;
37
+ /* blazorSuppress */
38
+ static register(): void;
39
+
40
+
41
+
42
+ /**
43
+ * Gets/Sets whether created groups are rendered expanded or collapsed.
44
+ */
45
+ public set groupsExpanded(value: boolean);
46
+ public get groupsExpanded(): boolean;
47
+
48
+
49
+
50
+ /**
51
+ * Gets/Sets the template that will be rendered as a GroupBy drop area.
52
+ */
53
+ public set dropAreaTemplate(value: IgcRenderFunction<void>);
54
+ public get dropAreaTemplate(): IgcRenderFunction<void>;
55
+
56
+
57
+
58
+
59
+ /**
60
+ * Returns a reference to the master-detail template.
61
+ */
62
+ public set detailTemplate(value: IgcRenderFunction<IgcGridMasterDetailContext>);
63
+ public get detailTemplate(): IgcRenderFunction<IgcGridMasterDetailContext>;
64
+
65
+
66
+
67
+ /**
68
+ * Gets/Sets the value of the `id` attribute.
69
+ */
70
+ public set id(value: string);
71
+ public get id(): string;
72
+
73
+
74
+ /**
75
+ * Gets the hierarchical representation of the group by records.
76
+ */
77
+ public get groupsRecords(): IgcGroupByRecord[];
78
+
79
+
80
+
81
+ /**
82
+ * Gets/Sets the array of data that populates the component.
83
+ */
84
+ /* treatAsRef */
85
+ public set data(value: any[]);
86
+ public get data(): any[];
87
+
88
+
89
+
90
+ /**
91
+ * Gets/Sets the total number of records in the data source.
92
+ */
93
+ public set totalItemCount(value: number);
94
+ public get totalItemCount(): number;
95
+
96
+
97
+
98
+ /* mustSetInCodePlatforms: WebComponents;Blazor;React */
99
+ /**
100
+ * Gets/Sets the group by state.
101
+ */
102
+ public set groupingExpressions(value: IgcGroupingExpression[]);
103
+ public get groupingExpressions(): IgcGroupingExpression[];
104
+
105
+
106
+
107
+ /**
108
+ * Gets/Sets a list of expansion states for group rows.
109
+ */
110
+ public set groupingExpansionState(value: IgcGroupByExpandState[]);
111
+ public get groupingExpansionState(): IgcGroupByExpandState[];
112
+
113
+
114
+
115
+ /**
116
+ * Gets/Sets whether the grouped columns should be hidden.
117
+ */
118
+ public set hideGroupedColumns(value: boolean);
119
+ public get hideGroupedColumns(): boolean;
120
+
121
+
122
+
123
+ /**
124
+ * Gets/Sets the grouping strategy of the grid.
125
+ */
126
+ public set groupStrategy(value: IgcGridGroupingStrategy);
127
+ public get groupStrategy(): IgcGridGroupingStrategy;
128
+
129
+
130
+
131
+ /**
132
+ * Gets/Sets the message displayed inside the GroupBy drop area where columns can be dragged on.
133
+ */
134
+ public set dropAreaMessage(value: string);
135
+ public get dropAreaMessage(): string;
136
+
137
+
138
+
139
+ /**
140
+ * Gets the group by row selector template.
141
+ */
142
+ public set groupByRowSelectorTemplate(value: IgcRenderFunction<IgcGroupByRowSelectorTemplateContext>);
143
+ public get groupByRowSelectorTemplate(): IgcRenderFunction<IgcGroupByRowSelectorTemplateContext>;
144
+
145
+
146
+
147
+ /**
148
+ * Gets/Sets the template reference for the group row.
149
+ */
150
+ public set groupRowTemplate(value: IgcRenderFunction<IgcGroupByRowTemplateContext>);
151
+ public get groupRowTemplate(): IgcRenderFunction<IgcGroupByRowTemplateContext>;
152
+
153
+
154
+
155
+ /**
156
+ * Returns whether the grid has group area.
157
+ */
158
+ public set showGroupArea(value: boolean);
159
+ public get showGroupArea(): boolean;
160
+
161
+
162
+
163
+ /**
164
+ * Returns an array of the selected grid cells.
165
+ */
166
+ public get selectedCells(): IgcCellType[];
167
+
168
+
169
+
170
+ /**
171
+ * Groups by a new column based on the provided expression, or modifies an existing one.
172
+ */
173
+ public groupBy(expression: IgcGroupingExpression[]): void;
174
+
175
+
176
+
177
+ /**
178
+ * Clears grouping for particular column, array of columns or all columns.
179
+ * @param name Name of column or array of column names to be ungrouped.
180
+ */
181
+ public clearGrouping(name?: string): void;
182
+
183
+
184
+
185
+ /**
186
+ * Returns if a group is expanded or not.
187
+ * @param group The group record.
188
+ */
189
+ public isExpandedGroup(group: IgcGroupByRecord): boolean;
190
+
191
+
192
+
193
+ /**
194
+ * Toggles the expansion state of a group.
195
+ * @param groupRow The group record to toggle.
196
+ */
197
+ public toggleGroup(groupRow: IgcGroupByRecord): void;
198
+
199
+
200
+
201
+ /**
202
+ * Select all rows within a group.
203
+ * @param groupRow: The group record which rows would be selected.
204
+ * @param clearCurrentSelection if true clears the current selection
205
+ */
206
+ public selectRowsInGroup(groupRow: IgcGroupByRecord, clearPrevSelection?: boolean): void;
207
+
208
+
209
+
210
+ /**
211
+ * Deselect all rows within a group.
212
+ * @param groupRow The group record which rows would be deselected.
213
+ */
214
+ public deselectRowsInGroup(groupRow: IgcGroupByRecord): void;
215
+
216
+
217
+
218
+ /**
219
+ * Expands the specified group and all of its parent groups.
220
+ * @param groupRow The group record to fully expand.
221
+ */
222
+ public fullyExpandGroup(groupRow: IgcGroupByRecord): void;
223
+
224
+
225
+
226
+ /**
227
+ * Toggles the expansion state of all group rows recursively.
228
+ */
229
+ public toggleAllGroupRows(): void;
230
+
231
+
232
+
233
+ /**
234
+ * Returns an array of the current cell selection in the form of `[{ column.field: cell.value }, ...]`.
235
+ */
236
+ public getSelectedData(formatters?: boolean, headers?: boolean): any[];
237
+
238
+
239
+
240
+ /**
241
+ * Returns the grid row by index.
242
+ * @param index
243
+ */
244
+ public getRowByIndex(index: number): IgcRowType;
245
+
246
+
247
+
248
+ /**
249
+ * Returns grid row object by the specified primary key.
250
+ * @param keyValue
251
+ */
252
+ public getRowByKey(key: any): IgcRowType;
253
+
254
+
255
+
256
+ /**
257
+ * Returns a `CellType` object that matches the conditions.
258
+ * @param rowIndex
259
+ * @param columnField
260
+ */
261
+ public getCellByColumn(rowIndex: number, columnField: string): IgcCellType;
262
+
263
+
264
+
265
+ /**
266
+ * Returns a `CellType` object that matches the conditions.
267
+ * @param rowSelector match any rowID
268
+ * @param columnField
269
+ */
270
+ public getCellByKey(rowSelector: any, columnField: string): IgcCellType;
271
+
272
+
273
+
274
+ public pinRow(rowID: any, index?: number): boolean;
275
+
276
+
277
+
278
+ public unpinRow(rowID: any): boolean;
279
+
280
+ }
281
+
282
+ export declare interface IgcGridBaseComponentEventMap extends IgcGridBaseDirectiveEventMap {
283
+
284
+ /**
285
+ * Emitted when a new chunk of data is loaded from virtualization.
286
+ */
287
+ dataPreLoad: CustomEvent<IgcForOfState>;
288
+
289
+ /**
290
+ * Emitted when grouping is performed.
291
+ */
292
+ groupingExpressionsChange: CustomEvent<IgcGroupingExpression[]>;
293
+
294
+ /**
295
+ * Emitted when groups are expanded/collapsed.
296
+ */
297
+ groupingExpansionStateChange: CustomEvent<IgcGroupByExpandState[]>;
298
+
299
+ /**
300
+ * Emitted when columns are grouped/ungrouped.
301
+ */
302
+ groupingDone: CustomEvent<IgcGroupingDoneEventArgs>;
303
+
304
+ }
305
+