@vuetify/nightly 3.10.7-dev.2025-10-23 → 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.
Files changed (45) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/json/attributes.json +3162 -3138
  3. package/dist/json/importMap-labs.json +32 -32
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/tags.json +6 -0
  6. package/dist/json/web-types.json +5516 -5456
  7. package/dist/vuetify-labs.cjs +138 -33
  8. package/dist/vuetify-labs.css +4436 -4411
  9. package/dist/vuetify-labs.d.ts +286 -199
  10. package/dist/vuetify-labs.esm.js +139 -34
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +138 -33
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +138 -33
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4010 -3985
  17. package/dist/vuetify.d.ts +258 -199
  18. package/dist/vuetify.esm.js +139 -34
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +138 -33
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +848 -840
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VDatePicker/VDatePicker.d.ts +50 -0
  26. package/lib/components/VDatePicker/VDatePickerMonth.css +25 -0
  27. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +53 -0
  28. package/lib/components/VDatePicker/VDatePickerMonth.js +57 -4
  29. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  30. package/lib/components/VDatePicker/VDatePickerMonth.sass +22 -0
  31. package/lib/components/VDatePicker/_variables.scss +5 -0
  32. package/lib/components/VOverlay/locationStrategies.js +19 -11
  33. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  34. package/lib/components/VOverlay/useActivator.js +0 -1
  35. package/lib/components/VOverlay/useActivator.js.map +1 -1
  36. package/lib/composables/nested/nested.js +7 -1
  37. package/lib/composables/nested/nested.js.map +1 -1
  38. package/lib/entry-bundler.js +1 -1
  39. package/lib/framework.d.ts +62 -62
  40. package/lib/framework.js +1 -1
  41. package/lib/labs/VDateInput/VDateInput.d.ts +50 -0
  42. package/lib/util/helpers.d.ts +8 -1
  43. package/lib/util/helpers.js +40 -9
  44. package/lib/util/helpers.js.map +1 -1
  45. package/package.json +1 -1
@@ -2712,27 +2712,23 @@ declare module 'vue' {
2712
2712
  $children?: VNodeChild
2713
2713
  }
