vuetify 3.6.13 → 3.7.0-beta.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/json/attributes.json +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -57,16 +57,16 @@ declare const IconValue: PropType<IconValue>;
|
|
|
57
57
|
declare const VBtn: {
|
|
58
58
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
59
59
|
symbol: any;
|
|
60
|
-
flat: boolean;
|
|
61
60
|
replace: boolean;
|
|
61
|
+
flat: boolean;
|
|
62
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
63
|
+
exact: boolean;
|
|
64
|
+
block: boolean;
|
|
62
65
|
style: vue.StyleValue;
|
|
63
|
-
size: string | number;
|
|
64
66
|
disabled: boolean;
|
|
65
|
-
|
|
67
|
+
size: string | number;
|
|
66
68
|
readonly: boolean;
|
|
67
|
-
|
|
68
|
-
block: boolean;
|
|
69
|
-
exact: boolean;
|
|
69
|
+
tag: string;
|
|
70
70
|
tile: boolean;
|
|
71
71
|
density: Density;
|
|
72
72
|
slim: boolean;
|
|
@@ -75,29 +75,30 @@ declare const VBtn: {
|
|
|
75
75
|
class: string;
|
|
76
76
|
} | undefined;
|
|
77
77
|
} & {
|
|
78
|
-
|
|
79
|
-
text?: string | undefined;
|
|
80
|
-
value?: any;
|
|
81
|
-
width?: string | number | undefined;
|
|
78
|
+
location?: Anchor | undefined;
|
|
82
79
|
height?: string | number | undefined;
|
|
80
|
+
width?: string | number | undefined;
|
|
83
81
|
active?: boolean | undefined;
|
|
84
|
-
theme?: string | undefined;
|
|
85
|
-
href?: string | undefined;
|
|
86
|
-
color?: string | undefined;
|
|
87
|
-
loading?: string | boolean | undefined;
|
|
88
|
-
icon?: boolean | IconValue | undefined;
|
|
89
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
90
82
|
border?: string | number | boolean | undefined;
|
|
91
|
-
|
|
92
|
-
rounded?: string | number | boolean | undefined;
|
|
83
|
+
color?: string | undefined;
|
|
93
84
|
maxHeight?: string | number | undefined;
|
|
94
85
|
maxWidth?: string | number | undefined;
|
|
95
86
|
minHeight?: string | number | undefined;
|
|
96
87
|
minWidth?: string | number | undefined;
|
|
88
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
89
|
+
value?: any;
|
|
90
|
+
loading?: string | boolean | undefined;
|
|
91
|
+
text?: string | undefined;
|
|
92
|
+
class?: any;
|
|
93
|
+
icon?: boolean | IconValue | undefined;
|
|
94
|
+
href?: string | undefined;
|
|
97
95
|
elevation?: string | number | undefined;
|
|
98
|
-
|
|
96
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
97
|
+
theme?: string | undefined;
|
|
98
|
+
rounded?: string | number | boolean | undefined;
|
|
99
99
|
baseColor?: string | undefined;
|
|
100
100
|
selectedClass?: string | undefined;
|
|
101
|
+
activeColor?: string | undefined;
|
|
101
102
|
prependIcon?: IconValue | undefined;
|
|
102
103
|
appendIcon?: IconValue | undefined;
|
|
103
104
|
} & {
|
|
@@ -130,16 +131,16 @@ declare const VBtn: {
|
|
|
130
131
|
}) => true;
|
|
131
132
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
132
133
|
symbol: any;
|
|
133
|
-
flat: boolean;
|
|
134
134
|
replace: boolean;
|
|
135
|
+
flat: boolean;
|
|
136
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
137
|
+
exact: boolean;
|
|
138
|
+
block: boolean;
|
|
135
139
|
style: vue.StyleValue;
|
|
136
|
-
size: string | number;
|
|
137
140
|
disabled: boolean;
|
|
138
|
-
|
|
141
|
+
size: string | number;
|
|
139
142
|
readonly: boolean;
|
|
140
|
-
|
|
141
|
-
block: boolean;
|
|
142
|
-
exact: boolean;
|
|
143
|
+
tag: string;
|
|
143
144
|
tile: boolean;
|
|
144
145
|
density: Density;
|
|
145
146
|
slim: boolean;
|
|
@@ -148,29 +149,30 @@ declare const VBtn: {
|
|
|
148
149
|
class: string;
|
|
149
150
|
} | undefined;
|
|
150
151
|
} & {
|
|
151
|
-
|
|
152
|
-
text?: string | undefined;
|
|
153
|
-
value?: any;
|
|
154
|
-
width?: string | number | undefined;
|
|
152
|
+
location?: Anchor | undefined;
|
|
155
153
|
height?: string | number | undefined;
|
|
154
|
+
width?: string | number | undefined;
|
|
156
155
|
active?: boolean | undefined;
|
|
157
|
-
theme?: string | undefined;
|
|
158
|
-
href?: string | undefined;
|
|
159
|
-
color?: string | undefined;
|
|
160
|
-
loading?: string | boolean | undefined;
|
|
161
|
-
icon?: boolean | IconValue | undefined;
|
|
162
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
163
156
|
border?: string | number | boolean | undefined;
|
|
164
|
-
|
|
165
|
-
rounded?: string | number | boolean | undefined;
|
|
157
|
+
color?: string | undefined;
|
|
166
158
|
maxHeight?: string | number | undefined;
|
|
167
159
|
maxWidth?: string | number | undefined;
|
|
168
160
|
minHeight?: string | number | undefined;
|
|
169
161
|
minWidth?: string | number | undefined;
|
|
162
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
163
|
+
value?: any;
|
|
164
|
+
loading?: string | boolean | undefined;
|
|
165
|
+
text?: string | undefined;
|
|
166
|
+
class?: any;
|
|
167
|
+
icon?: boolean | IconValue | undefined;
|
|
168
|
+
href?: string | undefined;
|
|
170
169
|
elevation?: string | number | undefined;
|
|
171
|
-
|
|
170
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
171
|
+
theme?: string | undefined;
|
|
172
|
+
rounded?: string | number | boolean | undefined;
|
|
172
173
|
baseColor?: string | undefined;
|
|
173
174
|
selectedClass?: string | undefined;
|
|
175
|
+
activeColor?: string | undefined;
|
|
174
176
|
prependIcon?: IconValue | undefined;
|
|
175
177
|
appendIcon?: IconValue | undefined;
|
|
176
178
|
} & {
|
|
@@ -197,18 +199,18 @@ declare const VBtn: {
|
|
|
197
199
|
}) => any) | undefined;
|
|
198
200
|
}, {
|
|
199
201
|
symbol: any;
|
|
200
|
-
flat: boolean;
|
|
201
202
|
replace: boolean;
|
|
202
|
-
|
|
203
|
-
|
|
203
|
+
flat: boolean;
|
|
204
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
205
|
+
exact: boolean;
|
|
206
|
+
block: boolean;
|
|
204
207
|
active: boolean;
|
|
208
|
+
style: vue.StyleValue;
|
|
205
209
|
disabled: boolean;
|
|
206
|
-
|
|
210
|
+
size: string | number;
|
|
207
211
|
readonly: boolean;
|
|
212
|
+
tag: string;
|
|
208
213
|
rounded: string | number | boolean;
|
|
209
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
210
|
-
block: boolean;
|
|
211
|
-
exact: boolean;
|
|
212
214
|
tile: boolean;
|
|
213
215
|
density: Density;
|
|
214
216
|
slim: boolean;
|
|
@@ -238,16 +240,16 @@ declare const VBtn: {
|
|
|
238
240
|
Defaults: {};
|
|
239
241
|
}, {
|
|
240
242
|
symbol: any;
|
|
241
|
-
flat: boolean;
|
|
242
243
|
replace: boolean;
|
|
244
|
+
flat: boolean;
|
|
245
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
246
|
+
exact: boolean;
|
|
247
|
+
block: boolean;
|
|
243
248
|
style: vue.StyleValue;
|
|
244
|
-
size: string | number;
|
|
245
249
|
disabled: boolean;
|
|
246
|
-
|
|
250
|
+
size: string | number;
|
|
247
251
|
readonly: boolean;
|
|
248
|
-
|
|
249
|
-
block: boolean;
|
|
250
|
-
exact: boolean;
|
|
252
|
+
tag: string;
|
|
251
253
|
tile: boolean;
|
|
252
254
|
density: Density;
|
|
253
255
|
slim: boolean;
|
|
@@ -256,29 +258,30 @@ declare const VBtn: {
|
|
|
256
258
|
class: string;
|
|
257
259
|
} | undefined;
|
|
258
260
|
} & {
|
|
259
|
-
|
|
260
|
-
text?: string | undefined;
|
|
261
|
-
value?: any;
|
|
262
|
-
width?: string | number | undefined;
|
|
261
|
+
location?: Anchor | undefined;
|
|
263
262
|
height?: string | number | undefined;
|
|
263
|
+
width?: string | number | undefined;
|
|
264
264
|
active?: boolean | undefined;
|
|
265
|
-
theme?: string | undefined;
|
|
266
|
-
href?: string | undefined;
|
|
267
|
-
color?: string | undefined;
|
|
268
|
-
loading?: string | boolean | undefined;
|
|
269
|
-
icon?: boolean | IconValue | undefined;
|
|
270
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
271
265
|
border?: string | number | boolean | undefined;
|
|
272
|
-
|
|
273
|
-
rounded?: string | number | boolean | undefined;
|
|
266
|
+
color?: string | undefined;
|
|
274
267
|
maxHeight?: string | number | undefined;
|
|
275
268
|
maxWidth?: string | number | undefined;
|
|
276
269
|
minHeight?: string | number | undefined;
|
|
277
270
|
minWidth?: string | number | undefined;
|
|
271
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
272
|
+
value?: any;
|
|
273
|
+
loading?: string | boolean | undefined;
|
|
274
|
+
text?: string | undefined;
|
|
275
|
+
class?: any;
|
|
276
|
+
icon?: boolean | IconValue | undefined;
|
|
277
|
+
href?: string | undefined;
|
|
278
278
|
elevation?: string | number | undefined;
|
|
279
|
-
|
|
279
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
280
|
+
theme?: string | undefined;
|
|
281
|
+
rounded?: string | number | boolean | undefined;
|
|
280
282
|
baseColor?: string | undefined;
|
|
281
283
|
selectedClass?: string | undefined;
|
|
284
|
+
activeColor?: string | undefined;
|
|
282
285
|
prependIcon?: IconValue | undefined;
|
|
283
286
|
appendIcon?: IconValue | undefined;
|
|
284
287
|
} & {
|
|
@@ -307,18 +310,18 @@ declare const VBtn: {
|
|
|
307
310
|
group: GroupItemProvide | null;
|
|
308
311
|
}, {}, {}, {}, {
|
|
309
312
|
symbol: any;
|
|
310
|
-
flat: boolean;
|
|
311
313
|
replace: boolean;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
+
flat: boolean;
|
|
315
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
316
|
+
exact: boolean;
|
|
317
|
+
block: boolean;
|
|
314
318
|
active: boolean;
|
|
319
|
+
style: vue.StyleValue;
|
|
315
320
|
disabled: boolean;
|
|
316
|
-
|
|
321
|
+
size: string | number;
|
|
317
322
|
readonly: boolean;
|
|
323
|
+
tag: string;
|
|
318
324
|
rounded: string | number | boolean;
|
|
319
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
320
|
-
block: boolean;
|
|
321
|
-
exact: boolean;
|
|
322
325
|
tile: boolean;
|
|
323
326
|
density: Density;
|
|
324
327
|
slim: boolean;
|
|
@@ -332,16 +335,16 @@ declare const VBtn: {
|
|
|
332
335
|
__isSuspense?: undefined;
|
|
333
336
|
} & vue.ComponentOptionsBase<{
|
|
334
337
|
symbol: any;
|
|
335
|
-
flat: boolean;
|
|
336
338
|
replace: boolean;
|
|
339
|
+
flat: boolean;
|
|
340
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
341
|
+
exact: boolean;
|
|
342
|
+
block: boolean;
|
|
337
343
|
style: vue.StyleValue;
|
|
338
|
-
size: string | number;
|
|
339
344
|
disabled: boolean;
|
|
340
|
-
|
|
345
|
+
size: string | number;
|
|
341
346
|
readonly: boolean;
|
|
342
|
-
|
|
343
|
-
block: boolean;
|
|
344
|
-
exact: boolean;
|
|
347
|
+
tag: string;
|
|
345
348
|
tile: boolean;
|
|
346
349
|
density: Density;
|
|
347
350
|
slim: boolean;
|
|
@@ -350,29 +353,30 @@ declare const VBtn: {
|
|
|
350
353
|
class: string;
|
|
351
354
|
} | undefined;
|
|
352
355
|
} & {
|
|
353
|
-
|
|
354
|
-
text?: string | undefined;
|
|
355
|
-
value?: any;
|
|
356
|
-
width?: string | number | undefined;
|
|
356
|
+
location?: Anchor | undefined;
|
|
357
357
|
height?: string | number | undefined;
|
|
358
|
+
width?: string | number | undefined;
|
|
358
359
|
active?: boolean | undefined;
|
|
359
|
-
theme?: string | undefined;
|
|
360
|
-
href?: string | undefined;
|
|
361
|
-
color?: string | undefined;
|
|
362
|
-
loading?: string | boolean | undefined;
|
|
363
|
-
icon?: boolean | IconValue | undefined;
|
|
364
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
365
360
|
border?: string | number | boolean | undefined;
|
|
366
|
-
|
|
367
|
-
rounded?: string | number | boolean | undefined;
|
|
361
|
+
color?: string | undefined;
|
|
368
362
|
maxHeight?: string | number | undefined;
|
|
369
363
|
maxWidth?: string | number | undefined;
|
|
370
364
|
minHeight?: string | number | undefined;
|
|
371
365
|
minWidth?: string | number | undefined;
|
|
366
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
367
|
+
value?: any;
|
|
368
|
+
loading?: string | boolean | undefined;
|
|
369
|
+
text?: string | undefined;
|
|
370
|
+
class?: any;
|
|
371
|
+
icon?: boolean | IconValue | undefined;
|
|
372
|
+
href?: string | undefined;
|
|
372
373
|
elevation?: string | number | undefined;
|
|
373
|
-
|
|
374
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
375
|
+
theme?: string | undefined;
|
|
376
|
+
rounded?: string | number | boolean | undefined;
|
|
374
377
|
baseColor?: string | undefined;
|
|
375
378
|
selectedClass?: string | undefined;
|
|
379
|
+
activeColor?: string | undefined;
|
|
376
380
|
prependIcon?: IconValue | undefined;
|
|
377
381
|
appendIcon?: IconValue | undefined;
|
|
378
382
|
} & {
|
|
@@ -405,18 +409,18 @@ declare const VBtn: {
|
|
|
405
409
|
}) => true;
|
|
406
410
|
}, string, {
|
|
407
411
|
symbol: any;
|
|
408
|
-
flat: boolean;
|
|
409
412
|
replace: boolean;
|
|
410
|
-
|
|
411
|
-
|
|
413
|
+
flat: boolean;
|
|
414
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
415
|
+
exact: boolean;
|
|
416
|
+
block: boolean;
|
|
412
417
|
active: boolean;
|
|
418
|
+
style: vue.StyleValue;
|
|
413
419
|
disabled: boolean;
|
|
414
|
-
|
|
420
|
+
size: string | number;
|
|
415
421
|
readonly: boolean;
|
|
422
|
+
tag: string;
|
|
416
423
|
rounded: string | number | boolean;
|
|
417
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
418
|
-
block: boolean;
|
|
419
|
-
exact: boolean;
|
|
420
424
|
tile: boolean;
|
|
421
425
|
density: Density;
|
|
422
426
|
slim: boolean;
|
|
@@ -443,7 +447,7 @@ declare const VBtn: {
|
|
|
443
447
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
444
448
|
default: string;
|
|
445
449
|
validator: (v: any) => boolean;
|
|
446
|
-
}, "
|
|
450
|
+
}, "type" | "default"> & {
|
|
447
451
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
448
452
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
449
453
|
};
|
|
@@ -451,7 +455,7 @@ declare const VBtn: {
|
|
|
451
455
|
tag: Omit<{
|
|
452
456
|
type: StringConstructor;
|
|
453
457
|
default: string;
|
|
454
|
-
}, "
|
|
458
|
+
}, "type" | "default"> & {
|
|
455
459
|
type: PropType<string>;
|
|
456
460
|
default: string;
|
|
457
461
|
};
|
|
@@ -464,12 +468,12 @@ declare const VBtn: {
|
|
|
464
468
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
465
469
|
exact: BooleanConstructor;
|
|
466
470
|
rounded: {
|
|
467
|
-
type: (StringConstructor |
|
|
471
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
468
472
|
default: undefined;
|
|
469
473
|
};
|
|
470
474
|
tile: BooleanConstructor;
|
|
471
475
|
position: {
|
|
472
|
-
type: PropType<"fixed" | "absolute" | "
|
|
476
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
473
477
|
validator: (v: any) => boolean;
|
|
474
478
|
};
|
|
475
479
|
location: PropType<Anchor>;
|
|
@@ -497,11 +501,12 @@ declare const VBtn: {
|
|
|
497
501
|
type: PropType<vue.StyleValue>;
|
|
498
502
|
default: null;
|
|
499
503
|
};
|
|
500
|
-
border: (StringConstructor |
|
|
504
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
501
505
|
active: {
|
|
502
506
|
type: BooleanConstructor;
|
|
503
507
|
default: undefined;
|
|
504
508
|
};
|
|
509
|
+
activeColor: StringConstructor;
|
|
505
510
|
baseColor: StringConstructor;
|
|
506
511
|
symbol: {
|
|
507
512
|
type: null;
|
|
@@ -528,7 +533,7 @@ declare const VBtn: {
|
|
|
528
533
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
529
534
|
default: string;
|
|
530
535
|
validator: (v: any) => boolean;
|
|
531
|
-
}, "
|
|
536
|
+
}, "type" | "default"> & {
|
|
532
537
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
533
538
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
534
539
|
};
|
|
@@ -536,7 +541,7 @@ declare const VBtn: {
|
|
|
536
541
|
tag: Omit<{
|
|
537
542
|
type: StringConstructor;
|
|
538
543
|
default: string;
|
|
539
|
-
}, "
|
|
544
|
+
}, "type" | "default"> & {
|
|
540
545
|
type: PropType<string>;
|
|
541
546
|
default: string;
|
|
542
547
|
};
|
|
@@ -549,12 +554,12 @@ declare const VBtn: {
|
|
|
549
554
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
550
555
|
exact: BooleanConstructor;
|
|
551
556
|
rounded: {
|
|
552
|
-
type: (StringConstructor |
|
|
557
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
553
558
|
default: undefined;
|
|
554
559
|
};
|
|
555
560
|
tile: BooleanConstructor;
|
|
556
561
|
position: {
|
|
557
|
-
type: PropType<"fixed" | "absolute" | "
|
|
562
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
558
563
|
validator: (v: any) => boolean;
|
|
559
564
|
};
|
|
560
565
|
location: PropType<Anchor>;
|
|
@@ -582,11 +587,12 @@ declare const VBtn: {
|
|
|
582
587
|
type: PropType<vue.StyleValue>;
|
|
583
588
|
default: null;
|
|
584
589
|
};
|
|
585
|
-
border: (StringConstructor |
|
|
590
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
586
591
|
active: {
|
|
587
592
|
type: BooleanConstructor;
|
|
588
593
|
default: undefined;
|
|
589
594
|
};
|
|
595
|
+
activeColor: StringConstructor;
|
|
590
596
|
baseColor: StringConstructor;
|
|
591
597
|
symbol: {
|
|
592
598
|
type: null;
|
|
@@ -9,19 +9,19 @@ type Density = null | 'default' | 'comfortable' | 'compact';
|
|
|
9
9
|
|
|
10
10
|
declare const VBtnGroup: {
|
|
11
11
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
12
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
12
13
|
style: vue.StyleValue;
|
|
13
14
|
tag: string;
|
|
14
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
15
15
|
tile: boolean;
|
|
16
16
|
density: Density;
|
|
17
17
|
divided: boolean;
|
|
18
18
|
} & {
|
|
19
|
+
border?: string | number | boolean | undefined;
|
|
20
|
+
color?: string | undefined;
|
|
19
21
|
class?: any;
|
|
22
|
+
elevation?: string | number | undefined;
|
|
20
23
|
theme?: string | undefined;
|
|
21
|
-
color?: string | undefined;
|
|
22
|
-
border?: string | number | boolean | undefined;
|
|
23
24
|
rounded?: string | number | boolean | undefined;
|
|
24
|
-
elevation?: string | number | undefined;
|
|
25
25
|
baseColor?: string | undefined;
|
|
26
26
|
} & {
|
|
27
27
|
$children?: vue.VNodeChild | {
|
|
@@ -33,19 +33,19 @@ declare const VBtnGroup: {
|
|
|
33
33
|
} & {
|
|
34
34
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35
35
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
36
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
36
37
|
style: vue.StyleValue;
|
|
37
38
|
tag: string;
|
|
38
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
39
39
|
tile: boolean;
|
|
40
40
|
density: Density;
|
|
41
41
|
divided: boolean;
|
|
42
42
|
} & {
|
|
43
|
+
border?: string | number | boolean | undefined;
|
|
44
|
+
color?: string | undefined;
|
|
43
45
|
class?: any;
|
|
46
|
+
elevation?: string | number | undefined;
|
|
44
47
|
theme?: string | undefined;
|
|
45
|
-
color?: string | undefined;
|
|
46
|
-
border?: string | number | boolean | undefined;
|
|
47
48
|
rounded?: string | number | boolean | undefined;
|
|
48
|
-
elevation?: string | number | undefined;
|
|
49
49
|
baseColor?: string | undefined;
|
|
50
50
|
} & {
|
|
51
51
|
$children?: vue.VNodeChild | {
|
|
@@ -57,10 +57,10 @@ declare const VBtnGroup: {
|
|
|
57
57
|
} & {
|
|
58
58
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
59
59
|
}, {
|
|
60
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
60
61
|
style: vue.StyleValue;
|
|
61
62
|
tag: string;
|
|
62
63
|
rounded: string | number | boolean;
|
|
63
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
64
64
|
tile: boolean;
|
|
65
65
|
density: Density;
|
|
66
66
|
divided: boolean;
|
|
@@ -76,19 +76,19 @@ declare const VBtnGroup: {
|
|
|
76
76
|
M: {};
|
|
77
77
|
Defaults: {};
|
|
78
78
|
}, {
|
|
79
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
79
80
|
style: vue.StyleValue;
|
|
80
81
|
tag: string;
|
|
81
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
82
82
|
tile: boolean;
|
|
83
83
|
density: Density;
|
|
84
84
|
divided: boolean;
|
|
85
85
|
} & {
|
|
86
|
+
border?: string | number | boolean | undefined;
|
|
87
|
+
color?: string | undefined;
|
|
86
88
|
class?: any;
|
|
89
|
+
elevation?: string | number | undefined;
|
|
87
90
|
theme?: string | undefined;
|
|
88
|
-
color?: string | undefined;
|
|
89
|
-
border?: string | number | boolean | undefined;
|
|
90
91
|
rounded?: string | number | boolean | undefined;
|
|
91
|
-
elevation?: string | number | undefined;
|
|
92
92
|
baseColor?: string | undefined;
|
|
93
93
|
} & {
|
|
94
94
|
$children?: vue.VNodeChild | {
|
|
@@ -100,10 +100,10 @@ declare const VBtnGroup: {
|
|
|
100
100
|
} & {
|
|
101
101
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
102
102
|
}, {}, {}, {}, {}, {
|
|
103
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
103
104
|
style: vue.StyleValue;
|
|
104
105
|
tag: string;
|
|
105
106
|
rounded: string | number | boolean;
|
|
106
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
107
107
|
tile: boolean;
|
|
108
108
|
density: Density;
|
|
109
109
|
divided: boolean;
|
|
@@ -112,19 +112,19 @@ declare const VBtnGroup: {
|
|
|
112
112
|
__isTeleport?: undefined;
|
|
113
113
|
__isSuspense?: undefined;
|
|
114
114
|
} & vue.ComponentOptionsBase<{
|
|
115
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
115
116
|
style: vue.StyleValue;
|
|
116
117
|
tag: string;
|
|
117
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
118
118
|
tile: boolean;
|
|
119
119
|
density: Density;
|
|
120
120
|
divided: boolean;
|
|
121
121
|
} & {
|
|
122
|
+
border?: string | number | boolean | undefined;
|
|
123
|
+
color?: string | undefined;
|
|
122
124
|
class?: any;
|
|
125
|
+
elevation?: string | number | undefined;
|
|
123
126
|
theme?: string | undefined;
|
|
124
|
-
color?: string | undefined;
|
|
125
|
-
border?: string | number | boolean | undefined;
|
|
126
127
|
rounded?: string | number | boolean | undefined;
|
|
127
|
-
elevation?: string | number | undefined;
|
|
128
128
|
baseColor?: string | undefined;
|
|
129
129
|
} & {
|
|
130
130
|
$children?: vue.VNodeChild | {
|
|
@@ -136,10 +136,10 @@ declare const VBtnGroup: {
|
|
|
136
136
|
} & {
|
|
137
137
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
138
138
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
139
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
139
140
|
style: vue.StyleValue;
|
|
140
141
|
tag: string;
|
|
141
142
|
rounded: string | number | boolean;
|
|
142
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
143
143
|
tile: boolean;
|
|
144
144
|
density: Density;
|
|
145
145
|
divided: boolean;
|
|
@@ -160,7 +160,7 @@ declare const VBtnGroup: {
|
|
|
160
160
|
default: string;
|
|
161
161
|
};
|
|
162
162
|
rounded: {
|
|
163
|
-
type: (StringConstructor |
|
|
163
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
164
164
|
default: undefined;
|
|
165
165
|
};
|
|
166
166
|
tile: BooleanConstructor;
|
|
@@ -178,7 +178,7 @@ declare const VBtnGroup: {
|
|
|
178
178
|
type: vue.PropType<vue.StyleValue>;
|
|
179
179
|
default: null;
|
|
180
180
|
};
|
|
181
|
-
border: (StringConstructor |
|
|
181
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
182
182
|
baseColor: StringConstructor;
|
|
183
183
|
divided: BooleanConstructor;
|
|
184
184
|
}, vue.ExtractPropTypes<{
|
|
@@ -194,7 +194,7 @@ declare const VBtnGroup: {
|
|
|
194
194
|
default: string;
|
|
195
195
|
};
|
|
196
196
|
rounded: {
|
|
197
|
-
type: (StringConstructor |
|
|
197
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
198
198
|
default: undefined;
|
|
199
199
|
};
|
|
200
200
|
tile: BooleanConstructor;
|
|
@@ -212,7 +212,7 @@ declare const VBtnGroup: {
|
|
|
212
212
|
type: vue.PropType<vue.StyleValue>;
|
|
213
213
|
default: null;
|
|
214
214
|
};
|
|
215
|
-
border: (StringConstructor |
|
|
215
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
216
216
|
baseColor: StringConstructor;
|
|
217
217
|
divided: BooleanConstructor;
|
|
218
218
|
}>>;
|