@bitrix24/b24ui-nuxt 0.6.4 → 0.6.6
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/.nuxt/b24ui/skeleton.ts +1 -1
- package/dist/meta.d.mts +109 -109
- package/dist/meta.mjs +109 -109
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/components/Advice.vue.d.ts +3 -26
- package/dist/runtime/components/Alert.vue.d.ts +7 -22
- package/dist/runtime/components/App.vue.d.ts +2 -2
- package/dist/runtime/components/Avatar.vue.d.ts +4 -25
- package/dist/runtime/components/AvatarGroup.vue.d.ts +2 -11
- package/dist/runtime/components/Badge.vue.d.ts +3 -24
- package/dist/runtime/components/Button.vue.d.ts +3 -30
- package/dist/runtime/components/ButtonGroup.vue.d.ts +3 -26
- package/dist/runtime/components/Calendar.vue.d.ts +6 -2
- package/dist/runtime/components/Checkbox.vue.d.ts +10 -13
- package/dist/runtime/components/Chip.vue.d.ts +10 -24
- package/dist/runtime/components/Collapsible.vue.d.ts +7 -22
- package/dist/runtime/components/Container.vue.d.ts +2 -11
- package/dist/runtime/components/Countdown.vue.d.ts +14 -30
- package/dist/runtime/components/DescriptionList.vue.d.ts +2 -28
- package/dist/runtime/components/DropdownMenu.vue.d.ts +4 -24
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +19 -6
- package/dist/runtime/components/Form.vue.d.ts +5 -2
- package/dist/runtime/components/FormField.vue.d.ts +2 -11
- package/dist/runtime/components/Input.vue.d.ts +16 -31
- package/dist/runtime/components/InputMenu.vue.d.ts +15 -3
- package/dist/runtime/components/InputNumber.vue.d.ts +12 -25
- package/dist/runtime/components/Kbd.vue.d.ts +3 -24
- package/dist/runtime/components/Link.vue.d.ts +3 -36
- package/dist/runtime/components/LinkBase.vue.d.ts +4 -27
- package/dist/runtime/components/Modal.vue.d.ts +9 -29
- package/dist/runtime/components/ModalDialogClose.vue.d.ts +2 -2
- package/dist/runtime/components/Navbar.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarDivider.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarSection.vue.d.ts +3 -24
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +3 -24
- package/dist/runtime/components/NavigationMenu.vue.d.ts +4 -20
- package/dist/runtime/components/Popover.vue.d.ts +7 -26
- package/dist/runtime/components/Progress.vue.d.ts +9 -40
- package/dist/runtime/components/RadioGroup.vue.d.ts +5 -2
- package/dist/runtime/components/Range.vue.d.ts +12 -31
- package/dist/runtime/components/Select.vue.d.ts +8 -2
- package/dist/runtime/components/SelectMenu.vue.d.ts +15 -3
- package/dist/runtime/components/Separator.vue.d.ts +3 -24
- package/dist/runtime/components/Sidebar.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarBody.vue.d.ts +3 -26
- package/dist/runtime/components/SidebarFooter.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarHeader.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarHeading.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarLayout.vue.d.ts +3 -26
- package/dist/runtime/components/SidebarSection.vue.d.ts +3 -24
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +3 -24
- package/dist/runtime/components/Skeleton.vue +8 -1
- package/dist/runtime/components/Skeleton.vue.d.ts +3 -12
- package/dist/runtime/components/Slideover.vue.d.ts +9 -30
- package/dist/runtime/components/StackedLayout.vue.d.ts +3 -26
- package/dist/runtime/components/Switch.vue.d.ts +10 -13
- package/dist/runtime/components/Tabs.vue.d.ts +4 -20
- package/dist/runtime/components/Textarea.vue.d.ts +16 -33
- package/dist/runtime/components/Toast.vue.d.ts +86 -24
- package/dist/runtime/components/Toaster.vue.d.ts +3 -30
- package/dist/runtime/components/Tooltip.vue.d.ts +7 -22
- package/dist/runtime/components/content/TableWrapper.vue.d.ts +4 -27
- package/dist/runtime/composables/usePortal.js +3 -3
- package/dist/runtime/inertia/components/Link.vue.d.ts +3 -34
- package/dist/runtime/prose/A.vue.d.ts +2 -11
- package/dist/runtime/prose/Blockquote.vue.d.ts +2 -11
- package/dist/runtime/prose/Code.vue.d.ts +2 -11
- package/dist/runtime/prose/Em.vue.d.ts +2 -11
- package/dist/runtime/prose/H1.vue.d.ts +2 -11
- package/dist/runtime/prose/H2.vue.d.ts +2 -11
- package/dist/runtime/prose/H3.vue.d.ts +2 -11
- package/dist/runtime/prose/H4.vue.d.ts +2 -11
- package/dist/runtime/prose/H5.vue.d.ts +2 -11
- package/dist/runtime/prose/H6.vue.d.ts +2 -11
- package/dist/runtime/prose/Hr.vue.d.ts +1 -10
- package/dist/runtime/prose/Img.vue.d.ts +1 -10
- package/dist/runtime/prose/Li.vue.d.ts +2 -11
- package/dist/runtime/prose/Ol.vue.d.ts +2 -11
- package/dist/runtime/prose/P.vue.d.ts +2 -11
- package/dist/runtime/prose/Pre.vue.d.ts +3 -24
- package/dist/runtime/prose/Strong.vue.d.ts +2 -11
- package/dist/runtime/prose/Table.vue.d.ts +3 -32
- package/dist/runtime/prose/Tbody.vue.d.ts +2 -11
- package/dist/runtime/prose/Td.vue.d.ts +2 -11
- package/dist/runtime/prose/Th.vue.d.ts +2 -11
- package/dist/runtime/prose/Thead.vue.d.ts +2 -11
- package/dist/runtime/prose/Tr.vue.d.ts +2 -11
- package/dist/runtime/prose/Ul.vue.d.ts +2 -11
- package/dist/runtime/vue/components/Link.vue.d.ts +3 -36
- package/dist/shared/{b24ui-nuxt.jU270f-Q.mjs → b24ui-nuxt.BL9IkPeR.mjs} +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +11 -12
|
@@ -23,33 +23,12 @@ export interface KbdProps {
|
|
|
23
23
|
export interface KbdSlots {
|
|
24
24
|
default(props?: {}): any;
|
|
25
25
|
}
|
|
26
|
-
declare const _default:
|
|
27
|
-
as: string;
|
|
28
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<KbdProps>, {
|
|
29
|
-
as: string;
|
|
30
|
-
}>>> & Readonly<{}>, {
|
|
26
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<KbdProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<KbdProps> & Readonly<{}>, {
|
|
31
27
|
as: any;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, KbdSlots>;
|
|
33
29
|
export default _default;
|
|
34
|
-
type
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
-
type __VLS_TypePropsToOption<T> = {
|
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
-
} : {
|
|
44
|
-
type: import('vue').PropType<T[K]>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
49
31
|
new (): {
|
|
50
32
|
$slots: S;
|
|
51
33
|
};
|
|
52
34
|
};
|
|
53
|
-
type __VLS_PrettifyLocal<T> = {
|
|
54
|
-
[K in keyof T]: T[K];
|
|
55
|
-
} & {};
|
|
@@ -79,23 +79,7 @@ export interface LinkSlots {
|
|
|
79
79
|
active: boolean;
|
|
80
80
|
}): any;
|
|
81
81
|
}
|
|
82
|
-
declare const _default:
|
|
83
|
-
as: string;
|
|
84
|
-
type: string;
|
|
85
|
-
ariaCurrentValue: string;
|
|
86
|
-
active: undefined;
|
|
87
|
-
isAction: boolean;
|
|
88
|
-
activeClass: string;
|
|
89
|
-
inactiveClass: string;
|
|
90
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<LinkProps>, {
|
|
91
|
-
as: string;
|
|
92
|
-
type: string;
|
|
93
|
-
ariaCurrentValue: string;
|
|
94
|
-
active: undefined;
|
|
95
|
-
isAction: boolean;
|
|
96
|
-
activeClass: string;
|
|
97
|
-
inactiveClass: string;
|
|
98
|
-
}>>> & Readonly<{}>, {
|
|
82
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkProps> & Readonly<{}>, {
|
|
99
83
|
as: any;
|
|
100
84
|
type: "reset" | "submit" | "button";
|
|
101
85
|
activeClass: string;
|
|
@@ -103,27 +87,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
103
87
|
active: boolean;
|
|
104
88
|
inactiveClass: string;
|
|
105
89
|
isAction: boolean;
|
|
106
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
90
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, LinkSlots>;
|
|
107
91
|
export default _default;
|
|
108
|
-
type
|
|
109
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
110
|
-
default: D[K];
|
|
111
|
-
}> : P[K];
|
|
112
|
-
};
|
|
113
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
114
|
-
type __VLS_TypePropsToOption<T> = {
|
|
115
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
116
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
117
|
-
} : {
|
|
118
|
-
type: import('vue').PropType<T[K]>;
|
|
119
|
-
required: true;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
92
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
123
93
|
new (): {
|
|
124
94
|
$slots: S;
|
|
125
95
|
};
|
|
126
96
|
};
|
|
127
|
-
type __VLS_PrettifyLocal<T> = {
|
|
128
|
-
[K in keyof T]: T[K];
|
|
129
|
-
} & {};
|
|
@@ -11,38 +11,15 @@ export interface LinkBaseProps {
|
|
|
11
11
|
active?: boolean;
|
|
12
12
|
isExternal?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const _default:
|
|
14
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<LinkBaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LinkBaseProps> & Readonly<{}>, {
|
|
15
15
|
as: string;
|
|
16
16
|
type: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
type: string;
|
|
20
|
-
}>>> & Readonly<{}>, {
|
|
21
|
-
as: string;
|
|
22
|
-
type: string;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
24
|
-
default?(_: {}): any;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
18
|
+
default?: (props: {}) => any;
|
|
25
19
|
}>;
|
|
26
20
|
export default _default;
|
|
27
|
-
type
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
-
type __VLS_TypePropsToOption<T> = {
|
|
34
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
-
} : {
|
|
37
|
-
type: import('vue').PropType<T[K]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
22
|
new (): {
|
|
43
23
|
$slots: S;
|
|
44
24
|
};
|
|
45
25
|
};
|
|
46
|
-
type __VLS_PrettifyLocal<T> = {
|
|
47
|
-
[K in keyof T]: T[K];
|
|
48
|
-
} & {};
|
|
@@ -80,16 +80,13 @@ export interface ModalSlots {
|
|
|
80
80
|
body(props?: {}): any;
|
|
81
81
|
footer(props?: {}): any;
|
|
82
82
|
}
|
|
83
|
-
declare const _default:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
scrollbarThin: boolean;
|
|
91
|
-
overlayBlur: string;
|
|
92
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
83
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ModalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
84
|
+
"update:open": (value: boolean) => any;
|
|
85
|
+
"after:leave": () => any;
|
|
86
|
+
}, string, import("vue").PublicProps, Readonly<ModalProps> & Readonly<{
|
|
87
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
88
|
+
"onAfter:leave"?: (() => any) | undefined;
|
|
89
|
+
}>, {
|
|
93
90
|
close: boolean | Partial<ButtonProps>;
|
|
94
91
|
modal: boolean;
|
|
95
92
|
transition: boolean;
|
|
@@ -98,27 +95,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
98
95
|
overlayBlur: Modal["variants"]["overlayBlur"];
|
|
99
96
|
dismissible: boolean;
|
|
100
97
|
scrollbarThin: boolean;
|
|
101
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
98
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ModalSlots>;
|
|
102
99
|
export default _default;
|
|
103
|
-
type
|
|
104
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
105
|
-
default: D[K];
|
|
106
|
-
}> : P[K];
|
|
107
|
-
};
|
|
108
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
109
|
-
type __VLS_TypePropsToOption<T> = {
|
|
110
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
111
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
112
|
-
} : {
|
|
113
|
-
type: import('vue').PropType<T[K]>;
|
|
114
|
-
required: true;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
100
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
118
101
|
new (): {
|
|
119
102
|
$slots: S;
|
|
120
103
|
};
|
|
121
104
|
};
|
|
122
|
-
type __VLS_PrettifyLocal<T> = {
|
|
123
|
-
[K in keyof T]: T[K];
|
|
124
|
-
} & {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export interface ModalDialogCloseSlots {
|
|
2
2
|
default(props: {}): any;
|
|
3
3
|
}
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, ModalDialogCloseSlots>;
|
|
5
5
|
export default _default;
|
|
6
|
-
type
|
|
6
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
7
7
|
new (): {
|
|
8
8
|
$slots: S;
|
|
9
9
|
};
|
|
@@ -14,33 +14,12 @@ export interface NavbarProps {
|
|
|
14
14
|
export interface NavbarSlots {
|
|
15
15
|
default(props?: {}): any;
|
|
16
16
|
}
|
|
17
|
-
declare const _default:
|
|
18
|
-
as: string;
|
|
19
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NavbarProps>, {
|
|
20
|
-
as: string;
|
|
21
|
-
}>>> & Readonly<{}>, {
|
|
17
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<NavbarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NavbarProps> & Readonly<{}>, {
|
|
22
18
|
as: any;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, NavbarSlots>;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
40
22
|
new (): {
|
|
41
23
|
$slots: S;
|
|
42
24
|
};
|
|
43
25
|
};
|
|
44
|
-
type __VLS_PrettifyLocal<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
@@ -14,33 +14,12 @@ export interface NavbarDividerProps {
|
|
|
14
14
|
export interface NavbarDividerSlots {
|
|
15
15
|
default(props?: {}): any;
|
|
16
16
|
}
|
|
17
|
-
declare const _default:
|
|
18
|
-
as: string;
|
|
19
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NavbarDividerProps>, {
|
|
20
|
-
as: string;
|
|
21
|
-
}>>> & Readonly<{}>, {
|
|
17
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<NavbarDividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NavbarDividerProps> & Readonly<{}>, {
|
|
22
18
|
as: any;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, NavbarDividerSlots>;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
40
22
|
new (): {
|
|
41
23
|
$slots: S;
|
|
42
24
|
};
|
|
43
25
|
};
|
|
44
|
-
type __VLS_PrettifyLocal<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
@@ -14,33 +14,12 @@ export interface NavbarSectionProps {
|
|
|
14
14
|
export interface NavbarSectionSlots {
|
|
15
15
|
default(props?: {}): any;
|
|
16
16
|
}
|
|
17
|
-
declare const _default:
|
|
18
|
-
as: string;
|
|
19
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NavbarSectionProps>, {
|
|
20
|
-
as: string;
|
|
21
|
-
}>>> & Readonly<{}>, {
|
|
17
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<NavbarSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NavbarSectionProps> & Readonly<{}>, {
|
|
22
18
|
as: any;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, NavbarSectionSlots>;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
40
22
|
new (): {
|
|
41
23
|
$slots: S;
|
|
42
24
|
};
|
|
43
25
|
};
|
|
44
|
-
type __VLS_PrettifyLocal<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
@@ -14,33 +14,12 @@ export interface NavbarSpacerProps {
|
|
|
14
14
|
export interface NavbarSpacerSlots {
|
|
15
15
|
default(props?: {}): any;
|
|
16
16
|
}
|
|
17
|
-
declare const _default:
|
|
18
|
-
as: string;
|
|
19
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NavbarSpacerProps>, {
|
|
20
|
-
as: string;
|
|
21
|
-
}>>> & Readonly<{}>, {
|
|
17
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<NavbarSpacerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NavbarSpacerProps> & Readonly<{}>, {
|
|
22
18
|
as: any;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, NavbarSpacerSlots>;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
40
22
|
new (): {
|
|
41
23
|
$slots: S;
|
|
42
24
|
};
|
|
43
25
|
};
|
|
44
|
-
type __VLS_PrettifyLocal<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
@@ -127,28 +127,12 @@ export type NavigationMenuSlots<A extends ArrayOrNested<NavigationMenuItem> = Ar
|
|
|
127
127
|
active?: boolean;
|
|
128
128
|
}>;
|
|
129
129
|
declare const _default: <T extends ArrayOrNested<NavigationMenuItem>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
130
|
-
props: __VLS_PrettifyLocal<
|
|
130
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
131
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
132
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & NavigationMenuProps<T> & Partial<{}>> & import("vue").PublicProps;
|
|
131
133
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
132
134
|
attrs: any;
|
|
133
|
-
slots:
|
|
134
|
-
item: SlotProps<NestedItem<T>>;
|
|
135
|
-
'item-leading': SlotProps<NestedItem<T>>;
|
|
136
|
-
'item-label': SlotProps<NestedItem<T>>;
|
|
137
|
-
'item-trailing': SlotProps<NestedItem<T>>;
|
|
138
|
-
'item-content': SlotProps<NestedItem<T>>;
|
|
139
|
-
} & DynamicSlots<MergeTypes<NestedItem<T>>, "leading" | "trailing" | "label" | "content", {
|
|
140
|
-
index: number;
|
|
141
|
-
active?: boolean;
|
|
142
|
-
}>> & {
|
|
143
|
-
item: SlotProps<NestedItem<T>>;
|
|
144
|
-
'item-leading': SlotProps<NestedItem<T>>;
|
|
145
|
-
'item-label': SlotProps<NestedItem<T>>;
|
|
146
|
-
'item-trailing': SlotProps<NestedItem<T>>;
|
|
147
|
-
'item-content': SlotProps<NestedItem<T>>;
|
|
148
|
-
} & DynamicSlots<MergeTypes<NestedItem<T>>, "leading" | "trailing" | "label" | "content", {
|
|
149
|
-
index: number;
|
|
150
|
-
active?: boolean;
|
|
151
|
-
}>;
|
|
135
|
+
slots: NavigationMenuSlots<T, NestedItem<T>>;
|
|
152
136
|
emit: (evt: "update:modelValue", value: string) => void;
|
|
153
137
|
}>) => import("vue").VNode & {
|
|
154
138
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -41,39 +41,20 @@ export interface PopoverSlots {
|
|
|
41
41
|
}): any;
|
|
42
42
|
content(props?: {}): any;
|
|
43
43
|
}
|
|
44
|
-
declare const _default:
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
dismissible: boolean;
|
|
50
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
44
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<PopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
|
+
"update:open": (value: boolean) => any;
|
|
46
|
+
}, string, import("vue").PublicProps, Readonly<PopoverProps> & Readonly<{
|
|
47
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
48
|
+
}>, {
|
|
51
49
|
mode: "click" | "hover";
|
|
52
50
|
portal: boolean | string | HTMLElement;
|
|
53
51
|
dismissible: boolean;
|
|
54
52
|
openDelay: number;
|
|
55
53
|
closeDelay: number;
|
|
56
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
54
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, PopoverSlots>;
|
|
57
55
|
export default _default;
|
|
58
|
-
type
|
|
59
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
60
|
-
default: D[K];
|
|
61
|
-
}> : P[K];
|
|
62
|
-
};
|
|
63
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
|
-
type __VLS_TypePropsToOption<T> = {
|
|
65
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
66
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
67
|
-
} : {
|
|
68
|
-
type: import('vue').PropType<T[K]>;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
56
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
73
57
|
new (): {
|
|
74
58
|
$slots: S;
|
|
75
59
|
};
|
|
76
60
|
};
|
|
77
|
-
type __VLS_PrettifyLocal<T> = {
|
|
78
|
-
[K in keyof T]: T[K];
|
|
79
|
-
} & {};
|
|
@@ -53,51 +53,20 @@ export type ProgressSlots = {
|
|
|
53
53
|
step: number;
|
|
54
54
|
}) => any;
|
|
55
55
|
};
|
|
56
|
-
declare const _default:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProgressProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
57
|
+
"update:modelValue": (value: string[] | undefined) => any;
|
|
58
|
+
"update:max": (value: number) => any;
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<ProgressProps> & Readonly<{
|
|
60
|
+
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
61
|
+
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
62
|
+
}>, {
|
|
61
63
|
orientation: Progress["variants"]["orientation"];
|
|
62
64
|
inverted: boolean;
|
|
63
65
|
modelValue: number | null;
|
|
64
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
65
|
-
status(props: {
|
|
66
|
-
percent?: number;
|
|
67
|
-
}): any;
|
|
68
|
-
} & {
|
|
69
|
-
[key: string]: (props: {
|
|
70
|
-
step: number;
|
|
71
|
-
}) => any;
|
|
72
|
-
}> & {
|
|
73
|
-
status(props: {
|
|
74
|
-
percent?: number;
|
|
75
|
-
}): any;
|
|
76
|
-
} & {
|
|
77
|
-
[key: string]: (props: {
|
|
78
|
-
step: number;
|
|
79
|
-
}) => any;
|
|
80
|
-
}>;
|
|
66
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProgressSlots>;
|
|
81
67
|
export default _default;
|
|
82
|
-
type
|
|
83
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
84
|
-
default: D[K];
|
|
85
|
-
}> : P[K];
|
|
86
|
-
};
|
|
87
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
88
|
-
type __VLS_TypePropsToOption<T> = {
|
|
89
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
90
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
91
|
-
} : {
|
|
92
|
-
type: import('vue').PropType<T[K]>;
|
|
93
|
-
required: true;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
68
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
97
69
|
new (): {
|
|
98
70
|
$slots: S;
|
|
99
71
|
};
|
|
100
72
|
};
|
|
101
|
-
type __VLS_PrettifyLocal<T> = {
|
|
102
|
-
[K in keyof T]: T[K];
|
|
103
|
-
} & {};
|
|
@@ -74,10 +74,13 @@ export interface RadioGroupSlots<T extends RadioGroupItem = RadioGroupItem> {
|
|
|
74
74
|
description: SlotProps<T>;
|
|
75
75
|
}
|
|
76
76
|
declare const _default: <T extends RadioGroupItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
77
|
-
props: __VLS_PrettifyLocal<
|
|
77
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
78
|
+
readonly onChange?: ((payload: Event) => any) | undefined;
|
|
79
|
+
readonly "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
80
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue"> & RadioGroupProps<T> & Partial<{}>> & import("vue").PublicProps;
|
|
78
81
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
79
82
|
attrs: any;
|
|
80
|
-
slots:
|
|
83
|
+
slots: RadioGroupSlots<T>;
|
|
81
84
|
emit: ((evt: "change", payload: Event) => void) & ((evt: "update:modelValue", payload: string) => void);
|
|
82
85
|
}>) => import("vue").VNode & {
|
|
83
86
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -33,41 +33,22 @@ export interface RangeEmits {
|
|
|
33
33
|
(e: 'update:modelValue', payload: number | number[]): void;
|
|
34
34
|
(e: 'change', payload: Event): void;
|
|
35
35
|
}
|
|
36
|
-
declare const _default: import("vue").DefineComponent<
|
|
36
|
+
declare const _default: import("vue").DefineComponent<RangeProps & {
|
|
37
37
|
modelValue?: number | number[];
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
38
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
|
+
"update:modelValue": (value: number | number[] | undefined) => any;
|
|
40
|
+
} & {
|
|
41
|
+
change: (payload: Event) => any;
|
|
42
|
+
"update:modelValue": (payload: number | number[]) => any;
|
|
43
|
+
}, string, import("vue").PublicProps, Readonly<RangeProps & {
|
|
44
44
|
modelValue?: number | number[];
|
|
45
|
-
} &
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
orientation: string;
|
|
50
|
-
}>>> & Readonly<{}>, {
|
|
45
|
+
}> & Readonly<{
|
|
46
|
+
onChange?: ((payload: Event) => any) | undefined;
|
|
47
|
+
"onUpdate:modelValue"?: ((payload: number | number[]) => any) | undefined;
|
|
48
|
+
}>, {
|
|
51
49
|
orientation: "horizontal" | "vertical";
|
|
52
50
|
step: number;
|
|
53
51
|
max: number;
|
|
54
52
|
min: number;
|
|
55
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
53
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
56
54
|
export default _default;
|
|
57
|
-
type __VLS_WithDefaults<P, D> = {
|
|
58
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
59
|
-
default: D[K];
|
|
60
|
-
}> : P[K];
|
|
61
|
-
};
|
|
62
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
63
|
-
type __VLS_TypePropsToOption<T> = {
|
|
64
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
65
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
66
|
-
} : {
|
|
67
|
-
type: import('vue').PropType<T[K]>;
|
|
68
|
-
required: true;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
type __VLS_PrettifyLocal<T> = {
|
|
72
|
-
[K in keyof T]: T[K];
|
|
73
|
-
} & {};
|
|
@@ -156,10 +156,16 @@ export interface SelectSlots<A extends ArrayOrNested<SelectItem> = ArrayOrNested
|
|
|
156
156
|
'item-trailing': SlotProps<T>;
|
|
157
157
|
}
|
|
158
158
|
declare const _default: <T extends ArrayOrNested<SelectItem>, VK extends GetItemKeys<T> = "value", M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
159
|
-
props: __VLS_PrettifyLocal<
|
|
159
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
160
|
+
readonly onBlur?: ((payload: FocusEvent) => any) | undefined;
|
|
161
|
+
readonly onChange?: ((payload: Event) => any) | undefined;
|
|
162
|
+
readonly onFocus?: ((payload: FocusEvent) => any) | undefined;
|
|
163
|
+
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
164
|
+
readonly "onUpdate:modelValue"?: ((payload: GetModelValue<T, VK, M>) => any) | undefined;
|
|
165
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onUpdate:open" | "onUpdate:modelValue"> & SelectProps<T, VK, M> & Partial<{}>> & import("vue").PublicProps;
|
|
160
166
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
161
167
|
attrs: any;
|
|
162
|
-
slots:
|
|
168
|
+
slots: SelectSlots<T, VK, M, NestedItem<T>>;
|
|
163
169
|
emit: ((evt: "blur", payload: FocusEvent) => void) & ((evt: "change", payload: Event) => void) & ((evt: "focus", payload: FocusEvent) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", payload: GetModelValue<T, VK, M>) => void);
|
|
164
170
|
}>) => import("vue").VNode & {
|
|
165
171
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -198,12 +198,24 @@ export interface SelectMenuSlots<A extends ArrayOrNested<SelectMenuItem> = Array
|
|
|
198
198
|
}): any;
|
|
199
199
|
}
|
|
200
200
|
declare const _default: <T extends ArrayOrNested<SelectMenuItem>, VK extends GetItemKeys<T> | undefined = undefined, M extends boolean = false>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
201
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
201
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
202
|
+
readonly onBlur?: ((payload: FocusEvent) => any) | undefined;
|
|
203
|
+
readonly onChange?: ((payload: Event) => any) | undefined;
|
|
204
|
+
readonly onFocus?: ((payload: FocusEvent) => any) | undefined;
|
|
205
|
+
readonly onCreate?: ((item: string) => any) | undefined;
|
|
206
|
+
readonly onHighlight?: ((payload: {
|
|
207
|
+
ref: HTMLElement;
|
|
208
|
+
value: GetModelValue<T, VK, M>;
|
|
209
|
+
} | undefined) => any) | undefined;
|
|
210
|
+
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
211
|
+
readonly "onUpdate:modelValue"?: ((payload: GetModelValue<T, VK, M>) => any) | undefined;
|
|
212
|
+
readonly "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
213
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFocus" | "onBlur" | "onChange" | "onUpdate:open" | "onUpdate:modelValue" | "onCreate" | "onHighlight" | "onUpdate:searchTerm"> & (SelectMenuProps<T, VK, M> & {
|
|
202
214
|
searchTerm?: string;
|
|
203
|
-
}
|
|
215
|
+
}) & Partial<{}>> & import("vue").PublicProps;
|
|
204
216
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
205
217
|
attrs: any;
|
|
206
|
-
slots:
|
|
218
|
+
slots: SelectMenuSlots<T, VK, M, NestedItem<T>>;
|
|
207
219
|
emit: (((evt: "blur", payload: FocusEvent) => void) & ((evt: "change", payload: Event) => void) & ((evt: "focus", payload: FocusEvent) => void) & ((evt: "create", item: string) => void) & ((evt: "highlight", payload: {
|
|
208
220
|
ref: HTMLElement;
|
|
209
221
|
value: GetModelValue<T, VK, M>;
|