igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.1.0-beta.2

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
@@ -53,10 +53,10 @@ let GridIconRepository = /*@__PURE__*/ (() => {
53
53
  GridIconRepository.$t = /*@__PURE__*/ markType(GridIconRepository, 'GridIconRepository');
54
54
  GridIconRepository.a = false;
55
55
  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";
56
- 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>";
57
- 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>";
58
- 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>";
59
- 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>";
56
+ 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>";
57
+ 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>";
58
+ 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>";
59
+ 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>";
60
60
  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>";
61
61
  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>";
62
62
  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>";
@@ -317,7 +317,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
317
317
  a6() {
318
318
  if (this.e != null) {
319
319
  this.e.density = this.m;
320
- this.e.fp = this.ba;
320
+ this.e.textColor = this.ba;
321
321
  this.e.baseTheme = this.i;
322
322
  this.e.backgroundColor = this.a9;
323
323
  this.e.showSelectAll = false;
@@ -376,7 +376,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
376
376
  if (d.iD == a) {
377
377
  d.isSelected = b;
378
378
  if (this.e != null) {
379
- this.e.dv(c, d, d);
379
+ this.e.dw(c, d, d);
380
380
  }
381
381
  break;
382
382
  }
@@ -388,7 +388,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
388
388
  c.label = b;
389
389
  this.q.add(c);
390
390
  if (this.e != null) {
391
- this.e.ds(this.q.count - 1, c);
391
+ this.e.dt(this.q.count - 1, c);
392
392
  }
393
393
  this.c.onItemInserted();
394
394
  }
@@ -398,7 +398,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
398
398
  if (c.iD == a) {
399
399
  this.q.removeAt(b);
400
400
  if (this.e != null) {
401
- this.e.du(b, c);
401
+ this.e.dv(b, c);
402
402
  }
403
403
  break;
404
404
  }
@@ -411,7 +411,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
411
411
  if (d.iD == a) {
412
412
  d.label = b;
413
413
  if (this.e != null) {
414
- this.e.dv(c, d, d);
414
+ this.e.dw(c, d, d);
415
415
  }
416
416
  break;
417
417
  }
@@ -677,7 +677,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
677
677
  }
678
678
  let f = this.g;
679
679
  let g = this.g.p();
680
- e = g.no();
680
+ e = g.nq();
681
681
  }
682
682
  d.d = e;
683
683
  d.b = a;
@@ -843,7 +843,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
843
843
  this.d.isColumnOptionsEnabled = false;
844
844
  this.d.isActiveCellStyleEnabled = false;
845
845
  this.d.cornerRadius = new CornerRadius(0, 0);
846
- this.d.i8 = false;
846
+ this.d.i9 = false;
847
847
  let b = this.d;
848
848
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
849
849
  let c = this.d;
@@ -1122,7 +1122,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1122
1122
  }
1123
1123
  let k = this.e.activeCell;
1124
1124
  if (null != j.activeCell) {
1125
- this.d.kv(false, false);
1125
+ this.d.kx(false, false);
1126
1126
  b.preventDefault();
1127
1127
  }
1128
1128
  else {
@@ -1149,7 +1149,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1149
1149
  }
1150
1150
  let o = this.e.activeCell;
1151
1151
  if (null != n.activeCell) {
1152
- this.d.k8(false, false);
1152
+ this.d.la(false, false);
1153
1153
  b.preventDefault();
1154
1154
  }
1155
1155
  else {
@@ -2398,7 +2398,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
2398
2398
  return c._inner[0];
2399
2399
  }
2400
2400
  for (let d of fromEnum(c)) {
2401
- if (0 == StringComparer.b.compare(d.nj, a)) {
2401
+ if (0 == StringComparer.b.compare(d.nl, a)) {
2402
2402
  return d;
2403
2403
  }
2404
2404
  }
@@ -738,11 +738,11 @@ let PropertyEditor = /*@__PURE__*/ (() => {
738
738
  let a = new TextColumn();
739
739
  a.lm = 10;
740
740
  a.ln = 5;
741
- a.nj = "PropertyPath";
741
+ a.nl = "PropertyPath";
742
742
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
743
743
  this.l.columns.add(a);
744
744
  let b = new TemplateColumn();
745
- b.nj = "ValueType";
745
+ b.nl = "ValueType";
746
746
  b.lm = 5;
747
747
  b.ln = 5;
748
748
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
@@ -833,8 +833,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
833
833
  return $ret;
834
834
  })());
