igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

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 (284) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
  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 +3 -3
  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 +28 -28
  17. package/esm2015/lib/CheckboxListBridge.js +54 -26
  18. package/esm2015/lib/CheckboxListView_combined.js +775 -745
  19. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
  21. package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +7 -7
  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 +13 -13
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +11 -11
  33. package/esm2015/lib/EditorCell.js +267 -267
  34. package/esm2015/lib/EditorCellPresenter.js +25 -25
  35. package/esm2015/lib/FilterCell.js +261 -261
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +71 -69
  38. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  39. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  40. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  41. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  42. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  43. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
  44. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  45. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  46. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  47. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  48. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  49. package/esm2015/lib/GridExternalWrapper.js +15 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
  51. package/esm2015/lib/GridIconRepository.js +92 -0
  52. package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
  53. package/esm2015/lib/GridStyleRepository.js +272 -431
  54. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  55. package/esm2015/lib/ICheckboxListView.js +11 -0
  56. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  57. package/esm2015/lib/ImageCell.js +55 -55
  58. package/esm2015/lib/ImageCellPresenter.js +15 -15
  59. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  60. package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
  61. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  62. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  63. package/esm2015/lib/NumericCell.js +4 -4
  64. package/esm2015/lib/NumericCellPresenter.js +9 -9
  65. package/esm2015/lib/PropertyEditorView_combined.js +31 -31
  66. package/esm2015/lib/SectionHeaderCell.js +20 -8
  67. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  68. package/esm2015/lib/SummaryCell.js +34 -25
  69. package/esm2015/lib/SummaryCellPresenter.js +8 -8
  70. package/esm2015/lib/TemplateCell.js +12 -12
  71. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  72. package/esm2015/lib/TemplateHeader.js +8 -8
  73. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  74. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  75. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  76. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  77. package/esm2015/lib/TextCell.js +22 -22
  78. package/esm2015/lib/TextCellPresenter.js +10 -10
  79. package/esm2015/lib/TextHeaderCell.js +177 -136
  80. package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
  81. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  82. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  83. package/esm2015/lib/igc-cell-info.js +97 -91
  84. package/esm2015/lib/igc-checkbox-list-component.js +89 -90
  85. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  86. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  87. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igc-data-grid-column-component.js +390 -193
  90. package/esm2015/lib/igc-data-grid-component.js +241 -2
  91. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
  92. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  93. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  94. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  95. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  96. package/esm2015/lib/igc-definition-base-component.js +129 -129
  97. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  98. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  99. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  100. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  101. package/esm2015/lib/igc-header-component.js +24 -24
  102. package/esm2015/lib/igc-image-cell-info.js +6 -6
  103. package/esm2015/lib/igc-image-column-component.js +12 -12
  104. package/esm2015/lib/igc-image-column-module.js +2 -0
  105. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  106. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  107. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  108. package/esm2015/lib/igc-row-separator-module.js +2 -0
  109. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igc-section-header-component.js +24 -24
  111. package/esm2015/lib/igc-section-header-module.js +2 -0
  112. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igc-summary-row-component.js +24 -24
  114. package/esm2015/lib/igc-template-cell-info.js +2 -2
  115. package/esm2015/lib/igc-template-column-module.js +2 -0
  116. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igc-template-header-module.js +2 -0
  118. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  119. package/esm2015/lib/igc-text-cell-info.js +2 -2
  120. package/esm2015/lib/igc-text-column-component.js +9 -9
  121. package/esm2015/lib/igc-text-column-module.js +2 -0
  122. package/esm2015/lib/igc-text-header-cell-info.js +121 -10
  123. package/esm2015/lib/igc-text-header-module.js +2 -0
  124. package/esm2015/public_api.js +3 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +5 -5
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +28 -28
  139. package/esm5/lib/CheckboxListBridge.js +54 -26
  140. package/esm5/lib/CheckboxListView_combined.js +748 -718
  141. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  142. package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
  143. package/esm5/lib/ColumnGroupingView_combined.js +24 -24
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +7 -7
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +3 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +11 -11
  155. package/esm5/lib/EditorCell.js +256 -256
  156. package/esm5/lib/EditorCellPresenter.js +25 -25
  157. package/esm5/lib/FilterCell.js +252 -252
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +70 -68
  160. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  161. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  162. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  163. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  164. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  165. package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
  166. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  167. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  168. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  169. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  170. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  171. package/esm5/lib/GridExternalWrapper.js +15 -6
  172. package/esm5/lib/GridFilterDialogView_combined.js +478 -177
  173. package/esm5/lib/GridIconRepository.js +97 -0
  174. package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
  175. package/esm5/lib/GridStyleRepository.js +280 -583
  176. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  177. package/esm5/lib/ICheckboxListView.js +11 -0
  178. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  179. package/esm5/lib/ImageCell.js +54 -54
  180. package/esm5/lib/ImageCellPresenter.js +15 -15
  181. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  182. package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
  183. package/esm5/lib/NativeUIComboFactory.js +1 -1
  184. package/esm5/lib/NativeUIGridFactory.js +2 -2
  185. package/esm5/lib/NumericCell.js +4 -4
  186. package/esm5/lib/NumericCellPresenter.js +9 -9
  187. package/esm5/lib/PropertyEditorView_combined.js +31 -31
  188. package/esm5/lib/SectionHeaderCell.js +20 -8
  189. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  190. package/esm5/lib/SummaryCell.js +35 -26
  191. package/esm5/lib/SummaryCellPresenter.js +8 -8
  192. package/esm5/lib/TemplateCell.js +12 -12
  193. package/esm5/lib/TemplateCellPresenter.js +3 -3
  194. package/esm5/lib/TemplateHeader.js +8 -8
  195. package/esm5/lib/TemplateHeaderCell.js +5 -5
  196. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  197. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  198. package/esm5/lib/TemplateSectionHeader.js +2 -2
  199. package/esm5/lib/TextCell.js +22 -22
  200. package/esm5/lib/TextCellPresenter.js +10 -10
  201. package/esm5/lib/TextHeaderCell.js +175 -134
  202. package/esm5/lib/TextHeaderCellPresenter.js +66 -25
  203. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  204. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  205. package/esm5/lib/igc-cell-info.js +101 -91
  206. package/esm5/lib/igc-checkbox-list-component.js +89 -90
  207. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  208. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  209. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igc-data-grid-column-component.js +478 -193
  212. package/esm5/lib/igc-data-grid-component.js +324 -3
  213. package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
  214. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  215. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  216. package/esm5/lib/igc-date-time-column-component.js +23 -23
  217. package/esm5/lib/igc-date-time-column-module.js +2 -0
  218. package/esm5/lib/igc-definition-base-component.js +129 -129
  219. package/esm5/lib/igc-editor-cell-info.js +23 -23
  220. package/esm5/lib/igc-filter-cell-info.js +26 -26
  221. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  222. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  223. package/esm5/lib/igc-header-component.js +24 -24
  224. package/esm5/lib/igc-image-cell-info.js +6 -6
  225. package/esm5/lib/igc-image-column-component.js +12 -12
  226. package/esm5/lib/igc-image-column-module.js +2 -0
  227. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  228. package/esm5/lib/igc-numeric-column-component.js +35 -35
  229. package/esm5/lib/igc-numeric-column-module.js +2 -0
  230. package/esm5/lib/igc-row-separator-module.js +2 -0
  231. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igc-section-header-component.js +24 -24
  233. package/esm5/lib/igc-section-header-module.js +2 -0
  234. package/esm5/lib/igc-summary-cell-info.js +9 -9
  235. package/esm5/lib/igc-summary-row-component.js +24 -24
  236. package/esm5/lib/igc-template-cell-info.js +2 -2
  237. package/esm5/lib/igc-template-column-module.js +2 -0
  238. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igc-template-header-module.js +2 -0
  240. package/esm5/lib/igc-template-section-header-module.js +4 -0
  241. package/esm5/lib/igc-text-cell-info.js +2 -2
  242. package/esm5/lib/igc-text-column-component.js +9 -9
  243. package/esm5/lib/igc-text-column-module.js +2 -0
  244. package/esm5/lib/igc-text-header-cell-info.js +173 -10
  245. package/esm5/lib/igc-text-header-module.js +2 -0
  246. package/esm5/public_api.js +3 -0
  247. package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
  248. package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
  249. package/lib/CheckboxListBridge.d.ts +1 -0
  250. package/lib/CheckboxListExternal.d.ts +6 -0
  251. package/lib/CheckboxListView_combined.d.ts +159 -154
  252. package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
  253. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  254. package/lib/DataGridLocaleEn.d.ts +3 -0
  255. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  256. package/lib/EditorCell.d.ts +51 -51
  257. package/lib/FilterCell.d.ts +53 -53
  258. package/lib/GridCellBase.d.ts +21 -19
  259. package/lib/GridExternalWrapper.d.ts +3 -0
  260. package/lib/GridFilterDialogView_combined.d.ts +104 -61
  261. package/lib/GridIconRepository.d.ts +44 -0
  262. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  263. package/lib/GridStyleRepository.d.ts +23 -83
  264. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  265. package/lib/ICheckboxListView.d.ts +38 -0
  266. package/lib/ImageCell.d.ts +14 -14
  267. package/lib/SectionHeaderCell.d.ts +4 -2
  268. package/lib/SummaryCell.d.ts +6 -4
  269. package/lib/TemplateCell.d.ts +3 -3
  270. package/lib/TemplateHeader.d.ts +3 -3
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +2 -2
  274. package/lib/TextCell.d.ts +4 -4
  275. package/lib/TextHeaderCell.d.ts +26 -24
  276. package/lib/VerticalSeparatorCell.d.ts +4 -4
  277. package/lib/igc-cell-info.d.ts +4 -0
  278. package/lib/igc-data-grid-column-component.d.ts +77 -0
  279. package/lib/igc-data-grid-component.d.ts +94 -1
  280. package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
  281. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  282. package/lib/igc-text-header-cell-info.d.ts +48 -0
  283. package/package.json +4 -4
  284. package/public_api.d.ts +3 -0
