vuetify 3.7.17 → 3.7.18
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/dist/json/attributes.json +3020 -3020
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5507 -5507
- package/dist/vuetify-labs.css +4293 -4293
- package/dist/vuetify-labs.d.ts +3 -3
- package/dist/vuetify-labs.esm.js +21 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3172 -3172
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +21 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +21 -13
- 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 +21 -12
- 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 +59 -59
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -28760,7 +28760,7 @@ declare const VDatePickerMonth: {
|
|
|
28760
28760
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28761
28761
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28762
28762
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28763
|
-
},
|
|
28763
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28764
28764
|
'update:modelValue': (date: unknown) => true;
|
|
28765
28765
|
'update:month': (date: number) => true;
|
|
28766
28766
|
'update:year': (date: number) => true;
|
|
@@ -28888,7 +28888,7 @@ declare const VDatePickerMonth: {
|
|
|
28888
28888
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28889
28889
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28890
28890
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28891
|
-
},
|
|
28891
|
+
}, () => JSX.Element, {}, {}, {}, {
|
|
28892
28892
|
transition: string;
|
|
28893
28893
|
disabled: boolean;
|
|
28894
28894
|
reverseTransition: string;
|
|
@@ -28951,7 +28951,7 @@ declare const VDatePickerMonth: {
|
|
|
28951
28951
|
"onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
|
|
28952
28952
|
"onUpdate:month"?: ((date: number) => any) | undefined;
|
|
28953
28953
|
"onUpdate:year"?: ((date: number) => any) | undefined;
|
|
28954
|
-
},
|
|
28954
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28955
28955
|
'update:modelValue': (date: unknown) => true;
|
|
28956
28956
|
'update:month': (date: number) => true;
|
|
28957
28957
|
'update:year': (date: number) => true;
|
|
@@ -67137,49 +67137,42 @@ declare module 'vue' {
|
|
|
67137
67137
|
$children?: VNodeChild
|
|
67138
67138
|
}
|
|
67139
67139
|
export interface GlobalComponents {
|
|
67140
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67141
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67142
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67140
67143
|
VApp: typeof import('vuetify/components')['VApp']
|
|
67141
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67142
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67143
67144
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67144
67145
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67146
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67145
67147
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67148
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67146
67149
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67147
67150
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67148
67151
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67152
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67153
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67154
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67155
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67149
67156
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67150
67157
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67151
67158
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67152
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67153
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67154
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67155
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67156
67159
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67157
67160
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67158
67161
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
67159
67162
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
67160
67163
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67161
67164
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67162
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67163
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67164
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67165
67165
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67166
67166
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67167
|
-
|
|
67167
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
67168
67168
|
VChip: typeof import('vuetify/components')['VChip']
|
|
67169
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67170
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67169
67171
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67170
67172
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67171
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
67172
67173
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67173
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67174
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67175
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67176
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67177
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67178
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67179
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67180
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67181
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67182
67174
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67175
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67183
67176
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67184
67177
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
67185
67178
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -67187,30 +67180,34 @@ declare module 'vue' {
|
|
|
67187
67180
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67188
67181
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67189
67182
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67183
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67184
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67185
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67186
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67187
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67188
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67189
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67190
67190
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67191
67191
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67192
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
67193
|
-
VField: typeof import('vuetify/components')['VField']
|
|
67194
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67195
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67196
67192
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67197
67193
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67198
67194
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67199
67195
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67196
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67197
|
+
VField: typeof import('vuetify/components')['VField']
|
|
67198
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67200
67199
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67201
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67202
67200
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67203
67201
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67204
67202
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67205
67203
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67206
67204
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67207
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
67208
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67209
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
67210
67205
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67211
67206
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67212
|
-
|
|
67213
|
-
|
|
67207
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67208
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67209
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
67210
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
67214
67211
|
VList: typeof import('vuetify/components')['VList']
|
|
67215
67212
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67216
67213
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67220,71 +67217,74 @@ declare module 'vue' {
|
|
|
67220
67217
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67221
67218
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67222
67219
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67220
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67221
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67222
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
67223
67223
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67224
67224
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67225
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67226
67225
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67226
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67227
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67227
67228
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67228
67229
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67229
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67230
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
67231
67230
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67231
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
67232
67232
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67233
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67234
67233
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67235
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67236
67234
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67237
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67238
67235
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67236
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67237
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67238
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67239
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67240
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67241
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67242
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67239
67243
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67240
67244
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67241
67245
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67242
67246
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67243
67247
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67244
67248
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67245
|
-
|
|
67246
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67247
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67248
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
67249
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67250
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67249
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67251
67250
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67252
67251
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67253
67252
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67254
67253
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
67255
|
-
|
|
67254
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
67255
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67256
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67257
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67258
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67256
67259
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67257
67260
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67258
67261
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67259
67262
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67260
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67261
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67262
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67263
67263
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67264
67264
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67265
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
67266
67266
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67267
67267
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67268
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
67269
67268
|
VForm: typeof import('vuetify/components')['VForm']
|
|
67270
67269
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67271
67270
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67272
67271
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67273
67272
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67273
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
67274
67274
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67275
67275
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67276
67276
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67277
67277
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67278
67278
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67279
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67280
67279
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67280
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67281
67281
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67282
67282
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67283
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
67284
67283
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
67284
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
67285
67285
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67286
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67287
67286
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67287
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67288
67288
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67289
67289
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67290
67290
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -67301,20 +67301,14 @@ declare module 'vue' {
|
|
|
67301
67301
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67302
67302
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67303
67303
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67304
|
-
|
|
67305
|
-
|
|
67306
|
-
|
|
67307
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67308
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67309
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67304
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67305
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67306
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67310
67307
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67311
67308
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67312
67309
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
67313
67310
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
67314
67311
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
67315
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67316
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67317
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67318
67312
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
67319
67313
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
67320
67314
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
@@ -67323,6 +67317,12 @@ declare module 'vue' {
|
|
|
67323
67317
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
67324
67318
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
67325
67319
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67320
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67321
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67322
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67323
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67324
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67325
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67326
67326
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67327
67327
|
}
|
|
67328
67328
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.18
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -22149,7 +22149,7 @@ const VDatePickerMonth = genericComponent()({
|
|
|
22149
22149
|
model.value = [value];
|
|
22150
22150
|
}
|
|
22151
22151
|
}
|
|
22152
|
-
|
|
22152
|
+
return () => createVNode("div", {
|
|
22153
22153
|
"class": "v-date-picker-month"
|
|
22154
22154
|
}, [props.showWeek && createVNode("div", {
|
|
22155
22155
|
"key": "weeks",
|
|
@@ -22171,13 +22171,6 @@ const VDatePickerMonth = genericComponent()({
|
|
|
22171
22171
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
|
22172
22172
|
const slotProps = {
|
|
22173
22173
|
props: {
|
|
22174
|
-
class: 'v-date-picker-month__day-btn',
|
|
22175
|
-
color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
|
|
22176
|
-
disabled: item.isDisabled,
|
|
22177
|
-
icon: true,
|
|
22178
|
-
ripple: false,
|
|
22179
|
-
text: item.localized,
|
|
22180
|
-
variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
|
|
22181
22174
|
onClick: () => onClick(item.date)
|
|
22182
22175
|
},
|
|
22183
22176
|
item,
|
|
@@ -22195,9 +22188,24 @@ const VDatePickerMonth = genericComponent()({
|
|
|
22195
22188
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
|
22196
22189
|
}],
|
|
22197
22190
|
"data-v-date": !item.isDisabled ? item.isoDate : undefined
|
|
22198
|
-
}, [(props.showAdjacentMonths || !item.isAdjacent) &&
|
|
22191
|
+
}, [(props.showAdjacentMonths || !item.isAdjacent) && createVNode(VDefaultsProvider, {
|
|
22192
|
+
"defaults": {
|
|
22193
|
+
VBtn: {
|
|
22194
|
+
class: 'v-date-picker-month__day-btn',
|
|
22195
|
+
color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
|
|
22196
|
+
disabled: item.isDisabled,
|
|
22197
|
+
icon: true,
|
|
22198
|
+
ripple: false,
|
|
22199
|
+
text: item.localized,
|
|
22200
|
+
variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
|
|
22201
|
+
onClick: () => onClick(item.date)
|
|
22202
|
+
}
|
|
22203
|
+
}
|
|
22204
|
+
}, {
|
|
22205
|
+
default: () => [slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null)]
|
|
22206
|
+
})]);
|
|
22199
22207
|
})])]
|
|
22200
|
-
})])
|
|
22208
|
+
})]);
|
|
22201
22209
|
}
|
|
22202
22210
|
});
|
|
22203
22211
|
|
|
@@ -28444,7 +28452,7 @@ function createVuetify$1() {
|
|
|
28444
28452
|
goTo
|
|
28445
28453
|
};
|
|
28446
28454
|
}
|
|
28447
|
-
const version$1 = "3.7.
|
|
28455
|
+
const version$1 = "3.7.18";
|
|
28448
28456
|
createVuetify$1.version = version$1;
|
|
28449
28457
|
|
|
28450
28458
|
// Vue's inject() can only be used in setup
|
|
@@ -28469,7 +28477,7 @@ const createVuetify = function () {
|
|
|
28469
28477
|
...options
|
|
28470
28478
|
});
|
|
28471
28479
|
};
|
|
28472
|
-
const version = "3.7.
|
|
28480
|
+
const version = "3.7.18";
|
|
28473
28481
|
createVuetify.version = version;
|
|
28474
28482
|
|
|
28475
28483
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|