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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/BaseEditorView.js +36 -30
  5. package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
  6. package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
  7. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  8. package/esm2015/lib/CanvasGridCellBase.js +377 -361
  9. package/esm2015/lib/CanvasImageCell.js +30 -30
  10. package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
  11. package/esm2015/lib/CanvasNumericCell.js +2 -2
  12. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  14. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  15. package/esm2015/lib/CanvasSummaryCell.js +50 -50
  16. package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
  17. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  18. package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
  19. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  20. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  21. package/esm2015/lib/CanvasTextCell.js +3 -3
  22. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  23. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  24. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
  25. package/esm2015/lib/CellPresenterBase.js +40 -38
  26. package/esm2015/lib/CheckboxListBridge.js +88 -23
  27. package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
  28. package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
  29. package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
  30. package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
  31. package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
  32. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  33. package/esm2015/lib/CheckboxListView_combined.js +617 -520
  34. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  35. package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
  36. package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
  37. package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
  38. package/esm2015/lib/ColumnPinningView_combined.js +15 -15
  39. package/esm2015/lib/ColumnSummaryDescription.js +53 -46
  40. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
  41. package/esm2015/lib/ComboEditorView.js +119 -117
  42. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  43. package/esm2015/lib/ContentCellModelHelper.js +19 -19
  44. package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
  45. package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
  46. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  47. package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
  48. package/esm2015/lib/DateEditorView.js +94 -94
  49. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  50. package/esm2015/lib/Dragger.js +3 -2
  51. package/esm2015/lib/DraggerView.js +1 -1
  52. package/esm2015/lib/EditorCell.js +303 -303
  53. package/esm2015/lib/EditorCellPresenter.js +28 -28
  54. package/esm2015/lib/EditorRowCell.js +1 -1
  55. package/esm2015/lib/FilterCell.js +272 -272
  56. package/esm2015/lib/FilterCellPresenter.js +18 -18
  57. package/esm2015/lib/GridCellBase.js +295 -279
  58. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
  59. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  60. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  61. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  62. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  63. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  64. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  65. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  66. package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
  67. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
  68. package/esm2015/lib/GridConditionalStyle.js +7 -0
  69. package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
  70. package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
  71. package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
  72. package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
  73. package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
  74. package/esm2015/lib/GridExternalWrapper.js +6 -6
  75. package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
  76. package/esm2015/lib/GridModuleHelper.js +24 -0
  77. package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
  78. package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
  79. package/esm2015/lib/GridStyleRepository.js +206 -173
  80. package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
  81. package/esm2015/lib/ImageCell.js +60 -60
  82. package/esm2015/lib/ImageCellPresenter.js +18 -18
  83. package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
  84. package/esm2015/lib/NativeUIComboFactory.js +47 -0
  85. package/esm2015/lib/NativeUIGridFactory.js +1 -1
  86. package/esm2015/lib/NumericCell.js +5 -5
  87. package/esm2015/lib/NumericCellPresenter.js +8 -8
  88. package/esm2015/lib/NumericEditorView.js +3 -3
  89. package/esm2015/lib/PropertyEditorView_combined.js +66 -66
  90. package/esm2015/lib/SectionHeaderCell.js +17 -17
  91. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  92. package/esm2015/lib/SummaryCell.js +41 -41
  93. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  94. package/esm2015/lib/TemplateCell.js +16 -16
  95. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  96. package/esm2015/lib/TemplateHeader.js +9 -9
  97. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  98. package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
  99. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  100. package/esm2015/lib/TemplateSectionHeader.js +3 -3
  101. package/esm2015/lib/TextCell.js +30 -30
  102. package/esm2015/lib/TextCellPresenter.js +9 -9
  103. package/esm2015/lib/TextEditorView.js +78 -78
  104. package/esm2015/lib/TextHeaderCell.js +149 -153
  105. package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
  106. package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
  107. package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
  108. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  109. package/esm2015/lib/igc-cell-info.js +177 -177
  110. package/esm2015/lib/igc-checkbox-list-component.js +131 -79
  111. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
  112. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
  113. package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
  114. package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
  115. package/esm2015/lib/igc-column-summary-description.js +24 -15
  116. package/esm2015/lib/igc-combo-box-column-component.js +16 -10
  117. package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
  118. package/esm2015/lib/igc-data-grid-column-component.js +182 -160
  119. package/esm2015/lib/igc-data-grid-component.js +50 -24
  120. package/esm2015/lib/igc-data-grid-core-module.js +5 -0
  121. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
  122. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  123. package/esm2015/lib/igc-date-time-column-component.js +29 -23
  124. package/esm2015/lib/igc-definition-base-component.js +317 -111
  125. package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
  126. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  127. package/esm2015/lib/igc-editor-definition-component.js +6 -0
  128. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  129. package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
  130. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
  131. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
  132. package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
  133. package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
  134. package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
  135. package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
  136. package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
  137. package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
  138. package/esm2015/lib/igc-header-component.js +30 -24
  139. package/esm2015/lib/igc-header-row-separator-component.js +6 -0
  140. package/esm2015/lib/igc-header-separator-component.js +6 -0
  141. package/esm2015/lib/igc-image-cell-info.js +6 -6
  142. package/esm2015/lib/igc-image-column-component.js +18 -12
  143. package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
  144. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  145. package/esm2015/lib/igc-numeric-column-component.js +41 -35
  146. package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
  147. package/esm2015/lib/igc-row-separator-component.js +6 -0
  148. package/esm2015/lib/igc-section-footer-component.js +6 -0
  149. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  150. package/esm2015/lib/igc-section-header-component.js +30 -24
  151. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  152. package/esm2015/lib/igc-summary-row-component.js +30 -24
  153. package/esm2015/lib/igc-summary-row-root-component.js +6 -0
  154. package/esm2015/lib/igc-summary-row-section-component.js +6 -0
  155. package/esm2015/lib/igc-template-cell-info.js +2 -2
  156. package/esm2015/lib/igc-template-column-component.js +6 -0
  157. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm2015/lib/igc-template-header-component.js +6 -0
  159. package/esm2015/lib/igc-template-section-header-component.js +6 -0
  160. package/esm2015/lib/igc-text-cell-info.js +2 -2
  161. package/esm2015/lib/igc-text-column-component.js +15 -9
  162. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  163. package/esm2015/lib/igc-text-header-component.js +6 -0
  164. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
  165. package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
  166. package/esm2015/public_api.js +36 -4
  167. package/esm5/lib/AccessibilityRow.js +3 -3
  168. package/esm5/lib/BaseEditorView.js +36 -30
  169. package/esm5/lib/CanvasCellPresenterBase.js +17 -17
  170. package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
  171. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  172. package/esm5/lib/CanvasGridCellBase.js +375 -359
  173. package/esm5/lib/CanvasImageCell.js +29 -29
  174. package/esm5/lib/CanvasImageCellPresenter.js +17 -17
  175. package/esm5/lib/CanvasNumericCell.js +2 -2
  176. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  177. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  178. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  179. package/esm5/lib/CanvasSummaryCell.js +50 -50
  180. package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
  181. package/esm5/lib/CanvasTemplateCell.js +7 -7
  182. package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
  183. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  184. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  185. package/esm5/lib/CanvasTextCell.js +3 -3
  186. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  187. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  188. package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
  189. package/esm5/lib/CellPresenterBase.js +40 -38
  190. package/esm5/lib/CheckboxListBridge.js +88 -23
  191. package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
  192. package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
  193. package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
  194. package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
  195. package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
  196. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  197. package/esm5/lib/CheckboxListView_combined.js +599 -498
  198. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  199. package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
  200. package/esm5/lib/ColumnGroupingView_combined.js +6 -5
  201. package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
  202. package/esm5/lib/ColumnPinningView_combined.js +15 -15
  203. package/esm5/lib/ColumnSummaryDescription.js +56 -45
  204. package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
  205. package/esm5/lib/ComboEditorView.js +116 -114
  206. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  207. package/esm5/lib/ContentCellModelHelper.js +19 -19
  208. package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
  209. package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
  210. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  211. package/esm5/lib/DataGridToolbarView_combined.js +3 -2
  212. package/esm5/lib/DateEditorView.js +92 -92
  213. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  214. package/esm5/lib/Dragger.js +3 -2
  215. package/esm5/lib/DraggerView.js +1 -1
  216. package/esm5/lib/EditorCell.js +285 -285
  217. package/esm5/lib/EditorCellPresenter.js +28 -28
  218. package/esm5/lib/EditorRowCell.js +1 -1
  219. package/esm5/lib/FilterCell.js +262 -262
  220. package/esm5/lib/FilterCellPresenter.js +18 -18
  221. package/esm5/lib/GridCellBase.js +286 -270
  222. package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
  223. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  224. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  225. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  226. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  227. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  228. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  229. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  230. package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
  231. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
  232. package/esm5/lib/GridConditionalStyle.js +7 -0
  233. package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
  234. package/esm5/lib/GridConditionalStyleCollection.js +7 -0
  235. package/esm5/lib/GridConditionalStyleProperty.js +761 -0
  236. package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
  237. package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
  238. package/esm5/lib/GridExternalWrapper.js +6 -6
  239. package/esm5/lib/GridFilterDialogView_combined.js +311 -291
  240. package/esm5/lib/GridModuleHelper.js +28 -0
  241. package/esm5/lib/GridSelectedKeysCollection.js +54 -3
  242. package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
  243. package/esm5/lib/GridStyleRepository.js +248 -203
  244. package/esm5/lib/ISummaryChooserView_combined.js +10 -10
  245. package/esm5/lib/ImageCell.js +60 -60
  246. package/esm5/lib/ImageCellPresenter.js +18 -18
  247. package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
  248. package/esm5/lib/NativeUIComboFactory.js +57 -0
  249. package/esm5/lib/NativeUIGridFactory.js +1 -1
  250. package/esm5/lib/NumericCell.js +5 -5
  251. package/esm5/lib/NumericCellPresenter.js +8 -8
  252. package/esm5/lib/NumericEditorView.js +3 -3
  253. package/esm5/lib/PropertyEditorView_combined.js +66 -66
  254. package/esm5/lib/SectionHeaderCell.js +17 -17
  255. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  256. package/esm5/lib/SummaryCell.js +41 -41
  257. package/esm5/lib/SummaryCellPresenter.js +14 -14
  258. package/esm5/lib/TemplateCell.js +16 -16
  259. package/esm5/lib/TemplateCellPresenter.js +5 -5
  260. package/esm5/lib/TemplateHeader.js +9 -9
  261. package/esm5/lib/TemplateHeaderCell.js +6 -6
  262. package/esm5/lib/TemplateHeaderCellModel.js +22 -16
  263. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  264. package/esm5/lib/TemplateSectionHeader.js +3 -3
  265. package/esm5/lib/TextCell.js +30 -30
  266. package/esm5/lib/TextCellPresenter.js +9 -9
  267. package/esm5/lib/TextEditorView.js +78 -78
  268. package/esm5/lib/TextHeaderCell.js +147 -151
  269. package/esm5/lib/TextHeaderCellPresenter.js +38 -32
  270. package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
  271. package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
  272. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  273. package/esm5/lib/igc-cell-info.js +177 -177
  274. package/esm5/lib/igc-checkbox-list-component.js +141 -79
  275. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
  276. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
  277. package/esm5/lib/igc-column-moving-separator-component.js +15 -9
  278. package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
  279. package/esm5/lib/igc-column-summary-description.js +28 -15
  280. package/esm5/lib/igc-combo-box-column-component.js +16 -10
  281. package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
  282. package/esm5/lib/igc-data-grid-column-component.js +182 -160
  283. package/esm5/lib/igc-data-grid-component.js +55 -24
  284. package/esm5/lib/igc-data-grid-core-module.js +5 -0
  285. package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
  286. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  287. package/esm5/lib/igc-date-time-column-component.js +29 -23
  288. package/esm5/lib/igc-definition-base-component.js +389 -112
  289. package/esm5/lib/igc-edit-row-definition-component.js +6 -0
  290. package/esm5/lib/igc-editor-cell-info.js +23 -23
  291. package/esm5/lib/igc-editor-definition-component.js +6 -0
  292. package/esm5/lib/igc-filter-cell-info.js +26 -26
  293. package/esm5/lib/igc-filter-row-definition-component.js +18 -12
  294. package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
  295. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
  296. package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
  297. package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
  298. package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
  299. package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
  300. package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
  301. package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
  302. package/esm5/lib/igc-header-component.js +30 -24
  303. package/esm5/lib/igc-header-row-separator-component.js +6 -0
  304. package/esm5/lib/igc-header-separator-component.js +6 -0
  305. package/esm5/lib/igc-image-cell-info.js +6 -6
  306. package/esm5/lib/igc-image-column-component.js +18 -12
  307. package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
  308. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  309. package/esm5/lib/igc-numeric-column-component.js +41 -35
  310. package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
  311. package/esm5/lib/igc-row-separator-component.js +6 -0
  312. package/esm5/lib/igc-section-footer-component.js +6 -0
  313. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  314. package/esm5/lib/igc-section-header-component.js +30 -24
  315. package/esm5/lib/igc-summary-cell-info.js +9 -9
  316. package/esm5/lib/igc-summary-row-component.js +30 -24
  317. package/esm5/lib/igc-summary-row-root-component.js +6 -0
  318. package/esm5/lib/igc-summary-row-section-component.js +6 -0
  319. package/esm5/lib/igc-template-cell-info.js +2 -2
  320. package/esm5/lib/igc-template-column-component.js +6 -0
  321. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  322. package/esm5/lib/igc-template-header-component.js +6 -0
  323. package/esm5/lib/igc-template-section-header-component.js +6 -0
  324. package/esm5/lib/igc-text-cell-info.js +2 -2
  325. package/esm5/lib/igc-text-column-component.js +15 -9
  326. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  327. package/esm5/lib/igc-text-header-component.js +6 -0
  328. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
  329. package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
  330. package/esm5/public_api.js +36 -4
  331. package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
  333. package/grids/combined.js +7842 -7830
  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
@@ -82,91 +82,91 @@ export class IgcCellInfo {
82
82
  * Gets the style key of the current cell, used for recycling.
83
83
  */
84
84
  get styleKey() {
85
- return this.i.jm;
85
+ return this.i.kc;
86
86
  }
87
87
  set styleKey(v) {
88
- this.i.jm = v;
88
+ this.i.kc = v;
89
89
  }
90
90
  /**
91
91
  * Gets the absolute data row for the current cell.
92
92
  */
93
93
  get dataRow() {
94
- return this.i.et;
94
+ return this.i.fb;
95
95
  }
96
96
  set dataRow(v) {
97
- this.i.et = +v;
97
+ this.i.fb = +v;
98
98
  }
99
99
  /**
100
100
  * Gets if the position of the cell is dirty.
101
101
  */
102
102
  get isPositionDirty() {
103
- return this.i.be;
103
+ return this.i.bj;
104
104
  }
105
105
  set isPositionDirty(v) {
106
- this.i.be = ensureBool(v);
106
+ this.i.bj = ensureBool(v);
107
107
  }
108
108
  /**
109
109
  * Gets if the size of the cell is dirty.
110
110
  */
111
111
  get isSizeDirty() {
112
- return this.i.bj;
112
+ return this.i.bo;
113
113
  }
114
114
  set isSizeDirty(v) {
115
- this.i.bj = ensureBool(v);
115
+ this.i.bo = ensureBool(v);
116
116
  }
117
117
  /**
118
118
  * Gets if the content of the cell is dirty.
119
119
  */
120
120
  get isContentDirty() {
121
- return this.i.ay;
121
+ return this.i.a3;
122
122
  }
123
123
  set isContentDirty(v) {
124
- this.i.ay = ensureBool(v);
124
+ this.i.a3 = ensureBool(v);
125
125
  }
126
126
  /**
127
127
  * Gets if the content of the cell is dirty.
128
128
  */
129
129
  get isBorderDirty() {
130
- return this.i.aw;
130
+ return this.i.a1;
131
131
  }
132
132
  set isBorderDirty(v) {
133
- this.i.aw = ensureBool(v);
133
+ this.i.a1 = ensureBool(v);
134
134
  }
135
135
  /**
136
136
  * Gets if the layer of the cell is dirty.
137
137
  */
138
138
  get isLayerDirty() {
139
- return this.i.bc;
139
+ return this.i.bh;
140
140
  }
141
141
  set isLayerDirty(v) {
142
- this.i.bc = ensureBool(v);
142
+ this.i.bh = ensureBool(v);
143
143
  }
144
144
  /**
145
145
  * Gets if the layer of the cell is dirty.
146
146
  */
147
147
  get isStateDirty() {
148
- return this.i.bk;
148
+ return this.i.bp;
149
149
  }
150
150
  set isStateDirty(v) {
151
- this.i.bk = ensureBool(v);
151
+ this.i.bp = ensureBool(v);
152
152
  }
153
153
  /**
154
154
  * Gets if the data of the cell is dirty.
155
155
  */
156
156
  get isDataDirty() {
157
- return this.i.a0;
157
+ return this.i.a5;
158
158
  }
159
159
  set isDataDirty(v) {
160
- this.i.a0 = ensureBool(v);
160
+ this.i.a5 = ensureBool(v);
161
161
  }
162
162
  /**
163
163
  * Gets if placeholder content is needed when virtualized.
164
164
  */
165
165
  get isPlaceholdContentNeeded() {
166
- return this.i.bd;
166
+ return this.i.bi;
167
167
  }
168
168
  set isPlaceholdContentNeeded(v) {
169
- this.i.bd = ensureBool(v);
169
+ this.i.bi = ensureBool(v);
170
170
  }
171
171
  /**
172
172
  * Gets the action manager to propagate actions back to the grid.
@@ -181,205 +181,205 @@ export class IgcCellInfo {
181
181
  * Gets or sets whether the cell is hit test visible.
182
182
  */
183
183
  get isHitTestVisible() {
184
- return this.i.a8;
184
+ return this.i.bd;
185
185
  }
186
186
  set isHitTestVisible(v) {
187
- this.i.a8 = ensureBool(v);
187
+ this.i.bd = ensureBool(v);
188
188
  }
189
189
  /**
190
190
  * Gets if this cell belongs to a row that has been marked as pinned.
191
191
  */
192
192
  get isRowPinned() {
193
- return this.i.bf;
193
+ return this.i.bk;
194
194
  }
195
195
  set isRowPinned(v) {
196
- this.i.bf = ensureBool(v);
196
+ this.i.bk = ensureBool(v);
197
197
  }
198
198
  /**
199
199
  * Gets if this cell belongs to a row that will stick to the top of the grid.
200
200
  */
201
201
  get isRowSticky() {
202
- return this.i.bg;
202
+ return this.i.bl;
203
203
  }
204
204
  set isRowSticky(v) {
205
- this.i.bg = ensureBool(v);
205
+ this.i.bl = ensureBool(v);
206
206
  }
207
207
  /**
208
208
  * Gets if this cell is the last row that can stick to the top of the grid.
209
209
  */
210
210
  get isLastStickyRow() {
211
- return this.i.bb;
211
+ return this.i.bg;
212
212
  }
213
213
  set isLastStickyRow(v) {
214
- this.i.bb = ensureBool(v);
214
+ this.i.bg = ensureBool(v);
215
215
  }
216
216
  /**
217
217
  * Gets if this cell is in the filter row.
218
218
  */
219
219
  get isFilterRow() {
220
- return this.i.a6;
220
+ return this.i.bb;
221
221
  }
222
222
  set isFilterRow(v) {
223
- this.i.a6 = ensureBool(v);
223
+ this.i.bb = ensureBool(v);
224
224
  }
225
225
  /**
226
226
  * Gets the indent level of the cell.
227
227
  */
228
228
  get indent() {
229
- return this.i.fi;
229
+ return this.i.f0;
230
230
  }
231
231
  set indent(v) {
232
- this.i.fi = +v;
232
+ this.i.f0 = +v;
233
233
  }
234
234
  get rowItem() {
235
- return this.i.g4;
235
+ return this.i.hn;
236
236
  }
237
237
  set rowItem(v) {
238
- this.i.g4 = v;
238
+ this.i.hn = v;
239
239
  }
240
240
  /**
241
241
  * Gets the X position of the cell within the content.
242
242
  */
243
243
  get x() {
244
- return this.i.cl;
244
+ return this.i.cu;
245
245
  }
246
246
  set x(v) {
247
- this.i.cl = +v;
247
+ this.i.cu = +v;
248
248
  }
249
249
  /**
250
250
  * Gets the Y position of the cell within the content.
251
251
  */
252
252
  get y() {
253
- return this.i.cm;
253
+ return this.i.cv;
254
254
  }
255
255
  set y(v) {
256
- this.i.cm = +v;
256
+ this.i.cv = +v;
257
257
  }
258
258
  /**
259
259
  * Gets the pixel snapped X position of the cell within the content.
260
260
  */
261
261
  get snappedX() {
262
- return this.i.gh;
262
+ return this.i.g0;
263
263
  }
264
264
  set snappedX(v) {
265
- this.i.gh = +v;
265
+ this.i.g0 = +v;
266
266
  }
267
267
  /**
268
268
  * Gets the snapped Y position of the cell within the content.
269
269
  */
270
270
  get snappedY() {
271
- return this.i.gj;
271
+ return this.i.g2;
272
272
  }
273
273
  set snappedY(v) {
274
- this.i.gj = +v;
274
+ this.i.g2 = +v;
275
275
  }
276
276
  /**
277
277
  * Gets or sets the opacity for cells that have unsaved edits.
278
278
  */
279
279
  get editOpacity() {
280
- return this.i.cb;
280
+ return this.i.ck;
281
281
  }
282
282
  set editOpacity(v) {
283
- this.i.cb = +v;
283
+ this.i.ck = +v;
284
284
  }
285
285
  /**
286
286
  * Gets or sets the opacity of the content of the cell.
287
287
  */
288
288
  get contentOpacity() {
289
- return this.i.ca;
289
+ return this.i.cj;
290
290
  }
291
291
  set contentOpacity(v) {
292
- this.i.ca = +v;
292
+ this.i.cj = +v;
293
293
  }
294
294
  /**
295
295
  * Gets the actual content opacity of the cell.
296
296
  */
297
297
  get actualContentOpacity() {
298
- return this.i.b8;
298
+ return this.i.cg;
299
299
  }
300
300
  set actualContentOpacity(v) {
301
- this.i.b8 = +v;
301
+ this.i.cg = +v;
302
302
  }
303
303
  /**
304
304
  * Gets or sets the opacity of the cell.
305
305
  */
306
306
  get opacity() {
307
- return this.i.cf;
307
+ return this.i.co;
308
308
  }
309
309
  set opacity(v) {
310
- this.i.cf = +v;
310
+ this.i.co = +v;
311
311
  }
312
312
  /**
313
313
  * Gets the actual opacity of the cell.
314
314
  */
315
315
  get actualOpacity() {
316
- return this.i.b9;
316
+ return this.i.ch;
317
317
  }
318
318
  set actualOpacity(v) {
319
- this.i.b9 = +v;
319
+ this.i.ch = +v;
320
320
  }
321
321
  /**
322
322
  * Gets the height of the cell.
323
323
  */
324
324
  get height() {
325
- return this.i.fc;
325
+ return this.i.fu;
326
326
  }
327
327
  set height(v) {
328
- this.i.fc = +v;
328
+ this.i.fu = +v;
329
329
  }
330
330
  /**
331
331
  * Gets the width of the cell.
332
332
  */
333
333
  get width() {
334
- return this.i.gu;
334
+ return this.i.hd;
335
335
  }
336
336
  set width(v) {
337
- this.i.gu = +v;
337
+ this.i.hd = +v;
338
338
  }
339
339
  /**
340
340
  * Gets if the cell is selected.
341
341
  */
342
342
  get isSelected() {
343
- return this.i.bi;
343
+ return this.i.bn;
344
344
  }
345
345
  set isSelected(v) {
346
- this.i.bi = ensureBool(v);
346
+ this.i.bn = ensureBool(v);
347
347
  }
348
348
  /**
349
349
  * Gets the amount that the cell is selected. This is a value between 0 and 1.
350
350
  */
351
351
  get selectedStatus() {
352
- return this.i.ch;
352
+ return this.i.cq;
353
353
  }
354
354
  set selectedStatus(v) {
355
- this.i.ch = +v;
355
+ this.i.cq = +v;
356
356
  }
357
357
  /**
358
358
  * Gets the amount that the cell is activated. This is a value between 0 and 1.
359
359
  */
360
360
  get activationStatus() {
361
- return this.i.b7;
361
+ return this.i.cf;
362
362
  }
363
363
  set activationStatus(v) {
364
- this.i.b7 = +v;
364
+ this.i.cf = +v;
365
365
  }
366
366
  /**
367
367
  * Gets the amount that the cell is hovered. This is a value between 0 and 1.
368
368
  */
369
369
  get hoverStatus() {
370
- return this.i.cc;
370
+ return this.i.cl;
371
371
  }
372
372
  set hoverStatus(v) {
373
- this.i.cc = +v;
373
+ this.i.cl = +v;
374
374
  }
375
375
  /**
376
376
  * Gets whether the cell is hoverable or not.
377
377
  */
378
378
  get isHoverable() {
379
- return this.i.a9;
379
+ return this.i.be;
380
380
  }
381
381
  set isHoverable(v) {
382
- this.i.a9 = ensureBool(v);
382
+ this.i.be = ensureBool(v);
383
383
  }
384
384
  /**
385
385
  * Gets or sets the horiztonal alignment of the cell content.
@@ -403,181 +403,181 @@ export class IgcCellInfo {
403
403
  * Gets or sets the background color of the cell.
404
404
  */
405
405
  get background() {
406
- return brushToString(this.i.k3);
406
+ return brushToString(this.i.lx);
407
407
  }
408
408
  set background(v) {
409
- this.i.k3 = stringToBrush(v);
409
+ this.i.lx = stringToBrush(v);
410
410
  }
411
411
  /**
412
412
  * Gets or sets the border color of the cell.
413
413
  */
414
414
  get border() {
415
- return brushToString(this.i.k4);
415
+ return brushToString(this.i.l0);
416
416
  }
417
417
  set border(v) {
418
- this.i.k4 = stringToBrush(v);
418
+ this.i.l0 = stringToBrush(v);
419
419
  }
420
420
  /**
421
421
  * Gets the actual background color of the cell
422
422
  */
423
423
  get actualBackground() {
424
- return brushToString(this.i.k0);
424
+ return brushToString(this.i.lu);
425
425
  }
426
426
  set actualBackground(v) {
427
- this.i.k0 = stringToBrush(v);
427
+ this.i.lu = stringToBrush(v);
428
428
  }
429
429
  /**
430
430
  * Gets the actual background color of the cell
431
431
  */
432
432
  get actualBorder() {
433
- return brushToString(this.i.k1);
433
+ return brushToString(this.i.lv);
434
434
  }
435
435
  set actualBorder(v) {
436
- this.i.k1 = stringToBrush(v);
436
+ this.i.lv = stringToBrush(v);
437
437
  }
438
438
  /**
439
439
  * Gets the actual background color of the cell
440
440
  */
441
441
  get activationBorder() {
442
- return brushToString(this.i.kz);
442
+ return brushToString(this.i.lt);
443
443
  }
444
444
  set activationBorder(v) {
445
- this.i.kz = stringToBrush(v);
445
+ this.i.lt = stringToBrush(v);
446
446
  }
447
447
  /**
448
448
  * Gets or sets the error border color of the cell.
449
449
  */
450
450
  get errorBorder() {
451
- return brushToString(this.i.k6);
451
+ return brushToString(this.i.l2);
452
452
  }
453
453
  set errorBorder(v) {
454
- this.i.k6 = stringToBrush(v);
454
+ this.i.l2 = stringToBrush(v);
455
455
  }
456
456
  /**
457
457
  * Gets or sets the selected background color of the cell.
458
458
  */
459
459
  get selectedBackground() {
460
- return brushToString(this.i.ld);
460
+ return brushToString(this.i.l9);
461
461
  }
462
462
  set selectedBackground(v) {
463
- this.i.ld = stringToBrush(v);
463
+ this.i.l9 = stringToBrush(v);
464
464
  }
465
465
  /**
466
466
  * Gets or sets the hover background color of the cell.
467
467
  */
468
468
  get hoverBackground() {
469
- return brushToString(this.i.k9);
469
+ return brushToString(this.i.l5);
470
470
  }
471
471
  set hoverBackground(v) {
472
- this.i.k9 = stringToBrush(v);
472
+ this.i.l5 = stringToBrush(v);
473
473
  }
474
474
  /**
475
475
  * Gets or sets the hover text color of the cell.
476
476
  */
477
477
  get hoverTextColor() {
478
- return brushToString(this.i.la);
478
+ return brushToString(this.i.l6);
479
479
  }
480
480
  set hoverTextColor(v) {
481
- this.i.la = stringToBrush(v);
481
+ this.i.l6 = stringToBrush(v);
482
482
  }
483
483
  /**
484
484
  * Gets or sets the color for the sort indicator icon.
485
485
  */
486
486
  get sortIndicatorColor() {
487
- return brushToString(this.i.le);
487
+ return brushToString(this.i.ma);
488
488
  }
489
489
  set sortIndicatorColor(v) {
490
- this.i.le = stringToBrush(v);
490
+ this.i.ma = stringToBrush(v);
491
491
  }
492
492
  /**
493
493
  * Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
494
494
  */
495
495
  get stickyRowBackground() {
496
- return brushToString(this.i.lf);
496
+ return brushToString(this.i.mb);
497
497
  }
498
498
  set stickyRowBackground(v) {
499
- this.i.lf = stringToBrush(v);
499
+ this.i.mb = stringToBrush(v);
500
500
  }
501
501
  /**
502
502
  * Gets or sets the background color for the cell that has been marked as pinned.
503
503
  */
504
504
  get pinnedRowBackground() {
505
- return brushToString(this.i.lc);
505
+ return brushToString(this.i.l8);
506
506
  }
507
507
  set pinnedRowBackground(v) {
508
- this.i.lc = stringToBrush(v);
508
+ this.i.l8 = stringToBrush(v);
509
509
  }
510
510
  /**
511
511
  * Gets or sets the color for the last row in the sticky row area.
512
512
  */
513
513
  get lastStickyRowBackground() {
514
- return brushToString(this.i.lb);
514
+ return brushToString(this.i.l7);
515
515
  }
516
516
  set lastStickyRowBackground(v) {
517
- this.i.lb = stringToBrush(v);
517
+ this.i.l7 = stringToBrush(v);
518
518
  }
519
519
  /**
520
520
  * Gets or sets the background color for filter row.
521
521
  */
522
522
  get filterRowBackground() {
523
- return brushToString(this.i.k7);
523
+ return brushToString(this.i.l3);
524
524
  }
525
525
  set filterRowBackground(v) {
526
- this.i.k7 = stringToBrush(v);
526
+ this.i.l3 = stringToBrush(v);
527
527
  }
528
528
  /**
529
529
  * Gets or sets the color to use for displaying text.
530
530
  */
531
531
  get pinnedRowOpacity() {
532
- return this.i.cg;
532
+ return this.i.cp;
533
533
  }
534
534
  set pinnedRowOpacity(v) {
535
- this.i.cg = +v;
535
+ this.i.cp = +v;
536
536
  }
537
537
  /**
538
538
  * Gets or sets the original value for the cell, before processing.
539
539
  */
540
540
  get originalValue() {
541
- return this.i.g3;
541
+ return this.i.hm;
542
542
  }
543
543
  set originalValue(v) {
544
- this.i.g3 = v;
544
+ this.i.hm = v;
545
545
  }
546
546
  /**
547
547
  * Gets or sets the text value, if any, which was rendered by a text cell.
548
548
  */
549
549
  get renderValue() {
550
- return this.i.jb;
550
+ return this.i.j1;
551
551
  }
552
552
  set renderValue(v) {
553
- this.i.jb = v;
553
+ this.i.j1 = v;
554
554
  }
555
555
  /**
556
556
  * Gets or sets the color of the text for the cell, if any.
557
557
  */
558
558
  get textColor() {
559
- return brushToString(this.i.lg);
559
+ return brushToString(this.i.mc);
560
560
  }
561
561
  set textColor(v) {
562
- this.i.lg = stringToBrush(v);
562
+ this.i.mc = stringToBrush(v);
563
563
  }
564
564
  /**
565
565
  * Gets the actual color of the text for the cell, if any.
566
566
  */
567
567
  get actualTextColor() {
568
- return brushToString(this.i.k2);
568
+ return brushToString(this.i.lw);
569
569
  }
570
570
  set actualTextColor(v) {
571
- this.i.k2 = stringToBrush(v);
571
+ this.i.lw = stringToBrush(v);
572
572
  }
573
573
  /**
574
574
  * Gets or sets the text color for cells in deleted rows.
575
575
  */
576
576
  get deletedTextColor() {
577
- return brushToString(this.i.k5);
577
+ return brushToString(this.i.l1);
578
578
  }
579
579
  set deletedTextColor(v) {
580
- this.i.k5 = stringToBrush(v);
580
+ this.i.l1 = stringToBrush(v);
581
581
  }
582
582
  get font() {
583
583
  if (this.i.ag == null) {
@@ -614,226 +614,226 @@ export class IgcCellInfo {
614
614
  * Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
615
615
  */
616
616
  get virtualizationPercentage() {
617
- return this.i.ck;
617
+ return this.i.ct;
618
618
  }
619
619
  set virtualizationPercentage(v) {
620
- this.i.ck = +v;
620
+ this.i.ct = +v;
621
621
  }
622
622
  /**
623
623
  * Gets or sets the left padding to use for the content.
624
624
  */
625
625
  get paddingLeft() {
626
- return this.i.f3;
626
+ return this.i.gm;
627
627
  }
628
628
  set paddingLeft(v) {
629
- this.i.f3 = +v;
629
+ this.i.gm = +v;
630
630
  }
631
631
  /**
632
632
  * Gets or sets the top padding to use for the content.
633
633
  */
634
634
  get paddingTop() {
635
- return this.i.f7;
635
+ return this.i.gq;
636
636
  }
637
637
  set paddingTop(v) {
638
- this.i.f7 = +v;
638
+ this.i.gq = +v;
639
639
  }
640
640
  /**
641
641
  * Gets or sets the right padding to use for the content.
642
642
  */
643
643
  get paddingRight() {
644
- return this.i.f5;
644
+ return this.i.go;
645
645
  }
646
646
  set paddingRight(v) {
647
- this.i.f5 = +v;
647
+ this.i.go = +v;
648
648
  }
649
649
  /**
650
650
  * Gets or sets the bottom padding to use for the content.
651
651
  */
652
652
  get paddingBottom() {
653
- return this.i.f1;
653
+ return this.i.gk;
654
654
  }
655
655
  set paddingBottom(v) {
656
- this.i.f1 = +v;
656
+ this.i.gk = +v;
657
657
  }
658
658
  /**
659
659
  * Gets or sets the left padding to use for the content.
660
660
  */
661
661
  get actualPaddingLeft() {
662
- return this.i.ea;
662
+ return this.i.el;
663
663
  }
664
664
  set actualPaddingLeft(v) {
665
- this.i.ea = +v;
665
+ this.i.el = +v;
666
666
  }
667
667
  /**
668
668
  * Gets or sets the top padding to use for the content.
669
669
  */
670
670
  get actualPaddingTop() {
671
- return this.i.ee;
671
+ return this.i.ep;
672
672
  }
673
673
  set actualPaddingTop(v) {
674
- this.i.ee = +v;
674
+ this.i.ep = +v;
675
675
  }
676
676
  /**
677
677
  * Gets or sets the right padding to use for the content.
678
678
  */
679
679
  get actualPaddingRight() {
680
- return this.i.ec;
680
+ return this.i.en;
681
681
  }
682
682
  set actualPaddingRight(v) {
683
- this.i.ec = +v;
683
+ this.i.en = +v;
684
684
  }
685
685
  /**
686
686
  * Gets or sets the bottom padding to use for the content.
687
687
  */
688
688
  get actualPaddingBottom() {
689
- return this.i.d8;
689
+ return this.i.ej;
690
690
  }
691
691
  set actualPaddingBottom(v) {
692
- this.i.d8 = +v;
692
+ this.i.ej = +v;
693
693
  }
694
694
  /**
695
695
  * Gets or sets the left border to use for the content.
696
696
  */
697
697
  get borderLeftWidth() {
698
- return this.i.ek;
698
+ return this.i.e2;
699
699
  }
700
700
  set borderLeftWidth(v) {
701
- this.i.ek = +v;
701
+ this.i.e2 = +v;
702
702
  }
703
703
  /**
704
704
  * Gets or sets the top border to use for the content.
705
705
  */
706
706
  get borderTopWidth() {
707
- return this.i.ep;
707
+ return this.i.e7;
708
708
  }
709
709
  set borderTopWidth(v) {
710
- this.i.ep = +v;
710
+ this.i.e7 = +v;
711
711
  }
712
712
  /**
713
713
  * Gets or sets the right border to use for the content.
714
714
  */
715
715
  get borderRightWidth() {
716
- return this.i.en;
716
+ return this.i.e5;
717
717
  }
718
718
  set borderRightWidth(v) {
719
- this.i.en = +v;
719
+ this.i.e5 = +v;
720
720
  }
721
721
  /**
722
722
  * Gets or sets the bottom border to use for the content.
723
723
  */
724
724
  get borderBottomWidth() {
725
- return this.i.ei;
725
+ return this.i.e0;
726
726
  }
727
727
  set borderBottomWidth(v) {
728
- this.i.ei = +v;
728
+ this.i.e0 = +v;
729
729
  }
730
730
  /**
731
731
  * Gets or sets the left activation border to use for the content.
732
732
  */
733
733
  get activationBorderLeftWidth() {
734
- return this.i.dm;
734
+ return this.i.dy;
735
735
  }
736
736
  set activationBorderLeftWidth(v) {
737
- this.i.dm = +v;
737
+ this.i.dy = +v;
738
738
  }
739
739
  /**
740
740
  * Gets or sets the top activation border to use for the content.
741
741
  */
742
742
  get activationBorderTopWidth() {
743
- return this.i.ds;
743
+ return this.i.d3;
744
744
  }
745
745
  set activationBorderTopWidth(v) {
746
- this.i.ds = +v;
746
+ this.i.d3 = +v;
747
747
  }
748
748
  /**
749
749
  * Gets or sets the right activation border to use for the content.
750
750
  */
751
751
  get activationBorderRightWidth() {
752
- return this.i.dq;
752
+ return this.i.d1;
753
753
  }
754
754
  set activationBorderRightWidth(v) {
755
- this.i.dq = +v;
755
+ this.i.d1 = +v;
756
756
  }
757
757
  /**
758
758
  * Gets or sets the bottom activation border to use for the content.
759
759
  */
760
760
  get activationBorderBottomWidth() {
761
- return this.i.dk;
761
+ return this.i.dw;
762
762
  }
763
763
  set activationBorderBottomWidth(v) {
764
- this.i.dk = +v;
764
+ this.i.dw = +v;
765
765
  }
766
766
  /**
767
767
  * Gets or sets the left error border to use for the content.
768
768
  */
769
769
  get errorBorderLeftWidth() {
770
- return this.i.e2;
770
+ return this.i.fk;
771
771
  }
772
772
  set errorBorderLeftWidth(v) {
773
- this.i.e2 = +v;
773
+ this.i.fk = +v;
774
774
  }
775
775
  /**
776
776
  * Gets or sets the top error border to use for the content.
777
777
  */
778
778
  get errorBorderTopWidth() {
779
- return this.i.e7;
779
+ return this.i.fp;
780
780
  }
781
781
  set errorBorderTopWidth(v) {
782
- this.i.e7 = +v;
782
+ this.i.fp = +v;
783
783
  }
784
784
  /**
785
785
  * Gets or sets the right error border to use for the content.
786
786
  */
787
787
  get errorBorderRightWidth() {
788
- return this.i.e5;
788
+ return this.i.fn;
789
789
  }
790
790
  set errorBorderRightWidth(v) {
791
- this.i.e5 = +v;
791
+ this.i.fn = +v;
792
792
  }
793
793
  /**
794
794
  * Gets or sets the bottom error border to use for the content.
795
795
  */
796
796
  get errorBorderBottomWidth() {
797
- return this.i.e0;
797
+ return this.i.fi;
798
798
  }
799
799
  set errorBorderBottomWidth(v) {
800
- this.i.e0 = +v;
800
+ this.i.fi = +v;
801
801
  }
802
802
  /**
803
803
  * Gets or sets the actual left border to use for the content.
804
804
  */
805
805
  get actualBorderLeftWidth() {
806
- return this.i.dy;
806
+ return this.i.d9;
807
807
  }
808
808
  set actualBorderLeftWidth(v) {
809
- this.i.dy = +v;
809
+ this.i.d9 = +v;
810
810
  }
811
811
  /**
812
812
  * Gets or sets the actual top border to use for the content.
813
813
  */
814
814
  get actualBorderTopWidth() {
815
- return this.i.d3;
815
+ return this.i.ee;
816
816
  }
817
817
  set actualBorderTopWidth(v) {
818
- this.i.d3 = +v;
818
+ this.i.ee = +v;
819
819
  }
820
820
  /**
821
821
  * Gets or sets the actual right border to use for the content.
822
822
  */
823
823
  get actualBorderRightWidth() {
824
- return this.i.d1;
824
+ return this.i.ec;
825
825
  }
826
826
  set actualBorderRightWidth(v) {
827
- this.i.d1 = +v;
827
+ this.i.ec = +v;
828
828
  }
829
829
  /**
830
830
  * Gets or sets the actual bottom border to use for the content.
831
831
  */
832
832
  get actualBorderBottomWidth() {
833
- return this.i.dw;
833
+ return this.i.d7;
834
834
  }
835
835
  set actualBorderBottomWidth(v) {
836
- this.i.dw = +v;
836
+ this.i.d7 = +v;
837
837
  }
838
838
  /**
839
839
  * Gets the current sort direction for the column containing the cell.
@@ -848,19 +848,19 @@ export class IgcCellInfo {
848
848
  * Gets the expansion state of the cell.
849
849
  */
850
850
  get isExpanded() {
851
- return this.i.a5;
851
+ return this.i.ba;
852
852
  }
853
853
  set isExpanded(v) {
854
- this.i.a5 = ensureBool(v);
854
+ this.i.ba = ensureBool(v);
855
855
  }
856
856
  /**
857
857
  * Gets if the cell needs to display an expansion indicator.
858
858
  */
859
859
  get isCollapsable() {
860
- return this.i.ax;
860
+ return this.i.a2;
861
861
  }
862
862
  set isCollapsable(v) {
863
- this.i.ax = ensureBool(v);
863
+ this.i.a2 = ensureBool(v);
864
864
  }
865
865
  /**
866
866
  * Gets the fixed column position of this cell.
@@ -886,43 +886,43 @@ export class IgcCellInfo {
886
886
  * Gets whether the cell has been edited.
887
887
  */
888
888
  get isEdited() {
889
- return this.i.a4;
889
+ return this.i.a9;
890
890
  }
891
891
  set isEdited(v) {
892
- this.i.a4 = ensureBool(v);
892
+ this.i.a9 = ensureBool(v);
893
893
  }
894
894
  /**
895
895
  * Gets whether the cell is part of a deleted row.
896
896
  */
897
897
  get isDeleted() {
898
- return this.i.a1;
898
+ return this.i.a6;
899
899
  }
900
900
  set isDeleted(v) {
901
- this.i.a1 = ensureBool(v);
901
+ this.i.a6 = ensureBool(v);
902
902
  }
903
903
  /**
904
904
  * Gets or sets the error message for the cell.
905
905
  */
906
906
  get editError() {
907
- return this.i.h2;
907
+ return this.i.it;
908
908
  }
909
909
  set editError(v) {
910
- this.i.h2 = v;
910
+ this.i.it = v;
911
911
  }
912
912
  /**
913
913
  * Gets whether the cell is in edit mode.
914
914
  */
915
915
  get isInEditMode() {
916
- return this.i.ba;
916
+ return this.i.bf;
917
917
  }
918
918
  set isInEditMode(v) {
919
- this.i.ba = ensureBool(v);
919
+ this.i.bf = ensureBool(v);
920
920
  }
921
921
  get editID() {
922
- return this.i.ey;
922
+ return this.i.fg;
923
923
  }
924
924
  set editID(v) {
925
- this.i.ey = +v;
925
+ this.i.fg = +v;
926
926
  }
927
927
  findByName(name) {
928
928
  if (this.findEphemera) {
@@ -933,7 +933,7 @@ export class IgcCellInfo {
933
933
  return null;
934
934
  }
935
935
  isCustomFieldDirty(propertyName) {
936
- let iv = this.i.az(propertyName);
936
+ let iv = this.i.a4(propertyName);
937
937
  return (iv);
938
938
  }
939
939
  /**
@@ -942,7 +942,7 @@ export class IgcCellInfo {
942
942
  * @param propertyId * The property id to check.
943
943
  */
944
944
  isDirtyById(propertyId_) {
945
- let iv = this.i.a3(propertyId_);
945
+ let iv = this.i.a8(propertyId_);
946
946
  return (iv);
947
947
  }
948
948
  /**
@@ -951,11 +951,11 @@ export class IgcCellInfo {
951
951
  * @param propertyName * The property name to check.
952
952
  */
953
953
  isDirty(propertyName) {
954
- let iv = this.i.a2(propertyName);
954
+ let iv = this.i.a7(propertyName);
955
955
  return (iv);
956
956
  }
957
957
  setNamedValue(valueName, value) {
958
- this.i.kg(valueName, value);
958
+ this.i.k8(valueName, value);
959
959
  }
960
960
  /**
961
961
  * Returns if there is a named value stored for the cell.
@@ -963,7 +963,7 @@ export class IgcCellInfo {
963
963
  * @param valueName * The name of the value to check.
964
964
  */
965
965
  hasNamedValue(valueName) {
966
- let iv = this.i.av(valueName);
966
+ let iv = this.i.az(valueName);
967
967
  return (iv);
968
968
  }
969
969
  /**
@@ -972,7 +972,7 @@ export class IgcCellInfo {
972
972
  * @param valueName * The name of the value to remove.
973
973
  */
974
974
  removeNamedValue(valueName) {
975
- this.i.kc(valueName);
975
+ this.i.k4(valueName);
976
976
  }
977
977
  /**
978
978
  * Gets a named value from the cell.
@@ -980,7 +980,7 @@ export class IgcCellInfo {
980
980
  * @param valueName * The name of the value to get.
981
981
  */
982
982
  getNamedValue(valueName) {
983
- let iv = this.i.g1(valueName);
983
+ let iv = this.i.hk(valueName);
984
984
  return (iv);
985
985
  }
986
986
  }