igniteui-angular 22.1.0-beta.4 → 22.1.0-beta.5

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.
Files changed (140) hide show
  1. package/fesm2022/igniteui-angular-accordion.mjs +4 -4
  2. package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
  3. package/fesm2022/igniteui-angular-action-strip.mjs +3 -1
  4. package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
  5. package/fesm2022/igniteui-angular-avatar.mjs.map +1 -1
  6. package/fesm2022/igniteui-angular-badge.mjs +3 -2
  7. package/fesm2022/igniteui-angular-badge.mjs.map +1 -1
  8. package/fesm2022/igniteui-angular-banner.mjs +2 -2
  9. package/fesm2022/igniteui-angular-banner.mjs.map +1 -1
  10. package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
  11. package/fesm2022/igniteui-angular-calendar.mjs +9 -8
  12. package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
  13. package/fesm2022/igniteui-angular-card.mjs +2 -2
  14. package/fesm2022/igniteui-angular-card.mjs.map +1 -1
  15. package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
  16. package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
  17. package/fesm2022/igniteui-angular-combo.mjs +6 -17
  18. package/fesm2022/igniteui-angular-combo.mjs.map +1 -1
  19. package/fesm2022/igniteui-angular-core.mjs +337 -16
  20. package/fesm2022/igniteui-angular-core.mjs.map +1 -1
  21. package/fesm2022/igniteui-angular-date-picker.mjs +14 -12
  22. package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
  23. package/fesm2022/igniteui-angular-dialog.mjs +1 -1
  24. package/fesm2022/igniteui-angular-dialog.mjs.map +1 -1
  25. package/fesm2022/igniteui-angular-directives.mjs +61 -47
  26. package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
  27. package/fesm2022/igniteui-angular-drop-down.mjs +2 -3
  28. package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
  29. package/fesm2022/igniteui-angular-expansion-panel.mjs +12 -23
  30. package/fesm2022/igniteui-angular-expansion-panel.mjs.map +1 -1
  31. package/fesm2022/igniteui-angular-grids-core.mjs +205 -485
  32. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  33. package/fesm2022/igniteui-angular-grids-grid.mjs +98 -116
  34. package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
  35. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +21 -16
  36. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
  37. package/fesm2022/igniteui-angular-grids-lite.mjs.map +1 -1
  38. package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +153 -75
  39. package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
  40. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +35 -28
  41. package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
  42. package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
  43. package/fesm2022/igniteui-angular-input-group.mjs +19 -4
  44. package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
  45. package/fesm2022/igniteui-angular-list.mjs.map +1 -1
  46. package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
  47. package/fesm2022/igniteui-angular-navigation-drawer.mjs +3 -2
  48. package/fesm2022/igniteui-angular-navigation-drawer.mjs.map +1 -1
  49. package/fesm2022/igniteui-angular-paginator.mjs +2 -1
  50. package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
  51. package/fesm2022/igniteui-angular-progressbar.mjs +2 -5
  52. package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
  53. package/fesm2022/igniteui-angular-query-builder.mjs +21 -20
  54. package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
  55. package/fesm2022/igniteui-angular-radio.mjs +1 -1
  56. package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
  57. package/fesm2022/igniteui-angular-select.mjs.map +1 -1
  58. package/fesm2022/igniteui-angular-simple-combo.mjs +7 -10
  59. package/fesm2022/igniteui-angular-simple-combo.mjs.map +1 -1
  60. package/fesm2022/igniteui-angular-slider.mjs +3 -3
  61. package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
  62. package/fesm2022/igniteui-angular-splitter.mjs +1 -1
  63. package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
  64. package/fesm2022/igniteui-angular-stepper.mjs +1 -1
  65. package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
  66. package/fesm2022/igniteui-angular-tabs.mjs.map +1 -1
  67. package/fesm2022/igniteui-angular-time-picker.mjs +6 -3
  68. package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
  69. package/fesm2022/igniteui-angular-tree.mjs +10 -8
  70. package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
  71. package/lib/core/styles/components/button/_button-theme.scss +24 -31
  72. package/lib/core/styles/components/icon-button/_icon-button-theme.scss +21 -0
  73. package/lib/core/styles/spec/_mixins.spec.scss +21 -1
  74. package/lib/core/styles/themes/_scoping.scss +12 -0
  75. package/lib/core/styles/themes/generators/_base.scss +0 -1
  76. package/migrations/migration-collection.json +7 -0
  77. package/migrations/update-22_1_0_import-migration/index.d.ts +2 -0
  78. package/migrations/update-22_1_0_import-migration/index.js +200 -0
  79. package/migrations/update-22_1_0_import-migration/index.spec.d.ts +1 -0
  80. package/migrations/update-22_1_0_import-migration/index.spec.js +132 -0
  81. package/package.json +1 -1
  82. package/styles/igniteui-angular-dark.css +1 -1
  83. package/styles/igniteui-angular.css +1 -1
  84. package/styles/igniteui-bootstrap-dark.css +1 -1
  85. package/styles/igniteui-bootstrap-light.css +1 -1
  86. package/styles/igniteui-dark-green.css +1 -1
  87. package/styles/igniteui-fluent-dark-excel.css +1 -1
  88. package/styles/igniteui-fluent-dark-word.css +1 -1
  89. package/styles/igniteui-fluent-dark.css +1 -1
  90. package/styles/igniteui-fluent-light-excel.css +1 -1
  91. package/styles/igniteui-fluent-light-word.css +1 -1
  92. package/styles/igniteui-fluent-light.css +1 -1
  93. package/styles/igniteui-indigo-dark.css +1 -1
  94. package/styles/igniteui-indigo-light.css +1 -1
  95. package/styles/maps/igniteui-angular-dark.css.map +1 -1
  96. package/styles/maps/igniteui-angular.css.map +1 -1
  97. package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
  98. package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
  99. package/styles/maps/igniteui-dark-green.css.map +1 -1
  100. package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
  101. package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
  102. package/styles/maps/igniteui-fluent-dark.css.map +1 -1
  103. package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
  104. package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
  105. package/styles/maps/igniteui-fluent-light.css.map +1 -1
  106. package/styles/maps/igniteui-indigo-dark.css.map +1 -1
  107. package/styles/maps/igniteui-indigo-light.css.map +1 -1
  108. package/types/igniteui-angular-avatar.d.ts +1 -1
  109. package/types/igniteui-angular-banner.d.ts +3 -3
  110. package/types/igniteui-angular-calendar.d.ts +9 -9
  111. package/types/igniteui-angular-card.d.ts +2 -2
  112. package/types/igniteui-angular-carousel.d.ts +9 -9
  113. package/types/igniteui-angular-chat.d.ts +1 -1
  114. package/types/igniteui-angular-chips.d.ts +5 -5
  115. package/types/igniteui-angular-combo.d.ts +13 -17
  116. package/types/igniteui-angular-core.d.ts +495 -200
  117. package/types/igniteui-angular-date-picker.d.ts +3 -3
  118. package/types/igniteui-angular-dialog.d.ts +4 -4
  119. package/types/igniteui-angular-directives.d.ts +59 -59
  120. package/types/igniteui-angular-drop-down.d.ts +16 -16
  121. package/types/igniteui-angular-expansion-panel.d.ts +6 -6
  122. package/types/igniteui-angular-grids-core.d.ts +782 -1044
  123. package/types/igniteui-angular-grids-grid.d.ts +267 -104
  124. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +547 -68
  125. package/types/igniteui-angular-grids-lite.d.ts +7 -7
  126. package/types/igniteui-angular-grids-pivot-grid.d.ts +129 -94
  127. package/types/igniteui-angular-grids-tree-grid.d.ts +51 -5
  128. package/types/igniteui-angular-icon.d.ts +2 -2
  129. package/types/igniteui-angular-input-group.d.ts +19 -6
  130. package/types/igniteui-angular-list.d.ts +4 -4
  131. package/types/igniteui-angular-navigation-drawer.d.ts +3 -3
  132. package/types/igniteui-angular-progressbar.d.ts +0 -1
  133. package/types/igniteui-angular-query-builder.d.ts +9 -9
  134. package/types/igniteui-angular-radio.d.ts +1 -1
  135. package/types/igniteui-angular-select.d.ts +5 -5
  136. package/types/igniteui-angular-simple-combo.d.ts +2 -2
  137. package/types/igniteui-angular-slider.d.ts +4 -4
  138. package/types/igniteui-angular-splitter.d.ts +3 -3
  139. package/types/igniteui-angular-time-picker.d.ts +8 -8
  140. package/types/igniteui-angular-tree.d.ts +8 -8
