@vuetify/nightly 3.9.0-master.2025-07-08 → 3.9.0-master.2025-07-10
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 +22 -3
- package/dist/json/attributes.json +3735 -3735
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +188 -188
- package/dist/json/web-types.json +6238 -6238
- package/dist/vuetify-labs.cjs +38 -28
- package/dist/vuetify-labs.css +3384 -3384
- package/dist/vuetify-labs.d.ts +64 -64
- package/dist/vuetify-labs.esm.js +38 -28
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -28
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +30 -20
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3059 -3059
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +30 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +30 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +491 -483
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +5 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/composables/layout.js +2 -2
- package/lib/composables/layout.js.map +1 -1
- package/lib/composables/list-items.d.ts +5 -2
- package/lib/composables/list-items.js +9 -3
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +64 -64
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -114147,50 +114147,44 @@ declare module 'vue' {
|
|
114147
114147
|
$children?: VNodeChild
|
114148
114148
|
}
|
114149
114149
|
export interface GlobalComponents {
|
114150
|
-
VApp: VApp
|
114151
114150
|
VAppBar: VAppBar
|
114152
114151
|
VAppBarNavIcon: VAppBarNavIcon
|
114153
114152
|
VAppBarTitle: VAppBarTitle
|
114154
|
-
|
114155
|
-
VAlert: VAlert
|
114156
|
-
VAlertTitle: VAlertTitle
|
114157
|
-
VBreadcrumbs: VBreadcrumbs
|
114158
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
114159
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114160
|
-
VBadge: VBadge
|
114153
|
+
VApp: VApp
|
114161
114154
|
VAvatar: VAvatar
|
114162
|
-
|
114163
|
-
VBtn: VBtn
|
114164
|
-
VBtnGroup: VBtnGroup
|
114155
|
+
VBadge: VBadge
|
114165
114156
|
VBanner: VBanner
|
114166
114157
|
VBannerActions: VBannerActions
|
114167
114158
|
VBannerText: VBannerText
|
114159
|
+
VBreadcrumbs: VBreadcrumbs
|
114160
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
114161
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114162
|
+
VAutocomplete: VAutocomplete
|
114168
114163
|
VBottomSheet: VBottomSheet
|
114169
|
-
|
114164
|
+
VAlert: VAlert
|
114165
|
+
VAlertTitle: VAlertTitle
|
114166
|
+
VBtnToggle: VBtnToggle
|
114170
114167
|
VCard: VCard
|
114171
114168
|
VCardActions: VCardActions
|
114172
114169
|
VCardItem: VCardItem
|
114173
114170
|
VCardSubtitle: VCardSubtitle
|
114174
114171
|
VCardText: VCardText
|
114175
114172
|
VCardTitle: VCardTitle
|
114176
|
-
|
114173
|
+
VBottomNavigation: VBottomNavigation
|
114174
|
+
VChip: VChip
|
114175
|
+
VBtnGroup: VBtnGroup
|
114176
|
+
VCombobox: VCombobox
|
114177
|
+
VCode: VCode
|
114177
114178
|
VCarousel: VCarousel
|
114178
114179
|
VCarouselItem: VCarouselItem
|
114179
114180
|
VChipGroup: VChipGroup
|
114180
|
-
VCheckbox: VCheckbox
|
114181
|
-
VCheckboxBtn: VCheckboxBtn
|
114182
114181
|
VColorPicker: VColorPicker
|
114183
|
-
VCode: VCode
|
114184
|
-
VCombobox: VCombobox
|
114185
|
-
VCounter: VCounter
|
114186
|
-
VDialog: VDialog
|
114187
114182
|
VDatePicker: VDatePicker
|
114188
114183
|
VDatePickerControls: VDatePickerControls
|
114189
114184
|
VDatePickerHeader: VDatePickerHeader
|
114190
114185
|
VDatePickerMonth: VDatePickerMonth
|
114191
114186
|
VDatePickerMonths: VDatePickerMonths
|
114192
114187
|
VDatePickerYears: VDatePickerYears
|
114193
|
-
VDivider: VDivider
|
114194
114188
|
VDataTable: VDataTable
|
114195
114189
|
VDataTableHeaders: VDataTableHeaders
|
114196
114190
|
VDataTableFooter: VDataTableFooter
|
@@ -114198,25 +114192,33 @@ declare module 'vue' {
|
|
114198
114192
|
VDataTableRow: VDataTableRow
|
114199
114193
|
VDataTableVirtual: VDataTableVirtual
|
114200
114194
|
VDataTableServer: VDataTableServer
|
114201
|
-
|
114202
|
-
|
114195
|
+
VDivider: VDivider
|
114196
|
+
VCheckbox: VCheckbox
|
114197
|
+
VCheckboxBtn: VCheckboxBtn
|
114198
|
+
VDialog: VDialog
|
114199
|
+
VCounter: VCounter
|
114203
114200
|
VExpansionPanels: VExpansionPanels
|
114204
114201
|
VExpansionPanel: VExpansionPanel
|
114205
114202
|
VExpansionPanelText: VExpansionPanelText
|
114206
114203
|
VExpansionPanelTitle: VExpansionPanelTitle
|
114204
|
+
VEmptyState: VEmptyState
|
114205
|
+
VFab: VFab
|
114207
114206
|
VFileInput: VFileInput
|
114208
|
-
VField: VField
|
114209
|
-
VFieldLabel: VFieldLabel
|
114210
114207
|
VFooter: VFooter
|
114211
|
-
VImg: VImg
|
114212
114208
|
VIcon: VIcon
|
114213
114209
|
VComponentIcon: VComponentIcon
|
114214
114210
|
VSvgIcon: VSvgIcon
|
114215
114211
|
VLigatureIcon: VLigatureIcon
|
114216
114212
|
VClassIcon: VClassIcon
|
114217
|
-
|
114218
|
-
|
114213
|
+
VField: VField
|
114214
|
+
VFieldLabel: VFieldLabel
|
114215
|
+
VImg: VImg
|
114219
114216
|
VInput: VInput
|
114217
|
+
VKbd: VKbd
|
114218
|
+
VInfiniteScroll: VInfiniteScroll
|
114219
|
+
VLabel: VLabel
|
114220
|
+
VMain: VMain
|
114221
|
+
VMessages: VMessages
|
114220
114222
|
VList: VList
|
114221
114223
|
VListGroup: VListGroup
|
114222
114224
|
VListImg: VListImg
|
@@ -114226,30 +114228,23 @@ declare module 'vue' {
|
|
114226
114228
|
VListItemSubtitle: VListItemSubtitle
|
114227
114229
|
VListItemTitle: VListItemTitle
|
114228
114230
|
VListSubheader: VListSubheader
|
114229
|
-
VItemGroup: VItemGroup
|
114230
|
-
VItem: VItem
|
114231
|
-
VLabel: VLabel
|
114232
|
-
VMain: VMain
|
114233
|
-
VNumberInput: VNumberInput
|
114234
|
-
VMenu: VMenu
|
114235
|
-
VMessages: VMessages
|
114236
114231
|
VNavigationDrawer: VNavigationDrawer
|
114237
|
-
VPagination: VPagination
|
114238
|
-
VOtpInput: VOtpInput
|
114239
114232
|
VOverlay: VOverlay
|
114240
|
-
|
114233
|
+
VOtpInput: VOtpInput
|
114234
|
+
VPagination: VPagination
|
114241
114235
|
VProgressLinear: VProgressLinear
|
114242
114236
|
VProgressCircular: VProgressCircular
|
114237
|
+
VRadioGroup: VRadioGroup
|
114243
114238
|
VRating: VRating
|
114244
114239
|
VSelect: VSelect
|
114245
|
-
VSheet: VSheet
|
114246
114240
|
VSelectionControl: VSelectionControl
|
114247
|
-
VSkeletonLoader: VSkeletonLoader
|
114248
114241
|
VSelectionControlGroup: VSelectionControlGroup
|
114249
|
-
|
114242
|
+
VSkeletonLoader: VSkeletonLoader
|
114250
114243
|
VSlideGroup: VSlideGroup
|
114251
114244
|
VSlideGroupItem: VSlideGroupItem
|
114245
|
+
VSheet: VSheet
|
114252
114246
|
VSnackbar: VSnackbar
|
114247
|
+
VSlider: VSlider
|
114253
114248
|
VStepper: VStepper
|
114254
114249
|
VStepperActions: VStepperActions
|
114255
114250
|
VStepperHeader: VStepperHeader
|
@@ -114257,52 +114252,53 @@ declare module 'vue' {
|
|
114257
114252
|
VStepperWindow: VStepperWindow
|
114258
114253
|
VStepperWindowItem: VStepperWindowItem
|
114259
114254
|
VSwitch: VSwitch
|
114255
|
+
VTextarea: VTextarea
|
114260
114256
|
VSystemBar: VSystemBar
|
114257
|
+
VTextField: VTextField
|
114258
|
+
VTable: VTable
|
114261
114259
|
VTab: VTab
|
114262
114260
|
VTabs: VTabs
|
114263
114261
|
VTabsWindow: VTabsWindow
|
114264
114262
|
VTabsWindowItem: VTabsWindowItem
|
114265
|
-
|
114266
|
-
|
114263
|
+
VToolbar: VToolbar
|
114264
|
+
VToolbarTitle: VToolbarTitle
|
114265
|
+
VToolbarItems: VToolbarItems
|
114266
|
+
VTimeline: VTimeline
|
114267
|
+
VTimelineItem: VTimelineItem
|
114267
114268
|
VTimePicker: VTimePicker
|
114268
114269
|
VTimePickerClock: VTimePickerClock
|
114269
114270
|
VTimePickerControls: VTimePickerControls
|
114270
|
-
VTimeline: VTimeline
|
114271
|
-
VTimelineItem: VTimelineItem
|
114272
|
-
VTextarea: VTextarea
|
114273
114271
|
VTooltip: VTooltip
|
114274
|
-
|
114275
|
-
|
114276
|
-
VToolbarItems: VToolbarItems
|
114272
|
+
VWindow: VWindow
|
114273
|
+
VWindowItem: VWindowItem
|
114277
114274
|
VTreeview: VTreeview
|
114278
114275
|
VTreeviewItem: VTreeviewItem
|
114279
114276
|
VTreeviewGroup: VTreeviewGroup
|
114280
|
-
|
114281
|
-
|
114277
|
+
VItemGroup: VItemGroup
|
114278
|
+
VItem: VItem
|
114279
|
+
VMenu: VMenu
|
114280
|
+
VBtn: VBtn
|
114282
114281
|
VConfirmEdit: VConfirmEdit
|
114283
114282
|
VDataIterator: VDataIterator
|
114283
|
+
VNumberInput: VNumberInput
|
114284
114284
|
VDefaultsProvider: VDefaultsProvider
|
114285
114285
|
VContainer: VContainer
|
114286
114286
|
VCol: VCol
|
114287
114287
|
VRow: VRow
|
114288
114288
|
VSpacer: VSpacer
|
114289
|
-
VForm: VForm
|
114290
114289
|
VHover: VHover
|
114291
|
-
VLayout: VLayout
|
114292
|
-
VLayoutItem: VLayoutItem
|
114293
114290
|
VLazy: VLazy
|
114294
|
-
|
114291
|
+
VRadio: VRadio
|
114295
114292
|
VNoSsr: VNoSsr
|
114296
114293
|
VParallax: VParallax
|
114297
114294
|
VRangeSlider: VRangeSlider
|
114298
|
-
VRadio: VRadio
|
114299
114295
|
VResponsive: VResponsive
|
114300
|
-
VSnackbarQueue: VSnackbarQueue
|
114301
114296
|
VSparkline: VSparkline
|
114302
114297
|
VSpeedDial: VSpeedDial
|
114298
|
+
VSnackbarQueue: VSnackbarQueue
|
114303
114299
|
VThemeProvider: VThemeProvider
|
114304
|
-
VValidation: VValidation
|
114305
114300
|
VVirtualScroll: VVirtualScroll
|
114301
|
+
VValidation: VValidation
|
114306
114302
|
VFabTransition: VFabTransition
|
114307
114303
|
VDialogBottomTransition: VDialogBottomTransition
|
114308
114304
|
VDialogTopTransition: VDialogTopTransition
|
@@ -114319,12 +114315,22 @@ declare module 'vue' {
|
|
114319
114315
|
VExpandTransition: VExpandTransition
|
114320
114316
|
VExpandXTransition: VExpandXTransition
|
114321
114317
|
VDialogTransition: VDialogTransition
|
114318
|
+
VLocaleProvider: VLocaleProvider
|
114319
|
+
VLayout: VLayout
|
114320
|
+
VLayoutItem: VLayoutItem
|
114321
|
+
VForm: VForm
|
114322
|
+
VCalendar: VCalendar
|
114323
|
+
VCalendarDay: VCalendarDay
|
114324
|
+
VCalendarHeader: VCalendarHeader
|
114325
|
+
VCalendarInterval: VCalendarInterval
|
114326
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
114327
|
+
VCalendarMonthDay: VCalendarMonthDay
|
114322
114328
|
VColorInput: VColorInput
|
114323
114329
|
VFileUpload: VFileUpload
|
114324
114330
|
VFileUploadItem: VFileUploadItem
|
114325
|
-
VIconBtn: VIconBtn
|
114326
114331
|
VPicker: VPicker
|
114327
114332
|
VPickerTitle: VPickerTitle
|
114333
|
+
VIconBtn: VIconBtn
|
114328
114334
|
VStepperVertical: VStepperVertical
|
114329
114335
|
VStepperVerticalItem: VStepperVerticalItem
|
114330
114336
|
VStepperVerticalActions: VStepperVerticalActions
|
@@ -114332,12 +114338,6 @@ declare module 'vue' {
|
|
114332
114338
|
VDateInput: VDateInput
|
114333
114339
|
VMaskInput: VMaskInput
|
114334
114340
|
VPullToRefresh: VPullToRefresh
|
114335
|
-
VCalendar: VCalendar
|
114336
|
-
VCalendarDay: VCalendarDay
|
114337
|
-
VCalendarHeader: VCalendarHeader
|
114338
|
-
VCalendarInterval: VCalendarInterval
|
114339
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
114340
|
-
VCalendarMonthDay: VCalendarMonthDay
|
114341
114341
|
}
|
114342
114342
|
export interface GlobalDirectives {
|
114343
114343
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -1931,7 +1931,7 @@ function createLayout(props) {
|
|
1931
1931
|
};
|
1932
1932
|
if (!isMounted.value) return styles;
|
1933
1933
|
const item = items.value[index.value];
|
1934
|
-
if (!item)
|
1934
|
+
if (!item) consoleWarn(`[Vuetify] Could not find layout item "${id}"`);
|
1935
1935
|
const overlap = computedOverlaps.value.get(id);
|
1936
1936
|
if (overlap) {
|
1937
1937
|
item[overlap.position] += overlap.amount;
|
@@ -9911,12 +9911,16 @@ const makeItemsProps = propsFactory({
|
|
9911
9911
|
returnObject: Boolean,
|
9912
9912
|
valueComparator: Function
|
9913
9913
|
}, 'list-items');
|
9914
|
+
const itemTypes$1 = new Set(['item', 'divider', 'subheader']);
|
9914
9915
|
function transformItem$3(props, item) {
|
9915
9916
|
const title = getPropertyFromItem(item, props.itemTitle, item);
|
9916
9917
|
const value = getPropertyFromItem(item, props.itemValue, title);
|
9917
9918
|
const children = getPropertyFromItem(item, props.itemChildren);
|
9918
|
-
const type = getPropertyFromItem(item, props.itemType, 'item');
|
9919
9919
|
const itemProps = props.itemProps === true ? typeof item === 'object' && item != null && !Array.isArray(item) ? 'children' in item ? omit(item, ['children']) : item : undefined : getPropertyFromItem(item, props.itemProps);
|
9920
|
+
let type = getPropertyFromItem(item, props.itemType, 'item');
|
9921
|
+
if (!itemTypes$1.has(type)) {
|
9922
|
+
type = 'item';
|
9923
|
+
}
|
9920
9924
|
const _props = {
|
9921
9925
|
title,
|
9922
9926
|
value,
|
@@ -9931,8 +9935,10 @@ function transformItem$3(props, item) {
|
|
9931
9935
|
raw: item
|
9932
9936
|
};
|
9933
9937
|
}
|
9938
|
+
transformItem$3.neededProps = ['itemTitle', 'itemValue', 'itemChildren', 'itemProps', 'itemType'];
|
9934
9939
|
function transformItems$3(props, items) {
|
9935
|
-
|
9940
|
+
// avoid reactive access in the loop
|
9941
|
+
const _props = pick(props, transformItem$3.neededProps);
|
9936
9942
|
const array = [];
|
9937
9943
|
for (const item of items) {
|
9938
9944
|
array.push(transformItem$3(_props, item));
|
@@ -9974,7 +9980,7 @@ function useItems(props) {
|
|
9974
9980
|
const _returnObject = props.returnObject;
|
9975
9981
|
const hasValueComparator = !!props.valueComparator;
|
9976
9982
|
const valueComparator = props.valueComparator || deepEqual;
|
9977
|
-
const _props = pick(props,
|
9983
|
+
const _props = pick(props, transformItem$3.neededProps);
|
9978
9984
|
const returnValue = [];
|
9979
9985
|
main: for (const v of value) {
|
9980
9986
|
// When the model value is null, return an InternalItem
|
@@ -10033,12 +10039,16 @@ function useItems(props) {
|
|
10033
10039
|
|
10034
10040
|
// Types
|
10035
10041
|
|
10042
|
+
const itemTypes = new Set(['item', 'divider', 'subheader']);
|
10036
10043
|
function transformItem$2(props, item) {
|
10037
|
-
const type = getPropertyFromItem(item, props.itemType, 'item');
|
10038
10044
|
const title = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemTitle);
|
10039
10045
|
const value = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemValue, undefined);
|
10040
10046
|
const children = getPropertyFromItem(item, props.itemChildren);
|
10041
10047
|
const itemProps = props.itemProps === true ? omit(item, ['children']) : getPropertyFromItem(item, props.itemProps);
|
10048
|
+
let type = getPropertyFromItem(item, props.itemType, 'item');
|
10049
|
+
if (!itemTypes.has(type)) {
|
10050
|
+
type = 'item';
|
10051
|
+
}
|
10042
10052
|
const _props = {
|
10043
10053
|
title,
|
10044
10054
|
value,
|
@@ -20582,7 +20592,7 @@ const VDataTableFooter = genericComponent()({
|
|
20582
20592
|
"onUpdate:modelValue": v => setItemsPerPage(Number(v)),
|
20583
20593
|
"density": "compact",
|
20584
20594
|
"variant": "outlined",
|
20585
|
-
"
|
20595
|
+
"hideDetails": true
|
20586
20596
|
}, null)]), createElementVNode("div", {
|
20587
20597
|
"class": "v-data-table-footer__info"
|
20588
20598
|
}, [createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), createElementVNode("div", {
|
@@ -20591,14 +20601,14 @@ const VDataTableFooter = genericComponent()({
|
|
20591
20601
|
"modelValue": page.value,
|
20592
20602
|
"onUpdate:modelValue": $event => page.value = $event,
|
20593
20603
|
"density": "comfortable",
|
20594
|
-
"
|
20595
|
-
"
|
20604
|
+
"firstAriaLabel": props.firstPageLabel,
|
20605
|
+
"lastAriaLabel": props.lastPageLabel,
|
20596
20606
|
"length": pageCount.value,
|
20597
|
-
"
|
20598
|
-
"
|
20607
|
+
"nextAriaLabel": props.nextPageLabel,
|
20608
|
+
"previousAriaLabel": props.prevPageLabel,
|
20599
20609
|
"rounded": true,
|
20600
|
-
"
|
20601
|
-
"
|
20610
|
+
"showFirstLastPage": true,
|
20611
|
+
"totalVisible": props.showCurrentPage ? 1 : 0,
|
20602
20612
|
"variant": "plain"
|
20603
20613
|
}, paginationProps), null)])]);
|
20604
20614
|
});
|
@@ -24269,7 +24279,7 @@ const VFileInput = genericComponent()({
|
|
24269
24279
|
} = _ref3;
|
24270
24280
|
return createVNode(VField, mergeProps({
|
24271
24281
|
"ref": vFieldRef,
|
24272
|
-
"
|
24282
|
+
"prependIcon": props.prependIcon,
|
24273
24283
|
"onMousedown": onControlMousedown,
|
24274
24284
|
"onClick": onControlClick,
|
24275
24285
|
"onClick:clear": onClear,
|
@@ -26302,8 +26312,8 @@ const VOtpInput = genericComponent()({
|
|
26302
26312
|
"value": model.value.join('')
|
26303
26313
|
}), null), createVNode(VOverlay, {
|
26304
26314
|
"contained": true,
|
26305
|
-
"
|
26306
|
-
"
|
26315
|
+
"contentClass": "v-otp-input__loader",
|
26316
|
+
"modelValue": !!props.loading,
|
26307
26317
|
"persistent": true
|
26308
26318
|
}, {
|
26309
26319
|
default: () => [slots.loader?.() ?? createVNode(VProgressCircular, {
|
@@ -27278,7 +27288,7 @@ const VSnackbar = genericComponent()({
|
|
27278
27288
|
"ref": timerRef,
|
27279
27289
|
"color": typeof props.timer === 'string' ? props.timer : 'info',
|
27280
27290
|
"max": props.timeout,
|
27281
|
-
"
|
27291
|
+
"modelValue": countdown.time.value
|
27282
27292
|
}, null)]), hasContent && createElementVNode("div", {
|
27283
27293
|
"key": "content",
|
27284
27294
|
"class": "v-snackbar__content",
|
@@ -30571,7 +30581,7 @@ const VTreeview = genericComponent()({
|
|
30571
30581
|
"class": ['v-treeview', {
|
30572
30582
|
'v-treeview--fluid': props.fluid
|
30573
30583
|
}, props.class],
|
30574
|
-
"
|
30584
|
+
"openStrategy": "multiple",
|
30575
30585
|
"style": props.style,
|
30576
30586
|
"opened": opened.value,
|
30577
30587
|
"activated": activated.value,
|
@@ -31286,7 +31296,7 @@ const VColorInput = genericComponent()({
|
|
31286
31296
|
"modelValue": menu.value,
|
31287
31297
|
"onUpdate:modelValue": $event => menu.value = $event,
|
31288
31298
|
"activator": "parent",
|
31289
|
-
"
|
31299
|
+
"minWidth": "0",
|
31290
31300
|
"closeOnContentClick": false,
|
31291
31301
|
"openOnClick": false
|
31292
31302
|
}, {
|
@@ -31634,7 +31644,7 @@ const VDateInput = genericComponent()({
|
|
31634
31644
|
"modelValue": menu.value,
|
31635
31645
|
"onUpdate:modelValue": $event => menu.value = $event,
|
31636
31646
|
"activator": "parent",
|
31637
|
-
"
|
31647
|
+
"minWidth": "0",
|
31638
31648
|
"eager": isFocused.value,
|
31639
31649
|
"location": props.location,
|
31640
31650
|
"closeOnContentClick": false,
|
@@ -31958,7 +31968,7 @@ const VFileUpload = genericComponent()({
|
|
31958
31968
|
})]), props.subtitle && createElementVNode("div", {
|
31959
31969
|
"class": "v-file-upload-subtitle"
|
31960
31970
|
}, [props.subtitle])]), createVNode(VOverlay, {
|
31961
|
-
"
|
31971
|
+
"modelValue": isDragging.value,
|
31962
31972
|
"contained": true,
|
31963
31973
|
"scrim": props.scrim
|
31964
31974
|
}, null), slots.input?.({
|
@@ -32518,7 +32528,7 @@ const VStepperVerticalItem = genericComponent()({
|
|
32518
32528
|
"readonly": !props.editable,
|
32519
32529
|
"style": props.style,
|
32520
32530
|
"color": "",
|
32521
|
-
"
|
32531
|
+
"hideActions": false,
|
32522
32532
|
"value": step.value
|
32523
32533
|
}), {
|
32524
32534
|
title: () => createElementVNode(Fragment, null, [createVNode(VAvatar, {
|
@@ -32609,13 +32619,13 @@ const VStepperVertical = genericComponent()({
|
|
32609
32619
|
color,
|
32610
32620
|
eager,
|
32611
32621
|
editable,
|
32612
|
-
prevText,
|
32613
|
-
nextText,
|
32614
32622
|
hideActions,
|
32615
32623
|
static: true
|
32616
32624
|
},
|
32617
|
-
|
32618
|
-
color
|
32625
|
+
VStepperVerticalActions: {
|
32626
|
+
color,
|
32627
|
+
nextText,
|
32628
|
+
prevText
|
32619
32629
|
}
|
32620
32630
|
});
|
32621
32631
|
useRender(() => {
|
@@ -33672,7 +33682,7 @@ function createVuetify$1() {
|
|
33672
33682
|
};
|
33673
33683
|
});
|
33674
33684
|
}
|
33675
|
-
const version$1 = "3.9.0-master.2025-07-
|
33685
|
+
const version$1 = "3.9.0-master.2025-07-10";
|
33676
33686
|
createVuetify$1.version = version$1;
|
33677
33687
|
|
33678
33688
|
// Vue's inject() can only be used in setup
|
@@ -33970,7 +33980,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
33970
33980
|
|
33971
33981
|
/* eslint-disable local-rules/sort-imports */
|
33972
33982
|
|
33973
|
-
const version = "3.9.0-master.2025-07-
|
33983
|
+
const version = "3.9.0-master.2025-07-10";
|
33974
33984
|
|
33975
33985
|
/* eslint-disable local-rules/sort-imports */
|
33976
33986
|
|