@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-23
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 +4 -3
- package/dist/json/attributes.json +2795 -2787
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +5231 -5210
- package/dist/vuetify-labs.cjs +72 -65
- package/dist/vuetify-labs.css +6015 -6015
- package/dist/vuetify-labs.d.ts +83 -55
- package/dist/vuetify-labs.esm.js +72 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +72 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +72 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5215 -5215
- package/dist/vuetify.d.ts +83 -55
- package/dist/vuetify.esm.js +72 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +72 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +355 -355
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +44 -0
- package/lib/components/VCard/VCardActions.js +11 -6
- package/lib/components/VCard/VCardActions.js.map +1 -1
- package/lib/components/VCard/VCardItem.d.ts +25 -0
- package/lib/components/VCard/VCardItem.js +64 -60
- package/lib/components/VCard/VCardItem.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -23778,6 +23778,7 @@ type VBtnToggle = InstanceType<typeof VBtnToggle>;
|
|
|
23778
23778
|
declare const VCardItem: {
|
|
23779
23779
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
23780
23780
|
style: vue.StyleValue;
|
|
23781
|
+
tag: string | JSXComponent;
|
|
23781
23782
|
density: Density;
|
|
23782
23783
|
} & {
|
|
23783
23784
|
title?: string | number | boolean | undefined;
|
|
@@ -23813,6 +23814,7 @@ declare const VCardItem: {
|
|
|
23813
23814
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
23814
23815
|
style: vue.StyleValue;
|
|
23815
23816
|
title: string | number | boolean;
|
|
23817
|
+
tag: string | JSXComponent;
|
|
23816
23818
|
density: Density;
|
|
23817
23819
|
subtitle: string | number | boolean;
|
|
23818
23820
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -23830,6 +23832,7 @@ declare const VCardItem: {
|
|
|
23830
23832
|
Defaults: {};
|
|
23831
23833
|
}, {
|
|
23832
23834
|
style: vue.StyleValue;
|
|
23835
|
+
tag: string | JSXComponent;
|
|
23833
23836
|
density: Density;
|
|
23834
23837
|
} & {
|
|
23835
23838
|
title?: string | number | boolean | undefined;
|
|
@@ -23865,6 +23868,7 @@ declare const VCardItem: {
|
|
|
23865
23868
|
}, {}, {}, {}, {}, {
|
|
23866
23869
|
style: vue.StyleValue;
|
|
23867
23870
|
title: string | number | boolean;
|
|
23871
|
+
tag: string | JSXComponent;
|
|
23868
23872
|
density: Density;
|
|
23869
23873
|
subtitle: string | number | boolean;
|
|
23870
23874
|
}>;
|
|
@@ -23873,6 +23877,7 @@ declare const VCardItem: {
|
|
|
23873
23877
|
__isSuspense?: never;
|
|
23874
23878
|
} & vue.ComponentOptionsBase<{
|
|
23875
23879
|
style: vue.StyleValue;
|
|
23880
|
+
tag: string | JSXComponent;
|
|
23876
23881
|
density: Density;
|
|
23877
23882
|
} & {
|
|
23878
23883
|
title?: string | number | boolean | undefined;
|
|
@@ -23908,6 +23913,7 @@ declare const VCardItem: {
|
|
|
23908
23913
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
23909
23914
|
style: vue.StyleValue;
|
|
23910
23915
|
title: string | number | boolean;
|
|
23916
|
+
tag: string | JSXComponent;
|
|
23911
23917
|
density: Density;
|
|
23912
23918
|
subtitle: string | number | boolean;
|
|
23913
23919
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -23917,6 +23923,10 @@ declare const VCardItem: {
|
|
|
23917
23923
|
title: () => vue.VNode[];
|
|
23918
23924
|
subtitle: () => vue.VNode[];
|
|
23919
23925
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
23926
|
+
tag: {
|
|
23927
|
+
type: vue.PropType<string | JSXComponent>;
|
|
23928
|
+
default: string;
|
|
23929
|
+
};
|
|
23920
23930
|
density: {
|
|
23921
23931
|
type: vue.PropType<Density>;
|
|
23922
23932
|
default: string;
|
|
@@ -23940,6 +23950,10 @@ declare const VCardItem: {
|
|
|
23940
23950
|
default: undefined;
|
|
23941
23951
|
};
|
|
23942
23952
|
}, vue.ExtractPropTypes<{
|
|
23953
|
+
tag: {
|
|
23954
|
+
type: vue.PropType<string | JSXComponent>;
|
|
23955
|
+
default: string;
|
|
23956
|
+
};
|
|
23943
23957
|
density: {
|
|
23944
23958
|
type: vue.PropType<Density>;
|
|
23945
23959
|
default: string;
|
|
@@ -24463,6 +24477,7 @@ type VCard = InstanceType<typeof VCard>;
|
|
|
24463
24477
|
declare const VCardActions: {
|
|
24464
24478
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
24465
24479
|
style: vue.StyleValue;
|
|
24480
|
+
tag: string | JSXComponent;
|
|
24466
24481
|
} & {
|
|
24467
24482
|
class?: any;
|
|
24468
24483
|
} & {
|
|
@@ -24478,6 +24493,7 @@ declare const VCardActions: {
|
|
|
24478
24493
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24479
24494
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
24480
24495
|
style: vue.StyleValue;
|
|
24496
|
+
tag: string | JSXComponent;
|
|
24481
24497
|
}, true, {}, vue.SlotsType<Partial<{
|
|
24482
24498
|
default: () => vue.VNode[];
|
|
24483
24499
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
@@ -24489,6 +24505,7 @@ declare const VCardActions: {
|
|
|
24489
24505
|
Defaults: {};
|
|
24490
24506
|
}, {
|
|
24491
24507
|
style: vue.StyleValue;
|
|
24508
|
+
tag: string | JSXComponent;
|
|
24492
24509
|
} & {
|
|
24493
24510
|
class?: any;
|
|
24494
24511
|
} & {
|
|
@@ -24504,12 +24521,14 @@ declare const VCardActions: {
|
|
|
24504
24521
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24505
24522
|
}, {}, {}, {}, {}, {
|
|
24506
24523
|
style: vue.StyleValue;
|
|
24524
|
+
tag: string | JSXComponent;
|
|
24507
24525
|
}>;
|
|
24508
24526
|
__isFragment?: never;
|
|
24509
24527
|
__isTeleport?: never;
|
|
24510
24528
|
__isSuspense?: never;
|
|
24511
24529
|
} & vue.ComponentOptionsBase<{
|
|
24512
24530
|
style: vue.StyleValue;
|
|
24531
|
+
tag: string | JSXComponent;
|
|
24513
24532
|
} & {
|
|
24514
24533
|
class?: any;
|
|
24515
24534
|
} & {
|
|
@@ -24525,15 +24544,24 @@ declare const VCardActions: {
|
|
|
24525
24544
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24526
24545
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
24527
24546
|
style: vue.StyleValue;
|
|
24547
|
+
tag: string | JSXComponent;
|
|
24528
24548
|
}, {}, string, vue.SlotsType<Partial<{
|
|
24529
24549
|
default: () => vue.VNode[];
|
|
24530
24550
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
24551
|
+
tag: {
|
|
24552
|
+
type: vue.PropType<string | JSXComponent>;
|
|
24553
|
+
default: string;
|
|
24554
|
+
};
|
|
24531
24555
|
class: vue.PropType<ClassValue>;
|
|
24532
24556
|
style: {
|
|
24533
24557
|
type: vue.PropType<vue.StyleValue>;
|
|
24534
24558
|
default: null;
|
|
24535
24559
|
};
|
|
24536
24560
|
}, vue.ExtractPropTypes<{
|
|
24561
|
+
tag: {
|
|
24562
|
+
type: vue.PropType<string | JSXComponent>;
|
|
24563
|
+
default: string;
|
|
24564
|
+
};
|
|
24537
24565
|
class: vue.PropType<ClassValue>;
|
|
24538
24566
|
style: {
|
|
24539
24567
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -123903,49 +123931,40 @@ declare module 'vue' {
|
|
|
123903
123931
|
$children?: VNodeChild
|
|
123904
123932
|
}
|
|
123905
123933
|
export interface GlobalComponents {
|
|
123906
|
-
VApp: VApp
|
|
123907
123934
|
VAppBar: VAppBar
|
|
123908
123935
|
VAppBarNavIcon: VAppBarNavIcon
|
|
123909
123936
|
VAppBarTitle: VAppBarTitle
|
|
123910
|
-
|
|
123937
|
+
VApp: VApp
|
|
123911
123938
|
VAlert: VAlert
|
|
123912
123939
|
VAlertTitle: VAlertTitle
|
|
123913
|
-
VBadge: VBadge
|
|
123914
|
-
VBottomSheet: VBottomSheet
|
|
123915
123940
|
VAvatar: VAvatar
|
|
123941
|
+
VAutocomplete: VAutocomplete
|
|
123916
123942
|
VBanner: VBanner
|
|
123917
123943
|
VBannerActions: VBannerActions
|
|
123918
123944
|
VBannerText: VBannerText
|
|
123919
|
-
|
|
123945
|
+
VBottomNavigation: VBottomNavigation
|
|
123946
|
+
VBadge: VBadge
|
|
123920
123947
|
VBreadcrumbs: VBreadcrumbs
|
|
123921
123948
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
123922
123949
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
123923
|
-
|
|
123924
|
-
VCarousel: VCarousel
|
|
123925
|
-
VCarouselItem: VCarouselItem
|
|
123926
|
-
VBtn: VBtn
|
|
123927
|
-
VBtnToggle: VBtnToggle
|
|
123950
|
+
VBottomSheet: VBottomSheet
|
|
123928
123951
|
VCard: VCard
|
|
123929
123952
|
VCardActions: VCardActions
|
|
123930
123953
|
VCardItem: VCardItem
|
|
123931
123954
|
VCardSubtitle: VCardSubtitle
|
|
123932
123955
|
VCardText: VCardText
|
|
123933
123956
|
VCardTitle: VCardTitle
|
|
123934
|
-
|
|
123957
|
+
VCarousel: VCarousel
|
|
123958
|
+
VCarouselItem: VCarouselItem
|
|
123959
|
+
VBtnGroup: VBtnGroup
|
|
123935
123960
|
VCheckbox: VCheckbox
|
|
123936
123961
|
VCheckboxBtn: VCheckboxBtn
|
|
123937
|
-
|
|
123938
|
-
VDialog: VDialog
|
|
123962
|
+
VBtn: VBtn
|
|
123939
123963
|
VChip: VChip
|
|
123940
|
-
|
|
123941
|
-
VDatePickerControls: VDatePickerControls
|
|
123942
|
-
VDatePickerHeader: VDatePickerHeader
|
|
123943
|
-
VDatePickerMonth: VDatePickerMonth
|
|
123944
|
-
VDatePickerMonths: VDatePickerMonths
|
|
123945
|
-
VDatePickerYears: VDatePickerYears
|
|
123964
|
+
VCode: VCode
|
|
123946
123965
|
VColorPicker: VColorPicker
|
|
123947
123966
|
VChipGroup: VChipGroup
|
|
123948
|
-
|
|
123967
|
+
VCombobox: VCombobox
|
|
123949
123968
|
VCounter: VCounter
|
|
123950
123969
|
VDataTable: VDataTable
|
|
123951
123970
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -123955,27 +123974,35 @@ declare module 'vue' {
|
|
|
123955
123974
|
VDataTableVirtual: VDataTableVirtual
|
|
123956
123975
|
VDataTableServer: VDataTableServer
|
|
123957
123976
|
VDivider: VDivider
|
|
123958
|
-
VField: VField
|
|
123959
|
-
VFieldLabel: VFieldLabel
|
|
123960
123977
|
VExpansionPanels: VExpansionPanels
|
|
123961
123978
|
VExpansionPanel: VExpansionPanel
|
|
123962
123979
|
VExpansionPanelText: VExpansionPanelText
|
|
123963
123980
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
123964
|
-
|
|
123981
|
+
VEmptyState: VEmptyState
|
|
123982
|
+
VDialog: VDialog
|
|
123965
123983
|
VFab: VFab
|
|
123984
|
+
VDatePicker: VDatePicker
|
|
123985
|
+
VDatePickerControls: VDatePickerControls
|
|
123986
|
+
VDatePickerHeader: VDatePickerHeader
|
|
123987
|
+
VDatePickerMonth: VDatePickerMonth
|
|
123988
|
+
VDatePickerMonths: VDatePickerMonths
|
|
123989
|
+
VDatePickerYears: VDatePickerYears
|
|
123990
|
+
VField: VField
|
|
123991
|
+
VFieldLabel: VFieldLabel
|
|
123992
|
+
VFileInput: VFileInput
|
|
123966
123993
|
VFooter: VFooter
|
|
123967
123994
|
VIcon: VIcon
|
|
123968
123995
|
VComponentIcon: VComponentIcon
|
|
123969
123996
|
VSvgIcon: VSvgIcon
|
|
123970
123997
|
VLigatureIcon: VLigatureIcon
|
|
123971
123998
|
VClassIcon: VClassIcon
|
|
123972
|
-
VInfiniteScroll: VInfiniteScroll
|
|
123973
|
-
VInput: VInput
|
|
123974
|
-
VLabel: VLabel
|
|
123975
123999
|
VImg: VImg
|
|
123976
124000
|
VItemGroup: VItemGroup
|
|
123977
124001
|
VItem: VItem
|
|
124002
|
+
VInput: VInput
|
|
123978
124003
|
VKbd: VKbd
|
|
124004
|
+
VLabel: VLabel
|
|
124005
|
+
VInfiniteScroll: VInfiniteScroll
|
|
123979
124006
|
VList: VList
|
|
123980
124007
|
VListGroup: VListGroup
|
|
123981
124008
|
VListImg: VListImg
|
|
@@ -123985,25 +124012,25 @@ declare module 'vue' {
|
|
|
123985
124012
|
VListItemSubtitle: VListItemSubtitle
|
|
123986
124013
|
VListItemTitle: VListItemTitle
|
|
123987
124014
|
VListSubheader: VListSubheader
|
|
124015
|
+
VMain: VMain
|
|
123988
124016
|
VNavigationDrawer: VNavigationDrawer
|
|
123989
|
-
|
|
124017
|
+
VNumberInput: VNumberInput
|
|
123990
124018
|
VMessages: VMessages
|
|
123991
|
-
|
|
124019
|
+
VMenu: VMenu
|
|
123992
124020
|
VOtpInput: VOtpInput
|
|
123993
|
-
VOverlay: VOverlay
|
|
123994
124021
|
VProgressCircular: VProgressCircular
|
|
123995
|
-
|
|
123996
|
-
|
|
124022
|
+
VOverlay: VOverlay
|
|
124023
|
+
VPagination: VPagination
|
|
123997
124024
|
VProgressLinear: VProgressLinear
|
|
123998
|
-
VRating: VRating
|
|
123999
124025
|
VSelect: VSelect
|
|
124026
|
+
VRating: VRating
|
|
124000
124027
|
VSelectionControl: VSelectionControl
|
|
124001
124028
|
VSheet: VSheet
|
|
124002
|
-
VSlideGroup: VSlideGroup
|
|
124003
|
-
VSlideGroupItem: VSlideGroupItem
|
|
124004
|
-
VSlider: VSlider
|
|
124005
124029
|
VSkeletonLoader: VSkeletonLoader
|
|
124006
124030
|
VSelectionControlGroup: VSelectionControlGroup
|
|
124031
|
+
VSlider: VSlider
|
|
124032
|
+
VSlideGroup: VSlideGroup
|
|
124033
|
+
VSlideGroupItem: VSlideGroupItem
|
|
124007
124034
|
VSnackbar: VSnackbar
|
|
124008
124035
|
VStepper: VStepper
|
|
124009
124036
|
VStepperActions: VStepperActions
|
|
@@ -124013,48 +124040,48 @@ declare module 'vue' {
|
|
|
124013
124040
|
VStepperWindowItem: VStepperWindowItem
|
|
124014
124041
|
VSwitch: VSwitch
|
|
124015
124042
|
VTable: VTable
|
|
124016
|
-
VTab: VTab
|
|
124017
|
-
VTabs: VTabs
|
|
124018
|
-
VTabsWindow: VTabsWindow
|
|
124019
|
-
VTabsWindowItem: VTabsWindowItem
|
|
124020
124043
|
VTextField: VTextField
|
|
124021
|
-
VTimePicker: VTimePicker
|
|
124022
|
-
VTimePickerClock: VTimePickerClock
|
|
124023
|
-
VTimePickerControls: VTimePickerControls
|
|
124024
124044
|
VSystemBar: VSystemBar
|
|
124025
124045
|
VTimeline: VTimeline
|
|
124026
124046
|
VTimelineItem: VTimelineItem
|
|
124027
|
-
|
|
124047
|
+
VTimePicker: VTimePicker
|
|
124048
|
+
VTimePickerClock: VTimePickerClock
|
|
124049
|
+
VTimePickerControls: VTimePickerControls
|
|
124050
|
+
VTab: VTab
|
|
124051
|
+
VTabs: VTabs
|
|
124052
|
+
VTabsWindow: VTabsWindow
|
|
124053
|
+
VTabsWindowItem: VTabsWindowItem
|
|
124028
124054
|
VToolbar: VToolbar
|
|
124029
124055
|
VToolbarTitle: VToolbarTitle
|
|
124030
124056
|
VToolbarItems: VToolbarItems
|
|
124057
|
+
VTooltip: VTooltip
|
|
124031
124058
|
VTreeview: VTreeview
|
|
124032
124059
|
VTreeviewItem: VTreeviewItem
|
|
124033
124060
|
VTreeviewGroup: VTreeviewGroup
|
|
124034
124061
|
VTextarea: VTextarea
|
|
124035
|
-
VWindow: VWindow
|
|
124036
|
-
VWindowItem: VWindowItem
|
|
124037
124062
|
VConfirmEdit: VConfirmEdit
|
|
124038
124063
|
VDataIterator: VDataIterator
|
|
124039
124064
|
VDefaultsProvider: VDefaultsProvider
|
|
124040
124065
|
VForm: VForm
|
|
124041
|
-
VHover: VHover
|
|
124042
|
-
VMain: VMain
|
|
124043
124066
|
VContainer: VContainer
|
|
124044
124067
|
VCol: VCol
|
|
124045
124068
|
VRow: VRow
|
|
124046
124069
|
VSpacer: VSpacer
|
|
124070
|
+
VHover: VHover
|
|
124071
|
+
VWindow: VWindow
|
|
124072
|
+
VWindowItem: VWindowItem
|
|
124073
|
+
VLazy: VLazy
|
|
124047
124074
|
VLayout: VLayout
|
|
124048
124075
|
VLayoutItem: VLayoutItem
|
|
124049
|
-
VLazy: VLazy
|
|
124050
124076
|
VNoSsr: VNoSsr
|
|
124051
124077
|
VParallax: VParallax
|
|
124052
|
-
VRadio: VRadio
|
|
124053
124078
|
VRangeSlider: VRangeSlider
|
|
124079
|
+
VRadioGroup: VRadioGroup
|
|
124080
|
+
VRadio: VRadio
|
|
124054
124081
|
VResponsive: VResponsive
|
|
124055
124082
|
VSnackbarQueue: VSnackbarQueue
|
|
124056
|
-
VSparkline: VSparkline
|
|
124057
124083
|
VSpeedDial: VSpeedDial
|
|
124084
|
+
VSparkline: VSparkline
|
|
124058
124085
|
VThemeProvider: VThemeProvider
|
|
124059
124086
|
VValidation: VValidation
|
|
124060
124087
|
VVirtualScroll: VVirtualScroll
|
|
@@ -124074,30 +124101,31 @@ declare module 'vue' {
|
|
|
124074
124101
|
VExpandTransition: VExpandTransition
|
|
124075
124102
|
VExpandXTransition: VExpandXTransition
|
|
124076
124103
|
VDialogTransition: VDialogTransition
|
|
124104
|
+
VBtnToggle: VBtnToggle
|
|
124077
124105
|
VLocaleProvider: VLocaleProvider
|
|
124106
|
+
VColorInput: VColorInput
|
|
124078
124107
|
VCalendar: VCalendar
|
|
124079
124108
|
VCalendarDay: VCalendarDay
|
|
124080
124109
|
VCalendarHeader: VCalendarHeader
|
|
124081
124110
|
VCalendarInterval: VCalendarInterval
|
|
124082
124111
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
124083
124112
|
VCalendarMonthDay: VCalendarMonthDay
|
|
124113
|
+
VPicker: VPicker
|
|
124114
|
+
VPickerTitle: VPickerTitle
|
|
124115
|
+
VIconBtn: VIconBtn
|
|
124084
124116
|
VFileUpload: VFileUpload
|
|
124085
124117
|
VFileUploadItem: VFileUploadItem
|
|
124086
|
-
VColorInput: VColorInput
|
|
124087
|
-
VIconBtn: VIconBtn
|
|
124088
124118
|
VPie: VPie
|
|
124089
124119
|
VPieSegment: VPieSegment
|
|
124090
124120
|
VPieTooltip: VPieTooltip
|
|
124091
124121
|
VStepperVertical: VStepperVertical
|
|
124092
124122
|
VStepperVerticalItem: VStepperVerticalItem
|
|
124093
124123
|
VStepperVerticalActions: VStepperVerticalActions
|
|
124094
|
-
VPicker: VPicker
|
|
124095
|
-
VPickerTitle: VPickerTitle
|
|
124096
|
-
VHotkey: VHotkey
|
|
124097
124124
|
VVideo: VVideo
|
|
124098
124125
|
VVideoControls: VVideoControls
|
|
124099
124126
|
VVideoVolume: VVideoVolume
|
|
124100
124127
|
VDateInput: VDateInput
|
|
124128
|
+
VHotkey: VHotkey
|
|
124101
124129
|
VMaskInput: VMaskInput
|
|
124102
124130
|
VPullToRefresh: VPullToRefresh
|
|
124103
124131
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.9.5-dev.2025-08-
|
|
2
|
+
* Vuetify v3.9.5-dev.2025-08-23
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -15036,9 +15036,13 @@ const VBreadcrumbs = genericComponent()({
|
|
|
15036
15036
|
}
|
|
15037
15037
|
});
|
|
15038
15038
|
|
|
15039
|
+
const makeVCardActionsProps = propsFactory({
|
|
15040
|
+
...makeComponentProps(),
|
|
15041
|
+
...makeTagProps()
|
|
15042
|
+
}, 'VCardActions');
|
|
15039
15043
|
const VCardActions = genericComponent()({
|
|
15040
15044
|
name: 'VCardActions',
|
|
15041
|
-
props:
|
|
15045
|
+
props: makeVCardActionsProps(),
|
|
15042
15046
|
setup(props, _ref) {
|
|
15043
15047
|
let {
|
|
15044
15048
|
slots
|
|
@@ -15049,10 +15053,10 @@ const VCardActions = genericComponent()({
|
|
|
15049
15053
|
variant: 'text'
|
|
15050
15054
|
}
|
|
15051
15055
|
});
|
|
15052
|
-
useRender(() =>
|
|
15056
|
+
useRender(() => createVNode(props.tag, {
|
|
15053
15057
|
"class": normalizeClass(['v-card-actions', props.class]),
|
|
15054
15058
|
"style": normalizeStyle(props.style)
|
|
15055
|
-
},
|
|
15059
|
+
}, slots));
|
|
15056
15060
|
return {};
|
|
15057
15061
|
}
|
|
15058
15062
|
});
|
|
@@ -15096,7 +15100,8 @@ const makeCardItemProps = propsFactory({
|
|
|
15096
15100
|
default: undefined
|
|
15097
15101
|
},
|
|
15098
15102
|
...makeComponentProps(),
|
|
15099
|
-
...makeDensityProps()
|
|
15103
|
+
...makeDensityProps(),
|
|
15104
|
+
...makeTagProps()
|
|
15100
15105
|
}, 'VCardItem');
|
|
15101
15106
|
const VCardItem = genericComponent()({
|
|
15102
15107
|
name: 'VCardItem',
|
|
@@ -15112,68 +15117,70 @@ const VCardItem = genericComponent()({
|
|
|
15112
15117
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
|
15113
15118
|
const hasTitle = !!(props.title != null || slots.title);
|
|
15114
15119
|
const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
|
|
15115
|
-
return
|
|
15120
|
+
return createVNode(props.tag, {
|
|
15116
15121
|
"class": normalizeClass(['v-card-item', props.class]),
|
|
15117
15122
|
"style": normalizeStyle(props.style)
|
|
15118
|
-
}, [hasPrepend && createElementVNode("div", {
|
|
15119
|
-
"key": "prepend",
|
|
15120
|
-
"class": "v-card-item__prepend"
|
|
15121
|
-
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
|
15122
|
-
"key": "prepend-avatar",
|
|
15123
|
-
"density": props.density,
|
|
15124
|
-
"image": props.prependAvatar
|
|
15125
|
-
}, null), props.prependIcon && createVNode(VIcon, {
|
|
15126
|
-
"key": "prepend-icon",
|
|
15127
|
-
"density": props.density,
|
|
15128
|
-
"icon": props.prependIcon
|
|
15129
|
-
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15130
|
-
"key": "prepend-defaults",
|
|
15131
|
-
"disabled": !hasPrependMedia,
|
|
15132
|
-
"defaults": {
|
|
15133
|
-
VAvatar: {
|
|
15134
|
-
density: props.density,
|
|
15135
|
-
image: props.prependAvatar
|
|
15136
|
-
},
|
|
15137
|
-
VIcon: {
|
|
15138
|
-
density: props.density,
|
|
15139
|
-
icon: props.prependIcon
|
|
15140
|
-
}
|
|
15141
|
-
}
|
|
15142
|
-
}, slots.prepend)]), createElementVNode("div", {
|
|
15143
|
-
"class": "v-card-item__content"
|
|
15144
|
-
}, [hasTitle && createVNode(VCardTitle, {
|
|
15145
|
-
"key": "title"
|
|
15146
|
-
}, {
|
|
15147
|
-
default: () => [slots.title?.() ?? toDisplayString(props.title)]
|
|
15148
|
-
}), hasSubtitle && createVNode(VCardSubtitle, {
|
|
15149
|
-
"key": "subtitle"
|
|
15150
15123
|
}, {
|
|
15151
|
-
default: () => [
|
|
15152
|
-
|
|
15153
|
-
|
|
15154
|
-
|
|
15155
|
-
|
|
15156
|
-
|
|
15157
|
-
|
|
15158
|
-
|
|
15159
|
-
|
|
15160
|
-
|
|
15161
|
-
|
|
15162
|
-
|
|
15163
|
-
|
|
15164
|
-
|
|
15165
|
-
|
|
15166
|
-
|
|
15167
|
-
|
|
15168
|
-
|
|
15169
|
-
|
|
15170
|
-
|
|
15171
|
-
|
|
15172
|
-
|
|
15173
|
-
|
|
15124
|
+
default: () => [hasPrepend && createElementVNode("div", {
|
|
15125
|
+
"key": "prepend",
|
|
15126
|
+
"class": "v-card-item__prepend"
|
|
15127
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
|
15128
|
+
"key": "prepend-avatar",
|
|
15129
|
+
"density": props.density,
|
|
15130
|
+
"image": props.prependAvatar
|
|
15131
|
+
}, null), props.prependIcon && createVNode(VIcon, {
|
|
15132
|
+
"key": "prepend-icon",
|
|
15133
|
+
"density": props.density,
|
|
15134
|
+
"icon": props.prependIcon
|
|
15135
|
+
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15136
|
+
"key": "prepend-defaults",
|
|
15137
|
+
"disabled": !hasPrependMedia,
|
|
15138
|
+
"defaults": {
|
|
15139
|
+
VAvatar: {
|
|
15140
|
+
density: props.density,
|
|
15141
|
+
image: props.prependAvatar
|
|
15142
|
+
},
|
|
15143
|
+
VIcon: {
|
|
15144
|
+
density: props.density,
|
|
15145
|
+
icon: props.prependIcon
|
|
15146
|
+
}
|
|
15174
15147
|
}
|
|
15175
|
-
}
|
|
15176
|
-
|
|
15148
|
+
}, slots.prepend)]), createElementVNode("div", {
|
|
15149
|
+
"class": "v-card-item__content"
|
|
15150
|
+
}, [hasTitle && createVNode(VCardTitle, {
|
|
15151
|
+
"key": "title"
|
|
15152
|
+
}, {
|
|
15153
|
+
default: () => [slots.title?.() ?? toDisplayString(props.title)]
|
|
15154
|
+
}), hasSubtitle && createVNode(VCardSubtitle, {
|
|
15155
|
+
"key": "subtitle"
|
|
15156
|
+
}, {
|
|
15157
|
+
default: () => [slots.subtitle?.() ?? toDisplayString(props.subtitle)]
|
|
15158
|
+
}), slots.default?.()]), hasAppend && createElementVNode("div", {
|
|
15159
|
+
"key": "append",
|
|
15160
|
+
"class": "v-card-item__append"
|
|
15161
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
|
15162
|
+
"key": "append-icon",
|
|
15163
|
+
"density": props.density,
|
|
15164
|
+
"icon": props.appendIcon
|
|
15165
|
+
}, null), props.appendAvatar && createVNode(VAvatar, {
|
|
15166
|
+
"key": "append-avatar",
|
|
15167
|
+
"density": props.density,
|
|
15168
|
+
"image": props.appendAvatar
|
|
15169
|
+
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15170
|
+
"key": "append-defaults",
|
|
15171
|
+
"disabled": !hasAppendMedia,
|
|
15172
|
+
"defaults": {
|
|
15173
|
+
VAvatar: {
|
|
15174
|
+
density: props.density,
|
|
15175
|
+
image: props.appendAvatar
|
|
15176
|
+
},
|
|
15177
|
+
VIcon: {
|
|
15178
|
+
density: props.density,
|
|
15179
|
+
icon: props.appendIcon
|
|
15180
|
+
}
|
|
15181
|
+
}
|
|
15182
|
+
}, slots.append)])]
|
|
15183
|
+
});
|
|
15177
15184
|
});
|
|
15178
15185
|
return {};
|
|
15179
15186
|
}
|
|
@@ -35691,7 +35698,7 @@ function createVuetify$1() {
|
|
|
35691
35698
|
};
|
|
35692
35699
|
});
|
|
35693
35700
|
}
|
|
35694
|
-
const version$1 = "3.9.5-dev.2025-08-
|
|
35701
|
+
const version$1 = "3.9.5-dev.2025-08-23";
|
|
35695
35702
|
createVuetify$1.version = version$1;
|
|
35696
35703
|
|
|
35697
35704
|
// Vue's inject() can only be used in setup
|
|
@@ -35989,7 +35996,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
35989
35996
|
|
|
35990
35997
|
/* eslint-disable local-rules/sort-imports */
|
|
35991
35998
|
|
|
35992
|
-
const version = "3.9.5-dev.2025-08-
|
|
35999
|
+
const version = "3.9.5-dev.2025-08-23";
|
|
35993
36000
|
|
|
35994
36001
|
/* eslint-disable local-rules/sort-imports */
|
|
35995
36002
|
|