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