@typlog/ui 0.12.2 → 0.13.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/components.d.ts CHANGED
@@ -44,6 +44,13 @@ import { DropdownMenuTrigger } from 'reka-ui';
44
44
  import { EditableRootProps } from 'reka-ui';
45
45
  import { FocusOutsideEvent } from 'reka-ui';
46
46
  import { MaybeRefOrGetter } from 'vue';
47
+ import { NavigationMenuContentProps } from 'reka-ui';
48
+ import { NavigationMenuItem } from 'reka-ui';
49
+ import { NavigationMenuLinkProps as NavigationMenuLinkProps_2 } from 'reka-ui';
50
+ import { NavigationMenuListProps as NavigationMenuListProps_2 } from 'reka-ui';
51
+ import { NavigationMenuRootProps } from 'reka-ui';
52
+ import { NavigationMenuTriggerProps as NavigationMenuTriggerProps_2 } from 'reka-ui';
53
+ import { PaginationRootProps } from 'reka-ui';
47
54
  import { PointerDownOutsideEvent } from 'reka-ui';
48
55
  import { PopoverClose } from 'reka-ui';
49
56
  import { PopoverContentProps } from 'reka-ui';
@@ -70,6 +77,7 @@ import { ToggleGroupItemProps } from 'reka-ui';
70
77
  import { ToggleGroupRootProps as ToggleGroupRootProps_2 } from 'reka-ui';
71
78
  import { ToggleProps as ToggleProps_2 } from 'reka-ui';
72
79
  import { TooltipContentProps } from 'reka-ui';
80
+ import { TooltipRootProps } from 'reka-ui';
73
81
 
74
82
  declare const __VLS_component: DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
75
83
 
@@ -397,12 +405,42 @@ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
397
405
  };
398
406
  };
399
407
 
408
+ declare type __VLS_WithTemplateSlots_49<T, S> = T & {
409
+ new (): {
410
+ $slots: S;
411
+ };
412
+ };
413
+
400
414
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
401
415
  new (): {
402
416
  $slots: S;
403
417
  };
404
418
  };
405
419
 
420
+ declare type __VLS_WithTemplateSlots_50<T, S> = T & {
421
+ new (): {
422
+ $slots: S;
423
+ };
424
+ };
425
+
426
+ declare type __VLS_WithTemplateSlots_51<T, S> = T & {
427
+ new (): {
428
+ $slots: S;
429
+ };
430
+ };
431
+
432
+ declare type __VLS_WithTemplateSlots_52<T, S> = T & {
433
+ new (): {
434
+ $slots: S;
435
+ };
436
+ };
437
+
438
+ declare type __VLS_WithTemplateSlots_53<T, S> = T & {
439
+ new (): {
440
+ $slots: S;
441
+ };
442
+ };
443
+
406
444
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
407
445
  new (): {
408
446
  $slots: S;
@@ -427,7 +465,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
427
465
  };
428
466
  };
429
467
 
430
- export declare const AccordionContent: __VLS_WithTemplateSlots_39<DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
468
+ export declare const AccordionContent: __VLS_WithTemplateSlots_45<DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
431
469
  default?(_: {}): any;
432
470
  }>;
433
471
 
@@ -445,7 +483,7 @@ export declare interface AccordionIndicatorProps {
445
483
  variant?: 'chevron' | 'plus';
446
484
  }
447
485
 
448
- export declare const AccordionItem: __VLS_WithTemplateSlots_38<DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
486
+ export declare const AccordionItem: __VLS_WithTemplateSlots_44<DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
449
487
  default?(_: {}): any;
450
488
  }>;
451
489
 
@@ -456,7 +494,7 @@ export declare interface AccordionItemProps extends Omit<AccordionItemProps_2, '
456
494
  value?: string;
457
495
  }
458
496
 
459
- export declare const AccordionRoot: __VLS_WithTemplateSlots_37<DefineComponent<AccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
497
+ export declare const AccordionRoot: __VLS_WithTemplateSlots_43<DefineComponent<AccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
460
498
  "update:modelValue": (value: string | string[] | undefined) => any;
