igniteui-webcomponents-grids 1.4.2 → 3.2.2

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 (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
@@ -69,11 +69,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  * Gets or sets the amount of left padding to use for the cell content for this column.
70
70
  */
71
71
  get: function () {
72
- return this.i.hx;
72
+ return this.i.h1;
73
73
  },
74
74
  set: function (v) {
75
- this.i.hx = +v;
76
- this._a("paddingLeft", this.i.hx);
75
+ this.i.h1 = +v;
76
+ this._a("paddingLeft", this.i.h1);
77
77
  },
78
78
  enumerable: true,
79
79
  configurable: true
@@ -83,11 +83,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  * Gets or sets the amount of top padding to use for the cell content for this column.
84
84
  */
85
85
  get: function () {
86
- return this.i.hz;
86
+ return this.i.h3;
87
87
  },
88
88
  set: function (v) {
89
- this.i.hz = +v;
90
- this._a("paddingTop", this.i.hz);
89
+ this.i.h3 = +v;
90
+ this._a("paddingTop", this.i.h3);
91
91
  },
92
92
  enumerable: true,
93
93
  configurable: true
@@ -97,11 +97,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
97
97
  * Gets or sets the amount of right padding to use for the cell content of this column.
98
98
  */
99
99
  get: function () {
100
- return this.i.hy;
100
+ return this.i.h2;
101
101
  },
102
102
  set: function (v) {
103
- this.i.hy = +v;
104
- this._a("paddingRight", this.i.hy);
103
+ this.i.h2 = +v;
104
+ this._a("paddingRight", this.i.h2);
105
105
  },
106
106
  enumerable: true,
107
107
  configurable: true
@@ -111,11 +111,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
111
111
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
112
112
  */
113
113
  get: function () {
114
- return this.i.hw;
114
+ return this.i.h0;
115
115
  },
116
116
  set: function (v) {
117
- this.i.hw = +v;
118
- this._a("paddingBottom", this.i.hw);
117
+ this.i.h0 = +v;
118
+ this._a("paddingBottom", this.i.h0);
119
119
  },
120
120
  enumerable: true,
121
121
  configurable: true
@@ -125,10 +125,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
125
125
  * Gets or sets an unique name of the Column
126
126
  */
127
127
  get: function () {
128
- return this.i.js;
128
+ return this.i.jy;
129
129
  },
130
130
  set: function (v) {
131
- this.i.js = v;
131
+ this.i.jy = v;
132
132
  },
133
133
  enumerable: true,
134
134
  configurable: true
@@ -138,10 +138,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
138
138
  * Gets or sets the key used for the column binding
139
139
  */
140
140
  get: function () {
141
- return this.i.i2;
141
+ return this.i.i7;
142
142
  },
143
143
  set: function (v) {
144
- this.i.i2 = v;
144
+ this.i.i7 = v;
145
145
  },
146
146
  enumerable: true,
147
147
  configurable: true
@@ -151,10 +151,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
151
151
  * Gets or sets the text displayed in the header of the column
152
152
  */
153
153
  get: function () {
154
- return this.i.i9;
154
+ return this.i.je;
155
155
  },
156
156
  set: function (v) {
157
- this.i.i9 = v;
157
+ this.i.je = v;
158
158
  },
159
159
  enumerable: true,
160
160
  configurable: true
@@ -164,10 +164,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
164
164
  * Gets the actual text displayed in the header of the column
165
165
  */
166
166
  get: function () {
167
- return this.i.ih;
167
+ return this.i.il;
168
168
  },
169
169
  set: function (v) {
170
- this.i.ih = v;
170
+ this.i.il = v;
171
171
  },
172
172
  enumerable: true,
173
173
  configurable: true
@@ -177,11 +177,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
177
177
  * Gets or sets the background color to use for the cells when they are selected
178
178
  */
179
179
  get: function () {
180
- return brushToString(this.i.lc);
180
+ return brushToString(this.i.lj);
181
181
  },
182
182
  set: function (v) {
183
- this.i.lc = stringToBrush(v);
184
- this._a("selectedBackground", brushToString(this.i.lc));
183
+ this.i.lj = stringToBrush(v);
184
+ this._a("selectedBackground", brushToString(this.i.lj));
185
185
  },
186
186
  enumerable: true,
187
187
  configurable: true
@@ -191,11 +191,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
191
191
  * Gets the actual background color that is used for the cells when they are selected
192
192
  */
193
193
  get: function () {
194
- return brushToString(this.i.k5);
194
+ return brushToString(this.i.lc);
195
195
  },
196
196
  set: function (v) {
197
- this.i.k5 = stringToBrush(v);
198
- this._a("actualSelectedBackground", brushToString(this.i.k5));
197
+ this.i.lc = stringToBrush(v);
198
+ this._a("actualSelectedBackground", brushToString(this.i.lc));
199
199
  },
200
200
  enumerable: true,
201
201
  configurable: true
@@ -205,11 +205,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
205
205
  * Gets or sets the background color to use for the cells when the row is hovered.
206
206
  */
207
207
  get: function () {
208
- return brushToString(this.i.la);
208
+ return brushToString(this.i.lh);
209
209
  },
210
210
  set: function (v) {
211
- this.i.la = stringToBrush(v);
212
- this._a("rowHoverBackground", brushToString(this.i.la));
211
+ this.i.lh = stringToBrush(v);
212
+ this._a("rowHoverBackground", brushToString(this.i.lh));
213
213
  },
214
214
  enumerable: true,
215
215
  configurable: true
@@ -219,11 +219,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
219
219
  * Gets the actual background color that is used for the cells when they are hovered.
220
220
  */
221
221
  get: function () {
222
- return brushToString(this.i.k3);
222
+ return brushToString(this.i.la);
223
223
  },
224
224
  set: function (v) {
225
- this.i.k3 = stringToBrush(v);
226
- this._a("actualHoverBackground", brushToString(this.i.k3));
225
+ this.i.la = stringToBrush(v);
226
+ this._a("actualHoverBackground", brushToString(this.i.la));
227
227
  },
228
228
  enumerable: true,
229
229
  configurable: true
@@ -233,11 +233,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
233
233
  * Gets or sets the text color to use for the cells when the row is hovered.
234
234
  */
235
235
  get: function () {
236
- return brushToString(this.i.lb);
236
+ return brushToString(this.i.li);
237
237
  },
238
238
  set: function (v) {
239
- this.i.lb = stringToBrush(v);
240
- this._a("rowHoverTextColor", brushToString(this.i.lb));
239
+ this.i.li = stringToBrush(v);
240
+ this._a("rowHoverTextColor", brushToString(this.i.li));
241
241
  },
242
242
  enumerable: true,
243
243
  configurable: true
@@ -247,11 +247,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
247
247
  * Gets the actual text color that is used for the cells when they are hovered.
248
248
  */
249
249
  get: function () {
250
- return brushToString(this.i.k4);
250
+ return brushToString(this.i.lb);
251
251
  },
252
252
  set: function (v) {
253
- this.i.k4 = stringToBrush(v);
254
- this._a("actualRowHoverTextColor", brushToString(this.i.k4));
253
+ this.i.lb = stringToBrush(v);
254
+ this._a("actualRowHoverTextColor", brushToString(this.i.lb));
255
255
  },
256
256
  enumerable: true,
257
257
  configurable: true
@@ -309,11 +309,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
309
309
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
310
310
  */
311
311
  get: function () {
312
- return this.i.hd;
312
+ return this.i.hh;
313
313
  },
314
314
  set: function (v) {
315
- this.i.hd = +v;
316
- this._a("minWidth", this.i.hd);
315
+ this.i.hh = +v;
316
+ this._a("minWidth", this.i.hh);
317
317
  },
318
318
  enumerable: true,
319
319
  configurable: true
@@ -323,11 +323,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
323
323
  * Gets whether this column was projected from markup/templates and is constrained.
324
324
  */
325
325
  get: function () {
326
- return this.i.g1;
326
+ return this.i.g5;
327
327
  },
328
328
  set: function (v) {
329
- this.i.g1 = ensureBool(v);
330
- this._a("isFromMarkup", this.i.g1);
329
+ this.i.g5 = ensureBool(v);
330
+ this._a("isFromMarkup", this.i.g5);
331
331
  },
332
332
  enumerable: true,
333
333
  configurable: true
@@ -337,11 +337,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
337
337
  * Gets whether this column was auto generated.
338
338
  */
339
339
  get: function () {
340
- return this.i.gw;
340
+ return this.i.gz;
341
341
  },
342
342
  set: function (v) {
343
- this.i.gw = ensureBool(v);
344
- this._a("isAutoGenerated", this.i.gw);
343
+ this.i.gz = ensureBool(v);
344
+ this._a("isAutoGenerated", this.i.gz);
345
345
  },
346
346
  enumerable: true,
347
347
  configurable: true
@@ -402,11 +402,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
402
402
  * Gets or sets whether filtering is enabled for this column.
403
403
  */
404
404
  get: function () {
405
- return this.i.g0;
405
+ return this.i.g4;
406
406
  },
407
407
  set: function (v) {
408
- this.i.g0 = ensureBool(v);
409
- this._a("isFilteringEnabled", this.i.g0);
408
+ this.i.g4 = ensureBool(v);
409
+ this._a("isFilteringEnabled", this.i.g4);
410
410
  },
411
411
  enumerable: true,
412
412
  configurable: true
@@ -416,11 +416,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
416
416
  * Gets or sets whether resizing is enabled for this column.
417
417
  */
418
418
  get: function () {
419
- return this.i.g3;
419
+ return this.i.g7;
420
420
  },
421
421
  set: function (v) {
422
- this.i.g3 = ensureBool(v);
423
- this._a("isResizingEnabled", this.i.g3);
422
+ this.i.g7 = ensureBool(v);
423
+ this._a("isResizingEnabled", this.i.g7);
424
424
  },
425
425
  enumerable: true,
426
426
  configurable: true
@@ -430,11 +430,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
430
430
  * Gets or sets whether or not a column is hidden from the grid
431
431
  */
432
432
  get: function () {
433
- return this.i.g2;
433
+ return this.i.g6;
434
434
  },
435
435
  set: function (v) {
436
- this.i.g2 = ensureBool(v);
437
- this._a("isHidden", this.i.g2);
436
+ this.i.g6 = ensureBool(v);
437
+ this._a("isHidden", this.i.g6);
438
438
  },
439
439
  enumerable: true,
440
440
  configurable: true
@@ -444,11 +444,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
444
444
  * Gets or sets if a column should be removed from the grid when it is fully hidden
445
445
  */
446
446
  get: function () {
447
- return this.i.g6;
447
+ return this.i.ha;
448
448
  },
449
449
  set: function (v) {
450
- this.i.g6 = ensureBool(v);
451
- this._a("shouldRemoveWhenHidden", this.i.g6);
450
+ this.i.ha = ensureBool(v);
451
+ this._a("shouldRemoveWhenHidden", this.i.ha);
452
452
  },
453
453
  enumerable: true,
454
454
  configurable: true
@@ -514,11 +514,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
514
514
  * Gets the actual column options icon color for this column.
515
515
  */
516
516
  get: function () {
517
- return brushToString(this.i.k1);
517
+ return brushToString(this.i.k8);
518
518
  },
519
519
  set: function (v) {
520
- this.i.k1 = stringToBrush(v);
521
- this._a("actualColumnOptionsIconColor", brushToString(this.i.k1));
520
+ this.i.k8 = stringToBrush(v);
521
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.k8));
522
522
  },
