vuetify 3.1.9 → 3.1.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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.9
2
+ * Vuetify v3.1.10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -19077,30 +19077,6 @@ html.overflow-y-hidden {
19077
19077
  }
19078
19078
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
19079
19079
  max-width: calc(100% - 32px);
19080
- }.v-input--density-default {
19081
- --file-input-chips-margin-bottom: 0px;
19082
- }
19083
-
19084
- .v-input--density-comfortable {
19085
- --file-input-chips-margin-bottom: 2px;
19086
- }
19087
-
19088
- .v-input--density-compact {
19089
- --file-input-chips-margin-bottom: 4px;
19090
- }
19091
-
19092
- .v-file-input input[type=file] {
19093
- height: 100%;
19094
- left: 0;
19095
- opacity: 0;
19096
- position: absolute;
19097
- top: 0;
19098
- width: 100%;
19099
- z-index: 1;
19100
- }
19101
- .v-file-input .v-chip {
19102
- margin-top: 2px;
19103
- margin-bottom: var(--file-input-chips-margin-bottom);
19104
19080
  }/* region INPUT */
19105
19081
  .v-field {
19106
19082
  display: grid;
@@ -19532,7 +19508,31 @@ textarea.v-field__input::placeholder {
19532
19508
  opacity: 0;
19533
19509
  }
19534
19510
 
19535
- /* endregion */.v-footer {
19511
+ /* endregion */.v-input--density-default {
19512
+ --file-input-chips-margin-bottom: 0px;
19513
+ }
19514
+
19515
+ .v-input--density-comfortable {
19516
+ --file-input-chips-margin-bottom: 2px;
19517
+ }
19518
+
19519
+ .v-input--density-compact {
19520
+ --file-input-chips-margin-bottom: 4px;
19521
+ }
19522
+
19523
+ .v-file-input input[type=file] {
19524
+ height: 100%;
19525
+ left: 0;
19526
+ opacity: 0;
19527
+ position: absolute;
19528
+ top: 0;
19529
+ width: 100%;
19530
+ z-index: 1;
19531
+ }
19532
+ .v-file-input .v-chip {
19533
+ margin-top: 2px;
19534
+ margin-bottom: var(--file-input-chips-margin-bottom);
19535
+ }.v-footer {
19536
19536
  align-items: center;
19537
19537
  display: flex;
19538
19538
  flex: 1 1 auto;
@@ -21740,7 +21740,10 @@ html.v-overlay-scroll-blocked {
21740
21740
  padding: 0;
21741
21741
  }
21742
21742
 
21743
- /* endregion */.v-timeline .v-timeline-divider__dot {
21743
+ /* endregion */.v-theme-provider {
21744
+ background: rgb(var(--v-theme-background));
21745
+ color: rgb(var(--v-theme-on-background));
21746
+ }.v-timeline .v-timeline-divider__dot {
21744
21747
  background: rgb(var(--v-theme-on-surface-variant));
21745
21748
  }
21746
21749
  .v-timeline .v-timeline-divider__inner-dot {
@@ -22185,9 +22188,6 @@ html.v-overlay-scroll-blocked {
22185
22188
 
22186
22189
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
22187
22190
  padding-inline-end: 0;
22188
- }.v-theme-provider {
22189
- background: rgb(var(--v-theme-background));
22190
- color: rgb(var(--v-theme-on-background));
22191
22191
  }.v-toolbar {
22192
22192
  align-items: flex-start;
22193
22193
  display: flex;
package/dist/vuetify.d.ts CHANGED
@@ -20063,19 +20063,16 @@ declare module '@vue/runtime-core' {
20063
20063
  VRow: typeof import('vuetify/components')['VRow']
20064
20064
  VSpacer: typeof import('vuetify/components')['VSpacer']
20065
20065
  VHover: typeof import('vuetify/components')['VHover']
20066
+ VForm: typeof import('vuetify/components')['VForm']
20067
+ VLazy: typeof import('vuetify/components')['VLazy']
20066
20068
  VLayout: typeof import('vuetify/components')['VLayout']
20067
20069
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
20068
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
20069
- VLazy: typeof import('vuetify/components')['VLazy']
20070
20070
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
20071
- VForm: typeof import('vuetify/components')['VForm']
20071
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
20072
20072
  VParallax: typeof import('vuetify/components')['VParallax']
20073
20073
  VRadio: typeof import('vuetify/components')['VRadio']
20074
20074
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
20075
20075
  VResponsive: typeof import('vuetify/components')['VResponsive']
20076
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
20077
- VValidation: typeof import('vuetify/components')['VValidation']
20078
- VApp: typeof import('vuetify/components')['VApp']
20079
20076
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
20080
20077
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
20081
20078
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -20092,37 +20089,40 @@ declare module '@vue/runtime-core' {
20092
20089
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
20093
20090
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
20094
20091
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
20095
- VAlert: typeof import('vuetify/components')['VAlert']
20096
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
20092
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
20093
+ VApp: typeof import('vuetify/components')['VApp']
20097
20094
  VAppBar: typeof import('vuetify/components')['VAppBar']
20098
20095
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
20099
20096
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
20097
+ VAlert: typeof import('vuetify/components')['VAlert']
20098
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
20100
20099
  VAvatar: typeof import('vuetify/components')['VAvatar']
20101
20100
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
20102
- VBadge: typeof import('vuetify/components')['VBadge']
20103
20101
  VBanner: typeof import('vuetify/components')['VBanner']
20104
20102
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
20105
20103
  VBannerText: typeof import('vuetify/components')['VBannerText']
20104
+ VValidation: typeof import('vuetify/components')['VValidation']
20105
+ VBadge: typeof import('vuetify/components')['VBadge']
20106
20106
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
20107
+ VBtn: typeof import('vuetify/components')['VBtn']
20107
20108
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
20108
20109
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
20109
20110
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
20110
- VBtn: typeof import('vuetify/components')['VBtn']
20111
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
20112
20111
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
20112
+ VCarousel: typeof import('vuetify/components')['VCarousel']
20113
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
20114
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
20113
20115
  VCard: typeof import('vuetify/components')['VCard']
20114
20116
  VCardActions: typeof import('vuetify/components')['VCardActions']
20115
20117
  VCardItem: typeof import('vuetify/components')['VCardItem']
20116
20118
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
20117
20119
  VCardText: typeof import('vuetify/components')['VCardText']
20118
20120
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
20119
- VCarousel: typeof import('vuetify/components')['VCarousel']
20120
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
20121
20121
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
20122
20122
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
20123
20123
  VChip: typeof import('vuetify/components')['VChip']
20124
- VCode: typeof import('vuetify/components')['VCode']
20125
20124
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
20125
+ VCode: typeof import('vuetify/components')['VCode']
20126
20126
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
20127
20127
  VCombobox: typeof import('vuetify/components')['VCombobox']
20128
20128
  VCounter: typeof import('vuetify/components')['VCounter']
@@ -20143,10 +20143,9 @@ declare module '@vue/runtime-core' {
20143
20143
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
20144
20144
  VImg: typeof import('vuetify/components')['VImg']
20145
20145
  VInput: typeof import('vuetify/components')['VInput']
20146
+ VKbd: typeof import('vuetify/components')['VKbd']
20146
20147
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
20147
20148
  VItem: typeof import('vuetify/components')['VItem']
20148
- VLabel: typeof import('vuetify/components')['VLabel']
20149
- VKbd: typeof import('vuetify/components')['VKbd']
20150
20149
  VList: typeof import('vuetify/components')['VList']
20151
20150
  VListGroup: typeof import('vuetify/components')['VListGroup']
20152
20151
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -20156,38 +20155,39 @@ declare module '@vue/runtime-core' {
20156
20155
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
20157
20156
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
20158
20157
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
20158
+ VLabel: typeof import('vuetify/components')['VLabel']
20159
20159
  VMain: typeof import('vuetify/components')['VMain']
20160
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
20160
20161
  VMenu: typeof import('vuetify/components')['VMenu']
20161
20162
  VMessages: typeof import('vuetify/components')['VMessages']
20162
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
20163
20163
  VOverlay: typeof import('vuetify/components')['VOverlay']
20164
20164
  VPagination: typeof import('vuetify/components')['VPagination']
20165
20165
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
20166
20166
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
20167
20167
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
20168
20168
  VRating: typeof import('vuetify/components')['VRating']
20169
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
20169
20170
  VSelect: typeof import('vuetify/components')['VSelect']
20170
20171
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
20171
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
20172
+ VSheet: typeof import('vuetify/components')['VSheet']
20172
20173
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
20173
20174
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
20174
20175
  VSlider: typeof import('vuetify/components')['VSlider']
20175
- VSheet: typeof import('vuetify/components')['VSheet']
20176
20176
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
20177
- VSwitch: typeof import('vuetify/components')['VSwitch']
20178
20177
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
20179
- VTabs: typeof import('vuetify/components')['VTabs']
20180
- VTab: typeof import('vuetify/components')['VTab']
20178
+ VSwitch: typeof import('vuetify/components')['VSwitch']
20181
20179
  VTable: typeof import('vuetify/components')['VTable']
20182
20180
  VTextarea: typeof import('vuetify/components')['VTextarea']
20181
+ VTabs: typeof import('vuetify/components')['VTabs']
20182
+ VTab: typeof import('vuetify/components')['VTab']
20183
20183
  VTextField: typeof import('vuetify/components')['VTextField']
20184
20184
  VTimeline: typeof import('vuetify/components')['VTimeline']
20185
20185
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
20186
- VToolbar: typeof import('vuetify/components')['VToolbar']
20187
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
20188
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
20189
20186
  VTooltip: typeof import('vuetify/components')['VTooltip']
20190
20187
  VWindow: typeof import('vuetify/components')['VWindow']
20191
20188
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
20189
+ VToolbar: typeof import('vuetify/components')['VToolbar']
20190
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
20191
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
20192
20192
  }
20193
20193
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.9
2
+ * Vuetify v3.1.10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -950,7 +950,7 @@ function provideDefaults(defaults, options) {
950
950
  const providedDefaults = ref(defaults);
951
951
  const newDefaults = computed(() => {
952
952
  const disabled = unref(options?.disabled);
953
- if (disabled) return {};
953
+ if (disabled) return injectedDefaults.value;
954
954
  const scoped = unref(options?.scoped);
955
955
  const reset = unref(options?.reset);
956
956
  const root = unref(options?.root);
@@ -7734,7 +7734,7 @@ const VListItem = genericComponent()({
7734
7734
  const hasColor = !list || isSelected.value || isActive.value;
7735
7735
  const hasTitle = slots.title || props.title;
7736
7736
  const hasSubtitle = slots.subtitle || props.subtitle;
7737
- const hasAppendMedia = !!(props.prependAvatar || props.prependIcon);
7737
+ const hasAppendMedia = !!(props.appendAvatar || props.appendIcon);
7738
7738
  const hasAppend = !!(hasAppendMedia || slots.append);
7739
7739
  const hasPrependMedia = !!(props.prependAvatar || props.prependIcon);
7740
7740
  const hasPrepend = !!(hasPrependMedia || slots.prepend);
@@ -17322,6 +17322,16 @@ const VTabs = genericComponent()({
17322
17322
  backgroundColorClasses,
17323
17323
  backgroundColorStyles
17324
17324
  } = useBackgroundColor(toRef(props, 'bgColor'));
17325
+ provideDefaults({
17326
+ VTab: {
17327
+ color: toRef(props, 'color'),
17328
+ direction: toRef(props, 'direction'),
17329
+ stacked: toRef(props, 'stacked'),
17330
+ fixed: toRef(props, 'fixedTabs'),
17331
+ sliderColor: toRef(props, 'sliderColor'),
17332
+ hideSlider: toRef(props, 'hideSlider')
17333
+ }
17334
+ });
17325
17335
  useRender(() => createVNode(VSlideGroup, {
17326
17336
  "modelValue": model.value,
17327
17337
  "onUpdate:modelValue": $event => model.value = $event,
@@ -17338,27 +17348,9 @@ const VTabs = genericComponent()({
17338
17348
  "mandatory": props.mandatory,
17339
17349
  "direction": props.direction
17340
17350
  }, {
17341
- default: () => [!slots.default ? parsedItems.value.map(item => createVNode(VTab, mergeProps({
17342
- "key": item.title,
17343
- "color": props.color,
17344
- "direction": props.direction,
17345
- "fixed": props.fixedTabs,
17346
- "hideSlider": props.hideSlider,
17347
- "sliderColor": props.sliderColor,
17348
- "stacked": props.stacked
17349
- }, item), null)) : createVNode(VDefaultsProvider, {
17350
- "key": "tabs-defaults",
17351
- "defaults": {
17352
- VTab: {
17353
- color: props.color,
17354
- direction: props.direction,
17355
- fixed: props.fixedTabs,
17356
- hideSlider: props.hideSlider,
17357
- sliderColor: props.sliderColor,
17358
- stacked: props.stacked
17359
- }
17360
- }
17361
- }, slots.default)]
17351
+ default: () => [slots.default ? slots.default() : parsedItems.value.map(item => createVNode(VTab, mergeProps(item, {
17352
+ "key": item.title
17353
+ }), null))]
17362
17354
  }));
17363
17355
  return {};
17364
17356
  }
@@ -18332,7 +18324,7 @@ function createVuetify$1() {
18332
18324
  locale
18333
18325
  };
18334
18326
  }
18335
- const version$1 = "3.1.9";
18327
+ const version$1 = "3.1.10";
18336
18328
  createVuetify$1.version = version$1;
18337
18329
 
18338
18330
  // Vue's inject() can only be used in setup
@@ -18352,7 +18344,7 @@ const createVuetify = function () {
18352
18344
  ...options
18353
18345
  });
18354
18346
  };
18355
- const version = "3.1.9";
18347
+ const version = "3.1.10";
18356
18348
  createVuetify.version = version;
18357
18349
 
18358
18350
  export { components, createVuetify, directives, useDisplay, useLayout, useLocale, useRtl, useTheme, version };