igniteui-webcomponents-grids 7.1.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 (90) hide show
  1. package/custom-elements.json +24487 -10990
  2. package/grids/3rdpartylicenses.txt +158 -524
  3. package/grids/combined.js +63752 -62828
  4. package/grids/lib/igc-action-strip-component.d.ts +0 -39
  5. package/grids/lib/igc-base-exporter.d.ts +1 -25
  6. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -1
  7. package/grids/lib/igc-boolean-filtering-operand.d.ts +0 -2
  8. package/grids/lib/igc-column-component.d.ts +0 -489
  9. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -5
  10. package/grids/lib/igc-column-group-component.d.ts +0 -55
  11. package/grids/lib/igc-column-layout-component.d.ts +0 -12
  12. package/grids/lib/igc-column-toggled-event-args.d.ts +1 -1
  13. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -2
  14. package/grids/lib/igc-csv-exporter-options.d.ts +0 -10
  15. package/grids/lib/igc-csv-exporter-service.d.ts +1 -23
  16. package/grids/lib/igc-data-clone-strategy.d.ts +0 -1
  17. package/grids/lib/igc-date-filtering-operand.d.ts +0 -2
  18. package/grids/lib/igc-date-summary-operand.d.ts +1 -38
  19. package/grids/lib/igc-dimensions-change.d.ts +1 -0
  20. package/grids/lib/igc-excel-exporter-options.d.ts +0 -27
  21. package/grids/lib/igc-excel-exporter-service.d.ts +1 -22
  22. package/grids/lib/igc-exporter-event-args.d.ts +12 -16
  23. package/grids/lib/igc-exporter-options-base.d.ts +4 -63
  24. package/grids/lib/igc-expression-tree.d.ts +1 -0
  25. package/grids/lib/igc-field-type.d.ts +0 -2
  26. package/grids/lib/igc-filtering-expressions-tree.d.ts +2 -0
  27. package/grids/lib/igc-filtering-operand.d.ts +0 -4
  28. package/grids/lib/igc-filtering-operation.d.ts +0 -2
  29. package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -6
  30. package/grids/lib/igc-grid-base-component.d.ts +305 -0
  31. package/grids/lib/igc-grid-base-directive.d.ts +28 -1131
  32. package/grids/lib/igc-grid-component.d.ts +18 -512
  33. package/grids/lib/igc-grid-created-event-args.d.ts +4 -4
  34. package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -7
  35. package/grids/lib/igc-grid-pinning-actions-component.d.ts +0 -12
  36. package/grids/lib/igc-grid-resource-strings.d.ts +1 -0
  37. package/grids/lib/igc-grid-state-base-directive.d.ts +0 -6
  38. package/grids/lib/igc-grid-state-component.d.ts +0 -5
  39. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +0 -10
  40. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -10
  41. package/grids/lib/igc-grid-toolbar-component.d.ts +0 -14
  42. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -2
  43. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +0 -8
  44. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +0 -9
  45. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +0 -9
  46. package/grids/lib/igc-grid-toolbar-title-component.d.ts +0 -8
  47. package/grids/lib/igc-hierarchical-grid-base-component.d.ts +156 -0
  48. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +0 -20
  49. package/grids/lib/igc-hierarchical-grid-component.d.ts +28 -172
  50. package/grids/lib/igc-number-filtering-operand.d.ts +0 -2
  51. package/grids/lib/igc-number-summary-operand.d.ts +1 -53
  52. package/grids/lib/igc-overlay-outlet-directive.d.ts +0 -3
  53. package/grids/lib/igc-paginator-component.d.ts +2 -81
  54. package/grids/lib/igc-pinning-config.d.ts +2 -0
  55. package/grids/lib/igc-pivot-aggregation.d.ts +19 -0
  56. package/grids/lib/igc-pivot-aggregator.d.ts +3 -2
  57. package/grids/lib/igc-pivot-data-selector-component.d.ts +0 -87
  58. package/grids/lib/igc-pivot-date-dimension.d.ts +0 -3
  59. package/grids/lib/igc-pivot-grid-component.d.ts +0 -163
  60. package/grids/lib/igc-pivot-value.d.ts +1 -1
  61. package/grids/lib/igc-position-settings.d.ts +4 -0
  62. package/grids/lib/igc-position-strategy.d.ts +1 -4
  63. package/grids/lib/igc-query-builder-component.d.ts +1 -14
  64. package/grids/lib/igc-query-builder-header-component.d.ts +1 -13
  65. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +28 -0
  66. package/grids/lib/igc-row-directive.d.ts +1 -55
  67. package/grids/lib/igc-row-island-base-component.d.ts +76 -0
  68. package/grids/lib/igc-row-island-component.d.ts +68 -1132
  69. package/grids/lib/igc-scroll-strategy.d.ts +1 -7
  70. package/grids/lib/igc-string-filtering-operand.d.ts +0 -4
  71. package/grids/lib/igc-summary-operand.d.ts +1 -33
  72. package/grids/lib/igc-summary-result.d.ts +0 -9
  73. package/grids/lib/igc-time-summary-operand.d.ts +0 -11
  74. package/grids/lib/igc-tree-grid-base-component.d.ts +226 -0
  75. package/grids/lib/igc-tree-grid-component.d.ts +23 -341
  76. package/grids/lib/igc-validation-errors.d.ts +4 -0
  77. package/grids/lib/index.d.ts +60 -55
  78. package/grids/lib/pivot-row-layout-type.d.ts +1 -1
  79. package/grids/lib/pivot-summary-position.d.ts +1 -1
  80. package/grids/themes/dark/bootstrap.css +1 -1
  81. package/grids/themes/dark/fluent.css +1 -1
  82. package/grids/themes/dark/indigo.css +1 -1
  83. package/grids/themes/dark/material.css +1 -1
  84. package/grids/themes/light/bootstrap.css +1 -1
  85. package/grids/themes/light/fluent.css +1 -1
  86. package/grids/themes/light/indigo.css +1 -1
  87. package/grids/themes/light/material.css +1 -1
  88. package/package.json +1 -1
  89. package/vscode.html-custom-data.json +1 -1
  90. package/web-types.json +1 -1
