igniteui-webcomponents-data-grids 7.0.1-beta.0 → 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
@@ -268,7 +268,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
268
268
  this.i.primaryKey = v;
269
269
  }
270
270
  get isDetached() {
271
- return this.i.a0;
271
+ return this.i.az;
272
272
  }
273
273
  /**
274
274
  * Gets or Sets the property name that contains the values.
@@ -280,25 +280,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
280
280
  this.i.dataMemberPath = v;
281
281
  }
282
282
  get dataLegendTarget() {
283
- return this.i.bm;
283
+ return this.i.bl;
284
284
  }
285
285
  set dataLegendTarget(v) {
286
- this.i.bm = v;
286
+ this.i.bl = v;
287
287
  }
288
288
  /**
289
289
  * Gets or Sets the property name that contains the values.
290
290
  */
291
291
  get subtitleMemberPath() {
292
- return this.i.c3;
292
+ return this.i.c2;
293
293
  }
294
294
  set subtitleMemberPath(v) {
295
- this.i.c3 = v;
295
+ this.i.c2 = v;
296
296
  }
297
297
  get propertyTypeMemberPath() {
298
- return this.i.ci;
298
+ return this.i.ch;
299
299
  }
300
300
  set propertyTypeMemberPath(v) {
301
- this.i.ci = v;
301
+ this.i.ch = v;
302
302
  }
303
303
  /**
304
304
  * Gets or Sets the property name that contains the values.
@@ -313,48 +313,48 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
313
313
  * Gets or Sets the property name that contains the values.
314
314
  */
315
315
  get filterPlaceholderText() {
316
- return this.i.cb;
316
+ return this.i.ca;
317
317
  }
318
318
  set filterPlaceholderText(v) {
319
- this.i.cb = v;
319
+ this.i.ca = v;
320
320
  }
321
321
  /**
322
322
  * Gets or Sets the property name that contains the values.
323
323
  */
324
324
  get searchInputType() {
325
- return this.i.aa;
325
+ return this.i.z;
326
326
  }
327
327
  set searchInputType(v) {
328
- this.i.aa = ensureEnum(InputGroupDisplayType_$type, v);
329
- this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.aa));
328
+ this.i.z = ensureEnum(InputGroupDisplayType_$type, v);
329
+ this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.z));
330
330
  }
331
331
  /**
332
332
  * Gets or Sets the property name that contains the values.
333
333
  */
334
334
  get rowHeight() {
335
- return this.i.bj;
335
+ return this.i.bi;
336
336
  }
337
337
  set rowHeight(v) {
338
- this.i.bj = +v;
339
- this._a("rowHeight", this.i.bj);
338
+ this.i.bi = +v;
339
+ this._a("rowHeight", this.i.bi);
340
340
  }
341
341
  get actualRowHeight() {
342
- return this.i.bh;
342
+ return this.i.bg;
343
343
  }
344
344
  /**
345
345
  * Gets or Sets the property name that contains the values.
346
346
  */