461
499
  }, string, PublicProps, Readonly<AccordionRootProps> & Readonly<{
462
500
  "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
@@ -495,7 +533,7 @@ export declare interface AccordionRootProps extends AccordionRootProps_2 {
495
533
  orientation?: 'vertical' | 'horizontal';
496
534
  }
497
535
 
498
- export declare const AccordionTrigger: __VLS_WithTemplateSlots_40<DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
536
+ export declare const AccordionTrigger: __VLS_WithTemplateSlots_46<DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
499
537
  default?(_: {}): any;
500
538
  }>;
501
539
 
@@ -522,14 +560,14 @@ export { AlertDialogCancel }
522
560
 
523
561
  export { AlertDialogCancelProps }
524
562
 
525
- export declare const AlertDialogPopup: __VLS_WithTemplateSlots_10<DefineComponent<AlertDialogPopupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
563
+ export declare const AlertDialogPopup: __VLS_WithTemplateSlots_10<DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
526
564
  escapeKeyDown: (event: KeyboardEvent) => any;
527
565
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
528
566
  focusOutside: (event: FocusOutsideEvent) => any;
529
567
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
530
568
  openAutoFocus: (event: Event) => any;
531
569
  closeAutoFocus: (event: Event) => any;
532
- }, string, PublicProps, Readonly<AlertDialogPopupProps> & Readonly<{
570
+ }, string, PublicProps, Readonly<AlertDialogContentProps> & Readonly<{
533
571
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
534
572
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
535
573
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
@@ -540,8 +578,7 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
540
578
  default?(_: {}): any;
541
579
  }>;
542
580
 
543
- export declare interface AlertDialogPopupProps extends AlertDialogContentProps {
544
- }
581
+ export declare type AlertDialogPopupProps = AlertDialogContentProps;
545
582
 
546
583
  export { AlertDialogProps }
547
584
 
@@ -701,16 +738,13 @@ color: ColorType;
701
738
  highContrast: boolean;
702
739
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
703
740
 
704
- export declare interface CloseButtonProps extends ButtonProps {
705
- }
706
-
707
- export declare const CollapsibleContent: __VLS_WithTemplateSlots_43<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
741
+ export declare const CollapsibleContent: __VLS_WithTemplateSlots_49<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
708
742
 
709
743
  export { CollapsibleContentProps }
710
744
 
711
745
  export declare const CollapsibleIndicator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
712
746
 
713
- export declare const CollapsibleRoot: __VLS_WithTemplateSlots_41<DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
747
+ export declare const CollapsibleRoot: __VLS_WithTemplateSlots_47<DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
714
748
  "update:open": (value: boolean) => any;
715
749
  }, string, PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
716
750
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -728,7 +762,7 @@ export declare interface CollapsibleRootProps extends CollapsibleRootProps_2 {
728
762
  size?: '1' | '2' | '3' | '4';
729
763
  }
730
764
 
