igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0

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 (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  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 +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  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 +3 -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 +367 -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 +58 -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 +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. 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
  */
@@ -2687,6 +2720,47 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2687
2720
  set columnOptionsTextColor(v) {
2688
2721
  this.i.columnOptionsTextColor = stringToBrush(v);
2689
2722
  }
2723
+ /**
2724
+ * Gets or sets the font settings for text inside the column options menu.
2725
+ */
2726
+ get columnOptionsTextStyle() {
2727
+ if (this.i.columnOptionsTextStyle == null) {
2728
+ return null;
2729
+ }
2730
+ return this.i.columnOptionsTextStyle.fontString;
2731
+ }
2732
+ set columnOptionsTextStyle(v) {
2733
+ let fi = new FontInfo();
2734
+ fi.fontString = v;
2735
+ this.i.columnOptionsTextStyle = fi;
2736
+ }
2737
+ /**
2738
+ * Gets or sets the hover background color inside the column options menu.
2739
+ */
2740
+ get columnOptionsHoverBackgroundColor() {
2741
+ return brushToString(this.i.columnOptionsHoverBackgroundColor);
2742
+ }
2743
+ set columnOptionsHoverBackgroundColor(v) {
2744
+ this.i.columnOptionsHoverBackgroundColor = stringToBrush(v);
2745
+ }
2746
+ /**
2747
+ * Gets or sets the tooltip background color inside the column options menu.
2748
+ */
2749
+ get columnOptionsToolTipBackgroundColor() {
2750
+ return brushToString(this.i.columnOptionsToolTipBackgroundColor);
2751
+ }
2752
+ set columnOptionsToolTipBackgroundColor(v) {
2753
+ this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
2754
+ }
2755
+ /**
2756
+ * Gets or sets the highlight color inside the column options menu.
2757
+ */
2758
+ get columnOptionsHighlightColor() {
2759
+ return brushToString(this.i.columnOptionsHighlightColor);
2760
+ }
2761
+ set columnOptionsHighlightColor(v) {
2762
+ this.i.columnOptionsHighlightColor = stringToBrush(v);
2763
+ }
2690
2764
  /**
2691
2765
  * Gets or sets the color of separators inside the column options menu.
2692
2766
  */
@@ -2714,18 +2788,47 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
2714
2788
  set columnOptionsGroupHeaderTextColor(v) {
2715
2789
  this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
2716
2790
  }
2791
+ /**
2792
+ * Gets or sets the font settings for group header text inside the column options menu.
2793
+ */
2794
+ get columnOptionsGroupHeaderTextStyle() {
2795
+ if (this.i.columnOptionsGroupHeaderTextStyle == null) {
2796
+ return null;
2797
+ }
2798
+ return this.i.columnOptionsGroupHeaderTextStyle.fontString;
2799
+ }
2800
+ set columnOptionsGroupHeaderTextStyle(v) {
2801
+ let fi = new FontInfo();
2802
+ fi.fontString = v;
2803
+ this.i.columnOptionsGroupHeaderTextStyle = fi;
2804
+ }
2717
2805
  get columnOptionsAccentColor() {
2718
2806
  return brushToString(this.i.columnOptionsAccentColor);
2719
2807
  }
2720
2808
  set columnOptionsAccentColor(v) {
2721
2809
  this.i.columnOptionsAccentColor = stringToBrush(v);
2722
2810
  }
2811
+ /**
2812
+ * Gets or sets the row height for submenus inside the column options menu.
2813
+ */
2814
+ get columnOptionsRowHeight() {
2815
+ return this.i.columnOptionsRowHeight;
2816
+ }
2817
+ set columnOptionsRowHeight(v) {
2818
+ this.i.columnOptionsRowHeight = +v;
2819
+ }
2723
2820
  get allowCopyOperation() {
2724
2821
  return this.i.allowCopyOperation;
2725
2822
  }
2726
2823
  set allowCopyOperation(v) {
2727
2824
  this.i.allowCopyOperation = ensureBool(v);
2728
2825
  }
2826
+ get maxSelectedCellRanges() {
2827
+ return this.i.maxSelectedCellRanges;
2828
+ }
2829
+ set maxSelectedCellRanges(v) {
2830
+ this.i.maxSelectedCellRanges = +v;
2831
+ }
2729
2832
  /**
2730
2833
  * Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
2731
2834
  */
@@ -3404,6 +3507,40 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
3404
3507
  }
3405
3508
  return this._cellClicked;