835
835
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
836
- s.ob = "PropertyName_" + k;
837
- s.nj = "PropertyName";
836
+ s.od = "PropertyName_" + k;
837
+ s.nl = "PropertyName";
838
838
  c.add(s);
839
839
  this.au.item(s, c.count - 1);
840
840
  g++;
@@ -871,8 +871,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
871
871
  }
872
872
  if (c.count <= g) {
873
873
  let v = new TemplateColumn();
874
- v.ob = "ValueType_" + k;
875
- v.nj = "ValueType";
874
+ v.od = "ValueType_" + k;
875
+ v.nl = "ValueType";
876
876
  v.lm = 5;
877
877
  v.ln = 5;
878
878
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
@@ -26,7 +26,7 @@ let TemplateCellPresenter = /*@__PURE__*/ (() => {
26
26
  let e = a.cs * (1 - d);
27
27
  this.e.d0.element.setRawStyleProperty("opacity", e.toString());
28
28
  }
29
- c.r8(a, this.e.d0);
29
+ c.sf(a, this.e.d0);
30
30
  }
31
31
  }
32
32
  TemplateCellPresenter.$t = /*@__PURE__*/ markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
@@ -25,7 +25,7 @@ let TemplateHeader = /*@__PURE__*/ (() => {
25
25
  super.eq(a, b, c, d);
26
26
  let e = a;
27
27
  let f = b.ci(a.l);
28
- e.ob = f.ml;
28
+ e.ob = f.mm;
29
29
  e.n = f.hv;
30
30
  e.oe = f.jx;
31
31
  }
@@ -68,7 +68,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
68
68
  }
69
69
  }
70
70
  de(a, b, c, d) {
71
- this.d4.b0();
71
+ this.d4.b1();
72
72
  }
73
73
  constructor(a) {
74
74
  super(a);
@@ -105,13 +105,13 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
105
105
  this.eb = d;
106
106
  let e = a.getSubRenderer(d);
107
107
  this.d4 = new GridFilterDialog();
108
- this.d4.ca(e, this.ar, a);
108
+ this.d4.cb(e, this.ar, a);
109
109
  this.ar.append(d);
110
- this.d4.b1(b, c);
110
+ this.d4.b2(b, c);
111
111
  this.d4.ar = 24;
112
112
  let f = this.d4.ai;
113
113
  this.d4.ai = false;
114
- this.d4.by();
114
+ this.d4.bz();
115
115
  this.d4.ai = f;
116
116
  let g = 18;
117
117
  let h = 18;
@@ -167,7 +167,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
167
167
  switch (this.d3) {
168
168
  case 2:
169
169
  case 3:
170
- this.d4.ce();
170
+ this.d4.cf();
171
171
  break;
172
172
  }
173
173
  }
@@ -175,7 +175,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
175
175
  switch (this.d3) {
176
176
  case 2:
177
177
  case 3:
178
- this.d4.by();
178
+ this.d4.bz();
179
179
  break;
180
180
  }
181
181
  }
@@ -288,7 +288,7 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
288
288
  switch (this.d3) {
289
289
  case 1:
290
290
  this.d4.ai = false;
291
- this.d4.ce();
291
+ this.d4.cf();
292
292
  break;
293
293
  case 2:
294
294
  this.d4.ai = false;
@@ -65,50 +65,53 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
65
65
  this.d.d3 = b.og;
66
66
  }
67
67
  if (a.bb("ColumnOptionsIconColor")) {
68
- this.d.d5.c1 = b.p9;
68
+ this.d.d5.c4 = b.qc;
69
69
  }
70
70
  if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
71
71
  let f = a.e.getColumn();
72
72
  if (f != this.d.d5.n) {
73
73
  this.d.d5.n = f;
74
- this.d.d5.bx();
74
+ this.d.d5.by();
75
75
  }
76
76
  }
77
77
  if (a.bc(TextHeaderCellModel.o7)) {
78
78
  this.d.db(b.ok);
79
79
  }
80
80
  if (a.bc(TextHeaderCellModel.ot)) {
81
- this.d.d5.ct = b.p4;
81
+ this.d.d5.cv = b.p7;
82
82
  }
83
83
  if (a.bc(TextHeaderCellModel.o5)) {
84
- this.d.d5.cz = b.qb;
84
+ this.d.d5.c1 = b.qe;
85
85
  }
86
86
  if (a.bc(TextHeaderCellModel.o6)) {
87
87
  this.d.d5.ab = b.oo;
88
88
  }
89
89
  if (a.bc(TextHeaderCellModel.oy)) {
90
- this.d.d5.cx = b.p8;
90
+ this.d.d5.cz = b.qb;
91
91
  }
