@vuetify/nightly 3.10.6-dev.2025-10-22 → 3.10.7-dev.2025-10-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 +3 -3
- package/dist/json/attributes.json +3418 -3418
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6633 -6633
- package/dist/vuetify-labs.cjs +28 -26
- package/dist/vuetify-labs.css +4200 -4200
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +28 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +28 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +28 -26
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3573 -3573
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +28 -26
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +19 -19
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +3 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +3 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +2 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +3 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +3 -3
- package/lib/components/VTextarea/VTextarea.js +3 -2
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +8 -12
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -93272,7 +93272,7 @@ declare const VTextarea: {
|
|
|
93272
93272
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
93273
93273
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
93274
93274
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
93275
|
-
},
|
|
93275
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
93276
93276
|
$: vue.ComponentInternalInstance;
|
|
93277
93277
|
$data: {};
|
|
93278
93278
|
$props: Partial<{
|
|
@@ -93736,7 +93736,7 @@ declare const VTextarea: {
|
|
|
93736
93736
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
93737
93737
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
93738
93738
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
93739
|
-
},
|
|
93739
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
93740
93740
|
$: vue.ComponentInternalInstance;
|
|
93741
93741
|
$data: {};
|
|
93742
93742
|
$props: Partial<{
|
|
@@ -94155,7 +94155,7 @@ declare const VTextarea: {
|
|
|
94155
94155
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
94156
94156
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
94157
94157
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
94158
|
-
},
|
|
94158
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
94159
94159
|
$: vue.ComponentInternalInstance;
|
|
94160
94160
|
$data: {};
|
|
94161
94161
|
$props: Partial<{
|
|
@@ -142968,26 +142968,25 @@ declare module 'vue' {
|
|
|
142968
142968
|
$children?: VNodeChild
|
|
142969
142969
|
}
|
|
142970
142970
|
export interface GlobalComponents {
|
|
142971
|
-
VAlert: VAlert
|
|
142972
|
-
VAlertTitle: VAlertTitle
|
|
142973
142971
|
VApp: VApp
|
|
142974
|
-
VAutocomplete: VAutocomplete
|
|
142975
142972
|
VAppBar: VAppBar
|
|
142976
142973
|
VAppBarNavIcon: VAppBarNavIcon
|
|
142977
142974
|
VAppBarTitle: VAppBarTitle
|
|
142978
|
-
|
|
142979
|
-
|
|
142980
|
-
VAvatar: VAvatar
|
|
142981
|
-
VBottomSheet: VBottomSheet
|
|
142975
|
+
VAlert: VAlert
|
|
142976
|
+
VAlertTitle: VAlertTitle
|
|
142982
142977
|
VBanner: VBanner
|
|
142983
142978
|
VBannerActions: VBannerActions
|
|
142984
142979
|
VBannerText: VBannerText
|
|
142985
|
-
|
|
142980
|
+
VAvatar: VAvatar
|
|
142981
|
+
VBottomSheet: VBottomSheet
|
|
142982
|
+
VBadge: VBadge
|
|
142983
|
+
VBottomNavigation: VBottomNavigation
|
|
142984
|
+
VAutocomplete: VAutocomplete
|
|
142986
142985
|
VBreadcrumbs: VBreadcrumbs
|
|
142987
142986
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142988
142987
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142989
|
-
VBtnToggle: VBtnToggle
|
|
142990
142988
|
VBtnGroup: VBtnGroup
|
|
142989
|
+
VBtnToggle: VBtnToggle
|
|
142991
142990
|
VCarousel: VCarousel
|
|
142992
142991
|
VCarouselItem: VCarouselItem
|
|
142993
142992
|
VCard: VCard
|
|
@@ -142996,12 +142995,21 @@ declare module 'vue' {
|
|
|
142996
142995
|
VCardSubtitle: VCardSubtitle
|
|
142997
142996
|
VCardText: VCardText
|
|
142998
142997
|
VCardTitle: VCardTitle
|
|
142998
|
+
VBtn: VBtn
|
|
142999
|
+
VCombobox: VCombobox
|
|
143000
|
+
VChip: VChip
|
|
142999
143001
|
VCheckbox: VCheckbox
|
|
143000
143002
|
VCheckboxBtn: VCheckboxBtn
|
|
143001
143003
|
VCode: VCode
|
|
143002
143004
|
VChipGroup: VChipGroup
|
|
143003
|
-
VChip: VChip
|
|
143004
143005
|
VCounter: VCounter
|
|
143006
|
+
VDatePicker: VDatePicker
|
|
143007
|
+
VDatePickerControls: VDatePickerControls
|
|
143008
|
+
VDatePickerHeader: VDatePickerHeader
|
|
143009
|
+
VDatePickerMonth: VDatePickerMonth
|
|
143010
|
+
VDatePickerMonths: VDatePickerMonths
|
|
143011
|
+
VDatePickerYears: VDatePickerYears
|
|
143012
|
+
VColorPicker: VColorPicker
|
|
143005
143013
|
VDataTable: VDataTable
|
|
143006
143014
|
VDataTableHeaders: VDataTableHeaders
|
|
143007
143015
|
VDataTableFooter: VDataTableFooter
|
|
@@ -143009,39 +143017,30 @@ declare module 'vue' {
|
|
|
143009
143017
|
VDataTableRow: VDataTableRow
|
|
143010
143018
|
VDataTableVirtual: VDataTableVirtual
|
|
143011
143019
|
VDataTableServer: VDataTableServer
|
|
143012
|
-
VColorPicker: VColorPicker
|
|
143013
|
-
VDatePicker: VDatePicker
|
|
143014
|
-
VDatePickerControls: VDatePickerControls
|
|
143015
|
-
VDatePickerHeader: VDatePickerHeader
|
|
143016
|
-
VDatePickerMonth: VDatePickerMonth
|
|
143017
|
-
VDatePickerMonths: VDatePickerMonths
|
|
143018
|
-
VDatePickerYears: VDatePickerYears
|
|
143019
|
-
VCombobox: VCombobox
|
|
143020
|
-
VDialog: VDialog
|
|
143021
143020
|
VEmptyState: VEmptyState
|
|
143022
143021
|
VDivider: VDivider
|
|
143023
|
-
|
|
143022
|
+
VDialog: VDialog
|
|
143024
143023
|
VExpansionPanels: VExpansionPanels
|
|
143025
143024
|
VExpansionPanel: VExpansionPanel
|
|
143026
143025
|
VExpansionPanelText: VExpansionPanelText
|
|
143027
143026
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
143028
|
-
|
|
143029
|
-
VFab: VFab
|
|
143027
|
+
VFileInput: VFileInput
|
|
143030
143028
|
VField: VField
|
|
143031
143029
|
VFieldLabel: VFieldLabel
|
|
143030
|
+
VFab: VFab
|
|
143031
|
+
VImg: VImg
|
|
143032
|
+
VFooter: VFooter
|
|
143033
|
+
VInfiniteScroll: VInfiniteScroll
|
|
143032
143034
|
VIcon: VIcon
|
|
143033
143035
|
VComponentIcon: VComponentIcon
|
|
143034
143036
|
VSvgIcon: VSvgIcon
|
|
143035
143037
|
VLigatureIcon: VLigatureIcon
|
|
143036
143038
|
VClassIcon: VClassIcon
|
|
143037
143039
|
VInput: VInput
|
|
143038
|
-
|
|
143040
|
+
VLabel: VLabel
|
|
143041
|
+
VKbd: VKbd
|
|
143039
143042
|
VItemGroup: VItemGroup
|
|
143040
143043
|
VItem: VItem
|
|
143041
|
-
VImg: VImg
|
|
143042
|
-
VKbd: VKbd
|
|
143043
|
-
VLabel: VLabel
|
|
143044
|
-
VMain: VMain
|
|
143045
143044
|
VList: VList
|
|
143046
143045
|
VListGroup: VListGroup
|
|
143047
143046
|
VListImg: VListImg
|
|
@@ -143051,41 +143050,45 @@ declare module 'vue' {
|
|
|
143051
143050
|
VListItemSubtitle: VListItemSubtitle
|
|
143052
143051
|
VListItemTitle: VListItemTitle
|
|
143053
143052
|
VListSubheader: VListSubheader
|
|
143054
|
-
|
|
143055
|
-
|
|
143056
|
-
VNumberInput: VNumberInput
|
|
143053
|
+
VMain: VMain
|
|
143054
|
+
VNavigationDrawer: VNavigationDrawer
|
|
143057
143055
|
VMenu: VMenu
|
|
143058
143056
|
VOtpInput: VOtpInput
|
|
143059
|
-
|
|
143060
|
-
|
|
143057
|
+
VMessages: VMessages
|
|
143058
|
+
VNumberInput: VNumberInput
|
|
143061
143059
|
VPagination: VPagination
|
|
143062
|
-
VRating: VRating
|
|
143063
143060
|
VProgressLinear: VProgressLinear
|
|
143061
|
+
VOverlay: VOverlay
|
|
143062
|
+
VProgressCircular: VProgressCircular
|
|
143063
|
+
VRating: VRating
|
|
143064
143064
|
VRadioGroup: VRadioGroup
|
|
143065
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
143065
143066
|
VSelectionControl: VSelectionControl
|
|
143066
143067
|
VSelect: VSelect
|
|
143067
|
-
VSlider: VSlider
|
|
143068
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
143069
|
-
VSlideGroup: VSlideGroup
|
|
143070
|
-
VSlideGroupItem: VSlideGroupItem
|
|
143071
143068
|
VSheet: VSheet
|
|
143072
|
-
|
|
143069
|
+
VSlider: VSlider
|
|
143073
143070
|
VStepper: VStepper
|
|
143074
143071
|
VStepperActions: VStepperActions
|
|
143075
143072
|
VStepperHeader: VStepperHeader
|
|
143076
143073
|
VStepperItem: VStepperItem
|
|
143077
143074
|
VStepperWindow: VStepperWindow
|
|
143078
143075
|
VStepperWindowItem: VStepperWindowItem
|
|
143079
|
-
|
|
143076
|
+
VSkeletonLoader: VSkeletonLoader
|
|
143080
143077
|
VSnackbar: VSnackbar
|
|
143081
|
-
|
|
143082
|
-
|
|
143078
|
+
VSlideGroup: VSlideGroup
|
|
143079
|
+
VSlideGroupItem: VSlideGroupItem
|
|
143080
|
+
VSwitch: VSwitch
|
|
143083
143081
|
VTextarea: VTextarea
|
|
143084
|
-
VTextField: VTextField
|
|
143085
143082
|
VTab: VTab
|
|
143086
143083
|
VTabs: VTabs
|
|
143087
143084
|
VTabsWindow: VTabsWindow
|
|
143088
143085
|
VTabsWindowItem: VTabsWindowItem
|
|
143086
|
+
VSystemBar: VSystemBar
|
|
143087
|
+
VTable: VTable
|
|
143088
|
+
VTextField: VTextField
|
|
143089
|
+
VToolbar: VToolbar
|
|
143090
|
+
VToolbarTitle: VToolbarTitle
|
|
143091
|
+
VToolbarItems: VToolbarItems
|
|
143089
143092
|
VTimeline: VTimeline
|
|
143090
143093
|
VTimelineItem: VTimelineItem
|
|
143091
143094
|
VTreeview: VTreeview
|
|
@@ -143095,9 +143098,6 @@ declare module 'vue' {
|
|
|
143095
143098
|
VTimePicker: VTimePicker
|
|
143096
143099
|
VTimePickerClock: VTimePickerClock
|
|
143097
143100
|
VTimePickerControls: VTimePickerControls
|
|
143098
|
-
VToolbar: VToolbar
|
|
143099
|
-
VToolbarTitle: VToolbarTitle
|
|
143100
|
-
VToolbarItems: VToolbarItems
|
|
143101
143101
|
VWindow: VWindow
|
|
143102
143102
|
VWindowItem: VWindowItem
|
|
143103
143103
|
VConfirmEdit: VConfirmEdit
|
|
@@ -143107,15 +143107,15 @@ declare module 'vue' {
|
|
|
143107
143107
|
VCol: VCol
|
|
143108
143108
|
VRow: VRow
|
|
143109
143109
|
VSpacer: VSpacer
|
|
143110
|
-
VForm: VForm
|
|
143111
143110
|
VHover: VHover
|
|
143111
|
+
VForm: VForm
|
|
143112
|
+
VLazy: VLazy
|
|
143112
143113
|
VLayout: VLayout
|
|
143113
143114
|
VLayoutItem: VLayoutItem
|
|
143114
|
-
VLazy: VLazy
|
|
143115
143115
|
VLocaleProvider: VLocaleProvider
|
|
143116
143116
|
VNoSsr: VNoSsr
|
|
143117
|
-
VParallax: VParallax
|
|
143118
143117
|
VRadio: VRadio
|
|
143118
|
+
VParallax: VParallax
|
|
143119
143119
|
VRangeSlider: VRangeSlider
|
|
143120
143120
|
VResponsive: VResponsive
|
|
143121
143121
|
VSnackbarQueue: VSnackbarQueue
|
|
@@ -143140,26 +143140,26 @@ declare module 'vue' {
|
|
|
143140
143140
|
VExpandTransition: VExpandTransition
|
|
143141
143141
|
VExpandXTransition: VExpandXTransition
|
|
143142
143142
|
VDialogTransition: VDialogTransition
|
|
143143
|
-
VColorInput: VColorInput
|
|
143144
|
-
VPicker: VPicker
|
|
143145
|
-
VPickerTitle: VPickerTitle
|
|
143146
143143
|
VCalendar: VCalendar
|
|
143144
|
+
VColorInput: VColorInput
|
|
143147
143145
|
VFileUpload: VFileUpload
|
|
143148
143146
|
VFileUploadItem: VFileUploadItem
|
|
143149
|
-
VPie: VPie
|
|
143150
|
-
VPieSegment: VPieSegment
|
|
143151
|
-
VPieTooltip: VPieTooltip
|
|
143152
|
-
VHotkey: VHotkey
|
|
143153
143147
|
VStepperVertical: VStepperVertical
|
|
143154
143148
|
VStepperVerticalItem: VStepperVerticalItem
|
|
143155
143149
|
VStepperVerticalActions: VStepperVerticalActions
|
|
143156
143150
|
VVideo: VVideo
|
|
143157
143151
|
VVideoControls: VVideoControls
|
|
143158
143152
|
VVideoVolume: VVideoVolume
|
|
143153
|
+
VPie: VPie
|
|
143154
|
+
VPieSegment: VPieSegment
|
|
143155
|
+
VPieTooltip: VPieTooltip
|
|
143156
|
+
VPicker: VPicker
|
|
143157
|
+
VPickerTitle: VPickerTitle
|
|
143158
|
+
VHotkey: VHotkey
|
|
143159
143159
|
VIconBtn: VIconBtn
|
|
143160
|
-
VMaskInput: VMaskInput
|
|
143161
143160
|
VDateInput: VDateInput
|
|
143162
143161
|
VPullToRefresh: VPullToRefresh
|
|
143162
|
+
VMaskInput: VMaskInput
|
|
143163
143163
|
}
|
|
143164
143164
|
export interface GlobalDirectives {
|
|
143165
143165
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.
|
|
2
|
+
* Vuetify v3.10.7-dev.2025-10-23
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -12028,7 +12028,7 @@ const VMenu = genericComponent()({
|
|
|
12028
12028
|
// It isn't inside the menu body
|
|
12029
12029
|
!overlay.value.contentEl.contains(after)) {
|
|
12030
12030
|
if (focusTrapSuppressed) {
|
|
12031
|
-
if (!props.openOnHover
|
|
12031
|
+
if (!props.openOnHover && !overlay.value.activatorEl?.contains(after)) {
|
|
12032
12032
|
isActive.value = false;
|
|
12033
12033
|
}
|
|
12034
12034
|
} else {
|
|
@@ -12715,10 +12715,11 @@ const VTextField = genericComponent()({
|
|
|
12715
12715
|
props: {
|
|
12716
12716
|
class: fieldClass,
|
|
12717
12717
|
...slotProps
|
|
12718
|
-
}
|
|
12718
|
+
},
|
|
12719
|
+
controlRef
|
|
12719
12720
|
} = _ref3;
|
|
12720
12721
|
const inputNode = withDirectives(createElementVNode("input", mergeProps({
|
|
12721
|
-
"ref": inputRef,
|
|
12722
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
12722
12723
|
"value": model.value,
|
|
12723
12724
|
"onInput": onInput,
|
|
12724
12725
|
"autofocus": props.autofocus,
|
|
@@ -13642,7 +13643,8 @@ const VSelect = genericComponent()({
|
|
|
13642
13643
|
"key": item.value,
|
|
13643
13644
|
"modelValue": isSelected,
|
|
13644
13645
|
"ripple": false,
|
|
13645
|
-
"tabindex": "-1"
|
|
13646
|
+
"tabindex": "-1",
|
|
13647
|
+
"onClick": event => event.preventDefault()
|
|
13646
13648
|
}, null) : undefined, camelizedProps.prependAvatar && createVNode(VAvatar, {
|
|
13647
13649
|
"image": camelizedProps.prependAvatar
|
|
13648
13650
|
}, null), camelizedProps.prependIcon && createVNode(VIcon, {
|
|
@@ -14289,7 +14291,8 @@ const VAutocomplete = genericComponent()({
|
|
|
14289
14291
|
"key": item.value,
|
|
14290
14292
|
"modelValue": isSelected,
|
|
14291
14293
|
"ripple": false,
|
|
14292
|
-
"tabindex": "-1"
|
|
14294
|
+
"tabindex": "-1",
|
|
14295
|
+
"onClick": event => event.preventDefault()
|
|
14293
14296
|
}, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
|
|
14294
14297
|
"image": item.props.prependAvatar
|
|
14295
14298
|
}, null), item.props.prependIcon && createVNode(VIcon, {
|
|
@@ -15652,15 +15655,13 @@ const VWindow = genericComponent()({
|
|
|
15652
15655
|
watch(activeIndex, (newVal, oldVal) => {
|
|
15653
15656
|
let scrollableParent;
|
|
15654
15657
|
const savedScrollPosition = {
|
|
15655
|
-
|
|
15656
|
-
|
|
15658
|
+
left: 0,
|
|
15659
|
+
top: 0
|
|
15657
15660
|
};
|
|
15658
15661
|
if (IN_BROWSER && oldVal >= 0) {
|
|
15659
15662
|
scrollableParent = getScrollParent(rootRef.value);
|
|
15660
|
-
|
|
15661
|
-
|
|
15662
|
-
savedScrollPosition.x = scrollableParent.scrollLeft;
|
|
15663
|
-
savedScrollPosition.y = scrollableParent.scrollTop;
|
|
15663
|
+
savedScrollPosition.left = scrollableParent?.scrollLeft;
|
|
15664
|
+
savedScrollPosition.top = scrollableParent?.scrollTop;
|
|
15664
15665
|
}
|
|
15665
15666
|
const itemsLength = group.items.value.length;
|
|
15666
15667
|
const lastIndex = itemsLength - 1;
|
|
@@ -15676,20 +15677,18 @@ const VWindow = genericComponent()({
|
|
|
15676
15677
|
nextTick(() => {
|
|
15677
15678
|
if (!IN_BROWSER || !scrollableParent) return;
|
|
15678
15679
|
const currentScrollY = scrollableParent.scrollTop;
|
|
15679
|
-
if (currentScrollY !== savedScrollPosition.
|
|
15680
|
+
if (currentScrollY !== savedScrollPosition.top) {
|
|
15680
15681
|
scrollableParent.scrollTo({
|
|
15681
|
-
|
|
15682
|
-
top: savedScrollPosition.y,
|
|
15682
|
+
...savedScrollPosition,
|
|
15683
15683
|
behavior: 'instant'
|
|
15684
15684
|
});
|
|
15685
15685
|
}
|
|
15686
15686
|
requestAnimationFrame(() => {
|
|
15687
15687
|
if (!scrollableParent) return;
|
|
15688
15688
|
const rafScrollY = scrollableParent.scrollTop;
|
|
15689
|
-
if (rafScrollY !== savedScrollPosition.
|
|
15689
|
+
if (rafScrollY !== savedScrollPosition.top) {
|
|
15690
15690
|
scrollableParent.scrollTo({
|
|
15691
|
-
|
|
15692
|
-
top: savedScrollPosition.y,
|
|
15691
|
+
...savedScrollPosition,
|
|
15693
15692
|
behavior: 'instant'
|
|
15694
15693
|
});
|
|
15695
15694
|
}
|
|
@@ -19507,9 +19506,9 @@ const VCombobox = genericComponent()({
|
|
|
19507
19506
|
}
|
|
19508
19507
|
function onAfterLeave() {
|
|
19509
19508
|
if (isFocused.value) {
|
|
19510
|
-
isPristine.value = true;
|
|
19511
19509
|
vTextFieldRef.value?.focus();
|
|
19512
19510
|
}
|
|
19511
|
+
isPristine.value = true;
|
|
19513
19512
|
_searchLock.value = null;
|
|
19514
19513
|
}
|
|
19515
19514
|
/** @param set - null means toggle */
|
|
@@ -19703,7 +19702,8 @@ const VCombobox = genericComponent()({
|
|
|
19703
19702
|
"key": item.value,
|
|
19704
19703
|
"modelValue": isSelected,
|
|
19705
19704
|
"ripple": false,
|
|
19706
|
-
"tabindex": "-1"
|
|
19705
|
+
"tabindex": "-1",
|
|
19706
|
+
"onClick": event => event.preventDefault()
|
|
19707
19707
|
}, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
|
|
19708
19708
|
"image": item.props.prependAvatar
|
|
19709
19709
|
}, null), item.props.prependIcon && createVNode(VIcon, {
|
|
@@ -25201,10 +25201,11 @@ const VFileInput = genericComponent()({
|
|
|
25201
25201
|
props: {
|
|
25202
25202
|
class: fieldClass,
|
|
25203
25203
|
...slotProps
|
|
25204
|
-
}
|
|
25204
|
+
},
|
|
25205
|
+
controlRef
|
|
25205
25206
|
} = _ref4;
|
|
25206
25207
|
return createElementVNode(Fragment, null, [createElementVNode("input", mergeProps({
|
|
25207
|
-
"ref": inputRef,
|
|
25208
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
25208
25209
|
"type": "file",
|
|
25209
25210
|
"accept": inputAccept,
|
|
25210
25211
|
"readonly": isReadonly.value,
|
|
@@ -30037,12 +30038,13 @@ const VTextarea = genericComponent()({
|
|
|
30037
30038
|
props: {
|
|
30038
30039
|
class: fieldClass,
|
|
30039
30040
|
...slotProps
|
|
30040
|
-
}
|
|
30041
|
+
},
|
|
30042
|
+
controlRef
|
|
30041
30043
|
} = _ref3;
|
|
30042
30044
|
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
|
30043
30045
|
"class": "v-text-field__prefix"
|
|
30044
30046
|
}, [props.prefix]), withDirectives(createElementVNode("textarea", mergeProps({
|
|
30045
|
-
"ref": textareaRef,
|
|
30047
|
+
"ref": val => textareaRef.value = controlRef.value = val,
|
|
30046
30048
|
"class": fieldClass,
|
|
30047
30049
|
"value": model.value,
|
|
30048
30050
|
"onInput": onInput,
|
|
@@ -38156,7 +38158,7 @@ function createVuetify$1() {
|
|
|
38156
38158
|
};
|
|
38157
38159
|
});
|
|
38158
38160
|
}
|
|
38159
|
-
const version$1 = "3.10.
|
|
38161
|
+
const version$1 = "3.10.7-dev.2025-10-23";
|
|
38160
38162
|
createVuetify$1.version = version$1;
|
|
38161
38163
|
|
|
38162
38164
|
// Vue's inject() can only be used in setup
|
|
@@ -38454,7 +38456,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
38454
38456
|
|
|
38455
38457
|
/* eslint-disable local-rules/sort-imports */
|
|
38456
38458
|
|
|
38457
|
-
const version = "3.10.
|
|
38459
|
+
const version = "3.10.7-dev.2025-10-23";
|
|
38458
38460
|
|
|
38459
38461
|
/* eslint-disable local-rules/sort-imports */
|
|
38460
38462
|
|