@vuetify/nightly 3.7.18-master.2025-03-22 → 3.7.18-master.2025-03-25
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 +22 -3
- package/dist/json/attributes.json +3634 -3622
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +6658 -6608
- package/dist/vuetify-labs.css +2562 -2562
- package/dist/vuetify-labs.d.ts +39 -0
- package/dist/vuetify-labs.esm.js +77 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1734 -1734
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/lib/labs/VDateInput/VDateInput.mjs +75 -18
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +43 -0
- package/lib/labs/components.d.mts +43 -4
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67140,26 +67140,26 @@ declare module 'vue' {
|
|
67140
67140
|
$children?: VNodeChild
|
67141
67141
|
}
|
67142
67142
|
export interface GlobalComponents {
|
67143
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67144
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67145
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67143
67146
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67144
67147
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67145
67148
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67146
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67147
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67148
67149
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67150
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67151
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67152
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67153
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67149
67154
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67150
67155
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67151
67156
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67152
|
-
|
67153
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67154
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67157
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67155
67158
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67156
67159
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67157
67160
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67158
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67159
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67160
67161
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67161
|
-
|
67162
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67162
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67163
67163
|
VCard: typeof import('vuetify/components')['VCard']
|
67164
67164
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67165
67165
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -67170,16 +67170,10 @@ declare module 'vue' {
|
|
67170
67170
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67171
67171
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67172
67172
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67173
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67174
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67175
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67176
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67177
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67178
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67179
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67180
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67181
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67182
67173
|
VChip: typeof import('vuetify/components')['VChip']
|
67174
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67175
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67176
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67183
67177
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67184
67178
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67185
67179
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67187,32 +67181,38 @@ declare module 'vue' {
|
|
67187
67181
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67188
67182
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67189
67183
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67190
|
-
|
67184
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67191
67185
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67192
67186
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67193
67187
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67194
67188
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67189
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67190
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67191
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67192
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67193
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67194
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67195
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67196
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67197
|
+
VField: typeof import('vuetify/components')['VField']
|
67198
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67195
67199
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67196
67200
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67197
67201
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67198
67202
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67199
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67200
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67201
67203
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67204
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67205
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67206
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67202
67207
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67203
67208
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67204
67209
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67205
67210
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67206
67211
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67207
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67208
|
-
VField: typeof import('vuetify/components')['VField']
|
67209
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67210
67212
|
VInput: typeof import('vuetify/components')['VInput']
|
67211
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67212
67213
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67213
67214
|
VItem: typeof import('vuetify/components')['VItem']
|
67214
|
-
|
67215
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67215
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67216
67216
|
VList: typeof import('vuetify/components')['VList']
|
67217
67217
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67218
67218
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67222,26 +67222,26 @@ declare module 'vue' {
|
|
67222
67222
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67223
67223
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67224
67224
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67225
|
-
|
67225
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67226
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67226
67227
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67227
|
-
|
67228
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67228
67229
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67229
|
-
|
67230
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67230
67231
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67231
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67232
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67233
67232
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67234
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67235
67233
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67236
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67237
67234
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67238
|
-
|
67239
|
-
|
67240
|
-
|
67235
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67236
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67237
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67241
67238
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67239
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67242
67240
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67243
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67244
67241
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67242
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67243
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67244
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67245
67245
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67246
67246
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67247
67247
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -67249,34 +67249,34 @@ declare module 'vue' {
|
|
67249
67249
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67250
67250
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67251
67251
|
VTable: typeof import('vuetify/components')['VTable']
|
67252
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67252
67253
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67253
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67254
67254
|
VTab: typeof import('vuetify/components')['VTab']
|
67255
67255
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67256
67256
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67257
67257
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67258
|
-
|
67259
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67260
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67258
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67261
67259
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67262
67260
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67263
67261
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67264
67262
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67265
|
-
|
67263
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67266
67264
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67267
67265
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67266
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67267
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67268
67268
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67269
67269
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67270
67270
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67271
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67271
67272
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67272
67273
|
VCol: typeof import('vuetify/components')['VCol']
|
67273
67274
|
VRow: typeof import('vuetify/components')['VRow']
|
67274
67275
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67275
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67276
67276
|
VHover: typeof import('vuetify/components')['VHover']
|
67277
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67277
67278
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67278
67279
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67279
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67280
67280
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67281
67281
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67282
67282
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -67314,18 +67314,18 @@ declare module 'vue' {
|
|
67314
67314
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67315
67315
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67316
67316
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67317
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67318
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67319
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67320
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67321
67317
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67322
67318
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67323
67319
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67320
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67324
67321
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67325
67322
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67326
67323
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67324
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67325
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67326
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67327
67327
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67328
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67329
67328
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67329
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67330
67330
|
}
|
67331
67331
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.18-master.2025-03-
|
2
|
+
* Vuetify v3.7.18-master.2025-03-25
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -158,7 +158,7 @@ function has(obj, key) {
|
|
158
158
|
function pick(obj, paths) {
|
159
159
|
const found = {};
|
160
160
|
for (const key of paths) {
|
161
|
-
if (Object.
|
161
|
+
if (Object.prototype.hasOwnProperty.call(obj, key)) {
|
162
162
|
found[key] = obj[key];
|
163
163
|
}
|
164
164
|
}
|
@@ -28467,7 +28467,7 @@ function createVuetify$1() {
|
|
28467
28467
|
goTo
|
28468
28468
|
};
|
28469
28469
|
}
|
28470
|
-
const version$1 = "3.7.18-master.2025-03-
|
28470
|
+
const version$1 = "3.7.18-master.2025-03-25";
|
28471
28471
|
createVuetify$1.version = version$1;
|
28472
28472
|
|
28473
28473
|
// Vue's inject() can only be used in setup
|
@@ -28492,7 +28492,7 @@ const createVuetify = function () {
|
|
28492
28492
|
...options
|
28493
28493
|
});
|
28494
28494
|
};
|
28495
|
-
const version = "3.7.18-master.2025-03-
|
28495
|
+
const version = "3.7.18-master.2025-03-25";
|
28496
28496
|
createVuetify.version = version;
|
28497
28497
|
|
28498
28498
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|