vuetify 3.7.3 → 3.7.4

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.
Files changed (46) hide show
  1. package/dist/json/attributes.json +5842 -5794
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +158 -158
  4. package/dist/json/tags.json +14 -1
  5. package/dist/json/web-types.json +10397 -10309
  6. package/dist/vuetify-labs.css +4139 -4139
  7. package/dist/vuetify-labs.d.ts +2 -1
  8. package/dist/vuetify-labs.esm.js +26 -10
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +26 -10
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3528 -3528
  13. package/dist/vuetify.d.ts +60 -59
  14. package/dist/vuetify.esm.js +26 -10
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +26 -10
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +19 -19
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VBtn/VBtn.css +2 -2
  22. package/lib/components/VBtn/VBtn.sass +7 -8
  23. package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
  24. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
  25. package/lib/components/VCode/index.mjs +1 -1
  26. package/lib/components/VCode/index.mjs.map +1 -1
  27. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  28. package/lib/components/VDataTable/index.d.mts +1 -0
  29. package/lib/components/VDialog/VDialog.css +3 -7
  30. package/lib/components/VDialog/VDialog.mjs +8 -1
  31. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  32. package/lib/components/VDialog/VDialog.sass +6 -7
  33. package/lib/components/VKbd/index.mjs +1 -1
  34. package/lib/components/VKbd/index.mjs.map +1 -1
  35. package/lib/components/VList/VListItem.css +8 -7
  36. package/lib/components/VList/VListItem.sass +16 -10
  37. package/lib/components/VList/_variables.scss +0 -11
  38. package/lib/components/VMenu/VMenu.mjs +15 -6
  39. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  40. package/lib/components/index.d.mts +1 -0
  41. package/lib/entry-bundler.mjs +1 -1
  42. package/lib/framework.mjs +1 -1
  43. package/lib/index.d.mts +58 -58
  44. package/lib/locale/el.mjs +0 -0
  45. package/lib/locale/index.mjs +0 -0
  46. package/package.json +2 -2
package/dist/vuetify.d.ts CHANGED
@@ -25891,6 +25891,7 @@ declare const VDataTableFooter: {
25891
25891
  };
25892
25892
  showCurrentPage: BooleanConstructor;
25893
25893
  }>>;
25894
+ type VDataTableFooter = InstanceType<typeof VDataTableFooter>;
25894
25895
 
25895
25896
  type VDataTableVirtualSlotProps<T> = Omit<VDataTableSlotProps<T>, 'setItemsPerPage' | 'page' | 'pageCount' | 'itemsPerPage'>;
25896
25897
  type VDataTableVirtualSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
@@ -66864,7 +66865,7 @@ declare const index_d$1_VVirtualScroll: typeof VVirtualScroll;
66864
66865
  declare const index_d$1_VWindow: typeof VWindow;
66865
66866
  declare const index_d$1_VWindowItem: typeof VWindowItem;