2714
2714
  export interface GlobalComponents {
2715
- VApp: typeof import('vuetify/components')['VApp']
2716
2715
  VAppBar: typeof import('vuetify/components')['VAppBar']
2717
2716
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2718
2717
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2718
+ VApp: typeof import('vuetify/components')['VApp']
2719
2719
  VAlert: typeof import('vuetify/components')['VAlert']
2720
2720
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2721
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2722
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2721
2723
  VBanner: typeof import('vuetify/components')['VBanner']
2722
2724
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2723
2725
  VBannerText: typeof import('vuetify/components')['VBannerText']
2724
- VAvatar: typeof import('vuetify/components')['VAvatar']
2725
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2726
- VBadge: typeof import('vuetify/components')['VBadge']
2727
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2728
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2729
2726
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2730
2727
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2731
2728
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2732
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2733
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2734
- VCarousel: typeof import('vuetify/components')['VCarousel']
2735
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2729
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2730
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2731
+ VBadge: typeof import('vuetify/components')['VBadge']
2736
2732
  VCard: typeof import('vuetify/components')['VCard']
2737
2733
  VCardActions: typeof import('vuetify/components')['VCardActions']
2738
2734
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -2740,20 +2736,24 @@ declare module 'vue' {
2740
2736
  VCardText: typeof import('vuetify/components')['VCardText']
2741
2737
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2742
2738
  VBtn: typeof import('vuetify/components')['VBtn']
2743
- VCombobox: typeof import('vuetify/components')['VCombobox']
2744
- VChip: typeof import('vuetify/components')['VChip']
2739
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2740
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2745
2741
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2746
2742
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2743
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2744
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2745
+ VChip: typeof import('vuetify/components')['VChip']
2747
2746
  VCode: typeof import('vuetify/components')['VCode']
2748
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2749
- VCounter: typeof import('vuetify/components')['VCounter']
2747
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2750
2748
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2751
2749
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2752
2750
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2753
2751
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2754
2752
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2755
2753
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2756
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2754
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2755
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2756
+ VCounter: typeof import('vuetify/components')['VCounter']
2757
2757
  VDataTable: typeof import('vuetify/components')['VDataTable']
2758
2758
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2759
2759
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2761,30 +2761,29 @@ declare module 'vue' {
2761
2761
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2762
2762
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2763
2763
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2764
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
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
- VField: typeof import('vuetify/components')['VField']
2773
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2774
- VFab: typeof import('vuetify/components')['VFab']
2775
- VImg: typeof import('vuetify/components')['VImg']
2776
2772
  VFooter: typeof import('vuetify/components')['VFooter']
2777
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2773
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2778
2774
  VIcon: typeof import('vuetify/components')['VIcon']
2779
2775
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2780
2776
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2781
2777
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2782
2778
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2779
+ VField: typeof import('vuetify/components')['VField']
2780
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2781
+ VImg: typeof import('vuetify/components')['VImg']
2783
2782
  VInput: typeof import('vuetify/components')['VInput']
2784
- VLabel: typeof import('vuetify/components')['VLabel']
2785
2783
  VKbd: typeof import('vuetify/components')['VKbd']
2786
2784
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2787
2785
  VItem: typeof import('vuetify/components')['VItem']
2786
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2788
2787
  VList: typeof import('vuetify/components')['VList']
2789
2788
  VListGroup: typeof import('vuetify/components')['VListGroup']
2790
2789
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2794,80 +2793,81 @@ declare module 'vue' {
2794
2793
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2795
2794
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2796
2795
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2796
+ VLabel: typeof import('vuetify/components')['VLabel']
2797
2797
  VMain: typeof import('vuetify/components')['VMain']
2798
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2799
- VMenu: typeof import('vuetify/components')['VMenu']
2800
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2801
2798
  VMessages: typeof import('vuetify/components')['VMessages']
2802
- VNumberInput: typeof import('vuetify/components')['VNumberInput']
2803
- VPagination: typeof import('vuetify/components')['VPagination']
2804
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2799
+ VMenu: typeof import('vuetify/components')['VMenu']
2800
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2805
2801
  VOverlay: typeof import('vuetify/components')['VOverlay']
2806
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2802
+ VPagination: typeof import('vuetify/components')['VPagination']
2803
+ VNumberInput: typeof import('vuetify/components')['VNumberInput']
2804
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2807
2805
  VRating: typeof import('vuetify/components')['VRating']
2806
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2807
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2808
2808
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2809
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2810
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2811
2809
  VSelect: typeof import('vuetify/components')['VSelect']
2810
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2811
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2812
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2812
2813
  VSheet: typeof import('vuetify/components')['VSheet']
2814
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2815
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2813
2816
  VSlider: typeof import('vuetify/components')['VSlider']
2817
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2818
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2814
2819
  VStepper: typeof import('vuetify/components')['VStepper']
2815
2820
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2816
2821
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2817
2822
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2818
2823
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2819
2824
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2820
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2821
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2822
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2823
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2824
- VSwitch: typeof import('vuetify/components')['VSwitch']
2825
2825
  VTextarea: typeof import('vuetify/components')['VTextarea']
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']
2826
2831
  VTab: typeof import('vuetify/components')['VTab']
2827
2832
  VTabs: typeof import('vuetify/components')['VTabs']
2828
2833
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2829
2834
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2830
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2831
- VTable: typeof import('vuetify/components')['VTable']
2832
2835
  VTextField: typeof import('vuetify/components')['VTextField']
2833
- VToolbar: typeof import('vuetify/components')['VToolbar']
2834
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2835
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2836
2836
  VTimeline: typeof import('vuetify/components')['VTimeline']
2837
2837
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2838
- VTreeview: typeof import('vuetify/components')['VTreeview']
2839
- VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
2840
- VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
2841
2838
  VTooltip: typeof import('vuetify/components')['VTooltip']
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
- VWindow: typeof import('vuetify/components')['VWindow']
2846
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
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
+ VForm: typeof import('vuetify/components')['VForm']
2851
+ VHover: typeof import('vuetify/components')['VHover']
2850
2852
  VContainer: typeof import('vuetify/components')['VContainer']
2851
2853
  VCol: typeof import('vuetify/components')['VCol']
2852
2854
  VRow: typeof import('vuetify/components')['VRow']
2853
2855
  VSpacer: typeof import('vuetify/components')['VSpacer']
2854
- VHover: typeof import('vuetify/components')['VHover']
2855
- VForm: typeof import('vuetify/components')['VForm']
2856
- VLazy: typeof import('vuetify/components')['VLazy']
2857
2856
  VLayout: typeof import('vuetify/components')['VLayout']
2858
2857
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2858
+ VLazy: typeof import('vuetify/components')['VLazy']
2859
2859
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2860
2860
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2861
- VRadio: typeof import('vuetify/components')['VRadio']
2862
2861
  VParallax: typeof import('vuetify/components')['VParallax']
2862
+ VRadio: typeof import('vuetify/components')['VRadio']
2863
2863
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2864
2864
  VResponsive: typeof import('vuetify/components')['VResponsive']
2865
2865
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
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,22 +2884,22 @@ 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
- VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2888
2887
  VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2889
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2890
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2888
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
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']
2891
2894
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2892
2895
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2893
2896
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2897
+ VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2898
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2899
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2894
2900
  VVideo: typeof import('vuetify/labs/components')['VVideo']
2895
2901
  VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
2896
2902
  VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
2897
- VPie: typeof import('vuetify/labs/components')['VPie']
2898
- VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2899
- VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2900
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2901
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2902
- VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2903
2903
  VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2904
2904
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2905
2905
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
package/lib/framework.js CHANGED
@@ -110,7 +110,7 @@ export function createVuetify() {
110
110
  };
111
111
  });
112
112
  }
113
- export const version = "3.10.7-dev.2025-10-23";
113
+ export const version = "3.10.7-dev.2025-10-25";
114
114
  createVuetify.version = version;
115
115
 
116
116
  // Vue's inject() can only be used in setup
@@ -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>;
@@ -66,7 +66,14 @@ export declare function debounce(fn: Function, delay: MaybeRef<number>): {
66
66
  clear: () => void;
67
67
  immediate: Function;
68
68
  };
69
- export declare function throttle<T extends (...args: any[]) => any>(fn: T, limit: number): (...args: Parameters<T>) => void | ReturnType<T>;
69
+ export declare function throttle<T extends (...args: any[]) => any>(fn: T, delay: number, options?: {
70
+ leading: boolean;
71
+ trailing: boolean;
72
+ }): {
73
+ (...args: Parameters<T>): void | ReturnType<T>;
74
+ clear: () => void;
75
+ immediate: T;
76
+ };
70
77
  export declare function clamp(value: number, min?: number, max?: number): number;
71
78
  export declare function getDecimals(value: number): number;
72
79
  export declare function padEnd(str: string, length: number, char?: string): string;
@@ -5,6 +5,7 @@ function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); }
5
5
  function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); }
