igniteui-angular 22.1.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "22.1.1",
3
+ "version": "22.1.2",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -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
@@ -3377,7 +3381,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3377
3381
  /**
3378
3382
  * @hidden @internal
3379
3383
  */
3380
- preventContainerScroll(evt: Event): void;
3384
+ preventContainerScroll: (evt: Event) => void;
3381
3385
  /**
3382
3386
  * @hidden
3383
3387
  * @internal
@@ -3497,7 +3501,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3497
3501
  /**
3498
3502
  * @hidden
3499
3503
  */
3500
- rowEditingWheelHandler(event: WheelEvent): void;
3504
+ rowEditingWheelHandler: (event: WheelEvent) => void;
3501
3505
  /**
3502
3506
  * @hidden
3503
3507
  */