kablui 0.1.0
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/LICENSE +21 -0
- package/README.md +207 -0
- package/dist/index.d.ts +1574 -0
- package/dist/kablui.css +1 -0
- package/dist/kablui.js +2934 -0
- package/dist/kablui.js.map +1 -0
- package/dist/kablui.umd.cjs +2 -0
- package/dist/kablui.umd.cjs.map +1 -0
- package/package.json +78 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,1574 @@
|
|
|
1
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
2
|
+
import { ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { ComputedRef } from 'vue';
|
|
4
|
+
import { DefineComponent } from 'vue';
|
|
5
|
+
import { MaybeRefOrGetter } from 'vue';
|
|
6
|
+
import { PublicProps } from 'vue';
|
|
7
|
+
|
|
8
|
+
declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
10
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
type: "single" | "multiple";
|
|
14
|
+
collapsible: boolean;
|
|
15
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
|
|
17
|
+
declare const __VLS_component_10: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
18
|
+
|
|
19
|
+
declare const __VLS_component_11: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
20
|
+
|
|
21
|
+
declare const __VLS_component_12: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
22
|
+
|
|
23
|
+
declare const __VLS_component_13: DefineComponent<CardTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CardTitleProps> & Readonly<{}>, {
|
|
24
|
+
as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
25
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
|
|
27
|
+
declare const __VLS_component_14: DefineComponent<ClusterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ClusterProps> & Readonly<{}>, {
|
|
28
|
+
as: "div" | "section" | "article" | "main" | "aside" | "nav" | "ul" | "ol" | "form" | "header" | "footer";
|
|
29
|
+
gap: "sm" | "md" | "lg";
|
|
30
|
+
align: "start" | "center" | "end" | "stretch" | "baseline";
|
|
31
|
+
justify: "start" | "center" | "end" | "between" | "around" | "evenly";
|
|
32
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
|
|
34
|
+
declare const __VLS_component_15: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {
|
|
35
|
+
size: "sm" | "md" | "lg";
|
|
36
|
+
as: "div" | "section" | "article" | "main" | "aside" | "header" | "footer";
|
|
37
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
|
|
39
|
+
declare const __VLS_component_16: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
40
|
+
"update:open": (value: boolean) => any;
|
|
41
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
42
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
43
|
+
}>, {
|
|
44
|
+
dismissible: boolean;
|
|
45
|
+
showClose: boolean;
|
|
46
|
+
to: string | HTMLElement;
|
|
47
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
48
|
+
panelRef: HTMLDivElement;
|
|
49
|
+
}, any>;
|
|
50
|
+
|
|
51
|
+
declare const __VLS_component_17: DefineComponent<EmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
52
|
+
|
|
53
|
+
declare const __VLS_component_18: DefineComponent<FieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldProps> & Readonly<{}>, {
|
|
54
|
+
invalid: boolean;
|
|
55
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
56
|
+
|
|
57
|
+
declare const __VLS_component_19: DefineComponent<FieldErrorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
58
|
+
|
|
59
|
+
declare const __VLS_component_2: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
60
|
+
|
|
61
|
+
declare const __VLS_component_20: DefineComponent<FieldHintProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldHintProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
62
|
+
|
|
63
|
+
declare const __VLS_component_21: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconProps> & Readonly<{}>, {
|
|
64
|
+
size: "sm" | "md" | "lg";
|
|
65
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
66
|
+
|
|
67
|
+
declare const __VLS_component_22: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {
|
|
68
|
+
required: boolean;
|
|
69
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
70
|
+
|
|
71
|
+
declare const __VLS_component_23: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LinkProps> & Readonly<{}>, {
|
|
72
|
+
disabled: boolean;
|
|
73
|
+
external: boolean;
|
|
74
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
75
|
+
|
|
76
|
+
declare const __VLS_component_24: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
77
|
+
"update:open": (value: boolean) => any;
|
|
78
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
79
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
80
|
+
}>, {
|
|
81
|
+
placement: FloatingPlacement;
|
|
82
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
83
|
+
rootRef: HTMLDivElement;
|
|
84
|
+
}, HTMLDivElement>;
|
|
85
|
+
|
|
86
|
+
declare const __VLS_component_25: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
|
|
88
|
+
declare const __VLS_component_26: DefineComponent<MenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
89
|
+
select: () => any;
|
|
90
|
+
}, string, PublicProps, Readonly<MenuItemProps> & Readonly<{
|
|
91
|
+
onSelect?: (() => any) | undefined;
|
|
92
|
+
}>, {
|
|
93
|
+
disabled: boolean;
|
|
94
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
95
|
+
|
|
96
|
+
declare const __VLS_component_27: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
97
|
+
|
|
98
|
+
declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
99
|
+
"update:open": (value: boolean) => any;
|
|
100
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
101
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
102
|
+
}>, {
|
|
103
|
+
placement: FloatingPlacement;
|
|
104
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
105
|
+
rootRef: HTMLDivElement;
|
|
106
|
+
}, HTMLDivElement>;
|
|
107
|
+
|
|
108
|
+
declare const __VLS_component_29: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
109
|
+
|
|
110
|
+
declare const __VLS_component_3: DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {
|
|
111
|
+
disabled: boolean;
|
|
112
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
113
|
+
|
|
114
|
+
declare const __VLS_component_30: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
115
|
+
|
|
116
|
+
declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
117
|
+
"update:modelValue": (value: string) => any;
|
|
118
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
119
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
120
|
+
}>, {
|
|
121
|
+
disabled: boolean;
|
|
122
|
+
invalid: boolean;
|
|
123
|
+
orientation: "horizontal" | "vertical";
|
|
124
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
125
|
+
|
|
126
|
+
declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
127
|
+
"update:modelValue": (value: string) => any;
|
|
128
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
129
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
130
|
+
}>, {
|
|
131
|
+
disabled: boolean;
|
|
132
|
+
size: "sm" | "md" | "lg";
|
|
133
|
+
invalid: boolean;
|
|
134
|
+
placeholder: string;
|
|
135
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
136
|
+
rootRef: HTMLDivElement;
|
|
137
|
+
triggerRef: HTMLButtonElement;
|
|
138
|
+
listboxRef: HTMLDivElement;
|
|
139
|
+
}, any>;
|
|
140
|
+
|
|
141
|
+
declare const __VLS_component_33: DefineComponent<SelectItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps> & Readonly<{}>, {
|
|
142
|
+
disabled: boolean;
|
|
143
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
144
|
+
rootRef: HTMLDivElement;
|
|
145
|
+
}, HTMLDivElement>;
|
|
146
|
+
|
|
147
|
+
declare const __VLS_component_34: DefineComponent<StackProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StackProps> & Readonly<{}>, {
|
|
148
|
+
as: "div" | "section" | "article" | "main" | "aside" | "nav" | "ul" | "ol" | "form" | "header" | "footer";
|
|
149
|
+
gap: "sm" | "md" | "lg";
|
|
150
|
+
align: "start" | "center" | "end" | "stretch" | "baseline";
|
|
151
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
152
|
+
|
|
153
|
+
declare const __VLS_component_35: DefineComponent<TabProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabProps> & Readonly<{}>, {
|
|
154
|
+
disabled: boolean;
|
|
155
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
156
|
+
buttonRef: HTMLButtonElement;
|
|
157
|
+
}, HTMLButtonElement>;
|
|
158
|
+
|
|
159
|
+
declare const __VLS_component_36: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
160
|
+
|
|
161
|
+
declare const __VLS_component_37: DefineComponent<TabPanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabPanelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
162
|
+
|
|
163
|
+
declare const __VLS_component_38: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
164
|
+
"update:modelValue": (value: string) => any;
|
|
165
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
166
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
167
|
+
}>, {
|
|
168
|
+
orientation: "horizontal" | "vertical";
|
|
169
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
170
|
+
|
|
171
|
+
declare const __VLS_component_39: DefineComponent<TextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TextProps> & Readonly<{}>, {
|
|
172
|
+
tone: "default" | "muted" | "accent" | "danger";
|
|
173
|
+
size: "sm" | "md" | "lg";
|
|
174
|
+
as: "p" | "span" | "div" | "label" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
175
|
+
weight: "normal" | "medium" | "semibold";
|
|
176
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
177
|
+
|
|
178
|
+
declare const __VLS_component_4: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLHeadingElement>;
|
|
179
|
+
|
|
180
|
+
declare const __VLS_component_40: DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
181
|
+
to: string | HTMLElement;
|
|
182
|
+
placement: ToastPlacement;
|
|
183
|
+
maxVisible: number;
|
|
184
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
185
|
+
|
|
186
|
+
declare const __VLS_component_41: DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
187
|
+
placement: FloatingPlacement;
|
|
188
|
+
delay: number;
|
|
189
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
190
|
+
anchorRef: HTMLSpanElement;
|
|
191
|
+
floatingRef: HTMLDivElement;
|
|
192
|
+
}, any>;
|
|
193
|
+
|
|
194
|
+
declare const __VLS_component_5: DefineComponent<AlertProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
195
|
+
dismiss: () => any;
|
|
196
|
+
}, string, PublicProps, Readonly<AlertProps> & Readonly<{
|
|
197
|
+
onDismiss?: (() => any) | undefined;
|
|
198
|
+
}>, {
|
|
199
|
+
tone: "neutral" | "accent" | "danger" | "success" | "warning";
|
|
200
|
+
dismissible: boolean;
|
|
201
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
202
|
+
|
|
203
|
+
declare const __VLS_component_6: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
204
|
+
tone: "neutral" | "accent" | "danger";
|
|
205
|
+
size: "sm" | "md";
|
|
206
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
207
|
+
|
|
208
|
+
declare const __VLS_component_7: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
209
|
+
click: (event: MouseEvent) => any;
|
|
210
|
+
}, string, PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
211
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
212
|
+
}>, {
|
|
213
|
+
type: "button" | "submit" | "reset";
|
|
214
|
+
disabled: boolean;
|
|
215
|
+
size: "sm" | "md" | "lg";
|
|
216
|
+
variant: "solid" | "outline" | "ghost";
|
|
217
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
218
|
+
|
|
219
|
+
declare const __VLS_component_8: DefineComponent<CardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CardProps> & Readonly<{}>, {
|
|
220
|
+
as: "div" | "article" | "section";
|
|
221
|
+
padding: "none" | "sm" | "md";
|
|
222
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
223
|
+
|
|
224
|
+
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
225
|
+
|
|
226
|
+
declare type __VLS_Props = AccordionProps;
|
|
227
|
+
|
|
228
|
+
declare type __VLS_Props_10 = SwitchProps;
|
|
229
|
+
|
|
230
|
+
declare type __VLS_Props_11 = TabsProps;
|
|
231
|
+
|
|
232
|
+
declare type __VLS_Props_12 = TextareaProps;
|
|
233
|
+
|
|
234
|
+
declare type __VLS_Props_2 = CheckboxProps;
|
|
235
|
+
|
|
236
|
+
declare type __VLS_Props_3 = DialogProps;
|
|
237
|
+
|
|
238
|
+
declare type __VLS_Props_4 = InputProps;
|
|
239
|
+
|
|
240
|
+
declare type __VLS_Props_5 = MenuProps;
|
|
241
|
+
|
|
242
|
+
declare type __VLS_Props_6 = PaginationProps;
|
|
243
|
+
|
|
244
|
+
declare type __VLS_Props_7 = PopoverProps;
|
|
245
|
+
|
|
246
|
+
declare type __VLS_Props_8 = RadioGroupProps;
|
|
247
|
+
|
|
248
|
+
declare type __VLS_Props_9 = SelectProps;
|
|
249
|
+
|
|
250
|
+
declare type __VLS_PublicProps = {
|
|
251
|
+
modelValue?: string | string[] | undefined;
|
|
252
|
+
} & __VLS_Props;
|
|
253
|
+
|
|
254
|
+
declare type __VLS_PublicProps_10 = {
|
|
255
|
+
modelValue?: boolean;
|
|
256
|
+
} & __VLS_Props_10;
|
|
257
|
+
|
|
258
|
+
declare type __VLS_PublicProps_11 = {
|
|
259
|
+
modelValue?: string;
|
|
260
|
+
} & __VLS_Props_11;
|
|
261
|
+
|
|
262
|
+
declare type __VLS_PublicProps_12 = {
|
|
263
|
+
modelValue?: string;
|
|
264
|
+
} & __VLS_Props_12;
|
|
265
|
+
|
|
266
|
+
declare type __VLS_PublicProps_2 = {
|
|
267
|
+
modelValue?: boolean;
|
|
268
|
+
} & __VLS_Props_2;
|
|
269
|
+
|
|
270
|
+
declare type __VLS_PublicProps_3 = {
|
|
271
|
+
'open'?: boolean;
|
|
272
|
+
} & __VLS_Props_3;
|
|
273
|
+
|
|
274
|
+
declare type __VLS_PublicProps_4 = {
|
|
275
|
+
modelValue?: string;
|
|
276
|
+
} & __VLS_Props_4;
|
|
277
|
+
|
|
278
|
+
declare type __VLS_PublicProps_5 = {
|
|
279
|
+
'open'?: boolean;
|
|
280
|
+
} & __VLS_Props_5;
|
|
281
|
+
|
|
282
|
+
declare type __VLS_PublicProps_6 = {
|
|
283
|
+
'page'?: number;
|
|
284
|
+
} & __VLS_Props_6;
|
|
285
|
+
|
|
286
|
+
declare type __VLS_PublicProps_7 = {
|
|
287
|
+
'open'?: boolean;
|
|
288
|
+
} & __VLS_Props_7;
|
|
289
|
+
|
|
290
|
+
declare type __VLS_PublicProps_8 = {
|
|
291
|
+
modelValue?: string;
|
|
292
|
+
} & __VLS_Props_8;
|
|
293
|
+
|
|
294
|
+
declare type __VLS_PublicProps_9 = {
|
|
295
|
+
modelValue?: string;
|
|
296
|
+
} & __VLS_Props_9;
|
|
297
|
+
|
|
298
|
+
declare function __VLS_template(): {
|
|
299
|
+
attrs: Partial<{}>;
|
|
300
|
+
slots: {
|
|
301
|
+
default?(_: {}): any;
|
|
302
|
+
};
|
|
303
|
+
refs: {};
|
|
304
|
+
rootEl: HTMLDivElement;
|
|
305
|
+
};
|
|
306
|
+
|
|
307
|
+
declare function __VLS_template_10(): {
|
|
308
|
+
attrs: Partial<{}>;
|
|
309
|
+
slots: {
|
|
310
|
+
default?(_: {}): any;
|
|
311
|
+
};
|
|
312
|
+
refs: {};
|
|
313
|
+
rootEl: HTMLParagraphElement;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
declare function __VLS_template_11(): {
|
|
317
|
+
attrs: Partial<{}>;
|
|
318
|
+
slots: {
|
|
319
|
+
default?(_: {}): any;
|
|
320
|
+
};
|
|
321
|
+
refs: {};
|
|
322
|
+
rootEl: HTMLDivElement;
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
declare function __VLS_template_12(): {
|
|
326
|
+
attrs: Partial<{}>;
|
|
327
|
+
slots: {
|
|
328
|
+
default?(_: {}): any;
|
|
329
|
+
};
|
|
330
|
+
refs: {};
|
|
331
|
+
rootEl: HTMLDivElement;
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
declare function __VLS_template_13(): {
|
|
335
|
+
attrs: Partial<{}>;
|
|
336
|
+
slots: {
|
|
337
|
+
default?(_: {}): any;
|
|
338
|
+
};
|
|
339
|
+
refs: {};
|
|
340
|
+
rootEl: any;
|
|
341
|
+
};
|
|
342
|
+
|
|
343
|
+
declare function __VLS_template_14(): {
|
|
344
|
+
attrs: Partial<{}>;
|
|
345
|
+
slots: {
|
|
346
|
+
default?(_: {}): any;
|
|
347
|
+
};
|
|
348
|
+
refs: {};
|
|
349
|
+
rootEl: any;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
declare function __VLS_template_15(): {
|
|
353
|
+
attrs: Partial<{}>;
|
|
354
|
+
slots: {
|
|
355
|
+
default?(_: {}): any;
|
|
356
|
+
};
|
|
357
|
+
refs: {};
|
|
358
|
+
rootEl: any;
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
declare function __VLS_template_16(): {
|
|
362
|
+
attrs: Partial<{}>;
|
|
363
|
+
slots: {
|
|
364
|
+
title?(_: {}): any;
|
|
365
|
+
description?(_: {}): any;
|
|
366
|
+
default?(_: {}): any;
|
|
367
|
+
footer?(_: {}): any;
|
|
368
|
+
};
|
|
369
|
+
refs: {
|
|
370
|
+
panelRef: HTMLDivElement;
|
|
371
|
+
};
|
|
372
|
+
rootEl: any;
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
declare function __VLS_template_17(): {
|
|
376
|
+
attrs: Partial<{}>;
|
|
377
|
+
slots: {
|
|
378
|
+
icon?(_: {}): any;
|
|
379
|
+
default?(_: {}): any;
|
|
380
|
+
action?(_: {}): any;
|
|
381
|
+
};
|
|
382
|
+
refs: {};
|
|
383
|
+
rootEl: HTMLDivElement;
|
|
384
|
+
};
|
|
385
|
+
|
|
386
|
+
declare function __VLS_template_18(): {
|
|
387
|
+
attrs: Partial<{}>;
|
|
388
|
+
slots: {
|
|
389
|
+
default?(_: {}): any;
|
|
390
|
+
};
|
|
391
|
+
refs: {};
|
|
392
|
+
rootEl: HTMLDivElement;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
declare function __VLS_template_19(): {
|
|
396
|
+
attrs: Partial<{}>;
|
|
397
|
+
slots: {
|
|
398
|
+
default?(_: {}): any;
|
|
399
|
+
};
|
|
400
|
+
refs: {};
|
|
401
|
+
rootEl: any;
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
declare function __VLS_template_2(): {
|
|
405
|
+
attrs: Partial<{}>;
|
|
406
|
+
slots: {
|
|
407
|
+
default?(_: {}): any;
|
|
408
|
+
};
|
|
409
|
+
refs: {};
|
|
410
|
+
rootEl: HTMLDivElement;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
declare function __VLS_template_20(): {
|
|
414
|
+
attrs: Partial<{}>;
|
|
415
|
+
slots: {
|
|
416
|
+
default?(_: {}): any;
|
|
417
|
+
};
|
|
418
|
+
refs: {};
|
|
419
|
+
rootEl: HTMLParagraphElement;
|
|
420
|
+
};
|
|
421
|
+
|
|
422
|
+
declare function __VLS_template_21(): {
|
|
423
|
+
attrs: Partial<{}>;
|
|
424
|
+
slots: {
|
|
425
|
+
default?(_: {}): any;
|
|
426
|
+
};
|
|
427
|
+
refs: {};
|
|
428
|
+
rootEl: HTMLSpanElement;
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
declare function __VLS_template_22(): {
|
|
432
|
+
attrs: Partial<{}>;
|
|
433
|
+
slots: {
|
|
434
|
+
default?(_: {}): any;
|
|
435
|
+
};
|
|
436
|
+
refs: {};
|
|
437
|
+
rootEl: any;
|
|
438
|
+
};
|
|
439
|
+
|
|
440
|
+
declare function __VLS_template_23(): {
|
|
441
|
+
attrs: Partial<{}>;
|
|
442
|
+
slots: {
|
|
443
|
+
default?(_: {}): any;
|
|
444
|
+
};
|
|
445
|
+
refs: {};
|
|
446
|
+
rootEl: HTMLAnchorElement;
|
|
447
|
+
};
|
|
448
|
+
|
|
449
|
+
declare function __VLS_template_24(): {
|
|
450
|
+
attrs: Partial<{}>;
|
|
451
|
+
slots: {
|
|
452
|
+
default?(_: {}): any;
|
|
453
|
+
};
|
|
454
|
+
refs: {
|
|
455
|
+
rootRef: HTMLDivElement;
|
|
456
|
+
};
|
|
457
|
+
rootEl: HTMLDivElement;
|
|
458
|
+
};
|
|
459
|
+
|
|
460
|
+
declare function __VLS_template_25(): {
|
|
461
|
+
attrs: Partial<{}>;
|
|
462
|
+
slots: {
|
|
463
|
+
default?(_: {}): any;
|
|
464
|
+
};
|
|
465
|
+
refs: {};
|
|
466
|
+
rootEl: any;
|
|
467
|
+
};
|
|
468
|
+
|
|
469
|
+
declare function __VLS_template_26(): {
|
|
470
|
+
attrs: Partial<{}>;
|
|
471
|
+
slots: {
|
|
472
|
+
default?(_: {}): any;
|
|
473
|
+
};
|
|
474
|
+
refs: {};
|
|
475
|
+
rootEl: HTMLButtonElement;
|
|
476
|
+
};
|
|
477
|
+
|
|
478
|
+
declare function __VLS_template_27(): {
|
|
479
|
+
attrs: Partial<{}>;
|
|
480
|
+
slots: {
|
|
481
|
+
default?(_: {}): any;
|
|
482
|
+
};
|
|
483
|
+
refs: {};
|
|
484
|
+
rootEl: HTMLButtonElement;
|
|
485
|
+
};
|
|
486
|
+
|
|
487
|
+
declare function __VLS_template_28(): {
|
|
488
|
+
attrs: Partial<{}>;
|
|
489
|
+
slots: {
|
|
490
|
+
default?(_: {}): any;
|
|
491
|
+
};
|
|
492
|
+
refs: {
|
|
493
|
+
rootRef: HTMLDivElement;
|
|
494
|
+
};
|
|
495
|
+
rootEl: HTMLDivElement;
|
|
496
|
+
};
|
|
497
|
+
|
|
498
|
+
declare function __VLS_template_29(): {
|
|
499
|
+
attrs: Partial<{}>;
|
|
500
|
+
slots: {
|
|
501
|
+
default?(_: {}): any;
|
|
502
|
+
};
|
|
503
|
+
refs: {};
|
|
504
|
+
rootEl: any;
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
declare function __VLS_template_3(): {
|
|
508
|
+
attrs: Partial<{}>;
|
|
509
|
+
slots: {
|
|
510
|
+
default?(_: {}): any;
|
|
511
|
+
};
|
|
512
|
+
refs: {};
|
|
513
|
+
rootEl: HTMLDivElement;
|
|
514
|
+
};
|
|
515
|
+
|
|
516
|
+
declare function __VLS_template_30(): {
|
|
517
|
+
attrs: Partial<{}>;
|
|
518
|
+
slots: {
|
|
519
|
+
default?(_: {}): any;
|
|
520
|
+
};
|
|
521
|
+
refs: {};
|
|
522
|
+
rootEl: HTMLButtonElement;
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
declare function __VLS_template_31(): {
|
|
526
|
+
attrs: Partial<{}>;
|
|
527
|
+
slots: {
|
|
528
|
+
default?(_: {}): any;
|
|
529
|
+
};
|
|
530
|
+
refs: {};
|
|
531
|
+
rootEl: HTMLDivElement;
|
|
532
|
+
};
|
|
533
|
+
|
|
534
|
+
declare function __VLS_template_32(): {
|
|
535
|
+
attrs: Partial<{}>;
|
|
536
|
+
slots: {
|
|
537
|
+
default?(_: {}): any;
|
|
538
|
+
};
|
|
539
|
+
refs: {
|
|
540
|
+
rootRef: HTMLDivElement;
|
|
541
|
+
triggerRef: HTMLButtonElement;
|
|
542
|
+
listboxRef: HTMLDivElement;
|
|
543
|
+
};
|
|
544
|
+
rootEl: any;
|
|
545
|
+
};
|
|
546
|
+
|
|
547
|
+
declare function __VLS_template_33(): {
|
|
548
|
+
attrs: Partial<{}>;
|
|
549
|
+
slots: {
|
|
550
|
+
default?(_: {}): any;
|
|
551
|
+
};
|
|
552
|
+
refs: {
|
|
553
|
+
rootRef: HTMLDivElement;
|
|
554
|
+
};
|
|
555
|
+
rootEl: HTMLDivElement;
|
|
556
|
+
};
|
|
557
|
+
|
|
558
|
+
declare function __VLS_template_34(): {
|
|
559
|
+
attrs: Partial<{}>;
|
|
560
|
+
slots: {
|
|
561
|
+
default?(_: {}): any;
|
|
562
|
+
};
|
|
563
|
+
refs: {};
|
|
564
|
+
rootEl: any;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
declare function __VLS_template_35(): {
|
|
568
|
+
attrs: Partial<{}>;
|
|
569
|
+
slots: {
|
|
570
|
+
default?(_: {}): any;
|
|
571
|
+
};
|
|
572
|
+
refs: {
|
|
573
|
+
buttonRef: HTMLButtonElement;
|
|
574
|
+
};
|
|
575
|
+
rootEl: HTMLButtonElement;
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
declare function __VLS_template_36(): {
|
|
579
|
+
attrs: Partial<{}>;
|
|
580
|
+
slots: {
|
|
581
|
+
default?(_: {}): any;
|
|
582
|
+
};
|
|
583
|
+
refs: {};
|
|
584
|
+
rootEl: HTMLDivElement;
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
declare function __VLS_template_37(): {
|
|
588
|
+
attrs: Partial<{}>;
|
|
589
|
+
slots: {
|
|
590
|
+
default?(_: {}): any;
|
|
591
|
+
};
|
|
592
|
+
refs: {};
|
|
593
|
+
rootEl: HTMLDivElement;
|
|
594
|
+
};
|
|
595
|
+
|
|
596
|
+
declare function __VLS_template_38(): {
|
|
597
|
+
attrs: Partial<{}>;
|
|
598
|
+
slots: {
|
|
599
|
+
default?(_: {}): any;
|
|
600
|
+
};
|
|
601
|
+
refs: {};
|
|
602
|
+
rootEl: HTMLDivElement;
|
|
603
|
+
};
|
|
604
|
+
|
|
605
|
+
declare function __VLS_template_39(): {
|
|
606
|
+
attrs: Partial<{}>;
|
|
607
|
+
slots: {
|
|
608
|
+
default?(_: {}): any;
|
|
609
|
+
};
|
|
610
|
+
refs: {};
|
|
611
|
+
rootEl: any;
|
|
612
|
+
};
|
|
613
|
+
|
|
614
|
+
declare function __VLS_template_4(): {
|
|
615
|
+
attrs: Partial<{}>;
|
|
616
|
+
slots: {
|
|
617
|
+
default?(_: {}): any;
|
|
618
|
+
};
|
|
619
|
+
refs: {};
|
|
620
|
+
rootEl: HTMLHeadingElement;
|
|
621
|
+
};
|
|
622
|
+
|
|
623
|
+
declare function __VLS_template_40(): {
|
|
624
|
+
attrs: Partial<{}>;
|
|
625
|
+
slots: Readonly<{
|
|
626
|
+
default?: () => unknown;
|
|
627
|
+
}> & {
|
|
628
|
+
default?: () => unknown;
|
|
629
|
+
};
|
|
630
|
+
refs: {};
|
|
631
|
+
rootEl: any;
|
|
632
|
+
};
|
|
633
|
+
|
|
634
|
+
declare function __VLS_template_41(): {
|
|
635
|
+
attrs: Partial<{}>;
|
|
636
|
+
slots: {
|
|
637
|
+
default?(_: {}): any;
|
|
638
|
+
content?(_: {}): any;
|
|
639
|
+
};
|
|
640
|
+
refs: {
|
|
641
|
+
anchorRef: HTMLSpanElement;
|
|
642
|
+
floatingRef: HTMLDivElement;
|
|
643
|
+
};
|
|
644
|
+
rootEl: any;
|
|
645
|
+
};
|
|
646
|
+
|
|
647
|
+
declare function __VLS_template_5(): {
|
|
648
|
+
attrs: Partial<{}>;
|
|
649
|
+
slots: {
|
|
650
|
+
default?(_: {}): any;
|
|
651
|
+
};
|
|
652
|
+
refs: {};
|
|
653
|
+
rootEl: HTMLDivElement;
|
|
654
|
+
};
|
|
655
|
+
|
|
656
|
+
declare function __VLS_template_6(): {
|
|
657
|
+
attrs: Partial<{}>;
|
|
658
|
+
slots: {
|
|
659
|
+
default?(_: {}): any;
|
|
660
|
+
};
|
|
661
|
+
refs: {};
|
|
662
|
+
rootEl: HTMLSpanElement;
|
|
663
|
+
};
|
|
664
|
+
|
|
665
|
+
declare function __VLS_template_7(): {
|
|
666
|
+
attrs: Partial<{}>;
|
|
667
|
+
slots: {
|
|
668
|
+
default?(_: {}): any;
|
|
669
|
+
};
|
|
670
|
+
refs: {};
|
|
671
|
+
rootEl: HTMLButtonElement;
|
|
672
|
+
};
|
|
673
|
+
|
|
674
|
+
declare function __VLS_template_8(): {
|
|
675
|
+
attrs: Partial<{}>;
|
|
676
|
+
slots: {
|
|
677
|
+
default?(_: {}): any;
|
|
678
|
+
};
|
|
679
|
+
refs: {};
|
|
680
|
+
rootEl: any;
|
|
681
|
+
};
|
|
682
|
+
|
|
683
|
+
declare function __VLS_template_9(): {
|
|
684
|
+
attrs: Partial<{}>;
|
|
685
|
+
slots: {
|
|
686
|
+
default?(_: {}): any;
|
|
687
|
+
};
|
|
688
|
+
refs: {};
|
|
689
|
+
rootEl: HTMLDivElement;
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
693
|
+
|
|
694
|
+
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
695
|
+
|
|
696
|
+
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
697
|
+
|
|
698
|
+
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
699
|
+
|
|
700
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
701
|
+
|
|
702
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
703
|
+
|
|
704
|
+
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
705
|
+
|
|
706
|
+
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
707
|
+
|
|
708
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
709
|
+
|
|
710
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
711
|
+
|
|
712
|
+
declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
713
|
+
|
|
714
|
+
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
715
|
+
|
|
716
|
+
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
717
|
+
|
|
718
|
+
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
719
|
+
|
|
720
|
+
declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
721
|
+
|
|
722
|
+
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
723
|
+
|
|
724
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
725
|
+
|
|
726
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
727
|
+
|
|
728
|
+
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
729
|
+
|
|
730
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
731
|
+
|
|
732
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
733
|
+
|
|
734
|
+
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
735
|
+
|
|
736
|
+
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
737
|
+
|
|
738
|
+
declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
739
|
+
|
|
740
|
+
declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
741
|
+
|
|
742
|
+
declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
743
|
+
|
|
744
|
+
declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
|
|
745
|
+
|
|
746
|
+
declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
|
|
747
|
+
|
|
748
|
+
declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
|
|
749
|
+
|
|
750
|
+
declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
|
|
751
|
+
|
|
752
|
+
declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
|
|
753
|
+
|
|
754
|
+
declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
|
|
755
|
+
|
|
756
|
+
declare type __VLS_TemplateResult_39 = ReturnType<typeof __VLS_template_39>;
|
|
757
|
+
|
|
758
|
+
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
759
|
+
|
|
760
|
+
declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
|
|
761
|
+
|
|
762
|
+
declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
|
|
763
|
+
|
|
764
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
765
|
+
|
|
766
|
+
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
767
|
+
|
|
768
|
+
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
769
|
+
|
|
770
|
+
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
771
|
+
|
|
772
|
+
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
773
|
+
|
|
774
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
775
|
+
new (): {
|
|
776
|
+
$slots: S;
|
|
777
|
+
};
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
declare type __VLS_WithTemplateSlots_10<T, S> = T & {
|
|
781
|
+
new (): {
|
|
782
|
+
$slots: S;
|
|
783
|
+
};
|
|
784
|
+
};
|
|
785
|
+
|
|
786
|
+
declare type __VLS_WithTemplateSlots_11<T, S> = T & {
|
|
787
|
+
new (): {
|
|
788
|
+
$slots: S;
|
|
789
|
+
};
|
|
790
|
+
};
|
|
791
|
+
|
|
792
|
+
declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
793
|
+
new (): {
|
|
794
|
+
$slots: S;
|
|
795
|
+
};
|
|
796
|
+
};
|
|
797
|
+
|
|
798
|
+
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
799
|
+
new (): {
|
|
800
|
+
$slots: S;
|
|
801
|
+
};
|
|
802
|
+
};
|
|
803
|
+
|
|
804
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
805
|
+
new (): {
|
|
806
|
+
$slots: S;
|
|
807
|
+
};
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
811
|
+
new (): {
|
|
812
|
+
$slots: S;
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
|
|
816
|
+
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
817
|
+
new (): {
|
|
818
|
+
$slots: S;
|
|
819
|
+
};
|
|
820
|
+
};
|
|
821
|
+
|
|
822
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
823
|
+
new (): {
|
|
824
|
+
$slots: S;
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
|
|
828
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
829
|
+
new (): {
|
|
830
|
+
$slots: S;
|
|
831
|
+
};
|
|
832
|
+
};
|
|
833
|
+
|
|
834
|
+
declare type __VLS_WithTemplateSlots_19<T, S> = T & {
|
|
835
|
+
new (): {
|
|
836
|
+
$slots: S;
|
|
837
|
+
};
|
|
838
|
+
};
|
|
839
|
+
|
|
840
|
+
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
841
|
+
new (): {
|
|
842
|
+
$slots: S;
|
|
843
|
+
};
|
|
844
|
+
};
|
|
845
|
+
|
|
846
|
+
declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
847
|
+
new (): {
|
|
848
|
+
$slots: S;
|
|
849
|
+
};
|
|
850
|
+
};
|
|
851
|
+
|
|
852
|
+
declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
853
|
+
new (): {
|
|
854
|
+
$slots: S;
|
|
855
|
+
};
|
|
856
|
+
};
|
|
857
|
+
|
|
858
|
+
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
859
|
+
new (): {
|
|
860
|
+
$slots: S;
|
|
861
|
+
};
|
|
862
|
+
};
|
|
863
|
+
|
|
864
|
+
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
865
|
+
new (): {
|
|
866
|
+
$slots: S;
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
|
|
870
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
871
|
+
new (): {
|
|
872
|
+
$slots: S;
|
|
873
|
+
};
|
|
874
|
+
};
|
|
875
|
+
|
|
876
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
877
|
+
new (): {
|
|
878
|
+
$slots: S;
|
|
879
|
+
};
|
|
880
|
+
};
|
|
881
|
+
|
|
882
|
+
declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
883
|
+
new (): {
|
|
884
|
+
$slots: S;
|
|
885
|
+
};
|
|
886
|
+
};
|
|
887
|
+
|
|
888
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
889
|
+
new (): {
|
|
890
|
+
$slots: S;
|
|
891
|
+
};
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
895
|
+
new (): {
|
|
896
|
+
$slots: S;
|
|
897
|
+
};
|
|
898
|
+
};
|
|
899
|
+
|
|
900
|
+
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
901
|
+
new (): {
|
|
902
|
+
$slots: S;
|
|
903
|
+
};
|
|
904
|
+
};
|
|
905
|
+
|
|
906
|
+
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
907
|
+
new (): {
|
|
908
|
+
$slots: S;
|
|
909
|
+
};
|
|
910
|
+
};
|
|
911
|
+
|
|
912
|
+
declare type __VLS_WithTemplateSlots_30<T, S> = T & {
|
|
913
|
+
new (): {
|
|
914
|
+
$slots: S;
|
|
915
|
+
};
|
|
916
|
+
};
|
|
917
|
+
|
|
918
|
+
declare type __VLS_WithTemplateSlots_31<T, S> = T & {
|
|
919
|
+
new (): {
|
|
920
|
+
$slots: S;
|
|
921
|
+
};
|
|
922
|
+
};
|
|
923
|
+
|
|
924
|
+
declare type __VLS_WithTemplateSlots_32<T, S> = T & {
|
|
925
|
+
new (): {
|
|
926
|
+
$slots: S;
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
|
|
930
|
+
declare type __VLS_WithTemplateSlots_33<T, S> = T & {
|
|
931
|
+
new (): {
|
|
932
|
+
$slots: S;
|
|
933
|
+
};
|
|
934
|
+
};
|
|
935
|
+
|
|
936
|
+
declare type __VLS_WithTemplateSlots_34<T, S> = T & {
|
|
937
|
+
new (): {
|
|
938
|
+
$slots: S;
|
|
939
|
+
};
|
|
940
|
+
};
|
|
941
|
+
|
|
942
|
+
declare type __VLS_WithTemplateSlots_35<T, S> = T & {
|
|
943
|
+
new (): {
|
|
944
|
+
$slots: S;
|
|
945
|
+
};
|
|
946
|
+
};
|
|
947
|
+
|
|
948
|
+
declare type __VLS_WithTemplateSlots_36<T, S> = T & {
|
|
949
|
+
new (): {
|
|
950
|
+
$slots: S;
|
|
951
|
+
};
|
|
952
|
+
};
|
|
953
|
+
|
|
954
|
+
declare type __VLS_WithTemplateSlots_37<T, S> = T & {
|
|
955
|
+
new (): {
|
|
956
|
+
$slots: S;
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
declare type __VLS_WithTemplateSlots_38<T, S> = T & {
|
|
961
|
+
new (): {
|
|
962
|
+
$slots: S;
|
|
963
|
+
};
|
|
964
|
+
};
|
|
965
|
+
|
|
966
|
+
declare type __VLS_WithTemplateSlots_39<T, S> = T & {
|
|
967
|
+
new (): {
|
|
968
|
+
$slots: S;
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
|
|
972
|
+
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
973
|
+
new (): {
|
|
974
|
+
$slots: S;
|
|
975
|
+
};
|
|
976
|
+
};
|
|
977
|
+
|
|
978
|
+
declare type __VLS_WithTemplateSlots_40<T, S> = T & {
|
|
979
|
+
new (): {
|
|
980
|
+
$slots: S;
|
|
981
|
+
};
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
declare type __VLS_WithTemplateSlots_41<T, S> = T & {
|
|
985
|
+
new (): {
|
|
986
|
+
$slots: S;
|
|
987
|
+
};
|
|
988
|
+
};
|
|
989
|
+
|
|
990
|
+
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
991
|
+
new (): {
|
|
992
|
+
$slots: S;
|
|
993
|
+
};
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
997
|
+
new (): {
|
|
998
|
+
$slots: S;
|
|
999
|
+
};
|
|
1000
|
+
};
|
|
1001
|
+
|
|
1002
|
+
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
1003
|
+
new (): {
|
|
1004
|
+
$slots: S;
|
|
1005
|
+
};
|
|
1006
|
+
};
|
|
1007
|
+
|
|
1008
|
+
declare type __VLS_WithTemplateSlots_8<T, S> = T & {
|
|
1009
|
+
new (): {
|
|
1010
|
+
$slots: S;
|
|
1011
|
+
};
|
|
1012
|
+
};
|
|
1013
|
+
|
|
1014
|
+
declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
1015
|
+
new (): {
|
|
1016
|
+
$slots: S;
|
|
1017
|
+
};
|
|
1018
|
+
};
|
|
1019
|
+
|
|
1020
|
+
export declare const Accordion: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1021
|
+
|
|
1022
|
+
export declare const AccordionContent: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1023
|
+
|
|
1024
|
+
/** No props — open state and ids come from AccordionItem. */
|
|
1025
|
+
export declare type AccordionContentProps = Record<string, never>;
|
|
1026
|
+
|
|
1027
|
+
export declare const AccordionItem: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1028
|
+
|
|
1029
|
+
export declare interface AccordionItemProps {
|
|
1030
|
+
/** Stable id used with Accordion `v-model` / open state. */
|
|
1031
|
+
value: string;
|
|
1032
|
+
disabled?: boolean;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export declare interface AccordionProps {
|
|
1036
|
+
/** Single opens one item; multiple allows several. */
|
|
1037
|
+
type?: 'single' | 'multiple';
|
|
1038
|
+
/** When type is single, allow collapsing the open item. Default true. */
|
|
1039
|
+
collapsible?: boolean;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
export declare const AccordionTrigger: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1043
|
+
|
|
1044
|
+
/** No props — label content comes from the default slot. */
|
|
1045
|
+
export declare type AccordionTriggerProps = Record<string, never>;
|
|
1046
|
+
|
|
1047
|
+
export declare const Alert: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1048
|
+
|
|
1049
|
+
export declare interface AlertProps {
|
|
1050
|
+
tone?: 'neutral' | 'accent' | 'danger' | 'success' | 'warning';
|
|
1051
|
+
title?: string;
|
|
1052
|
+
/** Shows a dismiss control and emits `dismiss` when activated. */
|
|
1053
|
+
dismissible?: boolean;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
export declare const Badge: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1057
|
+
|
|
1058
|
+
export declare interface BadgeProps {
|
|
1059
|
+
tone?: 'neutral' | 'accent' | 'danger';
|
|
1060
|
+
size?: 'sm' | 'md';
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
export declare const Button: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1064
|
+
|
|
1065
|
+
export declare interface ButtonProps {
|
|
1066
|
+
variant?: 'solid' | 'outline' | 'ghost';
|
|
1067
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1068
|
+
disabled?: boolean;
|
|
1069
|
+
type?: 'button' | 'submit' | 'reset';
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
export declare const Card: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1073
|
+
|
|
1074
|
+
export declare const CardBody: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1075
|
+
|
|
1076
|
+
export declare type CardBodyProps = Record<string, never>;
|
|
1077
|
+
|
|
1078
|
+
export declare const CardDescription: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1079
|
+
|
|
1080
|
+
export declare type CardDescriptionProps = Record<string, never>;
|
|
1081
|
+
|
|
1082
|
+
export declare const CardFooter: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1083
|
+
|
|
1084
|
+
export declare type CardFooterProps = Record<string, never>;
|
|
1085
|
+
|
|
1086
|
+
export declare const CardHeader: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1087
|
+
|
|
1088
|
+
export declare type CardHeaderProps = Record<string, never>;
|
|
1089
|
+
|
|
1090
|
+
export declare interface CardProps {
|
|
1091
|
+
as?: 'div' | 'article' | 'section';
|
|
1092
|
+
padding?: 'none' | 'sm' | 'md';
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
export declare const CardTitle: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1096
|
+
|
|
1097
|
+
export declare interface CardTitleProps {
|
|
1098
|
+
as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
export declare const Checkbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1102
|
+
"update:modelValue": (value: boolean) => any;
|
|
1103
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1104
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1105
|
+
}>, {
|
|
1106
|
+
disabled: boolean;
|
|
1107
|
+
value: string;
|
|
1108
|
+
indeterminate: boolean;
|
|
1109
|
+
invalid: boolean;
|
|
1110
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1111
|
+
inputRef: HTMLInputElement;
|
|
1112
|
+
}, any>;
|
|
1113
|
+
|
|
1114
|
+
export declare interface CheckboxProps {
|
|
1115
|
+
indeterminate?: boolean;
|
|
1116
|
+
disabled?: boolean;
|
|
1117
|
+
invalid?: boolean;
|
|
1118
|
+
name?: string;
|
|
1119
|
+
value?: string;
|
|
1120
|
+
id?: string;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
export declare const Cluster: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1124
|
+
|
|
1125
|
+
export declare interface ClusterProps {
|
|
1126
|
+
gap?: 'sm' | 'md' | 'lg';
|
|
1127
|
+
align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
|
|
1128
|
+
justify?: 'start' | 'center' | 'end' | 'between' | 'around' | 'evenly';
|
|
1129
|
+
as?: 'div' | 'section' | 'article' | 'main' | 'aside' | 'nav' | 'ul' | 'ol' | 'form' | 'header' | 'footer';
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
export declare const Container: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1133
|
+
|
|
1134
|
+
export declare interface ContainerProps {
|
|
1135
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1136
|
+
as?: 'div' | 'section' | 'article' | 'main' | 'aside' | 'header' | 'footer';
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
export declare const Dialog: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1140
|
+
|
|
1141
|
+
export declare interface DialogProps {
|
|
1142
|
+
/** Dismiss on Escape and backdrop click. Defaults to `true`. */
|
|
1143
|
+
dismissible?: boolean;
|
|
1144
|
+
/** Show a close button in the header. Defaults to `false`. */
|
|
1145
|
+
showClose?: boolean;
|
|
1146
|
+
/** Teleport target. Defaults to `body`. */
|
|
1147
|
+
to?: string | HTMLElement;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export declare const Empty: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1151
|
+
|
|
1152
|
+
export declare interface EmptyProps {
|
|
1153
|
+
title?: string;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
export declare const Field: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1157
|
+
|
|
1158
|
+
export declare interface FieldContext {
|
|
1159
|
+
controlId: string;
|
|
1160
|
+
hintId: string;
|
|
1161
|
+
errorId: string;
|
|
1162
|
+
invalid: ComputedRef<boolean>;
|
|
1163
|
+
describedBy: ComputedRef<string | undefined>;
|
|
1164
|
+
setHasHint: (value: boolean) => void;
|
|
1165
|
+
setHasError: (value: boolean) => void;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
export declare const FieldError: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1169
|
+
|
|
1170
|
+
export declare interface FieldErrorProps {
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
export declare const FieldHint: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1174
|
+
|
|
1175
|
+
export declare interface FieldHintProps {
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export declare interface FieldProps {
|
|
1179
|
+
invalid?: boolean;
|
|
1180
|
+
/** Optional stable id for the nested control (otherwise auto-generated). */
|
|
1181
|
+
id?: string;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
declare type FloatingAlign = 'start' | 'center' | 'end';
|
|
1185
|
+
|
|
1186
|
+
/** Side alone means center align (e.g. `bottom` ≡ `bottom-center`). */
|
|
1187
|
+
declare type FloatingPlacement = FloatingSide | `${FloatingSide}-${FloatingAlign}`;
|
|
1188
|
+
|
|
1189
|
+
declare type FloatingSide = 'top' | 'bottom' | 'left' | 'right';
|
|
1190
|
+
|
|
1191
|
+
export declare const Icon: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1192
|
+
|
|
1193
|
+
export declare interface IconProps {
|
|
1194
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1195
|
+
/** Accessible name — when set, icon exits decorative mode (`role="img"` + `aria-label`). */
|
|
1196
|
+
label?: string;
|
|
1197
|
+
/** Native title tooltip only — does not affect decorative vs meaningful mode. */
|
|
1198
|
+
title?: string;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
export declare const Input: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1202
|
+
"update:modelValue": (value: string) => any;
|
|
1203
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1204
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1205
|
+
}>, {
|
|
1206
|
+
type: string;
|
|
1207
|
+
disabled: boolean;
|
|
1208
|
+
size: "sm" | "md" | "lg";
|
|
1209
|
+
invalid: boolean;
|
|
1210
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1211
|
+
|
|
1212
|
+
export declare interface InputProps {
|
|
1213
|
+
type?: string;
|
|
1214
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1215
|
+
disabled?: boolean;
|
|
1216
|
+
invalid?: boolean;
|
|
1217
|
+
placeholder?: string;
|
|
1218
|
+
name?: string;
|
|
1219
|
+
id?: string;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
export declare const Label: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1223
|
+
|
|
1224
|
+
export declare interface LabelProps {
|
|
1225
|
+
required?: boolean;
|
|
1226
|
+
for?: string;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
export declare const Link: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1230
|
+
|
|
1231
|
+
export declare interface LinkProps {
|
|
1232
|
+
href: string;
|
|
1233
|
+
/** Opens in a new tab with `rel="noopener noreferrer"`. */
|
|
1234
|
+
external?: boolean;
|
|
1235
|
+
disabled?: boolean;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
export declare const Menu: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1239
|
+
|
|
1240
|
+
export declare const MenuContent: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1241
|
+
|
|
1242
|
+
/** No props — placement and open state come from Menu. */
|
|
1243
|
+
export declare type MenuContentProps = Record<string, never>;
|
|
1244
|
+
|
|
1245
|
+
export declare const MenuItem: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1246
|
+
|
|
1247
|
+
export declare interface MenuItemProps {
|
|
1248
|
+
disabled?: boolean;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
export declare interface MenuProps {
|
|
1252
|
+
/** Floating placement relative to the trigger. */
|
|
1253
|
+
placement?: FloatingPlacement;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
export declare const MenuSeparator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1257
|
+
|
|
1258
|
+
/** No props — visual separator only. */
|
|
1259
|
+
export declare type MenuSeparatorProps = Record<string, never>;
|
|
1260
|
+
|
|
1261
|
+
export declare const MenuTrigger: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1262
|
+
|
|
1263
|
+
/** No props — trigger content comes from the default slot. */
|
|
1264
|
+
export declare type MenuTriggerProps = Record<string, never>;
|
|
1265
|
+
|
|
1266
|
+
export declare const Pagination: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1267
|
+
"update:page": (value: number) => any;
|
|
1268
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
1269
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1270
|
+
}>, {
|
|
1271
|
+
label: string;
|
|
1272
|
+
disabled: boolean;
|
|
1273
|
+
siblingCount: number;
|
|
1274
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1275
|
+
|
|
1276
|
+
export declare interface PaginationProps {
|
|
1277
|
+
pageCount: number;
|
|
1278
|
+
siblingCount?: number;
|
|
1279
|
+
disabled?: boolean;
|
|
1280
|
+
/** Accessible name for the nav. Default: "Pagination" */
|
|
1281
|
+
label?: string;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
export declare const Popover: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1285
|
+
|
|
1286
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1287
|
+
|
|
1288
|
+
/** No props — placement and open state come from Popover. */
|
|
1289
|
+
export declare type PopoverContentProps = Record<string, never>;
|
|
1290
|
+
|
|
1291
|
+
export declare interface PopoverProps {
|
|
1292
|
+
/** Floating placement relative to the trigger. */
|
|
1293
|
+
placement?: FloatingPlacement;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
export declare const PopoverTrigger: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1297
|
+
|
|
1298
|
+
/** No props — trigger content comes from the default slot. */
|
|
1299
|
+
export declare type PopoverTriggerProps = Record<string, never>;
|
|
1300
|
+
|
|
1301
|
+
export declare const Progress: DefineComponent<ProgressProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ProgressProps> & Readonly<{}>, {
|
|
1302
|
+
indeterminate: boolean;
|
|
1303
|
+
max: number;
|
|
1304
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1305
|
+
|
|
1306
|
+
export declare interface ProgressProps {
|
|
1307
|
+
/** Current value. Omit (or set `indeterminate`) for an indeterminate bar. */
|
|
1308
|
+
value?: number;
|
|
1309
|
+
max?: number;
|
|
1310
|
+
/** Force indeterminate mode even when `value` is set. */
|
|
1311
|
+
indeterminate?: boolean;
|
|
1312
|
+
/** Accessible name for the progressbar. */
|
|
1313
|
+
label?: string;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
export declare function provideField(options?: ProvideFieldOptions): FieldContext;
|
|
1317
|
+
|
|
1318
|
+
export declare interface ProvideFieldOptions {
|
|
1319
|
+
invalid?: MaybeRefOrGetter<boolean | undefined>;
|
|
1320
|
+
id?: string;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
export declare const Radio: DefineComponent<RadioProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioProps> & Readonly<{}>, {
|
|
1324
|
+
disabled: boolean;
|
|
1325
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1326
|
+
inputRef: HTMLInputElement;
|
|
1327
|
+
}, any>;
|
|
1328
|
+
|
|
1329
|
+
export declare const RadioGroup: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1330
|
+
|
|
1331
|
+
export declare interface RadioGroupProps {
|
|
1332
|
+
name?: string;
|
|
1333
|
+
disabled?: boolean;
|
|
1334
|
+
invalid?: boolean;
|
|
1335
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1336
|
+
id?: string;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
export declare interface RadioProps {
|
|
1340
|
+
value: string;
|
|
1341
|
+
disabled?: boolean;
|
|
1342
|
+
id?: string;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
export declare const Select: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1346
|
+
|
|
1347
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1348
|
+
|
|
1349
|
+
export declare interface SelectItemProps {
|
|
1350
|
+
value: string;
|
|
1351
|
+
disabled?: boolean;
|
|
1352
|
+
/** Optional explicit label for the trigger; defaults to slot text / value. */
|
|
1353
|
+
label?: string;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
export declare interface SelectOptionProp {
|
|
1357
|
+
value: string;
|
|
1358
|
+
label: string;
|
|
1359
|
+
disabled?: boolean;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
export declare interface SelectProps {
|
|
1363
|
+
/** Declarative options; omit when composing with `SelectItem` children instead. */
|
|
1364
|
+
options?: SelectOptionProp[];
|
|
1365
|
+
placeholder?: string;
|
|
1366
|
+
disabled?: boolean;
|
|
1367
|
+
invalid?: boolean;
|
|
1368
|
+
name?: string;
|
|
1369
|
+
id?: string;
|
|
1370
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
export declare const Separator: DefineComponent<SeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
|
|
1374
|
+
orientation: "horizontal" | "vertical";
|
|
1375
|
+
semantic: boolean;
|
|
1376
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1377
|
+
|
|
1378
|
+
export declare interface SeparatorProps {
|
|
1379
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1380
|
+
/** When true, uses `role="separator"`; otherwise decorative (`aria-hidden`). */
|
|
1381
|
+
semantic?: boolean;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
export declare const Skeleton: DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
1385
|
+
circle: boolean;
|
|
1386
|
+
animated: boolean;
|
|
1387
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1388
|
+
|
|
1389
|
+
export declare interface SkeletonProps {
|
|
1390
|
+
/** CSS width (e.g. `8rem` or `100%`). */
|
|
1391
|
+
width?: string;
|
|
1392
|
+
/** CSS height (e.g. `1rem`). */
|
|
1393
|
+
height?: string;
|
|
1394
|
+
/** Render as a circle (uses `height`/`width` for diameter). */
|
|
1395
|
+
circle?: boolean;
|
|
1396
|
+
/** Pulse animation. Defaults to `true`. */
|
|
1397
|
+
animated?: boolean;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
export declare const Spinner: DefineComponent<SpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SpinnerProps> & Readonly<{}>, {
|
|
1401
|
+
size: "sm" | "md" | "lg";
|
|
1402
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1403
|
+
|
|
1404
|
+
export declare interface SpinnerProps {
|
|
1405
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1406
|
+
/** Accessible name — rendered visually hidden for assistive tech. */
|
|
1407
|
+
label?: string;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
export declare const Stack: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1411
|
+
|
|
1412
|
+
export declare interface StackProps {
|
|
1413
|
+
gap?: 'sm' | 'md' | 'lg';
|
|
1414
|
+
align?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
|
|
1415
|
+
as?: 'div' | 'section' | 'article' | 'main' | 'aside' | 'nav' | 'ul' | 'ol' | 'form' | 'header' | 'footer';
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
export declare const Switch: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1419
|
+
"update:modelValue": (value: boolean) => any;
|
|
1420
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1421
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1422
|
+
}>, {
|
|
1423
|
+
disabled: boolean;
|
|
1424
|
+
value: string;
|
|
1425
|
+
invalid: boolean;
|
|
1426
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1427
|
+
|
|
1428
|
+
export declare interface SwitchProps {
|
|
1429
|
+
disabled?: boolean;
|
|
1430
|
+
invalid?: boolean;
|
|
1431
|
+
name?: string;
|
|
1432
|
+
id?: string;
|
|
1433
|
+
/** Native form value submitted when on. Defaults to `"on"`. */
|
|
1434
|
+
value?: string;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
export declare const Tab: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1438
|
+
|
|
1439
|
+
export declare const TabList: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
1440
|
+
|
|
1441
|
+
/** No props — orientation comes from Tabs. */
|
|
1442
|
+
export declare type TabListProps = Record<string, never>;
|
|
1443
|
+
|
|
1444
|
+
export declare const TabPanel: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
1445
|
+
|
|
1446
|
+
export declare interface TabPanelProps {
|
|
1447
|
+
value: string;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
export declare interface TabProps {
|
|
1451
|
+
value: string;
|
|
1452
|
+
disabled?: boolean;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export declare const Tabs: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
1456
|
+
|
|
1457
|
+
export declare interface TabsProps {
|
|
1458
|
+
/** Layout and arrow-key direction for the tab list. Defaults to `horizontal`. */
|
|
1459
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
declare const Text_2: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
1463
|
+
export { Text_2 as Text }
|
|
1464
|
+
|
|
1465
|
+
export declare const Textarea: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1466
|
+
"update:modelValue": (value: string) => any;
|
|
1467
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
1468
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1469
|
+
}>, {
|
|
1470
|
+
disabled: boolean;
|
|
1471
|
+
size: "sm" | "md" | "lg";
|
|
1472
|
+
invalid: boolean;
|
|
1473
|
+
rows: number;
|
|
1474
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1475
|
+
|
|
1476
|
+
export declare interface TextareaProps {
|
|
1477
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1478
|
+
rows?: number;
|
|
1479
|
+
disabled?: boolean;
|
|
1480
|
+
invalid?: boolean;
|
|
1481
|
+
placeholder?: string;
|
|
1482
|
+
name?: string;
|
|
1483
|
+
id?: string;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
export declare interface TextProps {
|
|
1487
|
+
as?: 'p' | 'span' | 'div' | 'label' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
1488
|
+
size?: 'sm' | 'md' | 'lg';
|
|
1489
|
+
weight?: 'normal' | 'medium' | 'semibold';
|
|
1490
|
+
tone?: 'default' | 'muted' | 'accent' | 'danger';
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
export declare const Toast: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1494
|
+
dismiss: () => any;
|
|
1495
|
+
action: () => any;
|
|
1496
|
+
}, string, PublicProps, Readonly<ToastProps> & Readonly<{
|
|
1497
|
+
onDismiss?: (() => any) | undefined;
|
|
1498
|
+
onAction?: (() => any) | undefined;
|
|
1499
|
+
}>, {
|
|
1500
|
+
tone: ToastTone;
|
|
1501
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1502
|
+
|
|
1503
|
+
export declare interface ToastAction {
|
|
1504
|
+
label: string;
|
|
1505
|
+
onClick: () => void;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
export declare interface ToastContext {
|
|
1509
|
+
toast: (options: ToastOptions) => string;
|
|
1510
|
+
dismiss: (id: string) => void;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
export declare interface ToastOptions {
|
|
1514
|
+
tone?: ToastTone;
|
|
1515
|
+
title: string;
|
|
1516
|
+
description?: string;
|
|
1517
|
+
/** Auto-dismiss ms. Defaults to `5000`. Use `0` for sticky. */
|
|
1518
|
+
duration?: number;
|
|
1519
|
+
action?: ToastAction;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
export declare type ToastPlacement = 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
|
|
1523
|
+
|
|
1524
|
+
export declare interface ToastProps {
|
|
1525
|
+
tone?: ToastTone;
|
|
1526
|
+
title: string;
|
|
1527
|
+
description?: string;
|
|
1528
|
+
actionLabel?: string;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
export declare const ToastProvider: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
1532
|
+
|
|
1533
|
+
export declare interface ToastProviderProps {
|
|
1534
|
+
/** Corner placement for the toast region. Defaults to `bottom-end`. */
|
|
1535
|
+
placement?: ToastPlacement;
|
|
1536
|
+
/** Max simultaneously visible toasts; excess wait in a queue. Defaults to `3`. */
|
|
1537
|
+
maxVisible?: number;
|
|
1538
|
+
/** Teleport target. Defaults to `body`. */
|
|
1539
|
+
to?: string | HTMLElement;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
export declare type ToastTone = 'neutral' | 'accent' | 'danger' | 'success' | 'warning';
|
|
1543
|
+
|
|
1544
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
1545
|
+
|
|
1546
|
+
export declare interface TooltipProps {
|
|
1547
|
+
/** Tooltip text when the default slot for content is unused. */
|
|
1548
|
+
content?: string;
|
|
1549
|
+
placement?: FloatingPlacement;
|
|
1550
|
+
/** Delay in ms before showing on hover/focus. */
|
|
1551
|
+
delay?: number;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
export declare function useField(): FieldContext | null;
|
|
1555
|
+
|
|
1556
|
+
/** Merge Field context with local control props for id / aria wiring. */
|
|
1557
|
+
export declare function useFieldControlAttrs(options: {
|
|
1558
|
+
id?: MaybeRefOrGetter<string | undefined>;
|
|
1559
|
+
invalid?: MaybeRefOrGetter<boolean | undefined>;
|
|
1560
|
+
}): {
|
|
1561
|
+
id: ComputedRef<string | undefined>;
|
|
1562
|
+
invalid: ComputedRef<boolean>;
|
|
1563
|
+
describedBy: ComputedRef<string | undefined>;
|
|
1564
|
+
ariaInvalid: ComputedRef<'true' | undefined>;
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1567
|
+
/**
|
|
1568
|
+
* Imperative toast API. Must be called under a `ToastProvider`.
|
|
1569
|
+
*/
|
|
1570
|
+
export declare function useToast(): ToastContext;
|
|
1571
|
+
|
|
1572
|
+
export declare const version: string;
|
|
1573
|
+
|
|
1574
|
+
export { }
|