347
347
  get cellTextStyle() {
348
- if (this.i.ao == null) {
348
+ if (this.i.an == null) {
349
349
  return null;
350
350
  }
351
- return this.i.ao.fontString;
351
+ return this.i.an.fontString;
352
352
  }
353
353
  set cellTextStyle(v) {
354
354
  let fi = new FontInfo();
355
355
  fi.fontString = v;
356
- this.i.ao = fi;
357
- this._a("cellTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
356
+ this.i.an = fi;
357
+ this._a("cellTextStyle", this.i.an != null ? this.i.an.fontString : "");
358
358
  }
359
359
  /**
360
360
  * Gets or Sets the property name that contains the values.
@@ -400,21 +400,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
400
400
  * Gets or sets the search background color.
401
401
  */
402
402
  get searchBackgroundColor() {
403
- return brushToString(this.i.ff);
403
+ return brushToString(this.i.fb);
404
404
  }
405
405
  set searchBackgroundColor(v) {
406
- this.i.ff = stringToBrush(v);
407
- this._a("searchBackgroundColor", brushToString(this.i.ff));
406
+ this.i.fb = stringToBrush(v);
407
+ this._a("searchBackgroundColor", brushToString(this.i.fb));
408
408
  }
409
409
  /**
410
410
  * Gets or sets the search background color.
411
411
  */
412
412
  get labelClickTriggersChange() {
413
- return this.i.a6;
413
+ return this.i.a5;
414
414
  }
415
415
  set labelClickTriggersChange(v) {
416
- this.i.a6 = ensureBool(v);
417
- this._a("labelClickTriggersChange", this.i.a6);
416
+ this.i.a5 = ensureBool(v);
417
+ this._a("labelClickTriggersChange", this.i.a5);
418
418
  }
419
419
  /**
420
420
  * Gets or sets the search text color.
@@ -430,135 +430,135 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
430
430
  * Gets or sets the search border color.
431
431
  */
432
432
  get searchBorderColor() {
433
- return brushToString(this.i.fg);
433
+ return brushToString(this.i.fc);
434
434
  }
435
435
  set searchBorderColor(v) {
436
- this.i.fg = stringToBrush(v);
437
- this._a("searchBorderColor", brushToString(this.i.fg));
436
+ this.i.fc = stringToBrush(v);
437
+ this._a("searchBorderColor", brushToString(this.i.fc));
438
438
  }
439
439
  /**
440
440
  * Gets or sets the text style.
441
441
  */
442
442
  get searchTextStyle() {
443
- if (this.i.ap == null) {
443
+ if (this.i.ao == null) {
444
444
  return null;
445
445
  }
446
- return this.i.ap.fontString;
446
+ return this.i.ao.fontString;
447
447
  }
448
448
  set searchTextStyle(v) {
449
449
  let fi = new FontInfo();
450
450
  fi.fontString = v;
451
- this.i.ap = fi;
452
- this._a("searchTextStyle", this.i.ap != null ? this.i.ap.fontString : "");
451
+ this.i.ao = fi;
452
+ this._a("searchTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
453
453
  }
454
454
  /**
455
455
  * Gets or sets the checkbox tick color.
456
456
  */
457
457
  get checkboxTickColor() {
458
- return brushToString(this.i.e5);
458
+ return brushToString(this.i.e3);
459
459
  }
460
460
  set checkboxTickColor(v) {
461
- this.i.e5 = stringToBrush(v);
462
- this._a("checkboxTickColor", brushToString(this.i.e5));
461
+ this.i.e3 = stringToBrush(v);
462
+ this._a("checkboxTickColor", brushToString(this.i.e3));
463
463
  }
464
464
  /**
465
465
  * Gets or sets the checkbox background color when checked.
466
466
  */
467
467
  get checkboxCheckedBackgroundColor() {
468
- return brushToString(this.i.e3);
468
+ return brushToString(this.i.e1);
469
469
  }
470
470
  set checkboxCheckedBackgroundColor(v) {
471
- this.i.e3 = stringToBrush(v);
472
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e3));
471
+ this.i.e1 = stringToBrush(v);
472
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e1));
473
473
  }
474
474
  /**
475
475
  * Gets or sets the checkbox background color when unchecked.
476
476
  */
477
477
  get checkboxUncheckedBackgroundColor() {
478
- return brushToString(this.i.e6);
478
+ return brushToString(this.i.e4);
479
479
  }
480
480
  set checkboxUncheckedBackgroundColor(v) {
481
- this.i.e6 = stringToBrush(v);
482
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e6));
481
+ this.i.e4 = stringToBrush(v);
482
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e4));
483
483
  }
484
484
  /**
485
485
  * Gets or sets the checkbox border color when checked.
486
486
  */
487
487
  get checkboxCheckedBorderColor() {
488
- return brushToString(this.i.e4);
488
+ return brushToString(this.i.e2);
489
489
  }
490
490
  set checkboxCheckedBorderColor(v) {
491
- this.i.e4 = stringToBrush(v);
492
- this._a("checkboxCheckedBorderColor", brushToString(this.i.e4));
491
+ this.i.e2 = stringToBrush(v);
492
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.e2));
493
493
  }
