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
|
@@ -9,10 +9,10 @@ export declare class ToolbarDescription extends Description {
|
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
get type(): string;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private bb;
|
|
13
13
|
get baseTheme(): string;
|
|
14
14
|
set baseTheme(a: string);
|
|
15
|
-
private
|
|
15
|
+
private bh;
|
|
16
16
|
get density(): string;
|
|
17
17
|
set density(a: string);
|
|
18
18
|
private m;
|
|
@@ -24,40 +24,40 @@ export declare class ToolbarDescription extends Description {
|
|
|
24
24
|
private l;
|
|
25
25
|
get actualActions(): ToolActionDescription[];
|
|
26
26
|
set actualActions(a: ToolActionDescription[]);
|
|
27
|
-
private
|
|
27
|
+
private bw;
|
|
28
28
|
get orientation(): string;
|
|
29
29
|
set orientation(a: string);
|
|
30
|
-
private
|
|
30
|
+
private b6;
|
|
31
31
|
get targetRef(): string;
|
|
32
32
|
set targetRef(a: string);
|
|
33
|
-
private
|
|
33
|
+
private ba;
|
|
34
34
|
get backgroundColor(): string;
|
|
35
35
|
set backgroundColor(a: string);
|
|
36
|
-
private
|
|
36
|
+
private bz;
|
|
37
37
|
get submenuBackgroundColor(): string;
|
|
38
38
|
set submenuBackgroundColor(a: string);
|
|
39
|
-
private
|
|
39
|
+
private bj;
|
|
40
40
|
get groupHeaderBackgroundColor(): string;
|
|
41
41
|
set groupHeaderBackgroundColor(a: string);
|
|
42
|
-
private
|
|
42
|
+
private by;
|
|
43
43
|
get separatorBackgroundColor(): string;
|
|
44
44
|
set separatorBackgroundColor(a: string);
|
|
45
|
-
private
|
|
45
|
+
private br;
|
|
46
46
|
get hoverBackgroundColor(): string;
|
|
47
47
|
set hoverBackgroundColor(a: string);
|
|
48
|
-
private
|
|
48
|
+
private b7;
|
|
49
49
|
get textColor(): string;
|
|
50
50
|
set textColor(a: string);
|
|
51
|
-
private
|
|
51
|
+
private bi;
|
|
52
52
|
get disabledTextColor(): string;
|
|
53
53
|
set disabledTextColor(a: string);
|
|
54
|
-
private
|
|
54
|
+
private bo;
|
|
55
55
|
get groupHeaderTextColor(): string;
|
|
56
56
|
set groupHeaderTextColor(a: string);
|
|
57
|
-
private
|
|
57
|
+
private b9;
|
|
58
58
|
get toolTipTextColor(): string;
|
|
59
59
|
set toolTipTextColor(a: string);
|
|
60
|
-
private
|
|
60
|
+
private b8;
|
|
61
61
|
get toolTipBackgroundColor(): string;
|
|
62
62
|
set toolTipBackgroundColor(a: string);
|
|
63
63
|
private aj;
|
|
@@ -66,46 +66,46 @@ export declare class ToolbarDescription extends Description {
|
|
|
66
66
|
private ak;
|
|
67
67
|
get toolTipElevation(): number;
|
|
68
68
|
set toolTipElevation(a: number);
|
|
69
|
-
private
|
|
69
|
+
private bs;
|
|
70
70
|
get iconFill(): string;
|
|
71
71
|
set iconFill(a: string);
|
|
72
|
-
private
|
|
72
|
+
private bt;
|
|
73
73
|
get iconStroke(): string;
|
|
74
74
|
set iconStroke(a: string);
|
|
75
|
-
private
|
|
75
|
+
private bc;
|
|
76
76
|
get cellFontFamily(): string;
|
|
77
77
|
set cellFontFamily(a: string);
|
|
78
78
|
private w;
|
|
79
79
|
get cellFontSize(): number;
|
|
80
80
|
set cellFontSize(a: number);
|
|
81
|
-
private
|
|
81
|
+
private bd;
|
|
82
82
|
get cellFontStyle(): string;
|
|
83
83
|
set cellFontStyle(a: string);
|
|
84
|
-
private
|
|
84
|
+
private be;
|
|
85
85
|
get cellFontWeight(): string;
|
|
86
86
|
set cellFontWeight(a: string);
|
|
87
|
-
private
|
|
87
|
+
private b2;
|
|
88
88
|
get subtitleFontFamily(): string;
|
|
89
89
|
set subtitleFontFamily(a: string);
|
|
90
90
|
private ai;
|
|
91
91
|
get subtitleFontSize(): number;
|
|
92
92
|
set subtitleFontSize(a: number);
|
|
93
|
-
private
|
|
93
|
+
private b3;
|
|
94
94
|
get subtitleFontStyle(): string;
|
|
95
95
|
set subtitleFontStyle(a: string);
|
|
96
|
-
private
|
|
96
|
+
private b4;
|
|
97
97
|
get subtitleFontWeight(): string;
|
|
98
98
|
set subtitleFontWeight(a: string);
|
|
99
|
-
private
|
|
99
|
+
private bk;
|
|
100
100
|
get groupHeaderFontFamily(): string;
|
|
101
101
|
set groupHeaderFontFamily(a: string);
|
|
102
102
|
private x;
|
|
103
103
|
get groupHeaderFontSize(): number;
|
|
104
104
|
set groupHeaderFontSize(a: number);
|
|
105
|
-
private
|
|
105
|
+
private bl;
|
|
106
106
|
get groupHeaderFontStyle(): string;
|
|
107
107
|
set groupHeaderFontStyle(a: string);
|
|
108
|
-
private
|
|
108
|
+
private bm;
|
|
109
109
|
get groupHeaderFontWeight(): string;
|
|
110
110
|
set groupHeaderFontWeight(a: string);
|
|
111
111
|
private af;
|
|
@@ -147,31 +147,37 @@ export declare class ToolbarDescription extends Description {
|
|
|
147
147
|
private y;
|
|
148
148
|
get highlightRadius(): number;
|
|
149
149
|
set highlightRadius(a: number);
|
|
150
|
-
private
|
|
150
|
+
private bq;
|
|
151
151
|
get highlightColor(): string;
|
|
152
152
|
set highlightColor(a: string);
|
|
153
|
-
private
|
|
153
|
+
private a8;
|
|
154
|
+
get accentColor(): string;
|
|
155
|
+
set accentColor(a: string);
|
|
156
|
+
private bu;
|
|
154
157
|
get menuArrowStroke(): string;
|
|
155
158
|
set menuArrowStroke(a: string);
|
|
156
|
-
private
|
|
159
|
+
private ca;
|
|
157
160
|
get uncheckedBackgroundColor(): string;
|
|
158
161
|
set uncheckedBackgroundColor(a: string);
|
|
159
|
-
private
|
|
162
|
+
private bf;
|
|
160
163
|
get checkedBackgroundColor(): string;
|
|
161
164
|
set checkedBackgroundColor(a: string);
|
|
162
|
-
private
|
|
165
|
+
private cb;
|
|
163
166
|
get uncheckedBorderColor(): string;
|
|
164
167
|
set uncheckedBorderColor(a: string);
|
|
165
|
-
private
|
|
168
|
+
private bg;
|
|
166
169
|
get checkedBorderColor(): string;
|
|
167
170
|
set checkedBorderColor(a: string);
|
|
168
171
|
private a2;
|
|
169
172
|
get rowHeight(): number;
|
|
170
173
|
set rowHeight(a: number);
|
|
171
|
-
private
|
|
174
|
+
private a3;
|
|
175
|
+
get subPanelRowHeight(): number;
|
|
176
|
+
set subPanelRowHeight(a: number);
|
|
177
|
+
private b5;
|
|
172
178
|
get subtitleTextColor(): string;
|
|
173
179
|
set subtitleTextColor(a: string);
|
|
174
|
-
private
|
|
180
|
+
private bn;
|
|
175
181
|
get groupHeaderSubtitleTextColor(): string;
|
|
176
182
|
set groupHeaderSubtitleTextColor(a: string);
|
|
177
183
|
private a1;
|
|
@@ -180,25 +186,25 @@ export declare class ToolbarDescription extends Description {
|
|
|
180
186
|
private s;
|
|
181
187
|
get stopPropagation(): boolean;
|
|
182
188
|
set stopPropagation(a: boolean);
|
|
183
|
-
private
|
|
189
|
+
private bx;
|
|
184
190
|
get scrollbarStyle(): string;
|
|
185
191
|
set scrollbarStyle(a: string);
|
|
186
|
-
private
|
|
192
|
+
private bv;
|
|
187
193
|
get onCommandRef(): string;
|
|
188
194
|
set onCommandRef(a: string);
|
|
189
|
-
private
|
|
195
|
+
private b1;
|
|
190
196
|
get subMenuOpeningRef(): string;
|
|
191
197
|
set subMenuOpeningRef(a: string);
|
|
192
|
-
private
|
|
198
|
+
private b0;
|
|
193
199
|
get subMenuClosingRef(): string;
|
|
194
200
|
set subMenuClosingRef(a: string);
|
|
195
|
-
private
|
|
201
|
+
private cc;
|
|
196
202
|
get width(): string;
|
|
197
203
|
set width(a: string);
|
|
198
|
-
private
|
|
204
|
+
private bp;
|
|
199
205
|
get height(): string;
|
|
200
206
|
set height(a: string);
|
|
201
|
-
private
|
|
207
|
+
private a9;
|
|
202
208
|
get background(): string;
|
|
203
209
|
set background(a: string);
|
|
204
210
|
}
|
|
@@ -7,10 +7,10 @@ export declare abstract class VerticalAnchoredCategorySeriesDescription extends
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private g4;
|
|
11
11
|
get xAxisRef(): string;
|
|
12
12
|
set xAxisRef(a: string);
|
|
13
|
-
private
|
|
13
|
+
private g5;
|
|
14
14
|
get yAxisRef(): string;
|
|
15
15
|
set yAxisRef(a: string);
|
|
16
16
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { RangeCategorySeriesDescription } from "./RangeCategorySeriesDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare abstract class VerticalRangeCategorySeriesDescription extends RangeCategorySeriesDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
constructor();
|
|
10
|
+
private gs;
|
|
11
|
+
get xAxisRef(): string;
|
|
12
|
+
set xAxisRef(a: string);
|
|
13
|
+
private gt;
|
|
14
|
+
get yAxisRef(): string;
|
|
15
|
+
set yAxisRef(a: string);
|
|
16
|
+
private gq;
|
|
17
|
+
get lowMemberAsLegendLabel(): string;
|
|
18
|
+
set lowMemberAsLegendLabel(a: string);
|
|
19
|
+
private go;
|
|
20
|
+
get highMemberAsLegendLabel(): string;
|
|
21
|
+
set highMemberAsLegendLabel(a: string);
|
|
22
|
+
private gr;
|
|
23
|
+
get lowMemberAsLegendUnit(): string;
|
|
24
|
+
set lowMemberAsLegendUnit(a: string);
|
|
25
|
+
private gp;
|
|
26
|
+
get highMemberAsLegendUnit(): string;
|
|
27
|
+
set highMemberAsLegendUnit(a: string);
|
|
28
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class VerticalRangeCategorySeriesDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class VerticalRangeCategorySeriesProxyDescriptionModule extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
static register(a: TypeDescriptionContext): void;
|
|
9
|
+
}
|
|
@@ -7,10 +7,10 @@ export declare abstract class VerticalStackedSeriesBaseDescription extends Stack
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private go;
|
|
11
11
|
get xAxisRef(): string;
|
|
12
12
|
set xAxisRef(a: string);
|
|
13
|
-
private
|
|
13
|
+
private gp;
|
|
14
14
|
get yAxisRef(): string;
|
|
15
15
|
set yAxisRef(a: string);
|
|
16
16
|
}
|
|
@@ -7,16 +7,16 @@ export declare class WaterfallSeriesDescription extends HorizontalAnchoredCatego
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private hc;
|
|
11
11
|
get negativeBrush(): string;
|
|
12
12
|
set negativeBrush(a: string);
|
|
13
|
-
private
|
|
13
|
+
private g8;
|
|
14
14
|
get radiusX(): number;
|
|
15
15
|
set radiusX(a: number);
|
|
16
|
-
private
|
|
16
|
+
private g9;
|
|
17
17
|
get radiusY(): number;
|
|
18
18
|
set radiusY(a: number);
|
|
19
|
-
private
|
|
19
|
+
private hd;
|
|
20
20
|
get negativeOutline(): string;
|
|
21
21
|
set negativeOutline(a: string);
|
|
22
22
|
}
|
|
@@ -8,244 +8,244 @@ export declare abstract class XYChartDescription extends DomainChartDescription
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private v2;
|
|
12
12
|
get xAxisFormatLabelRef(): string;
|
|
13
13
|
set xAxisFormatLabelRef(a: string);
|
|
14
|
-
private
|
|
14
|
+
private wk;
|
|
15
15
|
get yAxisFormatLabelRef(): string;
|
|
16
16
|
set yAxisFormatLabelRef(a: string);
|
|
17
|
-
private
|
|
17
|
+
private tz;
|
|
18
18
|
get xAxisLabelLeftMargin(): number;
|
|
19
19
|
set xAxisLabelLeftMargin(a: number);
|
|
20
|
-
private
|
|
20
|
+
private t1;
|
|
21
21
|
get xAxisLabelTopMargin(): number;
|
|
22
22
|
set xAxisLabelTopMargin(a: number);
|
|
23
|
-
private
|
|
23
|
+
private t0;
|
|
24
24
|
get xAxisLabelRightMargin(): number;
|
|
25
25
|
set xAxisLabelRightMargin(a: number);
|
|
26
|
-
private
|
|
26
|
+
private ty;
|
|
27
27
|
get xAxisLabelBottomMargin(): number;
|
|
28
28
|
set xAxisLabelBottomMargin(a: number);
|
|
29
|
-
private
|
|
29
|
+
private ui;
|
|
30
30
|
get yAxisLabelLeftMargin(): number;
|
|
31
31
|
set yAxisLabelLeftMargin(a: number);
|
|
32
|
-
private
|
|
32
|
+
private uk;
|
|
33
33
|
get yAxisLabelTopMargin(): number;
|
|
34
34
|
set yAxisLabelTopMargin(a: number);
|
|
35
|
-
private
|
|
35
|
+
private uj;
|
|
36
36
|
get yAxisLabelRightMargin(): number;
|
|
37
37
|
set yAxisLabelRightMargin(a: number);
|
|
38
|
-
private
|
|
38
|
+
private uh;
|
|
39
39
|
get yAxisLabelBottomMargin(): number;
|
|
40
40
|
set yAxisLabelBottomMargin(a: number);
|
|
41
|
-
private
|
|
41
|
+
private v7;
|
|
42
42
|
get xAxisLabelTextColor(): string;
|
|
43
43
|
set xAxisLabelTextColor(a: string);
|
|
44
|
-
private
|
|
44
|
+
private wp;
|
|
45
45
|
get yAxisLabelTextColor(): string;
|
|
46
46
|
set yAxisLabelTextColor(a: string);
|
|
47
|
-
private
|
|
47
|
+
private v0;
|
|
48
48
|
get actualXAxisLabelTextColor(): string;
|
|
49
49
|
set actualXAxisLabelTextColor(a: string);
|
|
50
|
-
private
|
|
50
|
+
private v1;
|
|
51
51
|
get actualYAxisLabelTextColor(): string;
|
|
52
52
|
set actualYAxisLabelTextColor(a: string);
|
|
53
|
-
private
|
|
53
|
+
private uc;
|
|
54
54
|
get xAxisTitleMargin(): number;
|
|
55
55
|
set xAxisTitleMargin(a: number);
|
|
56
|
-
private
|
|
56
|
+
private uv;
|
|
57
57
|
get yAxisTitleMargin(): number;
|
|
58
58
|
set yAxisTitleMargin(a: number);
|
|
59
|
-
private
|
|
59
|
+
private ub;
|
|
60
60
|
get xAxisTitleLeftMargin(): number;
|
|
61
61
|
set xAxisTitleLeftMargin(a: number);
|
|
62
|
-
private
|
|
62
|
+
private uu;
|
|
63
63
|
get yAxisTitleLeftMargin(): number;
|
|
64
64
|
set yAxisTitleLeftMargin(a: number);
|
|
65
|
-
private
|
|
65
|
+
private ue;
|
|
66
66
|
get xAxisTitleTopMargin(): number;
|
|
67
67
|
set xAxisTitleTopMargin(a: number);
|
|
68
|
-
private
|
|
68
|
+
private ux;
|
|
69
69
|
get yAxisTitleTopMargin(): number;
|
|
70
70
|
set yAxisTitleTopMargin(a: number);
|
|
71
|
-
private
|
|
71
|
+
private ud;
|
|
72
72
|
get xAxisTitleRightMargin(): number;
|
|
73
73
|
set xAxisTitleRightMargin(a: number);
|
|
74
|
-
private
|
|
74
|
+
private uw;
|
|
75
75
|
get yAxisTitleRightMargin(): number;
|
|
76
76
|
set yAxisTitleRightMargin(a: number);
|
|
77
|
-
private
|
|
77
|
+
private ua;
|
|
78
78
|
get xAxisTitleBottomMargin(): number;
|
|
79
79
|
set xAxisTitleBottomMargin(a: number);
|
|
80
|
-
private
|
|
80
|
+
private ut;
|
|
81
81
|
get yAxisTitleBottomMargin(): number;
|
|
82
82
|
set yAxisTitleBottomMargin(a: number);
|
|
83
|
-
private
|
|
83
|
+
private wi;
|
|
84
84
|
get xAxisTitleTextColor(): string;
|
|
85
85
|
set xAxisTitleTextColor(a: string);
|
|
86
|
-
private
|
|
86
|
+
private w0;
|
|
87
87
|
get yAxisTitleTextColor(): string;
|
|
88
88
|
set yAxisTitleTextColor(a: string);
|
|
89
|
-
private
|
|
89
|
+
private v8;
|
|
90
90
|
get xAxisLabelTextStyle(): string;
|
|
91
91
|
set xAxisLabelTextStyle(a: string);
|
|
92
|
-
private
|
|
92
|
+
private wq;
|
|
93
93
|
get yAxisLabelTextStyle(): string;
|
|
94
94
|
set yAxisLabelTextStyle(a: string);
|
|
95
|
-
private
|
|
95
|
+
private wj;
|
|
96
96
|
get xAxisTitleTextStyle(): string;
|
|
97
97
|
set xAxisTitleTextStyle(a: string);
|
|
98
|
-
private
|
|
98
|
+
private w1;
|
|
99
99
|
get yAxisTitleTextStyle(): string;
|
|
100
100
|
set yAxisTitleTextStyle(a: string);
|
|
101
|
-
private
|
|
101
|
+
private v6;
|
|
102
102
|
get xAxisLabelRef(): string;
|
|
103
103
|
set xAxisLabelRef(a: string);
|
|
104
|
-
private
|
|
104
|
+
private wo;
|
|
105
105
|
get yAxisLabelRef(): string;
|
|
106
106
|
set yAxisLabelRef(a: string);
|
|
107
|
-
private
|
|
107
|
+
private wb;
|
|
108
108
|
get xAxisMajorStroke(): string;
|
|
109
109
|
set xAxisMajorStroke(a: string);
|
|
110
|
-
private
|
|
110
|
+
private wt;
|
|
111
111
|
get yAxisMajorStroke(): string;
|
|
112
112
|
set yAxisMajorStroke(a: string);
|
|
113
|
-
private
|
|
113
|
+
private t2;
|
|
114
114
|
get xAxisMajorStrokeThickness(): number;
|
|
115
115
|
set xAxisMajorStrokeThickness(a: number);
|
|
116
|
-
private
|
|
116
|
+
private ul;
|
|
117
117
|
get yAxisMajorStrokeThickness(): number;
|
|
118
118
|
set yAxisMajorStrokeThickness(a: number);
|
|
119
|
-
private
|
|
119
|
+
private t5;
|
|
120
120
|
get xAxisMinorStrokeThickness(): number;
|
|
121
121
|
set xAxisMinorStrokeThickness(a: number);
|
|
122
|
-
private
|
|
122
|
+
private uo;
|
|
123
123
|
get yAxisMinorStrokeThickness(): number;
|
|
124
124
|
set yAxisMinorStrokeThickness(a: number);
|
|
125
|
-
private
|
|
125
|
+
private wd;
|
|
126
126
|
get xAxisStrip(): string;
|
|
127
127
|
set xAxisStrip(a: string);
|
|
128
|
-
private
|
|
128
|
+
private wv;
|
|
129
129
|
get yAxisStrip(): string;
|
|
130
130
|
set yAxisStrip(a: string);
|
|
131
|
-
private
|
|
131
|
+
private we;
|
|
132
132
|
get xAxisStroke(): string;
|
|
133
133
|
set xAxisStroke(a: string);
|
|
134
|
-
private
|
|
134
|
+
private ww;
|
|
135
135
|
get yAxisStroke(): string;
|
|
136
136
|
set yAxisStroke(a: string);
|
|
137
|
-
private
|
|
137
|
+
private t6;
|
|
138
138
|
get xAxisStrokeThickness(): number;
|
|
139
139
|
set xAxisStrokeThickness(a: number);
|
|
140
|
-
private
|
|
140
|
+
private up;
|
|
141
141
|
get yAxisStrokeThickness(): number;
|
|
142
142
|
set yAxisStrokeThickness(a: number);
|
|
143
|
-
private
|
|
143
|
+
private t7;
|
|
144
144
|
get xAxisTickLength(): number;
|
|
145
145
|
set xAxisTickLength(a: number);
|
|
146
|
-
private
|
|
146
|
+
private uq;
|
|
147
147
|
get yAxisTickLength(): number;
|
|
148
148
|
set yAxisTickLength(a: number);
|
|
149
|
-
private
|
|
149
|
+
private wf;
|
|
150
150
|
get xAxisTickStroke(): string;
|
|
151
151
|
set xAxisTickStroke(a: string);
|
|
152
|
-
private
|
|
152
|
+
private wx;
|
|
153
153
|
get yAxisTickStroke(): string;
|
|
154
154
|
set yAxisTickStroke(a: string);
|
|
155
|
-
private
|
|
155
|
+
private t8;
|
|
156
156
|
get xAxisTickStrokeThickness(): number;
|
|
157
157
|
set xAxisTickStrokeThickness(a: number);
|
|
158
|
-
private
|
|
158
|
+
private ur;
|
|
159
159
|
get yAxisTickStrokeThickness(): number;
|
|
160
160
|
set yAxisTickStrokeThickness(a: number);
|
|
161
|
-
private
|
|
161
|
+
private wg;
|
|
162
162
|
get xAxisTitle(): string;
|
|
163
163
|
set xAxisTitle(a: string);
|
|
164
|
-
private
|
|
164
|
+
private wy;
|
|
165
165
|
get yAxisTitle(): string;
|
|
166
166
|
set yAxisTitle(a: string);
|
|
167
|
-
private
|
|
167
|
+
private wc;
|
|
168
168
|
get xAxisMinorStroke(): string;
|
|
169
169
|
set xAxisMinorStroke(a: string);
|
|
170
|
-
private
|
|
170
|
+
private wu;
|
|
171
171
|
get yAxisMinorStroke(): string;
|
|
172
172
|
set yAxisMinorStroke(a: string);
|
|
173
|
-
private
|
|
173
|
+
private tx;
|
|
174
174
|
get xAxisLabelAngle(): number;
|
|
175
175
|
set xAxisLabelAngle(a: number);
|
|
176
|
-
private
|
|
176
|
+
private ug;
|
|
177
177
|
get yAxisLabelAngle(): number;
|
|
178
178
|
set yAxisLabelAngle(a: number);
|
|
179
|
-
private
|
|
179
|
+
private tw;
|
|
180
180
|
get xAxisExtent(): number;
|
|
181
181
|
set xAxisExtent(a: number);
|
|
182
|
-
private
|
|
182
|
+
private uf;
|
|
183
183
|
get yAxisExtent(): number;
|
|
184
184
|
set yAxisExtent(a: number);
|
|
185
|
-
private
|
|
185
|
+
private t3;
|
|
186
186
|
get xAxisMaximumExtent(): number;
|
|
187
187
|
set xAxisMaximumExtent(a: number);
|
|
188
|
-
private
|
|
188
|
+
private um;
|
|
189
189
|
get yAxisMaximumExtent(): number;
|
|
190
190
|
set yAxisMaximumExtent(a: number);
|
|
191
|
-
private
|
|
191
|
+
private t4;
|
|
192
192
|
get xAxisMaximumExtentPercentage(): number;
|
|
193
193
|
set xAxisMaximumExtentPercentage(a: number);
|
|
194
|
-
private
|
|
194
|
+
private un;
|
|
195
195
|
get yAxisMaximumExtentPercentage(): number;
|
|
196
196
|
set yAxisMaximumExtentPercentage(a: number);
|
|
197
|
-
private
|
|
197
|
+
private t9;
|
|
198
198
|
get xAxisTitleAngle(): number;
|
|
199
199
|
set xAxisTitleAngle(a: number);
|
|
200
|
-
private
|
|
200
|
+
private us;
|
|
201
201
|
get yAxisTitleAngle(): number;
|
|
202
202
|
set yAxisTitleAngle(a: number);
|
|
203
|
-
private
|
|
203
|
+
private ts;
|
|
204
204
|
get xAxisInverted(): boolean;
|
|
205
205
|
set xAxisInverted(a: boolean);
|
|
206
|
-
private
|
|
206
|
+
private tt;
|
|
207
207
|
get yAxisInverted(): boolean;
|
|
208
208
|
set yAxisInverted(a: boolean);
|
|
209
|
-
private
|
|
209
|
+
private wh;
|
|
210
210
|
get xAxisTitleAlignment(): string;
|
|
211
211
|
set xAxisTitleAlignment(a: string);
|
|
212
|
-
private
|
|
212
|
+
private wz;
|
|
213
213
|
get yAxisTitleAlignment(): string;
|
|
214
214
|
set yAxisTitleAlignment(a: string);
|
|
215
|
-
private
|
|
215
|
+
private v4;
|
|
216
216
|
get xAxisLabelHorizontalAlignment(): string;
|
|
217
217
|
set xAxisLabelHorizontalAlignment(a: string);
|
|
218
|
-
private
|
|
218
|
+
private wm;
|
|
219
219
|
get yAxisLabelHorizontalAlignment(): string;
|
|
220
220
|
set yAxisLabelHorizontalAlignment(a: string);
|
|
221
|
-
private
|
|
221
|
+
private v9;
|
|
222
222
|
get xAxisLabelVerticalAlignment(): string;
|
|
223
223
|
set xAxisLabelVerticalAlignment(a: string);
|
|
224
|
-
private
|
|
224
|
+
private wr;
|
|
225
225
|
get yAxisLabelVerticalAlignment(): string;
|
|
226
226
|
set yAxisLabelVerticalAlignment(a: string);
|
|
227
|
-
private
|
|
227
|
+
private wa;
|
|
228
228
|
get xAxisLabelVisibility(): string;
|
|
229
229
|
set xAxisLabelVisibility(a: string);
|
|
230
|
-
private
|
|
230
|
+
private ws;
|
|
231
231
|
get yAxisLabelVisibility(): string;
|
|
232
232
|
set yAxisLabelVisibility(a: string);
|
|
233
|
-
private
|
|
233
|
+
private wn;
|
|
234
234
|
get yAxisLabelLocation(): string;
|
|
235
235
|
set yAxisLabelLocation(a: string);
|
|
236
|
-
private
|
|
236
|
+
private v5;
|
|
237
237
|
get xAxisLabelLocation(): string;
|
|
238
238
|
set xAxisLabelLocation(a: string);
|
|
239
|
-
private
|
|
239
|
+
private v3;
|
|
240
240
|
get xAxisLabelFormat(): string;
|
|
241
241
|
set xAxisLabelFormat(a: string);
|
|
242
|
-
private
|
|
242
|
+
private to;
|
|
243
243
|
get xAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
244
244
|
set xAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
245
|
-
private
|
|
245
|
+
private wl;
|
|
246
246
|
get yAxisLabelFormat(): string;
|
|
247
247
|
set yAxisLabelFormat(a: string);
|
|
248
|
-
private
|
|
248
|
+
private tp;
|
|
249
249
|
get yAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
250
250
|
set yAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
251
251
|
}
|
|
@@ -79,7 +79,7 @@ export declare class AngularWrapper implements DomWrapper {
|
|
|
79
79
|
private _useRenderer;
|
|
80
80
|
addClass(className: string): DomWrapper;
|
|
81
81
|
append(child: DomWrapper): DomWrapper;
|
|
82
|
-
getAttribute(propertyName: string):
|
|
82
|
+
getAttribute(propertyName: string): any;
|
|
83
83
|
setAttribute(propertyName: string, value: string): this;
|
|
84
84
|
before(child: any): DomWrapper;
|
|
85
85
|
clone(): DomWrapper;
|
|
@@ -87,6 +87,8 @@ export declare class AngularWrapper implements DomWrapper {
|
|
|
87
87
|
setStyleProperty(propertyName: string, value: string): DomWrapper;
|
|
88
88
|
findByClass(className: any): DomWrapper[];
|
|
89
89
|
focus(preventScroll?: boolean): DomWrapper;
|
|
90
|
+
extractElement(index: number): HTMLElement;
|
|
91
|
+
injectElement(index: number, element: HTMLElement): void;
|
|
90
92
|
getChildAt(i: any): DomWrapper;
|
|
91
93
|
getChildCount(): number;
|
|
92
94
|
getNativeElement(): any;
|