523
523
  enumerable: true,
524
524
  configurable: true
@@ -528,11 +528,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
528
528
  * Gets or sets the column options icon color for this column.
529
529
  */
530
530
  get: function () {
531
- return brushToString(this.i.k6);
531
+ return brushToString(this.i.ld);
532
532
  },
533
533
  set: function (v) {
534
- this.i.k6 = stringToBrush(v);
535
- this._a("columnOptionsIconColor", brushToString(this.i.k6));
534
+ this.i.ld = stringToBrush(v);
535
+ this._a("columnOptionsIconColor", brushToString(this.i.ld));
536
536
  },
537
537
  enumerable: true,
538
538
  configurable: true
@@ -570,11 +570,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
570
570
  * Gets the actual state of the column options for this column.
571
571
  */
572
572
  get: function () {
573
- return this.i.gq;
573
+ return this.i.gs;
574
574
  },
575
575
  set: function (v) {
576
- this.i.gq = ensureBool(v);
577
- this._a("actualIsColumnOptionsEnabled", this.i.gq);
576
+ this.i.gs = ensureBool(v);
577
+ this._a("actualIsColumnOptionsEnabled", this.i.gs);
578
578
  },
579
579
  enumerable: true,
580
580
  configurable: true
@@ -585,25 +585,25 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
585
585
  * then it will be disabled for the column regardless of what this is set to.
