@typlog/ui 0.11.2 → 0.11.4
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/dist/addons.d.ts +1 -1
- package/dist/base.css +28 -4
- package/dist/components/button.css +2 -17
- package/dist/components/dialog.css +130 -218
- package/dist/components/dropdown.css +2 -2
- package/dist/components/inset.css +29 -8
- package/dist/components/pagination.css +2 -17
- package/dist/components/popover.css +4 -4
- package/dist/components.css +105 -94
- package/dist/components.d.ts +102 -89
- package/dist/components.js +199 -189
- package/package.json +1 -1
package/dist/components.d.ts
CHANGED
|
@@ -64,7 +64,6 @@ import { ToggleGroupItemProps } from 'reka-ui';
|
|
|
64
64
|
import { ToggleGroupRootProps as ToggleGroupRootProps_2 } from 'reka-ui';
|
|
65
65
|
import { ToggleProps as ToggleProps_2 } from 'reka-ui';
|
|
66
66
|
import { TooltipContentProps } from 'reka-ui';
|
|
67
|
-
import { TooltipProviderProps } from 'reka-ui';
|
|
68
67
|
|
|
69
68
|
declare const __VLS_component: DefineComponent<CardHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CardHeadProps> & Readonly<{}>, {
|
|
70
69
|
as: AsTag | Component;
|
|
@@ -72,17 +71,13 @@ as: AsTag | Component;
|
|
|
72
71
|
|
|
73
72
|
declare const __VLS_component_2: DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
74
73
|
|
|
75
|
-
declare const __VLS_component_3: DefineComponent<
|
|
74
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
76
75
|
|
|
77
76
|
declare const __VLS_component_4: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
78
77
|
|
|
79
78
|
declare const __VLS_component_5: DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
80
79
|
|
|
81
|
-
declare type __VLS_Props =
|
|
82
|
-
title: string;
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
declare type __VLS_Props_2 = ComboboxItemProps;
|
|
80
|
+
declare type __VLS_Props = ComboboxItemProps;
|
|
86
81
|
|
|
87
82
|
declare function __VLS_template(): {
|
|
88
83
|
attrs: Partial<{}>;
|
|
@@ -362,6 +357,12 @@ declare type __VLS_WithTemplateSlots_42<T, S> = T & {
|
|
|
362
357
|
};
|
|
363
358
|
};
|
|
364
359
|
|
|
360
|
+
declare type __VLS_WithTemplateSlots_43<T, S> = T & {
|
|
361
|
+
new (): {
|
|
362
|
+
$slots: S;
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
|
|
365
366
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
366
367
|
new (): {
|
|
367
368
|
$slots: S;
|
|
@@ -392,19 +393,19 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
392
393
|
};
|
|
393
394
|
};
|
|
394
395
|
|
|
395
|
-
export declare const AccordionContent:
|
|
396
|
+
export declare const AccordionContent: __VLS_WithTemplateSlots_38<DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
396
397
|
default?(_: {}): any;
|
|
397
398
|
}>;
|
|
398
399
|
|
|
399
400
|
export { AccordionContentProps }
|
|
400
401
|
|
|
401
|
-
export declare const AccordionItem:
|
|
402
|
+
export declare const AccordionItem: __VLS_WithTemplateSlots_37<DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
402
403
|
default?(_: {}): any;
|
|
403
404
|
}>;
|
|
404
405
|
|
|
405
406
|
export { AccordionItemProps }
|
|
406
407
|
|
|
407
|
-
export declare const AccordionRoot:
|
|
408
|
+
export declare const AccordionRoot: __VLS_WithTemplateSlots_36<DefineComponent<AccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
408
409
|
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
409
410
|
}, string, PublicProps, Readonly<AccordionRootProps> & Readonly<{
|
|
410
411
|
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
@@ -418,7 +419,7 @@ export declare interface AccordionRootProps extends AccordionRootProps_2 {
|
|
|
418
419
|
size?: '1' | '2' | '3';
|
|
419
420
|
}
|
|
420
421
|
|
|
421
|
-
export declare const AccordionTrigger:
|
|
422
|
+
export declare const AccordionTrigger: __VLS_WithTemplateSlots_39<DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {
|
|
422
423
|
indicator: "plus-minus" | "chevron";
|
|
423
424
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
424
425
|
default?(_: {}): any;
|
|
@@ -436,7 +437,7 @@ export { AlertDialogAction }
|
|
|
436
437
|
|
|
437
438
|
export { AlertDialogCancel }
|
|
438
439
|
|
|
439
|
-
export declare const AlertDialogContent:
|
|
440
|
+
export declare const AlertDialogContent: __VLS_WithTemplateSlots_10<DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
440
441
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
441
442
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
442
443
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -452,7 +453,6 @@ onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
|
452
453
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
453
454
|
}>, {
|
|
454
455
|
size: "1" | "2" | "3" | "4";
|
|
455
|
-
align: string;
|
|
456
456
|
maxWidth: string;
|
|
457
457
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
458
458
|
default?(_: {}): any;
|
|
@@ -460,8 +460,6 @@ maxWidth: string;
|
|
|
460
460
|
|
|
461
461
|
export declare interface AlertDialogContentProps extends AlertDialogContentProps_2 {
|
|
462
462
|
to?: string | HTMLElement;
|
|
463
|
-
align?: string;
|
|
464
|
-
class?: string;
|
|
465
463
|
size?: '1' | '2' | '3' | '4';
|
|
466
464
|
width?: string;
|
|
467
465
|
minWidth?: string;
|
|
@@ -481,8 +479,8 @@ export { AlertDialogTrigger }
|
|
|
481
479
|
|
|
482
480
|
export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {
|
|
483
481
|
radius: RadiusType;
|
|
484
|
-
variant: "solid" | "soft" | "ring";
|
|
485
482
|
size: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
|
|
483
|
+
variant: "solid" | "soft" | "ring";
|
|
486
484
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
487
485
|
|
|
488
486
|
export declare interface AvatarProps {
|
|
@@ -511,11 +509,11 @@ export declare interface AvatarProps {
|
|
|
511
509
|
color?: ColorType;
|
|
512
510
|
}
|
|
513
511
|
|
|
514
|
-
export declare const Badge:
|
|
512
|
+
export declare const Badge: __VLS_WithTemplateSlots_2<DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
515
513
|
radius: RadiusType;
|
|
516
|
-
variant: "solid" | "soft" | "surface" | "outline";
|
|
517
|
-
size: "1" | "2" | "3";
|
|
518
514
|
as: AsTag;
|
|
515
|
+
size: "1" | "2" | "3";
|
|
516
|
+
variant: "solid" | "soft" | "surface" | "outline";
|
|
519
517
|
highContrast: boolean;
|
|
520
518
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
521
519
|
default?(_: {}): any;
|
|
@@ -551,10 +549,10 @@ export declare interface BadgeProps {
|
|
|
551
549
|
|
|
552
550
|
declare type BrandType = 'google' | 'facebook' | 'x' | 'github' | 'apple' | 'slack' | 'figma';
|
|
553
551
|
|
|
554
|
-
export declare const Button:
|
|
555
|
-
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
556
|
-
size: "1" | "2" | "3" | "4";
|
|
552
|
+
export declare const Button: __VLS_WithTemplateSlots_6<DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
557
553
|
as: AsTag | Component;
|
|
554
|
+
size: "1" | "2" | "3" | "4";
|
|
555
|
+
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
558
556
|
highContrast: boolean;
|
|
559
557
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
560
558
|
default?(_: {}): any;
|
|
@@ -589,15 +587,15 @@ declare interface ButtonProps {
|
|
|
589
587
|
export { ButtonProps }
|
|
590
588
|
export { ButtonProps as IconButtonProps }
|
|
591
589
|
|
|
592
|
-
export declare const Card:
|
|
593
|
-
variant: "surface" | "soft";
|
|
594
|
-
size: "1" | "2" | "3" | "4" | "5";
|
|
590
|
+
export declare const Card: __VLS_WithTemplateSlots_4<DefineComponent<CardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CardProps> & Readonly<{}>, {
|
|
595
591
|
as: AsTag | Component;
|
|
592
|
+
size: "1" | "2" | "3" | "4" | "5";
|
|
593
|
+
variant: "surface" | "soft";
|
|
596
594
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
597
595
|
default?(_: {}): any;
|
|
598
596
|
}>;
|
|
599
597
|
|
|
600
|
-
export declare const CardHead:
|
|
598
|
+
export declare const CardHead: __VLS_WithTemplateSlots_5<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
601
599
|
|
|
602
600
|
export declare interface CardHeadProps extends PrimitiveProps {
|
|
603
601
|
color?: ColorType;
|
|
@@ -614,8 +612,8 @@ export declare const Checkbox: DefineComponent<CheckboxProps, {}, {}, {}, {}, Co
|
|
|
614
612
|
}, string, PublicProps, Readonly<CheckboxProps> & Readonly<{
|
|
615
613
|
"onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
|
|
616
614
|
}>, {
|
|
617
|
-
variant: "surface" | "soft";
|
|
618
615
|
size: "1" | "2" | "3";
|
|
616
|
+
variant: "surface" | "soft";
|
|
619
617
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
620
618
|
|
|
621
619
|
export declare const CheckboxGroupControl: DefineComponent<CheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CheckboxProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -626,7 +624,7 @@ declare interface CheckboxGroupItemProps extends CheckboxProps {
|
|
|
626
624
|
value: string;
|
|
627
625
|
}
|
|
628
626
|
|
|
629
|
-
export declare const CheckboxGroupRoot:
|
|
627
|
+
export declare const CheckboxGroupRoot: __VLS_WithTemplateSlots_15<DefineComponent< {
|
|
630
628
|
modelValue?: any[];
|
|
631
629
|
} & CheckboxGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
632
630
|
"update:modelValue": (value: any[]) => any;
|
|
@@ -658,7 +656,7 @@ declare interface ChevronIconProps {
|
|
|
658
656
|
arrowTransform?: 'right-down' | 'right-up' | 'up-down' | 'down-up';
|
|
659
657
|
}
|
|
660
658
|
|
|
661
|
-
export declare const CollapsibleContent:
|
|
659
|
+
export declare const CollapsibleContent: __VLS_WithTemplateSlots_40<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
662
660
|
|
|
663
661
|
export { CollapsibleRoot }
|
|
664
662
|
|
|
@@ -673,8 +671,8 @@ modelValue?: string;
|
|
|
673
671
|
} & ColorFieldProps> & Readonly<{
|
|
674
672
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
675
673
|
}>, {
|
|
676
|
-
variant: "solid" | "ring";
|
|
677
674
|
size: "1" | "2" | "3";
|
|
675
|
+
variant: "solid" | "ring";
|
|
678
676
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
679
677
|
|
|
680
678
|
export declare interface ColorFieldProps {
|
|
@@ -686,7 +684,7 @@ export declare interface ColorFieldProps {
|
|
|
686
684
|
|
|
687
685
|
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';
|
|
688
686
|
|
|
689
|
-
export declare const ComboboxContent:
|
|
687
|
+
export declare const ComboboxContent: __VLS_WithTemplateSlots_27<DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
690
688
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
691
689
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
692
690
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -712,7 +710,7 @@ export { ComboboxEmpty }
|
|
|
712
710
|
|
|
713
711
|
export { ComboboxGroup }
|
|
714
712
|
|
|
715
|
-
export declare const ComboboxInput:
|
|
713
|
+
export declare const ComboboxInput: __VLS_WithTemplateSlots_26<DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
716
714
|
"update:modelValue": (args_0: string) => any;
|
|
717
715
|
}, string, PublicProps, Readonly<ComboboxInputProps> & Readonly<{
|
|
718
716
|
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
@@ -730,13 +728,13 @@ declare interface ComboboxInputProps extends ComboboxInputProps_2 {
|
|
|
730
728
|
placeholder?: string;
|
|
731
729
|
}
|
|
732
730
|
|
|
733
|
-
export declare const ComboboxItem:
|
|
731
|
+
export declare const ComboboxItem: __VLS_WithTemplateSlots_28<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
734
732
|
|
|
735
|
-
export declare const ComboboxLabel:
|
|
733
|
+
export declare const ComboboxLabel: __VLS_WithTemplateSlots_29<DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
736
734
|
default?(_: {}): any;
|
|
737
735
|
}>;
|
|
738
736
|
|
|
739
|
-
export declare const ComboboxRoot:
|
|
737
|
+
export declare const ComboboxRoot: __VLS_WithTemplateSlots_25<DefineComponent<ComboboxRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
740
738
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
741
739
|
"update:open": (value: boolean) => any;
|
|
742
740
|
highlight: (payload: {
|
|
@@ -763,13 +761,13 @@ export declare interface ComboboxRootProps extends ComboboxRootProps_2 {
|
|
|
763
761
|
highContrast?: boolean;
|
|
764
762
|
}
|
|
765
763
|
|
|
766
|
-
declare const _default:
|
|
764
|
+
declare const _default: __VLS_WithTemplateSlots_30<DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
767
765
|
"update:modelValue": (payload: string) => any;
|
|
768
766
|
}, string, PublicProps, Readonly<RadioGroupRootProps> & Readonly<{
|
|
769
767
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
770
768
|
}>, {
|
|
771
|
-
variant: "surface" | "soft";
|
|
772
769
|
size: "1" | "2" | "3";
|
|
770
|
+
variant: "surface" | "soft";
|
|
773
771
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
774
772
|
default?(_: {}): any;
|
|
775
773
|
}>;
|
|
@@ -778,7 +776,7 @@ export { _default as RadioGroupRoot }
|
|
|
778
776
|
|
|
779
777
|
export { DialogClose }
|
|
780
778
|
|
|
781
|
-
export declare const DialogContent:
|
|
779
|
+
export declare const DialogContent: __VLS_WithTemplateSlots_11<DefineComponent<DialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
782
780
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
783
781
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
784
782
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -794,7 +792,6 @@ onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
|
794
792
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
795
793
|
}>, {
|
|
796
794
|
size: "1" | "2" | "3" | "4";
|
|
797
|
-
align: string;
|
|
798
795
|
maxWidth: string;
|
|
799
796
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
800
797
|
default?(_: {}): any;
|
|
@@ -802,8 +799,6 @@ maxWidth: string;
|
|
|
802
799
|
|
|
803
800
|
export declare interface DialogContentProps extends DialogContentProps_2 {
|
|
804
801
|
to?: string | HTMLElement;
|
|
805
|
-
align?: string;
|
|
806
|
-
class?: string;
|
|
807
802
|
size?: '1' | '2' | '3' | '4';
|
|
808
803
|
width?: string;
|
|
809
804
|
minWidth?: string;
|
|
@@ -811,19 +806,18 @@ export declare interface DialogContentProps extends DialogContentProps_2 {
|
|
|
811
806
|
height?: string;
|
|
812
807
|
minHeight?: string;
|
|
813
808
|
maxHeight?: string;
|
|
809
|
+
closeIcon?: boolean;
|
|
814
810
|
}
|
|
815
811
|
|
|
816
812
|
export { DialogDescription }
|
|
817
813
|
|
|
818
|
-
export declare const DialogHead: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
819
|
-
|
|
820
814
|
export { DialogRoot }
|
|
821
815
|
|
|
822
816
|
export { DialogTitle }
|
|
823
817
|
|
|
824
818
|
export { DialogTrigger }
|
|
825
819
|
|
|
826
|
-
export declare const DropdownMenuContent:
|
|
820
|
+
export declare const DropdownMenuContent: __VLS_WithTemplateSlots_12<DefineComponent<DropdownMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
827
821
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
828
822
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
829
823
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -838,9 +832,9 @@ onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any
|
|
|
838
832
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
839
833
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
840
834
|
}>, {
|
|
841
|
-
variant: "solid" | "soft";
|
|
842
835
|
size: "1" | "2";
|
|
843
|
-
|
|
836
|
+
variant: "solid" | "soft";
|
|
837
|
+
align: "start" | "center" | "end";
|
|
844
838
|
sideOffset: number;
|
|
845
839
|
collisionPadding: number | Partial<Record<"top" | "bottom" | "left" | "right", number>>;
|
|
846
840
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -855,7 +849,7 @@ export declare interface DropdownMenuContentProps extends DropdownMenuContentPro
|
|
|
855
849
|
highContrast?: boolean;
|
|
856
850
|
}
|
|
857
851
|
|
|
858
|
-
export declare const DropdownMenuItem:
|
|
852
|
+
export declare const DropdownMenuItem: __VLS_WithTemplateSlots_13<DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
859
853
|
select: (event: Event) => any;
|
|
860
854
|
}, string, PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
|
|
861
855
|
onSelect?: ((event: Event) => any) | undefined;
|
|
@@ -900,15 +894,17 @@ export declare interface EditableProps extends EditableRootProps {
|
|
|
900
894
|
size?: '1' | '2' | '3';
|
|
901
895
|
}
|
|
902
896
|
|
|
897
|
+
declare type GrayColorType = 'auto' | 'mauve' | 'olive' | 'sage' | 'sand' | 'slate';
|
|
898
|
+
|
|
903
899
|
export { Icon }
|
|
904
900
|
|
|
905
|
-
export declare const IconButton:
|
|
901
|
+
export declare const IconButton: __VLS_WithTemplateSlots_7<DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
906
902
|
default?(_: {}): any;
|
|
907
903
|
}>;
|
|
908
904
|
|
|
909
905
|
export declare const IconCircle: DefineComponent<IconCircleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconCircleProps> & Readonly<{}>, {
|
|
910
|
-
variant: "solid" | "soft" | "outline" | "glow";
|
|
911
906
|
size: number | string;
|
|
907
|
+
variant: "solid" | "soft" | "outline" | "glow";
|
|
912
908
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
913
909
|
|
|
914
910
|
export declare interface IconCircleProps {
|
|
@@ -918,23 +914,21 @@ export declare interface IconCircleProps {
|
|
|
918
914
|
icon: string;
|
|
919
915
|
}
|
|
920
916
|
|
|
921
|
-
export declare const Inset:
|
|
922
|
-
side:
|
|
917
|
+
export declare const Inset: __VLS_WithTemplateSlots_3<DefineComponent<InsetProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InsetProps> & Readonly<{}>, {
|
|
918
|
+
side: InsetSide;
|
|
923
919
|
clip: "border-box" | "padding-box";
|
|
924
920
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
925
921
|
default?(_: {}): any;
|
|
926
922
|
}>;
|
|
927
923
|
|
|
928
924
|
export declare interface InsetProps {
|
|
929
|
-
side?:
|
|
930
|
-
top?: boolean;
|
|
931
|
-
bottom?: boolean;
|
|
932
|
-
left?: boolean;
|
|
933
|
-
right?: boolean;
|
|
925
|
+
side?: InsetSide;
|
|
934
926
|
clip?: 'border-box' | 'padding-box';
|
|
935
927
|
}
|
|
936
928
|
|
|
937
|
-
|
|
929
|
+
declare type InsetSide = 'all' | 'x' | 'y' | 'top' | 'bottom' | 'left' | 'right';
|
|
930
|
+
|
|
931
|
+
export declare const Pagination: __VLS_WithTemplateSlots_41<DefineComponent< {
|
|
938
932
|
page: number;
|
|
939
933
|
} & PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
940
934
|
"update:page": (value: number) => any;
|
|
@@ -943,8 +937,8 @@ page: number;
|
|
|
943
937
|
} & PaginationProps> & Readonly<{
|
|
944
938
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
945
939
|
}>, {
|
|
946
|
-
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
947
940
|
size: "1" | "2" | "3" | "4";
|
|
941
|
+
variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
|
|
948
942
|
perpage: number;
|
|
949
943
|
edge: number;
|
|
950
944
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
@@ -978,8 +972,8 @@ export declare interface PaginationProps extends ButtonProps {
|
|
|
978
972
|
}
|
|
979
973
|
|
|
980
974
|
export declare const PlusMinusIcon: DefineComponent<PlusMinusIconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PlusMinusIconProps> & Readonly<{}>, {
|
|
981
|
-
color: ColorType;
|
|
982
975
|
size: "1" | "2" | "3" | "4";
|
|
976
|
+
color: ColorType;
|
|
983
977
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
984
978
|
|
|
985
979
|
declare interface PlusMinusIconProps {
|
|
@@ -989,7 +983,7 @@ declare interface PlusMinusIconProps {
|
|
|
989
983
|
|
|
990
984
|
export { PopoverClose }
|
|
991
985
|
|
|
992
|
-
export declare const PopoverContent:
|
|
986
|
+
export declare const PopoverContent: __VLS_WithTemplateSlots_14<DefineComponent<PopoverContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
993
987
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
994
988
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
995
989
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
@@ -1034,15 +1028,15 @@ modelValue?: any;
|
|
|
1034
1028
|
} & RadioProps> & Readonly<{
|
|
1035
1029
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1036
1030
|
}>, {
|
|
1037
|
-
variant: "surface" | "soft";
|
|
1038
1031
|
size: "1" | "2" | "3";
|
|
1032
|
+
variant: "surface" | "soft";
|
|
1039
1033
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
1040
1034
|
|
|
1041
|
-
export declare const RadioCardsItem:
|
|
1035
|
+
export declare const RadioCardsItem: __VLS_WithTemplateSlots_32<DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1042
1036
|
default?(_: {}): any;
|
|
1043
1037
|
}>;
|
|
1044
1038
|
|
|
1045
|
-
export declare const RadioGroupItem:
|
|
1039
|
+
export declare const RadioGroupItem: __VLS_WithTemplateSlots_31<DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>, {
|
|
1046
1040
|
default?(_: {}): any;
|
|
1047
1041
|
}>;
|
|
1048
1042
|
|
|
@@ -1065,7 +1059,7 @@ export declare interface RadioProps {
|
|
|
1065
1059
|
|
|
1066
1060
|
export { RadioTabsItem }
|
|
1067
1061
|
|
|
1068
|
-
export declare const RadioTabsList:
|
|
1062
|
+
export declare const RadioTabsList: __VLS_WithTemplateSlots_33<DefineComponent<RadioTabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1069
1063
|
"update:modelValue": (payload: string) => any;
|
|
1070
1064
|
}, string, PublicProps, Readonly<RadioTabsListProps> & Readonly<{
|
|
1071
1065
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
@@ -1092,7 +1086,9 @@ export declare interface SavingIndicatorProps {
|
|
|
1092
1086
|
|
|
1093
1087
|
export declare type SavingStatus = 'idle' | 'saving' | 'saved';
|
|
1094
1088
|
|
|
1095
|
-
|
|
1089
|
+
declare type ScalingType = '90%' | '95%' | '100%' | '105%' | '110%' | '115%' | '120%';
|
|
1090
|
+
|
|
1091
|
+
export declare const ScrollArea: __VLS_WithTemplateSlots_9<DefineComponent<ScrollAreaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollAreaProps> & Readonly<{}>, {
|
|
1096
1092
|
size: "1" | "2" | "3";
|
|
1097
1093
|
scrollbars: "vertical" | "horizontal" | "both";
|
|
1098
1094
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1105,7 +1101,7 @@ export declare interface ScrollAreaProps extends ScrollAreaRootProps {
|
|
|
1105
1101
|
scrollbars?: 'vertical' | 'horizontal' | 'both';
|
|
1106
1102
|
}
|
|
1107
1103
|
|
|
1108
|
-
export declare const SelectContent:
|
|
1104
|
+
export declare const SelectContent: __VLS_WithTemplateSlots_21<DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {
|
|
1109
1105
|
variant: "solid" | "soft";
|
|
1110
1106
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1111
1107
|
default?(_: {}): any;
|
|
@@ -1118,19 +1114,19 @@ export declare interface SelectContentProps extends SelectContentProps_2 {
|
|
|
1118
1114
|
|
|
1119
1115
|
export { SelectGroup }
|
|
1120
1116
|
|
|
1121
|
-
export declare const SelectItem:
|
|
1117
|
+
export declare const SelectItem: __VLS_WithTemplateSlots_23<DefineComponent<SelectItemProps<AcceptableValue>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps<AcceptableValue>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1122
1118
|
default?(_: {}): any;
|
|
1123
1119
|
}>;
|
|
1124
1120
|
|
|
1125
1121
|
export { SelectItemProps }
|
|
1126
1122
|
|
|
1127
|
-
export declare const SelectLabel:
|
|
1123
|
+
export declare const SelectLabel: __VLS_WithTemplateSlots_24<DefineComponent<SelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1128
1124
|
default?(_: {}): any;
|
|
1129
1125
|
}>;
|
|
1130
1126
|
|
|
1131
1127
|
export { SelectLabelProps }
|
|
1132
1128
|
|
|
1133
|
-
export declare const SelectRoot:
|
|
1129
|
+
export declare const SelectRoot: __VLS_WithTemplateSlots_20<DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1134
1130
|
"update:modelValue": (value: AcceptableValue) => any;
|
|
1135
1131
|
"update:open": (value: boolean) => any;
|
|
1136
1132
|
}, string, PublicProps, Readonly<SelectRootProps> & Readonly<{
|
|
@@ -1150,7 +1146,7 @@ export declare interface SelectRootProps extends SelectRootProps_2 {
|
|
|
1150
1146
|
|
|
1151
1147
|
export declare const SelectSeparator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1152
1148
|
|
|
1153
|
-
export declare const SelectTrigger:
|
|
1149
|
+
export declare const SelectTrigger: __VLS_WithTemplateSlots_22<DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
|
|
1154
1150
|
variant: "surface" | "soft" | "ghost";
|
|
1155
1151
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1156
1152
|
default?(_: {
|
|
@@ -1166,8 +1162,8 @@ export declare interface SelectTriggerProps extends SelectTriggerProps_2 {
|
|
|
1166
1162
|
}
|
|
1167
1163
|
|
|
1168
1164
|
export declare const Separator: DefineComponent<SeparatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
|
|
1169
|
-
color: ColorType;
|
|
1170
1165
|
as: string;
|
|
1166
|
+
color: ColorType;
|
|
1171
1167
|
orientation: "horizontal" | "vertical";
|
|
1172
1168
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1173
1169
|
|
|
@@ -1178,9 +1174,9 @@ export declare interface SeparatorProps {
|
|
|
1178
1174
|
color?: ColorType;
|
|
1179
1175
|
}
|
|
1180
1176
|
|
|
1181
|
-
export declare const SocialButton:
|
|
1182
|
-
size: "1" | "2" | "3" | "4";
|
|
1177
|
+
export declare const SocialButton: __VLS_WithTemplateSlots_8<DefineComponent<SocialButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SocialButtonProps> & Readonly<{}>, {
|
|
1183
1178
|
as: AsTag | Component;
|
|
1179
|
+
size: "1" | "2" | "3" | "4";
|
|
1184
1180
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1185
1181
|
default?(_: {}): any;
|
|
1186
1182
|
}>;
|
|
@@ -1213,8 +1209,8 @@ export declare const Switch: DefineComponent<SwitchProps, {}, {}, {}, {}, Compon
|
|
|
1213
1209
|
}, string, PublicProps, Readonly<SwitchProps> & Readonly<{
|
|
1214
1210
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
1215
1211
|
}>, {
|
|
1216
|
-
variant: "surface" | "soft";
|
|
1217
1212
|
size: "1" | "2" | "3";
|
|
1213
|
+
variant: "surface" | "soft";
|
|
1218
1214
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1219
1215
|
|
|
1220
1216
|
export declare interface SwitchProps extends SwitchRootProps {
|
|
@@ -1225,9 +1221,9 @@ export declare interface SwitchProps extends SwitchRootProps {
|
|
|
1225
1221
|
radius?: RadiusType;
|
|
1226
1222
|
}
|
|
1227
1223
|
|
|
1228
|
-
export declare const Table:
|
|
1229
|
-
variant: "surface" | "ghost";
|
|
1224
|
+
export declare const Table: __VLS_WithTemplateSlots_42<DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
|
|
1230
1225
|
size: "1" | "2" | "3";
|
|
1226
|
+
variant: "surface" | "ghost";
|
|
1231
1227
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
1232
1228
|
default?(_: {}): any;
|
|
1233
1229
|
}>;
|
|
@@ -1240,7 +1236,7 @@ export declare interface TableProps {
|
|
|
1240
1236
|
|
|
1241
1237
|
export { TabsContent }
|
|
1242
1238
|
|
|
1243
|
-
export declare const TabsList:
|
|
1239
|
+
export declare const TabsList: __VLS_WithTemplateSlots_34<DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
|
|
1244
1240
|
size: "1" | "2";
|
|
1245
1241
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1246
1242
|
default?(_: {}): any;
|
|
@@ -1254,7 +1250,7 @@ export declare interface TabsListProps {
|
|
|
1254
1250
|
|
|
1255
1251
|
export { TabsRoot }
|
|
1256
1252
|
|
|
1257
|
-
export declare const TabsTrigger:
|
|
1253
|
+
export declare const TabsTrigger: __VLS_WithTemplateSlots_35<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1258
1254
|
|
|
1259
1255
|
export declare const TextArea: DefineComponent< {
|
|
1260
1256
|
modelValue?: string;
|
|
@@ -1265,8 +1261,8 @@ modelValue?: string;
|
|
|
1265
1261
|
} & TextAreaProps> & Readonly<{
|
|
1266
1262
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1267
1263
|
}>, {
|
|
1268
|
-
variant: "surface" | "soft";
|
|
1269
1264
|
size: "1" | "2" | "3";
|
|
1265
|
+
variant: "surface" | "soft";
|
|
1270
1266
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1271
1267
|
|
|
1272
1268
|
export declare interface TextAreaProps {
|
|
@@ -1278,7 +1274,7 @@ export declare interface TextAreaProps {
|
|
|
1278
1274
|
radius?: RadiusType;
|
|
1279
1275
|
}
|
|
1280
1276
|
|
|
1281
|
-
export declare const TextField:
|
|
1277
|
+
export declare const TextField: __VLS_WithTemplateSlots_19<DefineComponent< {
|
|
1282
1278
|
modelValue?: any;
|
|
1283
1279
|
} & TextFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1284
1280
|
"update:modelValue": (value: any) => any;
|
|
@@ -1287,9 +1283,9 @@ modelValue?: any;
|
|
|
1287
1283
|
} & TextFieldProps> & Readonly<{
|
|
1288
1284
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1289
1285
|
}>, {
|
|
1290
|
-
variant: "surface" | "soft";
|
|
1291
|
-
size: "1" | "2" | "3";
|
|
1292
1286
|
type: "date" | "datetime-local" | "email" | "hidden" | "month" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | "week" | "file";
|
|
1287
|
+
size: "1" | "2" | "3";
|
|
1288
|
+
variant: "surface" | "soft";
|
|
1293
1289
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1294
1290
|
input: HTMLInputElement;
|
|
1295
1291
|
}, any>, {
|
|
@@ -1307,26 +1303,43 @@ export declare interface TextFieldProps {
|
|
|
1307
1303
|
type?: 'date' | 'datetime-local' | 'email' | 'hidden' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week' | 'file';
|
|
1308
1304
|
}
|
|
1309
1305
|
|
|
1310
|
-
export declare const
|
|
1306
|
+
export declare const ThemeProvider: __VLS_WithTemplateSlots<DefineComponent<ThemeProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ThemeProviderProps> & Readonly<{}>, {
|
|
1307
|
+
accentColor: ColorType;
|
|
1308
|
+
radius: RadiusType;
|
|
1309
|
+
grayColor: GrayColorType;
|
|
1310
|
+
scaling: ScalingType;
|
|
1311
|
+
as: AsTag | Component;
|
|
1312
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1313
|
+
default?(_: {}): any;
|
|
1314
|
+
}>;
|
|
1315
|
+
|
|
1316
|
+
export declare interface ThemeProviderProps extends PrimitiveProps {
|
|
1317
|
+
accentColor?: ColorType;
|
|
1318
|
+
radius?: RadiusType;
|
|
1319
|
+
grayColor?: GrayColorType;
|
|
1320
|
+
scaling?: ScalingType;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
export declare const Toggle: __VLS_WithTemplateSlots_16<DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1311
1324
|
"update:modelValue": (value: boolean) => any;
|
|
1312
1325
|
}, string, PublicProps, Readonly<ToggleProps> & Readonly<{
|
|
1313
1326
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1314
1327
|
}>, {
|
|
1315
|
-
variant: "solid" | "soft" | "ghost";
|
|
1316
1328
|
size: "1" | "2" | "3";
|
|
1329
|
+
variant: "solid" | "soft" | "ghost";
|
|
1317
1330
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1318
1331
|
default?(_: {}): any;
|
|
1319
1332
|
}>;
|
|
1320
1333
|
|
|
1321
|
-
export declare const ToggleGroupItem:
|
|
1334
|
+
export declare const ToggleGroupItem: __VLS_WithTemplateSlots_18<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1322
1335
|
|
|
1323
|
-
export declare const ToggleGroupRoot:
|
|
1336
|
+
export declare const ToggleGroupRoot: __VLS_WithTemplateSlots_17<DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1324
1337
|
"update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
|
|
1325
1338
|
}, string, PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
|
|
1326
1339
|
"onUpdate:modelValue"?: ((payload: AcceptableValue | AcceptableValue[]) => any) | undefined;
|
|
1327
1340
|
}>, {
|
|
1328
|
-
variant: "solid" | "soft" | "ghost";
|
|
1329
1341
|
size: "1" | "2" | "3";
|
|
1342
|
+
variant: "solid" | "soft" | "ghost";
|
|
1330
1343
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
1331
1344
|
default?(_: {}): any;
|
|
1332
1345
|
}>;
|
|
@@ -1347,7 +1360,7 @@ export declare interface ToggleProps extends ToggleProps_2 {
|
|
|
1347
1360
|
radius?: RadiusType;
|
|
1348
1361
|
}
|
|
1349
1362
|
|
|
1350
|
-
export declare const Tooltip:
|
|
1363
|
+
export declare const Tooltip: __VLS_WithTemplateSlots_43<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
1351
1364
|
side: "top" | "bottom" | "left" | "right";
|
|
1352
1365
|
sideOffset: number;
|
|
1353
1366
|
avoidCollisions: boolean;
|
|
@@ -1357,7 +1370,7 @@ collisionPadding: number | Partial<Record<"top" | "bottom" | "left" | "right", n
|
|
|
1357
1370
|
content?(_: {}): any;
|
|
1358
1371
|
}>;
|
|
1359
1372
|
|
|
1360
|
-
export declare interface TooltipProps extends
|
|
1373
|
+
export declare interface TooltipProps extends TooltipContentProps {
|
|
1361
1374
|
to?: string | HTMLElement;
|
|
1362
1375
|
content?: string;
|
|
1363
1376
|
}
|