@3df-spa/ui 1.3.4 → 1.4.1
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/index.d.ts +132 -115
- package/dist/index.js +2690 -2842
- package/dist/theme.css +4 -4
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ declare const __VLS_component_104: DefineComponent< {}, {}, {}, {}, {}, Compo
|
|
|
44
44
|
|
|
45
45
|
declare const __VLS_component_105: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
46
46
|
|
|
47
|
-
declare const __VLS_component_106: DefineComponent<
|
|
47
|
+
declare const __VLS_component_106: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
48
48
|
variant: "default";
|
|
49
49
|
showClose: boolean;
|
|
50
50
|
dragCloseThreshold: number;
|
|
@@ -66,7 +66,7 @@ declare const __VLS_component_111: DefineComponent< {}, {}, {}, {}, {}, Compo
|
|
|
66
66
|
el: HTMLDivElement;
|
|
67
67
|
}, HTMLDivElement>;
|
|
68
68
|
|
|
69
|
-
declare const __VLS_component_112: DefineComponent<
|
|
69
|
+
declare const __VLS_component_112: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
70
70
|
variant: SheetVariant;
|
|
71
71
|
side: SheetSide;
|
|
72
72
|
showClose: boolean;
|
|
@@ -79,7 +79,7 @@ declare const __VLS_component_113: DefineComponent< {}, {}, {}, {}, {}, Compo
|
|
|
79
79
|
|
|
80
80
|
declare const __VLS_component_114: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
|
|
82
|
-
declare const __VLS_component_115: DefineComponent<
|
|
82
|
+
declare const __VLS_component_115: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
83
83
|
as: string | Component;
|
|
84
84
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
85
85
|
|
|
@@ -105,7 +105,7 @@ declare const __VLS_component_122: DefineComponent< {}, {}, {}, {}, {}, Compo
|
|
|
105
105
|
|
|
106
106
|
declare const __VLS_component_123: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
107
107
|
|
|
108
|
-
declare const __VLS_component_124: DefineComponent<
|
|
108
|
+
declare const __VLS_component_124: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
109
109
|
variant: "default" | "destructive";
|
|
110
110
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
111
111
|
|
|
@@ -184,9 +184,9 @@ declare const __VLS_component_139: DefineComponent< {}, {}, {}, {}, {}, Compo
|
|
|
184
184
|
|
|
185
185
|
declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
186
186
|
|
|
187
|
-
declare const __VLS_component_140: DefineComponent<
|
|
187
|
+
declare const __VLS_component_140: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
188
188
|
"update:modelValue": (value: string | string[]) => any;
|
|
189
|
-
}, string, PublicProps, Readonly<
|
|
189
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
190
190
|
"onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
|
|
191
191
|
}>, {
|
|
192
192
|
type: AccordionType;
|
|
@@ -210,12 +210,12 @@ contentRef: HTMLDivElement;
|
|
|
210
210
|
|
|
211
211
|
declare const __VLS_component_145: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
212
212
|
|
|
213
|
-
declare const __VLS_component_146: DefineComponent<
|
|
213
|
+
declare const __VLS_component_146: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
214
214
|
variant: TabsTriggerVariant;
|
|
215
215
|
disabled: boolean;
|
|
216
216
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
217
217
|
|
|
218
|
-
declare const __VLS_component_147: DefineComponent<
|
|
218
|
+
declare const __VLS_component_147: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
219
219
|
|
|
220
220
|
declare const __VLS_component_148: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
221
221
|
action: (action: HeroAction, index: number) => any;
|
|
@@ -474,45 +474,36 @@ itemRef: HTMLLIElement;
|
|
|
474
474
|
declare const __VLS_component_40: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
475
475
|
|
|
476
476
|
declare const __VLS_component_41: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {
|
|
477
|
-
|
|
477
|
+
size: AvatarSize;
|
|
478
|
+
overlap: boolean;
|
|
478
479
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
479
480
|
|
|
480
|
-
declare const __VLS_component_42: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
|
|
481
|
+
declare const __VLS_component_42: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
|
|
482
|
+
variant: "default" | "destructive" | "success" | "warning" | "info" | null;
|
|
483
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
481
484
|
|
|
482
485
|
declare const __VLS_component_43: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
483
486
|
|
|
484
|
-
declare const __VLS_component_44: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
|
|
487
|
+
declare const __VLS_component_44: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
488
|
+
|
|
489
|
+
declare const __VLS_component_45: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
485
490
|
variant: SidebarVariant;
|
|
486
491
|
side: SidebarSide;
|
|
487
|
-
collapsible: SidebarCollapsible;
|
|
488
492
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
489
493
|
|
|
490
|
-
declare const
|
|
491
|
-
state: Ref<"expanded" | "collapsed">;
|
|
492
|
-
open: Ref<boolean>;
|
|
493
|
-
isMobile: Ref<boolean>;
|
|
494
|
-
openMobile: Ref<boolean>;
|
|
494
|
+
declare const __VLS_component_46: DefineComponent<__VLS_Props_11, {
|
|
495
495
|
side: Ref<SidebarSide>;
|
|
496
496
|
variant: Ref<SidebarVariant>;
|
|
497
|
-
|
|
498
|
-
setOpen: (value: boolean) => void;
|
|
499
|
-
setOpenMobile: (value: boolean) => void;
|
|
500
|
-
toggleSidebar: () => void;
|
|
501
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
502
|
-
"update:open": (value: boolean) => any;
|
|
503
|
-
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
504
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
505
|
-
}>, {
|
|
497
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
|
|
506
498
|
variant: SidebarVariant;
|
|
507
|
-
open: boolean;
|
|
508
|
-
defaultOpen: boolean;
|
|
509
499
|
side: SidebarSide;
|
|
510
|
-
collapsible: SidebarCollapsible;
|
|
511
500
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
512
501
|
|
|
513
|
-
declare const
|
|
514
|
-
|
|
515
|
-
|
|
502
|
+
declare const __VLS_component_47: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
503
|
+
toggle: () => any;
|
|
504
|
+
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
505
|
+
onToggle?: (() => any) | undefined;
|
|
506
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
516
507
|
|
|
517
508
|
declare const __VLS_component_48: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
518
509
|
|
|
@@ -539,7 +530,9 @@ declare const __VLS_component_53: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
539
530
|
|
|
540
531
|
declare const __VLS_component_54: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
541
532
|
|
|
542
|
-
declare const __VLS_component_55: DefineComponent<
|
|
533
|
+
declare const __VLS_component_55: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
534
|
+
|
|
535
|
+
declare const __VLS_component_56: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
|
|
543
536
|
size: "sm" | "default" | "lg";
|
|
544
537
|
as: string | Component;
|
|
545
538
|
disabled: boolean;
|
|
@@ -547,28 +540,26 @@ tooltip: string;
|
|
|
547
540
|
isActive: boolean;
|
|
548
541
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
549
542
|
|
|
550
|
-
declare const
|
|
543
|
+
declare const __VLS_component_57: DefineComponent<__VLS_Props_13, {
|
|
551
544
|
toggle: typeof toggle;
|
|
552
545
|
isOpen: Ref<boolean, boolean>;
|
|
553
546
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
554
547
|
"update:open": (value: boolean) => any;
|
|
555
|
-
}, string, PublicProps, Readonly<
|
|
548
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
556
549
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
557
550
|
}>, {
|
|
558
551
|
open: boolean;
|
|
559
552
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
560
553
|
|
|
561
|
-
declare const
|
|
554
|
+
declare const __VLS_component_58: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
562
555
|
|
|
563
|
-
declare const
|
|
556
|
+
declare const __VLS_component_59: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
564
557
|
size: "sm" | "default";
|
|
565
558
|
as: string | Component;
|
|
566
559
|
disabled: boolean;
|
|
567
560
|
isActive: boolean;
|
|
568
561
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
569
562
|
|
|
570
|
-
declare const __VLS_component_59: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
571
|
-
|
|
572
563
|
declare const __VLS_component_6: DefineComponent<UiInputOTPProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
573
564
|
"update:modelValue": (value: string) => any;
|
|
574
565
|
complete: (value: string) => any;
|
|
@@ -583,12 +574,12 @@ modelValue: string;
|
|
|
583
574
|
autoSubmit: boolean;
|
|
584
575
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
585
576
|
|
|
586
|
-
declare const __VLS_component_60: DefineComponent<
|
|
577
|
+
declare const __VLS_component_60: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
578
|
+
|
|
579
|
+
declare const __VLS_component_61: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
587
580
|
showOnHover: boolean;
|
|
588
581
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
589
582
|
|
|
590
|
-
declare const __VLS_component_61: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
591
|
-
|
|
592
583
|
declare const __VLS_component_62: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
593
584
|
|
|
594
585
|
declare const __VLS_component_63: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -739,7 +730,7 @@ viewportPadding: number;
|
|
|
739
730
|
|
|
740
731
|
declare const __VLS_component_98: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
741
732
|
|
|
742
|
-
declare const __VLS_component_99: DefineComponent<
|
|
733
|
+
declare const __VLS_component_99: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
743
734
|
variant: "default";
|
|
744
735
|
showClose: boolean;
|
|
745
736
|
closeOnOverlay: boolean;
|
|
@@ -757,14 +748,16 @@ declare type __VLS_Props = {
|
|
|
757
748
|
};
|
|
758
749
|
|
|
759
750
|
declare type __VLS_Props_10 = {
|
|
760
|
-
defaultOpen?: boolean;
|
|
761
|
-
open?: boolean;
|
|
762
751
|
side?: SidebarSide;
|
|
763
752
|
variant?: SidebarVariant;
|
|
764
|
-
collapsible?: SidebarCollapsible;
|
|
765
753
|
};
|
|
766
754
|
|
|
767
755
|
declare type __VLS_Props_11 = {
|
|
756
|
+
side?: SidebarSide;
|
|
757
|
+
variant?: SidebarVariant;
|
|
758
|
+
};
|
|
759
|
+
|
|
760
|
+
declare type __VLS_Props_12 = {
|
|
768
761
|
as?: string | Component;
|
|
769
762
|
isActive?: boolean;
|
|
770
763
|
size?: 'sm' | 'default' | 'lg';
|
|
@@ -772,47 +765,43 @@ declare type __VLS_Props_11 = {
|
|
|
772
765
|
disabled?: boolean;
|
|
773
766
|
};
|
|
774
767
|
|
|
775
|
-
declare type
|
|
768
|
+
declare type __VLS_Props_13 = {
|
|
776
769
|
open?: boolean;
|
|
777
770
|
};
|
|
778
771
|
|
|
779
|
-
declare type
|
|
772
|
+
declare type __VLS_Props_14 = {
|
|
780
773
|
as?: string | Component;
|
|
781
774
|
isActive?: boolean;
|
|
782
775
|
size?: 'sm' | 'default';
|
|
783
776
|
disabled?: boolean;
|
|
784
777
|
};
|
|
785
778
|
|
|
786
|
-
declare type
|
|
779
|
+
declare type __VLS_Props_15 = {
|
|
787
780
|
showOnHover?: boolean;
|
|
788
781
|
};
|
|
789
782
|
|
|
790
|
-
declare type
|
|
783
|
+
declare type __VLS_Props_16 = {
|
|
791
784
|
variant?: 'default';
|
|
792
785
|
showClose?: boolean;
|
|
793
786
|
closeOnOverlay?: boolean;
|
|
794
787
|
closeLabel?: string;
|
|
795
788
|
};
|
|
796
789
|
|
|
797
|
-
declare type
|
|
790
|
+
declare type __VLS_Props_17 = {
|
|
798
791
|
variant?: 'default';
|
|
799
792
|
showClose?: boolean;
|
|
800
793
|
dragCloseThreshold?: number;
|
|
801
794
|
};
|
|
802
795
|
|
|
803
|
-
declare type
|
|
796
|
+
declare type __VLS_Props_18 = {
|
|
804
797
|
side?: SheetSide;
|
|
805
798
|
variant?: SheetVariant;
|
|
806
799
|
showClose?: boolean;
|
|
807
800
|
closeLabel?: string;
|
|
808
801
|
};
|
|
809
802
|
|
|
810
|
-
declare type __VLS_Props_18 = {
|
|
811
|
-
as?: string | Component;
|
|
812
|
-
};
|
|
813
|
-
|
|
814
803
|
declare type __VLS_Props_19 = {
|
|
815
|
-
|
|
804
|
+
as?: string | Component;
|
|
816
805
|
};
|
|
817
806
|
|
|
818
807
|
declare type __VLS_Props_2 = {
|
|
@@ -821,12 +810,16 @@ declare type __VLS_Props_2 = {
|
|
|
821
810
|
};
|
|
822
811
|
|
|
823
812
|
declare type __VLS_Props_20 = {
|
|
813
|
+
variant?: 'default' | 'destructive';
|
|
814
|
+
};
|
|
815
|
+
|
|
816
|
+
declare type __VLS_Props_21 = {
|
|
824
817
|
position?: ToastPosition;
|
|
825
818
|
maxVisible?: number;
|
|
826
819
|
class?: string;
|
|
827
820
|
};
|
|
828
821
|
|
|
829
|
-
declare type
|
|
822
|
+
declare type __VLS_Props_22 = {
|
|
830
823
|
type?: AccordionType;
|
|
831
824
|
modelValue?: string | string[];
|
|
832
825
|
defaultValue?: string | string[];
|
|
@@ -834,13 +827,13 @@ declare type __VLS_Props_21 = {
|
|
|
834
827
|
disabled?: boolean;
|
|
835
828
|
};
|
|
836
829
|
|
|
837
|
-
declare type
|
|
830
|
+
declare type __VLS_Props_23 = {
|
|
838
831
|
value: string;
|
|
839
832
|
disabled?: boolean;
|
|
840
833
|
variant?: TabsTriggerVariant;
|
|
841
834
|
};
|
|
842
835
|
|
|
843
|
-
declare type
|
|
836
|
+
declare type __VLS_Props_24 = {
|
|
844
837
|
value: string;
|
|
845
838
|
};
|
|
846
839
|
|
|
@@ -859,11 +852,12 @@ declare type __VLS_Props_5 = {
|
|
|
859
852
|
};
|
|
860
853
|
|
|
861
854
|
declare type __VLS_Props_6 = {
|
|
862
|
-
|
|
863
|
-
|
|
855
|
+
overlap?: boolean;
|
|
856
|
+
size?: AvatarSize;
|
|
864
857
|
};
|
|
865
858
|
|
|
866
859
|
declare type __VLS_Props_7 = {
|
|
860
|
+
variant?: NonNullable<VariantProps<typeof alertVariants>>['variant'];
|
|
867
861
|
class?: string;
|
|
868
862
|
};
|
|
869
863
|
|
|
@@ -872,9 +866,7 @@ declare type __VLS_Props_8 = {
|
|
|
872
866
|
};
|
|
873
867
|
|
|
874
868
|
declare type __VLS_Props_9 = {
|
|
875
|
-
|
|
876
|
-
variant?: SidebarVariant;
|
|
877
|
-
collapsible?: SidebarCollapsible;
|
|
869
|
+
class?: string;
|
|
878
870
|
};
|
|
879
871
|
|
|
880
872
|
declare function __VLS_template(): {
|
|
@@ -1837,8 +1829,6 @@ declare function __VLS_template_44(): {
|
|
|
1837
1829
|
attrs: Partial<{}>;
|
|
1838
1830
|
slots: {
|
|
1839
1831
|
default?(_: {}): any;
|
|
1840
|
-
default?(_: {}): any;
|
|
1841
|
-
default?(_: {}): any;
|
|
1842
1832
|
};
|
|
1843
1833
|
refs: {};
|
|
1844
1834
|
rootEl: any;
|
|
@@ -1847,15 +1837,10 @@ declare function __VLS_template_44(): {
|
|
|
1847
1837
|
declare function __VLS_template_45(): {
|
|
1848
1838
|
attrs: Partial<{}>;
|
|
1849
1839
|
slots: {
|
|
1850
|
-
default?(_: {
|
|
1851
|
-
open: boolean;
|
|
1852
|
-
state: "expanded" | "collapsed";
|
|
1853
|
-
isMobile: boolean;
|
|
1854
|
-
toggle: () => void;
|
|
1855
|
-
}): any;
|
|
1840
|
+
default?(_: {}): any;
|
|
1856
1841
|
};
|
|
1857
1842
|
refs: {};
|
|
1858
|
-
rootEl:
|
|
1843
|
+
rootEl: any;
|
|
1859
1844
|
};
|
|
1860
1845
|
|
|
1861
1846
|
declare function __VLS_template_46(): {
|
|
@@ -1864,7 +1849,7 @@ declare function __VLS_template_46(): {
|
|
|
1864
1849
|
default?(_: {}): any;
|
|
1865
1850
|
};
|
|
1866
1851
|
refs: {};
|
|
1867
|
-
rootEl:
|
|
1852
|
+
rootEl: HTMLDivElement;
|
|
1868
1853
|
};
|
|
1869
1854
|
|
|
1870
1855
|
declare function __VLS_template_47(): {
|
|
@@ -3768,11 +3753,11 @@ export declare const AccordionTrigger: __VLS_WithTemplateSlots_151<typeof __VLS_
|
|
|
3768
3753
|
|
|
3769
3754
|
export declare type AccordionType = 'single' | 'multiple';
|
|
3770
3755
|
|
|
3771
|
-
export declare const Alert:
|
|
3756
|
+
export declare const Alert: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
3772
3757
|
|
|
3773
3758
|
export declare const ALERT_DIALOG_KEY: InjectionKey<AlertDialogContext>;
|
|
3774
3759
|
|
|
3775
|
-
export declare const AlertDescription:
|
|
3760
|
+
export declare const AlertDescription: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
3776
3761
|
|
|
3777
3762
|
export declare const AlertDialog: __VLS_WithTemplateSlots_125<DefineComponent< {
|
|
3778
3763
|
open?: boolean;
|
|
@@ -3823,7 +3808,7 @@ export declare const AlertDialogTitle: __VLS_WithTemplateSlots_130<typeof __VLS_
|
|
|
3823
3808
|
|
|
3824
3809
|
export declare const AlertDialogTrigger: __VLS_WithTemplateSlots_126<typeof __VLS_component_118, __VLS_TemplateResult_118["slots"]>;
|
|
3825
3810
|
|
|
3826
|
-
export declare const AlertTitle:
|
|
3811
|
+
export declare const AlertTitle: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
3827
3812
|
|
|
3828
3813
|
export declare const alertVariants: (props?: ({
|
|
3829
3814
|
variant?: "default" | "destructive" | "success" | "warning" | "info" | null | undefined;
|
|
@@ -3837,6 +3822,8 @@ export declare function applyTheme(theme: Theme): void;
|
|
|
3837
3822
|
|
|
3838
3823
|
export declare const Avatar: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
3839
3824
|
|
|
3825
|
+
export declare const AVATAR_GROUP_KEY: InjectionKey<AvatarGroupContext>;
|
|
3826
|
+
|
|
3840
3827
|
export declare const AVATAR_KEY: InjectionKey<AvatarContext>;
|
|
3841
3828
|
|
|
3842
3829
|
export declare interface AvatarContext {
|
|
@@ -3847,6 +3834,13 @@ export declare interface AvatarContext {
|
|
|
3847
3834
|
|
|
3848
3835
|
export declare const AvatarFallback: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
3849
3836
|
|
|
3837
|
+
export declare const AvatarGroup: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
3838
|
+
|
|
3839
|
+
export declare interface AvatarGroupContext {
|
|
3840
|
+
overlap: Ref<boolean>;
|
|
3841
|
+
size: Ref<AvatarSize>;
|
|
3842
|
+
}
|
|
3843
|
+
|
|
3850
3844
|
export declare const AvatarImage: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3851
3845
|
imgRef: HTMLImageElement;
|
|
3852
3846
|
}, any>;
|
|
@@ -3872,6 +3866,14 @@ export declare const bannerVariants: (props?: ({
|
|
|
3872
3866
|
align?: "center" | "start" | "between" | null | undefined;
|
|
3873
3867
|
} & ClassProp) | undefined) => string;
|
|
3874
3868
|
|
|
3869
|
+
export declare const BASE_SIDEBAR_INJECTION_KEY: InjectionKey<BaseSidebarContext>;
|
|
3870
|
+
|
|
3871
|
+
/** Context for the base (non-collapsible) sidebar. */
|
|
3872
|
+
export declare interface BaseSidebarContext {
|
|
3873
|
+
side: Ref<SidebarSide>;
|
|
3874
|
+
variant: Ref<SidebarVariant>;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3875
3877
|
export declare const Breadcrumb: __VLS_WithTemplateSlots_82<typeof __VLS_component_81, __VLS_TemplateResult_81["slots"]>;
|
|
3876
3878
|
|
|
3877
3879
|
export declare const BreadcrumbEllipsis: __VLS_WithTemplateSlots_88<typeof __VLS_component_87, __VLS_TemplateResult_87["slots"]>;
|
|
@@ -3931,6 +3933,15 @@ export declare interface CollapsibleContext {
|
|
|
3931
3933
|
toggle: () => void;
|
|
3932
3934
|
}
|
|
3933
3935
|
|
|
3936
|
+
/** Context for the collapsible sidebar variant (future). */
|
|
3937
|
+
export declare interface CollapsibleSidebarContext extends BaseSidebarContext {
|
|
3938
|
+
state: Ref<'expanded' | 'collapsed'>;
|
|
3939
|
+
open: Ref<boolean>;
|
|
3940
|
+
collapsible: Ref<SidebarCollapsible>;
|
|
3941
|
+
setOpen: (value: boolean) => void;
|
|
3942
|
+
toggleSidebar: () => void;
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3934
3945
|
export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_153<typeof __VLS_component_143, __VLS_TemplateResult_143["slots"]>;
|
|
3935
3946
|
|
|
3936
3947
|
export declare const COLOR_PRESETS: ColorPreset[];
|
|
@@ -4108,6 +4119,22 @@ export { ContextMenuSubTrigger }
|
|
|
4108
4119
|
|
|
4109
4120
|
export declare const ContextMenuTrigger: __VLS_WithTemplateSlots_135<typeof __VLS_component_127, __VLS_TemplateResult_127["slots"]>;
|
|
4110
4121
|
|
|
4122
|
+
export declare function createBaseSidebarContext(options?: CreateBaseSidebarOptions): BaseSidebarContext;
|
|
4123
|
+
|
|
4124
|
+
declare interface CreateBaseSidebarOptions {
|
|
4125
|
+
side?: SidebarSide;
|
|
4126
|
+
variant?: SidebarVariant;
|
|
4127
|
+
}
|
|
4128
|
+
|
|
4129
|
+
export declare function createCollapsibleSidebarContext(options?: CreateCollapsibleSidebarOptions): CollapsibleSidebarContext;
|
|
4130
|
+
|
|
4131
|
+
declare interface CreateCollapsibleSidebarOptions {
|
|
4132
|
+
defaultOpen?: boolean;
|
|
4133
|
+
side?: SidebarSide;
|
|
4134
|
+
variant?: SidebarVariant;
|
|
4135
|
+
collapsible?: SidebarCollapsible;
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4111
4138
|
export declare const DataTable: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
4112
4139
|
|
|
4113
4140
|
export declare const DataTableCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
@@ -4850,52 +4877,40 @@ export declare const sheetVariants: (props?: ({
|
|
|
4850
4877
|
side?: "left" | "top" | "bottom" | "right" | null | undefined;
|
|
4851
4878
|
} & ClassProp) | undefined) => string;
|
|
4852
4879
|
|
|
4853
|
-
export declare const Sidebar:
|
|
4880
|
+
export declare const Sidebar: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
4854
4881
|
|
|
4855
4882
|
export declare const SIDEBAR_WIDTH = "16rem";
|
|
4856
4883
|
|
|
4857
4884
|
export declare const SIDEBAR_WIDTH_ICON = "3rem";
|
|
4858
4885
|
|
|
4859
|
-
export declare const SIDEBAR_WIDTH_MOBILE = "18rem";
|
|
4860
|
-
|
|
4861
4886
|
export declare type SidebarCollapsible = 'offcanvas' | 'icon' | 'none';
|
|
4862
4887
|
|
|
4863
|
-
export declare const SidebarContent:
|
|
4888
|
+
export declare const SidebarContent: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
4864
4889
|
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
open: Ref<boolean>;
|
|
4868
|
-
isMobile: Ref<boolean>;
|
|
4869
|
-
openMobile: Ref<boolean>;
|
|
4870
|
-
side: Ref<SidebarSide>;
|
|
4871
|
-
variant: Ref<SidebarVariant>;
|
|
4872
|
-
collapsible: Ref<SidebarCollapsible>;
|
|
4873
|
-
setOpen: (value: boolean) => void;
|
|
4874
|
-
setOpenMobile: (value: boolean) => void;
|
|
4875
|
-
toggleSidebar: () => void;
|
|
4876
|
-
}
|
|
4890
|
+
/** @deprecated Use CollapsibleSidebarContext. Kept for backward compatibility. */
|
|
4891
|
+
export declare type SidebarContext = CollapsibleSidebarContext;
|
|
4877
4892
|
|
|
4878
|
-
export declare const SidebarFooter:
|
|
4893
|
+
export declare const SidebarFooter: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, __VLS_TemplateResult_49["slots"]>;
|
|
4879
4894
|
|
|
4880
|
-
export declare const SidebarGroup:
|
|
4895
|
+
export declare const SidebarGroup: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
|
|
4881
4896
|
|
|
4882
|
-
export declare const SidebarGroupContent:
|
|
4897
|
+
export declare const SidebarGroupContent: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
4883
4898
|
|
|
4884
|
-
export declare const SidebarGroupLabel:
|
|
4899
|
+
export declare const SidebarGroupLabel: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
4885
4900
|
|
|
4886
|
-
export declare const SidebarHeader:
|
|
4901
|
+
export declare const SidebarHeader: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
4887
4902
|
|
|
4888
|
-
export declare const SidebarInset:
|
|
4903
|
+
export declare const SidebarInset: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, __VLS_TemplateResult_62["slots"]>;
|
|
4889
4904
|
|
|
4890
|
-
export declare const SidebarMenu:
|
|
4905
|
+
export declare const SidebarMenu: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
4891
4906
|
|
|
4892
|
-
export declare const SidebarMenuAction:
|
|
4907
|
+
export declare const SidebarMenuAction: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, __VLS_TemplateResult_61["slots"]>;
|
|
4893
4908
|
|
|
4894
|
-
export declare const SidebarMenuBadge:
|
|
4909
|
+
export declare const SidebarMenuBadge: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
|
|
4895
4910
|
|
|
4896
|
-
export declare const SidebarMenuButton:
|
|
4911
|
+
export declare const SidebarMenuButton: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, __VLS_TemplateResult_56["slots"]>;
|
|
4897
4912
|
|
|
4898
|
-
export declare const SidebarMenuItem:
|
|
4913
|
+
export declare const SidebarMenuItem: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
4899
4914
|
|
|
4900
4915
|
export declare const SidebarMenuSkeleton: DefineComponent< {
|
|
4901
4916
|
showIcon?: boolean;
|
|
@@ -4905,23 +4920,25 @@ showIcon?: boolean;
|
|
|
4905
4920
|
showIcon: boolean;
|
|
4906
4921
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4907
4922
|
|
|
4908
|
-
export declare const SidebarMenuSub:
|
|
4909
|
-
|
|
4910
|
-
export declare const SidebarMenuSubButton: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
4923
|
+
export declare const SidebarMenuSub: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, __VLS_TemplateResult_57["slots"]>;
|
|
4911
4924
|
|
|
4912
|
-
export declare const
|
|
4925
|
+
export declare const SidebarMenuSubButton: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, __VLS_TemplateResult_59["slots"]>;
|
|
4913
4926
|
|
|
4914
|
-
export declare const
|
|
4927
|
+
export declare const SidebarMenuSubItem: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, __VLS_TemplateResult_58["slots"]>;
|
|
4915
4928
|
|
|
4916
|
-
export declare const SidebarProvider:
|
|
4929
|
+
export declare const SidebarProvider: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
4917
4930
|
|
|
4918
|
-
export declare const SidebarRail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4931
|
+
export declare const SidebarRail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4932
|
+
toggle: () => any;
|
|
4933
|
+
}, string, PublicProps, Readonly<{}> & Readonly<{
|
|
4934
|
+
onToggle?: (() => any) | undefined;
|
|
4935
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4919
4936
|
|
|
4920
4937
|
export declare const SidebarSeparator: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
4921
4938
|
|
|
4922
4939
|
export declare type SidebarSide = 'left' | 'right';
|
|
4923
4940
|
|
|
4924
|
-
export declare const SidebarTrigger:
|
|
4941
|
+
export declare const SidebarTrigger: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
4925
4942
|
|
|
4926
4943
|
export declare type SidebarVariant = 'sidebar' | 'floating' | 'inset';
|
|
4927
4944
|
|
|
@@ -5064,7 +5081,7 @@ export declare namespace toast {
|
|
|
5064
5081
|
var dismissAll: () => void;
|
|
5065
5082
|
}
|
|
5066
5083
|
|
|
5067
|
-
export declare const Toaster: DefineComponent<
|
|
5084
|
+
export declare const Toaster: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
5068
5085
|
position: ToastPosition;
|
|
5069
5086
|
maxVisible: number;
|
|
5070
5087
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -5496,6 +5513,6 @@ export declare function use3dfConfig(): {
|
|
|
5496
5513
|
applyTheme: typeof applyTheme;
|
|
5497
5514
|
};
|
|
5498
5515
|
|
|
5499
|
-
export declare function useSidebar():
|
|
5516
|
+
export declare function useSidebar(): BaseSidebarContext;
|
|
5500
5517
|
|
|
5501
5518
|
export { }
|