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
|
@@ -10,6 +10,7 @@ import { IScrollerView_$type } from "./IScrollerView";
|
|
|
10
10
|
import { CanvasGestureDOMEventProxy } from "./CanvasGestureDOMEventProxy";
|
|
11
11
|
import { Brush } from "./Brush";
|
|
12
12
|
import { DOMExecutionContext } from "./DOMExecutionContext";
|
|
13
|
+
import { BaseDOMEventProxy } from "./BaseDOMEventProxy";
|
|
13
14
|
import { DoubleAnimator } from "./DoubleAnimator";
|
|
14
15
|
import { Rect } from "./Rect";
|
|
15
16
|
import { ScrollbarStyle_$type } from "./ScrollbarStyle";
|
|
@@ -24,28 +25,36 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
25
|
__extends(ScrollerView, _super);
|
|
25
26
|
function ScrollerView(a) {
|
|
26
27
|
var _this = _super.call(this) || this;
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
28
|
+
_this.i = false;
|
|
29
|
+
_this.k = false;
|
|
30
|
+
_this.ad = null;
|
|
31
|
+
_this.ae = null;
|
|
29
32
|
_this.af = null;
|
|
33
|
+
_this.c = null;
|
|
34
|
+
_this.ag = null;
|
|
35
|
+
_this.ak = null;
|
|
30
36
|
_this.b = null;
|
|
31
|
-
_this.aa = null;
|
|
32
|
-
_this.a = null;
|
|
33
|
-
_this.ae = null;
|
|
34
37
|
_this.ac = null;
|
|
35
|
-
_this.
|
|
36
|
-
_this.
|
|
38
|
+
_this.a = null;
|
|
39
|
+
_this.aj = null;
|
|
40
|
+
_this.ah = null;
|
|
41
|
+
_this.ai = null;
|
|
42
|
+
_this.al = null;
|
|
37
43
|
_this.e = false;
|
|
38
44
|
_this.d = null;
|
|
39
|
-
_this.
|
|
45
|
+
_this.j = false;
|
|
40
46
|
_this.h = false;
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
47
|
+
_this.y = 0;
|
|
48
|
+
_this.v = 0;
|
|
49
|
+
_this.z = -1;
|
|
50
|
+
_this.w = -1;
|
|
45
51
|
_this.g = false;
|
|
46
52
|
_this.f = false;
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
53
|
+
_this.x = 0;
|
|
54
|
+
_this.u = 0;
|
|
55
|
+
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
56
|
+
_this.onDocumentKeyUp = _this.onDocumentKeyUp.bind(_this);
|
|
57
|
+
_this.onDocumentMouseDown = _this.onDocumentMouseDown.bind(_this);
|
|
49
58
|
_this.c = a;
|
|
50
59
|
return _this;
|
|
51
60
|
}
|
|
@@ -59,110 +68,142 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
68
|
ScrollerView.prototype.provideContainer = function (a) {
|
|
60
69
|
var _this = this;
|
|
61
70
|
if (a == null) {
|
|
62
|
-
if (this.
|
|
63
|
-
this.
|
|
71
|
+
if (this.ag != null) {
|
|
72
|
+
this.ag = null;
|
|
64
73
|
}
|
|
65
74
|
if (this.a != null) {
|
|
66
|
-
this.a.
|
|
67
|
-
this.a.
|
|
75
|
+
this.a.aq = null;
|
|
76
|
+
this.a.ax();
|
|
68
77
|
}
|
|
69
78
|
return;
|
|
70
79
|
}
|
|
71
|
-
this.
|
|
72
|
-
this.c.executionContext = new DOMExecutionContext(this.
|
|
73
|
-
var b = Math.round(this.
|
|
74
|
-
var c = Math.round(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.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
80
|
+
this.ag = a;
|
|
81
|
+
this.c.executionContext = new DOMExecutionContext(this.ag);
|
|
82
|
+
var b = Math.round(this.ag.rootWrapper.width());
|
|
83
|
+
var c = Math.round(this.ag.rootWrapper.height());
|
|
84
|
+
this.aj = this.ag.rootWrapper;
|
|
85
|
+
this.aj.setStyleProperty("position", "relative");
|
|
86
|
+
this.ak = this.ag.createElement("div");
|
|
87
|
+
this.ak.setStyleProperty("position", "relative");
|
|
88
|
+
this.ak.setStyleProperty("width", "100%");
|
|
89
|
+
this.ak.setStyleProperty("height", "100%");
|
|
90
|
+
this.ak.setStyleProperty("overflow", "hidden");
|
|
91
|
+
this.ak.addClass("ig-scroll-container");
|
|
92
|
+
this.aj.append(this.ak);
|
|
93
|
+
this.ai = this.ag.createElement("div");
|
|
94
|
+
this.ai.setStyleProperty("position", "absolute");
|
|
95
|
+
this.ai.setStyleProperty("height", this.c.scrollbarSpan + "px");
|
|
96
|
+
this.ai.setStyleProperty("width", this.c.minScrollbarSize + "px");
|
|
97
|
+
this.ai.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
|
|
98
|
+
this.ai.setStyleProperty("display", "none");
|
|
99
|
+
this.ai.setStyleProperty("border-radius", "5px");
|
|
100
|
+
this.ai.setStyleProperty("z-index", "10000");
|
|
101
|
+
this.ai.setStyleProperty("bottom", "0px");
|
|
102
|
+
this.aj.append(this.ai);
|
|
103
|
+
this.al = this.ag.createElement("div");
|
|
104
|
+
this.al.setStyleProperty("position", "absolute");
|
|
105
|
+
this.al.setStyleProperty("width", this.c.scrollbarSpan + "px");
|
|
106
|
+
this.al.setStyleProperty("height", this.c.minScrollbarSize + "px");
|
|
107
|
+
this.al.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
|
|
108
|
+
this.al.setStyleProperty("display", "none");
|
|
109
|
+
this.al.setStyleProperty("border-radius", "5px");
|
|
110
|
+
this.al.setStyleProperty("z-index", "10000");
|
|
111
|
+
this.al.setStyleProperty("right", "0px");
|
|
112
|
+
this.aj.append(this.al);
|
|
104
113
|
this.updateScrollbarStatus(false);
|
|
105
|
-
this.
|
|
106
|
-
this.a = new CanvasGestureDOMEventProxy(this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
109
|
-
this.a.
|
|
110
|
-
this.a.
|
|
114
|
+
this.ac = this.ak.getNativeElement();
|
|
115
|
+
this.a = new CanvasGestureDOMEventProxy(this.ag.rootWrapper, this.ag, true);
|
|
116
|
+
this.ag.rootWrapper.setProperty("tabIndex", 0);
|
|
117
|
+
this.ag.rootWrapper.setRawStyleProperty("outline", "none");
|
|
118
|
+
this.a.dc = true;
|
|
119
|
+
this.a.by = true;
|
|
111
120
|
var d = this.a;
|
|
112
|
-
d.onMouseWheel = delegateCombine(d.onMouseWheel, runOn(this, this.
|
|
121
|
+
d.onMouseWheel = delegateCombine(d.onMouseWheel, runOn(this, this.n));
|
|
113
122
|
var e = this.a;
|
|
114
|
-
e.onMouseWheelHorizontal = delegateCombine(e.onMouseWheelHorizontal, runOn(this, this.
|
|
123
|
+
e.onMouseWheelHorizontal = delegateCombine(e.onMouseWheelHorizontal, runOn(this, this.o));
|
|
115
124
|
var f = this.a;
|
|
116
|
-
f.onMouseLeave = delegateCombine(f.onMouseLeave, runOn(this, this.
|
|
125
|
+
f.onMouseLeave = delegateCombine(f.onMouseLeave, runOn(this, this.at));
|
|
117
126
|
var g = this.a;
|
|
118
|
-
g.onDragStarted = delegateCombine(g.onDragStarted, runOn(this, this.
|
|
127
|
+
g.onDragStarted = delegateCombine(g.onDragStarted, runOn(this, this.ar));
|
|
119
128
|
var h = this.a;
|
|
120
|
-
h.onDragDelta = delegateCombine(h.onDragDelta, runOn(this, this.
|
|
129
|
+
h.onDragDelta = delegateCombine(h.onDragDelta, runOn(this, this.aq));
|
|
121
130
|
var i = this.a;
|
|
122
|
-
i.onDragCompleted = delegateCombine(i.onDragCompleted, runOn(this, this.
|
|
131
|
+
i.onDragCompleted = delegateCombine(i.onDragCompleted, runOn(this, this.ap));
|
|
123
132
|
var j = this.a;
|
|
124
|
-
j.onFlingStarted = delegateCombine(j.onFlingStarted, runOn(this, this.
|
|
133
|
+
j.onFlingStarted = delegateCombine(j.onFlingStarted, runOn(this, this.l));
|
|
125
134
|
var k = this.a;
|
|
126
|
-
k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.
|
|
135
|
+
k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.ao));
|
|
127
136
|
var l = this.a;
|
|
128
|
-
l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.
|
|
137
|
+
l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.an));
|
|
129
138
|
var m = this.a;
|
|
130
|
-
m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.
|
|
131
|
-
this.a.
|
|
132
|
-
this.a.
|
|
139
|
+
m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.am));
|
|
140
|
+
this.a.ac = true;
|
|
141
|
+
this.a.as = runOn(this, this.t);
|
|
133
142
|
var n = this.a;
|
|
134
|
-
n.onKeyDown = delegateCombine(n.onKeyDown, runOn(this, this.
|
|
135
|
-
this.a
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
143
|
+
n.onKeyDown = delegateCombine(n.onKeyDown, runOn(this, this.m));
|
|
144
|
+
var o = this.a;
|
|
145
|
+
o.onGotFocus = delegateCombine(o.onGotFocus, runOn(this, this.as));
|
|
146
|
+
this.ad = runOn(this, this.onDocumentKeyDown);
|
|
147
|
+
this.ae = runOn(this, this.onDocumentKeyUp);
|
|
148
|
+
this.af = runOn(this, this.onDocumentMouseDown);
|
|
149
|
+
document.addEventListener("keydown", this.ad, false);
|
|
150
|
+
document.addEventListener("keyup", this.ae, false);
|
|
151
|
+
document.addEventListener("mousedown", this.af, false);
|
|
152
|
+
this.a.at = function (p) {
|
|
153
|
+
var e_ = p.originalEvent;
|
|
154
|
+
var q = (e_.type);
|
|
155
|
+
if (q == "pointerdown" && !_this.a.bu(p)) {
|
|
139
156
|
return false;
|
|
140
157
|
}
|
|
141
158
|
return true;
|
|
142
159
|
};
|
|
143
160
|
this.c.onViewportSizeChanged(b, c);
|
|
144
|
-
this.c.horizontalAnimation.u(this.
|
|
145
|
-
this.c.verticalAnimation.u(this.
|
|
161
|
+
this.c.horizontalAnimation.u(this.ag);
|
|
162
|
+
this.c.verticalAnimation.u(this.ag);
|
|
146
163
|
this.attachNativeScroll();
|
|
147
164
|
};
|
|
148
|
-
ScrollerView.prototype.
|
|
149
|
-
return this.c.ap(a, (this.a.
|
|
165
|
+
ScrollerView.prototype.m = function (a) {
|
|
166
|
+
return this.c.ap(a, (this.a.bl & 4) != 0, (this.a.bl & 2) != 0);
|
|
167
|
+
};
|
|
168
|
+
ScrollerView.prototype.as = function (a) {
|
|
169
|
+
var b = a.originalEvent ? a.originalEvent.relatedTarget : a.relatedTarget;
|
|
170
|
+
var c = this.ag.rootWrapper.getNativeElement();
|
|
171
|
+
var d = (b instanceof Node && c.contains(b));
|
|
172
|
+
if (d) {
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
this.c.dg(this.i, this.k);
|
|
176
|
+
};
|
|
177
|
+
ScrollerView.prototype.onDocumentKeyDown = function (a) {
|
|
178
|
+
var b = a;
|
|
179
|
+
this.i = b.shiftKey;
|
|
180
|
+
var c = BaseDOMEventProxy.c4(b);
|
|
181
|
+
if (c == 2) {
|
|
182
|
+
this.k = true;
|
|
183
|
+
}
|
|
150
184
|
};
|
|
151
|
-
ScrollerView.prototype.
|
|
185
|
+
ScrollerView.prototype.onDocumentKeyUp = function (a) {
|
|
186
|
+
var b = a;
|
|
187
|
+
this.i = b.shiftKey;
|
|
188
|
+
};
|
|
189
|
+
ScrollerView.prototype.onDocumentMouseDown = function (a) {
|
|
190
|
+
this.k = false;
|
|
191
|
+
};
|
|
192
|
+
ScrollerView.prototype.t = function (a, b, c) {
|
|
152
193
|
if (this.f || this.g) {
|
|
153
194
|
return true;
|
|
154
195
|
}
|
|
155
196
|
if (c || b) {
|
|
156
197
|
return true;
|
|
157
198
|
}
|
|
158
|
-
if (this.
|
|
199
|
+
if (this.p(a, b)) {
|
|
159
200
|
this.c.c4();
|
|
160
201
|
return true;
|
|
161
202
|
}
|
|
162
203
|
else if (this.c.isHorizontalActive) {
|
|
163
204
|
this.c.c8();
|
|
164
205
|
}
|
|
165
|
-
if (this.
|
|
206
|
+
if (this.q(a, b)) {
|
|
166
207
|
this.c.c5();
|
|
167
208
|
return true;
|
|
168
209
|
}
|
|
@@ -171,111 +212,111 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
171
212
|
}
|
|
172
213
|
return false;
|
|
173
214
|
};
|
|
174
|
-
ScrollerView.prototype.
|
|
215
|
+
ScrollerView.prototype.am = function (a, b) {
|
|
175
216
|
this.f = false;
|
|
176
217
|
this.g = false;
|
|
177
218
|
this.c.isDraggingVBar = false;
|
|
178
219
|
this.c.isDraggingHBar = false;
|
|
179
220
|
};
|
|
180
|
-
ScrollerView.prototype.
|
|
221
|
+
ScrollerView.prototype.an = function (a, b) {
|
|
181
222
|
if (this.g) {
|
|
182
|
-
var c = a.y - this.
|
|
183
|
-
this.
|
|
184
|
-
this.c.
|
|
223
|
+
var c = a.y - this.x;
|
|
224
|
+
this.x = a.y;
|
|
225
|
+
this.c.dj(c);
|
|
185
226
|
}
|
|
186
227
|
else if (this.f) {
|
|
187
|
-
var d = a.x - this.
|
|
188
|
-
this.
|
|
189
|
-
this.c.
|
|
228
|
+
var d = a.x - this.u;
|
|
229
|
+
this.u = a.x;
|
|
230
|
+
this.c.dh(d);
|
|
190
231
|
}
|
|
191
232
|
};
|
|
192
|
-
ScrollerView.prototype.
|
|
233
|
+
ScrollerView.prototype.ao = function (a, b) {
|
|
193
234
|
this.e = false;
|
|
194
235
|
this.cancelInertia();
|
|
195
|
-
var c = this.
|
|
196
|
-
var d = this.
|
|
236
|
+
var c = this.s(a, b);
|
|
237
|
+
var d = this.r(a, b);
|
|
197
238
|
if (c) {
|
|
198
239
|
this.c.isDraggingVBar = true;
|
|
199
240
|
this.g = true;
|
|
200
|
-
this.
|
|
241
|
+
this.x = a.y;
|
|
201
242
|
this.focus();
|
|
202
243
|
}
|
|
203
244
|
else if (d) {
|
|
204
245
|
this.c.isDraggingHBar = true;
|
|
205
246
|
this.f = true;
|
|
206
|
-
this.
|
|
247
|
+
this.u = a.x;
|
|
207
248
|
this.focus();
|
|
208
249
|
}
|
|
209
250
|
};
|
|
210
|
-
ScrollerView.prototype.
|
|
251
|
+
ScrollerView.prototype.r = function (a, b) {
|
|
211
252
|
if (!this.h) {
|
|
212
253
|
return false;
|
|
213
254
|
}
|
|
214
|
-
if (a.y >= this.c.viewportHeight - this.c.scrollbarSpan && a.y <= this.c.viewportHeight && a.x >= this.
|
|
255
|
+
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) {
|
|
215
256
|
return true;
|
|
216
257
|
}
|
|
217
258
|
return false;
|
|
218
259
|
};
|
|
219
|
-
ScrollerView.prototype.
|
|
220
|
-
if (!this.
|
|
260
|
+
ScrollerView.prototype.s = function (a, b) {
|
|
261
|
+
if (!this.j) {
|
|
221
262
|
return false;
|
|
222
263
|
}
|
|
223
|
-
if (a.x >= this.c.viewportWidth - this.c.scrollbarSpan && a.x <= this.c.viewportWidth && a.y >= this.
|
|
264
|
+
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) {
|
|
224
265
|
return true;
|
|
225
266
|
}
|
|
226
267
|
return false;
|
|
227
268
|
};
|
|
228
|
-
ScrollerView.prototype.
|
|
269
|
+
ScrollerView.prototype.p = function (a, b) {
|
|
229
270
|
if (!this.h) {
|
|
230
271
|
return false;
|
|
231
272
|
}
|
|
232
273
|
return a.y >= this.c.viewportHeight - this.c.scrollbarSpan - 40 && a.y <= this.c.viewportHeight;
|
|
233
274
|
};
|
|
234
|
-
ScrollerView.prototype.
|
|
235
|
-
if (!this.
|
|
275
|
+
ScrollerView.prototype.q = function (a, b) {
|
|
276
|
+
if (!this.j) {
|
|
236
277
|
return false;
|
|
237
278
|
}
|
|
238
279
|
return a.x >= this.c.viewportWidth - this.c.scrollbarSpan - 40 && a.x <= this.c.viewportWidth;
|
|
239
280
|
};
|
|
240
|
-
ScrollerView.prototype.
|
|
281
|
+
ScrollerView.prototype.l = function (a, b, c) {
|
|
241
282
|
this.e = true;
|
|
242
283
|
return true;
|
|
243
284
|
};
|
|
244
285
|
ScrollerView.prototype.onViewportHeightChanged = function (a) {
|
|
245
|
-
this.a.
|
|
286
|
+
this.a.bo = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
|
|
246
287
|
};
|
|
247
288
|
ScrollerView.prototype.onViewportWidthChanged = function (a) {
|
|
248
|
-
this.a.
|
|
289
|
+
this.a.bo = new Rect(0, 0, 0, this.c.viewportWidth, this.c.viewportHeight);
|
|
249
290
|
};
|
|
250
291
|
ScrollerView.prototype.onContentHeightChanged = function (a) {
|
|
251
|
-
if (this.
|
|
252
|
-
this.
|
|
292
|
+
if (this.ah != null) {
|
|
293
|
+
this.ah.setStyleProperty("height", a + "px");
|
|
253
294
|
}
|
|
254
295
|
};
|
|
255
296
|
ScrollerView.prototype.onContentWidthChanged = function (a) {
|
|
256
|
-
if (this.
|
|
257
|
-
this.
|
|
297
|
+
if (this.ah != null) {
|
|
298
|
+
this.ah.setStyleProperty("width", a + "px");
|
|
258
299
|
}
|
|
259
300
|
};
|
|
260
301
|
ScrollerView.prototype.cancelInertia = function () {
|
|
261
302
|
};
|
|
262
|
-
ScrollerView.prototype.
|
|
303
|
+
ScrollerView.prototype.ap = function (a) {
|
|
263
304
|
if (this.f || this.g) {
|
|
264
305
|
return;
|
|
265
306
|
}
|
|
266
307
|
this.e = false;
|
|
267
308
|
this.c.dd(a);
|
|
268
309
|
};
|
|
269
|
-
ScrollerView.prototype.
|
|
310
|
+
ScrollerView.prototype.aq = function (a) {
|
|
270
311
|
if (this.f || this.g) {
|
|
271
312
|
return;
|
|
272
313
|
}
|
|
273
314
|
this.c.de(a);
|
|
274
315
|
};
|
|
275
316
|
ScrollerView.prototype.updateScrollTop = function (a) {
|
|
276
|
-
this.
|
|
317
|
+
this.ac.scrollTop = truncate(a);
|
|
277
318
|
};
|
|
278
|
-
ScrollerView.prototype.
|
|
319
|
+
ScrollerView.prototype.ar = function (a) {
|
|
279
320
|
if (this.f || this.g) {
|
|
280
321
|
return;
|
|
281
322
|
}
|
|
@@ -283,22 +324,22 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
283
324
|
this.c.df(a);
|
|
284
325
|
};
|
|
285
326
|
ScrollerView.prototype.getInitialScrollLeft = function () {
|
|
286
|
-
return this.
|
|
327
|
+
return this.ac.scrollLeft;
|
|
287
328
|
};
|
|
288
329
|
ScrollerView.prototype.getInitialScrollTop = function () {
|
|
289
|
-
return this.
|
|
330
|
+
return this.ac.scrollTop;
|
|
290
331
|
};
|
|
291
|
-
ScrollerView.prototype.
|
|
332
|
+
ScrollerView.prototype.n = function (a, b) {
|
|
292
333
|
this.e = false;
|
|
293
334
|
this.cancelInertia();
|
|
294
335
|
return this.c.ar(a, 0, b);
|
|
295
336
|
};
|
|
296
|
-
ScrollerView.prototype.
|
|
337
|
+
ScrollerView.prototype.o = function (a, b) {
|
|
297
338
|
this.e = false;
|
|
298
339
|
this.cancelInertia();
|
|
299
340
|
return this.c.ar(a, b, 0);
|
|
300
341
|
};
|
|
301
|
-
ScrollerView.prototype.
|
|
342
|
+
ScrollerView.prototype.at = function (a) {
|
|
302
343
|
if (this.c.horizontalScrollbarStatus > 0) {
|
|
303
344
|
this.c.c8();
|
|
304
345
|
}
|
|
@@ -307,18 +348,18 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
307
348
|
}
|
|
308
349
|
};
|
|
309
350
|
ScrollerView.prototype.updateScrollLeft = function (a) {
|
|
310
|
-
this.
|
|
351
|
+
this.ac.scrollLeft = truncate(a);
|
|
311
352
|
};
|
|
312
353
|
ScrollerView.prototype.provideContent = function (a) {
|
|
313
|
-
this.
|
|
314
|
-
this.
|
|
354
|
+
this.ah = a;
|
|
355
|
+
this.ak.append(this.ah);
|
|
315
356
|
};
|
|
316
357
|
ScrollerView.prototype.requestWork = function (a) {
|
|
317
|
-
if (this.
|
|
358
|
+
if (this.ag == null) {
|
|
318
359
|
return;
|
|
319
360
|
}
|
|
320
361
|
if (this.d == null) {
|
|
321
|
-
this.d = this.
|
|
362
|
+
this.d = this.ag.getRequestAnimationFrame();
|
|
322
363
|
}
|
|
323
364
|
if (this.e) {
|
|
324
365
|
a();
|
|
@@ -328,34 +369,34 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
328
369
|
}
|
|
329
370
|
};
|
|
330
371
|
ScrollerView.prototype.hideVScrollbar = function () {
|
|
331
|
-
if (this.
|
|
332
|
-
this.
|
|
333
|
-
this.
|
|
372
|
+
if (this.j) {
|
|
373
|
+
this.j = false;
|
|
374
|
+
this.al.setStyleProperty("display", "none");
|
|
334
375
|
}
|
|
335
376
|
};
|
|
336
377
|
ScrollerView.prototype.hideHScrollbar = function () {
|
|
337
378
|
if (this.h) {
|
|
338
379
|
this.h = false;
|
|
339
|
-
this.
|
|
380
|
+
this.ai.setStyleProperty("display", "none");
|
|
340
381
|
}
|
|
341
382
|
};
|
|
342
383
|
ScrollerView.prototype.updateVScrollbar = function (a, b) {
|
|
343
384
|
var c = false;
|
|
344
|
-
if (!this.
|
|
385
|
+
if (!this.j) {
|
|
345
386
|
c = true;
|
|
346
|
-
this.
|
|
347
|
-
this.
|
|
387
|
+
this.j = true;
|
|
388
|
+
this.al.setStyleProperty("display", "block");
|
|
348
389
|
}
|
|
349
|
-
if (a != this.
|
|
350
|
-
this.
|
|
351
|
-
if (this.
|
|
352
|
-
this.
|
|
390
|
+
if (a != this.z || c) {
|
|
391
|
+
this.z = a;
|
|
392
|
+
if (this.j) {
|
|
393
|
+
this.al.setRawYPosition(a - b / 2);
|
|
353
394
|
}
|
|
354
395
|
}
|
|
355
|
-
if (b != this.
|
|
356
|
-
this.
|
|
357
|
-
if (this.
|
|
358
|
-
this.
|
|
396
|
+
if (b != this.y || c) {
|
|
397
|
+
this.y = b;
|
|
398
|
+
if (this.j) {
|
|
399
|
+
this.al.setRawSize(this.ab(), b);
|
|
359
400
|
}
|
|
360
401
|
}
|
|
361
402
|
};
|
|
@@ -364,94 +405,106 @@ var ScrollerView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
364
405
|
if (!this.h) {
|
|
365
406
|
c = true;
|
|
366
407
|
this.h = true;
|
|
367
|
-
this.
|
|
408
|
+
this.ai.setStyleProperty("display", "block");
|
|
368
409
|
}
|
|
369
|
-
if (a != this.
|
|
370
|
-
this.
|
|
410
|
+
if (a != this.w || c) {
|
|
411
|
+
this.w = a;
|
|
371
412
|
if (this.h) {
|
|
372
|
-
this.
|
|
413
|
+
this.ai.setRawXPosition(a - b / 2);
|
|
373
414
|
}
|
|
374
415
|
}
|
|
375
|
-
if (b != this.
|
|
376
|
-
this.
|
|
416
|
+
if (b != this.v || c) {
|
|
417
|
+
this.v = b;
|
|
377
418
|
if (this.h) {
|
|
378
|
-
this.
|
|
419
|
+
this.ai.setRawSize(b, this.aa());
|
|
379
420
|
}
|
|
380
421
|
}
|
|
381
422
|
};
|
|
382
423
|
ScrollerView.prototype.updateScrollbarBrush = function () {
|
|
383
|
-
if (this.
|
|
384
|
-
this.
|
|
424
|
+
if (this.ai != null) {
|
|
425
|
+
this.ai.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
|
|
385
426
|
}
|
|
386
|
-
if (this.
|
|
387
|
-
this.
|
|
427
|
+
if (this.al != null) {
|
|
428
|
+
this.al.setStyleProperty("background-color", this.c.scrollbarBrush._fill);
|
|
388
429
|
}
|
|
389
430
|
};
|
|
390
431
|
ScrollerView.prototype.updateScrollbarStatus = function (a) {
|
|
391
|
-
if (this.
|
|
432
|
+
if (this.ai != null && this.al != null) {
|
|
392
433
|
switch (this.c.scrollbarStyle) {
|
|
393
434
|
case 0:
|
|
394
435
|
if (a) {
|
|
395
|
-
this.
|
|
396
|
-
this.
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
436
|
+
this.ai.setStyleProperty("opacity", "1");
|
|
437
|
+
this.al.setStyleProperty("opacity", "1");
|
|
438
|
+
this.ai.setRawSize(this.v, this.aa());
|
|
439
|
+
this.al.setRawSize(this.ab(), this.y);
|
|
399
440
|
}
|
|
400
441
|
break;
|
|
401
442
|
case 1:
|
|
402
443
|
if (a) {
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
444
|
+
this.ai.setRawSize(this.v, this.aa());
|
|
445
|
+
this.al.setRawSize(this.ab(), this.y);
|
|
405
446
|
}
|
|
406
|
-
this.
|
|
407
|
-
this.
|
|
447
|
+
this.ai.setStyleProperty("opacity", this.c.horizontalScrollbarStatus.toString());
|
|
448
|
+
this.al.setStyleProperty("opacity", this.c.verticalScrollbarStatus.toString());
|
|
408
449
|
break;
|
|
409
450
|
case 2:
|
|
410
451
|
if (a) {
|
|
411
|
-
this.
|
|
412
|
-
this.
|
|
452
|
+
this.ai.setStyleProperty("opacity", "1");
|
|
453
|
+
this.al.setStyleProperty("opacity", "1");
|
|
413
454
|
}
|
|
414
|
-
this.
|
|
415
|
-
this.
|
|
455
|
+
this.ai.setRawSize(this.v, this.aa());
|
|
456
|
+
this.al.setRawSize(this.ab(), this.y);
|
|
416
457
|
break;
|
|
417
458
|
case 3:
|
|
418
|
-
this.
|
|
419
|
-
this.
|
|
459
|
+
this.ai.setStyleProperty("opacity", "0");
|
|
460
|
+
this.al.setStyleProperty("opacity", "0");
|
|
420
461
|
break;
|
|
421
462
|
}
|
|
422
463
|
}
|
|
423
464
|
};
|
|
424
|
-
ScrollerView.prototype.
|
|
465
|
+
ScrollerView.prototype.aa = function () {
|
|
425
466
|
if (this.c.scrollbarStyle == 2) {
|
|
426
467
|
return this.c.horizontalScrollbarStatus * (this.c.scrollbarSpan - 2) + 2;
|
|
427
468
|
}
|
|
428
469
|
return this.c.scrollbarSpan;
|
|
429
470
|
};
|
|
430
|
-
ScrollerView.prototype.
|
|
471
|
+
ScrollerView.prototype.ab = function () {
|
|
431
472
|
if (this.c.scrollbarStyle == 2) {
|
|
432
473
|
return this.c.verticalScrollbarStatus * (this.c.scrollbarSpan - 2) + 2;
|
|
433
474
|
}
|
|
434
475
|
return this.c.scrollbarSpan;
|
|
435
476
|
};
|
|
436
477
|
ScrollerView.prototype.focus = function () {
|
|
437
|
-
this.
|
|
478
|
+
this.ag.rootWrapper.focus(true);
|
|
438
479
|
};
|
|
439
480
|
ScrollerView.prototype.onDetachedFromUI = function () {
|
|
440
|
-
if (this.a != null && this.
|
|
441
|
-
this.a.
|
|
481
|
+
if (this.a != null && this.ag != null) {
|
|
482
|
+
this.a.bk(this.ag.rootWrapper, "");
|
|
483
|
+
}
|
|
484
|
+
if (this.ad != null) {
|
|
485
|
+
document.removeEventListener("keydown", this.ad, false);
|
|
486
|
+
this.ad = null;
|
|
487
|
+
}
|
|
488
|
+
if (this.ae != null) {
|
|
489
|
+
document.removeEventListener("keyup", this.ae, false);
|
|
490
|
+
this.ae = null;
|
|
491
|
+
}
|
|
492
|
+
if (this.af != null) {
|
|
493
|
+
document.removeEventListener("mousedown", this.af, false);
|
|
494
|
+
this.af = null;
|
|
442
495
|
}
|
|
443
496
|
};
|
|
444
497
|
ScrollerView.prototype.onAttachedToUI = function () {
|
|
445
498
|
if (this.a != null) {
|
|
446
|
-
this.a.
|
|
499
|
+
this.a.av(this.ag.rootWrapper, "");
|
|
447
500
|
}
|
|
448
501
|
};
|
|
449
502
|
ScrollerView.prototype.attachNativeScroll = function () {
|
|
450
|
-
var a = this.
|
|
503
|
+
var a = this.ak.getNativeElement();
|
|
451
504
|
a.addEventListener("scroll", runOn(this, this.onNativeScroll));
|
|
452
505
|
};
|
|
453
506
|
ScrollerView.prototype.detachNativeScroll = function () {
|
|
454
|
-
var a = this.
|
|
507
|
+
var a = this.ak.getNativeElement();
|
|
455
508
|
a.removeEventListener("scroll", runOn(this, this.onNativeScroll));
|
|
456
509
|
};
|
|
457
510
|
ScrollerView.prototype.onNativeScroll = function (a) {
|
|
@@ -480,7 +533,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
533
|
_this.bb = 20;
|
|
481
534
|
_this.be = 8;
|
|
482
535
|
_this.bk = 0;
|
|
483
|
-
_this.
|
|
536
|
+
_this.dz = null;
|
|
484
537
|
_this.x = false;
|
|
485
538
|
_this.a6 = 0;
|
|
486
539
|
_this.bm = 0;
|
|
@@ -507,7 +560,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
507
560
|
_this.s = false;
|
|
508
561
|
_this.q = false;
|
|
509
562
|
_this.r = false;
|
|
510
|
-
_this.
|
|
563
|
+
_this.d1 = null;
|
|
511
564
|
_this.p = false;
|
|
512
565
|
_this.propertyChanged = null;
|
|
513
566
|
_this.onScrolling = null;
|
|
@@ -527,7 +580,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
527
580
|
_this.y = false;
|
|
528
581
|
_this.t = true;
|
|
529
582
|
_this.u = true;
|
|
530
|
-
_this.
|
|
583
|
+
_this.dz = _this.view.getDefaultScrollbarBrush();
|
|
531
584
|
_this.j = new DoubleAnimator(0, 1, 400);
|
|
532
585
|
_this.k = new DoubleAnimator(0, 1, 400);
|
|
533
586
|
_this.j.b = EasingFunctions.cubicEase;
|
|
@@ -546,7 +599,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
546
599
|
var b = this.bi;
|
|
547
600
|
this.bi = a;
|
|
548
601
|
if (b != this.bi) {
|
|
549
|
-
this.
|
|
602
|
+
this.di("SmallVerticalChange", b, this.bi);
|
|
550
603
|
}
|
|
551
604
|
},
|
|
552
605
|
enumerable: false,
|
|
@@ -570,7 +623,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
570
623
|
var b = this.ba;
|
|
571
624
|
this.ba = a;
|
|
572
625
|
if (b != this.ba) {
|
|
573
|
-
this.
|
|
626
|
+
this.di("LargeVerticalChange", b, this.ba);
|
|
574
627
|
}
|
|
575
628
|
},
|
|
576
629
|
enumerable: false,
|
|
@@ -584,7 +637,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
584
637
|
var b = this.a4;
|
|
585
638
|
this.a4 = a;
|
|
586
639
|
if (b != this.a4) {
|
|
587
|
-
this.
|
|
640
|
+
this.di("ActualSmallVerticalChange", b, this.a4);
|
|
588
641
|
}
|
|
589
642
|
},
|
|
590
643
|
enumerable: false,
|
|
@@ -598,7 +651,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
598
651
|
var b = this.a2;
|
|
599
652
|
this.a2 = a;
|
|
600
653
|
if (b != this.a2) {
|
|
601
|
-
this.
|
|
654
|
+
this.di("ActualLargeVerticalChange", b, this.a2);
|
|
602
655
|
}
|
|
603
656
|
},
|
|
604
657
|
enumerable: false,
|
|
@@ -612,7 +665,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
612
665
|
var b = this.bh;
|
|
613
666
|
this.bh = a;
|
|
614
667
|
if (b != this.bh) {
|
|
615
|
-
this.
|
|
668
|
+
this.di("SmallHorizontalChange", b, this.bh);
|
|
616
669
|
}
|
|
617
670
|
},
|
|
618
671
|
enumerable: false,
|
|
@@ -626,7 +679,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
626
679
|
var b = this.a9;
|
|
627
680
|
this.a9 = a;
|
|
628
681
|
if (b != this.a9) {
|
|
629
|
-
this.
|
|
682
|
+
this.di("LargeHorizontalChange", b, this.a9);
|
|
630
683
|
}
|
|
631
684
|
},
|
|
632
685
|
enumerable: false,
|
|
@@ -640,7 +693,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
640
693
|
var b = this.a3;
|
|
641
694
|
this.a3 = a;
|
|
642
695
|
if (b != this.a3) {
|
|
643
|
-
this.
|
|
696
|
+
this.di("ActualSmallHorizontalChange", b, this.a3);
|
|
644
697
|
}
|
|
645
698
|
},
|
|
646
699
|
enumerable: false,
|
|
@@ -654,7 +707,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
654
707
|
var b = this.a1;
|
|
655
708
|
this.a1 = a;
|
|
656
709
|
if (b != this.a1) {
|
|
657
|
-
this.
|
|
710
|
+
this.di("ActualLargeHorizontalChange", b, this.a1);
|
|
658
711
|
}
|
|
659
712
|
},
|
|
660
713
|
enumerable: false,
|
|
@@ -668,7 +721,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
668
721
|
var b = this.a7;
|
|
669
722
|
this.a7 = a;
|
|
670
723
|
if (b != this.a7) {
|
|
671
|
-
this.
|
|
724
|
+
this.di("ContentWidth", b, this.a7);
|
|
672
725
|
}
|
|
673
726
|
},
|
|
674
727
|
enumerable: false,
|
|
@@ -682,7 +735,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
682
735
|
var b = this.bb;
|
|
683
736
|
this.bb = a;
|
|
684
737
|
if (b != this.bb) {
|
|
685
|
-
this.
|
|
738
|
+
this.di("MinScrollbarSize", b, this.bb);
|
|
686
739
|
}
|
|
687
740
|
},
|
|
688
741
|
enumerable: false,
|
|
@@ -696,7 +749,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
696
749
|
var b = this.be;
|
|
697
750
|
this.be = a;
|
|
698
751
|
if (b != this.be) {
|
|
699
|
-
this.
|
|
752
|
+
this.di("ScrollbarSpan", b, this.be);
|
|
700
753
|
}
|
|
701
754
|
},
|
|
702
755
|
enumerable: false,
|
|
@@ -753,6 +806,11 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
753
806
|
}
|
|
754
807
|
return false;
|
|
755
808
|
};
|
|
809
|
+
Scroller.prototype.dg = function (a, b) {
|
|
810
|
+
if (this.keyboardListener != null) {
|
|
811
|
+
this.keyboardListener.onGotFocus(a, b);
|
|
812
|
+
}
|
|
813
|
+
};
|
|
756
814
|
Scroller.prototype.aj = function (a, b) {
|
|
757
815
|
if (this.keyboardListener != null) {
|
|
758
816
|
if (this.keyboardListener.onEnd(a, b)) {
|
|
@@ -762,7 +820,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
762
820
|
if (this.scrollTop + this.viewportHeight >= this.contentHeight) {
|
|
763
821
|
return false;
|
|
764
822
|
}
|
|
765
|
-
this.
|
|
823
|
+
this.dq(0, this.contentHeight - this.viewportHeight - this.scrollTop);
|
|
766
824
|
return false;
|
|
767
825
|
};
|
|
768
826
|
Scroller.prototype.an = function (a, b) {
|
|
@@ -774,7 +832,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
774
832
|
if (this.scrollTop <= 0) {
|
|
775
833
|
return false;
|
|
776
834
|
}
|
|
777
|
-
this.
|
|
835
|
+
this.dq(0, -this.scrollTop);
|
|
778
836
|
return false;
|
|
779
837
|
};
|
|
780
838
|
Scroller.prototype.au = function (a, b) {
|
|
@@ -786,7 +844,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
786
844
|
if (this.scrollLeft + this.viewportWidth >= this.contentWidth) {
|
|
787
845
|
return false;
|
|
788
846
|
}
|
|
789
|
-
this.
|
|
847
|
+
this.dq(this.bq, 0);
|
|
790
848
|
return true;
|
|
791
849
|
};
|
|
792
850
|
Scroller.prototype.aq = function (a, b) {
|
|
@@ -798,7 +856,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
798
856
|
if (this.scrollLeft <= 0) {
|
|
799
857
|
return false;
|
|
800
858
|
}
|
|
801
|
-
this.
|
|
859
|
+
this.dq(this.bq * -1, 0);
|
|
802
860
|
return true;
|
|
803
861
|
};
|
|
804
862
|
Scroller.prototype.ax = function (a, b) {
|
|
@@ -810,7 +868,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
868
|
if (this.scrollTop <= 0) {
|
|
811
869
|
return false;
|
|
812
870
|
}
|
|
813
|
-
this.
|
|
871
|
+
this.dq(0, this.br * -1);
|
|
814
872
|
return true;
|
|
815
873
|
};
|
|
816
874
|
Scroller.prototype.ai = function (a, b) {
|
|
@@ -822,7 +880,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
822
880
|
if (this.scrollTop + this.viewportHeight >= this.contentHeight) {
|
|
823
881
|
return false;
|
|
824
882
|
}
|
|
825
|
-
this.
|
|
883
|
+
this.dq(0, this.br);
|
|
826
884
|
return true;
|
|
827
885
|
};
|
|
828
886
|
Scroller.prototype.at = function (a, b) {
|
|
@@ -834,7 +892,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
834
892
|
if (this.scrollTop < 0) {
|
|
835
893
|
return false;
|
|
836
894
|
}
|
|
837
|
-
this.
|
|
895
|
+
this.dq(0, this.bp * -1);
|
|
838
896
|
return true;
|
|
839
897
|
};
|
|
840
898
|
Scroller.prototype.as = function (a, b) {
|
|
@@ -846,7 +904,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
846
904
|
if (this.scrollTop + this.viewportHeight >= this.contentHeight) {
|
|
847
905
|
return false;
|
|
848
906
|
}
|
|
849
|
-
this.
|
|
907
|
+
this.dq(0, this.bp);
|
|
850
908
|
return true;
|
|
851
909
|
};
|
|
852
910
|
Scroller.prototype.ak = function (a, b) {
|
|
@@ -871,7 +929,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
871
929
|
var b = this.bk;
|
|
872
930
|
this.bk = a;
|
|
873
931
|
if (b != this.bk) {
|
|
874
|
-
this.
|
|
932
|
+
this.di("VerticalTrackStartInset", b, this.bk);
|
|
875
933
|
}
|
|
876
934
|
},
|
|
877
935
|
enumerable: false,
|
|
@@ -879,23 +937,23 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
879
937
|
});
|
|
880
938
|
Object.defineProperty(Scroller.prototype, "scrollbarBrush", {
|
|
881
939
|
get: function () {
|
|
882
|
-
return this.
|
|
940
|
+
return this.dz;
|
|
883
941
|
},
|
|
884
942
|
set: function (a) {
|
|
885
|
-
var b = this.
|
|
886
|
-
this.
|
|
887
|
-
if (b != this.
|
|
888
|
-
this.
|
|
943
|
+
var b = this.dz;
|
|
944
|
+
this.dz = a;
|
|
945
|
+
if (b != this.dz) {
|
|
946
|
+
this.di("ScrollbarBrush", b, this.dz);
|
|
889
947
|
}
|
|
890
948
|
},
|
|
891
949
|
enumerable: false,
|
|
892
950
|
configurable: true
|
|
893
951
|
});
|
|
894
|
-
Scroller.prototype.
|
|
952
|
+
Scroller.prototype.di = function (a, b, c) {
|
|
895
953
|
if (this.propertyChanged != null) {
|
|
896
954
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
897
955
|
}
|
|
898
|
-
this.
|
|
956
|
+
this.dl(a, b, c);
|
|
899
957
|
};
|
|
900
958
|
Object.defineProperty(Scroller.prototype, "ay", {
|
|
901
959
|
get: function () {
|
|
@@ -911,25 +969,25 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
911
969
|
enumerable: false,
|
|
912
970
|
configurable: true
|
|
913
971
|
});
|
|
914
|
-
Scroller.prototype.
|
|
972
|
+
Scroller.prototype.dl = function (a, b, c) {
|
|
915
973
|
switch (a) {
|
|
916
974
|
case "ContentWidth":
|
|
917
975
|
this.view.onContentWidthChanged(this.contentWidth);
|
|
918
976
|
var d = c;
|
|
919
977
|
var e = b;
|
|
920
978
|
if (d < e && this.scrollLeft + this.viewportWidth >= d) {
|
|
921
|
-
this.
|
|
979
|
+
this.dr(d - (this.scrollLeft + this.viewportWidth), 0);
|
|
922
980
|
}
|
|
923
|
-
this.
|
|
981
|
+
this.dw();
|
|
924
982
|
break;
|
|
925
983
|
case "ContentHeight":
|
|
926
984
|
this.view.onContentHeightChanged(this.contentHeight);
|
|
927
985
|
var f = c;
|
|
928
986
|
var g = b;
|
|
929
987
|
if (f < g && this.scrollTop > 0 && this.scrollTop + this.viewportHeight >= f) {
|
|
930
|
-
this.
|
|
988
|
+
this.dr(0, f - (this.scrollTop + this.viewportHeight));
|
|
931
989
|
}
|
|
932
|
-
this.
|
|
990
|
+
this.dy();
|
|
933
991
|
break;
|
|
934
992
|
case "ScrollTop":
|
|
935
993
|
if (!this.ay) {
|
|
@@ -947,9 +1005,9 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
947
1005
|
this.bo = this.viewportWidth;
|
|
948
1006
|
}
|
|
949
1007
|
if (this.contentWidth > 0 && this.scrollLeft + this.viewportWidth > this.contentWidth) {
|
|
950
|
-
this.
|
|
1008
|
+
this.dr(this.contentWidth - this.viewportWidth - this.scrollLeft, 0);
|
|
951
1009
|
}
|
|
952
|
-
this.
|
|
1010
|
+
this.dw();
|
|
953
1011
|
if (this.view.getInitialScrollLeft() != this.scrollLeft) {
|
|
954
1012
|
this.view.updateScrollLeft(this.scrollLeft);
|
|
955
1013
|
}
|
|
@@ -959,7 +1017,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
959
1017
|
if (isNaN_(this.largeVerticalChange)) {
|
|
960
1018
|
this.bp = this.viewportHeight;
|
|
961
1019
|
}
|
|
962
|
-
this.
|
|
1020
|
+
this.dy();
|
|
963
1021
|
if (this.view.getInitialScrollTop() != this.scrollTop) {
|
|
964
1022
|
this.view.updateScrollTop(this.scrollTop);
|
|
965
1023
|
}
|
|
@@ -970,8 +1028,8 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
970
1028
|
case "ScrollbarSpan":
|
|
971
1029
|
case "MinScrollbarSize":
|
|
972
1030
|
case "VerticalTrackStartInset":
|
|
973
|
-
this.
|
|
974
|
-
this.
|
|
1031
|
+
this.dy();
|
|
1032
|
+
this.dw();
|
|
975
1033
|
break;
|
|
976
1034
|
case "HorizontalScrollbarStatus":
|
|
977
1035
|
case "VerticalOpacity":
|
|
@@ -990,27 +1048,27 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
990
1048
|
var b = this.a6;
|
|
991
1049
|
this.a6 = a;
|
|
992
1050
|
if (b != this.a6) {
|
|
993
|
-
this.
|
|
1051
|
+
this.di("ContentHeight", b, this.a6);
|
|
994
1052
|
}
|
|
995
1053
|
},
|
|
996
1054
|
enumerable: false,
|
|
997
1055
|
configurable: true
|
|
998
1056
|
});
|
|
999
|
-
Scroller.prototype.
|
|
1057
|
+
Scroller.prototype.dj = function (a) {
|
|
1000
1058
|
var b = Math.max(this.minScrollbarSize, this.actualVerticalScrollbarHeight);
|
|
1001
1059
|
var c = this.verticalTrackStartInset + (b / 2);
|
|
1002
1060
|
var d = this.viewportHeight - (b / 2);
|
|
1003
1061
|
var e = a / (d - c);
|
|
1004
1062
|
var f = e * (this.contentHeight - this.viewportHeight);
|
|
1005
|
-
this.
|
|
1063
|
+
this.dq(0, f);
|
|
1006
1064
|
};
|
|
1007
|
-
Scroller.prototype.
|
|
1065
|
+
Scroller.prototype.dh = function (a) {
|
|
1008
1066
|
var b = Math.max(this.minScrollbarSize, this.actualHorizontalScrollbarWidth);
|
|
1009
1067
|
var c = 0 + (b / 2);
|
|
1010
1068
|
var d = this.viewportWidth - (b / 2);
|
|
1011
1069
|
var e = a / (d - c);
|
|
1012
1070
|
var f = e * (this.contentWidth - this.viewportWidth);
|
|
1013
|
-
this.
|
|
1071
|
+
this.dq(f, 0);
|
|
1014
1072
|
};
|
|
1015
1073
|
Scroller.prototype.onViewportSizeChanged = function (a, b, c) {
|
|
1016
1074
|
if (c === void 0) {
|
|
@@ -1021,14 +1079,14 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1021
1079
|
this.bm = a;
|
|
1022
1080
|
this.bl = b;
|
|
1023
1081
|
if (!isNaN_(this.contentWidth) && this.contentWidth != 0 && this.scrollLeft > 0 && this.scrollLeft + this.bm > this.contentWidth) {
|
|
1024
|
-
this.
|
|
1082
|
+
this.dq(0, 0);
|
|
1025
1083
|
}
|
|
1026
1084
|
if (!isNaN_(this.contentHeight) && this.contentHeight != 0 && this.scrollTop > 0 && this.scrollTop + this.bl > this.contentHeight) {
|
|
1027
|
-
this.
|
|
1085
|
+
this.dq(0, 0);
|
|
1028
1086
|
}
|
|
1029
1087
|
if (c && (d != a || e != b)) {
|
|
1030
|
-
this.
|
|
1031
|
-
this.
|
|
1088
|
+
this.di("ViewportWidth", d, a);
|
|
1089
|
+
this.di("ViewportHeight", e, b);
|
|
1032
1090
|
}
|
|
1033
1091
|
};
|
|
1034
1092
|
Object.defineProperty(Scroller.prototype, "viewportWidth", {
|
|
@@ -1039,7 +1097,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1039
1097
|
var b = this.bm;
|
|
1040
1098
|
this.bm = a;
|
|
1041
1099
|
if (b != this.bm) {
|
|
1042
|
-
this.
|
|
1100
|
+
this.di("ViewportWidth", b, this.bm);
|
|
1043
1101
|
}
|
|
1044
1102
|
},
|
|
1045
1103
|
enumerable: false,
|
|
@@ -1053,7 +1111,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1053
1111
|
var b = this.bl;
|
|
1054
1112
|
this.bl = a;
|
|
1055
1113
|
if (b != this.bl) {
|
|
1056
|
-
this.
|
|
1114
|
+
this.di("ViewportHeight", b, this.bl);
|
|
1057
1115
|
}
|
|
1058
1116
|
},
|
|
1059
1117
|
enumerable: false,
|
|
@@ -1067,7 +1125,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1067
1125
|
var b = this.bg;
|
|
1068
1126
|
this.bg = a;
|
|
1069
1127
|
if (b != this.bg) {
|
|
1070
|
-
this.
|
|
1128
|
+
this.di("ScrollTop", b, this.bg);
|
|
1071
1129
|
}
|
|
1072
1130
|
},
|
|
1073
1131
|
enumerable: false,
|
|
@@ -1081,7 +1139,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1081
1139
|
var b = this.bf;
|
|
1082
1140
|
this.bf = a;
|
|
1083
1141
|
if (b != this.bf) {
|
|
1084
|
-
this.
|
|
1142
|
+
this.di("ScrollLeft", b, this.bf);
|
|
1085
1143
|
}
|
|
1086
1144
|
},
|
|
1087
1145
|
enumerable: false,
|
|
@@ -1104,8 +1162,8 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1104
1162
|
this.view.provideContainer(a);
|
|
1105
1163
|
this.bg = this.view.getInitialScrollTop();
|
|
1106
1164
|
this.bf = this.view.getInitialScrollLeft();
|
|
1107
|
-
this.
|
|
1108
|
-
this.
|
|
1165
|
+
this.dw();
|
|
1166
|
+
this.dy();
|
|
1109
1167
|
};
|
|
1110
1168
|
Scroller.prototype.onDetachedFromUI = function () {
|
|
1111
1169
|
this.view.onDetachedFromUI();
|
|
@@ -1124,7 +1182,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1124
1182
|
if (this.keyboardListener != null) {
|
|
1125
1183
|
this.keyboardListener.onWheel();
|
|
1126
1184
|
}
|
|
1127
|
-
this.
|
|
1185
|
+
this.dq(b, c);
|
|
1128
1186
|
return true;
|
|
1129
1187
|
};
|
|
1130
1188
|
Object.defineProperty(Scroller.prototype, "lockScrollDirection", {
|
|
@@ -1145,7 +1203,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1145
1203
|
var b = this.a5;
|
|
1146
1204
|
this.a5 = a;
|
|
1147
1205
|
if (b != this.a5) {
|
|
1148
|
-
this.
|
|
1206
|
+
this.di("ActualVerticalScrollbarHeight", b, this.a5);
|
|
1149
1207
|
}
|
|
1150
1208
|
},
|
|
1151
1209
|
enumerable: false,
|
|
@@ -1159,7 +1217,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1159
1217
|
var b = this.a0;
|
|
1160
1218
|
this.a0 = a;
|
|
1161
1219
|
if (b != this.a0) {
|
|
1162
|
-
this.
|
|
1220
|
+
this.di("ActualHorizontalScrollbarWidth", b, this.a0);
|
|
1163
1221
|
}
|
|
1164
1222
|
},
|
|
1165
1223
|
enumerable: false,
|
|
@@ -1173,7 +1231,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1173
1231
|
var b = this.h;
|
|
1174
1232
|
this.h = a;
|
|
1175
1233
|
if (b != this.h) {
|
|
1176
|
-
this.
|
|
1234
|
+
this.di("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.h));
|
|
1177
1235
|
}
|
|
1178
1236
|
},
|
|
1179
1237
|
enumerable: false,
|
|
@@ -1187,7 +1245,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1187
1245
|
var b = this.a8;
|
|
1188
1246
|
this.a8 = a;
|
|
1189
1247
|
if (b != this.a8) {
|
|
1190
|
-
this.
|
|
1248
|
+
this.di("HorizontalScrollbarStatus", b, this.a8);
|
|
1191
1249
|
}
|
|
1192
1250
|
},
|
|
1193
1251
|
enumerable: false,
|
|
@@ -1201,7 +1259,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1201
1259
|
var b = this.bj;
|
|
1202
1260
|
this.bj = a;
|
|
1203
1261
|
if (b != this.bj) {
|
|
1204
|
-
this.
|
|
1262
|
+
this.di("VerticalOpacity", b, this.bj);
|
|
1205
1263
|
}
|
|
1206
1264
|
},
|
|
1207
1265
|
enumerable: false,
|
|
@@ -1274,12 +1332,12 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1274
1332
|
this.q = false;
|
|
1275
1333
|
this.r = false;
|
|
1276
1334
|
this.p = true;
|
|
1277
|
-
this.
|
|
1335
|
+
this.d1 = { $type: Point_$type, x: a.x, y: a.y };
|
|
1278
1336
|
};
|
|
1279
1337
|
Scroller.prototype.de = function (a) {
|
|
1280
1338
|
if (this.p) {
|
|
1281
|
-
var b = a.y - this.
|
|
1282
|
-
var c = a.x - this.
|
|
1339
|
+
var b = a.y - this.d1.y;
|
|
1340
|
+
var c = a.x - this.d1.x;
|
|
1283
1341
|
if (this.lockScrollDirection && !this.r) {
|
|
1284
1342
|
this.r = true;
|
|
1285
1343
|
if (b > 0 || c > 0) {
|
|
@@ -1291,8 +1349,8 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1291
1349
|
}
|
|
1292
1350
|
}
|
|
1293
1351
|
}
|
|
1294
|
-
this.
|
|
1295
|
-
this.
|
|
1352
|
+
this.d1 = { $type: Point_$type, x: a.x, y: a.y };
|
|
1353
|
+
this.dq(-c, -b);
|
|
1296
1354
|
}
|
|
1297
1355
|
};
|
|
1298
1356
|
Object.defineProperty(Scroller.prototype, "isScrolling", {
|
|
@@ -1309,28 +1367,28 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1309
1367
|
this.view.detachNativeScroll();
|
|
1310
1368
|
this.bc = a - this.scrollLeft;
|
|
1311
1369
|
this.bd = b - this.scrollTop;
|
|
1312
|
-
this.
|
|
1370
|
+
this.dp();
|
|
1313
1371
|
};
|
|
1314
|
-
Scroller.prototype.
|
|
1372
|
+
Scroller.prototype.dq = function (a, b) {
|
|
1315
1373
|
this.view.detachNativeScroll();
|
|
1316
1374
|
this.bc += a;
|
|
1317
1375
|
this.bd += b;
|
|
1318
|
-
this.
|
|
1376
|
+
this.dp();
|
|
1319
1377
|
};
|
|
1320
|
-
Scroller.prototype.
|
|
1378
|
+
Scroller.prototype.dr = function (a, b) {
|
|
1321
1379
|
this.view.detachNativeScroll();
|
|
1322
1380
|
this.bc += a;
|
|
1323
1381
|
this.bd += b;
|
|
1324
|
-
this.
|
|
1382
|
+
this.dv();
|
|
1325
1383
|
};
|
|
1326
|
-
Scroller.prototype.
|
|
1384
|
+
Scroller.prototype.dp = function () {
|
|
1327
1385
|
if (this.w) {
|
|
1328
1386
|
return;
|
|
1329
1387
|
}
|
|
1330
1388
|
this.w = true;
|
|
1331
|
-
this.view.requestWork(runOn(this, this.
|
|
1389
|
+
this.view.requestWork(runOn(this, this.dv));
|
|
1332
1390
|
};
|
|
1333
|
-
Scroller.prototype.
|
|
1391
|
+
Scroller.prototype.dv = function () {
|
|
1334
1392
|
var _this = this;
|
|
1335
1393
|
this.w = false;
|
|
1336
1394
|
var a = this.bc;
|
|
@@ -1397,8 +1455,8 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1397
1455
|
this.ab = true;
|
|
1398
1456
|
this.scrollTop = c;
|
|
1399
1457
|
this.scrollLeft = d;
|
|
1400
|
-
this.
|
|
1401
|
-
this.
|
|
1458
|
+
this.dy();
|
|
1459
|
+
this.dw();
|
|
1402
1460
|
this.ab = false;
|
|
1403
1461
|
if (!this.isScrolling) {
|
|
1404
1462
|
this.isScrolling = true;
|
|
@@ -1444,17 +1502,17 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1444
1502
|
}
|
|
1445
1503
|
}
|
|
1446
1504
|
};
|
|
1447
|
-
Scroller.prototype.
|
|
1505
|
+
Scroller.prototype.dy = function () {
|
|
1448
1506
|
if (isNaN_(this.contentHeight)) {
|
|
1449
1507
|
return;
|
|
1450
1508
|
}
|
|
1451
|
-
this.
|
|
1509
|
+
this.dx(this.contentHeight, this.viewportHeight, this.scrollTop, true);
|
|
1452
1510
|
};
|
|
1453
|
-
Scroller.prototype.
|
|
1511
|
+
Scroller.prototype.dw = function () {
|
|
1454
1512
|
if (isNaN_(this.contentWidth)) {
|
|
1455
1513
|
return;
|
|
1456
1514
|
}
|
|
1457
|
-
this.
|
|
1515
|
+
this.dx(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
|
|
1458
1516
|
};
|
|
1459
1517
|
Scroller.prototype.aa = function (a, b) {
|
|
1460
1518
|
if (Math.abs(a - b) <= 2) {
|
|
@@ -1462,7 +1520,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1462
1520
|
}
|
|
1463
1521
|
return false;
|
|
1464
1522
|
};
|
|
1465
|
-
Scroller.prototype.
|
|
1523
|
+
Scroller.prototype.dx = function (a, b, c, d) {
|
|
1466
1524
|
if (b == 0 || a == 0) {
|
|
1467
1525
|
return;
|
|
1468
1526
|
}
|
|
@@ -1541,7 +1599,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1541
1599
|
return;
|
|
1542
1600
|
}
|
|
1543
1601
|
if (this.scrollbarStyle == 1 || this.scrollbarStyle == 2) {
|
|
1544
|
-
this.
|
|
1602
|
+
this.dt();
|
|
1545
1603
|
}
|
|
1546
1604
|
this.n = false;
|
|
1547
1605
|
};
|
|
@@ -1550,11 +1608,11 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1550
1608
|
return;
|
|
1551
1609
|
}
|
|
1552
1610
|
if (this.scrollbarStyle == 1 || this.scrollbarStyle == 2) {
|
|
1553
|
-
this.
|
|
1611
|
+
this.du();
|
|
1554
1612
|
}
|
|
1555
1613
|
this.y = false;
|
|
1556
1614
|
};
|
|
1557
|
-
Scroller.prototype.
|
|
1615
|
+
Scroller.prototype.dt = function () {
|
|
1558
1616
|
if (!this.o) {
|
|
1559
1617
|
this.o = true;
|
|
1560
1618
|
this.cd = this.executionContext.getCurrentRelativeTime();
|
|
@@ -1564,7 +1622,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1564
1622
|
this.cd = this.executionContext.getCurrentRelativeTime();
|
|
1565
1623
|
}
|
|
1566
1624
|
};
|
|
1567
|
-
Scroller.prototype.
|
|
1625
|
+
Scroller.prototype.du = function () {
|
|
1568
1626
|
if (!this.z) {
|
|
1569
1627
|
this.z = true;
|
|
1570
1628
|
this.ce = this.executionContext.getCurrentRelativeTime();
|