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-labs.d.ts
CHANGED
|
@@ -93080,7 +93080,7 @@ declare const VTextarea: {
|
|
|
93080
93080
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
93081
93081
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
93082
93082
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
93083
|
-
},
|
|
93083
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
93084
93084
|
$: vue.ComponentInternalInstance;
|
|
93085
93085
|
$data: {};
|
|
93086
93086
|
$props: Partial<{
|
|
@@ -93544,7 +93544,7 @@ declare const VTextarea: {
|
|
|
93544
93544
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
93545
93545
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
93546
93546
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
93547
|
-
},
|
|
93547
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
93548
93548
|
$: vue.ComponentInternalInstance;
|
|
93549
93549
|
$data: {};
|
|
93550
93550
|
$props: Partial<{
|
|
@@ -93963,7 +93963,7 @@ declare const VTextarea: {
|
|
|
93963
93963
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
93964
93964
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
93965
93965
|
"onUpdate:rows"?: ((rows: number) => any) | undefined;
|
|
93966
|
-
},
|
|
93966
|
+
}, HTMLTextAreaElement & Omit<Omit<{
|
|
93967
93967
|
$: vue.ComponentInternalInstance;
|
|
93968
93968
|
$data: {};
|
|
93969
93969
|
$props: Partial<{
|
|
@@ -142626,47 +142626,38 @@ declare module 'vue' {
|
|
|
142626
142626
|
VApp: VApp
|
|
142627
142627
|
VAlert: VAlert
|
|
142628
142628
|
VAlertTitle: VAlertTitle
|
|
142629
|
+
VAvatar: VAvatar
|
|
142629
142630
|
VAppBar: VAppBar
|
|
142630
142631
|
VAppBarNavIcon: VAppBarNavIcon
|
|
142631
142632
|
VAppBarTitle: VAppBarTitle
|
|
142632
|
-
VAutocomplete: VAutocomplete
|
|
142633
142633
|
VBanner: VBanner
|
|
142634
142634
|
VBannerActions: VBannerActions
|
|
142635
142635
|
VBannerText: VBannerText
|
|
142636
142636
|
VBadge: VBadge
|
|
142637
|
-
|
|
142637
|
+
VAutocomplete: VAutocomplete
|
|
142638
142638
|
VBottomSheet: VBottomSheet
|
|
142639
|
-
|
|
142640
|
-
VBtnGroup: VBtnGroup
|
|
142641
|
-
VBtn: VBtn
|
|
142639
|
+
VBottomNavigation: VBottomNavigation
|
|
142642
142640
|
VBreadcrumbs: VBreadcrumbs
|
|
142643
142641
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142644
142642
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142645
|
-
|
|
142646
|
-
|
|
142647
|
-
VBtnToggle: VBtnToggle
|
|
142643
|
+
VBtn: VBtn
|
|
142644
|
+
VBtnGroup: VBtnGroup
|
|
142648
142645
|
VCheckbox: VCheckbox
|
|
142649
142646
|
VCheckboxBtn: VCheckboxBtn
|
|
142650
|
-
|
|
142647
|
+
VBtnToggle: VBtnToggle
|
|
142648
|
+
VChipGroup: VChipGroup
|
|
142651
142649
|
VCard: VCard
|
|
142652
142650
|
VCardActions: VCardActions
|
|
142653
142651
|
VCardItem: VCardItem
|
|
142654
142652
|
VCardSubtitle: VCardSubtitle
|
|
142655
142653
|
VCardText: VCardText
|
|
142656
142654
|
VCardTitle: VCardTitle
|
|
142657
|
-
|
|
142658
|
-
|
|
142655
|
+
VCarousel: VCarousel
|
|
142656
|
+
VCarouselItem: VCarouselItem
|
|
142657
|
+
VChip: VChip
|
|
142659
142658
|
VCode: VCode
|
|
142660
142659
|
VCombobox: VCombobox
|
|
142661
142660
|
VColorPicker: VColorPicker
|
|
142662
|
-
VField: VField
|
|
142663
|
-
VFieldLabel: VFieldLabel
|
|
142664
|
-
VDatePicker: VDatePicker
|
|
142665
|
-
VDatePickerControls: VDatePickerControls
|
|
142666
|
-
VDatePickerHeader: VDatePickerHeader
|
|
142667
|
-
VDatePickerMonth: VDatePickerMonth
|
|
142668
|
-
VDatePickerMonths: VDatePickerMonths
|
|
142669
|
-
VDatePickerYears: VDatePickerYears
|
|
142670
142661
|
VDataTable: VDataTable
|
|
142671
142662
|
VDataTableHeaders: VDataTableHeaders
|
|
142672
142663
|
VDataTableFooter: VDataTableFooter
|
|
@@ -142674,25 +142665,36 @@ declare module 'vue' {
|
|
|
142674
142665
|
VDataTableRow: VDataTableRow
|
|
142675
142666
|
VDataTableVirtual: VDataTableVirtual
|
|
142676
142667
|
VDataTableServer: VDataTableServer
|
|
142668
|
+
VDatePicker: VDatePicker
|
|
142669
|
+
VDatePickerControls: VDatePickerControls
|
|
142670
|
+
VDatePickerHeader: VDatePickerHeader
|
|
142671
|
+
VDatePickerMonth: VDatePickerMonth
|
|
142672
|
+
VDatePickerMonths: VDatePickerMonths
|
|
142673
|
+
VDatePickerYears: VDatePickerYears
|
|
142677
142674
|
VDivider: VDivider
|
|
142675
|
+
VCounter: VCounter
|
|
142678
142676
|
VDialog: VDialog
|
|
142679
|
-
VEmptyState: VEmptyState
|
|
142680
142677
|
VExpansionPanels: VExpansionPanels
|
|
142681
142678
|
VExpansionPanel: VExpansionPanel
|
|
142682
142679
|
VExpansionPanelText: VExpansionPanelText
|
|
142683
142680
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
142681
|
+
VEmptyState: VEmptyState
|
|
142684
142682
|
VFooter: VFooter
|
|
142685
|
-
VFileInput: VFileInput
|
|
142686
|
-
VFab: VFab
|
|
142687
142683
|
VImg: VImg
|
|
142688
|
-
|
|
142684
|
+
VField: VField
|
|
142685
|
+
VFieldLabel: VFieldLabel
|
|
142686
|
+
VFab: VFab
|
|
142687
|
+
VFileInput: VFileInput
|
|
142689
142688
|
VInput: VInput
|
|
142690
|
-
VKbd: VKbd
|
|
142691
142689
|
VIcon: VIcon
|
|
142692
142690
|
VComponentIcon: VComponentIcon
|
|
142693
142691
|
VSvgIcon: VSvgIcon
|
|
142694
142692
|
VLigatureIcon: VLigatureIcon
|
|
142695
142693
|
VClassIcon: VClassIcon
|
|
142694
|
+
VInfiniteScroll: VInfiniteScroll
|
|
142695
|
+
VItemGroup: VItemGroup
|
|
142696
|
+
VItem: VItem
|
|
142697
|
+
VKbd: VKbd
|
|
142696
142698
|
VLabel: VLabel
|
|
142697
142699
|
VList: VList
|
|
142698
142700
|
VListGroup: VListGroup
|
|
@@ -142703,67 +142705,65 @@ declare module 'vue' {
|
|
|
142703
142705
|
VListItemSubtitle: VListItemSubtitle
|
|
142704
142706
|
VListItemTitle: VListItemTitle
|
|
142705
142707
|
VListSubheader: VListSubheader
|
|
142706
|
-
VItemGroup: VItemGroup
|
|
142707
|
-
VItem: VItem
|
|
142708
|
-
VMessages: VMessages
|
|
142709
142708
|
VMenu: VMenu
|
|
142710
142709
|
VMain: VMain
|
|
142711
|
-
|
|
142710
|
+
VMessages: VMessages
|
|
142712
142711
|
VNavigationDrawer: VNavigationDrawer
|
|
142713
|
-
VOverlay: VOverlay
|
|
142714
142712
|
VOtpInput: VOtpInput
|
|
142715
142713
|
VNumberInput: VNumberInput
|
|
142714
|
+
VOverlay: VOverlay
|
|
142715
|
+
VPagination: VPagination
|
|
142716
142716
|
VProgressCircular: VProgressCircular
|
|
142717
|
-
VProgressLinear: VProgressLinear
|
|
142718
142717
|
VRadioGroup: VRadioGroup
|
|
142718
|
+
VSelectionControl: VSelectionControl
|
|
142719
|
+
VProgressLinear: VProgressLinear
|
|
142719
142720
|
VRating: VRating
|
|
142720
142721
|
VSelect: VSelect
|
|
142721
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
142722
142722
|
VSheet: VSheet
|
|
142723
|
-
|
|
142724
|
-
VSlideGroup: VSlideGroup
|
|
142725
|
-
VSlideGroupItem: VSlideGroupItem
|
|
142726
|
-
VSkeletonLoader: VSkeletonLoader
|
|
142723
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
142727
142724
|
VSnackbar: VSnackbar
|
|
142728
142725
|
VSlider: VSlider
|
|
142729
|
-
|
|
142730
|
-
|
|
142731
|
-
|
|
142732
|
-
VTabsWindow: VTabsWindow
|
|
142733
|
-
VTabsWindowItem: VTabsWindowItem
|
|
142726
|
+
VSkeletonLoader: VSkeletonLoader
|
|
142727
|
+
VSlideGroup: VSlideGroup
|
|
142728
|
+
VSlideGroupItem: VSlideGroupItem
|
|
142734
142729
|
VStepper: VStepper
|
|
142735
142730
|
VStepperActions: VStepperActions
|
|
142736
142731
|
VStepperHeader: VStepperHeader
|
|
142737
142732
|
VStepperItem: VStepperItem
|
|
142738
142733
|
VStepperWindow: VStepperWindow
|
|
142739
142734
|
VStepperWindowItem: VStepperWindowItem
|
|
142735
|
+
VSystemBar: VSystemBar
|
|
142736
|
+
VTab: VTab
|
|
142737
|
+
VTabs: VTabs
|
|
142738
|
+
VTabsWindow: VTabsWindow
|
|
142739
|
+
VTabsWindowItem: VTabsWindowItem
|
|
142740
142740
|
VTextarea: VTextarea
|
|
142741
|
+
VSwitch: VSwitch
|
|
142741
142742
|
VTable: VTable
|
|
142743
|
+
VTextField: VTextField
|
|
142744
|
+
VTooltip: VTooltip
|
|
142742
142745
|
VTimePicker: VTimePicker
|
|
142743
142746
|
VTimePickerClock: VTimePickerClock
|
|
142744
142747
|
VTimePickerControls: VTimePickerControls
|
|
142745
|
-
VSystemBar: VSystemBar
|
|
142746
|
-
VTextField: VTextField
|
|
142747
|
-
VTooltip: VTooltip
|
|
142748
142748
|
VTimeline: VTimeline
|
|
142749
142749
|
VTimelineItem: VTimelineItem
|
|
142750
142750
|
VTreeview: VTreeview
|
|
142751
142751
|
VTreeviewItem: VTreeviewItem
|
|
142752
142752
|
VTreeviewGroup: VTreeviewGroup
|
|
142753
|
+
VWindow: VWindow
|
|
142754
|
+
VWindowItem: VWindowItem
|
|
142753
142755
|
VToolbar: VToolbar
|
|
142754
142756
|
VToolbarTitle: VToolbarTitle
|
|
142755
142757
|
VToolbarItems: VToolbarItems
|
|
142756
|
-
VWindow: VWindow
|
|
142757
|
-
VWindowItem: VWindowItem
|
|
142758
142758
|
VConfirmEdit: VConfirmEdit
|
|
142759
142759
|
VDataIterator: VDataIterator
|
|
142760
142760
|
VDefaultsProvider: VDefaultsProvider
|
|
142761
|
-
VHover: VHover
|
|
142762
142761
|
VForm: VForm
|
|
142763
142762
|
VContainer: VContainer
|
|
142764
142763
|
VCol: VCol
|
|
142765
142764
|
VRow: VRow
|
|
142766
142765
|
VSpacer: VSpacer
|
|
142766
|
+
VHover: VHover
|
|
142767
142767
|
VLazy: VLazy
|
|
142768
142768
|
VLayout: VLayout
|
|
142769
142769
|
VLayoutItem: VLayoutItem
|
|
@@ -142773,12 +142773,12 @@ declare module 'vue' {
|
|
|
142773
142773
|
VRadio: VRadio
|
|
142774
142774
|
VRangeSlider: VRangeSlider
|
|
142775
142775
|
VResponsive: VResponsive
|
|
142776
|
-
VSpeedDial: VSpeedDial
|
|
142777
142776
|
VSnackbarQueue: VSnackbarQueue
|
|
142778
142777
|
VSparkline: VSparkline
|
|
142778
|
+
VSpeedDial: VSpeedDial
|
|
142779
142779
|
VThemeProvider: VThemeProvider
|
|
142780
|
-
VValidation: VValidation
|
|
142781
142780
|
VVirtualScroll: VVirtualScroll
|
|
142781
|
+
VValidation: VValidation
|
|
142782
142782
|
VFabTransition: VFabTransition
|
|
142783
142783
|
VDialogBottomTransition: VDialogBottomTransition
|
|
142784
142784
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -142795,23 +142795,23 @@ declare module 'vue' {
|
|
|
142795
142795
|
VExpandTransition: VExpandTransition
|
|
142796
142796
|
VExpandXTransition: VExpandXTransition
|
|
142797
142797
|
VDialogTransition: VDialogTransition
|
|
142798
|
-
VColorInput: VColorInput
|
|
142799
142798
|
VCalendar: VCalendar
|
|
142800
|
-
|
|
142801
|
-
VVideo: VVideo
|
|
142802
|
-
VVideoControls: VVideoControls
|
|
142803
|
-
VVideoVolume: VVideoVolume
|
|
142799
|
+
VColorInput: VColorInput
|
|
142804
142800
|
VFileUpload: VFileUpload
|
|
142805
142801
|
VFileUploadItem: VFileUploadItem
|
|
142802
|
+
VIconBtn: VIconBtn
|
|
142806
142803
|
VPie: VPie
|
|
142807
142804
|
VPieSegment: VPieSegment
|
|
142808
142805
|
VPieTooltip: VPieTooltip
|
|
142806
|
+
VPicker: VPicker
|
|
142807
|
+
VPickerTitle: VPickerTitle
|
|
142809
142808
|
VStepperVertical: VStepperVertical
|
|
142810
142809
|
VStepperVerticalItem: VStepperVerticalItem
|
|
142811
142810
|
VStepperVerticalActions: VStepperVerticalActions
|
|
142812
142811
|
VHotkey: VHotkey
|
|
142813
|
-
|
|
142814
|
-
|
|
142812
|
+
VVideo: VVideo
|
|
142813
|
+
VVideoControls: VVideoControls
|
|
142814
|
+
VVideoVolume: VVideoVolume
|
|
142815
142815
|
VDateInput: VDateInput
|
|
142816
142816
|
VMaskInput: VMaskInput
|
|
142817
142817
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify-labs.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
|
*/
|
|
@@ -12095,7 +12095,7 @@ const VMenu = genericComponent()({
|
|
|
12095
12095
|
// It isn't inside the menu body
|
|
12096
12096
|
!overlay.value.contentEl.contains(after)) {
|
|
12097
12097
|
if (focusTrapSuppressed) {
|
|
12098
|
-
if (!props.openOnHover
|
|
12098
|
+
if (!props.openOnHover && !overlay.value.activatorEl?.contains(after)) {
|
|
12099
12099
|
isActive.value = false;
|
|
12100
12100
|
}
|
|
12101
12101
|
} else {
|
|
@@ -12782,10 +12782,11 @@ const VTextField = genericComponent()({
|
|
|
12782
12782
|
props: {
|
|
12783
12783
|
class: fieldClass,
|
|
12784
12784
|
...slotProps
|
|
12785
|
-
}
|
|
12785
|
+
},
|
|
12786
|
+
controlRef
|
|
12786
12787
|
} = _ref3;
|
|
12787
12788
|
const inputNode = withDirectives(createElementVNode("input", mergeProps({
|
|
12788
|
-
"ref": inputRef,
|
|
12789
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
12789
12790
|
"value": model.value,
|
|
12790
12791
|
"onInput": onInput,
|
|
12791
12792
|
"autofocus": props.autofocus,
|
|
@@ -13709,7 +13710,8 @@ const VSelect = genericComponent()({
|
|
|
13709
13710
|
"key": item.value,
|
|
13710
13711
|
"modelValue": isSelected,
|
|
13711
13712
|
"ripple": false,
|
|
13712
|
-
"tabindex": "-1"
|
|
13713
|
+
"tabindex": "-1",
|
|
13714
|
+
"onClick": event => event.preventDefault()
|
|
13713
13715
|
}, null) : undefined, camelizedProps.prependAvatar && createVNode(VAvatar, {
|
|
13714
13716
|
"image": camelizedProps.prependAvatar
|
|
13715
13717
|
}, null), camelizedProps.prependIcon && createVNode(VIcon, {
|
|
@@ -14356,7 +14358,8 @@ const VAutocomplete = genericComponent()({
|
|
|
14356
14358
|
"key": item.value,
|
|
14357
14359
|
"modelValue": isSelected,
|
|
14358
14360
|
"ripple": false,
|
|
14359
|
-
"tabindex": "-1"
|
|
14361
|
+
"tabindex": "-1",
|
|
14362
|
+
"onClick": event => event.preventDefault()
|
|
14360
14363
|
}, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
|
|
14361
14364
|
"image": item.props.prependAvatar
|
|
14362
14365
|
}, null), item.props.prependIcon && createVNode(VIcon, {
|
|
@@ -15719,15 +15722,13 @@ const VWindow = genericComponent()({
|
|
|
15719
15722
|
watch(activeIndex, (newVal, oldVal) => {
|
|
15720
15723
|
let scrollableParent;
|
|
15721
15724
|
const savedScrollPosition = {
|
|
15722
|
-
|
|
15723
|
-
|
|
15725
|
+
left: 0,
|
|
15726
|
+
top: 0
|
|
15724
15727
|
};
|
|
15725
15728
|
if (IN_BROWSER && oldVal >= 0) {
|
|
15726
15729
|
scrollableParent = getScrollParent(rootRef.value);
|
|
15727
|
-
|
|
15728
|
-
|
|
15729
|
-
savedScrollPosition.x = scrollableParent.scrollLeft;
|
|
15730
|
-
savedScrollPosition.y = scrollableParent.scrollTop;
|
|
15730
|
+
savedScrollPosition.left = scrollableParent?.scrollLeft;
|
|
15731
|
+
savedScrollPosition.top = scrollableParent?.scrollTop;
|
|
15731
15732
|
}
|
|
15732
15733
|
const itemsLength = group.items.value.length;
|
|
15733
15734
|
const lastIndex = itemsLength - 1;
|
|
@@ -15743,20 +15744,18 @@ const VWindow = genericComponent()({
|
|
|
15743
15744
|
nextTick(() => {
|
|
15744
15745
|
if (!IN_BROWSER || !scrollableParent) return;
|
|
15745
15746
|
const currentScrollY = scrollableParent.scrollTop;
|
|
15746
|
-
if (currentScrollY !== savedScrollPosition.
|
|
15747
|
+
if (currentScrollY !== savedScrollPosition.top) {
|
|
15747
15748
|
scrollableParent.scrollTo({
|
|
15748
|
-
|
|
15749
|
-
top: savedScrollPosition.y,
|
|
15749
|
+
...savedScrollPosition,
|
|
15750
15750
|
behavior: 'instant'
|
|
15751
15751
|
});
|
|
15752
15752
|
}
|
|
15753
15753
|
requestAnimationFrame(() => {
|
|
15754
15754
|
if (!scrollableParent) return;
|
|
15755
15755
|
const rafScrollY = scrollableParent.scrollTop;
|
|
15756
|
-
if (rafScrollY !== savedScrollPosition.
|
|
15756
|
+
if (rafScrollY !== savedScrollPosition.top) {
|
|
15757
15757
|
scrollableParent.scrollTo({
|
|
15758
|
-
|
|
15759
|
-
top: savedScrollPosition.y,
|
|
15758
|
+
...savedScrollPosition,
|
|
15760
15759
|
behavior: 'instant'
|
|
15761
15760
|
});
|
|
15762
15761
|
}
|
|
@@ -19574,9 +19573,9 @@ const VCombobox = genericComponent()({
|
|
|
19574
19573
|
}
|
|
19575
19574
|
function onAfterLeave() {
|
|
19576
19575
|
if (isFocused.value) {
|
|
19577
|
-
isPristine.value = true;
|
|
19578
19576
|
vTextFieldRef.value?.focus();
|
|
19579
19577
|
}
|
|
19578
|
+
isPristine.value = true;
|
|
19580
19579
|
_searchLock.value = null;
|
|
19581
19580
|
}
|
|
19582
19581
|
/** @param set - null means toggle */
|
|
@@ -19770,7 +19769,8 @@ const VCombobox = genericComponent()({
|
|
|
19770
19769
|
"key": item.value,
|
|
19771
19770
|
"modelValue": isSelected,
|
|
19772
19771
|
"ripple": false,
|
|
19773
|
-
"tabindex": "-1"
|
|
19772
|
+
"tabindex": "-1",
|
|
19773
|
+
"onClick": event => event.preventDefault()
|
|
19774
19774
|
}, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
|
|
19775
19775
|
"image": item.props.prependAvatar
|
|
19776
19776
|
}, null), item.props.prependIcon && createVNode(VIcon, {
|
|
@@ -25203,10 +25203,11 @@ const VFileInput = genericComponent()({
|
|
|
25203
25203
|
props: {
|
|
25204
25204
|
class: fieldClass,
|
|
25205
25205
|
...slotProps
|
|
25206
|
-
}
|
|
25206
|
+
},
|
|
25207
|
+
controlRef
|
|
25207
25208
|
} = _ref4;
|
|
25208
25209
|
return createElementVNode(Fragment, null, [createElementVNode("input", mergeProps({
|
|
25209
|
-
"ref": inputRef,
|
|
25210
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
25210
25211
|
"type": "file",
|
|
25211
25212
|
"accept": inputAccept,
|
|
25212
25213
|
"readonly": isReadonly.value,
|
|
@@ -30022,12 +30023,13 @@ const VTextarea = genericComponent()({
|
|
|
30022
30023
|
props: {
|
|
30023
30024
|
class: fieldClass,
|
|
30024
30025
|
...slotProps
|
|
30025
|
-
}
|
|
30026
|
+
},
|
|
30027
|
+
controlRef
|
|
30026
30028
|
} = _ref3;
|
|
30027
30029
|
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
|
30028
30030
|
"class": "v-text-field__prefix"
|
|
30029
30031
|
}, [props.prefix]), withDirectives(createElementVNode("textarea", mergeProps({
|
|
30030
|
-
"ref": textareaRef,
|
|
30032
|
+
"ref": val => textareaRef.value = controlRef.value = val,
|
|
30031
30033
|
"class": fieldClass,
|
|
30032
30034
|
"value": model.value,
|
|
30033
30035
|
"onInput": onInput,
|
|
@@ -38009,7 +38011,7 @@ function createVuetify$1() {
|
|
|
38009
38011
|
};
|
|
38010
38012
|
});
|
|
38011
38013
|
}
|
|
38012
|
-
const version$1 = "3.10.
|
|
38014
|
+
const version$1 = "3.10.7";
|
|
38013
38015
|
createVuetify$1.version = version$1;
|
|
38014
38016
|
|
|
38015
38017
|
// Vue's inject() can only be used in setup
|
|
@@ -38307,7 +38309,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
38307
38309
|
|
|
38308
38310
|
/* eslint-disable local-rules/sort-imports */
|
|
38309
38311
|
|
|
38310
|
-
const version = "3.10.
|
|
38312
|
+
const version = "3.10.7";
|
|
38311
38313
|
|
|
38312
38314
|
/* eslint-disable local-rules/sort-imports */
|
|
38313
38315
|
|