igniteui-angular-data-grids 21.0.1 → 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 (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +11 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -27,7 +27,7 @@ import { IgxGridSortDescriptionsChangedEventArgs } from './igx-grid-sort-descrip
27
27
  import { IgxGridGroupDescriptionsChangedEventArgs } from './igx-grid-group-descriptions-changed-event-args';
28
28
  import { IgxGridSummaryDescriptionsChangedEventArgs } from './igx-grid-summary-descriptions-changed-event-args';
29
29
  import { DataGrid } from "./DataGrid";
30
- import { ensureEnum, ensureBool, CollectionAdapter, initializePropertiesFromCss, NamePatcher, stringToBrush, brushToString, toSpinal } from "igniteui-angular-core";
30
+ import { ensureEnum, ensureBool, CollectionAdapter, initializePropertiesFromCss, NamePatcher, stringToBrush, brushToString, toSpinal, moveFocusNext, moveFocusPrevious } from "igniteui-angular-core";
31
31
  import { Thickness } from "igniteui-angular-core";
32
32
  import { AngularRenderer, AngularWrapper, PortalManager } from "igniteui-angular-core";
33
33
  import { DataGridColumn } from './DataGridColumn';
@@ -120,6 +120,7 @@ import { ColumnGrouping } from "./ColumnGrouping";
120
120
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
121
121
  import { IgxDataSourceRootSummariesChangedEventArgs } from "igniteui-angular-core";
122
122
  import { BaseControlTheme_$type } from "igniteui-angular-core";
123
+ import { IgxDataBindingEventArgs } from './igx-data-binding-event-args';
123
124
  import * as i0 from "@angular/core";
124
125
  let GridStylingDefaults = {};
125
126
  export let IgxDataGridComponent = /*@__PURE__*/ (() => {
@@ -191,6 +192,8 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
191
192
  this._cellPointerDown = null;
192
193
  this._cellPointerUp = null;
193
194
  this._cellClicked = null;
195
+ this._filterRowDataBinding = null;
196
+ this._filterRowDataBound = null;
194
197
  this._sortDescriptionsChanged = null;
195
198
  this._groupDescriptionsChanged = null;
196
199
  this._summaryDescriptionsChanged = null;
@@ -356,6 +359,12 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
356
359
  this._scroller.scrollbarBrush = color;
357
360
  }
358
361
  }
362
+ _moveFocusNext() {
363
+ moveFocusNext(this._elRef.element.nativeElement, true);
364
+ }
365
+ _moveFocusPrevious() {
366
+ moveFocusPrevious(this._elRef.element.nativeElement);
367
+ }
359
368
  createImplementation() {
360
369
  //let test = Grid;
361
370
  return new DataGrid();
@@ -1387,6 +1396,12 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
1387
1396
  set isColumnOptionsEnabled(v) {
1388
1397
  this.i.isColumnOptionsEnabled = ensureBool(v);
1389
1398
  }
1399
+ get useNewerColumnOptionsMenu() {
1400
+ return this.i.useNewerColumnOptionsMenu;
1401
+ }
1402
+ set useNewerColumnOptionsMenu(v) {
1403
+ this.i.useNewerColumnOptionsMenu = ensureBool(v);
1404
+ }
1390
1405
  /**
1391
1406
  * Gets or sets if group rows will stick to the top of the grid.
1392
1407
  */
@@ -1414,6 +1429,15 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
1414
1429
  set cellSelectedBackground(v) {
1415
1430
  this.i.cellSelectedBackground = stringToBrush(v);
1416
1431
  }
1432
+ /**
1433
+ * Gets or sets the default text color to use for content cells when a row is in a selected state
1434
+ */
1435
+ get cellSelectedTextColor() {
1436
+ return brushToString(this.i.cellSelectedTextColor);
1437
+ }
1438
+ set cellSelectedTextColor(v) {
1439
+ this.i.cellSelectedTextColor = stringToBrush(v);
1440
+ }
1417
1441
  /**
1418
1442
  * Gets or sets the default background color to use for section header cells when a row is in a selected state
1419
1443
  */
@@ -1602,6 +1626,15 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
1602
1626
  set sectionHeaderTextColor(v) {
1603
1627
  this.i.sectionHeaderTextColor = stringToBrush(v);
1604
1628
  }
1629
+ /**
1630
+ * Gets or sets the color to use for the expansion indicator icon on section header cells. When unset, the icon defers to the section header text color.
1631
+ */
1632
+ get sectionHeaderExpansionIndicatorIconColor() {
1633
+ return brushToString(this.i.sectionHeaderExpansionIndicatorIconColor);
1634
+ }
1635
+ set sectionHeaderExpansionIndicatorIconColor(v) {
1636
+ this.i.sectionHeaderExpansionIndicatorIconColor = stringToBrush(v);
1637
+ }
1605
1638
  /**
1606
1639
  * Gets or sets the font to use for section header cells
1607
1640
  */
@@ -2347,6 +2380,16 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2347
2380
  set isGroupExpandedDefault(v) {
2348
2381
  this.i.isGroupExpandedDefault = ensureBool(v);
2349
2382
  }
2383
+ /**
2384
+ * Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
2385
+ * When false (the default), only the expansion indicator toggles the group.
2386
+ */
2387
+ get expandCollapseOnSectionHeaderClick() {
2388
+ return this.i.expandCollapseOnSectionHeaderClick;
2389
+ }
2390
+ set expandCollapseOnSectionHeaderClick(v) {
2391
+ this.i.expandCollapseOnSectionHeaderClick = ensureBool(v);
2392
+ }
2350
2393
  /**
2351
2394
  * Gets or sets the display mode summaries will use inside groups.
2352
2395
  */
@@ -2687,6 +2730,56 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2687
2730
  set columnOptionsTextColor(v) {
2688
2731
  this.i.columnOptionsTextColor = stringToBrush(v);
2689
2732
  }
2733
+ /**
2734
+ * Gets or sets the font settings for text inside the column options menu.
2735
+ */
2736
+ get columnOptionsTextStyle() {
2737
+ if (this.i.columnOptionsTextStyle == null) {
2738
+ return null;
2739
+ }
2740
+ return this.i.columnOptionsTextStyle.fontString;
2741
+ }
2742
+ set columnOptionsTextStyle(v) {
2743
+ let fi = new FontInfo();
2744
+ fi.fontString = v;
2745
+ this.i.columnOptionsTextStyle = fi;
2746
+ }
2747
+ /**
2748
+ * Gets or sets the hover background color inside the column options menu.
2749
+ */
2750
+ get columnOptionsHoverBackgroundColor() {
2751
+ return brushToString(this.i.columnOptionsHoverBackgroundColor);
2752
+ }
2753
+ set columnOptionsHoverBackgroundColor(v) {
2754
+ this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
2755
+ }
2756
+ /**
2757
+ * Gets or sets the tooltip background color inside the column options menu.
2758
+ */
2759
+ get columnOptionsToolTipBackgroundColor() {
2760
+ return brushToString(this.i.columnOptionsToolTipBackgroundColor);
2761
+ }
2762
+ set columnOptionsToolTipBackgroundColor(v) {
2763
+ this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
2764
+ }
2765
+ /**
2766
+ * Gets or sets the tooltip text color inside the column options menu.
2767
+ */
2768
+ get columnOptionsToolTipTextColor() {
2769
+ return brushToString(this.i.columnOptionsToolTipTextColor);
2770
+ }
2771
+ set columnOptionsToolTipTextColor(v) {
2772
+ this.i.columnOptionsToolTipTextColor = stringToBrush(v);
2773
+ }
2774
+ /**
2775
+ * Gets or sets the highlight color inside the column options menu.
2776
+ */
2777
+ get columnOptionsHighlightColor() {
2778
+ return brushToString(this.i.columnOptionsHighlightColor);
2779
+ }
2780
+ set columnOptionsHighlightColor(v) {
2781
+ this.i.columnOptionsHighlightColor = stringToBrush(v);
2782
+ }
2690
2783
  /**
2691
2784
  * Gets or sets the color of separators inside the column options menu.
2692
2785
  */
@@ -2714,18 +2807,47 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2714
2807
  set columnOptionsGroupHeaderTextColor(v) {
2715
2808
  this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
2716
2809
  }
2810
+ /**
2811
+ * Gets or sets the font settings for group header text inside the column options menu.
2812
+ */
2813
+ get columnOptionsGroupHeaderTextStyle() {
2814
+ if (this.i.columnOptionsGroupHeaderTextStyle == null) {
2815
+ return null;
2816
+ }
2817
+ return this.i.columnOptionsGroupHeaderTextStyle.fontString;
2818
+ }
2819
+ set columnOptionsGroupHeaderTextStyle(v) {
2820
+ let fi = new FontInfo();
2821
+ fi.fontString = v;
2822
+ this.i.columnOptionsGroupHeaderTextStyle = fi;
2823
+ }
2717
2824
  get columnOptionsAccentColor() {
2718
2825
  return brushToString(this.i.columnOptionsAccentColor);
2719
2826
  }
2720
2827
  set columnOptionsAccentColor(v) {
2721
2828
  this.i.columnOptionsAccentColor = stringToBrush(v);
2722
2829
  }
2830
+ /**
2831
+ * Gets or sets the row height for submenus inside the column options menu.
2832
+ */
2833
+ get columnOptionsRowHeight() {
2834
+ return this.i.columnOptionsRowHeight;
2835
+ }
2836
+ set columnOptionsRowHeight(v) {
2837
+ this.i.columnOptionsRowHeight = +v;
2838
+ }
2723
2839
  get allowCopyOperation() {
2724
2840
  return this.i.allowCopyOperation;
2725
2841
  }
2726
2842
  set allowCopyOperation(v) {
2727
2843
  this.i.allowCopyOperation = ensureBool(v);
2728
2844
  }
2845
+ get maxSelectedCellRanges() {
2846
+ return this.i.maxSelectedCellRanges;
2847
+ }
2848
+ set maxSelectedCellRanges(v) {
2849
+ this.i.maxSelectedCellRanges = +v;
2850
+ }
2729
2851
  /**
2730
2852
  * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
2731
2853
  */
@@ -3404,6 +3526,40 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
3404
3526
  }
3405
3527
  return this._cellClicked;
3406
3528
  }
