@vuetify/nightly 3.7.3-next.2024-11-01 → 3.7.4-dev.2024-11-06
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 +5634 -5586
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +10062 -9974
- package/dist/vuetify-labs.css +25162 -23449
- package/dist/vuetify-labs.d.ts +2 -1
- package/dist/vuetify-labs.esm.js +31 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +31 -15
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.css +24102 -22386
- package/dist/vuetify.d.ts +54 -53
- package/dist/vuetify.esm.js +31 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VBadge/VBadge.css +73 -73
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.sass +11 -12
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -13
- package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VCode/VCode.css +8 -10
- package/lib/components/VCode/index.mjs +1 -1
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +85 -86
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.sass +10 -20
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -0
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDialog/VDialog.css +95 -99
- package/lib/components/VDialog/VDialog.mjs +8 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +6 -7
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VFab/VFab.css +69 -74
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VField/VField.css +579 -539
- package/lib/components/VFileInput/VFileInput.css +29 -31
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VIcon/VIcon.css +52 -51
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInput/VInput.css +142 -131
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VKbd/index.mjs +1 -1
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +452 -439
- package/lib/components/VList/VListItem.sass +17 -12
- package/lib/components/VList/_variables.scss +0 -11
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMenu/VMenu.mjs +15 -6
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOverlay/VOverlay.css +63 -60
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VSelect/VSelect.css +52 -54
- package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTextField/VTextField.css +68 -65
- package/lib/components/VTextarea/VTextarea.css +39 -47
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VTimeline/VTimeline.css +418 -379
- package/lib/components/VToolbar/VToolbar.css +143 -136
- package/lib/components/VTooltip/VTooltip.css +21 -25
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/components/index.d.mts +1 -0
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +52 -52
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VNumberInput/VNumberInput.css +38 -40
- package/lib/labs/VPicker/VPicker.css +57 -53
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
- package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16139 -14666
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -21986,6 +21986,7 @@ declare const VDataTableFooter: {
|
|
21986
21986
|
};
|
21987
21987
|
showCurrentPage: BooleanConstructor;
|
21988
21988
|
}>>;
|
21989
|
+
type VDataTableFooter = InstanceType<typeof VDataTableFooter>;
|
21989
21990
|
|
21990
21991
|
type VDataTableVirtualSlotProps<T> = Omit<VDataTableSlotProps<T>, 'setItemsPerPage' | 'page' | 'pageCount' | 'itemsPerPage'>;
|
21991
21992
|
type VDataTableVirtualSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
|
@@ -57680,7 +57681,7 @@ declare const index_d$1_VVirtualScroll: typeof VVirtualScroll;
|
|
57680
57681
|
declare const index_d$1_VWindow: typeof VWindow;
|
57681
57682
|
declare const index_d$1_VWindowItem: typeof VWindowItem;
|
57682
57683
|
declare namespace index_d$1 {
|
57683
|
-
export {
|
57684
|
+
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 };
|
57684
57685
|
}
|
57685
57686
|
|
57686
57687
|
interface ClickOutsideBindingArgs {
|
@@ -57918,42 +57919,40 @@ declare module 'vue' {
|
|
57918
57919
|
$children?: VNodeChild
|
57919
57920
|
}
|
57920
57921
|
export interface GlobalComponents {
|
57922
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
57921
57923
|
VApp: typeof import('vuetify/components')['VApp']
|
57922
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
57923
57924
|
VAlert: typeof import('vuetify/components')['VAlert']
|
57924
57925
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
57925
|
-
|
57926
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
57927
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
57926
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
57928
57927
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
57929
57928
|
VBanner: typeof import('vuetify/components')['VBanner']
|
57930
57929
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
57931
57930
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
57932
57931
|
VBtn: typeof import('vuetify/components')['VBtn']
|
57933
|
-
|
57934
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
57932
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
57935
57933
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
57936
|
-
|
57937
|
-
|
57934
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
57935
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
57936
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
57938
57937
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
57939
57938
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
57940
57939
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
57940
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
57941
|
+
VChip: typeof import('vuetify/components')['VChip']
|
57942
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
57943
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
57944
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
57945
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
57946
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
57947
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
57948
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
57949
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
57941
57950
|
VCard: typeof import('vuetify/components')['VCard']
|
57942
57951
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
57943
57952
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
57944
57953
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
57945
57954
|
VCardText: typeof import('vuetify/components')['VCardText']
|
57946
57955
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
57947
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
57948
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
57949
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
57950
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
57951
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
57952
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
57953
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
57954
|
-
VChip: typeof import('vuetify/components')['VChip']
|
57955
|
-
VCode: typeof import('vuetify/components')['VCode']
|
57956
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
57957
57956
|
VCounter: typeof import('vuetify/components')['VCounter']
|
57958
57957
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
57959
57958
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -57961,6 +57960,8 @@ declare module 'vue' {
|
|
57961
57960
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
57962
57961
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
57963
57962
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
57963
|
+
VCode: typeof import('vuetify/components')['VCode']
|
57964
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
57964
57965
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
57965
57966
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
57966
57967
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -57968,28 +57969,28 @@ declare module 'vue' {
|
|
57968
57969
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
57969
57970
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
57970
57971
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
57971
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
57972
57972
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
57973
57973
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
57974
57974
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
57975
57975
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
57976
57976
|
VDivider: typeof import('vuetify/components')['VDivider']
|
57977
|
-
|
57977
|
+
VField: typeof import('vuetify/components')['VField']
|
57978
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
57979
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
57980
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
57981
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
57982
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
57978
57983
|
VIcon: typeof import('vuetify/components')['VIcon']
|
57979
57984
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
57980
57985
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
57981
57986
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
57982
57987
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
57983
|
-
|
57984
|
-
|
57985
|
-
VImg: typeof import('vuetify/components')['VImg']
|
57988
|
+
VFab: typeof import('vuetify/components')['VFab']
|
57989
|
+
VInput: typeof import('vuetify/components')['VInput']
|
57986
57990
|
VKbd: typeof import('vuetify/components')['VKbd']
|
57987
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
57988
57991
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
57989
57992
|
VItem: typeof import('vuetify/components')['VItem']
|
57990
|
-
|
57991
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
57992
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
57993
|
+
VImg: typeof import('vuetify/components')['VImg']
|
57993
57994
|
VList: typeof import('vuetify/components')['VList']
|
57994
57995
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
57995
57996
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -58000,54 +58001,54 @@ declare module 'vue' {
|
|
58000
58001
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
58001
58002
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
58002
58003
|
VMain: typeof import('vuetify/components')['VMain']
|
58003
|
-
|
58004
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
58004
58005
|
VMessages: typeof import('vuetify/components')['VMessages']
|
58005
58006
|
VMenu: typeof import('vuetify/components')['VMenu']
|
58007
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
58006
58008
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
58007
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
58008
58009
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
58010
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
58009
58011
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
58010
58012
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
58011
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
58012
58013
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
58013
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
58014
58014
|
VRating: typeof import('vuetify/components')['VRating']
|
58015
|
-
|
58015
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
58016
58016
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
58017
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
58017
58018
|
VSheet: typeof import('vuetify/components')['VSheet']
|
58019
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
58020
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
58021
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
58018
58022
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
58019
58023
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
58020
|
-
|
58024
|
+
VTable: typeof import('vuetify/components')['VTable']
|
58025
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
58026
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
58027
|
+
VTab: typeof import('vuetify/components')['VTab']
|
58028
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
58029
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
58030
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
58021
58031
|
VStepper: typeof import('vuetify/components')['VStepper']
|
58022
58032
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
58023
58033
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
58024
58034
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
58025
58035
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
58026
58036
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
58027
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
58028
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
58029
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
58030
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
58031
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
58032
58037
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
58033
|
-
|
58034
|
-
VTab: typeof import('vuetify/components')['VTab']
|
58035
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
58036
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
58037
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
58038
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
58039
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
58040
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
58038
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
58041
58039
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
58042
58040
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
58043
58041
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
58042
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
58043
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
58044
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
58044
58045
|
VWindow: typeof import('vuetify/components')['VWindow']
|
58045
58046
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
58046
58047
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
58047
58048
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
58049
|
+
VHover: typeof import('vuetify/components')['VHover']
|
58048
58050
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
58049
58051
|
VForm: typeof import('vuetify/components')['VForm']
|
58050
|
-
VHover: typeof import('vuetify/components')['VHover']
|
58051
58052
|
VContainer: typeof import('vuetify/components')['VContainer']
|
58052
58053
|
VCol: typeof import('vuetify/components')['VCol']
|
58053
58054
|
VRow: typeof import('vuetify/components')['VRow']
|
@@ -58062,8 +58063,8 @@ declare module 'vue' {
|
|
58062
58063
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
58063
58064
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
58064
58065
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
58065
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
58066
58066
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
58067
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
58067
58068
|
VValidation: typeof import('vuetify/components')['VValidation']
|
58068
58069
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
58069
58070
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -58088,20 +58089,20 @@ declare module 'vue' {
|
|
58088
58089
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
58089
58090
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
58090
58091
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
58092
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
58093
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
58094
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
58091
58095
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
58092
58096
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
58093
58097
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
58094
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
58095
58098
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
58096
58099
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
58097
58100
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
58098
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
58099
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
58100
58101
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
58101
58102
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
58102
58103
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
58104
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
58103
58105
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
58104
58106
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
58105
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
58106
58107
|
}
|
58107
58108
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.4-dev.2024-11-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2867,15 +2867,15 @@ function createTheme(options) {
|
|
2867
2867
|
const colors = new Set(Object.values(computedThemes.value).flatMap(theme => Object.keys(theme.colors)));
|
2868
2868
|
for (const key of colors) {
|
2869
2869
|
if (/^on-[a-z]/.test(key)) {
|
2870
|
-
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2870
|
+
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key})) !important`]);
|
2871
2871
|
} else {
|
2872
|
-
createCssClass(bgLines, `.bg-${key}`, [`--v-theme-overlay-multiplier: var(--v-theme-${key}-overlay-multiplier)`, `background-color: rgb(var(--v-theme-${key}))`, `color: rgb(var(--v-theme-on-${key}))`]);
|
2873
|
-
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2872
|
+
createCssClass(bgLines, `.bg-${key}`, [`--v-theme-overlay-multiplier: var(--v-theme-${key}-overlay-multiplier)`, `background-color: rgb(var(--v-theme-${key})) !important`, `color: rgb(var(--v-theme-on-${key})) !important`]);
|
2873
|
+
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key})) !important`]);
|
2874
2874
|
createCssClass(fgLines, `.border-${key}`, [`--v-border-color: var(--v-theme-${key})`]);
|
2875
2875
|
}
|
2876
2876
|
}
|
2877
2877
|
lines.push(...bgLines, ...fgLines);
|
2878
|
-
return
|
2878
|
+
return lines.map((str, i) => i === 0 ? str : ` ${str}`).join('');
|
2879
2879
|
});
|
2880
2880
|
function getHead() {
|
2881
2881
|
return {
|
@@ -11444,7 +11444,10 @@ const VMenu = genericComponent()({
|
|
11444
11444
|
}, 40);
|
11445
11445
|
}
|
11446
11446
|
});
|
11447
|
-
onBeforeUnmount(() =>
|
11447
|
+
onBeforeUnmount(() => {
|
11448
|
+
parent?.unregister();
|
11449
|
+
document.removeEventListener('focusin', onFocusIn);
|
11450
|
+
});
|
11448
11451
|
onDeactivated(() => isActive.value = false);
|
11449
11452
|
async function onFocusIn(e) {
|
11450
11453
|
const before = e.relatedTarget;
|
@@ -11464,13 +11467,19 @@ const VMenu = genericComponent()({
|
|
11464
11467
|
watch(isActive, val => {
|
11465
11468
|
if (val) {
|
11466
11469
|
parent?.register();
|
11467
|
-
|
11468
|
-
|
11469
|
-
|
11470
|
+
if (IN_BROWSER) {
|
11471
|
+
document.addEventListener('focusin', onFocusIn, {
|
11472
|
+
once: true
|
11473
|
+
});
|
11474
|
+
}
|
11470
11475
|
} else {
|
11471
11476
|
parent?.unregister();
|
11472
|
-
|
11477
|
+
if (IN_BROWSER) {
|
11478
|
+
document.removeEventListener('focusin', onFocusIn);
|
11479
|
+
}
|
11473
11480
|
}
|
11481
|
+
}, {
|
11482
|
+
immediate: true
|
11474
11483
|
});
|
11475
11484
|
function onClickOutside(e) {
|
11476
11485
|
parent?.closeParents(e);
|
@@ -12364,7 +12373,7 @@ function useVirtual(props, items) {
|
|
12364
12373
|
updateOffsets.immediate();
|
12365
12374
|
calculateVisibleItems();
|
12366
12375
|
}, {
|
12367
|
-
deep:
|
12376
|
+
deep: 1
|
12368
12377
|
});
|
12369
12378
|
return {
|
12370
12379
|
calculateVisibleItems,
|
@@ -13986,6 +13995,9 @@ const VDialog = genericComponent()({
|
|
13986
13995
|
}
|
13987
13996
|
}
|
13988
13997
|
}
|
13998
|
+
onBeforeUnmount(() => {
|
13999
|
+
document.removeEventListener('focusin', onFocusin);
|
14000
|
+
});
|
13989
14001
|
if (IN_BROWSER) {
|
13990
14002
|
watch(() => isActive.value && props.retainFocus, val => {
|
13991
14003
|
val ? document.addEventListener('focusin', onFocusin) : document.removeEventListener('focusin', onFocusin);
|
@@ -14033,6 +14045,10 @@ const VDialog = genericComponent()({
|
|
14033
14045
|
"aria-modal": "true",
|
14034
14046
|
"activatorProps": activatorProps,
|
14035
14047
|
"contentProps": contentProps,
|
14048
|
+
"height": !props.fullscreen ? props.height : undefined,
|
14049
|
+
"width": !props.fullscreen ? props.width : undefined,
|
14050
|
+
"maxHeight": !props.fullscreen ? props.maxHeight : undefined,
|
14051
|
+
"maxWidth": !props.fullscreen ? props.maxWidth : undefined,
|
14036
14052
|
"role": "dialog",
|
14037
14053
|
"onAfterEnter": onAfterEnter,
|
14038
14054
|
"onAfterLeave": onAfterLeave
|
@@ -15129,7 +15145,7 @@ const VCarouselItem = genericComponent()({
|
|
15129
15145
|
});
|
15130
15146
|
|
15131
15147
|
// Styles
|
15132
|
-
const VCode = createSimpleFunctional('v-code');
|
15148
|
+
const VCode = createSimpleFunctional('v-code', 'code');
|
15133
15149
|
|
15134
15150
|
// Types
|
15135
15151
|
|
@@ -23698,7 +23714,7 @@ const VItem = genericComponent()({
|
|
23698
23714
|
});
|
23699
23715
|
|
23700
23716
|
// Styles
|
23701
|
-
const VKbd = createSimpleFunctional('v-kbd');
|
23717
|
+
const VKbd = createSimpleFunctional('v-kbd', 'kbd');
|
23702
23718
|
|
23703
23719
|
const makeVLayoutProps = propsFactory({
|
23704
23720
|
...makeComponentProps(),
|
@@ -28244,7 +28260,7 @@ function createVuetify$1() {
|
|
28244
28260
|
goTo
|
28245
28261
|
};
|
28246
28262
|
}
|
28247
|
-
const version$1 = "3.7.
|
28263
|
+
const version$1 = "3.7.4-dev.2024-11-06";
|
28248
28264
|
createVuetify$1.version = version$1;
|
28249
28265
|
|
28250
28266
|
// Vue's inject() can only be used in setup
|
@@ -28269,7 +28285,7 @@ const createVuetify = function () {
|
|
28269
28285
|
...options
|
28270
28286
|
});
|
28271
28287
|
};
|
28272
|
-
const version = "3.7.
|
28288
|
+
const version = "3.7.4-dev.2024-11-06";
|
28273
28289
|
createVuetify.version = version;
|
28274
28290
|
|
28275
28291
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|