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
|
@@ -13,22 +13,22 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DataGridDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.fd = null;
|
|
16
|
+
this.j0 = null;
|
|
17
|
+
this.h3 = null;
|
|
19
18
|
this.by = false;
|
|
20
19
|
this.b3 = false;
|
|
21
20
|
this.b8 = false;
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
21
|
+
this.ju = null;
|
|
22
|
+
this.g0 = null;
|
|
23
|
+
this.gd = null;
|
|
24
24
|
this.b5 = false;
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
25
|
+
this.ih = null;
|
|
26
|
+
this.ii = null;
|
|
27
|
+
this.hg = null;
|
|
28
|
+
this.dt = 0;
|
|
29
|
+
this.du = 0;
|
|
30
|
+
this.dv = 0;
|
|
31
|
+
this.dw = 0;
|
|
32
32
|
this.bi = null;
|
|
33
33
|
this.bk = null;
|
|
34
34
|
this.bm = null;
|
|
@@ -40,37 +40,37 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
40
40
|
this.be = null;
|
|
41
41
|
this.m = null;
|
|
42
42
|
this.o = null;
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
43
|
+
this.ha = null;
|
|
44
|
+
this.ew = 0;
|
|
45
|
+
this.e5 = 0;
|
|
46
|
+
this.dq = 0;
|
|
47
|
+
this.ev = 0;
|
|
48
|
+
this.e0 = 0;
|
|
49
|
+
this.g8 = null;
|
|
50
50
|
this.ay = null;
|
|
51
51
|
this.a0 = null;
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
52
|
+
this.hu = null;
|
|
53
|
+
this.he = null;
|
|
54
|
+
this.hf = null;
|
|
55
55
|
this.bt = false;
|
|
56
56
|
this.bq = false;
|
|
57
|
-
this.
|
|
57
|
+
this.e6 = 0;
|
|
58
58
|
this.b4 = false;
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
59
|
+
this.f8 = null;
|
|
60
|
+
this.gy = null;
|
|
61
|
+
this.ft = null;
|
|
62
|
+
this.ij = null;
|
|
63
|
+
this.ig = null;
|
|
64
|
+
this.f5 = null;
|
|
65
65
|
this.a6 = null;
|
|
66
|
-
this.
|
|
66
|
+
this.gz = null;
|
|
67
|
+
this.g3 = null;
|
|
68
|
+
this.gc = null;
|
|
67
69
|
this.gb = null;
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.e9 = null;
|
|
73
|
-
this.h5 = null;
|
|
70
|
+
this.f9 = null;
|
|
71
|
+
this.i4 = null;
|
|
72
|
+
this.fj = null;
|
|
73
|
+
this.i2 = null;
|
|
74
74
|
this.b9 = false;
|
|
75
75
|
this.aa = null;
|
|
76
76
|
this.ab = null;
|
|
@@ -79,111 +79,117 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
79
79
|
this.u = null;
|
|
80
80
|
this.v = null;
|
|
81
81
|
this.bv = false;
|
|
82
|
+
this.cg = false;
|
|
82
83
|
this.b1 = false;
|
|
83
84
|
this.b2 = false;
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.dn = 0;
|
|
94
|
-
this.gh = null;
|
|
95
|
-
this.ia = null;
|
|
96
|
-
this.hh = null;
|
|
85
|
+
this.f3 = null;
|
|
86
|
+
this.f4 = null;
|
|
87
|
+
this.iw = null;
|
|
88
|
+
this.i9 = null;
|
|
89
|
+
this.jk = null;
|
|
90
|
+
this.dy = 0;
|
|
91
|
+
this.hb = null;
|
|
92
|
+
this.dr = 0;
|
|
93
|
+
this.hc = null;
|
|
97
94
|
this.hd = null;
|
|
95
|
+
this.ds = 0;
|
|
96
|
+
this.g9 = null;
|
|
97
|
+
this.i7 = null;
|
|
98
|
+
this.ib = null;
|
|
99
|
+
this.h7 = null;
|
|
98
100
|
this.a8 = null;
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
101
|
-
this.g6 = null;
|
|
102
|
-
this.g7 = null;
|
|
103
|
-
this.fk = null;
|
|
104
|
-
this.de = 0;
|
|
105
|
-
this.fl = null;
|
|
106
|
-
this.fm = null;
|
|
107
|
-
this.hv = null;
|
|
101
|
+
this.fr = null;
|
|
102
|
+
this.f6 = null;
|
|
108
103
|
this.h0 = null;
|
|
109
|
-
this.
|
|
110
|
-
this.
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
114
|
-
this.dw = 0;
|
|
115
|
-
this.ie = null;
|
|
116
|
-
this.ig = null;
|
|
117
|
-
this.iq = null;
|
|
118
|
-
this.dy = 0;
|
|
104
|
+
this.h1 = null;
|
|
105
|
+
this.fw = null;
|
|
106
|
+
this.dg = 0;
|
|
107
|
+
this.fx = null;
|
|
108
|
+
this.fy = null;
|
|
119
109
|
this.ir = null;
|
|
110
|
+
this.ix = null;
|
|
120
111
|
this.is = null;
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
112
|
+
this.it = null;
|
|
113
|
+
this.dz = 0;
|
|
114
|
+
this.iu = null;
|
|
115
|
+
this.iv = null;
|
|
116
|
+
this.ja = null;
|
|
117
|
+
this.d0 = 0;
|
|
118
|
+
this.jb = null;
|
|
119
|
+
this.jc = null;
|
|
120
|
+
this.jl = null;
|
|
121
|
+
this.d2 = 0;
|
|
122
|
+
this.jm = null;
|
|
123
|
+
this.jn = null;
|
|
124
|
+
this.ji = null;
|
|
125
|
+
this.jf = null;
|
|
126
|
+
this.d1 = 0;
|
|
127
|
+
this.jg = null;
|
|
128
|
+
this.jh = null;
|
|
129
|
+
this.jq = null;
|
|
130
|
+
this.d3 = 0;
|
|
131
|
+
this.jr = null;
|
|
132
|
+
this.js = null;
|
|
133
|
+
this.jt = null;
|
|
134
|
+
this.jd = null;
|
|
135
|
+
this.jo = null;
|
|
136
|
+
this.je = null;
|
|
137
|
+
this.jp = null;
|
|
138
|
+
this.e4 = 0;
|
|
139
|
+
this.e1 = 0;
|
|
140
|
+
this.hz = null;
|
|
141
|
+
this.ht = null;
|
|
142
|
+
this.h2 = null;
|
|
143
|
+
this.hv = null;
|
|
123
144
|
this.dx = 0;
|
|
145
|
+
this.hw = null;
|
|
146
|
+
this.hx = null;
|
|
124
147
|
this.ik = null;
|
|
148
|
+
this.hy = null;
|
|
149
|
+
this.io = null;
|
|
125
150
|
this.il = null;
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.ih = null;
|
|
132
|
-
this.it = null;
|
|
133
|
-
this.ii = null;
|
|
134
|
-
this.iu = null;
|
|
135
|
-
this.ew = 0;
|
|
136
|
-
this.eu = 0;
|
|
137
|
-
this.g5 = null;
|
|
138
|
-
this.gz = null;
|
|
139
|
-
this.g8 = null;
|
|
151
|
+
this.im = null;
|
|
152
|
+
this.ez = 0;
|
|
153
|
+
this.dk = 0;
|
|
154
|
+
this.ex = 0;
|
|
155
|
+
this.dh = 0;
|
|
140
156
|
this.g1 = null;
|
|
141
|
-
this.
|
|
142
|
-
this.g2 = null;
|
|
143
|
-
this.g3 = null;
|
|
144
|
-
this.hp = null;
|
|
145
|
-
this.g4 = null;
|
|
146
|
-
this.hs = null;
|
|
147
|
-
this.hq = null;
|
|
148
|
-
this.hr = null;
|
|
149
|
-
this.es = 0;
|
|
150
|
-
this.dg = 0;
|
|
151
|
-
this.er = 0;
|
|
152
|
-
this.df = 0;
|
|
153
|
-
this.f9 = null;
|
|
154
|
-
this.f1 = null;
|
|
157
|
+
this.ge = null;
|
|
155
158
|
this.ce = false;
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
this.
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
this.db = 0;
|
|
159
|
+
this.gr = null;
|
|
160
|
+
this.gt = null;
|
|
161
|
+
this.gs = null;
|
|
162
|
+
this.fm = null;
|
|
163
|
+
this.fq = null;
|
|
162
164
|
this.dc = 0;
|
|
163
165
|
this.dd = 0;
|
|
166
|
+
this.de = 0;
|
|
167
|
+
this.df = 0;
|
|
164
168
|
this.ca = false;
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
168
|
-
this.
|
|
169
|
+
this.dm = 0;
|
|
170
|
+
this.dl = 0;
|
|
171
|
+
this.dn = 0;
|
|
172
|
+
this.dp = 0;
|
|
169
173
|
this.bu = false;
|
|
170
174
|
this.cf = false;
|
|
175
|
+
this.fl = null;
|
|
176
|
+
this.fp = null;
|
|
171
177
|
this.x = null;
|
|
172
178
|
this.s = null;
|
|
173
179
|
this.r = null;
|
|
174
180
|
this.t = null;
|
|
175
|
-
this.
|
|
176
|
-
this.
|
|
177
|
-
this.
|
|
181
|
+
this.h5 = null;
|
|
182
|
+
this.h4 = null;
|
|
183
|
+
this.h6 = null;
|
|
178
184
|
this.ac = null;
|
|
179
185
|
this.q = null;
|
|
180
186
|
this.p = null;
|
|
181
187
|
this.ad = null;
|
|
182
|
-
this.
|
|
188
|
+
this.jj = null;
|
|
183
189
|
this.bz = false;
|
|
184
|
-
this.
|
|
190
|
+
this.hr = null;
|
|
185
191
|
this.b0 = false;
|
|
186
|
-
this.
|
|
192
|
+
this.hs = null;
|
|
187
193
|
this.bp = false;
|
|
188
194
|
this.w = null;
|
|
189
195
|
this.l = null;
|
|
@@ -192,84 +198,98 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
192
198
|
this.cd = false;
|
|
193
199
|
this.cc = false;
|
|
194
200
|
this.cb = false;
|
|
195
|
-
this.
|
|
196
|
-
this.
|
|
201
|
+
this.hh = null;
|
|
202
|
+
this.hi = null;
|
|
197
203
|
this.bx = false;
|
|
198
204
|
this.bw = false;
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
205
|
+
this.h9 = null;
|
|
206
|
+
this.h8 = null;
|
|
207
|
+
this.ia = null;
|
|
208
|
+
this.hp = null;
|
|
209
|
+
this.hm = null;
|
|
210
|
+
this.hj = null;
|
|
211
|
+
this.da = new Date();
|
|
206
212
|
this.br = false;
|
|
207
|
-
this.
|
|
213
|
+
this.e3 = 0;
|
|
208
214
|
this.b6 = false;
|
|
209
215
|
this.b7 = false;
|
|
210
|
-
this.
|
|
211
|
-
this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
216
|
+
this.jz = null;
|
|
217
|
+
this.jv = null;
|
|
218
|
+
this.jw = null;
|
|
219
|
+
this.jx = null;
|
|
220
|
+
this.jy = null;
|
|
221
|
+
this.iq = null;
|
|
222
|
+
this.ip = null;
|
|
223
|
+
this.gg = null;
|
|
224
|
+
this.gv = null;
|
|
225
|
+
this.gh = null;
|
|
226
|
+
this.di = 0;
|
|
227
|
+
this.gi = null;
|
|
228
|
+
this.gj = null;
|
|
229
|
+
this.gq = null;
|
|
230
|
+
this.gw = null;
|
|
231
|
+
this.gp = null;
|
|
232
|
+
this.gu = null;
|
|
233
|
+
this.gk = null;
|
|
234
|
+
this.go = null;
|
|
235
|
+
this.gl = null;
|
|
236
|
+
this.dj = 0;
|
|
237
|
+
this.gm = null;
|
|
238
|
+
this.gn = null;
|
|
239
|
+
this.gf = null;
|
|
240
|
+
this.ey = 0;
|
|
217
241
|
this.bo = false;
|
|
242
|
+
this.e2 = 0;
|
|
218
243
|
this.bs = false;
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
244
|
+
this.hl = null;
|
|
245
|
+
this.hk = null;
|
|
246
|
+
this.f1 = null;
|
|
247
|
+
this.f2 = null;
|
|
248
|
+
this.fz = null;
|
|
249
|
+
this.f0 = null;
|
|
250
|
+
this.fs = null;
|
|
251
|
+
this.hn = null;
|
|
252
|
+
this.ho = null;
|
|
253
|
+
this.i6 = null;
|
|
254
|
+
this.hq = null;
|
|
255
|
+
this.i8 = null;
|
|
256
|
+
this.ga = null;
|
|
257
|
+
this.gx = null;
|
|
258
|
+
this.f7 = null;
|
|
259
|
+
this.g6 = null;
|
|
260
|
+
this.g7 = null;
|
|
261
|
+
this.ic = null;
|
|
262
|
+
this.i5 = null;
|
|
223
263
|
this.fn = null;
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
264
|
+
this.g2 = null;
|
|
265
|
+
this.i0 = null;
|
|
266
|
+
this.i1 = null;
|
|
267
|
+
this.iz = null;
|
|
268
|
+
this.i3 = null;
|
|
269
|
+
this.fk = null;
|
|
270
|
+
this.iy = null;
|
|
271
|
+
this.g4 = null;
|
|
272
|
+
this.fv = null;
|
|
231
273
|
this.fu = null;
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
234
|
-
this.
|
|
235
|
-
this.
|
|
236
|
-
this.fb = null;
|
|
237
|
-
this.ga = null;
|
|
238
|
-
this.h3 = null;
|
|
239
|
-
this.h4 = null;
|
|
240
|
-
this.h2 = null;
|
|
241
|
-
this.h6 = null;
|
|
242
|
-
this.fa = null;
|
|
243
|
-
this.h1 = null;
|
|
244
|
-
this.gc = null;
|
|
245
|
-
this.fj = null;
|
|
246
|
-
this.fi = null;
|
|
247
|
-
this.hk = null;
|
|
248
|
-
this.hj = null;
|
|
249
|
-
this.gd = null;
|
|
250
|
-
this.fc = null;
|
|
274
|
+
this.ie = null;
|
|
275
|
+
this.id = null;
|
|
276
|
+
this.g5 = null;
|
|
277
|
+
this.fo = null;
|
|
251
278
|
}
|
|
252
279
|
get width() {
|
|
253
|
-
return this.
|
|
280
|
+
return this.j0;
|
|
254
281
|
}
|
|
255
282
|
set width(a) {
|
|
256
|
-
this.
|
|
283
|
+
this.j0 = a;
|
|
257
284
|
this.j("Width");
|
|
258
285
|
}
|
|
259
286
|
get height() {
|
|
260
|
-
return this.
|
|
287
|
+
return this.h3;
|
|
261
288
|
}
|
|
262
289
|
set height(a) {
|
|
263
|
-
this.
|
|
290
|
+
this.h3 = a;
|
|
264
291
|
this.j("Height");
|
|
265
292
|
}
|
|
266
|
-
get background() {
|
|
267
|
-
return this.fd;
|
|
268
|
-
}
|
|
269
|
-
set background(a) {
|
|
270
|
-
this.fd = a;
|
|
271
|
-
this.j("Background");
|
|
272
|
-
}
|
|
273
293
|
get isGroupByAreaVisible() {
|
|
274
294
|
return this.by;
|
|
275
295
|
}
|
|
@@ -297,18 +317,25 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
297
317
|
get type() {
|
|
298
318
|
return this.get_type();
|
|
299
319
|
}
|
|
320
|
+
get theme() {
|
|
321
|
+
return this.ju;
|
|
322
|
+
}
|
|
323
|
+
set theme(a) {
|
|
324
|
+
this.ju = a;
|
|
325
|
+
this.j("Theme");
|
|
326
|
+
}
|
|
300
327
|
get columnResizingMode() {
|
|
301
|
-
return this.
|
|
328
|
+
return this.g0;
|
|
302
329
|
}
|
|
303
330
|
set columnResizingMode(a) {
|
|
304
|
-
this.
|
|
331
|
+
this.g0 = a;
|
|
305
332
|
this.j("ColumnResizingMode");
|
|
306
333
|
}
|
|
307
334
|
get columnMovingMode() {
|
|
308
|
-
return this.
|
|
335
|
+
return this.gd;
|
|
309
336
|
}
|
|
310
337
|
set columnMovingMode(a) {
|
|
311
|
-
this.
|
|
338
|
+
this.gd = a;
|
|
312
339
|
this.j("ColumnMovingMode");
|
|
313
340
|
}
|
|
314
341
|
get isRowHoverEnabled() {
|
|
@@ -319,52 +346,52 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
319
346
|
this.j("IsRowHoverEnabled");
|
|
320
347
|
}
|
|
321
348
|
get rowHoverBackground() {
|
|
322
|
-
return this.
|
|
349
|
+
return this.ih;
|
|
323
350
|
}
|
|
324
351
|
set rowHoverBackground(a) {
|
|
325
|
-
this.
|
|
352
|
+
this.ih = a;
|
|
326
353
|
this.j("RowHoverBackground");
|
|
327
354
|
}
|
|
328
355
|
get rowHoverTextColor() {
|
|
329
|
-
return this.
|
|
356
|
+
return this.ii;
|
|
330
357
|
}
|
|
331
358
|
set rowHoverTextColor(a) {
|
|
332
|
-
this.
|
|
359
|
+
this.ii = a;
|
|
333
360
|
this.j("RowHoverTextColor");
|
|
334
361
|
}
|
|
335
362
|
get editRowBorder() {
|
|
336
|
-
return this.
|
|
363
|
+
return this.hg;
|
|
337
364
|
}
|
|
338
365
|
set editRowBorder(a) {
|
|
339
|
-
this.
|
|
366
|
+
this.hg = a;
|
|
340
367
|
this.j("EditRowBorder");
|
|
341
368
|
}
|
|
342
369
|
get editRowBorderWidthBottom() {
|
|
343
|
-
return this.
|
|
370
|
+
return this.dt;
|
|
344
371
|
}
|
|
345
372
|
set editRowBorderWidthBottom(a) {
|
|
346
|
-
this.
|
|
373
|
+
this.dt = a;
|
|
347
374
|
this.j("EditRowBorderWidthBottom");
|
|
348
375
|
}
|
|
349
376
|
get editRowBorderWidthLeft() {
|
|
350
|
-
return this.
|
|
377
|
+
return this.du;
|
|
351
378
|
}
|
|
352
379
|
set editRowBorderWidthLeft(a) {
|
|
353
|
-
this.
|
|
380
|
+
this.du = a;
|
|
354
381
|
this.j("EditRowBorderWidthLeft");
|
|
355
382
|
}
|
|
356
383
|
get editRowBorderWidthRight() {
|
|
357
|
-
return this.
|
|
384
|
+
return this.dv;
|
|
358
385
|
}
|
|
359
386
|
set editRowBorderWidthRight(a) {
|
|
360
|
-
this.
|
|
387
|
+
this.dv = a;
|
|
361
388
|
this.j("EditRowBorderWidthRight");
|
|
362
389
|
}
|
|
363
390
|
get editRowBorderWidthTop() {
|
|
364
|
-
return this.
|
|
391
|
+
return this.dw;
|
|
365
392
|
}
|
|
366
393
|
set editRowBorderWidthTop(a) {
|
|
367
|
-
this.
|
|
394
|
+
this.dw = a;
|
|
368
395
|
this.j("EditRowBorderWidthTop");
|
|
369
396
|
}
|
|
370
397
|
get sectionHeader() {
|
|
@@ -445,52 +472,52 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
445
472
|
this.j("DataSourceDesiredProperties");
|
|
446
473
|
}
|
|
447
474
|
get density() {
|
|
448
|
-
return this.
|
|
475
|
+
return this.ha;
|
|
449
476
|
}
|
|
450
477
|
set density(a) {
|
|
451
|
-
this.
|
|
478
|
+
this.ha = a;
|
|
452
479
|
this.j("Density");
|
|
453
480
|
}
|
|
454
481
|
get actualRowHeight() {
|
|
455
|
-
return this.
|
|
482
|
+
return this.ew;
|
|
456
483
|
}
|
|
457
484
|
set actualRowHeight(a) {
|
|
458
|
-
this.
|
|
485
|
+
this.ew = a;
|
|
459
486
|
this.j("ActualRowHeight");
|
|
460
487
|
}
|
|
461
488
|
get rowHeight() {
|
|
462
|
-
return this.
|
|
489
|
+
return this.e5;
|
|
463
490
|
}
|
|
464
491
|
set rowHeight(a) {
|
|
465
|
-
this.
|
|
492
|
+
this.e5 = a;
|
|
466
493
|
this.j("RowHeight");
|
|
467
494
|
}
|
|
468
495
|
get defaultColumnMinWidth() {
|
|
469
|
-
return this.
|
|
496
|
+
return this.dq;
|
|
470
497
|
}
|
|
471
498
|
set defaultColumnMinWidth(a) {
|
|
472
|
-
this.
|
|
499
|
+
this.dq = a;
|
|
473
500
|
this.j("DefaultColumnMinWidth");
|
|
474
501
|
}
|
|
475
502
|
get actualHeaderHeight() {
|
|
476
|
-
return this.
|
|
503
|
+
return this.ev;
|
|
477
504
|
}
|
|
478
505
|
set actualHeaderHeight(a) {
|
|
479
|
-
this.
|
|
506
|
+
this.ev = a;
|
|
480
507
|
this.j("ActualHeaderHeight");
|
|
481
508
|
}
|
|
482
509
|
get headerHeight() {
|
|
483
|
-
return this.
|
|
510
|
+
return this.e0;
|
|
484
511
|
}
|
|
485
512
|
set headerHeight(a) {
|
|
486
|
-
this.
|
|
513
|
+
this.e0 = a;
|
|
487
514
|
this.j("HeaderHeight");
|
|
488
515
|
}
|
|
489
516
|
get dataSourceRef() {
|
|
490
|
-
return this.
|
|
517
|
+
return this.g8;
|
|
491
518
|
}
|
|
492
519
|
set dataSourceRef(a) {
|
|
493
|
-
this.
|
|
520
|
+
this.g8 = a;
|
|
494
521
|
this.j("DataSourceRef");
|
|
495
522
|
}
|
|
496
523
|
get dataSource() {
|
|
@@ -508,24 +535,24 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
508
535
|
this.j("GenericDataSource");
|
|
509
536
|
}
|
|
510
537
|
get headerClickAction() {
|
|
511
|
-
return this.
|
|
538
|
+
return this.hu;
|
|
512
539
|
}
|
|
513
540
|
set headerClickAction(a) {
|
|
514
|
-
this.
|
|
541
|
+
this.hu = a;
|
|
515
542
|
this.j("HeaderClickAction");
|
|
516
543
|
}
|
|
517
544
|
get editMode() {
|
|
518
|
-
return this.
|
|
545
|
+
return this.he;
|
|
519
546
|
}
|
|
520
547
|
set editMode(a) {
|
|
521
|
-
this.
|
|
548
|
+
this.he = a;
|
|
522
549
|
this.j("EditMode");
|
|
523
550
|
}
|
|
524
551
|
get editModeClickAction() {
|
|
525
|
-
return this.
|
|
552
|
+
return this.hf;
|
|
526
553
|
}
|
|
527
554
|
set editModeClickAction(a) {
|
|
528
|
-
this.
|
|
555
|
+
this.hf = a;
|
|
529
556
|
this.j("EditModeClickAction");
|
|
530
557
|
}
|
|
531
558
|
get editOnKeyPress() {
|
|
@@ -543,10 +570,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
543
570
|
this.j("AutoGenerateColumns");
|
|
544
571
|
}
|
|
545
572
|
get rowSeparatorHeight() {
|
|
546
|
-
return this.
|
|
573
|
+
return this.e6;
|
|
547
574
|
}
|
|
548
575
|
set rowSeparatorHeight(a) {
|
|
549
|
-
this.
|
|
576
|
+
this.e6 = a;
|
|
550
577
|
this.j("RowSeparatorHeight");
|
|
551
578
|
}
|
|
552
579
|
get isPlaceholderRenderingEnabled() {
|
|
@@ -557,45 +584,45 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
557
584
|
this.j("IsPlaceholderRenderingEnabled");
|
|
558
585
|
}
|
|
559
586
|
get columnAddingAnimationMode() {
|
|
560
|
-
return this.
|
|
587
|
+
return this.f8;
|
|
561
588
|
}
|
|
562
589
|
set columnAddingAnimationMode(a) {
|
|
563
|
-
this.
|
|
590
|
+
this.f8 = a;
|
|
564
591
|
this.j("ColumnAddingAnimationMode");
|
|
565
592
|
}
|
|
566
593
|
get columnPropertyUpdatingAnimationMode() {
|
|
567
|
-
return this.
|
|
594
|
+
return this.gy;
|
|
568
595
|
}
|
|
569
596
|
set columnPropertyUpdatingAnimationMode(a) {
|
|
570
|
-
this.
|
|
597
|
+
this.gy = a;
|
|
571
598
|
this.j("ColumnPropertyUpdatingAnimationMode");
|
|
572
599
|
}
|
|
573
600
|
get cellDataLoadedAnimationMode() {
|
|
574
|
-
return this.
|
|
601
|
+
return this.ft;
|
|
575
602
|
}
|
|
576
603
|
set cellDataLoadedAnimationMode(a) {
|
|
577
|
-
this.
|
|
604
|
+
this.ft = a;
|
|
578
605
|
this.j("CellDataLoadedAnimationMode");
|
|
579
606
|
}
|
|
580
607
|
get rowSelectionAnimationMode() {
|
|
581
|
-
return this.
|
|
608
|
+
return this.ij;
|
|
582
609
|
}
|
|
583
610
|
set rowSelectionAnimationMode(a) {
|
|
584
|
-
this.
|
|
611
|
+
this.ij = a;
|
|
585
612
|
this.j("RowSelectionAnimationMode");
|
|
586
613
|
}
|
|
587
614
|
get rowHoverAnimationMode() {
|
|
588
|
-
return this.
|
|
615
|
+
return this.ig;
|
|
589
616
|
}
|
|
590
617
|
set rowHoverAnimationMode(a) {
|
|
591
|
-
this.
|
|
618
|
+
this.ig = a;
|
|
592
619
|
this.j("RowHoverAnimationMode");
|
|
593
620
|
}
|
|
594
621
|
get cellSelectionAnimationMode() {
|
|
595
|
-
return this.
|
|
622
|
+
return this.f5;
|
|
596
623
|
}
|
|
597
624
|
set cellSelectionAnimationMode(a) {
|
|
598
|
-
this.
|
|
625
|
+
this.f5 = a;
|
|
599
626
|
this.j("CellSelectionAnimationMode");
|
|
600
627
|
}
|
|
601
628
|
get animationSettings() {
|
|
@@ -606,59 +633,59 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
606
633
|
this.j("AnimationSettings");
|
|
607
634
|
}
|
|
608
635
|
get columnResizingAnimationMode() {
|
|
609
|
-
return this.
|
|
636
|
+
return this.gz;
|
|
610
637
|
}
|
|
611
638
|
set columnResizingAnimationMode(a) {
|
|
612
|
-
this.
|
|
639
|
+
this.gz = a;
|
|
613
640
|
this.j("ColumnResizingAnimationMode");
|
|
614
641
|
}
|
|
615
642
|
get columnShowingAnimationMode() {
|
|
616
|
-
return this.
|
|
643
|
+
return this.g3;
|
|
617
644
|
}
|
|
618
645
|
set columnShowingAnimationMode(a) {
|
|
619
|
-
this.
|
|
646
|
+
this.g3 = a;
|
|
620
647
|
this.j("ColumnShowingAnimationMode");
|
|
621
648
|
}
|
|
622
649
|
get columnMovingAnimationMode() {
|
|
623
|
-
return this.
|
|
650
|
+
return this.gc;
|
|
624
651
|
}
|
|
625
652
|
set columnMovingAnimationMode(a) {
|
|
626
|
-
this.
|
|
653
|
+
this.gc = a;
|
|
627
654
|
this.j("ColumnMovingAnimationMode");
|
|
628
655
|
}
|
|
629
656
|
get columnHidingAnimationMode() {
|
|
630
|
-
return this.
|
|
657
|
+
return this.gb;
|
|
631
658
|
}
|
|
632
659
|
set columnHidingAnimationMode(a) {
|
|
633
|
-
this.
|
|
660
|
+
this.gb = a;
|
|
634
661
|
this.j("ColumnHidingAnimationMode");
|
|
635
662
|
}
|
|
636
663
|
get columnExchangingAnimationMode() {
|
|
637
|
-
return this.
|
|
664
|
+
return this.f9;
|
|
638
665
|
}
|
|
639
666
|
set columnExchangingAnimationMode(a) {
|
|
640
|
-
this.
|
|
667
|
+
this.f9 = a;
|
|
641
668
|
this.j("ColumnExchangingAnimationMode");
|
|
642
669
|
}
|
|
643
670
|
get selectionMode() {
|
|
644
|
-
return this.
|
|
671
|
+
return this.i4;
|
|
645
672
|
}
|
|
646
673
|
set selectionMode(a) {
|
|
647
|
-
this.
|
|
674
|
+
this.i4 = a;
|
|
648
675
|
this.j("SelectionMode");
|
|
649
676
|
}
|
|
650
677
|
get activationMode() {
|
|
651
|
-
return this.
|
|
678
|
+
return this.fj;
|
|
652
679
|
}
|
|
653
680
|
set activationMode(a) {
|
|
654
|
-
this.
|
|
681
|
+
this.fj = a;
|
|
655
682
|
this.j("ActivationMode");
|
|
656
683
|
}
|
|
657
684
|
get selectionBehavior() {
|
|
658
|
-
return this.
|
|
685
|
+
return this.i2;
|
|
659
686
|
}
|
|
660
687
|
set selectionBehavior(a) {
|
|
661
|
-
this.
|
|
688
|
+
this.i2 = a;
|
|
662
689
|
this.j("SelectionBehavior");
|
|
663
690
|
}
|
|
664
691
|
get mouseDragSelectionEnabled() {
|
|
@@ -717,6 +744,13 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
717
744
|
this.bv = a;
|
|
718
745
|
this.j("IsColumnOptionsEnabled");
|
|
719
746
|
}
|
|
747
|
+
get useNewerColumnOptionsMenu() {
|
|
748
|
+
return this.cg;
|
|
749
|
+
}
|
|
750
|
+
set useNewerColumnOptionsMenu(a) {
|
|
751
|
+
this.cg = a;
|
|
752
|
+
this.j("UseNewerColumnOptionsMenu");
|
|
753
|
+
}
|
|
720
754
|
get isGroupRowSticky() {
|
|
721
755
|
return this.b1;
|
|
722
756
|
}
|
|
@@ -732,101 +766,108 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
732
766
|
this.j("IsHeaderSeparatorVisible");
|
|
733
767
|
}
|
|
734
768
|
get cellSelectedBackground() {
|
|
735
|
-
return this.
|
|
769
|
+
return this.f3;
|
|
736
770
|
}
|
|
737
771
|
set cellSelectedBackground(a) {
|
|
738
|
-
this.
|
|
772
|
+
this.f3 = a;
|
|
739
773
|
this.j("CellSelectedBackground");
|
|
740
774
|
}
|
|
775
|
+
get cellSelectedTextColor() {
|
|
776
|
+
return this.f4;
|
|
777
|
+
}
|
|
778
|
+
set cellSelectedTextColor(a) {
|
|
779
|
+
this.f4 = a;
|
|
780
|
+
this.j("CellSelectedTextColor");
|
|
781
|
+
}
|
|
741
782
|
get sectionHeaderSelectedBackground() {
|
|
742
|
-
return this.
|
|
783
|
+
return this.iw;
|
|
743
784
|
}
|
|
744
785
|
set sectionHeaderSelectedBackground(a) {
|
|
745
|
-
this.
|
|
786
|
+
this.iw = a;
|
|
746
787
|
this.j("SectionHeaderSelectedBackground");
|
|
747
788
|
}
|
|
748
789
|
get summaryRootBackground() {
|
|
749
|
-
return this.
|
|
790
|
+
return this.i9;
|
|
750
791
|
}
|
|
751
792
|
set summaryRootBackground(a) {
|
|
752
|
-
this.
|
|
793
|
+
this.i9 = a;
|
|
753
794
|
this.j("SummaryRootBackground");
|
|
754
795
|
}
|
|
755
796
|
get summarySectionBackground() {
|
|
756
|
-
return this.
|
|
797
|
+
return this.jk;
|
|
757
798
|
}
|
|
758
799
|
set summarySectionBackground(a) {
|
|
759
|
-
this.
|
|
800
|
+
this.jk = a;
|
|
760
801
|
this.j("SummarySectionBackground");
|
|
761
802
|
}
|
|
762
803
|
get pinnedRowOpacity() {
|
|
763
|
-
return this.
|
|
804
|
+
return this.dy;
|
|
764
805
|
}
|
|
765
806
|
set pinnedRowOpacity(a) {
|
|
766
|
-
this.
|
|
807
|
+
this.dy = a;
|
|
767
808
|
this.j("PinnedRowOpacity");
|
|
768
809
|
}
|
|
769
810
|
get editFontFamily() {
|
|
770
|
-
return this.
|
|
811
|
+
return this.hb;
|
|
771
812
|
}
|
|
772
813
|
set editFontFamily(a) {
|
|
773
|
-
this.
|
|
814
|
+
this.hb = a;
|
|
774
815
|
this.j("EditFontFamily");
|
|
775
816
|
}
|
|
776
817
|
get editFontSize() {
|
|
777
|
-
return this.
|
|
818
|
+
return this.dr;
|
|
778
819
|
}
|
|
779
820
|
set editFontSize(a) {
|
|
780
|
-
this.
|
|
821
|
+
this.dr = a;
|
|
781
822
|
this.j("EditFontSize");
|
|
782
823
|
}
|
|
783
824
|
get editFontStyle() {
|
|
784
|
-
return this.
|
|
825
|
+
return this.hc;
|
|
785
826
|
}
|
|
786
827
|
set editFontStyle(a) {
|
|
787
|
-
this.
|
|
828
|
+
this.hc = a;
|
|
788
829
|
this.j("EditFontStyle");
|
|
789
830
|
}
|
|
790
831
|
get editFontWeight() {
|
|
791
|
-
return this.
|
|
832
|
+
return this.hd;
|
|
792
833
|
}
|
|
793
834
|
set editFontWeight(a) {
|
|
794
|
-
this.
|
|
835
|
+
this.hd = a;
|
|
795
836
|
this.j("EditFontWeight");
|
|
796
837
|
}
|
|
797
838
|
get editOpacity() {
|
|
798
|
-
return this.
|
|
839
|
+
return this.ds;
|
|
799
840
|
}
|
|
800
841
|
set editOpacity(a) {
|
|
801
|
-
this.
|
|
842
|
+
this.ds = a;
|
|
802
843
|
this.j("EditOpacity");
|
|
803
844
|
}
|
|
804
845
|
get deletedTextColor() {
|
|
805
|
-
return this.
|
|
846
|
+
return this.g9;
|
|
806
847
|
}
|
|
807
848
|
set deletedTextColor(a) {
|
|
808
|
-
this.
|
|
849
|
+
this.g9 = a;
|
|
809
850
|
this.j("DeletedTextColor");
|
|
810
851
|
}
|
|
811
852
|
get stickyRowBackground() {
|
|
812
|
-
return this.
|
|
853
|
+
return this.i7;
|
|
813
854
|
}
|
|
814
855
|
set stickyRowBackground(a) {
|
|
815
|
-
this.
|
|
856
|
+
this.i7 = a;
|
|
816
857
|
this.j("StickyRowBackground");
|
|
817
858
|
}
|
|
818
859
|
get pinnedRowBackground() {
|
|
819
|
-
return this.
|
|
860
|
+
return this.ib;
|
|
820
861
|
}
|
|
821
862
|
set pinnedRowBackground(a) {
|
|
822
|
-
this.
|
|
863
|
+
this.ib = a;
|
|
823
864
|
this.j("PinnedRowBackground");
|
|
824
865
|
}
|
|
825
866
|
get lastStickyRowBackground() {
|
|
826
|
-
return this.
|
|
867
|
+
return this.h7;
|
|
827
868
|
}
|
|
828
869
|
set lastStickyRowBackground(a) {
|
|
829
|
-
this.
|
|
870
|
+
this.h7 = a;
|
|
830
871
|
this.j("LastStickyRowBackground");
|
|
831
872
|
}
|
|
832
873
|
get activeCell() {
|
|
@@ -837,395 +878,402 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
837
878
|
this.j("ActiveCell");
|
|
838
879
|
}
|
|
839
880
|
get cellBackground() {
|
|
840
|
-
return this.
|
|
881
|
+
return this.fr;
|
|
841
882
|
}
|
|
842
883
|
set cellBackground(a) {
|
|
843
|
-
this.
|
|
884
|
+
this.fr = a;
|
|
844
885
|
this.j("CellBackground");
|
|
845
886
|
}
|
|
846
887
|
get cellTextColor() {
|
|
847
|
-
return this.
|
|
888
|
+
return this.f6;
|
|
848
889
|
}
|
|
849
890
|
set cellTextColor(a) {
|
|
850
|
-
this.
|
|
891
|
+
this.f6 = a;
|
|
851
892
|
this.j("CellTextColor");
|
|
852
893
|
}
|
|
853
894
|
get headerSortIndicatorColor() {
|
|
854
|
-
return this.
|
|
895
|
+
return this.h0;
|
|
855
896
|
}
|
|
856
897
|
set headerSortIndicatorColor(a) {
|
|
857
|
-
this.
|
|
898
|
+
this.h0 = a;
|
|
858
899
|
this.j("HeaderSortIndicatorColor");
|
|
859
900
|
}
|
|
860
901
|
get headerSortIndicatorStyle() {
|
|
861
|
-
return this.
|
|
902
|
+
return this.h1;
|
|
862
903
|
}
|
|
863
904
|
set headerSortIndicatorStyle(a) {
|
|
864
|
-
this.
|
|
905
|
+
this.h1 = a;
|
|
865
906
|
this.j("HeaderSortIndicatorStyle");
|
|
866
907
|
}
|
|
867
908
|
get cellFontFamily() {
|
|
868
|
-
return this.
|
|
909
|
+
return this.fw;
|
|
869
910
|
}
|
|
870
911
|
set cellFontFamily(a) {
|
|
871
|
-
this.
|
|
912
|
+
this.fw = a;
|
|
872
913
|
this.j("CellFontFamily");
|
|
873
914
|
}
|
|
874
915
|
get cellFontSize() {
|
|
875
|
-
return this.
|
|
916
|
+
return this.dg;
|
|
876
917
|
}
|
|
877
918
|
set cellFontSize(a) {
|
|
878
|
-
this.
|
|
919
|
+
this.dg = a;
|
|
879
920
|
this.j("CellFontSize");
|
|
880
921
|
}
|
|
881
922
|
get cellFontStyle() {
|
|
882
|
-
return this.
|
|
923
|
+
return this.fx;
|
|
883
924
|
}
|
|
884
925
|
set cellFontStyle(a) {
|
|
885
|
-
this.
|
|
926
|
+
this.fx = a;
|
|
886
927
|
this.j("CellFontStyle");
|
|
887
928
|
}
|
|
888
929
|
get cellFontWeight() {
|
|
889
|
-
return this.
|
|
930
|
+
return this.fy;
|
|
890
931
|
}
|
|
891
932
|
set cellFontWeight(a) {
|
|
892
|
-
this.
|
|
933
|
+
this.fy = a;
|
|
893
934
|
this.j("CellFontWeight");
|
|
894
935
|
}
|
|
895
936
|
get sectionHeaderBackground() {
|
|
896
|
-
return this.
|
|
937
|
+
return this.ir;
|
|
897
938
|
}
|
|
898
939
|
set sectionHeaderBackground(a) {
|
|
899
|
-
this.
|
|
940
|
+
this.ir = a;
|
|
900
941
|
this.j("SectionHeaderBackground");
|
|
901
942
|
}
|
|
902
943
|
get sectionHeaderTextColor() {
|
|
903
|
-
return this.
|
|
944
|
+
return this.ix;
|
|
904
945
|
}
|
|
905
946
|
set sectionHeaderTextColor(a) {
|
|
906
|
-
this.
|
|
947
|
+
this.ix = a;
|
|
907
948
|
this.j("SectionHeaderTextColor");
|
|
908
949
|
}
|
|
950
|
+
get sectionHeaderExpansionIndicatorIconColor() {
|
|
951
|
+
return this.is;
|
|
952
|
+
}
|
|
953
|
+
set sectionHeaderExpansionIndicatorIconColor(a) {
|
|
954
|
+
this.is = a;
|
|
955
|
+
this.j("SectionHeaderExpansionIndicatorIconColor");
|
|
956
|
+
}
|
|
909
957
|
get sectionHeaderFontFamily() {
|
|
910
|
-
return this.
|
|
958
|
+
return this.it;
|
|
911
959
|
}
|
|
912
960
|
set sectionHeaderFontFamily(a) {
|
|
913
|
-
this.
|
|
961
|
+
this.it = a;
|
|
914
962
|
this.j("SectionHeaderFontFamily");
|
|
915
963
|
}
|
|
916
964
|
get sectionHeaderFontSize() {
|
|
917
|
-
return this.
|
|
965
|
+
return this.dz;
|
|
918
966
|
}
|
|
919
967
|
set sectionHeaderFontSize(a) {
|
|
920
|
-
this.
|
|
968
|
+
this.dz = a;
|
|
921
969
|
this.j("SectionHeaderFontSize");
|
|
922
970
|
}
|
|
923
971
|
get sectionHeaderFontStyle() {
|
|
924
|
-
return this.
|
|
972
|
+
return this.iu;
|
|
925
973
|
}
|
|
926
974
|
set sectionHeaderFontStyle(a) {
|
|
927
|
-
this.
|
|
975
|
+
this.iu = a;
|
|
928
976
|
this.j("SectionHeaderFontStyle");
|
|
929
977
|
}
|
|
930
978
|
get sectionHeaderFontWeight() {
|
|
931
|
-
return this.
|
|
979
|
+
return this.iv;
|
|
932
980
|
}
|
|
933
981
|
set sectionHeaderFontWeight(a) {
|
|
934
|
-
this.
|
|
982
|
+
this.iv = a;
|
|
935
983
|
this.j("SectionHeaderFontWeight");
|
|
936
984
|
}
|
|
937
985
|
get summaryRootLabelFontFamily() {
|
|
938
|
-
return this.
|
|
986
|
+
return this.ja;
|
|
939
987
|
}
|
|
940
988
|
set summaryRootLabelFontFamily(a) {
|
|
941
|
-
this.
|
|
989
|
+
this.ja = a;
|
|
942
990
|
this.j("SummaryRootLabelFontFamily");
|
|
943
991
|
}
|
|
944
992
|
get summaryRootLabelFontSize() {
|
|
945
|
-
return this.
|
|
993
|
+
return this.d0;
|
|
946
994
|
}
|
|
947
995
|
set summaryRootLabelFontSize(a) {
|
|
948
|
-
this.
|
|
996
|
+
this.d0 = a;
|
|
949
997
|
this.j("SummaryRootLabelFontSize");
|
|
950
998
|
}
|
|
951
999
|
get summaryRootLabelFontStyle() {
|
|
952
|
-
return this.
|
|
1000
|
+
return this.jb;
|
|
953
1001
|
}
|
|
954
1002
|
set summaryRootLabelFontStyle(a) {
|
|
955
|
-
this.
|
|
1003
|
+
this.jb = a;
|
|
956
1004
|
this.j("SummaryRootLabelFontStyle");
|
|
957
1005
|
}
|
|
958
1006
|
get summaryRootLabelFontWeight() {
|
|
959
|
-
return this.
|
|
1007
|
+
return this.jc;
|
|
960
1008
|
}
|
|
961
1009
|
set summaryRootLabelFontWeight(a) {
|
|
962
|
-
this.
|
|
1010
|
+
this.jc = a;
|
|
963
1011
|
this.j("SummaryRootLabelFontWeight");
|
|
964
1012
|
}
|
|
965
1013
|
get summarySectionLabelFontFamily() {
|
|
966
|
-
return this.
|
|
1014
|
+
return this.jl;
|
|
967
1015
|
}
|
|
968
1016
|
set summarySectionLabelFontFamily(a) {
|
|
969
|
-
this.
|
|
1017
|
+
this.jl = a;
|
|
970
1018
|
this.j("SummarySectionLabelFontFamily");
|
|
971
1019
|
}
|
|
972
1020
|
get summarySectionLabelFontSize() {
|
|
973
|
-
return this.
|
|
1021
|
+
return this.d2;
|
|
974
1022
|
}
|
|
975
1023
|
set summarySectionLabelFontSize(a) {
|
|
976
|
-
this.
|
|
1024
|
+
this.d2 = a;
|
|
977
1025
|
this.j("SummarySectionLabelFontSize");
|
|
978
1026
|
}
|
|
979
1027
|
get summarySectionLabelFontStyle() {
|
|
980
|
-
return this.
|
|
1028
|
+
return this.jm;
|
|
981
1029
|
}
|
|
982
1030
|
set summarySectionLabelFontStyle(a) {
|
|
983
|
-
this.
|
|
1031
|
+
this.jm = a;
|
|
984
1032
|
this.j("SummarySectionLabelFontStyle");
|
|
985
1033
|
}
|
|
986
1034
|
get summarySectionLabelFontWeight() {
|
|
987
|
-
return this.
|
|
1035
|
+
return this.jn;
|
|
988
1036
|
}
|
|
989
1037
|
set summarySectionLabelFontWeight(a) {
|
|
990
|
-
this.
|
|
1038
|
+
this.jn = a;
|
|
991
1039
|
this.j("SummarySectionLabelFontWeight");
|
|
992
1040
|
}
|
|
993
1041
|
get summaryRootValueTextColor() {
|
|
994
|
-
return this.
|
|
1042
|
+
return this.ji;
|
|
995
1043
|
}
|
|
996
1044
|
set summaryRootValueTextColor(a) {
|
|
997
|
-
this.
|
|
1045
|
+
this.ji = a;
|
|
998
1046
|
this.j("SummaryRootValueTextColor");
|
|
999
1047
|
}
|
|
1000
1048
|
get summaryRootValueFontFamily() {
|
|
1001
|
-
return this.
|
|
1049
|
+
return this.jf;
|
|
1002
1050
|
}
|
|
1003
1051
|
set summaryRootValueFontFamily(a) {
|
|
1004
|
-
this.
|
|
1052
|
+
this.jf = a;
|
|
1005
1053
|
this.j("SummaryRootValueFontFamily");
|
|
1006
1054
|
}
|
|
1007
1055
|
get summaryRootValueFontSize() {
|
|
1008
|
-
return this.
|
|
1056
|
+
return this.d1;
|
|
1009
1057
|
}
|
|
1010
1058
|
set summaryRootValueFontSize(a) {
|
|
1011
|
-
this.
|
|
1059
|
+
this.d1 = a;
|
|
1012
1060
|
this.j("SummaryRootValueFontSize");
|
|
1013
1061
|
}
|
|
1014
1062
|
get summaryRootValueFontStyle() {
|
|
1015
|
-
return this.
|
|
1063
|
+
return this.jg;
|
|
1016
1064
|
}
|
|
1017
1065
|
set summaryRootValueFontStyle(a) {
|
|
1018
|
-
this.
|
|
1066
|
+
this.jg = a;
|
|
1019
1067
|
this.j("SummaryRootValueFontStyle");
|
|
1020
1068
|
}
|
|
1021
1069
|
get summaryRootValueFontWeight() {
|
|
1022
|
-
return this.
|
|
1070
|
+
return this.jh;
|
|
1023
1071
|
}
|
|
1024
1072
|
set summaryRootValueFontWeight(a) {
|
|
1025
|
-
this.
|
|
1073
|
+
this.jh = a;
|
|
1026
1074
|
this.j("SummaryRootValueFontWeight");
|
|
1027
1075
|
}
|
|
1028
1076
|
get summarySectionValueFontFamily() {
|
|
1029
|
-
return this.
|
|
1077
|
+
return this.jq;
|
|
1030
1078
|
}
|
|
1031
1079
|
set summarySectionValueFontFamily(a) {
|
|
1032
|
-
this.
|
|
1080
|
+
this.jq = a;
|
|
1033
1081
|
this.j("SummarySectionValueFontFamily");
|
|
1034
1082
|
}
|
|
1035
1083
|
get summarySectionValueFontSize() {
|
|
1036
|
-
return this.
|
|
1084
|
+
return this.d3;
|
|
1037
1085
|
}
|
|
1038
1086
|
set summarySectionValueFontSize(a) {
|
|
1039
|
-
this.
|
|
1087
|
+
this.d3 = a;
|
|
1040
1088
|
this.j("SummarySectionValueFontSize");
|
|
1041
1089
|
}
|
|
1042
1090
|
get summarySectionValueFontStyle() {
|
|
1043
|
-
return this.
|
|
1091
|
+
return this.jr;
|
|
1044
1092
|
}
|
|
1045
1093
|
set summarySectionValueFontStyle(a) {
|
|
1046
|
-
this.
|
|
1094
|
+
this.jr = a;
|
|
1047
1095
|
this.j("SummarySectionValueFontStyle");
|
|
1048
1096
|
}
|
|
1049
1097
|
get summarySectionValueFontWeight() {
|
|
1050
|
-
return this.
|
|
1098
|
+
return this.js;
|
|
1051
1099
|
}
|
|
1052
1100
|
set summarySectionValueFontWeight(a) {
|
|
1053
|
-
this.
|
|
1101
|
+
this.js = a;
|
|
1054
1102
|
this.j("SummarySectionValueFontWeight");
|
|
1055
1103
|
}
|
|
1056
1104
|
get summarySectionValueTextColor() {
|
|
1057
|
-
return this.
|
|
1105
|
+
return this.jt;
|
|
1058
1106
|
}
|
|
1059
1107
|
set summarySectionValueTextColor(a) {
|
|
1060
|
-
this.
|
|
1108
|
+
this.jt = a;
|
|
1061
1109
|
this.j("SummarySectionValueTextColor");
|
|
1062
1110
|
}
|
|
1063
1111
|
get summaryRootLabelTextColor() {
|
|
1064
|
-
return this.
|
|
1112
|
+
return this.jd;
|
|
1065
1113
|
}
|
|
1066
1114
|
set summaryRootLabelTextColor(a) {
|
|
1067
|
-
this.
|
|
1115
|
+
this.jd = a;
|
|
1068
1116
|
this.j("SummaryRootLabelTextColor");
|
|
1069
1117
|
}
|
|
1070
1118
|
get summarySectionLabelTextColor() {
|
|
1071
|
-
return this.
|
|
1119
|
+
return this.jo;
|
|
1072
1120
|
}
|
|
1073
1121
|
set summarySectionLabelTextColor(a) {
|
|
1074
|
-
this.
|
|
1122
|
+
this.jo = a;
|
|
1075
1123
|
this.j("SummarySectionLabelTextColor");
|
|
1076
1124
|
}
|
|
1077
1125
|
get summaryRootSelectedBackground() {
|
|
1078
|
-
return this.
|
|
1126
|
+
return this.je;
|
|
1079
1127
|
}
|
|
1080
1128
|
set summaryRootSelectedBackground(a) {
|
|
1081
|
-
this.
|
|
1129
|
+
this.je = a;
|
|
1082
1130
|
this.j("SummaryRootSelectedBackground");
|
|
1083
1131
|
}
|
|
1084
1132
|
get summarySectionSelectedBackground() {
|
|
1085
|
-
return this.
|
|
1133
|
+
return this.jp;
|
|
1086
1134
|
}
|
|
1087
1135
|
set summarySectionSelectedBackground(a) {
|
|
1088
|
-
this.
|
|
1136
|
+
this.jp = a;
|
|
1089
1137
|
this.j("SummarySectionSelectedBackground");
|
|
1090
1138
|
}
|
|
1091
1139
|
get pinnedAreaSeparatorWidth() {
|
|
1092
|
-
return this.
|
|
1140
|
+
return this.e4;
|
|
1093
1141
|
}
|
|
1094
1142
|
set pinnedAreaSeparatorWidth(a) {
|
|
1095
|
-
this.
|
|
1143
|
+
this.e4 = a;
|
|
1096
1144
|
this.j("PinnedAreaSeparatorWidth");
|
|
1097
1145
|
}
|
|
1098
1146
|
get headerSeparatorWidth() {
|
|
1099
|
-
return this.
|
|
1147
|
+
return this.e1;
|
|
1100
1148
|
}
|
|
1101
1149
|
set headerSeparatorWidth(a) {
|
|
1102
|
-
this.
|
|
1150
|
+
this.e1 = a;
|
|
1103
1151
|
this.j("HeaderSeparatorWidth");
|
|
1104
1152
|
}
|
|
1105
1153
|
get headerSeparatorBackground() {
|
|
1106
|
-
return this.
|
|
1154
|
+
return this.hz;
|
|
1107
1155
|
}
|
|
1108
1156
|
set headerSeparatorBackground(a) {
|
|
1109
|
-
this.
|
|
1157
|
+
this.hz = a;
|
|
1110
1158
|
this.j("HeaderSeparatorBackground");
|
|
1111
1159
|
}
|
|
1112
1160
|
get headerBackground() {
|
|
1113
|
-
return this.
|
|
1161
|
+
return this.ht;
|
|
1114
1162
|
}
|
|
1115
1163
|
set headerBackground(a) {
|
|
1116
|
-
this.
|
|
1164
|
+
this.ht = a;
|
|
1117
1165
|
this.j("HeaderBackground");
|
|
1118
1166
|
}
|
|
1119
1167
|
get headerTextColor() {
|
|
1120
|
-
return this.
|
|
1168
|
+
return this.h2;
|
|
1121
1169
|
}
|
|
1122
1170
|
set headerTextColor(a) {
|
|
1123
|
-
this.
|
|
1171
|
+
this.h2 = a;
|
|
1124
1172
|
this.j("HeaderTextColor");
|
|
1125
1173
|
}
|
|
1126
1174
|
get headerFontFamily() {
|
|
1127
|
-
return this.
|
|
1175
|
+
return this.hv;
|
|
1128
1176
|
}
|
|
1129
1177
|
set headerFontFamily(a) {
|
|
1130
|
-
this.
|
|
1178
|
+
this.hv = a;
|
|
1131
1179
|
this.j("HeaderFontFamily");
|
|
1132
1180
|
}
|
|
1133
1181
|
get headerFontSize() {
|
|
1134
|
-
return this.
|
|
1182
|
+
return this.dx;
|
|
1135
1183
|
}
|
|
1136
1184
|
set headerFontSize(a) {
|
|
1137
|
-
this.
|
|
1185
|
+
this.dx = a;
|
|
1138
1186
|
this.j("HeaderFontSize");
|
|
1139
1187
|
}
|
|
1140
1188
|
get headerFontStyle() {
|
|
1141
|
-
return this.
|
|
1189
|
+
return this.hw;
|
|
1142
1190
|
}
|
|
1143
1191
|
set headerFontStyle(a) {
|
|
1144
|
-
this.
|
|
1192
|
+
this.hw = a;
|
|
1145
1193
|
this.j("HeaderFontStyle");
|
|
1146
1194
|
}
|
|
1147
1195
|
get headerFontWeight() {
|
|
1148
|
-
return this.
|
|
1196
|
+
return this.hx;
|
|
1149
1197
|
}
|
|
1150
1198
|
set headerFontWeight(a) {
|
|
1151
|
-
this.
|
|
1199
|
+
this.hx = a;
|
|
1152
1200
|
this.j("HeaderFontWeight");
|
|
1153
1201
|
}
|
|
1154
1202
|
get rowSeparatorBackground() {
|
|
1155
|
-
return this.
|
|
1203
|
+
return this.ik;
|
|
1156
1204
|
}
|
|
1157
1205
|
set rowSeparatorBackground(a) {
|
|
1158
|
-
this.
|
|
1206
|
+
this.ik = a;
|
|
1159
1207
|
this.j("RowSeparatorBackground");
|
|
1160
1208
|
}
|
|
1161
1209
|
get headerRowSeparatorBackground() {
|
|
1162
|
-
return this.
|
|
1210
|
+
return this.hy;
|
|
1163
1211
|
}
|
|
1164
1212
|
set headerRowSeparatorBackground(a) {
|
|
1165
|
-
this.
|
|
1213
|
+
this.hy = a;
|
|
1166
1214
|
this.j("HeaderRowSeparatorBackground");
|
|
1167
1215
|
}
|
|
1168
1216
|
get rowSeparatorStickyRowBackground() {
|
|
1169
|
-
return this.
|
|
1217
|
+
return this.io;
|
|
1170
1218
|
}
|
|
1171
1219
|
set rowSeparatorStickyRowBackground(a) {
|
|
1172
|
-
this.
|
|
1220
|
+
this.io = a;
|
|
1173
1221
|
this.j("RowSeparatorStickyRowBackground");
|
|
1174
1222
|
}
|
|
1175
1223
|
get rowSeparatorLastStickyRowBackground() {
|
|
1176
|
-
return this.
|
|
1224
|
+
return this.il;
|
|
1177
1225
|
}
|
|
1178
1226
|
set rowSeparatorLastStickyRowBackground(a) {
|
|
1179
|
-
this.
|
|
1227
|
+
this.il = a;
|
|
1180
1228
|
this.j("RowSeparatorLastStickyRowBackground");
|
|
1181
1229
|
}
|
|
1182
1230
|
get rowSeparatorPinnedRowBackground() {
|
|
1183
|
-
return this.
|
|
1231
|
+
return this.im;
|
|
1184
1232
|
}
|
|
1185
1233
|
set rowSeparatorPinnedRowBackground(a) {
|
|
1186
|
-
this.
|
|
1234
|
+
this.im = a;
|
|
1187
1235
|
this.j("RowSeparatorPinnedRowBackground");
|
|
1188
1236
|
}
|
|
1189
1237
|
get columnResizingSeparatorWidth() {
|
|
1190
|
-
return this.
|
|
1238
|
+
return this.ez;
|
|
1191
1239
|
}
|
|
1192
1240
|
set columnResizingSeparatorWidth(a) {
|
|
1193
|
-
this.
|
|
1241
|
+
this.ez = a;
|
|
1194
1242
|
this.j("ColumnResizingSeparatorWidth");
|
|
1195
1243
|
}
|
|
1196
1244
|
get columnResizingSeparatorOpacity() {
|
|
1197
|
-
return this.
|
|
1245
|
+
return this.dk;
|
|
1198
1246
|
}
|
|
1199
1247
|
set columnResizingSeparatorOpacity(a) {
|
|
1200
|
-
this.
|
|
1248
|
+
this.dk = a;
|
|
1201
1249
|
this.j("ColumnResizingSeparatorOpacity");
|
|
1202
1250
|
}
|
|
1203
1251
|
get columnMovingSeparatorWidth() {
|
|
1204
|
-
return this.
|
|
1252
|
+
return this.ex;
|
|
1205
1253
|
}
|
|
1206
1254
|
set columnMovingSeparatorWidth(a) {
|
|
1207
|
-
this.
|
|
1255
|
+
this.ex = a;
|
|
1208
1256
|
this.j("ColumnMovingSeparatorWidth");
|
|
1209
1257
|
}
|
|
1210
1258
|
get columnMovingSeparatorOpacity() {
|
|
1211
|
-
return this.
|
|
1259
|
+
return this.dh;
|
|
1212
1260
|
}
|
|
1213
1261
|
set columnMovingSeparatorOpacity(a) {
|
|
1214
|
-
this.
|
|
1262
|
+
this.dh = a;
|
|
1215
1263
|
this.j("ColumnMovingSeparatorOpacity");
|
|
1216
1264
|
}
|
|
1217
1265
|
get columnResizingSeparatorBackground() {
|
|
1218
|
-
return this.
|
|
1266
|
+
return this.g1;
|
|
1219
1267
|
}
|
|
1220
1268
|
set columnResizingSeparatorBackground(a) {
|
|
1221
|
-
this.
|
|
1269
|
+
this.g1 = a;
|
|
1222
1270
|
this.j("ColumnResizingSeparatorBackground");
|
|
1223
1271
|
}
|
|
1224
1272
|
get columnMovingSeparatorBackground() {
|
|
1225
|
-
return this.
|
|
1273
|
+
return this.ge;
|
|
1226
1274
|
}
|
|
1227
1275
|
set columnMovingSeparatorBackground(a) {
|
|
1228
|
-
this.
|
|
1276
|
+
this.ge = a;
|
|
1229
1277
|
this.j("ColumnMovingSeparatorBackground");
|
|
1230
1278
|
}
|
|
1231
1279
|
get shiftSectionContent() {
|
|
@@ -1236,59 +1284,66 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1236
1284
|
this.j("ShiftSectionContent");
|
|
1237
1285
|
}
|
|
1238
1286
|
get columnOptionsIconAlignment() {
|
|
1239
|
-
return this.
|
|
1287
|
+
return this.gr;
|
|
1240
1288
|
}
|
|
1241
1289
|
set columnOptionsIconAlignment(a) {
|
|
1242
|
-
this.
|
|
1290
|
+
this.gr = a;
|
|
1243
1291
|
this.j("ColumnOptionsIconAlignment");
|
|
1244
1292
|
}
|
|
1245
1293
|
get columnOptionsIconColor() {
|
|
1246
|
-
return this.
|
|
1294
|
+
return this.gt;
|
|
1247
1295
|
}
|
|
1248
1296
|
set columnOptionsIconColor(a) {
|
|
1249
|
-
this.
|
|
1297
|
+
this.gt = a;
|
|
1250
1298
|
this.j("ColumnOptionsIconColor");
|
|
1251
1299
|
}
|
|
1252
1300
|
get columnOptionsIconBehavior() {
|
|
1253
|
-
return this.
|
|
1301
|
+
return this.gs;
|
|
1254
1302
|
}
|
|
1255
1303
|
set columnOptionsIconBehavior(a) {
|
|
1256
|
-
this.
|
|
1304
|
+
this.gs = a;
|
|
1257
1305
|
this.j("ColumnOptionsIconBehavior");
|
|
1258
1306
|
}
|
|
1307
|
+
get actualBorder() {
|
|
1308
|
+
return this.fm;
|
|
1309
|
+
}
|
|
1310
|
+
set actualBorder(a) {
|
|
1311
|
+
this.fm = a;
|
|
1312
|
+
this.j("ActualBorder");
|
|
1313
|
+
}
|
|
1259
1314
|
get border() {
|
|
1260
|
-
return this.
|
|
1315
|
+
return this.fq;
|
|
1261
1316
|
}
|
|
1262
1317
|
set border(a) {
|
|
1263
|
-
this.
|
|
1318
|
+
this.fq = a;
|
|
1264
1319
|
this.j("Border");
|
|
1265
1320
|
}
|
|
1266
1321
|
get borderWidthBottom() {
|
|
1267
|
-
return this.
|
|
1322
|
+
return this.dc;
|
|
1268
1323
|
}
|
|
1269
1324
|
set borderWidthBottom(a) {
|
|
1270
|
-
this.
|
|
1325
|
+
this.dc = a;
|
|
1271
1326
|
this.j("BorderWidthBottom");
|
|
1272
1327
|
}
|
|
1273
1328
|
get borderWidthLeft() {
|
|
1274
|
-
return this.
|
|
1329
|
+
return this.dd;
|
|
1275
1330
|
}
|
|
1276
1331
|
set borderWidthLeft(a) {
|
|
1277
|
-
this.
|
|
1332
|
+
this.dd = a;
|
|
1278
1333
|
this.j("BorderWidthLeft");
|
|
1279
1334
|
}
|
|
1280
1335
|
get borderWidthRight() {
|
|
1281
|
-
return this.
|
|
1336
|
+
return this.de;
|
|
1282
1337
|
}
|
|
1283
1338
|
set borderWidthRight(a) {
|
|
1284
|
-
this.
|
|
1339
|
+
this.de = a;
|
|
1285
1340
|
this.j("BorderWidthRight");
|
|
1286
1341
|
}
|
|
1287
1342
|
get borderWidthTop() {
|
|
1288
|
-
return this.
|
|
1343
|
+
return this.df;
|
|
1289
1344
|
}
|
|
1290
1345
|
set borderWidthTop(a) {
|
|
1291
|
-
this.
|
|
1346
|
+
this.df = a;
|
|
1292
1347
|
this.j("BorderWidthTop");
|
|
1293
1348
|
}
|
|
1294
1349
|
get notifyOnAllSelectionChanges() {
|
|
@@ -1299,31 +1354,31 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1299
1354
|
this.j("NotifyOnAllSelectionChanges");
|
|
1300
1355
|
}
|
|
1301
1356
|
get cornerRadiusBottomRight() {
|
|
1302
|
-
return this.
|
|
1357
|
+
return this.dm;
|
|
1303
1358
|
}
|
|
1304
1359
|
set cornerRadiusBottomRight(a) {
|
|
1305
|
-
this.
|
|
1360
|
+
this.dm = a;
|
|
1306
1361
|
this.j("CornerRadiusBottomRight");
|
|
1307
1362
|
}
|
|
1308
1363
|
get cornerRadiusBottomLeft() {
|
|
1309
|
-
return this.
|
|
1364
|
+
return this.dl;
|
|
1310
1365
|
}
|
|
1311
1366
|
set cornerRadiusBottomLeft(a) {
|
|
1312
|
-
this.
|
|
1367
|
+
this.dl = a;
|
|
1313
1368
|
this.j("CornerRadiusBottomLeft");
|
|
1314
1369
|
}
|
|
1315
1370
|
get cornerRadiusTopLeft() {
|
|
1316
|
-
return this.
|
|
1371
|
+
return this.dn;
|
|
1317
1372
|
}
|
|
1318
1373
|
set cornerRadiusTopLeft(a) {
|
|
1319
|
-
this.
|
|
1374
|
+
this.dn = a;
|
|
1320
1375
|
this.j("CornerRadiusTopLeft");
|
|
1321
1376
|
}
|
|
1322
1377
|
get cornerRadiusTopRight() {
|
|
1323
|
-
return this.
|
|
1378
|
+
return this.dp;
|
|
1324
1379
|
}
|
|
1325
1380
|
set cornerRadiusTopRight(a) {
|
|
1326
|
-
this.
|
|
1381
|
+
this.dp = a;
|
|
1327
1382
|
this.j("CornerRadiusTopRight");
|
|
1328
1383
|
}
|
|
1329
1384
|
get isActiveCellStyleEnabled() {
|
|
@@ -1340,6 +1395,20 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1340
1395
|
this.cf = a;
|
|
1341
1396
|
this.j("StopPropagation");
|
|
1342
1397
|
}
|
|
1398
|
+
get actualBackground() {
|
|
1399
|
+
return this.fl;
|
|
1400
|
+
}
|
|
1401
|
+
set actualBackground(a) {
|
|
1402
|
+
this.fl = a;
|
|
1403
|
+
this.j("ActualBackground");
|
|
1404
|
+
}
|
|
1405
|
+
get background() {
|
|
1406
|
+
return this.fp;
|
|
1407
|
+
}
|
|
1408
|
+
set background(a) {
|
|
1409
|
+
this.fp = a;
|
|
1410
|
+
this.j("Background");
|
|
1411
|
+
}
|
|
1343
1412
|
get responsiveStates() {
|
|
1344
1413
|
return this.x;
|
|
1345
1414
|
}
|
|
@@ -1369,24 +1438,24 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1369
1438
|
this.j("InitialSummaryDescriptions");
|
|
1370
1439
|
}
|
|
1371
1440
|
get initialSorts() {
|
|
1372
|
-
return this.
|
|
1441
|
+
return this.h5;
|
|
1373
1442
|
}
|
|
1374
1443
|
set initialSorts(a) {
|
|
1375
|
-
this.
|
|
1444
|
+
this.h5 = a;
|
|
1376
1445
|
this.j("InitialSorts");
|
|
1377
1446
|
}
|
|
1378
1447
|
get initialGroups() {
|
|
1379
|
-
return this.
|
|
1448
|
+
return this.h4;
|
|
1380
1449
|
}
|
|
1381
1450
|
set initialGroups(a) {
|
|
1382
|
-
this.
|
|
1451
|
+
this.h4 = a;
|
|
1383
1452
|
this.j("InitialGroups");
|
|
1384
1453
|
}
|
|
1385
1454
|
get initialSummaries() {
|
|
1386
|
-
return this.
|
|
1455
|
+
return this.h6;
|
|
1387
1456
|
}
|
|
1388
1457
|
set initialSummaries(a) {
|
|
1389
|
-
this.
|
|
1458
|
+
this.h6 = a;
|
|
1390
1459
|
this.j("InitialSummaries");
|
|
1391
1460
|
}
|
|
1392
1461
|
get sortDescriptions() {
|
|
@@ -1418,10 +1487,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1418
1487
|
this.j("SummaryDescriptions");
|
|
1419
1488
|
}
|
|
1420
1489
|
get summaryScope() {
|
|
1421
|
-
return this.
|
|
1490
|
+
return this.jj;
|
|
1422
1491
|
}
|
|
1423
1492
|
set summaryScope(a) {
|
|
1424
|
-
this.
|
|
1493
|
+
this.jj = a;
|
|
1425
1494
|
this.j("SummaryScope");
|
|
1426
1495
|
}
|
|
1427
1496
|
get isGroupCollapsable() {
|
|
@@ -1432,10 +1501,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1432
1501
|
this.j("IsGroupCollapsable");
|
|
1433
1502
|
}
|
|
1434
1503
|
get groupHeaderDisplayMode() {
|
|
1435
|
-
return this.
|
|
1504
|
+
return this.hr;
|
|
1436
1505
|
}
|
|
1437
1506
|
set groupHeaderDisplayMode(a) {
|
|
1438
|
-
this.
|
|
1507
|
+
this.hr = a;
|
|
1439
1508
|
this.j("GroupHeaderDisplayMode");
|
|
1440
1509
|
}
|
|
1441
1510
|
get isGroupExpandedDefault() {
|
|
@@ -1446,10 +1515,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1446
1515
|
this.j("IsGroupExpandedDefault");
|
|
1447
1516
|
}
|
|
1448
1517
|
get groupSummaryDisplayMode() {
|
|
1449
|
-
return this.
|
|
1518
|
+
return this.hs;
|
|
1450
1519
|
}
|
|
1451
1520
|
set groupSummaryDisplayMode(a) {
|
|
1452
|
-
this.
|
|
1521
|
+
this.hs = a;
|
|
1453
1522
|
this.j("GroupSummaryDisplayMode");
|
|
1454
1523
|
}
|
|
1455
1524
|
get autoAcceptEdits() {
|
|
@@ -1509,17 +1578,17 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1509
1578
|
this.j("ReactsToFilterChanges");
|
|
1510
1579
|
}
|
|
1511
1580
|
get enterBehavior() {
|
|
1512
|
-
return this.
|
|
1581
|
+
return this.hh;
|
|
1513
1582
|
}
|
|
1514
1583
|
set enterBehavior(a) {
|
|
1515
|
-
this.
|
|
1584
|
+
this.hh = a;
|
|
1516
1585
|
this.j("EnterBehavior");
|
|
1517
1586
|
}
|
|
1518
1587
|
get enterBehaviorAfterEdit() {
|
|
1519
|
-
return this.
|
|
1588
|
+
return this.hi;
|
|
1520
1589
|
}
|
|
1521
1590
|
set enterBehaviorAfterEdit(a) {
|
|
1522
|
-
this.
|
|
1591
|
+
this.hi = a;
|
|
1523
1592
|
this.j("EnterBehaviorAfterEdit");
|
|
1524
1593
|
}
|
|
1525
1594
|
get isColumnOptionsSummariesEnabled() {
|
|
@@ -1537,52 +1606,52 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1537
1606
|
this.j("IsColumnOptionsGroupingEnabled");
|
|
1538
1607
|
}
|
|
1539
1608
|
get mergedCellMode() {
|
|
1540
|
-
return this.
|
|
1609
|
+
return this.h9;
|
|
1541
1610
|
}
|
|
1542
1611
|
set mergedCellMode(a) {
|
|
1543
|
-
this.
|
|
1612
|
+
this.h9 = a;
|
|
1544
1613
|
this.j("MergedCellMode");
|
|
1545
1614
|
}
|
|
1546
1615
|
get mergedCellEvaluationCriteria() {
|
|
1547
|
-
return this.
|
|
1616
|
+
return this.h8;
|
|
1548
1617
|
}
|
|
1549
1618
|
set mergedCellEvaluationCriteria(a) {
|
|
1550
|
-
this.
|
|
1619
|
+
this.h8 = a;
|
|
1551
1620
|
this.j("MergedCellEvaluationCriteria");
|
|
1552
1621
|
}
|
|
1553
1622
|
get mergedCellVerticalAlignment() {
|
|
1554
|
-
return this.
|
|
1623
|
+
return this.ia;
|
|
1555
1624
|
}
|
|
1556
1625
|
set mergedCellVerticalAlignment(a) {
|
|
1557
|
-
this.
|
|
1626
|
+
this.ia = a;
|
|
1558
1627
|
this.j("MergedCellVerticalAlignment");
|
|
1559
1628
|
}
|
|
1560
1629
|
get filterUIType() {
|
|
1561
|
-
return this.
|
|
1630
|
+
return this.hp;
|
|
1562
1631
|
}
|
|
1563
1632
|
set filterUIType(a) {
|
|
1564
|
-
this.
|
|
1633
|
+
this.hp = a;
|
|
1565
1634
|
this.j("FilterUIType");
|
|
1566
1635
|
}
|
|
1567
1636
|
get filterLogicalOperator() {
|
|
1568
|
-
return this.
|
|
1637
|
+
return this.hm;
|
|
1569
1638
|
}
|
|
1570
1639
|
set filterLogicalOperator(a) {
|
|
1571
|
-
this.
|
|
1640
|
+
this.hm = a;
|
|
1572
1641
|
this.j("FilterLogicalOperator");
|
|
1573
1642
|
}
|
|
1574
1643
|
get filterComparisonType() {
|
|
1575
|
-
return this.
|
|
1644
|
+
return this.hj;
|
|
1576
1645
|
}
|
|
1577
1646
|
set filterComparisonType(a) {
|
|
1578
|
-
this.
|
|
1647
|
+
this.hj = a;
|
|
1579
1648
|
this.j("FilterComparisonType");
|
|
1580
1649
|
}
|
|
1581
1650
|
get todayOverride() {
|
|
1582
|
-
return this.
|
|
1651
|
+
return this.da;
|
|
1583
1652
|
}
|
|
1584
1653
|
set todayOverride(a) {
|
|
1585
|
-
this.
|
|
1654
|
+
this.da = a;
|
|
1586
1655
|
this.j("TodayOverride");
|
|
1587
1656
|
}
|
|
1588
1657
|
get clearSelectionOnEscape() {
|
|
@@ -1593,10 +1662,10 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1593
1662
|
this.j("ClearSelectionOnEscape");
|
|
1594
1663
|
}
|
|
1595
1664
|
get pageSize() {
|
|
1596
|
-
return this.
|
|
1665
|
+
return this.e3;
|
|
1597
1666
|
}
|
|
1598
1667
|
set pageSize(a) {
|
|
1599
|
-
this.
|
|
1668
|
+
this.e3 = a;
|
|
1600
1669
|
this.j("PageSize");
|
|
1601
1670
|
}
|
|
1602
1671
|
get isToolbarColumnChooserVisible() {
|
|
@@ -1614,54 +1683,180 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1614
1683
|
this.j("IsToolbarColumnPinningVisible");
|
|
1615
1684
|
}
|
|
1616
1685
|
get toolbarTitle() {
|
|
1617
|
-
return this.
|
|
1686
|
+
return this.jz;
|
|
1618
1687
|
}
|
|
1619
1688
|
set toolbarTitle(a) {
|
|
1620
|
-
this.
|
|
1689
|
+
this.jz = a;
|
|
1621
1690
|
this.j("ToolbarTitle");
|
|
1622
1691
|
}
|
|
1623
1692
|
get toolbarColumnChooserText() {
|
|
1624
|
-
return this.
|
|
1693
|
+
return this.jv;
|
|
1625
1694
|
}
|
|
1626
1695
|
set toolbarColumnChooserText(a) {
|
|
1627
|
-
this.
|
|
1696
|
+
this.jv = a;
|
|
1628
1697
|
this.j("ToolbarColumnChooserText");
|
|
1629
1698
|
}
|
|
1630
1699
|
get toolbarColumnChooserTitle() {
|
|
1631
|
-
return this.
|
|
1700
|
+
return this.jw;
|
|
1632
1701
|
}
|
|
1633
1702
|
set toolbarColumnChooserTitle(a) {
|
|
1634
|
-
this.
|
|
1703
|
+
this.jw = a;
|
|
1635
1704
|
this.j("ToolbarColumnChooserTitle");
|
|
1636
1705
|
}
|
|
1637
1706
|
get toolbarColumnPinningText() {
|
|
1638
|
-
return this.
|
|
1707
|
+
return this.jx;
|
|
1639
1708
|
}
|
|
1640
1709
|
set toolbarColumnPinningText(a) {
|
|
1641
|
-
this.
|
|
1710
|
+
this.jx = a;
|
|
1642
1711
|
this.j("ToolbarColumnPinningText");
|
|
1643
1712
|
}
|
|
1644
1713
|
get toolbarColumnPinningTitle() {
|
|
1645
|
-
return this.
|
|
1714
|
+
return this.jy;
|
|
1646
1715
|
}
|
|
1647
1716
|
set toolbarColumnPinningTitle(a) {
|
|
1648
|
-
this.
|
|
1717
|
+
this.jy = a;
|
|
1649
1718
|
this.j("ToolbarColumnPinningTitle");
|
|
1650
1719
|
}
|
|
1651
1720
|
get scrollbarStyle() {
|
|
1652
|
-
return this.
|
|
1721
|
+
return this.iq;
|
|
1653
1722
|
}
|
|
1654
1723
|
set scrollbarStyle(a) {
|
|
1655
|
-
this.
|
|
1724
|
+
this.iq = a;
|
|
1656
1725
|
this.j("ScrollbarStyle");
|
|
1657
1726
|
}
|
|
1658
1727
|
get scrollbarBackground() {
|
|
1659
|
-
return this.
|
|
1728
|
+
return this.ip;
|
|
1660
1729
|
}
|
|
1661
1730
|
set scrollbarBackground(a) {
|
|
1662
|
-
this.
|
|
1731
|
+
this.ip = a;
|
|
1663
1732
|
this.j("ScrollbarBackground");
|
|
1664
1733
|
}
|
|
1734
|
+
get columnOptionsBackground() {
|
|
1735
|
+
return this.gg;
|
|
1736
|
+
}
|
|
1737
|
+
set columnOptionsBackground(a) {
|
|
1738
|
+
this.gg = a;
|
|
1739
|
+
this.j("ColumnOptionsBackground");
|
|
1740
|
+
}
|
|
1741
|
+
get columnOptionsTextColor() {
|
|
1742
|
+
return this.gv;
|
|
1743
|
+
}
|
|
1744
|
+
set columnOptionsTextColor(a) {
|
|
1745
|
+
this.gv = a;
|
|
1746
|
+
this.j("ColumnOptionsTextColor");
|
|
1747
|
+
}
|
|
1748
|
+
get columnOptionsFontFamily() {
|
|
1749
|
+
return this.gh;
|
|
1750
|
+
}
|
|
1751
|
+
set columnOptionsFontFamily(a) {
|
|
1752
|
+
this.gh = a;
|
|
1753
|
+
this.j("ColumnOptionsFontFamily");
|
|
1754
|
+
}
|
|
1755
|
+
get columnOptionsFontSize() {
|
|
1756
|
+
return this.di;
|
|
1757
|
+
}
|
|
1758
|
+
set columnOptionsFontSize(a) {
|
|
1759
|
+
this.di = a;
|
|
1760
|
+
this.j("ColumnOptionsFontSize");
|
|
1761
|
+
}
|
|
1762
|
+
get columnOptionsFontStyle() {
|
|
1763
|
+
return this.gi;
|
|
1764
|
+
}
|
|
1765
|
+
set columnOptionsFontStyle(a) {
|
|
1766
|
+
this.gi = a;
|
|
1767
|
+
this.j("ColumnOptionsFontStyle");
|
|
1768
|
+
}
|
|
1769
|
+
get columnOptionsFontWeight() {
|
|
1770
|
+
return this.gj;
|
|
1771
|
+
}
|
|
1772
|
+
set columnOptionsFontWeight(a) {
|
|
1773
|
+
this.gj = a;
|
|
1774
|
+
this.j("ColumnOptionsFontWeight");
|
|
1775
|
+
}
|
|
1776
|
+
get columnOptionsHoverBackgroundColor() {
|
|
1777
|
+
return this.gq;
|
|
1778
|
+
}
|
|
1779
|
+
set columnOptionsHoverBackgroundColor(a) {
|
|
1780
|
+
this.gq = a;
|
|
1781
|
+
this.j("ColumnOptionsHoverBackgroundColor");
|
|
1782
|
+
}
|
|
1783
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
1784
|
+
return this.gw;
|
|
1785
|
+
}
|
|
1786
|
+
set columnOptionsToolTipBackgroundColor(a) {
|
|
1787
|
+
this.gw = a;
|
|
1788
|
+
this.j("ColumnOptionsToolTipBackgroundColor");
|
|
1789
|
+
}
|
|
1790
|
+
get columnOptionsHighlightColor() {
|
|
1791
|
+
return this.gp;
|
|
1792
|
+
}
|
|
1793
|
+
set columnOptionsHighlightColor(a) {
|
|
1794
|
+
this.gp = a;
|
|
1795
|
+
this.j("ColumnOptionsHighlightColor");
|
|
1796
|
+
}
|
|
1797
|
+
get columnOptionsSeparatorColor() {
|
|
1798
|
+
return this.gu;
|
|
1799
|
+
}
|
|
1800
|
+
set columnOptionsSeparatorColor(a) {
|
|
1801
|
+
this.gu = a;
|
|
1802
|
+
this.j("ColumnOptionsSeparatorColor");
|
|
1803
|
+
}
|
|
1804
|
+
get columnOptionsGroupHeaderBackground() {
|
|
1805
|
+
return this.gk;
|
|
1806
|
+
}
|
|
1807
|
+
set columnOptionsGroupHeaderBackground(a) {
|
|
1808
|
+
this.gk = a;
|
|
1809
|
+
this.j("ColumnOptionsGroupHeaderBackground");
|
|
1810
|
+
}
|
|
1811
|
+
get columnOptionsGroupHeaderTextColor() {
|
|
1812
|
+
return this.go;
|
|
1813
|
+
}
|
|
1814
|
+
set columnOptionsGroupHeaderTextColor(a) {
|
|
1815
|
+
this.go = a;
|
|
1816
|
+
this.j("ColumnOptionsGroupHeaderTextColor");
|
|
1817
|
+
}
|
|
1818
|
+
get columnOptionsGroupHeaderFontFamily() {
|
|
1819
|
+
return this.gl;
|
|
1820
|
+
}
|
|
1821
|
+
set columnOptionsGroupHeaderFontFamily(a) {
|
|
1822
|
+
this.gl = a;
|
|
1823
|
+
this.j("ColumnOptionsGroupHeaderFontFamily");
|
|
1824
|
+
}
|
|
1825
|
+
get columnOptionsGroupHeaderFontSize() {
|
|
1826
|
+
return this.dj;
|
|
1827
|
+
}
|
|
1828
|
+
set columnOptionsGroupHeaderFontSize(a) {
|
|
1829
|
+
this.dj = a;
|
|
1830
|
+
this.j("ColumnOptionsGroupHeaderFontSize");
|
|
1831
|
+
}
|
|
1832
|
+
get columnOptionsGroupHeaderFontStyle() {
|
|
1833
|
+
return this.gm;
|
|
1834
|
+
}
|
|
1835
|
+
set columnOptionsGroupHeaderFontStyle(a) {
|
|
1836
|
+
this.gm = a;
|
|
1837
|
+
this.j("ColumnOptionsGroupHeaderFontStyle");
|
|
1838
|
+
}
|
|
1839
|
+
get columnOptionsGroupHeaderFontWeight() {
|
|
1840
|
+
return this.gn;
|
|
1841
|
+
}
|
|
1842
|
+
set columnOptionsGroupHeaderFontWeight(a) {
|
|
1843
|
+
this.gn = a;
|
|
1844
|
+
this.j("ColumnOptionsGroupHeaderFontWeight");
|
|
1845
|
+
}
|
|
1846
|
+
get columnOptionsAccentColor() {
|
|
1847
|
+
return this.gf;
|
|
1848
|
+
}
|
|
1849
|
+
set columnOptionsAccentColor(a) {
|
|
1850
|
+
this.gf = a;
|
|
1851
|
+
this.j("ColumnOptionsAccentColor");
|
|
1852
|
+
}
|
|
1853
|
+
get columnOptionsRowHeight() {
|
|
1854
|
+
return this.ey;
|
|
1855
|
+
}
|
|
1856
|
+
set columnOptionsRowHeight(a) {
|
|
1857
|
+
this.ey = a;
|
|
1858
|
+
this.j("ColumnOptionsRowHeight");
|
|
1859
|
+
}
|
|
1665
1860
|
get allowCopyOperation() {
|
|
1666
1861
|
return this.bo;
|
|
1667
1862
|
}
|
|
@@ -1669,6 +1864,13 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1669
1864
|
this.bo = a;
|
|
1670
1865
|
this.j("AllowCopyOperation");
|
|
1671
1866
|
}
|
|
1867
|
+
get maxSelectedCellRanges() {
|
|
1868
|
+
return this.e2;
|
|
1869
|
+
}
|
|
1870
|
+
set maxSelectedCellRanges(a) {
|
|
1871
|
+
this.e2 = a;
|
|
1872
|
+
this.j("MaxSelectedCellRanges");
|
|
1873
|
+
}
|
|
1672
1874
|
get deferEventForRowDragSelection() {
|
|
1673
1875
|
return this.bs;
|
|
1674
1876
|
}
|
|
@@ -1677,227 +1879,241 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
|
|
|
1677
1879
|
this.j("DeferEventForRowDragSelection");
|
|
1678
1880
|
}
|
|
1679
1881
|
get filterExpressionsChangingRef() {
|
|
1680
|
-
return this.
|
|
1882
|
+
return this.hl;
|
|
1681
1883
|
}
|
|
1682
1884
|
set filterExpressionsChangingRef(a) {
|
|
1683
|
-
this.
|
|
1885
|
+
this.hl = a;
|
|
1684
1886
|
this.j("FilterExpressionsChangingRef");
|
|
1685
1887
|
}
|
|
1686
1888
|
get filterExpressionsChangedRef() {
|
|
1687
|
-
return this.
|
|
1889
|
+
return this.hk;
|
|
1688
1890
|
}
|
|
1689
1891
|
set filterExpressionsChangedRef(a) {
|
|
1690
|
-
this.
|
|
1892
|
+
this.hk = a;
|
|
1691
1893
|
this.j("FilterExpressionsChangedRef");
|
|
1692
1894
|
}
|
|
1693
1895
|
get cellPreviewPointerDownRef() {
|
|
1694
|
-
return this.
|
|
1896
|
+
return this.f1;
|
|
1695
1897
|
}
|
|
1696
1898
|
set cellPreviewPointerDownRef(a) {
|
|
1697
|
-
this.
|
|
1899
|
+
this.f1 = a;
|
|
1698
1900
|
this.j("CellPreviewPointerDownRef");
|
|
1699
1901
|
}
|
|
1700
1902
|
get cellPreviewPointerUpRef() {
|
|
1701
|
-
return this.
|
|
1903
|
+
return this.f2;
|
|
1702
1904
|
}
|
|
1703
1905
|
set cellPreviewPointerUpRef(a) {
|
|
1704
|
-
this.
|
|
1906
|
+
this.f2 = a;
|
|
1705
1907
|
this.j("CellPreviewPointerUpRef");
|
|
1706
1908
|
}
|
|
1707
1909
|
get cellPointerDownRef() {
|
|
1708
|
-
return this.
|
|
1910
|
+
return this.fz;
|
|
1709
1911
|
}
|
|
1710
1912
|
set cellPointerDownRef(a) {
|
|
1711
|
-
this.
|
|
1913
|
+
this.fz = a;
|
|
1712
1914
|
this.j("CellPointerDownRef");
|
|
1713
1915
|
}
|
|
1714
1916
|
get cellPointerUpRef() {
|
|
1715
|
-
return this.
|
|
1917
|
+
return this.f0;
|
|
1716
1918
|
}
|
|
1717
1919
|
set cellPointerUpRef(a) {
|
|
1718
|
-
this.
|
|
1920
|
+
this.f0 = a;
|
|
1719
1921
|
this.j("CellPointerUpRef");
|
|
1720
1922
|
}
|
|
1721
1923
|
get cellClickedRef() {
|
|
1722
|
-
return this.
|
|
1924
|
+
return this.fs;
|
|
1723
1925
|
}
|
|
1724
1926
|
set cellClickedRef(a) {
|
|
1725
|
-
this.
|
|
1927
|
+
this.fs = a;
|
|
1726
1928
|
this.j("CellClickedRef");
|
|
1727
1929
|
}
|
|
1930
|
+
get filterRowDataBindingRef() {
|
|
1931
|
+
return this.hn;
|
|
1932
|
+
}
|
|
1933
|
+
set filterRowDataBindingRef(a) {
|
|
1934
|
+
this.hn = a;
|
|
1935
|
+
this.j("FilterRowDataBindingRef");
|
|
1936
|
+
}
|
|
1937
|
+
get filterRowDataBoundRef() {
|
|
1938
|
+
return this.ho;
|
|
1939
|
+
}
|
|
1940
|
+
set filterRowDataBoundRef(a) {
|
|
1941
|
+
this.ho = a;
|
|
1942
|
+
this.j("FilterRowDataBoundRef");
|
|
1943
|
+
}
|
|
1728
1944
|
get sortDescriptionsChangedRef() {
|
|
1729
|
-
return this.
|
|
1945
|
+
return this.i6;
|
|
1730
1946
|
}
|
|
1731
1947
|
set sortDescriptionsChangedRef(a) {
|
|
1732
|
-
this.
|
|
1948
|
+
this.i6 = a;
|
|
1733
1949
|
this.j("SortDescriptionsChangedRef");
|
|
1734
1950
|
}
|
|
1735
1951
|
get groupDescriptionsChangedRef() {
|
|
1736
|
-
return this.
|
|
1952
|
+
return this.hq;
|
|
1737
1953
|
}
|
|
1738
1954
|
set groupDescriptionsChangedRef(a) {
|
|
1739
|
-
this.
|
|
1955
|
+
this.hq = a;
|
|
1740
1956
|
this.j("GroupDescriptionsChangedRef");
|
|
1741
1957
|
}
|
|
1742
1958
|
get summaryDescriptionsChangedRef() {
|
|
1743
|
-
return this.
|
|
1959
|
+
return this.i8;
|
|
1744
1960
|
}
|
|
1745
1961
|
set summaryDescriptionsChangedRef(a) {
|
|
1746
|
-
this.
|
|
1962
|
+
this.i8 = a;
|
|
1747
1963
|
this.j("SummaryDescriptionsChangedRef");
|
|
1748
1964
|
}
|
|
1749
1965
|
get columnHiddenChangedRef() {
|
|
1750
|
-
return this.
|
|
1966
|
+
return this.ga;
|
|
1751
1967
|
}
|
|
1752
1968
|
set columnHiddenChangedRef(a) {
|
|
1753
|
-
this.
|
|
1969
|
+
this.ga = a;
|
|
1754
1970
|
this.j("ColumnHiddenChangedRef");
|
|
1755
1971
|
}
|
|
1756
1972
|
get columnPinnedChangedRef() {
|
|
1757
|
-
return this.
|
|
1973
|
+
return this.gx;
|
|
1758
1974
|
}
|
|
1759
1975
|
set columnPinnedChangedRef(a) {
|
|
1760
|
-
this.
|
|
1976
|
+
this.gx = a;
|
|
1761
1977
|
this.j("ColumnPinnedChangedRef");
|
|
1762
1978
|
}
|
|
1763
1979
|
get cellValueChangingRef() {
|
|
1764
|
-
return this.
|
|
1980
|
+
return this.f7;
|
|
1765
1981
|
}
|
|
1766
1982
|
set cellValueChangingRef(a) {
|
|
1767
|
-
this.
|
|
1983
|
+
this.f7 = a;
|
|
1768
1984
|
this.j("CellValueChangingRef");
|
|
1769
1985
|
}
|
|
1770
1986
|
get dataCommittedRef() {
|
|
1771
|
-
return this.
|
|
1987
|
+
return this.g6;
|
|
1772
1988
|
}
|
|
1773
1989
|
set dataCommittedRef(a) {
|
|
1774
|
-
this.
|
|
1990
|
+
this.g6 = a;
|
|
1775
1991
|
this.j("DataCommittedRef");
|
|
1776
1992
|
}
|
|
1777
1993
|
get dataCommittingRef() {
|
|
1778
|
-
return this.
|
|
1994
|
+
return this.g7;
|
|
1779
1995
|
}
|
|
1780
1996
|
set dataCommittingRef(a) {
|
|
1781
|
-
this.
|
|
1997
|
+
this.g7 = a;
|
|
1782
1998
|
this.j("DataCommittingRef");
|
|
1783
1999
|
}
|
|
1784
2000
|
get rootSummariesChangedRef() {
|
|
1785
|
-
return this.
|
|
2001
|
+
return this.ic;
|
|
1786
2002
|
}
|
|
1787
2003
|
set rootSummariesChangedRef(a) {
|
|
1788
|
-
this.
|
|
2004
|
+
this.ic = a;
|
|
1789
2005
|
this.j("RootSummariesChangedRef");
|
|
1790
2006
|
}
|
|
1791
2007
|
get sizeChangedRef() {
|
|
1792
|
-
return this.
|
|
2008
|
+
return this.i5;
|
|
1793
2009
|
}
|
|
1794
2010
|
set sizeChangedRef(a) {
|
|
1795
|
-
this.
|
|
2011
|
+
this.i5 = a;
|
|
1796
2012
|
this.j("SizeChangedRef");
|
|
1797
2013
|
}
|
|
1798
2014
|
get actualColumnsChangedRef() {
|
|
1799
|
-
return this.
|
|
2015
|
+
return this.fn;
|
|
1800
2016
|
}
|
|
1801
2017
|
set actualColumnsChangedRef(a) {
|
|
1802
|
-
this.
|
|
2018
|
+
this.fn = a;
|
|
1803
2019
|
this.j("ActualColumnsChangedRef");
|
|
1804
2020
|
}
|
|
1805
2021
|
get columnsAutoGeneratedRef() {
|
|
1806
|
-
return this.
|
|
2022
|
+
return this.g2;
|
|
1807
2023
|
}
|
|
1808
2024
|
set columnsAutoGeneratedRef(a) {
|
|
1809
|
-
this.
|
|
2025
|
+
this.g2 = a;
|
|
1810
2026
|
this.j("ColumnsAutoGeneratedRef");
|
|
1811
2027
|
}
|
|
1812
2028
|
get selectedItemsChangedRef() {
|
|
1813
|
-
return this.
|
|
2029
|
+
return this.i0;
|
|
1814
2030
|
}
|
|
1815
2031
|
set selectedItemsChangedRef(a) {
|
|
1816
|
-
this.
|
|
2032
|
+
this.i0 = a;
|
|
1817
2033
|
this.j("SelectedItemsChangedRef");
|
|
1818
2034
|
}
|
|
1819
2035
|
get selectedKeysChangedRef() {
|
|
1820
|
-
return this.
|
|
2036
|
+
return this.i1;
|
|
1821
2037
|
}
|
|
1822
2038
|
set selectedKeysChangedRef(a) {
|
|
1823
|
-
this.
|
|
2039
|
+
this.i1 = a;
|
|
1824
2040
|
this.j("SelectedKeysChangedRef");
|
|
1825
2041
|
}
|
|
1826
2042
|
get selectedCellsChangedRef() {
|
|
1827
|
-
return this.
|
|
2043
|
+
return this.iz;
|
|
1828
2044
|
}
|
|
1829
2045
|
set selectedCellsChangedRef(a) {
|
|
1830
|
-
this.
|
|
2046
|
+
this.iz = a;
|
|
1831
2047
|
this.j("SelectedCellsChangedRef");
|
|
1832
2048
|
}
|
|
1833
2049
|
get selectionChangedRef() {
|
|
1834
|
-
return this.
|
|
2050
|
+
return this.i3;
|
|
1835
2051
|
}
|
|
1836
2052
|
set selectionChangedRef(a) {
|
|
1837
|
-
this.
|
|
2053
|
+
this.i3 = a;
|
|
1838
2054
|
this.j("SelectionChangedRef");
|
|
1839
2055
|
}
|
|
1840
2056
|
get activeCellChangedRef() {
|
|
1841
|
-
return this.
|
|
2057
|
+
return this.fk;
|
|
1842
2058
|
}
|
|
1843
2059
|
set activeCellChangedRef(a) {
|
|
1844
|
-
this.
|
|
2060
|
+
this.fk = a;
|
|
1845
2061
|
this.j("ActiveCellChangedRef");
|
|
1846
2062
|
}
|
|
1847
2063
|
get selectedCellRangesChangedRef() {
|
|
1848
|
-
return this.
|
|
2064
|
+
return this.iy;
|
|
1849
2065
|
}
|
|
1850
2066
|
set selectedCellRangesChangedRef(a) {
|
|
1851
|
-
this.
|
|
2067
|
+
this.iy = a;
|
|
1852
2068
|
this.j("SelectedCellRangesChangedRef");
|
|
1853
2069
|
}
|
|
1854
2070
|
get columnWidthChangedRef() {
|
|
1855
|
-
return this.
|
|
2071
|
+
return this.g4;
|
|
1856
2072
|
}
|
|
1857
2073
|
set columnWidthChangedRef(a) {
|
|
1858
|
-
this.
|
|
2074
|
+
this.g4 = a;
|
|
1859
2075
|
this.j("ColumnWidthChangedRef");
|
|
1860
2076
|
}
|
|
1861
2077
|
get cellEditStartedRef() {
|
|
1862
|
-
return this.
|
|
2078
|
+
return this.fv;
|
|
1863
2079
|
}
|
|
1864
2080
|
set cellEditStartedRef(a) {
|
|
1865
|
-
this.
|
|
2081
|
+
this.fv = a;
|
|
1866
2082
|
this.j("CellEditStartedRef");
|
|
1867
2083
|
}
|
|
1868
2084
|
get cellEditEndedRef() {
|
|
1869
|
-
return this.
|
|
2085
|
+
return this.fu;
|
|
1870
2086
|
}
|
|
1871
2087
|
set cellEditEndedRef(a) {
|
|
1872
|
-
this.
|
|
2088
|
+
this.fu = a;
|
|
1873
2089
|
this.j("CellEditEndedRef");
|
|
1874
2090
|
}
|
|
1875
2091
|
get rowEditStartedRef() {
|
|
1876
|
-
return this.
|
|
2092
|
+
return this.ie;
|
|
1877
2093
|
}
|
|
1878
2094
|
set rowEditStartedRef(a) {
|
|
1879
|
-
this.
|
|
2095
|
+
this.ie = a;
|
|
1880
2096
|
this.j("RowEditStartedRef");
|
|
1881
2097
|
}
|
|
1882
2098
|
get rowEditEndedRef() {
|
|
1883
|
-
return this.
|
|
2099
|
+
return this.id;
|
|
1884
2100
|
}
|
|
1885
2101
|
set rowEditEndedRef(a) {
|
|
1886
|
-
this.
|
|
2102
|
+
this.id = a;
|
|
1887
2103
|
this.j("RowEditEndedRef");
|
|
1888
2104
|
}
|
|
1889
2105
|
get customFilterRequestedRef() {
|
|
1890
|
-
return this.
|
|
2106
|
+
return this.g5;
|
|
1891
2107
|
}
|
|
1892
2108
|
set customFilterRequestedRef(a) {
|
|
1893
|
-
this.
|
|
2109
|
+
this.g5 = a;
|
|
1894
2110
|
this.j("CustomFilterRequestedRef");
|
|
1895
2111
|
}
|
|
1896
2112
|
get actualPrimaryKeyChangeRef() {
|
|
1897
|
-
return this.
|
|
2113
|
+
return this.fo;
|
|
1898
2114
|
}
|
|
1899
2115
|
set actualPrimaryKeyChangeRef(a) {
|
|
1900
|
-
this.
|
|
2116
|
+
this.fo = a;
|
|
1901
2117
|
this.j("ActualPrimaryKeyChangeRef");
|
|
1902
2118
|
}
|
|
1903
2119
|
}
|