igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1

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 (427) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29294 -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 +6 -2
  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 +6 -2
  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 +20008 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
  333. package/grids/combined.js +9215 -9187
  334. package/grids/styles.css +1 -1
  335. package/grids/themes/dark/bootstrap.css +1 -1
  336. package/grids/themes/dark/fluent.css +1 -1
  337. package/grids/themes/dark/indigo.css +1 -1
  338. package/grids/themes/dark/material.css +1 -1
  339. package/grids/themes/light/bootstrap.css +1 -1
  340. package/grids/themes/light/fluent.css +1 -1
  341. package/grids/themes/light/indigo.css +1 -1
  342. package/grids/themes/light/material.css +1 -1
  343. package/lib/BaseEditorView.d.ts +12 -11
  344. package/lib/CanvasGridCellBase.d.ts +113 -110
  345. package/lib/CanvasImageCell.d.ts +13 -13
  346. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  347. package/lib/CanvasSummaryCell.d.ts +14 -14
  348. package/lib/CanvasTemplateCell.d.ts +4 -4
  349. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  350. package/lib/CanvasTextCell.d.ts +1 -1
  351. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  352. package/lib/CheckboxListBridge.d.ts +20 -9
  353. package/lib/CheckboxListExternal.d.ts +6 -6
  354. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  355. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  356. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  357. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  358. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  359. package/lib/CheckboxListViewExternal.d.ts +20 -0
  360. package/lib/CheckboxListView_combined.d.ts +135 -121
  361. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  362. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  363. package/lib/ColumnSummaryDescription.d.ts +21 -18
  364. package/lib/ComboEditorView.d.ts +17 -17
  365. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  366. package/lib/DateEditorView.d.ts +14 -14
  367. package/lib/EditorCell.d.ts +67 -67
  368. package/lib/FilterCell.d.ts +55 -55
  369. package/lib/GridCellBase.d.ts +92 -89
  370. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  371. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  372. package/lib/GridConditionalStyle.d.ts +1 -0
  373. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  374. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  375. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  376. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  377. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  378. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  379. package/lib/GridModuleHelper.d.ts +8 -0
  380. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  381. package/lib/GridStyleRepository.d.ts +68 -62
  382. package/lib/ICellActionManager.d.ts +1 -1
  383. package/lib/ICellPresenter.d.ts +1 -1
  384. package/lib/ICellRenderingEngine.d.ts +1 -1
  385. package/lib/IDataAdapter.d.ts +1 -1
  386. package/lib/IDragger.d.ts +1 -1
  387. package/lib/IDraggerView.d.ts +1 -1
  388. package/lib/IExternalDefinitionBase.d.ts +1 -1
  389. package/lib/IExternalGrid.d.ts +1 -1
  390. package/lib/IGridInfoRequestor.d.ts +1 -1
  391. package/lib/ISummaryChooserView.d.ts +1 -1
  392. package/lib/ImageCell.d.ts +18 -18
  393. package/lib/NativeUIComboFactory.d.ts +18 -0
  394. package/lib/NumericCell.d.ts +1 -1
  395. package/lib/SectionHeaderCell.d.ts +4 -4
  396. package/lib/SummaryCell.d.ts +10 -10
  397. package/lib/TemplateCell.d.ts +6 -6
  398. package/lib/TemplateHeader.d.ts +4 -4
  399. package/lib/TemplateHeaderCell.d.ts +3 -3
  400. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  401. package/lib/TemplateSectionHeader.d.ts +3 -3
  402. package/lib/TextCell.d.ts +7 -7
  403. package/lib/TextEditorView.d.ts +7 -7
  404. package/lib/TextHeaderCell.d.ts +30 -30
  405. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  406. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  407. package/lib/VerticalSeparatorCell.d.ts +8 -8
  408. package/lib/igc-checkbox-list-component.d.ts +10 -0
  409. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  410. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  411. package/lib/igc-column-summary-description.d.ts +5 -0
  412. package/lib/igc-data-grid-column-component.d.ts +8 -0
  413. package/lib/igc-data-grid-component.d.ts +5 -0
  414. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  415. package/lib/igc-definition-base-component.d.ts +63 -0
  416. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  417. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  418. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  419. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  420. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  421. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  422. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  423. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  424. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  425. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  426. package/package.json +4 -4
  427. package/public_api.d.ts +36 -4
