igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -108,10 +108,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
108
108
  });
109
109
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "iconColor", {
110
110
  get: function () {
111
- return brushToString(this.i.c4);
111
+ return brushToString(this.i.dd);
112
112
  },
113
113
  set: function (v) {
114
- this.i.c4 = stringToBrush(v);
114
+ this.i.dd = stringToBrush(v);
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -131,10 +131,49 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
131
131
  * Gets or sets the column options dropdown background color.
132
132
  */
133
133
  get: function () {
134
- return brushToString(this.i.cv);
134
+ return brushToString(this.i.c1);
135
+ },
136
+ set: function (v) {
137
+ this.i.c1 = stringToBrush(v);
138
+ },
139
+ enumerable: false,
140
+ configurable: true
141
+ });
142
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsScrollbarBackground", {
143
+ /**
144
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
145
+ */
146
+ get: function () {
147
+ return brushToString(this.i.c7);
148
+ },
149
+ set: function (v) {
150
+ this.i.c7 = stringToBrush(v);
151
+ },
152
+ enumerable: false,
153
+ configurable: true
154
+ });
155
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsScrollbarHoverBackground", {
156
+ /**
157
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
158
+ */
159
+ get: function () {
160
+ return brushToString(this.i.c8);
161
+ },
162
+ set: function (v) {
163
+ this.i.c8 = stringToBrush(v);
164
+ },
165
+ enumerable: false,
166
+ configurable: true
167
+ });
168
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsScrollbarActiveBackground", {
169
+ /**
170
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
171
+ */
172
+ get: function () {
173
+ return brushToString(this.i.c6);
135
174
  },
136
175
  set: function (v) {
137
- this.i.cv = stringToBrush(v);
176
+ this.i.c6 = stringToBrush(v);
138
177
  },
139
178
  enumerable: false,
140
179
  configurable: true
@@ -144,10 +183,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
144
183
  * Gets or sets the text color for text inside the column options menu.
145
184
  */
146
185
  get: function () {
147
- return brushToString(this.i.c1);
186
+ return brushToString(this.i.da);
148
187
  },
149
188
  set: function (v) {
150
- this.i.c1 = stringToBrush(v);
189
+ this.i.da = stringToBrush(v);
151
190
  },
152
191
  enumerable: false,
153
192
  configurable: true
@@ -175,10 +214,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
175
214
  * Gets or sets the hover background color inside the column options menu.
176
215
  */
177
216
  get: function () {
178
- return brushToString(this.i.cz);
217
+ return brushToString(this.i.c5);
179
218
  },
180
219
  set: function (v) {
181
- this.i.cz = stringToBrush(v);
220
+ this.i.c5 = stringToBrush(v);
182
221
  },
183
222
  enumerable: false,
184
223
  configurable: true
@@ -188,10 +227,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
188
227
  * Gets or sets the tooltip background color inside the column options menu.
189
228
  */
190
229
  get: function () {
191
- return brushToString(this.i.c2);
230
+ return brushToString(this.i.db);
192
231
  },
193
232
  set: function (v) {
194
- this.i.c2 = stringToBrush(v);
233
+ this.i.db = stringToBrush(v);
195
234
  },
196
235
  enumerable: false,
197
236
  configurable: true
@@ -201,10 +240,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
201
240
  * Gets or sets the tooltip text color inside the column options menu.
202
241
  */
203
242
  get: function () {
204
- return brushToString(this.i.c3);
243
+ return brushToString(this.i.dc);
205
244
  },
206
245
  set: function (v) {
207
- this.i.c3 = stringToBrush(v);
246
+ this.i.dc = stringToBrush(v);
208
247
  },
209
248
  enumerable: false,
210
249
  configurable: true
@@ -214,10 +253,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
214
253
  * Gets or sets the highlight color inside the column options menu.
215
254
  */
216
255
  get: function () {
217
- return brushToString(this.i.cy);
256
+ return brushToString(this.i.c4);
218
257
  },
219
258
  set: function (v) {
220
- this.i.cy = stringToBrush(v);
259
+ this.i.c4 = stringToBrush(v);
221
260
  },
222
261
  enumerable: false,
223
262
  configurable: true
@@ -227,10 +266,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
227
266
  * Gets or sets the color of separators inside the column options menu.
228
267
  */
229
268
  get: function () {
230
- return brushToString(this.i.c0);
269
+ return brushToString(this.i.c9);
231
270
  },