@@ -121,7 +121,6 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
121
121
  this._container.append(filterContainer);
122
122
  var filterHr = this._renderer.createElement("hr");
123
123
  this._container.append(filterHr);
124
- filterHr.setStyleProperty("margin", "3px 0px");
125
124
  filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
126
125
  filterHr.setStyleProperty("border-left", "0px");
127
126
  filterHr.setStyleProperty("border-right", "0px");
@@ -268,7 +267,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
268
267
  this.i.primaryKey = v;
269
268
  }
270
269
  get isDetached() {
271
- return this.i.az;
270
+ return this.i.a0;
272
271
  }
273
272
  /**
274
273
  * Gets or Sets the property name that contains the values.
@@ -280,25 +279,25 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
280
279
  this.i.dataMemberPath = v;
281
280
  }
282
281
  get dataLegendTarget() {
283
- return this.i.bl;
282
+ return this.i.bq;
284
283
  }
285
284
  set dataLegendTarget(v) {
286
- this.i.bl = v;
285
+ this.i.bq = v;
287
286
  }
288
287
  /**
289
288
  * Gets or Sets the property name that contains the values.
290
289
  */
291
290
  get subtitleMemberPath() {
292
- return this.i.c2;
291
+ return this.i.c7;
293
292
  }
294
293
  set subtitleMemberPath(v) {
295
- this.i.c2 = v;
294
+ this.i.c7 = v;
296
295
  }
