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
@@ -15,57 +15,57 @@ export var VerticalSeparatorCell = /** @class */ /*@__PURE__*/ (function (_super
15
15
  __extends(VerticalSeparatorCell, _super);
16
16
  function VerticalSeparatorCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.dx = null;
19
18
  _this.dw = null;
19
+ _this.dv = null;
20
+ _this.dx = 0;
20
21
  _this.dy = 0;
21
- _this.dz = 0;
22
- _this.dx = a.createElement("div");
23
- _this.dx.setRawStyleProperty("position", "absolute");
24
- _this.dx.setRawStyleProperty("pointer-events", "none");
25
- _this.ar.append(_this.dx);
22
+ _this.dw = a.createElement("div");
23
+ _this.dw.setRawStyleProperty("position", "absolute");
24
+ _this.dw.setRawStyleProperty("pointer-events", "none");
25
+ _this.ar.append(_this.dw);
26
26
  return _this;
27
27
  }
28
28
  VerticalSeparatorCell.prototype.cx = function (a, b, c, d, e) {
29
29
  if (a == null) {
30
- if (this.dw != null) {
31
- this.dw.remove();
32
- this.dw = null;
30
+ if (this.dv != null) {
31
+ this.dv.remove();
32
+ this.dv = null;
33
33
  }
34
34
  }
35
35
  else {
36
- this.d0();
37
- this.dy = b;
38
- this.dz = d;
36
+ this.dz();
37
+ this.dx = b;
38
+ this.dy = d;
39
39
  }
40
- this.d1();
40
+ this.d0();
41
41
  };
42
- VerticalSeparatorCell.prototype.dc = function (a, b) {
43
- _super.prototype.dc.call(this, a, b);
44
- this.d1();
42
+ VerticalSeparatorCell.prototype.db = function (a, b) {
43
+ _super.prototype.db.call(this, a, b);
44
+ this.d0();
45
45
  };
46
46
  VerticalSeparatorCell.prototype.cw = function (a) {
47
- this.dx.setRawStyleProperty("background-color", a.colorString);
47
+ this.dw.setRawStyleProperty("background-color", a.colorString);
48
48
  };
49
- VerticalSeparatorCell.prototype.d1 = function () {
50
- if (this.dw != null) {
51
- this.dx.setRawStyleProperty("height", "100%");
52
- this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
53
- this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
54
- this.dw.setRawStyleProperty("width", "100%");
49
+ VerticalSeparatorCell.prototype.d0 = function () {
50
+ if (this.dv != null) {
55
51
  this.dw.setRawStyleProperty("height", "100%");
52
+ this.dw.setRawStyleProperty("width", this.ar.width() - (this.dx + this.dy) + "px");
53
+ this.dw.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
54
+ this.dv.setRawStyleProperty("width", "100%");
55
+ this.dv.setRawStyleProperty("height", "100%");
56
56
  }
57
57
  else {
58
- this.dx.setRawStyleProperty("height", "100%");
59
- this.dx.setRawStyleProperty("width", this.ar.width() + "px");
60
- this.dx.setRawStyleProperty("left", "0px");
58
+ this.dw.setRawStyleProperty("height", "100%");
59
+ this.dw.setRawStyleProperty("width", this.ar.width() + "px");
60
+ this.dw.setRawStyleProperty("left", "0px");
61
61
  }
62
62
  };
63
- VerticalSeparatorCell.prototype.d0 = function () {
64
- if (this.dw == null) {
65
- this.dw = this.am.createElement("div");
66
- this.dw.setRawStyleProperty("position", "absolute");
67
- this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
68
- this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
63
+ VerticalSeparatorCell.prototype.dz = function () {
64
+ if (this.dv == null) {
65
+ this.dv = this.am.createElement("div");
66
+ this.dv.setRawStyleProperty("position", "absolute");
67
+ this.dv.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
68
+ this.ar.getNativeElement().insertBefore(this.dv.getNativeElement(), this.dw.getNativeElement());
69
69
  }
70
70
  };
71
71
  VerticalSeparatorCell.$t = markType(VerticalSeparatorCell, 'VerticalSeparatorCell', GridCellBase.$);
@@ -299,7 +299,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
299
299
  });
300
300
  Object.defineProperty(IgcCheckboxListComponent.prototype, "isDetached", {
301
301
  get: function () {
302
- return this.i.a0;
302
+ return this.i.az;
303
303
  },
304
304
  enumerable: false,
305
305
  configurable: true
@@ -319,10 +319,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
319
319
  });
320
320
  Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
321
321
  get: function () {
322
- return this.i.bm;
322
+ return this.i.bl;
323
323
  },
324
324
  set: function (v) {
325
- this.i.bm = v;
325
+ this.i.bl = v;
326
326
  },
327
327
  enumerable: false,
328
328
  configurable: true
@@ -332,20 +332,20 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
332
332
  * Gets or Sets the property name that contains the values.
333
333
  */
334
334
  get: function () {
335
- return this.i.c3;
335
+ return this.i.c2;
336
336
  },
337
337
  set: function (v) {
338
- this.i.c3 = v;
338
+ this.i.c2 = v;
339
339
  },
340
340
  enumerable: false,
341
341
  configurable: true
342
342
  });
343
343
  Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
344
344
  get: function () {
345
- return this.i.ci;
345
+ return this.i.ch;
346
346
  },
347
347
  set: function (v) {
348
- this.i.ci = v;
348
+ this.i.ch = v;
349
349
  },
350
350
  enumerable: false,
351
351
  configurable: true
@@ -368,10 +368,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
368
368
  * Gets or Sets the property name that contains the values.
369
369
  */
370
370
  get: function () {
371
- return this.i.cb;
371
+ return this.i.ca;
372
372
  },
373
373
  set: function (v) {
374
- this.i.cb = v;
374
+ this.i.ca = v;
375
375
  },
376
376
  enumerable: false,
377
377
  configurable: true
@@ -381,11 +381,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
381
381
  * Gets or Sets the property name that contains the values.
382
382
  */
383
383
  get: function () {
384
- return this.i.aa;
384
+ return this.i.z;
385
385
  },
386
386
  set: function (v) {
387
- this.i.aa = ensureEnum(InputGroupDisplayType_$type, v);
388
- this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.aa));
387
+ this.i.z = ensureEnum(InputGroupDisplayType_$type, v);
388
+ this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.z));
389
389
  },
