@vuetify/nightly 3.9.1-master.2025-07-17 → 3.9.2-master.2025-07-18
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 +3 -8
- package/dist/json/attributes.json +3450 -3450
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +19741 -6363
- package/dist/vuetify-labs.cjs +64 -65
- package/dist/vuetify-labs.css +4852 -4852
- package/dist/vuetify-labs.d.ts +50 -50
- package/dist/vuetify-labs.esm.js +64 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +64 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +64 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2681 -2681
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +64 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +64 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +2 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +50 -50
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -116082,41 +116082,40 @@ declare module 'vue' {
|
|
116082
116082
|
}
|
116083
116083
|
export interface GlobalComponents {
|
116084
116084
|
VApp: VApp
|
116085
|
+
VAutocomplete: VAutocomplete
|
116086
|
+
VAvatar: VAvatar
|
116085
116087
|
VAlert: VAlert
|
116086
116088
|
VAlertTitle: VAlertTitle
|
116087
116089
|
VAppBar: VAppBar
|
116088
116090
|
VAppBarNavIcon: VAppBarNavIcon
|
116089
116091
|
VAppBarTitle: VAppBarTitle
|
116090
116092
|
VBadge: VBadge
|
116091
|
-
VAutocomplete: VAutocomplete
|
116092
116093
|
VBanner: VBanner
|
116093
116094
|
VBannerActions: VBannerActions
|
116094
116095
|
VBannerText: VBannerText
|
116095
|
-
|
116096
|
+
VBottomSheet: VBottomSheet
|
116096
116097
|
VBreadcrumbs: VBreadcrumbs
|
116097
116098
|
VBreadcrumbsItem: VBreadcrumbsItem
|
116098
116099
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
116099
|
-
|
116100
|
-
|
116101
|
-
VBtnGroup: VBtnGroup
|
116100
|
+
VBtn: VBtn
|
116101
|
+
VBottomNavigation: VBottomNavigation
|
116102
116102
|
VBtnToggle: VBtnToggle
|
116103
|
+
VBtnGroup: VBtnGroup
|
116104
|
+
VCheckbox: VCheckbox
|
116105
|
+
VCheckboxBtn: VCheckboxBtn
|
116103
116106
|
VCard: VCard
|
116104
116107
|
VCardActions: VCardActions
|
116105
116108
|
VCardItem: VCardItem
|
116106
116109
|
VCardSubtitle: VCardSubtitle
|
116107
116110
|
VCardText: VCardText
|
116108
116111
|
VCardTitle: VCardTitle
|
116109
|
-
|
116110
|
-
VCheckbox: VCheckbox
|
116111
|
-
VCheckboxBtn: VCheckboxBtn
|
116112
|
+
VChip: VChip
|
116112
116113
|
VCarousel: VCarousel
|
116113
116114
|
VCarouselItem: VCarouselItem
|
116114
|
-
VChip: VChip
|
116115
|
-
VChipGroup: VChipGroup
|
116116
116115
|
VColorPicker: VColorPicker
|
116117
|
-
VCombobox: VCombobox
|
116118
|
-
VBtn: VBtn
|
116119
116116
|
VCounter: VCounter
|
116117
|
+
VCode: VCode
|
116118
|
+
VCombobox: VCombobox
|
116120
116119
|
VDataTable: VDataTable
|
116121
116120
|
VDataTableHeaders: VDataTableHeaders
|
116122
116121
|
VDataTableFooter: VDataTableFooter
|
@@ -116130,29 +116129,31 @@ declare module 'vue' {
|
|
116130
116129
|
VDatePickerMonth: VDatePickerMonth
|
116131
116130
|
VDatePickerMonths: VDatePickerMonths
|
116132
116131
|
VDatePickerYears: VDatePickerYears
|
116133
|
-
|
116134
|
-
|
116132
|
+
VChipGroup: VChipGroup
|
116133
|
+
VDivider: VDivider
|
116134
|
+
VField: VField
|
116135
|
+
VFieldLabel: VFieldLabel
|
116135
116136
|
VExpansionPanels: VExpansionPanels
|
116136
116137
|
VExpansionPanel: VExpansionPanel
|
116137
116138
|
VExpansionPanelText: VExpansionPanelText
|
116138
116139
|
VExpansionPanelTitle: VExpansionPanelTitle
|
116139
|
-
|
116140
|
-
|
116141
|
-
VEmptyState: VEmptyState
|
116142
|
-
VFileInput: VFileInput
|
116143
|
-
VImg: VImg
|
116140
|
+
VFab: VFab
|
116141
|
+
VDialog: VDialog
|
116144
116142
|
VFooter: VFooter
|
116145
|
-
|
116146
|
-
VInput: VInput
|
116143
|
+
VFileInput: VFileInput
|
116147
116144
|
VIcon: VIcon
|
116148
116145
|
VComponentIcon: VComponentIcon
|
116149
116146
|
VSvgIcon: VSvgIcon
|
116150
116147
|
VLigatureIcon: VLigatureIcon
|
116151
116148
|
VClassIcon: VClassIcon
|
116152
|
-
|
116149
|
+
VInput: VInput
|
116150
|
+
VInfiniteScroll: VInfiniteScroll
|
116151
|
+
VImg: VImg
|
116153
116152
|
VKbd: VKbd
|
116154
116153
|
VItemGroup: VItemGroup
|
116155
116154
|
VItem: VItem
|
116155
|
+
VLabel: VLabel
|
116156
|
+
VNavigationDrawer: VNavigationDrawer
|
116156
116157
|
VList: VList
|
116157
116158
|
VListGroup: VListGroup
|
116158
116159
|
VListImg: VListImg
|
@@ -116164,24 +116165,22 @@ declare module 'vue' {
|
|
116164
116165
|
VListSubheader: VListSubheader
|
116165
116166
|
VMain: VMain
|
116166
116167
|
VMenu: VMenu
|
116167
|
-
|
116168
|
-
VNumberInput: VNumberInput
|
116168
|
+
VOtpInput: VOtpInput
|
116169
116169
|
VMessages: VMessages
|
116170
|
+
VNumberInput: VNumberInput
|
116170
116171
|
VOverlay: VOverlay
|
116171
|
-
VOtpInput: VOtpInput
|
116172
|
-
VProgressCircular: VProgressCircular
|
116173
116172
|
VPagination: VPagination
|
116174
116173
|
VProgressLinear: VProgressLinear
|
116175
|
-
|
116174
|
+
VProgressCircular: VProgressCircular
|
116176
116175
|
VRating: VRating
|
116177
116176
|
VSelect: VSelect
|
116178
|
-
VSheet: VSheet
|
116179
|
-
VSkeletonLoader: VSkeletonLoader
|
116180
116177
|
VSelectionControlGroup: VSelectionControlGroup
|
116181
|
-
VSlider: VSlider
|
116182
116178
|
VSlideGroup: VSlideGroup
|
116183
116179
|
VSlideGroupItem: VSlideGroupItem
|
116184
116180
|
VSelectionControl: VSelectionControl
|
116181
|
+
VSkeletonLoader: VSkeletonLoader
|
116182
|
+
VSheet: VSheet
|
116183
|
+
VSlider: VSlider
|
116185
116184
|
VSnackbar: VSnackbar
|
116186
116185
|
VStepper: VStepper
|
116187
116186
|
VStepperActions: VStepperActions
|
@@ -116190,53 +116189,54 @@ declare module 'vue' {
|
|
116190
116189
|
VStepperWindow: VStepperWindow
|
116191
116190
|
VStepperWindowItem: VStepperWindowItem
|
116192
116191
|
VSwitch: VSwitch
|
116193
|
-
VTable: VTable
|
116194
|
-
VSystemBar: VSystemBar
|
116195
|
-
VTextField: VTextField
|
116196
116192
|
VTab: VTab
|
116197
116193
|
VTabs: VTabs
|
116198
116194
|
VTabsWindow: VTabsWindow
|
116199
116195
|
VTabsWindowItem: VTabsWindowItem
|
116196
|
+
VTextField: VTextField
|
116197
|
+
VTable: VTable
|
116198
|
+
VSystemBar: VSystemBar
|
116199
|
+
VTextarea: VTextarea
|
116200
116200
|
VTimeline: VTimeline
|
116201
116201
|
VTimelineItem: VTimelineItem
|
116202
|
-
|
116202
|
+
VTooltip: VTooltip
|
116203
116203
|
VTimePicker: VTimePicker
|
116204
116204
|
VTimePickerClock: VTimePickerClock
|
116205
116205
|
VTimePickerControls: VTimePickerControls
|
116206
|
-
VToolbar: VToolbar
|
116207
|
-
VToolbarTitle: VToolbarTitle
|
116208
|
-
VToolbarItems: VToolbarItems
|
116209
|
-
VTooltip: VTooltip
|
116210
116206
|
VTreeview: VTreeview
|
116211
116207
|
VTreeviewItem: VTreeviewItem
|
116212
116208
|
VTreeviewGroup: VTreeviewGroup
|
116209
|
+
VToolbar: VToolbar
|
116210
|
+
VToolbarTitle: VToolbarTitle
|
116211
|
+
VToolbarItems: VToolbarItems
|
116213
116212
|
VWindow: VWindow
|
116214
116213
|
VWindowItem: VWindowItem
|
116215
|
-
VDivider: VDivider
|
116216
|
-
VConfirmEdit: VConfirmEdit
|
116217
|
-
VDataIterator: VDataIterator
|
116218
116214
|
VDefaultsProvider: VDefaultsProvider
|
116219
|
-
|
116215
|
+
VDataIterator: VDataIterator
|
116220
116216
|
VContainer: VContainer
|
116221
116217
|
VCol: VCol
|
116222
116218
|
VRow: VRow
|
116223
116219
|
VSpacer: VSpacer
|
116220
|
+
VConfirmEdit: VConfirmEdit
|
116221
|
+
VForm: VForm
|
116224
116222
|
VHover: VHover
|
116223
|
+
VLazy: VLazy
|
116225
116224
|
VLayout: VLayout
|
116226
116225
|
VLayoutItem: VLayoutItem
|
116227
|
-
VLazy: VLazy
|
116228
116226
|
VLocaleProvider: VLocaleProvider
|
116229
116227
|
VNoSsr: VNoSsr
|
116228
|
+
VRadioGroup: VRadioGroup
|
116229
|
+
VEmptyState: VEmptyState
|
116230
116230
|
VParallax: VParallax
|
116231
116231
|
VRadio: VRadio
|
116232
116232
|
VRangeSlider: VRangeSlider
|
116233
116233
|
VResponsive: VResponsive
|
116234
|
-
VSnackbarQueue: VSnackbarQueue
|
116235
116234
|
VSparkline: VSparkline
|
116235
|
+
VSnackbarQueue: VSnackbarQueue
|
116236
116236
|
VSpeedDial: VSpeedDial
|
116237
116237
|
VThemeProvider: VThemeProvider
|
116238
|
-
VValidation: VValidation
|
116239
116238
|
VVirtualScroll: VVirtualScroll
|
116239
|
+
VValidation: VValidation
|
116240
116240
|
VFabTransition: VFabTransition
|
116241
116241
|
VDialogBottomTransition: VDialogBottomTransition
|
116242
116242
|
VDialogTopTransition: VDialogTopTransition
|
@@ -116253,25 +116253,25 @@ declare module 'vue' {
|
|
116253
116253
|
VExpandTransition: VExpandTransition
|
116254
116254
|
VExpandXTransition: VExpandXTransition
|
116255
116255
|
VDialogTransition: VDialogTransition
|
116256
|
-
|
116256
|
+
VFileUpload: VFileUpload
|
116257
|
+
VFileUploadItem: VFileUploadItem
|
116257
116258
|
VCalendar: VCalendar
|
116258
116259
|
VCalendarDay: VCalendarDay
|
116259
116260
|
VCalendarHeader: VCalendarHeader
|
116260
116261
|
VCalendarInterval: VCalendarInterval
|
116261
116262
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
116262
116263
|
VCalendarMonthDay: VCalendarMonthDay
|
116263
|
-
VFileUpload: VFileUpload
|
116264
|
-
VFileUploadItem: VFileUploadItem
|
116265
116264
|
VPicker: VPicker
|
116266
116265
|
VPickerTitle: VPickerTitle
|
116267
|
-
VColorInput: VColorInput
|
116268
116266
|
VStepperVertical: VStepperVertical
|
116269
116267
|
VStepperVerticalItem: VStepperVerticalItem
|
116270
116268
|
VStepperVerticalActions: VStepperVerticalActions
|
116269
|
+
VColorInput: VColorInput
|
116271
116270
|
VHotkey: VHotkey
|
116271
|
+
VIconBtn: VIconBtn
|
116272
116272
|
VDateInput: VDateInput
|
116273
|
-
VPullToRefresh: VPullToRefresh
|
116274
116273
|
VMaskInput: VMaskInput
|
116274
|
+
VPullToRefresh: VPullToRefresh
|
116275
116275
|
}
|
116276
116276
|
export interface GlobalDirectives {
|
116277
116277
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.
|
2
|
+
* Vuetify v3.9.2-master.2025-07-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30345,51 +30345,48 @@ const VTreeviewChildren = genericComponent()({
|
|
30345
30345
|
parentIndentLines: props.parentIndentLines,
|
30346
30346
|
variant: props.indentLinesVariant
|
30347
30347
|
});
|
30348
|
-
|
30349
|
-
|
30350
|
-
|
30351
|
-
|
30352
|
-
|
30353
|
-
|
30354
|
-
|
30355
|
-
|
30356
|
-
|
30357
|
-
|
30358
|
-
|
30359
|
-
|
30360
|
-
|
30361
|
-
|
30362
|
-
|
30363
|
-
|
30364
|
-
|
30365
|
-
|
30366
|
-
|
30367
|
-
|
30368
|
-
|
30369
|
-
|
30370
|
-
|
30371
|
-
|
30372
|
-
|
30373
|
-
|
30374
|
-
|
30375
|
-
|
30376
|
-
|
30377
|
-
|
30378
|
-
|
30379
|
-
|
30380
|
-
|
30381
|
-
|
30382
|
-
|
30383
|
-
|
30384
|
-
|
30385
|
-
|
30386
|
-
|
30387
|
-
|
30388
|
-
|
30389
|
-
|
30390
|
-
$stable: true
|
30391
|
-
});
|
30392
|
-
}
|
30348
|
+
const slotsWithItem = {
|
30349
|
+
prepend: slotProps => createElementVNode(Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && createElementVNode("div", null, [createVNode(VCheckboxBtn, {
|
30350
|
+
"key": item.value,
|
30351
|
+
"modelValue": slotProps.isSelected,
|
30352
|
+
"disabled": props.disabled,
|
30353
|
+
"loading": loading,
|
30354
|
+
"color": props.selectedColor,
|
30355
|
+
"density": props.density,
|
30356
|
+
"indeterminate": slotProps.isIndeterminate,
|
30357
|
+
"indeterminateIcon": props.indeterminateIcon,
|
30358
|
+
"falseIcon": props.falseIcon,
|
30359
|
+
"trueIcon": props.trueIcon,
|
30360
|
+
"onUpdate:modelValue": v => selectItem(slotProps.select, v),
|
30361
|
+
"onClick": e => e.stopPropagation(),
|
30362
|
+
"onKeydown": e => {
|
30363
|
+
if (!['Enter', 'Space'].includes(e.key)) return;
|
30364
|
+
e.stopPropagation();
|
30365
|
+
selectItem(slotProps.select, slotProps.isSelected);
|
30366
|
+
}
|
30367
|
+
}, null)]), slots.prepend?.({
|
30368
|
+
...slotProps,
|
30369
|
+
...treeItemProps,
|
30370
|
+
item: item.raw,
|
30371
|
+
internalItem: item
|
30372
|
+
})]),
|
30373
|
+
append: slots.append ? slotProps => slots.append?.({
|
30374
|
+
...slotProps,
|
30375
|
+
...treeItemProps,
|
30376
|
+
item: item.raw,
|
30377
|
+
internalItem: item
|
30378
|
+
}) : undefined,
|
30379
|
+
title: slots.title ? slotProps => slots.title?.({
|
30380
|
+
...slotProps,
|
30381
|
+
item: item.raw,
|
30382
|
+
internalItem: item
|
30383
|
+
}) : undefined,
|
30384
|
+
subtitle: slots.subtitle ? slotProps => slots.subtitle?.({
|
30385
|
+
...slotProps,
|
30386
|
+
item: item.raw,
|
30387
|
+
internalItem: item
|
30388
|
+
}) : undefined
|
30389
|
+
};
|
30393
30390
|
const treeviewGroupProps = VTreeviewGroup.filterProps(itemProps);
|
30394
30391
|
const treeviewChildrenProps = VTreeviewChildren.filterProps({
|
30395
30392
|
...props,
|
@@ -30403,16 +30400,21 @@ const VTreeviewChildren = genericComponent()({
|
|
30403
30400
|
let {
|
30404
30401
|
props: activatorProps
|
30405
30402
|
} = _ref2;
|
30406
|
-
|
30403
|
+
const listItemProps = {
|
30407
30404
|
...itemProps,
|
30408
30405
|
...activatorProps,
|
30409
|
-
|
30410
|
-
hideActions: props.hideActions,
|
30411
|
-
indentLines: indentLines.node,
|
30412
|
-
value: props.returnObject ? item.raw : itemProps.value,
|
30406
|
+
value: itemProps?.value,
|
30413
30407
|
onToggleExpand: [() => checkChildren(item), activatorProps.onClick],
|
30414
30408
|
onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : () => selectItem(activatorItems.value[index]?.select, !activatorItems.value[index]?.isSelected)
|
30415
|
-
}
|
30409
|
+
};
|
30410
|
+
return createVNode(VTreeviewItem, mergeProps({
|
30411
|
+
"ref": el => activatorItems.value[index] = el
|
30412
|
+
}, listItemProps, {
|
30413
|
+
"hideActions": props.hideActions,
|
30414
|
+
"indentLines": indentLines.node,
|
30415
|
+
"value": props.returnObject ? item.raw : itemProps.value,
|
30416
|
+
"loading": loading
|
30417
|
+
}), slotsWithItem);
|
30416
30418
|
},
|
30417
30419
|
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
30418
30420
|
"items": children,
|
@@ -30420,8 +30422,7 @@ const VTreeviewChildren = genericComponent()({
|
|
30420
30422
|
"parentIndentLines": indentLines.children,
|
30421
30423
|
"isLastGroup": nextItemHasChildren,
|
30422
30424
|
"returnObject": props.returnObject
|
30423
|
-
}), slots)
|
30424
|
-
$stable: true
|
30425
|
+
}), slots)
|
30425
30426
|
}) : renderSlot(slots.item, {
|
30426
30427
|
props: itemProps,
|
30427
30428
|
item: item.raw,
|
@@ -30437,12 +30438,11 @@ const VTreeviewChildren = genericComponent()({
|
|
30437
30438
|
props: item.raw
|
30438
30439
|
}, () => createVNode(VListSubheader, item.props, null));
|
30439
30440
|
}
|
30440
|
-
return
|
30441
|
-
|
30442
|
-
|
30443
|
-
|
30444
|
-
|
30445
|
-
});
|
30441
|
+
return createVNode(VTreeviewItem, mergeProps(itemProps, {
|
30442
|
+
"hideActions": props.hideActions,
|
30443
|
+
"indentLines": indentLines.leaf,
|
30444
|
+
"value": props.returnObject ? toRaw(item.raw) : itemProps.value
|
30445
|
+
}), slotsWithItem);
|
30446
30446
|
});
|
30447
30447
|
});
|
30448
30448
|
}
|
@@ -30581,14 +30581,13 @@ const VTreeview = genericComponent()({
|
|
30581
30581
|
"selected": selected.value,
|
30582
30582
|
"onUpdate:selected": $event => selected.value = $event
|
30583
30583
|
}), {
|
30584
|
-
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
30584
|
+
default: () => [createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
30585
30585
|
"density": props.density,
|
30586
30586
|
"returnObject": props.returnObject,
|
30587
30587
|
"items": items.value,
|
30588
30588
|
"parentIndentLines": props.indentLines ? [] : undefined,
|
30589
30589
|
"indentLinesVariant": indentLinesVariant
|
30590
|
-
}), slots)
|
30591
|
-
$stable: true
|
30590
|
+
}), slots)]
|
30592
30591
|
});
|
30593
30592
|
});
|
30594
30593
|
return {};
|
@@ -33689,7 +33688,7 @@ function createVuetify$1() {
|
|
33689
33688
|
};
|
33690
33689
|
});
|
33691
33690
|
}
|
33692
|
-
const version$1 = "3.9.
|
33691
|
+
const version$1 = "3.9.2-master.2025-07-18";
|
33693
33692
|
createVuetify$1.version = version$1;
|
33694
33693
|
|
33695
33694
|
// Vue's inject() can only be used in setup
|
@@ -33987,7 +33986,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
33987
33986
|
|
33988
33987
|
/* eslint-disable local-rules/sort-imports */
|
33989
33988
|
|
33990
|
-
const version = "3.9.
|
33989
|
+
const version = "3.9.2-master.2025-07-18";
|
33991
33990
|
|
33992
33991
|
/* eslint-disable local-rules/sort-imports */
|
33993
33992
|
|