3529
+ get filterRowDataBinding() {
3530
+ if (this._filterRowDataBinding == null) {
3531
+ this._filterRowDataBinding = new EventEmitter();
3532
+ this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, (o, e) => {
3533
+ let outerArgs = new IgxDataBindingEventArgs();
3534
+ outerArgs._provideImplementation(e);
3535
+ if (this.beforeFilterRowDataBinding) {
3536
+ this.beforeFilterRowDataBinding(this, outerArgs);
3537
+ }
3538
+ this._filterRowDataBinding.emit({
3539
+ sender: this,
3540
+ args: outerArgs
3541
+ });
3542
+ });
3543
+ }
3544
+ return this._filterRowDataBinding;
3545
+ }
3546
+ get filterRowDataBound() {
3547
+ if (this._filterRowDataBound == null) {
3548
+ this._filterRowDataBound = new EventEmitter();
3549
+ this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, (o, e) => {
3550
+ let outerArgs = new IgxDataBindingEventArgs();
3551
+ outerArgs._provideImplementation(e);
3552
+ if (this.beforeFilterRowDataBound) {
3553
+ this.beforeFilterRowDataBound(this, outerArgs);
3554
+ }
3555
+ this._filterRowDataBound.emit({
3556
+ sender: this,
3557
+ args: outerArgs
3558
+ });
3559
+ });
3560
+ }
3561
+ return this._filterRowDataBound;
3562
+ }
3407
3563
  /**
3408
3564
  * Called when sorting has changed.
3409
3565
  */