731
- export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_42<DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {
765
+ export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_48<DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {
732
766
  indicator: "none" | "left" | "right";
733
767
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
734
768
  default?(_: {}): any;
@@ -762,7 +796,7 @@ export declare interface ColorFieldProps extends Omit<PrimitiveProps, 'asChild'>
762
796
 
763
797
  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';
764
798
 
765
- export declare const ComboboxContent: __VLS_WithTemplateSlots_25<DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
799
+ export declare const ComboboxContent: __VLS_WithTemplateSlots_31<DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
766
800
  escapeKeyDown: (event: KeyboardEvent) => any;
767
801
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
768
802
  focusOutside: (event: FocusOutsideEvent) => any;
@@ -784,11 +818,11 @@ declare interface ComboboxContentProps extends ComboboxContentProps_2 {
784
818
  variant?: 'solid' | 'soft';
785
819
  }
786
820
 
787
- export declare const ComboboxEmpty: __VLS_WithTemplateSlots_28<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
821
+ export declare const ComboboxEmpty: __VLS_WithTemplateSlots_34<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
788
822
 
789
823
  export { ComboboxGroup }
790
824
 
791
- export declare const ComboboxInput: __VLS_WithTemplateSlots_24<DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
825
+ export declare const ComboboxInput: __VLS_WithTemplateSlots_30<DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
792
826
  "update:modelValue": (args_0: string) => any;
793
827
  }, string, PublicProps, Readonly<ComboboxInputProps> & Readonly<{
794
828
  "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
@@ -806,22 +840,22 @@ declare interface ComboboxInputProps extends ComboboxInputProps_2 {
806
840
  placeholder?: string;
807
841
  }
808
842
 
809
- export declare const ComboboxItem: __VLS_WithTemplateSlots_26<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
843
+ export declare const ComboboxItem: __VLS_WithTemplateSlots_32<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
810
844
 
811
- export declare const ComboboxLabel: __VLS_WithTemplateSlots_27<DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
845
+ export declare const ComboboxLabel: __VLS_WithTemplateSlots_33<DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
812
846
  default?(_: {}): any;
813
847
  }>;
814
848
 
815
- export declare const ComboboxRoot: __VLS_WithTemplateSlots_23<DefineComponent<ComboboxRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
816
- "update:modelValue": (value: AcceptableValue) => any;
849
+ export declare const ComboboxRoot: __VLS_WithTemplateSlots_29<DefineComponent<ComboboxRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
817
850
  "update:open": (value: boolean) => any;
851
+ "update:modelValue": (value: AcceptableValue) => any;
818
852
  highlight: (payload: {
819
853
  ref: HTMLElement;
820
854
  value: AcceptableValue;
821
855
  } | undefined) => any;
822
856
  }, string, PublicProps, Readonly<ComboboxRootProps> & Readonly<{
823
- "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
824
857
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
858
+ "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
825
859
  onHighlight?: ((payload: {
826
860
  ref: HTMLElement;
827
861
  value: AcceptableValue;
@@ -839,24 +873,41 @@ export declare interface ComboboxRootProps extends ComboboxRootProps_2 {
839
873
  highContrast?: boolean;
840
874
  }
841
875
 
842
- declare const _default: __VLS_WithTemplateSlots_7<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
876
+ declare const _default: DefineComponent<DialogCloseButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogCloseButtonProps> & Readonly<{}>, {
877
+ as: AsTag | Component;
878
+ size: "1" | "2" | "3" | "4";
879
+ variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
880
+ color: ColorType;
881
+ highContrast: boolean;
882
+ tooltip: string;
883
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
884
+ export { _default as AlertDialogCancelButton }
885
+ export { _default as DialogCloseButton }
886
+
887
+ declare const _default_2: __VLS_WithTemplateSlots_7<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
843
888
  as: AsTag | Component;
844
889
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
845
890
  default?(_: {}): any;
846
891
  }>;
847
- export { _default as AlertDialogTitle }
848
- export { _default as DialogTitle }
892
+ export { _default_2 as AlertDialogTitle }
893
+ export { _default_2 as DialogTitle }
849
894
 
850
- declare const _default_2: __VLS_WithTemplateSlots_8<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
895
+ declare const _default_3: __VLS_WithTemplateSlots_8<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
851
896
  as: AsTag | Component;
852
897
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
853
898
  default?(_: {}): any;
854
899
  }>;
855
- export { _default_2 as AlertDialogDescription }
856
- export { _default_2 as DialogDescription }
900
+ export { _default_3 as AlertDialogDescription }
901
+ export { _default_3 as DialogDescription }
857
902
 
858
903
  export { DialogClose }
859
904
 
905
+ declare interface DialogCloseButtonProps extends ButtonProps {
906
+ tooltip?: string;
907
+ }
908
+ export { DialogCloseButtonProps as AlertDialogCloseButtonProps }
909
+ export { DialogCloseButtonProps }
910
+
860
911
  export { DialogCloseProps }
861
912
 
862
913
  export declare const DialogPopup: __VLS_WithTemplateSlots_9<DefineComponent<DialogPopupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -912,8 +963,8 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
912
963
  }>, {
913
964
  size: "1" | "2";
914
965
  variant: "solid" | "soft";
915
- align: "start" | "center" | "end";
916
966
  sideOffset: number;
967
+ align: "start" | "center" | "end";
917
968
  collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
918
969
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
919
970
  default?(_: {}): any;
@@ -984,8 +1035,7 @@ highContrast: boolean;
984
1035
  default?(_: {}): any;
985
1036
  }>;
986
1037
 
987
- export declare interface IconButtonProps extends ButtonProps {
988
- }
1038
+ export declare type IconButtonProps = ButtonProps;
989
1039
 
990
1040
  export declare const injectThemeContext: <T extends ThemeProviderContext | null | undefined = ThemeProviderContext>(fallback?: T | undefined) => T extends null ? ThemeProviderContext | null : ThemeProviderContext;
991
1041
 
@@ -1009,47 +1059,101 @@ declare interface MessageAction {
1009
1059
 
1010
1060
  declare type MessageCategory = 'success' | 'info' | 'warning' | 'error' | 'loading';
1011
1061
 
1012
- export declare const Pagination: __VLS_WithTemplateSlots_44<DefineComponent< {
1013
- page: number;
1014
- } & PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1062
+ export declare const NavigationMenuContent: __VLS_WithTemplateSlots_18<DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1063
+ escapeKeyDown: (event: KeyboardEvent) => any;
1064
+ pointerDownOutside: (event: PointerDownOutsideEvent) => any;
1065
+ focusOutside: (event: FocusOutsideEvent) => any;
1066
+ interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
1067
+ }, string, PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{
1068
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
1069
+ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
1070
+ onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
1071
+ onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
1072
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1073
+ default?(_: {}): any;
1074
+ }>;
1075
+
1076
+ export { NavigationMenuItem }
1077
+
1078
+ export declare const NavigationMenuLink: __VLS_WithTemplateSlots_15<DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1079
+ select: (payload: CustomEvent<{
1080
+ originalEvent: Event;
1081
+ }>) => any;
1082
+ }, string, PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{
1083
+ onSelect?: ((payload: CustomEvent<{
1084
+ originalEvent: Event;
1085
+ }>) => any) | undefined;
1086
+ }>, {
1087
+ size: "1" | "2" | "3";
1088
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1089
+ default?(_: {}): any;
1090
+ }>;
1091
+
1092
+ export declare interface NavigationMenuLinkProps extends NavigationMenuLinkProps_2 {
1093
+ /** Overrides the accent color inherited from the ThemeProvider. */
1094
+ color?: ColorType;
1095
+ /** Control the size of the component. */
1096
+ size?: '1' | '2' | '3';
1097
+ /** Overrides the radius inherited from the ThemeProvider. */
1098
+ radius?: RadiusType;
1099
+ }
1100
+
1101
+ export declare const NavigationMenuList: __VLS_WithTemplateSlots_17<DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {
1102
+ size: "1" | "2" | "3";
1103
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1104
+ default?(_: {}): any;
1105
+ }>;
1106
+
1107
+ export declare interface NavigationMenuListProps extends NavigationMenuListProps_2 {
1108
+ /** Overrides the accent color inherited from the ThemeProvider. */
1109
+ color?: ColorType;
1110
+ /**
1111
+ * Control the size of the button.
1112
+ * @default "2"
1113
+ */
1114
+ size?: '1' | '2' | '3';
1115
+ /** Overrides the radius inherited from the ThemeProvider. */
1116
+ radius?: RadiusType;
1117
+ }
1118
+
1119
+ export declare const NavigationMenuRoot: __VLS_WithTemplateSlots_14<DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1120
+ "update:modelValue": (value: string) => any;
1121
+ }, string, PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
1122
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1123
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1124
+ default?(_: {}): any;
1125
+ }>;
1126
+
1127
+ export declare const NavigationMenuTrigger: __VLS_WithTemplateSlots_16<DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1128
+ default?(_: {}): any;
1129
+ }>;
1130
+
1131
+ export declare interface NavigationMenuTriggerProps extends NavigationMenuTriggerProps_2 {
1132
+ /** Overrides the accent color inherited from the ThemeProvider. */
1133
+ color?: ColorType;
1134
+ /** Control the size of the component. */
1135
+ size?: '1' | '2' | '3';
1136
+ /** Overrides the radius inherited from the ThemeProvider. */
1137
+ radius?: RadiusType;
1138
+ }
1139
+
1140
+ export declare const Pagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1015
1141
  "update:page": (value: number) => any;