232
271
  set: function (v) {
233
- this.i.c0 = stringToBrush(v);
272
+ this.i.c9 = stringToBrush(v);
234
273
  },
235
274
  enumerable: false,
236
275
  configurable: true
@@ -240,10 +279,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
240
279
  * Gets or sets the background color for group headers inside the column options menu.
241
280
  */
242
281
  get: function () {
243
- return brushToString(this.i.cw);
282
+ return brushToString(this.i.c2);
244
283
  },
245
284
  set: function (v) {
246
- this.i.cw = stringToBrush(v);
285
+ this.i.c2 = stringToBrush(v);
247
286
  },
248
287
  enumerable: false,
249
288
  configurable: true
@@ -253,10 +292,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
253
292
  * Gets or sets the text color for group headers inside the column options menu.
254
293
  */
255
294
  get: function () {
256
- return brushToString(this.i.cx);
295
+ return brushToString(this.i.c3);
257
296
  },
258
297
  set: function (v) {
259
- this.i.cx = stringToBrush(v);
298
+ this.i.c3 = stringToBrush(v);
260
299
  },
261
300
  enumerable: false,
262
301
  configurable: true
@@ -281,10 +320,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
281
320
  });
282
321
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
283
322
  get: function () {
284
- return brushToString(this.i.cu);
323
+ return brushToString(this.i.c0);
285
324
  },
286
325
  set: function (v) {
287
- this.i.cu = stringToBrush(v);
326
+ this.i.c0 = stringToBrush(v);
288
327
  },
289
328
  enumerable: false,
290
329
  configurable: true
@@ -395,16 +434,16 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
395
434
  this._inStyling = false;
396
435
  };
397
436
  IgxDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
398
- this.i.b2(width, height);
437
+ this.i.b5(width, height);
399
438
  };
400
439
  IgxDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
401
- this.i.b1();
440
+ this.i.b4();
402
441
  };
403
442
  IgxDataGridFilterDialogComponent.prototype.showIcon = function () {
404
- this.i.cf();
443
+ this.i.ci();
405
444
  };
406
445
  IgxDataGridFilterDialogComponent.prototype.hideIcon = function () {
407
- this.i.bz();
446
+ this.i.b2();
408
447
  };
409
448
  IgxDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
410
449
  var iv = this.i.getDesiredToolbarActions();
@@ -531,7 +570,7 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
531
570
  }
532
571
  };
533
572
  IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
534
- IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
573
+ 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", columnOptionsScrollbarBackground: "columnOptionsScrollbarBackground", columnOptionsScrollbarHoverBackground: "columnOptionsScrollbarHoverBackground", columnOptionsScrollbarActiveBackground: "columnOptionsScrollbarActiveBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
535
574
  return IgxDataGridFilterDialogComponent;
536
575
  }());
537
576
  export { IgxDataGridFilterDialogComponent };
@@ -555,6 +594,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
555
594
  type: Input
556
595
  }], columnOptionsBackground: [{
557
596
  type: Input
597
+ }], columnOptionsScrollbarBackground: [{
598
+ type: Input
599
+ }], columnOptionsScrollbarHoverBackground: [{
600
+ type: Input
601
+ }], columnOptionsScrollbarActiveBackground: [{
602
+ type: Input
558
603
  }], columnOptionsTextColor: [{
559
604
  type: Input
560
605
  }], columnOptionsTextStyle: [{
@@ -268,8 +268,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
268
268
  },
269
269
  set: function (v) {
270
270
  this.ensureBorderWidth();
271
- this.i.bi.bottom = +v;
272
- this.i.bi = this.i.bi;
271
+ var __nv = +v;
272
+ if (this.i.bi.bottom === __nv) {
273
+ return;
274
+ }
275
+ var __copy = new Thickness(2);
276
+ __copy.bottom = __nv;
277
+ __copy.left = this.i.bi.left;
278
+ __copy.right = this.i.bi.right;
279
+ __copy.top = this.i.bi.top;
280
+ this.i.bi = __copy;
273
281
  },
274
282
  enumerable: false,
275
283
  configurable: true
@@ -280,8 +288,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
280
288
  },
281
289
  set: function (v) {
282
290
  this.ensureBorderWidth();
283
- this.i.bi.left = +v;
284
- this.i.bi = this.i.bi;
291
+ var __nv = +v;
292
+ if (this.i.bi.left === __nv) {
293
+ return;
294
+ }
295
+ var __copy = new Thickness(2);
296
+ __copy.left = __nv;
297
+ __copy.bottom = this.i.bi.bottom;
298
+ __copy.right = this.i.bi.right;
299
+ __copy.top = this.i.bi.top;
300
+ this.i.bi = __copy;
285
301
  },
