@vuetify/nightly 3.7.4-dev.2024-11-06 → 3.7.4-dev.2024-12-02

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.d.ts CHANGED
@@ -16245,6 +16245,7 @@ declare const VChip: {
16245
16245
  href?: string | undefined;
16246
16246
  elevation?: string | number | undefined;
16247
16247
  rounded?: string | number | boolean | undefined;
16248
+ baseColor?: string | undefined;
16248
16249
  selectedClass?: string | undefined;
16249
16250
  prependIcon?: IconValue | undefined;
16250
16251
  appendIcon?: IconValue | undefined;
@@ -16398,6 +16399,7 @@ declare const VChip: {
16398
16399
  href?: string | undefined;
16399
16400
  elevation?: string | number | undefined;
16400
16401
  rounded?: string | number | boolean | undefined;
16402
+ baseColor?: string | undefined;
16401
16403
  selectedClass?: string | undefined;
16402
16404
  prependIcon?: IconValue | undefined;
16403
16405
  appendIcon?: IconValue | undefined;
@@ -16527,6 +16529,7 @@ declare const VChip: {
16527
16529
  href?: string | undefined;
16528
16530
  elevation?: string | number | undefined;
16529
16531
  rounded?: string | number | boolean | undefined;
16532
+ baseColor?: string | undefined;
16530
16533
  selectedClass?: string | undefined;
16531
16534
  prependIcon?: IconValue | undefined;
16532
16535
  appendIcon?: IconValue | undefined;
@@ -16689,6 +16692,7 @@ declare const VChip: {
16689
16692
  activeClass: StringConstructor;
16690
16693
  appendAvatar: StringConstructor;
16691
16694
  appendIcon: PropType<IconValue>;
16695
+ baseColor: StringConstructor;
16692
16696
  closable: BooleanConstructor;
16693
16697
  closeIcon: {
16694
16698
  type: PropType<IconValue>;
@@ -16775,6 +16779,7 @@ declare const VChip: {
16775
16779
  activeClass: StringConstructor;
16776
16780
  appendAvatar: StringConstructor;
16777
16781
  appendIcon: PropType<IconValue>;
16782
+ baseColor: StringConstructor;
16778
16783
  closable: BooleanConstructor;
16779
16784
  closeIcon: {
16780
16785
  type: PropType<IconValue>;
@@ -16845,6 +16850,7 @@ declare const VChipGroup: {
16845
16850
  theme?: string | undefined;
16846
16851
  mandatory?: boolean | "force" | undefined;
16847
16852
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
16853
+ baseColor?: string | undefined;
16848
16854
  showArrows?: string | boolean | undefined;
16849
16855
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16850
16856
  'update:modelValue': (value: any) => true;
@@ -16902,6 +16908,7 @@ declare const VChipGroup: {
16902
16908
  theme?: string | undefined;
16903
16909
  mandatory?: boolean | "force" | undefined;
16904
16910
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
16911
+ baseColor?: string | undefined;
16905
16912
  showArrows?: string | boolean | undefined;
16906
16913
  } & {}, {}, {}, {}, {}, {
16907
16914
  symbol: any;
@@ -16946,6 +16953,7 @@ declare const VChipGroup: {
16946
16953
  theme?: string | undefined;
16947
16954
  mandatory?: boolean | "force" | undefined;
16948
16955
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
16956
+ baseColor?: string | undefined;
16949
16957
  showArrows?: string | boolean | undefined;
16950
16958
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16951
16959
  'update:modelValue': (value: any) => true;
@@ -17037,6 +17045,7 @@ declare const VChipGroup: {
17037
17045
  type: (StringConstructor | BooleanConstructor)[];
17038
17046
  validator: (v: any) => boolean;
17039
17047
  };
17048
+ baseColor: StringConstructor;
17040
17049
  column: BooleanConstructor;
17041
17050
  filter: BooleanConstructor;
17042
17051
  valueComparator: {
@@ -17104,6 +17113,7 @@ declare const VChipGroup: {
17104
17113
  type: (StringConstructor | BooleanConstructor)[];
17105
17114
  validator: (v: any) => boolean;
17106
17115
  };
17116
+ baseColor: StringConstructor;
17107
17117
  column: BooleanConstructor;
17108
17118
  filter: BooleanConstructor;
17109
17119
  valueComparator: {
@@ -57919,48 +57929,43 @@ declare module 'vue' {
57919
57929
  $children?: VNodeChild
57920
57930
  }
57921
57931
  export interface GlobalComponents {
57922
- VAvatar: typeof import('vuetify/components')['VAvatar']
57923
57932
  VApp: typeof import('vuetify/components')['VApp']
57933
+ VAppBar: typeof import('vuetify/components')['VAppBar']
57934
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
57935
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
57924
57936
  VAlert: typeof import('vuetify/components')['VAlert']
57925
57937
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
57926
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
57938
+ VAvatar: typeof import('vuetify/components')['VAvatar']
57927
57939
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
57928
57940
  VBanner: typeof import('vuetify/components')['VBanner']
57929
57941
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
57930
57942
  VBannerText: typeof import('vuetify/components')['VBannerText']
57931
- VBtn: typeof import('vuetify/components')['VBtn']
57932
57943
  VBadge: typeof import('vuetify/components')['VBadge']
57933
57944
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
57934
- VAppBar: typeof import('vuetify/components')['VAppBar']
57935
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
57936
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
57937
57945
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
57938
57946
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
57939
57947
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
57948
+ VBtn: typeof import('vuetify/components')['VBtn']
57949
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
57940
57950
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
57941
- VChip: typeof import('vuetify/components')['VChip']
57942
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
57943
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
57944
- VCarousel: typeof import('vuetify/components')['VCarousel']
57945
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
57946
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
57947
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
57948
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
57949
- VCombobox: typeof import('vuetify/components')['VCombobox']
57950
57951
  VCard: typeof import('vuetify/components')['VCard']
57951
57952
  VCardActions: typeof import('vuetify/components')['VCardActions']
57952
57953
  VCardItem: typeof import('vuetify/components')['VCardItem']
57953
57954
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
57954
57955
  VCardText: typeof import('vuetify/components')['VCardText']
57955
57956
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
57956
- VCounter: typeof import('vuetify/components')['VCounter']
57957
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
57958
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
57959
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
57960
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
57961
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
57962
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
57957
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
57958
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
57959
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
57960
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
57961
+ VCarousel: typeof import('vuetify/components')['VCarousel']
57962
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
57963
57963
  VCode: typeof import('vuetify/components')['VCode']
57964
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
57965
+ VChip: typeof import('vuetify/components')['VChip']
57966
+ VCounter: typeof import('vuetify/components')['VCounter']
57967
+ VCombobox: typeof import('vuetify/components')['VCombobox']
57968
+ VDivider: typeof import('vuetify/components')['VDivider']
57964
57969
  VDialog: typeof import('vuetify/components')['VDialog']
57965
57970
  VDataTable: typeof import('vuetify/components')['VDataTable']
57966
57971
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
@@ -57969,28 +57974,35 @@ declare module 'vue' {
57969
57974
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
57970
57975
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
57971
57976
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
57977
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
57978
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
57979
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
57980
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
57981
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
57982
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
57983
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
57984
+ VFab: typeof import('vuetify/components')['VFab']
57985
+ VFileInput: typeof import('vuetify/components')['VFileInput']
57986
+ VField: typeof import('vuetify/components')['VField']
57987
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
57988
+ VFooter: typeof import('vuetify/components')['VFooter']
57989
+ VImg: typeof import('vuetify/components')['VImg']
57972
57990
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
57973
57991
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
57974
57992
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
57975
57993
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
57976
- VDivider: typeof import('vuetify/components')['VDivider']
57977
- VField: typeof import('vuetify/components')['VField']
57978
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
57979
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
57980
- VFileInput: typeof import('vuetify/components')['VFileInput']
57981
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
57982
- VFooter: typeof import('vuetify/components')['VFooter']
57983
57994
  VIcon: typeof import('vuetify/components')['VIcon']
57984
57995
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
57985
57996
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
57986
57997
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
57987
57998
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
57988
- VFab: typeof import('vuetify/components')['VFab']
57989
- VInput: typeof import('vuetify/components')['VInput']
57990
57999
  VKbd: typeof import('vuetify/components')['VKbd']
58000
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
58001
+ VInput: typeof import('vuetify/components')['VInput']
57991
58002
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
57992
58003
  VItem: typeof import('vuetify/components')['VItem']
57993
- VImg: typeof import('vuetify/components')['VImg']
58004
+ VLabel: typeof import('vuetify/components')['VLabel']
58005
+ VMain: typeof import('vuetify/components')['VMain']
57994
58006
  VList: typeof import('vuetify/components')['VList']
57995
58007
  VListGroup: typeof import('vuetify/components')['VListGroup']
57996
58008
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -58000,40 +58012,38 @@ declare module 'vue' {
58000
58012
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
58001
58013
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
58002
58014
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
58003
- VMain: typeof import('vuetify/components')['VMain']
58004
- VLabel: typeof import('vuetify/components')['VLabel']
58005
- VMessages: typeof import('vuetify/components')['VMessages']
58006
58015
  VMenu: typeof import('vuetify/components')['VMenu']
58007
- VPagination: typeof import('vuetify/components')['VPagination']
58008
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
58009
58016
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
58017
+ VMessages: typeof import('vuetify/components')['VMessages']
58010
58018
  VOverlay: typeof import('vuetify/components')['VOverlay']
58011
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
58012
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
58019
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
58020
+ VPagination: typeof import('vuetify/components')['VPagination']
58013
58021
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
58022
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
58014
58023
  VRating: typeof import('vuetify/components')['VRating']
58024
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
58015
58025
  VSelect: typeof import('vuetify/components')['VSelect']
58016
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
58017
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
58018
58026
  VSheet: typeof import('vuetify/components')['VSheet']
58019
- VSlider: typeof import('vuetify/components')['VSlider']
58020
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
58021
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
58027
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
58022
58028
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
58023
58029
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
58024
- VTable: typeof import('vuetify/components')['VTable']
58030
+ VSlider: typeof import('vuetify/components')['VSlider']
58031
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
58032
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
58033
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
58025
58034
  VSwitch: typeof import('vuetify/components')['VSwitch']
58026
58035
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
58027
- VTab: typeof import('vuetify/components')['VTab']
58028
- VTabs: typeof import('vuetify/components')['VTabs']
58029
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
58030
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
58031
58036
  VStepper: typeof import('vuetify/components')['VStepper']
58032
58037
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
58033
58038
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
58034
58039
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
58035
58040
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
58036
58041
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
58042
+ VTab: typeof import('vuetify/components')['VTab']
58043
+ VTabs: typeof import('vuetify/components')['VTabs']
58044
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
58045
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
58046
+ VTable: typeof import('vuetify/components')['VTable']
58037
58047
  VTextarea: typeof import('vuetify/components')['VTextarea']
58038
58048
  VTextField: typeof import('vuetify/components')['VTextField']
58039
58049
  VTimeline: typeof import('vuetify/components')['VTimeline']
@@ -58046,27 +58056,27 @@ declare module 'vue' {
58046
58056
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
58047
58057
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
58048
58058
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
58049
- VHover: typeof import('vuetify/components')['VHover']
58050
58059
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
58051
58060
  VForm: typeof import('vuetify/components')['VForm']
58052
58061
  VContainer: typeof import('vuetify/components')['VContainer']
58053
58062
  VCol: typeof import('vuetify/components')['VCol']
58054
58063
  VRow: typeof import('vuetify/components')['VRow']
58055
58064
  VSpacer: typeof import('vuetify/components')['VSpacer']
58065
+ VHover: typeof import('vuetify/components')['VHover']
58066
+ VLazy: typeof import('vuetify/components')['VLazy']
58056
58067
  VLayout: typeof import('vuetify/components')['VLayout']
58057
58068
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
58058
- VLazy: typeof import('vuetify/components')['VLazy']
58059
58069
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
58060
58070
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
58061
- VParallax: typeof import('vuetify/components')['VParallax']
58062
58071
  VRadio: typeof import('vuetify/components')['VRadio']
58072
+ VParallax: typeof import('vuetify/components')['VParallax']
58063
58073
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
58064
58074
  VResponsive: typeof import('vuetify/components')['VResponsive']
58065
58075
  VSparkline: typeof import('vuetify/components')['VSparkline']
58066
58076
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
58067
58077
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
58068
- VValidation: typeof import('vuetify/components')['VValidation']
58069
58078
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
58079
+ VValidation: typeof import('vuetify/components')['VValidation']
58070
58080
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
58071
58081
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
58072
58082
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -58083,6 +58093,10 @@ declare module 'vue' {
58083
58093
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
58084
58094
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
58085
58095
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
58096
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
58097
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
58098
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
58099
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
58086
58100
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
58087
58101
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
58088
58102
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -58091,18 +58105,14 @@ declare module 'vue' {
58091
58105
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
58092
58106
  VPicker: typeof import('vuetify/labs/components')['VPicker']
58093
58107
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
58094
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
58095
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
58096
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
58097
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
58098
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
58099
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
58100
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
58101
58108
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
58102
58109
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
58103
58110
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
58104
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
58111
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
58112
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
58113
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
58105
58114
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
58115
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
58106
58116
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
58107
58117
  }
58108
58118
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-dev.2024-11-06
2
+ * Vuetify v3.7.4-dev.2024-12-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7984,6 +7984,7 @@ const VSlideGroup = genericComponent()({
7984
7984
 
7985
7985
  const VChipGroupSymbol = Symbol.for('vuetify:v-chip-group');
7986
7986
  const makeVChipGroupProps = propsFactory({
7987
+ baseColor: String,
7987
7988
  column: Boolean,
7988
7989
  filter: Boolean,
7989
7990
  valueComparator: {
@@ -8023,6 +8024,7 @@ const VChipGroup = genericComponent()({
8023
8024
  } = useGroup(props, VChipGroupSymbol);
8024
8025
  provideDefaults({
8025
8026
  VChip: {
8027
+ baseColor: toRef(props, 'baseColor'),
8026
8028
  color: toRef(props, 'color'),
8027
8029
  disabled: toRef(props, 'disabled'),
8028
8030
  filter: toRef(props, 'filter'),
@@ -8056,6 +8058,7 @@ const makeVChipProps = propsFactory({
8056
8058
  activeClass: String,
8057
8059
  appendAvatar: String,
8058
8060
  appendIcon: IconValue,
8061
+ baseColor: String,
8059
8062
  closable: Boolean,
8060
8063
  closeIcon: {
8061
8064
  type: IconValue,
@@ -8130,11 +8133,6 @@ const VChip = genericComponent()({
8130
8133
  const {
8131
8134
  borderClasses
8132
8135
  } = useBorder(props);
8133
- const {
8134
- colorClasses,
8135
- colorStyles,
8136
- variantClasses
8137
- } = useVariant(props);
8138
8136
  const {
8139
8137
  densityClasses
8140
8138
  } = useDensity(props);
@@ -8164,6 +8162,18 @@ const VChip = genericComponent()({
8164
8162
  emit('click:close', e);
8165
8163
  }
8166
8164
  }));
8165
+ const variantProps = computed(() => {
8166
+ const showColor = !group || group.isSelected.value;
8167
+ return {
8168
+ color: showColor ? props.color ?? props.baseColor : props.baseColor,
8169
+ variant: props.variant
8170
+ };
8171
+ });
8172
+ const {
8173
+ colorClasses,
8174
+ colorStyles,
8175
+ variantClasses
8176
+ } = useVariant(variantProps);
8167
8177
  function onClick(e) {
8168
8178
  emit('click', e);
8169
8179
  if (!isClickable.value) return;
@@ -8184,7 +8194,6 @@ const VChip = genericComponent()({
8184
8194
  const hasFilter = !!(slots.filter || props.filter) && group;
8185
8195
  const hasPrependMedia = !!(props.prependIcon || props.prependAvatar);
8186
8196
  const hasPrepend = !!(hasPrependMedia || slots.prepend);
8187
- const hasColor = !group || group.isSelected.value;
8188
8197
  return isActive.value && withDirectives(createVNode(Tag, mergeProps({
8189
8198
  "class": ['v-chip', {
8190
8199
  'v-chip--disabled': props.disabled,
@@ -8192,8 +8201,8 @@ const VChip = genericComponent()({
8192
8201
  'v-chip--link': isClickable.value,
8193
8202
  'v-chip--filter': hasFilter,
8194
8203
  'v-chip--pill': props.pill
8195
- }, themeClasses.value, borderClasses.value, hasColor ? colorClasses.value : undefined, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
8196
- "style": [hasColor ? colorStyles.value : undefined, props.style],
8204
+ }, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, group?.selectedClass.value, props.class],
8205
+ "style": [colorStyles.value, props.style],
8197
8206
  "disabled": props.disabled || undefined,
8198
8207
  "draggable": props.draggable,
8199
8208
  "tabindex": isClickable.value ? 0 : undefined,
@@ -28260,7 +28269,7 @@ function createVuetify$1() {
28260
28269
  goTo
28261
28270
  };
28262
28271
  }
28263
- const version$1 = "3.7.4-dev.2024-11-06";
28272
+ const version$1 = "3.7.4-dev.2024-12-02";
28264
28273
  createVuetify$1.version = version$1;
28265
28274
 
28266
28275
  // Vue's inject() can only be used in setup
@@ -28285,7 +28294,7 @@ const createVuetify = function () {
28285
28294
  ...options
28286
28295
  });
28287
28296
  };
28288
- const version = "3.7.4-dev.2024-11-06";
28297
+ const version = "3.7.4-dev.2024-12-02";
28289
28298
  createVuetify.version = version;
28290
28299
 
28291
28300
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };