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
@@ -181,10 +181,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
181
181
  * Gets or sets the background color to use.
182
182
  */
183
183
  get: function () {
184
- return brushToString(this.i.gf);
184
+ return brushToString(this.i.gh);
185
185
  },
186
186
  set: function (v) {
187
- this.i.gf = stringToBrush(v);
187
+ this.i.gh = stringToBrush(v);
188
188
  },
189
189
  enumerable: false,
190
190
  configurable: true
@@ -238,10 +238,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
238
238
  * Gets or sets the background color to use.
239
239
  */
240
240
  get: function () {
241
- return brushToString(this.i.gi);
241
+ return brushToString(this.i.gk);
242
242
  },
243
243
  set: function (v) {
244
- this.i.gi = stringToBrush(v);
244
+ this.i.gk = stringToBrush(v);
245
245
  },
246
246
  enumerable: false,
247
247
  configurable: true
@@ -251,10 +251,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
251
251
  * Gets or sets the background color to use.
252
252
  */
253
253
  get: function () {
254
- return brushToString(this.i.f4);
254
+ return brushToString(this.i.f6);
255
255
  },
256
256
  set: function (v) {
257
- this.i.f4 = stringToBrush(v);
257
+ this.i.f6 = stringToBrush(v);
258
258
  },
259
259
  enumerable: false,
260
260
  configurable: true
@@ -264,10 +264,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
264
264
  * Gets or sets the error border color to use.
265
265
  */
266
266
  get: function () {
267
- return brushToString(this.i.gj);
267
+ return brushToString(this.i.gl);
268
268
  },
269
269
  set: function (v) {
270
- this.i.gj = stringToBrush(v);
270
+ this.i.gl = stringToBrush(v);
271
271
  },
272
272
  enumerable: false,
273
273
  configurable: true
@@ -277,10 +277,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
277
277
  * Gets the actual border color that will be used.
278
278
  */
279
279
  get: function () {
280
- return brushToString(this.i.f9);
280
+ return brushToString(this.i.gb);
281
281
  },
282
282
  set: function (v) {
283
- this.i.f9 = stringToBrush(v);
283
+ this.i.gb = stringToBrush(v);
284
284
  },
285
285
  enumerable: false,
286
286
  configurable: true
@@ -290,10 +290,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
290
290
  * Gets or sets the amount of left border to use for the cell content for this column.
291
291
  */
292
292
  get: function () {
293
- return this.i.cc;
293
+ return this.i.cd;
294
294
  },
295
295
  set: function (v) {
296
- this.i.cc = +v;
296
+ this.i.cd = +v;
297
297
  },
298
298
  enumerable: false,
299
299
  configurable: true
@@ -303,10 +303,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
303
303
  * Gets or sets the amount of top border to use for the cell content for this column.
304
304
  */
305
305
  get: function () {
306
- return this.i.ce;
306
+ return this.i.cf;
307
307
  },
308
308
  set: function (v) {
309
- this.i.ce = +v;
309
+ this.i.cf = +v;
310
310
  },
311
311
  enumerable: false,
312
312
  configurable: true
@@ -316,10 +316,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
316
316
  * Gets or sets the amount of right border to use for the cell content of this column.
317
317
  */
318
318
  get: function () {
319
- return this.i.cd;
319
+ return this.i.ce;
320
320
  },
321
321
  set: function (v) {
322
- this.i.cd = +v;
322
+ this.i.ce = +v;
323
323
  },
324
324
  enumerable: false,
325
325
  configurable: true
@@ -329,10 +329,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
329
329
  * Gets or sets the amount of bottom border to use for the cell content of this column.
330
330
  */
331
331
  get: function () {
332
- return this.i.cb;
332
+ return this.i.cc;
333
333
  },
334
334
  set: function (v) {
335
- this.i.cb = +v;
335
+ this.i.cc = +v;
336
336
  },
337
337
  enumerable: false,
338
338
  configurable: true
@@ -342,10 +342,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
342
342
  * Gets or sets the amount of left activation border to use for the cell content for this column.
343
343
  */
344
344
  get: function () {
345
- return this.i.b4;
345
+ return this.i.b5;
346
346
  },
347
347
  set: function (v) {
348
- this.i.b4 = +v;
348
+ this.i.b5 = +v;
349
349
  },
