igniteui-angular-data-grids 21.0.1 → 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
@@ -94,7 +94,6 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
94
94
  var ren = new AngularRenderer(this.container, this.renderer, window.document, this.ngZone, true, null);
95
95
  this._wrapper = ren;
96
96
  var filterHr = ren.getWrapper(this._hrElement.nativeElement);
97
- filterHr.setStyleProperty("margin", "3px 0px");
98
97
  filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
99
98
  filterHr.setStyleProperty("border-left", "0px");
100
99
  filterHr.setStyleProperty("border-right", "0px");
@@ -177,25 +176,25 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
177
176
  this.i.dataMemberPath = v;
178
177
  }
179
178
  get dataLegendTarget() {
180
- return this.i.bm;
179
+ return this.i.bq;
181
180
  }
182
181
  set dataLegendTarget(v) {
183
- this.i.bm = v;
182
+ this.i.bq = v;
184
183
  }
185
184
  /**
186
185
  * Gets or Sets the property name that contains the values.
187
186
  */
188
187
  get subtitleMemberPath() {
189
- return this.i.c3;
188
+ return this.i.c7;
190
189
  }
191
190
  set subtitleMemberPath(v) {
192
- this.i.c3 = v;
191
+ this.i.c7 = v;
193
192
  }
194
193
  get propertyTypeMemberPath() {
195
- return this.i.ci;
194
+ return this.i.cm;
196
195
  }
197
196
  set propertyTypeMemberPath(v) {
198
- this.i.ci = v;
197
+ this.i.cm = v;
199
198
  }
200
199
  /**
201
200
  * Gets or Sets the property name that contains the values.
@@ -210,10 +209,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
210
209
  * Gets or Sets the property name that contains the values.
211
210
  */
212
211
  get filterPlaceholderText() {
213
- return this.i.cb;
212
+ return this.i.cf;
214
213
  }
215
214
  set filterPlaceholderText(v) {
216
- this.i.cb = v;
215
+ this.i.cf = v;
217
216
  }
218
217
  /**
219
218
  * Gets or Sets the property name that contains the values.
@@ -228,13 +227,13 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
228
227
  * Gets or Sets the property name that contains the values.
229
228
  */
230
229
  get rowHeight() {
231
- return this.i.bj;
230
+ return this.i.bn;
232
231
  }
233
232
  set rowHeight(v) {
234
- this.i.bj = +v;
233
+ this.i.bn = +v;
235
234
  }
236
235
  get actualRowHeight() {
237
- return this.i.bh;
236
+ return this.i.bl;
238
237
  }
239
238
  /**
240
239
  * Gets or Sets the property name that contains the values.
@@ -290,10 +289,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
290
289
  * Gets or sets the search background color.
291
290
  */
292
291
  get searchBackgroundColor() {
293
- return brushToString(this.i.ff);
292
+ return brushToString(this.i.fj);
294
293
  }
295
294
  set searchBackgroundColor(v) {
296
- this.i.ff = stringToBrush(v);
295
+ this.i.fj = stringToBrush(v);
297
296
  }
298
297
  /**
299
298
  * Gets or sets the search background color.
@@ -317,10 +316,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
317
316
  * Gets or sets the search border color.
318
317
  */
319
318
  get searchBorderColor() {
320
- return brushToString(this.i.fg);
319
+ return brushToString(this.i.fk);
321
320
  }
322
321
  set searchBorderColor(v) {
323
- this.i.fg = stringToBrush(v);
322
+ this.i.fk = stringToBrush(v);
324
323
  }
325
324
  /**
326
325
  * Gets or sets the text style.
@@ -340,46 +339,46 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
340
339
  * Gets or sets the checkbox tick color.
341
340
  */
342
341
  get checkboxTickColor() {
343
- return brushToString(this.i.e5);
342
+ return brushToString(this.i.e9);
344
343
  }
345
344
  set checkboxTickColor(v) {
346
- this.i.e5 = stringToBrush(v);
345
+ this.i.e9 = stringToBrush(v);
347
346
  }
348
347
  /**
349
348
  * Gets or sets the checkbox background color when checked.
350
349
  */
351
350
  get checkboxCheckedBackgroundColor() {
352
- return brushToString(this.i.e3);
351
+ return brushToString(this.i.e7);
353
352
  }
