@typlog/ui 0.15.0 → 0.16.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/addons.css +33 -29
- package/addons.d.ts +8 -4
- package/addons.js +58 -38
- package/charts.d.ts +2 -2
- package/index.css +13652 -2
- package/{components.d.ts → index.d.ts} +659 -301
- package/{components.js → index.js} +1106 -157
- package/package.json +8 -15
- package/base.css +0 -6753
- package/components.css +0 -5410
- package/tailwind.css +0 -1111
|
@@ -13,8 +13,8 @@ import { AlertDialogRoot } from 'reka-ui';
|
|
|
13
13
|
import { AlertDialogTrigger } from 'reka-ui';
|
|
14
14
|
import { AlertDialogTriggerProps } from 'reka-ui';
|
|
15
15
|
import { AsTag } from 'reka-ui';
|
|
16
|
-
import {
|
|
17
|
-
import { CheckboxGroupRootProps
|
|
16
|
+
import { CheckboxGroupRootEmits } from 'reka-ui';
|
|
17
|
+
import { CheckboxGroupRootProps } from 'reka-ui';
|
|
18
18
|
import { CheckboxRootProps } from 'reka-ui';
|
|
19
19
|
import { CollapsibleContentProps } from 'reka-ui';
|
|
20
20
|
import { CollapsibleRootProps as CollapsibleRootProps_2 } from 'reka-ui';
|
|
@@ -32,12 +32,28 @@ import { ComputedRef } from 'vue';
|
|
|
32
32
|
import { DefineComponent } from 'vue';
|
|
33
33
|
import { DialogClose } from 'reka-ui';
|
|
34
34
|
import { DialogCloseProps } from 'reka-ui';
|
|
35
|
-
import { DialogContentEmits } from 'reka-ui';
|
|
36
35
|
import { DialogContentProps } from 'reka-ui';
|
|
37
36
|
import { DialogRoot } from 'reka-ui';
|
|
38
37
|
import { DialogRootProps } from 'reka-ui';
|
|
39
38
|
import { DialogTrigger } from 'reka-ui';
|
|
40
39
|
import { DialogTriggerProps } from 'reka-ui';
|
|
40
|
+
import { DrawerClose } from 'reka-ui';
|
|
41
|
+
import { DrawerCloseProps } from 'reka-ui';
|
|
42
|
+
import { DrawerContentEmits } from 'reka-ui';
|
|
43
|
+
import { DrawerContentProps } from 'reka-ui';
|
|
44
|
+
import { DrawerHandleProps } from 'reka-ui';
|
|
45
|
+
import { DrawerIndent } from 'reka-ui';
|
|
46
|
+
import { DrawerIndentBackground } from 'reka-ui';
|
|
47
|
+
import { DrawerIndentBackgroundProps } from 'reka-ui';
|
|
48
|
+
import { DrawerIndentProps } from 'reka-ui';
|
|
49
|
+
import { DrawerOpenChangeDetails } from 'reka-ui';
|
|
50
|
+
import { DrawerProvider } from 'reka-ui';
|
|
51
|
+
import { DrawerRootEmits as DrawerRootEmits_2 } from 'reka-ui';
|
|
52
|
+
import { DrawerRootProps as DrawerRootProps_2 } from 'reka-ui';
|
|
53
|
+
import { DrawerSwipeArea } from 'reka-ui';
|
|
54
|
+
import { DrawerSwipeAreaProps } from 'reka-ui';
|
|
55
|
+
import { DrawerTrigger } from 'reka-ui';
|
|
56
|
+
import { DrawerTriggerProps } from 'reka-ui';
|
|
41
57
|
import { DropdownMenuContentProps as DropdownMenuContentProps_2 } from 'reka-ui';
|
|
42
58
|
import { DropdownMenuItemProps as DropdownMenuItemProps_2 } from 'reka-ui';
|
|
43
59
|
import { DropdownMenuRoot } from 'reka-ui';
|
|
@@ -121,6 +137,101 @@ declare const __VLS_export_10: __VLS_WithSlots_8< DefineComponent<SpinnerProps,
|
|
|
121
137
|
default?: (props: {}) => any;
|
|
122
138
|
}>;
|
|
123
139
|
|
|
140
|
+
declare const __VLS_export_100: __VLS_WithSlots_84< DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
141
|
+
"update:open": (value: boolean) => any;
|
|
142
|
+
}, string, PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
|
|
143
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
144
|
+
}>, {
|
|
145
|
+
size: "1" | "2" | "3" | "4";
|
|
146
|
+
variant: "ghost" | "soft" | "surface";
|
|
147
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
148
|
+
default?: (props: {}) => any;
|
|
149
|
+
}>;
|
|
150
|
+
|
|
151
|
+
declare const __VLS_export_101: __VLS_WithSlots_85< DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {
|
|
152
|
+
indicator: "none" | "left" | "right";
|
|
153
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
154
|
+
default?: (props: {}) => any;
|
|
155
|
+
} & {
|
|
156
|
+
default?: (props: {}) => any;
|
|
157
|
+
}>;
|
|
158
|
+
|
|
159
|
+
declare const __VLS_export_102: __VLS_WithSlots_86<typeof __VLS_base_5, __VLS_Slots_5>;
|
|
160
|
+
|
|
161
|
+
declare const __VLS_export_103: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
162
|
+
|
|
163
|
+
declare const __VLS_export_104: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
164
|
+
"update:page": (value: number) => any;
|
|
165
|
+
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
166
|
+
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
167
|
+
}>, {
|
|
168
|
+
size: "1" | "2" | "3" | "4";
|
|
169
|
+
variant: "soft" | "surface" | "outline" | "ghost";
|
|
170
|
+
color: ColorType;
|
|
171
|
+
navigation: "none" | "prev-next" | "first-last" | "all";
|
|
172
|
+
itemsPerPage: number;
|
|
173
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
174
|
+
|
|
175
|
+
declare const __VLS_export_105: __VLS_WithSlots_87< DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
176
|
+
size: "1" | "2" | "3";
|
|
177
|
+
breakpoint: number;
|
|
178
|
+
position: "top-left" | "top-right" | "top-center" | "bottom-left" | "bottom-right" | "bottom-center";
|
|
179
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
180
|
+
default?: (props: {}) => any;
|
|
181
|
+
} & {
|
|
182
|
+
item?: (props: {
|
|
183
|
+
key: number;
|
|
184
|
+
message: {
|
|
185
|
+
id: number;
|
|
186
|
+
category?: MessageCategory | undefined;
|
|
187
|
+
title: string;
|
|
188
|
+
height?: number | undefined;
|
|
189
|
+
type?: "foreground" | "background" | undefined;
|
|
190
|
+
duration?: number | undefined;
|
|
191
|
+
description?: string | undefined;
|
|
192
|
+
action?: {
|
|
193
|
+
label: string;
|
|
194
|
+
altText?: string | undefined;
|
|
195
|
+
variant?: "solid" | "soft" | "surface" | "outline" | "ghost" | undefined;
|
|
196
|
+
color?: ColorType | undefined;
|
|
197
|
+
radius?: RadiusType | undefined;
|
|
198
|
+
size?: "1" | "2" | "3" | "4" | undefined;
|
|
199
|
+
onClick: () => void;
|
|
200
|
+
} | undefined;
|
|
201
|
+
};
|
|
202
|
+
index: number;
|
|
203
|
+
}) => any;
|
|
204
|
+
}>;
|
|
205
|
+
|
|
206
|
+
declare const __VLS_export_106: __VLS_WithSlots_88< DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
|
|
207
|
+
size: "1" | "2" | "3";
|
|
208
|
+
variant: "surface" | "ghost";
|
|
209
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
210
|
+
default?: (props: {}) => any;
|
|
211
|
+
}>;
|
|
212
|
+
|
|
213
|
+
declare const __VLS_export_107: DefineComponent<SeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
|
|
214
|
+
as: "span" | "div";
|
|
215
|
+
size: "1" | "2" | "3" | "4";
|
|
216
|
+
color: ColorType;
|
|
217
|
+
orientation: "horizontal" | "vertical";
|
|
218
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
219
|
+
|
|
220
|
+
declare const __VLS_export_108: __VLS_WithSlots_89< DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
221
|
+
color: ColorType;
|
|
222
|
+
side: "top" | "right" | "bottom" | "left";
|
|
223
|
+
sideOffset: number;
|
|
224
|
+
avoidCollisions: boolean;
|
|
225
|
+
collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
226
|
+
maxWidth: string;
|
|
227
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
228
|
+
default?: (props: {}) => any;
|
|
229
|
+
} & {
|
|
230
|
+
content?: (props: {}) => any;
|
|
231
|
+
}>;
|
|
232
|
+
|
|
233
|
+
declare const __VLS_export_109: DefineComponent<QuotaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<QuotaProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
234
|
+
|
|
124
235
|
declare const __VLS_export_11: __VLS_WithSlots_9< DefineComponent<EmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyProps> & Readonly<{}>, {
|
|
125
236
|
as: AsTag | Component;
|
|
126
237
|
size: "1" | "2" | "3";
|
|
@@ -128,6 +239,17 @@ declare const __VLS_export_11: __VLS_WithSlots_9< DefineComponent<EmptyProps, {}
|
|
|
128
239
|
default?: (props: {}) => any;
|
|
129
240
|
}>;
|
|
130
241
|
|
|
242
|
+
declare const __VLS_export_110: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
243
|
+
|
|
244
|
+
declare const __VLS_export_111: __VLS_WithSlots_90< DefineComponent<SavingIndicatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SavingIndicatorProps> & Readonly<{}>, {
|
|
245
|
+
as: AsTag | Component;
|
|
246
|
+
size: "1" | "2" | "3";
|
|
247
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
248
|
+
default?: (props: {
|
|
249
|
+
status: SavingStatus;
|
|
250
|
+
}) => any;
|
|
251
|
+
}>;
|
|
252
|
+
|
|
131
253
|
declare const __VLS_export_12: __VLS_WithSlots_10< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
132
254
|
as: AsTag | Component;
|
|
133
255
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -280,7 +402,78 @@ declare const __VLS_export_24: __VLS_WithSlots_19< DefineComponent<AlertDialogCo
|
|
|
280
402
|
default?: (props: {}) => any;
|
|
281
403
|
}>;
|
|
282
404
|
|
|
283
|
-
declare const __VLS_export_25:
|
|
405
|
+
declare const __VLS_export_25: DefineComponent<DrawerCloseButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerCloseButtonProps> & Readonly<{}>, {
|
|
406
|
+
as: AsTag | Component;
|
|
407
|
+
size: "1" | "2" | "3" | "4";
|
|
408
|
+
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
409
|
+
color: ColorType;
|
|
410
|
+
highContrast: boolean;
|
|
411
|
+
tooltip: string;
|
|
412
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
413
|
+
|
|
414
|
+
declare const __VLS_export_26: __VLS_WithSlots_20< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
415
|
+
as: AsTag | Component;
|
|
416
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
417
|
+
default?: (props: {}) => any;
|
|
418
|
+
}>;
|
|
419
|
+
|
|
420
|
+
declare const __VLS_export_27: __VLS_WithSlots_21< DefineComponent<DrawerHandleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerHandleProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
421
|
+
default?: (props: {}) => any;
|
|
422
|
+
}>;
|
|
423
|
+
|
|
424
|
+
declare const __VLS_export_28: __VLS_WithSlots_22< DefineComponent<DrawerPopupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
425
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
426
|
+
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
427
|
+
focusOutside: (event: FocusOutsideEvent) => any;
|
|
428
|
+
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
429
|
+
openAutoFocus: (event: Event) => any;
|
|
430
|
+
closeAutoFocus: (event: Event) => any;
|
|
431
|
+
}, string, PublicProps, Readonly<DrawerPopupProps> & Readonly<{
|
|
432
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
433
|
+
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
434
|
+
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
435
|
+
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
436
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
437
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
438
|
+
}>, {
|
|
439
|
+
size: "1" | "2" | "3";
|
|
440
|
+
showHandle: boolean;
|
|
441
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
442
|
+
default?: (props: {}) => any;
|
|
443
|
+
}>;
|
|
444
|
+
|
|
445
|
+
declare const __VLS_export_29: __VLS_WithSlots_23< DefineComponent<DrawerRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
446
|
+
"update:open": (value: boolean, details?: DrawerOpenChangeDetails | undefined) => any;
|
|
447
|
+
"update:openComplete": (value: boolean) => any;
|
|
448
|
+
"update:snapPoint": (value: (string | number) | null) => any;
|
|
449
|
+
}, string, PublicProps, Readonly<DrawerRootProps> & Readonly<{
|
|
450
|
+
"onUpdate:open"?: ((value: boolean, details?: DrawerOpenChangeDetails | undefined) => any) | undefined;
|
|
451
|
+
"onUpdate:openComplete"?: ((value: boolean) => any) | undefined;
|
|
452
|
+
"onUpdate:snapPoint"?: ((value: (string | number) | null) => any) | undefined;
|
|
453
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
454
|
+
default?: (props: {
|
|
455
|
+
open: boolean;
|
|
456
|
+
close: () => void;
|
|
457
|
+
}) => any;
|
|
458
|
+
}>;
|
|
459
|
+
|
|
460
|
+
declare const __VLS_export_3: __VLS_WithSlots_2< DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
461
|
+
radius: RadiusType;
|
|
462
|
+
as: AsTag;
|
|
463
|
+
size: "1" | "2" | "3";
|
|
464
|
+
variant: "solid" | "soft" | "surface" | "outline";
|
|
465
|
+
highContrast: boolean;
|
|
466
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
467
|
+
default?: (props: {}) => any;
|
|
468
|
+
}>;
|
|
469
|
+
|
|
470
|
+
declare const __VLS_export_30: __VLS_WithSlots_24< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
471
|
+
as: AsTag | Component;
|
|
472
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
473
|
+
default?: (props: {}) => any;
|
|
474
|
+
}>;
|
|
475
|
+
|
|
476
|
+
declare const __VLS_export_31: __VLS_WithSlots_25< DefineComponent<DropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
284
477
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
285
478
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
286
479
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -304,7 +497,7 @@ declare const __VLS_export_25: __VLS_WithSlots_20< DefineComponent<DropdownMenuC
|
|
|
304
497
|
default?: (props: {}) => any;
|
|
305
498
|
}>;
|
|
306
499
|
|
|
307
|
-
declare const
|
|
500
|
+
declare const __VLS_export_32: __VLS_WithSlots_26< DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
308
501
|
select: (event: Event) => any;
|
|
309
502
|
}, string, PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
|
|
310
503
|
onSelect?: ((event: Event) => any) | undefined;
|
|
@@ -312,9 +505,9 @@ declare const __VLS_export_26: __VLS_WithSlots_21< DefineComponent<DropdownMenuI
|
|
|
312
505
|
default?: (props: {}) => any;
|
|
313
506
|
}>;
|
|
314
507
|
|
|
315
|
-
declare const
|
|
508
|
+
declare const __VLS_export_33: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
316
509
|
|
|
317
|
-
declare const
|
|
510
|
+
declare const __VLS_export_34: __VLS_WithSlots_27< DefineComponent<PopoverPopupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
318
511
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
319
512
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
320
513
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -337,7 +530,7 @@ declare const __VLS_export_28: __VLS_WithSlots_22< DefineComponent<PopoverPopupP
|
|
|
337
530
|
default?: (props: {}) => any;
|
|
338
531
|
}>;
|
|
339
532
|
|
|
340
|
-
declare const
|
|
533
|
+
declare const __VLS_export_35: __VLS_WithSlots_28< DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
341
534
|
"update:modelValue": (value: string) => any;
|
|
342
535
|
}, string, PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
|
|
343
536
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -345,17 +538,7 @@ declare const __VLS_export_29: __VLS_WithSlots_23< DefineComponent<NavigationMen
|
|
|
345
538
|
default?: (props: {}) => any;
|
|
346
539
|
}>;
|
|
347
540
|
|
|
348
|
-
declare const
|
|
349
|
-
radius: RadiusType;
|
|
350
|
-
as: AsTag;
|
|
351
|
-
size: "1" | "2" | "3";
|
|
352
|
-
variant: "solid" | "soft" | "surface" | "outline";
|
|
353
|
-
highContrast: boolean;
|
|
354
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
355
|
-
default?: (props: {}) => any;
|
|
356
|
-
}>;
|
|
357
|
-
|
|
358
|
-
declare const __VLS_export_30: __VLS_WithSlots_24< DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
541
|
+
declare const __VLS_export_36: __VLS_WithSlots_29< DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
359
542
|
select: (payload: CustomEvent<{
|
|
360
543
|
originalEvent: Event;
|
|
361
544
|
}>) => any;
|
|
@@ -369,17 +552,17 @@ declare const __VLS_export_30: __VLS_WithSlots_24< DefineComponent<NavigationMen
|
|
|
369
552
|
default?: (props: {}) => any;
|
|
370
553
|
}>;
|
|
371
554
|
|
|
372
|
-
declare const
|
|
555
|
+
declare const __VLS_export_37: __VLS_WithSlots_30< DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
373
556
|
default?: (props: {}) => any;
|
|
374
557
|
}>;
|
|
375
558
|
|
|
376
|
-
declare const
|
|
559
|
+
declare const __VLS_export_38: __VLS_WithSlots_31< DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {
|
|
377
560
|
size: "1" | "2" | "3";
|
|
378
561
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
379
562
|
default?: (props: {}) => any;
|
|
380
563
|
}>;
|
|
381
564
|
|
|
382
|
-
declare const
|
|
565
|
+
declare const __VLS_export_39: __VLS_WithSlots_32< DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
383
566
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
384
567
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
385
568
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -393,15 +576,22 @@ declare const __VLS_export_33: __VLS_WithSlots_27< DefineComponent<NavigationMen
|
|
|
393
576
|
default?: (props: {}) => any;
|
|
394
577
|
}>;
|
|
395
578
|
|
|
396
|
-
declare const
|
|
579
|
+
declare const __VLS_export_4: __VLS_WithSlots_3< DefineComponent<CardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CardProps> & Readonly<{}>, {
|
|
397
580
|
as: AsTag | Component;
|
|
581
|
+
size: "1" | "2" | "3" | "4" | "5";
|
|
582
|
+
variant: "surface" | "soft";
|
|
398
583
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
399
|
-
default?: (props: {
|
|
400
|
-
|
|
401
|
-
|
|
584
|
+
default?: (props: {}) => any;
|
|
585
|
+
}>;
|
|
586
|
+
|
|
587
|
+
declare const __VLS_export_40: __VLS_WithSlots_33< DefineComponent<SidebarProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SidebarProviderProps> & Readonly<{}>, {
|
|
588
|
+
as: AsTag | Component;
|
|
589
|
+
breakpoint: number;
|
|
590
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
591
|
+
default?: (props: {}) => any;
|
|
402
592
|
}>;
|
|
403
593
|
|
|
404
|
-
declare const
|
|
594
|
+
declare const __VLS_export_41: __VLS_WithSlots_34< DefineComponent<SidebarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
405
595
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
406
596
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
407
597
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -438,34 +628,32 @@ declare const __VLS_export_35: __VLS_WithSlots_29< DefineComponent<SidebarProps,
|
|
|
438
628
|
default?: (props: {
|
|
439
629
|
/** Current mobile open state. */
|
|
440
630
|
open: boolean;
|
|
441
|
-
/**
|
|
631
|
+
/** Whether the currently rendered sidebar is visually collapsed. */
|
|
442
632
|
collapsed: boolean;
|
|
443
|
-
/** Whether the provider is below the responsive breakpoint. */
|
|
444
|
-
isMobile: boolean;
|
|
445
633
|
/** Toggles the state appropriate for the current viewport. */
|
|
446
634
|
toggle: () => void;
|
|
447
635
|
}) => any;
|
|
448
636
|
}>;
|
|
449
637
|
|
|
450
|
-
declare const
|
|
638
|
+
declare const __VLS_export_42: __VLS_WithSlots_35< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
451
639
|
as: AsTag | Component;
|
|
452
640
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
453
641
|
default?: (props: {}) => any;
|
|
454
642
|
}>;
|
|
455
643
|
|
|
456
|
-
declare const
|
|
644
|
+
declare const __VLS_export_43: __VLS_WithSlots_36< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
457
645
|
as: AsTag | Component;
|
|
458
646
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
459
647
|
default?: (props: {}) => any;
|
|
460
648
|
}>;
|
|
461
649
|
|
|
462
|
-
declare const
|
|
650
|
+
declare const __VLS_export_44: __VLS_WithSlots_37< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
463
651
|
as: AsTag | Component;
|
|
464
652
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
465
653
|
default?: (props: {}) => any;
|
|
466
654
|
}>;
|
|
467
655
|
|
|
468
|
-
declare const
|
|
656
|
+
declare const __VLS_export_45: __VLS_WithSlots_38< DefineComponent<SidebarTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SidebarTriggerProps> & Readonly<{}>, {
|
|
469
657
|
as: AsTag | Component;
|
|
470
658
|
disabled: boolean;
|
|
471
659
|
target: "left" | "right";
|
|
@@ -473,20 +661,11 @@ declare const __VLS_export_39: __VLS_WithSlots_33< DefineComponent<SidebarTrigge
|
|
|
473
661
|
default?: (props: {
|
|
474
662
|
open: boolean;
|
|
475
663
|
collapsed: boolean;
|
|
476
|
-
isMobile: boolean;
|
|
477
664
|
target: "right" | "left";
|
|
478
665
|
}) => any;
|
|
479
666
|
}>;
|
|
480
667
|
|
|
481
|
-
declare const
|
|
482
|
-
as: AsTag | Component;
|
|
483
|
-
size: "1" | "2" | "3" | "4" | "5";
|
|
484
|
-
variant: "surface" | "soft";
|
|
485
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
486
|
-
default?: (props: {}) => any;
|
|
487
|
-
}>;
|
|
488
|
-
|
|
489
|
-
declare const __VLS_export_40: __VLS_WithSlots_34< DefineComponent<SidebarRailProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SidebarRailProps> & Readonly<{}>, {
|
|
668
|
+
declare const __VLS_export_46: __VLS_WithSlots_39< DefineComponent<SidebarRailProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SidebarRailProps> & Readonly<{}>, {
|
|
490
669
|
as: AsTag | Component;
|
|
491
670
|
disabled: boolean;
|
|
492
671
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -495,38 +674,47 @@ declare const __VLS_export_40: __VLS_WithSlots_34< DefineComponent<SidebarRailPr
|
|
|
495
674
|
}) => any;
|
|
496
675
|
}>;
|
|
497
676
|
|
|
498
|
-
declare const
|
|
677
|
+
declare const __VLS_export_47: __VLS_WithSlots_40< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
499
678
|
as: AsTag | Component;
|
|
500
679
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
501
680
|
default?: (props: {}) => any;
|
|
502
681
|
}>;
|
|
503
682
|
|
|
504
|
-
declare const
|
|
683
|
+
declare const __VLS_export_48: __VLS_WithSlots_41< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
505
684
|
as: AsTag | Component;
|
|
506
685
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
507
686
|
default?: (props: {}) => any;
|
|
508
687
|
}>;
|
|
509
688
|
|
|
510
|
-
declare const
|
|
689
|
+
declare const __VLS_export_49: __VLS_WithSlots_42< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
511
690
|
as: AsTag | Component;
|
|
512
691
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
513
692
|
default?: (props: {}) => any;
|
|
514
693
|
}>;
|
|
515
694
|
|
|
516
|
-
declare const
|
|
695
|
+
declare const __VLS_export_5: __VLS_WithSlots_4< DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
696
|
+
as: AsTag | Component;
|
|
697
|
+
size: "1" | "2" | "3" | "4";
|
|
698
|
+
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
699
|
+
highContrast: boolean;
|
|
700
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
701
|
+
default?: (props: {}) => any;
|
|
702
|
+
}>;
|
|
703
|
+
|
|
704
|
+
declare const __VLS_export_50: __VLS_WithSlots_43< DefineComponent<SidebarMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SidebarMenuProps> & Readonly<{}>, {
|
|
517
705
|
as: AsTag | Component;
|
|
518
706
|
size: "1" | "2" | "3";
|
|
519
707
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
520
708
|
default?: (props: {}) => any;
|
|
521
709
|
}>;
|
|
522
710
|
|
|
523
|
-
declare const
|
|
711
|
+
declare const __VLS_export_51: __VLS_WithSlots_44< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
524
712
|
as: AsTag | Component;
|
|
525
713
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
526
714
|
default?: (props: {}) => any;
|
|
527
715
|
}>;
|
|
528
716
|
|
|
529
|
-
declare const
|
|
717
|
+
declare const __VLS_export_52: __VLS_WithSlots_45< DefineComponent<SidebarMenuButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SidebarMenuButtonProps> & Readonly<{}>, {
|
|
530
718
|
as: AsTag | Component;
|
|
531
719
|
disabled: boolean;
|
|
532
720
|
active: boolean;
|
|
@@ -541,19 +729,19 @@ declare const __VLS_export_46: __VLS_WithSlots_40< DefineComponent<SidebarMenuBu
|
|
|
541
729
|
trailing?: () => any;
|
|
542
730
|
}>;
|
|
543
731
|
|
|
544
|
-
declare const
|
|
732
|
+
declare const __VLS_export_53: __VLS_WithSlots_46< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
545
733
|
as: AsTag | Component;
|
|
546
734
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
547
735
|
default?: (props: {}) => any;
|
|
548
736
|
}>;
|
|
549
737
|
|
|
550
|
-
declare const
|
|
738
|
+
declare const __VLS_export_54: __VLS_WithSlots_47< DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
|
|
551
739
|
as: AsTag | Component;
|
|
552
740
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
553
741
|
default?: (props: {}) => any;
|
|
554
742
|
}>;
|
|
555
743
|
|
|
556
|
-
declare const
|
|
744
|
+
declare const __VLS_export_55: __VLS_WithSlots_48< DefineComponent<SidebarMenuSubButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SidebarMenuSubButtonProps> & Readonly<{}>, {
|
|
557
745
|
as: AsTag | Component;
|
|
558
746
|
disabled: boolean;
|
|
559
747
|
active: boolean;
|
|
@@ -568,16 +756,7 @@ declare const __VLS_export_49: __VLS_WithSlots_43< DefineComponent<SidebarMenuSu
|
|
|
568
756
|
trailing?: () => any;
|
|
569
757
|
}>;
|
|
570
758
|
|
|
571
|
-
declare const
|
|
572
|
-
as: AsTag | Component;
|
|
573
|
-
size: "1" | "2" | "3" | "4";
|
|
574
|
-
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
575
|
-
highContrast: boolean;
|
|
576
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
577
|
-
default?: (props: {}) => any;
|
|
578
|
-
}>;
|
|
579
|
-
|
|
580
|
-
declare const __VLS_export_50: __VLS_WithSlots_44< DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
759
|
+
declare const __VLS_export_56: __VLS_WithSlots_49< DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
581
760
|
"update:modelValue": (payload: boolean) => any;
|
|
582
761
|
}, string, PublicProps, Readonly<SwitchProps> & Readonly<{
|
|
583
762
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
@@ -588,7 +767,7 @@ declare const __VLS_export_50: __VLS_WithSlots_44< DefineComponent<SwitchProps,
|
|
|
588
767
|
default?: (props: {}) => any;
|
|
589
768
|
}>;
|
|
590
769
|
|
|
591
|
-
declare const
|
|
770
|
+
declare const __VLS_export_57: DefineComponent<CheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
592
771
|
"update:modelValue": (value: boolean | "indeterminate") => any;
|
|
593
772
|
}, string, PublicProps, Readonly<CheckboxProps> & Readonly<{
|
|
594
773
|
"onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
|
|
@@ -597,7 +776,26 @@ declare const __VLS_export_51: DefineComponent<CheckboxProps, {}, {}, {}, {}, Co
|
|
|
597
776
|
variant: "surface" | "soft";
|
|
598
777
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
599
778
|
|
|
600
|
-
declare const
|
|
779
|
+
declare const __VLS_export_58: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
780
|
+
props: PublicProps & __VLS_PrettifyLocal_3<CheckboxGroupProps<T> & {
|
|
781
|
+
"onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
|
|
782
|
+
}> & (typeof globalThis extends {
|
|
783
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
784
|
+
} ? P : {});
|
|
785
|
+
expose: (exposed: {}) => void;
|
|
786
|
+
attrs: any;
|
|
787
|
+
slots: {
|
|
788
|
+
'select-all'?: (props: {
|
|
789
|
+
checkboxProps: CheckboxGroupSelectAllProps;
|
|
790
|
+
}) => any;
|
|
791
|
+
default?: () => any;
|
|
792
|
+
};
|
|
793
|
+
emit: (evt: "update:modelValue", value: T[]) => void;
|
|
794
|
+
}>) => VNode & {
|
|
795
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
796
|
+
};
|
|
797
|
+
|
|
798
|
+
declare const __VLS_export_59: __VLS_WithSlots_50< DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
601
799
|
"update:modelValue": (value: boolean) => any;
|
|
602
800
|
}, string, PublicProps, Readonly<ToggleProps> & Readonly<{
|
|
603
801
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -608,7 +806,16 @@ declare const __VLS_export_52: __VLS_WithSlots_45< DefineComponent<ToggleProps,
|
|
|
608
806
|
default?: (props: {}) => any;
|
|
609
807
|
}>;
|
|
610
808
|
|
|
611
|
-
declare const
|
|
809
|
+
declare const __VLS_export_6: __VLS_WithSlots_5< DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
810
|
+
as: AsTag | Component;
|
|
811
|
+
size: "1" | "2" | "3" | "4";
|
|
812
|
+
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
813
|
+
highContrast: boolean;
|
|
814
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
815
|
+
default?: (props: {}) => any;
|
|
816
|
+
}>;
|
|
817
|
+
|
|
818
|
+
declare const __VLS_export_60: __VLS_WithSlots_51< DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
612
819
|
"update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
|
|
613
820
|
}, string, PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
|
|
614
821
|
"onUpdate:modelValue"?: ((payload: AcceptableValue | AcceptableValue[]) => any) | undefined;
|
|
@@ -619,9 +826,9 @@ declare const __VLS_export_53: __VLS_WithSlots_46< DefineComponent<ToggleGroupRo
|
|
|
619
826
|
default?: (props: {}) => any;
|
|
620
827
|
}>;
|
|
621
828
|
|
|
622
|
-
declare const
|
|
829
|
+
declare const __VLS_export_61: __VLS_WithSlots_52<typeof __VLS_base, __VLS_Slots>;
|
|
623
830
|
|
|
624
|
-
declare const
|
|
831
|
+
declare const __VLS_export_62: __VLS_WithSlots_53< DefineComponent<TextFieldProps & {
|
|
625
832
|
modelValue?: any;
|
|
626
833
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
627
834
|
"update:modelValue": (value: any) => any;
|
|
@@ -639,7 +846,7 @@ declare const __VLS_export_55: __VLS_WithSlots_48< DefineComponent<TextFieldProp
|
|
|
639
846
|
right?: (props: {}) => any;
|
|
640
847
|
}>;
|
|
641
848
|
|
|
642
|
-
declare const
|
|
849
|
+
declare const __VLS_export_63: DefineComponent<TextAreaProps & {
|
|
643
850
|
modelValue?: string;
|
|
644
851
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
645
852
|
"update:modelValue": (value: string) => any;
|
|
@@ -652,7 +859,7 @@ declare const __VLS_export_56: DefineComponent<TextAreaProps & {
|
|
|
652
859
|
variant: "surface" | "soft";
|
|
653
860
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
654
861
|
|
|
655
|
-
declare const
|
|
862
|
+
declare const __VLS_export_64: DefineComponent<ColorFieldProps & {
|
|
656
863
|
modelValue?: string;
|
|
657
864
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
658
865
|
"update:modelValue": (value: string | undefined) => any;
|
|
@@ -666,8 +873,8 @@ declare const __VLS_export_57: DefineComponent<ColorFieldProps & {
|
|
|
666
873
|
variant: "solid" | "ring";
|
|
667
874
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
668
875
|
|
|
669
|
-
declare const
|
|
670
|
-
props: PublicProps &
|
|
876
|
+
declare const __VLS_export_65: <Type extends PinInputType = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
877
|
+
props: PublicProps & __VLS_PrettifyLocal_4<PinInputRootProps<Type> & {
|
|
671
878
|
"onUpdate:modelValue"?: ((value: PinInputValue<Type>) => any) | undefined;
|
|
672
879
|
onComplete?: ((value: PinInputValue<Type>) => any) | undefined;
|
|
673
880
|
}> & (typeof globalThis extends {
|
|
@@ -686,22 +893,13 @@ declare const __VLS_export_58: <Type extends PinInputType = "text">(__VLS_props:
|
|
|
686
893
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
687
894
|
};
|
|
688
895
|
|
|
689
|
-
declare const
|
|
896
|
+
declare const __VLS_export_66: __VLS_WithSlots_54< DefineComponent<PinInputInputProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PinInputInputProps_2> & Readonly<{}>, {
|
|
690
897
|
as: AsTag | Component;
|
|
691
898
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
692
899
|
default?: (props: {}) => any;
|
|
693
900
|
}>;
|
|
694
901
|
|
|
695
|
-
declare const
|
|
696
|
-
as: AsTag | Component;
|
|
697
|
-
size: "1" | "2" | "3" | "4";
|
|
698
|
-
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
699
|
-
highContrast: boolean;
|
|
700
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
701
|
-
default?: (props: {}) => any;
|
|
702
|
-
}>;
|
|
703
|
-
|
|
704
|
-
declare const __VLS_export_60: __VLS_WithSlots_50< DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
902
|
+
declare const __VLS_export_67: __VLS_WithSlots_55< DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
705
903
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
706
904
|
"update:open": (value: boolean) => any;
|
|
707
905
|
}, string, PublicProps, Readonly<SelectRootProps> & Readonly<{
|
|
@@ -713,13 +911,13 @@ declare const __VLS_export_60: __VLS_WithSlots_50< DefineComponent<SelectRootPro
|
|
|
713
911
|
default?: (props: {}) => any;
|
|
714
912
|
}>;
|
|
715
913
|
|
|
716
|
-
declare const
|
|
914
|
+
declare const __VLS_export_68: __VLS_WithSlots_56< DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {
|
|
717
915
|
variant: "solid" | "soft";
|
|
718
916
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
719
917
|
default?: (props: {}) => any;
|
|
720
918
|
}>;
|
|
721
919
|
|
|
722
|
-
declare const
|
|
920
|
+
declare const __VLS_export_69: __VLS_WithSlots_57< DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
|
|
723
921
|
variant: "surface" | "soft" | "ghost";
|
|
724
922
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
725
923
|
default?: (props: {
|
|
@@ -728,17 +926,25 @@ declare const __VLS_export_62: __VLS_WithSlots_52< DefineComponent<SelectTrigger
|
|
|
728
926
|
}) => any;
|
|
729
927
|
}>;
|
|
730
928
|
|
|
731
|
-
declare const
|
|
929
|
+
declare const __VLS_export_7: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
930
|
+
as: AsTag | Component;
|
|
931
|
+
size: "1" | "2" | "3" | "4";
|
|
932
|
+
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
933
|
+
color: ColorType;
|
|
934
|
+
highContrast: boolean;
|
|
935
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
936
|
+
|
|
937
|
+
declare const __VLS_export_70: __VLS_WithSlots_58< DefineComponent<SelectItemProps< AcceptableValue>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps< AcceptableValue>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
732
938
|
default?: (props: {}) => any;
|
|
733
939
|
}>;
|
|
734
940
|
|
|
735
|
-
declare const
|
|
941
|
+
declare const __VLS_export_71: __VLS_WithSlots_59< DefineComponent<SelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
736
942
|
default?: (props: {}) => any;
|
|
737
943
|
}>;
|
|
738
944
|
|
|
739
|
-
declare const
|
|
945
|
+
declare const __VLS_export_72: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
740
946
|
|
|
741
|
-
declare const
|
|
947
|
+
declare const __VLS_export_73: __VLS_WithSlots_60< DefineComponent<ComboboxRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
742
948
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
743
949
|
"update:open": (value: boolean) => any;
|
|
744
950
|
highlight: (payload: {
|
|
@@ -759,7 +965,7 @@ declare const __VLS_export_66: __VLS_WithSlots_55< DefineComponent<ComboboxRootP
|
|
|
759
965
|
default?: (props: {}) => any;
|
|
760
966
|
}>;
|
|
761
967
|
|
|
762
|
-
declare const
|
|
968
|
+
declare const __VLS_export_74: __VLS_WithSlots_61< DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
763
969
|
"update:modelValue": (args_0: string) => any;
|
|
764
970
|
}, string, PublicProps, Readonly<ComboboxInputProps> & Readonly<{
|
|
765
971
|
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
@@ -771,7 +977,7 @@ declare const __VLS_export_67: __VLS_WithSlots_56< DefineComponent<ComboboxInput
|
|
|
771
977
|
}) => any;
|
|
772
978
|
}>;
|
|
773
979
|
|
|
774
|
-
declare const
|
|
980
|
+
declare const __VLS_export_75: __VLS_WithSlots_62< DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
775
981
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
776
982
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
777
983
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -789,23 +995,15 @@ declare const __VLS_export_68: __VLS_WithSlots_57< DefineComponent<ComboboxConte
|
|
|
789
995
|
default?: (props: {}) => any;
|
|
790
996
|
}>;
|
|
791
997
|
|
|
792
|
-
declare const
|
|
998
|
+
declare const __VLS_export_76: __VLS_WithSlots_63<typeof __VLS_base_2, __VLS_Slots_2>;
|
|
793
999
|
|
|
794
|
-
declare const
|
|
795
|
-
as: AsTag | Component;
|
|
796
|
-
size: "1" | "2" | "3" | "4";
|
|
797
|
-
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
798
|
-
color: ColorType;
|
|
799
|
-
highContrast: boolean;
|
|
800
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
801
|
-
|
|
802
|
-
declare const __VLS_export_70: __VLS_WithSlots_59< DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1000
|
+
declare const __VLS_export_77: __VLS_WithSlots_64< DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
803
1001
|
default?: (props: {}) => any;
|
|
804
1002
|
}>;
|
|
805
1003
|
|
|
806
|
-
declare const
|
|
1004
|
+
declare const __VLS_export_78: __VLS_WithSlots_65<typeof __VLS_base_3, __VLS_Slots_3>;
|
|
807
1005
|
|
|
808
|
-
declare const
|
|
1006
|
+
declare const __VLS_export_79: DefineComponent<RadioProps & {
|
|
809
1007
|
modelValue?: any;
|
|
810
1008
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
811
1009
|
"update:modelValue": (value: any) => any;
|
|
@@ -818,7 +1016,15 @@ declare const __VLS_export_72: DefineComponent<RadioProps & {
|
|
|
818
1016
|
variant: "surface" | "soft";
|
|
819
1017
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
820
1018
|
|
|
821
|
-
declare const
|
|
1019
|
+
declare const __VLS_export_8: __VLS_WithSlots_6< DefineComponent<ScrollAreaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaProps> & Readonly<{}>, {
|
|
1020
|
+
type: "auto" | "scroll" | "always" | "hover" | "glimpse";
|
|
1021
|
+
size: "1" | "2" | "3";
|
|
1022
|
+
scrollbars: "vertical" | "horizontal" | "both";
|
|
1023
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1024
|
+
default?: (props: {}) => any;
|
|
1025
|
+
}>;
|
|
1026
|
+
|
|
1027
|
+
declare const __VLS_export_80: __VLS_WithSlots_66< DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
822
1028
|
"update:modelValue": (payload: AcceptableValue) => any;
|
|
823
1029
|
}, string, PublicProps, Readonly<RadioGroupRootProps> & Readonly<{
|
|
824
1030
|
"onUpdate:modelValue"?: ((payload: AcceptableValue) => any) | undefined;
|
|
@@ -829,11 +1035,11 @@ declare const __VLS_export_73: __VLS_WithSlots_61< DefineComponent<RadioGroupRoo
|
|
|
829
1035
|
default?: (props: {}) => any;
|
|
830
1036
|
}>;
|
|
831
1037
|
|
|
832
|
-
declare const
|
|
1038
|
+
declare const __VLS_export_81: __VLS_WithSlots_67< DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
833
1039
|
default?: (props: {}) => any;
|
|
834
1040
|
}>;
|
|
835
1041
|
|
|
836
|
-
declare const
|
|
1042
|
+
declare const __VLS_export_82: __VLS_WithSlots_68< DefineComponent<RadioCardsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
837
1043
|
"update:modelValue": (payload: AcceptableValue) => any;
|
|
838
1044
|
}, string, PublicProps, Readonly<RadioCardsRootProps> & Readonly<{
|
|
839
1045
|
"onUpdate:modelValue"?: ((payload: AcceptableValue) => any) | undefined;
|
|
@@ -844,11 +1050,11 @@ declare const __VLS_export_75: __VLS_WithSlots_63< DefineComponent<RadioCardsRoo
|
|
|
844
1050
|
default?: (props: {}) => any;
|
|
845
1051
|
}>;
|
|
846
1052
|
|
|
847
|
-
declare const
|
|
1053
|
+
declare const __VLS_export_83: __VLS_WithSlots_69< DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
848
1054
|
default?: (props: {}) => any;
|
|
849
1055
|
}>;
|
|
850
1056
|
|
|
851
|
-
declare const
|
|
1057
|
+
declare const __VLS_export_84: __VLS_WithSlots_70< DefineComponent<RadioTabsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
852
1058
|
"update:modelValue": (payload: AcceptableValue) => any;
|
|
853
1059
|
}, string, PublicProps, Readonly<RadioTabsRootProps> & Readonly<{
|
|
854
1060
|
"onUpdate:modelValue"?: ((payload: AcceptableValue) => any) | undefined;
|
|
@@ -859,28 +1065,20 @@ declare const __VLS_export_77: __VLS_WithSlots_65< DefineComponent<RadioTabsRoot
|
|
|
859
1065
|
default?: (props: {}) => any;
|
|
860
1066
|
}>;
|
|
861
1067
|
|
|
862
|
-
declare const
|
|
1068
|
+
declare const __VLS_export_85: __VLS_WithSlots_71< DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
863
1069
|
default?: (props: {}) => any;
|
|
864
1070
|
}>;
|
|
865
1071
|
|
|
866
|
-
declare const
|
|
1072
|
+
declare const __VLS_export_86: __VLS_WithSlots_72< DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
|
|
867
1073
|
size: "1" | "2";
|
|
868
1074
|
variant: "classic" | "outline" | "surface" | "soft";
|
|
869
1075
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
870
1076
|
default?: (props: {}) => any;
|
|
871
1077
|
}>;
|
|
872
1078
|
|
|
873
|
-
declare const
|
|
874
|
-
type: "auto" | "scroll" | "always" | "hover" | "glimpse";
|
|
875
|
-
size: "1" | "2" | "3";
|
|
876
|
-
scrollbars: "vertical" | "horizontal" | "both";
|
|
877
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
878
|
-
default?: (props: {}) => any;
|
|
879
|
-
}>;
|
|
880
|
-
|
|
881
|
-
declare const __VLS_export_80: __VLS_WithSlots_68<typeof __VLS_base_4, __VLS_Slots_4>;
|
|
1079
|
+
declare const __VLS_export_87: __VLS_WithSlots_73<typeof __VLS_base_4, __VLS_Slots_4>;
|
|
882
1080
|
|
|
883
|
-
declare const
|
|
1081
|
+
declare const __VLS_export_88: DefineComponent<EditableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
884
1082
|
"update:modelValue": (value: string) => any;
|
|
885
1083
|
submit: (value: string | null | undefined) => any;
|
|
886
1084
|
"update:state": (state: "submit" | "edit" | "cancel") => any;
|
|
@@ -893,145 +1091,85 @@ declare const __VLS_export_81: DefineComponent<EditableProps, {}, {}, {}, {}, Co
|
|
|
893
1091
|
size: "1" | "2" | "3";
|
|
894
1092
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
895
1093
|
|
|
896
|
-
declare const
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1094
|
+
declare const __VLS_export_89: __VLS_WithSlots_74< DefineComponent<FormRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1095
|
+
reset: (event: Event) => any;
|
|
1096
|
+
submit: (event: SubmitEvent) => any;
|
|
1097
|
+
invalid: (event: Event) => any;
|
|
1098
|
+
}, string, PublicProps, Readonly<FormRootProps> & Readonly<{
|
|
1099
|
+
onReset?: ((event: Event) => any) | undefined;
|
|
1100
|
+
onSubmit?: ((event: SubmitEvent) => any) | undefined;
|
|
1101
|
+
onInvalid?: ((event: Event) => any) | undefined;
|
|
1102
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
905
1103
|
default?: (props: {}) => any;
|
|
906
1104
|
}>;
|
|
907
1105
|
|
|
908
|
-
declare const
|
|
1106
|
+
declare const __VLS_export_9: __VLS_WithSlots_7< DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
1107
|
+
as: AsTag | Component;
|
|
1108
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
909
1109
|
default?: (props: {}) => any;
|
|
910
1110
|
}>;
|
|
911
1111
|
|
|
912
|
-
declare const
|
|
1112
|
+
declare const __VLS_export_90: __VLS_WithSlots_75< DefineComponent<FieldRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldRootProps> & Readonly<{}>, {
|
|
1113
|
+
disabled: boolean;
|
|
1114
|
+
required: boolean;
|
|
1115
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
913
1116
|
default?: (props: {}) => any;
|
|
914
1117
|
}>;
|
|
915
1118
|
|
|
916
|
-
declare const
|
|
1119
|
+
declare const __VLS_export_91: __VLS_WithSlots_76< DefineComponent<FieldLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldLabelProps> & Readonly<{}>, {
|
|
1120
|
+
as: AsTag | Component;
|
|
1121
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
917
1122
|
default?: (props: {}) => any;
|
|
918
1123
|
}>;
|
|
919
1124
|
|
|
920
|
-
declare const
|
|
921
|
-
|
|
922
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
923
|
-
|
|
924
|
-
declare const __VLS_export_87: __VLS_WithSlots_73< DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
925
|
-
"update:open": (value: boolean) => any;
|
|
926
|
-
}, string, PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
|
|
927
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
928
|
-
}>, {
|
|
929
|
-
size: "1" | "2" | "3" | "4";
|
|
930
|
-
variant: "ghost" | "soft" | "surface";
|
|
1125
|
+
declare const __VLS_export_92: __VLS_WithSlots_77< DefineComponent<FieldControlProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldControlProps> & Readonly<{}>, {
|
|
1126
|
+
as: AsTag | Component;
|
|
931
1127
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
932
1128
|
default?: (props: {}) => any;
|
|
933
1129
|
}>;
|
|
934
1130
|
|
|
935
|
-
declare const
|
|
936
|
-
|
|
1131
|
+
declare const __VLS_export_93: __VLS_WithSlots_78< DefineComponent<FieldDescriptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldDescriptionProps> & Readonly<{}>, {
|
|
1132
|
+
as: AsTag | Component;
|
|
937
1133
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
938
1134
|
default?: (props: {}) => any;
|
|
939
|
-
} & {
|
|
940
|
-
default?: (props: {}) => any;
|
|
941
1135
|
}>;
|
|
942
1136
|
|
|
943
|
-
declare const
|
|
944
|
-
|
|
945
|
-
declare const __VLS_export_9: __VLS_WithSlots_7< DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
1137
|
+
declare const __VLS_export_94: __VLS_WithSlots_79< DefineComponent<FieldErrorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldErrorProps> & Readonly<{}>, {
|
|
946
1138
|
as: AsTag | Component;
|
|
947
1139
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
948
|
-
default?: (props: {
|
|
1140
|
+
default?: (props: {
|
|
1141
|
+
errors: string[];
|
|
1142
|
+
}) => any;
|
|
949
1143
|
}>;
|
|
950
1144
|
|
|
951
|
-
declare const
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
"
|
|
955
|
-
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
956
|
-
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
1145
|
+
declare const __VLS_export_95: __VLS_WithSlots_80< DefineComponent<AccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1146
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
1147
|
+
}, string, PublicProps, Readonly<AccordionRootProps> & Readonly<{
|
|
1148
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
957
1149
|
}>, {
|
|
958
|
-
size: "1" | "2" | "3" | "4";
|
|
959
|
-
variant: "soft" | "surface" | "outline" | "ghost";
|
|
960
|
-
color: ColorType;
|
|
961
|
-
navigation: "none" | "prev-next" | "first-last" | "all";
|
|
962
|
-
itemsPerPage: number;
|
|
963
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
964
|
-
|
|
965
|
-
declare const __VLS_export_92: __VLS_WithSlots_76< DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
966
1150
|
size: "1" | "2" | "3";
|
|
967
|
-
|
|
1151
|
+
indicatorSide: "left" | "right";
|
|
1152
|
+
indicatorIcon: "none" | "chevron" | "plus";
|
|
968
1153
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
969
1154
|
default?: (props: {}) => any;
|
|
970
|
-
} & {
|
|
971
|
-
item?: (props: {
|
|
972
|
-
key: number;
|
|
973
|
-
message: {
|
|
974
|
-
id: number;
|
|
975
|
-
category?: MessageCategory | undefined;
|
|
976
|
-
title: string;
|
|
977
|
-
height?: number | undefined;
|
|
978
|
-
type?: "foreground" | "background" | undefined;
|
|
979
|
-
duration?: number | undefined;
|
|
980
|
-
description?: string | undefined;
|
|
981
|
-
action?: {
|
|
982
|
-
label: string;
|
|
983
|
-
altText?: string | undefined;
|
|
984
|
-
variant?: "solid" | "soft" | "surface" | "outline" | "ghost" | undefined;
|
|
985
|
-
color?: ColorType | undefined;
|
|
986
|
-
radius?: RadiusType | undefined;
|
|
987
|
-
size?: "1" | "2" | "3" | "4" | undefined;
|
|
988
|
-
onClick: () => void;
|
|
989
|
-
} | undefined;
|
|
990
|
-
};
|
|
991
|
-
index: number;
|
|
992
|
-
}) => any;
|
|
993
1155
|
}>;
|
|
994
1156
|
|
|
995
|
-
declare const
|
|
996
|
-
size: "1" | "2" | "3";
|
|
997
|
-
variant: "surface" | "ghost";
|
|
998
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1157
|
+
declare const __VLS_export_96: __VLS_WithSlots_81< DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
999
1158
|
default?: (props: {}) => any;
|
|
1000
1159
|
}>;
|
|
1001
1160
|
|
|
1002
|
-
declare const
|
|
1003
|
-
as: "span" | "div";
|
|
1004
|
-
size: "1" | "2" | "3" | "4";
|
|
1005
|
-
color: ColorType;
|
|
1006
|
-
orientation: "horizontal" | "vertical";
|
|
1007
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1008
|
-
|
|
1009
|
-
declare const __VLS_export_95: __VLS_WithSlots_78< DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
1010
|
-
color: ColorType;
|
|
1011
|
-
side: "top" | "right" | "bottom" | "left";
|
|
1012
|
-
sideOffset: number;
|
|
1013
|
-
avoidCollisions: boolean;
|
|
1014
|
-
collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
1015
|
-
maxWidth: string;
|
|
1016
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1161
|
+
declare const __VLS_export_97: __VLS_WithSlots_82< DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1017
1162
|
default?: (props: {}) => any;
|
|
1018
|
-
} & {
|
|
1019
|
-
content?: (props: {}) => any;
|
|
1020
1163
|
}>;
|
|
1021
1164
|
|
|
1022
|
-
declare const
|
|
1023
|
-
|
|
1024
|
-
declare const __VLS_export_97: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1025
|
-
|
|
1026
|
-
declare const __VLS_export_98: __VLS_WithSlots_79< DefineComponent<SavingIndicatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SavingIndicatorProps> & Readonly<{}>, {
|
|
1027
|
-
as: AsTag | Component;
|
|
1028
|
-
size: "1" | "2" | "3";
|
|
1029
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1030
|
-
default?: (props: {
|
|
1031
|
-
status: SavingStatus;
|
|
1032
|
-
}) => any;
|
|
1165
|
+
declare const __VLS_export_98: __VLS_WithSlots_83< DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1166
|
+
default?: (props: {}) => any;
|
|
1033
1167
|
}>;
|
|
1034
1168
|
|
|
1169
|
+
declare const __VLS_export_99: DefineComponent<AccordionIndicatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionIndicatorProps> & Readonly<{}>, {
|
|
1170
|
+
variant: "chevron" | "plus";
|
|
1171
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1172
|
+
|
|
1035
1173
|
declare type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
1036
1174
|
[K in keyof T]: T[K];
|
|
1037
1175
|
} : {
|
|
@@ -1050,6 +1188,12 @@ declare type __VLS_PrettifyLocal_3<T> = (T extends any ? {
|
|
|
1050
1188
|
[K in keyof T as K]: T[K];
|
|
1051
1189
|
}) & {};
|
|
1052
1190
|
|
|
1191
|
+
declare type __VLS_PrettifyLocal_4<T> = (T extends any ? {
|
|
1192
|
+
[K in keyof T]: T[K];
|
|
1193
|
+
} : {
|
|
1194
|
+
[K in keyof T as K]: T[K];
|
|
1195
|
+
}) & {};
|
|
1196
|
+
|
|
1053
1197
|
declare type __VLS_Props = ComboboxItemProps;
|
|
1054
1198
|
|
|
1055
1199
|
declare type __VLS_Slots = {} & {
|
|
@@ -1542,17 +1686,83 @@ declare type __VLS_WithSlots_8<T, S> = T & {
|
|
|
1542
1686
|
};
|
|
1543
1687
|
};
|
|
1544
1688
|
|
|
1689
|
+
declare type __VLS_WithSlots_80<T, S> = T & {
|
|
1690
|
+
new (): {
|
|
1691
|
+
$slots: S;
|
|
1692
|
+
};
|
|
1693
|
+
};
|
|
1694
|
+
|
|
1695
|
+
declare type __VLS_WithSlots_81<T, S> = T & {
|
|
1696
|
+
new (): {
|
|
1697
|
+
$slots: S;
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
|
|
1701
|
+
declare type __VLS_WithSlots_82<T, S> = T & {
|
|
1702
|
+
new (): {
|
|
1703
|
+
$slots: S;
|
|
1704
|
+
};
|
|
1705
|
+
};
|
|
1706
|
+
|
|
1707
|
+
declare type __VLS_WithSlots_83<T, S> = T & {
|
|
1708
|
+
new (): {
|
|
1709
|
+
$slots: S;
|
|
1710
|
+
};
|
|
1711
|
+
};
|
|
1712
|
+
|
|
1713
|
+
declare type __VLS_WithSlots_84<T, S> = T & {
|
|
1714
|
+
new (): {
|
|
1715
|
+
$slots: S;
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
|
|
1719
|
+
declare type __VLS_WithSlots_85<T, S> = T & {
|
|
1720
|
+
new (): {
|
|
1721
|
+
$slots: S;
|
|
1722
|
+
};
|
|
1723
|
+
};
|
|
1724
|
+
|
|
1725
|
+
declare type __VLS_WithSlots_86<T, S> = T & {
|
|
1726
|
+
new (): {
|
|
1727
|
+
$slots: S;
|
|
1728
|
+
};
|
|
1729
|
+
};
|
|
1730
|
+
|
|
1731
|
+
declare type __VLS_WithSlots_87<T, S> = T & {
|
|
1732
|
+
new (): {
|
|
1733
|
+
$slots: S;
|
|
1734
|
+
};
|
|
1735
|
+
};
|
|
1736
|
+
|
|
1737
|
+
declare type __VLS_WithSlots_88<T, S> = T & {
|
|
1738
|
+
new (): {
|
|
1739
|
+
$slots: S;
|
|
1740
|
+
};
|
|
1741
|
+
};
|
|
1742
|
+
|
|
1743
|
+
declare type __VLS_WithSlots_89<T, S> = T & {
|
|
1744
|
+
new (): {
|
|
1745
|
+
$slots: S;
|
|
1746
|
+
};
|
|
1747
|
+
};
|
|
1748
|
+
|
|
1545
1749
|
declare type __VLS_WithSlots_9<T, S> = T & {
|
|
1546
1750
|
new (): {
|
|
1547
1751
|
$slots: S;
|
|
1548
1752
|
};
|
|
1549
1753
|
};
|
|
1550
1754
|
|
|
1551
|
-
|
|
1755
|
+
declare type __VLS_WithSlots_90<T, S> = T & {
|
|
1756
|
+
new (): {
|
|
1757
|
+
$slots: S;
|
|
1758
|
+
};
|
|
1759
|
+
};
|
|
1760
|
+
|
|
1761
|
+
export declare const AccordionContent: typeof __VLS_export_97;
|
|
1552
1762
|
|
|
1553
1763
|
export { AccordionContentProps }
|
|
1554
1764
|
|
|
1555
|
-
export declare const AccordionIndicator: typeof
|
|
1765
|
+
export declare const AccordionIndicator: typeof __VLS_export_99;
|
|
1556
1766
|
|
|
1557
1767
|
export declare interface AccordionIndicatorProps {
|
|
1558
1768
|
/**
|
|
@@ -1562,7 +1772,7 @@ export declare interface AccordionIndicatorProps {
|
|
|
1562
1772
|
variant?: 'chevron' | 'plus';
|
|
1563
1773
|
}
|
|
1564
1774
|
|
|
1565
|
-
export declare const AccordionItem: typeof
|
|
1775
|
+
export declare const AccordionItem: typeof __VLS_export_96;
|
|
1566
1776
|
|
|
1567
1777
|
export declare interface AccordionItemProps extends Omit<AccordionItemProps_2, 'value'> {
|
|
1568
1778
|
/**
|
|
@@ -1571,7 +1781,7 @@ export declare interface AccordionItemProps extends Omit<AccordionItemProps_2, '
|
|
|
1571
1781
|
value?: string;
|
|
1572
1782
|
}
|
|
1573
1783
|
|
|
1574
|
-
export declare const AccordionRoot: typeof
|
|
1784
|
+
export declare const AccordionRoot: typeof __VLS_export_95;
|
|
1575
1785
|
|
|
1576
1786
|
export declare interface AccordionRootProps extends AccordionRootProps_2 {
|
|
1577
1787
|
/**
|
|
@@ -1600,7 +1810,7 @@ export declare interface AccordionRootProps extends AccordionRootProps_2 {
|
|
|
1600
1810
|
orientation?: 'vertical' | 'horizontal';
|
|
1601
1811
|
}
|
|
1602
1812
|
|
|
1603
|
-
export declare const AccordionTrigger: typeof
|
|
1813
|
+
export declare const AccordionTrigger: typeof __VLS_export_98;
|
|
1604
1814
|
|
|
1605
1815
|
export declare interface AccordionTriggerProps extends PrimitiveProps {
|
|
1606
1816
|
/**
|
|
@@ -1734,11 +1944,29 @@ export declare interface CardProps extends PrimitiveProps {
|
|
|
1734
1944
|
size?: '1' | '2' | '3' | '4' | '5';
|
|
1735
1945
|
}
|
|
1736
1946
|
|
|
1737
|
-
export declare const Checkbox: typeof
|
|
1947
|
+
export declare const Checkbox: typeof __VLS_export_57;
|
|
1738
1948
|
|
|
1739
|
-
export
|
|
1949
|
+
export declare const CheckboxGroup: typeof __VLS_export_58;
|
|
1740
1950
|
|
|
1741
|
-
export
|
|
1951
|
+
export declare type CheckboxGroupEmits<T extends AcceptableValue = AcceptableValue> = CheckboxGroupRootEmits<T>;
|
|
1952
|
+
|
|
1953
|
+
export declare interface CheckboxGroupProps<T extends AcceptableValue = AcceptableValue> extends Omit<CheckboxGroupRootProps<T>, 'as' | 'asChild'> {
|
|
1954
|
+
/** The outer element or component. @default "div" */
|
|
1955
|
+
as?: PrimitiveProps['as'];
|
|
1956
|
+
/** The element or component that wraps the default slot. @default "div" */
|
|
1957
|
+
contentAs?: PrimitiveProps['as'];
|
|
1958
|
+
/**
|
|
1959
|
+
* All values controlled by the select-all checkbox.
|
|
1960
|
+
* Values outside this list remain unchanged when the group is cleared.
|
|
1961
|
+
*/
|
|
1962
|
+
allValues?: T[];
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
export declare interface CheckboxGroupSelectAllProps {
|
|
1966
|
+
modelValue: boolean | 'indeterminate';
|
|
1967
|
+
disabled?: boolean;
|
|
1968
|
+
'onUpdate:modelValue': (value: boolean | 'indeterminate') => void;
|
|
1969
|
+
}
|
|
1742
1970
|
|
|
1743
1971
|
export declare interface CheckboxProps extends CheckboxRootProps {
|
|
1744
1972
|
color?: ColorType;
|
|
@@ -1749,13 +1977,13 @@ export declare interface CheckboxProps extends CheckboxRootProps {
|
|
|
1749
1977
|
|
|
1750
1978
|
export declare const CloseButton: typeof __VLS_export_7;
|
|
1751
1979
|
|
|
1752
|
-
export declare const CollapsibleContent: typeof
|
|
1980
|
+
export declare const CollapsibleContent: typeof __VLS_export_102;
|
|
1753
1981
|
|
|
1754
1982
|
export { CollapsibleContentProps }
|
|
1755
1983
|
|
|
1756
|
-
export declare const CollapsibleIndicator: typeof
|
|
1984
|
+
export declare const CollapsibleIndicator: typeof __VLS_export_103;
|
|
1757
1985
|
|
|
1758
|
-
export declare const CollapsibleRoot: typeof
|
|
1986
|
+
export declare const CollapsibleRoot: typeof __VLS_export_100;
|
|
1759
1987
|
|
|
1760
1988
|
export declare interface CollapsibleRootProps extends CollapsibleRootProps_2 {
|
|
1761
1989
|
color?: ColorType;
|
|
@@ -1764,13 +1992,13 @@ export declare interface CollapsibleRootProps extends CollapsibleRootProps_2 {
|
|
|
1764
1992
|
size?: '1' | '2' | '3' | '4';
|
|
1765
1993
|
}
|
|
1766
1994
|
|
|
1767
|
-
export declare const CollapsibleTrigger: typeof
|
|
1995
|
+
export declare const CollapsibleTrigger: typeof __VLS_export_101;
|
|
1768
1996
|
|
|
1769
1997
|
export declare interface CollapsibleTriggerProps extends CollapsibleTriggerProps_2 {
|
|
1770
1998
|
indicator?: 'none' | 'left' | 'right';
|
|
1771
1999
|
}
|
|
1772
2000
|
|
|
1773
|
-
export declare const ColorField: typeof
|
|
2001
|
+
export declare const ColorField: typeof __VLS_export_64;
|
|
1774
2002
|
|
|
1775
2003
|
export declare interface ColorFieldProps extends Omit<PrimitiveProps, 'asChild'> {
|
|
1776
2004
|
id?: string;
|
|
@@ -1782,17 +2010,17 @@ export declare interface ColorFieldProps extends Omit<PrimitiveProps, 'asChild'>
|
|
|
1782
2010
|
|
|
1783
2011
|
export declare type ColorType = 'gray' | 'gold' | 'bronze' | 'brown' | 'yellow' | 'amber' | 'orange' | 'tomato' | 'red' | 'ruby' | 'crimson' | 'pink' | 'plum' | 'purple' | 'violet' | 'iris' | 'indigo' | 'blue' | 'cyan' | 'teal' | 'jade' | 'green' | 'grass' | 'lime' | 'mint' | 'sky';
|
|
1784
2012
|
|
|
1785
|
-
export declare const ComboboxContent: typeof
|
|
2013
|
+
export declare const ComboboxContent: typeof __VLS_export_75;
|
|
1786
2014
|
|
|
1787
2015
|
declare interface ComboboxContentProps extends ComboboxContentProps_2 {
|
|
1788
2016
|
variant?: 'solid' | 'soft';
|
|
1789
2017
|
}
|
|
1790
2018
|
|
|
1791
|
-
export declare const ComboboxEmpty: typeof
|
|
2019
|
+
export declare const ComboboxEmpty: typeof __VLS_export_78;
|
|
1792
2020
|
|
|
1793
2021
|
export { ComboboxGroup }
|
|
1794
2022
|
|
|
1795
|
-
export declare const ComboboxInput: typeof
|
|
2023
|
+
export declare const ComboboxInput: typeof __VLS_export_74;
|
|
1796
2024
|
|
|
1797
2025
|
declare interface ComboboxInputProps extends ComboboxInputProps_2 {
|
|
1798
2026
|
variant?: 'surface' | 'soft';
|
|
@@ -1811,11 +2039,11 @@ export declare interface ComboboxInputUI {
|
|
|
1811
2039
|
remove?: string;
|
|
1812
2040
|
}
|
|
1813
2041
|
|
|
1814
|
-
export declare const ComboboxItem: typeof
|
|
2042
|
+
export declare const ComboboxItem: typeof __VLS_export_76;
|
|
1815
2043
|
|
|
1816
|
-
export declare const ComboboxLabel: typeof
|
|
2044
|
+
export declare const ComboboxLabel: typeof __VLS_export_77;
|
|
1817
2045
|
|
|
1818
|
-
export declare const ComboboxRoot: typeof
|
|
2046
|
+
export declare const ComboboxRoot: typeof __VLS_export_73;
|
|
1819
2047
|
|
|
1820
2048
|
export declare interface ComboboxRootProps extends ComboboxRootProps_2 {
|
|
1821
2049
|
size?: '1' | '2' | '3';
|
|
@@ -1872,7 +2100,68 @@ export { DialogTrigger }
|
|
|
1872
2100
|
|
|
1873
2101
|
export { DialogTriggerProps }
|
|
1874
2102
|
|
|
1875
|
-
export
|
|
2103
|
+
export { DrawerClose }
|
|
2104
|
+
|
|
2105
|
+
export declare const DrawerCloseButton: typeof __VLS_export_25;
|
|
2106
|
+
|
|
2107
|
+
export declare interface DrawerCloseButtonProps extends ButtonProps {
|
|
2108
|
+
tooltip?: string;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
export { DrawerCloseProps }
|
|
2112
|
+
|
|
2113
|
+
export declare const DrawerDescription: typeof __VLS_export_26;
|
|
2114
|
+
|
|
2115
|
+
export declare const DrawerHandle: typeof __VLS_export_27;
|
|
2116
|
+
|
|
2117
|
+
export { DrawerHandleProps }
|
|
2118
|
+
|
|
2119
|
+
export { DrawerIndent }
|
|
2120
|
+
|
|
2121
|
+
export { DrawerIndentBackground }
|
|
2122
|
+
|
|
2123
|
+
export { DrawerIndentBackgroundProps }
|
|
2124
|
+
|
|
2125
|
+
export { DrawerIndentProps }
|
|
2126
|
+
|
|
2127
|
+
export declare const DrawerPopup: typeof __VLS_export_28;
|
|
2128
|
+
|
|
2129
|
+
export declare interface DrawerPopupProps extends DrawerContentProps {
|
|
2130
|
+
/** Control the size of the drawer. @default "2" */
|
|
2131
|
+
size?: '1' | '2' | '3';
|
|
2132
|
+
/** Render a draggable handle. @default true */
|
|
2133
|
+
showHandle?: boolean;
|
|
2134
|
+
/** Classes for the component's stable visual parts. */
|
|
2135
|
+
ui?: DrawerPopupUI;
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
export declare interface DrawerPopupUI {
|
|
2139
|
+
viewport?: string;
|
|
2140
|
+
overlay?: string;
|
|
2141
|
+
content?: string;
|
|
2142
|
+
handle?: string;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
export { DrawerProvider }
|
|
2146
|
+
|
|
2147
|
+
export declare const DrawerRoot: typeof __VLS_export_29;
|
|
2148
|
+
|
|
2149
|
+
export declare type DrawerRootEmits = DrawerRootEmits_2;
|
|
2150
|
+
|
|
2151
|
+
export declare interface DrawerRootProps extends DrawerRootProps_2 {
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
export { DrawerSwipeArea }
|
|
2155
|
+
|
|
2156
|
+
export { DrawerSwipeAreaProps }
|
|
2157
|
+
|
|
2158
|
+
export declare const DrawerTitle: typeof __VLS_export_30;
|
|
2159
|
+
|
|
2160
|
+
export { DrawerTrigger }
|
|
2161
|
+
|
|
2162
|
+
export { DrawerTriggerProps }
|
|
2163
|
+
|
|
2164
|
+
export declare const DropdownMenuContent: typeof __VLS_export_31;
|
|
1876
2165
|
|
|
1877
2166
|
export declare interface DropdownMenuContentProps extends DropdownMenuContentProps_2 {
|
|
1878
2167
|
size?: '1' | '2';
|
|
@@ -1881,7 +2170,7 @@ export declare interface DropdownMenuContentProps extends DropdownMenuContentPro
|
|
|
1881
2170
|
highContrast?: boolean;
|
|
1882
2171
|
}
|
|
1883
2172
|
|
|
1884
|
-
export declare const DropdownMenuItem: typeof
|
|
2173
|
+
export declare const DropdownMenuItem: typeof __VLS_export_32;
|
|
1885
2174
|
|
|
1886
2175
|
export declare interface DropdownMenuItemProps extends DropdownMenuItemProps_2 {
|
|
1887
2176
|
color?: ColorType;
|
|
@@ -1890,11 +2179,11 @@ export declare interface DropdownMenuItemProps extends DropdownMenuItemProps_2 {
|
|
|
1890
2179
|
|
|
1891
2180
|
export { DropdownMenuRoot }
|
|
1892
2181
|
|
|
1893
|
-
export declare const DropdownMenuSeparator: typeof
|
|
2182
|
+
export declare const DropdownMenuSeparator: typeof __VLS_export_33;
|
|
1894
2183
|
|
|
1895
2184
|
export { DropdownMenuTrigger }
|
|
1896
2185
|
|
|
1897
|
-
export declare const Editable: typeof
|
|
2186
|
+
export declare const Editable: typeof __VLS_export_88;
|
|
1898
2187
|
|
|
1899
2188
|
export declare interface EditableProps extends EditableRootProps {
|
|
1900
2189
|
/**
|
|
@@ -1953,6 +2242,71 @@ export declare const EmptyTitle: typeof __VLS_export_14;
|
|
|
1953
2242
|
|
|
1954
2243
|
export declare type EmptyTitleProps = PrimitiveProps;
|
|
1955
2244
|
|
|
2245
|
+
export declare const FieldControl: typeof __VLS_export_92;
|
|
2246
|
+
|
|
2247
|
+
export declare interface FieldControlProps {
|
|
2248
|
+
as?: AsTag | Component;
|
|
2249
|
+
asChild?: boolean;
|
|
2250
|
+
id?: string;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
export declare const FieldDescription: typeof __VLS_export_93;
|
|
2254
|
+
|
|
2255
|
+
export declare interface FieldDescriptionProps {
|
|
2256
|
+
as?: AsTag | Component;
|
|
2257
|
+
asChild?: boolean;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
export declare const FieldError: typeof __VLS_export_94;
|
|
2261
|
+
|
|
2262
|
+
export declare interface FieldErrorProps {
|
|
2263
|
+
as?: AsTag | Component;
|
|
2264
|
+
asChild?: boolean;
|
|
2265
|
+
match?: keyof ValidityState;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
export declare const FieldLabel: typeof __VLS_export_91;
|
|
2269
|
+
|
|
2270
|
+
export declare interface FieldLabelProps {
|
|
2271
|
+
as?: AsTag | Component;
|
|
2272
|
+
asChild?: boolean;
|
|
2273
|
+
for?: string;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
export declare const FieldRoot: typeof __VLS_export_90;
|
|
2277
|
+
|
|
2278
|
+
export declare interface FieldRootProps {
|
|
2279
|
+
/** The form field name used for errors and native submission. */
|
|
2280
|
+
name?: string;
|
|
2281
|
+
/** Explicitly sets the generated control ID. */
|
|
2282
|
+
id?: string;
|
|
2283
|
+
/** Marks the field as required. */
|
|
2284
|
+
required?: boolean;
|
|
2285
|
+
/** Disables the field control. */
|
|
2286
|
+
disabled?: boolean;
|
|
2287
|
+
/** A validator-neutral callback returning one or more messages. */
|
|
2288
|
+
validate?: FieldValidator;
|
|
2289
|
+
/** Initial field errors controlled by the consumer. */
|
|
2290
|
+
errors?: FormError;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
export declare type FieldValidator = (value: unknown) => FormError | null | Promise<FormError | null>;
|
|
2294
|
+
|
|
2295
|
+
export declare type FormError = string | string[];
|
|
2296
|
+
|
|
2297
|
+
export declare const FormRoot: typeof __VLS_export_89;
|
|
2298
|
+
|
|
2299
|
+
export declare type FormRootEmits = {
|
|
2300
|
+
submit: [event: SubmitEvent];
|
|
2301
|
+
reset: [event: Event];
|
|
2302
|
+
invalid: [event: Event];
|
|
2303
|
+
};
|
|
2304
|
+
|
|
2305
|
+
export declare interface FormRootProps {
|
|
2306
|
+
/** Field errors keyed by field name. */
|
|
2307
|
+
errors?: Record<string, FormError>;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
1956
2310
|
declare type GrayColorType = 'auto' | 'mauve' | 'olive' | 'sage' | 'sand' | 'slate';
|
|
1957
2311
|
|
|
1958
2312
|
export declare const IconButton: typeof __VLS_export_6;
|
|
@@ -1983,11 +2337,11 @@ declare interface MessageAction {
|
|
|
1983
2337
|
|
|
1984
2338
|
declare type MessageCategory = 'success' | 'info' | 'warning' | 'error' | 'loading';
|
|
1985
2339
|
|
|
1986
|
-
export declare const NavigationMenuContent: typeof
|
|
2340
|
+
export declare const NavigationMenuContent: typeof __VLS_export_39;
|
|
1987
2341
|
|
|
1988
2342
|
export { NavigationMenuItem }
|
|
1989
2343
|
|
|
1990
|
-
export declare const NavigationMenuLink: typeof
|
|
2344
|
+
export declare const NavigationMenuLink: typeof __VLS_export_36;
|
|
1991
2345
|
|
|
1992
2346
|
export declare interface NavigationMenuLinkProps extends NavigationMenuLinkProps_2 {
|
|
1993
2347
|
/** Overrides the accent color inherited from the ThemeProvider. */
|
|
@@ -1998,7 +2352,7 @@ export declare interface NavigationMenuLinkProps extends NavigationMenuLinkProps
|
|
|
1998
2352
|
radius?: RadiusType;
|
|
1999
2353
|
}
|
|
2000
2354
|
|
|
2001
|
-
export declare const NavigationMenuList: typeof
|
|
2355
|
+
export declare const NavigationMenuList: typeof __VLS_export_38;
|
|
2002
2356
|
|
|
2003
2357
|
export declare interface NavigationMenuListProps extends NavigationMenuListProps_2 {
|
|
2004
2358
|
/** Overrides the accent color inherited from the ThemeProvider. */
|
|
@@ -2012,9 +2366,9 @@ export declare interface NavigationMenuListProps extends NavigationMenuListProps
|
|
|
2012
2366
|
radius?: RadiusType;
|
|
2013
2367
|
}
|
|
2014
2368
|
|
|
2015
|
-
export declare const NavigationMenuRoot: typeof
|
|
2369
|
+
export declare const NavigationMenuRoot: typeof __VLS_export_35;
|
|
2016
2370
|
|
|
2017
|
-
export declare const NavigationMenuTrigger: typeof
|
|
2371
|
+
export declare const NavigationMenuTrigger: typeof __VLS_export_37;
|
|
2018
2372
|
|
|
2019
2373
|
export declare interface NavigationMenuTriggerProps extends NavigationMenuTriggerProps_2 {
|
|
2020
2374
|
/** Overrides the accent color inherited from the ThemeProvider. */
|
|
@@ -2025,7 +2379,7 @@ export declare interface NavigationMenuTriggerProps extends NavigationMenuTrigge
|
|
|
2025
2379
|
radius?: RadiusType;
|
|
2026
2380
|
}
|
|
2027
2381
|
|
|
2028
|
-
export declare const Pagination: typeof
|
|
2382
|
+
export declare const Pagination: typeof __VLS_export_104;
|
|
2029
2383
|
|
|
2030
2384
|
export declare interface PaginationProps extends PaginationRootProps {
|
|
2031
2385
|
color?: ColorType;
|
|
@@ -2047,11 +2401,11 @@ export declare interface PaginationUI {
|
|
|
2047
2401
|
last?: string;
|
|
2048
2402
|
}
|
|
2049
2403
|
|
|
2050
|
-
export declare const PinInputInput: typeof
|
|
2404
|
+
export declare const PinInputInput: typeof __VLS_export_66;
|
|
2051
2405
|
|
|
2052
2406
|
export declare type PinInputInputProps = PinInputInputProps_2;
|
|
2053
2407
|
|
|
2054
|
-
export declare const PinInputRoot: typeof
|
|
2408
|
+
export declare const PinInputRoot: typeof __VLS_export_65;
|
|
2055
2409
|
|
|
2056
2410
|
export declare type PinInputRootEmits<Type extends PinInputType = 'text'> = {
|
|
2057
2411
|
'update:modelValue': [value: PinInputValue<Type>];
|
|
@@ -2075,7 +2429,7 @@ export declare type PinInputValue<Type extends PinInputType = 'text'> = [Type] e
|
|
|
2075
2429
|
|
|
2076
2430
|
export { PopoverClose }
|
|
2077
2431
|
|
|
2078
|
-
export declare const PopoverPopup: typeof
|
|
2432
|
+
export declare const PopoverPopup: typeof __VLS_export_34;
|
|
2079
2433
|
|
|
2080
2434
|
export declare interface PopoverPopupProps extends PopoverContentProps {
|
|
2081
2435
|
size?: '1' | '2';
|
|
@@ -2095,18 +2449,18 @@ export declare const provideEmptyContext: (contextValue: EmptyContext) => EmptyC
|
|
|
2095
2449
|
|
|
2096
2450
|
export declare const provideThemeContext: (contextValue: ThemeProviderContext) => ThemeProviderContext;
|
|
2097
2451
|
|
|
2098
|
-
export declare const Quota: typeof
|
|
2452
|
+
export declare const Quota: typeof __VLS_export_109;
|
|
2099
2453
|
|
|
2100
2454
|
export declare interface QuotaProps {
|
|
2101
2455
|
percent: number;
|
|
2102
2456
|
color?: ColorType;
|
|
2103
2457
|
}
|
|
2104
2458
|
|
|
2105
|
-
export declare const Radio: typeof
|
|
2459
|
+
export declare const Radio: typeof __VLS_export_79;
|
|
2106
2460
|
|
|
2107
|
-
export declare const RadioCardsItem: typeof
|
|
2461
|
+
export declare const RadioCardsItem: typeof __VLS_export_83;
|
|
2108
2462
|
|
|
2109
|
-
export declare const RadioCardsRoot: typeof
|
|
2463
|
+
export declare const RadioCardsRoot: typeof __VLS_export_82;
|
|
2110
2464
|
|
|
2111
2465
|
export declare interface RadioCardsRootProps extends RadioGroupRootProps_2 {
|
|
2112
2466
|
/**
|
|
@@ -2125,7 +2479,7 @@ export declare interface RadioCardsRootProps extends RadioGroupRootProps_2 {
|
|
|
2125
2479
|
highContrast?: boolean;
|
|
2126
2480
|
}
|
|
2127
2481
|
|
|
2128
|
-
export declare const RadioGroupItem: typeof
|
|
2482
|
+
export declare const RadioGroupItem: typeof __VLS_export_81;
|
|
2129
2483
|
|
|
2130
2484
|
export declare interface RadioGroupItemProps extends RadioGroupItemProps_2 {
|
|
2131
2485
|
/** Overrides the accent color inherited from the RadioGroupRoot. */
|
|
@@ -2138,7 +2492,7 @@ export declare interface RadioGroupItemProps extends RadioGroupItemProps_2 {
|
|
|
2138
2492
|
highContrast?: boolean;
|
|
2139
2493
|
}
|
|
2140
2494
|
|
|
2141
|
-
export declare const RadioGroupRoot: typeof
|
|
2495
|
+
export declare const RadioGroupRoot: typeof __VLS_export_80;
|
|
2142
2496
|
|
|
2143
2497
|
export declare interface RadioGroupRootProps extends RadioGroupRootProps_2 {
|
|
2144
2498
|
/**
|
|
@@ -2174,11 +2528,11 @@ export declare interface RadioProps {
|
|
|
2174
2528
|
highContrast?: boolean;
|
|
2175
2529
|
}
|
|
2176
2530
|
|
|
2177
|
-
export declare const RadioTabsItem: typeof
|
|
2531
|
+
export declare const RadioTabsItem: typeof __VLS_export_85;
|
|
2178
2532
|
|
|
2179
2533
|
export declare type RadioTabsItemProps = RadioGroupItemProps_2;
|
|
2180
2534
|
|
|
2181
|
-
export declare const RadioTabsRoot: typeof
|
|
2535
|
+
export declare const RadioTabsRoot: typeof __VLS_export_84;
|
|
2182
2536
|
|
|
2183
2537
|
export declare interface RadioTabsRootProps extends RadioGroupRootProps_2 {
|
|
2184
2538
|
/**
|
|
@@ -2199,7 +2553,7 @@ export declare interface RadioTabsRootProps extends RadioGroupRootProps_2 {
|
|
|
2199
2553
|
|
|
2200
2554
|
export declare type RadiusType = 'none' | 'small' | 'medium' | 'large' | 'full';
|
|
2201
2555
|
|
|
2202
|
-
export declare const SavingIndicator: typeof
|
|
2556
|
+
export declare const SavingIndicator: typeof __VLS_export_111;
|
|
2203
2557
|
|
|
2204
2558
|
export declare interface SavingIndicatorProps extends Omit<PrimitiveProps, 'asChild'> {
|
|
2205
2559
|
status: SavingStatus;
|
|
@@ -2218,7 +2572,7 @@ export declare interface ScrollAreaProps extends ScrollAreaRootProps {
|
|
|
2218
2572
|
scrollbars?: 'vertical' | 'horizontal' | 'both';
|
|
2219
2573
|
}
|
|
2220
2574
|
|
|
2221
|
-
export declare const SelectContent: typeof
|
|
2575
|
+
export declare const SelectContent: typeof __VLS_export_68;
|
|
2222
2576
|
|
|
2223
2577
|
export declare interface SelectContentProps extends SelectContentProps_2 {
|
|
2224
2578
|
variant?: 'solid' | 'soft';
|
|
@@ -2226,15 +2580,15 @@ export declare interface SelectContentProps extends SelectContentProps_2 {
|
|
|
2226
2580
|
|
|
2227
2581
|
export { SelectGroup }
|
|
2228
2582
|
|
|
2229
|
-
export declare const SelectItem: typeof
|
|
2583
|
+
export declare const SelectItem: typeof __VLS_export_70;
|
|
2230
2584
|
|
|
2231
2585
|
export { SelectItemProps }
|
|
2232
2586
|
|
|
2233
|
-
export declare const SelectLabel: typeof
|
|
2587
|
+
export declare const SelectLabel: typeof __VLS_export_71;
|
|
2234
2588
|
|
|
2235
2589
|
export { SelectLabelProps }
|
|
2236
2590
|
|
|
2237
|
-
export declare const SelectRoot: typeof
|
|
2591
|
+
export declare const SelectRoot: typeof __VLS_export_67;
|
|
2238
2592
|
|
|
2239
2593
|
export declare interface SelectRootProps extends SelectRootProps_2 {
|
|
2240
2594
|
size?: '1' | '2' | '3';
|
|
@@ -2242,9 +2596,9 @@ export declare interface SelectRootProps extends SelectRootProps_2 {
|
|
|
2242
2596
|
highContrast?: boolean;
|
|
2243
2597
|
}
|
|
2244
2598
|
|
|
2245
|
-
export declare const SelectSeparator: typeof
|
|
2599
|
+
export declare const SelectSeparator: typeof __VLS_export_72;
|
|
2246
2600
|
|
|
2247
|
-
export declare const SelectTrigger: typeof
|
|
2601
|
+
export declare const SelectTrigger: typeof __VLS_export_69;
|
|
2248
2602
|
|
|
2249
2603
|
export declare interface SelectTriggerProps extends SelectTriggerProps_2 {
|
|
2250
2604
|
variant?: 'surface' | 'soft' | 'ghost';
|
|
@@ -2252,7 +2606,7 @@ export declare interface SelectTriggerProps extends SelectTriggerProps_2 {
|
|
|
2252
2606
|
placeholder?: string;
|
|
2253
2607
|
}
|
|
2254
2608
|
|
|
2255
|
-
export declare const Separator: typeof
|
|
2609
|
+
export declare const Separator: typeof __VLS_export_107;
|
|
2256
2610
|
|
|
2257
2611
|
export declare interface SeparatorProps {
|
|
2258
2612
|
/**
|
|
@@ -2277,42 +2631,42 @@ export declare interface SeparatorProps {
|
|
|
2277
2631
|
color?: ColorType;
|
|
2278
2632
|
}
|
|
2279
2633
|
|
|
2280
|
-
export declare const Sidebar: typeof
|
|
2634
|
+
export declare const Sidebar: typeof __VLS_export_41;
|
|
2281
2635
|
|
|
2282
|
-
export declare const SidebarBody: typeof
|
|
2636
|
+
export declare const SidebarBody: typeof __VLS_export_43;
|
|
2283
2637
|
|
|
2284
2638
|
export declare type SidebarBodyProps = PrimitiveProps;
|
|
2285
2639
|
|
|
2286
|
-
export declare type SidebarEmits =
|
|
2640
|
+
export declare type SidebarEmits = DrawerContentEmits & {
|
|
2287
2641
|
/** Emitted when the mobile open state changes. */
|
|
2288
2642
|
'update:open': [value: boolean];
|
|
2289
2643
|
/** Emitted when the desktop collapsed state changes. */
|
|
2290
2644
|
'update:collapsed': [value: boolean];
|
|
2291
2645
|
};
|
|
2292
2646
|
|
|
2293
|
-
export declare const SidebarFooter: typeof
|
|
2647
|
+
export declare const SidebarFooter: typeof __VLS_export_44;
|
|
2294
2648
|
|
|
2295
2649
|
export declare type SidebarFooterProps = PrimitiveProps;
|
|
2296
2650
|
|
|
2297
|
-
export declare const SidebarGroup: typeof
|
|
2651
|
+
export declare const SidebarGroup: typeof __VLS_export_48;
|
|
2298
2652
|
|
|
2299
|
-
export declare const SidebarGroupLabel: typeof
|
|
2653
|
+
export declare const SidebarGroupLabel: typeof __VLS_export_49;
|
|
2300
2654
|
|
|
2301
2655
|
export declare type SidebarGroupLabelProps = PrimitiveProps;
|
|
2302
2656
|
|
|
2303
2657
|
export declare type SidebarGroupProps = PrimitiveProps;
|
|
2304
2658
|
|
|
2305
|
-
export declare const SidebarHeader: typeof
|
|
2659
|
+
export declare const SidebarHeader: typeof __VLS_export_42;
|
|
2306
2660
|
|
|
2307
2661
|
export declare type SidebarHeaderProps = PrimitiveProps;
|
|
2308
2662
|
|
|
2309
|
-
export declare const SidebarInset: typeof
|
|
2663
|
+
export declare const SidebarInset: typeof __VLS_export_47;
|
|
2310
2664
|
|
|
2311
2665
|
export declare type SidebarInsetProps = PrimitiveProps;
|
|
2312
2666
|
|
|
2313
|
-
export declare const SidebarMenu: typeof
|
|
2667
|
+
export declare const SidebarMenu: typeof __VLS_export_50;
|
|
2314
2668
|
|
|
2315
|
-
export declare const SidebarMenuButton: typeof
|
|
2669
|
+
export declare const SidebarMenuButton: typeof __VLS_export_52;
|
|
2316
2670
|
|
|
2317
2671
|
export declare interface SidebarMenuButtonProps extends PrimitiveProps {
|
|
2318
2672
|
/** Iconify icon rendered before the text. */
|
|
@@ -2332,7 +2686,7 @@ export declare interface SidebarMenuButtonProps extends PrimitiveProps {
|
|
|
2332
2686
|
tooltip?: string | false;
|
|
2333
2687
|
}
|
|
2334
2688
|
|
|
2335
|
-
export declare const SidebarMenuItem: typeof
|
|
2689
|
+
export declare const SidebarMenuItem: typeof __VLS_export_51;
|
|
2336
2690
|
|
|
2337
2691
|
export declare type SidebarMenuItemProps = PrimitiveProps;
|
|
2338
2692
|
|
|
@@ -2346,9 +2700,9 @@ export declare interface SidebarMenuProps extends PrimitiveProps {
|
|
|
2346
2700
|
color?: ColorType;
|
|
2347
2701
|
}
|
|
2348
2702
|
|
|
2349
|
-
export declare const SidebarMenuSub: typeof
|
|
2703
|
+
export declare const SidebarMenuSub: typeof __VLS_export_53;
|
|
2350
2704
|
|
|
2351
|
-
export declare const SidebarMenuSubButton: typeof
|
|
2705
|
+
export declare const SidebarMenuSubButton: typeof __VLS_export_55;
|
|
2352
2706
|
|
|
2353
2707
|
export declare interface SidebarMenuSubButtonProps extends PrimitiveProps {
|
|
2354
2708
|
/** Iconify icon rendered before the text. */
|
|
@@ -2363,13 +2717,13 @@ export declare interface SidebarMenuSubButtonProps extends PrimitiveProps {
|
|
|
2363
2717
|
disabled?: boolean;
|
|
2364
2718
|
}
|
|
2365
2719
|
|
|
2366
|
-
export declare const SidebarMenuSubItem: typeof
|
|
2720
|
+
export declare const SidebarMenuSubItem: typeof __VLS_export_54;
|
|
2367
2721
|
|
|
2368
2722
|
export declare type SidebarMenuSubItemProps = PrimitiveProps;
|
|
2369
2723
|
|
|
2370
2724
|
export declare type SidebarMenuSubProps = PrimitiveProps;
|
|
2371
2725
|
|
|
2372
|
-
export declare interface SidebarProps extends
|
|
2726
|
+
export declare interface SidebarProps extends DrawerContentProps {
|
|
2373
2727
|
/** Controls whether the mobile sidebar is open. */
|
|
2374
2728
|
open?: boolean;
|
|
2375
2729
|
/** Initial mobile open state when `open` is uncontrolled. @default false */
|
|
@@ -2396,14 +2750,16 @@ export declare interface SidebarProps extends DialogContentProps {
|
|
|
2396
2750
|
mobileDescription?: string;
|
|
2397
2751
|
}
|
|
2398
2752
|
|
|
2399
|
-
export declare const SidebarProvider: typeof
|
|
2753
|
+
export declare const SidebarProvider: typeof __VLS_export_40;
|
|
2400
2754
|
|
|
2401
2755
|
export declare interface SidebarProviderProps {
|
|
2402
2756
|
/** The element or component used for the layout container. @default "div" */
|
|
2403
2757
|
as?: AsTag | Component;
|
|
2758
|
+
/** The viewport width in pixels at which the sidebar switches between mobile and desktop behavior. @default 1024 */
|
|
2759
|
+
breakpoint?: number;
|
|
2404
2760
|
}
|
|
2405
2761
|
|
|
2406
|
-
export declare const SidebarRail: typeof
|
|
2762
|
+
export declare const SidebarRail: typeof __VLS_export_46;
|
|
2407
2763
|
|
|
2408
2764
|
export declare interface SidebarRailProps extends PrimitiveProps {
|
|
2409
2765
|
/** Overrides the generated accessible label. */
|
|
@@ -2412,7 +2768,7 @@ export declare interface SidebarRailProps extends PrimitiveProps {
|
|
|
2412
2768
|
disabled?: boolean;
|
|
2413
2769
|
}
|
|
2414
2770
|
|
|
2415
|
-
export declare const SidebarTrigger: typeof
|
|
2771
|
+
export declare const SidebarTrigger: typeof __VLS_export_45;
|
|
2416
2772
|
|
|
2417
2773
|
export declare interface SidebarTriggerProps extends PrimitiveProps {
|
|
2418
2774
|
/** The sidebar edge controlled by this trigger. @default "left" */
|
|
@@ -2432,7 +2788,7 @@ export declare interface SkeletonProps extends PrimitiveProps {
|
|
|
2432
2788
|
|
|
2433
2789
|
export declare const Spinner: typeof __VLS_export_10;
|
|
2434
2790
|
|
|
2435
|
-
export declare const SpinnerIcon: typeof
|
|
2791
|
+
export declare const SpinnerIcon: typeof __VLS_export_110;
|
|
2436
2792
|
|
|
2437
2793
|
export declare interface SpinnerProps extends PrimitiveProps {
|
|
2438
2794
|
/**
|
|
@@ -2444,7 +2800,7 @@ export declare interface SpinnerProps extends PrimitiveProps {
|
|
|
2444
2800
|
color?: ColorType;
|
|
2445
2801
|
}
|
|
2446
2802
|
|
|
2447
|
-
export declare const Switch: typeof
|
|
2803
|
+
export declare const Switch: typeof __VLS_export_56;
|
|
2448
2804
|
|
|
2449
2805
|
export declare interface SwitchProps extends SwitchRootProps {
|
|
2450
2806
|
color?: ColorType;
|
|
@@ -2454,7 +2810,7 @@ export declare interface SwitchProps extends SwitchRootProps {
|
|
|
2454
2810
|
radius?: RadiusType;
|
|
2455
2811
|
}
|
|
2456
2812
|
|
|
2457
|
-
export declare const Table: typeof
|
|
2813
|
+
export declare const Table: typeof __VLS_export_106;
|
|
2458
2814
|
|
|
2459
2815
|
export declare interface TableProps {
|
|
2460
2816
|
size?: '1' | '2' | '3';
|
|
@@ -2464,7 +2820,7 @@ export declare interface TableProps {
|
|
|
2464
2820
|
|
|
2465
2821
|
export { TabsContent }
|
|
2466
2822
|
|
|
2467
|
-
export declare const TabsList: typeof
|
|
2823
|
+
export declare const TabsList: typeof __VLS_export_86;
|
|
2468
2824
|
|
|
2469
2825
|
export declare interface TabsListProps {
|
|
2470
2826
|
size?: '1' | '2';
|
|
@@ -2476,9 +2832,9 @@ export declare interface TabsListProps {
|
|
|
2476
2832
|
|
|
2477
2833
|
export { TabsRoot }
|
|
2478
2834
|
|
|
2479
|
-
export declare const TabsTrigger: typeof
|
|
2835
|
+
export declare const TabsTrigger: typeof __VLS_export_87;
|
|
2480
2836
|
|
|
2481
|
-
export declare const TextArea: typeof
|
|
2837
|
+
export declare const TextArea: typeof __VLS_export_63;
|
|
2482
2838
|
|
|
2483
2839
|
export declare interface TextAreaProps {
|
|
2484
2840
|
class?: string;
|
|
@@ -2489,7 +2845,7 @@ export declare interface TextAreaProps {
|
|
|
2489
2845
|
radius?: RadiusType;
|
|
2490
2846
|
}
|
|
2491
2847
|
|
|
2492
|
-
export declare const TextField: typeof
|
|
2848
|
+
export declare const TextField: typeof __VLS_export_62;
|
|
2493
2849
|
|
|
2494
2850
|
export declare interface TextFieldProps {
|
|
2495
2851
|
id?: string;
|
|
@@ -2543,18 +2899,20 @@ export declare interface ToastMessage {
|
|
|
2543
2899
|
action?: MessageAction;
|
|
2544
2900
|
}
|
|
2545
2901
|
|
|
2546
|
-
export declare const ToastProvider: typeof
|
|
2902
|
+
export declare const ToastProvider: typeof __VLS_export_105;
|
|
2547
2903
|
|
|
2548
2904
|
export declare interface ToastProviderProps extends ToastProviderProps_2 {
|
|
2905
|
+
/** The viewport width in pixels at which toast messages switch to a full-width mobile layout. @default 640 */
|
|
2906
|
+
breakpoint?: number;
|
|
2549
2907
|
size?: '1' | '2' | '3';
|
|
2550
2908
|
position?: 'top-left' | 'top-right' | 'top-center' | 'bottom-left' | 'bottom-right' | 'bottom-center';
|
|
2551
2909
|
}
|
|
2552
2910
|
|
|
2553
|
-
export declare const Toggle: typeof
|
|
2911
|
+
export declare const Toggle: typeof __VLS_export_59;
|
|
2554
2912
|
|
|
2555
|
-
export declare const ToggleGroupItem: typeof
|
|
2913
|
+
export declare const ToggleGroupItem: typeof __VLS_export_61;
|
|
2556
2914
|
|
|
2557
|
-
export declare const ToggleGroupRoot: typeof
|
|
2915
|
+
export declare const ToggleGroupRoot: typeof __VLS_export_60;
|
|
2558
2916
|
|
|
2559
2917
|
export declare interface ToggleGroupRootProps extends ToggleGroupRootProps_2 {
|
|
2560
2918
|
/**
|
|
@@ -2594,7 +2952,7 @@ export declare interface ToggleProps extends ToggleProps_2 {
|
|
|
2594
2952
|
highContrast?: boolean;
|
|
2595
2953
|
}
|
|
2596
2954
|
|
|
2597
|
-
export declare const Tooltip: typeof
|
|
2955
|
+
export declare const Tooltip: typeof __VLS_export_108;
|
|
2598
2956
|
|
|
2599
2957
|
export declare interface TooltipProps extends TooltipRootProps, TooltipContentProps {
|
|
2600
2958
|
/** The content associated with the tooltip. */
|
|
@@ -2697,7 +3055,7 @@ export { }
|
|
|
2697
3055
|
|
|
2698
3056
|
declare global {
|
|
2699
3057
|
interface Window {
|
|
2700
|
-
turnstile
|
|
2701
|
-
|
|
3058
|
+
turnstile?: TurnstileApi;
|
|
3059
|
+
cfTurnstileOnLoad?: () => void;
|
|
2702
3060
|
}
|
|
2703
3061
|
}
|