@@ -42,6 +42,12 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
42
42
  if (this.i.connectedCallback) {
43
43
  this.i.connectedCallback();
44
44
  }
45
+ if (this.updateContentChildren) {
46
+ this.updateContentChildren();
47
+ }
48
+ else if (this._updateAdapters) {
49
+ this._updateAdapters();
50
+ }
45
51
  if (!this._attached) {
46
52
  this._attached = true;
47
53
  this._flushQueuedAttributes();
@@ -72,143 +78,143 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
72
78
  * Gets or sets the amount of left padding to use for the cell content for this column.
73
79
  */
74
80
  get paddingLeft() {
75
- return this.i.h2;
81
+ return this.i.kk;
76
82
  }
77
83
  set paddingLeft(v) {
78
- this.i.h2 = +v;
79
- this._a("paddingLeft", this.i.h2);
84
+ this.i.kk = +v;
85
+ this._a("paddingLeft", this.i.kk);
80
86
  }
81
87
  /**
82
88
  * Gets or sets the amount of top padding to use for the cell content for this column.
83
89
  */
84
90
  get paddingTop() {
85
- return this.i.h4;
91
+ return this.i.km;
86
92
  }
87
93
  set paddingTop(v) {
88
- this.i.h4 = +v;
89
- this._a("paddingTop", this.i.h4);
94
+ this.i.km = +v;
95
+ this._a("paddingTop", this.i.km);
90
96
  }
91
97
  /**
92
98
  * Gets or sets the amount of right padding to use for the cell content of this column.
93
99
  */
94
100
  get paddingRight() {
95
- return this.i.h3;
101
+ return this.i.kl;
96
102
  }
97
103
  set paddingRight(v) {
98
- this.i.h3 = +v;
99
- this._a("paddingRight", this.i.h3);
104
+ this.i.kl = +v;
105
+ this._a("paddingRight", this.i.kl);
100
106
  }
101
107
  /**
102
108
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
103
109
  */
104
110
  get paddingBottom() {
105
- return this.i.h1;
111
+ return this.i.kj;
106
112
  }
107
113
  set paddingBottom(v) {
108
- this.i.h1 = +v;
109
- this._a("paddingBottom", this.i.h1);
114
+ this.i.kj = +v;
115
+ this._a("paddingBottom", this.i.kj);
110
116
  }
111
117
  /**
112
118
  * Gets or sets an unique name of the Column
113
119
  */
114
120
  get name() {
115
- return this.i.jz;
121
+ return this.i.mf;
116
122
  }
117
123
  set name(v) {
118
- this.i.jz = v;
124
+ this.i.mf = v;
119
125
  }
120
126
  /**
121
127
  * Gets or sets the key used for the column binding
122
128
  */
123
129
  get field() {
124
- return this.i.i8;
130
+ return this.i.lo;
125
131
  }
126
132
  set field(v) {
127
- this.i.i8 = v;
133
+ this.i.lo = v;
128
134
  }
129
135
  /**
130
136
  * Gets or sets the text displayed in the header of the column
131
137
  */
132
138
  get headerText() {
133
- return this.i.jf;
139
+ return this.i.lv;
134
140
  }
135
141
  set headerText(v) {
136
- this.i.jf = v;
142
+ this.i.lv = v;
137
143
  }
138
144
  /**
139
145
  * Gets the actual text displayed in the header of the column
140
146
  */
141
147
  get actualHeaderText() {
142
- return this.i.im;
148
+ return this.i.k3;
143
149
  }
144
150
  set actualHeaderText(v) {
145
- this.i.im = v;
151
+ this.i.k3 = v;
146
152
  }
147
153
  /**
148
154
  * Gets or sets the background color to use for the cells when they are selected
149
155
  */
150
156
  get selectedBackground() {
151
- return brushToString(this.i.lk);
157
+ return brushToString(this.i.n1);
152
158
  }
153
159
  set selectedBackground(v) {
154
- this.i.lk = stringToBrush(v);
155
- this._a("selectedBackground", brushToString(this.i.lk));
160
+ this.i.n1 = stringToBrush(v);
161
+ this._a("selectedBackground", brushToString(this.i.n1));
156
162
  }
157
163
  /**
158
164
  * Gets the actual background color that is used for the cells when they are selected
159
165
  */
160
166
  get actualSelectedBackground() {
161
- return brushToString(this.i.ld);
167
+ return brushToString(this.i.nu);
162
168
  }
163
169
  set actualSelectedBackground(v) {
164
- this.i.ld = stringToBrush(v);
165
- this._a("actualSelectedBackground", brushToString(this.i.ld));
170
+ this.i.nu = stringToBrush(v);
171
+ this._a("actualSelectedBackground", brushToString(this.i.nu));
166
172
  }
167
173
  /**
168
174
  * Gets or sets the background color to use for the cells when the row is hovered.
169
175
  */
170
176
  get rowHoverBackground() {
171
- return brushToString(this.i.li);
177
+ return brushToString(this.i.nz);
172
178
  }
173
179
  set rowHoverBackground(v) {
174
- this.i.li = stringToBrush(v);
175
- this._a("rowHoverBackground", brushToString(this.i.li));
180
+ this.i.nz = stringToBrush(v);
181
+ this._a("rowHoverBackground", brushToString(this.i.nz));
176
182
  }
177
183
  /**
178
184
  * Gets the actual background color that is used for the cells when they are hovered.
179
185
  */
180
186
  get actualHoverBackground() {
181
- return brushToString(this.i.lb);
187
+ return brushToString(this.i.ns);
182
188
  }
183
189
  set actualHoverBackground(v) {
184
- this.i.lb = stringToBrush(v);
185
- this._a("actualHoverBackground", brushToString(this.i.lb));
190
+ this.i.ns = stringToBrush(v);
191
+ this._a("actualHoverBackground", brushToString(this.i.ns));
186
192
  }
187
193
  /**
188
194
  * Gets or sets the text color to use for the cells when the row is hovered.
189
195
  */
190
196
  get rowHoverTextColor() {
191
- return brushToString(this.i.lj);
197
+ return brushToString(this.i.n0);
192
198
  }
193
199
  set rowHoverTextColor(v) {
194
- this.i.lj = stringToBrush(v);
195
- this._a("rowHoverTextColor", brushToString(this.i.lj));
200
+ this.i.n0 = stringToBrush(v);
201
+ this._a("rowHoverTextColor", brushToString(this.i.n0));
196
202
  }
197
203
  /**
198
204
  * Gets the actual text color that is used for the cells when they are hovered.
199
205
  */
200
206
  get actualRowHoverTextColor() {
201
- return brushToString(this.i.lc);
207
+ return brushToString(this.i.nt);
202
208
  }
203
209
  set actualRowHoverTextColor(v) {
204
- this.i.lc = stringToBrush(v);
205
- this._a("actualRowHoverTextColor", brushToString(this.i.lc));
210
+ this.i.nt = stringToBrush(v);
211
+ this._a("actualRowHoverTextColor", brushToString(this.i.nt));
206
212
  }
207
213
  /**
208
214
  * Gets or sets the animation settings to use for this column.
209
215
  */
210
216
  get animationSettings() {
211
- const r = this.i.fs;
217
+ const r = this.i.h6;
212
218
  if (r == null) {
213
219
  return null;
214
220
  }
@@ -227,7 +233,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
227
233
  return r.externalObject;
228
234
  }
229
235
  set animationSettings(v) {
230
- v == null ? this.i.fs = null : this.i.fs = v.i;
236
+ v == null ? this.i.h6 = null : this.i.h6 = v.i;
231
237
  }
232
238
  /**
233
239
  * Gets or sets the width to use for this column.
@@ -264,49 +270,49 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
264
270
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
265
271
  */
266
272
  get minWidth() {
267
- return this.i.hi;
273
+ return this.i.j0;
268
274
  }
269
275
  set minWidth(v) {
270
- this.i.hi = +v;
271
- this._a("minWidth", this.i.hi);
276
+ this.i.j0 = +v;
277
+ this._a("minWidth", this.i.j0);
272
278
  }
273
279
  /**
274
280
  * Gets whether this column was projected from markup/templates and is constrained.
275
281
  */
276
282
  get isFromMarkup() {
277
- return this.i.g6;
283
+ return this.i.jo;
278
284
  }
279
285
  set isFromMarkup(v) {
280
- this.i.g6 = ensureBool(v);
281
- this._a("isFromMarkup", this.i.g6);
286
+ this.i.jo = ensureBool(v);
287
+ this._a("isFromMarkup", this.i.jo);
282
288
  }
283
289
  /**
284
290
  * Gets whether this column was auto generated.
285
291
  */
286
292
  get isAutoGenerated() {
287
- return this.i.g0;
293
+ return this.i.ji;
288
294
  }
289
295
  set isAutoGenerated(v) {
290
- this.i.g0 = ensureBool(v);
291
- this._a("isAutoGenerated", this.i.g0);
296
+ this.i.ji = ensureBool(v);
297
+ this._a("isAutoGenerated", this.i.ji);
292
298
  }
293
299
  /**
294
300
  * Gets or sets a filter to apply on the values of this column
295
301
  */
296
302
  get filter() {
297
- return this.i.ep;
303
+ return this.i.g1;
298
304
  }
299
305
  set filter(v) {
300
- this.i.ep = v;
306
+ this.i.g1 = v;
301
307
  }
302
308
  /**
303
309
  * Gets or sets a filter to apply to the values of this column.
304
310
  */
305
311
  get filterExpression() {
306
- return this.i.er;
312
+ return this.i.g3;
307
313
  }
308
314
  set filterExpression(v) {
309
- this.i.er = v;
315
+ this.i.g3 = v;
310
316
  }
311
317
  /**
312
318
  * Gets or sets the header definition for this column.
@@ -334,232 +340,232 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
334
340
  * Gets or sets whether filtering is enabled for this column.
335
341
  */
336
342
  get isFilteringEnabled() {
337
- return this.i.g5;
343
+ return this.i.jn;
338
344
  }
339
345
  set isFilteringEnabled(v) {
340
- this.i.g5 = ensureBool(v);
341
- this._a("isFilteringEnabled", this.i.g5);
346
+ this.i.jn = ensureBool(v);
347
+ this._a("isFilteringEnabled", this.i.jn);
342
348
  }
343
349
  /**
344
350
  * Gets or sets whether resizing is enabled for this column.
345
351
  */
346
352
  get isResizingEnabled() {
347
- return this.i.g8;
353
+ return this.i.jq;
348
354
  }
349
355
  set isResizingEnabled(v) {
350
- this.i.g8 = ensureBool(v);
351
- this._a("isResizingEnabled", this.i.g8);
356
+ this.i.jq = ensureBool(v);
357
+ this._a("isResizingEnabled", this.i.jq);
352
358
  }
353
359
  /**
354
360
  * Gets or sets whether or not a column is hidden from the grid
355
361
  */
356
362
  get isHidden() {
357
- return this.i.g7;
363
+ return this.i.jp;
358
364
  }
359
365
  set isHidden(v) {
360
- this.i.g7 = ensureBool(v);
361
- this._a("isHidden", this.i.g7);
366
+ this.i.jp = ensureBool(v);
367
+ this._a("isHidden", this.i.jp);
362
368
  }
363
369
  /**
364
370
  * Gets or sets if a column should be removed from the grid when it is fully hidden
365
371
  */
366
372
  get shouldRemoveWhenHidden() {
367
- return this.i.hb;
373
+ return this.i.jt;
368
374
  }
369
375
  set shouldRemoveWhenHidden(v) {
370
- this.i.hb = ensureBool(v);
371
- this._a("shouldRemoveWhenHidden", this.i.hb);
376
+ this.i.jt = ensureBool(v);
377
+ this._a("shouldRemoveWhenHidden", this.i.jt);
372
378
  }
373
379
  /**
374
380
  * Gets the current sort direction (None, Ascending, Descending) for this column.
375
381
  */
376
382
  get sortDirection() {
377
- return this.i.ff;
383
+ return this.i.hr;
378
384
  }
379
385
  set sortDirection(v) {
380
- this.i.ff = ensureEnum(ColumnSortDirection_$type, v);
381
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.ff));
386
+ this.i.hr = ensureEnum(ColumnSortDirection_$type, v);
387
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hr));
382
388
  }
383
389
  /**
384
390
  * Gets or sets the current fixed position for this column.
385
391
  */
386
392
  get pinned() {
387
- return this.i.f6;
393
+ return this.i.il;
388
394
  }
389
395
  set pinned(v) {
390
- this.i.f6 = ensureEnum(PinnedPositions_$type, v);
391
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.f6));
396
+ this.i.il = ensureEnum(PinnedPositions_$type, v);
397
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.il));
392
398
  }
393
399
  /**
394
400
  * Gets the actual column options icon alignment for this column.
395
401
  */
396
402
  get actualColumnOptionsIconAlignment() {
397
- return this.i.e6;
403
+ return this.i.hi;
398
404
  }
399
405
  set actualColumnOptionsIconAlignment(v) {
400
- this.i.e6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
401
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.e6));
406
+ this.i.hi = ensureEnum(ColumnOptionsIconAlignment_$type, v);
407
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hi));
402
408
  }
403
409
  /**
404
410
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
405
411
  */
406
412
  get columnOptionsIconAlignment() {
407
- return this.i.e7;
413
+ return this.i.hj;
408
414
  }
409
415
  set columnOptionsIconAlignment(v) {
410
- this.i.e7 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
411
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.e7));
416
+ this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
417
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
412
418
  }
413
419
  /**
414
420
  * Gets the actual column options icon color for this column.
415
421
  */
416
422
  get actualColumnOptionsIconColor() {
417
- return brushToString(this.i.k9);
423
+ return brushToString(this.i.nq);
418
424
  }
419
425
  set actualColumnOptionsIconColor(v) {
420
- this.i.k9 = stringToBrush(v);
421
- this._a("actualColumnOptionsIconColor", brushToString(this.i.k9));
426
+ this.i.nq = stringToBrush(v);
427
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.nq));
422
428
  }
423
429
  /**
424
430
  * Gets or sets the column options icon color for this column.
425
431
  */
426
432
  get columnOptionsIconColor() {
427
- return brushToString(this.i.le);
433
+ return brushToString(this.i.nv);
428
434
  }
429
435
  set columnOptionsIconColor(v) {
430
- this.i.le = stringToBrush(v);
431
- this._a("columnOptionsIconColor", brushToString(this.i.le));
436
+ this.i.nv = stringToBrush(v);
437
+ this._a("columnOptionsIconColor", brushToString(this.i.nv));
432
438
  }
433
439
  /**
434
440
  * Gets or sets how the column option icon will behave in the column header.
435
441
  */
436
442
  get columnOptionsIconBehavior() {
437
- return this.i.fb;
443
+ return this.i.hn;
438
444
  }
439
445
  set columnOptionsIconBehavior(v) {
440
- this.i.fb = ensureEnum(ColumnOptionsIconBehavior_$type, v);
441
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.fb));
446
+ this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
447
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
442
448
  }