354
353
  set checkboxCheckedBackgroundColor(v) {
355
- this.i.e3 = stringToBrush(v);
354
+ this.i.e7 = stringToBrush(v);
356
355
  }
357
356
  /**
358
357
  * Gets or sets the checkbox background color when unchecked.
359
358
  */
360
359
  get checkboxUncheckedBackgroundColor() {
361
- return brushToString(this.i.e6);
360
+ return brushToString(this.i.fa);
362
361
  }
363
362
  set checkboxUncheckedBackgroundColor(v) {
364
- this.i.e6 = stringToBrush(v);
363
+ this.i.fa = stringToBrush(v);
365
364
  }
366
365
  /**
367
366
  * Gets or sets the checkbox border color when checked.
368
367
  */
369
368
  get checkboxCheckedBorderColor() {
370
- return brushToString(this.i.e4);
369
+ return brushToString(this.i.e8);
371
370
  }
372
371
  set checkboxCheckedBorderColor(v) {
373
- this.i.e4 = stringToBrush(v);
372
+ this.i.e8 = stringToBrush(v);
374
373
  }
375
374
  /**
376
375
  * Gets or sets the checkbox border color when unchecked.
377
376
  */
378
377
  get checkboxUncheckedBorderColor() {
379
- return brushToString(this.i.e7);
378
+ return brushToString(this.i.fb);
380
379
  }
381
380
  set checkboxUncheckedBorderColor(v) {
382
- this.i.e7 = stringToBrush(v);
381
+ this.i.fb = stringToBrush(v);
383
382
  }
384
383
  /**
385
384
  * Gets or sets the corner radius to use for the checkbox.
@@ -403,37 +402,37 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
403
402
  * Gets or sets the scrollbar background color.
404
403
  */
405
404
  get scrollbarBackground() {
406
- return brushToString(this.i.fe);
405
+ return brushToString(this.i.fi);
407
406
  }
408
407
  set scrollbarBackground(v) {
409
- this.i.fe = stringToBrush(v);
408
+ this.i.fi = stringToBrush(v);
410
409
  }
411
410
  /**
412
411
  * Gets / sets the caption of the "Select All" checkbox.
413
412
  */
414
413
  get selectAllCaption() {
415
- return this.i.cw;
414
+ return this.i.c0;
416
415
  }
417
416
  set selectAllCaption(v) {
418
- this.i.cw = v;
417
+ this.i.c0 = v;
419
418
  }
420
419
  /**
421
420
  * Gets or sets the color to use for the "Select All" label.
422
421
  */
423
422
  get selectAllCaptionTextColor() {
424
- return brushToString(this.i.fj);
423
+ return brushToString(this.i.fn);
425
424
  }
426
425
  set selectAllCaptionTextColor(v) {
427
- this.i.fj = stringToBrush(v);
426
+ this.i.fn = stringToBrush(v);
428
427
  }
429
428
  /**
430
429
  * Gets or sets the color to use for the actual header selectAllCaption text.
431
430
  */
432
431
  get actualSelectAllCaptionTextColor() {
433
- return brushToString(this.i.e1);
432
+ return brushToString(this.i.e5);
434
433
  }
435
434
  set actualSelectAllCaptionTextColor(v) {
436
- this.i.e1 = stringToBrush(v);
435
+ this.i.e5 = stringToBrush(v);
437
436
  }
438
437
  /**
439
438
  * Gets / sets whether the "Select all" checkbox is visible.
@@ -466,10 +465,10 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
466
465
  * Gets or sets the color to use for the text of the component.
467
466
  */
468
467
  get textColor() {
469
- return brushToString(this.i.fl);
468
+ return brushToString(this.i.fp);
470
469
  }
471
470
  set textColor(v) {
472
- this.i.fl = stringToBrush(v);
471
+ this.i.fp = stringToBrush(v);
473
472
  }
474
473
  /**
475
474
  * Gets or sets whether the filter input is visible.
@@ -567,17 +566,17 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
567
566
 
568
567
  */
569
568
  selectAll() {
570
- this.i.ef();
569
+ this.i.ej();
571
570
  }
572
571
  /**
573
572
  * Deselects all the items in the checkbox list.
574
573
 
575
574
  */
576
575
  deselectAll() {
577
- this.i.dc();
576
+ this.i.dg();
578
577
  }
