igniteui-angular-core 14.2.0 → 15.0.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 +6097 -2386
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +628 -553
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +28 -16
- package/esm2015/lib/CodeGeneratingImportManager.js +6 -1
- package/esm2015/lib/CodeGenerationFolderTemplate.js +60 -44
- package/esm2015/lib/CodeGenerationRendererOptions.js +11 -0
- package/esm2015/lib/ComponentRendererAdapter.js +4 -0
- package/esm2015/lib/ComponentRenderer_combined.js +455 -441
- package/esm2015/lib/DataLegendSeriesValueInfo.js +17 -7
- package/esm2015/lib/DataLegendSummaryColumn.js +15 -15
- package/esm2015/lib/DescriptionSerializer.js +1 -1
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +15 -15
- package/esm2015/lib/IComponentRendererAdapter_combined.js +10 -10
- package/esm2015/lib/RearrangedListView.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +66 -34
- package/esm2015/lib/ToolActionButtonDescription.js +23 -0
- package/esm2015/lib/ToolActionButtonDescriptionMetadata.js +38 -0
- package/esm2015/lib/ToolActionButtonDescriptionModule.js +22 -0
- package/esm2015/lib/ToolActionDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/ToolActionType.js +2 -1
- package/esm2015/lib/WebActionStripDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebActionStripDescription_combined.js +16 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +4 -67
- package/esm2015/lib/WebBaseToolbarColumnActionsDirectiveDescription.js +8 -0
- package/esm2015/lib/WebBaseToolbarColumnActionsDirectiveDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseToolbarDirectiveDescription.js +32 -24
- package/esm2015/lib/WebBaseToolbarDirectiveDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebColumnDescription.js +20 -12
- package/esm2015/lib/WebColumnDescriptionMetadata.js +5 -1
- package/esm2015/lib/WebColumnGroupDescription.js +5 -5
- package/esm2015/lib/WebColumnGroupDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebColumnLayoutDescription.js +3 -3
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebDimensionsChangeDescription.js +42 -0
- package/esm2015/lib/WebDimensionsChangeDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebDimensionsChangeDetailDescription.js +44 -0
- package/esm2015/lib/WebDimensionsChangeDetailDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebDimensionsChangeEventArgsDescription.js +36 -0
- package/esm2015/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebDisplayDensityBaseDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebExporterOptionsBaseDescription.js +28 -20
- package/esm2015/lib/WebExporterOptionsBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebFilteringExpressionDescription.js +26 -0
- package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +38 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +8 -0
- package/esm2015/lib/WebGridCellIdentifierDescription.js +3 -3
- package/esm2015/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebGridEditingActionsDescription.js +10 -10
- package/esm2015/lib/WebGridEditingActionsDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebGridPinningActionsDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebGridResourceStringsDescription.js +87 -79
- package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridToolbarActionsDescription.js +11 -3
- package/esm2015/lib/WebGridToolbarActionsDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridToolbarAdvancedFilteringDescription.js +11 -3
- package/esm2015/lib/WebGridToolbarAdvancedFilteringDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridToolbarBaseActionDescription.js +8 -0
- package/esm2015/lib/WebGridToolbarBaseActionDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridToolbarContentDescription.js +8 -0
- package/esm2015/lib/WebGridToolbarContentDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridToolbarDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridToolbarExporterDescription.js +18 -18
- package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebGridToolbarHidingDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebGridToolbarPinningDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebGridToolbarTitleDescription.js +8 -0
- package/esm2015/lib/WebGridToolbarTitleDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebImportsHalper.js +38 -0
- package/esm2015/lib/WebPaginatorDescription.js +17 -9
- package/esm2015/lib/WebPaginatorDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebPivotAggregatorDescription.js +58 -0
- package/esm2015/lib/WebPivotAggregatorDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebPivotConfigurationDescription.js +82 -0
- package/esm2015/lib/WebPivotConfigurationDescriptionMetadata.js +50 -0
- package/esm2015/lib/WebPivotDataSelectorDescription.js +66 -0
- package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebPivotDataSelectorDescriptionModule.js +22 -0
- package/esm2015/lib/WebPivotDateDimensionDescription.js +65 -0
- package/esm2015/lib/WebPivotDateDimensionDescriptionMetadata.js +61 -0
- package/esm2015/lib/WebPivotDateDimensionDescriptionModule.js +20 -0
- package/esm2015/lib/WebPivotDateDimensionOptionsDescription.js +66 -0
- package/esm2015/lib/WebPivotDateDimensionOptionsDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebPivotDimensionDescription.js +100 -0
- package/esm2015/lib/WebPivotDimensionDescriptionMetadata.js +53 -0
- package/esm2015/lib/WebPivotDimensionDetailDescription.js +100 -0
- package/esm2015/lib/WebPivotDimensionDetailDescriptionMetadata.js +54 -0
- package/esm2015/lib/WebPivotDimensionEventArgsDescription.js +36 -0
- package/esm2015/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebPivotDimensionStrategyDescription.js +26 -0
- package/esm2015/lib/WebPivotDimensionStrategyDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebPivotGridColumnDescription.js +50 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridDescription.js +135 -0
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +99 -0
- package/esm2015/lib/WebPivotGridDescriptionModule.js +46 -0
- package/esm2015/lib/WebPivotGridRecordDescription.js +50 -0
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebPivotGridValueTemplateContextDescription.js +36 -0
- package/esm2015/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotKeysDescription.js +74 -0
- package/esm2015/lib/WebPivotKeysDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebPivotValueDescription.js +90 -0
- package/esm2015/lib/WebPivotValueDescriptionMetadata.js +50 -0
- package/esm2015/lib/WebPivotValueDetailDescription.js +92 -0
- package/esm2015/lib/WebPivotValueDetailDescriptionMetadata.js +50 -0
- package/esm2015/lib/WebPivotValueEventArgsDescription.js +36 -0
- package/esm2015/lib/WebPivotValueEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebRangeSliderValueDescription.js +7 -5
- package/esm2015/lib/WebRowDataEventArgsDescriptionMetadata.js +35 -1
- package/esm2015/lib/WebRowDataEventArgsDetailDescription.js +3 -11
- package/esm2015/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +36 -1
- package/esm2015/lib/WebRowSelectionEventArgsDetailDescription.js +19 -11
- package/esm2015/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSummaryExpressionDescription.js +36 -0
- package/esm2015/lib/WebSummaryExpressionDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebValuesChangeDescription.js +34 -0
- package/esm2015/lib/WebValuesChangeDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebValuesChangeDetailDescription.js +36 -0
- package/esm2015/lib/WebValuesChangeDetailDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebValuesChangeEventArgsDescription.js +36 -0
- package/esm2015/lib/WebValuesChangeEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/igx-data-legend-series-value-info.js +26 -17
- package/esm2015/lib/igx-data-legend-summary-column.js +6 -6
- package/esm2015/lib/igx-filter-expression-collection.js +5 -3
- package/esm2015/lib/igx-shape-filter-record-event-args.js +5 -3
- package/esm2015/public_api.js +57 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +716 -722
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +35 -18
- package/esm5/lib/CodeGeneratingImportManager.js +6 -1
- package/esm5/lib/CodeGenerationFolderTemplate.js +60 -44
- package/esm5/lib/CodeGenerationRendererOptions.js +19 -0
- package/esm5/lib/ComponentRendererAdapter.js +4 -0
- package/esm5/lib/ComponentRenderer_combined.js +455 -441
- package/esm5/lib/DataLegendSeriesValueInfo.js +17 -7
- package/esm5/lib/DataLegendSummaryColumn.js +17 -17
- package/esm5/lib/DescriptionSerializer.js +1 -1
- package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +15 -15
- package/esm5/lib/IComponentRendererAdapter_combined.js +12 -12
- package/esm5/lib/RearrangedListView.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +91 -43
- package/esm5/lib/ToolActionButtonDescription.js +24 -0
- package/esm5/lib/ToolActionButtonDescriptionMetadata.js +42 -0
- package/esm5/lib/ToolActionButtonDescriptionModule.js +26 -0
- package/esm5/lib/ToolActionDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/ToolActionType.js +2 -1
- package/esm5/lib/WebActionStripDescriptionMetadata.js +4 -0
- package/esm5/lib/WebActionStripDescription_combined.js +24 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +4 -73
- package/esm5/lib/WebBaseToolbarColumnActionsDirectiveDescription.js +14 -1
- package/esm5/lib/WebBaseToolbarColumnActionsDirectiveDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseToolbarDirectiveDescription.js +36 -24
- package/esm5/lib/WebBaseToolbarDirectiveDescriptionMetadata.js +1 -0
- package/esm5/lib/WebColumnDescription.js +24 -12
- package/esm5/lib/WebColumnDescriptionMetadata.js +5 -1
- package/esm5/lib/WebColumnGroupDescription.js +5 -5
- package/esm5/lib/WebColumnGroupDescriptionMetadata.js +3 -0
- package/esm5/lib/WebColumnLayoutDescription.js +3 -3
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +3 -0
- package/esm5/lib/WebDimensionsChangeDescription.js +56 -0
- package/esm5/lib/WebDimensionsChangeDescriptionMetadata.js +48 -0
- package/esm5/lib/WebDimensionsChangeDetailDescription.js +58 -0
- package/esm5/lib/WebDimensionsChangeDetailDescriptionMetadata.js +48 -0
- package/esm5/lib/WebDimensionsChangeEventArgsDescription.js +46 -0
- package/esm5/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebDisplayDensityBaseDescriptionMetadata.js +3 -0
- package/esm5/lib/WebExporterOptionsBaseDescription.js +31 -19
- package/esm5/lib/WebExporterOptionsBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/WebFilteringExpressionDescription.js +31 -0
- package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +42 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +3 -0
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +12 -0
- package/esm5/lib/WebGridCellIdentifierDescription.js +2 -2
- package/esm5/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -1
- package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
- package/esm5/lib/WebGridEditingActionsDescription.js +10 -10
- package/esm5/lib/WebGridEditingActionsDescriptionMetadata.js +3 -0
- package/esm5/lib/WebGridPinningActionsDescriptionMetadata.js +3 -0
- package/esm5/lib/WebGridResourceStringsDescription.js +91 -79
- package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridToolbarActionsDescription.js +15 -3
- package/esm5/lib/WebGridToolbarActionsDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridToolbarAdvancedFilteringDescription.js +15 -3
- package/esm5/lib/WebGridToolbarAdvancedFilteringDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridToolbarBaseActionDescription.js +14 -1
- package/esm5/lib/WebGridToolbarBaseActionDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridToolbarContentDescription.js +14 -1
- package/esm5/lib/WebGridToolbarContentDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridToolbarDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridToolbarExporterDescription.js +18 -18
- package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +3 -0
- package/esm5/lib/WebGridToolbarHidingDescriptionMetadata.js +3 -0
- package/esm5/lib/WebGridToolbarPinningDescriptionMetadata.js +3 -0
- package/esm5/lib/WebGridToolbarTitleDescription.js +14 -1
- package/esm5/lib/WebGridToolbarTitleDescriptionMetadata.js +4 -0
- package/esm5/lib/WebImportsHalper.js +59 -0
- package/esm5/lib/WebPaginatorDescription.js +21 -9
- package/esm5/lib/WebPaginatorDescriptionMetadata.js +4 -0
- package/esm5/lib/WebPivotAggregatorDescription.js +80 -0
- package/esm5/lib/WebPivotAggregatorDescriptionMetadata.js +48 -0
- package/esm5/lib/WebPivotConfigurationDescription.js +116 -0
- package/esm5/lib/WebPivotConfigurationDescriptionMetadata.js +54 -0
- package/esm5/lib/WebPivotDataSelectorDescription.js +92 -0
- package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +51 -0
- package/esm5/lib/WebPivotDataSelectorDescriptionModule.js +26 -0
- package/esm5/lib/WebPivotDateDimensionDescription.js +87 -0
- package/esm5/lib/WebPivotDateDimensionDescriptionMetadata.js +65 -0
- package/esm5/lib/WebPivotDateDimensionDescriptionModule.js +24 -0
- package/esm5/lib/WebPivotDateDimensionOptionsDescription.js +92 -0
- package/esm5/lib/WebPivotDateDimensionOptionsDescriptionMetadata.js +48 -0
- package/esm5/lib/WebPivotDimensionDescription.js +142 -0
- package/esm5/lib/WebPivotDimensionDescriptionMetadata.js +57 -0
- package/esm5/lib/WebPivotDimensionDetailDescription.js +142 -0
- package/esm5/lib/WebPivotDimensionDetailDescriptionMetadata.js +58 -0
- package/esm5/lib/WebPivotDimensionEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebPivotDimensionStrategyDescription.js +31 -0
- package/esm5/lib/WebPivotDimensionStrategyDescriptionMetadata.js +43 -0
- package/esm5/lib/WebPivotGridColumnDescription.js +68 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridDescription.js +193 -0
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +103 -0
- package/esm5/lib/WebPivotGridDescriptionModule.js +50 -0
- package/esm5/lib/WebPivotGridRecordDescription.js +68 -0
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +48 -0
- package/esm5/lib/WebPivotGridValueTemplateContextDescription.js +46 -0
- package/esm5/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotKeysDescription.js +104 -0
- package/esm5/lib/WebPivotKeysDescriptionMetadata.js +49 -0
- package/esm5/lib/WebPivotValueDescription.js +128 -0
- package/esm5/lib/WebPivotValueDescriptionMetadata.js +54 -0
- package/esm5/lib/WebPivotValueDetailDescription.js +130 -0
- package/esm5/lib/WebPivotValueDetailDescriptionMetadata.js +54 -0
- package/esm5/lib/WebPivotValueEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotValueEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebRangeSliderValueDescription.js +7 -5
- package/esm5/lib/WebRowDataEventArgsDescriptionMetadata.js +39 -1
- package/esm5/lib/WebRowDataEventArgsDetailDescription.js +3 -15
- package/esm5/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +40 -1
- package/esm5/lib/WebRowSelectionEventArgsDetailDescription.js +23 -11
- package/esm5/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSummaryExpressionDescription.js +46 -0
- package/esm5/lib/WebSummaryExpressionDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +6 -0
- package/esm5/lib/WebValuesChangeDescription.js +44 -0
- package/esm5/lib/WebValuesChangeDescriptionMetadata.js +46 -0
- package/esm5/lib/WebValuesChangeDetailDescription.js +46 -0
- package/esm5/lib/WebValuesChangeDetailDescriptionMetadata.js +46 -0
- package/esm5/lib/WebValuesChangeEventArgsDescription.js +46 -0
- package/esm5/lib/WebValuesChangeEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/igx-data-legend-series-value-info.js +28 -15
- package/esm5/lib/igx-data-legend-summary-column.js +6 -6
- package/esm5/lib/igx-filter-expression-collection.js +5 -3
- package/esm5/lib/igx-shape-filter-record-event-args.js +5 -3
- package/esm5/public_api.js +57 -0
- package/fesm2015/igniteui-angular-core.js +4638 -1556
- package/fesm5/igniteui-angular-core.js +5866 -2212
- package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +2 -1
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +124 -118
- package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +1 -1
- package/lib/CodeGenerationFolderTemplate.d.ts +6 -5
- package/lib/CodeGenerationRendererOptions.d.ts +5 -0
- package/lib/ComponentRenderer_combined.d.ts +80 -78
- package/lib/DataLegendSeriesValueInfo.d.ts +5 -4
- package/lib/DataLegendSummaryColumn.d.ts +7 -7
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +2 -1
- package/lib/IComponentRendererAdapter_combined.d.ts +1 -1
- package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +5 -3
- package/lib/ToolActionButtonDescription.d.ts +10 -0
- package/lib/ToolActionButtonDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionButtonDescriptionModule.d.ts +9 -0
- package/lib/ToolActionType.d.ts +2 -1
- package/lib/WebActionStripDescription_combined.d.ts +6 -0
- package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +0 -20
- package/lib/WebBaseToolbarColumnActionsDirectiveDescription.d.ts +3 -0
- package/lib/WebBaseToolbarDirectiveDescription.d.ts +12 -9
- package/lib/WebColumnDescription.d.ts +7 -4
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +1 -1
- package/lib/WebDimensionsChangeDescription.d.ts +18 -0
- package/lib/WebDimensionsChangeDescriptionMetadata.d.ts +13 -0
- package/lib/WebDimensionsChangeDetailDescription.d.ts +20 -0
- package/lib/WebDimensionsChangeDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebDimensionsChangeEventArgsDescription.d.ts +17 -0
- package/lib/WebDimensionsChangeEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebExporterOptionsBaseDescription.d.ts +10 -7
- package/lib/WebFilteringExpressionDescription.d.ts +11 -0
- package/lib/WebFilteringExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +3 -0
- package/lib/WebGridCellIdentifierDescription.d.ts +2 -2
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebGridResourceStringsDescription.d.ts +33 -30
- package/lib/WebGridToolbarActionsDescription.d.ts +4 -1
- package/lib/WebGridToolbarAdvancedFilteringDescription.d.ts +4 -1
- package/lib/WebGridToolbarBaseActionDescription.d.ts +3 -0
- package/lib/WebGridToolbarContentDescription.d.ts +3 -0
- package/lib/WebGridToolbarExporterDescription.d.ts +6 -6
- package/lib/WebGridToolbarTitleDescription.d.ts +3 -0
- package/lib/WebImportsHalper.d.ts +12 -0
- package/lib/WebPaginatorDescription.d.ts +7 -4
- package/lib/WebPivotAggregatorDescription.d.ts +23 -0
- package/lib/WebPivotAggregatorDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotConfigurationDescription.d.ts +36 -0
- package/lib/WebPivotConfigurationDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotDataSelectorDescription.d.ts +26 -0
- package/lib/WebPivotDataSelectorDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotDataSelectorDescriptionModule.d.ts +9 -0
- package/lib/WebPivotDateDimensionDescription.d.ts +29 -0
- package/lib/WebPivotDateDimensionDescriptionMetadata.d.ts +15 -0
- package/lib/WebPivotDateDimensionDescriptionModule.d.ts +9 -0
- package/lib/WebPivotDateDimensionOptionsDescription.d.ts +26 -0
- package/lib/WebPivotDateDimensionOptionsDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotDimensionDescription.d.ts +41 -0
- package/lib/WebPivotDimensionDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotDimensionDetailDescription.d.ts +42 -0
- package/lib/WebPivotDimensionDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotDimensionEventArgsDescription.d.ts +17 -0
- package/lib/WebPivotDimensionEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotDimensionStrategyDescription.d.ts +11 -0
- package/lib/WebPivotDimensionStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotGridColumnDescription.d.ts +22 -0
- package/lib/WebPivotGridColumnDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotGridDescription.d.ts +53 -0
- package/lib/WebPivotGridDescriptionMetadata.d.ts +15 -0
- package/lib/WebPivotGridDescriptionModule.d.ts +9 -0
- package/lib/WebPivotGridRecordDescription.d.ts +21 -0
- package/lib/WebPivotGridRecordDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotGridValueTemplateContextDescription.d.ts +17 -0
- package/lib/WebPivotGridValueTemplateContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotKeysDescription.d.ts +29 -0
- package/lib/WebPivotKeysDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotValueDescription.d.ts +36 -0
- package/lib/WebPivotValueDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotValueDetailDescription.d.ts +38 -0
- package/lib/WebPivotValueDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotValueEventArgsDescription.d.ts +17 -0
- package/lib/WebPivotValueEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebRangeSliderValueDescription.d.ts +4 -2
- package/lib/WebRowDataEventArgsDescriptionMetadata.d.ts +13 -1
- package/lib/WebRowDataEventArgsDetailDescription.d.ts +1 -5
- package/lib/WebRowDataEventArgsDetailDescriptionMetadata.d.ts +13 -1
- package/lib/WebRowSelectionEventArgsDetailDescription.d.ts +7 -4
- package/lib/WebSummaryExpressionDescription.d.ts +16 -0
- package/lib/WebSummaryExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/WebValuesChangeDescription.d.ts +15 -0
- package/lib/WebValuesChangeDescriptionMetadata.d.ts +13 -0
- package/lib/WebValuesChangeDetailDescription.d.ts +17 -0
- package/lib/WebValuesChangeDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebValuesChangeEventArgsDescription.d.ts +17 -0
- package/lib/WebValuesChangeEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/igx-data-legend-series-value-info.d.ts +6 -1
- package/package.json +4 -4
- package/public_api.d.ts +57 -0
|
@@ -33,144 +33,146 @@ export declare class ComponentRenderer extends Base {
|
|
|
33
33
|
constructor();
|
|
34
34
|
private h;
|
|
35
35
|
toJson(a: (arg1: any) => string): string;
|
|
36
|
-
private
|
|
36
|
+
private dh;
|
|
37
|
+
private di;
|
|
38
|
+
private x;
|
|
39
|
+
private u;
|
|
37
40
|
private dg;
|
|
38
|
-
private
|
|
39
|
-
private t;
|
|
40
|
-
private de;
|
|
41
|
-
private n;
|
|
41
|
+
private o;
|
|
42
42
|
createObjectFromJson(a: string, b: any): any;
|
|
43
43
|
loadJson(a: string, b: (arg1: string) => any): void;
|
|
44
44
|
loadJsonOverlay(a: string, b: (arg1: string) => any, c: (arg1: string) => any): void;
|
|
45
45
|
loadJsonDelta(a: string, b: (arg1: string) => any, c: boolean): void;
|
|
46
|
-
protected
|
|
47
|
-
|
|
46
|
+
protected ap(): boolean;
|
|
47
|
+
protected cu(a: boolean): void;
|
|
48
|
+
private cs;
|
|
48
49
|
provideRefValueFromJson(a: any, b: string, c: string): void;
|
|
49
|
-
protected
|
|
50
|
-
|
|
51
|
-
ab(a: JsonDictionaryItem): boolean;
|
|
52
|
-
ai(a: JsonDictionaryItem): boolean;
|
|
50
|
+
protected ba(): (arg1: string) => string;
|
|
51
|
+
af(a: JsonDictionaryItem): boolean;
|
|
53
52
|
ac(a: JsonDictionaryItem): boolean;
|
|
53
|
+
aj(a: JsonDictionaryItem): boolean;
|
|
54
54
|
ad(a: JsonDictionaryItem): boolean;
|
|
55
|
-
|
|
56
|
-
private
|
|
55
|
+
ae(a: JsonDictionaryItem): boolean;
|
|
56
|
+
private b7;
|
|
57
57
|
private co;
|
|
58
|
-
private
|
|
59
|
-
private
|
|
58
|
+
private cp;
|
|
59
|
+
private cb;
|
|
60
|
+
private b9;
|
|
60
61
|
private a;
|
|
61
|
-
private
|
|
62
|
-
private av;
|
|
62
|
+
private bt;
|
|
63
63
|
private aw;
|
|
64
64
|
private ax;
|
|
65
|
-
private au;
|
|
66
|
-
private as;
|
|
67
|
-
private a0;
|
|
68
|
-
get a4(): Dictionary$2<any, ContainerState>;
|
|
69
65
|
private ay;
|
|
66
|
+
private av;
|
|
70
67
|
private at;
|
|
71
|
-
private ar;
|
|
72
|
-
private az;
|
|
73
68
|
private a1;
|
|
74
|
-
|
|
69
|
+
get a5(): Dictionary$2<any, ContainerState>;
|
|
70
|
+
private az;
|
|
71
|
+
private au;
|
|
72
|
+
private as;
|
|
73
|
+
private a0;
|
|
74
|
+
private a2;
|
|
75
|
+
private a4;
|
|
75
76
|
cleanup(a: any, b: boolean): void;
|
|
76
77
|
render(a: Description, b: any): void;
|
|
78
|
+
private dd;
|
|
79
|
+
private cv;
|
|
77
80
|
private db;
|
|
78
|
-
private ct;
|
|
79
|
-
private c9;
|
|
80
81
|
provideRefValue(a: any, b: string, c: any): void;
|
|
81
82
|
removeRefValue(a: any, b: string): void;
|
|
82
|
-
private
|
|
83
|
+
private c9;
|
|
83
84
|
clearRefValues(a: any): void;
|
|
84
|
-
private
|
|
85
|
+
private v;
|
|
85
86
|
queueForIdle(a: any, b: () => void): void;
|
|
86
87
|
tryFlushIdleActions(a: any): void;
|
|
87
|
-
private
|
|
88
|
-
private
|
|
89
|
-
private
|
|
90
|
-
private
|
|
91
|
-
private
|
|
92
|
-
private
|
|
93
|
-
private
|
|
94
|
-
private
|
|
95
|
-
private
|
|
96
|
-
private
|
|
97
|
-
private
|
|
98
|
-
private
|
|
99
|
-
private
|
|
100
|
-
private
|
|
101
|
-
private bq;
|
|
88
|
+
private dc;
|
|
89
|
+
private df;
|
|
90
|
+
private dl;
|
|
91
|
+
private cn;
|
|
92
|
+
private cw;
|
|
93
|
+
private cx;
|
|
94
|
+
private z;
|
|
95
|
+
private ak;
|
|
96
|
+
private ar;
|
|
97
|
+
private b8;
|
|
98
|
+
private b6;
|
|
99
|
+
private cc;
|
|
100
|
+
private ao;
|
|
101
|
+
private bw;
|
|
102
102
|
private br;
|
|
103
|
+
private bs;
|
|
104
|
+
private bq;
|
|
103
105
|
private bp;
|
|
104
106
|
private bo;
|
|
105
107
|
private bn;
|
|
106
108
|
private bm;
|
|
107
109
|
private bl;
|
|
108
|
-
private bk;
|
|
109
110
|
e(a: string, b: ContainerState): DescriptionRef;
|
|
111
|
+
private b2;
|
|
112
|
+
private bk;
|
|
110
113
|
private b1;
|
|
111
|
-
private
|
|
114
|
+
private bi;
|
|
112
115
|
private b0;
|
|
116
|
+
private b3;
|
|
117
|
+
private b5;
|
|
113
118
|
private bh;
|
|
114
|
-
private bz;
|
|
115
|
-
private b2;
|
|
116
|
-
private b4;
|
|
117
119
|
private bg;
|
|
118
120
|
private bf;
|
|
121
|
+
private b4;
|
|
119
122
|
private be;
|
|
120
|
-
private b3;
|
|
121
123
|
private bd;
|
|
122
|
-
private
|
|
123
|
-
private a7;
|
|
124
|
+
private a8;
|
|
124
125
|
addTargetPropertyUpdatingListener(a: (propertyPath: string, target: any, newValue: any) => boolean): void;
|
|
125
126
|
removeTargetPropertyUpdatingListener(a: (propertyPath: string, target: any, newValue: any) => boolean): void;
|
|
126
|
-
private
|
|
127
|
+
private a3;
|
|
127
128
|
addPropertyUpdatingListener(a: string, b: (propertyName: string, target: any, newValue: any) => void): void;
|
|
128
|
-
private
|
|
129
|
+
private a6;
|
|
129
130
|
addReferenceLookupListener(a: (container: any, refType: string, id: string) => any): void;
|
|
130
131
|
removeReferenceLookupListener(a: (container: any, refType: string, id: string) => any): void;
|
|
131
132
|
removePropertyUpdatingListener(a: string, b: (propertyName: string, target: any, newValue: any) => void): void;
|
|
132
|
-
private
|
|
133
|
+
private a7;
|
|
133
134
|
addNamespaceLookupListener(a: (container: any) => string): void;
|
|
134
135
|
removeNamespaceLookupListener(a: (container: any) => string): void;
|
|
135
|
-
private
|
|
136
|
-
private
|
|
136
|
+
private bc;
|
|
137
|
+
private dj;
|
|
137
138
|
hasUserRef(a: string): boolean;
|
|
138
139
|
private _shouldNamespaceSystemRefValues;
|
|
139
140
|
get shouldNamespaceSystemRefValues(): boolean;
|
|
140
141
|
set shouldNamespaceSystemRefValues(a: boolean);
|
|
141
|
-
|
|
142
|
+
cz(a: any, b: string, c: any, d: boolean): void;
|
|
142
143
|
removeRefValueCore(a: any, b: string, c: boolean): void;
|
|
143
144
|
clearUserRefValues(): void;
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
145
|
+
s(a: DescriptionRef): boolean;
|
|
146
|
+
by(a: DescriptionRef): any;
|
|
147
|
+
r(a: string): boolean;
|
|
147
148
|
f(a: string): DescriptionRef;
|
|
148
149
|
getMissingRefs(): string[];
|
|
149
150
|
getRefChangeInfos(a: string): DescriptionRefTargetInfo[];
|
|
150
|
-
private
|
|
151
|
+
private bz;
|
|
152
|
+
private ai;
|
|
153
|
+
private an;
|
|
151
154
|
private ah;
|
|
155
|
+
private de;
|
|
152
156
|
private am;
|
|
157
|
+
cm(a: any, b: any, c: ContainerState): void;
|
|
158
|
+
private bb;
|
|
153
159
|
private ag;
|
|
154
|
-
private
|
|
160
|
+
private c2;
|
|
155
161
|
private al;
|
|
156
|
-
|
|
157
|
-
private ba;
|
|
158
|
-
private af;
|
|
159
|
-
private c0;
|
|
160
|
-
private ak;
|
|
161
|
-
private aa;
|
|
162
|
+
private ab;
|
|
162
163
|
private m;
|
|
163
|
-
private
|
|
164
|
-
private
|
|
165
|
-
private
|
|
166
|
-
private
|
|
167
|
-
|
|
168
|
-
private
|
|
169
|
-
private
|
|
170
|
-
private
|
|
171
|
-
private
|
|
164
|
+
private cd;
|
|
165
|
+
private bu;
|
|
166
|
+
private w;
|
|
167
|
+
private bj;
|
|
168
|
+
protected n(): boolean;
|
|
169
|
+
private a9;
|
|
170
|
+
private aa;
|
|
171
|
+
private cj;
|
|
172
|
+
private dk;
|
|
173
|
+
private bx;
|
|
174
|
+
private q;
|
|
172
175
|
private p;
|
|
173
|
-
private o;
|
|
174
176
|
}
|
|
175
177
|
/**
|
|
176
178
|
* @hidden
|
|
@@ -8,11 +8,11 @@ export declare class DataLegendSeriesValueInfo extends Base {
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
constructor();
|
|
10
10
|
l: number;
|
|
11
|
-
t: string;
|
|
12
11
|
u: string;
|
|
13
12
|
v: string;
|
|
14
13
|
w: string;
|
|
15
|
-
x:
|
|
14
|
+
x: string;
|
|
15
|
+
y: Brush;
|
|
16
16
|
n: number;
|
|
17
17
|
m: number;
|
|
18
18
|
j: boolean;
|
|
@@ -27,8 +27,9 @@ export declare class DataLegendSeriesValueInfo extends Base {
|
|
|
27
27
|
k: boolean;
|
|
28
28
|
c: boolean;
|
|
29
29
|
b: boolean;
|
|
30
|
-
p: string;
|
|
31
30
|
q: string;
|
|
31
|
+
p: string;
|
|
32
32
|
r: string;
|
|
33
|
-
s
|
|
33
|
+
s: string;
|
|
34
|
+
t(): string;
|
|
34
35
|
}
|
|
@@ -5,16 +5,16 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class DataLegendSummaryColumn extends DataLegendSeriesValueInfo {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
9
|
-
private ad;
|
|
8
|
+
private ag;
|
|
10
9
|
private ae;
|
|
10
|
+
private af;
|
|
11
11
|
constructor();
|
|
12
|
-
get
|
|
13
|
-
|
|
14
|
-
private ab;
|
|
15
|
-
ag(a: string): void;
|
|
12
|
+
get ab(): number[];
|
|
13
|
+
aj(a: number): void;
|
|
16
14
|
private ac;
|
|
17
15
|
ah(a: string): void;
|
|
18
|
-
|
|
16
|
+
private ad;
|
|
17
|
+
ai(a: string): void;
|
|
19
18
|
get z(): string[];
|
|
19
|
+
get aa(): string[];
|
|
20
20
|
}
|
|
@@ -2,6 +2,7 @@ import { CodeGeneratingComponentRendererModuleEmitter } from "./CodeGeneratingCo
|
|
|
2
2
|
import { CodeGenerationTargetPlatforms } from "./CodeGenerationTargetPlatforms";
|
|
3
3
|
import { CodeGenerationRendererOptions } from "./CodeGenerationRendererOptions";
|
|
4
4
|
import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
|
|
5
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
5
6
|
import { Type } from "./type";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
@@ -16,6 +17,6 @@ export declare class DotNetCodeGeneratingComponentRendererModuleEmitter extends
|
|
|
16
17
|
protected p(): void;
|
|
17
18
|
private s;
|
|
18
19
|
protected get v(): string;
|
|
19
|
-
protected m(a: string): void;
|
|
20
|
+
protected m(a: TypeDescriptionContext, b: string, c: boolean): void;
|
|
20
21
|
protected o(): void;
|
|
21
22
|
}
|
|
@@ -59,7 +59,7 @@ export declare class TypeDescriptionContext extends Base {
|
|
|
59
59
|
s(a: any[]): any;
|
|
60
60
|
r(a: any[]): any;
|
|
61
61
|
u(a: string, b: any): any;
|
|
62
|
-
q(a: string, b: string, c: TypeDescriptionMetadata): any;
|
|
62
|
+
q(a: string, b: string, c: TypeDescriptionMetadata, d: boolean): any;
|
|
63
63
|
c(a: string, b: string): string[];
|
|
64
64
|
i(a: string, b: string): boolean;
|
|
65
65
|
d(a: string, b: string): string[];
|
|
@@ -2,6 +2,7 @@ import { CodeGeneratingComponentRendererModuleEmitter } from "./CodeGeneratingCo
|
|
|
2
2
|
import { CodeGenerationTargetPlatforms } from "./CodeGenerationTargetPlatforms";
|
|
3
3
|
import { CodeGenerationRendererOptions } from "./CodeGenerationRendererOptions";
|
|
4
4
|
import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
|
|
5
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
5
6
|
import { Type } from "./type";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
@@ -10,12 +11,13 @@ export declare class TSCodeGeneratingComponentRendererModuleEmitter extends Code
|
|
|
10
11
|
static $t: Type;
|
|
11
12
|
private q;
|
|
12
13
|
constructor(a: CodeGenerationTargetPlatforms, b: CodeGenerationRendererOptions, c: CodeGeneratingRendererResult);
|
|
13
|
-
private
|
|
14
|
+
private u;
|
|
14
15
|
private r;
|
|
15
16
|
protected p(): void;
|
|
16
17
|
private s;
|
|
18
|
+
private t;
|
|
19
|
+
protected get w(): string;
|
|
17
20
|
protected get v(): string;
|
|
18
|
-
protected
|
|
19
|
-
protected m(a: string): void;
|
|
21
|
+
protected m(a: TypeDescriptionContext, b: string, c: boolean): void;
|
|
20
22
|
protected o(): void;
|
|
21
23
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ToolActionDescription } from "./ToolActionDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class ToolActionButtonDescription extends ToolActionDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class ToolActionButtonDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class ToolActionButtonDescriptionModule extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
static register(a: TypeDescriptionContext): void;
|
|
9
|
+
}
|
package/lib/ToolActionType.d.ts
CHANGED
|
@@ -22,6 +22,9 @@ export declare class WebActionStripDescription extends WebDisplayDensityBaseElem
|
|
|
22
22
|
private m;
|
|
23
23
|
get resourceStrings(): WebActionStripResourceStringsDescription;
|
|
24
24
|
set resourceStrings(a: WebActionStripResourceStringsDescription);
|
|
25
|
+
private s;
|
|
26
|
+
get name(): string;
|
|
27
|
+
set name(a: string);
|
|
25
28
|
}
|
|
26
29
|
/**
|
|
27
30
|
* @hidden
|
|
@@ -40,4 +43,7 @@ export declare class WebGridActionsBaseDirectiveDescription extends Description
|
|
|
40
43
|
private h;
|
|
41
44
|
get strip(): WebActionStripDescription;
|
|
42
45
|
set strip(a: WebActionStripDescription);
|
|
46
|
+
private l;
|
|
47
|
+
get name(): string;
|
|
48
|
+
set name(a: string);
|
|
43
49
|
}
|
|
@@ -192,26 +192,6 @@ export declare class WebPinRowEventArgsDetailDescriptionMetadata extends Base {
|
|
|
192
192
|
static c(a: Dictionary$2<string, string>): void;
|
|
193
193
|
static d(a: TypeDescriptionContext): void;
|
|
194
194
|
}
|
|
195
|
-
/**
|
|
196
|
-
* @hidden
|
|
197
|
-
*/
|
|
198
|
-
export declare class WebRowDataEventArgsDescriptionMetadata extends Base {
|
|
199
|
-
static $t: Type;
|
|
200
|
-
private static a;
|
|
201
|
-
private static b;
|
|
202
|
-
static c(a: Dictionary$2<string, string>): void;
|
|
203
|
-
static d(a: TypeDescriptionContext): void;
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* @hidden
|
|
207
|
-
*/
|
|
208
|
-
export declare class WebRowDataEventArgsDetailDescriptionMetadata extends Base {
|
|
209
|
-
static $t: Type;
|
|
210
|
-
private static a;
|
|
211
|
-
private static b;
|
|
212
|
-
static c(a: Dictionary$2<string, string>): void;
|
|
213
|
-
static d(a: TypeDescriptionContext): void;
|
|
214
|
-
}
|
|
215
195
|
/**
|
|
216
196
|
* @hidden
|
|
217
197
|
*/
|
|
@@ -8,31 +8,34 @@ export declare abstract class WebBaseToolbarDirectiveDescription extends WebGrid
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private m;
|
|
12
12
|
get columnListHeight(): string;
|
|
13
13
|
set columnListHeight(a: string);
|
|
14
|
-
private
|
|
14
|
+
private s;
|
|
15
15
|
get title(): string;
|
|
16
16
|
set title(a: string);
|
|
17
|
-
private
|
|
17
|
+
private r;
|
|
18
18
|
get prompt(): string;
|
|
19
19
|
set prompt(a: string);
|
|
20
|
-
private
|
|
20
|
+
private i;
|
|
21
21
|
get overlaySettings(): WebOverlaySettingsDescription;
|
|
22
22
|
set overlaySettings(a: WebOverlaySettingsDescription);
|
|
23
|
-
private
|
|
23
|
+
private o;
|
|
24
|
+
get name(): string;
|
|
25
|
+
set name(a: string);
|
|
26
|
+
private q;
|
|
24
27
|
get openingRef(): string;
|
|
25
28
|
set openingRef(a: string);
|
|
26
|
-
private
|
|
29
|
+
private p;
|
|
27
30
|
get openedRef(): string;
|
|
28
31
|
set openedRef(a: string);
|
|
29
|
-
private
|
|
32
|
+
private l;
|
|
30
33
|
get closingRef(): string;
|
|
31
34
|
set closingRef(a: string);
|
|
32
|
-
private
|
|
35
|
+
private k;
|
|
33
36
|
get closedRef(): string;
|
|
34
37
|
set closedRef(a: string);
|
|
35
|
-
private
|
|
38
|
+
private n;
|
|
36
39
|
get columnToggleRef(): string;
|
|
37
40
|
set columnToggleRef(a: string);
|
|
38
41
|
}
|
|
@@ -17,7 +17,7 @@ export declare class WebColumnDescription extends Description {
|
|
|
17
17
|
private bw;
|
|
18
18
|
get header(): string;
|
|
19
19
|
set header(a: string);
|
|
20
|
-
private
|
|
20
|
+
private b6;
|
|
21
21
|
get title(): string;
|
|
22
22
|
set title(a: string);
|
|
23
23
|
private ac;
|
|
@@ -59,7 +59,7 @@ export declare class WebColumnDescription extends Description {
|
|
|
59
59
|
private w;
|
|
60
60
|
get movable(): boolean;
|
|
61
61
|
set movable(a: boolean);
|
|
62
|
-
private
|
|
62
|
+
private b7;
|
|
63
63
|
get width(): string;
|
|
64
64
|
set width(a: string);
|
|
65
65
|
private a1;
|
|
@@ -131,7 +131,7 @@ export declare class WebColumnDescription extends Description {
|
|
|
131
131
|
private j;
|
|
132
132
|
get sortStrategy(): WebSortingStrategyDescription;
|
|
133
133
|
set sortStrategy(a: WebSortingStrategyDescription);
|
|
134
|
-
private
|
|
134
|
+
private b5;
|
|
135
135
|
get summaryTemplateRef(): string;
|
|
136
136
|
set summaryTemplateRef(a: string);
|
|
137
137
|
private bn;
|
|
@@ -170,10 +170,13 @@ export declare class WebColumnDescription extends Description {
|
|
|
170
170
|
private bg;
|
|
171
171
|
get parentColumn(): any;
|
|
172
172
|
set parentColumn(a: any);
|
|
173
|
+
private b3;
|
|
174
|
+
get name(): string;
|
|
175
|
+
set name(a: string);
|
|
173
176
|
private bv;
|
|
174
177
|
get formatterRef(): string;
|
|
175
178
|
set formatterRef(a: string);
|
|
176
|
-
private
|
|
179
|
+
private b4;
|
|
177
180
|
get summaryFormatterRef(): string;
|
|
178
181
|
set summaryFormatterRef(a: string);
|
|
179
182
|
}
|
|
@@ -7,10 +7,10 @@ export declare class WebColumnGroupDescription extends WebColumnDescription {
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private cu;
|
|
11
11
|
get children(): WebColumnDescription[];
|
|
12
12
|
set children(a: WebColumnDescription[]);
|
|
13
|
-
private
|
|
13
|
+
private cw;
|
|
14
14
|
get collapsibleIndicatorTemplateRef(): string;
|
|
15
15
|
set collapsibleIndicatorTemplateRef(a: string);
|
|
16
16
|
}
|
|
@@ -7,7 +7,7 @@ export declare class WebColumnLayoutDescription extends WebColumnGroupDescriptio
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private cy;
|
|
11
11
|
get childrenVisibleIndexesRef(): string;
|
|
12
12
|
set childrenVisibleIndexesRef(a: string);
|
|
13
13
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebPivotDimensionDescription } from "./WebPivotDimensionDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDimensionsChangeDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
constructor();
|
|
12
|
+
private f;
|
|
13
|
+
get dimensions(): WebPivotDimensionDescription[];
|
|
14
|
+
set dimensions(a: WebPivotDimensionDescription[]);
|
|
15
|
+
private h;
|
|
16
|
+
get dimensionCollectionType(): string;
|
|
17
|
+
set dimensionCollectionType(a: string);
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDimensionsChangeDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebPivotDimensionDescription } from "./WebPivotDimensionDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDimensionsChangeDetailDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
private static __marshalByValue;
|
|
12
|
+
private static __marshalByValueAlias;
|
|
13
|
+
constructor();
|
|
14
|
+
private f;
|
|
15
|
+
get dimensions(): WebPivotDimensionDescription[];
|
|
16
|
+
set dimensions(a: WebPivotDimensionDescription[]);
|
|
17
|
+
private j;
|
|
18
|
+
get dimensionCollectionType(): string;
|
|
19
|
+
set dimensionCollectionType(a: string);
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDimensionsChangeDetailDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebDimensionsChangeDetailDescription } from "./WebDimensionsChangeDetailDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDimensionsChangeEventArgsDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
private static __marshalByValue;
|
|
12
|
+
private static __marshalByValueAlias;
|
|
13
|
+
constructor();
|
|
14
|
+
private f;
|
|
15
|
+
get detail(): WebDimensionsChangeDetailDescription;
|
|
16
|
+
set detail(a: WebDimensionsChangeDetailDescription);
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebDimensionsChangeEventArgsDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|