@typlog/ui 0.12.2 → 0.12.3

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,12 @@ 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';
47
53
  import { PointerDownOutsideEvent } from 'reka-ui';
48
54
  import { PopoverClose } from 'reka-ui';
49
55
  import { PopoverContentProps } from 'reka-ui';
@@ -397,12 +403,42 @@ declare type __VLS_WithTemplateSlots_48<T, S> = T & {
397
403
  };
398
404
  };
399
405
 
406
+ declare type __VLS_WithTemplateSlots_49<T, S> = T & {
407
+ new (): {
408
+ $slots: S;
409
+ };
410
+ };
411
+
400
412
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
401
413
  new (): {
402
414
  $slots: S;
403
415
  };
404
416
  };
405
417
 
418
+ declare type __VLS_WithTemplateSlots_50<T, S> = T & {
419
+ new (): {
420
+ $slots: S;
421
+ };
422
+ };
423
+
424
+ declare type __VLS_WithTemplateSlots_51<T, S> = T & {
425
+ new (): {
426
+ $slots: S;
427
+ };
428
+ };
429
+
430
+ declare type __VLS_WithTemplateSlots_52<T, S> = T & {
431
+ new (): {
432
+ $slots: S;
433
+ };
434
+ };
435
+
436
+ declare type __VLS_WithTemplateSlots_53<T, S> = T & {
437
+ new (): {
438
+ $slots: S;
439
+ };
440
+ };
441
+
406
442
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
407
443
  new (): {
408
444
  $slots: S;
@@ -427,7 +463,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
427
463
  };
428
464
  };
429
465
 
430
- export declare const AccordionContent: __VLS_WithTemplateSlots_39<DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
466
+ export declare const AccordionContent: __VLS_WithTemplateSlots_44<DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
431
467
  default?(_: {}): any;
432
468
  }>;
433
469
 
@@ -445,7 +481,7 @@ export declare interface AccordionIndicatorProps {
445
481
  variant?: 'chevron' | 'plus';
446
482
  }
447
483
 
448
- export declare const AccordionItem: __VLS_WithTemplateSlots_38<DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
484
+ export declare const AccordionItem: __VLS_WithTemplateSlots_43<DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
449
485
  default?(_: {}): any;
450
486
  }>;
451
487
 
@@ -456,7 +492,7 @@ export declare interface AccordionItemProps extends Omit<AccordionItemProps_2, '
456
492
  value?: string;
457
493
  }
458
494
 
459
- export declare const AccordionRoot: __VLS_WithTemplateSlots_37<DefineComponent<AccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
495
+ export declare const AccordionRoot: __VLS_WithTemplateSlots_42<DefineComponent<AccordionRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
460
496
  "update:modelValue": (value: string | string[] | undefined) => any;
461
497
  }, string, PublicProps, Readonly<AccordionRootProps> & Readonly<{
462
498
  "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
@@ -495,7 +531,7 @@ export declare interface AccordionRootProps extends AccordionRootProps_2 {
495
531
  orientation?: 'vertical' | 'horizontal';
496
532
  }
497
533
 
498
- export declare const AccordionTrigger: __VLS_WithTemplateSlots_40<DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
534
+ export declare const AccordionTrigger: __VLS_WithTemplateSlots_45<DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
499
535
  default?(_: {}): any;
500
536
  }>;
501
537
 
@@ -522,14 +558,14 @@ export { AlertDialogCancel }
522
558
 
523
559
  export { AlertDialogCancelProps }
524
560
 
525
- export declare const AlertDialogPopup: __VLS_WithTemplateSlots_10<DefineComponent<AlertDialogPopupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
561
+ export declare const AlertDialogPopup: __VLS_WithTemplateSlots_10<DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
526
562
  escapeKeyDown: (event: KeyboardEvent) => any;
527
563
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
528
564
  focusOutside: (event: FocusOutsideEvent) => any;
529
565
  interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
530
566
  openAutoFocus: (event: Event) => any;
531
567
  closeAutoFocus: (event: Event) => any;
532
- }, string, PublicProps, Readonly<AlertDialogPopupProps> & Readonly<{
568
+ }, string, PublicProps, Readonly<AlertDialogContentProps> & Readonly<{
533
569
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
534
570
  onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
535
571
  onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
@@ -540,8 +576,7 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
540
576
  default?(_: {}): any;
541
577
  }>;
542
578
 
