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
|
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, markType } from "./type";
|
|
9
|
+
import { stringIsNullOrEmpty } from "./string";
|
|
9
10
|
/**
|
|
10
11
|
* @hidden
|
|
11
12
|
*/
|
|
@@ -14,11 +15,11 @@ var DataLegendSeriesValueInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
15
|
function DataLegendSeriesValueInfo() {
|
|
15
16
|
var _this = _super.call(this) || this;
|
|
16
17
|
_this.l = 0;
|
|
17
|
-
_this.t = null;
|
|
18
18
|
_this.u = null;
|
|
19
19
|
_this.v = null;
|
|
20
20
|
_this.w = null;
|
|
21
21
|
_this.x = null;
|
|
22
|
+
_this.y = null;
|
|
22
23
|
_this.n = 0;
|
|
23
24
|
_this.m = 0;
|
|
24
25
|
_this.j = false;
|
|
@@ -33,17 +34,18 @@ var DataLegendSeriesValueInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33
34
|
_this.k = false;
|
|
34
35
|
_this.c = false;
|
|
35
36
|
_this.b = false;
|
|
36
|
-
_this.p = null;
|
|
37
37
|
_this.q = null;
|
|
38
|
+
_this.p = null;
|
|
38
39
|
_this.r = null;
|
|
40
|
+
_this.s = null;
|
|
39
41
|
_this.b = true;
|
|
40
42
|
_this.c = true;
|
|
41
43
|
_this.k = false;
|
|
42
|
-
_this.t = "";
|
|
43
44
|
_this.u = "";
|
|
44
45
|
_this.v = "";
|
|
45
46
|
_this.w = "";
|
|
46
|
-
_this.
|
|
47
|
+
_this.x = "";
|
|
48
|
+
_this.r = "";
|
|
47
49
|
_this.n = -1;
|
|
48
50
|
_this.m = -1;
|
|
49
51
|
_this.j = false;
|
|
@@ -53,11 +55,19 @@ var DataLegendSeriesValueInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
55
|
_this.f = true;
|
|
54
56
|
_this.g = true;
|
|
55
57
|
_this.d = true;
|
|
56
|
-
_this.
|
|
58
|
+
_this.y = null;
|
|
57
59
|
return _this;
|
|
58
60
|
}
|
|
59
|
-
DataLegendSeriesValueInfo.prototype.
|
|
60
|
-
|
|
61
|
+
DataLegendSeriesValueInfo.prototype.t = function () {
|
|
62
|
+
var a = "";
|
|
63
|
+
if (!stringIsNullOrEmpty(this.q)) {
|
|
64
|
+
a += this.q + ": ";
|
|
65
|
+
}
|
|
66
|
+
else if (!stringIsNullOrEmpty(this.p)) {
|
|
67
|
+
a += this.p + ": ";
|
|
68
|
+
}
|
|
69
|
+
a += this.l;
|
|
70
|
+
return a;
|
|
61
71
|
};
|
|
62
72
|
DataLegendSeriesValueInfo.$t = markType(DataLegendSeriesValueInfo, 'DataLegendSeriesValueInfo');
|
|
63
73
|
return DataLegendSeriesValueInfo;
|
|
@@ -16,29 +16,23 @@ var DataLegendSummaryColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
__extends(DataLegendSummaryColumn, _super);
|
|
17
17
|
function DataLegendSummaryColumn() {
|
|
18
18
|
var _this = _super.call(this) || this;
|
|
19
|
-
_this.
|
|
20
|
-
_this.ad = new List$1(String_$type, 0);
|
|
19
|
+
_this.ag = new List$1(Number_$type, 0);
|
|
21
20
|
_this.ae = new List$1(String_$type, 0);
|
|
22
|
-
_this.
|
|
21
|
+
_this.af = new List$1(String_$type, 0);
|
|
23
22
|
_this.ac = new HashSet$1(String_$type, 0);
|
|
23
|
+
_this.ad = new HashSet$1(String_$type, 0);
|
|
24
24
|
_this.a = 15;
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
Object.defineProperty(DataLegendSummaryColumn.prototype, "
|
|
27
|
+
Object.defineProperty(DataLegendSummaryColumn.prototype, "ab", {
|
|
28
28
|
get: function () {
|
|
29
|
-
return this.
|
|
29
|
+
return this.ag.toArray();
|
|
30
30
|
},
|
|
31
31
|
enumerable: false,
|
|
32
32
|
configurable: true
|
|
33
33
|
});
|
|
34
|
-
DataLegendSummaryColumn.prototype.
|
|
35
|
-
this.
|
|
36
|
-
};
|
|
37
|
-
DataLegendSummaryColumn.prototype.ag = function (a) {
|
|
38
|
-
if (!this.ab.contains(a)) {
|
|
39
|
-
this.ab.add_1(a);
|
|
40
|
-
this.ad.add(a);
|
|
41
|
-
}
|
|
34
|
+
DataLegendSummaryColumn.prototype.aj = function (a) {
|
|
35
|
+
this.ag.add(a);
|
|
42
36
|
};
|
|
43
37
|
DataLegendSummaryColumn.prototype.ah = function (a) {
|
|
44
38
|
if (!this.ac.contains(a)) {
|
|
@@ -46,16 +40,22 @@ var DataLegendSummaryColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
40
|
this.ae.add(a);
|
|
47
41
|
}
|
|
48
42
|
};
|
|
49
|
-
|
|
43
|
+
DataLegendSummaryColumn.prototype.ai = function (a) {
|
|
44
|
+
if (!this.ad.contains(a)) {
|
|
45
|
+
this.ad.add_1(a);
|
|
46
|
+
this.af.add(a);
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
Object.defineProperty(DataLegendSummaryColumn.prototype, "z", {
|
|
50
50
|
get: function () {
|
|
51
|
-
return this.
|
|
51
|
+
return this.ae.toArray();
|
|
52
52
|
},
|
|
53
53
|
enumerable: false,
|
|
54
54
|
configurable: true
|
|
55
55
|
});
|
|
56
|
-
Object.defineProperty(DataLegendSummaryColumn.prototype, "
|
|
56
|
+
Object.defineProperty(DataLegendSummaryColumn.prototype, "aa", {
|
|
57
57
|
get: function () {
|
|
58
|
-
return this.
|
|
58
|
+
return this.af.toArray();
|
|
59
59
|
},
|
|
60
60
|
enumerable: false,
|
|
61
61
|
configurable: true
|
|
@@ -178,7 +178,7 @@ var DescriptionSerializer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
178
178
|
var ab = p;
|
|
179
179
|
var ac = this.j(f, a, ab, aa);
|
|
180
180
|
if (this.f) {
|
|
181
|
-
if (stringEndsWith(l.propertyName, "MemberPath") || stringEndsWith(l.propertyName.toLowerCase(), "field") || (g != null && stringEndsWith(g, "Axis") && l.propertyName.toLowerCase() == "label")) {
|
|
181
|
+
if (stringEndsWith(l.propertyName, "MemberPath") || stringEndsWith(l.propertyName.toLowerCase(), "field") || l.propertyName.toLowerCase() == "member" || l.propertyName.toLowerCase() == "membername" || (g != null && stringEndsWith(g, "Axis") && l.propertyName.toLowerCase() == "label")) {
|
|
182
182
|
ac = this.n(ac);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
@@ -47,21 +47,21 @@ var DotNetCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE
|
|
|
47
47
|
enumerable: false,
|
|
48
48
|
configurable: true
|
|
49
49
|
});
|
|
50
|
-
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.m = function (a) {
|
|
51
|
-
_super.prototype.m.call(this, a);
|
|
52
|
-
if (
|
|
50
|
+
DotNetCodeGeneratingComponentRendererModuleEmitter.prototype.m = function (a, b, c) {
|
|
51
|
+
_super.prototype.m.call(this, a, b, c);
|
|
52
|
+
if (b == "withDescriptions" && this.q != 5) {
|
|
53
53
|
this.r = true;
|
|
54
54
|
return;
|
|
55
55
|
}
|
|
56
|
-
var
|
|
57
|
-
var
|
|
58
|
-
if (
|
|
59
|
-
|
|
60
|
-
this.j.addPackageRef(
|
|
56
|
+
var d = "";
|
|
57
|
+
var e = b.split('/');
|
|
58
|
+
if (e.length == 1) {
|
|
59
|
+
d = e[0];
|
|
60
|
+
this.j.addPackageRef(d);
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
|
-
this.j.addPackageRef(
|
|
64
|
-
|
|
63
|
+
this.j.addPackageRef(e[0]);
|
|
64
|
+
d = e[1];
|
|
65
65
|
}
|
|
66
66
|
if (this.r) {
|
|
67
67
|
if (this.t == 0) {
|
|
@@ -78,12 +78,12 @@ var DotNetCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE
|
|
|
78
78
|
this.c.l("this._componentRenderer = new ComponentRenderer();");
|
|
79
79
|
this.c.l("var context = this._componentRenderer.Context;");
|
|
80
80
|
}
|
|
81
|
-
var
|
|
82
|
-
if (stringEndsWith(
|
|
83
|
-
|
|
84
|
-
|
|
81
|
+
var f = d;
|
|
82
|
+
if (stringEndsWith(f, "Module")) {
|
|
83
|
+
f = f.substr(0, f.length - ("Module").length);
|
|
84
|
+
f += "DescriptionModule";
|
|
85
85
|
}
|
|
86
|
-
this.c.l(
|
|
86
|
+
this.c.l(f + ".Register(context);");
|
|
87
87
|
}
|
|
88
88
|
this.t++;
|
|
89
89
|
};
|
|
@@ -234,21 +234,21 @@ var TypeDescriptionContext = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
234
234
|
TypeDescriptionContext.prototype.u = function (a, b) {
|
|
235
235
|
return this.f.createObject(a, b, this);
|
|
236
236
|
};
|
|
237
|
-
TypeDescriptionContext.prototype.q = function (a, b, c) {
|
|
238
|
-
if (c != null && this.i(c.owningType, c.propertyName)) {
|
|
239
|
-
var
|
|
240
|
-
var
|
|
241
|
-
if (
|
|
242
|
-
var _loop_1 = function (
|
|
243
|
-
if (
|
|
244
|
-
var
|
|
245
|
-
if (((function () { var
|
|
246
|
-
return { value:
|
|
237
|
+
TypeDescriptionContext.prototype.q = function (a, b, c, d) {
|
|
238
|
+
if (c != null && this.i(c.owningType, c.propertyName) && d) {
|
|
239
|
+
var e = this.c(c.owningType, c.propertyName);
|
|
240
|
+
var f_1 = this.d(c.owningType, c.propertyName);
|
|
241
|
+
if (e != null && f_1 != null) {
|
|
242
|
+
var _loop_1 = function (g) {
|
|
243
|
+
if (e[g].toLowerCase() == b.toLowerCase()) {
|
|
244
|
+
var h_1 = 0;
|
|
245
|
+
if (((function () { var i = tryParseInt32_1(f_1[g], h_1); h_1 = i.p1; return i.ret; })())) {
|
|
246
|
+
return { value: h_1 };
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
};
|
|
250
|
-
for (var
|
|
251
|
-
var state_1 = _loop_1(
|
|
250
|
+
for (var g = 0; g < e.length; g++) {
|
|
251
|
+
var state_1 = _loop_1(g);
|
|
252
252
|
if (typeof state_1 === "object")
|
|
253
253
|
return state_1.value;
|
|
254
254
|
}
|
|
@@ -1710,7 +1710,7 @@ var RearrangedListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1710
1710
|
if (b >= 0) {
|
|
1711
1711
|
var c = this.a4.count;
|
|
1712
1712
|
var d = 0;
|
|
1713
|
-
while (d
|
|
1713
|
+
while (d <= c) {
|
|
1714
1714
|
var e = b - d;
|
|
1715
1715
|
var f = b + d;
|
|
1716
1716
|
if (e < 0 && f > c - 1) {
|
|
@@ -6,10 +6,12 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends, __values } from "tslib";
|
|
8
8
|
import { CodeGeneratingComponentRendererModuleEmitter } from "./CodeGeneratingComponentRendererModuleEmitter";
|
|
9
|
+
import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
|
|
9
10
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
11
|
import { List$1 } from "./List$1";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
12
|
+
import { HashSet$1 } from "./HashSet$1";
|
|
13
|
+
import { String_$type, EnumUtil, fromEnum, markType } from "./type";
|
|
14
|
+
import { stringReplace, stringEndsWith } from "./string";
|
|
13
15
|
/**
|
|
14
16
|
* @hidden
|
|
15
17
|
*/
|
|
@@ -18,17 +20,18 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
18
20
|
function TSCodeGeneratingComponentRendererModuleEmitter(a, b, c) {
|
|
19
21
|
var _this = _super.call(this, b, c) || this;
|
|
20
22
|
_this.q = 0;
|
|
21
|
-
_this.
|
|
23
|
+
_this.u = 0;
|
|
22
24
|
_this.r = false;
|
|
23
25
|
_this.s = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
26
|
+
_this.t = new HashSet$1(String_$type, 0);
|
|
24
27
|
_this.q = a;
|
|
25
28
|
return _this;
|
|
26
29
|
}
|
|
27
30
|
TSCodeGeneratingComponentRendererModuleEmitter.prototype.p = function () {
|
|
28
31
|
_super.prototype.p.call(this);
|
|
29
|
-
this.
|
|
32
|
+
this.u = 0;
|
|
30
33
|
};
|
|
31
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
34
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "w", {
|
|
32
35
|
get: function () {
|
|
33
36
|
switch (this.q) {
|
|
34
37
|
case 1: return "Igx";
|
|
@@ -40,7 +43,7 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
40
43
|
enumerable: false,
|
|
41
44
|
configurable: true
|
|
42
45
|
});
|
|
43
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
46
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "v", {
|
|
44
47
|
get: function () {
|
|
45
48
|
switch (this.q) {
|
|
46
49
|
case 1: return "angular";
|
|
@@ -52,36 +55,59 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
52
55
|
enumerable: false,
|
|
53
56
|
configurable: true
|
|
54
57
|
});
|
|
55
|
-
TSCodeGeneratingComponentRendererModuleEmitter.prototype.m = function (a) {
|
|
56
|
-
_super.prototype.m.call(this, a);
|
|
57
|
-
if (
|
|
58
|
+
TSCodeGeneratingComponentRendererModuleEmitter.prototype.m = function (a, b, c) {
|
|
59
|
+
_super.prototype.m.call(this, a, b, c);
|
|
60
|
+
if (b == "withDescriptions") {
|
|
58
61
|
this.r = true;
|
|
59
62
|
return;
|
|
60
63
|
}
|
|
61
|
-
var
|
|
62
|
-
var
|
|
63
|
-
var
|
|
64
|
-
if (
|
|
65
|
-
|
|
66
|
-
this.j.addPackageRef(
|
|
64
|
+
var d = "igniteui-" + this.v + "-core";
|
|
65
|
+
var e = "";
|
|
66
|
+
var f = b.split('/');
|
|
67
|
+
if (f.length == 1) {
|
|
68
|
+
e = f[0];
|
|
69
|
+
this.j.addPackageRef(e);
|
|
67
70
|
}
|
|
68
71
|
else {
|
|
69
|
-
|
|
70
|
-
this.j.addPackageRef(
|
|
71
|
-
|
|
72
|
-
|
|
72
|
+
d = f[0];
|
|
73
|
+
this.j.addPackageRef(d);
|
|
74
|
+
d = "igniteui-" + this.v + "-" + d;
|
|
75
|
+
e = f[1];
|
|
76
|
+
}
|
|
77
|
+
var g = false;
|
|
78
|
+
var h = null;
|
|
79
|
+
var i = stringReplace(e, "Module", "");
|
|
80
|
+
if (c) {
|
|
81
|
+
i = "Web" + i;
|
|
73
82
|
}
|
|
74
|
-
if (
|
|
75
|
-
|
|
83
|
+
if (a.getMetadata(i, "__skipModuleRegister" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.q)) != null) {
|
|
84
|
+
g = true;
|
|
85
|
+
}
|
|
86
|
+
if (a.getMetadata(i, "__importOverride" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.q)) != null) {
|
|
87
|
+
h = a.getMetadata(i, "__importOverride" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.q)).specificExternalType;
|
|
88
|
+
}
|
|
89
|
+
if (h != null) {
|
|
90
|
+
if (!this.t.contains(h)) {
|
|
91
|
+
this.t.add_1(h);
|
|
92
|
+
}
|
|
76
93
|
}
|
|
77
|
-
|
|
78
|
-
|
|
94
|
+
else {
|
|
95
|
+
if (!this.s.containsKey(d)) {
|
|
96
|
+
this.s.addItem(d, new List$1(String_$type, 0));
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
if (this.u > 0 && !g) {
|
|
79
100
|
this.d.l(",");
|
|
80
101
|
}
|
|
81
|
-
|
|
82
|
-
|
|
102
|
+
if (!g) {
|
|
103
|
+
this.d.j(this.w + e);
|
|
104
|
+
}
|
|
105
|
+
if (h == null) {
|
|
106
|
+
var j = this.s.item(d);
|
|
107
|
+
j.add(this.w + e);
|
|
108
|
+
}
|
|
83
109
|
if (this.r) {
|
|
84
|
-
if (this.
|
|
110
|
+
if (this.u == 0) {
|
|
85
111
|
this.c.l("private _componentRenderer: ComponentRenderer = null;");
|
|
86
112
|
this.c.l("public get renderer(): ComponentRenderer {");
|
|
87
113
|
this.c.h();
|
|
@@ -89,29 +115,32 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
89
115
|
this.c.h();
|
|
90
116
|
this.c.l("this._componentRenderer = new ComponentRenderer();");
|
|
91
117
|
this.c.l("var context = this._componentRenderer.context;");
|
|
92
|
-
this.g.addPackageImport("igniteui-" + this.
|
|
118
|
+
this.g.addPackageImport("igniteui-" + this.v + "-core", "ComponentRenderer");
|
|
93
119
|
}
|
|
94
|
-
var
|
|
95
|
-
if (stringEndsWith(
|
|
96
|
-
|
|
97
|
-
|
|
120
|
+
var k = e;
|
|
121
|
+
if (stringEndsWith(k, "Module")) {
|
|
122
|
+
k = k.substr(0, k.length - ("Module").length);
|
|
123
|
+
k += "DescriptionModule";
|
|
98
124
|
}
|
|
99
|
-
|
|
100
|
-
|
|
125
|
+
if (c) {
|
|
126
|
+
k = "Web" + k;
|
|
127
|
+
}
|
|
128
|
+
this.g.addPackageImport("igniteui-" + this.v + "-core", k);
|
|
129
|
+
this.c.l(k + ".register(context);");
|
|
101
130
|
}
|
|
102
|
-
this.
|
|
131
|
+
this.u++;
|
|
103
132
|
};
|
|
104
133
|
TSCodeGeneratingComponentRendererModuleEmitter.prototype.o = function () {
|
|
105
|
-
var e_1, _a, e_2, _b;
|
|
134
|
+
var e_1, _a, e_2, _b, e_3, _c;
|
|
106
135
|
_super.prototype.o.call(this);
|
|
107
136
|
try {
|
|
108
|
-
for (var
|
|
109
|
-
var a =
|
|
137
|
+
for (var _d = __values(fromEnum(this.s.keys)), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
138
|
+
var a = _e.value;
|
|
110
139
|
var b = a;
|
|
111
140
|
var c = this.s.item(a);
|
|
112
141
|
try {
|
|
113
|
-
for (var
|
|
114
|
-
var d =
|
|
142
|
+
for (var _f = (e_2 = void 0, __values(fromEnum(c))), _g = _f.next(); !_g.done; _g = _f.next()) {
|
|
143
|
+
var d = _g.value;
|
|
115
144
|
this.h.addPackageImport(b, d);
|
|
116
145
|
}
|
|
117
146
|
}
|
|
@@ -120,8 +149,8 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
120
149
|
}
|
|
121
150
|
finally {
|
|
122
151
|
try {
|
|
123
|
-
if (
|
|
124
|
-
_b.call(
|
|
152
|
+
if (_g && !_g.done && (_b = _f.return))
|
|
153
|
+
_b.call(_f);
|
|
125
154
|
}
|
|
126
155
|
finally {
|
|
127
156
|
if (e_2)
|
|
@@ -135,14 +164,33 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
135
164
|
}
|
|
136
165
|
finally {
|
|
137
166
|
try {
|
|
138
|
-
if (
|
|
139
|
-
_a.call(
|
|
167
|
+
if (_e && !_e.done && (_a = _d.return))
|
|
168
|
+
_a.call(_d);
|
|
140
169
|
}
|
|
141
170
|
finally {
|
|
142
171
|
if (e_1)
|
|
143
172
|
throw e_1.error;
|
|
144
173
|
}
|
|
145
174
|
}
|
|
175
|
+
try {
|
|
176
|
+
for (var _h = __values(fromEnum(this.t)), _j = _h.next(); !_j.done; _j = _h.next()) {
|
|
177
|
+
var e = _j.value;
|
|
178
|
+
this.h.addDefaultImport(e, "@SELF@");
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
catch (e_3_1) {
|
|
182
|
+
e_3 = { error: e_3_1 };
|
|
183
|
+
}
|
|
184
|
+
finally {
|
|
185
|
+
try {
|
|
186
|
+
if (_j && !_j.done && (_c = _h.return))
|
|
187
|
+
_c.call(_h);
|
|
188
|
+
}
|
|
189
|
+
finally {
|
|
190
|
+
if (e_3)
|
|
191
|
+
throw e_3.error;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
146
194
|
if (this.r) {
|
|
147
195
|
this.c.f();
|
|
148
196
|
this.c.l("}");
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { ToolActionDescription } from "./ToolActionDescription";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var ToolActionButtonDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(ToolActionButtonDescription, _super);
|
|
15
|
+
function ToolActionButtonDescription() {
|
|
16
|
+
return _super.call(this) || this;
|
|
17
|
+
}
|
|
18
|
+
ToolActionButtonDescription.prototype.get_type = function () {
|
|
19
|
+
return "ToolActionButton";
|
|
20
|
+
};
|
|
21
|
+
ToolActionButtonDescription.$t = markType(ToolActionButtonDescription, 'ToolActionButtonDescription', ToolActionDescription.$);
|
|
22
|
+
return ToolActionButtonDescription;
|
|
23
|
+
}(ToolActionDescription));
|
|
24
|
+
export { ToolActionButtonDescription };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { ToolActionDescriptionMetadata } from "./ToolActionDescriptionMetadata";
|
|
11
|
+
import { ToolActionButtonDescription } from "./ToolActionButtonDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var ToolActionButtonDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(ToolActionButtonDescriptionMetadata, _super);
|
|
17
|
+
function ToolActionButtonDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
ToolActionButtonDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (ToolActionButtonDescriptionMetadata.a == null) {
|
|
22
|
+
ToolActionButtonDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
ToolActionButtonDescriptionMetadata.c(ToolActionButtonDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.j(ToolActionButtonDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.y(ToolActionButtonDescriptionMetadata.a);
|
|
29
|
+
};
|
|
30
|
+
ToolActionButtonDescriptionMetadata.c = function (a) {
|
|
31
|
+
ToolActionDescriptionMetadata.c(a);
|
|
32
|
+
};
|
|
33
|
+
ToolActionButtonDescriptionMetadata.d = function (a) {
|
|
34
|
+
ToolActionButtonDescriptionMetadata.b(a);
|
|
35
|
+
a.aa("ToolActionButton", function () { return new ToolActionButtonDescription(); });
|
|
36
|
+
a.z("ToolActionButton", ToolActionButtonDescriptionMetadata.a);
|
|
37
|
+
};
|
|
38
|
+
ToolActionButtonDescriptionMetadata.$t = markType(ToolActionButtonDescriptionMetadata, 'ToolActionButtonDescriptionMetadata');
|
|
39
|
+
ToolActionButtonDescriptionMetadata.a = null;
|
|
40
|
+
return ToolActionButtonDescriptionMetadata;
|
|
41
|
+
}(Base));
|
|
42
|
+
export { ToolActionButtonDescriptionMetadata };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "./type";
|
|
9
|
+
import { ToolActionDescriptionModule } from "./ToolActionDescriptionModule";
|
|
10
|
+
import { ToolActionButtonDescriptionMetadata } from "./ToolActionButtonDescriptionMetadata";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var ToolActionButtonDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(ToolActionButtonDescriptionModule, _super);
|
|
16
|
+
function ToolActionButtonDescriptionModule() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
ToolActionButtonDescriptionModule.register = function (a) {
|
|
20
|
+
ToolActionDescriptionModule.register(a);
|
|
21
|
+
ToolActionButtonDescriptionMetadata.d(a);
|
|
22
|
+
};
|
|
23
|
+
ToolActionButtonDescriptionModule.$t = markType(ToolActionButtonDescriptionModule, 'ToolActionButtonDescriptionModule');
|
|
24
|
+
return ToolActionButtonDescriptionModule;
|
|
25
|
+
}(Base));
|
|
26
|
+
export { ToolActionButtonDescriptionModule };
|
|
@@ -79,7 +79,7 @@ var ToolActionEventDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (func
|
|
|
79
79
|
ToolActionEventDetailDescriptionMetadata.c = function (a) {
|
|
80
80
|
a.item("Action", "ExportedType:ToolAction");
|
|
81
81
|
a.item("ActionType", "ExportedType:string:ToolActionType");
|
|
82
|
-
a.item("ActionType@names", "Unknown;GroupHeader;Checkbox;IconButton;Label;NumberInput;Radio;Separator;IconMenu");
|
|
82
|
+
a.item("ActionType@names", "Unknown;GroupHeader;Checkbox;IconButton;Label;NumberInput;Radio;Separator;IconMenu;Button");
|
|
83
83
|
a.item("IsModified", "Boolean");
|
|
84
84
|
a.item("BoolValue", "Boolean");
|
|
85
85
|
a.item("NumberValue", "Number:double");
|
|
@@ -18,9 +18,10 @@ export var ToolActionType = /*@__PURE__*/ (function (ToolActionType) {
|
|
|
18
18
|
ToolActionType[ToolActionType["Radio"] = 6] = "Radio";
|
|
19
19
|
ToolActionType[ToolActionType["Separator"] = 7] = "Separator";
|
|
20
20
|
ToolActionType[ToolActionType["IconMenu"] = 8] = "IconMenu";
|
|
21
|
+
ToolActionType[ToolActionType["Button"] = 9] = "Button";
|
|
21
22
|
return ToolActionType;
|
|
22
23
|
})({});
|
|
23
24
|
/**
|
|
24
25
|
* @hidden
|
|
25
26
|
*/
|
|
26
|
-
export var ToolActionType_$type = markEnum('ToolActionType', 'Unknown,0|GroupHeader,1|Checkbox,2|IconButton,3|Label,4|NumberInput,5|Radio,6|Separator,7|IconMenu,8');
|
|
27
|
+
export var ToolActionType_$type = markEnum('ToolActionType', 'Unknown,0|GroupHeader,1|Checkbox,2|IconButton,3|Label,4|NumberInput,5|Radio,6|Separator,7|IconMenu,8|Button,9');
|
|
@@ -34,11 +34,15 @@ var WebActionStripDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_
|
|
|
34
34
|
a.item("__qualifiedNameTS", "String:ActionStrip");
|
|
35
35
|
a.item("__tagNameWC", "String:igc-action-strip");
|
|
36
36
|
a.item("__packageNameWC", "String:grids");
|
|
37
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
38
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
39
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
37
40
|
a.item("__manageItemInMarkup", "Boolean");
|
|
38
41
|
a.item("Context", "Unknown");
|
|
39
42
|
a.item("ActionButtons", "Collection:WebGridActionsBaseDirective:GridActionsBaseDirectiveCollection:WebGridActionsBaseDirective");
|
|
40
43
|
a.item("Hidden", "Boolean");
|
|
41
44
|
a.item("ResourceStrings", "ExportedType:WebActionStripResourceStrings");
|
|
45
|
+
a.item("Name", "String");
|
|
42
46
|
};
|
|
43
47
|
WebActionStripDescriptionMetadata.d = function (a) {
|
|
44
48
|
WebActionStripDescriptionMetadata.b(a);
|
|
@@ -19,6 +19,7 @@ var WebActionStripDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
19
19
|
_this.k = null;
|
|
20
20
|
_this.o = false;
|
|
21
21
|
_this.m = null;
|
|
22
|
+
_this.s = null;
|
|
22
23
|
return _this;
|
|
23
24
|
}
|
|
24
25
|
WebActionStripDescription.prototype.get_type = function () {
|
|
@@ -68,6 +69,17 @@ var WebActionStripDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
69
|
enumerable: false,
|
|
69
70
|
configurable: true
|
|
70
71
|
});
|
|
72
|
+
Object.defineProperty(WebActionStripDescription.prototype, "name", {
|
|
73
|
+
get: function () {
|
|
74
|
+
return this.s;
|
|
75
|
+
},
|
|
76
|
+
set: function (a) {
|
|
77
|
+
this.s = a;
|
|
78
|
+
this.e("Name");
|
|
79
|
+
},
|
|
80
|
+
enumerable: false,
|
|
81
|
+
configurable: true
|
|
82
|
+
});
|
|
71
83
|
WebActionStripDescription.$t = markType(WebActionStripDescription, 'WebActionStripDescription', WebDisplayDensityBaseElementDescription.$);
|
|
72
84
|
return WebActionStripDescription;
|
|
73
85
|
}(WebDisplayDensityBaseElementDescription));
|
|
@@ -82,6 +94,7 @@ var WebGridActionsBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (functi
|
|
|
82
94
|
_this.f = null;
|
|
83
95
|
_this.j = false;
|
|
84
96
|
_this.h = null;
|
|
97
|
+
_this.l = null;
|
|
85
98
|
return _this;
|
|
86
99
|
}
|
|
87
100
|
WebGridActionsBaseDirectiveDescription.prototype.get_type = function () {
|
|
@@ -127,6 +140,17 @@ var WebGridActionsBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (functi
|
|
|
127
140
|
enumerable: false,
|
|
128
141
|
configurable: true
|
|
129
142
|
});
|
|
143
|
+
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "name", {
|
|
144
|
+
get: function () {
|
|
145
|
+
return this.l;
|
|
146
|
+
},
|
|
147
|
+
set: function (a) {
|
|
148
|
+
this.l = a;
|
|
149
|
+
this.e("Name");
|
|
150
|
+
},
|
|
151
|
+
enumerable: false,
|
|
152
|
+
configurable: true
|
|
153
|
+
});
|
|
130
154
|
WebGridActionsBaseDirectiveDescription.$t = markType(WebGridActionsBaseDirectiveDescription, 'WebGridActionsBaseDirectiveDescription', Description.$);
|
|
131
155
|
return WebGridActionsBaseDirectiveDescription;
|
|
132
156
|
}(Description));
|