ng-select2-component 19.0.1 → 19.0.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": "ng-select2-component",
3
- "version": "19.0.1",
3
+ "version": "19.0.2",
4
4
  "description": "An Angular select2 component.",
5
5
  "author": "York Yao, Célian Veyssière",
6
6
  "license": "MIT",
@@ -128,7 +128,7 @@ declare class Select2 implements ControlValueAccessor, OnInit, DoCheck, AfterVie
128
128
  /** minimum characters to start filter search */
129
129
  readonly minCharForSearch: _angular_core.InputSignalWithTransform<number, unknown>;
130
130
  /** text placeholder */
131
- readonly displaySearchStatus: _angular_core.InputSignal<"always" | "default" | "hidden" | undefined>;
131
+ readonly displaySearchStatus: _angular_core.InputSignal<"default" | "hidden" | "always" | undefined>;
132
132
  /** text placeholder */
133
133
  readonly placeholder: _angular_core.InputSignal<string | undefined>;
134
134
  /** in multiple: maximum selection element (0 = no limit) */