390
390
  enumerable: false,
391
391
  configurable: true
@@ -395,18 +395,18 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
395
395
  * Gets or Sets the property name that contains the values.
396
396
  */
397
397
  get: function () {
398
- return this.i.bj;
398
+ return this.i.bi;
399
399
  },
400
400
  set: function (v) {
401
- this.i.bj = +v;
402
- this._a("rowHeight", this.i.bj);
401
+ this.i.bi = +v;
402
+ this._a("rowHeight", this.i.bi);
403
403
  },
404
404
  enumerable: false,
405
405
  configurable: true
406
406
  });
407
407
  Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
408
408
  get: function () {
409
- return this.i.bh;
409
+ return this.i.bg;
410
410
  },
411
411
  enumerable: false,
412
412
  configurable: true
@@ -416,16 +416,16 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
416
416
  * Gets or Sets the property name that contains the values.
417
417
  */
418
418
  get: function () {
419
- if (this.i.ao == null) {
419
+ if (this.i.an == null) {
420
420
  return null;
421
421
  }
422
- return this.i.ao.fontString;
422
+ return this.i.an.fontString;
423
423
  },
424
424
  set: function (v) {
425
425
  var fi = new FontInfo();
426
426
  fi.fontString = v;
427
- this.i.ao = fi;
428
- this._a("cellTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
427
+ this.i.an = fi;
428
+ this._a("cellTextStyle", this.i.an != null ? this.i.an.fontString : "");
429
429
  },
430
430
  enumerable: false,
431
431
  configurable: true
@@ -491,11 +491,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
491
491
  * Gets or sets the search background color.
492
492
  */
493
493
  get: function () {
494
- return brushToString(this.i.ff);
494
+ return brushToString(this.i.fb);
495
495
  },
496
496
  set: function (v) {
497
- this.i.ff = stringToBrush(v);
498
- this._a("searchBackgroundColor", brushToString(this.i.ff));
497
+ this.i.fb = stringToBrush(v);
498
+ this._a("searchBackgroundColor", brushToString(this.i.fb));
499
499
  },
500
500
  enumerable: false,
501
501
  configurable: true
@@ -505,11 +505,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
505
505
  * Gets or sets the search background color.
506
506
  */
507
507
  get: function () {
508
- return this.i.a6;
508
+ return this.i.a5;
509
509
  },
510
510
  set: function (v) {
511
- this.i.a6 = ensureBool(v);
512
- this._a("labelClickTriggersChange", this.i.a6);
511
+ this.i.a5 = ensureBool(v);
512
+ this._a("labelClickTriggersChange", this.i.a5);
513
513
  },
514
514
  enumerable: false,
515
515
  configurable: true
@@ -533,11 +533,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
533
533
  * Gets or sets the search border color.
534
534
  */
535
535
  get: function () {
536
- return brushToString(this.i.fg);
536
+ return brushToString(this.i.fc);
537
537
  },
538
538
  set: function (v) {
539
- this.i.fg = stringToBrush(v);
540
- this._a("searchBorderColor", brushToString(this.i.fg));
539
+ this.i.fc = stringToBrush(v);
540
+ this._a("searchBorderColor", brushToString(this.i.fc));
541
541
  },
542
542
  enumerable: false,
543
543
  configurable: true
@@ -547,16 +547,16 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
547
547
  * Gets or sets the text style.
548
548
  */
549
549
  get: function () {
550
- if (this.i.ap == null) {
550
+ if (this.i.ao == null) {
551
551
  return null;
552
552
  }
553
- return this.i.ap.fontString;
553
+ return this.i.ao.fontString;
554
554
  },
555
555
  set: function (v) {
556
556
  var fi = new FontInfo();
557
557
  fi.fontString = v;
558
- this.i.ap = fi;
559
- this._a("searchTextStyle", this.i.ap != null ? this.i.ap.fontString : "");
558
+ this.i.ao = fi;
559
+ this._a("searchTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
560
560
  },
561
561
  enumerable: false,
562
562
  configurable: true
@@ -566,11 +566,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
566
566
  * Gets or sets the checkbox tick color.
567
567
  */
568
568
  get: function () {
569
- return brushToString(this.i.e5);
569
+ return brushToString(this.i.e3);
570
570
  },
571
571
  set: function (v) {
572
- this.i.e5 = stringToBrush(v);
573
- this._a("checkboxTickColor", brushToString(this.i.e5));
572
+ this.i.e3 = stringToBrush(v);
573
+ this._a("checkboxTickColor", brushToString(this.i.e3));
574
574
  },
575
575
  enumerable: false,
576
576
  configurable: true
@@ -580,11 +580,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
580
580
  * Gets or sets the checkbox background color when checked.
581
581
  */
582
582
  get: function () {
583
- return brushToString(this.i.e3);
583
+ return brushToString(this.i.e1);
584
584
  },
585
585
  set: function (v) {
586
- this.i.e3 = stringToBrush(v);
587
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e3));
586
+ this.i.e1 = stringToBrush(v);
587
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e1));
588
588
  },
