igniteui-webcomponents-data-grids 6.0.0-beta.0 → 6.0.1-beta.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 (166) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3976 -3602
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
  14. package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
  16. package/esm2015/lib/CellPresenterBase.js +5 -5
  17. package/esm2015/lib/CheckboxListView_combined.js +479 -435
  18. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  19. package/esm2015/lib/ColumnFilterCondition_combined.js +2445 -2387
  20. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  21. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  22. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  23. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  24. package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +10 -6
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/FormatCellEventArgs.js +31 -0
  30. package/esm2015/lib/GridCellBase.js +1 -1
  31. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  32. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  33. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  34. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
  40. package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
  41. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  42. package/esm2015/lib/ImageCellPresenter.js +6 -6
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCellPresenter.js +9 -6
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +2 -2
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  52. package/esm2015/lib/TextCellPresenter.js +20 -15
  53. package/esm2015/lib/TextHeaderCell.js +6 -5
  54. package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
  55. package/esm2015/lib/igc-cell-info.js +58 -49
  56. package/esm2015/lib/igc-checkbox-list-component.js +75 -72
  57. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igc-data-grid-column-component.js +164 -135
  59. package/esm2015/lib/igc-data-grid-sort-indicator-component.js +22 -15
  60. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  62. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igc-format-cell-event-args.js +85 -0
  65. package/esm2015/lib/igc-image-cell-info.js +6 -6
  66. package/esm2015/lib/igc-image-column-component.js +12 -12
  67. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  69. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igc-template-cell-info.js +2 -2
  72. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igc-text-cell-info.js +2 -2
  74. package/esm2015/lib/igc-text-column-component.js +9 -9
  75. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  76. package/esm2015/public_api.js +2 -0
  77. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  78. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  79. package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
  80. package/esm5/lib/CanvasGridCellBase.js +1 -1
  81. package/esm5/lib/CanvasImageCellPresenter.js +6 -6
  82. package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
  83. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  84. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CanvasTextCellPresenter.js +20 -15
  88. package/esm5/lib/CanvasTextHeaderCell.js +4 -4
  89. package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CellPresenterBase.js +5 -5
  91. package/esm5/lib/CheckboxListView_combined.js +461 -413
  92. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  93. package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
  94. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  95. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  96. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  97. package/esm5/lib/ContentCellModelHelper.js +4 -4
  98. package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
  99. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  100. package/esm5/lib/DateTimeCellPresenter.js +10 -6
  101. package/esm5/lib/EditorCellPresenter.js +19 -19
  102. package/esm5/lib/FilterCellPresenter.js +11 -11
  103. package/esm5/lib/FormatCellEventArgs.js +37 -0
  104. package/esm5/lib/GridCellBase.js +1 -1
  105. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  106. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  112. package/esm5/lib/GridExternalWrapper.js +6 -6
  113. package/esm5/lib/GridFilterDialogView_combined.js +9 -4
  114. package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
  115. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  116. package/esm5/lib/ImageCellPresenter.js +6 -6
  117. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  118. package/esm5/lib/NumericCellPresenter.js +9 -6
  119. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  120. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  121. package/esm5/lib/SummaryCellPresenter.js +6 -6
  122. package/esm5/lib/TemplateCellPresenter.js +2 -2
  123. package/esm5/lib/TemplateHeader.js +2 -2
  124. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  125. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  126. package/esm5/lib/TextCellPresenter.js +20 -15
  127. package/esm5/lib/TextHeaderCell.js +6 -5
  128. package/esm5/lib/TextHeaderCellPresenter.js +16 -16
  129. package/esm5/lib/igc-cell-info.js +62 -49
  130. package/esm5/lib/igc-checkbox-list-component.js +79 -72
  131. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igc-data-grid-column-component.js +169 -135
  133. package/esm5/lib/igc-data-grid-sort-indicator-component.js +26 -15
  134. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igc-date-time-column-component.js +23 -23
  136. package/esm5/lib/igc-editor-cell-info.js +23 -23
  137. package/esm5/lib/igc-filter-cell-info.js +26 -26
  138. package/esm5/lib/igc-format-cell-event-args.js +115 -0
  139. package/esm5/lib/igc-image-cell-info.js +6 -6
  140. package/esm5/lib/igc-image-column-component.js +12 -12
  141. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igc-numeric-column-component.js +35 -35
  143. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igc-summary-cell-info.js +9 -9
  145. package/esm5/lib/igc-template-cell-info.js +2 -2
  146. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igc-text-cell-info.js +2 -2
  148. package/esm5/lib/igc-text-column-component.js +9 -9
  149. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-webcomponents-data-grids.js +4045 -3735
  152. package/fesm5/igniteui-webcomponents-data-grids.js +3976 -3604
  153. package/lib/CanvasTextCellPresenter.d.ts +1 -0
  154. package/lib/CheckboxListView_combined.d.ts +127 -120
  155. package/lib/ColumnFilterCondition_combined.d.ts +643 -636
  156. package/lib/FormatCellEventArgs.d.ts +15 -0
  157. package/lib/GridSortIndicatorView_combined.d.ts +41 -38
  158. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  159. package/lib/TextCellPresenter.d.ts +1 -0
  160. package/lib/igc-cell-info.d.ts +5 -0
  161. package/lib/igc-checkbox-list-component.d.ts +1 -0
  162. package/lib/igc-data-grid-column-component.d.ts +8 -0
  163. package/lib/igc-data-grid-sort-indicator-component.d.ts +2 -0
  164. package/lib/igc-format-cell-event-args.d.ts +42 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -82,10 +82,10 @@ export class IgcCellInfo {
82
82
  * Gets the style key of the current cell, used for recycling.
83
83
  */
84
84
  get styleKey() {
85
- return this.i.kc;
85
+ return this.i.ke;
86
86
  }
87
87
  set styleKey(v) {
88
- this.i.kc = v;
88
+ this.i.ke = v;
89
89
  }
90
90
  /**
91
91
  * Gets the absolute data row for the current cell.
@@ -232,10 +232,10 @@ export class IgcCellInfo {
232
232
  this.i.f0 = +v;
233
233
  }
234
234
  get rowItem() {
235
- return this.i.hn;
235
+ return this.i.ho;
236
236
  }
237
237
  set rowItem(v) {
238
- this.i.hn = v;
238
+ this.i.ho = v;
239
239
  }
240
240
  /**
241
241
  * Gets the X position of the cell within the content.
@@ -331,10 +331,10 @@ export class IgcCellInfo {
331
331
  * Gets the width of the cell.
332
332
  */
333
333
  get width() {
334
- return this.i.hd;
334
+ return this.i.he;
335
335
  }
336
336
  set width(v) {
337
- this.i.hd = +v;
337
+ this.i.he = +v;
338
338
  }
339
339
  /**
340
340
  * Gets if the cell is selected.
@@ -403,127 +403,127 @@ export class IgcCellInfo {
403
403
  * Gets or sets the background color of the cell.
404
404
  */
405
405
  get background() {
406
- return brushToString(this.i.lx);
406
+ return brushToString(this.i.l1);
407
407
  }
408
408
  set background(v) {
409
- this.i.lx = stringToBrush(v);
409
+ this.i.l1 = stringToBrush(v);
410
410
  }
411
411
  /**
412
412
  * Gets or sets the border color of the cell.
413
413
  */
414
414
  get border() {
415
- return brushToString(this.i.l0);
415
+ return brushToString(this.i.l4);
416
416
  }
417
417
  set border(v) {
418
- this.i.l0 = stringToBrush(v);
418
+ this.i.l4 = stringToBrush(v);
419
419
  }
420
420
  /**
421
421
  * Gets the actual background color of the cell
422
422
  */
423
423
  get actualBackground() {
424
- return brushToString(this.i.lu);
424
+ return brushToString(this.i.ly);
425
425
  }
426
426
  set actualBackground(v) {
427
- this.i.lu = stringToBrush(v);
427
+ this.i.ly = stringToBrush(v);
428
428
  }
429
429
  /**
430
430
  * Gets the actual background color of the cell
431
431
  */
432
432
  get actualBorder() {
433
- return brushToString(this.i.lv);
433
+ return brushToString(this.i.lz);
434
434
  }
435
435
  set actualBorder(v) {
436
- this.i.lv = stringToBrush(v);
436
+ this.i.lz = stringToBrush(v);
437
437
  }
438
438
  /**
439
439
  * Gets the actual background color of the cell
440
440
  */
441
441
  get activationBorder() {
442
- return brushToString(this.i.lt);
442
+ return brushToString(this.i.lx);
443
443
  }
444
444
  set activationBorder(v) {
445
- this.i.lt = stringToBrush(v);
445
+ this.i.lx = stringToBrush(v);
446
446
  }
447
447
  /**
448
448
  * Gets or sets the error border color of the cell.
449
449
  */
450
450
  get errorBorder() {
451
- return brushToString(this.i.l2);
451
+ return brushToString(this.i.l6);
452
452
  }
453
453
  set errorBorder(v) {
454
- this.i.l2 = stringToBrush(v);
454
+ this.i.l6 = stringToBrush(v);
455
455
  }
456
456
  /**
457
457
  * Gets or sets the selected background color of the cell.
458
458
  */
459
459
  get selectedBackground() {
460
- return brushToString(this.i.l9);
460
+ return brushToString(this.i.md);
461
461
  }
462
462
  set selectedBackground(v) {
463
- this.i.l9 = stringToBrush(v);
463
+ this.i.md = stringToBrush(v);
464
464
  }
465
465
  /**
466
466
  * Gets or sets the hover background color of the cell.
467
467
  */
468
468
  get hoverBackground() {
469
- return brushToString(this.i.l5);
469
+ return brushToString(this.i.l9);
470
470
  }
471
471
  set hoverBackground(v) {
472
- this.i.l5 = stringToBrush(v);
472
+ this.i.l9 = stringToBrush(v);
473
473
  }
474
474
  /**
475
475
  * Gets or sets the hover text color of the cell.
476
476
  */
477
477
  get hoverTextColor() {
478
- return brushToString(this.i.l6);
478
+ return brushToString(this.i.ma);
479
479
  }
480
480
  set hoverTextColor(v) {
481
- this.i.l6 = stringToBrush(v);
481
+ this.i.ma = stringToBrush(v);
482
482
  }
483
483
  /**
484
484
  * Gets or sets the color for the sort indicator icon.
485
485
  */
486
486
  get sortIndicatorColor() {
487
- return brushToString(this.i.ma);
487
+ return brushToString(this.i.me);
488
488
  }
489
489
  set sortIndicatorColor(v) {
490
- this.i.ma = stringToBrush(v);
490
+ this.i.me = stringToBrush(v);
491
491
  }
492
492
  /**
493
493
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
494
494
  */
495
495
  get stickyRowBackground() {
496
- return brushToString(this.i.mb);
496
+ return brushToString(this.i.mf);
497
497
  }
498
498
  set stickyRowBackground(v) {
499
- this.i.mb = stringToBrush(v);
499
+ this.i.mf = stringToBrush(v);
500
500
  }
501
501
  /**
502
502
  * Gets or sets the background color for the cell that has been marked as pinned.
503
503
  */
504
504
  get pinnedRowBackground() {
505
- return brushToString(this.i.l8);
505
+ return brushToString(this.i.mc);
506
506
  }
507
507
  set pinnedRowBackground(v) {
508
- this.i.l8 = stringToBrush(v);
508
+ this.i.mc = stringToBrush(v);
509
509
  }
510
510
  /**
511
511
  * Gets or sets the color for the last row in the sticky row area.
512
512
  */
513
513
  get lastStickyRowBackground() {
514
- return brushToString(this.i.l7);
514
+ return brushToString(this.i.mb);
515
515
  }
516
516
  set lastStickyRowBackground(v) {
517
- this.i.l7 = stringToBrush(v);
517
+ this.i.mb = stringToBrush(v);
518
518
  }
519
519
  /**
520
520
  * Gets or sets the background color for filter row.
521
521
  */
522
522
  get filterRowBackground() {
523
- return brushToString(this.i.l3);
523
+ return brushToString(this.i.l7);
524
524
  }
525
525
  set filterRowBackground(v) {
526
- this.i.l3 = stringToBrush(v);
526
+ this.i.l7 = stringToBrush(v);
527
527
  }
528
528
  /**
529
529
  * Gets or sets the color to use for displaying text.
@@ -538,46 +538,55 @@ export class IgcCellInfo {
538
538
  * Gets or sets the original value for the cell, before processing.
539
539
  */
540
540
  get originalValue() {
541
- return this.i.hm;
541
+ return this.i.hn;
542
542
  }
543
543
  set originalValue(v) {
544
- this.i.hm = v;
544
+ this.i.hn = v;
545
545
  }
546
546
  /**
547
547
  * Gets or sets the text value, if any, which was rendered by a text cell.
548
548
  */
549
549
  get renderValue() {
550
- return this.i.j1;
550
+ return this.i.j3;
551
551
  }
552
552
  set renderValue(v) {
553
- this.i.j1 = v;
553
+ this.i.j3 = v;
554
+ }
555
+ /**
556
+ * If set, this text will be used when rendering the cell value.
557
+ */
558
+ get userFormattedValue() {
559
+ return this.i.ki;
560
+ }
561
+ set userFormattedValue(v) {
562
+ this.i.ki = v;
554
563
  }
555
564
  /**
556
565
  * Gets or sets the color of the text for the cell, if any.
557
566
  */
558
567
  get textColor() {
559
- return brushToString(this.i.mc);
568
+ return brushToString(this.i.mg);
560
569
  }
561
570
  set textColor(v) {
562
- this.i.mc = stringToBrush(v);
571
+ this.i.mg = stringToBrush(v);
563
572
  }
564
573
  /**
565
574
  * Gets the actual color of the text for the cell, if any.
566
575
  */
567
576
  get actualTextColor() {
568
- return brushToString(this.i.lw);
577
+ return brushToString(this.i.l0);
569
578
  }
570
579
  set actualTextColor(v) {
571
- this.i.lw = stringToBrush(v);
580
+ this.i.l0 = stringToBrush(v);
572
581
  }
573
582
  /**
574
583
  * Gets or sets the text color for cells in deleted rows.
575
584
  */
576
585
  get deletedTextColor() {
577
- return brushToString(this.i.l1);
586
+ return brushToString(this.i.l5);
578
587
  }
579
588
  set deletedTextColor(v) {
580
- this.i.l1 = stringToBrush(v);
589
+ this.i.l5 = stringToBrush(v);
581
590
  }
582
591
  get font() {
583
592
  if (this.i.ag == null) {
@@ -904,10 +913,10 @@ export class IgcCellInfo {
904
913
  * Gets or sets the error message for the cell.
905
914
  */
906
915
  get editError() {
907
- return this.i.it;
916
+ return this.i.iv;
908
917
  }
909
918
  set editError(v) {
910
- this.i.it = v;
919
+ this.i.iv = v;
911
920
  }
912
921
  /**
913
922
  * Gets whether the cell is in edit mode.
@@ -955,7 +964,7 @@ export class IgcCellInfo {
955
964
  return (iv);
956
965
  }
957
966
  setNamedValue(valueName, value) {
958
- this.i.k8(valueName, value);
967
+ this.i.lc(valueName, value);
959
968
  }
960
969
  /**
961
970
  * Returns if there is a named value stored for the cell.
@@ -972,7 +981,7 @@ export class IgcCellInfo {
972
981
  * @param valueName * The name of the value to remove.
973
982
  */
974
983
  removeNamedValue(valueName) {
975
- this.i.k4(valueName);
984
+ this.i.k8(valueName);
976
985
  }
977
986
  /**
978
987
  * Gets a named value from the cell.
@@ -980,7 +989,7 @@ export class IgcCellInfo {
980
989
  * @param valueName * The name of the value to get.
981
990
  */
982
991
  getNamedValue(valueName) {
983
- let iv = this.i.hk(valueName);
992
+ let iv = this.i.hl(valueName);
984
993
  return (iv);
985
994
  }
986
995
  }
@@ -267,6 +267,9 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
267
267
  }
268
268
  this.i.primaryKey = v;
269
269
  }
270
+ get isDetached() {
271
+ return this.i.ay;
272
+ }
270
273
  /**
271
274
  * Gets or Sets the property name that contains the values.
272
275
  */
@@ -277,25 +280,25 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
277
280
  this.i.dataMemberPath = v;
278
281
  }