494
494
  /**
495
495
  * Gets or sets the checkbox border color when unchecked.
496
496
  */
497
497
  get checkboxUncheckedBorderColor() {
498
- return brushToString(this.i.e7);
498
+ return brushToString(this.i.e5);
499
499
  }
500
500
  set checkboxUncheckedBorderColor(v) {
501
- this.i.e7 = stringToBrush(v);
502
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.e7));
501
+ this.i.e5 = stringToBrush(v);
502
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.e5));
503
503
  }
504
504
  /**
505
505
  * Gets or sets the corner radius to use for the checkbox.
506
506
  */
507
507
  get checkboxCornerRadius() {
508
- return this.i.bc;
508
+ return this.i.bb;
509
509
  }
510
510
  set checkboxCornerRadius(v) {
511
- this.i.bc = +v;
512
- this._a("checkboxCornerRadius", this.i.bc);
511
+ this.i.bb = +v;
512
+ this._a("checkboxCornerRadius", this.i.bb);
513
513
  }
514
514
  /**
515
515
  * Gets or sets the style of scrollbar.
516
516
  */
517
517
  get scrollbarStyle() {
518
- return this.i.ad;
518
+ return this.i.ac;
519
519
  }
520
520
  set scrollbarStyle(v) {
521
- this.i.ad = ensureEnum(ScrollbarStyle_$type, v);
522
- this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ad));
521
+ this.i.ac = ensureEnum(ScrollbarStyle_$type, v);
522
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ac));
523
523
  }
524
524
  /**
525
525
  * Gets or sets the scrollbar background color.
526
526
  */
527
527
  get scrollbarBackground() {
528
- return brushToString(this.i.fe);
528
+ return brushToString(this.i.fa);
529
529
  }
530
530
  set scrollbarBackground(v) {
531
- this.i.fe = stringToBrush(v);
532
- this._a("scrollbarBackground", brushToString(this.i.fe));
531
+ this.i.fa = stringToBrush(v);
532
+ this._a("scrollbarBackground", brushToString(this.i.fa));
533
533
  }
534
534
  /**
535
535
  * Gets / sets the caption of the "Select All" checkbox.
536
536
  */
537
537
  get selectAllCaption() {
538
- return this.i.cw;
538
+ return this.i.cv;
539
539
  }
540
540
  set selectAllCaption(v) {
541
- this.i.cw = v;
541
+ this.i.cv = v;
542
542
  }
543
543
  /**
544
544
  * Gets or sets the color to use for the "Select All" label.
545
545
  */
546
546
  get selectAllCaptionTextColor() {
547
- return brushToString(this.i.fj);
547
+ return brushToString(this.i.ff);
548
548
  }
549
549
  set selectAllCaptionTextColor(v) {
550
- this.i.fj = stringToBrush(v);
551
- this._a("selectAllCaptionTextColor", brushToString(this.i.fj));
550
+ this.i.ff = stringToBrush(v);
551
+ this._a("selectAllCaptionTextColor", brushToString(this.i.ff));
552
552
  }
553
553
  /**
554
554
  * Gets or sets the color to use for the actual header selectAllCaption text.
555
555
  */
556
556
  get actualSelectAllCaptionTextColor() {
557
- return brushToString(this.i.e1);
557
+ return brushToString(this.i.ez);
558
558
  }
559
559
  set actualSelectAllCaptionTextColor(v) {
560
- this.i.e1 = stringToBrush(v);
561
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e1));
560
+ this.i.ez = stringToBrush(v);
561
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ez));
562
562
  }
563
563
  /**
564
564
  * Gets / sets whether the "Select all" checkbox is visible.
@@ -594,41 +594,41 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
594
594
  * Gets or sets the color to use for the text of the component.
595
595
  */
596
596
  get textColor() {
597
- return brushToString(this.i.fl);
597
+ return brushToString(this.i.fh);
598
598
  }
599
599
  set textColor(v) {
600
- this.i.fl = stringToBrush(v);
601
- this._a("textColor", brushToString(this.i.fl));
600
+ this.i.fh = stringToBrush(v);
601
+ this._a("textColor", brushToString(this.i.fh));
602
602
  }
