@vuetify/nightly 3.7.15-dev.2025-03-07 → 3.7.15-dev.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 +9 -3
- package/dist/json/attributes.json +3379 -3339
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +10 -0
- package/dist/json/web-types.json +6242 -6151
- package/dist/vuetify-labs.css +3410 -3409
- package/dist/vuetify-labs.d.ts +234 -181
- package/dist/vuetify-labs.esm.js +810 -808
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +810 -808
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2799 -2798
- package/dist/vuetify.d.ts +214 -161
- package/dist/vuetify.esm.js +810 -808
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +810 -808
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +176 -175
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +3 -2
- package/lib/components/VColorPicker/VColorPicker.d.ts +259 -156
- package/lib/components/VColorPicker/VColorPicker.js +16 -17
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +2 -1
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +6 -6
- package/lib/components/VDatePicker/VDatePicker.js +5 -2
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +25 -25
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -494,39 +494,47 @@ declare module 'vue' {
|
|
494
494
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
495
495
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
496
496
|
VApp: typeof import('vuetify/components')['VApp']
|
497
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
498
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
499
497
|
VAlert: typeof import('vuetify/components')['VAlert']
|
500
498
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
501
|
-
|
499
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
500
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
502
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
502
503
|
VBanner: typeof import('vuetify/components')['VBanner']
|
503
504
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
504
505
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
505
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
506
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
507
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
508
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
509
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
510
506
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
511
507
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
512
508
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
509
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
510
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
511
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
513
512
|
VCard: typeof import('vuetify/components')['VCard']
|
514
513
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
515
514
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
516
515
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
517
516
|
VCardText: typeof import('vuetify/components')['VCardText']
|
518
517
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
519
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
520
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
521
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
522
518
|
VChip: typeof import('vuetify/components')['VChip']
|
519
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
523
520
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
524
521
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
525
|
-
|
522
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
523
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
524
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
525
|
+
VCode: typeof import('vuetify/components')['VCode']
|
526
526
|
VCounter: typeof import('vuetify/components')['VCounter']
|
527
527
|
VDialog: typeof import('vuetify/components')['VDialog']
|
528
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
529
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
530
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
531
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
532
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
533
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
534
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
535
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
528
536
|
VDivider: typeof import('vuetify/components')['VDivider']
|
529
|
-
|
537
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
530
538
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
531
539
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
532
540
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
@@ -538,33 +546,24 @@ declare module 'vue' {
|
|
538
546
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
539
547
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
540
548
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
541
|
-
|
542
|
-
|
543
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
544
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
545
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
546
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
547
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
549
|
+
VFab: typeof import('vuetify/components')['VFab']
|
550
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
548
551
|
VField: typeof import('vuetify/components')['VField']
|
549
552
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
550
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
551
553
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
552
|
-
|
554
|
+
VImg: typeof import('vuetify/components')['VImg']
|
555
|
+
VInput: typeof import('vuetify/components')['VInput']
|
556
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
557
|
+
VItem: typeof import('vuetify/components')['VItem']
|
558
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
553
559
|
VIcon: typeof import('vuetify/components')['VIcon']
|
554
560
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
555
561
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
556
562
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
557
563
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
558
|
-
|
559
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
564
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
560
565
|
VLabel: typeof import('vuetify/components')['VLabel']
|
561
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
562
|
-
VItem: typeof import('vuetify/components')['VItem']
|
563
566
|
VMain: typeof import('vuetify/components')['VMain']
|
564
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
565
|
-
VInput: typeof import('vuetify/components')['VInput']
|
566
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
567
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
568
567
|
VList: typeof import('vuetify/components')['VList']
|
569
568
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
570
569
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -575,59 +574,60 @@ declare module 'vue' {
|
|
575
574
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
576
575
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
577
576
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
577
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
578
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
578
579
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
580
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
579
581
|
VPagination: typeof import('vuetify/components')['VPagination']
|
580
|
-
|
582
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
581
583
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
584
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
582
585
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
583
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
584
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
585
|
-
VCode: typeof import('vuetify/components')['VCode']
|
586
|
-
VRating: typeof import('vuetify/components')['VRating']
|
587
586
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
588
|
-
|
587
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
589
588
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
590
|
-
|
589
|
+
VRating: typeof import('vuetify/components')['VRating']
|
591
590
|
VSlider: typeof import('vuetify/components')['VSlider']
|
592
591
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
593
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
594
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
595
592
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
596
593
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
597
|
-
VTab: typeof import('vuetify/components')['VTab']
|
598
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
599
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
600
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
601
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
602
594
|
VStepper: typeof import('vuetify/components')['VStepper']
|
603
595
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
604
596
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
605
597
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
606
598
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
607
599
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
608
|
-
|
600
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
601
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
602
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
609
603
|
VTextField: typeof import('vuetify/components')['VTextField']
|
610
|
-
|
611
|
-
|
612
|
-
|
604
|
+
VTable: typeof import('vuetify/components')['VTable']
|
605
|
+
VTab: typeof import('vuetify/components')['VTab']
|
606
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
607
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
608
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
609
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
613
610
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
614
611
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
615
612
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
613
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
615
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
616
616
|
VWindow: typeof import('vuetify/components')['VWindow']
|
617
617
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
618
618
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
619
619
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
620
620
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
621
|
+
VForm: typeof import('vuetify/components')['VForm']
|
621
622
|
VContainer: typeof import('vuetify/components')['VContainer']
|
622
623
|
VCol: typeof import('vuetify/components')['VCol']
|
623
624
|
VRow: typeof import('vuetify/components')['VRow']
|
624
625
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
625
|
-
VForm: typeof import('vuetify/components')['VForm']
|
626
626
|
VHover: typeof import('vuetify/components')['VHover']
|
627
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
628
|
VLayout: typeof import('vuetify/components')['VLayout']
|
628
629
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
629
630
|
VLazy: typeof import('vuetify/components')['VLazy']
|
630
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
631
631
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
632
632
|
VParallax: typeof import('vuetify/components')['VParallax']
|
633
633
|
VRadio: typeof import('vuetify/components')['VRadio']
|
@@ -636,8 +636,8 @@ declare module 'vue' {
|
|
636
636
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
637
637
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
638
638
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
639
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
640
639
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
640
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
641
641
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
642
642
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
643
643
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -654,20 +654,20 @@ declare module 'vue' {
|
|
654
654
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
655
655
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
656
656
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
657
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
658
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
659
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
660
657
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
661
658
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
662
659
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
663
660
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
664
661
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
665
662
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
663
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
664
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
665
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
666
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
667
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
666
668
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
667
669
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
668
670
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
669
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
670
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
671
671
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
672
672
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
673
673
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
@@ -675,7 +675,7 @@ declare module 'vue' {
|
|
675
675
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
676
676
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
677
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
678
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
679
678
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
679
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
680
680
|
}
|
681
681
|
}
|
package/lib/framework.js
CHANGED
@@ -292,11 +292,11 @@ export declare const VCalendar: {
|
|
292
292
|
day: Record<string, any>;
|
293
293
|
nextIcon: string;
|
294
294
|
prevIcon: string;
|
295
|
+
hideHeader: boolean;
|
295
296
|
viewMode: "day" | "month" | "week";
|
296
297
|
showAdjacentMonths: boolean;
|
297
298
|
weekdays: number[];
|
298
299
|
weeksInMonth: "static" | "dynamic";
|
299
|
-
hideHeader: boolean;
|
300
300
|
intervalDivisions: number;
|
301
301
|
intervalDuration: number;
|
302
302
|
intervalHeight: number;
|
@@ -416,11 +416,11 @@ export declare const VCalendar: {
|
|
416
416
|
day: Record<string, any>;
|
417
417
|
nextIcon: string;
|
418
418
|
prevIcon: string;
|
419
|
+
hideHeader: boolean;
|
419
420
|
viewMode: "day" | "month" | "week";
|
420
421
|
showAdjacentMonths: boolean;
|
421
422
|
weekdays: number[];
|
422
423
|
weeksInMonth: "static" | "dynamic";
|
423
|
-
hideHeader: boolean;
|
424
424
|
intervalDivisions: number;
|
425
425
|
intervalDuration: number;
|
426
426
|
intervalHeight: number;
|
@@ -451,11 +451,11 @@ export declare const VCalendar: {
|
|
451
451
|
day: Record<string, any>;
|
452
452
|
nextIcon: string;
|
453
453
|
prevIcon: string;
|
454
|
+
hideHeader: boolean;
|
454
455
|
viewMode: "day" | "month" | "week";
|
455
456
|
showAdjacentMonths: boolean;
|
456
457
|
weekdays: number[];
|
457
458
|
weeksInMonth: "static" | "dynamic";
|
458
|
-
hideHeader: boolean;
|
459
459
|
intervalDivisions: number;
|
460
460
|
intervalDuration: number;
|
461
461
|
intervalHeight: number;
|
@@ -571,11 +571,11 @@ export declare const VCalendar: {
|
|
571
571
|
day: Record<string, any>;
|
572
572
|
nextIcon: string;
|
573
573
|
prevIcon: string;
|
574
|
+
hideHeader: boolean;
|
574
575
|
viewMode: "day" | "month" | "week";
|
575
576
|
showAdjacentMonths: boolean;
|
576
577
|
weekdays: number[];
|
577
578
|
weeksInMonth: "static" | "dynamic";
|
578
|
-
hideHeader: boolean;
|
579
579
|
intervalDivisions: number;
|
580
580
|
intervalDuration: number;
|
581
581
|
intervalHeight: number;
|
@@ -594,11 +594,11 @@ export declare const VCalendar: {
|
|
594
594
|
day: Record<string, any>;
|
595
595
|
nextIcon: string;
|
596
596
|
prevIcon: string;
|
597
|
+
hideHeader: boolean;
|
597
598
|
viewMode: "day" | "month" | "week";
|
598
599
|
showAdjacentMonths: boolean;
|
599
600
|
weekdays: number[];
|
600
601
|
weeksInMonth: "static" | "dynamic";
|
601
|
-
hideHeader: boolean;
|
602
602
|
intervalDivisions: number;
|
603
603
|
intervalDuration: number;
|
604
604
|
intervalHeight: number;
|
@@ -718,11 +718,11 @@ export declare const VCalendar: {
|
|
718
718
|
day: Record<string, any>;
|
719
719
|
nextIcon: string;
|
720
720
|
prevIcon: string;
|
721
|
+
hideHeader: boolean;
|
721
722
|
viewMode: "day" | "month" | "week";
|
722
723
|
showAdjacentMonths: boolean;
|
723
724
|
weekdays: number[];
|
724
725
|
weeksInMonth: "static" | "dynamic";
|
725
|
-
hideHeader: boolean;
|
726
726
|
intervalDivisions: number;
|
727
727
|
intervalDuration: number;
|
728
728
|
intervalHeight: number;
|
@@ -42,6 +42,7 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
42
42
|
nextIcon?: unknown;
|
43
43
|
prevIcon?: unknown;
|
44
44
|
reverseTransition?: unknown;
|
45
|
+
hideHeader?: unknown;
|
45
46
|
modeIcon?: unknown;
|
46
47
|
viewMode?: unknown;
|
47
48
|
showAdjacentMonths?: unknown;
|
@@ -51,7 +52,6 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
51
52
|
allowedDates?: unknown;
|
52
53
|
hideWeekdays?: unknown;
|
53
54
|
showWeek?: unknown;
|
54
|
-
hideHeader?: unknown;
|
55
55
|
rounded?: unknown;
|
56
56
|
loading?: unknown;
|
57
57
|
appendInnerIcon?: unknown;
|
@@ -299,6 +299,16 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
299
299
|
type: PropType<unknown extends Defaults["reverseTransition"] ? string : string | Defaults["reverseTransition"]>;
|
300
300
|
default: unknown extends Defaults["reverseTransition"] ? string : string | Defaults["reverseTransition"];
|
301
301
|
};
|
302
|
+
hideHeader: unknown extends Defaults["hideHeader"] ? {
|
303
|
+
type: PropType<boolean>;
|
304
|
+
default: boolean;
|
305
|
+
} : Omit<{
|
306
|
+
type: PropType<boolean>;
|
307
|
+
default: boolean;
|
308
|
+
}, "type" | "default"> & {
|
309
|
+
type: PropType<unknown extends Defaults["hideHeader"] ? boolean : boolean | Defaults["hideHeader"]>;
|
310
|
+
default: unknown extends Defaults["hideHeader"] ? boolean : boolean | Defaults["hideHeader"];
|
311
|
+
};
|
302
312
|
modeIcon: unknown extends Defaults["modeIcon"] ? {
|
303
313
|
type: PropType<import("../../composables/icons").IconValue>;
|
304
314
|
default: string;
|
@@ -401,16 +411,6 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
401
411
|
type: PropType<unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"]>;
|
402
412
|
default: unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"];
|
403
413
|
};
|
404
|
-
hideHeader: unknown extends Defaults["hideHeader"] ? {
|
405
|
-
type: PropType<boolean>;
|
406
|
-
default: boolean;
|
407
|
-
} : Omit<{
|
408
|
-
type: PropType<boolean>;
|
409
|
-
default: boolean;
|
410
|
-
}, "type" | "default"> & {
|
411
|
-
type: PropType<unknown extends Defaults["hideHeader"] ? boolean : boolean | Defaults["hideHeader"]>;
|
412
|
-
default: unknown extends Defaults["hideHeader"] ? boolean : boolean | Defaults["hideHeader"];
|
413
|
-
};
|
414
414
|
rounded: unknown extends Defaults["rounded"] ? {
|
415
415
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
416
416
|
default: undefined;
|
@@ -784,6 +784,7 @@ export declare const VDateInput: {
|
|
784
784
|
persistentPlaceholder: boolean;
|
785
785
|
persistentCounter: boolean;
|
786
786
|
reverseTransition: string;
|
787
|
+
hideHeader: boolean;
|
787
788
|
cancelText: string;
|
788
789
|
okText: string;
|
789
790
|
modeIcon: import("../../composables/icons").IconValue;
|
@@ -793,7 +794,6 @@ export declare const VDateInput: {
|
|
793
794
|
weeksInMonth: "static" | "dynamic";
|
794
795
|
hideWeekdays: boolean;
|
795
796
|
showWeek: boolean;
|
796
|
-
hideHeader: boolean;
|
797
797
|
hideActions: boolean;
|
798
798
|
} & {
|
799
799
|
name?: string | undefined;
|
@@ -946,6 +946,7 @@ export declare const VDateInput: {
|
|
946
946
|
persistentPlaceholder: boolean;
|
947
947
|
persistentCounter: boolean;
|
948
948
|
reverseTransition: string;
|
949
|
+
hideHeader: boolean;
|
949
950
|
cancelText: string;
|
950
951
|
okText: string;
|
951
952
|
modeIcon: import("../../composables/icons").IconValue;
|
@@ -955,7 +956,6 @@ export declare const VDateInput: {
|
|
955
956
|
weeksInMonth: "static" | "dynamic";
|
956
957
|
hideWeekdays: boolean;
|
957
958
|
showWeek: boolean;
|
958
|
-
hideHeader: boolean;
|
959
959
|
hideActions: boolean;
|
960
960
|
}, true, {}, import("vue").SlotsType<Partial<{
|
961
961
|
message: (arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
|
@@ -1021,6 +1021,7 @@ export declare const VDateInput: {
|
|
1021
1021
|
persistentPlaceholder: boolean;
|
1022
1022
|
persistentCounter: boolean;
|
1023
1023
|
reverseTransition: string;
|
1024
|
+
hideHeader: boolean;
|
1024
1025
|
cancelText: string;
|
1025
1026
|
okText: string;
|
1026
1027
|
modeIcon: import("../../composables/icons").IconValue;
|
@@ -1030,7 +1031,6 @@ export declare const VDateInput: {
|
|
1030
1031
|
weeksInMonth: "static" | "dynamic";
|
1031
1032
|
hideWeekdays: boolean;
|
1032
1033
|
showWeek: boolean;
|
1033
|
-
hideHeader: boolean;
|
1034
1034
|
hideActions: boolean;
|
1035
1035
|
} & {
|
1036
1036
|
name?: string | undefined;
|
@@ -1181,6 +1181,7 @@ export declare const VDateInput: {
|
|
1181
1181
|
persistentPlaceholder: boolean;
|
1182
1182
|
persistentCounter: boolean;
|
1183
1183
|
reverseTransition: string;
|
1184
|
+
hideHeader: boolean;
|
1184
1185
|
cancelText: string;
|
1185
1186
|
okText: string;
|
1186
1187
|
modeIcon: import("../../composables/icons").IconValue;
|
@@ -1190,7 +1191,6 @@ export declare const VDateInput: {
|
|
1190
1191
|
weeksInMonth: "static" | "dynamic";
|
1191
1192
|
hideWeekdays: boolean;
|
1192
1193
|
showWeek: boolean;
|
1193
|
-
hideHeader: boolean;
|
1194
1194
|
hideActions: boolean;
|
1195
1195
|
}>;
|
1196
1196
|
__isFragment?: never;
|
@@ -1235,6 +1235,7 @@ export declare const VDateInput: {
|
|
1235
1235
|
persistentPlaceholder: boolean;
|
1236
1236
|
persistentCounter: boolean;
|
1237
1237
|
reverseTransition: string;
|
1238
|
+
hideHeader: boolean;
|
1238
1239
|
cancelText: string;
|
1239
1240
|
okText: string;
|
1240
1241
|
modeIcon: import("../../composables/icons").IconValue;
|
@@ -1244,7 +1245,6 @@ export declare const VDateInput: {
|
|
1244
1245
|
weeksInMonth: "static" | "dynamic";
|
1245
1246
|
hideWeekdays: boolean;
|
1246
1247
|
showWeek: boolean;
|
1247
|
-
hideHeader: boolean;
|
1248
1248
|
hideActions: boolean;
|
1249
1249
|
} & {
|
1250
1250
|
name?: string | undefined;
|
@@ -1397,6 +1397,7 @@ export declare const VDateInput: {
|
|
1397
1397
|
persistentPlaceholder: boolean;
|
1398
1398
|
persistentCounter: boolean;
|
1399
1399
|
reverseTransition: string;
|
1400
|
+
hideHeader: boolean;
|
1400
1401
|
cancelText: string;
|
1401
1402
|
okText: string;
|
1402
1403
|
modeIcon: import("../../composables/icons").IconValue;
|
@@ -1406,7 +1407,6 @@ export declare const VDateInput: {
|
|
1406
1407
|
weeksInMonth: "static" | "dynamic";
|
1407
1408
|
hideWeekdays: boolean;
|
1408
1409
|
showWeek: boolean;
|
1409
|
-
hideHeader: boolean;
|
1410
1410
|
hideActions: boolean;
|
1411
1411
|
}, {}, string, import("vue").SlotsType<Partial<{
|
1412
1412
|
message: (arg: import("../../components/VMessages/VMessages").VMessageSlot) => import("vue").VNode[];
|
@@ -1491,6 +1491,10 @@ export declare const VDateInput: {
|
|
1491
1491
|
type: StringConstructor;
|
1492
1492
|
default: string;
|
1493
1493
|
};
|
1494
|
+
hideHeader: {
|
1495
|
+
type: PropType<boolean>;
|
1496
|
+
default: boolean;
|
1497
|
+
};
|
1494
1498
|
modeIcon: {
|
1495
1499
|
type: PropType<import("../../composables/icons").IconValue>;
|
1496
1500
|
default: string;
|
@@ -1533,10 +1537,6 @@ export declare const VDateInput: {
|
|
1533
1537
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
1534
1538
|
hideWeekdays: BooleanConstructor;
|
1535
1539
|
showWeek: BooleanConstructor;
|
1536
|
-
hideHeader: {
|
1537
|
-
type: PropType<boolean>;
|
1538
|
-
default: boolean;
|
1539
|
-
};
|
1540
1540
|
rounded: {
|
1541
1541
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1542
1542
|
default: undefined;
|
@@ -1712,6 +1712,10 @@ export declare const VDateInput: {
|
|
1712
1712
|
type: StringConstructor;
|
1713
1713
|
default: string;
|
1714
1714
|
};
|
1715
|
+
hideHeader: {
|
1716
|
+
type: PropType<boolean>;
|
1717
|
+
default: boolean;
|
1718
|
+
};
|
1715
1719
|
modeIcon: {
|
1716
1720
|
type: PropType<import("../../composables/icons").IconValue>;
|
1717
1721
|
default: string;
|
@@ -1754,10 +1758,6 @@ export declare const VDateInput: {
|
|
1754
1758
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
1755
1759
|
hideWeekdays: BooleanConstructor;
|
1756
1760
|
showWeek: BooleanConstructor;
|
1757
|
-
hideHeader: {
|
1758
|
-
type: PropType<boolean>;
|
1759
|
-
default: boolean;
|
1760
|
-
};
|
1761
1761
|
rounded: {
|
1762
1762
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1763
1763
|
default: undefined;
|