@@ -6,9 +6,6 @@
6
6
  /**
7
7
  * Mark an element as an igxOverlay outlet container.
8
8
  * Directive instance is exported as `overlay-outlet` to be assigned to templates variables:
9
- * ```html
10
- * <div igxOverlayOutlet #outlet="overlay-outlet"></div>
11
- * ```
12
9
  */
13
10
 
14
11
  export declare class IgcOverlayOutletDirective
@@ -19,7 +19,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
19
19
  /* jsonAPIManageCollectionInMarkup */
20
20
  /**
21
21
  * Paginator component description
22
- * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *
23
22
  */
24
23
 
25
24
  export declare class IgcPaginatorComponent extends EventEmitterMixin<IgcPaginatorComponentEventMap, Constructor<LitElement>>(LitElement)
@@ -44,11 +43,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
44
43
  /**
45
44
  * Gets/Sets the current page of the paginator.
46
45
  * The default is 0.
47
- * ```typescript
48
- * let page = this.paginator.page;
49
- * ```
50
- *
51
- * @memberof IgxPaginatorComponent
52
46
  */
53
47
  public set page(value: number);
54
48
  public get page(): number;
@@ -58,11 +52,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
58
52
  /**
59
53
  * Gets/Sets the number of visible items per page in the paginator.
60
54
  * The default is 15.
61
- * ```typescript
62
- * let itemsPerPage = this.paginator.perPage;
63
- * ```
64
- *
65
- * @memberof IgxPaginatorComponent
66
55
  */
67
56
  public set perPage(value: number);
68
57
  public get perPage(): number;
@@ -71,11 +60,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
71
60
 
72
61
  /**
73
62
  * Sets the total records.
74
- * ```typescript
75
- * let totalRecords = this.paginator.totalRecords;
76
- * ```
77
- *
78
- * @memberof IgxPaginatorComponent
79
63
  */
80
64
  public set totalRecords(value: number);
81
65
  public get totalRecords(): number;
@@ -84,11 +68,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
84
68
 
85
69
  /**
86
70
  * Sets custom options in the select of the paginator
87
- * ```typescript
88
- * let options = this.paginator.selectOptions;
89
- * ```
90
- *
91
- * @memberof IgxPaginatorComponent
92
71
  */
93
72
  public set selectOptions(value: number[]);