297
296
  get propertyTypeMemberPath() {
298
- return this.i.ch;
297
+ return this.i.cm;
299
298
  }
300
299
  set propertyTypeMemberPath(v) {
301
- this.i.ch = v;
300
+ this.i.cm = v;
302
301
  }
303
302
  /**
304
303
  * Gets or Sets the property name that contains the values.
@@ -313,48 +312,48 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
313
312
  * Gets or Sets the property name that contains the values.
314
313
  */
315
314
  get filterPlaceholderText() {
316
- return this.i.ca;
315
+ return this.i.cf;
317
316
  }
318
317
  set filterPlaceholderText(v) {
319
- this.i.ca = v;
318
+ this.i.cf = v;
320
319
  }
321
320
  /**
322
321
  * Gets or Sets the property name that contains the values.
323
322
  */
324
323
  get searchInputType() {
325
- return this.i.z;
324
+ return this.i.aa;
326
325
  }
327
326
  set searchInputType(v) {
328
- this.i.z = ensureEnum(InputGroupDisplayType_$type, v);
329
- this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.z));
327
+ this.i.aa = ensureEnum(InputGroupDisplayType_$type, v);
328
+ this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.aa));
330
329
  }
331
330
  /**
332
331
  * Gets or Sets the property name that contains the values.
333
332
  */
