@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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/CHANGELOG.md +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- 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 +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -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 +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- 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/index.d.mts +615 -609
- 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 +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- 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/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- 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/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- 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 +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- 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/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- 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 +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- 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 +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -45,27 +45,28 @@ interface GroupProvide {
|
|
45
45
|
declare const VFab: {
|
46
46
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
47
47
|
symbol: any;
|
48
|
-
flat: boolean;
|
49
48
|
replace: boolean;
|
50
|
-
|
51
|
-
|
52
|
-
active: boolean;
|
53
|
-
disabled: boolean;
|
54
|
-
tag: string;
|
55
|
-
layout: boolean;
|
49
|
+
flat: boolean;
|
50
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
56
51
|
offset: boolean;
|
57
|
-
|
52
|
+
exact: boolean;
|
58
53
|
absolute: boolean;
|
54
|
+
block: boolean;
|
55
|
+
active: boolean;
|
56
|
+
order: string | number;
|
59
57
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
60
58
|
component?: vue.Component | undefined;
|
61
59
|
})>;
|
60
|
+
style: vue.StyleValue;
|
61
|
+
disabled: boolean;
|
62
|
+
size: string | number;
|
62
63
|
readonly: boolean;
|
64
|
+
tag: string;
|
65
|
+
layout: boolean;
|
66
|
+
appear: boolean;
|
67
|
+
app: boolean;
|
63
68
|
modelValue: boolean;
|
64
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
65
|
-
block: boolean;
|
66
|
-
exact: boolean;
|
67
69
|
tile: boolean;
|
68
|
-
appear: boolean;
|
69
70
|
density: Density;
|
70
71
|
extended: boolean;
|
71
72
|
slim: boolean;
|
@@ -73,29 +74,28 @@ declare const VFab: {
|
|
73
74
|
ripple: boolean | {
|
74
75
|
class: string;
|
75
76
|
} | undefined;
|
76
|
-
app: boolean;
|
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;
|
83
|
-
|
84
|
-
href?: string | undefined;
|
85
|
-
color?: string | undefined;
|
80
|
+
width?: string | number | undefined;
|
86
81
|
name?: 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
101
|
activeColor?: string | undefined;
|
@@ -116,27 +116,28 @@ declare const VFab: {
|
|
116
116
|
'update:modelValue': (value: boolean) => boolean;
|
117
117
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
118
118
|
symbol: any;
|
119
|
-
flat: boolean;
|
120
119
|
replace: boolean;
|
121
|
-
|
122
|
-
|
123
|
-
active: boolean;
|
124
|
-
disabled: boolean;
|
125
|
-
tag: string;
|
126
|
-
layout: boolean;
|
120
|
+
flat: boolean;
|
121
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
127
122
|
offset: boolean;
|
128
|
-
|
123
|
+
exact: boolean;
|
129
124
|
absolute: boolean;
|
125
|
+
block: boolean;
|
126
|
+
active: boolean;
|
127
|
+
order: string | number;
|
130
128
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
131
129
|
component?: vue.Component | undefined;
|
132
130
|
})>;
|
131
|
+
style: vue.StyleValue;
|
132
|
+
disabled: boolean;
|
133
|
+
size: string | number;
|
133
134
|
readonly: boolean;
|
135
|
+
tag: string;
|
136
|
+
layout: boolean;
|
137
|
+
appear: boolean;
|
138
|
+
app: boolean;
|
134
139
|
modelValue: boolean;
|
135
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
136
|
-
block: boolean;
|
137
|
-
exact: boolean;
|
138
140
|
tile: boolean;
|
139
|
-
appear: boolean;
|
140
141
|
density: Density;
|
141
142
|
extended: boolean;
|
142
143
|
slim: boolean;
|
@@ -144,29 +145,28 @@ declare const VFab: {
|
|
144
145
|
ripple: boolean | {
|
145
146
|
class: string;
|
146
147
|
} | undefined;
|
147
|
-
app: boolean;
|
148
148
|
} & {
|
149
|
-
|
150
|
-
text?: string | undefined;
|
151
|
-
value?: any;
|
152
|
-
width?: string | number | undefined;
|
149
|
+
location?: Anchor | undefined;
|
153
150
|
height?: string | number | undefined;
|
154
|
-
|
155
|
-
href?: string | undefined;
|
156
|
-
color?: string | undefined;
|
151
|
+
width?: string | number | undefined;
|
157
152
|
name?: string | undefined;
|
158
|
-
loading?: string | boolean | undefined;
|
159
|
-
icon?: boolean | IconValue | undefined;
|
160
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
161
153
|
border?: string | number | boolean | undefined;
|
162
|
-
|
163
|
-
rounded?: string | number | boolean | undefined;
|
154
|
+
color?: string | undefined;
|
164
155
|
maxHeight?: string | number | undefined;
|
165
156
|
maxWidth?: string | number | undefined;
|
166
157
|
minHeight?: string | number | undefined;
|
167
158
|
minWidth?: string | number | undefined;
|
159
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
160
|
+
value?: any;
|
161
|
+
loading?: string | boolean | undefined;
|
162
|
+
text?: string | undefined;
|
163
|
+
class?: any;
|
164
|
+
icon?: boolean | IconValue | undefined;
|
165
|
+
href?: string | undefined;
|
168
166
|
elevation?: string | number | undefined;
|
169
|
-
|
167
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
168
|
+
theme?: string | undefined;
|
169
|
+
rounded?: string | number | boolean | undefined;
|
170
170
|
baseColor?: string | undefined;
|
171
171
|
selectedClass?: string | undefined;
|
172
172
|
activeColor?: string | undefined;
|
@@ -185,28 +185,29 @@ declare const VFab: {
|
|
185
185
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
186
186
|
}, {
|
187
187
|
symbol: any;
|
188
|
-
flat: boolean;
|
189
188
|
replace: boolean;
|
190
|
-
|
191
|
-
|
192
|
-
active: boolean;
|
193
|
-
disabled: boolean;
|
194
|
-
tag: string;
|
195
|
-
layout: boolean;
|
189
|
+
flat: boolean;
|
190
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
196
191
|
offset: boolean;
|
197
|
-
|
192
|
+
exact: boolean;
|
198
193
|
absolute: boolean;
|
194
|
+
block: boolean;
|
195
|
+
active: boolean;
|
196
|
+
order: string | number;
|
199
197
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
200
198
|
component?: vue.Component | undefined;
|
201
199
|
})>;
|
200
|
+
style: vue.StyleValue;
|
201
|
+
disabled: boolean;
|
202
|
+
size: string | number;
|
202
203
|
readonly: boolean;
|
204
|
+
tag: string;
|
205
|
+
layout: boolean;
|
206
|
+
appear: boolean;
|
207
|
+
app: boolean;
|
203
208
|
modelValue: boolean;
|
204
209
|
rounded: string | number | boolean;
|
205
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
206
|
-
block: boolean;
|
207
|
-
exact: boolean;
|
208
210
|
tile: boolean;
|
209
|
-
appear: boolean;
|
210
211
|
density: Density;
|
211
212
|
extended: boolean;
|
212
213
|
slim: boolean;
|
@@ -214,7 +215,6 @@ declare const VFab: {
|
|
214
215
|
ripple: boolean | {
|
215
216
|
class: string;
|
216
217
|
} | undefined;
|
217
|
-
app: boolean;
|
218
218
|
}, true, {}, vue.SlotsType<Partial<{
|
219
219
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
220
220
|
[key: string]: any;
|
@@ -228,27 +228,28 @@ declare const VFab: {
|
|
228
228
|
Defaults: {};
|
229
229
|
}, {
|
230
230
|
symbol: any;
|
231
|
-
flat: boolean;
|
232
231
|
replace: boolean;
|
233
|
-
|
234
|
-
|
235
|
-
active: boolean;
|
236
|
-
disabled: boolean;
|
237
|
-
tag: string;
|
238
|
-
layout: boolean;
|
232
|
+
flat: boolean;
|
233
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
239
234
|
offset: boolean;
|
240
|
-
|
235
|
+
exact: boolean;
|
241
236
|
absolute: boolean;
|
237
|
+
block: boolean;
|
238
|
+
active: boolean;
|
239
|
+
order: string | number;
|
242
240
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
243
241
|
component?: vue.Component | undefined;
|
244
242
|
})>;
|
243
|
+
style: vue.StyleValue;
|
244
|
+
disabled: boolean;
|
245
|
+
size: string | number;
|
245
246
|
readonly: boolean;
|
247
|
+
tag: string;
|
248
|
+
layout: boolean;
|
249
|
+
appear: boolean;
|
250
|
+
app: boolean;
|
246
251
|
modelValue: boolean;
|
247
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
248
|
-
block: boolean;
|
249
|
-
exact: boolean;
|
250
252
|
tile: boolean;
|
251
|
-
appear: boolean;
|
252
253
|
density: Density;
|
253
254
|
extended: boolean;
|
254
255
|
slim: boolean;
|
@@ -256,29 +257,28 @@ declare const VFab: {
|
|
256
257
|
ripple: boolean | {
|
257
258
|
class: string;
|
258
259
|
} | undefined;
|
259
|
-
app: boolean;
|
260
260
|
} & {
|
261
|
-
|
262
|
-
text?: string | undefined;
|
263
|
-
value?: any;
|
264
|
-
width?: string | number | undefined;
|
261
|
+
location?: Anchor | undefined;
|
265
262
|
height?: string | number | undefined;
|
266
|
-
|
267
|
-
href?: string | undefined;
|
268
|
-
color?: string | undefined;
|
263
|
+
width?: string | number | undefined;
|
269
264
|
name?: string | undefined;
|
270
|
-
loading?: string | boolean | undefined;
|
271
|
-
icon?: boolean | IconValue | undefined;
|
272
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
273
265
|
border?: string | number | boolean | undefined;
|
274
|
-
|
275
|
-
rounded?: string | number | boolean | undefined;
|
266
|
+
color?: string | undefined;
|
276
267
|
maxHeight?: string | number | undefined;
|
277
268
|
maxWidth?: string | number | undefined;
|
278
269
|
minHeight?: string | number | undefined;
|
279
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;
|
280
278
|
elevation?: string | number | undefined;
|
281
|
-
|
279
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
280
|
+
theme?: string | undefined;
|
281
|
+
rounded?: string | number | boolean | undefined;
|
282
282
|
baseColor?: string | undefined;
|
283
283
|
selectedClass?: string | undefined;
|
284
284
|
activeColor?: string | undefined;
|
@@ -297,28 +297,29 @@ declare const VFab: {
|
|
297
297
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
298
298
|
}, {}, {}, {}, {}, {
|
299
299
|
symbol: any;
|
300
|
-
flat: boolean;
|
301
300
|
replace: boolean;
|
302
|
-
|
303
|
-
|
304
|
-
active: boolean;
|
305
|
-
disabled: boolean;
|
306
|
-
tag: string;
|
307
|
-
layout: boolean;
|
301
|
+
flat: boolean;
|
302
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
308
303
|
offset: boolean;
|
309
|
-
|
304
|
+
exact: boolean;
|
310
305
|
absolute: boolean;
|
306
|
+
block: boolean;
|
307
|
+
active: boolean;
|
308
|
+
order: string | number;
|
311
309
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
312
310
|
component?: vue.Component | undefined;
|
313
311
|
})>;
|
312
|
+
style: vue.StyleValue;
|
313
|
+
disabled: boolean;
|
314
|
+
size: string | number;
|
314
315
|
readonly: boolean;
|
316
|
+
tag: string;
|
317
|
+
layout: boolean;
|
318
|
+
appear: boolean;
|
319
|
+
app: boolean;
|
315
320
|
modelValue: boolean;
|
316
321
|
rounded: string | number | boolean;
|
317
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
318
|
-
block: boolean;
|
319
|
-
exact: boolean;
|
320
322
|
tile: boolean;
|
321
|
-
appear: boolean;
|
322
323
|
density: Density;
|
323
324
|
extended: boolean;
|
324
325
|
slim: boolean;
|
@@ -326,34 +327,34 @@ declare const VFab: {
|
|
326
327
|
ripple: boolean | {
|
327
328
|
class: string;
|
328
329
|
} | undefined;
|
329
|
-
app: boolean;
|
330
330
|
}>;
|
331
331
|
__isFragment?: undefined;
|
332
332
|
__isTeleport?: undefined;
|
333
333
|
__isSuspense?: undefined;
|
334
334
|
} & vue.ComponentOptionsBase<{
|
335
335
|
symbol: any;
|
336
|
-
flat: boolean;
|
337
336
|
replace: boolean;
|
338
|
-
|
339
|
-
|
340
|
-
active: boolean;
|
341
|
-
disabled: boolean;
|
342
|
-
tag: string;
|
343
|
-
layout: boolean;
|
337
|
+
flat: boolean;
|
338
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
344
339
|
offset: boolean;
|
345
|
-
|
340
|
+
exact: boolean;
|
346
341
|
absolute: boolean;
|
342
|
+
block: boolean;
|
343
|
+
active: boolean;
|
344
|
+
order: string | number;
|
347
345
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
348
346
|
component?: vue.Component | undefined;
|
349
347
|
})>;
|
348
|
+
style: vue.StyleValue;
|
349
|
+
disabled: boolean;
|
350
|
+
size: string | number;
|
350
351
|
readonly: boolean;
|
352
|
+
tag: string;
|
353
|
+
layout: boolean;
|
354
|
+
appear: boolean;
|
355
|
+
app: boolean;
|
351
356
|
modelValue: boolean;
|
352
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
353
|
-
block: boolean;
|
354
|
-
exact: boolean;
|
355
357
|
tile: boolean;
|
356
|
-
appear: boolean;
|
357
358
|
density: Density;
|
358
359
|
extended: boolean;
|
359
360
|
slim: boolean;
|
@@ -361,29 +362,28 @@ declare const VFab: {
|
|
361
362
|
ripple: boolean | {
|
362
363
|
class: string;
|
363
364
|
} | undefined;
|
364
|
-
app: boolean;
|
365
365
|
} & {
|
366
|
-
|
367
|
-
text?: string | undefined;
|
368
|
-
value?: any;
|
369
|
-
width?: string | number | undefined;
|
366
|
+
location?: Anchor | undefined;
|
370
367
|
height?: string | number | undefined;
|
371
|
-
|
372
|
-
href?: string | undefined;
|
373
|
-
color?: string | undefined;
|
368
|
+
width?: string | number | undefined;
|
374
369
|
name?: string | undefined;
|
375
|
-
loading?: string | boolean | undefined;
|
376
|
-
icon?: boolean | IconValue | undefined;
|
377
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
378
370
|
border?: string | number | boolean | undefined;
|
379
|
-
|
380
|
-
rounded?: string | number | boolean | undefined;
|
371
|
+
color?: string | undefined;
|
381
372
|
maxHeight?: string | number | undefined;
|
382
373
|
maxWidth?: string | number | undefined;
|
383
374
|
minHeight?: string | number | undefined;
|
384
375
|
minWidth?: string | number | undefined;
|
376
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
377
|
+
value?: any;
|
378
|
+
loading?: string | boolean | undefined;
|
379
|
+
text?: string | undefined;
|
380
|
+
class?: any;
|
381
|
+
icon?: boolean | IconValue | undefined;
|
382
|
+
href?: string | undefined;
|
385
383
|
elevation?: string | number | undefined;
|
386
|
-
|
384
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
385
|
+
theme?: string | undefined;
|
386
|
+
rounded?: string | number | boolean | undefined;
|
387
387
|
baseColor?: string | undefined;
|
388
388
|
selectedClass?: string | undefined;
|
389
389
|
activeColor?: string | undefined;
|
@@ -404,28 +404,29 @@ declare const VFab: {
|
|
404
404
|
'update:modelValue': (value: boolean) => boolean;
|
405
405
|
}, string, {
|
406
406
|
symbol: any;
|
407
|
-
flat: boolean;
|
408
407
|
replace: boolean;
|
409
|
-
|
410
|
-
|
411
|
-
active: boolean;
|
412
|
-
disabled: boolean;
|
413
|
-
tag: string;
|
414
|
-
layout: boolean;
|
408
|
+
flat: boolean;
|
409
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
415
410
|
offset: boolean;
|
416
|
-
|
411
|
+
exact: boolean;
|
417
412
|
absolute: boolean;
|
413
|
+
block: boolean;
|
414
|
+
active: boolean;
|
415
|
+
order: string | number;
|
418
416
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
419
417
|
component?: vue.Component | undefined;
|
420
418
|
})>;
|
419
|
+
style: vue.StyleValue;
|
420
|
+
disabled: boolean;
|
421
|
+
size: string | number;
|
421
422
|
readonly: boolean;
|
423
|
+
tag: string;
|
424
|
+
layout: boolean;
|
425
|
+
appear: boolean;
|
426
|
+
app: boolean;
|
422
427
|
modelValue: boolean;
|
423
428
|
rounded: string | number | boolean;
|
424
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
425
|
-
block: boolean;
|
426
|
-
exact: boolean;
|
427
429
|
tile: boolean;
|
428
|
-
appear: boolean;
|
429
430
|
density: Density;
|
430
431
|
extended: boolean;
|
431
432
|
slim: boolean;
|
@@ -433,7 +434,6 @@ declare const VFab: {
|
|
433
434
|
ripple: boolean | {
|
434
435
|
class: string;
|
435
436
|
} | undefined;
|
436
|
-
app: boolean;
|
437
437
|
}, {}, string, vue.SlotsType<Partial<{
|
438
438
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
439
439
|
[key: string]: any;
|
@@ -445,7 +445,7 @@ declare const VFab: {
|
|
445
445
|
})>;
|
446
446
|
default: string;
|
447
447
|
validator: (val: unknown) => boolean;
|
448
|
-
}, "
|
448
|
+
}, "type" | "default"> & {
|
449
449
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
450
450
|
component?: vue.Component | undefined;
|
451
451
|
})>>;
|
@@ -466,71 +466,71 @@ declare const VFab: {
|
|
466
466
|
type: null;
|
467
467
|
default: vue.InjectionKey<GroupProvide>;
|
468
468
|
};
|
469
|
-
flat: BooleanConstructor;
|
470
469
|
replace: BooleanConstructor;
|
471
|
-
|
472
|
-
|
473
|
-
type: vue.PropType<
|
474
|
-
default: null;
|
475
|
-
};
|
476
|
-
size: {
|
477
|
-
type: (StringConstructor | NumberConstructor)[];
|
470
|
+
flat: BooleanConstructor;
|
471
|
+
variant: Omit<{
|
472
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
478
473
|
default: string;
|
474
|
+
validator: (v: any) => boolean;
|
475
|
+
}, "type" | "default"> & {
|
476
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
477
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
479
478
|
};
|
480
|
-
|
481
|
-
|
482
|
-
width: (StringConstructor | NumberConstructor)[];
|
479
|
+
exact: BooleanConstructor;
|
480
|
+
block: BooleanConstructor;
|
483
481
|
height: (StringConstructor | NumberConstructor)[];
|
482
|
+
width: (StringConstructor | NumberConstructor)[];
|
484
483
|
active: Omit<{
|
485
484
|
type: BooleanConstructor;
|
486
485
|
default: undefined;
|
487
|
-
}, "
|
486
|
+
}, "type" | "default"> & {
|
488
487
|
type: vue.PropType<boolean>;
|
489
488
|
default: boolean;
|
490
489
|
};
|
491
|
-
|
492
|
-
href: StringConstructor;
|
490
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
493
491
|
color: StringConstructor;
|
492
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
493
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
494
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
495
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
496
|
+
position: {
|
497
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
498
|
+
validator: (v: any) => boolean;
|
499
|
+
};
|
500
|
+
value: null;
|
501
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
502
|
+
style: {
|
503
|
+
type: vue.PropType<vue.StyleValue>;
|
504
|
+
default: null;
|
505
|
+
};
|
506
|
+
text: StringConstructor;
|
494
507
|
disabled: BooleanConstructor;
|
508
|
+
size: {
|
509
|
+
type: (StringConstructor | NumberConstructor)[];
|
510
|
+
default: string;
|
511
|
+
};
|
512
|
+
readonly: BooleanConstructor;
|
513
|
+
class: vue.PropType<any>;
|
495
514
|
tag: Omit<{
|
496
515
|
type: StringConstructor;
|
497
516
|
default: string;
|
498
|
-
}, "
|
517
|
+
}, "type" | "default"> & {
|
499
518
|
type: vue.PropType<string>;
|
500
519
|
default: string;
|
501
520
|
};
|
502
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
503
521
|
icon: vue.PropType<boolean | IconValue>;
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
validator: (v: any) => boolean;
|
522
|
+
href: StringConstructor;
|
523
|
+
elevation: {
|
524
|
+
type: (StringConstructor | NumberConstructor)[];
|
525
|
+
validator(v: any): boolean;
|
509
526
|
};
|
510
|
-
|
527
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
528
|
+
theme: StringConstructor;
|
511
529
|
rounded: {
|
512
|
-
type: (StringConstructor |
|
530
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
513
531
|
default: undefined;
|
514
532
|
};
|
515
|
-
variant: Omit<{
|
516
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
517
|
-
default: string;
|
518
|
-
validator: (v: any) => boolean;
|
519
|
-
}, "default" | "type"> & {
|
520
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
521
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
522
|
-
};
|
523
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
524
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
525
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
526
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
527
|
-
block: BooleanConstructor;
|
528
|
-
exact: BooleanConstructor;
|
529
533
|
tile: BooleanConstructor;
|
530
|
-
elevation: {
|
531
|
-
type: (StringConstructor | NumberConstructor)[];
|
532
|
-
validator(v: any): boolean;
|
533
|
-
};
|
534
534
|
density: {
|
535
535
|
type: vue.PropType<Density>;
|
536
536
|
default: string;
|
@@ -565,7 +565,7 @@ declare const VFab: {
|
|
565
565
|
})>;
|
566
566
|
default: string;
|
567
567
|
validator: (val: unknown) => boolean;
|
568
|
-
}, "
|
568
|
+
}, "type" | "default"> & {
|
569
569
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
570
570
|
component?: vue.Component | undefined;
|
571
571
|
})>>;
|
@@ -586,71 +586,71 @@ declare const VFab: {
|
|
586
586
|
type: null;
|
587
587
|
default: vue.InjectionKey<GroupProvide>;
|
588
588
|
};
|
589
|
-
flat: BooleanConstructor;
|
590
589
|
replace: BooleanConstructor;
|
591
|
-
|
592
|
-
|
593
|
-
type: vue.PropType<
|
594
|
-
default: null;
|
595
|
-
};
|
596
|
-
size: {
|
597
|
-
type: (StringConstructor | NumberConstructor)[];
|
590
|
+
flat: BooleanConstructor;
|
591
|
+
variant: Omit<{
|
592
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
598
593
|
default: string;
|
594
|
+
validator: (v: any) => boolean;
|
595
|
+
}, "type" | "default"> & {
|
596
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
597
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
599
598
|
};
|
600
|
-
|
601
|
-
|
602
|
-
width: (StringConstructor | NumberConstructor)[];
|
599
|
+
exact: BooleanConstructor;
|
600
|
+
block: BooleanConstructor;
|
603
601
|
height: (StringConstructor | NumberConstructor)[];
|
602
|
+
width: (StringConstructor | NumberConstructor)[];
|
604
603
|
active: Omit<{
|
605
604
|
type: BooleanConstructor;
|
606
605
|
default: undefined;
|
607
|
-
}, "
|
606
|
+
}, "type" | "default"> & {
|
608
607
|
type: vue.PropType<boolean>;
|
609
608
|
default: boolean;
|
610
609
|
};
|
611
|
-
|
612
|
-
href: StringConstructor;
|
610
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
613
611
|
color: StringConstructor;
|
612
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
613
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
614
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
615
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
616
|
+
position: {
|
617
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
618
|
+
validator: (v: any) => boolean;
|
619
|
+
};
|
620
|
+
value: null;
|
621
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
622
|
+
style: {
|
623
|
+
type: vue.PropType<vue.StyleValue>;
|
624
|
+
default: null;
|
625
|
+
};
|
626
|
+
text: StringConstructor;
|
614
627
|
disabled: BooleanConstructor;
|
628
|
+
size: {
|
629
|
+
type: (StringConstructor | NumberConstructor)[];
|
630
|
+
default: string;
|
631
|
+
};
|
632
|
+
readonly: BooleanConstructor;
|
633
|
+
class: vue.PropType<any>;
|
615
634
|
tag: Omit<{
|
616
635
|
type: StringConstructor;
|
617
636
|
default: string;
|
618
|
-
}, "
|
637
|
+
}, "type" | "default"> & {
|
619
638
|
type: vue.PropType<string>;
|
620
639
|
default: string;
|
621
640
|
};
|
622
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
623
641
|
icon: vue.PropType<boolean | IconValue>;
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
validator: (v: any) => boolean;
|
642
|
+
href: StringConstructor;
|
643
|
+
elevation: {
|
644
|
+
type: (StringConstructor | NumberConstructor)[];
|
645
|
+
validator(v: any): boolean;
|
629
646
|
};
|
630
|
-
|
647
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
648
|
+
theme: StringConstructor;
|
631
649
|
rounded: {
|
632
|
-
type: (StringConstructor |
|
650
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
633
651
|
default: undefined;
|
634
652
|
};
|
635
|
-
variant: Omit<{
|
636
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
637
|
-
default: string;
|
638
|
-
validator: (v: any) => boolean;
|
639
|
-
}, "default" | "type"> & {
|
640
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
641
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
642
|
-
};
|
643
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
644
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
645
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
646
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
647
|
-
block: BooleanConstructor;
|
648
|
-
exact: BooleanConstructor;
|
649
653
|
tile: BooleanConstructor;
|
650
|
-
elevation: {
|
651
|
-
type: (StringConstructor | NumberConstructor)[];
|
652
|
-
validator(v: any): boolean;
|
653
|
-
};
|
654
654
|
density: {
|
655
655
|
type: vue.PropType<Density>;
|
656
656
|
default: string;
|