igniteui-webcomponents-grids 4.8.1 → 5.0.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.
- package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +171 -0
- package/esm2015/lib/CheckboxListExternal.js +11 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +554 -441
- package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +12 -12
- package/esm2015/lib/DateEditorView.js +12 -12
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
- package/esm2015/lib/NativeUIGridFactory.js +66 -0
- package/esm2015/lib/PagerVisualModelExport.js +4 -4
- package/esm2015/lib/igc-checkbox-list-component.js +159 -93
- package/esm2015/lib/igc-checkbox-list-module.js +3 -0
- package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/CheckboxListBridge.js +173 -0
- package/esm5/lib/CheckboxListExternal.js +11 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +541 -422
- package/esm5/lib/CheckedChangedEventArgs.js +3 -2
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +12 -12
- package/esm5/lib/DateEditorView.js +12 -12
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/ISummaryChooserView_combined.js +17 -17
- package/esm5/lib/NativeUIGridFactory.js +76 -0
- package/esm5/lib/PagerVisualModelExport.js +4 -4
- package/esm5/lib/igc-checkbox-list-component.js +173 -93
- package/esm5/lib/igc-checkbox-list-module.js +3 -0
- package/esm5/lib/igc-checked-changed-event-args.js +17 -3
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
- package/fesm5/igniteui-webcomponents-grids.js +1077 -603
- package/grids/combined.js +37327 -39208
- package/grids/index.d.ts +8 -8
- package/grids/lib/igc-action-strip-component.d.ts +4 -4
- package/grids/lib/igc-action-strip-token.d.ts +16 -0
- package/grids/lib/igc-base-exporter.d.ts +0 -4
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
- package/grids/lib/igc-column-component.d.ts +15 -101
- package/grids/lib/igc-column-group-component.d.ts +94 -1
- package/grids/lib/igc-column-layout-component.d.ts +11 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
- package/grids/lib/igc-column-state.d.ts +0 -4
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +34 -21
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
- package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
- package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
- package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
- package/grids/lib/igc-header-type.d.ts +0 -5
- package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
- package/grids/lib/igc-paginator-component.d.ts +6 -22
- package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration.d.ts +0 -1
- package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
- package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
- package/grids/lib/igc-pivot-dimension.d.ts +12 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
- package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
- package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
- package/grids/lib/igc-pivot-value.d.ts +0 -2
- package/grids/lib/igc-position-settings.d.ts +1 -10
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
- package/grids/lib/igc-row-data-event-args.d.ts +10 -0
- package/grids/lib/igc-row-directive.d.ts +0 -5
- package/grids/lib/igc-row-island-component.d.ts +50 -146
- package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
- package/grids/lib/igc-sorting-options.d.ts +0 -1
- package/grids/lib/igc-tree-grid-component.d.ts +15 -18
- package/grids/lib/pivot-row-layout-type.d.ts +3 -0
- package/grids/lib/pivot-summary-position.d.ts +3 -0
- 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/CheckboxListBridge.d.ts +29 -0
- package/lib/CheckboxListExternal.d.ts +29 -0
- package/lib/CheckboxListViewExternal.d.ts +16 -0
- package/lib/CheckboxListView_combined.d.ts +130 -121
- package/lib/CheckedChangedEventArgs.d.ts +3 -2
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/lib/DateEditorView.d.ts +2 -2
- package/lib/NativeUIGridFactory.d.ts +19 -0
- package/lib/igc-checkbox-list-component.d.ts +19 -0
- package/lib/igc-checked-changed-event-args.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
- package/grids/3rdpartylicenses.txt +0 -705
- package/grids/lib/display-density.d.ts +0 -3
- package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
- package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
- package/grids/lib/igc-display-density-base.d.ts +0 -45
- package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
- package/grids/lib/igc-toggle-directive.d.ts +0 -171
|
@@ -57,23 +57,21 @@ import { IgcRowType } from './igc-row-type';
|
|
|
57
57
|
{
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
/* blazorAlternateType: string */
|
|
61
60
|
/**
|
|
62
|
-
*
|
|
61
|
+
* Sets the child data key of the `IgxTreeGridComponent`.
|
|
63
62
|
* ```html
|
|
64
63
|
* <igx-tree-grid #grid [data]="employeeData" [childDataKey]="'employees'" [autoGenerate]="true"></igx-tree-grid>
|
|
65
64
|
* ```
|
|
66
65
|
*
|
|
67
66
|
* @memberof IgxTreeGridComponent
|
|
68
67
|
*/
|
|
69
|
-
public set childDataKey(value:
|
|
70
|
-
public get childDataKey():
|
|
68
|
+
public set childDataKey(value: string);
|
|
69
|
+
public get childDataKey(): string;
|
|
71
70
|
|
|
72
71
|
|
|
73
72
|
|
|
74
|
-
/* blazorAlternateType: string */
|
|
75
73
|
/**
|
|
76
|
-
*
|
|
74
|
+
* Sets the foreign key of the `IgxTreeGridComponent`.
|
|
77
75
|
* ```html
|
|
78
76
|
* <igx-tree-grid #grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'" [autoGenerate]="true">
|
|
79
77
|
* </igx-tree-grid>
|
|
@@ -81,14 +79,13 @@ import { IgcRowType } from './igc-row-type';
|
|
|
81
79
|
*
|
|
82
80
|
* @memberof IgxTreeGridComponent
|
|
83
81
|
*/
|
|
84
|
-
public set foreignKey(value:
|
|
85
|
-
public get foreignKey():
|
|
82
|
+
public set foreignKey(value: string);
|
|
83
|
+
public get foreignKey(): string;
|
|
86
84
|
|
|
87
85
|
|
|
88
86
|
|
|
89
|
-
/* blazorAlternateType: string */
|
|
90
87
|
/**
|
|
91
|
-
*
|
|
88
|
+
* Sets the key indicating whether a row has children.
|
|
92
89
|
* This property is only used for load on demand scenarios.
|
|
93
90
|
* ```html
|
|
94
91
|
* <igx-tree-grid #grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'"
|
|
@@ -99,13 +96,13 @@ import { IgcRowType } from './igc-row-type';
|
|
|
99
96
|
*
|
|
100
97
|
* @memberof IgxTreeGridComponent
|
|
101
98
|
*/
|
|
102
|
-
public set hasChildrenKey(value:
|
|
103
|
-
public get hasChildrenKey():
|
|
99
|
+
public set hasChildrenKey(value: string);
|
|
100
|
+
public get hasChildrenKey(): string;
|
|
104
101
|
|
|
105
102
|
|
|
106
103
|
|
|
107
104
|
/**
|
|
108
|
-
*
|
|
105
|
+
* Sets whether child records should be deleted when their parent gets deleted.
|
|
109
106
|
* By default it is set to true and deletes all children along with the parent.
|
|
110
107
|
* ```html
|
|
111
108
|
* <igx-tree-grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'" cascadeOnDelete="false">
|
|
@@ -121,7 +118,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
121
118
|
|
|
122
119
|
/* csSuppress */
|
|
123
120
|
/**
|
|
124
|
-
*
|
|
121
|
+
* Sets a callback for loading child rows on demand.
|
|
125
122
|
* ```html
|
|
126
123
|
* <igx-tree-grid [data]="employeeData" [primaryKey]="'employeeID'" [foreignKey]="'parentID'" [loadChildrenOnDemand]="loadChildren">
|
|
127
124
|
* </igx-tree-grid>
|
|
@@ -140,7 +137,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
140
137
|
|
|
141
138
|
|
|
142
139
|
/**
|
|
143
|
-
*
|
|
140
|
+
* Sets the value of the `id` attribute. If not provided it will be automatically generated.
|
|
144
141
|
* ```html
|
|
145
142
|
* <igx-tree-grid [id]="'igx-tree-grid-1'"></igx-tree-grid>
|
|
146
143
|
* ```
|
|
@@ -182,7 +179,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
182
179
|
|
|
183
180
|
/* treatAsRef */
|
|
184
181
|
/**
|
|
185
|
-
*
|
|
182
|
+
* Gets/Sets the array of data that populates the component.
|
|
186
183
|
* ```html
|
|
187
184
|
* <igx-tree-grid [data]="Data" [autoGenerate]="true"></igx-tree-grid>
|
|
188
185
|
* ```
|
|
@@ -195,7 +192,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
195
192
|
|
|
196
193
|
|
|
197
194
|
/**
|
|
198
|
-
*
|
|
195
|
+
* Sets the count of levels to be expanded in the `IgxTreeGridComponent`. By default it is
|
|
199
196
|
* set to `Infinity` which means all levels would be expanded.
|
|
200
197
|
* ```html
|
|
201
198
|
* <igx-tree-grid #grid [data]="employeeData" [childDataKey]="'employees'" expansionDepth="1" [autoGenerate]="true"></igx-tree-grid>
|
|
@@ -209,7 +206,7 @@ import { IgcRowType } from './igc-row-type';
|
|
|
209
206
|
|
|
210
207
|
|
|
211
208
|
/**
|
|
212
|
-
*
|
|
209
|
+
* Template for the row loading indicator when load on demand is enabled.
|
|
213
210
|
* ```html
|
|
214
211
|
* <ng-template #rowLoadingTemplate>
|
|
215
212
|
* <igx-icon>loop</igx-icon>
|