igniteui-angular-core 21.0.1 → 21.1.0-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 (701) hide show
  1. package/bundles/igniteui-angular-core.umd.js +15433 -11222
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/AbsolutePanelBridge.js +6 -6
  4. package/esm2015/lib/AggregatedDataProviderLayerInfo.js +12 -2
  5. package/esm2015/lib/AggregatedDataProvider_combined.js +1 -1
  6. package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
  7. package/esm2015/lib/AnchoredRadialSeriesDescription.js +35 -35
  8. package/esm2015/lib/AreaSeriesDescription.js +3 -3
  9. package/esm2015/lib/AxisDescriptionMetadata.js +8 -8
  10. package/esm2015/lib/BarSeriesDescription.js +6 -6
  11. package/esm2015/lib/BaseDOMEventProxy_combined.js +443 -440
  12. package/esm2015/lib/BubbleSeriesDescription.js +40 -40
  13. package/esm2015/lib/BulletGraphDescriptionMetadata.js +2 -2
  14. package/esm2015/lib/CanvasGestureDOMEventProxy.js +265 -264
  15. package/esm2015/lib/CanvasScalingHelpers.js +1 -1
  16. package/esm2015/lib/CategoryAngleAxisDescription.js +30 -30
  17. package/esm2015/lib/CategoryAxisBaseDescription.js +29 -21
  18. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
  19. package/esm2015/lib/CategoryChartDescription.js +150 -134
  20. package/esm2015/lib/CategoryChartDescriptionMetadata.js +4 -2
  21. package/esm2015/lib/CategoryDateTimeXAxisDescription.js +22 -22
  22. package/esm2015/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
  23. package/esm2015/lib/CategorySeriesDescription.js +22 -22
  24. package/esm2015/lib/CategoryXAxisDescription.js +36 -36
  25. package/esm2015/lib/CategoryYAxisDescription.js +34 -34
  26. package/esm2015/lib/CellInfoDescription.js +202 -178
  27. package/esm2015/lib/CellInfoDescriptionMetadata.js +7 -4
  28. package/esm2015/lib/CodeGenerationLibraryItem.js +4 -3
  29. package/esm2015/lib/CodeGenerationLibraryItemPlatform.js +2 -1
  30. package/esm2015/lib/CodeGenerationTargetPlatforms.js +2 -1
  31. package/esm2015/lib/ColumnFragmentDescription.js +6 -6
  32. package/esm2015/lib/ColumnSeriesDescription.js +9 -9
  33. package/esm2015/lib/ComboBoxColumnDescription.js +15 -15
  34. package/esm2015/lib/ComponentRendererAdapter.js +2 -0
  35. package/esm2015/lib/ComponentRenderer_combined.js +112 -71
  36. package/esm2015/lib/DashboardTileDescriptionMetadata.js +2 -2
  37. package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
  38. package/esm2015/lib/DataChartCategoryDescriptionModule.js +2 -0
  39. package/esm2015/lib/DataChartDescriptionMetadata.js +2 -2
  40. package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
  41. package/esm2015/lib/DataGridColumnDescription.js +411 -163
  42. package/esm2015/lib/DataGridColumnDescriptionMetadata.js +35 -4
  43. package/esm2015/lib/DataGridDescription.js +730 -514
  44. package/esm2015/lib/DataGridFilterDialogDescription.js +169 -25
  45. package/esm2015/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
  46. package/esm2015/lib/DataGridPagerDescription.js +38 -22
  47. package/esm2015/lib/DataGridPagerDescriptionMetadata.js +2 -0
  48. package/esm2015/lib/DataLegendDescriptionMetadata.js +12 -12
  49. package/esm2015/lib/DataPieBaseChartDescription.js +141 -125
  50. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
  51. package/esm2015/lib/DataPieChartDescription.js +36 -36
  52. package/esm2015/lib/DataPieChartDescriptionMetadata.js +2 -2
  53. package/esm2015/lib/DataSeries.js +1 -1
  54. package/esm2015/lib/DataSeriesMarker.js +7 -3
  55. package/esm2015/lib/DataSourceSpecialRow.js +2 -8
  56. package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
  57. package/esm2015/lib/DateTimeCellInfoDescription.js +18 -18
  58. package/esm2015/lib/DateTimeColumnDescription.js +36 -36
  59. package/esm2015/lib/DefinitionBaseDescriptionMetadata.js +1 -1
  60. package/esm2015/lib/DescriptionSerializer.js +3 -2
  61. package/esm2015/lib/DivBridge.js +1 -1
  62. package/esm2015/lib/DomainChartDescription.js +615 -559
  63. package/esm2015/lib/DomainChartDescriptionMetadata.js +23 -13
  64. package/esm2015/lib/DoughnutChartDescriptionMetadata.js +2 -2
  65. package/esm2015/lib/EditorCellInfoDescription.js +38 -38
  66. package/esm2015/lib/EventProxy.js +84 -78
  67. package/esm2015/lib/FilterCellInfoDescription.js +36 -36
  68. package/esm2015/lib/FilterSyntaxLexer.js +2 -2
  69. package/esm2015/lib/FinancialChartDescription.js +167 -167
  70. package/esm2015/lib/FinancialChartDescriptionMetadata.js +2 -2
  71. package/esm2015/lib/FlatDataProvider_combined.js +150 -143
  72. package/esm2015/lib/FontStringUtil.js +3 -1
  73. package/esm2015/lib/GeographicMapDescriptionMetadata.js +2 -2
  74. package/esm2015/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
  75. package/esm2015/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
  76. package/esm2015/lib/GridBridge.js +23 -11
  77. package/esm2015/lib/GridLayout.js +7 -0
  78. package/esm2015/lib/GridLayoutLayoutInfo.js +27 -0
  79. package/esm2015/lib/GridLayoutSizeDefinition.js +33 -0
  80. package/esm2015/lib/GridLayoutSizeInfo.js +25 -0
  81. package/esm2015/lib/GridLayoutSizeType.js +29 -0
  82. package/esm2015/lib/GridLayoutView.js +7 -0
  83. package/esm2015/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
  84. package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  85. package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  86. package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  87. package/esm2015/lib/IComponentRendererAdapter_combined.js +5 -0
  88. package/esm2015/lib/IGridLayoutView.js +7 -0
  89. package/esm2015/lib/IGridLayoutView_combined.js +383 -0
  90. package/esm2015/lib/INativeUIElementBridge_combined.js +186 -180
  91. package/esm2015/lib/IRenderer_combined.js +120 -20
  92. package/esm2015/lib/IgcButtonBridge.js +1 -1
  93. package/esm2015/lib/ImageCellInfoDescription.js +9 -9
  94. package/esm2015/lib/ImageColumnDescription.js +21 -21
  95. package/esm2015/lib/ItemLegendDescriptionMetadata.js +2 -2
  96. package/esm2015/lib/JsonDictionaryValue.js +2 -1
  97. package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +53 -7
  98. package/esm2015/lib/LegendDescriptionMetadata.js +2 -2
  99. package/esm2015/lib/LineSeriesDescription.js +3 -3
  100. package/esm2015/lib/LinearGaugeDescriptionMetadata.js +2 -2
  101. package/esm2015/lib/MarkerSeriesDescription.js +37 -29
  102. package/esm2015/lib/MarkerSeriesDescriptionMetadata.js +3 -2
  103. package/esm2015/lib/NativeUI.js +65 -53
  104. package/esm2015/lib/NativeUIAbsolutePanel.js +8 -8
  105. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  106. package/esm2015/lib/NativeUIButton.js +86 -86
  107. package/esm2015/lib/NativeUIButtonGroup.js +49 -49
  108. package/esm2015/lib/NativeUICheckbox.js +33 -33
  109. package/esm2015/lib/NativeUICheckboxList.js +147 -147
  110. package/esm2015/lib/NativeUIColorEditor.js +22 -22
  111. package/esm2015/lib/NativeUIColumn.js +1 -1
  112. package/esm2015/lib/NativeUICombo.js +30 -30
  113. package/esm2015/lib/NativeUIContent.js +5 -5
  114. package/esm2015/lib/NativeUIDropDown.js +22 -22
  115. package/esm2015/lib/NativeUIElementBridge.js +10 -2
  116. package/esm2015/lib/NativeUIGrid.js +67 -61
  117. package/esm2015/lib/NativeUIIcon.js +27 -27
  118. package/esm2015/lib/NativeUIIconButton.js +27 -27
  119. package/esm2015/lib/NativeUIInput.js +121 -121
  120. package/esm2015/lib/NativeUIInputsFactory.js +12 -12
  121. package/esm2015/lib/NativeUILabel.js +18 -12
  122. package/esm2015/lib/NativeUIPopup.js +100 -100
  123. package/esm2015/lib/NativeUISlider.js +66 -66
  124. package/esm2015/lib/NumericCellInfoDescription.js +39 -39
  125. package/esm2015/lib/NumericColumnDescription.js +59 -51
  126. package/esm2015/lib/NumericColumnDescriptionMetadata.js +1 -0
  127. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  128. package/esm2015/lib/PanelBridge.js +4 -4
  129. package/esm2015/lib/PieChartDescriptionMetadata.js +2 -2
  130. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
  131. package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
  132. package/esm2015/lib/PolarBaseDescription.js +75 -75
  133. package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
  134. package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
  135. package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
  136. package/esm2015/lib/PopupView_combined.js +1 -1
  137. package/esm2015/lib/PropertyEditorDescriptionMetadata.js +2 -2
  138. package/esm2015/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
  139. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
  140. package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
  141. package/esm2015/lib/RadialBaseChartDescription.js +229 -229
  142. package/esm2015/lib/RadialBaseDescription.js +85 -69
  143. package/esm2015/lib/RadialBaseDescriptionMetadata.js +2 -0
  144. package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
  145. package/esm2015/lib/RadialGaugeDescriptionMetadata.js +5 -5
  146. package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
  147. package/esm2015/lib/RadialPieSeriesDescription.js +15 -15
  148. package/esm2015/lib/RangeBarSeriesDescription.js +39 -0
  149. package/esm2015/lib/RangeBarSeriesDescriptionMetadata.js +41 -0
  150. package/esm2015/lib/RangeBarSeriesDescriptionModule.js +20 -0
  151. package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
  152. package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
  153. package/esm2015/lib/SVGParser.js +6 -0
  154. package/esm2015/lib/SVGRect.js +4 -0
  155. package/esm2015/lib/ScatterBaseDescription.js +71 -71
  156. package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
  157. package/esm2015/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
  158. package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
  159. package/esm2015/lib/ScrollerView_combined.js +315 -257
  160. package/esm2015/lib/SectionHeaderCellInfoDescription.js +9 -9
  161. package/esm2015/lib/SectionHeaderDescription.js +22 -6
  162. package/esm2015/lib/SectionHeaderDescriptionMetadata.js +2 -0
  163. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
  164. package/esm2015/lib/SizeDefinitionCollection.js +28 -0
  165. package/esm2015/lib/SpanBridge.js +5 -0
  166. package/esm2015/lib/SparklineDescriptionMetadata.js +2 -2
  167. package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
  168. package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
  169. package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
  170. package/esm2015/lib/StackedFragmentSeriesDescription.js +277 -245
  171. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
  172. package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
  173. package/esm2015/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
  174. package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
  175. package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
  176. package/esm2015/lib/SummaryCellInfoDescription.js +21 -21
  177. package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
  178. package/esm2015/lib/TemplateColumnDescription.js +6 -6
  179. package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
  180. package/esm2015/lib/TemplateSectionHeaderDescription.js +3 -3
  181. package/esm2015/lib/TextCellInfoDescription.js +3 -3
  182. package/esm2015/lib/TextColumnDescription.js +18 -18
  183. package/esm2015/lib/TextHeaderCellInfoDescription.js +167 -15
  184. package/esm2015/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
  185. package/esm2015/lib/TimeAxisBaseDescription.js +22 -22
  186. package/esm2015/lib/TimeAxisIntervalDescription.js +3 -3
  187. package/esm2015/lib/TimeXAxisDescription.js +11 -11
  188. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  189. package/esm2015/lib/ToolActionButtonPairDescription.js +103 -103
  190. package/esm2015/lib/ToolActionCheckboxDescription.js +33 -25
  191. package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
  192. package/esm2015/lib/ToolActionCheckboxGroupDescription.js +71 -0
  193. package/esm2015/lib/ToolActionCheckboxGroupDescriptionMetadata.js +45 -0
  194. package/esm2015/lib/ToolActionCheckboxGroupDescriptionModule.js +20 -0
  195. package/esm2015/lib/ToolActionCheckboxGroupInfo.js +37 -0
  196. package/esm2015/lib/ToolActionCheckboxGroupInfoDescription.js +41 -0
  197. package/esm2015/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +41 -0
  198. package/esm2015/lib/ToolActionCheckboxInfo.js +7 -0
  199. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +8 -0
  200. package/esm2015/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
  201. package/esm2015/lib/ToolActionCheckboxListDescription.js +84 -20
  202. package/esm2015/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
  203. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  204. package/esm2015/lib/ToolActionComboDescription.js +12 -12
  205. package/esm2015/lib/ToolActionDescription.js +140 -116
  206. package/esm2015/lib/ToolActionDescriptionMetadata.js +3 -0
  207. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  208. package/esm2015/lib/ToolActionFieldSelectorDescription.js +21 -21
  209. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  210. package/esm2015/lib/ToolActionIconButtonDescription.js +31 -31
  211. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  212. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  213. package/esm2015/lib/ToolActionRadioDescription.js +39 -31
  214. package/esm2015/lib/ToolActionRadioDescriptionMetadata.js +1 -0
  215. package/esm2015/lib/ToolActionRadioGroupDescription.js +71 -0
  216. package/esm2015/lib/ToolActionRadioGroupDescriptionMetadata.js +45 -0
  217. package/esm2015/lib/ToolActionRadioGroupDescriptionModule.js +20 -0
  218. package/esm2015/lib/ToolActionRadioGroupInfo.js +37 -0
  219. package/esm2015/lib/ToolActionRadioGroupInfoDescription.js +41 -0
  220. package/esm2015/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +41 -0
  221. package/esm2015/lib/ToolActionRadioInfo.js +7 -0
  222. package/esm2015/lib/ToolActionRadioInfoDescription.js +8 -0
  223. package/esm2015/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
  224. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  225. package/esm2015/lib/ToolActionSubPanelDescription.js +3 -3
  226. package/esm2015/lib/ToolActionSubPanelInfo.js +10 -0
  227. package/esm2015/lib/ToolActionSubPanelInfoDescription.js +8 -0
  228. package/esm2015/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
  229. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  230. package/esm2015/lib/ToolActionType.js +3 -1
  231. package/esm2015/lib/ToolPanelDescription.js +193 -169
  232. package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
  233. package/esm2015/lib/ToolPanelDescriptionModule.js +10 -6
  234. package/esm2015/lib/ToolbarDescription.js +133 -117
  235. package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -2
  236. package/esm2015/lib/TreemapDescriptionMetadata.js +4 -4
  237. package/esm2015/lib/TypeDescriptionPlatform.js +2 -1
  238. package/esm2015/lib/UIElementPropertyId.js +1 -1
  239. package/esm2015/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
  240. package/esm2015/lib/ValueLayerDescriptionMetadata.js +1 -1
  241. package/esm2015/lib/ValueOverlayDescriptionMetadata.js +1 -1
  242. package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  243. package/esm2015/lib/VerticalRangeCategorySeriesDescription.js +71 -0
  244. package/esm2015/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +45 -0
  245. package/esm2015/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +18 -0
  246. package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  247. package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
  248. package/esm2015/lib/XYChartDescription.js +229 -229
  249. package/esm2015/lib/XYChartDescriptionMetadata.js +4 -2
  250. package/esm2015/lib/XamMultiScaleImageView_combined.js +3 -3
  251. package/esm2015/lib/ZoomSliderDescriptionMetadata.js +3 -3
  252. package/esm2015/lib/angular-renderer.js +18 -0
  253. package/esm2015/lib/array.js +33 -0
  254. package/esm2015/lib/componentUtil.js +101 -0
  255. package/esm2015/lib/dictionary.js +14 -3
  256. package/esm2015/lib/dom.js +12 -0
  257. package/esm2015/lib/igx-grid-layout-size-definition.js +60 -0
  258. package/esm2015/lib/igx-size-definition-collection.js +53 -0
  259. package/esm2015/lib/type.js +53 -0
  260. package/esm2015/public_api.js +29 -0
  261. package/esm5/lib/AbsolutePanelBridge.js +6 -6
  262. package/esm5/lib/AggregatedDataProviderLayerInfo.js +12 -2
  263. package/esm5/lib/AggregatedDataProvider_combined.js +1 -1
  264. package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
  265. package/esm5/lib/AnchoredRadialSeriesDescription.js +35 -35
  266. package/esm5/lib/AreaSeriesDescription.js +3 -3
  267. package/esm5/lib/AxisDescriptionMetadata.js +8 -8
  268. package/esm5/lib/BarSeriesDescription.js +6 -6
  269. package/esm5/lib/BaseDOMEventProxy_combined.js +441 -438
  270. package/esm5/lib/BubbleSeriesDescription.js +40 -40
  271. package/esm5/lib/BulletGraphDescriptionMetadata.js +2 -2
  272. package/esm5/lib/CanvasGestureDOMEventProxy.js +265 -264
  273. package/esm5/lib/CanvasScalingHelpers.js +1 -1
  274. package/esm5/lib/CategoryAngleAxisDescription.js +30 -30
  275. package/esm5/lib/CategoryAxisBaseDescription.js +32 -20
  276. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
  277. package/esm5/lib/CategoryChartDescription.js +158 -134
  278. package/esm5/lib/CategoryChartDescriptionMetadata.js +4 -2
  279. package/esm5/lib/CategoryDateTimeXAxisDescription.js +22 -22
  280. package/esm5/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
  281. package/esm5/lib/CategorySeriesDescription.js +22 -22
  282. package/esm5/lib/CategoryXAxisDescription.js +36 -36
  283. package/esm5/lib/CategoryYAxisDescription.js +34 -34
  284. package/esm5/lib/CellInfoDescription.js +213 -177
  285. package/esm5/lib/CellInfoDescriptionMetadata.js +7 -4
  286. package/esm5/lib/CodeGenerationLibraryItem.js +4 -3
  287. package/esm5/lib/CodeGenerationLibraryItemPlatform.js +2 -1
  288. package/esm5/lib/CodeGenerationTargetPlatforms.js +2 -1
  289. package/esm5/lib/ColumnFragmentDescription.js +6 -6
  290. package/esm5/lib/ColumnSeriesDescription.js +9 -9
  291. package/esm5/lib/ComboBoxColumnDescription.js +15 -15
  292. package/esm5/lib/ComponentRendererAdapter.js +2 -0
  293. package/esm5/lib/ComponentRenderer_combined.js +112 -71
  294. package/esm5/lib/DashboardTileDescriptionMetadata.js +2 -2
  295. package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
  296. package/esm5/lib/DataChartCategoryDescriptionModule.js +2 -0
  297. package/esm5/lib/DataChartDescriptionMetadata.js +2 -2
  298. package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
  299. package/esm5/lib/DataGridColumnDescription.js +535 -163
  300. package/esm5/lib/DataGridColumnDescriptionMetadata.js +35 -4
  301. package/esm5/lib/DataGridDescription.js +896 -572
  302. package/esm5/lib/DataGridFilterDialogDescription.js +240 -24
  303. package/esm5/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
  304. package/esm5/lib/DataGridPagerDescription.js +44 -20
  305. package/esm5/lib/DataGridPagerDescriptionMetadata.js +2 -0
  306. package/esm5/lib/DataLegendDescriptionMetadata.js +12 -12
  307. package/esm5/lib/DataPieBaseChartDescription.js +149 -125
  308. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
  309. package/esm5/lib/DataPieChartDescription.js +36 -36
  310. package/esm5/lib/DataPieChartDescriptionMetadata.js +2 -2
  311. package/esm5/lib/DataSeries.js +1 -1
  312. package/esm5/lib/DataSeriesMarker.js +7 -3
  313. package/esm5/lib/DataSourceSpecialRow.js +3 -26
  314. package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
  315. package/esm5/lib/DateTimeCellInfoDescription.js +18 -18
  316. package/esm5/lib/DateTimeColumnDescription.js +36 -36
  317. package/esm5/lib/DefinitionBaseDescriptionMetadata.js +1 -1
  318. package/esm5/lib/DescriptionSerializer.js +3 -2
  319. package/esm5/lib/DivBridge.js +1 -1
  320. package/esm5/lib/DomainChartDescription.js +641 -557
  321. package/esm5/lib/DomainChartDescriptionMetadata.js +23 -13
  322. package/esm5/lib/DoughnutChartDescriptionMetadata.js +2 -2
  323. package/esm5/lib/EditorCellInfoDescription.js +38 -38
  324. package/esm5/lib/EventProxy.js +83 -77
  325. package/esm5/lib/FilterCellInfoDescription.js +36 -36
  326. package/esm5/lib/FilterSyntaxLexer.js +2 -2
  327. package/esm5/lib/FinancialChartDescription.js +167 -167
  328. package/esm5/lib/FinancialChartDescriptionMetadata.js +2 -2
  329. package/esm5/lib/FlatDataProvider_combined.js +150 -143
  330. package/esm5/lib/FontStringUtil.js +3 -1
  331. package/esm5/lib/GeographicMapDescriptionMetadata.js +2 -2
  332. package/esm5/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
  333. package/esm5/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
  334. package/esm5/lib/GridBridge.js +23 -11
  335. package/esm5/lib/GridLayout.js +7 -0
  336. package/esm5/lib/GridLayoutLayoutInfo.js +29 -0
  337. package/esm5/lib/GridLayoutSizeDefinition.js +39 -0
  338. package/esm5/lib/GridLayoutSizeInfo.js +27 -0
  339. package/esm5/lib/GridLayoutSizeType.js +29 -0
  340. package/esm5/lib/GridLayoutView.js +7 -0
  341. package/esm5/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
  342. package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  343. package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  344. package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  345. package/esm5/lib/IComponentRendererAdapter_combined.js +5 -0
  346. package/esm5/lib/IGridLayoutView.js +7 -0
  347. package/esm5/lib/IGridLayoutView_combined.js +539 -0
  348. package/esm5/lib/INativeUIElementBridge_combined.js +172 -162
  349. package/esm5/lib/IRenderer_combined.js +120 -20
  350. package/esm5/lib/IgcButtonBridge.js +1 -1
  351. package/esm5/lib/ImageCellInfoDescription.js +9 -9
  352. package/esm5/lib/ImageColumnDescription.js +21 -21
  353. package/esm5/lib/ItemLegendDescriptionMetadata.js +2 -2
  354. package/esm5/lib/JsonDictionaryValue.js +2 -1
  355. package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +57 -7
  356. package/esm5/lib/LegendDescriptionMetadata.js +2 -2
  357. package/esm5/lib/LineSeriesDescription.js +3 -3
  358. package/esm5/lib/LinearGaugeDescriptionMetadata.js +2 -2
  359. package/esm5/lib/MarkerSeriesDescription.js +40 -28
  360. package/esm5/lib/MarkerSeriesDescriptionMetadata.js +3 -2
  361. package/esm5/lib/NativeUI.js +65 -53
  362. package/esm5/lib/NativeUIAbsolutePanel.js +8 -8
  363. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  364. package/esm5/lib/NativeUIButton.js +68 -68
  365. package/esm5/lib/NativeUIButtonGroup.js +43 -43
  366. package/esm5/lib/NativeUICheckbox.js +30 -30
  367. package/esm5/lib/NativeUICheckboxList.js +133 -133
  368. package/esm5/lib/NativeUIColorEditor.js +20 -20
  369. package/esm5/lib/NativeUIColumn.js +1 -1
  370. package/esm5/lib/NativeUICombo.js +24 -24
  371. package/esm5/lib/NativeUIContent.js +4 -4
  372. package/esm5/lib/NativeUIDropDown.js +18 -18
  373. package/esm5/lib/NativeUIElementBridge.js +10 -2
  374. package/esm5/lib/NativeUIGrid.js +63 -57
  375. package/esm5/lib/NativeUIIcon.js +24 -24
  376. package/esm5/lib/NativeUIIconButton.js +24 -24
  377. package/esm5/lib/NativeUIInput.js +100 -100
  378. package/esm5/lib/NativeUIInputsFactory.js +12 -12
  379. package/esm5/lib/NativeUILabel.js +19 -9
  380. package/esm5/lib/NativeUIPopup.js +84 -84
  381. package/esm5/lib/NativeUISlider.js +53 -53
  382. package/esm5/lib/NumericCellInfoDescription.js +39 -39
  383. package/esm5/lib/NumericColumnDescription.js +63 -51
  384. package/esm5/lib/NumericColumnDescriptionMetadata.js +1 -0
  385. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  386. package/esm5/lib/PanelBridge.js +4 -4
  387. package/esm5/lib/PieChartDescriptionMetadata.js +2 -2
  388. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
  389. package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
  390. package/esm5/lib/PolarBaseDescription.js +75 -75
  391. package/esm5/lib/PolarLineSeriesDescription.js +3 -3
  392. package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
  393. package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
  394. package/esm5/lib/PopupView_combined.js +1 -1
  395. package/esm5/lib/PropertyEditorDescriptionMetadata.js +2 -2
  396. package/esm5/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
  397. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
  398. package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
  399. package/esm5/lib/RadialBaseChartDescription.js +229 -229
  400. package/esm5/lib/RadialBaseDescription.js +93 -69
  401. package/esm5/lib/RadialBaseDescriptionMetadata.js +2 -0
  402. package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
  403. package/esm5/lib/RadialGaugeDescriptionMetadata.js +5 -5
  404. package/esm5/lib/RadialLineSeriesDescription.js +3 -3
  405. package/esm5/lib/RadialPieSeriesDescription.js +15 -15
  406. package/esm5/lib/RangeBarSeriesDescription.js +49 -0
  407. package/esm5/lib/RangeBarSeriesDescriptionMetadata.js +45 -0
  408. package/esm5/lib/RangeBarSeriesDescriptionModule.js +24 -0
  409. package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
  410. package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
  411. package/esm5/lib/SVGParser.js +6 -0
  412. package/esm5/lib/SVGRect.js +4 -0
  413. package/esm5/lib/ScatterBaseDescription.js +71 -71
  414. package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
  415. package/esm5/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
  416. package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
  417. package/esm5/lib/ScrollerView_combined.js +315 -257
  418. package/esm5/lib/SectionHeaderCellInfoDescription.js +9 -9
  419. package/esm5/lib/SectionHeaderDescription.js +30 -6
  420. package/esm5/lib/SectionHeaderDescriptionMetadata.js +2 -0
  421. package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
  422. package/esm5/lib/SizeDefinitionCollection.js +30 -0
  423. package/esm5/lib/SpanBridge.js +5 -0
  424. package/esm5/lib/SparklineDescriptionMetadata.js +2 -2
  425. package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
  426. package/esm5/lib/StackedBarSeriesDescription.js +6 -6
  427. package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
  428. package/esm5/lib/StackedFragmentSeriesDescription.js +293 -245
  429. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
  430. package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
  431. package/esm5/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
  432. package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
  433. package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
  434. package/esm5/lib/SummaryCellInfoDescription.js +21 -21
  435. package/esm5/lib/TemplateCellInfoDescription.js +3 -3
  436. package/esm5/lib/TemplateColumnDescription.js +6 -6
  437. package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
  438. package/esm5/lib/TemplateSectionHeaderDescription.js +3 -3
  439. package/esm5/lib/TextCellInfoDescription.js +3 -3
  440. package/esm5/lib/TextColumnDescription.js +18 -18
  441. package/esm5/lib/TextHeaderCellInfoDescription.js +243 -15
  442. package/esm5/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
  443. package/esm5/lib/TimeAxisBaseDescription.js +22 -22
  444. package/esm5/lib/TimeAxisIntervalDescription.js +3 -3
  445. package/esm5/lib/TimeXAxisDescription.js +11 -11
  446. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  447. package/esm5/lib/ToolActionButtonPairDescription.js +103 -103
  448. package/esm5/lib/ToolActionCheckboxDescription.js +37 -25
  449. package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
  450. package/esm5/lib/ToolActionCheckboxGroupDescription.js +97 -0
  451. package/esm5/lib/ToolActionCheckboxGroupDescriptionMetadata.js +49 -0
  452. package/esm5/lib/ToolActionCheckboxGroupDescriptionModule.js +24 -0
  453. package/esm5/lib/ToolActionCheckboxGroupInfo.js +47 -0
  454. package/esm5/lib/ToolActionCheckboxGroupInfoDescription.js +51 -0
  455. package/esm5/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +45 -0
  456. package/esm5/lib/ToolActionCheckboxInfo.js +11 -0
  457. package/esm5/lib/ToolActionCheckboxInfoDescription.js +12 -0
  458. package/esm5/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
  459. package/esm5/lib/ToolActionCheckboxListDescription.js +116 -20
  460. package/esm5/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
  461. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  462. package/esm5/lib/ToolActionComboDescription.js +12 -12
  463. package/esm5/lib/ToolActionDescription.js +151 -115
  464. package/esm5/lib/ToolActionDescriptionMetadata.js +3 -0
  465. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  466. package/esm5/lib/ToolActionFieldSelectorDescription.js +21 -21
  467. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  468. package/esm5/lib/ToolActionIconButtonDescription.js +31 -31
  469. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  470. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  471. package/esm5/lib/ToolActionRadioDescription.js +43 -31
  472. package/esm5/lib/ToolActionRadioDescriptionMetadata.js +1 -0
  473. package/esm5/lib/ToolActionRadioGroupDescription.js +97 -0
  474. package/esm5/lib/ToolActionRadioGroupDescriptionMetadata.js +49 -0
  475. package/esm5/lib/ToolActionRadioGroupDescriptionModule.js +24 -0
  476. package/esm5/lib/ToolActionRadioGroupInfo.js +47 -0
  477. package/esm5/lib/ToolActionRadioGroupInfoDescription.js +51 -0
  478. package/esm5/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +45 -0
  479. package/esm5/lib/ToolActionRadioInfo.js +11 -0
  480. package/esm5/lib/ToolActionRadioInfoDescription.js +12 -0
  481. package/esm5/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
  482. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  483. package/esm5/lib/ToolActionSubPanelDescription.js +3 -3
  484. package/esm5/lib/ToolActionSubPanelInfo.js +13 -1
  485. package/esm5/lib/ToolActionSubPanelInfoDescription.js +14 -1
  486. package/esm5/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
  487. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  488. package/esm5/lib/ToolActionType.js +3 -1
  489. package/esm5/lib/ToolPanelDescription.js +205 -169
  490. package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
  491. package/esm5/lib/ToolPanelDescriptionModule.js +10 -6
  492. package/esm5/lib/ToolbarDescription.js +141 -117
  493. package/esm5/lib/ToolbarDescriptionMetadata.js +4 -2
  494. package/esm5/lib/TreemapDescriptionMetadata.js +4 -4
  495. package/esm5/lib/TypeDescriptionPlatform.js +2 -1
  496. package/esm5/lib/UIElementPropertyId.js +1 -1
  497. package/esm5/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
  498. package/esm5/lib/ValueLayerDescriptionMetadata.js +1 -1
  499. package/esm5/lib/ValueOverlayDescriptionMetadata.js +1 -1
  500. package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  501. package/esm5/lib/VerticalRangeCategorySeriesDescription.js +97 -0
  502. package/esm5/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +49 -0
  503. package/esm5/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +22 -0
  504. package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  505. package/esm5/lib/WaterfallSeriesDescription.js +12 -12
  506. package/esm5/lib/XYChartDescription.js +229 -229
  507. package/esm5/lib/XYChartDescriptionMetadata.js +4 -2
  508. package/esm5/lib/XamMultiScaleImageView_combined.js +3 -3
  509. package/esm5/lib/ZoomSliderDescriptionMetadata.js +3 -3
  510. package/esm5/lib/angular-renderer.js +18 -0
  511. package/esm5/lib/array.js +33 -0
  512. package/esm5/lib/componentUtil.js +101 -0
  513. package/esm5/lib/dictionary.js +31 -3
  514. package/esm5/lib/dom.js +12 -0
  515. package/esm5/lib/igx-grid-layout-size-definition.js +74 -0
  516. package/esm5/lib/igx-size-definition-collection.js +58 -0
  517. package/esm5/lib/type.js +57 -0
  518. package/esm5/public_api.js +29 -0
  519. package/fesm2015/igniteui-angular-core.js +14095 -10831
  520. package/fesm5/igniteui-angular-core.js +15389 -11223
  521. package/lib/AggregatedDataProviderLayerInfo.d.ts +2 -1
  522. package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
  523. package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
  524. package/lib/AreaSeriesDescription.d.ts +1 -1
  525. package/lib/BarSeriesDescription.d.ts +2 -2
  526. package/lib/BaseDOMEventProxy_combined.d.ts +85 -84
  527. package/lib/BubbleSeriesDescription.d.ts +14 -14
  528. package/lib/CanvasGestureDOMEventProxy.d.ts +32 -32
  529. package/lib/CategoryAngleAxisDescription.d.ts +11 -11
  530. package/lib/CategoryAxisBaseDescription.d.ts +11 -8
  531. package/lib/CategoryChartDescription.d.ts +51 -45
  532. package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
  533. package/lib/CategorySeriesDescription.d.ts +8 -8
  534. package/lib/CategoryXAxisDescription.d.ts +13 -13
  535. package/lib/CategoryYAxisDescription.d.ts +13 -13
  536. package/lib/CellInfoDescription.d.ts +71 -62
  537. package/lib/CodeGenerationLibraryItemPlatform.d.ts +2 -1
  538. package/lib/CodeGenerationTargetPlatforms.d.ts +2 -1
  539. package/lib/ColumnFragmentDescription.d.ts +2 -2
  540. package/lib/ColumnSeriesDescription.d.ts +3 -3
  541. package/lib/ComboBoxColumnDescription.d.ts +5 -5
  542. package/lib/ComponentRendererAdapter.d.ts +1 -0
  543. package/lib/DataGridColumnDescription.d.ts +150 -57
  544. package/lib/DataGridDescription.d.ts +257 -176
  545. package/lib/DataGridFilterDialogDescription.d.ts +63 -9
  546. package/lib/DataGridPagerDescription.d.ts +12 -6
  547. package/lib/DataPieBaseChartDescription.d.ts +49 -43
  548. package/lib/DataPieChartDescription.d.ts +12 -12
  549. package/lib/DataSeriesMarker.d.ts +6 -2
  550. package/lib/DateTimeCellInfoDescription.d.ts +6 -6
  551. package/lib/DateTimeColumnDescription.d.ts +12 -12
  552. package/lib/DomainChartDescription.d.ts +213 -192
  553. package/lib/EditorCellInfoDescription.d.ts +13 -13
  554. package/lib/EventProxy.d.ts +46 -44
  555. package/lib/FilterCellInfoDescription.d.ts +12 -12
  556. package/lib/FinancialChartDescription.d.ts +56 -56
  557. package/lib/FlatDataProvider_combined.d.ts +31 -28
  558. package/lib/GridBridge.d.ts +2 -0
  559. package/lib/GridLayout.d.ts +1 -0
  560. package/lib/GridLayoutLayoutInfo.d.ts +15 -0
  561. package/lib/GridLayoutSizeDefinition.d.ts +13 -0
  562. package/lib/GridLayoutSizeInfo.d.ts +13 -0
  563. package/lib/GridLayoutSizeType.d.ts +22 -0
  564. package/lib/GridLayoutView.d.ts +1 -0
  565. package/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.d.ts +1 -0
  566. package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
  567. package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
  568. package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
  569. package/lib/IComponentRendererAdapter_combined.d.ts +1 -0
  570. package/lib/IGridLayoutView.d.ts +1 -0
  571. package/lib/IGridLayoutView_combined.d.ts +72 -0
  572. package/lib/INativeUIElementBridge_combined.d.ts +71 -69
  573. package/lib/INativeUIGridBridge.d.ts +2 -0
  574. package/lib/IRenderer_combined.d.ts +16 -13
  575. package/lib/IScrollerKeyboardListener.d.ts +1 -0
  576. package/lib/ImageCellInfoDescription.d.ts +3 -3
  577. package/lib/ImageColumnDescription.d.ts +7 -7
  578. package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +14 -0
  579. package/lib/LineSeriesDescription.d.ts +1 -1
  580. package/lib/MarkerSeriesDescription.d.ts +14 -11
  581. package/lib/NativeUI.d.ts +37 -31
  582. package/lib/NativeUIAbsolutePanel.d.ts +3 -3
  583. package/lib/NativeUIBuiltInProperties.d.ts +94 -89
  584. package/lib/NativeUIButton.d.ts +33 -33
  585. package/lib/NativeUIButtonGroup.d.ts +22 -22
  586. package/lib/NativeUICheckbox.d.ts +11 -11
  587. package/lib/NativeUICheckboxList.d.ts +51 -51
  588. package/lib/NativeUIColorEditor.d.ts +5 -5
  589. package/lib/NativeUIColumn.d.ts +1 -1
  590. package/lib/NativeUICombo.d.ts +11 -11
  591. package/lib/NativeUIContent.d.ts +3 -3
  592. package/lib/NativeUIDropDown.d.ts +9 -9
  593. package/lib/NativeUIGrid.d.ts +31 -29
  594. package/lib/NativeUIIcon.d.ts +8 -8
  595. package/lib/NativeUIIconButton.d.ts +6 -6
  596. package/lib/NativeUIInput.d.ts +43 -43
  597. package/lib/NativeUILabel.d.ts +8 -6
  598. package/lib/NativeUIPopup.d.ts +36 -36
  599. package/lib/NativeUISlider.d.ts +23 -23
  600. package/lib/NumericCellInfoDescription.d.ts +13 -13
  601. package/lib/NumericColumnDescription.d.ts +20 -17
  602. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  603. package/lib/PolarAreaSeriesDescription.d.ts +1 -1
  604. package/lib/PolarBaseDescription.d.ts +27 -27
  605. package/lib/PolarLineSeriesDescription.d.ts +1 -1
  606. package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
  607. package/lib/PolarSplineSeriesDescription.d.ts +1 -1
  608. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
  609. package/lib/RadialAreaSeriesDescription.d.ts +1 -1
  610. package/lib/RadialBaseChartDescription.d.ts +80 -80
  611. package/lib/RadialBaseDescription.d.ts +31 -25
  612. package/lib/RadialColumnSeriesDescription.d.ts +2 -2
  613. package/lib/RadialLineSeriesDescription.d.ts +1 -1
  614. package/lib/RadialPieSeriesDescription.d.ts +5 -5
  615. package/lib/RangeBarSeriesDescription.d.ts +16 -0
  616. package/lib/RangeBarSeriesDescriptionMetadata.d.ts +13 -0
  617. package/lib/RangeBarSeriesDescriptionModule.d.ts +9 -0
  618. package/lib/RangeCategorySeriesDescription.d.ts +4 -4
  619. package/lib/RangeColumnSeriesDescription.d.ts +2 -2
  620. package/lib/SVGRect.d.ts +2 -0
  621. package/lib/ScatterBaseDescription.d.ts +26 -26
  622. package/lib/ScatterLineSeriesDescription.d.ts +1 -1
  623. package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
  624. package/lib/ScrollerView_combined.d.ts +51 -41
  625. package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
  626. package/lib/SectionHeaderDescription.d.ts +8 -2
  627. package/lib/SizeDefinitionCollection.d.ts +12 -0
  628. package/lib/SplineSeriesBaseDescription.d.ts +2 -2
  629. package/lib/StackedBarSeriesDescription.d.ts +2 -2
  630. package/lib/StackedColumnSeriesDescription.d.ts +2 -2
  631. package/lib/StackedFragmentSeriesDescription.d.ts +99 -87
  632. package/lib/StackedSeriesBaseDescription.d.ts +4 -4
  633. package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
  634. package/lib/StackedSplineSeriesDescription.d.ts +1 -1
  635. package/lib/SummaryCellInfoDescription.d.ts +7 -7
  636. package/lib/TemplateCellInfoDescription.d.ts +1 -1
  637. package/lib/TemplateColumnDescription.d.ts +2 -2
  638. package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
  639. package/lib/TemplateSectionHeaderDescription.d.ts +1 -1
  640. package/lib/TextCellInfoDescription.d.ts +1 -1
  641. package/lib/TextColumnDescription.d.ts +6 -6
  642. package/lib/TextHeaderCellInfoDescription.d.ts +62 -5
  643. package/lib/TimeAxisBaseDescription.d.ts +8 -8
  644. package/lib/TimeAxisIntervalDescription.d.ts +1 -1
  645. package/lib/TimeXAxisDescription.d.ts +4 -4
  646. package/lib/ToolActionButtonDescription.d.ts +2 -2
  647. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  648. package/lib/ToolActionCheckboxDescription.d.ts +12 -9
  649. package/lib/ToolActionCheckboxGroupDescription.d.ts +28 -0
  650. package/lib/ToolActionCheckboxGroupDescriptionMetadata.d.ts +13 -0
  651. package/lib/ToolActionCheckboxGroupDescriptionModule.d.ts +9 -0
  652. package/lib/ToolActionCheckboxGroupInfo.d.ts +16 -0
  653. package/lib/ToolActionCheckboxGroupInfoDescription.d.ts +18 -0
  654. package/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.d.ts +13 -0
  655. package/lib/ToolActionCheckboxInfo.d.ts +3 -0
  656. package/lib/ToolActionCheckboxInfoDescription.d.ts +3 -0
  657. package/lib/ToolActionCheckboxListDescription.d.ts +31 -7
  658. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  659. package/lib/ToolActionComboDescription.d.ts +4 -4
  660. package/lib/ToolActionDescription.d.ts +49 -40
  661. package/lib/ToolActionFieldSelectorDescription.d.ts +7 -7
  662. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  663. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  664. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  665. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  666. package/lib/ToolActionRadioDescription.d.ts +14 -11
  667. package/lib/ToolActionRadioGroupDescription.d.ts +28 -0
  668. package/lib/ToolActionRadioGroupDescriptionMetadata.d.ts +13 -0
  669. package/lib/ToolActionRadioGroupDescriptionModule.d.ts +9 -0
  670. package/lib/ToolActionRadioGroupInfo.d.ts +16 -0
  671. package/lib/ToolActionRadioGroupInfoDescription.d.ts +18 -0
  672. package/lib/ToolActionRadioGroupInfoDescriptionMetadata.d.ts +13 -0
  673. package/lib/ToolActionRadioInfo.d.ts +3 -0
  674. package/lib/ToolActionRadioInfoDescription.d.ts +3 -0
  675. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  676. package/lib/ToolActionSubPanelDescription.d.ts +1 -1
  677. package/lib/ToolActionSubPanelInfo.d.ts +3 -0
  678. package/lib/ToolActionSubPanelInfoDescription.d.ts +3 -0
  679. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  680. package/lib/ToolActionType.d.ts +3 -1
  681. package/lib/ToolPanelDescription.d.ts +68 -59
  682. package/lib/ToolbarDescription.d.ts +46 -40
  683. package/lib/TypeDescriptionPlatform.d.ts +2 -1
  684. package/lib/UIElementPropertyId.d.ts +3 -1
  685. package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
  686. package/lib/VerticalRangeCategorySeriesDescription.d.ts +28 -0
  687. package/lib/VerticalRangeCategorySeriesDescriptionMetadata.d.ts +13 -0
  688. package/lib/VerticalRangeCategorySeriesProxyDescriptionModule.d.ts +9 -0
  689. package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
  690. package/lib/WaterfallSeriesDescription.d.ts +4 -4
  691. package/lib/XYChartDescription.d.ts +80 -80
  692. package/lib/angular-renderer.d.ts +3 -1
  693. package/lib/array.d.ts +5 -0
  694. package/lib/componentUtil.d.ts +2 -0
  695. package/lib/dictionary.d.ts +5 -3
  696. package/lib/dom.d.ts +4 -0
  697. package/lib/igx-grid-layout-size-definition.d.ts +31 -0
  698. package/lib/igx-size-definition-collection.d.ts +8 -0
  699. package/lib/type.d.ts +24 -1
  700. package/package.json +1 -1
  701. package/public_api.d.ts +29 -0
