vuetify 3.10.10 → 3.10.11

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 (46) hide show
  1. package/dist/json/attributes.json +1376 -1416
  2. package/dist/json/importMap-labs.json +18 -18
  3. package/dist/json/importMap.json +168 -168
  4. package/dist/json/tags.json +0 -10
  5. package/dist/json/web-types.json +2412 -2512
  6. package/dist/vuetify-labs.cjs +6 -6
  7. package/dist/vuetify-labs.css +4280 -4274
  8. package/dist/vuetify-labs.d.ts +460 -648
  9. package/dist/vuetify-labs.esm.js +6 -6
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +6 -6
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +6 -6
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2933 -2927
  16. package/dist/vuetify.d.ts +334 -462
  17. package/dist/vuetify.esm.js +6 -6
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +6 -6
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +5 -5
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
  25. package/lib/components/VCombobox/VCombobox.d.ts +63 -94
  26. package/lib/components/VField/VField.css +6 -1
  27. package/lib/components/VField/VField.d.ts +8 -13
  28. package/lib/components/VField/VField.js +1 -1
  29. package/lib/components/VField/VField.js.map +1 -1
  30. package/lib/components/VField/VField.sass +5 -0
  31. package/lib/components/VFileInput/VFileInput.d.ts +0 -13
  32. package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
  33. package/lib/components/VSelect/VSelect.d.ts +63 -94
  34. package/lib/components/VTabs/VTab.css +3 -2
  35. package/lib/components/VTabs/VTab.sass +2 -1
  36. package/lib/components/VTextField/VTextField.d.ts +18 -31
  37. package/lib/components/VTextarea/VTextarea.d.ts +0 -13
  38. package/lib/components/VWindow/VWindow.js +2 -2
  39. package/lib/components/VWindow/VWindow.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +56 -56
  42. package/lib/framework.js +1 -1
  43. package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
  44. package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
  45. package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
  46. package/package.json +1 -1
@@ -2722,42 +2722,42 @@ declare module 'vue' {
2722
2722
  $children?: VNodeChild
2723
2723
  }
2724
2724
  export interface GlobalComponents {
2725
+ VApp: typeof import('vuetify/components')['VApp']
2726
+ VAlert: typeof import('vuetify/components')['VAlert']
2727
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2725
2728
  VAppBar: typeof import('vuetify/components')['VAppBar']
2726
2729
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2727
2730
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2728
- VApp: typeof import('vuetify/components')['VApp']
2731
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2729
2732
  VBadge: typeof import('vuetify/components')['VBadge']
2730
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2731
2733
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2732
- VAlert: typeof import('vuetify/components')['VAlert']
2733
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2734
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2735
- VAvatar: typeof import('vuetify/components')['VAvatar']
2736
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2737
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2738
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2739
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2740
2734
  VBanner: typeof import('vuetify/components')['VBanner']
2741
2735
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2742
2736
  VBannerText: typeof import('vuetify/components')['VBannerText']
2737
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2738
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2739
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2740
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2741
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2743
2742
  VBtn: typeof import('vuetify/components')['VBtn']
2744
- VCode: typeof import('vuetify/components')['VCode']
2745
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2743
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2746
2744
  VCard: typeof import('vuetify/components')['VCard']
2747
2745
  VCardActions: typeof import('vuetify/components')['VCardActions']
2748
2746
  VCardItem: typeof import('vuetify/components')['VCardItem']
2749
2747
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2750
2748
  VCardText: typeof import('vuetify/components')['VCardText']
2751
2749
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2750
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2752
2751
  VCarousel: typeof import('vuetify/components')['VCarousel']
2753
2752
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2754
- VChip: typeof import('vuetify/components')['VChip']
2755
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2753
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2754
+ VCode: typeof import('vuetify/components')['VCode']
2756
2755
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2757
2756
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2758
2757
  VCombobox: typeof import('vuetify/components')['VCombobox']
2759
- VFab: typeof import('vuetify/components')['VFab']
2758
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2760
2759
  VCounter: typeof import('vuetify/components')['VCounter']
2760
+ VChip: typeof import('vuetify/components')['VChip']
2761
2761
  VDataTable: typeof import('vuetify/components')['VDataTable']
2762
2762
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2763
2763
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2765,41 +2765,35 @@ declare module 'vue' {
2765
2765
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2766
2766
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2767
2767
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2768
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2769
2768
  VDialog: typeof import('vuetify/components')['VDialog']
2770
- VDivider: typeof import('vuetify/components')['VDivider']
2771
- VFooter: typeof import('vuetify/components')['VFooter']
2772
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2773
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2774
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2775
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2776
2769
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2777
2770
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2778
2771
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2779
2772
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2780
2773
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2781
2774
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2775
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2776
+ VDivider: typeof import('vuetify/components')['VDivider']
2777
+ VFab: typeof import('vuetify/components')['VFab']
2778
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2779
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2780
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2781
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2782
2782
  VField: typeof import('vuetify/components')['VField']
2783
2783
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2784
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2784
+ VFooter: typeof import('vuetify/components')['VFooter']
2785
2785
  VFileInput: typeof import('vuetify/components')['VFileInput']
2786
- VImg: typeof import('vuetify/components')['VImg']
2786
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2787
2787
  VIcon: typeof import('vuetify/components')['VIcon']
2788
2788
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2789
2789
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2790
2790
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2791
2791
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2792
+ VImg: typeof import('vuetify/components')['VImg']
2792
2793
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2793
2794
  VItem: typeof import('vuetify/components')['VItem']
2794
- VKbd: typeof import('vuetify/components')['VKbd']
2795
- VLabel: typeof import('vuetify/components')['VLabel']
2796
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2797
- VMain: typeof import('vuetify/components')['VMain']
2798
2795
  VInput: typeof import('vuetify/components')['VInput']
2799
- VMenu: typeof import('vuetify/components')['VMenu']
2800
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2801
- VOverlay: typeof import('vuetify/components')['VOverlay']
2802
- VMessages: typeof import('vuetify/components')['VMessages']
2796
+ VLabel: typeof import('vuetify/components')['VLabel']
2803
2797
  VList: typeof import('vuetify/components')['VList']
2804
2798
  VListGroup: typeof import('vuetify/components')['VListGroup']
2805
2799
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2809,21 +2803,28 @@ declare module 'vue' {
2809
2803
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2810
2804
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2811
2805
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2806
+ VKbd: typeof import('vuetify/components')['VKbd']
2807
+ VMessages: typeof import('vuetify/components')['VMessages']
2808
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2809
+ VMenu: typeof import('vuetify/components')['VMenu']
2810
+ VMain: typeof import('vuetify/components')['VMain']
2811
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2812
2812
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2813
- VNumberInput: typeof import('vuetify/components')['VNumberInput']
2814
- VPagination: typeof import('vuetify/components')['VPagination']
2815
2813
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2814
+ VNumberInput: typeof import('vuetify/components')['VNumberInput']
2816
2815
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2816
+ VPagination: typeof import('vuetify/components')['VPagination']
2817
+ VRating: typeof import('vuetify/components')['VRating']
2817
2818
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2819
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2818
2820
  VSelect: typeof import('vuetify/components')['VSelect']
2819
- VRating: typeof import('vuetify/components')['VRating']
2820
2821
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2821
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2822
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2823
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2824
2822
  VSheet: typeof import('vuetify/components')['VSheet']
2825
- VSlider: typeof import('vuetify/components')['VSlider']
2826
2823
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2824
+ VSlider: typeof import('vuetify/components')['VSlider']
2825
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2826
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2827
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2827
2828
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2828
2829
  VStepper: typeof import('vuetify/components')['VStepper']
2829
2830
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -2831,32 +2832,32 @@ declare module 'vue' {
2831
2832
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2832
2833
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2833
2834
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2835
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2834
2836
  VTab: typeof import('vuetify/components')['VTab']
2835
2837
  VTabs: typeof import('vuetify/components')['VTabs']
2836
2838
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2837
2839
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2838
- VSwitch: typeof import('vuetify/components')['VSwitch']
2839
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2840
2840
  VTable: typeof import('vuetify/components')['VTable']
2841
- VTextarea: typeof import('vuetify/components')['VTextarea']
2842
- VTimePicker: typeof import('vuetify/components')['VTimePicker']
2843
- VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2844
- VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2845
2841
  VTextField: typeof import('vuetify/components')['VTextField']
2842
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2846
2843
  VToolbar: typeof import('vuetify/components')['VToolbar']
2847
2844
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2848
2845
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2849
2846
  VTimeline: typeof import('vuetify/components')['VTimeline']
2850
2847
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2851
- VTooltip: typeof import('vuetify/components')['VTooltip']
2848
+ VTimePicker: typeof import('vuetify/components')['VTimePicker']
2849
+ VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2850
+ VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2852
2851
  VTreeview: typeof import('vuetify/components')['VTreeview']
2853
2852
  VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
2854
2853
  VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
2854
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2855
2855
  VWindow: typeof import('vuetify/components')['VWindow']
2856
2856
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2857
2857
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2858
2858
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2859
2859
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2860
+ VHover: typeof import('vuetify/components')['VHover']
2860
2861
  VForm: typeof import('vuetify/components')['VForm']
2861
2862
  VContainer: typeof import('vuetify/components')['VContainer']
2862
2863
  VCol: typeof import('vuetify/components')['VCol']
@@ -2864,20 +2865,19 @@ declare module 'vue' {
2864
2865
  VSpacer: typeof import('vuetify/components')['VSpacer']
2865
2866
  VLayout: typeof import('vuetify/components')['VLayout']
2866
2867
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2867
- VHover: typeof import('vuetify/components')['VHover']
2868
2868
  VLazy: typeof import('vuetify/components')['VLazy']
2869
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2870
2869
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2871
- VParallax: typeof import('vuetify/components')['VParallax']
2872
2870
  VRadio: typeof import('vuetify/components')['VRadio']
2871
+ VParallax: typeof import('vuetify/components')['VParallax']
2873
2872
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2874
2873
  VResponsive: typeof import('vuetify/components')['VResponsive']
2875
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2874
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2876
2875
  VSparkline: typeof import('vuetify/components')['VSparkline']
2876
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2877
2877
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2878
2878
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2879
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2880
2879
  VValidation: typeof import('vuetify/components')['VValidation']
2880
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2881
2881
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2882
2882
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2883
2883
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2895,22 +2895,22 @@ declare module 'vue' {
2895
2895
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2896
2896
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2897
2897
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2898
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2899
2898
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2900
2899
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2901
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2902
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2903
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2904
2900
  VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2905
- VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2901
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2906
2902
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2907
2903
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2904
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2905
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2906
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2908
2907
  VPie: typeof import('vuetify/labs/components')['VPie']
2909
2908
  VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2910
2909
  VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2911
2910
  VVideo: typeof import('vuetify/labs/components')['VVideo']
2912
2911
  VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
2913
2912
  VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
2913
+ VHotkey: typeof import('vuetify/labs/components')['VHotkey']
2914
2914
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2915
2915
  VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
2916
2916
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.10.10";
112
+ export const version = "3.10.11";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -55,7 +55,6 @@ export declare const makeVColorInputProps: <Defaults extends {
55
55
  active?: unknown;
56
56
  centerAffix?: unknown;
57
57
  baseColor?: unknown;
58
- details?: unknown;
59
58
  dirty?: unknown;
60
59
  glow?: unknown;
61
60
  error?: unknown;
@@ -360,10 +359,6 @@ export declare const makeVColorInputProps: <Defaults extends {
360
359
  type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
361
360
  default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
362
361
  };
363
- details: unknown extends Defaults["details"] ? BooleanConstructor : {
364
- type: PropType<unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"]>;
365
- default: unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"];
366
- };
367
362
  dirty: unknown extends Defaults["dirty"] ? BooleanConstructor : {
368
363
  type: PropType<unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"]>;
369
364
  default: unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"];
@@ -774,7 +769,6 @@ export declare const VColorInput: {
774
769
  clearable: boolean;
775
770
  clearIcon: import("../../composables/icons.js").IconValue;
776
771
  active: boolean;
777
- details: boolean;
778
772
  dirty: boolean;
779
773
  glow: boolean;
780
774
  error: boolean;
@@ -952,7 +946,6 @@ export declare const VColorInput: {
952
946
  clearIcon: import("../../composables/icons.js").IconValue;
953
947
  active: boolean;
954
948
  centerAffix: boolean;
955
- details: boolean;
956
949
  dirty: boolean;
957
950
  glow: boolean;
958
951
  error: boolean;
@@ -1055,7 +1048,6 @@ export declare const VColorInput: {
1055
1048
  clearable: boolean;
1056
1049
  clearIcon: import("../../composables/icons.js").IconValue;
1057
1050
  active: boolean;
1058
- details: boolean;
1059
1051
  dirty: boolean;
1060
1052
  glow: boolean;
1061
1053
  error: boolean;
@@ -1231,7 +1223,6 @@ export declare const VColorInput: {
1231
1223
  clearIcon: import("../../composables/icons.js").IconValue;
1232
1224
  active: boolean;
1233
1225
  centerAffix: boolean;
1234
- details: boolean;
1235
1226
  dirty: boolean;
1236
1227
  glow: boolean;
1237
1228
  error: boolean;
@@ -1289,7 +1280,6 @@ export declare const VColorInput: {
1289
1280
  clearable: boolean;
1290
1281
  clearIcon: import("../../composables/icons.js").IconValue;
1291
1282
  active: boolean;
1292
- details: boolean;
1293
1283
  dirty: boolean;
1294
1284
  glow: boolean;
1295
1285
  error: boolean;
@@ -1467,7 +1457,6 @@ export declare const VColorInput: {
1467
1457
  clearIcon: import("../../composables/icons.js").IconValue;
1468
1458
  active: boolean;
1469
1459
  centerAffix: boolean;
1470
- details: boolean;
1471
1460
  dirty: boolean;
1472
1461
  glow: boolean;
1473
1462
  error: boolean;
@@ -1631,7 +1620,6 @@ export declare const VColorInput: {
1631
1620
  default: undefined;
1632
1621
  };
1633
1622
  baseColor: StringConstructor;
1634
- details: BooleanConstructor;
1635
1623
  dirty: BooleanConstructor;
1636
1624
  glow: BooleanConstructor;
1637
1625
  error: BooleanConstructor;
@@ -1835,7 +1823,6 @@ export declare const VColorInput: {
1835
1823
  default: undefined;
1836
1824
  };
1837
1825
  baseColor: StringConstructor;
1838
- details: BooleanConstructor;
1839
1826
  dirty: BooleanConstructor;
1840
1827
  glow: BooleanConstructor;
1841
1828
  error: BooleanConstructor;