@vuetify/nightly 3.7.7-master.2025-01-21 → 3.7.7-master.2025-01-22
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 +5 -3
- package/dist/json/attributes.json +3163 -3163
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +5432 -5432
- package/dist/vuetify-labs.css +4213 -4213
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3185 -3185
- package/dist/vuetify.d.ts +56 -56
- 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 +56 -56
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67096,40 +67096,47 @@ declare module 'vue' {
|
|
67096
67096
|
$children?: VNodeChild
|
67097
67097
|
}
|
67098
67098
|
export interface GlobalComponents {
|
67099
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67100
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67101
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67099
67102
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67100
67103
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67101
67104
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67102
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67103
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67104
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67105
67105
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67106
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67107
67106
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67107
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67108
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67108
67109
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67109
67110
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67110
67111
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67111
|
-
|
67112
|
-
|
67112
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67113
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67113
67114
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67114
|
-
|
67115
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67116
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67115
67117
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67116
67118
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67117
67119
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67120
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67121
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67122
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67123
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67118
67124
|
VCard: typeof import('vuetify/components')['VCard']
|
67119
67125
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67120
67126
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67121
67127
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67122
67128
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67123
67129
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67124
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67125
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67126
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67127
67130
|
VChip: typeof import('vuetify/components')['VChip']
|
67128
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67129
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67130
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67131
67131
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67132
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67132
67133
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67134
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67135
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67136
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67137
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67138
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67139
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67133
67140
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67134
67141
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67135
67142
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67137,55 +67144,56 @@ declare module 'vue' {
|
|
67137
67144
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67138
67145
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67139
67146
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67140
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67141
67147
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67142
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67143
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67144
67148
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67145
|
-
|
67146
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67147
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67148
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67149
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67150
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67149
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67151
67150
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67152
67151
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67153
67152
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67154
67153
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67154
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67155
67155
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67156
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67156
67157
|
VFab: typeof import('vuetify/components')['VFab']
|
67157
67158
|
VField: typeof import('vuetify/components')['VField']
|
67158
67159
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67159
|
-
|
67160
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67161
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67160
67162
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67161
67163
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67162
67164
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67163
67165
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67164
67166
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67165
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67166
67167
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67167
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67168
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67169
67168
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67170
67169
|
VItem: typeof import('vuetify/components')['VItem']
|
67171
|
-
|
67170
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67172
67171
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67173
67172
|
VMain: typeof import('vuetify/components')['VMain']
|
67173
|
+
VList: typeof import('vuetify/components')['VList']
|
67174
|
+
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67175
|
+
VListImg: typeof import('vuetify/components')['VListImg']
|
67176
|
+
VListItem: typeof import('vuetify/components')['VListItem']
|
67177
|
+
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
67178
|
+
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
67179
|
+
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67180
|
+
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67181
|
+
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67182
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67183
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67174
67184
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67185
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67186
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67175
67187
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67176
|
-
|
67188
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67177
67189
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67178
67190
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67179
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67180
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67181
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67182
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67183
67191
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67184
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67185
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67186
67192
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67187
|
-
|
67193
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67188
67194
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67195
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67196
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67189
67197
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67190
67198
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67191
67199
|
VStepper: typeof import('vuetify/components')['VStepper']
|
@@ -67197,53 +67205,45 @@ declare module 'vue' {
|
|
67197
67205
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67198
67206
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67199
67207
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67200
|
-
|
67201
|
-
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67202
|
-
VListImg: typeof import('vuetify/components')['VListImg']
|
67203
|
-
VListItem: typeof import('vuetify/components')['VListItem']
|
67204
|
-
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
67205
|
-
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
67206
|
-
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67207
|
-
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67208
|
-
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67209
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67208
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67210
67209
|
VTab: typeof import('vuetify/components')['VTab']
|
67211
67210
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67212
67211
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67213
67212
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67214
|
-
|
67215
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67213
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67216
67214
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67217
67215
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67216
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67218
67217
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67219
67218
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67220
67219
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67221
67220
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67222
67221
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67223
67222
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67223
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67224
67224
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67225
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67226
67225
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67227
|
-
|
67226
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67228
67227
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67229
67228
|
VCol: typeof import('vuetify/components')['VCol']
|
67230
67229
|
VRow: typeof import('vuetify/components')['VRow']
|
67231
67230
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67231
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67232
67232
|
VHover: typeof import('vuetify/components')['VHover']
|
67233
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67233
67234
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67234
67235
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67235
67236
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67236
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67237
67237
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67238
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67239
67238
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67240
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67241
67239
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67240
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67241
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67242
67242
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67243
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67244
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67245
67243
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67244
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67246
67245
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67246
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67247
67247
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67248
67248
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67249
67249
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67260,6 +67260,8 @@ declare module 'vue' {
|
|
67260
67260
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67261
67261
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67262
67262
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67263
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67264
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67263
67265
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67264
67266
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67265
67267
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67269,8 +67271,6 @@ declare module 'vue' {
|
|
67269
67271
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67270
67272
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67271
67273
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67272
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67273
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67274
67274
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67275
67275
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67276
67276
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.7-master.2025-01-
|
2
|
+
* Vuetify v3.7.7-master.2025-01-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28305,7 +28305,7 @@ function createVuetify$1() {
|
|
28305
28305
|
goTo
|
28306
28306
|
};
|
28307
28307
|
}
|
28308
|
-
const version$1 = "3.7.7-master.2025-01-
|
28308
|
+
const version$1 = "3.7.7-master.2025-01-22";
|
28309
28309
|
createVuetify$1.version = version$1;
|
28310
28310
|
|
28311
28311
|
// Vue's inject() can only be used in setup
|
@@ -28330,7 +28330,7 @@ const createVuetify = function () {
|
|
28330
28330
|
...options
|
28331
28331
|
});
|
28332
28332
|
};
|
28333
|
-
const version = "3.7.7-master.2025-01-
|
28333
|
+
const version = "3.7.7-master.2025-01-22";
|
28334
28334
|
createVuetify.version = version;
|
28335
28335
|
|
28336
28336
|
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.7-master.2025-01-
|
2
|
+
* Vuetify v3.7.7-master.2025-01-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28309,7 +28309,7 @@
|
|
28309
28309
|
goTo
|
28310
28310
|
};
|
28311
28311
|
}
|
28312
|
-
const version$1 = "3.7.7-master.2025-01-
|
28312
|
+
const version$1 = "3.7.7-master.2025-01-22";
|
28313
28313
|
createVuetify$1.version = version$1;
|
28314
28314
|
|
28315
28315
|
// Vue's inject() can only be used in setup
|
@@ -28334,7 +28334,7 @@
|
|
28334
28334
|
...options
|
28335
28335
|
});
|
28336
28336
|
};
|
28337
|
-
const version = "3.7.7-master.2025-01-
|
28337
|
+
const version = "3.7.7-master.2025-01-22";
|
28338
28338
|
createVuetify.version = version;
|
28339
28339
|
|
28340
28340
|
exports.blueprints = index;
|