@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.
- package/CHANGELOG.md +13 -3
- package/dist/json/attributes.json +3162 -3138
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +5516 -5456
- package/dist/vuetify-labs.cjs +138 -33
- package/dist/vuetify-labs.css +4436 -4411
- package/dist/vuetify-labs.d.ts +286 -199
- package/dist/vuetify-labs.esm.js +139 -34
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +138 -33
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +138 -33
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4010 -3985
- package/dist/vuetify.d.ts +258 -199
- package/dist/vuetify.esm.js +139 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +138 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +848 -840
- 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/components/VOverlay/locationStrategies.js +19 -11
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/useActivator.js +0 -1
- package/lib/components/VOverlay/useActivator.js.map +1 -1
- package/lib/composables/nested/nested.js +7 -1
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +50 -0
- package/lib/util/helpers.d.ts +8 -1
- package/lib/util/helpers.js +40 -9
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
|
@@ -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
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
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
|
-
|
|
2744
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2803
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
+
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
|
-
|
|
2890
|
-
|
|
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
|
@@ -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>;
|
package/lib/util/helpers.d.ts
CHANGED
|
@@ -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,
|
|
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;
|
package/lib/util/helpers.js
CHANGED
|
@@ -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,
|
|
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
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
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
|
|
430
|
-
args[
|
|
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
|
-
|
|
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
|
}
|