pdap-design-system 3.1.0-beta.29 → 3.1.0-beta.30
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/InputSelect/PdapInputSelect.vue.d.ts +6 -2
- package/dist/index.cjs +7 -7
- package/dist/index.js +2770 -2765
- package/package.json +1 -1
@@ -3,11 +3,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
3
3
|
combobox: boolean;
|
4
4
|
placeholder: string;
|
5
5
|
filter: (searchText: any, options: any) => any;
|
6
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
7
|
+
change: (...args: any[]) => void;
|
8
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PdapInputSelectProps>, {
|
7
9
|
combobox: boolean;
|
8
10
|
placeholder: string;
|
9
11
|
filter: (searchText: any, options: any) => any;
|
10
|
-
}
|
12
|
+
}>>> & {
|
13
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
14
|
+
}, {
|
11
15
|
filter: (searchText: string, options: Option[]) => Option[];
|
12
16
|
placeholder: string;
|
13
17
|
combobox: boolean;
|