443
449
  /**
444
450
  * Gets or sets how the column option icon will behave in the column header.
445
451
  */
446
452
  get actualColumnOptionsIconBehavior() {
447
- return this.i.fa;
453
+ return this.i.hm;
448
454
  }
449
455
  set actualColumnOptionsIconBehavior(v) {
450
- this.i.fa = ensureEnum(ColumnOptionsIconBehavior_$type, v);
451
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.fa));
456
+ this.i.hm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
457
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hm));
452
458
  }
453
459
  /**
454
460
  * Gets the actual state of the column options for this column.
455
461
  */
456
462
  get actualIsColumnOptionsEnabled() {
457
- return this.i.gt;
463
+ return this.i.jb;
458
464
  }
459
465
  set actualIsColumnOptionsEnabled(v) {
460
- this.i.gt = ensureBool(v);
461
- this._a("actualIsColumnOptionsEnabled", this.i.gt);
466
+ this.i.jb = ensureBool(v);
467
+ this._a("actualIsColumnOptionsEnabled", this.i.jb);
462
468
  }
463
469
  /**
464
470
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
465
471
  * then it will be disabled for the column regardless of what this is set to.
466
472
  */
467
473
  get isColumnOptionsEnabled() {
468
- return this.i.g1;
474
+ return this.i.jj;
469
475
  }
470
476
  set isColumnOptionsEnabled(v) {
471
- this.i.g1 = ensureBool(v);
472
- this._a("isColumnOptionsEnabled", this.i.g1);
477
+ this.i.jj = ensureBool(v);
478
+ this._a("isColumnOptionsEnabled", this.i.jj);
473
479
  }
474
480
  /**
475
481
  * Gets the actual state of summaries menu in the column options for this column.
476
482
  */
477
483
  get actualIsColumnOptionsSummariesEnabled() {
478
- return this.i.gv;
484
+ return this.i.jd;
479
485
  }
480
486
  set actualIsColumnOptionsSummariesEnabled(v) {
481
- this.i.gv = ensureBool(v);
482
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.gv);
487
+ this.i.jd = ensureBool(v);
488
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jd);
483
489
  }
484
490
  /**
485
491
  * Gets or sets whether to show the summaries option in the column options menu for this column.
486
492
  */
