@indigina/ui-kit 1.1.578 → 1.1.580
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
|
@@ -1505,6 +1505,7 @@ declare class KitAutocompleteComponent<T> implements ControlValueAccessor {
|
|
|
1505
1505
|
*/
|
|
1506
1506
|
readonly dropdownPopupSettings: Signal<PopupSettings>;
|
|
1507
1507
|
openPopup(): void;
|
|
1508
|
+
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
1508
1509
|
/**
|
|
1509
1510
|
* Callback function that return dropdown list item text
|
|
1510
1511
|
*/
|