igniteui-angular-data-grids 21.1.0-beta.0 → 21.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 (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-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 +2987 -2879
  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/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. package/package.json +4 -4
@@ -59,10 +59,10 @@ 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>";
@@ -395,7 +395,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
395
395
  SummaryChooser.prototype.a6 = function () {
396
396
  if (this.e != null) {
397
397
  this.e.density = this.m;
398
- this.e.fp = this.ba;
398
+ this.e.textColor = this.ba;
399
399
  this.e.baseTheme = this.i;
400
400
  this.e.backgroundColor = this.a9;
401
401
  this.e.showSelectAll = false;
@@ -454,7 +454,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
454
454
  if (d.iD == a) {
455
455
  d.isSelected = b;
456
456
  if (this.e != null) {
457
- this.e.dv(c, d, d);
457
+ this.e.dw(c, d, d);
458
458
  }
459
459
  break;
460
460
  }
@@ -466,7 +466,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
466
466
  c.label = b;
467
467
  this.q.add(c);
468
468
  if (this.e != null) {
469
- this.e.ds(this.q.count - 1, c);
469
+ this.e.dt(this.q.count - 1, c);
470
470
  }
471
471
  this.c.onItemInserted();
472
472
  };
@@ -476,7 +476,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
476
476
  if (c.iD == a) {
477
477
  this.q.removeAt(b);
478
478
  if (this.e != null) {
479
- this.e.du(b, c);
479
+ this.e.dv(b, c);
480
480
  }
481
481
  break;
482
482
  }
@@ -489,7 +489,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
489
489
  if (d.iD == a) {
490
490
  d.label = b;
491
491
  if (this.e != null) {
492
- this.e.dv(c, d, d);
492
+ this.e.dw(c, d, d);
493
493
  }
494
494
  break;
495
495
  }
@@ -712,7 +712,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
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 {
@@ -2776,7 +2776,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
2776
2776
  try {
2777
2777
  for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
2778
2778
  var d = _c.value;
2779
- if (0 == StringComparer.b.compare(d.nj, a)) {
2779
+ if (0 == StringComparer.b.compare(d.nl, a)) {
2780
2780
  return d;
2781
2781
  }
2782
2782
  }
@@ -838,11 +838,11 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
838
838
  var a = new TextColumn();
839
839
  a.lm = 10;
840
840
  a.ln = 5;
841
- a.nj = "PropertyPath";
841
+ a.nl = "PropertyPath";
842
842
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
843
843
  this.l.columns.add(a);
844
844
  var b = new TemplateColumn();
845
- b.nj = "ValueType";
845
+ b.nl = "ValueType";
846
846
  b.lm = 5;
847
847
  b.ln = 5;
848
848
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
@@ -933,8 +933,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
933
933
  return $ret;
934
934
  })());
935
935
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dp));
936
- s.ob = "PropertyName_" + k;
937
- s.nj = "PropertyName";
936
+ s.od = "PropertyName_" + k;
937
+ s.nl = "PropertyName";
938
938
  c.add(s);
939
939
  this_1.au.item(s, c.count - 1);
940
940
  g++;
@@ -971,8 +971,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
971
971
  }
972
972
  if (c.count <= g) {
973
973
  var v = new TemplateColumn();
974
- v.ob = "ValueType_" + k;
975
- v.nj = "ValueType";
974
+ v.od = "ValueType_" + k;
975
+ v.nl = "ValueType";
976
976
  v.lm = 5;
977
977
  v.ln = 5;
978
978
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.cu));
@@ -35,7 +35,7 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
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;