334
333
  get rowHeight() {
335
- return this.i.bi;
334
+ return this.i.bn;
336
335
  }
337
336
  set rowHeight(v) {
338
- this.i.bi = +v;
339
- this._a("rowHeight", this.i.bi);
337
+ this.i.bn = +v;
338
+ this._a("rowHeight", this.i.bn);
340
339
  }
341
340
  get actualRowHeight() {
342
- return this.i.bg;
341
+ return this.i.bl;
343
342
  }
344
343
  /**
345
344
  * Gets or Sets the property name that contains the values.
346
345
  */
347
346
  get cellTextStyle() {
348
- if (this.i.an == null) {
347
+ if (this.i.ao == null) {
349
348
  return null;
350
349
  }
351
- return this.i.an.fontString;
350
+ return this.i.ao.fontString;
352
351
  }
353
352
  set cellTextStyle(v) {
354
353
  let fi = new FontInfo();
355
354
  fi.fontString = v;
356
- this.i.an = fi;
357
- this._a("cellTextStyle", this.i.an != null ? this.i.an.fontString : "");
355
+ this.i.ao = fi;
356
+ this._a("cellTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
358
357
  }
359
358
  /**
360
359
  * Gets or Sets the property name that contains the values.
@@ -400,21 +399,21 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
400
399
  * Gets or sets the search background color.
401
400
  */
402
401
  get searchBackgroundColor() {
403
- return brushToString(this.i.fb);
402
+ return brushToString(this.i.fj);
404
403
  }
405
404
  set searchBackgroundColor(v) {
406
- this.i.fb = stringToBrush(v);
407
- this._a("searchBackgroundColor", brushToString(this.i.fb));
405
+ this.i.fj = stringToBrush(v);
406
+ this._a("searchBackgroundColor", brushToString(this.i.fj));
408
407
  }
409
408
  /**
410
409
  * Gets or sets the search background color.
411
410
  */
412
411
  get labelClickTriggersChange() {
413
- return this.i.a5;
412
+ return this.i.a6;
414
413
  }
415
414
  set labelClickTriggersChange(v) {
416
- this.i.a5 = ensureBool(v);
417
- this._a("labelClickTriggersChange", this.i.a5);
415
+ this.i.a6 = ensureBool(v);
416
+ this._a("labelClickTriggersChange", this.i.a6);
418
417
  }
419
418
  /**
420
419
  * Gets or sets the search text color.
@@ -430,135 +429,135 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
430
429
  * Gets or sets the search border color.
431
430
  */
432
431
  get searchBorderColor() {
433
- return brushToString(this.i.fc);
432
+ return brushToString(this.i.fk);
434
433
  }
435
434
  set searchBorderColor(v) {
436
- this.i.fc = stringToBrush(v);
437
- this._a("searchBorderColor", brushToString(this.i.fc));
435
+ this.i.fk = stringToBrush(v);
436
+ this._a("searchBorderColor", brushToString(this.i.fk));
438
437
  }
439
438
  /**
440
439
  * Gets or sets the text style.
441
440
  */
442
441
  get searchTextStyle() {
443
- if (this.i.ao == null) {
442
+ if (this.i.ap == null) {
444
443
  return null;
445
444
  }
446
- return this.i.ao.fontString;
445
+ return this.i.ap.fontString;
447
446
  }
448
447
  set searchTextStyle(v) {
449
448
  let fi = new FontInfo();
450
449
  fi.fontString = v;
451
- this.i.ao = fi;
452
- this._a("searchTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
450
+ this.i.ap = fi;
451
+ this._a("searchTextStyle", this.i.ap != null ? this.i.ap.fontString : "");
453
452
  }
454
453
  /**
455
454
  * Gets or sets the checkbox tick color.
456
455
  */
457
456
  get checkboxTickColor() {
458
- return brushToString(this.i.e3);
457
+ return brushToString(this.i.e9);
459
458
  }
460
459
  set checkboxTickColor(v) {
461
- this.i.e3 = stringToBrush(v);
462
- this._a("checkboxTickColor", brushToString(this.i.e3));
460
+ this.i.e9 = stringToBrush(v);
461
+ this._a("checkboxTickColor", brushToString(this.i.e9));
463
462
  }
464
463
  /**
465
464
  * Gets or sets the checkbox background color when checked.
466
465
  */
467
466
  get checkboxCheckedBackgroundColor() {
468
- return brushToString(this.i.e1);
467
+ return brushToString(this.i.e7);
469
468
  }
470
469
  set checkboxCheckedBackgroundColor(v) {
471
- this.i.e1 = stringToBrush(v);
472
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e1));
470
+ this.i.e7 = stringToBrush(v);
471
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
473
472
  }
474
473
  /**
475
474
  * Gets or sets the checkbox background color when unchecked.
476
475
  */
477
476
  get checkboxUncheckedBackgroundColor() {
478
- return brushToString(this.i.e4);
477
+ return brushToString(this.i.fa);
479
478
  }
480
479
  set checkboxUncheckedBackgroundColor(v) {
481
- this.i.e4 = stringToBrush(v);
482
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e4));
480
+ this.i.fa = stringToBrush(v);
481
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
483
482
  }
