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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +29294 -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 +6 -2
  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 +6 -2
  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 +20008 -13895
  332. package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
  333. package/grids/combined.js +9215 -9187
  334. package/grids/styles.css +1 -1
  335. package/grids/themes/dark/bootstrap.css +1 -1
  336. package/grids/themes/dark/fluent.css +1 -1
  337. package/grids/themes/dark/indigo.css +1 -1
  338. package/grids/themes/dark/material.css +1 -1
  339. package/grids/themes/light/bootstrap.css +1 -1
  340. package/grids/themes/light/fluent.css +1 -1
  341. package/grids/themes/light/indigo.css +1 -1
  342. package/grids/themes/light/material.css +1 -1
  343. package/lib/BaseEditorView.d.ts +12 -11
  344. package/lib/CanvasGridCellBase.d.ts +113 -110
  345. package/lib/CanvasImageCell.d.ts +13 -13
  346. package/lib/CanvasSectionHeaderCell.d.ts +1 -1
  347. package/lib/CanvasSummaryCell.d.ts +14 -14
  348. package/lib/CanvasTemplateCell.d.ts +4 -4
  349. package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
  350. package/lib/CanvasTextCell.d.ts +1 -1
  351. package/lib/CanvasTextHeaderCell.d.ts +6 -6
  352. package/lib/CheckboxListBridge.d.ts +20 -9
  353. package/lib/CheckboxListExternal.d.ts +6 -6
  354. package/lib/CheckboxListExternalIndexType.d.ts +12 -0
  355. package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
  356. package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
  357. package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
  358. package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
  359. package/lib/CheckboxListViewExternal.d.ts +20 -0
  360. package/lib/CheckboxListView_combined.d.ts +135 -121
  361. package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
  362. package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
  363. package/lib/ColumnSummaryDescription.d.ts +21 -18
  364. package/lib/ComboEditorView.d.ts +17 -17
  365. package/lib/DataGridColumnToolbarManager.d.ts +1 -0
  366. package/lib/DateEditorView.d.ts +14 -14
  367. package/lib/EditorCell.d.ts +67 -67
  368. package/lib/FilterCell.d.ts +55 -55
  369. package/lib/GridCellBase.d.ts +92 -89
  370. package/lib/GridCompoundConditionalStyle.d.ts +1 -0
  371. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
  372. package/lib/GridConditionalStyle.d.ts +1 -0
  373. package/lib/GridConditionalStyleBoundType.d.ts +9 -0
  374. package/lib/GridConditionalStyleCollection.d.ts +1 -0
  375. package/lib/GridConditionalStyleProperty.d.ts +127 -0
  376. package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
  377. package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
  378. package/lib/GridFilterDialogView_combined.d.ts +103 -79
  379. package/lib/GridModuleHelper.d.ts +8 -0
  380. package/lib/GridSelectedKeysCollection.d.ts +6 -2
  381. package/lib/GridStyleRepository.d.ts +68 -62
  382. package/lib/ICellActionManager.d.ts +1 -1
  383. package/lib/ICellPresenter.d.ts +1 -1
  384. package/lib/ICellRenderingEngine.d.ts +1 -1
  385. package/lib/IDataAdapter.d.ts +1 -1
  386. package/lib/IDragger.d.ts +1 -1
  387. package/lib/IDraggerView.d.ts +1 -1
  388. package/lib/IExternalDefinitionBase.d.ts +1 -1
  389. package/lib/IExternalGrid.d.ts +1 -1
  390. package/lib/IGridInfoRequestor.d.ts +1 -1
  391. package/lib/ISummaryChooserView.d.ts +1 -1
  392. package/lib/ImageCell.d.ts +18 -18
  393. package/lib/NativeUIComboFactory.d.ts +18 -0
  394. package/lib/NumericCell.d.ts +1 -1
  395. package/lib/SectionHeaderCell.d.ts +4 -4
  396. package/lib/SummaryCell.d.ts +10 -10
  397. package/lib/TemplateCell.d.ts +6 -6
  398. package/lib/TemplateHeader.d.ts +4 -4
  399. package/lib/TemplateHeaderCell.d.ts +3 -3
  400. package/lib/TemplateHeaderCellModel.d.ts +7 -6
  401. package/lib/TemplateSectionHeader.d.ts +3 -3
  402. package/lib/TextCell.d.ts +7 -7
  403. package/lib/TextEditorView.d.ts +7 -7
  404. package/lib/TextHeaderCell.d.ts +30 -30
  405. package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
  406. package/lib/TextIconSetConditionalStyle.d.ts +18 -0
  407. package/lib/VerticalSeparatorCell.d.ts +8 -8
  408. package/lib/igc-checkbox-list-component.d.ts +10 -0
  409. package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
  410. package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
  411. package/lib/igc-column-summary-description.d.ts +5 -0
  412. package/lib/igc-data-grid-column-component.d.ts +8 -0
  413. package/lib/igc-data-grid-component.d.ts +5 -0
  414. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  415. package/lib/igc-definition-base-component.d.ts +63 -0
  416. package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
  417. package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
  418. package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
  419. package/lib/igc-grid-conditional-style-component.d.ts +80 -0
  420. package/lib/igc-grid-conditional-style-module.d.ts +3 -0
  421. package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
  422. package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
  423. package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
  424. package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
  425. package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
  426. package/package.json +4 -4
  427. package/public_api.d.ts +36 -4
