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
@@ -16,8 +16,10 @@ import { FontInfo } from "igniteui-webcomponents-core";
16
16
  import { Brush } from "igniteui-webcomponents-core";
17
17
  import { CanvasViewRenderer } from "igniteui-webcomponents-core";
18
18
  import { CanvasPlaceholderView } from "./CanvasPlaceholderView";
19
- import { DeviceUtils } from "igniteui-webcomponents-core";
19
+ import { TestRandomness } from "igniteui-webcomponents-core";
20
20
  import { Random } from "igniteui-webcomponents-core";
21
+ import { DefaultRandomnessSource } from "igniteui-webcomponents-core";
22
+ import { DeviceUtils } from "igniteui-webcomponents-core";
21
23
  import { FontUtil } from "igniteui-webcomponents-core";
22
24
  import { truncate, isNaN_ } from "igniteui-webcomponents-core";
23
25
  /**
@@ -28,95 +30,95 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
28
30
  function CanvasGridCellBase(a) {
29
31
  var _this = _super.call(this) || this;
30
32
  _this.b = null;
31
- _this.s = true;
32
- _this.o = true;
33
- _this.k = null;
34
- _this.bm = null;
35
- _this.q = false;
36
- _this.b0 = null;
37
- _this.l = false;
38
- _this.aq = 1;
39
- _this.au = 5;
33
+ _this.v = true;
34
+ _this.r = true;
35
+ _this.n = null;
36
+ _this.bp = null;
37
+ _this.t = false;
38
+ _this.b3 = null;
39
+ _this.o = false;
40
+ _this.at = 1;
41
+ _this.ax = 5;
42
+ _this.az = 5;
43
+ _this.ay = 5;
40
44
  _this.aw = 5;
41
- _this.av = 5;
42
- _this.at = 5;
43
- _this.cy = null;
44
- _this.ai = 0;
45
+ _this.c1 = null;
46
+ _this.al = 0;
47
+ _this.an = 0;
48
+ _this.am = 0;
45
49
  _this.ak = 0;
46
- _this.aj = 0;
47
- _this.ah = 0;
48
- _this.c6 = new Rectangle();
49
- _this.c2 = new Line();
50
+ _this.c9 = new Rectangle();
50
51
  _this.c5 = new Line();
51
- _this.c3 = new Line();
52
- _this.c1 = new Line();
52
+ _this.c8 = new Line();
53
+ _this.c6 = new Line();
53
54
  _this.c4 = new Line();
54
- _this.a0 = 0;
55
- _this.a2 = 0;
55
+ _this.c7 = new Line();
56
56
  _this.a3 = 0;
57
- _this.a4 = 0;
58
- _this.bo = null;
59
- _this.j = null;
60
- _this.am = 0;
61
- _this.al = 0;
62
- _this.ao = 0;
63
- _this.an = 0;
64
- _this.u = true;
65
- _this.v = true;
66
- _this.a1 = NaN;
67
- _this.cx = new TextBlock();
68
- _this.c0 = Color.u(255, 0, 0, 0);
69
- _this.t = true;
70
- _this.as = 0;
71
57
  _this.a5 = 0;
72
- _this.cz = Color.u(255, 255, 255, 255);
73
- _this.m = false;
58
+ _this.a6 = 0;
59
+ _this.a7 = 0;
60
+ _this.br = null;
61
+ _this.m = null;
62
+ _this.ap = 0;
63
+ _this.ao = 0;
64
+ _this.ar = 0;
65
+ _this.aq = 0;
66
+ _this.x = true;
67
+ _this.y = true;
68
+ _this.a4 = NaN;
69
+ _this.c0 = new TextBlock();
70
+ _this.c3 = Color.u(255, 0, 0, 0);
71
+ _this.w = true;
72
+ _this.av = 0;
73
+ _this.a8 = 0;
74
+ _this.c2 = Color.u(255, 255, 255, 255);
75
+ _this.p = false;
74
76
  _this.a = null;
75
77
  _this.d = 0;
76
78
  _this.f = 0;
77
- _this.bz = 1;
78
- _this.r = false;
79
- _this.az = 0;
80
- _this.ay = 0;
79
+ _this.b2 = 1;
80
+ _this.u = false;
81
+ _this.a2 = 0;
82
+ _this.a1 = 0;
81
83
  _this.i = ((function () {
82
84
  var $ret = new FontInfo();
83
85
  $ret.q = "Verdana";
84
86
  $ret.f = 12;
85
87
  return $ret;
86
88
  })());
87
- _this.p = true;
88
- _this.br = -1;
89
- _this.bx = 0;
90
- _this.by = 0;
91
- _this.n = false;
92
- _this.bp = 0;
89
+ _this.s = true;
90
+ _this.bu = -1;
91
+ _this.b0 = 0;
92
+ _this.b1 = 0;
93
+ _this.q = false;
94
+ _this.bs = 0;
93
95
  _this.c = 0;
94
- _this.ar = NaN;
96
+ _this.au = NaN;
95
97
  _this.h = null;
96
- _this.bt = -1;
97
- _this.ap = NaN;
98
+ _this.bw = -1;
99
+ _this.as = NaN;
98
100
  _this.g = 1;
99
- _this.ax = 1;
100
- _this.bm = a;
101
+ _this.a0 = 1;
102
+ _this.bp = a;
101
103
  return _this;
102
104
  }
103
- Object.defineProperty(CanvasGridCellBase.prototype, "aa", {
105
+ Object.defineProperty(CanvasGridCellBase.prototype, "ad", {
104
106
  get: function () {
105
- return this.o;
107
+ return this.r;
106
108
  },
107
109
  set: function (a) {
108
- this.o = a;
110
+ this.r = a;
109
111
  },
110
112
  enumerable: false,
111
113
  configurable: true
112
114
  });
113
- CanvasGridCellBase.prototype.cm = function (a) {
114
- this.k = a;
115
+ CanvasGridCellBase.prototype.cp = function (a) {
116
+ this.n = a;
115
117
  };
116
- CanvasGridCellBase.prototype.b7 = function () {
117
- this.o = true;
118
- if (this.k != null) {
119
- this.k();
118
+ CanvasGridCellBase.prototype.ca = function () {
119
+ this.r = true;
120
+ if (this.n != null) {
121
+ this.n();
120
122
  }
121
123
  };
122
124
  Object.defineProperty(CanvasGridCellBase.prototype, "isCanvasBased", {
@@ -126,467 +128,477 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
126
128
  enumerable: false,
127
129
  configurable: true
128
130
  });
129
- Object.defineProperty(CanvasGridCellBase.prototype, "bn", {
131
+ Object.defineProperty(CanvasGridCellBase.prototype, "bq", {
130
132
  get: function () {
131
- return this.bm;
133
+ return this.bp;
132
134
  },
133
135
  enumerable: false,
134
136
  configurable: true
135
137
  });
136
138
  Object.defineProperty(CanvasGridCellBase.prototype, "isRemoved", {
137
139
  get: function () {
138
- return this.q;
140
+ return this.t;
139
141
  },
140
142
  set: function (a) {
141
- this.q = a;
143
+ this.t = a;
142
144
  },
143
145
  enumerable: false,
144
146
  configurable: true
145
147
  });
146
- CanvasGridCellBase.prototype.co = function (a) {
147
- this.b0 = a;
148
- this.o = true;
149
- this.s = true;
148
+ CanvasGridCellBase.prototype.cr = function (a) {
149
+ this.b3 = a;
150
+ this.r = true;
151
+ this.v = true;
150
152
  };
151
153
  Object.defineProperty(CanvasGridCellBase.prototype, "templateContext", {
152
154
  get: function () {
153
- return this.j.h();
155
+ return this.m.h();
154
156
  },
155
157
  enumerable: false,
156
158
  configurable: true
157
159
  });
158
- Object.defineProperty(CanvasGridCellBase.prototype, "w", {
160
+ Object.defineProperty(CanvasGridCellBase.prototype, "z", {
159
161
  get: function () {
160
- return this.l;
162
+ return this.o;
161
163
  },
162
164
  set: function (a) {
163
- this.l = a;
165
+ this.o = a;
164
166
  },
165
167
  enumerable: false,
166
168
  configurable: true
167
169
  });
168
- CanvasGridCellBase.prototype.get_ac = function () {
170
+ CanvasGridCellBase.prototype.get_af = function () {
169
171
  return false;
170
172
  };
171
- Object.defineProperty(CanvasGridCellBase.prototype, "ac", {
173
+ Object.defineProperty(CanvasGridCellBase.prototype, "af", {
172
174
  get: function () {
173
- return this.get_ac();
175
+ return this.get_af();
174
176
  },
175
177
  enumerable: false,
176
178
  configurable: true
177
179
  });
178
- CanvasGridCellBase.prototype.ce = function (a, b, c, d, e) {
179
- this.o = true;
180
- this.cy = a;
181
- this.ai = b;
182
- this.ak = c;
183
- this.aj = d;
184
- this.ah = e;
185
- this.s = true;
180
+ CanvasGridCellBase.prototype.ch = function (a, b, c, d, e) {
181
+ this.r = true;
182
+ this.c1 = a;
183
+ this.al = b;
184
+ this.an = c;
185
+ this.am = d;
186
+ this.ak = e;
187
+ this.v = true;
186
188
  };
187
- CanvasGridCellBase.prototype.cf = function (a) {
188
- this.o = true;
189
- this.aq = a;
190
- this.cx._opacity = this.aq;
189
+ CanvasGridCellBase.prototype.ci = function (a) {
190
+ this.r = true;
191
+ this.at = a;
192
+ this.c0._opacity = this.at;
191
193
  };
192
- Object.defineProperty(CanvasGridCellBase.prototype, "bc", {
194
+ Object.defineProperty(CanvasGridCellBase.prototype, "bf", {
193
195
  get: function () {
194
- return this.au;
196
+ return this.ax;
195
197
  },
196
198
  enumerable: false,
197
199
  configurable: true
198
200
  });
199
- Object.defineProperty(CanvasGridCellBase.prototype, "be", {
201
+ Object.defineProperty(CanvasGridCellBase.prototype, "bh", {
200
202
  get: function () {
201
- return this.aw;
203
+ return this.az;
202
204
  },
203
205
  enumerable: false,
204
206
  configurable: true
205
207
  });
206
- Object.defineProperty(CanvasGridCellBase.prototype, "bd", {
208
+ Object.defineProperty(CanvasGridCellBase.prototype, "bg", {
207
209
  get: function () {
208
- return this.av;
210
+ return this.ay;
209
211
  },
210
212
  enumerable: false,
211
213
  configurable: true
212
214
  });
213
- Object.defineProperty(CanvasGridCellBase.prototype, "bb", {
215
+ Object.defineProperty(CanvasGridCellBase.prototype, "be", {
214
216
  get: function () {
215
- return this.at;
217
+ return this.aw;
216
218
  },
217
219
  enumerable: false,
218
220
  configurable: true
219
221
  });
220
- Object.defineProperty(CanvasGridCellBase.prototype, "a7", {
222
+ Object.defineProperty(CanvasGridCellBase.prototype, "ba", {
221
223
  get: function () {
222
- return this.ai;
224
+ return this.al;
223
225
  },
224
226
  enumerable: false,
225
227
  configurable: true
226
228
  });
227
- Object.defineProperty(CanvasGridCellBase.prototype, "a9", {
229
+ Object.defineProperty(CanvasGridCellBase.prototype, "bc", {
228
230
  get: function () {
229
- return this.ak;
231
+ return this.an;
230
232
  },
231
233
  enumerable: false,
232
234
  configurable: true
233
235
  });
234
- Object.defineProperty(CanvasGridCellBase.prototype, "a8", {
236
+ Object.defineProperty(CanvasGridCellBase.prototype, "bb", {
235
237
  get: function () {
236
- return this.aj;
238
+ return this.am;
237
239
  },
238
240
  enumerable: false,
239
241
  configurable: true
240
242
  });
241
- Object.defineProperty(CanvasGridCellBase.prototype, "a6", {
243
+ Object.defineProperty(CanvasGridCellBase.prototype, "a9", {
242
244
  get: function () {
243
- return this.ah;
245
+ return this.ak;
244
246
  },
245
247
  enumerable: false,
246
248
  configurable: true
247
249
  });
248
- Object.defineProperty(CanvasGridCellBase.prototype, "bg", {
250
+ Object.defineProperty(CanvasGridCellBase.prototype, "bj", {
249
251
  get: function () {
250
- return this.a0;
252
+ return this.a3;
251
253
  },
252
254
  enumerable: false,
253
255
  configurable: true
254
256
  });
255
- Object.defineProperty(CanvasGridCellBase.prototype, "bi", {
257
+ Object.defineProperty(CanvasGridCellBase.prototype, "bl", {
256
258
  get: function () {
257
- return this.a2;
259
+ return this.a5;
258
260
  },
259
261
  enumerable: false,
260
262
  configurable: true
261
263
  });
262
- Object.defineProperty(CanvasGridCellBase.prototype, "bj", {
264
+ Object.defineProperty(CanvasGridCellBase.prototype, "bm", {
263
265
  get: function () {
264
- return this.a4;
266
+ return this.a7;
265
267
  },
266
268
  enumerable: false,
267
269
  configurable: true
268
270
  });
269
- CanvasGridCellBase.prototype.get_ad = function () {
271
+ CanvasGridCellBase.prototype.get_ag = function () {
270
272
  return false;
271
273
  };
272
- Object.defineProperty(CanvasGridCellBase.prototype, "ad", {
274
+ Object.defineProperty(CanvasGridCellBase.prototype, "ag", {
273
275
  get: function () {
274
- return this.get_ad();
276
+ return this.get_ag();
275
277
  },
276
278
  enumerable: false,
277
279
  configurable: true
278
280
  });
279
- CanvasGridCellBase.prototype.b3 = function (a, b, c, d, e, f) {
281
+ CanvasGridCellBase.prototype.b6 = function (a, b, c, d, e, f) {
280
282
  var g = true;
281
283
  var h = true;
282
284
  var i = false;
283
- if (this.ad) {
285
+ if (this.ag) {
284
286
  g = false;
285
287
  h = false;
286
288
  i = false;
287
289
  }
288
- this.b4(a, b, c, d, e, f, g, h, i);
290
+ this.b7(a, b, c, d, e, f, g, h, i);
289
291
  };
290
292
  Object.defineProperty(CanvasGridCellBase.prototype, "resized", {
291
293
  get: function () {
292
- return this.u;
294
+ return this.x;
293
295
  },
294
296
  enumerable: false,
295
297
  configurable: true
296
298
  });
297
299
  CanvasGridCellBase.prototype.ensureCorrectSize = function () {
298
- this.u = this.x(this.ax);
299
- return this.u;
300
+ this.x = this.aa(this.a0);
301
+ return this.x;
300
302
  };
301
- CanvasGridCellBase.prototype.b4 = function (a, b, c, d, e, f, g, h, i) {
302
- if (!this.t) {
303
+ CanvasGridCellBase.prototype.b7 = function (a, b, c, d, e, f, g, h, i) {
304
+ if (!this.w) {
303
305
  return;
304
306
  }
305
- if (this.bz != 1) {
306
- a.ae(this.bz);
307
+ if (this.b2 != 1) {
308
+ a.ae(this.b2);
307
309
  }
308
- var j = this.j;
309
- if (!this.v) {
310
+ var j = this.m;
311
+ if (!this.y) {
310
312
  j = a;
311
313
  }
312
- this.ax = f;
314
+ this.a0 = f;
313
315
  if (!i) {
314
- this.b5();
316
+ this.b8();
315
317
  this.ensureCorrectSize();
316
318
  }
317
- if (this.aa || this.u || i || !this.v) {
318
- this.aa = false;
319
- if (this.p || this.u || (this.i != null && this.i.j != this.br)) {
320
- this.p = false;
321
- this.br = this.i.j;
319
+ if (this.ad || this.x || i || !this.y) {
320
+ this.ad = false;
321
+ if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
322
+ this.s = false;
323
+ this.bu = this.i.j;
322
324
  j.ad(this.i);
323
325
  }
324
326
  if (f != 1) {
325
327
  j.aa();
326
328
  j.ab(f, f);
327
329
  }
328
- if (!this.v) {
330
+ if (!this.y) {
329
331
  j.aa();
330
332
  var k = Math.round((d - b));
331
333
  var l = Math.round((e - c));
332
334
  j.ag(k, l);
333
335
  }
334
336
  if (g) {
335
- this.b8(j);
337
+ this.cb(j);
336
338
  }
337
339
  if (h) {
338
- this.b9(j);
340
+ this.cc(j);
339
341
  }
340
- if (!this.v) {
342
+ if (!this.y) {
341
343
  j.z();
342
344
  }
343
345
  if (f != 1) {
344
346
  j.z();
345
347
  }
346
348
  }
347
- if (!i && this.v) {
349
+ if (!i && this.y) {
348
350
  var m = Math.round((d - b) * f);
349
351
  var n = Math.round((e - c) * f);
350
- if (this.am == this.ao && this.al == this.an) {
351
- a.n(this.bu(), 1, m, n, this.am, this.al);
352
+ if (this.ap == this.ar && this.ao == this.aq) {
353
+ a.n(this.bx(), 1, m, n, this.ap, this.ao);
352
354
  }
353
355
  else {
354
- a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
356
+ a.o(this.bx(), 1, 0, 0, this.ap, this.ao, m, n, this.ap, this.ao);
355
357
  }
356
358
  }
357
- if (this.bz != 1) {
359
+ if (this.b2 != 1) {
358
360
  a.ae(1);
359
361
  }
360
362
  };
361
- CanvasGridCellBase.prototype.bu = function () {
362
- return this.bo.getNativeElement();
363
- };
364
- CanvasGridCellBase.prototype.b8 = function (a) {
365
- if (!this.m) {
366
- a.l(0, 0, this.ao, this.an);
367
- }
368
- this.c6.n = 0;
369
- this.c6.o = 0;
370
- this.c6.width = this.a5;
371
- this.c6.height = this.as;
372
- a.w(this.c6);
373
- if (this.cy != null) {
374
- if (this.ai > 0) {
375
- this.c2.ap = 0;
376
- this.c2.an = this.ai / 2;
377
- this.c2.aq = this.as;
378
- this.c2.ao = this.ai / 2;
379
- this.c2._stroke = this.cy;
380
- this.c2.ad = this.ai;
381
- a.s(this.c2);
363
+ CanvasGridCellBase.prototype.bx = function () {
364
+ return this.br.getNativeElement();
365
+ };
366
+ CanvasGridCellBase.prototype.cb = function (a) {
367
+ if (!this.p) {
368
+ a.l(0, 0, this.ar, this.aq);
369
+ }
370
+ this.c9.n = 0;
371
+ this.c9.o = 0;
372
+ this.c9.width = this.a8;
373
+ this.c9.height = this.av;
374
+ a.w(this.c9);
375
+ if (this.c1 != null) {
376
+ if (this.al > 0) {
377
+ this.c5.ap = 0;
378
+ this.c5.an = this.al / 2;
379
+ this.c5.aq = this.av;
380
+ this.c5.ao = this.al / 2;
381
+ this.c5._stroke = this.c1;
382
+ this.c5.ad = this.al;
383
+ a.s(this.c5);
382
384
  }
383
- if (this.aj > 0) {
384
- this.c3.ap = 0;
385
- this.c3.an = Math.max(0, (this.a5 - (this.aj / 2)));
386
- this.c3.aq = this.as;
387
- this.c3.ao = Math.max(0, (this.a5 - (this.aj / 2)));
388
- this.c3._stroke = this.cy;
389
- this.c3.ad = this.aj;
390
- a.s(this.c3);
385
+ if (this.am > 0) {
386
+ this.c6.ap = 0;
387
+ this.c6.an = Math.max(0, (this.a8 - (this.am / 2)));
388
+ this.c6.aq = this.av;
389
+ this.c6.ao = Math.max(0, (this.a8 - (this.am / 2)));
390
+ this.c6._stroke = this.c1;
391
+ this.c6.ad = this.am;
392
+ a.s(this.c6);
391
393
  }
392
- if (this.ak > 0) {
393
- this.c5.ap = this.ak / 2;
394
- this.c5.an = this.ai;
395
- this.c5.aq = this.ak / 2;
396
- this.c5.ao = Math.max(0, (this.a5 - (this.aj / 2)));
397
- this.c5._stroke = this.cy;
398
- this.c5.ad = this.ak;
399
- a.s(this.c5);
394
+ if (this.an > 0) {
395
+ this.c8.ap = this.an / 2;
396
+ this.c8.an = this.al;
397
+ this.c8.aq = this.an / 2;
398
+ this.c8.ao = Math.max(0, (this.a8 - (this.am / 2)));
399
+ this.c8._stroke = this.c1;
400
+ this.c8.ad = this.an;
401
+ a.s(this.c8);
400
402
  }
401
- if (this.ah > 0) {
402
- this.c1.ap = Math.max(0, this.as - (this.ah / 2));
403
- this.c1.an = this.ai;
404
- this.c1.aq = Math.max(0, this.as - (this.ah / 2));
405
- this.c1.ao = Math.max(0, (this.a5 - (this.aj / 2)));
406
- this.c1._stroke = this.cy;
407
- this.c1.ad = this.ah;
408
- a.s(this.c1);
403
+ if (this.ak > 0) {
404
+ this.c4.ap = Math.max(0, this.av - (this.ak / 2));
405
+ this.c4.an = this.al;
406
+ this.c4.aq = Math.max(0, this.av - (this.ak / 2));
407
+ this.c4.ao = Math.max(0, (this.a8 - (this.am / 2)));
408
+ this.c4._stroke = this.c1;
409
+ this.c4.ad = this.ak;
410
+ a.s(this.c4);
409
411
  }
410
412
  }
411
413
  };
412
- CanvasGridCellBase.prototype.cl = function (a) {
413
- this.ax = a;
414
+ CanvasGridCellBase.prototype.co = function (a) {
415
+ this.a0 = a;
414
416
  };
415
417
  CanvasGridCellBase.prototype.renderStandardContent = function () {
416
- this.b4(this.j, 0, 0, 0, 0, this.ax, false, true, true);
418
+ this.b7(this.m, 0, 0, 0, 0, this.a0, false, true, true);
417
419
  };
418
420
  CanvasGridCellBase.prototype.renderStandardBackground = function () {
419
- this.b4(this.j, 0, 0, 0, 0, this.ax, true, false, true);
421
+ this.b7(this.m, 0, 0, 0, 0, this.a0, true, false, true);
420
422
  };
421
- CanvasGridCellBase.prototype.b9 = function (a) {
422
- if (this.s) {
423
- this.cw(a);
424
- this.s = false;
425
- }
426
- if (this.cx.al != null) {
427
- this.cx.n = this.a0;
428
- this.cx.o = this.a3;
429
- a.x(this.cx);
430
- if (this.r) {
431
- this.c4.ad = 1;
432
- this.c4.an = this.a0;
433
- this.c4.ap = this.a4 - 2;
434
- this.c4.ao = this.a0 + (this.a2 - this.a0);
435
- this.c4.aq = this.a4 - 2;
436
- this.c4._stroke = this.cx.ao;
437
- this.j.s(this.c4);
423
+ CanvasGridCellBase.prototype.cc = function (a) {
424
+ if (this.v) {
425
+ this.cz(a);
426
+ this.v = false;
427
+ }
428
+ if (this.c0.al != null) {
429
+ this.c0.n = this.a3;
430
+ this.c0.o = this.a6;
431
+ a.x(this.c0);
432
+ if (this.u) {
433
+ this.c7.ad = 1;
434
+ this.c7.an = this.a3;
435
+ this.c7.ap = this.a7 - 2;
436
+ this.c7.ao = this.a3 + (this.a5 - this.a3);
437
+ this.c7.aq = this.a7 - 2;
438
+ this.c7._stroke = this.c0.ao;
439
+ this.m.s(this.c7);
438
440
  }
439
441
  }
440
442
  };
441
- CanvasGridCellBase.prototype.b5 = function () {
442
- if (this.bo == null && this.v) {
443
- this.bo = this.bm.createElement("canvas");
444
- var a_1 = this.bm.get2DCanvasContext(this.bo);
443
+ CanvasGridCellBase.prototype.b8 = function () {
444
+ if (this.br == null && this.y) {
445
+ this.br = this.bp.createElement("canvas");
446
+ var a_1 = this.bp.get2DCanvasContext(this.br);
445
447
  var b = ((function () {
446
448
  var $ret = new CanvasViewRenderer();
447
449
  $ret.h$d = a_1;
448
450
  return $ret;
449
451
  })());
450
- this.j = new RenderingContext(b, a_1);
451
- this.s = true;
452
- }
453
- };
454
- CanvasGridCellBase.prototype.x = function (a) {
455
- var b = Math.round(this.a5 * a);
456
- var c = Math.round(this.as * a);
457
- this.am = b;
458
- this.al = c;
459
- var d = this.bf(b);
460
- var e = this.bf(c);
461
- if (d != this.ao || e != this.an) {
462
- this.bo.setAttribute("width", d + "px");
463
- this.bo.setAttribute("height", e + "px");
464
- this.ao = d;
465
- this.an = e;
466
- this.am = b;
467
- this.al = c;
452
+ this.m = new RenderingContext(b, a_1);
453
+ this.v = true;
454
+ }
455
+ };
456
+ CanvasGridCellBase.prototype.aa = function (a) {
457
+ var b = Math.round(this.a8 * a);
458
+ var c = Math.round(this.av * a);
459
+ this.ap = b;
460
+ this.ao = c;
461
+ var d = this.bi(b);
462
+ var e = this.bi(c);
463
+ if (d != this.ar || e != this.aq) {
464
+ this.br.setAttribute("width", d + "px");
465
+ this.br.setAttribute("height", e + "px");
466
+ this.ar = d;
467
+ this.aq = e;
468
+ this.ap = b;
469
+ this.ao = c;
468
470
  return true;
469
471
  }
470
472
  return false;
471
473
  };
472
- CanvasGridCellBase.prototype.bf = function (a) {
474
+ CanvasGridCellBase.prototype.bi = function (a) {
473
475
  return a;
474
476
  };
475
- CanvasGridCellBase.prototype.ck = function (a, b, c, d) {
476
- this.o = true;
477
- this.au = a;
478
- this.aw = b;
479
- this.av = c;
480
- this.at = d;
481
- this.s = true;
477
+ CanvasGridCellBase.prototype.cn = function (a, b, c, d) {
478
+ this.r = true;
479
+ this.ax = a;
480
+ this.az = b;
481
+ this.ay = c;
482
+ this.aw = d;
483
+ this.v = true;
482
484
  };
483
- Object.defineProperty(CanvasGridCellBase.prototype, "bh", {
485
+ Object.defineProperty(CanvasGridCellBase.prototype, "bk", {
484
486
  get: function () {
485
- return this.a1;
487
+ return this.a4;
486
488
  },
487
489
  set: function (a) {
488
- this.a1 = a;
490
+ this.a4 = a;
489
491
  },
490
492
  enumerable: false,
491
493
  configurable: true
492
494
  });
493
- CanvasGridCellBase.prototype.cp = function (a) {
495
+ CanvasGridCellBase.prototype.cs = function (a) {
494
496
  var _this = this;
495
- this.o = true;
496
- this.c0 = a;
497
- this.cx.ao = ((function () {
497
+ this.r = true;
498
+ this.c3 = a;
499
+ this.c0.ao = ((function () {
498
500
  var $ret = new Brush();
499
- $ret.color = _this.c0;
501
+ $ret.color = _this.c3;
500
502
  return $ret;
501
503
  })());
502
504
  };
503
- CanvasGridCellBase.prototype.get_ab = function () {
505
+ CanvasGridCellBase.prototype.get_ae = function () {
504
506
  return false;
505
507
  };
506
- Object.defineProperty(CanvasGridCellBase.prototype, "ab", {
508
+ Object.defineProperty(CanvasGridCellBase.prototype, "ae", {
507
509
  get: function () {
508
- return this.get_ab();
510
+ return this.get_ae();
509
511
  },
510
512
  enumerable: false,
511
513
  configurable: true
512
514
  });
513
- Object.defineProperty(CanvasGridCellBase.prototype, "ae", {
515
+ Object.defineProperty(CanvasGridCellBase.prototype, "ah", {
514
516
  get: function () {
515
- return this.t;
517
+ return this.w;
516
518
  },
517
519
  set: function (a) {
518
- this.o = true;
519
- this.t = a;
520
+ this.r = true;
521
+ this.w = a;
520
522
  },
521
523
  enumerable: false,
522
524
  configurable: true
523
525
  });
524
- Object.defineProperty(CanvasGridCellBase.prototype, "ba", {
526
+ Object.defineProperty(CanvasGridCellBase.prototype, "bd", {
525
527
  get: function () {
526
- return this.as;
528
+ return this.av;
527
529
  },
528
530
  enumerable: false,
529
531
  configurable: true
530
532
  });
531
- Object.defineProperty(CanvasGridCellBase.prototype, "bl", {
533
+ Object.defineProperty(CanvasGridCellBase.prototype, "bo", {
532
534
  get: function () {
533
- return this.a5;
535
+ return this.a8;
534
536
  },
535
537
  enumerable: false,
536
538
  configurable: true
537
539
  });
538
- CanvasGridCellBase.prototype.ch = function (a) {
539
- this.o = true;
540
- this.as = a;
541
- this.c6.height = this.as;
540
+ CanvasGridCellBase.prototype.ck = function (a) {
541
+ this.r = true;
542
+ this.av = a;
543
+ this.c9.height = this.av;
542
544
  };
543
- CanvasGridCellBase.prototype.cr = function (a) {
544
- this.o = true;
545
- this.a5 = a;
546
- this.c6.width = this.a5;
547
- this.s = true;
545
+ CanvasGridCellBase.prototype.cu = function (a) {
546
+ this.r = true;
547
+ this.a8 = a;
548
+ this.c9.width = this.a8;
549
+ this.v = true;
548
550
  };
549
- CanvasGridCellBase.prototype.b2 = function () {
550
- if (!this.ac) {
551
+ CanvasGridCellBase.prototype.b5 = function () {
552
+ if (!this.af) {
551
553
  return;
552
554
  }
553
- this.l = true;
555
+ this.o = true;
554
556
  this.a = new CanvasPlaceholderView();
555
557
  this.d = 0;
556
558
  this.f = 1;
557
559
  this.a.l = Color.u(120, 120, 120, 120);
558
560
  this.a.h = 0;
559
561
  };
560
- CanvasGridCellBase.prototype.cd = function (a) {
562
+ CanvasGridCellBase.prototype.cg = function (a) {
561
563
  var _this = this;
562
- this.o = true;
563
- this.cz = a;
564
- this.m = this.cz.l == 255;
565
- this.c6._fill = ((function () {
564
+ this.r = true;
565
+ this.c2 = a;
566
+ this.p = this.c2.l == 255;
567
+ this.c9._fill = ((function () {
566
568
  var $ret = new Brush();
567
- $ret.color = _this.cz;
569
+ $ret.color = _this.c2;
568
570
  return $ret;
569
571
  })());
570
572
  };
571
- CanvasGridCellBase.prototype.cj = function (a) {
572
- this.o = true;
573
- this.bz = a;
573
+ CanvasGridCellBase.prototype.cm = function (a) {
574
+ this.r = true;
575
+ this.b2 = a;
574
576
  };
575
- CanvasGridCellBase.prototype.cn = function (a) {
576
- this.r = a;
577
- this.o = true;
577
+ CanvasGridCellBase.prototype.cq = function (a) {
578
+ this.u = a;
579
+ this.r = true;
578
580
  };
579
- CanvasGridCellBase.prototype.cv = function (a) {
580
- if (!this.ac) {
581
+ CanvasGridCellBase.prototype.l = function () {
582
+ if (TestRandomness.instance.testRandomnessSource != null) {
583
+ return TestRandomness.instance.testRandomnessSource;
584
+ }
585
+ return new DefaultRandomnessSource(1, CanvasGridCellBase.bz);
586
+ };
587
+ CanvasGridCellBase.prototype.k = function () {
588
+ var a = this.l();
589
+ return a.getGenerator("PlaceholderWidths");
590
+ };
591
+ CanvasGridCellBase.prototype.cy = function (a) {
592
+ if (!this.af) {
581
593
  return;
582
594
  }
583
- this.o = true;
595
+ this.r = true;
584
596
  this.a.h = (a * 0.20000000298023224);
585
597
  };
586
- CanvasGridCellBase.prototype.b6 = function (a, b, c, d) {
598
+ CanvasGridCellBase.prototype.b9 = function (a, b, c, d) {
587
599
  if (this.a != null) {
588
- var e = this.az;
589
- var f = this.ay;
600
+ var e = this.a2;
601
+ var f = this.a1;
590
602
  if (this.f == 1) {
591
603
  b = truncate((b + (d / 2) - (f / 2)));
592
604
  }
@@ -601,49 +613,52 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
601
613
  }
602
614
  }
603
615
  };
604
- CanvasGridCellBase.prototype.cg = function (a) {
616
+ CanvasGridCellBase.prototype.cj = function (a) {
605
617
  this.i = a;
606
- this.p = true;
607
- this.o = true;
608
618
  this.s = true;
619
+ this.r = true;
620
+ this.v = true;
609
621
  };
610
- CanvasGridCellBase.prototype.cu = function (a) {
611
- if (!this.ac) {
622
+ CanvasGridCellBase.prototype.cx = function (a) {
623
+ if (!this.af) {
612
624
  return;
613
625
  }
614
- this.o = true;
626
+ this.r = true;
615
627
  var b = DeviceUtils.f(12);
616
628
  if (a.ag != null && !isNaN_(a.ag.f)) {
617
629
  b = a.ag.f;
618
630
  }
619
- if (this.ay != b) {
620
- this.ay = b;
631
+ if (this.a1 != b) {
632
+ this.a1 = b;
621
633
  }
622
- var c = a.gu * 0.2;
623
- var d = a.fc * 0.6;
624
- if (this.az >= c && this.az <= d) {
634
+ var c = a.hd * 0.2;
635
+ var d = a.fu * 0.6;
636
+ if (this.a2 >= c && this.a2 <= d) {
625
637
  return;
626
638
  }
627
- var e = (CanvasGridCellBase.bw.nextDouble() * (d - c) + c);
628
- if (this.az != e) {
629
- this.az = e;
639
+ if (CanvasGridCellBase.j == null) {
640
+ CanvasGridCellBase.j = this.k();
641
+ }
642
+ var e = (CanvasGridCellBase.j.nextDouble() * (d - c) + c);
643
+ if (this.a2 != e) {
644
+ this.a2 = e;
630
645
  }
631
646
  };
632
- CanvasGridCellBase.prototype.cs = function (a, b) {
633
- if (!this.ac) {
647
+ CanvasGridCellBase.prototype.cv = function (a, b) {
648
+ if (!this.af) {
634
649
  return;
635
650
  }
636
- this.o = true;
651
+ this.r = true;
637
652
  this.d = a;
638
653
  this.f = b;
639
654
  };
640
- CanvasGridCellBase.prototype.ct = function (a) {
641
- if (!this.ac) {
655
+ CanvasGridCellBase.prototype.cw = function (a) {
656
+ if (!this.af) {
642
657
  return;
643
658
  }
644
- this.o = true;
659
+ this.r = true;
645
660
  };
646
- CanvasGridCellBase.prototype.cc = function (a) {
661
+ CanvasGridCellBase.prototype.cf = function (a) {
647
662
  this.b = a;
648
663
  };
649
664
  Object.defineProperty(CanvasGridCellBase.prototype, "e", {
@@ -653,83 +668,83 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
653
668
  enumerable: false,
654
669
  configurable: true
655
670
  });
656
- CanvasGridCellBase.prototype.ci = function (a) {
671
+ CanvasGridCellBase.prototype.cl = function (a) {
657
672
  this.c = a;
658
- this.o = true;
659
- this.s = true;
673
+ this.r = true;
674
+ this.v = true;
660
675
  };
661
- CanvasGridCellBase.prototype.cw = function (a) {
662
- if (this.b0 == null) {
676
+ CanvasGridCellBase.prototype.cz = function (a) {
677
+ if (this.b3 == null) {
663
678
  return;
664
679
  }
665
680
  if (a == null) {
666
681
  return;
667
682
  }
668
- if (this.p || (this.i != null && this.i.j != this.br)) {
669
- this.p = false;
670
- this.br = this.i.j;
683
+ if (this.s || (this.i != null && this.i.j != this.bu)) {
684
+ this.s = false;
685
+ this.bu = this.i.j;
671
686
  a.ad(this.i);
672
687
  }
673
688
  var b;
674
- if (this.h != this.i || this.bt != this.i.j) {
689
+ if (this.h != this.i || this.bw != this.i.j) {
675
690
  this.h = this.i;
676
- this.bt = this.i.j;
677
- this.ar = FontUtil.getCurrentFontHeight(this.bm, this.i);
691
+ this.bw = this.i.j;
692
+ this.au = FontUtil.getCurrentFontHeight(this.bp, this.i);
678
693
  }
679
- b = this.ar;
694
+ b = this.au;
680
695
  var c = 0;
681
696
  var d = 0;
682
- var e = this.a5;
683
- var f = this.as;
684
- e -= (this.ai + this.au + this.aj + this.av);
685
- f -= (this.ak + this.aw + this.ah + this.at);
697
+ var e = this.a8;
698
+ var f = this.av;
699
+ e -= (this.al + this.ax + this.am + this.ay);
700
+ f -= (this.an + this.az + this.ak + this.aw);
686
701
  e = Math.max(e, 0);
687
702
  f = Math.max(f, 0);
688
703
  var g = e;
689
- if (!isNaN_(this.a1) && this.a1 < e) {
690
- g = this.a1;
704
+ if (!isNaN_(this.a4) && this.a4 < e) {
705
+ g = this.a4;
691
706
  }
692
- var h = this.bk(this.cx, this.b0, g, a);
707
+ var h = this.bn(this.c0, this.b3, g, a);
693
708
  switch (this.c) {
694
709
  case 0:
695
- c = this.au + this.ai;
710
+ c = this.ax + this.al;
696
711
  break;
697
712
  case 3:
698
713
  case 1:
699
- c = this.au + this.ai + ((e / 2) - (h / 2));
714
+ c = this.ax + this.al + ((e / 2) - (h / 2));
700
715
  break;
701
716
  case 2:
702
- c = Math.max(0, (this.a5 - (this.av + this.aj))) - h;
717
+ c = Math.max(0, (this.a8 - (this.ay + this.am))) - h;
703
718
  break;
704
719
  }
705
720
  switch (this.g) {
706
721
  case 0:
707
- d = this.aw + this.ak;
722
+ d = this.az + this.an;
708
723
  break;
709
724
  case 3:
710
725
  case 1:
711
- d = this.aw + this.ak + ((f / 2) - (b / 2));
726
+ d = this.az + this.an + ((f / 2) - (b / 2));
712
727
  break;
713
728
  case 2:
714
- d = Math.max(0, (this.as - (this.at + this.ah))) - b;
729
+ d = Math.max(0, (this.av - (this.aw + this.ak))) - b;
715
730
  break;
716
731
  }
717
- this.a0 = c;
718
- this.a2 = this.a0 + h;
719
- this.a3 = d;
720
- this.a4 = this.a3 + (b / 2);
721
- this.o = true;
732
+ this.a3 = c;
733
+ this.a5 = this.a3 + h;
734
+ this.a6 = d;
735
+ this.a7 = this.a6 + (b / 2);
736
+ this.r = true;
722
737
  };
723
- CanvasGridCellBase.prototype.bk = function (a, b, c, d) {
738
+ CanvasGridCellBase.prototype.bn = function (a, b, c, d) {
724
739
  var e = b;
725
740
  var f = e.length;
726
741
  var g = ("\u2026");
727
- if (isNaN_(this.ap)) {
728
- this.ap = d.g(g);
742
+ if (isNaN_(this.as)) {
743
+ this.as = d.g(g);
729
744
  }
730
- if (c <= this.ap) {
745
+ if (c <= this.as) {
731
746
  a.al = g;
732
- return this.ap;
747
+ return this.as;
733
748
  }
734
749
  var h = d.g(e);
735
750
  if (h <= c) {
@@ -759,28 +774,28 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
759
774
  a.al = e;
760
775
  return h;
761
776
  };
762
- CanvasGridCellBase.prototype.cq = function (a) {
777
+ CanvasGridCellBase.prototype.ct = function (a) {
763
778
  this.g = a;
764
- this.o = true;
765
- this.s = true;
779
+ this.r = true;
780
+ this.v = true;
766
781
  };
767
- CanvasGridCellBase.prototype.ag = function (a) {
782
+ CanvasGridCellBase.prototype.aj = function (a) {
768
783
  return a.isClickActionDesired;
769
784
  };
770
785
  CanvasGridCellBase.prototype.onContactStarted = function (a, b) {
771
- if (this.b != null && this.ag(this.b)) {
772
- this.bx = a.pageX;
773
- this.by = a.pageY;
774
- this.b.mouseDownCell(this.bx, this.by);
786
+ if (this.b != null && this.aj(this.b)) {
787
+ this.b0 = a.pageX;
788
+ this.b1 = a.pageY;
789
+ this.b.mouseDownCell(this.b0, this.b1);
775
790
  }
776
791
  };
777
792
  CanvasGridCellBase.prototype.onContactMoved = function (a, b) {
778
- if (this.b != null && this.ag(this.b)) {
793
+ if (this.b != null && this.aj(this.b)) {
779
794
  var c = a.pageX;
780
795
  var d = a.pageY;
781
796
  if (this.b.isMouseDown) {
782
797
  if (b) {
783
- if (PointUtil.equals(this.b.mousePosition, null) || Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bs || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bs) {
798
+ if (PointUtil.equals(this.b.mousePosition, null) || Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bv || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bv) {
784
799
  this.b.mouseUpCell(c, d);
785
800
  }
786
801
  else {
@@ -792,7 +807,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
792
807
  this.b.mouseUpCell(c, d);
793
808
  }
794
809
  else {
795
- if (Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bq || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bq) {
810
+ if (Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bt || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bt) {
796
811
  this.b.isControlPressed = a.ctrlKey;
797
812
  this.b.dragStarted();
798
813
  }
@@ -802,10 +817,10 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
802
817
  }
803
818
  };
804
819
  CanvasGridCellBase.prototype.onContactCompleted = function (a, b) {
805
- if (this.b != null && this.ag(this.b)) {
820
+ if (this.b != null && this.aj(this.b)) {
806
821
  var c = a.pageX;
807
822
  var d = a.pageY;
808
- if (PointUtil.equals(this.b.mousePosition, null) || Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bs || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bs || this.b.isDrag) {
823
+ if (PointUtil.equals(this.b.mousePosition, null) || Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bv || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bv || this.b.isDrag) {
809
824
  this.b.mouseUpCell(c, d);
810
825
  }
811
826
  if (this.b.isCellDown()) {
@@ -848,9 +863,10 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
848
863
  CanvasGridCellBase.prototype.detach = function () {
849
864
  };
850
865
  CanvasGridCellBase.$t = markType(CanvasGridCellBase, 'CanvasGridCellBase', Base.$, [INativeCell_$type]);
851
- CanvasGridCellBase.bw = new Random(0);
852
- CanvasGridCellBase.bs = 10;
853
- CanvasGridCellBase.bq = 3;
866
+ CanvasGridCellBase.j = null;
867
+ CanvasGridCellBase.bz = new Random(0);
868
+ CanvasGridCellBase.bv = 10;
869
+ CanvasGridCellBase.bt = 3;
854
870
  return CanvasGridCellBase;
855
871
  }(Base));
856
872
  export { CanvasGridCellBase };