igniteui-webcomponents-data-grids 6.3.1 → 7.0.1-beta.0

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-webcomponents-data-grids.umd.js +9505 -8241
  2. package/bundles/igniteui-webcomponents-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 +267 -267
  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/igc-checkbox-list-component.js +89 -89
  64. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  65. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  68. package/esm2015/lib/igc-data-grid-component.js +99 -1
  69. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  70. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  71. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  72. package/esm2015/lib/igc-definition-base-component.js +129 -129
  73. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  74. package/esm2015/lib/igc-header-component.js +24 -24
  75. package/esm2015/lib/igc-image-column-component.js +12 -12
  76. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  77. package/esm2015/lib/igc-section-header-component.js +24 -24
  78. package/esm2015/lib/igc-summary-row-component.js +24 -24
  79. package/esm2015/lib/igc-text-column-component.js +9 -9
  80. package/esm2015/lib/igc-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/igc-checkbox-list-component.js +89 -89
  143. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  144. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  145. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  147. package/esm5/lib/igc-data-grid-component.js +140 -2
  148. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  149. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +129 -129
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
  162. package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
  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/igc-data-grid-column-component.d.ts +54 -0
  185. package/lib/igc-data-grid-component.d.ts +49 -1
  186. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  187. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  188. package/lib/igc-text-header-cell-info.d.ts +33 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -266,11 +266,11 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
266
266
  * Gets or sets the background color to use.
267
267
  */
268
268
  get background() {
269
- return brushToString(this.i.gf);
269
+ return brushToString(this.i.gh);
270
270
  }
271
271
  set background(v) {
272
- this.i.gf = stringToBrush(v);
273
- this._a("background", brushToString(this.i.gf));
272
+ this.i.gh = stringToBrush(v);
273
+ this._a("background", brushToString(this.i.gh));
274
274
  }
