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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (428) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/BaseEditorView.js +36 -30
  5. package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
  6. package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
  7. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  8. package/esm2015/lib/CanvasGridCellBase.js +377 -361
  9. package/esm2015/lib/CanvasImageCell.js +30 -30
  10. package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
  11. package/esm2015/lib/CanvasNumericCell.js +2 -2
  12. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
  14. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  15. package/esm2015/lib/CanvasSummaryCell.js +50 -50
  16. package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
  17. package/esm2015/lib/CanvasTemplateCell.js +7 -7
  18. package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
  19. package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
  20. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  21. package/esm2015/lib/CanvasTextCell.js +3 -3
  22. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  23. package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
  24. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
  25. package/esm2015/lib/CellPresenterBase.js +40 -38
  26. package/esm2015/lib/CheckboxListBridge.js +88 -23
  27. package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
  28. package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
  29. package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
  30. package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
  31. package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
  32. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  33. package/esm2015/lib/CheckboxListView_combined.js +617 -520
  34. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  35. package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
  36. package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
  37. package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
  38. package/esm2015/lib/ColumnPinningView_combined.js +15 -15
  39. package/esm2015/lib/ColumnSummaryDescription.js +53 -46
  40. package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
  41. package/esm2015/lib/ComboEditorView.js +119 -117
  42. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  43. package/esm2015/lib/ContentCellModelHelper.js +19 -19
  44. package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
  45. package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
  46. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  47. package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
  48. package/esm2015/lib/DateEditorView.js +94 -94
  49. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  50. package/esm2015/lib/Dragger.js +3 -2
  51. package/esm2015/lib/DraggerView.js +1 -1
  52. package/esm2015/lib/EditorCell.js +303 -303
  53. package/esm2015/lib/EditorCellPresenter.js +28 -28
  54. package/esm2015/lib/EditorRowCell.js +1 -1
  55. package/esm2015/lib/FilterCell.js +272 -272
  56. package/esm2015/lib/FilterCellPresenter.js +18 -18
  57. package/esm2015/lib/GridCellBase.js +295 -279
  58. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
  59. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  60. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  61. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  62. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  63. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  64. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  65. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  66. package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
  67. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
  68. package/esm2015/lib/GridConditionalStyle.js +7 -0
  69. package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
  70. package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
  71. package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
  72. package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
  73. package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
  74. package/esm2015/lib/GridExternalWrapper.js +6 -6
  75. package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
  76. package/esm2015/lib/GridModuleHelper.js +24 -0
  77. package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
  78. package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
  79. package/esm2015/lib/GridStyleRepository.js +206 -173
  80. package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
  81. package/esm2015/lib/ImageCell.js +60 -60
  82. package/esm2015/lib/ImageCellPresenter.js +18 -18
  83. package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
  84. package/esm2015/lib/NativeUIComboFactory.js +47 -0
  85. package/esm2015/lib/NativeUIGridFactory.js +1 -1
  86. package/esm2015/lib/NumericCell.js +5 -5
  87. package/esm2015/lib/NumericCellPresenter.js +8 -8
  88. package/esm2015/lib/NumericEditorView.js +3 -3
  89. package/esm2015/lib/PropertyEditorView_combined.js +66 -66
  90. package/esm2015/lib/SectionHeaderCell.js +17 -17
  91. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  92. package/esm2015/lib/SummaryCell.js +41 -41
  93. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  94. package/esm2015/lib/TemplateCell.js +16 -16
  95. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  96. package/esm2015/lib/TemplateHeader.js +9 -9
  97. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  98. package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
  99. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  100. package/esm2015/lib/TemplateSectionHeader.js +3 -3
  101. package/esm2015/lib/TextCell.js +30 -30
  102. package/esm2015/lib/TextCellPresenter.js +9 -9
  103. package/esm2015/lib/TextEditorView.js +78 -78
  104. package/esm2015/lib/TextHeaderCell.js +149 -153
  105. package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
  106. package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
  107. package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
  108. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  109. package/esm2015/lib/igc-cell-info.js +177 -177
  110. package/esm2015/lib/igc-checkbox-list-component.js +131 -79
  111. package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
  112. package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
  113. package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
  114. package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
  115. package/esm2015/lib/igc-column-summary-description.js +24 -15
  116. package/esm2015/lib/igc-combo-box-column-component.js +16 -10
  117. package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
  118. package/esm2015/lib/igc-data-grid-column-component.js +182 -160
  119. package/esm2015/lib/igc-data-grid-component.js +50 -24
  120. package/esm2015/lib/igc-data-grid-core-module.js +5 -0
  121. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
  122. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  123. package/esm2015/lib/igc-date-time-column-component.js +29 -23
  124. package/esm2015/lib/igc-definition-base-component.js +317 -111
  125. package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
  126. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  127. package/esm2015/lib/igc-editor-definition-component.js +6 -0
  128. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  129. package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
  130. package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
  131. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
  132. package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
  133. package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
  134. package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
  135. package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
  136. package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
  137. package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
  138. package/esm2015/lib/igc-header-component.js +30 -24
  139. package/esm2015/lib/igc-header-row-separator-component.js +6 -0
  140. package/esm2015/lib/igc-header-separator-component.js +6 -0
  141. package/esm2015/lib/igc-image-cell-info.js +6 -6
  142. package/esm2015/lib/igc-image-column-component.js +18 -12
  143. package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
  144. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  145. package/esm2015/lib/igc-numeric-column-component.js +41 -35
  146. package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
  147. package/esm2015/lib/igc-row-separator-component.js +6 -0
  148. package/esm2015/lib/igc-section-footer-component.js +6 -0
  149. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  150. package/esm2015/lib/igc-section-header-component.js +30 -24
  151. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  152. package/esm2015/lib/igc-summary-row-component.js +30 -24
  153. package/esm2015/lib/igc-summary-row-root-component.js +6 -0
  154. package/esm2015/lib/igc-summary-row-section-component.js +6 -0
  155. package/esm2015/lib/igc-template-cell-info.js +2 -2
  156. package/esm2015/lib/igc-template-column-component.js +6 -0
  157. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm2015/lib/igc-template-header-component.js +6 -0
  159. package/esm2015/lib/igc-template-section-header-component.js +6 -0
  160. package/esm2015/lib/igc-text-cell-info.js +2 -2
  161. package/esm2015/lib/igc-text-column-component.js +15 -9
  162. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  163. package/esm2015/lib/igc-text-header-component.js +6 -0
  164. package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
  165. package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
  166. package/esm2015/public_api.js +36 -4
  167. package/esm5/lib/AccessibilityRow.js +3 -3
  168. package/esm5/lib/BaseEditorView.js +36 -30
  169. package/esm5/lib/CanvasCellPresenterBase.js +17 -17
  170. package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
  171. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  172. package/esm5/lib/CanvasGridCellBase.js +375 -359
  173. package/esm5/lib/CanvasImageCell.js +29 -29
  174. package/esm5/lib/CanvasImageCellPresenter.js +17 -17
  175. package/esm5/lib/CanvasNumericCell.js +2 -2
  176. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  177. package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
  178. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
  179. package/esm5/lib/CanvasSummaryCell.js +50 -50
  180. package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
  181. package/esm5/lib/CanvasTemplateCell.js +7 -7
  182. package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
  183. package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
  184. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  185. package/esm5/lib/CanvasTextCell.js +3 -3
  186. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  187. package/esm5/lib/CanvasTextHeaderCell.js +24 -24
  188. package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
  189. package/esm5/lib/CellPresenterBase.js +40 -38
  190. package/esm5/lib/CheckboxListBridge.js +88 -23
  191. package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
  192. package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
  193. package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
  194. package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
  195. package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
  196. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  197. package/esm5/lib/CheckboxListView_combined.js +599 -498
  198. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  199. package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
  200. package/esm5/lib/ColumnGroupingView_combined.js +6 -5
  201. package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
  202. package/esm5/lib/ColumnPinningView_combined.js +15 -15
  203. package/esm5/lib/ColumnSummaryDescription.js +56 -45
  204. package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
  205. package/esm5/lib/ComboEditorView.js +116 -114
  206. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
  207. package/esm5/lib/ContentCellModelHelper.js +19 -19
  208. package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
  209. package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
  210. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  211. package/esm5/lib/DataGridToolbarView_combined.js +3 -2
  212. package/esm5/lib/DateEditorView.js +92 -92
  213. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  214. package/esm5/lib/Dragger.js +3 -2
  215. package/esm5/lib/DraggerView.js +1 -1
  216. package/esm5/lib/EditorCell.js +285 -285
  217. package/esm5/lib/EditorCellPresenter.js +28 -28
  218. package/esm5/lib/EditorRowCell.js +1 -1
  219. package/esm5/lib/FilterCell.js +262 -262
  220. package/esm5/lib/FilterCellPresenter.js +18 -18
  221. package/esm5/lib/GridCellBase.js +286 -270
  222. package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
  223. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  224. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  225. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  226. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  227. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  228. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  229. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
  230. package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
  231. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
  232. package/esm5/lib/GridConditionalStyle.js +7 -0
  233. package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
  234. package/esm5/lib/GridConditionalStyleCollection.js +7 -0
  235. package/esm5/lib/GridConditionalStyleProperty.js +761 -0
  236. package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
  237. package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
  238. package/esm5/lib/GridExternalWrapper.js +6 -6
  239. package/esm5/lib/GridFilterDialogView_combined.js +311 -291
  240. package/esm5/lib/GridModuleHelper.js +28 -0
  241. package/esm5/lib/GridSelectedKeysCollection.js +54 -3
  242. package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
  243. package/esm5/lib/GridStyleRepository.js +248 -203
  244. package/esm5/lib/ISummaryChooserView_combined.js +10 -10
  245. package/esm5/lib/ImageCell.js +60 -60
  246. package/esm5/lib/ImageCellPresenter.js +18 -18
  247. package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
  248. package/esm5/lib/NativeUIComboFactory.js +57 -0
  249. package/esm5/lib/NativeUIGridFactory.js +1 -1
  250. package/esm5/lib/NumericCell.js +5 -5
  251. package/esm5/lib/NumericCellPresenter.js +8 -8
  252. package/esm5/lib/NumericEditorView.js +3 -3
  253. package/esm5/lib/PropertyEditorView_combined.js +66 -66
  254. package/esm5/lib/SectionHeaderCell.js +17 -17
  255. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  256. package/esm5/lib/SummaryCell.js +41 -41
  257. package/esm5/lib/SummaryCellPresenter.js +14 -14
  258. package/esm5/lib/TemplateCell.js +16 -16
  259. package/esm5/lib/TemplateCellPresenter.js +5 -5
  260. package/esm5/lib/TemplateHeader.js +9 -9
  261. package/esm5/lib/TemplateHeaderCell.js +6 -6
  262. package/esm5/lib/TemplateHeaderCellModel.js +22 -16
  263. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  264. package/esm5/lib/TemplateSectionHeader.js +3 -3
  265. package/esm5/lib/TextCell.js +30 -30
  266. package/esm5/lib/TextCellPresenter.js +9 -9
  267. package/esm5/lib/TextEditorView.js +78 -78
  268. package/esm5/lib/TextHeaderCell.js +147 -151
  269. package/esm5/lib/TextHeaderCellPresenter.js +38 -32
  270. package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
  271. package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
  272. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  273. package/esm5/lib/igc-cell-info.js +177 -177
  274. package/esm5/lib/igc-checkbox-list-component.js +141 -79
  275. package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
  276. package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
  277. package/esm5/lib/igc-column-moving-separator-component.js +15 -9
  278. package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
  279. package/esm5/lib/igc-column-summary-description.js +28 -15
  280. package/esm5/lib/igc-combo-box-column-component.js +16 -10
  281. package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
  282. package/esm5/lib/igc-data-grid-column-component.js +182 -160
  283. package/esm5/lib/igc-data-grid-component.js +55 -24
  284. package/esm5/lib/igc-data-grid-core-module.js +5 -0
  285. package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
  286. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  287. package/esm5/lib/igc-date-time-column-component.js +29 -23
  288. package/esm5/lib/igc-definition-base-component.js +389 -112
  289. package/esm5/lib/igc-edit-row-definition-component.js +6 -0
  290. package/esm5/lib/igc-editor-cell-info.js +23 -23
  291. package/esm5/lib/igc-editor-definition-component.js +6 -0
  292. package/esm5/lib/igc-filter-cell-info.js +26 -26
  293. package/esm5/lib/igc-filter-row-definition-component.js +18 -12
  294. package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
  295. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
  296. package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
  297. package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
  298. package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
  299. package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
  300. package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
  301. package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
  302. package/esm5/lib/igc-header-component.js +30 -24
  303. package/esm5/lib/igc-header-row-separator-component.js +6 -0
  304. package/esm5/lib/igc-header-separator-component.js +6 -0
  305. package/esm5/lib/igc-image-cell-info.js +6 -6
  306. package/esm5/lib/igc-image-column-component.js +18 -12
  307. package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
  308. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  309. package/esm5/lib/igc-numeric-column-component.js +41 -35
  310. package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
  311. package/esm5/lib/igc-row-separator-component.js +6 -0
  312. package/esm5/lib/igc-section-footer-component.js +6 -0
  313. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  314. package/esm5/lib/igc-section-header-component.js +30 -24
  315. package/esm5/lib/igc-summary-cell-info.js +9 -9
  316. package/esm5/lib/igc-summary-row-component.js +30 -24
  317. package/esm5/lib/igc-summary-row-root-component.js +6 -0
  318. package/esm5/lib/igc-summary-row-section-component.js +6 -0
  319. package/esm5/lib/igc-template-cell-info.js +2 -2
  320. package/esm5/lib/igc-template-column-component.js +6 -0
  321. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  322. package/esm5/lib/igc-template-header-component.js +6 -0
  323. package/esm5/lib/igc-template-section-header-component.js +6 -0
  324. package/esm5/lib/igc-text-cell-info.js +2 -2
  325. package/esm5/lib/igc-text-column-component.js +15 -9
  326. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  327. package/esm5/lib/igc-text-header-component.js +6 -0
  328. package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
  329. package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
  330. package/esm5/public_api.js +36 -4
  331. package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
  333. package/grids/combined.js +8020 -8012
  334. package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
  335. package/grids/styles.css +1 -1
  336. package/grids/themes/dark/bootstrap.css +1 -1
  337. package/grids/themes/dark/fluent.css +1 -1
  338. package/grids/themes/dark/indigo.css +1 -1
  339. package/grids/themes/dark/material.css +1 -1
  340. package/grids/themes/light/bootstrap.css +1 -1
  341. package/grids/themes/light/fluent.css +1 -1
  342. package/grids/themes/light/indigo.css +1 -1
  343. package/grids/themes/light/material.css +1 -1
  344. package/lib/BaseEditorView.d.ts +12 -11
  345. package/lib/CanvasGridCellBase.d.ts +113 -110
  346. package/lib/CanvasImageCell.d.ts +13 -13
  347. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  348. package/lib/CanvasSummaryCell.d.ts +14 -14
  349. package/lib/CanvasTemplateCell.d.ts +4 -4
  350. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  351. package/lib/CanvasTextCell.d.ts +1 -1
  352. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  353. package/lib/CheckboxListBridge.d.ts +20 -9
  354. package/lib/CheckboxListExternal.d.ts +6 -6
  355. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  356. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  357. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  358. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  359. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  360. package/lib/CheckboxListViewExternal.d.ts +20 -0
  361. package/lib/CheckboxListView_combined.d.ts +135 -121
  362. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  363. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  364. package/lib/ColumnSummaryDescription.d.ts +21 -18
  365. package/lib/ComboEditorView.d.ts +17 -17
  366. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  367. package/lib/DateEditorView.d.ts +14 -14
  368. package/lib/EditorCell.d.ts +67 -67
  369. package/lib/FilterCell.d.ts +55 -55
  370. package/lib/GridCellBase.d.ts +92 -89
  371. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  372. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  373. package/lib/GridConditionalStyle.d.ts +1 -0
  374. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  375. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  376. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  377. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  378. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  379. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  380. package/lib/GridModuleHelper.d.ts +8 -0
  381. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  382. package/lib/GridStyleRepository.d.ts +68 -62
  383. package/lib/ICellActionManager.d.ts +1 -1
  384. package/lib/ICellPresenter.d.ts +1 -1
  385. package/lib/ICellRenderingEngine.d.ts +1 -1
  386. package/lib/IDataAdapter.d.ts +1 -1
  387. package/lib/IDragger.d.ts +1 -1
  388. package/lib/IDraggerView.d.ts +1 -1
  389. package/lib/IExternalDefinitionBase.d.ts +1 -1
  390. package/lib/IExternalGrid.d.ts +1 -1
  391. package/lib/IGridInfoRequestor.d.ts +1 -1
  392. package/lib/ISummaryChooserView.d.ts +1 -1
  393. package/lib/ImageCell.d.ts +18 -18
  394. package/lib/NativeUIComboFactory.d.ts +18 -0
  395. package/lib/NumericCell.d.ts +1 -1
  396. package/lib/SectionHeaderCell.d.ts +4 -4
  397. package/lib/SummaryCell.d.ts +10 -10
  398. package/lib/TemplateCell.d.ts +6 -6
  399. package/lib/TemplateHeader.d.ts +4 -4
  400. package/lib/TemplateHeaderCell.d.ts +3 -3
  401. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  402. package/lib/TemplateSectionHeader.d.ts +3 -3
  403. package/lib/TextCell.d.ts +7 -7
  404. package/lib/TextEditorView.d.ts +7 -7
  405. package/lib/TextHeaderCell.d.ts +30 -30
  406. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  407. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  408. package/lib/VerticalSeparatorCell.d.ts +8 -8
  409. package/lib/igc-checkbox-list-component.d.ts +10 -0
  410. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  411. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  412. package/lib/igc-column-summary-description.d.ts +5 -0
  413. package/lib/igc-data-grid-column-component.d.ts +8 -0
  414. package/lib/igc-data-grid-component.d.ts +5 -0
  415. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  416. package/lib/igc-definition-base-component.d.ts +63 -0
  417. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  418. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  419. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  420. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  421. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  422. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  423. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  424. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  425. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  426. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  427. package/package.json +4 -4
  428. package/public_api.d.ts +36 -4
