@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.d.ts
CHANGED
@@ -93576,22 +93576,19 @@ declare module 'vue' {
|
|
93576
93576
|
VAppBar: VAppBar
|
93577
93577
|
VAppBarNavIcon: VAppBarNavIcon
|
93578
93578
|
VAppBarTitle: VAppBarTitle
|
93579
|
-
VAlert: VAlert
|
93580
|
-
VAlertTitle: VAlertTitle
|
93581
93579
|
VApp: VApp
|
93582
93580
|
VAvatar: VAvatar
|
93583
|
-
VAutocomplete: VAutocomplete
|
93584
93581
|
VBadge: VBadge
|
93585
|
-
VBottomNavigation: VBottomNavigation
|
93586
93582
|
VBanner: VBanner
|
93587
93583
|
VBannerActions: VBannerActions
|
93588
93584
|
VBannerText: VBannerText
|
93589
93585
|
VBreadcrumbs: VBreadcrumbs
|
93590
93586
|
VBreadcrumbsItem: VBreadcrumbsItem
|
93591
93587
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93588
|
+
VAutocomplete: VAutocomplete
|
93592
93589
|
VBottomSheet: VBottomSheet
|
93593
|
-
|
93594
|
-
|
93590
|
+
VAlert: VAlert
|
93591
|
+
VAlertTitle: VAlertTitle
|
93595
93592
|
VBtnToggle: VBtnToggle
|
93596
93593
|
VCard: VCard
|
93597
93594
|
VCardActions: VCardActions
|
@@ -93599,16 +93596,21 @@ declare module 'vue' {
|
|
93599
93596
|
VCardSubtitle: VCardSubtitle
|
93600
93597
|
VCardText: VCardText
|
93601
93598
|
VCardTitle: VCardTitle
|
93599
|
+
VBottomNavigation: VBottomNavigation
|
93600
|
+
VChip: VChip
|
93602
93601
|
VBtnGroup: VBtnGroup
|
93602
|
+
VCombobox: VCombobox
|
93603
|
+
VCode: VCode
|
93603
93604
|
VCarousel: VCarousel
|
93604
93605
|
VCarouselItem: VCarouselItem
|
93605
93606
|
VChipGroup: VChipGroup
|
93606
93607
|
VColorPicker: VColorPicker
|
93607
|
-
|
93608
|
-
|
93609
|
-
|
93610
|
-
|
93611
|
-
|
93608
|
+
VDatePicker: VDatePicker
|
93609
|
+
VDatePickerControls: VDatePickerControls
|
93610
|
+
VDatePickerHeader: VDatePickerHeader
|
93611
|
+
VDatePickerMonth: VDatePickerMonth
|
93612
|
+
VDatePickerMonths: VDatePickerMonths
|
93613
|
+
VDatePickerYears: VDatePickerYears
|
93612
93614
|
VDataTable: VDataTable
|
93613
93615
|
VDataTableHeaders: VDataTableHeaders
|
93614
93616
|
VDataTableFooter: VDataTableFooter
|
@@ -93616,37 +93618,33 @@ declare module 'vue' {
|
|
93616
93618
|
VDataTableRow: VDataTableRow
|
93617
93619
|
VDataTableVirtual: VDataTableVirtual
|
93618
93620
|
VDataTableServer: VDataTableServer
|
93619
|
-
VDialog: VDialog
|
93620
|
-
VDatePicker: VDatePicker
|
93621
|
-
VDatePickerControls: VDatePickerControls
|
93622
|
-
VDatePickerHeader: VDatePickerHeader
|
93623
|
-
VDatePickerMonth: VDatePickerMonth
|
93624
|
-
VDatePickerMonths: VDatePickerMonths
|
93625
|
-
VDatePickerYears: VDatePickerYears
|
93626
93621
|
VDivider: VDivider
|
93627
|
-
|
93622
|
+
VCheckbox: VCheckbox
|
93623
|
+
VCheckboxBtn: VCheckboxBtn
|
93624
|
+
VDialog: VDialog
|
93625
|
+
VCounter: VCounter
|
93628
93626
|
VExpansionPanels: VExpansionPanels
|
93629
93627
|
VExpansionPanel: VExpansionPanel
|
93630
93628
|
VExpansionPanelText: VExpansionPanelText
|
93631
93629
|
VExpansionPanelTitle: VExpansionPanelTitle
|
93632
93630
|
VEmptyState: VEmptyState
|
93633
|
-
|
93634
|
-
VFieldLabel: VFieldLabel
|
93635
|
-
VFooter: VFooter
|
93631
|
+
VFab: VFab
|
93636
93632
|
VFileInput: VFileInput
|
93633
|
+
VFooter: VFooter
|
93637
93634
|
VIcon: VIcon
|
93638
93635
|
VComponentIcon: VComponentIcon
|
93639
93636
|
VSvgIcon: VSvgIcon
|
93640
93637
|
VLigatureIcon: VLigatureIcon
|
93641
93638
|
VClassIcon: VClassIcon
|
93639
|
+
VField: VField
|
93640
|
+
VFieldLabel: VFieldLabel
|
93642
93641
|
VImg: VImg
|
93643
|
-
|
93642
|
+
VInput: VInput
|
93644
93643
|
VKbd: VKbd
|
93644
|
+
VInfiniteScroll: VInfiniteScroll
|
93645
93645
|
VLabel: VLabel
|
93646
|
-
VItemGroup: VItemGroup
|
93647
|
-
VItem: VItem
|
93648
|
-
VInput: VInput
|
93649
93646
|
VMain: VMain
|
93647
|
+
VMessages: VMessages
|
93650
93648
|
VList: VList
|
93651
93649
|
VListGroup: VListGroup
|
93652
93650
|
VListImg: VListImg
|
@@ -93656,79 +93654,77 @@ declare module 'vue' {
|
|
93656
93654
|
VListItemSubtitle: VListItemSubtitle
|
93657
93655
|
VListItemTitle: VListItemTitle
|
93658
93656
|
VListSubheader: VListSubheader
|
93659
|
-
VMessages: VMessages
|
93660
|
-
VNumberInput: VNumberInput
|
93661
93657
|
VNavigationDrawer: VNavigationDrawer
|
93662
|
-
VOtpInput: VOtpInput
|
93663
93658
|
VOverlay: VOverlay
|
93659
|
+
VOtpInput: VOtpInput
|
93664
93660
|
VPagination: VPagination
|
93665
93661
|
VProgressLinear: VProgressLinear
|
93666
93662
|
VProgressCircular: VProgressCircular
|
93663
|
+
VRadioGroup: VRadioGroup
|
93667
93664
|
VRating: VRating
|
93668
93665
|
VSelect: VSelect
|
93669
|
-
VRadioGroup: VRadioGroup
|
93670
93666
|
VSelectionControl: VSelectionControl
|
93667
|
+
VSelectionControlGroup: VSelectionControlGroup
|
93668
|
+
VSkeletonLoader: VSkeletonLoader
|
93671
93669
|
VSlideGroup: VSlideGroup
|
93672
93670
|
VSlideGroupItem: VSlideGroupItem
|
93673
|
-
|
93674
|
-
VSelectionControlGroup: VSelectionControlGroup
|
93675
|
-
VSlider: VSlider
|
93671
|
+
VSheet: VSheet
|
93676
93672
|
VSnackbar: VSnackbar
|
93673
|
+
VSlider: VSlider
|
93677
93674
|
VStepper: VStepper
|
93678
93675
|
VStepperActions: VStepperActions
|
93679
93676
|
VStepperHeader: VStepperHeader
|
93680
93677
|
VStepperItem: VStepperItem
|
93681
93678
|
VStepperWindow: VStepperWindow
|
93682
93679
|
VStepperWindowItem: VStepperWindowItem
|
93683
|
-
VSheet: VSheet
|
93684
93680
|
VSwitch: VSwitch
|
93681
|
+
VTextarea: VTextarea
|
93682
|
+
VSystemBar: VSystemBar
|
93683
|
+
VTextField: VTextField
|
93684
|
+
VTable: VTable
|
93685
93685
|
VTab: VTab
|
93686
93686
|
VTabs: VTabs
|
93687
93687
|
VTabsWindow: VTabsWindow
|
93688
93688
|
VTabsWindowItem: VTabsWindowItem
|
93689
|
-
|
93690
|
-
|
93691
|
-
|
93689
|
+
VToolbar: VToolbar
|
93690
|
+
VToolbarTitle: VToolbarTitle
|
93691
|
+
VToolbarItems: VToolbarItems
|
93692
93692
|
VTimeline: VTimeline
|
93693
93693
|
VTimelineItem: VTimelineItem
|
93694
93694
|
VTimePicker: VTimePicker
|
93695
93695
|
VTimePickerClock: VTimePickerClock
|
93696
93696
|
VTimePickerControls: VTimePickerControls
|
93697
|
-
VTextField: VTextField
|
93698
|
-
VTreeview: VTreeview
|
93699
|
-
VTreeviewItem: VTreeviewItem
|
93700
|
-
VTreeviewGroup: VTreeviewGroup
|
93701
93697
|
VTooltip: VTooltip
|
93702
|
-
VToolbar: VToolbar
|
93703
|
-
VToolbarTitle: VToolbarTitle
|
93704
|
-
VToolbarItems: VToolbarItems
|
93705
93698
|
VWindow: VWindow
|
93706
93699
|
VWindowItem: VWindowItem
|
93700
|
+
VTreeview: VTreeview
|
93701
|
+
VTreeviewItem: VTreeviewItem
|
93702
|
+
VTreeviewGroup: VTreeviewGroup
|
93703
|
+
VItemGroup: VItemGroup
|
93704
|
+
VItem: VItem
|
93705
|
+
VMenu: VMenu
|
93706
|
+
VBtn: VBtn
|
93707
93707
|
VConfirmEdit: VConfirmEdit
|
93708
93708
|
VDataIterator: VDataIterator
|
93709
|
+
VNumberInput: VNumberInput
|
93709
93710
|
VDefaultsProvider: VDefaultsProvider
|
93710
|
-
VForm: VForm
|
93711
93711
|
VContainer: VContainer
|
93712
93712
|
VCol: VCol
|
93713
93713
|
VRow: VRow
|
93714
93714
|
VSpacer: VSpacer
|
93715
93715
|
VHover: VHover
|
93716
93716
|
VLazy: VLazy
|
93717
|
-
VLayout: VLayout
|
93718
|
-
VLayoutItem: VLayoutItem
|
93719
|
-
VLocaleProvider: VLocaleProvider
|
93720
|
-
VNoSsr: VNoSsr
|
93721
93717
|
VRadio: VRadio
|
93718
|
+
VNoSsr: VNoSsr
|
93722
93719
|
VParallax: VParallax
|
93723
93720
|
VRangeSlider: VRangeSlider
|
93724
93721
|
VResponsive: VResponsive
|
93725
|
-
VSnackbarQueue: VSnackbarQueue
|
93726
|
-
VSpeedDial: VSpeedDial
|
93727
93722
|
VSparkline: VSparkline
|
93728
|
-
|
93723
|
+
VSpeedDial: VSpeedDial
|
93724
|
+
VSnackbarQueue: VSnackbarQueue
|
93729
93725
|
VThemeProvider: VThemeProvider
|
93730
93726
|
VVirtualScroll: VVirtualScroll
|
93731
|
-
|
93727
|
+
VValidation: VValidation
|
93732
93728
|
VFabTransition: VFabTransition
|
93733
93729
|
VDialogBottomTransition: VDialogBottomTransition
|
93734
93730
|
VDialogTopTransition: VDialogTopTransition
|
@@ -93745,6 +93741,10 @@ declare module 'vue' {
|
|
93745
93741
|
VExpandTransition: VExpandTransition
|
93746
93742
|
VExpandXTransition: VExpandXTransition
|
93747
93743
|
VDialogTransition: VDialogTransition
|
93744
|
+
VLocaleProvider: VLocaleProvider
|
93745
|
+
VLayout: VLayout
|
93746
|
+
VLayoutItem: VLayoutItem
|
93747
|
+
VForm: VForm
|
93748
93748
|
VCalendar: VCalendar
|
93749
93749
|
VCalendarDay: VCalendarDay
|
93750
93750
|
VCalendarHeader: VCalendarHeader
|
package/dist/vuetify.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
|
*/
|
@@ -2429,7 +2429,7 @@ function createLayout(props) {
|
|
2429
2429
|
};
|
2430
2430
|
if (!isMounted.value) return styles;
|
2431
2431
|
const item = items.value[index.value];
|
2432
|
-
if (!item)
|
2432
|
+
if (!item) consoleWarn(`[Vuetify] Could not find layout item "${id}"`);
|
2433
2433
|
const overlap = computedOverlaps.value.get(id);
|
2434
2434
|
if (overlap) {
|
2435
2435
|
item[overlap.position] += overlap.amount;
|
@@ -10189,12 +10189,16 @@ const makeItemsProps = propsFactory({
|
|
10189
10189
|
returnObject: Boolean,
|
10190
10190
|
valueComparator: Function
|
10191
10191
|
}, 'list-items');
|
10192
|
+
const itemTypes$1 = new Set(['item', 'divider', 'subheader']);
|
10192
10193
|
function transformItem$3(props, item) {
|
10193
10194
|
const title = getPropertyFromItem(item, props.itemTitle, item);
|
10194
10195
|
const value = getPropertyFromItem(item, props.itemValue, title);
|
10195
10196
|
const children = getPropertyFromItem(item, props.itemChildren);
|
10196
|
-
const type = getPropertyFromItem(item, props.itemType, 'item');
|
10197
10197
|
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);
|
10198
|
+
let type = getPropertyFromItem(item, props.itemType, 'item');
|
10199
|
+
if (!itemTypes$1.has(type)) {
|
10200
|
+
type = 'item';
|
10201
|
+
}
|
10198
10202
|
const _props = {
|
10199
10203
|
title,
|
10200
10204
|
value,
|
@@ -10209,8 +10213,10 @@ function transformItem$3(props, item) {
|
|
10209
10213
|
raw: item
|
10210
10214
|
};
|
10211
10215
|
}
|
10216
|
+
transformItem$3.neededProps = ['itemTitle', 'itemValue', 'itemChildren', 'itemProps', 'itemType'];
|
10212
10217
|
function transformItems$3(props, items) {
|
10213
|
-
|
10218
|
+
// avoid reactive access in the loop
|
10219
|
+
const _props = pick(props, transformItem$3.neededProps);
|
10214
10220
|
const array = [];
|
10215
10221
|
for (const item of items) {
|
10216
10222
|
array.push(transformItem$3(_props, item));
|
@@ -10252,7 +10258,7 @@ function useItems(props) {
|
|
10252
10258
|
const _returnObject = props.returnObject;
|
10253
10259
|
const hasValueComparator = !!props.valueComparator;
|
10254
10260
|
const valueComparator = props.valueComparator || deepEqual;
|
10255
|
-
const _props = pick(props,
|
10261
|
+
const _props = pick(props, transformItem$3.neededProps);
|
10256
10262
|
const returnValue = [];
|
10257
10263
|
main: for (const v of value) {
|
10258
10264
|
// When the model value is null, return an InternalItem
|
@@ -10311,12 +10317,16 @@ function useItems(props) {
|
|
10311
10317
|
|
10312
10318
|
// Types
|
10313
10319
|
|
10320
|
+
const itemTypes = new Set(['item', 'divider', 'subheader']);
|
10314
10321
|
function transformItem$2(props, item) {
|
10315
|
-
const type = getPropertyFromItem(item, props.itemType, 'item');
|
10316
10322
|
const title = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemTitle);
|
10317
10323
|
const value = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemValue, undefined);
|
10318
10324
|
const children = getPropertyFromItem(item, props.itemChildren);
|
10319
10325
|
const itemProps = props.itemProps === true ? omit(item, ['children']) : getPropertyFromItem(item, props.itemProps);
|
10326
|
+
let type = getPropertyFromItem(item, props.itemType, 'item');
|
10327
|
+
if (!itemTypes.has(type)) {
|
10328
|
+
type = 'item';
|
10329
|
+
}
|
10320
10330
|
const _props = {
|
10321
10331
|
title,
|
10322
10332
|
value,
|
@@ -31382,7 +31392,7 @@ function createVuetify$1() {
|
|
31382
31392
|
};
|
31383
31393
|
});
|
31384
31394
|
}
|
31385
|
-
const version$1 = "3.9.0-master.2025-07-
|
31395
|
+
const version$1 = "3.9.0-master.2025-07-10";
|
31386
31396
|
createVuetify$1.version = version$1;
|
31387
31397
|
|
31388
31398
|
// Vue's inject() can only be used in setup
|
@@ -31407,7 +31417,7 @@ const createVuetify = function () {
|
|
31407
31417
|
...options
|
31408
31418
|
});
|
31409
31419
|
};
|
31410
|
-
const version = "3.9.0-master.2025-07-
|
31420
|
+
const version = "3.9.0-master.2025-07-10";
|
31411
31421
|
createVuetify.version = version;
|
31412
31422
|
|
31413
31423
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|