igniteui-webcomponents-grids 5.0.3-beta.0 → 5.1.1-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 (428) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/BaseEditorView.js +36 -30
  5. package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
  6. package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
  7. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  8. package/esm2015/lib/CanvasGridCellBase.js +377 -361
  9. package/esm2015/lib/CanvasImageCell.js +30 -30
  10. package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
  11. package/esm2015/lib/CanvasNumericCell.js +2 -2
  12. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  14. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  15. package/esm2015/lib/CanvasSummaryCell.js +50 -50
  16. package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
  17. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  18. package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
  19. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  20. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  21. package/esm2015/lib/CanvasTextCell.js +3 -3
  22. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  23. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  24. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
  25. package/esm2015/lib/CellPresenterBase.js +40 -38
  26. package/esm2015/lib/CheckboxListBridge.js +88 -23
  27. package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
  28. package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
  29. package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
  30. package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
  31. package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
  32. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  33. package/esm2015/lib/CheckboxListView_combined.js +617 -520
  34. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  35. package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
  36. package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
  37. package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
  38. package/esm2015/lib/ColumnPinningView_combined.js +15 -15
  39. package/esm2015/lib/ColumnSummaryDescription.js +53 -46
  40. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
  41. package/esm2015/lib/ComboEditorView.js +119 -117
  42. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  43. package/esm2015/lib/ContentCellModelHelper.js +19 -19
  44. package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
  45. package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
  46. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  47. package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
  48. package/esm2015/lib/DateEditorView.js +94 -94
  49. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  50. package/esm2015/lib/Dragger.js +3 -2
  51. package/esm2015/lib/DraggerView.js +1 -1
  52. package/esm2015/lib/EditorCell.js +303 -303
  53. package/esm2015/lib/EditorCellPresenter.js +28 -28
  54. package/esm2015/lib/EditorRowCell.js +1 -1
  55. package/esm2015/lib/FilterCell.js +272 -272
  56. package/esm2015/lib/FilterCellPresenter.js +18 -18
  57. package/esm2015/lib/GridCellBase.js +295 -279
  58. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
  59. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  60. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  61. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  62. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  63. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  64. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  65. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  66. package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
  67. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
  68. package/esm2015/lib/GridConditionalStyle.js +7 -0
  69. package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
  70. package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
  71. package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
  72. package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
  73. package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
  74. package/esm2015/lib/GridExternalWrapper.js +6 -6
  75. package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
  76. package/esm2015/lib/GridModuleHelper.js +24 -0
  77. package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
  78. package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
  79. package/esm2015/lib/GridStyleRepository.js +206 -173
  80. package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
  81. package/esm2015/lib/ImageCell.js +60 -60
  82. package/esm2015/lib/ImageCellPresenter.js +18 -18
  83. package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
  84. package/esm2015/lib/NativeUIComboFactory.js +47 -0
  85. package/esm2015/lib/NativeUIGridFactory.js +1 -1
  86. package/esm2015/lib/NumericCell.js +5 -5
  87. package/esm2015/lib/NumericCellPresenter.js +8 -8
  88. package/esm2015/lib/NumericEditorView.js +3 -3
  89. package/esm2015/lib/PropertyEditorView_combined.js +66 -66
  90. package/esm2015/lib/SectionHeaderCell.js +17 -17
  91. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  92. package/esm2015/lib/SummaryCell.js +41 -41
  93. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  94. package/esm2015/lib/TemplateCell.js +16 -16
  95. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  96. package/esm2015/lib/TemplateHeader.js +9 -9
  97. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  98. package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
  99. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  100. package/esm2015/lib/TemplateSectionHeader.js +3 -3
  101. package/esm2015/lib/TextCell.js +30 -30
  102. package/esm2015/lib/TextCellPresenter.js +9 -9
  103. package/esm2015/lib/TextEditorView.js +78 -78
  104. package/esm2015/lib/TextHeaderCell.js +149 -153
  105. package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
  106. package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
  107. package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
  108. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  109. package/esm2015/lib/igc-cell-info.js +177 -177
  110. package/esm2015/lib/igc-checkbox-list-component.js +131 -79
  111. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
  112. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
  113. package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
  114. package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
  115. package/esm2015/lib/igc-column-summary-description.js +24 -15
  116. package/esm2015/lib/igc-combo-box-column-component.js +16 -10
  117. package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
  118. package/esm2015/lib/igc-data-grid-column-component.js +182 -160
  119. package/esm2015/lib/igc-data-grid-component.js +50 -24
  120. package/esm2015/lib/igc-data-grid-core-module.js +5 -0
  121. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
  122. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  123. package/esm2015/lib/igc-date-time-column-component.js +29 -23
  124. package/esm2015/lib/igc-definition-base-component.js +317 -111
  125. package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
  126. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  127. package/esm2015/lib/igc-editor-definition-component.js +6 -0
  128. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  129. package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
  130. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
  131. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
  132. package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
  133. package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
  134. package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
  135. package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
  136. package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
  137. package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
  138. package/esm2015/lib/igc-header-component.js +30 -24
  139. package/esm2015/lib/igc-header-row-separator-component.js +6 -0
  140. package/esm2015/lib/igc-header-separator-component.js +6 -0
  141. package/esm2015/lib/igc-image-cell-info.js +6 -6
  142. package/esm2015/lib/igc-image-column-component.js +18 -12
  143. package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
  144. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  145. package/esm2015/lib/igc-numeric-column-component.js +41 -35
  146. package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
  147. package/esm2015/lib/igc-row-separator-component.js +6 -0
  148. package/esm2015/lib/igc-section-footer-component.js +6 -0
  149. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  150. package/esm2015/lib/igc-section-header-component.js +30 -24
  151. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  152. package/esm2015/lib/igc-summary-row-component.js +30 -24
  153. package/esm2015/lib/igc-summary-row-root-component.js +6 -0
  154. package/esm2015/lib/igc-summary-row-section-component.js +6 -0
  155. package/esm2015/lib/igc-template-cell-info.js +2 -2
  156. package/esm2015/lib/igc-template-column-component.js +6 -0
  157. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm2015/lib/igc-template-header-component.js +6 -0
  159. package/esm2015/lib/igc-template-section-header-component.js +6 -0
  160. package/esm2015/lib/igc-text-cell-info.js +2 -2
  161. package/esm2015/lib/igc-text-column-component.js +15 -9
  162. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  163. package/esm2015/lib/igc-text-header-component.js +6 -0
  164. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
  165. package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
  166. package/esm2015/public_api.js +36 -4
  167. package/esm5/lib/AccessibilityRow.js +3 -3
  168. package/esm5/lib/BaseEditorView.js +36 -30
  169. package/esm5/lib/CanvasCellPresenterBase.js +17 -17
  170. package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
  171. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  172. package/esm5/lib/CanvasGridCellBase.js +375 -359
  173. package/esm5/lib/CanvasImageCell.js +29 -29
  174. package/esm5/lib/CanvasImageCellPresenter.js +17 -17
  175. package/esm5/lib/CanvasNumericCell.js +2 -2
  176. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  177. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  178. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  179. package/esm5/lib/CanvasSummaryCell.js +50 -50
  180. package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
  181. package/esm5/lib/CanvasTemplateCell.js +7 -7
  182. package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
  183. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  184. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  185. package/esm5/lib/CanvasTextCell.js +3 -3
  186. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  187. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  188. package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
  189. package/esm5/lib/CellPresenterBase.js +40 -38
  190. package/esm5/lib/CheckboxListBridge.js +88 -23
  191. package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
  192. package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
  193. package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
  194. package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
  195. package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
  196. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  197. package/esm5/lib/CheckboxListView_combined.js +599 -498
  198. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  199. package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
  200. package/esm5/lib/ColumnGroupingView_combined.js +6 -5
  201. package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
  202. package/esm5/lib/ColumnPinningView_combined.js +15 -15
  203. package/esm5/lib/ColumnSummaryDescription.js +56 -45
  204. package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
  205. package/esm5/lib/ComboEditorView.js +116 -114
  206. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  207. package/esm5/lib/ContentCellModelHelper.js +19 -19
  208. package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
  209. package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
  210. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  211. package/esm5/lib/DataGridToolbarView_combined.js +3 -2
  212. package/esm5/lib/DateEditorView.js +92 -92
  213. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  214. package/esm5/lib/Dragger.js +3 -2
  215. package/esm5/lib/DraggerView.js +1 -1
  216. package/esm5/lib/EditorCell.js +285 -285
  217. package/esm5/lib/EditorCellPresenter.js +28 -28
  218. package/esm5/lib/EditorRowCell.js +1 -1
  219. package/esm5/lib/FilterCell.js +262 -262
  220. package/esm5/lib/FilterCellPresenter.js +18 -18
  221. package/esm5/lib/GridCellBase.js +286 -270
  222. package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
  223. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  224. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  225. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  226. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  227. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  228. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  229. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  230. package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
  231. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
  232. package/esm5/lib/GridConditionalStyle.js +7 -0
  233. package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
  234. package/esm5/lib/GridConditionalStyleCollection.js +7 -0
  235. package/esm5/lib/GridConditionalStyleProperty.js +761 -0
  236. package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
  237. package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
  238. package/esm5/lib/GridExternalWrapper.js +6 -6
  239. package/esm5/lib/GridFilterDialogView_combined.js +311 -291
  240. package/esm5/lib/GridModuleHelper.js +28 -0
  241. package/esm5/lib/GridSelectedKeysCollection.js +54 -3
  242. package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
  243. package/esm5/lib/GridStyleRepository.js +248 -203
  244. package/esm5/lib/ISummaryChooserView_combined.js +10 -10
  245. package/esm5/lib/ImageCell.js +60 -60
  246. package/esm5/lib/ImageCellPresenter.js +18 -18
  247. package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
  248. package/esm5/lib/NativeUIComboFactory.js +57 -0
  249. package/esm5/lib/NativeUIGridFactory.js +1 -1
  250. package/esm5/lib/NumericCell.js +5 -5
  251. package/esm5/lib/NumericCellPresenter.js +8 -8
  252. package/esm5/lib/NumericEditorView.js +3 -3
  253. package/esm5/lib/PropertyEditorView_combined.js +66 -66
  254. package/esm5/lib/SectionHeaderCell.js +17 -17
  255. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  256. package/esm5/lib/SummaryCell.js +41 -41
  257. package/esm5/lib/SummaryCellPresenter.js +14 -14
  258. package/esm5/lib/TemplateCell.js +16 -16
  259. package/esm5/lib/TemplateCellPresenter.js +5 -5
  260. package/esm5/lib/TemplateHeader.js +9 -9
  261. package/esm5/lib/TemplateHeaderCell.js +6 -6
  262. package/esm5/lib/TemplateHeaderCellModel.js +22 -16
  263. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  264. package/esm5/lib/TemplateSectionHeader.js +3 -3
  265. package/esm5/lib/TextCell.js +30 -30
  266. package/esm5/lib/TextCellPresenter.js +9 -9
  267. package/esm5/lib/TextEditorView.js +78 -78
  268. package/esm5/lib/TextHeaderCell.js +147 -151
  269. package/esm5/lib/TextHeaderCellPresenter.js +38 -32
  270. package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
  271. package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
  272. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  273. package/esm5/lib/igc-cell-info.js +177 -177
  274. package/esm5/lib/igc-checkbox-list-component.js +141 -79
  275. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
  276. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
  277. package/esm5/lib/igc-column-moving-separator-component.js +15 -9
  278. package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
  279. package/esm5/lib/igc-column-summary-description.js +28 -15
  280. package/esm5/lib/igc-combo-box-column-component.js +16 -10
  281. package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
  282. package/esm5/lib/igc-data-grid-column-component.js +182 -160
  283. package/esm5/lib/igc-data-grid-component.js +55 -24
  284. package/esm5/lib/igc-data-grid-core-module.js +5 -0
  285. package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
  286. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  287. package/esm5/lib/igc-date-time-column-component.js +29 -23
  288. package/esm5/lib/igc-definition-base-component.js +389 -112
  289. package/esm5/lib/igc-edit-row-definition-component.js +6 -0
  290. package/esm5/lib/igc-editor-cell-info.js +23 -23
  291. package/esm5/lib/igc-editor-definition-component.js +6 -0
  292. package/esm5/lib/igc-filter-cell-info.js +26 -26
  293. package/esm5/lib/igc-filter-row-definition-component.js +18 -12
  294. package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
  295. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
  296. package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
  297. package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
  298. package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
  299. package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
  300. package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
  301. package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
  302. package/esm5/lib/igc-header-component.js +30 -24
  303. package/esm5/lib/igc-header-row-separator-component.js +6 -0
  304. package/esm5/lib/igc-header-separator-component.js +6 -0
  305. package/esm5/lib/igc-image-cell-info.js +6 -6
  306. package/esm5/lib/igc-image-column-component.js +18 -12
  307. package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
  308. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  309. package/esm5/lib/igc-numeric-column-component.js +41 -35
  310. package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
  311. package/esm5/lib/igc-row-separator-component.js +6 -0
  312. package/esm5/lib/igc-section-footer-component.js +6 -0
  313. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  314. package/esm5/lib/igc-section-header-component.js +30 -24
  315. package/esm5/lib/igc-summary-cell-info.js +9 -9
  316. package/esm5/lib/igc-summary-row-component.js +30 -24
  317. package/esm5/lib/igc-summary-row-root-component.js +6 -0
  318. package/esm5/lib/igc-summary-row-section-component.js +6 -0
  319. package/esm5/lib/igc-template-cell-info.js +2 -2
  320. package/esm5/lib/igc-template-column-component.js +6 -0
  321. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  322. package/esm5/lib/igc-template-header-component.js +6 -0
  323. package/esm5/lib/igc-template-section-header-component.js +6 -0
  324. package/esm5/lib/igc-text-cell-info.js +2 -2
  325. package/esm5/lib/igc-text-column-component.js +15 -9
  326. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  327. package/esm5/lib/igc-text-header-component.js +6 -0
  328. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
  329. package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
  330. package/esm5/public_api.js +36 -4
  331. package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
  333. package/grids/combined.js +8020 -8012
  334. package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
  335. package/grids/styles.css +1 -1
  336. package/grids/themes/dark/bootstrap.css +1 -1
  337. package/grids/themes/dark/fluent.css +1 -1
  338. package/grids/themes/dark/indigo.css +1 -1
  339. package/grids/themes/dark/material.css +1 -1
  340. package/grids/themes/light/bootstrap.css +1 -1
  341. package/grids/themes/light/fluent.css +1 -1
  342. package/grids/themes/light/indigo.css +1 -1
  343. package/grids/themes/light/material.css +1 -1
  344. package/lib/BaseEditorView.d.ts +12 -11
  345. package/lib/CanvasGridCellBase.d.ts +113 -110
  346. package/lib/CanvasImageCell.d.ts +13 -13
  347. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  348. package/lib/CanvasSummaryCell.d.ts +14 -14
  349. package/lib/CanvasTemplateCell.d.ts +4 -4
  350. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  351. package/lib/CanvasTextCell.d.ts +1 -1
  352. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  353. package/lib/CheckboxListBridge.d.ts +20 -9
  354. package/lib/CheckboxListExternal.d.ts +6 -6
  355. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  356. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  357. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  358. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  359. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  360. package/lib/CheckboxListViewExternal.d.ts +20 -0
  361. package/lib/CheckboxListView_combined.d.ts +135 -121
  362. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  363. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  364. package/lib/ColumnSummaryDescription.d.ts +21 -18
  365. package/lib/ComboEditorView.d.ts +17 -17
  366. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  367. package/lib/DateEditorView.d.ts +14 -14
  368. package/lib/EditorCell.d.ts +67 -67
  369. package/lib/FilterCell.d.ts +55 -55
  370. package/lib/GridCellBase.d.ts +92 -89
  371. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  372. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  373. package/lib/GridConditionalStyle.d.ts +1 -0
  374. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  375. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  376. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  377. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  378. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  379. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  380. package/lib/GridModuleHelper.d.ts +8 -0
  381. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  382. package/lib/GridStyleRepository.d.ts +68 -62
  383. package/lib/ICellActionManager.d.ts +1 -1
  384. package/lib/ICellPresenter.d.ts +1 -1
  385. package/lib/ICellRenderingEngine.d.ts +1 -1
  386. package/lib/IDataAdapter.d.ts +1 -1
  387. package/lib/IDragger.d.ts +1 -1
  388. package/lib/IDraggerView.d.ts +1 -1
  389. package/lib/IExternalDefinitionBase.d.ts +1 -1
  390. package/lib/IExternalGrid.d.ts +1 -1
  391. package/lib/IGridInfoRequestor.d.ts +1 -1
  392. package/lib/ISummaryChooserView.d.ts +1 -1
  393. package/lib/ImageCell.d.ts +18 -18
  394. package/lib/NativeUIComboFactory.d.ts +18 -0
  395. package/lib/NumericCell.d.ts +1 -1
  396. package/lib/SectionHeaderCell.d.ts +4 -4
  397. package/lib/SummaryCell.d.ts +10 -10
  398. package/lib/TemplateCell.d.ts +6 -6
  399. package/lib/TemplateHeader.d.ts +4 -4
  400. package/lib/TemplateHeaderCell.d.ts +3 -3
  401. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  402. package/lib/TemplateSectionHeader.d.ts +3 -3
  403. package/lib/TextCell.d.ts +7 -7
  404. package/lib/TextEditorView.d.ts +7 -7
  405. package/lib/TextHeaderCell.d.ts +30 -30
  406. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  407. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  408. package/lib/VerticalSeparatorCell.d.ts +8 -8
  409. package/lib/igc-checkbox-list-component.d.ts +10 -0
  410. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  411. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  412. package/lib/igc-column-summary-description.d.ts +5 -0
  413. package/lib/igc-data-grid-column-component.d.ts +8 -0
  414. package/lib/igc-data-grid-component.d.ts +5 -0
  415. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  416. package/lib/igc-definition-base-component.d.ts +63 -0
  417. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  418. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  419. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  420. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  421. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  422. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  423. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  424. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  425. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  426. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  427. package/package.json +4 -4
  428. package/public_api.d.ts +36 -4
@@ -48,6 +48,12 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
48
48
  if (this.i.connectedCallback) {
49
49
  this.i.connectedCallback();
50
50
  }
51
+ if (this.updateContentChildren) {
52
+ this.updateContentChildren();
53
+ }
54
+ else if (this._updateAdapters) {
55
+ this._updateAdapters();
56
+ }
51
57
  if (!this._attached) {
52
58
  this._attached = true;
53
59
  this._flushQueuedAttributes();
@@ -83,11 +89,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
83
89
  * Gets or sets the amount of left padding to use for the cell content for this column.
84
90
  */
85
91
  get: function () {
86
- return this.i.h2;
92
+ return this.i.kk;
87
93
  },
88
94
  set: function (v) {
89
- this.i.h2 = +v;
90
- this._a("paddingLeft", this.i.h2);
95
+ this.i.kk = +v;
96
+ this._a("paddingLeft", this.i.kk);
91
97
  },
92
98
  enumerable: false,
93
99
  configurable: true
@@ -97,11 +103,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
97
103
  * Gets or sets the amount of top padding to use for the cell content for this column.
98
104
  */
99
105
  get: function () {
100
- return this.i.h4;
106
+ return this.i.km;
101
107
  },
102
108
  set: function (v) {
103
- this.i.h4 = +v;
104
- this._a("paddingTop", this.i.h4);
109
+ this.i.km = +v;
110
+ this._a("paddingTop", this.i.km);
105
111
  },
106
112
  enumerable: false,
107
113
  configurable: true
@@ -111,11 +117,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
111
117
  * Gets or sets the amount of right padding to use for the cell content of this column.
112
118
  */
113
119
  get: function () {
114
- return this.i.h3;
120
+ return this.i.kl;
115
121
  },
116
122
  set: function (v) {
117
- this.i.h3 = +v;
118
- this._a("paddingRight", this.i.h3);
123
+ this.i.kl = +v;
124
+ this._a("paddingRight", this.i.kl);
119
125
  },
120
126
  enumerable: false,
121
127
  configurable: true
@@ -125,11 +131,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
125
131
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
126
132
  */
127
133
  get: function () {
128
- return this.i.h1;
134
+ return this.i.kj;
129
135
  },
130
136
  set: function (v) {
131
- this.i.h1 = +v;
132
- this._a("paddingBottom", this.i.h1);
137
+ this.i.kj = +v;
138
+ this._a("paddingBottom", this.i.kj);
133
139
  },
134
140
  enumerable: false,
135
141
  configurable: true
@@ -139,10 +145,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
139
145
  * Gets or sets an unique name of the Column
140
146
  */
141
147
  get: function () {
142
- return this.i.jz;
148
+ return this.i.mf;
143
149
  },
144
150
  set: function (v) {
145
- this.i.jz = v;
151
+ this.i.mf = v;
146
152
  },
147
153
  enumerable: false,
148
154
  configurable: true
@@ -152,10 +158,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
152
158
  * Gets or sets the key used for the column binding
153
159
  */
154
160
  get: function () {
155
- return this.i.i8;
161
+ return this.i.lo;
156
162
  },
157
163
  set: function (v) {
158
- this.i.i8 = v;
164
+ this.i.lo = v;
159
165
  },
160
166
  enumerable: false,
161
167
  configurable: true
@@ -165,10 +171,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
165
171
  * Gets or sets the text displayed in the header of the column
166
172
  */
167
173
  get: function () {
168
- return this.i.jf;
174
+ return this.i.lv;
169
175
  },
170
176
  set: function (v) {
171
- this.i.jf = v;
177
+ this.i.lv = v;
172
178
  },
173
179
  enumerable: false,
174
180
  configurable: true
@@ -178,10 +184,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
178
184
  * Gets the actual text displayed in the header of the column
179
185
  */
180
186
  get: function () {
181
- return this.i.im;
187
+ return this.i.k3;
182
188
  },
183
189
  set: function (v) {
184
- this.i.im = v;
190
+ this.i.k3 = v;
185
191
  },
186
192
  enumerable: false,
187
193
  configurable: true
@@ -191,11 +197,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
191
197
  * Gets or sets the background color to use for the cells when they are selected
192
198
  */
193
199
  get: function () {
194
- return brushToString(this.i.lk);
200
+ return brushToString(this.i.n1);
195
201
  },
196
202
  set: function (v) {
197
- this.i.lk = stringToBrush(v);
198
- this._a("selectedBackground", brushToString(this.i.lk));
203
+ this.i.n1 = stringToBrush(v);
204
+ this._a("selectedBackground", brushToString(this.i.n1));
199
205
  },
200
206
  enumerable: false,
201
207
  configurable: true
@@ -205,11 +211,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
205
211
  * Gets the actual background color that is used for the cells when they are selected
206
212
  */
207
213
  get: function () {
208
- return brushToString(this.i.ld);
214
+ return brushToString(this.i.nu);
209
215
  },
210
216
  set: function (v) {
211
- this.i.ld = stringToBrush(v);
212
- this._a("actualSelectedBackground", brushToString(this.i.ld));
217
+ this.i.nu = stringToBrush(v);
218
+ this._a("actualSelectedBackground", brushToString(this.i.nu));
213
219
  },
214
220
  enumerable: false,
215
221
  configurable: true
@@ -219,11 +225,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
219
225
  * Gets or sets the background color to use for the cells when the row is hovered.
220
226
  */
221
227
  get: function () {
222
- return brushToString(this.i.li);
228
+ return brushToString(this.i.nz);
223
229
  },
224
230
  set: function (v) {
225
- this.i.li = stringToBrush(v);
226
- this._a("rowHoverBackground", brushToString(this.i.li));
231
+ this.i.nz = stringToBrush(v);
232
+ this._a("rowHoverBackground", brushToString(this.i.nz));
227
233
  },
228
234
  enumerable: false,
229
235
  configurable: true
@@ -233,11 +239,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
233
239
  * Gets the actual background color that is used for the cells when they are hovered.
234
240
  */
235
241
  get: function () {
236
- return brushToString(this.i.lb);
242
+ return brushToString(this.i.ns);
237
243
  },
238
244
  set: function (v) {
239
- this.i.lb = stringToBrush(v);
240
- this._a("actualHoverBackground", brushToString(this.i.lb));
245
+ this.i.ns = stringToBrush(v);
246
+ this._a("actualHoverBackground", brushToString(this.i.ns));
241
247
  },
242
248
  enumerable: false,
243
249
  configurable: true
@@ -247,11 +253,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
247
253
  * Gets or sets the text color to use for the cells when the row is hovered.
248
254
  */
249
255
  get: function () {
250
- return brushToString(this.i.lj);
256
+ return brushToString(this.i.n0);
251
257
  },
252
258
  set: function (v) {
253
- this.i.lj = stringToBrush(v);
254
- this._a("rowHoverTextColor", brushToString(this.i.lj));
259
+ this.i.n0 = stringToBrush(v);
260
+ this._a("rowHoverTextColor", brushToString(this.i.n0));
255
261
  },
256
262
  enumerable: false,
257
263
  configurable: true
@@ -261,11 +267,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
261
267
  * Gets the actual text color that is used for the cells when they are hovered.
262
268
  */
263
269
  get: function () {
264
- return brushToString(this.i.lc);
270
+ return brushToString(this.i.nt);
265
271
  },
266
272
  set: function (v) {
267
- this.i.lc = stringToBrush(v);
268
- this._a("actualRowHoverTextColor", brushToString(this.i.lc));
273
+ this.i.nt = stringToBrush(v);
274
+ this._a("actualRowHoverTextColor", brushToString(this.i.nt));
269
275
  },
270
276
  enumerable: false,
271
277
  configurable: true
@@ -275,7 +281,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
275
281
  * Gets or sets the animation settings to use for this column.
276
282
  */
277
283
  get: function () {
278
- var r = this.i.fs;
284
+ var r = this.i.h6;
279
285
  if (r == null) {
280
286
  return null;
281
287
  }
@@ -294,7 +300,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
294
300
  return r.externalObject;
295
301
  },
296
302
  set: function (v) {
297
- v == null ? this.i.fs = null : this.i.fs = v.i;
303
+ v == null ? this.i.h6 = null : this.i.h6 = v.i;
298
304
  },
299
305
  enumerable: false,
300
306
  configurable: true
@@ -339,11 +345,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
339
345
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
340
346
  */
341
347
  get: function () {
342
- return this.i.hi;
348
+ return this.i.j0;
343
349
  },
344
350
  set: function (v) {
345
- this.i.hi = +v;
346
- this._a("minWidth", this.i.hi);
351
+ this.i.j0 = +v;
352
+ this._a("minWidth", this.i.j0);
347
353
  },
348
354
  enumerable: false,
349
355
  configurable: true
@@ -353,11 +359,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
353
359
  * Gets whether this column was projected from markup/templates and is constrained.
354
360
  */
355
361
  get: function () {
356
- return this.i.g6;
362
+ return this.i.jo;
357
363
  },
358
364
  set: function (v) {
359
- this.i.g6 = ensureBool(v);
360
- this._a("isFromMarkup", this.i.g6);
365
+ this.i.jo = ensureBool(v);
366
+ this._a("isFromMarkup", this.i.jo);
361
367
  },
362
368
  enumerable: false,
363
369
  configurable: true
@@ -367,11 +373,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
367
373
  * Gets whether this column was auto generated.
368
374
  */
369
375
  get: function () {
370
- return this.i.g0;
376
+ return this.i.ji;
371
377
  },
372
378
  set: function (v) {
373
- this.i.g0 = ensureBool(v);
374
- this._a("isAutoGenerated", this.i.g0);
379
+ this.i.ji = ensureBool(v);
380
+ this._a("isAutoGenerated", this.i.ji);
375
381
  },
376
382
  enumerable: false,
377
383
  configurable: true
@@ -381,10 +387,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
381
387
  * Gets or sets a filter to apply on the values of this column
382
388
  */
383
389
  get: function () {
384
- return this.i.ep;
390
+ return this.i.g1;
385
391
  },
386
392
  set: function (v) {
387
- this.i.ep = v;
393
+ this.i.g1 = v;
388
394
  },
389
395
  enumerable: false,
390
396
  configurable: true
@@ -394,10 +400,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
394
400
  * Gets or sets a filter to apply to the values of this column.
395
401
  */
396
402
  get: function () {
397
- return this.i.er;
403
+ return this.i.g3;
398
404
  },
399
405
  set: function (v) {
400
- this.i.er = v;
406
+ this.i.g3 = v;
401
407
  },
402
408
  enumerable: false,
403
409
  configurable: true
@@ -433,11 +439,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
433
439
  * Gets or sets whether filtering is enabled for this column.
434
440
  */
435
441
  get: function () {
436
- return this.i.g5;
442
+ return this.i.jn;
437
443
  },
438
444
  set: function (v) {
439
- this.i.g5 = ensureBool(v);
440
- this._a("isFilteringEnabled", this.i.g5);
445
+ this.i.jn = ensureBool(v);
446
+ this._a("isFilteringEnabled", this.i.jn);
441
447
  },
442
448
  enumerable: false,
443
449
  configurable: true
@@ -447,11 +453,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
447
453
  * Gets or sets whether resizing is enabled for this column.
448
454
  */
449
455
  get: function () {
450
- return this.i.g8;
456
+ return this.i.jq;
451
457
  },
452
458
  set: function (v) {
453
- this.i.g8 = ensureBool(v);
454
- this._a("isResizingEnabled", this.i.g8);
459
+ this.i.jq = ensureBool(v);
460
+ this._a("isResizingEnabled", this.i.jq);
455
461
  },
456
462
  enumerable: false,
457
463
  configurable: true
@@ -461,11 +467,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
461
467
  * Gets or sets whether or not a column is hidden from the grid
462
468
  */
463
469
  get: function () {
464
- return this.i.g7;
470
+ return this.i.jp;
465
471
  },
466
472
  set: function (v) {
467
- this.i.g7 = ensureBool(v);
468
- this._a("isHidden", this.i.g7);
473
+ this.i.jp = ensureBool(v);
474
+ this._a("isHidden", this.i.jp);
469
475
  },
470
476
  enumerable: false,
471
477
  configurable: true
@@ -475,11 +481,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
475
481
  * Gets or sets if a column should be removed from the grid when it is fully hidden
476
482
  */
477
483
  get: function () {
478
- return this.i.hb;
484
+ return this.i.jt;
479
485
  },
480
486
  set: function (v) {
481
- this.i.hb = ensureBool(v);
482
- this._a("shouldRemoveWhenHidden", this.i.hb);
487
+ this.i.jt = ensureBool(v);
488
+ this._a("shouldRemoveWhenHidden", this.i.jt);
483
489
  },
484
490
  enumerable: false,
485
491
  configurable: true
@@ -489,11 +495,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
489
495
  * Gets the current sort direction (None, Ascending, Descending) for this column.
490
496
  */
491
497
  get: function () {
492
- return this.i.ff;
498
+ return this.i.hr;
493
499
  },
494
500
  set: function (v) {
495
- this.i.ff = ensureEnum(ColumnSortDirection_$type, v);
496
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.ff));
501
+ this.i.hr = ensureEnum(ColumnSortDirection_$type, v);
502
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hr));
497
503
  },
