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