@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 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 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2433 -2435
- 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 +738 -740
- package/dist/vuetify.d.ts +10490 -10401
- 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 +81 -80
- 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/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -60,14 +60,14 @@ declare const VBreadcrumbs: {
|
|
60
60
|
tile: boolean;
|
61
61
|
density: Density;
|
62
62
|
} & {
|
63
|
-
class?: any;
|
64
63
|
color?: string | undefined;
|
64
|
+
class?: any;
|
65
65
|
icon?: IconValue | undefined;
|
66
66
|
rounded?: string | number | boolean | undefined;
|
67
67
|
bgColor?: string | undefined;
|
68
68
|
activeColor?: string | undefined;
|
69
69
|
activeClass?: string | undefined;
|
70
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "
|
70
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
71
71
|
style: vue.StyleValue;
|
72
72
|
disabled: boolean;
|
73
73
|
tag: string;
|
@@ -75,8 +75,8 @@ declare const VBreadcrumbs: {
|
|
75
75
|
tile: boolean;
|
76
76
|
density: Density;
|
77
77
|
} & {
|
78
|
-
class?: any;
|
79
78
|
color?: string | undefined;
|
79
|
+
class?: any;
|
80
80
|
icon?: IconValue | undefined;
|
81
81
|
rounded?: string | number | boolean | undefined;
|
82
82
|
bgColor?: string | undefined;
|
@@ -130,8 +130,8 @@ declare const VBreadcrumbs: {
|
|
130
130
|
tile: boolean;
|
131
131
|
density: Density;
|
132
132
|
} & {
|
133
|
-
class?: any;
|
134
133
|
color?: string | undefined;
|
134
|
+
class?: any;
|
135
135
|
icon?: IconValue | undefined;
|
136
136
|
rounded?: string | number | boolean | undefined;
|
137
137
|
bgColor?: string | undefined;
|
@@ -157,14 +157,14 @@ declare const VBreadcrumbs: {
|
|
157
157
|
tile: boolean;
|
158
158
|
density: Density;
|
159
159
|
} & {
|
160
|
-
class?: any;
|
161
160
|
color?: string | undefined;
|
161
|
+
class?: any;
|
162
162
|
icon?: IconValue | undefined;
|
163
163
|
rounded?: string | number | boolean | undefined;
|
164
164
|
bgColor?: string | undefined;
|
165
165
|
activeColor?: string | undefined;
|
166
166
|
activeClass?: string | undefined;
|
167
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "
|
167
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, string, {
|
168
168
|
style: vue.StyleValue;
|
169
169
|
disabled: boolean;
|
170
170
|
tag: string;
|
@@ -235,12 +235,12 @@ declare const VBreadcrumbs: {
|
|
235
235
|
tag: Omit<{
|
236
236
|
type: StringConstructor;
|
237
237
|
default: string;
|
238
|
-
}, "
|
238
|
+
}, "type" | "default"> & {
|
239
239
|
type: PropType<string>;
|
240
240
|
default: string;
|
241
241
|
};
|
242
242
|
rounded: {
|
243
|
-
type: (StringConstructor |
|
243
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
244
244
|
default: undefined;
|
245
245
|
};
|
246
246
|
tile: BooleanConstructor;
|
@@ -272,12 +272,12 @@ declare const VBreadcrumbs: {
|
|
272
272
|
tag: Omit<{
|
273
273
|
type: StringConstructor;
|
274
274
|
default: string;
|
275
|
-
}, "
|
275
|
+
}, "type" | "default"> & {
|
276
276
|
type: PropType<string>;
|
277
277
|
default: string;
|
278
278
|
};
|
279
279
|
rounded: {
|
280
|
-
type: (StringConstructor |
|
280
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
281
281
|
default: undefined;
|
282
282
|
};
|
283
283
|
tile: BooleanConstructor;
|
@@ -311,16 +311,16 @@ type VBreadcrumbs = InstanceType<typeof VBreadcrumbs>;
|
|
311
311
|
declare const VBreadcrumbsItem: {
|
312
312
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
313
313
|
replace: boolean;
|
314
|
-
|
314
|
+
exact: boolean;
|
315
315
|
active: boolean;
|
316
|
+
style: vue.StyleValue;
|
316
317
|
disabled: boolean;
|
317
318
|
tag: string;
|
318
|
-
exact: boolean;
|
319
319
|
} & {
|
320
|
-
|
320
|
+
color?: string | undefined;
|
321
321
|
title?: string | undefined;
|
322
|
+
class?: any;
|
322
323
|
href?: string | undefined;
|
323
|
-
color?: string | undefined;
|
324
324
|
to?: vue_router.RouteLocationRaw | undefined;
|
325
325
|
activeColor?: string | undefined;
|
326
326
|
activeClass?: string | undefined;
|
@@ -335,16 +335,16 @@ declare const VBreadcrumbsItem: {
|
|
335
335
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
336
336
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
337
337
|
replace: boolean;
|
338
|
-
|
338
|
+
exact: boolean;
|
339
339
|
active: boolean;
|
340
|
+
style: vue.StyleValue;
|
340
341
|
disabled: boolean;
|
341
342
|
tag: string;
|
342
|
-
exact: boolean;
|
343
343
|
} & {
|
344
|
-
|
344
|
+
color?: string | undefined;
|
345
345
|
title?: string | undefined;
|
346
|
+
class?: any;
|
346
347
|
href?: string | undefined;
|
347
|
-
color?: string | undefined;
|
348
348
|
to?: vue_router.RouteLocationRaw | undefined;
|
349
349
|
activeColor?: string | undefined;
|
350
350
|
activeClass?: string | undefined;
|
@@ -359,11 +359,11 @@ declare const VBreadcrumbsItem: {
|
|
359
359
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
360
360
|
}, {
|
361
361
|
replace: boolean;
|
362
|
-
|
362
|
+
exact: boolean;
|
363
363
|
active: boolean;
|
364
|
+
style: vue.StyleValue;
|
364
365
|
disabled: boolean;
|
365
366
|
tag: string;
|
366
|
-
exact: boolean;
|
367
367
|
}, true, {}, vue.SlotsType<Partial<{
|
368
368
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
369
369
|
[key: string]: any;
|
@@ -377,16 +377,16 @@ declare const VBreadcrumbsItem: {
|
|
377
377
|
Defaults: {};
|
378
378
|
}, {
|
379
379
|
replace: boolean;
|
380
|
-
|
380
|
+
exact: boolean;
|
381
381
|
active: boolean;
|
382
|
+
style: vue.StyleValue;
|
382
383
|
disabled: boolean;
|
383
384
|
tag: string;
|
384
|
-
exact: boolean;
|
385
385
|
} & {
|
386
|
-
|
386
|
+
color?: string | undefined;
|
387
387
|
title?: string | undefined;
|
388
|
+
class?: any;
|
388
389
|
href?: string | undefined;
|
389
|
-
color?: string | undefined;
|
390
390
|
to?: vue_router.RouteLocationRaw | undefined;
|
391
391
|
activeColor?: string | undefined;
|
392
392
|
activeClass?: string | undefined;
|
@@ -401,27 +401,27 @@ declare const VBreadcrumbsItem: {
|
|
401
401
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
402
402
|
}, {}, {}, {}, {}, {
|
403
403
|
replace: boolean;
|
404
|
-
|
404
|
+
exact: boolean;
|
405
405
|
active: boolean;
|
406
|
+
style: vue.StyleValue;
|
406
407
|
disabled: boolean;
|
407
408
|
tag: string;
|
408
|
-
exact: boolean;
|
409
409
|
}>;
|
410
410
|
__isFragment?: undefined;
|
411
411
|
__isTeleport?: undefined;
|
412
412
|
__isSuspense?: undefined;
|
413
413
|
} & vue.ComponentOptionsBase<{
|
414
414
|
replace: boolean;
|
415
|
-
|
415
|
+
exact: boolean;
|
416
416
|
active: boolean;
|
417
|
+
style: vue.StyleValue;
|
417
418
|
disabled: boolean;
|
418
419
|
tag: string;
|
419
|
-
exact: boolean;
|
420
420
|
} & {
|
421
|
-
|
421
|
+
color?: string | undefined;
|
422
422
|
title?: string | undefined;
|
423
|
+
class?: any;
|
423
424
|
href?: string | undefined;
|
424
|
-
color?: string | undefined;
|
425
425
|
to?: vue_router.RouteLocationRaw | undefined;
|
426
426
|
activeColor?: string | undefined;
|
427
427
|
activeClass?: string | undefined;
|
@@ -436,11 +436,11 @@ declare const VBreadcrumbsItem: {
|
|
436
436
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
437
437
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
438
438
|
replace: boolean;
|
439
|
-
|
439
|
+
exact: boolean;
|
440
440
|
active: boolean;
|
441
|
+
style: vue.StyleValue;
|
441
442
|
disabled: boolean;
|
442
443
|
tag: string;
|
443
|
-
exact: boolean;
|
444
444
|
}, {}, string, vue.SlotsType<Partial<{
|
445
445
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
446
446
|
[key: string]: any;
|
@@ -449,7 +449,7 @@ declare const VBreadcrumbsItem: {
|
|
449
449
|
tag: Omit<{
|
450
450
|
type: StringConstructor;
|
451
451
|
default: string;
|
452
|
-
}, "
|
452
|
+
}, "type" | "default"> & {
|
453
453
|
type: vue.PropType<string>;
|
454
454
|
default: string;
|
455
455
|
};
|
@@ -472,7 +472,7 @@ declare const VBreadcrumbsItem: {
|
|
472
472
|
tag: Omit<{
|
473
473
|
type: StringConstructor;
|
474
474
|
default: string;
|
475
|
-
}, "
|
475
|
+
}, "type" | "default"> & {
|
476
476
|
type: vue.PropType<string>;
|
477
477
|
default: string;
|
478
478
|
};
|
@@ -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,27 +75,27 @@ 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
101
|
activeColor?: string | undefined;
|
@@ -131,16 +131,16 @@ declare const VBtn: {
|
|
131
131
|
}) => true;
|
132
132
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
133
133
|
symbol: any;
|
134
|
-
flat: boolean;
|
135
134
|
replace: boolean;
|
135
|
+
flat: boolean;
|
136
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
137
|
+
exact: boolean;
|
138
|
+
block: boolean;
|
136
139
|
style: vue.StyleValue;
|
137
|
-
size: string | number;
|
138
140
|
disabled: boolean;
|
139
|
-
|
141
|
+
size: string | number;
|
140
142
|
readonly: boolean;
|
141
|
-
|
142
|
-
block: boolean;
|
143
|
-
exact: boolean;
|
143
|
+
tag: string;
|
144
144
|
tile: boolean;
|
145
145
|
density: Density;
|
146
146
|
slim: boolean;
|
@@ -149,27 +149,27 @@ declare const VBtn: {
|
|
149
149
|
class: string;
|
150
150
|
} | undefined;
|
151
151
|
} & {
|
152
|
-
|
153
|
-
text?: string | undefined;
|
154
|
-
value?: any;
|
155
|
-
width?: string | number | undefined;
|
152
|
+
location?: Anchor | undefined;
|
156
153
|
height?: string | number | undefined;
|
154
|
+
width?: string | number | undefined;
|
157
155
|
active?: boolean | undefined;
|
158
|
-
theme?: string | undefined;
|
159
|
-
href?: string | undefined;
|
160
|
-
color?: string | undefined;
|
161
|
-
loading?: string | boolean | undefined;
|
162
|
-
icon?: boolean | IconValue | undefined;
|
163
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
164
156
|
border?: string | number | boolean | undefined;
|
165
|
-
|
166
|
-
rounded?: string | number | boolean | undefined;
|
157
|
+
color?: string | undefined;
|
167
158
|
maxHeight?: string | number | undefined;
|
168
159
|
maxWidth?: string | number | undefined;
|
169
160
|
minHeight?: string | number | undefined;
|
170
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;
|
171
169
|
elevation?: string | number | undefined;
|
172
|
-
|
170
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
171
|
+
theme?: string | undefined;
|
172
|
+
rounded?: string | number | boolean | undefined;
|
173
173
|
baseColor?: string | undefined;
|
174
174
|
selectedClass?: string | undefined;
|
175
175
|
activeColor?: string | undefined;
|
@@ -199,18 +199,18 @@ declare const VBtn: {
|
|
199
199
|
}) => any) | undefined;
|
200
200
|
}, {
|
201
201
|
symbol: any;
|
202
|
-
flat: boolean;
|
203
202
|
replace: boolean;
|
204
|
-
|
205
|
-
|
203
|
+
flat: boolean;
|
204
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
205
|
+
exact: boolean;
|
206
|
+
block: boolean;
|
206
207
|
active: boolean;
|
208
|
+
style: vue.StyleValue;
|
207
209
|
disabled: boolean;
|
208
|
-
|
210
|
+
size: string | number;
|
209
211
|
readonly: boolean;
|
212
|
+
tag: string;
|
210
213
|
rounded: string | number | boolean;
|
211
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
212
|
-
block: boolean;
|
213
|
-
exact: boolean;
|
214
214
|
tile: boolean;
|
215
215
|
density: Density;
|
216
216
|
slim: boolean;
|
@@ -240,16 +240,16 @@ declare const VBtn: {
|
|
240
240
|
Defaults: {};
|
241
241
|
}, {
|
242
242
|
symbol: any;
|
243
|
-
flat: boolean;
|
244
243
|
replace: boolean;
|
244
|
+
flat: boolean;
|
245
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
246
|
+
exact: boolean;
|
247
|
+
block: boolean;
|
245
248
|
style: vue.StyleValue;
|
246
|
-
size: string | number;
|
247
249
|
disabled: boolean;
|
248
|
-
|
250
|
+
size: string | number;
|
249
251
|
readonly: boolean;
|
250
|
-
|
251
|
-
block: boolean;
|
252
|
-
exact: boolean;
|
252
|
+
tag: string;
|
253
253
|
tile: boolean;
|
254
254
|
density: Density;
|
255
255
|
slim: boolean;
|
@@ -258,27 +258,27 @@ declare const VBtn: {
|
|
258
258
|
class: string;
|
259
259
|
} | undefined;
|
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;
|
263
|
+
width?: string | number | undefined;
|
266
264
|
active?: boolean | undefined;
|
267
|
-
theme?: string | undefined;
|
268
|
-
href?: string | undefined;
|
269
|
-
color?: 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;
|
@@ -310,18 +310,18 @@ declare const VBtn: {
|
|
310
310
|
group: GroupItemProvide | null;
|
311
311
|
}, {}, {}, {}, {
|
312
312
|
symbol: any;
|
313
|
-
flat: boolean;
|
314
313
|
replace: boolean;
|
315
|
-
|
316
|
-
|
314
|
+
flat: boolean;
|
315
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
316
|
+
exact: boolean;
|
317
|
+
block: boolean;
|
317
318
|
active: boolean;
|
319
|
+
style: vue.StyleValue;
|
318
320
|
disabled: boolean;
|
319
|
-
|
321
|
+
size: string | number;
|
320
322
|
readonly: boolean;
|
323
|
+
tag: string;
|
321
324
|
rounded: string | number | boolean;
|
322
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
323
|
-
block: boolean;
|
324
|
-
exact: boolean;
|
325
325
|
tile: boolean;
|
326
326
|
density: Density;
|
327
327
|
slim: boolean;
|
@@ -335,16 +335,16 @@ declare const VBtn: {
|
|
335
335
|
__isSuspense?: undefined;
|
336
336
|
} & vue.ComponentOptionsBase<{
|
337
337
|
symbol: any;
|
338
|
-
flat: boolean;
|
339
338
|
replace: boolean;
|
339
|
+
flat: boolean;
|
340
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
341
|
+
exact: boolean;
|
342
|
+
block: boolean;
|
340
343
|
style: vue.StyleValue;
|
341
|
-
size: string | number;
|
342
344
|
disabled: boolean;
|
343
|
-
|
345
|
+
size: string | number;
|
344
346
|
readonly: boolean;
|
345
|
-
|
346
|
-
block: boolean;
|
347
|
-
exact: boolean;
|
347
|
+
tag: string;
|
348
348
|
tile: boolean;
|
349
349
|
density: Density;
|
350
350
|
slim: boolean;
|
@@ -353,27 +353,27 @@ declare const VBtn: {
|
|
353
353
|
class: string;
|
354
354
|
} | undefined;
|
355
355
|
} & {
|
356
|
-
|
357
|
-
text?: string | undefined;
|
358
|
-
value?: any;
|
359
|
-
width?: string | number | undefined;
|
356
|
+
location?: Anchor | undefined;
|
360
357
|
height?: string | number | undefined;
|
358
|
+
width?: string | number | undefined;
|
361
359
|
active?: boolean | undefined;
|
362
|
-
theme?: string | undefined;
|
363
|
-
href?: string | undefined;
|
364
|
-
color?: string | undefined;
|
365
|
-
loading?: string | boolean | undefined;
|
366
|
-
icon?: boolean | IconValue | undefined;
|
367
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
368
360
|
border?: string | number | boolean | undefined;
|
369
|
-
|
370
|
-
rounded?: string | number | boolean | undefined;
|
361
|
+
color?: string | undefined;
|
371
362
|
maxHeight?: string | number | undefined;
|
372
363
|
maxWidth?: string | number | undefined;
|
373
364
|
minHeight?: string | number | undefined;
|
374
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;
|
375
373
|
elevation?: string | number | undefined;
|
376
|
-
|
374
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
375
|
+
theme?: string | undefined;
|
376
|
+
rounded?: string | number | boolean | undefined;
|
377
377
|
baseColor?: string | undefined;
|
378
378
|
selectedClass?: string | undefined;
|
379
379
|
activeColor?: string | undefined;
|
@@ -409,18 +409,18 @@ declare const VBtn: {
|
|
409
409
|
}) => true;
|
410
410
|
}, string, {
|
411
411
|
symbol: any;
|
412
|
-
flat: boolean;
|
413
412
|
replace: boolean;
|
414
|
-
|
415
|
-
|
413
|
+
flat: boolean;
|
414
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
415
|
+
exact: boolean;
|
416
|
+
block: boolean;
|
416
417
|
active: boolean;
|
418
|
+
style: vue.StyleValue;
|
417
419
|
disabled: boolean;
|
418
|
-
|
420
|
+
size: string | number;
|
419
421
|
readonly: boolean;
|
422
|
+
tag: string;
|
420
423
|
rounded: string | number | boolean;
|
421
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
422
|
-
block: boolean;
|
423
|
-
exact: boolean;
|
424
424
|
tile: boolean;
|
425
425
|
density: Density;
|
426
426
|
slim: boolean;
|
@@ -447,7 +447,7 @@ declare const VBtn: {
|
|
447
447
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
448
448
|
default: string;
|
449
449
|
validator: (v: any) => boolean;
|
450
|
-
}, "
|
450
|
+
}, "type" | "default"> & {
|
451
451
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
452
452
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
453
453
|
};
|
@@ -455,7 +455,7 @@ declare const VBtn: {
|
|
455
455
|
tag: Omit<{
|
456
456
|
type: StringConstructor;
|
457
457
|
default: string;
|
458
|
-
}, "
|
458
|
+
}, "type" | "default"> & {
|
459
459
|
type: PropType<string>;
|
460
460
|
default: string;
|
461
461
|
};
|
@@ -468,12 +468,12 @@ declare const VBtn: {
|
|
468
468
|
to: PropType<vue_router.RouteLocationRaw>;
|
469
469
|
exact: BooleanConstructor;
|
470
470
|
rounded: {
|
471
|
-
type: (StringConstructor |
|
471
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
472
472
|
default: undefined;
|
473
473
|
};
|
474
474
|
tile: BooleanConstructor;
|
475
475
|
position: {
|
476
|
-
type: PropType<"fixed" | "absolute" | "
|
476
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
477
477
|
validator: (v: any) => boolean;
|
478
478
|
};
|
479
479
|
location: PropType<Anchor>;
|
@@ -501,7 +501,7 @@ declare const VBtn: {
|
|
501
501
|
type: PropType<vue.StyleValue>;
|
502
502
|
default: null;
|
503
503
|
};
|
504
|
-
border: (StringConstructor |
|
504
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
505
505
|
active: {
|
506
506
|
type: BooleanConstructor;
|
507
507
|
default: undefined;
|
@@ -533,7 +533,7 @@ declare const VBtn: {
|
|
533
533
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
534
534
|
default: string;
|
535
535
|
validator: (v: any) => boolean;
|
536
|
-
}, "
|
536
|
+
}, "type" | "default"> & {
|
537
537
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
538
538
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
539
539
|
};
|
@@ -541,7 +541,7 @@ declare const VBtn: {
|
|
541
541
|
tag: Omit<{
|
542
542
|
type: StringConstructor;
|
543
543
|
default: string;
|
544
|
-
}, "
|
544
|
+
}, "type" | "default"> & {
|
545
545
|
type: PropType<string>;
|
546
546
|
default: string;
|
547
547
|
};
|
@@ -554,12 +554,12 @@ declare const VBtn: {
|
|
554
554
|
to: PropType<vue_router.RouteLocationRaw>;
|
555
555
|
exact: BooleanConstructor;
|
556
556
|
rounded: {
|
557
|
-
type: (StringConstructor |
|
557
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
558
558
|
default: undefined;
|
559
559
|
};
|
560
560
|
tile: BooleanConstructor;
|
561
561
|
position: {
|
562
|
-
type: PropType<"fixed" | "absolute" | "
|
562
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
563
563
|
validator: (v: any) => boolean;
|
564
564
|
};
|
565
565
|
location: PropType<Anchor>;
|
@@ -587,7 +587,7 @@ declare const VBtn: {
|
|
587
587
|
type: PropType<vue.StyleValue>;
|
588
588
|
default: null;
|
589
589
|
};
|
590
|
-
border: (StringConstructor |
|
590
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
591
591
|
active: {
|
592
592
|
type: BooleanConstructor;
|
593
593
|
default: undefined;
|