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
@@ -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.
@@ -67,10 +68,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
67
68
  };
68
69
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isAnimationEnabled", {
69
70
  get: function () {
70
- return this.i.ad;
71
+ return this.i.ai;
71
72
  },
72
73
  set: function (v) {
73
- this.i.ad = ensureBool(v);
74
+ this.i.ai = ensureBool(v);
74
75
  },
75
76
  enumerable: false,
76
77
  configurable: true
@@ -82,10 +83,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
82
83
  * to appear blurry.
83
84
  */
84
85
  get: function () {
85
- return this.i.al;
86
+ return this.i.aq;
86
87
  },
87
88
  set: function (v) {
88
- this.i.al = +v;
89
+ this.i.aq = +v;
89
90
  },
90
91
  enumerable: false,
91
92
  configurable: true
@@ -97,30 +98,30 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
97
98
  * to appear blurry.
98
99
  */
99
100
  get: function () {
100
- return this.i.ak;
101
+ return this.i.ap;
101
102
  },
102
103
  set: function (v) {
103
- this.i.ak = +v;
104
+ this.i.ap = +v;
104
105
  },
105
106
  enumerable: false,
106
107
  configurable: true
107
108
  });
108
109
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "iconColor", {
109
110
  get: function () {
110
- return brushToString(this.i.ci);
111
+ return brushToString(this.i.c1);
111
112
  },
112
113
  set: function (v) {
113
- this.i.ci = stringToBrush(v);
114
+ this.i.c1 = stringToBrush(v);
114
115
  },
115
116
  enumerable: false,
116
117
  configurable: true
117
118
  });
118
119
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "viewSize", {
119
120
  get: function () {
120
- return this.i.am;
121
+ return this.i.ar;
121
122
  },
122
123
  set: function (v) {
123
- this.i.am = +v;
124
+ this.i.ar = +v;
124
125
  },
125
126
  enumerable: false,
126
127
  configurable: true
@@ -130,10 +131,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
130
131
  * Gets or sets the column options dropdown background color.
131
132
  */
132
133
  get: function () {
133
- return brushToString(this.i.cd);
134
+ return brushToString(this.i.ct);
134
135
  },
135
136
  set: function (v) {
136
- this.i.cd = stringToBrush(v);
137
+ this.i.ct = stringToBrush(v);
137
138
  },
138
139
  enumerable: false,
139
140
  configurable: true
@@ -143,10 +144,67 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
143
144
  * Gets or sets the text color for text inside the column options menu.
144
145
  */
145
146
  get: function () {
146
- return brushToString(this.i.ch);
147
+ return brushToString(this.i.cz);
147
148
  },
148
149
  set: function (v) {
149
- this.i.ch = stringToBrush(v);
150
+ this.i.cz = stringToBrush(v);
151
+ },
152
+ enumerable: false,
153
+ configurable: true
154
+ });
155
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsTextStyle", {
156
+ /**
157
+ * Gets or sets the font settings for text inside the column options menu.
158
+ */
159
+ get: function () {
160
+ if (this.i.ab == null) {
161
+ return null;
162
+ }
163
+ return this.i.ab.fontString;
164
+ },
165
+ set: function (v) {
166
+ var fi = new FontInfo();
167
+ fi.fontString = v;
168
+ this.i.ab = fi;
169
+ },
170
+ enumerable: false,
171
+ configurable: true
172
+ });
173
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsHoverBackgroundColor", {
174
+ /**
175
+ * Gets or sets the hover background color inside the column options menu.
176
+ */
177
+ get: function () {
178
+ return brushToString(this.i.cx);
179
+ },
180
+ set: function (v) {
181
+ this.i.cx = stringToBrush(v);
182
+ },
183
+ enumerable: false,
184
+ configurable: true
185
+ });
186
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsToolTipBackgroundColor", {
187
+ /**
188
+ * Gets or sets the tooltip background color inside the column options menu.
189
+ */
190
+ get: function () {
191
+ return brushToString(this.i.c0);
192
+ },
193
+ set: function (v) {
194
+ this.i.c0 = stringToBrush(v);
195
+ },
196
+ enumerable: false,
197
+ configurable: true
198
+ });
199
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsHighlightColor", {
200
+ /**
201
+ * Gets or sets the highlight color inside the column options menu.
202
+ */
203
+ get: function () {
204
+ return brushToString(this.i.cw);
205
+ },
206
+ set: function (v) {
207
+ this.i.cw = stringToBrush(v);
150
208
  },
151
209
  enumerable: false,
152
210
  configurable: true
