igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 +8241 -9505
  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 +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  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 +63 -65
  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 +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -302,11 +302,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
302
302
  * Gets or sets the background color to use.
303
303
  */
304
304
  get: function () {
305
- return brushToString(this.i.gh);
305
+ return brushToString(this.i.gf);
306
306
  },
307
307
  set: function (v) {
308
- this.i.gh = stringToBrush(v);
309
- this._a("background", brushToString(this.i.gh));
308
+ this.i.gf = stringToBrush(v);
309
+ this._a("background", brushToString(this.i.gf));
310
310
  },
311
311
  enumerable: false,
312
312
  configurable: true
@@ -370,11 +370,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
370
370
  * Gets or sets the background color to use.
371
371
  */
372
372
  get: function () {
373
- return brushToString(this.i.gk);
373
+ return brushToString(this.i.gi);
374
374
  },
375
375
  set: function (v) {
376
- this.i.gk = stringToBrush(v);
377
- this._a("border", brushToString(this.i.gk));
376
+ this.i.gi = stringToBrush(v);
377
+ this._a("border", brushToString(this.i.gi));
378
378
  },
379
379
  enumerable: false,
380
380
  configurable: true
@@ -384,11 +384,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
384
384
  * Gets or sets the background color to use.
385
385
  */
386
386
  get: function () {
387
- return brushToString(this.i.f6);
387
+ return brushToString(this.i.f4);
388
388
  },
389
389
  set: function (v) {
390
- this.i.f6 = stringToBrush(v);
391
- this._a("activationBorder", brushToString(this.i.f6));
390
+ this.i.f4 = stringToBrush(v);
391
+ this._a("activationBorder", brushToString(this.i.f4));
392
392
  },
393
393
  enumerable: false,
394
394
  configurable: true
@@ -398,11 +398,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
398
398
  * Gets or sets the error border color to use.
399
399
  */
400
400
  get: function () {
401
- return brushToString(this.i.gl);
401
+ return brushToString(this.i.gj);
402
402
  },
403
403
  set: function (v) {
404
- this.i.gl = stringToBrush(v);
405
- this._a("errorBorder", brushToString(this.i.gl));
404
+ this.i.gj = stringToBrush(v);
405
+ this._a("errorBorder", brushToString(this.i.gj));
406
406
  },
407
407
  enumerable: false,
408
408
  configurable: true
@@ -412,11 +412,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
412
412
  * Gets the actual border color that will be used.
413
413
  */
414
414
  get: function () {
415
- return brushToString(this.i.gb);
415
+ return brushToString(this.i.f9);
416
416
  },
417
417
  set: function (v) {
418
- this.i.gb = stringToBrush(v);
419
- this._a("actualBorder", brushToString(this.i.gb));
418
+ this.i.f9 = stringToBrush(v);
419
+ this._a("actualBorder", brushToString(this.i.f9));
420
420
  },
421
421
  enumerable: false,
422
422
  configurable: true
@@ -426,11 +426,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
426
426
  * Gets or sets the amount of left border to use for the cell content for this column.
427
427
  */
428
428
  get: function () {
429
- return this.i.cd;
429
+ return this.i.cc;
430
430
  },
431
431
  set: function (v) {
432
- this.i.cd = +v;
433
- this._a("borderLeftWidth", this.i.cd);
432
+ this.i.cc = +v;
433
+ this._a("borderLeftWidth", this.i.cc);
434
434
  },
435
435
  enumerable: false,
436
436
  configurable: true
@@ -440,11 +440,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
440
440
  * Gets or sets the amount of top border to use for the cell content for this column.
441
441
  */
442
442
  get: function () {
443
- return this.i.cf;
443
+ return this.i.ce;
444
444
  },
445
445
  set: function (v) {
446
- this.i.cf = +v;
447
- this._a("borderTopWidth", this.i.cf);
446
+ this.i.ce = +v;
447
+ this._a("borderTopWidth", this.i.ce);
448
448
  },
449
449
  enumerable: false,
450
450
  configurable: true
@@ -454,11 +454,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
454
454
  * Gets or sets the amount of right border to use for the cell content of this column.
455
455
  */
456
456
  get: function () {
457
- return this.i.ce;
457
+ return this.i.cd;
458
458
  },