589
589
  enumerable: false,
590
590
  configurable: true
@@ -594,11 +594,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
594
594
  * Gets or sets the checkbox background color when unchecked.
595
595
  */
596
596
  get: function () {
597
- return brushToString(this.i.e6);
597
+ return brushToString(this.i.e4);
598
598
  },
599
599
  set: function (v) {
600
- this.i.e6 = stringToBrush(v);
601
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e6));
600
+ this.i.e4 = stringToBrush(v);
601
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e4));
602
602
  },
603
603
  enumerable: false,
604
604
  configurable: true
@@ -608,11 +608,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
608
608
  * Gets or sets the checkbox border color when checked.
609
609
  */
610
610
  get: function () {
611
- return brushToString(this.i.e4);
611
+ return brushToString(this.i.e2);
612
612
  },
613
613
  set: function (v) {
614
- this.i.e4 = stringToBrush(v);
615
- this._a("checkboxCheckedBorderColor", brushToString(this.i.e4));
614
+ this.i.e2 = stringToBrush(v);
615
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.e2));
616
616
  },
617
617
  enumerable: false,
618
618
  configurable: true
@@ -622,11 +622,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
622
622
  * Gets or sets the checkbox border color when unchecked.
623
623
  */
624
624
  get: function () {
625
- return brushToString(this.i.e7);
625
+ return brushToString(this.i.e5);
626
626
  },
