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.
- package/bundles/igniteui-angular-core.umd.js +15433 -11222
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AbsolutePanelBridge.js +6 -6
- package/esm2015/lib/AggregatedDataProviderLayerInfo.js +12 -2
- package/esm2015/lib/AggregatedDataProvider_combined.js +1 -1
- package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm2015/lib/AnchoredRadialSeriesDescription.js +35 -35
- package/esm2015/lib/AreaSeriesDescription.js +3 -3
- package/esm2015/lib/AxisDescriptionMetadata.js +8 -8
- package/esm2015/lib/BarSeriesDescription.js +6 -6
- package/esm2015/lib/BaseDOMEventProxy_combined.js +443 -440
- package/esm2015/lib/BubbleSeriesDescription.js +40 -40
- package/esm2015/lib/BulletGraphDescriptionMetadata.js +2 -2
- package/esm2015/lib/CanvasGestureDOMEventProxy.js +265 -264
- package/esm2015/lib/CanvasScalingHelpers.js +1 -1
- package/esm2015/lib/CategoryAngleAxisDescription.js +30 -30
- package/esm2015/lib/CategoryAxisBaseDescription.js +29 -21
- package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/CategoryChartDescription.js +150 -134
- package/esm2015/lib/CategoryChartDescriptionMetadata.js +4 -2
- package/esm2015/lib/CategoryDateTimeXAxisDescription.js +22 -22
- package/esm2015/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
- package/esm2015/lib/CategorySeriesDescription.js +22 -22
- package/esm2015/lib/CategoryXAxisDescription.js +36 -36
- package/esm2015/lib/CategoryYAxisDescription.js +34 -34
- package/esm2015/lib/CellInfoDescription.js +202 -178
- package/esm2015/lib/CellInfoDescriptionMetadata.js +7 -4
- package/esm2015/lib/CodeGenerationLibraryItem.js +4 -3
- package/esm2015/lib/CodeGenerationLibraryItemPlatform.js +2 -1
- package/esm2015/lib/CodeGenerationTargetPlatforms.js +2 -1
- package/esm2015/lib/ColumnFragmentDescription.js +6 -6
- package/esm2015/lib/ColumnSeriesDescription.js +9 -9
- package/esm2015/lib/ComboBoxColumnDescription.js +15 -15
- package/esm2015/lib/ComponentRendererAdapter.js +2 -0
- package/esm2015/lib/ComponentRenderer_combined.js +112 -71
- package/esm2015/lib/DashboardTileDescriptionMetadata.js +2 -2
- package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
- package/esm2015/lib/DataChartCategoryDescriptionModule.js +2 -0
- package/esm2015/lib/DataChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
- package/esm2015/lib/DataGridColumnDescription.js +411 -163
- package/esm2015/lib/DataGridColumnDescriptionMetadata.js +35 -4
- package/esm2015/lib/DataGridDescription.js +730 -514
- package/esm2015/lib/DataGridFilterDialogDescription.js +169 -25
- package/esm2015/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
- package/esm2015/lib/DataGridPagerDescription.js +38 -22
- package/esm2015/lib/DataGridPagerDescriptionMetadata.js +2 -0
- package/esm2015/lib/DataLegendDescriptionMetadata.js +12 -12
- package/esm2015/lib/DataPieBaseChartDescription.js +141 -125
- package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DataPieChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/DataSeries.js +1 -1
- package/esm2015/lib/DataSeriesMarker.js +7 -3
- package/esm2015/lib/DataSourceSpecialRow.js +2 -8
- package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
- package/esm2015/lib/DateTimeCellInfoDescription.js +18 -18
- package/esm2015/lib/DateTimeColumnDescription.js +36 -36
- package/esm2015/lib/DefinitionBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/DescriptionSerializer.js +3 -2
- package/esm2015/lib/DivBridge.js +1 -1
- package/esm2015/lib/DomainChartDescription.js +615 -559
- package/esm2015/lib/DomainChartDescriptionMetadata.js +23 -13
- package/esm2015/lib/DoughnutChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/EditorCellInfoDescription.js +38 -38
- package/esm2015/lib/EventProxy.js +84 -78
- package/esm2015/lib/FilterCellInfoDescription.js +36 -36
- package/esm2015/lib/FilterSyntaxLexer.js +2 -2
- package/esm2015/lib/FinancialChartDescription.js +167 -167
- package/esm2015/lib/FinancialChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/FlatDataProvider_combined.js +150 -143
- package/esm2015/lib/FontStringUtil.js +3 -1
- package/esm2015/lib/GeographicMapDescriptionMetadata.js +2 -2
- package/esm2015/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/GridBridge.js +23 -11
- package/esm2015/lib/GridLayout.js +7 -0
- package/esm2015/lib/GridLayoutLayoutInfo.js +27 -0
- package/esm2015/lib/GridLayoutSizeDefinition.js +33 -0
- package/esm2015/lib/GridLayoutSizeInfo.js +25 -0
- package/esm2015/lib/GridLayoutSizeType.js +29 -0
- package/esm2015/lib/GridLayoutView.js +7 -0
- package/esm2015/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
- package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/IComponentRendererAdapter_combined.js +5 -0
- package/esm2015/lib/IGridLayoutView.js +7 -0
- package/esm2015/lib/IGridLayoutView_combined.js +383 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +186 -180
- package/esm2015/lib/IRenderer_combined.js +120 -20
- package/esm2015/lib/IgcButtonBridge.js +1 -1
- package/esm2015/lib/ImageCellInfoDescription.js +9 -9
- package/esm2015/lib/ImageColumnDescription.js +21 -21
- package/esm2015/lib/ItemLegendDescriptionMetadata.js +2 -2
- package/esm2015/lib/JsonDictionaryValue.js +2 -1
- package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +53 -7
- package/esm2015/lib/LegendDescriptionMetadata.js +2 -2
- package/esm2015/lib/LineSeriesDescription.js +3 -3
- package/esm2015/lib/LinearGaugeDescriptionMetadata.js +2 -2
- package/esm2015/lib/MarkerSeriesDescription.js +37 -29
- package/esm2015/lib/MarkerSeriesDescriptionMetadata.js +3 -2
- package/esm2015/lib/NativeUI.js +65 -53
- package/esm2015/lib/NativeUIAbsolutePanel.js +8 -8
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +86 -86
- package/esm2015/lib/NativeUIButtonGroup.js +49 -49
- package/esm2015/lib/NativeUICheckbox.js +33 -33
- package/esm2015/lib/NativeUICheckboxList.js +147 -147
- package/esm2015/lib/NativeUIColorEditor.js +22 -22
- package/esm2015/lib/NativeUIColumn.js +1 -1
- package/esm2015/lib/NativeUICombo.js +30 -30
- package/esm2015/lib/NativeUIContent.js +5 -5
- package/esm2015/lib/NativeUIDropDown.js +22 -22
- package/esm2015/lib/NativeUIElementBridge.js +10 -2
- package/esm2015/lib/NativeUIGrid.js +67 -61
- package/esm2015/lib/NativeUIIcon.js +27 -27
- package/esm2015/lib/NativeUIIconButton.js +27 -27
- package/esm2015/lib/NativeUIInput.js +121 -121
- package/esm2015/lib/NativeUIInputsFactory.js +12 -12
- package/esm2015/lib/NativeUILabel.js +18 -12
- package/esm2015/lib/NativeUIPopup.js +100 -100
- package/esm2015/lib/NativeUISlider.js +66 -66
- package/esm2015/lib/NumericCellInfoDescription.js +39 -39
- package/esm2015/lib/NumericColumnDescription.js +59 -51
- package/esm2015/lib/NumericColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm2015/lib/PanelBridge.js +4 -4
- package/esm2015/lib/PieChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
- package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarBaseDescription.js +75 -75
- package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm2015/lib/PopupView_combined.js +1 -1
- package/esm2015/lib/PropertyEditorDescriptionMetadata.js +2 -2
- package/esm2015/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
- package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
- package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm2015/lib/RadialBaseChartDescription.js +229 -229
- package/esm2015/lib/RadialBaseDescription.js +85 -69
- package/esm2015/lib/RadialBaseDescriptionMetadata.js +2 -0
- package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RadialGaugeDescriptionMetadata.js +5 -5
- package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
- package/esm2015/lib/RadialPieSeriesDescription.js +15 -15
- package/esm2015/lib/RangeBarSeriesDescription.js +39 -0
- package/esm2015/lib/RangeBarSeriesDescriptionMetadata.js +41 -0
- package/esm2015/lib/RangeBarSeriesDescriptionModule.js +20 -0
- package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm2015/lib/SVGParser.js +6 -0
- package/esm2015/lib/SVGRect.js +4 -0
- package/esm2015/lib/ScatterBaseDescription.js +71 -71
- package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm2015/lib/ScrollerView_combined.js +315 -257
- package/esm2015/lib/SectionHeaderCellInfoDescription.js +9 -9
- package/esm2015/lib/SectionHeaderDescription.js +22 -6
- package/esm2015/lib/SectionHeaderDescriptionMetadata.js +2 -0
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/SizeDefinitionCollection.js +28 -0
- package/esm2015/lib/SpanBridge.js +5 -0
- package/esm2015/lib/SparklineDescriptionMetadata.js +2 -2
- package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
- package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm2015/lib/StackedFragmentSeriesDescription.js +277 -245
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
- package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm2015/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
- package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
- package/esm2015/lib/SummaryCellInfoDescription.js +21 -21
- package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
- package/esm2015/lib/TemplateColumnDescription.js +6 -6
- package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm2015/lib/TemplateSectionHeaderDescription.js +3 -3
- package/esm2015/lib/TextCellInfoDescription.js +3 -3
- package/esm2015/lib/TextColumnDescription.js +18 -18
- package/esm2015/lib/TextHeaderCellInfoDescription.js +167 -15
- package/esm2015/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
- package/esm2015/lib/TimeAxisBaseDescription.js +22 -22
- package/esm2015/lib/TimeAxisIntervalDescription.js +3 -3
- package/esm2015/lib/TimeXAxisDescription.js +11 -11
- package/esm2015/lib/ToolActionButtonDescription.js +6 -6
- package/esm2015/lib/ToolActionButtonPairDescription.js +103 -103
- package/esm2015/lib/ToolActionCheckboxDescription.js +33 -25
- package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionCheckboxGroupDescription.js +71 -0
- package/esm2015/lib/ToolActionCheckboxGroupDescriptionMetadata.js +45 -0
- package/esm2015/lib/ToolActionCheckboxGroupDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionCheckboxGroupInfo.js +37 -0
- package/esm2015/lib/ToolActionCheckboxGroupInfoDescription.js +41 -0
- package/esm2015/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionCheckboxInfo.js +7 -0
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +8 -0
- package/esm2015/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionCheckboxListDescription.js +84 -20
- package/esm2015/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
- package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm2015/lib/ToolActionComboDescription.js +12 -12
- package/esm2015/lib/ToolActionDescription.js +140 -116
- package/esm2015/lib/ToolActionDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/ToolActionFieldSelectorDescription.js +21 -21
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm2015/lib/ToolActionIconButtonDescription.js +31 -31
- package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioDescription.js +39 -31
- package/esm2015/lib/ToolActionRadioDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionRadioGroupDescription.js +71 -0
- package/esm2015/lib/ToolActionRadioGroupDescriptionMetadata.js +45 -0
- package/esm2015/lib/ToolActionRadioGroupDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionRadioGroupInfo.js +37 -0
- package/esm2015/lib/ToolActionRadioGroupInfoDescription.js +41 -0
- package/esm2015/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionRadioInfo.js +7 -0
- package/esm2015/lib/ToolActionRadioInfoDescription.js +8 -0
- package/esm2015/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm2015/lib/ToolActionSubPanelDescription.js +3 -3
- package/esm2015/lib/ToolActionSubPanelInfo.js +10 -0
- package/esm2015/lib/ToolActionSubPanelInfoDescription.js +8 -0
- package/esm2015/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
- package/esm2015/lib/ToolActionType.js +3 -1
- package/esm2015/lib/ToolPanelDescription.js +193 -169
- package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolPanelDescriptionModule.js +10 -6
- package/esm2015/lib/ToolbarDescription.js +133 -117
- package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -2
- package/esm2015/lib/TreemapDescriptionMetadata.js +4 -4
- package/esm2015/lib/TypeDescriptionPlatform.js +2 -1
- package/esm2015/lib/UIElementPropertyId.js +1 -1
- package/esm2015/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
- package/esm2015/lib/ValueLayerDescriptionMetadata.js +1 -1
- package/esm2015/lib/ValueOverlayDescriptionMetadata.js +1 -1
- package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/VerticalRangeCategorySeriesDescription.js +71 -0
- package/esm2015/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +45 -0
- package/esm2015/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +18 -0
- package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
- package/esm2015/lib/XYChartDescription.js +229 -229
- package/esm2015/lib/XYChartDescriptionMetadata.js +4 -2
- package/esm2015/lib/XamMultiScaleImageView_combined.js +3 -3
- package/esm2015/lib/ZoomSliderDescriptionMetadata.js +3 -3
- package/esm2015/lib/angular-renderer.js +18 -0
- package/esm2015/lib/array.js +33 -0
- package/esm2015/lib/componentUtil.js +101 -0
- package/esm2015/lib/dictionary.js +14 -3
- package/esm2015/lib/dom.js +12 -0
- package/esm2015/lib/igx-grid-layout-size-definition.js +60 -0
- package/esm2015/lib/igx-size-definition-collection.js +53 -0
- package/esm2015/lib/type.js +53 -0
- package/esm2015/public_api.js +29 -0
- package/esm5/lib/AbsolutePanelBridge.js +6 -6
- package/esm5/lib/AggregatedDataProviderLayerInfo.js +12 -2
- package/esm5/lib/AggregatedDataProvider_combined.js +1 -1
- package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm5/lib/AnchoredRadialSeriesDescription.js +35 -35
- package/esm5/lib/AreaSeriesDescription.js +3 -3
- package/esm5/lib/AxisDescriptionMetadata.js +8 -8
- package/esm5/lib/BarSeriesDescription.js +6 -6
- package/esm5/lib/BaseDOMEventProxy_combined.js +441 -438
- package/esm5/lib/BubbleSeriesDescription.js +40 -40
- package/esm5/lib/BulletGraphDescriptionMetadata.js +2 -2
- package/esm5/lib/CanvasGestureDOMEventProxy.js +265 -264
- package/esm5/lib/CanvasScalingHelpers.js +1 -1
- package/esm5/lib/CategoryAngleAxisDescription.js +30 -30
- package/esm5/lib/CategoryAxisBaseDescription.js +32 -20
- package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/CategoryChartDescription.js +158 -134
- package/esm5/lib/CategoryChartDescriptionMetadata.js +4 -2
- package/esm5/lib/CategoryDateTimeXAxisDescription.js +22 -22
- package/esm5/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
- package/esm5/lib/CategorySeriesDescription.js +22 -22
- package/esm5/lib/CategoryXAxisDescription.js +36 -36
- package/esm5/lib/CategoryYAxisDescription.js +34 -34
- package/esm5/lib/CellInfoDescription.js +213 -177
- package/esm5/lib/CellInfoDescriptionMetadata.js +7 -4
- package/esm5/lib/CodeGenerationLibraryItem.js +4 -3
- package/esm5/lib/CodeGenerationLibraryItemPlatform.js +2 -1
- package/esm5/lib/CodeGenerationTargetPlatforms.js +2 -1
- package/esm5/lib/ColumnFragmentDescription.js +6 -6
- package/esm5/lib/ColumnSeriesDescription.js +9 -9
- package/esm5/lib/ComboBoxColumnDescription.js +15 -15
- package/esm5/lib/ComponentRendererAdapter.js +2 -0
- package/esm5/lib/ComponentRenderer_combined.js +112 -71
- package/esm5/lib/DashboardTileDescriptionMetadata.js +2 -2
- package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
- package/esm5/lib/DataChartCategoryDescriptionModule.js +2 -0
- package/esm5/lib/DataChartDescriptionMetadata.js +2 -2
- package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
- package/esm5/lib/DataGridColumnDescription.js +535 -163
- package/esm5/lib/DataGridColumnDescriptionMetadata.js +35 -4
- package/esm5/lib/DataGridDescription.js +896 -572
- package/esm5/lib/DataGridFilterDialogDescription.js +240 -24
- package/esm5/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
- package/esm5/lib/DataGridPagerDescription.js +44 -20
- package/esm5/lib/DataGridPagerDescriptionMetadata.js +2 -0
- package/esm5/lib/DataLegendDescriptionMetadata.js +12 -12
- package/esm5/lib/DataPieBaseChartDescription.js +149 -125
- package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DataPieChartDescriptionMetadata.js +2 -2
- package/esm5/lib/DataSeries.js +1 -1
- package/esm5/lib/DataSeriesMarker.js +7 -3
- package/esm5/lib/DataSourceSpecialRow.js +3 -26
- package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
- package/esm5/lib/DateTimeCellInfoDescription.js +18 -18
- package/esm5/lib/DateTimeColumnDescription.js +36 -36
- package/esm5/lib/DefinitionBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/DescriptionSerializer.js +3 -2
- package/esm5/lib/DivBridge.js +1 -1
- package/esm5/lib/DomainChartDescription.js +641 -557
- package/esm5/lib/DomainChartDescriptionMetadata.js +23 -13
- package/esm5/lib/DoughnutChartDescriptionMetadata.js +2 -2
- package/esm5/lib/EditorCellInfoDescription.js +38 -38
- package/esm5/lib/EventProxy.js +83 -77
- package/esm5/lib/FilterCellInfoDescription.js +36 -36
- package/esm5/lib/FilterSyntaxLexer.js +2 -2
- package/esm5/lib/FinancialChartDescription.js +167 -167
- package/esm5/lib/FinancialChartDescriptionMetadata.js +2 -2
- package/esm5/lib/FlatDataProvider_combined.js +150 -143
- package/esm5/lib/FontStringUtil.js +3 -1
- package/esm5/lib/GeographicMapDescriptionMetadata.js +2 -2
- package/esm5/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/GridBridge.js +23 -11
- package/esm5/lib/GridLayout.js +7 -0
- package/esm5/lib/GridLayoutLayoutInfo.js +29 -0
- package/esm5/lib/GridLayoutSizeDefinition.js +39 -0
- package/esm5/lib/GridLayoutSizeInfo.js +27 -0
- package/esm5/lib/GridLayoutSizeType.js +29 -0
- package/esm5/lib/GridLayoutView.js +7 -0
- package/esm5/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
- package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/IComponentRendererAdapter_combined.js +5 -0
- package/esm5/lib/IGridLayoutView.js +7 -0
- package/esm5/lib/IGridLayoutView_combined.js +539 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +172 -162
- package/esm5/lib/IRenderer_combined.js +120 -20
- package/esm5/lib/IgcButtonBridge.js +1 -1
- package/esm5/lib/ImageCellInfoDescription.js +9 -9
- package/esm5/lib/ImageColumnDescription.js +21 -21
- package/esm5/lib/ItemLegendDescriptionMetadata.js +2 -2
- package/esm5/lib/JsonDictionaryValue.js +2 -1
- package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +57 -7
- package/esm5/lib/LegendDescriptionMetadata.js +2 -2
- package/esm5/lib/LineSeriesDescription.js +3 -3
- package/esm5/lib/LinearGaugeDescriptionMetadata.js +2 -2
- package/esm5/lib/MarkerSeriesDescription.js +40 -28
- package/esm5/lib/MarkerSeriesDescriptionMetadata.js +3 -2
- package/esm5/lib/NativeUI.js +65 -53
- package/esm5/lib/NativeUIAbsolutePanel.js +8 -8
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +68 -68
- package/esm5/lib/NativeUIButtonGroup.js +43 -43
- package/esm5/lib/NativeUICheckbox.js +30 -30
- package/esm5/lib/NativeUICheckboxList.js +133 -133
- package/esm5/lib/NativeUIColorEditor.js +20 -20
- package/esm5/lib/NativeUIColumn.js +1 -1
- package/esm5/lib/NativeUICombo.js +24 -24
- package/esm5/lib/NativeUIContent.js +4 -4
- package/esm5/lib/NativeUIDropDown.js +18 -18
- package/esm5/lib/NativeUIElementBridge.js +10 -2
- package/esm5/lib/NativeUIGrid.js +63 -57
- package/esm5/lib/NativeUIIcon.js +24 -24
- package/esm5/lib/NativeUIIconButton.js +24 -24
- package/esm5/lib/NativeUIInput.js +100 -100
- package/esm5/lib/NativeUIInputsFactory.js +12 -12
- package/esm5/lib/NativeUILabel.js +19 -9
- package/esm5/lib/NativeUIPopup.js +84 -84
- package/esm5/lib/NativeUISlider.js +53 -53
- package/esm5/lib/NumericCellInfoDescription.js +39 -39
- package/esm5/lib/NumericColumnDescription.js +63 -51
- package/esm5/lib/NumericColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm5/lib/PanelBridge.js +4 -4
- package/esm5/lib/PieChartDescriptionMetadata.js +2 -2
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
- package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarBaseDescription.js +75 -75
- package/esm5/lib/PolarLineSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm5/lib/PopupView_combined.js +1 -1
- package/esm5/lib/PropertyEditorDescriptionMetadata.js +2 -2
- package/esm5/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
- package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
- package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm5/lib/RadialBaseChartDescription.js +229 -229
- package/esm5/lib/RadialBaseDescription.js +93 -69
- package/esm5/lib/RadialBaseDescriptionMetadata.js +2 -0
- package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm5/lib/RadialGaugeDescriptionMetadata.js +5 -5
- package/esm5/lib/RadialLineSeriesDescription.js +3 -3
- package/esm5/lib/RadialPieSeriesDescription.js +15 -15
- package/esm5/lib/RangeBarSeriesDescription.js +49 -0
- package/esm5/lib/RangeBarSeriesDescriptionMetadata.js +45 -0
- package/esm5/lib/RangeBarSeriesDescriptionModule.js +24 -0
- package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm5/lib/SVGParser.js +6 -0
- package/esm5/lib/SVGRect.js +4 -0
- package/esm5/lib/ScatterBaseDescription.js +71 -71
- package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm5/lib/ScrollerView_combined.js +315 -257
- package/esm5/lib/SectionHeaderCellInfoDescription.js +9 -9
- package/esm5/lib/SectionHeaderDescription.js +30 -6
- package/esm5/lib/SectionHeaderDescriptionMetadata.js +2 -0
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/SizeDefinitionCollection.js +30 -0
- package/esm5/lib/SpanBridge.js +5 -0
- package/esm5/lib/SparklineDescriptionMetadata.js +2 -2
- package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm5/lib/StackedBarSeriesDescription.js +6 -6
- package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm5/lib/StackedFragmentSeriesDescription.js +293 -245
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
- package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm5/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
- package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
- package/esm5/lib/SummaryCellInfoDescription.js +21 -21
- package/esm5/lib/TemplateCellInfoDescription.js +3 -3
- package/esm5/lib/TemplateColumnDescription.js +6 -6
- package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm5/lib/TemplateSectionHeaderDescription.js +3 -3
- package/esm5/lib/TextCellInfoDescription.js +3 -3
- package/esm5/lib/TextColumnDescription.js +18 -18
- package/esm5/lib/TextHeaderCellInfoDescription.js +243 -15
- package/esm5/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
- package/esm5/lib/TimeAxisBaseDescription.js +22 -22
- package/esm5/lib/TimeAxisIntervalDescription.js +3 -3
- package/esm5/lib/TimeXAxisDescription.js +11 -11
- package/esm5/lib/ToolActionButtonDescription.js +6 -6
- package/esm5/lib/ToolActionButtonPairDescription.js +103 -103
- package/esm5/lib/ToolActionCheckboxDescription.js +37 -25
- package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionCheckboxGroupDescription.js +97 -0
- package/esm5/lib/ToolActionCheckboxGroupDescriptionMetadata.js +49 -0
- package/esm5/lib/ToolActionCheckboxGroupDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionCheckboxGroupInfo.js +47 -0
- package/esm5/lib/ToolActionCheckboxGroupInfoDescription.js +51 -0
- package/esm5/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionCheckboxInfo.js +11 -0
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +12 -0
- package/esm5/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionCheckboxListDescription.js +116 -20
- package/esm5/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
- package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm5/lib/ToolActionComboDescription.js +12 -12
- package/esm5/lib/ToolActionDescription.js +151 -115
- package/esm5/lib/ToolActionDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/ToolActionFieldSelectorDescription.js +21 -21
- package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm5/lib/ToolActionIconButtonDescription.js +31 -31
- package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm5/lib/ToolActionRadioDescription.js +43 -31
- package/esm5/lib/ToolActionRadioDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionRadioGroupDescription.js +97 -0
- package/esm5/lib/ToolActionRadioGroupDescriptionMetadata.js +49 -0
- package/esm5/lib/ToolActionRadioGroupDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionRadioGroupInfo.js +47 -0
- package/esm5/lib/ToolActionRadioGroupInfoDescription.js +51 -0
- package/esm5/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionRadioInfo.js +11 -0
- package/esm5/lib/ToolActionRadioInfoDescription.js +12 -0
- package/esm5/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm5/lib/ToolActionSubPanelDescription.js +3 -3
- package/esm5/lib/ToolActionSubPanelInfo.js +13 -1
- package/esm5/lib/ToolActionSubPanelInfoDescription.js +14 -1
- package/esm5/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionTextInputDescription.js +3 -3
- package/esm5/lib/ToolActionType.js +3 -1
- package/esm5/lib/ToolPanelDescription.js +205 -169
- package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolPanelDescriptionModule.js +10 -6
- package/esm5/lib/ToolbarDescription.js +141 -117
- package/esm5/lib/ToolbarDescriptionMetadata.js +4 -2
- package/esm5/lib/TreemapDescriptionMetadata.js +4 -4
- package/esm5/lib/TypeDescriptionPlatform.js +2 -1
- package/esm5/lib/UIElementPropertyId.js +1 -1
- package/esm5/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
- package/esm5/lib/ValueLayerDescriptionMetadata.js +1 -1
- package/esm5/lib/ValueOverlayDescriptionMetadata.js +1 -1
- package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/VerticalRangeCategorySeriesDescription.js +97 -0
- package/esm5/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +49 -0
- package/esm5/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +22 -0
- package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/WaterfallSeriesDescription.js +12 -12
- package/esm5/lib/XYChartDescription.js +229 -229
- package/esm5/lib/XYChartDescriptionMetadata.js +4 -2
- package/esm5/lib/XamMultiScaleImageView_combined.js +3 -3
- package/esm5/lib/ZoomSliderDescriptionMetadata.js +3 -3
- package/esm5/lib/angular-renderer.js +18 -0
- package/esm5/lib/array.js +33 -0
- package/esm5/lib/componentUtil.js +101 -0
- package/esm5/lib/dictionary.js +31 -3
- package/esm5/lib/dom.js +12 -0
- package/esm5/lib/igx-grid-layout-size-definition.js +74 -0
- package/esm5/lib/igx-size-definition-collection.js +58 -0
- package/esm5/lib/type.js +57 -0
- package/esm5/public_api.js +29 -0
- package/fesm2015/igniteui-angular-core.js +14095 -10831
- package/fesm5/igniteui-angular-core.js +15389 -11223
- package/lib/AggregatedDataProviderLayerInfo.d.ts +2 -1
- package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
- package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
- package/lib/AreaSeriesDescription.d.ts +1 -1
- package/lib/BarSeriesDescription.d.ts +2 -2
- package/lib/BaseDOMEventProxy_combined.d.ts +85 -84
- package/lib/BubbleSeriesDescription.d.ts +14 -14
- package/lib/CanvasGestureDOMEventProxy.d.ts +32 -32
- package/lib/CategoryAngleAxisDescription.d.ts +11 -11
- package/lib/CategoryAxisBaseDescription.d.ts +11 -8
- package/lib/CategoryChartDescription.d.ts +51 -45
- package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
- package/lib/CategorySeriesDescription.d.ts +8 -8
- package/lib/CategoryXAxisDescription.d.ts +13 -13
- package/lib/CategoryYAxisDescription.d.ts +13 -13
- package/lib/CellInfoDescription.d.ts +71 -62
- package/lib/CodeGenerationLibraryItemPlatform.d.ts +2 -1
- package/lib/CodeGenerationTargetPlatforms.d.ts +2 -1
- package/lib/ColumnFragmentDescription.d.ts +2 -2
- package/lib/ColumnSeriesDescription.d.ts +3 -3
- package/lib/ComboBoxColumnDescription.d.ts +5 -5
- package/lib/ComponentRendererAdapter.d.ts +1 -0
- package/lib/DataGridColumnDescription.d.ts +150 -57
- package/lib/DataGridDescription.d.ts +257 -176
- package/lib/DataGridFilterDialogDescription.d.ts +63 -9
- package/lib/DataGridPagerDescription.d.ts +12 -6
- package/lib/DataPieBaseChartDescription.d.ts +49 -43
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSeriesMarker.d.ts +6 -2
- package/lib/DateTimeCellInfoDescription.d.ts +6 -6
- package/lib/DateTimeColumnDescription.d.ts +12 -12
- package/lib/DomainChartDescription.d.ts +213 -192
- package/lib/EditorCellInfoDescription.d.ts +13 -13
- package/lib/EventProxy.d.ts +46 -44
- package/lib/FilterCellInfoDescription.d.ts +12 -12
- package/lib/FinancialChartDescription.d.ts +56 -56
- package/lib/FlatDataProvider_combined.d.ts +31 -28
- package/lib/GridBridge.d.ts +2 -0
- package/lib/GridLayout.d.ts +1 -0
- package/lib/GridLayoutLayoutInfo.d.ts +15 -0
- package/lib/GridLayoutSizeDefinition.d.ts +13 -0
- package/lib/GridLayoutSizeInfo.d.ts +13 -0
- package/lib/GridLayoutSizeType.d.ts +22 -0
- package/lib/GridLayoutView.d.ts +1 -0
- package/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.d.ts +1 -0
- package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
- package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/IComponentRendererAdapter_combined.d.ts +1 -0
- package/lib/IGridLayoutView.d.ts +1 -0
- package/lib/IGridLayoutView_combined.d.ts +72 -0
- package/lib/INativeUIElementBridge_combined.d.ts +71 -69
- package/lib/INativeUIGridBridge.d.ts +2 -0
- package/lib/IRenderer_combined.d.ts +16 -13
- package/lib/IScrollerKeyboardListener.d.ts +1 -0
- package/lib/ImageCellInfoDescription.d.ts +3 -3
- package/lib/ImageColumnDescription.d.ts +7 -7
- package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +14 -0
- package/lib/LineSeriesDescription.d.ts +1 -1
- package/lib/MarkerSeriesDescription.d.ts +14 -11
- package/lib/NativeUI.d.ts +37 -31
- package/lib/NativeUIAbsolutePanel.d.ts +3 -3
- package/lib/NativeUIBuiltInProperties.d.ts +94 -89
- package/lib/NativeUIButton.d.ts +33 -33
- package/lib/NativeUIButtonGroup.d.ts +22 -22
- package/lib/NativeUICheckbox.d.ts +11 -11
- package/lib/NativeUICheckboxList.d.ts +51 -51
- package/lib/NativeUIColorEditor.d.ts +5 -5
- package/lib/NativeUIColumn.d.ts +1 -1
- package/lib/NativeUICombo.d.ts +11 -11
- package/lib/NativeUIContent.d.ts +3 -3
- package/lib/NativeUIDropDown.d.ts +9 -9
- package/lib/NativeUIGrid.d.ts +31 -29
- package/lib/NativeUIIcon.d.ts +8 -8
- package/lib/NativeUIIconButton.d.ts +6 -6
- package/lib/NativeUIInput.d.ts +43 -43
- package/lib/NativeUILabel.d.ts +8 -6
- package/lib/NativeUIPopup.d.ts +36 -36
- package/lib/NativeUISlider.d.ts +23 -23
- package/lib/NumericCellInfoDescription.d.ts +13 -13
- package/lib/NumericColumnDescription.d.ts +20 -17
- package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
- package/lib/PolarAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarBaseDescription.d.ts +27 -27
- package/lib/PolarLineSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineSeriesDescription.d.ts +1 -1
- package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
- package/lib/RadialAreaSeriesDescription.d.ts +1 -1
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/RadialBaseDescription.d.ts +31 -25
- package/lib/RadialColumnSeriesDescription.d.ts +2 -2
- package/lib/RadialLineSeriesDescription.d.ts +1 -1
- package/lib/RadialPieSeriesDescription.d.ts +5 -5
- package/lib/RangeBarSeriesDescription.d.ts +16 -0
- package/lib/RangeBarSeriesDescriptionMetadata.d.ts +13 -0
- package/lib/RangeBarSeriesDescriptionModule.d.ts +9 -0
- package/lib/RangeCategorySeriesDescription.d.ts +4 -4
- package/lib/RangeColumnSeriesDescription.d.ts +2 -2
- package/lib/SVGRect.d.ts +2 -0
- package/lib/ScatterBaseDescription.d.ts +26 -26
- package/lib/ScatterLineSeriesDescription.d.ts +1 -1
- package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
- package/lib/ScrollerView_combined.d.ts +51 -41
- package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
- package/lib/SectionHeaderDescription.d.ts +8 -2
- package/lib/SizeDefinitionCollection.d.ts +12 -0
- package/lib/SplineSeriesBaseDescription.d.ts +2 -2
- package/lib/StackedBarSeriesDescription.d.ts +2 -2
- package/lib/StackedColumnSeriesDescription.d.ts +2 -2
- package/lib/StackedFragmentSeriesDescription.d.ts +99 -87
- package/lib/StackedSeriesBaseDescription.d.ts +4 -4
- package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/StackedSplineSeriesDescription.d.ts +1 -1
- package/lib/SummaryCellInfoDescription.d.ts +7 -7
- package/lib/TemplateCellInfoDescription.d.ts +1 -1
- package/lib/TemplateColumnDescription.d.ts +2 -2
- package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
- package/lib/TemplateSectionHeaderDescription.d.ts +1 -1
- package/lib/TextCellInfoDescription.d.ts +1 -1
- package/lib/TextColumnDescription.d.ts +6 -6
- package/lib/TextHeaderCellInfoDescription.d.ts +62 -5
- package/lib/TimeAxisBaseDescription.d.ts +8 -8
- package/lib/TimeAxisIntervalDescription.d.ts +1 -1
- package/lib/TimeXAxisDescription.d.ts +4 -4
- package/lib/ToolActionButtonDescription.d.ts +2 -2
- package/lib/ToolActionButtonPairDescription.d.ts +37 -37
- package/lib/ToolActionCheckboxDescription.d.ts +12 -9
- package/lib/ToolActionCheckboxGroupDescription.d.ts +28 -0
- package/lib/ToolActionCheckboxGroupDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionCheckboxGroupDescriptionModule.d.ts +9 -0
- package/lib/ToolActionCheckboxGroupInfo.d.ts +16 -0
- package/lib/ToolActionCheckboxGroupInfoDescription.d.ts +18 -0
- package/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionCheckboxInfo.d.ts +3 -0
- package/lib/ToolActionCheckboxInfoDescription.d.ts +3 -0
- package/lib/ToolActionCheckboxListDescription.d.ts +31 -7
- package/lib/ToolActionColorEditorDescription.d.ts +1 -1
- package/lib/ToolActionComboDescription.d.ts +4 -4
- package/lib/ToolActionDescription.d.ts +49 -40
- package/lib/ToolActionFieldSelectorDescription.d.ts +7 -7
- package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
- package/lib/ToolActionIconButtonDescription.d.ts +11 -11
- package/lib/ToolActionIconMenuDescription.d.ts +3 -3
- package/lib/ToolActionNumberInputDescription.d.ts +1 -1
- package/lib/ToolActionRadioDescription.d.ts +14 -11
- package/lib/ToolActionRadioGroupDescription.d.ts +28 -0
- package/lib/ToolActionRadioGroupDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionRadioGroupDescriptionModule.d.ts +9 -0
- package/lib/ToolActionRadioGroupInfo.d.ts +16 -0
- package/lib/ToolActionRadioGroupInfoDescription.d.ts +18 -0
- package/lib/ToolActionRadioGroupInfoDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionRadioInfo.d.ts +3 -0
- package/lib/ToolActionRadioInfoDescription.d.ts +3 -0
- package/lib/ToolActionSeparatorDescription.d.ts +2 -2
- package/lib/ToolActionSubPanelDescription.d.ts +1 -1
- package/lib/ToolActionSubPanelInfo.d.ts +3 -0
- package/lib/ToolActionSubPanelInfoDescription.d.ts +3 -0
- package/lib/ToolActionTextInputDescription.d.ts +1 -1
- package/lib/ToolActionType.d.ts +3 -1
- package/lib/ToolPanelDescription.d.ts +68 -59
- package/lib/ToolbarDescription.d.ts +46 -40
- package/lib/TypeDescriptionPlatform.d.ts +2 -1
- package/lib/UIElementPropertyId.d.ts +3 -1
- package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/VerticalRangeCategorySeriesDescription.d.ts +28 -0
- package/lib/VerticalRangeCategorySeriesDescriptionMetadata.d.ts +13 -0
- package/lib/VerticalRangeCategorySeriesProxyDescriptionModule.d.ts +9 -0
- package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/WaterfallSeriesDescription.d.ts +4 -4
- package/lib/XYChartDescription.d.ts +80 -80
- package/lib/angular-renderer.d.ts +3 -1
- package/lib/array.d.ts +5 -0
- package/lib/componentUtil.d.ts +2 -0
- package/lib/dictionary.d.ts +5 -3
- package/lib/dom.d.ts +4 -0
- package/lib/igx-grid-layout-size-definition.d.ts +31 -0
- package/lib/igx-size-definition-collection.d.ts +8 -0
- package/lib/type.d.ts +24 -1
- package/package.json +1 -1
- 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.
|
|
27
|
-
this.
|
|
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.
|
|
35
|
-
this.
|
|
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.
|
|
44
|
+
this.j = false;
|
|
39
45
|
this.h = false;
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
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.
|
|
47
|
-
this.
|
|
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.
|
|
60
|
-
this.
|
|
68
|
+
if (this.ag != null) {
|
|
69
|
+
this.ag = null;
|
|
61
70
|
}
|
|
62
71
|
if (this.a != null) {
|
|
63
|
-
this.a.
|
|
64
|
-
this.a.
|
|
72
|
+
this.a.aq = null;
|
|
73
|
+
this.a.ax();
|
|
65
74
|
}
|
|
66
75
|
return;
|
|
67
76
|
}
|
|
68
|
-
this.
|
|
69
|
-
this.c.executionContext = new DOMExecutionContext(this.
|
|
70
|
-
let b = Math.round(this.
|
|
71
|
-
let c = Math.round(this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
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.
|
|
103
|
-
this.a = new CanvasGestureDOMEventProxy(this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.a.
|
|
107
|
-
this.a.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
128
|
-
this.a.
|
|
129
|
-
this.a.
|
|
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.
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
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.
|
|
142
|
-
this.c.verticalAnimation.u(this.
|
|
158
|
+
this.c.horizontalAnimation.u(this.ag);
|
|
159
|
+
this.c.verticalAnimation.u(this.ag);
|
|
143
160
|
this.attachNativeScroll();
|
|
144
161
|
}
|
|
145
|
-
|
|
146
|
-
return this.c.ap(a, (this.a.
|
|
162
|
+
m(a) {
|
|
163
|
+
return this.c.ap(a, (this.a.bl & 4) != 0, (this.a.bl & 2) != 0);
|
|
147
164
|
}
|
|
148
|
-
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
218
|
+
an(a, b) {
|
|
178
219
|
if (this.g) {
|
|
179
|
-
let c = a.y - this.
|
|
180
|
-
this.
|
|
181
|
-
this.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.
|
|
185
|
-
this.
|
|
186
|
-
this.c.
|
|
225
|
+
let d = a.x - this.u;
|
|
226
|
+
this.u = a.x;
|
|
227
|
+
this.c.dh(d);
|
|
187
228
|
}
|
|
188
229
|
}
|
|
189
|
-
|
|
230
|
+
ao(a, b) {
|
|
190
231
|
this.e = false;
|
|
191
232
|
this.cancelInertia();
|
|
192
|
-
let c = this.
|
|
193
|
-
let d = this.
|
|
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.
|
|
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.
|
|
244
|
+
this.u = a.x;
|
|
204
245
|
this.focus();
|
|
205
246
|
}
|
|
206
247
|
}
|
|
207
|
-
|
|
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.
|
|
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
|
-
|
|
217
|
-
if (!this.
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
232
|
-
if (!this.
|
|
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
|
-
|
|
278
|
+
l(a, b, c) {
|
|
238
279
|
this.e = true;
|
|
239
280
|
return true;
|
|
240
281
|
}
|
|
241
282
|
onViewportHeightChanged(a) {
|
|
242
|
-
this.a.
|
|
283
|
+
this.a.bo = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
|
|
243
284
|
}
|
|
244
285
|
onViewportWidthChanged(a) {
|
|
245
|
-
this.a.
|
|
286
|
+
this.a.bo = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
|
|
246
287
|
}
|
|
247
288
|
onContentHeightChanged(a) {
|
|
248
|
-
if (this.
|
|
249
|
-
this.
|
|
289
|
+
if (this.ah != null) {
|
|
290
|
+
this.ah.setStyleProperty("height", a + "px");
|
|
250
291
|
}
|
|
251
292
|
}
|
|
252
293
|
onContentWidthChanged(a) {
|
|
253
|
-
if (this.
|
|
254
|
-
this.
|
|
294
|
+
if (this.ah != null) {
|
|
295
|
+
this.ah.setStyleProperty("width", a + "px");
|
|
255
296
|
}
|
|
256
297
|
}
|
|
257
298
|
cancelInertia() {
|
|
258
299
|
}
|
|
259
|
-
|
|
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
|
-
|
|
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.
|
|
314
|
+
this.ac.scrollTop = truncate(a);
|
|
274
315
|
}
|
|
275
|
-
|
|
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.
|
|
324
|
+
return this.ac.scrollLeft;
|
|
284
325
|
}
|
|
285
326
|
getInitialScrollTop() {
|
|
286
|
-
return this.
|
|
327
|
+
return this.ac.scrollTop;
|
|
287
328
|
}
|
|
288
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
348
|
+
this.ac.scrollLeft = truncate(a);
|
|
308
349
|
}
|
|
309
350
|
provideContent(a) {
|
|
310
|
-
this.
|
|
311
|
-
this.
|
|
351
|
+
this.ah = a;
|
|
352
|
+
this.ak.append(this.ah);
|
|
312
353
|
}
|
|
313
354
|
requestWork(a) {
|
|
314
|
-
if (this.
|
|
355
|
+
if (this.ag == null) {
|
|
315
356
|
return;
|
|
316
357
|
}
|
|
317
358
|
if (this.d == null) {
|
|
318
|
-
this.d = this.
|
|
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.
|
|
329
|
-
this.
|
|
330
|
-
this.
|
|
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.
|
|
377
|
+
this.ai.setStyleProperty("display", "none");
|
|
337
378
|
}
|
|
338
379
|
}
|
|
339
380
|
updateVScrollbar(a, b) {
|
|
340
381
|
let c = false;
|
|
341
|
-
if (!this.
|
|
382
|
+
if (!this.j) {
|
|
342
383
|
c = true;
|
|
343
|
-
this.
|
|
344
|
-
this.
|
|
384
|
+
this.j = true;
|
|
385
|
+
this.al.setStyleProperty("display", "block");
|
|
345
386
|
}
|
|
346
|
-
if (a != this.
|
|
347
|
-
this.
|
|
348
|
-
if (this.
|
|
349
|
-
this.
|
|
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.
|
|
353
|
-
this.
|
|
354
|
-
if (this.
|
|
355
|
-
this.
|
|
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.
|
|
405
|
+
this.ai.setStyleProperty("display", "block");
|
|
365
406
|
}
|
|
366
|
-
if (a != this.
|
|
367
|
-
this.
|
|
407
|
+
if (a != this.w || c) {
|
|
408
|
+
this.w = a;
|
|
368
409
|
if (this.h) {
|
|
369
|
-
this.
|
|
410
|
+
this.ai.setRawXPosition(a - b / 2);
|
|
370
411
|
}
|
|
371
412
|
}
|
|
372
|
-
if (b != this.
|
|
373
|
-
this.
|
|
413
|
+
if (b != this.v || c) {
|
|
414
|
+
this.v = b;
|
|
374
415
|
if (this.h) {
|
|
375
|
-
this.
|
|
416
|
+
this.ai.setRawSize(b, this.aa());
|
|
376
417
|
}
|
|
377
418
|
}
|
|
378
419
|
}
|
|
379
420
|
updateScrollbarBrush() {
|
|
380
|
-
if (this.
|
|
381
|
-
this.
|
|
421
|
+
if (this.ai != null) {
|
|
422
|
+
this.ai.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
|
|
382
423
|
}
|
|
383
|
-
if (this.
|
|
384
|
-
this.
|
|
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.
|
|
429
|
+
if (this.ai != null && this.al != null) {
|
|
389
430
|
switch (this.c.scrollbarStyle) {
|
|
390
431
|
case 0:
|
|
391
432
|
if (a) {
|
|
392
|
-
this.
|
|
393
|
-
this.
|
|
394
|
-
this.
|
|
395
|
-
this.
|
|
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.
|
|
401
|
-
this.
|
|
441
|
+
this.ai.setRawSize(this.v, this.aa());
|
|
442
|
+
this.al.setRawSize(this.ab(), this.y);
|
|
402
443
|
}
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
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.
|
|
409
|
-
this.
|
|
449
|
+
this.ai.setStyleProperty("opacity", "1");
|
|
450
|
+
this.al.setStyleProperty("opacity", "1");
|
|
410
451
|
}
|
|
411
|
-
this.
|
|
412
|
-
this.
|
|
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.
|
|
416
|
-
this.
|
|
456
|
+
this.ai.setStyleProperty("opacity", "0");
|
|
457
|
+
this.al.setStyleProperty("opacity", "0");
|
|
417
458
|
break;
|
|
418
459
|
}
|
|
419
460
|
}
|
|
420
461
|
}
|
|
421
|
-
|
|
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
|
-
|
|
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.
|
|
475
|
+
this.ag.rootWrapper.focus(true);
|
|
435
476
|
}
|
|
436
477
|
onDetachedFromUI() {
|
|
437
|
-
if (this.a != null && this.
|
|
438
|
-
this.a.
|
|
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.
|
|
496
|
+
this.a.av(this.ag.rootWrapper, "");
|
|
444
497
|
}
|
|
445
498
|
}
|
|
446
499
|
attachNativeScroll() {
|
|
447
|
-
let a = this.
|
|
500
|
+
let a = this.ak.getNativeElement();
|
|
448
501
|
a.addEventListener("scroll", runOn(this, this.onNativeScroll));
|
|
449
502
|
}
|
|
450
503
|
detachNativeScroll() {
|
|
451
|
-
let a = this.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
879
|
+
this.di("VerticalTrackStartInset", b, this.bk);
|
|
822
880
|
}
|
|
823
881
|
}
|
|
824
882
|
get scrollbarBrush() {
|
|
825
|
-
return this.
|
|
883
|
+
return this.dz;
|
|
826
884
|
}
|
|
827
885
|
set scrollbarBrush(a) {
|
|
828
|
-
let b = this.
|
|
829
|
-
this.
|
|
830
|
-
if (b != this.
|
|
831
|
-
this.
|
|
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
|
-
|
|
892
|
+
di(a, b, c) {
|
|
835
893
|
if (this.propertyChanged != null) {
|
|
836
894
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
837
895
|
}
|
|
838
|
-
this.
|
|
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
|
-
|
|
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.
|
|
915
|
+
this.dr(d - (this.scrollLeft + this.viewportWidth), 0);
|
|
858
916
|
}
|
|
859
|
-
this.
|
|
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.
|
|
924
|
+
this.dr(0, f - (this.scrollTop + this.viewportHeight));
|
|
867
925
|
}
|
|
868
|
-
this.
|
|
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.
|
|
944
|
+
this.dr(this.contentWidth - this.viewportWidth - this.scrollLeft, 0);
|
|
887
945
|
}
|
|
888
|
-
this.
|
|
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.
|
|
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.
|
|
910
|
-
this.
|
|
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.
|
|
986
|
+
this.di("ContentHeight", b, this.a6);
|
|
929
987
|
}
|
|
930
988
|
}
|
|
931
|
-
|
|
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.
|
|
995
|
+
this.dq(0, f);
|
|
938
996
|
}
|
|
939
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
1014
|
+
this.dq(0, 0);
|
|
957
1015
|
}
|
|
958
1016
|
if (c && (d != a || e != b)) {
|
|
959
|
-
this.
|
|
960
|
-
this.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1017
|
-
this.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1139
|
-
let c = a.x - this.
|
|
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.
|
|
1152
|
-
this.
|
|
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.
|
|
1223
|
+
this.dp();
|
|
1166
1224
|
}
|
|
1167
|
-
|
|
1225
|
+
dq(a, b) {
|
|
1168
1226
|
this.view.detachNativeScroll();
|
|
1169
1227
|
this.bc += a;
|
|
1170
1228
|
this.bd += b;
|
|
1171
|
-
this.
|
|
1229
|
+
this.dp();
|
|
1172
1230
|
}
|
|
1173
|
-
|
|
1231
|
+
dr(a, b) {
|
|
1174
1232
|
this.view.detachNativeScroll();
|
|
1175
1233
|
this.bc += a;
|
|
1176
1234
|
this.bd += b;
|
|
1177
|
-
this.
|
|
1235
|
+
this.dv();
|
|
1178
1236
|
}
|
|
1179
|
-
|
|
1237
|
+
dp() {
|
|
1180
1238
|
if (this.w) {
|
|
1181
1239
|
return;
|
|
1182
1240
|
}
|
|
1183
1241
|
this.w = true;
|
|
1184
|
-
this.view.requestWork(runOn(this, this.
|
|
1242
|
+
this.view.requestWork(runOn(this, this.dv));
|
|
1185
1243
|
}
|
|
1186
|
-
|
|
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.
|
|
1253
|
-
this.
|
|
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
|
-
|
|
1357
|
+
dy() {
|
|
1300
1358
|
if (isNaN_(this.contentHeight)) {
|
|
1301
1359
|
return;
|
|
1302
1360
|
}
|
|
1303
|
-
this.
|
|
1361
|
+
this.dx(this.contentHeight, this.viewportHeight, this.scrollTop, true);
|
|
1304
1362
|
}
|
|
1305
|
-
|
|
1363
|
+
dw() {
|
|
1306
1364
|
if (isNaN_(this.contentWidth)) {
|
|
1307
1365
|
return;
|
|
1308
1366
|
}
|
|
1309
|
-
this.
|
|
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
|
-
|
|
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.
|
|
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.
|
|
1463
|
+
this.du();
|
|
1406
1464
|
}
|
|
1407
1465
|
this.y = false;
|
|
1408
1466
|
}
|
|
1409
|
-
|
|
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
|
-
|
|
1477
|
+
du() {
|
|
1420
1478
|
if (!this.z) {
|
|
1421
1479
|
this.z = true;
|
|
1422
1480
|
this.ce = this.executionContext.getCurrentRelativeTime();
|