@vuetify/nightly 3.7.14-master.2025-03-02 → 3.7.14-master.2025-03-04
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/CHANGELOG.md +17 -3
- package/dist/json/attributes.json +3515 -3515
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +6535 -6535
- package/dist/vuetify-labs.css +2741 -2741
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2802 -2802
- package/dist/vuetify.d.ts +63 -63
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +63 -63
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- 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 +9 -9
- 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 +1 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +6 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66957,78 +66957,79 @@ declare module 'vue' {
|
|
66957
66957
|
$children?: VNodeChild
|
66958
66958
|
}
|
66959
66959
|
export interface GlobalComponents {
|
66960
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66960
66961
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66961
66962
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66962
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66963
66963
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66964
66964
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66965
66965
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66966
66966
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66967
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66968
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66969
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66970
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66971
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66972
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66973
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66974
66967
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66975
66968
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66976
66969
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66970
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66971
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66972
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66973
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66974
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66975
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66976
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66977
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66978
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66979
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66977
66980
|
VCard: typeof import('vuetify/components')['VCard']
|
66978
66981
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66979
66982
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66980
66983
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66981
66984
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66982
66985
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66983
|
-
|
66986
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66984
66987
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66985
66988
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66986
|
-
|
66987
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66988
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66989
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66989
66990
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66990
66991
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66991
66992
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66992
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66993
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66994
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66995
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66996
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
66997
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
66998
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66999
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67000
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67001
66993
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67002
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67003
66994
|
VCode: typeof import('vuetify/components')['VCode']
|
67004
|
-
|
67005
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67006
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66995
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67007
66996
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67008
66997
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67009
66998
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67010
66999
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67011
67000
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67012
67001
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67013
|
-
|
67014
|
-
|
67015
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67002
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67003
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67016
67004
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67017
67005
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67018
67006
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67019
67007
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67008
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67009
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67010
|
+
VField: typeof import('vuetify/components')['VField']
|
67011
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67012
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67013
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67014
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67015
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67016
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67017
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67018
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67020
67019
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67021
67020
|
VImg: typeof import('vuetify/components')['VImg']
|
67022
|
-
|
67021
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67023
67022
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67024
67023
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67025
67024
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67026
67025
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67027
67026
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67028
67027
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67029
|
-
|
67028
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67030
67029
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67031
|
-
|
67030
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67031
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67032
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67032
67033
|
VList: typeof import('vuetify/components')['VList']
|
67033
67034
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67034
67035
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67038,70 +67039,69 @@ declare module 'vue' {
|
|
67038
67039
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67039
67040
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67040
67041
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67041
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67042
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67043
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67044
67042
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67045
|
-
|
67046
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67043
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67047
67044
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67045
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67046
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67048
67047
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67049
67048
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67049
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67050
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67051
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67050
67052
|
VRating: typeof import('vuetify/components')['VRating']
|
67051
67053
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67052
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67053
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67054
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67055
67054
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67056
|
-
|
67057
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67055
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67058
67056
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67059
67057
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67058
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67059
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67060
67060
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67061
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67062
67061
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67063
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67064
|
-
VTable: typeof import('vuetify/components')['VTable']
|
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
67062
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67070
67063
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67071
67064
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67072
67065
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67073
67066
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67074
67067
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67068
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67069
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67070
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67071
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67072
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67073
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67074
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67075
67075
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67076
67076
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67077
67077
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67078
|
-
|
67079
|
-
|
67080
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67078
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67079
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67081
67080
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67082
67081
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67083
67082
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67084
|
-
|
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']
|
67089
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67090
67088
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67091
67089
|
VCol: typeof import('vuetify/components')['VCol']
|
67092
67090
|
VRow: typeof import('vuetify/components')['VRow']
|
67093
67091
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67092
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67093
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67094
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67094
67095
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67095
67096
|
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
67101
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67102
67102
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67103
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67104
67103
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67104
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67105
67105
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67106
67106
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67107
67107
|
VValidation: typeof import('vuetify/components')['VValidation']
|
@@ -67121,28 +67121,28 @@ declare module 'vue' {
|
|
67121
67121
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67122
67122
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67123
67123
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67124
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67125
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67126
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67124
67127
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67125
67128
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67126
67129
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67127
67130
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67128
67131
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67129
67132
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67130
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67131
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67132
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67133
67133
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67134
67134
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67135
67135
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67136
67136
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67137
67137
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67138
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67139
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67140
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67138
67141
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67139
67142
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67140
67143
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67141
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67142
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67143
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67144
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67145
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67146
67145
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67146
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67147
67147
|
}
|
67148
67148
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.14-master.2025-03-
|
2
|
+
* Vuetify v3.7.14-master.2025-03-04
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28417,7 +28417,7 @@ function createVuetify$1() {
|
|
28417
28417
|
goTo
|
28418
28418
|
};
|
28419
28419
|
}
|
28420
|
-
const version$1 = "3.7.14-master.2025-03-
|
28420
|
+
const version$1 = "3.7.14-master.2025-03-04";
|
28421
28421
|
createVuetify$1.version = version$1;
|
28422
28422
|
|
28423
28423
|
// Vue's inject() can only be used in setup
|
@@ -28442,7 +28442,7 @@ const createVuetify = function () {
|
|
28442
28442
|
...options
|
28443
28443
|
});
|
28444
28444
|
};
|
28445
|
-
const version = "3.7.14-master.2025-03-
|
28445
|
+
const version = "3.7.14-master.2025-03-04";
|
28446
28446
|
createVuetify.version = version;
|
28447
28447
|
|
28448
28448
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.14-master.2025-03-
|
2
|
+
* Vuetify v3.7.14-master.2025-03-04
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28421,7 +28421,7 @@
|
|
28421
28421
|
goTo
|
28422
28422
|
};
|
28423
28423
|
}
|
28424
|
-
const version$1 = "3.7.14-master.2025-03-
|
28424
|
+
const version$1 = "3.7.14-master.2025-03-04";
|
28425
28425
|
createVuetify$1.version = version$1;
|
28426
28426
|
|
28427
28427
|
// Vue's inject() can only be used in setup
|
@@ -28446,7 +28446,7 @@
|
|
28446
28446
|
...options
|
28447
28447
|
});
|
28448
28448
|
};
|
28449
|
-
const version = "3.7.14-master.2025-03-
|
28449
|
+
const version = "3.7.14-master.2025-03-04";
|
28450
28450
|
createVuetify.version = version;
|
28451
28451
|
|
28452
28452
|
exports.blueprints = index;
|