459
459
  set: function (v) {
460
- this.i.ce = +v;
461
- this._a("borderRightWidth", this.i.ce);
460
+ this.i.cd = +v;
461
+ this._a("borderRightWidth", this.i.cd);
462
462
  },
463
463
  enumerable: false,
464
464
  configurable: true
@@ -468,11 +468,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
468
468
  * Gets or sets the amount of bottom border to use for the cell content of this column.
469
469
  */
470
470
  get: function () {
471
- return this.i.cc;
471
+ return this.i.cb;
472
472
  },
473
473
  set: function (v) {
474
- this.i.cc = +v;
475
- this._a("borderBottomWidth", this.i.cc);
474
+ this.i.cb = +v;
475
+ this._a("borderBottomWidth", this.i.cb);
476
476
  },
477
477
  enumerable: false,
478
478
  configurable: true
@@ -482,11 +482,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
482
482
  * Gets or sets the amount of left activation border to use for the cell content for this column.
483
483
  */
484
484
  get: function () {
485
- return this.i.b5;
485
+ return this.i.b4;
486
486
  },
487
487
  set: function (v) {
488
- this.i.b5 = +v;
489
- this._a("activationBorderLeftWidth", this.i.b5);
488
+ this.i.b4 = +v;
489
+ this._a("activationBorderLeftWidth", this.i.b4);
490
490
  },
491
491
  enumerable: false,
492
492
  configurable: true
@@ -496,11 +496,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
496
496
  * Gets or sets the amount of top activation border to use for the cell content for this column.
497
497
  */
498
498
  get: function () {
499
- return this.i.b7;
499
+ return this.i.b6;
500
500
  },
501
501
  set: function (v) {
502
- this.i.b7 = +v;
503
- this._a("activationBorderTopWidth", this.i.b7);
502
+ this.i.b6 = +v;
503
+ this._a("activationBorderTopWidth", this.i.b6);
504
504
  },
505
505
  enumerable: false,
506
506
  configurable: true
@@ -510,11 +510,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
510
510
  * Gets or sets the amount of right activation border to use for the cell content of this column.
511
511
  */
512
512
  get: function () {
513
- return this.i.b6;
513
+ return this.i.b5;
514
514
  },
515
515
  set: function (v) {
516
- this.i.b6 = +v;
517
- this._a("activationBorderRightWidth", this.i.b6);
516
+ this.i.b5 = +v;
517
+ this._a("activationBorderRightWidth", this.i.b5);
518
518
  },
519
519
  enumerable: false,
520
520
  configurable: true
@@ -524,55 +524,55 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
524
524
  * Gets or sets the amount of bottom activation border to use for the cell content of this column.
525
525
  */
526
526
  get: function () {
527
- return this.i.b4;
527
+ return this.i.b3;
528
528
  },
529
529
  set: function (v) {
530
- this.i.b4 = +v;
531
- this._a("activationBorderBottomWidth", this.i.b4);
530
+ this.i.b3 = +v;
531
+ this._a("activationBorderBottomWidth", this.i.b3);
532
532
  },
533
533
  enumerable: false,
534
534
  configurable: true
535
535
  });
536
536
  Object.defineProperty(IgcDefinitionBaseComponent.prototype, "errorBorderLeftWidth", {
537
537
  get: function () {
538
- return this.i.ch;
538
+ return this.i.cg;
539
539
  },
540
540
  set: function (v) {
541
- this.i.ch = +v;
542
- this._a("errorBorderLeftWidth", this.i.ch);
541
+ this.i.cg = +v;
542
+ this._a("errorBorderLeftWidth", this.i.cg);
543
543
  },
544
544
  enumerable: false,
545
545
  configurable: true
546
546
  });
547
547
  Object.defineProperty(IgcDefinitionBaseComponent.prototype, "errorBorderTopWidth", {
548
548
  get: function () {
549
- return this.i.cj;
549
+ return this.i.ci;
550
550
  },
551
551
  set: function (v) {
552
- this.i.cj = +v;
553
- this._a("errorBorderTopWidth", this.i.cj);
552
+ this.i.ci = +v;
553
+ this._a("errorBorderTopWidth", this.i.ci);
554
554
  },
555
555
  enumerable: false,
556
556
  configurable: true
557
557
  });
