vuetify 3.7.13 → 3.7.15
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 +2446 -2446
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +1 -1
- package/dist/json/web-types.json +4783 -4520
- package/dist/vuetify-labs.css +2906 -2897
- package/dist/vuetify-labs.d.ts +234 -15
- package/dist/vuetify-labs.esm.js +156 -67
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +156 -67
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1783 -1784
- package/dist/vuetify.d.ts +66 -66
- package/dist/vuetify.esm.js +47 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +47 -37
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +31 -27
- 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/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +1 -0
- package/lib/components/VSlider/slider.mjs.map +1 -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 +66 -66
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +248 -1
- package/lib/labs/VFileUpload/VFileUpload.css +5 -1
- package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
- package/lib/labs/VFileUpload/_variables.scss +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs +57 -21
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/hold.mjs +31 -0
- package/lib/labs/VNumberInput/hold.mjs.map +1 -0
- package/lib/labs/VNumberInput/index.d.mts +1 -7
- 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 +15 -6
- 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 +23 -8
- package/lib/labs/components.d.mts +295 -76
- package/lib/locale/af.mjs +42 -42
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/az.mjs +7 -7
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +7 -7
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +25 -25
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +29 -29
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +13 -13
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +22 -22
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/el.mjs +41 -41
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/es.mjs +26 -26
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +29 -29
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -5
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +22 -22
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +6 -6
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +29 -29
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +28 -28
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +10 -10
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +30 -30
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/it.mjs +7 -7
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +28 -28
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +6 -6
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +27 -27
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -5
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +33 -33
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +10 -10
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +11 -11
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +7 -7
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +11 -11
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +9 -9
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +6 -6
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -5
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +4 -4
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +30 -30
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +28 -28
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +17 -17
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +30 -30
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +31 -31
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +29 -29
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +28 -28
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +31 -31
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +31 -31
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/package.json +7 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -66959,39 +66959,42 @@ declare module 'vue' {
|
|
|
66959
66959
|
export interface GlobalComponents {
|
|
66960
66960
|
VApp: typeof import('vuetify/components')['VApp']
|
|
66961
66961
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
66962
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66962
66963
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
66964
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
66965
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
66966
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
66963
66967
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
66964
66968
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
66965
66969
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
66970
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
66971
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
66966
66972
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
66967
|
-
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
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
66972
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66973
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
66974
66973
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
66974
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
66975
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66976
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66977
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
66975
66978
|
VCard: typeof import('vuetify/components')['VCard']
|
|
66976
66979
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
66977
66980
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
66978
66981
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
66979
66982
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
66980
66983
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
66984
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66985
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
66986
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
66987
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
66981
66988
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
66982
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
66983
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66984
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66985
66989
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66986
66990
|
VChip: typeof import('vuetify/components')['VChip']
|
|
66987
66991
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
66988
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
66989
|
-
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
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
66995
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66996
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
66997
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
66995
66998
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
66996
66999
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
66997
67000
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -66999,37 +67002,28 @@ declare module 'vue' {
|
|
|
66999
67002
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67000
67003
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67001
67004
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67002
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67003
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
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']
|
|
67008
67005
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67009
67006
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67010
67007
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67011
67008
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67012
|
-
|
|
67013
|
-
|
|
67014
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67009
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67010
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67015
67011
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67012
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67013
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67016
67014
|
VField: typeof import('vuetify/components')['VField']
|
|
67017
67015
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67018
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67019
|
-
VItem: typeof import('vuetify/components')['VItem']
|
|
67020
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67021
67016
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67022
67017
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67023
67018
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67024
67019
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67025
67020
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67026
67021
|
VInput: typeof import('vuetify/components')['VInput']
|
|
67027
|
-
|
|
67022
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67023
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67024
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
67028
67025
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67029
67026
|
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
67027
|
VList: typeof import('vuetify/components')['VList']
|
|
67034
67028
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67035
67029
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67039,71 +67033,78 @@ declare module 'vue' {
|
|
|
67039
67033
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67040
67034
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67041
67035
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67042
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
67043
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67044
67036
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67045
|
-
|
|
67046
|
-
|
|
67047
|
-
|
|
67037
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67038
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
67039
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67048
67040
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67049
|
-
|
|
67041
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67042
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67043
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67044
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67045
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67046
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67047
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67050
67048
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67049
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67050
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67051
67051
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67052
|
-
|
|
67053
|
-
|
|
67052
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67053
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67054
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67054
67055
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67056
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67055
67057
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67056
67058
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67059
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67060
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67057
67061
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67058
|
-
|
|
67062
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67059
67063
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67060
67064
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67061
67065
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67062
67066
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67063
67067
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67064
67068
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67065
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
67066
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67067
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67068
|
-
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
67069
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67073
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
67074
67070
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67071
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67072
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
67075
67073
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67076
67074
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67077
67075
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67078
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67079
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67080
67076
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67081
67077
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67082
67078
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67083
|
-
|
|
67084
|
-
|
|
67079
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
67080
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67081
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67082
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
67083
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67084
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
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']
|
|
67088
67089
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67089
67090
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67090
67091
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67091
67092
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67092
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
67093
67093
|
VHover: typeof import('vuetify/components')['VHover']
|
|
67094
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67095
67094
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67096
67095
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67096
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
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
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67106
67105
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67106
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67107
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67107
67108
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67108
67109
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67109
67110
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -67120,29 +67121,28 @@ declare module 'vue' {
|
|
|
67120
67121
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67121
67122
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67122
67123
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67123
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67124
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67125
67124
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67126
67125
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67127
67126
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67128
67127
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67129
67128
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67130
67129
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67130
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67131
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67132
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67133
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67134
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
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
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
67137
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
67138
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
67139
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67140
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67141
67138
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
67142
67139
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
67143
67140
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
67141
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
67142
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
67143
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
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.15
|
|
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
|
|
@@ -9289,6 +9289,8 @@ const VListItem = genericComponent()({
|
|
|
9289
9289
|
}
|
|
9290
9290
|
}
|
|
9291
9291
|
function onKeyDown(e) {
|
|
9292
|
+
const target = e.target;
|
|
9293
|
+
if (['INPUT', 'TEXTAREA'].includes(target.tagName)) return;
|
|
9292
9294
|
if (e.key === 'Enter' || e.key === ' ') {
|
|
9293
9295
|
e.preventDefault();
|
|
9294
9296
|
e.target.dispatchEvent(new MouseEvent('click', e));
|
|
@@ -15914,6 +15916,7 @@ const useSlider = _ref => {
|
|
|
15914
15916
|
});
|
|
15915
15917
|
}
|
|
15916
15918
|
function onSliderMousedown(e) {
|
|
15919
|
+
if (e.button !== 0) return;
|
|
15917
15920
|
e.preventDefault();
|
|
15918
15921
|
handleStart(e);
|
|
15919
15922
|
window.addEventListener('mousemove', onMouseMove, moveListenerOptions);
|
|
@@ -17946,16 +17949,13 @@ function format(value, formatString, locale, formats) {
|
|
|
17946
17949
|
case 'fullTime':
|
|
17947
17950
|
options = {
|
|
17948
17951
|
hour: 'numeric',
|
|
17949
|
-
minute: 'numeric'
|
|
17950
|
-
second: 'numeric',
|
|
17951
|
-
hour12: true
|
|
17952
|
+
minute: 'numeric'
|
|
17952
17953
|
};
|
|
17953
17954
|
break;
|
|
17954
17955
|
case 'fullTime12h':
|
|
17955
17956
|
options = {
|
|
17956
17957
|
hour: 'numeric',
|
|
17957
17958
|
minute: 'numeric',
|
|
17958
|
-
second: 'numeric',
|
|
17959
17959
|
hour12: true
|
|
17960
17960
|
};
|
|
17961
17961
|
break;
|
|
@@ -17963,40 +17963,35 @@ function format(value, formatString, locale, formats) {
|
|
|
17963
17963
|
options = {
|
|
17964
17964
|
hour: 'numeric',
|
|
17965
17965
|
minute: 'numeric',
|
|
17966
|
-
second: 'numeric',
|
|
17967
17966
|
hour12: false
|
|
17968
17967
|
};
|
|
17969
17968
|
break;
|
|
17970
17969
|
case 'fullDateTime':
|
|
17971
17970
|
options = {
|
|
17972
17971
|
year: 'numeric',
|
|
17973
|
-
month: '
|
|
17972
|
+
month: 'short',
|
|
17974
17973
|
day: 'numeric',
|
|
17975
17974
|
hour: 'numeric',
|
|
17976
|
-
minute: 'numeric'
|
|
17977
|
-
second: 'numeric',
|
|
17978
|
-
hour12: true
|
|
17975
|
+
minute: 'numeric'
|
|
17979
17976
|
};
|
|
17980
17977
|
break;
|
|
17981
17978
|
case 'fullDateTime12h':
|
|
17982
17979
|
options = {
|
|
17983
17980
|
year: 'numeric',
|
|
17984
|
-
month: '
|
|
17981
|
+
month: 'short',
|
|
17985
17982
|
day: 'numeric',
|
|
17986
17983
|
hour: 'numeric',
|
|
17987
17984
|
minute: 'numeric',
|
|
17988
|
-
second: 'numeric',
|
|
17989
17985
|
hour12: true
|
|
17990
17986
|
};
|
|
17991
17987
|
break;
|
|
17992
17988
|
case 'fullDateTime24h':
|
|
17993
17989
|
options = {
|
|
17994
17990
|
year: 'numeric',
|
|
17995
|
-
month: '
|
|
17991
|
+
month: 'short',
|
|
17996
17992
|
day: 'numeric',
|
|
17997
17993
|
hour: 'numeric',
|
|
17998
17994
|
minute: 'numeric',
|
|
17999
|
-
second: 'numeric',
|
|
18000
17995
|
hour12: false
|
|
18001
17996
|
};
|
|
18002
17997
|
break;
|
|
@@ -18013,11 +18008,9 @@ function format(value, formatString, locale, formats) {
|
|
|
18013
18008
|
month: '2-digit',
|
|
18014
18009
|
day: '2-digit',
|
|
18015
18010
|
hour: 'numeric',
|
|
18016
|
-
minute: 'numeric'
|
|
18017
|
-
second: 'numeric',
|
|
18018
|
-
hour12: false
|
|
18011
|
+
minute: 'numeric'
|
|
18019
18012
|
};
|
|
18020
|
-
|
|
18013
|
+
return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
|
|
18021
18014
|
case 'keyboardDateTime12h':
|
|
18022
18015
|
options = {
|
|
18023
18016
|
year: 'numeric',
|
|
@@ -18025,10 +18018,9 @@ function format(value, formatString, locale, formats) {
|
|
|
18025
18018
|
day: '2-digit',
|
|
18026
18019
|
hour: 'numeric',
|
|
18027
18020
|
minute: 'numeric',
|
|
18028
|
-
second: 'numeric',
|
|
18029
18021
|
hour12: true
|
|
18030
18022
|
};
|
|
18031
|
-
|
|
18023
|
+
return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
|
|
18032
18024
|
case 'keyboardDateTime24h':
|
|
18033
18025
|
options = {
|
|
18034
18026
|
year: 'numeric',
|
|
@@ -18036,10 +18028,9 @@ function format(value, formatString, locale, formats) {
|
|
|
18036
18028
|
day: '2-digit',
|
|
18037
18029
|
hour: 'numeric',
|
|
18038
18030
|
minute: 'numeric',
|
|
18039
|
-
second: 'numeric',
|
|
18040
18031
|
hour12: false
|
|
18041
18032
|
};
|
|
18042
|
-
|
|
18033
|
+
return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
|
|
18043
18034
|
default:
|
|
18044
18035
|
options = customFormat ?? {
|
|
18045
18036
|
timeZone: 'UTC',
|
|
@@ -22478,9 +22469,26 @@ const VDatePicker = genericComponent()({
|
|
|
22478
22469
|
const model = useProxiedModel(props, 'modelValue', undefined, v => wrapInArray(v), v => props.multiple ? v : v[0]);
|
|
22479
22470
|
const viewMode = useProxiedModel(props, 'viewMode');
|
|
22480
22471
|
// const inputMode = useProxiedModel(props, 'inputMode')
|
|
22472
|
+
|
|
22473
|
+
const minDate = computed(() => {
|
|
22474
|
+
const date = adapter.date(props.min);
|
|
22475
|
+
return props.min && adapter.isValid(date) ? date : null;
|
|
22476
|
+
});
|
|
22477
|
+
const maxDate = computed(() => {
|
|
22478
|
+
const date = adapter.date(props.max);
|
|
22479
|
+
return props.max && adapter.isValid(date) ? date : null;
|
|
22480
|
+
});
|
|
22481
22481
|
const internal = computed(() => {
|
|
22482
|
-
const
|
|
22483
|
-
|
|
22482
|
+
const today = adapter.date();
|
|
22483
|
+
let value = today;
|
|
22484
|
+
if (model.value?.[0]) {
|
|
22485
|
+
value = adapter.date(model.value[0]);
|
|
22486
|
+
} else if (minDate.value && adapter.isBefore(today, minDate.value)) {
|
|
22487
|
+
value = minDate.value;
|
|
22488
|
+
} else if (maxDate.value && adapter.isAfter(today, maxDate.value)) {
|
|
22489
|
+
value = maxDate.value;
|
|
22490
|
+
}
|
|
22491
|
+
return value && adapter.isValid(value) ? value : today;
|
|
22484
22492
|
});
|
|
22485
22493
|
const month = ref(Number(props.month ?? adapter.getMonth(adapter.startOfMonth(internal.value))));
|
|
22486
22494
|
const year = ref(Number(props.year ?? adapter.getYear(adapter.startOfYear(adapter.setMonth(internal.value, month.value)))));
|
|
@@ -22500,14 +22508,6 @@ const VDatePicker = genericComponent()({
|
|
|
22500
22508
|
});
|
|
22501
22509
|
// const headerIcon = computed(() => props.inputMode === 'calendar' ? props.keyboardIcon : props.calendarIcon)
|
|
22502
22510
|
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
22511
|
const disabled = computed(() => {
|
|
22512
22512
|
if (props.disabled) return true;
|
|
22513
22513
|
const targets = [];
|
|
@@ -23286,6 +23286,14 @@ const VFileInput = genericComponent()({
|
|
|
23286
23286
|
callEvent(props['onClick:clear'], e);
|
|
23287
23287
|
});
|
|
23288
23288
|
}
|
|
23289
|
+
function onDragover(e) {
|
|
23290
|
+
e.preventDefault();
|
|
23291
|
+
}
|
|
23292
|
+
function onDrop(e) {
|
|
23293
|
+
e.preventDefault();
|
|
23294
|
+
if (!e.dataTransfer) return;
|
|
23295
|
+
model.value = [...(e.dataTransfer.files ?? [])];
|
|
23296
|
+
}
|
|
23289
23297
|
watch(model, newValue => {
|
|
23290
23298
|
const hasModelReset = !Array.isArray(newValue) || !newValue.length;
|
|
23291
23299
|
if (hasModelReset && inputRef.value) {
|
|
@@ -23338,7 +23346,9 @@ const VFileInput = genericComponent()({
|
|
|
23338
23346
|
"dirty": isDirty.value || props.dirty,
|
|
23339
23347
|
"disabled": isDisabled.value,
|
|
23340
23348
|
"focused": isFocused.value,
|
|
23341
|
-
"error": isValid.value === false
|
|
23349
|
+
"error": isValid.value === false,
|
|
23350
|
+
"onDragover": onDragover,
|
|
23351
|
+
"onDrop": onDrop
|
|
23342
23352
|
}), {
|
|
23343
23353
|
...slots,
|
|
23344
23354
|
default: _ref4 => {
|
|
@@ -24821,7 +24831,7 @@ const VOtpInput = genericComponent()({
|
|
|
24821
24831
|
"disabled": props.disabled,
|
|
24822
24832
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
|
24823
24833
|
"min": props.type === 'number' ? 0 : undefined,
|
|
24824
|
-
"maxlength":
|
|
24834
|
+
"maxlength": i === 0 ? length.value : '1',
|
|
24825
24835
|
"placeholder": props.placeholder,
|
|
24826
24836
|
"type": props.type === 'number' ? 'text' : props.type,
|
|
24827
24837
|
"value": model.value[i],
|
|
@@ -28407,7 +28417,7 @@ function createVuetify$1() {
|
|
|
28407
28417
|
goTo
|
|
28408
28418
|
};
|
|
28409
28419
|
}
|
|
28410
|
-
const version$1 = "3.7.
|
|
28420
|
+
const version$1 = "3.7.15";
|
|
28411
28421
|
createVuetify$1.version = version$1;
|
|
28412
28422
|
|
|
28413
28423
|
// Vue's inject() can only be used in setup
|
|
@@ -28432,7 +28442,7 @@ const createVuetify = function () {
|
|
|
28432
28442
|
...options
|
|
28433
28443
|
});
|
|
28434
28444
|
};
|
|
28435
|
-
const version = "3.7.
|
|
28445
|
+
const version = "3.7.15";
|
|
28436
28446
|
createVuetify.version = version;
|
|
28437
28447
|
|
|
28438
28448
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|