94
73
  public get selectOptions(): number[];
@@ -97,9 +76,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
97
76
 
98
77
  /**
99
78
  * Sets custom OverlaySettings.
100
- * ```html
101
- * <igx-paginator [overlaySettings] = "customOverlaySettings"></igx-paginator>
102
- * ```
103
79
  */
104
80
  public set overlaySettings(value: IgcOverlaySettings);
105
81
  public get overlaySettings(): IgcOverlaySettings;
@@ -118,9 +94,6 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
118
94
 
119
95
  /**
120
96
  * Returns if the current page is the last page.
121
- * ```typescript
122
- * const lastPage = this.paginator.isLastPage;
123
- * ```
124
97
  */
125
98
  public get isLastPage(): boolean;
126
99
 
@@ -128,44 +101,26 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
128
101
 
129
102
  /**
130
103
  * Returns if the current page is the first page.
131
- * ```typescript
132
- * const lastPage = this.paginator.isFirstPage;
133
- * ```
134
104
  */
135
105
  public get isFirstPage(): boolean;
136
106
 
137
107
 
138
108
 
139
109
  /**
140
- * Goes to the next page of the `IgxPaginatorComponent`, if the paginator is not already at the last page.
141
- * ```typescript
142
- * this.paginator.nextPage();
143
- * ```
144
- *
145
- * @memberof IgxPaginatorComponent
110
+ * Goes to the next page of the paginator, if the paginator is not already at the last page.
146
111
  */
147
112
  public nextPage(): void;
148
113
 
149
114
 
150
115
  /**
151
- * Goes to the previous page of the `IgxPaginatorComponent`, if the paginator is not already at the first page.
152
- * ```typescript
153
- * this.paginator.previousPage();
154
- * ```
155
- *
156
- * @memberof IgxPaginatorComponent
116
+ * Goes to the previous page of the paginator, if the paginator is not already at the first page.
157
117
  */
158
118
  public previousPage(): void;
159
119
 
160
120
 
161
121
  /**
162
122
  * Goes to the desired page index.
163
- * ```typescript
164
- * this.paginator.paginate(1);
165
- * ```
166
- *
167
123
  * @param val
168
- * @memberof IgxPaginatorComponent
169
124
  */
170
125
  public paginate(val: number): void;
171
126
 
@@ -175,55 +130,21 @@ export declare interface IgcPaginatorComponentEventMap {
175
130
 
176
131
  /**
177
132
  * Emitted when `perPage` property value of the paginator is changed.
178
- *
179
- * @example
180
- * ```html
181
- * <igx-paginator (perPageChange)="onPerPageChange($event)"></igx-paginator>
182
- * ```
183
- * ```typescript
184
- * public onPerPageChange(perPage: number) {
185
- * this.perPage = perPage;
186
- * }
187
- * ```
188
133
  */
189
134
  perPageChange: CustomEvent<number>;
190
135
 
191
136
  /**
192
137
  * Emitted after the current page is changed.
193
- *
194
- * @example
195
- * ```html
196
- * <igx-paginator (pageChange)="onPageChange($event)"></igx-paginator>
197
- * ```
198
- * ```typescript
199
- * public onPageChange(page: number) {
200
- * this.currentPage = page;
201
- * }
202
- * ```
203
138
  */
204
139
  pageChange: CustomEvent<number>;
205
140
 
206
141
  /**
207
142
  * Emitted before paging is performed.
208
- *
209
- * @remarks
210
- * Returns an object consisting of the current and next pages.
211
- * @example
212
- * ```html
213
- * <igx-paginator (paging)="pagingHandler($event)"></igx-paginator>
214
- * ```
215
143
  */
216
144
  paging: CustomEvent<IgcPageCancellableEventArgs>;
217
145
 
218
146
  /**
219
147
  * Emitted after paging is performed.
220
- *
221
- * @remarks
222
- * Returns an object consisting of the previous and current pages.
223
- * @example
224
- * ```html
225
- * <igx-paginator (pagingDone)="pagingDone($event)"></igx-paginator>
226
- * ```
227
148
  */
228
149
  pagingDone: CustomEvent<IgcPageEventArgs>;
229
150
 
@@ -16,9 +16,11 @@ import { RowPinningPosition } from './row-pinning-position';
16
16
  {
17
17
 
18
18
 
19
+ /* mustCoerceToInt */
19
20
  public columns?: ColumnPinningPosition;
20
21
 
21
22
 
23
+ /* mustCoerceToInt */
22
24
  public rows?: RowPinningPosition;
23
25
 
24
26
  }
@@ -0,0 +1,19 @@
1
+
2
+
3
+
4
+
5
+
6
+ /* csSuppress */
7
+ /**
8
+ * Interface describing a PivotAggregation function.
9
+ * Accepts an array of extracted data members and an optional array of the original data records,
10
+ * which can be omitted or undefined.
11
+ */
12
+
13
+ export declare class IgcPivotAggregation
14
+ {
15
+
16
+ }
17
+
18
+
19
+
@@ -1,5 +1,6 @@
1
1
 
2
2
  import { PivotAggregationType } from './pivot-aggregation-type';
3
+ import { IgcPivotAggregation } from './igc-pivot-aggregation';
3
4
 
4
5
 
5
6
  /* jsonAPIPlainObject */
@@ -37,9 +38,9 @@ import { PivotAggregationType } from './pivot-aggregation-type';
37
38
  /* blazorOnlyScript */
38
39
  /**
39
40
  * Aggregator function can be a custom implementation of `PivotAggregation`, or
40
- * use predefined ones from `IgxPivotAggregate` and its variants.
41
+ * use predefined ones from pivot aggregate and its variants.
41
42
  */
42
- public aggregator?: any;
43
+ public aggregator?: IgcPivotAggregation;
43
44
 
44
45
  }
