@vuetify/nightly 3.8.2-master.2025-04-17 → 3.8.2-master.2025-04-19

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.
@@ -92460,7 +92460,6 @@ declare const VIconBtn: {
92460
92460
  tile: boolean;
92461
92461
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
92462
92462
  hideOverlay: boolean;
92463
- iconSize: string | number;
92464
92463
  iconSizes: [VIconBtnSizes, number][];
92465
92464
  } & {
92466
92465
  height?: string | number | undefined;
@@ -92480,6 +92479,7 @@ declare const VIconBtn: {
92480
92479
  iconColor?: string | undefined;
92481
92480
  activeIcon?: IconValue | undefined;
92482
92481
  activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
92482
+ iconSize?: string | number | undefined;
92483
92483
  } & {
92484
92484
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
92485
92485
  default?: (() => vue.VNodeChild) | undefined;
@@ -92511,7 +92511,6 @@ declare const VIconBtn: {
92511
92511
  tile: boolean;
92512
92512
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
92513
92513
  hideOverlay: boolean;
92514
- iconSize: string | number;
92515
92514
  iconSizes: [VIconBtnSizes, number][];
92516
92515
  }, true, {}, vue.SlotsType<Partial<{
92517
92516
  default: () => vue.VNode[];
@@ -92535,7 +92534,6 @@ declare const VIconBtn: {
92535
92534
  tile: boolean;
92536
92535
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
92537
92536
  hideOverlay: boolean;
92538
- iconSize: string | number;
92539
92537
  iconSizes: [VIconBtnSizes, number][];
92540
92538
  } & {
92541
92539
  height?: string | number | undefined;
@@ -92555,6 +92553,7 @@ declare const VIconBtn: {
92555
92553
  iconColor?: string | undefined;
92556
92554
  activeIcon?: IconValue | undefined;
92557
92555
  activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
92556
+ iconSize?: string | number | undefined;
92558
92557
  } & {
92559
92558
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
92560
92559
  default?: (() => vue.VNodeChild) | undefined;
@@ -92584,7 +92583,6 @@ declare const VIconBtn: {
92584
92583
  tile: boolean;
92585
92584
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
92586
92585
  hideOverlay: boolean;
92587
- iconSize: string | number;
92588
92586
  iconSizes: [VIconBtnSizes, number][];
92589
92587
  }>;
92590
92588
  __isFragment?: never;
@@ -92602,7 +92600,6 @@ declare const VIconBtn: {
92602
92600
  tile: boolean;
92603
92601
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
92604
92602
  hideOverlay: boolean;
92605
- iconSize: string | number;
92606
92603
  iconSizes: [VIconBtnSizes, number][];
92607
92604
  } & {
92608
92605
  height?: string | number | undefined;
@@ -92622,6 +92619,7 @@ declare const VIconBtn: {
92622
92619
  iconColor?: string | undefined;
92623
92620
  activeIcon?: IconValue | undefined;
92624
92621
  activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
92622
+ iconSize?: string | number | undefined;
92625
92623
  } & {
92626
92624
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
92627
92625
  default?: (() => vue.VNodeChild) | undefined;
@@ -92653,7 +92651,6 @@ declare const VIconBtn: {
92653
92651
  tile: boolean;
92654
92652
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
92655
92653
  hideOverlay: boolean;
92656
- iconSize: string | number;
92657
92654
  iconSizes: [VIconBtnSizes, number][];
92658
92655
  }, {}, string, vue.SlotsType<Partial<{
92659
92656
  default: () => vue.VNode[];
@@ -92708,10 +92705,7 @@ declare const VIconBtn: {
92708
92705
  hideOverlay: BooleanConstructor;
92709
92706
  icon: PropType<IconValue>;
92710
92707
  iconColor: StringConstructor;
92711
- iconSize: {
92712
- type: PropType<VIconBtnSizes | number | string>;
92713
- default: string;
92714
- };
92708
+ iconSize: PropType<VIconBtnSizes | number | string>;
92715
92709
  iconSizes: {
92716
92710
  type: PropType<[VIconBtnSizes, number][]>;
92717
92711
  default: () => (string | number)[][];
@@ -92782,10 +92776,7 @@ declare const VIconBtn: {
92782
92776
  hideOverlay: BooleanConstructor;
92783
92777
  icon: PropType<IconValue>;
92784
92778
  iconColor: StringConstructor;
92785
- iconSize: {
92786
- type: PropType<VIconBtnSizes | number | string>;
92787
- default: string;
92788
- };
92779
+ iconSize: PropType<VIconBtnSizes | number | string>;
92789
92780
  iconSizes: {
92790
92781
  type: PropType<[VIconBtnSizes, number][]>;
92791
92782
  default: () => (string | number)[][];
@@ -96795,47 +96786,47 @@ declare module 'vue' {
96795
96786
  $children?: VNodeChild
96796
96787
  }
96797
96788
  export interface GlobalComponents {
96789
+ VAutocomplete: VAutocomplete
96798
96790
  VAlert: VAlert
96799
96791
  VAlertTitle: VAlertTitle
96800
96792
  VAppBar: VAppBar
96801
96793
  VAppBarNavIcon: VAppBarNavIcon
96802
96794
  VAppBarTitle: VAppBarTitle
96803
- VApp: VApp
96804
- VAutocomplete: VAutocomplete
96795
+ VBadge: VBadge
96796
+ VBottomNavigation: VBottomNavigation
96805
96797
  VBanner: VBanner
96806
96798
  VBannerActions: VBannerActions
96807
96799
  VBannerText: VBannerText
96808
96800
  VAvatar: VAvatar
96809
- VBadge: VBadge
96810
96801
  VBottomSheet: VBottomSheet
96811
- VBottomNavigation: VBottomNavigation
96812
- VBtnToggle: VBtnToggle
96802
+ VBtn: VBtn
96803
+ VBtnGroup: VBtnGroup
96813
96804
  VBreadcrumbs: VBreadcrumbs
96814
96805
  VBreadcrumbsItem: VBreadcrumbsItem
96815
96806
  VBreadcrumbsDivider: VBreadcrumbsDivider
96816
- VCode: VCode
96817
- VBtn: VBtn
96818
- VCheckbox: VCheckbox
96819
- VCheckboxBtn: VCheckboxBtn
96820
- VCarousel: VCarousel
96821
- VCarouselItem: VCarouselItem
96822
96807
  VCard: VCard
96823
96808
  VCardActions: VCardActions
96824
96809
  VCardItem: VCardItem
96825
96810
  VCardSubtitle: VCardSubtitle
96826
96811
  VCardText: VCardText
96827
96812
  VCardTitle: VCardTitle
96828
- VCombobox: VCombobox
96829
- VBtnGroup: VBtnGroup
96830
- VCounter: VCounter
96813
+ VApp: VApp
96814
+ VBtnToggle: VBtnToggle
96815
+ VChip: VChip
96816
+ VCarousel: VCarousel
96817
+ VCarouselItem: VCarouselItem
96818
+ VCheckbox: VCheckbox
96819
+ VCheckboxBtn: VCheckboxBtn
96820
+ VCode: VCode
96831
96821
  VColorPicker: VColorPicker
96832
- VDialog: VDialog
96833
96822
  VDatePicker: VDatePicker
96834
96823
  VDatePickerControls: VDatePickerControls
96835
96824
  VDatePickerHeader: VDatePickerHeader
96836
96825
  VDatePickerMonth: VDatePickerMonth
96837
96826
  VDatePickerMonths: VDatePickerMonths
96838
96827
  VDatePickerYears: VDatePickerYears
96828
+ VCounter: VCounter
96829
+ VCombobox: VCombobox
96839
96830
  VDataTable: VDataTable
96840
96831
  VDataTableHeaders: VDataTableHeaders
96841
96832
  VDataTableFooter: VDataTableFooter
@@ -96843,24 +96834,27 @@ declare module 'vue' {
96843
96834
  VDataTableRow: VDataTableRow
96844
96835
  VDataTableVirtual: VDataTableVirtual
96845
96836
  VDataTableServer: VDataTableServer
96846
- VDivider: VDivider
96847
- VFab: VFab
96837
+ VDialog: VDialog
96848
96838
  VEmptyState: VEmptyState
96839
+ VDivider: VDivider
96849
96840
  VExpansionPanels: VExpansionPanels
96850
96841
  VExpansionPanel: VExpansionPanel
96851
96842
  VExpansionPanelText: VExpansionPanelText
96852
96843
  VExpansionPanelTitle: VExpansionPanelTitle
96844
+ VFab: VFab
96853
96845
  VFileInput: VFileInput
96854
- VImg: VImg
96855
- VFooter: VFooter
96846
+ VInfiniteScroll: VInfiniteScroll
96856
96847
  VField: VField
96857
96848
  VFieldLabel: VFieldLabel
96849
+ VFooter: VFooter
96858
96850
  VIcon: VIcon
96859
96851
  VComponentIcon: VComponentIcon
96860
96852
  VSvgIcon: VSvgIcon
96861
96853
  VLigatureIcon: VLigatureIcon
96862
96854
  VClassIcon: VClassIcon
96863
96855
  VInput: VInput
96856
+ VImg: VImg
96857
+ VKbd: VKbd
96864
96858
  VItemGroup: VItemGroup
96865
96859
  VItem: VItem
96866
96860
  VList: VList
@@ -96872,78 +96866,72 @@ declare module 'vue' {
96872
96866
  VListItemSubtitle: VListItemSubtitle
96873
96867
  VListItemTitle: VListItemTitle
96874
96868
  VListSubheader: VListSubheader
96875
- VInfiniteScroll: VInfiniteScroll
96876
- VKbd: VKbd
96877
96869
  VLabel: VLabel
96878
- VMain: VMain
96879
96870
  VMenu: VMenu
96880
- VNavigationDrawer: VNavigationDrawer
96881
96871
  VMessages: VMessages
96882
- VNumberInput: VNumberInput
96872
+ VMain: VMain
96873
+ VNavigationDrawer: VNavigationDrawer
96883
96874
  VOtpInput: VOtpInput
96875
+ VPagination: VPagination
96884
96876
  VOverlay: VOverlay
96885
96877
  VProgressLinear: VProgressLinear
96878
+ VNumberInput: VNumberInput
96886
96879
  VProgressCircular: VProgressCircular
96887
- VPagination: VPagination
96888
- VSelect: VSelect
96880
+ VSelectionControl: VSelectionControl
96889
96881
  VRadioGroup: VRadioGroup
96882
+ VSelect: VSelect
96890
96883
  VRating: VRating
96891
- VSlideGroup: VSlideGroup
96892
- VSlideGroupItem: VSlideGroupItem
96893
96884
  VSelectionControlGroup: VSelectionControlGroup
96894
- VSkeletonLoader: VSkeletonLoader
96895
- VSnackbar: VSnackbar
96896
96885
  VSheet: VSheet
96897
- VSelectionControl: VSelectionControl
96886
+ VSnackbar: VSnackbar
96887
+ VSkeletonLoader: VSkeletonLoader
96888
+ VSlideGroup: VSlideGroup
96889
+ VSlideGroupItem: VSlideGroupItem
96898
96890
  VSlider: VSlider
96899
- VSwitch: VSwitch
96900
96891
  VStepper: VStepper
96901
96892
  VStepperActions: VStepperActions
96902
96893
  VStepperHeader: VStepperHeader
96903
96894
  VStepperItem: VStepperItem
96904
96895
  VStepperWindow: VStepperWindow
96905
96896
  VStepperWindowItem: VStepperWindowItem
96897
+ VSwitch: VSwitch
96906
96898
  VSystemBar: VSystemBar
96907
- VTextField: VTextField
96908
- VTable: VTable
96909
- VTimeline: VTimeline
96910
- VTimelineItem: VTimelineItem
96911
96899
  VTextarea: VTextarea
96900
+ VTextField: VTextField
96912
96901
  VTab: VTab
96913
96902
  VTabs: VTabs
96914
96903
  VTabsWindow: VTabsWindow
96915
96904
  VTabsWindowItem: VTabsWindowItem
96905
+ VTimeline: VTimeline
96906
+ VTimelineItem: VTimelineItem
96916
96907
  VToolbar: VToolbar
96917
96908
  VToolbarTitle: VToolbarTitle
96918
96909
  VToolbarItems: VToolbarItems
96919
- VTooltip: VTooltip
96920
96910
  VWindow: VWindow
96921
96911
  VWindowItem: VWindowItem
96912
+ VTooltip: VTooltip
96913
+ VChipGroup: VChipGroup
96922
96914
  VConfirmEdit: VConfirmEdit
96923
96915
  VDataIterator: VDataIterator
96924
96916
  VDefaultsProvider: VDefaultsProvider
96917
+ VForm: VForm
96925
96918
  VContainer: VContainer
96926
96919
  VCol: VCol
96927
96920
  VRow: VRow
96928
96921
  VSpacer: VSpacer
96929
- VForm: VForm
96930
96922
  VHover: VHover
96923
+ VLazy: VLazy
96931
96924
  VLayout: VLayout
96932
96925
  VLayoutItem: VLayoutItem
96933
- VLazy: VLazy
96934
96926
  VLocaleProvider: VLocaleProvider
96935
96927
  VNoSsr: VNoSsr
96936
96928
  VParallax: VParallax
96937
96929
  VRadio: VRadio
96938
- VResponsive: VResponsive
96939
96930
  VRangeSlider: VRangeSlider
96931
+ VResponsive: VResponsive
96932
+ VSparkline: VSparkline
96940
96933
  VSnackbarQueue: VSnackbarQueue
96941
96934
  VSpeedDial: VSpeedDial
96942
- VSparkline: VSparkline
96943
- VThemeProvider: VThemeProvider
96944
- VValidation: VValidation
96945
- VChipGroup: VChipGroup
96946
- VVirtualScroll: VVirtualScroll
96947
96935
  VFabTransition: VFabTransition
96948
96936
  VDialogBottomTransition: VDialogBottomTransition
96949
96937
  VDialogTopTransition: VDialogTopTransition
@@ -96960,27 +96948,30 @@ declare module 'vue' {
96960
96948
  VExpandTransition: VExpandTransition
96961
96949
  VExpandXTransition: VExpandXTransition
96962
96950
  VDialogTransition: VDialogTransition
96963
- VChip: VChip
96951
+ VValidation: VValidation
96952
+ VThemeProvider: VThemeProvider
96953
+ VVirtualScroll: VVirtualScroll
96954
+ VTable: VTable
96955
+ VIconBtn: VIconBtn
96964
96956
  VPicker: VPicker
96965
96957
  VPickerTitle: VPickerTitle
96966
- VStepperVertical: VStepperVertical
96967
- VStepperVerticalItem: VStepperVerticalItem
96968
- VStepperVerticalActions: VStepperVerticalActions
96969
- VIconBtn: VIconBtn
96970
- VFileUpload: VFileUpload
96971
- VFileUploadItem: VFileUploadItem
96972
96958
  VCalendar: VCalendar
96973
96959
  VCalendarDay: VCalendarDay
96974
96960
  VCalendarHeader: VCalendarHeader
96975
96961
  VCalendarInterval: VCalendarInterval
96976
96962
  VCalendarIntervalEvent: VCalendarIntervalEvent
96977
96963
  VCalendarMonthDay: VCalendarMonthDay
96964
+ VFileUpload: VFileUpload
96965
+ VFileUploadItem: VFileUploadItem
96978
96966
  VTreeview: VTreeview
96979
96967
  VTreeviewItem: VTreeviewItem
96980
96968
  VTreeviewGroup: VTreeviewGroup
96981
96969
  VTimePicker: VTimePicker
96982
96970
  VTimePickerClock: VTimePickerClock
96983
96971
  VTimePickerControls: VTimePickerControls
96972
+ VStepperVertical: VStepperVertical
96973
+ VStepperVerticalItem: VStepperVerticalItem
96974
+ VStepperVerticalActions: VStepperVerticalActions
96984
96975
  VDateInput: VDateInput
96985
96976
  VPullToRefresh: VPullToRefresh
96986
96977
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.2-master.2025-04-17
2
+ * Vuetify v3.8.2-master.2025-04-19
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -29442,10 +29442,7 @@ const makeVIconBtnProps = propsFactory({
29442
29442
  hideOverlay: Boolean,
29443
29443
  icon: [String, Function, Object],
29444
29444
  iconColor: String,
29445
- iconSize: {
29446
- type: [Number, String],
29447
- default: 'default'
29448
- },
29445
+ iconSize: [Number, String],
29449
29446
  iconSizes: {
29450
29447
  type: Array,
29451
29448
  default: () => [['x-small', 10], ['small', 16], ['default', 24], ['large', 28], ['x-large', 32]]
@@ -29530,13 +29527,14 @@ const VIconBtn = genericComponent()({
29530
29527
  }
29531
29528
  useRender(() => {
29532
29529
  const icon = isActive.value ? props.activeIcon ?? props.icon : props.icon;
29533
- const size = props.size;
29534
- const hasNamedSize = btnSizeMap.has(size);
29535
- const btnSize = hasNamedSize ? btnSizeMap.get(size) : size;
29530
+ const _btnSize = props.size;
29531
+ const hasNamedSize = btnSizeMap.has(_btnSize);
29532
+ const btnSize = hasNamedSize ? btnSizeMap.get(_btnSize) : _btnSize;
29536
29533
  const btnHeight = props.height ?? btnSize;
29537
29534
  const btnWidth = props.width ?? btnSize;
29538
- const _iconSize = hasNamedSize ? size : props.iconSize ?? size;
29539
- const iconSize = iconSizeMap.get(_iconSize) ?? _iconSize;
29535
+ const _iconSize = props.iconSize;
29536
+ const hasNamedIconSize = iconSizeMap.has(_iconSize);
29537
+ const iconSize = !_iconSize ? hasNamedSize ? iconSizeMap.get(_btnSize) : iconSizeMap.get('default') : hasNamedIconSize ? iconSizeMap.get(_iconSize) : _iconSize;
29540
29538
  const iconProps = {
29541
29539
  icon,
29542
29540
  size: iconSize,
@@ -31491,7 +31489,7 @@ function createVuetify$1() {
31491
31489
  };
31492
31490
  });
31493
31491
  }
31494
- const version$1 = "3.8.2-master.2025-04-17";
31492
+ const version$1 = "3.8.2-master.2025-04-19";
31495
31493
  createVuetify$1.version = version$1;
31496
31494
 
31497
31495
  // Vue's inject() can only be used in setup
@@ -31789,7 +31787,7 @@ var index = /*#__PURE__*/Object.freeze({
31789
31787
 
31790
31788
  /* eslint-disable local-rules/sort-imports */
31791
31789
 
31792
- const version = "3.8.2-master.2025-04-17";
31790
+ const version = "3.8.2-master.2025-04-19";
31793
31791
 
31794
31792
  /* eslint-disable local-rules/sort-imports */
31795
31793