586
586
  */
587
587
  get: function () {
588
- return this.i.gx;
588
+ return this.i.g0;
589
589
  },
590
590
  set: function (v) {
591
- this.i.gx = ensureBool(v);
592
- this._a("isColumnOptionsEnabled", this.i.gx);
591
+ this.i.g0 = ensureBool(v);
592
+ this._a("isColumnOptionsEnabled", this.i.g0);
593
593
  },
594
594
  enumerable: true,
595
595
  configurable: true
596
596
  });
597
597
  Object.defineProperty(IgcColumnComponent.prototype, "actualIsColumnOptionsSummariesEnabled", {
598
598
  /**
599
- * Gets the actual state of the column options for this column.
599
+ * Gets the actual state of summaries menu in the column options for this column.
600
600
  */
601
601
  get: function () {
602
- return this.i.gr;
602
+ return this.i.gu;
603
603
  },
604
604
  set: function (v) {
605
- this.i.gr = ensureBool(v);
606
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.gr);
605
+ this.i.gu = ensureBool(v);
606
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.gu);
607
607
  },
608
608
  enumerable: true,
609
609
  configurable: true
@@ -613,11 +613,39 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
613
613
  * Gets or sets whether to show the summaries option in the column options menu for this column.
614
614
  */
615
615
  get: function () {
616
- return this.i.gy;
616
+ return this.i.g2;
617
617
  },