@@ -9,6 +9,7 @@ import { IScrollerView_$type } from "./IScrollerView";
9
9
  import { CanvasGestureDOMEventProxy } from "./CanvasGestureDOMEventProxy";
10
10
  import { Brush } from "./Brush";
11
11
  import { DOMExecutionContext } from "./DOMExecutionContext";
12
+ import { BaseDOMEventProxy } from "./BaseDOMEventProxy";
12
13
  import { DoubleAnimator } from "./DoubleAnimator";
13
14
  import { Rect } from "./Rect";
14
15
  import { ScrollbarStyle_$type } from "./ScrollbarStyle";
@@ -23,28 +24,36 @@ export let ScrollerView = /*@__PURE__*/ (() => {
23
24
  class ScrollerView extends Base {
24
25
  constructor(a) {
25
26
  super();
26
- this.c = null;
27
- this.ab = null;
27
+ this.i = false;
28
+ this.k = false;
29
+ this.ad = null;
30
+ this.ae = null;
28
31
  this.af = null;
32
+ this.c = null;
33
+ this.ag = null;
34
+ this.ak = null;
29
35
  this.b = null;
30
- this.aa = null;
31
- this.a = null;
32
- this.ae = null;
33
36
  this.ac = null;
34
- this.ad = null;
35
- this.ag = null;
37
+ this.a = null;
38
+ this.aj = null;
39
+ this.ah = null;
40
+ this.ai = null;
41
+ this.al = null;
36
42
  this.e = false;
37
43
  this.d = null;
38
- this.i = false;
44
+ this.j = false;
39
45
  this.h = false;
40
- this.w = 0;
41
- this.t = 0;
42
- this.x = -1;
43
- this.u = -1;
46
+ this.y = 0;
47
+ this.v = 0;
48
+ this.z = -1;
49
+ this.w = -1;
44
50
  this.g = false;
45
51
  this.f = false;
46
- this.v = 0;
47
- this.s = 0;
52
+ this.x = 0;
53
+ this.u = 0;
54
+ this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
55
+ this.onDocumentKeyUp = this.onDocumentKeyUp.bind(this);
56
+ this.onDocumentMouseDown = this.onDocumentMouseDown.bind(this);
48
57
  this.c = a;
49
58
  }
50
59
  getDefaultScrollbarBrush() {
@@ -56,110 +65,142 @@ export let ScrollerView = /*@__PURE__*/ (() => {
56
65
  }
57
66
  provideContainer(a) {
58
67
  if (a == null) {
59
- if (this.ab != null) {
60
- this.ab = null;
68
+ if (this.ag != null) {
69
+ this.ag = null;
61
70
  }
62
71
  if (this.a != null) {
63
- this.a.ap = null;
64
- this.a.aw();
72
+ this.a.aq = null;
73
+ this.a.ax();
65
74
  }
66
75
  return;
67
76
  }
68
- this.ab = a;
69
- this.c.executionContext = new DOMExecutionContext(this.ab);
70
- let b = Math.round(this.ab.rootWrapper.width());
71
- let c = Math.round(this.ab.rootWrapper.height());
72
- this.ae = this.ab.rootWrapper;
73
- this.ae.setStyleProperty("position", "relative");
74
- this.af = this.ab.createElement("div");
75
- this.af.setStyleProperty("position", "relative");
76
- this.af.setStyleProperty("width", "100%");
77
- this.af.setStyleProperty("height", "100%");
78
- this.af.setStyleProperty("overflow", "hidden");
79
- this.af.addClass("ig-scroll-container");
80
- this.ae.append(this.af);
81
- this.ad = this.ab.createElement("div");
82
- this.ad.setStyleProperty("position", "absolute");
83
- this.ad.setStyleProperty("height", this.c.scrollbarSpan + "px");
84
- this.ad.setStyleProperty("width", this.c.minScrollbarSize + "px");
85
- this.ad.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
86
- this.ad.setStyleProperty("display", "none");
87
- this.ad.setStyleProperty("border-radius", "5px");
88
- this.ad.setStyleProperty("z-index", "10000");
89
- this.ad.setStyleProperty("bottom", "0px");
90
- this.ae.append(this.ad);
91
- this.ag = this.ab.createElement("div");
92
- this.ag.setStyleProperty("position", "absolute");
93
- this.ag.setStyleProperty("width", this.c.scrollbarSpan + "px");
94
- this.ag.setStyleProperty("height", this.c.minScrollbarSize + "px");
95
- this.ag.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
96
- this.ag.setStyleProperty("display", "none");
97
- this.ag.setStyleProperty("border-radius", "5px");
98
- this.ag.setStyleProperty("z-index", "10000");
99
- this.ag.setStyleProperty("right", "0px");
100
- this.ae.append(this.ag);
77
+ this.ag = a;
78
+ this.c.executionContext = new DOMExecutionContext(this.ag);
79
+ let b = Math.round(this.ag.rootWrapper.width());
80
+ let c = Math.round(this.ag.rootWrapper.height());
81
+ this.aj = this.ag.rootWrapper;
82
+ this.aj.setStyleProperty("position", "relative");
83
+ this.ak = this.ag.createElement("div");
84
+ this.ak.setStyleProperty("position", "relative");
85
+ this.ak.setStyleProperty("width", "100%");
86
+ this.ak.setStyleProperty("height", "100%");
87
+ this.ak.setStyleProperty("overflow", "hidden");
88
+ this.ak.addClass("ig-scroll-container");
89
+ this.aj.append(this.ak);
90
+ this.ai = this.ag.createElement("div");
91
+ this.ai.setStyleProperty("position", "absolute");
92
+ this.ai.setStyleProperty("height", this.c.scrollbarSpan + "px");
93
+ this.ai.setStyleProperty("width", this.c.minScrollbarSize + "px");
94
+ this.ai.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
95
+ this.ai.setStyleProperty("display", "none");
96
+ this.ai.setStyleProperty("border-radius", "5px");
97
+ this.ai.setStyleProperty("z-index", "10000");
98
+ this.ai.setStyleProperty("bottom", "0px");
99
+ this.aj.append(this.ai);
100
+ this.al = this.ag.createElement("div");
101
+ this.al.setStyleProperty("position", "absolute");
102
+ this.al.setStyleProperty("width", this.c.scrollbarSpan + "px");
103
+ this.al.setStyleProperty("height", this.c.minScrollbarSize + "px");
104
+ this.al.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
105
+ this.al.setStyleProperty("display", "none");
106
+ this.al.setStyleProperty("border-radius", "5px");
107
+ this.al.setStyleProperty("z-index", "10000");
108
+ this.al.setStyleProperty("right", "0px");
109
+ this.aj.append(this.al);
101
110
  this.updateScrollbarStatus(false);
102
- this.aa = this.af.getNativeElement();
103
- this.a = new CanvasGestureDOMEventProxy(this.ab.rootWrapper, this.ab, true);
104
- this.ab.rootWrapper.setProperty("tabIndex", 1000);
105
- this.ab.rootWrapper.setRawStyleProperty("outline", "none");
106
- this.a.c9 = true;
107
- this.a.bw = true;
111
+ this.ac = this.ak.getNativeElement();
112
+ this.a = new CanvasGestureDOMEventProxy(this.ag.rootWrapper, this.ag, true);
113
+ this.ag.rootWrapper.setProperty("tabIndex", 0);
114
+ this.ag.rootWrapper.setRawStyleProperty("outline", "none");
115
+ this.a.dc = true;
116
+ this.a.by = true;
108
117
  let d = this.a;
109
- d.onMouseWheel = delegateCombine(d.onMouseWheel, runOn(this, this.l));
118
+ d.onMouseWheel = delegateCombine(d.onMouseWheel, runOn(this, this.n));
110
119
  let e = this.a;
111
- e.onMouseWheelHorizontal = delegateCombine(e.onMouseWheelHorizontal, runOn(this, this.m));
120
+ e.onMouseWheelHorizontal = delegateCombine(e.onMouseWheelHorizontal, runOn(this, this.o));
112
121
  let f = this.a;
113
- f.onMouseLeave = delegateCombine(f.onMouseLeave, runOn(this, this.an));
122
+ f.onMouseLeave = delegateCombine(f.onMouseLeave, runOn(this, this.at));
114
123
  let g = this.a;
115
- g.onDragStarted = delegateCombine(g.onDragStarted, runOn(this, this.am));
124
+ g.onDragStarted = delegateCombine(g.onDragStarted, runOn(this, this.ar));
116
125
  let h = this.a;
117
- h.onDragDelta = delegateCombine(h.onDragDelta, runOn(this, this.al));
126
+ h.onDragDelta = delegateCombine(h.onDragDelta, runOn(this, this.aq));
118
127
  let i = this.a;
119
- i.onDragCompleted = delegateCombine(i.onDragCompleted, runOn(this, this.ak));
128
+ i.onDragCompleted = delegateCombine(i.onDragCompleted, runOn(this, this.ap));
120
129
  let j = this.a;
121
- j.onFlingStarted = delegateCombine(j.onFlingStarted, runOn(this, this.j));
130
+ j.onFlingStarted = delegateCombine(j.onFlingStarted, runOn(this, this.l));
122
131
  let k = this.a;
123
- k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
132
+ k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.ao));
124
133
  let l = this.a;
125
- l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
134
+ l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.an));
126
135
  let m = this.a;
127
- m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
128
- this.a.ab = true;
129
- this.a.ar = runOn(this, this.r);
136
+ m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.am));
137
+ this.a.ac = true;
138
+ this.a.as = runOn(this, this.t);
130
139
  let n = this.a;
131
- n.onKeyDown = delegateCombine(n.onKeyDown, runOn(this, this.k));
132
- this.a.as = (o) => {
133
- let e_ = o.originalEvent;
134
- let p = (e_.type);
135
- if (p == "pointerdown" && !this.a.bs(o)) {
140
+ n.onKeyDown = delegateCombine(n.onKeyDown, runOn(this, this.m));
141
+ let o = this.a;
142
+ o.onGotFocus = delegateCombine(o.onGotFocus, runOn(this, this.as));
143
+ this.ad = runOn(this, this.onDocumentKeyDown);
144
+ this.ae = runOn(this, this.onDocumentKeyUp);
145
+ this.af = runOn(this, this.onDocumentMouseDown);
146
+ document.addEventListener("keydown", this.ad, false);
147
+ document.addEventListener("keyup", this.ae, false);
148
+ document.addEventListener("mousedown", this.af, false);
149
+ this.a.at = (p) => {
150
+ let e_ = p.originalEvent;
151
+ let q = (e_.type);
152
+ if (q == "pointerdown" && !this.a.bu(p)) {
136
153
  return false;
137
154
  }
138
155
  return true;
139
156
  };
140
157
  this.c.onViewportSizeChanged(b, c);
141
- this.c.horizontalAnimation.u(this.ab);
142
- this.c.verticalAnimation.u(this.ab);
158
+ this.c.horizontalAnimation.u(this.ag);
159
+ this.c.verticalAnimation.u(this.ag);
143
160
  this.attachNativeScroll();
144
161
  }
145
- k(a) {
146
- return this.c.ap(a, (this.a.bj & 4) != 0, (this.a.bj & 2) != 0);
162
+ m(a) {
163
+ return this.c.ap(a, (this.a.bl & 4) != 0, (this.a.bl & 2) != 0);
147
164
  }
148
- r(a, b, c) {
165
+ as(a) {
166
+ let b = a.originalEvent ? a.originalEvent.relatedTarget : a.relatedTarget;
167
+ let c = this.ag.rootWrapper.getNativeElement();
168
+ let d = (b instanceof Node && c.contains(b));
169
+ if (d) {
170
+ return;
171
+ }
172
+ this.c.dg(this.i, this.k);
173
+ }
174
+ onDocumentKeyDown(a) {
175
+ let b = a;
176
+ this.i = b.shiftKey;
177
+ let c = BaseDOMEventProxy.c4(b);
178
+ if (c == 2) {
179
+ this.k = true;
180
+ }
181
+ }
182
+ onDocumentKeyUp(a) {
183
+ let b = a;
184
+ this.i = b.shiftKey;
185
+ }
186
+ onDocumentMouseDown(a) {
187
+ this.k = false;
188
+ }
189
+ t(a, b, c) {
149
190
  if (this.f || this.g) {
150
191
  return true;
151
192
  }
152
193
  if (c || b) {
153
194
  return true;
154
195
  }
155
- if (this.n(a, b)) {
196
+ if (this.p(a, b)) {
156
197
  this.c.c4();
157
198
  return true;
158
199
  }
159
200
  else if (this.c.isHorizontalActive) {
160
201
  this.c.c8();
161
202
  }
162
- if (this.o(a, b)) {
203
+ if (this.q(a, b)) {
163
204
  this.c.c5();
164
205
  return true;
165
206
  }
@@ -168,111 +209,111 @@ export let ScrollerView = /*@__PURE__*/ (() => {
168
209
  }
169
210
  return false;
170
211
  }
171
- ah(a, b) {
212
+ am(a, b) {
172
213
  this.f = false;
173
214
  this.g = false;
174
215
  this.c.isDraggingVBar = false;
175
216
  this.c.isDraggingHBar = false;
176
217
  }
177
- ai(a, b) {
218
+ an(a, b) {
178
219
  if (this.g) {
179
- let c = a.y - this.v;
180
- this.v = a.y;
181
- this.c.di(c);
220
+ let c = a.y - this.x;
221
+ this.x = a.y;
222
+ this.c.dj(c);
182
223
  }
183
224
  else if (this.f) {
184
- let d = a.x - this.s;
185
- this.s = a.x;
186
- this.c.dg(d);
225
+ let d = a.x - this.u;
226
+ this.u = a.x;
227
+ this.c.dh(d);
187
228
  }
188
229
  }
189
- aj(a, b) {
230
+ ao(a, b) {
190
231
  this.e = false;
191
232
  this.cancelInertia();
192
- let c = this.q(a, b);
193
- let d = this.p(a, b);
233
+ let c = this.s(a, b);
234
+ let d = this.r(a, b);
194
235
  if (c) {
195
236
  this.c.isDraggingVBar = true;
196
237
  this.g = true;
197
- this.v = a.y;
238
+ this.x = a.y;
198
239
  this.focus();
199
240
  }
200
241
  else if (d) {
201
242
  this.c.isDraggingHBar = true;
202
243
  this.f = true;
203
- this.s = a.x;
244
+ this.u = a.x;
204
245
  this.focus();
205
246
  }
206
247
  }
207
- p(a, b) {
248
+ r(a, b) {
208
249
  if (!this.h) {
209
250
  return false;
210
251
  }
211
- if (a.y >= this.c.viewportHeight - this.c.scrollbarSpan && a.y <= this.c.viewportHeight && a.x >= this.u - this.t / 2 && a.x <= this.u + this.t / 2) {
252
+ if (a.y >= this.c.viewportHeight - this.c.scrollbarSpan && a.y <= this.c.viewportHeight && a.x >= this.w - this.v / 2 && a.x <= this.w + this.v / 2) {
212
253
  return true;
213
254
  }
214
255
  return false;
215
256
  }
216
- q(a, b) {
217
- if (!this.i) {
257
+ s(a, b) {
258
+ if (!this.j) {
218
259
  return false;
219
260
  }
220
- if (a.x >= this.c.viewportWidth - this.c.scrollbarSpan && a.x <= this.c.viewportWidth && a.y >= this.x - this.w / 2 && a.y <= this.x + this.w / 2) {
261
+ if (a.x >= this.c.viewportWidth - this.c.scrollbarSpan && a.x <= this.c.viewportWidth && a.y >= this.z - this.y / 2 && a.y <= this.z + this.y / 2) {
221
262
  return true;
222
263
  }
223
264
  return false;
224
265
  }
225
- n(a, b) {
266
+ p(a, b) {
226
267
  if (!this.h) {
227
268
  return false;
228
269
  }
229
270
  return a.y >= this.c.viewportHeight - this.c.scrollbarSpan - 40 && a.y <= this.c.viewportHeight;
230
271
  }
231
- o(a, b) {
232
- if (!this.i) {
272
+ q(a, b) {
273
+ if (!this.j) {
233
274
  return false;
234
275
  }
235
276
  return a.x >= this.c.viewportWidth - this.c.scrollbarSpan - 40 && a.x <= this.c.viewportWidth;
236
277
  }
237
- j(a, b, c) {
278
+ l(a, b, c) {
238
279
  this.e = true;
239
280
  return true;
240
281
  }
241
282
  onViewportHeightChanged(a) {
242
- this.a.bm = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
283
+ this.a.bo = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
243
284
  }
244
285
  onViewportWidthChanged(a) {
245
- this.a.bm = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
286
+ this.a.bo = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
246
287
  }
247
288
  onContentHeightChanged(a) {
248
- if (this.ac != null) {
249
- this.ac.setStyleProperty("height", a + "px");
289
+ if (this.ah != null) {
290
+ this.ah.setStyleProperty("height", a + "px");
250
291
  }
251
292
  }
252
293
  onContentWidthChanged(a) {
253
- if (this.ac != null) {
254
- this.ac.setStyleProperty("width", a + "px");
294
+ if (this.ah != null) {
295
+ this.ah.setStyleProperty("width", a + "px");
255
296
  }
256
297
  }
257
298
  cancelInertia() {
258
299
  }
259
- ak(a) {
300
+ ap(a) {
260
301
  if (this.f || this.g) {
261
302
  return;
262
303
  }
263
304
  this.e = false;
264
305
  this.c.dd(a);
265
306
  }
266
- al(a) {
307
+ aq(a) {
267
308
  if (this.f || this.g) {
268
309
  return;
269
310
  }
270
311
  this.c.de(a);
271
312
  }
272
313
  updateScrollTop(a) {
273
- this.aa.scrollTop = truncate(a);
314
+ this.ac.scrollTop = truncate(a);
274
315
  }
275
- am(a) {
316
+ ar(a) {
276
317
  if (this.f || this.g) {
277
318
  return;
278
319
  }
@@ -280,22 +321,22 @@ export let ScrollerView = /*@__PURE__*/ (() => {
280
321
  this.c.df(a);
281
322
  }
282
323
  getInitialScrollLeft() {
283
- return this.aa.scrollLeft;
324
+ return this.ac.scrollLeft;
284
325
  }
285
326
  getInitialScrollTop() {
286
- return this.aa.scrollTop;
327
+ return this.ac.scrollTop;
287
328
  }
288
- l(a, b) {
329
+ n(a, b) {
289
330
  this.e = false;
290
331
  this.cancelInertia();
291
332
  return this.c.ar(a, 0, b);
292
333
  }
293
- m(a, b) {
334
+ o(a, b) {
294
335
  this.e = false;
295
336
  this.cancelInertia();
296
337
  return this.c.ar(a, b, 0);
297
338
  }
298
- an(a) {
339
+ at(a) {
299
340
  if (this.c.horizontalScrollbarStatus > 0) {
300
341
  this.c.c8();
301
342
  }
@@ -304,18 +345,18 @@ export let ScrollerView = /*@__PURE__*/ (() => {
304
345
  }
305
346
  }
306
347
  updateScrollLeft(a) {
307
- this.aa.scrollLeft = truncate(a);
348
+ this.ac.scrollLeft = truncate(a);
308
349
  }
309
350
  provideContent(a) {
310
- this.ac = a;
311
- this.af.append(this.ac);
351
+ this.ah = a;
352
+ this.ak.append(this.ah);
312
353
  }
313
354
  requestWork(a) {
314
- if (this.ab == null) {
355
+ if (this.ag == null) {
315
356
  return;
316
357
  }
317
358
  if (this.d == null) {
318
- this.d = this.ab.getRequestAnimationFrame();
359
+ this.d = this.ag.getRequestAnimationFrame();
319
360
  }
320
361
  if (this.e) {
321
362
  a();
@@ -325,34 +366,34 @@ export let ScrollerView = /*@__PURE__*/ (() => {
325
366
  }
326
367
  }
327
368
  hideVScrollbar() {
328
- if (this.i) {
329
- this.i = false;
330
- this.ag.setStyleProperty("display", "none");
369
+ if (this.j) {
370
+ this.j = false;
371
+ this.al.setStyleProperty("display", "none");
331
372
  }
332
373
  }
333
374
  hideHScrollbar() {
334
375
  if (this.h) {
335
376
  this.h = false;
336
- this.ad.setStyleProperty("display", "none");
377
+ this.ai.setStyleProperty("display", "none");
337
378
  }
338
379
  }
339
380
  updateVScrollbar(a, b) {
340
381
  let c = false;
341
- if (!this.i) {
382
+ if (!this.j) {
342
383
  c = true;
343
- this.i = true;
344
- this.ag.setStyleProperty("display", "block");
384
+ this.j = true;
385
+ this.al.setStyleProperty("display", "block");
345
386
  }
346
- if (a != this.x || c) {
347
- this.x = a;
348
- if (this.i) {
349
- this.ag.setRawYPosition(a - b / 2);
387
+ if (a != this.z || c) {
388
+ this.z = a;
389
+ if (this.j) {
390
+ this.al.setRawYPosition(a - b / 2);
350
391
  }
351
392
  }
352
- if (b != this.w || c) {
353
- this.w = b;
354
- if (this.i) {
355
- this.ag.setRawSize(this.z(), b);
393
+ if (b != this.y || c) {
394
+ this.y = b;
395
+ if (this.j) {
396
+ this.al.setRawSize(this.ab(), b);
356
397
  }
357
398
  }
358
399
  }
@@ -361,94 +402,106 @@ export let ScrollerView = /*@__PURE__*/ (() => {
361
402
  if (!this.h) {
362
403
  c = true;
363
404
  this.h = true;
364
- this.ad.setStyleProperty("display", "block");
405
+ this.ai.setStyleProperty("display", "block");
365
406
  }
366
- if (a != this.u || c) {
367
- this.u = a;
407
+ if (a != this.w || c) {
408
+ this.w = a;
368
409
  if (this.h) {
369
- this.ad.setRawXPosition(a - b / 2);
410
+ this.ai.setRawXPosition(a - b / 2);
370
411
  }
371
412
  }
372
- if (b != this.t || c) {
373
- this.t = b;
413
+ if (b != this.v || c) {
414
+ this.v = b;
374
415
  if (this.h) {
375
- this.ad.setRawSize(b, this.y());
416
+ this.ai.setRawSize(b, this.aa());
376
417
  }
377
418
  }
378
419
  }
379
420
  updateScrollbarBrush() {
380
- if (this.ad != null) {
381
- this.ad.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
421
+ if (this.ai != null) {
422
+ this.ai.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
382
423
  }
383
- if (this.ag != null) {
384
- this.ag.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
424
+ if (this.al != null) {
425
+ this.al.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
385
426
  }
386
427
  }
387
428
  updateScrollbarStatus(a) {
388
- if (this.ad != null && this.ag != null) {
429
+ if (this.ai != null && this.al != null) {
389
430
  switch (this.c.scrollbarStyle) {
390
431
  case 0:
391
432
  if (a) {
392
- this.ad.setStyleProperty("opacity", "1");
393
- this.ag.setStyleProperty("opacity", "1");
394
- this.ad.setRawSize(this.t, this.y());
395
- this.ag.setRawSize(this.z(), this.w);
433
+ this.ai.setStyleProperty("opacity", "1");
434
+ this.al.setStyleProperty("opacity", "1");
435
+ this.ai.setRawSize(this.v, this.aa());
436
+ this.al.setRawSize(this.ab(), this.y);
396
437
  }
397
438
  break;
398
439
  case 1:
399
440
  if (a) {
400
- this.ad.setRawSize(this.t, this.y());
401
- this.ag.setRawSize(this.z(), this.w);
441
+ this.ai.setRawSize(this.v, this.aa());
442
+ this.al.setRawSize(this.ab(), this.y);
402
443
  }
403
- this.ad.setStyleProperty("opacity", this.c.horizontalScrollbarStatus.toString());
404
- this.ag.setStyleProperty("opacity", this.c.verticalScrollbarStatus.toString());
444
+ this.ai.setStyleProperty("opacity", this.c.horizontalScrollbarStatus.toString());
445
+ this.al.setStyleProperty("opacity", this.c.verticalScrollbarStatus.toString());
405
446
  break;
406
447
  case 2:
407
448
  if (a) {
408
- this.ad.setStyleProperty("opacity", "1");
409
- this.ag.setStyleProperty("opacity", "1");
449
+ this.ai.setStyleProperty("opacity", "1");
450
+ this.al.setStyleProperty("opacity", "1");
410
451
  }
411
- this.ad.setRawSize(this.t, this.y());
412
- this.ag.setRawSize(this.z(), this.w);
452
+ this.ai.setRawSize(this.v, this.aa());
453
+ this.al.setRawSize(this.ab(), this.y);
413
454
  break;
414
455
  case 3:
415
- this.ad.setStyleProperty("opacity", "0");
416
- this.ag.setStyleProperty("opacity", "0");
456
+ this.ai.setStyleProperty("opacity", "0");
457
+ this.al.setStyleProperty("opacity", "0");
417
458
  break;
418
459
  }
419
460
  }
420
461
  }
421
- y() {
462
+ aa() {
422
463
  if (this.c.scrollbarStyle == 2) {
423
464
  return this.c.horizontalScrollbarStatus * (this.c.scrollbarSpan - 2) + 2;
424
465
  }
425
466
  return this.c.scrollbarSpan;
426
467
  }
427
- z() {
468
+ ab() {
428
469
  if (this.c.scrollbarStyle == 2) {
429
470
  return this.c.verticalScrollbarStatus * (this.c.scrollbarSpan - 2) + 2;
430
471
  }
431
472
  return this.c.scrollbarSpan;
432
473
  }
433
474
  focus() {
434
- this.ab.rootWrapper.focus(true);
475
+ this.ag.rootWrapper.focus(true);
435
476
  }
436
477
  onDetachedFromUI() {
437
- if (this.a != null && this.ab != null) {
438
- this.a.bi(this.ab.rootWrapper, "");
478
+ if (this.a != null && this.ag != null) {
479
+ this.a.bk(this.ag.rootWrapper, "");
480
+ }
481
+ if (this.ad != null) {
482
+ document.removeEventListener("keydown", this.ad, false);
483
+ this.ad = null;
484
+ }
485
+ if (this.ae != null) {
486
+ document.removeEventListener("keyup", this.ae, false);
487
+ this.ae = null;
488
+ }
489
+ if (this.af != null) {
490
+ document.removeEventListener("mousedown", this.af, false);
491
+ this.af = null;
439
492
  }
440
493
  }
441
494
  onAttachedToUI() {
442
495
  if (this.a != null) {
443
- this.a.au(this.ab.rootWrapper, "");
496
+ this.a.av(this.ag.rootWrapper, "");
444
497
  }
445
498
  }
446
499
  attachNativeScroll() {
447
- let a = this.af.getNativeElement();
500
+ let a = this.ak.getNativeElement();
448
501
  a.addEventListener("scroll", runOn(this, this.onNativeScroll));
449
502
  }
450
503
  detachNativeScroll() {
451
- let a = this.af.getNativeElement();
504
+ let a = this.ak.getNativeElement();
452
505
  a.removeEventListener("scroll", runOn(this, this.onNativeScroll));
453
506
  }
454
507
  onNativeScroll(a) {
@@ -477,7 +530,7 @@ export let Scroller = /*@__PURE__*/ (() => {
477
530
  this.bb = 20;
478
531
  this.be = 8;
479
532
  this.bk = 0;
480
- this.dy = null;
533
+ this.dz = null;
481
534
  this.x = false;
482
535
  this.a6 = 0;
483
536
  this.bm = 0;
@@ -504,7 +557,7 @@ export let Scroller = /*@__PURE__*/ (() => {
504
557
  this.s = false;
505
558
  this.q = false;
506
559
  this.r = false;
507
- this.d0 = null;
560
+ this.d1 = null;
508
561
  this.p = false;
509
562
  this.propertyChanged = null;
510
563
  this.onScrolling = null;
@@ -524,7 +577,7 @@ export let Scroller = /*@__PURE__*/ (() => {
524
577
  this.y = false;
525
578
  this.t = true;
526
579
  this.u = true;
527
- this.dy = this.view.getDefaultScrollbarBrush();
580
+ this.dz = this.view.getDefaultScrollbarBrush();
528
581
  this.j = new DoubleAnimator(0, 1, 400);
529
582
  this.k = new DoubleAnimator(0, 1, 400);
530
583
  this.j.b = EasingFunctions.cubicEase;
@@ -541,7 +594,7 @@ export let Scroller = /*@__PURE__*/ (() => {
541
594
  let b = this.bi;
542
595
  this.bi = a;
543
596
  if (b != this.bi) {
544
- this.dh("SmallVerticalChange", b, this.bi);
597
+ this.di("SmallVerticalChange", b, this.bi);
545
598
  }
546
599
  }
547
600
  get keyboardListener() {
@@ -557,7 +610,7 @@ export let Scroller = /*@__PURE__*/ (() => {
557
610
  let b = this.ba;
558
611
  this.ba = a;
559
612
  if (b != this.ba) {
560
- this.dh("LargeVerticalChange", b, this.ba);
613
+ this.di("LargeVerticalChange", b, this.ba);
561
614
  }
562
615
  }
563
616
  get br() {
@@ -567,7 +620,7 @@ export let Scroller = /*@__PURE__*/ (() => {
567
620
  let b = this.a4;
568
621
  this.a4 = a;
569
622
  if (b != this.a4) {
570
- this.dh("ActualSmallVerticalChange", b, this.a4);
623
+ this.di("ActualSmallVerticalChange", b, this.a4);
571
624
  }
572
625
  }
573
626
  get bp() {
@@ -577,7 +630,7 @@ export let Scroller = /*@__PURE__*/ (() => {
577
630
  let b = this.a2;
578
631
  this.a2 = a;
579
632
  if (b != this.a2) {
580
- this.dh("ActualLargeVerticalChange", b, this.a2);
633
+ this.di("ActualLargeVerticalChange", b, this.a2);
581
634
  }
582
635
  }
583
636
  get smallHorizontalChange() {
@@ -587,7 +640,7 @@ export let Scroller = /*@__PURE__*/ (() => {
587
640
  let b = this.bh;
588
641
  this.bh = a;
589
642
  if (b != this.bh) {
590
- this.dh("SmallHorizontalChange", b, this.bh);
643
+ this.di("SmallHorizontalChange", b, this.bh);
591
644
  }
592
645
  }
593
646
  get largeHorizontalChange() {
@@ -597,7 +650,7 @@ export let Scroller = /*@__PURE__*/ (() => {
597
650
  let b = this.a9;
598
651
  this.a9 = a;
599
652
  if (b != this.a9) {
600
- this.dh("LargeHorizontalChange", b, this.a9);
653
+ this.di("LargeHorizontalChange", b, this.a9);
601
654
  }
602
655
  }
603
656
  get bq() {
@@ -607,7 +660,7 @@ export let Scroller = /*@__PURE__*/ (() => {
607
660
  let b = this.a3;
608
661
  this.a3 = a;
609
662
  if (b != this.a3) {
610
- this.dh("ActualSmallHorizontalChange", b, this.a3);
663
+ this.di("ActualSmallHorizontalChange", b, this.a3);
611
664
  }
612
665
  }
613
666
  get bo() {
@@ -617,7 +670,7 @@ export let Scroller = /*@__PURE__*/ (() => {
617
670
  let b = this.a1;
618
671
  this.a1 = a;
619
672
  if (b != this.a1) {
620
- this.dh("ActualLargeHorizontalChange", b, this.a1);
673
+ this.di("ActualLargeHorizontalChange", b, this.a1);
621
674
  }
622
675
  }
623
676
  get contentWidth() {
@@ -627,7 +680,7 @@ export let Scroller = /*@__PURE__*/ (() => {
627
680
  let b = this.a7;
628
681
  this.a7 = a;
629
682
  if (b != this.a7) {
630
- this.dh("ContentWidth", b, this.a7);
683
+ this.di("ContentWidth", b, this.a7);
631
684
  }
632
685
  }
633
686
  get minScrollbarSize() {
@@ -637,7 +690,7 @@ export let Scroller = /*@__PURE__*/ (() => {
637
690
  let b = this.bb;
638
691
  this.bb = a;
639
692
  if (b != this.bb) {
640
- this.dh("MinScrollbarSize", b, this.bb);
693
+ this.di("MinScrollbarSize", b, this.bb);
641
694
  }
642
695
  }
643
696
  get scrollbarSpan() {
@@ -647,7 +700,7 @@ export let Scroller = /*@__PURE__*/ (() => {
647
700
  let b = this.be;
648
701
  this.be = a;
649
702
  if (b != this.be) {
650
- this.dh("ScrollbarSpan", b, this.be);
703
+ this.di("ScrollbarSpan", b, this.be);
651
704
  }
652
705
  }
653
706
  ap(a, b, c) {
@@ -701,6 +754,11 @@ export let Scroller = /*@__PURE__*/ (() => {
701
754
  }
702
755
  return false;
703
756
  }
757
+ dg(a, b) {
758
+ if (this.keyboardListener != null) {
759
+ this.keyboardListener.onGotFocus(a, b);
760
+ }
761
+ }
704
762
  aj(a, b) {
705
763
  if (this.keyboardListener != null) {
706
764
  if (this.keyboardListener.onEnd(a, b)) {
@@ -710,7 +768,7 @@ export let Scroller = /*@__PURE__*/ (() => {
710
768
  if (this.scrollTop + this.viewportHeight >= this.contentHeight) {
711
769
  return false;
712
770
  }
713
- this.dp(0, this.contentHeight - this.viewportHeight - this.scrollTop);
771
+ this.dq(0, this.contentHeight - this.viewportHeight - this.scrollTop);
714
772
  return false;
715
773
  }
716
774
  an(a, b) {
@@ -722,7 +780,7 @@ export let Scroller = /*@__PURE__*/ (() => {
722
780
  if (this.scrollTop <= 0) {
723
781
  return false;
724
782
  }
725
- this.dp(0, -this.scrollTop);
783
+ this.dq(0, -this.scrollTop);
726
784
  return false;
727
785
  }
728
786
  au(a, b) {
@@ -734,7 +792,7 @@ export let Scroller = /*@__PURE__*/ (() => {
734
792
  if (this.scrollLeft + this.viewportWidth >= this.contentWidth) {
735
793
  return false;
736
794
  }
737
- this.dp(this.bq, 0);
795
+ this.dq(this.bq, 0);
738
796
  return true;
739
797
  }
740
798
  aq(a, b) {
@@ -746,7 +804,7 @@ export let Scroller = /*@__PURE__*/ (() => {
746
804
  if (this.scrollLeft <= 0) {
747
805
  return false;
748
806
  }
749
- this.dp(this.bq * -1, 0);
807
+ this.dq(this.bq * -1, 0);
750
808
  return true;
751
809
  }
752
810
  ax(a, b) {
@@ -758,7 +816,7 @@ export let Scroller = /*@__PURE__*/ (() => {
758
816
  if (this.scrollTop <= 0) {
759
817
  return false;
760
818
  }
761
- this.dp(0, this.br * -1);
819
+ this.dq(0, this.br * -1);
762
820
  return true;
763
821
  }
764
822
  ai(a, b) {
@@ -770,7 +828,7 @@ export let Scroller = /*@__PURE__*/ (() => {
770
828
  if (this.scrollTop + this.viewportHeight >= this.contentHeight) {
771
829
  return false;
772
830
  }
773
- this.dp(0, this.br);
831
+ this.dq(0, this.br);
774
832
  return true;
775
833
  }
776
834
  at(a, b) {
@@ -782,7 +840,7 @@ export let Scroller = /*@__PURE__*/ (() => {
782
840
  if (this.scrollTop < 0) {
783
841
  return false;
784
842
  }
785
- this.dp(0, this.bp * -1);
843
+ this.dq(0, this.bp * -1);
786
844
  return true;
787
845
  }
788
846
  as(a, b) {
@@ -794,7 +852,7 @@ export let Scroller = /*@__PURE__*/ (() => {
794
852
  if (this.scrollTop + this.viewportHeight >= this.contentHeight) {
795
853
  return false;
796
854
  }
797
- this.dp(0, this.bp);
855
+ this.dq(0, this.bp);
798
856
  return true;
799
857
  }
800
858
  ak(a, b) {
@@ -818,24 +876,24 @@ export let Scroller = /*@__PURE__*/ (() => {
818
876
  let b = this.bk;
819
877
  this.bk = a;
820
878
  if (b != this.bk) {
821
- this.dh("VerticalTrackStartInset", b, this.bk);
879
+ this.di("VerticalTrackStartInset", b, this.bk);
822
880
  }
823
881
  }
824
882
  get scrollbarBrush() {
825
- return this.dy;
883
+ return this.dz;
826
884
  }
827
885
  set scrollbarBrush(a) {
828
- let b = this.dy;
829
- this.dy = a;
830
- if (b != this.dy) {
831
- this.dh("ScrollbarBrush", b, this.dy);
886
+ let b = this.dz;
887
+ this.dz = a;
888
+ if (b != this.dz) {
889
+ this.di("ScrollbarBrush", b, this.dz);
832
890
  }
833
891
  }
834
- dh(a, b, c) {
892
+ di(a, b, c) {
835
893
  if (this.propertyChanged != null) {
836
894
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
837
895
  }
838
- this.dk(a, b, c);
896
+ this.dl(a, b, c);
839
897
  }
840
898
  get ay() {
841
899
  return this.x;
@@ -847,25 +905,25 @@ export let Scroller = /*@__PURE__*/ (() => {
847
905
  this.view.updateScrollLeft(this.scrollLeft);
848
906
  }
849
907
  }
850
- dk(a, b, c) {
908
+ dl(a, b, c) {
851
909
  switch (a) {
852
910
  case "ContentWidth":
853
911
  this.view.onContentWidthChanged(this.contentWidth);
854
912
  let d = c;
855
913
  let e = b;
856
914
  if (d < e && this.scrollLeft + this.viewportWidth >= d) {
857
- this.dq(d - (this.scrollLeft + this.viewportWidth), 0);
915
+ this.dr(d - (this.scrollLeft + this.viewportWidth), 0);
858
916
  }
859
- this.dv();
917
+ this.dw();
860
918
  break;
861
919
  case "ContentHeight":
862
920
  this.view.onContentHeightChanged(this.contentHeight);
863
921
  let f = c;
864
922
  let g = b;
865
923
  if (f < g && this.scrollTop > 0 && this.scrollTop + this.viewportHeight >= f) {
866
- this.dq(0, f - (this.scrollTop + this.viewportHeight));
924
+ this.dr(0, f - (this.scrollTop + this.viewportHeight));
867
925
  }
868
- this.dx();
926
+ this.dy();
869
927
  break;
870
928
  case "ScrollTop":
871
929
  if (!this.ay) {
@@ -883,9 +941,9 @@ export let Scroller = /*@__PURE__*/ (() => {
883
941
  this.bo = this.viewportWidth;
884
942
  }
885
943
  if (this.contentWidth > 0 && this.scrollLeft + this.viewportWidth > this.contentWidth) {
886
- this.dq(this.contentWidth - this.viewportWidth - this.scrollLeft, 0);
944
+ this.dr(this.contentWidth - this.viewportWidth - this.scrollLeft, 0);
887
945
  }
888
- this.dv();
946
+ this.dw();
889
947
  if (this.view.getInitialScrollLeft() != this.scrollLeft) {
890
948
  this.view.updateScrollLeft(this.scrollLeft);
891
949
  }
@@ -895,7 +953,7 @@ export let Scroller = /*@__PURE__*/ (() => {
895
953
  if (isNaN_(this.largeVerticalChange)) {
896
954
  this.bp = this.viewportHeight;
897
955
  }
898
- this.dx();
956
+ this.dy();
899
957
  if (this.view.getInitialScrollTop() != this.scrollTop) {
900
958
  this.view.updateScrollTop(this.scrollTop);
901
959
  }
@@ -906,8 +964,8 @@ export let Scroller = /*@__PURE__*/ (() => {
906
964
  case "ScrollbarSpan":
907
965
  case "MinScrollbarSize":
908
966
  case "VerticalTrackStartInset":
909
- this.dx();
910
- this.dv();
967
+ this.dy();
968
+ this.dw();
911
969
  break;
912
970
  case "HorizontalScrollbarStatus":
913
971
  case "VerticalOpacity":
@@ -925,24 +983,24 @@ export let Scroller = /*@__PURE__*/ (() => {
925
983
  let b = this.a6;
926
984
  this.a6 = a;
927
985
  if (b != this.a6) {
928
- this.dh("ContentHeight", b, this.a6);
986
+ this.di("ContentHeight", b, this.a6);
929
987
  }
930
988
  }
931
- di(a) {
989
+ dj(a) {
932
990
  let b = Math.max(this.minScrollbarSize, this.actualVerticalScrollbarHeight);
933
991
  let c = this.verticalTrackStartInset + (b / 2);
934
992
  let d = this.viewportHeight - (b / 2);
935
993
  let e = a / (d - c);
936
994
  let f = e * (this.contentHeight - this.viewportHeight);
937
- this.dp(0, f);
995
+ this.dq(0, f);
938
996
  }
939
- dg(a) {
997
+ dh(a) {
940
998
  let b = Math.max(this.minScrollbarSize, this.actualHorizontalScrollbarWidth);
941
999
  let c = 0 + (b / 2);
942
1000
  let d = this.viewportWidth - (b / 2);
943
1001
  let e = a / (d - c);
944
1002
  let f = e * (this.contentWidth - this.viewportWidth);
945
- this.dp(f, 0);
1003
+ this.dq(f, 0);
946
1004
  }
947
1005
  onViewportSizeChanged(a, b, c = false) {
948
1006
  let d = this.bm;
@@ -950,14 +1008,14 @@ export let Scroller = /*@__PURE__*/ (() => {
950
1008
  this.bm = a;
951
1009
  this.bl = b;
952
1010
  if (!isNaN_(this.contentWidth) && this.contentWidth != 0 && this.scrollLeft > 0 && this.scrollLeft + this.bm > this.contentWidth) {
953
- this.dp(0, 0);
1011
+ this.dq(0, 0);
954
1012
  }
955
1013
  if (!isNaN_(this.contentHeight) && this.contentHeight != 0 && this.scrollTop > 0 && this.scrollTop + this.bl > this.contentHeight) {
956
- this.dp(0, 0);
1014
+ this.dq(0, 0);
957
1015
  }
958
1016
  if (c && (d != a || e != b)) {
959
- this.dh("ViewportWidth", d, a);
960
- this.dh("ViewportHeight", e, b);
1017
+ this.di("ViewportWidth", d, a);
1018
+ this.di("ViewportHeight", e, b);
961
1019
  }
962
1020
  }
963
1021
  get viewportWidth() {
@@ -967,7 +1025,7 @@ export let Scroller = /*@__PURE__*/ (() => {
967
1025
  let b = this.bm;
968
1026
  this.bm = a;
969
1027
  if (b != this.bm) {
970
- this.dh("ViewportWidth", b, this.bm);
1028
+ this.di("ViewportWidth", b, this.bm);
971
1029
  }
972
1030
  }
973
1031
  get viewportHeight() {
@@ -977,7 +1035,7 @@ export let Scroller = /*@__PURE__*/ (() => {
977
1035
  let b = this.bl;
978
1036
  this.bl = a;
979
1037
  if (b != this.bl) {
980
- this.dh("ViewportHeight", b, this.bl);
1038
+ this.di("ViewportHeight", b, this.bl);
981
1039
  }
982
1040
  }
983
1041
  get scrollTop() {
@@ -987,7 +1045,7 @@ export let Scroller = /*@__PURE__*/ (() => {
987
1045
  let b = this.bg;
988
1046
  this.bg = a;
989
1047
  if (b != this.bg) {
990
- this.dh("ScrollTop", b, this.bg);
1048
+ this.di("ScrollTop", b, this.bg);
991
1049
  }
992
1050
  }
993
1051
  get scrollLeft() {
@@ -997,7 +1055,7 @@ export let Scroller = /*@__PURE__*/ (() => {
997
1055
  let b = this.bf;
998
1056
  this.bf = a;
999
1057
  if (b != this.bf) {
1000
- this.dh("ScrollLeft", b, this.bf);
1058
+ this.di("ScrollLeft", b, this.bf);
1001
1059
  }
1002
1060
  }
1003
1061
  get view() {
@@ -1013,8 +1071,8 @@ export let Scroller = /*@__PURE__*/ (() => {
1013
1071
  this.view.provideContainer(a);
1014
1072
  this.bg = this.view.getInitialScrollTop();
1015
1073
  this.bf = this.view.getInitialScrollLeft();
1016
- this.dv();
1017
- this.dx();
1074
+ this.dw();
1075
+ this.dy();
1018
1076
  }
1019
1077
  onDetachedFromUI() {
1020
1078
  this.view.onDetachedFromUI();
@@ -1033,7 +1091,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1033
1091
  if (this.keyboardListener != null) {
1034
1092
  this.keyboardListener.onWheel();
1035
1093
  }
1036
- this.dp(b, c);
1094
+ this.dq(b, c);
1037
1095
  return true;
1038
1096
  }
1039
1097
  get lockScrollDirection() {
@@ -1049,7 +1107,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1049
1107
  let b = this.a5;
1050
1108
  this.a5 = a;
1051
1109
  if (b != this.a5) {
1052
- this.dh("ActualVerticalScrollbarHeight", b, this.a5);
1110
+ this.di("ActualVerticalScrollbarHeight", b, this.a5);
1053
1111
  }
1054
1112
  }
1055
1113
  get actualHorizontalScrollbarWidth() {
@@ -1059,7 +1117,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1059
1117
  let b = this.a0;
1060
1118
  this.a0 = a;
1061
1119
  if (b != this.a0) {
1062
- this.dh("ActualHorizontalScrollbarWidth", b, this.a0);
1120
+ this.di("ActualHorizontalScrollbarWidth", b, this.a0);
1063
1121
  }
1064
1122
  }
1065
1123
  get scrollbarStyle() {
@@ -1069,7 +1127,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1069
1127
  let b = this.h;
1070
1128
  this.h = a;
1071
1129
  if (b != this.h) {
1072
- this.dh("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.h));
1130
+ this.di("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.h));
1073
1131
  }
1074
1132
  }
1075
1133
  get horizontalScrollbarStatus() {
@@ -1079,7 +1137,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1079
1137
  let b = this.a8;
1080
1138
  this.a8 = a;
1081
1139
  if (b != this.a8) {
1082
- this.dh("HorizontalScrollbarStatus", b, this.a8);
1140
+ this.di("HorizontalScrollbarStatus", b, this.a8);
1083
1141
  }
1084
1142
  }
1085
1143
  get verticalScrollbarStatus() {
@@ -1089,7 +1147,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1089
1147
  let b = this.bj;
1090
1148
  this.bj = a;
1091
1149
  if (b != this.bj) {
1092
- this.dh("VerticalOpacity", b, this.bj);
1150
+ this.di("VerticalOpacity", b, this.bj);
1093
1151
  }
1094
1152
  }
1095
1153
  get horizontalAnimation() {
@@ -1131,12 +1189,12 @@ export let Scroller = /*@__PURE__*/ (() => {
1131
1189
  this.q = false;
1132
1190
  this.r = false;
1133
1191
  this.p = true;
1134
- this.d0 = { $type: Point_$type, x: a.x, y: a.y };
1192
+ this.d1 = { $type: Point_$type, x: a.x, y: a.y };
1135
1193
  }
1136
1194
  de(a) {
1137
1195
  if (this.p) {
1138
- let b = a.y - this.d0.y;
1139
- let c = a.x - this.d0.x;
1196
+ let b = a.y - this.d1.y;
1197
+ let c = a.x - this.d1.x;
1140
1198
  if (this.lockScrollDirection && !this.r) {
1141
1199
  this.r = true;
1142
1200
  if (b > 0 || c > 0) {
@@ -1148,8 +1206,8 @@ export let Scroller = /*@__PURE__*/ (() => {
1148
1206
  }
1149
1207
  }
1150
1208
  }
1151
- this.d0 = { $type: Point_$type, x: a.x, y: a.y };
1152
- this.dp(-c, -b);
1209
+ this.d1 = { $type: Point_$type, x: a.x, y: a.y };
1210
+ this.dq(-c, -b);
1153
1211
  }
1154
1212
  }
1155
1213
  get isScrolling() {
@@ -1162,28 +1220,28 @@ export let Scroller = /*@__PURE__*/ (() => {
1162
1220
  this.view.detachNativeScroll();
1163
1221
  this.bc = a - this.scrollLeft;
1164
1222
  this.bd = b - this.scrollTop;
1165
- this.dn();
1223
+ this.dp();
1166
1224
  }
1167
- dp(a, b) {
1225
+ dq(a, b) {
1168
1226
  this.view.detachNativeScroll();
1169
1227
  this.bc += a;
1170
1228
  this.bd += b;
1171
- this.dn();
1229
+ this.dp();
1172
1230
  }
1173
- dq(a, b) {
1231
+ dr(a, b) {
1174
1232
  this.view.detachNativeScroll();
1175
1233
  this.bc += a;
1176
1234
  this.bd += b;
1177
- this.du();
1235
+ this.dv();
1178
1236
  }
1179
- dn() {
1237
+ dp() {
1180
1238
  if (this.w) {
1181
1239
  return;
1182
1240
  }
1183
1241
  this.w = true;
1184
- this.view.requestWork(runOn(this, this.du));
1242
+ this.view.requestWork(runOn(this, this.dv));
1185
1243
  }
1186
- du() {
1244
+ dv() {
1187
1245
  this.w = false;
1188
1246
  let a = this.bc;
1189
1247
  let b = this.bd;
@@ -1249,8 +1307,8 @@ export let Scroller = /*@__PURE__*/ (() => {
1249
1307
  this.ab = true;
1250
1308
  this.scrollTop = c;
1251
1309
  this.scrollLeft = d;
1252
- this.dx();
1253
- this.dv();
1310
+ this.dy();
1311
+ this.dw();
1254
1312
  this.ab = false;
1255
1313
  if (!this.isScrolling) {
1256
1314
  this.isScrolling = true;
@@ -1296,17 +1354,17 @@ export let Scroller = /*@__PURE__*/ (() => {
1296
1354
  }
1297
1355
  }
1298
1356
  }
1299
- dx() {
1357
+ dy() {
1300
1358
  if (isNaN_(this.contentHeight)) {
1301
1359
  return;
1302
1360
  }
1303
- this.dw(this.contentHeight, this.viewportHeight, this.scrollTop, true);
1361
+ this.dx(this.contentHeight, this.viewportHeight, this.scrollTop, true);
1304
1362
  }
1305
- dv() {
1363
+ dw() {
1306
1364
  if (isNaN_(this.contentWidth)) {
1307
1365
  return;
1308
1366
  }
1309
- this.dw(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
1367
+ this.dx(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
1310
1368
  }
1311
1369
  aa(a, b) {
1312
1370
  if (Math.abs(a - b) <= 2) {
@@ -1314,7 +1372,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1314
1372
  }
1315
1373
  return false;
1316
1374
  }
1317
- dw(a, b, c, d) {
1375
+ dx(a, b, c, d) {
1318
1376
  if (b == 0 || a == 0) {
1319
1377
  return;
1320
1378
  }
@@ -1393,7 +1451,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1393
1451
  return;
1394
1452
  }
1395
1453
  if (this.scrollbarStyle == 1 || this.scrollbarStyle == 2) {
1396
- this.ds();
1454
+ this.dt();
1397
1455
  }
1398
1456
  this.n = false;
1399
1457
  }
@@ -1402,11 +1460,11 @@ export let Scroller = /*@__PURE__*/ (() => {
1402
1460
  return;
1403
1461
  }
1404
1462
  if (this.scrollbarStyle == 1 || this.scrollbarStyle == 2) {
1405
- this.dt();
1463
+ this.du();
1406
1464
  }
1407
1465
  this.y = false;
1408
1466
  }
1409
- ds() {
1467
+ dt() {
1410
1468
  if (!this.o) {
1411
1469
  this.o = true;
1412
1470
  this.cd = this.executionContext.getCurrentRelativeTime();
@@ -1416,7 +1474,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1416
1474
  this.cd = this.executionContext.getCurrentRelativeTime();
1417
1475
  }
1418
1476
  }
1419
- dt() {
1477
+ du() {
1420
1478
  if (!this.z) {
1421
1479
  this.z = true;
1422
1480
  this.ce = this.executionContext.getCurrentRelativeTime();