6
6
  // Utilities
7
7
  import { camelize, capitalize, Comment, Fragment, isVNode, reactive, shallowRef, toRef, unref, watchEffect } from 'vue';
8
+ import { consoleError } from "./console.js";
8
9
  import { IN_BROWSER } from "./globals.js"; // Types
9
10
  export function getNestedValue(obj, path, fallback) {
10
11
  const last = path.length - 1;
@@ -234,15 +235,38 @@ export function debounce(fn, delay) {
234
235
  wrap.immediate = fn;
235
236
  return wrap;
236
237
  }
237
- export function throttle(fn, limit) {
238
+ export function throttle(fn, delay) {
239
+ let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {
240
+ leading: true,
241
+ trailing: true
242
+ };
243
+ let timeoutId = 0;
244
+ let lastExec = 0;
238
245
  let throttling = false;
239
- return function () {
240
- if (!throttling) {
241
- throttling = true;
242
- setTimeout(() => throttling = false, limit);
243
- return fn(...arguments);
246
+ const wrap = function () {
247
+ for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
248
+ args[_key2] = arguments[_key2];
249
+ }
250
+ clearTimeout(timeoutId);
251
+ const now = Date.now();
252
+ const elapsed = now - lastExec;
253
+ if (!throttling || elapsed >= delay) {
254
+ lastExec = now;
255
+ }
256
+ if (!throttling && options.leading || elapsed >= delay) {
257
+ window.setTimeout(() => fn(...args)); // ignore 'fn' executin errors
244
258
  }
259
+ throttling = true;
260
+ timeoutId = window.setTimeout(() => {
261
+ throttling = false;
262
+ if (options.trailing) {
263
+ fn(...args);
264
+ }
265
+ }, delay);
245
266
  };
267
+ wrap.clear = () => clearTimeout(timeoutId);
268
+ wrap.immediate = fn;
269
+ return wrap;
246
270
  }
247
271
  export function clamp(value) {
248
272
  let min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
@@ -426,8 +450,8 @@ export function hasEvent(props, name) {
426
450
  return !!(props[name] || props[`${name}Once`] || props[`${name}Capture`] || props[`${name}OnceCapture`] || props[`${name}CaptureOnce`]);
427
451
  }
428
452
  export function callEvent(handler) {
429
- for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
430
- args[_key2 - 1] = arguments[_key2];
453
+ for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
454
+ args[_key3 - 1] = arguments[_key3];
431
455
  }
432
456
  if (Array.isArray(handler)) {
433
457
  for (const h of handler) {
@@ -440,7 +464,14 @@ export function callEvent(handler) {
440
464
  export function focusableChildren(el) {
441
465
  let filterByTabIndex = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
442
466
  const targets = ['button', '[href]', 'input:not([type="hidden"])', 'select', 'textarea', 'details:not(:has(> summary))', 'details > summary', '[tabindex]', '[contenteditable]:not([contenteditable="false"])', 'audio[controls]', 'video[controls]'].map(s => `${s}${filterByTabIndex ? ':not([tabindex="-1"])' : ''}:not([disabled], [inert])`).join(', ');
443
- return [...el.querySelectorAll(targets)].filter(x => !x.closest('[inert]')) // does not have inert parent
467
+ let elements;
468
+ try {
469
+ elements = [...el.querySelectorAll(targets)];
470
+ } catch (err) {
471
+ consoleError(String(err));
472
+ return [];
473
+ }
474
+ return elements.filter(x => !x.closest('[inert]')) // does not have inert parent
444
475
  .filter(x => !!x.offsetParent || x.getClientRects().length > 0) // is rendered
445
476
  .filter(x => !x.parentElement?.closest('details:not([open])') || x.tagName === 'SUMMARY' && x.parentElement?.tagName === 'DETAILS');
446
477
  }