vuetify 3.10.6 → 3.10.7
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/dist/json/attributes.json +1705 -1705
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +3230 -3230
- package/dist/vuetify-labs.cjs +28 -26
- package/dist/vuetify-labs.css +4841 -4841
- package/dist/vuetify-labs.d.ts +58 -58
- 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 +3692 -3692
- package/dist/vuetify.d.ts +58 -58
- 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 +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -92509,7 +92509,7 @@ declare const VTextarea: {
|
|
|
92509
92509
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
92510
92510
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
92511
92511
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
92512
|
-
},
|
|
92512
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
92513
92513
|
$: vue.ComponentInternalInstance;
|
|
92514
92514
|
$data: {};
|
|
92515
92515
|
$props: Partial<{
|
|
@@ -92973,7 +92973,7 @@ declare const VTextarea: {
|
|
|
92973
92973
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
92974
92974
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
92975
92975
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
92976
|
-
},
|
|
92976
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
92977
92977
|
$: vue.ComponentInternalInstance;
|
|
92978
92978
|
$data: {};
|
|
92979
92979
|
$props: Partial<{
|
|
@@ -93392,7 +93392,7 @@ declare const VTextarea: {
|
|
|
93392
93392
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
93393
93393
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
93394
93394
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
93395
|
-
},
|
|
93395
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
93396
93396
|
$: vue.ComponentInternalInstance;
|
|
93397
93397
|
$data: {};
|
|
93398
93398
|
$props: Partial<{
|
|
@@ -105769,47 +105769,38 @@ declare module 'vue' {
|
|
|
105769
105769
|
VApp: VApp
|
|
105770
105770
|
VAlert: VAlert
|
|
105771
105771
|
VAlertTitle: VAlertTitle
|
|
105772
|
+
VAvatar: VAvatar
|
|
105772
105773
|
VAppBar: VAppBar
|
|
105773
105774
|
VAppBarNavIcon: VAppBarNavIcon
|
|
105774
105775
|
VAppBarTitle: VAppBarTitle
|
|
105775
|
-
VAutocomplete: VAutocomplete
|
|
105776
105776
|
VBanner: VBanner
|
|
105777
105777
|
VBannerActions: VBannerActions
|
|
105778
105778
|
VBannerText: VBannerText
|
|
105779
105779
|
VBadge: VBadge
|
|
105780
|
-
|
|
105780
|
+
VAutocomplete: VAutocomplete
|
|
105781
105781
|
VBottomSheet: VBottomSheet
|
|
105782
|
-
|
|
105783
|
-
VBtnGroup: VBtnGroup
|
|
105784
|
-
VBtn: VBtn
|
|
105782
|
+
VBottomNavigation: VBottomNavigation
|
|
105785
105783
|
VBreadcrumbs: VBreadcrumbs
|
|
105786
105784
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
105787
105785
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
105788
|
-
|
|
105789
|
-
|
|
105790
|
-
VBtnToggle: VBtnToggle
|
|
105786
|
+
VBtn: VBtn
|
|
105787
|
+
VBtnGroup: VBtnGroup
|
|
105791
105788
|
VCheckbox: VCheckbox
|
|
105792
105789
|
VCheckboxBtn: VCheckboxBtn
|
|
105793
|
-
|
|
105790
|
+
VBtnToggle: VBtnToggle
|
|
105791
|
+
VChipGroup: VChipGroup
|
|
105794
105792
|
VCard: VCard
|
|
105795
105793
|
VCardActions: VCardActions
|
|
105796
105794
|
VCardItem: VCardItem
|
|
105797
105795
|
VCardSubtitle: VCardSubtitle
|
|
105798
105796
|
VCardText: VCardText
|
|
105799
105797
|
VCardTitle: VCardTitle
|
|
105800
|
-
|
|
105801
|
-
|
|
105798
|
+
VCarousel: VCarousel
|
|
105799
|
+
VCarouselItem: VCarouselItem
|
|
105800
|
+
VChip: VChip
|
|
105802
105801
|
VCode: VCode
|
|
105803
105802
|
VCombobox: VCombobox
|
|
105804
105803
|
VColorPicker: VColorPicker
|
|
105805
|
-
VField: VField
|
|
105806
|
-
VFieldLabel: VFieldLabel
|
|
105807
|
-
VDatePicker: VDatePicker
|
|
105808
|
-
VDatePickerControls: VDatePickerControls
|
|
105809
|
-
VDatePickerHeader: VDatePickerHeader
|
|
105810
|
-
VDatePickerMonth: VDatePickerMonth
|
|
105811
|
-
VDatePickerMonths: VDatePickerMonths
|
|
105812
|
-
VDatePickerYears: VDatePickerYears
|
|
105813
105804
|
VDataTable: VDataTable
|
|
105814
105805
|
VDataTableHeaders: VDataTableHeaders
|
|
105815
105806
|
VDataTableFooter: VDataTableFooter
|
|
@@ -105817,25 +105808,36 @@ declare module 'vue' {
|
|
|
105817
105808
|
VDataTableRow: VDataTableRow
|
|
105818
105809
|
VDataTableVirtual: VDataTableVirtual
|
|
105819
105810
|
VDataTableServer: VDataTableServer
|
|
105811
|
+
VDatePicker: VDatePicker
|
|
105812
|
+
VDatePickerControls: VDatePickerControls
|
|
105813
|
+
VDatePickerHeader: VDatePickerHeader
|
|
105814
|
+
VDatePickerMonth: VDatePickerMonth
|
|
105815
|
+
VDatePickerMonths: VDatePickerMonths
|
|
105816
|
+
VDatePickerYears: VDatePickerYears
|
|
105820
105817
|
VDivider: VDivider
|
|
105818
|
+
VCounter: VCounter
|
|
105821
105819
|
VDialog: VDialog
|
|
105822
|
-
VEmptyState: VEmptyState
|
|
105823
105820
|
VExpansionPanels: VExpansionPanels
|
|
105824
105821
|
VExpansionPanel: VExpansionPanel
|
|
105825
105822
|
VExpansionPanelText: VExpansionPanelText
|
|
105826
105823
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
105824
|
+
VEmptyState: VEmptyState
|
|
105827
105825
|
VFooter: VFooter
|
|
105828
|
-
VFileInput: VFileInput
|
|
105829
|
-
VFab: VFab
|
|
105830
105826
|
VImg: VImg
|
|
105831
|
-
|
|
105827
|
+
VField: VField
|
|
105828
|
+
VFieldLabel: VFieldLabel
|
|
105829
|
+
VFab: VFab
|
|
105830
|
+
VFileInput: VFileInput
|
|
105832
105831
|
VInput: VInput
|
|
105833
|
-
VKbd: VKbd
|
|
105834
105832
|
VIcon: VIcon
|
|
105835
105833
|
VComponentIcon: VComponentIcon
|
|
105836
105834
|
VSvgIcon: VSvgIcon
|
|
105837
105835
|
VLigatureIcon: VLigatureIcon
|
|
105838
105836
|
VClassIcon: VClassIcon
|
|
105837
|
+
VInfiniteScroll: VInfiniteScroll
|
|
105838
|
+
VItemGroup: VItemGroup
|
|
105839
|
+
VItem: VItem
|
|
105840
|
+
VKbd: VKbd
|
|
105839
105841
|
VLabel: VLabel
|
|
105840
105842
|
VList: VList
|
|
105841
105843
|
VListGroup: VListGroup
|
|
@@ -105846,67 +105848,65 @@ declare module 'vue' {
|
|
|
105846
105848
|
VListItemSubtitle: VListItemSubtitle
|
|
105847
105849
|
VListItemTitle: VListItemTitle
|
|
105848
105850
|
VListSubheader: VListSubheader
|
|
105849
|
-
VItemGroup: VItemGroup
|
|
105850
|
-
VItem: VItem
|
|
105851
|
-
VMessages: VMessages
|
|
105852
105851
|
VMenu: VMenu
|
|
105853
105852
|
VMain: VMain
|
|
105854
|
-
|
|
105853
|
+
VMessages: VMessages
|
|
105855
105854
|
VNavigationDrawer: VNavigationDrawer
|
|
105856
|
-
VOverlay: VOverlay
|
|
105857
105855
|
VOtpInput: VOtpInput
|
|
105858
105856
|
VNumberInput: VNumberInput
|
|
105857
|
+
VOverlay: VOverlay
|
|
105858
|
+
VPagination: VPagination
|
|
105859
105859
|
VProgressCircular: VProgressCircular
|
|
105860
|
-
VProgressLinear: VProgressLinear
|
|
105861
105860
|
VRadioGroup: VRadioGroup
|
|
105861
|
+
VSelectionControl: VSelectionControl
|
|
105862
|
+
VProgressLinear: VProgressLinear
|
|
105862
105863
|
VRating: VRating
|
|
105863
105864
|
VSelect: VSelect
|
|
105864
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
105865
105865
|
VSheet: VSheet
|
|
105866
|
-
|
|
105867
|
-
VSlideGroup: VSlideGroup
|
|
105868
|
-
VSlideGroupItem: VSlideGroupItem
|
|
105869
|
-
VSkeletonLoader: VSkeletonLoader
|
|
105866
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
105870
105867
|
VSnackbar: VSnackbar
|
|
105871
105868
|
VSlider: VSlider
|
|
105872
|
-
|
|
105873
|
-
|
|
105874
|
-
|
|
105875
|
-
VTabsWindow: VTabsWindow
|
|
105876
|
-
VTabsWindowItem: VTabsWindowItem
|
|
105869
|
+
VSkeletonLoader: VSkeletonLoader
|
|
105870
|
+
VSlideGroup: VSlideGroup
|
|
105871
|
+
VSlideGroupItem: VSlideGroupItem
|
|
105877
105872
|
VStepper: VStepper
|
|
105878
105873
|
VStepperActions: VStepperActions
|
|
105879
105874
|
VStepperHeader: VStepperHeader
|
|
105880
105875
|
VStepperItem: VStepperItem
|
|
105881
105876
|
VStepperWindow: VStepperWindow
|
|
105882
105877
|
VStepperWindowItem: VStepperWindowItem
|
|
105878
|
+
VSystemBar: VSystemBar
|
|
105879
|
+
VTab: VTab
|
|
105880
|
+
VTabs: VTabs
|
|
105881
|
+
VTabsWindow: VTabsWindow
|
|
105882
|
+
VTabsWindowItem: VTabsWindowItem
|
|
105883
105883
|
VTextarea: VTextarea
|
|
105884
|
+
VSwitch: VSwitch
|
|
105884
105885
|
VTable: VTable
|
|
105886
|
+
VTextField: VTextField
|
|
105887
|
+
VTooltip: VTooltip
|
|
105885
105888
|
VTimePicker: VTimePicker
|
|
105886
105889
|
VTimePickerClock: VTimePickerClock
|
|
105887
105890
|
VTimePickerControls: VTimePickerControls
|
|
105888
|
-
VSystemBar: VSystemBar
|
|
105889
|
-
VTextField: VTextField
|
|
105890
|
-
VTooltip: VTooltip
|
|
105891
105891
|
VTimeline: VTimeline
|
|
105892
105892
|
VTimelineItem: VTimelineItem
|
|
105893
105893
|
VTreeview: VTreeview
|
|
105894
105894
|
VTreeviewItem: VTreeviewItem
|
|
105895
105895
|
VTreeviewGroup: VTreeviewGroup
|
|
105896
|
+
VWindow: VWindow
|
|
105897
|
+
VWindowItem: VWindowItem
|
|
105896
105898
|
VToolbar: VToolbar
|
|
105897
105899
|
VToolbarTitle: VToolbarTitle
|
|
105898
105900
|
VToolbarItems: VToolbarItems
|
|
105899
|
-
VWindow: VWindow
|
|
105900
|
-
VWindowItem: VWindowItem
|
|
105901
105901
|
VConfirmEdit: VConfirmEdit
|
|
105902
105902
|
VDataIterator: VDataIterator
|
|
105903
105903
|
VDefaultsProvider: VDefaultsProvider
|
|
105904
|
-
VHover: VHover
|
|
105905
105904
|
VForm: VForm
|
|
105906
105905
|
VContainer: VContainer
|
|
105907
105906
|
VCol: VCol
|
|
105908
105907
|
VRow: VRow
|
|
105909
105908
|
VSpacer: VSpacer
|
|
105909
|
+
VHover: VHover
|
|
105910
105910
|
VLazy: VLazy
|
|
105911
105911
|
VLayout: VLayout
|
|
105912
105912
|
VLayoutItem: VLayoutItem
|
|
@@ -105916,12 +105916,12 @@ declare module 'vue' {
|
|
|
105916
105916
|
VRadio: VRadio
|
|
105917
105917
|
VRangeSlider: VRangeSlider
|
|
105918
105918
|
VResponsive: VResponsive
|
|
105919
|
-
VSpeedDial: VSpeedDial
|
|
105920
105919
|
VSnackbarQueue: VSnackbarQueue
|
|
105921
105920
|
VSparkline: VSparkline
|
|
105921
|
+
VSpeedDial: VSpeedDial
|
|
105922
105922
|
VThemeProvider: VThemeProvider
|
|
105923
|
-
VValidation: VValidation
|
|
105924
105923
|
VVirtualScroll: VVirtualScroll
|
|
105924
|
+
VValidation: VValidation
|
|
105925
105925
|
VFabTransition: VFabTransition
|
|
105926
105926
|
VDialogBottomTransition: VDialogBottomTransition
|
|
105927
105927
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -105938,23 +105938,23 @@ declare module 'vue' {
|
|
|
105938
105938
|
VExpandTransition: VExpandTransition
|
|
105939
105939
|
VExpandXTransition: VExpandXTransition
|
|
105940
105940
|
VDialogTransition: VDialogTransition
|
|
105941
|
-
VColorInput: VColorInput
|
|
105942
105941
|
VCalendar: VCalendar
|
|
105943
|
-
|
|
105944
|
-
VVideo: VVideo
|
|
105945
|
-
VVideoControls: VVideoControls
|
|
105946
|
-
VVideoVolume: VVideoVolume
|
|
105942
|
+
VColorInput: VColorInput
|
|
105947
105943
|
VFileUpload: VFileUpload
|
|
105948
105944
|
VFileUploadItem: VFileUploadItem
|
|
105945
|
+
VIconBtn: VIconBtn
|
|
105949
105946
|
VPie: VPie
|
|
105950
105947
|
VPieSegment: VPieSegment
|
|
105951
105948
|
VPieTooltip: VPieTooltip
|
|
105949
|
+
VPicker: VPicker
|
|
105950
|
+
VPickerTitle: VPickerTitle
|
|
105952
105951
|
VStepperVertical: VStepperVertical
|
|
105953
105952
|
VStepperVerticalItem: VStepperVerticalItem
|
|
105954
105953
|
VStepperVerticalActions: VStepperVerticalActions
|
|
105955
105954
|
VHotkey: VHotkey
|
|
105956
|
-
|
|
105957
|
-
|
|
105955
|
+
VVideo: VVideo
|
|
105956
|
+
VVideoControls: VVideoControls
|
|
105957
|
+
VVideoVolume: VVideoVolume
|
|
105958
105958
|
VDateInput: VDateInput
|
|
105959
105959
|
VMaskInput: VMaskInput
|
|
105960
105960
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.
|
|
2
|
+
* Vuetify v3.10.7
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -12341,7 +12341,7 @@ const VMenu = genericComponent()({
|
|
|
12341
12341
|
// It isn't inside the menu body
|
|
12342
12342
|
!overlay.value.contentEl.contains(after)) {
|
|
12343
12343
|
if (focusTrapSuppressed) {
|
|
12344
|
-
if (!props.openOnHover
|
|
12344
|
+
if (!props.openOnHover && !overlay.value.activatorEl?.contains(after)) {
|
|
12345
12345
|
isActive.value = false;
|
|
12346
12346
|
}
|
|
12347
12347
|
} else {
|
|
@@ -13028,10 +13028,11 @@ const VTextField = genericComponent()({
|
|
|
13028
13028
|
props: {
|
|
13029
13029
|
class: fieldClass,
|
|
13030
13030
|
...slotProps
|
|
13031
|
-
}
|
|
13031
|
+
},
|
|
13032
|
+
controlRef
|
|
13032
13033
|
} = _ref3;
|
|
13033
13034
|
const inputNode = withDirectives(createElementVNode("input", mergeProps({
|
|
13034
|
-
"ref": inputRef,
|
|
13035
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
13035
13036
|
"value": model.value,
|
|
13036
13037
|
"onInput": onInput,
|
|
13037
13038
|
"autofocus": props.autofocus,
|
|
@@ -13955,7 +13956,8 @@ const VSelect = genericComponent()({
|
|
|
13955
13956
|
"key": item.value,
|
|
13956
13957
|
"modelValue": isSelected,
|
|
13957
13958
|
"ripple": false,
|
|
13958
|
-
"tabindex": "-1"
|
|
13959
|
+
"tabindex": "-1",
|
|
13960
|
+
"onClick": event => event.preventDefault()
|
|
13959
13961
|
}, null) : undefined, camelizedProps.prependAvatar && createVNode(VAvatar, {
|
|
13960
13962
|
"image": camelizedProps.prependAvatar
|
|
13961
13963
|
}, null), camelizedProps.prependIcon && createVNode(VIcon, {
|
|
@@ -14602,7 +14604,8 @@ const VAutocomplete = genericComponent()({
|
|
|
14602
14604
|
"key": item.value,
|
|
14603
14605
|
"modelValue": isSelected,
|
|
14604
14606
|
"ripple": false,
|
|
14605
|
-
"tabindex": "-1"
|
|
14607
|
+
"tabindex": "-1",
|
|
14608
|
+
"onClick": event => event.preventDefault()
|
|
14606
14609
|
}, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
|
|
14607
14610
|
"image": item.props.prependAvatar
|
|
14608
14611
|
}, null), item.props.prependIcon && createVNode(VIcon, {
|
|
@@ -15965,15 +15968,13 @@ const VWindow = genericComponent()({
|
|
|
15965
15968
|
watch(activeIndex, (newVal, oldVal) => {
|
|
15966
15969
|
let scrollableParent;
|
|
15967
15970
|
const savedScrollPosition = {
|
|
15968
|
-
|
|
15969
|
-
|
|
15971
|
+
left: 0,
|
|
15972
|
+
top: 0
|
|
15970
15973
|
};
|
|
15971
15974
|
if (IN_BROWSER && oldVal >= 0) {
|
|
15972
15975
|
scrollableParent = getScrollParent(rootRef.value);
|
|
15973
|
-
|
|
15974
|
-
|
|
15975
|
-
savedScrollPosition.x = scrollableParent.scrollLeft;
|
|
15976
|
-
savedScrollPosition.y = scrollableParent.scrollTop;
|
|
15976
|
+
savedScrollPosition.left = scrollableParent?.scrollLeft;
|
|
15977
|
+
savedScrollPosition.top = scrollableParent?.scrollTop;
|
|
15977
15978
|
}
|
|
15978
15979
|
const itemsLength = group.items.value.length;
|
|
15979
15980
|
const lastIndex = itemsLength - 1;
|
|
@@ -15989,20 +15990,18 @@ const VWindow = genericComponent()({
|
|
|
15989
15990
|
nextTick(() => {
|
|
15990
15991
|
if (!IN_BROWSER || !scrollableParent) return;
|
|
15991
15992
|
const currentScrollY = scrollableParent.scrollTop;
|
|
15992
|
-
if (currentScrollY !== savedScrollPosition.
|
|
15993
|
+
if (currentScrollY !== savedScrollPosition.top) {
|
|
15993
15994
|
scrollableParent.scrollTo({
|
|
15994
|
-
|
|
15995
|
-
top: savedScrollPosition.y,
|
|
15995
|
+
...savedScrollPosition,
|
|
15996
15996
|
behavior: 'instant'
|
|
15997
15997
|
});
|
|
15998
15998
|
}
|
|
15999
15999
|
requestAnimationFrame(() => {
|
|
16000
16000
|
if (!scrollableParent) return;
|
|
16001
16001
|
const rafScrollY = scrollableParent.scrollTop;
|
|
16002
|
-
if (rafScrollY !== savedScrollPosition.
|
|
16002
|
+
if (rafScrollY !== savedScrollPosition.top) {
|
|
16003
16003
|
scrollableParent.scrollTo({
|
|
16004
|
-
|
|
16005
|
-
top: savedScrollPosition.y,
|
|
16004
|
+
...savedScrollPosition,
|
|
16006
16005
|
behavior: 'instant'
|
|
16007
16006
|
});
|
|
16008
16007
|
}
|
|
@@ -19811,9 +19810,9 @@ const VCombobox = genericComponent()({
|
|
|
19811
19810
|
}
|
|
19812
19811
|
function onAfterLeave() {
|
|
19813
19812
|
if (isFocused.value) {
|
|
19814
|
-
isPristine.value = true;
|
|
19815
19813
|
vTextFieldRef.value?.focus();
|
|
19816
19814
|
}
|
|
19815
|
+
isPristine.value = true;
|
|
19817
19816
|
_searchLock.value = null;
|
|
19818
19817
|
}
|
|
19819
19818
|
/** @param set - null means toggle */
|
|
@@ -20007,7 +20006,8 @@ const VCombobox = genericComponent()({
|
|
|
20007
20006
|
"key": item.value,
|
|
20008
20007
|
"modelValue": isSelected,
|
|
20009
20008
|
"ripple": false,
|
|
20010
|
-
"tabindex": "-1"
|
|
20009
|
+
"tabindex": "-1",
|
|
20010
|
+
"onClick": event => event.preventDefault()
|
|
20011
20011
|
}, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
|
|
20012
20012
|
"image": item.props.prependAvatar
|
|
20013
20013
|
}, null), item.props.prependIcon && createVNode(VIcon, {
|
|
@@ -25440,10 +25440,11 @@ const VFileInput = genericComponent()({
|
|
|
25440
25440
|
props: {
|
|
25441
25441
|
class: fieldClass,
|
|
25442
25442
|
...slotProps
|
|
25443
|
-
}
|
|
25443
|
+
},
|
|
25444
|
+
controlRef
|
|
25444
25445
|
} = _ref4;
|
|
25445
25446
|
return createElementVNode(Fragment, null, [createElementVNode("input", mergeProps({
|
|
25446
|
-
"ref": inputRef,
|
|
25447
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
25447
25448
|
"type": "file",
|
|
25448
25449
|
"accept": inputAccept,
|
|
25449
25450
|
"readonly": isReadonly.value,
|
|
@@ -30259,12 +30260,13 @@ const VTextarea = genericComponent()({
|
|
|
30259
30260
|
props: {
|
|
30260
30261
|
class: fieldClass,
|
|
30261
30262
|
...slotProps
|
|
30262
|
-
}
|
|
30263
|
+
},
|
|
30264
|
+
controlRef
|
|
30263
30265
|
} = _ref3;
|
|
30264
30266
|
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
|
30265
30267
|
"class": "v-text-field__prefix"
|
|
30266
30268
|
}, [props.prefix]), withDirectives(createElementVNode("textarea", mergeProps({
|
|
30267
|
-
"ref": textareaRef,
|
|
30269
|
+
"ref": val => textareaRef.value = controlRef.value = val,
|
|
30268
30270
|
"class": fieldClass,
|
|
30269
30271
|
"value": model.value,
|
|
30270
30272
|
"onInput": onInput,
|
|
@@ -32374,7 +32376,7 @@ function createVuetify$1() {
|
|
|
32374
32376
|
};
|
|
32375
32377
|
});
|
|
32376
32378
|
}
|
|
32377
|
-
const version$1 = "3.10.
|
|
32379
|
+
const version$1 = "3.10.7";
|
|
32378
32380
|
createVuetify$1.version = version$1;
|
|
32379
32381
|
|
|
32380
32382
|
// Vue's inject() can only be used in setup
|
|
@@ -32399,7 +32401,7 @@ const createVuetify = function () {
|
|
|
32399
32401
|
...options
|
|
32400
32402
|
});
|
|
32401
32403
|
};
|
|
32402
|
-
const version = "3.10.
|
|
32404
|
+
const version = "3.10.7";
|
|
32403
32405
|
createVuetify.version = version;
|
|
32404
32406
|
|
|
32405
32407
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|