498
504
  enumerable: false,
499
505
  configurable: true
@@ -503,11 +509,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
503
509
  * Gets or sets the current fixed position for this column.
504
510
  */
505
511
  get: function () {
506
- return this.i.f6;
512
+ return this.i.il;
507
513
  },
508
514
  set: function (v) {
509
- this.i.f6 = ensureEnum(PinnedPositions_$type, v);
510
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.f6));
515
+ this.i.il = ensureEnum(PinnedPositions_$type, v);
516
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.il));
511
517
  },
512
518
  enumerable: false,
513
519
  configurable: true
@@ -517,11 +523,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
517
523
  * Gets the actual column options icon alignment for this column.
518
524
  */
519
525
  get: function () {
520
- return this.i.e6;
526
+ return this.i.hi;
521
527
  },
522
528
  set: function (v) {
523
- this.i.e6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
524
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.e6));
529
+ this.i.hi = ensureEnum(ColumnOptionsIconAlignment_$type, v);
530
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hi));
525
531
  },
526
532
  enumerable: false,
527
533
  configurable: true
@@ -531,11 +537,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
531
537
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
532
538
  */
533
539
  get: function () {
534
- return this.i.e7;
540
+ return this.i.hj;
535
541
  },
536
542
  set: function (v) {
537
- this.i.e7 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
538
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.e7));
543
+ this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
544
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
539
545
  },
540
546
  enumerable: false,
541
547
  configurable: true
@@ -545,11 +551,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
545
551
  * Gets the actual column options icon color for this column.
546
552
  */
547
553
  get: function () {
548
- return brushToString(this.i.k9);
554
+ return brushToString(this.i.nq);
549
555
  },
550
556
  set: function (v) {
551
- this.i.k9 = stringToBrush(v);
552
- this._a("actualColumnOptionsIconColor", brushToString(this.i.k9));
557
+ this.i.nq = stringToBrush(v);
558
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.nq));
553
559
  },
554
560
  enumerable: false,
555
561
  configurable: true
@@ -559,11 +565,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
559
565
  * Gets or sets the column options icon color for this column.
560
566
  */
561
567
  get: function () {
562
- return brushToString(this.i.le);
568
+ return brushToString(this.i.nv);
563
569
  },
564
570
  set: function (v) {
565
- this.i.le = stringToBrush(v);
566
- this._a("columnOptionsIconColor", brushToString(this.i.le));
571
+ this.i.nv = stringToBrush(v);
572
+ this._a("columnOptionsIconColor", brushToString(this.i.nv));
567
573
  },
568
574
  enumerable: false,
569
575
  configurable: true
@@ -573,11 +579,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
573
579
  * Gets or sets how the column option icon will behave in the column header.
574
580
  */
575
581
  get: function () {
576
- return this.i.fb;
582
+ return this.i.hn;
577
583
  },
578
584
  set: function (v) {
579
- this.i.fb = ensureEnum(ColumnOptionsIconBehavior_$type, v);
580
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.fb));
585
+ this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
586
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
581
587
  },
582
588
  enumerable: false,
583
589
  configurable: true
@@ -587,11 +593,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
587
593
  * Gets or sets how the column option icon will behave in the column header.
588
594
  */
589
595
  get: function () {
590
- return this.i.fa;
596
+ return this.i.hm;
591
597
  },
592
598
  set: function (v) {
593
- this.i.fa = ensureEnum(ColumnOptionsIconBehavior_$type, v);
594
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.fa));
599
+ this.i.hm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
600
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hm));
595
601
  },
596
602
  enumerable: false,
597
603
  configurable: true
@@ -601,11 +607,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
601
607
  * Gets the actual state of the column options for this column.
602
608
  */
603
609
  get: function () {
604
- return this.i.gt;
610
+ return this.i.jb;
605
611
  },
606
612
  set: function (v) {
607
- this.i.gt = ensureBool(v);
608
- this._a("actualIsColumnOptionsEnabled", this.i.gt);
613
+ this.i.jb = ensureBool(v);
614
+ this._a("actualIsColumnOptionsEnabled", this.i.jb);
609
615
  },
610
616
  enumerable: false,
611
617
  configurable: true
@@ -616,11 +622,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
616
622
  * then it will be disabled for the column regardless of what this is set to.
617
623
  */
618
624
  get: function () {
619
- return this.i.g1;
625
+ return this.i.jj;
620
626
  },
621
627
  set: function (v) {
622
- this.i.g1 = ensureBool(v);
623
- this._a("isColumnOptionsEnabled", this.i.g1);
628
+ this.i.jj = ensureBool(v);
629
+ this._a("isColumnOptionsEnabled", this.i.jj);
624
630
  },
625
631
  enumerable: false,
626
632
  configurable: true
@@ -630,11 +636,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
630
636
  * Gets the actual state of summaries menu in the column options for this column.
631
637
  */
632
638
  get: function () {
633
- return this.i.gv;
639
+ return this.i.jd;
634
640
  },
635
641
  set: function (v) {
636
- this.i.gv = ensureBool(v);
637
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.gv);
642
+ this.i.jd = ensureBool(v);
643
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jd);
638
644
  },
639
645
  enumerable: false,
640
646
  configurable: true
@@ -644,11 +650,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
644
650
  * Gets or sets whether to show the summaries option in the column options menu for this column.
645
651
  */
646
652
  get: function () {
647
- return this.i.g3;
653
+ return this.i.jl;
648
654
  },
649
655
  set: function (v) {
650
- this.i.g3 = ensureBool(v);
651
- this._a("isColumnOptionsSummariesEnabled", this.i.g3);
656
+ this.i.jl = ensureBool(v);
657
+ this._a("isColumnOptionsSummariesEnabled", this.i.jl);
652
658
  },
653
659
  enumerable: false,
654
660
  configurable: true
@@ -658,11 +664,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
658
664
  * Gets the actual state of grouping menu in the column options for this column.
659
665
  */
660
666
  get: function () {
661
- return this.i.gu;
667
+ return this.i.jc;
662
668
  },