@@ -156,10 +214,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
156
214
  * Gets or sets the color of separators inside the column options menu.
157
215
  */
158
216
  get: function () {
159
- return brushToString(this.i.cg);
217
+ return brushToString(this.i.cy);
160
218
  },
161
219
  set: function (v) {
162
- this.i.cg = stringToBrush(v);
220
+ this.i.cy = stringToBrush(v);
163
221
  },
164
222
  enumerable: false,
165
223
  configurable: true
@@ -169,10 +227,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
169
227
  * Gets or sets the background color for group headers inside the column options menu.
170
228
  */
171
229
  get: function () {
172
- return brushToString(this.i.ce);
230
+ return brushToString(this.i.cu);
173
231
  },
174
232
  set: function (v) {
175
- this.i.ce = stringToBrush(v);
233
+ this.i.cu = stringToBrush(v);
176
234
  },
177
235
  enumerable: false,
178
236
  configurable: true
@@ -182,27 +240,58 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
182
240
  * Gets or sets the text color for group headers inside the column options menu.
183
241
  */
184
242
  get: function () {
185
- return brushToString(this.i.cf);
243
+ return brushToString(this.i.cv);
244
+ },
245
+ set: function (v) {
246
+ this.i.cv = stringToBrush(v);
247
+ },
248
+ enumerable: false,
249
+ configurable: true
250
+ });
251
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextStyle", {
252
+ /**
253
+ * Gets or sets the font settings for group header text inside the column options menu.
254
+ */
255
+ get: function () {
256
+ if (this.i.aa == null) {
257
+ return null;
258
+ }
259
+ return this.i.aa.fontString;
186
260
  },
187
261
  set: function (v) {
188
- this.i.cf = stringToBrush(v);
262
+ var fi = new FontInfo();
263
+ fi.fontString = v;
264
+ this.i.aa = fi;
189
265
  },
190
266
  enumerable: false,
191
267
  configurable: true
192
268
  });
193
269
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
194
270
  get: function () {
195
- return brushToString(this.i.cc);
271
+ return brushToString(this.i.cs);
196
272
  },
197
273
  set: function (v) {
198
- this.i.cc = stringToBrush(v);
274
+ this.i.cs = stringToBrush(v);
275
+ },
276
+ enumerable: false,
277
+ configurable: true
278
+ });
279
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsRowHeight", {
280
+ /**
281
+ * Gets or sets the row height for submenus inside the column options menu.
282
+ */
283
+ get: function () {
284
+ return this.i.ax;
285
+ },
286
+ set: function (v) {
287
+ this.i.ax = +v;
199
288
  },
200
289
  enumerable: false,
201
290
  configurable: true
202
291
  });
203
292
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isOpen", {
204
293
  get: function () {
205
- return this.i.ae;
294
+ return this.i.aj;
206
295
  },
207
296
  enumerable: false,
208
297
  configurable: true
@@ -293,16 +382,16 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
293
382
  this._inStyling = false;
294
383
  };
295
384
  IgxDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
296
- this.i.bo(width, height);
385
+ this.i.b1(width, height);
297
386
  };
298
387
  IgxDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
299
- this.i.bn();
388
+ this.i.b0();
300
389
  };
301
390
  IgxDataGridFilterDialogComponent.prototype.showIcon = function () {
302
- this.i.b1();
391
+ this.i.ce();
303
392
  };
304
393
  IgxDataGridFilterDialogComponent.prototype.hideIcon = function () {
305
- this.i.bl();
394
+ this.i.by();
306
395
  };
307
396
  IgxDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
308
397
  var iv = this.i.getDesiredToolbarActions();
@@ -429,7 +518,7 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
429
518
  }
430
519
  };
431
520
  IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
432
- 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 });
521
+ 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 });
433
522
  return IgxDataGridFilterDialogComponent;
434
523
  }());
435
524
  export { IgxDataGridFilterDialogComponent };
@@ -455,14 +544,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
455
544
  type: Input
