@vuetify/nightly 3.7.5-master.2024-12-11 → 3.7.5-master.2024-12-12
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +4228 -3932
- package/dist/json/importMap-labs.json +20 -12
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +84 -0
- package/dist/json/web-types.json +8499 -7558
- package/dist/vuetify-labs.css +4391 -4318
- package/dist/vuetify-labs.d.ts +1314 -1
- package/dist/vuetify-labs.esm.js +325 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +325 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3206 -3206
- package/dist/vuetify.d.ts +59 -57
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +59 -57
- package/lib/labs/VFileUpload/VFileUpload.css +74 -0
- package/lib/labs/VFileUpload/VFileUpload.mjs +241 -0
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -0
- package/lib/labs/VFileUpload/VFileUpload.sass +75 -0
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +95 -0
- package/lib/labs/VFileUpload/VFileUploadItem.mjs.map +1 -0
- package/lib/labs/VFileUpload/_variables.scss +12 -0
- package/lib/labs/VFileUpload/index.d.mts +1365 -0
- package/lib/labs/VFileUpload/index.mjs +3 -0
- package/lib/labs/VFileUpload/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1348 -37
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +5 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +215 -0
- package/lib/locale/it.mjs +5 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +5 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67100,39 +67100,47 @@ declare module 'vue' {
|
|
67100
67100
|
}
|
67101
67101
|
export interface GlobalComponents {
|
67102
67102
|
VApp: typeof import('vuetify/components')['VApp']
|
67103
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67104
67103
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67105
67104
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67106
67105
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67107
67106
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67107
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67108
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67109
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67110
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67108
67111
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67109
67112
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67110
67113
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67111
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67112
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67113
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67114
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67115
67114
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67116
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67117
67115
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67118
67116
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67119
67117
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67120
|
-
|
67118
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67119
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67120
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67121
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67122
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67123
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67124
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67125
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67126
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67121
67127
|
VCard: typeof import('vuetify/components')['VCard']
|
67122
67128
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67123
67129
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67124
67130
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67125
67131
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67126
67132
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67127
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67128
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67129
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67130
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67131
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67132
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67133
67133
|
VChip: typeof import('vuetify/components')['VChip']
|
67134
|
-
|
67134
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67135
67135
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67136
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67137
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67138
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67139
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67140
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67141
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67142
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67143
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67136
67144
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67137
67145
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67138
67146
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67140,38 +67148,29 @@ declare module 'vue' {
|
|
67140
67148
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67141
67149
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67142
67150
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67143
|
-
|
67144
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67145
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67146
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67147
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67148
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67149
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67150
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67151
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67152
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67151
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67153
67152
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67154
67153
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67155
67154
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67156
67155
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67157
|
-
|
67156
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67157
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67158
67158
|
VField: typeof import('vuetify/components')['VField']
|
67159
67159
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67160
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67160
67161
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67161
|
-
|
67162
|
-
|
67162
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67163
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67164
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67163
67165
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67164
67166
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67165
67167
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67166
67168
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67167
67169
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67168
|
-
|
67169
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67170
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67170
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67171
67171
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67172
67172
|
VItem: typeof import('vuetify/components')['VItem']
|
67173
|
-
|
67174
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67173
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67175
67174
|
VList: typeof import('vuetify/components')['VList']
|
67176
67175
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67177
67176
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67181,72 +67180,73 @@ declare module 'vue' {
|
|
67181
67180
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67182
67181
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67183
67182
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67183
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67184
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67185
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67184
67186
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67185
67187
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67186
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67187
67188
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67188
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67189
67189
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67190
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67191
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67192
67190
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67193
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67194
67191
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67192
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67193
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67194
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67195
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67196
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67195
67197
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67196
67198
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67197
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67198
67199
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67199
67200
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67200
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67201
67201
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67202
|
-
|
67202
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67203
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67204
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67205
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67203
67206
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67204
67207
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67205
67208
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67206
67209
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67207
67210
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67208
67211
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67209
|
-
|
67212
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67213
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67214
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67215
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67216
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67217
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67210
67218
|
VTab: typeof import('vuetify/components')['VTab']
|
67211
67219
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67212
67220
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67213
67221
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67214
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67215
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67216
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67217
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67218
67222
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67219
67223
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67220
|
-
|
67221
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67222
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67223
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67224
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67224
67225
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67225
67226
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67226
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67227
67227
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67228
67228
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67229
67229
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67230
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67231
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67230
67232
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67231
67233
|
VCol: typeof import('vuetify/components')['VCol']
|
67232
67234
|
VRow: typeof import('vuetify/components')['VRow']
|
67233
67235
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67234
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67235
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67236
67236
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67237
67237
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67238
67238
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67239
67239
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67240
67240
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67241
67241
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67242
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67243
67242
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67244
67243
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67244
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67245
67245
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67246
67246
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67247
67247
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67248
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67249
67248
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67249
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67250
67250
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67251
67251
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67252
67252
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67263,21 +67263,23 @@ declare module 'vue' {
|
|
67263
67263
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67264
67264
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67265
67265
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67266
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67267
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67268
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67269
67266
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67270
67267
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67271
67268
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67272
67269
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67273
67270
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67274
67271
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67272
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67273
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67275
67274
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67276
67275
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67277
67276
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67277
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67278
67278
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67279
67279
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67280
67280
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67281
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67282
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67281
67283
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67282
67284
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67283
67285
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.5-master.2024-12-
|
2
|
+
* Vuetify v3.7.5-master.2024-12-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -1767,7 +1767,8 @@ const aliases = {
|
|
1767
1767
|
calendar: 'mdi-calendar',
|
1768
1768
|
treeviewCollapse: 'mdi-menu-down',
|
1769
1769
|
treeviewExpand: 'mdi-menu-right',
|
1770
|
-
eyeDropper: 'mdi-eyedropper'
|
1770
|
+
eyeDropper: 'mdi-eyedropper',
|
1771
|
+
upload: 'mdi-cloud-upload'
|
1771
1772
|
};
|
1772
1773
|
const mdi = {
|
1773
1774
|
// Not using mergeProps here, functional components merge props by default (?)
|
@@ -2471,6 +2472,11 @@ var en = {
|
|
2471
2472
|
counter: '{0} files',
|
2472
2473
|
counterSize: '{0} files ({1} in total)'
|
2473
2474
|
},
|
2475
|
+
fileUpload: {
|
2476
|
+
title: 'Drag and drop files here',
|
2477
|
+
divider: 'or',
|
2478
|
+
browse: 'Browse Files'
|
2479
|
+
},
|
2474
2480
|
timePicker: {
|
2475
2481
|
am: 'AM',
|
2476
2482
|
pm: 'PM',
|
@@ -28266,7 +28272,7 @@ function createVuetify$1() {
|
|
28266
28272
|
goTo
|
28267
28273
|
};
|
28268
28274
|
}
|
28269
|
-
const version$1 = "3.7.5-master.2024-12-
|
28275
|
+
const version$1 = "3.7.5-master.2024-12-12";
|
28270
28276
|
createVuetify$1.version = version$1;
|
28271
28277
|
|
28272
28278
|
// Vue's inject() can only be used in setup
|
@@ -28291,7 +28297,7 @@ const createVuetify = function () {
|
|
28291
28297
|
...options
|
28292
28298
|
});
|
28293
28299
|
};
|
28294
|
-
const version = "3.7.5-master.2024-12-
|
28300
|
+
const version = "3.7.5-master.2024-12-12";
|
28295
28301
|
createVuetify.version = version;
|
28296
28302
|
|
28297
28303
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|