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
|
@@ -5,9 +5,15 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
|
-
import { Base, Type, markType } from "./type";
|
|
8
|
+
import { Base, Type, markType, typeCast } from "./type";
|
|
9
|
+
import { Rectangle } from "./Rectangle";
|
|
10
|
+
import { Path } from "./Path";
|
|
11
|
+
import { Line } from "./Line";
|
|
9
12
|
import { isNaN_ } from "./number";
|
|
10
13
|
import { stringEmpty, stringReplace, stringIsNullOrEmpty } from "./string";
|
|
14
|
+
import { SVGRoot } from "./SVGRoot";
|
|
15
|
+
import { SVGParser } from "./SVGParser";
|
|
16
|
+
import { Ellipse } from "./Ellipse";
|
|
11
17
|
/**
|
|
12
18
|
* @hidden
|
|
13
19
|
*/
|
|
@@ -234,17 +240,17 @@ var FontUtil = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
234
240
|
return d;
|
|
235
241
|
};
|
|
236
242
|
FontUtil.measureStringWidth1 = function (a, b, c) {
|
|
237
|
-
c.
|
|
238
|
-
c.
|
|
243
|
+
c.ac();
|
|
244
|
+
c.ag(b);
|
|
239
245
|
var d = c.g(a);
|
|
240
|
-
c.
|
|
246
|
+
c.ab();
|
|
241
247
|
return d;
|
|
242
248
|
};
|
|
243
249
|
FontUtil.measureStringWidth = function (a, b, c) {
|
|
244
|
-
c.
|
|
245
|
-
c.
|
|
250
|
+
c.ac();
|
|
251
|
+
c.ah(b);
|
|
246
252
|
var d = c.g(a);
|
|
247
|
-
c.
|
|
253
|
+
c.ab();
|
|
248
254
|
return d;
|
|
249
255
|
};
|
|
250
256
|
FontUtil.getDefaultFont = function (a) {
|
|
@@ -624,13 +630,13 @@ var RenderingContext = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
624
630
|
}
|
|
625
631
|
this.c.h$o(a);
|
|
626
632
|
};
|
|
627
|
-
RenderingContext.prototype.
|
|
633
|
+
RenderingContext.prototype.y = function (a) {
|
|
628
634
|
if (this.c == null) {
|
|
629
635
|
return;
|
|
630
636
|
}
|
|
631
637
|
this.c.h$u(a);
|
|
632
638
|
};
|
|
633
|
-
RenderingContext.prototype.
|
|
639
|
+
RenderingContext.prototype.z = function (a, b, c) {
|
|
634
640
|
if (this.c == null) {
|
|
635
641
|
return;
|
|
636
642
|
}
|
|
@@ -666,31 +672,125 @@ var RenderingContext = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
666
672
|
}
|
|
667
673
|
this.c.h$p(a);
|
|
668
674
|
};
|
|
669
|
-
RenderingContext.prototype.
|
|
675
|
+
RenderingContext.prototype.x = function (a, b, c, d, e, f, g, h) {
|
|
676
|
+
var i = SVGParser.c(a);
|
|
677
|
+
var j = typeCast(SVGRoot.$, i);
|
|
678
|
+
var k = 1;
|
|
679
|
+
this.ac();
|
|
680
|
+
if (j != null) {
|
|
681
|
+
this.ac();
|
|
682
|
+
this.ad(k, k);
|
|
683
|
+
var l = 0;
|
|
684
|
+
var m = 0;
|
|
685
|
+
var n = 24;
|
|
686
|
+
var o = 24;
|
|
687
|
+
if (!j.y.isEmpty) {
|
|
688
|
+
l = j.y.left;
|
|
689
|
+
m = j.y.top;
|
|
690
|
+
n = j.y.width;
|
|
691
|
+
o = j.y.height;
|
|
692
|
+
}
|
|
693
|
+
if (!isNaN_(e)) {
|
|
694
|
+
l = e;
|
|
695
|
+
}
|
|
696
|
+
if (!isNaN_(d)) {
|
|
697
|
+
m = d;
|
|
698
|
+
}
|
|
699
|
+
if (!isNaN_(f)) {
|
|
700
|
+
o = f;
|
|
701
|
+
}
|
|
702
|
+
if (!isNaN_(g)) {
|
|
703
|
+
n = g;
|
|
704
|
+
}
|
|
705
|
+
var p = isNaN_(b) ? 24 : b;
|
|
706
|
+
var q = isNaN_(c) ? 24 : c;
|
|
707
|
+
this.ad(q / n, p / o);
|
|
708
|
+
this.ak(-l, -m);
|
|
709
|
+
}
|
|
710
|
+
this.aa(i.e, h);
|
|
711
|
+
if (j != null) {
|
|
712
|
+
this.ab();
|
|
713
|
+
}
|
|
714
|
+
this.ab();
|
|
715
|
+
};
|
|
716
|
+
RenderingContext.prototype.aa = function (a, b) {
|
|
717
|
+
for (var c = 0; c < a.count; c++) {
|
|
718
|
+
var d = a._inner[c];
|
|
719
|
+
if (d.c == 2) {
|
|
720
|
+
this.aa(d.e, b);
|
|
721
|
+
}
|
|
722
|
+
else {
|
|
723
|
+
var e = null;
|
|
724
|
+
if (d.c == 7) {
|
|
725
|
+
var f = d;
|
|
726
|
+
var g = new Path();
|
|
727
|
+
g.an = (f.w);
|
|
728
|
+
e = g;
|
|
729
|
+
b(e, d);
|
|
730
|
+
this.t(g);
|
|
731
|
+
}
|
|
732
|
+
else if (d.c == 3) {
|
|
733
|
+
var h = d;
|
|
734
|
+
var i = new Line();
|
|
735
|
+
i.an = h.w;
|
|
736
|
+
i.ao = h.x;
|
|
737
|
+
i.ap = h.y;
|
|
738
|
+
i.aq = h.z;
|
|
739
|
+
e = i;
|
|
740
|
+
b(e, d);
|
|
741
|
+
this.s(i);
|
|
742
|
+
}
|
|
743
|
+
else if (d.c == 4) {
|
|
744
|
+
var j = d;
|
|
745
|
+
var k = new Rectangle();
|
|
746
|
+
k.n = j.aa;
|
|
747
|
+
k.o = j.ab;
|
|
748
|
+
k.width = j.z;
|
|
749
|
+
k.height = j.w;
|
|
750
|
+
k.ap = j.x;
|
|
751
|
+
k.aq = j.y;
|
|
752
|
+
e = k;
|
|
753
|
+
b(e, d);
|
|
754
|
+
this.w(k);
|
|
755
|
+
}
|
|
756
|
+
else if (d.c == 6 || d.c == 5) {
|
|
757
|
+
var l = d;
|
|
758
|
+
var m = new Ellipse();
|
|
759
|
+
m.width = l.y * 2;
|
|
760
|
+
m.height = l.z * 2;
|
|
761
|
+
m.n = l.w - l.y;
|
|
762
|
+
m.o = l.x - l.z;
|
|
763
|
+
e = m;
|
|
764
|
+
b(e, d);
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
};
|
|
769
|
+
RenderingContext.prototype.ac = function () {
|
|
670
770
|
if (this.c == null) {
|
|
671
771
|
return;
|
|
672
772
|
}
|
|
673
773
|
this.c.h$x();
|
|
674
774
|
};
|
|
675
|
-
RenderingContext.prototype.
|
|
775
|
+
RenderingContext.prototype.ab = function () {
|
|
676
776
|
if (this.c == null) {
|
|
677
777
|
return;
|
|
678
778
|
}
|
|
679
779
|
this.c.h$w();
|
|
680
780
|
};
|
|
681
|
-
RenderingContext.prototype.
|
|
781
|
+
RenderingContext.prototype.aj = function (a) {
|
|
682
782
|
if (this.c == null) {
|
|
683
783
|
return;
|
|
684
784
|
}
|
|
685
785
|
this.c.h$ae(a);
|
|
686
786
|
};
|
|
687
|
-
RenderingContext.prototype.
|
|
787
|
+
RenderingContext.prototype.ad = function (a, b) {
|
|
688
788
|
if (this.c == null) {
|
|
689
789
|
return;
|
|
690
790
|
}
|
|
691
791
|
this.c.h$y(a, b);
|
|
692
792
|
};
|
|
693
|
-
RenderingContext.prototype.
|
|
793
|
+
RenderingContext.prototype.ak = function (a, b) {
|
|
694
794
|
if (this.c == null) {
|
|
695
795
|
return;
|
|
696
796
|
}
|
|
@@ -732,13 +832,13 @@ var RenderingContext = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
732
832
|
}
|
|
733
833
|
return this.c.h$b();
|
|
734
834
|
};
|
|
735
|
-
RenderingContext.prototype.
|
|
835
|
+
RenderingContext.prototype.ag = function (a) {
|
|
736
836
|
if (this.c == null) {
|
|
737
837
|
return;
|
|
738
838
|
}
|
|
739
839
|
this.c.h$ab(a);
|
|
740
840
|
};
|
|
741
|
-
RenderingContext.prototype.
|
|
841
|
+
RenderingContext.prototype.ah = function (a) {
|
|
742
842
|
if (this.c == null) {
|
|
743
843
|
return;
|
|
744
844
|
}
|
|
@@ -750,7 +850,7 @@ var RenderingContext = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
750
850
|
}
|
|
751
851
|
return this.c.h$c(a);
|
|
752
852
|
};
|
|
753
|
-
RenderingContext.prototype.
|
|
853
|
+
RenderingContext.prototype.al = function (a, b, c) {
|
|
754
854
|
if (this.c == null) {
|
|
755
855
|
return null;
|
|
756
856
|
}
|
|
@@ -792,7 +892,7 @@ var RenderingContext = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
792
892
|
a.am(b, c, e);
|
|
793
893
|
return e.c;
|
|
794
894
|
};
|
|
795
|
-
RenderingContext.prototype.
|
|
895
|
+
RenderingContext.prototype.ai = function (a) {
|
|
796
896
|
if (this.c == null) {
|
|
797
897
|
return;
|
|
798
898
|
}
|
|
@@ -816,13 +916,13 @@ var RenderingContext = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
816
916
|
}
|
|
817
917
|
this.c.h$j();
|
|
818
918
|
};
|
|
819
|
-
RenderingContext.prototype.
|
|
919
|
+
RenderingContext.prototype.ae = function (a) {
|
|
820
920
|
if (this.c == null) {
|
|
821
921
|
return;
|
|
822
922
|
}
|
|
823
923
|
this.c.h$z(a);
|
|
824
924
|
};
|
|
825
|
-
RenderingContext.prototype.
|
|
925
|
+
RenderingContext.prototype.af = function (a) {
|
|
826
926
|
if (this.c == null) {
|
|
827
927
|
return;
|
|
828
928
|
}
|
|
@@ -14,9 +14,9 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(ImageCellInfoDescription, _super);
|
|
15
15
|
function ImageCellInfoDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
17
|
+
_this.gu = null;
|
|
18
|
+
_this.gw = null;
|
|
19
|
+
_this.gv = null;
|
|
20
20
|
return _this;
|
|
21
21
|
}
|
|
22
22
|
ImageCellInfoDescription.prototype.get_type = function () {
|
|
@@ -24,10 +24,10 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(ImageCellInfoDescription.prototype, "imagePath", {
|
|
26
26
|
get: function () {
|
|
27
|
-
return this.
|
|
27
|
+
return this.gu;
|
|
28
28
|
},
|
|
29
29
|
set: function (a) {
|
|
30
|
-
this.
|
|
30
|
+
this.gu = a;
|
|
31
31
|
this.j("ImagePath");
|
|
32
32
|
},
|
|
33
33
|
enumerable: false,
|
|
@@ -35,10 +35,10 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(ImageCellInfoDescription.prototype, "imageStretchOption", {
|
|
37
37
|
get: function () {
|
|
38
|
-
return this.
|
|
38
|
+
return this.gw;
|
|
39
39
|
},
|
|
40
40
|
set: function (a) {
|
|
41
|
-
this.
|
|
41
|
+
this.gw = a;
|
|
42
42
|
this.j("ImageStretchOption");
|
|
43
43
|
},
|
|
44
44
|
enumerable: false,
|
|
@@ -46,10 +46,10 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(ImageCellInfoDescription.prototype, "imageResourceType", {
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.
|
|
49
|
+
return this.gv;
|
|
50
50
|
},
|
|
51
51
|
set: function (a) {
|
|
52
|
-
this.
|
|
52
|
+
this.gv = a;
|
|
53
53
|
this.j("ImageResourceType");
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
@@ -14,13 +14,13 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(ImageColumnDescription, _super);
|
|
15
15
|
function ImageColumnDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
17
|
+
_this.i2 = null;
|
|
18
|
+
_this.i0 = null;
|
|
19
|
+
_this.iy = null;
|
|
20
|
+
_this.is = null;
|
|
21
|
+
_this.iu = null;
|
|
22
|
+
_this.iz = null;
|
|
23
|
+
_this.i1 = null;
|
|
24
24
|
return _this;
|
|
25
25
|
}
|
|
26
26
|
ImageColumnDescription.prototype.get_type = function () {
|
|
@@ -28,10 +28,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(ImageColumnDescription.prototype, "imageStretchOption", {
|
|
30
30
|
get: function () {
|
|
31
|
-
return this.
|
|
31
|
+
return this.i2;
|
|
32
32
|
},
|
|
33
33
|
set: function (a) {
|
|
34
|
-
this.
|
|
34
|
+
this.i2 = a;
|
|
35
35
|
this.j("ImageStretchOption");
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
@@ -39,10 +39,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(ImageColumnDescription.prototype, "editorType", {
|
|
41
41
|
get: function () {
|
|
42
|
-
return this.
|
|
42
|
+
return this.i0;
|
|
43
43
|
},
|
|
44
44
|
set: function (a) {
|
|
45
|
-
this.
|
|
45
|
+
this.i0 = a;
|
|
46
46
|
this.j("EditorType");
|
|
47
47
|
},
|
|
48
48
|
enumerable: false,
|
|
@@ -50,10 +50,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(ImageColumnDescription.prototype, "editorDataSourceRef", {
|
|
52
52
|
get: function () {
|
|
53
|
-
return this.
|
|
53
|
+
return this.iy;
|
|
54
54
|
},
|
|
55
55
|
set: function (a) {
|
|
56
|
-
this.
|
|
56
|
+
this.iy = a;
|
|
57
57
|
this.j("EditorDataSourceRef");
|
|
58
58
|
},
|
|
59
59
|
enumerable: false,
|
|
@@ -61,10 +61,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(ImageColumnDescription.prototype, "dataSource", {
|
|
63
63
|
get: function () {
|
|
64
|
-
return this.
|
|
64
|
+
return this.is;
|
|
65
65
|
},
|
|
66
66
|
set: function (a) {
|
|
67
|
-
this.
|
|
67
|
+
this.is = a;
|
|
68
68
|
this.j("DataSource");
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
@@ -72,10 +72,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(ImageColumnDescription.prototype, "genericDataSource", {
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.
|
|
75
|
+
return this.iu;
|
|
76
76
|
},
|
|
77
77
|
set: function (a) {
|
|
78
|
-
this.
|
|
78
|
+
this.iu = a;
|
|
79
79
|
this.j("GenericDataSource");
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
@@ -83,10 +83,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(ImageColumnDescription.prototype, "editorTextField", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.
|
|
86
|
+
return this.iz;
|
|
87
87
|
},
|
|
88
88
|
set: function (a) {
|
|
89
|
-
this.
|
|
89
|
+
this.iz = a;
|
|
90
90
|
this.j("EditorTextField");
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
@@ -94,10 +94,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(ImageColumnDescription.prototype, "editorValueField", {
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.
|
|
97
|
+
return this.i1;
|
|
98
98
|
},
|
|
99
99
|
set: function (a) {
|
|
100
|
-
this.
|
|
100
|
+
this.i1 = a;
|
|
101
101
|
this.j("EditorValueField");
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
@@ -19,8 +19,8 @@ var ItemLegendDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
19
19
|
}
|
|
20
20
|
ItemLegendDescriptionMetadata.e = function (a) {
|
|
21
21
|
a.item("_qualifiedName", "String:Infragistics.Controls.Charts.ItemLegend");
|
|
22
|
-
a.item("Width", "(w:Width/DimensionTransform,xam:Width/DimensionTransform)String");
|
|
23
|
-
a.item("Height", "(w:Height/DimensionTransform,xam:Height/DimensionTransform)String");
|
|
22
|
+
a.item("Width", "(w:Width/DimensionTransform,xam:Width/DimensionTransform,gtk:Width/DimensionTransform)String");
|
|
23
|
+
a.item("Height", "(w:Height/DimensionTransform,xam:Height/DimensionTransform,gtk:Height/DimensionTransform)String");
|
|
24
24
|
};
|
|
25
25
|
ItemLegendDescriptionMetadata.b = function (a) {
|
|
26
26
|
if (ItemLegendDescriptionMetadata.a == null) {
|
|
@@ -49,7 +49,8 @@ var JsonDictionaryValue = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49
49
|
a.i(b.toString());
|
|
50
50
|
break;
|
|
51
51
|
case 2:
|
|
52
|
-
|
|
52
|
+
var c = this.value != null ? this.a(this.value) : "";
|
|
53
|
+
a.i("\"" + c + "\"");
|
|
53
54
|
break;
|
|
54
55
|
}
|
|
55
56
|
};
|
|
@@ -439,6 +439,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
439
439
|
case 3: return "Igc";
|
|
440
440
|
case 4: return "Ultra";
|
|
441
441
|
case 0: return "Xam";
|
|
442
|
+
case 8: return "Igg";
|
|
442
443
|
case 5: return "Igb";
|
|
443
444
|
case 6: return "Iga";
|
|
444
445
|
case 7: return "Igs";
|
|
@@ -458,7 +459,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
458
459
|
case 2: return "";
|
|
459
460
|
case 3: return "Component";
|
|
460
461
|
case 4: return "";
|
|
461
|
-
case 0:
|
|
462
|
+
case 0:
|
|
463
|
+
case 8: return "";
|
|
462
464
|
case 6: return "";
|
|
463
465
|
case 7: return "";
|
|
464
466
|
}
|
|
@@ -4926,6 +4928,43 @@ var WindowsFormsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @clas
|
|
|
4926
4928
|
return WindowsFormsCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
4927
4929
|
}(CodeGeneratingComponentRendererCodeEmitter));
|
|
4928
4930
|
export { WindowsFormsCodeBehindCodeGeneratingComponentRendererCodeEmitter };
|
|
4931
|
+
/**
|
|
4932
|
+
* @hidden
|
|
4933
|
+
*/
|
|
4934
|
+
var GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
4935
|
+
__extends(GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
4936
|
+
function GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
4937
|
+
return _super.call(this, a, b) || this;
|
|
4938
|
+
}
|
|
4939
|
+
GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a) {
|
|
4940
|
+
if (a == null || isNaN_(a)) {
|
|
4941
|
+
return "";
|
|
4942
|
+
}
|
|
4943
|
+
return "TimeSpan.FromMilliseconds(" + a + ")";
|
|
4944
|
+
};
|
|
4945
|
+
GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
4946
|
+
return true;
|
|
4947
|
+
};
|
|
4948
|
+
Object.defineProperty(GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype, "r", {
|
|
4949
|
+
get: function () {
|
|
4950
|
+
return this.get_r();
|
|
4951
|
+
},
|
|
4952
|
+
enumerable: false,
|
|
4953
|
+
configurable: true
|
|
4954
|
+
});
|
|
4955
|
+
GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
4956
|
+
return new GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
4957
|
+
};
|
|
4958
|
+
GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
|
|
4959
|
+
return false;
|
|
4960
|
+
};
|
|
4961
|
+
GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
4962
|
+
return "Igg";
|
|
4963
|
+
};
|
|
4964
|
+
GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
4965
|
+
return GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
4966
|
+
}(CodeGeneratingComponentRendererCodeEmitter));
|
|
4967
|
+
export { GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter };
|
|
4929
4968
|
/**
|
|
4930
4969
|
* @hidden
|
|
4931
4970
|
*/
|
|
@@ -5149,6 +5188,7 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
5149
5188
|
else {
|
|
5150
5189
|
return new BlazorRazorCodeGeneratingComponentRendererCodeEmitter(b, c);
|
|
5151
5190
|
}
|
|
5191
|
+
case 8: return new GtkCodeBehindCodeGeneratingComponentRendererCodeEmitter(b, c);
|
|
5152
5192
|
}
|
|
5153
5193
|
return null;
|
|
5154
5194
|
};
|
|
@@ -5157,7 +5197,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
5157
5197
|
case 1: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
5158
5198
|
case 2: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
5159
5199
|
case 3: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
5160
|
-
case 4:
|
|
5200
|
+
case 4:
|
|
5201
|
+
case 8: return new DotNetCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
5161
5202
|
case 6: return new KotlinCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
5162
5203
|
case 7: return new SwiftCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
5163
5204
|
case 0:
|
|
@@ -5174,7 +5215,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
5174
5215
|
case 7: return new SwiftCodeGeneratingComponentRendererHandlerEmitter(a, b);
|
|
5175
5216
|
case 0:
|
|
5176
5217
|
case 5:
|
|
5177
|
-
case 4:
|
|
5218
|
+
case 4:
|
|
5219
|
+
case 8: return new DotNetCodeGeneratingComponentRendererHandlerEmitter(a, b);
|
|
5178
5220
|
}
|
|
5179
5221
|
return null;
|
|
5180
5222
|
};
|
|
@@ -5187,7 +5229,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
5187
5229
|
case 7: return new SwiftCodeGeneratingComponentRendererTemplateEmitter(a, b);
|
|
5188
5230
|
case 0:
|
|
5189
5231
|
case 5:
|
|
5190
|
-
case 4:
|
|
5232
|
+
case 4:
|
|
5233
|
+
case 8: return new DotNetCodeGeneratingComponentRendererTemplateEmitter(a, b);
|
|
5191
5234
|
}
|
|
5192
5235
|
return null;
|
|
5193
5236
|
};
|
|
@@ -5196,7 +5239,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
5196
5239
|
case 1: return new TSCodeGeneratingComponentRendererModuleEmitter(this.gy, a, b);
|
|
5197
5240
|
case 2: return new TSCodeGeneratingComponentRendererModuleEmitter(this.gy, a, b);
|
|
5198
5241
|
case 3: return new TSCodeGeneratingComponentRendererModuleEmitter(this.gy, a, b);
|
|
5199
|
-
case 4:
|
|
5242
|
+
case 4:
|
|
5243
|
+
case 8: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.gy, a, b);
|
|
5200
5244
|
case 6: return new KotlinCodeGeneratingComponentRendererModuleEmitter(this.gy, a, b);
|
|
5201
5245
|
case 7: return new SwiftCodeGeneratingComponentRendererModuleEmitter(this.gy, a, b);
|
|
5202
5246
|
case 0: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.gy, a, b);
|
|
@@ -5372,7 +5416,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
5372
5416
|
case 4:
|
|
5373
5417
|
case 0:
|
|
5374
5418
|
case 6:
|
|
5375
|
-
case 5:
|
|
5419
|
+
case 5:
|
|
5420
|
+
case 8: return CodeGeneratingComponentRenderer.g6(a);
|
|
5376
5421
|
}
|
|
5377
5422
|
}
|
|
5378
5423
|
return a;
|
|
@@ -5401,6 +5446,7 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
5401
5446
|
case 5: return 12;
|
|
5402
5447
|
case 6: return 13;
|
|
5403
5448
|
case 7: return 14;
|
|
5449
|
+
case 8: return 15;
|
|
5404
5450
|
}
|
|
5405
5451
|
return 0;
|
|
5406
5452
|
};
|
|
@@ -5865,6 +5911,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5865
5911
|
case 3: return "Igc";
|
|
5866
5912
|
case 4: return "Ultra";
|
|
5867
5913
|
case 0: return "Xam";
|
|
5914
|
+
case 8: return "Igg";
|
|
5868
5915
|
case 5: return "Igb";
|
|
5869
5916
|
case 6: return "Iga";
|
|
5870
5917
|
case 7: return "Igs";
|
|
@@ -5884,7 +5931,8 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5884
5931
|
case 2: return "";
|
|
5885
5932
|
case 3: return "Component";
|
|
5886
5933
|
case 4: return "";
|
|
5887
|
-
case 0:
|
|
5934
|
+
case 0:
|
|
5935
|
+
case 8: return "";
|
|
5888
5936
|
case 6: return "";
|
|
5889
5937
|
case 7: return "";
|
|
5890
5938
|
}
|
|
@@ -6190,6 +6238,8 @@ var CodeGenerationRendererAdapter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
6190
6238
|
};
|
|
6191
6239
|
CodeGenerationRendererAdapter.prototype.disposeHandler = function (a) {
|
|
6192
6240
|
};
|
|
6241
|
+
CodeGenerationRendererAdapter.prototype.destroyObject = function (a) {
|
|
6242
|
+
};
|
|
6193
6243
|
CodeGenerationRendererAdapter.prototype.executeMethod = function (a, b, c, d, e) {
|
|
6194
6244
|
};
|
|
6195
6245
|
CodeGenerationRendererAdapter.prototype.serializeBrush = function (a) {
|
|
@@ -19,8 +19,8 @@ var LegendDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
19
19
|
}
|
|
20
20
|
LegendDescriptionMetadata.e = function (a) {
|
|
21
21
|
a.item("_qualifiedName", "String:Infragistics.Controls.Charts.Legend");
|
|
22
|
-
a.item("Width", "(wf:Width/SizeTransform,w:Width/DimensionTransform,xam:Width/DimensionTransform)String");
|
|
23
|
-
a.item("Height", "(wf:Height/SizeTransform,w:Height/DimensionTransform,xam:Height/DimensionTransform)String");
|
|
22
|
+
a.item("Width", "(wf:Width/SizeTransform,w:Width/DimensionTransform,xam:Width/DimensionTransform,gtk:Width/DimensionTransform)String");
|
|
23
|
+
a.item("Height", "(wf:Height/SizeTransform,w:Height/DimensionTransform,xam:Height/DimensionTransform,gtk:Height/DimensionTransform)String");
|
|
24
24
|
};
|
|
25
25
|
LegendDescriptionMetadata.b = function (a) {
|
|
26
26
|
if (LegendDescriptionMetadata.a == null) {
|
|
@@ -14,7 +14,7 @@ var LineSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(LineSeriesDescription, _super);
|
|
15
15
|
function LineSeriesDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
17
|
+
_this.g8 = null;
|
|
18
18
|
return _this;
|
|
19
19
|
}
|
|
20
20
|
LineSeriesDescription.prototype.get_type = function () {
|
|
@@ -22,10 +22,10 @@ var LineSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
};
|
|
23
23
|
Object.defineProperty(LineSeriesDescription.prototype, "unknownValuePlotting", {
|
|
24
24
|
get: function () {
|
|
25
|
-
return this.
|
|
25
|
+
return this.g8;
|
|
26
26
|
},
|
|
27
27
|
set: function (a) {
|
|
28
|
-
this.
|
|
28
|
+
this.g8 = a;
|
|
29
29
|
this.j("UnknownValuePlotting");
|
|
30
30
|
},
|
|
31
31
|
enumerable: false,
|
|
@@ -25,8 +25,8 @@ var LinearGaugeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
25
25
|
a.item("FontStyle", "(w:FontStyle/FontStyleTransform,s:TextStyle/FontStyleTransform,xam:FontStyle/FontStyleTransform,wf:FontStyle/FontStyleTransform,web:TextStyle/FontStyleTransform)String");
|
|
26
26
|
a.item("FontWeight", "(w:FontWeight/FontWeightTransform,s:TextStyle/FontWeightTransform,xam:FontStyle/FontWeightTransform,wf:FontStyle/FontWeightTransform,web:TextStyle/FontWeightTransform)String");
|
|
27
27
|
a.item("_qualifiedName", "String:Infragistics.Controls.Gauges.XamLinearGauge");
|
|
28
|
-
a.item("Width", "(w:Width/DimensionTransform,xam:Width/DimensionTransform)String");
|
|
29
|
-
a.item("Height", "(w:Height/DimensionTransform,xam:Height/DimensionTransform)String");
|
|
28
|
+
a.item("Width", "(w:Width/DimensionTransform,xam:Width/DimensionTransform,gtk:Width/DimensionTransform)String");
|
|
29
|
+
a.item("Height", "(w:Height/DimensionTransform,xam:Height/DimensionTransform,gtk:Height/DimensionTransform)String");
|
|
30
30
|
a.item("LegendRef", "(w:Legend)DataRef:String");
|
|
31
31
|
a.item("Background", "(wf:BackColor/ColorTransform)Brush");
|
|
32
32
|
};
|