275
275
  get actualConditionalStyles() {
276
276
  if (!this._actualConditionalStyles) {
@@ -317,249 +317,249 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
317
317
  * Gets or sets the background color to use.
318
318
  */
319
319
  get border() {
320
- return brushToString(this.i.gi);
320
+ return brushToString(this.i.gk);
321
321
  }
322
322
  set border(v) {
323
- this.i.gi = stringToBrush(v);
324
- this._a("border", brushToString(this.i.gi));
323
+ this.i.gk = stringToBrush(v);
324
+ this._a("border", brushToString(this.i.gk));
325
325
  }
326
326
  /**
327
327
  * Gets or sets the background color to use.
328
328
  */
329
329
  get activationBorder() {
330
- return brushToString(this.i.f4);
330
+ return brushToString(this.i.f6);
331
331
  }
332
332
  set activationBorder(v) {
333
- this.i.f4 = stringToBrush(v);
334
- this._a("activationBorder", brushToString(this.i.f4));
333
+ this.i.f6 = stringToBrush(v);
334
+ this._a("activationBorder", brushToString(this.i.f6));
335
335
  }
336
336
  /**
337
337
  * Gets or sets the error border color to use.
338
338
  */
339
339
  get errorBorder() {
340
- return brushToString(this.i.gj);
340
+ return brushToString(this.i.gl);
341
341
  }
342
342
  set errorBorder(v) {
343
- this.i.gj = stringToBrush(v);
344
- this._a("errorBorder", brushToString(this.i.gj));
343
+ this.i.gl = stringToBrush(v);
344
+ this._a("errorBorder", brushToString(this.i.gl));
345
345
  }
346
346
  /**
347
347
  * Gets the actual border color that will be used.
348
348
  */
349
349
  get actualBorder() {
350
- return brushToString(this.i.f9);
350
+ return brushToString(this.i.gb);
351
351
  }
352
352
  set actualBorder(v) {
353
- this.i.f9 = stringToBrush(v);
354
- this._a("actualBorder", brushToString(this.i.f9));
353
+ this.i.gb = stringToBrush(v);
354
+ this._a("actualBorder", brushToString(this.i.gb));
355
355
  }
356
356
  /**
357
357
  * Gets or sets the amount of left border to use for the cell content for this column.
358
358
  */
359
359
  get borderLeftWidth() {
360
- return this.i.cc;
360
+ return this.i.cd;
361
361
  }
362
362
  set borderLeftWidth(v) {
363
- this.i.cc = +v;
364
- this._a("borderLeftWidth", this.i.cc);
363
+ this.i.cd = +v;
364
+ this._a("borderLeftWidth", this.i.cd);
365
365
  }
366
366
  /**
367
367
  * Gets or sets the amount of top border to use for the cell content for this column.
368
368
  */
369
369
  get borderTopWidth() {
370
- return this.i.ce;
370
+ return this.i.cf;
371
371
  }
372
372
  set borderTopWidth(v) {
373
- this.i.ce = +v;
374
- this._a("borderTopWidth", this.i.ce);
373
+ this.i.cf = +v;
374
+ this._a("borderTopWidth", this.i.cf);
375
375
  }
376
376
  /**
377
377
  * Gets or sets the amount of right border to use for the cell content of this column.
378
378
  */
379
379
  get borderRightWidth() {
380
- return this.i.cd;
380
+ return this.i.ce;
381
381
  }
382
382
  set borderRightWidth(v) {
383
- this.i.cd = +v;
384
- this._a("borderRightWidth", this.i.cd);
383
+ this.i.ce = +v;
384
+ this._a("borderRightWidth", this.i.ce);
385
385
  }
386
386
  /**
387
387
  * Gets or sets the amount of bottom border to use for the cell content of this column.
388
388
  */
389
389
  get borderBottomWidth() {
390
- return this.i.cb;
390
+ return this.i.cc;
391
391
  }
392
392
  set borderBottomWidth(v) {
393
- this.i.cb = +v;
394
- this._a("borderBottomWidth", this.i.cb);
393
+ this.i.cc = +v;
394
+ this._a("borderBottomWidth", this.i.cc);
395
395
  }
396
396
  /**
397
397
  * Gets or sets the amount of left activation border to use for the cell content for this column.
398
398
  */
399
399
  get activationBorderLeftWidth() {
400
- return this.i.b4;
400
+ return this.i.b5;
401
401
  }
402
402
  set activationBorderLeftWidth(v) {
403
- this.i.b4 = +v;
404
- this._a("activationBorderLeftWidth", this.i.b4);
403
+ this.i.b5 = +v;
404
+ this._a("activationBorderLeftWidth", this.i.b5);
405
405
  }
406
406
  /**
407
407
  * Gets or sets the amount of top activation border to use for the cell content for this column.
408
408
  */
409
409
  get activationBorderTopWidth() {
410
- return this.i.b6;
410
+ return this.i.b7;
411
411
  }
412
412
  set activationBorderTopWidth(v) {
413
- this.i.b6 = +v;
414
- this._a("activationBorderTopWidth", this.i.b6);
413
+ this.i.b7 = +v;
414
+ this._a("activationBorderTopWidth", this.i.b7);
415
415
  }
416
416
  /**
417
417
  * Gets or sets the amount of right activation border to use for the cell content of this column.
418
418
  */
419
419
  get activationBorderRightWidth() {
420
- return this.i.b5;
420
+ return this.i.b6;
421
421
  }
422
422
  set activationBorderRightWidth(v) {
423
- this.i.b5 = +v;
424
- this._a("activationBorderRightWidth", this.i.b5);
423
+ this.i.b6 = +v;
424
+ this._a("activationBorderRightWidth", this.i.b6);
425
425
  }
426
426
  /**
427
427
  * Gets or sets the amount of bottom activation border to use for the cell content of this column.
428
428
  */
429
429
  get activationBorderBottomWidth() {
430
- return this.i.b3;
430
+ return this.i.b4;
431
431
  }
432
432
  set activationBorderBottomWidth(v) {
433
- this.i.b3 = +v;
434
- this._a("activationBorderBottomWidth", this.i.b3);
433
+ this.i.b4 = +v;
434
+ this._a("activationBorderBottomWidth", this.i.b4);
435
435
  }
436
436
  get errorBorderLeftWidth() {
437
- return this.i.cg;
437
+ return this.i.ch;
438
438
  }
439
439
  set errorBorderLeftWidth(v) {
440
- this.i.cg = +v;
441
- this._a("errorBorderLeftWidth", this.i.cg);
440
+ this.i.ch = +v;
441
+ this._a("errorBorderLeftWidth", this.i.ch);
442
442
  }
443
443
  get errorBorderTopWidth() {
444
- return this.i.ci;
444
+ return this.i.cj;
445
445
  }
446
446
  set errorBorderTopWidth(v) {
447
- this.i.ci = +v;
448
- this._a("errorBorderTopWidth", this.i.ci);
447
+ this.i.cj = +v;
448
+ this._a("errorBorderTopWidth", this.i.cj);
449
449
  }
450
450
  get errorBorderRightWidth() {
451
- return this.i.ch;
451
+ return this.i.ci;
452
452
  }
453
453
  set errorBorderRightWidth(v) {
454
- this.i.ch = +v;
455
- this._a("errorBorderRightWidth", this.i.ch);
454
+ this.i.ci = +v;
455
+ this._a("errorBorderRightWidth", this.i.ci);
456
456
  }
457
457
  get errorBorderBottomWidth() {
458
- return this.i.cf;
458
+ return this.i.cg;
459
459
  }
460
460
  set errorBorderBottomWidth(v) {
461
- this.i.cf = +v;
462
- this._a("errorBorderBottomWidth", this.i.cf);
461
+ this.i.cg = +v;
462
+ this._a("errorBorderBottomWidth", this.i.cg);
463
463
  }
464
464
  /**
465
465
  * Gets the actual background color that will be used.
466
466
  */
467
467
  get actualBackground() {
468
- return brushToString(this.i.f6);
468
+ return brushToString(this.i.f8);
469
469
  }
470
470
  set actualBackground(v) {
471
- this.i.f6 = stringToBrush(v);
472
- this._a("actualBackground", brushToString(this.i.f6));
471
+ this.i.f8 = stringToBrush(v);
472
+ this._a("actualBackground", brushToString(this.i.f8));
473
473
  }
474
474
  /**
475
475
  * Gets the actual background color that will be used.
476
476
  */
477
477
  get actualActivationBorder() {
478
- return brushToString(this.i.f5);
478
+ return brushToString(this.i.f7);
479
479
  }
480
480
  set actualActivationBorder(v) {
481
- this.i.f5 = stringToBrush(v);
482
- this._a("actualActivationBorder", brushToString(this.i.f5));
481
+ this.i.f7 = stringToBrush(v);
482
+ this._a("actualActivationBorder", brushToString(this.i.f7));
483
483
  }
484
484
  /**
485
485
  * Gets the actual error border color that will be used.
486
486
  */
487
487
  get actualErrorBorder() {
488
- return brushToString(this.i.ga);
488
+ return brushToString(this.i.gc);
489
489
  }
490
490
  set actualErrorBorder(v) {
491
- this.i.ga = stringToBrush(v);
492
- this._a("actualErrorBorder", brushToString(this.i.ga));
491
+ this.i.gc = stringToBrush(v);
492
+ this._a("actualErrorBorder", brushToString(this.i.gc));
493
493
  }
494
494
  /**
495
495
  * Gets or sets the background color for content that sticks to the top of the grid.
496
496
  */
497
497
  get stickyRowBackground() {
498
- return brushToString(this.i.gx);
498
+ return brushToString(this.i.gz);
499
499
  }
500
500
  set stickyRowBackground(v) {
501
- this.i.gx = stringToBrush(v);
502
- this._a("stickyRowBackground", brushToString(this.i.gx));
501
+ this.i.gz = stringToBrush(v);
502
+ this._a("stickyRowBackground", brushToString(this.i.gz));
503
503
  }
504
504
  /**
505
505
  * Gets the actual background color for content that sticks to the top of the grid.
506
506
  */
507
507
  get actualStickyRowBackground() {
508
- return brushToString(this.i.gd);
508
+ return brushToString(this.i.gf);
509
509
  }
510
510
  set actualStickyRowBackground(v) {
511
- this.i.gd = stringToBrush(v);
512
- this._a("actualStickyRowBackground", brushToString(this.i.gd));
511
+ this.i.gf = stringToBrush(v);
512
+ this._a("actualStickyRowBackground", brushToString(this.i.gf));
513
513
  }
514
514
  /**
515
515
  * Gets or sets the background color for cells belonging to rows marked as pinned.
516
516
  */
517
517
  get pinnedRowBackground() {
518
- return brushToString(this.i.gw);
518
+ return brushToString(this.i.gy);
519
519
  }
520
520
  set pinnedRowBackground(v) {
521
- this.i.gw = stringToBrush(v);
522
- this._a("pinnedRowBackground", brushToString(this.i.gw));
521
+ this.i.gy = stringToBrush(v);
522
+ this._a("pinnedRowBackground", brushToString(this.i.gy));
523
523
  }
524
524
  /**
525
525
  * Gets the actual background color for cells belonging to rows marked as pinned.
526
526
  */
527
527
  get actualPinnedRowBackground() {
528
- return brushToString(this.i.gc);
528
+ return brushToString(this.i.ge);
529
529
  }
530
530
  set actualPinnedRowBackground(v) {
531
- this.i.gc = stringToBrush(v);
532
- this._a("actualPinnedRowBackground", brushToString(this.i.gc));
531
+ this.i.ge = stringToBrush(v);
532
+ this._a("actualPinnedRowBackground", brushToString(this.i.ge));
533
533
  }
534
534
  /**
535
535
  * Gets or sets the color for the last row in the sticky row area.
536
536
  */
537
537
  get lastStickyRowBackground() {
538
- return brushToString(this.i.gv);
538
+ return brushToString(this.i.gx);
539
539
  }
540
540
  set lastStickyRowBackground(v) {
541
- this.i.gv = stringToBrush(v);
542
- this._a("lastStickyRowBackground", brushToString(this.i.gv));
541
+ this.i.gx = stringToBrush(v);
542
+ this._a("lastStickyRowBackground", brushToString(this.i.gx));
543
543
  }
544
544
  /**
545
545
  * Gets the actual color for the last row in the sticky row area.
546
546
  */
547
547
  get actualLastStickyRowBackground() {
548
- return brushToString(this.i.gb);
548
+ return brushToString(this.i.gd);
549
549
  }
550
550
  set actualLastStickyRowBackground(v) {
551
- this.i.gb = stringToBrush(v);
552
- this._a("actualLastStickyRowBackground", brushToString(this.i.gb));
551
+ this.i.gd = stringToBrush(v);
552
+ this._a("actualLastStickyRowBackground", brushToString(this.i.gd));
553
553
  }
554
554
  /**
555
555
  * Gets or sets the opacity of the content.
556
556
  */
557
557
  get contentOpacity() {
558
- return this.i.bh;
558
+ return this.i.bi;
559
559
  }
560
560
  set contentOpacity(v) {
561
- this.i.bh = +v;
562
- this._a("contentOpacity", this.i.bh);
561
+ this.i.bi = +v;
562
+ this._a("contentOpacity", this.i.bi);
563
563
  }
564
564
  /**
565
565
  * Gets or sets the horizontal alignment to use for the cell content.
@@ -605,131 +605,131 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
605
605
  * Gets or sets the color to use for displaying text.
606
606
  */
607
607
  get textColor() {
608
- return brushToString(this.i.gy);
608
+ return brushToString(this.i.g0);
609
609
  }
610
610
  set textColor(v) {
611
- this.i.gy = stringToBrush(v);
612
- this._a("textColor", brushToString(this.i.gy));
611
+ this.i.g0 = stringToBrush(v);
612
+ this._a("textColor", brushToString(this.i.g0));
613
613
  }
614
614
  /**
615
615
  * Gets the actual color used for displaying text.
616
616
  */
617
617
  get actualTextColor() {
618
- return brushToString(this.i.ge);
618
+ return brushToString(this.i.gg);
619
619
  }
620
620
  set actualTextColor(v) {
621
- this.i.ge = stringToBrush(v);
622
- this._a("actualTextColor", brushToString(this.i.ge));
621
+ this.i.gg = stringToBrush(v);
622
+ this._a("actualTextColor", brushToString(this.i.gg));
623
623
  }
624
624
  /**
625
625
  * Gets or sets whether the bar is supported.
626
626
  */
627
627
  get isBarSupported() {
628
- return this.i.ar;
628
+ return this.i.as;
629
629
  }
630
630
  set isBarSupported(v) {
631
- this.i.ar = ensureBool(v);
632
- this._a("isBarSupported", this.i.ar);
631
+ this.i.as = ensureBool(v);
632
+ this._a("isBarSupported", this.i.as);
633
633
  }
634
634
  /**
635
635
  * Gets or sets the color to use for value bars.
636
636
  */
637
637
  get barBackground() {
638
- return brushToString(this.i.gg);
638
+ return brushToString(this.i.gi);
639
639
  }
640
640
  set barBackground(v) {
641
- this.i.gg = stringToBrush(v);
642
- this._a("barBackground", brushToString(this.i.gg));
641
+ this.i.gi = stringToBrush(v);
642
+ this._a("barBackground", brushToString(this.i.gi));
643
643
  }
644
644
  /**
645
645
  * Gets the actual color used for value bars.
646
646
  */
647
647
  get actualBarBackground() {
648
- return brushToString(this.i.f7);
648
+ return brushToString(this.i.f9);
649
649
  }
650
650
  set actualBarBackground(v) {
651
- this.i.f7 = stringToBrush(v);
652
- this._a("actualBarBackground", brushToString(this.i.f7));
651
+ this.i.f9 = stringToBrush(v);
652
+ this._a("actualBarBackground", brushToString(this.i.f9));
653
653
  }
654
654
  /**
655
655
  * Gets or sets the Outline color to use for value bars.
656
656
  */
657
657
  get barOutline() {
658
- return brushToString(this.i.gh);
658
+ return brushToString(this.i.gj);
659
659
  }
660
660
  set barOutline(v) {
661
- this.i.gh = stringToBrush(v);
662
- this._a("barOutline", brushToString(this.i.gh));
661
+ this.i.gj = stringToBrush(v);
662
+ this._a("barOutline", brushToString(this.i.gj));
663
663
  }
664
664
  /**
665
665
  * Gets the actual Outline color used for value bars.
666
666
  */
667
667
  get actualBarOutline() {
668
- return brushToString(this.i.f8);
668
+ return brushToString(this.i.ga);
669
669
  }
670
670
  set actualBarOutline(v) {
671
- this.i.f8 = stringToBrush(v);
672
- this._a("actualBarOutline", brushToString(this.i.f8));
671
+ this.i.ga = stringToBrush(v);
672
+ this._a("actualBarOutline", brushToString(this.i.ga));
673
673
  }
674
674
  /**
675
675
  * Gets or sets the stroke thickness to use for value bars.
676
676
  */
677
677
  get barStrokeThickness() {
678
- return this.i.ca;
678
+ return this.i.cb;
679
679
  }
680
680
  set barStrokeThickness(v) {
681
- this.i.ca = +v;
682
- this._a("barStrokeThickness", this.i.ca);
681
+ this.i.cb = +v;
682
+ this._a("barStrokeThickness", this.i.cb);
683
683
  }
684
684
  /**
685
685
  * Gets the actual stroke thickness used for value bars.
686
686
  */
687
687
  get actualBarStrokeThickness() {
688
- return this.i.b8;
688
+ return this.i.b9;
689
689
  }
690
690
  set actualBarStrokeThickness(v) {
691
- this.i.b8 = +v;
692
- this._a("actualBarStrokeThickness", this.i.b8);
691
+ this.i.b9 = +v;
692
+ this._a("actualBarStrokeThickness", this.i.b9);
693
693
  }
694
694
  /**
695
695
  * Gets or sets the stroke thickness to use for value bars.
696
696
  */
697
697
  get barCornerRadius() {
698
- return this.i.b9;
698
+ return this.i.ca;
699
699
  }
700
700
  set barCornerRadius(v) {
701
- this.i.b9 = +v;
702
- this._a("barCornerRadius", this.i.b9);
701
+ this.i.ca = +v;
702
+ this._a("barCornerRadius", this.i.ca);
703
703
  }
704
704
  /**
705
705
  * Gets the actual stroke thickness used for value bars.
706
706
  */
707
707
  get actualBarCornerRadius() {
708
- return this.i.b7;
708
+ return this.i.b8;
709
709
  }
710
710
  set actualBarCornerRadius(v) {
711
- this.i.b7 = +v;
712
- this._a("actualBarCornerRadius", this.i.b7);
711
+ this.i.b8 = +v;
712
+ this._a("actualBarCornerRadius", this.i.b8);
713
713
  }
714
714
  /**
715
715
  * Gets or sets the color to use for displaying text.
716
716
  */
717
717
  get pinnedRowOpacity() {
718
- return this.i.bm;
718
+ return this.i.bn;
719
719
  }
720
720
  set pinnedRowOpacity(v) {
721
- this.i.bm = +v;
722
- this._a("pinnedRowOpacity", this.i.bm);
721
+ this.i.bn = +v;
722
+ this._a("pinnedRowOpacity", this.i.bn);
723
723
  }
724
724
  /**
725
725
  * Gets or sets the color to use for displaying text.
726
726
  */
727
727
  get actualPinnedRowOpacity() {
728
- return this.i.bf;
728
+ return this.i.bg;
729
729
  }
730
730
  set actualPinnedRowOpacity(v) {
731
- this.i.bf = +v;
732
- this._a("actualPinnedRowOpacity", this.i.bf);
731
+ this.i.bg = +v;
732
+ this._a("actualPinnedRowOpacity", this.i.bg);
733
733
  }
734
734
  get textStyle() {
735
735
  if (this.i.textStyle == null) {
@@ -744,7 +744,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
744
744
  this._a("textStyle", this.i.textStyle != null ? this.i.textStyle.fontString : "");
745
745
  }
746
746
  get isBarRequired() {
747
- return this.i.aq;
747
+ return this.i.ar;
748
748
  }
749
749
  findByName(name) {
750
750
  if (this.findEphemera) {
@@ -758,24 +758,24 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
758
758
  return null;
759
759
  }
760
760
  transitionStyleOut(style) {
761
- this.i.e4((style == null ? null : style.i));
761
+ this.i.e6((style == null ? null : style.i));
762
762
  }
763
763
  transitionStyleIn(style) {
764
- this.i.e3((style == null ? null : style.i));
764
+ this.i.e5((style == null ? null : style.i));
765
765
  }
766
766
  isStyleTransitioningOut(style) {
767
- let iv = this.i.as((style == null ? null : style.i));
767
+ let iv = this.i.at((style == null ? null : style.i));
768
768
  return (iv);
769
769
  }
770
770
  setNamedValue(valueName, animationType, value) {
771
- this.i.e2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
771
+ this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
772
772
  }
773
773
  /**
774
774
  * Returns if this definition has named value.
775
775
 
776
776
  */
777
777
  hasNamedValues() {
778
- let iv = this.i.ap();
778
+ let iv = this.i.aq();
779
779
  return (iv);
780
780
  }
781
781
  /**
@@ -784,7 +784,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
784
784
  * @param valueName * The named value name to check for.
785
785
  */
786
786
  hasNamedValue(valueName) {
787
- let iv = this.i.ao(valueName);
787
+ let iv = this.i.ap(valueName);
788
788
  return (iv);
789
789
  }
790
790
  /**
@@ -793,7 +793,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
793
793
  * @param valueName * The named value name to remove.
794
794
  */
795
795
  removeNamedValue(valueName) {
796
- this.i.ex(valueName);
796
+ this.i.ey(valueName);
797
797
  }
798
798
  /**
799
799
  * Gets the value for a named value from this definition.
@@ -801,7 +801,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
801
801
  * @param valueName * The named value name to check for.
802
802
  */
803
803
  getNamedValue(valueName) {
804
- let iv = this.i.cp(valueName);
804
+ let iv = this.i.cq(valueName);
805
805
  return (iv);
806
806
  }
807
807
  /**
@@ -65,41 +65,41 @@ let IgcFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
65
65
  * Gets or sets the amount of left padding to use for the cell content for this column.
66
66
  */
67
67
  get paddingLeft() {
68
- return this.i.g4;
68
+ return this.i.g6;
69
69
  }
70
70
  set paddingLeft(v) {
71
- this.i.g4 = +v;
72
- this._a("paddingLeft", this.i.g4);
71
+ this.i.g6 = +v;
72
+ this._a("paddingLeft", this.i.g6);
73
73
  }
74
74
  /**
75
75
  * Gets or sets the amount of top padding to use for the cell content for this column.
76
76
  */
77
77
  get paddingTop() {
78
- return this.i.g6;
78
+ return this.i.g8;
79
79
  }
80
80
  set paddingTop(v) {
81
- this.i.g6 = +v;
82
- this._a("paddingTop", this.i.g6);
81
+ this.i.g8 = +v;
82
+ this._a("paddingTop", this.i.g8);
83
83
  }
84
84
  /**
85
85
  * Gets or sets the amount of right padding to use for the cell content of this column.
86
86
  */
87
87
  get paddingRight() {
88
- return this.i.g5;
88
+ return this.i.g7;
89
89
  }
90
90
  set paddingRight(v) {
91
- this.i.g5 = +v;
92
- this._a("paddingRight", this.i.g5);
91
+ this.i.g7 = +v;
92
+ this._a("paddingRight", this.i.g7);
93
93
  }
94
94
  /**
95
95
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
96
96
  */
97
97
  get paddingBottom() {
98
- return this.i.g3;
98
+ return this.i.g5;
99
99
  }
100
100
  set paddingBottom(v) {
101
- this.i.g3 = +v;
102
- this._a("paddingBottom", this.i.g3);
101
+ this.i.g5 = +v;
102
+ this._a("paddingBottom", this.i.g5);
103
103
  }
104
104
  }
105
105
  IgcFilterRowDefinitionComponent._observedAttributesIgcFilterRowDefinitionComponent = null;