579
578
  notifySetItem(index, oldItem, newItem) {
580
- this.i.dr(index, oldItem, newItem);
579
+ this.i.dv(index, oldItem, newItem);
581
580
  }
582
581
  /**
583
582
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -585,22 +584,22 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
585
584
 
586
585
  */
587
586
  notifyClearItems() {
588
- this.i.dm();
587
+ this.i.dr();
589
588
  }
590
589
  notifyInsertItem(index, newItem) {
591
- this.i.dn(index, newItem);
590
+ this.i.ds(index, newItem);
592
591
  }
593
592
  notifyRemoveItem(index, oldItem) {
594
- this.i.dq(index, oldItem);
593
+ this.i.du(index, oldItem);
595
594
  }
596
595
  refresh() {
597
596
  this.i.refresh();
598
597
  }
599
598
  addKeyValue(value) {
600
- this.i.c7(value);
599
+ this.i.db(value);
601
600
  }
602
601
  removeKeyValue(value) {
603
- this.i.ed(value);
602
+ this.i.eh(value);
604
603
  }
605
604
  getDesiredSize(availableSize) {
606
605
  let iv = this.i.getDesiredSize(toSize(availableSize));
@@ -611,7 +610,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
611
610
 
612
611
  */
613
612
  exportVisualModel() {
614
- let iv = this.i.bn();
613
+ let iv = this.i.br();
615
614
  return (iv);
616
615
  }
617
616
  /**
@@ -619,7 +618,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
619
618
 
620
619
  */
621
620
  exportSerializedVisualModel() {
622
- let iv = this.i.ca();
621
+ let iv = this.i.ce();
623
622
  return (iv);
624
623
  }
625
624
  /**
@@ -789,7 +788,7 @@ export let IgxCheckboxListComponent = /*@__PURE__*/ (() => {
789
788
  <hr #hrElement>
790
789
  <div #selectAllSection key='checkBoxListSelectAllSection'></div>
791
790
  <igx-data-grid #listGrid headerHeight="0"></igx-data-grid>
792
- </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 });
791
+ </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 });
793
792
  return IgxCheckboxListComponent;
794
793
  })();
