@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-24

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 (40) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/dist/json/attributes.json +2183 -2175
  3. package/dist/json/importMap-labs.json +40 -40
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/tags.json +4 -1
  6. package/dist/json/web-types.json +4199 -4178
  7. package/dist/vuetify-labs.cjs +202 -98
  8. package/dist/vuetify-labs.css +5261 -5261
  9. package/dist/vuetify-labs.d.ts +112 -84
  10. package/dist/vuetify-labs.esm.js +202 -98
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +202 -98
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +85 -65
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2218 -2218
  17. package/dist/vuetify.d.ts +91 -63
  18. package/dist/vuetify.esm.js +85 -65
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +85 -65
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +367 -366
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VCard/VCardActions.d.ts +44 -0
  26. package/lib/components/VCard/VCardActions.js +11 -6
  27. package/lib/components/VCard/VCardActions.js.map +1 -1
  28. package/lib/components/VCard/VCardItem.d.ts +25 -0
  29. package/lib/components/VCard/VCardItem.js +64 -60
  30. package/lib/components/VCard/VCardItem.js.map +1 -1
  31. package/lib/composables/filter.d.ts +1 -0
  32. package/lib/composables/filter.js +13 -0
  33. package/lib/composables/filter.js.map +1 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +63 -63
  36. package/lib/framework.js +1 -1
  37. package/lib/labs/VMaskInput/VMaskInput.d.ts +22 -21
  38. package/lib/labs/VMaskInput/VMaskInput.js +118 -34
  39. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  40. package/package.json +1 -1
@@ -2648,50 +2648,40 @@ declare module 'vue' {
2648
2648
  $children?: VNodeChild
2649
2649
  }