663
669
  set: function (v) {
664
- this.i.gu = ensureBool(v);
665
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.gu);
670
+ this.i.jc = ensureBool(v);
671
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jc);
666
672
  },
667
673
  enumerable: false,
668
674
  configurable: true
@@ -672,11 +678,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
672
678
  * Gets or sets whether to show the grouping option in the column options menu for this column.
673
679
  */
674
680
  get: function () {
675
- return this.i.g2;
681
+ return this.i.jk;
676
682
  },
677
683
  set: function (v) {
678
- this.i.g2 = ensureBool(v);
679
- this._a("isColumnOptionsGroupingEnabled", this.i.g2);
684
+ this.i.jk = ensureBool(v);
685
+ this._a("isColumnOptionsGroupingEnabled", this.i.jk);
680
686
  },
681
687
  enumerable: false,
682
688
  configurable: true
@@ -686,11 +692,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
686
692
  * Gets or sets if the column is editable.
687
693
  */
688
694
  get: function () {
689
- return this.i.g4;
695
+ return this.i.jm;
690
696
  },
691
697
  set: function (v) {
692
- this.i.g4 = ensureBool(v);
693
- this._a("isEditable", this.i.g4);
698
+ this.i.jm = ensureBool(v);
699
+ this._a("isEditable", this.i.jm);
694
700
  },
695
701
  enumerable: false,
696
702
  configurable: true
@@ -700,11 +706,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
700
706
  * Gets or sets the text color used for deleted rows.
701
707
  */
702
708
  get: function () {
703
- return brushToString(this.i.lf);
709
+ return brushToString(this.i.nw);
704
710
  },
705
711
  set: function (v) {
706
- this.i.lf = stringToBrush(v);
707
- this._a("deletedTextColor", brushToString(this.i.lf));
712
+ this.i.nw = stringToBrush(v);
713
+ this._a("deletedTextColor", brushToString(this.i.nw));
708
714
  },
709
715
  enumerable: false,
710
716
  configurable: true
@@ -714,11 +720,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
714
720
  * Gets the actual text color used for deleted rows.
715
721
  */
716
722
  get: function () {
717
- return brushToString(this.i.la);
723
+ return brushToString(this.i.nr);
718
724
  },
719
725
  set: function (v) {
720
- this.i.la = stringToBrush(v);
721
- this._a("actualDeletedTextColor", brushToString(this.i.la));
726
+ this.i.nr = stringToBrush(v);
727
+ this._a("actualDeletedTextColor", brushToString(this.i.nr));
722
728
  },
723
729
  enumerable: false,
724
730
  configurable: true
@@ -728,11 +734,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
728
734
  * Gets or sets the opacity to use for unsaved edited cell values.
729
735
  */
730
736
  get: function () {
731
- return this.i.hh;
737
+ return this.i.jz;
732
738
  },
733
739
  set: function (v) {
734
- this.i.hh = +v;
735
- this._a("editOpacity", this.i.hh);
740
+ this.i.jz = +v;
741
+ this._a("editOpacity", this.i.jz);
736
742
  },
737
743
  enumerable: false,
738
744
  configurable: true
@@ -742,11 +748,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
742
748
  * Gets the actual opacity for unsaved edited cell values.
743
749
  */
744
750
  get: function () {
745
- return this.i.hg;
751
+ return this.i.jy;
746
752
  },
747
753
  set: function (v) {
748
- this.i.hg = +v;
749
- this._a("actualEditOpacity", this.i.hg);
754
+ this.i.jy = +v;
755
+ this._a("actualEditOpacity", this.i.jy);
750
756
  },
751
757
  enumerable: false,
752
758
  configurable: true
@@ -775,16 +781,16 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
775
781
  * Gets the actual font style used for unsaved cell edits.
776
782
  */
777
783
  get: function () {
778
- if (this.i.gb == null) {
784
+ if (this.i.it == null) {
779
785
  return null;
780
786
  }
781
- return this.i.gb.fontString;
787
+ return this.i.it.fontString;
782
788
  },
783
789
  set: function (v) {
784
790
  var fi = new FontInfo();
785
791
  fi.fontString = v;
786
- this.i.gb = fi;
787
- this._a("actualEditFontInfo", this.i.gb != null ? this.i.gb.fontString : "");
792
+ this.i.it = fi;
793
+ this._a("actualEditFontInfo", this.i.it != null ? this.i.it.fontString : "");
788
794
  },
789
795
  enumerable: false,
790
796
  configurable: true
@@ -794,11 +800,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
794
800
  * Gets or sets if and how cell merging is performed for this field.
795
801
  */
796
802
  get: function () {
797
- return this.i.f2;
803
+ return this.i.ih;
798
804
  },
799
805
  set: function (v) {
800
- this.i.f2 = ensureEnum(MergedCellMode_$type, v);
801
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.f2));
806
+ this.i.ih = ensureEnum(MergedCellMode_$type, v);
807
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ih));
802
808
  },
803
809
  enumerable: false,
804
810
  configurable: true
@@ -808,11 +814,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
808
814
  * Gets or sets how cells are evaluated for merging.
809
815
  */
810
816
  get: function () {
811
- return this.i.fz;
817
+ return this.i.id;
812
818
  },
813
819
  set: function (v) {
814
- this.i.fz = ensureEnum(MergedCellEvaluationCriteria_$type, v);
815
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.fz));
820
+ this.i.id = ensureEnum(MergedCellEvaluationCriteria_$type, v);
821
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.id));
816
822
  },
817
823
  enumerable: false,
818
824
  configurable: true
@@ -822,11 +828,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
822
828
  * Gets or sets the vertical alignment to use for the merged cell content.
823
829
  */
824
830
  get: function () {
825
- return this.i.ey;
831
+ return this.i.ha;
826
832
  },
827
833
  set: function (v) {
828
- this.i.ey = ensureEnum(CellContentVerticalAlignment_$type, v);
829
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ey));
834
+ this.i.ha = ensureEnum(CellContentVerticalAlignment_$type, v);
835
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ha));
830
836
  },
831
837
  enumerable: false,
832
838
  configurable: true
@@ -836,11 +842,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
836
842
  * Gets or sets the amount of left padding to use for the cell content for this column.
837
843
  */
838
844
  get: function () {
839
- return this.i.hv;
845
+ return this.i.kd;
840
846
  },