279
282
  get dataLegendTarget() {
280
- return this.i.bh;
283
+ return this.i.bk;
281
284
  }
282
285
  set dataLegendTarget(v) {
283
- this.i.bh = v;
286
+ this.i.bk = v;
284
287
  }
285
288
  /**
286
289
  * Gets or Sets the property name that contains the values.
287
290
  */
288
291
  get subtitleMemberPath() {
289
- return this.i.cw;
292
+ return this.i.cz;
290
293
  }
291
294
  set subtitleMemberPath(v) {
292
- this.i.cw = v;
295
+ this.i.cz = v;
293
296
  }
294
297
  get propertyTypeMemberPath() {
295
- return this.i.cb;
298
+ return this.i.ce;
296
299
  }
297
300
  set propertyTypeMemberPath(v) {
298
- this.i.cb = v;
301
+ this.i.ce = v;
299
302
  }
300
303
  /**
301
304
  * Gets or Sets the property name that contains the values.
@@ -310,10 +313,10 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
310
313
  * Gets or Sets the property name that contains the values.
311
314
  */
312
315
  get filterPlaceholderText() {
313
- return this.i.b4;
316
+ return this.i.b7;
314
317
  }
315
318
  set filterPlaceholderText(v) {
316
- this.i.b4 = v;
319
+ this.i.b7 = v;
317
320
  }
