@vuetify/nightly 3.8.8-master.2025-06-08 → 3.8.8-master.2025-06-10
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 +6 -3
- package/dist/json/attributes.json +2963 -2963
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5784 -5784
- package/dist/vuetify-labs.cjs +11 -11
- package/dist/vuetify-labs.css +3689 -3689
- package/dist/vuetify-labs.d.ts +61 -61
- package/dist/vuetify-labs.esm.js +12 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +11 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2210 -2210
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +12 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +915 -916
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -5
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.js +1 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +1 -1
- package/lib/util/helpers.js +0 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -101795,48 +101795,41 @@ declare module 'vue' {
|
|
101795
101795
|
$children?: VNodeChild
|
101796
101796
|
}
|
101797
101797
|
export interface GlobalComponents {
|
101798
|
-
VApp: VApp
|
101799
101798
|
VAppBar: VAppBar
|
101800
101799
|
VAppBarNavIcon: VAppBarNavIcon
|
101801
101800
|
VAppBarTitle: VAppBarTitle
|
101802
|
-
|
101801
|
+
VApp: VApp
|
101803
101802
|
VAlert: VAlert
|
101804
101803
|
VAlertTitle: VAlertTitle
|
101805
|
-
VAvatar: VAvatar
|
101806
101804
|
VBanner: VBanner
|
101807
101805
|
VBannerActions: VBannerActions
|
101808
101806
|
VBannerText: VBannerText
|
101809
|
-
|
101807
|
+
VAvatar: VAvatar
|
101808
|
+
VAutocomplete: VAutocomplete
|
101809
|
+
VBtn: VBtn
|
101810
101810
|
VBadge: VBadge
|
101811
|
+
VBottomNavigation: VBottomNavigation
|
101811
101812
|
VBreadcrumbs: VBreadcrumbs
|
101812
101813
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101813
101814
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101814
|
-
VBottomNavigation: VBottomNavigation
|
101815
101815
|
VBtnGroup: VBtnGroup
|
101816
|
-
|
101817
|
-
VCarousel: VCarousel
|
101818
|
-
VCarouselItem: VCarouselItem
|
101819
|
-
VBtn: VBtn
|
101820
|
-
VChipGroup: VChipGroup
|
101821
|
-
VChip: VChip
|
101822
|
-
VCheckbox: VCheckbox
|
101823
|
-
VCheckboxBtn: VCheckboxBtn
|
101816
|
+
VBottomSheet: VBottomSheet
|
101824
101817
|
VCard: VCard
|
101825
101818
|
VCardActions: VCardActions
|
101826
101819
|
VCardItem: VCardItem
|
101827
101820
|
VCardSubtitle: VCardSubtitle
|
101828
101821
|
VCardText: VCardText
|
101829
101822
|
VCardTitle: VCardTitle
|
101823
|
+
VBtnToggle: VBtnToggle
|
101824
|
+
VCarousel: VCarousel
|
101825
|
+
VCarouselItem: VCarouselItem
|
101826
|
+
VChip: VChip
|
101827
|
+
VCheckbox: VCheckbox
|
101828
|
+
VCheckboxBtn: VCheckboxBtn
|
101829
|
+
VCombobox: VCombobox
|
101830
|
+
VChipGroup: VChipGroup
|
101830
101831
|
VCode: VCode
|
101831
101832
|
VColorPicker: VColorPicker
|
101832
|
-
VDataTable: VDataTable
|
101833
|
-
VDataTableHeaders: VDataTableHeaders
|
101834
|
-
VDataTableFooter: VDataTableFooter
|
101835
|
-
VDataTableRows: VDataTableRows
|
101836
|
-
VDataTableRow: VDataTableRow
|
101837
|
-
VDataTableVirtual: VDataTableVirtual
|
101838
|
-
VDataTableServer: VDataTableServer
|
101839
|
-
VCombobox: VCombobox
|
101840
101833
|
VDatePicker: VDatePicker
|
101841
101834
|
VDatePickerControls: VDatePickerControls
|
101842
101835
|
VDatePickerHeader: VDatePickerHeader
|
@@ -101845,17 +101838,25 @@ declare module 'vue' {
|
|
101845
101838
|
VDatePickerYears: VDatePickerYears
|
101846
101839
|
VCounter: VCounter
|
101847
101840
|
VDialog: VDialog
|
101848
|
-
|
101841
|
+
VDataTable: VDataTable
|
101842
|
+
VDataTableHeaders: VDataTableHeaders
|
101843
|
+
VDataTableFooter: VDataTableFooter
|
101844
|
+
VDataTableRows: VDataTableRows
|
101845
|
+
VDataTableRow: VDataTableRow
|
101846
|
+
VDataTableVirtual: VDataTableVirtual
|
101847
|
+
VDataTableServer: VDataTableServer
|
101849
101848
|
VDivider: VDivider
|
101849
|
+
VEmptyState: VEmptyState
|
101850
101850
|
VExpansionPanels: VExpansionPanels
|
101851
101851
|
VExpansionPanel: VExpansionPanel
|
101852
101852
|
VExpansionPanelText: VExpansionPanelText
|
101853
101853
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101854
101854
|
VFab: VFab
|
101855
|
-
VFileInput: VFileInput
|
101856
|
-
VFooter: VFooter
|
101857
101855
|
VField: VField
|
101858
101856
|
VFieldLabel: VFieldLabel
|
101857
|
+
VFileInput: VFileInput
|
101858
|
+
VInfiniteScroll: VInfiniteScroll
|
101859
|
+
VFooter: VFooter
|
101859
101860
|
VIcon: VIcon
|
101860
101861
|
VComponentIcon: VComponentIcon
|
101861
101862
|
VSvgIcon: VSvgIcon
|
@@ -101863,11 +101864,9 @@ declare module 'vue' {
|
|
101863
101864
|
VClassIcon: VClassIcon
|
101864
101865
|
VImg: VImg
|
101865
101866
|
VInput: VInput
|
101866
|
-
|
101867
|
-
VKbd: VKbd
|
101867
|
+
VLabel: VLabel
|
101868
101868
|
VItemGroup: VItemGroup
|
101869
101869
|
VItem: VItem
|
101870
|
-
VLabel: VLabel
|
101871
101870
|
VList: VList
|
101872
101871
|
VListGroup: VListGroup
|
101873
101872
|
VListImg: VListImg
|
@@ -101877,27 +101876,28 @@ declare module 'vue' {
|
|
101877
101876
|
VListItemSubtitle: VListItemSubtitle
|
101878
101877
|
VListItemTitle: VListItemTitle
|
101879
101878
|
VListSubheader: VListSubheader
|
101879
|
+
VKbd: VKbd
|
101880
|
+
VMenu: VMenu
|
101880
101881
|
VMain: VMain
|
101881
101882
|
VMessages: VMessages
|
101882
|
-
VMenu: VMenu
|
101883
|
-
VNumberInput: VNumberInput
|
101884
|
-
VNavigationDrawer: VNavigationDrawer
|
101885
101883
|
VOtpInput: VOtpInput
|
101884
|
+
VPagination: VPagination
|
101885
|
+
VNavigationDrawer: VNavigationDrawer
|
101886
|
+
VNumberInput: VNumberInput
|
101886
101887
|
VProgressLinear: VProgressLinear
|
101887
101888
|
VOverlay: VOverlay
|
101888
|
-
VPagination: VPagination
|
101889
|
-
VSelect: VSelect
|
101890
101889
|
VProgressCircular: VProgressCircular
|
101890
|
+
VSelect: VSelect
|
101891
101891
|
VRadioGroup: VRadioGroup
|
101892
101892
|
VRating: VRating
|
101893
101893
|
VSelectionControlGroup: VSelectionControlGroup
|
101894
|
-
VSlideGroup: VSlideGroup
|
101895
|
-
VSlideGroupItem: VSlideGroupItem
|
101896
|
-
VSheet: VSheet
|
101897
101894
|
VSelectionControl: VSelectionControl
|
101898
|
-
|
101895
|
+
VSheet: VSheet
|
101899
101896
|
VSlider: VSlider
|
101897
|
+
VSkeletonLoader: VSkeletonLoader
|
101900
101898
|
VSnackbar: VSnackbar
|
101899
|
+
VSlideGroup: VSlideGroup
|
101900
|
+
VSlideGroupItem: VSlideGroupItem
|
101901
101901
|
VStepper: VStepper
|
101902
101902
|
VStepperActions: VStepperActions
|
101903
101903
|
VStepperHeader: VStepperHeader
|
@@ -101905,41 +101905,46 @@ declare module 'vue' {
|
|
101905
101905
|
VStepperWindow: VStepperWindow
|
101906
101906
|
VStepperWindowItem: VStepperWindowItem
|
101907
101907
|
VSwitch: VSwitch
|
101908
|
-
VTable: VTable
|
101909
|
-
VSystemBar: VSystemBar
|
101910
|
-
VTextarea: VTextarea
|
101911
101908
|
VTextField: VTextField
|
101912
101909
|
VTab: VTab
|
101913
101910
|
VTabs: VTabs
|
101914
101911
|
VTabsWindow: VTabsWindow
|
101915
101912
|
VTabsWindowItem: VTabsWindowItem
|
101913
|
+
VTable: VTable
|
101914
|
+
VSystemBar: VSystemBar
|
101916
101915
|
VTimeline: VTimeline
|
101917
101916
|
VTimelineItem: VTimelineItem
|
101918
|
-
|
101917
|
+
VTextarea: VTextarea
|
101919
101918
|
VToolbar: VToolbar
|
101920
101919
|
VToolbarTitle: VToolbarTitle
|
101921
101920
|
VToolbarItems: VToolbarItems
|
101922
101921
|
VWindow: VWindow
|
101923
101922
|
VWindowItem: VWindowItem
|
101923
|
+
VTooltip: VTooltip
|
101924
|
+
VDataIterator: VDataIterator
|
101924
101925
|
VConfirmEdit: VConfirmEdit
|
101925
101926
|
VDefaultsProvider: VDefaultsProvider
|
101926
|
-
|
101927
|
-
|
101927
|
+
VContainer: VContainer
|
101928
|
+
VCol: VCol
|
101929
|
+
VRow: VRow
|
101930
|
+
VSpacer: VSpacer
|
101928
101931
|
VHover: VHover
|
101932
|
+
VForm: VForm
|
101929
101933
|
VLayout: VLayout
|
101930
101934
|
VLayoutItem: VLayoutItem
|
101931
|
-
VLocaleProvider: VLocaleProvider
|
101932
101935
|
VLazy: VLazy
|
101936
|
+
VLocaleProvider: VLocaleProvider
|
101933
101937
|
VNoSsr: VNoSsr
|
101934
101938
|
VParallax: VParallax
|
101935
101939
|
VRadio: VRadio
|
101936
|
-
VRangeSlider: VRangeSlider
|
101937
101940
|
VResponsive: VResponsive
|
101938
|
-
|
101941
|
+
VRangeSlider: VRangeSlider
|
101942
|
+
VSnackbarQueue: VSnackbarQueue
|
101939
101943
|
VSparkline: VSparkline
|
101944
|
+
VSpeedDial: VSpeedDial
|
101940
101945
|
VThemeProvider: VThemeProvider
|
101941
|
-
VVirtualScroll: VVirtualScroll
|
101942
101946
|
VValidation: VValidation
|
101947
|
+
VVirtualScroll: VVirtualScroll
|
101943
101948
|
VFabTransition: VFabTransition
|
101944
101949
|
VDialogBottomTransition: VDialogBottomTransition
|
101945
101950
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101956,33 +101961,28 @@ declare module 'vue' {
|
|
101956
101961
|
VExpandTransition: VExpandTransition
|
101957
101962
|
VExpandXTransition: VExpandXTransition
|
101958
101963
|
VDialogTransition: VDialogTransition
|
101959
|
-
|
101960
|
-
|
101961
|
-
|
101962
|
-
VSpacer: VSpacer
|
101963
|
-
VSnackbarQueue: VSnackbarQueue
|
101964
|
+
VColorInput: VColorInput
|
101965
|
+
VFileUpload: VFileUpload
|
101966
|
+
VFileUploadItem: VFileUploadItem
|
101964
101967
|
VCalendar: VCalendar
|
101965
101968
|
VCalendarDay: VCalendarDay
|
101966
101969
|
VCalendarHeader: VCalendarHeader
|
101967
101970
|
VCalendarInterval: VCalendarInterval
|
101968
101971
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101969
101972
|
VCalendarMonthDay: VCalendarMonthDay
|
101970
|
-
|
101971
|
-
|
101972
|
-
VIconBtn: VIconBtn
|
101973
|
-
VColorInput: VColorInput
|
101973
|
+
VPicker: VPicker
|
101974
|
+
VPickerTitle: VPickerTitle
|
101974
101975
|
VStepperVertical: VStepperVertical
|
101975
101976
|
VStepperVerticalItem: VStepperVerticalItem
|
101976
101977
|
VStepperVerticalActions: VStepperVerticalActions
|
101977
|
-
VPicker: VPicker
|
101978
|
-
VPickerTitle: VPickerTitle
|
101979
|
-
VTreeview: VTreeview
|
101980
|
-
VTreeviewItem: VTreeviewItem
|
101981
|
-
VTreeviewGroup: VTreeviewGroup
|
101982
101978
|
VTimePicker: VTimePicker
|
101983
101979
|
VTimePickerClock: VTimePickerClock
|
101984
101980
|
VTimePickerControls: VTimePickerControls
|
101985
|
-
|
101981
|
+
VIconBtn: VIconBtn
|
101982
|
+
VTreeview: VTreeview
|
101983
|
+
VTreeviewItem: VTreeviewItem
|
101984
|
+
VTreeviewGroup: VTreeviewGroup
|
101986
101985
|
VPullToRefresh: VPullToRefresh
|
101986
|
+
VDateInput: VDateInput
|
101987
101987
|
}
|
101988
101988
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.8-master.2025-06-
|
2
|
+
* Vuetify v3.8.8-master.2025-06-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
6
6
|
|
7
|
-
import { shallowRef, reactive, watchEffect, toRef, capitalize,
|
7
|
+
import { shallowRef, reactive, watchEffect, toRef, capitalize, unref, Fragment, camelize, isVNode, Comment, warn, getCurrentInstance as getCurrentInstance$1, ref, computed, provide, inject as inject$1, defineComponent as defineComponent$1, h, onBeforeUnmount, watch, readonly, onMounted, useId, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, createElementVNode, normalizeStyle, normalizeClass, createVNode, TransitionGroup, Transition, mergeProps, toRefs, toValue, isRef, onBeforeMount, nextTick, withDirectives, vShow, onUpdated, Text, resolveDynamicComponent, toDisplayString, markRaw, Teleport, cloneVNode, createTextVNode, normalizeProps, guardReactiveProps, onUnmounted, onBeforeUpdate, withModifiers, vModelText, resolveComponent, render } from 'vue';
|
8
8
|
|
9
9
|
// Types
|
10
10
|
// eslint-disable-line vue/prefer-import-from-vue
|
@@ -603,7 +603,6 @@ function extractNumber(text, decimalDigitsLimit) {
|
|
603
603
|
return cleanText;
|
604
604
|
}
|
605
605
|
function camelizeProps(props) {
|
606
|
-
if (!props) return;
|
607
606
|
const out = {};
|
608
607
|
for (const prop in props) {
|
609
608
|
out[camelize(prop)] = props[prop];
|
@@ -9586,7 +9585,7 @@ function transformItem$3(props, item) {
|
|
9586
9585
|
const _props = {
|
9587
9586
|
title,
|
9588
9587
|
value,
|
9589
|
-
...
|
9588
|
+
...itemProps
|
9590
9589
|
};
|
9591
9590
|
return {
|
9592
9591
|
title: String(_props.title ?? ''),
|
@@ -13053,6 +13052,7 @@ const VSelect = genericComponent()({
|
|
13053
13052
|
index,
|
13054
13053
|
itemRef
|
13055
13054
|
} = _ref2;
|
13055
|
+
const camelizedProps = camelizeProps(item.props);
|
13056
13056
|
const itemProps = mergeProps(item.props, {
|
13057
13057
|
ref: itemRef,
|
13058
13058
|
key: item.value,
|
@@ -13074,10 +13074,10 @@ const VSelect = genericComponent()({
|
|
13074
13074
|
"modelValue": isSelected,
|
13075
13075
|
"ripple": false,
|
13076
13076
|
"tabindex": "-1"
|
13077
|
-
}, null) : undefined,
|
13078
|
-
"image":
|
13079
|
-
}, null),
|
13080
|
-
"icon":
|
13077
|
+
}, null) : undefined, camelizedProps.prependAvatar && createVNode(VAvatar, {
|
13078
|
+
"image": camelizedProps.prependAvatar
|
13079
|
+
}, null), camelizedProps.prependIcon && createVNode(VIcon, {
|
13080
|
+
"icon": camelizedProps.prependIcon
|
13081
13081
|
}, null)]);
|
13082
13082
|
}
|
13083
13083
|
});
|
@@ -17525,7 +17525,7 @@ function getWeek(date, locale, firstDayOfWeek, firstWeekMinSize) {
|
|
17525
17525
|
const yearStart = new Date(year, 0, 1);
|
17526
17526
|
const size = firstWeekSize(year);
|
17527
17527
|
const d1w1 = size >= minWeekSize ? addDays(yearStart, size - 7) : addDays(yearStart, size);
|
17528
|
-
return 1 + getDiff(date, d1w1, 'weeks');
|
17528
|
+
return 1 + getDiff(endOfDay(date), startOfDay(d1w1), 'weeks');
|
17529
17529
|
}
|
17530
17530
|
function getDate(date) {
|
17531
17531
|
return date.getDate();
|
@@ -17829,7 +17829,7 @@ function createDate(options, locale) {
|
|
17829
17829
|
};
|
17830
17830
|
}
|
17831
17831
|
function createDateRange(adapter, start, stop) {
|
17832
|
-
const diff = adapter.getDiff(stop ?? start, start, 'days');
|
17832
|
+
const diff = adapter.getDiff(adapter.endOfDay(stop ?? start), adapter.startOfDay(start), 'days');
|
17833
17833
|
const datesInRange = [start];
|
17834
17834
|
for (let i = 1; i < diff; i++) {
|
17835
17835
|
const nextDate = adapter.addDays(start, i);
|
@@ -32149,7 +32149,7 @@ function createVuetify$1() {
|
|
32149
32149
|
};
|
32150
32150
|
});
|
32151
32151
|
}
|
32152
|
-
const version$1 = "3.8.8-master.2025-06-
|
32152
|
+
const version$1 = "3.8.8-master.2025-06-10";
|
32153
32153
|
createVuetify$1.version = version$1;
|
32154
32154
|
|
32155
32155
|
// Vue's inject() can only be used in setup
|
@@ -32447,7 +32447,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32447
32447
|
|
32448
32448
|
/* eslint-disable local-rules/sort-imports */
|
32449
32449
|
|
32450
|
-
const version = "3.8.8-master.2025-06-
|
32450
|
+
const version = "3.8.8-master.2025-06-10";
|
32451
32451
|
|
32452
32452
|
/* eslint-disable local-rules/sort-imports */
|
32453
32453
|
|