3406
3509
  }
3510
+ get filterRowDataBinding() {
3511
+ if (this._filterRowDataBinding == null) {
3512
+ this._filterRowDataBinding = new EventEmitter();
3513
+ this.i.filterRowDataBinding = delegateCombine(this.i.filterRowDataBinding, (o, e) => {
3514
+ let outerArgs = new IgxDataBindingEventArgs();
3515
+ outerArgs._provideImplementation(e);
3516
+ if (this.beforeFilterRowDataBinding) {
3517
+ this.beforeFilterRowDataBinding(this, outerArgs);
3518
+ }
3519
+ this._filterRowDataBinding.emit({
3520
+ sender: this,
3521
+ args: outerArgs
3522
+ });
3523
+ });
3524
+ }
3525
+ return this._filterRowDataBinding;
3526
+ }
3527
+ get filterRowDataBound() {
3528
+ if (this._filterRowDataBound == null) {
3529
+ this._filterRowDataBound = new EventEmitter();
3530
+ this.i.filterRowDataBound = delegateCombine(this.i.filterRowDataBound, (o, e) => {
3531
+ let outerArgs = new IgxDataBindingEventArgs();
3532
+ outerArgs._provideImplementation(e);
3533
+ if (this.beforeFilterRowDataBound) {
3534
+ this.beforeFilterRowDataBound(this, outerArgs);
3535
+ }
3536
+ this._filterRowDataBound.emit({
3537
+ sender: this,
3538
+ args: outerArgs
3539
+ });
3540
+ });
3541
+ }
3542
+ return this._filterRowDataBound;
3543
+ }
3407
3544
  /**
3408
3545
  * Called when sorting has changed.
3409
3546
  */
@@ -3905,7 +4042,7 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
3905
4042
  }
3906
4043
  }
3907
4044
  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: `
4045
+ 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", 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", 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
4046
  <ng-container #dynamicContent></ng-container>
3910
4047
  `, isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3911
4048
  return IgxDataGridComponent;
@@ -4054,12 +4191,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4054
4191
  type: Input
4055
4192
  }], isColumnOptionsEnabled: [{
4056
4193
  type: Input
4194
+ }], useNewerColumnOptionsMenu: [{
4195
+ type: Input
4057
4196
  }], isGroupRowSticky: [{
4058
4197
  type: Input
4059
4198
  }], isHeaderSeparatorVisible: [{
4060
4199
  type: Input
4061
4200
  }], cellSelectedBackground: [{
4062
4201
  type: Input
4202
+ }], cellSelectedTextColor: [{
4203
+ type: Input
4063
4204
  }], sectionHeaderSelectedBackground: [{
4064
4205
  type: Input
4065
4206
  }], summaryRootBackground: [{
@@ -4096,6 +4237,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4096
4237
  type: Input
4097
4238
  }], sectionHeaderTextColor: [{
4098
4239
  type: Input
4240
+ }], sectionHeaderExpansionIndicatorIconColor: [{
4241
+ type: Input
4099
4242
  }], sectionHeaderTextStyle: [{
4100
4243
  type: Input
4101
4244
  }], summaryRootLabelTextStyle: [{
@@ -4280,16 +4423,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4280
4423
  type: Input
4281
4424
  }], columnOptionsTextColor: [{
4282
4425
  type: Input
4426
+ }], columnOptionsTextStyle: [{
4427
+ type: Input
4428
+ }], columnOptionsHoverBackgroundColor: [{
4429
+ type: Input
4430
+ }], columnOptionsToolTipBackgroundColor: [{
4431
+ type: Input
4432
+ }], columnOptionsHighlightColor: [{
4433
+ type: Input
4283
4434
  }], columnOptionsSeparatorColor: [{
4284
4435
  type: Input
4285
4436
  }], columnOptionsGroupHeaderBackground: [{
4286
4437
  type: Input
4287
4438
  }], columnOptionsGroupHeaderTextColor: [{
4288
4439
  type: Input
4440
+ }], columnOptionsGroupHeaderTextStyle: [{
4441
+ type: Input
4289
4442
  }], columnOptionsAccentColor: [{
4290
4443
  type: Input
4444
+ }], columnOptionsRowHeight: [{
4445
+ type: Input
4291
4446
  }], allowCopyOperation: [{
4292
4447
  type: Input
4448
+ }], maxSelectedCellRanges: [{
4449
+ type: Input
4293
4450
  }], deferEventForRowDragSelection: [{
4294
4451
  type: Input
4295
4452
  }], filterExpressionsChanging: [{
@@ -4306,6 +4463,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4306
4463
  type: Output
4307
4464
  }], cellClicked: [{
4308
4465
  type: Output
4466
+ }], filterRowDataBinding: [{
4467
+ type: Output
4468
+ }], filterRowDataBound: [{
4469
+ type: Output
4309
4470
  }], sortDescriptionsChanged: [{
4310
4471
  type: Output
4311
4472
  }], 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,140 @@ 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.c1);