318
321
  /**
319
322
  * Gets or Sets the property name that contains the values.
@@ -329,14 +332,14 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
329
332
  * Gets or Sets the property name that contains the values.
330
333
  */
331
334
  get rowHeight() {
332
- return this.i.be;
335
+ return this.i.bh;
333
336
  }
334
337
  set rowHeight(v) {
335
- this.i.be = +v;
336
- this._a("rowHeight", this.i.be);
338
+ this.i.bh = +v;
339
+ this._a("rowHeight", this.i.bh);
337
340
  }
338
341
  get actualRowHeight() {
339
- return this.i.bc;
342
+ return this.i.bf;
340
343
  }
341
344
  /**
342
345
  * Gets or Sets the property name that contains the values.
@@ -397,21 +400,21 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
397
400
  * Gets or sets the search background color.
398
401
  */
399
402
  get searchBackgroundColor() {
400
- return brushToString(this.i.e1);
403
+ return brushToString(this.i.e8);
401
404
  }
402
405
  set searchBackgroundColor(v) {
403
- this.i.e1 = stringToBrush(v);
404
- this._a("searchBackgroundColor", brushToString(this.i.e1));
406
+ this.i.e8 = stringToBrush(v);
407
+ this._a("searchBackgroundColor", brushToString(this.i.e8));
405
408
  }