456
545
  }], columnOptionsTextColor: [{
457
546
  type: Input
547
+ }], columnOptionsTextStyle: [{
548
+ type: Input
549
+ }], columnOptionsHoverBackgroundColor: [{
550
+ type: Input
551
+ }], columnOptionsToolTipBackgroundColor: [{
552
+ type: Input
553
+ }], columnOptionsHighlightColor: [{
554
+ type: Input
458
555
  }], columnOptionsSeparatorColor: [{
459
556
  type: Input
460
557
  }], columnOptionsGroupHeaderBackground: [{
461
558
  type: Input
462
559
  }], columnOptionsGroupHeaderTextColor: [{
463
560
  type: Input
561
+ }], columnOptionsGroupHeaderTextStyle: [{
562
+ type: Input
464
563
  }], columnOptionsAccentColor: [{
465
564
  type: Input
565
+ }], columnOptionsRowHeight: [{
566
+ type: Input
466
567
  }], commandCompleted: [{
467
568
  type: Input
468
569
  }], invalidateActions: [{
@@ -29,10 +29,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the DateTime value for the cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.oa;
32
+ return this.i.oj;
33
33
  },
34
34
  set: function (v) {
35
- this.i.oa = v;
35
+ this.i.oj = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,24 +42,24 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * The format string to apply to the value
43
43
  */
44
44
  get: function () {
45
- return this.i.or;
45
+ return this.i.o0;
46
46
  },
47
47
  set: function (v) {
48
- this.i.or = v;
48
+ this.i.o0 = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
52
52
  });
53
53
  Object.defineProperty(IgxDateTimeCellInfo.prototype, "formatSpecifiers", {
54
54
  get: function () {
55
- return this.i.n1;
55
+ return this.i.oa;
56
56
  },
57
57
  set: function (v) {
58
58
  if (v && !Array.isArray(v) && typeof (v) == "string") {
59
59
  var re = /\s*(?:,|\s|$)\s*/gm;
60
60
  v = v.split(re);
61
61
  }
62
- this.i.n1 = v;
62
+ this.i.oa = v;
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -69,10 +69,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  * The format options to apply to the value
70
70
  */
71
71
  get: function () {
72
- return this.i.ok;
72
+ return this.i.ot;
73
73
  },
74
74
  set: function (v) {
75
- this.i.ok = v;
75
+ this.i.ot = v;
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,10 +82,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  * Sets or gets the simple DateTimeFormat to use for the cell.
83
83
  */
84
84
  get: function () {
85
- return this.i.n6;
85
+ return this.i.of;
86
86
  },
87
87
  set: function (v) {
88
- this.i.n6 = ensureEnum(DateTimeFormats_$type, v);
88
+ this.i.of = ensureEnum(DateTimeFormats_$type, v);
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true
@@ -95,10 +95,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  * Sets or gets whether the value to use is a DateTimeOffset value.
96
96
  */
97
97
  get: function () {
98
- return this.i.n8;
98
+ return this.i.oh;
99
99
  },
100
100
  set: function (v) {
101
- this.i.n8 = ensureBool(v);
101
+ this.i.oh = ensureBool(v);
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -47,10 +47,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
47
47
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
48
48
  */
49
49
  get: function () {
50
- return this.i.qv;
50
+ return this.i.sc;
51
51
  },
52
52
  set: function (v) {
53
- this.i.qv = ensureEnum(DateTimeFormats_$type, v);
53
+ this.i.sc = ensureEnum(DateTimeFormats_$type, v);
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,10 +60,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
60
60
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
61
61
  */
62
62
  get: function () {
63
- return this.i.rd;
63
+ return this.i.su;
64
64
  },
65
65
  set: function (v) {
66
- this.i.rd = v;
66
+ this.i.su = v;
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -73,24 +73,24 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
73
73
  * Gets or sets the format string to use when editing dates.
74
74
  */
75
75
  get: function () {
76
- return this.i.q6;
76
+ return this.i.sn;
77
77
  },
78
78
  set: function (v) {
79
- this.i.q6 = v;
79
+ this.i.sn = v;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
83
83
  });
84
84
  Object.defineProperty(IgxDateTimeColumnComponent.prototype, "formatSpecifiers", {
85
85
  get: function () {
86
- return this.i.qr;
86
+ return this.i.r8;
87
87
  },
88
88
  set: function (v) {
89
89
  if (v && !Array.isArray(v) && typeof (v) == "string") {
90
90
  var re = /\s*(?:,|\s|$)\s*/gm;
91
91
  v = v.split(re);
92
92
  }
93
- this.i.qr = v;
93
+ this.i.r8 = v;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
@@ -100,10 +100,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
100
100
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
101
101
  */
102
102
  get: function () {
103
- return this.i.q2;
103
+ return this.i.sj;
104
104
  },
105
105
  set: function (v) {
106
- this.i.q2 = v;
106
+ this.i.sj = v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true
@@ -113,10 +113,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
113
113
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
114
114
  */
115
115
  get: function () {
116
- return this.i.qy;
116
+ return this.i.sf;
117
117
  },
118
118
  set: function (v) {
119
- this.i.qy = ensureBool(v);
119
+ this.i.sf = ensureBool(v);
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
@@ -126,10 +126,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
126
126
  * Gets or sets the editor type used for editing cells in this column.
127
127
  */
128
128
  get: function () {
129
- return this.i.qw;
129
+ return this.i.sd;
130
130
  },
131
131
  set: function (v) {
132
- this.i.qw = ensureEnum(EditorType_$type, v);
132
+ this.i.sd = ensureEnum(EditorType_$type, v);
133
133
  },
134
134
  enumerable: false,
135
135
  configurable: true
@@ -139,10 +139,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
139
139
  * Gets or sets the ComboBox data source.
140
140
  */
141
141
  get: function () {
142
- return this.i.q1;
142
+ return this.i.si;
143
143
  },
144
144
  set: function (v) {
145
- this.i.q1 = v;
145
+ this.i.si = v;
146
146
  },
147
147
  enumerable: false,
148
148
  configurable: true
@@ -152,10 +152,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
152
152
  * Gets or sets the ComboBox text field.
153
153
  */
154
154
  get: function () {
155
- return this.i.q8;
155
+ return this.i.sp;
156
156
  },
157
157
  set: function (v) {
158
- this.i.q8 = v;
158
+ this.i.sp = v;
159
159
  },
160
160
  enumerable: false,
161
161
  configurable: true
@@ -165,10 +165,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
165
165
  * Gets or sets the ComboBox value field.
166
166
  */
167
167
  get: function () {
168
- return this.i.q9;
168
+ return this.i.sq;
169
169
  },
170
170
  set: function (v) {
171
- this.i.q9 = v;
171
+ this.i.sq = v;
172
172
  },
173
173
  enumerable: false,
174
174
  configurable: true
@@ -10,11 +10,13 @@ import { IgxDateTimeColumnModule } from './igx-date-time-column-module';
10
10
  import { IgxDateTimeColumnComponent } from './igx-date-time-column-component';
11
11
  import { DateTimeColumn } from './DateTimeColumn';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxDateTimeCellInfo } from './igx-date-time-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  var IgxDateTimeColumnDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
16
  function IgxDateTimeColumnDynamicModule() {
16
17
  TypeRegistrar.registerCons("IgxDateTimeColumnComponent", IgxDateTimeColumnComponent);
17
18
  TypeRegistrar.register("DateTimeColumn", DateTimeColumn.$type);
19
+ TypeRegistrar.registerCons("IgxDateTimeCellInfo", IgxDateTimeCellInfo);
18
20
  }
19
21
  IgxDateTimeColumnDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDateTimeColumnDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
22
  IgxDateTimeColumnDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDateTimeColumnDynamicModule, imports: [CommonModule, IgxDateTimeColumnModule], exports: [IgxDateTimeColumnModule] });
@@ -473,10 +473,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
473
473
  * Gets or sets the background color for content that sticks to the top of the grid.
474
474
  */
475
475
  get: function () {
476
- return brushToString(this.i.gz);
476
+ return brushToString(this.i.g0);
477
477
  },
478
478
  set: function (v) {
479
- this.i.gz = stringToBrush(v);
479
+ this.i.g0 = stringToBrush(v);
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -499,10 +499,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
499
499
  * Gets or sets the background color for cells belonging to rows marked as pinned.
500
500
  */
501
501
  get: function () {
502
- return brushToString(this.i.gy);
502
+ return brushToString(this.i.gz);
503
503
  },
504
504
  set: function (v) {
505
- this.i.gy = stringToBrush(v);
505
+ this.i.gz = stringToBrush(v);
506
506
  },
507
507
  enumerable: false,
508
508
  configurable: true
@@ -525,10 +525,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
525
525
  * Gets or sets the color for the last row in the sticky row area.
526
526
  */
527
527
  get: function () {
528
- return brushToString(this.i.gx);
528
+ return brushToString(this.i.gy);
529
529
  },
530
530
  set: function (v) {
531
- this.i.gx = stringToBrush(v);
531
+ this.i.gy = stringToBrush(v);
532
532
  },
533
533
  enumerable: false,
534
534
  configurable: true
@@ -616,10 +616,10 @@ var IgxDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function () {
616
616
  * Gets or sets the color to use for displaying text.
617
617
  */
618
618
  get: function () {
619
- return brushToString(this.i.g0);
619
+ return brushToString(this.i.g1);
620
620
  },
621
621
  set: function (v) {
622
- this.i.g0 = stringToBrush(v);
622
+ this.i.g1 = stringToBrush(v);
623
623
  },
624
624
  enumerable: false,
625
625
  configurable: true