@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.d.ts
CHANGED
|
@@ -23421,6 +23421,7 @@ type VBtnToggle = InstanceType<typeof VBtnToggle>;
|
|
|
23421
23421
|
declare const VCardItem: {
|
|
23422
23422
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
23423
23423
|
style: vue.StyleValue;
|
|
23424
|
+
tag: string | JSXComponent;
|
|
23424
23425
|
density: Density;
|
|
23425
23426
|
} & {
|
|
23426
23427
|
title?: string | number | boolean | undefined;
|
|
@@ -23456,6 +23457,7 @@ declare const VCardItem: {
|
|
|
23456
23457
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
23457
23458
|
style: vue.StyleValue;
|
|
23458
23459
|
title: string | number | boolean;
|
|
23460
|
+
tag: string | JSXComponent;
|
|
23459
23461
|
density: Density;
|
|
23460
23462
|
subtitle: string | number | boolean;
|
|
23461
23463
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -23473,6 +23475,7 @@ declare const VCardItem: {
|
|
|
23473
23475
|
Defaults: {};
|
|
23474
23476
|
}, {
|
|
23475
23477
|
style: vue.StyleValue;
|
|
23478
|
+
tag: string | JSXComponent;
|
|
23476
23479
|
density: Density;
|
|
23477
23480
|
} & {
|
|
23478
23481
|
title?: string | number | boolean | undefined;
|
|
@@ -23508,6 +23511,7 @@ declare const VCardItem: {
|
|
|
23508
23511
|
}, {}, {}, {}, {}, {
|
|
23509
23512
|
style: vue.StyleValue;
|
|
23510
23513
|
title: string | number | boolean;
|
|
23514
|
+
tag: string | JSXComponent;
|
|
23511
23515
|
density: Density;
|
|
23512
23516
|
subtitle: string | number | boolean;
|
|
23513
23517
|
}>;
|
|
@@ -23516,6 +23520,7 @@ declare const VCardItem: {
|
|
|
23516
23520
|
__isSuspense?: never;
|
|
23517
23521
|
} & vue.ComponentOptionsBase<{
|
|
23518
23522
|
style: vue.StyleValue;
|
|
23523
|
+
tag: string | JSXComponent;
|
|
23519
23524
|
density: Density;
|
|
23520
23525
|
} & {
|
|
23521
23526
|
title?: string | number | boolean | undefined;
|
|
@@ -23551,6 +23556,7 @@ declare const VCardItem: {
|
|
|
23551
23556
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
23552
23557
|
style: vue.StyleValue;
|
|
23553
23558
|
title: string | number | boolean;
|
|
23559
|
+
tag: string | JSXComponent;
|
|
23554
23560
|
density: Density;
|
|
23555
23561
|
subtitle: string | number | boolean;
|
|
23556
23562
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -23560,6 +23566,10 @@ declare const VCardItem: {
|
|
|
23560
23566
|
title: () => vue.VNode[];
|
|
23561
23567
|
subtitle: () => vue.VNode[];
|
|
23562
23568
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
23569
|
+
tag: {
|
|
23570
|
+
type: vue.PropType<string | JSXComponent>;
|
|
23571
|
+
default: string;
|
|
23572
|
+
};
|
|
23563
23573
|
density: {
|
|
23564
23574
|
type: vue.PropType<Density>;
|
|
23565
23575
|
default: string;
|
|
@@ -23583,6 +23593,10 @@ declare const VCardItem: {
|
|
|
23583
23593
|
default: undefined;
|
|
23584
23594
|
};
|
|
23585
23595
|
}, vue.ExtractPropTypes<{
|
|
23596
|
+
tag: {
|
|
23597
|
+
type: vue.PropType<string | JSXComponent>;
|
|
23598
|
+
default: string;
|
|
23599
|
+
};
|
|
23586
23600
|
density: {
|
|
23587
23601
|
type: vue.PropType<Density>;
|
|
23588
23602
|
default: string;
|
|
@@ -24106,6 +24120,7 @@ type VCard = InstanceType<typeof VCard>;
|
|
|
24106
24120
|
declare const VCardActions: {
|
|
24107
24121
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
24108
24122
|
style: vue.StyleValue;
|
|
24123
|
+
tag: string | JSXComponent;
|
|
24109
24124
|
} & {
|
|
24110
24125
|
class?: any;
|
|
24111
24126
|
} & {
|
|
@@ -24121,6 +24136,7 @@ declare const VCardActions: {
|
|
|
24121
24136
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24122
24137
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
24123
24138
|
style: vue.StyleValue;
|
|
24139
|
+
tag: string | JSXComponent;
|
|
24124
24140
|
}, true, {}, vue.SlotsType<Partial<{
|
|
24125
24141
|
default: () => vue.VNode[];
|
|
24126
24142
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
@@ -24132,6 +24148,7 @@ declare const VCardActions: {
|
|
|
24132
24148
|
Defaults: {};
|
|
24133
24149
|
}, {
|
|
24134
24150
|
style: vue.StyleValue;
|
|
24151
|
+
tag: string | JSXComponent;
|
|
24135
24152
|
} & {
|
|
24136
24153
|
class?: any;
|
|
24137
24154
|
} & {
|
|
@@ -24147,12 +24164,14 @@ declare const VCardActions: {
|
|
|
24147
24164
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24148
24165
|
}, {}, {}, {}, {}, {
|
|
24149
24166
|
style: vue.StyleValue;
|
|
24167
|
+
tag: string | JSXComponent;
|
|
24150
24168
|
}>;
|
|
24151
24169
|
__isFragment?: never;
|
|
24152
24170
|
__isTeleport?: never;
|
|
24153
24171
|
__isSuspense?: never;
|
|
24154
24172
|
} & vue.ComponentOptionsBase<{
|
|
24155
24173
|
style: vue.StyleValue;
|
|
24174
|
+
tag: string | JSXComponent;
|
|
24156
24175
|
} & {
|
|
24157
24176
|
class?: any;
|
|
24158
24177
|
} & {
|
|
@@ -24168,15 +24187,24 @@ declare const VCardActions: {
|
|
|
24168
24187
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24169
24188
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
24170
24189
|
style: vue.StyleValue;
|
|
24190
|
+
tag: string | JSXComponent;
|
|
24171
24191
|
}, {}, string, vue.SlotsType<Partial<{
|
|
24172
24192
|
default: () => vue.VNode[];
|
|
24173
24193
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
24194
|
+
tag: {
|
|
24195
|
+
type: vue.PropType<string | JSXComponent>;
|
|
24196
|
+
default: string;
|
|
24197
|
+
};
|
|
24174
24198
|
class: vue.PropType<ClassValue>;
|
|
24175
24199
|
style: {
|
|
24176
24200
|
type: vue.PropType<vue.StyleValue>;
|
|
24177
24201
|
default: null;
|
|
24178
24202
|
};
|
|
24179
24203
|
}, vue.ExtractPropTypes<{
|
|
24204
|
+
tag: {
|
|
24205
|
+
type: vue.PropType<string | JSXComponent>;
|
|
24206
|
+
default: string;
|
|
24207
|
+
};
|
|
24180
24208
|
class: vue.PropType<ClassValue>;
|
|
24181
24209
|
style: {
|
|
24182
24210
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -96299,49 +96327,40 @@ declare module 'vue' {
|
|
|
96299
96327
|
$children?: VNodeChild
|
|
96300
96328
|
}
|
|
96301
96329
|
export interface GlobalComponents {
|
|
96302
|
-
VApp: VApp
|
|
96303
96330
|
VAppBar: VAppBar
|
|
96304
96331
|
VAppBarNavIcon: VAppBarNavIcon
|
|
96305
96332
|
VAppBarTitle: VAppBarTitle
|
|
96306
|
-
|
|
96333
|
+
VApp: VApp
|
|
96307
96334
|
VAlert: VAlert
|
|
96308
96335
|
VAlertTitle: VAlertTitle
|
|
96309
|
-
VBadge: VBadge
|
|
96310
|
-
VBottomSheet: VBottomSheet
|
|
96311
96336
|
VAvatar: VAvatar
|
|
96337
|
+
VAutocomplete: VAutocomplete
|
|
96312
96338
|
VBanner: VBanner
|
|
96313
96339
|
VBannerActions: VBannerActions
|
|
96314
96340
|
VBannerText: VBannerText
|
|
96315
|
-
|
|
96341
|
+
VBottomNavigation: VBottomNavigation
|
|
96342
|
+
VBadge: VBadge
|
|
96316
96343
|
VBreadcrumbs: VBreadcrumbs
|
|
96317
96344
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
96318
96345
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
96319
|
-
|
|
96320
|
-
VCarousel: VCarousel
|
|
96321
|
-
VCarouselItem: VCarouselItem
|
|
96322
|
-
VBtn: VBtn
|
|
96323
|
-
VBtnToggle: VBtnToggle
|
|
96346
|
+
VBottomSheet: VBottomSheet
|
|
96324
96347
|
VCard: VCard
|
|
96325
96348
|
VCardActions: VCardActions
|
|
96326
96349
|
VCardItem: VCardItem
|
|
96327
96350
|
VCardSubtitle: VCardSubtitle
|
|
96328
96351
|
VCardText: VCardText
|
|
96329
96352
|
VCardTitle: VCardTitle
|
|
96330
|
-
|
|
96353
|
+
VCarousel: VCarousel
|
|
96354
|
+
VCarouselItem: VCarouselItem
|
|
96355
|
+
VBtnGroup: VBtnGroup
|
|
96331
96356
|
VCheckbox: VCheckbox
|
|
96332
96357
|
VCheckboxBtn: VCheckboxBtn
|
|
96333
|
-
|
|
96334
|
-
VDialog: VDialog
|
|
96358
|
+
VBtn: VBtn
|
|
96335
96359
|
VChip: VChip
|
|
96336
|
-
|
|
96337
|
-
VDatePickerControls: VDatePickerControls
|
|
96338
|
-
VDatePickerHeader: VDatePickerHeader
|
|
96339
|
-
VDatePickerMonth: VDatePickerMonth
|
|
96340
|
-
VDatePickerMonths: VDatePickerMonths
|
|
96341
|
-
VDatePickerYears: VDatePickerYears
|
|
96360
|
+
VCode: VCode
|
|
96342
96361
|
VColorPicker: VColorPicker
|
|
96343
96362
|
VChipGroup: VChipGroup
|
|
96344
|
-
|
|
96363
|
+
VCombobox: VCombobox
|
|
96345
96364
|
VCounter: VCounter
|
|
96346
96365
|
VDataTable: VDataTable
|
|
96347
96366
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -96351,27 +96370,35 @@ declare module 'vue' {
|
|
|
96351
96370
|
VDataTableVirtual: VDataTableVirtual
|
|
96352
96371
|
VDataTableServer: VDataTableServer
|
|
96353
96372
|
VDivider: VDivider
|
|
96354
|
-
VField: VField
|
|
96355
|
-
VFieldLabel: VFieldLabel
|
|
96356
96373
|
VExpansionPanels: VExpansionPanels
|
|
96357
96374
|
VExpansionPanel: VExpansionPanel
|
|
96358
96375
|
VExpansionPanelText: VExpansionPanelText
|
|
96359
96376
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
96360
|
-
|
|
96377
|
+
VEmptyState: VEmptyState
|
|
96378
|
+
VDialog: VDialog
|
|
96361
96379
|
VFab: VFab
|
|
96380
|
+
VDatePicker: VDatePicker
|
|
96381
|
+
VDatePickerControls: VDatePickerControls
|
|
96382
|
+
VDatePickerHeader: VDatePickerHeader
|
|
96383
|
+
VDatePickerMonth: VDatePickerMonth
|
|
96384
|
+
VDatePickerMonths: VDatePickerMonths
|
|
96385
|
+
VDatePickerYears: VDatePickerYears
|
|
96386
|
+
VField: VField
|
|
96387
|
+
VFieldLabel: VFieldLabel
|
|
96388
|
+
VFileInput: VFileInput
|
|
96362
96389
|
VFooter: VFooter
|
|
96363
96390
|
VIcon: VIcon
|
|
96364
96391
|
VComponentIcon: VComponentIcon
|
|
96365
96392
|
VSvgIcon: VSvgIcon
|
|
96366
96393
|
VLigatureIcon: VLigatureIcon
|
|
96367
96394
|
VClassIcon: VClassIcon
|
|
96368
|
-
VInfiniteScroll: VInfiniteScroll
|
|
96369
|
-
VInput: VInput
|
|
96370
|
-
VLabel: VLabel
|
|
96371
96395
|
VImg: VImg
|
|
96372
96396
|
VItemGroup: VItemGroup
|
|
96373
96397
|
VItem: VItem
|
|
96398
|
+
VInput: VInput
|
|
96374
96399
|
VKbd: VKbd
|
|
96400
|
+
VLabel: VLabel
|
|
96401
|
+
VInfiniteScroll: VInfiniteScroll
|
|
96375
96402
|
VList: VList
|
|
96376
96403
|
VListGroup: VListGroup
|
|
96377
96404
|
VListImg: VListImg
|
|
@@ -96381,25 +96408,25 @@ declare module 'vue' {
|
|
|
96381
96408
|
VListItemSubtitle: VListItemSubtitle
|
|
96382
96409
|
VListItemTitle: VListItemTitle
|
|
96383
96410
|
VListSubheader: VListSubheader
|
|
96411
|
+
VMain: VMain
|
|
96384
96412
|
VNavigationDrawer: VNavigationDrawer
|
|
96385
|
-
|
|
96413
|
+
VNumberInput: VNumberInput
|
|
96386
96414
|
VMessages: VMessages
|
|
96387
|
-
|
|
96415
|
+
VMenu: VMenu
|
|
96388
96416
|
VOtpInput: VOtpInput
|
|
96389
|
-
VOverlay: VOverlay
|
|
96390
96417
|
VProgressCircular: VProgressCircular
|
|
96391
|
-
|
|
96392
|
-
|
|
96418
|
+
VOverlay: VOverlay
|
|
96419
|
+
VPagination: VPagination
|
|
96393
96420
|
VProgressLinear: VProgressLinear
|
|
96394
|
-
VRating: VRating
|
|
96395
96421
|
VSelect: VSelect
|
|
96422
|
+
VRating: VRating
|
|
96396
96423
|
VSelectionControl: VSelectionControl
|
|
96397
96424
|
VSheet: VSheet
|
|
96398
|
-
VSlideGroup: VSlideGroup
|
|
96399
|
-
VSlideGroupItem: VSlideGroupItem
|
|
96400
|
-
VSlider: VSlider
|
|
96401
96425
|
VSkeletonLoader: VSkeletonLoader
|
|
96402
96426
|
VSelectionControlGroup: VSelectionControlGroup
|
|
96427
|
+
VSlider: VSlider
|
|
96428
|
+
VSlideGroup: VSlideGroup
|
|
96429
|
+
VSlideGroupItem: VSlideGroupItem
|
|
96403
96430
|
VSnackbar: VSnackbar
|
|
96404
96431
|
VStepper: VStepper
|
|
96405
96432
|
VStepperActions: VStepperActions
|
|
@@ -96409,48 +96436,48 @@ declare module 'vue' {
|
|
|
96409
96436
|
VStepperWindowItem: VStepperWindowItem
|
|
96410
96437
|
VSwitch: VSwitch
|
|
96411
96438
|
VTable: VTable
|
|
96412
|
-
VTab: VTab
|
|
96413
|
-
VTabs: VTabs
|
|
96414
|
-
VTabsWindow: VTabsWindow
|
|
96415
|
-
VTabsWindowItem: VTabsWindowItem
|
|
96416
96439
|
VTextField: VTextField
|
|
96417
|
-
VTimePicker: VTimePicker
|
|
96418
|
-
VTimePickerClock: VTimePickerClock
|
|
96419
|
-
VTimePickerControls: VTimePickerControls
|
|
96420
96440
|
VSystemBar: VSystemBar
|
|
96421
96441
|
VTimeline: VTimeline
|
|
96422
96442
|
VTimelineItem: VTimelineItem
|
|
96423
|
-
|
|
96443
|
+
VTimePicker: VTimePicker
|
|
96444
|
+
VTimePickerClock: VTimePickerClock
|
|
96445
|
+
VTimePickerControls: VTimePickerControls
|
|
96446
|
+
VTab: VTab
|
|
96447
|
+
VTabs: VTabs
|
|
96448
|
+
VTabsWindow: VTabsWindow
|
|
96449
|
+
VTabsWindowItem: VTabsWindowItem
|
|
96424
96450
|
VToolbar: VToolbar
|
|
96425
96451
|
VToolbarTitle: VToolbarTitle
|
|
96426
96452
|
VToolbarItems: VToolbarItems
|
|
96453
|
+
VTooltip: VTooltip
|
|
96427
96454
|
VTreeview: VTreeview
|
|
96428
96455
|
VTreeviewItem: VTreeviewItem
|
|
96429
96456
|
VTreeviewGroup: VTreeviewGroup
|
|
96430
96457
|
VTextarea: VTextarea
|
|
96431
|
-
VWindow: VWindow
|
|
96432
|
-
VWindowItem: VWindowItem
|
|
96433
96458
|
VConfirmEdit: VConfirmEdit
|
|
96434
96459
|
VDataIterator: VDataIterator
|
|
96435
96460
|
VDefaultsProvider: VDefaultsProvider
|
|
96436
96461
|
VForm: VForm
|
|
96437
|
-
VHover: VHover
|
|
96438
|
-
VMain: VMain
|
|
96439
96462
|
VContainer: VContainer
|
|
96440
96463
|
VCol: VCol
|
|
96441
96464
|
VRow: VRow
|
|
96442
96465
|
VSpacer: VSpacer
|
|
96466
|
+
VHover: VHover
|
|
96467
|
+
VWindow: VWindow
|
|
96468
|
+
VWindowItem: VWindowItem
|
|
96469
|
+
VLazy: VLazy
|
|
96443
96470
|
VLayout: VLayout
|
|
96444
96471
|
VLayoutItem: VLayoutItem
|
|
96445
|
-
VLazy: VLazy
|
|
96446
96472
|
VNoSsr: VNoSsr
|
|
96447
96473
|
VParallax: VParallax
|
|
96448
|
-
VRadio: VRadio
|
|
96449
96474
|
VRangeSlider: VRangeSlider
|
|
96475
|
+
VRadioGroup: VRadioGroup
|
|
96476
|
+
VRadio: VRadio
|
|
96450
96477
|
VResponsive: VResponsive
|
|
96451
96478
|
VSnackbarQueue: VSnackbarQueue
|
|
96452
|
-
VSparkline: VSparkline
|
|
96453
96479
|
VSpeedDial: VSpeedDial
|
|
96480
|
+
VSparkline: VSparkline
|
|
96454
96481
|
VThemeProvider: VThemeProvider
|
|
96455
96482
|
VValidation: VValidation
|
|
96456
96483
|
VVirtualScroll: VVirtualScroll
|
|
@@ -96470,30 +96497,31 @@ declare module 'vue' {
|
|
|
96470
96497
|
VExpandTransition: VExpandTransition
|
|
96471
96498
|
VExpandXTransition: VExpandXTransition
|
|
96472
96499
|
VDialogTransition: VDialogTransition
|
|
96500
|
+
VBtnToggle: VBtnToggle
|
|
96473
96501
|
VLocaleProvider: VLocaleProvider
|
|
96502
|
+
VColorInput: VColorInput
|
|
96474
96503
|
VCalendar: VCalendar
|
|
96475
96504
|
VCalendarDay: VCalendarDay
|
|
96476
96505
|
VCalendarHeader: VCalendarHeader
|
|
96477
96506
|
VCalendarInterval: VCalendarInterval
|
|
96478
96507
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
96479
96508
|
VCalendarMonthDay: VCalendarMonthDay
|
|
96509
|
+
VPicker: VPicker
|
|
96510
|
+
VPickerTitle: VPickerTitle
|
|
96511
|
+
VIconBtn: VIconBtn
|
|
96480
96512
|
VFileUpload: VFileUpload
|
|
96481
96513
|
VFileUploadItem: VFileUploadItem
|
|
96482
|
-
VColorInput: VColorInput
|
|
96483
|
-
VIconBtn: VIconBtn
|
|
96484
96514
|
VPie: VPie
|
|
96485
96515
|
VPieSegment: VPieSegment
|
|
96486
96516
|
VPieTooltip: VPieTooltip
|
|
96487
96517
|
VStepperVertical: VStepperVertical
|
|
96488
96518
|
VStepperVerticalItem: VStepperVerticalItem
|
|
96489
96519
|
VStepperVerticalActions: VStepperVerticalActions
|
|
96490
|
-
VPicker: VPicker
|
|
96491
|
-
VPickerTitle: VPickerTitle
|
|
96492
|
-
VHotkey: VHotkey
|
|
96493
96520
|
VVideo: VVideo
|
|
96494
96521
|
VVideoControls: VVideoControls
|
|
96495
96522
|
VVideoVolume: VVideoVolume
|
|
96496
96523
|
VDateInput: VDateInput
|
|
96524
|
+
VHotkey: VHotkey
|
|
96497
96525
|
VMaskInput: VMaskInput
|
|
96498
96526
|
VPullToRefresh: VPullToRefresh
|
|
96499
96527
|
}
|
package/dist/vuetify.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
|
*/
|
|
@@ -15276,9 +15276,13 @@ const VBreadcrumbs = genericComponent()({
|
|
|
15276
15276
|
}
|
|
15277
15277
|
});
|
|
15278
15278
|
|
|
15279
|
+
const makeVCardActionsProps = propsFactory({
|
|
15280
|
+
...makeComponentProps(),
|
|
15281
|
+
...makeTagProps()
|
|
15282
|
+
}, 'VCardActions');
|
|
15279
15283
|
const VCardActions = genericComponent()({
|
|
15280
15284
|
name: 'VCardActions',
|
|
15281
|
-
props:
|
|
15285
|
+
props: makeVCardActionsProps(),
|
|
15282
15286
|
setup(props, _ref) {
|
|
15283
15287
|
let {
|
|
15284
15288
|
slots
|
|
@@ -15289,10 +15293,10 @@ const VCardActions = genericComponent()({
|
|
|
15289
15293
|
variant: 'text'
|
|
15290
15294
|
}
|
|
15291
15295
|
});
|
|
15292
|
-
useRender(() =>
|
|
15296
|
+
useRender(() => createVNode(props.tag, {
|
|
15293
15297
|
"class": normalizeClass(['v-card-actions', props.class]),
|
|
15294
15298
|
"style": normalizeStyle(props.style)
|
|
15295
|
-
},
|
|
15299
|
+
}, slots));
|
|
15296
15300
|
return {};
|
|
15297
15301
|
}
|
|
15298
15302
|
});
|
|
@@ -15336,7 +15340,8 @@ const makeCardItemProps = propsFactory({
|
|
|
15336
15340
|
default: undefined
|
|
15337
15341
|
},
|
|
15338
15342
|
...makeComponentProps(),
|
|
15339
|
-
...makeDensityProps()
|
|
15343
|
+
...makeDensityProps(),
|
|
15344
|
+
...makeTagProps()
|
|
15340
15345
|
}, 'VCardItem');
|
|
15341
15346
|
const VCardItem = genericComponent()({
|
|
15342
15347
|
name: 'VCardItem',
|
|
@@ -15352,68 +15357,70 @@ const VCardItem = genericComponent()({
|
|
|
15352
15357
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
|
15353
15358
|
const hasTitle = !!(props.title != null || slots.title);
|
|
15354
15359
|
const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
|
|
15355
|
-
return
|
|
15360
|
+
return createVNode(props.tag, {
|
|
15356
15361
|
"class": normalizeClass(['v-card-item', props.class]),
|
|
15357
15362
|
"style": normalizeStyle(props.style)
|
|
15358
|
-
}, [hasPrepend && createElementVNode("div", {
|
|
15359
|
-
"key": "prepend",
|
|
15360
|
-
"class": "v-card-item__prepend"
|
|
15361
|
-
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
|
15362
|
-
"key": "prepend-avatar",
|
|
15363
|
-
"density": props.density,
|
|
15364
|
-
"image": props.prependAvatar
|
|
15365
|
-
}, null), props.prependIcon && createVNode(VIcon, {
|
|
15366
|
-
"key": "prepend-icon",
|
|
15367
|
-
"density": props.density,
|
|
15368
|
-
"icon": props.prependIcon
|
|
15369
|
-
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15370
|
-
"key": "prepend-defaults",
|
|
15371
|
-
"disabled": !hasPrependMedia,
|
|
15372
|
-
"defaults": {
|
|
15373
|
-
VAvatar: {
|
|
15374
|
-
density: props.density,
|
|
15375
|
-
image: props.prependAvatar
|
|
15376
|
-
},
|
|
15377
|
-
VIcon: {
|
|
15378
|
-
density: props.density,
|
|
15379
|
-
icon: props.prependIcon
|
|
15380
|
-
}
|
|
15381
|
-
}
|
|
15382
|
-
}, slots.prepend)]), createElementVNode("div", {
|
|
15383
|
-
"class": "v-card-item__content"
|
|
15384
|
-
}, [hasTitle && createVNode(VCardTitle, {
|
|
15385
|
-
"key": "title"
|
|
15386
|
-
}, {
|
|
15387
|
-
default: () => [slots.title?.() ?? toDisplayString(props.title)]
|
|
15388
|
-
}), hasSubtitle && createVNode(VCardSubtitle, {
|
|
15389
|
-
"key": "subtitle"
|
|
15390
15363
|
}, {
|
|
15391
|
-
default: () => [
|
|
15392
|
-
|
|
15393
|
-
|
|
15394
|
-
|
|
15395
|
-
|
|
15396
|
-
|
|
15397
|
-
|
|
15398
|
-
|
|
15399
|
-
|
|
15400
|
-
|
|
15401
|
-
|
|
15402
|
-
|
|
15403
|
-
|
|
15404
|
-
|
|
15405
|
-
|
|
15406
|
-
|
|
15407
|
-
|
|
15408
|
-
|
|
15409
|
-
|
|
15410
|
-
|
|
15411
|
-
|
|
15412
|
-
|
|
15413
|
-
|
|
15364
|
+
default: () => [hasPrepend && createElementVNode("div", {
|
|
15365
|
+
"key": "prepend",
|
|
15366
|
+
"class": "v-card-item__prepend"
|
|
15367
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
|
15368
|
+
"key": "prepend-avatar",
|
|
15369
|
+
"density": props.density,
|
|
15370
|
+
"image": props.prependAvatar
|
|
15371
|
+
}, null), props.prependIcon && createVNode(VIcon, {
|
|
15372
|
+
"key": "prepend-icon",
|
|
15373
|
+
"density": props.density,
|
|
15374
|
+
"icon": props.prependIcon
|
|
15375
|
+
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15376
|
+
"key": "prepend-defaults",
|
|
15377
|
+
"disabled": !hasPrependMedia,
|
|
15378
|
+
"defaults": {
|
|
15379
|
+
VAvatar: {
|
|
15380
|
+
density: props.density,
|
|
15381
|
+
image: props.prependAvatar
|
|
15382
|
+
},
|
|
15383
|
+
VIcon: {
|
|
15384
|
+
density: props.density,
|
|
15385
|
+
icon: props.prependIcon
|
|
15386
|
+
}
|
|
15414
15387
|
}
|
|
15415
|
-
}
|
|
15416
|
-
|
|
15388
|
+
}, slots.prepend)]), createElementVNode("div", {
|
|
15389
|
+
"class": "v-card-item__content"
|
|
15390
|
+
}, [hasTitle && createVNode(VCardTitle, {
|
|
15391
|
+
"key": "title"
|
|
15392
|
+
}, {
|
|
15393
|
+
default: () => [slots.title?.() ?? toDisplayString(props.title)]
|
|
15394
|
+
}), hasSubtitle && createVNode(VCardSubtitle, {
|
|
15395
|
+
"key": "subtitle"
|
|
15396
|
+
}, {
|
|
15397
|
+
default: () => [slots.subtitle?.() ?? toDisplayString(props.subtitle)]
|
|
15398
|
+
}), slots.default?.()]), hasAppend && createElementVNode("div", {
|
|
15399
|
+
"key": "append",
|
|
15400
|
+
"class": "v-card-item__append"
|
|
15401
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
|
15402
|
+
"key": "append-icon",
|
|
15403
|
+
"density": props.density,
|
|
15404
|
+
"icon": props.appendIcon
|
|
15405
|
+
}, null), props.appendAvatar && createVNode(VAvatar, {
|
|
15406
|
+
"key": "append-avatar",
|
|
15407
|
+
"density": props.density,
|
|
15408
|
+
"image": props.appendAvatar
|
|
15409
|
+
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15410
|
+
"key": "append-defaults",
|
|
15411
|
+
"disabled": !hasAppendMedia,
|
|
15412
|
+
"defaults": {
|
|
15413
|
+
VAvatar: {
|
|
15414
|
+
density: props.density,
|
|
15415
|
+
image: props.appendAvatar
|
|
15416
|
+
},
|
|
15417
|
+
VIcon: {
|
|
15418
|
+
density: props.density,
|
|
15419
|
+
icon: props.appendIcon
|
|
15420
|
+
}
|
|
15421
|
+
}
|
|
15422
|
+
}, slots.append)])]
|
|
15423
|
+
});
|
|
15417
15424
|
});
|
|
15418
15425
|
return {};
|
|
15419
15426
|
}
|
|
@@ -32110,7 +32117,7 @@ function createVuetify$1() {
|
|
|
32110
32117
|
};
|
|
32111
32118
|
});
|
|
32112
32119
|
}
|
|
32113
|
-
const version$1 = "3.9.5-dev.2025-08-
|
|
32120
|
+
const version$1 = "3.9.5-dev.2025-08-23";
|
|
32114
32121
|
createVuetify$1.version = version$1;
|
|
32115
32122
|
|
|
32116
32123
|
// Vue's inject() can only be used in setup
|
|
@@ -32135,7 +32142,7 @@ const createVuetify = function () {
|
|
|
32135
32142
|
...options
|
|
32136
32143
|
});
|
|
32137
32144
|
};
|
|
32138
|
-
const version = "3.9.5-dev.2025-08-
|
|
32145
|
+
const version = "3.9.5-dev.2025-08-23";
|
|
32139
32146
|
createVuetify.version = version;
|
|
32140
32147
|
|
|
32141
32148
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|