@aleph-alpha/ui-library 1.0.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 +202 -0
- package/README.md +97 -0
- package/dist/system/aa_logo.svg +4 -0
- package/dist/system/index.d.ts +1482 -0
- package/dist/system/lib.js +10827 -0
- package/package.json +93 -0
|
@@ -0,0 +1,1482 @@
|
|
|
1
|
+
import { AsTag } from 'reka-ui';
|
|
2
|
+
import { ClassProp } from 'class-variance-authority/types';
|
|
3
|
+
import { Component } from 'vue';
|
|
4
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
5
|
+
import { ComponentProvideOptions } from 'vue';
|
|
6
|
+
import { DefineComponent } from 'vue';
|
|
7
|
+
import { HTMLAttributes } from 'vue';
|
|
8
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
9
|
+
import { PublicProps } from 'vue';
|
|
10
|
+
import { VariantProps } from 'class-variance-authority';
|
|
11
|
+
|
|
12
|
+
declare const __VLS_component: DefineComponent<UiAlertProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertProps> & Readonly<{}>, {
|
|
13
|
+
variant: UiAlertVariants;
|
|
14
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
|
|
16
|
+
declare const __VLS_component_10: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
+
|
|
18
|
+
declare const __VLS_component_11: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
|
|
20
|
+
declare const __VLS_component_12: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
|
|
22
|
+
declare const __VLS_component_13: DefineComponent<UiBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiBadgeProps> & Readonly<{}>, {
|
|
23
|
+
variant: UiBadgeVariants;
|
|
24
|
+
asChild: boolean;
|
|
25
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
|
|
27
|
+
declare const __VLS_component_14: DefineComponent<UiButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiButtonProps> & Readonly<{}>, {
|
|
28
|
+
class: string;
|
|
29
|
+
variant: UiButtonVariant;
|
|
30
|
+
type: "button" | "submit" | "reset";
|
|
31
|
+
size: UiButtonSize;
|
|
32
|
+
asChild: boolean;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
startIcon: Component;
|
|
35
|
+
endIcon: Component;
|
|
36
|
+
ariaLabel: string;
|
|
37
|
+
loading: boolean;
|
|
38
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
|
|
40
|
+
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
41
|
+
|
|
42
|
+
declare const __VLS_component_16: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
43
|
+
|
|
44
|
+
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
45
|
+
|
|
46
|
+
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
47
|
+
|
|
48
|
+
declare const __VLS_component_19: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
49
|
+
|
|
50
|
+
declare const __VLS_component_2: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
51
|
+
|
|
52
|
+
declare const __VLS_component_20: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
53
|
+
|
|
54
|
+
declare const __VLS_component_21: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLHeadingElement>;
|
|
55
|
+
|
|
56
|
+
declare const __VLS_component_22: DefineComponent<UiDropdownMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
57
|
+
"update:open": (value: boolean) => any;
|
|
58
|
+
}, string, PublicProps, Readonly<UiDropdownMenuProps> & Readonly<{
|
|
59
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
60
|
+
}>, {
|
|
61
|
+
modal: boolean;
|
|
62
|
+
open: boolean;
|
|
63
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
64
|
+
|
|
65
|
+
declare const __VLS_component_23: DefineComponent<UiDropdownMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuTriggerProps> & Readonly<{}>, {
|
|
66
|
+
class: string;
|
|
67
|
+
asChild: boolean;
|
|
68
|
+
disabled: boolean;
|
|
69
|
+
ariaLabel: string;
|
|
70
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
71
|
+
|
|
72
|
+
declare const __VLS_component_24: DefineComponent<UiDropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
73
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
74
|
+
}, string, PublicProps, Readonly<UiDropdownMenuContentProps> & Readonly<{
|
|
75
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
76
|
+
}>, {
|
|
77
|
+
class: HTMLAttributes["class"];
|
|
78
|
+
side: "top" | "right" | "bottom" | "left";
|
|
79
|
+
sideOffset: number;
|
|
80
|
+
align: "start" | "center" | "end";
|
|
81
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
82
|
+
|
|
83
|
+
declare const __VLS_component_25: DefineComponent<UiDropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuItemProps> & Readonly<{}>, {
|
|
84
|
+
class: HTMLAttributes["class"];
|
|
85
|
+
variant: "default" | "destructive";
|
|
86
|
+
disabled: boolean;
|
|
87
|
+
textValue: string;
|
|
88
|
+
inset: boolean;
|
|
89
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
90
|
+
|
|
91
|
+
declare const __VLS_component_26: DefineComponent<UiDropdownMenuLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuLabelProps> & Readonly<{}>, {
|
|
92
|
+
class: HTMLAttributes["class"];
|
|
93
|
+
inset: boolean;
|
|
94
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
95
|
+
|
|
96
|
+
declare const __VLS_component_27: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
97
|
+
|
|
98
|
+
declare const __VLS_component_28: DefineComponent<UiDropdownMenuShortcutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuShortcutProps> & Readonly<{}>, {
|
|
99
|
+
class: HTMLAttributes["class"];
|
|
100
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
101
|
+
|
|
102
|
+
declare const __VLS_component_29: DefineComponent<UiDropdownMenuCheckboxItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
103
|
+
"update:checked": (value: boolean) => any;
|
|
104
|
+
}, string, PublicProps, Readonly<UiDropdownMenuCheckboxItemProps> & Readonly<{
|
|
105
|
+
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
106
|
+
}>, {
|
|
107
|
+
class: HTMLAttributes["class"];
|
|
108
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
109
|
+
|
|
110
|
+
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
111
|
+
|
|
112
|
+
declare const __VLS_component_30: DefineComponent<UiDropdownMenuRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
113
|
+
"update:modelValue": (value: string) => any;
|
|
114
|
+
}, string, PublicProps, Readonly<UiDropdownMenuRadioGroupProps> & Readonly<{
|
|
115
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
116
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
117
|
+
|
|
118
|
+
declare const __VLS_component_31: DefineComponent<UiDropdownMenuRadioItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuRadioItemProps> & Readonly<{}>, {
|
|
119
|
+
class: HTMLAttributes["class"];
|
|
120
|
+
disabled: boolean;
|
|
121
|
+
textValue: string;
|
|
122
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
123
|
+
|
|
124
|
+
declare const __VLS_component_32: DefineComponent<UiDropdownMenuSubProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
125
|
+
"update:open": (value: boolean) => any;
|
|
126
|
+
}, string, PublicProps, Readonly<UiDropdownMenuSubProps> & Readonly<{
|
|
127
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
128
|
+
}>, {
|
|
129
|
+
open: boolean;
|
|
130
|
+
defaultOpen: boolean;
|
|
131
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
132
|
+
|
|
133
|
+
declare const __VLS_component_33: DefineComponent<UiDropdownMenuSubTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSubTriggerProps> & Readonly<{}>, {
|
|
134
|
+
class: HTMLAttributes["class"];
|
|
135
|
+
disabled: boolean;
|
|
136
|
+
textValue: string;
|
|
137
|
+
inset: boolean;
|
|
138
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
139
|
+
|
|
140
|
+
declare const __VLS_component_34: DefineComponent<UiDropdownMenuSubContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
141
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
142
|
+
}, string, PublicProps, Readonly<UiDropdownMenuSubContentProps> & Readonly<{
|
|
143
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
144
|
+
}>, {
|
|
145
|
+
class: HTMLAttributes["class"];
|
|
146
|
+
sideOffset: number;
|
|
147
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
148
|
+
|
|
149
|
+
declare const __VLS_component_35: DefineComponent<UiIconButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiIconButtonProps> & Readonly<{}>, {
|
|
150
|
+
class: string;
|
|
151
|
+
variant: UiIconButtonVariant;
|
|
152
|
+
type: "button" | "submit" | "reset";
|
|
153
|
+
size: UiIconButtonSize;
|
|
154
|
+
asChild: boolean;
|
|
155
|
+
disabled: boolean;
|
|
156
|
+
loading: boolean;
|
|
157
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
158
|
+
|
|
159
|
+
declare const __VLS_component_36: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
160
|
+
as: AsTag | Component;
|
|
161
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
162
|
+
|
|
163
|
+
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
164
|
+
"update:modelValue": (value: boolean) => any;
|
|
165
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
166
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
167
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
168
|
+
|
|
169
|
+
declare const __VLS_component_5: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
170
|
+
|
|
171
|
+
declare const __VLS_component_6: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
|
+
|
|
173
|
+
declare const __VLS_component_7: DefineComponent<UiAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
174
|
+
pointerDownOutside: (event: Event) => any;
|
|
175
|
+
focusOutside: (event: Event) => any;
|
|
176
|
+
interactOutside: (event: Event) => any;
|
|
177
|
+
openAutoFocus: (event: Event) => any;
|
|
178
|
+
closeAutoFocus: (event: Event) => any;
|
|
179
|
+
escapeKeydown: (event: KeyboardEvent) => any;
|
|
180
|
+
}, string, PublicProps, Readonly<UiAlertDialogContentProps> & Readonly<{
|
|
181
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
182
|
+
onFocusOutside?: ((event: Event) => any) | undefined;
|
|
183
|
+
onInteractOutside?: ((event: Event) => any) | undefined;
|
|
184
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
185
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
186
|
+
onEscapeKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
187
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
188
|
+
|
|
189
|
+
declare const __VLS_component_8: DefineComponent<UiAlertSubComponentCommonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiAlertSubComponentCommonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
190
|
+
|
|
191
|
+
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
192
|
+
|
|
193
|
+
declare type __VLS_Props = UiCheckboxProps;
|
|
194
|
+
|
|
195
|
+
declare type __VLS_Props_2 = UiInputProps;
|
|
196
|
+
|
|
197
|
+
declare type __VLS_Props_3 = UiTextareaProps;
|
|
198
|
+
|
|
199
|
+
declare type __VLS_PublicProps = {
|
|
200
|
+
modelValue?: boolean;
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
declare type __VLS_PublicProps_2 = {
|
|
204
|
+
modelValue?: UiCheckboxModelValue;
|
|
205
|
+
} & __VLS_Props;
|
|
206
|
+
|
|
207
|
+
declare type __VLS_PublicProps_3 = {
|
|
208
|
+
modelValue?: string;
|
|
209
|
+
} & __VLS_Props_2;
|
|
210
|
+
|
|
211
|
+
declare type __VLS_PublicProps_4 = {
|
|
212
|
+
modelValue?: string;
|
|
213
|
+
} & __VLS_Props_3;
|
|
214
|
+
|
|
215
|
+
declare function __VLS_template(): {
|
|
216
|
+
attrs: Partial<{}>;
|
|
217
|
+
slots: {
|
|
218
|
+
default?(_: {}): any;
|
|
219
|
+
};
|
|
220
|
+
refs: {};
|
|
221
|
+
rootEl: HTMLDivElement;
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
declare function __VLS_template_10(): {
|
|
225
|
+
attrs: Partial<{}>;
|
|
226
|
+
slots: {
|
|
227
|
+
default?(_: {}): any;
|
|
228
|
+
};
|
|
229
|
+
refs: {};
|
|
230
|
+
rootEl: HTMLDivElement;
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
declare function __VLS_template_11(): {
|
|
234
|
+
attrs: Partial<{}>;
|
|
235
|
+
slots: {
|
|
236
|
+
default?(_: {}): any;
|
|
237
|
+
};
|
|
238
|
+
refs: {};
|
|
239
|
+
rootEl: any;
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
declare function __VLS_template_12(): {
|
|
243
|
+
attrs: Partial<{}>;
|
|
244
|
+
slots: {
|
|
245
|
+
default?(_: {}): any;
|
|
246
|
+
};
|
|
247
|
+
refs: {};
|
|
248
|
+
rootEl: any;
|
|
249
|
+
};
|
|
250
|
+
|
|
251
|
+
declare function __VLS_template_13(): {
|
|
252
|
+
attrs: Partial<{}>;
|
|
253
|
+
slots: {
|
|
254
|
+
default?(_: {}): any;
|
|
255
|
+
};
|
|
256
|
+
refs: {};
|
|
257
|
+
rootEl: any;
|
|
258
|
+
};
|
|
259
|
+
|
|
260
|
+
declare function __VLS_template_14(): {
|
|
261
|
+
attrs: Partial<{}>;
|
|
262
|
+
slots: {
|
|
263
|
+
default?(_: {}): any;
|
|
264
|
+
};
|
|
265
|
+
refs: {};
|
|
266
|
+
rootEl: any;
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
declare function __VLS_template_15(): {
|
|
270
|
+
attrs: Partial<{}>;
|
|
271
|
+
slots: {
|
|
272
|
+
default?(_: {}): any;
|
|
273
|
+
};
|
|
274
|
+
refs: {};
|
|
275
|
+
rootEl: HTMLDivElement;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
declare function __VLS_template_16(): {
|
|
279
|
+
attrs: Partial<{}>;
|
|
280
|
+
slots: {
|
|
281
|
+
default?(_: {}): any;
|
|
282
|
+
};
|
|
283
|
+
refs: {};
|
|
284
|
+
rootEl: HTMLDivElement;
|
|
285
|
+
};
|
|
286
|
+
|
|
287
|
+
declare function __VLS_template_17(): {
|
|
288
|
+
attrs: Partial<{}>;
|
|
289
|
+
slots: {
|
|
290
|
+
default?(_: {}): any;
|
|
291
|
+
};
|
|
292
|
+
refs: {};
|
|
293
|
+
rootEl: HTMLDivElement;
|
|
294
|
+
};
|
|
295
|
+
|
|
296
|
+
declare function __VLS_template_18(): {
|
|
297
|
+
attrs: Partial<{}>;
|
|
298
|
+
slots: {
|
|
299
|
+
default?(_: {}): any;
|
|
300
|
+
};
|
|
301
|
+
refs: {};
|
|
302
|
+
rootEl: HTMLParagraphElement;
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
declare function __VLS_template_19(): {
|
|
306
|
+
attrs: Partial<{}>;
|
|
307
|
+
slots: {
|
|
308
|
+
default?(_: {}): any;
|
|
309
|
+
};
|
|
310
|
+
refs: {};
|
|
311
|
+
rootEl: HTMLDivElement;
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
declare function __VLS_template_2(): {
|
|
315
|
+
attrs: Partial<{}>;
|
|
316
|
+
slots: {
|
|
317
|
+
default?(_: {}): any;
|
|
318
|
+
};
|
|
319
|
+
refs: {};
|
|
320
|
+
rootEl: HTMLDivElement;
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
declare function __VLS_template_20(): {
|
|
324
|
+
attrs: Partial<{}>;
|
|
325
|
+
slots: {
|
|
326
|
+
default?(_: {}): any;
|
|
327
|
+
};
|
|
328
|
+
refs: {};
|
|
329
|
+
rootEl: HTMLDivElement;
|
|
330
|
+
};
|
|
331
|
+
|
|
332
|
+
declare function __VLS_template_21(): {
|
|
333
|
+
attrs: Partial<{}>;
|
|
334
|
+
slots: {
|
|
335
|
+
default?(_: {}): any;
|
|
336
|
+
};
|
|
337
|
+
refs: {};
|
|
338
|
+
rootEl: HTMLHeadingElement;
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
declare function __VLS_template_22(): {
|
|
342
|
+
attrs: Partial<{}>;
|
|
343
|
+
slots: {
|
|
344
|
+
default?(_: {}): any;
|
|
345
|
+
};
|
|
346
|
+
refs: {};
|
|
347
|
+
rootEl: any;
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
declare function __VLS_template_23(): {
|
|
351
|
+
attrs: Partial<{}>;
|
|
352
|
+
slots: {
|
|
353
|
+
default?(_: {}): any;
|
|
354
|
+
};
|
|
355
|
+
refs: {};
|
|
356
|
+
rootEl: any;
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
declare function __VLS_template_24(): {
|
|
360
|
+
attrs: Partial<{}>;
|
|
361
|
+
slots: {
|
|
362
|
+
default?(_: {}): any;
|
|
363
|
+
};
|
|
364
|
+
refs: {};
|
|
365
|
+
rootEl: any;
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
declare function __VLS_template_25(): {
|
|
369
|
+
attrs: Partial<{}>;
|
|
370
|
+
slots: {
|
|
371
|
+
default?(_: {}): any;
|
|
372
|
+
};
|
|
373
|
+
refs: {};
|
|
374
|
+
rootEl: any;
|
|
375
|
+
};
|
|
376
|
+
|
|
377
|
+
declare function __VLS_template_26(): {
|
|
378
|
+
attrs: Partial<{}>;
|
|
379
|
+
slots: {
|
|
380
|
+
default?(_: {}): any;
|
|
381
|
+
};
|
|
382
|
+
refs: {};
|
|
383
|
+
rootEl: any;
|
|
384
|
+
};
|
|
385
|
+
|
|
386
|
+
declare function __VLS_template_27(): {
|
|
387
|
+
attrs: Partial<{}>;
|
|
388
|
+
slots: {
|
|
389
|
+
default?(_: {}): any;
|
|
390
|
+
};
|
|
391
|
+
refs: {};
|
|
392
|
+
rootEl: any;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
declare function __VLS_template_28(): {
|
|
396
|
+
attrs: Partial<{}>;
|
|
397
|
+
slots: {
|
|
398
|
+
default?(_: {}): any;
|
|
399
|
+
};
|
|
400
|
+
refs: {};
|
|
401
|
+
rootEl: HTMLSpanElement;
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
declare function __VLS_template_29(): {
|
|
405
|
+
attrs: Partial<{}>;
|
|
406
|
+
slots: {
|
|
407
|
+
'indicator-icon'?(_: {}): any;
|
|
408
|
+
default?(_: {}): any;
|
|
409
|
+
};
|
|
410
|
+
refs: {};
|
|
411
|
+
rootEl: any;
|
|
412
|
+
};
|
|
413
|
+
|
|
414
|
+
declare function __VLS_template_3(): {
|
|
415
|
+
attrs: Partial<{}>;
|
|
416
|
+
slots: {
|
|
417
|
+
default?(_: {}): any;
|
|
418
|
+
};
|
|
419
|
+
refs: {};
|
|
420
|
+
rootEl: HTMLDivElement;
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
declare function __VLS_template_30(): {
|
|
424
|
+
attrs: Partial<{}>;
|
|
425
|
+
slots: {
|
|
426
|
+
default?(_: {}): any;
|
|
427
|
+
};
|
|
428
|
+
refs: {};
|
|
429
|
+
rootEl: any;
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
declare function __VLS_template_31(): {
|
|
433
|
+
attrs: Partial<{}>;
|
|
434
|
+
slots: {
|
|
435
|
+
'indicator-icon'?(_: {}): any;
|
|
436
|
+
default?(_: {}): any;
|
|
437
|
+
};
|
|
438
|
+
refs: {};
|
|
439
|
+
rootEl: any;
|
|
440
|
+
};
|
|
441
|
+
|
|
442
|
+
declare function __VLS_template_32(): {
|
|
443
|
+
attrs: Partial<{}>;
|
|
444
|
+
slots: {
|
|
445
|
+
default?(_: any): any;
|
|
446
|
+
};
|
|
447
|
+
refs: {};
|
|
448
|
+
rootEl: any;
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
declare function __VLS_template_33(): {
|
|
452
|
+
attrs: Partial<{}>;
|
|
453
|
+
slots: {
|
|
454
|
+
default?(_: {}): any;
|
|
455
|
+
};
|
|
456
|
+
refs: {};
|
|
457
|
+
rootEl: any;
|
|
458
|
+
};
|
|
459
|
+
|
|
460
|
+
declare function __VLS_template_34(): {
|
|
461
|
+
attrs: Partial<{}>;
|
|
462
|
+
slots: {
|
|
463
|
+
default?(_: {}): any;
|
|
464
|
+
};
|
|
465
|
+
refs: {};
|
|
466
|
+
rootEl: any;
|
|
467
|
+
};
|
|
468
|
+
|
|
469
|
+
declare function __VLS_template_35(): {
|
|
470
|
+
attrs: Partial<{}>;
|
|
471
|
+
slots: {
|
|
472
|
+
default?(_: {}): any;
|
|
473
|
+
};
|
|
474
|
+
refs: {};
|
|
475
|
+
rootEl: any;
|
|
476
|
+
};
|
|
477
|
+
|
|
478
|
+
declare function __VLS_template_36(): {
|
|
479
|
+
attrs: Partial<{}>;
|
|
480
|
+
slots: {
|
|
481
|
+
default?(_: {}): any;
|
|
482
|
+
};
|
|
483
|
+
refs: {};
|
|
484
|
+
rootEl: any;
|
|
485
|
+
};
|
|
486
|
+
|
|
487
|
+
declare function __VLS_template_4(): {
|
|
488
|
+
attrs: Partial<{}>;
|
|
489
|
+
slots: {
|
|
490
|
+
default?(_: {}): any;
|
|
491
|
+
};
|
|
492
|
+
refs: {};
|
|
493
|
+
rootEl: any;
|
|
494
|
+
};
|
|
495
|
+
|
|
496
|
+
declare function __VLS_template_5(): {
|
|
497
|
+
attrs: Partial<{}>;
|
|
498
|
+
slots: {
|
|
499
|
+
default?(_: {}): any;
|
|
500
|
+
};
|
|
501
|
+
refs: {};
|
|
502
|
+
rootEl: any;
|
|
503
|
+
};
|
|
504
|
+
|
|
505
|
+
declare function __VLS_template_6(): {
|
|
506
|
+
attrs: Partial<{}>;
|
|
507
|
+
slots: {
|
|
508
|
+
default?(_: {}): any;
|
|
509
|
+
};
|
|
510
|
+
refs: {};
|
|
511
|
+
rootEl: any;
|
|
512
|
+
};
|
|
513
|
+
|
|
514
|
+
declare function __VLS_template_7(): {
|
|
515
|
+
attrs: Partial<{}>;
|
|
516
|
+
slots: {
|
|
517
|
+
default?(_: {}): any;
|
|
518
|
+
};
|
|
519
|
+
refs: {};
|
|
520
|
+
rootEl: any;
|
|
521
|
+
};
|
|
522
|
+
|
|
523
|
+
declare function __VLS_template_8(): {
|
|
524
|
+
attrs: Partial<{}>;
|
|
525
|
+
slots: {
|
|
526
|
+
default?(_: {}): any;
|
|
527
|
+
};
|
|
528
|
+
refs: {};
|
|
529
|
+
rootEl: any;
|
|
530
|
+
};
|
|
531
|
+
|
|
532
|
+
declare function __VLS_template_9(): {
|
|
533
|
+
attrs: Partial<{}>;
|
|
534
|
+
slots: {
|
|
535
|
+
default?(_: {}): any;
|
|
536
|
+
};
|
|
537
|
+
refs: {};
|
|
538
|
+
rootEl: HTMLDivElement;
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
542
|
+
|
|
543
|
+
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
544
|
+
|
|
545
|
+
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
546
|
+
|
|
547
|
+
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
548
|
+
|
|
549
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
550
|
+
|
|
551
|
+
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
552
|
+
|
|
553
|
+
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
554
|
+
|
|
555
|
+
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
556
|
+
|
|
557
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
558
|
+
|
|
559
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
560
|
+
|
|
561
|
+
declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
562
|
+
|
|
563
|
+
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
564
|
+
|
|
565
|
+
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
566
|
+
|
|
567
|
+
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
568
|
+
|
|
569
|
+
declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
570
|
+
|
|
571
|
+
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
572
|
+
|
|
573
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
574
|
+
|
|
575
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
576
|
+
|
|
577
|
+
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
578
|
+
|
|
579
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
580
|
+
|
|
581
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
582
|
+
|
|
583
|
+
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
584
|
+
|
|
585
|
+
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
586
|
+
|
|
587
|
+
declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
588
|
+
|
|
589
|
+
declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
590
|
+
|
|
591
|
+
declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
592
|
+
|
|
593
|
+
declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
|
|
594
|
+
|
|
595
|
+
declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
|
|
596
|
+
|
|
597
|
+
declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
|
|
598
|
+
|
|
599
|
+
declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
|
|
600
|
+
|
|
601
|
+
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
602
|
+
|
|
603
|
+
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
604
|
+
|
|
605
|
+
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
606
|
+
|
|
607
|
+
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
608
|
+
|
|
609
|
+
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
610
|
+
|
|
611
|
+
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
612
|
+
|
|
613
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
614
|
+
new (): {
|
|
615
|
+
$slots: S;
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
|
|
619
|
+
declare type __VLS_WithTemplateSlots_10<T, S> = T & {
|
|
620
|
+
new (): {
|
|
621
|
+
$slots: S;
|
|
622
|
+
};
|
|
623
|
+
};
|
|
624
|
+
|
|
625
|
+
declare type __VLS_WithTemplateSlots_11<T, S> = T & {
|
|
626
|
+
new (): {
|
|
627
|
+
$slots: S;
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
|
|
631
|
+
declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
632
|
+
new (): {
|
|
633
|
+
$slots: S;
|
|
634
|
+
};
|
|
635
|
+
};
|
|
636
|
+
|
|
637
|
+
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
638
|
+
new (): {
|
|
639
|
+
$slots: S;
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
644
|
+
new (): {
|
|
645
|
+
$slots: S;
|
|
646
|
+
};
|
|
647
|
+
};
|
|
648
|
+
|
|
649
|
+
declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
650
|
+
new (): {
|
|
651
|
+
$slots: S;
|
|
652
|
+
};
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
656
|
+
new (): {
|
|
657
|
+
$slots: S;
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
|
|
661
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
662
|
+
new (): {
|
|
663
|
+
$slots: S;
|
|
664
|
+
};
|
|
665
|
+
};
|
|
666
|
+
|
|
667
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
668
|
+
new (): {
|
|
669
|
+
$slots: S;
|
|
670
|
+
};
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
declare type __VLS_WithTemplateSlots_19<T, S> = T & {
|
|
674
|
+
new (): {
|
|
675
|
+
$slots: S;
|
|
676
|
+
};
|
|
677
|
+
};
|
|
678
|
+
|
|
679
|
+
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
680
|
+
new (): {
|
|
681
|
+
$slots: S;
|
|
682
|
+
};
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
686
|
+
new (): {
|
|
687
|
+
$slots: S;
|
|
688
|
+
};
|
|
689
|
+
};
|
|
690
|
+
|
|
691
|
+
declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
692
|
+
new (): {
|
|
693
|
+
$slots: S;
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
|
|
697
|
+
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
698
|
+
new (): {
|
|
699
|
+
$slots: S;
|
|
700
|
+
};
|
|
701
|
+
};
|
|
702
|
+
|
|
703
|
+
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
704
|
+
new (): {
|
|
705
|
+
$slots: S;
|
|
706
|
+
};
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
710
|
+
new (): {
|
|
711
|
+
$slots: S;
|
|
712
|
+
};
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
716
|
+
new (): {
|
|
717
|
+
$slots: S;
|
|
718
|
+
};
|
|
719
|
+
};
|
|
720
|
+
|
|
721
|
+
declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
722
|
+
new (): {
|
|
723
|
+
$slots: S;
|
|
724
|
+
};
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
728
|
+
new (): {
|
|
729
|
+
$slots: S;
|
|
730
|
+
};
|
|
731
|
+
};
|
|
732
|
+
|
|
733
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
734
|
+
new (): {
|
|
735
|
+
$slots: S;
|
|
736
|
+
};
|
|
737
|
+
};
|
|
738
|
+
|
|
739
|
+
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
740
|
+
new (): {
|
|
741
|
+
$slots: S;
|
|
742
|
+
};
|
|
743
|
+
};
|
|
744
|
+
|
|
745
|
+
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
746
|
+
new (): {
|
|
747
|
+
$slots: S;
|
|
748
|
+
};
|
|
749
|
+
};
|
|
750
|
+
|
|
751
|
+
declare type __VLS_WithTemplateSlots_30<T, S> = T & {
|
|
752
|
+
new (): {
|
|
753
|
+
$slots: S;
|
|
754
|
+
};
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
declare type __VLS_WithTemplateSlots_31<T, S> = T & {
|
|
758
|
+
new (): {
|
|
759
|
+
$slots: S;
|
|
760
|
+
};
|
|
761
|
+
};
|
|
762
|
+
|
|
763
|
+
declare type __VLS_WithTemplateSlots_32<T, S> = T & {
|
|
764
|
+
new (): {
|
|
765
|
+
$slots: S;
|
|
766
|
+
};
|
|
767
|
+
};
|
|
768
|
+
|
|
769
|
+
declare type __VLS_WithTemplateSlots_33<T, S> = T & {
|
|
770
|
+
new (): {
|
|
771
|
+
$slots: S;
|
|
772
|
+
};
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
declare type __VLS_WithTemplateSlots_34<T, S> = T & {
|
|
776
|
+
new (): {
|
|
777
|
+
$slots: S;
|
|
778
|
+
};
|
|
779
|
+
};
|
|
780
|
+
|
|
781
|
+
declare type __VLS_WithTemplateSlots_35<T, S> = T & {
|
|
782
|
+
new (): {
|
|
783
|
+
$slots: S;
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
|
|
787
|
+
declare type __VLS_WithTemplateSlots_36<T, S> = T & {
|
|
788
|
+
new (): {
|
|
789
|
+
$slots: S;
|
|
790
|
+
};
|
|
791
|
+
};
|
|
792
|
+
|
|
793
|
+
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
794
|
+
new (): {
|
|
795
|
+
$slots: S;
|
|
796
|
+
};
|
|
797
|
+
};
|
|
798
|
+
|
|
799
|
+
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
800
|
+
new (): {
|
|
801
|
+
$slots: S;
|
|
802
|
+
};
|
|
803
|
+
};
|
|
804
|
+
|
|
805
|
+
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
806
|
+
new (): {
|
|
807
|
+
$slots: S;
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
|
|
811
|
+
declare type __VLS_WithTemplateSlots_7<T, S> = T & {
|
|
812
|
+
new (): {
|
|
813
|
+
$slots: S;
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
|
|
817
|
+
declare type __VLS_WithTemplateSlots_8<T, S> = T & {
|
|
818
|
+
new (): {
|
|
819
|
+
$slots: S;
|
|
820
|
+
};
|
|
821
|
+
};
|
|
822
|
+
|
|
823
|
+
declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
824
|
+
new (): {
|
|
825
|
+
$slots: S;
|
|
826
|
+
};
|
|
827
|
+
};
|
|
828
|
+
|
|
829
|
+
export declare const Button: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
830
|
+
|
|
831
|
+
export declare type ButtonVariants = VariantProps<typeof buttonVariants>;
|
|
832
|
+
|
|
833
|
+
export declare const buttonVariants: (props?: ({
|
|
834
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
835
|
+
size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
836
|
+
} & ClassProp) | undefined) => string;
|
|
837
|
+
|
|
838
|
+
declare const _default: {
|
|
839
|
+
install(app: any, options: any): void;
|
|
840
|
+
};
|
|
841
|
+
export default _default;
|
|
842
|
+
|
|
843
|
+
declare interface Props extends PrimitiveProps {
|
|
844
|
+
variant?: ButtonVariants['variant'];
|
|
845
|
+
size?: ButtonVariants['size'];
|
|
846
|
+
class?: HTMLAttributes['class'];
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
export declare const UiAlert: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
850
|
+
|
|
851
|
+
export declare const UiAlertDescription: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
852
|
+
|
|
853
|
+
export declare const UiAlertDialog: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
854
|
+
|
|
855
|
+
export declare const UiAlertDialogAction: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
856
|
+
|
|
857
|
+
export declare const UiAlertDialogCancel: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
858
|
+
|
|
859
|
+
export declare const UiAlertDialogContent: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* Props for UiAlertDialogContent component.
|
|
863
|
+
*/
|
|
864
|
+
declare type UiAlertDialogContentProps = UiAlertSubComponentCommonProps & {
|
|
865
|
+
/**
|
|
866
|
+
* Prop to disable pointer events outside the dialog
|
|
867
|
+
* @default false
|
|
868
|
+
*/
|
|
869
|
+
disableOutsidePointerEvents?: boolean;
|
|
870
|
+
};
|
|
871
|
+
|
|
872
|
+
export declare const UiAlertDialogDescription: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
873
|
+
|
|
874
|
+
export declare const UiAlertDialogFooter: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
875
|
+
|
|
876
|
+
export declare const UiAlertDialogHeader: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
877
|
+
|
|
878
|
+
export declare const UiAlertDialogTitle: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
879
|
+
|
|
880
|
+
export declare const UiAlertDialogTrigger: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
881
|
+
|
|
882
|
+
export declare type UiAlertProps = {
|
|
883
|
+
variant?: UiAlertVariants;
|
|
884
|
+
};
|
|
885
|
+
|
|
886
|
+
/**
|
|
887
|
+
* Common prop inside the sub-components.
|
|
888
|
+
*/
|
|
889
|
+
declare type UiAlertSubComponentCommonProps = {
|
|
890
|
+
asChild?: boolean;
|
|
891
|
+
};
|
|
892
|
+
|
|
893
|
+
export declare const UiAlertTitle: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
894
|
+
|
|
895
|
+
export declare type UiAlertVariants = 'default' | 'destructive';
|
|
896
|
+
|
|
897
|
+
export declare const UiBadge: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* Props for UiBadge component.
|
|
901
|
+
*/
|
|
902
|
+
export declare interface UiBadgeProps {
|
|
903
|
+
/**
|
|
904
|
+
* Variant types for the badge
|
|
905
|
+
* @default default
|
|
906
|
+
*/
|
|
907
|
+
variant?: UiBadgeVariants;
|
|
908
|
+
/**
|
|
909
|
+
* Whether to render as a child (Slot) instead of a wrapper element.
|
|
910
|
+
* Useful for tooltips or wrapping other components.
|
|
911
|
+
* @default false
|
|
912
|
+
*/
|
|
913
|
+
asChild?: boolean;
|
|
914
|
+
/**
|
|
915
|
+
* Icon component to display before the button text.
|
|
916
|
+
* Hidden when loading is true.
|
|
917
|
+
* @example
|
|
918
|
+
* ```vue
|
|
919
|
+
* <UiButton :startIcon="ChevronLeft">Back</UiButton>
|
|
920
|
+
* ```
|
|
921
|
+
*/
|
|
922
|
+
startIcon?: Component;
|
|
923
|
+
/**
|
|
924
|
+
* Icon component to display after the button text.
|
|
925
|
+
* @example
|
|
926
|
+
* ```vue
|
|
927
|
+
* <UiButton :endIcon="ChevronRight">Next</UiButton>
|
|
928
|
+
* ```
|
|
929
|
+
*/
|
|
930
|
+
endIcon?: Component;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
/**
|
|
934
|
+
* Variant Types for the UiBadge primitive component
|
|
935
|
+
*/
|
|
936
|
+
export declare type UiBadgeVariants = 'default' | 'secondary' | 'outline' | 'destructive';
|
|
937
|
+
|
|
938
|
+
export declare const UiButton: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
939
|
+
|
|
940
|
+
/**
|
|
941
|
+
* Props for UiButton component.
|
|
942
|
+
*/
|
|
943
|
+
export declare interface UiButtonProps {
|
|
944
|
+
/**
|
|
945
|
+
* The visual style of the button.
|
|
946
|
+
* @default 'default'
|
|
947
|
+
*/
|
|
948
|
+
variant?: UiButtonVariant;
|
|
949
|
+
/**
|
|
950
|
+
* The size of the button.
|
|
951
|
+
* @default 'default'
|
|
952
|
+
*/
|
|
953
|
+
size?: UiButtonSize;
|
|
954
|
+
/**
|
|
955
|
+
* Additional CSS classes to apply to the button.
|
|
956
|
+
*/
|
|
957
|
+
class?: string;
|
|
958
|
+
/**
|
|
959
|
+
* Whether to render as a child (Slot) instead of a wrapper element.
|
|
960
|
+
* Useful for tooltips or wrapping other components.
|
|
961
|
+
* @default false
|
|
962
|
+
*/
|
|
963
|
+
asChild?: boolean;
|
|
964
|
+
/**
|
|
965
|
+
* The native button type.
|
|
966
|
+
* @default 'button'
|
|
967
|
+
*/
|
|
968
|
+
type?: 'button' | 'submit' | 'reset';
|
|
969
|
+
/**
|
|
970
|
+
* Disables the button.
|
|
971
|
+
*/
|
|
972
|
+
disabled?: boolean;
|
|
973
|
+
/**
|
|
974
|
+
* Shows a loading state and prevents interaction.
|
|
975
|
+
*/
|
|
976
|
+
loading?: boolean;
|
|
977
|
+
/**
|
|
978
|
+
* Accessible label for the button.
|
|
979
|
+
* Optional for standard buttons as they usually have visible text.
|
|
980
|
+
*/
|
|
981
|
+
ariaLabel?: string;
|
|
982
|
+
/**
|
|
983
|
+
* Icon component to display before the button text.
|
|
984
|
+
* Hidden when loading is true.
|
|
985
|
+
* @example
|
|
986
|
+
* ```vue
|
|
987
|
+
* <UiButton :startIcon="ChevronLeft">Back</UiButton>
|
|
988
|
+
* ```
|
|
989
|
+
*/
|
|
990
|
+
startIcon?: Component;
|
|
991
|
+
/**
|
|
992
|
+
* Icon component to display after the button text.
|
|
993
|
+
* @example
|
|
994
|
+
* ```vue
|
|
995
|
+
* <UiButton :endIcon="ChevronRight">Next</UiButton>
|
|
996
|
+
* ```
|
|
997
|
+
*/
|
|
998
|
+
endIcon?: Component;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* Size variants for UiButton.
|
|
1003
|
+
*/
|
|
1004
|
+
export declare type UiButtonSize = 'default' | 'xs' | 'sm' | 'lg';
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* Visual style variants for UiButton.
|
|
1008
|
+
*/
|
|
1009
|
+
export declare type UiButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
1010
|
+
|
|
1011
|
+
export declare const UiCard: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1012
|
+
|
|
1013
|
+
export declare const UiCardAction: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1014
|
+
|
|
1015
|
+
export declare const UiCardContent: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1016
|
+
|
|
1017
|
+
export declare const UiCardDescription: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1018
|
+
|
|
1019
|
+
export declare const UiCardFooter: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1020
|
+
|
|
1021
|
+
export declare const UiCardHeader: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1022
|
+
|
|
1023
|
+
export declare const UiCardTitle: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1024
|
+
|
|
1025
|
+
export declare const UiCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1026
|
+
"update:modelValue": (value: UiCheckboxModelValue) => any;
|
|
1027
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1028
|
+
"onUpdate:modelValue"?: ((value: UiCheckboxModelValue) => any) | undefined;
|
|
1029
|
+
}>, {
|
|
1030
|
+
disabled: boolean;
|
|
1031
|
+
required: boolean;
|
|
1032
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* Type for the accepted values for the component.
|
|
1036
|
+
*/
|
|
1037
|
+
declare type UiCheckboxModelValue = boolean | 'indeterminate';
|
|
1038
|
+
|
|
1039
|
+
/**
|
|
1040
|
+
* Props for UiCheckbox component.
|
|
1041
|
+
*/
|
|
1042
|
+
export declare type UiCheckboxProps = {
|
|
1043
|
+
/**
|
|
1044
|
+
* Prop to name the element
|
|
1045
|
+
*/
|
|
1046
|
+
name: string;
|
|
1047
|
+
/**
|
|
1048
|
+
* Prop to define the Checkbox as disabled, therefore blocking all user interaction with it.
|
|
1049
|
+
* @default false
|
|
1050
|
+
*/
|
|
1051
|
+
disabled?: boolean;
|
|
1052
|
+
/**
|
|
1053
|
+
* Define the element as required on a Form.
|
|
1054
|
+
* @default false
|
|
1055
|
+
*/
|
|
1056
|
+
required?: boolean;
|
|
1057
|
+
};
|
|
1058
|
+
|
|
1059
|
+
export declare const UiCompositionPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1060
|
+
|
|
1061
|
+
export declare const UiDropdownMenu: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1062
|
+
|
|
1063
|
+
export declare const UiDropdownMenuCheckboxItem: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1064
|
+
|
|
1065
|
+
export declare interface UiDropdownMenuCheckboxItemEmits {
|
|
1066
|
+
'update:checked': [value: boolean];
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
export declare interface UiDropdownMenuCheckboxItemProps {
|
|
1070
|
+
/**
|
|
1071
|
+
* The controlled checked state of the checkbox item.
|
|
1072
|
+
* Use with v-model:checked
|
|
1073
|
+
*/
|
|
1074
|
+
checked?: boolean;
|
|
1075
|
+
/**
|
|
1076
|
+
* Whether the checkbox item is disabled.
|
|
1077
|
+
* @default false
|
|
1078
|
+
*/
|
|
1079
|
+
disabled?: boolean;
|
|
1080
|
+
/**
|
|
1081
|
+
* Optional text used for typeahead purposes.
|
|
1082
|
+
*/
|
|
1083
|
+
textValue?: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* Additional CSS classes to apply to the checkbox item.
|
|
1086
|
+
*/
|
|
1087
|
+
class?: HTMLAttributes['class'];
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
export declare const UiDropdownMenuContent: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1091
|
+
|
|
1092
|
+
export declare interface UiDropdownMenuContentEmits {
|
|
1093
|
+
/**
|
|
1094
|
+
* Event emitted when the escape key is pressed.
|
|
1095
|
+
* Can be used to prevent closing or add custom behavior.
|
|
1096
|
+
*/
|
|
1097
|
+
(e: 'escapeKeyDown', event: KeyboardEvent): void;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
export declare interface UiDropdownMenuContentProps {
|
|
1101
|
+
/**
|
|
1102
|
+
* The preferred side of the trigger to render against when open.
|
|
1103
|
+
* @default 'bottom'
|
|
1104
|
+
*/
|
|
1105
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
1106
|
+
/**
|
|
1107
|
+
* The distance in pixels from the trigger.
|
|
1108
|
+
* @default 4
|
|
1109
|
+
*/
|
|
1110
|
+
sideOffset?: number;
|
|
1111
|
+
/**
|
|
1112
|
+
* The preferred alignment against the trigger.
|
|
1113
|
+
* @default 'start'
|
|
1114
|
+
*/
|
|
1115
|
+
align?: 'start' | 'center' | 'end';
|
|
1116
|
+
/**
|
|
1117
|
+
* Additional CSS classes to apply to the content container.
|
|
1118
|
+
*/
|
|
1119
|
+
class?: HTMLAttributes['class'];
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export declare interface UiDropdownMenuEmits {
|
|
1123
|
+
/**
|
|
1124
|
+
* Event emitted when the open state changes.
|
|
1125
|
+
*/
|
|
1126
|
+
'update:open': [value: boolean];
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
export declare const UiDropdownMenuGroup: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1130
|
+
|
|
1131
|
+
export declare const UiDropdownMenuItem: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1132
|
+
|
|
1133
|
+
export declare interface UiDropdownMenuItemProps {
|
|
1134
|
+
/**
|
|
1135
|
+
* Visual variant of the menu item.
|
|
1136
|
+
* @default 'default'
|
|
1137
|
+
*/
|
|
1138
|
+
variant?: 'default' | 'destructive';
|
|
1139
|
+
/**
|
|
1140
|
+
* Whether the item is disabled.
|
|
1141
|
+
* @default false
|
|
1142
|
+
*/
|
|
1143
|
+
disabled?: boolean;
|
|
1144
|
+
/**
|
|
1145
|
+
* Whether to add extra left padding (for items under a label).
|
|
1146
|
+
* @default false
|
|
1147
|
+
*/
|
|
1148
|
+
inset?: boolean;
|
|
1149
|
+
/**
|
|
1150
|
+
* Optional text used for typeahead purposes.
|
|
1151
|
+
* Useful when the item contains icons or complex content.
|
|
1152
|
+
*/
|
|
1153
|
+
textValue?: string;
|
|
1154
|
+
/**
|
|
1155
|
+
* Additional CSS classes to apply to the item.
|
|
1156
|
+
*/
|
|
1157
|
+
class?: HTMLAttributes['class'];
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export declare const UiDropdownMenuLabel: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1161
|
+
|
|
1162
|
+
export declare interface UiDropdownMenuLabelProps {
|
|
1163
|
+
/**
|
|
1164
|
+
* Whether to add extra left padding (for items under a label).
|
|
1165
|
+
* @default false
|
|
1166
|
+
*/
|
|
1167
|
+
inset?: boolean;
|
|
1168
|
+
/**
|
|
1169
|
+
* Additional CSS classes to apply to the label.
|
|
1170
|
+
*/
|
|
1171
|
+
class?: HTMLAttributes['class'];
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
export declare interface UiDropdownMenuProps {
|
|
1175
|
+
/**
|
|
1176
|
+
* The controlled open state of the dropdown menu.
|
|
1177
|
+
* Must be used in conjunction with `update:open`.
|
|
1178
|
+
*/
|
|
1179
|
+
open?: boolean;
|
|
1180
|
+
/**
|
|
1181
|
+
* The modality of the dropdown menu.
|
|
1182
|
+
* When set to `true`, interaction with outside elements will be disabled
|
|
1183
|
+
* and only menu content will be visible to screen readers.
|
|
1184
|
+
* @default true
|
|
1185
|
+
*/
|
|
1186
|
+
modal?: boolean;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
export declare const UiDropdownMenuRadioGroup: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1190
|
+
|
|
1191
|
+
export declare interface UiDropdownMenuRadioGroupEmits {
|
|
1192
|
+
'update:modelValue': [value: string];
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export declare interface UiDropdownMenuRadioGroupProps {
|
|
1196
|
+
/**
|
|
1197
|
+
* The value of the selected radio item.
|
|
1198
|
+
* Use with v-model
|
|
1199
|
+
*/
|
|
1200
|
+
modelValue?: string;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
export declare const UiDropdownMenuRadioItem: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1204
|
+
|
|
1205
|
+
export declare interface UiDropdownMenuRadioItemProps {
|
|
1206
|
+
/**
|
|
1207
|
+
* The unique value of the radio item.
|
|
1208
|
+
*/
|
|
1209
|
+
value: string;
|
|
1210
|
+
/**
|
|
1211
|
+
* Whether the radio item is disabled.
|
|
1212
|
+
* @default false
|
|
1213
|
+
*/
|
|
1214
|
+
disabled?: boolean;
|
|
1215
|
+
/**
|
|
1216
|
+
* Optional text used for typeahead purposes.
|
|
1217
|
+
*/
|
|
1218
|
+
textValue?: string;
|
|
1219
|
+
/**
|
|
1220
|
+
* Additional CSS classes to apply to the radio item.
|
|
1221
|
+
*/
|
|
1222
|
+
class?: HTMLAttributes['class'];
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export declare const UiDropdownMenuSeparator: DefineComponent<UiDropdownMenuSeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDropdownMenuSeparatorProps> & Readonly<{}>, {
|
|
1226
|
+
class: HTMLAttributes["class"];
|
|
1227
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1228
|
+
|
|
1229
|
+
export declare interface UiDropdownMenuSeparatorProps {
|
|
1230
|
+
/**
|
|
1231
|
+
* Additional CSS classes to apply to the separator.
|
|
1232
|
+
*/
|
|
1233
|
+
class?: HTMLAttributes['class'];
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
export declare const UiDropdownMenuShortcut: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1237
|
+
|
|
1238
|
+
export declare interface UiDropdownMenuShortcutProps {
|
|
1239
|
+
/**
|
|
1240
|
+
* Additional CSS classes to apply to the shortcut.
|
|
1241
|
+
*/
|
|
1242
|
+
class?: HTMLAttributes['class'];
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
export declare const UiDropdownMenuSub: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1246
|
+
|
|
1247
|
+
export declare const UiDropdownMenuSubContent: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
1248
|
+
|
|
1249
|
+
export declare interface UiDropdownMenuSubContentEmits {
|
|
1250
|
+
/**
|
|
1251
|
+
* Event emitted when the escape key is pressed.
|
|
1252
|
+
* Can be used to prevent closing or add custom behavior.
|
|
1253
|
+
*/
|
|
1254
|
+
(e: 'escapeKeyDown', event: KeyboardEvent): void;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export declare interface UiDropdownMenuSubContentProps {
|
|
1258
|
+
/**
|
|
1259
|
+
* The distance in pixels from the trigger.
|
|
1260
|
+
* @default 0
|
|
1261
|
+
*/
|
|
1262
|
+
sideOffset?: number;
|
|
1263
|
+
/**
|
|
1264
|
+
* Additional CSS classes to apply to the sub content.
|
|
1265
|
+
*/
|
|
1266
|
+
class?: HTMLAttributes['class'];
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
export declare interface UiDropdownMenuSubEmits {
|
|
1270
|
+
'update:open': [value: boolean];
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export declare interface UiDropdownMenuSubProps {
|
|
1274
|
+
/**
|
|
1275
|
+
* The controlled open state of the submenu.
|
|
1276
|
+
*/
|
|
1277
|
+
open?: boolean;
|
|
1278
|
+
/**
|
|
1279
|
+
* The open state of the submenu when it is initially rendered.
|
|
1280
|
+
*/
|
|
1281
|
+
defaultOpen?: boolean;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
export declare const UiDropdownMenuSubTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
1285
|
+
|
|
1286
|
+
export declare interface UiDropdownMenuSubTriggerProps {
|
|
1287
|
+
/**
|
|
1288
|
+
* Whether the sub trigger is disabled.
|
|
1289
|
+
* @default false
|
|
1290
|
+
*/
|
|
1291
|
+
disabled?: boolean;
|
|
1292
|
+
/**
|
|
1293
|
+
* Whether to add extra left padding.
|
|
1294
|
+
* @default false
|
|
1295
|
+
*/
|
|
1296
|
+
inset?: boolean;
|
|
1297
|
+
/**
|
|
1298
|
+
* Optional text used for typeahead purposes.
|
|
1299
|
+
*/
|
|
1300
|
+
textValue?: string;
|
|
1301
|
+
/**
|
|
1302
|
+
* Additional CSS classes to apply to the sub trigger.
|
|
1303
|
+
*/
|
|
1304
|
+
class?: HTMLAttributes['class'];
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
export declare const UiDropdownMenuTrigger: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1308
|
+
|
|
1309
|
+
export declare interface UiDropdownMenuTriggerProps {
|
|
1310
|
+
/**
|
|
1311
|
+
* Accessible label for the trigger button.
|
|
1312
|
+
* **REQUIRED** when trigger contains only icons or images (no visible text).
|
|
1313
|
+
* Applied as `aria-label` attribute.
|
|
1314
|
+
*/
|
|
1315
|
+
ariaLabel?: string;
|
|
1316
|
+
/**
|
|
1317
|
+
* Whether the trigger is disabled.
|
|
1318
|
+
* @default false
|
|
1319
|
+
*/
|
|
1320
|
+
disabled?: boolean;
|
|
1321
|
+
/**
|
|
1322
|
+
* Render as child element (merges props into slotted element instead of wrapping).
|
|
1323
|
+
* Set to `true` when using custom button components like `UiButton` or `UiIconButton`.
|
|
1324
|
+
* @default false
|
|
1325
|
+
*/
|
|
1326
|
+
asChild?: boolean;
|
|
1327
|
+
/**
|
|
1328
|
+
* Additional CSS classes to apply to the trigger.
|
|
1329
|
+
*/
|
|
1330
|
+
class?: string;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
export declare const UiIconButton: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
1334
|
+
|
|
1335
|
+
/**
|
|
1336
|
+
* Props for UiIconButton component.
|
|
1337
|
+
*/
|
|
1338
|
+
export declare interface UiIconButtonProps {
|
|
1339
|
+
/**
|
|
1340
|
+
* The visual style of the button.
|
|
1341
|
+
* @default 'default'
|
|
1342
|
+
*/
|
|
1343
|
+
variant?: UiIconButtonVariant;
|
|
1344
|
+
/**
|
|
1345
|
+
* The size of the icon button.
|
|
1346
|
+
* @default 'icon'
|
|
1347
|
+
*/
|
|
1348
|
+
size?: UiIconButtonSize;
|
|
1349
|
+
/**
|
|
1350
|
+
* Additional CSS classes to apply to the button.
|
|
1351
|
+
*/
|
|
1352
|
+
class?: string;
|
|
1353
|
+
/**
|
|
1354
|
+
* Whether to render as a child (Slot) instead of a wrapper element.
|
|
1355
|
+
* Useful for tooltips or wrapping other components.
|
|
1356
|
+
* @default false
|
|
1357
|
+
*/
|
|
1358
|
+
asChild?: boolean;
|
|
1359
|
+
/**
|
|
1360
|
+
* The native button type.
|
|
1361
|
+
* @default 'button'
|
|
1362
|
+
*/
|
|
1363
|
+
type?: 'button' | 'submit' | 'reset';
|
|
1364
|
+
/**
|
|
1365
|
+
* Disables the button.
|
|
1366
|
+
*/
|
|
1367
|
+
disabled?: boolean;
|
|
1368
|
+
/**
|
|
1369
|
+
* Shows a loading state and prevents interaction.
|
|
1370
|
+
*/
|
|
1371
|
+
loading?: boolean;
|
|
1372
|
+
/**
|
|
1373
|
+
* Accessible label for the button.
|
|
1374
|
+
* **REQUIRED** because the button renders only an icon (no visible text).
|
|
1375
|
+
*/
|
|
1376
|
+
ariaLabel: string;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
/**
|
|
1380
|
+
* Size variants for UiIconButton.
|
|
1381
|
+
*/
|
|
1382
|
+
export declare type UiIconButtonSize = 'icon' | 'icon-sm' | 'icon-lg';
|
|
1383
|
+
|
|
1384
|
+
/**
|
|
1385
|
+
* Visual style variants for UiIconButton.
|
|
1386
|
+
*/
|
|
1387
|
+
export declare type UiIconButtonVariant = 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
|
|
1388
|
+
|
|
1389
|
+
export declare const UiInput: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1390
|
+
"update:modelValue": (value: string) => any;
|
|
1391
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
1392
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1393
|
+
}>, {
|
|
1394
|
+
placeholder: string;
|
|
1395
|
+
disabled: boolean;
|
|
1396
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
1397
|
+
|
|
1398
|
+
/**
|
|
1399
|
+
* Props for UiInput component.
|
|
1400
|
+
*/
|
|
1401
|
+
export declare interface UiInputProps {
|
|
1402
|
+
/**
|
|
1403
|
+
* Prop to name the element
|
|
1404
|
+
*/
|
|
1405
|
+
name: string;
|
|
1406
|
+
/**
|
|
1407
|
+
* Prop to define the Input as disabled, therefore blocking all user interaction with it.
|
|
1408
|
+
* @default false
|
|
1409
|
+
*/
|
|
1410
|
+
disabled?: boolean;
|
|
1411
|
+
/**
|
|
1412
|
+
/**
|
|
1413
|
+
* Prop to define the Input placeholder text.
|
|
1414
|
+
* @default undefined
|
|
1415
|
+
*/
|
|
1416
|
+
placeholder?: string;
|
|
1417
|
+
/**
|
|
1418
|
+
* Define the element as required on a Form.
|
|
1419
|
+
* @default false
|
|
1420
|
+
*/
|
|
1421
|
+
required?: boolean;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
export declare const UiPlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1425
|
+
|
|
1426
|
+
export declare const UiSpinner: DefineComponent<UiSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiSpinnerProps> & Readonly<{}>, {
|
|
1427
|
+
class: string;
|
|
1428
|
+
ariaLabel: string;
|
|
1429
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1430
|
+
|
|
1431
|
+
/**
|
|
1432
|
+
* Props for UiSpinner component.
|
|
1433
|
+
*/
|
|
1434
|
+
export declare interface UiSpinnerProps {
|
|
1435
|
+
/**
|
|
1436
|
+
* Additional CSS classes to apply to the spinner.
|
|
1437
|
+
*/
|
|
1438
|
+
class?: string;
|
|
1439
|
+
/**
|
|
1440
|
+
* Accessible label for the spinner.
|
|
1441
|
+
* @default 'Loading'
|
|
1442
|
+
*/
|
|
1443
|
+
ariaLabel?: string;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
export declare const UiTemplatePlaceholder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1447
|
+
|
|
1448
|
+
export declare const UiTextarea: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1449
|
+
"update:modelValue": (value: string) => any;
|
|
1450
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1451
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1452
|
+
}>, {
|
|
1453
|
+
placeholder: string;
|
|
1454
|
+
disabled: boolean;
|
|
1455
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTextAreaElement>;
|
|
1456
|
+
|
|
1457
|
+
/**
|
|
1458
|
+
* Props for UiTextarea component.
|
|
1459
|
+
*/
|
|
1460
|
+
export declare interface UiTextareaProps {
|
|
1461
|
+
/**
|
|
1462
|
+
* Prop to name the element
|
|
1463
|
+
*/
|
|
1464
|
+
name: string;
|
|
1465
|
+
/**
|
|
1466
|
+
* Prop to define the Textarea as disabled, therefore blocking all user interaction with it.
|
|
1467
|
+
* @default false
|
|
1468
|
+
*/
|
|
1469
|
+
disabled?: boolean;
|
|
1470
|
+
/**
|
|
1471
|
+
* Prop to define the Textarea as placeholder.
|
|
1472
|
+
* @default undefined
|
|
1473
|
+
*/
|
|
1474
|
+
placeholder?: string;
|
|
1475
|
+
/**
|
|
1476
|
+
* Define the element as required on a Form.
|
|
1477
|
+
* @default false
|
|
1478
|
+
*/
|
|
1479
|
+
required?: boolean;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
export { }
|