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
|
@@ -27,15 +27,12 @@ import { DataGridColumnDescription } from "./DataGridColumnDescription";
|
|
|
27
27
|
*/
|
|
28
28
|
export declare class DataGridDescription extends Description {
|
|
29
29
|
static $t: Type;
|
|
30
|
-
private
|
|
30
|
+
private j0;
|
|
31
31
|
get width(): string;
|
|
32
32
|
set width(a: string);
|
|
33
|
-
private
|
|
33
|
+
private h3;
|
|
34
34
|
get height(): string;
|
|
35
35
|
set height(a: string);
|
|
36
|
-
private fd;
|
|
37
|
-
get background(): string;
|
|
38
|
-
set background(a: string);
|
|
39
36
|
private by;
|
|
40
37
|
get isGroupByAreaVisible(): boolean;
|
|
41
38
|
set isGroupByAreaVisible(a: boolean);
|
|
@@ -48,34 +45,37 @@ export declare class DataGridDescription extends Description {
|
|
|
48
45
|
protected get_type(): string;
|
|
49
46
|
get type(): string;
|
|
50
47
|
constructor();
|
|
51
|
-
private
|
|
48
|
+
private ju;
|
|
49
|
+
get theme(): string;
|
|
50
|
+
set theme(a: string);
|
|
51
|
+
private g0;
|
|
52
52
|
get columnResizingMode(): string;
|
|
53
53
|
set columnResizingMode(a: string);
|
|
54
|
-
private
|
|
54
|
+
private gd;
|
|
55
55
|
get columnMovingMode(): string;
|
|
56
56
|
set columnMovingMode(a: string);
|
|
57
57
|
private b5;
|
|
58
58
|
get isRowHoverEnabled(): boolean;
|
|
59
59
|
set isRowHoverEnabled(a: boolean);
|
|
60
|
-
private
|
|
60
|
+
private ih;
|
|
61
61
|
get rowHoverBackground(): string;
|
|
62
62
|
set rowHoverBackground(a: string);
|
|
63
|
-
private
|
|
63
|
+
private ii;
|
|
64
64
|
get rowHoverTextColor(): string;
|
|
65
65
|
set rowHoverTextColor(a: string);
|
|
66
|
-
private
|
|
66
|
+
private hg;
|
|
67
67
|
get editRowBorder(): string;
|
|
68
68
|
set editRowBorder(a: string);
|
|
69
|
-
private
|
|
69
|
+
private dt;
|
|
70
70
|
get editRowBorderWidthBottom(): number;
|
|
71
71
|
set editRowBorderWidthBottom(a: number);
|
|
72
|
-
private
|
|
72
|
+
private du;
|
|
73
73
|
get editRowBorderWidthLeft(): number;
|
|
74
74
|
set editRowBorderWidthLeft(a: number);
|
|
75
|
-
private
|
|
75
|
+
private dv;
|
|
76
76
|
get editRowBorderWidthRight(): number;
|
|
77
77
|
set editRowBorderWidthRight(a: number);
|
|
78
|
-
private
|
|
78
|
+
private dw;
|
|
79
79
|
get editRowBorderWidthTop(): number;
|
|
80
80
|
set editRowBorderWidthTop(a: number);
|
|
81
81
|
private bi;
|
|
@@ -111,25 +111,25 @@ export declare class DataGridDescription extends Description {
|
|
|
111
111
|
private o;
|
|
112
112
|
get dataSourceDesiredProperties(): string[];
|
|
113
113
|
set dataSourceDesiredProperties(a: string[]);
|
|
114
|
-
private
|
|
114
|
+
private ha;
|
|
115
115
|
get density(): string;
|
|
116
116
|
set density(a: string);
|
|
117
|
-
private
|
|
117
|
+
private ew;
|
|
118
118
|
get actualRowHeight(): number;
|
|
119
119
|
set actualRowHeight(a: number);
|
|
120
|
-
private
|
|
120
|
+
private e5;
|
|
121
121
|
get rowHeight(): number;
|
|
122
122
|
set rowHeight(a: number);
|
|
123
|
-
private
|
|
123
|
+
private dq;
|
|
124
124
|
get defaultColumnMinWidth(): number;
|
|
125
125
|
set defaultColumnMinWidth(a: number);
|
|
126
|
-
private
|
|
126
|
+
private ev;
|
|
127
127
|
get actualHeaderHeight(): number;
|
|
128
128
|
set actualHeaderHeight(a: number);
|
|
129
|
-
private
|
|
129
|
+
private e0;
|
|
130
130
|
get headerHeight(): number;
|
|
131
131
|
set headerHeight(a: number);
|
|
132
|
-
private
|
|
132
|
+
private g8;
|
|
133
133
|
get dataSourceRef(): string;
|
|
134
134
|
set dataSourceRef(a: string);
|
|
135
135
|
private ay;
|
|
@@ -138,13 +138,13 @@ export declare class DataGridDescription extends Description {
|
|
|
138
138
|
private a0;
|
|
139
139
|
get genericDataSource(): BaseGenericDataSourceDescription;
|
|
140
140
|
set genericDataSource(a: BaseGenericDataSourceDescription);
|
|
141
|
-
private
|
|
141
|
+
private hu;
|
|
142
142
|
get headerClickAction(): string;
|
|
143
143
|
set headerClickAction(a: string);
|
|
144
|
-
private
|
|
144
|
+
private he;
|
|
145
145
|
get editMode(): string;
|
|
146
146
|
set editMode(a: string);
|
|
147
|
-
private
|
|
147
|
+
private hf;
|
|
148
148
|
get editModeClickAction(): string;
|
|
149
149
|
set editModeClickAction(a: string);
|
|
150
150
|
private bt;
|
|
@@ -153,55 +153,55 @@ export declare class DataGridDescription extends Description {
|
|
|
153
153
|
private bq;
|
|
154
154
|
get autoGenerateColumns(): boolean;
|
|
155
155
|
set autoGenerateColumns(a: boolean);
|
|
156
|
-
private
|
|
156
|
+
private e6;
|
|
157
157
|
get rowSeparatorHeight(): number;
|
|
158
158
|
set rowSeparatorHeight(a: number);
|
|
159
159
|
private b4;
|
|
160
160
|
get isPlaceholderRenderingEnabled(): boolean;
|
|
161
161
|
set isPlaceholderRenderingEnabled(a: boolean);
|
|
162
|
-
private
|
|
162
|
+
private f8;
|
|
163
163
|
get columnAddingAnimationMode(): string;
|
|
164
164
|
set columnAddingAnimationMode(a: string);
|
|
165
|
-
private
|
|
165
|
+
private gy;
|
|
166
166
|
get columnPropertyUpdatingAnimationMode(): string;
|
|
167
167
|
set columnPropertyUpdatingAnimationMode(a: string);
|
|
168
|
-
private
|
|
168
|
+
private ft;
|
|
169
169
|
get cellDataLoadedAnimationMode(): string;
|
|
170
170
|
set cellDataLoadedAnimationMode(a: string);
|
|
171
|
-
private
|
|
171
|
+
private ij;
|
|
172
172
|
get rowSelectionAnimationMode(): string;
|
|
173
173
|
set rowSelectionAnimationMode(a: string);
|
|
174
|
-
private
|
|
174
|
+
private ig;
|
|
175
175
|
get rowHoverAnimationMode(): string;
|
|
176
176
|
set rowHoverAnimationMode(a: string);
|
|
177
|
-
private
|
|
177
|
+
private f5;
|
|
178
178
|
get cellSelectionAnimationMode(): string;
|
|
179
179
|
set cellSelectionAnimationMode(a: string);
|
|
180
180
|
private a6;
|
|
181
181
|
get animationSettings(): GridAnimationSettingsDescription;
|
|
182
182
|
set animationSettings(a: GridAnimationSettingsDescription);
|
|
183
|
-
private
|
|
183
|
+
private gz;
|
|
184
184
|
get columnResizingAnimationMode(): string;
|
|
185
185
|
set columnResizingAnimationMode(a: string);
|
|
186
|
-
private
|
|
186
|
+
private g3;
|
|
187
187
|
get columnShowingAnimationMode(): string;
|
|
188
188
|
set columnShowingAnimationMode(a: string);
|
|
189
|
-
private
|
|
189
|
+
private gc;
|
|
190
190
|
get columnMovingAnimationMode(): string;
|
|
191
191
|
set columnMovingAnimationMode(a: string);
|
|
192
|
-
private
|
|
192
|
+
private gb;
|
|
193
193
|
get columnHidingAnimationMode(): string;
|
|
194
194
|
set columnHidingAnimationMode(a: string);
|
|
195
|
-
private
|
|
195
|
+
private f9;
|
|
196
196
|
get columnExchangingAnimationMode(): string;
|
|
197
197
|
set columnExchangingAnimationMode(a: string);
|
|
198
|
-
private
|
|
198
|
+
private i4;
|
|
199
199
|
get selectionMode(): string;
|
|
200
200
|
set selectionMode(a: string);
|
|
201
|
-
private
|
|
201
|
+
private fj;
|
|
202
202
|
get activationMode(): string;
|
|
203
203
|
set activationMode(a: string);
|
|
204
|
-
private
|
|
204
|
+
private i2;
|
|
205
205
|
get selectionBehavior(): string;
|
|
206
206
|
set selectionBehavior(a: string);
|
|
207
207
|
private b9;
|
|
@@ -228,265 +228,277 @@ export declare class DataGridDescription extends Description {
|
|
|
228
228
|
private bv;
|
|
229
229
|
get isColumnOptionsEnabled(): boolean;
|
|
230
230
|
set isColumnOptionsEnabled(a: boolean);
|
|
231
|
+
private cg;
|
|
232
|
+
get useNewerColumnOptionsMenu(): boolean;
|
|
233
|
+
set useNewerColumnOptionsMenu(a: boolean);
|
|
231
234
|
private b1;
|
|
232
235
|
get isGroupRowSticky(): boolean;
|
|
233
236
|
set isGroupRowSticky(a: boolean);
|
|
234
237
|
private b2;
|
|
235
238
|
get isHeaderSeparatorVisible(): boolean;
|
|
236
239
|
set isHeaderSeparatorVisible(a: boolean);
|
|
237
|
-
private
|
|
240
|
+
private f3;
|
|
238
241
|
get cellSelectedBackground(): string;
|
|
239
242
|
set cellSelectedBackground(a: string);
|
|
240
|
-
private
|
|
243
|
+
private f4;
|
|
244
|
+
get cellSelectedTextColor(): string;
|
|
245
|
+
set cellSelectedTextColor(a: string);
|
|
246
|
+
private iw;
|
|
241
247
|
get sectionHeaderSelectedBackground(): string;
|
|
242
248
|
set sectionHeaderSelectedBackground(a: string);
|
|
243
|
-
private
|
|
249
|
+
private i9;
|
|
244
250
|
get summaryRootBackground(): string;
|
|
245
251
|
set summaryRootBackground(a: string);
|
|
246
|
-
private
|
|
252
|
+
private jk;
|
|
247
253
|
get summarySectionBackground(): string;
|
|
248
254
|
set summarySectionBackground(a: string);
|
|
249
|
-
private
|
|
255
|
+
private dy;
|
|
250
256
|
get pinnedRowOpacity(): number;
|
|
251
257
|
set pinnedRowOpacity(a: number);
|
|
252
|
-
private
|
|
258
|
+
private hb;
|
|
253
259
|
get editFontFamily(): string;
|
|
254
260
|
set editFontFamily(a: string);
|
|
255
|
-
private
|
|
261
|
+
private dr;
|
|
256
262
|
get editFontSize(): number;
|
|
257
263
|
set editFontSize(a: number);
|
|
258
|
-
private
|
|
264
|
+
private hc;
|
|
259
265
|
get editFontStyle(): string;
|
|
260
266
|
set editFontStyle(a: string);
|
|
261
|
-
private
|
|
267
|
+
private hd;
|
|
262
268
|
get editFontWeight(): string;
|
|
263
269
|
set editFontWeight(a: string);
|
|
264
|
-
private
|
|
270
|
+
private ds;
|
|
265
271
|
get editOpacity(): number;
|
|
266
272
|
set editOpacity(a: number);
|
|
267
|
-
private
|
|
273
|
+
private g9;
|
|
268
274
|
get deletedTextColor(): string;
|
|
269
275
|
set deletedTextColor(a: string);
|
|
270
|
-
private
|
|
276
|
+
private i7;
|
|
271
277
|
get stickyRowBackground(): string;
|
|
272
278
|
set stickyRowBackground(a: string);
|
|
273
|
-
private
|
|
279
|
+
private ib;
|
|
274
280
|
get pinnedRowBackground(): string;
|
|
275
281
|
set pinnedRowBackground(a: string);
|
|
276
|
-
private
|
|
282
|
+
private h7;
|
|
277
283
|
get lastStickyRowBackground(): string;
|
|
278
284
|
set lastStickyRowBackground(a: string);
|
|
279
285
|
private a8;
|
|
280
286
|
get activeCell(): GridCellPositionDescription;
|
|
281
287
|
set activeCell(a: GridCellPositionDescription);
|
|
282
|
-
private
|
|
288
|
+
private fr;
|
|
283
289
|
get cellBackground(): string;
|
|
284
290
|
set cellBackground(a: string);
|
|
285
|
-
private
|
|
291
|
+
private f6;
|
|
286
292
|
get cellTextColor(): string;
|
|
287
293
|
set cellTextColor(a: string);
|
|
288
|
-
private
|
|
294
|
+
private h0;
|
|
289
295
|
get headerSortIndicatorColor(): string;
|
|
290
296
|
set headerSortIndicatorColor(a: string);
|
|
291
|
-
private
|
|
297
|
+
private h1;
|
|
292
298
|
get headerSortIndicatorStyle(): string;
|
|
293
299
|
set headerSortIndicatorStyle(a: string);
|
|
294
|
-
private
|
|
300
|
+
private fw;
|
|
295
301
|
get cellFontFamily(): string;
|
|
296
302
|
set cellFontFamily(a: string);
|
|
297
|
-
private
|
|
303
|
+
private dg;
|
|
298
304
|
get cellFontSize(): number;
|
|
299
305
|
set cellFontSize(a: number);
|
|
300
|
-
private
|
|
306
|
+
private fx;
|
|
301
307
|
get cellFontStyle(): string;
|
|
302
308
|
set cellFontStyle(a: string);
|
|
303
|
-
private
|
|
309
|
+
private fy;
|
|
304
310
|
get cellFontWeight(): string;
|
|
305
311
|
set cellFontWeight(a: string);
|
|
306
|
-
private
|
|
312
|
+
private ir;
|
|
307
313
|
get sectionHeaderBackground(): string;
|
|
308
314
|
set sectionHeaderBackground(a: string);
|
|
309
|
-
private
|
|
315
|
+
private ix;
|
|
310
316
|
get sectionHeaderTextColor(): string;
|
|
311
317
|
set sectionHeaderTextColor(a: string);
|
|
312
|
-
private
|
|
318
|
+
private is;
|
|
319
|
+
get sectionHeaderExpansionIndicatorIconColor(): string;
|
|
320
|
+
set sectionHeaderExpansionIndicatorIconColor(a: string);
|
|
321
|
+
private it;
|
|
313
322
|
get sectionHeaderFontFamily(): string;
|
|
314
323
|
set sectionHeaderFontFamily(a: string);
|
|
315
|
-
private
|
|
324
|
+
private dz;
|
|
316
325
|
get sectionHeaderFontSize(): number;
|
|
317
326
|
set sectionHeaderFontSize(a: number);
|
|
318
|
-
private
|
|
327
|
+
private iu;
|
|
319
328
|
get sectionHeaderFontStyle(): string;
|
|
320
329
|
set sectionHeaderFontStyle(a: string);
|
|
321
|
-
private
|
|
330
|
+
private iv;
|
|
322
331
|
get sectionHeaderFontWeight(): string;
|
|
323
332
|
set sectionHeaderFontWeight(a: string);
|
|
324
|
-
private
|
|
333
|
+
private ja;
|
|
325
334
|
get summaryRootLabelFontFamily(): string;
|
|
326
335
|
set summaryRootLabelFontFamily(a: string);
|
|
327
|
-
private
|
|
336
|
+
private d0;
|
|
328
337
|
get summaryRootLabelFontSize(): number;
|
|
329
338
|
set summaryRootLabelFontSize(a: number);
|
|
330
|
-
private
|
|
339
|
+
private jb;
|
|
331
340
|
get summaryRootLabelFontStyle(): string;
|
|
332
341
|
set summaryRootLabelFontStyle(a: string);
|
|
333
|
-
private
|
|
342
|
+
private jc;
|
|
334
343
|
get summaryRootLabelFontWeight(): string;
|
|
335
344
|
set summaryRootLabelFontWeight(a: string);
|
|
336
|
-
private
|
|
345
|
+
private jl;
|
|
337
346
|
get summarySectionLabelFontFamily(): string;
|
|
338
347
|
set summarySectionLabelFontFamily(a: string);
|
|
339
|
-
private
|
|
348
|
+
private d2;
|
|
340
349
|
get summarySectionLabelFontSize(): number;
|
|
341
350
|
set summarySectionLabelFontSize(a: number);
|
|
342
|
-
private
|
|
351
|
+
private jm;
|
|
343
352
|
get summarySectionLabelFontStyle(): string;
|
|
344
353
|
set summarySectionLabelFontStyle(a: string);
|
|
345
|
-
private
|
|
354
|
+
private jn;
|
|
346
355
|
get summarySectionLabelFontWeight(): string;
|
|
347
356
|
set summarySectionLabelFontWeight(a: string);
|
|
348
|
-
private
|
|
357
|
+
private ji;
|
|
349
358
|
get summaryRootValueTextColor(): string;
|
|
350
359
|
set summaryRootValueTextColor(a: string);
|
|
351
|
-
private
|
|
360
|
+
private jf;
|
|
352
361
|
get summaryRootValueFontFamily(): string;
|
|
353
362
|
set summaryRootValueFontFamily(a: string);
|
|
354
|
-
private
|
|
363
|
+
private d1;
|
|
355
364
|
get summaryRootValueFontSize(): number;
|
|
356
365
|
set summaryRootValueFontSize(a: number);
|
|
357
|
-
private
|
|
366
|
+
private jg;
|
|
358
367
|
get summaryRootValueFontStyle(): string;
|
|
359
368
|
set summaryRootValueFontStyle(a: string);
|
|
360
|
-
private
|
|
369
|
+
private jh;
|
|
361
370
|
get summaryRootValueFontWeight(): string;
|
|
362
371
|
set summaryRootValueFontWeight(a: string);
|
|
363
|
-
private
|
|
372
|
+
private jq;
|
|
364
373
|
get summarySectionValueFontFamily(): string;
|
|
365
374
|
set summarySectionValueFontFamily(a: string);
|
|
366
|
-
private
|
|
375
|
+
private d3;
|
|
367
376
|
get summarySectionValueFontSize(): number;
|
|
368
377
|
set summarySectionValueFontSize(a: number);
|
|
369
|
-
private
|
|
378
|
+
private jr;
|
|
370
379
|
get summarySectionValueFontStyle(): string;
|
|
371
380
|
set summarySectionValueFontStyle(a: string);
|
|
372
|
-
private
|
|
381
|
+
private js;
|
|
373
382
|
get summarySectionValueFontWeight(): string;
|
|
374
383
|
set summarySectionValueFontWeight(a: string);
|
|
375
|
-
private
|
|
384
|
+
private jt;
|
|
376
385
|
get summarySectionValueTextColor(): string;
|
|
377
386
|
set summarySectionValueTextColor(a: string);
|
|
378
|
-
private
|
|
387
|
+
private jd;
|
|
379
388
|
get summaryRootLabelTextColor(): string;
|
|
380
389
|
set summaryRootLabelTextColor(a: string);
|
|
381
|
-
private
|
|
390
|
+
private jo;
|
|
382
391
|
get summarySectionLabelTextColor(): string;
|
|
383
392
|
set summarySectionLabelTextColor(a: string);
|
|
384
|
-
private
|
|
393
|
+
private je;
|
|
385
394
|
get summaryRootSelectedBackground(): string;
|
|
386
395
|
set summaryRootSelectedBackground(a: string);
|
|
387
|
-
private
|
|
396
|
+
private jp;
|
|
388
397
|
get summarySectionSelectedBackground(): string;
|
|
389
398
|
set summarySectionSelectedBackground(a: string);
|
|
390
|
-
private
|
|
399
|
+
private e4;
|
|
391
400
|
get pinnedAreaSeparatorWidth(): number;
|
|
392
401
|
set pinnedAreaSeparatorWidth(a: number);
|
|
393
|
-
private
|
|
402
|
+
private e1;
|
|
394
403
|
get headerSeparatorWidth(): number;
|
|
395
404
|
set headerSeparatorWidth(a: number);
|
|
396
|
-
private
|
|
405
|
+
private hz;
|
|
397
406
|
get headerSeparatorBackground(): string;
|
|
398
407
|
set headerSeparatorBackground(a: string);
|
|
399
|
-
private
|
|
408
|
+
private ht;
|
|
400
409
|
get headerBackground(): string;
|
|
401
410
|
set headerBackground(a: string);
|
|
402
|
-
private
|
|
411
|
+
private h2;
|
|
403
412
|
get headerTextColor(): string;
|
|
404
413
|
set headerTextColor(a: string);
|
|
405
|
-
private
|
|
414
|
+
private hv;
|
|
406
415
|
get headerFontFamily(): string;
|
|
407
416
|
set headerFontFamily(a: string);
|
|
408
|
-
private
|
|
417
|
+
private dx;
|
|
409
418
|
get headerFontSize(): number;
|
|
410
419
|
set headerFontSize(a: number);
|
|
411
|
-
private
|
|
420
|
+
private hw;
|
|
412
421
|
get headerFontStyle(): string;
|
|
413
422
|
set headerFontStyle(a: string);
|
|
414
|
-
private
|
|
423
|
+
private hx;
|
|
415
424
|
get headerFontWeight(): string;
|
|
416
425
|
set headerFontWeight(a: string);
|
|
417
|
-
private
|
|
426
|
+
private ik;
|
|
418
427
|
get rowSeparatorBackground(): string;
|
|
419
428
|
set rowSeparatorBackground(a: string);
|
|
420
|
-
private
|
|
429
|
+
private hy;
|
|
421
430
|
get headerRowSeparatorBackground(): string;
|
|
422
431
|
set headerRowSeparatorBackground(a: string);
|
|
423
|
-
private
|
|
432
|
+
private io;
|
|
424
433
|
get rowSeparatorStickyRowBackground(): string;
|
|
425
434
|
set rowSeparatorStickyRowBackground(a: string);
|
|
426
|
-
private
|
|
435
|
+
private il;
|
|
427
436
|
get rowSeparatorLastStickyRowBackground(): string;
|
|
428
437
|
set rowSeparatorLastStickyRowBackground(a: string);
|
|
429
|
-
private
|
|
438
|
+
private im;
|
|
430
439
|
get rowSeparatorPinnedRowBackground(): string;
|
|
431
440
|
set rowSeparatorPinnedRowBackground(a: string);
|
|
432
|
-
private
|
|
441
|
+
private ez;
|
|
433
442
|
get columnResizingSeparatorWidth(): number;
|
|
434
443
|
set columnResizingSeparatorWidth(a: number);
|
|
435
|
-
private
|
|
444
|
+
private dk;
|
|
436
445
|
get columnResizingSeparatorOpacity(): number;
|
|
437
446
|
set columnResizingSeparatorOpacity(a: number);
|
|
438
|
-
private
|
|
447
|
+
private ex;
|
|
439
448
|
get columnMovingSeparatorWidth(): number;
|
|
440
449
|
set columnMovingSeparatorWidth(a: number);
|
|
441
|
-
private
|
|
450
|
+
private dh;
|
|
442
451
|
get columnMovingSeparatorOpacity(): number;
|
|
443
452
|
set columnMovingSeparatorOpacity(a: number);
|
|
444
|
-
private
|
|
453
|
+
private g1;
|
|
445
454
|
get columnResizingSeparatorBackground(): string;
|
|
446
455
|
set columnResizingSeparatorBackground(a: string);
|
|
447
|
-
private
|
|
456
|
+
private ge;
|
|
448
457
|
get columnMovingSeparatorBackground(): string;
|
|
449
458
|
set columnMovingSeparatorBackground(a: string);
|
|
450
459
|
private ce;
|
|
451
460
|
get shiftSectionContent(): boolean;
|
|
452
461
|
set shiftSectionContent(a: boolean);
|
|
453
|
-
private
|
|
462
|
+
private gr;
|
|
454
463
|
get columnOptionsIconAlignment(): string;
|
|
455
464
|
set columnOptionsIconAlignment(a: string);
|
|
456
|
-
private
|
|
465
|
+
private gt;
|
|
457
466
|
get columnOptionsIconColor(): string;
|
|
458
467
|
set columnOptionsIconColor(a: string);
|
|
459
|
-
private
|
|
468
|
+
private gs;
|
|
460
469
|
get columnOptionsIconBehavior(): string;
|
|
461
470
|
set columnOptionsIconBehavior(a: string);
|
|
462
|
-
private
|
|
471
|
+
private fm;
|
|
472
|
+
get actualBorder(): string;
|
|
473
|
+
set actualBorder(a: string);
|
|
474
|
+
private fq;
|
|
463
475
|
get border(): string;
|
|
464
476
|
set border(a: string);
|
|
465
|
-
private
|
|
477
|
+
private dc;
|
|
466
478
|
get borderWidthBottom(): number;
|
|
467
479
|
set borderWidthBottom(a: number);
|
|
468
|
-
private
|
|
480
|
+
private dd;
|
|
469
481
|
get borderWidthLeft(): number;
|
|
470
482
|
set borderWidthLeft(a: number);
|
|
471
|
-
private
|
|
483
|
+
private de;
|
|
472
484
|
get borderWidthRight(): number;
|
|
473
485
|
set borderWidthRight(a: number);
|
|
474
|
-
private
|
|
486
|
+
private df;
|
|
475
487
|
get borderWidthTop(): number;
|
|
476
488
|
set borderWidthTop(a: number);
|
|
477
489
|
private ca;
|
|
478
490
|
get notifyOnAllSelectionChanges(): boolean;
|
|
479
491
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
480
|
-
private
|
|
492
|
+
private dm;
|
|
481
493
|
get cornerRadiusBottomRight(): number;
|
|
482
494
|
set cornerRadiusBottomRight(a: number);
|
|
483
|
-
private
|
|
495
|
+
private dl;
|
|
484
496
|
get cornerRadiusBottomLeft(): number;
|
|
485
497
|
set cornerRadiusBottomLeft(a: number);
|
|
486
|
-
private
|
|
498
|
+
private dn;
|
|
487
499
|
get cornerRadiusTopLeft(): number;
|
|
488
500
|
set cornerRadiusTopLeft(a: number);
|
|
489
|
-
private
|
|
501
|
+
private dp;
|
|
490
502
|
get cornerRadiusTopRight(): number;
|
|
491
503
|
set cornerRadiusTopRight(a: number);
|
|
492
504
|
private bu;
|
|
@@ -495,6 +507,12 @@ export declare class DataGridDescription extends Description {
|
|
|
495
507
|
private cf;
|
|
496
508
|
get stopPropagation(): boolean;
|
|
497
509
|
set stopPropagation(a: boolean);
|
|
510
|
+
private fl;
|
|
511
|
+
get actualBackground(): string;
|
|
512
|
+
set actualBackground(a: string);
|
|
513
|
+
private fp;
|
|
514
|
+
get background(): string;
|
|
515
|
+
set background(a: string);
|
|
498
516
|
private x;
|
|
499
517
|
get responsiveStates(): ResponsiveStateDescription[];
|
|
500
518
|
set responsiveStates(a: ResponsiveStateDescription[]);
|
|
@@ -507,13 +525,13 @@ export declare class DataGridDescription extends Description {
|
|
|
507
525
|
private t;
|
|
508
526
|
get initialSummaryDescriptions(): ColumnSummaryDescriptionDescription[];
|
|
509
527
|
set initialSummaryDescriptions(a: ColumnSummaryDescriptionDescription[]);
|
|
510
|
-
private
|
|
528
|
+
private h5;
|
|
511
529
|
get initialSorts(): string;
|
|
512
530
|
set initialSorts(a: string);
|
|
513
|
-
private
|
|
531
|
+
private h4;
|
|
514
532
|
get initialGroups(): string;
|
|
515
533
|
set initialGroups(a: string);
|
|
516
|
-
private
|
|
534
|
+
private h6;
|
|
517
535
|
get initialSummaries(): string;
|
|
518
536
|
set initialSummaries(a: string);
|
|
519
537
|
private ac;
|
|
@@ -528,19 +546,19 @@ export declare class DataGridDescription extends Description {
|
|
|
528
546
|
private ad;
|
|
529
547
|
get summaryDescriptions(): ColumnSummaryDescriptionDescription[];
|
|
530
548
|
set summaryDescriptions(a: ColumnSummaryDescriptionDescription[]);
|
|
531
|
-
private
|
|
549
|
+
private jj;
|
|
532
550
|
get summaryScope(): string;
|
|
533
551
|
set summaryScope(a: string);
|
|
534
552
|
private bz;
|
|
535
553
|
get isGroupCollapsable(): boolean;
|
|
536
554
|
set isGroupCollapsable(a: boolean);
|
|
537
|
-
private
|
|
555
|
+
private hr;
|
|
538
556
|
get groupHeaderDisplayMode(): string;
|
|
539
557
|
set groupHeaderDisplayMode(a: string);
|
|
540
558
|
private b0;
|
|
541
559
|
get isGroupExpandedDefault(): boolean;
|
|
542
560
|
set isGroupExpandedDefault(a: boolean);
|
|
543
|
-
private
|
|
561
|
+
private hs;
|
|
544
562
|
get groupSummaryDisplayMode(): string;
|
|
545
563
|
set groupSummaryDisplayMode(a: string);
|
|
546
564
|
private bp;
|
|
@@ -567,10 +585,10 @@ export declare class DataGridDescription extends Description {
|
|
|
567
585
|
private cb;
|
|
568
586
|
get reactsToFilterChanges(): boolean;
|
|
569
587
|
set reactsToFilterChanges(a: boolean);
|
|
570
|
-
private
|
|
588
|
+
private hh;
|
|
571
589
|
get enterBehavior(): string;
|
|
572
590
|
set enterBehavior(a: string);
|
|
573
|
-
private
|
|
591
|
+
private hi;
|
|
574
592
|
get enterBehaviorAfterEdit(): string;
|
|
575
593
|
set enterBehaviorAfterEdit(a: string);
|
|
576
594
|
private bx;
|
|
@@ -579,31 +597,31 @@ export declare class DataGridDescription extends Description {
|
|
|
579
597
|
private bw;
|
|
580
598
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
581
599
|
set isColumnOptionsGroupingEnabled(a: boolean);
|
|
582
|
-
private
|
|
600
|
+
private h9;
|
|
583
601
|
get mergedCellMode(): string;
|
|
584
602
|
set mergedCellMode(a: string);
|
|
585
|
-
private
|
|
603
|
+
private h8;
|
|
586
604
|
get mergedCellEvaluationCriteria(): string;
|
|
587
605
|
set mergedCellEvaluationCriteria(a: string);
|
|
588
|
-
private
|
|
606
|
+
private ia;
|
|
589
607
|
get mergedCellVerticalAlignment(): string;
|
|
590
608
|
set mergedCellVerticalAlignment(a: string);
|
|
591
|
-
private
|
|
609
|
+
private hp;
|
|
592
610
|
get filterUIType(): string;
|
|
593
611
|
set filterUIType(a: string);
|
|
594
|
-
private
|
|
612
|
+
private hm;
|
|
595
613
|
get filterLogicalOperator(): string;
|
|
596
614
|
set filterLogicalOperator(a: string);
|
|
597
|
-
private
|
|
615
|
+
private hj;
|
|
598
616
|
get filterComparisonType(): string;
|
|
599
617
|
set filterComparisonType(a: string);
|
|
600
|
-
private
|
|
618
|
+
private da;
|
|
601
619
|
get todayOverride(): Date;
|
|
602
620
|
set todayOverride(a: Date);
|
|
603
621
|
private br;
|
|
604
622
|
get clearSelectionOnEscape(): boolean;
|
|
605
623
|
set clearSelectionOnEscape(a: boolean);
|
|
606
|
-
private
|
|
624
|
+
private e3;
|
|
607
625
|
get pageSize(): number;
|
|
608
626
|
set pageSize(a: number);
|
|
609
627
|
private b6;
|
|
@@ -612,127 +630,190 @@ export declare class DataGridDescription extends Description {
|
|
|
612
630
|
private b7;
|
|
613
631
|
get isToolbarColumnPinningVisible(): boolean;
|
|
614
632
|
set isToolbarColumnPinningVisible(a: boolean);
|
|
615
|
-
private
|
|
633
|
+
private jz;
|
|
616
634
|
get toolbarTitle(): string;
|
|
617
635
|
set toolbarTitle(a: string);
|
|
618
|
-
private
|
|
636
|
+
private jv;
|
|
619
637
|
get toolbarColumnChooserText(): string;
|
|
620
638
|
set toolbarColumnChooserText(a: string);
|
|
621
|
-
private
|
|
639
|
+
private jw;
|
|
622
640
|
get toolbarColumnChooserTitle(): string;
|
|
623
641
|
set toolbarColumnChooserTitle(a: string);
|
|
624
|
-
private
|
|
642
|
+
private jx;
|
|
625
643
|
get toolbarColumnPinningText(): string;
|
|
626
644
|
set toolbarColumnPinningText(a: string);
|
|
627
|
-
private
|
|
645
|
+
private jy;
|
|
628
646
|
get toolbarColumnPinningTitle(): string;
|
|
629
647
|
set toolbarColumnPinningTitle(a: string);
|
|
630
|
-
private
|
|
648
|
+
private iq;
|
|
631
649
|
get scrollbarStyle(): string;
|
|
632
650
|
set scrollbarStyle(a: string);
|
|
633
|
-
private
|
|
651
|
+
private ip;
|
|
634
652
|
get scrollbarBackground(): string;
|
|
635
653
|
set scrollbarBackground(a: string);
|
|
654
|
+
private gg;
|
|
655
|
+
get columnOptionsBackground(): string;
|
|
656
|
+
set columnOptionsBackground(a: string);
|
|
657
|
+
private gv;
|
|
658
|
+
get columnOptionsTextColor(): string;
|
|
659
|
+
set columnOptionsTextColor(a: string);
|
|
660
|
+
private gh;
|
|
661
|
+
get columnOptionsFontFamily(): string;
|
|
662
|
+
set columnOptionsFontFamily(a: string);
|
|
663
|
+
private di;
|
|
664
|
+
get columnOptionsFontSize(): number;
|
|
665
|
+
set columnOptionsFontSize(a: number);
|
|
666
|
+
private gi;
|
|
667
|
+
get columnOptionsFontStyle(): string;
|
|
668
|
+
set columnOptionsFontStyle(a: string);
|
|
669
|
+
private gj;
|
|
670
|
+
get columnOptionsFontWeight(): string;
|
|
671
|
+
set columnOptionsFontWeight(a: string);
|
|
672
|
+
private gq;
|
|
673
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
674
|
+
set columnOptionsHoverBackgroundColor(a: string);
|
|
675
|
+
private gw;
|
|
676
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
677
|
+
set columnOptionsToolTipBackgroundColor(a: string);
|
|
678
|
+
private gp;
|
|
679
|
+
get columnOptionsHighlightColor(): string;
|
|
680
|
+
set columnOptionsHighlightColor(a: string);
|
|
681
|
+
private gu;
|
|
682
|
+
get columnOptionsSeparatorColor(): string;
|
|
683
|
+
set columnOptionsSeparatorColor(a: string);
|
|
684
|
+
private gk;
|
|
685
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
686
|
+
set columnOptionsGroupHeaderBackground(a: string);
|
|
687
|
+
private go;
|
|
688
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
689
|
+
set columnOptionsGroupHeaderTextColor(a: string);
|
|
690
|
+
private gl;
|
|
691
|
+
get columnOptionsGroupHeaderFontFamily(): string;
|
|
692
|
+
set columnOptionsGroupHeaderFontFamily(a: string);
|
|
693
|
+
private dj;
|
|
694
|
+
get columnOptionsGroupHeaderFontSize(): number;
|
|
695
|
+
set columnOptionsGroupHeaderFontSize(a: number);
|
|
696
|
+
private gm;
|
|
697
|
+
get columnOptionsGroupHeaderFontStyle(): string;
|
|
698
|
+
set columnOptionsGroupHeaderFontStyle(a: string);
|
|
699
|
+
private gn;
|
|
700
|
+
get columnOptionsGroupHeaderFontWeight(): string;
|
|
701
|
+
set columnOptionsGroupHeaderFontWeight(a: string);
|
|
702
|
+
private gf;
|
|
703
|
+
get columnOptionsAccentColor(): string;
|
|
704
|
+
set columnOptionsAccentColor(a: string);
|
|
705
|
+
private ey;
|
|
706
|
+
get columnOptionsRowHeight(): number;
|
|
707
|
+
set columnOptionsRowHeight(a: number);
|
|
636
708
|
private bo;
|
|
637
709
|
get allowCopyOperation(): boolean;
|
|
638
710
|
set allowCopyOperation(a: boolean);
|
|
711
|
+
private e2;
|
|
712
|
+
get maxSelectedCellRanges(): number;
|
|
713
|
+
set maxSelectedCellRanges(a: number);
|
|
639
714
|
private bs;
|
|
640
715
|
get deferEventForRowDragSelection(): boolean;
|
|
641
716
|
set deferEventForRowDragSelection(a: boolean);
|
|
642
|
-
private
|
|
717
|
+
private hl;
|
|
643
718
|
get filterExpressionsChangingRef(): string;
|
|
644
719
|
set filterExpressionsChangingRef(a: string);
|
|
645
|
-
private
|
|
720
|
+
private hk;
|
|
646
721
|
get filterExpressionsChangedRef(): string;
|
|
647
722
|
set filterExpressionsChangedRef(a: string);
|
|
648
|
-
private
|
|
723
|
+
private f1;
|
|
649
724
|
get cellPreviewPointerDownRef(): string;
|
|
650
725
|
set cellPreviewPointerDownRef(a: string);
|
|
651
|
-
private
|
|
726
|
+
private f2;
|
|
652
727
|
get cellPreviewPointerUpRef(): string;
|
|
653
728
|
set cellPreviewPointerUpRef(a: string);
|
|
654
|
-
private
|
|
729
|
+
private fz;
|
|
655
730
|
get cellPointerDownRef(): string;
|
|
656
731
|
set cellPointerDownRef(a: string);
|
|
657
|
-
private
|
|
732
|
+
private f0;
|
|
658
733
|
get cellPointerUpRef(): string;
|
|
659
734
|
set cellPointerUpRef(a: string);
|
|
660
|
-
private
|
|
735
|
+
private fs;
|
|
661
736
|
get cellClickedRef(): string;
|
|
662
737
|
set cellClickedRef(a: string);
|
|
663
|
-
private
|
|
738
|
+
private hn;
|
|
739
|
+
get filterRowDataBindingRef(): string;
|
|
740
|
+
set filterRowDataBindingRef(a: string);
|
|
741
|
+
private ho;
|
|
742
|
+
get filterRowDataBoundRef(): string;
|
|
743
|
+
set filterRowDataBoundRef(a: string);
|
|
744
|
+
private i6;
|
|
664
745
|
get sortDescriptionsChangedRef(): string;
|
|
665
746
|
set sortDescriptionsChangedRef(a: string);
|
|
666
|
-
private
|
|
747
|
+
private hq;
|
|
667
748
|
get groupDescriptionsChangedRef(): string;
|
|
668
749
|
set groupDescriptionsChangedRef(a: string);
|
|
669
|
-
private
|
|
750
|
+
private i8;
|
|
670
751
|
get summaryDescriptionsChangedRef(): string;
|
|
671
752
|
set summaryDescriptionsChangedRef(a: string);
|
|
672
|
-
private
|
|
753
|
+
private ga;
|
|
673
754
|
get columnHiddenChangedRef(): string;
|
|
674
755
|
set columnHiddenChangedRef(a: string);
|
|
675
|
-
private
|
|
756
|
+
private gx;
|
|
676
757
|
get columnPinnedChangedRef(): string;
|
|
677
758
|
set columnPinnedChangedRef(a: string);
|
|
678
|
-
private
|
|
759
|
+
private f7;
|
|
679
760
|
get cellValueChangingRef(): string;
|
|
680
761
|
set cellValueChangingRef(a: string);
|
|
681
|
-
private
|
|
762
|
+
private g6;
|
|
682
763
|
get dataCommittedRef(): string;
|
|
683
764
|
set dataCommittedRef(a: string);
|
|
684
|
-
private
|
|
765
|
+
private g7;
|
|
685
766
|
get dataCommittingRef(): string;
|
|
686
767
|
set dataCommittingRef(a: string);
|
|
687
|
-
private
|
|
768
|
+
private ic;
|
|
688
769
|
get rootSummariesChangedRef(): string;
|
|
689
770
|
set rootSummariesChangedRef(a: string);
|
|
690
|
-
private
|
|
771
|
+
private i5;
|
|
691
772
|
get sizeChangedRef(): string;
|
|
692
773
|
set sizeChangedRef(a: string);
|
|
693
|
-
private
|
|
774
|
+
private fn;
|
|
694
775
|
get actualColumnsChangedRef(): string;
|
|
695
776
|
set actualColumnsChangedRef(a: string);
|
|
696
|
-
private
|
|
777
|
+
private g2;
|
|
697
778
|
get columnsAutoGeneratedRef(): string;
|
|
698
779
|
set columnsAutoGeneratedRef(a: string);
|
|
699
|
-
private
|
|
780
|
+
private i0;
|
|
700
781
|
get selectedItemsChangedRef(): string;
|
|
701
782
|
set selectedItemsChangedRef(a: string);
|
|
702
|
-
private
|
|
783
|
+
private i1;
|
|
703
784
|
get selectedKeysChangedRef(): string;
|
|
704
785
|
set selectedKeysChangedRef(a: string);
|
|
705
|
-
private
|
|
786
|
+
private iz;
|
|
706
787
|
get selectedCellsChangedRef(): string;
|
|
707
788
|
set selectedCellsChangedRef(a: string);
|
|
708
|
-
private
|
|
789
|
+
private i3;
|
|
709
790
|
get selectionChangedRef(): string;
|
|
710
791
|
set selectionChangedRef(a: string);
|
|
711
|
-
private
|
|
792
|
+
private fk;
|
|
712
793
|
get activeCellChangedRef(): string;
|
|
713
794
|
set activeCellChangedRef(a: string);
|
|
714
|
-
private
|
|
795
|
+
private iy;
|
|
715
796
|
get selectedCellRangesChangedRef(): string;
|
|
716
797
|
set selectedCellRangesChangedRef(a: string);
|
|
717
|
-
private
|
|
798
|
+
private g4;
|
|
718
799
|
get columnWidthChangedRef(): string;
|
|
719
800
|
set columnWidthChangedRef(a: string);
|
|
720
|
-
private
|
|
801
|
+
private fv;
|
|
721
802
|
get cellEditStartedRef(): string;
|
|
722
803
|
set cellEditStartedRef(a: string);
|
|
723
|
-
private
|
|
804
|
+
private fu;
|
|
724
805
|
get cellEditEndedRef(): string;
|
|
725
806
|
set cellEditEndedRef(a: string);
|
|
726
|
-
private
|
|
807
|
+
private ie;
|
|
727
808
|
get rowEditStartedRef(): string;
|
|
728
809
|
set rowEditStartedRef(a: string);
|
|
729
|
-
private
|
|
810
|
+
private id;
|
|
730
811
|
get rowEditEndedRef(): string;
|
|
731
812
|
set rowEditEndedRef(a: string);
|
|
732
|
-
private
|
|
813
|
+
private g5;
|
|
733
814
|
get customFilterRequestedRef(): string;
|
|
734
815
|
set customFilterRequestedRef(a: string);
|
|
735
|
-
private
|
|
816
|
+
private fo;
|
|
736
817
|
get actualPrimaryKeyChangeRef(): string;
|
|
737
818
|
set actualPrimaryKeyChangeRef(a: string);
|
|
738
819
|
}
|