igniteui-angular 22.1.0 → 22.1.2
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/fesm2022/igniteui-angular-grids-core.mjs +2 -1
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +18 -6
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/package.json +1 -1
- package/types/igniteui-angular-grids-grid.d.ts +6 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i2 from 'igniteui-angular/grids/core';
|
|
2
2
|
import { GridType, IgxGridSelectionService, IgxFilteringService, IgxRowDirective, IgxGroupByAreaDirective, FlatGridType, IgxGridValidationService, IgxColumnResizingService, GridServiceType, IgxGridNavigationService, IgxGridSummaryService, IgxGridTemplateContext, IClipboardOptions, IGridScrollEventArgs, IgxGridExcelStyleFilteringComponent, IgxGridHeaderGroupComponent, IGridCellEventArgs, IGridRowEventArgs, IGridFormGroupCreatedEventArgs, IGridValidationStatusEventArgs, IRowSelectionEventArgs, IColumnSelectionEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IGridEditEventArgs, IGridEditDoneEventArgs, IgxColumnComponent, ISortingEventArgs, IFilteringEventArgs, IRowDataEventArgs, IRowDataCancelableEventArgs, IColumnResizeEventArgs, IGridContextMenuEventArgs, IColumnVisibilityChangingEventArgs, IColumnVisibilityChangedEventArgs, IColumnMovingStartEventArgs, IColumnMovingEventArgs, IColumnMovingEndEventArgs, IGridKeydownEventArgs, IRowDragStartEventArgs, IRowDragEndEventArgs, IGridClipboardEvent, IRowToggleEventArgs, IPinRowEventArgs, IActiveNodeChangeEventArgs, IGridToolbarExportEventArgs, IgxGridColumnResizerComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxHeadSelectorTemplateContext, IgxRowSelectorTemplateContext, IgxGridRowDragGhostContext, IgxGridFilteringRowComponent, IgxGridHeaderRowComponent, IgxGridRowEditTemplateContext, IgxGridRowEditTextTemplateContext, IgxGridEmptyTemplateContext, IgxGridRowEditActionsTemplateContext, IgxGridRowTemplateContext, IgxGridHeaderTemplateContext, IgxRowEditTabStopDirective, IgxGridToolbarComponent, IgxSummaryRowComponent, GridPagingMode, GridValidationTrigger, IPinningConfig, FilterMode, GridSummaryPosition, IgxGridHeaderComponent, IgxGridFilteringCellComponent, GridSelectionMode, GridCellMergeMode, ISearchInfo, ISizeInfo, DropPosition, RowType, ICellPosition, IGroupingDoneEventArgs, IgxGridMasterDetailContext, IgxGroupByRowTemplateDirective, IgxGroupByRowSelectorTemplateContext, IgxGroupByRowTemplateContext, IgxGridDetailTemplateDirective, CellType, IgxGridCellComponent, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGridEmptyTemplateDirective, IgxGridLoadingTemplateDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumnPatternValidatorDirective } from 'igniteui-angular/grids/core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { OnDestroy, ElementRef, ChangeDetectorRef, TemplateRef, OnInit, DoCheck, AfterContentInit, AfterViewInit, NgZone, IterableDiffers, ViewContainerRef, Injector, EnvironmentInjector, EventEmitter, QueryList, ComponentRef, InjectionToken, IterableDiffer, PipeTransform } from '@angular/core';
|
|
4
|
+
import { OnDestroy, ElementRef, ChangeDetectorRef, TemplateRef, OnInit, DoCheck, AfterContentInit, AfterViewInit, OnChanges, NgZone, IterableDiffers, ViewContainerRef, Injector, EnvironmentInjector, EventEmitter, QueryList, ComponentRef, SimpleChanges, InjectionToken, IterableDiffer, PipeTransform } from '@angular/core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
import { Subject, Observable } from 'rxjs';
|
|
7
7
|
import * as igniteui_angular_core from 'igniteui-angular/core';
|
|
@@ -200,7 +200,7 @@ declare class IgxGridGroupByAreaComponent extends IgxGroupByAreaDirective {
|
|
|
200
200
|
* @hidden
|
|
201
201
|
*/
|
|
202
202
|
declare const SCROLL_THROTTLE_TIME_MULTIPLIER: InjectionToken<number>;
|
|
203
|
-
declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck, OnDestroy, AfterContentInit, AfterViewInit {
|
|
203
|
+
declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck, OnDestroy, AfterContentInit, AfterViewInit, OnChanges {
|
|
204
204
|
readonly validation: IgxGridValidationService;
|
|
205
205
|
/** @hidden @internal */
|
|
206
206
|
readonly selectionService: IgxGridSelectionService;
|
|
@@ -2492,6 +2492,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2492
2492
|
* @hidden @internal
|
|
2493
2493
|
*/
|
|
2494
2494
|
ngDoCheck(): void;
|
|
2495
|
+
/**
|
|
2496
|
+
* @hidden @internal
|
|
2497
|
+
*/
|
|
2498
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
2495
2499
|
/**
|
|
2496
2500
|
* @hidden
|
|
2497
2501
|
* @internal
|