66866
66867
  declare namespace index_d$1 {
66867
- export { type index_d$1_VAlert as VAlert, type index_d$1_VAlertTitle as VAlertTitle, type index_d$1_VApp as VApp, type index_d$1_VAppBar as VAppBar, type index_d$1_VAppBarNavIcon as VAppBarNavIcon, type index_d$1_VAppBarTitle as VAppBarTitle, type index_d$1_VAutocomplete as VAutocomplete, type index_d$1_VAvatar as VAvatar, type index_d$1_VBadge as VBadge, type index_d$1_VBanner as VBanner, type index_d$1_VBannerActions as VBannerActions, type index_d$1_VBannerText as VBannerText, type index_d$1_VBottomNavigation as VBottomNavigation, type index_d$1_VBottomSheet as VBottomSheet, type index_d$1_VBreadcrumbs as VBreadcrumbs, type index_d$1_VBreadcrumbsDivider as VBreadcrumbsDivider, type index_d$1_VBreadcrumbsItem as VBreadcrumbsItem, type index_d$1_VBtn as VBtn, type index_d$1_VBtnGroup as VBtnGroup, type index_d$1_VBtnToggle as VBtnToggle, type index_d$1_VCard as VCard, type index_d$1_VCardActions as VCardActions, type index_d$1_VCardItem as VCardItem, type index_d$1_VCardSubtitle as VCardSubtitle, type index_d$1_VCardText as VCardText, type index_d$1_VCardTitle as VCardTitle, type index_d$1_VCarousel as VCarousel, type index_d$1_VCarouselItem as VCarouselItem, type index_d$1_VCheckbox as VCheckbox, type index_d$1_VCheckboxBtn as VCheckboxBtn, type index_d$1_VChip as VChip, type index_d$1_VChipGroup as VChipGroup, type index_d$1_VClassIcon as VClassIcon, type index_d$1_VCode as VCode, type index_d$1_VCol as VCol, type index_d$1_VColorPicker as VColorPicker, type index_d$1_VCombobox as VCombobox, type index_d$1_VComponentIcon as VComponentIcon, type index_d$1_VConfirmEdit as VConfirmEdit, type index_d$1_VContainer as VContainer, type index_d$1_VCounter as VCounter, type index_d$1_VDataIterator as VDataIterator, type index_d$1_VDataTable as VDataTable, index_d$1_VDataTableFooter as VDataTableFooter, type index_d$1_VDataTableHeaders as VDataTableHeaders, type index_d$1_VDataTableRow as VDataTableRow, type index_d$1_VDataTableRows as VDataTableRows, type index_d$1_VDataTableServer as VDataTableServer, type index_d$1_VDataTableVirtual as VDataTableVirtual, type index_d$1_VDatePicker as VDatePicker, type index_d$1_VDatePickerControls as VDatePickerControls, type index_d$1_VDatePickerHeader as VDatePickerHeader, type index_d$1_VDatePickerMonth as VDatePickerMonth, type index_d$1_VDatePickerMonths as VDatePickerMonths, type index_d$1_VDatePickerYears as VDatePickerYears, type index_d$1_VDefaultsProvider as VDefaultsProvider, type index_d$1_VDialog as VDialog, type index_d$1_VDialogBottomTransition as VDialogBottomTransition, type index_d$1_VDialogTopTransition as VDialogTopTransition, type index_d$1_VDialogTransition as VDialogTransition, type index_d$1_VDivider as VDivider, type index_d$1_VEmptyState as VEmptyState, type index_d$1_VExpandTransition as VExpandTransition, type index_d$1_VExpandXTransition as VExpandXTransition, type index_d$1_VExpansionPanel as VExpansionPanel, type index_d$1_VExpansionPanelText as VExpansionPanelText, type index_d$1_VExpansionPanelTitle as VExpansionPanelTitle, type index_d$1_VExpansionPanels as VExpansionPanels, type index_d$1_VFab as VFab, type index_d$1_VFabTransition as VFabTransition, type index_d$1_VFadeTransition as VFadeTransition, type index_d$1_VField as VField, type index_d$1_VFieldLabel as VFieldLabel, type index_d$1_VFileInput as VFileInput, type index_d$1_VFooter as VFooter, type index_d$1_VForm as VForm, type index_d$1_VHover as VHover, type index_d$1_VIcon as VIcon, type index_d$1_VImg as VImg, type index_d$1_VInfiniteScroll as VInfiniteScroll, type index_d$1_VInput as VInput, type index_d$1_VItem as VItem, type index_d$1_VItemGroup as VItemGroup, type index_d$1_VKbd as VKbd, type index_d$1_VLabel as VLabel, type index_d$1_VLayout as VLayout, type index_d$1_VLayoutItem as VLayoutItem, type index_d$1_VLazy as VLazy, type index_d$1_VLigatureIcon as VLigatureIcon, type index_d$1_VList as VList, type index_d$1_VListGroup as VListGroup, type index_d$1_VListImg as VListImg, type index_d$1_VListItem as VListItem, type index_d$1_VListItemAction as VListItemAction, type index_d$1_VListItemMedia as VListItemMedia, type index_d$1_VListItemSubtitle as VListItemSubtitle, type index_d$1_VListItemTitle as VListItemTitle, type index_d$1_VListSubheader as VListSubheader, type index_d$1_VLocaleProvider as VLocaleProvider, type index_d$1_VMain as VMain, type index_d$1_VMenu as VMenu, type index_d$1_VMessages as VMessages, type index_d$1_VNavigationDrawer as VNavigationDrawer, type index_d$1_VNoSsr as VNoSsr, type index_d$1_VOtpInput as VOtpInput, type index_d$1_VOverlay as VOverlay, type index_d$1_VPagination as VPagination, type index_d$1_VParallax as VParallax, type index_d$1_VProgressCircular as VProgressCircular, type index_d$1_VProgressLinear as VProgressLinear, type index_d$1_VRadio as VRadio, type index_d$1_VRadioGroup as VRadioGroup, type index_d$1_VRangeSlider as VRangeSlider, type index_d$1_VRating as VRating, type index_d$1_VResponsive as VResponsive, type index_d$1_VRow as VRow, type index_d$1_VScaleTransition as VScaleTransition, type index_d$1_VScrollXReverseTransition as VScrollXReverseTransition, type index_d$1_VScrollXTransition as VScrollXTransition, type index_d$1_VScrollYReverseTransition as VScrollYReverseTransition, type index_d$1_VScrollYTransition as VScrollYTransition, type index_d$1_VSelect as VSelect, type index_d$1_VSelectionControl as VSelectionControl, type index_d$1_VSelectionControlGroup as VSelectionControlGroup, type index_d$1_VSheet as VSheet, type index_d$1_VSkeletonLoader as VSkeletonLoader, type index_d$1_VSlideGroup as VSlideGroup, type index_d$1_VSlideGroupItem as VSlideGroupItem, type index_d$1_VSlideXReverseTransition as VSlideXReverseTransition, type index_d$1_VSlideXTransition as VSlideXTransition, type index_d$1_VSlideYReverseTransition as VSlideYReverseTransition, type index_d$1_VSlideYTransition as VSlideYTransition, type index_d$1_VSlider as VSlider, type index_d$1_VSnackbar as VSnackbar, type index_d$1_VSpacer as VSpacer, type index_d$1_VSparkline as VSparkline, type index_d$1_VSpeedDial as VSpeedDial, type index_d$1_VStepper as VStepper, type index_d$1_VStepperActions as VStepperActions, type index_d$1_VStepperHeader as VStepperHeader, type index_d$1_VStepperItem as VStepperItem, type index_d$1_VStepperWindow as VStepperWindow, type index_d$1_VStepperWindowItem as VStepperWindowItem, type index_d$1_VSvgIcon as VSvgIcon, type index_d$1_VSwitch as VSwitch, type index_d$1_VSystemBar as VSystemBar, type index_d$1_VTab as VTab, type index_d$1_VTable as VTable, type index_d$1_VTabs as VTabs, type index_d$1_VTabsWindow as VTabsWindow, type index_d$1_VTabsWindowItem as VTabsWindowItem, type index_d$1_VTextField as VTextField, type index_d$1_VTextarea as VTextarea, type index_d$1_VThemeProvider as VThemeProvider, type index_d$1_VTimeline as VTimeline, type index_d$1_VTimelineItem as VTimelineItem, type index_d$1_VToolbar as VToolbar, type index_d$1_VToolbarItems as VToolbarItems, type index_d$1_VToolbarTitle as VToolbarTitle, type index_d$1_VTooltip as VTooltip, type index_d$1_VValidation as VValidation, type index_d$1_VVirtualScroll as VVirtualScroll, type index_d$1_VWindow as VWindow, type index_d$1_VWindowItem as VWindowItem };
66868
+ export type { index_d$1_VAlert as VAlert, index_d$1_VAlertTitle as VAlertTitle, index_d$1_VApp as VApp, index_d$1_VAppBar as VAppBar, index_d$1_VAppBarNavIcon as VAppBarNavIcon, index_d$1_VAppBarTitle as VAppBarTitle, index_d$1_VAutocomplete as VAutocomplete, index_d$1_VAvatar as VAvatar, index_d$1_VBadge as VBadge, index_d$1_VBanner as VBanner, index_d$1_VBannerActions as VBannerActions, index_d$1_VBannerText as VBannerText, index_d$1_VBottomNavigation as VBottomNavigation, index_d$1_VBottomSheet as VBottomSheet, index_d$1_VBreadcrumbs as VBreadcrumbs, index_d$1_VBreadcrumbsDivider as VBreadcrumbsDivider, index_d$1_VBreadcrumbsItem as VBreadcrumbsItem, index_d$1_VBtn as VBtn, index_d$1_VBtnGroup as VBtnGroup, index_d$1_VBtnToggle as VBtnToggle, index_d$1_VCard as VCard, index_d$1_VCardActions as VCardActions, index_d$1_VCardItem as VCardItem, index_d$1_VCardSubtitle as VCardSubtitle, index_d$1_VCardText as VCardText, index_d$1_VCardTitle as VCardTitle, index_d$1_VCarousel as VCarousel, index_d$1_VCarouselItem as VCarouselItem, index_d$1_VCheckbox as VCheckbox, index_d$1_VCheckboxBtn as VCheckboxBtn, index_d$1_VChip as VChip, index_d$1_VChipGroup as VChipGroup, index_d$1_VClassIcon as VClassIcon, index_d$1_VCode as VCode, index_d$1_VCol as VCol, index_d$1_VColorPicker as VColorPicker, index_d$1_VCombobox as VCombobox, index_d$1_VComponentIcon as VComponentIcon, index_d$1_VConfirmEdit as VConfirmEdit, index_d$1_VContainer as VContainer, index_d$1_VCounter as VCounter, index_d$1_VDataIterator as VDataIterator, index_d$1_VDataTable as VDataTable, index_d$1_VDataTableFooter as VDataTableFooter, index_d$1_VDataTableHeaders as VDataTableHeaders, index_d$1_VDataTableRow as VDataTableRow, index_d$1_VDataTableRows as VDataTableRows, index_d$1_VDataTableServer as VDataTableServer, index_d$1_VDataTableVirtual as VDataTableVirtual, index_d$1_VDatePicker as VDatePicker, index_d$1_VDatePickerControls as VDatePickerControls, index_d$1_VDatePickerHeader as VDatePickerHeader, index_d$1_VDatePickerMonth as VDatePickerMonth, index_d$1_VDatePickerMonths as VDatePickerMonths, index_d$1_VDatePickerYears as VDatePickerYears, index_d$1_VDefaultsProvider as VDefaultsProvider, index_d$1_VDialog as VDialog, index_d$1_VDialogBottomTransition as VDialogBottomTransition, index_d$1_VDialogTopTransition as VDialogTopTransition, index_d$1_VDialogTransition as VDialogTransition, index_d$1_VDivider as VDivider, index_d$1_VEmptyState as VEmptyState, index_d$1_VExpandTransition as VExpandTransition, index_d$1_VExpandXTransition as VExpandXTransition, index_d$1_VExpansionPanel as VExpansionPanel, index_d$1_VExpansionPanelText as VExpansionPanelText, index_d$1_VExpansionPanelTitle as VExpansionPanelTitle, index_d$1_VExpansionPanels as VExpansionPanels, index_d$1_VFab as VFab, index_d$1_VFabTransition as VFabTransition, index_d$1_VFadeTransition as VFadeTransition, index_d$1_VField as VField, index_d$1_VFieldLabel as VFieldLabel, index_d$1_VFileInput as VFileInput, index_d$1_VFooter as VFooter, index_d$1_VForm as VForm, index_d$1_VHover as VHover, index_d$1_VIcon as VIcon, index_d$1_VImg as VImg, index_d$1_VInfiniteScroll as VInfiniteScroll, index_d$1_VInput as VInput, index_d$1_VItem as VItem, index_d$1_VItemGroup as VItemGroup, index_d$1_VKbd as VKbd, index_d$1_VLabel as VLabel, index_d$1_VLayout as VLayout, index_d$1_VLayoutItem as VLayoutItem, index_d$1_VLazy as VLazy, index_d$1_VLigatureIcon as VLigatureIcon, index_d$1_VList as VList, index_d$1_VListGroup as VListGroup, index_d$1_VListImg as VListImg, index_d$1_VListItem as VListItem, index_d$1_VListItemAction as VListItemAction, index_d$1_VListItemMedia as VListItemMedia, index_d$1_VListItemSubtitle as VListItemSubtitle, index_d$1_VListItemTitle as VListItemTitle, index_d$1_VListSubheader as VListSubheader, index_d$1_VLocaleProvider as VLocaleProvider, index_d$1_VMain as VMain, index_d$1_VMenu as VMenu, index_d$1_VMessages as VMessages, index_d$1_VNavigationDrawer as VNavigationDrawer, index_d$1_VNoSsr as VNoSsr, index_d$1_VOtpInput as VOtpInput, index_d$1_VOverlay as VOverlay, index_d$1_VPagination as VPagination, index_d$1_VParallax as VParallax, index_d$1_VProgressCircular as VProgressCircular, index_d$1_VProgressLinear as VProgressLinear, index_d$1_VRadio as VRadio, index_d$1_VRadioGroup as VRadioGroup, index_d$1_VRangeSlider as VRangeSlider, index_d$1_VRating as VRating, index_d$1_VResponsive as VResponsive, index_d$1_VRow as VRow, index_d$1_VScaleTransition as VScaleTransition, index_d$1_VScrollXReverseTransition as VScrollXReverseTransition, index_d$1_VScrollXTransition as VScrollXTransition, index_d$1_VScrollYReverseTransition as VScrollYReverseTransition, index_d$1_VScrollYTransition as VScrollYTransition, index_d$1_VSelect as VSelect, index_d$1_VSelectionControl as VSelectionControl, index_d$1_VSelectionControlGroup as VSelectionControlGroup, index_d$1_VSheet as VSheet, index_d$1_VSkeletonLoader as VSkeletonLoader, index_d$1_VSlideGroup as VSlideGroup, index_d$1_VSlideGroupItem as VSlideGroupItem, index_d$1_VSlideXReverseTransition as VSlideXReverseTransition, index_d$1_VSlideXTransition as VSlideXTransition, index_d$1_VSlideYReverseTransition as VSlideYReverseTransition, index_d$1_VSlideYTransition as VSlideYTransition, index_d$1_VSlider as VSlider, index_d$1_VSnackbar as VSnackbar, index_d$1_VSpacer as VSpacer, index_d$1_VSparkline as VSparkline, index_d$1_VSpeedDial as VSpeedDial, index_d$1_VStepper as VStepper, index_d$1_VStepperActions as VStepperActions, index_d$1_VStepperHeader as VStepperHeader, index_d$1_VStepperItem as VStepperItem, index_d$1_VStepperWindow as VStepperWindow, index_d$1_VStepperWindowItem as VStepperWindowItem, index_d$1_VSvgIcon as VSvgIcon, index_d$1_VSwitch as VSwitch, index_d$1_VSystemBar as VSystemBar, index_d$1_VTab as VTab, index_d$1_VTable as VTable, index_d$1_VTabs as VTabs, index_d$1_VTabsWindow as VTabsWindow, index_d$1_VTabsWindowItem as VTabsWindowItem, index_d$1_VTextField as VTextField, index_d$1_VTextarea as VTextarea, index_d$1_VThemeProvider as VThemeProvider, index_d$1_VTimeline as VTimeline, index_d$1_VTimelineItem as VTimelineItem, index_d$1_VToolbar as VToolbar, index_d$1_VToolbarItems as VToolbarItems, index_d$1_VToolbarTitle as VToolbarTitle, index_d$1_VTooltip as VTooltip, index_d$1_VValidation as VValidation, index_d$1_VVirtualScroll as VVirtualScroll, index_d$1_VWindow as VWindow, index_d$1_VWindowItem as VWindowItem };
66868
66869
  }
