@ng-select/ng-select 15.0.2 → 15.1.0

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/index.d.ts CHANGED
@@ -19,6 +19,7 @@ declare class NgSelectConfig {
19
19
  appearance: string;
20
20
  clearSearchOnAdd: boolean;
21
21
  deselectOnClick: boolean;
22
+ tabFocusOnClear: boolean;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectConfig, never>;
23
24
  static ɵprov: i0.ɵɵInjectableDeclaration<NgSelectConfig>;
24
25
  }
@@ -266,7 +267,7 @@ declare class NgSelectComponent implements OnDestroy, OnChanges, OnInit, AfterVi
266
267
  [key: string]: string;
267
268
  };
268
269
  tabIndex: number;
269
- tabFocusOnClearButton: i0.InputSignalWithTransform<boolean, unknown>;
270
+ tabFocusOnClearButton: i0.InputSignal<boolean>;
270
271
  readonly: boolean;
271
272
  searchWhileComposing: boolean;
272
273
  minTermLength: number;
@@ -320,6 +321,7 @@ declare class NgSelectComponent implements OnDestroy, OnChanges, OnInit, AfterVi
320
321
  element: HTMLElement;
321
322
  focused: boolean;
322
323
  escapeHTML: boolean;
324
+ tabFocusOnClear: i0.WritableSignal<boolean>;
323
325
  private _itemsAreUsed;
324
326
  private readonly _defaultLabel;
325
327
  private _primitive;
@@ -401,6 +403,7 @@ declare class NgSelectComponent implements OnDestroy, OnChanges, OnInit, AfterVi
401
403
  private _handleWriteValue;
402
404
  private _handleKeyPresses;
403
405
  private _setInputAttributes;
406
+ private _setTabFocusOnClear;
404
407
  private _updateNgModel;
405
408
  private _clearSearch;
406
409
  private _changeSearch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-select/ng-select",
3
- "version": "15.0.2",
3
+ "version": "15.1.0",
4
4
  "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",
5
5
  "author": "@ng-select/ng-select",
6
6
  "license": "MIT",