vuetify 3.10.9 → 3.10.10

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 (57) hide show
  1. package/dist/json/attributes.json +3507 -3507
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +170 -170
  4. package/dist/json/web-types.json +6186 -6186
  5. package/dist/vuetify-labs.cjs +201 -213
  6. package/dist/vuetify-labs.css +5293 -5301
  7. package/dist/vuetify-labs.d.ts +79 -79
  8. package/dist/vuetify-labs.esm.js +201 -213
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +201 -213
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.cjs +133 -96
  13. package/dist/vuetify.cjs.map +1 -1
  14. package/dist/vuetify.css +3094 -3090
  15. package/dist/vuetify.d.ts +63 -63
  16. package/dist/vuetify.esm.js +133 -96
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +133 -96
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +332 -328
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/components/VAvatar/VAvatar.css +1 -1
  24. package/lib/components/VAvatar/_variables.scss +1 -1
  25. package/lib/components/VBtnToggle/VBtnToggle.sass +1 -1
  26. package/lib/components/VCard/VCard.js +8 -1
  27. package/lib/components/VCard/VCard.js.map +1 -1
  28. package/lib/components/VDatePicker/VDatePicker.js +7 -16
  29. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  30. package/lib/components/VTextField/VTextField.js +17 -7
  31. package/lib/components/VTextField/VTextField.js.map +1 -1
  32. package/lib/components/VTextarea/VTextarea.js +17 -7
  33. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  34. package/lib/composables/calendar.d.ts +6 -0
  35. package/lib/composables/calendar.js +37 -2
  36. package/lib/composables/calendar.js.map +1 -1
  37. package/lib/composables/delay.js +3 -2
  38. package/lib/composables/delay.js.map +1 -1
  39. package/lib/composables/hotkey/hotkey.js +42 -53
  40. package/lib/composables/hotkey/hotkey.js.map +1 -1
  41. package/lib/entry-bundler.js +1 -1
  42. package/lib/entry-bundler.js.map +1 -1
  43. package/lib/framework.d.ts +63 -63
  44. package/lib/framework.js +1 -1
  45. package/lib/framework.js.map +1 -1
  46. package/lib/labs/VDateInput/VDateInput.js +8 -12
  47. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  48. package/lib/labs/VHotkey/VHotkey.css +4 -16
  49. package/lib/labs/VHotkey/VHotkey.d.ts +29 -29
  50. package/lib/labs/VHotkey/VHotkey.js +62 -106
  51. package/lib/labs/VHotkey/VHotkey.js.map +1 -1
  52. package/lib/labs/VHotkey/VHotkey.scss +8 -25
  53. package/lib/styles/main.css +4 -0
  54. package/lib/styles/settings/_variables.scss +1 -0
  55. package/lib/util/box.js +3 -8
  56. package/lib/util/box.js.map +1 -1
  57. package/package.json +1 -1