543
- export declare interface AlertDialogPopupProps extends AlertDialogContentProps {
544
- }
579
+ export declare type AlertDialogPopupProps = AlertDialogContentProps;
545
580
 
546
581
  export { AlertDialogProps }
547
582
 
@@ -701,16 +736,13 @@ color: ColorType;
701
736
  highContrast: boolean;
702
737
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
703
738
 
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"]>;
739
+ export declare const CollapsibleContent: __VLS_WithTemplateSlots_48<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
708
740
 
709
741
  export { CollapsibleContentProps }
710
742
 
711
743
  export declare const CollapsibleIndicator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
712
744
 
713
- export declare const CollapsibleRoot: __VLS_WithTemplateSlots_41<DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
745
+ export declare const CollapsibleRoot: __VLS_WithTemplateSlots_46<DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
714
746
  "update:open": (value: boolean) => any;
715
747
  }, string, PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
716
748
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
@@ -728,7 +760,7 @@ export declare interface CollapsibleRootProps extends CollapsibleRootProps_2 {
728
760
  size?: '1' | '2' | '3' | '4';
729
761
  }
730
762
 
731
- export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_42<DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {
763
+ export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_47<DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {
732
764
  indicator: "none" | "left" | "right";
733
765
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
734
766
  default?(_: {}): any;
@@ -762,7 +794,7 @@ export declare interface ColorFieldProps extends Omit<PrimitiveProps, 'asChild'>
762
794
 
763
795
  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
796
 
765
- export declare const ComboboxContent: __VLS_WithTemplateSlots_25<DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
797
+ export declare const ComboboxContent: __VLS_WithTemplateSlots_30<DefineComponent<ComboboxContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
766
798
  escapeKeyDown: (event: KeyboardEvent) => any;
767
799
  pointerDownOutside: (event: PointerDownOutsideEvent) => any;
768
800
  focusOutside: (event: FocusOutsideEvent) => any;
@@ -784,11 +816,11 @@ declare interface ComboboxContentProps extends ComboboxContentProps_2 {
784
816
  variant?: 'solid' | 'soft';
785
817
  }
786
818
 
787
- export declare const ComboboxEmpty: __VLS_WithTemplateSlots_28<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
819
+ export declare const ComboboxEmpty: __VLS_WithTemplateSlots_33<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
788
820
 
789
821
  export { ComboboxGroup }
790
822
 
791
- export declare const ComboboxInput: __VLS_WithTemplateSlots_24<DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
823
+ export declare const ComboboxInput: __VLS_WithTemplateSlots_29<DefineComponent<ComboboxInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
792
824
  "update:modelValue": (args_0: string) => any;
793
825
  }, string, PublicProps, Readonly<ComboboxInputProps> & Readonly<{
794
826
  "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
@@ -806,13 +838,13 @@ declare interface ComboboxInputProps extends ComboboxInputProps_2 {
806
838
  placeholder?: string;
807
839
  }
808
840
 
809
- export declare const ComboboxItem: __VLS_WithTemplateSlots_26<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
841
+ export declare const ComboboxItem: __VLS_WithTemplateSlots_31<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
810
842
 
811
- export declare const ComboboxLabel: __VLS_WithTemplateSlots_27<DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
843
+ export declare const ComboboxLabel: __VLS_WithTemplateSlots_32<DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
812
844
  default?(_: {}): any;
813
845
  }>;
814
846
 
815
- export declare const ComboboxRoot: __VLS_WithTemplateSlots_23<DefineComponent<ComboboxRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
847
+ export declare const ComboboxRoot: __VLS_WithTemplateSlots_28<DefineComponent<ComboboxRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
816
848
  "update:modelValue": (value: AcceptableValue) => any;
817
849
  "update:open": (value: boolean) => any;
818
850
  highlight: (payload: {
@@ -839,24 +871,41 @@ export declare interface ComboboxRootProps extends ComboboxRootProps_2 {
839
871
  highContrast?: boolean;
840
872
  }
841
873
 
842
- declare const _default: __VLS_WithTemplateSlots_7<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
874
+ declare const _default: DefineComponent<DialogCloseButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DialogCloseButtonProps> & Readonly<{}>, {
875
+ as: AsTag | Component;
876
+ size: "1" | "2" | "3" | "4";
877
+ variant: "classic" | "solid" | "soft" | "surface" | "outline" | "ghost";
878
+ color: ColorType;
879
+ highContrast: boolean;
880
+ tooltip: string;
881
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
882
+ export { _default as AlertDialogCancelButton }
883
+ export { _default as DialogCloseButton }
884
+
885
+ declare const _default_2: __VLS_WithTemplateSlots_7<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
843
886
  as: AsTag | Component;
844
887
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
845
888
  default?(_: {}): any;
846
889
  }>;
847
- export { _default as AlertDialogTitle }
848
- export { _default as DialogTitle }
890
+ export { _default_2 as AlertDialogTitle }
891
+ export { _default_2 as DialogTitle }
849
892
 
850
- declare const _default_2: __VLS_WithTemplateSlots_8<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
893
+ declare const _default_3: __VLS_WithTemplateSlots_8<DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {
851
894
  as: AsTag | Component;
852
895
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
853
896
  default?(_: {}): any;
854
897
  }>;
855
- export { _default_2 as AlertDialogDescription }
856
- export { _default_2 as DialogDescription }
898
+ export { _default_3 as AlertDialogDescription }
899
+ export { _default_3 as DialogDescription }
857
900
 
858
901
  export { DialogClose }
859
902
 
903
+ declare interface DialogCloseButtonProps extends ButtonProps {
904
+ tooltip?: string;
905
+ }
906
+ export { DialogCloseButtonProps as AlertDialogCloseButtonProps }
907
+ export { DialogCloseButtonProps }
908
+
860
909
  export { DialogCloseProps }
861
910
 
862
911
  export declare const DialogPopup: __VLS_WithTemplateSlots_9<DefineComponent<DialogPopupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -912,8 +961,8 @@ onCloseAutoFocus?: ((event: Event) => any) | undefined;
912
961
  }>, {
913
962
  size: "1" | "2";
914
963
  variant: "solid" | "soft";
915
- align: "start" | "center" | "end";
916
964
  sideOffset: number;
965
+ align: "start" | "center" | "end";
917
966
  collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
918
967
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
919
968
  default?(_: {}): any;
@@ -984,8 +1033,7 @@ highContrast: boolean;
984
1033
  default?(_: {}): any;
985
1034
  }>;
986
1035
 
987
- export declare interface IconButtonProps extends ButtonProps {
988
- }
1036
+ export declare type IconButtonProps = ButtonProps;
989
1037
 
990
1038
  export declare const injectThemeContext: <T extends ThemeProviderContext | null | undefined = ThemeProviderContext>(fallback?: T | undefined) => T extends null ? ThemeProviderContext | null : ThemeProviderContext;
991
1039
 
@@ -1009,7 +1057,85 @@ declare interface MessageAction {
1009
1057
 
1010
1058
  declare type MessageCategory = 'success' | 'info' | 'warning' | 'error' | 'loading';
1011
1059
 
1012
- export declare const Pagination: __VLS_WithTemplateSlots_44<DefineComponent< {
1060
+ export declare const NavigationMenuContent: __VLS_WithTemplateSlots_18<DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1061
+ escapeKeyDown: (event: KeyboardEvent) => any;
1062
+ pointerDownOutside: (event: PointerDownOutsideEvent) => any;
1063
+ focusOutside: (event: FocusOutsideEvent) => any;
1064
+ interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
1065
+ }, string, PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{
1066
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
1067
+ onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
1068
+ onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
1069
+ onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
1070
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1071
+ default?(_: {}): any;
1072
+ }>;
1073
+
1074
+ export { NavigationMenuItem }
1075
+
1076
+ export declare const NavigationMenuLink: __VLS_WithTemplateSlots_15<DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1077
+ select: (payload: CustomEvent<{
1078
+ originalEvent: Event;
1079
+ }>) => any;
1080
+ }, string, PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{
1081
+ onSelect?: ((payload: CustomEvent<{
1082
+ originalEvent: Event;
1083
+ }>) => any) | undefined;
1084
+ }>, {
1085
+ size: "1" | "2" | "3";
1086
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1087
+ default?(_: {}): any;
1088
+ }>;
1089
+
1090
+ export declare interface NavigationMenuLinkProps extends NavigationMenuLinkProps_2 {
1091
+ /** Overrides the accent color inherited from the ThemeProvider. */
1092
+ color?: ColorType;
1093
+ /** Control the size of the component. */
1094
+ size?: '1' | '2' | '3';
1095
+ /** Overrides the radius inherited from the ThemeProvider. */
1096
+ radius?: RadiusType;
1097
+ }
1098
+
1099
+ export declare const NavigationMenuList: __VLS_WithTemplateSlots_17<DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {
1100
+ size: "1" | "2" | "3";
1101
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1102
+ default?(_: {}): any;
1103
+ }>;
1104
+
1105
+ export declare interface NavigationMenuListProps extends NavigationMenuListProps_2 {
1106
+ /** Overrides the accent color inherited from the ThemeProvider. */
1107
+ color?: ColorType;
1108
+ /**
1109
+ * Control the size of the button.
1110
+ * @default "2"
1111
+ */
1112
+ size?: '1' | '2' | '3';
1113
+ /** Overrides the radius inherited from the ThemeProvider. */
1114
+ radius?: RadiusType;
1115
+ }
1116
+
1117
+ export declare const NavigationMenuRoot: __VLS_WithTemplateSlots_14<DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1118
+ "update:modelValue": (value: string) => any;
1119
+ }, string, PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
1120
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1121
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1122
+ default?(_: {}): any;
1123
+ }>;
1124
+
1125
+ export declare const NavigationMenuTrigger: __VLS_WithTemplateSlots_16<DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1126
+ default?(_: {}): any;
1127
+ }>;
1128
+
1129
+ export declare interface NavigationMenuTriggerProps extends NavigationMenuTriggerProps_2 {
1130
+ /** Overrides the accent color inherited from the ThemeProvider. */
1131
+ color?: ColorType;
1132
+ /** Control the size of the component. */
1133
+ size?: '1' | '2' | '3';
1134
+ /** Overrides the radius inherited from the ThemeProvider. */
1135
+ radius?: RadiusType;
1136
+ }
1137
+
1138
+ export declare const Pagination: __VLS_WithTemplateSlots_49<DefineComponent< {
1013
1139
  page: number;
1014
1140
  } & PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1015
1141
  "update:page": (value: number) => any;
@@ -1070,9 +1196,9 @@ onOpenAutoFocus?: ((event: Event) => any) | undefined;
1070
1196
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
1071
1197
  }>, {
1072
1198
  size: "1" | "2";
1073
- align: "start" | "center" | "end";
1074
1199
  side: "top" | "right" | "bottom" | "left";
1075
1200
  sideOffset: number;
1201
+ align: "start" | "center" | "end";
1076
1202
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1077
1203
  default?(_: {}): any;
1078
1204
  }>;
@@ -1113,11 +1239,11 @@ size: "1" | "2" | "3";
1113
1239
  variant: "surface" | "soft";
1114
1240
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
1115
1241
 
1116
- export declare const RadioCardsItem: __VLS_WithTemplateSlots_32<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1242
+ export declare const RadioCardsItem: __VLS_WithTemplateSlots_37<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1117
1243
  default?(_: {}): any;
1118
1244
  }>;
1119
1245
 
1120
- export declare const RadioCardsRoot: __VLS_WithTemplateSlots_31<DefineComponent<RadioCardsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1246
+ export declare const RadioCardsRoot: __VLS_WithTemplateSlots_36<DefineComponent<RadioCardsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1121
1247
  "update:modelValue": (payload: string) => any;