1016
- }, string, PublicProps, Readonly<{
1017
- page: number;
1018
- } & PaginationProps> & Readonly<{
1142
+ }, string, PublicProps, Readonly<PaginationProps> & Readonly<{
1019
1143
  "onUpdate:page"?: ((value: number) => any) | undefined;
1020
1144
  }>, {
1021
1145
  size: "1" | "2" | "3" | "4";
1022
- variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
1023
- perpage: number;
1024
- edge: number;
1025
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
1026
- 'prev-page'?(_: {
1027
- page: number;
1028
- }): any;
1029
- page?(_: {
1030
- page: number;
1031
- }): any;
1032
- page?(_: {
1033
- page: number;
1034
- }): any;
1035
- page?(_: {
1036
- page: number;
1037
- }): any;
1038
- 'prev-edge'?(_: {
1039
- page: number;
1040
- }): any;
1041
- 'next-edge'?(_: {
1042
- page: number;
1043
- }): any;
1044
- 'next-page'?(_: {
1045
- page: number;
1046
- }): any;
1047
- }>;
1146
+ variant: "soft" | "surface" | "outline" | "ghost";
1147
+ color: ColorType;
1148
+ navigation: "none" | "prev-next" | "first-last" | "all";
1149
+ itemsPerPage: number;
1150
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1048
1151
 