487
493
  get isColumnOptionsSummariesEnabled() {
488
- return this.i.g3;
494
+ return this.i.jl;
489
495
  }
490
496
  set isColumnOptionsSummariesEnabled(v) {
491
- this.i.g3 = ensureBool(v);
492
- this._a("isColumnOptionsSummariesEnabled", this.i.g3);
497
+ this.i.jl = ensureBool(v);
498
+ this._a("isColumnOptionsSummariesEnabled", this.i.jl);
493
499
  }
494
500
  /**
495
501
  * Gets the actual state of grouping menu in the column options for this column.
496
502
  */
497
503
  get actualIsColumnOptionsGroupingEnabled() {
498
- return this.i.gu;
504
+ return this.i.jc;
499
505
  }
500
506
  set actualIsColumnOptionsGroupingEnabled(v) {
501
- this.i.gu = ensureBool(v);
502
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.gu);
507
+ this.i.jc = ensureBool(v);
508
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jc);
503
509
  }
504
510
  /**
505
511
  * Gets or sets whether to show the grouping option in the column options menu for this column.
506
512
  */
507
513
  get isColumnOptionsGroupingEnabled() {
508
- return this.i.g2;
514
+ return this.i.jk;
509
515
  }
510
516
  set isColumnOptionsGroupingEnabled(v) {
511
- this.i.g2 = ensureBool(v);
512
- this._a("isColumnOptionsGroupingEnabled", this.i.g2);
517
+ this.i.jk = ensureBool(v);
518
+ this._a("isColumnOptionsGroupingEnabled", this.i.jk);
513
519
  }
514
520
  /**
515
521
  * Gets or sets if the column is editable.
516
522
  */
517
523
  get isEditable() {
518
- return this.i.g4;
524
+ return this.i.jm;
519
525
  }
520
526
  set isEditable(v) {
521
- this.i.g4 = ensureBool(v);
522
- this._a("isEditable", this.i.g4);
527
+ this.i.jm = ensureBool(v);
528
+ this._a("isEditable", this.i.jm);
523
529
  }
524
530
  /**
525
531
  * Gets or sets the text color used for deleted rows.
526
532
  */
527
533
  get deletedTextColor() {
528
- return brushToString(this.i.lf);
534
+ return brushToString(this.i.nw);
529
535
  }
530
536
  set deletedTextColor(v) {
531
- this.i.lf = stringToBrush(v);
532
- this._a("deletedTextColor", brushToString(this.i.lf));
537
+ this.i.nw = stringToBrush(v);
538
+ this._a("deletedTextColor", brushToString(this.i.nw));
533
539
  }
534
540
  /**
535
541
  * Gets the actual text color used for deleted rows.
536
542
  */
537
543
  get actualDeletedTextColor() {
538
- return brushToString(this.i.la);
544
+ return brushToString(this.i.nr);
539
545
  }
540
546
  set actualDeletedTextColor(v) {
541
- this.i.la = stringToBrush(v);
542
- this._a("actualDeletedTextColor", brushToString(this.i.la));
547
+ this.i.nr = stringToBrush(v);
548
+ this._a("actualDeletedTextColor", brushToString(this.i.nr));
543
549
  }
544
550
  /**
545
551
  * Gets or sets the opacity to use for unsaved edited cell values.
546
552
  */
547
553
  get editOpacity() {
548
- return this.i.hh;
554
+ return this.i.jz;
549
555
  }
550
556
  set editOpacity(v) {
551
- this.i.hh = +v;
552
- this._a("editOpacity", this.i.hh);
557
+ this.i.jz = +v;
558
+ this._a("editOpacity", this.i.jz);
553
559
  }
554
560
  /**
555
561
  * Gets the actual opacity for unsaved edited cell values.
556
562
  */
557
563
  get actualEditOpacity() {
558
- return this.i.hg;
564
+ return this.i.jy;
559
565
  }
560
566
  set actualEditOpacity(v) {
561
- this.i.hg = +v;
562
- this._a("actualEditOpacity", this.i.hg);
567
+ this.i.jy = +v;
568
+ this._a("actualEditOpacity", this.i.jy);
563
569
  }
564
570
  /**
565
571
  * Gets or sets the font style to use for unsaved cell edits.
@@ -580,96 +586,96 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
580
586
  * Gets the actual font style used for unsaved cell edits.
581
587
  */
582
588
  get actualEditFontInfo() {
583
- if (this.i.gb == null) {
589
+ if (this.i.it == null) {
584
590
  return null;
585
591
  }
586
- return this.i.gb.fontString;
592
+ return this.i.it.fontString;
587
593
  }
588
594
  set actualEditFontInfo(v) {
589
595
  let fi = new FontInfo();
590
596
  fi.fontString = v;
591
- this.i.gb = fi;
592
- this._a("actualEditFontInfo", this.i.gb != null ? this.i.gb.fontString : "");
597
+ this.i.it = fi;
598
+ this._a("actualEditFontInfo", this.i.it != null ? this.i.it.fontString : "");
593
599
  }
594
600
  /**
595
601
  * Gets or sets if and how cell merging is performed for this field.
596
602
  */
597
603
  get mergedCellMode() {
598
- return this.i.f2;
604
+ return this.i.ih;
599
605
  }
600
606
  set mergedCellMode(v) {
601
- this.i.f2 = ensureEnum(MergedCellMode_$type, v);
602
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.f2));
607
+ this.i.ih = ensureEnum(MergedCellMode_$type, v);
608
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ih));
603
609
  }
604
610
  /**
605
611
  * Gets or sets how cells are evaluated for merging.
606
612
  */
607
613
  get mergedCellEvaluationCriteria() {
608
- return this.i.fz;
614
+ return this.i.id;
609
615
  }
610
616
  set mergedCellEvaluationCriteria(v) {
611
- this.i.fz = ensureEnum(MergedCellEvaluationCriteria_$type, v);
612
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.fz));
617
+ this.i.id = ensureEnum(MergedCellEvaluationCriteria_$type, v);
618
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.id));
613
619
  }
614
620
  /**
615
621
  * Gets or sets the vertical alignment to use for the merged cell content.
616
622
  */
617
623
  get mergedCellVerticalAlignment() {
618
- return this.i.ey;
624
+ return this.i.ha;
619
625
  }
620
626
  set mergedCellVerticalAlignment(v) {
621
- this.i.ey = ensureEnum(CellContentVerticalAlignment_$type, v);
622
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ey));
627
+ this.i.ha = ensureEnum(CellContentVerticalAlignment_$type, v);
628
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ha));
623
629
  }
624
630
  /**
625
631
  * Gets or sets the amount of left padding to use for the cell content for this column.
626
632
  */
627
633
  get mergedCellPaddingLeft() {
628
- return this.i.hv;
634
+ return this.i.kd;
629
635
  }
630
636
  set mergedCellPaddingLeft(v) {
631
- this.i.hv = +v;
632
- this._a("mergedCellPaddingLeft", this.i.hv);
637
+ this.i.kd = +v;
638
+ this._a("mergedCellPaddingLeft", this.i.kd);
633
639
  }
634
640
  /**
635
641
  * Gets or sets the amount of top padding to use for the cell content for this column.
636
642
  */
637
643
  get mergedCellPaddingTop() {
638
- return this.i.hx;
644
+ return this.i.kf;
639
645
  }
640
646
  set mergedCellPaddingTop(v) {
641
- this.i.hx = +v;
642
- this._a("mergedCellPaddingTop", this.i.hx);
647
+ this.i.kf = +v;
648
+ this._a("mergedCellPaddingTop", this.i.kf);
643
649
  }
644
650
  /**
645
651
  * Gets or sets the amount of right padding to use for the cell content of this column.
646
652
  */
647
653
  get mergedCellPaddingRight() {
648
- return this.i.hw;
654
+ return this.i.ke;
649
655
  }
650
656
  set mergedCellPaddingRight(v) {
651
- this.i.hw = +v;
652
- this._a("mergedCellPaddingRight", this.i.hw);
657
+ this.i.ke = +v;
658
+ this._a("mergedCellPaddingRight", this.i.ke);
653
659
  }
654
660
  /**
655
661
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
656
662
  */
657
663
  get mergedCellPaddingBottom() {
658
- return this.i.hu;
664
+ return this.i.kc;
659
665
  }
660
666
  set mergedCellPaddingBottom(v) {
661
- this.i.hu = +v;
662
- this._a("mergedCellPaddingBottom", this.i.hu);
667
+ this.i.kc = +v;
668
+ this._a("mergedCellPaddingBottom", this.i.kc);
663
669
  }
664
670
  /**
665
671
  * Gets or sets whether UI filters are case sensitive or not.
666
672
  */
667
673
  get filterComparisonType() {
668
- return this.i.fn;
674
+ return this.i.h1;
669
675
  }
670
676
  set filterComparisonType(v) {
671
- this.i.fn = ensureEnum(FilterComparisonType_$type, v);
672
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.fn));
677
+ this.i.h1 = ensureEnum(FilterComparisonType_$type, v);
678
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h1));
673
679
  }
674
680
  /**
675
681
  * Gets a list of the current custom filters for this column.
@@ -677,7 +683,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
677
683
  get filterOperands() {
678
684
  if (this._filterOperands === null) {
679
685
  let coll = new IgcGridFilterOperandsCollection();
680
- let innerColl = this.i.fu;
686
+ let innerColl = this.i.h8;
681
687
  if (!innerColl) {
682
688
  innerColl = new GridFilterOperandsCollection_internal();
683
689
  }
@@ -693,7 +699,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
693
699
  let coll = new IgcGridFilterOperandsCollection();
694
700
  this._filterOperands = coll._fromOuter(v);
695
701
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
696
- let innerColl = this.i.fu;
702
+ let innerColl = this.i.h8;
697
703
  if (!innerColl) {
698
704
  innerColl = new GridFilterOperandsCollection_internal();
699
705
  }
@@ -733,18 +739,18 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
733
739
 
734
740
  */
735
741
  getUniqueKey() {
736
- let iv = this.i.jd();
742
+ let iv = this.i.lt();
737
743
  return (iv);
738
744
  }
739
745
  setNamedHeaderValue(valueName, animationType, value) {
740
- this.i.kk(valueName, (animationType == null ? null : animationType), value);
746
+ this.i.m1(valueName, (animationType == null ? null : animationType), value);
741
747
  }
742
748
  /**
743
749
  * Returns if the column has named header values.
744
750
 
745
751
  */
746
752
  hasNamedHeaderValues() {
747
- let iv = this.i.gy();
753
+ let iv = this.i.jg();
748
754
  return (iv);
749
755
  }
750
756
  /**
@@ -753,7 +759,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
753
759
  * @param valueName * The named value to check for.
754
760
  */
755
761
  hasNamedHeaderValue(valueName) {
756
- let iv = this.i.gx(valueName);
762
+ let iv = this.i.jf(valueName);
757
763
  return (iv);
758
764
  }
759
765
  /**
@@ -762,7 +768,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
762
768
  * @param valueName * The named header value to remove.
763
769
  */
764
770
  removeNamedHeaderValue(valueName) {
765
- this.i.kj(valueName);
771
+ this.i.m0(valueName);
766
772
  }
767
773
  /**
768
774
  * Gets the value of a named header value for this column by name.
@@ -770,11 +776,27 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
770
776
  * @param valueName * Name of the named header value to retrieve.
771
777
  */
772
778
  getNamedHeaderValue(valueName) {
773
- let iv = this.i.h9(valueName);
779
+ let iv = this.i.kr(valueName);
774
780
  return (iv);
775
781
  }
776
782
  applyCustomFilter(filterID, index, value) {
777
- this.i.ke(filterID, index, value);
783
+ this.i.mu(filterID, index, value);
784
+ }
785
+ getDesiredToolbarActions() {
786
+ let iv = this.i.getDesiredToolbarActions();
787
+ return (iv);
788
+ }
789
+ addCommandAvailabilityListener(listener) {
790
+ this.i.addCommandAvailabilityListener(listener);
791
+ }
792
+ removeCommandAvailabilityListener(listener) {
793
+ this.i.removeCommandAvailabilityListener(listener);
794
+ }
795
+ addCommandStateChangedListener(listener) {
796
+ this.i.addCommandStateChangedListener(listener);
797
+ }
798
+ removeCommandStateChangedListener(listener) {
799
+ this.i.removeCommandStateChangedListener(listener);
778
800
  }
779
801
  get actualHeaderTextChange() {
780
802
  return this._actualHeaderTextChange;
@@ -788,7 +810,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
788
810
  this._actualHeaderTextChange = ev;
789
811
  this._actualHeaderTextChange_wrapped = (o, e) => {
790
812
  let ext = this.actualHeaderText;
791
- if (e.propertyName == 'Im') {
813
+ if (e.propertyName == 'K3') {
792
814
  if (this.beforeActualHeaderTextChange) {
793
815
  this.beforeActualHeaderTextChange(this, ext);
794
816
  }