1122
1248
  }, string, PublicProps, Readonly<RadioCardsRootProps> & Readonly<{
1123
1249
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
@@ -1145,7 +1271,7 @@ export declare interface RadioCardsRootProps extends RadioGroupRootProps_2 {
1145
1271
  highContrast?: boolean;
1146
1272
  }
1147
1273
 
1148
- export declare const RadioGroupItem: __VLS_WithTemplateSlots_30<DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>, {
1274
+ export declare const RadioGroupItem: __VLS_WithTemplateSlots_35<DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>, {
1149
1275
  default?(_: {}): any;
1150
1276
  }>;
1151
1277
 
@@ -1160,7 +1286,7 @@ export declare interface RadioGroupItemProps extends RadioGroupItemProps_2 {
1160
1286
  highContrast?: boolean;
1161
1287
  }
1162
1288
 
1163
- export declare const RadioGroupRoot: __VLS_WithTemplateSlots_29<DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1289
+ export declare const RadioGroupRoot: __VLS_WithTemplateSlots_34<DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1164
1290
  "update:modelValue": (payload: string) => any;
1165
1291
  }, string, PublicProps, Readonly<RadioGroupRootProps> & Readonly<{
1166
1292
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
@@ -1205,14 +1331,13 @@ export declare interface RadioProps {
1205
1331
  highContrast?: boolean;
1206
1332
  }
1207
1333
 
1208
- export declare const RadioTabsItem: __VLS_WithTemplateSlots_34<DefineComponent<RadioTabsItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioTabsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1334
+ export declare const RadioTabsItem: __VLS_WithTemplateSlots_39<DefineComponent<RadioGroupItemProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioGroupItemProps_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1209
1335
  default?(_: {}): any;
1210
1336
  }>;
1211
1337
 
1212
- export declare interface RadioTabsItemProps extends RadioGroupItemProps_2 {
1213
- }
1338
+ export declare type RadioTabsItemProps = RadioGroupItemProps_2;
1214
1339
 
1215
- export declare const RadioTabsRoot: __VLS_WithTemplateSlots_33<DefineComponent<RadioTabsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1340
+ export declare const RadioTabsRoot: __VLS_WithTemplateSlots_38<DefineComponent<RadioTabsRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1216
1341
  "update:modelValue": (payload: string) => any;
1217
1342
  }, string, PublicProps, Readonly<RadioTabsRootProps> & Readonly<{
1218
1343
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
@@ -1242,7 +1367,7 @@ export declare interface RadioTabsRootProps extends RadioGroupRootProps_2 {
1242
1367
 
1243
1368
  export declare type RadiusType = 'none' | 'small' | 'medium' | 'large' | 'full';
1244
1369
 
1245
- export declare const SavingIndicator: __VLS_WithTemplateSlots_48<DefineComponent<SavingIndicatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SavingIndicatorProps> & Readonly<{}>, {
1370
+ export declare const SavingIndicator: __VLS_WithTemplateSlots_53<DefineComponent<SavingIndicatorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SavingIndicatorProps> & Readonly<{}>, {
1246
1371
  as: AsTag | Component;
1247
1372
  size: "1" | "2" | "3";
1248
1373
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
@@ -1274,7 +1399,7 @@ export declare interface ScrollAreaProps extends ScrollAreaRootProps {
1274
1399
  scrollbars?: 'vertical' | 'horizontal' | 'both';
1275
1400
  }
1276
1401
 
1277
- export declare const SelectContent: __VLS_WithTemplateSlots_19<DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {
1402
+ export declare const SelectContent: __VLS_WithTemplateSlots_24<DefineComponent<SelectContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {
1278
1403
  variant: "solid" | "soft";
1279
1404
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1280
1405
  default?(_: {}): any;
@@ -1286,19 +1411,19 @@ export declare interface SelectContentProps extends SelectContentProps_2 {
1286
1411
 
1287
1412
  export { SelectGroup }
1288
1413
 
1289
- export declare const SelectItem: __VLS_WithTemplateSlots_21<DefineComponent<SelectItemProps<AcceptableValue>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps<AcceptableValue>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1414
+ export declare const SelectItem: __VLS_WithTemplateSlots_26<DefineComponent<SelectItemProps<AcceptableValue>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectItemProps<AcceptableValue>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1290
1415
  default?(_: {}): any;
1291
1416
  }>;
1292
1417
 
1293
1418
  export { SelectItemProps }
1294
1419
 
1295
- export declare const SelectLabel: __VLS_WithTemplateSlots_22<DefineComponent<SelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1420
+ export declare const SelectLabel: __VLS_WithTemplateSlots_27<DefineComponent<SelectLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1296
1421
  default?(_: {}): any;
1297
1422
  }>;
1298
1423
 
1299
1424
  export { SelectLabelProps }
1300
1425
 
1301
- export declare const SelectRoot: __VLS_WithTemplateSlots_18<DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1426
+ export declare const SelectRoot: __VLS_WithTemplateSlots_23<DefineComponent<SelectRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1302
1427
  "update:modelValue": (value: AcceptableValue) => any;
1303
1428
  "update:open": (value: boolean) => any;
1304
1429
  }, string, PublicProps, Readonly<SelectRootProps> & Readonly<{
@@ -1318,7 +1443,7 @@ export declare interface SelectRootProps extends SelectRootProps_2 {
1318
1443
 
1319
1444
  export declare const SelectSeparator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1320
1445
 
1321
- export declare const SelectTrigger: __VLS_WithTemplateSlots_20<DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
1446
+ export declare const SelectTrigger: __VLS_WithTemplateSlots_25<DefineComponent<SelectTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
1322
1447
  variant: "surface" | "soft" | "ghost";
1323
1448
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1324
1449
  default?(_: {
@@ -1382,7 +1507,7 @@ export declare interface SwitchProps extends SwitchRootProps {
1382
1507
  radius?: RadiusType;
1383
1508
  }
1384
1509
 
1385
- export declare const Table: __VLS_WithTemplateSlots_46<DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
1510
+ export declare const Table: __VLS_WithTemplateSlots_51<DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
1386
1511
  size: "1" | "2" | "3";
1387
1512
  variant: "surface" | "ghost";
1388
1513
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
@@ -1397,7 +1522,7 @@ export declare interface TableProps {
1397
1522
 
1398
1523
  export { TabsContent }
1399
1524
 
1400
- export declare const TabsList: __VLS_WithTemplateSlots_35<DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
1525
+ export declare const TabsList: __VLS_WithTemplateSlots_40<DefineComponent<TabsListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
1401
1526
  size: "1" | "2";
1402
1527
  variant: "classic" | "outline" | "surface" | "soft";
1403
1528
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
@@ -1414,7 +1539,7 @@ export declare interface TabsListProps {
1414
1539
 
1415
1540
  export { TabsRoot }
1416
1541
 
1417
- export declare const TabsTrigger: __VLS_WithTemplateSlots_36<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1542
+ export declare const TabsTrigger: __VLS_WithTemplateSlots_41<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1418
1543
 
1419
1544
  export declare const TextArea: DefineComponent< {
1420
1545
  modelValue?: string;
@@ -1438,7 +1563,7 @@ export declare interface TextAreaProps {
1438
1563
  radius?: RadiusType;
1439
1564
  }
1440
1565
 
1441
- export declare const TextField: __VLS_WithTemplateSlots_17<DefineComponent< {
1566
+ export declare const TextField: __VLS_WithTemplateSlots_22<DefineComponent< {
1442
1567
  modelValue?: any;
1443
1568
  } & TextFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1444
1569
  "update:modelValue": (value: any) => any;
@@ -1519,7 +1644,7 @@ export declare interface ToastMessage {
1519
1644
  action?: MessageAction;
1520
1645
  }
1521
1646
 
1522
- export declare const ToastProvider: __VLS_WithTemplateSlots_45<DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
1647
+ export declare const ToastProvider: __VLS_WithTemplateSlots_50<DefineComponent<ToastProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
1523
1648
  size: "1" | "2" | "3";
1524
1649
  position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
1525
1650
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
@@ -1553,7 +1678,7 @@ export declare interface ToastProviderProps extends ToastProviderProps_2 {
1553
1678
  position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
1554
1679
  }
1555
1680
 
1556
- export declare const Toggle: __VLS_WithTemplateSlots_14<DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1681
+ export declare const Toggle: __VLS_WithTemplateSlots_19<DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1557
1682
  "update:modelValue": (value: boolean) => any;
1558
1683
  }, string, PublicProps, Readonly<ToggleProps> & Readonly<{
1559
1684
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1564,9 +1689,9 @@ variant: "solid" | "soft" | "ghost";
1564
1689
  default?(_: {}): any;
1565
1690
  }>;
1566
1691
 
1567
- export declare const ToggleGroupItem: __VLS_WithTemplateSlots_16<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1692
+ export declare const ToggleGroupItem: __VLS_WithTemplateSlots_21<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1568
1693
 
1569
- export declare const ToggleGroupRoot: __VLS_WithTemplateSlots_15<DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1694
+ export declare const ToggleGroupRoot: __VLS_WithTemplateSlots_20<DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1570
1695
  "update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
1571
1696
  }, string, PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
1572
1697
  "onUpdate:modelValue"?: ((payload: AcceptableValue | AcceptableValue[]) => any) | undefined;
@@ -1615,7 +1740,7 @@ export declare interface ToggleProps extends ToggleProps_2 {
1615
1740
  highContrast?: boolean;
1616
1741
  }
1617
1742
 
1618
- export declare const Tooltip: __VLS_WithTemplateSlots_47<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
1743
+ export declare const Tooltip: __VLS_WithTemplateSlots_52<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
1619
1744
  color: ColorType;
1620
1745
  side: "top" | "right" | "bottom" | "left";
1621
1746
  sideOffset: number;