618
618
  set: function (v) {
619
- this.i.gy = ensureBool(v);
620
- this._a("isColumnOptionsSummariesEnabled", this.i.gy);
619
+ this.i.g2 = ensureBool(v);
620
+ this._a("isColumnOptionsSummariesEnabled", this.i.g2);
621
+ },
622
+ enumerable: true,
623
+ configurable: true
624
+ });
625
+ Object.defineProperty(IgcColumnComponent.prototype, "actualIsColumnOptionsGroupingEnabled", {
626
+ /**
627
+ * Gets the actual state of grouping menu in the column options for this column.
628
+ */
629
+ get: function () {
630
+ return this.i.gt;
631
+ },
632
+ set: function (v) {
633
+ this.i.gt = ensureBool(v);
634
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.gt);
635
+ },
636
+ enumerable: true,
637
+ configurable: true
638
+ });
639
+ Object.defineProperty(IgcColumnComponent.prototype, "isColumnOptionsGroupingEnabled", {
640
+ /**
641
+ * Gets or sets whether to show the grouping option in the column options menu for this column.
642
+ */
643
+ get: function () {
644
+ return this.i.g1;
645
+ },
646
+ set: function (v) {
647
+ this.i.g1 = ensureBool(v);
648
+ this._a("isColumnOptionsGroupingEnabled", this.i.g1);
621
649
  },
622
650
  enumerable: true,
623
651
  configurable: true
@@ -627,11 +655,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
627
655
  * Gets or sets if the column is editable.
628
656
  */
629
657
  get: function () {
630
- return this.i.gz;
658
+ return this.i.g3;
631
659
  },
632
660
  set: function (v) {
633
- this.i.gz = ensureBool(v);
634
- this._a("isEditable", this.i.gz);
661
+ this.i.g3 = ensureBool(v);
662
+ this._a("isEditable", this.i.g3);
635
663
  },
636
664
  enumerable: true,
637
665
  configurable: true
@@ -641,11 +669,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
641
669
  * Gets or sets the text color used for deleted rows.
642
670
  */
643
671
  get: function () {
644
- return brushToString(this.i.k7);
672
+ return brushToString(this.i.le);
645
673
  },
646
674
  set: function (v) {
647
- this.i.k7 = stringToBrush(v);
648
- this._a("deletedTextColor", brushToString(this.i.k7));
675
+ this.i.le = stringToBrush(v);
676
+ this._a("deletedTextColor", brushToString(this.i.le));
649
677
  },
650
678
  enumerable: true,
651
679
  configurable: true
@@ -655,11 +683,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
655
683
  * Gets the actual text color used for deleted rows.
656
684
  */
657
685
  get: function () {
658
- return brushToString(this.i.k2);
686
+ return brushToString(this.i.k9);
659
687
  },
660
688
  set: function (v) {
661
- this.i.k2 = stringToBrush(v);
662
- this._a("actualDeletedTextColor", brushToString(this.i.k2));
689
+ this.i.k9 = stringToBrush(v);
690
+ this._a("actualDeletedTextColor", brushToString(this.i.k9));
663
691
  },
664
692
  enumerable: true,
665
693
  configurable: true
@@ -669,11 +697,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
669
697
  * Gets or sets the opacity to use for unsaved edited cell values.
670
698
  */
671
699
  get: function () {
672
- return this.i.hc;
700
+ return this.i.hg;
673
701
  },
674
702
  set: function (v) {
675
- this.i.hc = +v;
676
- this._a("editOpacity", this.i.hc);
703
+ this.i.hg = +v;
704
+ this._a("editOpacity", this.i.hg);
677
705
  },
678
706
  enumerable: true,
679
707
  configurable: true
@@ -683,11 +711,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
683
711
  * Gets the actual opacity for unsaved edited cell values.
684
712
  */
685
713
  get: function () {
686
- return this.i.hb;
714
+ return this.i.hf;
687
715
  },
688
716
  set: function (v) {
689
- this.i.hb = +v;
690
- this._a("actualEditOpacity", this.i.hb);
717
+ this.i.hf = +v;
718
+ this._a("actualEditOpacity", this.i.hf);
691
719
  },
692
720
  enumerable: true,
693
721
  configurable: true
@@ -777,11 +805,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
777
805
  * Gets or sets the amount of left padding to use for the cell content for this column.
778
806
  */
779
807
  get: function () {
780
- return this.i.hq;
808
+ return this.i.hu;
781
809
  },
782
810
  set: function (v) {
783
- this.i.hq = +v;
784
- this._a("mergedCellPaddingLeft", this.i.hq);
811
+ this.i.hu = +v;
812
+ this._a("mergedCellPaddingLeft", this.i.hu);
785
813
  },
786
814
  enumerable: true,
787
815
  configurable: true
@@ -791,11 +819,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
791
819
  * Gets or sets the amount of top padding to use for the cell content for this column.
792
820
  */
793
821
  get: function () {
794
- return this.i.hs;
822
+ return this.i.hw;
795
823
  },
796
824
  set: function (v) {
797
- this.i.hs = +v;
798
- this._a("mergedCellPaddingTop", this.i.hs);
825
+ this.i.hw = +v;
826
+ this._a("mergedCellPaddingTop", this.i.hw);
799
827
  },
800
828
  enumerable: true,
801
829
  configurable: true
@@ -805,11 +833,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
805
833
  * Gets or sets the amount of right padding to use for the cell content of this column.
806
834
  */
807
835
  get: function () {
808
- return this.i.hr;
836
+ return this.i.hv;
809
837
  },
810
838
  set: function (v) {
811
- this.i.hr = +v;
812
- this._a("mergedCellPaddingRight", this.i.hr);
839
+ this.i.hv = +v;
840
+ this._a("mergedCellPaddingRight", this.i.hv);
813
841
  },
814
842
  enumerable: true,
815
843
  configurable: true
@@ -819,11 +847,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
819
847
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
820
848
  */
821
849
  get: function () {
822
- return this.i.hp;
850
+ return this.i.ht;
823
851
  },
824
852
  set: function (v) {
825
- this.i.hp = +v;
826
- this._a("mergedCellPaddingBottom", this.i.hp);
853
+ this.i.ht = +v;
854
+ this._a("mergedCellPaddingBottom", this.i.ht);
827
855
  },
828
856
  enumerable: true,
829
857
  configurable: true
@@ -908,18 +936,18 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
908
936
 
909
937
  */
910
938
  IgcColumnComponent.prototype.getUniqueKey = function () {
911
- var iv = this.i.i7();
939
+ var iv = this.i.jc();
912
940
  return (iv);
913
941
  };
914
942
  IgcColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
915
- this.i.kd(valueName, (animationType == null ? null : animationType), value);
943
+ this.i.kj(valueName, (animationType == null ? null : animationType), value);
916
944
  };
917
945
  /**
918
946
  * Returns if the column has named header values.
919
947
 
920
948
  */
921
949
  IgcColumnComponent.prototype.hasNamedHeaderValues = function () {
922
- var iv = this.i.gu();
950
+ var iv = this.i.gx();
923
951
  return (iv);
924
952
  };
925
953
  /**
@@ -928,7 +956,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
928
956
  * @param valueName * The named value to check for.
929
957
  */
930
958
  IgcColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
931
- var iv = this.i.gt(valueName);
959
+ var iv = this.i.gw(valueName);
932
960
  return (iv);
933
961
  };
