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
@@ -9,8 +9,10 @@ import { INativeCell_$type } from "./INativeCell";
9
9
  import { GridExpansionIndicator } from "./GridExpansionIndicator";
10
10
  import { PlaceholderView } from "./PlaceholderView";
11
11
  import { Color } from "igniteui-webcomponents-core";
12
- import { DeviceUtils } from "igniteui-webcomponents-core";
12
+ import { TestRandomness } from "igniteui-webcomponents-core";
13
13
  import { Random } from "igniteui-webcomponents-core";
14
+ import { DefaultRandomnessSource } from "igniteui-webcomponents-core";
15
+ import { DeviceUtils } from "igniteui-webcomponents-core";
14
16
  import { intDivide, truncate, isNaN_ } from "igniteui-webcomponents-core";
15
17
  /**
16
18
  * @hidden
@@ -26,69 +28,69 @@ export let GridCellBase = /*@__PURE__*/ (() => {
26
28
  get d() {
27
29
  return this.c;
28
30
  }
29
- get ab() {
30
- return this.aa;
31
- }
32
31
  get ae() {
33
- return this.ac;
32
+ return this.ad;
33
+ }
34
+ get ah() {
35
+ return this.af;
34
36
  }
35
37
  get isRemoved() {
36
- return this.p;
38
+ return this.s;
37
39
  }
38
40
  set isRemoved(a) {
39
- let b = this.p;
40
- this.p = a;
41
- if (b != this.p) {
42
- this.bp("IsRemoved", b, this.p);
41
+ let b = this.s;
42
+ this.s = a;
43
+ if (b != this.s) {
44
+ this.bs("IsRemoved", b, this.s);
43
45
  }
44
46
  }
45
- get a2() {
46
- return this.ap;
47
+ get a5() {
48
+ return this.as;
47
49
  }
48
- get a0() {
49
- return this.an;
50
+ get a3() {
51
+ return this.aq;
50
52
  }
51
- get a1() {
52
- return this.ao;
53
+ get a4() {
54
+ return this.ar;
53
55
  }
54
- get a3() {
55
- return this.as;
56
+ get a6() {
57
+ return this.av;
56
58
  }
57
- set a3(a) {
58
- let b = this.as;
59
- this.as = a;
60
- if (b != this.as) {
61
- this.bp("Indent", b, this.as);
59
+ set a6(a) {
60
+ let b = this.av;
61
+ this.av = a;
62
+ if (b != this.av) {
63
+ this.bs("Indent", b, this.av);
62
64
  }
63
65
  }
64
- get s() {
65
- return this.m;
66
+ get v() {
67
+ return this.p;
66
68
  }
67
- set s(a) {
68
- let b = this.m;
69
- this.m = a;
70
- if (b != this.m) {
71
- this.bp("IsCollapsable", b, this.m);
69
+ set v(a) {
70
+ let b = this.p;
71
+ this.p = a;
72
+ if (b != this.p) {
73
+ this.bs("IsCollapsable", b, this.p);
72
74
  }
73
75
  }
74
- get t() {
75
- return this.n;
76
+ get w() {
77
+ return this.q;
76
78
  }
77
- set t(a) {
78
- let b = this.n;
79
- this.n = a;
80
- if (b != this.n) {
81
- this.bp("IsExpanded", b, this.n);
79
+ set w(a) {
80
+ let b = this.q;
81
+ this.q = a;
82
+ if (b != this.q) {
83
+ this.bs("IsExpanded", b, this.q);
82
84
  }
83
85
  }
84
- get v() {
85
- return this.o;
86
+ get y() {
87
+ return this.r;
86
88
  }
87
- set v(a) {
88
- let b = this.o;
89
- this.o = a;
90
- if (b != this.o) {
91
- this.bp("IsHitTestVisible", b, this.o);
89
+ set y(a) {
90
+ let b = this.r;
91
+ this.r = a;
92
+ if (b != this.r) {
93
+ this.bs("IsHitTestVisible", b, this.r);
92
94
  }
93
95
  }
94
96
  constructor(a) {
@@ -96,203 +98,213 @@ export let GridCellBase = /*@__PURE__*/ (() => {
96
98
  this.a = null;
97
99
  this.e = null;
98
100
  this.c = null;
99
- this.aa = null;
100
- this.ac = null;
101
- this.p = false;
102
101
  this.ad = null;
102
+ this.af = null;
103
+ this.s = false;
104
+ this.ag = null;
103
105
  this.i = null;
104
- this.ap = 0;
105
- this.am = 24;
106
- this.ao = 0;
107
- this.an = 0;
108
106
  this.as = 0;
109
- this.m = false;
107
+ this.ap = 24;
108
+ this.ar = 0;
109
+ this.aq = 0;
110
+ this.av = 0;
111
+ this.p = false;
112
+ this.q = false;
113
+ this.r = true;
110
114
  this.n = false;
111
- this.o = true;
112
- this.k = false;
113
- this.au = 0;
115
+ this.ax = 0;
116
+ this.az = 0;
117
+ this.ay = 0;
114
118
  this.aw = 0;
115
- this.av = 0;
116
- this.at = 0;
117
- this.ah = 0;
119
+ this.ak = 0;
120
+ this.am = 0;
121
+ this.al = 0;
118
122
  this.aj = 0;
119
- this.ai = 0;
120
- this.ag = 0;
121
- this.cg = null;
122
- this.aq = 0;
123
- this.az = 0;
124
- this.ar = 0;
123
+ this.cj = null;
124
+ this.at = 0;
125
+ this.a2 = 0;
126
+ this.au = 0;
125
127
  this.j = null;
126
128
  this.g = 0;
127
129
  this.h = 0;
128
- this.z = 0;
129
- this.y = 0;
130
- this.q = false;
131
- this.a5 = 0;
132
- this.a6 = 0;
133
- this.af = 0;
134
- this.ay = -1;
135
- this.ak = 0;
136
- this.l = false;
137
- this.aa = a;
138
- this.ac = this.aa.createElement("div");
139
- this.ac.setAttribute("tabindex", "-1");
140
- this.ac.setRawStyleProperty("position", "absolute");
141
- this.ac.setRawStyleProperty("overflow", "hidden");
142
- this.ac.setRawStyleProperty("box-sizing", "border-box");
143
- this.ac.setRawStyleProperty("outline", "none");
130
+ this.ac = 0;
131
+ this.ab = 0;
132
+ this.t = false;
133
+ this.a8 = 0;
134
+ this.a9 = 0;
135
+ this.ai = 0;
136
+ this.a1 = -1;
137
+ this.an = 0;
138
+ this.o = false;
139
+ this.ad = a;
140
+ this.af = this.ad.createElement("div");
141
+ this.af.setAttribute("tabindex", "-1");
142
+ this.af.setRawStyleProperty("position", "absolute");
143
+ this.af.setRawStyleProperty("overflow", "hidden");
144
+ this.af.setRawStyleProperty("box-sizing", "border-box");
145
+ this.af.setRawStyleProperty("outline", "none");
144
146
  let b = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
145
147
  let c = (window.PointerEvent !== undefined);
146
148
  let d = (window.TouchEvent);
147
149
  if ((b || c)) {
148
- this.ac.listen("pointerdown", runOn(this, this.bq));
149
- this.ac.listen("pointerup", runOn(this, this.bu));
150
- this.ac.listen("pointermove", runOn(this, this.bt));
151
- this.ac.listen("pointerleave", runOn(this, this.bs));
152
- this.ac.listen("pointerenter", runOn(this, this.br));
150
+ this.af.listen("pointerdown", runOn(this, this.bt));
151
+ this.af.listen("pointerup", runOn(this, this.bx));
152
+ this.af.listen("pointermove", runOn(this, this.bw));
153
+ this.af.listen("pointerleave", runOn(this, this.bv));
154
+ this.af.listen("pointerenter", runOn(this, this.bu));
153
155
  }
154
156
  else {
155
- this.ac.listen("mousedown", runOn(this, this.bg));
156
- this.ac.listen("mouseup", runOn(this, this.bk));
157
- this.ac.listen("mousemove", runOn(this, this.bj));
158
- this.ac.listen("mouseleave", runOn(this, this.bi));
159
- this.ac.listen("touchstart", runOn(this, this.b8));
160
- this.ac.listen("touchend", runOn(this, this.ca));
161
- this.ac.listen("touchmove", runOn(this, this.b9));
162
- }
163
- }
164
- bf() {
165
- this.ao = 10;
166
- this.an = this.a3 * 24;
167
- this.ap = 24;
168
- if (this.ad == null) {
169
- this.ad = this.aa.createElement("div");
170
- this.ad.setRawStyleProperty("display", "inline-block");
171
- this.ad.setRawStyleProperty("vertical-align", "middle");
172
- this.ad.setRawStyleProperty("width", this.ap + "px");
173
- this.ad.setRawStyleProperty("height", this.ap + "px");
174
- this.ad.setRawStyleProperty("cursor", "pointer");
175
- this.ad.setRawStyleProperty("position", "absolute");
176
- this.ad.setRawXPosition(this.au + this.an);
177
- this.ad.setRawYPosition(intDivide(this.aq, 2) - intDivide(this.am, 2));
157
+ this.af.listen("mousedown", runOn(this, this.bj));
158
+ this.af.listen("mouseup", runOn(this, this.bn));
159
+ this.af.listen("mousemove", runOn(this, this.bm));
160
+ this.af.listen("mouseleave", runOn(this, this.bl));
161
+ this.af.listen("touchstart", runOn(this, this.cb));
162
+ this.af.listen("touchend", runOn(this, this.cd));
163
+ this.af.listen("touchmove", runOn(this, this.cc));
164
+ }
165
+ }
166
+ bi() {
167
+ this.ar = 10;
168
+ this.aq = this.a6 * 24;
169
+ this.as = 24;
170
+ if (this.ag == null) {
171
+ this.ag = this.ad.createElement("div");
172
+ this.ag.setRawStyleProperty("display", "inline-block");
173
+ this.ag.setRawStyleProperty("vertical-align", "middle");
174
+ this.ag.setRawStyleProperty("width", this.as + "px");
175
+ this.ag.setRawStyleProperty("height", this.as + "px");
176
+ this.ag.setRawStyleProperty("cursor", "pointer");
177
+ this.ag.setRawStyleProperty("position", "absolute");
178
+ this.ag.setRawXPosition(this.ax + this.aq);
179
+ this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.ap, 2));
178
180
  }
179
181
  if (this.i == null) {
180
- let a = this.aa.getSubRenderer(this.ad);
182
+ let a = this.ad.getSubRenderer(this.ag);
181
183
  this.i = new GridExpansionIndicator();
182
184
  this.i.ab(a);
183
185
  this.i.y(24, 24);
184
186
  }
185
- if (this.ad.parent() == null) {
186
- this.ac.append(this.ad);
187
+ if (this.ag.parent() == null) {
188
+ this.af.append(this.ag);
187
189
  }
188
190
  }
189
- bv() {
190
- this.ap = 0;
191
- this.ao = 0;
192
- if (this.ad != null) {
193
- if (this.ad.parent() != null) {
194
- this.ad.remove();
191
+ by() {
192
+ this.as = 0;
193
+ this.ar = 0;
194
+ if (this.ag != null) {
195
+ if (this.ag.parent() != null) {
196
+ this.ag.remove();
195
197
  }
196
198
  }
197
199
  }
198
- get r() {
199
- return this.k;
200
+ get u() {
201
+ return this.n;
200
202
  }
201
- set r(a) {
202
- this.k = a;
203
+ set u(a) {
204
+ this.n = a;
203
205
  }
204
- get_w() {
206
+ get_z() {
205
207
  return false;
206
208
  }
207
- get w() {
208
- return this.get_w();
209
- }
210
- b4(a, b, c, d) {
211
- this.au = a;
212
- this.aw = b;
213
- this.av = c;
214
- this.at = d;
215
- this.ac.setRawStyleProperty("padding-left", a.toString() + "px");
216
- this.ac.setRawStyleProperty("padding-top", b.toString() + "px");
217
- this.ac.setRawStyleProperty("padding-right", c.toString() + "px");
218
- this.ac.setRawStyleProperty("padding-bottom", d.toString() + "px");
219
- }
220
- by(a, b, c, d, e) {
221
- this.ah = b;
222
- this.aj = c;
223
- this.ai = d;
224
- this.ag = e;
225
- this.cg = a;
209
+ get z() {
210
+ return this.get_z();
211
+ }
212
+ b7(a, b, c, d) {
213
+ this.ax = a;
214
+ this.az = b;
215
+ this.ay = c;
216
+ this.aw = d;
217
+ this.af.setRawStyleProperty("padding-left", a.toString() + "px");
218
+ this.af.setRawStyleProperty("padding-top", b.toString() + "px");
219
+ this.af.setRawStyleProperty("padding-right", c.toString() + "px");
220
+ this.af.setRawStyleProperty("padding-bottom", d.toString() + "px");
221
+ }
222
+ b1(a, b, c, d, e) {
223
+ this.ak = b;
224
+ this.am = c;
225
+ this.al = d;
226
+ this.aj = e;
227
+ this.cj = a;
226
228
  if (a == null) {
227
- this.ac.setRawStyleProperty("border", "");
229
+ this.af.setRawStyleProperty("border", "");
228
230
  }
229
231
  else {
230
- this.ac.setRawStyleProperty("border-color", a._fill);
231
- this.ac.setRawStyleProperty("border-left-width", b.toString() + "px");
232
- this.ac.setRawStyleProperty("border-top-width", c.toString() + "px");
233
- this.ac.setRawStyleProperty("border-right-width", d.toString() + "px");
234
- this.ac.setRawStyleProperty("border-bottom-width", e.toString() + "px");
235
- this.ac.setRawStyleProperty("border-style", "solid");
232
+ this.af.setRawStyleProperty("border-color", a._fill);
233
+ this.af.setRawStyleProperty("border-left-width", b.toString() + "px");
234
+ this.af.setRawStyleProperty("border-top-width", c.toString() + "px");
235
+ this.af.setRawStyleProperty("border-right-width", d.toString() + "px");
236
+ this.af.setRawStyleProperty("border-bottom-width", e.toString() + "px");
237
+ this.af.setRawStyleProperty("border-style", "solid");
236
238
  }
237
239
  }
238
- get_u() {
240
+ get_x() {
239
241
  return false;
240
242
  }
241
- get u() {
242
- return this.get_u();
243
- }
244
- b0(a, b) {
245
- if (this.aq != a || this.ar != b) {
246
- let c = this.aq;
247
- this.aq = a;
248
- this.ar = b;
249
- let d = Math.max(0, this.aq - this.ar);
250
- this.ac.setRawStyleProperty("height", a.toString() + "px");
251
- this.ac.setRawStyleProperty("line-height", d.toString() + "px");
252
- if (this.ad != null) {
253
- this.ad.setRawYPosition(intDivide(this.aq, 2) - intDivide(this.ap, 2));
243
+ get x() {
244
+ return this.get_x();
245
+ }
246
+ b3(a, b) {
247
+ if (this.at != a || this.au != b) {
248
+ let c = this.at;
249
+ this.at = a;
250
+ this.au = b;
251
+ let d = Math.max(0, this.at - this.au);
252
+ this.af.setRawStyleProperty("height", a.toString() + "px");
253
+ this.af.setRawStyleProperty("line-height", d.toString() + "px");
254
+ if (this.ag != null) {
255
+ this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.as, 2));
254
256
  }
255
- this.b7(this.az, this.aq, this.az, c);
257
+ this.ca(this.a2, this.at, this.a2, c);
256
258
  }
257
259
  }
258
- b6(a, b) {
259
- if (this.az != a) {
260
- let c = this.az;
261
- this.az = a;
262
- this.ac.setRawStyleProperty("width", a.toString() + "px");
263
- this.b7(this.az, this.aq, c, this.aq);
260
+ b9(a, b) {
261
+ if (this.a2 != a) {
262
+ let c = this.a2;
263
+ this.a2 = a;
264
+ this.af.setRawStyleProperty("width", a.toString() + "px");
265
+ this.ca(this.a2, this.at, c, this.at);
264
266
  }
265
267
  }
266
- b7(a, b, c, d) {
268
+ ca(a, b, c, d) {
267
269
  }
268
- bd() {
269
- if (!this.w) {
270
+ bg() {
271
+ if (!this.z) {
270
272
  return;
271
273
  }
272
- this.k = true;
273
- this.j = new PlaceholderView(this.aa);
274
+ this.n = true;
275
+ this.j = new PlaceholderView(this.ad);
274
276
  this.g = 0;
275
277
  this.h = 1;
276
278
  this.j.l = Color.u(120, 120, 120, 120);
277
279
  this.j.i = 0;
278
- this.ac.append(this.j.g);
280
+ this.af.append(this.j.g);
279
281
  }
280
- bx(a) {
281
- this.ac.setRawStyleProperty("background-color", a.colorString);
282
+ b0(a) {
283
+ this.af.setRawStyleProperty("background-color", a.colorString);
282
284
  }
283
- b3(a) {
284
- this.ac.setRawStyleProperty("opacity", a.toString());
285
+ b6(a) {
286
+ this.af.setRawStyleProperty("opacity", a.toString());
285
287
  }
286
- cf(a) {
287
- if (!this.w) {
288
+ m() {
289
+ if (TestRandomness.instance.testRandomnessSource != null) {
290
+ return TestRandomness.instance.testRandomnessSource;
291
+ }
292
+ return new DefaultRandomnessSource(1, GridCellBase.a7);
293
+ }
294
+ l() {
295
+ let a = this.m();
296
+ return a.getGenerator("PlaceholderWidths");
297
+ }
298
+ ci(a) {
299
+ if (!this.z) {
288
300
  return;
289
301
  }
290
302
  this.j.i = (a * 0.20000000298023224);
291
303
  }
292
- cd(a, b, c, d) {
304
+ cg(a, b, c, d) {
293
305
  if (this.j != null) {
294
- let e = this.z;
295
- let f = this.y;
306
+ let e = this.ac;
307
+ let f = this.ab;
296
308
  if (this.h == 1) {
297
309
  b = truncate((b + (d / 2) - (f / 2)));
298
310
  }
@@ -309,75 +321,78 @@ export let GridCellBase = /*@__PURE__*/ (() => {
309
321
  this.j.g.setRawYPosition(b);
310
322
  }
311
323
  }
312
- bn(a, b, c) {
324
+ bq(a, b, c) {
313
325
  }
314
- ce(a) {
315
- if (!this.w) {
326
+ ch(a) {
327
+ if (!this.z) {
316
328
  return;
317
329
  }
318
330
  let b = DeviceUtils.f(12);
319
331
  if (a.ag != null && !isNaN_(a.ag.f)) {
320
332
  b = a.ag.f;
321
333
  }
322
- if (this.y != b) {
323
- this.y = b;
334
+ if (this.ab != b) {
335
+ this.ab = b;
324
336
  this.j.d = (b);
325
337
  }
326
- let c = a.gu * 0.2;
327
- let d = a.fc * 0.6;
328
- if (this.z >= c && this.z <= d && !this.q) {
338
+ let c = a.hd * 0.2;
339
+ let d = a.fu * 0.6;
340
+ if (this.ac >= c && this.ac <= d && !this.t) {
329
341
  return;
330
342
  }
331
- this.q = false;
332
- let e = (GridCellBase.a4.nextDouble() * (d - c) + c);
333
- if (this.z != e) {
334
- this.z = e;
343
+ this.t = false;
344
+ if (GridCellBase.k == null) {
345
+ GridCellBase.k = this.l();
346
+ }
347
+ let e = (GridCellBase.k.nextDouble() * (d - c) + c);
348
+ if (this.ac != e) {
349
+ this.ac = e;
335
350
  this.j.e = e;
336
351
  }
337
- this.cd(this.au + this.an + this.ap, this.aw, this.az - (this.au + this.av), this.aq - (this.aw + this.at));
352
+ this.cg(this.ax + this.aq + this.as, this.az, this.a2 - (this.ax + this.ay), this.at - (this.az + this.aw));
338
353
  }
339
- cb(a, b) {
340
- if (!this.w) {
354
+ ce(a, b) {
355
+ if (!this.z) {
341
356
  return;
342
357
  }
343
358
  this.g = a;
344
359
  this.h = b;
345
- this.q = true;
360
+ this.t = true;
346
361
  }
347
- cc(a) {
348
- if (!this.w) {
362
+ cf(a) {
363
+ if (!this.z) {
349
364
  return;
350
365
  }
351
366
  if (a != null) {
352
367
  this.j.l = a.color;
353
368
  }
354
369
  }
355
- bw(a) {
370
+ bz(a) {
356
371
  this.a = a;
357
372
  }
358
- b2(a) {
373
+ b5(a) {
359
374
  this.e = a;
360
375
  }
361
- bz(a) {
376
+ b2(a) {
362
377
  this.c = a;
363
378
  }
364
- b1(a, b) {
379
+ b4(a, b) {
365
380
  switch (b) {
366
381
  case 0:
367
- this.ae.setRawStyleProperty("text-align", "left");
382
+ this.ah.setRawStyleProperty("text-align", "left");
368
383
  break;
369
384
  case 1:
370
- this.ae.setRawStyleProperty("text-align", "center");
385
+ this.ah.setRawStyleProperty("text-align", "center");
371
386
  break;
372
387
  case 2:
373
- this.ae.setRawStyleProperty("text-align", "right");
388
+ this.ah.setRawStyleProperty("text-align", "right");
374
389
  break;
375
390
  case 3:
376
- this.ae.setRawStyleProperty("text-align", "center");
391
+ this.ah.setRawStyleProperty("text-align", "center");
377
392
  break;
378
393
  }
379
394
  }
380
- b5(a, b) {
395
+ b8(a, b) {
381
396
  switch (b) {
382
397
  case 0:
383
398
  a.setRawStyleProperty("vertical-align", "top");
@@ -393,91 +408,91 @@ export let GridCellBase = /*@__PURE__*/ (() => {
393
408
  break;
394
409
  }
395
410
  }
396
- x(a) {
411
+ aa(a) {
397
412
  return a.isClickActionDesired;
398
413
  }
399
- bg(a) {
414
+ bj(a) {
400
415
  this.onContactStarted(a, false);
401
416
  }
402
- bk(a) {
417
+ bn(a) {
403
418
  this.onContactCompleted(a, false);
404
419
  }
405
- bj(a) {
420
+ bm(a) {
406
421
  this.onContactMoved(a, false);
407
422
  }
408
- bi(a) {
409
- this.bm(a, false);
423
+ bl(a) {
424
+ this.bp(a, false);
410
425
  }
411
- bh(a) {
412
- this.bl(a, false);
426
+ bk(a) {
427
+ this.bo(a, false);
413
428
  }
414
- bq(e_) {
429
+ bt(e_) {
415
430
  let a = (e_.originalEvent.pointerType);
416
431
  if (a == "touch") {
417
- this.b8(e_);
432
+ this.cb(e_);
418
433
  }
419
434
  else {
420
- this.bg(e_);
435
+ this.bj(e_);
421
436
  }
422
437
  }
423
- bt(e_) {
438
+ bw(e_) {
424
439
  let a = (e_.originalEvent.pointerType);
425
440
  if (a == "touch") {
426
- this.b9(e_);
441
+ this.cc(e_);
427
442
  }
428
443
  else {
429
- this.bj(e_);
444
+ this.bm(e_);
430
445
  }
431
446
  }
432
- bu(e_) {
447
+ bx(e_) {
433
448
  let a = (e_.originalEvent.pointerType);
434
449
  if (a == "touch") {
435
- this.ca(e_);
450
+ this.cd(e_);
436
451
  }
437
452
  else {
438
- this.bk(e_);
453
+ this.bn(e_);
439
454
  }
440
455
  }
441
- bs(e_) {
456
+ bv(e_) {
442
457
  let a = (e_.originalEvent.pointerType);
443
458
  if (a != "touch") {
444
- this.bi(e_);
459
+ this.bl(e_);
445
460
  }
446
461
  }
447
- br(e_) {
462
+ bu(e_) {
448
463
  let a = (e_.originalEvent.pointerType);
449
464
  if (a != "touch") {
450
- this.bh(e_);
465
+ this.bk(e_);
451
466
  }
452
467
  }
453
- b8(a) {
468
+ cb(a) {
454
469
  this.onContactStarted(a, true);
455
470
  }
456
- b9(a) {
471
+ cc(a) {
457
472
  this.onContactMoved(a, true);
458
473
  }
459
- ca(a) {
474
+ cd(a) {
460
475
  this.onContactCompleted(a, true);
461
476
  }
462
477
  onContactStarted(e_, a) {
463
478
  let b = false;
464
- if (this.s) {
479
+ if (this.v) {
465
480
  let indicator_ = this.i.q();
466
481
  b = (e_.originalEvent.srcElement === indicator_ || e_.originalEvent.target === indicator_);
467
482
  }
468
- this.l = false;
483
+ this.o = false;
469
484
  if (b) {
470
- this.l = true;
485
+ this.o = true;
471
486
  }
472
487
  else {
473
- if (this.a != null && this.x(this.a)) {
474
- this.a5 = e_.pageX;
475
- this.a6 = e_.pageY;
476
- if (this.ay != e_.which) {
477
- this.ak = 0;
488
+ if (this.a != null && this.aa(this.a)) {
489
+ this.a8 = e_.pageX;
490
+ this.a9 = e_.pageY;
491
+ if (this.a1 != e_.which) {
492
+ this.an = 0;
478
493
  }
479
- this.ay = e_.which;
480
- this.a.mouseDownCell(this.a5, this.a6);
494
+ this.a1 = e_.which;
495
+ this.a.mouseDownCell(this.a8, this.a9);
481
496
  }
482
497
  }
483
498
  }
@@ -485,10 +500,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
485
500
  if (this.a != null) {
486
501
  let c = a.pageX;
487
502
  let d = a.pageY;
488
- if (this.x(this.a)) {
503
+ if (this.aa(this.a)) {
489
504
  if (this.a.isMouseDown) {
490
505
  if (b) {
491
- if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ax || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ax) {
506
+ if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a0 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a0) {
492
507
  this.a.mouseUpCell(c, d);
493
508
  }
494
509
  else {
@@ -499,8 +514,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
499
514
  if (PointUtil.equals(this.a.mousePosition, null)) {
500
515
  this.a.mouseUpCell(c, d);
501
516
  }
502
- else if (this.ay == 1) {
503
- if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.al || Math.abs(d - this.a.mousePosition.y) > GridCellBase.al) {
517
+ else if (this.a1 == 1) {
518
+ if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.ao || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ao) {
504
519
  this.a.isControlPressed = a.ctrlKey;
505
520
  this.a.dragStarted();
506
521
  }
@@ -514,28 +529,28 @@ export let GridCellBase = /*@__PURE__*/ (() => {
514
529
  }
515
530
  }
516
531
  onContactCompleted(e_, a) {
517
- this.ak++;
518
- window.setTimeout(() => this.ak = 0, 250);
532
+ this.an++;
533
+ window.setTimeout(() => this.an = 0, 250);
519
534
  let b = false;
520
- if (this.s) {
535
+ if (this.v) {
521
536
  let indicator_ = this.i.q();
522
537
  b = (e_.originalEvent.srcElement === indicator_ || e_.originalEvent.target === indicator_);
523
538
  }
524
- if (this.l && b) {
539
+ if (this.o && b) {
525
540
  this.b.clickExpansionIndicator();
526
541
  }
527
542
  else {
528
- if (this.a != null && this.x(this.a)) {
543
+ if (this.a != null && this.aa(this.a)) {
529
544
  let c = e_.pageX;
530
545
  let d = e_.pageY;
531
- if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ax || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ax || this.a.isDrag) {
546
+ if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a0 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a0 || this.a.isDrag) {
532
547
  this.a.mouseUpCell(c, d);
533
548
  }
534
549
  if (this.a.isCellDown()) {
535
550
  this.a.isControlPressed = e_.ctrlKey;
536
551
  this.a.isShiftPressed = e_.shiftKey;
537
- if (this.ak > 1) {
538
- switch (this.ay) {
552
+ if (this.an > 1) {
553
+ switch (this.a1) {
539
554
  case 1:
540
555
  this.a.doubleClicked(0);
541
556
  break;
@@ -570,16 +585,16 @@ export let GridCellBase = /*@__PURE__*/ (() => {
570
585
  }
571
586
  }
572
587
  }
573
- this.l = false;
588
+ this.o = false;
574
589
  }
575
- bm(a, b) {
590
+ bp(a, b) {
576
591
  if (this.a != null && this.a.isLeaveActionDesired) {
577
592
  let c = a.pageX;
578
593
  let d = a.pageY;
579
594
  this.a.mouseLeaveCell(c, d);
580
595
  }
581
596
  }
582
- bl(a, b) {
597
+ bo(a, b) {
583
598
  if (this.a != null && this.a.isEnterActionDesired) {
584
599
  let c = a.pageX;
585
600
  let d = a.pageY;
@@ -588,42 +603,42 @@ export let GridCellBase = /*@__PURE__*/ (() => {
588
603
  }
589
604
  onDoubleClick(a) {
590
605
  }
591
- bp(a, b, c) {
606
+ bs(a, b, c) {
592
607
  switch (a) {
593
608
  case "Indent":
594
- this.an = this.a3 * 24;
595
- this.ao = this.a3 > 0 ? 10 : 0;
596
- if (this.ad != null) {
597
- this.ad.setRawXPosition(this.au + this.an);
598
- this.ad.setRawYPosition(intDivide(this.aq, 2) - intDivide(this.am, 2));
609
+ this.aq = this.a6 * 24;
610
+ this.ar = this.a6 > 0 ? 10 : 0;
611
+ if (this.ag != null) {
612
+ this.ag.setRawXPosition(this.ax + this.aq);
613
+ this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.ap, 2));
599
614
  }
600
615
  break;
601
616
  case "IsCollapsable":
602
- if (this.s) {
603
- this.bf();
617
+ if (this.v) {
618
+ this.bi();
604
619
  }
605
620
  else {
606
- this.bv();
621
+ this.by();
607
622
  }
608
623
  break;
609
624
  case "IsExpanded":
610
625
  if (this.i != null) {
611
- this.i.g = this.t;
626
+ this.i.g = this.w;
612
627
  }
613
628
  break;
614
629
  case "IsHitTestVisible":
615
- this.ae.setRawStyleProperty("pointer-events", this.v ? "auto" : "none");
630
+ this.ah.setRawStyleProperty("pointer-events", this.y ? "auto" : "none");
616
631
  break;
617
632
  }
618
633
  }
619
- bo() {
634
+ br() {
620
635
  }
621
- be() {
622
- this.ac.focus(true);
636
+ bh() {
637
+ this.af.focus(true);
623
638
  }
624
- bc() {
639
+ bf() {
625
640
  if (this.a != null) {
626
- let a = this.ac.clone();
641
+ let a = this.af.clone();
627
642
  this.a.passCellClone(a);
628
643
  }
629
644
  }
@@ -631,8 +646,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
631
646
  }
632
647
  }
633
648
  GridCellBase.$t = /*@__PURE__*/ markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
634
- GridCellBase.a4 = /*@__PURE__*/ new Random(0);
635
- GridCellBase.ax = 10;
636
- GridCellBase.al = 3;
649
+ GridCellBase.k = null;
650
+ GridCellBase.a7 = /*@__PURE__*/ new Random(0);
651
+ GridCellBase.a0 = 10;
652
+ GridCellBase.ao = 3;
637
653
  return GridCellBase;
638
654
  })();