841
847
  set: function (v) {
842
- this.i.hv = +v;
843
- this._a("mergedCellPaddingLeft", this.i.hv);
848
+ this.i.kd = +v;
849
+ this._a("mergedCellPaddingLeft", this.i.kd);
844
850
  },
845
851
  enumerable: false,
846
852
  configurable: true
@@ -850,11 +856,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
850
856
  * Gets or sets the amount of top padding to use for the cell content for this column.
851
857
  */
852
858
  get: function () {
853
- return this.i.hx;
859
+ return this.i.kf;
854
860
  },
855
861
  set: function (v) {
856
- this.i.hx = +v;
857
- this._a("mergedCellPaddingTop", this.i.hx);
862
+ this.i.kf = +v;
863
+ this._a("mergedCellPaddingTop", this.i.kf);
858
864
  },
859
865
  enumerable: false,
860
866
  configurable: true
@@ -864,11 +870,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
864
870
  * Gets or sets the amount of right padding to use for the cell content of this column.
865
871
  */
866
872
  get: function () {
867
- return this.i.hw;
873
+ return this.i.ke;
868
874
  },
869
875
  set: function (v) {
870
- this.i.hw = +v;
871
- this._a("mergedCellPaddingRight", this.i.hw);
876
+ this.i.ke = +v;
877
+ this._a("mergedCellPaddingRight", this.i.ke);
872
878
  },
873
879
  enumerable: false,
874
880
  configurable: true
@@ -878,11 +884,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
878
884
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
879
885
  */
880
886
  get: function () {
881
- return this.i.hu;
887
+ return this.i.kc;
882
888
  },
883
889
  set: function (v) {
884
- this.i.hu = +v;
885
- this._a("mergedCellPaddingBottom", this.i.hu);
890
+ this.i.kc = +v;
891
+ this._a("mergedCellPaddingBottom", this.i.kc);
886
892
  },
887
893
  enumerable: false,
888
894
  configurable: true
@@ -892,11 +898,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
892
898
  * Gets or sets whether UI filters are case sensitive or not.
893
899
  */
894
900
  get: function () {
895
- return this.i.fn;
901
+ return this.i.h1;
896
902
  },
897
903
  set: function (v) {
898
- this.i.fn = ensureEnum(FilterComparisonType_$type, v);
899
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.fn));
904
+ this.i.h1 = ensureEnum(FilterComparisonType_$type, v);
905
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h1));
900
906
  },
901
907
  enumerable: false,
902
908
  configurable: true
@@ -908,7 +914,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
908
914
  get: function () {
909
915
  if (this._filterOperands === null) {
910
916
  var coll = new IgcGridFilterOperandsCollection();
911
- var innerColl = this.i.fu;
917
+ var innerColl = this.i.h8;
912
918
  if (!innerColl) {
913
919
  innerColl = new GridFilterOperandsCollection_internal();
914
920
  }
@@ -924,7 +930,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
924
930
  var coll = new IgcGridFilterOperandsCollection();
925
931
  this._filterOperands = coll._fromOuter(v);
926
932
  var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
927
- var innerColl = this.i.fu;
933
+ var innerColl = this.i.h8;
928
934
  if (!innerColl) {
929
935
  innerColl = new GridFilterOperandsCollection_internal();
930
936
  }
@@ -967,18 +973,18 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
967
973
 
968
974
  */
969
975
  IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
970
- var iv = this.i.jd();
976
+ var iv = this.i.lt();
971
977
  return (iv);
972
978
  };
973
979
  IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
974
- this.i.kk(valueName, (animationType == null ? null : animationType), value);
980
+ this.i.m1(valueName, (animationType == null ? null : animationType), value);
975
981
  };
976
982
  /**
977
983
  * Returns if the column has named header values.
978
984
 
979
985
  */
980
986
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
981
- var iv = this.i.gy();
987
+ var iv = this.i.jg();
982
988
  return (iv);
983
989
  };
984
990
  /**
@@ -987,7 +993,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
987
993
  * @param valueName * The named value to check for.
988
994
  */
989
995
  IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
990
- var iv = this.i.gx(valueName);
996
+ var iv = this.i.jf(valueName);
991
997
  return (iv);
992
998
  };
993
999
  /**
@@ -996,7 +1002,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
996
1002
  * @param valueName * The named header value to remove.
997
1003
  */
998
1004
  IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
999
- this.i.kj(valueName);
1005
+ this.i.m0(valueName);
1000
1006
  };
1001
1007
  /**
1002
1008
  * Gets the value of a named header value for this column by name.
@@ -1004,11 +1010,27 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1004
1010
  * @param valueName * Name of the named header value to retrieve.
1005
1011
  */
1006
1012
  IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
1007
- var iv = this.i.h9(valueName);
1013
+ var iv = this.i.kr(valueName);
1008
1014
  return (iv);
1009
1015
  };
1010
1016
  IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
1011
- this.i.ke(filterID, index, value);
1017
+ this.i.mu(filterID, index, value);
1018
+ };
1019
+ IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
1020
+ var iv = this.i.getDesiredToolbarActions();
1021
+ return (iv);
1022
+ };
1023
+ IgcDataGridColumnComponent.prototype.addCommandAvailabilityListener = function (listener) {
1024
+ this.i.addCommandAvailabilityListener(listener);
1025
+ };
1026
+ IgcDataGridColumnComponent.prototype.removeCommandAvailabilityListener = function (listener) {
1027
+ this.i.removeCommandAvailabilityListener(listener);
1028
+ };
1029
+ IgcDataGridColumnComponent.prototype.addCommandStateChangedListener = function (listener) {
1030
+ this.i.addCommandStateChangedListener(listener);
1031
+ };
1032
+ IgcDataGridColumnComponent.prototype.removeCommandStateChangedListener = function (listener) {
1033
+ this.i.removeCommandStateChangedListener(listener);
1012
1034
  };
1013
1035
  Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualHeaderTextChange", {
1014
1036
  get: function () {
@@ -1024,7 +1046,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
1024
1046
  this._actualHeaderTextChange = ev;
1025
1047
  this._actualHeaderTextChange_wrapped = function (o, e) {
1026
1048
  var ext = _this.actualHeaderText;
1027
- if (e.propertyName == 'Im') {
1049
+ if (e.propertyName == 'K3') {
1028
1050
  if (_this.beforeActualHeaderTextChange) {
1029
1051
  _this.beforeActualHeaderTextChange(_this, ext);
1030
1052
  }