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
|
@@ -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<"
|
|
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) */
|