igniteui-angular-core 19.0.0 → 19.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +38246 -30226
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/AggregatedDataProviderLayerMap.js +12 -2
- package/esm2015/lib/AggregatedDataProviderTopLayer.js +19 -9
- package/esm2015/lib/AggregatedDataProvider_combined.js +2 -2
- package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm2015/lib/AnchoredRadialSeriesDescription.js +32 -32
- package/esm2015/lib/AnnotationLayerDescription.js +76 -60
- package/esm2015/lib/AnnotationLayerDescriptionMetadata.js +3 -0
- 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/BaseDataSourceDescription.js +17 -9
- package/esm2015/lib/BaseDataSourceDescriptionMetadata.js +3 -0
- package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +5 -5
- package/esm2015/lib/BollingerBandsOverlayDescription.js +5 -5
- package/esm2015/lib/BreakEvenDataRule.js +9 -9
- package/esm2015/lib/BrushUtil.js +61 -26
- package/esm2015/lib/BubbleSeriesDescription.js +40 -40
- package/esm2015/lib/ButtonDescription.js +479 -471
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CalloutLayerDescription.js +142 -142
- package/esm2015/lib/CategoryChartDescription.js +133 -133
- package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm2015/lib/CategoryItemHighlightLayerDescription.js +29 -29
- package/esm2015/lib/CategorySeriesDescription.js +22 -22
- package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm2015/lib/CheckboxListDescription.js +175 -119
- package/esm2015/lib/CheckboxListDescriptionMetadata.js +8 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +53 -31
- 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 +4 -1
- package/esm2015/lib/ComponentSizeHelpers.js +53 -0
- package/esm2015/lib/CrosshairLayerDescription.js +85 -85
- package/esm2015/lib/DOMExecutionContext.js +10 -4
- package/esm2015/lib/DashboardTileDescription.js +135 -95
- package/esm2015/lib/DashboardTileDescriptionMetadata.js +6 -0
- package/esm2015/lib/DataAdapterRunContextRecursionType.js +11 -0
- package/esm2015/lib/DataAnnotationAxisLayerDescription.js +215 -0
- package/esm2015/lib/DataAnnotationAxisLayerDescriptionMetadata.js +65 -0
- package/esm2015/lib/DataAnnotationBandLayerDescription.js +31 -0
- package/esm2015/lib/DataAnnotationBandLayerDescriptionMetadata.js +39 -0
- package/esm2015/lib/DataAnnotationBandLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationInfoDescription.js +170 -0
- package/esm2015/lib/DataAnnotationInfoDescriptionMetadata.js +54 -0
- package/esm2015/lib/DataAnnotationItemDescription.js +154 -0
- package/esm2015/lib/DataAnnotationItemDescriptionMetadata.js +52 -0
- package/esm2015/lib/DataAnnotationLineLayerDescription.js +23 -0
- package/esm2015/lib/DataAnnotationLineLayerDescriptionMetadata.js +38 -0
- package/esm2015/lib/DataAnnotationLineLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationPointLayerDescription.js +151 -0
- package/esm2015/lib/DataAnnotationPointLayerDescriptionMetadata.js +58 -0
- package/esm2015/lib/DataAnnotationRangeLayerDescription.js +95 -0
- package/esm2015/lib/DataAnnotationRangeLayerDescriptionMetadata.js +45 -0
- package/esm2015/lib/DataAnnotationRectLayerDescription.js +23 -0
- package/esm2015/lib/DataAnnotationRectLayerDescriptionMetadata.js +38 -0
- package/esm2015/lib/DataAnnotationRectLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationShapeLayerDescription.js +287 -0
- package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +79 -0
- package/esm2015/lib/DataAnnotationSliceLayerDescription.js +39 -0
- package/esm2015/lib/DataAnnotationSliceLayerDescriptionMetadata.js +40 -0
- package/esm2015/lib/DataAnnotationSliceLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationStripLayerDescription.js +87 -0
- package/esm2015/lib/DataAnnotationStripLayerDescriptionMetadata.js +49 -0
- package/esm2015/lib/DataAnnotationStripLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationStyleEventArgsDescription.js +114 -0
- package/esm2015/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +49 -0
- package/esm2015/lib/DataChartAnnotationDescriptionModule.js +12 -0
- package/esm2015/lib/DataChartRadialDescriptionModule.js +2 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +114 -114
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DataSeriesAdapterPropertyInfo.js +22 -0
- package/esm2015/lib/DataSeriesPropertyType.js +17 -0
- package/esm2015/lib/DataSeriesType.js +17 -13
- package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgs.js +19 -0
- package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.js +26 -0
- package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/DataToolTipLayerDescription.js +401 -401
- package/esm2015/lib/DescriptionSerializer.js +58 -23
- package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/DomainChartDescription.js +922 -834
- package/esm2015/lib/DomainChartDescriptionMetadata.js +12 -0
- package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/FinalValueLayerDescription.js +41 -41
- package/esm2015/lib/FinancialChartDescription.js +180 -180
- package/esm2015/lib/FinancialIndicatorDescription.js +22 -22
- package/esm2015/lib/FinancialOverlayDescription.js +3 -3
- package/esm2015/lib/FinancialPriceSeriesDescription.js +46 -46
- package/esm2015/lib/FinancialSeriesDescription.js +51 -51
- package/esm2015/lib/FontDefaults.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/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 +35 -35
- 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 +9 -2
- package/esm2015/lib/HighDensityScatterSeriesDescription.js +47 -47
- package/esm2015/lib/HighlightingManager.js +23 -12
- package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +285 -114
- package/esm2015/lib/IDataSourceDataProvider_combined.js +28 -15
- package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +3 -2
- package/esm2015/lib/LabelCollisionManager.js +1 -1
- package/esm2015/lib/LineSeriesDescription.js +3 -3
- package/esm2015/lib/ListPanelContentRebindEventArgsDescription.js +34 -0
- package/esm2015/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgsDescription.js +34 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/ListPanelDescription.js +112 -88
- package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +8 -1
- package/esm2015/lib/LocalDataSourceDescription.js +3 -3
- package/esm2015/lib/LocalDataSource_combined.js +237 -231
- package/esm2015/lib/MarkerSeriesDescription.js +32 -32
- package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
- package/esm2015/lib/NativeUIBuiltInEvents.js +1 -1
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +18 -12
- package/esm2015/lib/NativeUIButtonGroup.js +2 -2
- package/esm2015/lib/NativeUICheckbox.js +8 -8
- package/esm2015/lib/NativeUICheckboxList.js +122 -61
- package/esm2015/lib/NativeUICombo.js +8 -8
- package/esm2015/lib/NativeUIElementBridge.js +2 -2
- package/esm2015/lib/NativeUIGrid.js +6 -3
- package/esm2015/lib/NativeUIIcon.js +4 -4
- package/esm2015/lib/NativeUIIconButton.js +16 -16
- package/esm2015/lib/NativeUIInput.js +20 -20
- package/esm2015/lib/NativeUIPopup.js +31 -22
- package/esm2015/lib/NativeUISlider.js +14 -14
- package/esm2015/lib/OthersCategoryContextDescription.js +34 -0
- package/esm2015/lib/OthersCategoryContextDescriptionMetadata.js +37 -0
- package/esm2015/lib/OthersCategoryContextDescriptionModule.js +20 -0
- package/esm2015/lib/OverlayTextInfoDescription.js +194 -0
- package/esm2015/lib/OverlayTextInfoDescriptionMetadata.js +61 -0
- package/esm2015/lib/OverlayTextUpdatingEventArgsDescription.js +210 -0
- package/esm2015/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +63 -0
- package/esm2015/lib/PagedDataSource.js +6 -6
- package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarBaseDescription.js +75 -75
- package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm2015/lib/PopupView_combined.js +3 -3
- package/esm2015/lib/PriceChannelOverlayDescription.js +3 -3
- package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm2015/lib/RadialBaseChartDescription.js +221 -221
- package/esm2015/lib/RadialBaseDescription.js +69 -69
- package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
- package/esm2015/lib/RadialPieSeriesDescription.js +12 -12
- package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm2015/lib/ReadOnlyDoubleCollection.js +100 -0
- package/esm2015/lib/RearrangedListView.js +3 -3
- package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/SVGNode_combined.js +2 -2
- package/esm2015/lib/ScatterAreaSeriesDescription.js +14 -14
- package/esm2015/lib/ScatterBaseDescription.js +71 -71
- package/esm2015/lib/ScatterContourSeriesDescription.js +16 -16
- package/esm2015/lib/ScatterDataRule.js +12 -9
- 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 +5 -1
- package/esm2015/lib/ScrollerView_combined.js +12 -0
- package/esm2015/lib/SeriesDescription.js +264 -256
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/ShapeDataRule.js +12 -12
- package/esm2015/lib/ShapeSeriesBaseDescription.js +47 -47
- package/esm2015/lib/SimpleCategorySeriesRule.js +34 -24
- package/esm2015/lib/SimpleFinancialPriceSeriesRule.js +31 -9
- package/esm2015/lib/SimpleGaugeRule.js +3 -3
- package/esm2015/lib/SimplePieSeriesRule.js +48 -39
- package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- 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/SubCollectionsRule.js +64 -3
- package/esm2015/lib/SyncableObservableCollection$2_combined.js +3 -0
- package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
- package/esm2015/lib/TileSeriesDescription.js +3 -3
- package/esm2015/lib/ToolActionButtonDescription.js +6 -6
- package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionButtonPairDescription.js +103 -103
- package/esm2015/lib/ToolActionButtonPairInfo.js +1 -1
- package/esm2015/lib/ToolActionButtonPairInfoDescription.js +43 -43
- package/esm2015/lib/ToolActionCheckboxDescription.js +25 -25
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxListDescription.js +20 -20
- package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +15 -15
- package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm2015/lib/ToolActionColorEditorInfo.js +1 -1
- package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionComboDescription.js +12 -12
- package/esm2015/lib/ToolActionComboInfo.js +1 -1
- package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm2015/lib/ToolActionDescription.js +180 -156
- package/esm2015/lib/ToolActionDescriptionMetadata.js +4 -0
- package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/{WebGridActionButtonDescription.js → ToolActionFieldSelectorAggregationDescription.js} +19 -33
- package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionFieldSelectorDescription.js +143 -0
- package/esm2015/lib/ToolActionFieldSelectorDescriptionMetadata.js +54 -0
- package/esm2015/lib/ToolActionFieldSelectorDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionFieldSelectorInfo.js +73 -0
- package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +81 -0
- package/esm2015/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +46 -0
- package/esm2015/lib/ToolActionFieldSelectorInfoType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +52 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm2015/lib/ToolActionIconButtonDescription.js +31 -31
- package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionInfoDescription.js +74 -58
- package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +2 -0
- package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioDescription.js +31 -31
- package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionSubPanelDescription.js +8 -0
- package/esm2015/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
- package/esm2015/lib/ToolActionTextInputInfo.js +1 -1
- package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionType.js +6 -5
- package/esm2015/lib/ToolPanelDescription.js +294 -238
- package/esm2015/lib/ToolPanelDescriptionMetadata.js +8 -0
- package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm2015/lib/ToolbarDescription.js +196 -148
- package/esm2015/lib/ToolbarDescriptionMetadata.js +7 -0
- package/esm2015/lib/TrendLineLayerDescription.js +55 -0
- package/esm2015/lib/TrendLineLayerDescriptionMetadata.js +43 -0
- package/esm2015/lib/{WebChildGridRowDescriptionModule.js → TrendLineLayerDescriptionModule.js} +6 -6
- package/esm2015/lib/TypeDescriptionCleanups.js +5 -0
- package/esm2015/lib/ValueLayerDescription.js +319 -95
- package/esm2015/lib/ValueLayerDescriptionMetadata.js +34 -0
- package/esm2015/lib/ValueOverlayDescription.js +257 -41
- package/esm2015/lib/ValueOverlayDescriptionMetadata.js +33 -0
- package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/VirtualDataSource.js +280 -280
- package/esm2015/lib/VirtualDataSourceDescription.js +20 -20
- package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
- package/esm2015/lib/WebAccordionDescription.js +32 -0
- package/esm2015/lib/WebAccordionDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebAvatarDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +5 -0
- package/esm2015/lib/WebButtonDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCarouselDescriptionMetadata.js +2 -2
- package/esm2015/lib/WebCheckboxBaseDescription.js +31 -23
- package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebCheckboxDescription.js +3 -3
- package/esm2015/lib/WebColumnDescription.js +146 -138
- package/esm2015/lib/WebColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebColumnGroupDescription.js +12 -12
- package/esm2015/lib/WebComboDescription.js +59 -51
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDatePickerDescription.js +56 -48
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
- package/esm2015/lib/WebDockManagerDescription.js +31 -23
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +3 -2
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/WebExpressionTreeDescription.js +65 -0
- package/esm2015/lib/WebExpressionTreeDescriptionMetadata.js +54 -0
- package/esm2015/lib/{WebValidatorHandlerDescription.js → WebExpressionTreeOrFilteringExpressionDescription.js} +5 -5
- package/esm2015/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +37 -0
- package/esm2015/lib/WebFilteringExpressionDescription.js +30 -17
- package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
- package/esm2015/lib/WebFilteringExpressionsTreeDescription.js +36 -23
- package/esm2015/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebFilteringExpressionsTreeDetailDescription.js +27 -11
- package/esm2015/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -6
- package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebFilteringOperationDescription.js +19 -11
- package/esm2015/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebIconButtonDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebInputBaseDescription.js +24 -16
- package/esm2015/lib/WebInputBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebInputDescription.js +36 -36
- package/esm2015/lib/WebInputDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebLinearProgressDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebListItemDescription.js +8 -0
- package/esm2015/lib/WebListItemDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebMaskInputBaseDescription.js +3 -3
- package/esm2015/lib/WebMaskInputDescription.js +10 -10
- package/esm2015/lib/WebNavDrawerDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRadioDescription.js +31 -23
- package/esm2015/lib/WebRadioDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebRadioGroupDescription.js +12 -4
- package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebRatingDescription.js +22 -14
- package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSelectDescription.js +43 -35
- package/esm2015/lib/WebSelectDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebSliderDescription.js +17 -9
- package/esm2015/lib/WebSliderDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescriptionMetadata.js +4 -4
- package/esm2015/lib/WebTabsDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebTextareaDescription.js +45 -37
- package/esm2015/lib/WebTextareaDescriptionMetadata.js +5 -4
- package/esm2015/lib/WebTileChangeStateEventArgsDescription.js +36 -0
- package/esm2015/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebTileChangeStateEventArgsDetailDescription.js +44 -0
- package/esm2015/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebTileComponentEventArgsDescription.js +36 -0
- package/esm2015/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebTileDescription.js +162 -0
- package/esm2015/lib/WebTileDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebTileDescriptionMetadata_combined.js +163 -0
- package/esm2015/lib/WebTileDescriptionModule.js +24 -0
- package/esm2015/lib/WebTileManagerDescription.js +138 -0
- package/esm2015/lib/WebTileManagerDescriptionMetadata.js +62 -0
- package/esm2015/lib/WebTileManagerDescriptionModule.js +22 -0
- package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm2015/lib/XYChartDescription.js +221 -221
- package/esm2015/lib/angular-renderer.js +21 -1
- package/esm2015/lib/igx-data-source-properties-requested-changed-event-args.js +30 -0
- package/esm2015/lib/type.js +3 -2
- package/esm2015/public_api.js +81 -7
- package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/AggregatedDataProviderLayerMap.js +12 -2
- package/esm5/lib/AggregatedDataProviderTopLayer.js +19 -9
- package/esm5/lib/AggregatedDataProvider_combined.js +2 -2
- package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm5/lib/AnchoredRadialSeriesDescription.js +32 -32
- package/esm5/lib/AnnotationLayerDescription.js +84 -60
- package/esm5/lib/AnnotationLayerDescriptionMetadata.js +3 -0
- 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/BaseDataSourceDescription.js +20 -8
- package/esm5/lib/BaseDataSourceDescriptionMetadata.js +3 -0
- package/esm5/lib/BollingerBandWidthIndicatorDescription.js +5 -5
- package/esm5/lib/BollingerBandsOverlayDescription.js +5 -5
- package/esm5/lib/BreakEvenDataRule.js +9 -9
- package/esm5/lib/BrushUtil.js +61 -26
- package/esm5/lib/BubbleSeriesDescription.js +40 -40
- package/esm5/lib/ButtonDescription.js +483 -471
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CalloutLayerDescription.js +142 -142
- package/esm5/lib/CategoryChartDescription.js +133 -133
- package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm5/lib/CategoryItemHighlightLayerDescription.js +29 -29
- package/esm5/lib/CategorySeriesDescription.js +22 -22
- package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm5/lib/CheckboxListDescription.js +202 -118
- package/esm5/lib/CheckboxListDescriptionMetadata.js +8 -1
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +53 -31
- 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 +4 -1
- package/esm5/lib/ComponentSizeHelpers.js +57 -0
- package/esm5/lib/CrosshairLayerDescription.js +85 -85
- package/esm5/lib/DOMExecutionContext.js +14 -4
- package/esm5/lib/DashboardTileDescription.js +155 -95
- package/esm5/lib/DashboardTileDescriptionMetadata.js +6 -0
- package/esm5/lib/DataAdapterRunContextRecursionType.js +11 -0
- package/esm5/lib/DataAnnotationAxisLayerDescription.js +313 -0
- package/esm5/lib/DataAnnotationAxisLayerDescriptionMetadata.js +69 -0
- package/esm5/lib/DataAnnotationBandLayerDescription.js +37 -0
- package/esm5/lib/DataAnnotationBandLayerDescriptionMetadata.js +43 -0
- package/esm5/lib/DataAnnotationBandLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationInfoDescription.js +248 -0
- package/esm5/lib/DataAnnotationInfoDescriptionMetadata.js +58 -0
- package/esm5/lib/DataAnnotationItemDescription.js +224 -0
- package/esm5/lib/DataAnnotationItemDescriptionMetadata.js +56 -0
- package/esm5/lib/DataAnnotationLineLayerDescription.js +24 -0
- package/esm5/lib/DataAnnotationLineLayerDescriptionMetadata.js +42 -0
- package/esm5/lib/DataAnnotationLineLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationPointLayerDescription.js +217 -0
- package/esm5/lib/DataAnnotationPointLayerDescriptionMetadata.js +62 -0
- package/esm5/lib/DataAnnotationRangeLayerDescription.js +133 -0
- package/esm5/lib/DataAnnotationRangeLayerDescriptionMetadata.js +49 -0
- package/esm5/lib/DataAnnotationRectLayerDescription.js +24 -0
- package/esm5/lib/DataAnnotationRectLayerDescriptionMetadata.js +42 -0
- package/esm5/lib/DataAnnotationRectLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationShapeLayerDescription.js +421 -0
- package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +83 -0
- package/esm5/lib/DataAnnotationSliceLayerDescription.js +49 -0
- package/esm5/lib/DataAnnotationSliceLayerDescriptionMetadata.js +44 -0
- package/esm5/lib/DataAnnotationSliceLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationStripLayerDescription.js +121 -0
- package/esm5/lib/DataAnnotationStripLayerDescriptionMetadata.js +53 -0
- package/esm5/lib/DataAnnotationStripLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationStyleEventArgsDescription.js +164 -0
- package/esm5/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +53 -0
- package/esm5/lib/DataChartAnnotationDescriptionModule.js +12 -0
- package/esm5/lib/DataChartRadialDescriptionModule.js +2 -0
- package/esm5/lib/DataPieBaseChartDescription.js +114 -114
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DataSeriesAdapterPropertyInfo.js +24 -0
- package/esm5/lib/DataSeriesPropertyType.js +17 -0
- package/esm5/lib/DataSeriesType.js +17 -13
- package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgs.js +20 -0
- package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.js +31 -0
- package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/DataToolTipLayerDescription.js +401 -401
- package/esm5/lib/DescriptionSerializer.js +58 -23
- package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/DomainChartDescription.js +977 -845
- package/esm5/lib/DomainChartDescriptionMetadata.js +12 -0
- package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/FinalValueLayerDescription.js +41 -41
- package/esm5/lib/FinancialChartDescription.js +180 -180
- package/esm5/lib/FinancialIndicatorDescription.js +22 -22
- package/esm5/lib/FinancialOverlayDescription.js +3 -3
- package/esm5/lib/FinancialPriceSeriesDescription.js +46 -46
- package/esm5/lib/FinancialSeriesDescription.js +51 -51
- package/esm5/lib/FontDefaults.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/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 +35 -35
- 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 +9 -2
- package/esm5/lib/HighDensityScatterSeriesDescription.js +47 -47
- package/esm5/lib/HighlightingManager.js +27 -12
- package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +322 -134
- package/esm5/lib/IDataSourceDataProvider_combined.js +28 -15
- package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm5/lib/KeyFrameAnimationTimeline_combined.js +3 -2
- package/esm5/lib/LabelCollisionManager.js +1 -1
- package/esm5/lib/LineSeriesDescription.js +3 -3
- package/esm5/lib/ListPanelContentRebindEventArgsDescription.js +44 -0
- package/esm5/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/ListPanelContentRecycledEventArgsDescription.js +44 -0
- package/esm5/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/ListPanelDescription.js +124 -88
- package/esm5/lib/ListPanelDescriptionMetadata_combined.js +8 -1
- package/esm5/lib/LocalDataSourceDescription.js +3 -3
- package/esm5/lib/LocalDataSource_combined.js +236 -230
- package/esm5/lib/MarkerSeriesDescription.js +32 -32
- package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
- package/esm5/lib/NativeUIBuiltInEvents.js +1 -1
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +17 -7
- package/esm5/lib/NativeUIButtonGroup.js +2 -2
- package/esm5/lib/NativeUICheckbox.js +8 -8
- package/esm5/lib/NativeUICheckboxList.js +135 -46
- package/esm5/lib/NativeUICombo.js +8 -8
- package/esm5/lib/NativeUIElementBridge.js +2 -2
- package/esm5/lib/NativeUIGrid.js +6 -3
- package/esm5/lib/NativeUIIcon.js +4 -4
- package/esm5/lib/NativeUIIconButton.js +8 -8
- package/esm5/lib/NativeUIInput.js +20 -20
- package/esm5/lib/NativeUIPopup.js +29 -16
- package/esm5/lib/NativeUISlider.js +14 -14
- package/esm5/lib/OthersCategoryContextDescription.js +44 -0
- package/esm5/lib/OthersCategoryContextDescriptionMetadata.js +41 -0
- package/esm5/lib/OthersCategoryContextDescriptionModule.js +24 -0
- package/esm5/lib/OverlayTextInfoDescription.js +284 -0
- package/esm5/lib/OverlayTextInfoDescriptionMetadata.js +65 -0
- package/esm5/lib/OverlayTextUpdatingEventArgsDescription.js +308 -0
- package/esm5/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +67 -0
- package/esm5/lib/PagedDataSource.js +6 -6
- package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarBaseDescription.js +75 -75
- package/esm5/lib/PolarLineSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm5/lib/PopupView_combined.js +3 -3
- package/esm5/lib/PriceChannelOverlayDescription.js +3 -3
- package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm5/lib/RadialBaseChartDescription.js +221 -221
- package/esm5/lib/RadialBaseDescription.js +69 -69
- package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm5/lib/RadialLineSeriesDescription.js +3 -3
- package/esm5/lib/RadialPieSeriesDescription.js +12 -12
- package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm5/lib/ReadOnlyDoubleCollection.js +130 -0
- package/esm5/lib/RearrangedListView.js +3 -3
- package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm5/lib/SVGNode_combined.js +2 -2
- package/esm5/lib/ScatterAreaSeriesDescription.js +14 -14
- package/esm5/lib/ScatterBaseDescription.js +71 -71
- package/esm5/lib/ScatterContourSeriesDescription.js +16 -16
- package/esm5/lib/ScatterDataRule.js +12 -9
- 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 +5 -1
- package/esm5/lib/ScrollerView_combined.js +12 -0
- package/esm5/lib/SeriesDescription.js +268 -256
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/ShapeDataRule.js +12 -12
- package/esm5/lib/ShapeSeriesBaseDescription.js +47 -47
- package/esm5/lib/SimpleCategorySeriesRule.js +35 -25
- package/esm5/lib/SimpleFinancialPriceSeriesRule.js +31 -9
- package/esm5/lib/SimpleGaugeRule.js +3 -3
- package/esm5/lib/SimplePieSeriesRule.js +48 -39
- package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- 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/SubCollectionsRule.js +64 -3
- package/esm5/lib/SyncableObservableCollection$2_combined.js +3 -0
- package/esm5/lib/TRIXIndicatorDescription.js +3 -3
- package/esm5/lib/TileSeriesDescription.js +3 -3
- package/esm5/lib/ToolActionButtonDescription.js +6 -6
- package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm5/lib/ToolActionButtonPairDescription.js +103 -103
- package/esm5/lib/ToolActionButtonPairInfo.js +1 -1
- package/esm5/lib/ToolActionButtonPairInfoDescription.js +43 -43
- package/esm5/lib/ToolActionCheckboxDescription.js +25 -25
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxListDescription.js +20 -20
- package/esm5/lib/ToolActionCheckboxListInfoDescription.js +15 -15
- package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm5/lib/ToolActionColorEditorInfo.js +1 -1
- package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm5/lib/ToolActionComboDescription.js +12 -12
- package/esm5/lib/ToolActionComboInfo.js +1 -1
- package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm5/lib/ToolActionDescription.js +192 -156
- package/esm5/lib/ToolActionDescriptionMetadata.js +4 -0
- package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/ToolActionFieldSelectorAggregationDescription.js +70 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionFieldSelectorDescription.js +205 -0
- package/esm5/lib/ToolActionFieldSelectorDescriptionMetadata.js +58 -0
- package/esm5/lib/ToolActionFieldSelectorDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionFieldSelectorInfo.js +103 -0
- package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +111 -0
- package/esm5/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +50 -0
- package/esm5/lib/ToolActionFieldSelectorInfoType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +70 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm5/lib/ToolActionIconButtonDescription.js +31 -31
- package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm5/lib/ToolActionInfoDescription.js +81 -57
- package/esm5/lib/ToolActionInfoDescriptionMetadata.js +2 -0
- package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm5/lib/ToolActionRadioDescription.js +31 -31
- package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm5/lib/ToolActionSubPanelDescription.js +14 -1
- package/esm5/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionTextInputDescription.js +3 -3
- package/esm5/lib/ToolActionTextInputInfo.js +1 -1
- package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm5/lib/ToolActionType.js +6 -5
- package/esm5/lib/ToolPanelDescription.js +322 -238
- package/esm5/lib/ToolPanelDescriptionMetadata.js +8 -0
- package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm5/lib/ToolbarDescription.js +220 -148
- package/esm5/lib/ToolbarDescriptionMetadata.js +7 -0
- package/esm5/lib/TrendLineLayerDescription.js +73 -0
- package/esm5/lib/TrendLineLayerDescriptionMetadata.js +47 -0
- package/esm5/lib/{WebChildGridRowDescriptionModule.js → TrendLineLayerDescriptionModule.js} +9 -9
- package/esm5/lib/TypeDescriptionCleanups.js +5 -0
- package/esm5/lib/ValueLayerDescription.js +431 -95
- package/esm5/lib/ValueLayerDescriptionMetadata.js +34 -0
- package/esm5/lib/ValueOverlayDescription.js +365 -41
- package/esm5/lib/ValueOverlayDescriptionMetadata.js +33 -0
- package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/VirtualDataSource.js +279 -279
- package/esm5/lib/VirtualDataSourceDescription.js +20 -20
- package/esm5/lib/WaterfallSeriesDescription.js +12 -12
- package/esm5/lib/WebAccordionDescription.js +48 -0
- package/esm5/lib/WebAccordionDescriptionMetadata.js +6 -0
- package/esm5/lib/WebAvatarDescriptionMetadata.js +1 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +5 -0
- package/esm5/lib/WebButtonDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCarouselDescriptionMetadata.js +2 -2
- package/esm5/lib/WebCheckboxBaseDescription.js +35 -23
- package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
- package/esm5/lib/WebCheckboxDescription.js +3 -3
- package/esm5/lib/WebColumnDescription.js +150 -138
- package/esm5/lib/WebColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebColumnGroupDescription.js +12 -12
- package/esm5/lib/WebComboDescription.js +63 -51
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDatePickerDescription.js +60 -48
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDateTimeInputDescription.js +25 -25
- package/esm5/lib/WebDockManagerDescription.js +35 -23
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +3 -2
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/WebExpressionTreeDescription.js +87 -0
- package/esm5/lib/WebExpressionTreeDescriptionMetadata.js +58 -0
- package/esm5/lib/{WebValidatorHandlerDescription.js → WebExpressionTreeOrFilteringExpressionDescription.js} +9 -9
- package/esm5/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +41 -0
- package/esm5/lib/WebFilteringExpressionDescription.js +37 -20
- package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
- package/esm5/lib/WebFilteringExpressionsTreeDescription.js +44 -27
- package/esm5/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
- package/esm5/lib/WebFilteringExpressionsTreeDetailDescription.js +35 -11
- package/esm5/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
- package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -10
- package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
- package/esm5/lib/WebFilteringOperationDescription.js +22 -10
- package/esm5/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
- package/esm5/lib/WebIconButtonDescriptionMetadata.js +1 -1
- package/esm5/lib/WebInputBaseDescription.js +28 -16
- package/esm5/lib/WebInputBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/WebInputDescription.js +36 -36
- package/esm5/lib/WebInputDescriptionMetadata.js +1 -1
- package/esm5/lib/WebLinearProgressDescriptionMetadata.js +1 -1
- package/esm5/lib/WebListItemDescription.js +14 -1
- package/esm5/lib/WebListItemDescriptionMetadata.js +1 -0
- package/esm5/lib/WebMaskInputBaseDescription.js +3 -3
- package/esm5/lib/WebMaskInputDescription.js +10 -10
- package/esm5/lib/WebNavDrawerDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRadioDescription.js +35 -23
- package/esm5/lib/WebRadioDescriptionMetadata.js +2 -1
- package/esm5/lib/WebRadioGroupDescription.js +15 -3
- package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -1
- package/esm5/lib/WebRatingDescription.js +26 -14
- package/esm5/lib/WebRatingDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSelectDescription.js +47 -35
- package/esm5/lib/WebSelectDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSliderBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/WebSliderDescription.js +21 -9
- package/esm5/lib/WebSliderDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescriptionMetadata.js +4 -4
- package/esm5/lib/WebTabsDescriptionMetadata.js +1 -1
- package/esm5/lib/WebTextareaDescription.js +49 -37
- package/esm5/lib/WebTextareaDescriptionMetadata.js +5 -4
- package/esm5/lib/WebTileChangeStateEventArgsDescription.js +46 -0
- package/esm5/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebTileChangeStateEventArgsDetailDescription.js +58 -0
- package/esm5/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
- package/esm5/lib/WebTileComponentEventArgsDescription.js +46 -0
- package/esm5/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebTileDescription.js +236 -0
- package/esm5/lib/WebTileDescriptionMetadata.js +7 -0
- package/esm5/lib/WebTileDescriptionMetadata_combined.js +176 -0
- package/esm5/lib/WebTileDescriptionModule.js +28 -0
- package/esm5/lib/WebTileManagerDescription.js +200 -0
- package/esm5/lib/WebTileManagerDescriptionMetadata.js +66 -0
- package/esm5/lib/WebTileManagerDescriptionModule.js +26 -0
- package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm5/lib/XYChartDescription.js +221 -221
- package/esm5/lib/angular-renderer.js +21 -2
- package/esm5/lib/igx-data-source-properties-requested-changed-event-args.js +36 -0
- package/esm5/lib/type.js +6 -2
- package/esm5/public_api.js +81 -7
- package/fesm2015/igniteui-angular-core.js +24297 -18109
- package/fesm5/igniteui-angular-core.js +38164 -30220
- package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/AggregatedDataProviderLayerMap.d.ts +2 -1
- package/lib/AggregatedDataProviderTopLayer.d.ts +4 -3
- package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
- package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
- package/lib/AnnotationLayerDescription.d.ts +27 -21
- 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/BaseDataSourceDescription.d.ts +7 -4
- package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
- package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
- package/lib/BrushUtil.d.ts +16 -14
- package/lib/BubbleSeriesDescription.d.ts +14 -14
- package/lib/ButtonDescription.d.ts +177 -174
- package/lib/CalloutLayerDescription.d.ts +50 -50
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
- package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
- package/lib/CategorySeriesDescription.d.ts +8 -8
- package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
- package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
- package/lib/CheckboxListDescription.d.ts +64 -43
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +7 -5
- package/lib/ColorUtil.d.ts +2 -2
- package/lib/ColumnFragmentDescription.d.ts +2 -2
- package/lib/ColumnSeriesDescription.d.ts +3 -3
- package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
- package/lib/ComponentSizeHelpers.d.ts +15 -0
- package/lib/CrosshairLayerDescription.d.ts +31 -31
- package/lib/DOMExecutionContext.d.ts +3 -1
- package/lib/DashboardTileDescription.d.ts +48 -33
- package/lib/DataAdapterRunContextRecursionType.d.ts +14 -0
- package/lib/DataAnnotationAxisLayerDescription.d.ts +82 -0
- package/lib/DataAnnotationAxisLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationBandLayerDescription.d.ts +13 -0
- package/lib/DataAnnotationBandLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationBandLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationInfoDescription.d.ts +65 -0
- package/lib/{WebValidatorHandlerDescriptionMetadata.d.ts → DataAnnotationInfoDescriptionMetadata.d.ts} +1 -1
- package/lib/DataAnnotationItemDescription.d.ts +59 -0
- package/lib/{WebGridActionButtonDescriptionMetadata.d.ts → DataAnnotationItemDescriptionMetadata.d.ts} +1 -1
- package/lib/DataAnnotationLineLayerDescription.d.ts +10 -0
- package/lib/DataAnnotationLineLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationLineLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationPointLayerDescription.d.ts +58 -0
- package/lib/DataAnnotationPointLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationRangeLayerDescription.d.ts +37 -0
- package/lib/DataAnnotationRangeLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationRectLayerDescription.d.ts +10 -0
- package/lib/DataAnnotationRectLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationRectLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationShapeLayerDescription.d.ts +109 -0
- package/lib/DataAnnotationShapeLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationSliceLayerDescription.d.ts +16 -0
- package/lib/DataAnnotationSliceLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationSliceLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationStripLayerDescription.d.ts +34 -0
- package/lib/DataAnnotationStripLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationStripLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationStyleEventArgsDescription.d.ts +45 -0
- package/lib/DataAnnotationStyleEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/DataPieBaseChartDescription.d.ts +38 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSeriesAdapterPropertyInfo.d.ts +11 -0
- package/lib/DataSeriesPropertyType.d.ts +10 -0
- package/lib/DataSeriesType.d.ts +16 -12
- package/lib/DataSourcePropertiesRequestedChangedEventArgs.d.ts +8 -0
- package/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.d.ts +11 -0
- package/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/DataToolTipLayerDescription.d.ts +143 -143
- package/lib/DescriptionSerializer.d.ts +5 -2
- package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/DomainChartDescription.d.ts +328 -295
- package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/FinalValueLayerDescription.d.ts +14 -14
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/FinancialIndicatorDescription.d.ts +8 -8
- package/lib/FinancialOverlayDescription.d.ts +1 -1
- package/lib/FinancialPriceSeriesDescription.d.ts +17 -17
- package/lib/FinancialSeriesDescription.d.ts +19 -19
- 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/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 +13 -13
- 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 +1 -0
- package/lib/HighDensityScatterSeriesDescription.d.ts +17 -17
- package/lib/HighlightingManager.d.ts +6 -4
- package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
- package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/IDataLegend.d.ts +1 -0
- package/lib/IDataLegendTarget.d.ts +3 -1
- package/lib/IDataSeriesAdapterRule_combined.d.ts +34 -15
- package/lib/IDataSourceDataProvider_combined.d.ts +11 -6
- package/lib/IHighlightingManager.d.ts +1 -0
- package/lib/ILegendSeries.d.ts +1 -0
- package/lib/INativeUICheckboxListBridge.d.ts +1 -0
- package/lib/INativeUIGridBridge.d.ts +1 -0
- package/lib/INativeUIPopupBridge.d.ts +2 -0
- package/lib/IToolbarTarget.d.ts +1 -0
- package/lib/ItemToolTipLayerDescription.d.ts +4 -4
- package/lib/LineSeriesDescription.d.ts +1 -1
- package/lib/ListPanelContentRebindEventArgsDescription.d.ts +14 -0
- package/lib/ListPanelContentRebindEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ListPanelContentRecycledEventArgsDescription.d.ts +14 -0
- package/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ListPanelDescription.d.ts +40 -31
- package/lib/LocalDataSourceDescription.d.ts +1 -1
- package/lib/LocalDataSource_combined.d.ts +35 -35
- package/lib/MarkerSeriesDescription.d.ts +12 -12
- package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
- package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
- package/lib/NativeUIBuiltInEvents.d.ts +10 -9
- package/lib/NativeUIBuiltInProperties.d.ts +57 -48
- package/lib/NativeUIButton.d.ts +12 -10
- package/lib/NativeUICheckboxList.d.ts +51 -35
- package/lib/NativeUIGrid.d.ts +2 -1
- package/lib/NativeUIIconButton.d.ts +6 -6
- package/lib/NativeUIPopup.d.ts +19 -15
- package/lib/OthersCategoryContextDescription.d.ts +14 -0
- package/lib/OthersCategoryContextDescriptionMetadata.d.ts +13 -0
- package/lib/OthersCategoryContextDescriptionModule.d.ts +9 -0
- package/lib/OverlayTextInfoDescription.d.ts +74 -0
- package/lib/{WebChildGridRowDescriptionMetadata.d.ts → OverlayTextInfoDescriptionMetadata.d.ts} +1 -1
- package/lib/OverlayTextUpdatingEventArgsDescription.d.ts +80 -0
- package/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/PagedDataSource.d.ts +2 -2
- 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 +27 -27
- package/lib/PolarLineSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineSeriesDescription.d.ts +1 -1
- package/lib/PriceChannelOverlayDescription.d.ts +1 -1
- package/lib/RadialAreaSeriesDescription.d.ts +1 -1
- package/lib/RadialBaseChartDescription.d.ts +76 -76
- package/lib/RadialBaseDescription.d.ts +25 -25
- package/lib/RadialColumnSeriesDescription.d.ts +2 -2
- package/lib/RadialLineSeriesDescription.d.ts +1 -1
- package/lib/RadialPieSeriesDescription.d.ts +4 -4
- package/lib/RangeCategorySeriesDescription.d.ts +4 -4
- package/lib/RangeColumnSeriesDescription.d.ts +2 -2
- package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
- package/lib/ReadOnlyDoubleCollection.d.ts +35 -0
- package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
- package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
- package/lib/ScatterBaseDescription.d.ts +26 -26
- 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 +5 -1
- package/lib/SeriesDescription.d.ts +92 -89
- package/lib/ShapeSeriesBaseDescription.d.ts +17 -17
- package/lib/SimpleFinancialPriceSeriesRule.d.ts +1 -2
- package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
- 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/TRIXIndicatorDescription.d.ts +1 -1
- package/lib/TileSeriesDescription.d.ts +1 -1
- package/lib/ToolActionButtonDescription.d.ts +2 -2
- package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
- package/lib/ToolActionButtonPairDescription.d.ts +37 -37
- package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
- package/lib/ToolActionCheckboxDescription.d.ts +9 -9
- package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
- package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
- package/lib/ToolActionColorEditorDescription.d.ts +1 -1
- package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
- package/lib/ToolActionComboDescription.d.ts +4 -4
- package/lib/ToolActionComboInfoDescription.d.ts +4 -4
- package/lib/ToolActionDescription.d.ts +63 -54
- package/lib/ToolActionFieldSelectorAggregationDescription.d.ts +22 -0
- package/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionFieldSelectorAggregationDescriptionModule.d.ts +9 -0
- package/lib/ToolActionFieldSelectorDescription.d.ts +57 -0
- package/lib/ToolActionFieldSelectorDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionFieldSelectorDescriptionModule.d.ts +9 -0
- package/lib/ToolActionFieldSelectorInfo.d.ts +34 -0
- package/lib/ToolActionFieldSelectorInfoDescription.d.ts +33 -0
- package/lib/ToolActionFieldSelectorInfoDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionFieldSelectorInfoType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationDescription.d.ts +22 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.d.ts +9 -0
- package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
- package/lib/ToolActionIconButtonDescription.d.ts +11 -11
- package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
- package/lib/ToolActionIconMenuDescription.d.ts +3 -3
- package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
- package/lib/ToolActionInfoDescription.d.ts +28 -22
- package/lib/ToolActionNumberInputDescription.d.ts +1 -1
- package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
- package/lib/ToolActionRadioDescription.d.ts +11 -11
- package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
- package/lib/ToolActionSubPanelDescription.d.ts +3 -0
- package/lib/ToolActionTextInputDescription.d.ts +1 -1
- package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
- package/lib/ToolActionType.d.ts +5 -4
- package/lib/ToolPanelDescription.d.ts +106 -85
- package/lib/ToolbarDescription.d.ts +71 -53
- package/lib/TrendLineLayerDescription.d.ts +22 -0
- package/lib/TrendLineLayerDescriptionMetadata.d.ts +13 -0
- package/lib/{WebChildGridRowDescriptionModule.d.ts → TrendLineLayerDescriptionModule.d.ts} +1 -1
- package/lib/ValueLayerDescription.d.ts +116 -32
- package/lib/ValueOverlayDescription.d.ts +95 -14
- package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/VirtualDataSource.d.ts +49 -49
- package/lib/VirtualDataSourceDescription.d.ts +7 -7
- package/lib/WaterfallSeriesDescription.d.ts +4 -4
- package/lib/WebAccordionDescription.d.ts +12 -0
- package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +1 -0
- package/lib/WebCheckboxBaseDescription.d.ts +12 -9
- package/lib/WebCheckboxDescription.d.ts +1 -1
- package/lib/WebColumnDescription.d.ts +53 -50
- package/lib/WebColumnGroupDescription.d.ts +4 -4
- package/lib/WebComboDescription.d.ts +21 -18
- package/lib/WebDatePickerDescription.d.ts +20 -17
- package/lib/WebDateTimeInputDescription.d.ts +9 -9
- package/lib/WebDockManagerDescription.d.ts +11 -8
- package/lib/WebExpressionTreeDescription.d.ts +28 -0
- package/lib/WebExpressionTreeDescriptionMetadata.d.ts +13 -0
- package/lib/{WebValidatorHandlerDescription.d.ts → WebExpressionTreeOrFilteringExpressionDescription.d.ts} +1 -1
- package/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/WebFilteringExpressionDescription.d.ts +13 -7
- package/lib/WebFilteringExpressionsTreeDescription.d.ts +15 -10
- package/lib/WebFilteringExpressionsTreeDetailDescription.d.ts +10 -4
- package/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.d.ts +2 -3
- package/lib/WebFilteringOperationDescription.d.ts +7 -4
- package/lib/WebInputBaseDescription.d.ts +9 -6
- package/lib/WebInputDescription.d.ts +13 -13
- package/lib/WebListItemDescription.d.ts +3 -0
- package/lib/WebMaskInputBaseDescription.d.ts +1 -1
- package/lib/WebMaskInputDescription.d.ts +4 -4
- package/lib/WebRadioDescription.d.ts +12 -9
- package/lib/WebRadioGroupDescription.d.ts +4 -1
- package/lib/WebRatingDescription.d.ts +8 -5
- package/lib/WebSelectDescription.d.ts +16 -13
- package/lib/WebSliderDescription.d.ts +6 -3
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebTextareaDescription.d.ts +16 -13
- package/lib/WebTileChangeStateEventArgsDescription.d.ts +17 -0
- package/lib/WebTileChangeStateEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebTileChangeStateEventArgsDetailDescription.d.ts +20 -0
- package/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.d.ts +1 -0
- package/lib/WebTileComponentEventArgsDescription.d.ts +17 -0
- package/lib/WebTileComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebTileDescription.d.ts +62 -0
- package/lib/WebTileDescriptionMetadata.d.ts +1 -0
- package/lib/WebTileDescriptionMetadata_combined.d.ts +43 -0
- package/lib/WebTileDescriptionModule.d.ts +9 -0
- package/lib/WebTileManagerDescription.d.ts +53 -0
- package/lib/WebTileManagerDescriptionMetadata.d.ts +13 -0
- package/lib/WebTileManagerDescriptionModule.d.ts +9 -0
- package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
- package/lib/XYChartDescription.d.ts +76 -76
- package/lib/angular-renderer.d.ts +2 -0
- package/lib/dom.d.ts +2 -0
- package/lib/igx-data-source-properties-requested-changed-event-args.d.ts +15 -0
- package/lib/type.d.ts +2 -1
- package/package.json +1 -1
- package/public_api.d.ts +81 -7
- package/esm2015/lib/WebChildGridRowDescription.js +0 -58
- package/esm2015/lib/WebChildGridRowDescriptionMetadata.js +0 -48
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -47
- package/esm2015/lib/WebValidatorHandlerDescriptionMetadata.js +0 -39
- package/esm5/lib/WebChildGridRowDescription.js +0 -80
- package/esm5/lib/WebChildGridRowDescriptionMetadata.js +0 -52
- package/esm5/lib/WebGridActionButtonDescription.js +0 -92
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -51
- package/esm5/lib/WebValidatorHandlerDescriptionMetadata.js +0 -43
- package/lib/WebChildGridRowDescription.d.ts +0 -24
- package/lib/WebGridActionButtonDescription.d.ts +0 -26
|
@@ -13,176 +13,176 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DomainChartDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.fl = 0;
|
|
17
|
+
this.fy = 0;
|
|
18
|
+
this.fz = 0;
|
|
19
|
+
this.f0 = 0;
|
|
20
|
+
this.fx = 0;
|
|
17
21
|
this.ft = 0;
|
|
18
|
-
this.fu = 0;
|
|
19
22
|
this.fv = 0;
|
|
23
|
+
this.fu = 0;
|
|
20
24
|
this.fs = 0;
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.dk = 0;
|
|
43
|
-
this.ki = null;
|
|
44
|
-
this.kj = null;
|
|
45
|
-
this.b3 = false;
|
|
25
|
+
this.nz = null;
|
|
26
|
+
this.n2 = null;
|
|
27
|
+
this.fi = 0;
|
|
28
|
+
this.f1 = 0;
|
|
29
|
+
this.fr = 0;
|
|
30
|
+
this.dg = 0;
|
|
31
|
+
this.jq = 0;
|
|
32
|
+
this.n5 = null;
|
|
33
|
+
this.jn = 0;
|
|
34
|
+
this.jp = 0;
|
|
35
|
+
this.jm = 0;
|
|
36
|
+
this.n0 = null;
|
|
37
|
+
this.n3 = null;
|
|
38
|
+
this.ky = null;
|
|
39
|
+
this.ee = 0;
|
|
40
|
+
this.ef = 0;
|
|
41
|
+
this.dp = 0;
|
|
42
|
+
this.dq = 0;
|
|
43
|
+
this.kw = null;
|
|
44
|
+
this.kx = null;
|
|
45
|
+
this.b5 = false;
|
|
46
46
|
this.p = null;
|
|
47
47
|
this.m = null;
|
|
48
48
|
this.o = null;
|
|
49
49
|
this.l = null;
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.b4 = false;
|
|
56
|
-
this.l0 = null;
|
|
57
|
-
this.q = null;
|
|
58
|
-
this.ex = 0;
|
|
59
|
-
this.ey = 0;
|
|
60
|
-
this.ez = 0;
|
|
61
|
-
this.e0 = 0;
|
|
62
|
-
this.b5 = false;
|
|
63
|
-
this.l5 = null;
|
|
50
|
+
this.mb = null;
|
|
51
|
+
this.jj = 0;
|
|
52
|
+
this.jk = 0;
|
|
53
|
+
this.md = null;
|
|
54
|
+
this.mc = null;
|
|
64
55
|
this.b6 = false;
|
|
56
|
+
this.me = null;
|
|
57
|
+
this.q = null;
|
|
65
58
|
this.e2 = 0;
|
|
66
59
|
this.e3 = 0;
|
|
67
60
|
this.e4 = 0;
|
|
68
61
|
this.e5 = 0;
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
62
|
+
this.b7 = false;
|
|
63
|
+
this.mj = null;
|
|
64
|
+
this.b8 = false;
|
|
65
|
+
this.e7 = 0;
|
|
66
|
+
this.e8 = 0;
|
|
67
|
+
this.e9 = 0;
|
|
68
|
+
this.fa = 0;
|
|
69
|
+
this.mf = null;
|
|
70
|
+
this.mg = null;
|
|
71
|
+
this.e6 = 0;
|
|
72
|
+
this.mh = null;
|
|
73
|
+
this.mi = null;
|
|
74
|
+
this.k5 = null;
|
|
75
75
|
this.n = null;
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
76
|
+
this.k3 = null;
|
|
77
|
+
this.k4 = null;
|
|
78
|
+
this.k6 = null;
|
|
79
|
+
this.k7 = null;
|
|
80
|
+
this.k8 = null;
|
|
81
|
+
this.d5 = 0;
|
|
82
|
+
this.d6 = 0;
|
|
83
|
+
this.d7 = 0;
|
|
84
|
+
this.d8 = 0;
|
|
81
85
|
this.d0 = 0;
|
|
82
86
|
this.d1 = 0;
|
|
83
87
|
this.d2 = 0;
|
|
84
88
|
this.d3 = 0;
|
|
85
|
-
this.
|
|
89
|
+
this.b4 = false;
|
|
90
|
+
this.k9 = null;
|
|
91
|
+
this.d4 = 0;
|
|
92
|
+
this.la = null;
|
|
93
|
+
this.lb = null;
|
|
94
|
+
this.kz = null;
|
|
86
95
|
this.dw = 0;
|
|
87
96
|
this.dx = 0;
|
|
88
97
|
this.dy = 0;
|
|
89
|
-
this.b2 = false;
|
|
90
|
-
this.kv = null;
|
|
91
98
|
this.dz = 0;
|
|
92
|
-
this.kw = null;
|
|
93
|
-
this.kx = null;
|
|
94
|
-
this.kl = null;
|
|
95
99
|
this.dr = 0;
|
|
96
100
|
this.ds = 0;
|
|
97
101
|
this.dt = 0;
|
|
98
102
|
this.du = 0;
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
103
|
+
this.b3 = false;
|
|
104
|
+
this.k0 = null;
|
|
105
|
+
this.dv = 0;
|
|
106
|
+
this.k1 = null;
|
|
107
|
+
this.k2 = null;
|
|
108
|
+
this.ln = null;
|
|
109
|
+
this.lo = null;
|
|
110
|
+
this.el = 0;
|
|
111
|
+
this.lp = null;
|
|
112
|
+
this.lq = null;
|
|
113
|
+
this.lr = null;
|
|
114
|
+
this.lm = null;
|
|
115
|
+
this.em = 0;
|
|
116
|
+
this.en = 0;
|
|
117
|
+
this.eo = 0;
|
|
118
|
+
this.ep = 0;
|
|
115
119
|
this.eh = 0;
|
|
116
120
|
this.ei = 0;
|
|
117
121
|
this.ej = 0;
|
|
118
122
|
this.ek = 0;
|
|
119
|
-
this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
123
|
+
this.lx = null;
|
|
124
|
+
this.ly = null;
|
|
125
|
+
this.er = 0;
|
|
126
|
+
this.lz = null;
|
|
127
|
+
this.l0 = null;
|
|
128
|
+
this.lh = null;
|
|
129
|
+
this.li = null;
|
|
123
130
|
this.lj = null;
|
|
131
|
+
this.eg = 0;
|
|
124
132
|
this.lk = null;
|
|
125
|
-
this.em = 0;
|
|
126
133
|
this.ll = null;
|
|
127
|
-
this.lm = null;
|
|
128
|
-
this.k3 = null;
|
|
129
|
-
this.k4 = null;
|
|
130
|
-
this.k5 = null;
|
|
131
|
-
this.eb = 0;
|
|
132
|
-
this.k6 = null;
|
|
133
|
-
this.k7 = null;
|
|
134
|
-
this.le = null;
|
|
135
|
-
this.lf = null;
|
|
136
|
-
this.lg = null;
|
|
137
|
-
this.el = 0;
|
|
138
|
-
this.lh = null;
|
|
139
|
-
this.li = null;
|
|
140
|
-
this.df = 0;
|
|
141
|
-
this.dg = 0;
|
|
142
|
-
this.dh = 0;
|
|
143
|
-
this.di = 0;
|
|
144
|
-
this.kh = null;
|
|
145
|
-
this.lr = null;
|
|
146
134
|
this.ls = null;
|
|
147
135
|
this.lt = null;
|
|
136
|
+
this.lu = null;
|
|
137
|
+
this.eq = 0;
|
|
138
|
+
this.lv = null;
|
|
139
|
+
this.lw = null;
|
|
140
|
+
this.dk = 0;
|
|
141
|
+
this.dl = 0;
|
|
142
|
+
this.dm = 0;
|
|
143
|
+
this.dn = 0;
|
|
144
|
+
this.kv = null;
|
|
145
|
+
this.l5 = null;
|
|
146
|
+
this.l6 = null;
|
|
147
|
+
this.l7 = null;
|
|
148
|
+
this.ey = 0;
|
|
149
|
+
this.ez = 0;
|
|
150
|
+
this.e0 = 0;
|
|
151
|
+
this.e1 = 0;
|
|
152
|
+
this.l8 = null;
|
|
153
|
+
this.ex = 0;
|
|
154
|
+
this.l9 = null;
|
|
155
|
+
this.ma = null;
|
|
148
156
|
this.et = 0;
|
|
149
157
|
this.eu = 0;
|
|
150
158
|
this.ev = 0;
|
|
151
159
|
this.ew = 0;
|
|
152
|
-
this.
|
|
160
|
+
this.l1 = null;
|
|
161
|
+
this.l2 = null;
|
|
153
162
|
this.es = 0;
|
|
154
|
-
this.
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
this.
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
165
|
-
this.
|
|
166
|
-
this.kz = null;
|
|
167
|
-
this.d5 = 0;
|
|
168
|
-
this.d6 = 0;
|
|
169
|
-
this.d7 = 0;
|
|
170
|
-
this.d8 = 0;
|
|
171
|
-
this.k0 = null;
|
|
172
|
-
this.d4 = 0;
|
|
173
|
-
this.k1 = null;
|
|
174
|
-
this.k2 = null;
|
|
163
|
+
this.l3 = null;
|
|
164
|
+
this.l4 = null;
|
|
165
|
+
this.lc = null;
|
|
166
|
+
this.ld = null;
|
|
167
|
+
this.ea = 0;
|
|
168
|
+
this.eb = 0;
|
|
169
|
+
this.ec = 0;
|
|
170
|
+
this.ed = 0;
|
|
171
|
+
this.le = null;
|
|
172
|
+
this.d9 = 0;
|
|
173
|
+
this.lf = null;
|
|
174
|
+
this.lg = null;
|
|
175
175
|
this.aj = null;
|
|
176
176
|
this.v = null;
|
|
177
177
|
this.u = null;
|
|
178
178
|
this.s = null;
|
|
179
179
|
this.w = null;
|
|
180
180
|
this.ak = null;
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
184
|
-
this.
|
|
185
|
-
this.
|
|
181
|
+
this.nm = null;
|
|
182
|
+
this.mp = null;
|
|
183
|
+
this.nl = null;
|
|
184
|
+
this.mn = null;
|
|
185
|
+
this.nk = null;
|
|
186
186
|
this.ai = null;
|
|
187
187
|
this.t = null;
|
|
188
188
|
this.ac = null;
|
|
@@ -191,154 +191,165 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
191
191
|
this.y = null;
|
|
192
192
|
this.ab = null;
|
|
193
193
|
this.ad = null;
|
|
194
|
-
this.
|
|
195
|
-
this.mc = null;
|
|
196
|
-
this.mn = null;
|
|
197
|
-
this.mm = null;
|
|
198
|
-
this.mo = null;
|
|
194
|
+
this.m3 = null;
|
|
199
195
|
this.mq = null;
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
196
|
+
this.m1 = null;
|
|
197
|
+
this.m0 = null;
|
|
198
|
+
this.m2 = null;
|
|
199
|
+
this.m4 = null;
|
|
200
|
+
this.ku = null;
|
|
201
|
+
this.bn = null;
|
|
202
|
+
this.mr = null;
|
|
203
|
+
this.bo = null;
|
|
204
204
|
this.x = null;
|
|
205
205
|
this.r = null;
|
|
206
206
|
this.j = null;
|
|
207
207
|
this.ah = null;
|
|
208
208
|
this.h = null;
|
|
209
209
|
this.i = null;
|
|
210
|
-
this.
|
|
211
|
-
this.b9 = false;
|
|
210
|
+
this.m9 = null;
|
|
212
211
|
this.cb = false;
|
|
213
|
-
this.
|
|
212
|
+
this.cd = false;
|
|
214
213
|
this.cg = false;
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
214
|
+
this.ci = false;
|
|
215
|
+
this.mt = null;
|
|
216
|
+
this.cc = false;
|
|
217
|
+
this.ms = null;
|
|
218
|
+
this.m8 = null;
|
|
219
|
+
this.br = null;
|
|
220
|
+
this.kl = null;
|
|
221
|
+
this.nx = null;
|
|
222
|
+
this.n1 = null;
|
|
223
|
+
this.ny = null;
|
|
224
|
+
this.n7 = null;
|
|
225
|
+
this.fq = 0;
|
|
226
|
+
this.fw = 0;
|
|
227
|
+
this.nd = null;
|
|
228
|
+
this.nc = null;
|
|
229
|
+
this.nb = null;
|
|
230
|
+
this.fj = 0;
|
|
231
|
+
this.fk = 0;
|
|
232
232
|
this.ag = null;
|
|
233
|
-
this.
|
|
233
|
+
this.na = null;
|
|
234
234
|
this.ae = null;
|
|
235
235
|
this.af = null;
|
|
236
|
-
this.
|
|
237
|
-
this.
|
|
238
|
-
this.
|
|
236
|
+
this.jo = 0;
|
|
237
|
+
this.df = 0;
|
|
238
|
+
this.bu = false;
|
|
239
239
|
this.al = null;
|
|
240
|
-
this.
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
243
|
-
this.
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
251
|
-
this.mg = null;
|
|
252
|
-
this.mr = null;
|
|
253
|
-
this.mt = null;
|
|
254
|
-
this.ms = null;
|
|
255
|
-
this.jl = 0;
|
|
240
|
+
this.n6 = null;
|
|
241
|
+
this.f2 = 0;
|
|
242
|
+
this.am = null;
|
|
243
|
+
this.cj = false;
|
|
244
|
+
this.bt = false;
|
|
245
|
+
this.fn = 0;
|
|
246
|
+
this.fp = 0;
|
|
247
|
+
this.fo = 0;
|
|
248
|
+
this.fm = 0;
|
|
249
|
+
this.km = null;
|
|
250
|
+
this.np = null;
|
|
256
251
|
this.nq = null;
|
|
257
|
-
this.
|
|
252
|
+
this.mv = null;
|
|
253
|
+
this.mu = null;
|
|
254
|
+
this.m5 = null;
|
|
255
|
+
this.m7 = null;
|
|
256
|
+
this.m6 = null;
|
|
257
|
+
this.jr = 0;
|
|
258
|
+
this.n4 = null;
|
|
259
|
+
this.kr = null;
|
|
260
|
+
this.b2 = false;
|
|
261
|
+
this.kt = null;
|
|
262
|
+
this.dj = 0;
|
|
263
|
+
this.ks = null;
|
|
264
|
+
this.b1 = false;
|
|
265
|
+
this.kn = null;
|
|
266
|
+
this.kp = null;
|
|
267
|
+
this.ko = null;
|
|
268
|
+
this.kq = null;
|
|
269
|
+
this.jh = 0;
|
|
270
|
+
this.ji = 0;
|
|
271
|
+
this.cf = false;
|
|
272
|
+
this.ch = false;
|
|
273
|
+
this.b9 = false;
|
|
274
|
+
this.ml = null;
|
|
275
|
+
this.mm = null;
|
|
276
|
+
this.jl = 0;
|
|
277
|
+
this.bv = false;
|
|
258
278
|
this.b0 = false;
|
|
279
|
+
this.bw = false;
|
|
280
|
+
this.ck = false;
|
|
281
|
+
this.j4 = null;
|
|
282
|
+
this.by = false;
|
|
283
|
+
this.bz = false;
|
|
284
|
+
this.bx = false;
|
|
285
|
+
this.di = 0;
|
|
286
|
+
this.j6 = null;
|
|
287
|
+
this.kg = null;
|
|
288
|
+
this.kh = null;
|
|
259
289
|
this.kf = null;
|
|
260
|
-
this.
|
|
290
|
+
this.j8 = null;
|
|
261
291
|
this.ke = null;
|
|
262
|
-
this.
|
|
292
|
+
this.jg = 0;
|
|
263
293
|
this.j9 = null;
|
|
264
|
-
this.
|
|
294
|
+
this.k = null;
|
|
295
|
+
this.kj = null;
|
|
296
|
+
this.kk = null;
|
|
297
|
+
this.kd = null;
|
|
298
|
+
this.j7 = null;
|
|
265
299
|
this.ka = null;
|
|
300
|
+
this.dh = 0;
|
|
301
|
+
this.kb = null;
|
|
266
302
|
this.kc = null;
|
|
267
|
-
this.jb = 0;
|
|
268
|
-
this.jc = 0;
|
|
269
|
-
this.cd = false;
|
|
270
|
-
this.cf = false;
|
|
271
|
-
this.b7 = false;
|
|
272
|
-
this.l7 = null;
|
|
273
|
-
this.l8 = null;
|
|
274
|
-
this.jf = 0;
|
|
275
|
-
this.bt = false;
|
|
276
|
-
this.by = false;
|
|
277
|
-
this.bu = false;
|
|
278
|
-
this.ch = false;
|
|
279
|
-
this.jy = null;
|
|
280
|
-
this.bw = false;
|
|
281
|
-
this.bx = false;
|
|
282
|
-
this.bv = false;
|
|
283
|
-
this.dd = 0;
|
|
284
|
-
this.j0 = null;
|
|
285
|
-
this.ja = 0;
|
|
286
|
-
this.j2 = null;
|
|
287
|
-
this.k = null;
|
|
288
|
-
this.j5 = null;
|
|
289
|
-
this.j6 = null;
|
|
290
|
-
this.j3 = null;
|
|
291
|
-
this.j1 = null;
|
|
292
|
-
this.am = null;
|
|
293
303
|
this.an = null;
|
|
294
|
-
this.
|
|
295
|
-
this.cc = false;
|
|
296
|
-
this.mj = null;
|
|
297
|
-
this.nv = null;
|
|
298
|
-
this.ml = null;
|
|
299
|
-
this.nx = null;
|
|
300
|
-
this.mi = null;
|
|
301
|
-
this.mk = null;
|
|
302
|
-
this.fa = 0;
|
|
303
|
-
this.e9 = 0;
|
|
304
|
-
this.e6 = 0;
|
|
305
|
-
this.e7 = 0;
|
|
306
|
-
this.e8 = 0;
|
|
307
|
-
this.fc = 0;
|
|
308
|
-
this.fb = 0;
|
|
309
|
-
this.b8 = false;
|
|
310
|
-
this.nu = null;
|
|
311
|
-
this.nw = null;
|
|
312
|
-
this.f2 = 0;
|
|
313
|
-
this.f1 = 0;
|
|
314
|
-
this.fz = 0;
|
|
315
|
-
this.f5 = 0;
|
|
316
|
-
this.f0 = 0;
|
|
317
|
-
this.f4 = 0;
|
|
304
|
+
this.ao = null;
|
|
318
305
|
this.f3 = 0;
|
|
319
|
-
this.
|
|
306
|
+
this.ce = false;
|
|
307
|
+
this.mx = null;
|
|
308
|
+
this.n9 = null;
|
|
309
|
+
this.mz = null;
|
|
310
|
+
this.ob = null;
|
|
311
|
+
this.mw = null;
|
|
312
|
+
this.my = null;
|
|
313
|
+
this.ff = 0;
|
|
314
|
+
this.fe = 0;
|
|
315
|
+
this.fb = 0;
|
|
316
|
+
this.fc = 0;
|
|
317
|
+
this.fd = 0;
|
|
318
|
+
this.fh = 0;
|
|
319
|
+
this.fg = 0;
|
|
320
|
+
this.ca = false;
|
|
321
|
+
this.n8 = null;
|
|
322
|
+
this.oa = null;
|
|
320
323
|
this.f7 = 0;
|
|
321
324
|
this.f6 = 0;
|
|
325
|
+
this.f4 = 0;
|
|
326
|
+
this.ga = 0;
|
|
327
|
+
this.f5 = 0;
|
|
322
328
|
this.f9 = 0;
|
|
323
329
|
this.f8 = 0;
|
|
324
|
-
this.
|
|
325
|
-
this.
|
|
326
|
-
this.
|
|
330
|
+
this.cl = false;
|
|
331
|
+
this.gc = 0;
|
|
332
|
+
this.gb = 0;
|
|
333
|
+
this.ge = 0;
|
|
334
|
+
this.gd = 0;
|
|
335
|
+
this.nn = null;
|
|
336
|
+
this.nw = null;
|
|
337
|
+
this.ns = null;
|
|
338
|
+
this.nt = null;
|
|
339
|
+
this.nu = null;
|
|
340
|
+
this.nr = null;
|
|
341
|
+
this.nv = null;
|
|
342
|
+
this.no = null;
|
|
327
343
|
this.nf = null;
|
|
328
344
|
this.ng = null;
|
|
329
|
-
this.nd = null;
|
|
330
345
|
this.nh = null;
|
|
331
|
-
this.
|
|
332
|
-
this.
|
|
333
|
-
this.
|
|
334
|
-
this.
|
|
335
|
-
this.
|
|
336
|
-
this.
|
|
337
|
-
this.
|
|
338
|
-
this.jz = null;
|
|
339
|
-
this.m5 = null;
|
|
340
|
-
this.ma = null;
|
|
341
|
-
this.l6 = null;
|
|
346
|
+
this.ne = null;
|
|
347
|
+
this.ni = null;
|
|
348
|
+
this.ki = null;
|
|
349
|
+
this.j5 = null;
|
|
350
|
+
this.nj = null;
|
|
351
|
+
this.mo = null;
|
|
352
|
+
this.mk = null;
|
|
342
353
|
}
|
|
343
354
|
get_type() {
|
|
344
355
|
return "DomainChart";
|
|
@@ -347,213 +358,213 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
347
358
|
return this.get_type();
|
|
348
359
|
}
|
|
349
360
|
get pixelScalingRatio() {
|
|
350
|
-
return this.
|
|
361
|
+
return this.fl;
|
|
351
362
|
}
|
|
352
363
|
set pixelScalingRatio(a) {
|
|
353
|
-
this.
|
|
364
|
+
this.fl = a;
|
|
354
365
|
this.g("PixelScalingRatio");
|
|
355
366
|
}
|
|
356
367
|
get titleLeftMargin() {
|
|
357
|
-
return this.
|
|
368
|
+
return this.fy;
|
|
358
369
|
}
|
|
359
370
|
set titleLeftMargin(a) {
|
|
360
|
-
this.
|
|
371
|
+
this.fy = a;
|
|
361
372
|
this.g("TitleLeftMargin");
|
|
362
373
|
}
|
|
363
374
|
get titleRightMargin() {
|
|
364
|
-
return this.
|
|
375
|
+
return this.fz;
|
|
365
376
|
}
|
|
366
377
|
set titleRightMargin(a) {
|
|
367
|
-
this.
|
|
378
|
+
this.fz = a;
|
|
368
379
|
this.g("TitleRightMargin");
|
|
369
380
|
}
|
|
370
381
|
get titleTopMargin() {
|
|
371
|
-
return this.
|
|
382
|
+
return this.f0;
|
|
372
383
|
}
|
|
373
384
|
set titleTopMargin(a) {
|
|
374
|
-
this.
|
|
385
|
+
this.f0 = a;
|
|
375
386
|
this.g("TitleTopMargin");
|
|
376
387
|
}
|
|
377
388
|
get titleBottomMargin() {
|
|
378
|
-
return this.
|
|
389
|
+
return this.fx;
|
|
379
390
|
}
|
|
380
391
|
set titleBottomMargin(a) {
|
|
381
|
-
this.
|
|
392
|
+
this.fx = a;
|
|
382
393
|
this.g("TitleBottomMargin");
|
|
383
394
|
}
|
|
384
395
|
get subtitleLeftMargin() {
|
|
385
|
-
return this.
|
|
396
|
+
return this.ft;
|
|
386
397
|
}
|
|
387
398
|
set subtitleLeftMargin(a) {
|
|
388
|
-
this.
|
|
399
|
+
this.ft = a;
|
|
389
400
|
this.g("SubtitleLeftMargin");
|
|
390
401
|
}
|
|
391
402
|
get subtitleTopMargin() {
|
|
392
|
-
return this.
|
|
403
|
+
return this.fv;
|
|
393
404
|
}
|
|
394
405
|
set subtitleTopMargin(a) {
|
|
395
|
-
this.
|
|
406
|
+
this.fv = a;
|
|
396
407
|
this.g("SubtitleTopMargin");
|
|
397
408
|
}
|
|
398
409
|
get subtitleRightMargin() {
|
|
399
|
-
return this.
|
|
410
|
+
return this.fu;
|
|
400
411
|
}
|
|
401
412
|
set subtitleRightMargin(a) {
|
|
402
|
-
this.
|
|
413
|
+
this.fu = a;
|
|
403
414
|
this.g("SubtitleRightMargin");
|
|
404
415
|
}
|
|
405
416
|
get subtitleBottomMargin() {
|
|
406
|
-
return this.
|
|
417
|
+
return this.fs;
|
|
407
418
|
}
|
|
408
419
|
set subtitleBottomMargin(a) {
|
|
409
|
-
this.
|
|
420
|
+
this.fs = a;
|
|
410
421
|
this.g("SubtitleBottomMargin");
|
|
411
422
|
}
|
|
412
423
|
get subtitleTextColor() {
|
|
413
|
-
return this.
|
|
424
|
+
return this.nz;
|
|
414
425
|
}
|
|
415
426
|
set subtitleTextColor(a) {
|
|
416
|
-
this.
|
|
427
|
+
this.nz = a;
|
|
417
428
|
this.g("SubtitleTextColor");
|
|
418
429
|
}
|
|
419
430
|
get titleTextColor() {
|
|
420
|
-
return this.
|
|
431
|
+
return this.n2;
|
|
421
432
|
}
|
|
422
433
|
set titleTextColor(a) {
|
|
423
|
-
this.
|
|
434
|
+
this.n2 = a;
|
|
424
435
|
this.g("TitleTextColor");
|
|
425
436
|
}
|
|
426
437
|
get leftMargin() {
|
|
427
|
-
return this.
|
|
438
|
+
return this.fi;
|
|
428
439
|
}
|
|
429
440
|
set leftMargin(a) {
|
|
430
|
-
this.
|
|
441
|
+
this.fi = a;
|
|
431
442
|
this.g("LeftMargin");
|
|
432
443
|
}
|
|
433
444
|
get topMargin() {
|
|
434
|
-
return this.
|
|
445
|
+
return this.f1;
|
|
435
446
|
}
|
|
436
447
|
set topMargin(a) {
|
|
437
|
-
this.
|
|
448
|
+
this.f1 = a;
|
|
438
449
|
this.g("TopMargin");
|
|
439
450
|
}
|
|
440
451
|
get rightMargin() {
|
|
441
|
-
return this.
|
|
452
|
+
return this.fr;
|
|
442
453
|
}
|
|
443
454
|
set rightMargin(a) {
|
|
444
|
-
this.
|
|
455
|
+
this.fr = a;
|
|
445
456
|
this.g("RightMargin");
|
|
446
457
|
}
|
|
447
458
|
get bottomMargin() {
|
|
448
|
-
return this.
|
|
459
|
+
return this.dg;
|
|
449
460
|
}
|
|
450
461
|
set bottomMargin(a) {
|
|
451
|
-
this.
|
|
462
|
+
this.dg = a;
|
|
452
463
|
this.g("BottomMargin");
|
|
453
464
|
}
|
|
454
465
|
get transitionDuration() {
|
|
455
|
-
return this.
|
|
466
|
+
return this.jq;
|
|
456
467
|
}
|
|
457
468
|
set transitionDuration(a) {
|
|
458
|
-
this.
|
|
469
|
+
this.jq = a;
|
|
459
470
|
this.g("TransitionDuration");
|
|
460
471
|
}
|
|
461
472
|
get transitionEasingFunctionRef() {
|
|
462
|
-
return this.
|
|
473
|
+
return this.n5;
|
|
463
474
|
}
|
|
464
475
|
set transitionEasingFunctionRef(a) {
|
|
465
|
-
this.
|
|
476
|
+
this.n5 = a;
|
|
466
477
|
this.g("TransitionEasingFunctionRef");
|
|
467
478
|
}
|
|
468
479
|
get highlightingTransitionDuration() {
|
|
469
|
-
return this.
|
|
480
|
+
return this.jn;
|
|
470
481
|
}
|
|
471
482
|
set highlightingTransitionDuration(a) {
|
|
472
|
-
this.
|
|
483
|
+
this.jn = a;
|
|
473
484
|
this.g("HighlightingTransitionDuration");
|
|
474
485
|
}
|
|
475
486
|
get selectionTransitionDuration() {
|
|
476
|
-
return this.
|
|
487
|
+
return this.jp;
|
|
477
488
|
}
|
|
478
489
|
set selectionTransitionDuration(a) {
|
|
479
|
-
this.
|
|
490
|
+
this.jp = a;
|
|
480
491
|
this.g("SelectionTransitionDuration");
|
|
481
492
|
}
|
|
482
493
|
get focusTransitionDuration() {
|
|
483
|
-
return this.
|
|
494
|
+
return this.jm;
|
|
484
495
|
}
|
|
485
496
|
set focusTransitionDuration(a) {
|
|
486
|
-
this.
|
|
497
|
+
this.jm = a;
|
|
487
498
|
this.g("FocusTransitionDuration");
|
|
488
499
|
}
|
|
489
500
|
get subtitleTextStyle() {
|
|
490
|
-
return this.
|
|
501
|
+
return this.n0;
|
|
491
502
|
}
|
|
492
503
|
set subtitleTextStyle(a) {
|
|
493
|
-
this.
|
|
504
|
+
this.n0 = a;
|
|
494
505
|
this.g("SubtitleTextStyle");
|
|
495
506
|
}
|
|
496
507
|
get titleTextStyle() {
|
|
497
|
-
return this.
|
|
508
|
+
return this.n3;
|
|
498
509
|
}
|
|
499
510
|
set titleTextStyle(a) {
|
|
500
|
-
this.
|
|
511
|
+
this.n3 = a;
|
|
501
512
|
this.g("TitleTextStyle");
|
|
502
513
|
}
|
|
503
514
|
get dataToolTipGroupingMode() {
|
|
504
|
-
return this.
|
|
515
|
+
return this.ky;
|
|
505
516
|
}
|
|
506
517
|
set dataToolTipGroupingMode(a) {
|
|
507
|
-
this.
|
|
518
|
+
this.ky = a;
|
|
508
519
|
this.g("DataToolTipGroupingMode");
|
|
509
520
|
}
|
|
510
521
|
get dataToolTipPositionOffsetX() {
|
|
511
|
-
return this.
|
|
522
|
+
return this.ee;
|
|
512
523
|
}
|
|
513
524
|
set dataToolTipPositionOffsetX(a) {
|
|
514
|
-
this.
|
|
525
|
+
this.ee = a;
|
|
515
526
|
this.g("DataToolTipPositionOffsetX");
|
|
516
527
|
}
|
|
517
528
|
get dataToolTipPositionOffsetY() {
|
|
518
|
-
return this.
|
|
529
|
+
return this.ef;
|
|
519
530
|
}
|
|
520
531
|
set dataToolTipPositionOffsetY(a) {
|
|
521
|
-
this.
|
|
532
|
+
this.ef = a;
|
|
522
533
|
this.g("DataToolTipPositionOffsetY");
|
|
523
534
|
}
|
|
524
535
|
get dataToolTipDefaultPositionOffsetX() {
|
|
525
|
-
return this.
|
|
536
|
+
return this.dp;
|
|
526
537
|
}
|
|
527
538
|
set dataToolTipDefaultPositionOffsetX(a) {
|
|
528
|
-
this.
|
|
539
|
+
this.dp = a;
|
|
529
540
|
this.g("DataToolTipDefaultPositionOffsetX");
|
|
530
541
|
}
|
|
531
542
|
get dataToolTipDefaultPositionOffsetY() {
|
|
532
|
-
return this.
|
|
543
|
+
return this.dq;
|
|
533
544
|
}
|
|
534
545
|
set dataToolTipDefaultPositionOffsetY(a) {
|
|
535
|
-
this.
|
|
546
|
+
this.dq = a;
|
|
536
547
|
this.g("DataToolTipDefaultPositionOffsetY");
|
|
537
548
|
}
|
|
538
549
|
get dataToolTipGroupedPositionModeX() {
|
|
539
|
-
return this.
|
|
550
|
+
return this.kw;
|
|
540
551
|
}
|
|
541
552
|
set dataToolTipGroupedPositionModeX(a) {
|
|
542
|
-
this.
|
|
553
|
+
this.kw = a;
|
|
543
554
|
this.g("DataToolTipGroupedPositionModeX");
|
|
544
555
|
}
|
|
545
556
|
get dataToolTipGroupedPositionModeY() {
|
|
546
|
-
return this.
|
|
557
|
+
return this.kx;
|
|
547
558
|
}
|
|
548
559
|
set dataToolTipGroupedPositionModeY(a) {
|
|
549
|
-
this.
|
|
560
|
+
this.kx = a;
|
|
550
561
|
this.g("DataToolTipGroupedPositionModeY");
|
|
551
562
|
}
|
|
552
563
|
get dataToolTipShouldUpdateWhenSeriesDataChanges() {
|
|
553
|
-
return this.
|
|
564
|
+
return this.b5;
|
|
554
565
|
}
|
|
555
566
|
set dataToolTipShouldUpdateWhenSeriesDataChanges(a) {
|
|
556
|
-
this.
|
|
567
|
+
this.b5 = a;
|
|
557
568
|
this.g("DataToolTipShouldUpdateWhenSeriesDataChanges");
|
|
558
569
|
}
|
|
559
570
|
get dataToolTipIncludedSeries() {
|
|
@@ -585,52 +596,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
585
596
|
this.g("DataToolTipExcludedColumns");
|
|
586
597
|
}
|
|
587
598
|
get dataToolTipValueFormatAbbreviation() {
|
|
588
|
-
return this.
|
|
599
|
+
return this.mb;
|
|
589
600
|
}
|
|
590
601
|
set dataToolTipValueFormatAbbreviation(a) {
|
|
591
|
-
this.
|
|
602
|
+
this.mb = a;
|
|
592
603
|
this.g("DataToolTipValueFormatAbbreviation");
|
|
593
604
|
}
|
|
594
605
|
get dataToolTipValueFormatMaxFractions() {
|
|
595
|
-
return this.
|
|
606
|
+
return this.jj;
|
|
596
607
|
}
|
|
597
608
|
set dataToolTipValueFormatMaxFractions(a) {
|
|
598
|
-
this.
|
|
609
|
+
this.jj = a;
|
|
599
610
|
this.g("DataToolTipValueFormatMaxFractions");
|
|
600
611
|
}
|
|
601
612
|
get dataToolTipValueFormatMinFractions() {
|
|
602
|
-
return this.
|
|
613
|
+
return this.jk;
|
|
603
614
|
}
|
|
604
615
|
set dataToolTipValueFormatMinFractions(a) {
|
|
605
|
-
this.
|
|
616
|
+
this.jk = a;
|
|
606
617
|
this.g("DataToolTipValueFormatMinFractions");
|
|
607
618
|
}
|
|
608
619
|
get dataToolTipValueFormatMode() {
|
|
609
|
-
return this.
|
|
620
|
+
return this.md;
|
|
610
621
|
}
|
|
611
622
|
set dataToolTipValueFormatMode(a) {
|
|
612
|
-
this.
|
|
623
|
+
this.md = a;
|
|
613
624
|
this.g("DataToolTipValueFormatMode");
|
|
614
625
|
}
|
|
615
626
|
get dataToolTipValueFormatCulture() {
|
|
616
|
-
return this.
|
|
627
|
+
return this.mc;
|
|
617
628
|
}
|
|
618
629
|
set dataToolTipValueFormatCulture(a) {
|
|
619
|
-
this.
|
|
630
|
+
this.mc = a;
|
|
620
631
|
this.g("DataToolTipValueFormatCulture");
|
|
621
632
|
}
|
|
622
633
|
get dataToolTipValueFormatUseGrouping() {
|
|
623
|
-
return this.
|
|
634
|
+
return this.b6;
|
|
624
635
|
}
|
|
625
636
|
set dataToolTipValueFormatUseGrouping(a) {
|
|
626
|
-
this.
|
|
637
|
+
this.b6 = a;
|
|
627
638
|
this.g("DataToolTipValueFormatUseGrouping");
|
|
628
639
|
}
|
|
629
640
|
get dataToolTipValueFormatString() {
|
|
630
|
-
return this.
|
|
641
|
+
return this.me;
|
|
631
642
|
}
|
|
632
643
|
set dataToolTipValueFormatString(a) {
|
|
633
|
-
this.
|
|
644
|
+
this.me = a;
|
|
634
645
|
this.g("DataToolTipValueFormatString");
|
|
635
646
|
}
|
|
636
647
|
get dataToolTipValueFormatSpecifiers() {
|
|
@@ -641,122 +652,122 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
641
652
|
this.g("DataToolTipValueFormatSpecifiers");
|
|
642
653
|
}
|
|
643
654
|
get dataToolTipValueRowMarginBottom() {
|
|
644
|
-
return this.
|
|
655
|
+
return this.e2;
|
|
645
656
|
}
|
|
646
657
|
set dataToolTipValueRowMarginBottom(a) {
|
|
647
|
-
this.
|
|
658
|
+
this.e2 = a;
|
|
648
659
|
this.g("DataToolTipValueRowMarginBottom");
|
|
649
660
|
}
|
|
650
661
|
get dataToolTipValueRowMarginLeft() {
|
|
651
|
-
return this.
|
|
662
|
+
return this.e3;
|
|
652
663
|
}
|
|
653
664
|
set dataToolTipValueRowMarginLeft(a) {
|
|
654
|
-
this.
|
|
665
|
+
this.e3 = a;
|
|
655
666
|
this.g("DataToolTipValueRowMarginLeft");
|
|
656
667
|
}
|
|
657
668
|
get dataToolTipValueRowMarginRight() {
|
|
658
|
-
return this.
|
|
669
|
+
return this.e4;
|
|
659
670
|
}
|
|
660
671
|
set dataToolTipValueRowMarginRight(a) {
|
|
661
|
-
this.
|
|
672
|
+
this.e4 = a;
|
|
662
673
|
this.g("DataToolTipValueRowMarginRight");
|
|
663
674
|
}
|
|
664
675
|
get dataToolTipValueRowMarginTop() {
|
|
665
|
-
return this.
|
|
676
|
+
return this.e5;
|
|
666
677
|
}
|
|
667
678
|
set dataToolTipValueRowMarginTop(a) {
|
|
668
|
-
this.
|
|
679
|
+
this.e5 = a;
|
|
669
680
|
this.g("DataToolTipValueRowMarginTop");
|
|
670
681
|
}
|
|
671
682
|
get dataToolTipValueRowVisible() {
|
|
672
|
-
return this.
|
|
683
|
+
return this.b7;
|
|
673
684
|
}
|
|
674
685
|
set dataToolTipValueRowVisible(a) {
|
|
675
|
-
this.
|
|
686
|
+
this.b7 = a;
|
|
676
687
|
this.g("DataToolTipValueRowVisible");
|
|
677
688
|
}
|
|
678
689
|
get dataToolTipValueTextWhenMissingData() {
|
|
679
|
-
return this.
|
|
690
|
+
return this.mj;
|
|
680
691
|
}
|
|
681
692
|
set dataToolTipValueTextWhenMissingData(a) {
|
|
682
|
-
this.
|
|
693
|
+
this.mj = a;
|
|
683
694
|
this.g("DataToolTipValueTextWhenMissingData");
|
|
684
695
|
}
|
|
685
696
|
get dataToolTipValueTextUseSeriesColors() {
|
|
686
|
-
return this.
|
|
697
|
+
return this.b8;
|
|
687
698
|
}
|
|
688
699
|
set dataToolTipValueTextUseSeriesColors(a) {
|
|
689
|
-
this.
|
|
700
|
+
this.b8 = a;
|
|
690
701
|
this.g("DataToolTipValueTextUseSeriesColors");
|
|
691
702
|
}
|
|
692
703
|
get dataToolTipValueTextMarginBottom() {
|
|
693
|
-
return this.
|
|
704
|
+
return this.e7;
|
|
694
705
|
}
|
|
695
706
|
set dataToolTipValueTextMarginBottom(a) {
|
|
696
|
-
this.
|
|
707
|
+
this.e7 = a;
|
|
697
708
|
this.g("DataToolTipValueTextMarginBottom");
|
|
698
709
|
}
|
|
699
710
|
get dataToolTipValueTextMarginLeft() {
|
|
700
|
-
return this.
|
|
711
|
+
return this.e8;
|
|
701
712
|
}
|
|
702
713
|
set dataToolTipValueTextMarginLeft(a) {
|
|
703
|
-
this.
|
|
714
|
+
this.e8 = a;
|
|
704
715
|
this.g("DataToolTipValueTextMarginLeft");
|
|
705
716
|
}
|
|
706
717
|
get dataToolTipValueTextMarginRight() {
|
|
707
|
-
return this.
|
|
718
|
+
return this.e9;
|
|
708
719
|
}
|
|
709
720
|
set dataToolTipValueTextMarginRight(a) {
|
|
710
|
-
this.
|
|
721
|
+
this.e9 = a;
|
|
711
722
|
this.g("DataToolTipValueTextMarginRight");
|
|
712
723
|
}
|
|
713
724
|
get dataToolTipValueTextMarginTop() {
|
|
714
|
-
return this.
|
|
725
|
+
return this.fa;
|
|
715
726
|
}
|
|
716
727
|
set dataToolTipValueTextMarginTop(a) {
|
|
717
|
-
this.
|
|
728
|
+
this.fa = a;
|
|
718
729
|
this.g("DataToolTipValueTextMarginTop");
|
|
719
730
|
}
|
|
720
731
|
get dataToolTipValueTextColor() {
|
|
721
|
-
return this.
|
|
732
|
+
return this.mf;
|
|
722
733
|
}
|
|
723
734
|
set dataToolTipValueTextColor(a) {
|
|
724
|
-
this.
|
|
735
|
+
this.mf = a;
|
|
725
736
|
this.g("DataToolTipValueTextColor");
|
|
726
737
|
}
|
|
727
738
|
get dataToolTipValueTextFontFamily() {
|
|
728
|
-
return this.
|
|
739
|
+
return this.mg;
|
|
729
740
|
}
|
|
730
741
|
set dataToolTipValueTextFontFamily(a) {
|
|
731
|
-
this.
|
|
742
|
+
this.mg = a;
|
|
732
743
|
this.g("DataToolTipValueTextFontFamily");
|
|
733
744
|
}
|
|
734
745
|
get dataToolTipValueTextFontSize() {
|
|
735
|
-
return this.
|
|
746
|
+
return this.e6;
|
|
736
747
|
}
|
|
737
748
|
set dataToolTipValueTextFontSize(a) {
|
|
738
|
-
this.
|
|
749
|
+
this.e6 = a;
|
|
739
750
|
this.g("DataToolTipValueTextFontSize");
|
|
740
751
|
}
|
|
741
752
|
get dataToolTipValueTextFontStyle() {
|
|
742
|
-
return this.
|
|
753
|
+
return this.mh;
|
|
743
754
|
}
|
|
744
755
|
set dataToolTipValueTextFontStyle(a) {
|
|
745
|
-
this.
|
|
756
|
+
this.mh = a;
|
|
746
757
|
this.g("DataToolTipValueTextFontStyle");
|
|
747
758
|
}
|
|
748
759
|
get dataToolTipValueTextFontWeight() {
|
|
749
|
-
return this.
|
|
760
|
+
return this.mi;
|
|
750
761
|
}
|
|
751
762
|
set dataToolTipValueTextFontWeight(a) {
|
|
752
|
-
this.
|
|
763
|
+
this.mi = a;
|
|
753
764
|
this.g("DataToolTipValueTextFontWeight");
|
|
754
765
|
}
|
|
755
766
|
get dataToolTipHeaderFormatString() {
|
|
756
|
-
return this.
|
|
767
|
+
return this.k5;
|
|
757
768
|
}
|
|
758
769
|
set dataToolTipHeaderFormatString(a) {
|
|
759
|
-
this.
|
|
770
|
+
this.k5 = a;
|
|
760
771
|
this.g("DataToolTipHeaderFormatString");
|
|
761
772
|
}
|
|
762
773
|
get dataToolTipHeaderFormatSpecifiers() {
|
|
@@ -767,696 +778,696 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
767
778
|
this.g("DataToolTipHeaderFormatSpecifiers");
|
|
768
779
|
}
|
|
769
780
|
get dataToolTipHeaderFormatCulture() {
|
|
770
|
-
return this.
|
|
781
|
+
return this.k3;
|
|
771
782
|
}
|
|
772
783
|
set dataToolTipHeaderFormatCulture(a) {
|
|
773
|
-
this.
|
|
784
|
+
this.k3 = a;
|
|
774
785
|
this.g("DataToolTipHeaderFormatCulture");
|
|
775
786
|
}
|
|
776
787
|
get dataToolTipHeaderFormatDate() {
|
|
777
|
-
return this.
|
|
788
|
+
return this.k4;
|
|
778
789
|
}
|
|
779
790
|
set dataToolTipHeaderFormatDate(a) {
|
|
780
|
-
this.
|
|
791
|
+
this.k4 = a;
|
|
781
792
|
this.g("DataToolTipHeaderFormatDate");
|
|
782
793
|
}
|
|
783
794
|
get dataToolTipHeaderFormatTime() {
|
|
784
|
-
return this.
|
|
795
|
+
return this.k6;
|
|
785
796
|
}
|
|
786
797
|
set dataToolTipHeaderFormatTime(a) {
|
|
787
|
-
this.
|
|
798
|
+
this.k6 = a;
|
|
788
799
|
this.g("DataToolTipHeaderFormatTime");
|
|
789
800
|
}
|
|
790
801
|
get dataToolTipHeaderText() {
|
|
791
|
-
return this.
|
|
802
|
+
return this.k7;
|
|
792
803
|
}
|
|
793
804
|
set dataToolTipHeaderText(a) {
|
|
794
|
-
this.
|
|
805
|
+
this.k7 = a;
|
|
795
806
|
this.g("DataToolTipHeaderText");
|
|
796
807
|
}
|
|
797
808
|
get dataToolTipHeaderTextColor() {
|
|
798
|
-
return this.
|
|
809
|
+
return this.k8;
|
|
799
810
|
}
|
|
800
811
|
set dataToolTipHeaderTextColor(a) {
|
|
801
|
-
this.
|
|
812
|
+
this.k8 = a;
|
|
802
813
|
this.g("DataToolTipHeaderTextColor");
|
|
803
814
|
}
|
|
804
815
|
get dataToolTipHeaderTextMarginBottom() {
|
|
805
|
-
return this.
|
|
816
|
+
return this.d5;
|
|
806
817
|
}
|
|
807
818
|
set dataToolTipHeaderTextMarginBottom(a) {
|
|
808
|
-
this.
|
|
819
|
+
this.d5 = a;
|
|
809
820
|
this.g("DataToolTipHeaderTextMarginBottom");
|
|
810
821
|
}
|
|
811
822
|
get dataToolTipHeaderTextMarginLeft() {
|
|
812
|
-
return this.
|
|
823
|
+
return this.d6;
|
|
813
824
|
}
|
|
814
825
|
set dataToolTipHeaderTextMarginLeft(a) {
|
|
815
|
-
this.
|
|
826
|
+
this.d6 = a;
|
|
816
827
|
this.g("DataToolTipHeaderTextMarginLeft");
|
|
817
828
|
}
|
|
818
829
|
get dataToolTipHeaderTextMarginRight() {
|
|
819
|
-
return this.
|
|
830
|
+
return this.d7;
|
|
820
831
|
}
|
|
821
832
|
set dataToolTipHeaderTextMarginRight(a) {
|
|
822
|
-
this.
|
|
833
|
+
this.d7 = a;
|
|
823
834
|
this.g("DataToolTipHeaderTextMarginRight");
|
|
824
835
|
}
|
|
825
836
|
get dataToolTipHeaderTextMarginTop() {
|
|
826
|
-
return this.
|
|
837
|
+
return this.d8;
|
|
827
838
|
}
|
|
828
839
|
set dataToolTipHeaderTextMarginTop(a) {
|
|
829
|
-
this.
|
|
840
|
+
this.d8 = a;
|
|
830
841
|
this.g("DataToolTipHeaderTextMarginTop");
|
|
831
842
|
}
|
|
832
843
|
get dataToolTipHeaderRowMarginBottom() {
|
|
833
|
-
return this.
|
|
844
|
+
return this.d0;
|
|
834
845
|
}
|
|
835
846
|
set dataToolTipHeaderRowMarginBottom(a) {
|
|
836
|
-
this.
|
|
847
|
+
this.d0 = a;
|
|
837
848
|
this.g("DataToolTipHeaderRowMarginBottom");
|
|
838
849
|
}
|
|
839
850
|
get dataToolTipHeaderRowMarginLeft() {
|
|
840
|
-
return this.
|
|
851
|
+
return this.d1;
|
|
841
852
|
}
|
|
842
853
|
set dataToolTipHeaderRowMarginLeft(a) {
|
|
843
|
-
this.
|
|
854
|
+
this.d1 = a;
|
|
844
855
|
this.g("DataToolTipHeaderRowMarginLeft");
|
|
845
856
|
}
|
|
846
857
|
get dataToolTipHeaderRowMarginRight() {
|
|
847
|
-
return this.
|
|
858
|
+
return this.d2;
|
|
848
859
|
}
|
|
849
860
|
set dataToolTipHeaderRowMarginRight(a) {
|
|
850
|
-
this.
|
|
861
|
+
this.d2 = a;
|
|
851
862
|
this.g("DataToolTipHeaderRowMarginRight");
|
|
852
863
|
}
|
|
853
864
|
get dataToolTipHeaderRowMarginTop() {
|
|
854
|
-
return this.
|
|
865
|
+
return this.d3;
|
|
855
866
|
}
|
|
856
867
|
set dataToolTipHeaderRowMarginTop(a) {
|
|
857
|
-
this.
|
|
868
|
+
this.d3 = a;
|
|
858
869
|
this.g("DataToolTipHeaderRowMarginTop");
|
|
859
870
|
}
|
|
860
871
|
get dataToolTipHeaderRowVisible() {
|
|
861
|
-
return this.
|
|
872
|
+
return this.b4;
|
|
862
873
|
}
|
|
863
874
|
set dataToolTipHeaderRowVisible(a) {
|
|
864
|
-
this.
|
|
875
|
+
this.b4 = a;
|
|
865
876
|
this.g("DataToolTipHeaderRowVisible");
|
|
866
877
|
}
|
|
867
878
|
get dataToolTipHeaderTextFontFamily() {
|
|
868
|
-
return this.
|
|
879
|
+
return this.k9;
|
|
869
880
|
}
|
|
870
881
|
set dataToolTipHeaderTextFontFamily(a) {
|
|
871
|
-
this.
|
|
882
|
+
this.k9 = a;
|
|
872
883
|
this.g("DataToolTipHeaderTextFontFamily");
|
|
873
884
|
}
|
|
874
885
|
get dataToolTipHeaderTextFontSize() {
|
|
875
|
-
return this.
|
|
886
|
+
return this.d4;
|
|
876
887
|
}
|
|
877
888
|
set dataToolTipHeaderTextFontSize(a) {
|
|
878
|
-
this.
|
|
889
|
+
this.d4 = a;
|
|
879
890
|
this.g("DataToolTipHeaderTextFontSize");
|
|
880
891
|
}
|
|
881
892
|
get dataToolTipHeaderTextFontStyle() {
|
|
882
|
-
return this.
|
|
893
|
+
return this.la;
|
|
883
894
|
}
|
|
884
895
|
set dataToolTipHeaderTextFontStyle(a) {
|
|
885
|
-
this.
|
|
896
|
+
this.la = a;
|
|
886
897
|
this.g("DataToolTipHeaderTextFontStyle");
|
|
887
898
|
}
|
|
888
899
|
get dataToolTipHeaderTextFontWeight() {
|
|
889
|
-
return this.
|
|
900
|
+
return this.lb;
|
|
890
901
|
}
|
|
891
902
|
set dataToolTipHeaderTextFontWeight(a) {
|
|
892
|
-
this.
|
|
903
|
+
this.lb = a;
|
|
893
904
|
this.g("DataToolTipHeaderTextFontWeight");
|
|
894
905
|
}
|
|
895
906
|
get dataToolTipGroupTextColor() {
|
|
896
|
-
return this.
|
|
907
|
+
return this.kz;
|
|
897
908
|
}
|
|
898
909
|
set dataToolTipGroupTextColor(a) {
|
|
899
|
-
this.
|
|
910
|
+
this.kz = a;
|
|
900
911
|
this.g("DataToolTipGroupTextColor");
|
|
901
912
|
}
|
|
902
913
|
get dataToolTipGroupTextMarginBottom() {
|
|
903
|
-
return this.
|
|
914
|
+
return this.dw;
|
|
904
915
|
}
|
|
905
916
|
set dataToolTipGroupTextMarginBottom(a) {
|
|
906
|
-
this.
|
|
917
|
+
this.dw = a;
|
|
907
918
|
this.g("DataToolTipGroupTextMarginBottom");
|
|
908
919
|
}
|
|
909
920
|
get dataToolTipGroupTextMarginLeft() {
|
|
910
|
-
return this.
|
|
921
|
+
return this.dx;
|
|
911
922
|
}
|
|
912
923
|
set dataToolTipGroupTextMarginLeft(a) {
|
|
913
|
-
this.
|
|
924
|
+
this.dx = a;
|
|
914
925
|
this.g("DataToolTipGroupTextMarginLeft");
|
|
915
926
|
}
|
|
916
927
|
get dataToolTipGroupTextMarginRight() {
|
|
917
|
-
return this.
|
|
928
|
+
return this.dy;
|
|
918
929
|
}
|
|
919
930
|
set dataToolTipGroupTextMarginRight(a) {
|
|
920
|
-
this.
|
|
931
|
+
this.dy = a;
|
|
921
932
|
this.g("DataToolTipGroupTextMarginRight");
|
|
922
933
|
}
|
|
923
934
|
get dataToolTipGroupTextMarginTop() {
|
|
924
|
-
return this.
|
|
935
|
+
return this.dz;
|
|
925
936
|
}
|
|
926
937
|
set dataToolTipGroupTextMarginTop(a) {
|
|
927
|
-
this.
|
|
938
|
+
this.dz = a;
|
|
928
939
|
this.g("DataToolTipGroupTextMarginTop");
|
|
929
940
|
}
|
|
930
941
|
get dataToolTipGroupRowMarginBottom() {
|
|
931
|
-
return this.
|
|
942
|
+
return this.dr;
|
|
932
943
|
}
|
|
933
944
|
set dataToolTipGroupRowMarginBottom(a) {
|
|
934
|
-
this.
|
|
945
|
+
this.dr = a;
|
|
935
946
|
this.g("DataToolTipGroupRowMarginBottom");
|
|
936
947
|
}
|
|
937
948
|
get dataToolTipGroupRowMarginLeft() {
|
|
938
|
-
return this.
|
|
949
|
+
return this.ds;
|
|
939
950
|
}
|
|
940
951
|
set dataToolTipGroupRowMarginLeft(a) {
|
|
941
|
-
this.
|
|
952
|
+
this.ds = a;
|
|
942
953
|
this.g("DataToolTipGroupRowMarginLeft");
|
|
943
954
|
}
|
|
944
955
|
get dataToolTipGroupRowMarginRight() {
|
|
945
|
-
return this.
|
|
956
|
+
return this.dt;
|
|
946
957
|
}
|
|
947
958
|
set dataToolTipGroupRowMarginRight(a) {
|
|
948
|
-
this.
|
|
959
|
+
this.dt = a;
|
|
949
960
|
this.g("DataToolTipGroupRowMarginRight");
|
|
950
961
|
}
|
|
951
962
|
get dataToolTipGroupRowMarginTop() {
|
|
952
|
-
return this.
|
|
963
|
+
return this.du;
|
|
953
964
|
}
|
|
954
965
|
set dataToolTipGroupRowMarginTop(a) {
|
|
955
|
-
this.
|
|
966
|
+
this.du = a;
|
|
956
967
|
this.g("DataToolTipGroupRowMarginTop");
|
|
957
968
|
}
|
|
958
969
|
get dataToolTipGroupRowVisible() {
|
|
959
|
-
return this.
|
|
970
|
+
return this.b3;
|
|
960
971
|
}
|
|
961
972
|
set dataToolTipGroupRowVisible(a) {
|
|
962
|
-
this.
|
|
973
|
+
this.b3 = a;
|
|
963
974
|
this.g("DataToolTipGroupRowVisible");
|
|
964
975
|
}
|
|
965
976
|
get dataToolTipGroupTextFontFamily() {
|
|
966
|
-
return this.
|
|
977
|
+
return this.k0;
|
|
967
978
|
}
|
|
968
979
|
set dataToolTipGroupTextFontFamily(a) {
|
|
969
|
-
this.
|
|
980
|
+
this.k0 = a;
|
|
970
981
|
this.g("DataToolTipGroupTextFontFamily");
|
|
971
982
|
}
|
|
972
983
|
get dataToolTipGroupTextFontSize() {
|
|
973
|
-
return this.
|
|
984
|
+
return this.dv;
|
|
974
985
|
}
|
|
975
986
|
set dataToolTipGroupTextFontSize(a) {
|
|
976
|
-
this.
|
|
987
|
+
this.dv = a;
|
|
977
988
|
this.g("DataToolTipGroupTextFontSize");
|
|
978
989
|
}
|
|
979
990
|
get dataToolTipGroupTextFontStyle() {
|
|
980
|
-
return this.
|
|
991
|
+
return this.k1;
|
|
981
992
|
}
|
|
982
993
|
set dataToolTipGroupTextFontStyle(a) {
|
|
983
|
-
this.
|
|
994
|
+
this.k1 = a;
|
|
984
995
|
this.g("DataToolTipGroupTextFontStyle");
|
|
985
996
|
}
|
|
986
997
|
get dataToolTipGroupTextFontWeight() {
|
|
987
|
-
return this.
|
|
998
|
+
return this.k2;
|
|
988
999
|
}
|
|
989
1000
|
set dataToolTipGroupTextFontWeight(a) {
|
|
990
|
-
this.
|
|
1001
|
+
this.k2 = a;
|
|
991
1002
|
this.g("DataToolTipGroupTextFontWeight");
|
|
992
1003
|
}
|
|
993
1004
|
get dataToolTipSummaryTitleTextColor() {
|
|
994
|
-
return this.
|
|
1005
|
+
return this.ln;
|
|
995
1006
|
}
|
|
996
1007
|
set dataToolTipSummaryTitleTextColor(a) {
|
|
997
|
-
this.
|
|
1008
|
+
this.ln = a;
|
|
998
1009
|
this.g("DataToolTipSummaryTitleTextColor");
|
|
999
1010
|
}
|
|
1000
1011
|
get dataToolTipSummaryTitleTextFontFamily() {
|
|
1001
|
-
return this.
|
|
1012
|
+
return this.lo;
|
|
1002
1013
|
}
|
|
1003
1014
|
set dataToolTipSummaryTitleTextFontFamily(a) {
|
|
1004
|
-
this.
|
|
1015
|
+
this.lo = a;
|
|
1005
1016
|
this.g("DataToolTipSummaryTitleTextFontFamily");
|
|
1006
1017
|
}
|
|
1007
1018
|
get dataToolTipSummaryTitleTextFontSize() {
|
|
1008
|
-
return this.
|
|
1019
|
+
return this.el;
|
|
1009
1020
|
}
|
|
1010
1021
|
set dataToolTipSummaryTitleTextFontSize(a) {
|
|
1011
|
-
this.
|
|
1022
|
+
this.el = a;
|
|
1012
1023
|
this.g("DataToolTipSummaryTitleTextFontSize");
|
|
1013
1024
|
}
|
|
1014
1025
|
get dataToolTipSummaryTitleTextFontStyle() {
|
|
1015
|
-
return this.
|
|
1026
|
+
return this.lp;
|
|
1016
1027
|
}
|
|
1017
1028
|
set dataToolTipSummaryTitleTextFontStyle(a) {
|
|
1018
|
-
this.
|
|
1029
|
+
this.lp = a;
|
|
1019
1030
|
this.g("DataToolTipSummaryTitleTextFontStyle");
|
|
1020
1031
|
}
|
|
1021
1032
|
get dataToolTipSummaryTitleTextFontWeight() {
|
|
1022
|
-
return this.
|
|
1033
|
+
return this.lq;
|
|
1023
1034
|
}
|
|
1024
1035
|
set dataToolTipSummaryTitleTextFontWeight(a) {
|
|
1025
|
-
this.
|
|
1036
|
+
this.lq = a;
|
|
1026
1037
|
this.g("DataToolTipSummaryTitleTextFontWeight");
|
|
1027
1038
|
}
|
|
1028
1039
|
get dataToolTipSummaryType() {
|
|
1029
|
-
return this.
|
|
1040
|
+
return this.lr;
|
|
1030
1041
|
}
|
|
1031
1042
|
set dataToolTipSummaryType(a) {
|
|
1032
|
-
this.
|
|
1043
|
+
this.lr = a;
|
|
1033
1044
|
this.g("DataToolTipSummaryType");
|
|
1034
1045
|
}
|
|
1035
1046
|
get dataToolTipSummaryTitleText() {
|
|
1036
|
-
return this.
|
|
1047
|
+
return this.lm;
|
|
1037
1048
|
}
|
|
1038
1049
|
set dataToolTipSummaryTitleText(a) {
|
|
1039
|
-
this.
|
|
1050
|
+
this.lm = a;
|
|
1040
1051
|
this.g("DataToolTipSummaryTitleText");
|
|
1041
1052
|
}
|
|
1042
1053
|
get dataToolTipSummaryTitleTextMarginBottom() {
|
|
1043
|
-
return this.
|
|
1054
|
+
return this.em;
|
|
1044
1055
|
}
|
|
1045
1056
|
set dataToolTipSummaryTitleTextMarginBottom(a) {
|
|
1046
|
-
this.
|
|
1057
|
+
this.em = a;
|
|
1047
1058
|
this.g("DataToolTipSummaryTitleTextMarginBottom");
|
|
1048
1059
|
}
|
|
1049
1060
|
get dataToolTipSummaryTitleTextMarginLeft() {
|
|
1050
|
-
return this.
|
|
1061
|
+
return this.en;
|
|
1051
1062
|
}
|
|
1052
1063
|
set dataToolTipSummaryTitleTextMarginLeft(a) {
|
|
1053
|
-
this.
|
|
1064
|
+
this.en = a;
|
|
1054
1065
|
this.g("DataToolTipSummaryTitleTextMarginLeft");
|
|
1055
1066
|
}
|
|
1056
1067
|
get dataToolTipSummaryTitleTextMarginRight() {
|
|
1057
|
-
return this.
|
|
1068
|
+
return this.eo;
|
|
1058
1069
|
}
|
|
1059
1070
|
set dataToolTipSummaryTitleTextMarginRight(a) {
|
|
1060
|
-
this.
|
|
1071
|
+
this.eo = a;
|
|
1061
1072
|
this.g("DataToolTipSummaryTitleTextMarginRight");
|
|
1062
1073
|
}
|
|
1063
1074
|
get dataToolTipSummaryTitleTextMarginTop() {
|
|
1064
|
-
return this.
|
|
1075
|
+
return this.ep;
|
|
1065
1076
|
}
|
|
1066
1077
|
set dataToolTipSummaryTitleTextMarginTop(a) {
|
|
1067
|
-
this.
|
|
1078
|
+
this.ep = a;
|
|
1068
1079
|
this.g("DataToolTipSummaryTitleTextMarginTop");
|
|
1069
1080
|
}
|
|
1070
1081
|
get dataToolTipSummaryRowMarginBottom() {
|
|
1071
|
-
return this.
|
|
1082
|
+
return this.eh;
|
|
1072
1083
|
}
|
|
1073
1084
|
set dataToolTipSummaryRowMarginBottom(a) {
|
|
1074
|
-
this.
|
|
1085
|
+
this.eh = a;
|
|
1075
1086
|
this.g("DataToolTipSummaryRowMarginBottom");
|
|
1076
1087
|
}
|
|
1077
1088
|
get dataToolTipSummaryRowMarginLeft() {
|
|
1078
|
-
return this.
|
|
1089
|
+
return this.ei;
|
|
1079
1090
|
}
|
|
1080
1091
|
set dataToolTipSummaryRowMarginLeft(a) {
|
|
1081
|
-
this.
|
|
1092
|
+
this.ei = a;
|
|
1082
1093
|
this.g("DataToolTipSummaryRowMarginLeft");
|
|
1083
1094
|
}
|
|
1084
1095
|
get dataToolTipSummaryRowMarginRight() {
|
|
1085
|
-
return this.
|
|
1096
|
+
return this.ej;
|
|
1086
1097
|
}
|
|
1087
1098
|
set dataToolTipSummaryRowMarginRight(a) {
|
|
1088
|
-
this.
|
|
1099
|
+
this.ej = a;
|
|
1089
1100
|
this.g("DataToolTipSummaryRowMarginRight");
|
|
1090
1101
|
}
|
|
1091
1102
|
get dataToolTipSummaryRowMarginTop() {
|
|
1092
|
-
return this.
|
|
1103
|
+
return this.ek;
|
|
1093
1104
|
}
|
|
1094
1105
|
set dataToolTipSummaryRowMarginTop(a) {
|
|
1095
|
-
this.
|
|
1106
|
+
this.ek = a;
|
|
1096
1107
|
this.g("DataToolTipSummaryRowMarginTop");
|
|
1097
1108
|
}
|
|
1098
1109
|
get dataToolTipSummaryValueTextColor() {
|
|
1099
|
-
return this.
|
|
1110
|
+
return this.lx;
|
|
1100
1111
|
}
|
|
1101
1112
|
set dataToolTipSummaryValueTextColor(a) {
|
|
1102
|
-
this.
|
|
1113
|
+
this.lx = a;
|
|
1103
1114
|
this.g("DataToolTipSummaryValueTextColor");
|
|
1104
1115
|
}
|
|
1105
1116
|
get dataToolTipSummaryValueTextFontFamily() {
|
|
1106
|
-
return this.
|
|
1117
|
+
return this.ly;
|
|
1107
1118
|
}
|
|
1108
1119
|
set dataToolTipSummaryValueTextFontFamily(a) {
|
|
1109
|
-
this.
|
|
1120
|
+
this.ly = a;
|
|
1110
1121
|
this.g("DataToolTipSummaryValueTextFontFamily");
|
|
1111
1122
|
}
|
|
1112
1123
|
get dataToolTipSummaryValueTextFontSize() {
|
|
1113
|
-
return this.
|
|
1124
|
+
return this.er;
|
|
1114
1125
|
}
|
|
1115
1126
|
set dataToolTipSummaryValueTextFontSize(a) {
|
|
1116
|
-
this.
|
|
1127
|
+
this.er = a;
|
|
1117
1128
|
this.g("DataToolTipSummaryValueTextFontSize");
|
|
1118
1129
|
}
|
|
1119
1130
|
get dataToolTipSummaryValueTextFontStyle() {
|
|
1120
|
-
return this.
|
|
1131
|
+
return this.lz;
|
|
1121
1132
|
}
|
|
1122
1133
|
set dataToolTipSummaryValueTextFontStyle(a) {
|
|
1123
|
-
this.
|
|
1134
|
+
this.lz = a;
|
|
1124
1135
|
this.g("DataToolTipSummaryValueTextFontStyle");
|
|
1125
1136
|
}
|
|
1126
1137
|
get dataToolTipSummaryValueTextFontWeight() {
|
|
1127
|
-
return this.
|
|
1138
|
+
return this.l0;
|
|
1128
1139
|
}
|
|
1129
1140
|
set dataToolTipSummaryValueTextFontWeight(a) {
|
|
1130
|
-
this.
|
|
1141
|
+
this.l0 = a;
|
|
1131
1142
|
this.g("DataToolTipSummaryValueTextFontWeight");
|
|
1132
1143
|
}
|
|
1133
1144
|
get dataToolTipSummaryLabelText() {
|
|
1134
|
-
return this.
|
|
1145
|
+
return this.lh;
|
|
1135
1146
|
}
|
|
1136
1147
|
set dataToolTipSummaryLabelText(a) {
|
|
1137
|
-
this.
|
|
1148
|
+
this.lh = a;
|
|
1138
1149
|
this.g("DataToolTipSummaryLabelText");
|
|
1139
1150
|
}
|
|
1140
1151
|
get dataToolTipSummaryLabelTextColor() {
|
|
1141
|
-
return this.
|
|
1152
|
+
return this.li;
|
|
1142
1153
|
}
|
|
1143
1154
|
set dataToolTipSummaryLabelTextColor(a) {
|
|
1144
|
-
this.
|
|
1155
|
+
this.li = a;
|
|
1145
1156
|
this.g("DataToolTipSummaryLabelTextColor");
|
|
1146
1157
|
}
|
|
1147
1158
|
get dataToolTipSummaryLabelTextFontFamily() {
|
|
1148
|
-
return this.
|
|
1159
|
+
return this.lj;
|
|
1149
1160
|
}
|
|
1150
1161
|
set dataToolTipSummaryLabelTextFontFamily(a) {
|
|
1151
|
-
this.
|
|
1162
|
+
this.lj = a;
|
|
1152
1163
|
this.g("DataToolTipSummaryLabelTextFontFamily");
|
|
1153
1164
|
}
|
|
1154
1165
|
get dataToolTipSummaryLabelTextFontSize() {
|
|
1155
|
-
return this.
|
|
1166
|
+
return this.eg;
|
|
1156
1167
|
}
|
|
1157
1168
|
set dataToolTipSummaryLabelTextFontSize(a) {
|
|
1158
|
-
this.
|
|
1169
|
+
this.eg = a;
|
|
1159
1170
|
this.g("DataToolTipSummaryLabelTextFontSize");
|
|
1160
1171
|
}
|
|
1161
1172
|
get dataToolTipSummaryLabelTextFontStyle() {
|
|
1162
|
-
return this.
|
|
1173
|
+
return this.lk;
|
|
1163
1174
|
}
|
|
1164
1175
|
set dataToolTipSummaryLabelTextFontStyle(a) {
|
|
1165
|
-
this.
|
|
1176
|
+
this.lk = a;
|
|
1166
1177
|
this.g("DataToolTipSummaryLabelTextFontStyle");
|
|
1167
1178
|
}
|
|
1168
1179
|
get dataToolTipSummaryLabelTextFontWeight() {
|
|
1169
|
-
return this.
|
|
1180
|
+
return this.ll;
|
|
1170
1181
|
}
|
|
1171
1182
|
set dataToolTipSummaryLabelTextFontWeight(a) {
|
|
1172
|
-
this.
|
|
1183
|
+
this.ll = a;
|
|
1173
1184
|
this.g("DataToolTipSummaryLabelTextFontWeight");
|
|
1174
1185
|
}
|
|
1175
1186
|
get dataToolTipSummaryUnitsText() {
|
|
1176
|
-
return this.
|
|
1187
|
+
return this.ls;
|
|
1177
1188
|
}
|
|
1178
1189
|
set dataToolTipSummaryUnitsText(a) {
|
|
1179
|
-
this.
|
|
1190
|
+
this.ls = a;
|
|
1180
1191
|
this.g("DataToolTipSummaryUnitsText");
|
|
1181
1192
|
}
|
|
1182
1193
|
get dataToolTipSummaryUnitsTextColor() {
|
|
1183
|
-
return this.
|
|
1194
|
+
return this.lt;
|
|
1184
1195
|
}
|
|
1185
1196
|
set dataToolTipSummaryUnitsTextColor(a) {
|
|
1186
|
-
this.
|
|
1197
|
+
this.lt = a;
|
|
1187
1198
|
this.g("DataToolTipSummaryUnitsTextColor");
|
|
1188
1199
|
}
|
|
1189
1200
|
get dataToolTipSummaryUnitsTextFontFamily() {
|
|
1190
|
-
return this.
|
|
1201
|
+
return this.lu;
|
|
1191
1202
|
}
|
|
1192
1203
|
set dataToolTipSummaryUnitsTextFontFamily(a) {
|
|
1193
|
-
this.
|
|
1204
|
+
this.lu = a;
|
|
1194
1205
|
this.g("DataToolTipSummaryUnitsTextFontFamily");
|
|
1195
1206
|
}
|
|
1196
1207
|
get dataToolTipSummaryUnitsTextFontSize() {
|
|
1197
|
-
return this.
|
|
1208
|
+
return this.eq;
|
|
1198
1209
|
}
|
|
1199
1210
|
set dataToolTipSummaryUnitsTextFontSize(a) {
|
|
1200
|
-
this.
|
|
1211
|
+
this.eq = a;
|
|
1201
1212
|
this.g("DataToolTipSummaryUnitsTextFontSize");
|
|
1202
1213
|
}
|
|
1203
1214
|
get dataToolTipSummaryUnitsTextFontStyle() {
|
|
1204
|
-
return this.
|
|
1215
|
+
return this.lv;
|
|
1205
1216
|
}
|
|
1206
1217
|
set dataToolTipSummaryUnitsTextFontStyle(a) {
|
|
1207
|
-
this.
|
|
1218
|
+
this.lv = a;
|
|
1208
1219
|
this.g("DataToolTipSummaryUnitsTextFontStyle");
|
|
1209
1220
|
}
|
|
1210
1221
|
get dataToolTipSummaryUnitsTextFontWeight() {
|
|
1211
|
-
return this.
|
|
1222
|
+
return this.lw;
|
|
1212
1223
|
}
|
|
1213
1224
|
set dataToolTipSummaryUnitsTextFontWeight(a) {
|
|
1214
|
-
this.
|
|
1225
|
+
this.lw = a;
|
|
1215
1226
|
this.g("DataToolTipSummaryUnitsTextFontWeight");
|
|
1216
1227
|
}
|
|
1217
1228
|
get dataToolTipBadgeMarginBottom() {
|
|
1218
|
-
return this.
|
|
1229
|
+
return this.dk;
|
|
1219
1230
|
}
|
|
1220
1231
|
set dataToolTipBadgeMarginBottom(a) {
|
|
1221
|
-
this.
|
|
1232
|
+
this.dk = a;
|
|
1222
1233
|
this.g("DataToolTipBadgeMarginBottom");
|
|
1223
1234
|
}
|
|
1224
1235
|
get dataToolTipBadgeMarginLeft() {
|
|
1225
|
-
return this.
|
|
1236
|
+
return this.dl;
|
|
1226
1237
|
}
|
|
1227
1238
|
set dataToolTipBadgeMarginLeft(a) {
|
|
1228
|
-
this.
|
|
1239
|
+
this.dl = a;
|
|
1229
1240
|
this.g("DataToolTipBadgeMarginLeft");
|
|
1230
1241
|
}
|
|
1231
1242
|
get dataToolTipBadgeMarginRight() {
|
|
1232
|
-
return this.
|
|
1243
|
+
return this.dm;
|
|
1233
1244
|
}
|
|
1234
1245
|
set dataToolTipBadgeMarginRight(a) {
|
|
1235
|
-
this.
|
|
1246
|
+
this.dm = a;
|
|
1236
1247
|
this.g("DataToolTipBadgeMarginRight");
|
|
1237
1248
|
}
|
|
1238
1249
|
get dataToolTipBadgeMarginTop() {
|
|
1239
|
-
return this.
|
|
1250
|
+
return this.dn;
|
|
1240
1251
|
}
|
|
1241
1252
|
set dataToolTipBadgeMarginTop(a) {
|
|
1242
|
-
this.
|
|
1253
|
+
this.dn = a;
|
|
1243
1254
|
this.g("DataToolTipBadgeMarginTop");
|
|
1244
1255
|
}
|
|
1245
1256
|
get dataToolTipBadgeShape() {
|
|
1246
|
-
return this.
|
|
1257
|
+
return this.kv;
|
|
1247
1258
|
}
|
|
1248
1259
|
set dataToolTipBadgeShape(a) {
|
|
1249
|
-
this.
|
|
1260
|
+
this.kv = a;
|
|
1250
1261
|
this.g("DataToolTipBadgeShape");
|
|
1251
1262
|
}
|
|
1252
1263
|
get dataToolTipUnitsDisplayMode() {
|
|
1253
|
-
return this.
|
|
1264
|
+
return this.l5;
|
|
1254
1265
|
}
|
|
1255
1266
|
set dataToolTipUnitsDisplayMode(a) {
|
|
1256
|
-
this.
|
|
1267
|
+
this.l5 = a;
|
|
1257
1268
|
this.g("DataToolTipUnitsDisplayMode");
|
|
1258
1269
|
}
|
|
1259
1270
|
get dataToolTipUnitsText() {
|
|
1260
|
-
return this.
|
|
1271
|
+
return this.l6;
|
|
1261
1272
|
}
|
|
1262
1273
|
set dataToolTipUnitsText(a) {
|
|
1263
|
-
this.
|
|
1274
|
+
this.l6 = a;
|
|
1264
1275
|
this.g("DataToolTipUnitsText");
|
|
1265
1276
|
}
|
|
1266
1277
|
get dataToolTipUnitsTextColor() {
|
|
1267
|
-
return this.
|
|
1278
|
+
return this.l7;
|
|
1268
1279
|
}
|
|
1269
1280
|
set dataToolTipUnitsTextColor(a) {
|
|
1270
|
-
this.
|
|
1281
|
+
this.l7 = a;
|
|
1271
1282
|
this.g("DataToolTipUnitsTextColor");
|
|
1272
1283
|
}
|
|
1273
1284
|
get dataToolTipUnitsTextMarginBottom() {
|
|
1274
|
-
return this.
|
|
1285
|
+
return this.ey;
|
|
1275
1286
|
}
|
|
1276
1287
|
set dataToolTipUnitsTextMarginBottom(a) {
|
|
1277
|
-
this.
|
|
1288
|
+
this.ey = a;
|
|
1278
1289
|
this.g("DataToolTipUnitsTextMarginBottom");
|
|
1279
1290
|
}
|
|
1280
1291
|
get dataToolTipUnitsTextMarginLeft() {
|
|
1281
|
-
return this.
|
|
1292
|
+
return this.ez;
|
|
1282
1293
|
}
|
|
1283
1294
|
set dataToolTipUnitsTextMarginLeft(a) {
|
|
1284
|
-
this.
|
|
1295
|
+
this.ez = a;
|
|
1285
1296
|
this.g("DataToolTipUnitsTextMarginLeft");
|
|
1286
1297
|
}
|
|
1287
1298
|
get dataToolTipUnitsTextMarginRight() {
|
|
1288
|
-
return this.
|
|
1299
|
+
return this.e0;
|
|
1289
1300
|
}
|
|
1290
1301
|
set dataToolTipUnitsTextMarginRight(a) {
|
|
1291
|
-
this.
|
|
1302
|
+
this.e0 = a;
|
|
1292
1303
|
this.g("DataToolTipUnitsTextMarginRight");
|
|
1293
1304
|
}
|
|
1294
1305
|
get dataToolTipUnitsTextMarginTop() {
|
|
1295
|
-
return this.
|
|
1306
|
+
return this.e1;
|
|
1296
1307
|
}
|
|
1297
1308
|
set dataToolTipUnitsTextMarginTop(a) {
|
|
1298
|
-
this.
|
|
1309
|
+
this.e1 = a;
|
|
1299
1310
|
this.g("DataToolTipUnitsTextMarginTop");
|
|
1300
1311
|
}
|
|
1301
1312
|
get dataToolTipUnitsTextFontFamily() {
|
|
1302
|
-
return this.
|
|
1313
|
+
return this.l8;
|
|
1303
1314
|
}
|
|
1304
1315
|
set dataToolTipUnitsTextFontFamily(a) {
|
|
1305
|
-
this.
|
|
1316
|
+
this.l8 = a;
|
|
1306
1317
|
this.g("DataToolTipUnitsTextFontFamily");
|
|
1307
1318
|
}
|
|
1308
1319
|
get dataToolTipUnitsTextFontSize() {
|
|
1309
|
-
return this.
|
|
1320
|
+
return this.ex;
|
|
1310
1321
|
}
|
|
1311
1322
|
set dataToolTipUnitsTextFontSize(a) {
|
|
1312
|
-
this.
|
|
1323
|
+
this.ex = a;
|
|
1313
1324
|
this.g("DataToolTipUnitsTextFontSize");
|
|
1314
1325
|
}
|
|
1315
1326
|
get dataToolTipUnitsTextFontStyle() {
|
|
1316
|
-
return this.
|
|
1327
|
+
return this.l9;
|
|
1317
1328
|
}
|
|
1318
1329
|
set dataToolTipUnitsTextFontStyle(a) {
|
|
1319
|
-
this.
|
|
1330
|
+
this.l9 = a;
|
|
1320
1331
|
this.g("DataToolTipUnitsTextFontStyle");
|
|
1321
1332
|
}
|
|
1322
1333
|
get dataToolTipUnitsTextFontWeight() {
|
|
1323
|
-
return this.
|
|
1334
|
+
return this.ma;
|
|
1324
1335
|
}
|
|
1325
1336
|
set dataToolTipUnitsTextFontWeight(a) {
|
|
1326
|
-
this.
|
|
1337
|
+
this.ma = a;
|
|
1327
1338
|
this.g("DataToolTipUnitsTextFontWeight");
|
|
1328
1339
|
}
|
|
1329
1340
|
get dataToolTipTitleTextMarginBottom() {
|
|
1330
|
-
return this.
|
|
1341
|
+
return this.et;
|
|
1331
1342
|
}
|
|
1332
1343
|
set dataToolTipTitleTextMarginBottom(a) {
|
|
1333
|
-
this.
|
|
1344
|
+
this.et = a;
|
|
1334
1345
|
this.g("DataToolTipTitleTextMarginBottom");
|
|
1335
1346
|
}
|
|
1336
1347
|
get dataToolTipTitleTextMarginLeft() {
|
|
1337
|
-
return this.
|
|
1348
|
+
return this.eu;
|
|
1338
1349
|
}
|
|
1339
1350
|
set dataToolTipTitleTextMarginLeft(a) {
|
|
1340
|
-
this.
|
|
1351
|
+
this.eu = a;
|
|
1341
1352
|
this.g("DataToolTipTitleTextMarginLeft");
|
|
1342
1353
|
}
|
|
1343
1354
|
get dataToolTipTitleTextMarginRight() {
|
|
1344
|
-
return this.
|
|
1355
|
+
return this.ev;
|
|
1345
1356
|
}
|
|
1346
1357
|
set dataToolTipTitleTextMarginRight(a) {
|
|
1347
|
-
this.
|
|
1358
|
+
this.ev = a;
|
|
1348
1359
|
this.g("DataToolTipTitleTextMarginRight");
|
|
1349
1360
|
}
|
|
1350
1361
|
get dataToolTipTitleTextMarginTop() {
|
|
1351
|
-
return this.
|
|
1362
|
+
return this.ew;
|
|
1352
1363
|
}
|
|
1353
1364
|
set dataToolTipTitleTextMarginTop(a) {
|
|
1354
|
-
this.
|
|
1365
|
+
this.ew = a;
|
|
1355
1366
|
this.g("DataToolTipTitleTextMarginTop");
|
|
1356
1367
|
}
|
|
1357
1368
|
get dataToolTipTitleTextColor() {
|
|
1358
|
-
return this.
|
|
1369
|
+
return this.l1;
|
|
1359
1370
|
}
|
|
1360
1371
|
set dataToolTipTitleTextColor(a) {
|
|
1361
|
-
this.
|
|
1372
|
+
this.l1 = a;
|
|
1362
1373
|
this.g("DataToolTipTitleTextColor");
|
|
1363
1374
|
}
|
|
1364
1375
|
get dataToolTipTitleTextFontFamily() {
|
|
1365
|
-
return this.
|
|
1376
|
+
return this.l2;
|
|
1366
1377
|
}
|
|
1367
1378
|
set dataToolTipTitleTextFontFamily(a) {
|
|
1368
|
-
this.
|
|
1379
|
+
this.l2 = a;
|
|
1369
1380
|
this.g("DataToolTipTitleTextFontFamily");
|
|
1370
1381
|
}
|
|
1371
1382
|
get dataToolTipTitleTextFontSize() {
|
|
1372
|
-
return this.
|
|
1383
|
+
return this.es;
|
|
1373
1384
|
}
|
|
1374
1385
|
set dataToolTipTitleTextFontSize(a) {
|
|
1375
|
-
this.
|
|
1386
|
+
this.es = a;
|
|
1376
1387
|
this.g("DataToolTipTitleTextFontSize");
|
|
1377
1388
|
}
|
|
1378
1389
|
get dataToolTipTitleTextFontStyle() {
|
|
1379
|
-
return this.
|
|
1390
|
+
return this.l3;
|
|
1380
1391
|
}
|
|
1381
1392
|
set dataToolTipTitleTextFontStyle(a) {
|
|
1382
|
-
this.
|
|
1393
|
+
this.l3 = a;
|
|
1383
1394
|
this.g("DataToolTipTitleTextFontStyle");
|
|
1384
1395
|
}
|
|
1385
1396
|
get dataToolTipTitleTextFontWeight() {
|
|
1386
|
-
return this.
|
|
1397
|
+
return this.l4;
|
|
1387
1398
|
}
|
|
1388
1399
|
set dataToolTipTitleTextFontWeight(a) {
|
|
1389
|
-
this.
|
|
1400
|
+
this.l4 = a;
|
|
1390
1401
|
this.g("DataToolTipTitleTextFontWeight");
|
|
1391
1402
|
}
|
|
1392
1403
|
get dataToolTipLabelDisplayMode() {
|
|
1393
|
-
return this.
|
|
1404
|
+
return this.lc;
|
|
1394
1405
|
}
|
|
1395
1406
|
set dataToolTipLabelDisplayMode(a) {
|
|
1396
|
-
this.
|
|
1407
|
+
this.lc = a;
|
|
1397
1408
|
this.g("DataToolTipLabelDisplayMode");
|
|
1398
1409
|
}
|
|
1399
1410
|
get dataToolTipLabelTextColor() {
|
|
1400
|
-
return this.
|
|
1411
|
+
return this.ld;
|
|
1401
1412
|
}
|
|
1402
1413
|
set dataToolTipLabelTextColor(a) {
|
|
1403
|
-
this.
|
|
1414
|
+
this.ld = a;
|
|
1404
1415
|
this.g("DataToolTipLabelTextColor");
|
|
1405
1416
|
}
|
|
1406
1417
|
get dataToolTipLabelTextMarginBottom() {
|
|
1407
|
-
return this.
|
|
1418
|
+
return this.ea;
|
|
1408
1419
|
}
|
|
1409
1420
|
set dataToolTipLabelTextMarginBottom(a) {
|
|
1410
|
-
this.
|
|
1421
|
+
this.ea = a;
|
|
1411
1422
|
this.g("DataToolTipLabelTextMarginBottom");
|
|
1412
1423
|
}
|
|
1413
1424
|
get dataToolTipLabelTextMarginLeft() {
|
|
1414
|
-
return this.
|
|
1425
|
+
return this.eb;
|
|
1415
1426
|
}
|
|
1416
1427
|
set dataToolTipLabelTextMarginLeft(a) {
|
|
1417
|
-
this.
|
|
1428
|
+
this.eb = a;
|
|
1418
1429
|
this.g("DataToolTipLabelTextMarginLeft");
|
|
1419
1430
|
}
|
|
1420
1431
|
get dataToolTipLabelTextMarginRight() {
|
|
1421
|
-
return this.
|
|
1432
|
+
return this.ec;
|
|
1422
1433
|
}
|
|
1423
1434
|
set dataToolTipLabelTextMarginRight(a) {
|
|
1424
|
-
this.
|
|
1435
|
+
this.ec = a;
|
|
1425
1436
|
this.g("DataToolTipLabelTextMarginRight");
|
|
1426
1437
|
}
|
|
1427
1438
|
get dataToolTipLabelTextMarginTop() {
|
|
1428
|
-
return this.
|
|
1439
|
+
return this.ed;
|
|
1429
1440
|
}
|
|
1430
1441
|
set dataToolTipLabelTextMarginTop(a) {
|
|
1431
|
-
this.
|
|
1442
|
+
this.ed = a;
|
|
1432
1443
|
this.g("DataToolTipLabelTextMarginTop");
|
|
1433
1444
|
}
|
|
1434
1445
|
get dataToolTipLabelTextFontFamily() {
|
|
1435
|
-
return this.
|
|
1446
|
+
return this.le;
|
|
1436
1447
|
}
|
|
1437
1448
|
set dataToolTipLabelTextFontFamily(a) {
|
|
1438
|
-
this.
|
|
1449
|
+
this.le = a;
|
|
1439
1450
|
this.g("DataToolTipLabelTextFontFamily");
|
|
1440
1451
|
}
|
|
1441
1452
|
get dataToolTipLabelTextFontSize() {
|
|
1442
|
-
return this.
|
|
1453
|
+
return this.d9;
|
|
1443
1454
|
}
|
|
1444
1455
|
set dataToolTipLabelTextFontSize(a) {
|
|
1445
|
-
this.
|
|
1456
|
+
this.d9 = a;
|
|
1446
1457
|
this.g("DataToolTipLabelTextFontSize");
|
|
1447
1458
|
}
|
|
1448
1459
|
get dataToolTipLabelTextFontStyle() {
|
|
1449
|
-
return this.
|
|
1460
|
+
return this.lf;
|
|
1450
1461
|
}
|
|
1451
1462
|
set dataToolTipLabelTextFontStyle(a) {
|
|
1452
|
-
this.
|
|
1463
|
+
this.lf = a;
|
|
1453
1464
|
this.g("DataToolTipLabelTextFontStyle");
|
|
1454
1465
|
}
|
|
1455
1466
|
get dataToolTipLabelTextFontWeight() {
|
|
1456
|
-
return this.
|
|
1467
|
+
return this.lg;
|
|
1457
1468
|
}
|
|
1458
1469
|
set dataToolTipLabelTextFontWeight(a) {
|
|
1459
|
-
this.
|
|
1470
|
+
this.lg = a;
|
|
1460
1471
|
this.g("DataToolTipLabelTextFontWeight");
|
|
1461
1472
|
}
|
|
1462
1473
|
get sortDescriptions() {
|
|
@@ -1502,38 +1513,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1502
1513
|
this.g("SummaryDescriptions");
|
|
1503
1514
|
}
|
|
1504
1515
|
get selectionMode() {
|
|
1505
|
-
return this.
|
|
1516
|
+
return this.nm;
|
|
1506
1517
|
}
|
|
1507
1518
|
set selectionMode(a) {
|
|
1508
|
-
this.
|
|
1519
|
+
this.nm = a;
|
|
1509
1520
|
this.g("SelectionMode");
|
|
1510
1521
|
}
|
|
1511
1522
|
get focusMode() {
|
|
1512
|
-
return this.
|
|
1523
|
+
return this.mp;
|
|
1513
1524
|
}
|
|
1514
1525
|
set focusMode(a) {
|
|
1515
|
-
this.
|
|
1526
|
+
this.mp = a;
|
|
1516
1527
|
this.g("FocusMode");
|
|
1517
1528
|
}
|
|
1518
1529
|
get selectionBrush() {
|
|
1519
|
-
return this.
|
|
1530
|
+
return this.nl;
|
|
1520
1531
|
}
|
|
1521
1532
|
set selectionBrush(a) {
|
|
1522
|
-
this.
|
|
1533
|
+
this.nl = a;
|
|
1523
1534
|
this.g("SelectionBrush");
|
|
1524
1535
|
}
|
|
1525
1536
|
get focusBrush() {
|
|
1526
|
-
return this.
|
|
1537
|
+
return this.mn;
|
|
1527
1538
|
}
|
|
1528
1539
|
set focusBrush(a) {
|
|
1529
|
-
this.
|
|
1540
|
+
this.mn = a;
|
|
1530
1541
|
this.g("FocusBrush");
|
|
1531
1542
|
}
|
|
1532
1543
|
get selectionBehavior() {
|
|
1533
|
-
return this.
|
|
1544
|
+
return this.nk;
|
|
1534
1545
|
}
|
|
1535
1546
|
set selectionBehavior(a) {
|
|
1536
|
-
this.
|
|
1547
|
+
this.nk = a;
|
|
1537
1548
|
this.g("SelectionBehavior");
|
|
1538
1549
|
}
|
|
1539
1550
|
get selectedSeriesItems() {
|
|
@@ -1593,73 +1604,73 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1593
1604
|
this.g("InitialSummaryDescriptions");
|
|
1594
1605
|
}
|
|
1595
1606
|
get initialSorts() {
|
|
1596
|
-
return this.
|
|
1607
|
+
return this.m3;
|
|
1597
1608
|
}
|
|
1598
1609
|
set initialSorts(a) {
|
|
1599
|
-
this.
|
|
1610
|
+
this.m3 = a;
|
|
1600
1611
|
this.g("InitialSorts");
|
|
1601
1612
|
}
|
|
1602
1613
|
get groupSorts() {
|
|
1603
|
-
return this.
|
|
1614
|
+
return this.mq;
|
|
1604
1615
|
}
|
|
1605
1616
|
set groupSorts(a) {
|
|
1606
|
-
this.
|
|
1617
|
+
this.mq = a;
|
|
1607
1618
|
this.g("GroupSorts");
|
|
1608
1619
|
}
|
|
1609
1620
|
get initialGroups() {
|
|
1610
|
-
return this.
|
|
1621
|
+
return this.m1;
|
|
1611
1622
|
}
|
|
1612
1623
|
set initialGroups(a) {
|
|
1613
|
-
this.
|
|
1624
|
+
this.m1 = a;
|
|
1614
1625
|
this.g("InitialGroups");
|
|
1615
1626
|
}
|
|
1616
1627
|
get initialFilter() {
|
|
1617
|
-
return this.
|
|
1628
|
+
return this.m0;
|
|
1618
1629
|
}
|
|
1619
1630
|
set initialFilter(a) {
|
|
1620
|
-
this.
|
|
1631
|
+
this.m0 = a;
|
|
1621
1632
|
this.g("InitialFilter");
|
|
1622
1633
|
}
|
|
1623
1634
|
get initialHighlightFilter() {
|
|
1624
|
-
return this.
|
|
1635
|
+
return this.m2;
|
|
1625
1636
|
}
|
|
1626
1637
|
set initialHighlightFilter(a) {
|
|
1627
|
-
this.
|
|
1638
|
+
this.m2 = a;
|
|
1628
1639
|
this.g("InitialHighlightFilter");
|
|
1629
1640
|
}
|
|
1630
1641
|
get initialSummaries() {
|
|
1631
|
-
return this.
|
|
1642
|
+
return this.m4;
|
|
1632
1643
|
}
|
|
1633
1644
|
set initialSummaries(a) {
|
|
1634
|
-
this.
|
|
1645
|
+
this.m4 = a;
|
|
1635
1646
|
this.g("InitialSummaries");
|
|
1636
1647
|
}
|
|
1637
1648
|
get dataSourceRef() {
|
|
1638
|
-
return this.
|
|
1649
|
+
return this.ku;
|
|
1639
1650
|
}
|
|
1640
1651
|
set dataSourceRef(a) {
|
|
1641
|
-
this.
|
|
1652
|
+
this.ku = a;
|
|
1642
1653
|
this.g("DataSourceRef");
|
|
1643
1654
|
}
|
|
1644
1655
|
get dataSource() {
|
|
1645
|
-
return this.
|
|
1656
|
+
return this.bn;
|
|
1646
1657
|
}
|
|
1647
1658
|
set dataSource(a) {
|
|
1648
|
-
this.
|
|
1659
|
+
this.bn = a;
|
|
1649
1660
|
this.g("DataSource");
|
|
1650
1661
|
}
|
|
1651
1662
|
get highlightedDataSourceRef() {
|
|
1652
|
-
return this.
|
|
1663
|
+
return this.mr;
|
|
1653
1664
|
}
|
|
1654
1665
|
set highlightedDataSourceRef(a) {
|
|
1655
|
-
this.
|
|
1666
|
+
this.mr = a;
|
|
1656
1667
|
this.g("HighlightedDataSourceRef");
|
|
1657
1668
|
}
|
|
1658
1669
|
get highlightedDataSource() {
|
|
1659
|
-
return this.
|
|
1670
|
+
return this.bo;
|
|
1660
1671
|
}
|
|
1661
1672
|
set highlightedDataSource(a) {
|
|
1662
|
-
this.
|
|
1673
|
+
this.bo = a;
|
|
1663
1674
|
this.g("HighlightedDataSource");
|
|
1664
1675
|
}
|
|
1665
1676
|
get includedProperties() {
|
|
@@ -1705,157 +1716,157 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1705
1716
|
this.g("ActualOutlines");
|
|
1706
1717
|
}
|
|
1707
1718
|
get legendRef() {
|
|
1708
|
-
return this.
|
|
1719
|
+
return this.m9;
|
|
1709
1720
|
}
|
|
1710
1721
|
set legendRef(a) {
|
|
1711
|
-
this.
|
|
1722
|
+
this.m9 = a;
|
|
1712
1723
|
this.g("LegendRef");
|
|
1713
1724
|
}
|
|
1714
1725
|
get isHorizontalZoomEnabled() {
|
|
1715
|
-
return this.
|
|
1726
|
+
return this.cb;
|
|
1716
1727
|
}
|
|
1717
1728
|
set isHorizontalZoomEnabled(a) {
|
|
1718
|
-
this.
|
|
1729
|
+
this.cb = a;
|
|
1719
1730
|
this.g("IsHorizontalZoomEnabled");
|
|
1720
1731
|
}
|
|
1721
1732
|
get isVerticalZoomEnabled() {
|
|
1722
|
-
return this.
|
|
1733
|
+
return this.cd;
|
|
1723
1734
|
}
|
|
1724
1735
|
set isVerticalZoomEnabled(a) {
|
|
1725
|
-
this.
|
|
1736
|
+
this.cd = a;
|
|
1726
1737
|
this.g("IsVerticalZoomEnabled");
|
|
1727
1738
|
}
|
|
1728
1739
|
get shouldDisplayMockData() {
|
|
1729
|
-
return this.
|
|
1740
|
+
return this.cg;
|
|
1730
1741
|
}
|
|
1731
1742
|
set shouldDisplayMockData(a) {
|
|
1732
|
-
this.
|
|
1743
|
+
this.cg = a;
|
|
1733
1744
|
this.g("ShouldDisplayMockData");
|
|
1734
1745
|
}
|
|
1735
1746
|
get shouldUseSkeletonStyleForMockData() {
|
|
1736
|
-
return this.
|
|
1747
|
+
return this.ci;
|
|
1737
1748
|
}
|
|
1738
1749
|
set shouldUseSkeletonStyleForMockData(a) {
|
|
1739
|
-
this.
|
|
1750
|
+
this.ci = a;
|
|
1740
1751
|
this.g("ShouldUseSkeletonStyleForMockData");
|
|
1741
1752
|
}
|
|
1742
1753
|
get highlightedValuesDisplayMode() {
|
|
1743
|
-
return this.
|
|
1754
|
+
return this.mt;
|
|
1744
1755
|
}
|
|
1745
1756
|
set highlightedValuesDisplayMode(a) {
|
|
1746
|
-
this.
|
|
1757
|
+
this.mt = a;
|
|
1747
1758
|
this.g("HighlightedValuesDisplayMode");
|
|
1748
1759
|
}
|
|
1749
1760
|
get isSeriesHighlightingEnabled() {
|
|
1750
|
-
return this.
|
|
1761
|
+
return this.cc;
|
|
1751
1762
|
}
|
|
1752
1763
|
set isSeriesHighlightingEnabled(a) {
|
|
1753
|
-
this.
|
|
1764
|
+
this.cc = a;
|
|
1754
1765
|
this.g("IsSeriesHighlightingEnabled");
|
|
1755
1766
|
}
|
|
1756
1767
|
get highlightedLegendItemVisibility() {
|
|
1757
|
-
return this.
|
|
1768
|
+
return this.ms;
|
|
1758
1769
|
}
|
|
1759
1770
|
set highlightedLegendItemVisibility(a) {
|
|
1760
|
-
this.
|
|
1771
|
+
this.ms = a;
|
|
1761
1772
|
this.g("HighlightedLegendItemVisibility");
|
|
1762
1773
|
}
|
|
1763
1774
|
get legendItemVisibility() {
|
|
1764
|
-
return this.
|
|
1775
|
+
return this.m8;
|
|
1765
1776
|
}
|
|
1766
1777
|
set legendItemVisibility(a) {
|
|
1767
|
-
this.
|
|
1778
|
+
this.m8 = a;
|
|
1768
1779
|
this.g("LegendItemVisibility");
|
|
1769
1780
|
}
|
|
1770
1781
|
get windowRect() {
|
|
1771
|
-
return this.
|
|
1782
|
+
return this.br;
|
|
1772
1783
|
}
|
|
1773
1784
|
set windowRect(a) {
|
|
1774
|
-
this.
|
|
1785
|
+
this.br = a;
|
|
1775
1786
|
this.g("WindowRect");
|
|
1776
1787
|
}
|
|
1777
1788
|
get chartTitle() {
|
|
1778
|
-
return this.
|
|
1789
|
+
return this.kl;
|
|
1779
1790
|
}
|
|
1780
1791
|
set chartTitle(a) {
|
|
1781
|
-
this.
|
|
1792
|
+
this.kl = a;
|
|
1782
1793
|
this.g("ChartTitle");
|
|
1783
1794
|
}
|
|
1784
1795
|
get subtitle() {
|
|
1785
|
-
return this.
|
|
1796
|
+
return this.nx;
|
|
1786
1797
|
}
|
|
1787
1798
|
set subtitle(a) {
|
|
1788
|
-
this.
|
|
1799
|
+
this.nx = a;
|
|
1789
1800
|
this.g("Subtitle");
|
|
1790
1801
|
}
|
|
1791
1802
|
get titleAlignment() {
|
|
1792
|
-
return this.
|
|
1803
|
+
return this.n1;
|
|
1793
1804
|
}
|
|
1794
1805
|
set titleAlignment(a) {
|
|
1795
|
-
this.
|
|
1806
|
+
this.n1 = a;
|
|
1796
1807
|
this.g("TitleAlignment");
|
|
1797
1808
|
}
|
|
1798
1809
|
get subtitleAlignment() {
|
|
1799
|
-
return this.
|
|
1810
|
+
return this.ny;
|
|
1800
1811
|
}
|
|
1801
1812
|
set subtitleAlignment(a) {
|
|
1802
|
-
this.
|
|
1813
|
+
this.ny = a;
|
|
1803
1814
|
this.g("SubtitleAlignment");
|
|
1804
1815
|
}
|
|
1805
1816
|
get unknownValuePlotting() {
|
|
1806
|
-
return this.
|
|
1817
|
+
return this.n7;
|
|
1807
1818
|
}
|
|
1808
1819
|
set unknownValuePlotting(a) {
|
|
1809
|
-
this.
|
|
1820
|
+
this.n7 = a;
|
|
1810
1821
|
this.g("UnknownValuePlotting");
|
|
1811
1822
|
}
|
|
1812
1823
|
get resolution() {
|
|
1813
|
-
return this.
|
|
1824
|
+
return this.fq;
|
|
1814
1825
|
}
|
|
1815
1826
|
set resolution(a) {
|
|
1816
|
-
this.
|
|
1827
|
+
this.fq = a;
|
|
1817
1828
|
this.g("Resolution");
|
|
1818
1829
|
}
|
|
1819
1830
|
get thickness() {
|
|
1820
|
-
return this.
|
|
1831
|
+
return this.fw;
|
|
1821
1832
|
}
|
|
1822
1833
|
set thickness(a) {
|
|
1823
|
-
this.
|
|
1834
|
+
this.fw = a;
|
|
1824
1835
|
this.g("Thickness");
|
|
1825
1836
|
}
|
|
1826
1837
|
get outlineMode() {
|
|
1827
|
-
return this.
|
|
1838
|
+
return this.nd;
|
|
1828
1839
|
}
|
|
1829
1840
|
set outlineMode(a) {
|
|
1830
|
-
this.
|
|
1841
|
+
this.nd = a;
|
|
1831
1842
|
this.g("OutlineMode");
|
|
1832
1843
|
}
|
|
1833
1844
|
get markerOutlineMode() {
|
|
1834
|
-
return this.
|
|
1845
|
+
return this.nc;
|
|
1835
1846
|
}
|
|
1836
1847
|
set markerOutlineMode(a) {
|
|
1837
|
-
this.
|
|
1848
|
+
this.nc = a;
|
|
1838
1849
|
this.g("MarkerOutlineMode");
|
|
1839
1850
|
}
|
|
1840
1851
|
get markerFillMode() {
|
|
1841
|
-
return this.
|
|
1852
|
+
return this.nb;
|
|
1842
1853
|
}
|
|
1843
1854
|
set markerFillMode(a) {
|
|
1844
|
-
this.
|
|
1855
|
+
this.nb = a;
|
|
1845
1856
|
this.g("MarkerFillMode");
|
|
1846
1857
|
}
|
|
1847
1858
|
get markerFillOpacity() {
|
|
1848
|
-
return this.
|
|
1859
|
+
return this.fj;
|
|
1849
1860
|
}
|
|
1850
1861
|
set markerFillOpacity(a) {
|
|
1851
|
-
this.
|
|
1862
|
+
this.fj = a;
|
|
1852
1863
|
this.g("MarkerFillOpacity");
|
|
1853
1864
|
}
|
|
1854
1865
|
get markerThickness() {
|
|
1855
|
-
return this.
|
|
1866
|
+
return this.fk;
|
|
1856
1867
|
}
|
|
1857
1868
|
set markerThickness(a) {
|
|
1858
|
-
this.
|
|
1869
|
+
this.fk = a;
|
|
1859
1870
|
this.g("MarkerThickness");
|
|
1860
1871
|
}
|
|
1861
1872
|
get markerTypes() {
|
|
@@ -1866,10 +1877,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1866
1877
|
this.g("MarkerTypes");
|
|
1867
1878
|
}
|
|
1868
1879
|
get markerAutomaticBehavior() {
|
|
1869
|
-
return this.
|
|
1880
|
+
return this.na;
|
|
1870
1881
|
}
|
|
1871
1882
|
set markerAutomaticBehavior(a) {
|
|
1872
|
-
this.
|
|
1883
|
+
this.na = a;
|
|
1873
1884
|
this.g("MarkerAutomaticBehavior");
|
|
1874
1885
|
}
|
|
1875
1886
|
get markerBrushes() {
|
|
@@ -1887,24 +1898,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1887
1898
|
this.g("MarkerOutlines");
|
|
1888
1899
|
}
|
|
1889
1900
|
get markerMaxCount() {
|
|
1890
|
-
return this.
|
|
1901
|
+
return this.jo;
|
|
1891
1902
|
}
|
|
1892
1903
|
set markerMaxCount(a) {
|
|
1893
|
-
this.
|
|
1904
|
+
this.jo = a;
|
|
1894
1905
|
this.g("MarkerMaxCount");
|
|
1895
1906
|
}
|
|
1896
1907
|
get areaFillOpacity() {
|
|
1897
|
-
return this.
|
|
1908
|
+
return this.df;
|
|
1898
1909
|
}
|
|
1899
1910
|
set areaFillOpacity(a) {
|
|
1900
|
-
this.
|
|
1911
|
+
this.df = a;
|
|
1901
1912
|
this.g("AreaFillOpacity");
|
|
1902
1913
|
}
|
|
1903
1914
|
get animateSeriesWhenAxisRangeChanges() {
|
|
1904
|
-
return this.
|
|
1915
|
+
return this.bu;
|
|
1905
1916
|
}
|
|
1906
1917
|
set animateSeriesWhenAxisRangeChanges(a) {
|
|
1907
|
-
this.
|
|
1918
|
+
this.bu = a;
|
|
1908
1919
|
this.g("AnimateSeriesWhenAxisRangeChanges");
|
|
1909
1920
|
}
|
|
1910
1921
|
get trendLineBrushes() {
|
|
@@ -1915,332 +1926,381 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1915
1926
|
this.g("TrendLineBrushes");
|
|
1916
1927
|
}
|
|
1917
1928
|
get trendLineType() {
|
|
1918
|
-
return this.
|
|
1929
|
+
return this.n6;
|
|
1919
1930
|
}
|
|
1920
1931
|
set trendLineType(a) {
|
|
1921
|
-
this.
|
|
1932
|
+
this.n6 = a;
|
|
1922
1933
|
this.g("TrendLineType");
|
|
1923
1934
|
}
|
|
1924
1935
|
get trendLineThickness() {
|
|
1925
|
-
return this.
|
|
1936
|
+
return this.f2;
|
|
1926
1937
|
}
|
|
1927
1938
|
set trendLineThickness(a) {
|
|
1928
|
-
this.
|
|
1939
|
+
this.f2 = a;
|
|
1929
1940
|
this.g("TrendLineThickness");
|
|
1930
1941
|
}
|
|
1942
|
+
get trendLineTypes() {
|
|
1943
|
+
return this.am;
|
|
1944
|
+
}
|
|
1945
|
+
set trendLineTypes(a) {
|
|
1946
|
+
this.am = a;
|
|
1947
|
+
this.g("TrendLineTypes");
|
|
1948
|
+
}
|
|
1949
|
+
get trendLineLayerUseLegend() {
|
|
1950
|
+
return this.cj;
|
|
1951
|
+
}
|
|
1952
|
+
set trendLineLayerUseLegend(a) {
|
|
1953
|
+
this.cj = a;
|
|
1954
|
+
this.g("TrendLineLayerUseLegend");
|
|
1955
|
+
}
|
|
1931
1956
|
get alignsGridLinesToPixels() {
|
|
1932
|
-
return this.
|
|
1957
|
+
return this.bt;
|
|
1933
1958
|
}
|
|
1934
1959
|
set alignsGridLinesToPixels(a) {
|
|
1935
|
-
this.
|
|
1960
|
+
this.bt = a;
|
|
1936
1961
|
this.g("AlignsGridLinesToPixels");
|
|
1937
1962
|
}
|
|
1938
1963
|
get plotAreaMarginLeft() {
|
|
1939
|
-
return this.
|
|
1964
|
+
return this.fn;
|
|
1940
1965
|
}
|
|
1941
1966
|
set plotAreaMarginLeft(a) {
|
|
1942
|
-
this.
|
|
1967
|
+
this.fn = a;
|
|
1943
1968
|
this.g("PlotAreaMarginLeft");
|
|
1944
1969
|
}
|
|
1945
1970
|
get plotAreaMarginTop() {
|
|
1946
|
-
return this.
|
|
1971
|
+
return this.fp;
|
|
1947
1972
|
}
|
|
1948
1973
|
set plotAreaMarginTop(a) {
|
|
1949
|
-
this.
|
|
1974
|
+
this.fp = a;
|
|
1950
1975
|
this.g("PlotAreaMarginTop");
|
|
1951
1976
|
}
|
|
1952
1977
|
get plotAreaMarginRight() {
|
|
1953
|
-
return this.
|
|
1978
|
+
return this.fo;
|
|
1954
1979
|
}
|
|
1955
1980
|
set plotAreaMarginRight(a) {
|
|
1956
|
-
this.
|
|
1981
|
+
this.fo = a;
|
|
1957
1982
|
this.g("PlotAreaMarginRight");
|
|
1958
1983
|
}
|
|
1959
1984
|
get plotAreaMarginBottom() {
|
|
1960
|
-
return this.
|
|
1985
|
+
return this.fm;
|
|
1961
1986
|
}
|
|
1962
1987
|
set plotAreaMarginBottom(a) {
|
|
1963
|
-
this.
|
|
1988
|
+
this.fm = a;
|
|
1964
1989
|
this.g("PlotAreaMarginBottom");
|
|
1965
1990
|
}
|
|
1966
1991
|
get computedPlotAreaMarginMode() {
|
|
1967
|
-
return this.
|
|
1992
|
+
return this.km;
|
|
1968
1993
|
}
|
|
1969
1994
|
set computedPlotAreaMarginMode(a) {
|
|
1970
|
-
this.
|
|
1995
|
+
this.km = a;
|
|
1971
1996
|
this.g("ComputedPlotAreaMarginMode");
|
|
1972
1997
|
}
|
|
1973
1998
|
get seriesPlotAreaMarginHorizontalMode() {
|
|
1974
|
-
return this.
|
|
1999
|
+
return this.np;
|
|
1975
2000
|
}
|
|
1976
2001
|
set seriesPlotAreaMarginHorizontalMode(a) {
|
|
1977
|
-
this.
|
|
2002
|
+
this.np = a;
|
|
1978
2003
|
this.g("SeriesPlotAreaMarginHorizontalMode");
|
|
1979
2004
|
}
|
|
1980
2005
|
get seriesPlotAreaMarginVerticalMode() {
|
|
1981
|
-
return this.
|
|
2006
|
+
return this.nq;
|
|
1982
2007
|
}
|
|
1983
2008
|
set seriesPlotAreaMarginVerticalMode(a) {
|
|
1984
|
-
this.
|
|
2009
|
+
this.nq = a;
|
|
1985
2010
|
this.g("SeriesPlotAreaMarginVerticalMode");
|
|
1986
2011
|
}
|
|
1987
2012
|
get highlightingMode() {
|
|
1988
|
-
return this.
|
|
2013
|
+
return this.mv;
|
|
1989
2014
|
}
|
|
1990
2015
|
set highlightingMode(a) {
|
|
1991
|
-
this.
|
|
2016
|
+
this.mv = a;
|
|
1992
2017
|
this.g("HighlightingMode");
|
|
1993
2018
|
}
|
|
1994
2019
|
get highlightingBehavior() {
|
|
1995
|
-
return this.
|
|
2020
|
+
return this.mu;
|
|
1996
2021
|
}
|
|
1997
2022
|
set highlightingBehavior(a) {
|
|
1998
|
-
this.
|
|
2023
|
+
this.mu = a;
|
|
1999
2024
|
this.g("HighlightingBehavior");
|
|
2000
2025
|
}
|
|
2001
2026
|
get legendHighlightingMode() {
|
|
2002
|
-
return this.
|
|
2027
|
+
return this.m5;
|
|
2003
2028
|
}
|
|
2004
2029
|
set legendHighlightingMode(a) {
|
|
2005
|
-
this.
|
|
2030
|
+
this.m5 = a;
|
|
2006
2031
|
this.g("LegendHighlightingMode");
|
|
2007
2032
|
}
|
|
2008
2033
|
get legendItemBadgeShape() {
|
|
2009
|
-
return this.
|
|
2034
|
+
return this.m7;
|
|
2010
2035
|
}
|
|
2011
2036
|
set legendItemBadgeShape(a) {
|
|
2012
|
-
this.
|
|
2037
|
+
this.m7 = a;
|
|
2013
2038
|
this.g("LegendItemBadgeShape");
|
|
2014
2039
|
}
|
|
2015
2040
|
get legendItemBadgeMode() {
|
|
2016
|
-
return this.
|
|
2041
|
+
return this.m6;
|
|
2017
2042
|
}
|
|
2018
2043
|
set legendItemBadgeMode(a) {
|
|
2019
|
-
this.
|
|
2044
|
+
this.m6 = a;
|
|
2020
2045
|
this.g("LegendItemBadgeMode");
|
|
2021
2046
|
}
|
|
2022
2047
|
get trendLinePeriod() {
|
|
2023
|
-
return this.
|
|
2048
|
+
return this.jr;
|
|
2024
2049
|
}
|
|
2025
2050
|
set trendLinePeriod(a) {
|
|
2026
|
-
this.
|
|
2051
|
+
this.jr = a;
|
|
2027
2052
|
this.g("TrendLinePeriod");
|
|
2028
2053
|
}
|
|
2029
2054
|
get toolTipType() {
|
|
2030
|
-
return this.
|
|
2055
|
+
return this.n4;
|
|
2031
2056
|
}
|
|
2032
2057
|
set toolTipType(a) {
|
|
2033
|
-
this.
|
|
2058
|
+
this.n4 = a;
|
|
2034
2059
|
this.g("ToolTipType");
|
|
2035
2060
|
}
|
|
2036
2061
|
get crosshairsDisplayMode() {
|
|
2037
|
-
return this.
|
|
2062
|
+
return this.kr;
|
|
2038
2063
|
}
|
|
2039
2064
|
set crosshairsDisplayMode(a) {
|
|
2040
|
-
this.
|
|
2065
|
+
this.kr = a;
|
|
2041
2066
|
this.g("CrosshairsDisplayMode");
|
|
2042
2067
|
}
|
|
2043
2068
|
get crosshairsSnapToData() {
|
|
2044
|
-
return this.
|
|
2069
|
+
return this.b2;
|
|
2045
2070
|
}
|
|
2046
2071
|
set crosshairsSnapToData(a) {
|
|
2047
|
-
this.
|
|
2072
|
+
this.b2 = a;
|
|
2048
2073
|
this.g("CrosshairsSnapToData");
|
|
2049
2074
|
}
|
|
2050
2075
|
get crosshairsLineVerticalStroke() {
|
|
2051
|
-
return this.
|
|
2076
|
+
return this.kt;
|
|
2052
2077
|
}
|
|
2053
2078
|
set crosshairsLineVerticalStroke(a) {
|
|
2054
|
-
this.
|
|
2079
|
+
this.kt = a;
|
|
2055
2080
|
this.g("CrosshairsLineVerticalStroke");
|
|
2056
2081
|
}
|
|
2057
2082
|
get crosshairsLineThickness() {
|
|
2058
|
-
return this.
|
|
2083
|
+
return this.dj;
|
|
2059
2084
|
}
|
|
2060
2085
|
set crosshairsLineThickness(a) {
|
|
2061
|
-
this.
|
|
2086
|
+
this.dj = a;
|
|
2062
2087
|
this.g("CrosshairsLineThickness");
|
|
2063
2088
|
}
|
|
2064
2089
|
get crosshairsLineHorizontalStroke() {
|
|
2065
|
-
return this.
|
|
2090
|
+
return this.ks;
|
|
2066
2091
|
}
|
|
2067
2092
|
set crosshairsLineHorizontalStroke(a) {
|
|
2068
|
-
this.
|
|
2093
|
+
this.ks = a;
|
|
2069
2094
|
this.g("CrosshairsLineHorizontalStroke");
|
|
2070
2095
|
}
|
|
2071
2096
|
get crosshairsAnnotationEnabled() {
|
|
2072
|
-
return this.
|
|
2097
|
+
return this.b1;
|
|
2073
2098
|
}
|
|
2074
2099
|
set crosshairsAnnotationEnabled(a) {
|
|
2075
|
-
this.
|
|
2100
|
+
this.b1 = a;
|
|
2076
2101
|
this.g("CrosshairsAnnotationEnabled");
|
|
2077
2102
|
}
|
|
2078
2103
|
get crosshairsAnnotationXAxisBackground() {
|
|
2079
|
-
return this.
|
|
2104
|
+
return this.kn;
|
|
2080
2105
|
}
|
|
2081
2106
|
set crosshairsAnnotationXAxisBackground(a) {
|
|
2082
|
-
this.
|
|
2107
|
+
this.kn = a;
|
|
2083
2108
|
this.g("CrosshairsAnnotationXAxisBackground");
|
|
2084
2109
|
}
|
|
2085
2110
|
get crosshairsAnnotationYAxisBackground() {
|
|
2086
|
-
return this.
|
|
2111
|
+
return this.kp;
|
|
2087
2112
|
}
|
|
2088
2113
|
set crosshairsAnnotationYAxisBackground(a) {
|
|
2089
|
-
this.
|
|
2114
|
+
this.kp = a;
|
|
2090
2115
|
this.g("CrosshairsAnnotationYAxisBackground");
|
|
2091
2116
|
}
|
|
2092
2117
|
get crosshairsAnnotationXAxisTextColor() {
|
|
2093
|
-
return this.
|
|
2118
|
+
return this.ko;
|
|
2094
2119
|
}
|
|
2095
2120
|
set crosshairsAnnotationXAxisTextColor(a) {
|
|
2096
|
-
this.
|
|
2121
|
+
this.ko = a;
|
|
2097
2122
|
this.g("CrosshairsAnnotationXAxisTextColor");
|
|
2098
2123
|
}
|
|
2099
2124
|
get crosshairsAnnotationYAxisTextColor() {
|
|
2100
|
-
return this.
|
|
2125
|
+
return this.kq;
|
|
2101
2126
|
}
|
|
2102
2127
|
set crosshairsAnnotationYAxisTextColor(a) {
|
|
2103
|
-
this.
|
|
2128
|
+
this.kq = a;
|
|
2104
2129
|
this.g("CrosshairsAnnotationYAxisTextColor");
|
|
2105
2130
|
}
|
|
2106
2131
|
get crosshairsAnnotationXAxisPrecision() {
|
|
2107
|
-
return this.
|
|
2132
|
+
return this.jh;
|
|
2108
2133
|
}
|
|
2109
2134
|
set crosshairsAnnotationXAxisPrecision(a) {
|
|
2110
|
-
this.
|
|
2135
|
+
this.jh = a;
|
|
2111
2136
|
this.g("CrosshairsAnnotationXAxisPrecision");
|
|
2112
2137
|
}
|
|
2113
2138
|
get crosshairsAnnotationYAxisPrecision() {
|
|
2114
|
-
return this.
|
|
2139
|
+
return this.ji;
|
|
2115
2140
|
}
|
|
2116
2141
|
set crosshairsAnnotationYAxisPrecision(a) {
|
|
2117
|
-
this.
|
|
2142
|
+
this.ji = a;
|
|
2118
2143
|
this.g("CrosshairsAnnotationYAxisPrecision");
|
|
2119
2144
|
}
|
|
2120
2145
|
get shouldAvoidAxisAnnotationCollisions() {
|
|
2121
|
-
return this.
|
|
2146
|
+
return this.cf;
|
|
2122
2147
|
}
|
|
2123
2148
|
set shouldAvoidAxisAnnotationCollisions(a) {
|
|
2124
|
-
this.
|
|
2149
|
+
this.cf = a;
|
|
2125
2150
|
this.g("ShouldAvoidAxisAnnotationCollisions");
|
|
2126
2151
|
}
|
|
2127
2152
|
get shouldPanOnMaximumZoom() {
|
|
2128
|
-
return this.
|
|
2153
|
+
return this.ch;
|
|
2129
2154
|
}
|
|
2130
2155
|
set shouldPanOnMaximumZoom(a) {
|
|
2131
|
-
this.
|
|
2156
|
+
this.ch = a;
|
|
2132
2157
|
this.g("ShouldPanOnMaximumZoom");
|
|
2133
2158
|
}
|
|
2134
2159
|
get finalValueAnnotationsVisible() {
|
|
2135
|
-
return this.
|
|
2160
|
+
return this.b9;
|
|
2136
2161
|
}
|
|
2137
2162
|
set finalValueAnnotationsVisible(a) {
|
|
2138
|
-
this.
|
|
2163
|
+
this.b9 = a;
|
|
2139
2164
|
this.g("FinalValueAnnotationsVisible");
|
|
2140
2165
|
}
|
|
2141
2166
|
get finalValueAnnotationsBackground() {
|
|
2142
|
-
return this.
|
|
2167
|
+
return this.ml;
|
|
2143
2168
|
}
|
|
2144
2169
|
set finalValueAnnotationsBackground(a) {
|
|
2145
|
-
this.
|
|
2170
|
+
this.ml = a;
|
|
2146
2171
|
this.g("FinalValueAnnotationsBackground");
|
|
2147
2172
|
}
|
|
2148
2173
|
get finalValueAnnotationsTextColor() {
|
|
2149
|
-
return this.
|
|
2174
|
+
return this.mm;
|
|
2150
2175
|
}
|
|
2151
2176
|
set finalValueAnnotationsTextColor(a) {
|
|
2152
|
-
this.
|
|
2177
|
+
this.mm = a;
|
|
2153
2178
|
this.g("FinalValueAnnotationsTextColor");
|
|
2154
2179
|
}
|
|
2155
2180
|
get finalValueAnnotationsPrecision() {
|
|
2156
|
-
return this.
|
|
2181
|
+
return this.jl;
|
|
2157
2182
|
}
|
|
2158
2183
|
set finalValueAnnotationsPrecision(a) {
|
|
2159
|
-
this.
|
|
2184
|
+
this.jl = a;
|
|
2160
2185
|
this.g("FinalValueAnnotationsPrecision");
|
|
2161
2186
|
}
|
|
2162
2187
|
get autoCalloutsVisible() {
|
|
2163
|
-
return this.
|
|
2188
|
+
return this.bv;
|
|
2164
2189
|
}
|
|
2165
2190
|
set autoCalloutsVisible(a) {
|
|
2166
|
-
this.
|
|
2191
|
+
this.bv = a;
|
|
2167
2192
|
this.g("AutoCalloutsVisible");
|
|
2168
2193
|
}
|
|
2169
2194
|
get calloutsVisible() {
|
|
2170
|
-
return this.
|
|
2195
|
+
return this.b0;
|
|
2171
2196
|
}
|
|
2172
2197
|
set calloutsVisible(a) {
|
|
2173
|
-
this.
|
|
2198
|
+
this.b0 = a;
|
|
2174
2199
|
this.g("CalloutsVisible");
|
|
2175
2200
|
}
|
|
2176
2201
|
get calloutStyleUpdatingEventEnabled() {
|
|
2177
|
-
return this.
|
|
2202
|
+
return this.bw;
|
|
2178
2203
|
}
|
|
2179
2204
|
set calloutStyleUpdatingEventEnabled(a) {
|
|
2180
|
-
this.
|
|
2205
|
+
this.bw = a;
|
|
2181
2206
|
this.g("CalloutStyleUpdatingEventEnabled");
|
|
2182
2207
|
}
|
|
2183
2208
|
get useValueForAutoCalloutLabels() {
|
|
2184
|
-
return this.
|
|
2209
|
+
return this.ck;
|
|
2185
2210
|
}
|
|
2186
2211
|
set useValueForAutoCalloutLabels(a) {
|
|
2187
|
-
this.
|
|
2212
|
+
this.ck = a;
|
|
2188
2213
|
this.g("UseValueForAutoCalloutLabels");
|
|
2189
2214
|
}
|
|
2190
2215
|
get calloutCollisionMode() {
|
|
2191
|
-
return this.
|
|
2216
|
+
return this.j4;
|
|
2192
2217
|
}
|
|
2193
2218
|
set calloutCollisionMode(a) {
|
|
2194
|
-
this.
|
|
2219
|
+
this.j4 = a;
|
|
2195
2220
|
this.g("CalloutCollisionMode");
|
|
2196
2221
|
}
|
|
2197
2222
|
get calloutsUseItemColorForFill() {
|
|
2198
|
-
return this.
|
|
2223
|
+
return this.by;
|
|
2199
2224
|
}
|
|
2200
2225
|
set calloutsUseItemColorForFill(a) {
|
|
2201
|
-
this.
|
|
2226
|
+
this.by = a;
|
|
2202
2227
|
this.g("CalloutsUseItemColorForFill");
|
|
2203
2228
|
}
|
|
2204
2229
|
get calloutsUseItemColorForOutline() {
|
|
2205
|
-
return this.
|
|
2230
|
+
return this.bz;
|
|
2206
2231
|
}
|
|
2207
2232
|
set calloutsUseItemColorForOutline(a) {
|
|
2208
|
-
this.
|
|
2233
|
+
this.bz = a;
|
|
2209
2234
|
this.g("CalloutsUseItemColorForOutline");
|
|
2210
2235
|
}
|
|
2211
2236
|
get calloutsUseAutoContrastingLabelColors() {
|
|
2212
|
-
return this.
|
|
2237
|
+
return this.bx;
|
|
2213
2238
|
}
|
|
2214
2239
|
set calloutsUseAutoContrastingLabelColors(a) {
|
|
2215
|
-
this.
|
|
2240
|
+
this.bx = a;
|
|
2216
2241
|
this.g("CalloutsUseAutoContrastingLabelColors");
|
|
2217
2242
|
}
|
|
2218
2243
|
get calloutsStrokeThickness() {
|
|
2219
|
-
return this.
|
|
2244
|
+
return this.di;
|
|
2220
2245
|
}
|
|
2221
2246
|
set calloutsStrokeThickness(a) {
|
|
2222
|
-
this.
|
|
2247
|
+
this.di = a;
|
|
2223
2248
|
this.g("CalloutsStrokeThickness");
|
|
2224
2249
|
}
|
|
2225
2250
|
get calloutsBackground() {
|
|
2226
|
-
return this.
|
|
2251
|
+
return this.j6;
|
|
2227
2252
|
}
|
|
2228
2253
|
set calloutsBackground(a) {
|
|
2229
|
-
this.
|
|
2254
|
+
this.j6 = a;
|
|
2230
2255
|
this.g("CalloutsBackground");
|
|
2231
2256
|
}
|
|
2257
|
+
get calloutsOutline() {
|
|
2258
|
+
return this.kg;
|
|
2259
|
+
}
|
|
2260
|
+
set calloutsOutline(a) {
|
|
2261
|
+
this.kg = a;
|
|
2262
|
+
this.g("CalloutsOutline");
|
|
2263
|
+
}
|
|
2264
|
+
get calloutsTextColor() {
|
|
2265
|
+
return this.kh;
|
|
2266
|
+
}
|
|
2267
|
+
set calloutsTextColor(a) {
|
|
2268
|
+
this.kh = a;
|
|
2269
|
+
this.g("CalloutsTextColor");
|
|
2270
|
+
}
|
|
2271
|
+
get calloutsLightTextColor() {
|
|
2272
|
+
return this.kf;
|
|
2273
|
+
}
|
|
2274
|
+
set calloutsLightTextColor(a) {
|
|
2275
|
+
this.kf = a;
|
|
2276
|
+
this.g("CalloutsLightTextColor");
|
|
2277
|
+
}
|
|
2278
|
+
get calloutsDarkTextColor() {
|
|
2279
|
+
return this.j8;
|
|
2280
|
+
}
|
|
2281
|
+
set calloutsDarkTextColor(a) {
|
|
2282
|
+
this.j8 = a;
|
|
2283
|
+
this.g("CalloutsDarkTextColor");
|
|
2284
|
+
}
|
|
2285
|
+
get calloutsLeaderBrush() {
|
|
2286
|
+
return this.ke;
|
|
2287
|
+
}
|
|
2288
|
+
set calloutsLeaderBrush(a) {
|
|
2289
|
+
this.ke = a;
|
|
2290
|
+
this.g("CalloutsLeaderBrush");
|
|
2291
|
+
}
|
|
2232
2292
|
get calloutsAutoLabelPrecision() {
|
|
2233
|
-
return this.
|
|
2293
|
+
return this.jg;
|
|
2234
2294
|
}
|
|
2235
2295
|
set calloutsAutoLabelPrecision(a) {
|
|
2236
|
-
this.
|
|
2296
|
+
this.jg = a;
|
|
2237
2297
|
this.g("CalloutsAutoLabelPrecision");
|
|
2238
2298
|
}
|
|
2239
2299
|
get calloutsDataSourceRef() {
|
|
2240
|
-
return this.
|
|
2300
|
+
return this.j9;
|
|
2241
2301
|
}
|
|
2242
2302
|
set calloutsDataSourceRef(a) {
|
|
2243
|
-
this.
|
|
2303
|
+
this.j9 = a;
|
|
2244
2304
|
this.g("CalloutsDataSourceRef");
|
|
2245
2305
|
}
|
|
2246
2306
|
get calloutsAllowedPositions() {
|
|
@@ -2251,381 +2311,409 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2251
2311
|
this.g("CalloutsAllowedPositions");
|
|
2252
2312
|
}
|
|
2253
2313
|
get calloutsXMemberPath() {
|
|
2254
|
-
return this.
|
|
2314
|
+
return this.kj;
|
|
2255
2315
|
}
|
|
2256
2316
|
set calloutsXMemberPath(a) {
|
|
2257
|
-
this.
|
|
2317
|
+
this.kj = a;
|
|
2258
2318
|
this.g("CalloutsXMemberPath");
|
|
2259
2319
|
}
|
|
2260
2320
|
get calloutsYMemberPath() {
|
|
2261
|
-
return this.
|
|
2321
|
+
return this.kk;
|
|
2262
2322
|
}
|
|
2263
2323
|
set calloutsYMemberPath(a) {
|
|
2264
|
-
this.
|
|
2324
|
+
this.kk = a;
|
|
2265
2325
|
this.g("CalloutsYMemberPath");
|
|
2266
2326
|
}
|
|
2267
2327
|
get calloutsLabelMemberPath() {
|
|
2268
|
-
return this.
|
|
2328
|
+
return this.kd;
|
|
2269
2329
|
}
|
|
2270
2330
|
set calloutsLabelMemberPath(a) {
|
|
2271
|
-
this.
|
|
2331
|
+
this.kd = a;
|
|
2272
2332
|
this.g("CalloutsLabelMemberPath");
|
|
2273
2333
|
}
|
|
2274
2334
|
get calloutsContentMemberPath() {
|
|
2275
|
-
return this.
|
|
2335
|
+
return this.j7;
|
|
2276
2336
|
}
|
|
2277
2337
|
set calloutsContentMemberPath(a) {
|
|
2278
|
-
this.
|
|
2338
|
+
this.j7 = a;
|
|
2279
2339
|
this.g("CalloutsContentMemberPath");
|
|
2280
2340
|
}
|
|
2341
|
+
get calloutsFontFamily() {
|
|
2342
|
+
return this.ka;
|
|
2343
|
+
}
|
|
2344
|
+
set calloutsFontFamily(a) {
|
|
2345
|
+
this.ka = a;
|
|
2346
|
+
this.g("CalloutsFontFamily");
|
|
2347
|
+
}
|
|
2348
|
+
get calloutsFontSize() {
|
|
2349
|
+
return this.dh;
|
|
2350
|
+
}
|
|
2351
|
+
set calloutsFontSize(a) {
|
|
2352
|
+
this.dh = a;
|
|
2353
|
+
this.g("CalloutsFontSize");
|
|
2354
|
+
}
|
|
2355
|
+
get calloutsFontStyle() {
|
|
2356
|
+
return this.kb;
|
|
2357
|
+
}
|
|
2358
|
+
set calloutsFontStyle(a) {
|
|
2359
|
+
this.kb = a;
|
|
2360
|
+
this.g("CalloutsFontStyle");
|
|
2361
|
+
}
|
|
2362
|
+
get calloutsFontWeight() {
|
|
2363
|
+
return this.kc;
|
|
2364
|
+
}
|
|
2365
|
+
set calloutsFontWeight(a) {
|
|
2366
|
+
this.kc = a;
|
|
2367
|
+
this.g("CalloutsFontWeight");
|
|
2368
|
+
}
|
|
2281
2369
|
get valueLines() {
|
|
2282
|
-
return this.
|
|
2370
|
+
return this.an;
|
|
2283
2371
|
}
|
|
2284
2372
|
set valueLines(a) {
|
|
2285
|
-
this.
|
|
2373
|
+
this.an = a;
|
|
2286
2374
|
this.g("ValueLines");
|
|
2287
2375
|
}
|
|
2288
2376
|
get valueLinesBrushes() {
|
|
2289
|
-
return this.
|
|
2377
|
+
return this.ao;
|
|
2290
2378
|
}
|
|
2291
2379
|
set valueLinesBrushes(a) {
|
|
2292
|
-
this.
|
|
2380
|
+
this.ao = a;
|
|
2293
2381
|
this.g("ValueLinesBrushes");
|
|
2294
2382
|
}
|
|
2295
2383
|
get valueLinesThickness() {
|
|
2296
|
-
return this.
|
|
2384
|
+
return this.f3;
|
|
2297
2385
|
}
|
|
2298
2386
|
set valueLinesThickness(a) {
|
|
2299
|
-
this.
|
|
2387
|
+
this.f3 = a;
|
|
2300
2388
|
this.g("ValueLinesThickness");
|
|
2301
2389
|
}
|
|
2302
2390
|
get seriesValueLayerUseLegend() {
|
|
2303
|
-
return this.
|
|
2391
|
+
return this.ce;
|
|
2304
2392
|
}
|
|
2305
2393
|
set seriesValueLayerUseLegend(a) {
|
|
2306
|
-
this.
|
|
2394
|
+
this.ce = a;
|
|
2307
2395
|
this.g("SeriesValueLayerUseLegend");
|
|
2308
2396
|
}
|
|
2309
2397
|
get horizontalViewScrollbarMode() {
|
|
2310
|
-
return this.
|
|
2398
|
+
return this.mx;
|
|
2311
2399
|
}
|
|
2312
2400
|
set horizontalViewScrollbarMode(a) {
|
|
2313
|
-
this.
|
|
2401
|
+
this.mx = a;
|
|
2314
2402
|
this.g("HorizontalViewScrollbarMode");
|
|
2315
2403
|
}
|
|
2316
2404
|
get verticalViewScrollbarMode() {
|
|
2317
|
-
return this.
|
|
2405
|
+
return this.n9;
|
|
2318
2406
|
}
|
|
2319
2407
|
set verticalViewScrollbarMode(a) {
|
|
2320
|
-
this.
|
|
2408
|
+
this.n9 = a;
|
|
2321
2409
|
this.g("VerticalViewScrollbarMode");
|
|
2322
2410
|
}
|
|
2323
2411
|
get horizontalViewScrollbarPosition() {
|
|
2324
|
-
return this.
|
|
2412
|
+
return this.mz;
|
|
2325
2413
|
}
|
|
2326
2414
|
set horizontalViewScrollbarPosition(a) {
|
|
2327
|
-
this.
|
|
2415
|
+
this.mz = a;
|
|
2328
2416
|
this.g("HorizontalViewScrollbarPosition");
|
|
2329
2417
|
}
|
|
2330
2418
|
get verticalViewScrollbarPosition() {
|
|
2331
|
-
return this.
|
|
2419
|
+
return this.ob;
|
|
2332
2420
|
}
|
|
2333
2421
|
set verticalViewScrollbarPosition(a) {
|
|
2334
|
-
this.
|
|
2422
|
+
this.ob = a;
|
|
2335
2423
|
this.g("VerticalViewScrollbarPosition");
|
|
2336
2424
|
}
|
|
2337
2425
|
get horizontalViewScrollbarFill() {
|
|
2338
|
-
return this.
|
|
2426
|
+
return this.mw;
|
|
2339
2427
|
}
|
|
2340
2428
|
set horizontalViewScrollbarFill(a) {
|
|
2341
|
-
this.
|
|
2429
|
+
this.mw = a;
|
|
2342
2430
|
this.g("HorizontalViewScrollbarFill");
|
|
2343
2431
|
}
|
|
2344
2432
|
get horizontalViewScrollbarOutline() {
|
|
2345
|
-
return this.
|
|
2433
|
+
return this.my;
|
|
2346
2434
|
}
|
|
2347
2435
|
set horizontalViewScrollbarOutline(a) {
|
|
2348
|
-
this.
|
|
2436
|
+
this.my = a;
|
|
2349
2437
|
this.g("HorizontalViewScrollbarOutline");
|
|
2350
2438
|
}
|
|
2351
2439
|
get horizontalViewScrollbarStrokeThickness() {
|
|
2352
|
-
return this.
|
|
2440
|
+
return this.ff;
|
|
2353
2441
|
}
|
|
2354
2442
|
set horizontalViewScrollbarStrokeThickness(a) {
|
|
2355
|
-
this.
|
|
2443
|
+
this.ff = a;
|
|
2356
2444
|
this.g("HorizontalViewScrollbarStrokeThickness");
|
|
2357
2445
|
}
|
|
2358
2446
|
get horizontalViewScrollbarMaxOpacity() {
|
|
2359
|
-
return this.
|
|
2447
|
+
return this.fe;
|
|
2360
2448
|
}
|
|
2361
2449
|
set horizontalViewScrollbarMaxOpacity(a) {
|
|
2362
|
-
this.
|
|
2450
|
+
this.fe = a;
|
|
2363
2451
|
this.g("HorizontalViewScrollbarMaxOpacity");
|
|
2364
2452
|
}
|
|
2365
2453
|
get horizontalViewScrollbarCornerRadius() {
|
|
2366
|
-
return this.
|
|
2454
|
+
return this.fb;
|
|
2367
2455
|
}
|
|
2368
2456
|
set horizontalViewScrollbarCornerRadius(a) {
|
|
2369
|
-
this.
|
|
2457
|
+
this.fb = a;
|
|
2370
2458
|
this.g("HorizontalViewScrollbarCornerRadius");
|
|
2371
2459
|
}
|
|
2372
2460
|
get horizontalViewScrollbarHeight() {
|
|
2373
|
-
return this.
|
|
2461
|
+
return this.fc;
|
|
2374
2462
|
}
|
|
2375
2463
|
set horizontalViewScrollbarHeight(a) {
|
|
2376
|
-
this.
|
|
2464
|
+
this.fc = a;
|
|
2377
2465
|
this.g("HorizontalViewScrollbarHeight");
|
|
2378
2466
|
}
|
|
2379
2467
|
get horizontalViewScrollbarInset() {
|
|
2380
|
-
return this.
|
|
2468
|
+
return this.fd;
|
|
2381
2469
|
}
|
|
2382
2470
|
set horizontalViewScrollbarInset(a) {
|
|
2383
|
-
this.
|
|
2471
|
+
this.fd = a;
|
|
2384
2472
|
this.g("HorizontalViewScrollbarInset");
|
|
2385
2473
|
}
|
|
2386
2474
|
get horizontalViewScrollbarTrackStartInset() {
|
|
2387
|
-
return this.
|
|
2475
|
+
return this.fh;
|
|
2388
2476
|
}
|
|
2389
2477
|
set horizontalViewScrollbarTrackStartInset(a) {
|
|
2390
|
-
this.
|
|
2478
|
+
this.fh = a;
|
|
2391
2479
|
this.g("HorizontalViewScrollbarTrackStartInset");
|
|
2392
2480
|
}
|
|
2393
2481
|
get horizontalViewScrollbarTrackEndInset() {
|
|
2394
|
-
return this.
|
|
2482
|
+
return this.fg;
|
|
2395
2483
|
}
|
|
2396
2484
|
set horizontalViewScrollbarTrackEndInset(a) {
|
|
2397
|
-
this.
|
|
2485
|
+
this.fg = a;
|
|
2398
2486
|
this.g("HorizontalViewScrollbarTrackEndInset");
|
|
2399
2487
|
}
|
|
2400
2488
|
get horizontalViewScrollbarShouldAddAutoTrackInsets() {
|
|
2401
|
-
return this.
|
|
2489
|
+
return this.ca;
|
|
2402
2490
|
}
|
|
2403
2491
|
set horizontalViewScrollbarShouldAddAutoTrackInsets(a) {
|
|
2404
|
-
this.
|
|
2492
|
+
this.ca = a;
|
|
2405
2493
|
this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
|
|
2406
2494
|
}
|
|
2407
2495
|
get verticalViewScrollbarFill() {
|
|
2408
|
-
return this.
|
|
2496
|
+
return this.n8;
|
|
2409
2497
|
}
|
|
2410
2498
|
set verticalViewScrollbarFill(a) {
|
|
2411
|
-
this.
|
|
2499
|
+
this.n8 = a;
|
|
2412
2500
|
this.g("VerticalViewScrollbarFill");
|
|
2413
2501
|
}
|
|
2414
2502
|
get verticalViewScrollbarOutline() {
|
|
2415
|
-
return this.
|
|
2503
|
+
return this.oa;
|
|
2416
2504
|
}
|
|
2417
2505
|
set verticalViewScrollbarOutline(a) {
|
|
2418
|
-
this.
|
|
2506
|
+
this.oa = a;
|
|
2419
2507
|
this.g("VerticalViewScrollbarOutline");
|
|
2420
2508
|
}
|
|
2421
2509
|
get verticalViewScrollbarStrokeThickness() {
|
|
2422
|
-
return this.
|
|
2510
|
+
return this.f7;
|
|
2423
2511
|
}
|
|
2424
2512
|
set verticalViewScrollbarStrokeThickness(a) {
|
|
2425
|
-
this.
|
|
2513
|
+
this.f7 = a;
|
|
2426
2514
|
this.g("VerticalViewScrollbarStrokeThickness");
|
|
2427
2515
|
}
|
|
2428
2516
|
get verticalViewScrollbarMaxOpacity() {
|
|
2429
|
-
return this.
|
|
2517
|
+
return this.f6;
|
|
2430
2518
|
}
|
|
2431
2519
|
set verticalViewScrollbarMaxOpacity(a) {
|
|
2432
|
-
this.
|
|
2520
|
+
this.f6 = a;
|
|
2433
2521
|
this.g("VerticalViewScrollbarMaxOpacity");
|
|
2434
2522
|
}
|
|
2435
2523
|
get verticalViewScrollbarCornerRadius() {
|
|
2436
|
-
return this.
|
|
2524
|
+
return this.f4;
|
|
2437
2525
|
}
|
|
2438
2526
|
set verticalViewScrollbarCornerRadius(a) {
|
|
2439
|
-
this.
|
|
2527
|
+
this.f4 = a;
|
|
2440
2528
|
this.g("VerticalViewScrollbarCornerRadius");
|
|
2441
2529
|
}
|
|
2442
2530
|
get verticalViewScrollbarWidth() {
|
|
2443
|
-
return this.
|
|
2531
|
+
return this.ga;
|
|
2444
2532
|
}
|
|
2445
2533
|
set verticalViewScrollbarWidth(a) {
|
|
2446
|
-
this.
|
|
2534
|
+
this.ga = a;
|
|
2447
2535
|
this.g("VerticalViewScrollbarWidth");
|
|
2448
2536
|
}
|
|
2449
2537
|
get verticalViewScrollbarInset() {
|
|
2450
|
-
return this.
|
|
2538
|
+
return this.f5;
|
|
2451
2539
|
}
|
|
2452
2540
|
set verticalViewScrollbarInset(a) {
|
|
2453
|
-
this.
|
|
2541
|
+
this.f5 = a;
|
|
2454
2542
|
this.g("VerticalViewScrollbarInset");
|
|
2455
2543
|
}
|
|
2456
2544
|
get verticalViewScrollbarTrackStartInset() {
|
|
2457
|
-
return this.
|
|
2545
|
+
return this.f9;
|
|
2458
2546
|
}
|
|
2459
2547
|
set verticalViewScrollbarTrackStartInset(a) {
|
|
2460
|
-
this.
|
|
2548
|
+
this.f9 = a;
|
|
2461
2549
|
this.g("VerticalViewScrollbarTrackStartInset");
|
|
2462
2550
|
}
|
|
2463
2551
|
get verticalViewScrollbarTrackEndInset() {
|
|
2464
|
-
return this.
|
|
2552
|
+
return this.f8;
|
|
2465
2553
|
}
|
|
2466
2554
|
set verticalViewScrollbarTrackEndInset(a) {
|
|
2467
|
-
this.
|
|
2555
|
+
this.f8 = a;
|
|
2468
2556
|
this.g("VerticalViewScrollbarTrackEndInset");
|
|
2469
2557
|
}
|
|
2470
2558
|
get verticalViewScrollbarShouldAddAutoTrackInsets() {
|
|
2471
|
-
return this.
|
|
2559
|
+
return this.cl;
|
|
2472
2560
|
}
|
|
2473
2561
|
set verticalViewScrollbarShouldAddAutoTrackInsets(a) {
|
|
2474
|
-
this.
|
|
2562
|
+
this.cl = a;
|
|
2475
2563
|
this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
|
|
2476
2564
|
}
|
|
2477
2565
|
get windowRectMinWidth() {
|
|
2478
|
-
return this.
|
|
2566
|
+
return this.gc;
|
|
2479
2567
|
}
|
|
2480
2568
|
set windowRectMinWidth(a) {
|
|
2481
|
-
this.
|
|
2569
|
+
this.gc = a;
|
|
2482
2570
|
this.g("WindowRectMinWidth");
|
|
2483
2571
|
}
|
|
2484
2572
|
get windowRectMinHeight() {
|
|
2485
|
-
return this.
|
|
2573
|
+
return this.gb;
|
|
2486
2574
|
}
|
|
2487
2575
|
set windowRectMinHeight(a) {
|
|
2488
|
-
this.
|
|
2576
|
+
this.gb = a;
|
|
2489
2577
|
this.g("WindowRectMinHeight");
|
|
2490
2578
|
}
|
|
2491
2579
|
get windowSizeMinWidth() {
|
|
2492
|
-
return this.
|
|
2580
|
+
return this.ge;
|
|
2493
2581
|
}
|
|
2494
2582
|
set windowSizeMinWidth(a) {
|
|
2495
|
-
this.
|
|
2583
|
+
this.ge = a;
|
|
2496
2584
|
this.g("WindowSizeMinWidth");
|
|
2497
2585
|
}
|
|
2498
2586
|
get windowSizeMinHeight() {
|
|
2499
|
-
return this.
|
|
2587
|
+
return this.gd;
|
|
2500
2588
|
}
|
|
2501
2589
|
set windowSizeMinHeight(a) {
|
|
2502
|
-
this.
|
|
2590
|
+
this.gd = a;
|
|
2503
2591
|
this.g("WindowSizeMinHeight");
|
|
2504
2592
|
}
|
|
2505
2593
|
get seriesAddedRef() {
|
|
2506
|
-
return this.
|
|
2594
|
+
return this.nn;
|
|
2507
2595
|
}
|
|
2508
2596
|
set seriesAddedRef(a) {
|
|
2509
|
-
this.
|
|
2597
|
+
this.nn = a;
|
|
2510
2598
|
this.g("SeriesAddedRef");
|
|
2511
2599
|
}
|
|
2512
2600
|
get seriesRemovedRef() {
|
|
2513
|
-
return this.
|
|
2601
|
+
return this.nw;
|
|
2514
2602
|
}
|
|
2515
2603
|
set seriesRemovedRef(a) {
|
|
2516
|
-
this.
|
|
2604
|
+
this.nw = a;
|
|
2517
2605
|
this.g("SeriesRemovedRef");
|
|
2518
2606
|
}
|
|
2519
2607
|
get seriesPointerEnterRef() {
|
|
2520
|
-
return this.
|
|
2608
|
+
return this.ns;
|
|
2521
2609
|
}
|
|
2522
2610
|
set seriesPointerEnterRef(a) {
|
|
2523
|
-
this.
|
|
2611
|
+
this.ns = a;
|
|
2524
2612
|
this.g("SeriesPointerEnterRef");
|
|
2525
2613
|
}
|
|
2526
2614
|
get seriesPointerLeaveRef() {
|
|
2527
|
-
return this.
|
|
2615
|
+
return this.nt;
|
|
2528
2616
|
}
|
|
2529
2617
|
set seriesPointerLeaveRef(a) {
|
|
2530
|
-
this.
|
|
2618
|
+
this.nt = a;
|
|
2531
2619
|
this.g("SeriesPointerLeaveRef");
|
|
2532
2620
|
}
|
|
2533
2621
|
get seriesPointerMoveRef() {
|
|
2534
|
-
return this.
|
|
2622
|
+
return this.nu;
|
|
2535
2623
|
}
|
|
2536
2624
|
set seriesPointerMoveRef(a) {
|
|
2537
|
-
this.
|
|
2625
|
+
this.nu = a;
|
|
2538
2626
|
this.g("SeriesPointerMoveRef");
|
|
2539
2627
|
}
|
|
2540
2628
|
get seriesPointerDownRef() {
|
|
2541
|
-
return this.
|
|
2629
|
+
return this.nr;
|
|
2542
2630
|
}
|
|
2543
2631
|
set seriesPointerDownRef(a) {
|
|
2544
|
-
this.
|
|
2632
|
+
this.nr = a;
|
|
2545
2633
|
this.g("SeriesPointerDownRef");
|
|
2546
2634
|
}
|
|
2547
2635
|
get seriesPointerUpRef() {
|
|
2548
|
-
return this.
|
|
2636
|
+
return this.nv;
|
|
2549
2637
|
}
|
|
2550
2638
|
set seriesPointerUpRef(a) {
|
|
2551
|
-
this.
|
|
2639
|
+
this.nv = a;
|
|
2552
2640
|
this.g("SeriesPointerUpRef");
|
|
2553
2641
|
}
|
|
2554
2642
|
get seriesClickRef() {
|
|
2555
|
-
return this.
|
|
2643
|
+
return this.no;
|
|
2556
2644
|
}
|
|
2557
2645
|
set seriesClickRef(a) {
|
|
2558
|
-
this.
|
|
2646
|
+
this.no = a;
|
|
2559
2647
|
this.g("SeriesClickRef");
|
|
2560
2648
|
}
|
|
2561
2649
|
get plotAreaPointerEnterRef() {
|
|
2562
|
-
return this.
|
|
2650
|
+
return this.nf;
|
|
2563
2651
|
}
|
|
2564
2652
|
set plotAreaPointerEnterRef(a) {
|
|
2565
|
-
this.
|
|
2653
|
+
this.nf = a;
|
|
2566
2654
|
this.g("PlotAreaPointerEnterRef");
|
|
2567
2655
|
}
|
|
2568
2656
|
get plotAreaPointerLeaveRef() {
|
|
2569
|
-
return this.
|
|
2657
|
+
return this.ng;
|
|
2570
2658
|
}
|
|
2571
2659
|
set plotAreaPointerLeaveRef(a) {
|
|
2572
|
-
this.
|
|
2660
|
+
this.ng = a;
|
|
2573
2661
|
this.g("PlotAreaPointerLeaveRef");
|
|
2574
2662
|
}
|
|
2575
2663
|
get plotAreaPointerMoveRef() {
|
|
2576
|
-
return this.
|
|
2664
|
+
return this.nh;
|
|
2577
2665
|
}
|
|
2578
2666
|
set plotAreaPointerMoveRef(a) {
|
|
2579
|
-
this.
|
|
2667
|
+
this.nh = a;
|
|
2580
2668
|
this.g("PlotAreaPointerMoveRef");
|
|
2581
2669
|
}
|
|
2582
2670
|
get plotAreaPointerDownRef() {
|
|
2583
|
-
return this.
|
|
2671
|
+
return this.ne;
|
|
2584
2672
|
}
|
|
2585
2673
|
set plotAreaPointerDownRef(a) {
|
|
2586
|
-
this.
|
|
2674
|
+
this.ne = a;
|
|
2587
2675
|
this.g("PlotAreaPointerDownRef");
|
|
2588
2676
|
}
|
|
2589
2677
|
get plotAreaPointerUpRef() {
|
|
2590
|
-
return this.
|
|
2678
|
+
return this.ni;
|
|
2591
2679
|
}
|
|
2592
2680
|
set plotAreaPointerUpRef(a) {
|
|
2593
|
-
this.
|
|
2681
|
+
this.ni = a;
|
|
2594
2682
|
this.g("PlotAreaPointerUpRef");
|
|
2595
2683
|
}
|
|
2596
2684
|
get calloutStyleUpdatingRef() {
|
|
2597
|
-
return this.
|
|
2685
|
+
return this.ki;
|
|
2598
2686
|
}
|
|
2599
2687
|
set calloutStyleUpdatingRef(a) {
|
|
2600
|
-
this.
|
|
2688
|
+
this.ki = a;
|
|
2601
2689
|
this.g("CalloutStyleUpdatingRef");
|
|
2602
2690
|
}
|
|
2603
2691
|
get calloutRenderStyleUpdatingRef() {
|
|
2604
|
-
return this.
|
|
2692
|
+
return this.j5;
|
|
2605
2693
|
}
|
|
2606
2694
|
set calloutRenderStyleUpdatingRef(a) {
|
|
2607
|
-
this.
|
|
2695
|
+
this.j5 = a;
|
|
2608
2696
|
this.g("CalloutRenderStyleUpdatingRef");
|
|
2609
2697
|
}
|
|
2610
2698
|
get selectedSeriesItemsChangedRef() {
|
|
2611
|
-
return this.
|
|
2699
|
+
return this.nj;
|
|
2612
2700
|
}
|
|
2613
2701
|
set selectedSeriesItemsChangedRef(a) {
|
|
2614
|
-
this.
|
|
2702
|
+
this.nj = a;
|
|
2615
2703
|
this.g("SelectedSeriesItemsChangedRef");
|
|
2616
2704
|
}
|
|
2617
2705
|
get focusedSeriesItemsChangedRef() {
|
|
2618
|
-
return this.
|
|
2706
|
+
return this.mo;
|
|
2619
2707
|
}
|
|
2620
2708
|
set focusedSeriesItemsChangedRef(a) {
|
|
2621
|
-
this.
|
|
2709
|
+
this.mo = a;
|
|
2622
2710
|
this.g("FocusedSeriesItemsChangedRef");
|
|
2623
2711
|
}
|
|
2624
2712
|
get filterStringErrorsParsingRef() {
|
|
2625
|
-
return this.
|
|
2713
|
+
return this.mk;
|
|
2626
2714
|
}
|
|
2627
2715
|
set filterStringErrorsParsingRef(a) {
|
|
2628
|
-
this.
|
|
2716
|
+
this.mk = a;
|
|
2629
2717
|
this.g("FilterStringErrorsParsingRef");
|
|
2630
2718
|
}
|
|
2631
2719
|
}
|