@vuetify/nightly 3.9.0-master.2025-07-09 → 3.9.0-master.2025-07-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 +13 -3
- package/dist/json/attributes.json +3158 -3158
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +5951 -5951
- package/dist/vuetify-labs.cjs +18 -8
- package/dist/vuetify-labs.css +5319 -5319
- package/dist/vuetify-labs.d.ts +53 -53
- package/dist/vuetify-labs.esm.js +18 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +18 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3411 -3411
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +18 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +491 -483
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VList.js +5 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/composables/layout.js +2 -2
- package/lib/composables/layout.js.map +1 -1
- package/lib/composables/list-items.d.ts +5 -2
- package/lib/composables/list-items.js +9 -3
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +53 -53
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -114150,22 +114150,19 @@ declare module 'vue' {
|
|
114150
114150
|
VAppBar: VAppBar
|
114151
114151
|
VAppBarNavIcon: VAppBarNavIcon
|
114152
114152
|
VAppBarTitle: VAppBarTitle
|
114153
|
-
VAlert: VAlert
|
114154
|
-
VAlertTitle: VAlertTitle
|
114155
114153
|
VApp: VApp
|
114156
114154
|
VAvatar: VAvatar
|
114157
|
-
VAutocomplete: VAutocomplete
|
114158
114155
|
VBadge: VBadge
|
114159
|
-
VBottomNavigation: VBottomNavigation
|
114160
114156
|
VBanner: VBanner
|
114161
114157
|
VBannerActions: VBannerActions
|
114162
114158
|
VBannerText: VBannerText
|
114163
114159
|
VBreadcrumbs: VBreadcrumbs
|
114164
114160
|
VBreadcrumbsItem: VBreadcrumbsItem
|
114165
114161
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114162
|
+
VAutocomplete: VAutocomplete
|
114166
114163
|
VBottomSheet: VBottomSheet
|
114167
|
-
|
114168
|
-
|
114164
|
+
VAlert: VAlert
|
114165
|
+
VAlertTitle: VAlertTitle
|
114169
114166
|
VBtnToggle: VBtnToggle
|
114170
114167
|
VCard: VCard
|
114171
114168
|
VCardActions: VCardActions
|
@@ -114173,16 +114170,21 @@ declare module 'vue' {
|
|
114173
114170
|
VCardSubtitle: VCardSubtitle
|
114174
114171
|
VCardText: VCardText
|
114175
114172
|
VCardTitle: VCardTitle
|
114173
|
+
VBottomNavigation: VBottomNavigation
|
114174
|
+
VChip: VChip
|
114176
114175
|
VBtnGroup: VBtnGroup
|
114176
|
+
VCombobox: VCombobox
|
114177
|
+
VCode: VCode
|
114177
114178
|
VCarousel: VCarousel
|
114178
114179
|
VCarouselItem: VCarouselItem
|
114179
114180
|
VChipGroup: VChipGroup
|
114180
114181
|
VColorPicker: VColorPicker
|
114181
|
-
|
114182
|
-
|
114183
|
-
|
114184
|
-
|
114185
|
-
|
114182
|
+
VDatePicker: VDatePicker
|
114183
|
+
VDatePickerControls: VDatePickerControls
|
114184
|
+
VDatePickerHeader: VDatePickerHeader
|
114185
|
+
VDatePickerMonth: VDatePickerMonth
|
114186
|
+
VDatePickerMonths: VDatePickerMonths
|
114187
|
+
VDatePickerYears: VDatePickerYears
|
114186
114188
|
VDataTable: VDataTable
|
114187
114189
|
VDataTableHeaders: VDataTableHeaders
|
114188
114190
|
VDataTableFooter: VDataTableFooter
|
@@ -114190,37 +114192,33 @@ declare module 'vue' {
|
|
114190
114192
|
VDataTableRow: VDataTableRow
|
114191
114193
|
VDataTableVirtual: VDataTableVirtual
|
114192
114194
|
VDataTableServer: VDataTableServer
|
114193
|
-
VDialog: VDialog
|
114194
|
-
VDatePicker: VDatePicker
|
114195
|
-
VDatePickerControls: VDatePickerControls
|
114196
|
-
VDatePickerHeader: VDatePickerHeader
|
114197
|
-
VDatePickerMonth: VDatePickerMonth
|
114198
|
-
VDatePickerMonths: VDatePickerMonths
|
114199
|
-
VDatePickerYears: VDatePickerYears
|
114200
114195
|
VDivider: VDivider
|
114201
|
-
|
114196
|
+
VCheckbox: VCheckbox
|
114197
|
+
VCheckboxBtn: VCheckboxBtn
|
114198
|
+
VDialog: VDialog
|
114199
|
+
VCounter: VCounter
|
114202
114200
|
VExpansionPanels: VExpansionPanels
|
114203
114201
|
VExpansionPanel: VExpansionPanel
|
114204
114202
|
VExpansionPanelText: VExpansionPanelText
|
114205
114203
|
VExpansionPanelTitle: VExpansionPanelTitle
|
114206
114204
|
VEmptyState: VEmptyState
|
114207
|
-
|
114208
|
-
VFieldLabel: VFieldLabel
|
114209
|
-
VFooter: VFooter
|
114205
|
+
VFab: VFab
|
114210
114206
|
VFileInput: VFileInput
|
114207
|
+
VFooter: VFooter
|
114211
114208
|
VIcon: VIcon
|
114212
114209
|
VComponentIcon: VComponentIcon
|
114213
114210
|
VSvgIcon: VSvgIcon
|
114214
114211
|
VLigatureIcon: VLigatureIcon
|
114215
114212
|
VClassIcon: VClassIcon
|
114213
|
+
VField: VField
|
114214
|
+
VFieldLabel: VFieldLabel
|
114216
114215
|
VImg: VImg
|
114217
|
-
|
114216
|
+
VInput: VInput
|
114218
114217
|
VKbd: VKbd
|
114218
|
+
VInfiniteScroll: VInfiniteScroll
|
114219
114219
|
VLabel: VLabel
|
114220
|
-
VItemGroup: VItemGroup
|
114221
|
-
VItem: VItem
|
114222
|
-
VInput: VInput
|
114223
114220
|
VMain: VMain
|
114221
|
+
VMessages: VMessages
|
114224
114222
|
VList: VList
|
114225
114223
|
VListGroup: VListGroup
|
114226
114224
|
VListImg: VListImg
|
@@ -114230,79 +114228,77 @@ declare module 'vue' {
|
|
114230
114228
|
VListItemSubtitle: VListItemSubtitle
|
114231
114229
|
VListItemTitle: VListItemTitle
|
114232
114230
|
VListSubheader: VListSubheader
|
114233
|
-
VMessages: VMessages
|
114234
|
-
VNumberInput: VNumberInput
|
114235
114231
|
VNavigationDrawer: VNavigationDrawer
|
114236
|
-
VOtpInput: VOtpInput
|
114237
114232
|
VOverlay: VOverlay
|
114233
|
+
VOtpInput: VOtpInput
|
114238
114234
|
VPagination: VPagination
|
114239
114235
|
VProgressLinear: VProgressLinear
|
114240
114236
|
VProgressCircular: VProgressCircular
|
114237
|
+
VRadioGroup: VRadioGroup
|
114241
114238
|
VRating: VRating
|
114242
114239
|
VSelect: VSelect
|
114243
|
-
VRadioGroup: VRadioGroup
|
114244
114240
|
VSelectionControl: VSelectionControl
|
114241
|
+
VSelectionControlGroup: VSelectionControlGroup
|
114242
|
+
VSkeletonLoader: VSkeletonLoader
|
114245
114243
|
VSlideGroup: VSlideGroup
|
114246
114244
|
VSlideGroupItem: VSlideGroupItem
|
114247
|
-
|
114248
|
-
VSelectionControlGroup: VSelectionControlGroup
|
114249
|
-
VSlider: VSlider
|
114245
|
+
VSheet: VSheet
|
114250
114246
|
VSnackbar: VSnackbar
|
114247
|
+
VSlider: VSlider
|
114251
114248
|
VStepper: VStepper
|
114252
114249
|
VStepperActions: VStepperActions
|
114253
114250
|
VStepperHeader: VStepperHeader
|
114254
114251
|
VStepperItem: VStepperItem
|
114255
114252
|
VStepperWindow: VStepperWindow
|
114256
114253
|
VStepperWindowItem: VStepperWindowItem
|
114257
|
-
VSheet: VSheet
|
114258
114254
|
VSwitch: VSwitch
|
114255
|
+
VTextarea: VTextarea
|
114256
|
+
VSystemBar: VSystemBar
|
114257
|
+
VTextField: VTextField
|
114258
|
+
VTable: VTable
|
114259
114259
|
VTab: VTab
|
114260
114260
|
VTabs: VTabs
|
114261
114261
|
VTabsWindow: VTabsWindow
|
114262
114262
|
VTabsWindowItem: VTabsWindowItem
|
114263
|
-
|
114264
|
-
|
114265
|
-
|
114263
|
+
VToolbar: VToolbar
|
114264
|
+
VToolbarTitle: VToolbarTitle
|
114265
|
+
VToolbarItems: VToolbarItems
|
114266
114266
|
VTimeline: VTimeline
|
114267
114267
|
VTimelineItem: VTimelineItem
|
114268
114268
|
VTimePicker: VTimePicker
|
114269
114269
|
VTimePickerClock: VTimePickerClock
|
114270
114270
|
VTimePickerControls: VTimePickerControls
|
114271
|
-
VTextField: VTextField
|
114272
|
-
VTreeview: VTreeview
|
114273
|
-
VTreeviewItem: VTreeviewItem
|
114274
|
-
VTreeviewGroup: VTreeviewGroup
|
114275
114271
|
VTooltip: VTooltip
|
114276
|
-
VToolbar: VToolbar
|
114277
|
-
VToolbarTitle: VToolbarTitle
|
114278
|
-
VToolbarItems: VToolbarItems
|
114279
114272
|
VWindow: VWindow
|
114280
114273
|
VWindowItem: VWindowItem
|
114274
|
+
VTreeview: VTreeview
|
114275
|
+
VTreeviewItem: VTreeviewItem
|
114276
|
+
VTreeviewGroup: VTreeviewGroup
|
114277
|
+
VItemGroup: VItemGroup
|
114278
|
+
VItem: VItem
|
114279
|
+
VMenu: VMenu
|
114280
|
+
VBtn: VBtn
|
114281
114281
|
VConfirmEdit: VConfirmEdit
|
114282
114282
|
VDataIterator: VDataIterator
|
114283
|
+
VNumberInput: VNumberInput
|
114283
114284
|
VDefaultsProvider: VDefaultsProvider
|
114284
|
-
VForm: VForm
|
114285
114285
|
VContainer: VContainer
|
114286
114286
|
VCol: VCol
|
114287
114287
|
VRow: VRow
|
114288
114288
|
VSpacer: VSpacer
|
114289
114289
|
VHover: VHover
|
114290
114290
|
VLazy: VLazy
|
114291
|
-
VLayout: VLayout
|
114292
|
-
VLayoutItem: VLayoutItem
|
114293
|
-
VLocaleProvider: VLocaleProvider
|
114294
|
-
VNoSsr: VNoSsr
|
114295
114291
|
VRadio: VRadio
|
114292
|
+
VNoSsr: VNoSsr
|
114296
114293
|
VParallax: VParallax
|
114297
114294
|
VRangeSlider: VRangeSlider
|
114298
114295
|
VResponsive: VResponsive
|
114299
|
-
VSnackbarQueue: VSnackbarQueue
|
114300
|
-
VSpeedDial: VSpeedDial
|
114301
114296
|
VSparkline: VSparkline
|
114302
|
-
|
114297
|
+
VSpeedDial: VSpeedDial
|
114298
|
+
VSnackbarQueue: VSnackbarQueue
|
114303
114299
|
VThemeProvider: VThemeProvider
|
114304
114300
|
VVirtualScroll: VVirtualScroll
|
114305
|
-
|
114301
|
+
VValidation: VValidation
|
114306
114302
|
VFabTransition: VFabTransition
|
114307
114303
|
VDialogBottomTransition: VDialogBottomTransition
|
114308
114304
|
VDialogTopTransition: VDialogTopTransition
|
@@ -114319,6 +114315,10 @@ declare module 'vue' {
|
|
114319
114315
|
VExpandTransition: VExpandTransition
|
114320
114316
|
VExpandXTransition: VExpandXTransition
|
114321
114317
|
VDialogTransition: VDialogTransition
|
114318
|
+
VLocaleProvider: VLocaleProvider
|
114319
|
+
VLayout: VLayout
|
114320
|
+
VLayoutItem: VLayoutItem
|
114321
|
+
VForm: VForm
|
114322
114322
|
VCalendar: VCalendar
|
114323
114323
|
VCalendarDay: VCalendarDay
|
114324
114324
|
VCalendarHeader: VCalendarHeader
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -1931,7 +1931,7 @@ function createLayout(props) {
|
|
1931
1931
|
};
|
1932
1932
|
if (!isMounted.value) return styles;
|
1933
1933
|
const item = items.value[index.value];
|
1934
|
-
if (!item)
|
1934
|
+
if (!item) consoleWarn(`[Vuetify] Could not find layout item "${id}"`);
|
1935
1935
|
const overlap = computedOverlaps.value.get(id);
|
1936
1936
|
if (overlap) {
|
1937
1937
|
item[overlap.position] += overlap.amount;
|
@@ -9911,12 +9911,16 @@ const makeItemsProps = propsFactory({
|
|
9911
9911
|
returnObject: Boolean,
|
9912
9912
|
valueComparator: Function
|
9913
9913
|
}, 'list-items');
|
9914
|
+
const itemTypes$1 = new Set(['item', 'divider', 'subheader']);
|
9914
9915
|
function transformItem$3(props, item) {
|
9915
9916
|
const title = getPropertyFromItem(item, props.itemTitle, item);
|
9916
9917
|
const value = getPropertyFromItem(item, props.itemValue, title);
|
9917
9918
|
const children = getPropertyFromItem(item, props.itemChildren);
|
9918
|
-
const type = getPropertyFromItem(item, props.itemType, 'item');
|
9919
9919
|
const itemProps = props.itemProps === true ? typeof item === 'object' && item != null && !Array.isArray(item) ? 'children' in item ? omit(item, ['children']) : item : undefined : getPropertyFromItem(item, props.itemProps);
|
9920
|
+
let type = getPropertyFromItem(item, props.itemType, 'item');
|
9921
|
+
if (!itemTypes$1.has(type)) {
|
9922
|
+
type = 'item';
|
9923
|
+
}
|
9920
9924
|
const _props = {
|
9921
9925
|
title,
|
9922
9926
|
value,
|
@@ -9931,8 +9935,10 @@ function transformItem$3(props, item) {
|
|
9931
9935
|
raw: item
|
9932
9936
|
};
|
9933
9937
|
}
|
9938
|
+
transformItem$3.neededProps = ['itemTitle', 'itemValue', 'itemChildren', 'itemProps', 'itemType'];
|
9934
9939
|
function transformItems$3(props, items) {
|
9935
|
-
|
9940
|
+
// avoid reactive access in the loop
|
9941
|
+
const _props = pick(props, transformItem$3.neededProps);
|
9936
9942
|
const array = [];
|
9937
9943
|
for (const item of items) {
|
9938
9944
|
array.push(transformItem$3(_props, item));
|
@@ -9974,7 +9980,7 @@ function useItems(props) {
|
|
9974
9980
|
const _returnObject = props.returnObject;
|
9975
9981
|
const hasValueComparator = !!props.valueComparator;
|
9976
9982
|
const valueComparator = props.valueComparator || deepEqual;
|
9977
|
-
const _props = pick(props,
|
9983
|
+
const _props = pick(props, transformItem$3.neededProps);
|
9978
9984
|
const returnValue = [];
|
9979
9985
|
main: for (const v of value) {
|
9980
9986
|
// When the model value is null, return an InternalItem
|
@@ -10033,12 +10039,16 @@ function useItems(props) {
|
|
10033
10039
|
|
10034
10040
|
// Types
|
10035
10041
|
|
10042
|
+
const itemTypes = new Set(['item', 'divider', 'subheader']);
|
10036
10043
|
function transformItem$2(props, item) {
|
10037
|
-
const type = getPropertyFromItem(item, props.itemType, 'item');
|
10038
10044
|
const title = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemTitle);
|
10039
10045
|
const value = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemValue, undefined);
|
10040
10046
|
const children = getPropertyFromItem(item, props.itemChildren);
|
10041
10047
|
const itemProps = props.itemProps === true ? omit(item, ['children']) : getPropertyFromItem(item, props.itemProps);
|
10048
|
+
let type = getPropertyFromItem(item, props.itemType, 'item');
|
10049
|
+
if (!itemTypes.has(type)) {
|
10050
|
+
type = 'item';
|
10051
|
+
}
|
10042
10052
|
const _props = {
|
10043
10053
|
title,
|
10044
10054
|
value,
|
@@ -33672,7 +33682,7 @@ function createVuetify$1() {
|
|
33672
33682
|
};
|
33673
33683
|
});
|
33674
33684
|
}
|
33675
|
-
const version$1 = "3.9.0-master.2025-07-
|
33685
|
+
const version$1 = "3.9.0-master.2025-07-10";
|
33676
33686
|
createVuetify$1.version = version$1;
|
33677
33687
|
|
33678
33688
|
// Vue's inject() can only be used in setup
|
@@ -33970,7 +33980,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
33970
33980
|
|
33971
33981
|
/* eslint-disable local-rules/sort-imports */
|
33972
33982
|
|
33973
|
-
const version = "3.9.0-master.2025-07-
|
33983
|
+
const version = "3.9.0-master.2025-07-10";
|
33974
33984
|
|
33975
33985
|
/* eslint-disable local-rules/sort-imports */
|
33976
33986
|
|