484
483
  /**
485
484
  * Gets or sets the checkbox border color when checked.
486
485
  */
487
486
  get checkboxCheckedBorderColor() {
488
- return brushToString(this.i.e2);
487
+ return brushToString(this.i.e8);
489
488
  }
490
489
  set checkboxCheckedBorderColor(v) {
491
- this.i.e2 = stringToBrush(v);
492
- this._a("checkboxCheckedBorderColor", brushToString(this.i.e2));
490
+ this.i.e8 = stringToBrush(v);
491
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
493
492
  }
494
493
  /**
495
494
  * Gets or sets the checkbox border color when unchecked.
496
495
  */
497
496
  get checkboxUncheckedBorderColor() {
498
- return brushToString(this.i.e5);
497
+ return brushToString(this.i.fb);
499
498
  }
500
499
  set checkboxUncheckedBorderColor(v) {
501
- this.i.e5 = stringToBrush(v);
502
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.e5));
500
+ this.i.fb = stringToBrush(v);
501
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
503
502
  }
504
503
  /**
505
504
  * Gets or sets the corner radius to use for the checkbox.
506
505
  */
507
506
  get checkboxCornerRadius() {
508
- return this.i.bb;
507
+ return this.i.bc;
509
508
  }
510
509
  set checkboxCornerRadius(v) {
511
- this.i.bb = +v;
512
- this._a("checkboxCornerRadius", this.i.bb);
510
+ this.i.bc = +v;
511
+ this._a("checkboxCornerRadius", this.i.bc);
513
512
  }
514
513
  /**
515
514
  * Gets or sets the style of scrollbar.
516
515
  */
517
516
  get scrollbarStyle() {
518
- return this.i.ac;
517
+ return this.i.ad;
519
518
  }
520
519
  set scrollbarStyle(v) {
521
- this.i.ac = ensureEnum(ScrollbarStyle_$type, v);
522
- this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ac));
520
+ this.i.ad = ensureEnum(ScrollbarStyle_$type, v);
521
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ad));
523
522
  }
524
523
  /**
525
524
  * Gets or sets the scrollbar background color.
526
525
  */
527
526
  get scrollbarBackground() {
528
- return brushToString(this.i.fa);
527
+ return brushToString(this.i.fi);
529
528
  }
530
529
  set scrollbarBackground(v) {
531
- this.i.fa = stringToBrush(v);
532
- this._a("scrollbarBackground", brushToString(this.i.fa));
530
+ this.i.fi = stringToBrush(v);
531
+ this._a("scrollbarBackground", brushToString(this.i.fi));
533
532
  }
534
533
  /**
535
534
  * Gets / sets the caption of the "Select All" checkbox.
536
535
  */
537
536
  get selectAllCaption() {
538
- return this.i.cv;
537
+ return this.i.c0;
539
538
  }
540
539
  set selectAllCaption(v) {
541
- this.i.cv = v;
540
+ this.i.c0 = v;
542
541
  }
543
542
  /**
544
543
  * Gets or sets the color to use for the "Select All" label.
545
544
  */
546
545
  get selectAllCaptionTextColor() {
547
- return brushToString(this.i.ff);
546
+ return brushToString(this.i.fn);
548
547
  }
