@vuetify/nightly 3.8.7-master.2025-05-27 → 3.8.7-master.2025-05-29
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 +8 -3
- package/dist/json/attributes.json +2677 -2653
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +200 -200
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +4691 -4637
- package/dist/vuetify-labs.cjs +68 -9
- package/dist/vuetify-labs.css +6193 -6193
- package/dist/vuetify-labs.d.ts +100 -70
- package/dist/vuetify-labs.esm.js +68 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +68 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +68 -9
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3735 -3735
- package/dist/vuetify.d.ts +90 -70
- package/dist/vuetify.esm.js +68 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +68 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +21 -11
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +20 -0
- package/lib/components/VDatePicker/VDatePicker.js +39 -2
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonths.js +12 -2
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerYears.js +14 -2
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +70 -70
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +20 -0
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2539,40 +2539,37 @@ declare module 'vue' {
|
|
2539
2539
|
$children?: VNodeChild
|
2540
2540
|
}
|
2541
2541
|
export interface GlobalComponents {
|
2542
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2543
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2544
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2545
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2546
2542
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2547
2543
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2548
2544
|
VApp: typeof import('vuetify/components')['VApp']
|
2545
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2549
2546
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2550
|
-
|
2551
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2547
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2552
2548
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2553
2549
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2554
2550
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2551
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2555
2552
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2556
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2557
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2558
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2559
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2560
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2561
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2562
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2563
2553
|
VCard: typeof import('vuetify/components')['VCard']
|
2564
2554
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2565
2555
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2566
2556
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2567
2557
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2568
2558
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2569
|
-
|
2570
|
-
|
2559
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2560
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2561
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2562
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2563
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2571
2564
|
VChip: typeof import('vuetify/components')['VChip']
|
2572
2565
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2573
2566
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2567
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2574
2568
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2575
2569
|
VCode: typeof import('vuetify/components')['VCode']
|
2570
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2571
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2572
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2576
2573
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2577
2574
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2578
2575
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2580,71 +2577,55 @@ declare module 'vue' {
|
|
2580
2577
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2581
2578
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2582
2579
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2583
|
-
|
2584
|
-
|
2585
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2580
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2581
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2586
2582
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2587
2583
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2588
2584
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2589
2585
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2590
2586
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2591
2587
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2592
|
-
|
2588
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2593
2589
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2594
|
-
|
2590
|
+
VField: typeof import('vuetify/components')['VField']
|
2591
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2595
2592
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2596
2593
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2597
2594
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2598
2595
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2599
|
-
|
2600
|
-
|
2596
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2597
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2601
2598
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2599
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2600
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2602
2601
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2603
2602
|
VItem: typeof import('vuetify/components')['VItem']
|
2604
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2605
|
-
VIcon: typeof import('vuetify/components')['VIcon']
|
2606
|
-
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2607
|
-
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2608
|
-
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2609
|
-
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2610
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2611
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2612
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2613
2603
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2604
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2614
2605
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2606
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2615
2607
|
VMain: typeof import('vuetify/components')['VMain']
|
2616
|
-
VList: typeof import('vuetify/components')['VList']
|
2617
|
-
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2618
|
-
VListImg: typeof import('vuetify/components')['VListImg']
|
2619
|
-
VListItem: typeof import('vuetify/components')['VListItem']
|
2620
|
-
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
2621
|
-
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
2622
|
-
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2623
|
-
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2624
|
-
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2625
2608
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2609
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2626
2610
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2627
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2628
2611
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2629
|
-
|
2630
|
-
|
2612
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2613
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2631
2614
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2615
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2632
2616
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2633
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2634
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2635
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2636
2617
|
VRating: typeof import('vuetify/components')['VRating']
|
2618
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2637
2619
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2638
|
-
|
2639
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2640
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2641
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
2620
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2642
2621
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2643
2622
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2644
|
-
|
2623
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2624
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2625
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2626
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2645
2627
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2646
2628
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2647
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2648
2629
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2649
2630
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2650
2631
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -2655,18 +2636,32 @@ declare module 'vue' {
|
|
2655
2636
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2656
2637
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2657
2638
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2639
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2640
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2641
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2642
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2658
2643
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2659
2644
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2660
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2661
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2662
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2663
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
2664
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2665
2645
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2666
2646
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2667
2647
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2668
|
-
|
2669
|
-
|
2648
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2649
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
2650
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2651
|
+
VIcon: typeof import('vuetify/components')['VIcon']
|
2652
|
+
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2653
|
+
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2654
|
+
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2655
|
+
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2656
|
+
VList: typeof import('vuetify/components')['VList']
|
2657
|
+
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2658
|
+
VListImg: typeof import('vuetify/components')['VListImg']
|
2659
|
+
VListItem: typeof import('vuetify/components')['VListItem']
|
2660
|
+
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
2661
|
+
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
2662
|
+
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2663
|
+
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2664
|
+
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2670
2665
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2671
2666
|
VForm: typeof import('vuetify/components')['VForm']
|
2672
2667
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -2675,20 +2670,24 @@ declare module 'vue' {
|
|
2675
2670
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2676
2671
|
VHover: typeof import('vuetify/components')['VHover']
|
2677
2672
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2678
|
-
|
2673
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2674
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2675
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2676
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2679
2677
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2680
2678
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2679
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2681
2680
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2682
2681
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2683
2682
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2684
2683
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2685
2684
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2686
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2687
2685
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2686
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2688
2687
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2689
2688
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2690
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2691
2689
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2690
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2692
2691
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2693
2692
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2694
2693
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2705,27 +2704,28 @@ declare module 'vue' {
|
|
2705
2704
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2706
2705
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2707
2706
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2707
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2708
2708
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2709
2709
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2710
2710
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2711
2711
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2712
2712
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2713
2713
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2714
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2715
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2716
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2717
2714
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2715
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2716
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2718
2717
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2719
2718
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2720
2719
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2721
|
-
|
2722
|
-
|
2723
|
-
|
2724
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2725
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2720
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2721
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2722
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2726
2723
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2727
2724
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2728
2725
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2726
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2727
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2728
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2729
2729
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2730
2730
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2731
2731
|
}
|
package/lib/framework.js
CHANGED
@@ -55,6 +55,8 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
55
55
|
allowedDates?: unknown;
|
56
56
|
hideWeekdays?: unknown;
|
57
57
|
showWeek?: unknown;
|
58
|
+
allowedMonths?: unknown;
|
59
|
+
allowedYears?: unknown;
|
58
60
|
rounded?: unknown;
|
59
61
|
loading?: unknown;
|
60
62
|
appendInnerIcon?: unknown;
|
@@ -410,6 +412,14 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
410
412
|
type: PropType<unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"]>;
|
411
413
|
default: unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"];
|
412
414
|
};
|
415
|
+
allowedMonths: unknown extends Defaults["allowedMonths"] ? PropType<number[] | ((date: number) => boolean)> : {
|
416
|
+
type: PropType<unknown extends Defaults["allowedMonths"] ? number[] | ((date: number) => boolean) : number[] | ((date: number) => boolean) | Defaults["allowedMonths"]>;
|
417
|
+
default: unknown extends Defaults["allowedMonths"] ? number[] | ((date: number) => boolean) : NonNullable<number[] | ((date: number) => boolean)> | Defaults["allowedMonths"];
|
418
|
+
};
|
419
|
+
allowedYears: unknown extends Defaults["allowedYears"] ? PropType<number[] | ((date: number) => boolean)> : {
|
420
|
+
type: PropType<unknown extends Defaults["allowedYears"] ? number[] | ((date: number) => boolean) : number[] | ((date: number) => boolean) | Defaults["allowedYears"]>;
|
421
|
+
default: unknown extends Defaults["allowedYears"] ? number[] | ((date: number) => boolean) : NonNullable<number[] | ((date: number) => boolean)> | Defaults["allowedYears"];
|
422
|
+
};
|
413
423
|
rounded: unknown extends Defaults["rounded"] ? {
|
414
424
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
415
425
|
default: undefined;
|
@@ -908,6 +918,8 @@ export declare const VDateInput: {
|
|
908
918
|
modelModifiers?: Record<string, boolean> | undefined;
|
909
919
|
firstDayOfWeek?: string | number | undefined;
|
910
920
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
921
|
+
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
922
|
+
allowedYears?: number[] | ((date: number) => boolean) | undefined;
|
911
923
|
inputFormat?: string | undefined;
|
912
924
|
displayFormat?: string | Function | undefined;
|
913
925
|
} & {
|
@@ -3105,6 +3117,8 @@ export declare const VDateInput: {
|
|
3105
3117
|
modelModifiers?: Record<string, boolean> | undefined;
|
3106
3118
|
firstDayOfWeek?: string | number | undefined;
|
3107
3119
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
3120
|
+
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
3121
|
+
allowedYears?: number[] | ((date: number) => boolean) | undefined;
|
3108
3122
|
inputFormat?: string | undefined;
|
3109
3123
|
displayFormat?: string | Function | undefined;
|
3110
3124
|
} & {
|
@@ -5276,6 +5290,8 @@ export declare const VDateInput: {
|
|
5276
5290
|
modelModifiers?: Record<string, boolean> | undefined;
|
5277
5291
|
firstDayOfWeek?: string | number | undefined;
|
5278
5292
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
5293
|
+
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
5294
|
+
allowedYears?: number[] | ((date: number) => boolean) | undefined;
|
5279
5295
|
inputFormat?: string | undefined;
|
5280
5296
|
displayFormat?: string | Function | undefined;
|
5281
5297
|
} & {
|
@@ -7460,6 +7476,8 @@ export declare const VDateInput: {
|
|
7460
7476
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7461
7477
|
hideWeekdays: BooleanConstructor;
|
7462
7478
|
showWeek: BooleanConstructor;
|
7479
|
+
allowedMonths: PropType<number[] | ((date: number) => boolean)>;
|
7480
|
+
allowedYears: PropType<number[] | ((date: number) => boolean)>;
|
7463
7481
|
rounded: {
|
7464
7482
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
7465
7483
|
default: undefined;
|
@@ -7692,6 +7710,8 @@ export declare const VDateInput: {
|
|
7692
7710
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7693
7711
|
hideWeekdays: BooleanConstructor;
|
7694
7712
|
showWeek: BooleanConstructor;
|
7713
|
+
allowedMonths: PropType<number[] | ((date: number) => boolean)>;
|
7714
|
+
allowedYears: PropType<number[] | ((date: number) => boolean)>;
|
7695
7715
|
rounded: {
|
7696
7716
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
7697
7717
|
default: undefined;
|