934
962
  /**
@@ -937,7 +965,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
937
965
  * @param valueName * The named header value to remove.
938
966
  */
939
967
  IgcColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
940
- this.i.kc(valueName);
968
+ this.i.ki(valueName);
941
969
  };
942
970
  /**
943
971
  * Gets the value of a named header value for this column by name.
@@ -945,11 +973,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
945
973
  * @param valueName * Name of the named header value to retrieve.
946
974
  */
947
975
  IgcColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
948
- var iv = this.i.h4(valueName);
976
+ var iv = this.i.h8(valueName);
949
977
  return (iv);
950
978
  };
951
979
  IgcColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
952
- this.i.j7(filterID, index, value);
980
+ this.i.kd(filterID, index, value);
953
981
  };
954
982
  Object.defineProperty(IgcColumnComponent.prototype, "actualHeaderTextChange", {
955
983
  get: function () {
@@ -965,7 +993,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
965
993
  this._actualHeaderTextChange = ev;
966
994
  this._actualHeaderTextChange_wrapped = function (o, e) {
967
995
  var ext = _this.actualHeaderText;
968
- if (e.propertyName == 'Ih') {
996
+ if (e.propertyName == 'Il') {
969
997
  if (_this.beforeActualHeaderTextChange) {
970
998
  _this.beforeActualHeaderTextChange(_this, ext);
971
999
  }