45
46
 
@@ -10,21 +10,6 @@ import { IgcPivotGridComponent } from './igc-pivot-grid-component';
10
10
  /* wcElementTag: igc-pivot-data-selector */
11
11
  /**
12
12
  * Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI
13
- *
14
- * @igxModule IgxPivotGridModule
15
- * @igxGroup Grids & Lists
16
- * @igxKeywords data selector, pivot, grid
17
- * @igxTheme pivot-data-selector-theme
18
- * @remarks
19
- * The Ignite UI Data Selector has a searchable list with the grid data columns,
20
- * there are also four expandable areas underneath for filters, rows, columns, and values
21
- * is used for grouping and aggregating simple flat data into a pivot table.
22
- * @example
23
- * ```html
24
- * <igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="configuration">
25
- * </igx-pivot-grid>
26
- * <igx-pivot-data-selector [grid]="grid1"></igx-pivot-data-selector>
27
- * ```
28
13
  */
29
14
 
30
15
  export declare class IgcPivotDataSelectorComponent extends EventEmitterMixin<IgcPivotDataSelectorComponentEventMap, Constructor<LitElement>>(LitElement)
@@ -42,18 +27,6 @@ import { IgcPivotGridComponent } from './igc-pivot-grid-component';
42
27
  /**
43
28
  * Gets/sets whether the columns panel is expanded
44
29
  * Get
45
- * ```typescript
46
- * const columnsPanelState: boolean = this.dataSelector.columnsExpanded;
47
- * ```
48
- * Set
49
- * ```html
50
- * <igx-pivot-data-selector [grid]="grid1" [columnsExpanded]="columnsPanelState"></igx-pivot-data-selector>
51
- * ```
52
- *
53
- * Two-way data binding:
54
- * ```html
55
- * <igx-pivot-data-selector [grid]="grid1" [(columnsExpanded)]="columnsPanelState"></igx-pivot-data-selector>
56
- * ```
57
30
  */
58
31
  public set columnsExpanded(value: boolean);
59
32
  public get columnsExpanded(): boolean;
@@ -63,18 +36,6 @@ import { IgcPivotGridComponent } from './igc-pivot-grid-component';
63
36
  /**
64
37
  * Gets/sets whether the rows panel is expanded
65
38
  * Get
66
- * ```typescript
67
- * const rowsPanelState: boolean = this.dataSelector.rowsExpanded;
68
- * ```
69
- * Set
70
- * ```html
71
- * <igx-pivot-data-selector [grid]="grid1" [rowsExpanded]="rowsPanelState"></igx-pivot-data-selector>
72
- * ```
73
- *
74
- * Two-way data binding:
75
- * ```html
76
- * <igx-pivot-data-selector [grid]="grid1" [(rowsExpanded)]="rowsPanelState"></igx-pivot-data-selector>
77
- * ```
78
39
  */