92
92
  if (a.bc(TextHeaderCellModel.o8)) {
93
- this.d.d5.c0 = b.qc;
93
+ this.d.d5.c2 = b.qf;
94
+ }
95
+ if (a.bc(TextHeaderCellModel.o9)) {
96
+ this.d.d5.c3 = b.qg;
94
97
  }
95
98
  if (a.bc(TextHeaderCellModel.ox)) {
96
- this.d.d5.cw = b.p7;
99
+ this.d.d5.cy = b.qa;
97
100
  }
98
101
  if (a.bc(TextHeaderCellModel.o4)) {
99
- this.d.d5.cy = b.qa;
102
+ this.d.d5.c0 = b.qd;
100
103
  }
101
104
  if (a.bc(TextHeaderCellModel.ou)) {
102
- this.d.d5.cu = b.p5;
105
+ this.d.d5.cw = b.p8;
103
106
  }
104
107
  if (a.bc(TextHeaderCellModel.ov)) {
105
- this.d.d5.cv = b.p6;
108
+ this.d.d5.cx = b.p9;
106
109
  }
107
110
  if (a.bc(TextHeaderCellModel.ow)) {
108
111
  this.d.d5.aa = b.on;
109
112
  }
110
113
  if (a.bc(TextHeaderCellModel.os)) {
111
- this.d.d5.cs = b.p3;
114
+ this.d.d5.cu = b.p6;
112
115
  }
113
116
  if (a.bc(TextHeaderCellModel.o3)) {
114
117
  this.d.d5.ax = b.o2;
@@ -279,25 +279,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
279
279
  this.i.dataMemberPath = v;
280
280
  }
281
281
  get dataLegendTarget() {
282
- return this.i.bq;
282
+ return this.i.dataLegendTarget;
283
283
  }
284
284
  set dataLegendTarget(v) {
285
- this.i.bq = v;
285
+ this.i.dataLegendTarget = v;
286
286
  }
287
287
  /**
288
288
  * Gets or Sets the property name that contains the values.
289
289
  */
290
290
  get subtitleMemberPath() {
291
- return this.i.c7;
291
+ return this.i.subtitleMemberPath;
292
292
  }
293
293
  set subtitleMemberPath(v) {
294
- this.i.c7 = v;
294
+ this.i.subtitleMemberPath = v;
295
295
  }
296
296
  get propertyTypeMemberPath() {
297
- return this.i.cm;
297
+ return this.i.propertyTypeMemberPath;
298
298
  }
299
299
  set propertyTypeMemberPath(v) {
300
- this.i.cm = v;
300
+ this.i.propertyTypeMemberPath = v;
301
301
  }
302
302
  /**
303
303
  * Gets or Sets the property name that contains the values.
@@ -399,21 +399,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
399
399
  * Gets or sets the search background color.
400
400
  */
401
401
  get searchBackgroundColor() {
402
- return brushToString(this.i.fj);
402
+ return brushToString(this.i.fm);
403
403
  }
404
404
  set searchBackgroundColor(v) {
405
- this.i.fj = stringToBrush(v);
406
- this._a("searchBackgroundColor", brushToString(this.i.fj));
405
+ this.i.fm = stringToBrush(v);
406
+ this._a("searchBackgroundColor", brushToString(this.i.fm));
407
407
  }
408
408
  /**
409
409
  * Gets or sets the search background color.
410
410
  */
411
411
  get labelClickTriggersChange() {
412
- return this.i.a6;
412
+ return this.i.labelClickTriggersChange;
413
413
  }
414
414
  set labelClickTriggersChange(v) {
415
- this.i.a6 = ensureBool(v);
416
- this._a("labelClickTriggersChange", this.i.a6);
415
+ this.i.labelClickTriggersChange = ensureBool(v);
416
+ this._a("labelClickTriggersChange", this.i.labelClickTriggersChange);
417
417
  }
418
418
  /**
419
419
  * Gets or sets the search text color.
@@ -429,11 +429,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
429
429
  * Gets or sets the search border color.
430
430
  */
431
431
  get searchBorderColor() {
432
- return brushToString(this.i.fk);
432
+ return brushToString(this.i.searchBorderColor);
433
433
  }
