@vuetify/nightly 3.7.15-master.2025-03-07 → 3.7.15-master.2025-03-08
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 +10 -3
- package/dist/json/attributes.json +3148 -3148
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +5289 -5289
- package/dist/vuetify-labs.css +3259 -3259
- package/dist/vuetify-labs.d.ts +13 -13
- package/dist/vuetify-labs.esm.js +18 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3450 -3450
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +13 -21
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -21
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -21
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +3 -3
- package/lib/components/index.d.mts +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/lib/labs/VDateInput/VDateInput.mjs +3 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +10 -10
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -0
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/components.d.mts +10 -10
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -28745,7 +28745,7 @@ declare const VDatePickerMonth: {
|
|
28745
28745
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
28746
28746
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
28747
28747
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
28748
|
-
},
|
28748
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
28749
28749
|
'update:modelValue': (date: unknown) => true;
|
28750
28750
|
'update:month': (date: number) => true;
|
28751
28751
|
'update:year': (date: number) => true;
|
@@ -28873,7 +28873,7 @@ declare const VDatePickerMonth: {
|
|
28873
28873
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
28874
28874
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
28875
28875
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
28876
|
-
},
|
28876
|
+
}, {}, {}, {}, {}, {
|
28877
28877
|
transition: string;
|
28878
28878
|
disabled: boolean;
|
28879
28879
|
reverseTransition: string;
|
@@ -28936,7 +28936,7 @@ declare const VDatePickerMonth: {
|
|
28936
28936
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
28937
28937
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
28938
28938
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
28939
|
-
},
|
28939
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
28940
28940
|
'update:modelValue': (date: unknown) => true;
|
28941
28941
|
'update:month': (date: number) => true;
|
28942
28942
|
'update:year': (date: number) => true;
|
@@ -67072,47 +67072,38 @@ declare module 'vue' {
|
|
67072
67072
|
}
|
67073
67073
|
export interface GlobalComponents {
|
67074
67074
|
VApp: typeof import('vuetify/components')['VApp']
|
67075
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67076
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67077
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
67078
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67079
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67080
67075
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67081
67076
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67082
67077
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67083
|
-
|
67078
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67084
67079
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67085
|
-
|
67086
|
-
|
67080
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67081
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67087
67082
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67088
|
-
|
67083
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
67084
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67085
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67089
67086
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67090
67087
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67091
67088
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67092
|
-
|
67093
|
-
|
67094
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67095
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67089
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67090
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67096
67091
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67092
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67093
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67097
67094
|
VCard: typeof import('vuetify/components')['VCard']
|
67098
67095
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67099
67096
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67100
67097
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67101
67098
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67102
67099
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67103
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67104
67100
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67105
67101
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67106
67102
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67107
|
-
|
67108
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67109
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67110
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67111
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67112
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67113
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67103
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67114
67104
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67115
|
-
|
67105
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67106
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67116
67107
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67117
67108
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67118
67109
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67120,30 +67111,37 @@ declare module 'vue' {
|
|
67120
67111
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67121
67112
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67122
67113
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67123
|
-
|
67114
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67115
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67116
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67117
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67118
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67119
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67120
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67121
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67122
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67124
67123
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67124
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67125
67125
|
VFab: typeof import('vuetify/components')['VFab']
|
67126
67126
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67127
67127
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67128
67128
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67129
67129
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67130
67130
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67131
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67131
67132
|
VField: typeof import('vuetify/components')['VField']
|
67132
67133
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67133
67134
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67134
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67135
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67136
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67137
67135
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67138
67136
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67139
67137
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67140
67138
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67141
67139
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67140
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67141
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67142
67142
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67143
67143
|
VItem: typeof import('vuetify/components')['VItem']
|
67144
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67145
67144
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67146
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67147
67145
|
VList: typeof import('vuetify/components')['VList']
|
67148
67146
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67149
67147
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67153,22 +67151,24 @@ declare module 'vue' {
|
|
67153
67151
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67154
67152
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67155
67153
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67156
|
-
|
67157
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67154
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67158
67155
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67159
|
-
|
67156
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67160
67157
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67161
67158
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67162
|
-
|
67159
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67160
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67161
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67163
67162
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67163
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67164
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67164
67165
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67165
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67166
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67167
67166
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67168
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67169
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67170
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67171
67167
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67168
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67169
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67170
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67171
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67172
67172
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67173
67173
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67174
67174
|
VStepper: typeof import('vuetify/components')['VStepper']
|
@@ -67177,25 +67177,23 @@ declare module 'vue' {
|
|
67177
67177
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67178
67178
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67179
67179
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67180
|
-
|
67181
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67182
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67180
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67183
67181
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67184
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67185
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67186
67182
|
VTab: typeof import('vuetify/components')['VTab']
|
67187
67183
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67188
67184
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67189
67185
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67186
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67187
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67188
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67189
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67190
67190
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67191
67191
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67192
67192
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67193
|
-
|
67194
|
-
|
67195
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67193
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67194
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67196
67195
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67197
67196
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67198
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67199
67197
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67200
67198
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67201
67199
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -67218,6 +67216,7 @@ declare module 'vue' {
|
|
67218
67216
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67219
67217
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67220
67218
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67219
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67221
67220
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67222
67221
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67223
67222
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67234,7 +67233,8 @@ declare module 'vue' {
|
|
67234
67233
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67235
67234
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67236
67235
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67237
|
-
|
67236
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67237
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67238
67238
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67239
67239
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67240
67240
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -67243,18 +67243,18 @@ declare module 'vue' {
|
|
67243
67243
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67244
67244
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67245
67245
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67246
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67247
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67248
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67249
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67250
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67251
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67252
67246
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67253
67247
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67254
67248
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67249
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67250
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67255
67251
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67256
67252
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67257
67253
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67254
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67255
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67256
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67257
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67258
67258
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67259
67259
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67260
67260
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.15-master.2025-03-
|
2
|
+
* Vuetify v3.7.15-master.2025-03-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22145,7 +22145,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22145
22145
|
model.value = [value];
|
22146
22146
|
}
|
22147
22147
|
}
|
22148
|
-
|
22148
|
+
useRender(() => createVNode("div", {
|
22149
22149
|
"class": "v-date-picker-month"
|
22150
22150
|
}, [props.showWeek && createVNode("div", {
|
22151
22151
|
"key": "weeks",
|
@@ -22167,6 +22167,13 @@ const VDatePickerMonth = genericComponent()({
|
|
22167
22167
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22168
22168
|
const slotProps = {
|
22169
22169
|
props: {
|
22170
|
+
class: 'v-date-picker-month__day-btn',
|
22171
|
+
color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
|
22172
|
+
disabled: item.isDisabled,
|
22173
|
+
icon: true,
|
22174
|
+
ripple: false,
|
22175
|
+
text: item.localized,
|
22176
|
+
variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
|
22170
22177
|
onClick: () => onClick(item.date)
|
22171
22178
|
},
|
22172
22179
|
item,
|
@@ -22184,24 +22191,9 @@ const VDatePickerMonth = genericComponent()({
|
|
22184
22191
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
22185
22192
|
}],
|
22186
22193
|
"data-v-date": !item.isDisabled ? item.isoDate : undefined
|
22187
|
-
}, [(props.showAdjacentMonths || !item.isAdjacent) && createVNode(
|
22188
|
-
"defaults": {
|
22189
|
-
VBtn: {
|
22190
|
-
class: 'v-date-picker-month__day-btn',
|
22191
|
-
color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
|
22192
|
-
disabled: item.isDisabled,
|
22193
|
-
icon: true,
|
22194
|
-
ripple: false,
|
22195
|
-
text: item.localized,
|
22196
|
-
variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
|
22197
|
-
onClick: () => onClick(item.date)
|
22198
|
-
}
|
22199
|
-
}
|
22200
|
-
}, {
|
22201
|
-
default: () => [slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null)]
|
22202
|
-
})]);
|
22194
|
+
}, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null))]);
|
22203
22195
|
})])]
|
22204
|
-
})]);
|
22196
|
+
})]));
|
22205
22197
|
}
|
22206
22198
|
});
|
22207
22199
|
|
@@ -28448,7 +28440,7 @@ function createVuetify$1() {
|
|
28448
28440
|
goTo
|
28449
28441
|
};
|
28450
28442
|
}
|
28451
|
-
const version$1 = "3.7.15-master.2025-03-
|
28443
|
+
const version$1 = "3.7.15-master.2025-03-08";
|
28452
28444
|
createVuetify$1.version = version$1;
|
28453
28445
|
|
28454
28446
|
// Vue's inject() can only be used in setup
|
@@ -28473,7 +28465,7 @@ const createVuetify = function () {
|
|
28473
28465
|
...options
|
28474
28466
|
});
|
28475
28467
|
};
|
28476
|
-
const version = "3.7.15-master.2025-03-
|
28468
|
+
const version = "3.7.15-master.2025-03-08";
|
28477
28469
|
createVuetify.version = version;
|
28478
28470
|
|
28479
28471
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|