95
96
  }
96
97
  set iconColor(v) {
97
- this.i.ci = stringToBrush(v);
98
+ this.i.c1 = 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.ct);
110
111
  }
111
112
  set columnOptionsBackground(v) {
112
- this.i.cd = stringToBrush(v);
113
+ this.i.ct = 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.cz);
119
120
  }
120
121
  set columnOptionsTextColor(v) {
121
- this.i.ch = stringToBrush(v);
122
+ this.i.cz = 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.cx);
143
+ }
144
+ set columnOptionsHoverBackgroundColor(v) {
145
+ this.i.cx = 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.c0);
152
+ }
153
+ set columnOptionsToolTipBackgroundColor(v) {
154
+ this.i.c0 = stringToBrush(v);
155
+ }
156
+ /**
157
+ * Gets or sets the highlight color inside the column options menu.
158
+ */
159
+ get columnOptionsHighlightColor() {
160
+ return brushToString(this.i.cw);
161
+ }
162
+ set columnOptionsHighlightColor(v) {
163
+ this.i.cw = stringToBrush(v);
122
164
  }
123
165
  /**
124
166
  * Gets or sets the color of separators inside the column options menu.
125
167
  */
126
168
  get columnOptionsSeparatorColor() {
127
- return brushToString(this.i.cg);
169
+ return brushToString(this.i.cy);
128
170
  }
129
171
  set columnOptionsSeparatorColor(v) {
130
- this.i.cg = stringToBrush(v);
172
+ this.i.cy = stringToBrush(v);
131
173
  }
132
174
  /**
133
175
  * Gets or sets the background color for group headers inside the column options menu.
134
176
  */
135
177
  get columnOptionsGroupHeaderBackground() {
136
- return brushToString(this.i.ce);
178
+ return brushToString(this.i.cu);
137
179
  }
138
180
  set columnOptionsGroupHeaderBackground(v) {
139
- this.i.ce = stringToBrush(v);
181
+ this.i.cu = stringToBrush(v);
140
182
  }
141
183
  /**
142
184
  * Gets or sets the text color for group headers inside the column options menu.
143
185
  */
144
186
  get columnOptionsGroupHeaderTextColor() {
145
- return brushToString(this.i.cf);
187
+ return brushToString(this.i.cv);
146
188
  }
147
189
  set columnOptionsGroupHeaderTextColor(v) {
148
- this.i.cf = stringToBrush(v);
190
+ this.i.cv = stringToBrush(v);
191
+ }
192
+ /**
193
+ * Gets or sets the font settings for group header text inside the column options menu.
194
+ */
195
+ get columnOptionsGroupHeaderTextStyle() {
196
+ if (this.i.aa == null) {
197
+ return null;
198
+ }
199
+ return this.i.aa.fontString;
200
+ }
201
+ set columnOptionsGroupHeaderTextStyle(v) {
202
+ let fi = new FontInfo();
203
+ fi.fontString = v;
204
+ this.i.aa = fi;
149
205
  }
150
206
  get columnOptionsAccentColor() {
151
- return brushToString(this.i.cc);
207
+ return brushToString(this.i.cs);
152
208
  }
153
209
  set columnOptionsAccentColor(v) {
154
- this.i.cc = stringToBrush(v);
210
+ this.i.cs = stringToBrush(v);
211
+ }
212
+ /**
213
+ * Gets or sets the row height for submenus inside the column options menu.
214
+ */
215
+ get columnOptionsRowHeight() {
216
+ return this.i.ax;
217
+ }
218
+ set columnOptionsRowHeight(v) {
219
+ this.i.ax = +v;
155
220
  }
156
221
  get isOpen() {
157
- return this.i.ae;
222
+ return this.i.aj;
158
223
  }
159
224
  get commandCompleted() {
160
225
  return this.i.commandCompleted;
@@ -230,16 +295,16 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
230
295
  this._inStyling = false;
231
296
  }
232
297
  notifySizeChanged(width, height) {
233
- this.i.bo(width, height);
298
+ this.i.b1(width, height);
234
299
  }
235
300
  notifyCellSizeChanged() {
236
- this.i.bn();
301
+ this.i.b0();
237
302
  }
238
303
  showIcon() {
239
- this.i.b1();
304
+ this.i.ce();
240
305
  }
241
306
  hideIcon() {
242
- this.i.bl();
307
+ this.i.by();
243
308
  }
244
309
  getDesiredToolbarActions() {
245
310
  let iv = this.i.getDesiredToolbarActions();
@@ -347,7 +412,7 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
347
412
  }
348
413
  }
349
414
  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 });
415
+ 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", 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
416
  return IgxDataGridFilterDialogComponent;
352
417
  })();
353
418
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, decorators: [{
@@ -372,14 +437,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
372
437
  type: Input
373
438
  }], columnOptionsTextColor: [{
374
439
  type: Input
440
+ }], columnOptionsTextStyle: [{
441
+ type: Input
442
+ }], columnOptionsHoverBackgroundColor: [{
443
+ type: Input
444
+ }], columnOptionsToolTipBackgroundColor: [{
445
+ type: Input
446
+ }], columnOptionsHighlightColor: [{
447
+ type: Input
375
448
  }], columnOptionsSeparatorColor: [{
376
449
  type: Input
377
450
  }], columnOptionsGroupHeaderBackground: [{
378
451
  type: Input
379
452
  }], columnOptionsGroupHeaderTextColor: [{
380
453
  type: Input
454
+ }], columnOptionsGroupHeaderTextStyle: [{
455
+ type: Input
381
456
  }], columnOptionsAccentColor: [{
382
457
  type: Input
458
+ }], columnOptionsRowHeight: [{
459
+ type: Input
383
460
  }], commandCompleted: [{
384
461
  type: Input
385
462
  }], invalidateActions: [{
@@ -22,56 +22,56 @@ export class IgxDateTimeCellInfo extends IgxCellInfo {
22
22
  * Sets or gets the DateTime value for the cell.
23
23
  */
24
24
  get dateTimeValue() {
25
- return this.i.oa;
25
+ return this.i.oj;
26
26
  }
27
27
  set dateTimeValue(v) {
28
- this.i.oa = v;
28
+ this.i.oj = v;
29
29
  }
30
30
  /**
31
31
  * The format string to apply to the value
32
32
  */
33
33
  get formatStringOverride() {
34
- return this.i.or;
34
+ return this.i.o0;
35
35
  }
36
36
  set formatStringOverride(v) {
37
- this.i.or = v;
37
+ this.i.o0 = v;
38
38
  }
39
39
  get formatSpecifiers() {
40
- return this.i.n1;
40
+ return this.i.oa;
41
41
  }
42
42
  set formatSpecifiers(v) {
43
43
  if (v && !Array.isArray(v) && typeof (v) == "string") {
44
44
  const re = /\s*(?:,|\s|$)\s*/gm;
45
45
  v = v.split(re);
46
46
  }
47
- this.i.n1 = v;
47
+ this.i.oa = v;
48
48
  }
49
49
  /**
50
50
  * The format options to apply to the value
51
51
  */
52
52
  get formatOverride() {
53
- return this.i.ok;
53
+ return this.i.ot;
54
54
  }
55
55
  set formatOverride(v) {
56
- this.i.ok = v;
56
+ this.i.ot = v;
57
57
  }
58
58
  /**
59
59
  * Sets or gets the simple DateTimeFormat to use for the cell.
60
60
  */
61
61
  get dateTimeFormat() {
62
- return this.i.n6;
62
+ return this.i.of;
63
63
  }
64
64
  set dateTimeFormat(v) {
65
- this.i.n6 = ensureEnum(DateTimeFormats_$type, v);
65
+ this.i.of = ensureEnum(DateTimeFormats_$type, v);
66
66
  }
67
67
  /**
68
68
  * Sets or gets whether the value to use is a DateTimeOffset value.
69
69
  */
70
70
  get isOffsetValue() {
71
- return this.i.n8;
71
+ return this.i.oh;
72
72
  }
73
73
  set isOffsetValue(v) {
74
- this.i.n8 = ensureBool(v);
74
+ this.i.oh = ensureBool(v);
75
75
  }
76
76
  findByName(name) {
77
77
  var baseResult = super.findByName(name);