558
558
  Object.defineProperty(IgcDefinitionBaseComponent.prototype, "errorBorderRightWidth", {
559
559
  get: function () {
560
- return this.i.ci;
560
+ return this.i.ch;
561
561
  },
562
562
  set: function (v) {
563
- this.i.ci = +v;
564
- this._a("errorBorderRightWidth", this.i.ci);
563
+ this.i.ch = +v;
564
+ this._a("errorBorderRightWidth", this.i.ch);
565
565
  },
566
566
  enumerable: false,
567
567
  configurable: true
568
568
  });
569
569
  Object.defineProperty(IgcDefinitionBaseComponent.prototype, "errorBorderBottomWidth", {
570
570
  get: function () {
571
- return this.i.cg;
571
+ return this.i.cf;
572
572
  },
573
573
  set: function (v) {
574
- this.i.cg = +v;
575
- this._a("errorBorderBottomWidth", this.i.cg);
574
+ this.i.cf = +v;
575
+ this._a("errorBorderBottomWidth", this.i.cf);
576
576
  },
577
577
  enumerable: false,
578
578
  configurable: true
@@ -582,11 +582,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
582
582
  * Gets the actual background color that will be used.
583
583
  */
584
584
  get: function () {
585
- return brushToString(this.i.f8);
585
+ return brushToString(this.i.f6);
586
586
  },
587
587
  set: function (v) {
588
- this.i.f8 = stringToBrush(v);
589
- this._a("actualBackground", brushToString(this.i.f8));
588
+ this.i.f6 = stringToBrush(v);
589
+ this._a("actualBackground", brushToString(this.i.f6));
590
590
  },
591
591
  enumerable: false,
592
592
  configurable: true
@@ -596,11 +596,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
596
596
  * Gets the actual background color that will be used.
597
597
  */
598
598
  get: function () {
599
- return brushToString(this.i.f7);
599
+ return brushToString(this.i.f5);
600
600
  },
601
601
  set: function (v) {
602
- this.i.f7 = stringToBrush(v);
603
- this._a("actualActivationBorder", brushToString(this.i.f7));
602
+ this.i.f5 = stringToBrush(v);
603
+ this._a("actualActivationBorder", brushToString(this.i.f5));
604
604
  },
605
605
  enumerable: false,
606
606
  configurable: true
@@ -610,11 +610,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
610
610
  * Gets the actual error border color that will be used.
611
611
  */
612
612
  get: function () {
613
- return brushToString(this.i.gc);
613
+ return brushToString(this.i.ga);
614
614
  },
615
615
  set: function (v) {
616
- this.i.gc = stringToBrush(v);
617
- this._a("actualErrorBorder", brushToString(this.i.gc));
616
+ this.i.ga = stringToBrush(v);
617
+ this._a("actualErrorBorder", brushToString(this.i.ga));
618
618
  },
619
619
  enumerable: false,
620
620
  configurable: true
@@ -624,11 +624,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
624
624
  * Gets or sets the background color for content that sticks to the top of the grid.
625
625
  */
626
626
  get: function () {
627
- return brushToString(this.i.gz);
627
+ return brushToString(this.i.gx);
628
628
  },
629
629
  set: function (v) {
630
- this.i.gz = stringToBrush(v);
631
- this._a("stickyRowBackground", brushToString(this.i.gz));
630
+ this.i.gx = stringToBrush(v);
631
+ this._a("stickyRowBackground", brushToString(this.i.gx));
632
632
  },
633
633
  enumerable: false,
634
634
  configurable: true
@@ -638,11 +638,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
638
638
  * Gets the actual background color for content that sticks to the top of the grid.
639
639
  */
640
640
  get: function () {
641
- return brushToString(this.i.gf);
641
+ return brushToString(this.i.gd);
642
642
  },
643
643
  set: function (v) {
644
- this.i.gf = stringToBrush(v);
645
- this._a("actualStickyRowBackground", brushToString(this.i.gf));
644
+ this.i.gd = stringToBrush(v);
645
+ this._a("actualStickyRowBackground", brushToString(this.i.gd));
646
646
  },
647
647
  enumerable: false,
648
648
  configurable: true
@@ -652,11 +652,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
652
652
  * Gets or sets the background color for cells belonging to rows marked as pinned.
653
653
  */
654
654
  get: function () {
655
- return brushToString(this.i.gy);
655
+ return brushToString(this.i.gw);
656
656
  },
657
657
  set: function (v) {
658
- this.i.gy = stringToBrush(v);
659
- this._a("pinnedRowBackground", brushToString(this.i.gy));
658
+ this.i.gw = stringToBrush(v);
659
+ this._a("pinnedRowBackground", brushToString(this.i.gw));
660
660
  },
661
661
  enumerable: false,
662
662
  configurable: true
@@ -666,11 +666,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
666
666
  * Gets the actual background color for cells belonging to rows marked as pinned.
667
667
  */
668
668
  get: function () {
669
- return brushToString(this.i.ge);
669
+ return brushToString(this.i.gc);
670
670
  },
671
671
  set: function (v) {
672
- this.i.ge = stringToBrush(v);
673
- this._a("actualPinnedRowBackground", brushToString(this.i.ge));
672
+ this.i.gc = stringToBrush(v);
673
+ this._a("actualPinnedRowBackground", brushToString(this.i.gc));
674
674
  },
675
675
  enumerable: false,
676
676
  configurable: true
@@ -680,11 +680,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
680
680
  * Gets or sets the color for the last row in the sticky row area.
681
681
  */
682
682
  get: function () {
683
- return brushToString(this.i.gx);
683
+ return brushToString(this.i.gv);
684
684
  },
685
685
  set: function (v) {
686
- this.i.gx = stringToBrush(v);
687
- this._a("lastStickyRowBackground", brushToString(this.i.gx));
686
+ this.i.gv = stringToBrush(v);
687
+ this._a("lastStickyRowBackground", brushToString(this.i.gv));
688
688
  },
689
689
  enumerable: false,
690
690
  configurable: true
@@ -694,11 +694,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
694
694
  * Gets the actual color for the last row in the sticky row area.
695
695
  */
696
696
  get: function () {
697
- return brushToString(this.i.gd);
697
+ return brushToString(this.i.gb);
698
698
  },
699
699
  set: function (v) {
700
- this.i.gd = stringToBrush(v);
701
- this._a("actualLastStickyRowBackground", brushToString(this.i.gd));
700
+ this.i.gb = stringToBrush(v);
701
+ this._a("actualLastStickyRowBackground", brushToString(this.i.gb));
702
702
  },
703
703
  enumerable: false,
704
704
  configurable: true
@@ -708,11 +708,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
708
708
  * Gets or sets the opacity of the content.
709
709
  */
710
710
  get: function () {
711
- return this.i.bi;
711
+ return this.i.bh;
712
712
  },
713
713
  set: function (v) {
714
- this.i.bi = +v;
715
- this._a("contentOpacity", this.i.bi);
714
+ this.i.bh = +v;
715
+ this._a("contentOpacity", this.i.bh);
716
716
  },
717
717
  enumerable: false,
718
718
  configurable: true
@@ -778,11 +778,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
778
778
  * Gets or sets the color to use for displaying text.
779
779
  */
780
780
  get: function () {
781
- return brushToString(this.i.g0);
781
+ return brushToString(this.i.gy);
782
782
  },
783
783
  set: function (v) {
784
- this.i.g0 = stringToBrush(v);
785
- this._a("textColor", brushToString(this.i.g0));
784
+ this.i.gy = stringToBrush(v);
785
+ this._a("textColor", brushToString(this.i.gy));
786
786
  },
787
787
  enumerable: false,
788
788
  configurable: true
@@ -792,11 +792,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
792
792
  * Gets the actual color used for displaying text.
793
793
  */
794
794
  get: function () {
795
- return brushToString(this.i.gg);
795
+ return brushToString(this.i.ge);
796
796
  },
797
797
  set: function (v) {
798
- this.i.gg = stringToBrush(v);
799
- this._a("actualTextColor", brushToString(this.i.gg));
798
+ this.i.ge = stringToBrush(v);
799
+ this._a("actualTextColor", brushToString(this.i.ge));
800
800
  },
801
801
  enumerable: false,
802
802
  configurable: true
@@ -806,11 +806,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
806
806
  * Gets or sets whether the bar is supported.
807
807
  */
808
808
  get: function () {
809
- return this.i.as;
809
+ return this.i.ar;
810
810
  },
811
811
  set: function (v) {
812
- this.i.as = ensureBool(v);
813
- this._a("isBarSupported", this.i.as);
812
+ this.i.ar = ensureBool(v);
813
+ this._a("isBarSupported", this.i.ar);
814
814
  },
815
815
  enumerable: false,
816
816
  configurable: true
@@ -820,11 +820,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
820
820
  * Gets or sets the color to use for value bars.
821
821
  */
822
822
  get: function () {
823
- return brushToString(this.i.gi);
823
+ return brushToString(this.i.gg);
824
824
  },
825
825
  set: function (v) {
826
- this.i.gi = stringToBrush(v);
827
- this._a("barBackground", brushToString(this.i.gi));
826
+ this.i.gg = stringToBrush(v);
827
+ this._a("barBackground", brushToString(this.i.gg));
828
828
  },
829
829
  enumerable: false,
830
830
  configurable: true
@@ -834,11 +834,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
834
834
  * Gets the actual color used for value bars.
835
835
  */
836
836
  get: function () {
837
- return brushToString(this.i.f9);
837
+ return brushToString(this.i.f7);
838
838
  },
839
839
  set: function (v) {
840
- this.i.f9 = stringToBrush(v);
841
- this._a("actualBarBackground", brushToString(this.i.f9));
840
+ this.i.f7 = stringToBrush(v);
841
+ this._a("actualBarBackground", brushToString(this.i.f7));
842
842
  },
843
843
  enumerable: false,
844
844
  configurable: true
@@ -848,11 +848,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
848
848
  * Gets or sets the Outline color to use for value bars.
849
849
  */
850
850
  get: function () {
851
- return brushToString(this.i.gj);
851
+ return brushToString(this.i.gh);
852
852
  },
853
853
  set: function (v) {
854
- this.i.gj = stringToBrush(v);
855
- this._a("barOutline", brushToString(this.i.gj));
854
+ this.i.gh = stringToBrush(v);
855
+ this._a("barOutline", brushToString(this.i.gh));
856
856
  },
857
857
  enumerable: false,
858
858
  configurable: true
@@ -862,11 +862,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
862
862
  * Gets the actual Outline color used for value bars.
863
863
  */
864
864
  get: function () {
865
- return brushToString(this.i.ga);
865
+ return brushToString(this.i.f8);
866
866
  },
867
867
  set: function (v) {
868
- this.i.ga = stringToBrush(v);
869
- this._a("actualBarOutline", brushToString(this.i.ga));
868
+ this.i.f8 = stringToBrush(v);
869
+ this._a("actualBarOutline", brushToString(this.i.f8));
870
870
  },
871
871
  enumerable: false,
872
872
  configurable: true
@@ -876,11 +876,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
876
876
  * Gets or sets the stroke thickness to use for value bars.
877
877
  */
878
878
  get: function () {
879
- return this.i.cb;
879
+ return this.i.ca;
880
880
  },
881
881
  set: function (v) {
882
- this.i.cb = +v;
883
- this._a("barStrokeThickness", this.i.cb);
882
+ this.i.ca = +v;
883
+ this._a("barStrokeThickness", this.i.ca);
884
884
  },
885
885
  enumerable: false,
886
886
  configurable: true
@@ -890,11 +890,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
890
890
  * Gets the actual stroke thickness used for value bars.
891
891
  */
892
892
  get: function () {
893
- return this.i.b9;
893
+ return this.i.b8;
894
894
  },
895
895
  set: function (v) {
896
- this.i.b9 = +v;
897
- this._a("actualBarStrokeThickness", this.i.b9);
896
+ this.i.b8 = +v;
897
+ this._a("actualBarStrokeThickness", this.i.b8);
898
898
  },
899
899
  enumerable: false,
900
900
  configurable: true
@@ -904,11 +904,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
904
904
  * Gets or sets the stroke thickness to use for value bars.
905
905
  */
906
906
  get: function () {
907
- return this.i.ca;
907
+ return this.i.b9;
908
908
  },
909
909
  set: function (v) {
910
- this.i.ca = +v;
911
- this._a("barCornerRadius", this.i.ca);
910
+ this.i.b9 = +v;
911
+ this._a("barCornerRadius", this.i.b9);
912
912
  },
913
913
  enumerable: false,
914
914
  configurable: true
@@ -918,11 +918,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
918
918
  * Gets the actual stroke thickness used for value bars.
919
919
  */
920
920
  get: function () {
921
- return this.i.b8;
921
+ return this.i.b7;
922
922
  },
923
923
  set: function (v) {
924
- this.i.b8 = +v;
925
- this._a("actualBarCornerRadius", this.i.b8);
924
+ this.i.b7 = +v;
925
+ this._a("actualBarCornerRadius", this.i.b7);
926
926
  },
927
927
  enumerable: false,
928
928
  configurable: true
@@ -932,11 +932,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
932
932
  * Gets or sets the color to use for displaying text.
933
933
  */
934
934
  get: function () {
935
- return this.i.bn;
935
+ return this.i.bm;
936
936
  },
937
937
  set: function (v) {
938
- this.i.bn = +v;
939
- this._a("pinnedRowOpacity", this.i.bn);
938
+ this.i.bm = +v;
939
+ this._a("pinnedRowOpacity", this.i.bm);
940
940
  },
941
941
  enumerable: false,
942
942
  configurable: true
@@ -946,11 +946,11 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
946
946
  * Gets or sets the color to use for displaying text.
947
947
  */
948
948
  get: function () {
949
- return this.i.bg;
949
+ return this.i.bf;
950
950
  },
951
951
  set: function (v) {
952
- this.i.bg = +v;
953
- this._a("actualPinnedRowOpacity", this.i.bg);
952
+ this.i.bf = +v;
953
+ this._a("actualPinnedRowOpacity", this.i.bf);
954
954
  },
955
955
  enumerable: false,
956
956
  configurable: true
@@ -973,7 +973,7 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
973
973
  });
