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
package/lib/NativeUIIcon.d.ts
CHANGED
|
@@ -8,20 +8,20 @@ import { BrushCollection } from "./BrushCollection";
|
|
|
8
8
|
export declare class NativeUIIcon extends NativeUIComponent {
|
|
9
9
|
static $t: Type;
|
|
10
10
|
protected get_e(): NativeUIComponentBuiltInType;
|
|
11
|
-
get bq(): string;
|
|
12
|
-
set bq(a: string);
|
|
13
11
|
get br(): string;
|
|
14
12
|
set br(a: string);
|
|
15
|
-
get
|
|
16
|
-
set
|
|
13
|
+
get bs(): string;
|
|
14
|
+
set bs(a: string);
|
|
17
15
|
get bo(): number;
|
|
18
16
|
set bo(a: number);
|
|
19
17
|
get bp(): number;
|
|
20
18
|
set bp(a: number);
|
|
21
|
-
get
|
|
22
|
-
set
|
|
23
|
-
get
|
|
24
|
-
set
|
|
19
|
+
get bq(): number;
|
|
20
|
+
set bq(a: number);
|
|
21
|
+
get bn(): number;
|
|
22
|
+
set bn(a: number);
|
|
25
23
|
get bl(): BrushCollection;
|
|
26
24
|
set bl(a: BrushCollection);
|
|
25
|
+
get bm(): BrushCollection;
|
|
26
|
+
set bm(a: BrushCollection);
|
|
27
27
|
}
|
|
@@ -7,20 +7,20 @@ import { Type } from "./type";
|
|
|
7
7
|
export declare class NativeUIIconButton extends NativeUIButton {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_e(): NativeUIComponentBuiltInType;
|
|
10
|
-
get b9(): string;
|
|
11
|
-
set b9(a: string);
|
|
12
10
|
get ca(): string;
|
|
13
11
|
set ca(a: string);
|
|
14
|
-
get
|
|
15
|
-
set
|
|
12
|
+
get cb(): string;
|
|
13
|
+
set cb(a: string);
|
|
16
14
|
get b7(): number;
|
|
17
15
|
set b7(a: number);
|
|
18
16
|
get b8(): number;
|
|
19
17
|
set b8(a: number);
|
|
18
|
+
get b9(): number;
|
|
19
|
+
set b9(a: number);
|
|
20
|
+
get b6(): number;
|
|
21
|
+
set b6(a: number);
|
|
20
22
|
get b5(): number;
|
|
21
23
|
set b5(a: number);
|
|
22
24
|
get b4(): number;
|
|
23
25
|
set b4(a: number);
|
|
24
|
-
get b3(): number;
|
|
25
|
-
set b3(a: number);
|
|
26
26
|
}
|
package/lib/NativeUIInput.d.ts
CHANGED
|
@@ -16,56 +16,56 @@ import { FontInfo } from "./FontInfo";
|
|
|
16
16
|
*/
|
|
17
17
|
export declare class NativeUIInput extends NativeUIComponent {
|
|
18
18
|
static $t: Type;
|
|
19
|
-
get
|
|
20
|
-
get
|
|
21
|
-
set
|
|
22
|
-
get
|
|
23
|
-
set
|
|
24
|
-
get b5(): string;
|
|
25
|
-
set b5(a: string);
|
|
26
|
-
get cb(): Brush;
|
|
27
|
-
set cb(a: Brush);
|
|
28
|
-
get b7(): string;
|
|
29
|
-
set b7(a: string);
|
|
30
|
-
private bq;
|
|
31
|
-
get bs(): (sender: any, args: NativeUIInputChangingEventArgs) => void;
|
|
32
|
-
set bs(a: (sender: any, args: NativeUIInputChangingEventArgs) => void);
|
|
33
|
-
private bw;
|
|
34
|
-
get bx(): (sender: any, args: NativeUIKeyEventArgs) => void;
|
|
35
|
-
set bx(a: (sender: any, args: NativeUIKeyEventArgs) => void);
|
|
36
|
-
private by;
|
|
37
|
-
get bz(): (sender: any, args: NativeUIMouseEventArgs) => void;
|
|
38
|
-
set bz(a: (sender: any, args: NativeUIMouseEventArgs) => void);
|
|
39
|
-
private br;
|
|
40
|
-
get bt(): (sender: any, args: NativeUIInputChangingEventArgs) => void;
|
|
41
|
-
set bt(a: (sender: any, args: NativeUIInputChangingEventArgs) => void);
|
|
42
|
-
private bm;
|
|
43
|
-
get bn(): (sender: any, args: NativeUIClickedEventArgs) => void;
|
|
44
|
-
set bn(a: (sender: any, args: NativeUIClickedEventArgs) => void);
|
|
45
|
-
get bv(): NativeUIInputType;
|
|
46
|
-
set bv(a: NativeUIInputType);
|
|
47
|
-
get bo(): NativeUIComponentHorizontalAlignment;
|
|
48
|
-
set bo(a: NativeUIComponentHorizontalAlignment);
|
|
49
|
-
get ce(): Brush;
|
|
50
|
-
set ce(a: Brush);
|
|
51
|
-
get b2(): boolean;
|
|
52
|
-
set b2(a: boolean);
|
|
53
|
-
get b0(): boolean;
|
|
54
|
-
set b0(a: boolean);
|
|
19
|
+
get bm(): INativeUIInputBridge;
|
|
20
|
+
get bv(): NativeUIInputDisplayType;
|
|
21
|
+
set bv(a: NativeUIInputDisplayType);
|
|
22
|
+
get bq(): NativeUIDisplayDensity;
|
|
23
|
+
set bq(a: NativeUIDisplayDensity);
|
|
55
24
|
get b6(): string;
|
|
56
25
|
set b6(a: string);
|
|
57
26
|
get cc(): Brush;
|
|
58
27
|
set cc(a: Brush);
|
|
28
|
+
get b8(): string;
|
|
29
|
+
set b8(a: string);
|
|
30
|
+
private br;
|
|
31
|
+
get bt(): (sender: any, args: NativeUIInputChangingEventArgs) => void;
|
|
32
|
+
set bt(a: (sender: any, args: NativeUIInputChangingEventArgs) => void);
|
|
33
|
+
private bx;
|
|
34
|
+
get by(): (sender: any, args: NativeUIKeyEventArgs) => void;
|
|
35
|
+
set by(a: (sender: any, args: NativeUIKeyEventArgs) => void);
|
|
36
|
+
private bz;
|
|
37
|
+
get b0(): (sender: any, args: NativeUIMouseEventArgs) => void;
|
|
38
|
+
set b0(a: (sender: any, args: NativeUIMouseEventArgs) => void);
|
|
39
|
+
private bs;
|
|
40
|
+
get bu(): (sender: any, args: NativeUIInputChangingEventArgs) => void;
|
|
41
|
+
set bu(a: (sender: any, args: NativeUIInputChangingEventArgs) => void);
|
|
42
|
+
private bn;
|
|
43
|
+
get bo(): (sender: any, args: NativeUIClickedEventArgs) => void;
|
|
44
|
+
set bo(a: (sender: any, args: NativeUIClickedEventArgs) => void);
|
|
45
|
+
get bw(): NativeUIInputType;
|
|
46
|
+
set bw(a: NativeUIInputType);
|
|
47
|
+
get bp(): NativeUIComponentHorizontalAlignment;
|
|
48
|
+
set bp(a: NativeUIComponentHorizontalAlignment);
|
|
49
|
+
get cf(): Brush;
|
|
50
|
+
set cf(a: Brush);
|
|
51
|
+
get b3(): boolean;
|
|
52
|
+
set b3(a: boolean);
|
|
53
|
+
get b1(): boolean;
|
|
54
|
+
set b1(a: boolean);
|
|
55
|
+
get b7(): string;
|
|
56
|
+
set b7(a: string);
|
|
59
57
|
get cd(): Brush;
|
|
60
58
|
set cd(a: Brush);
|
|
61
|
-
|
|
59
|
+
get ce(): Brush;
|
|
60
|
+
set ce(a: Brush);
|
|
61
|
+
bl: FontInfo;
|
|
62
|
+
get b5(): number;
|
|
63
|
+
set b5(a: number);
|
|
62
64
|
get b4(): number;
|
|
63
65
|
set b4(a: number);
|
|
64
|
-
get
|
|
65
|
-
set
|
|
66
|
-
get b1(): boolean;
|
|
67
|
-
set b1(a: boolean);
|
|
68
|
-
b8(): void;
|
|
66
|
+
get b2(): boolean;
|
|
67
|
+
set b2(a: boolean);
|
|
69
68
|
b9(): void;
|
|
70
|
-
ca(
|
|
69
|
+
ca(): void;
|
|
70
|
+
cb(a: number, b: number): void;
|
|
71
71
|
}
|
package/lib/NativeUILabel.d.ts
CHANGED
|
@@ -8,10 +8,12 @@ import { FontInfo } from "./FontInfo";
|
|
|
8
8
|
export declare class NativeUILabel extends NativeUIComponent {
|
|
9
9
|
static $t: Type;
|
|
10
10
|
protected get_e(): NativeUIComponentBuiltInType;
|
|
11
|
-
get
|
|
12
|
-
set
|
|
13
|
-
get
|
|
14
|
-
set
|
|
15
|
-
get
|
|
16
|
-
set
|
|
11
|
+
get bo(): string;
|
|
12
|
+
set bo(a: string);
|
|
13
|
+
get bl(): FontInfo;
|
|
14
|
+
set bl(a: FontInfo);
|
|
15
|
+
get bn(): boolean;
|
|
16
|
+
set bn(a: boolean);
|
|
17
|
+
get bm(): boolean;
|
|
18
|
+
set bm(a: boolean);
|
|
17
19
|
}
|
package/lib/NativeUIPopup.d.ts
CHANGED
|
@@ -16,50 +16,50 @@ import { NativeUIPopupAlignment } from "./NativeUIPopupAlignment";
|
|
|
16
16
|
*/
|
|
17
17
|
export declare class NativeUIPopup extends NativeUIContainer {
|
|
18
18
|
static $t: Type;
|
|
19
|
-
get
|
|
19
|
+
get bs(): INativeUIPopupBridge;
|
|
20
|
+
get b7(): boolean;
|
|
20
21
|
get b6(): boolean;
|
|
21
|
-
get
|
|
22
|
-
get b2(): boolean;
|
|
23
|
-
get b0(): boolean;
|
|
24
|
-
set b0(a: boolean);
|
|
25
|
-
get ca(): number;
|
|
26
|
-
set ca(a: number);
|
|
22
|
+
get b3(): boolean;
|
|
27
23
|
get b1(): boolean;
|
|
28
24
|
set b1(a: boolean);
|
|
29
|
-
get bs(): NativeUIPopupAnimationType;
|
|
30
|
-
set bs(a: NativeUIPopupAnimationType);
|
|
31
|
-
get ch(): Brush;
|
|
32
|
-
set ch(a: Brush);
|
|
33
|
-
get b8(): number;
|
|
34
|
-
set b8(a: number);
|
|
35
|
-
protected get_u(): boolean;
|
|
36
|
-
protected set_u(a: boolean): void;
|
|
37
|
-
get b3(): boolean;
|
|
38
|
-
set b3(a: boolean);
|
|
39
25
|
get cb(): number;
|
|
40
26
|
set cb(a: number);
|
|
41
|
-
get
|
|
42
|
-
set
|
|
43
|
-
get
|
|
44
|
-
set
|
|
27
|
+
get b2(): boolean;
|
|
28
|
+
set b2(a: boolean);
|
|
29
|
+
get bt(): NativeUIPopupAnimationType;
|
|
30
|
+
set bt(a: NativeUIPopupAnimationType);
|
|
45
31
|
get ci(): Brush;
|
|
46
32
|
set ci(a: Brush);
|
|
47
33
|
get b9(): number;
|
|
48
34
|
set b9(a: number);
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
get
|
|
56
|
-
set
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
35
|
+
protected get_u(): boolean;
|
|
36
|
+
protected set_u(a: boolean): void;
|
|
37
|
+
get b4(): boolean;
|
|
38
|
+
set b4(a: boolean);
|
|
39
|
+
get cc(): number;
|
|
40
|
+
set cc(a: number);
|
|
41
|
+
get b5(): boolean;
|
|
42
|
+
set b5(a: boolean);
|
|
43
|
+
get b0(): NativeUIPopupPointerPosition;
|
|
44
|
+
set b0(a: NativeUIPopupPointerPosition);
|
|
45
|
+
get cj(): Brush;
|
|
46
|
+
set cj(a: Brush);
|
|
47
|
+
get ca(): number;
|
|
48
|
+
set ca(a: number);
|
|
49
|
+
get b8(): boolean;
|
|
50
|
+
set b8(a: boolean);
|
|
51
|
+
private by;
|
|
52
|
+
get bz(): (sender: any, args: NativeUIPopupOpenedEventArgs) => void;
|
|
53
|
+
set bz(a: (sender: any, args: NativeUIPopupOpenedEventArgs) => void);
|
|
54
|
+
private bw;
|
|
55
|
+
get bx(): (sender: any, args: NativeUIPopupMeasuringContentEventArgs) => void;
|
|
56
|
+
set bx(a: (sender: any, args: NativeUIPopupMeasuringContentEventArgs) => void);
|
|
57
|
+
private bu;
|
|
58
|
+
get bv(): (sender: any, args: NativeUIPopupClosedEventArgs) => void;
|
|
59
|
+
set bv(a: (sender: any, args: NativeUIPopupClosedEventArgs) => void);
|
|
60
|
+
cg(a: Rect, b: NativeUIPopupDirection, c: NativeUIPopupAlignment): void;
|
|
61
|
+
ch(a: NativeUIComponent, b: NativeUIPopupDirection, c: NativeUIPopupAlignment): void;
|
|
63
62
|
cd(): void;
|
|
64
|
-
ce(
|
|
63
|
+
ce(): void;
|
|
64
|
+
cf(a: Rect): void;
|
|
65
65
|
}
|
package/lib/NativeUISlider.d.ts
CHANGED
|
@@ -10,34 +10,34 @@ import { NativeUISliderValueChangedEventArgs } from "./NativeUISliderValueChange
|
|
|
10
10
|
export declare class NativeUISlider extends NativeUIComponent {
|
|
11
11
|
static $t: Type;
|
|
12
12
|
protected get_e(): NativeUIComponentBuiltInType;
|
|
13
|
-
get bs(): number;
|
|
14
|
-
set bs(a: number);
|
|
15
|
-
get bq(): number;
|
|
16
|
-
set bq(a: number);
|
|
17
|
-
get bu(): number;
|
|
18
|
-
set bu(a: number);
|
|
19
|
-
get bv(): number;
|
|
20
|
-
set bv(a: number);
|
|
21
|
-
get bx(): Brush;
|
|
22
|
-
set bx(a: Brush);
|
|
23
|
-
get bz(): Brush;
|
|
24
|
-
set bz(a: Brush);
|
|
25
|
-
get by(): Brush;
|
|
26
|
-
set by(a: Brush);
|
|
27
|
-
get bw(): Brush;
|
|
28
|
-
set bw(a: Brush);
|
|
29
|
-
get bk(): NativeUISliderOrientation;
|
|
30
|
-
set bk(a: NativeUISliderOrientation);
|
|
31
|
-
get bp(): number;
|
|
32
|
-
set bp(a: number);
|
|
33
13
|
get bt(): number;
|
|
34
14
|
set bt(a: number);
|
|
35
15
|
get br(): number;
|
|
36
16
|
set br(a: number);
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
17
|
+
get bv(): number;
|
|
18
|
+
set bv(a: number);
|
|
19
|
+
get bw(): number;
|
|
20
|
+
set bw(a: number);
|
|
21
|
+
get by(): Brush;
|
|
22
|
+
set by(a: Brush);
|
|
23
|
+
get b0(): Brush;
|
|
24
|
+
set b0(a: Brush);
|
|
25
|
+
get bz(): Brush;
|
|
26
|
+
set bz(a: Brush);
|
|
27
|
+
get bx(): Brush;
|
|
28
|
+
set bx(a: Brush);
|
|
29
|
+
get bl(): NativeUISliderOrientation;
|
|
30
|
+
set bl(a: NativeUISliderOrientation);
|
|
31
|
+
get bq(): number;
|
|
32
|
+
set bq(a: number);
|
|
33
|
+
get bu(): number;
|
|
34
|
+
set bu(a: number);
|
|
35
|
+
get bs(): number;
|
|
36
|
+
set bs(a: number);
|
|
40
37
|
private bm;
|
|
41
38
|
get bo(): (sender: any, args: NativeUISliderValueChangedEventArgs) => void;
|
|
42
39
|
set bo(a: (sender: any, args: NativeUISliderValueChangedEventArgs) => void);
|
|
40
|
+
private bn;
|
|
41
|
+
get bp(): (sender: any, args: NativeUISliderValueChangedEventArgs) => void;
|
|
42
|
+
set bp(a: (sender: any, args: NativeUISliderValueChangedEventArgs) => void);
|
|
43
43
|
}
|
|
@@ -10,43 +10,43 @@ export declare class NumericCellInfoDescription extends CellInfoDescription {
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private gz;
|
|
14
14
|
get numericValue(): number;
|
|
15
15
|
set numericValue(a: number);
|
|
16
|
-
private
|
|
16
|
+
private gv;
|
|
17
17
|
get hasDecimalValue(): boolean;
|
|
18
18
|
set hasDecimalValue(a: boolean);
|
|
19
|
-
private
|
|
19
|
+
private g9;
|
|
20
20
|
get formatStringOverride(): string;
|
|
21
21
|
set formatStringOverride(a: string);
|
|
22
|
-
private
|
|
22
|
+
private gs;
|
|
23
23
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
24
24
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
25
|
-
private
|
|
25
|
+
private g8;
|
|
26
26
|
get formatOverrideRef(): string;
|
|
27
27
|
set formatOverrideRef(a: string);
|
|
28
|
-
private
|
|
28
|
+
private ha;
|
|
29
29
|
get negativePrefix(): string;
|
|
30
30
|
set negativePrefix(a: string);
|
|
31
|
-
private
|
|
31
|
+
private hc;
|
|
32
32
|
get positivePrefix(): string;
|
|
33
33
|
set positivePrefix(a: string);
|
|
34
|
-
private
|
|
34
|
+
private hb;
|
|
35
35
|
get negativeSuffix(): string;
|
|
36
36
|
set negativeSuffix(a: string);
|
|
37
|
-
private
|
|
37
|
+
private hd;
|
|
38
38
|
get positiveSuffix(): string;
|
|
39
39
|
set positiveSuffix(a: string);
|
|
40
|
-
private
|
|
40
|
+
private g1;
|
|
41
41
|
get maxFractionDigits(): number;
|
|
42
42
|
set maxFractionDigits(a: number);
|
|
43
|
-
private
|
|
43
|
+
private g2;
|
|
44
44
|
get minFractionDigits(): number;
|
|
45
45
|
set minFractionDigits(a: number);
|
|
46
|
-
private
|
|
46
|
+
private g3;
|
|
47
47
|
get minIntegerDigits(): number;
|
|
48
48
|
set minIntegerDigits(a: number);
|
|
49
|
-
private
|
|
49
|
+
private gw;
|
|
50
50
|
get showGroupingSeparator(): boolean;
|
|
51
51
|
set showGroupingSeparator(a: boolean);
|
|
52
52
|
}
|
|
@@ -12,55 +12,58 @@ export declare class NumericColumnDescription extends DataGridColumnDescription
|
|
|
12
12
|
private static __canMarshalByValue1;
|
|
13
13
|
private static __marshalByValueAlias1;
|
|
14
14
|
constructor();
|
|
15
|
-
private
|
|
15
|
+
private jg;
|
|
16
16
|
get negativePrefix(): string;
|
|
17
17
|
set negativePrefix(a: string);
|
|
18
|
-
private
|
|
18
|
+
private ji;
|
|
19
19
|
get positivePrefix(): string;
|
|
20
20
|
set positivePrefix(a: string);
|
|
21
|
-
private
|
|
21
|
+
private jh;
|
|
22
22
|
get negativeSuffix(): string;
|
|
23
23
|
set negativeSuffix(a: string);
|
|
24
|
-
private
|
|
24
|
+
private jj;
|
|
25
25
|
get positiveSuffix(): string;
|
|
26
26
|
set positiveSuffix(a: string);
|
|
27
|
-
private
|
|
27
|
+
private i3;
|
|
28
28
|
get maxFractionDigits(): number;
|
|
29
29
|
set maxFractionDigits(a: number);
|
|
30
|
-
private
|
|
30
|
+
private i4;
|
|
31
31
|
get minFractionDigits(): number;
|
|
32
32
|
set minFractionDigits(a: number);
|
|
33
|
-
private
|
|
33
|
+
private i5;
|
|
34
34
|
get minIntegerDigits(): number;
|
|
35
35
|
set minIntegerDigits(a: number);
|
|
36
|
-
private
|
|
36
|
+
private iz;
|
|
37
|
+
get isPercent(): boolean;
|
|
38
|
+
set isPercent(a: boolean);
|
|
39
|
+
private i0;
|
|
37
40
|
get showGroupingSeparator(): boolean;
|
|
38
41
|
set showGroupingSeparator(a: boolean);
|
|
39
|
-
private
|
|
42
|
+
private jf;
|
|
40
43
|
get formatString(): string;
|
|
41
44
|
set formatString(a: string);
|
|
42
|
-
private
|
|
45
|
+
private is;
|
|
43
46
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
44
47
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
45
|
-
private
|
|
48
|
+
private je;
|
|
46
49
|
get formatOverrideRef(): string;
|
|
47
50
|
set formatOverrideRef(a: string);
|
|
48
|
-
private
|
|
51
|
+
private jc;
|
|
49
52
|
get editorType(): string;
|
|
50
53
|
set editorType(a: string);
|
|
51
|
-
private
|
|
54
|
+
private ja;
|
|
52
55
|
get editorDataSourceRef(): string;
|
|
53
56
|
set editorDataSourceRef(a: string);
|
|
54
|
-
private
|
|
57
|
+
private iu;
|
|
55
58
|
get dataSource(): BaseDataSourceDescription;
|
|
56
59
|
set dataSource(a: BaseDataSourceDescription);
|
|
57
|
-
private
|
|
60
|
+
private iw;
|
|
58
61
|
get genericDataSource(): BaseGenericDataSourceDescription;
|
|
59
62
|
set genericDataSource(a: BaseGenericDataSourceDescription);
|
|
60
|
-
private
|
|
63
|
+
private jb;
|
|
61
64
|
get editorTextField(): string;
|
|
62
65
|
set editorTextField(a: string);
|
|
63
|
-
private
|
|
66
|
+
private jd;
|
|
64
67
|
get editorValueField(): string;
|
|
65
68
|
set editorValueField(a: string);
|
|
66
69
|
}
|
|
@@ -8,19 +8,19 @@ export declare class OrdinalTimeXAxisDescription extends CategoryXAxisDescriptio
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private g0;
|
|
12
12
|
get dateTimeMemberPath(): string;
|
|
13
13
|
set dateTimeMemberPath(a: string);
|
|
14
|
-
private
|
|
14
|
+
private g1;
|
|
15
15
|
get labellingMode(): string;
|
|
16
16
|
set labellingMode(a: string);
|
|
17
|
-
private
|
|
17
|
+
private gu;
|
|
18
18
|
get labelFormats(): TimeAxisLabelFormatDescription[];
|
|
19
19
|
set labelFormats(a: TimeAxisLabelFormatDescription[]);
|
|
20
|
-
private
|
|
20
|
+
private gx;
|
|
21
21
|
get minimumValue(): Date;
|
|
22
22
|
set minimumValue(a: Date);
|
|
23
|
-
private
|
|
23
|
+
private gw;
|
|
24
24
|
get maximumValue(): Date;
|
|
25
25
|
set maximumValue(a: Date);
|
|
26
26
|
}
|
|
@@ -7,85 +7,85 @@ export declare abstract class PolarBaseDescription extends MarkerSeriesDescripti
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private gp;
|
|
11
11
|
get angleMemberPath(): string;
|
|
12
12
|
set angleMemberPath(a: string);
|
|
13
|
-
private
|
|
13
|
+
private gy;
|
|
14
14
|
get radiusMemberPath(): string;
|
|
15
15
|
set radiusMemberPath(a: string);
|
|
16
|
-
private
|
|
16
|
+
private gt;
|
|
17
17
|
get highlightedRadiusMemberPath(): string;
|
|
18
18
|
set highlightedRadiusMemberPath(a: string);
|
|
19
|
-
private
|
|
19
|
+
private gs;
|
|
20
20
|
get highlightedAngleMemberPath(): string;
|
|
21
21
|
set highlightedAngleMemberPath(a: string);
|
|
22
|
-
private
|
|
22
|
+
private gm;
|
|
23
23
|
get angleAxisRef(): string;
|
|
24
24
|
set angleAxisRef(a: string);
|
|
25
|
-
private
|
|
25
|
+
private gv;
|
|
26
26
|
get radiusAxisRef(): string;
|
|
27
27
|
set radiusAxisRef(a: string);
|
|
28
|
-
private
|
|
28
|
+
private f5;
|
|
29
29
|
get useCartesianInterpolation(): boolean;
|
|
30
30
|
set useCartesianInterpolation(a: boolean);
|
|
31
|
-
private
|
|
31
|
+
private gd;
|
|
32
32
|
get maximumMarkers(): number;
|
|
33
33
|
set maximumMarkers(a: number);
|
|
34
|
-
private
|
|
34
|
+
private g0;
|
|
35
35
|
get trendLineType(): string;
|
|
36
36
|
set trendLineType(a: string);
|
|
37
|
-
private
|
|
37
|
+
private gz;
|
|
38
38
|
get trendLineBrush(): string;
|
|
39
39
|
set trendLineBrush(a: string);
|
|
40
|
-
private
|
|
40
|
+
private gl;
|
|
41
41
|
get actualTrendLineBrush(): string;
|
|
42
42
|
set actualTrendLineBrush(a: string);
|
|
43
|
-
private
|
|
43
|
+
private ga;
|
|
44
44
|
get trendLineThickness(): number;
|
|
45
45
|
set trendLineThickness(a: number);
|
|
46
|
-
private
|
|
46
|
+
private f0;
|
|
47
47
|
get trendLineDashArray(): number[];
|
|
48
48
|
set trendLineDashArray(a: number[]);
|
|
49
|
-
private
|
|
49
|
+
private ge;
|
|
50
50
|
get trendLinePeriod(): number;
|
|
51
51
|
set trendLinePeriod(a: number);
|
|
52
|
-
private
|
|
52
|
+
private gf;
|
|
53
53
|
get trendLineZIndex(): number;
|
|
54
54
|
set trendLineZIndex(a: number);
|
|
55
|
-
private
|
|
55
|
+
private f2;
|
|
56
56
|
get clipSeriesToBounds(): boolean;
|
|
57
57
|
set clipSeriesToBounds(a: boolean);
|
|
58
|
-
private
|
|
58
|
+
private gk;
|
|
59
59
|
get actualItemSearchMode(): string;
|
|
60
60
|
set actualItemSearchMode(a: string);
|
|
61
|
-
private
|
|
61
|
+
private gu;
|
|
62
62
|
get itemSearchMode(): string;
|
|
63
63
|
set itemSearchMode(a: string);
|
|
64
|
-
private
|
|
64
|
+
private gc;
|
|
65
65
|
get itemSearchThreshold(): number;
|
|
66
66
|
set itemSearchThreshold(a: number);
|
|
67
|
-
private
|
|
67
|
+
private f4;
|
|
68
68
|
get isCustomPolarStyleAllowed(): boolean;
|
|
69
69
|
set isCustomPolarStyleAllowed(a: boolean);
|
|
70
|
-
private
|
|
70
|
+
private f3;
|
|
71
71
|
get isCustomPolarMarkerStyleAllowed(): boolean;
|
|
72
72
|
set isCustomPolarMarkerStyleAllowed(a: boolean);
|
|
73
|
-
private
|
|
73
|
+
private gw;
|
|
74
74
|
get radiusMemberAsLegendLabel(): string;
|
|
75
75
|
set radiusMemberAsLegendLabel(a: string);
|
|
76
|
-
private
|
|
76
|
+
private gn;
|
|
77
77
|
get angleMemberAsLegendLabel(): string;
|
|
78
78
|
set angleMemberAsLegendLabel(a: string);
|
|
79
|
-
private
|
|
79
|
+
private gx;
|
|
80
80
|
get radiusMemberAsLegendUnit(): string;
|
|
81
81
|
set radiusMemberAsLegendUnit(a: string);
|
|
82
|
-
private
|
|
82
|
+
private go;
|
|
83
83
|
get angleMemberAsLegendUnit(): string;
|
|
84
84
|
set angleMemberAsLegendUnit(a: string);
|
|
85
|
-
private
|
|
85
|
+
private gr;
|
|
86
86
|
get assigningPolarStyleRef(): string;
|
|
87
87
|
set assigningPolarStyleRef(a: string);
|
|
88
|
-
private
|
|
88
|
+
private gq;
|
|
89
89
|
get assigningPolarMarkerStyleRef(): string;
|
|
90
90
|
set assigningPolarMarkerStyleRef(a: string);
|
|
91
91
|
}
|
|
@@ -7,16 +7,16 @@ export declare class ProportionalCategoryAngleAxisDescription extends CategoryAn
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private gu;
|
|
11
11
|
get valueMemberPath(): string;
|
|
12
12
|
set valueMemberPath(a: string);
|
|
13
|
-
private
|
|
13
|
+
private gq;
|
|
14
14
|
get othersCategoryThreshold(): number;
|
|
15
15
|
set othersCategoryThreshold(a: number);
|
|
16
|
-
private
|
|
16
|
+
private gt;
|
|
17
17
|
get othersCategoryType(): string;
|
|
18
18
|
set othersCategoryType(a: string);
|
|
19
|
-
private
|
|
19
|
+
private gs;
|
|
20
20
|
get othersCategoryText(): string;
|
|
21
21
|
set othersCategoryText(a: string);
|
|
22
22
|
}
|