igniteui-angular-core 14.1.0 → 14.1.2
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 +25342 -17195
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AbsolutePanelBridge.js +68 -0
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/AggregatedDataProvider.js +7 -0
- package/esm2015/lib/AggregatedDataProviderLayerInfo.js +67 -0
- package/esm2015/lib/AggregatedDataProviderLayerMap.js +56 -0
- package/esm2015/lib/AggregatedDataProviderTargetDataSourceNotifier.js +7 -0
- package/esm2015/lib/AggregatedDataProviderTopLayer.js +181 -0
- package/esm2015/lib/AggregatedDataProvider_combined.js +551 -0
- package/esm2015/lib/AnchoredCategorySeriesDescription.js +26 -26
- package/esm2015/lib/AnchoredRadialSeriesDescription.js +23 -23
- package/esm2015/lib/AnnotationLayerDescription.js +13 -13
- package/esm2015/lib/AreaSeriesDescription.js +3 -3
- package/esm2015/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/AverageTrueRangeIndicatorDescription.js +3 -3
- package/esm2015/lib/BarSeriesDescription.js +6 -6
- package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +5 -5
- package/esm2015/lib/BollingerBandsOverlayDescription.js +5 -5
- package/esm2015/lib/BrushCollectionUtil.js +1 -1
- package/esm2015/lib/Brush_combined.js +1 -1
- package/esm2015/lib/BubbleSeriesDescription.js +40 -40
- package/esm2015/lib/CalloutLabelUpdatingEventArgsDescription.js +26 -10
- package/esm2015/lib/CalloutLabelUpdatingEventArgsDescriptionMetadata.js +4 -0
- package/esm2015/lib/CalloutLayerDescription.js +103 -103
- package/esm2015/lib/CanvasViewRenderer.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +114 -114
- package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm2015/lib/CategoryItemHighlightLayerDescription.js +28 -28
- package/esm2015/lib/CategorySeriesDescription.js +19 -19
- package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm2015/lib/CategoryXAxisDescription.js +17 -9
- package/esm2015/lib/CategoryXAxisDescriptionMetadata.js +1 -0
- package/esm2015/lib/CategoryYAxisDescription.js +17 -9
- package/esm2015/lib/CategoryYAxisDescriptionMetadata.js +1 -0
- package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm2015/lib/ChartGroupDescriptionDescription.js +25 -0
- package/esm2015/lib/ChartGroupDescriptionDescriptionMetadata.js +38 -0
- package/esm2015/lib/ChartGroupDescriptionDescriptionModule.js +22 -0
- package/esm2015/lib/ChartSortDescriptionDescription.js +44 -0
- package/esm2015/lib/ChartSortDescriptionDescriptionMetadata.js +39 -0
- package/esm2015/lib/ChartSortDescriptionDescriptionModule.js +20 -0
- package/esm2015/lib/ChartSummaryDescriptionDescription.js +68 -0
- package/esm2015/lib/ChartSummaryDescriptionDescriptionMetadata.js +44 -0
- package/esm2015/lib/ChartSummaryDescriptionDescriptionModule.js +20 -0
- package/esm2015/lib/CheckboxListDescription.js +33 -17
- package/esm2015/lib/CheckboxListDescriptionMetadata.js +3 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +3 -3
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingRendererResult.js +54 -47
- package/esm2015/lib/CodeGenerationFolderTemplate.js +34 -27
- package/esm2015/lib/CodeGenerationTransformer.js +19 -19
- package/esm2015/lib/ColorCollectionUtil.js +1 -1
- package/esm2015/lib/ColorUtil.js +2 -2
- package/esm2015/lib/ColumnFragmentDescription.js +6 -6
- package/esm2015/lib/ColumnSeriesDescription.js +9 -9
- package/esm2015/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/ComponentRenderer_combined.js +177 -168
- package/esm2015/lib/CrosshairLayerDescription.js +77 -77
- package/esm2015/lib/DataChartDescription.js +98 -98
- package/esm2015/lib/DataGridDescription.js +716 -636
- package/esm2015/lib/DataGridDescriptionMetadata_combined.js +11 -0
- package/esm2015/lib/DataLegendValueMode.js +1 -1
- package/esm2015/lib/DataSeriesAdapter.js +9 -1
- package/esm2015/lib/DataSeriesAdapterCachedProvider.js +22 -0
- package/esm2015/lib/DataSeriesAdapterCachedProviderType.js +11 -0
- package/esm2015/lib/DataSourceLocalDataProvider.js +227 -162
- package/esm2015/lib/DataToolTipLayerDescription.js +335 -335
- package/esm2015/lib/DatePartDeltasDescription.js +74 -0
- package/esm2015/lib/DatePartDeltasDescriptionMetadata.js +42 -0
- package/esm2015/lib/DescriptionSerializer.js +2 -2
- package/esm2015/lib/DescriptionTreeAction.js +10 -9
- package/esm2015/lib/DescriptionTreeBuilder.js +4 -4
- package/esm2015/lib/DescriptionTreeNode.js +64 -36
- package/esm2015/lib/DescriptionTreeReconciler.js +156 -141
- package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/DivBridge.js +1 -1
- package/esm2015/lib/DomainChartDescription.js +856 -704
- package/esm2015/lib/DomainChartDescriptionMetadata.js +19 -0
- package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/FilterExpressionVisitor.js +2 -2
- package/esm2015/lib/FilterFactory_combined.js +2 -2
- package/esm2015/lib/FinalValueLayerDescription.js +34 -34
- package/esm2015/lib/FinancialChartDescription.js +168 -168
- package/esm2015/lib/FinancialIndicatorDescription.js +19 -19
- package/esm2015/lib/FinancialOverlayDescription.js +3 -3
- package/esm2015/lib/FinancialPriceSeriesDescription.js +40 -40
- package/esm2015/lib/FinancialSeriesDescription.js +38 -38
- package/esm2015/lib/FlatDataProvider.js +7 -0
- package/esm2015/lib/FlatDataProviderTargetDataSourceNotifier.js +7 -0
- package/esm2015/lib/FlatDataProvider_combined.js +397 -0
- package/esm2015/lib/Flattener.js +5 -5
- package/esm2015/lib/ForceIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
- package/esm2015/lib/GeographicContourLineSeriesDescription.js +14 -14
- package/esm2015/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
- package/esm2015/lib/GeographicMapImageryDescription_combined.js +42 -42
- package/esm2015/lib/GeographicMapSeriesHostDescription.js +6 -6
- package/esm2015/lib/GeographicMarkerSeriesDescription.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesDescription.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
- package/esm2015/lib/GeographicScatterAreaSeriesDescription.js +12 -12
- package/esm2015/lib/GeographicShapeSeriesBaseDescription.js +28 -28
- package/esm2015/lib/GeographicShapeSeriesDescription.js +42 -42
- package/esm2015/lib/GeographicSymbolSeriesDescription.js +25 -25
- package/esm2015/lib/GeographicTileSeriesDescription.js +5 -5
- package/esm2015/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
- package/esm2015/lib/GridBridge.js +44 -50
- package/esm2015/lib/HighDensityScatterSeriesDescription.js +47 -47
- package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/ICommandAvailabilityListener.js +11 -0
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +237 -88
- package/esm2015/lib/IDataSourceDataProvider_combined.js +20 -7
- package/esm2015/lib/INativeUIAbsolutePanelBridge.js +12 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +90 -58
- package/esm2015/lib/IToolbarTarget.js +11 -0
- package/esm2015/lib/IgcButtonBridge.js +1 -1
- package/esm2015/lib/IgcIconButtonBridge.js +72 -0
- package/esm2015/lib/ItemLegendDescription.js +19 -3
- package/esm2015/lib/ItemLegendDescriptionMetadata.js +2 -0
- package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm2015/lib/LineSeriesDescription.js +3 -3
- package/esm2015/lib/ListPanelContentRefreshedEventArgsDescription.js +26 -0
- package/esm2015/lib/ListPanelContentRefreshedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/ListPanelDescription.js +154 -0
- package/esm2015/lib/ListPanelDescriptionMetadata.js +61 -0
- package/esm2015/lib/ListPanelDescriptionModule.js +20 -0
- package/esm2015/lib/ListPanelItemModelDescription.js +58 -0
- package/esm2015/lib/ListPanelItemModelDescriptionMetadata.js +40 -0
- package/esm2015/lib/ListPanelTemplateHeightRequestedEventArgsDescription.js +50 -0
- package/esm2015/lib/ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata.js +39 -0
- package/esm2015/lib/ListPanelTemplateItemUpdatingEventArgsDescription.js +42 -0
- package/esm2015/lib/ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/ListPanelTemplateWidthRequestedEventArgsDescription.js +50 -0
- package/esm2015/lib/ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata.js +39 -0
- package/esm2015/lib/LocalDataSource_combined.js +3 -3
- package/esm2015/lib/MarkerSeriesDescription.js +25 -25
- package/esm2015/lib/MathUtil.js +20 -17
- package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
- package/esm2015/lib/NativeUIAbsolutePanel.js +35 -0
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +15 -15
- package/esm2015/lib/NativeUICheckbox.js +15 -15
- package/esm2015/lib/NativeUIComponentBuiltInType.js +1 -1
- package/esm2015/lib/NativeUIContainer.js +11 -11
- package/esm2015/lib/NativeUIContent.js +5 -5
- package/esm2015/lib/NativeUIDropDown.js +18 -18
- package/esm2015/lib/NativeUIElementBridge.js +11 -0
- package/esm2015/lib/NativeUIGrid.js +25 -25
- package/esm2015/lib/NativeUIIconButton.js +34 -0
- package/esm2015/lib/NativeUIInput.js +19 -19
- package/esm2015/lib/NativeUIInputsFactory.js +56 -26
- package/esm2015/lib/NativeUILabel.js +6 -6
- package/esm2015/lib/NativeUISlider.js +30 -30
- package/esm2015/lib/Numeric.js +1 -1
- package/esm2015/lib/ODataDataSourceFilterExpressionVisitor.js +2 -2
- package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm2015/lib/PagedDataSource.js +1 -1
- package/esm2015/lib/PanelBridge.js +42 -0
- package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +6 -0
- package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarBaseDescription.js +66 -66
- package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm2015/lib/PriceChannelOverlayDescription.js +3 -3
- package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm2015/lib/RadialBaseDescription.js +19 -19
- package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
- package/esm2015/lib/RadialPieSeriesDescription.js +6 -6
- package/esm2015/lib/RangeCategorySeriesDescription.js +6 -6
- package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm2015/lib/RectUtil.js +1 -1
- package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/ScatterAreaSeriesDescription.js +14 -14
- package/esm2015/lib/ScatterBaseDescription.js +61 -61
- package/esm2015/lib/ScatterContourSeriesDescription.js +16 -16
- package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterPolygonSeriesDescription.js +32 -32
- package/esm2015/lib/ScatterPolylineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterTriangulationSeriesDescription.js +35 -35
- package/esm2015/lib/ScrollbarStyle.js +18 -0
- package/esm2015/lib/ScrollerView_combined.js +16 -6
- package/esm2015/lib/SeriesDescription.js +158 -150
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/SeriesViewerDescription.js +363 -315
- package/esm2015/lib/ShapeSeriesBaseDescription.js +36 -36
- package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/SmartPlacer.js +1 -1
- package/esm2015/lib/SortDescription.js +18 -10
- package/esm2015/lib/SortGroupParser.js +85 -0
- package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
- package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
- package/esm2015/lib/StandardDeviationIndicatorDescription.js +3 -3
- package/esm2015/lib/StochRSIIndicatorDescription.js +3 -3
- package/esm2015/lib/SummaryParser.js +96 -0
- package/esm2015/lib/SummaryResultDescription.js +16 -0
- package/esm2015/lib/SummaryResultDescriptionMetadata.js +2 -0
- package/esm2015/lib/SvgIconCollection.js +31 -0
- package/esm2015/lib/SvgIconRegistry.js +51 -0
- package/esm2015/lib/SyncableObservableCollection$2_combined.js +38 -27
- package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
- package/esm2015/lib/TileSeriesDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxDescription.js +23 -0
- package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolActionCheckboxDescriptionModule.js +22 -0
- package/esm2015/lib/ToolActionCheckboxInfo.js +20 -0
- package/esm2015/lib/ToolActionDescription.js +138 -0
- package/esm2015/lib/ToolActionDescriptionMetadata.js +7 -0
- package/esm2015/lib/ToolActionDescriptionMetadata_combined.js +122 -0
- package/esm2015/lib/ToolActionDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionEventDetailDescription.js +82 -0
- package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +7 -0
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +23 -0
- package/esm2015/lib/ToolActionGroupHeaderDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolActionGroupHeaderDescriptionModule.js +22 -0
- package/esm2015/lib/ToolActionGroupHeaderInfo.js +20 -0
- package/esm2015/lib/ToolActionIconButtonDescription.js +23 -0
- package/esm2015/lib/ToolActionIconButtonDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolActionIconButtonDescriptionModule.js +22 -0
- package/esm2015/lib/ToolActionIconButtonInfo.js +20 -0
- package/esm2015/lib/ToolActionIconMenuDescription.js +23 -0
- package/esm2015/lib/ToolActionIconMenuDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolActionIconMenuDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionIconMenuInfo.js +20 -0
- package/esm2015/lib/ToolActionInfo.js +110 -0
- package/esm2015/lib/ToolActionMenuActionDescription.js +31 -0
- package/esm2015/lib/ToolActionMenuActionDescriptionMetadata.js +37 -0
- package/esm2015/lib/ToolActionMenuActionInfo.js +27 -0
- package/esm2015/lib/ToolActionNumberInputDescription.js +23 -0
- package/esm2015/lib/ToolActionNumberInputDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolActionNumberInputDescriptionModule.js +22 -0
- package/esm2015/lib/ToolActionNumberInputInfo.js +20 -0
- package/esm2015/lib/ToolActionPerformedEventArgsDescription.js +50 -0
- package/esm2015/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/ToolActionSeparatorDescription.js +23 -0
- package/esm2015/lib/ToolActionSeparatorDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolActionSeparatorDescriptionModule.js +22 -0
- package/esm2015/lib/ToolActionSeparatorInfo.js +20 -0
- package/esm2015/lib/ToolActionType.js +24 -0
- package/esm2015/lib/ToolCommand.js +34 -0
- package/esm2015/lib/ToolCommandArgument.js +33 -0
- package/esm2015/lib/ToolCommandArgumentCollection.js +21 -0
- package/esm2015/lib/ToolCommandArgumentDescription.js +44 -0
- package/esm2015/lib/ToolCommandArgumentDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolCommandDescription.js +44 -0
- package/esm2015/lib/ToolCommandDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolCommandEventArgsDescription.js +34 -0
- package/esm2015/lib/ToolCommandEventArgsDescriptionMetadata.js +39 -0
- package/esm2015/lib/ToolPanelContentRefreshedEventArgsDescription.js +26 -0
- package/esm2015/lib/ToolPanelContentRefreshedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/ToolPanelDescription.js +106 -0
- package/esm2015/lib/ToolPanelDescriptionMetadata.js +51 -0
- package/esm2015/lib/ToolPanelDescriptionModule.js +32 -0
- package/esm2015/lib/ToolbarDescription.js +114 -0
- package/esm2015/lib/ToolbarDescriptionMetadata.js +48 -0
- package/esm2015/lib/ToolbarDescriptionModule.js +22 -0
- package/esm2015/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm2015/lib/ValueOverlayDescription.js +37 -37
- package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
- package/esm2015/lib/WebAccordionDescription.js +34 -0
- package/esm2015/lib/WebAccordionDescriptionMetadata.js +38 -0
- package/esm2015/lib/WebAccordionDescriptionModule.js +20 -0
- package/esm2015/lib/WebActivePaneEventArgsDescription.js +11 -3
- package/esm2015/lib/WebActivePaneEventArgsDescriptionMetadata.js +4 -2
- package/esm2015/lib/WebDateTimeInputDescription.js +95 -0
- package/esm2015/lib/WebDateTimeInputDescriptionMetadata.js +52 -0
- package/esm2015/lib/WebDateTimeInputDescriptionModule.js +22 -0
- package/esm2015/lib/WebDragServiceDescription.js +26 -0
- package/esm2015/lib/WebDragServiceDescriptionMetadata.js +37 -0
- package/esm2015/lib/WebDragServiceDescriptionModule.js +20 -0
- package/esm2015/lib/WebDropdownDescriptionModule.js +4 -0
- package/esm2015/lib/WebDropdownGroupDescription.js +0 -8
- package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebDropdownGroupDescriptionModule.js +0 -2
- package/esm2015/lib/WebFloatingPaneResizeEventArgsDescription.js +11 -3
- package/esm2015/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +5 -2
- package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDescription.js +48 -11
- package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +10 -2
- package/esm2015/lib/WebInputDescription.js +15 -23
- package/esm2015/lib/WebInputDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebMaskInputBaseDescription.js +39 -0
- package/esm2015/lib/WebMaskInputBaseDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebMaskInputBaseDescriptionModule.js +22 -0
- package/esm2015/lib/WebMaskInputDescription.js +5 -29
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +2 -6
- package/esm2015/lib/WebMaskInputDescriptionModule.js +2 -2
- package/esm2015/lib/WebPaneCloseEventArgsDescription.js +11 -3
- package/esm2015/lib/WebPaneCloseEventArgsDescriptionMetadata.js +4 -2
- package/esm2015/lib/WebPaneDragEndEventArgsDescription.js +11 -3
- package/esm2015/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +4 -2
- package/esm2015/lib/WebPaneDragOverEventArgsDescription.js +27 -3
- package/esm2015/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +8 -2
- package/esm2015/lib/WebPaneDragStartEventArgsDescription.js +11 -3
- package/esm2015/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +4 -2
- package/esm2015/lib/WebPaneHeaderConnectionEventArgsDescription.js +11 -3
- package/esm2015/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
- package/esm2015/lib/WebPaneHeaderElementDescription.js +8 -0
- package/esm2015/lib/WebPaneHeaderElementDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebPaneHeaderElementDescriptionModule.js +20 -0
- package/esm2015/lib/WebPanePinnedEventArgsDescription.js +27 -3
- package/esm2015/lib/WebPanePinnedEventArgsDescriptionMetadata.js +7 -2
- package/esm2015/lib/WebRatingDescription.js +34 -34
- package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebTabComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTabComponentEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTabDescription.js +50 -0
- package/esm2015/lib/WebTabDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTabDescriptionModule.js +20 -0
- package/esm2015/lib/WebTabHeaderConnectionEventArgsDescription.js +11 -3
- package/esm2015/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
- package/esm2015/lib/WebTabHeaderElementDescription.js +8 -0
- package/esm2015/lib/WebTabHeaderElementDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebTabHeaderElementDescriptionModule.js +20 -0
- package/esm2015/lib/WebTabPanelDescription.js +26 -0
- package/esm2015/lib/WebTabPanelDescriptionMetadata.js +37 -0
- package/esm2015/lib/WebTabPanelDescriptionModule.js +20 -0
- package/esm2015/lib/WebTabsDescription.js +50 -0
- package/esm2015/lib/WebTabsDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebTabsDescriptionModule.js +24 -0
- package/esm2015/lib/WebTreeDescriptionMetadata.js +1 -1
- package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm2015/lib/XYChartDescription.js +228 -228
- package/esm2015/lib/XamMultiScaleImageView_combined.js +2 -2
- package/esm2015/lib/componentUtil.js +6 -2
- package/esm2015/lib/igx-filter-expression-collection.js +10 -0
- package/esm2015/lib/igx-tool-command-argument-collection.js +37 -0
- package/esm2015/lib/type.js +1 -1
- package/esm2015/public_api.js +134 -10
- package/esm5/lib/AbsolutePanelBridge.js +69 -0
- package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/AggregatedDataProvider.js +7 -0
- package/esm5/lib/AggregatedDataProviderLayerInfo.js +101 -0
- package/esm5/lib/AggregatedDataProviderLayerMap.js +58 -0
- package/esm5/lib/AggregatedDataProviderTargetDataSourceNotifier.js +7 -0
- package/esm5/lib/AggregatedDataProviderTopLayer.js +211 -0
- package/esm5/lib/AggregatedDataProvider_combined.js +659 -0
- package/esm5/lib/AnchoredCategorySeriesDescription.js +26 -26
- package/esm5/lib/AnchoredRadialSeriesDescription.js +23 -23
- package/esm5/lib/AnnotationLayerDescription.js +13 -13
- package/esm5/lib/AreaSeriesDescription.js +3 -3
- package/esm5/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
- package/esm5/lib/AverageTrueRangeIndicatorDescription.js +3 -3
- package/esm5/lib/BarSeriesDescription.js +6 -6
- package/esm5/lib/BollingerBandWidthIndicatorDescription.js +5 -5
- package/esm5/lib/BollingerBandsOverlayDescription.js +5 -5
- package/esm5/lib/BrushCollectionUtil.js +1 -1
- package/esm5/lib/Brush_combined.js +1 -1
- package/esm5/lib/BubbleSeriesDescription.js +40 -40
- package/esm5/lib/CalloutLabelUpdatingEventArgsDescription.js +33 -9
- package/esm5/lib/CalloutLabelUpdatingEventArgsDescriptionMetadata.js +4 -0
- package/esm5/lib/CalloutLayerDescription.js +103 -103
- package/esm5/lib/CanvasViewRenderer.js +1 -1
- package/esm5/lib/CategoryChartDescription.js +114 -114
- package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm5/lib/CategoryItemHighlightLayerDescription.js +28 -28
- package/esm5/lib/CategorySeriesDescription.js +19 -19
- package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm5/lib/CategoryXAxisDescription.js +21 -9
- package/esm5/lib/CategoryXAxisDescriptionMetadata.js +1 -0
- package/esm5/lib/CategoryYAxisDescription.js +21 -9
- package/esm5/lib/CategoryYAxisDescriptionMetadata.js +1 -0
- package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm5/lib/ChartGroupDescriptionDescription.js +26 -0
- package/esm5/lib/ChartGroupDescriptionDescriptionMetadata.js +42 -0
- package/esm5/lib/ChartGroupDescriptionDescriptionModule.js +26 -0
- package/esm5/lib/ChartSortDescriptionDescription.js +58 -0
- package/esm5/lib/ChartSortDescriptionDescriptionMetadata.js +43 -0
- package/esm5/lib/ChartSortDescriptionDescriptionModule.js +24 -0
- package/esm5/lib/ChartSummaryDescriptionDescription.js +94 -0
- package/esm5/lib/ChartSummaryDescriptionDescriptionMetadata.js +48 -0
- package/esm5/lib/ChartSummaryDescriptionDescriptionModule.js +24 -0
- package/esm5/lib/CheckboxListDescription.js +40 -16
- package/esm5/lib/CheckboxListDescriptionMetadata.js +3 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +3 -3
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingRendererResult.js +54 -47
- package/esm5/lib/CodeGenerationFolderTemplate.js +41 -30
- package/esm5/lib/CodeGenerationTransformer.js +19 -19
- package/esm5/lib/ColorCollectionUtil.js +1 -1
- package/esm5/lib/ColorUtil.js +2 -2
- package/esm5/lib/ColumnFragmentDescription.js +6 -6
- package/esm5/lib/ColumnSeriesDescription.js +9 -9
- package/esm5/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
- package/esm5/lib/ComponentRenderer_combined.js +183 -174
- package/esm5/lib/CrosshairLayerDescription.js +77 -77
- package/esm5/lib/DataChartDescription.js +98 -98
- package/esm5/lib/DataGridDescription.js +746 -626
- package/esm5/lib/DataGridDescriptionMetadata_combined.js +11 -0
- package/esm5/lib/DataLegendValueMode.js +1 -1
- package/esm5/lib/DataSeriesAdapter.js +9 -1
- package/esm5/lib/DataSeriesAdapterCachedProvider.js +24 -0
- package/esm5/lib/DataSeriesAdapterCachedProviderType.js +11 -0
- package/esm5/lib/DataSourceLocalDataProvider.js +249 -163
- package/esm5/lib/DataToolTipLayerDescription.js +335 -335
- package/esm5/lib/DatePartDeltasDescription.js +104 -0
- package/esm5/lib/DatePartDeltasDescriptionMetadata.js +46 -0
- package/esm5/lib/DescriptionSerializer.js +2 -2
- package/esm5/lib/DescriptionTreeAction.js +10 -9
- package/esm5/lib/DescriptionTreeBuilder.js +4 -4
- package/esm5/lib/DescriptionTreeNode.js +64 -36
- package/esm5/lib/DescriptionTreeReconciler.js +156 -141
- package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/DivBridge.js +1 -1
- package/esm5/lib/DomainChartDescription.js +927 -699
- package/esm5/lib/DomainChartDescriptionMetadata.js +19 -0
- package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/FilterExpressionVisitor.js +2 -2
- package/esm5/lib/FilterFactory_combined.js +2 -2
- package/esm5/lib/FinalValueLayerDescription.js +34 -34
- package/esm5/lib/FinancialChartDescription.js +168 -168
- package/esm5/lib/FinancialIndicatorDescription.js +19 -19
- package/esm5/lib/FinancialOverlayDescription.js +3 -3
- package/esm5/lib/FinancialPriceSeriesDescription.js +40 -40
- package/esm5/lib/FinancialSeriesDescription.js +38 -38
- package/esm5/lib/FlatDataProvider.js +7 -0
- package/esm5/lib/FlatDataProviderTargetDataSourceNotifier.js +7 -0
- package/esm5/lib/FlatDataProvider_combined.js +484 -0
- package/esm5/lib/Flattener.js +5 -5
- package/esm5/lib/ForceIndexIndicatorDescription.js +3 -3
- package/esm5/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
- package/esm5/lib/GeographicContourLineSeriesDescription.js +14 -14
- package/esm5/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
- package/esm5/lib/GeographicMapImageryDescription_combined.js +42 -42
- package/esm5/lib/GeographicMapSeriesHostDescription.js +6 -6
- package/esm5/lib/GeographicMarkerSeriesDescription.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesDescription.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
- package/esm5/lib/GeographicScatterAreaSeriesDescription.js +12 -12
- package/esm5/lib/GeographicShapeSeriesBaseDescription.js +28 -28
- package/esm5/lib/GeographicShapeSeriesDescription.js +42 -42
- package/esm5/lib/GeographicSymbolSeriesDescription.js +25 -25
- package/esm5/lib/GeographicTileSeriesDescription.js +5 -5
- package/esm5/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
- package/esm5/lib/GridBridge.js +44 -50
- package/esm5/lib/HighDensityScatterSeriesDescription.js +47 -47
- package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/ICommandAvailabilityListener.js +11 -0
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +282 -92
- package/esm5/lib/IDataSourceDataProvider_combined.js +28 -7
- package/esm5/lib/INativeUIAbsolutePanelBridge.js +12 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +92 -49
- package/esm5/lib/IToolbarTarget.js +11 -0
- package/esm5/lib/IgcButtonBridge.js +1 -1
- package/esm5/lib/IgcIconButtonBridge.js +74 -0
- package/esm5/lib/ItemLegendDescription.js +27 -3
- package/esm5/lib/ItemLegendDescriptionMetadata.js +2 -0
- package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm5/lib/LineSeriesDescription.js +3 -3
- package/esm5/lib/ListPanelContentRefreshedEventArgsDescription.js +31 -0
- package/esm5/lib/ListPanelContentRefreshedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/ListPanelDescription.js +224 -0
- package/esm5/lib/ListPanelDescriptionMetadata.js +65 -0
- package/esm5/lib/ListPanelDescriptionModule.js +24 -0
- package/esm5/lib/ListPanelItemModelDescription.js +80 -0
- package/esm5/lib/ListPanelItemModelDescriptionMetadata.js +44 -0
- package/esm5/lib/ListPanelTemplateHeightRequestedEventArgsDescription.js +68 -0
- package/esm5/lib/ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata.js +43 -0
- package/esm5/lib/ListPanelTemplateItemUpdatingEventArgsDescription.js +56 -0
- package/esm5/lib/ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/ListPanelTemplateWidthRequestedEventArgsDescription.js +68 -0
- package/esm5/lib/ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata.js +43 -0
- package/esm5/lib/LocalDataSource_combined.js +3 -3
- package/esm5/lib/MarkerSeriesDescription.js +25 -25
- package/esm5/lib/MathUtil.js +20 -17
- package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
- package/esm5/lib/NativeUIAbsolutePanel.js +43 -0
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +12 -12
- package/esm5/lib/NativeUICheckbox.js +12 -12
- package/esm5/lib/NativeUIComponentBuiltInType.js +1 -1
- package/esm5/lib/NativeUIContainer.js +11 -11
- package/esm5/lib/NativeUIContent.js +4 -4
- package/esm5/lib/NativeUIDropDown.js +14 -14
- package/esm5/lib/NativeUIElementBridge.js +11 -0
- package/esm5/lib/NativeUIGrid.js +25 -25
- package/esm5/lib/NativeUIIconButton.js +46 -0
- package/esm5/lib/NativeUIInput.js +15 -15
- package/esm5/lib/NativeUIInputsFactory.js +56 -26
- package/esm5/lib/NativeUILabel.js +4 -4
- package/esm5/lib/NativeUISlider.js +24 -24
- package/esm5/lib/Numeric.js +1 -1
- package/esm5/lib/ODataDataSourceFilterExpressionVisitor.js +2 -2
- package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm5/lib/PagedDataSource.js +1 -1
- package/esm5/lib/PanelBridge.js +44 -0
- package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +6 -0
- package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarBaseDescription.js +66 -66
- package/esm5/lib/PolarLineSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm5/lib/PriceChannelOverlayDescription.js +3 -3
- package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm5/lib/RadialBaseDescription.js +19 -19
- package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm5/lib/RadialLineSeriesDescription.js +3 -3
- package/esm5/lib/RadialPieSeriesDescription.js +6 -6
- package/esm5/lib/RangeCategorySeriesDescription.js +6 -6
- package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm5/lib/RectUtil.js +1 -1
- package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm5/lib/ScatterAreaSeriesDescription.js +14 -14
- package/esm5/lib/ScatterBaseDescription.js +61 -61
- package/esm5/lib/ScatterContourSeriesDescription.js +16 -16
- package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterPolygonSeriesDescription.js +32 -32
- package/esm5/lib/ScatterPolylineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterTriangulationSeriesDescription.js +35 -35
- package/esm5/lib/ScrollbarStyle.js +18 -0
- package/esm5/lib/ScrollerView_combined.js +16 -6
- package/esm5/lib/SeriesDescription.js +162 -150
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/SeriesViewerDescription.js +385 -313
- package/esm5/lib/ShapeSeriesBaseDescription.js +36 -36
- package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/SmartPlacer.js +1 -1
- package/esm5/lib/SortDescription.js +25 -10
- package/esm5/lib/SortGroupParser.js +89 -0
- package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm5/lib/StackedBarSeriesDescription.js +6 -6
- package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
- package/esm5/lib/StandardDeviationIndicatorDescription.js +3 -3
- package/esm5/lib/StochRSIIndicatorDescription.js +3 -3
- package/esm5/lib/SummaryParser.js +100 -0
- package/esm5/lib/SummaryResultDescription.js +24 -0
- package/esm5/lib/SummaryResultDescriptionMetadata.js +2 -0
- package/esm5/lib/SvgIconCollection.js +33 -0
- package/esm5/lib/SvgIconRegistry.js +57 -0
- package/esm5/lib/SyncableObservableCollection$2_combined.js +42 -27
- package/esm5/lib/TRIXIndicatorDescription.js +3 -3
- package/esm5/lib/TileSeriesDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxDescription.js +24 -0
- package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolActionCheckboxDescriptionModule.js +26 -0
- package/esm5/lib/ToolActionCheckboxInfo.js +24 -0
- package/esm5/lib/ToolActionDescription.js +200 -0
- package/esm5/lib/ToolActionDescriptionMetadata.js +7 -0
- package/esm5/lib/ToolActionDescriptionMetadata_combined.js +132 -0
- package/esm5/lib/ToolActionDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionEventDetailDescription.js +116 -0
- package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +7 -0
- package/esm5/lib/ToolActionGroupHeaderDescription.js +24 -0
- package/esm5/lib/ToolActionGroupHeaderDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolActionGroupHeaderDescriptionModule.js +26 -0
- package/esm5/lib/ToolActionGroupHeaderInfo.js +24 -0
- package/esm5/lib/ToolActionIconButtonDescription.js +24 -0
- package/esm5/lib/ToolActionIconButtonDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolActionIconButtonDescriptionModule.js +26 -0
- package/esm5/lib/ToolActionIconButtonInfo.js +24 -0
- package/esm5/lib/ToolActionIconMenuDescription.js +24 -0
- package/esm5/lib/ToolActionIconMenuDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolActionIconMenuDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionIconMenuInfo.js +24 -0
- package/esm5/lib/ToolActionInfo.js +164 -0
- package/esm5/lib/ToolActionMenuActionDescription.js +37 -0
- package/esm5/lib/ToolActionMenuActionDescriptionMetadata.js +41 -0
- package/esm5/lib/ToolActionMenuActionInfo.js +33 -0
- package/esm5/lib/ToolActionNumberInputDescription.js +24 -0
- package/esm5/lib/ToolActionNumberInputDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolActionNumberInputDescriptionModule.js +26 -0
- package/esm5/lib/ToolActionNumberInputInfo.js +24 -0
- package/esm5/lib/ToolActionPerformedEventArgsDescription.js +68 -0
- package/esm5/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/ToolActionSeparatorDescription.js +24 -0
- package/esm5/lib/ToolActionSeparatorDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolActionSeparatorDescriptionModule.js +26 -0
- package/esm5/lib/ToolActionSeparatorInfo.js +24 -0
- package/esm5/lib/ToolActionType.js +24 -0
- package/esm5/lib/ToolCommand.js +44 -0
- package/esm5/lib/ToolCommandArgument.js +43 -0
- package/esm5/lib/ToolCommandArgumentCollection.js +22 -0
- package/esm5/lib/ToolCommandArgumentDescription.js +58 -0
- package/esm5/lib/ToolCommandArgumentDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolCommandDescription.js +58 -0
- package/esm5/lib/ToolCommandDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolCommandEventArgsDescription.js +44 -0
- package/esm5/lib/ToolCommandEventArgsDescriptionMetadata.js +43 -0
- package/esm5/lib/ToolPanelContentRefreshedEventArgsDescription.js +31 -0
- package/esm5/lib/ToolPanelContentRefreshedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/ToolPanelDescription.js +152 -0
- package/esm5/lib/ToolPanelDescriptionMetadata.js +55 -0
- package/esm5/lib/ToolPanelDescriptionModule.js +36 -0
- package/esm5/lib/ToolbarDescription.js +164 -0
- package/esm5/lib/ToolbarDescriptionMetadata.js +52 -0
- package/esm5/lib/ToolbarDescriptionModule.js +26 -0
- package/esm5/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm5/lib/ValueOverlayDescription.js +37 -37
- package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/WaterfallSeriesDescription.js +12 -12
- package/esm5/lib/WebAccordionDescription.js +44 -0
- package/esm5/lib/WebAccordionDescriptionMetadata.js +42 -0
- package/esm5/lib/WebAccordionDescriptionModule.js +24 -0
- package/esm5/lib/WebActivePaneEventArgsDescription.js +14 -2
- package/esm5/lib/WebActivePaneEventArgsDescriptionMetadata.js +4 -2
- package/esm5/lib/WebDateTimeInputDescription.js +133 -0
- package/esm5/lib/WebDateTimeInputDescriptionMetadata.js +56 -0
- package/esm5/lib/WebDateTimeInputDescriptionModule.js +26 -0
- package/esm5/lib/WebDragServiceDescription.js +31 -0
- package/esm5/lib/WebDragServiceDescriptionMetadata.js +41 -0
- package/esm5/lib/WebDragServiceDescriptionModule.js +24 -0
- package/esm5/lib/WebDropdownDescriptionModule.js +4 -0
- package/esm5/lib/WebDropdownGroupDescription.js +1 -14
- package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -2
- package/esm5/lib/WebDropdownGroupDescriptionModule.js +0 -2
- package/esm5/lib/WebFloatingPaneResizeEventArgsDescription.js +14 -2
- package/esm5/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +5 -2
- package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDescription.js +63 -10
- package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +10 -2
- package/esm5/lib/WebInputDescription.js +14 -26
- package/esm5/lib/WebInputDescriptionMetadata.js +0 -2
- package/esm5/lib/WebMaskInputBaseDescription.js +49 -0
- package/esm5/lib/WebMaskInputBaseDescriptionMetadata.js +43 -0
- package/esm5/lib/WebMaskInputBaseDescriptionModule.js +26 -0
- package/esm5/lib/WebMaskInputDescription.js +4 -40
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +2 -6
- package/esm5/lib/WebMaskInputDescriptionModule.js +2 -2
- package/esm5/lib/WebPaneCloseEventArgsDescription.js +14 -2
- package/esm5/lib/WebPaneCloseEventArgsDescriptionMetadata.js +4 -2
- package/esm5/lib/WebPaneDragEndEventArgsDescription.js +14 -2
- package/esm5/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +4 -2
- package/esm5/lib/WebPaneDragOverEventArgsDescription.js +38 -2
- package/esm5/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +8 -2
- package/esm5/lib/WebPaneDragStartEventArgsDescription.js +14 -2
- package/esm5/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +4 -2
- package/esm5/lib/WebPaneHeaderConnectionEventArgsDescription.js +14 -2
- package/esm5/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
- package/esm5/lib/WebPaneHeaderElementDescription.js +14 -1
- package/esm5/lib/WebPaneHeaderElementDescriptionMetadata.js +3 -0
- package/esm5/lib/WebPaneHeaderElementDescriptionModule.js +24 -0
- package/esm5/lib/WebPanePinnedEventArgsDescription.js +38 -2
- package/esm5/lib/WebPanePinnedEventArgsDescriptionMetadata.js +7 -2
- package/esm5/lib/WebRatingDescription.js +37 -37
- package/esm5/lib/WebRatingDescriptionMetadata.js +1 -1
- package/esm5/lib/WebTabComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebTabComponentEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTabDescription.js +68 -0
- package/esm5/lib/WebTabDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTabDescriptionModule.js +24 -0
- package/esm5/lib/WebTabHeaderConnectionEventArgsDescription.js +14 -2
- package/esm5/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
- package/esm5/lib/WebTabHeaderElementDescription.js +14 -1
- package/esm5/lib/WebTabHeaderElementDescriptionMetadata.js +3 -0
- package/esm5/lib/WebTabHeaderElementDescriptionModule.js +24 -0
- package/esm5/lib/WebTabPanelDescription.js +31 -0
- package/esm5/lib/WebTabPanelDescriptionMetadata.js +41 -0
- package/esm5/lib/WebTabPanelDescriptionModule.js +24 -0
- package/esm5/lib/WebTabsDescription.js +68 -0
- package/esm5/lib/WebTabsDescriptionMetadata.js +48 -0
- package/esm5/lib/WebTabsDescriptionModule.js +28 -0
- package/esm5/lib/WebTreeDescriptionMetadata.js +1 -1
- package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm5/lib/XYChartDescription.js +228 -228
- package/esm5/lib/XamMultiScaleImageView_combined.js +2 -2
- package/esm5/lib/componentUtil.js +6 -2
- package/esm5/lib/igx-filter-expression-collection.js +14 -0
- package/esm5/lib/igx-tool-command-argument-collection.js +42 -0
- package/esm5/lib/type.js +1 -1
- package/esm5/public_api.js +134 -10
- package/fesm2015/igniteui-angular-core.js +79005 -72324
- package/fesm5/igniteui-angular-core.js +25217 -17196
- package/lib/AbsolutePanelBridge.d.ts +26 -0
- package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/AggregatedDataProvider.d.ts +1 -0
- package/lib/AggregatedDataProviderLayerInfo.d.ts +28 -0
- package/lib/AggregatedDataProviderLayerMap.d.ts +16 -0
- package/lib/AggregatedDataProviderTargetDataSourceNotifier.d.ts +1 -0
- package/lib/AggregatedDataProviderTopLayer.d.ts +38 -0
- package/lib/AggregatedDataProvider_combined.d.ts +116 -0
- package/lib/AnchoredCategorySeriesDescription.d.ts +10 -10
- package/lib/AnchoredRadialSeriesDescription.d.ts +9 -9
- package/lib/AnnotationLayerDescription.d.ts +5 -5
- package/lib/AreaSeriesDescription.d.ts +1 -1
- package/lib/AverageDirectionalIndexIndicatorDescription.d.ts +1 -1
- package/lib/AverageTrueRangeIndicatorDescription.d.ts +1 -1
- package/lib/BarSeriesDescription.d.ts +2 -2
- package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
- package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
- package/lib/BubbleSeriesDescription.d.ts +14 -14
- package/lib/CalloutLabelUpdatingEventArgsDescription.d.ts +11 -4
- package/lib/CalloutLayerDescription.d.ts +37 -37
- package/lib/CategoryChartDescription.d.ts +38 -38
- package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
- package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
- package/lib/CategorySeriesDescription.d.ts +7 -7
- package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
- package/lib/CategoryXAxisDescription.d.ts +6 -3
- package/lib/CategoryYAxisDescription.d.ts +6 -3
- package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
- package/lib/ChartGroupDescriptionDescription.d.ts +12 -0
- package/lib/ChartGroupDescriptionDescriptionMetadata.d.ts +13 -0
- package/lib/ChartGroupDescriptionDescriptionModule.d.ts +9 -0
- package/lib/ChartSortDescriptionDescription.d.ts +19 -0
- package/lib/ChartSortDescriptionDescriptionMetadata.d.ts +13 -0
- package/lib/ChartSortDescriptionDescriptionModule.d.ts +9 -0
- package/lib/ChartSummaryDescriptionDescription.d.ts +28 -0
- package/lib/ChartSummaryDescriptionDescriptionMetadata.d.ts +13 -0
- package/lib/ChartSummaryDescriptionDescriptionModule.d.ts +9 -0
- package/lib/CheckboxListDescription.d.ts +11 -5
- package/lib/CodeGeneratingRendererResult.d.ts +14 -13
- package/lib/CodeGenerationFolderTemplate.d.ts +5 -5
- package/lib/ColumnFragmentDescription.d.ts +2 -2
- package/lib/ColumnSeriesDescription.d.ts +3 -3
- package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
- package/lib/CrosshairLayerDescription.d.ts +29 -29
- package/lib/DataChartDescription.d.ts +33 -33
- package/lib/DataGridDescription.d.ts +246 -216
- package/lib/DataLegendValueMode.d.ts +1 -1
- package/lib/DataSeriesAdapter.d.ts +2 -0
- package/lib/DataSeriesAdapterCachedProvider.d.ts +12 -0
- package/lib/DataSeriesAdapterCachedProviderType.d.ts +13 -0
- package/lib/DataSourceLocalDataProvider.d.ts +36 -30
- package/lib/DataToolTipLayerDescription.d.ts +128 -128
- package/lib/DatePartDeltasDescription.d.ts +29 -0
- package/lib/DatePartDeltasDescriptionMetadata.d.ts +13 -0
- package/lib/DescriptionTreeAction.d.ts +6 -5
- package/lib/DescriptionTreeNode.d.ts +13 -12
- package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/DomainChartDescription.d.ts +301 -240
- package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/FinalValueLayerDescription.d.ts +13 -13
- package/lib/FinancialChartDescription.d.ts +56 -56
- package/lib/FinancialIndicatorDescription.d.ts +7 -7
- package/lib/FinancialOverlayDescription.d.ts +1 -1
- package/lib/FinancialPriceSeriesDescription.d.ts +15 -15
- package/lib/FinancialSeriesDescription.d.ts +14 -14
- package/lib/FlatDataProvider.d.ts +1 -0
- package/lib/FlatDataProviderTargetDataSourceNotifier.d.ts +1 -0
- package/lib/FlatDataProvider_combined.d.ts +108 -0
- package/lib/ForceIndexIndicatorDescription.d.ts +1 -1
- package/lib/FullStochasticOscillatorIndicatorDescription.d.ts +3 -3
- package/lib/GeographicContourLineSeriesDescription.d.ts +5 -5
- package/lib/GeographicHighDensityScatterSeriesDescription.d.ts +11 -11
- package/lib/GeographicMapImageryDescription_combined.d.ts +14 -14
- package/lib/GeographicMapSeriesHostDescription.d.ts +2 -2
- package/lib/GeographicMarkerSeriesDescription.d.ts +11 -11
- package/lib/GeographicPolylineSeriesDescription.d.ts +6 -6
- package/lib/GeographicProportionalSymbolSeriesDescription.d.ts +18 -18
- package/lib/GeographicScatterAreaSeriesDescription.d.ts +4 -4
- package/lib/GeographicShapeSeriesBaseDescription.d.ts +10 -10
- package/lib/GeographicShapeSeriesDescription.d.ts +17 -17
- package/lib/GeographicSymbolSeriesDescription.d.ts +9 -9
- package/lib/GeographicTileSeriesDescription.d.ts +2 -2
- package/lib/GeographicXYTriangulatingSeriesDescription.d.ts +6 -6
- package/lib/GridBridge.d.ts +12 -13
- package/lib/HighDensityScatterSeriesDescription.d.ts +17 -17
- package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
- package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/ICommandAvailabilityListener.d.ts +10 -0
- package/lib/IDataSeriesAdapterRule_combined.d.ts +47 -28
- package/lib/IDataSourceDataProvider_combined.d.ts +9 -4
- package/lib/IExternalDataSeriesAdapter.d.ts +2 -0
- package/lib/INativeUIAbsolutePanelBridge.d.ts +16 -0
- package/lib/INativeUIElementBridge_combined.d.ts +38 -29
- package/lib/IScrollerView.d.ts +1 -0
- package/lib/IToolbarTarget.d.ts +17 -0
- package/lib/IgcIconButtonBridge.d.ts +14 -0
- package/lib/ItemLegendDescription.d.ts +7 -1
- package/lib/ItemToolTipLayerDescription.d.ts +4 -4
- package/lib/LineSeriesDescription.d.ts +1 -1
- package/lib/ListPanelContentRefreshedEventArgsDescription.d.ts +11 -0
- package/lib/ListPanelContentRefreshedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ListPanelDescription.d.ts +60 -0
- package/lib/ListPanelDescriptionMetadata.d.ts +13 -0
- package/lib/ListPanelDescriptionModule.d.ts +9 -0
- package/lib/ListPanelItemModelDescription.d.ts +23 -0
- package/lib/ListPanelItemModelDescriptionMetadata.d.ts +13 -0
- package/lib/ListPanelTemplateHeightRequestedEventArgsDescription.d.ts +20 -0
- package/lib/ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ListPanelTemplateItemUpdatingEventArgsDescription.d.ts +18 -0
- package/lib/ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ListPanelTemplateWidthRequestedEventArgsDescription.d.ts +20 -0
- package/lib/ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/MarkerSeriesDescription.d.ts +10 -10
- package/lib/MathUtil.d.ts +17 -16
- package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
- package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
- package/lib/NativeUIAbsolutePanel.d.ts +17 -0
- package/lib/NativeUIBuiltInProperties.d.ts +3 -1
- package/lib/NativeUIButton.d.ts +7 -7
- package/lib/NativeUICheckbox.d.ts +7 -7
- package/lib/NativeUIComponentBuiltInType.d.ts +3 -1
- package/lib/NativeUIContainer.d.ts +6 -6
- package/lib/NativeUIContent.d.ts +3 -3
- package/lib/NativeUIDropDown.d.ts +9 -9
- package/lib/NativeUIElementBridge.d.ts +5 -0
- package/lib/NativeUIGrid.d.ts +13 -13
- package/lib/NativeUIIconButton.d.ts +14 -0
- package/lib/NativeUIInput.d.ts +10 -10
- package/lib/NativeUIInputsFactory.d.ts +8 -6
- package/lib/NativeUILabel.d.ts +4 -4
- package/lib/NativeUISlider.d.ts +14 -14
- package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
- package/lib/PanelBridge.d.ts +16 -0
- package/lib/PercentagePriceOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/PercentageVolumeOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/PolarAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarBaseDescription.d.ts +24 -24
- package/lib/PolarLineSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineSeriesDescription.d.ts +1 -1
- package/lib/PriceChannelOverlayDescription.d.ts +1 -1
- package/lib/RadialAreaSeriesDescription.d.ts +1 -1
- package/lib/RadialBaseDescription.d.ts +7 -7
- package/lib/RadialColumnSeriesDescription.d.ts +2 -2
- package/lib/RadialLineSeriesDescription.d.ts +1 -1
- package/lib/RadialPieSeriesDescription.d.ts +2 -2
- package/lib/RangeCategorySeriesDescription.d.ts +2 -2
- package/lib/RangeColumnSeriesDescription.d.ts +2 -2
- package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
- package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
- package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
- package/lib/ScatterBaseDescription.d.ts +23 -23
- package/lib/ScatterContourSeriesDescription.d.ts +6 -6
- package/lib/ScatterLineSeriesDescription.d.ts +1 -1
- package/lib/ScatterPolygonSeriesDescription.d.ts +12 -12
- package/lib/ScatterPolylineSeriesDescription.d.ts +1 -1
- package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
- package/lib/ScatterTriangulationSeriesDescription.d.ts +13 -13
- package/lib/ScrollbarStyle.d.ts +11 -2
- package/lib/ScrollerView_combined.d.ts +2 -1
- package/lib/SeriesDescription.d.ts +56 -53
- package/lib/SeriesViewerDescription.d.ts +127 -109
- package/lib/ShapeSeriesBaseDescription.d.ts +13 -13
- package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/SortDescription.d.ts +6 -3
- package/lib/SortGroupParser.d.ts +10 -0
- package/lib/SplineSeriesBaseDescription.d.ts +2 -2
- package/lib/StackedBarSeriesDescription.d.ts +2 -2
- package/lib/StackedColumnSeriesDescription.d.ts +2 -2
- package/lib/StackedSeriesBaseDescription.d.ts +4 -4
- package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/StackedSplineSeriesDescription.d.ts +1 -1
- package/lib/StandardDeviationIndicatorDescription.d.ts +1 -1
- package/lib/StochRSIIndicatorDescription.d.ts +1 -1
- package/lib/SummaryParser.d.ts +9 -0
- package/lib/SummaryResultDescription.d.ts +6 -0
- package/lib/SvgIconCollection.d.ts +11 -0
- package/lib/SvgIconRegistry.d.ts +12 -0
- package/lib/SyncableObservableCollection$2_combined.d.ts +11 -8
- package/lib/TRIXIndicatorDescription.d.ts +1 -1
- package/lib/TileSeriesDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxDescription.d.ts +10 -0
- package/lib/ToolActionCheckboxDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionCheckboxDescriptionModule.d.ts +9 -0
- package/lib/ToolActionCheckboxInfo.d.ts +10 -0
- package/lib/ToolActionDescription.d.ts +53 -0
- package/lib/ToolActionDescriptionMetadata.d.ts +1 -0
- package/lib/ToolActionDescriptionMetadata_combined.d.ts +33 -0
- package/lib/ToolActionDescriptionModule.d.ts +9 -0
- package/lib/ToolActionEventDetailDescription.d.ts +33 -0
- package/lib/ToolActionEventDetailDescriptionMetadata.d.ts +1 -0
- package/lib/ToolActionGroupHeaderDescription.d.ts +10 -0
- package/lib/ToolActionGroupHeaderDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionGroupHeaderDescriptionModule.d.ts +9 -0
- package/lib/ToolActionGroupHeaderInfo.d.ts +10 -0
- package/lib/ToolActionIconButtonDescription.d.ts +10 -0
- package/lib/ToolActionIconButtonDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionIconButtonDescriptionModule.d.ts +9 -0
- package/lib/ToolActionIconButtonInfo.d.ts +10 -0
- package/lib/ToolActionIconMenuDescription.d.ts +10 -0
- package/lib/ToolActionIconMenuDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionIconMenuDescriptionModule.d.ts +9 -0
- package/lib/ToolActionIconMenuInfo.d.ts +10 -0
- package/lib/ToolActionInfo.d.ts +47 -0
- package/lib/ToolActionMenuActionDescription.d.ts +13 -0
- package/lib/ToolActionMenuActionDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionMenuActionInfo.d.ts +11 -0
- package/lib/ToolActionNumberInputDescription.d.ts +10 -0
- package/lib/ToolActionNumberInputDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionNumberInputDescriptionModule.d.ts +9 -0
- package/lib/ToolActionNumberInputInfo.d.ts +10 -0
- package/lib/ToolActionPerformedEventArgsDescription.d.ts +21 -0
- package/lib/ToolActionPerformedEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/ToolActionSeparatorDescription.d.ts +10 -0
- package/lib/ToolActionSeparatorDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionSeparatorDescriptionModule.d.ts +9 -0
- package/lib/ToolActionSeparatorInfo.d.ts +10 -0
- package/lib/ToolActionType.d.ts +17 -0
- package/lib/ToolCommand.d.ts +15 -0
- package/lib/ToolCommandArgument.d.ts +13 -0
- package/lib/ToolCommandArgumentCollection.d.ts +10 -0
- package/lib/ToolCommandArgumentDescription.d.ts +19 -0
- package/lib/ToolCommandArgumentDescriptionMetadata.d.ts +13 -0
- package/lib/ToolCommandDescription.d.ts +20 -0
- package/lib/ToolCommandDescriptionMetadata.d.ts +13 -0
- package/lib/ToolCommandEventArgsDescription.d.ts +15 -0
- package/lib/ToolCommandEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ToolPanelContentRefreshedEventArgsDescription.d.ts +11 -0
- package/lib/ToolPanelContentRefreshedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ToolPanelDescription.d.ts +42 -0
- package/lib/ToolPanelDescriptionMetadata.d.ts +13 -0
- package/lib/ToolPanelDescriptionModule.d.ts +9 -0
- package/lib/ToolbarDescription.d.ts +45 -0
- package/lib/ToolbarDescriptionMetadata.d.ts +13 -0
- package/lib/ToolbarDescriptionModule.d.ts +9 -0
- package/lib/ValueOverlayDescription.d.ts +14 -14
- package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/WaterfallSeriesDescription.d.ts +4 -4
- package/lib/WebAccordionDescription.d.ts +14 -0
- package/lib/WebAccordionDescriptionMetadata.d.ts +13 -0
- package/lib/WebAccordionDescriptionModule.d.ts +9 -0
- package/lib/WebActivePaneEventArgsDescription.d.ts +6 -2
- package/lib/WebDateTimeInputDescription.d.ts +38 -0
- package/lib/WebDateTimeInputDescriptionMetadata.d.ts +13 -0
- package/lib/WebDateTimeInputDescriptionModule.d.ts +9 -0
- package/lib/WebDragServiceDescription.d.ts +11 -0
- package/lib/WebDragServiceDescriptionMetadata.d.ts +13 -0
- package/lib/WebDragServiceDescriptionModule.d.ts +9 -0
- package/lib/WebDropdownGroupDescription.d.ts +0 -3
- package/lib/WebFloatingPaneResizeEventArgsDescription.d.ts +6 -2
- package/lib/WebFloatingPaneResizeMoveEventArgsDescription.d.ts +21 -6
- package/lib/WebInputDescription.d.ts +5 -8
- package/lib/WebMaskInputBaseDescription.d.ts +16 -0
- package/lib/WebMaskInputBaseDescriptionMetadata.d.ts +13 -0
- package/lib/WebMaskInputBaseDescriptionModule.d.ts +9 -0
- package/lib/WebMaskInputDescription.d.ts +3 -12
- package/lib/WebPaneCloseEventArgsDescription.d.ts +7 -2
- package/lib/WebPaneDragEndEventArgsDescription.d.ts +7 -2
- package/lib/WebPaneDragOverEventArgsDescription.d.ts +14 -2
- package/lib/WebPaneDragStartEventArgsDescription.d.ts +7 -2
- package/lib/WebPaneHeaderConnectionEventArgsDescription.d.ts +7 -2
- package/lib/WebPaneHeaderElementDescription.d.ts +4 -0
- package/lib/WebPaneHeaderElementDescriptionModule.d.ts +9 -0
- package/lib/WebPanePinnedEventArgsDescription.d.ts +12 -2
- package/lib/WebRatingDescription.d.ts +11 -11
- package/lib/WebTabComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebTabComponentEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebTabDescription.d.ts +20 -0
- package/lib/WebTabDescriptionMetadata.d.ts +13 -0
- package/lib/WebTabDescriptionModule.d.ts +9 -0
- package/lib/WebTabHeaderConnectionEventArgsDescription.d.ts +7 -2
- package/lib/WebTabHeaderElementDescription.d.ts +4 -0
- package/lib/WebTabHeaderElementDescriptionModule.d.ts +9 -0
- package/lib/WebTabPanelDescription.d.ts +11 -0
- package/lib/WebTabPanelDescriptionMetadata.d.ts +13 -0
- package/lib/WebTabPanelDescriptionModule.d.ts +9 -0
- package/lib/WebTabsDescription.d.ts +20 -0
- package/lib/WebTabsDescriptionMetadata.d.ts +13 -0
- package/lib/WebTabsDescriptionModule.d.ts +9 -0
- package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
- package/lib/XYChartDescription.d.ts +76 -76
- package/lib/igx-filter-expression-collection.d.ts +6 -0
- package/lib/igx-tool-command-argument-collection.d.ts +7 -0
- package/package.json +1 -1
- package/public_api.d.ts +134 -10
|
@@ -19,127 +19,133 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
19
19
|
_this.i = null;
|
|
20
20
|
_this.g = null;
|
|
21
21
|
_this.h = null;
|
|
22
|
-
_this.
|
|
22
|
+
_this.d4 = null;
|
|
23
23
|
_this.p = null;
|
|
24
|
-
_this.
|
|
24
|
+
_this.d3 = null;
|
|
25
25
|
_this.z = false;
|
|
26
26
|
_this.ae = false;
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
27
|
+
_this.ah = false;
|
|
28
|
+
_this.du = null;
|
|
29
|
+
_this.dx = null;
|
|
30
|
+
_this.e3 = null;
|
|
31
|
+
_this.dz = null;
|
|
32
|
+
_this.e5 = null;
|
|
33
|
+
_this.dw = null;
|
|
34
|
+
_this.dy = null;
|
|
35
|
+
_this.ba = 0;
|
|
36
|
+
_this.a9 = 0;
|
|
35
37
|
_this.a6 = 0;
|
|
36
|
-
_this.a5 = 0;
|
|
37
|
-
_this.a2 = 0;
|
|
38
|
-
_this.a3 = 0;
|
|
39
|
-
_this.a4 = 0;
|
|
40
|
-
_this.a8 = 0;
|
|
41
38
|
_this.a7 = 0;
|
|
39
|
+
_this.a8 = 0;
|
|
40
|
+
_this.bc = 0;
|
|
41
|
+
_this.bb = 0;
|
|
42
42
|
_this.aa = false;
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
45
|
-
_this.
|
|
46
|
-
_this.bq = 0;
|
|
47
|
-
_this.bo = 0;
|
|
43
|
+
_this.e2 = null;
|
|
44
|
+
_this.e4 = null;
|
|
45
|
+
_this.bv = 0;
|
|
48
46
|
_this.bu = 0;
|
|
49
|
-
_this.bp = 0;
|
|
50
|
-
_this.bt = 0;
|
|
51
47
|
_this.bs = 0;
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
48
|
+
_this.by = 0;
|
|
49
|
+
_this.bt = 0;
|
|
50
|
+
_this.bx = 0;
|
|
51
|
+
_this.bw = 0;
|
|
52
|
+
_this.ak = false;
|
|
53
|
+
_this.dt = null;
|
|
54
|
+
_this.d0 = null;
|
|
55
|
+
_this.d2 = null;
|
|
56
|
+
_this.d1 = null;
|
|
57
57
|
_this.s = null;
|
|
58
58
|
_this.u = null;
|
|
59
|
-
_this.
|
|
59
|
+
_this.aj = false;
|
|
60
60
|
_this.af = false;
|
|
61
|
-
_this.
|
|
62
|
-
_this.
|
|
63
|
-
_this.
|
|
61
|
+
_this.df = 0;
|
|
62
|
+
_this.dd = 0;
|
|
63
|
+
_this.de = 0;
|
|
64
64
|
_this.ac = false;
|
|
65
|
-
_this.
|
|
66
|
-
_this.
|
|
65
|
+
_this.dn = null;
|
|
66
|
+
_this.dj = null;
|
|
67
67
|
_this.ad = false;
|
|
68
|
-
_this.
|
|
69
|
-
_this.
|
|
70
|
-
_this.
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
73
|
-
_this.
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
77
|
-
_this.
|
|
78
|
-
_this.
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.bw = 0;
|
|
83
|
-
_this.da = null;
|
|
84
|
-
_this.em = null;
|
|
68
|
+
_this.e9 = null;
|
|
69
|
+
_this.b2 = 0;
|
|
70
|
+
_this.b1 = 0;
|
|
71
|
+
_this.a2 = 0;
|
|
72
|
+
_this.a1 = 0;
|
|
73
|
+
_this.b4 = 0;
|
|
74
|
+
_this.b3 = 0;
|
|
75
|
+
_this.et = null;
|
|
76
|
+
_this.dp = null;
|
|
77
|
+
_this.dv = null;
|
|
78
|
+
_this.e1 = null;
|
|
79
|
+
_this.fa = null;
|
|
80
|
+
_this.d6 = null;
|
|
81
|
+
_this.dq = null;
|
|
85
82
|
_this.ee = null;
|
|
86
|
-
_this.
|
|
87
|
-
_this.
|
|
88
|
-
_this.
|
|
89
|
-
_this.
|
|
83
|
+
_this.dr = null;
|
|
84
|
+
_this.d5 = null;
|
|
85
|
+
_this.t = null;
|
|
86
|
+
_this.bz = 0;
|
|
87
|
+
_this.b0 = 0;
|
|
88
|
+
_this.dm = null;
|
|
89
|
+
_this.ey = null;
|
|
90
|
+
_this.eq = null;
|
|
91
|
+
_this.e0 = null;
|
|
92
|
+
_this.es = null;
|
|
93
|
+
_this.ez = null;
|
|
94
|
+
_this.er = null;
|
|
95
|
+
_this.bq = 0;
|
|
96
|
+
_this.bo = 0;
|
|
97
|
+
_this.bp = 0;
|
|
90
98
|
_this.bm = 0;
|
|
91
|
-
_this.bk = 0;
|
|
92
99
|
_this.bl = 0;
|
|
93
|
-
_this.
|
|
100
|
+
_this.bj = 0;
|
|
101
|
+
_this.bk = 0;
|
|
94
102
|
_this.bh = 0;
|
|
95
|
-
_this.
|
|
103
|
+
_this.em = null;
|
|
104
|
+
_this.br = 0;
|
|
105
|
+
_this.be = 0;
|
|
96
106
|
_this.bg = 0;
|
|
97
|
-
_this.
|
|
98
|
-
_this.
|
|
99
|
-
_this.
|
|
100
|
-
_this.ba = 0;
|
|
101
|
-
_this.bc = 0;
|
|
102
|
-
_this.a1 = 0;
|
|
103
|
-
_this.a0 = 0;
|
|
104
|
-
_this.az = 0;
|
|
107
|
+
_this.a5 = 0;
|
|
108
|
+
_this.a4 = 0;
|
|
109
|
+
_this.a3 = 0;
|
|
105
110
|
_this.ab = false;
|
|
106
|
-
_this.
|
|
107
|
-
_this.
|
|
108
|
-
_this.aw = 0;
|
|
109
|
-
_this.av = 0;
|
|
110
|
-
_this.r = null;
|
|
111
|
-
_this.ax = 0;
|
|
111
|
+
_this.bf = 0;
|
|
112
|
+
_this.bd = 0;
|
|
112
113
|
_this.ay = 0;
|
|
113
|
-
_this.
|
|
114
|
-
_this.
|
|
115
|
-
_this.
|
|
116
|
-
_this.
|
|
117
|
-
_this.
|
|
118
|
-
_this.
|
|
119
|
-
_this.
|
|
120
|
-
_this.d6 = null;
|
|
114
|
+
_this.ax = 0;
|
|
115
|
+
_this.ag = false;
|
|
116
|
+
_this.r = null;
|
|
117
|
+
_this.az = 0;
|
|
118
|
+
_this.a0 = 0;
|
|
119
|
+
_this.ea = null;
|
|
120
|
+
_this.eb = null;
|
|
121
121
|
_this.d7 = null;
|
|
122
122
|
_this.d8 = null;
|
|
123
|
-
_this.d4 = null;
|
|
124
|
-
_this.d5 = null;
|
|
125
|
-
_this.ev = null;
|
|
126
|
-
_this.eu = null;
|
|
127
|
-
_this.ew = null;
|
|
128
123
|
_this.d9 = null;
|
|
129
|
-
_this.
|
|
130
|
-
_this.
|
|
131
|
-
_this.
|
|
132
|
-
_this.c9 = null;
|
|
124
|
+
_this.ec = null;
|
|
125
|
+
_this.ef = null;
|
|
126
|
+
_this.ei = null;
|
|
133
127
|
_this.ej = null;
|
|
134
|
-
_this.bj = 0;
|
|
135
|
-
_this.el = null;
|
|
136
128
|
_this.ek = null;
|
|
137
|
-
_this.
|
|
138
|
-
_this.
|
|
129
|
+
_this.eg = null;
|
|
130
|
+
_this.eh = null;
|
|
131
|
+
_this.e7 = null;
|
|
132
|
+
_this.e6 = null;
|
|
133
|
+
_this.e8 = null;
|
|
134
|
+
_this.el = null;
|
|
135
|
+
_this.dk = null;
|
|
136
|
+
_this.ds = null;
|
|
139
137
|
_this.ed = null;
|
|
140
|
-
_this.
|
|
141
|
-
_this.
|
|
142
|
-
_this.
|
|
138
|
+
_this.dl = null;
|
|
139
|
+
_this.ev = null;
|
|
140
|
+
_this.bn = 0;
|
|
141
|
+
_this.ex = null;
|
|
142
|
+
_this.ew = null;
|
|
143
|
+
_this.en = null;
|
|
144
|
+
_this.bi = 0;
|
|
145
|
+
_this.ep = null;
|
|
146
|
+
_this.eo = null;
|
|
147
|
+
_this.ai = false;
|
|
148
|
+
_this.eu = null;
|
|
143
149
|
return _this;
|
|
144
150
|
}
|
|
145
151
|
SeriesViewerDescription.prototype.get_type = function () {
|
|
@@ -209,10 +215,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
209
215
|
});
|
|
210
216
|
Object.defineProperty(SeriesViewerDescription.prototype, "markerAutomaticBehavior", {
|
|
211
217
|
get: function () {
|
|
212
|
-
return this.
|
|
218
|
+
return this.d4;
|
|
213
219
|
},
|
|
214
220
|
set: function (a) {
|
|
215
|
-
this.
|
|
221
|
+
this.d4 = a;
|
|
216
222
|
this.e("MarkerAutomaticBehavior");
|
|
217
223
|
},
|
|
218
224
|
enumerable: false,
|
|
@@ -231,10 +237,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
231
237
|
});
|
|
232
238
|
Object.defineProperty(SeriesViewerDescription.prototype, "legendRef", {
|
|
233
239
|
get: function () {
|
|
234
|
-
return this.
|
|
240
|
+
return this.d3;
|
|
235
241
|
},
|
|
236
242
|
set: function (a) {
|
|
237
|
-
this.
|
|
243
|
+
this.d3 = a;
|
|
238
244
|
this.e("LegendRef");
|
|
239
245
|
},
|
|
240
246
|
enumerable: false,
|
|
@@ -264,10 +270,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
264
270
|
});
|
|
265
271
|
Object.defineProperty(SeriesViewerDescription.prototype, "shouldSimulateHoverMoveCrosshairPoint", {
|
|
266
272
|
get: function () {
|
|
267
|
-
return this.
|
|
273
|
+
return this.ah;
|
|
268
274
|
},
|
|
269
275
|
set: function (a) {
|
|
270
|
-
this.
|
|
276
|
+
this.ah = a;
|
|
271
277
|
this.e("ShouldSimulateHoverMoveCrosshairPoint");
|
|
272
278
|
},
|
|
273
279
|
enumerable: false,
|
|
@@ -275,10 +281,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
275
281
|
});
|
|
276
282
|
Object.defineProperty(SeriesViewerDescription.prototype, "highlightingMode", {
|
|
277
283
|
get: function () {
|
|
278
|
-
return this.
|
|
284
|
+
return this.du;
|
|
279
285
|
},
|
|
280
286
|
set: function (a) {
|
|
281
|
-
this.
|
|
287
|
+
this.du = a;
|
|
282
288
|
this.e("HighlightingMode");
|
|
283
289
|
},
|
|
284
290
|
enumerable: false,
|
|
@@ -286,10 +292,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
286
292
|
});
|
|
287
293
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarMode", {
|
|
288
294
|
get: function () {
|
|
289
|
-
return this.
|
|
295
|
+
return this.dx;
|
|
290
296
|
},
|
|
291
297
|
set: function (a) {
|
|
292
|
-
this.
|
|
298
|
+
this.dx = a;
|
|
293
299
|
this.e("HorizontalViewScrollbarMode");
|
|
294
300
|
},
|
|
295
301
|
enumerable: false,
|
|
@@ -297,10 +303,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
297
303
|
});
|
|
298
304
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarMode", {
|
|
299
305
|
get: function () {
|
|
300
|
-
return this.
|
|
306
|
+
return this.e3;
|
|
301
307
|
},
|
|
302
308
|
set: function (a) {
|
|
303
|
-
this.
|
|
309
|
+
this.e3 = a;
|
|
304
310
|
this.e("VerticalViewScrollbarMode");
|
|
305
311
|
},
|
|
306
312
|
enumerable: false,
|
|
@@ -308,10 +314,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
308
314
|
});
|
|
309
315
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarPosition", {
|
|
310
316
|
get: function () {
|
|
311
|
-
return this.
|
|
317
|
+
return this.dz;
|
|
312
318
|
},
|
|
313
319
|
set: function (a) {
|
|
314
|
-
this.
|
|
320
|
+
this.dz = a;
|
|
315
321
|
this.e("HorizontalViewScrollbarPosition");
|
|
316
322
|
},
|
|
317
323
|
enumerable: false,
|
|
@@ -319,10 +325,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
319
325
|
});
|
|
320
326
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarPosition", {
|
|
321
327
|
get: function () {
|
|
322
|
-
return this.
|
|
328
|
+
return this.e5;
|
|
323
329
|
},
|
|
324
330
|
set: function (a) {
|
|
325
|
-
this.
|
|
331
|
+
this.e5 = a;
|
|
326
332
|
this.e("VerticalViewScrollbarPosition");
|
|
327
333
|
},
|
|
328
334
|
enumerable: false,
|
|
@@ -330,10 +336,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
330
336
|
});
|
|
331
337
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarFill", {
|
|
332
338
|
get: function () {
|
|
333
|
-
return this.
|
|
339
|
+
return this.dw;
|
|
334
340
|
},
|
|
335
341
|
set: function (a) {
|
|
336
|
-
this.
|
|
342
|
+
this.dw = a;
|
|
337
343
|
this.e("HorizontalViewScrollbarFill");
|
|
338
344
|
},
|
|
339
345
|
enumerable: false,
|
|
@@ -341,10 +347,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
341
347
|
});
|
|
342
348
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarOutline", {
|
|
343
349
|
get: function () {
|
|
344
|
-
return this.
|
|
350
|
+
return this.dy;
|
|
345
351
|
},
|
|
346
352
|
set: function (a) {
|
|
347
|
-
this.
|
|
353
|
+
this.dy = a;
|
|
348
354
|
this.e("HorizontalViewScrollbarOutline");
|
|
349
355
|
},
|
|
350
356
|
enumerable: false,
|
|
@@ -352,10 +358,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
352
358
|
});
|
|
353
359
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarStrokeThickness", {
|
|
354
360
|
get: function () {
|
|
355
|
-
return this.
|
|
361
|
+
return this.ba;
|
|
356
362
|
},
|
|
357
363
|
set: function (a) {
|
|
358
|
-
this.
|
|
364
|
+
this.ba = a;
|
|
359
365
|
this.e("HorizontalViewScrollbarStrokeThickness");
|
|
360
366
|
},
|
|
361
367
|
enumerable: false,
|
|
@@ -363,10 +369,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
363
369
|
});
|
|
364
370
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarMaxOpacity", {
|
|
365
371
|
get: function () {
|
|
366
|
-
return this.
|
|
372
|
+
return this.a9;
|
|
367
373
|
},
|
|
368
374
|
set: function (a) {
|
|
369
|
-
this.
|
|
375
|
+
this.a9 = a;
|
|
370
376
|
this.e("HorizontalViewScrollbarMaxOpacity");
|
|
371
377
|
},
|
|
372
378
|
enumerable: false,
|
|
@@ -374,10 +380,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
374
380
|
});
|
|
375
381
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarCornerRadius", {
|
|
376
382
|
get: function () {
|
|
377
|
-
return this.
|
|
383
|
+
return this.a6;
|
|
378
384
|
},
|
|
379
385
|
set: function (a) {
|
|
380
|
-
this.
|
|
386
|
+
this.a6 = a;
|
|
381
387
|
this.e("HorizontalViewScrollbarCornerRadius");
|
|
382
388
|
},
|
|
383
389
|
enumerable: false,
|
|
@@ -385,10 +391,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
385
391
|
});
|
|
386
392
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarHeight", {
|
|
387
393
|
get: function () {
|
|
388
|
-
return this.
|
|
394
|
+
return this.a7;
|
|
389
395
|
},
|
|
390
396
|
set: function (a) {
|
|
391
|
-
this.
|
|
397
|
+
this.a7 = a;
|
|
392
398
|
this.e("HorizontalViewScrollbarHeight");
|
|
393
399
|
},
|
|
394
400
|
enumerable: false,
|
|
@@ -396,10 +402,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
396
402
|
});
|
|
397
403
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarInset", {
|
|
398
404
|
get: function () {
|
|
399
|
-
return this.
|
|
405
|
+
return this.a8;
|
|
400
406
|
},
|
|
401
407
|
set: function (a) {
|
|
402
|
-
this.
|
|
408
|
+
this.a8 = a;
|
|
403
409
|
this.e("HorizontalViewScrollbarInset");
|
|
404
410
|
},
|
|
405
411
|
enumerable: false,
|
|
@@ -407,10 +413,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
407
413
|
});
|
|
408
414
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarTrackStartInset", {
|
|
409
415
|
get: function () {
|
|
410
|
-
return this.
|
|
416
|
+
return this.bc;
|
|
411
417
|
},
|
|
412
418
|
set: function (a) {
|
|
413
|
-
this.
|
|
419
|
+
this.bc = a;
|
|
414
420
|
this.e("HorizontalViewScrollbarTrackStartInset");
|
|
415
421
|
},
|
|
416
422
|
enumerable: false,
|
|
@@ -418,10 +424,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
418
424
|
});
|
|
419
425
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalViewScrollbarTrackEndInset", {
|
|
420
426
|
get: function () {
|
|
421
|
-
return this.
|
|
427
|
+
return this.bb;
|
|
422
428
|
},
|
|
423
429
|
set: function (a) {
|
|
424
|
-
this.
|
|
430
|
+
this.bb = a;
|
|
425
431
|
this.e("HorizontalViewScrollbarTrackEndInset");
|
|
426
432
|
},
|
|
427
433
|
enumerable: false,
|
|
@@ -440,10 +446,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
440
446
|
});
|
|
441
447
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarFill", {
|
|
442
448
|
get: function () {
|
|
443
|
-
return this.
|
|
449
|
+
return this.e2;
|
|
444
450
|
},
|
|
445
451
|
set: function (a) {
|
|
446
|
-
this.
|
|
452
|
+
this.e2 = a;
|
|
447
453
|
this.e("VerticalViewScrollbarFill");
|
|
448
454
|
},
|
|
449
455
|
enumerable: false,
|
|
@@ -451,10 +457,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
451
457
|
});
|
|
452
458
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarOutline", {
|
|
453
459
|
get: function () {
|
|
454
|
-
return this.
|
|
460
|
+
return this.e4;
|
|
455
461
|
},
|
|
456
462
|
set: function (a) {
|
|
457
|
-
this.
|
|
463
|
+
this.e4 = a;
|
|
458
464
|
this.e("VerticalViewScrollbarOutline");
|
|
459
465
|
},
|
|
460
466
|
enumerable: false,
|
|
@@ -462,10 +468,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
462
468
|
});
|
|
463
469
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarStrokeThickness", {
|
|
464
470
|
get: function () {
|
|
465
|
-
return this.
|
|
471
|
+
return this.bv;
|
|
466
472
|
},
|
|
467
473
|
set: function (a) {
|
|
468
|
-
this.
|
|
474
|
+
this.bv = a;
|
|
469
475
|
this.e("VerticalViewScrollbarStrokeThickness");
|
|
470
476
|
},
|
|
471
477
|
enumerable: false,
|
|
@@ -473,10 +479,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
473
479
|
});
|
|
474
480
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarMaxOpacity", {
|
|
475
481
|
get: function () {
|
|
476
|
-
return this.
|
|
482
|
+
return this.bu;
|
|
477
483
|
},
|
|
478
484
|
set: function (a) {
|
|
479
|
-
this.
|
|
485
|
+
this.bu = a;
|
|
480
486
|
this.e("VerticalViewScrollbarMaxOpacity");
|
|
481
487
|
},
|
|
482
488
|
enumerable: false,
|
|
@@ -484,10 +490,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
484
490
|
});
|
|
485
491
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarCornerRadius", {
|
|
486
492
|
get: function () {
|
|
487
|
-
return this.
|
|
493
|
+
return this.bs;
|
|
488
494
|
},
|
|
489
495
|
set: function (a) {
|
|
490
|
-
this.
|
|
496
|
+
this.bs = a;
|
|
491
497
|
this.e("VerticalViewScrollbarCornerRadius");
|
|
492
498
|
},
|
|
493
499
|
enumerable: false,
|
|
@@ -495,10 +501,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
495
501
|
});
|
|
496
502
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarWidth", {
|
|
497
503
|
get: function () {
|
|
498
|
-
return this.
|
|
504
|
+
return this.by;
|
|
499
505
|
},
|
|
500
506
|
set: function (a) {
|
|
501
|
-
this.
|
|
507
|
+
this.by = a;
|
|
502
508
|
this.e("VerticalViewScrollbarWidth");
|
|
503
509
|
},
|
|
504
510
|
enumerable: false,
|
|
@@ -506,10 +512,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
506
512
|
});
|
|
507
513
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarInset", {
|
|
508
514
|
get: function () {
|
|
509
|
-
return this.
|
|
515
|
+
return this.bt;
|
|
510
516
|
},
|
|
511
517
|
set: function (a) {
|
|
512
|
-
this.
|
|
518
|
+
this.bt = a;
|
|
513
519
|
this.e("VerticalViewScrollbarInset");
|
|
514
520
|
},
|
|
515
521
|
enumerable: false,
|
|
@@ -517,10 +523,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
517
523
|
});
|
|
518
524
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarTrackStartInset", {
|
|
519
525
|
get: function () {
|
|
520
|
-
return this.
|
|
526
|
+
return this.bx;
|
|
521
527
|
},
|
|
522
528
|
set: function (a) {
|
|
523
|
-
this.
|
|
529
|
+
this.bx = a;
|
|
524
530
|
this.e("VerticalViewScrollbarTrackStartInset");
|
|
525
531
|
},
|
|
526
532
|
enumerable: false,
|
|
@@ -528,10 +534,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
528
534
|
});
|
|
529
535
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarTrackEndInset", {
|
|
530
536
|
get: function () {
|
|
531
|
-
return this.
|
|
537
|
+
return this.bw;
|
|
532
538
|
},
|
|
533
539
|
set: function (a) {
|
|
534
|
-
this.
|
|
540
|
+
this.bw = a;
|
|
535
541
|
this.e("VerticalViewScrollbarTrackEndInset");
|
|
536
542
|
},
|
|
537
543
|
enumerable: false,
|
|
@@ -539,10 +545,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
539
545
|
});
|
|
540
546
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalViewScrollbarShouldAddAutoTrackInsets", {
|
|
541
547
|
get: function () {
|
|
542
|
-
return this.
|
|
548
|
+
return this.ak;
|
|
543
549
|
},
|
|
544
550
|
set: function (a) {
|
|
545
|
-
this.
|
|
551
|
+
this.ak = a;
|
|
546
552
|
this.e("VerticalViewScrollbarShouldAddAutoTrackInsets");
|
|
547
553
|
},
|
|
548
554
|
enumerable: false,
|
|
@@ -550,10 +556,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
550
556
|
});
|
|
551
557
|
Object.defineProperty(SeriesViewerDescription.prototype, "highlightingBehavior", {
|
|
552
558
|
get: function () {
|
|
553
|
-
return this.
|
|
559
|
+
return this.dt;
|
|
554
560
|
},
|
|
555
561
|
set: function (a) {
|
|
556
|
-
this.
|
|
562
|
+
this.dt = a;
|
|
557
563
|
this.e("HighlightingBehavior");
|
|
558
564
|
},
|
|
559
565
|
enumerable: false,
|
|
@@ -561,10 +567,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
561
567
|
});
|
|
562
568
|
Object.defineProperty(SeriesViewerDescription.prototype, "legendHighlightingMode", {
|
|
563
569
|
get: function () {
|
|
564
|
-
return this.
|
|
570
|
+
return this.d0;
|
|
565
571
|
},
|
|
566
572
|
set: function (a) {
|
|
567
|
-
this.
|
|
573
|
+
this.d0 = a;
|
|
568
574
|
this.e("LegendHighlightingMode");
|
|
569
575
|
},
|
|
570
576
|
enumerable: false,
|
|
@@ -572,10 +578,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
572
578
|
});
|
|
573
579
|
Object.defineProperty(SeriesViewerDescription.prototype, "legendItemBadgeShape", {
|
|
574
580
|
get: function () {
|
|
575
|
-
return this.
|
|
581
|
+
return this.d2;
|
|
576
582
|
},
|
|
577
583
|
set: function (a) {
|
|
578
|
-
this.
|
|
584
|
+
this.d2 = a;
|
|
579
585
|
this.e("LegendItemBadgeShape");
|
|
580
586
|
},
|
|
581
587
|
enumerable: false,
|
|
@@ -583,10 +589,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
583
589
|
});
|
|
584
590
|
Object.defineProperty(SeriesViewerDescription.prototype, "legendItemBadgeMode", {
|
|
585
591
|
get: function () {
|
|
586
|
-
return this.
|
|
592
|
+
return this.d1;
|
|
587
593
|
},
|
|
588
594
|
set: function (a) {
|
|
589
|
-
this.
|
|
595
|
+
this.d1 = a;
|
|
590
596
|
this.e("LegendItemBadgeMode");
|
|
591
597
|
},
|
|
592
598
|
enumerable: false,
|
|
@@ -616,10 +622,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
616
622
|
});
|
|
617
623
|
Object.defineProperty(SeriesViewerDescription.prototype, "useTiledZooming", {
|
|
618
624
|
get: function () {
|
|
619
|
-
return this.
|
|
625
|
+
return this.aj;
|
|
620
626
|
},
|
|
621
627
|
set: function (a) {
|
|
622
|
-
this.
|
|
628
|
+
this.aj = a;
|
|
623
629
|
this.e("UseTiledZooming");
|
|
624
630
|
},
|
|
625
631
|
enumerable: false,
|
|
@@ -638,10 +644,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
638
644
|
});
|
|
639
645
|
Object.defineProperty(SeriesViewerDescription.prototype, "zoomTileCacheSize", {
|
|
640
646
|
get: function () {
|
|
641
|
-
return this.
|
|
647
|
+
return this.df;
|
|
642
648
|
},
|
|
643
649
|
set: function (a) {
|
|
644
|
-
this.
|
|
650
|
+
this.df = a;
|
|
645
651
|
this.e("ZoomTileCacheSize");
|
|
646
652
|
},
|
|
647
653
|
enumerable: false,
|
|
@@ -649,10 +655,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
649
655
|
});
|
|
650
656
|
Object.defineProperty(SeriesViewerDescription.prototype, "highlightingTransitionDuration", {
|
|
651
657
|
get: function () {
|
|
652
|
-
return this.
|
|
658
|
+
return this.dd;
|
|
653
659
|
},
|
|
654
660
|
set: function (a) {
|
|
655
|
-
this.
|
|
661
|
+
this.dd = a;
|
|
656
662
|
this.e("HighlightingTransitionDuration");
|
|
657
663
|
},
|
|
658
664
|
enumerable: false,
|
|
@@ -660,10 +666,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
660
666
|
});
|
|
661
667
|
Object.defineProperty(SeriesViewerDescription.prototype, "scrollbarsAnimationDuration", {
|
|
662
668
|
get: function () {
|
|
663
|
-
return this.
|
|
669
|
+
return this.de;
|
|
664
670
|
},
|
|
665
671
|
set: function (a) {
|
|
666
|
-
this.
|
|
672
|
+
this.de = a;
|
|
667
673
|
this.e("ScrollbarsAnimationDuration");
|
|
668
674
|
},
|
|
669
675
|
enumerable: false,
|
|
@@ -682,10 +688,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
682
688
|
});
|
|
683
689
|
Object.defineProperty(SeriesViewerDescription.prototype, "contentHitTestMode", {
|
|
684
690
|
get: function () {
|
|
685
|
-
return this.
|
|
691
|
+
return this.dn;
|
|
686
692
|
},
|
|
687
693
|
set: function (a) {
|
|
688
|
-
this.
|
|
694
|
+
this.dn = a;
|
|
689
695
|
this.e("ContentHitTestMode");
|
|
690
696
|
},
|
|
691
697
|
enumerable: false,
|
|
@@ -693,10 +699,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
693
699
|
});
|
|
694
700
|
Object.defineProperty(SeriesViewerDescription.prototype, "actualContentHitTestMode", {
|
|
695
701
|
get: function () {
|
|
696
|
-
return this.
|
|
702
|
+
return this.dj;
|
|
697
703
|
},
|
|
698
704
|
set: function (a) {
|
|
699
|
-
this.
|
|
705
|
+
this.dj = a;
|
|
700
706
|
this.e("ActualContentHitTestMode");
|
|
701
707
|
},
|
|
702
708
|
enumerable: false,
|
|
@@ -715,10 +721,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
715
721
|
});
|
|
716
722
|
Object.defineProperty(SeriesViewerDescription.prototype, "windowResponse", {
|
|
717
723
|
get: function () {
|
|
718
|
-
return this.
|
|
724
|
+
return this.e9;
|
|
719
725
|
},
|
|
720
726
|
set: function (a) {
|
|
721
|
-
this.
|
|
727
|
+
this.e9 = a;
|
|
722
728
|
this.e("WindowResponse");
|
|
723
729
|
},
|
|
724
730
|
enumerable: false,
|
|
@@ -726,21 +732,76 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
726
732
|
});
|
|
727
733
|
Object.defineProperty(SeriesViewerDescription.prototype, "windowRectMinWidth", {
|
|
728
734
|
get: function () {
|
|
729
|
-
return this.
|
|
735
|
+
return this.b2;
|
|
730
736
|
},
|
|
731
737
|
set: function (a) {
|
|
732
|
-
this.
|
|
738
|
+
this.b2 = a;
|
|
733
739
|
this.e("WindowRectMinWidth");
|
|
734
740
|
},
|
|
735
741
|
enumerable: false,
|
|
736
742
|
configurable: true
|
|
737
743
|
});
|
|
744
|
+
Object.defineProperty(SeriesViewerDescription.prototype, "windowRectMinHeight", {
|
|
745
|
+
get: function () {
|
|
746
|
+
return this.b1;
|
|
747
|
+
},
|
|
748
|
+
set: function (a) {
|
|
749
|
+
this.b1 = a;
|
|
750
|
+
this.e("WindowRectMinHeight");
|
|
751
|
+
},
|
|
752
|
+
enumerable: false,
|
|
753
|
+
configurable: true
|
|
754
|
+
});
|
|
755
|
+
Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectMinWidth", {
|
|
756
|
+
get: function () {
|
|
757
|
+
return this.a2;
|
|
758
|
+
},
|
|
759
|
+
set: function (a) {
|
|
760
|
+
this.a2 = a;
|
|
761
|
+
this.e("ActualWindowRectMinWidth");
|
|
762
|
+
},
|
|
763
|
+
enumerable: false,
|
|
764
|
+
configurable: true
|
|
765
|
+
});
|
|
766
|
+
Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectMinHeight", {
|
|
767
|
+
get: function () {
|
|
768
|
+
return this.a1;
|
|
769
|
+
},
|
|
770
|
+
set: function (a) {
|
|
771
|
+
this.a1 = a;
|
|
772
|
+
this.e("ActualWindowRectMinHeight");
|
|
773
|
+
},
|
|
774
|
+
enumerable: false,
|
|
775
|
+
configurable: true
|
|
776
|
+
});
|
|
777
|
+
Object.defineProperty(SeriesViewerDescription.prototype, "windowSizeMinWidth", {
|
|
778
|
+
get: function () {
|
|
779
|
+
return this.b4;
|
|
780
|
+
},
|
|
781
|
+
set: function (a) {
|
|
782
|
+
this.b4 = a;
|
|
783
|
+
this.e("WindowSizeMinWidth");
|
|
784
|
+
},
|
|
785
|
+
enumerable: false,
|
|
786
|
+
configurable: true
|
|
787
|
+
});
|
|
788
|
+
Object.defineProperty(SeriesViewerDescription.prototype, "windowSizeMinHeight", {
|
|
789
|
+
get: function () {
|
|
790
|
+
return this.b3;
|
|
791
|
+
},
|
|
792
|
+
set: function (a) {
|
|
793
|
+
this.b3 = a;
|
|
794
|
+
this.e("WindowSizeMinHeight");
|
|
795
|
+
},
|
|
796
|
+
enumerable: false,
|
|
797
|
+
configurable: true
|
|
798
|
+
});
|
|
738
799
|
Object.defineProperty(SeriesViewerDescription.prototype, "syncChannel", {
|
|
739
800
|
get: function () {
|
|
740
|
-
return this.
|
|
801
|
+
return this.et;
|
|
741
802
|
},
|
|
742
803
|
set: function (a) {
|
|
743
|
-
this.
|
|
804
|
+
this.et = a;
|
|
744
805
|
this.e("SyncChannel");
|
|
745
806
|
},
|
|
746
807
|
enumerable: false,
|
|
@@ -748,10 +809,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
748
809
|
});
|
|
749
810
|
Object.defineProperty(SeriesViewerDescription.prototype, "crosshairVisibility", {
|
|
750
811
|
get: function () {
|
|
751
|
-
return this.
|
|
812
|
+
return this.dp;
|
|
752
813
|
},
|
|
753
814
|
set: function (a) {
|
|
754
|
-
this.
|
|
815
|
+
this.dp = a;
|
|
755
816
|
this.e("CrosshairVisibility");
|
|
756
817
|
},
|
|
757
818
|
enumerable: false,
|
|
@@ -759,10 +820,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
759
820
|
});
|
|
760
821
|
Object.defineProperty(SeriesViewerDescription.prototype, "horizontalCrosshairBrush", {
|
|
761
822
|
get: function () {
|
|
762
|
-
return this.
|
|
823
|
+
return this.dv;
|
|
763
824
|
},
|
|
764
825
|
set: function (a) {
|
|
765
|
-
this.
|
|
826
|
+
this.dv = a;
|
|
766
827
|
this.e("HorizontalCrosshairBrush");
|
|
767
828
|
},
|
|
768
829
|
enumerable: false,
|
|
@@ -770,10 +831,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
770
831
|
});
|
|
771
832
|
Object.defineProperty(SeriesViewerDescription.prototype, "verticalCrosshairBrush", {
|
|
772
833
|
get: function () {
|
|
773
|
-
return this.
|
|
834
|
+
return this.e1;
|
|
774
835
|
},
|
|
775
836
|
set: function (a) {
|
|
776
|
-
this.
|
|
837
|
+
this.e1 = a;
|
|
777
838
|
this.e("VerticalCrosshairBrush");
|
|
778
839
|
},
|
|
779
840
|
enumerable: false,
|
|
@@ -781,10 +842,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
781
842
|
});
|
|
782
843
|
Object.defineProperty(SeriesViewerDescription.prototype, "zoomCoercionMode", {
|
|
783
844
|
get: function () {
|
|
784
|
-
return this.
|
|
845
|
+
return this.fa;
|
|
785
846
|
},
|
|
786
847
|
set: function (a) {
|
|
787
|
-
this.
|
|
848
|
+
this.fa = a;
|
|
788
849
|
this.e("ZoomCoercionMode");
|
|
789
850
|
},
|
|
790
851
|
enumerable: false,
|
|
@@ -792,10 +853,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
792
853
|
});
|
|
793
854
|
Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaBackground", {
|
|
794
855
|
get: function () {
|
|
795
|
-
return this.
|
|
856
|
+
return this.d6;
|
|
796
857
|
},
|
|
797
858
|
set: function (a) {
|
|
798
|
-
this.
|
|
859
|
+
this.d6 = a;
|
|
799
860
|
this.e("PlotAreaBackground");
|
|
800
861
|
},
|
|
801
862
|
enumerable: false,
|
|
@@ -803,10 +864,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
803
864
|
});
|
|
804
865
|
Object.defineProperty(SeriesViewerDescription.prototype, "defaultInteraction", {
|
|
805
866
|
get: function () {
|
|
806
|
-
return this.
|
|
867
|
+
return this.dq;
|
|
807
868
|
},
|
|
808
869
|
set: function (a) {
|
|
809
|
-
this.
|
|
870
|
+
this.dq = a;
|
|
810
871
|
this.e("DefaultInteraction");
|
|
811
872
|
},
|
|
812
873
|
enumerable: false,
|
|
@@ -814,10 +875,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
814
875
|
});
|
|
815
876
|
Object.defineProperty(SeriesViewerDescription.prototype, "rightButtonDefaultInteraction", {
|
|
816
877
|
get: function () {
|
|
817
|
-
return this.
|
|
878
|
+
return this.ee;
|
|
818
879
|
},
|
|
819
880
|
set: function (a) {
|
|
820
|
-
this.
|
|
881
|
+
this.ee = a;
|
|
821
882
|
this.e("RightButtonDefaultInteraction");
|
|
822
883
|
},
|
|
823
884
|
enumerable: false,
|
|
@@ -825,10 +886,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
825
886
|
});
|
|
826
887
|
Object.defineProperty(SeriesViewerDescription.prototype, "dragModifier", {
|
|
827
888
|
get: function () {
|
|
828
|
-
return this.
|
|
889
|
+
return this.dr;
|
|
829
890
|
},
|
|
830
891
|
set: function (a) {
|
|
831
|
-
this.
|
|
892
|
+
this.dr = a;
|
|
832
893
|
this.e("DragModifier");
|
|
833
894
|
},
|
|
834
895
|
enumerable: false,
|
|
@@ -836,10 +897,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
836
897
|
});
|
|
837
898
|
Object.defineProperty(SeriesViewerDescription.prototype, "panModifier", {
|
|
838
899
|
get: function () {
|
|
839
|
-
return this.
|
|
900
|
+
return this.d5;
|
|
840
901
|
},
|
|
841
902
|
set: function (a) {
|
|
842
|
-
this.
|
|
903
|
+
this.d5 = a;
|
|
843
904
|
this.e("PanModifier");
|
|
844
905
|
},
|
|
845
906
|
enumerable: false,
|
|
@@ -858,10 +919,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
858
919
|
});
|
|
859
920
|
Object.defineProperty(SeriesViewerDescription.prototype, "windowPositionHorizontal", {
|
|
860
921
|
get: function () {
|
|
861
|
-
return this.
|
|
922
|
+
return this.bz;
|
|
862
923
|
},
|
|
863
924
|
set: function (a) {
|
|
864
|
-
this.
|
|
925
|
+
this.bz = a;
|
|
865
926
|
this.e("WindowPositionHorizontal");
|
|
866
927
|
},
|
|
867
928
|
enumerable: false,
|
|
@@ -869,10 +930,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
869
930
|
});
|
|
870
931
|
Object.defineProperty(SeriesViewerDescription.prototype, "windowPositionVertical", {
|
|
871
932
|
get: function () {
|
|
872
|
-
return this.
|
|
933
|
+
return this.b0;
|
|
873
934
|
},
|
|
874
935
|
set: function (a) {
|
|
875
|
-
this.
|
|
936
|
+
this.b0 = a;
|
|
876
937
|
this.e("WindowPositionVertical");
|
|
877
938
|
},
|
|
878
939
|
enumerable: false,
|
|
@@ -880,10 +941,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
880
941
|
});
|
|
881
942
|
Object.defineProperty(SeriesViewerDescription.prototype, "chartTitle", {
|
|
882
943
|
get: function () {
|
|
883
|
-
return this.
|
|
944
|
+
return this.dm;
|
|
884
945
|
},
|
|
885
946
|
set: function (a) {
|
|
886
|
-
this.
|
|
947
|
+
this.dm = a;
|
|
887
948
|
this.e("ChartTitle");
|
|
888
949
|
},
|
|
889
950
|
enumerable: false,
|
|
@@ -891,10 +952,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
891
952
|
});
|
|
892
953
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleHorizontalAlignment", {
|
|
893
954
|
get: function () {
|
|
894
|
-
return this.
|
|
955
|
+
return this.ey;
|
|
895
956
|
},
|
|
896
957
|
set: function (a) {
|
|
897
|
-
this.
|
|
958
|
+
this.ey = a;
|
|
898
959
|
this.e("TitleHorizontalAlignment");
|
|
899
960
|
},
|
|
900
961
|
enumerable: false,
|
|
@@ -902,10 +963,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
902
963
|
});
|
|
903
964
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleHorizontalAlignment", {
|
|
904
965
|
get: function () {
|
|
905
|
-
return this.
|
|
966
|
+
return this.eq;
|
|
906
967
|
},
|
|
907
968
|
set: function (a) {
|
|
908
|
-
this.
|
|
969
|
+
this.eq = a;
|
|
909
970
|
this.e("SubtitleHorizontalAlignment");
|
|
910
971
|
},
|
|
911
972
|
enumerable: false,
|
|
@@ -913,10 +974,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
913
974
|
});
|
|
914
975
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleTextStyle", {
|
|
915
976
|
get: function () {
|
|
916
|
-
return this.
|
|
977
|
+
return this.e0;
|
|
917
978
|
},
|
|
918
979
|
set: function (a) {
|
|
919
|
-
this.
|
|
980
|
+
this.e0 = a;
|
|
920
981
|
this.e("TitleTextStyle");
|
|
921
982
|
},
|
|
922
983
|
enumerable: false,
|
|
@@ -924,10 +985,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
924
985
|
});
|
|
925
986
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTextStyle", {
|
|
926
987
|
get: function () {
|
|
927
|
-
return this.
|
|
988
|
+
return this.es;
|
|
928
989
|
},
|
|
929
990
|
set: function (a) {
|
|
930
|
-
this.
|
|
991
|
+
this.es = a;
|
|
931
992
|
this.e("SubtitleTextStyle");
|
|
932
993
|
},
|
|
933
994
|
enumerable: false,
|
|
@@ -935,10 +996,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
935
996
|
});
|
|
936
997
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleTextColor", {
|
|
937
998
|
get: function () {
|
|
938
|
-
return this.
|
|
999
|
+
return this.ez;
|
|
939
1000
|
},
|
|
940
1001
|
set: function (a) {
|
|
941
|
-
this.
|
|
1002
|
+
this.ez = a;
|
|
942
1003
|
this.e("TitleTextColor");
|
|
943
1004
|
},
|
|
944
1005
|
enumerable: false,
|
|
@@ -946,10 +1007,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
946
1007
|
});
|
|
947
1008
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTextColor", {
|
|
948
1009
|
get: function () {
|
|
949
|
-
return this.
|
|
1010
|
+
return this.er;
|
|
950
1011
|
},
|
|
951
1012
|
set: function (a) {
|
|
952
|
-
this.
|
|
1013
|
+
this.er = a;
|
|
953
1014
|
this.e("SubtitleTextColor");
|
|
954
1015
|
},
|
|
955
1016
|
enumerable: false,
|
|
@@ -957,10 +1018,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
957
1018
|
});
|
|
958
1019
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleTopMargin", {
|
|
959
1020
|
get: function () {
|
|
960
|
-
return this.
|
|
1021
|
+
return this.bq;
|
|
961
1022
|
},
|
|
962
1023
|
set: function (a) {
|
|
963
|
-
this.
|
|
1024
|
+
this.bq = a;
|
|
964
1025
|
this.e("TitleTopMargin");
|
|
965
1026
|
},
|
|
966
1027
|
enumerable: false,
|
|
@@ -968,10 +1029,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
968
1029
|
});
|
|
969
1030
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleLeftMargin", {
|
|
970
1031
|
get: function () {
|
|
971
|
-
return this.
|
|
1032
|
+
return this.bo;
|
|
972
1033
|
},
|
|
973
1034
|
set: function (a) {
|
|
974
|
-
this.
|
|
1035
|
+
this.bo = a;
|
|
975
1036
|
this.e("TitleLeftMargin");
|
|
976
1037
|
},
|
|
977
1038
|
enumerable: false,
|
|
@@ -979,10 +1040,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
979
1040
|
});
|
|
980
1041
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleRightMargin", {
|
|
981
1042
|
get: function () {
|
|
982
|
-
return this.
|
|
1043
|
+
return this.bp;
|
|
983
1044
|
},
|
|
984
1045
|
set: function (a) {
|
|
985
|
-
this.
|
|
1046
|
+
this.bp = a;
|
|
986
1047
|
this.e("TitleRightMargin");
|
|
987
1048
|
},
|
|
988
1049
|
enumerable: false,
|
|
@@ -990,10 +1051,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
990
1051
|
});
|
|
991
1052
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleBottomMargin", {
|
|
992
1053
|
get: function () {
|
|
993
|
-
return this.
|
|
1054
|
+
return this.bm;
|
|
994
1055
|
},
|
|
995
1056
|
set: function (a) {
|
|
996
|
-
this.
|
|
1057
|
+
this.bm = a;
|
|
997
1058
|
this.e("TitleBottomMargin");
|
|
998
1059
|
},
|
|
999
1060
|
enumerable: false,
|
|
@@ -1001,10 +1062,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1001
1062
|
});
|
|
1002
1063
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleTopMargin", {
|
|
1003
1064
|
get: function () {
|
|
1004
|
-
return this.
|
|
1065
|
+
return this.bl;
|
|
1005
1066
|
},
|
|
1006
1067
|
set: function (a) {
|
|
1007
|
-
this.
|
|
1068
|
+
this.bl = a;
|
|
1008
1069
|
this.e("SubtitleTopMargin");
|
|
1009
1070
|
},
|
|
1010
1071
|
enumerable: false,
|
|
@@ -1012,10 +1073,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1012
1073
|
});
|
|
1013
1074
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleLeftMargin", {
|
|
1014
1075
|
get: function () {
|
|
1015
|
-
return this.
|
|
1076
|
+
return this.bj;
|
|
1016
1077
|
},
|
|
1017
1078
|
set: function (a) {
|
|
1018
|
-
this.
|
|
1079
|
+
this.bj = a;
|
|
1019
1080
|
this.e("SubtitleLeftMargin");
|
|
1020
1081
|
},
|
|
1021
1082
|
enumerable: false,
|
|
@@ -1023,10 +1084,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1023
1084
|
});
|
|
1024
1085
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleRightMargin", {
|
|
1025
1086
|
get: function () {
|
|
1026
|
-
return this.
|
|
1087
|
+
return this.bk;
|
|
1027
1088
|
},
|
|
1028
1089
|
set: function (a) {
|
|
1029
|
-
this.
|
|
1090
|
+
this.bk = a;
|
|
1030
1091
|
this.e("SubtitleRightMargin");
|
|
1031
1092
|
},
|
|
1032
1093
|
enumerable: false,
|
|
@@ -1034,10 +1095,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1034
1095
|
});
|
|
1035
1096
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleBottomMargin", {
|
|
1036
1097
|
get: function () {
|
|
1037
|
-
return this.
|
|
1098
|
+
return this.bh;
|
|
1038
1099
|
},
|
|
1039
1100
|
set: function (a) {
|
|
1040
|
-
this.
|
|
1101
|
+
this.bh = a;
|
|
1041
1102
|
this.e("SubtitleBottomMargin");
|
|
1042
1103
|
},
|
|
1043
1104
|
enumerable: false,
|
|
@@ -1045,10 +1106,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1045
1106
|
});
|
|
1046
1107
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitle", {
|
|
1047
1108
|
get: function () {
|
|
1048
|
-
return this.
|
|
1109
|
+
return this.em;
|
|
1049
1110
|
},
|
|
1050
1111
|
set: function (a) {
|
|
1051
|
-
this.
|
|
1112
|
+
this.em = a;
|
|
1052
1113
|
this.e("Subtitle");
|
|
1053
1114
|
},
|
|
1054
1115
|
enumerable: false,
|
|
@@ -1056,10 +1117,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1056
1117
|
});
|
|
1057
1118
|
Object.defineProperty(SeriesViewerDescription.prototype, "topMargin", {
|
|
1058
1119
|
get: function () {
|
|
1059
|
-
return this.
|
|
1120
|
+
return this.br;
|
|
1060
1121
|
},
|
|
1061
1122
|
set: function (a) {
|
|
1062
|
-
this.
|
|
1123
|
+
this.br = a;
|
|
1063
1124
|
this.e("TopMargin");
|
|
1064
1125
|
},
|
|
1065
1126
|
enumerable: false,
|
|
@@ -1067,10 +1128,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1067
1128
|
});
|
|
1068
1129
|
Object.defineProperty(SeriesViewerDescription.prototype, "leftMargin", {
|
|
1069
1130
|
get: function () {
|
|
1070
|
-
return this.
|
|
1131
|
+
return this.be;
|
|
1071
1132
|
},
|
|
1072
1133
|
set: function (a) {
|
|
1073
|
-
this.
|
|
1134
|
+
this.be = a;
|
|
1074
1135
|
this.e("LeftMargin");
|
|
1075
1136
|
},
|
|
1076
1137
|
enumerable: false,
|
|
@@ -1078,10 +1139,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1078
1139
|
});
|
|
1079
1140
|
Object.defineProperty(SeriesViewerDescription.prototype, "rightMargin", {
|
|
1080
1141
|
get: function () {
|
|
1081
|
-
return this.
|
|
1142
|
+
return this.bg;
|
|
1082
1143
|
},
|
|
1083
1144
|
set: function (a) {
|
|
1084
|
-
this.
|
|
1145
|
+
this.bg = a;
|
|
1085
1146
|
this.e("RightMargin");
|
|
1086
1147
|
},
|
|
1087
1148
|
enumerable: false,
|
|
@@ -1089,10 +1150,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1089
1150
|
});
|
|
1090
1151
|
Object.defineProperty(SeriesViewerDescription.prototype, "bottomMargin", {
|
|
1091
1152
|
get: function () {
|
|
1092
|
-
return this.
|
|
1153
|
+
return this.a5;
|
|
1093
1154
|
},
|
|
1094
1155
|
set: function (a) {
|
|
1095
|
-
this.
|
|
1156
|
+
this.a5 = a;
|
|
1096
1157
|
this.e("BottomMargin");
|
|
1097
1158
|
},
|
|
1098
1159
|
enumerable: false,
|
|
@@ -1100,10 +1161,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1100
1161
|
});
|
|
1101
1162
|
Object.defineProperty(SeriesViewerDescription.prototype, "autoMarginWidth", {
|
|
1102
1163
|
get: function () {
|
|
1103
|
-
return this.
|
|
1164
|
+
return this.a4;
|
|
1104
1165
|
},
|
|
1105
1166
|
set: function (a) {
|
|
1106
|
-
this.
|
|
1167
|
+
this.a4 = a;
|
|
1107
1168
|
this.e("AutoMarginWidth");
|
|
1108
1169
|
},
|
|
1109
1170
|
enumerable: false,
|
|
@@ -1111,10 +1172,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1111
1172
|
});
|
|
1112
1173
|
Object.defineProperty(SeriesViewerDescription.prototype, "autoMarginHeight", {
|
|
1113
1174
|
get: function () {
|
|
1114
|
-
return this.
|
|
1175
|
+
return this.a3;
|
|
1115
1176
|
},
|
|
1116
1177
|
set: function (a) {
|
|
1117
|
-
this.
|
|
1178
|
+
this.a3 = a;
|
|
1118
1179
|
this.e("AutoMarginHeight");
|
|
1119
1180
|
},
|
|
1120
1181
|
enumerable: false,
|
|
@@ -1133,10 +1194,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1133
1194
|
});
|
|
1134
1195
|
Object.defineProperty(SeriesViewerDescription.prototype, "pixelScalingRatio", {
|
|
1135
1196
|
get: function () {
|
|
1136
|
-
return this.
|
|
1197
|
+
return this.bf;
|
|
1137
1198
|
},
|
|
1138
1199
|
set: function (a) {
|
|
1139
|
-
this.
|
|
1200
|
+
this.bf = a;
|
|
1140
1201
|
this.e("PixelScalingRatio");
|
|
1141
1202
|
},
|
|
1142
1203
|
enumerable: false,
|
|
@@ -1144,10 +1205,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1144
1205
|
});
|
|
1145
1206
|
Object.defineProperty(SeriesViewerDescription.prototype, "interactionPixelScalingRatio", {
|
|
1146
1207
|
get: function () {
|
|
1147
|
-
return this.
|
|
1208
|
+
return this.bd;
|
|
1148
1209
|
},
|
|
1149
1210
|
set: function (a) {
|
|
1150
|
-
this.
|
|
1211
|
+
this.bd = a;
|
|
1151
1212
|
this.e("InteractionPixelScalingRatio");
|
|
1152
1213
|
},
|
|
1153
1214
|
enumerable: false,
|
|
@@ -1155,10 +1216,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1155
1216
|
});
|
|
1156
1217
|
Object.defineProperty(SeriesViewerDescription.prototype, "actualPixelScalingRatio", {
|
|
1157
1218
|
get: function () {
|
|
1158
|
-
return this.
|
|
1219
|
+
return this.ay;
|
|
1159
1220
|
},
|
|
1160
1221
|
set: function (a) {
|
|
1161
|
-
this.
|
|
1222
|
+
this.ay = a;
|
|
1162
1223
|
this.e("ActualPixelScalingRatio");
|
|
1163
1224
|
},
|
|
1164
1225
|
enumerable: false,
|
|
@@ -1166,15 +1227,26 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1166
1227
|
});
|
|
1167
1228
|
Object.defineProperty(SeriesViewerDescription.prototype, "actualInteractionPixelScalingRatio", {
|
|
1168
1229
|
get: function () {
|
|
1169
|
-
return this.
|
|
1230
|
+
return this.ax;
|
|
1170
1231
|
},
|
|
1171
1232
|
set: function (a) {
|
|
1172
|
-
this.
|
|
1233
|
+
this.ax = a;
|
|
1173
1234
|
this.e("ActualInteractionPixelScalingRatio");
|
|
1174
1235
|
},
|
|
1175
1236
|
enumerable: false,
|
|
1176
1237
|
configurable: true
|
|
1177
1238
|
});
|
|
1239
|
+
Object.defineProperty(SeriesViewerDescription.prototype, "shouldPanOnMaximumZoom", {
|
|
1240
|
+
get: function () {
|
|
1241
|
+
return this.ag;
|
|
1242
|
+
},
|
|
1243
|
+
set: function (a) {
|
|
1244
|
+
this.ag = a;
|
|
1245
|
+
this.e("ShouldPanOnMaximumZoom");
|
|
1246
|
+
},
|
|
1247
|
+
enumerable: false,
|
|
1248
|
+
configurable: true
|
|
1249
|
+
});
|
|
1178
1250
|
Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRect", {
|
|
1179
1251
|
get: function () {
|
|
1180
1252
|
return this.r;
|
|
@@ -1188,10 +1260,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1188
1260
|
});
|
|
1189
1261
|
Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowPositionHorizontal", {
|
|
1190
1262
|
get: function () {
|
|
1191
|
-
return this.
|
|
1263
|
+
return this.az;
|
|
1192
1264
|
},
|
|
1193
1265
|
set: function (a) {
|
|
1194
|
-
this.
|
|
1266
|
+
this.az = a;
|
|
1195
1267
|
this.e("ActualWindowPositionHorizontal");
|
|
1196
1268
|
},
|
|
1197
1269
|
enumerable: false,
|
|
@@ -1199,10 +1271,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1199
1271
|
});
|
|
1200
1272
|
Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowPositionVertical", {
|
|
1201
1273
|
get: function () {
|
|
1202
|
-
return this.
|
|
1274
|
+
return this.a0;
|
|
1203
1275
|
},
|
|
1204
1276
|
set: function (a) {
|
|
1205
|
-
this.
|
|
1277
|
+
this.a0 = a;
|
|
1206
1278
|
this.e("ActualWindowPositionVertical");
|
|
1207
1279
|
},
|
|
1208
1280
|
enumerable: false,
|
|
@@ -1210,10 +1282,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1210
1282
|
});
|
|
1211
1283
|
Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeftButtonDownRef", {
|
|
1212
1284
|
get: function () {
|
|
1213
|
-
return this.
|
|
1285
|
+
return this.ea;
|
|
1214
1286
|
},
|
|
1215
1287
|
set: function (a) {
|
|
1216
|
-
this.
|
|
1288
|
+
this.ea = a;
|
|
1217
1289
|
this.e("PlotAreaMouseLeftButtonDownRef");
|
|
1218
1290
|
},
|
|
1219
1291
|
enumerable: false,
|
|
@@ -1221,10 +1293,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1221
1293
|
});
|
|
1222
1294
|
Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeftButtonUpRef", {
|
|
1223
1295
|
get: function () {
|
|
1224
|
-
return this.
|
|
1296
|
+
return this.eb;
|
|
1225
1297
|
},
|
|
1226
1298
|
set: function (a) {
|
|
1227
|
-
this.
|
|
1299
|
+
this.eb = a;
|
|
1228
1300
|
this.e("PlotAreaMouseLeftButtonUpRef");
|
|
1229
1301
|
},
|
|
1230
1302
|
enumerable: false,
|
|
@@ -1232,10 +1304,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1232
1304
|
});
|
|
1233
1305
|
Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaClickedRef", {
|
|
1234
1306
|
get: function () {
|
|
1235
|
-
return this.
|
|
1307
|
+
return this.d7;
|
|
1236
1308
|
},
|
|
1237
1309
|
set: function (a) {
|
|
1238
|
-
this.
|
|
1310
|
+
this.d7 = a;
|
|
1239
1311
|
this.e("PlotAreaClickedRef");
|
|
1240
1312
|
},
|
|
1241
1313
|
enumerable: false,
|
|
@@ -1243,10 +1315,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1243
1315
|
});
|
|
1244
1316
|
Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseEnterRef", {
|
|
1245
1317
|
get: function () {
|
|
1246
|
-
return this.
|
|
1318
|
+
return this.d8;
|
|
1247
1319
|
},
|
|
1248
1320
|
set: function (a) {
|
|
1249
|
-
this.
|
|
1321
|
+
this.d8 = a;
|
|
1250
1322
|
this.e("PlotAreaMouseEnterRef");
|
|
1251
1323
|
},
|
|
1252
1324
|
enumerable: false,
|
|
@@ -1254,10 +1326,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1254
1326
|
});
|
|
1255
1327
|
Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseLeaveRef", {
|
|
1256
1328
|
get: function () {
|
|
1257
|
-
return this.
|
|
1329
|
+
return this.d9;
|
|
1258
1330
|
},
|
|
1259
1331
|
set: function (a) {
|
|
1260
|
-
this.
|
|
1332
|
+
this.d9 = a;
|
|
1261
1333
|
this.e("PlotAreaMouseLeaveRef");
|
|
1262
1334
|
},
|
|
1263
1335
|
enumerable: false,
|
|
@@ -1265,10 +1337,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1265
1337
|
});
|
|
1266
1338
|
Object.defineProperty(SeriesViewerDescription.prototype, "plotAreaMouseOverRef", {
|
|
1267
1339
|
get: function () {
|
|
1268
|
-
return this.
|
|
1340
|
+
return this.ec;
|
|
1269
1341
|
},
|
|
1270
1342
|
set: function (a) {
|
|
1271
|
-
this.
|
|
1343
|
+
this.ec = a;
|
|
1272
1344
|
this.e("PlotAreaMouseOverRef");
|
|
1273
1345
|
},
|
|
1274
1346
|
enumerable: false,
|
|
@@ -1276,10 +1348,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1276
1348
|
});
|
|
1277
1349
|
Object.defineProperty(SeriesViewerDescription.prototype, "seriesCursorMouseMoveRef", {
|
|
1278
1350
|
get: function () {
|
|
1279
|
-
return this.
|
|
1351
|
+
return this.ef;
|
|
1280
1352
|
},
|
|
1281
1353
|
set: function (a) {
|
|
1282
|
-
this.
|
|
1354
|
+
this.ef = a;
|
|
1283
1355
|
this.e("SeriesCursorMouseMoveRef");
|
|
1284
1356
|
},
|
|
1285
1357
|
enumerable: false,
|
|
@@ -1287,10 +1359,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1287
1359
|
});
|
|
1288
1360
|
Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseLeftButtonDownRef", {
|
|
1289
1361
|
get: function () {
|
|
1290
|
-
return this.
|
|
1362
|
+
return this.ei;
|
|
1291
1363
|
},
|
|
1292
1364
|
set: function (a) {
|
|
1293
|
-
this.
|
|
1365
|
+
this.ei = a;
|
|
1294
1366
|
this.e("SeriesMouseLeftButtonDownRef");
|
|
1295
1367
|
},
|
|
1296
1368
|
enumerable: false,
|
|
@@ -1298,10 +1370,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1298
1370
|
});
|
|
1299
1371
|
Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseLeftButtonUpRef", {
|
|
1300
1372
|
get: function () {
|
|
1301
|
-
return this.
|
|
1373
|
+
return this.ej;
|
|
1302
1374
|
},
|
|
1303
1375
|
set: function (a) {
|
|
1304
|
-
this.
|
|
1376
|
+
this.ej = a;
|
|
1305
1377
|
this.e("SeriesMouseLeftButtonUpRef");
|
|
1306
1378
|
},
|
|
1307
1379
|
enumerable: false,
|
|
@@ -1309,10 +1381,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1309
1381
|
});
|
|
1310
1382
|
Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseMoveRef", {
|
|
1311
1383
|
get: function () {
|
|
1312
|
-
return this.
|
|
1384
|
+
return this.ek;
|
|
1313
1385
|
},
|
|
1314
1386
|
set: function (a) {
|
|
1315
|
-
this.
|
|
1387
|
+
this.ek = a;
|
|
1316
1388
|
this.e("SeriesMouseMoveRef");
|
|
1317
1389
|
},
|
|
1318
1390
|
enumerable: false,
|
|
@@ -1320,10 +1392,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1392
|
});
|
|
1321
1393
|
Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseEnterRef", {
|
|
1322
1394
|
get: function () {
|
|
1323
|
-
return this.
|
|
1395
|
+
return this.eg;
|
|
1324
1396
|
},
|
|
1325
1397
|
set: function (a) {
|
|
1326
|
-
this.
|
|
1398
|
+
this.eg = a;
|
|
1327
1399
|
this.e("SeriesMouseEnterRef");
|
|
1328
1400
|
},
|
|
1329
1401
|
enumerable: false,
|
|
@@ -1331,10 +1403,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1331
1403
|
});
|
|
1332
1404
|
Object.defineProperty(SeriesViewerDescription.prototype, "seriesMouseLeaveRef", {
|
|
1333
1405
|
get: function () {
|
|
1334
|
-
return this.
|
|
1406
|
+
return this.eh;
|
|
1335
1407
|
},
|
|
1336
1408
|
set: function (a) {
|
|
1337
|
-
this.
|
|
1409
|
+
this.eh = a;
|
|
1338
1410
|
this.e("SeriesMouseLeaveRef");
|
|
1339
1411
|
},
|
|
1340
1412
|
enumerable: false,
|
|
@@ -1342,10 +1414,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1342
1414
|
});
|
|
1343
1415
|
Object.defineProperty(SeriesViewerDescription.prototype, "viewerManipulationStartingRef", {
|
|
1344
1416
|
get: function () {
|
|
1345
|
-
return this.
|
|
1417
|
+
return this.e7;
|
|
1346
1418
|
},
|
|
1347
1419
|
set: function (a) {
|
|
1348
|
-
this.
|
|
1420
|
+
this.e7 = a;
|
|
1349
1421
|
this.e("ViewerManipulationStartingRef");
|
|
1350
1422
|
},
|
|
1351
1423
|
enumerable: false,
|
|
@@ -1353,10 +1425,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1353
1425
|
});
|
|
1354
1426
|
Object.defineProperty(SeriesViewerDescription.prototype, "viewerManipulationEndingRef", {
|
|
1355
1427
|
get: function () {
|
|
1356
|
-
return this.
|
|
1428
|
+
return this.e6;
|
|
1357
1429
|
},
|
|
1358
1430
|
set: function (a) {
|
|
1359
|
-
this.
|
|
1431
|
+
this.e6 = a;
|
|
1360
1432
|
this.e("ViewerManipulationEndingRef");
|
|
1361
1433
|
},
|
|
1362
1434
|
enumerable: false,
|
|
@@ -1364,10 +1436,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1364
1436
|
});
|
|
1365
1437
|
Object.defineProperty(SeriesViewerDescription.prototype, "windowRectChangedRef", {
|
|
1366
1438
|
get: function () {
|
|
1367
|
-
return this.
|
|
1439
|
+
return this.e8;
|
|
1368
1440
|
},
|
|
1369
1441
|
set: function (a) {
|
|
1370
|
-
this.
|
|
1442
|
+
this.e8 = a;
|
|
1371
1443
|
this.e("WindowRectChangedRef");
|
|
1372
1444
|
},
|
|
1373
1445
|
enumerable: false,
|
|
@@ -1375,10 +1447,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1375
1447
|
});
|
|
1376
1448
|
Object.defineProperty(SeriesViewerDescription.prototype, "sizeChangedRef", {
|
|
1377
1449
|
get: function () {
|
|
1378
|
-
return this.
|
|
1450
|
+
return this.el;
|
|
1379
1451
|
},
|
|
1380
1452
|
set: function (a) {
|
|
1381
|
-
this.
|
|
1453
|
+
this.el = a;
|
|
1382
1454
|
this.e("SizeChangedRef");
|
|
1383
1455
|
},
|
|
1384
1456
|
enumerable: false,
|
|
@@ -1386,10 +1458,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1386
1458
|
});
|
|
1387
1459
|
Object.defineProperty(SeriesViewerDescription.prototype, "actualWindowRectChangedRef", {
|
|
1388
1460
|
get: function () {
|
|
1389
|
-
return this.
|
|
1461
|
+
return this.dk;
|
|
1390
1462
|
},
|
|
1391
1463
|
set: function (a) {
|
|
1392
|
-
this.
|
|
1464
|
+
this.dk = a;
|
|
1393
1465
|
this.e("ActualWindowRectChangedRef");
|
|
1394
1466
|
},
|
|
1395
1467
|
enumerable: false,
|
|
@@ -1397,10 +1469,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1397
1469
|
});
|
|
1398
1470
|
Object.defineProperty(SeriesViewerDescription.prototype, "gridAreaRectChangedRef", {
|
|
1399
1471
|
get: function () {
|
|
1400
|
-
return this.
|
|
1472
|
+
return this.ds;
|
|
1401
1473
|
},
|
|
1402
1474
|
set: function (a) {
|
|
1403
|
-
this.
|
|
1475
|
+
this.ds = a;
|
|
1404
1476
|
this.e("GridAreaRectChangedRef");
|
|
1405
1477
|
},
|
|
1406
1478
|
enumerable: false,
|
|
@@ -1408,10 +1480,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1408
1480
|
});
|
|
1409
1481
|
Object.defineProperty(SeriesViewerDescription.prototype, "refreshCompletedRef", {
|
|
1410
1482
|
get: function () {
|
|
1411
|
-
return this.
|
|
1483
|
+
return this.ed;
|
|
1412
1484
|
},
|
|
1413
1485
|
set: function (a) {
|
|
1414
|
-
this.
|
|
1486
|
+
this.ed = a;
|
|
1415
1487
|
this.e("RefreshCompletedRef");
|
|
1416
1488
|
},
|
|
1417
1489
|
enumerable: false,
|
|
@@ -1419,10 +1491,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1419
1491
|
});
|
|
1420
1492
|
Object.defineProperty(SeriesViewerDescription.prototype, "background", {
|
|
1421
1493
|
get: function () {
|
|
1422
|
-
return this.
|
|
1494
|
+
return this.dl;
|
|
1423
1495
|
},
|
|
1424
1496
|
set: function (a) {
|
|
1425
|
-
this.
|
|
1497
|
+
this.dl = a;
|
|
1426
1498
|
this.e("Background");
|
|
1427
1499
|
},
|
|
1428
1500
|
enumerable: false,
|
|
@@ -1430,10 +1502,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1430
1502
|
});
|
|
1431
1503
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleFontFamily", {
|
|
1432
1504
|
get: function () {
|
|
1433
|
-
return this.
|
|
1505
|
+
return this.ev;
|
|
1434
1506
|
},
|
|
1435
1507
|
set: function (a) {
|
|
1436
|
-
this.
|
|
1508
|
+
this.ev = a;
|
|
1437
1509
|
this.e("TitleFontFamily");
|
|
1438
1510
|
},
|
|
1439
1511
|
enumerable: false,
|
|
@@ -1441,10 +1513,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1441
1513
|
});
|
|
1442
1514
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleFontSize", {
|
|
1443
1515
|
get: function () {
|
|
1444
|
-
return this.
|
|
1516
|
+
return this.bn;
|
|
1445
1517
|
},
|
|
1446
1518
|
set: function (a) {
|
|
1447
|
-
this.
|
|
1519
|
+
this.bn = a;
|
|
1448
1520
|
this.e("TitleFontSize");
|
|
1449
1521
|
},
|
|
1450
1522
|
enumerable: false,
|
|
@@ -1452,10 +1524,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1452
1524
|
});
|
|
1453
1525
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleFontWeight", {
|
|
1454
1526
|
get: function () {
|
|
1455
|
-
return this.
|
|
1527
|
+
return this.ex;
|
|
1456
1528
|
},
|
|
1457
1529
|
set: function (a) {
|
|
1458
|
-
this.
|
|
1530
|
+
this.ex = a;
|
|
1459
1531
|
this.e("TitleFontWeight");
|
|
1460
1532
|
},
|
|
1461
1533
|
enumerable: false,
|
|
@@ -1463,10 +1535,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1463
1535
|
});
|
|
1464
1536
|
Object.defineProperty(SeriesViewerDescription.prototype, "titleFontStyle", {
|
|
1465
1537
|
get: function () {
|
|
1466
|
-
return this.
|
|
1538
|
+
return this.ew;
|
|
1467
1539
|
},
|
|
1468
1540
|
set: function (a) {
|
|
1469
|
-
this.
|
|
1541
|
+
this.ew = a;
|
|
1470
1542
|
this.e("TitleFontStyle");
|
|
1471
1543
|
},
|
|
1472
1544
|
enumerable: false,
|
|
@@ -1474,10 +1546,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1474
1546
|
});
|
|
1475
1547
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontFamily", {
|
|
1476
1548
|
get: function () {
|
|
1477
|
-
return this.
|
|
1549
|
+
return this.en;
|
|
1478
1550
|
},
|
|
1479
1551
|
set: function (a) {
|
|
1480
|
-
this.
|
|
1552
|
+
this.en = a;
|
|
1481
1553
|
this.e("SubtitleFontFamily");
|
|
1482
1554
|
},
|
|
1483
1555
|
enumerable: false,
|
|
@@ -1485,10 +1557,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1485
1557
|
});
|
|
1486
1558
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontSize", {
|
|
1487
1559
|
get: function () {
|
|
1488
|
-
return this.
|
|
1560
|
+
return this.bi;
|
|
1489
1561
|
},
|
|
1490
1562
|
set: function (a) {
|
|
1491
|
-
this.
|
|
1563
|
+
this.bi = a;
|
|
1492
1564
|
this.e("SubtitleFontSize");
|
|
1493
1565
|
},
|
|
1494
1566
|
enumerable: false,
|
|
@@ -1496,10 +1568,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1496
1568
|
});
|
|
1497
1569
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontWeight", {
|
|
1498
1570
|
get: function () {
|
|
1499
|
-
return this.
|
|
1571
|
+
return this.ep;
|
|
1500
1572
|
},
|
|
1501
1573
|
set: function (a) {
|
|
1502
|
-
this.
|
|
1574
|
+
this.ep = a;
|
|
1503
1575
|
this.e("SubtitleFontWeight");
|
|
1504
1576
|
},
|
|
1505
1577
|
enumerable: false,
|
|
@@ -1507,10 +1579,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1507
1579
|
});
|
|
1508
1580
|
Object.defineProperty(SeriesViewerDescription.prototype, "subtitleFontStyle", {
|
|
1509
1581
|
get: function () {
|
|
1510
|
-
return this.
|
|
1582
|
+
return this.eo;
|
|
1511
1583
|
},
|
|
1512
1584
|
set: function (a) {
|
|
1513
|
-
this.
|
|
1585
|
+
this.eo = a;
|
|
1514
1586
|
this.e("SubtitleFontStyle");
|
|
1515
1587
|
},
|
|
1516
1588
|
enumerable: false,
|
|
@@ -1518,10 +1590,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1518
1590
|
});
|
|
1519
1591
|
Object.defineProperty(SeriesViewerDescription.prototype, "synchronizeHorizontally", {
|
|
1520
1592
|
get: function () {
|
|
1521
|
-
return this.
|
|
1593
|
+
return this.ai;
|
|
1522
1594
|
},
|
|
1523
1595
|
set: function (a) {
|
|
1524
|
-
this.
|
|
1596
|
+
this.ai = a;
|
|
1525
1597
|
this.e("SynchronizeHorizontally");
|
|
1526
1598
|
},
|
|
1527
1599
|
enumerable: false,
|
|
@@ -1529,10 +1601,10 @@ var SeriesViewerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1529
1601
|
});
|
|
1530
1602
|
Object.defineProperty(SeriesViewerDescription.prototype, "synchronizeVertically", {
|
|
1531
1603
|
get: function () {
|
|
1532
|
-
return this.
|
|
1604
|
+
return this.eu;
|
|
1533
1605
|
},
|
|
1534
1606
|
set: function (a) {
|
|
1535
|
-
this.
|
|
1607
|
+
this.eu = a;
|
|
1536
1608
|
this.e("SynchronizeVertically");
|
|
1537
1609
|
},
|
|
1538
1610
|
enumerable: false,
|