627
627
  set: function (v) {
628
- this.i.e7 = stringToBrush(v);
629
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.e7));
628
+ this.i.e5 = stringToBrush(v);
629
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.e5));
630
630
  },
631
631
  enumerable: false,
632
632
  configurable: true
@@ -636,11 +636,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
636
636
  * Gets or sets the corner radius to use for the checkbox.
637
637
  */
638
638
  get: function () {
639
- return this.i.bc;
639
+ return this.i.bb;
640
640
  },
641
641
  set: function (v) {
642
- this.i.bc = +v;
643
- this._a("checkboxCornerRadius", this.i.bc);
642
+ this.i.bb = +v;
643
+ this._a("checkboxCornerRadius", this.i.bb);
644
644
  },
645
645
  enumerable: false,
646
646
  configurable: true
@@ -650,11 +650,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
650
650
  * Gets or sets the style of scrollbar.
651
651
  */
652
652
  get: function () {
653
- return this.i.ad;
653
+ return this.i.ac;
654
654
  },
655
655
  set: function (v) {
656
- this.i.ad = ensureEnum(ScrollbarStyle_$type, v);
657
- this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ad));
656
+ this.i.ac = ensureEnum(ScrollbarStyle_$type, v);
657
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ac));
658
658
  },
659
659
  enumerable: false,
660
660
  configurable: true
@@ -664,11 +664,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
664
664
  * Gets or sets the scrollbar background color.
665
665
  */
666
666
  get: function () {
667
- return brushToString(this.i.fe);
667
+ return brushToString(this.i.fa);
668
668
  },
669
669
  set: function (v) {
670
- this.i.fe = stringToBrush(v);
671
- this._a("scrollbarBackground", brushToString(this.i.fe));
670
+ this.i.fa = stringToBrush(v);
671
+ this._a("scrollbarBackground", brushToString(this.i.fa));
672
672
  },
673
673
  enumerable: false,
674
674
  configurable: true
@@ -678,10 +678,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
678
678
  * Gets / sets the caption of the "Select All" checkbox.
679
679
  */
680
680
  get: function () {
681
- return this.i.cw;
681
+ return this.i.cv;
682
682
  },
683
683
  set: function (v) {
684
- this.i.cw = v;
684
+ this.i.cv = v;
685
685
  },
686
686
  enumerable: false,
687
687
  configurable: true
@@ -691,11 +691,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
691
691
  * Gets or sets the color to use for the "Select All" label.
692
692
  */
693
693
  get: function () {
694
- return brushToString(this.i.fj);
694
+ return brushToString(this.i.ff);
695
695
  },
696
696
  set: function (v) {
697
- this.i.fj = stringToBrush(v);
698
- this._a("selectAllCaptionTextColor", brushToString(this.i.fj));
697
+ this.i.ff = stringToBrush(v);
698
+ this._a("selectAllCaptionTextColor", brushToString(this.i.ff));
699
699
  },