406
409
  /**
407
410
  * Gets or sets the search background color.
408
411
  */
409
412
  get labelClickTriggersChange() {
410
- return this.i.a1;
413
+ return this.i.a4;
411
414
  }
412
415
  set labelClickTriggersChange(v) {
413
- this.i.a1 = ensureBool(v);
414
- this._a("labelClickTriggersChange", this.i.a1);
416
+ this.i.a4 = ensureBool(v);
417
+ this._a("labelClickTriggersChange", this.i.a4);
415
418
  }
416
419
  /**
417
420
  * Gets or sets the search text color.
@@ -427,11 +430,11 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
427
430
  * Gets or sets the search border color.
428
431
  */
429
432
  get searchBorderColor() {
430
- return brushToString(this.i.e2);
433
+ return brushToString(this.i.e9);
431
434
  }
432
435
  set searchBorderColor(v) {
433
- this.i.e2 = stringToBrush(v);
434
- this._a("searchBorderColor", brushToString(this.i.e2));
436
+ this.i.e9 = stringToBrush(v);
437
+ this._a("searchBorderColor", brushToString(this.i.e9));
435
438
  }
436
439
  /**
437
440
  * Gets or sets the text style.
@@ -452,61 +455,61 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
452
455
  * Gets or sets the checkbox tick color.
453
456
  */
