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
|
@@ -112,120 +112,120 @@ export let GeographicMapDescription = /*@__PURE__*/ (() => {
|
|
|
112
112
|
class GeographicMapDescription extends SeriesViewerDescription {
|
|
113
113
|
constructor() {
|
|
114
114
|
super();
|
|
115
|
-
this.
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
122
|
-
this.h7 = null;
|
|
123
|
-
this.h5 = null;
|
|
124
|
-
this.il = 0;
|
|
125
|
-
this.ik = 0;
|
|
126
|
-
this.ir = null;
|
|
115
|
+
this.i0 = false;
|
|
116
|
+
this.jc = null;
|
|
117
|
+
this.ix = false;
|
|
118
|
+
this.i9 = null;
|
|
119
|
+
this.iz = false;
|
|
120
|
+
this.iy = false;
|
|
121
|
+
this.iu = null;
|
|
127
122
|
this.it = null;
|
|
128
|
-
this.
|
|
123
|
+
this.ir = null;
|
|
124
|
+
this.i6 = 0;
|
|
125
|
+
this.i5 = 0;
|
|
126
|
+
this.jb = null;
|
|
127
|
+
this.jd = null;
|
|
128
|
+
this.ja = null;
|
|
129
129
|
}
|
|
130
130
|
get_type() {
|
|
131
131
|
return "GeographicMap";
|
|
132
132
|
}
|
|
133
133
|
get zoomable() {
|
|
134
|
-
return this.
|
|
134
|
+
return this.i0;
|
|
135
135
|
}
|
|
136
136
|
set zoomable(a) {
|
|
137
|
-
this.
|
|
137
|
+
this.i0 = a;
|
|
138
138
|
this.g("Zoomable");
|
|
139
139
|
}
|
|
140
140
|
get resizeBehavior() {
|
|
141
|
-
return this.
|
|
141
|
+
return this.jc;
|
|
142
142
|
}
|
|
143
143
|
set resizeBehavior(a) {
|
|
144
|
-
this.
|
|
144
|
+
this.jc = a;
|
|
145
145
|
this.g("ResizeBehavior");
|
|
146
146
|
}
|
|
147
147
|
get isHorizontalWrappingEnabled() {
|
|
148
|
-
return this.
|
|
148
|
+
return this.ix;
|
|
149
149
|
}
|
|
150
150
|
set isHorizontalWrappingEnabled(a) {
|
|
151
|
-
this.
|
|
151
|
+
this.ix = a;
|
|
152
152
|
this.g("IsHorizontalWrappingEnabled");
|
|
153
153
|
}
|
|
154
154
|
get backgroundTilingMode() {
|
|
155
|
-
return this.
|
|
155
|
+
return this.i9;
|
|
156
156
|
}
|
|
157
157
|
set backgroundTilingMode(a) {
|
|
158
|
-
this.
|
|
158
|
+
this.i9 = a;
|
|
159
159
|
this.g("BackgroundTilingMode");
|
|
160
160
|
}
|
|
161
161
|
get useWorldRectForZoomBounds() {
|
|
162
|
-
return this.
|
|
162
|
+
return this.iz;
|
|
163
163
|
}
|
|
164
164
|
set useWorldRectForZoomBounds(a) {
|
|
165
|
-
this.
|
|
165
|
+
this.iz = a;
|
|
166
166
|
this.g("UseWorldRectForZoomBounds");
|
|
167
167
|
}
|
|
168
168
|
get suppressZoomResetOnWorldRectChange() {
|
|
169
|
-
return this.
|
|
169
|
+
return this.iy;
|
|
170
170
|
}
|
|
171
171
|
set suppressZoomResetOnWorldRectChange(a) {
|
|
172
|
-
this.
|
|
172
|
+
this.iy = a;
|
|
173
173
|
this.g("SuppressZoomResetOnWorldRectChange");
|
|
174
174
|
}
|
|
175
175
|
get worldRect() {
|
|
176
|
-
return this.
|
|
176
|
+
return this.iu;
|
|
177
177
|
}
|
|
178
178
|
set worldRect(a) {
|
|
179
|
-
this.
|
|
179
|
+
this.iu = a;
|
|
180
180
|
this.g("WorldRect");
|
|
181
181
|
}
|
|
182
182
|
get actualWorldRect() {
|
|
183
|
-
return this.
|
|
183
|
+
return this.it;
|
|
184
184
|
}
|
|
185
185
|
set actualWorldRect(a) {
|
|
186
|
-
this.
|
|
186
|
+
this.it = a;
|
|
187
187
|
this.g("ActualWorldRect");
|
|
188
188
|
}
|
|
189
189
|
get backgroundContent() {
|
|
190
|
-
return this.
|
|
190
|
+
return this.ir;
|
|
191
191
|
}
|
|
192
192
|
set backgroundContent(a) {
|
|
193
|
-
this.
|
|
193
|
+
this.ir = a;
|
|
194
194
|
this.g("BackgroundContent");
|
|
195
195
|
}
|
|
196
196
|
get windowScale() {
|
|
197
|
-
return this.
|
|
197
|
+
return this.i6;
|
|
198
198
|
}
|
|
199
199
|
set windowScale(a) {
|
|
200
|
-
this.
|
|
200
|
+
this.i6 = a;
|
|
201
201
|
this.g("WindowScale");
|
|
202
202
|
}
|
|
203
203
|
get actualWindowScale() {
|
|
204
|
-
return this.
|
|
204
|
+
return this.i5;
|
|
205
205
|
}
|
|
206
206
|
set actualWindowScale(a) {
|
|
207
|
-
this.
|
|
207
|
+
this.i5 = a;
|
|
208
208
|
this.g("ActualWindowScale");
|
|
209
209
|
}
|
|
210
210
|
get imageTilesReadyRef() {
|
|
211
|
-
return this.
|
|
211
|
+
return this.jb;
|
|
212
212
|
}
|
|
213
213
|
set imageTilesReadyRef(a) {
|
|
214
|
-
this.
|
|
214
|
+
this.jb = a;
|
|
215
215
|
this.g("ImageTilesReadyRef");
|
|
216
216
|
}
|
|
217
217
|
get width() {
|
|
218
|
-
return this.
|
|
218
|
+
return this.jd;
|
|
219
219
|
}
|
|
220
220
|
set width(a) {
|
|
221
|
-
this.
|
|
221
|
+
this.jd = a;
|
|
222
222
|
this.g("Width");
|
|
223
223
|
}
|
|
224
224
|
get height() {
|
|
225
|
-
return this.
|
|
225
|
+
return this.ja;
|
|
226
226
|
}
|
|
227
227
|
set height(a) {
|
|
228
|
-
this.
|
|
228
|
+
this.ja = a;
|
|
229
229
|
this.g("Height");
|
|
230
230
|
}
|
|
231
231
|
}
|
|
@@ -37,7 +37,7 @@ export let GeometryUtil = /*@__PURE__*/ (() => {
|
|
|
37
37
|
static i(a) {
|
|
38
38
|
return 1 - Math.pow(a.height / 2, 2) / Math.pow(a.width / 2, 2);
|
|
39
39
|
}
|
|
40
|
-
static
|
|
40
|
+
static y(a, b, c, d, e) {
|
|
41
41
|
let f = Math.cos(a);
|
|
42
42
|
let g = Math.sin(a);
|
|
43
43
|
let h = Math.sqrt(d * d / (1 - (b * Math.pow(f, 2))));
|
|
@@ -60,7 +60,7 @@ export let GeometryUtil = /*@__PURE__*/ (() => {
|
|
|
60
60
|
let e = a.x + c * Math.cos(b);
|
|
61
61
|
return { $type: Point_$type, x: e, y: d };
|
|
62
62
|
}
|
|
63
|
-
static
|
|
63
|
+
static x(a, b, c) {
|
|
64
64
|
let d = b.x - a.x;
|
|
65
65
|
let e = b.y - a.y;
|
|
66
66
|
let f = Math.sqrt(d * d + e * e);
|
|
@@ -114,7 +114,7 @@ export let GeometryUtil = /*@__PURE__*/ (() => {
|
|
|
114
114
|
let h = Math.max(e, f);
|
|
115
115
|
return (d > g && d < h) || (d - 360 > g && d - 360 < h) || (d + 360 > g && d + 360 < h);
|
|
116
116
|
}
|
|
117
|
-
static
|
|
117
|
+
static z(a, b, c, d) {
|
|
118
118
|
let e = { $type: Point_$type, x: a.x + Math.cos(b) * d, y: a.y + Math.sin(b) * d };
|
|
119
119
|
let f = { $type: Point_$type, x: a.x + Math.cos(c) * d, y: a.y + Math.sin(c) * d };
|
|
120
120
|
let g = new List$1(Point_$type, 0);
|
|
@@ -544,6 +544,21 @@ export let GeometryUtil = /*@__PURE__*/ (() => {
|
|
|
544
544
|
let i = g / e;
|
|
545
545
|
return (h >= 0 && h <= 1) && (i >= 0 && i <= 1);
|
|
546
546
|
}
|
|
547
|
+
static w(a, b, c, d) {
|
|
548
|
+
let e = ((b.x - a.x) * (d.y - c.y)) - ((b.y - a.y) * (d.x - c.x));
|
|
549
|
+
if (e != 0) {
|
|
550
|
+
let f = ((a.y - c.y) * (d.x - c.x)) - ((a.x - c.x) * (d.y - c.y));
|
|
551
|
+
let g = ((a.y - c.y) * (b.x - a.x)) - ((a.x - c.x) * (b.y - a.y));
|
|
552
|
+
let h = f / e;
|
|
553
|
+
let i = g / e;
|
|
554
|
+
if ((h >= 0 && h <= 1) && (i >= 0 && i <= 1)) {
|
|
555
|
+
let j = a.x + h * (b.x - a.x);
|
|
556
|
+
let k = a.y + h * (b.y - a.y);
|
|
557
|
+
return { $type: Point_$type, x: j, y: k };
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
return { $type: Point_$type, x: NaN, y: NaN };
|
|
561
|
+
}
|
|
547
562
|
}
|
|
548
563
|
GeometryUtil.$t = markType(GeometryUtil, 'GeometryUtil');
|
|
549
564
|
return GeometryUtil;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let GridConditionalStyleFontInfoDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class GridConditionalStyleFontInfoDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.j = null;
|
|
17
|
+
this.h = 0;
|
|
18
|
+
this.k = null;
|
|
19
|
+
this.l = null;
|
|
20
|
+
}
|
|
21
|
+
get_type() {
|
|
22
|
+
return "GridConditionalStyleFontInfo";
|
|
23
|
+
}
|
|
24
|
+
get type() {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
}
|
|
27
|
+
get fontFamily() {
|
|
28
|
+
return this.j;
|
|
29
|
+
}
|
|
30
|
+
set fontFamily(a) {
|
|
31
|
+
this.j = a;
|
|
32
|
+
this.g("FontFamily");
|
|
33
|
+
}
|
|
34
|
+
get fontSize() {
|
|
35
|
+
return this.h;
|
|
36
|
+
}
|
|
37
|
+
set fontSize(a) {
|
|
38
|
+
this.h = a;
|
|
39
|
+
this.g("FontSize");
|
|
40
|
+
}
|
|
41
|
+
get fontStyle() {
|
|
42
|
+
return this.k;
|
|
43
|
+
}
|
|
44
|
+
set fontStyle(a) {
|
|
45
|
+
this.k = a;
|
|
46
|
+
this.g("FontStyle");
|
|
47
|
+
}
|
|
48
|
+
get fontWeight() {
|
|
49
|
+
return this.l;
|
|
50
|
+
}
|
|
51
|
+
set fontWeight(a) {
|
|
52
|
+
this.l = a;
|
|
53
|
+
this.g("FontWeight");
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
GridConditionalStyleFontInfoDescription.$t = markType(GridConditionalStyleFontInfoDescription, 'GridConditionalStyleFontInfoDescription', Description.$);
|
|
57
|
+
return GridConditionalStyleFontInfoDescription;
|
|
58
|
+
})();
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { GridConditionalStyleFontInfoDescription } from "./GridConditionalStyleFontInfoDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let GridConditionalStyleFontInfoDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class GridConditionalStyleFontInfoDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (GridConditionalStyleFontInfoDescriptionMetadata.a == null) {
|
|
17
|
+
GridConditionalStyleFontInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
GridConditionalStyleFontInfoDescriptionMetadata.c(GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.k(GridConditionalStyleFontInfoDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.ac(GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
static c(a) {
|
|
26
|
+
a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String");
|
|
27
|
+
a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double");
|
|
28
|
+
a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontFamily/FontStyleTransform,wf:FontFamily/FontStyleTransform,web:textStyle/FontStyleTransform)String");
|
|
29
|
+
a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontFamily/FontWeightTransform,wf:FontFamily/FontWeightTransform,web:textStyle/FontWeightTransform)String");
|
|
30
|
+
}
|
|
31
|
+
static d(a) {
|
|
32
|
+
GridConditionalStyleFontInfoDescriptionMetadata.b(a);
|
|
33
|
+
a.ae("GridConditionalStyleFontInfo", () => new GridConditionalStyleFontInfoDescription());
|
|
34
|
+
a.ad("GridConditionalStyleFontInfo", GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
GridConditionalStyleFontInfoDescriptionMetadata.$t = markType(GridConditionalStyleFontInfoDescriptionMetadata, 'GridConditionalStyleFontInfoDescriptionMetadata');
|
|
38
|
+
GridConditionalStyleFontInfoDescriptionMetadata.a = null;
|
|
39
|
+
return GridConditionalStyleFontInfoDescriptionMetadata;
|
|
40
|
+
})();
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "./type";
|
|
8
|
+
import { GridConditionalStyleFontInfoDescriptionMetadata } from "./GridConditionalStyleFontInfoDescriptionMetadata";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let GridConditionalStyleFontInfoDescriptionModule = /*@__PURE__*/ (() => {
|
|
13
|
+
class GridConditionalStyleFontInfoDescriptionModule extends Base {
|
|
14
|
+
static register(a) {
|
|
15
|
+
GridConditionalStyleFontInfoDescriptionMetadata.d(a);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
GridConditionalStyleFontInfoDescriptionModule.$t = markType(GridConditionalStyleFontInfoDescriptionModule, 'GridConditionalStyleFontInfoDescriptionModule');
|
|
19
|
+
return GridConditionalStyleFontInfoDescriptionModule;
|
|
20
|
+
})();
|
|
@@ -13,16 +13,16 @@ export let HierarchicalRingSeriesDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class HierarchicalRingSeriesDescription extends RingSeriesBaseDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.ci = null;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "HierarchicalRingSeries";
|
|
20
20
|
}
|
|
21
21
|
get childrenMemberPath() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.ci;
|
|
23
23
|
}
|
|
24
24
|
set childrenMemberPath(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.ci = a;
|
|
26
26
|
this.g("ChildrenMemberPath");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -193,14 +193,14 @@ export let FontUtil = /*@__PURE__*/ (() => {
|
|
|
193
193
|
}
|
|
194
194
|
static measureStringWidth1(a, b, c) {
|
|
195
195
|
c.aa();
|
|
196
|
-
c.
|
|
196
|
+
c.ad(b);
|
|
197
197
|
let d = c.g(a);
|
|
198
198
|
c.z();
|
|
199
199
|
return d;
|
|
200
200
|
}
|
|
201
201
|
static measureStringWidth(a, b, c) {
|
|
202
202
|
c.aa();
|
|
203
|
-
c.
|
|
203
|
+
c.ae(b);
|
|
204
204
|
let d = c.g(a);
|
|
205
205
|
c.z();
|
|
206
206
|
return d;
|
|
@@ -631,11 +631,11 @@ export let RenderingContext = /*@__PURE__*/ (() => {
|
|
|
631
631
|
}
|
|
632
632
|
this.c.h$w();
|
|
633
633
|
}
|
|
634
|
-
|
|
634
|
+
ag(a) {
|
|
635
635
|
if (this.c == null) {
|
|
636
636
|
return;
|
|
637
637
|
}
|
|
638
|
-
this.c.h$
|
|
638
|
+
this.c.h$ad(a);
|
|
639
639
|
}
|
|
640
640
|
ab(a, b) {
|
|
641
641
|
if (this.c == null) {
|
|
@@ -643,11 +643,11 @@ export let RenderingContext = /*@__PURE__*/ (() => {
|
|
|
643
643
|
}
|
|
644
644
|
this.c.h$y(a, b);
|
|
645
645
|
}
|
|
646
|
-
|
|
646
|
+
ah(a, b) {
|
|
647
647
|
if (this.c == null) {
|
|
648
648
|
return;
|
|
649
649
|
}
|
|
650
|
-
this.c.h$
|
|
650
|
+
this.c.h$ae(a, b);
|
|
651
651
|
}
|
|
652
652
|
l(a, b, c, d) {
|
|
653
653
|
if (this.c == null) {
|
|
@@ -685,17 +685,17 @@ export let RenderingContext = /*@__PURE__*/ (() => {
|
|
|
685
685
|
}
|
|
686
686
|
return this.c.h$b();
|
|
687
687
|
}
|
|
688
|
-
|
|
688
|
+
ad(a) {
|
|
689
689
|
if (this.c == null) {
|
|
690
690
|
return;
|
|
691
691
|
}
|
|
692
|
-
this.c.h$
|
|
692
|
+
this.c.h$aa(a);
|
|
693
693
|
}
|
|
694
|
-
|
|
694
|
+
ae(a) {
|
|
695
695
|
if (this.c == null) {
|
|
696
696
|
return;
|
|
697
697
|
}
|
|
698
|
-
this.c.h$
|
|
698
|
+
this.c.h$ab(a);
|
|
699
699
|
}
|
|
700
700
|
g(a) {
|
|
701
701
|
if (this.c == null) {
|
|
@@ -703,7 +703,7 @@ export let RenderingContext = /*@__PURE__*/ (() => {
|
|
|
703
703
|
}
|
|
704
704
|
return this.c.h$c(a);
|
|
705
705
|
}
|
|
706
|
-
|
|
706
|
+
ai(a, b, c) {
|
|
707
707
|
if (this.c == null) {
|
|
708
708
|
return null;
|
|
709
709
|
}
|
|
@@ -720,7 +720,7 @@ export let RenderingContext = /*@__PURE__*/ (() => {
|
|
|
720
720
|
a.ah = f.a;
|
|
721
721
|
return f;
|
|
722
722
|
}
|
|
723
|
-
let g = this.c.h$
|
|
723
|
+
let g = this.c.h$af(a.al, b, c);
|
|
724
724
|
a.am(d, e, g);
|
|
725
725
|
a.ah = g.a;
|
|
726
726
|
return g;
|
|
@@ -741,15 +741,15 @@ export let RenderingContext = /*@__PURE__*/ (() => {
|
|
|
741
741
|
if (d != null) {
|
|
742
742
|
return d.c;
|
|
743
743
|
}
|
|
744
|
-
let e = this.c.h$
|
|
744
|
+
let e = this.c.h$af(a.al, NaN, true);
|
|
745
745
|
a.am(b, c, e);
|
|
746
746
|
return e.c;
|
|
747
747
|
}
|
|
748
|
-
|
|
748
|
+
af(a) {
|
|
749
749
|
if (this.c == null) {
|
|
750
750
|
return;
|
|
751
751
|
}
|
|
752
|
-
this.c.h$
|
|
752
|
+
this.c.h$ac(a);
|
|
753
753
|
}
|
|
754
754
|
j(a, b) {
|
|
755
755
|
if (this.c == null || b == null) {
|
|
@@ -769,6 +769,12 @@ export let RenderingContext = /*@__PURE__*/ (() => {
|
|
|
769
769
|
}
|
|
770
770
|
this.c.h$j();
|
|
771
771
|
}
|
|
772
|
+
ac(a) {
|
|
773
|
+
if (this.c == null) {
|
|
774
|
+
return;
|
|
775
|
+
}
|
|
776
|
+
this.c.h$z(a);
|
|
777
|
+
}
|
|
772
778
|
}
|
|
773
779
|
RenderingContext.$t = markType(RenderingContext, 'RenderingContext');
|
|
774
780
|
return RenderingContext;
|
|
@@ -13,32 +13,32 @@ export let ImageCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ImageCellInfoDescription extends CellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
16
|
+
this.gj = null;
|
|
17
|
+
this.gl = null;
|
|
18
|
+
this.gk = null;
|
|
19
19
|
}
|
|
20
20
|
get_type() {
|
|
21
21
|
return "ImageCellInfo";
|
|
22
22
|
}
|
|
23
23
|
get imagePath() {
|
|
24
|
-
return this.
|
|
24
|
+
return this.gj;
|
|
25
25
|
}
|
|
26
26
|
set imagePath(a) {
|
|
27
|
-
this.
|
|
27
|
+
this.gj = a;
|
|
28
28
|
this.g("ImagePath");
|
|
29
29
|
}
|
|
30
30
|
get imageStretchOption() {
|
|
31
|
-
return this.
|
|
31
|
+
return this.gl;
|
|
32
32
|
}
|
|
33
33
|
set imageStretchOption(a) {
|
|
34
|
-
this.
|
|
34
|
+
this.gl = a;
|
|
35
35
|
this.g("ImageStretchOption");
|
|
36
36
|
}
|
|
37
37
|
get imageResourceType() {
|
|
38
|
-
return this.
|
|
38
|
+
return this.gk;
|
|
39
39
|
}
|
|
40
40
|
set imageResourceType(a) {
|
|
41
|
-
this.
|
|
41
|
+
this.gk = a;
|
|
42
42
|
this.g("ImageResourceType");
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -13,56 +13,64 @@ export let ImageColumnDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ImageColumnDescription extends DataGridColumnDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
16
|
+
this.g7 = null;
|
|
17
|
+
this.g5 = null;
|
|
18
|
+
this.g3 = null;
|
|
19
|
+
this.gx = null;
|
|
20
|
+
this.gz = null;
|
|
21
|
+
this.g4 = null;
|
|
22
|
+
this.g6 = null;
|
|
22
23
|
}
|
|
23
24
|
get_type() {
|
|
24
25
|
return "ImageColumn";
|
|
25
26
|
}
|
|
26
27
|
get imageStretchOption() {
|
|
27
|
-
return this.
|
|
28
|
+
return this.g7;
|
|
28
29
|
}
|
|
29
30
|
set imageStretchOption(a) {
|
|
30
|
-
this.
|
|
31
|
+
this.g7 = a;
|
|
31
32
|
this.g("ImageStretchOption");
|
|
32
33
|
}
|
|
33
34
|
get editorType() {
|
|
34
|
-
return this.
|
|
35
|
+
return this.g5;
|
|
35
36
|
}
|
|
36
37
|
set editorType(a) {
|
|
37
|
-
this.
|
|
38
|
+
this.g5 = a;
|
|
38
39
|
this.g("EditorType");
|
|
39
40
|
}
|
|
40
41
|
get editorDataSourceRef() {
|
|
41
|
-
return this.
|
|
42
|
+
return this.g3;
|
|
42
43
|
}
|
|
43
44
|
set editorDataSourceRef(a) {
|
|
44
|
-
this.
|
|
45
|
+
this.g3 = a;
|
|
45
46
|
this.g("EditorDataSourceRef");
|
|
46
47
|
}
|
|
47
|
-
get
|
|
48
|
-
return this.
|
|
48
|
+
get dataSource() {
|
|
49
|
+
return this.gx;
|
|
49
50
|
}
|
|
50
|
-
set
|
|
51
|
-
this.
|
|
52
|
-
this.g("
|
|
51
|
+
set dataSource(a) {
|
|
52
|
+
this.gx = a;
|
|
53
|
+
this.g("DataSource");
|
|
54
|
+
}
|
|
55
|
+
get genericDataSource() {
|
|
56
|
+
return this.gz;
|
|
57
|
+
}
|
|
58
|
+
set genericDataSource(a) {
|
|
59
|
+
this.gz = a;
|
|
60
|
+
this.g("GenericDataSource");
|
|
53
61
|
}
|
|
54
62
|
get editorTextField() {
|
|
55
|
-
return this.
|
|
63
|
+
return this.g4;
|
|
56
64
|
}
|
|
57
65
|
set editorTextField(a) {
|
|
58
|
-
this.
|
|
66
|
+
this.g4 = a;
|
|
59
67
|
this.g("EditorTextField");
|
|
60
68
|
}
|
|
61
69
|
get editorValueField() {
|
|
62
|
-
return this.
|
|
70
|
+
return this.g6;
|
|
63
71
|
}
|
|
64
72
|
set editorValueField(a) {
|
|
65
|
-
this.
|
|
73
|
+
this.g6 = a;
|
|
66
74
|
this.g("EditorValueField");
|
|
67
75
|
}
|
|
68
76
|
}
|
|
@@ -29,8 +29,9 @@ export let ImageColumnDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
29
29
|
a.item("ImageStretchOption@names", "Uniform;Fill;None");
|
|
30
30
|
a.item("EditorType", "ExportedType:string:EditorType");
|
|
31
31
|
a.item("EditorType@names", "Default;Text;Numeric;Date;Combo");
|
|
32
|
-
a.item("EditorDataSourceRef", "(w:EditorItemsSource,xam:EditorItemsSource,wf:EditorItemsSource)DataRef::object");
|
|
33
|
-
a.item("
|
|
32
|
+
a.item("EditorDataSourceRef", "(w:EditorItemsSource,xam:EditorItemsSource,wc:editorDataSource,wf:EditorItemsSource)DataRef::object");
|
|
33
|
+
a.item("DataSource", "(w:EditorItemsSource,xam:EditorItemsSource,wc:editorDataSource,wf:EditorItemsSource)ExportedType:BaseDataSource:BaseDataSource");
|
|
34
|
+
a.item("GenericDataSource", "(w:EditorItemsSource,xam:EditorItemsSource,wc:editorDataSource,wf:EditorItemsSource)ExportedType:BaseGenericDataSource:BaseGenericDataSource");
|
|
34
35
|
a.item("EditorTextField", "String");
|
|
35
36
|
a.item("EditorValueField", "String");
|
|
36
37
|
}
|
|
@@ -13,26 +13,29 @@ export let ItemToolTipLayerDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ItemToolTipLayerDescription extends AnnotationLayerDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.gl = null;
|
|
17
|
+
this.gm = null;
|
|
18
18
|
this.gg = false;
|
|
19
19
|
this.gf = false;
|
|
20
|
+
this.gn = null;
|
|
21
|
+
this.go = null;
|
|
22
|
+
this.gj = 0;
|
|
20
23
|
}
|
|
21
24
|
get_type() {
|
|
22
25
|
return "ItemToolTipLayer";
|
|
23
26
|
}
|
|
24
27
|
get targetSeriesName() {
|
|
25
|
-
return this.
|
|
28
|
+
return this.gl;
|
|
26
29
|
}
|
|
27
30
|
set targetSeriesName(a) {
|
|
28
|
-
this.
|
|
31
|
+
this.gl = a;
|
|
29
32
|
this.g("TargetSeriesName");
|
|
30
33
|
}
|
|
31
34
|
get targetSeriesRef() {
|
|
32
|
-
return this.
|
|
35
|
+
return this.gm;
|
|
33
36
|
}
|
|
34
37
|
set targetSeriesRef(a) {
|
|
35
|
-
this.
|
|
38
|
+
this.gm = a;
|
|
36
39
|
this.g("TargetSeriesRef");
|
|
37
40
|
}
|
|
38
41
|
get useInterpolation() {
|
|
@@ -49,6 +52,27 @@ export let ItemToolTipLayerDescription = /*@__PURE__*/ (() => {
|
|
|
49
52
|
this.gf = a;
|
|
50
53
|
this.g("SkipUnknownValues");
|
|
51
54
|
}
|
|
55
|
+
get toolTipBackground() {
|
|
56
|
+
return this.gn;
|
|
57
|
+
}
|
|
58
|
+
set toolTipBackground(a) {
|
|
59
|
+
this.gn = a;
|
|
60
|
+
this.g("ToolTipBackground");
|
|
61
|
+
}
|
|
62
|
+
get toolTipBorderBrush() {
|
|
63
|
+
return this.go;
|
|
64
|
+
}
|
|
65
|
+
set toolTipBorderBrush(a) {
|
|
66
|
+
this.go = a;
|
|
67
|
+
this.g("ToolTipBorderBrush");
|
|
68
|
+
}
|
|
69
|
+
get toolTipBorderThickness() {
|
|
70
|
+
return this.gj;
|
|
71
|
+
}
|
|
72
|
+
set toolTipBorderThickness(a) {
|
|
73
|
+
this.gj = a;
|
|
74
|
+
this.g("ToolTipBorderThickness");
|
|
75
|
+
}
|
|
52
76
|
}
|
|
53
77
|
ItemToolTipLayerDescription.$t = markType(ItemToolTipLayerDescription, 'ItemToolTipLayerDescription', AnnotationLayerDescription.$);
|
|
54
78
|
return ItemToolTipLayerDescription;
|