vuetify 3.10.2 → 3.10.4
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 +3585 -3581
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +136 -136
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6506 -6482
- package/dist/vuetify-labs.cjs +124 -92
- package/dist/vuetify-labs.css +4941 -4941
- package/dist/vuetify-labs.d.ts +1375 -1363
- package/dist/vuetify-labs.esm.js +125 -93
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +124 -92
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +116 -87
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6491 -6491
- package/dist/vuetify.d.ts +1120 -1108
- package/dist/vuetify.esm.js +116 -87
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +116 -87
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1435 -1428
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +3 -3
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VApp/VApp.d.ts +3 -3
- package/lib/components/VAppBar/VAppBar.d.ts +3 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +3 -3
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +3 -3
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtn/VBtn.js +5 -5
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCard/VCard.js +2 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +3 -3
- package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
- package/lib/components/VCard/VCardText.d.ts +3 -3
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCarousel/VCarousel.d.ts +3 -3
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChip/VChip.js +15 -4
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +129 -116
- package/lib/components/VCombobox/VCombobox.js +8 -25
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
- package/lib/components/VDataTable/VDataTable.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
- package/lib/components/VDataTable/composables/expand.js +8 -8
- package/lib/components/VDataTable/composables/expand.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDialog/VDialog.d.ts +12 -12
- package/lib/components/VDialog/VDialog.js +29 -11
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js +41 -0
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
- package/lib/components/VFab/VFab.d.ts +6 -6
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +12 -12
- package/lib/components/VFileInput/VFileInput.js +2 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.d.ts +3 -3
- package/lib/components/VForm/VForm.d.ts +6 -6
- package/lib/components/VGrid/VCol.d.ts +3 -3
- package/lib/components/VGrid/VContainer.d.ts +3 -3
- package/lib/components/VGrid/VRow.d.ts +3 -3
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VIcon/VIcon.d.ts +3 -3
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VInput/VInput.d.ts +3 -3
- package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
- package/lib/components/VKbd/VKbd.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLayout/VLayout.d.ts +3 -3
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLazy/VLazy.d.ts +3 -3
- package/lib/components/VList/VList.d.ts +11 -11
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +3 -3
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VList/VListItem.js +2 -2
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.d.ts +3 -3
- package/lib/components/VList/VListItemMedia.d.ts +3 -3
- package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +3 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VMain/VMain.d.ts +3 -3
- package/lib/components/VMenu/VMenu.d.ts +15 -15
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +3 -3
- package/lib/components/VPagination/VPagination.d.ts +3 -3
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VRating/VRating.d.ts +3 -3
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +140 -140
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSheet/VSheet.d.ts +3 -3
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
- package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
- package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
- package/lib/components/VStepper/VStepper.d.ts +3 -3
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +15 -15
- package/lib/components/VSwitch/VSwitch.js +2 -2
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
- package/lib/components/VTable/VTable.d.ts +3 -3
- package/lib/components/VTabs/VTab.d.ts +24 -24
- package/lib/components/VTabs/VTabs.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +21 -21
- package/lib/components/VTextarea/VTextarea.d.ts +12 -12
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
- package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
- package/lib/components/VTimeline/VTimeline.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +15 -15
- package/lib/components/VTreeview/VTreeview.d.ts +26 -26
- package/lib/components/VTreeview/VTreeviewChildren.js +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
- package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
- package/lib/components/VWindow/VWindow.d.ts +3 -3
- package/lib/components/VWindow/VWindowItem.d.ts +3 -3
- package/lib/components/transitions/createTransition.d.ts +6 -6
- package/lib/components/transitions/index.d.ts +78 -78
- package/lib/composables/goto.js +2 -2
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/group.d.ts +2 -0
- package/lib/composables/group.js +15 -9
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/router.d.ts +2 -0
- package/lib/composables/router.js +6 -1
- package/lib/composables/router.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +63 -63
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +7 -4
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/composables/calendarWithEvents.js +7 -4
- package/lib/labs/VCalendar/composables/calendarWithEvents.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUpload.js +2 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
- package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
- package/lib/labs/VPicker/VPicker.d.ts +3 -3
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
- package/lib/labs/VVideo/VVideo.d.ts +87 -87
- package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
- package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
- package/lib/util/animation.js +1 -1
- package/lib/util/animation.js.map +1 -1
- package/lib/util/box.d.ts +1 -1
- package/lib/util/box.js +19 -14
- package/lib/util/box.js.map +1 -1
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/events.js +2 -2
- package/lib/util/events.js.map +1 -1
- package/package.json +9 -9
|
@@ -267,7 +267,7 @@ export type VAlertSlots = {
|
|
|
267
267
|
};
|
|
268
268
|
export declare const VAlert: {
|
|
269
269
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
270
|
-
style: import("vue").StyleValue;
|
|
270
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
271
271
|
density: import("../../composables/density.js").Density;
|
|
272
272
|
tile: boolean;
|
|
273
273
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -380,7 +380,7 @@ export declare const VAlert: {
|
|
|
380
380
|
M: {};
|
|
381
381
|
Defaults: {};
|
|
382
382
|
}, {
|
|
383
|
-
style: import("vue").StyleValue;
|
|
383
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
384
384
|
density: import("../../composables/density.js").Density;
|
|
385
385
|
tile: boolean;
|
|
386
386
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -466,7 +466,7 @@ export declare const VAlert: {
|
|
|
466
466
|
__isTeleport?: undefined;
|
|
467
467
|
__isSuspense?: undefined;
|
|
468
468
|
} & import("vue").ComponentOptionsBase<{
|
|
469
|
-
style: import("vue").StyleValue;
|
|
469
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
470
470
|
density: import("../../composables/density.js").Density;
|
|
471
471
|
tile: boolean;
|
|
472
472
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const VAlertTitle: {
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
3
|
-
style: import("vue").StyleValue;
|
|
3
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4
4
|
tag: string;
|
|
5
5
|
} & {
|
|
6
6
|
class?: any;
|
|
@@ -32,7 +32,7 @@ export declare const VAlertTitle: {
|
|
|
32
32
|
M: {};
|
|
33
33
|
Defaults: {};
|
|
34
34
|
}, {
|
|
35
|
-
style: import("vue").StyleValue;
|
|
35
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
36
36
|
tag: string;
|
|
37
37
|
} & {
|
|
38
38
|
class?: any;
|
|
@@ -57,7 +57,7 @@ export declare const VAlertTitle: {
|
|
|
57
57
|
__isTeleport?: undefined;
|
|
58
58
|
__isSuspense?: undefined;
|
|
59
59
|
} & import("vue").ComponentOptionsBase<{
|
|
60
|
-
style: import("vue").StyleValue;
|
|
60
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
61
61
|
tag: string;
|
|
62
62
|
} & {
|
|
63
63
|
class?: any;
|
|
@@ -31,7 +31,7 @@ export declare const makeVAppProps: <Defaults extends {
|
|
|
31
31
|
};
|
|
32
32
|
export declare const VApp: {
|
|
33
33
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
34
|
-
style: import("vue").StyleValue;
|
|
34
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
35
35
|
} & {
|
|
36
36
|
theme?: string | undefined;
|
|
37
37
|
class?: any;
|
|
@@ -81,7 +81,7 @@ export declare const VApp: {
|
|
|
81
81
|
M: {};
|
|
82
82
|
Defaults: {};
|
|
83
83
|
}, {
|
|
84
|
-
style: import("vue").StyleValue;
|
|
84
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
85
85
|
} & {
|
|
86
86
|
theme?: string | undefined;
|
|
87
87
|
class?: any;
|
|
@@ -124,7 +124,7 @@ export declare const VApp: {
|
|
|
124
124
|
__isTeleport?: undefined;
|
|
125
125
|
__isSuspense?: undefined;
|
|
126
126
|
} & import("vue").ComponentOptionsBase<{
|
|
127
|
-
style: import("vue").StyleValue;
|
|
127
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
128
128
|
} & {
|
|
129
129
|
theme?: string | undefined;
|
|
130
130
|
class?: any;
|
|
@@ -227,7 +227,7 @@ export declare const makeVAppBarProps: <Defaults extends {
|
|
|
227
227
|
};
|
|
228
228
|
export declare const VAppBar: {
|
|
229
229
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
230
|
-
style: import("vue").StyleValue;
|
|
230
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
231
231
|
order: string | number;
|
|
232
232
|
absolute: boolean;
|
|
233
233
|
tile: boolean;
|
|
@@ -328,7 +328,7 @@ export declare const VAppBar: {
|
|
|
328
328
|
M: {};
|
|
329
329
|
Defaults: {};
|
|
330
330
|
}, {
|
|
331
|
-
style: import("vue").StyleValue;
|
|
331
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
332
332
|
order: string | number;
|
|
333
333
|
absolute: boolean;
|
|
334
334
|
tile: boolean;
|
|
@@ -405,7 +405,7 @@ export declare const VAppBar: {
|
|
|
405
405
|
__isTeleport?: undefined;
|
|
406
406
|
__isSuspense?: undefined;
|
|
407
407
|
} & import("vue").ComponentOptionsBase<{
|
|
408
|
-
style: import("vue").StyleValue;
|
|
408
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
409
409
|
order: string | number;
|
|
410
410
|
absolute: boolean;
|
|
411
411
|
tile: boolean;
|
|
@@ -331,7 +331,7 @@ export declare const makeVAppBarNavIconProps: <Defaults extends {
|
|
|
331
331
|
};
|
|
332
332
|
export declare const VAppBarNavIcon: {
|
|
333
333
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
334
|
-
style: import("vue").StyleValue;
|
|
334
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
335
335
|
density: import("../../composables/density.js").Density;
|
|
336
336
|
tile: boolean;
|
|
337
337
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -350,7 +350,7 @@ export declare const VAppBarNavIcon: {
|
|
|
350
350
|
ripple: boolean | {
|
|
351
351
|
class?: string | undefined;
|
|
352
352
|
keys?: string[] | undefined;
|
|
353
|
-
}
|
|
353
|
+
};
|
|
354
354
|
} & {
|
|
355
355
|
theme?: string | undefined;
|
|
356
356
|
class?: any;
|
|
@@ -442,7 +442,7 @@ export declare const VAppBarNavIcon: {
|
|
|
442
442
|
M: {};
|
|
443
443
|
Defaults: {};
|
|
444
444
|
}, {
|
|
445
|
-
style: import("vue").StyleValue;
|
|
445
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
446
446
|
density: import("../../composables/density.js").Density;
|
|
447
447
|
tile: boolean;
|
|
448
448
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -461,7 +461,7 @@ export declare const VAppBarNavIcon: {
|
|
|
461
461
|
ripple: boolean | {
|
|
462
462
|
class?: string | undefined;
|
|
463
463
|
keys?: string[] | undefined;
|
|
464
|
-
}
|
|
464
|
+
};
|
|
465
465
|
} & {
|
|
466
466
|
theme?: string | undefined;
|
|
467
467
|
class?: any;
|
|
@@ -537,7 +537,7 @@ export declare const VAppBarNavIcon: {
|
|
|
537
537
|
__isTeleport?: undefined;
|
|
538
538
|
__isSuspense?: undefined;
|
|
539
539
|
} & import("vue").ComponentOptionsBase<{
|
|
540
|
-
style: import("vue").StyleValue;
|
|
540
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
541
541
|
density: import("../../composables/density.js").Density;
|
|
542
542
|
tile: boolean;
|
|
543
543
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -556,7 +556,7 @@ export declare const VAppBarNavIcon: {
|
|
|
556
556
|
ripple: boolean | {
|
|
557
557
|
class?: string | undefined;
|
|
558
558
|
keys?: string[] | undefined;
|
|
559
|
-
}
|
|
559
|
+
};
|
|
560
560
|
} & {
|
|
561
561
|
theme?: string | undefined;
|
|
562
562
|
class?: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const VAppBarTitle: {
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
3
|
-
style: import("vue").StyleValue;
|
|
3
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4
4
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
5
5
|
} & {
|
|
6
6
|
class?: any;
|
|
@@ -37,7 +37,7 @@ export declare const VAppBarTitle: {
|
|
|
37
37
|
M: {};
|
|
38
38
|
Defaults: {};
|
|
39
39
|
}, {
|
|
40
|
-
style: import("vue").StyleValue;
|
|
40
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
41
41
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
42
42
|
} & {
|
|
43
43
|
class?: any;
|
|
@@ -64,7 +64,7 @@ export declare const VAppBarTitle: {
|
|
|
64
64
|
__isTeleport?: undefined;
|
|
65
65
|
__isSuspense?: undefined;
|
|
66
66
|
} & import("vue").ComponentOptionsBase<{
|
|
67
|
-
style: import("vue").StyleValue;
|
|
67
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
68
68
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
69
69
|
} & {
|
|
70
70
|
class?: any;
|