795
794
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxCheckboxListComponent, decorators: [{
@@ -34,22 +34,22 @@ export let IgxColumnMovingSeparatorComponent = /*@__PURE__*/ (() => {
34
34
  * Gets or sets the separator width for this column.
35
35
  */
36
36
  get separatorWidth() {
37
- return this.i.g6;
37
+ return this.i.g7;
38
38
  }
39
39
  set separatorWidth(v) {
40
- this.i.g6 = +v;
40
+ this.i.g7 = +v;
41
41
  }
42
42
  get actualOpacity() {
43
- return this.i.g3;
43
+ return this.i.g4;
44
44
  }
45
45
  set actualOpacity(v) {
46
- this.i.g3 = +v;
46
+ this.i.g4 = +v;
47
47
  }
48
48
  get opacity() {
49
- return this.i.g4;
49
+ return this.i.g5;
50
50
  }
51
51
  set opacity(v) {
52
- this.i.g4 = +v;
52
+ this.i.g5 = +v;
53
53
  }
54
54
  }
55
55
  IgxColumnMovingSeparatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnMovingSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -31,16 +31,16 @@ export let IgxColumnResizingSeparatorComponent = /*@__PURE__*/ (() => {
31
31
  }
32
32
  }
33
33
  get actualOpacity() {
34
- return this.i.g3;
34
+ return this.i.g4;
35
35
  }
36
36
  set actualOpacity(v) {
37
- this.i.g3 = +v;
37
+ this.i.g4 = +v;
38
38
  }
39
39
  get opacity() {
40
- return this.i.g4;
40
+ return this.i.g5;
41
41
  }
42
42
  set opacity(v) {
43
- this.i.g4 = +v;
43
+ this.i.g5 = +v;
44
44
  }
45
45
  }
46
46
  IgxColumnResizingSeparatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxColumnResizingSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -38,50 +38,50 @@ export let IgxComboBoxColumnComponent = /*@__PURE__*/ (() => {
38
38
  * 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.
39
39
  */
40
40
  get actualDataSource() {
41
- return this.i.qs;
41
+ return this.i.r9;
42
42
  }
43
43
  set actualDataSource(v) {
44
- this.i.qs = v;
44
+ this.i.r9 = v;
45
45
  }
46
46
  /**
47
47
  * Gets or sets the ComboBox data source.
48
48
  */
49
49
  get dataSource() {
50
- return this.i.qt;
50
+ return this.i.sa;
51
51
  }
52
52
  set dataSource(v) {
53
- this.i.qt = v;
53
+ this.i.sa = v;
54
54
  }
55
55
  /**
56
56
  * Gets or sets the ComboBox text field.
57
57
  */
58
58
  get textField() {
59
- return this.i.qx;
59
+ return this.i.se;
60
60
  }
61
61
  set textField(v) {
62
- this.i.qx = v;
62
+ this.i.se = v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the ComboBox value field.
66
66
  */
67
67
  get valueField() {
68
- return this.i.qy;
68
+ return this.i.sf;
69
69
  }
70
70
  set valueField(v) {
71
- this.i.qy = v;
71
+ this.i.sf = v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the ComboBox value field.
75
75
  */
76
76
  get valueMultiField() {
77
- return this.i.qq;
77
+ return this.i.r7;
78
78
  }
79
79
  set valueMultiField(v) {
80
80
  if (v && !Array.isArray(v) && typeof (v) == "string") {
81
81
  const re = /\s*(?:,|\s|$)\s*/gm;
82
82
  v = v.split(re);
83
83
  }
84
- this.i.qq = v;
84
+ this.i.r7 = v;
85
85
  }
86
86
  }
87
87
  IgxComboBoxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -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
  */
@@ -40,40 +31,54 @@ export class IgxDataBindingEventArgs {
40
31
  }
41
32
  if (!this.i.cellInfo.externalObject) {
42
33
  let ext = null;
34
+ let extTypeName = null;
43
35
  switch (this.i.cellInfo.$type.name) {
44
36
  case "DateTimeCellModel":
45
- ext = new IgxDateTimeCellInfo();
37
+ extTypeName = "IgxDateTimeCellInfo";
46
38
  break;
47
39
  case "ImageCellModel":
48
- ext = new IgxImageCellInfo();
40
+ extTypeName = "IgxImageCellInfo";
49
41
  break;
50
42
  case "NumericCellModel":
51
- ext = new IgxNumericCellInfo();
43
+ extTypeName = "IgxNumericCellInfo";
52
44
  break;
53
45
  case "RowSeparatorModel":
54
- ext = new IgxRowSeparatorInfo();
46
+ extTypeName = "IgxRowSeparatorInfo";
55
47
  break;
56
48
  case "SectionHeaderCellModel":
57
- ext = new IgxSectionHeaderCellInfo();
49
+ extTypeName = "IgxSectionHeaderCellInfo";
58
50
  break;
59
51
  case "TemplateCellModel":
60
- ext = new IgxTemplateCellInfo();
52
+ extTypeName = "IgxTemplateCellInfo";
61
53
  break;
62
54
  case "TemplateHeaderCellModel":
63
- ext = new IgxTemplateHeaderCellInfo();
55
+ extTypeName = "IgxTemplateHeaderCellInfo";
64
56
  break;
65
57
  case "TemplateSectionHeaderCellModel":
66
- ext = new IgxTemplateSectionHeaderCellInfo();
58
+ extTypeName = "IgxTemplateSectionHeaderCellInfo";
67
59
  break;
68
60
  case "TextCellModel":
69
- ext = new IgxTextCellInfo();
61
+ extTypeName = "IgxTextCellInfo";
70
62
  break;
71
63
  case "TextHeaderCellModel":
72
- ext = new IgxTextHeaderCellInfo();
64
+ extTypeName = "IgxTextHeaderCellInfo";
73
65
  break;
66
+ case "FilterCellModel":
67
+ extTypeName = "IgxFilterCellInfo";
68
+ break;
69
+ }
70
+ if (extTypeName) {
71
+ if (TypeRegistrar.isRegistered(extTypeName)) {
72
+ ext = TypeRegistrar.create(extTypeName);
73
+ }
74
+ }
75
+ if (ext) {
76
+ ext._implementation = this.i.cellInfo;
77
+ this.i.cellInfo.externalObject = ext;
78
+ }
79
+ else {
80
+ return null;
74
81
  }
75
- ext._implementation = this.i.cellInfo;
76
- this.i.cellInfo.externalObject = ext;
77
82
  }
78
83
  return this.i.cellInfo.externalObject;
79
84
  }