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
@@ -95,10 +95,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
95
95
  * Gets the style key of the current cell, used for recycling.
96
96
  */
97
97
  get: function () {
98
- return this.i.jm;
98
+ return this.i.kc;
99
99
  },
100
100
  set: function (v) {
101
- this.i.jm = v;
101
+ this.i.kc = v;
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,10 +108,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
108
108
  * Gets the absolute data row for the current cell.
109
109
  */
110
110
  get: function () {
111
- return this.i.et;
111
+ return this.i.fb;
112
112
  },
113
113
  set: function (v) {
114
- this.i.et = +v;
114
+ this.i.fb = +v;
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
121
121
  * Gets if the position of the cell is dirty.
122
122
  */
123
123
  get: function () {
124
- return this.i.be;
124
+ return this.i.bj;
125
125
  },
126
126
  set: function (v) {
127
- this.i.be = ensureBool(v);
127
+ this.i.bj = ensureBool(v);
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,10 +134,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
134
134
  * Gets if the size of the cell is dirty.
135
135
  */
136
136
  get: function () {
137
- return this.i.bj;
137
+ return this.i.bo;
138
138
  },
139
139
  set: function (v) {
140
- this.i.bj = ensureBool(v);
140
+ this.i.bo = ensureBool(v);
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -147,10 +147,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
147
147
  * Gets if the content of the cell is dirty.
148
148
  */
149
149
  get: function () {
150
- return this.i.ay;
150
+ return this.i.a3;
151
151
  },
152
152
  set: function (v) {
153
- this.i.ay = ensureBool(v);
153
+ this.i.a3 = ensureBool(v);
154
154
  },
155
155
  enumerable: false,
156
156
  configurable: true
@@ -160,10 +160,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
160
160
  * Gets if the content of the cell is dirty.
161
161
  */
162
162
  get: function () {
163
- return this.i.aw;
163
+ return this.i.a1;
164
164
  },
165
165
  set: function (v) {
166
- this.i.aw = ensureBool(v);
166
+ this.i.a1 = ensureBool(v);
167
167
  },
168
168
  enumerable: false,
169
169
  configurable: true
@@ -173,10 +173,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
173
173
  * Gets if the layer of the cell is dirty.
174
174
  */
175
175
  get: function () {
176
- return this.i.bc;
176
+ return this.i.bh;
177
177
  },
178
178
  set: function (v) {
179
- this.i.bc = ensureBool(v);
179
+ this.i.bh = ensureBool(v);
180
180
  },
181
181
  enumerable: false,
182
182
  configurable: true
@@ -186,10 +186,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
186
186
  * Gets if the layer of the cell is dirty.
187
187
  */
188
188
  get: function () {
189
- return this.i.bk;
189
+ return this.i.bp;
190
190
  },
191
191
  set: function (v) {
192
- this.i.bk = ensureBool(v);
192
+ this.i.bp = ensureBool(v);
193
193
  },
194
194
  enumerable: false,
195
195
  configurable: true
@@ -199,10 +199,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
199
199
  * Gets if the data of the cell is dirty.
200
200
  */
201
201
  get: function () {
202
- return this.i.a0;
202
+ return this.i.a5;
203
203
  },
204
204
  set: function (v) {
205
- this.i.a0 = ensureBool(v);
205
+ this.i.a5 = ensureBool(v);
206
206
  },
207
207
  enumerable: false,
208
208
  configurable: true
@@ -212,10 +212,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
212
212
  * Gets if placeholder content is needed when virtualized.
213
213
  */
214
214
  get: function () {
215
- return this.i.bd;
215
+ return this.i.bi;
216
216
  },
217
217
  set: function (v) {
218
- this.i.bd = ensureBool(v);
218
+ this.i.bi = ensureBool(v);
219
219
  },
220
220
  enumerable: false,
221
221
  configurable: true
@@ -238,10 +238,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
238
238
  * Gets or sets whether the cell is hit test visible.
239
239
  */
240
240
  get: function () {
241
- return this.i.a8;
241
+ return this.i.bd;
242
242
  },
243
243
  set: function (v) {
244
- this.i.a8 = ensureBool(v);
244
+ this.i.bd = ensureBool(v);
245
245
  },
246
246
  enumerable: false,
247
247
  configurable: true
@@ -251,10 +251,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
251
251
  * Gets if this cell belongs to a row that has been marked as pinned.
252
252
  */
253
253
  get: function () {
254
- return this.i.bf;
254
+ return this.i.bk;
255
255
  },
256
256
  set: function (v) {
257
- this.i.bf = ensureBool(v);
257
+ this.i.bk = ensureBool(v);
258
258
  },
259
259
  enumerable: false,
260
260
  configurable: true
@@ -264,10 +264,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
264
264
  * Gets if this cell belongs to a row that will stick to the top of the grid.
265
265
  */
266
266
  get: function () {
267
- return this.i.bg;
267
+ return this.i.bl;
268
268
  },
269
269
  set: function (v) {
270
- this.i.bg = ensureBool(v);
270
+ this.i.bl = ensureBool(v);
271
271
  },
272
272
  enumerable: false,
273
273
  configurable: true
@@ -277,10 +277,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
277
277
  * Gets if this cell is the last row that can stick to the top of the grid.
278
278
  */
279
279
  get: function () {
280
- return this.i.bb;
280
+ return this.i.bg;
281
281
  },
282
282
  set: function (v) {
283
- this.i.bb = ensureBool(v);
283
+ this.i.bg = ensureBool(v);
284
284
  },
285
285
  enumerable: false,
286
286
  configurable: true
@@ -290,10 +290,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
290
290
  * Gets if this cell is in the filter row.
291
291
  */
292
292
  get: function () {
293
- return this.i.a6;
293
+ return this.i.bb;
294
294
  },
295
295
  set: function (v) {
296
- this.i.a6 = ensureBool(v);
296
+ this.i.bb = ensureBool(v);
297
297
  },
298
298
  enumerable: false,
299
299
  configurable: true
@@ -303,20 +303,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
303
303
  * Gets the indent level of the cell.
304
304
  */
305
305
  get: function () {
306
- return this.i.fi;
306
+ return this.i.f0;
307
307
  },
308
308
  set: function (v) {
309
- this.i.fi = +v;
309
+ this.i.f0 = +v;
310
310
  },
311
311
  enumerable: false,
312
312
  configurable: true
313
313
  });
314
314
  Object.defineProperty(IgcCellInfo.prototype, "rowItem", {
315
315
  get: function () {
316
- return this.i.g4;
316
+ return this.i.hn;
317
317
  },
318
318
  set: function (v) {
319
- this.i.g4 = v;
319
+ this.i.hn = v;
320
320
  },
321
321
  enumerable: false,
322
322
  configurable: true
@@ -326,10 +326,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
326
326
  * Gets the X position of the cell within the content.
327
327
  */
328
328
  get: function () {
329
- return this.i.cl;
329
+ return this.i.cu;
330
330
  },
331
331
  set: function (v) {
332
- this.i.cl = +v;
332
+ this.i.cu = +v;
333
333
  },
334
334
  enumerable: false,
335
335
  configurable: true
@@ -339,10 +339,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
339
339
  * Gets the Y position of the cell within the content.
340
340
  */
341
341
  get: function () {
342
- return this.i.cm;
342
+ return this.i.cv;
343
343
  },
344
344
  set: function (v) {
345
- this.i.cm = +v;
345
+ this.i.cv = +v;
346
346
  },
347
347
  enumerable: false,
348
348
  configurable: true
@@ -352,10 +352,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
352
352
  * Gets the pixel snapped X position of the cell within the content.
353
353
  */
354
354
  get: function () {
355
- return this.i.gh;
355
+ return this.i.g0;
356
356
  },
357
357
  set: function (v) {
358
- this.i.gh = +v;
358
+ this.i.g0 = +v;
359
359
  },
360
360
  enumerable: false,
361
361
  configurable: true
@@ -365,10 +365,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
365
365
  * Gets the snapped Y position of the cell within the content.
366
366
  */
367
367
  get: function () {
368
- return this.i.gj;
368
+ return this.i.g2;
369
369
  },
370
370
  set: function (v) {
371
- this.i.gj = +v;
371
+ this.i.g2 = +v;
372
372
  },
373
373
  enumerable: false,
374
374
  configurable: true
@@ -378,10 +378,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
378
378
  * Gets or sets the opacity for cells that have unsaved edits.
379
379
  */
380
380
  get: function () {
381
- return this.i.cb;
381
+ return this.i.ck;
382
382
  },
383
383
  set: function (v) {
384
- this.i.cb = +v;
384
+ this.i.ck = +v;
385
385
  },
386
386
  enumerable: false,
387
387
  configurable: true
@@ -391,10 +391,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
391
391
  * Gets or sets the opacity of the content of the cell.
392
392
  */
393
393
  get: function () {
394
- return this.i.ca;
394
+ return this.i.cj;
395
395
  },
396
396
  set: function (v) {
397
- this.i.ca = +v;
397
+ this.i.cj = +v;
398
398
  },
399
399
  enumerable: false,
400
400
  configurable: true
@@ -404,10 +404,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
404
404
  * Gets the actual content opacity of the cell.
405
405
  */
406
406
  get: function () {
407
- return this.i.b8;
407
+ return this.i.cg;
408
408
  },
409
409
  set: function (v) {
410
- this.i.b8 = +v;
410
+ this.i.cg = +v;
411
411
  },
412
412
  enumerable: false,
413
413
  configurable: true
@@ -417,10 +417,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
417
417
  * Gets or sets the opacity of the cell.
418
418
  */
419
419
  get: function () {
420
- return this.i.cf;
420
+ return this.i.co;
421
421
  },
422
422
  set: function (v) {
423
- this.i.cf = +v;
423
+ this.i.co = +v;
424
424
  },
425
425
  enumerable: false,
426
426
  configurable: true
@@ -430,10 +430,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
430
430
  * Gets the actual opacity of the cell.
431
431
  */
432
432
  get: function () {
433
- return this.i.b9;
433
+ return this.i.ch;
434
434
  },
435
435
  set: function (v) {
436
- this.i.b9 = +v;
436
+ this.i.ch = +v;
437
437
  },
438
438
  enumerable: false,
439
439
  configurable: true
@@ -443,10 +443,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
443
443
  * Gets the height of the cell.
444
444
  */
445
445
  get: function () {
446
- return this.i.fc;
446
+ return this.i.fu;
447
447
  },
448
448
  set: function (v) {
449
- this.i.fc = +v;
449
+ this.i.fu = +v;
450
450
  },
451
451
  enumerable: false,
452
452
  configurable: true
@@ -456,10 +456,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
456
456
  * Gets the width of the cell.
457
457
  */
458
458
  get: function () {
459
- return this.i.gu;
459
+ return this.i.hd;
460
460
  },
461
461
  set: function (v) {
462
- this.i.gu = +v;
462
+ this.i.hd = +v;
463
463
  },
464
464
  enumerable: false,
465
465
  configurable: true
@@ -469,10 +469,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
469
469
  * Gets if the cell is selected.
470
470
  */
471
471
  get: function () {
472
- return this.i.bi;
472
+ return this.i.bn;
473
473
  },
474
474
  set: function (v) {
475
- this.i.bi = ensureBool(v);
475
+ this.i.bn = ensureBool(v);
476
476
  },
477
477
  enumerable: false,
478
478
  configurable: true
@@ -482,10 +482,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
482
482
  * Gets the amount that the cell is selected. This is a value between 0 and 1.
483
483
  */
484
484
  get: function () {
485
- return this.i.ch;
485
+ return this.i.cq;
486
486
  },
487
487
  set: function (v) {
488
- this.i.ch = +v;
488
+ this.i.cq = +v;
489
489
  },
490
490
  enumerable: false,
491
491
  configurable: true
@@ -495,10 +495,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
495
495
  * Gets the amount that the cell is activated. This is a value between 0 and 1.
496
496
  */
497
497
  get: function () {
498
- return this.i.b7;
498
+ return this.i.cf;
499
499
  },
500
500
  set: function (v) {
501
- this.i.b7 = +v;
501
+ this.i.cf = +v;
502
502
  },
503
503
  enumerable: false,
504
504
  configurable: true
@@ -508,10 +508,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
508
508
  * Gets the amount that the cell is hovered. This is a value between 0 and 1.
509
509
  */
510
510
  get: function () {
511
- return this.i.cc;
511
+ return this.i.cl;
512
512
  },
513
513
  set: function (v) {
514
- this.i.cc = +v;
514
+ this.i.cl = +v;
515
515
  },
516
516
  enumerable: false,
517
517
  configurable: true
@@ -521,10 +521,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
521
521
  * Gets whether the cell is hoverable or not.
522
522
  */
523
523
  get: function () {
524
- return this.i.a9;
524
+ return this.i.be;
525
525
  },
526
526
  set: function (v) {
527
- this.i.a9 = ensureBool(v);
527
+ this.i.be = ensureBool(v);
528
528
  },
529
529
  enumerable: false,
530
530
  configurable: true
@@ -560,10 +560,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
560
560
  * Gets or sets the background color of the cell.
561
561
  */
562
562
  get: function () {
563
- return brushToString(this.i.k3);
563
+ return brushToString(this.i.lx);
564
564
  },
565
565
  set: function (v) {
566
- this.i.k3 = stringToBrush(v);
566
+ this.i.lx = stringToBrush(v);
567
567
  },
568
568
  enumerable: false,
569
569
  configurable: true
@@ -573,10 +573,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
573
573
  * Gets or sets the border color of the cell.
574
574
  */
575
575
  get: function () {
576
- return brushToString(this.i.k4);
576
+ return brushToString(this.i.l0);
577
577
  },
578
578
  set: function (v) {
579
- this.i.k4 = stringToBrush(v);
579
+ this.i.l0 = stringToBrush(v);
580
580
  },
581
581
  enumerable: false,
582
582
  configurable: true
@@ -586,10 +586,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
586
586
  * Gets the actual background color of the cell
587
587
  */
588
588
  get: function () {
589
- return brushToString(this.i.k0);
589
+ return brushToString(this.i.lu);
590
590
  },
591
591
  set: function (v) {
592
- this.i.k0 = stringToBrush(v);
592
+ this.i.lu = stringToBrush(v);
593
593
  },
594
594
  enumerable: false,
595
595
  configurable: true
@@ -599,10 +599,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
599
599
  * Gets the actual background color of the cell
600
600
  */
601
601
  get: function () {
602
- return brushToString(this.i.k1);
602
+ return brushToString(this.i.lv);
603
603
  },
604
604
  set: function (v) {
605
- this.i.k1 = stringToBrush(v);
605
+ this.i.lv = stringToBrush(v);
606
606
  },
607
607
  enumerable: false,
608
608
  configurable: true
@@ -612,10 +612,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
612
612
  * Gets the actual background color of the cell
613
613
  */
614
614
  get: function () {
615
- return brushToString(this.i.kz);
615
+ return brushToString(this.i.lt);
616
616
  },
617
617
  set: function (v) {
618
- this.i.kz = stringToBrush(v);
618
+ this.i.lt = stringToBrush(v);
619
619
  },
620
620
  enumerable: false,
621
621
  configurable: true
@@ -625,10 +625,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
625
625
  * Gets or sets the error border color of the cell.
626
626
  */
627
627
  get: function () {
628
- return brushToString(this.i.k6);
628
+ return brushToString(this.i.l2);
629
629
  },
630
630
  set: function (v) {
631
- this.i.k6 = stringToBrush(v);
631
+ this.i.l2 = stringToBrush(v);
632
632
  },
633
633
  enumerable: false,
634
634
  configurable: true
@@ -638,10 +638,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
638
638
  * Gets or sets the selected background color of the cell.
639
639
  */
640
640
  get: function () {
641
- return brushToString(this.i.ld);
641
+ return brushToString(this.i.l9);
642
642
  },
643
643
  set: function (v) {
644
- this.i.ld = stringToBrush(v);
644
+ this.i.l9 = stringToBrush(v);
645
645
  },
646
646
  enumerable: false,
647
647
  configurable: true
@@ -651,10 +651,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
651
651
  * Gets or sets the hover background color of the cell.
652
652
  */
653
653
  get: function () {
654
- return brushToString(this.i.k9);
654
+ return brushToString(this.i.l5);
655
655
  },
656
656
  set: function (v) {
657
- this.i.k9 = stringToBrush(v);
657
+ this.i.l5 = stringToBrush(v);
658
658
  },
659
659
  enumerable: false,
660
660
  configurable: true
@@ -664,10 +664,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
664
664
  * Gets or sets the hover text color of the cell.
665
665
  */
666
666
  get: function () {
667
- return brushToString(this.i.la);
667
+ return brushToString(this.i.l6);
668
668
  },
669
669
  set: function (v) {
670
- this.i.la = stringToBrush(v);
670
+ this.i.l6 = stringToBrush(v);
671
671
  },
672
672
  enumerable: false,
673
673
  configurable: true
@@ -677,10 +677,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
677
677
  * Gets or sets the color for the sort indicator icon.
678
678
  */
679
679
  get: function () {
680
- return brushToString(this.i.le);
680
+ return brushToString(this.i.ma);
681
681
  },
682
682
  set: function (v) {
683
- this.i.le = stringToBrush(v);
683
+ this.i.ma = stringToBrush(v);
684
684
  },
685
685
  enumerable: false,
686
686
  configurable: true
@@ -690,10 +690,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
690
690
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
691
691
  */
692
692
  get: function () {
693
- return brushToString(this.i.lf);
693
+ return brushToString(this.i.mb);
694
694
  },
695
695
  set: function (v) {
696
- this.i.lf = stringToBrush(v);
696
+ this.i.mb = stringToBrush(v);
697
697
  },
698
698
  enumerable: false,
699
699
  configurable: true
@@ -703,10 +703,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
703
703
  * Gets or sets the background color for the cell that has been marked as pinned.
704
704
  */
705
705
  get: function () {
706
- return brushToString(this.i.lc);
706
+ return brushToString(this.i.l8);
707
707
  },
708
708
  set: function (v) {
709
- this.i.lc = stringToBrush(v);
709
+ this.i.l8 = stringToBrush(v);
710
710
  },
711
711
  enumerable: false,
712
712
  configurable: true
@@ -716,10 +716,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
716
716
  * Gets or sets the color for the last row in the sticky row area.
717
717
  */
718
718
  get: function () {
719
- return brushToString(this.i.lb);
719
+ return brushToString(this.i.l7);
720
720
  },
721
721
  set: function (v) {
722
- this.i.lb = stringToBrush(v);
722
+ this.i.l7 = stringToBrush(v);
723
723
  },
724
724
  enumerable: false,
725
725
  configurable: true
@@ -729,10 +729,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
729
729
  * Gets or sets the background color for filter row.
730
730
  */
731
731
  get: function () {
732
- return brushToString(this.i.k7);
732
+ return brushToString(this.i.l3);
733
733
  },
734
734
  set: function (v) {
735
- this.i.k7 = stringToBrush(v);
735
+ this.i.l3 = stringToBrush(v);
736
736
  },
737
737
  enumerable: false,
738
738
  configurable: true
@@ -742,10 +742,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
742
742
  * Gets or sets the color to use for displaying text.
743
743
  */
744
744
  get: function () {
745
- return this.i.cg;
745
+ return this.i.cp;
746
746
  },
747
747
  set: function (v) {
748
- this.i.cg = +v;
748
+ this.i.cp = +v;
749
749
  },
750
750
  enumerable: false,
751
751
  configurable: true
@@ -755,10 +755,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
755
755
  * Gets or sets the original value for the cell, before processing.
756
756
  */
757
757
  get: function () {
758
- return this.i.g3;
758
+ return this.i.hm;
759
759
  },
760
760
  set: function (v) {
761
- this.i.g3 = v;
761
+ this.i.hm = v;
762
762
  },
763
763
  enumerable: false,
764
764
  configurable: true
@@ -768,10 +768,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
768
768
  * Gets or sets the text value, if any, which was rendered by a text cell.
769
769
  */
770
770
  get: function () {
771
- return this.i.jb;
771
+ return this.i.j1;
772
772
  },
773
773
  set: function (v) {
774
- this.i.jb = v;
774
+ this.i.j1 = v;
775
775
  },
776
776
  enumerable: false,
777
777
  configurable: true
@@ -781,10 +781,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
781
781
  * Gets or sets the color of the text for the cell, if any.
782
782
  */
783
783
  get: function () {
784
- return brushToString(this.i.lg);
784
+ return brushToString(this.i.mc);
785
785
  },
786
786
  set: function (v) {
787
- this.i.lg = stringToBrush(v);
787
+ this.i.mc = stringToBrush(v);
788
788
  },
789
789
  enumerable: false,
790
790
  configurable: true
@@ -794,10 +794,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
794
794
  * Gets the actual color of the text for the cell, if any.
795
795
  */
796
796
  get: function () {
797
- return brushToString(this.i.k2);
797
+ return brushToString(this.i.lw);
798
798
  },
799
799
  set: function (v) {
800
- this.i.k2 = stringToBrush(v);
800
+ this.i.lw = stringToBrush(v);
801
801
  },
802
802
  enumerable: false,
803
803
  configurable: true
@@ -807,10 +807,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
807
807
  * Gets or sets the text color for cells in deleted rows.
808
808
  */
809
809
  get: function () {
810
- return brushToString(this.i.k5);
810
+ return brushToString(this.i.l1);
811
811
  },
812
812
  set: function (v) {
813
- this.i.k5 = stringToBrush(v);
813
+ this.i.l1 = stringToBrush(v);
814
814
  },
815
815
  enumerable: false,
816
816
  configurable: true
@@ -863,10 +863,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
863
863
  * Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
864
864
  */
865
865
  get: function () {
866
- return this.i.ck;
866
+ return this.i.ct;
867
867
  },
868
868
  set: function (v) {
869
- this.i.ck = +v;
869
+ this.i.ct = +v;
870
870
  },
871
871
  enumerable: false,
872
872
  configurable: true
@@ -876,10 +876,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
876
876
  * Gets or sets the left padding to use for the content.
877
877
  */
878
878
  get: function () {
879
- return this.i.f3;
879
+ return this.i.gm;
880
880
  },
881
881
  set: function (v) {
882
- this.i.f3 = +v;
882
+ this.i.gm = +v;
883
883
  },
884
884
  enumerable: false,
885
885
  configurable: true
@@ -889,10 +889,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
889
889
  * Gets or sets the top padding to use for the content.
890
890
  */
891
891
  get: function () {
892
- return this.i.f7;
892
+ return this.i.gq;
893
893
  },
894
894
  set: function (v) {
895
- this.i.f7 = +v;
895
+ this.i.gq = +v;
896
896
  },
897
897
  enumerable: false,
898
898
  configurable: true
@@ -902,10 +902,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
902
902
  * Gets or sets the right padding to use for the content.
903
903
  */
904
904
  get: function () {
905
- return this.i.f5;
905
+ return this.i.go;
906
906
  },
907
907
  set: function (v) {
908
- this.i.f5 = +v;
908
+ this.i.go = +v;
909
909
  },
910
910
  enumerable: false,
911
911
  configurable: true
@@ -915,10 +915,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
915
915
  * Gets or sets the bottom padding to use for the content.
916
916
  */
917
917
  get: function () {
918
- return this.i.f1;
918
+ return this.i.gk;
919
919
  },
920
920
  set: function (v) {
921
- this.i.f1 = +v;
921
+ this.i.gk = +v;
922
922
  },
923
923
  enumerable: false,
924
924
  configurable: true
@@ -928,10 +928,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
928
928
  * Gets or sets the left padding to use for the content.
929
929
  */
930
930
  get: function () {
931
- return this.i.ea;
931
+ return this.i.el;
932
932
  },
933
933
  set: function (v) {
934
- this.i.ea = +v;
934
+ this.i.el = +v;
935
935
  },
936
936
  enumerable: false,
937
937
  configurable: true
@@ -941,10 +941,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
941
941
  * Gets or sets the top padding to use for the content.
942
942
  */
943
943
  get: function () {
944
- return this.i.ee;
944
+ return this.i.ep;
945
945
  },
946
946
  set: function (v) {
947
- this.i.ee = +v;
947
+ this.i.ep = +v;
948
948
  },
949
949
  enumerable: false,
950
950
  configurable: true
@@ -954,10 +954,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
954
954
  * Gets or sets the right padding to use for the content.
955
955
  */
956
956
  get: function () {
957
- return this.i.ec;
957
+ return this.i.en;
958
958
  },
959
959
  set: function (v) {
960
- this.i.ec = +v;
960
+ this.i.en = +v;
961
961
  },
962
962
  enumerable: false,
963
963
  configurable: true
@@ -967,10 +967,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
967
967
  * Gets or sets the bottom padding to use for the content.
968
968
  */
969
969
  get: function () {
970
- return this.i.d8;
970
+ return this.i.ej;
971
971
  },
972
972
  set: function (v) {
973
- this.i.d8 = +v;
973
+ this.i.ej = +v;
974
974
  },
975
975
  enumerable: false,
976
976
  configurable: true
@@ -980,10 +980,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
980
980
  * Gets or sets the left border to use for the content.
981
981
  */
982
982
  get: function () {
983
- return this.i.ek;
983
+ return this.i.e2;
984
984
  },
985
985
  set: function (v) {
986
- this.i.ek = +v;
986
+ this.i.e2 = +v;
987
987
  },
988
988
  enumerable: false,
989
989
  configurable: true
@@ -993,10 +993,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
993
993
  * Gets or sets the top border to use for the content.
994
994
  */
995
995
  get: function () {
996
- return this.i.ep;
996
+ return this.i.e7;
997
997
  },
998
998
  set: function (v) {
999
- this.i.ep = +v;
999
+ this.i.e7 = +v;
1000
1000
  },
1001
1001
  enumerable: false,
1002
1002
  configurable: true
@@ -1006,10 +1006,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1006
1006
  * Gets or sets the right border to use for the content.
1007
1007
  */
1008
1008
  get: function () {
1009
- return this.i.en;
1009
+ return this.i.e5;
1010
1010
  },
1011
1011
  set: function (v) {
1012
- this.i.en = +v;
1012
+ this.i.e5 = +v;
1013
1013
  },
1014
1014
  enumerable: false,
1015
1015
  configurable: true
@@ -1019,10 +1019,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1019
1019
  * Gets or sets the bottom border to use for the content.
1020
1020
  */
1021
1021
  get: function () {
1022
- return this.i.ei;
1022
+ return this.i.e0;
1023
1023
  },
1024
1024
  set: function (v) {
1025
- this.i.ei = +v;
1025
+ this.i.e0 = +v;
1026
1026
  },
1027
1027
  enumerable: false,
1028
1028
  configurable: true
@@ -1032,10 +1032,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1032
1032
  * Gets or sets the left activation border to use for the content.
1033
1033
  */
1034
1034
  get: function () {
1035
- return this.i.dm;
1035
+ return this.i.dy;
1036
1036
  },
1037
1037
  set: function (v) {
1038
- this.i.dm = +v;
1038
+ this.i.dy = +v;
1039
1039
  },
1040
1040
  enumerable: false,
1041
1041
  configurable: true
@@ -1045,10 +1045,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1045
1045
  * Gets or sets the top activation border to use for the content.
1046
1046
  */
1047
1047
  get: function () {
1048
- return this.i.ds;
1048
+ return this.i.d3;
1049
1049
  },
1050
1050
  set: function (v) {
1051
- this.i.ds = +v;
1051
+ this.i.d3 = +v;
1052
1052
  },
1053
1053
  enumerable: false,
1054
1054
  configurable: true
@@ -1058,10 +1058,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1058
1058
  * Gets or sets the right activation border to use for the content.
1059
1059
  */
1060
1060
  get: function () {
1061
- return this.i.dq;
1061
+ return this.i.d1;
1062
1062
  },
1063
1063
  set: function (v) {
1064
- this.i.dq = +v;
1064
+ this.i.d1 = +v;
1065
1065
  },
1066
1066
  enumerable: false,
1067
1067
  configurable: true
@@ -1071,10 +1071,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1071
1071
  * Gets or sets the bottom activation border to use for the content.
1072
1072
  */
1073
1073
  get: function () {
1074
- return this.i.dk;
1074
+ return this.i.dw;
1075
1075
  },
1076
1076
  set: function (v) {
1077
- this.i.dk = +v;
1077
+ this.i.dw = +v;
1078
1078
  },
1079
1079
  enumerable: false,
1080
1080
  configurable: true
@@ -1084,10 +1084,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1084
1084
  * Gets or sets the left error border to use for the content.
1085
1085
  */
1086
1086
  get: function () {
1087
- return this.i.e2;
1087
+ return this.i.fk;
1088
1088
  },
1089
1089
  set: function (v) {
1090
- this.i.e2 = +v;
1090
+ this.i.fk = +v;
1091
1091
  },
1092
1092
  enumerable: false,
1093
1093
  configurable: true
@@ -1097,10 +1097,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1097
1097
  * Gets or sets the top error border to use for the content.
1098
1098
  */
1099
1099
  get: function () {
1100
- return this.i.e7;
1100
+ return this.i.fp;
1101
1101
  },
1102
1102
  set: function (v) {
1103
- this.i.e7 = +v;
1103
+ this.i.fp = +v;
1104
1104
  },
1105
1105
  enumerable: false,
1106
1106
  configurable: true
@@ -1110,10 +1110,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1110
1110
  * Gets or sets the right error border to use for the content.
1111
1111
  */
1112
1112
  get: function () {
1113
- return this.i.e5;
1113
+ return this.i.fn;
1114
1114
  },
1115
1115
  set: function (v) {
1116
- this.i.e5 = +v;
1116
+ this.i.fn = +v;
1117
1117
  },
1118
1118
  enumerable: false,
1119
1119
  configurable: true
@@ -1123,10 +1123,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1123
1123
  * Gets or sets the bottom error border to use for the content.
1124
1124
  */
1125
1125
  get: function () {
1126
- return this.i.e0;
1126
+ return this.i.fi;
1127
1127
  },
1128
1128
  set: function (v) {
1129
- this.i.e0 = +v;
1129
+ this.i.fi = +v;
1130
1130
  },
1131
1131
  enumerable: false,
1132
1132
  configurable: true
@@ -1136,10 +1136,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1136
1136
  * Gets or sets the actual left border to use for the content.
1137
1137
  */
1138
1138
  get: function () {
1139
- return this.i.dy;
1139
+ return this.i.d9;
1140
1140
  },
1141
1141
  set: function (v) {
1142
- this.i.dy = +v;
1142
+ this.i.d9 = +v;
1143
1143
  },
1144
1144
  enumerable: false,
1145
1145
  configurable: true
@@ -1149,10 +1149,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1149
1149
  * Gets or sets the actual top border to use for the content.
1150
1150
  */
1151
1151
  get: function () {
1152
- return this.i.d3;
1152
+ return this.i.ee;
1153
1153
  },
1154
1154
  set: function (v) {
1155
- this.i.d3 = +v;
1155
+ this.i.ee = +v;
1156
1156
  },
1157
1157
  enumerable: false,
1158
1158
  configurable: true
@@ -1162,10 +1162,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1162
1162
  * Gets or sets the actual right border to use for the content.
1163
1163
  */
1164
1164
  get: function () {
1165
- return this.i.d1;
1165
+ return this.i.ec;
1166
1166
  },
1167
1167
  set: function (v) {
1168
- this.i.d1 = +v;
1168
+ this.i.ec = +v;
1169
1169
  },
1170
1170
  enumerable: false,
1171
1171
  configurable: true
@@ -1175,10 +1175,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1175
1175
  * Gets or sets the actual bottom border to use for the content.
1176
1176
  */
1177
1177
  get: function () {
1178
- return this.i.dw;
1178
+ return this.i.d7;
1179
1179
  },
1180
1180
  set: function (v) {
1181
- this.i.dw = +v;
1181
+ this.i.d7 = +v;
1182
1182
  },
1183
1183
  enumerable: false,
1184
1184
  configurable: true
@@ -1201,10 +1201,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1201
1201
  * Gets the expansion state of the cell.
1202
1202
  */
1203
1203
  get: function () {
1204
- return this.i.a5;
1204
+ return this.i.ba;
1205
1205
  },
1206
1206
  set: function (v) {
1207
- this.i.a5 = ensureBool(v);
1207
+ this.i.ba = ensureBool(v);
1208
1208
  },
1209
1209
  enumerable: false,
1210
1210
  configurable: true
@@ -1214,10 +1214,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1214
1214
  * Gets if the cell needs to display an expansion indicator.
1215
1215
  */
1216
1216
  get: function () {
1217
- return this.i.ax;
1217
+ return this.i.a2;
1218
1218
  },
1219
1219
  set: function (v) {
1220
- this.i.ax = ensureBool(v);
1220
+ this.i.a2 = ensureBool(v);
1221
1221
  },
1222
1222
  enumerable: false,
1223
1223
  configurable: true
@@ -1255,10 +1255,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1255
1255
  * Gets whether the cell has been edited.
1256
1256
  */
1257
1257
  get: function () {
1258
- return this.i.a4;
1258
+ return this.i.a9;
1259
1259
  },
1260
1260
  set: function (v) {
1261
- this.i.a4 = ensureBool(v);
1261
+ this.i.a9 = ensureBool(v);
1262
1262
  },
1263
1263
  enumerable: false,
1264
1264
  configurable: true
@@ -1268,10 +1268,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1268
1268
  * Gets whether the cell is part of a deleted row.
1269
1269
  */
1270
1270
  get: function () {
1271
- return this.i.a1;
1271
+ return this.i.a6;
1272
1272
  },
1273
1273
  set: function (v) {
1274
- this.i.a1 = ensureBool(v);
1274
+ this.i.a6 = ensureBool(v);
1275
1275
  },
1276
1276
  enumerable: false,
1277
1277
  configurable: true
@@ -1281,10 +1281,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1281
1281
  * Gets or sets the error message for the cell.
1282
1282
  */
1283
1283
  get: function () {
1284
- return this.i.h2;
1284
+ return this.i.it;
1285
1285
  },
1286
1286
  set: function (v) {
1287
- this.i.h2 = v;
1287
+ this.i.it = v;
1288
1288
  },
1289
1289
  enumerable: false,
1290
1290
  configurable: true
@@ -1294,20 +1294,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1294
1294
  * Gets whether the cell is in edit mode.
1295
1295
  */
1296
1296
  get: function () {
1297
- return this.i.ba;
1297
+ return this.i.bf;
1298
1298
  },
1299
1299
  set: function (v) {
1300
- this.i.ba = ensureBool(v);
1300
+ this.i.bf = ensureBool(v);
1301
1301
  },
1302
1302
  enumerable: false,
1303
1303
  configurable: true
1304
1304
  });
1305
1305
  Object.defineProperty(IgcCellInfo.prototype, "editID", {
1306
1306
  get: function () {
1307
- return this.i.ey;
1307
+ return this.i.fg;
1308
1308
  },
1309
1309
  set: function (v) {
1310
- this.i.ey = +v;
1310
+ this.i.fg = +v;
1311
1311
  },
1312
1312
  enumerable: false,
1313
1313
  configurable: true
@@ -1321,7 +1321,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1321
1321
  return null;
1322
1322
  };
1323
1323
  IgcCellInfo.prototype.isCustomFieldDirty = function (propertyName) {
1324
- var iv = this.i.az(propertyName);
1324
+ var iv = this.i.a4(propertyName);
1325
1325
  return (iv);
1326
1326
  };
1327
1327
  /**
@@ -1330,7 +1330,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1330
1330
  * @param propertyId * The property id to check.
1331
1331
  */
1332
1332
  IgcCellInfo.prototype.isDirtyById = function (propertyId_) {
1333
- var iv = this.i.a3(propertyId_);
1333
+ var iv = this.i.a8(propertyId_);
1334
1334
  return (iv);
1335
1335
  };
1336
1336
  /**
@@ -1339,11 +1339,11 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1339
1339
  * @param propertyName * The property name to check.
1340
1340
  */
1341
1341
  IgcCellInfo.prototype.isDirty = function (propertyName) {
1342
- var iv = this.i.a2(propertyName);
1342
+ var iv = this.i.a7(propertyName);
1343
1343
  return (iv);
1344
1344
  };
1345
1345
  IgcCellInfo.prototype.setNamedValue = function (valueName, value) {
1346
- this.i.kg(valueName, value);
1346
+ this.i.k8(valueName, value);
1347
1347
  };
1348
1348
  /**
1349
1349
  * Returns if there is a named value stored for the cell.
@@ -1351,7 +1351,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1351
1351
  * @param valueName * The name of the value to check.
1352
1352
  */
1353
1353
  IgcCellInfo.prototype.hasNamedValue = function (valueName) {
1354
- var iv = this.i.av(valueName);
1354
+ var iv = this.i.az(valueName);
1355
1355
  return (iv);
1356
1356
  };
1357
1357
  /**
@@ -1360,7 +1360,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1360
1360
  * @param valueName * The name of the value to remove.
1361
1361
  */
1362
1362
  IgcCellInfo.prototype.removeNamedValue = function (valueName) {
1363
- this.i.kc(valueName);
1363
+ this.i.k4(valueName);
1364
1364
  };
1365
1365
  /**
1366
1366
  * Gets a named value from the cell.
@@ -1368,7 +1368,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
1368
1368
  * @param valueName * The name of the value to get.
1369
1369
  */
1370
1370
  IgcCellInfo.prototype.getNamedValue = function (valueName) {
1371
- var iv = this.i.g1(valueName);
1371
+ var iv = this.i.hk(valueName);
1372
1372
  return (iv);
1373
1373
  };
1374
1374
  return IgcCellInfo;