1049
- export declare interface PaginationProps extends ButtonProps {
1050
- total: number;
1051
- perpage?: number;
1052
- edge?: number;
1152
+ export declare interface PaginationProps extends PaginationRootProps {
1153
+ color?: ColorType;
1154
+ size?: '1' | '2' | '3' | '4';
1155
+ variant?: 'soft' | 'surface' | 'outline' | 'ghost';
1156
+ navigation?: 'none' | 'prev-next' | 'first-last' | 'all';
1053
1157
  }
1054
1158
 
1055
1159
  export { PopoverClose }
@@ -1070,9 +1174,9 @@ onOpenAutoFocus?: ((event: Event) => any) | undefined;
1070
1174
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
1071
1175
  }>, {
1072
1176
  size: "1" | "2";
1073
- align: "start" | "center" | "end";
1074
1177
  side: "top" | "right" | "bottom" | "left";
1075
1178
  sideOffset: number;
1179
+ align: "start" | "center" | "end";
1076
1180
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1077
1181
  default?(_: {}): any;
1078
1182
  }>;
@@ -1113,11 +1217,11 @@ size: "1" | "2" | "3";
1113
1217
  variant: "surface" | "soft";
1114
1218
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
1115
1219
 
1116
- export declare const RadioCardsItem: __VLS_WithTemplateSlots_32<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1220
+ export declare const RadioCardsItem: __VLS_WithTemplateSlots_38<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1117
1221
  default?(_: {}): any;
1118
1222
  }>;
1119
1223
 
1120
- export declare const RadioCardsRoot: __VLS_WithTemplateSlots_31<DefineComponent<RadioCardsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1224
+ export declare const RadioCardsRoot: __VLS_WithTemplateSlots_37<DefineComponent<RadioCardsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1121
1225
  "update:modelValue": (payload: string) => any;