79
40
  public set rowsExpanded(value: boolean);
80
41
  public get rowsExpanded(): boolean;
@@ -84,18 +45,6 @@ import { IgcPivotGridComponent } from './igc-pivot-grid-component';
84
45
  /**
85
46
  * Gets/sets whether the filters panel is expanded
86
47
  * Get
87
- * ```typescript
88
- * const filtersPanelState: boolean = this.dataSelector.filtersExpanded;
89
- * ```
90
- * Set
91
- * ```html
92
- * <igx-pivot-data-selector [grid]="grid1" [filtersExpanded]="filtersPanelState"></igx-pivot-data-selector>
93
- * ```
94
- *
95
- * Two-way data binding:
96
- * ```html
97
- * <igx-pivot-data-selector [grid]="grid1" [(filtersExpanded)]="filtersPanelState"></igx-pivot-data-selector>
98
- * ```
99
48
  */
100
49
  public set filtersExpanded(value: boolean);
101
50
  public get filtersExpanded(): boolean;
@@ -105,18 +54,6 @@ import { IgcPivotGridComponent } from './igc-pivot-grid-component';
105
54
  /**
106
55
  * Gets/sets whether the values panel is expanded
107
56
  * Get
108
- * ```typescript
109
- * const valuesPanelState: boolean = this.dataSelector.valuesExpanded;
110
- * ```
111
- * Set
112
- * ```html
113
- * <igx-pivot-data-selector [grid]="grid1" [valuesExpanded]="valuesPanelState"></igx-pivot-data-selector>
114
- * ```
115
- *
116
- * Two-way data binding:
117
- * ```html
118
- * <igx-pivot-data-selector [grid]="grid1" [(valuesExpanded)]="valuesPanelState"></igx-pivot-data-selector>
119
- * ```
120
57
  */
121
58
  public set valuesExpanded(value: boolean);
122
59
  public get valuesExpanded(): boolean;
@@ -137,45 +74,21 @@ export declare interface IgcPivotDataSelectorComponentEventMap {
137
74
 
138
75
  /**
139
76
  * Emitted when the columns panel is expanded or collapsed.
140
- *
141
- * @example
142
- * ```html
143
- * <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
144
- * (columnsExpandedChange)="columnsExpandedChange($event)"></igx-pivot-data-selector>
145
- * ```
146
77
  */
147
78
  columnsExpandedChange: CustomEvent<boolean>;
148
79
 
149
80
  /**
150
81
  * Emitted when the rows panel is expanded or collapsed.
151
- *
152
- * @example
153
- * ```html
154
- * <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
155
- * (rowsExpandedChange)="rowsExpandedChange($event)"></igx-pivot-data-selector>
156
- * ```
157
82
  */
158
83
  rowsExpandedChange: CustomEvent<boolean>;
159
84
 
160
85
  /**
161
86
  * Emitted when the filters panel is expanded or collapsed.
162
- *
163
- * @example
164
- * ```html
165
- * <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
166
- * (filtersExpandedChange)="filtersExpandedChange($event)"></igx-pivot-data-selector>
167
- * ```
168
87
  */
169
88
  filtersExpandedChange: CustomEvent<boolean>;
170
89
 
171
90
  /**
172
91
  * Emitted when the values panel is expanded or collapsed.
173
- *
174
- * @example
175
- * ```html
176
- * <igx-pivot-data-selector #grid [data]="localData" [height]="'305px'"
177
- * (valuesExpandedChange)="valuesExpandedChange($event)"></igx-pivot-data-selector>
178
- * ```
179
92
  */
180
93
  valuesExpandedChange: CustomEvent<boolean>;
181
94
 
@@ -56,9 +56,6 @@ import { IgcPivotDateDimensionOptions } from './igc-pivot-date-dimension-options
56
56
 
57
57
  /**
58
58
  * Gets/Sets the resource strings.
59
- *
60
- * @remarks
61
- * By default it uses EN resources.
62
59
  */
63
60
  public set resourceStrings(value: IgcGridResourceStrings);
64
61
  public get resourceStrings(): IgcGridResourceStrings;