@vuetify/nightly 3.8.1-master.2025-04-10 → 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 -22
- package/dist/json/attributes.json +3421 -3421
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +6072 -6072
- package/dist/vuetify-labs.cjs +34 -23
- package/dist/vuetify-labs.css +5148 -5148
- package/dist/vuetify-labs.d.ts +71 -58
- package/dist/vuetify-labs.esm.js +34 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +34 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +10 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3928 -3928
- package/dist/vuetify.d.ts +71 -58
- package/dist/vuetify.esm.js +10 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/theme.js +2 -2
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -57
- 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;
|
@@ -96782,48 +96795,49 @@ declare module 'vue' {
|
|
96782
96795
|
$children?: VNodeChild
|
96783
96796
|
}
|
96784
96797
|
export interface GlobalComponents {
|
96798
|
+
VApp: VApp
|
96785
96799
|
VAlert: VAlert
|
96786
96800
|
VAlertTitle: VAlertTitle
|
96801
|
+
VBottomNavigation: VBottomNavigation
|
96802
|
+
VAutocomplete: VAutocomplete
|
96787
96803
|
VAppBar: VAppBar
|
96788
96804
|
VAppBarNavIcon: VAppBarNavIcon
|
96789
96805
|
VAppBarTitle: VAppBarTitle
|
96790
|
-
VApp: VApp
|
96791
|
-
VAutocomplete: VAutocomplete
|
96792
96806
|
VAvatar: VAvatar
|
96807
|
+
VBtnToggle: VBtnToggle
|
96808
|
+
VBreadcrumbs: VBreadcrumbs
|
96809
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
96810
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
96811
|
+
VBadge: VBadge
|
96812
|
+
VBottomSheet: VBottomSheet
|
96813
|
+
VBtn: VBtn
|
96793
96814
|
VBanner: VBanner
|
96794
96815
|
VBannerActions: VBannerActions
|
96795
96816
|
VBannerText: VBannerText
|
96796
|
-
VBottomNavigation: VBottomNavigation
|
96797
|
-
VBottomSheet: VBottomSheet
|
96798
|
-
VBadge: VBadge
|
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
|
-
|
96809
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
96810
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
96826
|
+
VCode: VCode
|
96811
96827
|
VCarousel: VCarousel
|
96812
96828
|
VCarouselItem: VCarouselItem
|
96813
|
-
VCode: VCode
|
96814
|
-
VCheckbox: VCheckbox
|
96815
|
-
VCheckboxBtn: VCheckboxBtn
|
96816
96829
|
VChipGroup: VChipGroup
|
96830
|
+
VChip: VChip
|
96817
96831
|
VColorPicker: VColorPicker
|
96818
96832
|
VCombobox: VCombobox
|
96819
|
-
|
96820
|
-
VCounter: VCounter
|
96833
|
+
VDialog: VDialog
|
96821
96834
|
VDatePicker: VDatePicker
|
96822
96835
|
VDatePickerControls: VDatePickerControls
|
96823
96836
|
VDatePickerHeader: VDatePickerHeader
|
96824
96837
|
VDatePickerMonth: VDatePickerMonth
|
96825
96838
|
VDatePickerMonths: VDatePickerMonths
|
96826
96839
|
VDatePickerYears: VDatePickerYears
|
96840
|
+
VCounter: VCounter
|
96827
96841
|
VDataTable: VDataTable
|
96828
96842
|
VDataTableHeaders: VDataTableHeaders
|
96829
96843
|
VDataTableFooter: VDataTableFooter
|
@@ -96831,7 +96845,6 @@ declare module 'vue' {
|
|
96831
96845
|
VDataTableRow: VDataTableRow
|
96832
96846
|
VDataTableVirtual: VDataTableVirtual
|
96833
96847
|
VDataTableServer: VDataTableServer
|
96834
|
-
VDialog: VDialog
|
96835
96848
|
VExpansionPanels: VExpansionPanels
|
96836
96849
|
VExpansionPanel: VExpansionPanel
|
96837
96850
|
VExpansionPanelText: VExpansionPanelText
|
@@ -96839,22 +96852,22 @@ declare module 'vue' {
|
|
96839
96852
|
VDivider: VDivider
|
96840
96853
|
VEmptyState: VEmptyState
|
96841
96854
|
VFab: VFab
|
96842
|
-
VFileInput: VFileInput
|
96843
|
-
VFooter: VFooter
|
96844
96855
|
VField: VField
|
96845
96856
|
VFieldLabel: VFieldLabel
|
96846
|
-
|
96847
|
-
|
96848
|
-
VItemGroup: VItemGroup
|
96849
|
-
VItem: VItem
|
96857
|
+
VFileInput: VFileInput
|
96858
|
+
VFooter: VFooter
|
96850
96859
|
VIcon: VIcon
|
96851
96860
|
VComponentIcon: VComponentIcon
|
96852
96861
|
VSvgIcon: VSvgIcon
|
96853
96862
|
VLigatureIcon: VLigatureIcon
|
96854
96863
|
VClassIcon: VClassIcon
|
96855
|
-
|
96856
|
-
|
96864
|
+
VInfiniteScroll: VInfiniteScroll
|
96865
|
+
VImg: VImg
|
96857
96866
|
VLabel: VLabel
|
96867
|
+
VKbd: VKbd
|
96868
|
+
VItemGroup: VItemGroup
|
96869
|
+
VItem: VItem
|
96870
|
+
VInput: VInput
|
96858
96871
|
VList: VList
|
96859
96872
|
VListGroup: VListGroup
|
96860
96873
|
VListImg: VListImg
|
@@ -96865,26 +96878,33 @@ declare module 'vue' {
|
|
96865
96878
|
VListItemTitle: VListItemTitle
|
96866
96879
|
VListSubheader: VListSubheader
|
96867
96880
|
VMain: VMain
|
96868
|
-
VMenu: VMenu
|
96869
|
-
VMessages: VMessages
|
96870
96881
|
VNavigationDrawer: VNavigationDrawer
|
96871
|
-
|
96882
|
+
VMessages: VMessages
|
96883
|
+
VOverlay: VOverlay
|
96884
|
+
VMenu: VMenu
|
96872
96885
|
VOtpInput: VOtpInput
|
96886
|
+
VNumberInput: VNumberInput
|
96887
|
+
VProgressLinear: VProgressLinear
|
96873
96888
|
VPagination: VPagination
|
96874
|
-
VRadioGroup: VRadioGroup
|
96875
96889
|
VProgressCircular: VProgressCircular
|
96876
|
-
VOverlay: VOverlay
|
96877
|
-
VProgressLinear: VProgressLinear
|
96878
|
-
VSelect: VSelect
|
96879
|
-
VRating: VRating
|
96880
96890
|
VSelectionControl: VSelectionControl
|
96891
|
+
VRadioGroup: VRadioGroup
|
96892
|
+
VRating: VRating
|
96893
|
+
VSelect: VSelect
|
96881
96894
|
VSheet: VSheet
|
96882
|
-
VSkeletonLoader: VSkeletonLoader
|
96883
96895
|
VSelectionControlGroup: VSelectionControlGroup
|
96896
|
+
VSkeletonLoader: VSkeletonLoader
|
96897
|
+
VSnackbar: VSnackbar
|
96898
|
+
VSwitch: VSwitch
|
96899
|
+
VSlider: VSlider
|
96900
|
+
VTab: VTab
|
96901
|
+
VTabs: VTabs
|
96902
|
+
VTabsWindow: VTabsWindow
|
96903
|
+
VTabsWindowItem: VTabsWindowItem
|
96884
96904
|
VSlideGroup: VSlideGroup
|
96885
96905
|
VSlideGroupItem: VSlideGroupItem
|
96886
|
-
|
96887
|
-
|
96906
|
+
VSystemBar: VSystemBar
|
96907
|
+
VTextarea: VTextarea
|
96888
96908
|
VStepper: VStepper
|
96889
96909
|
VStepperActions: VStepperActions
|
96890
96910
|
VStepperHeader: VStepperHeader
|
@@ -96892,43 +96912,36 @@ declare module 'vue' {
|
|
96892
96912
|
VStepperWindow: VStepperWindow
|
96893
96913
|
VStepperWindowItem: VStepperWindowItem
|
96894
96914
|
VTable: VTable
|
96895
|
-
VSwitch: VSwitch
|
96896
|
-
VTab: VTab
|
96897
|
-
VTabs: VTabs
|
96898
|
-
VTabsWindow: VTabsWindow
|
96899
|
-
VTabsWindowItem: VTabsWindowItem
|
96900
96915
|
VTextField: VTextField
|
96901
|
-
VTextarea: VTextarea
|
96902
|
-
VTimeline: VTimeline
|
96903
|
-
VTimelineItem: VTimelineItem
|
96904
|
-
VSystemBar: VSystemBar
|
96905
96916
|
VToolbar: VToolbar
|
96906
96917
|
VToolbarTitle: VToolbarTitle
|
96907
96918
|
VToolbarItems: VToolbarItems
|
96919
|
+
VTimeline: VTimeline
|
96920
|
+
VTimelineItem: VTimelineItem
|
96908
96921
|
VTooltip: VTooltip
|
96909
96922
|
VWindow: VWindow
|
96910
96923
|
VWindowItem: VWindowItem
|
96911
96924
|
VConfirmEdit: VConfirmEdit
|
96912
96925
|
VDataIterator: VDataIterator
|
96913
|
-
VDefaultsProvider: VDefaultsProvider
|
96914
|
-
VForm: VForm
|
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
|
-
VSparkline: VSparkline
|
96929
96941
|
VResponsive: VResponsive
|
96930
|
-
VSpeedDial: VSpeedDial
|
96931
96942
|
VSnackbarQueue: VSnackbarQueue
|
96943
|
+
VSparkline: VSparkline
|
96944
|
+
VSpeedDial: VSpeedDial
|
96932
96945
|
VThemeProvider: VThemeProvider
|
96933
96946
|
VValidation: VValidation
|
96934
96947
|
VVirtualScroll: VVirtualScroll
|
@@ -96948,27 +96961,27 @@ declare module 'vue' {
|
|
96948
96961
|
VExpandTransition: VExpandTransition
|
96949
96962
|
VExpandXTransition: VExpandXTransition
|
96950
96963
|
VDialogTransition: VDialogTransition
|
96951
|
-
VIconBtn: VIconBtn
|
96952
96964
|
VCalendar: VCalendar
|
96953
96965
|
VCalendarDay: VCalendarDay
|
96954
96966
|
VCalendarHeader: VCalendarHeader
|
96955
96967
|
VCalendarInterval: VCalendarInterval
|
96956
96968
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
96957
96969
|
VCalendarMonthDay: VCalendarMonthDay
|
96970
|
+
VIconBtn: VIconBtn
|
96958
96971
|
VPicker: VPicker
|
96959
96972
|
VPickerTitle: VPickerTitle
|
96960
|
-
VFileUpload: VFileUpload
|
96961
|
-
VFileUploadItem: VFileUploadItem
|
96962
96973
|
VStepperVertical: VStepperVertical
|
96963
96974
|
VStepperVerticalItem: VStepperVerticalItem
|
96964
96975
|
VStepperVerticalActions: VStepperVerticalActions
|
96965
|
-
VTreeview: VTreeview
|
96966
|
-
VTreeviewItem: VTreeviewItem
|
96967
|
-
VTreeviewGroup: VTreeviewGroup
|
96968
96976
|
VTimePicker: VTimePicker
|
96969
96977
|
VTimePickerClock: VTimePickerClock
|
96970
96978
|
VTimePickerControls: VTimePickerControls
|
96971
|
-
|
96979
|
+
VTreeview: VTreeview
|
96980
|
+
VTreeviewItem: VTreeviewItem
|
96981
|
+
VTreeviewGroup: VTreeviewGroup
|
96982
|
+
VFileUpload: VFileUpload
|
96983
|
+
VFileUploadItem: VFileUploadItem
|
96972
96984
|
VDateInput: VDateInput
|
96985
|
+
VPullToRefresh: VPullToRefresh
|
96973
96986
|
}
|
96974
96987
|
}
|
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
|
*/
|
@@ -2331,8 +2331,8 @@ function genDefaults$2() {
|
|
2331
2331
|
surface: '#212121',
|
2332
2332
|
'surface-bright': '#ccbfd6',
|
2333
2333
|
'surface-light': '#424242',
|
2334
|
-
'surface-variant': '#
|
2335
|
-
'on-surface-variant': '#
|
2334
|
+
'surface-variant': '#c8c8c8',
|
2335
|
+
'on-surface-variant': '#000000',
|
2336
2336
|
primary: '#2196F3',
|
2337
2337
|
'primary-darken-1': '#277CC1',
|
2338
2338
|
secondary: '#54B6B2',
|
@@ -6894,6 +6894,11 @@ function useValidation(props) {
|
|
6894
6894
|
}
|
6895
6895
|
async function validate() {
|
6896
6896
|
let silent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
6897
|
+
if (props.disabled || props.readonly) {
|
6898
|
+
internalErrorMessages.value = [];
|
6899
|
+
isValidating.value = false;
|
6900
|
+
return internalErrorMessages.value;
|
6901
|
+
}
|
6897
6902
|
const results = [];
|
6898
6903
|
isValidating.value = true;
|
6899
6904
|
for (const rule of props.rules) {
|
@@ -28543,37 +28548,43 @@ const VCalendarInterval = genericComponent()({
|
|
28543
28548
|
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28544
28549
|
}, [createVNode("div", {
|
28545
28550
|
"class": "v-calendar-day__row-label"
|
28546
|
-
}, [createVNode("slot", {
|
28551
|
+
}, [createVNode(resolveComponent("slot"), {
|
28547
28552
|
"name": "intervalFormat",
|
28548
28553
|
"interval": interval.value
|
28549
|
-
},
|
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", {
|
28550
28557
|
"class": "v-calendar-day__row-hairline"
|
28551
28558
|
}, null), createVNode("div", {
|
28552
28559
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28553
|
-
}, [createVNode("slot", {
|
28560
|
+
}, [createVNode(resolveComponent("slot"), {
|
28554
28561
|
"name": "intervalBody",
|
28555
28562
|
"interval": interval.value
|
28556
|
-
},
|
28557
|
-
|
28558
|
-
|
28559
|
-
|
28560
|
-
|
28561
|
-
|
28562
|
-
|
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", {
|
28563
28572
|
"class": "v-calendar-day__row-without-label",
|
28564
28573
|
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28565
28574
|
}, [createVNode("div", {
|
28566
28575
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28567
|
-
}, [createVNode("slot", {
|
28576
|
+
}, [createVNode(resolveComponent("slot"), {
|
28568
28577
|
"name": "intervalBody",
|
28569
28578
|
"interval": interval.value
|
28570
|
-
},
|
28571
|
-
|
28572
|
-
|
28573
|
-
|
28574
|
-
|
28575
|
-
|
28576
|
-
|
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
|
+
})])]);
|
28577
28588
|
});
|
28578
28589
|
return {
|
28579
28590
|
interval
|
@@ -31482,7 +31493,7 @@ function createVuetify$1() {
|
|
31482
31493
|
};
|
31483
31494
|
});
|
31484
31495
|
}
|
31485
|
-
const version$1 = "3.8.1-master.2025-04-
|
31496
|
+
const version$1 = "3.8.1-master.2025-04-14";
|
31486
31497
|
createVuetify$1.version = version$1;
|
31487
31498
|
|
31488
31499
|
// Vue's inject() can only be used in setup
|
@@ -31767,7 +31778,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31767
31778
|
|
31768
31779
|
/* eslint-disable local-rules/sort-imports */
|
31769
31780
|
|
31770
|
-
const version = "3.8.1-master.2025-04-
|
31781
|
+
const version = "3.8.1-master.2025-04-14";
|
31771
31782
|
|
31772
31783
|
/* eslint-disable local-rules/sort-imports */
|
31773
31784
|
|