2650
2650
  export interface GlobalComponents {
2651
- VApp: typeof import('vuetify/components')['VApp']
2651
+ VAlert: typeof import('vuetify/components')['VAlert']
2652
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2652
2653
  VAppBar: typeof import('vuetify/components')['VAppBar']
2653
2654
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2654
2655
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2655
2656
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2656
- VAlert: typeof import('vuetify/components')['VAlert']
2657
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2658
- VBadge: typeof import('vuetify/components')['VBadge']
2657
+ VApp: typeof import('vuetify/components')['VApp']
2659
2658
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2660
- VAvatar: typeof import('vuetify/components')['VAvatar']
2661
- VBanner: typeof import('vuetify/components')['VBanner']
2662
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
2663
- VBannerText: typeof import('vuetify/components')['VBannerText']
2664
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2659
+ VBadge: typeof import('vuetify/components')['VBadge']
2665
2660
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2666
2661
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2667
2662
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2663
+ VBanner: typeof import('vuetify/components')['VBanner']
2664
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
2665
+ VBannerText: typeof import('vuetify/components')['VBannerText']
2668
2666
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2669
- VCarousel: typeof import('vuetify/components')['VCarousel']
2670
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2671
- VBtn: typeof import('vuetify/components')['VBtn']
2667
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2668
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2672
2669
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2670
+ VBtn: typeof import('vuetify/components')['VBtn']
2671
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2672
+ VChip: typeof import('vuetify/components')['VChip']
2673
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2674
+ VCode: typeof import('vuetify/components')['VCode']
2673
2675
  VCard: typeof import('vuetify/components')['VCard']
2674
2676
  VCardActions: typeof import('vuetify/components')['VCardActions']
2675
2677
  VCardItem: typeof import('vuetify/components')['VCardItem']
2676
2678
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2677
2679
  VCardText: typeof import('vuetify/components')['VCardText']
2678
2680
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2679
- VCode: typeof import('vuetify/components')['VCode']
2680
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2681
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2682
2681
  VCombobox: typeof import('vuetify/components')['VCombobox']
2683
- VDialog: typeof import('vuetify/components')['VDialog']
2684
- VChip: typeof import('vuetify/components')['VChip']
2685
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
2686
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2687
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2688
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2689
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2690
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2691
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2692
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2693
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2694
2682
  VCounter: typeof import('vuetify/components')['VCounter']
2683
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2684
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2695
2685
  VDataTable: typeof import('vuetify/components')['VDataTable']
2696
2686
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2697
2687
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2699,27 +2689,35 @@ declare module 'vue' {
2699
2689
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2700
2690
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2701
2691
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2692
+ VDialog: typeof import('vuetify/components')['VDialog']
2702
2693
  VDivider: typeof import('vuetify/components')['VDivider']
2703
- VField: typeof import('vuetify/components')['VField']
2704
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2694
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
2695
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2696
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2697
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2698
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2699
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2705
2700
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2706
2701
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2707
2702
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2708
2703
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2709
- VFileInput: typeof import('vuetify/components')['VFileInput']
2704
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2710
2705
  VFab: typeof import('vuetify/components')['VFab']
2706
+ VField: typeof import('vuetify/components')['VField']
2707
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2711
2708
  VFooter: typeof import('vuetify/components')['VFooter']
2709
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2710
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2711
+ VImg: typeof import('vuetify/components')['VImg']
2712
2712
  VIcon: typeof import('vuetify/components')['VIcon']
2713
2713
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2714
2714
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2715
2715
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2716
2716
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2717
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2718
2717
  VInput: typeof import('vuetify/components')['VInput']
2719
- VLabel: typeof import('vuetify/components')['VLabel']
2720
- VImg: typeof import('vuetify/components')['VImg']
2721
2718
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2722
2719
  VItem: typeof import('vuetify/components')['VItem']
2720
+ VLabel: typeof import('vuetify/components')['VLabel']
2723
2721
  VKbd: typeof import('vuetify/components')['VKbd']
2724
2722
  VList: typeof import('vuetify/components')['VList']
2725
2723
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -2730,16 +2728,16 @@ declare module 'vue' {
2730
2728
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2731
2729
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2732
2730
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2733
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2734
2731
  VMenu: typeof import('vuetify/components')['VMenu']
2735
2732
  VMessages: typeof import('vuetify/components')['VMessages']
2736
- VPagination: typeof import('vuetify/components')['VPagination']
2733
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2734
+ VMain: typeof import('vuetify/components')['VMain']
2737
2735
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2738
- VOverlay: typeof import('vuetify/components')['VOverlay']
2739
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2736
+ VPagination: typeof import('vuetify/components')['VPagination']
2740
2737
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2741
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2738
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2742
2739
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2740
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2743
2741
  VRating: typeof import('vuetify/components')['VRating']
2744
2742
  VSelect: typeof import('vuetify/components')['VSelect']
2745
2743
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
@@ -2748,57 +2746,59 @@ declare module 'vue' {
2748
2746
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2749
2747
  VSlider: typeof import('vuetify/components')['VSlider']
2750
2748
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2751
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2752
2749
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2750
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2753
2751
  VStepper: typeof import('vuetify/components')['VStepper']
2754
2752
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2755
2753
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2756
2754
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2757
2755
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2758
2756
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2759
- VSwitch: typeof import('vuetify/components')['VSwitch']
2760
2757
  VTable: typeof import('vuetify/components')['VTable']
2758
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2759
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2760
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2761
+ VTextField: typeof import('vuetify/components')['VTextField']
2761
2762
  VTab: typeof import('vuetify/components')['VTab']
2762
2763
  VTabs: typeof import('vuetify/components')['VTabs']
2763
2764
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2764
2765
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2765
- VTextField: typeof import('vuetify/components')['VTextField']
2766
2766
  VTimePicker: typeof import('vuetify/components')['VTimePicker']
2767
2767
  VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2768
2768
  VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2769
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2770
- VTimeline: typeof import('vuetify/components')['VTimeline']
2771
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2772
- VTooltip: typeof import('vuetify/components')['VTooltip']
2773
2769
  VToolbar: typeof import('vuetify/components')['VToolbar']
2774
2770
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2775
2771
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2776
2772
  VTreeview: typeof import('vuetify/components')['VTreeview']
2777
2773
  VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
2778
2774
  VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
2779
- VTextarea: typeof import('vuetify/components')['VTextarea']
2775
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2776
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2777
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2780
2778
  VWindow: typeof import('vuetify/components')['VWindow']
2781
2779
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2780
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2781
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2782
2782
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2783
2783
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2784
2784
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2785
2785
  VForm: typeof import('vuetify/components')['VForm']
2786
- VHover: typeof import('vuetify/components')['VHover']
2787
- VMain: typeof import('vuetify/components')['VMain']
2788
2786
  VContainer: typeof import('vuetify/components')['VContainer']
2789
2787
  VCol: typeof import('vuetify/components')['VCol']
2790
2788
  VRow: typeof import('vuetify/components')['VRow']
2791
2789
  VSpacer: typeof import('vuetify/components')['VSpacer']
2790
+ VHover: typeof import('vuetify/components')['VHover']
2792
2791
  VLayout: typeof import('vuetify/components')['VLayout']
2793
2792
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2794
2793
  VLazy: typeof import('vuetify/components')['VLazy']
2794
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2795
2795
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2796
2796
  VParallax: typeof import('vuetify/components')['VParallax']
2797
2797
  VRadio: typeof import('vuetify/components')['VRadio']
2798
2798
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2799
2799
  VResponsive: typeof import('vuetify/components')['VResponsive']
2800
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2801
2800
  VSparkline: typeof import('vuetify/components')['VSparkline']
2801
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2802
2802
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2803
2803
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2804
2804
  VValidation: typeof import('vuetify/components')['VValidation']
@@ -2819,32 +2819,32 @@ declare module 'vue' {
2819
2819
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2820
2820
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2821
2821
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2822
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2823
- VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2824
- VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2825
- VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2826
- VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2827
- VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2828
- VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2829
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2830
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2831
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2822
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2832
2823
  VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2833
- VPie: typeof import('vuetify/labs/components')['VPie']
2834
- VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2835
- VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2824
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2836
2825
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2837
2826
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2838
2827
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2839
2828
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2840
2829
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2841
- VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2830
+ VPie: typeof import('vuetify/labs/components')['VPie']
2831
+ VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2832
+ VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2833
+ VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2834
+ VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2835
+ VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2836
+ VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2837
+ VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2838
+ VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2842
2839
  VVideo: typeof import('vuetify/labs/components')['VVideo']
2843
2840
  VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
2844
2841
  VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
2842
+ VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2845
2843
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2846
- VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
2844
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2845
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2847
2846
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2847
+ VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
2848
2848
  }
2849
2849
  export interface GlobalDirectives {
2850
2850
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.9.5-dev.2025-08-12";
112
+ export const version = "3.9.5-dev.2025-08-24";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -1,3 +1,4 @@
1
+ import { nextTick } from 'vue';
1
2
  import type { VTextFieldSlots } from "../../components/VTextField/VTextField.js";
2
3
  export type VMaskInputSlots = VTextFieldSlots;
3
4
  export declare const makeVMaskInputProps: <Defaults extends {
@@ -1047,7 +1048,7 @@ export declare const VMaskInput: {
1047
1048
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1048
1049
  };
1049
1050
  $forceUpdate: () => void;
1050
- $nextTick: typeof import("vue").nextTick;
1051
+ $nextTick: typeof nextTick;
1051
1052
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1052
1053
  } & Readonly<{
1053
1054
  error: boolean;
@@ -1284,7 +1285,7 @@ export declare const VMaskInput: {
1284
1285
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1285
1286
  };
1286
1287
  $forceUpdate: () => void;
1287
- $nextTick: typeof import("vue").nextTick;
1288
+ $nextTick: typeof nextTick;
1288
1289
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1289
1290
  } & Readonly<{
1290
1291
  flat: boolean;
@@ -1431,7 +1432,7 @@ export declare const VMaskInput: {
1431
1432
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1432
1433
  };
1433
1434
  $forceUpdate: () => void;
1434
- $nextTick: typeof import("vue").nextTick;
1435
+ $nextTick: typeof nextTick;
1435
1436
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1436
1437
  } & Readonly<{
1437
1438
  flat: boolean;
@@ -1754,7 +1755,7 @@ export declare const VMaskInput: {
1754
1755
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1755
1756
  };
1756
1757
  $forceUpdate: () => void;
1757
- $nextTick: typeof import("vue").nextTick;
1758
+ $nextTick: typeof nextTick;
1758
1759
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1759
1760
  } & Readonly<{
1760
1761
  error: boolean;
@@ -1991,7 +1992,7 @@ export declare const VMaskInput: {
1991
1992
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1992
1993
  };
1993
1994
  $forceUpdate: () => void;
1994
- $nextTick: typeof import("vue").nextTick;
1995
+ $nextTick: typeof nextTick;
1995
1996
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1996
1997
  } & Readonly<{
1997
1998
  flat: boolean;
@@ -2226,7 +2227,7 @@ export declare const VMaskInput: {
2226
2227
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2227
2228
  };
2228
2229
  $forceUpdate: () => void;
2229
- $nextTick: typeof import("vue").nextTick;
2230
+ $nextTick: typeof nextTick;
2230
2231
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
2231
2232
  } & Readonly<{
2232
2233
  error: boolean;
@@ -2463,7 +2464,7 @@ export declare const VMaskInput: {
2463
2464
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
2464
2465
  };
2465
2466
  $forceUpdate: () => void;
2466
- $nextTick: typeof import("vue").nextTick;
2467
+ $nextTick: typeof nextTick;
2467
2468
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
2468
2469
  } & Readonly<{
2469
2470
  flat: boolean;
@@ -3206,7 +3207,7 @@ export declare const VMaskInput: {
3206
3207
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3207
3208
  };
3208
3209
  $forceUpdate: () => void;
3209
- $nextTick: typeof import("vue").nextTick;
3210
+ $nextTick: typeof nextTick;
3210
3211
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
3211
3212
  } & Readonly<{
3212
3213
  error: boolean;
@@ -3443,7 +3444,7 @@ export declare const VMaskInput: {
3443
3444
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3444
3445
  };
3445
3446
  $forceUpdate: () => void;
3446
- $nextTick: typeof import("vue").nextTick;
3447
+ $nextTick: typeof nextTick;
3447
3448
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
3448
3449
  } & Readonly<{
3449
3450
  flat: boolean;
@@ -3590,7 +3591,7 @@ export declare const VMaskInput: {
3590
3591
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3591
3592
  };
3592
3593
  $forceUpdate: () => void;
3593
- $nextTick: typeof import("vue").nextTick;
3594
+ $nextTick: typeof nextTick;
3594
3595
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
3595
3596
  } & Readonly<{
3596
3597
  flat: boolean;
@@ -3913,7 +3914,7 @@ export declare const VMaskInput: {
3913
3914
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
3914
3915
  };
3915
3916
  $forceUpdate: () => void;
3916
- $nextTick: typeof import("vue").nextTick;
3917
+ $nextTick: typeof nextTick;
3917
3918
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
3918
3919
  } & Readonly<{
3919
3920
  error: boolean;
@@ -4150,7 +4151,7 @@ export declare const VMaskInput: {
4150
4151
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
4151
4152
  };
4152
4153
  $forceUpdate: () => void;
4153
- $nextTick: typeof import("vue").nextTick;
4154
+ $nextTick: typeof nextTick;
4154
4155
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
4155
4156
  } & Readonly<{
4156
4157
  flat: boolean;
@@ -4385,7 +4386,7 @@ export declare const VMaskInput: {
4385
4386
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
4386
4387
  };
4387
4388
  $forceUpdate: () => void;
4388
- $nextTick: typeof import("vue").nextTick;
4389
+ $nextTick: typeof nextTick;
4389
4390
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
4390
4391
  } & Readonly<{
4391
4392
  error: boolean;
@@ -4622,7 +4623,7 @@ export declare const VMaskInput: {
4622
4623
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
4623
4624
  };
4624
4625
  $forceUpdate: () => void;
4625
- $nextTick: typeof import("vue").nextTick;
4626
+ $nextTick: typeof nextTick;
4626
4627
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
4627
4628
  } & Readonly<{
4628
4629
  flat: boolean;
@@ -5343,7 +5344,7 @@ export declare const VMaskInput: {
5343
5344
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
5344
5345
  };
5345
5346
  $forceUpdate: () => void;
5346
- $nextTick: typeof import("vue").nextTick;
5347
+ $nextTick: typeof nextTick;
5347
5348
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
5348
5349
  } & Readonly<{
5349
5350
  error: boolean;
@@ -5580,7 +5581,7 @@ export declare const VMaskInput: {
5580
5581
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
5581
5582
  };
5582
5583
  $forceUpdate: () => void;
5583
- $nextTick: typeof import("vue").nextTick;
5584
+ $nextTick: typeof nextTick;
5584
5585
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
5585
5586
  } & Readonly<{
5586
5587
  flat: boolean;
@@ -5727,7 +5728,7 @@ export declare const VMaskInput: {
5727
5728
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
5728
5729
  };
5729
5730
  $forceUpdate: () => void;
5730
- $nextTick: typeof import("vue").nextTick;
5731
+ $nextTick: typeof nextTick;
5731
5732
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
5732
5733
  } & Readonly<{
5733
5734
  flat: boolean;
@@ -6050,7 +6051,7 @@ export declare const VMaskInput: {
6050
6051
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
6051
6052
  };
6052
6053
  $forceUpdate: () => void;
6053
- $nextTick: typeof import("vue").nextTick;
6054
+ $nextTick: typeof nextTick;
6054
6055
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
6055
6056
  } & Readonly<{
6056
6057
  error: boolean;
@@ -6287,7 +6288,7 @@ export declare const VMaskInput: {
6287
6288
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
6288
6289
  };
6289
6290
  $forceUpdate: () => void;
6290
- $nextTick: typeof import("vue").nextTick;
6291
+ $nextTick: typeof nextTick;
6291
6292
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
6292
6293
  } & Readonly<{
6293
6294
  flat: boolean;
@@ -6522,7 +6523,7 @@ export declare const VMaskInput: {
6522
6523
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
6523
6524
  };
6524
6525
  $forceUpdate: () => void;
6525
- $nextTick: typeof import("vue").nextTick;
6526
+ $nextTick: typeof nextTick;
6526
6527
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
6527
6528
  } & Readonly<{
6528
6529
  error: boolean;
@@ -6759,7 +6760,7 @@ export declare const VMaskInput: {
6759
6760
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
6760
6761
  };
6761
6762
  $forceUpdate: () => void;
6762
- $nextTick: typeof import("vue").nextTick;
6763
+ $nextTick: typeof nextTick;
6763
6764
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
6764
6765
  } & Readonly<{
6765
6766
  flat: boolean;