vuetify 3.7.13 → 3.7.14
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 +3009 -3005
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +5374 -5102
- package/dist/vuetify-labs.css +3569 -3564
- package/dist/vuetify-labs.d.ts +219 -0
- package/dist/vuetify-labs.esm.js +57 -42
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -42
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4265 -4266
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +43 -36
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +43 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +28 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +19 -10
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +0 -1
- package/lib/components/VFileInput/VFileInput.mjs +11 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +0 -1
- package/lib/composables/date/adapters/vuetify.mjs +9 -21
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/density.mjs +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +65 -65
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +248 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs +2 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.sass +16 -16
- package/lib/labs/VTimePicker/_variables.scss +12 -12
- package/lib/labs/VTreeview/VTreeview.mjs +5 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +4 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -9
- package/lib/labs/VTreeview/VTreeviewItem.mjs +4 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +16 -10
- package/lib/labs/VTreeview/_variables.scss +2 -5
- package/lib/labs/VTreeview/index.d.mts +9 -0
- package/lib/labs/components.d.mts +280 -61
- package/lib/locale/ja.mjs +19 -19
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -66957,41 +66957,48 @@ declare module 'vue' {
|
|
|
66957
66957
|
$children?: VNodeChild
|
|
66958
66958
|
}
|
|
66959
66959
|
export interface GlobalComponents {
|
|
66960
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
66961
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
66962
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
66963
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
66964
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
66960
66965
|
VApp: typeof import('vuetify/components')['VApp']
|
|
66961
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
66962
66966
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
66963
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
|
66964
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
66965
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
66966
66967
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
66968
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
66967
66969
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66968
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
66969
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
66970
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
66971
66970
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
66972
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66973
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
66974
66971
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
66972
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
|
66973
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
66974
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
66975
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66976
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
66977
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66978
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66979
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
66975
66980
|
VCard: typeof import('vuetify/components')['VCard']
|
|
66976
66981
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
66977
66982
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
66978
66983
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
66979
66984
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
66980
66985
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
66981
|
-
|
|
66982
|
-
|
|
66983
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66984
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66985
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66986
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66987
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
66986
66988
|
VChip: typeof import('vuetify/components')['VChip']
|
|
66987
|
-
|
|
66989
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
66988
66990
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
66989
66991
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
66990
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66991
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
66992
66992
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
66993
66993
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
66994
|
-
|
|
66994
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
66995
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66996
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
66997
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
66998
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
66999
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67000
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67001
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
66995
67002
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
66996
67003
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
66997
67004
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -66999,37 +67006,28 @@ declare module 'vue' {
|
|
|
66999
67006
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67000
67007
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67001
67008
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67002
|
-
|
|
67003
|
-
|
|
67004
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67005
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67006
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67007
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67009
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67010
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67008
67011
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67009
67012
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67010
67013
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67011
67014
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67012
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67013
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
67014
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67015
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67016
67015
|
VField: typeof import('vuetify/components')['VField']
|
|
67017
67016
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67017
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67018
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67019
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67020
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67021
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
67022
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67018
67023
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67019
67024
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67020
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67021
67025
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67022
67026
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67023
67027
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67024
67028
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67025
67029
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67026
67030
|
VInput: typeof import('vuetify/components')['VInput']
|
|
67027
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
67028
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67029
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67030
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67031
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67032
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67033
67031
|
VList: typeof import('vuetify/components')['VList']
|
|
67034
67032
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67035
67033
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67040,66 +67038,68 @@ declare module 'vue' {
|
|
|
67040
67038
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67041
67039
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67042
67040
|
VMain: typeof import('vuetify/components')['VMain']
|
|
67043
|
-
|
|
67044
|
-
|
|
67045
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67041
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67042
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67046
67043
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67047
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67048
67044
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67049
|
-
|
|
67045
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67046
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67047
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67050
67048
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67049
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67050
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67051
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67052
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67051
67053
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67052
67054
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67053
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67054
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67055
67055
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67056
67056
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67057
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67058
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67059
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67057
67060
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67058
|
-
|
|
67061
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67059
67062
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67060
67063
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67061
67064
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67062
67065
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67063
67066
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67064
67067
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67068
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67069
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
67070
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67071
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67065
67072
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67066
67073
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67067
67074
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67068
67075
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
67069
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67070
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67071
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67072
67076
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67073
|
-
|
|
67074
|
-
|
|
67077
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67078
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67079
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67075
67080
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67076
67081
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67077
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67078
67082
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67079
67083
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67080
|
-
|
|
67081
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67082
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67083
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67084
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67084
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67085
67085
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
67086
67086
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67087
67087
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67088
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
67089
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
67090
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67091
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67088
67092
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67089
67093
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67090
67094
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67091
67095
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67092
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
67093
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
67094
67096
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67095
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67096
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67097
67097
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67098
67098
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67099
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67100
67100
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67101
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67102
67101
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67102
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67103
67103
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
67104
67104
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
67105
67105
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
@@ -67121,28 +67121,28 @@ declare module 'vue' {
|
|
|
67121
67121
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67122
67122
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67123
67123
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67124
|
-
|
|
67124
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67125
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67125
67126
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67126
67127
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67127
67128
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67128
67129
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67129
67130
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67130
67131
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67132
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67133
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67134
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67131
67135
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
67132
67136
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
67133
67137
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
67134
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67135
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67136
67138
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
67137
67139
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
67138
67140
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
67139
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67140
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67141
67141
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
67142
67142
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
67143
67143
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
67144
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
67145
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67146
67145
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67146
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67147
67147
|
}
|
|
67148
67148
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.14
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4449,7 +4449,7 @@ const VAppBar = genericComponent()({
|
|
|
4449
4449
|
|
|
4450
4450
|
const allowedDensities = [null, 'default', 'comfortable', 'compact'];
|
|
4451
4451
|
|
|
4452
|
-
// typeof allowedDensities[number]
|
|
4452
|
+
// typeof allowedDensities[number] evaluates to any
|
|
4453
4453
|
// when generating api types for whatever reason.
|
|
4454
4454
|
|
|
4455
4455
|
// Composables
|
|
@@ -17946,16 +17946,13 @@ function format(value, formatString, locale, formats) {
|
|
|
17946
17946
|
case 'fullTime':
|
|
17947
17947
|
options = {
|
|
17948
17948
|
hour: 'numeric',
|
|
17949
|
-
minute: 'numeric'
|
|
17950
|
-
second: 'numeric',
|
|
17951
|
-
hour12: true
|
|
17949
|
+
minute: 'numeric'
|
|
17952
17950
|
};
|
|
17953
17951
|
break;
|
|
17954
17952
|
case 'fullTime12h':
|
|
17955
17953
|
options = {
|
|
17956
17954
|
hour: 'numeric',
|
|
17957
17955
|
minute: 'numeric',
|
|
17958
|
-
second: 'numeric',
|
|
17959
17956
|
hour12: true
|
|
17960
17957
|
};
|
|
17961
17958
|
break;
|
|
@@ -17963,40 +17960,35 @@ function format(value, formatString, locale, formats) {
|
|
|
17963
17960
|
options = {
|
|
17964
17961
|
hour: 'numeric',
|
|
17965
17962
|
minute: 'numeric',
|
|
17966
|
-
second: 'numeric',
|
|
17967
17963
|
hour12: false
|
|
17968
17964
|
};
|
|
17969
17965
|
break;
|
|
17970
17966
|
case 'fullDateTime':
|
|
17971
17967
|
options = {
|
|
17972
17968
|
year: 'numeric',
|
|
17973
|
-
month: '
|
|
17969
|
+
month: 'short',
|
|
17974
17970
|
day: 'numeric',
|
|
17975
17971
|
hour: 'numeric',
|
|
17976
|
-
minute: 'numeric'
|
|
17977
|
-
second: 'numeric',
|
|
17978
|
-
hour12: true
|
|
17972
|
+
minute: 'numeric'
|
|
17979
17973
|
};
|
|
17980
17974
|
break;
|
|
17981
17975
|
case 'fullDateTime12h':
|
|
17982
17976
|
options = {
|
|
17983
17977
|
year: 'numeric',
|
|
17984
|
-
month: '
|
|
17978
|
+
month: 'short',
|
|
17985
17979
|
day: 'numeric',
|
|
17986
17980
|
hour: 'numeric',
|
|
17987
17981
|
minute: 'numeric',
|
|
17988
|
-
second: 'numeric',
|
|
17989
17982
|
hour12: true
|
|
17990
17983
|
};
|
|
17991
17984
|
break;
|
|
17992
17985
|
case 'fullDateTime24h':
|
|
17993
17986
|
options = {
|
|
17994
17987
|
year: 'numeric',
|
|
17995
|
-
month: '
|
|
17988
|
+
month: 'short',
|
|
17996
17989
|
day: 'numeric',
|
|
17997
17990
|
hour: 'numeric',
|
|
17998
17991
|
minute: 'numeric',
|
|
17999
|
-
second: 'numeric',
|
|
18000
17992
|
hour12: false
|
|
18001
17993
|
};
|
|
18002
17994
|
break;
|
|
@@ -18013,11 +18005,9 @@ function format(value, formatString, locale, formats) {
|
|
|
18013
18005
|
month: '2-digit',
|
|
18014
18006
|
day: '2-digit',
|
|
18015
18007
|
hour: 'numeric',
|
|
18016
|
-
minute: 'numeric'
|
|
18017
|
-
second: 'numeric',
|
|
18018
|
-
hour12: false
|
|
18008
|
+
minute: 'numeric'
|
|
18019
18009
|
};
|
|
18020
|
-
|
|
18010
|
+
return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
|
|
18021
18011
|
case 'keyboardDateTime12h':
|
|
18022
18012
|
options = {
|
|
18023
18013
|
year: 'numeric',
|
|
@@ -18025,10 +18015,9 @@ function format(value, formatString, locale, formats) {
|
|
|
18025
18015
|
day: '2-digit',
|
|
18026
18016
|
hour: 'numeric',
|
|
18027
18017
|
minute: 'numeric',
|
|
18028
|
-
second: 'numeric',
|
|
18029
18018
|
hour12: true
|
|
18030
18019
|
};
|
|
18031
|
-
|
|
18020
|
+
return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
|
|
18032
18021
|
case 'keyboardDateTime24h':
|
|
18033
18022
|
options = {
|
|
18034
18023
|
year: 'numeric',
|
|
@@ -18036,10 +18025,9 @@ function format(value, formatString, locale, formats) {
|
|
|
18036
18025
|
day: '2-digit',
|
|
18037
18026
|
hour: 'numeric',
|
|
18038
18027
|
minute: 'numeric',
|
|
18039
|
-
second: 'numeric',
|
|
18040
18028
|
hour12: false
|
|
18041
18029
|
};
|
|
18042
|
-
|
|
18030
|
+
return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
|
|
18043
18031
|
default:
|
|
18044
18032
|
options = customFormat ?? {
|
|
18045
18033
|
timeZone: 'UTC',
|
|
@@ -22478,9 +22466,26 @@ const VDatePicker = genericComponent()({
|
|
|
22478
22466
|
const model = useProxiedModel(props, 'modelValue', undefined, v => wrapInArray(v), v => props.multiple ? v : v[0]);
|
|
22479
22467
|
const viewMode = useProxiedModel(props, 'viewMode');
|
|
22480
22468
|
// const inputMode = useProxiedModel(props, 'inputMode')
|
|
22469
|
+
|
|
22470
|
+
const minDate = computed(() => {
|
|
22471
|
+
const date = adapter.date(props.min);
|
|
22472
|
+
return props.min && adapter.isValid(date) ? date : null;
|
|
22473
|
+
});
|
|
22474
|
+
const maxDate = computed(() => {
|
|
22475
|
+
const date = adapter.date(props.max);
|
|
22476
|
+
return props.max && adapter.isValid(date) ? date : null;
|
|
22477
|
+
});
|
|
22481
22478
|
const internal = computed(() => {
|
|
22482
|
-
const
|
|
22483
|
-
|
|
22479
|
+
const today = adapter.date();
|
|
22480
|
+
let value = today;
|
|
22481
|
+
if (model.value?.[0]) {
|
|
22482
|
+
value = adapter.date(model.value[0]);
|
|
22483
|
+
} else if (minDate.value && adapter.isBefore(today, minDate.value)) {
|
|
22484
|
+
value = minDate.value;
|
|
22485
|
+
} else if (maxDate.value && adapter.isAfter(today, maxDate.value)) {
|
|
22486
|
+
value = maxDate.value;
|
|
22487
|
+
}
|
|
22488
|
+
return value && adapter.isValid(value) ? value : today;
|
|
22484
22489
|
});
|
|
22485
22490
|
const month = ref(Number(props.month ?? adapter.getMonth(adapter.startOfMonth(internal.value))));
|
|
22486
22491
|
const year = ref(Number(props.year ?? adapter.getYear(adapter.startOfYear(adapter.setMonth(internal.value, month.value)))));
|
|
@@ -22500,14 +22505,6 @@ const VDatePicker = genericComponent()({
|
|
|
22500
22505
|
});
|
|
22501
22506
|
// const headerIcon = computed(() => props.inputMode === 'calendar' ? props.keyboardIcon : props.calendarIcon)
|
|
22502
22507
|
const headerTransition = computed(() => `date-picker-header${isReversing.value ? '-reverse' : ''}-transition`);
|
|
22503
|
-
const minDate = computed(() => {
|
|
22504
|
-
const date = adapter.date(props.min);
|
|
22505
|
-
return props.min && adapter.isValid(date) ? date : null;
|
|
22506
|
-
});
|
|
22507
|
-
const maxDate = computed(() => {
|
|
22508
|
-
const date = adapter.date(props.max);
|
|
22509
|
-
return props.max && adapter.isValid(date) ? date : null;
|
|
22510
|
-
});
|
|
22511
22508
|
const disabled = computed(() => {
|
|
22512
22509
|
if (props.disabled) return true;
|
|
22513
22510
|
const targets = [];
|
|
@@ -23286,6 +23283,14 @@ const VFileInput = genericComponent()({
|
|
|
23286
23283
|
callEvent(props['onClick:clear'], e);
|
|
23287
23284
|
});
|
|
23288
23285
|
}
|
|
23286
|
+
function onDragover(e) {
|
|
23287
|
+
e.preventDefault();
|
|
23288
|
+
}
|
|
23289
|
+
function onDrop(e) {
|
|
23290
|
+
e.preventDefault();
|
|
23291
|
+
if (!e.dataTransfer) return;
|
|
23292
|
+
model.value = [...(e.dataTransfer.files ?? [])];
|
|
23293
|
+
}
|
|
23289
23294
|
watch(model, newValue => {
|
|
23290
23295
|
const hasModelReset = !Array.isArray(newValue) || !newValue.length;
|
|
23291
23296
|
if (hasModelReset && inputRef.value) {
|
|
@@ -23338,7 +23343,9 @@ const VFileInput = genericComponent()({
|
|
|
23338
23343
|
"dirty": isDirty.value || props.dirty,
|
|
23339
23344
|
"disabled": isDisabled.value,
|
|
23340
23345
|
"focused": isFocused.value,
|
|
23341
|
-
"error": isValid.value === false
|
|
23346
|
+
"error": isValid.value === false,
|
|
23347
|
+
"onDragover": onDragover,
|
|
23348
|
+
"onDrop": onDrop
|
|
23342
23349
|
}), {
|
|
23343
23350
|
...slots,
|
|
23344
23351
|
default: _ref4 => {
|
|
@@ -28407,7 +28414,7 @@ function createVuetify$1() {
|
|
|
28407
28414
|
goTo
|
|
28408
28415
|
};
|
|
28409
28416
|
}
|
|
28410
|
-
const version$1 = "3.7.
|
|
28417
|
+
const version$1 = "3.7.14";
|
|
28411
28418
|
createVuetify$1.version = version$1;
|
|
28412
28419
|
|
|
28413
28420
|
// Vue's inject() can only be used in setup
|
|
@@ -28432,7 +28439,7 @@ const createVuetify = function () {
|
|
|
28432
28439
|
...options
|
|
28433
28440
|
});
|
|
28434
28441
|
};
|
|
28435
|
-
const version = "3.7.
|
|
28442
|
+
const version = "3.7.14";
|
|
28436
28443
|
createVuetify.version = version;
|
|
28437
28444
|
|
|
28438
28445
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|