igniteui-angular 21.0.2 → 21.0.3

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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, inject, EventEmitter, reflectComponentType, createComponent, booleanAttribute, Output, Input, Directive, QueryList, TemplateRef, ContentChildren, ContentChild, forwardRef, ChangeDetectionStrategy, Component, Pipe, ElementRef, HostBinding, ViewChild, ViewChildren, ChangeDetectorRef, ViewContainerRef, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Injectable, inject, EventEmitter, reflectComponentType, createComponent, booleanAttribute, Output, Input, Directive, QueryList, TemplateRef, ContentChildren, ContentChild, forwardRef, ChangeDetectionStrategy, Component, Pipe, ElementRef, HostBinding, ViewChild, ViewChildren, ChangeDetectorRef, ViewContainerRef, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import { NgClass, NgTemplateOutlet, DecimalPipe, PercentPipe, CurrencyPipe, DatePipe, NgStyle } from '@angular/common';
4
4
  import { Subject } from 'rxjs';
5
5
  import { GridBaseAPIService, IgxGridNavigationService, IgxGridTransaction, IGX_GRID_SERVICE_BASE, IgxColumnComponent, IgxColumnGroupComponent, IgxSummaryOperand, IgxGridToolbarDirective, IgxFilteringService, IgxGridSelectionService, IGX_GRID_BASE, IgxGridCellComponent, IgxGridCellImageAltPipe, IgxStringReplacePipe, IgxColumnFormatterPipe, IgxRowDirective, IgxRowDragDirective, IgxGridNotGroupedPipe, IgxGridCellStylesPipe, IgxGridCellStyleClassesPipe, IgxGridDataMapperPipe, IgxGridTransactionStatePipe, IgxHierarchicalGridRow, IgxGridCell, IgxGridHeaderRowComponent, IgxGridBodyDirective, IgxGridDragSelectDirective, IgxColumnMovingDropDirective, IgxSummaryRowComponent, IgxRowEditTabStopDirective, IgxGridColumnResizerComponent, IgxGridTransactionPipe, IgxHasVisibleColumnsPipe, IgxGridRowPinningPipe, IgxGridAddRowPipe, IgxGridRowClassesPipe, IgxGridRowStylesPipe, IgxSummaryDataPipe, IgxGridCRUDService, IgxGridValidationService, IgxGridSummaryService, IgxColumnResizingService, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridExcelStyleFilteringComponent, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumnPatternValidatorDirective } from 'igniteui-angular/grids/core';
@@ -2750,10 +2750,243 @@ const IGX_HIERARCHICAL_GRID_DIRECTIVES = [
2750
2750
  IgxPaginatorContentDirective,
2751
2751
  IgxPaginatorDirective
2752
2752
  ];
2753
+ /**
2754
+ * @hidden
2755
+ * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
2756
+ */
2757
+ class IgxHierarchicalGridModule {
2758
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxHierarchicalGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2759
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.2", ngImport: i0, type: IgxHierarchicalGridModule, imports: [IgxHierarchicalGridComponent,
2760
+ IgxRowIslandComponent,
2761
+ IgxRowAddTextDirective,
2762
+ IgxRowEditActionsDirective,
2763
+ IgxRowEditTextDirective,
2764
+ IgxRowEditTabStopDirective,
2765
+ // IGX_GRID_COMMON_DIRECTIVES:
2766
+ IgxRowDirective,
2767
+ IgxGridFooterComponent,
2768
+ IgxAdvancedFilteringDialogComponent,
2769
+ IgxRowExpandedIndicatorDirective,
2770
+ IgxRowCollapsedIndicatorDirective,
2771
+ IgxHeaderExpandedIndicatorDirective,
2772
+ IgxHeaderCollapsedIndicatorDirective,
2773
+ IgxExcelStyleHeaderIconDirective,
2774
+ IgxSortAscendingHeaderIconDirective,
2775
+ IgxSortDescendingHeaderIconDirective,
2776
+ IgxSortHeaderIconDirective,
2777
+ IgxDragIndicatorIconDirective,
2778
+ IgxRowDragGhostDirective,
2779
+ IgxGridStateDirective,
2780
+ // IGX_GRID_ACTIONS
2781
+ IgxGridPinningActionsComponent,
2782
+ IgxGridEditingActionsComponent,
2783
+ IgxGridActionsBaseDirective,
2784
+ IgxGridActionButtonComponent,
2785
+ // IGX_GRID_HEADERS_DIRECTIVES:
2786
+ IgxGridHeaderComponent,
2787
+ IgxGridHeaderGroupComponent,
2788
+ IgxGridHeaderRowComponent,
2789
+ // IGX_GRID_COLUMN_DIRECTIVES:
2790
+ IgxFilterCellTemplateDirective,
2791
+ IgxSummaryTemplateDirective,
2792
+ IgxCellTemplateDirective,
2793
+ IgxCellValidationErrorDirective,
2794
+ IgxCellHeaderTemplateDirective,
2795
+ IgxCellFooterTemplateDirective,
2796
+ IgxCellEditorTemplateDirective,
2797
+ IgxCollapsibleIndicatorTemplateDirective,
2798
+ IgxColumnComponent,
2799
+ IgxColumnGroupComponent,
2800
+ IgxColumnLayoutComponent,
2801
+ // IGX_GRID_COLUMN_ACTIONS_DIRECTIVES:
2802
+ IgxColumnActionsComponent,
2803
+ IgxColumnHidingDirective,
2804
+ IgxColumnPinningDirective,
2805
+ // IGX_GRID_SELECTION_DIRECTIVES:
2806
+ IgxRowSelectorDirective,
2807
+ IgxGroupByRowSelectorDirective,
2808
+ IgxHeadSelectorDirective,
2809
+ // IGX_GRID_TOOLBAR_DIRECTIVES:
2810
+ IgxCSVTextDirective,
2811
+ IgxExcelTextDirective,
2812
+ IgxGridToolbarActionsComponent,
2813
+ IgxGridToolbarAdvancedFilteringComponent,
2814
+ IgxGridToolbarComponent,
2815
+ IgxGridToolbarExporterComponent,
2816
+ IgxGridToolbarHidingComponent,
2817
+ IgxGridToolbarPinningComponent,
2818
+ IgxGridToolbarTitleComponent,
2819
+ IgxGridToolbarDirective,
2820
+ // IGX_GRID_EXCEL_STYLE_FILTER_DIRECTIVES:
2821
+ IgxGridExcelStyleFilteringComponent,
2822
+ IgxExcelStyleHeaderComponent,
2823
+ IgxExcelStyleSortingComponent,
2824
+ IgxExcelStylePinningComponent,
2825
+ IgxExcelStyleHidingComponent,
2826
+ IgxExcelStyleSelectingComponent,
2827
+ IgxExcelStyleClearFiltersComponent,
2828
+ IgxExcelStyleConditionalFilterComponent,
2829
+ IgxExcelStyleMovingComponent,
2830
+ IgxExcelStyleSearchComponent,
2831
+ IgxExcelStyleColumnOperationsTemplateDirective,
2832
+ IgxExcelStyleFilterOperationsTemplateDirective,
2833
+ IgxExcelStyleLoadingValuesTemplateDirective,
2834
+ // IGX_GRID_VALIDATION_DIRECTIVES:
2835
+ IgxColumnRequiredValidatorDirective,
2836
+ IgxColumnMinValidatorDirective,
2837
+ IgxColumnMaxValidatorDirective,
2838
+ IgxColumnEmailValidatorDirective,
2839
+ IgxColumnMinLengthValidatorDirective,
2840
+ IgxColumnMaxLengthValidatorDirective,
2841
+ IgxColumnPatternValidatorDirective,
2842
+ // IGX_PAGINATOR_DIRECTIVES:
2843
+ IgxPaginatorComponent,
2844
+ IgxPageNavigationComponent,
2845
+ IgxPageSizeSelectorComponent,
2846
+ IgxPaginatorContentDirective,
2847
+ IgxPaginatorDirective], exports: [IgxHierarchicalGridComponent,
2848
+ IgxRowIslandComponent,
2849
+ IgxRowAddTextDirective,
2850
+ IgxRowEditActionsDirective,
2851
+ IgxRowEditTextDirective,
2852
+ IgxRowEditTabStopDirective,
2853
+ // IGX_GRID_COMMON_DIRECTIVES:
2854
+ IgxRowDirective,
2855
+ IgxGridFooterComponent,
2856
+ IgxAdvancedFilteringDialogComponent,
2857
+ IgxRowExpandedIndicatorDirective,
2858
+ IgxRowCollapsedIndicatorDirective,
2859
+ IgxHeaderExpandedIndicatorDirective,
2860
+ IgxHeaderCollapsedIndicatorDirective,
2861
+ IgxExcelStyleHeaderIconDirective,
2862
+ IgxSortAscendingHeaderIconDirective,
2863
+ IgxSortDescendingHeaderIconDirective,
2864
+ IgxSortHeaderIconDirective,
2865
+ IgxDragIndicatorIconDirective,
2866
+ IgxRowDragGhostDirective,
2867
+ IgxGridStateDirective,
2868
+ // IGX_GRID_ACTIONS
2869
+ IgxGridPinningActionsComponent,
2870
+ IgxGridEditingActionsComponent,
2871
+ IgxGridActionsBaseDirective,
2872
+ IgxGridActionButtonComponent,
2873
+ // IGX_GRID_HEADERS_DIRECTIVES:
2874
+ IgxGridHeaderComponent,
2875
+ IgxGridHeaderGroupComponent,
2876
+ IgxGridHeaderRowComponent,
2877
+ // IGX_GRID_COLUMN_DIRECTIVES:
2878
+ IgxFilterCellTemplateDirective,
2879
+ IgxSummaryTemplateDirective,
2880
+ IgxCellTemplateDirective,
2881
+ IgxCellValidationErrorDirective,
2882
+ IgxCellHeaderTemplateDirective,
2883
+ IgxCellFooterTemplateDirective,
2884
+ IgxCellEditorTemplateDirective,
2885
+ IgxCollapsibleIndicatorTemplateDirective,
2886
+ IgxColumnComponent,
2887
+ IgxColumnGroupComponent,
2888
+ IgxColumnLayoutComponent,
2889
+ // IGX_GRID_COLUMN_ACTIONS_DIRECTIVES:
2890
+ IgxColumnActionsComponent,
2891
+ IgxColumnHidingDirective,
2892
+ IgxColumnPinningDirective,
2893
+ // IGX_GRID_SELECTION_DIRECTIVES:
2894
+ IgxRowSelectorDirective,
2895
+ IgxGroupByRowSelectorDirective,
2896
+ IgxHeadSelectorDirective,
2897
+ // IGX_GRID_TOOLBAR_DIRECTIVES:
2898
+ IgxCSVTextDirective,
2899
+ IgxExcelTextDirective,
2900
+ IgxGridToolbarActionsComponent,
2901
+ IgxGridToolbarAdvancedFilteringComponent,
2902
+ IgxGridToolbarComponent,
2903
+ IgxGridToolbarExporterComponent,
2904
+ IgxGridToolbarHidingComponent,
2905
+ IgxGridToolbarPinningComponent,
2906
+ IgxGridToolbarTitleComponent,
2907
+ IgxGridToolbarDirective,
2908
+ // IGX_GRID_EXCEL_STYLE_FILTER_DIRECTIVES:
2909
+ IgxGridExcelStyleFilteringComponent,
2910
+ IgxExcelStyleHeaderComponent,
2911
+ IgxExcelStyleSortingComponent,
2912
+ IgxExcelStylePinningComponent,
2913
+ IgxExcelStyleHidingComponent,
2914
+ IgxExcelStyleSelectingComponent,
2915
+ IgxExcelStyleClearFiltersComponent,
2916
+ IgxExcelStyleConditionalFilterComponent,
2917
+ IgxExcelStyleMovingComponent,
2918
+ IgxExcelStyleSearchComponent,
2919
+ IgxExcelStyleColumnOperationsTemplateDirective,
2920
+ IgxExcelStyleFilterOperationsTemplateDirective,
2921
+ IgxExcelStyleLoadingValuesTemplateDirective,
2922
+ // IGX_GRID_VALIDATION_DIRECTIVES:
2923
+ IgxColumnRequiredValidatorDirective,
2924
+ IgxColumnMinValidatorDirective,
2925
+ IgxColumnMaxValidatorDirective,
2926
+ IgxColumnEmailValidatorDirective,
2927
+ IgxColumnMinLengthValidatorDirective,
2928
+ IgxColumnMaxLengthValidatorDirective,
2929
+ IgxColumnPatternValidatorDirective,
2930
+ // IGX_PAGINATOR_DIRECTIVES:
2931
+ IgxPaginatorComponent,
2932
+ IgxPageNavigationComponent,
2933
+ IgxPageSizeSelectorComponent,
2934
+ IgxPaginatorContentDirective,
2935
+ IgxPaginatorDirective] }); }
2936
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxHierarchicalGridModule, imports: [IgxHierarchicalGridComponent,
2937
+ IgxGridFooterComponent,
2938
+ IgxAdvancedFilteringDialogComponent,
2939
+ // IGX_GRID_ACTIONS
2940
+ IgxGridPinningActionsComponent,
2941
+ IgxGridEditingActionsComponent,
2942
+ IgxGridActionButtonComponent,
2943
+ // IGX_GRID_HEADERS_DIRECTIVES:
2944
+ IgxGridHeaderComponent,
2945
+ IgxGridHeaderGroupComponent,
2946
+ IgxGridHeaderRowComponent,
2947
+ IgxColumnComponent,
2948
+ IgxColumnGroupComponent,
2949
+ IgxColumnLayoutComponent,
2950
+ // IGX_GRID_COLUMN_ACTIONS_DIRECTIVES:
2951
+ IgxColumnActionsComponent,
2952
+ IgxGridToolbarActionsComponent,
2953
+ IgxGridToolbarAdvancedFilteringComponent,
2954
+ IgxGridToolbarComponent,
2955
+ IgxGridToolbarExporterComponent,
2956
+ IgxGridToolbarHidingComponent,
2957
+ IgxGridToolbarPinningComponent,
2958
+ IgxGridToolbarTitleComponent,
2959
+ // IGX_GRID_EXCEL_STYLE_FILTER_DIRECTIVES:
2960
+ IgxGridExcelStyleFilteringComponent,
2961
+ IgxExcelStyleHeaderComponent,
2962
+ IgxExcelStyleSortingComponent,
2963
+ IgxExcelStylePinningComponent,
2964
+ IgxExcelStyleHidingComponent,
2965
+ IgxExcelStyleSelectingComponent,
2966
+ IgxExcelStyleClearFiltersComponent,
2967
+ IgxExcelStyleConditionalFilterComponent,
2968
+ IgxExcelStyleMovingComponent,
2969
+ IgxExcelStyleSearchComponent,
2970
+ // IGX_PAGINATOR_DIRECTIVES:
2971
+ IgxPaginatorComponent,
2972
+ IgxPageNavigationComponent,
2973
+ IgxPageSizeSelectorComponent] }); }
2974
+ }
2975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: IgxHierarchicalGridModule, decorators: [{
2976
+ type: NgModule,
2977
+ args: [{
2978
+ imports: [
2979
+ ...IGX_HIERARCHICAL_GRID_DIRECTIVES
2980
+ ],
2981
+ exports: [
2982
+ ...IGX_HIERARCHICAL_GRID_DIRECTIVES
2983
+ ]
2984
+ }]
2985
+ }] });
2753
2986
 
2754
2987
  /**
2755
2988
  * Generated bundle index. Do not edit.
2756
2989
  */
2757
2990
 
2758
- export { IGX_HIERARCHICAL_GRID_DIRECTIVES, IgxChildGridRowComponent, IgxGridHierarchicalPagingPipe, IgxGridHierarchicalPipe, IgxHierarchicalGridComponent, IgxRowIslandComponent };
2991
+ export { IGX_HIERARCHICAL_GRID_DIRECTIVES, IgxChildGridRowComponent, IgxGridHierarchicalPagingPipe, IgxGridHierarchicalPipe, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxRowIslandComponent };
2759
2992
  //# sourceMappingURL=igniteui-angular-grids-hierarchical-grid.mjs.map