@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-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 +6 -3
- package/dist/json/attributes.json +2183 -2175
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +156 -156
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +4199 -4178
- package/dist/vuetify-labs.cjs +202 -98
- package/dist/vuetify-labs.css +5261 -5261
- package/dist/vuetify-labs.d.ts +112 -84
- package/dist/vuetify-labs.esm.js +202 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +202 -98
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +85 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2218 -2218
- package/dist/vuetify.d.ts +91 -63
- package/dist/vuetify.esm.js +85 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +85 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +367 -366
- 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/composables/filter.d.ts +1 -0
- package/lib/composables/filter.js +13 -0
- package/lib/composables/filter.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/VMaskInput/VMaskInput.d.ts +22 -21
- package/lib/labs/VMaskInput/VMaskInput.js +118 -34
- package/lib/labs/VMaskInput/VMaskInput.js.map +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,50 +96327,40 @@ declare module 'vue' {
|
|
|
96299
96327
|
$children?: VNodeChild
|
|
96300
96328
|
}
|
|
96301
96329
|
export interface GlobalComponents {
|
|
96302
|
-
|
|
96330
|
+
VAlert: VAlert
|
|
96331
|
+
VAlertTitle: VAlertTitle
|
|
96303
96332
|
VAppBar: VAppBar
|
|
96304
96333
|
VAppBarNavIcon: VAppBarNavIcon
|
|
96305
96334
|
VAppBarTitle: VAppBarTitle
|
|
96306
96335
|
VAutocomplete: VAutocomplete
|
|
96307
|
-
|
|
96308
|
-
VAlertTitle: VAlertTitle
|
|
96309
|
-
VBadge: VBadge
|
|
96336
|
+
VApp: VApp
|
|
96310
96337
|
VBottomSheet: VBottomSheet
|
|
96311
|
-
|
|
96312
|
-
VBanner: VBanner
|
|
96313
|
-
VBannerActions: VBannerActions
|
|
96314
|
-
VBannerText: VBannerText
|
|
96315
|
-
VBtnGroup: VBtnGroup
|
|
96338
|
+
VBadge: VBadge
|
|
96316
96339
|
VBreadcrumbs: VBreadcrumbs
|
|
96317
96340
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
96318
96341
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
96342
|
+
VBanner: VBanner
|
|
96343
|
+
VBannerActions: VBannerActions
|
|
96344
|
+
VBannerText: VBannerText
|
|
96319
96345
|
VBottomNavigation: VBottomNavigation
|
|
96320
|
-
|
|
96321
|
-
|
|
96322
|
-
VBtn: VBtn
|
|
96346
|
+
VAvatar: VAvatar
|
|
96347
|
+
VBtnGroup: VBtnGroup
|
|
96323
96348
|
VBtnToggle: VBtnToggle
|
|
96349
|
+
VBtn: VBtn
|
|
96350
|
+
VColorPicker: VColorPicker
|
|
96351
|
+
VChip: VChip
|
|
96352
|
+
VChipGroup: VChipGroup
|
|
96353
|
+
VCode: VCode
|
|
96324
96354
|
VCard: VCard
|
|
96325
96355
|
VCardActions: VCardActions
|
|
96326
96356
|
VCardItem: VCardItem
|
|
96327
96357
|
VCardSubtitle: VCardSubtitle
|
|
96328
96358
|
VCardText: VCardText
|
|
96329
96359
|
VCardTitle: VCardTitle
|
|
96330
|
-
VCode: VCode
|
|
96331
|
-
VCheckbox: VCheckbox
|
|
96332
|
-
VCheckboxBtn: VCheckboxBtn
|
|
96333
96360
|
VCombobox: VCombobox
|
|
96334
|
-
VDialog: VDialog
|
|
96335
|
-
VChip: VChip
|
|
96336
|
-
VDatePicker: VDatePicker
|
|
96337
|
-
VDatePickerControls: VDatePickerControls
|
|
96338
|
-
VDatePickerHeader: VDatePickerHeader
|
|
96339
|
-
VDatePickerMonth: VDatePickerMonth
|
|
96340
|
-
VDatePickerMonths: VDatePickerMonths
|
|
96341
|
-
VDatePickerYears: VDatePickerYears
|
|
96342
|
-
VColorPicker: VColorPicker
|
|
96343
|
-
VChipGroup: VChipGroup
|
|
96344
|
-
VEmptyState: VEmptyState
|
|
96345
96361
|
VCounter: VCounter
|
|
96362
|
+
VCheckbox: VCheckbox
|
|
96363
|
+
VCheckboxBtn: VCheckboxBtn
|
|
96346
96364
|
VDataTable: VDataTable
|
|
96347
96365
|
VDataTableHeaders: VDataTableHeaders
|
|
96348
96366
|
VDataTableFooter: VDataTableFooter
|
|
@@ -96350,27 +96368,35 @@ declare module 'vue' {
|
|
|
96350
96368
|
VDataTableRow: VDataTableRow
|
|
96351
96369
|
VDataTableVirtual: VDataTableVirtual
|
|
96352
96370
|
VDataTableServer: VDataTableServer
|
|
96371
|
+
VDialog: VDialog
|
|
96353
96372
|
VDivider: VDivider
|
|
96354
|
-
|
|
96355
|
-
|
|
96373
|
+
VDatePicker: VDatePicker
|
|
96374
|
+
VDatePickerControls: VDatePickerControls
|
|
96375
|
+
VDatePickerHeader: VDatePickerHeader
|
|
96376
|
+
VDatePickerMonth: VDatePickerMonth
|
|
96377
|
+
VDatePickerMonths: VDatePickerMonths
|
|
96378
|
+
VDatePickerYears: VDatePickerYears
|
|
96356
96379
|
VExpansionPanels: VExpansionPanels
|
|
96357
96380
|
VExpansionPanel: VExpansionPanel
|
|
96358
96381
|
VExpansionPanelText: VExpansionPanelText
|
|
96359
96382
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
96360
|
-
|
|
96383
|
+
VEmptyState: VEmptyState
|
|
96361
96384
|
VFab: VFab
|
|
96385
|
+
VField: VField
|
|
96386
|
+
VFieldLabel: VFieldLabel
|
|
96362
96387
|
VFooter: VFooter
|
|
96388
|
+
VFileInput: VFileInput
|
|
96389
|
+
VInfiniteScroll: VInfiniteScroll
|
|
96390
|
+
VImg: VImg
|
|
96363
96391
|
VIcon: VIcon
|
|
96364
96392
|
VComponentIcon: VComponentIcon
|
|
96365
96393
|
VSvgIcon: VSvgIcon
|
|
96366
96394
|
VLigatureIcon: VLigatureIcon
|
|
96367
96395
|
VClassIcon: VClassIcon
|
|
96368
|
-
VInfiniteScroll: VInfiniteScroll
|
|
96369
96396
|
VInput: VInput
|
|
96370
|
-
VLabel: VLabel
|
|
96371
|
-
VImg: VImg
|
|
96372
96397
|
VItemGroup: VItemGroup
|
|
96373
96398
|
VItem: VItem
|
|
96399
|
+
VLabel: VLabel
|
|
96374
96400
|
VKbd: VKbd
|
|
96375
96401
|
VList: VList
|
|
96376
96402
|
VListGroup: VListGroup
|
|
@@ -96381,16 +96407,16 @@ declare module 'vue' {
|
|
|
96381
96407
|
VListItemSubtitle: VListItemSubtitle
|
|
96382
96408
|
VListItemTitle: VListItemTitle
|
|
96383
96409
|
VListSubheader: VListSubheader
|
|
96384
|
-
VNavigationDrawer: VNavigationDrawer
|
|
96385
96410
|
VMenu: VMenu
|
|
96386
96411
|
VMessages: VMessages
|
|
96387
|
-
|
|
96412
|
+
VNavigationDrawer: VNavigationDrawer
|
|
96413
|
+
VMain: VMain
|
|
96388
96414
|
VOtpInput: VOtpInput
|
|
96389
|
-
|
|
96390
|
-
VProgressCircular: VProgressCircular
|
|
96415
|
+
VPagination: VPagination
|
|
96391
96416
|
VNumberInput: VNumberInput
|
|
96392
|
-
|
|
96417
|
+
VProgressCircular: VProgressCircular
|
|
96393
96418
|
VProgressLinear: VProgressLinear
|
|
96419
|
+
VRadioGroup: VRadioGroup
|
|
96394
96420
|
VRating: VRating
|
|
96395
96421
|
VSelect: VSelect
|
|
96396
96422
|
VSelectionControl: VSelectionControl
|
|
@@ -96399,57 +96425,59 @@ declare module 'vue' {
|
|
|
96399
96425
|
VSlideGroupItem: VSlideGroupItem
|
|
96400
96426
|
VSlider: VSlider
|
|
96401
96427
|
VSkeletonLoader: VSkeletonLoader
|
|
96402
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
96403
96428
|
VSnackbar: VSnackbar
|
|
96429
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
96404
96430
|
VStepper: VStepper
|
|
96405
96431
|
VStepperActions: VStepperActions
|
|
96406
96432
|
VStepperHeader: VStepperHeader
|
|
96407
96433
|
VStepperItem: VStepperItem
|
|
96408
96434
|
VStepperWindow: VStepperWindow
|
|
96409
96435
|
VStepperWindowItem: VStepperWindowItem
|
|
96410
|
-
VSwitch: VSwitch
|
|
96411
96436
|
VTable: VTable
|
|
96437
|
+
VSwitch: VSwitch
|
|
96438
|
+
VSystemBar: VSystemBar
|
|
96439
|
+
VTextarea: VTextarea
|
|
96440
|
+
VTextField: VTextField
|
|
96412
96441
|
VTab: VTab
|
|
96413
96442
|
VTabs: VTabs
|
|
96414
96443
|
VTabsWindow: VTabsWindow
|
|
96415
96444
|
VTabsWindowItem: VTabsWindowItem
|
|
96416
|
-
VTextField: VTextField
|
|
96417
96445
|
VTimePicker: VTimePicker
|
|
96418
96446
|
VTimePickerClock: VTimePickerClock
|
|
96419
96447
|
VTimePickerControls: VTimePickerControls
|
|
96420
|
-
VSystemBar: VSystemBar
|
|
96421
|
-
VTimeline: VTimeline
|
|
96422
|
-
VTimelineItem: VTimelineItem
|
|
96423
|
-
VTooltip: VTooltip
|
|
96424
96448
|
VToolbar: VToolbar
|
|
96425
96449
|
VToolbarTitle: VToolbarTitle
|
|
96426
96450
|
VToolbarItems: VToolbarItems
|
|
96427
96451
|
VTreeview: VTreeview
|
|
96428
96452
|
VTreeviewItem: VTreeviewItem
|
|
96429
96453
|
VTreeviewGroup: VTreeviewGroup
|
|
96430
|
-
|
|
96454
|
+
VTooltip: VTooltip
|
|
96455
|
+
VTimeline: VTimeline
|
|
96456
|
+
VTimelineItem: VTimelineItem
|
|
96431
96457
|
VWindow: VWindow
|
|
96432
96458
|
VWindowItem: VWindowItem
|
|
96459
|
+
VCarousel: VCarousel
|
|
96460
|
+
VCarouselItem: VCarouselItem
|
|
96433
96461
|
VConfirmEdit: VConfirmEdit
|
|
96434
96462
|
VDataIterator: VDataIterator
|
|
96435
96463
|
VDefaultsProvider: VDefaultsProvider
|
|
96436
96464
|
VForm: VForm
|
|
96437
|
-
VHover: VHover
|
|
96438
|
-
VMain: VMain
|
|
96439
96465
|
VContainer: VContainer
|
|
96440
96466
|
VCol: VCol
|
|
96441
96467
|
VRow: VRow
|
|
96442
96468
|
VSpacer: VSpacer
|
|
96469
|
+
VHover: VHover
|
|
96443
96470
|
VLayout: VLayout
|
|
96444
96471
|
VLayoutItem: VLayoutItem
|
|
96445
96472
|
VLazy: VLazy
|
|
96473
|
+
VLocaleProvider: VLocaleProvider
|
|
96446
96474
|
VNoSsr: VNoSsr
|
|
96447
96475
|
VParallax: VParallax
|
|
96448
96476
|
VRadio: VRadio
|
|
96449
96477
|
VRangeSlider: VRangeSlider
|
|
96450
96478
|
VResponsive: VResponsive
|
|
96451
|
-
VSnackbarQueue: VSnackbarQueue
|
|
96452
96479
|
VSparkline: VSparkline
|
|
96480
|
+
VSnackbarQueue: VSnackbarQueue
|
|
96453
96481
|
VSpeedDial: VSpeedDial
|
|
96454
96482
|
VThemeProvider: VThemeProvider
|
|
96455
96483
|
VValidation: VValidation
|
|
@@ -96470,32 +96498,32 @@ declare module 'vue' {
|
|
|
96470
96498
|
VExpandTransition: VExpandTransition
|
|
96471
96499
|
VExpandXTransition: VExpandXTransition
|
|
96472
96500
|
VDialogTransition: VDialogTransition
|
|
96473
|
-
|
|
96474
|
-
VCalendar: VCalendar
|
|
96475
|
-
VCalendarDay: VCalendarDay
|
|
96476
|
-
VCalendarHeader: VCalendarHeader
|
|
96477
|
-
VCalendarInterval: VCalendarInterval
|
|
96478
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
96479
|
-
VCalendarMonthDay: VCalendarMonthDay
|
|
96480
|
-
VFileUpload: VFileUpload
|
|
96481
|
-
VFileUploadItem: VFileUploadItem
|
|
96482
|
-
VColorInput: VColorInput
|
|
96501
|
+
VOverlay: VOverlay
|
|
96483
96502
|
VIconBtn: VIconBtn
|
|
96484
|
-
|
|
96485
|
-
VPieSegment: VPieSegment
|
|
96486
|
-
VPieTooltip: VPieTooltip
|
|
96503
|
+
VColorInput: VColorInput
|
|
96487
96504
|
VStepperVertical: VStepperVertical
|
|
96488
96505
|
VStepperVerticalItem: VStepperVerticalItem
|
|
96489
96506
|
VStepperVerticalActions: VStepperVerticalActions
|
|
96490
96507
|
VPicker: VPicker
|
|
96491
96508
|
VPickerTitle: VPickerTitle
|
|
96492
|
-
|
|
96509
|
+
VPie: VPie
|
|
96510
|
+
VPieSegment: VPieSegment
|
|
96511
|
+
VPieTooltip: VPieTooltip
|
|
96512
|
+
VCalendar: VCalendar
|
|
96513
|
+
VCalendarDay: VCalendarDay
|
|
96514
|
+
VCalendarHeader: VCalendarHeader
|
|
96515
|
+
VCalendarInterval: VCalendarInterval
|
|
96516
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
96517
|
+
VCalendarMonthDay: VCalendarMonthDay
|
|
96493
96518
|
VVideo: VVideo
|
|
96494
96519
|
VVideoControls: VVideoControls
|
|
96495
96520
|
VVideoVolume: VVideoVolume
|
|
96521
|
+
VHotkey: VHotkey
|
|
96496
96522
|
VDateInput: VDateInput
|
|
96497
|
-
|
|
96523
|
+
VFileUpload: VFileUpload
|
|
96524
|
+
VFileUploadItem: VFileUploadItem
|
|
96498
96525
|
VPullToRefresh: VPullToRefresh
|
|
96526
|
+
VMaskInput: VMaskInput
|
|
96499
96527
|
}
|
|
96500
96528
|
export interface GlobalDirectives {
|
|
96501
96529
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
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-24
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -13983,6 +13983,7 @@ function filterItems(items, query, options) {
|
|
|
13983
13983
|
const keys = options?.filterKeys ? wrapInArray(options.filterKeys) : false;
|
|
13984
13984
|
const customFiltersLength = Object.keys(options?.customKeyFilter ?? {}).length;
|
|
13985
13985
|
if (!items?.length) return array;
|
|
13986
|
+
let lookAheadItem = null;
|
|
13986
13987
|
loop: for (let i = 0; i < items.length; i++) {
|
|
13987
13988
|
const [item, transformed = item] = wrapInArray(items[i]);
|
|
13988
13989
|
const customMatches = {};
|
|
@@ -13991,6 +13992,14 @@ function filterItems(items, query, options) {
|
|
|
13991
13992
|
if ((query || customFiltersLength > 0) && !options?.noFilter) {
|
|
13992
13993
|
if (typeof item === 'object') {
|
|
13993
13994
|
if (item.type === 'divider' || item.type === 'subheader') {
|
|
13995
|
+
if (lookAheadItem?.type === 'divider' && item.type === 'subheader') {
|
|
13996
|
+
array.push(lookAheadItem); // divider before subheader
|
|
13997
|
+
}
|
|
13998
|
+
lookAheadItem = {
|
|
13999
|
+
index: i,
|
|
14000
|
+
matches: {},
|
|
14001
|
+
type: item.type
|
|
14002
|
+
};
|
|
13994
14003
|
continue;
|
|
13995
14004
|
}
|
|
13996
14005
|
const filterKeys = keys || Object.keys(transformed);
|
|
@@ -14016,6 +14025,10 @@ function filterItems(items, query, options) {
|
|
|
14016
14025
|
if (options?.filterMode === 'union' && customMatchesLength !== customFiltersLength && !defaultMatchesLength) continue;
|
|
14017
14026
|
if (options?.filterMode === 'intersection' && (customMatchesLength !== customFiltersLength || !defaultMatchesLength)) continue;
|
|
14018
14027
|
}
|
|
14028
|
+
if (lookAheadItem) {
|
|
14029
|
+
array.push(lookAheadItem);
|
|
14030
|
+
lookAheadItem = null;
|
|
14031
|
+
}
|
|
14019
14032
|
array.push({
|
|
14020
14033
|
index: i,
|
|
14021
14034
|
matches: {
|
|
@@ -15276,9 +15289,13 @@ const VBreadcrumbs = genericComponent()({
|
|
|
15276
15289
|
}
|
|
15277
15290
|
});
|
|
15278
15291
|
|
|
15292
|
+
const makeVCardActionsProps = propsFactory({
|
|
15293
|
+
...makeComponentProps(),
|
|
15294
|
+
...makeTagProps()
|
|
15295
|
+
}, 'VCardActions');
|
|
15279
15296
|
const VCardActions = genericComponent()({
|
|
15280
15297
|
name: 'VCardActions',
|
|
15281
|
-
props:
|
|
15298
|
+
props: makeVCardActionsProps(),
|
|
15282
15299
|
setup(props, _ref) {
|
|
15283
15300
|
let {
|
|
15284
15301
|
slots
|
|
@@ -15289,10 +15306,10 @@ const VCardActions = genericComponent()({
|
|
|
15289
15306
|
variant: 'text'
|
|
15290
15307
|
}
|
|
15291
15308
|
});
|
|
15292
|
-
useRender(() =>
|
|
15309
|
+
useRender(() => createVNode(props.tag, {
|
|
15293
15310
|
"class": normalizeClass(['v-card-actions', props.class]),
|
|
15294
15311
|
"style": normalizeStyle(props.style)
|
|
15295
|
-
},
|
|
15312
|
+
}, slots));
|
|
15296
15313
|
return {};
|
|
15297
15314
|
}
|
|
15298
15315
|
});
|
|
@@ -15336,7 +15353,8 @@ const makeCardItemProps = propsFactory({
|
|
|
15336
15353
|
default: undefined
|
|
15337
15354
|
},
|
|
15338
15355
|
...makeComponentProps(),
|
|
15339
|
-
...makeDensityProps()
|
|
15356
|
+
...makeDensityProps(),
|
|
15357
|
+
...makeTagProps()
|
|
15340
15358
|
}, 'VCardItem');
|
|
15341
15359
|
const VCardItem = genericComponent()({
|
|
15342
15360
|
name: 'VCardItem',
|
|
@@ -15352,68 +15370,70 @@ const VCardItem = genericComponent()({
|
|
|
15352
15370
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
|
15353
15371
|
const hasTitle = !!(props.title != null || slots.title);
|
|
15354
15372
|
const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
|
|
15355
|
-
return
|
|
15373
|
+
return createVNode(props.tag, {
|
|
15356
15374
|
"class": normalizeClass(['v-card-item', props.class]),
|
|
15357
15375
|
"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
15376
|
}, {
|
|
15391
|
-
default: () => [
|
|
15392
|
-
|
|
15393
|
-
|
|
15394
|
-
|
|
15395
|
-
|
|
15396
|
-
|
|
15397
|
-
|
|
15398
|
-
|
|
15399
|
-
|
|
15400
|
-
|
|
15401
|
-
|
|
15402
|
-
|
|
15403
|
-
|
|
15404
|
-
|
|
15405
|
-
|
|
15406
|
-
|
|
15407
|
-
|
|
15408
|
-
|
|
15409
|
-
|
|
15410
|
-
|
|
15411
|
-
|
|
15412
|
-
|
|
15413
|
-
|
|
15377
|
+
default: () => [hasPrepend && createElementVNode("div", {
|
|
15378
|
+
"key": "prepend",
|
|
15379
|
+
"class": "v-card-item__prepend"
|
|
15380
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
|
15381
|
+
"key": "prepend-avatar",
|
|
15382
|
+
"density": props.density,
|
|
15383
|
+
"image": props.prependAvatar
|
|
15384
|
+
}, null), props.prependIcon && createVNode(VIcon, {
|
|
15385
|
+
"key": "prepend-icon",
|
|
15386
|
+
"density": props.density,
|
|
15387
|
+
"icon": props.prependIcon
|
|
15388
|
+
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15389
|
+
"key": "prepend-defaults",
|
|
15390
|
+
"disabled": !hasPrependMedia,
|
|
15391
|
+
"defaults": {
|
|
15392
|
+
VAvatar: {
|
|
15393
|
+
density: props.density,
|
|
15394
|
+
image: props.prependAvatar
|
|
15395
|
+
},
|
|
15396
|
+
VIcon: {
|
|
15397
|
+
density: props.density,
|
|
15398
|
+
icon: props.prependIcon
|
|
15399
|
+
}
|
|
15414
15400
|
}
|
|
15415
|
-
}
|
|
15416
|
-
|
|
15401
|
+
}, slots.prepend)]), createElementVNode("div", {
|
|
15402
|
+
"class": "v-card-item__content"
|
|
15403
|
+
}, [hasTitle && createVNode(VCardTitle, {
|
|
15404
|
+
"key": "title"
|
|
15405
|
+
}, {
|
|
15406
|
+
default: () => [slots.title?.() ?? toDisplayString(props.title)]
|
|
15407
|
+
}), hasSubtitle && createVNode(VCardSubtitle, {
|
|
15408
|
+
"key": "subtitle"
|
|
15409
|
+
}, {
|
|
15410
|
+
default: () => [slots.subtitle?.() ?? toDisplayString(props.subtitle)]
|
|
15411
|
+
}), slots.default?.()]), hasAppend && createElementVNode("div", {
|
|
15412
|
+
"key": "append",
|
|
15413
|
+
"class": "v-card-item__append"
|
|
15414
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
|
15415
|
+
"key": "append-icon",
|
|
15416
|
+
"density": props.density,
|
|
15417
|
+
"icon": props.appendIcon
|
|
15418
|
+
}, null), props.appendAvatar && createVNode(VAvatar, {
|
|
15419
|
+
"key": "append-avatar",
|
|
15420
|
+
"density": props.density,
|
|
15421
|
+
"image": props.appendAvatar
|
|
15422
|
+
}, null)]) : createVNode(VDefaultsProvider, {
|
|
15423
|
+
"key": "append-defaults",
|
|
15424
|
+
"disabled": !hasAppendMedia,
|
|
15425
|
+
"defaults": {
|
|
15426
|
+
VAvatar: {
|
|
15427
|
+
density: props.density,
|
|
15428
|
+
image: props.appendAvatar
|
|
15429
|
+
},
|
|
15430
|
+
VIcon: {
|
|
15431
|
+
density: props.density,
|
|
15432
|
+
icon: props.appendIcon
|
|
15433
|
+
}
|
|
15434
|
+
}
|
|
15435
|
+
}, slots.append)])]
|
|
15436
|
+
});
|
|
15417
15437
|
});
|
|
15418
15438
|
return {};
|
|
15419
15439
|
}
|
|
@@ -32110,7 +32130,7 @@ function createVuetify$1() {
|
|
|
32110
32130
|
};
|
|
32111
32131
|
});
|
|
32112
32132
|
}
|
|
32113
|
-
const version$1 = "3.9.5-dev.2025-08-
|
|
32133
|
+
const version$1 = "3.9.5-dev.2025-08-24";
|
|
32114
32134
|
createVuetify$1.version = version$1;
|
|
32115
32135
|
|
|
32116
32136
|
// Vue's inject() can only be used in setup
|
|
@@ -32135,7 +32155,7 @@ const createVuetify = function () {
|
|
|
32135
32155
|
...options
|
|
32136
32156
|
});
|
|
32137
32157
|
};
|
|
32138
|
-
const version = "3.9.5-dev.2025-08-
|
|
32158
|
+
const version = "3.9.5-dev.2025-08-24";
|
|
32139
32159
|
createVuetify.version = version;
|
|
32140
32160
|
|
|
32141
32161
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|