549
548
  set selectAllCaptionTextColor(v) {
550
- this.i.ff = stringToBrush(v);
551
- this._a("selectAllCaptionTextColor", brushToString(this.i.ff));
549
+ this.i.fn = stringToBrush(v);
550
+ this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
552
551
  }
553
552
  /**
554
553
  * Gets or sets the color to use for the actual header selectAllCaption text.
555
554
  */
556
555
  get actualSelectAllCaptionTextColor() {
557
- return brushToString(this.i.ez);
556
+ return brushToString(this.i.e5);
558
557
  }
559
558
  set actualSelectAllCaptionTextColor(v) {
560
- this.i.ez = stringToBrush(v);
561
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ez));
559
+ this.i.e5 = stringToBrush(v);
560
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
562
561
  }
563
562
  /**
564
563
  * Gets / sets whether the "Select all" checkbox is visible.
@@ -594,41 +593,41 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
594
593
  * Gets or sets the color to use for the text of the component.
595
594
  */
596
595
  get textColor() {
597
- return brushToString(this.i.fh);
596
+ return brushToString(this.i.fp);
598
597
  }
599
598
  set textColor(v) {
600
- this.i.fh = stringToBrush(v);
601
- this._a("textColor", brushToString(this.i.fh));
599
+ this.i.fp = stringToBrush(v);
600
+ this._a("textColor", brushToString(this.i.fp));
602
601
  }
603
602
  /**
604
603
  * Gets or sets whether the filter input is visible.
605
604
  */
606
605
  get showFilter() {
607
- return this.i.a7;
606
+ return this.i.a8;
608
607
  }
609
608
  set showFilter(v) {
610
- this.i.a7 = ensureBool(v);
611
- this._a("showFilter", this.i.a7);
609
+ this.i.a8 = ensureBool(v);
610
+ this._a("showFilter", this.i.a8);
612
611
  }
613
612
  /**
614
613
  * Gets or sets whether row hover highlighting is enabled.
615
614
  */
616
615
  get isRowHoverEnabled() {
617
- return this.i.a3;
616
+ return this.i.a4;
618
617
  }
619
618
  set isRowHoverEnabled(v) {
620
- this.i.a3 = ensureBool(v);
621
- this._a("isRowHoverEnabled", this.i.a3);
619
+ this.i.a4 = ensureBool(v);
620
+ this._a("isRowHoverEnabled", this.i.a4);
622
621
  }
623
622
  /**
624
623
  * Gets or sets whether checkbox should be displayed to the right.
625
624
  */
626
625
  get checkboxAlignedRight() {
627
- return this.i.ay;
626
+ return this.i.az;
628
627
  }
629
628
  set checkboxAlignedRight(v) {
630
- this.i.ay = ensureBool(v);
631
- this._a("checkboxAlignedRight", this.i.ay);
629
+ this.i.az = ensureBool(v);
630
+ this._a("checkboxAlignedRight", this.i.az);
632
631
  }