350
350
  enumerable: false,
351
351
  configurable: true
@@ -355,10 +355,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
355
355
  * Gets or sets the amount of top activation border to use for the cell content for this column.
356
356
  */
357
357
  get: function () {
358
- return this.i.b6;
358
+ return this.i.b7;
359
359
  },
360
360
  set: function (v) {
361
- this.i.b6 = +v;
361
+ this.i.b7 = +v;
362
362
  },
363
363
  enumerable: false,
364
364
  configurable: true
@@ -368,10 +368,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
368
368
  * Gets or sets the amount of right activation border to use for the cell content of this column.
369
369
  */
370
370
  get: function () {
371
- return this.i.b5;
371
+ return this.i.b6;
372
372
  },
373
373
  set: function (v) {
374
- this.i.b5 = +v;
374
+ this.i.b6 = +v;
375
375
  },
376
376
  enumerable: false,
377
377
  configurable: true
@@ -381,50 +381,50 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
381
381
  * Gets or sets the amount of bottom activation border to use for the cell content of this column.
382
382
  */
383
383
  get: function () {
384
- return this.i.b3;
384
+ return this.i.b4;
385
385
  },
386
386
  set: function (v) {
387
- this.i.b3 = +v;
387
+ this.i.b4 = +v;
388
388
  },
389
389
  enumerable: false,
390
390
  configurable: true
391
391
  });
392
392
  Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderLeftWidth", {
393
393
  get: function () {
394
- return this.i.cg;
394
+ return this.i.ch;
395
395
  },
396
396
  set: function (v) {
397
- this.i.cg = +v;
397
+ this.i.ch = +v;
398
398
  },
399
399
  enumerable: false,
400
400
  configurable: true
401
401
  });
402
402
  Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderTopWidth", {
403
403
  get: function () {
404
- return this.i.ci;
404
+ return this.i.cj;
405
405
  },
406
406
  set: function (v) {
407
- this.i.ci = +v;
407
+ this.i.cj = +v;
408
408
  },
409
409
  enumerable: false,
410
410
  configurable: true
411
411
  });
412
412
  Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderRightWidth", {
413
413
  get: function () {
414
- return this.i.ch;
414
+ return this.i.ci;
415
415
  },
416
416
  set: function (v) {
417
- this.i.ch = +v;
417
+ this.i.ci = +v;
418
418
  },
419
419
  enumerable: false,
420
420
  configurable: true
421
421
  });