700
700
  enumerable: false,
701
701
  configurable: true
@@ -705,11 +705,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
705
705
  * Gets or sets the color to use for the actual header selectAllCaption text.
706
706
  */
707
707
  get: function () {
708
- return brushToString(this.i.e1);
708
+ return brushToString(this.i.ez);
709
709
  },
710
710
  set: function (v) {
711
- this.i.e1 = stringToBrush(v);
712
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e1));
711
+ this.i.ez = stringToBrush(v);
712
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ez));
713
713
  },
714
714
  enumerable: false,
715
715
  configurable: true
@@ -761,11 +761,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
761
761
  * Gets or sets the color to use for the text of the component.
762
762
  */
763
763
  get: function () {
764
- return brushToString(this.i.fl);
764
+ return brushToString(this.i.fh);
765
765
  },
766
766
  set: function (v) {
767
- this.i.fl = stringToBrush(v);
768
- this._a("textColor", brushToString(this.i.fl));
767
+ this.i.fh = stringToBrush(v);
768
+ this._a("textColor", brushToString(this.i.fh));
769
769
  },
770
770
  enumerable: false,
771
771
  configurable: true
@@ -775,11 +775,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
775
775
  * Gets or sets whether the filter input is visible.
776
776
  */
777
777
  get: function () {
778
- return this.i.a8;
778
+ return this.i.a7;
779
779
  },
780
780
  set: function (v) {
781
- this.i.a8 = ensureBool(v);
782
- this._a("showFilter", this.i.a8);
781
+ this.i.a7 = ensureBool(v);
782
+ this._a("showFilter", this.i.a7);
783
783
  },
784
784
  enumerable: false,
785
785
  configurable: true
@@ -789,11 +789,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
789
789
  * Gets or sets whether row hover highlighting is enabled.
790
790
  */
791
791
  get: function () {
792
- return this.i.a4;
792
+ return this.i.a3;
793
793
  },
794
794
  set: function (v) {
795
- this.i.a4 = ensureBool(v);
796
- this._a("isRowHoverEnabled", this.i.a4);
795
+ this.i.a3 = ensureBool(v);
796
+ this._a("isRowHoverEnabled", this.i.a3);
797
797
  },
798
798
  enumerable: false,
799
799
  configurable: true
@@ -803,11 +803,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
803
803
  * Gets or sets whether checkbox should be displayed to the right.
804
804
  */
805
805
  get: function () {
806
- return this.i.az;
806
+ return this.i.ay;
807
807
  },
808
808
  set: function (v) {
809
- this.i.az = ensureBool(v);
810
- this._a("checkboxAlignedRight", this.i.az);
809
+ this.i.ay = ensureBool(v);
810
+ this._a("checkboxAlignedRight", this.i.ay);
811
811
  },
812
812
  enumerable: false,
813
813
  configurable: true
@@ -885,17 +885,17 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
885
885
 
886
886
  */
887
887
  IgcCheckboxListComponent.prototype.selectAll = function () {
888
- this.i.ef();
888
+ this.i.ed();
889
889
  };
890
890
  /**
891
891
  * Deselects all the items in the checkbox list.
892
892
 
893
893
  */
894
894
  IgcCheckboxListComponent.prototype.deselectAll = function () {
895
- this.i.dc();
895
+ this.i.db();
896
896
  };
897
897
  IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
898
- this.i.dr(index, oldItem, newItem);
898
+ this.i.dp(index, oldItem, newItem);
899
899
  };
900
900
  /**
901
901
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -903,22 +903,22 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
903
903
 
904
904
  */
905
905
  IgcCheckboxListComponent.prototype.notifyClearItems = function () {
906
- this.i.dm();
906
+ this.i.dk();
907
907
  };
908
908
  IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