1122
1226
  }, string, PublicProps, Readonly<RadioCardsRootProps> & Readonly<{
1123
1227
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
@@ -1145,7 +1249,7 @@ export declare interface RadioCardsRootProps extends RadioGroupRootProps_2 {
1145
1249
  highContrast?: boolean;
1146
1250
  }
1147
1251
 
1148
- export declare const RadioGroupItem: __VLS_WithTemplateSlots_30<DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>, {
1252
+ export declare const RadioGroupItem: __VLS_WithTemplateSlots_36<DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>, {
1149
1253
  default?(_: {}): any;
1150
1254
  }>;
1151
1255
 
@@ -1160,7 +1264,7 @@ export declare interface RadioGroupItemProps extends RadioGroupItemProps_2 {
1160
1264
  highContrast?: boolean;
1161
1265
  }
1162
1266
 
1163
- export declare const RadioGroupRoot: __VLS_WithTemplateSlots_29<DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1267
+ export declare const RadioGroupRoot: __VLS_WithTemplateSlots_35<DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1164
1268
  "update:modelValue": (payload: string) => any;
1165
1269
  }, string, PublicProps, Readonly<RadioGroupRootProps> & Readonly<{
1166
1270
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
@@ -1205,14 +1309,13 @@ export declare interface RadioProps {
1205
1309
  highContrast?: boolean;
1206
1310
  }
1207
1311
 
1208
- export declare const RadioTabsItem: __VLS_WithTemplateSlots_34<DefineComponent<RadioTabsItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioTabsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1312
+ export declare const RadioTabsItem: __VLS_WithTemplateSlots_40<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1209
1313
  default?(_: {}): any;
1210
1314
  }>;
1211
1315
 
1212
- export declare interface RadioTabsItemProps extends RadioGroupItemProps_2 {
1213
- }
1316
+ export declare type RadioTabsItemProps = RadioGroupItemProps_2;
1214
1317
 
1215
- export declare const RadioTabsRoot: __VLS_WithTemplateSlots_33<DefineComponent<RadioTabsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1318
+ export declare const RadioTabsRoot: __VLS_WithTemplateSlots_39<DefineComponent<RadioTabsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1216
1319
  "update:modelValue": (payload: string) => any;
1217
1320
  }, string, PublicProps, Readonly<RadioTabsRootProps> & Readonly<{
1218
1321
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
@@ -1242,7 +1345,7 @@ export declare interface RadioTabsRootProps extends RadioGroupRootProps_2 {
1242
1345
 
1243
1346
  export declare type RadiusType = 'none' | 'small' | 'medium' | 'large' | 'full';
1244
1347
 
1245
- export declare const SavingIndicator: __VLS_WithTemplateSlots_48<DefineComponent<SavingIndicatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SavingIndicatorProps> & Readonly<{}>, {
1348
+ export declare const SavingIndicator: __VLS_WithTemplateSlots_53<DefineComponent<SavingIndicatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SavingIndicatorProps> & Readonly<{}>, {
1246
1349
  as: AsTag | Component;
1247
1350
  size: "1" | "2" | "3";
1248
1351
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
@@ -1274,7 +1377,7 @@ export declare interface ScrollAreaProps extends ScrollAreaRootProps {
1274
1377
  scrollbars?: 'vertical' | 'horizontal' | 'both';
1275
1378
  }
1276
1379
 
1277
- export declare const SelectContent: __VLS_WithTemplateSlots_19<DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {
1380
+ export declare const SelectContent: __VLS_WithTemplateSlots_25<DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {
1278
1381
  variant: "solid" | "soft";
1279
1382
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1280
1383
  default?(_: {}): any;
@@ -1286,24 +1389,24 @@ export declare interface SelectContentProps extends SelectContentProps_2 {
1286
1389
 
1287
1390
  export { SelectGroup }
1288
1391
 
1289
- export declare const SelectItem: __VLS_WithTemplateSlots_21<DefineComponent<SelectItemProps<AcceptableValue>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps<AcceptableValue>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1392
+ export declare const SelectItem: __VLS_WithTemplateSlots_27<DefineComponent<SelectItemProps<AcceptableValue>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps<AcceptableValue>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1290
1393
  default?(_: {}): any;
1291
1394
  }>;
1292
1395
 
1293
1396
  export { SelectItemProps }
1294
1397
 
1295
- export declare const SelectLabel: __VLS_WithTemplateSlots_22<DefineComponent<SelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1398
+ export declare const SelectLabel: __VLS_WithTemplateSlots_28<DefineComponent<SelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1296
1399
  default?(_: {}): any;
1297
1400
  }>;
1298
1401
 
1299
1402
  export { SelectLabelProps }
1300
1403
 
1301
- export declare const SelectRoot: __VLS_WithTemplateSlots_18<DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1302
- "update:modelValue": (value: AcceptableValue) => any;
1404
+ export declare const SelectRoot: __VLS_WithTemplateSlots_24<DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1303
1405
  "update:open": (value: boolean) => any;
1406
+ "update:modelValue": (value: AcceptableValue) => any;
1304
1407
  }, string, PublicProps, Readonly<SelectRootProps> & Readonly<{
1305
- "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
1306
1408
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1409
+ "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
1307
1410
  }>, {
1308
1411
  size: "1" | "2" | "3";
1309
1412
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
@@ -1318,7 +1421,7 @@ export declare interface SelectRootProps extends SelectRootProps_2 {
1318
1421
 
1319
1422
  export declare const SelectSeparator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1320
1423
 
1321
- export declare const SelectTrigger: __VLS_WithTemplateSlots_20<DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
1424
+ export declare const SelectTrigger: __VLS_WithTemplateSlots_26<DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
1322
1425
  variant: "surface" | "soft" | "ghost";
1323
1426
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1324
1427
  default?(_: {
@@ -1365,14 +1468,16 @@ export declare interface SeparatorProps {
1365
1468
 
1366
1469
  export declare const SpinnerIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLSpanElement>;
1367
1470
 
1368
- export declare const Switch: DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1471
+ export declare const Switch: __VLS_WithTemplateSlots_19<DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1369
1472
  "update:modelValue": (payload: boolean) => any;
1370
1473
  }, string, PublicProps, Readonly<SwitchProps> & Readonly<{
1371
1474
  "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
1372
1475
  }>, {
1373
1476
  size: "1" | "2" | "3";
1374
1477
  variant: "surface" | "soft";
1375
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1478
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1479
+ default?(_: {}): any;
1480
+ }>;
1376
1481
 
1377
1482
  export declare interface SwitchProps extends SwitchRootProps {
1378
1483
  color?: ColorType;
@@ -1382,7 +1487,7 @@ export declare interface SwitchProps extends SwitchRootProps {
1382
1487
  radius?: RadiusType;
1383
1488
  }
1384
1489
 
1385
- export declare const Table: __VLS_WithTemplateSlots_46<DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
1490
+ export declare const Table: __VLS_WithTemplateSlots_51<DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
1386
1491
  size: "1" | "2" | "3";
1387
1492
  variant: "surface" | "ghost";
1388
1493
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
@@ -1397,7 +1502,7 @@ export declare interface TableProps {
1397
1502
 
1398
1503
  export { TabsContent }
1399
1504
 
1400
- export declare const TabsList: __VLS_WithTemplateSlots_35<DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
1505
+ export declare const TabsList: __VLS_WithTemplateSlots_41<DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
1401
1506
  size: "1" | "2";
1402
1507
  variant: "classic" | "outline" | "surface" | "soft";
1403
1508
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
@@ -1414,7 +1519,7 @@ export declare interface TabsListProps {
1414
1519
 
1415
1520
  export { TabsRoot }
1416
1521
 
1417
- export declare const TabsTrigger: __VLS_WithTemplateSlots_36<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1522
+ export declare const TabsTrigger: __VLS_WithTemplateSlots_42<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1418
1523
 
1419
1524
  export declare const TextArea: DefineComponent< {
1420
1525
  modelValue?: string;
@@ -1438,7 +1543,7 @@ export declare interface TextAreaProps {
1438
1543
  radius?: RadiusType;
1439
1544
  }
1440
1545
 
1441
- export declare const TextField: __VLS_WithTemplateSlots_17<DefineComponent< {
1546
+ export declare const TextField: __VLS_WithTemplateSlots_23<DefineComponent< {
1442
1547
  modelValue?: any;
1443
1548
  } & TextFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1444
1549
  "update:modelValue": (value: any) => any;
@@ -1519,9 +1624,9 @@ export declare interface ToastMessage {
1519
1624
  action?: MessageAction;
1520
1625
  }
1521
1626
 
1522
- export declare const ToastProvider: __VLS_WithTemplateSlots_45<DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
1627
+ export declare const ToastProvider: __VLS_WithTemplateSlots_50<DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
1523
1628
  size: "1" | "2" | "3";
1524
- position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
1629
+ position: "top-left" | "top-right" | "top-center" | "bottom-left" | "bottom-right" | "bottom-center";
1525
1630
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1526
1631
  default?(_: {}): any;
1527
1632
  item?(_: {
@@ -1550,10 +1655,10 @@ position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
1550
1655
 
1551
1656
  export declare interface ToastProviderProps extends ToastProviderProps_2 {
1552
1657
  size?: '1' | '2' | '3';
1553
- position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
1658
+ position?: 'top-left' | 'top-right' | 'top-center' | 'bottom-left' | 'bottom-right' | 'bottom-center';
1554
1659
  }
1555
1660
 
1556
- export declare const Toggle: __VLS_WithTemplateSlots_14<DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1661
+ export declare const Toggle: __VLS_WithTemplateSlots_20<DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1557
1662
  "update:modelValue": (value: boolean) => any;
1558
1663
  }, string, PublicProps, Readonly<ToggleProps> & Readonly<{
1559
1664
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1564,9 +1669,9 @@ variant: "solid" | "soft" | "ghost";
1564
1669
  default?(_: {}): any;
1565
1670
  }>;
1566
1671
 
1567
- export declare const ToggleGroupItem: __VLS_WithTemplateSlots_16<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1672
+ export declare const ToggleGroupItem: __VLS_WithTemplateSlots_22<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1568
1673
 
1569
- export declare const ToggleGroupRoot: __VLS_WithTemplateSlots_15<DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1674
+ export declare const ToggleGroupRoot: __VLS_WithTemplateSlots_21<DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1570
1675
  "update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
1571
1676
  }, string, PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
1572
1677
  "onUpdate:modelValue"?: ((payload: AcceptableValue | AcceptableValue[]) => any) | undefined;
@@ -1615,7 +1720,11 @@ export declare interface ToggleProps extends ToggleProps_2 {
1615
1720
  highContrast?: boolean;
1616
1721
  }
1617
1722
 
1618
- export declare const Tooltip: __VLS_WithTemplateSlots_47<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
1723
+ export declare const Tooltip: __VLS_WithTemplateSlots_52<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1724
+ "update:open": (value: boolean) => any;
1725
+ }, string, PublicProps, Readonly<TooltipProps> & Readonly<{
1726
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
1727
+ }>, {
1619
1728
  color: ColorType;
1620
1729
  side: "top" | "right" | "bottom" | "left";
1621
1730
  sideOffset: number;
@@ -1627,7 +1736,7 @@ maxWidth: string;
1627
1736
  content?(_: {}): any;
1628
1737
  }>;
1629
1738
 
1630
- export declare interface TooltipProps extends TooltipContentProps {
1739
+ export declare interface TooltipProps extends TooltipRootProps, TooltipContentProps {
1631
1740
  /** The content associated with the tooltip. */
1632
1741
  content?: string;
1633
1742
  /**
@@ -1641,12 +1750,8 @@ export declare interface TooltipProps extends TooltipContentProps {
1641
1750
  color?: ColorType;
1642
1751
  }
1643
1752
 
1644
- export declare function useForwardPropsEmitsWithout<T extends Record<string, any>, Name extends string>(props: MaybeRefOrGetter<T>, emit: (name: Name, ...args: any[]) => void, exclude: string[]): ComputedRef< {
1645
- [x: string]: any;
1646
- }>;
1753
+ export declare function useForwardPropsEmitsWithout<T extends Record<string, any>, Name extends string>(props: MaybeRefOrGetter<T>, emit: (name: Name, ...args: any[]) => void, exclude: string[]): ComputedRef<T & Record<string, any>>;
1647
1754
 
1648
- export declare function useForwardPropsWithout<T extends Record<string, any>>(props: MaybeRefOrGetter<T>, exclude: string[]): ComputedRef< {
1649
- [x: string]: any;
1650
- }>;
1755
+ export declare function useForwardPropsWithout<T extends Record<string, any>>(props: MaybeRefOrGetter<T>, exclude: string[]): ComputedRef<T>;
1651
1756
 
1652
1757
  export { }