@@ -3905,7 +4061,7 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
3905
4061
  }
3906
4062
  }
3907
4063
  IgxDataGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
3908
- IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
4064
+ IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", expandCollapseOnSectionHeaderClick: "expandCollapseOnSectionHeaderClick", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
3909
4065
  <ng-container #dynamicContent></ng-container>
3910
4066
  `, isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3911
4067
  return IgxDataGridComponent;
@@ -4054,12 +4210,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4054
4210
  type: Input
4055
4211
  }], isColumnOptionsEnabled: [{
4056
4212
  type: Input
4213
+ }], useNewerColumnOptionsMenu: [{
4214
+ type: Input
4057
4215
  }], isGroupRowSticky: [{
4058
4216
  type: Input
4059
4217
  }], isHeaderSeparatorVisible: [{
4060
4218
  type: Input
4061
4219
  }], cellSelectedBackground: [{
4062
4220
  type: Input
4221
+ }], cellSelectedTextColor: [{
4222
+ type: Input
4063
4223
  }], sectionHeaderSelectedBackground: [{
4064
4224
  type: Input
4065
4225
  }], summaryRootBackground: [{
@@ -4096,6 +4256,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4096
4256
  type: Input
4097
4257
  }], sectionHeaderTextColor: [{
4098
4258
  type: Input
4259
+ }], sectionHeaderExpansionIndicatorIconColor: [{
4260
+ type: Input
4099
4261
  }], sectionHeaderTextStyle: [{
4100
4262
  type: Input
4101
4263
  }], summaryRootLabelTextStyle: [{
@@ -4216,6 +4378,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4216
4378
  type: Input
4217
4379
  }], isGroupExpandedDefault: [{
4218
4380
  type: Input
4381
+ }], expandCollapseOnSectionHeaderClick: [{
4382
+ type: Input
4219
4383
  }], groupSummaryDisplayMode: [{
4220
4384
  type: Input
4221
4385
  }], autoAcceptEdits: [{
@@ -4280,16 +4444,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4280
4444
  type: Input
4281
4445
  }], columnOptionsTextColor: [{
4282
4446
  type: Input
4447
+ }], columnOptionsTextStyle: [{
4448
+ type: Input
4449
+ }], columnOptionsHoverBackgroundColor: [{
4450
+ type: Input
4451
+ }], columnOptionsToolTipBackgroundColor: [{
4452
+ type: Input
4453
+ }], columnOptionsToolTipTextColor: [{
4454
+ type: Input
4455
+ }], columnOptionsHighlightColor: [{
4456
+ type: Input
4283
4457
  }], columnOptionsSeparatorColor: [{
4284
4458
  type: Input
4285
4459
  }], columnOptionsGroupHeaderBackground: [{
4286
4460
  type: Input
4287
4461
  }], columnOptionsGroupHeaderTextColor: [{
4288
4462
  type: Input
4463
+ }], columnOptionsGroupHeaderTextStyle: [{
4464
+ type: Input
4289
4465
  }], columnOptionsAccentColor: [{
4290
4466
  type: Input
4467
+ }], columnOptionsRowHeight: [{
4468
+ type: Input
4291
4469
  }], allowCopyOperation: [{
4292
4470
  type: Input
4471
+ }], maxSelectedCellRanges: [{
4472
+ type: Input
4293
4473
  }], deferEventForRowDragSelection: [{
4294
4474
  type: Input
4295
4475
  }], filterExpressionsChanging: [{
@@ -4306,6 +4486,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4306
4486
  type: Output
4307
4487
  }], cellClicked: [{
4308
4488
  type: Output
4489
+ }], filterRowDataBinding: [{
4490
+ type: Output
4491
+ }], filterRowDataBound: [{
4492
+ type: Output
4309
4493
  }], sortDescriptionsChanged: [{
4310
4494
  type: Output
4311
4495
  }], groupDescriptionsChanged: [{
@@ -6,6 +6,7 @@ import { IgxFilterDialogRenderCompletedEventArgs } from "./igx-filter-dialog-ren
6
6
  import { GridFilterDialog } from "./GridFilterDialog";
7
7
  import { TypeRegistrar } from "igniteui-angular-core";
8
8
  import { NamePatcher, ensureBool, brushToString, stringToBrush, toSpinal, initializePropertiesFromCss } from "igniteui-angular-core";
9
+ import { FontInfo } from "igniteui-angular-core";
9
10
  import * as i0 from "@angular/core";
10
11
  /**
11
12
  * An advanced grid for displaying data.
@@ -63,10 +64,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
63
64
  onImplementationCreated() {
64
65
  }
65
66
  get isAnimationEnabled() {
66
- return this.i.ad;
67
+ return this.i.ai;
67
68
  }
68
69
  set isAnimationEnabled(v) {
69
- this.i.ad = ensureBool(v);
70
+ this.i.ai = ensureBool(v);
70
71
  }
71
72
  /**
72
73
  * Gets or sets the scaling value used to affect the pixel density of the control.
@@ -74,10 +75,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
74
75
  * to appear blurry.
75
76
  */
76
77
  get pixelScalingRatio() {
77
- return this.i.al;
78
+ return this.i.aq;
78
79
  }
79
80
  set pixelScalingRatio(v) {
80
- this.i.al = +v;
81
+ this.i.aq = +v;
81
82
  }
82
83
  /**
83
84
  * Gets the actual pixel scaling ratio used to affect the pixel density of the control.
@@ -85,76 +86,149 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
85
86
  * to appear blurry.
86
87
  */
87
88
  get actualPixelScalingRatio() {
88
- return this.i.ak;
89
+ return this.i.ap;
89
90
  }
90
91
  set actualPixelScalingRatio(v) {
91
- this.i.ak = +v;
92
+ this.i.ap = +v;
92
93
  }
93
94
  get iconColor() {
94
- return brushToString(this.i.ci);
95
+ return brushToString(this.i.c4);
95
96
  }
96
97
  set iconColor(v) {
97
- this.i.ci = stringToBrush(v);
98
+ this.i.c4 = stringToBrush(v);
98
99
  }
99
100
  get viewSize() {
100
- return this.i.am;
101
+ return this.i.ar;
101
102
  }
102
103
  set viewSize(v) {
103
- this.i.am = +v;
104
+ this.i.ar = +v;
104
105
  }
105
106
  /**
106
107
  * Gets or sets the column options dropdown background color.
107
108
  */
108
109
  get columnOptionsBackground() {
109
- return brushToString(this.i.cd);
110
+ return brushToString(this.i.cv);
110
111
  }
111
112
  set columnOptionsBackground(v) {
112
- this.i.cd = stringToBrush(v);
113
+ this.i.cv = stringToBrush(v);
113
114
  }
114
115
  /**
115
116
  * Gets or sets the text color for text inside the column options menu.
116
117
  */
117
118
  get columnOptionsTextColor() {
118
- return brushToString(this.i.ch);
119
+ return brushToString(this.i.c1);
119
120
  }
120
121
  set columnOptionsTextColor(v) {
121
- this.i.ch = stringToBrush(v);
122
+ this.i.c1 = stringToBrush(v);
123
+ }
124
+ /**
125
+ * Gets or sets the font settings for text inside the column options menu.
126
+ */
127
+ get columnOptionsTextStyle() {
128
+ if (this.i.ab == null) {
129
+ return null;
130
+ }
131
+ return this.i.ab.fontString;
132
+ }
133
+ set columnOptionsTextStyle(v) {
134
+ let fi = new FontInfo();
135
+ fi.fontString = v;
136
+ this.i.ab = fi;
137
+ }
138
+ /**
139
+ * Gets or sets the hover background color inside the column options menu.
140
+ */
141
+ get columnOptionsHoverBackgroundColor() {
142
+ return brushToString(this.i.cz);
143
+ }
144
+ set columnOptionsHoverBackgroundColor(v) {
145
+ this.i.cz = stringToBrush(v);
146
+ }
147
+ /**
148
+ * Gets or sets the tooltip background color inside the column options menu.
149
+ */
150
+ get columnOptionsToolTipBackgroundColor() {
151
+ return brushToString(this.i.c2);
152
+ }
153
+ set columnOptionsToolTipBackgroundColor(v) {
154
+ this.i.c2 = stringToBrush(v);
155
+ }
156
+ /**
157
+ * Gets or sets the tooltip text color inside the column options menu.
158
+ */
159
+ get columnOptionsToolTipTextColor() {
160
+ return brushToString(this.i.c3);
161
+ }
162
+ set columnOptionsToolTipTextColor(v) {
163
+ this.i.c3 = stringToBrush(v);
164
+ }
165
+ /**
166
+ * Gets or sets the highlight color inside the column options menu.
167
+ */
168
+ get columnOptionsHighlightColor() {
169
+ return brushToString(this.i.cy);
170
+ }
171
+ set columnOptionsHighlightColor(v) {
172
+ this.i.cy = stringToBrush(v);
122
173
  }
123
174
  /**
124
175
  * Gets or sets the color of separators inside the column options menu.
125
176
  */
126
177
  get columnOptionsSeparatorColor() {
127
- return brushToString(this.i.cg);
178
+ return brushToString(this.i.c0);
128
179
  }
129
180
  set columnOptionsSeparatorColor(v) {
130
- this.i.cg = stringToBrush(v);
181
+ this.i.c0 = stringToBrush(v);
131
182
  }
132
183
  /**
133
184
  * Gets or sets the background color for group headers inside the column options menu.
134
185
  */
135
186
  get columnOptionsGroupHeaderBackground() {
136
- return brushToString(this.i.ce);
187
+ return brushToString(this.i.cw);
137
188
  }
138
189
  set columnOptionsGroupHeaderBackground(v) {
139
- this.i.ce = stringToBrush(v);
190
+ this.i.cw = stringToBrush(v);
140
191
  }
141
192
  /**
142
193
  * Gets or sets the text color for group headers inside the column options menu.
143
194
  */
144
195
  get columnOptionsGroupHeaderTextColor() {
145
- return brushToString(this.i.cf);
196
+ return brushToString(this.i.cx);
146
197
  }
147
198
  set columnOptionsGroupHeaderTextColor(v) {
148
- this.i.cf = stringToBrush(v);
199
+ this.i.cx = stringToBrush(v);
200
+ }
201
+ /**
202
+ * Gets or sets the font settings for group header text inside the column options menu.
203
+ */
204
+ get columnOptionsGroupHeaderTextStyle() {
205
+ if (this.i.aa == null) {
206
+ return null;
207
+ }
208
+ return this.i.aa.fontString;
209
+ }
210
+ set columnOptionsGroupHeaderTextStyle(v) {
211
+ let fi = new FontInfo();
212
+ fi.fontString = v;
213
+ this.i.aa = fi;
149
214
  }
150
215
  get columnOptionsAccentColor() {
151
- return brushToString(this.i.cc);
216
+ return brushToString(this.i.cu);
152
217
  }
153
218
  set columnOptionsAccentColor(v) {
154
- this.i.cc = stringToBrush(v);
219
+ this.i.cu = stringToBrush(v);
220
+ }
221
+ /**
222
+ * Gets or sets the row height for submenus inside the column options menu.
223
+ */
224
+ get columnOptionsRowHeight() {
225
+ return this.i.ax;
226
+ }
227
+ set columnOptionsRowHeight(v) {
228
+ this.i.ax = +v;
155
229
  }
156
230
  get isOpen() {
157
- return this.i.ae;
231
+ return this.i.aj;
158
232
  }
159
233
  get commandCompleted() {
160
234
  return this.i.commandCompleted;
@@ -230,16 +304,16 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
230
304
  this._inStyling = false;
231
305
  }
232
306
  notifySizeChanged(width, height) {
233
- this.i.bo(width, height);
307
+ this.i.b2(width, height);
234
308
  }
235
309
  notifyCellSizeChanged() {
236
- this.i.bn();
310
+ this.i.b1();
237
311
  }
238
312
  showIcon() {
239
- this.i.b1();
313
+ this.i.cf();
240
314
  }
241
315
  hideIcon() {
242
- this.i.bl();
316
+ this.i.bz();
243
317
  }
244
318
  getDesiredToolbarActions() {
245
319
  let iv = this.i.getDesiredToolbarActions();
@@ -347,7 +421,7 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
347
421
  }
348
422
  }
349
423
  IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
350
- IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
424
+ IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
351
425
  return IgxDataGridFilterDialogComponent;
352
426
  })();
353
427
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, decorators: [{
@@ -372,14 +446,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
372
446
  type: Input
373
447
  }], columnOptionsTextColor: [{
374
448
  type: Input
449
+ }], columnOptionsTextStyle: [{
450
+ type: Input
451
+ }], columnOptionsHoverBackgroundColor: [{
452
+ type: Input
453
+ }], columnOptionsToolTipBackgroundColor: [{
454
+ type: Input
455
+ }], columnOptionsToolTipTextColor: [{
456
+ type: Input
457
+ }], columnOptionsHighlightColor: [{
458
+ type: Input
375
459
  }], columnOptionsSeparatorColor: [{
376
460
  type: Input
377
461
  }], columnOptionsGroupHeaderBackground: [{
378
462
  type: Input
379
463
  }], columnOptionsGroupHeaderTextColor: [{
380
464
  type: Input
465
+ }], columnOptionsGroupHeaderTextStyle: [{
466
+ type: Input
381
467
  }], columnOptionsAccentColor: [{
382
468
  type: Input
469
+ }], columnOptionsRowHeight: [{
470
+ type: Input
383
471
  }], commandCompleted: [{
384
472
  type: Input
385
473
  }], invalidateActions: [{