igniteui-angular-core 20.0.1-beta.0 → 20.0.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +16013 -8806
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AsyncDataSourcePageRequest.js +14 -7
- package/esm2015/lib/AsyncVirtualDataSourceProviderWorker.js +17 -16
- package/esm2015/lib/AsyncVirtualDataTaskCompletionSource.js +33 -0
- package/esm2015/lib/AxisDescription.js +420 -196
- package/esm2015/lib/AxisDescriptionMetadata.js +32 -0
- package/esm2015/lib/AzureMapsMapImageryDescription.js +71 -0
- package/esm2015/lib/AzureMapsMapImageryDescriptionMetadata.js +45 -0
- package/esm2015/lib/AzureMapsMapImageryDescriptionModule.js +20 -0
- package/esm2015/lib/AzureMapsTileSource.js +112 -0
- package/esm2015/lib/BaseGenericDataSource.js +85 -0
- package/esm2015/lib/BaseGenericDataSourceDescription.js +58 -0
- package/esm2015/lib/BaseGenericDataSourceDescriptionMetadata.js +38 -0
- package/esm2015/lib/BaseVirtualDataProvider.js +398 -0
- package/esm2015/lib/CanvasViewRenderer.js +11 -6
- package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm2015/lib/CategoryAxisBaseDescription.js +24 -24
- package/esm2015/lib/CategoryChartDescription.js +130 -130
- package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm2015/lib/CategoryHighlightLayerDescriptionMetadata.js +1 -0
- package/esm2015/lib/CategoryToolTipLayerDescription.js +27 -3
- package/esm2015/lib/CategoryToolTipLayerDescriptionMetadata.js +4 -0
- package/esm2015/lib/CategoryXAxisDescription.js +49 -33
- package/esm2015/lib/CategoryXAxisDescriptionMetadata.js +2 -0
- package/esm2015/lib/CategoryYAxisDescription.js +49 -33
- package/esm2015/lib/CategoryYAxisDescriptionMetadata.js +2 -0
- package/esm2015/lib/CellInfoDescription.js +321 -201
- package/esm2015/lib/CellInfoDescriptionMetadata.js +16 -0
- package/esm2015/lib/ChartMouseEventArgsDescription.js +17 -9
- package/esm2015/lib/ChartResizeIdleEventArgsDescription.js +26 -0
- package/esm2015/lib/ChartResizeIdleEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +254 -254
- package/esm2015/lib/ColumnGroupDescriptionDescriptionMetadata.js +2 -2
- package/esm2015/lib/ColumnSummaryDescriptionDescriptionMetadata.js +2 -2
- package/esm2015/lib/ComboBoxColumnDescription.js +20 -12
- package/esm2015/lib/ComboBoxColumnDescriptionMetadata.js +2 -1
- package/esm2015/lib/ComponentRendererAdapter.js +5 -3
- package/esm2015/lib/ComponentRendererMethodHelperBuilder_combined.js +444 -167
- package/esm2015/lib/ComponentRenderer_combined.js +673 -565
- package/esm2015/lib/CustomLocalDataSourceDescription.js +26 -0
- package/esm2015/lib/CustomLocalDataSourceDescriptionMetadata.js +36 -0
- package/esm2015/lib/CustomLocalDataSourceDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationAxisLayerDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataChartDashboardTileDescriptionModule.js +2 -0
- package/esm2015/lib/DataChartDescription.js +99 -99
- package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +23 -15
- package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +3 -1
- package/esm2015/lib/DataGridColumnDescription.js +229 -109
- package/esm2015/lib/DataGridColumnDescriptionMetadata.js +16 -0
- package/esm2015/lib/DataGridDescription.js +623 -607
- package/esm2015/lib/DataLegendDescription.js +414 -382
- package/esm2015/lib/DataLegendDescriptionMetadata.js +4 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +152 -112
- package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +9 -4
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DataPieChartDescriptionModule.js +2 -0
- package/esm2015/lib/DataSourceGroupDescription.js +52 -0
- package/esm2015/lib/DataSourceGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/DataSourceGroupDescriptionDescription.js +25 -0
- package/esm2015/lib/DataSourceGroupDescriptionDescriptionMetadata.js +39 -0
- package/esm2015/lib/DataSourceGroupDescriptionDescriptionModule.js +22 -0
- package/esm2015/lib/DataSourceSortDescription.js +61 -0
- package/esm2015/lib/DataSourceSortDescriptionCollection.js +96 -0
- package/esm2015/lib/DataSourceSortDescriptionDescription.js +44 -0
- package/esm2015/lib/DataSourceSortDescriptionDescriptionMetadata.js +40 -0
- package/esm2015/lib/DataSourceSortDescriptionDescriptionModule.js +20 -0
- package/esm2015/lib/DataSourceSummaryDescription.js +123 -0
- package/esm2015/lib/DataSourceSummaryDescriptionCollection.js +102 -0
- package/esm2015/lib/DataSourceSummaryDescriptionDescription.js +68 -0
- package/esm2015/lib/DataSourceSummaryDescriptionDescriptionMetadata.js +45 -0
- package/esm2015/lib/DataSourceSummaryDescriptionDescriptionModule.js +20 -0
- package/esm2015/lib/DataToolTipLayerDescription.js +251 -227
- package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +4 -0
- package/esm2015/lib/DateTimeCellInfoDescription.js +18 -18
- package/esm2015/lib/DateTimeCellInfoDescriptionMetadata.js +1 -1
- package/esm2015/lib/DateTimeColumnDescription.js +44 -36
- package/esm2015/lib/DateTimeColumnDescriptionMetadata.js +4 -3
- package/esm2015/lib/DescriptionSerializer.js +1 -1
- package/esm2015/lib/DomainChartDescription.js +620 -588
- package/esm2015/lib/DomainChartDescriptionMetadata.js +6 -2
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -9
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/EditorCellInfoDescription.js +30 -30
- package/esm2015/lib/FilterCellInfoDescription.js +36 -36
- package/esm2015/lib/FilterExpressionDescription.js +64 -0
- package/esm2015/lib/FilterExpressionDescriptionMetadata.js +8 -0
- package/esm2015/lib/FinancialChartDescription.js +176 -176
- package/esm2015/lib/FontRegistry.js +47 -0
- package/esm2015/lib/FunctionFilterExpressionDescription.js +30 -6
- package/esm2015/lib/FunctionFilterExpressionDescriptionMetadata.js +3 -0
- package/esm2015/lib/GenericDataSourcePage.js +82 -0
- package/esm2015/lib/GenericDataSourceSchemaPropertyType.js +37 -0
- package/esm2015/lib/GenericInternalVirtualDataProvider.js +247 -0
- package/esm2015/lib/GenericInternalVirtualDataSource.js +125 -0
- package/esm2015/lib/GenericPageResponse.js +37 -0
- package/esm2015/lib/GenericSectionInformation.js +55 -0
- package/esm2015/lib/GenericSummaryResult.js +62 -0
- package/esm2015/lib/GenericVirtualDataProviderWorker.js +156 -0
- package/esm2015/lib/GenericVirtualDataProviderWorkerSettings.js +62 -0
- package/esm2015/lib/GenericVirtualDataSource.js +178 -0
- package/esm2015/lib/GenericVirtualDataSourceDescription.js +31 -0
- package/esm2015/lib/GenericVirtualDataSourceDescriptionMetadata.js +41 -0
- package/esm2015/lib/GenericVirtualDataSourceDescriptionModule.js +20 -0
- package/esm2015/lib/GeographicMapImageryDescription_combined.js +41 -41
- package/esm2015/lib/GeometryUtil.js +18 -3
- package/esm2015/lib/GridConditionalStyleFontInfoDescription.js +58 -0
- package/esm2015/lib/GridConditionalStyleFontInfoDescriptionMetadata.js +40 -0
- package/esm2015/lib/GridConditionalStyleFontInfoDescriptionModule.js +20 -0
- package/esm2015/lib/HierarchicalRingSeriesDescription.js +3 -3
- package/esm2015/lib/IRenderer_combined.js +21 -15
- package/esm2015/lib/ImageCellInfoDescription.js +9 -9
- package/esm2015/lib/ImageColumnDescription.js +29 -21
- package/esm2015/lib/ImageColumnDescriptionMetadata.js +3 -2
- package/esm2015/lib/ItemToolTipLayerDescription.js +30 -6
- package/esm2015/lib/ItemToolTipLayerDescriptionMetadata.js +3 -0
- package/esm2015/lib/LayoutPrimaryKeyValueDescriptionMetadata.js +1 -1
- package/esm2015/lib/ListPanelPrimaryKeyValueDescriptionMetadata.js +1 -1
- package/esm2015/lib/LiteralFilterExpressionDescription.js +30 -6
- package/esm2015/lib/LiteralFilterExpressionDescriptionMetadata.js +3 -0
- package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
- package/esm2015/lib/NumericAxisBaseDescription.js +132 -84
- package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +6 -0
- package/esm2015/lib/NumericCellInfoDescription.js +39 -39
- package/esm2015/lib/NumericCellInfoDescriptionMetadata.js +1 -1
- package/esm2015/lib/NumericColumnDescription.js +59 -51
- package/esm2015/lib/NumericColumnDescriptionMetadata.js +4 -3
- package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm2015/lib/OperationFilterExpressionDescription.js +79 -15
- package/esm2015/lib/OperationFilterExpressionDescriptionMetadata.js +8 -0
- package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm2015/lib/PagePredictionEngine.js +1 -1
- package/esm2015/lib/PageRequestedEventArgs.js +24 -0
- package/esm2015/lib/PageRequestedEventArgsDescription.js +66 -0
- package/esm2015/lib/PageRequestedEventArgsDescriptionMetadata.js +41 -0
- package/esm2015/lib/PieSliceCollisionGeometry.js +1 -1
- package/esm2015/lib/PlatformAPIHelper.js +9 -1
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +14 -0
- package/esm2015/lib/PrimaryKeyValueDescriptionMetadata.js +1 -1
- package/esm2015/lib/PropertyReferenceFilterExpressionDescription.js +19 -3
- package/esm2015/lib/PropertyReferenceFilterExpressionDescriptionMetadata.js +2 -0
- package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm2015/lib/RadialBaseChartDescription.js +228 -228
- package/esm2015/lib/RadialPieSeriesDescription.js +20 -12
- package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/RingSeriesBaseDescription.js +14 -6
- package/esm2015/lib/RingSeriesBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/RingSeriesDescription.js +3 -3
- package/esm2015/lib/SectionHeaderCellInfoDescription.js +9 -9
- package/esm2015/lib/SeriesViewerDescription.js +469 -389
- package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm2015/lib/SummaryCellInfoDescription.js +21 -21
- package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
- package/esm2015/lib/TemplateColumnDescription.js +6 -6
- package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm2015/lib/TextCellInfoDescription.js +3 -3
- package/esm2015/lib/TextColumnDescription.js +26 -18
- package/esm2015/lib/TextColumnDescriptionMetadata.js +3 -2
- package/esm2015/lib/TextHeaderCellInfoDescription.js +15 -15
- package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
- package/esm2015/lib/TimeXAxisDescription.js +12 -12
- package/esm2015/lib/ToolActionButtonPairInfoDescription.js +92 -44
- package/esm2015/lib/ToolActionButtonPairInfoDescriptionMetadata.js +6 -0
- package/esm2015/lib/TrendLineLayerDescription.js +8 -8
- package/esm2015/lib/TrendLineLayerDescriptionMetadata.js +2 -1
- package/esm2015/lib/ValueLayerDescription.js +33 -49
- package/esm2015/lib/ValueLayerDescriptionMetadata.js +2 -2
- package/esm2015/lib/VirtualDataSource.js +1 -1
- package/esm2015/lib/WebTabsDescription.js +15 -7
- package/esm2015/lib/WebTabsDescriptionMetadata.js +3 -0
- package/esm2015/lib/WrapperExpressionDescription.js +25 -9
- package/esm2015/lib/WrapperExpressionDescriptionMetadata.js +2 -0
- package/esm2015/lib/XYChartDescription.js +228 -228
- package/esm2015/lib/XamMultiScaleImageView_combined.js +110 -98
- package/esm2015/lib/igx-base-generic-data-source.js +183 -0
- package/esm2015/lib/igx-data-legend-series-context.js +6 -4
- package/esm2015/lib/igx-data-source-group-description-collection.js +70 -0
- package/esm2015/lib/igx-data-source-group-description-dynamic-module.js +34 -0
- package/esm2015/lib/igx-data-source-group-description-module.js +26 -0
- package/esm2015/lib/igx-data-source-group-description.js +16 -0
- package/esm2015/lib/igx-data-source-sort-description-collection.js +80 -0
- package/esm2015/lib/igx-data-source-sort-description-dynamic-module.js +34 -0
- package/esm2015/lib/igx-data-source-sort-description-module.js +26 -0
- package/esm2015/lib/igx-data-source-sort-description.js +64 -0
- package/esm2015/lib/igx-data-source-summary-description-collection.js +80 -0
- package/esm2015/lib/igx-data-source-summary-description-dynamic-module.js +34 -0
- package/esm2015/lib/igx-data-source-summary-description-module.js +26 -0
- package/esm2015/lib/igx-data-source-summary-description.js +106 -0
- package/esm2015/lib/igx-generic-virtual-data-source-dynamic-module.js +35 -0
- package/esm2015/lib/igx-generic-virtual-data-source-module.js +33 -0
- package/esm2015/lib/igx-generic-virtual-data-source.js +119 -0
- package/esm2015/lib/igx-page-requested-event-args.js +76 -0
- package/esm2015/lib/igx-popup-component.js +3 -1
- package/esm2015/public_api.js +66 -0
- package/esm5/lib/AsyncDataSourcePageRequest.js +18 -7
- package/esm5/lib/AsyncVirtualDataSourceProviderWorker.js +17 -16
- package/esm5/lib/AsyncVirtualDataTaskCompletionSource.js +39 -0
- package/esm5/lib/AxisDescription.js +532 -196
- package/esm5/lib/AxisDescriptionMetadata.js +32 -0
- package/esm5/lib/AzureMapsMapImageryDescription.js +97 -0
- package/esm5/lib/AzureMapsMapImageryDescriptionMetadata.js +49 -0
- package/esm5/lib/AzureMapsMapImageryDescriptionModule.js +24 -0
- package/esm5/lib/AzureMapsTileSource.js +138 -0
- package/esm5/lib/BaseGenericDataSource.js +107 -0
- package/esm5/lib/BaseGenericDataSourceDescription.js +80 -0
- package/esm5/lib/BaseGenericDataSourceDescriptionMetadata.js +42 -0
- package/esm5/lib/BaseVirtualDataProvider.js +484 -0
- package/esm5/lib/CanvasViewRenderer.js +11 -6
- package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm5/lib/CategoryAxisBaseDescription.js +24 -24
- package/esm5/lib/CategoryChartDescription.js +130 -130
- package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm5/lib/CategoryHighlightLayerDescriptionMetadata.js +1 -0
- package/esm5/lib/CategoryToolTipLayerDescription.js +39 -3
- package/esm5/lib/CategoryToolTipLayerDescriptionMetadata.js +4 -0
- package/esm5/lib/CategoryXAxisDescription.js +57 -33
- package/esm5/lib/CategoryXAxisDescriptionMetadata.js +2 -0
- package/esm5/lib/CategoryYAxisDescription.js +57 -33
- package/esm5/lib/CategoryYAxisDescriptionMetadata.js +2 -0
- package/esm5/lib/CellInfoDescription.js +381 -201
- package/esm5/lib/CellInfoDescriptionMetadata.js +16 -0
- package/esm5/lib/ChartMouseEventArgsDescription.js +21 -9
- package/esm5/lib/ChartResizeIdleEventArgsDescription.js +31 -0
- package/esm5/lib/ChartResizeIdleEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +254 -254
- package/esm5/lib/ColumnGroupDescriptionDescriptionMetadata.js +2 -2
- package/esm5/lib/ColumnSummaryDescriptionDescriptionMetadata.js +2 -2
- package/esm5/lib/ComboBoxColumnDescription.js +24 -12
- package/esm5/lib/ComboBoxColumnDescriptionMetadata.js +2 -1
- package/esm5/lib/ComponentRendererAdapter.js +5 -3
- package/esm5/lib/ComponentRendererMethodHelperBuilder_combined.js +506 -179
- package/esm5/lib/ComponentRenderer_combined.js +723 -597
- package/esm5/lib/CustomLocalDataSourceDescription.js +31 -0
- package/esm5/lib/CustomLocalDataSourceDescriptionMetadata.js +40 -0
- package/esm5/lib/CustomLocalDataSourceDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationAxisLayerDescriptionMetadata.js +1 -0
- package/esm5/lib/DataChartDashboardTileDescriptionModule.js +2 -0
- package/esm5/lib/DataChartDescription.js +99 -99
- package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +27 -15
- package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +3 -1
- package/esm5/lib/DataGridColumnDescription.js +289 -109
- package/esm5/lib/DataGridColumnDescriptionMetadata.js +16 -0
- package/esm5/lib/DataGridDescription.js +633 -609
- package/esm5/lib/DataLegendDescription.js +430 -382
- package/esm5/lib/DataLegendDescriptionMetadata.js +4 -0
- package/esm5/lib/DataPieBaseChartDescription.js +172 -112
- package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +9 -4
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DataPieChartDescriptionModule.js +2 -0
- package/esm5/lib/DataSourceGroupDescription.js +59 -0
- package/esm5/lib/DataSourceGroupDescriptionCollection.js +94 -0
- package/esm5/lib/DataSourceGroupDescriptionDescription.js +26 -0
- package/esm5/lib/DataSourceGroupDescriptionDescriptionMetadata.js +43 -0
- package/esm5/lib/DataSourceGroupDescriptionDescriptionModule.js +26 -0
- package/esm5/lib/DataSourceSortDescription.js +75 -0
- package/esm5/lib/DataSourceSortDescriptionCollection.js +110 -0
- package/esm5/lib/DataSourceSortDescriptionDescription.js +58 -0
- package/esm5/lib/DataSourceSortDescriptionDescriptionMetadata.js +44 -0
- package/esm5/lib/DataSourceSortDescriptionDescriptionModule.js +24 -0
- package/esm5/lib/DataSourceSummaryDescription.js +149 -0
- package/esm5/lib/DataSourceSummaryDescriptionCollection.js +116 -0
- package/esm5/lib/DataSourceSummaryDescriptionDescription.js +94 -0
- package/esm5/lib/DataSourceSummaryDescriptionDescriptionMetadata.js +49 -0
- package/esm5/lib/DataSourceSummaryDescriptionDescriptionModule.js +24 -0
- package/esm5/lib/DataToolTipLayerDescription.js +263 -227
- package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +4 -0
- package/esm5/lib/DateTimeCellInfoDescription.js +18 -18
- package/esm5/lib/DateTimeCellInfoDescriptionMetadata.js +1 -1
- package/esm5/lib/DateTimeColumnDescription.js +47 -35
- package/esm5/lib/DateTimeColumnDescriptionMetadata.js +4 -3
- package/esm5/lib/DescriptionSerializer.js +1 -1
- package/esm5/lib/DomainChartDescription.js +636 -588
- package/esm5/lib/DomainChartDescriptionMetadata.js +6 -2
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +21 -9
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/EditorCellInfoDescription.js +30 -30
- package/esm5/lib/FilterCellInfoDescription.js +36 -36
- package/esm5/lib/FilterExpressionDescription.js +98 -1
- package/esm5/lib/FilterExpressionDescriptionMetadata.js +8 -0
- package/esm5/lib/FinancialChartDescription.js +176 -176
- package/esm5/lib/FontRegistry.js +53 -0
- package/esm5/lib/FunctionFilterExpressionDescription.js +42 -6
- package/esm5/lib/FunctionFilterExpressionDescriptionMetadata.js +3 -0
- package/esm5/lib/GenericDataSourcePage.js +84 -0
- package/esm5/lib/GenericDataSourceSchemaPropertyType.js +37 -0
- package/esm5/lib/GenericInternalVirtualDataProvider.js +250 -0
- package/esm5/lib/GenericInternalVirtualDataSource.js +151 -0
- package/esm5/lib/GenericPageResponse.js +39 -0
- package/esm5/lib/GenericSectionInformation.js +77 -0
- package/esm5/lib/GenericSummaryResult.js +88 -0
- package/esm5/lib/GenericVirtualDataProviderWorker.js +180 -0
- package/esm5/lib/GenericVirtualDataProviderWorkerSettings.js +88 -0
- package/esm5/lib/GenericVirtualDataSource.js +180 -0
- package/esm5/lib/GenericVirtualDataSourceDescription.js +37 -0
- package/esm5/lib/GenericVirtualDataSourceDescriptionMetadata.js +45 -0
- package/esm5/lib/GenericVirtualDataSourceDescriptionModule.js +24 -0
- package/esm5/lib/GeographicMapImageryDescription_combined.js +41 -41
- package/esm5/lib/GeometryUtil.js +18 -3
- package/esm5/lib/GridConditionalStyleFontInfoDescription.js +80 -0
- package/esm5/lib/GridConditionalStyleFontInfoDescriptionMetadata.js +44 -0
- package/esm5/lib/GridConditionalStyleFontInfoDescriptionModule.js +24 -0
- package/esm5/lib/HierarchicalRingSeriesDescription.js +3 -3
- package/esm5/lib/IRenderer_combined.js +21 -15
- package/esm5/lib/ImageCellInfoDescription.js +9 -9
- package/esm5/lib/ImageColumnDescription.js +32 -20
- package/esm5/lib/ImageColumnDescriptionMetadata.js +3 -2
- package/esm5/lib/ItemToolTipLayerDescription.js +42 -6
- package/esm5/lib/ItemToolTipLayerDescriptionMetadata.js +3 -0
- package/esm5/lib/LayoutPrimaryKeyValueDescriptionMetadata.js +1 -1
- package/esm5/lib/ListPanelPrimaryKeyValueDescriptionMetadata.js +1 -1
- package/esm5/lib/LiteralFilterExpressionDescription.js +42 -6
- package/esm5/lib/LiteralFilterExpressionDescriptionMetadata.js +3 -0
- package/esm5/lib/NumericAngleAxisDescription.js +6 -6
- package/esm5/lib/NumericAxisBaseDescription.js +156 -84
- package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +6 -0
- package/esm5/lib/NumericCellInfoDescription.js +39 -39
- package/esm5/lib/NumericCellInfoDescriptionMetadata.js +1 -1
- package/esm5/lib/NumericColumnDescription.js +62 -50
- package/esm5/lib/NumericColumnDescriptionMetadata.js +4 -3
- package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm5/lib/OperationFilterExpressionDescription.js +111 -15
- package/esm5/lib/OperationFilterExpressionDescriptionMetadata.js +8 -0
- package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm5/lib/PagePredictionEngine.js +1 -1
- package/esm5/lib/PageRequestedEventArgs.js +26 -0
- package/esm5/lib/PageRequestedEventArgsDescription.js +92 -0
- package/esm5/lib/PageRequestedEventArgsDescriptionMetadata.js +45 -0
- package/esm5/lib/PieSliceCollisionGeometry.js +1 -1
- package/esm5/lib/PlatformAPIHelper.js +9 -1
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +14 -0
- package/esm5/lib/PrimaryKeyValueDescriptionMetadata.js +1 -1
- package/esm5/lib/PropertyReferenceFilterExpressionDescription.js +27 -3
- package/esm5/lib/PropertyReferenceFilterExpressionDescriptionMetadata.js +2 -0
- package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm5/lib/RadialBaseChartDescription.js +228 -228
- package/esm5/lib/RadialPieSeriesDescription.js +24 -12
- package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/RingSeriesBaseDescription.js +18 -6
- package/esm5/lib/RingSeriesBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/RingSeriesDescription.js +3 -3
- package/esm5/lib/SectionHeaderCellInfoDescription.js +9 -9
- package/esm5/lib/SeriesViewerDescription.js +509 -389
- package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm5/lib/SummaryCellInfoDescription.js +21 -21
- package/esm5/lib/TemplateCellInfoDescription.js +3 -3
- package/esm5/lib/TemplateColumnDescription.js +6 -6
- package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm5/lib/TextCellInfoDescription.js +3 -3
- package/esm5/lib/TextColumnDescription.js +29 -17
- package/esm5/lib/TextColumnDescriptionMetadata.js +3 -2
- package/esm5/lib/TextHeaderCellInfoDescription.js +15 -15
- package/esm5/lib/TimeAxisBaseDescription.js +24 -24
- package/esm5/lib/TimeXAxisDescription.js +12 -12
- package/esm5/lib/ToolActionButtonPairInfoDescription.js +115 -43
- package/esm5/lib/ToolActionButtonPairInfoDescriptionMetadata.js +6 -0
- package/esm5/lib/TrendLineLayerDescription.js +9 -9
- package/esm5/lib/TrendLineLayerDescriptionMetadata.js +2 -1
- package/esm5/lib/ValueLayerDescription.js +32 -56
- package/esm5/lib/ValueLayerDescriptionMetadata.js +2 -2
- package/esm5/lib/VirtualDataSource.js +1 -1
- package/esm5/lib/WebTabsDescription.js +19 -7
- package/esm5/lib/WebTabsDescriptionMetadata.js +3 -0
- package/esm5/lib/WrapperExpressionDescription.js +33 -9
- package/esm5/lib/WrapperExpressionDescriptionMetadata.js +2 -0
- package/esm5/lib/XYChartDescription.js +228 -228
- package/esm5/lib/XamMultiScaleImageView_combined.js +109 -97
- package/esm5/lib/igx-base-generic-data-source.js +209 -0
- package/esm5/lib/igx-data-legend-series-context.js +6 -4
- package/esm5/lib/igx-data-source-group-description-collection.js +76 -0
- package/esm5/lib/igx-data-source-group-description-dynamic-module.js +33 -0
- package/esm5/lib/igx-data-source-group-description-module.js +27 -0
- package/esm5/lib/igx-data-source-group-description.js +24 -0
- package/esm5/lib/igx-data-source-sort-description-collection.js +90 -0
- package/esm5/lib/igx-data-source-sort-description-dynamic-module.js +33 -0
- package/esm5/lib/igx-data-source-sort-description-module.js +27 -0
- package/esm5/lib/igx-data-source-sort-description.js +78 -0
- package/esm5/lib/igx-data-source-summary-description-collection.js +90 -0
- package/esm5/lib/igx-data-source-summary-description-dynamic-module.js +33 -0
- package/esm5/lib/igx-data-source-summary-description-module.js +27 -0
- package/esm5/lib/igx-data-source-summary-description.js +133 -0
- package/esm5/lib/igx-generic-virtual-data-source-dynamic-module.js +34 -0
- package/esm5/lib/igx-generic-virtual-data-source-module.js +32 -0
- package/esm5/lib/igx-generic-virtual-data-source.js +133 -0
- package/esm5/lib/igx-page-requested-event-args.js +102 -0
- package/esm5/lib/igx-popup-component.js +3 -1
- package/esm5/public_api.js +66 -0
- package/fesm2015/igniteui-angular-core.js +13513 -7629
- package/fesm5/igniteui-angular-core.js +15947 -8807
- package/lib/AsyncDataSourcePageRequest.d.ts +4 -1
- package/lib/AsyncVirtualDataSourceProviderWorker.d.ts +4 -3
- package/lib/AsyncVirtualDataTaskCompletionSource.d.ts +14 -0
- package/lib/AxisDescription.d.ts +151 -67
- package/lib/AzureMapsMapImageryDescription.d.ts +28 -0
- package/lib/AzureMapsMapImageryDescriptionMetadata.d.ts +13 -0
- package/lib/AzureMapsMapImageryDescriptionModule.d.ts +9 -0
- package/lib/AzureMapsTileSource.d.ts +33 -0
- package/lib/BaseGenericDataSource.d.ts +36 -0
- package/lib/BaseGenericDataSourceDescription.d.ts +27 -0
- package/lib/BaseGenericDataSourceDescriptionMetadata.d.ts +13 -0
- package/lib/BaseVirtualDataProvider.d.ts +113 -0
- package/lib/CanvasViewRenderer.d.ts +7 -6
- package/lib/CategoryAngleAxisDescription.d.ts +7 -7
- package/lib/CategoryAxisBaseDescription.d.ts +8 -8
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
- package/lib/CategoryToolTipLayerDescription.d.ts +10 -1
- package/lib/CategoryXAxisDescription.d.ts +17 -11
- package/lib/CategoryYAxisDescription.d.ts +17 -11
- package/lib/CellInfoDescription.d.ts +116 -71
- package/lib/ChartMouseEventArgsDescription.d.ts +6 -3
- package/lib/ChartResizeIdleEventArgsDescription.d.ts +11 -0
- package/lib/ChartResizeIdleEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +29 -29
- package/lib/ComboBoxColumnDescription.d.ts +8 -4
- package/lib/ComponentRendererMethodHelperBuilder_combined.d.ts +36 -13
- package/lib/ComponentRenderer_combined.d.ts +119 -113
- package/lib/CustomLocalDataSourceDescription.d.ts +11 -0
- package/lib/CustomLocalDataSourceDescriptionMetadata.d.ts +13 -0
- package/lib/CustomLocalDataSourceDescriptionModule.d.ts +9 -0
- package/lib/DataChartDescription.d.ts +33 -33
- package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -5
- package/lib/DataGridColumnDescription.d.ts +82 -37
- package/lib/DataGridDescription.d.ts +219 -212
- package/lib/DataLegendDescription.d.ts +150 -138
- package/lib/DataPieBaseChartDescription.d.ts +53 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSourceGroupDescription.d.ts +16 -0
- package/lib/DataSourceGroupDescriptionCollection.d.ts +27 -0
- package/lib/DataSourceGroupDescriptionDescription.d.ts +12 -0
- package/lib/DataSourceGroupDescriptionDescriptionMetadata.d.ts +13 -0
- package/lib/DataSourceGroupDescriptionDescriptionModule.d.ts +9 -0
- package/lib/DataSourceSortDescription.d.ts +20 -0
- package/lib/DataSourceSortDescriptionCollection.d.ts +31 -0
- package/lib/DataSourceSortDescriptionDescription.d.ts +19 -0
- package/lib/DataSourceSortDescriptionDescriptionMetadata.d.ts +13 -0
- package/lib/DataSourceSortDescriptionDescriptionModule.d.ts +9 -0
- package/lib/DataSourceSummaryDescription.d.ts +38 -0
- package/lib/DataSourceSummaryDescriptionCollection.d.ts +31 -0
- package/lib/DataSourceSummaryDescriptionDescription.d.ts +28 -0
- package/lib/DataSourceSummaryDescriptionDescriptionMetadata.d.ts +13 -0
- package/lib/DataSourceSummaryDescriptionDescriptionModule.d.ts +9 -0
- package/lib/DataToolTipLayerDescription.d.ts +91 -82
- package/lib/DateTimeCellInfoDescription.d.ts +6 -6
- package/lib/DateTimeColumnDescription.d.ts +17 -13
- package/lib/DomainChartDescription.d.ts +216 -204
- package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -3
- package/lib/EditorCellInfoDescription.d.ts +10 -10
- package/lib/FilterCellInfoDescription.d.ts +12 -12
- package/lib/FilterExpressionDescription.d.ts +24 -0
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/FontRegistry.d.ts +13 -0
- package/lib/FunctionFilterExpressionDescription.d.ts +11 -2
- package/lib/GenericDataSourcePage.d.ts +35 -0
- package/lib/GenericDataSourceSchemaPropertyType.d.ts +30 -0
- package/lib/GenericInternalVirtualDataProvider.d.ts +43 -0
- package/lib/GenericInternalVirtualDataSource.d.ts +49 -0
- package/lib/GenericPageResponse.d.ts +23 -0
- package/lib/GenericSectionInformation.d.ts +23 -0
- package/lib/GenericSummaryResult.d.ts +27 -0
- package/lib/GenericVirtualDataProviderWorker.d.ts +39 -0
- package/lib/GenericVirtualDataProviderWorkerSettings.d.ts +31 -0
- package/lib/GenericVirtualDataSource.d.ts +41 -0
- package/lib/GenericVirtualDataSourceDescription.d.ts +13 -0
- package/lib/GenericVirtualDataSourceDescriptionMetadata.d.ts +13 -0
- package/lib/GenericVirtualDataSourceDescriptionModule.d.ts +9 -0
- package/lib/GeographicMapImageryDescription_combined.d.ts +14 -14
- package/lib/GeometryUtil.d.ts +4 -3
- package/lib/GridConditionalStyleFontInfoDescription.d.ts +23 -0
- package/lib/GridConditionalStyleFontInfoDescriptionMetadata.d.ts +13 -0
- package/lib/GridConditionalStyleFontInfoDescriptionModule.d.ts +9 -0
- package/lib/HierarchicalRingSeriesDescription.d.ts +1 -1
- package/lib/IRenderer_combined.d.ts +14 -12
- package/lib/ImageCellInfoDescription.d.ts +3 -3
- package/lib/ImageColumnDescription.d.ts +12 -8
- package/lib/ItemToolTipLayerDescription.d.ts +11 -2
- package/lib/LiteralFilterExpressionDescription.d.ts +11 -2
- package/lib/NumericAngleAxisDescription.d.ts +2 -2
- package/lib/NumericAxisBaseDescription.d.ts +46 -28
- package/lib/NumericCellInfoDescription.d.ts +13 -13
- package/lib/NumericColumnDescription.d.ts +22 -18
- package/lib/NumericRadiusAxisDescription.d.ts +2 -2
- package/lib/OperationFilterExpressionDescription.d.ts +29 -5
- package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
- package/lib/PageRequestedEventArgs.d.ts +12 -0
- package/lib/PageRequestedEventArgsDescription.d.ts +26 -0
- package/lib/PageRequestedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/PropertyReferenceFilterExpressionDescription.d.ts +7 -1
- package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/RadialPieSeriesDescription.d.ts +7 -4
- package/lib/RingSeriesBaseDescription.d.ts +5 -2
- package/lib/RingSeriesDescription.d.ts +1 -1
- package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
- package/lib/SeriesViewerDescription.d.ts +167 -137
- package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
- package/lib/SummaryCellInfoDescription.d.ts +7 -7
- package/lib/TemplateCellInfoDescription.d.ts +1 -1
- package/lib/TemplateColumnDescription.d.ts +2 -2
- package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
- package/lib/TextCellInfoDescription.d.ts +1 -1
- package/lib/TextColumnDescription.d.ts +11 -7
- package/lib/TextHeaderCellInfoDescription.d.ts +5 -5
- package/lib/TimeAxisBaseDescription.d.ts +8 -8
- package/lib/TimeXAxisDescription.d.ts +4 -4
- package/lib/ToolActionButtonPairInfoDescription.d.ts +33 -15
- package/lib/TrendLineLayerDescription.d.ts +3 -3
- package/lib/ValueLayerDescription.d.ts +11 -17
- package/lib/WebTabsDescription.d.ts +7 -3
- package/lib/WrapperExpressionDescription.d.ts +9 -3
- package/lib/XYChartDescription.d.ts +80 -80
- package/lib/XamMultiScaleImageView_combined.d.ts +40 -36
- package/lib/igx-base-generic-data-source.d.ts +52 -0
- package/lib/igx-data-legend-series-context.d.ts +4 -4
- package/lib/igx-data-source-group-description-collection.d.ts +20 -0
- package/lib/igx-data-source-group-description-dynamic-module.d.ts +9 -0
- package/lib/igx-data-source-group-description-module.d.ts +7 -0
- package/lib/igx-data-source-group-description.d.ts +10 -0
- package/lib/igx-data-source-sort-description-collection.d.ts +26 -0
- package/lib/igx-data-source-sort-description-dynamic-module.d.ts +9 -0
- package/lib/igx-data-source-sort-description-module.d.ts +7 -0
- package/lib/igx-data-source-sort-description.d.ts +31 -0
- package/lib/igx-data-source-summary-description-collection.d.ts +26 -0
- package/lib/igx-data-source-summary-description-dynamic-module.d.ts +9 -0
- package/lib/igx-data-source-summary-description-module.d.ts +7 -0
- package/lib/igx-data-source-summary-description.d.ts +42 -0
- package/lib/igx-generic-virtual-data-source-dynamic-module.d.ts +9 -0
- package/lib/igx-generic-virtual-data-source-module.d.ts +8 -0
- package/lib/igx-generic-virtual-data-source.d.ts +60 -0
- package/lib/igx-page-requested-event-args.d.ts +45 -0
- package/lib/igx-popup-component.d.ts +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +66 -0
|
@@ -13,71 +13,71 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DomainChartDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.f2 = 0;
|
|
16
|
+
this.fq = 0;
|
|
18
17
|
this.f3 = 0;
|
|
19
18
|
this.f4 = 0;
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.fz = 0;
|
|
19
|
+
this.f5 = 0;
|
|
20
|
+
this.f2 = 0;
|
|
23
21
|
this.fy = 0;
|
|
22
|
+
this.f0 = 0;
|
|
23
|
+
this.fz = 0;
|
|
24
|
+
this.fx = 0;
|
|
25
|
+
this.ob = null;
|
|
26
|
+
this.oe = null;
|
|
27
|
+
this.fn = 0;
|
|
28
|
+
this.f6 = 0;
|
|
24
29
|
this.fw = 0;
|
|
25
|
-
this.n3 = null;
|
|
26
|
-
this.n6 = null;
|
|
27
|
-
this.fm = 0;
|
|
28
|
-
this.f5 = 0;
|
|
29
|
-
this.fv = 0;
|
|
30
30
|
this.dk = 0;
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
31
|
+
this.jz = 0;
|
|
32
|
+
this.oh = null;
|
|
33
|
+
this.jv = 0;
|
|
34
|
+
this.jy = 0;
|
|
34
35
|
this.jt = 0;
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.k2 = null;
|
|
36
|
+
this.oc = null;
|
|
37
|
+
this.of = null;
|
|
38
|
+
this.la = null;
|
|
39
39
|
this.ei = 0;
|
|
40
40
|
this.ej = 0;
|
|
41
41
|
this.dt = 0;
|
|
42
42
|
this.du = 0;
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
43
|
+
this.k8 = null;
|
|
44
|
+
this.k9 = null;
|
|
45
45
|
this.b7 = false;
|
|
46
46
|
this.p = null;
|
|
47
47
|
this.m = null;
|
|
48
48
|
this.o = null;
|
|
49
49
|
this.l = null;
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
50
|
+
this.mn = null;
|
|
51
|
+
this.jp = 0;
|
|
52
|
+
this.jq = 0;
|
|
53
|
+
this.mp = null;
|
|
54
|
+
this.mo = null;
|
|
55
55
|
this.b8 = false;
|
|
56
|
-
this.
|
|
56
|
+
this.mq = null;
|
|
57
57
|
this.q = null;
|
|
58
58
|
this.e6 = 0;
|
|
59
59
|
this.e7 = 0;
|
|
60
60
|
this.e8 = 0;
|
|
61
61
|
this.e9 = 0;
|
|
62
62
|
this.b9 = false;
|
|
63
|
-
this.
|
|
63
|
+
this.mv = null;
|
|
64
64
|
this.ca = false;
|
|
65
65
|
this.fb = 0;
|
|
66
66
|
this.fc = 0;
|
|
67
67
|
this.fd = 0;
|
|
68
68
|
this.fe = 0;
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
69
|
+
this.mr = null;
|
|
70
|
+
this.ms = null;
|
|
71
71
|
this.fa = 0;
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
72
|
+
this.mt = null;
|
|
73
|
+
this.mu = null;
|
|
74
|
+
this.lh = null;
|
|
75
75
|
this.n = null;
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
76
|
+
this.lf = null;
|
|
77
|
+
this.lg = null;
|
|
78
|
+
this.li = null;
|
|
79
|
+
this.lj = null;
|
|
80
|
+
this.lk = null;
|
|
81
81
|
this.d9 = 0;
|
|
82
82
|
this.ea = 0;
|
|
83
83
|
this.eb = 0;
|
|
@@ -87,11 +87,11 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
87
87
|
this.d6 = 0;
|
|
88
88
|
this.d7 = 0;
|
|
89
89
|
this.b6 = false;
|
|
90
|
-
this.
|
|
90
|
+
this.ll = null;
|
|
91
91
|
this.d8 = 0;
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
92
|
+
this.lm = null;
|
|
93
|
+
this.ln = null;
|
|
94
|
+
this.lb = null;
|
|
95
95
|
this.d0 = 0;
|
|
96
96
|
this.d1 = 0;
|
|
97
97
|
this.d2 = 0;
|
|
@@ -101,17 +101,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
101
101
|
this.dx = 0;
|
|
102
102
|
this.dy = 0;
|
|
103
103
|
this.b5 = false;
|
|
104
|
-
this.
|
|
104
|
+
this.lc = null;
|
|
105
105
|
this.dz = 0;
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
106
|
+
this.ld = null;
|
|
107
|
+
this.le = null;
|
|
108
|
+
this.lz = null;
|
|
109
|
+
this.l0 = null;
|
|
110
110
|
this.ep = 0;
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
111
|
+
this.l1 = null;
|
|
112
|
+
this.l2 = null;
|
|
113
|
+
this.l3 = null;
|
|
114
|
+
this.ly = null;
|
|
115
115
|
this.eq = 0;
|
|
116
116
|
this.er = 0;
|
|
117
117
|
this.es = 0;
|
|
@@ -120,69 +120,69 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
120
120
|
this.em = 0;
|
|
121
121
|
this.en = 0;
|
|
122
122
|
this.eo = 0;
|
|
123
|
-
this.
|
|
124
|
-
this.
|
|
123
|
+
this.l9 = null;
|
|
124
|
+
this.ma = null;
|
|
125
125
|
this.ev = 0;
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
126
|
+
this.mb = null;
|
|
127
|
+
this.mc = null;
|
|
128
|
+
this.lt = null;
|
|
129
|
+
this.lu = null;
|
|
130
|
+
this.lv = null;
|
|
131
131
|
this.ek = 0;
|
|
132
|
-
this.lo = null;
|
|
133
|
-
this.lp = null;
|
|
134
132
|
this.lw = null;
|
|
135
133
|
this.lx = null;
|
|
136
|
-
this.
|
|
134
|
+
this.l4 = null;
|
|
135
|
+
this.l5 = null;
|
|
136
|
+
this.l6 = null;
|
|
137
137
|
this.eu = 0;
|
|
138
|
-
this.
|
|
139
|
-
this.
|
|
138
|
+
this.l7 = null;
|
|
139
|
+
this.l8 = null;
|
|
140
140
|
this.dp = 0;
|
|
141
141
|
this.dq = 0;
|
|
142
142
|
this.dr = 0;
|
|
143
143
|
this.ds = 0;
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
this.
|
|
147
|
-
this.
|
|
144
|
+
this.k7 = null;
|
|
145
|
+
this.mh = null;
|
|
146
|
+
this.mi = null;
|
|
147
|
+
this.mj = null;
|
|
148
148
|
this.e2 = 0;
|
|
149
149
|
this.e3 = 0;
|
|
150
150
|
this.e4 = 0;
|
|
151
151
|
this.e5 = 0;
|
|
152
|
-
this.
|
|
152
|
+
this.mk = null;
|
|
153
153
|
this.e1 = 0;
|
|
154
|
-
this.
|
|
155
|
-
this.
|
|
154
|
+
this.ml = null;
|
|
155
|
+
this.mm = null;
|
|
156
156
|
this.ex = 0;
|
|
157
157
|
this.ey = 0;
|
|
158
158
|
this.ez = 0;
|
|
159
159
|
this.e0 = 0;
|
|
160
|
-
this.
|
|
161
|
-
this.
|
|
160
|
+
this.md = null;
|
|
161
|
+
this.me = null;
|
|
162
162
|
this.ew = 0;
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
163
|
+
this.mf = null;
|
|
164
|
+
this.mg = null;
|
|
165
|
+
this.lo = null;
|
|
166
|
+
this.lp = null;
|
|
167
167
|
this.ee = 0;
|
|
168
168
|
this.ef = 0;
|
|
169
169
|
this.eg = 0;
|
|
170
170
|
this.eh = 0;
|
|
171
|
-
this.
|
|
171
|
+
this.lq = null;
|
|
172
172
|
this.ed = 0;
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
173
|
+
this.lr = null;
|
|
174
|
+
this.ls = null;
|
|
175
175
|
this.aj = null;
|
|
176
176
|
this.v = null;
|
|
177
177
|
this.u = null;
|
|
178
178
|
this.s = null;
|
|
179
179
|
this.w = null;
|
|
180
180
|
this.ak = null;
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
184
|
-
this.
|
|
185
|
-
this.
|
|
181
|
+
this.ny = null;
|
|
182
|
+
this.m1 = null;
|
|
183
|
+
this.nx = null;
|
|
184
|
+
this.mz = null;
|
|
185
|
+
this.nw = null;
|
|
186
186
|
this.ai = null;
|
|
187
187
|
this.t = null;
|
|
188
188
|
this.ac = null;
|
|
@@ -191,15 +191,15 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
191
191
|
this.y = null;
|
|
192
192
|
this.ab = null;
|
|
193
193
|
this.ad = null;
|
|
194
|
-
this.
|
|
195
|
-
this.
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
194
|
+
this.nf = null;
|
|
195
|
+
this.m2 = null;
|
|
196
|
+
this.nd = null;
|
|
197
|
+
this.nc = null;
|
|
198
|
+
this.ne = null;
|
|
199
|
+
this.ng = null;
|
|
200
|
+
this.k6 = null;
|
|
201
201
|
this.bn = null;
|
|
202
|
-
this.
|
|
202
|
+
this.m3 = null;
|
|
203
203
|
this.bo = null;
|
|
204
204
|
this.x = null;
|
|
205
205
|
this.r = null;
|
|
@@ -207,151 +207,155 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
207
207
|
this.ah = null;
|
|
208
208
|
this.h = null;
|
|
209
209
|
this.i = null;
|
|
210
|
-
this.
|
|
210
|
+
this.nl = null;
|
|
211
211
|
this.cd = false;
|
|
212
212
|
this.cf = false;
|
|
213
213
|
this.ci = false;
|
|
214
214
|
this.ck = false;
|
|
215
|
-
this.
|
|
215
|
+
this.m5 = null;
|
|
216
216
|
this.ce = false;
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
217
|
+
this.m4 = null;
|
|
218
|
+
this.nk = null;
|
|
219
219
|
this.br = null;
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
230
|
-
this.fn = 0;
|
|
220
|
+
this.kx = null;
|
|
221
|
+
this.n9 = null;
|
|
222
|
+
this.od = null;
|
|
223
|
+
this.oa = null;
|
|
224
|
+
this.oj = null;
|
|
225
|
+
this.fv = 0;
|
|
226
|
+
this.f1 = 0;
|
|
227
|
+
this.np = null;
|
|
228
|
+
this.no = null;
|
|
229
|
+
this.nn = null;
|
|
231
230
|
this.fo = 0;
|
|
231
|
+
this.fp = 0;
|
|
232
232
|
this.ag = null;
|
|
233
|
-
this.
|
|
233
|
+
this.nm = null;
|
|
234
234
|
this.ae = null;
|
|
235
235
|
this.af = null;
|
|
236
|
-
this.
|
|
236
|
+
this.jw = 0;
|
|
237
237
|
this.dj = 0;
|
|
238
238
|
this.bu = false;
|
|
239
239
|
this.al = null;
|
|
240
|
-
this.
|
|
241
|
-
this.
|
|
240
|
+
this.oi = null;
|
|
241
|
+
this.f7 = 0;
|
|
242
242
|
this.am = null;
|
|
243
243
|
this.cl = false;
|
|
244
244
|
this.bt = false;
|
|
245
|
-
this.fr = 0;
|
|
246
|
-
this.ft = 0;
|
|
247
245
|
this.fs = 0;
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
251
|
-
this.
|
|
252
|
-
this.
|
|
253
|
-
this.
|
|
254
|
-
this.
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
257
|
-
this.
|
|
258
|
-
this.
|
|
259
|
-
this.
|
|
246
|
+
this.fu = 0;
|
|
247
|
+
this.ft = 0;
|
|
248
|
+
this.fr = 0;
|
|
249
|
+
this.ju = 0;
|
|
250
|
+
this.js = 0;
|
|
251
|
+
this.jx = 0;
|
|
252
|
+
this.ky = null;
|
|
253
|
+
this.n1 = null;
|
|
254
|
+
this.n2 = null;
|
|
255
|
+
this.m7 = null;
|
|
256
|
+
this.m6 = null;
|
|
257
|
+
this.ff = 0;
|
|
258
|
+
this.nh = null;
|
|
259
|
+
this.nj = null;
|
|
260
|
+
this.ni = null;
|
|
261
|
+
this.j0 = 0;
|
|
262
|
+
this.og = null;
|
|
263
|
+
this.k3 = null;
|
|
260
264
|
this.b4 = false;
|
|
261
|
-
this.
|
|
265
|
+
this.k5 = null;
|
|
262
266
|
this.dn = 0;
|
|
263
|
-
this.
|
|
267
|
+
this.k4 = null;
|
|
264
268
|
this.b1 = false;
|
|
265
269
|
this.b3 = false;
|
|
266
270
|
this.b2 = false;
|
|
267
|
-
this.
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
270
|
-
this.
|
|
271
|
-
this.
|
|
272
|
-
this.
|
|
271
|
+
this.kz = null;
|
|
272
|
+
this.k1 = null;
|
|
273
|
+
this.k0 = null;
|
|
274
|
+
this.k2 = null;
|
|
275
|
+
this.jn = 0;
|
|
276
|
+
this.jo = 0;
|
|
273
277
|
this.ch = false;
|
|
274
278
|
this.cj = false;
|
|
275
279
|
this.cb = false;
|
|
276
|
-
this.
|
|
277
|
-
this.
|
|
278
|
-
this.
|
|
280
|
+
this.mx = null;
|
|
281
|
+
this.my = null;
|
|
282
|
+
this.jr = 0;
|
|
279
283
|
this.bv = false;
|
|
280
284
|
this.b0 = false;
|
|
281
285
|
this.bw = false;
|
|
282
286
|
this.cm = false;
|
|
283
|
-
this.
|
|
287
|
+
this.kg = null;
|
|
284
288
|
this.by = false;
|
|
285
289
|
this.bz = false;
|
|
286
290
|
this.bx = false;
|
|
287
291
|
this.dm = 0;
|
|
288
|
-
this.
|
|
292
|
+
this.ki = null;
|
|
293
|
+
this.ks = null;
|
|
294
|
+
this.kt = null;
|
|
295
|
+
this.kr = null;
|
|
289
296
|
this.kk = null;
|
|
297
|
+
this.kq = null;
|
|
298
|
+
this.jm = 0;
|
|
290
299
|
this.kl = null;
|
|
291
|
-
this.kj = null;
|
|
292
|
-
this.kc = null;
|
|
293
|
-
this.ki = null;
|
|
294
|
-
this.jk = 0;
|
|
295
|
-
this.kd = null;
|
|
296
300
|
this.k = null;
|
|
301
|
+
this.kv = null;
|
|
302
|
+
this.kw = null;
|
|
303
|
+
this.kp = null;
|
|
304
|
+
this.kj = null;
|
|
305
|
+
this.km = null;
|
|
306
|
+
this.dl = 0;
|
|
297
307
|
this.kn = null;
|
|
298
308
|
this.ko = null;
|
|
299
|
-
this.kh = null;
|
|
300
|
-
this.kb = null;
|
|
301
|
-
this.ke = null;
|
|
302
|
-
this.dl = 0;
|
|
303
|
-
this.kf = null;
|
|
304
|
-
this.kg = null;
|
|
305
309
|
this.an = null;
|
|
306
310
|
this.ao = null;
|
|
307
|
-
this.
|
|
311
|
+
this.f8 = 0;
|
|
308
312
|
this.cg = false;
|
|
309
|
-
this.
|
|
310
|
-
this.
|
|
311
|
-
this.
|
|
312
|
-
this.
|
|
313
|
-
this.
|
|
314
|
-
this.
|
|
313
|
+
this.m9 = null;
|
|
314
|
+
this.ol = null;
|
|
315
|
+
this.nb = null;
|
|
316
|
+
this.on = null;
|
|
317
|
+
this.m8 = null;
|
|
318
|
+
this.na = null;
|
|
319
|
+
this.fk = 0;
|
|
315
320
|
this.fj = 0;
|
|
316
|
-
this.fi = 0;
|
|
317
|
-
this.ff = 0;
|
|
318
321
|
this.fg = 0;
|
|
319
322
|
this.fh = 0;
|
|
323
|
+
this.fi = 0;
|
|
324
|
+
this.fm = 0;
|
|
320
325
|
this.fl = 0;
|
|
321
|
-
this.fk = 0;
|
|
322
326
|
this.cc = false;
|
|
323
|
-
this.
|
|
324
|
-
this.
|
|
327
|
+
this.ok = null;
|
|
328
|
+
this.om = null;
|
|
329
|
+
this.gc = 0;
|
|
325
330
|
this.gb = 0;
|
|
331
|
+
this.f9 = 0;
|
|
332
|
+
this.gf = 0;
|
|
326
333
|
this.ga = 0;
|
|
327
|
-
this.f8 = 0;
|
|
328
334
|
this.ge = 0;
|
|
329
|
-
this.f9 = 0;
|
|
330
335
|
this.gd = 0;
|
|
331
|
-
this.gc = 0;
|
|
332
336
|
this.cn = false;
|
|
337
|
+
this.gh = 0;
|
|
333
338
|
this.gg = 0;
|
|
334
|
-
this.
|
|
339
|
+
this.gj = 0;
|
|
335
340
|
this.gi = 0;
|
|
336
|
-
this.gh = 0;
|
|
337
|
-
this.nr = null;
|
|
338
|
-
this.n0 = null;
|
|
339
|
-
this.nw = null;
|
|
340
|
-
this.nx = null;
|
|
341
|
-
this.ny = null;
|
|
342
|
-
this.nv = null;
|
|
343
341
|
this.nz = null;
|
|
342
|
+
this.n8 = null;
|
|
343
|
+
this.n4 = null;
|
|
344
|
+
this.n5 = null;
|
|
345
|
+
this.n6 = null;
|
|
346
|
+
this.n3 = null;
|
|
347
|
+
this.n7 = null;
|
|
348
|
+
this.n0 = null;
|
|
349
|
+
this.nr = null;
|
|
344
350
|
this.ns = null;
|
|
345
|
-
this.
|
|
346
|
-
this.
|
|
347
|
-
this.
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
350
|
-
this.
|
|
351
|
-
this.
|
|
352
|
-
this.
|
|
353
|
-
this.ms = null;
|
|
354
|
-
this.mo = null;
|
|
351
|
+
this.nt = null;
|
|
352
|
+
this.nq = null;
|
|
353
|
+
this.nu = null;
|
|
354
|
+
this.ku = null;
|
|
355
|
+
this.kh = null;
|
|
356
|
+
this.nv = null;
|
|
357
|
+
this.m0 = null;
|
|
358
|
+
this.mw = null;
|
|
355
359
|
}
|
|
356
360
|
get_type() {
|
|
357
361
|
return "DomainChart";
|
|
@@ -360,101 +364,101 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
360
364
|
return this.get_type();
|
|
361
365
|
}
|
|
362
366
|
get pixelScalingRatio() {
|
|
363
|
-
return this.
|
|
367
|
+
return this.fq;
|
|
364
368
|
}
|
|
365
369
|
set pixelScalingRatio(a) {
|
|
366
|
-
this.
|
|
370
|
+
this.fq = a;
|
|
367
371
|
this.g("PixelScalingRatio");
|
|
368
372
|
}
|
|
369
373
|
get titleLeftMargin() {
|
|
370
|
-
return this.
|
|
374
|
+
return this.f3;
|
|
371
375
|
}
|
|
372
376
|
set titleLeftMargin(a) {
|
|
373
|
-
this.
|
|
377
|
+
this.f3 = a;
|
|
374
378
|
this.g("TitleLeftMargin");
|
|
375
379
|
}
|
|
376
380
|
get titleRightMargin() {
|
|
377
|
-
return this.
|
|
381
|
+
return this.f4;
|
|
378
382
|
}
|
|
379
383
|
set titleRightMargin(a) {
|
|
380
|
-
this.
|
|
384
|
+
this.f4 = a;
|
|
381
385
|
this.g("TitleRightMargin");
|
|
382
386
|
}
|
|
383
387
|
get titleTopMargin() {
|
|
384
|
-
return this.
|
|
388
|
+
return this.f5;
|
|
385
389
|
}
|
|
386
390
|
set titleTopMargin(a) {
|
|
387
|
-
this.
|
|
391
|
+
this.f5 = a;
|
|
388
392
|
this.g("TitleTopMargin");
|
|
389
393
|
}
|
|
390
394
|
get titleBottomMargin() {
|
|
391
|
-
return this.
|
|
395
|
+
return this.f2;
|
|
392
396
|
}
|
|
393
397
|
set titleBottomMargin(a) {
|
|
394
|
-
this.
|
|
398
|
+
this.f2 = a;
|
|
395
399
|
this.g("TitleBottomMargin");
|
|
396
400
|
}
|
|
397
401
|
get subtitleLeftMargin() {
|
|
398
|
-
return this.
|
|
402
|
+
return this.fy;
|
|
399
403
|
}
|
|
400
404
|
set subtitleLeftMargin(a) {
|
|
401
|
-
this.
|
|
405
|
+
this.fy = a;
|
|
402
406
|
this.g("SubtitleLeftMargin");
|
|
403
407
|
}
|
|
404
408
|
get subtitleTopMargin() {
|
|
405
|
-
return this.
|
|
409
|
+
return this.f0;
|
|
406
410
|
}
|
|
407
411
|
set subtitleTopMargin(a) {
|
|
408
|
-
this.
|
|
412
|
+
this.f0 = a;
|
|
409
413
|
this.g("SubtitleTopMargin");
|
|
410
414
|
}
|
|
411
415
|
get subtitleRightMargin() {
|
|
412
|
-
return this.
|
|
416
|
+
return this.fz;
|
|
413
417
|
}
|
|
414
418
|
set subtitleRightMargin(a) {
|
|
415
|
-
this.
|
|
419
|
+
this.fz = a;
|
|
416
420
|
this.g("SubtitleRightMargin");
|
|
417
421
|
}
|
|
418
422
|
get subtitleBottomMargin() {
|
|
419
|
-
return this.
|
|
423
|
+
return this.fx;
|
|
420
424
|
}
|
|
421
425
|
set subtitleBottomMargin(a) {
|
|
422
|
-
this.
|
|
426
|
+
this.fx = a;
|
|
423
427
|
this.g("SubtitleBottomMargin");
|
|
424
428
|
}
|
|
425
429
|
get subtitleTextColor() {
|
|
426
|
-
return this.
|
|
430
|
+
return this.ob;
|
|
427
431
|
}
|
|
428
432
|
set subtitleTextColor(a) {
|
|
429
|
-
this.
|
|
433
|
+
this.ob = a;
|
|
430
434
|
this.g("SubtitleTextColor");
|
|
431
435
|
}
|
|
432
436
|
get titleTextColor() {
|
|
433
|
-
return this.
|
|
437
|
+
return this.oe;
|
|
434
438
|
}
|
|
435
439
|
set titleTextColor(a) {
|
|
436
|
-
this.
|
|
440
|
+
this.oe = a;
|
|
437
441
|
this.g("TitleTextColor");
|
|
438
442
|
}
|
|
439
443
|
get leftMargin() {
|
|
440
|
-
return this.
|
|
444
|
+
return this.fn;
|
|
441
445
|
}
|
|
442
446
|
set leftMargin(a) {
|
|
443
|
-
this.
|
|
447
|
+
this.fn = a;
|
|
444
448
|
this.g("LeftMargin");
|
|
445
449
|
}
|
|
446
450
|
get topMargin() {
|
|
447
|
-
return this.
|
|
451
|
+
return this.f6;
|
|
448
452
|
}
|
|
449
453
|
set topMargin(a) {
|
|
450
|
-
this.
|
|
454
|
+
this.f6 = a;
|
|
451
455
|
this.g("TopMargin");
|
|
452
456
|
}
|
|
453
457
|
get rightMargin() {
|
|
454
|
-
return this.
|
|
458
|
+
return this.fw;
|
|
455
459
|
}
|
|
456
460
|
set rightMargin(a) {
|
|
457
|
-
this.
|
|
461
|
+
this.fw = a;
|
|
458
462
|
this.g("RightMargin");
|
|
459
463
|
}
|
|
460
464
|
get bottomMargin() {
|
|
@@ -465,59 +469,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
465
469
|
this.g("BottomMargin");
|
|
466
470
|
}
|
|
467
471
|
get transitionDuration() {
|
|
468
|
-
return this.
|
|
472
|
+
return this.jz;
|
|
469
473
|
}
|
|
470
474
|
set transitionDuration(a) {
|
|
471
|
-
this.
|
|
475
|
+
this.jz = a;
|
|
472
476
|
this.g("TransitionDuration");
|
|
473
477
|
}
|
|
474
478
|
get transitionEasingFunctionRef() {
|
|
475
|
-
return this.
|
|
479
|
+
return this.oh;
|
|
476
480
|
}
|
|
477
481
|
set transitionEasingFunctionRef(a) {
|
|
478
|
-
this.
|
|
482
|
+
this.oh = a;
|
|
479
483
|
this.g("TransitionEasingFunctionRef");
|
|
480
484
|
}
|
|
481
485
|
get highlightingTransitionDuration() {
|
|
482
|
-
return this.
|
|
486
|
+
return this.jv;
|
|
483
487
|
}
|
|
484
488
|
set highlightingTransitionDuration(a) {
|
|
485
|
-
this.
|
|
489
|
+
this.jv = a;
|
|
486
490
|
this.g("HighlightingTransitionDuration");
|
|
487
491
|
}
|
|
488
492
|
get selectionTransitionDuration() {
|
|
489
|
-
return this.
|
|
493
|
+
return this.jy;
|
|
490
494
|
}
|
|
491
495
|
set selectionTransitionDuration(a) {
|
|
492
|
-
this.
|
|
496
|
+
this.jy = a;
|
|
493
497
|
this.g("SelectionTransitionDuration");
|
|
494
498
|
}
|
|
495
499
|
get focusTransitionDuration() {
|
|
496
|
-
return this.
|
|
500
|
+
return this.jt;
|
|
497
501
|
}
|
|
498
502
|
set focusTransitionDuration(a) {
|
|
499
|
-
this.
|
|
503
|
+
this.jt = a;
|
|
500
504
|
this.g("FocusTransitionDuration");
|
|
501
505
|
}
|
|
502
506
|
get subtitleTextStyle() {
|
|
503
|
-
return this.
|
|
507
|
+
return this.oc;
|
|
504
508
|
}
|
|
505
509
|
set subtitleTextStyle(a) {
|
|
506
|
-
this.
|
|
510
|
+
this.oc = a;
|
|
507
511
|
this.g("SubtitleTextStyle");
|
|
508
512
|
}
|
|
509
513
|
get titleTextStyle() {
|
|
510
|
-
return this.
|
|
514
|
+
return this.of;
|
|
511
515
|
}
|
|
512
516
|
set titleTextStyle(a) {
|
|
513
|
-
this.
|
|
517
|
+
this.of = a;
|
|
514
518
|
this.g("TitleTextStyle");
|
|
515
519
|
}
|
|
516
520
|
get dataToolTipGroupingMode() {
|
|
517
|
-
return this.
|
|
521
|
+
return this.la;
|
|
518
522
|
}
|
|
519
523
|
set dataToolTipGroupingMode(a) {
|
|
520
|
-
this.
|
|
524
|
+
this.la = a;
|
|
521
525
|
this.g("DataToolTipGroupingMode");
|
|
522
526
|
}
|
|
523
527
|
get dataToolTipPositionOffsetX() {
|
|
@@ -549,17 +553,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
549
553
|
this.g("DataToolTipDefaultPositionOffsetY");
|
|
550
554
|
}
|
|
551
555
|
get dataToolTipGroupedPositionModeX() {
|
|
552
|
-
return this.
|
|
556
|
+
return this.k8;
|
|
553
557
|
}
|
|
554
558
|
set dataToolTipGroupedPositionModeX(a) {
|
|
555
|
-
this.
|
|
559
|
+
this.k8 = a;
|
|
556
560
|
this.g("DataToolTipGroupedPositionModeX");
|
|
557
561
|
}
|
|
558
562
|
get dataToolTipGroupedPositionModeY() {
|
|
559
|
-
return this.
|
|
563
|
+
return this.k9;
|
|
560
564
|
}
|
|
561
565
|
set dataToolTipGroupedPositionModeY(a) {
|
|
562
|
-
this.
|
|
566
|
+
this.k9 = a;
|
|
563
567
|
this.g("DataToolTipGroupedPositionModeY");
|
|
564
568
|
}
|
|
565
569
|
get dataToolTipShouldUpdateWhenSeriesDataChanges() {
|
|
@@ -598,38 +602,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
598
602
|
this.g("DataToolTipExcludedColumns");
|
|
599
603
|
}
|
|
600
604
|
get dataToolTipValueFormatAbbreviation() {
|
|
601
|
-
return this.
|
|
605
|
+
return this.mn;
|
|
602
606
|
}
|
|
603
607
|
set dataToolTipValueFormatAbbreviation(a) {
|
|
604
|
-
this.
|
|
608
|
+
this.mn = a;
|
|
605
609
|
this.g("DataToolTipValueFormatAbbreviation");
|
|
606
610
|
}
|
|
607
611
|
get dataToolTipValueFormatMaxFractions() {
|
|
608
|
-
return this.
|
|
612
|
+
return this.jp;
|
|
609
613
|
}
|
|
610
614
|
set dataToolTipValueFormatMaxFractions(a) {
|
|
611
|
-
this.
|
|
615
|
+
this.jp = a;
|
|
612
616
|
this.g("DataToolTipValueFormatMaxFractions");
|
|
613
617
|
}
|
|
614
618
|
get dataToolTipValueFormatMinFractions() {
|
|
615
|
-
return this.
|
|
619
|
+
return this.jq;
|
|
616
620
|
}
|
|
617
621
|
set dataToolTipValueFormatMinFractions(a) {
|
|
618
|
-
this.
|
|
622
|
+
this.jq = a;
|
|
619
623
|
this.g("DataToolTipValueFormatMinFractions");
|
|
620
624
|
}
|
|
621
625
|
get dataToolTipValueFormatMode() {
|
|
622
|
-
return this.
|
|
626
|
+
return this.mp;
|
|
623
627
|
}
|
|
624
628
|
set dataToolTipValueFormatMode(a) {
|
|
625
|
-
this.
|
|
629
|
+
this.mp = a;
|
|
626
630
|
this.g("DataToolTipValueFormatMode");
|
|
627
631
|
}
|
|
628
632
|
get dataToolTipValueFormatCulture() {
|
|
629
|
-
return this.
|
|
633
|
+
return this.mo;
|
|
630
634
|
}
|
|
631
635
|
set dataToolTipValueFormatCulture(a) {
|
|
632
|
-
this.
|
|
636
|
+
this.mo = a;
|
|
633
637
|
this.g("DataToolTipValueFormatCulture");
|
|
634
638
|
}
|
|
635
639
|
get dataToolTipValueFormatUseGrouping() {
|
|
@@ -640,10 +644,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
640
644
|
this.g("DataToolTipValueFormatUseGrouping");
|
|
641
645
|
}
|
|
642
646
|
get dataToolTipValueFormatString() {
|
|
643
|
-
return this.
|
|
647
|
+
return this.mq;
|
|
644
648
|
}
|
|
645
649
|
set dataToolTipValueFormatString(a) {
|
|
646
|
-
this.
|
|
650
|
+
this.mq = a;
|
|
647
651
|
this.g("DataToolTipValueFormatString");
|
|
648
652
|
}
|
|
649
653
|
get dataToolTipValueFormatSpecifiers() {
|
|
@@ -689,10 +693,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
689
693
|
this.g("DataToolTipValueRowVisible");
|
|
690
694
|
}
|
|
691
695
|
get dataToolTipValueTextWhenMissingData() {
|
|
692
|
-
return this.
|
|
696
|
+
return this.mv;
|
|
693
697
|
}
|
|
694
698
|
set dataToolTipValueTextWhenMissingData(a) {
|
|
695
|
-
this.
|
|
699
|
+
this.mv = a;
|
|
696
700
|
this.g("DataToolTipValueTextWhenMissingData");
|
|
697
701
|
}
|
|
698
702
|
get dataToolTipValueTextUseSeriesColors() {
|
|
@@ -731,17 +735,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
731
735
|
this.g("DataToolTipValueTextMarginTop");
|
|
732
736
|
}
|
|
733
737
|
get dataToolTipValueTextColor() {
|
|
734
|
-
return this.
|
|
738
|
+
return this.mr;
|
|
735
739
|
}
|
|
736
740
|
set dataToolTipValueTextColor(a) {
|
|
737
|
-
this.
|
|
741
|
+
this.mr = a;
|
|
738
742
|
this.g("DataToolTipValueTextColor");
|
|
739
743
|
}
|
|
740
744
|
get dataToolTipValueTextFontFamily() {
|
|
741
|
-
return this.
|
|
745
|
+
return this.ms;
|
|
742
746
|
}
|
|
743
747
|
set dataToolTipValueTextFontFamily(a) {
|
|
744
|
-
this.
|
|
748
|
+
this.ms = a;
|
|
745
749
|
this.g("DataToolTipValueTextFontFamily");
|
|
746
750
|
}
|
|
747
751
|
get dataToolTipValueTextFontSize() {
|
|
@@ -752,24 +756,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
752
756
|
this.g("DataToolTipValueTextFontSize");
|
|
753
757
|
}
|
|
754
758
|
get dataToolTipValueTextFontStyle() {
|
|
755
|
-
return this.
|
|
759
|
+
return this.mt;
|
|
756
760
|
}
|
|
757
761
|
set dataToolTipValueTextFontStyle(a) {
|
|
758
|
-
this.
|
|
762
|
+
this.mt = a;
|
|
759
763
|
this.g("DataToolTipValueTextFontStyle");
|
|
760
764
|
}
|
|
761
765
|
get dataToolTipValueTextFontWeight() {
|
|
762
|
-
return this.
|
|
766
|
+
return this.mu;
|
|
763
767
|
}
|
|
764
768
|
set dataToolTipValueTextFontWeight(a) {
|
|
765
|
-
this.
|
|
769
|
+
this.mu = a;
|
|
766
770
|
this.g("DataToolTipValueTextFontWeight");
|
|
767
771
|
}
|
|
768
772
|
get dataToolTipHeaderFormatString() {
|
|
769
|
-
return this.
|
|
773
|
+
return this.lh;
|
|
770
774
|
}
|
|
771
775
|
set dataToolTipHeaderFormatString(a) {
|
|
772
|
-
this.
|
|
776
|
+
this.lh = a;
|
|
773
777
|
this.g("DataToolTipHeaderFormatString");
|
|
774
778
|
}
|
|
775
779
|
get dataToolTipHeaderFormatSpecifiers() {
|
|
@@ -780,38 +784,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
780
784
|
this.g("DataToolTipHeaderFormatSpecifiers");
|
|
781
785
|
}
|
|
782
786
|
get dataToolTipHeaderFormatCulture() {
|
|
783
|
-
return this.
|
|
787
|
+
return this.lf;
|
|
784
788
|
}
|
|
785
789
|
set dataToolTipHeaderFormatCulture(a) {
|
|
786
|
-
this.
|
|
790
|
+
this.lf = a;
|
|
787
791
|
this.g("DataToolTipHeaderFormatCulture");
|
|
788
792
|
}
|
|
789
793
|
get dataToolTipHeaderFormatDate() {
|
|
790
|
-
return this.
|
|
794
|
+
return this.lg;
|
|
791
795
|
}
|
|
792
796
|
set dataToolTipHeaderFormatDate(a) {
|
|
793
|
-
this.
|
|
797
|
+
this.lg = a;
|
|
794
798
|
this.g("DataToolTipHeaderFormatDate");
|
|
795
799
|
}
|
|
796
800
|
get dataToolTipHeaderFormatTime() {
|
|
797
|
-
return this.
|
|
801
|
+
return this.li;
|
|
798
802
|
}
|
|
799
803
|
set dataToolTipHeaderFormatTime(a) {
|
|
800
|
-
this.
|
|
804
|
+
this.li = a;
|
|
801
805
|
this.g("DataToolTipHeaderFormatTime");
|
|
802
806
|
}
|
|
803
807
|
get dataToolTipHeaderText() {
|
|
804
|
-
return this.
|
|
808
|
+
return this.lj;
|
|
805
809
|
}
|
|
806
810
|
set dataToolTipHeaderText(a) {
|
|
807
|
-
this.
|
|
811
|
+
this.lj = a;
|
|
808
812
|
this.g("DataToolTipHeaderText");
|
|
809
813
|
}
|
|
810
814
|
get dataToolTipHeaderTextColor() {
|
|
811
|
-
return this.
|
|
815
|
+
return this.lk;
|
|
812
816
|
}
|
|
813
817
|
set dataToolTipHeaderTextColor(a) {
|
|
814
|
-
this.
|
|
818
|
+
this.lk = a;
|
|
815
819
|
this.g("DataToolTipHeaderTextColor");
|
|
816
820
|
}
|
|
817
821
|
get dataToolTipHeaderTextMarginBottom() {
|
|
@@ -878,10 +882,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
878
882
|
this.g("DataToolTipHeaderRowVisible");
|
|
879
883
|
}
|
|
880
884
|
get dataToolTipHeaderTextFontFamily() {
|
|
881
|
-
return this.
|
|
885
|
+
return this.ll;
|
|
882
886
|
}
|
|
883
887
|
set dataToolTipHeaderTextFontFamily(a) {
|
|
884
|
-
this.
|
|
888
|
+
this.ll = a;
|
|
885
889
|
this.g("DataToolTipHeaderTextFontFamily");
|
|
886
890
|
}
|
|
887
891
|
get dataToolTipHeaderTextFontSize() {
|
|
@@ -892,24 +896,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
892
896
|
this.g("DataToolTipHeaderTextFontSize");
|
|
893
897
|
}
|
|
894
898
|
get dataToolTipHeaderTextFontStyle() {
|
|
895
|
-
return this.
|
|
899
|
+
return this.lm;
|
|
896
900
|
}
|
|
897
901
|
set dataToolTipHeaderTextFontStyle(a) {
|
|
898
|
-
this.
|
|
902
|
+
this.lm = a;
|
|
899
903
|
this.g("DataToolTipHeaderTextFontStyle");
|
|
900
904
|
}
|
|
901
905
|
get dataToolTipHeaderTextFontWeight() {
|
|
902
|
-
return this.
|
|
906
|
+
return this.ln;
|
|
903
907
|
}
|
|
904
908
|
set dataToolTipHeaderTextFontWeight(a) {
|
|
905
|
-
this.
|
|
909
|
+
this.ln = a;
|
|
906
910
|
this.g("DataToolTipHeaderTextFontWeight");
|
|
907
911
|
}
|
|
908
912
|
get dataToolTipGroupTextColor() {
|
|
909
|
-
return this.
|
|
913
|
+
return this.lb;
|
|
910
914
|
}
|
|
911
915
|
set dataToolTipGroupTextColor(a) {
|
|
912
|
-
this.
|
|
916
|
+
this.lb = a;
|
|
913
917
|
this.g("DataToolTipGroupTextColor");
|
|
914
918
|
}
|
|
915
919
|
get dataToolTipGroupTextMarginBottom() {
|
|
@@ -976,10 +980,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
976
980
|
this.g("DataToolTipGroupRowVisible");
|
|
977
981
|
}
|
|
978
982
|
get dataToolTipGroupTextFontFamily() {
|
|
979
|
-
return this.
|
|
983
|
+
return this.lc;
|
|
980
984
|
}
|
|
981
985
|
set dataToolTipGroupTextFontFamily(a) {
|
|
982
|
-
this.
|
|
986
|
+
this.lc = a;
|
|
983
987
|
this.g("DataToolTipGroupTextFontFamily");
|
|
984
988
|
}
|
|
985
989
|
get dataToolTipGroupTextFontSize() {
|
|
@@ -990,31 +994,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
990
994
|
this.g("DataToolTipGroupTextFontSize");
|
|
991
995
|
}
|
|
992
996
|
get dataToolTipGroupTextFontStyle() {
|
|
993
|
-
return this.
|
|
997
|
+
return this.ld;
|
|
994
998
|
}
|
|
995
999
|
set dataToolTipGroupTextFontStyle(a) {
|
|
996
|
-
this.
|
|
1000
|
+
this.ld = a;
|
|
997
1001
|
this.g("DataToolTipGroupTextFontStyle");
|
|
998
1002
|
}
|
|
999
1003
|
get dataToolTipGroupTextFontWeight() {
|
|
1000
|
-
return this.
|
|
1004
|
+
return this.le;
|
|
1001
1005
|
}
|
|
1002
1006
|
set dataToolTipGroupTextFontWeight(a) {
|
|
1003
|
-
this.
|
|
1007
|
+
this.le = a;
|
|
1004
1008
|
this.g("DataToolTipGroupTextFontWeight");
|
|
1005
1009
|
}
|
|
1006
1010
|
get dataToolTipSummaryTitleTextColor() {
|
|
1007
|
-
return this.
|
|
1011
|
+
return this.lz;
|
|
1008
1012
|
}
|
|
1009
1013
|
set dataToolTipSummaryTitleTextColor(a) {
|
|
1010
|
-
this.
|
|
1014
|
+
this.lz = a;
|
|
1011
1015
|
this.g("DataToolTipSummaryTitleTextColor");
|
|
1012
1016
|
}
|
|
1013
1017
|
get dataToolTipSummaryTitleTextFontFamily() {
|
|
1014
|
-
return this.
|
|
1018
|
+
return this.l0;
|
|
1015
1019
|
}
|
|
1016
1020
|
set dataToolTipSummaryTitleTextFontFamily(a) {
|
|
1017
|
-
this.
|
|
1021
|
+
this.l0 = a;
|
|
1018
1022
|
this.g("DataToolTipSummaryTitleTextFontFamily");
|
|
1019
1023
|
}
|
|
1020
1024
|
get dataToolTipSummaryTitleTextFontSize() {
|
|
@@ -1025,31 +1029,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1025
1029
|
this.g("DataToolTipSummaryTitleTextFontSize");
|
|
1026
1030
|
}
|
|
1027
1031
|
get dataToolTipSummaryTitleTextFontStyle() {
|
|
1028
|
-
return this.
|
|
1032
|
+
return this.l1;
|
|
1029
1033
|
}
|
|
1030
1034
|
set dataToolTipSummaryTitleTextFontStyle(a) {
|
|
1031
|
-
this.
|
|
1035
|
+
this.l1 = a;
|
|
1032
1036
|
this.g("DataToolTipSummaryTitleTextFontStyle");
|
|
1033
1037
|
}
|
|
1034
1038
|
get dataToolTipSummaryTitleTextFontWeight() {
|
|
1035
|
-
return this.
|
|
1039
|
+
return this.l2;
|
|
1036
1040
|
}
|
|
1037
1041
|
set dataToolTipSummaryTitleTextFontWeight(a) {
|
|
1038
|
-
this.
|
|
1042
|
+
this.l2 = a;
|
|
1039
1043
|
this.g("DataToolTipSummaryTitleTextFontWeight");
|
|
1040
1044
|
}
|
|
1041
1045
|
get dataToolTipSummaryType() {
|
|
1042
|
-
return this.
|
|
1046
|
+
return this.l3;
|
|
1043
1047
|
}
|
|
1044
1048
|
set dataToolTipSummaryType(a) {
|
|
1045
|
-
this.
|
|
1049
|
+
this.l3 = a;
|
|
1046
1050
|
this.g("DataToolTipSummaryType");
|
|
1047
1051
|
}
|
|
1048
1052
|
get dataToolTipSummaryTitleText() {
|
|
1049
|
-
return this.
|
|
1053
|
+
return this.ly;
|
|
1050
1054
|
}
|
|
1051
1055
|
set dataToolTipSummaryTitleText(a) {
|
|
1052
|
-
this.
|
|
1056
|
+
this.ly = a;
|
|
1053
1057
|
this.g("DataToolTipSummaryTitleText");
|
|
1054
1058
|
}
|
|
1055
1059
|
get dataToolTipSummaryTitleTextMarginBottom() {
|
|
@@ -1109,17 +1113,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1109
1113
|
this.g("DataToolTipSummaryRowMarginTop");
|
|
1110
1114
|
}
|
|
1111
1115
|
get dataToolTipSummaryValueTextColor() {
|
|
1112
|
-
return this.
|
|
1116
|
+
return this.l9;
|
|
1113
1117
|
}
|
|
1114
1118
|
set dataToolTipSummaryValueTextColor(a) {
|
|
1115
|
-
this.
|
|
1119
|
+
this.l9 = a;
|
|
1116
1120
|
this.g("DataToolTipSummaryValueTextColor");
|
|
1117
1121
|
}
|
|
1118
1122
|
get dataToolTipSummaryValueTextFontFamily() {
|
|
1119
|
-
return this.
|
|
1123
|
+
return this.ma;
|
|
1120
1124
|
}
|
|
1121
1125
|
set dataToolTipSummaryValueTextFontFamily(a) {
|
|
1122
|
-
this.
|
|
1126
|
+
this.ma = a;
|
|
1123
1127
|
this.g("DataToolTipSummaryValueTextFontFamily");
|
|
1124
1128
|
}
|
|
1125
1129
|
get dataToolTipSummaryValueTextFontSize() {
|
|
@@ -1130,38 +1134,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1130
1134
|
this.g("DataToolTipSummaryValueTextFontSize");
|
|
1131
1135
|
}
|
|
1132
1136
|
get dataToolTipSummaryValueTextFontStyle() {
|
|
1133
|
-
return this.
|
|
1137
|
+
return this.mb;
|
|
1134
1138
|
}
|
|
1135
1139
|
set dataToolTipSummaryValueTextFontStyle(a) {
|
|
1136
|
-
this.
|
|
1140
|
+
this.mb = a;
|
|
1137
1141
|
this.g("DataToolTipSummaryValueTextFontStyle");
|
|
1138
1142
|
}
|
|
1139
1143
|
get dataToolTipSummaryValueTextFontWeight() {
|
|
1140
|
-
return this.
|
|
1144
|
+
return this.mc;
|
|
1141
1145
|
}
|
|
1142
1146
|
set dataToolTipSummaryValueTextFontWeight(a) {
|
|
1143
|
-
this.
|
|
1147
|
+
this.mc = a;
|
|
1144
1148
|
this.g("DataToolTipSummaryValueTextFontWeight");
|
|
1145
1149
|
}
|
|
1146
1150
|
get dataToolTipSummaryLabelText() {
|
|
1147
|
-
return this.
|
|
1151
|
+
return this.lt;
|
|
1148
1152
|
}
|
|
1149
1153
|
set dataToolTipSummaryLabelText(a) {
|
|
1150
|
-
this.
|
|
1154
|
+
this.lt = a;
|
|
1151
1155
|
this.g("DataToolTipSummaryLabelText");
|
|
1152
1156
|
}
|
|
1153
1157
|
get dataToolTipSummaryLabelTextColor() {
|
|
1154
|
-
return this.
|
|
1158
|
+
return this.lu;
|
|
1155
1159
|
}
|
|
1156
1160
|
set dataToolTipSummaryLabelTextColor(a) {
|
|
1157
|
-
this.
|
|
1161
|
+
this.lu = a;
|
|
1158
1162
|
this.g("DataToolTipSummaryLabelTextColor");
|
|
1159
1163
|
}
|
|
1160
1164
|
get dataToolTipSummaryLabelTextFontFamily() {
|
|
1161
|
-
return this.
|
|
1165
|
+
return this.lv;
|
|
1162
1166
|
}
|
|
1163
1167
|
set dataToolTipSummaryLabelTextFontFamily(a) {
|
|
1164
|
-
this.
|
|
1168
|
+
this.lv = a;
|
|
1165
1169
|
this.g("DataToolTipSummaryLabelTextFontFamily");
|
|
1166
1170
|
}
|
|
1167
1171
|
get dataToolTipSummaryLabelTextFontSize() {
|
|
@@ -1172,38 +1176,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1172
1176
|
this.g("DataToolTipSummaryLabelTextFontSize");
|
|
1173
1177
|
}
|
|
1174
1178
|
get dataToolTipSummaryLabelTextFontStyle() {
|
|
1175
|
-
return this.
|
|
1179
|
+
return this.lw;
|
|
1176
1180
|
}
|
|
1177
1181
|
set dataToolTipSummaryLabelTextFontStyle(a) {
|
|
1178
|
-
this.
|
|
1182
|
+
this.lw = a;
|
|
1179
1183
|
this.g("DataToolTipSummaryLabelTextFontStyle");
|
|
1180
1184
|
}
|
|
1181
1185
|
get dataToolTipSummaryLabelTextFontWeight() {
|
|
1182
|
-
return this.
|
|
1186
|
+
return this.lx;
|
|
1183
1187
|
}
|
|
1184
1188
|
set dataToolTipSummaryLabelTextFontWeight(a) {
|
|
1185
|
-
this.
|
|
1189
|
+
this.lx = a;
|
|
1186
1190
|
this.g("DataToolTipSummaryLabelTextFontWeight");
|
|
1187
1191
|
}
|
|
1188
1192
|
get dataToolTipSummaryUnitsText() {
|
|
1189
|
-
return this.
|
|
1193
|
+
return this.l4;
|
|
1190
1194
|
}
|
|
1191
1195
|
set dataToolTipSummaryUnitsText(a) {
|
|
1192
|
-
this.
|
|
1196
|
+
this.l4 = a;
|
|
1193
1197
|
this.g("DataToolTipSummaryUnitsText");
|
|
1194
1198
|
}
|
|
1195
1199
|
get dataToolTipSummaryUnitsTextColor() {
|
|
1196
|
-
return this.
|
|
1200
|
+
return this.l5;
|
|
1197
1201
|
}
|
|
1198
1202
|
set dataToolTipSummaryUnitsTextColor(a) {
|
|
1199
|
-
this.
|
|
1203
|
+
this.l5 = a;
|
|
1200
1204
|
this.g("DataToolTipSummaryUnitsTextColor");
|
|
1201
1205
|
}
|
|
1202
1206
|
get dataToolTipSummaryUnitsTextFontFamily() {
|
|
1203
|
-
return this.
|
|
1207
|
+
return this.l6;
|
|
1204
1208
|
}
|
|
1205
1209
|
set dataToolTipSummaryUnitsTextFontFamily(a) {
|
|
1206
|
-
this.
|
|
1210
|
+
this.l6 = a;
|
|
1207
1211
|
this.g("DataToolTipSummaryUnitsTextFontFamily");
|
|
1208
1212
|
}
|
|
1209
1213
|
get dataToolTipSummaryUnitsTextFontSize() {
|
|
@@ -1214,17 +1218,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1214
1218
|
this.g("DataToolTipSummaryUnitsTextFontSize");
|
|
1215
1219
|
}
|
|
1216
1220
|
get dataToolTipSummaryUnitsTextFontStyle() {
|
|
1217
|
-
return this.
|
|
1221
|
+
return this.l7;
|
|
1218
1222
|
}
|
|
1219
1223
|
set dataToolTipSummaryUnitsTextFontStyle(a) {
|
|
1220
|
-
this.
|
|
1224
|
+
this.l7 = a;
|
|
1221
1225
|
this.g("DataToolTipSummaryUnitsTextFontStyle");
|
|
1222
1226
|
}
|
|
1223
1227
|
get dataToolTipSummaryUnitsTextFontWeight() {
|
|
1224
|
-
return this.
|
|
1228
|
+
return this.l8;
|
|
1225
1229
|
}
|
|
1226
1230
|
set dataToolTipSummaryUnitsTextFontWeight(a) {
|
|
1227
|
-
this.
|
|
1231
|
+
this.l8 = a;
|
|
1228
1232
|
this.g("DataToolTipSummaryUnitsTextFontWeight");
|
|
1229
1233
|
}
|
|
1230
1234
|
get dataToolTipBadgeMarginBottom() {
|
|
@@ -1256,31 +1260,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1256
1260
|
this.g("DataToolTipBadgeMarginTop");
|
|
1257
1261
|
}
|
|
1258
1262
|
get dataToolTipBadgeShape() {
|
|
1259
|
-
return this.
|
|
1263
|
+
return this.k7;
|
|
1260
1264
|
}
|
|
1261
1265
|
set dataToolTipBadgeShape(a) {
|
|
1262
|
-
this.
|
|
1266
|
+
this.k7 = a;
|
|
1263
1267
|
this.g("DataToolTipBadgeShape");
|
|
1264
1268
|
}
|
|
1265
1269
|
get dataToolTipUnitsDisplayMode() {
|
|
1266
|
-
return this.
|
|
1270
|
+
return this.mh;
|
|
1267
1271
|
}
|
|
1268
1272
|
set dataToolTipUnitsDisplayMode(a) {
|
|
1269
|
-
this.
|
|
1273
|
+
this.mh = a;
|
|
1270
1274
|
this.g("DataToolTipUnitsDisplayMode");
|
|
1271
1275
|
}
|
|
1272
1276
|
get dataToolTipUnitsText() {
|
|
1273
|
-
return this.
|
|
1277
|
+
return this.mi;
|
|
1274
1278
|
}
|
|
1275
1279
|
set dataToolTipUnitsText(a) {
|
|
1276
|
-
this.
|
|
1280
|
+
this.mi = a;
|
|
1277
1281
|
this.g("DataToolTipUnitsText");
|
|
1278
1282
|
}
|
|
1279
1283
|
get dataToolTipUnitsTextColor() {
|
|
1280
|
-
return this.
|
|
1284
|
+
return this.mj;
|
|
1281
1285
|
}
|
|
1282
1286
|
set dataToolTipUnitsTextColor(a) {
|
|
1283
|
-
this.
|
|
1287
|
+
this.mj = a;
|
|
1284
1288
|
this.g("DataToolTipUnitsTextColor");
|
|
1285
1289
|
}
|
|
1286
1290
|
get dataToolTipUnitsTextMarginBottom() {
|
|
@@ -1312,10 +1316,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1312
1316
|
this.g("DataToolTipUnitsTextMarginTop");
|
|
1313
1317
|
}
|
|
1314
1318
|
get dataToolTipUnitsTextFontFamily() {
|
|
1315
|
-
return this.
|
|
1319
|
+
return this.mk;
|
|
1316
1320
|
}
|
|
1317
1321
|
set dataToolTipUnitsTextFontFamily(a) {
|
|
1318
|
-
this.
|
|
1322
|
+
this.mk = a;
|
|
1319
1323
|
this.g("DataToolTipUnitsTextFontFamily");
|
|
1320
1324
|
}
|
|
1321
1325
|
get dataToolTipUnitsTextFontSize() {
|
|
@@ -1326,17 +1330,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1326
1330
|
this.g("DataToolTipUnitsTextFontSize");
|
|
1327
1331
|
}
|
|
1328
1332
|
get dataToolTipUnitsTextFontStyle() {
|
|
1329
|
-
return this.
|
|
1333
|
+
return this.ml;
|
|
1330
1334
|
}
|
|
1331
1335
|
set dataToolTipUnitsTextFontStyle(a) {
|
|
1332
|
-
this.
|
|
1336
|
+
this.ml = a;
|
|
1333
1337
|
this.g("DataToolTipUnitsTextFontStyle");
|
|
1334
1338
|
}
|
|
1335
1339
|
get dataToolTipUnitsTextFontWeight() {
|
|
1336
|
-
return this.
|
|
1340
|
+
return this.mm;
|
|
1337
1341
|
}
|
|
1338
1342
|
set dataToolTipUnitsTextFontWeight(a) {
|
|
1339
|
-
this.
|
|
1343
|
+
this.mm = a;
|
|
1340
1344
|
this.g("DataToolTipUnitsTextFontWeight");
|
|
1341
1345
|
}
|
|
1342
1346
|
get dataToolTipTitleTextMarginBottom() {
|
|
@@ -1368,17 +1372,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1368
1372
|
this.g("DataToolTipTitleTextMarginTop");
|
|
1369
1373
|
}
|
|
1370
1374
|
get dataToolTipTitleTextColor() {
|
|
1371
|
-
return this.
|
|
1375
|
+
return this.md;
|
|
1372
1376
|
}
|
|
1373
1377
|
set dataToolTipTitleTextColor(a) {
|
|
1374
|
-
this.
|
|
1378
|
+
this.md = a;
|
|
1375
1379
|
this.g("DataToolTipTitleTextColor");
|
|
1376
1380
|
}
|
|
1377
1381
|
get dataToolTipTitleTextFontFamily() {
|
|
1378
|
-
return this.
|
|
1382
|
+
return this.me;
|
|
1379
1383
|
}
|
|
1380
1384
|
set dataToolTipTitleTextFontFamily(a) {
|
|
1381
|
-
this.
|
|
1385
|
+
this.me = a;
|
|
1382
1386
|
this.g("DataToolTipTitleTextFontFamily");
|
|
1383
1387
|
}
|
|
1384
1388
|
get dataToolTipTitleTextFontSize() {
|
|
@@ -1389,31 +1393,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1389
1393
|
this.g("DataToolTipTitleTextFontSize");
|
|
1390
1394
|
}
|
|
1391
1395
|
get dataToolTipTitleTextFontStyle() {
|
|
1392
|
-
return this.
|
|
1396
|
+
return this.mf;
|
|
1393
1397
|
}
|
|
1394
1398
|
set dataToolTipTitleTextFontStyle(a) {
|
|
1395
|
-
this.
|
|
1399
|
+
this.mf = a;
|
|
1396
1400
|
this.g("DataToolTipTitleTextFontStyle");
|
|
1397
1401
|
}
|
|
1398
1402
|
get dataToolTipTitleTextFontWeight() {
|
|
1399
|
-
return this.
|
|
1403
|
+
return this.mg;
|
|
1400
1404
|
}
|
|
1401
1405
|
set dataToolTipTitleTextFontWeight(a) {
|
|
1402
|
-
this.
|
|
1406
|
+
this.mg = a;
|
|
1403
1407
|
this.g("DataToolTipTitleTextFontWeight");
|
|
1404
1408
|
}
|
|
1405
1409
|
get dataToolTipLabelDisplayMode() {
|
|
1406
|
-
return this.
|
|
1410
|
+
return this.lo;
|
|
1407
1411
|
}
|
|
1408
1412
|
set dataToolTipLabelDisplayMode(a) {
|
|
1409
|
-
this.
|
|
1413
|
+
this.lo = a;
|
|
1410
1414
|
this.g("DataToolTipLabelDisplayMode");
|
|
1411
1415
|
}
|
|
1412
1416
|
get dataToolTipLabelTextColor() {
|
|
1413
|
-
return this.
|
|
1417
|
+
return this.lp;
|
|
1414
1418
|
}
|
|
1415
1419
|
set dataToolTipLabelTextColor(a) {
|
|
1416
|
-
this.
|
|
1420
|
+
this.lp = a;
|
|
1417
1421
|
this.g("DataToolTipLabelTextColor");
|
|
1418
1422
|
}
|
|
1419
1423
|
get dataToolTipLabelTextMarginBottom() {
|
|
@@ -1445,10 +1449,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1445
1449
|
this.g("DataToolTipLabelTextMarginTop");
|
|
1446
1450
|
}
|
|
1447
1451
|
get dataToolTipLabelTextFontFamily() {
|
|
1448
|
-
return this.
|
|
1452
|
+
return this.lq;
|
|
1449
1453
|
}
|
|
1450
1454
|
set dataToolTipLabelTextFontFamily(a) {
|
|
1451
|
-
this.
|
|
1455
|
+
this.lq = a;
|
|
1452
1456
|
this.g("DataToolTipLabelTextFontFamily");
|
|
1453
1457
|
}
|
|
1454
1458
|
get dataToolTipLabelTextFontSize() {
|
|
@@ -1459,17 +1463,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1459
1463
|
this.g("DataToolTipLabelTextFontSize");
|
|
1460
1464
|
}
|
|
1461
1465
|
get dataToolTipLabelTextFontStyle() {
|
|
1462
|
-
return this.
|
|
1466
|
+
return this.lr;
|
|
1463
1467
|
}
|
|
1464
1468
|
set dataToolTipLabelTextFontStyle(a) {
|
|
1465
|
-
this.
|
|
1469
|
+
this.lr = a;
|
|
1466
1470
|
this.g("DataToolTipLabelTextFontStyle");
|
|
1467
1471
|
}
|
|
1468
1472
|
get dataToolTipLabelTextFontWeight() {
|
|
1469
|
-
return this.
|
|
1473
|
+
return this.ls;
|
|
1470
1474
|
}
|
|
1471
1475
|
set dataToolTipLabelTextFontWeight(a) {
|
|
1472
|
-
this.
|
|
1476
|
+
this.ls = a;
|
|
1473
1477
|
this.g("DataToolTipLabelTextFontWeight");
|
|
1474
1478
|
}
|
|
1475
1479
|
get sortDescriptions() {
|
|
@@ -1515,38 +1519,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1515
1519
|
this.g("SummaryDescriptions");
|
|
1516
1520
|
}
|
|
1517
1521
|
get selectionMode() {
|
|
1518
|
-
return this.
|
|
1522
|
+
return this.ny;
|
|
1519
1523
|
}
|
|
1520
1524
|
set selectionMode(a) {
|
|
1521
|
-
this.
|
|
1525
|
+
this.ny = a;
|
|
1522
1526
|
this.g("SelectionMode");
|
|
1523
1527
|
}
|
|
1524
1528
|
get focusMode() {
|
|
1525
|
-
return this.
|
|
1529
|
+
return this.m1;
|
|
1526
1530
|
}
|
|
1527
1531
|
set focusMode(a) {
|
|
1528
|
-
this.
|
|
1532
|
+
this.m1 = a;
|
|
1529
1533
|
this.g("FocusMode");
|
|
1530
1534
|
}
|
|
1531
1535
|
get selectionBrush() {
|
|
1532
|
-
return this.
|
|
1536
|
+
return this.nx;
|
|
1533
1537
|
}
|
|
1534
1538
|
set selectionBrush(a) {
|
|
1535
|
-
this.
|
|
1539
|
+
this.nx = a;
|
|
1536
1540
|
this.g("SelectionBrush");
|
|
1537
1541
|
}
|
|
1538
1542
|
get focusBrush() {
|
|
1539
|
-
return this.
|
|
1543
|
+
return this.mz;
|
|
1540
1544
|
}
|
|
1541
1545
|
set focusBrush(a) {
|
|
1542
|
-
this.
|
|
1546
|
+
this.mz = a;
|
|
1543
1547
|
this.g("FocusBrush");
|
|
1544
1548
|
}
|
|
1545
1549
|
get selectionBehavior() {
|
|
1546
|
-
return this.
|
|
1550
|
+
return this.nw;
|
|
1547
1551
|
}
|
|
1548
1552
|
set selectionBehavior(a) {
|
|
1549
|
-
this.
|
|
1553
|
+
this.nw = a;
|
|
1550
1554
|
this.g("SelectionBehavior");
|
|
1551
1555
|
}
|
|
1552
1556
|
get selectedSeriesItems() {
|
|
@@ -1606,52 +1610,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1606
1610
|
this.g("InitialSummaryDescriptions");
|
|
1607
1611
|
}
|
|
1608
1612
|
get initialSorts() {
|
|
1609
|
-
return this.
|
|
1613
|
+
return this.nf;
|
|
1610
1614
|
}
|
|
1611
1615
|
set initialSorts(a) {
|
|
1612
|
-
this.
|
|
1616
|
+
this.nf = a;
|
|
1613
1617
|
this.g("InitialSorts");
|
|
1614
1618
|
}
|
|
1615
1619
|
get groupSorts() {
|
|
1616
|
-
return this.
|
|
1620
|
+
return this.m2;
|
|
1617
1621
|
}
|
|
1618
1622
|
set groupSorts(a) {
|
|
1619
|
-
this.
|
|
1623
|
+
this.m2 = a;
|
|
1620
1624
|
this.g("GroupSorts");
|
|
1621
1625
|
}
|
|
1622
1626
|
get initialGroups() {
|
|
1623
|
-
return this.
|
|
1627
|
+
return this.nd;
|
|
1624
1628
|
}
|
|
1625
1629
|
set initialGroups(a) {
|
|
1626
|
-
this.
|
|
1630
|
+
this.nd = a;
|
|
1627
1631
|
this.g("InitialGroups");
|
|
1628
1632
|
}
|
|
1629
1633
|
get initialFilter() {
|
|
1630
|
-
return this.
|
|
1634
|
+
return this.nc;
|
|
1631
1635
|
}
|
|
1632
1636
|
set initialFilter(a) {
|
|
1633
|
-
this.
|
|
1637
|
+
this.nc = a;
|
|
1634
1638
|
this.g("InitialFilter");
|
|
1635
1639
|
}
|
|
1636
1640
|
get initialHighlightFilter() {
|
|
1637
|
-
return this.
|
|
1641
|
+
return this.ne;
|
|
1638
1642
|
}
|
|
1639
1643
|
set initialHighlightFilter(a) {
|
|
1640
|
-
this.
|
|
1644
|
+
this.ne = a;
|
|
1641
1645
|
this.g("InitialHighlightFilter");
|
|
1642
1646
|
}
|
|
1643
1647
|
get initialSummaries() {
|
|
1644
|
-
return this.
|
|
1648
|
+
return this.ng;
|
|
1645
1649
|
}
|
|
1646
1650
|
set initialSummaries(a) {
|
|
1647
|
-
this.
|
|
1651
|
+
this.ng = a;
|
|
1648
1652
|
this.g("InitialSummaries");
|
|
1649
1653
|
}
|
|
1650
1654
|
get dataSourceRef() {
|
|
1651
|
-
return this.
|
|
1655
|
+
return this.k6;
|
|
1652
1656
|
}
|
|
1653
1657
|
set dataSourceRef(a) {
|
|
1654
|
-
this.
|
|
1658
|
+
this.k6 = a;
|
|
1655
1659
|
this.g("DataSourceRef");
|
|
1656
1660
|
}
|
|
1657
1661
|
get dataSource() {
|
|
@@ -1662,10 +1666,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1662
1666
|
this.g("DataSource");
|
|
1663
1667
|
}
|
|
1664
1668
|
get highlightedDataSourceRef() {
|
|
1665
|
-
return this.
|
|
1669
|
+
return this.m3;
|
|
1666
1670
|
}
|
|
1667
1671
|
set highlightedDataSourceRef(a) {
|
|
1668
|
-
this.
|
|
1672
|
+
this.m3 = a;
|
|
1669
1673
|
this.g("HighlightedDataSourceRef");
|
|
1670
1674
|
}
|
|
1671
1675
|
get highlightedDataSource() {
|
|
@@ -1718,10 +1722,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1718
1722
|
this.g("ActualOutlines");
|
|
1719
1723
|
}
|
|
1720
1724
|
get legendRef() {
|
|
1721
|
-
return this.
|
|
1725
|
+
return this.nl;
|
|
1722
1726
|
}
|
|
1723
1727
|
set legendRef(a) {
|
|
1724
|
-
this.
|
|
1728
|
+
this.nl = a;
|
|
1725
1729
|
this.g("LegendRef");
|
|
1726
1730
|
}
|
|
1727
1731
|
get isHorizontalZoomEnabled() {
|
|
@@ -1753,10 +1757,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1753
1757
|
this.g("ShouldUseSkeletonStyleForMockData");
|
|
1754
1758
|
}
|
|
1755
1759
|
get highlightedValuesDisplayMode() {
|
|
1756
|
-
return this.
|
|
1760
|
+
return this.m5;
|
|
1757
1761
|
}
|
|
1758
1762
|
set highlightedValuesDisplayMode(a) {
|
|
1759
|
-
this.
|
|
1763
|
+
this.m5 = a;
|
|
1760
1764
|
this.g("HighlightedValuesDisplayMode");
|
|
1761
1765
|
}
|
|
1762
1766
|
get isSeriesHighlightingEnabled() {
|
|
@@ -1767,17 +1771,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1767
1771
|
this.g("IsSeriesHighlightingEnabled");
|
|
1768
1772
|
}
|
|
1769
1773
|
get highlightedLegendItemVisibility() {
|
|
1770
|
-
return this.
|
|
1774
|
+
return this.m4;
|
|
1771
1775
|
}
|
|
1772
1776
|
set highlightedLegendItemVisibility(a) {
|
|
1773
|
-
this.
|
|
1777
|
+
this.m4 = a;
|
|
1774
1778
|
this.g("HighlightedLegendItemVisibility");
|
|
1775
1779
|
}
|
|
1776
1780
|
get legendItemVisibility() {
|
|
1777
|
-
return this.
|
|
1781
|
+
return this.nk;
|
|
1778
1782
|
}
|
|
1779
1783
|
set legendItemVisibility(a) {
|
|
1780
|
-
this.
|
|
1784
|
+
this.nk = a;
|
|
1781
1785
|
this.g("LegendItemVisibility");
|
|
1782
1786
|
}
|
|
1783
1787
|
get windowRect() {
|
|
@@ -1788,87 +1792,87 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1788
1792
|
this.g("WindowRect");
|
|
1789
1793
|
}
|
|
1790
1794
|
get chartTitle() {
|
|
1791
|
-
return this.
|
|
1795
|
+
return this.kx;
|
|
1792
1796
|
}
|
|
1793
1797
|
set chartTitle(a) {
|
|
1794
|
-
this.
|
|
1798
|
+
this.kx = a;
|
|
1795
1799
|
this.g("ChartTitle");
|
|
1796
1800
|
}
|
|
1797
1801
|
get subtitle() {
|
|
1798
|
-
return this.
|
|
1802
|
+
return this.n9;
|
|
1799
1803
|
}
|
|
1800
1804
|
set subtitle(a) {
|
|
1801
|
-
this.
|
|
1805
|
+
this.n9 = a;
|
|
1802
1806
|
this.g("Subtitle");
|
|
1803
1807
|
}
|
|
1804
1808
|
get titleAlignment() {
|
|
1805
|
-
return this.
|
|
1809
|
+
return this.od;
|
|
1806
1810
|
}
|
|
1807
1811
|
set titleAlignment(a) {
|
|
1808
|
-
this.
|
|
1812
|
+
this.od = a;
|
|
1809
1813
|
this.g("TitleAlignment");
|
|
1810
1814
|
}
|
|
1811
1815
|
get subtitleAlignment() {
|
|
1812
|
-
return this.
|
|
1816
|
+
return this.oa;
|
|
1813
1817
|
}
|
|
1814
1818
|
set subtitleAlignment(a) {
|
|
1815
|
-
this.
|
|
1819
|
+
this.oa = a;
|
|
1816
1820
|
this.g("SubtitleAlignment");
|
|
1817
1821
|
}
|
|
1818
1822
|
get unknownValuePlotting() {
|
|
1819
|
-
return this.
|
|
1823
|
+
return this.oj;
|
|
1820
1824
|
}
|
|
1821
1825
|
set unknownValuePlotting(a) {
|
|
1822
|
-
this.
|
|
1826
|
+
this.oj = a;
|
|
1823
1827
|
this.g("UnknownValuePlotting");
|
|
1824
1828
|
}
|
|
1825
1829
|
get resolution() {
|
|
1826
|
-
return this.
|
|
1830
|
+
return this.fv;
|
|
1827
1831
|
}
|
|
1828
1832
|
set resolution(a) {
|
|
1829
|
-
this.
|
|
1833
|
+
this.fv = a;
|
|
1830
1834
|
this.g("Resolution");
|
|
1831
1835
|
}
|
|
1832
1836
|
get thickness() {
|
|
1833
|
-
return this.
|
|
1837
|
+
return this.f1;
|
|
1834
1838
|
}
|
|
1835
1839
|
set thickness(a) {
|
|
1836
|
-
this.
|
|
1840
|
+
this.f1 = a;
|
|
1837
1841
|
this.g("Thickness");
|
|
1838
1842
|
}
|
|
1839
1843
|
get outlineMode() {
|
|
1840
|
-
return this.
|
|
1844
|
+
return this.np;
|
|
1841
1845
|
}
|
|
1842
1846
|
set outlineMode(a) {
|
|
1843
|
-
this.
|
|
1847
|
+
this.np = a;
|
|
1844
1848
|
this.g("OutlineMode");
|
|
1845
1849
|
}
|
|
1846
1850
|
get markerOutlineMode() {
|
|
1847
|
-
return this.
|
|
1851
|
+
return this.no;
|
|
1848
1852
|
}
|
|
1849
1853
|
set markerOutlineMode(a) {
|
|
1850
|
-
this.
|
|
1854
|
+
this.no = a;
|
|
1851
1855
|
this.g("MarkerOutlineMode");
|
|
1852
1856
|
}
|
|
1853
1857
|
get markerFillMode() {
|
|
1854
|
-
return this.
|
|
1858
|
+
return this.nn;
|
|
1855
1859
|
}
|
|
1856
1860
|
set markerFillMode(a) {
|
|
1857
|
-
this.
|
|
1861
|
+
this.nn = a;
|
|
1858
1862
|
this.g("MarkerFillMode");
|
|
1859
1863
|
}
|
|
1860
1864
|
get markerFillOpacity() {
|
|
1861
|
-
return this.
|
|
1865
|
+
return this.fo;
|
|
1862
1866
|
}
|
|
1863
1867
|
set markerFillOpacity(a) {
|
|
1864
|
-
this.
|
|
1868
|
+
this.fo = a;
|
|
1865
1869
|
this.g("MarkerFillOpacity");
|
|
1866
1870
|
}
|
|
1867
1871
|
get markerThickness() {
|
|
1868
|
-
return this.
|
|
1872
|
+
return this.fp;
|
|
1869
1873
|
}
|
|
1870
1874
|
set markerThickness(a) {
|
|
1871
|
-
this.
|
|
1875
|
+
this.fp = a;
|
|
1872
1876
|
this.g("MarkerThickness");
|
|
1873
1877
|
}
|
|
1874
1878
|
get markerTypes() {
|
|
@@ -1879,10 +1883,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1879
1883
|
this.g("MarkerTypes");
|
|
1880
1884
|
}
|
|
1881
1885
|
get markerAutomaticBehavior() {
|
|
1882
|
-
return this.
|
|
1886
|
+
return this.nm;
|
|
1883
1887
|
}
|
|
1884
1888
|
set markerAutomaticBehavior(a) {
|
|
1885
|
-
this.
|
|
1889
|
+
this.nm = a;
|
|
1886
1890
|
this.g("MarkerAutomaticBehavior");
|
|
1887
1891
|
}
|
|
1888
1892
|
get markerBrushes() {
|
|
@@ -1900,10 +1904,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1900
1904
|
this.g("MarkerOutlines");
|
|
1901
1905
|
}
|
|
1902
1906
|
get markerMaxCount() {
|
|
1903
|
-
return this.
|
|
1907
|
+
return this.jw;
|
|
1904
1908
|
}
|
|
1905
1909
|
set markerMaxCount(a) {
|
|
1906
|
-
this.
|
|
1910
|
+
this.jw = a;
|
|
1907
1911
|
this.g("MarkerMaxCount");
|
|
1908
1912
|
}
|
|
1909
1913
|
get areaFillOpacity() {
|
|
@@ -1928,17 +1932,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1928
1932
|
this.g("TrendLineBrushes");
|
|
1929
1933
|
}
|
|
1930
1934
|
get trendLineType() {
|
|
1931
|
-
return this.
|
|
1935
|
+
return this.oi;
|
|
1932
1936
|
}
|
|
1933
1937
|
set trendLineType(a) {
|
|
1934
|
-
this.
|
|
1938
|
+
this.oi = a;
|
|
1935
1939
|
this.g("TrendLineType");
|
|
1936
1940
|
}
|
|
1937
1941
|
get trendLineThickness() {
|
|
1938
|
-
return this.
|
|
1942
|
+
return this.f7;
|
|
1939
1943
|
}
|
|
1940
1944
|
set trendLineThickness(a) {
|
|
1941
|
-
this.
|
|
1945
|
+
this.f7 = a;
|
|
1942
1946
|
this.g("TrendLineThickness");
|
|
1943
1947
|
}
|
|
1944
1948
|
get trendLineTypes() {
|
|
@@ -1963,108 +1967,136 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1963
1967
|
this.g("AlignsGridLinesToPixels");
|
|
1964
1968
|
}
|
|
1965
1969
|
get plotAreaMarginLeft() {
|
|
1966
|
-
return this.
|
|
1970
|
+
return this.fs;
|
|
1967
1971
|
}
|
|
1968
1972
|
set plotAreaMarginLeft(a) {
|
|
1969
|
-
this.
|
|
1973
|
+
this.fs = a;
|
|
1970
1974
|
this.g("PlotAreaMarginLeft");
|
|
1971
1975
|
}
|
|
1972
1976
|
get plotAreaMarginTop() {
|
|
1973
|
-
return this.
|
|
1977
|
+
return this.fu;
|
|
1974
1978
|
}
|
|
1975
1979
|
set plotAreaMarginTop(a) {
|
|
1976
|
-
this.
|
|
1980
|
+
this.fu = a;
|
|
1977
1981
|
this.g("PlotAreaMarginTop");
|
|
1978
1982
|
}
|
|
1979
1983
|
get plotAreaMarginRight() {
|
|
1980
|
-
return this.
|
|
1984
|
+
return this.ft;
|
|
1981
1985
|
}
|
|
1982
1986
|
set plotAreaMarginRight(a) {
|
|
1983
|
-
this.
|
|
1987
|
+
this.ft = a;
|
|
1984
1988
|
this.g("PlotAreaMarginRight");
|
|
1985
1989
|
}
|
|
1986
1990
|
get plotAreaMarginBottom() {
|
|
1987
|
-
return this.
|
|
1991
|
+
return this.fr;
|
|
1988
1992
|
}
|
|
1989
1993
|
set plotAreaMarginBottom(a) {
|
|
1990
|
-
this.
|
|
1994
|
+
this.fr = a;
|
|
1991
1995
|
this.g("PlotAreaMarginBottom");
|
|
1992
1996
|
}
|
|
1997
|
+
get highlightingDismissDelayMilliseconds() {
|
|
1998
|
+
return this.ju;
|
|
1999
|
+
}
|
|
2000
|
+
set highlightingDismissDelayMilliseconds(a) {
|
|
2001
|
+
this.ju = a;
|
|
2002
|
+
this.g("HighlightingDismissDelayMilliseconds");
|
|
2003
|
+
}
|
|
2004
|
+
get focusDismissDelayMilliseconds() {
|
|
2005
|
+
return this.js;
|
|
2006
|
+
}
|
|
2007
|
+
set focusDismissDelayMilliseconds(a) {
|
|
2008
|
+
this.js = a;
|
|
2009
|
+
this.g("FocusDismissDelayMilliseconds");
|
|
2010
|
+
}
|
|
2011
|
+
get selectionDismissDelayMilliseconds() {
|
|
2012
|
+
return this.jx;
|
|
2013
|
+
}
|
|
2014
|
+
set selectionDismissDelayMilliseconds(a) {
|
|
2015
|
+
this.jx = a;
|
|
2016
|
+
this.g("SelectionDismissDelayMilliseconds");
|
|
2017
|
+
}
|
|
1993
2018
|
get computedPlotAreaMarginMode() {
|
|
1994
|
-
return this.
|
|
2019
|
+
return this.ky;
|
|
1995
2020
|
}
|
|
1996
2021
|
set computedPlotAreaMarginMode(a) {
|
|
1997
|
-
this.
|
|
2022
|
+
this.ky = a;
|
|
1998
2023
|
this.g("ComputedPlotAreaMarginMode");
|
|
1999
2024
|
}
|
|
2000
2025
|
get seriesPlotAreaMarginHorizontalMode() {
|
|
2001
|
-
return this.
|
|
2026
|
+
return this.n1;
|
|
2002
2027
|
}
|
|
2003
2028
|
set seriesPlotAreaMarginHorizontalMode(a) {
|
|
2004
|
-
this.
|
|
2029
|
+
this.n1 = a;
|
|
2005
2030
|
this.g("SeriesPlotAreaMarginHorizontalMode");
|
|
2006
2031
|
}
|
|
2007
2032
|
get seriesPlotAreaMarginVerticalMode() {
|
|
2008
|
-
return this.
|
|
2033
|
+
return this.n2;
|
|
2009
2034
|
}
|
|
2010
2035
|
set seriesPlotAreaMarginVerticalMode(a) {
|
|
2011
|
-
this.
|
|
2036
|
+
this.n2 = a;
|
|
2012
2037
|
this.g("SeriesPlotAreaMarginVerticalMode");
|
|
2013
2038
|
}
|
|
2014
2039
|
get highlightingMode() {
|
|
2015
|
-
return this.
|
|
2040
|
+
return this.m7;
|
|
2016
2041
|
}
|
|
2017
2042
|
set highlightingMode(a) {
|
|
2018
|
-
this.
|
|
2043
|
+
this.m7 = a;
|
|
2019
2044
|
this.g("HighlightingMode");
|
|
2020
2045
|
}
|
|
2021
2046
|
get highlightingBehavior() {
|
|
2022
|
-
return this.
|
|
2047
|
+
return this.m6;
|
|
2023
2048
|
}
|
|
2024
2049
|
set highlightingBehavior(a) {
|
|
2025
|
-
this.
|
|
2050
|
+
this.m6 = a;
|
|
2026
2051
|
this.g("HighlightingBehavior");
|
|
2027
2052
|
}
|
|
2053
|
+
get highlightingFadeOpacity() {
|
|
2054
|
+
return this.ff;
|
|
2055
|
+
}
|
|
2056
|
+
set highlightingFadeOpacity(a) {
|
|
2057
|
+
this.ff = a;
|
|
2058
|
+
this.g("HighlightingFadeOpacity");
|
|
2059
|
+
}
|
|
2028
2060
|
get legendHighlightingMode() {
|
|
2029
|
-
return this.
|
|
2061
|
+
return this.nh;
|
|
2030
2062
|
}
|
|
2031
2063
|
set legendHighlightingMode(a) {
|
|
2032
|
-
this.
|
|
2064
|
+
this.nh = a;
|
|
2033
2065
|
this.g("LegendHighlightingMode");
|
|
2034
2066
|
}
|
|
2035
2067
|
get legendItemBadgeShape() {
|
|
2036
|
-
return this.
|
|
2068
|
+
return this.nj;
|
|
2037
2069
|
}
|
|
2038
2070
|
set legendItemBadgeShape(a) {
|
|
2039
|
-
this.
|
|
2071
|
+
this.nj = a;
|
|
2040
2072
|
this.g("LegendItemBadgeShape");
|
|
2041
2073
|
}
|
|
2042
2074
|
get legendItemBadgeMode() {
|
|
2043
|
-
return this.
|
|
2075
|
+
return this.ni;
|
|
2044
2076
|
}
|
|
2045
2077
|
set legendItemBadgeMode(a) {
|
|
2046
|
-
this.
|
|
2078
|
+
this.ni = a;
|
|
2047
2079
|
this.g("LegendItemBadgeMode");
|
|
2048
2080
|
}
|
|
2049
2081
|
get trendLinePeriod() {
|
|
2050
|
-
return this.
|
|
2082
|
+
return this.j0;
|
|
2051
2083
|
}
|
|
2052
2084
|
set trendLinePeriod(a) {
|
|
2053
|
-
this.
|
|
2085
|
+
this.j0 = a;
|
|
2054
2086
|
this.g("TrendLinePeriod");
|
|
2055
2087
|
}
|
|
2056
2088
|
get toolTipType() {
|
|
2057
|
-
return this.
|
|
2089
|
+
return this.og;
|
|
2058
2090
|
}
|
|
2059
2091
|
set toolTipType(a) {
|
|
2060
|
-
this.
|
|
2092
|
+
this.og = a;
|
|
2061
2093
|
this.g("ToolTipType");
|
|
2062
2094
|
}
|
|
2063
2095
|
get crosshairsDisplayMode() {
|
|
2064
|
-
return this.
|
|
2096
|
+
return this.k3;
|
|
2065
2097
|
}
|
|
2066
2098
|
set crosshairsDisplayMode(a) {
|
|
2067
|
-
this.
|
|
2099
|
+
this.k3 = a;
|
|
2068
2100
|
this.g("CrosshairsDisplayMode");
|
|
2069
2101
|
}
|
|
2070
2102
|
get crosshairsSnapToData() {
|
|
@@ -2075,10 +2107,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2075
2107
|
this.g("CrosshairsSnapToData");
|
|
2076
2108
|
}
|
|
2077
2109
|
get crosshairsLineVerticalStroke() {
|
|
2078
|
-
return this.
|
|
2110
|
+
return this.k5;
|
|
2079
2111
|
}
|
|
2080
2112
|
set crosshairsLineVerticalStroke(a) {
|
|
2081
|
-
this.
|
|
2113
|
+
this.k5 = a;
|
|
2082
2114
|
this.g("CrosshairsLineVerticalStroke");
|
|
2083
2115
|
}
|
|
2084
2116
|
get crosshairsLineThickness() {
|
|
@@ -2089,10 +2121,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2089
2121
|
this.g("CrosshairsLineThickness");
|
|
2090
2122
|
}
|
|
2091
2123
|
get crosshairsLineHorizontalStroke() {
|
|
2092
|
-
return this.
|
|
2124
|
+
return this.k4;
|
|
2093
2125
|
}
|
|
2094
2126
|
set crosshairsLineHorizontalStroke(a) {
|
|
2095
|
-
this.
|
|
2127
|
+
this.k4 = a;
|
|
2096
2128
|
this.g("CrosshairsLineHorizontalStroke");
|
|
2097
2129
|
}
|
|
2098
2130
|
get crosshairsAnnotationEnabled() {
|
|
@@ -2117,45 +2149,45 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2117
2149
|
this.g("CrosshairsSkipInvalidData");
|
|
2118
2150
|
}
|
|
2119
2151
|
get crosshairsAnnotationXAxisBackground() {
|
|
2120
|
-
return this.
|
|
2152
|
+
return this.kz;
|
|
2121
2153
|
}
|
|
2122
2154
|
set crosshairsAnnotationXAxisBackground(a) {
|
|
2123
|
-
this.
|
|
2155
|
+
this.kz = a;
|
|
2124
2156
|
this.g("CrosshairsAnnotationXAxisBackground");
|
|
2125
2157
|
}
|
|
2126
2158
|
get crosshairsAnnotationYAxisBackground() {
|
|
2127
|
-
return this.
|
|
2159
|
+
return this.k1;
|
|
2128
2160
|
}
|
|
2129
2161
|
set crosshairsAnnotationYAxisBackground(a) {
|
|
2130
|
-
this.
|
|
2162
|
+
this.k1 = a;
|
|
2131
2163
|
this.g("CrosshairsAnnotationYAxisBackground");
|
|
2132
2164
|
}
|
|
2133
2165
|
get crosshairsAnnotationXAxisTextColor() {
|
|
2134
|
-
return this.
|
|
2166
|
+
return this.k0;
|
|
2135
2167
|
}
|
|
2136
2168
|
set crosshairsAnnotationXAxisTextColor(a) {
|
|
2137
|
-
this.
|
|
2169
|
+
this.k0 = a;
|
|
2138
2170
|
this.g("CrosshairsAnnotationXAxisTextColor");
|
|
2139
2171
|
}
|
|
2140
2172
|
get crosshairsAnnotationYAxisTextColor() {
|
|
2141
|
-
return this.
|
|
2173
|
+
return this.k2;
|
|
2142
2174
|
}
|
|
2143
2175
|
set crosshairsAnnotationYAxisTextColor(a) {
|
|
2144
|
-
this.
|
|
2176
|
+
this.k2 = a;
|
|
2145
2177
|
this.g("CrosshairsAnnotationYAxisTextColor");
|
|
2146
2178
|
}
|
|
2147
2179
|
get crosshairsAnnotationXAxisPrecision() {
|
|
2148
|
-
return this.
|
|
2180
|
+
return this.jn;
|
|
2149
2181
|
}
|
|
2150
2182
|
set crosshairsAnnotationXAxisPrecision(a) {
|
|
2151
|
-
this.
|
|
2183
|
+
this.jn = a;
|
|
2152
2184
|
this.g("CrosshairsAnnotationXAxisPrecision");
|
|
2153
2185
|
}
|
|
2154
2186
|
get crosshairsAnnotationYAxisPrecision() {
|
|
2155
|
-
return this.
|
|
2187
|
+
return this.jo;
|
|
2156
2188
|
}
|
|
2157
2189
|
set crosshairsAnnotationYAxisPrecision(a) {
|
|
2158
|
-
this.
|
|
2190
|
+
this.jo = a;
|
|
2159
2191
|
this.g("CrosshairsAnnotationYAxisPrecision");
|
|
2160
2192
|
}
|
|
2161
2193
|
get shouldAvoidAxisAnnotationCollisions() {
|
|
@@ -2180,24 +2212,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2180
2212
|
this.g("FinalValueAnnotationsVisible");
|
|
2181
2213
|
}
|
|
2182
2214
|
get finalValueAnnotationsBackground() {
|
|
2183
|
-
return this.
|
|
2215
|
+
return this.mx;
|
|
2184
2216
|
}
|
|
2185
2217
|
set finalValueAnnotationsBackground(a) {
|
|
2186
|
-
this.
|
|
2218
|
+
this.mx = a;
|
|
2187
2219
|
this.g("FinalValueAnnotationsBackground");
|
|
2188
2220
|
}
|
|
2189
2221
|
get finalValueAnnotationsTextColor() {
|
|
2190
|
-
return this.
|
|
2222
|
+
return this.my;
|
|
2191
2223
|
}
|
|
2192
2224
|
set finalValueAnnotationsTextColor(a) {
|
|
2193
|
-
this.
|
|
2225
|
+
this.my = a;
|
|
2194
2226
|
this.g("FinalValueAnnotationsTextColor");
|
|
2195
2227
|
}
|
|
2196
2228
|
get finalValueAnnotationsPrecision() {
|
|
2197
|
-
return this.
|
|
2229
|
+
return this.jr;
|
|
2198
2230
|
}
|
|
2199
2231
|
set finalValueAnnotationsPrecision(a) {
|
|
2200
|
-
this.
|
|
2232
|
+
this.jr = a;
|
|
2201
2233
|
this.g("FinalValueAnnotationsPrecision");
|
|
2202
2234
|
}
|
|
2203
2235
|
get autoCalloutsVisible() {
|
|
@@ -2229,10 +2261,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2229
2261
|
this.g("UseValueForAutoCalloutLabels");
|
|
2230
2262
|
}
|
|
2231
2263
|
get calloutCollisionMode() {
|
|
2232
|
-
return this.
|
|
2264
|
+
return this.kg;
|
|
2233
2265
|
}
|
|
2234
2266
|
set calloutCollisionMode(a) {
|
|
2235
|
-
this.
|
|
2267
|
+
this.kg = a;
|
|
2236
2268
|
this.g("CalloutCollisionMode");
|
|
2237
2269
|
}
|
|
2238
2270
|
get calloutsUseItemColorForFill() {
|
|
@@ -2264,59 +2296,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2264
2296
|
this.g("CalloutsStrokeThickness");
|
|
2265
2297
|
}
|
|
2266
2298
|
get calloutsBackground() {
|
|
2267
|
-
return this.
|
|
2299
|
+
return this.ki;
|
|
2268
2300
|
}
|
|
2269
2301
|
set calloutsBackground(a) {
|
|
2270
|
-
this.
|
|
2302
|
+
this.ki = a;
|
|
2271
2303
|
this.g("CalloutsBackground");
|
|
2272
2304
|
}
|
|
2273
2305
|
get calloutsOutline() {
|
|
2274
|
-
return this.
|
|
2306
|
+
return this.ks;
|
|
2275
2307
|
}
|
|
2276
2308
|
set calloutsOutline(a) {
|
|
2277
|
-
this.
|
|
2309
|
+
this.ks = a;
|
|
2278
2310
|
this.g("CalloutsOutline");
|
|
2279
2311
|
}
|
|
2280
2312
|
get calloutsTextColor() {
|
|
2281
|
-
return this.
|
|
2313
|
+
return this.kt;
|
|
2282
2314
|
}
|
|
2283
2315
|
set calloutsTextColor(a) {
|
|
2284
|
-
this.
|
|
2316
|
+
this.kt = a;
|
|
2285
2317
|
this.g("CalloutsTextColor");
|
|
2286
2318
|
}
|
|
2287
2319
|
get calloutsLightTextColor() {
|
|
2288
|
-
return this.
|
|
2320
|
+
return this.kr;
|
|
2289
2321
|
}
|
|
2290
2322
|
set calloutsLightTextColor(a) {
|
|
2291
|
-
this.
|
|
2323
|
+
this.kr = a;
|
|
2292
2324
|
this.g("CalloutsLightTextColor");
|
|
2293
2325
|
}
|
|
2294
2326
|
get calloutsDarkTextColor() {
|
|
2295
|
-
return this.
|
|
2327
|
+
return this.kk;
|
|
2296
2328
|
}
|
|
2297
2329
|
set calloutsDarkTextColor(a) {
|
|
2298
|
-
this.
|
|
2330
|
+
this.kk = a;
|
|
2299
2331
|
this.g("CalloutsDarkTextColor");
|
|
2300
2332
|
}
|
|
2301
2333
|
get calloutsLeaderBrush() {
|
|
2302
|
-
return this.
|
|
2334
|
+
return this.kq;
|
|
2303
2335
|
}
|
|
2304
2336
|
set calloutsLeaderBrush(a) {
|
|
2305
|
-
this.
|
|
2337
|
+
this.kq = a;
|
|
2306
2338
|
this.g("CalloutsLeaderBrush");
|
|
2307
2339
|
}
|
|
2308
2340
|
get calloutsAutoLabelPrecision() {
|
|
2309
|
-
return this.
|
|
2341
|
+
return this.jm;
|
|
2310
2342
|
}
|
|
2311
2343
|
set calloutsAutoLabelPrecision(a) {
|
|
2312
|
-
this.
|
|
2344
|
+
this.jm = a;
|
|
2313
2345
|
this.g("CalloutsAutoLabelPrecision");
|
|
2314
2346
|
}
|
|
2315
2347
|
get calloutsDataSourceRef() {
|
|
2316
|
-
return this.
|
|
2348
|
+
return this.kl;
|
|
2317
2349
|
}
|
|
2318
2350
|
set calloutsDataSourceRef(a) {
|
|
2319
|
-
this.
|
|
2351
|
+
this.kl = a;
|
|
2320
2352
|
this.g("CalloutsDataSourceRef");
|
|
2321
2353
|
}
|
|
2322
2354
|
get calloutsAllowedPositions() {
|
|
@@ -2327,38 +2359,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2327
2359
|
this.g("CalloutsAllowedPositions");
|
|
2328
2360
|
}
|
|
2329
2361
|
get calloutsXMemberPath() {
|
|
2330
|
-
return this.
|
|
2362
|
+
return this.kv;
|
|
2331
2363
|
}
|
|
2332
2364
|
set calloutsXMemberPath(a) {
|
|
2333
|
-
this.
|
|
2365
|
+
this.kv = a;
|
|
2334
2366
|
this.g("CalloutsXMemberPath");
|
|
2335
2367
|
}
|
|
2336
2368
|
get calloutsYMemberPath() {
|
|
2337
|
-
return this.
|
|
2369
|
+
return this.kw;
|
|
2338
2370
|
}
|
|
2339
2371
|
set calloutsYMemberPath(a) {
|
|
2340
|
-
this.
|
|
2372
|
+
this.kw = a;
|
|
2341
2373
|
this.g("CalloutsYMemberPath");
|
|
2342
2374
|
}
|
|
2343
2375
|
get calloutsLabelMemberPath() {
|
|
2344
|
-
return this.
|
|
2376
|
+
return this.kp;
|
|
2345
2377
|
}
|
|
2346
2378
|
set calloutsLabelMemberPath(a) {
|
|
2347
|
-
this.
|
|
2379
|
+
this.kp = a;
|
|
2348
2380
|
this.g("CalloutsLabelMemberPath");
|
|
2349
2381
|
}
|
|
2350
2382
|
get calloutsContentMemberPath() {
|
|
2351
|
-
return this.
|
|
2383
|
+
return this.kj;
|
|
2352
2384
|
}
|
|
2353
2385
|
set calloutsContentMemberPath(a) {
|
|
2354
|
-
this.
|
|
2386
|
+
this.kj = a;
|
|
2355
2387
|
this.g("CalloutsContentMemberPath");
|
|
2356
2388
|
}
|
|
2357
2389
|
get calloutsFontFamily() {
|
|
2358
|
-
return this.
|
|
2390
|
+
return this.km;
|
|
2359
2391
|
}
|
|
2360
2392
|
set calloutsFontFamily(a) {
|
|
2361
|
-
this.
|
|
2393
|
+
this.km = a;
|
|
2362
2394
|
this.g("CalloutsFontFamily");
|
|
2363
2395
|
}
|
|
2364
2396
|
get calloutsFontSize() {
|
|
@@ -2369,17 +2401,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2369
2401
|
this.g("CalloutsFontSize");
|
|
2370
2402
|
}
|
|
2371
2403
|
get calloutsFontStyle() {
|
|
2372
|
-
return this.
|
|
2404
|
+
return this.kn;
|
|
2373
2405
|
}
|
|
2374
2406
|
set calloutsFontStyle(a) {
|
|
2375
|
-
this.
|
|
2407
|
+
this.kn = a;
|
|
2376
2408
|
this.g("CalloutsFontStyle");
|
|
2377
2409
|
}
|
|
2378
2410
|
get calloutsFontWeight() {
|
|
2379
|
-
return this.
|
|
2411
|
+
return this.ko;
|
|
2380
2412
|
}
|
|
2381
2413
|
set calloutsFontWeight(a) {
|
|
2382
|
-
this.
|
|
2414
|
+
this.ko = a;
|
|
2383
2415
|
this.g("CalloutsFontWeight");
|
|
2384
2416
|
}
|
|
2385
2417
|
get valueLines() {
|
|
@@ -2397,10 +2429,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2397
2429
|
this.g("ValueLinesBrushes");
|
|
2398
2430
|
}
|
|
2399
2431
|
get valueLinesThickness() {
|
|
2400
|
-
return this.
|
|
2432
|
+
return this.f8;
|
|
2401
2433
|
}
|
|
2402
2434
|
set valueLinesThickness(a) {
|
|
2403
|
-
this.
|
|
2435
|
+
this.f8 = a;
|
|
2404
2436
|
this.g("ValueLinesThickness");
|
|
2405
2437
|
}
|
|
2406
2438
|
get seriesValueLayerUseLegend() {
|
|
@@ -2411,94 +2443,94 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2411
2443
|
this.g("SeriesValueLayerUseLegend");
|
|
2412
2444
|
}
|
|
2413
2445
|
get horizontalViewScrollbarMode() {
|
|
2414
|
-
return this.
|
|
2446
|
+
return this.m9;
|
|
2415
2447
|
}
|
|
2416
2448
|
set horizontalViewScrollbarMode(a) {
|
|
2417
|
-
this.
|
|
2449
|
+
this.m9 = a;
|
|
2418
2450
|
this.g("HorizontalViewScrollbarMode");
|
|
2419
2451
|
}
|
|
2420
2452
|
get verticalViewScrollbarMode() {
|
|
2421
|
-
return this.
|
|
2453
|
+
return this.ol;
|
|
2422
2454
|
}
|
|
2423
2455
|
set verticalViewScrollbarMode(a) {
|
|
2424
|
-
this.
|
|
2456
|
+
this.ol = a;
|
|
2425
2457
|
this.g("VerticalViewScrollbarMode");
|
|
2426
2458
|
}
|
|
2427
2459
|
get horizontalViewScrollbarPosition() {
|
|
2428
|
-
return this.
|
|
2460
|
+
return this.nb;
|
|
2429
2461
|
}
|
|
2430
2462
|
set horizontalViewScrollbarPosition(a) {
|
|
2431
|
-
this.
|
|
2463
|
+
this.nb = a;
|
|
2432
2464
|
this.g("HorizontalViewScrollbarPosition");
|
|
2433
2465
|
}
|
|
2434
2466
|
get verticalViewScrollbarPosition() {
|
|
2435
|
-
return this.
|
|
2467
|
+
return this.on;
|
|
2436
2468
|
}
|
|
2437
2469
|
set verticalViewScrollbarPosition(a) {
|
|
2438
|
-
this.
|
|
2470
|
+
this.on = a;
|
|
2439
2471
|
this.g("VerticalViewScrollbarPosition");
|
|
2440
2472
|
}
|
|
2441
2473
|
get horizontalViewScrollbarFill() {
|
|
2442
|
-
return this.
|
|
2474
|
+
return this.m8;
|
|
2443
2475
|
}
|
|
2444
2476
|
set horizontalViewScrollbarFill(a) {
|
|
2445
|
-
this.
|
|
2477
|
+
this.m8 = a;
|
|
2446
2478
|
this.g("HorizontalViewScrollbarFill");
|
|
2447
2479
|
}
|
|
2448
2480
|
get horizontalViewScrollbarOutline() {
|
|
2449
|
-
return this.
|
|
2481
|
+
return this.na;
|
|
2450
2482
|
}
|
|
2451
2483
|
set horizontalViewScrollbarOutline(a) {
|
|
2452
|
-
this.
|
|
2484
|
+
this.na = a;
|
|
2453
2485
|
this.g("HorizontalViewScrollbarOutline");
|
|
2454
2486
|
}
|
|
2455
2487
|
get horizontalViewScrollbarStrokeThickness() {
|
|
2456
|
-
return this.
|
|
2488
|
+
return this.fk;
|
|
2457
2489
|
}
|
|
2458
2490
|
set horizontalViewScrollbarStrokeThickness(a) {
|
|
2459
|
-
this.
|
|
2491
|
+
this.fk = a;
|
|
2460
2492
|
this.g("HorizontalViewScrollbarStrokeThickness");
|
|
2461
2493
|
}
|
|
2462
2494
|
get horizontalViewScrollbarMaxOpacity() {
|
|
2463
|
-
return this.
|
|
2495
|
+
return this.fj;
|
|
2464
2496
|
}
|
|
2465
2497
|
set horizontalViewScrollbarMaxOpacity(a) {
|
|
2466
|
-
this.
|
|
2498
|
+
this.fj = a;
|
|
2467
2499
|
this.g("HorizontalViewScrollbarMaxOpacity");
|
|
2468
2500
|
}
|
|
2469
2501
|
get horizontalViewScrollbarCornerRadius() {
|
|
2470
|
-
return this.
|
|
2502
|
+
return this.fg;
|
|
2471
2503
|
}
|
|
2472
2504
|
set horizontalViewScrollbarCornerRadius(a) {
|
|
2473
|
-
this.
|
|
2505
|
+
this.fg = a;
|
|
2474
2506
|
this.g("HorizontalViewScrollbarCornerRadius");
|
|
2475
2507
|
}
|
|
2476
2508
|
get horizontalViewScrollbarHeight() {
|
|
2477
|
-
return this.
|
|
2509
|
+
return this.fh;
|
|
2478
2510
|
}
|
|
2479
2511
|
set horizontalViewScrollbarHeight(a) {
|
|
2480
|
-
this.
|
|
2512
|
+
this.fh = a;
|
|
2481
2513
|
this.g("HorizontalViewScrollbarHeight");
|
|
2482
2514
|
}
|
|
2483
2515
|
get horizontalViewScrollbarInset() {
|
|
2484
|
-
return this.
|
|
2516
|
+
return this.fi;
|
|
2485
2517
|
}
|
|
2486
2518
|
set horizontalViewScrollbarInset(a) {
|
|
2487
|
-
this.
|
|
2519
|
+
this.fi = a;
|
|
2488
2520
|
this.g("HorizontalViewScrollbarInset");
|
|
2489
2521
|
}
|
|
2490
2522
|
get horizontalViewScrollbarTrackStartInset() {
|
|
2491
|
-
return this.
|
|
2523
|
+
return this.fm;
|
|
2492
2524
|
}
|
|
2493
2525
|
set horizontalViewScrollbarTrackStartInset(a) {
|
|
2494
|
-
this.
|
|
2526
|
+
this.fm = a;
|
|
2495
2527
|
this.g("HorizontalViewScrollbarTrackStartInset");
|
|
2496
2528
|
}
|
|
2497
2529
|
get horizontalViewScrollbarTrackEndInset() {
|
|
2498
|
-
return this.
|
|
2530
|
+
return this.fl;
|
|
2499
2531
|
}
|
|
2500
2532
|
set horizontalViewScrollbarTrackEndInset(a) {
|
|
2501
|
-
this.
|
|
2533
|
+
this.fl = a;
|
|
2502
2534
|
this.g("HorizontalViewScrollbarTrackEndInset");
|
|
2503
2535
|
}
|
|
2504
2536
|
get horizontalViewScrollbarShouldAddAutoTrackInsets() {
|
|
@@ -2509,66 +2541,66 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2509
2541
|
this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
|
|
2510
2542
|
}
|
|
2511
2543
|
get verticalViewScrollbarFill() {
|
|
2512
|
-
return this.
|
|
2544
|
+
return this.ok;
|
|
2513
2545
|
}
|
|
2514
2546
|
set verticalViewScrollbarFill(a) {
|
|
2515
|
-
this.
|
|
2547
|
+
this.ok = a;
|
|
2516
2548
|
this.g("VerticalViewScrollbarFill");
|
|
2517
2549
|
}
|
|
2518
2550
|
get verticalViewScrollbarOutline() {
|
|
2519
|
-
return this.
|
|
2551
|
+
return this.om;
|
|
2520
2552
|
}
|
|
2521
2553
|
set verticalViewScrollbarOutline(a) {
|
|
2522
|
-
this.
|
|
2554
|
+
this.om = a;
|
|
2523
2555
|
this.g("VerticalViewScrollbarOutline");
|
|
2524
2556
|
}
|
|
2525
2557
|
get verticalViewScrollbarStrokeThickness() {
|
|
2526
|
-
return this.
|
|
2558
|
+
return this.gc;
|
|
2527
2559
|
}
|
|
2528
2560
|
set verticalViewScrollbarStrokeThickness(a) {
|
|
2529
|
-
this.
|
|
2561
|
+
this.gc = a;
|
|
2530
2562
|
this.g("VerticalViewScrollbarStrokeThickness");
|
|
2531
2563
|
}
|
|
2532
2564
|
get verticalViewScrollbarMaxOpacity() {
|
|
2533
|
-
return this.
|
|
2565
|
+
return this.gb;
|
|
2534
2566
|
}
|
|
2535
2567
|
set verticalViewScrollbarMaxOpacity(a) {
|
|
2536
|
-
this.
|
|
2568
|
+
this.gb = a;
|
|
2537
2569
|
this.g("VerticalViewScrollbarMaxOpacity");
|
|
2538
2570
|
}
|
|
2539
2571
|
get verticalViewScrollbarCornerRadius() {
|
|
2540
|
-
return this.
|
|
2572
|
+
return this.f9;
|
|
2541
2573
|
}
|
|
2542
2574
|
set verticalViewScrollbarCornerRadius(a) {
|
|
2543
|
-
this.
|
|
2575
|
+
this.f9 = a;
|
|
2544
2576
|
this.g("VerticalViewScrollbarCornerRadius");
|
|
2545
2577
|
}
|
|
2546
2578
|
get verticalViewScrollbarWidth() {
|
|
2547
|
-
return this.
|
|
2579
|
+
return this.gf;
|
|
2548
2580
|
}
|
|
2549
2581
|
set verticalViewScrollbarWidth(a) {
|
|
2550
|
-
this.
|
|
2582
|
+
this.gf = a;
|
|
2551
2583
|
this.g("VerticalViewScrollbarWidth");
|
|
2552
2584
|
}
|
|
2553
2585
|
get verticalViewScrollbarInset() {
|
|
2554
|
-
return this.
|
|
2586
|
+
return this.ga;
|
|
2555
2587
|
}
|
|
2556
2588
|
set verticalViewScrollbarInset(a) {
|
|
2557
|
-
this.
|
|
2589
|
+
this.ga = a;
|
|
2558
2590
|
this.g("VerticalViewScrollbarInset");
|
|
2559
2591
|
}
|
|
2560
2592
|
get verticalViewScrollbarTrackStartInset() {
|
|
2561
|
-
return this.
|
|
2593
|
+
return this.ge;
|
|
2562
2594
|
}
|
|
2563
2595
|
set verticalViewScrollbarTrackStartInset(a) {
|
|
2564
|
-
this.
|
|
2596
|
+
this.ge = a;
|
|
2565
2597
|
this.g("VerticalViewScrollbarTrackStartInset");
|
|
2566
2598
|
}
|
|
2567
2599
|
get verticalViewScrollbarTrackEndInset() {
|
|
2568
|
-
return this.
|
|
2600
|
+
return this.gd;
|
|
2569
2601
|
}
|
|
2570
2602
|
set verticalViewScrollbarTrackEndInset(a) {
|
|
2571
|
-
this.
|
|
2603
|
+
this.gd = a;
|
|
2572
2604
|
this.g("VerticalViewScrollbarTrackEndInset");
|
|
2573
2605
|
}
|
|
2574
2606
|
get verticalViewScrollbarShouldAddAutoTrackInsets() {
|
|
@@ -2579,157 +2611,157 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
2579
2611
|
this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
|
|
2580
2612
|
}
|
|
2581
2613
|
get windowRectMinWidth() {
|
|
2582
|
-
return this.
|
|
2614
|
+
return this.gh;
|
|
2583
2615
|
}
|
|
2584
2616
|
set windowRectMinWidth(a) {
|
|
2585
|
-
this.
|
|
2617
|
+
this.gh = a;
|
|
2586
2618
|
this.g("WindowRectMinWidth");
|
|
2587
2619
|
}
|
|
2588
2620
|
get windowRectMinHeight() {
|
|
2589
|
-
return this.
|
|
2621
|
+
return this.gg;
|
|
2590
2622
|
}
|
|
2591
2623
|
set windowRectMinHeight(a) {
|
|
2592
|
-
this.
|
|
2624
|
+
this.gg = a;
|
|
2593
2625
|
this.g("WindowRectMinHeight");
|
|
2594
2626
|
}
|
|
2595
2627
|
get windowSizeMinWidth() {
|
|
2596
|
-
return this.
|
|
2628
|
+
return this.gj;
|
|
2597
2629
|
}
|
|
2598
2630
|
set windowSizeMinWidth(a) {
|
|
2599
|
-
this.
|
|
2631
|
+
this.gj = a;
|
|
2600
2632
|
this.g("WindowSizeMinWidth");
|
|
2601
2633
|
}
|
|
2602
2634
|
get windowSizeMinHeight() {
|
|
2603
|
-
return this.
|
|
2635
|
+
return this.gi;
|
|
2604
2636
|
}
|
|
2605
2637
|
set windowSizeMinHeight(a) {
|
|
2606
|
-
this.
|
|
2638
|
+
this.gi = a;
|
|
2607
2639
|
this.g("WindowSizeMinHeight");
|
|
2608
2640
|
}
|
|
2609
2641
|
get seriesAddedRef() {
|
|
2610
|
-
return this.
|
|
2642
|
+
return this.nz;
|
|
2611
2643
|
}
|
|
2612
2644
|
set seriesAddedRef(a) {
|
|
2613
|
-
this.
|
|
2645
|
+
this.nz = a;
|
|
2614
2646
|
this.g("SeriesAddedRef");
|
|
2615
2647
|
}
|
|
2616
2648
|
get seriesRemovedRef() {
|
|
2617
|
-
return this.
|
|
2649
|
+
return this.n8;
|
|
2618
2650
|
}
|
|
2619
2651
|
set seriesRemovedRef(a) {
|
|
2620
|
-
this.
|
|
2652
|
+
this.n8 = a;
|
|
2621
2653
|
this.g("SeriesRemovedRef");
|
|
2622
2654
|
}
|
|
2623
2655
|
get seriesPointerEnterRef() {
|
|
2624
|
-
return this.
|
|
2656
|
+
return this.n4;
|
|
2625
2657
|
}
|
|
2626
2658
|
set seriesPointerEnterRef(a) {
|
|
2627
|
-
this.
|
|
2659
|
+
this.n4 = a;
|
|
2628
2660
|
this.g("SeriesPointerEnterRef");
|
|
2629
2661
|
}
|
|
2630
2662
|
get seriesPointerLeaveRef() {
|
|
2631
|
-
return this.
|
|
2663
|
+
return this.n5;
|
|
2632
2664
|
}
|
|
2633
2665
|
set seriesPointerLeaveRef(a) {
|
|
2634
|
-
this.
|
|
2666
|
+
this.n5 = a;
|
|
2635
2667
|
this.g("SeriesPointerLeaveRef");
|
|
2636
2668
|
}
|
|
2637
2669
|
get seriesPointerMoveRef() {
|
|
2638
|
-
return this.
|
|
2670
|
+
return this.n6;
|
|
2639
2671
|
}
|
|
2640
2672
|
set seriesPointerMoveRef(a) {
|
|
2641
|
-
this.
|
|
2673
|
+
this.n6 = a;
|
|
2642
2674
|
this.g("SeriesPointerMoveRef");
|
|
2643
2675
|
}
|
|
2644
2676
|
get seriesPointerDownRef() {
|
|
2645
|
-
return this.
|
|
2677
|
+
return this.n3;
|
|
2646
2678
|
}
|
|
2647
2679
|
set seriesPointerDownRef(a) {
|
|
2648
|
-
this.
|
|
2680
|
+
this.n3 = a;
|
|
2649
2681
|
this.g("SeriesPointerDownRef");
|
|
2650
2682
|
}
|
|
2651
2683
|
get seriesPointerUpRef() {
|
|
2652
|
-
return this.
|
|
2684
|
+
return this.n7;
|
|
2653
2685
|
}
|
|
2654
2686
|
set seriesPointerUpRef(a) {
|
|
2655
|
-
this.
|
|
2687
|
+
this.n7 = a;
|
|
2656
2688
|
this.g("SeriesPointerUpRef");
|
|
2657
2689
|
}
|
|
2658
2690
|
get seriesClickRef() {
|
|
2659
|
-
return this.
|
|
2691
|
+
return this.n0;
|
|
2660
2692
|
}
|
|
2661
2693
|
set seriesClickRef(a) {
|
|
2662
|
-
this.
|
|
2694
|
+
this.n0 = a;
|
|
2663
2695
|
this.g("SeriesClickRef");
|
|
2664
2696
|
}
|
|
2665
2697
|
get plotAreaPointerEnterRef() {
|
|
2666
|
-
return this.
|
|
2698
|
+
return this.nr;
|
|
2667
2699
|
}
|
|
2668
2700
|
set plotAreaPointerEnterRef(a) {
|
|
2669
|
-
this.
|
|
2701
|
+
this.nr = a;
|
|
2670
2702
|
this.g("PlotAreaPointerEnterRef");
|
|
2671
2703
|
}
|
|
2672
2704
|
get plotAreaPointerLeaveRef() {
|
|
2673
|
-
return this.
|
|
2705
|
+
return this.ns;
|
|
2674
2706
|
}
|
|
2675
2707
|
set plotAreaPointerLeaveRef(a) {
|
|
2676
|
-
this.
|
|
2708
|
+
this.ns = a;
|
|
2677
2709
|
this.g("PlotAreaPointerLeaveRef");
|
|
2678
2710
|
}
|
|
2679
2711
|
get plotAreaPointerMoveRef() {
|
|
2680
|
-
return this.
|
|
2712
|
+
return this.nt;
|
|
2681
2713
|
}
|
|
2682
2714
|
set plotAreaPointerMoveRef(a) {
|
|
2683
|
-
this.
|
|
2715
|
+
this.nt = a;
|
|
2684
2716
|
this.g("PlotAreaPointerMoveRef");
|
|
2685
2717
|
}
|
|
2686
2718
|
get plotAreaPointerDownRef() {
|
|
2687
|
-
return this.
|
|
2719
|
+
return this.nq;
|
|
2688
2720
|
}
|
|
2689
2721
|
set plotAreaPointerDownRef(a) {
|
|
2690
|
-
this.
|
|
2722
|
+
this.nq = a;
|
|
2691
2723
|
this.g("PlotAreaPointerDownRef");
|
|
2692
2724
|
}
|
|
2693
2725
|
get plotAreaPointerUpRef() {
|
|
2694
|
-
return this.
|
|
2726
|
+
return this.nu;
|
|
2695
2727
|
}
|
|
2696
2728
|
set plotAreaPointerUpRef(a) {
|
|
2697
|
-
this.
|
|
2729
|
+
this.nu = a;
|
|
2698
2730
|
this.g("PlotAreaPointerUpRef");
|
|
2699
2731
|
}
|
|
2700
2732
|
get calloutStyleUpdatingRef() {
|
|
2701
|
-
return this.
|
|
2733
|
+
return this.ku;
|
|
2702
2734
|
}
|
|
2703
2735
|
set calloutStyleUpdatingRef(a) {
|
|
2704
|
-
this.
|
|
2736
|
+
this.ku = a;
|
|
2705
2737
|
this.g("CalloutStyleUpdatingRef");
|
|
2706
2738
|
}
|
|
2707
2739
|
get calloutRenderStyleUpdatingRef() {
|
|
2708
|
-
return this.
|
|
2740
|
+
return this.kh;
|
|
2709
2741
|
}
|
|
2710
2742
|
set calloutRenderStyleUpdatingRef(a) {
|
|
2711
|
-
this.
|
|
2743
|
+
this.kh = a;
|
|
2712
2744
|
this.g("CalloutRenderStyleUpdatingRef");
|
|
2713
2745
|
}
|
|
2714
2746
|
get selectedSeriesItemsChangedRef() {
|
|
2715
|
-
return this.
|
|
2747
|
+
return this.nv;
|
|
2716
2748
|
}
|
|
2717
2749
|
set selectedSeriesItemsChangedRef(a) {
|
|
2718
|
-
this.
|
|
2750
|
+
this.nv = a;
|
|
2719
2751
|
this.g("SelectedSeriesItemsChangedRef");
|
|
2720
2752
|
}
|
|
2721
2753
|
get focusedSeriesItemsChangedRef() {
|
|
2722
|
-
return this.
|
|
2754
|
+
return this.m0;
|
|
2723
2755
|
}
|
|
2724
2756
|
set focusedSeriesItemsChangedRef(a) {
|
|
2725
|
-
this.
|
|
2757
|
+
this.m0 = a;
|
|
2726
2758
|
this.g("FocusedSeriesItemsChangedRef");
|
|
2727
2759
|
}
|
|
2728
2760
|
get filterStringErrorsParsingRef() {
|
|
2729
|
-
return this.
|
|
2761
|
+
return this.mw;
|
|
2730
2762
|
}
|
|
2731
2763
|
set filterStringErrorsParsingRef(a) {
|
|
2732
|
-
this.
|
|
2764
|
+
this.mw = a;
|
|
2733
2765
|
this.g("FilterStringErrorsParsingRef");
|
|
2734
2766
|
}
|
|
2735
2767
|
}
|