603
603
  /**
604
604
  * Gets or sets whether the filter input is visible.
605
605
  */
606
606
  get showFilter() {
607
- return this.i.a8;
607
+ return this.i.a7;
608
608
  }
609
609
  set showFilter(v) {
610
- this.i.a8 = ensureBool(v);
611
- this._a("showFilter", this.i.a8);
610
+ this.i.a7 = ensureBool(v);
611
+ this._a("showFilter", this.i.a7);
612
612
  }
613
613
  /**
614
614
  * Gets or sets whether row hover highlighting is enabled.
615
615
  */
616
616
  get isRowHoverEnabled() {
617
- return this.i.a4;
617
+ return this.i.a3;
618
618
  }
619
619
  set isRowHoverEnabled(v) {
620
- this.i.a4 = ensureBool(v);
621
- this._a("isRowHoverEnabled", this.i.a4);
620
+ this.i.a3 = ensureBool(v);
621
+ this._a("isRowHoverEnabled", this.i.a3);
622
622
  }
623
623
  /**
624
624
  * Gets or sets whether checkbox should be displayed to the right.
625
625
  */
626
626
  get checkboxAlignedRight() {
627
- return this.i.az;
627
+ return this.i.ay;
628
628
  }
629
629
  set checkboxAlignedRight(v) {
630
- this.i.az = ensureBool(v);
631
- this._a("checkboxAlignedRight", this.i.az);
630
+ this.i.ay = ensureBool(v);
631
+ this._a("checkboxAlignedRight", this.i.ay);
632
632
  }
