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
@@ -106,7 +106,6 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
106
106
  var ren = new AngularRenderer(this.container, this.renderer, window.document, this.ngZone, true, null);
107
107
  this._wrapper = ren;
108
108
  var filterHr = ren.getWrapper(this._hrElement.nativeElement);
109
- filterHr.setStyleProperty("margin", "3px 0px");
110
109
  filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
111
110
  filterHr.setStyleProperty("border-left", "0px");
112
111
  filterHr.setStyleProperty("border-right", "0px");
@@ -210,10 +209,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
210
209
  });
211
210
  Object.defineProperty(IgxCheckboxListComponent.prototype, "dataLegendTarget", {
212
211
  get: function () {
213
- return this.i.bm;
212
+ return this.i.bq;
214
213
  },
215
214
  set: function (v) {
216
- this.i.bm = v;
215
+ this.i.bq = v;
217
216
  },
218
217
  enumerable: false,
219
218
  configurable: true
@@ -223,20 +222,20 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
223
222
  * Gets or Sets the property name that contains the values.
224
223
  */
225
224
  get: function () {
226
- return this.i.c3;
225
+ return this.i.c7;
227
226
  },
228
227
  set: function (v) {
229
- this.i.c3 = v;
228
+ this.i.c7 = v;
230
229
  },
231
230
  enumerable: false,
232
231
  configurable: true
233
232
  });
234
233
  Object.defineProperty(IgxCheckboxListComponent.prototype, "propertyTypeMemberPath", {
235
234
  get: function () {
236
- return this.i.ci;
235
+ return this.i.cm;
237
236
  },
238
237
  set: function (v) {
239
- this.i.ci = v;
238
+ this.i.cm = v;
240
239
  },
241
240
  enumerable: false,
242
241
  configurable: true
@@ -259,10 +258,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
259
258
  * Gets or Sets the property name that contains the values.
260
259
  */
261
260
  get: function () {
262
- return this.i.cb;
261
+ return this.i.cf;
263
262
  },
264
263
  set: function (v) {
265
- this.i.cb = v;
264
+ this.i.cf = v;
266
265
  },
267
266
  enumerable: false,
268
267
  configurable: true
@@ -285,17 +284,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
285
284
  * Gets or Sets the property name that contains the values.
286
285
  */
287
286
  get: function () {
288
- return this.i.bj;
287
+ return this.i.bn;
289
288
  },
290
289
  set: function (v) {
291
- this.i.bj = +v;
290
+ this.i.bn = +v;
292
291
  },
293
292
  enumerable: false,
294
293
  configurable: true
295
294
  });
