@vuetify/nightly 3.10.7-dev.2025-10-24 → 3.10.7-dev.2025-10-25
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 +5 -3
- package/dist/json/attributes.json +3083 -3059
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +5485 -5425
- package/dist/vuetify-labs.cjs +57 -5
- package/dist/vuetify-labs.css +3208 -3183
- package/dist/vuetify-labs.d.ts +281 -194
- package/dist/vuetify-labs.esm.js +57 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +57 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3579 -3554
- package/dist/vuetify.d.ts +253 -194
- package/dist/vuetify.esm.js +57 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +57 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +50 -0
- package/lib/components/VDatePicker/VDatePickerMonth.css +25 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +53 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +57 -4
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +22 -0
- package/lib/components/VDatePicker/_variables.scss +5 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +50 -0
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
|
@@ -2712,47 +2712,48 @@ declare module 'vue' {
|
|
|
2712
2712
|
$children?: VNodeChild
|
|
2713
2713
|
}
|
|
2714
2714
|
export interface GlobalComponents {
|
|
2715
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2716
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2717
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2718
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2719
2715
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2720
2716
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2721
2717
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2722
|
-
|
|
2723
|
-
|
|
2718
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2719
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2720
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2724
2721
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2722
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2725
2723
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2726
2724
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2727
2725
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2728
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2729
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2730
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2731
2726
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2732
2727
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2733
2728
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2734
|
-
|
|
2729
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2730
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2731
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2735
2732
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2736
2733
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2737
2734
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2738
2735
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2739
2736
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2740
2737
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2738
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2739
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2740
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2741
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2742
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2741
2743
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2742
2744
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2743
2745
|
VChip: typeof import('vuetify/components')['VChip']
|
|
2744
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2745
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2746
2746
|
VCode: typeof import('vuetify/components')['VCode']
|
|
2747
|
-
|
|
2748
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2747
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2749
2748
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2750
2749
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2751
2750
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2752
2751
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2753
2752
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2754
2753
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2755
|
-
|
|
2754
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2755
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2756
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2756
2757
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2757
2758
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2758
2759
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2760,30 +2761,29 @@ declare module 'vue' {
|
|
|
2760
2761
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2761
2762
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2762
2763
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2763
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
2764
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2765
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2766
2764
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2765
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2766
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2767
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2767
2768
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2768
2769
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2769
2770
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2770
2771
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2771
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2772
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2773
|
-
VField: typeof import('vuetify/components')['VField']
|
|
2774
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2775
2772
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2776
|
-
|
|
2773
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2777
2774
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2778
2775
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2779
2776
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2780
2777
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2781
2778
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2779
|
+
VField: typeof import('vuetify/components')['VField']
|
|
2780
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2782
2781
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2783
|
-
|
|
2782
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2783
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2784
2784
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2785
2785
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2786
|
-
|
|
2786
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2787
2787
|
VList: typeof import('vuetify/components')['VList']
|
|
2788
2788
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2789
2789
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2793,66 +2793,66 @@ declare module 'vue' {
|
|
|
2793
2793
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2794
2794
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2795
2795
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2796
|
-
|
|
2797
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2798
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2796
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2799
2797
|
VMain: typeof import('vuetify/components')['VMain']
|
|
2800
2798
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2801
|
-
|
|
2799
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2800
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2802
2801
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2802
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2803
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2803
2804
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2804
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2805
2805
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2806
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2807
2806
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2807
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2808
2808
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2809
2809
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2810
2810
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2811
|
-
|
|
2812
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2811
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2813
2812
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2814
2813
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2815
|
-
|
|
2814
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2815
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2816
2816
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2817
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2818
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2817
2819
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2818
2820
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2819
2821
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2820
2822
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2821
2823
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2822
2824
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2823
|
-
|
|
2825
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2824
2826
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2827
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2828
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2829
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2830
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2825
2831
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2826
2832
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2827
2833
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2828
2834
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2829
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2830
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2831
2835
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2832
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
2833
2836
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2834
2837
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2835
2838
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2839
|
-
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2840
|
-
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2841
|
-
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2839
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2840
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2842
2841
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2843
2842
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2844
2843
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2845
|
-
|
|
2846
|
-
|
|
2844
|
+
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2845
|
+
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2846
|
+
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2847
2847
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2848
2848
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2849
2849
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2850
2850
|
VForm: typeof import('vuetify/components')['VForm']
|
|
2851
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
2851
2852
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2852
2853
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2853
2854
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2854
2855
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2855
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
2856
2856
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2857
2857
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2858
2858
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
@@ -2866,8 +2866,8 @@ declare module 'vue' {
|
|
|
2866
2866
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2867
2867
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2868
2868
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2869
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2870
2869
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2870
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2871
2871
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2872
2872
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2873
2873
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2884,26 +2884,26 @@ declare module 'vue' {
|
|
|
2884
2884
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2885
2885
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2886
2886
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2887
|
-
|
|
2888
|
-
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2889
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2890
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2887
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2891
2888
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2892
2889
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2890
|
+
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2891
|
+
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2892
|
+
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2893
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2893
2894
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2894
2895
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2895
2896
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2896
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2897
2897
|
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
|
2898
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2899
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2898
2900
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2899
2901
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2900
2902
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2901
|
-
|
|
2902
|
-
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2903
|
-
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2903
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2904
2904
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2905
|
-
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2906
2905
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2906
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2907
2907
|
}
|
|
2908
2908
|
export interface GlobalDirectives {
|
|
2909
2909
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED
|
@@ -113,6 +113,8 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
113
113
|
showWeek?: unknown;
|
|
114
114
|
transition?: unknown;
|
|
115
115
|
reverseTransition?: unknown;
|
|
116
|
+
events?: unknown;
|
|
117
|
+
eventColor?: unknown;
|
|
116
118
|
year?: unknown;
|
|
117
119
|
allowedMonths?: unknown;
|
|
118
120
|
min?: unknown;
|
|
@@ -751,6 +753,26 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
751
753
|
type: PropType<unknown extends Defaults["reverseTransition"] ? string : string | Defaults["reverseTransition"]>;
|
|
752
754
|
default: unknown extends Defaults["reverseTransition"] ? string : string | Defaults["reverseTransition"];
|
|
753
755
|
};
|
|
756
|
+
events: unknown extends Defaults["events"] ? {
|
|
757
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null>;
|
|
758
|
+
default: () => null;
|
|
759
|
+
} : Omit<{
|
|
760
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null>;
|
|
761
|
+
default: () => null;
|
|
762
|
+
}, "default" | "type"> & {
|
|
763
|
+
type: PropType<unknown extends Defaults["events"] ? import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null : Defaults["events"] | import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null>;
|
|
764
|
+
default: unknown extends Defaults["events"] ? import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null : Defaults["events"] | NonNullable<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null>;
|
|
765
|
+
};
|
|
766
|
+
eventColor: unknown extends Defaults["eventColor"] ? {
|
|
767
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors>;
|
|
768
|
+
default: () => null;
|
|
769
|
+
} : Omit<{
|
|
770
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors>;
|
|
771
|
+
default: () => null;
|
|
772
|
+
}, "default" | "type"> & {
|
|
773
|
+
type: PropType<unknown extends Defaults["eventColor"] ? import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors : Defaults["eventColor"] | import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors>;
|
|
774
|
+
default: unknown extends Defaults["eventColor"] ? import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors : Defaults["eventColor"] | NonNullable<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors>;
|
|
775
|
+
};
|
|
754
776
|
year: unknown extends Defaults["year"] ? NumberConstructor : {
|
|
755
777
|
type: PropType<unknown extends Defaults["year"] ? number : number | Defaults["year"]>;
|
|
756
778
|
default: unknown extends Defaults["year"] ? number : number | Defaults["year"];
|
|
@@ -887,6 +909,8 @@ export declare const VDateInput: {
|
|
|
887
909
|
showWeek: boolean;
|
|
888
910
|
transition: string;
|
|
889
911
|
reverseTransition: string;
|
|
912
|
+
events: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null;
|
|
913
|
+
eventColor: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors;
|
|
890
914
|
header: string;
|
|
891
915
|
location: import("../../util/index.js").Anchor;
|
|
892
916
|
menu: boolean;
|
|
@@ -3160,6 +3184,8 @@ export declare const VDateInput: {
|
|
|
3160
3184
|
showWeek: boolean;
|
|
3161
3185
|
transition: string;
|
|
3162
3186
|
reverseTransition: string;
|
|
3187
|
+
events: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null;
|
|
3188
|
+
eventColor: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors;
|
|
3163
3189
|
header: string;
|
|
3164
3190
|
displayFormat: string | ((date: unknown) => any);
|
|
3165
3191
|
location: import("../../util/index.js").Anchor;
|
|
@@ -3313,6 +3339,8 @@ export declare const VDateInput: {
|
|
|
3313
3339
|
showWeek: boolean;
|
|
3314
3340
|
transition: string;
|
|
3315
3341
|
reverseTransition: string;
|
|
3342
|
+
events: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null;
|
|
3343
|
+
eventColor: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors;
|
|
3316
3344
|
header: string;
|
|
3317
3345
|
location: import("../../util/index.js").Anchor;
|
|
3318
3346
|
menu: boolean;
|
|
@@ -5580,6 +5608,8 @@ export declare const VDateInput: {
|
|
|
5580
5608
|
showWeek: boolean;
|
|
5581
5609
|
transition: string;
|
|
5582
5610
|
reverseTransition: string;
|
|
5611
|
+
events: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null;
|
|
5612
|
+
eventColor: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors;
|
|
5583
5613
|
header: string;
|
|
5584
5614
|
displayFormat: string | ((date: unknown) => any);
|
|
5585
5615
|
location: import("../../util/index.js").Anchor;
|
|
@@ -5641,6 +5671,8 @@ export declare const VDateInput: {
|
|
|
5641
5671
|
showWeek: boolean;
|
|
5642
5672
|
transition: string;
|
|
5643
5673
|
reverseTransition: string;
|
|
5674
|
+
events: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null;
|
|
5675
|
+
eventColor: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors;
|
|
5644
5676
|
header: string;
|
|
5645
5677
|
location: import("../../util/index.js").Anchor;
|
|
5646
5678
|
menu: boolean;
|
|
@@ -7914,6 +7946,8 @@ export declare const VDateInput: {
|
|
|
7914
7946
|
showWeek: boolean;
|
|
7915
7947
|
transition: string;
|
|
7916
7948
|
reverseTransition: string;
|
|
7949
|
+
events: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null;
|
|
7950
|
+
eventColor: import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors;
|
|
7917
7951
|
header: string;
|
|
7918
7952
|
displayFormat: string | ((date: unknown) => any);
|
|
7919
7953
|
location: import("../../util/index.js").Anchor;
|
|
@@ -8232,6 +8266,14 @@ export declare const VDateInput: {
|
|
|
8232
8266
|
type: StringConstructor;
|
|
8233
8267
|
default: string;
|
|
8234
8268
|
};
|
|
8269
|
+
events: {
|
|
8270
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null>;
|
|
8271
|
+
default: () => null;
|
|
8272
|
+
};
|
|
8273
|
+
eventColor: {
|
|
8274
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors>;
|
|
8275
|
+
default: () => null;
|
|
8276
|
+
};
|
|
8235
8277
|
year: NumberConstructor;
|
|
8236
8278
|
allowedMonths: PropType<number[] | ((date: number) => boolean)>;
|
|
8237
8279
|
min: PropType<unknown>;
|
|
@@ -8474,6 +8516,14 @@ export declare const VDateInput: {
|
|
|
8474
8516
|
type: StringConstructor;
|
|
8475
8517
|
default: string;
|
|
8476
8518
|
};
|
|
8519
|
+
events: {
|
|
8520
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEvents | null>;
|
|
8521
|
+
default: () => null;
|
|
8522
|
+
};
|
|
8523
|
+
eventColor: {
|
|
8524
|
+
type: PropType<import("../../components/VDatePicker/VDatePickerMonth.js").DatePickerEventColors>;
|
|
8525
|
+
default: () => null;
|
|
8526
|
+
};
|
|
8477
8527
|
year: NumberConstructor;
|
|
8478
8528
|
allowedMonths: PropType<number[] | ((date: number) => boolean)>;
|
|
8479
8529
|
min: PropType<unknown>;
|