633
633
  findByName(name) {
634
634
  if (this.findEphemera) {
@@ -699,17 +699,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
699
699
 
700
700
  */
701
701
  selectAll() {
702
- this.i.ef();
702
+ this.i.ed();
703
703
  }
704
704
  /**
705
705
  * Deselects all the items in the checkbox list.
706
706
 
707
707
  */
708
708
  deselectAll() {
709
- this.i.dc();
709
+ this.i.db();
710
710
  }
711
711
  notifySetItem(index, oldItem, newItem) {
712
- this.i.dr(index, oldItem, newItem);
712
+ this.i.dp(index, oldItem, newItem);
713
713
  }
714
714
  /**
715
715
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -717,22 +717,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
717
717
 
718
718
  */
719
719
  notifyClearItems() {
720
- this.i.dm();
720
+ this.i.dk();
721
721
  }
722
722
  notifyInsertItem(index, newItem) {
723
- this.i.dn(index, newItem);
723
+ this.i.dl(index, newItem);
724
724
  }
725
725
  notifyRemoveItem(index, oldItem) {
726
- this.i.dq(index, oldItem);
726
+ this.i.dn(index, oldItem);
727
727
  }
728
728
  refresh() {
729
729
  this.i.refresh();
730
730
  }
731
731
  addKeyValue(value) {
732
- this.i.c7(value);
732
+ this.i.c6(value);
733
733
  }
734
734
  removeKeyValue(value) {
735
- this.i.ed(value);
735
+ this.i.eb(value);
736
736
  }
737
737
  getDesiredSize(availableSize) {
738
738
  let iv = this.i.getDesiredSize(toSize(availableSize));
@@ -743,7 +743,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
743
743
 
744
744
  */
745
745
  exportVisualModel() {
746
- let iv = this.i.bn();
746
+ let iv = this.i.bm();
747
747
  return (iv);
748
748
  }
749
749
  /**
@@ -751,7 +751,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
751
751
 
752
752
  */
753
753
  exportSerializedVisualModel() {
754
- let iv = this.i.ca();
754
+ let iv = this.i.b9();
755
755
  return (iv);
756
756
  }
757
757
  /**
@@ -759,7 +759,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
759
759
 
760
760
  */
761
761
  isNothingSelected() {
762
- let iv = this.i.a2();
762
+ let iv = this.i.a1();
763
763
  return (iv);
764
764
  }
765
765
  /**
@@ -767,7 +767,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
767
767
 
768
768
  */
769
769
  isEverythingSelected() {
770
- let iv = this.i.a1();
770
+ let iv = this.i.a0();
771
771
  return (iv);
772
772
  }
773
773
  /**
@@ -65,25 +65,25 @@ let IgcColumnMovingSeparatorComponent = /*@__PURE__*/ (() => {
65
65
  * Gets or sets the separator width for this column.
66
66
  */
67
67
  get separatorWidth() {
68
- return this.i.g6;
68
+ return this.i.g4;
69
69
  }
70
70
  set separatorWidth(v) {
71
- this.i.g6 = +v;
72
- this._a("separatorWidth", this.i.g6);
71
+ this.i.g4 = +v;
72
+ this._a("separatorWidth", this.i.g4);
73
73
  }
74
74
  get actualOpacity() {
75
- return this.i.g3;
75
+ return this.i.g1;
76
76
  }
77
77
  set actualOpacity(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
  get opacity() {
82
- return this.i.g4;
82
+ return this.i.g2;
83
83
  }
84
84
  set opacity(v) {
85
- this.i.g4 = +v;
86
- this._a("opacity", this.i.g4);
85
+ this.i.g2 = +v;
86
+ this._a("opacity", this.i.g2);
87
87
  }
88
88
  }
89
89
  IgcColumnMovingSeparatorComponent._observedAttributesIgcColumnMovingSeparatorComponent = null;
@@ -62,18 +62,18 @@ let IgcColumnResizingSeparatorComponent = /*@__PURE__*/ (() => {
62
62
  }
63
63
  }
64
64
  get actualOpacity() {
65
- return this.i.g3;
65
+ return this.i.g1;
66
66
  }
67
67
  set actualOpacity(v) {
68
- this.i.g3 = +v;
69
- this._a("actualOpacity", this.i.g3);
68
+ this.i.g1 = +v;
69
+ this._a("actualOpacity", this.i.g1);
70
70
  }
71
71
  get opacity() {
72
- return this.i.g4;
72
+ return this.i.g2;
73
73
  }
74
74
  set opacity(v) {
75
- this.i.g4 = +v;
76
- this._a("opacity", this.i.g4);
75
+ this.i.g2 = +v;
76
+ this._a("opacity", this.i.g2);
77
77
  }
78
78
  }
79
79
  IgcColumnResizingSeparatorComponent._observedAttributesIgcColumnResizingSeparatorComponent = null;
@@ -65,50 +65,50 @@ let IgcComboBoxColumnComponent = /*@__PURE__*/ (() => {
65
65
  * Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
66
66
  */
67
67
  get actualDataSource() {
68
- return this.i.qs;
68
+ return this.i.pb;
69
69
  }
70
70
  set actualDataSource(v) {
71
- this.i.qs = v;
71
+ this.i.pb = v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the ComboBox data source.
75
75
  */
76
76
  get dataSource() {
77
- return this.i.qt;
77
+ return this.i.pc;
78
78
  }
79
79
  set dataSource(v) {
80
- this.i.qt = v;
80
+ this.i.pc = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the ComboBox text field.
84
84
  */
85
85
  get textField() {
86
- return this.i.qx;
86
+ return this.i.pg;
87
87
  }
88
88
  set textField(v) {
89
- this.i.qx = v;
89
+ this.i.pg = v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the ComboBox value field.
93
93
  */
94
94
  get valueField() {
95
- return this.i.qy;
95
+ return this.i.ph;
96
96
  }
97
97
  set valueField(v) {
98
- this.i.qy = v;
98
+ this.i.ph = v;
99
99
  }
100
100
  /**
101
101
  * Gets or sets the ComboBox value field.
102
102
  */
103
103
  get valueMultiField() {
104
- return this.i.qq;
104
+ return this.i.o9;
105
105
  }
106
106
  set valueMultiField(v) {
107
107
  if (v && !Array.isArray(v) && typeof (v) == "string") {
108
108
  const re = /\s*(?:,|\s|$)\s*/gm;
109
109
  v = v.split(re);
110
110
  }
111
- this.i.qq = v;
111
+ this.i.o9 = v;
112
112
  }
113
113
  }
114
114
  IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;