296
295
  Object.defineProperty(IgxCheckboxListComponent.prototype, "actualRowHeight", {
297
296
  get: function () {
298
- return this.i.bh;
297
+ return this.i.bl;
299
298
  },
300
299
  enumerable: false,
301
300
  configurable: true
@@ -375,10 +374,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
375
374
  * Gets or sets the search background color.
376
375
  */
377
376
  get: function () {
378
- return brushToString(this.i.ff);
377
+ return brushToString(this.i.fj);
379
378
  },
380
379
  set: function (v) {
381
- this.i.ff = stringToBrush(v);
380
+ this.i.fj = stringToBrush(v);
382
381
  },
383
382
  enumerable: false,
384
383
  configurable: true
@@ -414,10 +413,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
414
413
  * Gets or sets the search border color.
415
414
  */
416
415
  get: function () {
417
- return brushToString(this.i.fg);
416
+ return brushToString(this.i.fk);
418
417
  },
419
418
  set: function (v) {
420
- this.i.fg = stringToBrush(v);
419
+ this.i.fk = stringToBrush(v);
421
420
  },
422
421
  enumerable: false,
423
422
  configurable: true
@@ -445,10 +444,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
445
444
  * Gets or sets the checkbox tick color.
446
445
  */
447
446
  get: function () {
448
- return brushToString(this.i.e5);
447
+ return brushToString(this.i.e9);
449
448
  },
450
449
  set: function (v) {
451
- this.i.e5 = stringToBrush(v);
450
+ this.i.e9 = stringToBrush(v);
452
451
  },
453
452
  enumerable: false,
454
453
  configurable: true
@@ -458,10 +457,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
458
457
  * Gets or sets the checkbox background color when checked.
459
458
  */
460
459
  get: function () {
461
- return brushToString(this.i.e3);
460
+ return brushToString(this.i.e7);
462
461
  },
463
462
  set: function (v) {
464
- this.i.e3 = stringToBrush(v);
463
+ this.i.e7 = stringToBrush(v);
465
464
  },
466
465
  enumerable: false,
467
466
  configurable: true
@@ -471,10 +470,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
471
470
  * Gets or sets the checkbox background color when unchecked.
472
471
  */
473
472
  get: function () {
474
- return brushToString(this.i.e6);
473
+ return brushToString(this.i.fa);
475
474
  },
476
475
  set: function (v) {
477
- this.i.e6 = stringToBrush(v);
476
+ this.i.fa = stringToBrush(v);
478
477
  },
479
478
  enumerable: false,
480
479
  configurable: true
@@ -484,10 +483,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
484
483
  * Gets or sets the checkbox border color when checked.
485
484
  */
486
485
  get: function () {
487
- return brushToString(this.i.e4);
486
+ return brushToString(this.i.e8);
488
487
  },
489
488
  set: function (v) {
490
- this.i.e4 = stringToBrush(v);
489
+ this.i.e8 = stringToBrush(v);
491
490
  },
492
491
  enumerable: false,
493
492
  configurable: true
@@ -497,10 +496,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
497
496
  * Gets or sets the checkbox border color when unchecked.
498
497
  */
499
498
  get: function () {
500
- return brushToString(this.i.e7);
499
+ return brushToString(this.i.fb);
501
500
  },
502
501
  set: function (v) {
503
- this.i.e7 = stringToBrush(v);
502
+ this.i.fb = stringToBrush(v);
504
503
  },
505
504
  enumerable: false,
506
505
  configurable: true
@@ -536,10 +535,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
536
535
  * Gets or sets the scrollbar background color.
537
536
  */
538
537
  get: function () {
539
- return brushToString(this.i.fe);
538
+ return brushToString(this.i.fi);
540
539
  },
541
540
  set: function (v) {
542
- this.i.fe = stringToBrush(v);
541
+ this.i.fi = stringToBrush(v);
543
542
  },
544
543
  enumerable: false,
545
544
  configurable: true
@@ -549,10 +548,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
549
548
  * Gets / sets the caption of the "Select All" checkbox.
550
549
  */
551
550
  get: function () {
552
- return this.i.cw;
551
+ return this.i.c0;
553
552
  },
554
553
  set: function (v) {
555
- this.i.cw = v;
554
+ this.i.c0 = v;
556
555
  },
557
556
  enumerable: false,
558
557
  configurable: true
@@ -562,10 +561,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
562
561
  * Gets or sets the color to use for the "Select All" label.
563
562
  */
564
563
  get: function () {
565
- return brushToString(this.i.fj);
564
+ return brushToString(this.i.fn);
566
565
  },
567
566
  set: function (v) {
568
- this.i.fj = stringToBrush(v);
567
+ this.i.fn = stringToBrush(v);
569
568
  },
570
569
  enumerable: false,
571
570
  configurable: true
@@ -575,10 +574,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
575
574
  * Gets or sets the color to use for the actual header selectAllCaption text.
576
575
  */
577
576
  get: function () {
578
- return brushToString(this.i.e1);
577
+ return brushToString(this.i.e5);
579
578
  },
580
579
  set: function (v) {
581
- this.i.e1 = stringToBrush(v);
580
+ this.i.e5 = stringToBrush(v);
582
581
  },
583
582
  enumerable: false,
584
583
  configurable: true
@@ -627,10 +626,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
627
626
  * Gets or sets the color to use for the text of the component.
628
627
  */
629
628
  get: function () {
630
- return brushToString(this.i.fl);
629
+ return brushToString(this.i.fp);
631
630
  },
632
631
  set: function (v) {
633
- this.i.fl = stringToBrush(v);
632
+ this.i.fp = stringToBrush(v);
634
633
  },
635
634
  enumerable: false,
636
635
  configurable: true
@@ -747,17 +746,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
747
746
 
748
747
  */
749
748
  IgxCheckboxListComponent.prototype.selectAll = function () {
750
- this.i.ef();
749
+ this.i.ej();
751
750
  };
752
751
  /**
753
752
  * Deselects all the items in the checkbox list.
754
753
 
755
754
  */
756
755
  IgxCheckboxListComponent.prototype.deselectAll = function () {
757
- this.i.dc();
756
+ this.i.dg();
758
757
  };
759
758
  IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
760
- this.i.dr(index, oldItem, newItem);
759
+ this.i.dv(index, oldItem, newItem);
761
760
  };
762
761
  /**
763
762
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -765,22 +764,22 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
765
764
 
766
765
  */
767
766
  IgxCheckboxListComponent.prototype.notifyClearItems = function () {
768
- this.i.dm();
767
+ this.i.dr();
769
768
  };
770
769
  IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
771
- this.i.dn(index, newItem);
770
+ this.i.ds(index, newItem);
772
771
  };