@@ -23,7 +23,7 @@ interface IDatePickerValidationFailedEventArgs extends IBaseEventArgs {
23
23
  declare abstract class PickerBaseDirective implements IToggleView, EditorProvider, AfterViewInit, AfterContentChecked, OnDestroy {
24
24
  element: ElementRef<any>;
25
25
  protected _localeId: string;
26
- protected _inputGroupType: IgxInputGroupType;
26
+ protected _inputGroupType: IgxInputGroupType | null;
27
27
  protected i18nFormatter: i2.BaseFormatter;
28
28
  /**
29
29
  * The editor's input mask.
@@ -495,7 +495,7 @@ declare class IgxDatePickerComponent extends PickerBaseDirective implements Cont
495
495
  */
496
496
  validationFailed: EventEmitter<IDatePickerValidationFailedEventArgs>;
497
497
  /** @hidden @internal */
498
- label: IgxLabelDirective;
498
+ label?: IgxLabelDirective;
499
499
  private headerTitleTemplate;
500
500
  private headerTemplate;
501
501
  private dateTimeEditor;
@@ -1051,7 +1051,7 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
1051
1051
  inputDirective: IgxInputDirective;
1052
1052
  /** @hidden @internal */
1053
1053
  projectedInputs: QueryList<IgxDateRangeInputsBaseComponent>;
1054
- label: IgxLabelDirective;
1054
+ label?: IgxLabelDirective;
1055
1055
  hint: IgxHintDirective;
1056
1056
  pickerActions: IgxPickerActionsDirective;
1057
1057
  /** @hidden @internal */
@@ -335,15 +335,15 @@ declare class IgxDialogComponent implements IToggleView, OnInit, OnDestroy, Afte
335
335
  /**
336
336
  * @hidden
337
337
  */
338
- onDialogSelected(event: any): void;
338
+ onDialogSelected(event: PointerEvent): void;
339
339
  /**
340
340
  * @hidden
341
341
  */
342
- onInternalLeftButtonSelect(event: any): void;
342
+ onInternalLeftButtonSelect(event: PointerEvent): void;
343
343
  /**
344
344
  * @hidden
345
345
  */
346
- onInternalRightButtonSelect(event: any): void;
346
+ onInternalRightButtonSelect(event: PointerEvent): void;
347
347
  /**
348
348
  * @hidden
349
349
  */
@@ -365,7 +365,7 @@ declare class IgxDialogComponent implements IToggleView, OnInit, OnDestroy, Afte
365
365
  }
366
366
  interface IDialogEventArgs extends IBaseEventArgs {
367
367
  dialog: IgxDialogComponent;
368
- event: Event;
368
+ event?: Event;
369
369
  }
370
370
  interface IDialogCancellableEventArgs extends IDialogEventArgs, CancelableEventArgs {
371
371
  }
@@ -63,7 +63,7 @@ declare abstract class IgxButtonBaseDirective {
63
63
  * @hidden
64
64
  * @internal
65
65
  */
66
- get disabledAttribute(): true;
66
+ get disabledAttribute(): true | null;
67
67
  /**
68
68
  * @hidden
69
69
  * @internal
@@ -225,7 +225,7 @@ interface IChangeCheckboxEventArgs extends IBaseEventArgs {
225
225
  declare class CheckboxBaseDirective implements AfterViewInit {
226
226
  protected cdr: ChangeDetectorRef;
227
227
  protected themeToken: ThemeToken;
228
- ngControl: NgControl;
228
+ ngControl: NgControl | null;
229
229
  /**
230
230
  * An event that is emitted after the checkbox state is changed.
231
231
  * Provides references to the checkbox and the `checked` property as event arguments.
@@ -660,7 +660,7 @@ interface IDragBaseEventArgs extends IBaseEventArgs {
660
660
  * Reference to the original event that caused the interaction with the element.
661
661
  * Can be PointerEvent, TouchEvent or MouseEvent.
662
662
  */
663
- originalEvent: PointerEvent | MouseEvent | TouchEvent;
663
+ originalEvent: PointerEvent | MouseEvent | TouchEvent | TransitionEvent | null;
664
664
  /** The owner igxDrag directive that triggered this event. */
665
665
  owner: IgxDragDirective;
666
666
  /** The initial position of the pointer on X axis when the dragged element began moving */
@@ -802,7 +802,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
802
802
  */
803
803
  ghostClass: string;
804
804
  /** @hidden @internal */
805
- ghostClasses: any[];
805
+ ghostClasses: string[];
806
806
  /**
807
807
  * Set styles that will be added to the `ghostElement` element.
808
808
  * ```html
@@ -1040,19 +1040,19 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1040
1040
  protected _ghostHostX: number;
1041
1041
  protected _ghostHostY: number;
1042
1042
  protected _dynamicGhostRef: EmbeddedViewRef<any>;
1043
- protected _pointerDownId: any;
1043
+ protected _pointerDownId: number | null;
1044
1044
  protected _clicked: boolean;
1045
1045
  protected _lastDropArea: any;
1046
1046
  protected _destroy: Subject<boolean>;
1047
1047
  protected _removeOnDestroy: boolean;
1048
1048
  protected _data: any;
1049
- protected _scrollContainer: any;
1049
+ protected _scrollContainer: null;
1050
1050
  protected _originalScrollContainerWidth: number;
1051
1051
  protected _originalScrollContainerHeight: number;
1052
1052
  protected _scrollContainerStep: number;
1053
1053
  protected _scrollContainerStepMs: number;
1054
1054
  protected _scrollContainerThreshold: number;
1055
- protected _containerScrollIntervalId: any;
1055
+ protected _containerScrollIntervalId: ReturnType<typeof setInterval> | null;
1056
1056
  private document;
1057
1057
  /**
1058
1058
  * Sets the offset of the dragged element relative to the mouse in pixels.
@@ -1127,7 +1127,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1127
1127
  * Method bound to the PointerDown event of the base element igxDrag is initialized.
1128
1128
  * @param event PointerDown event captured
1129
1129
  */
1130
- onPointerDown(event: any): void;
1130
+ onPointerDown(event: PointerEvent | TouchEvent | MouseEvent): void;
1131
1131
  /**
1132
1132
  * @hidden
1133
1133
  * Perform drag move logic when dragging and dispatching events if there is igxDrop under the pointer.
@@ -1135,7 +1135,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1135
1135
  * If dragging starts and after the ghostElement is rendered the pointerId is reassigned it. Then this method is bound to it.
1136
1136
  * @param event PointerMove event captured
1137
1137
  */
1138
- onPointerMove(event: any): void;
1138
+ onPointerMove(event: PointerEvent | TouchEvent | MouseEvent): void;
1139
1139
  /**
1140
1140
  * @hidden
1141
1141
  * Perform drag end logic when releasing the ghostElement and dispatching drop event if igxDrop is under the pointer.
@@ -1143,7 +1143,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1143
1143
  * If dragging starts and after the ghostElement is rendered the pointerId is reassigned to it. Then this method is bound to it.
1144
1144
  * @param event PointerUp event captured
1145
1145
  */
1146
- onPointerUp(event: any): void;
1146
+ onPointerUp(event: PointerEvent | TouchEvent | MouseEvent): void;
1147
1147
  /**
1148
1148
  * @hidden
1149
1149
  * Execute this method whe the pointer capture has been lost.
@@ -1151,11 +1151,11 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1151
1151
  * This method will ensure that the drag state is being reset in this case as if the user released the dragged element.
1152
1152
  * @param event Event captured
1153
1153
  */
1154
- onPointerLost(event: any): void;
1154
+ onPointerLost(event: PointerEvent): void;
1155
1155
  /**
1156
1156
  * @hidden
1157
1157
  */
1158
- onTransitionEnd(event: any): void;
1158
+ onTransitionEnd(event: TransitionEvent | PointerEvent | TouchEvent | MouseEvent | null): void;
1159
1159
  protected detachGhost(): void;
1160
1160
  protected clearGhost(): void;
1161
1161
  /**
@@ -1167,7 +1167,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1167
1167
  * @param pageY Latest pointer position on the Y axis relative to the page.
1168
1168
  * @param node The Node object to be cloned.
1169
1169
  */
1170
- protected createGhost(pageX: any, pageY: any, node?: any): void;
1170
+ protected createGhost(pageX: number, pageY: number, node?: any): void;
1171
1171
  /**
1172
1172
  * @hidden
1173
1173
  * Dispatch custom igxDragEnter/igxDragLeave events based on current pointer position and if drop area is under.
@@ -1177,7 +1177,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1177
1177
  * @hidden
1178
1178
  * Traverse shadow dom in depth.
1179
1179
  */
1180
- protected getFromShadowRoot(elem: any, pageX: any, pageY: any, parentDomElems: any): any[];
1180
+ protected getFromShadowRoot(elem: any, pageX: number, pageY: number, parentDomElems: any): any[];
1181
1181
  /**
1182
1182
  * @hidden
1183
1183
  * Dispatch custom igxDrop event based on current pointer position if there is last recorder drop area under the pointer.
@@ -1187,7 +1187,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1187
1187
  /**
1188
1188
  * @hidden
1189
1189
  */
1190
- protected getElementsAtPoint(pageX: number, pageY: number): any;
1190
+ getElementsAtPoint(pageX: number, pageY: number): any;
1191
1191
  /**
1192
1192
  * @hidden
1193
1193
  */
@@ -1208,7 +1208,7 @@ declare class IgxDragDirective implements AfterContentInit, OnDestroy {
1208
1208
  */
1209
1209
  protected getGhostHostBaseOffsetX(): any;
1210
1210
  protected getGhostHostBaseOffsetY(): any;
1211
- protected getContainerScrollDirection(): DragScrollDirection;
1211
+ protected getContainerScrollDirection(): DragScrollDirection | null;
1212
1212
  protected onScrollContainerStep(scrollDir: DragScrollDirection): void;
1213
1213
  protected onScrollContainer(): void;
1214
1214
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDragDirective, never>;
@@ -1352,7 +1352,7 @@ declare class IgxDropDirective implements OnInit, OnDestroy {
1352
1352
  /**
1353
1353
  * @hidden
1354
1354
  */
1355
- onDragDrop(event: any): void;
1355
+ onDragDrop(event: CustomEvent<IgxDragCustomEventDetails>): void;
1356
1356
  /**
1357
1357
  * @hidden
1358
1358
  */
@@ -1364,7 +1364,7 @@ declare class IgxDropDirective implements OnInit, OnDestroy {
1364
1364
  /**
1365
1365
  * @hidden
1366
1366
  */
1367
- onDragOver(event: any): void;
1367
+ onDragOver(event: CustomEvent<IgxDragCustomEventDetails>): void;
1368
1368
  /**
1369
1369
  * @hidden
1370
1370
  */
@@ -1372,7 +1372,7 @@ declare class IgxDropDirective implements OnInit, OnDestroy {
1372
1372
  /**
1373
1373
  * @hidden
1374
1374
  */
1375
- onDragLeave(event: any): void;
1375
+ onDragLeave(event: CustomEvent<IgxDragCustomEventDetails>): void;
1376
1376
  protected getWindowScrollTop(): number;
1377
1377
  protected getWindowScrollLeft(): number;
1378
1378
  protected isDragLinked(drag: IgxDragDirective): boolean;
@@ -1405,7 +1405,7 @@ declare class IgxFilterDirective implements OnChanges {
1405
1405
  }
1406
1406
  declare class IgxFilterPipe implements PipeTransform {
1407
1407
  private findMatchByKey;
1408
- transform(items: any[], options: IgxFilterOptions): any[];
1408
+ transform(items: any[], options: IgxFilterOptions): any[] | undefined;
1409
1409
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxFilterPipe, never>;
1410
1410
  static ɵpipe: i0.ɵɵPipeDeclaration<IgxFilterPipe, "igxFilter", true>;
1411
1411
  }
@@ -1582,7 +1582,7 @@ declare class IgxScrollInertiaDirective implements OnInit, OnDestroy {
1582
1582
  declare class DisplayContainerComponent {
1583
1583
  cdr: ChangeDetectorRef;
1584
1584
  _viewContainer: ViewContainerRef;
1585
- _vcr: any;
1585
+ _vcr: ViewContainerRef;
1586
1586
  _scrollInertia: IgxScrollInertiaDirective;
1587
1587
  cssClass: string;
1588
1588
  notVirtual: boolean;
@@ -1600,7 +1600,7 @@ declare class VirtualHelperBaseDirective implements OnDestroy, AfterViewInit {
1600
1600
  protected platformUtil: PlatformUtil;
1601
1601
  scrollAmount: number;
1602
1602
  _size: number;
1603
- destroyed: any;
1603
+ destroyed: boolean;
1604
1604
  protected destroy$: Subject<any>;
1605
1605
  private _afterViewInit;
1606
1606
  private _scrollNativeSize;
@@ -1619,7 +1619,7 @@ declare class VirtualHelperBaseDirective implements OnDestroy, AfterViewInit {
1619
1619
  protected get isAttachedToDom(): boolean;
1620
1620
  private toggleClass;
1621
1621
  private updateScrollbarClass;
1622
- protected handleMutations(event: any): void;
1622
+ protected handleMutations(event: ResizeObserverEntry[]): void;
1623
1623
  protected restoreScroll(): void;
1624
1624
  static ɵfac: i0.ɵɵFactoryDeclaration<VirtualHelperBaseDirective, never>;
1625
1625
  static ɵdir: i0.ɵɵDirectiveDeclaration<VirtualHelperBaseDirective, "[igxVirtualHelperBase]", never, {}, {}, never, never, true, never>;
@@ -1653,7 +1653,7 @@ declare class IgxForOfSyncService {
1653
1653
  declare class IgxForOfScrollSyncService {
1654
1654
  private _masterScroll;
1655
1655
  setScrollMaster(dir: string, scroll: VirtualHelperBaseDirective): void;
1656
- getScrollMaster(dir: string): VirtualHelperBaseDirective;
1656
+ getScrollMaster(dir: string): VirtualHelperBaseDirective | undefined;
1657
1657
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxForOfScrollSyncService, never>;
1658
1658
  static ɵprov: i0.ɵɵInjectableDeclaration<IgxForOfScrollSyncService>;
1659
1659
  }
@@ -1843,7 +1843,7 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
1843
1843
  * ```
1844
1844
  */
1845
1845
  state: IForOfState;
1846
- protected func: any;
1846
+ protected func: (evt: any) => void;
1847
1847
  protected _sizesCache: number[];
1848
1848
  protected scrollComponent: VirtualHelperBaseDirective;
1849
1849
  protected _differ: IterableDiffer<T> | null;
@@ -2009,7 +2009,7 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
2009
2009
  /**
2010
2010
  * @hidden
2011
2011
  */
2012
- getColumnScrollLeft(colIndex: any): number;
2012
+ getColumnScrollLeft(colIndex: number): number;
2013
2013
  /**
2014
2014
  * Returns the total number of items that are fully visible.
2015
2015
  * ```typescript
@@ -2057,7 +2057,7 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
2057
2057
  * this.parentVirtDir.isIndexOutsideView(10);
2058
2058
  * ```
2059
2059
  */
2060
- isIndexOutsideView(index: number): boolean;
2060
+ isIndexOutsideView(index: number): boolean | 0;
2061
2061
  protected getNodeSize(rNode: Element, _index: number): number;
2062
2062
  /**
2063
2063
  * @hidden
@@ -2103,7 +2103,7 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
2103
2103
  /**
2104
2104
  * @hidden
2105
2105
  */
2106
- protected getContextIndex(input: any): number;
2106
+ protected getContextIndex(input: T): number;
2107
2107
  /**
2108
2108
  * @hidden
2109
2109
  * Function which updates the passed context of an embedded view with the provided index
@@ -2168,7 +2168,7 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
2168
2168
  /**
2169
2169
  * @hidden
2170
2170
  */
2171
- protected getElement(viewref: any, nodeName: any): any;
2171
+ protected getElement(viewref: any, nodeName: string): any;
2172
2172
  /**
2173
2173
  * @hidden
2174
2174
  */
@@ -2181,10 +2181,16 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
2181
2181
  /**
2182
2182
  * @hidden
2183
2183
  */
2184
- protected getIndexAt(left: any, set: any): number;
2185
- protected _recalcScrollBarSize(containerSizeInfo?: any): void;
2184
+ protected getIndexAt(left: number, set: number[]): number;
2185
+ protected _recalcScrollBarSize(containerSizeInfo?: {
2186
+ prevSize: number;
2187
+ newSize: number;
2188
+ } | null): void;
2186
2189
  protected _calcSize(): number;
2187
- protected _recalcOnContainerChange(containerSizeInfo?: any): void;
2190
+ protected _recalcOnContainerChange(containerSizeInfo?: {
2191
+ prevSize: number;
2192
+ newSize: number;
2193
+ } | null): void;
2188
2194
  /**
2189
2195
  * @hidden
2190
2196
  * Removes an element from the embedded views and updates chunkSize.
@@ -2203,8 +2209,9 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
2203
2209
  protected _calcVirtualScrollPosition(scrollPosition: number): void;
2204
2210
  protected _getItemSize(item: any, dimension: string): number;
2205
2211
  protected _updateScrollOffset(): void;
2206
- protected _adjustScrollPositionAfterSizeChange(sizeDiff: any): void;
2207
- protected getMargin(node: any, dimension: string): number;
2212
+ protected _adjustScrollPositionAfterSizeChange(sizeDiff: number): void;
2213
+ protected getMargin(node: Element, dimension: string): number;
2214
+ protected getBorder(node: Element, dimension: string): number;
2208
2215
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxForOfDirective<any, any>, never>;
2209
2216
  static ɵdir: i0.ɵɵDirectiveDeclaration<IgxForOfDirective<any, any>, "[igxFor][igxForOf]", never, { "igxForOf": { "alias": "igxForOf"; "required": false; }; "igxForSizePropName": { "alias": "igxForSizePropName"; "required": false; }; "igxForScrollOrientation": { "alias": "igxForScrollOrientation"; "required": false; }; "igxForScrollContainer": { "alias": "igxForScrollContainer"; "required": false; }; "igxForContainerSize": { "alias": "igxForContainerSize"; "required": false; }; "igxForInitialChunkSize": { "alias": "igxForInitialChunkSize"; "required": false; }; "igxForItemSize": { "alias": "igxForItemSize"; "required": false; }; "igxForTotalItemCount": { "alias": "igxForTotalItemCount"; "required": false; }; "igxForTrackBy": { "alias": "igxForTrackBy"; "required": false; }; }, { "chunkLoad": "chunkLoad"; "scrollbarVisibilityChanged": "scrollbarVisibilityChanged"; "chunkSizeChange": "chunkSizeChange"; "contentSizeChange": "contentSizeChange"; "dataChanged": "dataChanged"; "beforeViewDestroyed": "beforeViewDestroyed"; "chunkPreload": "chunkPreload"; }, never, never, true, never>;
2210
2217
  }
@@ -2265,14 +2272,14 @@ declare class IgxGridForOfDirective<T, U extends T[] = T[]> extends IgxForOfDire
2265
2272
  assumeMaster(): void;
2266
2273
  resolveDataDiff(): void;
2267
2274
  onScroll(event: any): void;
2268
- onHScroll(scrollAmount: any): void;
2275
+ onHScroll(scrollAmount: number): void;
2269
2276
  protected getItemSize(item: any): number;
2270
2277
  protected initSizesCache(items: U): number;
2271
2278
  protected getNodeSize(rNode: Element, index?: number): number;
2272
- protected _updateSizeCache(changes?: IterableChanges<T>): number;
2279
+ protected _updateSizeCache(changes?: IterableChanges<T> | null): number | undefined;
2273
2280
  protected handleCacheChanges(changes: IterableChanges<T>): number;
2274
2281
  protected addLastElem(): void;
2275
- protected _updateViews(prevChunkSize: any): void;
2282
+ protected _updateViews(prevChunkSize: number | undefined): void;
2276
2283
  protected _applyChanges(): void;
2277
2284
  /**
2278
2285
  * @hidden
@@ -2589,7 +2596,7 @@ declare class IgxMaskDirective implements OnInit, AfterViewChecked, ControlValue
2589
2596
  * <input [displayValuePipe] = "displayFormatPipe">
2590
2597
  * ```
2591
2598
  */
2592
- displayValuePipe: PipeTransform;
2599
+ displayValuePipe?: PipeTransform;
2593
2600
  /**
2594
2601
  * Specifies a pipe to be used on focus.
2595
2602
  * ```html
@@ -2643,7 +2650,7 @@ declare class IgxMaskDirective implements OnInit, AfterViewChecked, ControlValue
2643
2650
  /** @hidden @internal */
2644
2651
  onCompositionEnd(): void;
2645
2652
  /** @hidden @internal */
2646
- onInputChanged(event: any): void;
2653
+ onInputChanged(event: InputEvent): void;
2647
2654
  /** @hidden */
2648
2655
  onPaste(): void;
2649
2656
  /** @hidden */
@@ -2787,14 +2794,6 @@ declare class IgxRippleDirective {
2787
2794
  static ngAcceptInputType_rippleDisabled: unknown;
2788
2795
  }
2789
2796
 
2790
- declare class IgSizeDirective {
2791
- private _size;
2792
- get igSize(): string;
2793
- set igSize(value: 'small' | 'medium' | 'large');
2794
- static ɵfac: i0.ɵɵFactoryDeclaration<IgSizeDirective, never>;
2795
- static ɵdir: i0.ɵɵDirectiveDeclaration<IgSizeDirective, "[igSize]", never, { "igSize": { "alias": "igSize"; "required": false; }; }, {}, never, never, true, never>;
2796
- }
2797
-
2798
2797
  interface IBaseSearchInfo {
2799
2798
  searchText: string;
2800
2799
  caseSensitive: boolean;
@@ -3233,7 +3232,7 @@ declare class IgxToggleDirective implements IToggleView, OnInit, OnDestroy {
3233
3232
  /**
3234
3233
  * @hidden
3235
3234
  */
3236
- get hiddenWebkitClass(): boolean;
3235
+ get hiddenWebkitClass(): boolean | undefined;
3237
3236
  /**
3238
3237
  * @hidden
3239
3238
  */
@@ -3271,7 +3270,7 @@ declare class IgxToggleDirective implements IToggleView, OnInit, OnDestroy {
3271
3270
  */
3272
3271
  toggle(overlaySettings?: OverlaySettings): void;
3273
3272
  /** @hidden @internal */
3274
- get isClosing(): boolean;
3273
+ get isClosing(): boolean | undefined;
3275
3274
  /**
3276
3275
  * Returns the id of the overlay the content is rendered in.
3277
3276
  * ```typescript
@@ -3308,7 +3307,7 @@ declare class IgxToggleDirective implements IToggleView, OnInit, OnDestroy {
3308
3307
  }
3309
3308
  declare class IgxToggleActionDirective implements OnInit {
3310
3309
  protected element: ElementRef<any>;
3311
- protected navigationService: IgxNavigationService;
3310
+ protected navigationService: IgxNavigationService | null;
3312
3311
  /**
3313
3312
  * Provide settings that control the toggle overlay positioning, interaction and scroll behavior.
3314
3313
  * ```typescript
@@ -3488,6 +3487,7 @@ declare class IgxTooltipDirective extends IgxToggleDirective implements AfterVie
3488
3487
  * @hidden
3489
3488
  */
3490
3489
  forceClose(overlaySettings: OverlaySettings): void;
3490
+ markForCheck(): void;
3491
3491
  private _createArrow;
3492
3492
  private _removeArrow;
3493
3493
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxTooltipDirective, never>;
@@ -3681,11 +3681,11 @@ declare class IgxTooltipTargetDirective extends IgxToggleActionDirective impleme
3681
3681
  /**
3682
3682
  * @hidden
3683
3683
  */
3684
- set target(target: any);
3684
+ set target(target: IgxTooltipDirective);
3685
3685
  /**
3686
3686
  * @hidden
3687
3687
  */
3688
- get target(): any;
3688
+ get target(): IgxTooltipDirective;
3689
3689
  /**
3690
3690
  * Specifies a plain text as tooltip content.
3691
3691
  * ```html
@@ -4036,8 +4036,8 @@ declare class IgxDateTimeEditorDirective extends IgxMaskDirective implements OnC
4036
4036
  * <input igxDateTimeEditor [value]="date">
4037
4037
  * ```
4038
4038
  */
4039
- set value(value: Date | string | undefined | null);
4040
- get value(): Date | string | undefined | null;
4039
+ set value(value: Date | string | null);
4040
+ get value(): Date | string | null;
4041
4041
  /**
4042
4042
  * Specify the default input format type. Defaults to `date`, which includes
4043
4043
  * only date parts for editing. Other valid options are `time` and `dateTime`.
@@ -4066,7 +4066,7 @@ declare class IgxDateTimeEditorDirective extends IgxMaskDirective implements OnC
4066
4066
  * <input igxDateTimeEditor (valueChange)="valueChange($event)"/>
4067
4067
  * ```
4068
4068
  */
4069
- valueChange: EventEmitter<string | Date>;
4069
+ valueChange: EventEmitter<Date>;
4070
4070
  /**
4071
4071
  * Emitted when the editor is not within a specified range or when the editor's value is in an invalid state.
4072
4072
  *
@@ -4085,7 +4085,7 @@ declare class IgxDateTimeEditorDirective extends IgxMaskDirective implements OnC
4085
4085
  private _onClear;
4086
4086
  private document;
4087
4087
  private _defaultInputFormat;
4088
- private _value?;
4088
+ private _value;
4089
4089
  private _minValue;
4090
4090
  private _maxValue;
4091
4091
  private _inputDateParts;
@@ -4134,7 +4134,7 @@ declare class IgxDateTimeEditorDirective extends IgxMaskDirective implements OnC
4134
4134
  /** @hidden @internal */
4135
4135
  onCompositionEnd(): void;
4136
4136
  /** @hidden @internal */
4137
- onInputChanged(event: any): void;
4137
+ onInputChanged(event: InputEvent): void;
4138
4138
  /** @hidden @internal */
4139
4139
  onKeyDown(event: KeyboardEvent): void;
4140
4140
  /** @hidden @internal */
@@ -4273,7 +4273,7 @@ declare class IgxTextHighlightService {
4273
4273
  /**
4274
4274
  * Clears any existing highlight.
4275
4275
  */
4276
- clearActiveHighlight(groupName: any): void;
4276
+ clearActiveHighlight(groupName: string): void;
4277
4277
  /**
4278
4278
  * Destroys a highlight group.
4279
4279
  */
@@ -4452,5 +4452,5 @@ declare class IgxTooltipModule {
4452
4452
  static ɵinj: i0.ɵɵInjectorDeclaration<IgxTooltipModule>;
4453
4453
  }
4454
4454
 
4455
- export { CheckboxBaseDirective, DragDirection, IGX_DRAG_DROP_DIRECTIVES, IGX_TOOLTIP_DIRECTIVES, IgSizeDirective, IgcFormControlDirective, IgcFormsModule, IgxAppendDropStrategy, IgxButtonDirective, IgxButtonModule, IgxButtonType, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDefaultDropStrategy, IgxDividerComponent, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragLocation, IgxDropDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxFocusTrapDirective, IgxFocusTrapModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxForOfScrollSyncService, IgxForOfSyncService, IgxForOfToken, IgxGridForOfContext, IgxGridForOfDirective, IgxIconButtonDirective, IgxInsertDropStrategy, IgxLayoutDirective, IgxLayoutModule, IgxMaskDirective, IgxMaskModule, IgxNoTypographyDirective, IgxNotificationsDirective, IgxPrependDropStrategy, IgxRippleDirective, IgxRippleModule, IgxScrollInertiaDirective, IgxScrollInertiaModule, IgxTemplateOutletDirective, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextHighlightService, IgxTextSelectionDirective, IgxTextSelectionModule, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, LabelPosition, TooltipPositionStrategy };
4455
+ export { CheckboxBaseDirective, DragDirection, IGX_DRAG_DROP_DIRECTIVES, IGX_TOOLTIP_DIRECTIVES, IgcFormControlDirective, IgcFormsModule, IgxAppendDropStrategy, IgxButtonDirective, IgxButtonModule, IgxButtonType, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDefaultDropStrategy, IgxDividerComponent, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragLocation, IgxDropDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxFocusTrapDirective, IgxFocusTrapModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxForOfScrollSyncService, IgxForOfSyncService, IgxForOfToken, IgxGridForOfContext, IgxGridForOfDirective, IgxIconButtonDirective, IgxInsertDropStrategy, IgxLayoutDirective, IgxLayoutModule, IgxMaskDirective, IgxMaskModule, IgxNoTypographyDirective, IgxNotificationsDirective, IgxPrependDropStrategy, IgxRippleDirective, IgxRippleModule, IgxScrollInertiaDirective, IgxScrollInertiaModule, IgxTemplateOutletDirective, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextHighlightService, IgxTextSelectionDirective, IgxTextSelectionModule, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, LabelPosition, TooltipPositionStrategy };
4456
4456
  export type { ArrowFit, IActiveHighlightInfo, IBaseSearchInfo, IButtonEventArgs, ICachedViewLoadedEventArgs, IChangeCheckboxEventArgs, IDragBaseEventArgs, IDragCustomTransitionArgs, IDragGhostBaseEventArgs, IDragMoveEventArgs, IDragStartEventArgs, IDropBaseEventArgs, IDropDroppedEventArgs, IDropStrategy, IForOfDataChangeEventArgs, IForOfDataChangingEventArgs, IForOfState, IMaskEventArgs, ITooltipHideEventArgs, ITooltipShowEventArgs, IViewChangeEventArgs, IgxDateTimeEditorEventArgs, IgxDragCustomEventDetails, IgxIconButtonType, ToggleViewCancelableEventArgs, ToggleViewEventArgs };
@@ -156,8 +156,8 @@ interface IDropDownBase extends IDropDownList, IToggleView {
156
156
  declare class IgxDropDownItemBaseDirective implements DoCheck {
157
157
  protected dropDown: IDropDownBase;
158
158
  protected elementRef: ElementRef<any>;
159
- protected group: IgxDropDownGroupComponent;
160
- protected selection?: IgxSelectionAPIService;
159
+ protected group: IgxDropDownGroupComponent | null;
160
+ protected selection?: IgxSelectionAPIService | null | undefined;
161
161
  /**
162
162
  * Sets/gets the `id` of the item.
163
163
  * ```html
@@ -315,14 +315,14 @@ declare class IgxDropDownItemBaseDirective implements DoCheck {
315
315
  */
316
316
  protected _focused: boolean;
317
317
  protected _selected: boolean;
318
- protected _index: any;
318
+ protected _index: number | null;
319
319
  protected _disabled: boolean;
320
- protected _label: any;
320
+ protected _label: string | null;
321
321
  /**
322
322
  * @hidden
323
323
  * @internal
324
324
  */
325
- clicked(event: any): void;
325
+ clicked(_event: MouseEvent): void;
326
326
  /**
327
327
  * @hidden
328
328
  * @internal
@@ -383,8 +383,8 @@ declare class IgxDropDownItemComponent extends IgxDropDownItemBaseDirective {
383
383
  /**
384
384
  * @hidden @internal
385
385
  */
386
- get setTabIndex(): number;
387
- clicked(event: any): void;
386
+ get setTabIndex(): 0 | null;
387
+ clicked(event: MouseEvent): void;
388
388
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDropDownItemComponent, never>;
389
389
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxDropDownItemComponent, "igx-drop-down-item", never, {}, {}, never, ["igx-prefix, [igxPrefix]", "*", "igx-suffix, [igxSuffix]", "igx-divider"], true, never>;
390
390
  }
@@ -460,7 +460,7 @@ declare abstract class IgxDropDownBaseDirective implements IDropDownList, OnInit
460
460
  * <igx-drop-down [maxHeight]='200px'></igx-drop-down>
461
461
  * ```
462
462
  */
463
- maxHeight: any;
463
+ maxHeight: string;
464
464
  /**
465
465
  * Get all non-header items
466
466
  *
@@ -563,7 +563,7 @@ declare abstract class IgxDropDownBaseDirective implements IDropDownList, OnInit
563
563
  * Navigation Directive that handles keyboard events on its host and controls a targeted drop down base component
564
564
  */
565
565
  declare class IgxDropDownItemNavigationDirective implements IDropDownNavigationDirective {
566
- dropdown: IgxDropDownBaseDirective;
566
+ dropdown: IgxDropDownBaseDirective | null;
567
567
  protected _target: IgxDropDownBaseDirective;
568
568
  /**
569
569
  * Gets the target of the navigation directive;
@@ -740,7 +740,7 @@ declare class IgxDropDownComponent extends IgxDropDownBaseDirective implements I
740
740
  get collapsed(): boolean;
741
741
  /** @hidden @internal */
742
742
  get scrollContainer(): HTMLElement;
743
- protected get collectionLength(): number;
743
+ protected get collectionLength(): number | undefined;
744
744
  protected destroy$: Subject<boolean>;
745
745
  protected _scrollPosition: number;
746
746
  /**
@@ -916,9 +916,9 @@ interface AutocompleteOverlaySettings {
916
916
  * ```
917
917
  */
918
918
  declare class IgxAutocompleteDirective extends IgxDropDownItemNavigationDirective implements OnDestroy, AfterViewInit, OnInit {
919
- protected ngModel: NgModel;
920
- protected formControl: FormControlName;
921
- protected group: IgxInputGroupComponent;
919
+ protected ngModel: NgModel | null;
920
+ protected formControl: FormControlName | null;
921
+ protected group: IgxInputGroupComponent | null;
922
922
  protected elementRef: ElementRef<any>;
923
923
  protected cdr: ChangeDetectorRef;
924
924
  /**
@@ -998,12 +998,12 @@ declare class IgxAutocompleteDirective extends IgxDropDownItemNavigationDirectiv
998
998
  /** @hidden @internal */
999
999
  get ariaOwns(): string;
1000
1000
  /** @hidden @internal */
1001
- get ariaActiveDescendant(): string;
1001
+ get ariaActiveDescendant(): string | null;
1002
1002
  /** @hidden @internal */
1003
1003
  get ariaAutocomplete(): string;
1004
1004
  protected _composing: boolean;
1005
1005
  protected id: string;
1006
- protected get model(): NgModel | FormControlName;
1006
+ protected get model(): NgModel | FormControlName | null;
1007
1007
  private _shouldBeOpen;
1008
1008
  private destroy$;
1009
1009
  private defaultSettings;
@@ -1018,7 +1018,7 @@ declare class IgxAutocompleteDirective extends IgxDropDownItemNavigationDirectiv
1018
1018
  /** @hidden @internal */
1019
1019
  onTab(): void;
1020
1020
  /** @hidden @internal */
1021
- handleKeyDown(event: any): void;
1021
+ handleKeyDown(event: KeyboardEvent): void;
1022
1022
  /** @hidden @internal */
1023
1023
  onArrowDownKeyDown(): void;
1024
1024
  /** @hidden @internal */
@@ -258,14 +258,14 @@ declare class IgxExpansionPanelHeaderComponent {
258
258
  */
259
259
  id: string;
260
260
  /** @hidden @internal */
261
- tabIndex: number;
261
+ tabIndex?: number;
262
262
  private _iconTemplate;
263
263
  private _disabled;
264
264
  constructor();
265
265
  /**
266
266
  * @hidden
267
267
  */
268
- onAction(evt?: Event): void;
268
+ onAction(evt: KeyboardEvent | MouseEvent): void;
269
269
  /** @hidden @internal */
270
270
  openPanel(event: KeyboardEvent): void;
271
271
  /** @hidden @internal */
@@ -495,7 +495,7 @@ declare class IgxExpansionPanelComponent extends ToggleAnimationPlayer implement
495
495
  * <button type="button" igxButton (click)="myPanel.collapse($event)">Collpase Panel</button>
496
496
  * ```
497
497
  */
498
- collapse(evt?: Event): void;
498
+ collapse(evt?: MouseEvent | KeyboardEvent): void;
499
499
  /**
500
500
  * Expands the panel
501
501
  *
@@ -517,9 +517,9 @@ declare class IgxExpansionPanelComponent extends ToggleAnimationPlayer implement
517
517
  * <button type="button" igxButton (click)="myPanel.toggle($event)">Expand Panel</button>
518
518
  * ```
519
519
  */
520
- toggle(evt?: Event): void;
521
- open(evt?: Event): void;
522
- close(evt?: Event): void;
520
+ toggle(evt?: MouseEvent | KeyboardEvent): void;
521
+ open(evt?: MouseEvent | KeyboardEvent): void;
522
+ close(evt?: MouseEvent | KeyboardEvent): void;
523
523
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxExpansionPanelComponent, never>;
524
524
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxExpansionPanelComponent, "igx-expansion-panel", never, { "animationSettings": { "alias": "animationSettings"; "required": false; }; "id": { "alias": "id"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "collapsedChange": "collapsedChange"; "contentCollapsing": "contentCollapsing"; "contentCollapsed": "contentCollapsed"; "contentExpanding": "contentExpanding"; "contentExpanded": "contentExpanded"; }, ["body", "header"], ["igx-expansion-panel-header", "igx-expansion-panel-body"], true, never>;
525
525
  static ngAcceptInputType_collapsed: unknown;