igniteui-angular-core 21.0.1 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +15433 -11222
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AbsolutePanelBridge.js +6 -6
- package/esm2015/lib/AggregatedDataProviderLayerInfo.js +12 -2
- package/esm2015/lib/AggregatedDataProvider_combined.js +1 -1
- package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm2015/lib/AnchoredRadialSeriesDescription.js +35 -35
- package/esm2015/lib/AreaSeriesDescription.js +3 -3
- package/esm2015/lib/AxisDescriptionMetadata.js +8 -8
- package/esm2015/lib/BarSeriesDescription.js +6 -6
- package/esm2015/lib/BaseDOMEventProxy_combined.js +443 -440
- package/esm2015/lib/BubbleSeriesDescription.js +40 -40
- package/esm2015/lib/BulletGraphDescriptionMetadata.js +2 -2
- package/esm2015/lib/CanvasGestureDOMEventProxy.js +265 -264
- package/esm2015/lib/CanvasScalingHelpers.js +1 -1
- package/esm2015/lib/CategoryAngleAxisDescription.js +30 -30
- package/esm2015/lib/CategoryAxisBaseDescription.js +29 -21
- package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/CategoryChartDescription.js +150 -134
- package/esm2015/lib/CategoryChartDescriptionMetadata.js +4 -2
- package/esm2015/lib/CategoryDateTimeXAxisDescription.js +22 -22
- package/esm2015/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
- package/esm2015/lib/CategorySeriesDescription.js +22 -22
- package/esm2015/lib/CategoryXAxisDescription.js +36 -36
- package/esm2015/lib/CategoryYAxisDescription.js +34 -34
- package/esm2015/lib/CellInfoDescription.js +202 -178
- package/esm2015/lib/CellInfoDescriptionMetadata.js +7 -4
- package/esm2015/lib/CodeGenerationLibraryItem.js +4 -3
- package/esm2015/lib/CodeGenerationLibraryItemPlatform.js +2 -1
- package/esm2015/lib/CodeGenerationTargetPlatforms.js +2 -1
- package/esm2015/lib/ColumnFragmentDescription.js +6 -6
- package/esm2015/lib/ColumnSeriesDescription.js +9 -9
- package/esm2015/lib/ComboBoxColumnDescription.js +15 -15
- package/esm2015/lib/ComponentRendererAdapter.js +2 -0
- package/esm2015/lib/ComponentRenderer_combined.js +112 -71
- package/esm2015/lib/DashboardTileDescriptionMetadata.js +2 -2
- package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
- package/esm2015/lib/DataChartCategoryDescriptionModule.js +2 -0
- package/esm2015/lib/DataChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
- package/esm2015/lib/DataGridColumnDescription.js +411 -163
- package/esm2015/lib/DataGridColumnDescriptionMetadata.js +35 -4
- package/esm2015/lib/DataGridDescription.js +730 -514
- package/esm2015/lib/DataGridFilterDialogDescription.js +169 -25
- package/esm2015/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
- package/esm2015/lib/DataGridPagerDescription.js +38 -22
- package/esm2015/lib/DataGridPagerDescriptionMetadata.js +2 -0
- package/esm2015/lib/DataLegendDescriptionMetadata.js +12 -12
- package/esm2015/lib/DataPieBaseChartDescription.js +141 -125
- package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DataPieChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/DataSeries.js +1 -1
- package/esm2015/lib/DataSeriesMarker.js +7 -3
- package/esm2015/lib/DataSourceSpecialRow.js +2 -8
- package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
- package/esm2015/lib/DateTimeCellInfoDescription.js +18 -18
- package/esm2015/lib/DateTimeColumnDescription.js +36 -36
- package/esm2015/lib/DefinitionBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/DescriptionSerializer.js +3 -2
- package/esm2015/lib/DivBridge.js +1 -1
- package/esm2015/lib/DomainChartDescription.js +615 -559
- package/esm2015/lib/DomainChartDescriptionMetadata.js +23 -13
- package/esm2015/lib/DoughnutChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/EditorCellInfoDescription.js +38 -38
- package/esm2015/lib/EventProxy.js +84 -78
- package/esm2015/lib/FilterCellInfoDescription.js +36 -36
- package/esm2015/lib/FilterSyntaxLexer.js +2 -2
- package/esm2015/lib/FinancialChartDescription.js +167 -167
- package/esm2015/lib/FinancialChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/FlatDataProvider_combined.js +150 -143
- package/esm2015/lib/FontStringUtil.js +3 -1
- package/esm2015/lib/GeographicMapDescriptionMetadata.js +2 -2
- package/esm2015/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/GridBridge.js +23 -11
- package/esm2015/lib/GridLayout.js +7 -0
- package/esm2015/lib/GridLayoutLayoutInfo.js +27 -0
- package/esm2015/lib/GridLayoutSizeDefinition.js +33 -0
- package/esm2015/lib/GridLayoutSizeInfo.js +25 -0
- package/esm2015/lib/GridLayoutSizeType.js +29 -0
- package/esm2015/lib/GridLayoutView.js +7 -0
- package/esm2015/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
- package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/IComponentRendererAdapter_combined.js +5 -0
- package/esm2015/lib/IGridLayoutView.js +7 -0
- package/esm2015/lib/IGridLayoutView_combined.js +383 -0
- package/esm2015/lib/INativeUIElementBridge_combined.js +186 -180
- package/esm2015/lib/IRenderer_combined.js +120 -20
- package/esm2015/lib/IgcButtonBridge.js +1 -1
- package/esm2015/lib/ImageCellInfoDescription.js +9 -9
- package/esm2015/lib/ImageColumnDescription.js +21 -21
- package/esm2015/lib/ItemLegendDescriptionMetadata.js +2 -2
- package/esm2015/lib/JsonDictionaryValue.js +2 -1
- package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +53 -7
- package/esm2015/lib/LegendDescriptionMetadata.js +2 -2
- package/esm2015/lib/LineSeriesDescription.js +3 -3
- package/esm2015/lib/LinearGaugeDescriptionMetadata.js +2 -2
- package/esm2015/lib/MarkerSeriesDescription.js +37 -29
- package/esm2015/lib/MarkerSeriesDescriptionMetadata.js +3 -2
- package/esm2015/lib/NativeUI.js +65 -53
- package/esm2015/lib/NativeUIAbsolutePanel.js +8 -8
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +86 -86
- package/esm2015/lib/NativeUIButtonGroup.js +49 -49
- package/esm2015/lib/NativeUICheckbox.js +33 -33
- package/esm2015/lib/NativeUICheckboxList.js +147 -147
- package/esm2015/lib/NativeUIColorEditor.js +22 -22
- package/esm2015/lib/NativeUIColumn.js +1 -1
- package/esm2015/lib/NativeUICombo.js +30 -30
- package/esm2015/lib/NativeUIContent.js +5 -5
- package/esm2015/lib/NativeUIDropDown.js +22 -22
- package/esm2015/lib/NativeUIElementBridge.js +10 -2
- package/esm2015/lib/NativeUIGrid.js +67 -61
- package/esm2015/lib/NativeUIIcon.js +27 -27
- package/esm2015/lib/NativeUIIconButton.js +27 -27
- package/esm2015/lib/NativeUIInput.js +121 -121
- package/esm2015/lib/NativeUIInputsFactory.js +12 -12
- package/esm2015/lib/NativeUILabel.js +18 -12
- package/esm2015/lib/NativeUIPopup.js +100 -100
- package/esm2015/lib/NativeUISlider.js +66 -66
- package/esm2015/lib/NumericCellInfoDescription.js +39 -39
- package/esm2015/lib/NumericColumnDescription.js +59 -51
- package/esm2015/lib/NumericColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm2015/lib/PanelBridge.js +4 -4
- package/esm2015/lib/PieChartDescriptionMetadata.js +2 -2
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
- package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarBaseDescription.js +75 -75
- package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm2015/lib/PopupView_combined.js +1 -1
- package/esm2015/lib/PropertyEditorDescriptionMetadata.js +2 -2
- package/esm2015/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
- package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
- package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm2015/lib/RadialBaseChartDescription.js +229 -229
- package/esm2015/lib/RadialBaseDescription.js +85 -69
- package/esm2015/lib/RadialBaseDescriptionMetadata.js +2 -0
- package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RadialGaugeDescriptionMetadata.js +5 -5
- package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
- package/esm2015/lib/RadialPieSeriesDescription.js +15 -15
- package/esm2015/lib/RangeBarSeriesDescription.js +39 -0
- package/esm2015/lib/RangeBarSeriesDescriptionMetadata.js +41 -0
- package/esm2015/lib/RangeBarSeriesDescriptionModule.js +20 -0
- package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm2015/lib/SVGParser.js +6 -0
- package/esm2015/lib/SVGRect.js +4 -0
- package/esm2015/lib/ScatterBaseDescription.js +71 -71
- package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm2015/lib/ScrollerView_combined.js +315 -257
- package/esm2015/lib/SectionHeaderCellInfoDescription.js +9 -9
- package/esm2015/lib/SectionHeaderDescription.js +22 -6
- package/esm2015/lib/SectionHeaderDescriptionMetadata.js +2 -0
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/SizeDefinitionCollection.js +28 -0
- package/esm2015/lib/SpanBridge.js +5 -0
- package/esm2015/lib/SparklineDescriptionMetadata.js +2 -2
- package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
- package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm2015/lib/StackedFragmentSeriesDescription.js +277 -245
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
- package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm2015/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
- package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/StackedSplineSeriesDescription.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/TemplateSectionHeaderDescription.js +3 -3
- package/esm2015/lib/TextCellInfoDescription.js +3 -3
- package/esm2015/lib/TextColumnDescription.js +18 -18
- package/esm2015/lib/TextHeaderCellInfoDescription.js +167 -15
- package/esm2015/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
- package/esm2015/lib/TimeAxisBaseDescription.js +22 -22
- package/esm2015/lib/TimeAxisIntervalDescription.js +3 -3
- package/esm2015/lib/TimeXAxisDescription.js +11 -11
- package/esm2015/lib/ToolActionButtonDescription.js +6 -6
- package/esm2015/lib/ToolActionButtonPairDescription.js +103 -103
- package/esm2015/lib/ToolActionCheckboxDescription.js +33 -25
- package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionCheckboxGroupDescription.js +71 -0
- package/esm2015/lib/ToolActionCheckboxGroupDescriptionMetadata.js +45 -0
- package/esm2015/lib/ToolActionCheckboxGroupDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionCheckboxGroupInfo.js +37 -0
- package/esm2015/lib/ToolActionCheckboxGroupInfoDescription.js +41 -0
- package/esm2015/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionCheckboxInfo.js +7 -0
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +8 -0
- package/esm2015/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionCheckboxListDescription.js +84 -20
- package/esm2015/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
- package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm2015/lib/ToolActionComboDescription.js +12 -12
- package/esm2015/lib/ToolActionDescription.js +140 -116
- package/esm2015/lib/ToolActionDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/ToolActionFieldSelectorDescription.js +21 -21
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm2015/lib/ToolActionIconButtonDescription.js +31 -31
- package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioDescription.js +39 -31
- package/esm2015/lib/ToolActionRadioDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionRadioGroupDescription.js +71 -0
- package/esm2015/lib/ToolActionRadioGroupDescriptionMetadata.js +45 -0
- package/esm2015/lib/ToolActionRadioGroupDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionRadioGroupInfo.js +37 -0
- package/esm2015/lib/ToolActionRadioGroupInfoDescription.js +41 -0
- package/esm2015/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionRadioInfo.js +7 -0
- package/esm2015/lib/ToolActionRadioInfoDescription.js +8 -0
- package/esm2015/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm2015/lib/ToolActionSubPanelDescription.js +3 -3
- package/esm2015/lib/ToolActionSubPanelInfo.js +10 -0
- package/esm2015/lib/ToolActionSubPanelInfoDescription.js +8 -0
- package/esm2015/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
- package/esm2015/lib/ToolActionType.js +3 -1
- package/esm2015/lib/ToolPanelDescription.js +193 -169
- package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolPanelDescriptionModule.js +10 -6
- package/esm2015/lib/ToolbarDescription.js +133 -117
- package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -2
- package/esm2015/lib/TreemapDescriptionMetadata.js +4 -4
- package/esm2015/lib/TypeDescriptionPlatform.js +2 -1
- package/esm2015/lib/UIElementPropertyId.js +1 -1
- package/esm2015/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
- package/esm2015/lib/ValueLayerDescriptionMetadata.js +1 -1
- package/esm2015/lib/ValueOverlayDescriptionMetadata.js +1 -1
- package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/VerticalRangeCategorySeriesDescription.js +71 -0
- package/esm2015/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +45 -0
- package/esm2015/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +18 -0
- package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
- package/esm2015/lib/XYChartDescription.js +229 -229
- package/esm2015/lib/XYChartDescriptionMetadata.js +4 -2
- package/esm2015/lib/XamMultiScaleImageView_combined.js +3 -3
- package/esm2015/lib/ZoomSliderDescriptionMetadata.js +3 -3
- package/esm2015/lib/angular-renderer.js +18 -0
- package/esm2015/lib/array.js +33 -0
- package/esm2015/lib/componentUtil.js +101 -0
- package/esm2015/lib/dictionary.js +14 -3
- package/esm2015/lib/dom.js +12 -0
- package/esm2015/lib/igx-grid-layout-size-definition.js +60 -0
- package/esm2015/lib/igx-size-definition-collection.js +53 -0
- package/esm2015/lib/type.js +53 -0
- package/esm2015/public_api.js +29 -0
- package/esm5/lib/AbsolutePanelBridge.js +6 -6
- package/esm5/lib/AggregatedDataProviderLayerInfo.js +12 -2
- package/esm5/lib/AggregatedDataProvider_combined.js +1 -1
- package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm5/lib/AnchoredRadialSeriesDescription.js +35 -35
- package/esm5/lib/AreaSeriesDescription.js +3 -3
- package/esm5/lib/AxisDescriptionMetadata.js +8 -8
- package/esm5/lib/BarSeriesDescription.js +6 -6
- package/esm5/lib/BaseDOMEventProxy_combined.js +441 -438
- package/esm5/lib/BubbleSeriesDescription.js +40 -40
- package/esm5/lib/BulletGraphDescriptionMetadata.js +2 -2
- package/esm5/lib/CanvasGestureDOMEventProxy.js +265 -264
- package/esm5/lib/CanvasScalingHelpers.js +1 -1
- package/esm5/lib/CategoryAngleAxisDescription.js +30 -30
- package/esm5/lib/CategoryAxisBaseDescription.js +32 -20
- package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/CategoryChartDescription.js +158 -134
- package/esm5/lib/CategoryChartDescriptionMetadata.js +4 -2
- package/esm5/lib/CategoryDateTimeXAxisDescription.js +22 -22
- package/esm5/lib/CategoryItemHighlightLayerDescriptionMetadata.js +1 -1
- package/esm5/lib/CategorySeriesDescription.js +22 -22
- package/esm5/lib/CategoryXAxisDescription.js +36 -36
- package/esm5/lib/CategoryYAxisDescription.js +34 -34
- package/esm5/lib/CellInfoDescription.js +213 -177
- package/esm5/lib/CellInfoDescriptionMetadata.js +7 -4
- package/esm5/lib/CodeGenerationLibraryItem.js +4 -3
- package/esm5/lib/CodeGenerationLibraryItemPlatform.js +2 -1
- package/esm5/lib/CodeGenerationTargetPlatforms.js +2 -1
- package/esm5/lib/ColumnFragmentDescription.js +6 -6
- package/esm5/lib/ColumnSeriesDescription.js +9 -9
- package/esm5/lib/ComboBoxColumnDescription.js +15 -15
- package/esm5/lib/ComponentRendererAdapter.js +2 -0
- package/esm5/lib/ComponentRenderer_combined.js +112 -71
- package/esm5/lib/DashboardTileDescriptionMetadata.js +2 -2
- package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +1 -1
- package/esm5/lib/DataChartCategoryDescriptionModule.js +2 -0
- package/esm5/lib/DataChartDescriptionMetadata.js +2 -2
- package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +44 -11
- package/esm5/lib/DataGridColumnDescription.js +535 -163
- package/esm5/lib/DataGridColumnDescriptionMetadata.js +35 -4
- package/esm5/lib/DataGridDescription.js +896 -572
- package/esm5/lib/DataGridFilterDialogDescription.js +240 -24
- package/esm5/lib/DataGridFilterDialogDescriptionMetadata.js +18 -0
- package/esm5/lib/DataGridPagerDescription.js +44 -20
- package/esm5/lib/DataGridPagerDescriptionMetadata.js +2 -0
- package/esm5/lib/DataLegendDescriptionMetadata.js +12 -12
- package/esm5/lib/DataPieBaseChartDescription.js +149 -125
- package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +2 -0
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DataPieChartDescriptionMetadata.js +2 -2
- package/esm5/lib/DataSeries.js +1 -1
- package/esm5/lib/DataSeriesMarker.js +7 -3
- package/esm5/lib/DataSourceSpecialRow.js +3 -26
- package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +10 -10
- package/esm5/lib/DateTimeCellInfoDescription.js +18 -18
- package/esm5/lib/DateTimeColumnDescription.js +36 -36
- package/esm5/lib/DefinitionBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/DescriptionSerializer.js +3 -2
- package/esm5/lib/DivBridge.js +1 -1
- package/esm5/lib/DomainChartDescription.js +641 -557
- package/esm5/lib/DomainChartDescriptionMetadata.js +23 -13
- package/esm5/lib/DoughnutChartDescriptionMetadata.js +2 -2
- package/esm5/lib/EditorCellInfoDescription.js +38 -38
- package/esm5/lib/EventProxy.js +83 -77
- package/esm5/lib/FilterCellInfoDescription.js +36 -36
- package/esm5/lib/FilterSyntaxLexer.js +2 -2
- package/esm5/lib/FinancialChartDescription.js +167 -167
- package/esm5/lib/FinancialChartDescriptionMetadata.js +2 -2
- package/esm5/lib/FlatDataProvider_combined.js +150 -143
- package/esm5/lib/FontStringUtil.js +3 -1
- package/esm5/lib/GeographicMapDescriptionMetadata.js +2 -2
- package/esm5/lib/GeographicMarkerSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/GeographicShapeSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/GridBridge.js +23 -11
- package/esm5/lib/GridLayout.js +7 -0
- package/esm5/lib/GridLayoutLayoutInfo.js +29 -0
- package/esm5/lib/GridLayoutSizeDefinition.js +39 -0
- package/esm5/lib/GridLayoutSizeInfo.js +27 -0
- package/esm5/lib/GridLayoutSizeType.js +29 -0
- package/esm5/lib/GridLayoutView.js +7 -0
- package/esm5/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.js +7 -0
- package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/IComponentRendererAdapter_combined.js +5 -0
- package/esm5/lib/IGridLayoutView.js +7 -0
- package/esm5/lib/IGridLayoutView_combined.js +539 -0
- package/esm5/lib/INativeUIElementBridge_combined.js +172 -162
- package/esm5/lib/IRenderer_combined.js +120 -20
- package/esm5/lib/IgcButtonBridge.js +1 -1
- package/esm5/lib/ImageCellInfoDescription.js +9 -9
- package/esm5/lib/ImageColumnDescription.js +21 -21
- package/esm5/lib/ItemLegendDescriptionMetadata.js +2 -2
- package/esm5/lib/JsonDictionaryValue.js +2 -1
- package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +57 -7
- package/esm5/lib/LegendDescriptionMetadata.js +2 -2
- package/esm5/lib/LineSeriesDescription.js +3 -3
- package/esm5/lib/LinearGaugeDescriptionMetadata.js +2 -2
- package/esm5/lib/MarkerSeriesDescription.js +40 -28
- package/esm5/lib/MarkerSeriesDescriptionMetadata.js +3 -2
- package/esm5/lib/NativeUI.js +65 -53
- package/esm5/lib/NativeUIAbsolutePanel.js +8 -8
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +68 -68
- package/esm5/lib/NativeUIButtonGroup.js +43 -43
- package/esm5/lib/NativeUICheckbox.js +30 -30
- package/esm5/lib/NativeUICheckboxList.js +133 -133
- package/esm5/lib/NativeUIColorEditor.js +20 -20
- package/esm5/lib/NativeUIColumn.js +1 -1
- package/esm5/lib/NativeUICombo.js +24 -24
- package/esm5/lib/NativeUIContent.js +4 -4
- package/esm5/lib/NativeUIDropDown.js +18 -18
- package/esm5/lib/NativeUIElementBridge.js +10 -2
- package/esm5/lib/NativeUIGrid.js +63 -57
- package/esm5/lib/NativeUIIcon.js +24 -24
- package/esm5/lib/NativeUIIconButton.js +24 -24
- package/esm5/lib/NativeUIInput.js +100 -100
- package/esm5/lib/NativeUIInputsFactory.js +12 -12
- package/esm5/lib/NativeUILabel.js +19 -9
- package/esm5/lib/NativeUIPopup.js +84 -84
- package/esm5/lib/NativeUISlider.js +53 -53
- package/esm5/lib/NumericCellInfoDescription.js +39 -39
- package/esm5/lib/NumericColumnDescription.js +63 -51
- package/esm5/lib/NumericColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm5/lib/PanelBridge.js +4 -4
- package/esm5/lib/PieChartDescriptionMetadata.js +2 -2
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -5
- package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarBaseDescription.js +75 -75
- package/esm5/lib/PolarLineSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm5/lib/PopupView_combined.js +1 -1
- package/esm5/lib/PropertyEditorDescriptionMetadata.js +2 -2
- package/esm5/lib/PropertyEditorPanelDescriptionMetadata.js +2 -2
- package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +11 -11
- package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm5/lib/RadialBaseChartDescription.js +229 -229
- package/esm5/lib/RadialBaseDescription.js +93 -69
- package/esm5/lib/RadialBaseDescriptionMetadata.js +2 -0
- package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm5/lib/RadialGaugeDescriptionMetadata.js +5 -5
- package/esm5/lib/RadialLineSeriesDescription.js +3 -3
- package/esm5/lib/RadialPieSeriesDescription.js +15 -15
- package/esm5/lib/RangeBarSeriesDescription.js +49 -0
- package/esm5/lib/RangeBarSeriesDescriptionMetadata.js +45 -0
- package/esm5/lib/RangeBarSeriesDescriptionModule.js +24 -0
- package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm5/lib/SVGParser.js +6 -0
- package/esm5/lib/SVGRect.js +4 -0
- package/esm5/lib/ScatterBaseDescription.js +71 -71
- package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterPolygonSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm5/lib/ScrollerView_combined.js +315 -257
- package/esm5/lib/SectionHeaderCellInfoDescription.js +9 -9
- package/esm5/lib/SectionHeaderDescription.js +30 -6
- package/esm5/lib/SectionHeaderDescriptionMetadata.js +2 -0
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/SizeDefinitionCollection.js +30 -0
- package/esm5/lib/SpanBridge.js +5 -0
- package/esm5/lib/SparklineDescriptionMetadata.js +2 -2
- package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm5/lib/StackedBarSeriesDescription.js +6 -6
- package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm5/lib/StackedFragmentSeriesDescription.js +293 -245
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +12 -2
- package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm5/lib/StackedSeriesCreatedEventArgsDescriptionMetadata.js +1 -1
- package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/StackedSplineSeriesDescription.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/TemplateSectionHeaderDescription.js +3 -3
- package/esm5/lib/TextCellInfoDescription.js +3 -3
- package/esm5/lib/TextColumnDescription.js +18 -18
- package/esm5/lib/TextHeaderCellInfoDescription.js +243 -15
- package/esm5/lib/TextHeaderCellInfoDescriptionMetadata.js +21 -1
- package/esm5/lib/TimeAxisBaseDescription.js +22 -22
- package/esm5/lib/TimeAxisIntervalDescription.js +3 -3
- package/esm5/lib/TimeXAxisDescription.js +11 -11
- package/esm5/lib/ToolActionButtonDescription.js +6 -6
- package/esm5/lib/ToolActionButtonPairDescription.js +103 -103
- package/esm5/lib/ToolActionCheckboxDescription.js +37 -25
- package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionCheckboxGroupDescription.js +97 -0
- package/esm5/lib/ToolActionCheckboxGroupDescriptionMetadata.js +49 -0
- package/esm5/lib/ToolActionCheckboxGroupDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionCheckboxGroupInfo.js +47 -0
- package/esm5/lib/ToolActionCheckboxGroupInfoDescription.js +51 -0
- package/esm5/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionCheckboxInfo.js +11 -0
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +12 -0
- package/esm5/lib/ToolActionCheckboxInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionCheckboxListDescription.js +116 -20
- package/esm5/lib/ToolActionCheckboxListDescriptionMetadata.js +8 -0
- package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm5/lib/ToolActionComboDescription.js +12 -12
- package/esm5/lib/ToolActionDescription.js +151 -115
- package/esm5/lib/ToolActionDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/ToolActionFieldSelectorDescription.js +21 -21
- package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm5/lib/ToolActionIconButtonDescription.js +31 -31
- package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm5/lib/ToolActionRadioDescription.js +43 -31
- package/esm5/lib/ToolActionRadioDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionRadioGroupDescription.js +97 -0
- package/esm5/lib/ToolActionRadioGroupDescriptionMetadata.js +49 -0
- package/esm5/lib/ToolActionRadioGroupDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionRadioGroupInfo.js +47 -0
- package/esm5/lib/ToolActionRadioGroupInfoDescription.js +51 -0
- package/esm5/lib/ToolActionRadioGroupInfoDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionRadioInfo.js +11 -0
- package/esm5/lib/ToolActionRadioInfoDescription.js +12 -0
- package/esm5/lib/ToolActionRadioInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm5/lib/ToolActionSubPanelDescription.js +3 -3
- package/esm5/lib/ToolActionSubPanelInfo.js +13 -1
- package/esm5/lib/ToolActionSubPanelInfoDescription.js +14 -1
- package/esm5/lib/ToolActionSubPanelInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionTextInputDescription.js +3 -3
- package/esm5/lib/ToolActionType.js +3 -1
- package/esm5/lib/ToolPanelDescription.js +205 -169
- package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolPanelDescriptionModule.js +10 -6
- package/esm5/lib/ToolbarDescription.js +141 -117
- package/esm5/lib/ToolbarDescriptionMetadata.js +4 -2
- package/esm5/lib/TreemapDescriptionMetadata.js +4 -4
- package/esm5/lib/TypeDescriptionPlatform.js +2 -1
- package/esm5/lib/UIElementPropertyId.js +1 -1
- package/esm5/lib/UserShapeAnnotationDescriptionMetadata.js +1 -1
- package/esm5/lib/ValueLayerDescriptionMetadata.js +1 -1
- package/esm5/lib/ValueOverlayDescriptionMetadata.js +1 -1
- package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/VerticalRangeCategorySeriesDescription.js +97 -0
- package/esm5/lib/VerticalRangeCategorySeriesDescriptionMetadata.js +49 -0
- package/esm5/lib/VerticalRangeCategorySeriesProxyDescriptionModule.js +22 -0
- package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/WaterfallSeriesDescription.js +12 -12
- package/esm5/lib/XYChartDescription.js +229 -229
- package/esm5/lib/XYChartDescriptionMetadata.js +4 -2
- package/esm5/lib/XamMultiScaleImageView_combined.js +3 -3
- package/esm5/lib/ZoomSliderDescriptionMetadata.js +3 -3
- package/esm5/lib/angular-renderer.js +18 -0
- package/esm5/lib/array.js +33 -0
- package/esm5/lib/componentUtil.js +101 -0
- package/esm5/lib/dictionary.js +31 -3
- package/esm5/lib/dom.js +12 -0
- package/esm5/lib/igx-grid-layout-size-definition.js +74 -0
- package/esm5/lib/igx-size-definition-collection.js +58 -0
- package/esm5/lib/type.js +57 -0
- package/esm5/public_api.js +29 -0
- package/fesm2015/igniteui-angular-core.js +14095 -10831
- package/fesm5/igniteui-angular-core.js +15389 -11223
- package/lib/AggregatedDataProviderLayerInfo.d.ts +2 -1
- package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
- package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
- package/lib/AreaSeriesDescription.d.ts +1 -1
- package/lib/BarSeriesDescription.d.ts +2 -2
- package/lib/BaseDOMEventProxy_combined.d.ts +85 -84
- package/lib/BubbleSeriesDescription.d.ts +14 -14
- package/lib/CanvasGestureDOMEventProxy.d.ts +32 -32
- package/lib/CategoryAngleAxisDescription.d.ts +11 -11
- package/lib/CategoryAxisBaseDescription.d.ts +11 -8
- package/lib/CategoryChartDescription.d.ts +51 -45
- package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
- package/lib/CategorySeriesDescription.d.ts +8 -8
- package/lib/CategoryXAxisDescription.d.ts +13 -13
- package/lib/CategoryYAxisDescription.d.ts +13 -13
- package/lib/CellInfoDescription.d.ts +71 -62
- package/lib/CodeGenerationLibraryItemPlatform.d.ts +2 -1
- package/lib/CodeGenerationTargetPlatforms.d.ts +2 -1
- package/lib/ColumnFragmentDescription.d.ts +2 -2
- package/lib/ColumnSeriesDescription.d.ts +3 -3
- package/lib/ComboBoxColumnDescription.d.ts +5 -5
- package/lib/ComponentRendererAdapter.d.ts +1 -0
- package/lib/DataGridColumnDescription.d.ts +150 -57
- package/lib/DataGridDescription.d.ts +257 -176
- package/lib/DataGridFilterDialogDescription.d.ts +63 -9
- package/lib/DataGridPagerDescription.d.ts +12 -6
- package/lib/DataPieBaseChartDescription.d.ts +49 -43
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSeriesMarker.d.ts +6 -2
- package/lib/DateTimeCellInfoDescription.d.ts +6 -6
- package/lib/DateTimeColumnDescription.d.ts +12 -12
- package/lib/DomainChartDescription.d.ts +213 -192
- package/lib/EditorCellInfoDescription.d.ts +13 -13
- package/lib/EventProxy.d.ts +46 -44
- package/lib/FilterCellInfoDescription.d.ts +12 -12
- package/lib/FinancialChartDescription.d.ts +56 -56
- package/lib/FlatDataProvider_combined.d.ts +31 -28
- package/lib/GridBridge.d.ts +2 -0
- package/lib/GridLayout.d.ts +1 -0
- package/lib/GridLayoutLayoutInfo.d.ts +15 -0
- package/lib/GridLayoutSizeDefinition.d.ts +13 -0
- package/lib/GridLayoutSizeInfo.d.ts +13 -0
- package/lib/GridLayoutSizeType.d.ts +22 -0
- package/lib/GridLayoutView.d.ts +1 -0
- package/lib/GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.d.ts +1 -0
- package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
- package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/IComponentRendererAdapter_combined.d.ts +1 -0
- package/lib/IGridLayoutView.d.ts +1 -0
- package/lib/IGridLayoutView_combined.d.ts +72 -0
- package/lib/INativeUIElementBridge_combined.d.ts +71 -69
- package/lib/INativeUIGridBridge.d.ts +2 -0
- package/lib/IRenderer_combined.d.ts +16 -13
- package/lib/IScrollerKeyboardListener.d.ts +1 -0
- package/lib/ImageCellInfoDescription.d.ts +3 -3
- package/lib/ImageColumnDescription.d.ts +7 -7
- package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +14 -0
- package/lib/LineSeriesDescription.d.ts +1 -1
- package/lib/MarkerSeriesDescription.d.ts +14 -11
- package/lib/NativeUI.d.ts +37 -31
- package/lib/NativeUIAbsolutePanel.d.ts +3 -3
- package/lib/NativeUIBuiltInProperties.d.ts +94 -89
- package/lib/NativeUIButton.d.ts +33 -33
- package/lib/NativeUIButtonGroup.d.ts +22 -22
- package/lib/NativeUICheckbox.d.ts +11 -11
- package/lib/NativeUICheckboxList.d.ts +51 -51
- package/lib/NativeUIColorEditor.d.ts +5 -5
- package/lib/NativeUIColumn.d.ts +1 -1
- package/lib/NativeUICombo.d.ts +11 -11
- package/lib/NativeUIContent.d.ts +3 -3
- package/lib/NativeUIDropDown.d.ts +9 -9
- package/lib/NativeUIGrid.d.ts +31 -29
- package/lib/NativeUIIcon.d.ts +8 -8
- package/lib/NativeUIIconButton.d.ts +6 -6
- package/lib/NativeUIInput.d.ts +43 -43
- package/lib/NativeUILabel.d.ts +8 -6
- package/lib/NativeUIPopup.d.ts +36 -36
- package/lib/NativeUISlider.d.ts +23 -23
- package/lib/NumericCellInfoDescription.d.ts +13 -13
- package/lib/NumericColumnDescription.d.ts +20 -17
- package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
- package/lib/PolarAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarBaseDescription.d.ts +27 -27
- package/lib/PolarLineSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineSeriesDescription.d.ts +1 -1
- package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
- package/lib/RadialAreaSeriesDescription.d.ts +1 -1
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/RadialBaseDescription.d.ts +31 -25
- package/lib/RadialColumnSeriesDescription.d.ts +2 -2
- package/lib/RadialLineSeriesDescription.d.ts +1 -1
- package/lib/RadialPieSeriesDescription.d.ts +5 -5
- package/lib/RangeBarSeriesDescription.d.ts +16 -0
- package/lib/RangeBarSeriesDescriptionMetadata.d.ts +13 -0
- package/lib/RangeBarSeriesDescriptionModule.d.ts +9 -0
- package/lib/RangeCategorySeriesDescription.d.ts +4 -4
- package/lib/RangeColumnSeriesDescription.d.ts +2 -2
- package/lib/SVGRect.d.ts +2 -0
- package/lib/ScatterBaseDescription.d.ts +26 -26
- package/lib/ScatterLineSeriesDescription.d.ts +1 -1
- package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
- package/lib/ScrollerView_combined.d.ts +51 -41
- package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
- package/lib/SectionHeaderDescription.d.ts +8 -2
- package/lib/SizeDefinitionCollection.d.ts +12 -0
- package/lib/SplineSeriesBaseDescription.d.ts +2 -2
- package/lib/StackedBarSeriesDescription.d.ts +2 -2
- package/lib/StackedColumnSeriesDescription.d.ts +2 -2
- package/lib/StackedFragmentSeriesDescription.d.ts +99 -87
- package/lib/StackedSeriesBaseDescription.d.ts +4 -4
- package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/StackedSplineSeriesDescription.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/TemplateSectionHeaderDescription.d.ts +1 -1
- package/lib/TextCellInfoDescription.d.ts +1 -1
- package/lib/TextColumnDescription.d.ts +6 -6
- package/lib/TextHeaderCellInfoDescription.d.ts +62 -5
- package/lib/TimeAxisBaseDescription.d.ts +8 -8
- package/lib/TimeAxisIntervalDescription.d.ts +1 -1
- package/lib/TimeXAxisDescription.d.ts +4 -4
- package/lib/ToolActionButtonDescription.d.ts +2 -2
- package/lib/ToolActionButtonPairDescription.d.ts +37 -37
- package/lib/ToolActionCheckboxDescription.d.ts +12 -9
- package/lib/ToolActionCheckboxGroupDescription.d.ts +28 -0
- package/lib/ToolActionCheckboxGroupDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionCheckboxGroupDescriptionModule.d.ts +9 -0
- package/lib/ToolActionCheckboxGroupInfo.d.ts +16 -0
- package/lib/ToolActionCheckboxGroupInfoDescription.d.ts +18 -0
- package/lib/ToolActionCheckboxGroupInfoDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionCheckboxInfo.d.ts +3 -0
- package/lib/ToolActionCheckboxInfoDescription.d.ts +3 -0
- package/lib/ToolActionCheckboxListDescription.d.ts +31 -7
- package/lib/ToolActionColorEditorDescription.d.ts +1 -1
- package/lib/ToolActionComboDescription.d.ts +4 -4
- package/lib/ToolActionDescription.d.ts +49 -40
- package/lib/ToolActionFieldSelectorDescription.d.ts +7 -7
- package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
- package/lib/ToolActionIconButtonDescription.d.ts +11 -11
- package/lib/ToolActionIconMenuDescription.d.ts +3 -3
- package/lib/ToolActionNumberInputDescription.d.ts +1 -1
- package/lib/ToolActionRadioDescription.d.ts +14 -11
- package/lib/ToolActionRadioGroupDescription.d.ts +28 -0
- package/lib/ToolActionRadioGroupDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionRadioGroupDescriptionModule.d.ts +9 -0
- package/lib/ToolActionRadioGroupInfo.d.ts +16 -0
- package/lib/ToolActionRadioGroupInfoDescription.d.ts +18 -0
- package/lib/ToolActionRadioGroupInfoDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionRadioInfo.d.ts +3 -0
- package/lib/ToolActionRadioInfoDescription.d.ts +3 -0
- package/lib/ToolActionSeparatorDescription.d.ts +2 -2
- package/lib/ToolActionSubPanelDescription.d.ts +1 -1
- package/lib/ToolActionSubPanelInfo.d.ts +3 -0
- package/lib/ToolActionSubPanelInfoDescription.d.ts +3 -0
- package/lib/ToolActionTextInputDescription.d.ts +1 -1
- package/lib/ToolActionType.d.ts +3 -1
- package/lib/ToolPanelDescription.d.ts +68 -59
- package/lib/ToolbarDescription.d.ts +46 -40
- package/lib/TypeDescriptionPlatform.d.ts +2 -1
- package/lib/UIElementPropertyId.d.ts +3 -1
- package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/VerticalRangeCategorySeriesDescription.d.ts +28 -0
- package/lib/VerticalRangeCategorySeriesDescriptionMetadata.d.ts +13 -0
- package/lib/VerticalRangeCategorySeriesProxyDescriptionModule.d.ts +9 -0
- package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/WaterfallSeriesDescription.d.ts +4 -4
- package/lib/XYChartDescription.d.ts +80 -80
- package/lib/angular-renderer.d.ts +3 -1
- package/lib/array.d.ts +5 -0
- package/lib/componentUtil.d.ts +2 -0
- package/lib/dictionary.d.ts +5 -3
- package/lib/dom.d.ts +4 -0
- package/lib/igx-grid-layout-size-definition.d.ts +31 -0
- package/lib/igx-size-definition-collection.d.ts +8 -0
- package/lib/type.d.ts +24 -1
- package/package.json +1 -1
- package/public_api.d.ts +29 -0
|
@@ -12,46 +12,67 @@ import { Type } from "./type";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare abstract class DomainChartDescription extends Description {
|
|
14
14
|
static $t: Type;
|
|
15
|
+
private gb;
|
|
16
|
+
get titleFontSize(): number;
|
|
17
|
+
set titleFontSize(a: number);
|
|
18
|
+
private ou;
|
|
19
|
+
get titleFontWeight(): string;
|
|
20
|
+
set titleFontWeight(a: string);
|
|
21
|
+
private ot;
|
|
22
|
+
get titleFontStyle(): string;
|
|
23
|
+
set titleFontStyle(a: string);
|
|
24
|
+
private on;
|
|
25
|
+
get subtitleFontFamily(): string;
|
|
26
|
+
set subtitleFontFamily(a: string);
|
|
27
|
+
private f5;
|
|
28
|
+
get subtitleFontSize(): number;
|
|
29
|
+
set subtitleFontSize(a: number);
|
|
30
|
+
private op;
|
|
31
|
+
get subtitleFontWeight(): string;
|
|
32
|
+
set subtitleFontWeight(a: string);
|
|
33
|
+
private oo;
|
|
34
|
+
get subtitleFontStyle(): string;
|
|
35
|
+
set subtitleFontStyle(a: string);
|
|
15
36
|
protected get_type(): string;
|
|
16
37
|
get type(): string;
|
|
17
38
|
constructor();
|
|
18
39
|
private fx;
|
|
19
40
|
get pixelScalingRatio(): number;
|
|
20
41
|
set pixelScalingRatio(a: number);
|
|
21
|
-
private
|
|
42
|
+
private gc;
|
|
22
43
|
get titleLeftMargin(): number;
|
|
23
44
|
set titleLeftMargin(a: number);
|
|
24
|
-
private
|
|
45
|
+
private gd;
|
|
25
46
|
get titleRightMargin(): number;
|
|
26
47
|
set titleRightMargin(a: number);
|
|
27
|
-
private
|
|
48
|
+
private ge;
|
|
28
49
|
get titleTopMargin(): number;
|
|
29
50
|
set titleTopMargin(a: number);
|
|
30
|
-
private
|
|
51
|
+
private ga;
|
|
31
52
|
get titleBottomMargin(): number;
|
|
32
53
|
set titleBottomMargin(a: number);
|
|
33
|
-
private
|
|
54
|
+
private f6;
|
|
34
55
|
get subtitleLeftMargin(): number;
|
|
35
56
|
set subtitleLeftMargin(a: number);
|
|
36
|
-
private
|
|
57
|
+
private f8;
|
|
37
58
|
get subtitleTopMargin(): number;
|
|
38
59
|
set subtitleTopMargin(a: number);
|
|
39
|
-
private
|
|
60
|
+
private f7;
|
|
40
61
|
get subtitleRightMargin(): number;
|
|
41
62
|
set subtitleRightMargin(a: number);
|
|
42
63
|
private f4;
|
|
43
64
|
get subtitleBottomMargin(): number;
|
|
44
65
|
set subtitleBottomMargin(a: number);
|
|
45
|
-
private
|
|
66
|
+
private oq;
|
|
46
67
|
get subtitleTextColor(): string;
|
|
47
68
|
set subtitleTextColor(a: string);
|
|
48
|
-
private
|
|
69
|
+
private ov;
|
|
49
70
|
get titleTextColor(): string;
|
|
50
71
|
set titleTextColor(a: string);
|
|
51
72
|
private fu;
|
|
52
73
|
get leftMargin(): number;
|
|
53
74
|
set leftMargin(a: number);
|
|
54
|
-
private
|
|
75
|
+
private gf;
|
|
55
76
|
get topMargin(): number;
|
|
56
77
|
set topMargin(a: number);
|
|
57
78
|
private f3;
|
|
@@ -60,28 +81,28 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
60
81
|
private ds;
|
|
61
82
|
get bottomMargin(): number;
|
|
62
83
|
set bottomMargin(a: number);
|
|
63
|
-
private
|
|
84
|
+
private ka;
|
|
64
85
|
get transitionDuration(): number;
|
|
65
86
|
set transitionDuration(a: number);
|
|
66
|
-
private
|
|
87
|
+
private oy;
|
|
67
88
|
get transitionEasingFunctionRef(): string;
|
|
68
89
|
set transitionEasingFunctionRef(a: string);
|
|
69
|
-
private
|
|
90
|
+
private j6;
|
|
70
91
|
get highlightingTransitionDuration(): number;
|
|
71
92
|
set highlightingTransitionDuration(a: number);
|
|
72
|
-
private
|
|
93
|
+
private j9;
|
|
73
94
|
get selectionTransitionDuration(): number;
|
|
74
95
|
set selectionTransitionDuration(a: number);
|
|
75
|
-
private
|
|
96
|
+
private j4;
|
|
76
97
|
get focusTransitionDuration(): number;
|
|
77
98
|
set focusTransitionDuration(a: number);
|
|
78
|
-
private
|
|
99
|
+
private or;
|
|
79
100
|
get subtitleTextStyle(): string;
|
|
80
101
|
set subtitleTextStyle(a: string);
|
|
81
|
-
private
|
|
102
|
+
private ow;
|
|
82
103
|
get titleTextStyle(): string;
|
|
83
104
|
set titleTextStyle(a: string);
|
|
84
|
-
private
|
|
105
|
+
private lm;
|
|
85
106
|
get dataToolTipGroupingMode(): string;
|
|
86
107
|
set dataToolTipGroupingMode(a: string);
|
|
87
108
|
private ep;
|
|
@@ -96,10 +117,10 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
96
117
|
private d1;
|
|
97
118
|
get dataToolTipDefaultPositionOffsetY(): number;
|
|
98
119
|
set dataToolTipDefaultPositionOffsetY(a: number);
|
|
99
|
-
private
|
|
120
|
+
private lk;
|
|
100
121
|
get dataToolTipGroupedPositionModeX(): string;
|
|
101
122
|
set dataToolTipGroupedPositionModeX(a: string);
|
|
102
|
-
private
|
|
123
|
+
private ll;
|
|
103
124
|
get dataToolTipGroupedPositionModeY(): string;
|
|
104
125
|
set dataToolTipGroupedPositionModeY(a: string);
|
|
105
126
|
private ca;
|
|
@@ -117,25 +138,25 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
117
138
|
private o;
|
|
118
139
|
get dataToolTipExcludedColumns(): string[];
|
|
119
140
|
set dataToolTipExcludedColumns(a: string[]);
|
|
120
|
-
private
|
|
141
|
+
private mz;
|
|
121
142
|
get dataToolTipValueFormatAbbreviation(): string;
|
|
122
143
|
set dataToolTipValueFormatAbbreviation(a: string);
|
|
123
|
-
private
|
|
144
|
+
private j0;
|
|
124
145
|
get dataToolTipValueFormatMaxFractions(): number;
|
|
125
146
|
set dataToolTipValueFormatMaxFractions(a: number);
|
|
126
|
-
private
|
|
147
|
+
private j1;
|
|
127
148
|
get dataToolTipValueFormatMinFractions(): number;
|
|
128
149
|
set dataToolTipValueFormatMinFractions(a: number);
|
|
129
|
-
private
|
|
150
|
+
private m1;
|
|
130
151
|
get dataToolTipValueFormatMode(): string;
|
|
131
152
|
set dataToolTipValueFormatMode(a: string);
|
|
132
|
-
private
|
|
153
|
+
private m0;
|
|
133
154
|
get dataToolTipValueFormatCulture(): string;
|
|
134
155
|
set dataToolTipValueFormatCulture(a: string);
|
|
135
156
|
private cb;
|
|
136
157
|
get dataToolTipValueFormatUseGrouping(): boolean;
|
|
137
158
|
set dataToolTipValueFormatUseGrouping(a: boolean);
|
|
138
|
-
private
|
|
159
|
+
private m2;
|
|
139
160
|
get dataToolTipValueFormatString(): string;
|
|
140
161
|
set dataToolTipValueFormatString(a: string);
|
|
141
162
|
private t;
|
|
@@ -156,7 +177,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
156
177
|
private cc;
|
|
157
178
|
get dataToolTipValueRowVisible(): boolean;
|
|
158
179
|
set dataToolTipValueRowVisible(a: boolean);
|
|
159
|
-
private
|
|
180
|
+
private m7;
|
|
160
181
|
get dataToolTipValueTextWhenMissingData(): string;
|
|
161
182
|
set dataToolTipValueTextWhenMissingData(a: string);
|
|
162
183
|
private cd;
|
|
@@ -174,40 +195,40 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
174
195
|
private fl;
|
|
175
196
|
get dataToolTipValueTextMarginTop(): number;
|
|
176
197
|
set dataToolTipValueTextMarginTop(a: number);
|
|
177
|
-
private
|
|
198
|
+
private m3;
|
|
178
199
|
get dataToolTipValueTextColor(): string;
|
|
179
200
|
set dataToolTipValueTextColor(a: string);
|
|
180
|
-
private
|
|
201
|
+
private m4;
|
|
181
202
|
get dataToolTipValueTextFontFamily(): string;
|
|
182
203
|
set dataToolTipValueTextFontFamily(a: string);
|
|
183
204
|
private fh;
|
|
184
205
|
get dataToolTipValueTextFontSize(): number;
|
|
185
206
|
set dataToolTipValueTextFontSize(a: number);
|
|
186
|
-
private
|
|
207
|
+
private m5;
|
|
187
208
|
get dataToolTipValueTextFontStyle(): string;
|
|
188
209
|
set dataToolTipValueTextFontStyle(a: string);
|
|
189
|
-
private
|
|
210
|
+
private m6;
|
|
190
211
|
get dataToolTipValueTextFontWeight(): string;
|
|
191
212
|
set dataToolTipValueTextFontWeight(a: string);
|
|
192
|
-
private
|
|
213
|
+
private lt;
|
|
193
214
|
get dataToolTipHeaderFormatString(): string;
|
|
194
215
|
set dataToolTipHeaderFormatString(a: string);
|
|
195
216
|
private q;
|
|
196
217
|
get dataToolTipHeaderFormatSpecifiers(): FormatSpecifierDescription[];
|
|
197
218
|
set dataToolTipHeaderFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
198
|
-
private
|
|
219
|
+
private lr;
|
|
199
220
|
get dataToolTipHeaderFormatCulture(): string;
|
|
200
221
|
set dataToolTipHeaderFormatCulture(a: string);
|
|
201
|
-
private
|
|
222
|
+
private ls;
|
|
202
223
|
get dataToolTipHeaderFormatDate(): string;
|
|
203
224
|
set dataToolTipHeaderFormatDate(a: string);
|
|
204
|
-
private
|
|
225
|
+
private lu;
|
|
205
226
|
get dataToolTipHeaderFormatTime(): string;
|
|
206
227
|
set dataToolTipHeaderFormatTime(a: string);
|
|
207
|
-
private
|
|
228
|
+
private lv;
|
|
208
229
|
get dataToolTipHeaderText(): string;
|
|
209
230
|
set dataToolTipHeaderText(a: string);
|
|
210
|
-
private
|
|
231
|
+
private lw;
|
|
211
232
|
get dataToolTipHeaderTextColor(): string;
|
|
212
233
|
set dataToolTipHeaderTextColor(a: string);
|
|
213
234
|
private eg;
|
|
@@ -237,19 +258,19 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
237
258
|
private b9;
|
|
238
259
|
get dataToolTipHeaderRowVisible(): boolean;
|
|
239
260
|
set dataToolTipHeaderRowVisible(a: boolean);
|
|
240
|
-
private
|
|
261
|
+
private lx;
|
|
241
262
|
get dataToolTipHeaderTextFontFamily(): string;
|
|
242
263
|
set dataToolTipHeaderTextFontFamily(a: string);
|
|
243
264
|
private ef;
|
|
244
265
|
get dataToolTipHeaderTextFontSize(): number;
|
|
245
266
|
set dataToolTipHeaderTextFontSize(a: number);
|
|
246
|
-
private
|
|
267
|
+
private ly;
|
|
247
268
|
get dataToolTipHeaderTextFontStyle(): string;
|
|
248
269
|
set dataToolTipHeaderTextFontStyle(a: string);
|
|
249
|
-
private
|
|
270
|
+
private lz;
|
|
250
271
|
get dataToolTipHeaderTextFontWeight(): string;
|
|
251
272
|
set dataToolTipHeaderTextFontWeight(a: string);
|
|
252
|
-
private
|
|
273
|
+
private ln;
|
|
253
274
|
get dataToolTipGroupTextColor(): string;
|
|
254
275
|
set dataToolTipGroupTextColor(a: string);
|
|
255
276
|
private d7;
|
|
@@ -279,37 +300,37 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
279
300
|
private b8;
|
|
280
301
|
get dataToolTipGroupRowVisible(): boolean;
|
|
281
302
|
set dataToolTipGroupRowVisible(a: boolean);
|
|
282
|
-
private
|
|
303
|
+
private lo;
|
|
283
304
|
get dataToolTipGroupTextFontFamily(): string;
|
|
284
305
|
set dataToolTipGroupTextFontFamily(a: string);
|
|
285
306
|
private d6;
|
|
286
307
|
get dataToolTipGroupTextFontSize(): number;
|
|
287
308
|
set dataToolTipGroupTextFontSize(a: number);
|
|
288
|
-
private
|
|
309
|
+
private lp;
|
|
289
310
|
get dataToolTipGroupTextFontStyle(): string;
|
|
290
311
|
set dataToolTipGroupTextFontStyle(a: string);
|
|
291
|
-
private
|
|
312
|
+
private lq;
|
|
292
313
|
get dataToolTipGroupTextFontWeight(): string;
|
|
293
314
|
set dataToolTipGroupTextFontWeight(a: string);
|
|
294
|
-
private
|
|
315
|
+
private mb;
|
|
295
316
|
get dataToolTipSummaryTitleTextColor(): string;
|
|
296
317
|
set dataToolTipSummaryTitleTextColor(a: string);
|
|
297
|
-
private
|
|
318
|
+
private mc;
|
|
298
319
|
get dataToolTipSummaryTitleTextFontFamily(): string;
|
|
299
320
|
set dataToolTipSummaryTitleTextFontFamily(a: string);
|
|
300
321
|
private ew;
|
|
301
322
|
get dataToolTipSummaryTitleTextFontSize(): number;
|
|
302
323
|
set dataToolTipSummaryTitleTextFontSize(a: number);
|
|
303
|
-
private
|
|
324
|
+
private md;
|
|
304
325
|
get dataToolTipSummaryTitleTextFontStyle(): string;
|
|
305
326
|
set dataToolTipSummaryTitleTextFontStyle(a: string);
|
|
306
|
-
private
|
|
327
|
+
private me;
|
|
307
328
|
get dataToolTipSummaryTitleTextFontWeight(): string;
|
|
308
329
|
set dataToolTipSummaryTitleTextFontWeight(a: string);
|
|
309
|
-
private
|
|
330
|
+
private mf;
|
|
310
331
|
get dataToolTipSummaryType(): string;
|
|
311
332
|
set dataToolTipSummaryType(a: string);
|
|
312
|
-
private
|
|
333
|
+
private ma;
|
|
313
334
|
get dataToolTipSummaryTitleText(): string;
|
|
314
335
|
set dataToolTipSummaryTitleText(a: string);
|
|
315
336
|
private ex;
|
|
@@ -336,55 +357,55 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
336
357
|
private ev;
|
|
337
358
|
get dataToolTipSummaryRowMarginTop(): number;
|
|
338
359
|
set dataToolTipSummaryRowMarginTop(a: number);
|
|
339
|
-
private
|
|
360
|
+
private ml;
|
|
340
361
|
get dataToolTipSummaryValueTextColor(): string;
|
|
341
362
|
set dataToolTipSummaryValueTextColor(a: string);
|
|
342
|
-
private
|
|
363
|
+
private mm;
|
|
343
364
|
get dataToolTipSummaryValueTextFontFamily(): string;
|
|
344
365
|
set dataToolTipSummaryValueTextFontFamily(a: string);
|
|
345
366
|
private e2;
|
|
346
367
|
get dataToolTipSummaryValueTextFontSize(): number;
|
|
347
368
|
set dataToolTipSummaryValueTextFontSize(a: number);
|
|
348
|
-
private
|
|
369
|
+
private mn;
|
|
349
370
|
get dataToolTipSummaryValueTextFontStyle(): string;
|
|
350
371
|
set dataToolTipSummaryValueTextFontStyle(a: string);
|
|
351
|
-
private
|
|
372
|
+
private mo;
|
|
352
373
|
get dataToolTipSummaryValueTextFontWeight(): string;
|
|
353
374
|
set dataToolTipSummaryValueTextFontWeight(a: string);
|
|
354
|
-
private
|
|
375
|
+
private l5;
|
|
355
376
|
get dataToolTipSummaryLabelText(): string;
|
|
356
377
|
set dataToolTipSummaryLabelText(a: string);
|
|
357
|
-
private
|
|
378
|
+
private l6;
|
|
358
379
|
get dataToolTipSummaryLabelTextColor(): string;
|
|
359
380
|
set dataToolTipSummaryLabelTextColor(a: string);
|
|
360
|
-
private
|
|
381
|
+
private l7;
|
|
361
382
|
get dataToolTipSummaryLabelTextFontFamily(): string;
|
|
362
383
|
set dataToolTipSummaryLabelTextFontFamily(a: string);
|
|
363
384
|
private er;
|
|
364
385
|
get dataToolTipSummaryLabelTextFontSize(): number;
|
|
365
386
|
set dataToolTipSummaryLabelTextFontSize(a: number);
|
|
366
|
-
private
|
|
387
|
+
private l8;
|
|
367
388
|
get dataToolTipSummaryLabelTextFontStyle(): string;
|
|
368
389
|
set dataToolTipSummaryLabelTextFontStyle(a: string);
|
|
369
|
-
private
|
|
390
|
+
private l9;
|
|
370
391
|
get dataToolTipSummaryLabelTextFontWeight(): string;
|
|
371
392
|
set dataToolTipSummaryLabelTextFontWeight(a: string);
|
|
372
|
-
private
|
|
393
|
+
private mg;
|
|
373
394
|
get dataToolTipSummaryUnitsText(): string;
|
|
374
395
|
set dataToolTipSummaryUnitsText(a: string);
|
|
375
|
-
private
|
|
396
|
+
private mh;
|
|
376
397
|
get dataToolTipSummaryUnitsTextColor(): string;
|
|
377
398
|
set dataToolTipSummaryUnitsTextColor(a: string);
|
|
378
|
-
private
|
|
399
|
+
private mi;
|
|
379
400
|
get dataToolTipSummaryUnitsTextFontFamily(): string;
|
|
380
401
|
set dataToolTipSummaryUnitsTextFontFamily(a: string);
|
|
381
402
|
private e1;
|
|
382
403
|
get dataToolTipSummaryUnitsTextFontSize(): number;
|
|
383
404
|
set dataToolTipSummaryUnitsTextFontSize(a: number);
|
|
384
|
-
private
|
|
405
|
+
private mj;
|
|
385
406
|
get dataToolTipSummaryUnitsTextFontStyle(): string;
|
|
386
407
|
set dataToolTipSummaryUnitsTextFontStyle(a: string);
|
|
387
|
-
private
|
|
408
|
+
private mk;
|
|
388
409
|
get dataToolTipSummaryUnitsTextFontWeight(): string;
|
|
389
410
|
set dataToolTipSummaryUnitsTextFontWeight(a: string);
|
|
390
411
|
private dw;
|
|
@@ -399,16 +420,16 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
399
420
|
private dz;
|
|
400
421
|
get dataToolTipBadgeMarginTop(): number;
|
|
401
422
|
set dataToolTipBadgeMarginTop(a: number);
|
|
402
|
-
private
|
|
423
|
+
private lj;
|
|
403
424
|
get dataToolTipBadgeShape(): string;
|
|
404
425
|
set dataToolTipBadgeShape(a: string);
|
|
405
|
-
private
|
|
426
|
+
private mt;
|
|
406
427
|
get dataToolTipUnitsDisplayMode(): string;
|
|
407
428
|
set dataToolTipUnitsDisplayMode(a: string);
|
|
408
|
-
private
|
|
429
|
+
private mu;
|
|
409
430
|
get dataToolTipUnitsText(): string;
|
|
410
431
|
set dataToolTipUnitsText(a: string);
|
|
411
|
-
private
|
|
432
|
+
private mv;
|
|
412
433
|
get dataToolTipUnitsTextColor(): string;
|
|
413
434
|
set dataToolTipUnitsTextColor(a: string);
|
|
414
435
|
private e9;
|
|
@@ -423,16 +444,16 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
423
444
|
private fc;
|
|
424
445
|
get dataToolTipUnitsTextMarginTop(): number;
|
|
425
446
|
set dataToolTipUnitsTextMarginTop(a: number);
|
|
426
|
-
private
|
|
447
|
+
private mw;
|
|
427
448
|
get dataToolTipUnitsTextFontFamily(): string;
|
|
428
449
|
set dataToolTipUnitsTextFontFamily(a: string);
|
|
429
450
|
private e8;
|
|
430
451
|
get dataToolTipUnitsTextFontSize(): number;
|
|
431
452
|
set dataToolTipUnitsTextFontSize(a: number);
|
|
432
|
-
private
|
|
453
|
+
private mx;
|
|
433
454
|
get dataToolTipUnitsTextFontStyle(): string;
|
|
434
455
|
set dataToolTipUnitsTextFontStyle(a: string);
|
|
435
|
-
private
|
|
456
|
+
private my;
|
|
436
457
|
get dataToolTipUnitsTextFontWeight(): string;
|
|
437
458
|
set dataToolTipUnitsTextFontWeight(a: string);
|
|
438
459
|
private e4;
|
|
@@ -447,25 +468,25 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
447
468
|
private e7;
|
|
448
469
|
get dataToolTipTitleTextMarginTop(): number;
|
|
449
470
|
set dataToolTipTitleTextMarginTop(a: number);
|
|
450
|
-
private
|
|
471
|
+
private mp;
|
|
451
472
|
get dataToolTipTitleTextColor(): string;
|
|
452
473
|
set dataToolTipTitleTextColor(a: string);
|
|
453
|
-
private
|
|
474
|
+
private mq;
|
|
454
475
|
get dataToolTipTitleTextFontFamily(): string;
|
|
455
476
|
set dataToolTipTitleTextFontFamily(a: string);
|
|
456
477
|
private e3;
|
|
457
478
|
get dataToolTipTitleTextFontSize(): number;
|
|
458
479
|
set dataToolTipTitleTextFontSize(a: number);
|
|
459
|
-
private
|
|
480
|
+
private mr;
|
|
460
481
|
get dataToolTipTitleTextFontStyle(): string;
|
|
461
482
|
set dataToolTipTitleTextFontStyle(a: string);
|
|
462
|
-
private
|
|
483
|
+
private ms;
|
|
463
484
|
get dataToolTipTitleTextFontWeight(): string;
|
|
464
485
|
set dataToolTipTitleTextFontWeight(a: string);
|
|
465
|
-
private
|
|
486
|
+
private l0;
|
|
466
487
|
get dataToolTipLabelDisplayMode(): string;
|
|
467
488
|
set dataToolTipLabelDisplayMode(a: string);
|
|
468
|
-
private
|
|
489
|
+
private l1;
|
|
469
490
|
get dataToolTipLabelTextColor(): string;
|
|
470
491
|
set dataToolTipLabelTextColor(a: string);
|
|
471
492
|
private el;
|
|
@@ -480,16 +501,16 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
480
501
|
private eo;
|
|
481
502
|
get dataToolTipLabelTextMarginTop(): number;
|
|
482
503
|
set dataToolTipLabelTextMarginTop(a: number);
|
|
483
|
-
private
|
|
504
|
+
private l2;
|
|
484
505
|
get dataToolTipLabelTextFontFamily(): string;
|
|
485
506
|
set dataToolTipLabelTextFontFamily(a: string);
|
|
486
507
|
private ek;
|
|
487
508
|
get dataToolTipLabelTextFontSize(): number;
|
|
488
509
|
set dataToolTipLabelTextFontSize(a: number);
|
|
489
|
-
private
|
|
510
|
+
private l3;
|
|
490
511
|
get dataToolTipLabelTextFontStyle(): string;
|
|
491
512
|
set dataToolTipLabelTextFontStyle(a: string);
|
|
492
|
-
private
|
|
513
|
+
private l4;
|
|
493
514
|
get dataToolTipLabelTextFontWeight(): string;
|
|
494
515
|
set dataToolTipLabelTextFontWeight(a: string);
|
|
495
516
|
private am;
|
|
@@ -510,19 +531,19 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
510
531
|
private an;
|
|
511
532
|
get summaryDescriptions(): ChartSummaryDescriptionDescription[];
|
|
512
533
|
set summaryDescriptions(a: ChartSummaryDescriptionDescription[]);
|
|
513
|
-
private
|
|
534
|
+
private oa;
|
|
514
535
|
get selectionMode(): string;
|
|
515
536
|
set selectionMode(a: string);
|
|
516
|
-
private
|
|
537
|
+
private nd;
|
|
517
538
|
get focusMode(): string;
|
|
518
539
|
set focusMode(a: string);
|
|
519
|
-
private
|
|
540
|
+
private n9;
|
|
520
541
|
get selectionBrush(): string;
|
|
521
542
|
set selectionBrush(a: string);
|
|
522
|
-
private
|
|
543
|
+
private nb;
|
|
523
544
|
get focusBrush(): string;
|
|
524
545
|
set focusBrush(a: string);
|
|
525
|
-
private
|
|
546
|
+
private n8;
|
|
526
547
|
get selectionBehavior(): string;
|
|
527
548
|
set selectionBehavior(a: string);
|
|
528
549
|
private al;
|
|
@@ -549,31 +570,31 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
549
570
|
private ag;
|
|
550
571
|
get initialSummaryDescriptions(): ChartSummaryDescriptionDescription[];
|
|
551
572
|
set initialSummaryDescriptions(a: ChartSummaryDescriptionDescription[]);
|
|
552
|
-
private
|
|
573
|
+
private nr;
|
|
553
574
|
get initialSorts(): string;
|
|
554
575
|
set initialSorts(a: string);
|
|
555
|
-
private
|
|
576
|
+
private ne;
|
|
556
577
|
get groupSorts(): string;
|
|
557
578
|
set groupSorts(a: string);
|
|
558
|
-
private
|
|
579
|
+
private np;
|
|
559
580
|
get initialGroups(): string;
|
|
560
581
|
set initialGroups(a: string);
|
|
561
|
-
private
|
|
582
|
+
private no;
|
|
562
583
|
get initialFilter(): string;
|
|
563
584
|
set initialFilter(a: string);
|
|
564
|
-
private
|
|
585
|
+
private nq;
|
|
565
586
|
get initialHighlightFilter(): string;
|
|
566
587
|
set initialHighlightFilter(a: string);
|
|
567
|
-
private
|
|
588
|
+
private ns;
|
|
568
589
|
get initialSummaries(): string;
|
|
569
590
|
set initialSummaries(a: string);
|
|
570
|
-
private
|
|
591
|
+
private li;
|
|
571
592
|
get dataSourceRef(): string;
|
|
572
593
|
set dataSourceRef(a: string);
|
|
573
594
|
private bq;
|
|
574
595
|
get dataSource(): BaseDataSourceDescription;
|
|
575
596
|
set dataSource(a: BaseDataSourceDescription);
|
|
576
|
-
private
|
|
597
|
+
private nf;
|
|
577
598
|
get highlightedDataSourceRef(): string;
|
|
578
599
|
set highlightedDataSourceRef(a: string);
|
|
579
600
|
private br;
|
|
@@ -597,7 +618,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
597
618
|
private l;
|
|
598
619
|
get actualOutlines(): string[];
|
|
599
620
|
set actualOutlines(a: string[]);
|
|
600
|
-
private
|
|
621
|
+
private nx;
|
|
601
622
|
get legendRef(): string;
|
|
602
623
|
set legendRef(a: string);
|
|
603
624
|
private cg;
|
|
@@ -615,49 +636,49 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
615
636
|
private co;
|
|
616
637
|
get shouldSimulateHoverMoveCrosshairPoint(): boolean;
|
|
617
638
|
set shouldSimulateHoverMoveCrosshairPoint(a: boolean);
|
|
618
|
-
private
|
|
639
|
+
private nh;
|
|
619
640
|
get highlightedValuesDisplayMode(): string;
|
|
620
641
|
set highlightedValuesDisplayMode(a: string);
|
|
621
642
|
private ch;
|
|
622
643
|
get isSeriesHighlightingEnabled(): boolean;
|
|
623
644
|
set isSeriesHighlightingEnabled(a: boolean);
|
|
624
|
-
private
|
|
645
|
+
private ng;
|
|
625
646
|
get highlightedLegendItemVisibility(): string;
|
|
626
647
|
set highlightedLegendItemVisibility(a: string);
|
|
627
|
-
private
|
|
648
|
+
private nw;
|
|
628
649
|
get legendItemVisibility(): string;
|
|
629
650
|
set legendItemVisibility(a: string);
|
|
630
651
|
private bu;
|
|
631
652
|
get windowRect(): RectDescription;
|
|
632
653
|
set windowRect(a: RectDescription);
|
|
633
|
-
private
|
|
654
|
+
private k9;
|
|
634
655
|
get chartTitle(): string;
|
|
635
656
|
set chartTitle(a: string);
|
|
636
|
-
private
|
|
657
|
+
private ol;
|
|
637
658
|
get subtitle(): string;
|
|
638
659
|
set subtitle(a: string);
|
|
639
|
-
private
|
|
660
|
+
private os;
|
|
640
661
|
get titleAlignment(): string;
|
|
641
662
|
set titleAlignment(a: string);
|
|
642
|
-
private
|
|
663
|
+
private om;
|
|
643
664
|
get subtitleAlignment(): string;
|
|
644
665
|
set subtitleAlignment(a: string);
|
|
645
|
-
private
|
|
666
|
+
private o0;
|
|
646
667
|
get unknownValuePlotting(): string;
|
|
647
668
|
set unknownValuePlotting(a: string);
|
|
648
669
|
private f2;
|
|
649
670
|
get resolution(): number;
|
|
650
671
|
set resolution(a: number);
|
|
651
|
-
private
|
|
672
|
+
private f9;
|
|
652
673
|
get thickness(): number;
|
|
653
674
|
set thickness(a: number);
|
|
654
|
-
private
|
|
675
|
+
private n1;
|
|
655
676
|
get outlineMode(): string;
|
|
656
677
|
set outlineMode(a: string);
|
|
657
|
-
private
|
|
678
|
+
private n0;
|
|
658
679
|
get markerOutlineMode(): string;
|
|
659
680
|
set markerOutlineMode(a: string);
|
|
660
|
-
private
|
|
681
|
+
private nz;
|
|
661
682
|
get markerFillMode(): string;
|
|
662
683
|
set markerFillMode(a: string);
|
|
663
684
|
private fv;
|
|
@@ -669,7 +690,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
669
690
|
private aj;
|
|
670
691
|
get markerTypes(): string[];
|
|
671
692
|
set markerTypes(a: string[]);
|
|
672
|
-
private
|
|
693
|
+
private ny;
|
|
673
694
|
get markerAutomaticBehavior(): string;
|
|
674
695
|
set markerAutomaticBehavior(a: string);
|
|
675
696
|
private ah;
|
|
@@ -678,7 +699,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
678
699
|
private ai;
|
|
679
700
|
get markerOutlines(): string[];
|
|
680
701
|
set markerOutlines(a: string[]);
|
|
681
|
-
private
|
|
702
|
+
private j7;
|
|
682
703
|
get markerMaxCount(): number;
|
|
683
704
|
set markerMaxCount(a: number);
|
|
684
705
|
private dr;
|
|
@@ -690,10 +711,10 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
690
711
|
private ao;
|
|
691
712
|
get trendLineBrushes(): string[];
|
|
692
713
|
set trendLineBrushes(a: string[]);
|
|
693
|
-
private
|
|
714
|
+
private oz;
|
|
694
715
|
get trendLineType(): string;
|
|
695
716
|
set trendLineType(a: string);
|
|
696
|
-
private
|
|
717
|
+
private gg;
|
|
697
718
|
get trendLineThickness(): number;
|
|
698
719
|
set trendLineThickness(a: number);
|
|
699
720
|
private ap;
|
|
@@ -717,61 +738,61 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
717
738
|
private fy;
|
|
718
739
|
get plotAreaMarginBottom(): number;
|
|
719
740
|
set plotAreaMarginBottom(a: number);
|
|
720
|
-
private
|
|
741
|
+
private j5;
|
|
721
742
|
get highlightingDismissDelayMilliseconds(): number;
|
|
722
743
|
set highlightingDismissDelayMilliseconds(a: number);
|
|
723
|
-
private
|
|
744
|
+
private j3;
|
|
724
745
|
get focusDismissDelayMilliseconds(): number;
|
|
725
746
|
set focusDismissDelayMilliseconds(a: number);
|
|
726
|
-
private
|
|
747
|
+
private j8;
|
|
727
748
|
get selectionDismissDelayMilliseconds(): number;
|
|
728
749
|
set selectionDismissDelayMilliseconds(a: number);
|
|
729
|
-
private
|
|
750
|
+
private la;
|
|
730
751
|
get computedPlotAreaMarginMode(): string;
|
|
731
752
|
set computedPlotAreaMarginMode(a: string);
|
|
732
|
-
private
|
|
753
|
+
private od;
|
|
733
754
|
get seriesPlotAreaMarginHorizontalMode(): string;
|
|
734
755
|
set seriesPlotAreaMarginHorizontalMode(a: string);
|
|
735
|
-
private
|
|
756
|
+
private oe;
|
|
736
757
|
get seriesPlotAreaMarginVerticalMode(): string;
|
|
737
758
|
set seriesPlotAreaMarginVerticalMode(a: string);
|
|
738
|
-
private
|
|
759
|
+
private nj;
|
|
739
760
|
get highlightingMode(): string;
|
|
740
761
|
set highlightingMode(a: string);
|
|
741
|
-
private
|
|
762
|
+
private ni;
|
|
742
763
|
get highlightingBehavior(): string;
|
|
743
764
|
set highlightingBehavior(a: string);
|
|
744
765
|
private fm;
|
|
745
766
|
get highlightingFadeOpacity(): number;
|
|
746
767
|
set highlightingFadeOpacity(a: number);
|
|
747
|
-
private
|
|
768
|
+
private nt;
|
|
748
769
|
get legendHighlightingMode(): string;
|
|
749
770
|
set legendHighlightingMode(a: string);
|
|
750
|
-
private
|
|
771
|
+
private nv;
|
|
751
772
|
get legendItemBadgeShape(): string;
|
|
752
773
|
set legendItemBadgeShape(a: string);
|
|
753
|
-
private
|
|
774
|
+
private nu;
|
|
754
775
|
get legendItemBadgeMode(): string;
|
|
755
776
|
set legendItemBadgeMode(a: string);
|
|
756
|
-
private
|
|
777
|
+
private kb;
|
|
757
778
|
get trendLinePeriod(): number;
|
|
758
779
|
set trendLinePeriod(a: number);
|
|
759
|
-
private
|
|
780
|
+
private ox;
|
|
760
781
|
get toolTipType(): string;
|
|
761
782
|
set toolTipType(a: string);
|
|
762
|
-
private
|
|
783
|
+
private lf;
|
|
763
784
|
get crosshairsDisplayMode(): string;
|
|
764
785
|
set crosshairsDisplayMode(a: string);
|
|
765
786
|
private b7;
|
|
766
787
|
get crosshairsSnapToData(): boolean;
|
|
767
788
|
set crosshairsSnapToData(a: boolean);
|
|
768
|
-
private
|
|
789
|
+
private lh;
|
|
769
790
|
get crosshairsLineVerticalStroke(): string;
|
|
770
791
|
set crosshairsLineVerticalStroke(a: string);
|
|
771
792
|
private dv;
|
|
772
793
|
get crosshairsLineThickness(): number;
|
|
773
794
|
set crosshairsLineThickness(a: number);
|
|
774
|
-
private
|
|
795
|
+
private lg;
|
|
775
796
|
get crosshairsLineHorizontalStroke(): string;
|
|
776
797
|
set crosshairsLineHorizontalStroke(a: string);
|
|
777
798
|
private b4;
|
|
@@ -783,22 +804,22 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
783
804
|
private b5;
|
|
784
805
|
get crosshairsSkipInvalidData(): boolean;
|
|
785
806
|
set crosshairsSkipInvalidData(a: boolean);
|
|
786
|
-
private
|
|
807
|
+
private lb;
|
|
787
808
|
get crosshairsAnnotationXAxisBackground(): string;
|
|
788
809
|
set crosshairsAnnotationXAxisBackground(a: string);
|
|
789
|
-
private
|
|
810
|
+
private ld;
|
|
790
811
|
get crosshairsAnnotationYAxisBackground(): string;
|
|
791
812
|
set crosshairsAnnotationYAxisBackground(a: string);
|
|
792
|
-
private
|
|
813
|
+
private lc;
|
|
793
814
|
get crosshairsAnnotationXAxisTextColor(): string;
|
|
794
815
|
set crosshairsAnnotationXAxisTextColor(a: string);
|
|
795
|
-
private
|
|
816
|
+
private le;
|
|
796
817
|
get crosshairsAnnotationYAxisTextColor(): string;
|
|
797
818
|
set crosshairsAnnotationYAxisTextColor(a: string);
|
|
798
|
-
private
|
|
819
|
+
private jy;
|
|
799
820
|
get crosshairsAnnotationXAxisPrecision(): number;
|
|
800
821
|
set crosshairsAnnotationXAxisPrecision(a: number);
|
|
801
|
-
private
|
|
822
|
+
private jz;
|
|
802
823
|
get crosshairsAnnotationYAxisPrecision(): number;
|
|
803
824
|
set crosshairsAnnotationYAxisPrecision(a: number);
|
|
804
825
|
private cl;
|
|
@@ -810,13 +831,13 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
810
831
|
private ce;
|
|
811
832
|
get finalValueAnnotationsVisible(): boolean;
|
|
812
833
|
set finalValueAnnotationsVisible(a: boolean);
|
|
813
|
-
private
|
|
834
|
+
private m9;
|
|
814
835
|
get finalValueAnnotationsBackground(): string;
|
|
815
836
|
set finalValueAnnotationsBackground(a: string);
|
|
816
|
-
private
|
|
837
|
+
private na;
|
|
817
838
|
get finalValueAnnotationsTextColor(): string;
|
|
818
839
|
set finalValueAnnotationsTextColor(a: string);
|
|
819
|
-
private
|
|
840
|
+
private j2;
|
|
820
841
|
get finalValueAnnotationsPrecision(): number;
|
|
821
842
|
set finalValueAnnotationsPrecision(a: number);
|
|
822
843
|
private by;
|
|
@@ -831,7 +852,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
831
852
|
private cr;
|
|
832
853
|
get useValueForAutoCalloutLabels(): boolean;
|
|
833
854
|
set useValueForAutoCalloutLabels(a: boolean);
|
|
834
|
-
private
|
|
855
|
+
private kr;
|
|
835
856
|
get calloutCollisionMode(): string;
|
|
836
857
|
set calloutCollisionMode(a: string);
|
|
837
858
|
private b1;
|
|
@@ -846,55 +867,55 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
846
867
|
private du;
|
|
847
868
|
get calloutsStrokeThickness(): number;
|
|
848
869
|
set calloutsStrokeThickness(a: number);
|
|
849
|
-
private
|
|
870
|
+
private ku;
|
|
850
871
|
get calloutsBackground(): string;
|
|
851
872
|
set calloutsBackground(a: string);
|
|
852
|
-
private
|
|
873
|
+
private k4;
|
|
853
874
|
get calloutsOutline(): string;
|
|
854
875
|
set calloutsOutline(a: string);
|
|
855
|
-
private
|
|
876
|
+
private k5;
|
|
856
877
|
get calloutsTextColor(): string;
|
|
857
878
|
set calloutsTextColor(a: string);
|
|
858
|
-
private
|
|
879
|
+
private k3;
|
|
859
880
|
get calloutsLightTextColor(): string;
|
|
860
881
|
set calloutsLightTextColor(a: string);
|
|
861
|
-
private
|
|
882
|
+
private kw;
|
|
862
883
|
get calloutsDarkTextColor(): string;
|
|
863
884
|
set calloutsDarkTextColor(a: string);
|
|
864
|
-
private
|
|
885
|
+
private k2;
|
|
865
886
|
get calloutsLeaderBrush(): string;
|
|
866
887
|
set calloutsLeaderBrush(a: string);
|
|
867
|
-
private
|
|
888
|
+
private jx;
|
|
868
889
|
get calloutsAutoLabelPrecision(): number;
|
|
869
890
|
set calloutsAutoLabelPrecision(a: number);
|
|
870
|
-
private
|
|
891
|
+
private kx;
|
|
871
892
|
get calloutsDataSourceRef(): string;
|
|
872
893
|
set calloutsDataSourceRef(a: string);
|
|
873
894
|
private n;
|
|
874
895
|
get calloutsAllowedPositions(): string[];
|
|
875
896
|
set calloutsAllowedPositions(a: string[]);
|
|
876
|
-
private
|
|
897
|
+
private k7;
|
|
877
898
|
get calloutsXMemberPath(): string;
|
|
878
899
|
set calloutsXMemberPath(a: string);
|
|
879
|
-
private
|
|
900
|
+
private k8;
|
|
880
901
|
get calloutsYMemberPath(): string;
|
|
881
902
|
set calloutsYMemberPath(a: string);
|
|
882
|
-
private
|
|
903
|
+
private k1;
|
|
883
904
|
get calloutsLabelMemberPath(): string;
|
|
884
905
|
set calloutsLabelMemberPath(a: string);
|
|
885
|
-
private
|
|
906
|
+
private kv;
|
|
886
907
|
get calloutsContentMemberPath(): string;
|
|
887
908
|
set calloutsContentMemberPath(a: string);
|
|
888
|
-
private
|
|
909
|
+
private ky;
|
|
889
910
|
get calloutsFontFamily(): string;
|
|
890
911
|
set calloutsFontFamily(a: string);
|
|
891
912
|
private dt;
|
|
892
913
|
get calloutsFontSize(): number;
|
|
893
914
|
set calloutsFontSize(a: number);
|
|
894
|
-
private
|
|
915
|
+
private kz;
|
|
895
916
|
get calloutsFontStyle(): string;
|
|
896
917
|
set calloutsFontStyle(a: string);
|
|
897
|
-
private
|
|
918
|
+
private k0;
|
|
898
919
|
get calloutsFontWeight(): string;
|
|
899
920
|
set calloutsFontWeight(a: string);
|
|
900
921
|
private aq;
|
|
@@ -903,28 +924,28 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
903
924
|
private ar;
|
|
904
925
|
get valueLinesBrushes(): string[];
|
|
905
926
|
set valueLinesBrushes(a: string[]);
|
|
906
|
-
private
|
|
927
|
+
private gh;
|
|
907
928
|
get valueLinesThickness(): number;
|
|
908
929
|
set valueLinesThickness(a: number);
|
|
909
930
|
private ck;
|
|
910
931
|
get seriesValueLayerUseLegend(): boolean;
|
|
911
932
|
set seriesValueLayerUseLegend(a: boolean);
|
|
912
|
-
private
|
|
933
|
+
private nl;
|
|
913
934
|
get horizontalViewScrollbarMode(): string;
|
|
914
935
|
set horizontalViewScrollbarMode(a: string);
|
|
915
|
-
private
|
|
936
|
+
private o4;
|
|
916
937
|
get verticalViewScrollbarMode(): string;
|
|
917
938
|
set verticalViewScrollbarMode(a: string);
|
|
918
|
-
private
|
|
939
|
+
private nn;
|
|
919
940
|
get horizontalViewScrollbarPosition(): string;
|
|
920
941
|
set horizontalViewScrollbarPosition(a: string);
|
|
921
|
-
private
|
|
942
|
+
private o6;
|
|
922
943
|
get verticalViewScrollbarPosition(): string;
|
|
923
944
|
set verticalViewScrollbarPosition(a: string);
|
|
924
|
-
private
|
|
945
|
+
private nk;
|
|
925
946
|
get horizontalViewScrollbarFill(): string;
|
|
926
947
|
set horizontalViewScrollbarFill(a: string);
|
|
927
|
-
private
|
|
948
|
+
private nm;
|
|
928
949
|
get horizontalViewScrollbarOutline(): string;
|
|
929
950
|
set horizontalViewScrollbarOutline(a: string);
|
|
930
951
|
private fr;
|
|
@@ -951,112 +972,112 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
951
972
|
private cf;
|
|
952
973
|
get horizontalViewScrollbarShouldAddAutoTrackInsets(): boolean;
|
|
953
974
|
set horizontalViewScrollbarShouldAddAutoTrackInsets(a: boolean);
|
|
954
|
-
private
|
|
975
|
+
private o3;
|
|
955
976
|
get verticalViewScrollbarFill(): string;
|
|
956
977
|
set verticalViewScrollbarFill(a: string);
|
|
957
|
-
private
|
|
978
|
+
private o5;
|
|
958
979
|
get verticalViewScrollbarOutline(): string;
|
|
959
980
|
set verticalViewScrollbarOutline(a: string);
|
|
960
|
-
private
|
|
981
|
+
private gl;
|
|
961
982
|
get verticalViewScrollbarStrokeThickness(): number;
|
|
962
983
|
set verticalViewScrollbarStrokeThickness(a: number);
|
|
963
|
-
private
|
|
984
|
+
private gk;
|
|
964
985
|
get verticalViewScrollbarMaxOpacity(): number;
|
|
965
986
|
set verticalViewScrollbarMaxOpacity(a: number);
|
|
966
|
-
private
|
|
987
|
+
private gi;
|
|
967
988
|
get verticalViewScrollbarCornerRadius(): number;
|
|
968
989
|
set verticalViewScrollbarCornerRadius(a: number);
|
|
969
|
-
private
|
|
990
|
+
private go;
|
|
970
991
|
get verticalViewScrollbarWidth(): number;
|
|
971
992
|
set verticalViewScrollbarWidth(a: number);
|
|
972
|
-
private
|
|
993
|
+
private gj;
|
|
973
994
|
get verticalViewScrollbarInset(): number;
|
|
974
995
|
set verticalViewScrollbarInset(a: number);
|
|
975
|
-
private
|
|
996
|
+
private gn;
|
|
976
997
|
get verticalViewScrollbarTrackStartInset(): number;
|
|
977
998
|
set verticalViewScrollbarTrackStartInset(a: number);
|
|
978
|
-
private
|
|
999
|
+
private gm;
|
|
979
1000
|
get verticalViewScrollbarTrackEndInset(): number;
|
|
980
1001
|
set verticalViewScrollbarTrackEndInset(a: number);
|
|
981
1002
|
private cs;
|
|
982
1003
|
get verticalViewScrollbarShouldAddAutoTrackInsets(): boolean;
|
|
983
1004
|
set verticalViewScrollbarShouldAddAutoTrackInsets(a: boolean);
|
|
984
|
-
private
|
|
1005
|
+
private gq;
|
|
985
1006
|
get windowRectMinWidth(): number;
|
|
986
1007
|
set windowRectMinWidth(a: number);
|
|
987
|
-
private
|
|
1008
|
+
private gp;
|
|
988
1009
|
get windowRectMinHeight(): number;
|
|
989
1010
|
set windowRectMinHeight(a: number);
|
|
990
|
-
private
|
|
1011
|
+
private gs;
|
|
991
1012
|
get windowSizeMinWidth(): number;
|
|
992
1013
|
set windowSizeMinWidth(a: number);
|
|
993
|
-
private
|
|
1014
|
+
private gr;
|
|
994
1015
|
get windowSizeMinHeight(): number;
|
|
995
1016
|
set windowSizeMinHeight(a: number);
|
|
996
1017
|
private ci;
|
|
997
1018
|
get isUserAnnotationsEnabled(): boolean;
|
|
998
1019
|
set isUserAnnotationsEnabled(a: boolean);
|
|
999
|
-
private
|
|
1020
|
+
private o1;
|
|
1000
1021
|
get userAnnotationInformationRequestedRef(): string;
|
|
1001
1022
|
set userAnnotationInformationRequestedRef(a: string);
|
|
1002
|
-
private
|
|
1023
|
+
private o2;
|
|
1003
1024
|
get userAnnotationToolTipContentUpdatingRef(): string;
|
|
1004
1025
|
set userAnnotationToolTipContentUpdatingRef(a: string);
|
|
1005
|
-
private
|
|
1026
|
+
private ob;
|
|
1006
1027
|
get seriesAddedRef(): string;
|
|
1007
1028
|
set seriesAddedRef(a: string);
|
|
1008
|
-
private
|
|
1029
|
+
private ok;
|
|
1009
1030
|
get seriesRemovedRef(): string;
|
|
1010
1031
|
set seriesRemovedRef(a: string);
|
|
1011
|
-
private
|
|
1032
|
+
private og;
|
|
1012
1033
|
get seriesPointerEnterRef(): string;
|
|
1013
1034
|
set seriesPointerEnterRef(a: string);
|
|
1014
|
-
private
|
|
1035
|
+
private oh;
|
|
1015
1036
|
get seriesPointerLeaveRef(): string;
|
|
1016
1037
|
set seriesPointerLeaveRef(a: string);
|
|
1017
|
-
private
|
|
1038
|
+
private oi;
|
|
1018
1039
|
get seriesPointerMoveRef(): string;
|
|
1019
1040
|
set seriesPointerMoveRef(a: string);
|
|
1020
|
-
private
|
|
1041
|
+
private of;
|
|
1021
1042
|
get seriesPointerDownRef(): string;
|
|
1022
1043
|
set seriesPointerDownRef(a: string);
|
|
1023
|
-
private
|
|
1044
|
+
private oj;
|
|
1024
1045
|
get seriesPointerUpRef(): string;
|
|
1025
1046
|
set seriesPointerUpRef(a: string);
|
|
1026
|
-
private
|
|
1047
|
+
private oc;
|
|
1027
1048
|
get seriesClickRef(): string;
|
|
1028
1049
|
set seriesClickRef(a: string);
|
|
1029
|
-
private
|
|
1050
|
+
private n3;
|
|
1030
1051
|
get plotAreaPointerEnterRef(): string;
|
|
1031
1052
|
set plotAreaPointerEnterRef(a: string);
|
|
1032
|
-
private
|
|
1053
|
+
private n4;
|
|
1033
1054
|
get plotAreaPointerLeaveRef(): string;
|
|
1034
1055
|
set plotAreaPointerLeaveRef(a: string);
|
|
1035
|
-
private
|
|
1056
|
+
private n5;
|
|
1036
1057
|
get plotAreaPointerMoveRef(): string;
|
|
1037
1058
|
set plotAreaPointerMoveRef(a: string);
|
|
1038
|
-
private
|
|
1059
|
+
private n2;
|
|
1039
1060
|
get plotAreaPointerDownRef(): string;
|
|
1040
1061
|
set plotAreaPointerDownRef(a: string);
|
|
1041
|
-
private
|
|
1062
|
+
private n6;
|
|
1042
1063
|
get plotAreaPointerUpRef(): string;
|
|
1043
1064
|
set plotAreaPointerUpRef(a: string);
|
|
1044
|
-
private
|
|
1065
|
+
private k6;
|
|
1045
1066
|
get calloutStyleUpdatingRef(): string;
|
|
1046
1067
|
set calloutStyleUpdatingRef(a: string);
|
|
1047
|
-
private
|
|
1068
|
+
private kt;
|
|
1048
1069
|
get calloutRenderStyleUpdatingRef(): string;
|
|
1049
1070
|
set calloutRenderStyleUpdatingRef(a: string);
|
|
1050
|
-
private
|
|
1071
|
+
private ks;
|
|
1051
1072
|
get calloutLabelUpdatingRef(): string;
|
|
1052
1073
|
set calloutLabelUpdatingRef(a: string);
|
|
1053
|
-
private
|
|
1074
|
+
private n7;
|
|
1054
1075
|
get selectedSeriesItemsChangedRef(): string;
|
|
1055
1076
|
set selectedSeriesItemsChangedRef(a: string);
|
|
1056
|
-
private
|
|
1077
|
+
private nc;
|
|
1057
1078
|
get focusedSeriesItemsChangedRef(): string;
|
|
1058
1079
|
set focusedSeriesItemsChangedRef(a: string);
|
|
1059
|
-
private
|
|
1080
|
+
private m8;
|
|
1060
1081
|
get filterStringErrorsParsingRef(): string;
|
|
1061
1082
|
set filterStringErrorsParsingRef(a: string);
|
|
1062
1083
|
}
|