@vuetify/nightly 3.8.0-beta.0-dev.2025-03-29 → 3.8.0-dev.2025-04-01
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 +3 -103
- package/dist/json/attributes.json +1548 -1548
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +2774 -2774
- package/dist/vuetify-labs.cjs +20 -26
- package/dist/vuetify-labs.css +4001 -3997
- package/dist/vuetify-labs.d.ts +62 -62
- package/dist/vuetify-labs.esm.js +20 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -17
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3630 -3626
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +15 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +5 -10
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -1
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VInput/VInput.css +11 -11
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +3 -8
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +2 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/util/helpers.d.ts +1 -2
- package/lib/util/helpers.js +1 -11
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -65344,24 +65344,26 @@ declare module 'vue' {
|
|
65344
65344
|
$children?: VNodeChild
|
65345
65345
|
}
|
65346
65346
|
export interface GlobalComponents {
|
65347
|
-
VApp: VApp
|
65348
|
-
VAlert: VAlert
|
65349
|
-
VAlertTitle: VAlertTitle
|
65350
|
-
VBadge: VBadge
|
65351
65347
|
VAppBar: VAppBar
|
65352
65348
|
VAppBarNavIcon: VAppBarNavIcon
|
65353
65349
|
VAppBarTitle: VAppBarTitle
|
65354
|
-
VAvatar: VAvatar
|
65355
65350
|
VAutocomplete: VAutocomplete
|
65356
|
-
|
65357
|
-
|
65358
|
-
|
65351
|
+
VBadge: VBadge
|
65352
|
+
VAvatar: VAvatar
|
65353
|
+
VAlert: VAlert
|
65354
|
+
VAlertTitle: VAlertTitle
|
65355
|
+
VApp: VApp
|
65359
65356
|
VBreadcrumbs: VBreadcrumbs
|
65360
65357
|
VBreadcrumbsItem: VBreadcrumbsItem
|
65361
65358
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
65362
65359
|
VBanner: VBanner
|
65363
65360
|
VBannerActions: VBannerActions
|
65364
65361
|
VBannerText: VBannerText
|
65362
|
+
VBtnGroup: VBtnGroup
|
65363
|
+
VBtn: VBtn
|
65364
|
+
VBottomSheet: VBottomSheet
|
65365
|
+
VCarousel: VCarousel
|
65366
|
+
VCarouselItem: VCarouselItem
|
65365
65367
|
VBtnToggle: VBtnToggle
|
65366
65368
|
VCard: VCard
|
65367
65369
|
VCardActions: VCardActions
|
@@ -65369,54 +65371,50 @@ declare module 'vue' {
|
|
65369
65371
|
VCardSubtitle: VCardSubtitle
|
65370
65372
|
VCardText: VCardText
|
65371
65373
|
VCardTitle: VCardTitle
|
65372
|
-
|
65373
|
-
VCarouselItem: VCarouselItem
|
65374
|
-
VBtnGroup: VBtnGroup
|
65374
|
+
VCode: VCode
|
65375
65375
|
VChip: VChip
|
65376
|
-
VCheckbox: VCheckbox
|
65377
|
-
VCheckboxBtn: VCheckboxBtn
|
65378
65376
|
VChipGroup: VChipGroup
|
65377
|
+
VBottomNavigation: VBottomNavigation
|
65378
|
+
VCounter: VCounter
|
65379
|
+
VDataTable: VDataTable
|
65380
|
+
VDataTableHeaders: VDataTableHeaders
|
65381
|
+
VDataTableFooter: VDataTableFooter
|
65382
|
+
VDataTableRows: VDataTableRows
|
65383
|
+
VDataTableRow: VDataTableRow
|
65384
|
+
VDataTableVirtual: VDataTableVirtual
|
65385
|
+
VDataTableServer: VDataTableServer
|
65379
65386
|
VCombobox: VCombobox
|
65380
|
-
VCode: VCode
|
65381
65387
|
VColorPicker: VColorPicker
|
65382
|
-
|
65388
|
+
VCheckbox: VCheckbox
|
65389
|
+
VCheckboxBtn: VCheckboxBtn
|
65390
|
+
VDivider: VDivider
|
65383
65391
|
VDatePicker: VDatePicker
|
65384
65392
|
VDatePickerControls: VDatePickerControls
|
65385
65393
|
VDatePickerHeader: VDatePickerHeader
|
65386
65394
|
VDatePickerMonth: VDatePickerMonth
|
65387
65395
|
VDatePickerMonths: VDatePickerMonths
|
65388
65396
|
VDatePickerYears: VDatePickerYears
|
65397
|
+
VFileInput: VFileInput
|
65389
65398
|
VEmptyState: VEmptyState
|
65390
|
-
VDataTable: VDataTable
|
65391
|
-
VDataTableHeaders: VDataTableHeaders
|
65392
|
-
VDataTableFooter: VDataTableFooter
|
65393
|
-
VDataTableRows: VDataTableRows
|
65394
|
-
VDataTableRow: VDataTableRow
|
65395
|
-
VDataTableVirtual: VDataTableVirtual
|
65396
|
-
VDataTableServer: VDataTableServer
|
65397
65399
|
VExpansionPanels: VExpansionPanels
|
65398
65400
|
VExpansionPanel: VExpansionPanel
|
65399
65401
|
VExpansionPanelText: VExpansionPanelText
|
65400
65402
|
VExpansionPanelTitle: VExpansionPanelTitle
|
65401
|
-
VField: VField
|
65402
|
-
VFieldLabel: VFieldLabel
|
65403
65403
|
VDialog: VDialog
|
65404
|
-
VFab: VFab
|
65405
|
-
VDivider: VDivider
|
65406
|
-
VFileInput: VFileInput
|
65407
65404
|
VFooter: VFooter
|
65405
|
+
VFab: VFab
|
65408
65406
|
VImg: VImg
|
65407
|
+
VField: VField
|
65408
|
+
VFieldLabel: VFieldLabel
|
65409
65409
|
VIcon: VIcon
|
65410
65410
|
VComponentIcon: VComponentIcon
|
65411
65411
|
VSvgIcon: VSvgIcon
|
65412
65412
|
VLigatureIcon: VLigatureIcon
|
65413
65413
|
VClassIcon: VClassIcon
|
65414
|
-
VItemGroup: VItemGroup
|
65415
|
-
VItem: VItem
|
65416
65414
|
VInput: VInput
|
65417
65415
|
VInfiniteScroll: VInfiniteScroll
|
65418
|
-
|
65419
|
-
|
65416
|
+
VItemGroup: VItemGroup
|
65417
|
+
VItem: VItem
|
65420
65418
|
VList: VList
|
65421
65419
|
VListGroup: VListGroup
|
65422
65420
|
VListImg: VListImg
|
@@ -65426,27 +65424,33 @@ declare module 'vue' {
|
|
65426
65424
|
VListItemSubtitle: VListItemSubtitle
|
65427
65425
|
VListItemTitle: VListItemTitle
|
65428
65426
|
VListSubheader: VListSubheader
|
65429
|
-
|
65427
|
+
VLabel: VLabel
|
65428
|
+
VKbd: VKbd
|
65430
65429
|
VMain: VMain
|
65431
|
-
VMessages: VMessages
|
65432
|
-
VOtpInput: VOtpInput
|
65433
65430
|
VNavigationDrawer: VNavigationDrawer
|
65434
|
-
|
65431
|
+
VMessages: VMessages
|
65435
65432
|
VNumberInput: VNumberInput
|
65433
|
+
VOtpInput: VOtpInput
|
65434
|
+
VMenu: VMenu
|
65436
65435
|
VPagination: VPagination
|
65437
65436
|
VRadioGroup: VRadioGroup
|
65437
|
+
VOverlay: VOverlay
|
65438
65438
|
VProgressCircular: VProgressCircular
|
65439
|
-
VRating: VRating
|
65440
|
-
VSelect: VSelect
|
65441
65439
|
VProgressLinear: VProgressLinear
|
65442
|
-
|
65440
|
+
VRating: VRating
|
65443
65441
|
VSelectionControl: VSelectionControl
|
65444
|
-
|
65445
|
-
VSlider: VSlider
|
65442
|
+
VSelect: VSelect
|
65446
65443
|
VSlideGroup: VSlideGroup
|
65447
65444
|
VSlideGroupItem: VSlideGroupItem
|
65445
|
+
VSelectionControlGroup: VSelectionControlGroup
|
65446
|
+
VSkeletonLoader: VSkeletonLoader
|
65448
65447
|
VSheet: VSheet
|
65449
65448
|
VSnackbar: VSnackbar
|
65449
|
+
VTab: VTab
|
65450
|
+
VTabs: VTabs
|
65451
|
+
VTabsWindow: VTabsWindow
|
65452
|
+
VTabsWindowItem: VTabsWindowItem
|
65453
|
+
VSlider: VSlider
|
65450
65454
|
VStepper: VStepper
|
65451
65455
|
VStepperActions: VStepperActions
|
65452
65456
|
VStepperHeader: VStepperHeader
|
@@ -65454,43 +65458,39 @@ declare module 'vue' {
|
|
65454
65458
|
VStepperWindow: VStepperWindow
|
65455
65459
|
VStepperWindowItem: VStepperWindowItem
|
65456
65460
|
VSwitch: VSwitch
|
65461
|
+
VTextField: VTextField
|
65462
|
+
VTextarea: VTextarea
|
65457
65463
|
VSystemBar: VSystemBar
|
65458
|
-
|
65459
|
-
VTabs: VTabs
|
65460
|
-
VTabsWindow: VTabsWindow
|
65461
|
-
VTabsWindowItem: VTabsWindowItem
|
65464
|
+
VTable: VTable
|
65462
65465
|
VTimeline: VTimeline
|
65463
65466
|
VTimelineItem: VTimelineItem
|
65464
|
-
VTable: VTable
|
65465
|
-
VTextarea: VTextarea
|
65466
|
-
VTooltip: VTooltip
|
65467
|
-
VTextField: VTextField
|
65468
|
-
VWindow: VWindow
|
65469
|
-
VWindowItem: VWindowItem
|
65470
65467
|
VToolbar: VToolbar
|
65471
65468
|
VToolbarTitle: VToolbarTitle
|
65472
65469
|
VToolbarItems: VToolbarItems
|
65473
|
-
|
65474
|
-
|
65470
|
+
VWindow: VWindow
|
65471
|
+
VWindowItem: VWindowItem
|
65472
|
+
VTooltip: VTooltip
|
65475
65473
|
VDataIterator: VDataIterator
|
65474
|
+
VDefaultsProvider: VDefaultsProvider
|
65476
65475
|
VForm: VForm
|
65477
|
-
|
65476
|
+
VConfirmEdit: VConfirmEdit
|
65478
65477
|
VContainer: VContainer
|
65479
65478
|
VCol: VCol
|
65480
65479
|
VRow: VRow
|
65481
65480
|
VSpacer: VSpacer
|
65481
|
+
VHover: VHover
|
65482
|
+
VLocaleProvider: VLocaleProvider
|
65483
|
+
VLazy: VLazy
|
65482
65484
|
VLayout: VLayout
|
65483
65485
|
VLayoutItem: VLayoutItem
|
65484
|
-
VLazy: VLazy
|
65485
|
-
VLocaleProvider: VLocaleProvider
|
65486
65486
|
VNoSsr: VNoSsr
|
65487
65487
|
VParallax: VParallax
|
65488
65488
|
VRadio: VRadio
|
65489
65489
|
VRangeSlider: VRangeSlider
|
65490
65490
|
VResponsive: VResponsive
|
65491
|
-
VSnackbarQueue: VSnackbarQueue
|
65492
65491
|
VSpeedDial: VSpeedDial
|
65493
65492
|
VSparkline: VSparkline
|
65493
|
+
VSnackbarQueue: VSnackbarQueue
|
65494
65494
|
VThemeProvider: VThemeProvider
|
65495
65495
|
VVirtualScroll: VVirtualScroll
|
65496
65496
|
VValidation: VValidation
|
@@ -65516,20 +65516,20 @@ declare module 'vue' {
|
|
65516
65516
|
VCalendarInterval: VCalendarInterval
|
65517
65517
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
65518
65518
|
VCalendarMonthDay: VCalendarMonthDay
|
65519
|
-
VFileUpload: VFileUpload
|
65520
|
-
VFileUploadItem: VFileUploadItem
|
65521
|
-
VIconBtn: VIconBtn
|
65522
65519
|
VPicker: VPicker
|
65523
65520
|
VPickerTitle: VPickerTitle
|
65521
|
+
VIconBtn: VIconBtn
|
65524
65522
|
VStepperVertical: VStepperVertical
|
65525
65523
|
VStepperVerticalItem: VStepperVerticalItem
|
65526
65524
|
VStepperVerticalActions: VStepperVerticalActions
|
65527
|
-
|
65528
|
-
|
65529
|
-
VTimePickerControls: VTimePickerControls
|
65525
|
+
VFileUpload: VFileUpload
|
65526
|
+
VFileUploadItem: VFileUploadItem
|
65530
65527
|
VTreeview: VTreeview
|
65531
65528
|
VTreeviewItem: VTreeviewItem
|
65532
65529
|
VTreeviewGroup: VTreeviewGroup
|
65530
|
+
VTimePicker: VTimePicker
|
65531
|
+
VTimePickerClock: VTimePickerClock
|
65532
|
+
VTimePickerControls: VTimePickerControls
|
65533
65533
|
VDateInput: VDateInput
|
65534
65534
|
VPullToRefresh: VPullToRefresh
|
65535
65535
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.0-
|
2
|
+
* Vuetify v3.8.0-dev.2025-04-01
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -13667,12 +13667,7 @@ const VAutocomplete = genericComponent()({
|
|
13667
13667
|
} else {
|
13668
13668
|
if (!props.multiple && search.value == null) model.value = [];
|
13669
13669
|
menu.value = false;
|
13670
|
-
if (
|
13671
|
-
let {
|
13672
|
-
title
|
13673
|
-
} = _ref3;
|
13674
|
-
return title === search.value;
|
13675
|
-
})) search.value = '';
|
13670
|
+
if (props.multiple || hasSelectionSlot.value) search.value = '';
|
13676
13671
|
selectionIndex.value = -1;
|
13677
13672
|
}
|
13678
13673
|
});
|
@@ -13760,12 +13755,12 @@ const VAutocomplete = genericComponent()({
|
|
13760
13755
|
"items": displayItems.value,
|
13761
13756
|
"itemKey": "value"
|
13762
13757
|
}, {
|
13763
|
-
default:
|
13758
|
+
default: _ref3 => {
|
13764
13759
|
let {
|
13765
13760
|
item,
|
13766
13761
|
index,
|
13767
13762
|
itemRef
|
13768
|
-
} =
|
13763
|
+
} = _ref3;
|
13769
13764
|
const itemProps = mergeProps(item.props, {
|
13770
13765
|
ref: itemRef,
|
13771
13766
|
key: item.value,
|
@@ -13779,10 +13774,10 @@ const VAutocomplete = genericComponent()({
|
|
13779
13774
|
}) ?? createVNode(VListItem, mergeProps(itemProps, {
|
13780
13775
|
"role": "option"
|
13781
13776
|
}), {
|
13782
|
-
prepend:
|
13777
|
+
prepend: _ref4 => {
|
13783
13778
|
let {
|
13784
13779
|
isSelected
|
13785
|
-
} =
|
13780
|
+
} = _ref4;
|
13786
13781
|
return createVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13787
13782
|
"key": item.value,
|
13788
13783
|
"modelValue": isSelected,
|
@@ -16651,7 +16646,7 @@ const VColorPickerPreview = defineComponent({
|
|
16651
16646
|
const abortController = new AbortController();
|
16652
16647
|
onUnmounted(() => abortController.abort());
|
16653
16648
|
async function openEyeDropper() {
|
16654
|
-
if (!SUPPORTS_EYE_DROPPER) return;
|
16649
|
+
if (!SUPPORTS_EYE_DROPPER || props.disabled) return;
|
16655
16650
|
const eyeDropper = new window.EyeDropper();
|
16656
16651
|
try {
|
16657
16652
|
const result = await eyeDropper.open({
|
@@ -16673,10 +16668,11 @@ const VColorPickerPreview = defineComponent({
|
|
16673
16668
|
"class": "v-color-picker-preview__eye-dropper",
|
16674
16669
|
"key": "eyeDropper"
|
16675
16670
|
}, [createVNode(VBtn, {
|
16676
|
-
"
|
16671
|
+
"density": "comfortable",
|
16672
|
+
"disabled": props.disabled,
|
16677
16673
|
"icon": "$eyeDropper",
|
16678
16674
|
"variant": "plain",
|
16679
|
-
"
|
16675
|
+
"onClick": openEyeDropper
|
16680
16676
|
}, null)]), createVNode("div", {
|
16681
16677
|
"class": "v-color-picker-preview__dot"
|
16682
16678
|
}, [createVNode("div", {
|
@@ -23061,7 +23057,9 @@ const VEmptyState = genericComponent()({
|
|
23061
23057
|
VBtn: {
|
23062
23058
|
class: 'v-empty-state__action-btn',
|
23063
23059
|
color: props.color ?? 'surface-variant',
|
23064
|
-
|
23060
|
+
href: props.href,
|
23061
|
+
text: props.actionText,
|
23062
|
+
to: props.to
|
23065
23063
|
}
|
23066
23064
|
}
|
23067
23065
|
}, {
|
@@ -29208,7 +29206,7 @@ function createVuetify$1() {
|
|
29208
29206
|
};
|
29209
29207
|
});
|
29210
29208
|
}
|
29211
|
-
const version$1 = "3.8.0-
|
29209
|
+
const version$1 = "3.8.0-dev.2025-04-01";
|
29212
29210
|
createVuetify$1.version = version$1;
|
29213
29211
|
|
29214
29212
|
// Vue's inject() can only be used in setup
|
@@ -29233,7 +29231,7 @@ const createVuetify = function () {
|
|
29233
29231
|
...options
|
29234
29232
|
});
|
29235
29233
|
};
|
29236
|
-
const version = "3.8.0-
|
29234
|
+
const version = "3.8.0-dev.2025-04-01";
|
29237
29235
|
createVuetify.version = version;
|
29238
29236
|
|
29239
29237
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|