773
772
  IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
774
- this.i.dq(index, oldItem);
773
+ this.i.du(index, oldItem);
775
774
  };
776
775
  IgxCheckboxListComponent.prototype.refresh = function () {
777
776
  this.i.refresh();
778
777
  };
779
778
  IgxCheckboxListComponent.prototype.addKeyValue = function (value) {
780
- this.i.c7(value);
779
+ this.i.db(value);
781
780
  };
782
781
  IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
783
- this.i.ed(value);
782
+ this.i.eh(value);
784
783
  };
785
784
  IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
786
785
  var iv = this.i.getDesiredSize(toSize(availableSize));
@@ -791,7 +790,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
791
790
 
792
791
  */
793
792
  IgxCheckboxListComponent.prototype.exportVisualModel = function () {
794
- var iv = this.i.bn();
793
+ var iv = this.i.br();
795
794
  return (iv);
796
795
  };
797
796
  /**
@@ -799,7 +798,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
799
798
 
800
799
  */
801
800
  IgxCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
802
- var iv = this.i.ca();
801
+ var iv = this.i.ce();
803
802
  return (iv);
804
803
  };
805
804
  /**
@@ -997,7 +996,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
997
996
  }
998
997
  };
999
998
  IgxCheckboxListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
1000
- IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsAccentColor", "allowCopyOperation", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
999
+ IgxCheckboxListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: { height: "height", width: "width", dataSource: "dataSource", keys: "keys", primaryKey: "primaryKey", dataMemberPath: "dataMemberPath", dataLegendTarget: "dataLegendTarget", subtitleMemberPath: "subtitleMemberPath", propertyTypeMemberPath: "propertyTypeMemberPath", selectedMemberPath: "selectedMemberPath", filterPlaceholderText: "filterPlaceholderText", searchInputType: "searchInputType", rowHeight: "rowHeight", cellTextStyle: "cellTextStyle", indexType: "indexType", baseTheme: "baseTheme", density: "density", searchIconColor: "searchIconColor", searchBackgroundColor: "searchBackgroundColor", labelClickTriggersChange: "labelClickTriggersChange", searchTextColor: "searchTextColor", searchBorderColor: "searchBorderColor", searchTextStyle: "searchTextStyle", checkboxTickColor: "checkboxTickColor", checkboxCheckedBackgroundColor: "checkboxCheckedBackgroundColor", checkboxUncheckedBackgroundColor: "checkboxUncheckedBackgroundColor", checkboxCheckedBorderColor: "checkboxCheckedBorderColor", checkboxUncheckedBorderColor: "checkboxUncheckedBorderColor", checkboxCornerRadius: "checkboxCornerRadius", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", selectAllCaption: "selectAllCaption", selectAllCaptionTextColor: "selectAllCaptionTextColor", actualSelectAllCaptionTextColor: "actualSelectAllCaptionTextColor", showSelectAll: "showSelectAll", backgroundColor: "backgroundColor", rowHoverBackgroundColor: "rowHoverBackgroundColor", textColor: "textColor", showFilter: "showFilter", isRowHoverEnabled: "isRowHoverEnabled", checkboxAlignedRight: "checkboxAlignedRight" }, outputs: { selectedKeyAdded: "selectedKeyAdded", selectedKeyRemoved: "selectedKeyRemoved", checkedChanged: "checkedChanged", labelClicked: "labelClicked", indexTypeChanged: "indexTypeChanged", keysCleared: "keysCleared", selectAllCheckboxChanged: "selectAllCheckboxChanged" }, host: { classAttribute: "ig-checkbox-list igx-checkbox-list" }, providers: [], viewQueries: [{ propertyName: "_listGrid", first: true, predicate: ["listGrid"], descendants: true, read: IgxDataGridComponent, static: true }, { propertyName: "_listContainer", first: true, predicate: ["listContainer"], descendants: true, read: ElementRef, static: true }, { propertyName: "_hrElement", first: true, predicate: ["hrElement"], descendants: true, read: ElementRef, static: true }, { propertyName: "_selectAllSection", first: true, predicate: ["selectAllSection"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #listContainer style=\"width: 100%; height: 100%\">\n <div> \n </div>\n <hr #hrElement>\n <div #selectAllSection key='checkBoxListSelectAllSection'></div>\n <igx-data-grid #listGrid headerHeight=\"0\"></igx-data-grid>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxDataGridComponent, selector: "igx-data-grid", inputs: ["height", "width", "dataSource", "theme", "columnResizingMode", "columnMovingMode", "isRowHoverEnabled", "rowHoverBackground", "rowHoverTextColor", "editRowBorder", "editRowBorderWidthBottom", "editRowBorderWidthLeft", "editRowBorderWidthRight", "editRowBorderWidthTop", "sectionHeader", "summaryRowRoot", "summaryRowSection", "rowSeparator", "headerRowSeparator", "headerSeparator", "columnResizingSeparator", "columnMovingSeparator", "pinnedAreaSeparator", "autoGenerateDesiredProperties", "dataSourceDesiredProperties", "density", "actualRowHeight", "rowHeight", "defaultColumnMinWidth", "actualHeaderHeight", "headerHeight", "headerClickAction", "editMode", "editModeClickAction", "editOnKeyPress", "autoGenerateColumns", "rowSeparatorHeight", "isPlaceholderRenderingEnabled", "columnAddingAnimationMode", "columnPropertyUpdatingAnimationMode", "cellDataLoadedAnimationMode", "rowSelectionAnimationMode", "rowHoverAnimationMode", "cellSelectionAnimationMode", "animationSettings", "columnResizingAnimationMode", "columnShowingAnimationMode", "columnMovingAnimationMode", "columnHidingAnimationMode", "columnExchangingAnimationMode", "selectionMode", "activationMode", "selectionBehavior", "mouseDragSelectionEnabled", "selectedItems", "selectedKeys", "selectedCells", "selectedCellRanges", "pinnedItems", "pinnedKeys", "isColumnOptionsEnabled", "useNewerColumnOptionsMenu", "isGroupRowSticky", "isHeaderSeparatorVisible", "cellSelectedBackground", "cellSelectedTextColor", "sectionHeaderSelectedBackground", "summaryRootBackground", "summarySectionBackground", "pinnedRowOpacity", "editTextStyle", "editOpacity", "deletedTextColor", "stickyRowBackground", "pinnedRowBackground", "lastStickyRowBackground", "activeCell", "cellBackground", "cellTextColor", "headerSortIndicatorColor", "headerSortIndicatorStyle", "cellTextStyle", "sectionHeaderBackground", "sectionHeaderTextColor", "sectionHeaderExpansionIndicatorIconColor", "sectionHeaderTextStyle", "summaryRootLabelTextStyle", "summarySectionLabelTextStyle", "summaryRootValueTextColor", "summaryRootValueTextStyle", "summarySectionValueTextStyle", "summarySectionValueTextColor", "summaryRootLabelTextColor", "summarySectionLabelTextColor", "summaryRootSelectedBackground", "summarySectionSelectedBackground", "pinnedAreaSeparatorWidth", "headerSeparatorWidth", "headerSeparatorBackground", "headerBackground", "headerTextColor", "headerTextStyle", "rowSeparatorBackground", "headerRowSeparatorBackground", "rowSeparatorStickyRowBackground", "rowSeparatorLastStickyRowBackground", "rowSeparatorPinnedRowBackground", "columnResizingSeparatorWidth", "columnResizingSeparatorOpacity", "columnMovingSeparatorWidth", "columnMovingSeparatorOpacity", "columnResizingSeparatorBackground", "columnMovingSeparatorBackground", "shiftSectionContent", "columnOptionsIconAlignment", "columnOptionsIconColor", "columnOptionsIconBehavior", "actualBorder", "border", "actualBorderWidth", "borderWidthBottom", "borderWidthLeft", "borderWidthRight", "borderWidthTop", "notifyOnAllSelectionChanges", "cornerRadiusBottomRight", "cornerRadiusBottomLeft", "cornerRadiusTopLeft", "cornerRadiusTopRight", "actualCornerRadiusBottomRight", "actualCornerRadiusBottomLeft", "actualCornerRadiusTopLeft", "actualCornerRadiusTopRight", "isActiveCellStyleEnabled", "stopPropagation", "actualBackground", "background", "responsiveStates", "initialSorts", "initialGroups", "initialSummaries", "summaryScope", "isGroupCollapsable", "groupHeaderDisplayMode", "isGroupExpandedDefault", "groupSummaryDisplayMode", "autoAcceptEdits", "primaryKey", "actualPrimaryKey", "actualColumns", "reactsToSortChanges", "reactsToGroupChanges", "reactsToFilterChanges", "enterBehavior", "enterBehaviorAfterEdit", "isColumnOptionsSummariesEnabled", "isColumnOptionsGroupingEnabled", "mergedCellMode", "mergedCellEvaluationCriteria", "mergedCellVerticalAlignment", "filterUIType", "filterLogicalOperator", "filterComparisonType", "todayOverride", "clearSelectionOnEscape", "pageSize", "isToolbarColumnChooserVisible", "isToolbarColumnPinningVisible", "toolbarTitle", "toolbarColumnChooserText", "toolbarColumnChooserTitle", "toolbarColumnPinningText", "toolbarColumnPinningTitle", "scrollbarStyle", "scrollbarBackground", "columnOptionsBackground", "columnOptionsTextColor", "columnOptionsTextStyle", "columnOptionsHoverBackgroundColor", "columnOptionsToolTipBackgroundColor", "columnOptionsHighlightColor", "columnOptionsSeparatorColor", "columnOptionsGroupHeaderBackground", "columnOptionsGroupHeaderTextColor", "columnOptionsGroupHeaderTextStyle", "columnOptionsAccentColor", "columnOptionsRowHeight", "allowCopyOperation", "maxSelectedCellRanges", "deferEventForRowDragSelection"], outputs: ["filterExpressionsChanging", "filterExpressionsChanged", "cellPreviewPointerDown", "cellPreviewPointerUp", "cellPointerDown", "cellPointerUp", "cellClicked", "filterRowDataBinding", "filterRowDataBound", "sortDescriptionsChanged", "groupDescriptionsChanged", "summaryDescriptionsChanged", "columnHiddenChanged", "columnPinnedChanged", "cellValueChanging", "dataCommitted", "dataCommitting", "rootSummariesChanged", "sizeChanged", "actualColumnsChanged", "columnsAutoGenerated", "selectedItemsChanged", "selectedKeysChanged", "selectedCellsChanged", "selectionChanged", "activeCellChanged", "selectedCellRangesChanged", "columnWidthChanged", "cellEditStarted", "cellEditEnded", "rowEditStarted", "rowEditEnded", "customFilterRequested", "actualPrimaryKeyChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1001
1000
  return IgxCheckboxListComponent;
1002
1001
  }());
1003
1002
  export { IgxCheckboxListComponent };
@@ -40,30 +40,30 @@ var IgxColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (function (_
40
40
  * Gets or sets the separator width for this column.
41
41
  */