286
302
  enumerable: false,
287
303
  configurable: true
@@ -292,8 +308,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
292
308
  },
293
309
  set: function (v) {
294
310
  this.ensureBorderWidth();
295
- this.i.bi.right = +v;
296
- this.i.bi = this.i.bi;
311
+ var __nv = +v;
312
+ if (this.i.bi.right === __nv) {
313
+ return;
314
+ }
315
+ var __copy = new Thickness(2);
316
+ __copy.right = __nv;
317
+ __copy.bottom = this.i.bi.bottom;
318
+ __copy.left = this.i.bi.left;
319
+ __copy.top = this.i.bi.top;
320
+ this.i.bi = __copy;
297
321
  },
298
322
  enumerable: false,
299
323
  configurable: true
@@ -304,8 +328,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
304
328
  },
305
329
  set: function (v) {
306
330
  this.ensureBorderWidth();
307
- this.i.bi.top = +v;
308
- this.i.bi = this.i.bi;
331
+ var __nv = +v;
332
+ if (this.i.bi.top === __nv) {
333
+ return;
334
+ }
335
+ var __copy = new Thickness(2);
336
+ __copy.top = __nv;
337
+ __copy.bottom = this.i.bi.bottom;
338
+ __copy.left = this.i.bi.left;
339
+ __copy.right = this.i.bi.right;
340
+ this.i.bi = __copy;
309
341
  },
310
342
  enumerable: false,
311
343
  configurable: true
@@ -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.oj;
32
+ return this.i.om;
33
33
  },
34
34
  set: function (v) {
35
- this.i.oj = v;
35
+ this.i.om = 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.o0;
45
+ return this.i.o3;
46
46
  },
47
47
  set: function (v) {
48
- this.i.o0 = v;
48
+ this.i.o3 = 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.oa;
55
+ return this.i.od;
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.oa = v;
62
+ this.i.od = 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.ot;
72
+ return this.i.ow;
73
73
  },
74
74
  set: function (v) {
75
- this.i.ot = v;
75
+ this.i.ow = 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.of;
85
+ return this.i.oi;
86
86
  },
87
87
  set: function (v) {
88
- this.i.of = ensureEnum(DateTimeFormats_$type, v);
88
+ this.i.oi = 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.oh;
98
+ return this.i.ok;
99
99
  },
100
100
  set: function (v) {
101
- this.i.oh = ensureBool(v);
101
+ this.i.ok = 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.sj;
50
+ return this.i.s5;
51
51
  },
52
52
  set: function (v) {
53
- this.i.sj = ensureEnum(DateTimeFormats_$type, v);
53
+ this.i.s5 = 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.s1;
63
+ return this.i.tn;
64
64
  },
65
65
  set: function (v) {
66
- this.i.s1 = v;
66
+ this.i.tn = 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.su;
76
+ return this.i.tg;
77
77
  },
78
78
  set: function (v) {
79
- this.i.su = v;
79
+ this.i.tg = 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.sf;
86
+ return this.i.s1;
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.sf = v;
93
+ this.i.s1 = 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.sq;
103
+ return this.i.tc;
104
104
  },
105
105
  set: function (v) {
106
- this.i.sq = v;
106
+ this.i.tc = 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.sm;
116
+ return this.i.s8;
117
117
  },
118
118
  set: function (v) {
119
- this.i.sm = ensureBool(v);
119
+ this.i.s8 = 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.sk;
129
+ return this.i.s6;
130
130
  },
131
131
  set: function (v) {
132
- this.i.sk = ensureEnum(EditorType_$type, v);
132
+ this.i.s6 = 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.sp;
142
+ return this.i.tb;
143
143
  },
144
144
  set: function (v) {
145
- this.i.sp = v;
145
+ this.i.tb = 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.sw;
155
+ return this.i.ti;
156
156
  },
157
157
  set: function (v) {
158
- this.i.sw = v;
158
+ this.i.ti = 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.sx;
168
+ return this.i.tj;
169
169
  },
170
170
  set: function (v) {
171
- this.i.sx = v;
171
+ this.i.tj = v;
172
172
  },
173
173
  enumerable: false,
174
174
  configurable: true