@indigina/ui-kit 1.1.497 → 1.1.499
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
|
@@ -1415,6 +1415,7 @@ declare class KitAutocompleteComponent<T> implements ControlValueAccessor {
|
|
|
1415
1415
|
* Settings for popup that will be opened as dropdown options list
|
|
1416
1416
|
*/
|
|
1417
1417
|
readonly dropdownPopupSettings: Signal<PopupSettings>;
|
|
1418
|
+
openPopup(): void;
|
|
1418
1419
|
/**
|
|
1419
1420
|
* Callback function that return dropdown list item text
|
|
1420
1421
|
*/
|