434
434
  set searchBorderColor(v) {
435
- this.i.fk = stringToBrush(v);
436
- this._a("searchBorderColor", brushToString(this.i.fk));
435
+ this.i.searchBorderColor = stringToBrush(v);
436
+ this._a("searchBorderColor", brushToString(this.i.searchBorderColor));
437
+ }
438
+ /**
439
+ * Gets or sets the search focus border color.
440
+ */
441
+ get searchFocusBorderColor() {
442
+ return brushToString(this.i.searchFocusBorderColor);
443
+ }
444
+ set searchFocusBorderColor(v) {
445
+ this.i.searchFocusBorderColor = stringToBrush(v);
446
+ this._a("searchFocusBorderColor", brushToString(this.i.searchFocusBorderColor));
437
447
  }
438
448
  /**
439
449
  * Gets or sets the text style.
@@ -454,61 +464,61 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
454
464
  * Gets or sets the checkbox tick color.
455
465
  */
456
466
  get checkboxTickColor() {
457
- return brushToString(this.i.e9);
467
+ return brushToString(this.i.fc);
458
468
  }
459
469
  set checkboxTickColor(v) {
460
- this.i.e9 = stringToBrush(v);
461
- this._a("checkboxTickColor", brushToString(this.i.e9));
470
+ this.i.fc = stringToBrush(v);
471
+ this._a("checkboxTickColor", brushToString(this.i.fc));
462
472
  }
463
473
  /**
464
474
  * Gets or sets the checkbox background color when checked.
465
475
  */
466
476
  get checkboxCheckedBackgroundColor() {
467
- return brushToString(this.i.e7);
477
+ return brushToString(this.i.checkboxCheckedBackgroundColor);
468
478
  }
469
479
  set checkboxCheckedBackgroundColor(v) {
470
- this.i.e7 = stringToBrush(v);
471
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
480
+ this.i.checkboxCheckedBackgroundColor = stringToBrush(v);
481
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.checkboxCheckedBackgroundColor));
472
482
  }
473
483
  /**
474
484
  * Gets or sets the checkbox background color when unchecked.
475
485
  */
476
486
  get checkboxUncheckedBackgroundColor() {
477
- return brushToString(this.i.fa);
487
+ return brushToString(this.i.checkboxUncheckedBackgroundColor);
478
488
  }
479
489
  set checkboxUncheckedBackgroundColor(v) {
480
- this.i.fa = stringToBrush(v);
481
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
490
+ this.i.checkboxUncheckedBackgroundColor = stringToBrush(v);
491
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.checkboxUncheckedBackgroundColor));
482
492
  }
483
493
  /**
484
494
  * Gets or sets the checkbox border color when checked.
485
495
  */
486
496
  get checkboxCheckedBorderColor() {
487
- return brushToString(this.i.e8);
497
+ return brushToString(this.i.checkboxCheckedBorderColor);
488
498
  }
489
499
  set checkboxCheckedBorderColor(v) {
490
- this.i.e8 = stringToBrush(v);
491
- this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
500
+ this.i.checkboxCheckedBorderColor = stringToBrush(v);
501
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.checkboxCheckedBorderColor));
492
502
  }
493
503
  /**
494
504
  * Gets or sets the checkbox border color when unchecked.
495
505
  */
496
506
  get checkboxUncheckedBorderColor() {
497
- return brushToString(this.i.fb);
507
+ return brushToString(this.i.checkboxUncheckedBorderColor);
498
508
  }
499
509
  set checkboxUncheckedBorderColor(v) {
500
- this.i.fb = stringToBrush(v);
501
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
510
+ this.i.checkboxUncheckedBorderColor = stringToBrush(v);
511
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.checkboxUncheckedBorderColor));
502
512
  }
503
513
  /**
504
514
  * Gets or sets the corner radius to use for the checkbox.
505
515
  */
506
516
  get checkboxCornerRadius() {
507
- return this.i.bc;
517
+ return this.i.checkboxCornerRadius;
508
518
  }
509
519
  set checkboxCornerRadius(v) {
510
- this.i.bc = +v;
511
- this._a("checkboxCornerRadius", this.i.bc);
520
+ this.i.checkboxCornerRadius = +v;
521
+ this._a("checkboxCornerRadius", this.i.checkboxCornerRadius);
512
522
  }
513
523
  /**
514
524
  * Gets or sets the style of scrollbar.
@@ -524,40 +534,40 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
524
534
  * Gets or sets the scrollbar background color.
525
535
  */
526
536
  get scrollbarBackground() {
527
- return brushToString(this.i.fi);
537
+ return brushToString(this.i.fl);
528
538
  }
529
539
  set scrollbarBackground(v) {
530
- this.i.fi = stringToBrush(v);
531
- this._a("scrollbarBackground", brushToString(this.i.fi));
540
+ this.i.fl = stringToBrush(v);
541
+ this._a("scrollbarBackground", brushToString(this.i.fl));
532
542
  }