454
457
  get checkboxTickColor() {
455
- return brushToString(this.i.et);
458
+ return brushToString(this.i.e0);
456
459
  }
457
460
  set checkboxTickColor(v) {
458
- this.i.et = stringToBrush(v);
459
- this._a("checkboxTickColor", brushToString(this.i.et));
461
+ this.i.e0 = stringToBrush(v);
462
+ this._a("checkboxTickColor", brushToString(this.i.e0));
460
463
  }
461
464
  /**
462
465
  * Gets or sets the checkbox background color when checked.
463
466
  */
464
467
  get checkboxCheckedBackgroundColor() {
465
- return brushToString(this.i.er);
468
+ return brushToString(this.i.ey);
466
469
  }
467
470
  set checkboxCheckedBackgroundColor(v) {
468
- this.i.er = stringToBrush(v);
469
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.er));
471
+ this.i.ey = stringToBrush(v);
472
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.ey));
470
473
  }
471
474
  /**
472
475
  * Gets or sets the checkbox background color when unchecked.
473
476
  */
474
477
  get checkboxUncheckedBackgroundColor() {
475
- return brushToString(this.i.eu);
478
+ return brushToString(this.i.e1);
476
479
  }
477
480
  set checkboxUncheckedBackgroundColor(v) {
478
- this.i.eu = stringToBrush(v);
479
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.eu));
481
+ this.i.e1 = stringToBrush(v);
482
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e1));
480
483
  }
481
484
  /**
482
485
  * Gets or sets the checkbox border color when checked.
483
486
  */
484
487
  get checkboxCheckedBorderColor() {
485
- return brushToString(this.i.es);
488
+ return brushToString(this.i.ez);
486
489
  }
487
490
  set checkboxCheckedBorderColor(v) {
488
- this.i.es = stringToBrush(v);
489
- this._a("checkboxCheckedBorderColor", brushToString(this.i.es));
491
+ this.i.ez = stringToBrush(v);
492
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.ez));
490
493
  }
491
494
  /**
492
495
  * Gets or sets the checkbox border color when unchecked.
493
496
  */
494
497
  get checkboxUncheckedBorderColor() {
495
- return brushToString(this.i.ev);
498
+ return brushToString(this.i.e2);
496
499
  }
497
500
  set checkboxUncheckedBorderColor(v) {
498
- this.i.ev = stringToBrush(v);
499
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.ev));
501
+ this.i.e2 = stringToBrush(v);
502
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.e2));
500
503
  }
501
504
  /**
502
505
  * Gets or sets the corner radius to use for the checkbox.
503
506
  */
504
507
  get checkboxCornerRadius() {
505
- return this.i.a7;
508
+ return this.i.ba;
506
509
  }
507
510
  set checkboxCornerRadius(v) {
508
- this.i.a7 = +v;
509
- this._a("checkboxCornerRadius", this.i.a7);
511
+ this.i.ba = +v;
512
+ this._a("checkboxCornerRadius", this.i.ba);
510
513
  }
511
514
  /**
512
515
  * Gets or sets the style of scrollbar.
@@ -522,40 +525,40 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
522
525
  * Gets or sets the scrollbar background color.
523
526
  */
524
527
  get scrollbarBackground() {
525
- return brushToString(this.i.e0);
528
+ return brushToString(this.i.e7);
526
529
  }
527
530
  set scrollbarBackground(v) {
528
- this.i.e0 = stringToBrush(v);
529
- this._a("scrollbarBackground", brushToString(this.i.e0));
531
+ this.i.e7 = stringToBrush(v);
532
+ this._a("scrollbarBackground", brushToString(this.i.e7));
530
533
  }
531
534
  /**
532
535
  * Gets / sets the caption of the "Select All" checkbox.
533
536
  */
534
537
  get selectAllCaption() {
535
- return this.i.cp;
538
+ return this.i.cs;
536
539
  }
537
540
  set selectAllCaption(v) {
538
- this.i.cp = v;
541
+ this.i.cs = v;
539
542
  }
540
543
  /**
541
544
  * Gets or sets the color to use for the "Select All" label.
542
545
  */
543
546
  get selectAllCaptionTextColor() {
544
- return brushToString(this.i.e5);
547
+ return brushToString(this.i.fc);
545
548
  }
546
549
  set selectAllCaptionTextColor(v) {
547
- this.i.e5 = stringToBrush(v);
548
- this._a("selectAllCaptionTextColor", brushToString(this.i.e5));
550
+ this.i.fc = stringToBrush(v);
551
+ this._a("selectAllCaptionTextColor", brushToString(this.i.fc));
549
552
  }
550
553
  /**
551
554
  * Gets or sets the color to use for the actual header selectAllCaption text.
552
555
  */
553
556
  get actualSelectAllCaptionTextColor() {
554
- return brushToString(this.i.ep);
557
+ return brushToString(this.i.ew);
555
558
  }
556
559
  set actualSelectAllCaptionTextColor(v) {
557
- this.i.ep = stringToBrush(v);
558
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ep));
560
+ this.i.ew = stringToBrush(v);
561
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ew));
559
562
  }
560
563
  /**
561
564
  * Gets / sets whether the "Select all" checkbox is visible.
@@ -591,41 +594,41 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
591
594
  * Gets or sets the color to use for the text of the component.
592
595
  */
593
596
  get textColor() {
594
- return brushToString(this.i.e7);
597
+ return brushToString(this.i.fe);
595
598
  }
596
599
  set textColor(v) {
597
- this.i.e7 = stringToBrush(v);
598
- this._a("textColor", brushToString(this.i.e7));
600
+ this.i.fe = stringToBrush(v);
601
+ this._a("textColor", brushToString(this.i.fe));
599
602
  }
600
603
  /**
601
604
  * Gets or sets whether the filter input is visible.
602
605
  */
603
606
  get showFilter() {
604
- return this.i.a3;
607
+ return this.i.a6;
605
608
  }
606
609
  set showFilter(v) {
607
- this.i.a3 = ensureBool(v);
608
- this._a("showFilter", this.i.a3);
610
+ this.i.a6 = ensureBool(v);
611
+ this._a("showFilter", this.i.a6);
609
612
  }
610
613
  /**
611
614
  * Gets or sets whether row hover highlighting is enabled.
612
615
  */
613
616
  get isRowHoverEnabled() {
614
- return this.i.az;
617
+ return this.i.a2;
615
618
  }
616
619
  set isRowHoverEnabled(v) {
617
- this.i.az = ensureBool(v);
618
- this._a("isRowHoverEnabled", this.i.az);
620
+ this.i.a2 = ensureBool(v);
621
+ this._a("isRowHoverEnabled", this.i.a2);
619
622
  }
620
623
  /**
621
624
  * Gets or sets whether checkbox should be displayed to the right.
622
625
  */
623
626
  get checkboxAlignedRight() {
624
- return this.i.av;
627
+ return this.i.ax;
625
628
  }
626
629
  set checkboxAlignedRight(v) {
627
- this.i.av = ensureBool(v);
628
- this._a("checkboxAlignedRight", this.i.av);
630
+ this.i.ax = ensureBool(v);
631
+ this._a("checkboxAlignedRight", this.i.ax);
629
632
  }
630
633
  findByName(name) {
631
634
  if (this.findEphemera) {
@@ -696,17 +699,17 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
696
699
 
697
700
  */
698
701
  selectAll() {
699
- this.i.d3();
702
+ this.i.ea();
700
703
  }
701
704
  /**
702
705
  * Deselects all the items in the checkbox list.
703
706
 
704
707
  */
705
708
  deselectAll() {
706
- this.i.c5();
709
+ this.i.c8();
707
710
  }
708
711
  notifySetItem(index, oldItem, newItem) {
709
- this.i.dg(index, oldItem, newItem);
712
+ this.i.dl(index, oldItem, newItem);
710
713
  }
711
714
  /**
712
715
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -714,22 +717,22 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
714
717
 
715
718
  */
716
719
  notifyClearItems() {
717
- this.i.dc();
720
+ this.i.dh();
718
721
  }
719
722
  notifyInsertItem(index, newItem) {
720
- this.i.dd(index, newItem);
723
+ this.i.di(index, newItem);
721
724
  }
722
725
  notifyRemoveItem(index, oldItem) {
723
- this.i.df(index, oldItem);
726
+ this.i.dk(index, oldItem);
724
727
  }
725
728
  refresh() {
726
729
  this.i.refresh();
727
730
  }
728
731
  addKeyValue(value) {
729
- this.i.c0(value);
732
+ this.i.c3(value);
730
733
  }
731
734
  removeKeyValue(value) {
732
- this.i.d1(value);
735
+ this.i.d8(value);
733
736
  }
734
737
  getDesiredSize(availableSize) {
735
738
  let iv = this.i.getDesiredSize(toSize(availableSize));
@@ -740,7 +743,7 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
740
743
 
741
744
  */
742
745
  isNothingSelected() {
743
- let iv = this.i.ax();
746
+ let iv = this.i.a0();
744
747
  return (iv);
745
748
  }
746
749
  /**
@@ -748,7 +751,7 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
748
751
 
749
752
  */
750
753
  isEverythingSelected() {
751
- let iv = this.i.aw();
754
+ let iv = this.i.az();
752
755
  return (iv);
753
756
  }
754
757
  /**