66869
66870
 
66870
66871
  interface ClickOutsideBindingArgs {
@@ -67107,43 +67108,37 @@ declare module 'vue' {
67107
67108
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67108
67109
  VAlert: typeof import('vuetify/components')['VAlert']
67109
67110
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67110
- VAvatar: typeof import('vuetify/components')['VAvatar']
67111
67111
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67112
67112
  VApp: typeof import('vuetify/components')['VApp']
67113
- VBanner: typeof import('vuetify/components')['VBanner']
67114
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
67115
- VBannerText: typeof import('vuetify/components')['VBannerText']
67113
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67116
67114
  VBadge: typeof import('vuetify/components')['VBadge']
67117
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67118
67115
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67116
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67119
67117
  VBtn: typeof import('vuetify/components')['VBtn']
67120
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67121
67118
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67122
- VCarousel: typeof import('vuetify/components')['VCarousel']
67123
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67119
+ VBanner: typeof import('vuetify/components')['VBanner']
67120
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
67121
+ VBannerText: typeof import('vuetify/components')['VBannerText']
67124
67122
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67125
67123
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67126
67124
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67125
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67126
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67127
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67128
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67127
67129
  VCard: typeof import('vuetify/components')['VCard']
67128
67130
  VCardActions: typeof import('vuetify/components')['VCardActions']
67129
67131
  VCardItem: typeof import('vuetify/components')['VCardItem']
67130
67132
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67131
67133
  VCardText: typeof import('vuetify/components')['VCardText']
67132
67134
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67135
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67136
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67133
67137
  VChip: typeof import('vuetify/components')['VChip']
67134
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67135
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67136
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67138
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67137
67139
  VCode: typeof import('vuetify/components')['VCode']
67138
- VCounter: typeof import('vuetify/components')['VCounter']
67139
67140
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67140
- VCombobox: typeof import('vuetify/components')['VCombobox']
67141
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67142
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67143
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67144
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67145
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67146
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67141
+ VCounter: typeof import('vuetify/components')['VCounter']
67147
67142
  VDataTable: typeof import('vuetify/components')['VDataTable']
67148
67143
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67149
67144
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67151,30 +67146,32 @@ declare module 'vue' {
67151
67146
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67152
67147
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67153
67148
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67154
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67149
+ VDivider: typeof import('vuetify/components')['VDivider']
67155
67150
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67156
67151
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67157
67152
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67158
67153
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67159
- VDialog: typeof import('vuetify/components')['VDialog']
67160
- VFab: typeof import('vuetify/components')['VFab']
67154
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67155
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67156
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67157
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67158
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67159
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67160
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67161
67161
  VFileInput: typeof import('vuetify/components')['VFileInput']
67162
- VDivider: typeof import('vuetify/components')['VDivider']
67163
- VField: typeof import('vuetify/components')['VField']
67164
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67162
+ VFooter: typeof import('vuetify/components')['VFooter']
67163
+ VFab: typeof import('vuetify/components')['VFab']
67164
+ VImg: typeof import('vuetify/components')['VImg']
67165
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67165
67166
  VIcon: typeof import('vuetify/components')['VIcon']
67166
67167
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67167
67168
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67168
67169
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67169
67170
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67170
- VImg: typeof import('vuetify/components')['VImg']
67171
- VFooter: typeof import('vuetify/components')['VFooter']
67172
- VLabel: typeof import('vuetify/components')['VLabel']
67171
+ VKbd: typeof import('vuetify/components')['VKbd']
67173
67172
  VInput: typeof import('vuetify/components')['VInput']
67174
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67175
67173
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67176
67174
  VItem: typeof import('vuetify/components')['VItem']
67177
- VMenu: typeof import('vuetify/components')['VMenu']
67178
67175
  VList: typeof import('vuetify/components')['VList']
67179
67176
  VListGroup: typeof import('vuetify/components')['VListGroup']
67180
67177
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67184,67 +67181,70 @@ declare module 'vue' {
67184
67181
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67185
67182
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67186
67183
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67187
- VKbd: typeof import('vuetify/components')['VKbd']
67188
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67184
+ VLabel: typeof import('vuetify/components')['VLabel']
67185
+ VMenu: typeof import('vuetify/components')['VMenu']
67189
67186
  VMain: typeof import('vuetify/components')['VMain']
67187
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67188
+ VMessages: typeof import('vuetify/components')['VMessages']
67190
67189
  VOverlay: typeof import('vuetify/components')['VOverlay']
67191
67190
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67192
67191
  VPagination: typeof import('vuetify/components')['VPagination']
67192
+ VRating: typeof import('vuetify/components')['VRating']
67193
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67193
67194
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67194
67195
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67195
67196
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67196
- VMessages: typeof import('vuetify/components')['VMessages']
67197
- VSheet: typeof import('vuetify/components')['VSheet']
67198
- VRating: typeof import('vuetify/components')['VRating']
67199
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67200
- VSelect: typeof import('vuetify/components')['VSelect']
67201
67197
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67202
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67203
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67204
67198
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67205
67199
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67200
+ VSelect: typeof import('vuetify/components')['VSelect']
67201
+ VSheet: typeof import('vuetify/components')['VSheet']
67202
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67203
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67204
+ VSlider: typeof import('vuetify/components')['VSlider']
67205
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67206
67206
  VStepper: typeof import('vuetify/components')['VStepper']
67207
67207
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67208
67208
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67209
67209
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67210
67210
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67211
67211
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67212
- VSlider: typeof import('vuetify/components')['VSlider']
67212
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67213
+ VTextField: typeof import('vuetify/components')['VTextField']
67213
67214
  VTab: typeof import('vuetify/components')['VTab']
67214
67215
  VTabs: typeof import('vuetify/components')['VTabs']
67215
67216
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67216
67217
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67218
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67219
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67217
67220
  VSwitch: typeof import('vuetify/components')['VSwitch']
67221
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67218
67222
  VTable: typeof import('vuetify/components')['VTable']
67219
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67220
- VTextarea: typeof import('vuetify/components')['VTextarea']
67221
67223
  VToolbar: typeof import('vuetify/components')['VToolbar']
67222
67224
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67223
67225
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67224
- VTextField: typeof import('vuetify/components')['VTextField']
67225
- VTimeline: typeof import('vuetify/components')['VTimeline']
67226
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67227
- VTooltip: typeof import('vuetify/components')['VTooltip']
67228
67226
  VWindow: typeof import('vuetify/components')['VWindow']
67229
67227
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67230
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67231
67228
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67232
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67229
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67233
67230
  VForm: typeof import('vuetify/components')['VForm']
67234
- VHover: typeof import('vuetify/components')['VHover']
67231
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67235
67232
  VContainer: typeof import('vuetify/components')['VContainer']
67236
67233
  VCol: typeof import('vuetify/components')['VCol']
67237
67234
  VRow: typeof import('vuetify/components')['VRow']
67238
67235
  VSpacer: typeof import('vuetify/components')['VSpacer']
67236
+ VHover: typeof import('vuetify/components')['VHover']
67237
+ VLazy: typeof import('vuetify/components')['VLazy']
67239
67238
  VLayout: typeof import('vuetify/components')['VLayout']
67240
67239
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67241
- VLazy: typeof import('vuetify/components')['VLazy']
67242
67240
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67243
67241
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67244
67242
  VParallax: typeof import('vuetify/components')['VParallax']
67243
+ VRadio: typeof import('vuetify/components')['VRadio']
67245
67244
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67246
67245
  VResponsive: typeof import('vuetify/components')['VResponsive']
67247
- VRadio: typeof import('vuetify/components')['VRadio']
67246
+ VField: typeof import('vuetify/components')['VField']
67247
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67248
67248
  VSparkline: typeof import('vuetify/components')['VSparkline']
67249
67249
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67250
67250
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
@@ -67266,26 +67266,27 @@ declare module 'vue' {
67266
67266
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67267
67267
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67268
67268
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67269
+ VDialog: typeof import('vuetify/components')['VDialog']
67270
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67271
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67272
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67269
67273
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67270
67274
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67271
67275
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67272
67276
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67273
67277
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67274
67278
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67275
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67276
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67277
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67278
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67279
67279
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67280
67280
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67281
67281
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67282
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67283
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67282
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67283
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67284
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67284
67285
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67285
67286
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67286
67287
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67287
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67288
67288
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67289
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67289
67290
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67290
67291
  }
67291
67292
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.3
2
+ * Vuetify v3.7.4
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -11442,7 +11442,10 @@ const VMenu = genericComponent()({
11442
11442
  }, 40);
11443
11443
  }
11444
11444
  });
11445
- onBeforeUnmount(() => parent?.unregister());
11445
+ onBeforeUnmount(() => {
11446
+ parent?.unregister();
11447
+ document.removeEventListener('focusin', onFocusIn);
11448
+ });
11446
11449
  onDeactivated(() => isActive.value = false);
11447
11450
  async function onFocusIn(e) {
11448
11451
  const before = e.relatedTarget;
@@ -11462,13 +11465,19 @@ const VMenu = genericComponent()({
11462
11465
  watch(isActive, val => {
11463
11466
  if (val) {
11464
11467
  parent?.register();
11465
- document.addEventListener('focusin', onFocusIn, {
11466
- once: true
11467
- });
11468
+ if (IN_BROWSER) {
11469
+ document.addEventListener('focusin', onFocusIn, {
11470
+ once: true
11471
+ });
11472
+ }
11468
11473
  } else {
11469
11474
  parent?.unregister();
11470
- document.removeEventListener('focusin', onFocusIn);
11475
+ if (IN_BROWSER) {
11476
+ document.removeEventListener('focusin', onFocusIn);
11477
+ }
11471
11478
  }
11479
+ }, {
11480
+ immediate: true
11472
11481
  });
11473
11482
  function onClickOutside(e) {
11474
11483
  parent?.closeParents(e);
@@ -13984,6 +13993,9 @@ const VDialog = genericComponent()({
13984
13993
  }
13985
13994
  }
13986
13995
  }
13996
+ onBeforeUnmount(() => {
13997
+ document.removeEventListener('focusin', onFocusin);
13998
+ });
13987
13999
  if (IN_BROWSER) {
13988
14000
  watch(() => isActive.value && props.retainFocus, val => {
13989
14001
  val ? document.addEventListener('focusin', onFocusin) : document.removeEventListener('focusin', onFocusin);
@@ -14031,6 +14043,10 @@ const VDialog = genericComponent()({
14031
14043
  "aria-modal": "true",
14032
14044
  "activatorProps": activatorProps,
14033
14045
  "contentProps": contentProps,
14046
+ "height": !props.fullscreen ? props.height : undefined,
14047
+ "width": !props.fullscreen ? props.width : undefined,
14048
+ "maxHeight": !props.fullscreen ? props.maxHeight : undefined,
14049
+ "maxWidth": !props.fullscreen ? props.maxWidth : undefined,
14034
14050
  "role": "dialog",
14035
14051
  "onAfterEnter": onAfterEnter,
14036
14052
  "onAfterLeave": onAfterLeave
@@ -15127,7 +15143,7 @@ const VCarouselItem = genericComponent()({
15127
15143
  });
15128
15144
 
15129
15145
  // Styles
15130
- const VCode = createSimpleFunctional('v-code');
15146
+ const VCode = createSimpleFunctional('v-code', 'code');
15131
15147
 
15132
15148
  // Types
15133
15149
 
@@ -23696,7 +23712,7 @@ const VItem = genericComponent()({
23696
23712
  });
23697
23713
 
23698
23714
  // Styles
23699
- const VKbd = createSimpleFunctional('v-kbd');
23715
+ const VKbd = createSimpleFunctional('v-kbd', 'kbd');
23700
23716
 
23701
23717
  const makeVLayoutProps = propsFactory({
23702
23718
  ...makeComponentProps(),
@@ -28238,7 +28254,7 @@ function createVuetify$1() {
28238
28254
  goTo
28239
28255
  };
28240
28256
  }
28241
- const version$1 = "3.7.3";
28257
+ const version$1 = "3.7.4";
28242
28258
  createVuetify$1.version = version$1;
28243
28259
 
28244
28260
  // Vue's inject() can only be used in setup
@@ -28263,7 +28279,7 @@ const createVuetify = function () {
28263
28279
  ...options
28264
28280
  });
28265
28281
  };
28266
- const version = "3.7.3";
28282
+ const version = "3.7.4";
28267
28283
  createVuetify.version = version;
28268
28284
 
28269
28285
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };