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.
Files changed (121) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListBridge.js +171 -0
  4. package/esm2015/lib/CheckboxListExternal.js +11 -0
  5. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +554 -441
  7. package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
  8. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
  10. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  11. package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
  12. package/esm2015/lib/ColumnPinningView_combined.js +12 -12
  13. package/esm2015/lib/DateEditorView.js +12 -12
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  15. package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
  16. package/esm2015/lib/NativeUIGridFactory.js +66 -0
  17. package/esm2015/lib/PagerVisualModelExport.js +4 -4
  18. package/esm2015/lib/igc-checkbox-list-component.js +159 -93
  19. package/esm2015/lib/igc-checkbox-list-module.js +3 -0
  20. package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
  21. package/esm2015/public_api.js +5 -0
  22. package/esm5/lib/CheckboxListBridge.js +173 -0
  23. package/esm5/lib/CheckboxListExternal.js +11 -0
  24. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  25. package/esm5/lib/CheckboxListView_combined.js +541 -422
  26. package/esm5/lib/CheckedChangedEventArgs.js +3 -2
  27. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  28. package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
  29. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  30. package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
  31. package/esm5/lib/ColumnPinningView_combined.js +12 -12
  32. package/esm5/lib/DateEditorView.js +12 -12
  33. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  34. package/esm5/lib/ISummaryChooserView_combined.js +17 -17
  35. package/esm5/lib/NativeUIGridFactory.js +76 -0
  36. package/esm5/lib/PagerVisualModelExport.js +4 -4
  37. package/esm5/lib/igc-checkbox-list-component.js +173 -93
  38. package/esm5/lib/igc-checkbox-list-module.js +3 -0
  39. package/esm5/lib/igc-checked-changed-event-args.js +17 -3
  40. package/esm5/public_api.js +5 -0
  41. package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
  42. package/fesm5/igniteui-webcomponents-grids.js +1077 -603
  43. package/grids/combined.js +37327 -39208
  44. package/grids/index.d.ts +8 -8
  45. package/grids/lib/igc-action-strip-component.d.ts +4 -4
  46. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  47. package/grids/lib/igc-base-exporter.d.ts +0 -4
  48. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
  49. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
  50. package/grids/lib/igc-column-component.d.ts +15 -101
  51. package/grids/lib/igc-column-group-component.d.ts +94 -1
  52. package/grids/lib/igc-column-layout-component.d.ts +11 -0
  53. package/grids/lib/igc-column-pipe-args.d.ts +1 -0
  54. package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
  55. package/grids/lib/igc-column-state.d.ts +0 -4
  56. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
  57. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
  58. package/grids/lib/igc-grid-base-directive.d.ts +34 -21
  59. package/grids/lib/igc-grid-component.d.ts +1 -1
  60. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  61. package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
  62. package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
  63. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  64. package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
  65. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  66. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
  67. package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
  68. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
  69. package/grids/lib/igc-header-type.d.ts +0 -5
  70. package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
  71. package/grids/lib/igc-paginator-component.d.ts +6 -22
  72. package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
  73. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  74. package/grids/lib/igc-pivot-configuration.d.ts +0 -1
  75. package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
  76. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
  77. package/grids/lib/igc-pivot-dimension.d.ts +12 -1
  78. package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
  79. package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
  80. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  81. package/grids/lib/igc-pivot-value.d.ts +0 -2
  82. package/grids/lib/igc-position-settings.d.ts +1 -10
  83. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  84. package/grids/lib/igc-row-data-event-args.d.ts +10 -0
  85. package/grids/lib/igc-row-directive.d.ts +0 -5
  86. package/grids/lib/igc-row-island-component.d.ts +50 -146
  87. package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
  88. package/grids/lib/igc-sorting-options.d.ts +0 -1
  89. package/grids/lib/igc-tree-grid-component.d.ts +15 -18
  90. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  91. package/grids/lib/pivot-summary-position.d.ts +3 -0
  92. package/grids/styles.css +1 -1
  93. package/grids/themes/dark/bootstrap.css +1 -1
  94. package/grids/themes/dark/fluent.css +1 -1
  95. package/grids/themes/dark/indigo.css +1 -1
  96. package/grids/themes/dark/material.css +1 -1
  97. package/grids/themes/light/bootstrap.css +1 -1
  98. package/grids/themes/light/fluent.css +1 -1
  99. package/grids/themes/light/indigo.css +1 -1
  100. package/grids/themes/light/material.css +1 -1
  101. package/lib/CheckboxListBridge.d.ts +29 -0
  102. package/lib/CheckboxListExternal.d.ts +29 -0
  103. package/lib/CheckboxListViewExternal.d.ts +16 -0
  104. package/lib/CheckboxListView_combined.d.ts +130 -121
  105. package/lib/CheckedChangedEventArgs.d.ts +3 -2
  106. package/lib/ColumnFilterCondition_combined.d.ts +1 -1
  107. package/lib/DateEditorView.d.ts +2 -2
  108. package/lib/NativeUIGridFactory.d.ts +19 -0
  109. package/lib/igc-checkbox-list-component.d.ts +19 -0
  110. package/lib/igc-checked-changed-event-args.d.ts +2 -0
  111. package/package.json +4 -4
  112. package/public_api.d.ts +5 -0
  113. package/grids/3rdpartylicenses.txt +0 -705
  114. package/grids/lib/display-density.d.ts +0 -3
  115. package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
  116. package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
  117. package/grids/lib/igc-display-density-base.d.ts +0 -45
  118. package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
  119. package/grids/lib/igc-grid-header-component.d.ts +0 -16
  120. package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
  121. 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
- * An @Input property that sets the child data key of the `IgxTreeGridComponent`.
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: any);
70
- public get childDataKey(): any;
68
+ public set childDataKey(value: string);
69
+ public get childDataKey(): string;
71
70
 
72
71
 
73
72
 
74
- /* blazorAlternateType: string */
75
73
  /**
76
- * An @Input property that sets the foreign key of the `IgxTreeGridComponent`.
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: any);
85
- public get foreignKey(): any;
82
+ public set foreignKey(value: string);
83
+ public get foreignKey(): string;
86
84
 
87
85
 
88
86
 
89
- /* blazorAlternateType: string */
90
87
  /**
91
- * An @Input property that sets the key indicating whether a row has children.
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: any);
103
- public get hasChildrenKey(): any;
99
+ public set hasChildrenKey(value: string);
100
+ public get hasChildrenKey(): string;
104
101
 
105
102
 
106
103
 
107
104
  /**
108
- * An @Input property indicating whether child records should be deleted when their parent gets deleted.
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
- * An @Input property that provides a callback for loading child rows on demand.
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
- * An @Input property that sets the value of the `id` attribute. If not provided it will be automatically generated.
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
- * An @Input property that lets you fill the `IgxTreeGridComponent` with an array of data.
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
- * An @Input property that sets the count of levels to be expanded in the `IgxTreeGridComponent`. By default it is
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
- * An @Input property that provides a template for the row loading indicator when load on demand is enabled.
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>
@@ -0,0 +1,3 @@
1
+
2
+ export declare type PivotRowLayoutType = "Vertical" | "Horizontal";
3
+
@@ -0,0 +1,3 @@
1
+
2
+ export declare type PivotSummaryPosition = "Top" | "Bottom";
3
+