633
632
  findByName(name) {
634
633
  if (this.findEphemera) {
@@ -699,17 +698,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
699
698
 
700
699
  */
701
700
  selectAll() {
702
- this.i.ed();
701
+ this.i.ej();
703
702
  }
704
703
  /**
705
704
  * Deselects all the items in the checkbox list.
706
705
 
707
706
  */
708
707
  deselectAll() {
709
- this.i.db();
708
+ this.i.dg();
710
709
  }
711
710
  notifySetItem(index, oldItem, newItem) {
712
- this.i.dp(index, oldItem, newItem);
711
+ this.i.dv(index, oldItem, newItem);
713
712
  }
714
713
  /**
715
714
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -717,22 +716,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
717
716
 
718
717
  */
719
718
  notifyClearItems() {
720
- this.i.dk();
719
+ this.i.dr();
721
720
  }
722
721
  notifyInsertItem(index, newItem) {
723
- this.i.dl(index, newItem);
722
+ this.i.ds(index, newItem);
724
723
  }
725
724
  notifyRemoveItem(index, oldItem) {
726
- this.i.dn(index, oldItem);
725
+ this.i.du(index, oldItem);
727
726
  }
728
727
  refresh() {
729
728
  this.i.refresh();
730
729
  }
731
730
  addKeyValue(value) {
732
- this.i.c6(value);
731
+ this.i.db(value);
733
732
  }
734
733
  removeKeyValue(value) {
735
- this.i.eb(value);
734
+ this.i.eh(value);
736
735
  }
737
736
  getDesiredSize(availableSize) {
738
737
  let iv = this.i.getDesiredSize(toSize(availableSize));
@@ -743,7 +742,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
743
742
 
744
743
  */
745
744
  exportVisualModel() {
746
- let iv = this.i.bm();
745
+ let iv = this.i.br();
747
746
  return (iv);
748
747
  }
749
748
  /**
@@ -751,7 +750,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
751
750
 
752
751
  */
753
752
  exportSerializedVisualModel() {
754
- let iv = this.i.b9();
753
+ let iv = this.i.ce();
755
754
  return (iv);
756
755
  }
757
756
  /**
@@ -759,7 +758,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
759
758
 
760
759
  */
761
760
  isNothingSelected() {
762
- let iv = this.i.a1();
761
+ let iv = this.i.a2();
763
762
  return (iv);
764
763
  }
765
764
  /**
@@ -767,7 +766,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
767
766
 
768
767
  */
769
768
  isEverythingSelected() {
770
- let iv = this.i.a0();
769
+ let iv = this.i.a1();
771
770
  return (iv);
772
771
  }
773
772
  /**
@@ -65,25 +65,25 @@ let IgcColumnMovingSeparatorComponent = /*@__PURE__*/ (() => {
65
65
  * Gets or sets the separator width for this column.
66
66
  */
67
67
  get separatorWidth() {
68
- return this.i.g4;
68
+ return this.i.g6;
69
69
  }
70
70
  set separatorWidth(v) {
71
- this.i.g4 = +v;
72
- this._a("separatorWidth", this.i.g4);
71
+ this.i.g6 = +v;
72
+ this._a("separatorWidth", this.i.g6);
73
73
  }
74
74
  get actualOpacity() {
75
- return this.i.g1;
75
+ return this.i.g3;
76
76
  }
77
77
  set actualOpacity(v) {
78
- this.i.g1 = +v;
79
- this._a("actualOpacity", this.i.g1);
78
+ this.i.g3 = +v;
79
+ this._a("actualOpacity", this.i.g3);
80
80
  }
81
81
  get opacity() {
82
- return this.i.g2;
82
+ return this.i.g4;
83
83
  }
84
84
  set opacity(v) {
85
- this.i.g2 = +v;
86
- this._a("opacity", this.i.g2);
85
+ this.i.g4 = +v;
86
+ this._a("opacity", this.i.g4);
87
87
  }
88
88
  }
89
89
  IgcColumnMovingSeparatorComponent._observedAttributesIgcColumnMovingSeparatorComponent = null;
@@ -62,18 +62,18 @@ let IgcColumnResizingSeparatorComponent = /*@__PURE__*/ (() => {
62
62
  }
63
63
  }
64
64
  get actualOpacity() {
65
- return this.i.g1;
65
+ return this.i.g3;
66
66
  }
67
67
  set actualOpacity(v) {
68
- this.i.g1 = +v;
69
- this._a("actualOpacity", this.i.g1);
68
+ this.i.g3 = +v;
69
+ this._a("actualOpacity", this.i.g3);
70
70
  }
71
71
  get opacity() {
72
- return this.i.g2;
72
+ return this.i.g4;
73
73
  }
74
74
  set opacity(v) {
75
- this.i.g2 = +v;
76
- this._a("opacity", this.i.g2);
75
+ this.i.g4 = +v;
76
+ this._a("opacity", this.i.g4);
77
77
  }
78
78
  }
79
79
  IgcColumnResizingSeparatorComponent._observedAttributesIgcColumnResizingSeparatorComponent = null;
@@ -65,50 +65,50 @@ let IgcComboBoxColumnComponent = /*@__PURE__*/ (() => {
65
65
  * 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.
66
66
  */
67
67
  get actualDataSource() {
68
- return this.i.pb;
68
+ return this.i.ry;
69
69
  }
70
70
  set actualDataSource(v) {
71
- this.i.pb = v;
71
+ this.i.ry = v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the ComboBox data source.
75
75
  */
76
76
  get dataSource() {
77
- return this.i.pc;
77
+ return this.i.rz;
78
78
  }
79
79
  set dataSource(v) {
80
- this.i.pc = v;
80
+ this.i.rz = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the ComboBox text field.
84
84
  */
85
85
  get textField() {
86
- return this.i.pg;
86
+ return this.i.r3;
87
87
  }
88
88
  set textField(v) {
89
- this.i.pg = v;
89
+ this.i.r3 = v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the ComboBox value field.
93
93
  */
94
94
  get valueField() {
95
- return this.i.ph;
95
+ return this.i.r4;
96
96
  }
97
97
  set valueField(v) {
98
- this.i.ph = v;
98
+ this.i.r4 = v;
99
99
  }
100
100
  /**
101
101
  * Gets or sets the ComboBox value field.
102
102
  */
103
103
  get valueMultiField() {
104
- return this.i.o9;
104
+ return this.i.rw;
105
105
  }
106
106
  set valueMultiField(v) {
107
107
  if (v && !Array.isArray(v) && typeof (v) == "string") {
108
108
  const re = /\s*(?:,|\s|$)\s*/gm;
109
109
  v = v.split(re);
110
110
  }
111
- this.i.o9 = v;
111
+ this.i.rw = v;
112
112
  }
113
113
  }
114
114
  IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;
@@ -1,14 +1,5 @@
1
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
1
2
  import { DataBindingEventArgs as DataBindingEventArgs_internal } from "./DataBindingEventArgs";
2
- import { IgcDateTimeCellInfo } from "./igc-date-time-cell-info";
3
- import { IgcImageCellInfo } from "./igc-image-cell-info";
4
- import { IgcNumericCellInfo } from "./igc-numeric-cell-info";
5
- import { IgcRowSeparatorInfo } from "./igc-row-separator-info";
6
- import { IgcSectionHeaderCellInfo } from "./igc-section-header-cell-info";
7
- import { IgcTemplateCellInfo } from "./igc-template-cell-info";
8
- import { IgcTemplateHeaderCellInfo } from "./igc-template-header-cell-info";
9
- import { IgcTemplateSectionHeaderCellInfo } from "./igc-template-section-header-cell-info";
10
- import { IgcTextCellInfo } from "./igc-text-cell-info";
11
- import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
12
3
  /**
13
4
  * Information about the data binding taking place.
14
5
  */
@@ -40,40 +31,54 @@ export class IgcDataBindingEventArgs {
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 IgcDateTimeCellInfo();
37
+ extTypeName = "IgcDateTimeCellInfo";
46
38
  break;
47
39
  case "ImageCellModel":
48
- ext = new IgcImageCellInfo();
40
+ extTypeName = "IgcImageCellInfo";
49
41
  break;
50
42
  case "NumericCellModel":
51
- ext = new IgcNumericCellInfo();
43
+ extTypeName = "IgcNumericCellInfo";
52
44
  break;
53
45
  case "RowSeparatorModel":
54
- ext = new IgcRowSeparatorInfo();
46
+ extTypeName = "IgcRowSeparatorInfo";
55
47
  break;
56
48
  case "SectionHeaderCellModel":
57
- ext = new IgcSectionHeaderCellInfo();
49
+ extTypeName = "IgcSectionHeaderCellInfo";
58
50
  break;
59
51
  case "TemplateCellModel":
60
- ext = new IgcTemplateCellInfo();
52
+ extTypeName = "IgcTemplateCellInfo";
61
53
  break;
62
54
  case "TemplateHeaderCellModel":
63
- ext = new IgcTemplateHeaderCellInfo();
55
+ extTypeName = "IgcTemplateHeaderCellInfo";
64
56
  break;
65
57
  case "TemplateSectionHeaderCellModel":
66
- ext = new IgcTemplateSectionHeaderCellInfo();
58
+ extTypeName = "IgcTemplateSectionHeaderCellInfo";
67
59
  break;
68
60
  case "TextCellModel":
69
- ext = new IgcTextCellInfo();
61
+ extTypeName = "IgcTextCellInfo";
70
62
  break;
71
63
  case "TextHeaderCellModel":
72
- ext = new IgcTextHeaderCellInfo();
64
+ extTypeName = "IgcTextHeaderCellInfo";
73
65
  break;
66
+ case "FilterCellModel":
67
+ extTypeName = "IgcFilterCellInfo";
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
  }