42
42
  get: function () {
43
- return this.i.g6;
43
+ return this.i.g7;
44
44
  },
45
45
  set: function (v) {
46
- this.i.g6 = +v;
46
+ this.i.g7 = +v;
47
47
  },
48
48
  enumerable: false,
49
49
  configurable: true
50
50
  });
51
51
  Object.defineProperty(IgxColumnMovingSeparatorComponent.prototype, "actualOpacity", {
52
52
  get: function () {
53
- return this.i.g3;
53
+ return this.i.g4;
54
54
  },
55
55
  set: function (v) {
56
- this.i.g3 = +v;
56
+ this.i.g4 = +v;
57
57
  },
58
58
  enumerable: false,
59
59
  configurable: true
60
60
  });
61
61
  Object.defineProperty(IgxColumnMovingSeparatorComponent.prototype, "opacity", {
62
62
  get: function () {
63
- return this.i.g4;
63
+ return this.i.g5;
64
64
  },
65
65
  set: function (v) {
66
- this.i.g4 = +v;
66
+ this.i.g5 = +v;
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -37,20 +37,20 @@ var IgxColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (function
37
37
  };
38
38
  Object.defineProperty(IgxColumnResizingSeparatorComponent.prototype, "actualOpacity", {
39
39
  get: function () {
40
- return this.i.g3;
40
+ return this.i.g4;
41
41
  },
42
42
  set: function (v) {
43
- this.i.g3 = +v;
43
+ this.i.g4 = +v;
44
44
  },
45
45
  enumerable: false,
46
46
  configurable: true
47
47
  });
48
48
  Object.defineProperty(IgxColumnResizingSeparatorComponent.prototype, "opacity", {
49
49
  get: function () {
50
- return this.i.g4;
50
+ return this.i.g5;
51
51
  },
52
52
  set: function (v) {
53
- this.i.g4 = +v;
53
+ this.i.g5 = +v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -44,10 +44,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
44
44
  * Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
45
45
  */
46
46
  get: function () {
47
- return this.i.qs;
47
+ return this.i.r9;
48
48
  },
49
49
  set: function (v) {
50
- this.i.qs = v;
50
+ this.i.r9 = v;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true
@@ -57,10 +57,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
57
57
  * Gets or sets the ComboBox data source.
58
58
  */
59
59
  get: function () {
60
- return this.i.qt;
60
+ return this.i.sa;
61
61
  },
62
62
  set: function (v) {
63
- this.i.qt = v;
63
+ this.i.sa = v;
64
64
  },
65
65
  enumerable: false,
66
66
  configurable: true
@@ -70,10 +70,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
70
70
  * Gets or sets the ComboBox text field.
71
71
  */
72
72
  get: function () {
73
- return this.i.qx;
73
+ return this.i.se;
74
74
  },
75
75
  set: function (v) {
76
- this.i.qx = v;
76
+ this.i.se = v;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -83,10 +83,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
83
83
  * Gets or sets the ComboBox value field.
84
84
  */
85
85
  get: function () {
86
- return this.i.qy;
86
+ return this.i.sf;
87
87
  },
88
88
  set: function (v) {
89
- this.i.qy = v;
89
+ this.i.sf = v;
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -96,14 +96,14 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
96
96
  * Gets or sets the ComboBox value field.
97
97
  */
98
98
  get: function () {
99
- return this.i.qq;
99
+ return this.i.r7;
100
100
  },
101
101
  set: function (v) {
102
102
  if (v && !Array.isArray(v) && typeof (v) == "string") {
103
103
  var re = /\s*(?:,|\s|$)\s*/gm;
104
104
  v = v.split(re);
105
105
  }
106
- this.i.qq = v;
106
+ this.i.r7 = v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true
@@ -1,14 +1,5 @@
1
+ import { TypeRegistrar } from "igniteui-angular-core";
1
2
  import { DataBindingEventArgs as DataBindingEventArgs_internal } from "./DataBindingEventArgs";
2
- import { IgxDateTimeCellInfo } from "./igx-date-time-cell-info";
3
- import { IgxImageCellInfo } from "./igx-image-cell-info";
4
- import { IgxNumericCellInfo } from "./igx-numeric-cell-info";
5
- import { IgxRowSeparatorInfo } from "./igx-row-separator-info";
6
- import { IgxSectionHeaderCellInfo } from "./igx-section-header-cell-info";
7
- import { IgxTemplateCellInfo } from "./igx-template-cell-info";
8
- import { IgxTemplateHeaderCellInfo } from "./igx-template-header-cell-info";
9
- import { IgxTemplateSectionHeaderCellInfo } from "./igx-template-section-header-cell-info";
10
- import { IgxTextCellInfo } from "./igx-text-cell-info";
11
- import { IgxTextHeaderCellInfo } from "./igx-text-header-cell-info";
12
3
  /**
13
4
  * Information about the data binding taking place.
14
5
  */
@@ -45,40 +36,54 @@ var IgxDataBindingEventArgs = /** @class */ /*@__PURE__*/ (function () {
45
36
  }
46
37
  if (!this.i.cellInfo.externalObject) {
47
38
  var ext = null;
39
+ var extTypeName = null;
48
40
  switch (this.i.cellInfo.$type.name) {
49
41
  case "DateTimeCellModel":
50
- ext = new IgxDateTimeCellInfo();
42
+ extTypeName = "IgxDateTimeCellInfo";
51
43
  break;
52
44
  case "ImageCellModel":
53
- ext = new IgxImageCellInfo();
45
+ extTypeName = "IgxImageCellInfo";
54
46
  break;
55
47
  case "NumericCellModel":
56
- ext = new IgxNumericCellInfo();
48
+ extTypeName = "IgxNumericCellInfo";
57
49
  break;
58
50
  case "RowSeparatorModel":
59
- ext = new IgxRowSeparatorInfo();
51
+ extTypeName = "IgxRowSeparatorInfo";
60
52
  break;
61
53
  case "SectionHeaderCellModel":
62
- ext = new IgxSectionHeaderCellInfo();
54
+ extTypeName = "IgxSectionHeaderCellInfo";
63
55
  break;
64
56
  case "TemplateCellModel":
65
- ext = new IgxTemplateCellInfo();
57
+ extTypeName = "IgxTemplateCellInfo";
66
58
  break;
67
59
  case "TemplateHeaderCellModel":
68
- ext = new IgxTemplateHeaderCellInfo();
60
+ extTypeName = "IgxTemplateHeaderCellInfo";
69
61
  break;
70
62
  case "TemplateSectionHeaderCellModel":
71
- ext = new IgxTemplateSectionHeaderCellInfo();
63
+ extTypeName = "IgxTemplateSectionHeaderCellInfo";
72
64
  break;
73
65
  case "TextCellModel":
74
- ext = new IgxTextCellInfo();
66
+ extTypeName = "IgxTextCellInfo";
75
67
  break;
76
68
  case "TextHeaderCellModel":
77
- ext = new IgxTextHeaderCellInfo();
69
+ extTypeName = "IgxTextHeaderCellInfo";
78
70
  break;
71
+ case "FilterCellModel":
72
+ extTypeName = "IgxFilterCellInfo";
73
+ break;
74
+ }
75
+ if (extTypeName) {
76
+ if (TypeRegistrar.isRegistered(extTypeName)) {
77
+ ext = TypeRegistrar.create(extTypeName);
78
+ }
79
+ }
80
+ if (ext) {
81
+ ext._implementation = this.i.cellInfo;
82
+ this.i.cellInfo.externalObject = ext;
83
+ }
84
+ else {
85
+ return null;
79
86
  }
80
- ext._implementation = this.i.cellInfo;
81
- this.i.cellInfo.externalObject = ext;
82
87
  }
83
88
  return this.i.cellInfo.externalObject;
84
89
  },