@@ -132839,12 +132839,12 @@ declare const VHotkey: {
132839
132839
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
132840
132840
  style: string | false | vue.StyleValue[] | vue.CSSProperties | null;
132841
132841
  tile: boolean;
132842
- variant: HotkeyVariant;
132843
132842
  displayMode: DisplayMode;
132844
132843
  keyMap: KeyMapConfig;
132845
132844
  platform: "auto" | "mac" | "pc";
132846
132845
  inline: boolean;
132847
132846
  disabled: boolean;
132847
+ variant: HotkeyVariant;
132848
132848
  } & {
132849
132849
  theme?: string | undefined;
132850
132850
  class?: any;
@@ -132870,12 +132870,12 @@ declare const VHotkey: {
132870
132870
  style: vue.StyleValue;
132871
132871
  rounded: string | number | boolean;
132872
132872
  tile: boolean;
132873
- variant: HotkeyVariant;
132874
132873
  displayMode: DisplayMode;
132875
132874
  keyMap: KeyMapConfig;
132876
132875
  platform: "auto" | "mac" | "pc";
132877
132876
  inline: boolean;
132878
132877
  disabled: boolean;
132878
+ variant: HotkeyVariant;
132879
132879
  }, true, {}, vue.SlotsType<Partial<{
132880
132880
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
132881
132881
  [key: string]: any;
@@ -132890,12 +132890,12 @@ declare const VHotkey: {
132890
132890
  }, {
132891
132891
  style: string | false | vue.StyleValue[] | vue.CSSProperties | null;
132892
132892
  tile: boolean;
132893
- variant: HotkeyVariant;
132894
132893
  displayMode: DisplayMode;
132895
132894
  keyMap: KeyMapConfig;
132896
132895
  platform: "auto" | "mac" | "pc";
132897
132896
  inline: boolean;
132898
132897
  disabled: boolean;
132898
+ variant: HotkeyVariant;
132899
132899
  } & {
132900
132900
  theme?: string | undefined;
132901
132901
  class?: any;
@@ -132921,12 +132921,12 @@ declare const VHotkey: {
132921
132921
  style: vue.StyleValue;
132922
132922
  rounded: string | number | boolean;
132923
132923
  tile: boolean;
132924
- variant: HotkeyVariant;
132925
132924
  displayMode: DisplayMode;
132926
132925
  keyMap: KeyMapConfig;
132927
132926
  platform: "auto" | "mac" | "pc";
132928
132927
  inline: boolean;
132929
132928
  disabled: boolean;
132929
+ variant: HotkeyVariant;
132930
132930
  }>;
132931
132931
  __isFragment?: undefined;
132932
132932
  __isTeleport?: undefined;
@@ -132934,12 +132934,12 @@ declare const VHotkey: {
132934
132934
  } & vue.ComponentOptionsBase<{
132935
132935
  style: string | false | vue.StyleValue[] | vue.CSSProperties | null;
132936
132936
  tile: boolean;
132937
- variant: HotkeyVariant;
132938
132937
  displayMode: DisplayMode;
132939
132938
  keyMap: KeyMapConfig;
132940
132939
  platform: "auto" | "mac" | "pc";
132941
132940
  inline: boolean;
132942
132941
  disabled: boolean;
132942
+ variant: HotkeyVariant;
132943
132943
  } & {
132944
132944
  theme?: string | undefined;
132945
132945
  class?: any;
@@ -132965,12 +132965,12 @@ declare const VHotkey: {
132965
132965
  style: vue.StyleValue;
132966
132966
  rounded: string | number | boolean;
132967
132967
  tile: boolean;
132968
- variant: HotkeyVariant;
132969
132968
  displayMode: DisplayMode;
132970
132969
  keyMap: KeyMapConfig;
132971
132970
  platform: "auto" | "mac" | "pc";
132972
132971
  inline: boolean;
132973
132972
  disabled: boolean;
132973
+ variant: HotkeyVariant;
132974
132974
  }, {}, string, vue.SlotsType<Partial<{
132975
132975
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
132976
132976
  [key: string]: any;
@@ -132992,11 +132992,6 @@ declare const VHotkey: {
132992
132992
  default: undefined;
132993
132993
  };
132994
132994
  tile: BooleanConstructor;
132995
- variant: {
132996
- type: PropType<HotkeyVariant>;
132997
- default: "elevated";
132998
- validator: (v: any) => boolean;
132999
- };
133000
132995
  keys: StringConstructor;
133001
132996
  displayMode: {
133002
132997
  type: PropType<DisplayMode>;
@@ -133014,6 +133009,11 @@ declare const VHotkey: {
133014
133009
  disabled: BooleanConstructor;
133015
133010
  prefix: StringConstructor;
133016
133011
  suffix: StringConstructor;
133012
+ variant: {
133013
+ type: PropType<HotkeyVariant>;
133014
+ default: "elevated";
133015
+ validator: (v: any) => boolean;
133016
+ };
133017
133017
  color: StringConstructor;
133018
133018
  }, vue.ExtractPropTypes<{
133019
133019
  theme: StringConstructor;
@@ -133032,11 +133032,6 @@ declare const VHotkey: {
133032
133032
  default: undefined;
133033
133033
  };
133034
133034
  tile: BooleanConstructor;
133035
- variant: {
133036
- type: PropType<HotkeyVariant>;
133037
- default: "elevated";
133038
- validator: (v: any) => boolean;
133039
- };
133040
133035
  keys: StringConstructor;
133041
133036
  displayMode: {
133042
133037
  type: PropType<DisplayMode>;
@@ -133054,6 +133049,11 @@ declare const VHotkey: {
133054
133049
  disabled: BooleanConstructor;
133055
133050
  prefix: StringConstructor;
133056
133051
  suffix: StringConstructor;
133052
+ variant: {
133053
+ type: PropType<HotkeyVariant>;
133054
+ default: "elevated";
133055
+ validator: (v: any) => boolean;
133056
+ };
133057
133057
  color: StringConstructor;
133058
133058
  }>>;
133059
133059
  type VHotkey = InstanceType<typeof VHotkey>;
@@ -142621,38 +142621,39 @@ declare module 'vue' {
142621
142621
  VAppBar: VAppBar
142622
142622
  VAppBarNavIcon: VAppBarNavIcon
142623
142623
  VAppBarTitle: VAppBarTitle
142624
+ VApp: VApp
142625
+ VBadge: VBadge
142626
+ VBottomSheet: VBottomSheet
142627
+ VAutocomplete: VAutocomplete
142624
142628
  VAlert: VAlert
142625
142629
  VAlertTitle: VAlertTitle
142626
- VAvatar: VAvatar
142627
- VAutocomplete: VAutocomplete
142628
- VBadge: VBadge
142629
- VApp: VApp
142630
- VBanner: VBanner
142631
- VBannerActions: VBannerActions
142632
- VBannerText: VBannerText
142633
142630
  VBottomNavigation: VBottomNavigation
142634
- VBottomSheet: VBottomSheet
142635
- VBtn: VBtn
142631
+ VAvatar: VAvatar
142636
142632
  VBreadcrumbs: VBreadcrumbs
142637
142633
  VBreadcrumbsItem: VBreadcrumbsItem
142638
142634
  VBreadcrumbsDivider: VBreadcrumbsDivider
142639
- VBtnToggle: VBtnToggle
142640
142635
  VBtnGroup: VBtnGroup
142636
+ VBanner: VBanner
142637
+ VBannerActions: VBannerActions
142638
+ VBannerText: VBannerText
142639
+ VBtn: VBtn
142641
142640
  VCode: VCode
142642
- VCheckbox: VCheckbox
142643
- VCheckboxBtn: VCheckboxBtn
142644
- VChip: VChip
142645
- VCarousel: VCarousel
142646
- VCarouselItem: VCarouselItem
142647
- VColorPicker: VColorPicker
142641
+ VBtnToggle: VBtnToggle
142648
142642
  VCard: VCard
142649
142643
  VCardActions: VCardActions
142650
142644
  VCardItem: VCardItem
142651
142645
  VCardSubtitle: VCardSubtitle
142652
142646
  VCardText: VCardText
142653
142647
  VCardTitle: VCardTitle
142654
- VCombobox: VCombobox
142648
+ VCarousel: VCarousel
142649
+ VCarouselItem: VCarouselItem
142650
+ VChip: VChip
142655
142651
  VChipGroup: VChipGroup
142652
+ VCheckbox: VCheckbox
142653
+ VCheckboxBtn: VCheckboxBtn
142654
+ VCombobox: VCombobox
142655
+ VFab: VFab
142656
+ VCounter: VCounter
142656
142657
  VDataTable: VDataTable
142657
142658
  VDataTableHeaders: VDataTableHeaders
142658
142659
  VDataTableFooter: VDataTableFooter
@@ -142660,38 +142661,41 @@ declare module 'vue' {
142660
142661
  VDataTableRow: VDataTableRow
142661
142662
  VDataTableVirtual: VDataTableVirtual
142662
142663
  VDataTableServer: VDataTableServer
142663
- VCounter: VCounter
142664
+ VColorPicker: VColorPicker
142665
+ VDialog: VDialog
142664
142666
  VDivider: VDivider
142667
+ VFooter: VFooter
142668
+ VExpansionPanels: VExpansionPanels
142669
+ VExpansionPanel: VExpansionPanel
142670
+ VExpansionPanelText: VExpansionPanelText
142671
+ VExpansionPanelTitle: VExpansionPanelTitle
142665
142672
  VDatePicker: VDatePicker
142666
142673
  VDatePickerControls: VDatePickerControls
142667
142674
  VDatePickerHeader: VDatePickerHeader
142668
142675
  VDatePickerMonth: VDatePickerMonth
142669
142676
  VDatePickerMonths: VDatePickerMonths
142670
142677
  VDatePickerYears: VDatePickerYears
142671
- VExpansionPanels: VExpansionPanels
142672
- VExpansionPanel: VExpansionPanel
142673
- VExpansionPanelText: VExpansionPanelText
142674
- VExpansionPanelTitle: VExpansionPanelTitle
142675
- VEmptyState: VEmptyState
142676
- VFileInput: VFileInput
142677
- VFab: VFab
142678
142678
  VField: VField
142679
142679
  VFieldLabel: VFieldLabel
142680
+ VEmptyState: VEmptyState
142681
+ VFileInput: VFileInput
142682
+ VImg: VImg
142680
142683
  VIcon: VIcon
142681
142684
  VComponentIcon: VComponentIcon
142682
142685
  VSvgIcon: VSvgIcon
142683
142686
  VLigatureIcon: VLigatureIcon
142684
142687
  VClassIcon: VClassIcon
142685
- VFooter: VFooter
142688
+ VItemGroup: VItemGroup
142689
+ VItem: VItem
142690
+ VKbd: VKbd
142686
142691
  VLabel: VLabel
142687
- VImg: VImg
142688
142692
  VInfiniteScroll: VInfiniteScroll
142689
- VInput: VInput
142690
- VKbd: VKbd
142691
142693
  VMain: VMain
142692
- VItemGroup: VItemGroup
142693
- VItem: VItem
142694
- VDialog: VDialog
142694
+ VInput: VInput
142695
+ VMenu: VMenu
142696
+ VNavigationDrawer: VNavigationDrawer
142697
+ VOverlay: VOverlay
142698
+ VMessages: VMessages
142695
142699
  VList: VList
142696
142700
  VListGroup: VListGroup
142697
142701
  VListImg: VListImg
@@ -142701,53 +142705,49 @@ declare module 'vue' {
142701
142705
  VListItemSubtitle: VListItemSubtitle
142702
142706
  VListItemTitle: VListItemTitle
142703
142707
  VListSubheader: VListSubheader
142704
- VMenu: VMenu
142705
- VMessages: VMessages
142706
- VNavigationDrawer: VNavigationDrawer
142707
- VNumberInput: VNumberInput
142708
142708
  VOtpInput: VOtpInput
142709
+ VNumberInput: VNumberInput
142709
142710
  VPagination: VPagination
142710
- VRadioGroup: VRadioGroup
142711
- VOverlay: VOverlay
142712
142711
  VProgressCircular: VProgressCircular
142712
+ VRadioGroup: VRadioGroup
142713
142713
  VProgressLinear: VProgressLinear
142714
- VSelectionControlGroup: VSelectionControlGroup
142715
- VRating: VRating
142716
142714
  VSelect: VSelect
142715
+ VRating: VRating
142717
142716
  VSelectionControl: VSelectionControl
142718
- VSkeletonLoader: VSkeletonLoader
142719
- VSheet: VSheet
142720
142717
  VSlideGroup: VSlideGroup
142721
142718
  VSlideGroupItem: VSlideGroupItem
142719
+ VSelectionControlGroup: VSelectionControlGroup
142720
+ VSheet: VSheet
142721
+ VSlider: VSlider
142722
+ VSkeletonLoader: VSkeletonLoader
142723
+ VSnackbar: VSnackbar
142722
142724
  VStepper: VStepper
142723
142725
  VStepperActions: VStepperActions
142724
142726
  VStepperHeader: VStepperHeader
142725
142727
  VStepperItem: VStepperItem
142726
142728
  VStepperWindow: VStepperWindow
142727
142729
  VStepperWindowItem: VStepperWindowItem
142728
- VSnackbar: VSnackbar
142729
- VSlider: VSlider
142730
- VSwitch: VSwitch
142731
142730
  VTab: VTab
142732
142731
  VTabs: VTabs
142733
142732
  VTabsWindow: VTabsWindow
142734
142733
  VTabsWindowItem: VTabsWindowItem
142734
+ VSwitch: VSwitch
142735
142735
  VSystemBar: VSystemBar
142736
- VTextField: VTextField
142737
- VTextarea: VTextarea
142738
142736
  VTable: VTable
142739
- VTimeline: VTimeline
142740
- VTimelineItem: VTimelineItem
142741
- VToolbar: VToolbar
142742
- VToolbarTitle: VToolbarTitle
142743
- VToolbarItems: VToolbarItems
142737
+ VTextarea: VTextarea
142744
142738
  VTimePicker: VTimePicker
142745
142739
  VTimePickerClock: VTimePickerClock
142746
142740
  VTimePickerControls: VTimePickerControls
142741
+ VTextField: VTextField
142742
+ VToolbar: VToolbar
142743
+ VToolbarTitle: VToolbarTitle
142744
+ VToolbarItems: VToolbarItems
142745
+ VTimeline: VTimeline
142746
+ VTimelineItem: VTimelineItem
142747
+ VTooltip: VTooltip
142747
142748
  VTreeview: VTreeview
142748
142749
  VTreeviewItem: VTreeviewItem
142749
142750
  VTreeviewGroup: VTreeviewGroup
142750
- VTooltip: VTooltip
142751
142751
  VWindow: VWindow
142752
142752
  VWindowItem: VWindowItem
142753
142753
  VConfirmEdit: VConfirmEdit
@@ -142758,18 +142758,18 @@ declare module 'vue' {
142758
142758
  VCol: VCol
142759
142759
  VRow: VRow
142760
142760
  VSpacer: VSpacer
142761
- VLazy: VLazy
142762
- VHover: VHover
142763
- VLocaleProvider: VLocaleProvider
142764
142761
  VLayout: VLayout
142765
142762
  VLayoutItem: VLayoutItem
142763
+ VHover: VHover
142764
+ VLazy: VLazy
142765
+ VLocaleProvider: VLocaleProvider
142766
142766
  VNoSsr: VNoSsr
142767
142767
  VParallax: VParallax
142768
142768
  VRadio: VRadio
142769
142769
  VRangeSlider: VRangeSlider
142770
142770
  VResponsive: VResponsive
142771
- VSparkline: VSparkline
142772
142771
  VSnackbarQueue: VSnackbarQueue
142772
+ VSparkline: VSparkline
142773
142773
  VSpeedDial: VSpeedDial
142774
142774
  VThemeProvider: VThemeProvider
142775
142775
  VVirtualScroll: VVirtualScroll
@@ -142790,23 +142790,23 @@ declare module 'vue' {
142790
142790
  VExpandTransition: VExpandTransition
142791
142791
  VExpandXTransition: VExpandXTransition
142792
142792
  VDialogTransition: VDialogTransition
142793
+ VCalendar: VCalendar
142794
+ VIconBtn: VIconBtn
142793
142795
  VFileUpload: VFileUpload
142794
142796
  VFileUploadItem: VFileUploadItem
142797
+ VStepperVertical: VStepperVertical
142798
+ VStepperVerticalItem: VStepperVerticalItem
142799
+ VStepperVerticalActions: VStepperVerticalActions
142795
142800
  VColorInput: VColorInput
142796
- VIconBtn: VIconBtn
142797
- VCalendar: VCalendar
142801
+ VHotkey: VHotkey
142798
142802
  VPicker: VPicker
142799
142803
  VPickerTitle: VPickerTitle
142800
142804
  VPie: VPie
142801
142805
  VPieSegment: VPieSegment
142802
142806
  VPieTooltip: VPieTooltip
142803
- VStepperVertical: VStepperVertical
142804
- VStepperVerticalItem: VStepperVerticalItem
142805
- VStepperVerticalActions: VStepperVerticalActions
142806
142807
  VVideo: VVideo
142807
142808
  VVideoControls: VVideoControls
142808
142809
  VVideoVolume: VVideoVolume
142809
- VHotkey: VHotkey
142810
142810
  VDateInput: VDateInput
142811
142811
  VMaskInput: VMaskInput
142812
142812
  VPullToRefresh: VPullToRefresh