974
974
  Object.defineProperty(IgcDefinitionBaseComponent.prototype, "isBarRequired", {
975
975
  get: function () {
976
- return this.i.ar;
976
+ return this.i.aq;
977
977
  },
978
978
  enumerable: false,
979
979
  configurable: true
@@ -990,24 +990,24 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
990
990
  return null;
991
991
  };
992
992
  IgcDefinitionBaseComponent.prototype.transitionStyleOut = function (style) {
993
- this.i.e6((style == null ? null : style.i));
993
+ this.i.e4((style == null ? null : style.i));
994
994
  };
995
995
  IgcDefinitionBaseComponent.prototype.transitionStyleIn = function (style) {
996
- this.i.e5((style == null ? null : style.i));
996
+ this.i.e3((style == null ? null : style.i));
997
997
  };
998
998
  IgcDefinitionBaseComponent.prototype.isStyleTransitioningOut = function (style) {
999
- var iv = this.i.at((style == null ? null : style.i));
999
+ var iv = this.i.as((style == null ? null : style.i));
1000
1000
  return (iv);
1001
1001
  };
1002
1002
  IgcDefinitionBaseComponent.prototype.setNamedValue = function (valueName, animationType, value) {
1003
- this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1003
+ this.i.e2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1004
1004
  };
1005
1005
  /**
1006
1006
  * Returns if this definition has named value.
1007
1007
 
1008
1008
  */
1009
1009
  IgcDefinitionBaseComponent.prototype.hasNamedValues = function () {
1010
- var iv = this.i.aq();
1010
+ var iv = this.i.ap();
1011
1011
  return (iv);
1012
1012
  };
1013
1013
  /**
@@ -1016,7 +1016,7 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
1016
1016
  * @param valueName * The named value name to check for.
1017
1017
  */
1018
1018
  IgcDefinitionBaseComponent.prototype.hasNamedValue = function (valueName) {
1019
- var iv = this.i.ap(valueName);
1019
+ var iv = this.i.ao(valueName);
1020
1020
  return (iv);
1021
1021
  };
1022
1022
  /**
@@ -1025,7 +1025,7 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
1025
1025
  * @param valueName * The named value name to remove.
1026
1026
  */
1027
1027
  IgcDefinitionBaseComponent.prototype.removeNamedValue = function (valueName) {
1028
- this.i.ey(valueName);
1028
+ this.i.ex(valueName);
1029
1029
  };
1030
1030
  /**
1031
1031
  * Gets the value for a named value from this definition.
@@ -1033,7 +1033,7 @@ export var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_
1033
1033
  * @param valueName * The named value name to check for.
1034
1034
  */
1035
1035
  IgcDefinitionBaseComponent.prototype.getNamedValue = function (valueName) {
1036
- var iv = this.i.cq(valueName);
1036
+ var iv = this.i.cp(valueName);
1037
1037
  return (iv);
1038
1038
  };
1039
1039
  Object.defineProperty(IgcDefinitionBaseComponent.prototype, "dataBinding", {