@useinsider/ab-components 0.0.106-beta.0 → 0.0.106-beta.1
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/dist/ab-components.cjs.js +3 -3
- package/dist/ab-components.cjs.js.map +1 -1
- package/dist/ab-components.css +1 -1
- package/dist/ab-components.es.js +516 -513
- package/dist/ab-components.es.js.map +1 -1
- package/dist/ab-components.iife.js +3 -3
- package/dist/ab-components.iife.js.map +1 -1
- package/dist/ab-components.umd.js +3 -3
- package/dist/ab-components.umd.js.map +1 -1
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -159,13 +159,11 @@ value: string;
|
|
|
159
159
|
"add-error": (error: string) => any;
|
|
160
160
|
"item-added": (item: MenuItem) => any;
|
|
161
161
|
"select-item": (item: MenuItem) => any;
|
|
162
|
-
"update:search-query": (value: string) => any;
|
|
163
162
|
}, string, PublicProps, Readonly<InDropdownMenuProps> & Readonly<{
|
|
164
163
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
165
164
|
"onAdd-error"?: ((error: string) => any) | undefined;
|
|
166
165
|
"onItem-added"?: ((item: MenuItem) => any) | undefined;
|
|
167
166
|
"onSelect-item"?: ((item: MenuItem) => any) | undefined;
|
|
168
|
-
"onUpdate:search-query"?: ((value: string) => any) | undefined;
|
|
169
167
|
}>, {
|
|
170
168
|
modelValue: string;
|
|
171
169
|
menuHeight: number;
|
|
@@ -311,6 +309,7 @@ declare function __VLS_template_7(): {
|
|
|
311
309
|
isOpen: boolean;
|
|
312
310
|
toggle: () => void;
|
|
313
311
|
}): any;
|
|
312
|
+
'no-results'?(_: {}): any;
|
|
314
313
|
item?(_: {
|
|
315
314
|
isSelected: boolean;
|
|
316
315
|
item: {
|