422
422
  Object.defineProperty(IgxDefinitionBaseComponent.prototype, "errorBorderBottomWidth", {
423
423
  get: function () {
424
- return this.i.cf;
424
+ return this.i.cg;
425
425
  },
426
426
  set: function (v) {
427
- this.i.cf = +v;
427
+ this.i.cg = +v;
428
428
  },
429
429
  enumerable: false,
430
430
  configurable: true
@@ -434,10 +434,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
434
434
  * Gets the actual background color that will be used.
435
435
  */
436
436
  get: function () {
437
- return brushToString(this.i.f6);
437
+ return brushToString(this.i.f8);
438
438
  },
439
439
  set: function (v) {
440
- this.i.f6 = stringToBrush(v);
440
+ this.i.f8 = stringToBrush(v);
441
441
  },
442
442
  enumerable: false,
443
443
  configurable: true
@@ -447,10 +447,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
447
447
  * Gets the actual background color that will be used.
448
448
  */
449
449
  get: function () {
450
- return brushToString(this.i.f5);
450
+ return brushToString(this.i.f7);
451
451
  },
452
452
  set: function (v) {
453
- this.i.f5 = stringToBrush(v);
453
+ this.i.f7 = stringToBrush(v);
454
454
  },
455
455
  enumerable: false,
456
456
  configurable: true
@@ -460,10 +460,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
460
460
  * Gets the actual error border color that will be used.
461
461
  */
462
462
  get: function () {
463
- return brushToString(this.i.ga);
463
+ return brushToString(this.i.gc);
464
464
  },
465
465
  set: function (v) {
466
- this.i.ga = stringToBrush(v);
466
+ this.i.gc = stringToBrush(v);
467
467
  },
468
468
  enumerable: false,
469
469
  configurable: true
@@ -473,10 +473,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
473
473
  * Gets or sets the background color for content that sticks to the top of the grid.
474
474
  */
475
475
  get: function () {
476
- return brushToString(this.i.gx);
476
+ return brushToString(this.i.gz);
477
477
  },
478
478
  set: function (v) {
479
- this.i.gx = stringToBrush(v);
479
+ this.i.gz = stringToBrush(v);
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -486,10 +486,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
486
486
  * Gets the actual background color for content that sticks to the top of the grid.
487
487
  */
488
488
  get: function () {
489
- return brushToString(this.i.gd);
489
+ return brushToString(this.i.gf);
490
490
  },
491
491
  set: function (v) {
492
- this.i.gd = stringToBrush(v);
492
+ this.i.gf = stringToBrush(v);
493
493
  },
494
494
  enumerable: false,
495
495
  configurable: true
@@ -499,10 +499,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
499
499
  * Gets or sets the background color for cells belonging to rows marked as pinned.
500
500
  */
501
501
  get: function () {
502
- return brushToString(this.i.gw);
502
+ return brushToString(this.i.gy);
503
503
  },
504
504
  set: function (v) {
505
- this.i.gw = stringToBrush(v);
505
+ this.i.gy = stringToBrush(v);
506
506
  },
507
507
  enumerable: false,
508
508
  configurable: true
@@ -512,10 +512,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
512
512
  * Gets the actual background color for cells belonging to rows marked as pinned.
513
513
  */
514
514
  get: function () {
515
- return brushToString(this.i.gc);
515
+ return brushToString(this.i.ge);
516
516
  },
517
517
  set: function (v) {
518
- this.i.gc = stringToBrush(v);
518
+ this.i.ge = stringToBrush(v);
519
519
  },
520
520
  enumerable: false,
521
521
  configurable: true
@@ -525,10 +525,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
525
525
  * Gets or sets the color for the last row in the sticky row area.
526
526
  */
527
527
  get: function () {
528
- return brushToString(this.i.gv);
528
+ return brushToString(this.i.gx);
529
529
  },
530
530
  set: function (v) {
531
- this.i.gv = stringToBrush(v);
531
+ this.i.gx = stringToBrush(v);
532
532
  },
533
533
  enumerable: false,
534
534
  configurable: true
@@ -538,10 +538,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
538
538
  * Gets the actual color for the last row in the sticky row area.
539
539
  */
540
540
  get: function () {
541
- return brushToString(this.i.gb);
541
+ return brushToString(this.i.gd);
542
542
  },
543
543
  set: function (v) {
544
- this.i.gb = stringToBrush(v);
544
+ this.i.gd = stringToBrush(v);
545
545
  },
546
546
  enumerable: false,
547
547
  configurable: true
@@ -551,10 +551,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
551
551
  * Gets or sets the opacity of the content.
552
552
  */
553
553
  get: function () {
554
- return this.i.bh;
554
+ return this.i.bi;
555
555
  },
556
556
  set: function (v) {
557
- this.i.bh = +v;
557
+ this.i.bi = +v;
558
558
  },
559
559
  enumerable: false,
560
560
  configurable: true
@@ -616,10 +616,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
616
616
  * Gets or sets the color to use for displaying text.
617
617
  */
618
618
  get: function () {
619
- return brushToString(this.i.gy);
619
+ return brushToString(this.i.g0);
620
620
  },
621
621
  set: function (v) {
622
- this.i.gy = stringToBrush(v);
622
+ this.i.g0 = stringToBrush(v);
623
623
  },
624
624
  enumerable: false,
625
625
  configurable: true
@@ -629,10 +629,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
629
629
  * Gets the actual color used for displaying text.
630
630
  */
631
631
  get: function () {
632
- return brushToString(this.i.ge);
632
+ return brushToString(this.i.gg);
633
633
  },
634
634
  set: function (v) {
635
- this.i.ge = stringToBrush(v);
635
+ this.i.gg = stringToBrush(v);
636
636
  },
637
637
  enumerable: false,
638
638
  configurable: true
@@ -642,10 +642,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
642
642
  * Gets or sets whether the bar is supported.
643
643
  */
644
644
  get: function () {
645
- return this.i.ar;
645
+ return this.i.as;
646
646
  },
647
647
  set: function (v) {
648
- this.i.ar = ensureBool(v);
648
+ this.i.as = ensureBool(v);
649
649
  },
650
650
  enumerable: false,
651
651
  configurable: true
@@ -655,10 +655,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
655
655
  * Gets or sets the color to use for value bars.
656
656
  */
657
657
  get: function () {
658
- return brushToString(this.i.gg);
658
+ return brushToString(this.i.gi);
659
659
  },
660
660
  set: function (v) {
661
- this.i.gg = stringToBrush(v);
661
+ this.i.gi = stringToBrush(v);
662
662
  },
663
663
  enumerable: false,
664
664
  configurable: true
@@ -668,10 +668,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
668
668
  * Gets the actual color used for value bars.
669
669
  */
670
670
  get: function () {
671
- return brushToString(this.i.f7);
671
+ return brushToString(this.i.f9);
672
672
  },
673
673
  set: function (v) {
674
- this.i.f7 = stringToBrush(v);
674
+ this.i.f9 = stringToBrush(v);
675
675
  },
676
676
  enumerable: false,
677
677
  configurable: true
@@ -681,10 +681,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
681
681
  * Gets or sets the Outline color to use for value bars.
682
682
  */
683
683
  get: function () {
684
- return brushToString(this.i.gh);
684
+ return brushToString(this.i.gj);
685
685
  },
686
686
  set: function (v) {
687
- this.i.gh = stringToBrush(v);
687
+ this.i.gj = stringToBrush(v);
688
688
  },
689
689
  enumerable: false,
690
690
  configurable: true
@@ -694,10 +694,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
694
694
  * Gets the actual Outline color used for value bars.
695
695
  */
696
696
  get: function () {
697
- return brushToString(this.i.f8);
697
+ return brushToString(this.i.ga);
698
698
  },
699
699
  set: function (v) {
700
- this.i.f8 = stringToBrush(v);
700
+ this.i.ga = stringToBrush(v);
701
701
  },
702
702
  enumerable: false,
703
703
  configurable: true
@@ -707,10 +707,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
707
707
  * Gets or sets the stroke thickness to use for value bars.
708
708
  */
709
709
  get: function () {
710
- return this.i.ca;
710
+ return this.i.cb;
711
711
  },
712
712
  set: function (v) {
713
- this.i.ca = +v;
713
+ this.i.cb = +v;
714
714
  },
715
715
  enumerable: false,
716
716
  configurable: true
@@ -720,10 +720,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
720
720
  * Gets the actual stroke thickness used for value bars.
721
721
  */
722
722
  get: function () {
723
- return this.i.b8;
723
+ return this.i.b9;
724
724
  },
725
725
  set: function (v) {
726
- this.i.b8 = +v;
726
+ this.i.b9 = +v;
727
727
  },
728
728
  enumerable: false,
729
729
  configurable: true
@@ -733,10 +733,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
733
733
  * Gets or sets the stroke thickness to use for value bars.
734
734
  */
735
735
  get: function () {
736
- return this.i.b9;
736
+ return this.i.ca;
737
737
  },
738
738
  set: function (v) {
739
- this.i.b9 = +v;
739
+ this.i.ca = +v;
740
740
  },
741
741
  enumerable: false,
742
742
  configurable: true
@@ -746,10 +746,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
746
746
  * Gets the actual stroke thickness used for value bars.
747
747
  */
748
748
  get: function () {
749
- return this.i.b7;
749
+ return this.i.b8;
750
750
  },
751
751
  set: function (v) {
752
- this.i.b7 = +v;
752
+ this.i.b8 = +v;
753
753
  },
754
754
  enumerable: false,
755
755
  configurable: true
@@ -759,10 +759,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
759
759
  * Gets or sets the color to use for displaying text.
760
760
  */
761
761
  get: function () {
762
- return this.i.bm;
762
+ return this.i.bn;
763
763
  },
764
764
  set: function (v) {
765
- this.i.bm = +v;
765
+ this.i.bn = +v;
766
766
  },
767
767
  enumerable: false,
768
768
  configurable: true
@@ -772,10 +772,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
772
772
  * Gets or sets the color to use for displaying text.
773
773
  */
774
774
  get: function () {
775
- return this.i.bf;
775
+ return this.i.bg;
776
776
  },
777
777
  set: function (v) {
778
- this.i.bf = +v;
778
+ this.i.bg = +v;
779
779
  },
780
780
  enumerable: false,
781
781
  configurable: true
@@ -797,7 +797,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
797
797
  });
798
798
  Object.defineProperty(IgxDefinitionBaseComponent.prototype, "isBarRequired", {
799
799
  get: function () {
800
- return this.i.aq;
800
+ return this.i.ar;
801
801
  },
802
802
  enumerable: false,
803
803
  configurable: true
@@ -814,24 +814,24 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
814
814
  return null;
815
815
  };
816
816
  IgxDefinitionBaseComponent.prototype.transitionStyleOut = function (style) {
817
- this.i.e4((style == null ? null : style.i));
817
+ this.i.e6((style == null ? null : style.i));
818
818
  };
819
819
  IgxDefinitionBaseComponent.prototype.transitionStyleIn = function (style) {
820
- this.i.e3((style == null ? null : style.i));
820
+ this.i.e5((style == null ? null : style.i));
821
821
  };
822
822
  IgxDefinitionBaseComponent.prototype.isStyleTransitioningOut = function (style) {
823
- var iv = this.i.as((style == null ? null : style.i));
823
+ var iv = this.i.at((style == null ? null : style.i));
824
824
  return (iv);
825
825
  };
826
826
  IgxDefinitionBaseComponent.prototype.setNamedValue = function (valueName, animationType, value) {
827
- this.i.e2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
827
+ this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
828
828
  };
829
829
  /**
830
830
  * Returns if this definition has named value.
831
831
 
832
832
  */
833
833
  IgxDefinitionBaseComponent.prototype.hasNamedValues = function () {
834
- var iv = this.i.ap();
834
+ var iv = this.i.aq();
835
835
  return (iv);
836
836
  };
837
837
  /**
@@ -840,7 +840,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
840
840
  * @param valueName * The named value name to check for.
841
841
  */
842
842
  IgxDefinitionBaseComponent.prototype.hasNamedValue = function (valueName) {
843
- var iv = this.i.ao(valueName);
843
+ var iv = this.i.ap(valueName);
844
844
  return (iv);
845
845
  };
846
846
  /**
@@ -849,7 +849,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
849
849
  * @param valueName * The named value name to remove.
850
850
  */
851
851
  IgxDefinitionBaseComponent.prototype.removeNamedValue = function (valueName) {
852
- this.i.ex(valueName);
852
+ this.i.ey(valueName);
853
853
  };
854
854
  /**
855
855
  * Gets the value for a named value from this definition.
@@ -857,7 +857,7 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
857
857
  * @param valueName * The named value name to check for.
858
858
  */
859
859
  IgxDefinitionBaseComponent.prototype.getNamedValue = function (valueName) {
860
- var iv = this.i.cp(valueName);
860
+ var iv = this.i.cq(valueName);
861
861
  return (iv);
862
862
  };
863
863
  Object.defineProperty(IgxDefinitionBaseComponent.prototype, "dataBinding", {
@@ -43,10 +43,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
43
43
  * Gets or sets the amount of left padding to use for the cell content for this column.
44
44
  */
45
45
  get: function () {
46
- return this.i.g4;
46
+ return this.i.g6;
47
47
  },
48
48
  set: function (v) {
49
- this.i.g4 = +v;
49
+ this.i.g6 = +v;
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
56
56
  * Gets or sets the amount of top padding to use for the cell content for this column.
57
57
  */
58
58
  get: function () {
59
- return this.i.g6;
59
+ return this.i.g8;
60
60
  },
61
61
  set: function (v) {
62
- this.i.g6 = +v;
62
+ this.i.g8 = +v;
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -69,10 +69,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
69
69
  * Gets or sets the amount of right padding to use for the cell content of this column.
70
70
  */
71
71
  get: function () {
72
- return this.i.g5;
72
+ return this.i.g7;
73
73
  },
74
74
  set: function (v) {
75
- this.i.g5 = +v;
75
+ this.i.g7 = +v;
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,10 +82,10 @@ var IgxFilterRowDefinitionComponent = /** @class */ /*@__PURE__*/ (function (_su
82
82
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
83
83
  */
84
84
  get: function () {
85
- return this.i.g3;
85
+ return this.i.g5;
86
86
  },
87
87
  set: function (v) {
88
- this.i.g3 = +v;
88
+ this.i.g5 = +v;
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true