@vuetify/nightly 3.7.19-master.2025-03-29 → 3.7.19-master.2025-03-31
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 +4 -3
- package/dist/json/attributes.json +2352 -2352
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +4453 -4453
- package/dist/vuetify-labs.css +3795 -3795
- package/dist/vuetify-labs.esm.js +7 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4401 -4401
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +7 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -6
- 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/components/VColorPicker/VColorPickerPreview.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67141,42 +67141,47 @@ declare module 'vue' {
|
|
67141
67141
|
}
|
67142
67142
|
export interface GlobalComponents {
|
67143
67143
|
VApp: typeof import('vuetify/components')['VApp']
|
67144
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67145
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67146
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67147
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67148
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67149
67144
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67150
67145
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67151
67146
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67152
|
-
|
67153
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67154
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67147
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67155
67148
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67156
67149
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67157
67150
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67158
|
-
|
67159
|
-
|
67160
|
-
|
67151
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67152
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67153
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67154
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67155
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67156
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67157
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67158
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67161
67159
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67160
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67161
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67162
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67163
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67164
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67162
67165
|
VCard: typeof import('vuetify/components')['VCard']
|
67163
67166
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67164
67167
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67165
67168
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67166
67169
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67167
67170
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67168
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67169
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67170
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67171
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67172
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67173
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67174
67171
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67175
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67176
67172
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67177
67173
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67174
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67175
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67176
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67177
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67178
67178
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67179
|
-
|
67179
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67180
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67181
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67182
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67183
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67184
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67180
67185
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67181
67186
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67182
67187
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67185,33 +67190,28 @@ declare module 'vue' {
|
|
67185
67190
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67186
67191
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67187
67192
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67193
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67194
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67195
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67188
67196
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67189
67197
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67190
67198
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67191
67199
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67192
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67193
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67194
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67195
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67196
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67197
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67198
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67199
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67200
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67201
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67202
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67203
67200
|
VField: typeof import('vuetify/components')['VField']
|
67204
67201
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67205
|
-
|
67202
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67203
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67204
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67205
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67206
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67206
67207
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67207
67208
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67208
67209
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67209
67210
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67210
67211
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67211
|
-
|
67212
|
-
|
67213
|
-
|
67214
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67212
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67213
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67214
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67215
67215
|
VList: typeof import('vuetify/components')['VList']
|
67216
67216
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67217
67217
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67221,70 +67221,70 @@ declare module 'vue' {
|
|
67221
67221
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67222
67222
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67223
67223
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67224
|
-
|
67224
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67225
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67225
67226
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67226
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67227
67227
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67228
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67229
67228
|
VMain: typeof import('vuetify/components')['VMain']
|
67229
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67230
67230
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67231
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67232
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67233
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67234
67231
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67235
|
-
|
67232
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67233
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67236
67234
|
VRating: typeof import('vuetify/components')['VRating']
|
67237
|
-
|
67235
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67236
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67238
67237
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67238
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67239
67239
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67240
67240
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67241
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67242
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67243
67241
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67242
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67244
67243
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67245
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67246
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67247
67244
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67248
|
-
|
67249
|
-
|
67245
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67246
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67247
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
67248
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67249
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67250
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67251
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67252
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67250
67253
|
VTab: typeof import('vuetify/components')['VTab']
|
67251
67254
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67252
67255
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67253
67256
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67254
67257
|
VTable: typeof import('vuetify/components')['VTable']
|
67255
67258
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67256
|
-
|
67259
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67260
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67257
67261
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67258
67262
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67259
67263
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67260
|
-
|
67261
|
-
|
67262
|
-
|
67263
|
-
|
67264
|
-
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67265
|
-
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67266
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67267
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67264
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67265
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67266
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67267
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
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
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67272
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67273
67271
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67274
67272
|
VCol: typeof import('vuetify/components')['VCol']
|
67275
67273
|
VRow: typeof import('vuetify/components')['VRow']
|
67276
67274
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67275
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67276
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67277
67277
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67278
67278
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67279
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67280
67279
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67280
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67281
67281
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67282
67282
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67283
67283
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67284
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67285
67284
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67286
|
-
|
67285
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67287
67286
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67287
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67288
67288
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67289
67289
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67290
67290
|
VValidation: typeof import('vuetify/components')['VValidation']
|
@@ -67312,10 +67312,10 @@ declare module 'vue' {
|
|
67312
67312
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67313
67313
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67314
67314
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67315
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67316
67315
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67317
67316
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67318
67317
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67318
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67319
67319
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67320
67320
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67321
67321
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.19-master.2025-03-
|
2
|
+
* Vuetify v3.7.19-master.2025-03-31
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -16458,7 +16458,7 @@ const VColorPickerPreview = defineComponent({
|
|
16458
16458
|
const abortController = new AbortController();
|
16459
16459
|
onUnmounted(() => abortController.abort());
|
16460
16460
|
async function openEyeDropper() {
|
16461
|
-
if (!SUPPORTS_EYE_DROPPER) return;
|
16461
|
+
if (!SUPPORTS_EYE_DROPPER || props.disabled) return;
|
16462
16462
|
const eyeDropper = new window.EyeDropper();
|
16463
16463
|
try {
|
16464
16464
|
const result = await eyeDropper.open({
|
@@ -16480,10 +16480,11 @@ const VColorPickerPreview = defineComponent({
|
|
16480
16480
|
"class": "v-color-picker-preview__eye-dropper",
|
16481
16481
|
"key": "eyeDropper"
|
16482
16482
|
}, [createVNode(VBtn, {
|
16483
|
-
"
|
16483
|
+
"density": "comfortable",
|
16484
|
+
"disabled": props.disabled,
|
16484
16485
|
"icon": "$eyeDropper",
|
16485
16486
|
"variant": "plain",
|
16486
|
-
"
|
16487
|
+
"onClick": openEyeDropper
|
16487
16488
|
}, null)]), createVNode("div", {
|
16488
16489
|
"class": "v-color-picker-preview__dot"
|
16489
16490
|
}, [createVNode("div", {
|
@@ -28462,7 +28463,7 @@ function createVuetify$1() {
|
|
28462
28463
|
goTo
|
28463
28464
|
};
|
28464
28465
|
}
|
28465
|
-
const version$1 = "3.7.19-master.2025-03-
|
28466
|
+
const version$1 = "3.7.19-master.2025-03-31";
|
28466
28467
|
createVuetify$1.version = version$1;
|
28467
28468
|
|
28468
28469
|
// Vue's inject() can only be used in setup
|
@@ -28487,7 +28488,7 @@ const createVuetify = function () {
|
|
28487
28488
|
...options
|
28488
28489
|
});
|
28489
28490
|
};
|
28490
|
-
const version = "3.7.19-master.2025-03-
|
28491
|
+
const version = "3.7.19-master.2025-03-31";
|
28491
28492
|
createVuetify.version = version;
|
28492
28493
|
|
28493
28494
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|