@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-14
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 +29 -27
- package/dist/json/attributes.json +392 -392
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +194 -194
- package/dist/json/web-types.json +681 -681
- package/dist/vuetify-labs.cjs +27 -21
- package/dist/vuetify-labs.css +3267 -3267
- package/dist/vuetify-labs.d.ts +80 -67
- package/dist/vuetify-labs.esm.js +27 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3269 -3269
- package/dist/vuetify.d.ts +80 -67
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +67 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/package.json +56 -51
package/dist/vuetify-labs.d.ts
CHANGED
@@ -96546,7 +96546,11 @@ declare const index_d$1_md1: typeof md1;
|
|
96546
96546
|
declare const index_d$1_md2: typeof md2;
|
96547
96547
|
declare const index_d$1_md3: typeof md3;
|
96548
96548
|
declare namespace index_d$1 {
|
96549
|
-
export {
|
96549
|
+
export {
|
96550
|
+
index_d$1_md1 as md1,
|
96551
|
+
index_d$1_md2 as md2,
|
96552
|
+
index_d$1_md3 as md3,
|
96553
|
+
};
|
96550
96554
|
}
|
96551
96555
|
|
96552
96556
|
interface ClickOutsideBindingArgs {
|
@@ -96667,7 +96671,16 @@ declare const index_d_Scroll: typeof Scroll;
|
|
96667
96671
|
declare const index_d_Tooltip: typeof Tooltip;
|
96668
96672
|
declare const index_d_Touch: typeof Touch;
|
96669
96673
|
declare namespace index_d {
|
96670
|
-
export {
|
96674
|
+
export {
|
96675
|
+
index_d_ClickOutside as ClickOutside,
|
96676
|
+
index_d_Intersect as Intersect,
|
96677
|
+
index_d_Mutate as Mutate,
|
96678
|
+
index_d_Resize as Resize,
|
96679
|
+
index_d_Ripple as Ripple,
|
96680
|
+
index_d_Scroll as Scroll,
|
96681
|
+
index_d_Tooltip as Tooltip,
|
96682
|
+
index_d_Touch as Touch,
|
96683
|
+
};
|
96671
96684
|
}
|
96672
96685
|
|
96673
96686
|
declare const version: string;
|
@@ -96785,75 +96798,76 @@ declare module 'vue' {
|
|
96785
96798
|
VApp: VApp
|
96786
96799
|
VAlert: VAlert
|
96787
96800
|
VAlertTitle: VAlertTitle
|
96788
|
-
VAvatar: VAvatar
|
96789
|
-
VBanner: VBanner
|
96790
|
-
VBannerActions: VBannerActions
|
96791
|
-
VBannerText: VBannerText
|
96792
|
-
VBottomSheet: VBottomSheet
|
96793
|
-
VBtn: VBtn
|
96794
|
-
VAutocomplete: VAutocomplete
|
96795
96801
|
VBottomNavigation: VBottomNavigation
|
96802
|
+
VAutocomplete: VAutocomplete
|
96803
|
+
VAppBar: VAppBar
|
96804
|
+
VAppBarNavIcon: VAppBarNavIcon
|
96805
|
+
VAppBarTitle: VAppBarTitle
|
96806
|
+
VAvatar: VAvatar
|
96807
|
+
VBtnToggle: VBtnToggle
|
96796
96808
|
VBreadcrumbs: VBreadcrumbs
|
96797
96809
|
VBreadcrumbsItem: VBreadcrumbsItem
|
96798
96810
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
96811
|
+
VBadge: VBadge
|
96812
|
+
VBottomSheet: VBottomSheet
|
96813
|
+
VBtn: VBtn
|
96814
|
+
VBanner: VBanner
|
96815
|
+
VBannerActions: VBannerActions
|
96816
|
+
VBannerText: VBannerText
|
96799
96817
|
VBtnGroup: VBtnGroup
|
96800
|
-
|
96801
|
-
|
96818
|
+
VCheckbox: VCheckbox
|
96819
|
+
VCheckboxBtn: VCheckboxBtn
|
96802
96820
|
VCard: VCard
|
96803
96821
|
VCardActions: VCardActions
|
96804
96822
|
VCardItem: VCardItem
|
96805
96823
|
VCardSubtitle: VCardSubtitle
|
96806
96824
|
VCardText: VCardText
|
96807
96825
|
VCardTitle: VCardTitle
|
96808
|
-
VBtnToggle: VBtnToggle
|
96809
|
-
VCheckbox: VCheckbox
|
96810
|
-
VCheckboxBtn: VCheckboxBtn
|
96811
|
-
VChip: VChip
|
96812
|
-
VChipGroup: VChipGroup
|
96813
96826
|
VCode: VCode
|
96814
|
-
|
96815
|
-
|
96827
|
+
VCarousel: VCarousel
|
96828
|
+
VCarouselItem: VCarouselItem
|
96829
|
+
VChipGroup: VChipGroup
|
96830
|
+
VChip: VChip
|
96816
96831
|
VColorPicker: VColorPicker
|
96817
|
-
|
96818
|
-
VDataTableHeaders: VDataTableHeaders
|
96819
|
-
VDataTableFooter: VDataTableFooter
|
96820
|
-
VDataTableRows: VDataTableRows
|
96821
|
-
VDataTableRow: VDataTableRow
|
96822
|
-
VDataTableVirtual: VDataTableVirtual
|
96823
|
-
VDataTableServer: VDataTableServer
|
96832
|
+
VCombobox: VCombobox
|
96824
96833
|
VDialog: VDialog
|
96825
|
-
VAppBar: VAppBar
|
96826
|
-
VAppBarNavIcon: VAppBarNavIcon
|
96827
|
-
VAppBarTitle: VAppBarTitle
|
96828
|
-
VCounter: VCounter
|
96829
|
-
VDivider: VDivider
|
96830
96834
|
VDatePicker: VDatePicker
|
96831
96835
|
VDatePickerControls: VDatePickerControls
|
96832
96836
|
VDatePickerHeader: VDatePickerHeader
|
96833
96837
|
VDatePickerMonth: VDatePickerMonth
|
96834
96838
|
VDatePickerMonths: VDatePickerMonths
|
96835
96839
|
VDatePickerYears: VDatePickerYears
|
96836
|
-
|
96837
|
-
|
96838
|
-
|
96840
|
+
VCounter: VCounter
|
96841
|
+
VDataTable: VDataTable
|
96842
|
+
VDataTableHeaders: VDataTableHeaders
|
96843
|
+
VDataTableFooter: VDataTableFooter
|
96844
|
+
VDataTableRows: VDataTableRows
|
96845
|
+
VDataTableRow: VDataTableRow
|
96846
|
+
VDataTableVirtual: VDataTableVirtual
|
96847
|
+
VDataTableServer: VDataTableServer
|
96839
96848
|
VExpansionPanels: VExpansionPanels
|
96840
96849
|
VExpansionPanel: VExpansionPanel
|
96841
96850
|
VExpansionPanelText: VExpansionPanelText
|
96842
96851
|
VExpansionPanelTitle: VExpansionPanelTitle
|
96843
|
-
|
96852
|
+
VDivider: VDivider
|
96853
|
+
VEmptyState: VEmptyState
|
96854
|
+
VFab: VFab
|
96844
96855
|
VField: VField
|
96845
96856
|
VFieldLabel: VFieldLabel
|
96857
|
+
VFileInput: VFileInput
|
96858
|
+
VFooter: VFooter
|
96846
96859
|
VIcon: VIcon
|
96847
96860
|
VComponentIcon: VComponentIcon
|
96848
96861
|
VSvgIcon: VSvgIcon
|
96849
96862
|
VLigatureIcon: VLigatureIcon
|
96850
96863
|
VClassIcon: VClassIcon
|
96864
|
+
VInfiniteScroll: VInfiniteScroll
|
96851
96865
|
VImg: VImg
|
96866
|
+
VLabel: VLabel
|
96867
|
+
VKbd: VKbd
|
96852
96868
|
VItemGroup: VItemGroup
|
96853
96869
|
VItem: VItem
|
96854
|
-
VLabel: VLabel
|
96855
96870
|
VInput: VInput
|
96856
|
-
VInfiniteScroll: VInfiniteScroll
|
96857
96871
|
VList: VList
|
96858
96872
|
VListGroup: VListGroup
|
96859
96873
|
VListImg: VListImg
|
@@ -96863,75 +96877,74 @@ declare module 'vue' {
|
|
96863
96877
|
VListItemSubtitle: VListItemSubtitle
|
96864
96878
|
VListItemTitle: VListItemTitle
|
96865
96879
|
VListSubheader: VListSubheader
|
96866
|
-
VKbd: VKbd
|
96867
|
-
VMenu: VMenu
|
96868
|
-
VMessages: VMessages
|
96869
96880
|
VMain: VMain
|
96870
|
-
VNumberInput: VNumberInput
|
96871
|
-
VOtpInput: VOtpInput
|
96872
|
-
VOverlay: VOverlay
|
96873
96881
|
VNavigationDrawer: VNavigationDrawer
|
96874
|
-
|
96882
|
+
VMessages: VMessages
|
96883
|
+
VOverlay: VOverlay
|
96884
|
+
VMenu: VMenu
|
96885
|
+
VOtpInput: VOtpInput
|
96886
|
+
VNumberInput: VNumberInput
|
96875
96887
|
VProgressLinear: VProgressLinear
|
96876
96888
|
VPagination: VPagination
|
96877
|
-
|
96889
|
+
VProgressCircular: VProgressCircular
|
96878
96890
|
VSelectionControl: VSelectionControl
|
96891
|
+
VRadioGroup: VRadioGroup
|
96892
|
+
VRating: VRating
|
96879
96893
|
VSelect: VSelect
|
96880
|
-
VProgressCircular: VProgressCircular
|
96881
96894
|
VSheet: VSheet
|
96882
|
-
VSkeletonLoader: VSkeletonLoader
|
96883
96895
|
VSelectionControlGroup: VSelectionControlGroup
|
96884
|
-
|
96885
|
-
VSlideGroupItem: VSlideGroupItem
|
96896
|
+
VSkeletonLoader: VSkeletonLoader
|
96886
96897
|
VSnackbar: VSnackbar
|
96887
|
-
VSlider: VSlider
|
96888
96898
|
VSwitch: VSwitch
|
96899
|
+
VSlider: VSlider
|
96900
|
+
VTab: VTab
|
96901
|
+
VTabs: VTabs
|
96902
|
+
VTabsWindow: VTabsWindow
|
96903
|
+
VTabsWindowItem: VTabsWindowItem
|
96904
|
+
VSlideGroup: VSlideGroup
|
96905
|
+
VSlideGroupItem: VSlideGroupItem
|
96906
|
+
VSystemBar: VSystemBar
|
96907
|
+
VTextarea: VTextarea
|
96889
96908
|
VStepper: VStepper
|
96890
96909
|
VStepperActions: VStepperActions
|
96891
96910
|
VStepperHeader: VStepperHeader
|
96892
96911
|
VStepperItem: VStepperItem
|
96893
96912
|
VStepperWindow: VStepperWindow
|
96894
96913
|
VStepperWindowItem: VStepperWindowItem
|
96895
|
-
VTab: VTab
|
96896
|
-
VTabs: VTabs
|
96897
|
-
VTabsWindow: VTabsWindow
|
96898
|
-
VTabsWindowItem: VTabsWindowItem
|
96899
|
-
VSystemBar: VSystemBar
|
96900
96914
|
VTable: VTable
|
96901
96915
|
VTextField: VTextField
|
96916
|
+
VToolbar: VToolbar
|
96917
|
+
VToolbarTitle: VToolbarTitle
|
96918
|
+
VToolbarItems: VToolbarItems
|
96902
96919
|
VTimeline: VTimeline
|
96903
96920
|
VTimelineItem: VTimelineItem
|
96904
96921
|
VTooltip: VTooltip
|
96905
|
-
VTextarea: VTextarea
|
96906
96922
|
VWindow: VWindow
|
96907
96923
|
VWindowItem: VWindowItem
|
96908
|
-
VToolbar: VToolbar
|
96909
|
-
VToolbarTitle: VToolbarTitle
|
96910
|
-
VToolbarItems: VToolbarItems
|
96911
|
-
VDataIterator: VDataIterator
|
96912
96924
|
VConfirmEdit: VConfirmEdit
|
96913
|
-
|
96914
|
-
VForm: VForm
|
96925
|
+
VDataIterator: VDataIterator
|
96915
96926
|
VContainer: VContainer
|
96916
96927
|
VCol: VCol
|
96917
96928
|
VRow: VRow
|
96918
96929
|
VSpacer: VSpacer
|
96930
|
+
VDefaultsProvider: VDefaultsProvider
|
96919
96931
|
VHover: VHover
|
96932
|
+
VForm: VForm
|
96920
96933
|
VLayout: VLayout
|
96921
96934
|
VLayoutItem: VLayoutItem
|
96922
96935
|
VLazy: VLazy
|
96923
96936
|
VLocaleProvider: VLocaleProvider
|
96924
|
-
VNoSsr: VNoSsr
|
96925
96937
|
VParallax: VParallax
|
96938
|
+
VNoSsr: VNoSsr
|
96926
96939
|
VRadio: VRadio
|
96927
96940
|
VRangeSlider: VRangeSlider
|
96928
96941
|
VResponsive: VResponsive
|
96929
|
-
VSparkline: VSparkline
|
96930
96942
|
VSnackbarQueue: VSnackbarQueue
|
96943
|
+
VSparkline: VSparkline
|
96931
96944
|
VSpeedDial: VSpeedDial
|
96932
96945
|
VThemeProvider: VThemeProvider
|
96933
|
-
VVirtualScroll: VVirtualScroll
|
96934
96946
|
VValidation: VValidation
|
96947
|
+
VVirtualScroll: VVirtualScroll
|
96935
96948
|
VFabTransition: VFabTransition
|
96936
96949
|
VDialogBottomTransition: VDialogBottomTransition
|
96937
96950
|
VDialogTopTransition: VDialogTopTransition
|
@@ -96948,26 +96961,26 @@ declare module 'vue' {
|
|
96948
96961
|
VExpandTransition: VExpandTransition
|
96949
96962
|
VExpandXTransition: VExpandXTransition
|
96950
96963
|
VDialogTransition: VDialogTransition
|
96951
|
-
VFileUpload: VFileUpload
|
96952
|
-
VFileUploadItem: VFileUploadItem
|
96953
96964
|
VCalendar: VCalendar
|
96954
96965
|
VCalendarDay: VCalendarDay
|
96955
96966
|
VCalendarHeader: VCalendarHeader
|
96956
96967
|
VCalendarInterval: VCalendarInterval
|
96957
96968
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
96958
96969
|
VCalendarMonthDay: VCalendarMonthDay
|
96970
|
+
VIconBtn: VIconBtn
|
96959
96971
|
VPicker: VPicker
|
96960
96972
|
VPickerTitle: VPickerTitle
|
96961
96973
|
VStepperVertical: VStepperVertical
|
96962
96974
|
VStepperVerticalItem: VStepperVerticalItem
|
96963
96975
|
VStepperVerticalActions: VStepperVerticalActions
|
96964
|
-
VIconBtn: VIconBtn
|
96965
96976
|
VTimePicker: VTimePicker
|
96966
96977
|
VTimePickerClock: VTimePickerClock
|
96967
96978
|
VTimePickerControls: VTimePickerControls
|
96968
96979
|
VTreeview: VTreeview
|
96969
96980
|
VTreeviewItem: VTreeviewItem
|
96970
96981
|
VTreeviewGroup: VTreeviewGroup
|
96982
|
+
VFileUpload: VFileUpload
|
96983
|
+
VFileUploadItem: VFileUploadItem
|
96971
96984
|
VDateInput: VDateInput
|
96972
96985
|
VPullToRefresh: VPullToRefresh
|
96973
96986
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.1-master.2025-04-
|
2
|
+
* Vuetify v3.8.1-master.2025-04-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28548,37 +28548,43 @@ const VCalendarInterval = genericComponent()({
|
|
28548
28548
|
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28549
28549
|
}, [createVNode("div", {
|
28550
28550
|
"class": "v-calendar-day__row-label"
|
28551
|
-
}, [createVNode("slot", {
|
28551
|
+
}, [createVNode(resolveComponent("slot"), {
|
28552
28552
|
"name": "intervalFormat",
|
28553
28553
|
"interval": interval.value
|
28554
|
-
},
|
28554
|
+
}, {
|
28555
|
+
default: () => [props.index ? props.intervalFormat ? typeof props.intervalFormat === 'string' ? adapter.format(interval.value.start, 'hours12h') : props.intervalFormat(interval.value) : interval.value.label : '']
|
28556
|
+
})]), createVNode("div", {
|
28555
28557
|
"class": "v-calendar-day__row-hairline"
|
28556
28558
|
}, null), createVNode("div", {
|
28557
28559
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28558
|
-
}, [createVNode("slot", {
|
28560
|
+
}, [createVNode(resolveComponent("slot"), {
|
28559
28561
|
"name": "intervalBody",
|
28560
28562
|
"interval": interval.value
|
28561
|
-
},
|
28562
|
-
|
28563
|
-
|
28564
|
-
|
28565
|
-
|
28566
|
-
|
28567
|
-
|
28563
|
+
}, {
|
28564
|
+
default: () => [interval.value.events?.map(event => createVNode(VCalendarIntervalEvent, {
|
28565
|
+
"event": event,
|
28566
|
+
"interval": interval.value,
|
28567
|
+
"intervalDivisions": props.intervalDivisions,
|
28568
|
+
"intervalDuration": props.intervalDuration,
|
28569
|
+
"intervalHeight": props.intervalHeight
|
28570
|
+
}, null))]
|
28571
|
+
})])]) : createVNode("div", {
|
28568
28572
|
"class": "v-calendar-day__row-without-label",
|
28569
28573
|
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28570
28574
|
}, [createVNode("div", {
|
28571
28575
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28572
|
-
}, [createVNode("slot", {
|
28576
|
+
}, [createVNode(resolveComponent("slot"), {
|
28573
28577
|
"name": "intervalBody",
|
28574
28578
|
"interval": interval.value
|
28575
|
-
},
|
28576
|
-
|
28577
|
-
|
28578
|
-
|
28579
|
-
|
28580
|
-
|
28581
|
-
|
28579
|
+
}, {
|
28580
|
+
default: () => [interval.value.events?.filter(event => !event.allDay).map(event => createVNode(VCalendarIntervalEvent, {
|
28581
|
+
"event": event,
|
28582
|
+
"interval": interval.value,
|
28583
|
+
"intervalDivisions": props.intervalDivisions,
|
28584
|
+
"intervalDuration": props.intervalDuration,
|
28585
|
+
"intervalHeight": props.intervalHeight
|
28586
|
+
}, null))]
|
28587
|
+
})])]);
|
28582
28588
|
});
|
28583
28589
|
return {
|
28584
28590
|
interval
|
@@ -31487,7 +31493,7 @@ function createVuetify$1() {
|
|
31487
31493
|
};
|
31488
31494
|
});
|
31489
31495
|
}
|
31490
|
-
const version$1 = "3.8.1-master.2025-04-
|
31496
|
+
const version$1 = "3.8.1-master.2025-04-14";
|
31491
31497
|
createVuetify$1.version = version$1;
|
31492
31498
|
|
31493
31499
|
// Vue's inject() can only be used in setup
|
@@ -31772,7 +31778,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31772
31778
|
|
31773
31779
|
/* eslint-disable local-rules/sort-imports */
|
31774
31780
|
|
31775
|
-
const version = "3.8.1-master.2025-04-
|
31781
|
+
const version = "3.8.1-master.2025-04-14";
|
31776
31782
|
|
31777
31783
|
/* eslint-disable local-rules/sort-imports */
|
31778
31784
|
|