@soybeanjs/ui 0.3.3 → 0.4.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/README.md +63 -62
- package/README.zh-CN.md +130 -129
- package/dist/components/accordion/accordion.vue.d.ts +3 -3
- package/dist/components/alert/alert.vue.d.ts +4 -4
- package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
- package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
- package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
- package/dist/components/avatar/avatar.vue.d.ts +7 -7
- package/dist/components/badge/badge.vue.d.ts +4 -4
- package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
- package/dist/components/button/button-group.vue.d.ts +6 -6
- package/dist/components/button/button-icon.vue.d.ts +3 -3
- package/dist/components/button/button-link.js +1 -1
- package/dist/components/button/button-link.vue.d.ts +5 -5
- package/dist/components/button/button-loading.vue.d.ts +3 -3
- package/dist/components/button/button.vue.d.ts +4 -4
- package/dist/components/card/card.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox-card.vue.d.ts +4 -4
- package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
- package/dist/components/checkbox/checkbox.vue.d.ts +4 -4
- package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
- package/dist/components/command/command.vue.d.ts +7 -7
- package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
- package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +8 -8
- package/dist/components/context-menu/context-menu-radio.vue.d.ts +8 -8
- package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
- package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
- package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
- package/dist/components/dialog/dialog-pure.vue.d.ts +13 -13
- package/dist/components/dialog/dialog.vue.d.ts +13 -13
- package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
- package/dist/components/drawer/drawer.vue.d.ts +13 -13
- package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +8 -8
- package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +8 -8
- package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +11 -11
- package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
- package/dist/components/form/form.vue.d.ts +2 -2
- package/dist/components/form/use-form.d.ts +22 -22
- package/dist/components/icon/icon.vue.d.ts +2 -2
- package/dist/components/input/input.vue.d.ts +4 -4
- package/dist/components/kbd/kbd.vue.d.ts +3 -3
- package/dist/components/label/label.vue.d.ts +2 -2
- package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
- package/dist/components/layout/layout.vue.d.ts +5 -5
- package/dist/components/link/link.js +1 -1
- package/dist/components/link/link.vue.d.ts +4 -4
- package/dist/components/list/list-item.vue.d.ts +2 -2
- package/dist/components/list/list.vue.d.ts +2 -2
- package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
- package/dist/components/menu/menu-option.vue.d.ts +8 -8
- package/dist/components/menu/menu-options.vue.d.ts +8 -8
- package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
- package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
- package/dist/components/number-input/number-input.vue.d.ts +4 -4
- package/dist/components/page-tabs/index.d.ts +3 -0
- package/dist/components/page-tabs/page-tabs.js +1 -0
- package/dist/components/page-tabs/page-tabs.vue.d.ts +27 -0
- package/dist/components/page-tabs/types.d.ts +32 -0
- package/dist/components/pagination/pagination.vue.d.ts +4 -4
- package/dist/components/password/password.vue.d.ts +4 -4
- package/dist/components/popover/popover.vue.d.ts +11 -11
- package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
- package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
- package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
- package/dist/components/radio-group/radio.vue.d.ts +2 -2
- package/dist/components/segment/segment.vue.d.ts +3 -3
- package/dist/components/select/select.vue.d.ts +7 -7
- package/dist/components/separator/separator.vue.d.ts +5 -5
- package/dist/components/switch/switch.vue.d.ts +12 -12
- package/dist/components/tabs/tabs.vue.d.ts +3 -3
- package/dist/components/tag/tag.vue.d.ts +4 -4
- package/dist/components/textarea/textarea.vue.d.ts +4 -4
- package/dist/components/tooltip/tooltip.vue.d.ts +4 -4
- package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
- package/dist/components/tree/tree.vue.d.ts +5 -5
- package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
- package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
- package/dist/constants/components.d.ts +1 -0
- package/dist/constants/components.js +1 -1
- package/dist/index.d.ts +26 -22
- package/dist/index.js +1 -1
- package/dist/styles.css +24 -4
- package/dist/variants/button.d.ts +3 -3
- package/dist/variants/checkbox.d.ts +3 -3
- package/dist/variants/page-tabs.d.ts +183 -0
- package/dist/variants/page-tabs.js +1 -0
- package/dist/variants/pagination.d.ts +3 -3
- package/dist/variants/radio-group.d.ts +3 -3
- package/dist/variants/separator.d.ts +3 -3
- package/dist/variants/switch.d.ts +3 -3
- package/dist/variants/tabs.d.ts +3 -3
- package/dist/variants/textarea.d.ts +3 -3
- package/dist/variants/toast.d.ts +3 -3
- package/package.json +5 -3
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
import * as tailwind_variants13 from "tailwind-variants";
|
|
2
|
+
import { VariantProps } from "tailwind-variants";
|
|
3
|
+
|
|
4
|
+
//#region src/variants/page-tabs.d.ts
|
|
5
|
+
declare const pageTabsVariants: tailwind_variants13.TVReturnType<{
|
|
6
|
+
size: {
|
|
7
|
+
xs: {
|
|
8
|
+
root: string;
|
|
9
|
+
item: string;
|
|
10
|
+
itemText: string;
|
|
11
|
+
};
|
|
12
|
+
sm: {
|
|
13
|
+
root: string;
|
|
14
|
+
item: string;
|
|
15
|
+
itemText: string;
|
|
16
|
+
};
|
|
17
|
+
md: {
|
|
18
|
+
root: string;
|
|
19
|
+
item: string;
|
|
20
|
+
itemText: string;
|
|
21
|
+
chromeBgLeft: string;
|
|
22
|
+
chromeBgRight: string;
|
|
23
|
+
};
|
|
24
|
+
lg: {
|
|
25
|
+
root: string;
|
|
26
|
+
item: string;
|
|
27
|
+
itemText: string;
|
|
28
|
+
};
|
|
29
|
+
xl: {
|
|
30
|
+
root: string;
|
|
31
|
+
item: string;
|
|
32
|
+
itemText: string;
|
|
33
|
+
};
|
|
34
|
+
'2xl': {
|
|
35
|
+
root: string;
|
|
36
|
+
item: string;
|
|
37
|
+
itemText: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
variant: {
|
|
41
|
+
chrome: {
|
|
42
|
+
root: string;
|
|
43
|
+
item: string;
|
|
44
|
+
};
|
|
45
|
+
card: {
|
|
46
|
+
root: string;
|
|
47
|
+
item: string;
|
|
48
|
+
};
|
|
49
|
+
slider: {
|
|
50
|
+
root: string;
|
|
51
|
+
item: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}, {
|
|
55
|
+
root: string;
|
|
56
|
+
item: string[];
|
|
57
|
+
itemText: string;
|
|
58
|
+
close: string[];
|
|
59
|
+
pin: string;
|
|
60
|
+
chromeBgLeft: string[];
|
|
61
|
+
chromeBgRight: string[];
|
|
62
|
+
sliderIndicator: string;
|
|
63
|
+
}, undefined, {
|
|
64
|
+
size: {
|
|
65
|
+
xs: {
|
|
66
|
+
root: string;
|
|
67
|
+
item: string;
|
|
68
|
+
itemText: string;
|
|
69
|
+
};
|
|
70
|
+
sm: {
|
|
71
|
+
root: string;
|
|
72
|
+
item: string;
|
|
73
|
+
itemText: string;
|
|
74
|
+
};
|
|
75
|
+
md: {
|
|
76
|
+
root: string;
|
|
77
|
+
item: string;
|
|
78
|
+
itemText: string;
|
|
79
|
+
chromeBgLeft: string;
|
|
80
|
+
chromeBgRight: string;
|
|
81
|
+
};
|
|
82
|
+
lg: {
|
|
83
|
+
root: string;
|
|
84
|
+
item: string;
|
|
85
|
+
itemText: string;
|
|
86
|
+
};
|
|
87
|
+
xl: {
|
|
88
|
+
root: string;
|
|
89
|
+
item: string;
|
|
90
|
+
itemText: string;
|
|
91
|
+
};
|
|
92
|
+
'2xl': {
|
|
93
|
+
root: string;
|
|
94
|
+
item: string;
|
|
95
|
+
itemText: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
variant: {
|
|
99
|
+
chrome: {
|
|
100
|
+
root: string;
|
|
101
|
+
item: string;
|
|
102
|
+
};
|
|
103
|
+
card: {
|
|
104
|
+
root: string;
|
|
105
|
+
item: string;
|
|
106
|
+
};
|
|
107
|
+
slider: {
|
|
108
|
+
root: string;
|
|
109
|
+
item: string;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
}, {
|
|
113
|
+
root: string;
|
|
114
|
+
item: string[];
|
|
115
|
+
itemText: string;
|
|
116
|
+
close: string[];
|
|
117
|
+
pin: string;
|
|
118
|
+
chromeBgLeft: string[];
|
|
119
|
+
chromeBgRight: string[];
|
|
120
|
+
sliderIndicator: string;
|
|
121
|
+
}, tailwind_variants13.TVReturnType<{
|
|
122
|
+
size: {
|
|
123
|
+
xs: {
|
|
124
|
+
root: string;
|
|
125
|
+
item: string;
|
|
126
|
+
itemText: string;
|
|
127
|
+
};
|
|
128
|
+
sm: {
|
|
129
|
+
root: string;
|
|
130
|
+
item: string;
|
|
131
|
+
itemText: string;
|
|
132
|
+
};
|
|
133
|
+
md: {
|
|
134
|
+
root: string;
|
|
135
|
+
item: string;
|
|
136
|
+
itemText: string;
|
|
137
|
+
chromeBgLeft: string;
|
|
138
|
+
chromeBgRight: string;
|
|
139
|
+
};
|
|
140
|
+
lg: {
|
|
141
|
+
root: string;
|
|
142
|
+
item: string;
|
|
143
|
+
itemText: string;
|
|
144
|
+
};
|
|
145
|
+
xl: {
|
|
146
|
+
root: string;
|
|
147
|
+
item: string;
|
|
148
|
+
itemText: string;
|
|
149
|
+
};
|
|
150
|
+
'2xl': {
|
|
151
|
+
root: string;
|
|
152
|
+
item: string;
|
|
153
|
+
itemText: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
variant: {
|
|
157
|
+
chrome: {
|
|
158
|
+
root: string;
|
|
159
|
+
item: string;
|
|
160
|
+
};
|
|
161
|
+
card: {
|
|
162
|
+
root: string;
|
|
163
|
+
item: string;
|
|
164
|
+
};
|
|
165
|
+
slider: {
|
|
166
|
+
root: string;
|
|
167
|
+
item: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
}, {
|
|
171
|
+
root: string;
|
|
172
|
+
item: string[];
|
|
173
|
+
itemText: string;
|
|
174
|
+
close: string[];
|
|
175
|
+
pin: string;
|
|
176
|
+
chromeBgLeft: string[];
|
|
177
|
+
chromeBgRight: string[];
|
|
178
|
+
sliderIndicator: string;
|
|
179
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
180
|
+
type PageTabsVariants = VariantProps<typeof pageTabsVariants>;
|
|
181
|
+
type PageTabsVariant = NonNullable<PageTabsVariants['variant']>;
|
|
182
|
+
//#endregion
|
|
183
|
+
export { PageTabsVariant };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{tv as e}from"tailwind-variants";const t=e({slots:{root:`flex`,item:[`group/item relative flex items-center cursor-pointer select-none outline-none`,`data-[active=true]:bg-primary-50 data-[active=true]:text-primary data-[active=true]:z-2`,`data-[active=false]:hover:bg-accent data-[active=false]:focus:bg-accent`],itemText:`grow truncate`,close:[`rounded-full hover:text-muted group-data-[active=true]/item:hover:bg-primary/50`,`group-data-[active=false]/item:hover:bg-accent-foreground/20`],pin:``,chromeBgLeft:[`absolute right-full bottom-0 fill-transparent`,`group-hover/item:fill-accent group-data-[active=true]/item:fill-primary-50 group-data-[active=true]/item:z-2`],chromeBgRight:[`absolute left-full bottom-0 fill-transparent`,`group-hover/item:fill-accent group-data-[active=true]/item:fill-primary-50 group-data-[active=true]/item:z-2`],sliderIndicator:`absolute bottom-0 left-0 w-full h-0.5 group-data-[active=true]/item:bg-primary`},variants:{size:{xs:{root:`text-2xs`,item:`gap-2 px-1 py-1`,itemText:`max-w-50`},sm:{root:`text-xs`,item:`gap-2.5 px-1.5 py-1`,itemText:`max-w-55`},md:{root:`text-sm`,item:`gap-3 px-2 py-1.5`,itemText:`max-w-60`,chromeBgLeft:`w-2 h-2`,chromeBgRight:`w-2 h-2`},lg:{root:`text-base`,item:`gap-3.5 px-2.5 py-1.5`,itemText:`max-w-65`},xl:{root:`text-lg`,item:`gap-4 px-3 py-2`,itemText:`max-w-70`},"2xl":{root:`text-xl`,item:`gap-4.5 px-3.5 py-2.5`,itemText:`max-w-75`}},variant:{chrome:{root:`items-end`,item:`rounded-t-md`},card:{root:`items-center gap-2`,item:`rounded-md shadow-sm border border-border`},slider:{root:`items-end`,item:`rounded-t-md`}}},defaultVariants:{size:`md`,variant:`chrome`}});export{t as pageTabsVariants};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants15 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/pagination.d.ts
|
|
5
|
-
declare const paginationVariants:
|
|
5
|
+
declare const paginationVariants: tailwind_variants15.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
xs: {
|
|
8
8
|
list: string;
|
|
@@ -150,7 +150,7 @@ declare const paginationVariants: tailwind_variants13.TVReturnType<{
|
|
|
150
150
|
ellipsis: string;
|
|
151
151
|
button: string[];
|
|
152
152
|
navigationButton: string[];
|
|
153
|
-
},
|
|
153
|
+
}, tailwind_variants15.TVReturnType<{
|
|
154
154
|
size: {
|
|
155
155
|
xs: {
|
|
156
156
|
list: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants19 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/radio-group.d.ts
|
|
5
|
-
declare const radioGroupVariants:
|
|
5
|
+
declare const radioGroupVariants: tailwind_variants19.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: {
|
|
8
8
|
control: string;
|
|
@@ -180,7 +180,7 @@ declare const radioGroupVariants: tailwind_variants17.TVReturnType<{
|
|
|
180
180
|
control: string[];
|
|
181
181
|
indicator: string;
|
|
182
182
|
label: string;
|
|
183
|
-
},
|
|
183
|
+
}, tailwind_variants19.TVReturnType<{
|
|
184
184
|
color: {
|
|
185
185
|
primary: {
|
|
186
186
|
control: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants23 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/separator.d.ts
|
|
5
|
-
declare const separatorVariants:
|
|
5
|
+
declare const separatorVariants: tailwind_variants23.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
xs: {
|
|
8
8
|
label: string;
|
|
@@ -114,7 +114,7 @@ declare const separatorVariants: tailwind_variants21.TVReturnType<{
|
|
|
114
114
|
}, {
|
|
115
115
|
root: string;
|
|
116
116
|
label: string;
|
|
117
|
-
},
|
|
117
|
+
}, tailwind_variants23.TVReturnType<{
|
|
118
118
|
size: {
|
|
119
119
|
xs: {
|
|
120
120
|
label: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants27 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/switch.d.ts
|
|
5
|
-
declare const switchVariants:
|
|
5
|
+
declare const switchVariants: tailwind_variants27.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: {
|
|
8
8
|
control: string;
|
|
@@ -136,7 +136,7 @@ declare const switchVariants: tailwind_variants23.TVReturnType<{
|
|
|
136
136
|
root: string;
|
|
137
137
|
control: string[];
|
|
138
138
|
thumb: string;
|
|
139
|
-
},
|
|
139
|
+
}, tailwind_variants27.TVReturnType<{
|
|
140
140
|
color: {
|
|
141
141
|
primary: {
|
|
142
142
|
control: string;
|
package/dist/variants/tabs.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants17 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/tabs.d.ts
|
|
5
|
-
declare const tabsVariants:
|
|
5
|
+
declare const tabsVariants: tailwind_variants17.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
xs: {
|
|
8
8
|
root: string;
|
|
@@ -148,7 +148,7 @@ declare const tabsVariants: tailwind_variants15.TVReturnType<{
|
|
|
148
148
|
indicator: string;
|
|
149
149
|
indicatorContent: string;
|
|
150
150
|
content: string;
|
|
151
|
-
},
|
|
151
|
+
}, tailwind_variants17.TVReturnType<{
|
|
152
152
|
size: {
|
|
153
153
|
xs: {
|
|
154
154
|
root: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants33 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/textarea.d.ts
|
|
5
|
-
declare const textareaVariants:
|
|
5
|
+
declare const textareaVariants: tailwind_variants33.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
xs: {
|
|
8
8
|
root: string;
|
|
@@ -118,7 +118,7 @@ declare const textareaVariants: tailwind_variants31.TVReturnType<{
|
|
|
118
118
|
control: string[];
|
|
119
119
|
counter: string;
|
|
120
120
|
clearable: string;
|
|
121
|
-
},
|
|
121
|
+
}, tailwind_variants33.TVReturnType<{
|
|
122
122
|
size: {
|
|
123
123
|
xs: {
|
|
124
124
|
root: string;
|
package/dist/variants/toast.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants29 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/variants/toast.d.ts
|
|
5
5
|
|
|
6
|
-
declare const toastViewportVariants:
|
|
6
|
+
declare const toastViewportVariants: tailwind_variants29.TVReturnType<{
|
|
7
7
|
size: {
|
|
8
8
|
xs: string;
|
|
9
9
|
sm: string;
|
|
@@ -37,7 +37,7 @@ declare const toastViewportVariants: tailwind_variants27.TVReturnType<{
|
|
|
37
37
|
'bottom-left': string;
|
|
38
38
|
'bottom-right': string;
|
|
39
39
|
};
|
|
40
|
-
}, undefined,
|
|
40
|
+
}, undefined, tailwind_variants29.TVReturnType<{
|
|
41
41
|
size: {
|
|
42
42
|
xs: string;
|
|
43
43
|
sm: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
|
|
5
5
|
"homepage": "https://github.com/soybeanjs/soybean-ui",
|
|
6
6
|
"bugs": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"tailwind-variants": "^3.2.2",
|
|
56
56
|
"valibot": "^1.2.0",
|
|
57
57
|
"zod": "^4.3.6",
|
|
58
|
-
"@soybeanjs/headless": "^0.
|
|
58
|
+
"@soybeanjs/headless": "^0.4.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@soybeanjs/cli": "^1.4.4",
|
|
@@ -75,13 +75,15 @@
|
|
|
75
75
|
"typescript": "^5.9.3",
|
|
76
76
|
"unocss": "^66.6.0",
|
|
77
77
|
"unocss-preset-animations": "^1.3.0",
|
|
78
|
+
"unplugin-auto-import": "^21.0.0",
|
|
78
79
|
"unplugin-vue": "^7.1.1",
|
|
79
80
|
"unplugin-vue-components": "^31.0.0",
|
|
80
81
|
"unplugin-vue-jsx": "^0.8.1",
|
|
81
82
|
"vite": "^7.3.1",
|
|
83
|
+
"vite-plugin-vue-meta-layouts": "^0.6.1",
|
|
82
84
|
"vitest": "^4.0.18",
|
|
83
85
|
"vue": "^3.5.27",
|
|
84
|
-
"vue-router": "^
|
|
86
|
+
"vue-router": "^5.0.0",
|
|
85
87
|
"vue-tsc": "^3.2.4"
|
|
86
88
|
},
|
|
87
89
|
"simple-git-hooks": {
|