@@ -14,56 +14,56 @@ var CanvasImageCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CanvasImageCell, _super);
15
15
  function CanvasImageCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.c7 = 1;
18
- _this.c8 = 3;
19
- _this.dc = null;
20
- _this.c9 = 1;
21
- _this.db = null;
22
- _this.db = a.createElement("img");
17
+ _this.da = 1;
18
+ _this.db = 3;
19
+ _this.df = null;
20
+ _this.dc = 1;
21
+ _this.de = null;
22
+ _this.de = a.createElement("img");
23
23
  return _this;
24
24
  }
25
- Object.defineProperty(CanvasImageCell.prototype, "da", {
25
+ Object.defineProperty(CanvasImageCell.prototype, "dd", {
26
26
  get: function () {
27
- return this.c9;
27
+ return this.dc;
28
28
  },
29
29
  set: function (a) {
30
- this.c9 = a;
30
+ this.dc = a;
31
31
  },
32
32
  enumerable: false,
33
33
  configurable: true
34
34
  });
35
- CanvasImageCell.prototype.df = function (a, b) {
36
- this.dd();
37
- this.db.setRawStyleProperty("opacity", "0");
35
+ CanvasImageCell.prototype.di = function (a, b) {
36
+ this.dg();
37
+ this.de.setRawStyleProperty("opacity", "0");
38
38
  if (a == null || a.length == 0) {
39
- this.de(this.db);
39
+ this.dh(this.de);
40
40
  return;
41
41
  }
42
- if (Base.equalsStatic(a, this.dc)) {
42
+ if (Base.equalsStatic(a, this.df)) {
43
43
  return;
44
44
  }
45
- this.di(a, b);
45
+ this.dl(a, b);
46
46
  };
47
- CanvasImageCell.prototype.de = function (a) {
47
+ CanvasImageCell.prototype.dh = function (a) {
48
48
  a.setAttribute("src", "");
49
49
  };
50
- CanvasImageCell.prototype.di = function (a, b) {
51
- this.dc = a;
52
- this.db.setAttribute("src", a);
50
+ CanvasImageCell.prototype.dl = function (a, b) {
51
+ this.df = a;
52
+ this.de.setAttribute("src", a);
53
53
  };
54
- CanvasImageCell.prototype.dd = function () {
55
- this.de(this.db);
56
- this.dc = "";
54
+ CanvasImageCell.prototype.dg = function () {
55
+ this.dh(this.de);
56
+ this.df = "";
57
57
  };
58
- CanvasImageCell.prototype.dg = function (a) {
59
- this.aa = true;
60
- this.c7 = a;
58
+ CanvasImageCell.prototype.dj = function (a) {
59
+ this.ad = true;
60
+ this.da = a;
61
61
  };
62
- CanvasImageCell.prototype.dh = function (a) {
63
- this.aa = true;
64
- this.c8 = a;
62
+ CanvasImageCell.prototype.dk = function (a) {
63
+ this.ad = true;
64
+ this.db = a;
65
65
  };
66
- CanvasImageCell.prototype.get_ac = function () {
66
+ CanvasImageCell.prototype.get_af = function () {
67
67
  return true;
68
68
  };
69
69
  CanvasImageCell.$t = markType(CanvasImageCell, 'CanvasImageCell', CanvasGridCellBase.$);
@@ -28,24 +28,24 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  CanvasImageCellPresenter.prototype.b = function (a) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
- if (a.ay) {
32
- if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
33
- var c = Math.min(1, Math.max(0, a.ck));
34
- var d = a.ca * (1 - c);
35
- this.d.da = d;
31
+ if (a.a3) {
32
+ if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
33
+ var c = Math.min(1, Math.max(0, a.ct));
34
+ var d = a.cj * (1 - c);
35
+ this.d.dd = d;
36
36
  }
37
- if (b.a3(ImageCellModel.ln) || b.a3(ImageCellModel.lo)) {
38
- this.e(b.lr, b.lk);
37
+ if (b.a8(ImageCellModel.mj) || b.a8(ImageCellModel.mk)) {
38
+ this.e(b.mn, b.mg);
39
39
  }
40
- if (b.a3(ImageCellModel.lp) || b.a3(ImageCellModel.fe) || b.a3(ImageCellModel.gs)) {
41
- this.f(b.lm, b.g, b.i);
40
+ if (b.a8(ImageCellModel.ml) || b.a8(ImageCellModel.fw) || b.a8(ImageCellModel.hb)) {
41
+ this.f(b.mi, b.g, b.i);
42
42
  }
43
- if (b.a3(ImageCellModel.gn)) {
43
+ if (b.a8(ImageCellModel.g6)) {
44
44
  if (a.u == 1) {
45
- this.d.dd();
45
+ this.d.dg();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.lr, b.lk);
48
+ this.e(b.mn, b.mg);
49
49
  }
50
50
  }
51
51
  }
@@ -58,35 +58,35 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
58
58
  b = 4;
59
59
  }
60
60
  if (stringStartsWith(c, "http") || b == 4) {
61
- this.d.df(a, 4);
61
+ this.d.di(a, 4);
62
62
  }
63
63
  if (stringStartsWith(c, "asset") || b == 2) {
64
64
  var d = a;
65
65
  if (stringStartsWith(c, "asset")) {
66
66
  d = a.substr(8);
67
67
  }
68
- this.d.df(d, 2);
68
+ this.d.di(d, 2);
69
69
  }
70
70
  if (stringStartsWith(c, "drawable") || b == 1) {
71
71
  var e = a;
72
72
  if (stringStartsWith(c, "drawable")) {
73
73
  e = a.substr(11);
74
74
  }
75
- this.d.df(e, 1);
75
+ this.d.di(e, 1);
76
76
  }
77
77
  if (stringStartsWith(c, "nativeresource") || b == 1) {
78
78
  var f = a;
79
79
  if (stringStartsWith(c, "nativeresource")) {
80
80
  f = a.substr(17);
81
81
  }
82
- this.d.df(f, 1);
82
+ this.d.di(f, 1);
83
83
  }
84
84
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
85
85
  var g = a;
86
86
  if (stringStartsWith(c, "embeddedresource")) {
87
87
  g = a.substr(19);
88
88
  }
89
- this.d.df(g, 3);
89
+ this.d.di(g, 3);
90
90
  }
91
91
  };
92
92
  CanvasImageCellPresenter.$t = markType(CanvasImageCellPresenter, 'CanvasImageCellPresenter', CanvasCellPresenterBase.$);
@@ -14,8 +14,8 @@ var CanvasNumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CanvasNumericCell, _super);
15
15
  function CanvasNumericCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.ci(2);
18
- _this.cq(1);
17
+ _this.cl(2);
18
+ _this.ct(1);
19
19
  return _this;
20
20
  }
21
21
  CanvasNumericCell.$t = markType(CanvasNumericCell, 'CanvasNumericCell', CanvasTextCell.$);
@@ -28,18 +28,18 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
28
28
  CanvasNumericCellPresenter.prototype.b = function (a) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
- if (a.ay) {
32
- if (a.a3(NumericCellModel.l8) || b.lp()) {
33
- b.jb = this.e(b);
34
- this.d.co(b.jb);
31
+ if (a.a3) {
32
+ if (a.a8(NumericCellModel.m4) || b.ml()) {
33
+ b.j1 = this.e(b);
34
+ this.d.cr(b.j1);
35
35
  }
36
- CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
36
+ CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasNumericCellPresenter.prototype.e = function (a) {
40
- if (a.me != null) {
41
- var val_ = a.ls;
42
- var override_ = a.me;
40
+ if (a.na != null) {
41
+ var val_ = a.mo;
42
+ var override_ = a.na;
43
43
  return (override_.format(val_));
44
44
  }
45
45
  return NumericCellFormatter.c(a);
@@ -14,11 +14,11 @@ var CanvasSectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CanvasSectionHeaderCell, _super);
15
15
  function CanvasSectionHeaderCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.ci(0);
18
- _this.cq(1);
17
+ _this.cl(0);
18
+ _this.ct(1);
19
19
  return _this;
20
20
  }
21
- CanvasSectionHeaderCell.prototype.get_ac = function () {
21
+ CanvasSectionHeaderCell.prototype.get_af = function () {
22
22
  return true;
23
23
  };
24
24
  CanvasSectionHeaderCell.$t = markType(CanvasSectionHeaderCell, 'CanvasSectionHeaderCell', CanvasGridCellBase.$);
@@ -27,27 +27,27 @@ var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_s
27
27
  CanvasSectionHeaderCellPresenter.prototype.b = function (a) {
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
- if (a.ay) {
31
- if (a.a3(SectionHeaderCellModel.lp) || a.a3(SectionHeaderCellModel.lr)) {
32
- if (b.ll == null || (b.ll.length == 0 && b.lz == null)) {
33
- if (b.g3 == null) {
34
- b.jb = "";
30
+ if (a.a3) {
31
+ if (a.a8(SectionHeaderCellModel.ml) || a.a8(SectionHeaderCellModel.mn)) {
32
+ if (b.mh == null || (b.mh.length == 0 && b.mv == null)) {
33
+ if (b.hm == null) {
34
+ b.j1 = "";
35
35
  }
36
36
  else {
37
- b.jb = b.g3.toString();
37
+ b.j1 = b.hm.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.lx != null && b.lo == 0) {
42
- b.jb = b.lz + "    " + b.lx;
41
+ if (b.mt != null && b.mk == 0) {
42
+ b.j1 = b.mv + "    " + b.mt;
43
43
  }
44
44
  else {
45
- b.jb = b.lz;
45
+ b.j1 = b.mv;
46
46
  }
47
47
  }
48
- this.d.co(b.jb);
48
+ this.d.cr(b.j1);
49
49
  }
50
- CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
50
+ CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
51
51
  }
52
52
  };
53
53
  CanvasSectionHeaderCellPresenter.$t = markType(CanvasSectionHeaderCellPresenter, 'CanvasSectionHeaderCellPresenter', CanvasCellPresenterBase.$);
@@ -18,80 +18,80 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(CanvasSummaryCell, _super);
19
19
  function CanvasSummaryCell(a) {
20
20
  var _this = _super.call(this, a) || this;
21
- _this.df = null;
22
- _this.dk = new TextBlock();
23
- _this.db = 0;
24
- _this.dc = 0;
25
- _this.da = 0;
26
- _this.c7 = null;
21
+ _this.di = null;
22
+ _this.dn = new TextBlock();
27
23
  _this.de = 0;
28
- _this.c8 = false;
29
- _this.c9 = true;
24
+ _this.df = 0;
30
25
  _this.dd = 0;
31
- _this.ci(2);
26
+ _this.da = null;
27
+ _this.dh = 0;
28
+ _this.db = false;
29
+ _this.dc = true;
30
+ _this.dg = 0;
31
+ _this.cl(2);
32
32
  return _this;
33
33
  }
34
- CanvasSummaryCell.prototype.cr = function (a) {
35
- _super.prototype.cr.call(this, a);
36
- this.bh = intDivide(a, 2);
37
- this.c9 = true;
34
+ CanvasSummaryCell.prototype.cu = function (a) {
35
+ _super.prototype.cu.call(this, a);
36
+ this.bk = intDivide(a, 2);
37
+ this.dc = true;
38
38
  };
39
- CanvasSummaryCell.prototype.di = function (a) {
40
- this.c7 = a;
41
- this.c8 = true;
42
- this.aa = true;
43
- this.c9 = true;
39
+ CanvasSummaryCell.prototype.dl = function (a) {
40
+ this.da = a;
41
+ this.db = true;
42
+ this.ad = true;
43
+ this.dc = true;
44
44
  };
45
- CanvasSummaryCell.prototype.dg = function (a) {
46
- this.df = a;
47
- this.dk.al = this.df;
48
- this.aa = true;
49
- this.c9 = true;
45
+ CanvasSummaryCell.prototype.dj = function (a) {
46
+ this.di = a;
47
+ this.dn.al = this.di;
48
+ this.ad = true;
49
+ this.dc = true;
50
50
  };
51
- CanvasSummaryCell.prototype.dh = function (a) {
52
- this.aa = true;
53
- this.dk.ao = ((function () {
51
+ CanvasSummaryCell.prototype.dk = function (a) {
52
+ this.ad = true;
53
+ this.dn.ao = ((function () {
54
54
  var $ret = new Brush();
55
55
  $ret.color = a;
56
56
  return $ret;
57
57
  })());
58
58
  };
59
- CanvasSummaryCell.prototype.dj = function (a) {
60
- if (this.dk.al == null) {
59
+ CanvasSummaryCell.prototype.dm = function (a) {
60
+ if (this.dn.al == null) {
61
61
  return;
62
62
  }
63
63
  if (a == null) {
64
64
  return;
65
65
  }
66
- if (this.c8 || (this.c7 != null && this.c7.j != this.de)) {
67
- this.c8 = false;
68
- this.de = this.c7.j;
69
- a.ad(this.c7);
70
- this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
66
+ if (this.db || (this.da != null && this.da.j != this.dh)) {
67
+ this.db = false;
68
+ this.dh = this.da.j;
69
+ a.ad(this.da);
70
+ this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
71
71
  }
72
- var b = this.bl;
73
- var c = this.ba;
74
- b -= (this.a7 + this.bc + this.a8 + this.bd);
75
- c -= (this.a9 + this.be + this.a6 + this.bb);
72
+ var b = this.bo;
73
+ var c = this.bd;
74
+ b -= (this.ba + this.bf + this.bb + this.bg);
75
+ c -= (this.bc + this.bh + this.a9 + this.be);
76
76
  b = Math.max(b, 0);
77
77
  c = Math.max(c, 0);
78
- this.dd = this.bk(this.dk, this.df, b / 2, a);
79
- this.db = this.bc + this.a7;
80
- this.dc = this.be + this.a9 + ((c / 2) - (this.da / 2));
78
+ this.dg = this.bn(this.dn, this.di, b / 2, a);
79
+ this.de = this.bf + this.ba;
80
+ this.df = this.bh + this.bc + ((c / 2) - (this.dd / 2));
81
81
  };
82
- CanvasSummaryCell.prototype.b9 = function (a) {
83
- if (this.dk.al != null) {
84
- if (this.c9) {
85
- this.dj(a);
86
- this.c9 = false;
82
+ CanvasSummaryCell.prototype.cc = function (a) {
83
+ if (this.dn.al != null) {
84
+ if (this.dc) {
85
+ this.dm(a);
86
+ this.dc = false;
87
87
  }
88
- this.dk.n = this.db;
89
- this.dk.o = this.dc;
90
- a.x(this.dk);
88
+ this.dn.n = this.de;
89
+ this.dn.o = this.df;
90
+ a.x(this.dn);
91
91
  }
92
- _super.prototype.b9.call(this, a);
92
+ _super.prototype.cc.call(this, a);
93
93
  };
94
- CanvasSummaryCell.prototype.get_ac = function () {
94
+ CanvasSummaryCell.prototype.get_af = function () {
95
95
  return false;
96
96
  };
97
97
  CanvasSummaryCell.$t = markType(CanvasSummaryCell, 'CanvasSummaryCell', CanvasGridCellBase.$);
@@ -26,19 +26,19 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
26
26
  CanvasSummaryCellPresenter.prototype.b = function (a) {
27
27
  _super.prototype.b.call(this, a);
28
28
  var b = a;
29
- if (a.ay) {
30
- if (a.a2("ResolvedSummaryLabel") || a.a2("ResolvedSummaryValue")) {
31
- this.d.dg(b.lr);
32
- this.d.co(b.lt);
29
+ if (a.a3) {
30
+ if (a.a7("ResolvedSummaryLabel") || a.a7("ResolvedSummaryValue")) {
31
+ this.d.dj(b.mn);
32
+ this.d.cr(b.mp);
33
33
  }
34
- if (a.a2("SummaryLabelTextColor")) {
35
- var c = CanvasContentCellModelHelper.e(b.ly);
36
- this.d.dh(c);
34
+ if (a.a7("SummaryLabelTextColor")) {
35
+ var c = CanvasContentCellModelHelper.e(b.mu);
36
+ this.d.dk(c);
37
37
  }
38
- if (a.a2("FontInfo")) {
39
- this.d.di(b.ag);
38
+ if (a.a7("FontInfo")) {
39
+ this.d.dl(b.ag);
40
40
  }
41
- CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
41
+ CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
42
42
  }
43
43
  };
44
44
  CanvasSummaryCellPresenter.$t = markType(CanvasSummaryCellPresenter, 'CanvasSummaryCellPresenter', CanvasCellPresenterBase.$);
@@ -15,22 +15,22 @@ var CanvasTemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(CanvasTemplateCell, _super);
16
16
  function CanvasTemplateCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.c7 = null;
19
- _this.c7 = new CanvasTemplateCellContainer(a);
18
+ _this.da = null;
19
+ _this.da = new CanvasTemplateCellContainer(a);
20
20
  return _this;
21
21
  }
22
- Object.defineProperty(CanvasTemplateCell.prototype, "c8", {
22
+ Object.defineProperty(CanvasTemplateCell.prototype, "db", {
23
23
  get: function () {
24
- return this.c7;
24
+ return this.da;
25
25
  },
26
26
  enumerable: false,
27
27
  configurable: true
28
28
  });
29
- CanvasTemplateCell.prototype.get_ac = function () {
29
+ CanvasTemplateCell.prototype.get_af = function () {
30
30
  return true;
31
31
  };
32
- CanvasTemplateCell.prototype.c9 = function () {
33
- this.b5();
32
+ CanvasTemplateCell.prototype.dc = function () {
33
+ this.b8();
34
34
  };
35
35
  CanvasTemplateCell.$t = markType(CanvasTemplateCell, 'CanvasTemplateCell', CanvasGridCellBase.$);
36
36
  return CanvasTemplateCell;
@@ -30,13 +30,13 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
32
  var c = this.e.actualColumns._inner[a.l.a5];
33
- if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
34
- var d = Math.min(1, Math.max(0, a.ck));
35
- var e = a.ca * (1 - d);
36
- this.d.c8.opacity = e;
33
+ if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
34
+ var d = Math.min(1, Math.max(0, a.ct));
35
+ var e = a.cj * (1 - d);
36
+ this.d.db.opacity = e;
37
37
  }
38
- this.d.c9();
39
- c.lm(a, this.d);
38
+ this.d.dc();
39
+ c.n3(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -15,22 +15,22 @@ var CanvasTemplateHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(CanvasTemplateHeaderCell, _super);
16
16
  function CanvasTemplateHeaderCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.c7 = null;
19
- _this.c7 = new CanvasTemplateCellContainer(a);
18
+ _this.da = null;
19
+ _this.da = new CanvasTemplateCellContainer(a);
20
20
  return _this;
21
21
  }
22
- Object.defineProperty(CanvasTemplateHeaderCell.prototype, "c8", {
22
+ Object.defineProperty(CanvasTemplateHeaderCell.prototype, "db", {
23
23
  get: function () {
24
- return this.c7;
24
+ return this.da;
25
25
  },
26
26
  enumerable: false,
27
27
  configurable: true
28
28
  });
29
- CanvasTemplateHeaderCell.prototype.get_ab = function () {
29
+ CanvasTemplateHeaderCell.prototype.get_ae = function () {
30
30
  return true;
31
31
  };
32
- CanvasTemplateHeaderCell.prototype.c9 = function () {
33
- this.b5();
32
+ CanvasTemplateHeaderCell.prototype.dc = function () {
33
+ this.b8();
34
34
  };
35
35
  CanvasTemplateHeaderCell.$t = markType(CanvasTemplateHeaderCell, 'CanvasTemplateHeaderCell', CanvasGridCellBase.$);
36
36
  return CanvasTemplateHeaderCell;
@@ -30,13 +30,13 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = this.e.actualColumns._inner[a.l.a5];
32
32
  var c = b.header;
33
- if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
34
- var d = Math.min(1, Math.max(0, a.ck));
35
- var e = a.ca * (1 - d);
33
+ if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
34
+ var d = Math.min(1, Math.max(0, a.ct));
35
+ var e = a.cj * (1 - d);
36
36
  }
37
37
  var f = a;
38
- this.d.c9();
39
- c.fe(f, this.d);
38
+ this.d.dc();
39
+ c.hq(f, this.d);
40
40
  };
41
41
  CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateHeaderCellPresenter;
@@ -14,11 +14,11 @@ var CanvasTextCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CanvasTextCell, _super);
15
15
  function CanvasTextCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.ci(0);
18
- _this.cq(1);
17
+ _this.cl(0);
18
+ _this.ct(1);
19
19
  return _this;
20
20
  }
21
- CanvasTextCell.prototype.get_ac = function () {
21
+ CanvasTextCell.prototype.get_af = function () {
22
22
  return true;
23
23
  };
24
24
  CanvasTextCell.$t = markType(CanvasTextCell, 'CanvasTextCell', CanvasGridCellBase.$);
@@ -28,22 +28,22 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  CanvasTextCellPresenter.prototype.b = function (a) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
- if (a.ay) {
32
- if (a.a3(TextCellModel.lj) || a.a3(CellModel.f0)) {
33
- if (b.ll != null) {
34
- b.jb = b.ll;
31
+ if (a.a3) {
32
+ if (a.a8(TextCellModel.mf) || a.a8(CellModel.gj)) {
33
+ if (b.mh != null) {
34
+ b.j1 = b.mh;
35
35
  }
36
36
  else {
37
- if (b.g3 == null) {
38
- b.jb = "";
37
+ if (b.hm == null) {
38
+ b.j1 = "";
39
39
  }
40
40
  else {
41
- b.jb = b.g3.toString();
41
+ b.j1 = b.hm.toString();
42
42
  }
43
43
  }
44
- this.d.co(b.jb);
44
+ this.d.cr(b.j1);
45
45
  }
46
- CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
46
+ CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
47
47
  }
48
48
  };
49
49
  CanvasTextCellPresenter.$t = markType(CanvasTextCellPresenter, 'CanvasTextCellPresenter', CanvasCellPresenterBase.$);
@@ -15,46 +15,46 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(CanvasTextHeaderCell, _super);
16
16
  function CanvasTextHeaderCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.c7 = null;
19
18
  _this.da = null;
20
- _this.c9 = null;
21
- _this.ci(0);
22
- _this.cq(1);
23
- _this.c7 = new GridSortIndicator();
19
+ _this.dd = null;
20
+ _this.dc = null;
21
+ _this.cl(0);
22
+ _this.ct(1);
23
+ _this.da = new GridSortIndicator();
24
24
  var b = a.createElement("div");
25
25
  b.setRawStyleProperty("display", "inline-block");
26
26
  b.setRawStyleProperty("width", "16px");
27
27
  b.setRawStyleProperty("height", "16px");
28
- _this.da = b;
29
- var c = a.getSubRenderer(_this.da);
30
- _this.c7.ax(c);
31
- _this.c7.w = window.devicePixelRatio;
32
- var d = _this.c7;
33
- d.renderCompleted = delegateCombine(d.renderCompleted, function (d, e) { return _this.b7(); });
34
- _this.c7.ar(16, 16);
35
- _this.c9 = _this.c7.ad();
28
+ _this.dd = b;
29
+ var c = a.getSubRenderer(_this.dd);
30
+ _this.da.ax(c);
31
+ _this.da.w = window.devicePixelRatio;
32
+ var d = _this.da;
33
+ d.renderCompleted = delegateCombine(d.renderCompleted, function (d, e) { return _this.ca(); });
34
+ _this.da.ar(16, 16);
35
+ _this.dc = _this.da.ad();
36
36
  return _this;
37
37
  }
38
- Object.defineProperty(CanvasTextHeaderCell.prototype, "c8", {
38
+ Object.defineProperty(CanvasTextHeaderCell.prototype, "db", {
39
39
  get: function () {
40
- return this.c7;
40
+ return this.da;
41
41
  },
42
42
  enumerable: false,
43
43
  configurable: true
44
44
  });
45
- CanvasTextHeaderCell.prototype.db = function (a) {
46
- this.c8.b = a;
47
- this.b7();
45
+ CanvasTextHeaderCell.prototype.de = function (a) {
46
+ this.db.b = a;
47
+ this.ca();
48
48
  };
49
- CanvasTextHeaderCell.prototype.b9 = function (a) {
50
- _super.prototype.b9.call(this, a);
51
- var b = this.bi + 5;
49
+ CanvasTextHeaderCell.prototype.cc = function (a) {
50
+ _super.prototype.cc.call(this, a);
51
+ var b = this.bl + 5;
52
52
  if (this.e == 2) {
53
- b = this.bg - 21;
53
+ b = this.bj - 21;
54
54
  }
55
- a.n(this.c9, 1, b, this.bj - 8, 16, 16);
55
+ a.n(this.dc, 1, b, this.bm - 8, 16, 16);
56
56
  };
57
- CanvasTextHeaderCell.prototype.get_ab = function () {
57
+ CanvasTextHeaderCell.prototype.get_ae = function () {
58
58
  return true;
59
59
  };
60
60
  CanvasTextHeaderCell.$t = markType(CanvasTextHeaderCell, 'CanvasTextHeaderCell', CanvasGridCellBase.$);