vuetify 3.10.1 → 3.10.2
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/LICENSE.md +21 -0
- package/README.md +331 -0
- package/dist/json/attributes.json +3758 -3758
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6612 -6612
- package/dist/vuetify-labs.cjs +14 -97
- package/dist/vuetify-labs.css +4544 -4544
- package/dist/vuetify-labs.d.ts +49 -50
- package/dist/vuetify-labs.esm.js +14 -97
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -97
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +14 -97
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6241 -6241
- package/dist/vuetify.d.ts +49 -50
- package/dist/vuetify.esm.js +14 -97
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +14 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +692 -704
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +5 -2
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VChip/VChip.js +3 -4
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/router.d.ts +0 -1
- package/lib/composables/router.js +0 -6
- package/lib/composables/router.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +49 -49
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -7122,7 +7122,6 @@ interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
|
|
7122
7122
|
isClickable: Readonly<Ref<boolean>>;
|
|
7123
7123
|
href: Ref<string | undefined>;
|
|
7124
7124
|
linkProps: Record<string, string | undefined>;
|
|
7125
|
-
navigateWithCheck?: (e: MouseEvent | undefined) => Promise<boolean>;
|
|
7126
7125
|
}
|
|
7127
7126
|
|
|
7128
7127
|
type ListItemSlot = {
|
|
@@ -142621,21 +142620,22 @@ declare module 'vue' {
|
|
|
142621
142620
|
export interface GlobalComponents {
|
|
142622
142621
|
VApp: VApp
|
|
142623
142622
|
VAutocomplete: VAutocomplete
|
|
142623
|
+
VAlert: VAlert
|
|
142624
|
+
VAlertTitle: VAlertTitle
|
|
142625
|
+
VAvatar: VAvatar
|
|
142624
142626
|
VAppBar: VAppBar
|
|
142625
142627
|
VAppBarNavIcon: VAppBarNavIcon
|
|
142626
142628
|
VAppBarTitle: VAppBarTitle
|
|
142627
142629
|
VBadge: VBadge
|
|
142628
|
-
|
|
142629
|
-
|
|
142630
|
+
VBanner: VBanner
|
|
142631
|
+
VBannerActions: VBannerActions
|
|
142632
|
+
VBannerText: VBannerText
|
|
142633
|
+
VBottomNavigation: VBottomNavigation
|
|
142634
|
+
VBottomSheet: VBottomSheet
|
|
142630
142635
|
VBreadcrumbs: VBreadcrumbs
|
|
142631
142636
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142632
142637
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142633
|
-
VAvatar: VAvatar
|
|
142634
|
-
VBottomNavigation: VBottomNavigation
|
|
142635
142638
|
VBtnGroup: VBtnGroup
|
|
142636
|
-
VBanner: VBanner
|
|
142637
|
-
VBannerActions: VBannerActions
|
|
142638
|
-
VBannerText: VBannerText
|
|
142639
142639
|
VCard: VCard
|
|
142640
142640
|
VCardActions: VCardActions
|
|
142641
142641
|
VCardItem: VCardItem
|
|
@@ -142643,23 +142643,17 @@ declare module 'vue' {
|
|
|
142643
142643
|
VCardText: VCardText
|
|
142644
142644
|
VCardTitle: VCardTitle
|
|
142645
142645
|
VBtn: VBtn
|
|
142646
|
+
VBtnToggle: VBtnToggle
|
|
142646
142647
|
VCheckbox: VCheckbox
|
|
142647
142648
|
VCheckboxBtn: VCheckboxBtn
|
|
142648
|
-
VBtnToggle: VBtnToggle
|
|
142649
|
-
VChipGroup: VChipGroup
|
|
142650
142649
|
VCarousel: VCarousel
|
|
142651
142650
|
VCarouselItem: VCarouselItem
|
|
142652
|
-
VCombobox: VCombobox
|
|
142653
142651
|
VChip: VChip
|
|
142654
|
-
|
|
142655
|
-
|
|
142656
|
-
VDatePicker: VDatePicker
|
|
142657
|
-
VDatePickerControls: VDatePickerControls
|
|
142658
|
-
VDatePickerHeader: VDatePickerHeader
|
|
142659
|
-
VDatePickerMonth: VDatePickerMonth
|
|
142660
|
-
VDatePickerMonths: VDatePickerMonths
|
|
142661
|
-
VDatePickerYears: VDatePickerYears
|
|
142652
|
+
VChipGroup: VChipGroup
|
|
142653
|
+
VCombobox: VCombobox
|
|
142662
142654
|
VCode: VCode
|
|
142655
|
+
VCounter: VCounter
|
|
142656
|
+
VDivider: VDivider
|
|
142663
142657
|
VDataTable: VDataTable
|
|
142664
142658
|
VDataTableHeaders: VDataTableHeaders
|
|
142665
142659
|
VDataTableFooter: VDataTableFooter
|
|
@@ -142667,31 +142661,36 @@ declare module 'vue' {
|
|
|
142667
142661
|
VDataTableRow: VDataTableRow
|
|
142668
142662
|
VDataTableVirtual: VDataTableVirtual
|
|
142669
142663
|
VDataTableServer: VDataTableServer
|
|
142670
|
-
|
|
142664
|
+
VColorPicker: VColorPicker
|
|
142665
|
+
VDatePicker: VDatePicker
|
|
142666
|
+
VDatePickerControls: VDatePickerControls
|
|
142667
|
+
VDatePickerHeader: VDatePickerHeader
|
|
142668
|
+
VDatePickerMonth: VDatePickerMonth
|
|
142669
|
+
VDatePickerMonths: VDatePickerMonths
|
|
142670
|
+
VDatePickerYears: VDatePickerYears
|
|
142671
142671
|
VFab: VFab
|
|
142672
|
-
VDialog: VDialog
|
|
142673
142672
|
VEmptyState: VEmptyState
|
|
142673
|
+
VDialog: VDialog
|
|
142674
142674
|
VExpansionPanels: VExpansionPanels
|
|
142675
142675
|
VExpansionPanel: VExpansionPanel
|
|
142676
142676
|
VExpansionPanelText: VExpansionPanelText
|
|
142677
142677
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
142678
|
-
VField: VField
|
|
142679
|
-
VFieldLabel: VFieldLabel
|
|
142680
142678
|
VFileInput: VFileInput
|
|
142681
142679
|
VFooter: VFooter
|
|
142680
|
+
VField: VField
|
|
142681
|
+
VFieldLabel: VFieldLabel
|
|
142682
142682
|
VImg: VImg
|
|
142683
142683
|
VIcon: VIcon
|
|
142684
142684
|
VComponentIcon: VComponentIcon
|
|
142685
142685
|
VSvgIcon: VSvgIcon
|
|
142686
142686
|
VLigatureIcon: VLigatureIcon
|
|
142687
142687
|
VClassIcon: VClassIcon
|
|
142688
|
-
VInput: VInput
|
|
142689
142688
|
VItemGroup: VItemGroup
|
|
142690
142689
|
VItem: VItem
|
|
142690
|
+
VInput: VInput
|
|
142691
142691
|
VInfiniteScroll: VInfiniteScroll
|
|
142692
142692
|
VKbd: VKbd
|
|
142693
142693
|
VLabel: VLabel
|
|
142694
|
-
VMenu: VMenu
|
|
142695
142694
|
VMain: VMain
|
|
142696
142695
|
VList: VList
|
|
142697
142696
|
VListGroup: VListGroup
|
|
@@ -142702,57 +142701,58 @@ declare module 'vue' {
|
|
|
142702
142701
|
VListItemSubtitle: VListItemSubtitle
|
|
142703
142702
|
VListItemTitle: VListItemTitle
|
|
142704
142703
|
VListSubheader: VListSubheader
|
|
142704
|
+
VMenu: VMenu
|
|
142705
142705
|
VNavigationDrawer: VNavigationDrawer
|
|
142706
|
-
VOverlay: VOverlay
|
|
142707
142706
|
VMessages: VMessages
|
|
142708
142707
|
VNumberInput: VNumberInput
|
|
142708
|
+
VOverlay: VOverlay
|
|
142709
142709
|
VOtpInput: VOtpInput
|
|
142710
|
-
VPagination: VPagination
|
|
142711
142710
|
VProgressCircular: VProgressCircular
|
|
142711
|
+
VPagination: VPagination
|
|
142712
|
+
VRadioGroup: VRadioGroup
|
|
142712
142713
|
VProgressLinear: VProgressLinear
|
|
142714
|
+
VSelectionControl: VSelectionControl
|
|
142713
142715
|
VRating: VRating
|
|
142714
|
-
VRadioGroup: VRadioGroup
|
|
142715
142716
|
VSelect: VSelect
|
|
142716
|
-
VSelectionControl: VSelectionControl
|
|
142717
142717
|
VSkeletonLoader: VSkeletonLoader
|
|
142718
142718
|
VSelectionControlGroup: VSelectionControlGroup
|
|
142719
|
+
VSheet: VSheet
|
|
142719
142720
|
VSlideGroup: VSlideGroup
|
|
142720
142721
|
VSlideGroupItem: VSlideGroupItem
|
|
142721
|
-
|
|
142722
|
+
VSlider: VSlider
|
|
142722
142723
|
VSnackbar: VSnackbar
|
|
142724
|
+
VSwitch: VSwitch
|
|
142725
|
+
VSystemBar: VSystemBar
|
|
142723
142726
|
VStepper: VStepper
|
|
142724
142727
|
VStepperActions: VStepperActions
|
|
142725
142728
|
VStepperHeader: VStepperHeader
|
|
142726
142729
|
VStepperItem: VStepperItem
|
|
142727
142730
|
VStepperWindow: VStepperWindow
|
|
142728
142731
|
VStepperWindowItem: VStepperWindowItem
|
|
142729
|
-
VSlider: VSlider
|
|
142730
142732
|
VTextarea: VTextarea
|
|
142731
|
-
VTextField: VTextField
|
|
142732
|
-
VTable: VTable
|
|
142733
142733
|
VTab: VTab
|
|
142734
142734
|
VTabs: VTabs
|
|
142735
142735
|
VTabsWindow: VTabsWindow
|
|
142736
142736
|
VTabsWindowItem: VTabsWindowItem
|
|
142737
|
+
VTable: VTable
|
|
142738
|
+
VTextField: VTextField
|
|
142739
|
+
VToolbar: VToolbar
|
|
142740
|
+
VToolbarTitle: VToolbarTitle
|
|
142741
|
+
VToolbarItems: VToolbarItems
|
|
142737
142742
|
VTimePicker: VTimePicker
|
|
142738
142743
|
VTimePickerClock: VTimePickerClock
|
|
142739
142744
|
VTimePickerControls: VTimePickerControls
|
|
142745
|
+
VTimeline: VTimeline
|
|
142746
|
+
VTimelineItem: VTimelineItem
|
|
142747
|
+
VTooltip: VTooltip
|
|
142740
142748
|
VTreeview: VTreeview
|
|
142741
142749
|
VTreeviewItem: VTreeviewItem
|
|
142742
142750
|
VTreeviewGroup: VTreeviewGroup
|
|
142743
|
-
VToolbar: VToolbar
|
|
142744
|
-
VToolbarTitle: VToolbarTitle
|
|
142745
|
-
VToolbarItems: VToolbarItems
|
|
142746
|
-
VTimeline: VTimeline
|
|
142747
|
-
VTimelineItem: VTimelineItem
|
|
142748
|
-
VSystemBar: VSystemBar
|
|
142749
142751
|
VWindow: VWindow
|
|
142750
142752
|
VWindowItem: VWindowItem
|
|
142751
|
-
VTooltip: VTooltip
|
|
142752
142753
|
VConfirmEdit: VConfirmEdit
|
|
142753
142754
|
VDataIterator: VDataIterator
|
|
142754
142755
|
VDefaultsProvider: VDefaultsProvider
|
|
142755
|
-
VSwitch: VSwitch
|
|
142756
142756
|
VForm: VForm
|
|
142757
142757
|
VContainer: VContainer
|
|
142758
142758
|
VCol: VCol
|
|
@@ -142761,17 +142761,18 @@ declare module 'vue' {
|
|
|
142761
142761
|
VHover: VHover
|
|
142762
142762
|
VLayout: VLayout
|
|
142763
142763
|
VLayoutItem: VLayoutItem
|
|
142764
|
-
VLazy: VLazy
|
|
142765
142764
|
VLocaleProvider: VLocaleProvider
|
|
142765
|
+
VLazy: VLazy
|
|
142766
142766
|
VNoSsr: VNoSsr
|
|
142767
142767
|
VParallax: VParallax
|
|
142768
|
-
VRadio: VRadio
|
|
142769
142768
|
VRangeSlider: VRangeSlider
|
|
142769
|
+
VRadio: VRadio
|
|
142770
142770
|
VResponsive: VResponsive
|
|
142771
142771
|
VSnackbarQueue: VSnackbarQueue
|
|
142772
|
-
VSpeedDial: VSpeedDial
|
|
142773
142772
|
VSparkline: VSparkline
|
|
142773
|
+
VSpeedDial: VSpeedDial
|
|
142774
142774
|
VThemeProvider: VThemeProvider
|
|
142775
|
+
VValidation: VValidation
|
|
142775
142776
|
VVirtualScroll: VVirtualScroll
|
|
142776
142777
|
VFabTransition: VFabTransition
|
|
142777
142778
|
VDialogBottomTransition: VDialogBottomTransition
|
|
@@ -142789,18 +142790,16 @@ declare module 'vue' {
|
|
|
142789
142790
|
VExpandTransition: VExpandTransition
|
|
142790
142791
|
VExpandXTransition: VExpandXTransition
|
|
142791
142792
|
VDialogTransition: VDialogTransition
|
|
142792
|
-
|
|
142793
|
-
VBottomSheet: VBottomSheet
|
|
142793
|
+
VCalendar: VCalendar
|
|
142794
142794
|
VColorInput: VColorInput
|
|
142795
|
-
VPicker: VPicker
|
|
142796
|
-
VPickerTitle: VPickerTitle
|
|
142797
142795
|
VFileUpload: VFileUpload
|
|
142798
142796
|
VFileUploadItem: VFileUploadItem
|
|
142799
|
-
|
|
142797
|
+
VIconBtn: VIconBtn
|
|
142798
|
+
VPicker: VPicker
|
|
142799
|
+
VPickerTitle: VPickerTitle
|
|
142800
142800
|
VPie: VPie
|
|
142801
142801
|
VPieSegment: VPieSegment
|
|
142802
142802
|
VPieTooltip: VPieTooltip
|
|
142803
|
-
VIconBtn: VIconBtn
|
|
142804
142803
|
VStepperVertical: VStepperVertical
|
|
142805
142804
|
VStepperVerticalItem: VStepperVerticalItem
|
|
142806
142805
|
VStepperVerticalActions: VStepperVerticalActions
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.
|
|
2
|
+
* Vuetify v3.10.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5619,86 +5619,6 @@ function usePosition(props) {
|
|
|
5619
5619
|
};
|
|
5620
5620
|
}
|
|
5621
5621
|
|
|
5622
|
-
/*!
|
|
5623
|
-
* vue-router v4.5.0
|
|
5624
|
-
* (c) 2024 Eduardo San Martin Morote
|
|
5625
|
-
* @license MIT
|
|
5626
|
-
*/
|
|
5627
|
-
var NavigationType;
|
|
5628
|
-
(function (NavigationType) {
|
|
5629
|
-
NavigationType["pop"] = "pop";
|
|
5630
|
-
NavigationType["push"] = "push";
|
|
5631
|
-
})(NavigationType || (NavigationType = {}));
|
|
5632
|
-
var NavigationDirection;
|
|
5633
|
-
(function (NavigationDirection) {
|
|
5634
|
-
NavigationDirection["back"] = "back";
|
|
5635
|
-
NavigationDirection["forward"] = "forward";
|
|
5636
|
-
NavigationDirection["unknown"] = "";
|
|
5637
|
-
})(NavigationDirection || (NavigationDirection = {}));
|
|
5638
|
-
const NavigationFailureSymbol = Symbol(process.env.NODE_ENV !== 'production' ? 'navigation failure' : '');
|
|
5639
|
-
/**
|
|
5640
|
-
* Enumeration with all possible types for navigation failures. Can be passed to
|
|
5641
|
-
* {@link isNavigationFailure} to check for specific failures.
|
|
5642
|
-
*/
|
|
5643
|
-
var NavigationFailureType;
|
|
5644
|
-
(function (NavigationFailureType) {
|
|
5645
|
-
/**
|
|
5646
|
-
* An aborted navigation is a navigation that failed because a navigation
|
|
5647
|
-
* guard returned `false` or called `next(false)`
|
|
5648
|
-
*/
|
|
5649
|
-
NavigationFailureType[NavigationFailureType["aborted"] = 4] = "aborted";
|
|
5650
|
-
/**
|
|
5651
|
-
* A cancelled navigation is a navigation that failed because a more recent
|
|
5652
|
-
* navigation finished started (not necessarily finished).
|
|
5653
|
-
*/
|
|
5654
|
-
NavigationFailureType[NavigationFailureType["cancelled"] = 8] = "cancelled";
|
|
5655
|
-
/**
|
|
5656
|
-
* A duplicated navigation is a navigation that failed because it was
|
|
5657
|
-
* initiated while already being at the exact same location.
|
|
5658
|
-
*/
|
|
5659
|
-
NavigationFailureType[NavigationFailureType["duplicated"] = 16] = "duplicated";
|
|
5660
|
-
})(NavigationFailureType || (NavigationFailureType = {}));
|
|
5661
|
-
function isNavigationFailure(error, type) {
|
|
5662
|
-
return error instanceof Error && NavigationFailureSymbol in error && (type == null || !!(error.type & type));
|
|
5663
|
-
}
|
|
5664
|
-
|
|
5665
|
-
/**
|
|
5666
|
-
* RouteRecord being rendered by the closest ancestor Router View. Used for
|
|
5667
|
-
* `onBeforeRouteUpdate` and `onBeforeRouteLeave`. rvlm stands for Router View
|
|
5668
|
-
* Location Matched
|
|
5669
|
-
*
|
|
5670
|
-
* @internal
|
|
5671
|
-
*/
|
|
5672
|
-
Symbol(process.env.NODE_ENV !== 'production' ? 'router view location matched' : '');
|
|
5673
|
-
/**
|
|
5674
|
-
* Allows overriding the router view depth to control which component in
|
|
5675
|
-
* `matched` is rendered. rvd stands for Router View Depth
|
|
5676
|
-
*
|
|
5677
|
-
* @internal
|
|
5678
|
-
*/
|
|
5679
|
-
Symbol(process.env.NODE_ENV !== 'production' ? 'router view depth' : '');
|
|
5680
|
-
/**
|
|
5681
|
-
* Allows overriding the router instance returned by `useRouter` in tests. r
|
|
5682
|
-
* stands for router
|
|
5683
|
-
*
|
|
5684
|
-
* @internal
|
|
5685
|
-
*/
|
|
5686
|
-
Symbol(process.env.NODE_ENV !== 'production' ? 'router' : '');
|
|
5687
|
-
/**
|
|
5688
|
-
* Allows overriding the current route returned by `useRoute` in tests. rl
|
|
5689
|
-
* stands for route location
|
|
5690
|
-
*
|
|
5691
|
-
* @internal
|
|
5692
|
-
*/
|
|
5693
|
-
Symbol(process.env.NODE_ENV !== 'production' ? 'route location' : '');
|
|
5694
|
-
/**
|
|
5695
|
-
* Allows overriding the current route used by router-view. Internally this is
|
|
5696
|
-
* used when the `route` prop is passed.
|
|
5697
|
-
*
|
|
5698
|
-
* @internal
|
|
5699
|
-
*/
|
|
5700
|
-
Symbol(process.env.NODE_ENV !== 'production' ? 'router view location' : '');
|
|
5701
|
-
|
|
5702
5622
|
// Utilities
|
|
5703
5623
|
|
|
5704
5624
|
// Types
|
|
@@ -5743,17 +5663,12 @@ function useLink(props, attrs) {
|
|
|
5743
5663
|
return link.value.isExactActive?.value && deepEqual(link.value.route.value.query, route.value.query);
|
|
5744
5664
|
});
|
|
5745
5665
|
const href = computed(() => props.to ? link.value?.route.value.href : props.href);
|
|
5746
|
-
async function navigateWithCheck(e) {
|
|
5747
|
-
const result = await link.value?.navigate(e);
|
|
5748
|
-
return !isNavigationFailure(result);
|
|
5749
|
-
}
|
|
5750
5666
|
return {
|
|
5751
5667
|
isLink,
|
|
5752
5668
|
isClickable,
|
|
5753
5669
|
isActive,
|
|
5754
5670
|
route: link.value?.route,
|
|
5755
5671
|
navigate: link.value?.navigate,
|
|
5756
|
-
navigateWithCheck,
|
|
5757
5672
|
href,
|
|
5758
5673
|
linkProps: reactive({
|
|
5759
5674
|
href,
|
|
@@ -6233,9 +6148,12 @@ const VBtn = genericComponent()({
|
|
|
6233
6148
|
if (props.value === undefined || typeof props.value === 'symbol') return undefined;
|
|
6234
6149
|
return Object(props.value) === props.value ? JSON.stringify(props.value, null, 0) : props.value;
|
|
6235
6150
|
});
|
|
6236
|
-
|
|
6151
|
+
function onClick(e) {
|
|
6237
6152
|
if (isDisabled.value || link.isLink.value && (e.metaKey || e.ctrlKey || e.shiftKey || e.button !== 0 || attrs.target === '_blank')) return;
|
|
6238
|
-
if (
|
|
6153
|
+
if (link.isLink.value) {
|
|
6154
|
+
link.navigate?.(e);
|
|
6155
|
+
} else {
|
|
6156
|
+
// Group active state for links is handled by useSelectLink
|
|
6239
6157
|
group?.toggle();
|
|
6240
6158
|
}
|
|
6241
6159
|
}
|
|
@@ -8702,12 +8620,11 @@ const VChip = genericComponent()({
|
|
|
8702
8620
|
variant: props.variant
|
|
8703
8621
|
};
|
|
8704
8622
|
});
|
|
8705
|
-
|
|
8623
|
+
function onClick(e) {
|
|
8706
8624
|
emit('click', e);
|
|
8707
8625
|
if (!isClickable.value) return;
|
|
8708
|
-
|
|
8709
|
-
|
|
8710
|
-
}
|
|
8626
|
+
link.navigate?.(e);
|
|
8627
|
+
group?.toggle();
|
|
8711
8628
|
}
|
|
8712
8629
|
function onKeyDown(e) {
|
|
8713
8630
|
if (e.key === 'Enter' || e.key === ' ') {
|
|
@@ -13608,7 +13525,7 @@ const VSelect = genericComponent()({
|
|
|
13608
13525
|
});
|
|
13609
13526
|
}
|
|
13610
13527
|
});
|
|
13611
|
-
watch(
|
|
13528
|
+
watch(items, (newVal, oldVal) => {
|
|
13612
13529
|
if (menu.value) return;
|
|
13613
13530
|
if (isFocused.value && props.hideNoData && !oldVal.length && newVal.length) {
|
|
13614
13531
|
menu.value = true;
|
|
@@ -14256,7 +14173,7 @@ const VAutocomplete = genericComponent()({
|
|
|
14256
14173
|
});
|
|
14257
14174
|
}
|
|
14258
14175
|
});
|
|
14259
|
-
watch(
|
|
14176
|
+
watch(items, (newVal, oldVal) => {
|
|
14260
14177
|
if (menu.value) return;
|
|
14261
14178
|
if (isFocused.value && !oldVal.length && newVal.length) {
|
|
14262
14179
|
menu.value = true;
|
|
@@ -19631,7 +19548,7 @@ const VCombobox = genericComponent()({
|
|
|
19631
19548
|
}, {
|
|
19632
19549
|
immediate: true
|
|
19633
19550
|
});
|
|
19634
|
-
watch(
|
|
19551
|
+
watch(items, (newVal, oldVal) => {
|
|
19635
19552
|
if (menu.value) return;
|
|
19636
19553
|
if (isFocused.value && !oldVal.length && newVal.length) {
|
|
19637
19554
|
menu.value = true;
|
|
@@ -37956,7 +37873,7 @@ function createVuetify$1() {
|
|
|
37956
37873
|
};
|
|
37957
37874
|
});
|
|
37958
37875
|
}
|
|
37959
|
-
const version$1 = "3.10.
|
|
37876
|
+
const version$1 = "3.10.2";
|
|
37960
37877
|
createVuetify$1.version = version$1;
|
|
37961
37878
|
|
|
37962
37879
|
// Vue's inject() can only be used in setup
|
|
@@ -38254,7 +38171,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
38254
38171
|
|
|
38255
38172
|
/* eslint-disable local-rules/sort-imports */
|
|
38256
38173
|
|
|
38257
|
-
const version = "3.10.
|
|
38174
|
+
const version = "3.10.2";
|
|
38258
38175
|
|
|
38259
38176
|
/* eslint-disable local-rules/sort-imports */
|
|
38260
38177
|
|