@@ -10,8 +10,10 @@ import { INativeCell_$type } from "./INativeCell";
10
10
  import { GridExpansionIndicator } from "./GridExpansionIndicator";
11
11
  import { PlaceholderView } from "./PlaceholderView";
12
12
  import { Color } from "igniteui-webcomponents-core";
13
- import { DeviceUtils } from "igniteui-webcomponents-core";
13
+ import { TestRandomness } from "igniteui-webcomponents-core";
14
14
  import { Random } from "igniteui-webcomponents-core";
15
+ import { DefaultRandomnessSource } from "igniteui-webcomponents-core";
16
+ import { DeviceUtils } from "igniteui-webcomponents-core";
15
17
  import { intDivide, truncate, isNaN_ } from "igniteui-webcomponents-core";
16
18
  /**
17
19
  * @hidden
@@ -23,69 +25,69 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
23
25
  _this.a = null;
24
26
  _this.e = null;
25
27
  _this.c = null;
26
- _this.aa = null;
27
- _this.ac = null;
28
- _this.p = false;
29
28
  _this.ad = null;
29
+ _this.af = null;
30
+ _this.s = false;
31
+ _this.ag = null;
30
32
  _this.i = null;
31
- _this.ap = 0;
32
- _this.am = 24;
33
- _this.ao = 0;
34
- _this.an = 0;
35
33
  _this.as = 0;
36
- _this.m = false;
34
+ _this.ap = 24;
35
+ _this.ar = 0;
36
+ _this.aq = 0;
37
+ _this.av = 0;
38
+ _this.p = false;
39
+ _this.q = false;
40
+ _this.r = true;
37
41
  _this.n = false;
38
- _this.o = true;
39
- _this.k = false;
40
- _this.au = 0;
42
+ _this.ax = 0;
43
+ _this.az = 0;
44
+ _this.ay = 0;
41
45
  _this.aw = 0;
42
- _this.av = 0;
43
- _this.at = 0;
44
- _this.ah = 0;
46
+ _this.ak = 0;
47
+ _this.am = 0;
48
+ _this.al = 0;
45
49
  _this.aj = 0;
46
- _this.ai = 0;
47
- _this.ag = 0;
48
- _this.cg = null;
49
- _this.aq = 0;
50
- _this.az = 0;
51
- _this.ar = 0;
50
+ _this.cj = null;
51
+ _this.at = 0;
52
+ _this.a2 = 0;
53
+ _this.au = 0;
52
54
  _this.j = null;
53
55
  _this.g = 0;
54
56
  _this.h = 0;
55
- _this.z = 0;
56
- _this.y = 0;
57
- _this.q = false;
58
- _this.a5 = 0;
59
- _this.a6 = 0;
60
- _this.af = 0;
61
- _this.ay = -1;
62
- _this.ak = 0;
63
- _this.l = false;
64
- _this.aa = a;
65
- _this.ac = _this.aa.createElement("div");
66
- _this.ac.setAttribute("tabindex", "-1");
67
- _this.ac.setRawStyleProperty("position", "absolute");
68
- _this.ac.setRawStyleProperty("overflow", "hidden");
69
- _this.ac.setRawStyleProperty("box-sizing", "border-box");
70
- _this.ac.setRawStyleProperty("outline", "none");
57
+ _this.ac = 0;
58
+ _this.ab = 0;
59
+ _this.t = false;
60
+ _this.a8 = 0;
61
+ _this.a9 = 0;
62
+ _this.ai = 0;
63
+ _this.a1 = -1;
64
+ _this.an = 0;
65
+ _this.o = false;
66
+ _this.ad = a;
67
+ _this.af = _this.ad.createElement("div");
68
+ _this.af.setAttribute("tabindex", "-1");
69
+ _this.af.setRawStyleProperty("position", "absolute");
70
+ _this.af.setRawStyleProperty("overflow", "hidden");
71
+ _this.af.setRawStyleProperty("box-sizing", "border-box");
72
+ _this.af.setRawStyleProperty("outline", "none");
71
73
  var b = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
72
74
  var c = (window.PointerEvent !== undefined);
73
75
  var d = (window.TouchEvent);
74
76
  if ((b || c)) {
75
- _this.ac.listen("pointerdown", runOn(_this, _this.bq));
76
- _this.ac.listen("pointerup", runOn(_this, _this.bu));
77
- _this.ac.listen("pointermove", runOn(_this, _this.bt));
78
- _this.ac.listen("pointerleave", runOn(_this, _this.bs));
79
- _this.ac.listen("pointerenter", runOn(_this, _this.br));
77
+ _this.af.listen("pointerdown", runOn(_this, _this.bt));
78
+ _this.af.listen("pointerup", runOn(_this, _this.bx));
79
+ _this.af.listen("pointermove", runOn(_this, _this.bw));
80
+ _this.af.listen("pointerleave", runOn(_this, _this.bv));
81
+ _this.af.listen("pointerenter", runOn(_this, _this.bu));
80
82
  }
81
83
  else {
82
- _this.ac.listen("mousedown", runOn(_this, _this.bg));
83
- _this.ac.listen("mouseup", runOn(_this, _this.bk));
84
- _this.ac.listen("mousemove", runOn(_this, _this.bj));
85
- _this.ac.listen("mouseleave", runOn(_this, _this.bi));
86
- _this.ac.listen("touchstart", runOn(_this, _this.b8));
87
- _this.ac.listen("touchend", runOn(_this, _this.ca));
88
- _this.ac.listen("touchmove", runOn(_this, _this.b9));
84
+ _this.af.listen("mousedown", runOn(_this, _this.bj));
85
+ _this.af.listen("mouseup", runOn(_this, _this.bn));
86
+ _this.af.listen("mousemove", runOn(_this, _this.bm));
87
+ _this.af.listen("mouseleave", runOn(_this, _this.bl));
88
+ _this.af.listen("touchstart", runOn(_this, _this.cb));
89
+ _this.af.listen("touchend", runOn(_this, _this.cd));
90
+ _this.af.listen("touchmove", runOn(_this, _this.cc));
89
91
  }
90
92
  return _this;
91
93
  }
@@ -110,255 +112,265 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
110
112
  enumerable: false,
111
113
  configurable: true
112
114
  });
113
- Object.defineProperty(GridCellBase.prototype, "ab", {
115
+ Object.defineProperty(GridCellBase.prototype, "ae", {
114
116
  get: function () {
115
- return this.aa;
117
+ return this.ad;
116
118
  },
117
119
  enumerable: false,
118
120
  configurable: true
119
121
  });
120
- Object.defineProperty(GridCellBase.prototype, "ae", {
122
+ Object.defineProperty(GridCellBase.prototype, "ah", {
121
123
  get: function () {
122
- return this.ac;
124
+ return this.af;
123
125
  },
124
126
  enumerable: false,
125
127
  configurable: true
126
128
  });
127
129
  Object.defineProperty(GridCellBase.prototype, "isRemoved", {
128
130
  get: function () {
129
- return this.p;
131
+ return this.s;
130
132
  },
131
133
  set: function (a) {
132
- var b = this.p;
133
- this.p = a;
134
- if (b != this.p) {
135
- this.bp("IsRemoved", b, this.p);
134
+ var b = this.s;
135
+ this.s = a;
136
+ if (b != this.s) {
137
+ this.bs("IsRemoved", b, this.s);
136
138
  }
137
139
  },
138
140
  enumerable: false,
139
141
  configurable: true
140
142
  });
141
- Object.defineProperty(GridCellBase.prototype, "a2", {
143
+ Object.defineProperty(GridCellBase.prototype, "a5", {
142
144
  get: function () {
143
- return this.ap;
145
+ return this.as;
144
146
  },
145
147
  enumerable: false,
146
148
  configurable: true
147
149
  });
148
- Object.defineProperty(GridCellBase.prototype, "a0", {
150
+ Object.defineProperty(GridCellBase.prototype, "a3", {
149
151
  get: function () {
150
- return this.an;
152
+ return this.aq;
151
153
  },
152
154
  enumerable: false,
153
155
  configurable: true
154
156
  });
155
- Object.defineProperty(GridCellBase.prototype, "a1", {
157
+ Object.defineProperty(GridCellBase.prototype, "a4", {
156
158
  get: function () {
157
- return this.ao;
159
+ return this.ar;
158
160
  },
159
161
  enumerable: false,
160
162
  configurable: true
161
163
  });
162
- Object.defineProperty(GridCellBase.prototype, "a3", {
164
+ Object.defineProperty(GridCellBase.prototype, "a6", {
163
165
  get: function () {
164
- return this.as;
166
+ return this.av;
165
167
  },
166
168
  set: function (a) {
167
- var b = this.as;
168
- this.as = a;
169
- if (b != this.as) {
170
- this.bp("Indent", b, this.as);
169
+ var b = this.av;
170
+ this.av = a;
171
+ if (b != this.av) {
172
+ this.bs("Indent", b, this.av);
171
173
  }
172
174
  },
173
175
  enumerable: false,
174
176
  configurable: true
175
177
  });
176
- Object.defineProperty(GridCellBase.prototype, "s", {
178
+ Object.defineProperty(GridCellBase.prototype, "v", {
177
179
  get: function () {
178
- return this.m;
180
+ return this.p;
179
181
  },
180
182
  set: function (a) {
181
- var b = this.m;
182
- this.m = a;
183
- if (b != this.m) {
184
- this.bp("IsCollapsable", b, this.m);
183
+ var b = this.p;
184
+ this.p = a;
185
+ if (b != this.p) {
186
+ this.bs("IsCollapsable", b, this.p);
185
187
  }
186
188
  },
187
189
  enumerable: false,
188
190
  configurable: true
189
191
  });
190
- Object.defineProperty(GridCellBase.prototype, "t", {
192
+ Object.defineProperty(GridCellBase.prototype, "w", {
191
193
  get: function () {
192
- return this.n;
194
+ return this.q;
193
195
  },
194
196
  set: function (a) {
195
- var b = this.n;
196
- this.n = a;
197
- if (b != this.n) {
198
- this.bp("IsExpanded", b, this.n);
197
+ var b = this.q;
198
+ this.q = a;
199
+ if (b != this.q) {
200
+ this.bs("IsExpanded", b, this.q);
199
201
  }
200
202
  },
201
203
  enumerable: false,
202
204
  configurable: true
203
205
  });
204
- Object.defineProperty(GridCellBase.prototype, "v", {
206
+ Object.defineProperty(GridCellBase.prototype, "y", {
205
207
  get: function () {
206
- return this.o;
208
+ return this.r;
207
209
  },
208
210
  set: function (a) {
209
- var b = this.o;
210
- this.o = a;
211
- if (b != this.o) {
212
- this.bp("IsHitTestVisible", b, this.o);
211
+ var b = this.r;
212
+ this.r = a;
213
+ if (b != this.r) {
214
+ this.bs("IsHitTestVisible", b, this.r);
213
215
  }
214
216
  },
215
217
  enumerable: false,
216
218
  configurable: true
217
219
  });
218
- GridCellBase.prototype.bf = function () {
219
- this.ao = 10;
220
- this.an = this.a3 * 24;
221
- this.ap = 24;
222
- if (this.ad == null) {
223
- this.ad = this.aa.createElement("div");
224
- this.ad.setRawStyleProperty("display", "inline-block");
225
- this.ad.setRawStyleProperty("vertical-align", "middle");
226
- this.ad.setRawStyleProperty("width", this.ap + "px");
227
- this.ad.setRawStyleProperty("height", this.ap + "px");
228
- this.ad.setRawStyleProperty("cursor", "pointer");
229
- this.ad.setRawStyleProperty("position", "absolute");
230
- this.ad.setRawXPosition(this.au + this.an);
231
- this.ad.setRawYPosition(intDivide(this.aq, 2) - intDivide(this.am, 2));
220
+ GridCellBase.prototype.bi = function () {
221
+ this.ar = 10;
222
+ this.aq = this.a6 * 24;
223
+ this.as = 24;
224
+ if (this.ag == null) {
225
+ this.ag = this.ad.createElement("div");
226
+ this.ag.setRawStyleProperty("display", "inline-block");
227
+ this.ag.setRawStyleProperty("vertical-align", "middle");
228
+ this.ag.setRawStyleProperty("width", this.as + "px");
229
+ this.ag.setRawStyleProperty("height", this.as + "px");
230
+ this.ag.setRawStyleProperty("cursor", "pointer");
231
+ this.ag.setRawStyleProperty("position", "absolute");
232
+ this.ag.setRawXPosition(this.ax + this.aq);
233
+ this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.ap, 2));
232
234
  }
233
235
  if (this.i == null) {
234
- var a = this.aa.getSubRenderer(this.ad);
236
+ var a = this.ad.getSubRenderer(this.ag);
235
237
  this.i = new GridExpansionIndicator();
236
238
  this.i.ab(a);
237
239
  this.i.y(24, 24);
238
240
  }
239
- if (this.ad.parent() == null) {
240
- this.ac.append(this.ad);
241
+ if (this.ag.parent() == null) {
242
+ this.af.append(this.ag);
241
243
  }
242
244
  };
243
- GridCellBase.prototype.bv = function () {
244
- this.ap = 0;
245
- this.ao = 0;
246
- if (this.ad != null) {
247
- if (this.ad.parent() != null) {
248
- this.ad.remove();
245
+ GridCellBase.prototype.by = function () {
246
+ this.as = 0;
247
+ this.ar = 0;
248
+ if (this.ag != null) {
249
+ if (this.ag.parent() != null) {
250
+ this.ag.remove();
249
251
  }
250
252
  }
251
253
  };
252
- Object.defineProperty(GridCellBase.prototype, "r", {
254
+ Object.defineProperty(GridCellBase.prototype, "u", {
253
255
  get: function () {
254
- return this.k;
256
+ return this.n;
255
257
  },
256
258
  set: function (a) {
257
- this.k = a;
259
+ this.n = a;
258
260
  },
259
261
  enumerable: false,
260
262
  configurable: true
261
263
  });
262
- GridCellBase.prototype.get_w = function () {
264
+ GridCellBase.prototype.get_z = function () {
263
265
  return false;
264
266
  };
265
- Object.defineProperty(GridCellBase.prototype, "w", {
267
+ Object.defineProperty(GridCellBase.prototype, "z", {
266
268
  get: function () {
267
- return this.get_w();
269
+ return this.get_z();
268
270
  },
269
271
  enumerable: false,
270
272
  configurable: true
271
273
  });
272
- GridCellBase.prototype.b4 = function (a, b, c, d) {
273
- this.au = a;
274
- this.aw = b;
275
- this.av = c;
276
- this.at = d;
277
- this.ac.setRawStyleProperty("padding-left", a.toString() + "px");
278
- this.ac.setRawStyleProperty("padding-top", b.toString() + "px");
279
- this.ac.setRawStyleProperty("padding-right", c.toString() + "px");
280
- this.ac.setRawStyleProperty("padding-bottom", d.toString() + "px");
281
- };
282
- GridCellBase.prototype.by = function (a, b, c, d, e) {
283
- this.ah = b;
284
- this.aj = c;
285
- this.ai = d;
286
- this.ag = e;
287
- this.cg = a;
274
+ GridCellBase.prototype.b7 = function (a, b, c, d) {
275
+ this.ax = a;
276
+ this.az = b;
277
+ this.ay = c;
278
+ this.aw = d;
279
+ this.af.setRawStyleProperty("padding-left", a.toString() + "px");
280
+ this.af.setRawStyleProperty("padding-top", b.toString() + "px");
281
+ this.af.setRawStyleProperty("padding-right", c.toString() + "px");
282
+ this.af.setRawStyleProperty("padding-bottom", d.toString() + "px");
283
+ };
284
+ GridCellBase.prototype.b1 = function (a, b, c, d, e) {
285
+ this.ak = b;
286
+ this.am = c;
287
+ this.al = d;
288
+ this.aj = e;
289
+ this.cj = a;
288
290
  if (a == null) {
289
- this.ac.setRawStyleProperty("border", "");
291
+ this.af.setRawStyleProperty("border", "");
290
292
  }
291
293
  else {
292
- this.ac.setRawStyleProperty("border-color", a._fill);
293
- this.ac.setRawStyleProperty("border-left-width", b.toString() + "px");
294
- this.ac.setRawStyleProperty("border-top-width", c.toString() + "px");
295
- this.ac.setRawStyleProperty("border-right-width", d.toString() + "px");
296
- this.ac.setRawStyleProperty("border-bottom-width", e.toString() + "px");
297
- this.ac.setRawStyleProperty("border-style", "solid");
294
+ this.af.setRawStyleProperty("border-color", a._fill);
295
+ this.af.setRawStyleProperty("border-left-width", b.toString() + "px");
296
+ this.af.setRawStyleProperty("border-top-width", c.toString() + "px");
297
+ this.af.setRawStyleProperty("border-right-width", d.toString() + "px");
298
+ this.af.setRawStyleProperty("border-bottom-width", e.toString() + "px");
299
+ this.af.setRawStyleProperty("border-style", "solid");
298
300
  }
299
301
  };
300
- GridCellBase.prototype.get_u = function () {
302
+ GridCellBase.prototype.get_x = function () {
301
303
  return false;
302
304
  };
303
- Object.defineProperty(GridCellBase.prototype, "u", {
305
+ Object.defineProperty(GridCellBase.prototype, "x", {
304
306
  get: function () {
305
- return this.get_u();
307
+ return this.get_x();
306
308
  },
307
309
  enumerable: false,
308
310
  configurable: true
309
311
  });
310
- GridCellBase.prototype.b0 = function (a, b) {
311
- if (this.aq != a || this.ar != b) {
312
- var c = this.aq;
313
- this.aq = a;
314
- this.ar = b;
315
- var d = Math.max(0, this.aq - this.ar);
316
- this.ac.setRawStyleProperty("height", a.toString() + "px");
317
- this.ac.setRawStyleProperty("line-height", d.toString() + "px");
318
- if (this.ad != null) {
319
- this.ad.setRawYPosition(intDivide(this.aq, 2) - intDivide(this.ap, 2));
312
+ GridCellBase.prototype.b3 = function (a, b) {
313
+ if (this.at != a || this.au != b) {
314
+ var c = this.at;
315
+ this.at = a;
316
+ this.au = b;
317
+ var d = Math.max(0, this.at - this.au);
318
+ this.af.setRawStyleProperty("height", a.toString() + "px");
319
+ this.af.setRawStyleProperty("line-height", d.toString() + "px");
320
+ if (this.ag != null) {
321
+ this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.as, 2));
320
322
  }
321
- this.b7(this.az, this.aq, this.az, c);
323
+ this.ca(this.a2, this.at, this.a2, c);
322
324
  }
323
325
  };
324
- GridCellBase.prototype.b6 = function (a, b) {
325
- if (this.az != a) {
326
- var c = this.az;
327
- this.az = a;
328
- this.ac.setRawStyleProperty("width", a.toString() + "px");
329
- this.b7(this.az, this.aq, c, this.aq);
326
+ GridCellBase.prototype.b9 = function (a, b) {
327
+ if (this.a2 != a) {
328
+ var c = this.a2;
329
+ this.a2 = a;
330
+ this.af.setRawStyleProperty("width", a.toString() + "px");
331
+ this.ca(this.a2, this.at, c, this.at);
330
332
  }
331
333
  };
332
- GridCellBase.prototype.b7 = function (a, b, c, d) {
334
+ GridCellBase.prototype.ca = function (a, b, c, d) {
333
335
  };
334
- GridCellBase.prototype.bd = function () {
335
- if (!this.w) {
336
+ GridCellBase.prototype.bg = function () {
337
+ if (!this.z) {
336
338
  return;
337
339
  }
338
- this.k = true;
339
- this.j = new PlaceholderView(this.aa);
340
+ this.n = true;
341
+ this.j = new PlaceholderView(this.ad);
340
342
  this.g = 0;
341
343
  this.h = 1;
342
344
  this.j.l = Color.u(120, 120, 120, 120);
343
345
  this.j.i = 0;
344
- this.ac.append(this.j.g);
346
+ this.af.append(this.j.g);
345
347
  };
346
- GridCellBase.prototype.bx = function (a) {
347
- this.ac.setRawStyleProperty("background-color", a.colorString);
348
+ GridCellBase.prototype.b0 = function (a) {
349
+ this.af.setRawStyleProperty("background-color", a.colorString);
348
350
  };
349
- GridCellBase.prototype.b3 = function (a) {
350
- this.ac.setRawStyleProperty("opacity", a.toString());
351
+ GridCellBase.prototype.b6 = function (a) {
352
+ this.af.setRawStyleProperty("opacity", a.toString());
351
353
  };
352
- GridCellBase.prototype.cf = function (a) {
353
- if (!this.w) {
354
+ GridCellBase.prototype.m = function () {
355
+ if (TestRandomness.instance.testRandomnessSource != null) {
356
+ return TestRandomness.instance.testRandomnessSource;
357
+ }
358
+ return new DefaultRandomnessSource(1, GridCellBase.a7);
359
+ };
360
+ GridCellBase.prototype.l = function () {
361
+ var a = this.m();
362
+ return a.getGenerator("PlaceholderWidths");
363
+ };
364
+ GridCellBase.prototype.ci = function (a) {
365
+ if (!this.z) {
354
366
  return;
355
367
  }
356
368
  this.j.i = (a * 0.20000000298023224);
357
369
  };
358
- GridCellBase.prototype.cd = function (a, b, c, d) {
370
+ GridCellBase.prototype.cg = function (a, b, c, d) {
359
371
  if (this.j != null) {
360
- var e = this.z;
361
- var f = this.y;
372
+ var e = this.ac;
373
+ var f = this.ab;
362
374
  if (this.h == 1) {
363
375
  b = truncate((b + (d / 2) - (f / 2)));
364
376
  }
@@ -375,75 +387,78 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
375
387
  this.j.g.setRawYPosition(b);
376
388
  }
377
389
  };
378
- GridCellBase.prototype.bn = function (a, b, c) {
390
+ GridCellBase.prototype.bq = function (a, b, c) {
379
391
  };
380
- GridCellBase.prototype.ce = function (a) {
381
- if (!this.w) {
392
+ GridCellBase.prototype.ch = function (a) {
393
+ if (!this.z) {
382
394
  return;
383
395
  }
384
396
  var b = DeviceUtils.f(12);
385
397
  if (a.ag != null && !isNaN_(a.ag.f)) {
386
398
  b = a.ag.f;
387
399
  }
388
- if (this.y != b) {
389
- this.y = b;
400
+ if (this.ab != b) {
401
+ this.ab = b;
390
402
  this.j.d = (b);
391
403
  }
392
- var c = a.gu * 0.2;
393
- var d = a.fc * 0.6;
394
- if (this.z >= c && this.z <= d && !this.q) {
404
+ var c = a.hd * 0.2;
405
+ var d = a.fu * 0.6;
406
+ if (this.ac >= c && this.ac <= d && !this.t) {
395
407
  return;
396
408
  }
397
- this.q = false;
398
- var e = (GridCellBase.a4.nextDouble() * (d - c) + c);
399
- if (this.z != e) {
400
- this.z = e;
409
+ this.t = false;
410
+ if (GridCellBase.k == null) {
411
+ GridCellBase.k = this.l();
412
+ }
413
+ var e = (GridCellBase.k.nextDouble() * (d - c) + c);
414
+ if (this.ac != e) {
415
+ this.ac = e;
401
416
  this.j.e = e;
402
417
  }
403
- this.cd(this.au + this.an + this.ap, this.aw, this.az - (this.au + this.av), this.aq - (this.aw + this.at));
418
+ this.cg(this.ax + this.aq + this.as, this.az, this.a2 - (this.ax + this.ay), this.at - (this.az + this.aw));
404
419
  };
405
- GridCellBase.prototype.cb = function (a, b) {
406
- if (!this.w) {
420
+ GridCellBase.prototype.ce = function (a, b) {
421
+ if (!this.z) {
407
422
  return;
408
423
  }
409
424
  this.g = a;
410
425
  this.h = b;
411
- this.q = true;
426
+ this.t = true;
412
427
  };
413
- GridCellBase.prototype.cc = function (a) {
414
- if (!this.w) {
428
+ GridCellBase.prototype.cf = function (a) {
429
+ if (!this.z) {
415
430
  return;
416
431
  }
417
432
  if (a != null) {
418
433
  this.j.l = a.color;
419
434
  }
420
435
  };
421
- GridCellBase.prototype.bw = function (a) {
436
+ GridCellBase.prototype.bz = function (a) {
422
437
  this.a = a;
423
438
  };
424
- GridCellBase.prototype.b2 = function (a) {
439
+ GridCellBase.prototype.b5 = function (a) {
425
440
  this.e = a;
426
441
  };
427
- GridCellBase.prototype.bz = function (a) {
442
+ GridCellBase.prototype.b2 = function (a) {
428
443
  this.c = a;
429
444
  };
430
- GridCellBase.prototype.b1 = function (a, b) {
445
+ GridCellBase.prototype.b4 = function (a, b) {
431
446
  switch (b) {
432
447
  case 0:
433
- this.ae.setRawStyleProperty("text-align", "left");
448
+ this.ah.setRawStyleProperty("text-align", "left");
434
449
  break;
435
450
  case 1:
436
- this.ae.setRawStyleProperty("text-align", "center");
451
+ this.ah.setRawStyleProperty("text-align", "center");
437
452
  break;
438
453
  case 2:
439
- this.ae.setRawStyleProperty("text-align", "right");
454
+ this.ah.setRawStyleProperty("text-align", "right");
440
455
  break;
441
456
  case 3:
442
- this.ae.setRawStyleProperty("text-align", "center");
457
+ this.ah.setRawStyleProperty("text-align", "center");
443
458
  break;
444
459
  }
445
460
  };
446
- GridCellBase.prototype.b5 = function (a, b) {
461
+ GridCellBase.prototype.b8 = function (a, b) {
447
462
  switch (b) {
448
463
  case 0:
449
464
  a.setRawStyleProperty("vertical-align", "top");
@@ -459,91 +474,91 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
459
474
  break;
460
475
  }
461
476
  };
462
- GridCellBase.prototype.x = function (a) {
477
+ GridCellBase.prototype.aa = function (a) {
463
478
  return a.isClickActionDesired;
464
479
  };
465
- GridCellBase.prototype.bg = function (a) {
480
+ GridCellBase.prototype.bj = function (a) {
466
481
  this.onContactStarted(a, false);
467
482
  };
468
- GridCellBase.prototype.bk = function (a) {
483
+ GridCellBase.prototype.bn = function (a) {
469
484
  this.onContactCompleted(a, false);
470
485
  };
471
- GridCellBase.prototype.bj = function (a) {
486
+ GridCellBase.prototype.bm = function (a) {
472
487
  this.onContactMoved(a, false);
473
488
  };
474
- GridCellBase.prototype.bi = function (a) {
475
- this.bm(a, false);
489
+ GridCellBase.prototype.bl = function (a) {
490
+ this.bp(a, false);
476
491
  };
477
- GridCellBase.prototype.bh = function (a) {
478
- this.bl(a, false);
492
+ GridCellBase.prototype.bk = function (a) {
493
+ this.bo(a, false);
479
494
  };
480
- GridCellBase.prototype.bq = function (e_) {
495
+ GridCellBase.prototype.bt = function (e_) {
481
496
  var a = (e_.originalEvent.pointerType);
482
497
  if (a == "touch") {
483
- this.b8(e_);
498
+ this.cb(e_);
484
499
  }
485
500
  else {
486
- this.bg(e_);
501
+ this.bj(e_);
487
502
  }
488
503
  };
489
- GridCellBase.prototype.bt = function (e_) {
504
+ GridCellBase.prototype.bw = function (e_) {
490
505
  var a = (e_.originalEvent.pointerType);
491
506
  if (a == "touch") {
492
- this.b9(e_);
507
+ this.cc(e_);
493
508
  }
494
509
  else {
495
- this.bj(e_);
510
+ this.bm(e_);
496
511
  }
497
512
  };
498
- GridCellBase.prototype.bu = function (e_) {
513
+ GridCellBase.prototype.bx = function (e_) {
499
514
  var a = (e_.originalEvent.pointerType);
500
515
  if (a == "touch") {
501
- this.ca(e_);
516
+ this.cd(e_);
502
517
  }
503
518
  else {
504
- this.bk(e_);
519
+ this.bn(e_);
505
520
  }
506
521
  };
507
- GridCellBase.prototype.bs = function (e_) {
522
+ GridCellBase.prototype.bv = function (e_) {
508
523
  var a = (e_.originalEvent.pointerType);
509
524
  if (a != "touch") {
510
- this.bi(e_);
525
+ this.bl(e_);
511
526
  }
512
527
  };
513
- GridCellBase.prototype.br = function (e_) {
528
+ GridCellBase.prototype.bu = function (e_) {
514
529
  var a = (e_.originalEvent.pointerType);
515
530
  if (a != "touch") {
516
- this.bh(e_);
531
+ this.bk(e_);
517
532
  }
518
533
  };
519
- GridCellBase.prototype.b8 = function (a) {
534
+ GridCellBase.prototype.cb = function (a) {
520
535
  this.onContactStarted(a, true);
521
536
  };
522
- GridCellBase.prototype.b9 = function (a) {
537
+ GridCellBase.prototype.cc = function (a) {
523
538
  this.onContactMoved(a, true);
524
539
  };
525
- GridCellBase.prototype.ca = function (a) {
540
+ GridCellBase.prototype.cd = function (a) {
526
541
  this.onContactCompleted(a, true);
527
542
  };
528
543
  GridCellBase.prototype.onContactStarted = function (e_, a) {
529
544
  var b = false;
530
- if (this.s) {
545
+ if (this.v) {
531
546
  var indicator_ = this.i.q();
532
547
  b = (e_.originalEvent.srcElement === indicator_ || e_.originalEvent.target === indicator_);
533
548
  }
534
- this.l = false;
549
+ this.o = false;
535
550
  if (b) {
536
- this.l = true;
551
+ this.o = true;
537
552
  }
538
553
  else {
539
- if (this.a != null && this.x(this.a)) {
540
- this.a5 = e_.pageX;
541
- this.a6 = e_.pageY;
542
- if (this.ay != e_.which) {
543
- this.ak = 0;
554
+ if (this.a != null && this.aa(this.a)) {
555
+ this.a8 = e_.pageX;
556
+ this.a9 = e_.pageY;
557
+ if (this.a1 != e_.which) {
558
+ this.an = 0;
544
559
  }
545
- this.ay = e_.which;
546
- this.a.mouseDownCell(this.a5, this.a6);
560
+ this.a1 = e_.which;
561
+ this.a.mouseDownCell(this.a8, this.a9);
547
562
  }
548
563
  }
549
564
  };
@@ -551,10 +566,10 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
551
566
  if (this.a != null) {
552
567
  var c = a.pageX;
553
568
  var d = a.pageY;
554
- if (this.x(this.a)) {
569
+ if (this.aa(this.a)) {
555
570
  if (this.a.isMouseDown) {
556
571
  if (b) {
557
- 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) {
572
+ 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) {
558
573
  this.a.mouseUpCell(c, d);
559
574
  }
560
575
  else {
@@ -565,8 +580,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
565
580
  if (PointUtil.equals(this.a.mousePosition, null)) {
566
581
  this.a.mouseUpCell(c, d);
567
582
  }
568
- else if (this.ay == 1) {
569
- if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.al || Math.abs(d - this.a.mousePosition.y) > GridCellBase.al) {
583
+ else if (this.a1 == 1) {
584
+ if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.ao || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ao) {
570
585
  this.a.isControlPressed = a.ctrlKey;
571
586
  this.a.dragStarted();
572
587
  }
@@ -581,28 +596,28 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
581
596
  };
582
597
  GridCellBase.prototype.onContactCompleted = function (e_, a) {
583
598
  var _this = this;
584
- this.ak++;
585
- window.setTimeout(function () { return _this.ak = 0; }, 250);
599
+ this.an++;
600
+ window.setTimeout(function () { return _this.an = 0; }, 250);
586
601
  var b = false;
587
- if (this.s) {
602
+ if (this.v) {
588
603
  var indicator_ = this.i.q();
589
604
  b = (e_.originalEvent.srcElement === indicator_ || e_.originalEvent.target === indicator_);
590
605
  }
591
- if (this.l && b) {
606
+ if (this.o && b) {
592
607
  this.b.clickExpansionIndicator();
593
608
  }
594
609
  else {
595
- if (this.a != null && this.x(this.a)) {
610
+ if (this.a != null && this.aa(this.a)) {
596
611
  var c = e_.pageX;
597
612
  var d = e_.pageY;
598
- 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) {
613
+ 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) {
599
614
  this.a.mouseUpCell(c, d);
600
615
  }
601
616
  if (this.a.isCellDown()) {
602
617
  this.a.isControlPressed = e_.ctrlKey;
603
618
  this.a.isShiftPressed = e_.shiftKey;
604
- if (this.ak > 1) {
605
- switch (this.ay) {
619
+ if (this.an > 1) {
620
+ switch (this.a1) {
606
621
  case 1:
607
622
  this.a.doubleClicked(0);
608
623
  break;
@@ -637,16 +652,16 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
637
652
  }
638
653
  }
639
654
  }
640
- this.l = false;
655
+ this.o = false;
641
656
  };
642
- GridCellBase.prototype.bm = function (a, b) {
657
+ GridCellBase.prototype.bp = function (a, b) {
643
658
  if (this.a != null && this.a.isLeaveActionDesired) {
644
659
  var c = a.pageX;
645
660
  var d = a.pageY;
646
661
  this.a.mouseLeaveCell(c, d);
647
662
  }
648
663
  };
649
- GridCellBase.prototype.bl = function (a, b) {
664
+ GridCellBase.prototype.bo = function (a, b) {
650
665
  if (this.a != null && this.a.isEnterActionDesired) {
651
666
  var c = a.pageX;
652
667
  var d = a.pageY;
@@ -655,51 +670,52 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
655
670
  };
656
671
  GridCellBase.prototype.onDoubleClick = function (a) {
657
672
  };
658
- GridCellBase.prototype.bp = function (a, b, c) {
673
+ GridCellBase.prototype.bs = function (a, b, c) {
659
674
  switch (a) {
660
675
  case "Indent":
661
- this.an = this.a3 * 24;
662
- this.ao = this.a3 > 0 ? 10 : 0;
663
- if (this.ad != null) {
664
- this.ad.setRawXPosition(this.au + this.an);
665
- this.ad.setRawYPosition(intDivide(this.aq, 2) - intDivide(this.am, 2));
676
+ this.aq = this.a6 * 24;
677
+ this.ar = this.a6 > 0 ? 10 : 0;
678
+ if (this.ag != null) {
679
+ this.ag.setRawXPosition(this.ax + this.aq);
680
+ this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.ap, 2));
666
681
  }
667
682
  break;
668
683
  case "IsCollapsable":
669
- if (this.s) {
670
- this.bf();
684
+ if (this.v) {
685
+ this.bi();
671
686
  }
672
687
  else {
673
- this.bv();
688
+ this.by();
674
689
  }
675
690
  break;
676
691
  case "IsExpanded":
677
692
  if (this.i != null) {
678
- this.i.g = this.t;
693
+ this.i.g = this.w;
679
694
  }
680
695
  break;
681
696
  case "IsHitTestVisible":
682
- this.ae.setRawStyleProperty("pointer-events", this.v ? "auto" : "none");
697
+ this.ah.setRawStyleProperty("pointer-events", this.y ? "auto" : "none");
683
698
  break;
684
699
  }
685
700
  };
686
- GridCellBase.prototype.bo = function () {
701
+ GridCellBase.prototype.br = function () {
687
702
  };
688
- GridCellBase.prototype.be = function () {
689
- this.ac.focus(true);
703
+ GridCellBase.prototype.bh = function () {
704
+ this.af.focus(true);
690
705
  };
691
- GridCellBase.prototype.bc = function () {
706
+ GridCellBase.prototype.bf = function () {
692
707
  if (this.a != null) {
693
- var a = this.ac.clone();
708
+ var a = this.af.clone();
694
709
  this.a.passCellClone(a);
695
710
  }
696
711
  };
697
712
  GridCellBase.prototype.detach = function () {
698
713
  };
699
714
  GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
700
- GridCellBase.a4 = new Random(0);
701
- GridCellBase.ax = 10;
702
- GridCellBase.al = 3;
715
+ GridCellBase.k = null;
716
+ GridCellBase.a7 = new Random(0);
717
+ GridCellBase.a0 = 10;
718
+ GridCellBase.ao = 3;
703
719
  return GridCellBase;
704
720
  }(Base));
705
721
  export { GridCellBase };