igniteui-angular-data-grids 21.0.0 → 21.0.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 (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -172,10 +172,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
172
172
  * Gets or sets the background color to use.
173
173
  */
174
174
  get background() {
175
- return brushToString(this.i.gf);
175
+ return brushToString(this.i.gh);
176
176
  }
177
177
  set background(v) {
178
- this.i.gf = stringToBrush(v);
178
+ this.i.gh = stringToBrush(v);
179
179
  }
180
180
  get actualConditionalStyles() {
181
181
  if (!this._actualConditionalStyles) {
@@ -216,223 +216,223 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
216
216
  * Gets or sets the background color to use.
217
217
  */
218
218
  get border() {
219
- return brushToString(this.i.gi);
219
+ return brushToString(this.i.gk);
220
220
  }
221
221
  set border(v) {
222
- this.i.gi = stringToBrush(v);
222
+ this.i.gk = stringToBrush(v);
223
223
  }
224
224
  /**
225
225
  * Gets or sets the background color to use.
226
226
  */
227
227
  get activationBorder() {
228
- return brushToString(this.i.f4);
228
+ return brushToString(this.i.f6);
229
229
  }
230
230
  set activationBorder(v) {
231
- this.i.f4 = stringToBrush(v);
231
+ this.i.f6 = stringToBrush(v);
232
232
  }
233
233
  /**
234
234
  * Gets or sets the error border color to use.
235
235
  */
236
236
  get errorBorder() {
237
- return brushToString(this.i.gj);
237
+ return brushToString(this.i.gl);
238
238
  }
239
239
  set errorBorder(v) {
240
- this.i.gj = stringToBrush(v);
240
+ this.i.gl = stringToBrush(v);
241
241
  }
242
242
  /**
243
243
  * Gets the actual border color that will be used.
244
244
  */
245
245
  get actualBorder() {
246
- return brushToString(this.i.f9);
246
+ return brushToString(this.i.gb);
247
247
  }
248
248
  set actualBorder(v) {
249
- this.i.f9 = stringToBrush(v);
249
+ this.i.gb = stringToBrush(v);
250
250
  }
251
251
  /**
252
252
  * Gets or sets the amount of left border to use for the cell content for this column.
253
253
  */
254
254
  get borderLeftWidth() {
255
- return this.i.cc;
255
+ return this.i.cd;
256
256
  }
257
257
  set borderLeftWidth(v) {
258
- this.i.cc = +v;
258
+ this.i.cd = +v;
259
259
  }
260
260
  /**
261
261
  * Gets or sets the amount of top border to use for the cell content for this column.
262
262
  */
263
263
  get borderTopWidth() {
264
- return this.i.ce;
264
+ return this.i.cf;
265
265
  }
266
266
  set borderTopWidth(v) {
267
- this.i.ce = +v;
267
+ this.i.cf = +v;
268
268
  }
269
269
  /**
270
270
  * Gets or sets the amount of right border to use for the cell content of this column.
271
271
  */
272
272
  get borderRightWidth() {
273
- return this.i.cd;
273
+ return this.i.ce;
274
274
  }
275
275
  set borderRightWidth(v) {
276
- this.i.cd = +v;
276
+ this.i.ce = +v;
277
277
  }
278
278
  /**
279
279
  * Gets or sets the amount of bottom border to use for the cell content of this column.
280
280
  */
281
281
  get borderBottomWidth() {
282
- return this.i.cb;
282
+ return this.i.cc;
283
283
  }
284
284
  set borderBottomWidth(v) {
285
- this.i.cb = +v;
285
+ this.i.cc = +v;
286
286
  }
287
287
  /**
288
288
  * Gets or sets the amount of left activation border to use for the cell content for this column.
289
289
  */
290
290
  get activationBorderLeftWidth() {
291
- return this.i.b4;
291
+ return this.i.b5;
292
292
  }
293
293
  set activationBorderLeftWidth(v) {
294
- this.i.b4 = +v;
294
+ this.i.b5 = +v;
295
295
  }
296
296
  /**
297
297
  * Gets or sets the amount of top activation border to use for the cell content for this column.
298
298
  */
299
299
  get activationBorderTopWidth() {
300
- return this.i.b6;
300
+ return this.i.b7;
301
301
  }
302
302
  set activationBorderTopWidth(v) {
303
- this.i.b6 = +v;
303
+ this.i.b7 = +v;
304
304
  }
305
305
  /**
306
306
  * Gets or sets the amount of right activation border to use for the cell content of this column.
307
307
  */
308
308
  get activationBorderRightWidth() {
309
- return this.i.b5;
309
+ return this.i.b6;
310
310
  }
311
311
  set activationBorderRightWidth(v) {
312
- this.i.b5 = +v;
312
+ this.i.b6 = +v;
313
313
  }
314
314
  /**
315
315
  * Gets or sets the amount of bottom activation border to use for the cell content of this column.
316
316
  */
317
317
  get activationBorderBottomWidth() {
318
- return this.i.b3;
318
+ return this.i.b4;
319
319
  }
320
320
  set activationBorderBottomWidth(v) {
321
- this.i.b3 = +v;
321
+ this.i.b4 = +v;
322
322
  }
323
323
  get errorBorderLeftWidth() {
324
- return this.i.cg;
324
+ return this.i.ch;
325
325
  }
326
326
  set errorBorderLeftWidth(v) {
327
- this.i.cg = +v;
327
+ this.i.ch = +v;
328
328
  }
329
329
  get errorBorderTopWidth() {
330
- return this.i.ci;
330
+ return this.i.cj;
331
331
  }
332
332
  set errorBorderTopWidth(v) {
333
- this.i.ci = +v;
333
+ this.i.cj = +v;
334
334
  }
335
335
  get errorBorderRightWidth() {
336
- return this.i.ch;
336
+ return this.i.ci;
337
337
  }
338
338
  set errorBorderRightWidth(v) {
339
- this.i.ch = +v;
339
+ this.i.ci = +v;
340
340
  }
341
341
  get errorBorderBottomWidth() {
342
- return this.i.cf;
342
+ return this.i.cg;
343
343
  }
344
344
  set errorBorderBottomWidth(v) {
345
- this.i.cf = +v;
345
+ this.i.cg = +v;
346
346
  }
347
347
  /**
348
348
  * Gets the actual background color that will be used.
349
349
  */
350
350
  get actualBackground() {
351
- return brushToString(this.i.f6);
351
+ return brushToString(this.i.f8);
352
352
  }
353
353
  set actualBackground(v) {
354
- this.i.f6 = stringToBrush(v);
354
+ this.i.f8 = stringToBrush(v);
355
355
  }
356
356
  /**
357
357
  * Gets the actual background color that will be used.
358
358
  */
359
359
  get actualActivationBorder() {
360
- return brushToString(this.i.f5);
360
+ return brushToString(this.i.f7);
361
361
  }
362
362
  set actualActivationBorder(v) {
363
- this.i.f5 = stringToBrush(v);
363
+ this.i.f7 = stringToBrush(v);
364
364
  }
365
365
  /**
366
366
  * Gets the actual error border color that will be used.
367
367
  */
368
368
  get actualErrorBorder() {
369
- return brushToString(this.i.ga);
369
+ return brushToString(this.i.gc);
370
370
  }
371
371
  set actualErrorBorder(v) {
372
- this.i.ga = stringToBrush(v);
372
+ this.i.gc = stringToBrush(v);
373
373
  }
374
374
  /**
375
375
  * Gets or sets the background color for content that sticks to the top of the grid.
376
376
  */
377
377
  get stickyRowBackground() {
378
- return brushToString(this.i.gx);
378
+ return brushToString(this.i.gz);
379
379
  }
380
380
  set stickyRowBackground(v) {
381
- this.i.gx = stringToBrush(v);
381
+ this.i.gz = stringToBrush(v);
382
382
  }
383
383
  /**
384
384
  * Gets the actual background color for content that sticks to the top of the grid.
385
385
  */
386
386
  get actualStickyRowBackground() {
387
- return brushToString(this.i.gd);
387
+ return brushToString(this.i.gf);
388
388
  }
389
389
  set actualStickyRowBackground(v) {
390
- this.i.gd = stringToBrush(v);
390
+ this.i.gf = stringToBrush(v);
391
391
  }
392
392
  /**
393
393
  * Gets or sets the background color for cells belonging to rows marked as pinned.
394
394
  */
395
395
  get pinnedRowBackground() {
396
- return brushToString(this.i.gw);
396
+ return brushToString(this.i.gy);
397
397
  }
398
398
  set pinnedRowBackground(v) {
399
- this.i.gw = stringToBrush(v);
399
+ this.i.gy = stringToBrush(v);
400
400
  }
401
401
  /**
402
402
  * Gets the actual background color for cells belonging to rows marked as pinned.
403
403
  */
404
404
  get actualPinnedRowBackground() {
405
- return brushToString(this.i.gc);
405
+ return brushToString(this.i.ge);
406
406
  }
407
407
  set actualPinnedRowBackground(v) {
408
- this.i.gc = stringToBrush(v);
408
+ this.i.ge = stringToBrush(v);
409
409
  }
410
410
  /**
411
411
  * Gets or sets the color for the last row in the sticky row area.
412
412
  */
413
413
  get lastStickyRowBackground() {
414
- return brushToString(this.i.gv);
414
+ return brushToString(this.i.gx);
415
415
  }
416
416
  set lastStickyRowBackground(v) {
417
- this.i.gv = stringToBrush(v);
417
+ this.i.gx = stringToBrush(v);
418
418
  }
419
419
  /**
420
420
  * Gets the actual color for the last row in the sticky row area.
421
421
  */
422
422
  get actualLastStickyRowBackground() {
423
- return brushToString(this.i.gb);
423
+ return brushToString(this.i.gd);
424
424
  }
425
425
  set actualLastStickyRowBackground(v) {
426
- this.i.gb = stringToBrush(v);
426
+ this.i.gd = stringToBrush(v);
427
427
  }
428
428
  /**
429
429
  * Gets or sets the opacity of the content.
430
430
  */
431
431
  get contentOpacity() {
432
- return this.i.bh;
432
+ return this.i.bi;
433
433
  }
434
434
  set contentOpacity(v) {
435
- this.i.bh = +v;
435
+ this.i.bi = +v;
436
436
  }
437
437
  /**
438
438
  * Gets or sets the horizontal alignment to use for the cell content.
@@ -474,118 +474,118 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
474
474
  * Gets or sets the color to use for displaying text.
475
475
  */
476
476
  get textColor() {
477
- return brushToString(this.i.gy);
477
+ return brushToString(this.i.g0);
478
478
  }
479
479
  set textColor(v) {
480
- this.i.gy = stringToBrush(v);
480
+ this.i.g0 = stringToBrush(v);
481
481
  }
482
482
  /**
483
483
  * Gets the actual color used for displaying text.
484
484
  */
485
485
  get actualTextColor() {
486
- return brushToString(this.i.ge);
486
+ return brushToString(this.i.gg);
487
487
  }
488
488
  set actualTextColor(v) {
489
- this.i.ge = stringToBrush(v);
489
+ this.i.gg = stringToBrush(v);
490
490
  }
491
491
  /**
492
492
  * Gets or sets whether the bar is supported.
493
493
  */
494
494
  get isBarSupported() {
495
- return this.i.ar;
495
+ return this.i.as;
496
496
  }
497
497
  set isBarSupported(v) {
498
- this.i.ar = ensureBool(v);
498
+ this.i.as = ensureBool(v);
499
499
  }
500
500
  /**
501
501
  * Gets or sets the color to use for value bars.
502
502
  */
503
503
  get barBackground() {
504
- return brushToString(this.i.gg);
504
+ return brushToString(this.i.gi);
505
505
  }
506
506
  set barBackground(v) {
507
- this.i.gg = stringToBrush(v);
507
+ this.i.gi = stringToBrush(v);
508
508
  }
509
509
  /**
510
510
  * Gets the actual color used for value bars.
511
511
  */
512
512
  get actualBarBackground() {
513
- return brushToString(this.i.f7);
513
+ return brushToString(this.i.f9);
514
514
  }
515
515
  set actualBarBackground(v) {
516
- this.i.f7 = stringToBrush(v);
516
+ this.i.f9 = stringToBrush(v);
517
517
  }
518
518
  /**
519
519
  * Gets or sets the Outline color to use for value bars.
520
520
  */
521
521
  get barOutline() {
522
- return brushToString(this.i.gh);
522
+ return brushToString(this.i.gj);
523
523
  }
524
524
  set barOutline(v) {
525
- this.i.gh = stringToBrush(v);
525
+ this.i.gj = stringToBrush(v);
526
526
  }
527
527
  /**
528
528
  * Gets the actual Outline color used for value bars.
529
529
  */
530
530
  get actualBarOutline() {
531
- return brushToString(this.i.f8);
531
+ return brushToString(this.i.ga);
532
532
  }
533
533
  set actualBarOutline(v) {
534
- this.i.f8 = stringToBrush(v);
534
+ this.i.ga = stringToBrush(v);
535
535
  }
536
536
  /**
537
537
  * Gets or sets the stroke thickness to use for value bars.
538
538
  */
539
539
  get barStrokeThickness() {
540
- return this.i.ca;
540
+ return this.i.cb;
541
541
  }
542
542
  set barStrokeThickness(v) {
543
- this.i.ca = +v;
543
+ this.i.cb = +v;
544
544
  }
545
545
  /**
546
546
  * Gets the actual stroke thickness used for value bars.
547
547
  */
548
548
  get actualBarStrokeThickness() {
549
- return this.i.b8;
549
+ return this.i.b9;
550
550
  }
551
551
  set actualBarStrokeThickness(v) {
552
- this.i.b8 = +v;
552
+ this.i.b9 = +v;
553
553
  }
554
554
  /**
555
555
  * Gets or sets the stroke thickness to use for value bars.
556
556
  */
557
557
  get barCornerRadius() {
558
- return this.i.b9;
558
+ return this.i.ca;
559
559
  }
560
560
  set barCornerRadius(v) {
561
- this.i.b9 = +v;
561
+ this.i.ca = +v;
562
562
  }
563
563
  /**
564
564
  * Gets the actual stroke thickness used for value bars.
565
565
  */
566
566
  get actualBarCornerRadius() {
567
- return this.i.b7;
567
+ return this.i.b8;
568
568
  }
569
569
  set actualBarCornerRadius(v) {
570
- this.i.b7 = +v;
570
+ this.i.b8 = +v;
571
571
  }
572
572
  /**
573
573
  * Gets or sets the color to use for displaying text.
574
574
  */
575
575
  get pinnedRowOpacity() {
576
- return this.i.bm;
576
+ return this.i.bn;
577
577
  }
578
578
  set pinnedRowOpacity(v) {
579
- this.i.bm = +v;
579
+ this.i.bn = +v;
580
580
  }
581
581
  /**
582
582
  * Gets or sets the color to use for displaying text.
583
583
  */
584
584
  get actualPinnedRowOpacity() {
585
- return this.i.bf;
585
+ return this.i.bg;
586
586
  }
587
587
  set actualPinnedRowOpacity(v) {
588
- this.i.bf = +v;
588
+ this.i.bg = +v;
589
589
  }
590
590
  get textStyle() {
591
591
  if (this.i.textStyle == null) {
@@ -599,7 +599,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
599
599
  this.i.textStyle = fi;
600
600
  }
601
601
  get isBarRequired() {
602
- return this.i.aq;
602
+ return this.i.ar;
603
603
  }
604
604
  findByName(name) {
605
605
  if (this.findEphemera) {
@@ -613,24 +613,24 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
613
613
  return null;
614
614
  }
615
615
  transitionStyleOut(style) {
616
- this.i.e4((style == null ? null : style.i));
616
+ this.i.e6((style == null ? null : style.i));
617
617
  }
618
618
  transitionStyleIn(style) {
619
- this.i.e3((style == null ? null : style.i));
619
+ this.i.e5((style == null ? null : style.i));
620
620
  }
621
621
  isStyleTransitioningOut(style) {
622
- let iv = this.i.as((style == null ? null : style.i));
622
+ let iv = this.i.at((style == null ? null : style.i));
623
623
  return (iv);
624
624
  }
625
625
  setNamedValue(valueName, animationType, value) {
626
- this.i.e2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
626
+ this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
627
627
  }
628
628
  /**
629
629
  * Returns if this definition has named value.
630
630
 
631
631
  */
632
632
  hasNamedValues() {
633
- let iv = this.i.ap();
633
+ let iv = this.i.aq();
634
634
  return (iv);
635
635
  }
636
636
  /**
@@ -639,7 +639,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
639
639
  * @param valueName * The named value name to check for.
640
640
  */
641
641
  hasNamedValue(valueName) {
642
- let iv = this.i.ao(valueName);
642
+ let iv = this.i.ap(valueName);
643
643
  return (iv);
644
644
  }
645
645
  /**
@@ -648,7 +648,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
648
648
  * @param valueName * The named value name to remove.
649
649
  */
650
650
  removeNamedValue(valueName) {
651
- this.i.ex(valueName);
651
+ this.i.ey(valueName);
652
652
  }
653
653
  /**
654
654
  * Gets the value for a named value from this definition.
@@ -656,7 +656,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
656
656
  * @param valueName * The named value name to check for.
657
657
  */
658
658
  getNamedValue(valueName) {
659
- let iv = this.i.cp(valueName);
659
+ let iv = this.i.cq(valueName);
660
660
  return (iv);
661
661
  }
662
662
  /**
@@ -37,37 +37,37 @@ export let IgxFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
37
37
  * Gets or sets the amount of left padding to use for the cell content for this column.
38
38
  */
39
39
  get paddingLeft() {
40
- return this.i.g4;
40
+ return this.i.g6;
41
41
  }
42
42
  set paddingLeft(v) {
43
- this.i.g4 = +v;
43
+ this.i.g6 = +v;
44
44
  }
45
45
  /**
46
46
  * Gets or sets the amount of top padding to use for the cell content for this column.
47
47
  */
48
48
  get paddingTop() {
49
- return this.i.g6;
49
+ return this.i.g8;
50
50
  }
51
51
  set paddingTop(v) {
52
- this.i.g6 = +v;
52
+ this.i.g8 = +v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the amount of right padding to use for the cell content of this column.
56
56
  */
57
57
  get paddingRight() {
58
- return this.i.g5;
58
+ return this.i.g7;
59
59
  }
60
60
  set paddingRight(v) {
61
- this.i.g5 = +v;
61
+ this.i.g7 = +v;
62
62
  }
63
63
  /**
64
64
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
65
65
  */
66
66
  get paddingBottom() {
67
- return this.i.g3;
67
+ return this.i.g5;
68
68
  }
69
69
  set paddingBottom(v) {
70
- this.i.g3 = +v;
70
+ this.i.g5 = +v;
71
71
  }
72
72
  }
73
73
  IgxFilterRowDefinitionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxFilterRowDefinitionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -35,67 +35,67 @@ export let IgxHeaderComponent = /*@__PURE__*/ (() => {
35
35
  * Gets or sets the color to use for the sort indicator icon
36
36
  */
37
37
  get sortIndicatorColor() {
38
- return brushToString(this.i.hp);
38
+ return brushToString(this.i.hr);
39
39
  }
40
40
  set sortIndicatorColor(v) {
41
- this.i.hp = stringToBrush(v);
41
+ this.i.hr = stringToBrush(v);
42
42
  }
43
43
  /**
44
44
  * Gets the actual background color that is used for the cells when they are selected
45
45
  */
46
46
  get actualSortIndicatorColor() {
47
- return brushToString(this.i.hn);
47
+ return brushToString(this.i.hp);
48
48
  }
49
49
  set actualSortIndicatorColor(v) {
50
- this.i.hn = stringToBrush(v);
50
+ this.i.hp = stringToBrush(v);
51
51
  }
52
52
  get sortIndicatorStyle() {
53
- return this.i.g2;
53
+ return this.i.g4;
54
54
  }
55
55
  set sortIndicatorStyle(v) {
56
- this.i.g2 = ensureEnum(SortIndicatorStyle_$type, v);
56
+ this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
57
57
  }
58
58
  get actualSortIndicatorStyle() {
59
- return this.i.g1;
59
+ return this.i.g3;
60
60
  }
61
61
  set actualSortIndicatorStyle(v) {
62
- this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
62
+ this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
63
63
  }
64
64
  /**
65
65
  * Gets or sets the amount of left padding to use for the cell content.
66
66
  */
67
67
  get paddingLeft() {
68
- return this.i.g8;
68
+ return this.i.ha;
69
69
  }
70
70
  set paddingLeft(v) {
71
- this.i.g8 = +v;
71
+ this.i.ha = +v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the amount of top padding to use for the cell content.
75
75
  */
76
76
  get paddingTop() {
77
- return this.i.ha;
77
+ return this.i.hc;
78
78
  }
79
79
  set paddingTop(v) {
80
- this.i.ha = +v;
80
+ this.i.hc = +v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the amount of right padding to use for the cell content.
84
84
  */
85
85
  get paddingRight() {
86
- return this.i.g9;
86
+ return this.i.hb;
87
87
  }
88
88
  set paddingRight(v) {
89
- this.i.g9 = +v;
89
+ this.i.hb = +v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the amount of bottom padding to use for the cell content.
93
93
  */
94
94
  get paddingBottom() {
95
- return this.i.g7;
95
+ return this.i.g9;
96
96
  }
97
97
  set paddingBottom(v) {
98
- this.i.g7 = +v;
98
+ this.i.g9 = +v;
99
99
  }
100
100
  }
101
101
  IgxHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
41
41
  * Gets or sets the stretch option to use when rendering images
42
42
  */
43
43
  get imageStretchOption() {
44
- return this.i.pd;
44
+ return this.i.qu;
45
45
  }
46
46
  set imageStretchOption(v) {
47
- this.i.pd = ensureEnum(ImageStretchOptions_$type, v);
47
+ this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the editor type used for editing cells in this column.
51
51
  */
52
52
  get editorType() {
53
- return this.i.o9;
53
+ return this.i.qq;
54
54
  }
55
55
  set editorType(v) {
56
- this.i.o9 = ensureEnum(EditorType_$type, v);
56
+ this.i.qq = ensureEnum(EditorType_$type, v);
57
57
  }
58
58
  /**
59
59
  * Gets or sets the ComboBox data source.
60
60
  */
61
61
  get editorDataSource() {
62
- return this.i.pe;
62
+ return this.i.qv;
63
63
  }
64
64
  set editorDataSource(v) {
65
- this.i.pe = v;
65
+ this.i.qv = v;
66
66
  }
67
67
  /**
68
68
  * Gets or sets the ComboBox text field.
69
69
  */
70
70
  get editorTextField() {
71
- return this.i.pf;
71
+ return this.i.qw;
72
72
  }
73
73
  set editorTextField(v) {
74
- this.i.pf = v;
74
+ this.i.qw = v;
75
75
  }
76
76
  /**
77
77
  * Gets or sets the ComboBox value field.
78
78
  */
79
79
  get editorValueField() {
80
- return this.i.pg;
80
+ return this.i.qx;
81
81
  }
82
82
  set editorValueField(v) {
83
- this.i.pg = v;
83
+ this.i.qx = v;
84
84
  }
85
85
  }
86
86
  IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });