igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.1.0-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 (91) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2986 -2878
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igc-checkbox-list-component.js +68 -58
  32. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  33. package/esm2015/lib/igc-data-grid-column-component.js +132 -118
  34. package/esm2015/lib/igc-data-grid-component.js +21 -0
  35. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
  36. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  37. package/esm2015/lib/igc-image-column-component.js +12 -12
  38. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  39. package/esm2015/lib/igc-text-column-component.js +9 -9
  40. package/esm2015/lib/igc-text-header-cell-info.js +26 -20
  41. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  42. package/esm5/lib/CellPresenterBase.js +1 -1
  43. package/esm5/lib/CheckboxListBridge.js +8 -0
  44. package/esm5/lib/CheckboxListView_combined.js +346 -308
  45. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  46. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  47. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  48. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  49. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  50. package/esm5/lib/DataGridLocaleEn.js +8 -0
  51. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  52. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  53. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  54. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  55. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  56. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  57. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  59. package/esm5/lib/GridExternalWrapper.js +6 -6
  60. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  61. package/esm5/lib/GridIconRepository.js +4 -4
  62. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  63. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  64. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  65. package/esm5/lib/TemplateCellPresenter.js +1 -1
  66. package/esm5/lib/TemplateHeader.js +1 -1
  67. package/esm5/lib/TextHeaderCell.js +7 -7
  68. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  69. package/esm5/lib/igc-checkbox-list-component.js +72 -58
  70. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm5/lib/igc-data-grid-column-component.js +140 -118
  72. package/esm5/lib/igc-data-grid-component.js +29 -0
  73. package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
  74. package/esm5/lib/igc-date-time-column-component.js +23 -23
  75. package/esm5/lib/igc-image-column-component.js +12 -12
  76. package/esm5/lib/igc-numeric-column-component.js +38 -38
  77. package/esm5/lib/igc-text-column-component.js +9 -9
  78. package/esm5/lib/igc-text-header-cell-info.js +30 -20
  79. package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
  80. package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
  81. package/lib/CheckboxListExternal.d.ts +2 -0
  82. package/lib/CheckboxListView_combined.d.ts +98 -94
  83. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  84. package/lib/DataGridLocaleEn.d.ts +8 -0
  85. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  86. package/lib/igc-checkbox-list-component.d.ts +5 -0
  87. package/lib/igc-data-grid-column-component.d.ts +4 -0
  88. package/lib/igc-data-grid-component.d.ts +11 -0
  89. package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
  90. package/lib/igc-text-header-cell-info.d.ts +2 -0
  91. package/package.json +4 -4
@@ -59,10 +59,10 @@ export var GridIconRepository = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  GridIconRepository.$t = markType(GridIconRepository, 'GridIconRepository');
60
60
  GridIconRepository.a = false;
61
61
  GridIconRepository.ar = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
62
- GridIconRepository.x = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
63
- GridIconRepository.z = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
64
- GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 4.5V23.5\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
65
- GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 4.5V23.5\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
62
+ GridIconRepository.x = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
63
+ GridIconRepository.z = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
64
+ GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 5V23\" stroke=\"#6988FF\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
65
+ GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 5V23\" stroke=\"#6988FF\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
66
66
  GridIconRepository.ap = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
67
67
  GridIconRepository.an = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M6 3.5L18 20.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
68
68
  GridIconRepository.v = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6C5 5.44772 5.44772 5 6 5H18C18.5523 5 19 5.44772 19 6V8.5C19 9.05228 18.5523 9.5 18 9.5H6C5.44772 9.5 5 9.05228 5 8.5V6Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 14.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 19.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
@@ -394,7 +394,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
394
394
  SummaryChooser.prototype.a6 = function () {
395
395
  if (this.e != null) {
396
396
  this.e.density = this.m;
397
- this.e.fp = this.ba;
397
+ this.e.textColor = this.ba;
398
398
  this.e.baseTheme = this.i;
399
399
  this.e.backgroundColor = this.a9;
400
400
  this.e.showSelectAll = false;
@@ -453,7 +453,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
453
453
  if (d.iD == a) {
454
454
  d.isSelected = b;
455
455
  if (this.e != null) {
456
- this.e.dv(c, d, d);
456
+ this.e.dw(c, d, d);
457
457
  }
458
458
  break;
459
459
  }
@@ -465,7 +465,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
465
465
  c.label = b;
466
466
  this.q.add(c);
467
467
  if (this.e != null) {
468
- this.e.ds(this.q.count - 1, c);
468
+ this.e.dt(this.q.count - 1, c);
469
469
  }
470
470
  this.c.onItemInserted();
471
471
  };
@@ -475,7 +475,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
475
475
  if (c.iD == a) {
476
476
  this.q.removeAt(b);
477
477
  if (this.e != null) {
478
- this.e.du(b, c);
478
+ this.e.dv(b, c);
479
479
  }
480
480
  break;
481
481
  }
@@ -488,7 +488,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
488
488
  if (d.iD == a) {
489
489
  d.label = b;
490
490
  if (this.e != null) {
491
- this.e.dv(c, d, d);
491
+ this.e.dw(c, d, d);
492
492
  }
493
493
  break;
494
494
  }
@@ -712,7 +712,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
712
712
  }
713
713
  var f = this.g;
714
714
  var g = this.g.p();
715
- e = g.no();
715
+ e = g.nq();
716
716
  }
717
717
  d.d = e;
718
718
  d.b = a;
@@ -879,7 +879,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
879
879
  _this.d.isColumnOptionsEnabled = false;
880
880
  _this.d.isActiveCellStyleEnabled = false;
881
881
  _this.d.cornerRadius = new CornerRadius(0, 0);
882
- _this.d.i8 = false;
882
+ _this.d.i9 = false;
883
883
  var b = _this.d;
884
884
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(_this, _this.a7));
885
885
  var c = _this.d;
@@ -1170,7 +1170,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
1170
1170
  }
1171
1171
  var k = this.e.activeCell;
1172
1172
  if (null != j.activeCell) {
1173
- this.d.kv(false, false);
1173
+ this.d.kx(false, false);
1174
1174
  b.preventDefault();
1175
1175
  }
1176
1176
  else {
@@ -1197,7 +1197,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
1197
1197
  }
1198
1198
  var o = this.e.activeCell;
1199
1199
  if (null != n.activeCell) {
1200
- this.d.k8(false, false);
1200
+ this.d.la(false, false);
1201
1201
  b.preventDefault();
1202
1202
  }
1203
1203
  else {
@@ -2775,7 +2775,7 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
2775
2775
  try {
2776
2776
  for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
2777
2777
  var d = _c.value;
2778
- if (0 == StringComparer.b.compare(d.nj, a)) {
2778
+ if (0 == StringComparer.b.compare(d.nl, a)) {
2779
2779
  return d;
2780
2780
  }
2781
2781
  }
@@ -837,11 +837,11 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
837
837
  var a = new TextColumn();
838
838
  a.lm = 10;
839
839
  a.ln = 5;
840
- a.nj = "PropertyPath";
840
+ a.nl = "PropertyPath";
841
841
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
842
842
  this.l.columns.add(a);
843
843
  var b = new TemplateColumn();
844
- b.nj = "ValueType";
844
+ b.nl = "ValueType";
845
845
  b.lm = 5;
846
846
  b.ln = 5;
847
847
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
@@ -932,8 +932,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
932
932
  return $ret;
933
933
  })());
934
934
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dp));
935
- s.ob = "PropertyName_" + k;
936
- s.nj = "PropertyName";
935
+ s.od = "PropertyName_" + k;
936
+ s.nl = "PropertyName";
937
937
  c.add(s);
938
938
  this_1.au.item(s, c.count - 1);
939
939
  g++;
@@ -970,8 +970,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
970
970
  }
971
971
  if (c.count <= g) {
972
972
  var v = new TemplateColumn();
973
- v.ob = "ValueType_" + k;
974
- v.nj = "ValueType";
973
+ v.od = "ValueType_" + k;
974
+ v.nl = "ValueType";
975
975
  v.lm = 5;
976
976
  v.ln = 5;
977
977
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.cu));
@@ -35,7 +35,7 @@ export var TemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super
35
35
  var e = a.cs * (1 - d);
36
36
  this.e.d0.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
- c.r8(a, this.e.d0);
38
+ c.sf(a, this.e.d0);
39
39
  };
40
40
  TemplateCellPresenter.$t = markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
41
41
  return TemplateCellPresenter;
@@ -30,7 +30,7 @@ export var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  _super.prototype.eq.call(this, a, b, c, d);
31
31
  var e = a;
32
32
  var f = b.ci(a.l);
33
- e.ob = f.ml;
33
+ e.ob = f.mm;
34
34
  e.n = f.hv;
35
35
  e.oe = f.jx;
36
36
  };
@@ -51,13 +51,13 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  _this.eb = d;
52
52
  var e = a.getSubRenderer(d);
53
53
  _this.d4 = new GridFilterDialog();
54
- _this.d4.ca(e, _this.ar, a);
54
+ _this.d4.cb(e, _this.ar, a);
55
55
  _this.ar.append(d);
56
- _this.d4.b1(b, c);
56
+ _this.d4.b2(b, c);
57
57
  _this.d4.ar = 24;
58
58
  var f = _this.d4.ai;
59
59
  _this.d4.ai = false;
60
- _this.d4.by();
60
+ _this.d4.bz();
61
61
  _this.d4.ai = f;
62
62
  var g = 18;
63
63
  var h = 18;
@@ -164,7 +164,7 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
164
164
  }
165
165
  };
166
166
  TextHeaderCell.prototype.de = function (a, b, c, d) {
167
- this.d4.b0();
167
+ this.d4.b1();
168
168
  };
169
169
  TextHeaderCell.prototype.ei = function (a, b) {
170
170
  switch (b.propertyName) {
@@ -192,7 +192,7 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
192
192
  switch (this.d3) {
193
193
  case 2:
194
194
  case 3:
195
- this.d4.ce();
195
+ this.d4.cf();
196
196
  break;
197
197
  }
198
198
  };
@@ -200,7 +200,7 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
200
200
  switch (this.d3) {
201
201
  case 2:
202
202
  case 3:
203
- this.d4.by();
203
+ this.d4.bz();
204
204
  break;
205
205
  }
206
206
  };
@@ -313,7 +313,7 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
313
313
  switch (this.d3) {
314
314
  case 1:
315
315
  this.d4.ai = false;
316
- this.d4.ce();
316
+ this.d4.cf();
317
317
  break;
318
318
  case 2:
319
319
  this.d4.ai = false;
@@ -73,50 +73,53 @@ export var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
73
73
  this.d.d3 = b.og;
74
74
  }
75
75
  if (a.bb("ColumnOptionsIconColor")) {
76
- this.d.d5.c1 = b.p9;
76
+ this.d.d5.c4 = b.qc;
77
77
  }
78
78
  if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
79
79
  var f = a.e.getColumn();
80
80
  if (f != this.d.d5.n) {
81
81
  this.d.d5.n = f;
82
- this.d.d5.bx();
82
+ this.d.d5.by();
83
83
  }
84
84
  }
85
85
  if (a.bc(TextHeaderCellModel.o7)) {
86
86
  this.d.db(b.ok);
87
87
  }
88
88
  if (a.bc(TextHeaderCellModel.ot)) {
89
- this.d.d5.ct = b.p4;
89
+ this.d.d5.cv = b.p7;
90
90
  }
91
91
  if (a.bc(TextHeaderCellModel.o5)) {
92
- this.d.d5.cz = b.qb;
92
+ this.d.d5.c1 = b.qe;
93
93
  }
94
94
  if (a.bc(TextHeaderCellModel.o6)) {
95
95
  this.d.d5.ab = b.oo;
96
96
  }
97
97
  if (a.bc(TextHeaderCellModel.oy)) {
98
- this.d.d5.cx = b.p8;
98
+ this.d.d5.cz = b.qb;
99
99
  }
100
100
  if (a.bc(TextHeaderCellModel.o8)) {
101
- this.d.d5.c0 = b.qc;
101
+ this.d.d5.c2 = b.qf;
102
+ }
103
+ if (a.bc(TextHeaderCellModel.o9)) {
104
+ this.d.d5.c3 = b.qg;
102
105
  }
103
106
  if (a.bc(TextHeaderCellModel.ox)) {
104
- this.d.d5.cw = b.p7;
107
+ this.d.d5.cy = b.qa;
105
108
  }
106
109
  if (a.bc(TextHeaderCellModel.o4)) {
107
- this.d.d5.cy = b.qa;
110
+ this.d.d5.c0 = b.qd;
108
111
  }
109
112
  if (a.bc(TextHeaderCellModel.ou)) {
110
- this.d.d5.cu = b.p5;
113
+ this.d.d5.cw = b.p8;
111
114
  }
112
115
  if (a.bc(TextHeaderCellModel.ov)) {
113
- this.d.d5.cv = b.p6;
116
+ this.d.d5.cx = b.p9;
114
117
  }
115
118
  if (a.bc(TextHeaderCellModel.ow)) {
116
119
  this.d.d5.aa = b.on;
117
120
  }
118
121
  if (a.bc(TextHeaderCellModel.os)) {
119
- this.d.d5.cs = b.p3;
122
+ this.d.d5.cu = b.p6;
120
123
  }
121
124
  if (a.bc(TextHeaderCellModel.o3)) {
122
125
  this.d.d5.ax = b.o2;
@@ -318,10 +318,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
318
318
  });
319
319
  Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
320
320
  get: function () {
321
- return this.i.bq;
321
+ return this.i.dataLegendTarget;
322
322
  },
323
323
  set: function (v) {
324
- this.i.bq = v;
324
+ this.i.dataLegendTarget = v;
325
325
  },
326
326
  enumerable: false,
327
327
  configurable: true
@@ -331,20 +331,20 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
331
331
  * Gets or Sets the property name that contains the values.
332
332
  */
333
333
  get: function () {
334
- return this.i.c7;
334
+ return this.i.subtitleMemberPath;
335
335
  },
336
336
  set: function (v) {
337
- this.i.c7 = v;
337
+ this.i.subtitleMemberPath = v;
338
338
  },
339
339
  enumerable: false,
340
340
  configurable: true
341
341
  });
342
342
  Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
343
343
  get: function () {
344
- return this.i.cm;
344
+ return this.i.propertyTypeMemberPath;
345
345
  },
346
346
  set: function (v) {
347
- this.i.cm = v;
347
+ this.i.propertyTypeMemberPath = v;
348
348
  },
349
349
  enumerable: false,
350
350
  configurable: true
@@ -490,11 +490,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
490
490
  * Gets or sets the search background color.
491
491
  */
492
492
  get: function () {
493
- return brushToString(this.i.fj);
493
+ return brushToString(this.i.fm);
494
494
  },
495
495
  set: function (v) {
496
- this.i.fj = stringToBrush(v);
497
- this._a("searchBackgroundColor", brushToString(this.i.fj));
496
+ this.i.fm = stringToBrush(v);
497
+ this._a("searchBackgroundColor", brushToString(this.i.fm));
498
498
  },
499
499
  enumerable: false,
500
500
  configurable: true
@@ -504,11 +504,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
504
504
  * Gets or sets the search background color.
505
505
  */
506
506
  get: function () {
507
- return this.i.a6;
507
+ return this.i.labelClickTriggersChange;
508
508
  },
509
509
  set: function (v) {
510
- this.i.a6 = ensureBool(v);
511
- this._a("labelClickTriggersChange", this.i.a6);
510
+ this.i.labelClickTriggersChange = ensureBool(v);
511
+ this._a("labelClickTriggersChange", this.i.labelClickTriggersChange);
512
512
  },
513
513
  enumerable: false,
514
514
  configurable: true
@@ -532,11 +532,25 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
532
532
  * Gets or sets the search border color.
533
533
  */
534
534
  get: function () {
535
- return brushToString(this.i.fk);
535
+ return brushToString(this.i.searchBorderColor);
536
536
  },
537
537
  set: function (v) {
538
- this.i.fk = stringToBrush(v);
539
- this._a("searchBorderColor", brushToString(this.i.fk));
538
+ this.i.searchBorderColor = stringToBrush(v);
539
+ this._a("searchBorderColor", brushToString(this.i.searchBorderColor));
540
+ },
541
+ enumerable: false,
542
+ configurable: true
543
+ });
544
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "searchFocusBorderColor", {
545
+ /**
546
+ * Gets or sets the search focus border color.
547
+ */
548
+ get: function () {
549
+ return brushToString(this.i.searchFocusBorderColor);
550
+ },
551
+ set: function (v) {
552
+ this.i.searchFocusBorderColor = stringToBrush(v);
553
+ this._a("searchFocusBorderColor", brushToString(this.i.searchFocusBorderColor));
540
554
  },
541
555
  enumerable: false,
542
556
  configurable: true
@@ -565,11 +579,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
565
579
  * Gets or sets the checkbox tick color.
566
580
  */
567
581
  get: function () {
568
- return brushToString(this.i.e9);
582
+ return brushToString(this.i.fc);
569
583
  },
570
584
  set: function (v) {
571
- this.i.e9 = stringToBrush(v);
572
- this._a("checkboxTickColor", brushToString(this.i.e9));
585
+ this.i.fc = stringToBrush(v);
586
+ this._a("checkboxTickColor", brushToString(this.i.fc));
573
587
  },
574
588
  enumerable: false,
575
589
  configurable: true
@@ -579,11 +593,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
579
593
  * Gets or sets the checkbox background color when checked.
580
594
  */
581
595
  get: function () {
582
- return brushToString(this.i.e7);
596
+ return brushToString(this.i.checkboxCheckedBackgroundColor);
583
597
  },
584
598
  set: function (v) {
585
- this.i.e7 = stringToBrush(v);
586
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
599
+ this.i.checkboxCheckedBackgroundColor = stringToBrush(v);
600
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.checkboxCheckedBackgroundColor));
587
601
  },
588
602
  enumerable: false,
589
603
  configurable: true
@@ -593,11 +607,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
593
607
  * Gets or sets the checkbox background color when unchecked.
594
608
  */
595
609
  get: function () {
596
- return brushToString(this.i.fa);
610
+ return brushToString(this.i.checkboxUncheckedBackgroundColor);
597
611
  },
598
612
  set: function (v) {
599
- this.i.fa = stringToBrush(v);
600
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
613
+ this.i.checkboxUncheckedBackgroundColor = stringToBrush(v);
614
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.checkboxUncheckedBackgroundColor));
601
615
  },
602
616
  enumerable: false,
603
617
  configurable: true
@@ -607,11 +621,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
607
621
  * Gets or sets the checkbox border color when checked.
608
622
  */
609
623
  get: function () {
610
- return brushToString(this.i.e8);
624
+ return brushToString(this.i.checkboxCheckedBorderColor);
611
625
  },
612
626
  set: function (v) {
613
- this.i.e8 = stringToBrush(v);
614
- this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
627
+ this.i.checkboxCheckedBorderColor = stringToBrush(v);
628
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.checkboxCheckedBorderColor));
615
629
  },
616
630
  enumerable: false,
617
631
  configurable: true
@@ -621,11 +635,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
621
635
  * Gets or sets the checkbox border color when unchecked.
622
636
  */
623
637
  get: function () {
624
- return brushToString(this.i.fb);
638
+ return brushToString(this.i.checkboxUncheckedBorderColor);
625
639
  },
626
640
  set: function (v) {
627
- this.i.fb = stringToBrush(v);
628
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
641
+ this.i.checkboxUncheckedBorderColor = stringToBrush(v);
642
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.checkboxUncheckedBorderColor));
629
643
  },
630
644
  enumerable: false,
631
645
  configurable: true
@@ -635,11 +649,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
635
649
  * Gets or sets the corner radius to use for the checkbox.
636
650
  */
637
651
  get: function () {
638
- return this.i.bc;
652
+ return this.i.checkboxCornerRadius;
639
653
  },
640
654
  set: function (v) {
641
- this.i.bc = +v;
642
- this._a("checkboxCornerRadius", this.i.bc);
655
+ this.i.checkboxCornerRadius = +v;
656
+ this._a("checkboxCornerRadius", this.i.checkboxCornerRadius);
643
657
  },
644
658
  enumerable: false,
645
659
  configurable: true
@@ -663,11 +677,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
663
677
  * Gets or sets the scrollbar background color.
664
678
  */
665
679
  get: function () {
666
- return brushToString(this.i.fi);
680
+ return brushToString(this.i.fl);
667
681
  },
668
682
  set: function (v) {
669
- this.i.fi = stringToBrush(v);
670
- this._a("scrollbarBackground", brushToString(this.i.fi));
683
+ this.i.fl = stringToBrush(v);
684
+ this._a("scrollbarBackground", brushToString(this.i.fl));
671
685
  },
672
686
  enumerable: false,
673
687
  configurable: true
@@ -677,10 +691,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
677
691
  * Gets / sets the caption of the "Select All" checkbox.
678
692
  */
679
693
  get: function () {
680
- return this.i.c0;
694
+ return this.i.c1;
681
695
  },
682
696
  set: function (v) {
683
- this.i.c0 = v;
697
+ this.i.c1 = v;
684
698
  },
685
699
  enumerable: false,
686
700
  configurable: true
@@ -690,11 +704,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
690
704
  * Gets or sets the color to use for the "Select All" label.
691
705
  */
692
706
  get: function () {
693
- return brushToString(this.i.fn);
707
+ return brushToString(this.i.selectAllCaptionTextColor);
694
708
  },
695
709
  set: function (v) {
696
- this.i.fn = stringToBrush(v);
697
- this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
710
+ this.i.selectAllCaptionTextColor = stringToBrush(v);
711
+ this._a("selectAllCaptionTextColor", brushToString(this.i.selectAllCaptionTextColor));
698
712
  },
699
713
  enumerable: false,
700
714
  configurable: true
@@ -704,11 +718,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
704
718
  * Gets or sets the color to use for the actual header selectAllCaption text.
705
719
  */
706
720
  get: function () {
707
- return brushToString(this.i.e5);
721
+ return brushToString(this.i.e8);
708
722
  },
709
723
  set: function (v) {
710
- this.i.e5 = stringToBrush(v);
711
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
724
+ this.i.e8 = stringToBrush(v);
725
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e8));
712
726
  },
713
727
  enumerable: false,
714
728
  configurable: true
@@ -760,11 +774,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
760
774
  * Gets or sets the color to use for the text of the component.
761
775
  */
762
776
  get: function () {
763
- return brushToString(this.i.fp);
777
+ return brushToString(this.i.textColor);
764
778
  },
765
779
  set: function (v) {
766
- this.i.fp = stringToBrush(v);
767
- this._a("textColor", brushToString(this.i.fp));
780
+ this.i.textColor = stringToBrush(v);
781
+ this._a("textColor", brushToString(this.i.textColor));
768
782
  },
769
783
  enumerable: false,
770
784
  configurable: true
@@ -802,11 +816,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
802
816
  * Gets or sets whether checkbox should be displayed to the right.
803
817
  */
804
818
  get: function () {
805
- return this.i.az;
819
+ return this.i.checkboxAlignedRight;
806
820
  },
807
821
  set: function (v) {
808
- this.i.az = ensureBool(v);
809
- this._a("checkboxAlignedRight", this.i.az);
822
+ this.i.checkboxAlignedRight = ensureBool(v);
823
+ this._a("checkboxAlignedRight", this.i.checkboxAlignedRight);
810
824
  },
811
825
  enumerable: false,
812
826
  configurable: true
@@ -884,17 +898,17 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
884
898
 
885
899
  */
886
900
  IgcCheckboxListComponent.prototype.selectAll = function () {
887
- this.i.ej();
901
+ this.i.el();
888
902
  };
889
903
  /**
890
904
  * Deselects all the items in the checkbox list.
891
905
 
892
906
  */
893
907
  IgcCheckboxListComponent.prototype.deselectAll = function () {
894
- this.i.dg();
908
+ this.i.dh();
895
909
  };
896
910
  IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
897
- this.i.dv(index, oldItem, newItem);
911
+ this.i.dw(index, oldItem, newItem);
898
912
  };
899
913
  /**
900
914
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -902,22 +916,22 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
902
916
 
903
917
  */
904
918
  IgcCheckboxListComponent.prototype.notifyClearItems = function () {
905
- this.i.dr();
919
+ this.i.ds();
906
920
  };
907
921
  IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
908
- this.i.ds(index, newItem);
922
+ this.i.dt(index, newItem);
909
923
  };
910
924
  IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
911
- this.i.du(index, oldItem);
925
+ this.i.dv(index, oldItem);
912
926
  };
913
927
  IgcCheckboxListComponent.prototype.refresh = function () {
914
928
  this.i.refresh();
915
929
  };
916
930
  IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
917
- this.i.db(value);
931
+ this.i.dc(value);
918
932
  };
919
933
  IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
920
- this.i.eh(value);
934
+ this.i.ej(value);
921
935
  };
922
936
  IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
923
937
  var iv = this.i.getDesiredSize(toSize(availableSize));