primeng 17.18.7 → 17.18.8

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.
@@ -306,6 +306,7 @@ export declare class Listbox implements AfterContentInit, OnInit, ControlValueAc
306
306
  firstHiddenFocusableElement: Nullable<ElementRef>;
307
307
  scroller: Nullable<Scroller>;
308
308
  listViewChild: Nullable<ElementRef>;
309
+ wrapperViewChild: Nullable<ElementRef>;
309
310
  headerFacet: Nullable<TemplateRef<any>>;
310
311
  footerFacet: Nullable<TemplateRef<any>>;
311
312
  templates: QueryList<PrimeTemplate>;
@@ -330,6 +331,7 @@ export declare class Listbox implements AfterContentInit, OnInit, ControlValueAc
330
331
  headerCheckboxFocus: boolean | undefined | null;
331
332
  translationSubscription: Nullable<Subscription>;
332
333
  focused: boolean | undefined;
334
+ scrollerTabIndex: string;
333
335
  get containerClass(): {
334
336
  'p-listbox p-component': boolean;
335
337
  'p-disabled': boolean;
@@ -389,6 +391,7 @@ export declare class Listbox implements AfterContentInit, OnInit, ControlValueAc
389
391
  onHeaderCheckboxKeyDown(event: any): void;
390
392
  onHeaderCheckboxTabKeyDown(event: any): void;
391
393
  onFilterChange(event: KeyboardEvent): void;
394
+ onFilterFocus(event: FocusEvent): void;
392
395
  onFilterBlur(event: FocusEvent): void;
393
396
  onListKeyDown(event: KeyboardEvent): void;
394
397
  onFilterKeyDown(event: KeyboardEvent): void;