533
543
  /**
534
544
  * Gets / sets the caption of the "Select All" checkbox.
535
545
  */
536
546
  get selectAllCaption() {
537
- return this.i.c0;
547
+ return this.i.c1;
538
548
  }
539
549
  set selectAllCaption(v) {
540
- this.i.c0 = v;
550
+ this.i.c1 = v;
541
551
  }
542
552
  /**
543
553
  * Gets or sets the color to use for the "Select All" label.
544
554
  */
545
555
  get selectAllCaptionTextColor() {
546
- return brushToString(this.i.fn);
556
+ return brushToString(this.i.selectAllCaptionTextColor);
547
557
  }
548
558
  set selectAllCaptionTextColor(v) {
549
- this.i.fn = stringToBrush(v);
550
- this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
559
+ this.i.selectAllCaptionTextColor = stringToBrush(v);
560
+ this._a("selectAllCaptionTextColor", brushToString(this.i.selectAllCaptionTextColor));
551
561
  }
552
562
  /**
553
563
  * Gets or sets the color to use for the actual header selectAllCaption text.
554
564
  */
555
565
  get actualSelectAllCaptionTextColor() {
556
- return brushToString(this.i.e5);
566
+ return brushToString(this.i.e8);
557
567
  }
558
568
  set actualSelectAllCaptionTextColor(v) {
559
- this.i.e5 = stringToBrush(v);
560
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
569
+ this.i.e8 = stringToBrush(v);
570
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e8));
561
571
  }
562
572
  /**
563
573
  * Gets / sets whether the "Select all" checkbox is visible.
@@ -593,11 +603,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
593
603
  * Gets or sets the color to use for the text of the component.
594
604
  */
595
605
  get textColor() {
596
- return brushToString(this.i.fp);
606
+ return brushToString(this.i.textColor);
597
607
  }
598
608
  set textColor(v) {
599
- this.i.fp = stringToBrush(v);
600
- this._a("textColor", brushToString(this.i.fp));
609
+ this.i.textColor = stringToBrush(v);
610
+ this._a("textColor", brushToString(this.i.textColor));
601
611
  }
602
612
  /**
603
613
  * Gets or sets whether the filter input is visible.
@@ -623,11 +633,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
623
633
  * Gets or sets whether checkbox should be displayed to the right.
624
634
  */
625
635
  get checkboxAlignedRight() {
626
- return this.i.az;
636
+ return this.i.checkboxAlignedRight;
627
637
  }
628
638
  set checkboxAlignedRight(v) {
629
- this.i.az = ensureBool(v);
630
- this._a("checkboxAlignedRight", this.i.az);
639
+ this.i.checkboxAlignedRight = ensureBool(v);
640
+ this._a("checkboxAlignedRight", this.i.checkboxAlignedRight);
631
641
  }
632
642
  findByName(name) {
633
643
  if (this.findEphemera) {
@@ -698,17 +708,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
698
708
 
699
709
  */
700
710
  selectAll() {
701
- this.i.ej();
711
+ this.i.el();
702
712
  }
703
713
  /**
704
714
  * Deselects all the items in the checkbox list.
705
715
 
706
716
  */
707
717
  deselectAll() {
708
- this.i.dg();
718
+ this.i.dh();
709
719
  }
710
720
  notifySetItem(index, oldItem, newItem) {
711
- this.i.dv(index, oldItem, newItem);
721
+ this.i.dw(index, oldItem, newItem);
712
722
  }
713
723
  /**
714
724
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -716,22 +726,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
716
726
 
717
727
  */
718
728
  notifyClearItems() {
719
- this.i.dr();
729
+ this.i.ds();
720
730
  }
721
731
  notifyInsertItem(index, newItem) {
722
- this.i.ds(index, newItem);
732
+ this.i.dt(index, newItem);
723
733
  }
724
734
  notifyRemoveItem(index, oldItem) {
725
- this.i.du(index, oldItem);
735
+ this.i.dv(index, oldItem);
726
736
  }
727
737
  refresh() {
728
738
  this.i.refresh();
729
739
  }
730
740
  addKeyValue(value) {
731
- this.i.db(value);
741
+ this.i.dc(value);
732
742
  }
733
743
  removeKeyValue(value) {
734
- this.i.eh(value);
744
+ this.i.ej(value);
735
745
  }
736
746
  getDesiredSize(availableSize) {
737
747
  let iv = this.i.getDesiredSize(toSize(availableSize));