909
- this.i.dn(index, newItem);
909
+ this.i.dl(index, newItem);
910
910
  };
911
911
  IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
912
- this.i.dq(index, oldItem);
912
+ this.i.dn(index, oldItem);
913
913
  };
914
914
  IgcCheckboxListComponent.prototype.refresh = function () {
915
915
  this.i.refresh();
916
916
  };
917
917
  IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
918
- this.i.c7(value);
918
+ this.i.c6(value);
919
919
  };
920
920
  IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
921
- this.i.ed(value);
921
+ this.i.eb(value);
922
922
  };
923
923
  IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
924
924
  var iv = this.i.getDesiredSize(toSize(availableSize));
@@ -929,7 +929,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
929
929
 
930
930
  */
931
931
  IgcCheckboxListComponent.prototype.exportVisualModel = function () {
932
- var iv = this.i.bn();
932
+ var iv = this.i.bm();
933
933
  return (iv);
934
934
  };
935
935
  /**
@@ -937,7 +937,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
937
937
 
938
938
  */
939
939
  IgcCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
940
- var iv = this.i.ca();
940
+ var iv = this.i.b9();
941
941
  return (iv);
942
942
  };
943
943
  /**
@@ -945,7 +945,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
945
945
 
946
946
  */
947
947
  IgcCheckboxListComponent.prototype.isNothingSelected = function () {
948
- var iv = this.i.a2();
948
+ var iv = this.i.a1();
949
949
  return (iv);
950
950
  };
951
951
  /**
@@ -953,7 +953,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
953
953
 
954
954
  */
955
955
  IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
956
- var iv = this.i.a1();
956
+ var iv = this.i.a0();
957
957
  return (iv);
958
958
  };
959
959
  Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyAdded", {
@@ -75,33 +75,33 @@ export var IgcColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (func
75
75
  * Gets or sets the separator width for this column.
76
76
  */
77
77
  get: function () {
78
- return this.i.g6;
78
+ return this.i.g4;
79
79
  },
80
80
  set: function (v) {
81
- this.i.g6 = +v;
82
- this._a("separatorWidth", this.i.g6);
81
+ this.i.g4 = +v;
82
+ this._a("separatorWidth", this.i.g4);
83
83
  },
84
84
  enumerable: false,
85
85
  configurable: true
86
86
  });
87
87
  Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "actualOpacity", {
88
88
  get: function () {
89
- return this.i.g3;
89
+ return this.i.g1;
90
90
  },
91
91
  set: function (v) {
92
- this.i.g3 = +v;
93
- this._a("actualOpacity", this.i.g3);
92
+ this.i.g1 = +v;
93
+ this._a("actualOpacity", this.i.g1);
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
97
97
  });
98
98
  Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "opacity", {
99
99
  get: function () {
100
- return this.i.g4;
100
+ return this.i.g2;
101
101
  },
102
102
  set: function (v) {
103
- this.i.g4 = +v;
104
- this._a("opacity", this.i.g4);
103
+ this.i.g2 = +v;
104
+ this._a("opacity", this.i.g2);
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -72,22 +72,22 @@ export var IgcColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (fu
72
72
  };
73
73
  Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "actualOpacity", {
74
74
  get: function () {
75
- return this.i.g3;
75
+ return this.i.g1;
76
76
  },
77
77
  set: function (v) {
78
- this.i.g3 = +v;
79
- this._a("actualOpacity", this.i.g3);
78
+ this.i.g1 = +v;
79
+ this._a("actualOpacity", this.i.g1);
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
83
83
  });
84
84
  Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "opacity", {
85
85
  get: function () {
86
- return this.i.g4;
86
+ return this.i.g2;
87
87
  },
88
88
  set: function (v) {
89
- this.i.g4 = +v;
90
- this._a("opacity", this.i.g4);
89
+ this.i.g2 = +v;
90
+ this._a("opacity", this.i.g2);
91
91
  },
92
92
  enumerable: false,
93
93
  configurable: true