vuetify 3.3.7 → 3.3.8

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.3.7
2
+ * Vuetify v3.3.8
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -19432,6 +19432,7 @@ html.overflow-y-hidden {
19432
19432
  letter-spacing: 0.009375em;
19433
19433
  opacity: var(--v-high-emphasis-opacity);
19434
19434
  min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom)) + var(--v-input-chips-margin-bottom) + 2px);
19435
+ min-width: 0;
19435
19436
  padding-inline-start: var(--v-field-padding-start);
19436
19437
  padding-inline-end: var(--v-field-padding-end);
19437
19438
  padding-top: var(--v-field-input-padding-top);
@@ -19827,19 +19828,7 @@ textarea.v-field__input::placeholder {
19827
19828
  opacity: 0;
19828
19829
  }
19829
19830
 
19830
- /* endregion */.v-file-input input[type=file] {
19831
- height: 100%;
19832
- left: 0;
19833
- opacity: 0;
19834
- position: absolute;
19835
- top: 0;
19836
- width: 100%;
19837
- z-index: 1;
19838
- }
19839
- .v-file-input .v-chip {
19840
- margin-top: var(--v-input-chips-margin-top);
19841
- margin-bottom: var(--v-input-chips-margin-bottom);
19842
- }.v-footer {
19831
+ /* endregion */.v-footer {
19843
19832
  align-items: center;
19844
19833
  display: flex;
19845
19834
  flex: 1 1 auto;
@@ -19867,6 +19856,18 @@ textarea.v-field__input::placeholder {
19867
19856
  }
19868
19857
  .v-footer--rounded {
19869
19858
  border-radius: 4px;
19859
+ }.v-file-input input[type=file] {
19860
+ height: 100%;
19861
+ left: 0;
19862
+ opacity: 0;
19863
+ position: absolute;
19864
+ top: 0;
19865
+ width: 100%;
19866
+ z-index: 1;
19867
+ }
19868
+ .v-file-input .v-chip {
19869
+ margin-top: var(--v-input-chips-margin-top);
19870
+ margin-bottom: var(--v-input-chips-margin-bottom);
19870
19871
  }.v-icon {
19871
19872
  --v-icon-size-multiplier: 1;
19872
19873
  align-items: center;
package/dist/vuetify.d.ts CHANGED
@@ -60052,41 +60052,41 @@ declare module '@vue/runtime-core' {
60052
60052
 
60053
60053
  export interface GlobalComponents {
60054
60054
  VApp: typeof import('vuetify/components')['VApp']
60055
- VAlert: typeof import('vuetify/components')['VAlert']
60056
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
60057
60055
  VAppBar: typeof import('vuetify/components')['VAppBar']
60058
60056
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
60059
60057
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
60058
+ VAlert: typeof import('vuetify/components')['VAlert']
60059
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
60060
60060
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
60061
60061
  VBadge: typeof import('vuetify/components')['VBadge']
60062
60062
  VAvatar: typeof import('vuetify/components')['VAvatar']
60063
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
60064
60063
  VBanner: typeof import('vuetify/components')['VBanner']
60065
60064
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
60066
60065
  VBannerText: typeof import('vuetify/components')['VBannerText']
60066
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
60067
60067
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
60068
60068
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
60069
60069
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
60070
+ VBtn: typeof import('vuetify/components')['VBtn']
60070
60071
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
60071
60072
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
60072
- VBtn: typeof import('vuetify/components')['VBtn']
60073
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
60074
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
60075
60073
  VCard: typeof import('vuetify/components')['VCard']
60076
60074
  VCardActions: typeof import('vuetify/components')['VCardActions']
60077
60075
  VCardItem: typeof import('vuetify/components')['VCardItem']
60078
60076
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
60079
60077
  VCardText: typeof import('vuetify/components')['VCardText']
60080
60078
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
60081
- VChip: typeof import('vuetify/components')['VChip']
60082
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
60083
60079
  VCarousel: typeof import('vuetify/components')['VCarousel']
60084
60080
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
60081
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
60082
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
60083
+ VChip: typeof import('vuetify/components')['VChip']
60084
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
60085
60085
  VCode: typeof import('vuetify/components')['VCode']
60086
- VCombobox: typeof import('vuetify/components')['VCombobox']
60087
60086
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
60088
- VDialog: typeof import('vuetify/components')['VDialog']
60089
60087
  VCounter: typeof import('vuetify/components')['VCounter']
60088
+ VCombobox: typeof import('vuetify/components')['VCombobox']
60089
+ VDialog: typeof import('vuetify/components')['VDialog']
60090
60090
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
60091
60091
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
60092
60092
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
@@ -60094,19 +60094,19 @@ declare module '@vue/runtime-core' {
60094
60094
  VDivider: typeof import('vuetify/components')['VDivider']
60095
60095
  VField: typeof import('vuetify/components')['VField']
60096
60096
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
60097
- VFooter: typeof import('vuetify/components')['VFooter']
60098
60097
  VFileInput: typeof import('vuetify/components')['VFileInput']
60098
+ VFooter: typeof import('vuetify/components')['VFooter']
60099
+ VInput: typeof import('vuetify/components')['VInput']
60100
+ VImg: typeof import('vuetify/components')['VImg']
60099
60101
  VIcon: typeof import('vuetify/components')['VIcon']
60100
60102
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
60101
60103
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
60102
60104
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
60103
60105
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
60104
- VImg: typeof import('vuetify/components')['VImg']
60105
- VInput: typeof import('vuetify/components')['VInput']
60106
60106
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
60107
60107
  VItem: typeof import('vuetify/components')['VItem']
60108
- VLabel: typeof import('vuetify/components')['VLabel']
60109
60108
  VKbd: typeof import('vuetify/components')['VKbd']
60109
+ VLabel: typeof import('vuetify/components')['VLabel']
60110
60110
  VList: typeof import('vuetify/components')['VList']
60111
60111
  VListGroup: typeof import('vuetify/components')['VListGroup']
60112
60112
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -60120,22 +60120,22 @@ declare module '@vue/runtime-core' {
60120
60120
  VMenu: typeof import('vuetify/components')['VMenu']
60121
60121
  VMessages: typeof import('vuetify/components')['VMessages']
60122
60122
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
60123
- VOverlay: typeof import('vuetify/components')['VOverlay']
60124
60123
  VPagination: typeof import('vuetify/components')['VPagination']
60124
+ VOverlay: typeof import('vuetify/components')['VOverlay']
60125
60125
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
60126
60126
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
60127
- VRating: typeof import('vuetify/components')['VRating']
60128
60127
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
60129
- VSelect: typeof import('vuetify/components')['VSelect']
60128
+ VRating: typeof import('vuetify/components')['VRating']
60130
60129
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
60130
+ VSelect: typeof import('vuetify/components')['VSelect']
60131
60131
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
60132
- VSheet: typeof import('vuetify/components')['VSheet']
60133
- VSlider: typeof import('vuetify/components')['VSlider']
60134
60132
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
60135
60133
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
60136
- VSwitch: typeof import('vuetify/components')['VSwitch']
60134
+ VSheet: typeof import('vuetify/components')['VSheet']
60135
+ VSlider: typeof import('vuetify/components')['VSlider']
60137
60136
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
60138
60137
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
60138
+ VSwitch: typeof import('vuetify/components')['VSwitch']
60139
60139
  VTabs: typeof import('vuetify/components')['VTabs']
60140
60140
  VTab: typeof import('vuetify/components')['VTab']
60141
60141
  VTable: typeof import('vuetify/components')['VTable']
@@ -60149,25 +60149,25 @@ declare module '@vue/runtime-core' {
60149
60149
  VTooltip: typeof import('vuetify/components')['VTooltip']
60150
60150
  VWindow: typeof import('vuetify/components')['VWindow']
60151
60151
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
60152
- VHover: typeof import('vuetify/components')['VHover']
60152
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
60153
60153
  VContainer: typeof import('vuetify/components')['VContainer']
60154
60154
  VCol: typeof import('vuetify/components')['VCol']
60155
60155
  VRow: typeof import('vuetify/components')['VRow']
60156
60156
  VSpacer: typeof import('vuetify/components')['VSpacer']
60157
60157
  VForm: typeof import('vuetify/components')['VForm']
60158
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
60158
+ VHover: typeof import('vuetify/components')['VHover']
60159
60159
  VLayout: typeof import('vuetify/components')['VLayout']
60160
60160
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
60161
60161
  VLazy: typeof import('vuetify/components')['VLazy']
60162
60162
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
60163
60163
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
60164
60164
  VParallax: typeof import('vuetify/components')['VParallax']
60165
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
60166
60165
  VRadio: typeof import('vuetify/components')['VRadio']
60166
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
60167
60167
  VResponsive: typeof import('vuetify/components')['VResponsive']
60168
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
60168
60169
  VValidation: typeof import('vuetify/components')['VValidation']
60169
60170
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
60170
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
60171
60171
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
60172
60172
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
60173
60173
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * Vuetify v3.3.7
2
+ * Vuetify v3.3.8
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
6
6
 
7
- import { Fragment, reactive, computed, watchEffect, toRefs, capitalize, warn, watch, onScopeDispose, effectScope, ref, unref, provide, shallowRef, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, onBeforeUnmount, readonly, onDeactivated, onActivated, onMounted, toRaw, createVNode, TransitionGroup, Transition, mergeProps, onBeforeMount, nextTick, withDirectives, resolveDirective, vShow, isRef, toRef, Text, resolveDynamicComponent, Teleport, cloneVNode, createTextVNode, toValue, onBeforeUpdate, vModelText } from 'vue';
7
+ import { Fragment, reactive, computed, watchEffect, toRefs, capitalize, warn, watch, onScopeDispose, effectScope, ref, unref, provide, shallowRef, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, onBeforeUnmount, readonly, onDeactivated, onActivated, onMounted, toRaw, createVNode, TransitionGroup, Transition, mergeProps, onBeforeMount, nextTick, withDirectives, resolveDirective, vShow, isRef, toRef, Text, resolveDynamicComponent, Teleport, cloneVNode, createTextVNode, onBeforeUpdate, vModelText } from 'vue';
8
8
 
9
9
  // Types
10
10
  // eslint-disable-line vue/prefer-import-from-vue
@@ -2154,7 +2154,7 @@ function parseThemeOptions() {
2154
2154
 
2155
2155
  // Composables
2156
2156
  function createTheme(options) {
2157
- const parsedOptions = reactive(parseThemeOptions(options));
2157
+ const parsedOptions = parseThemeOptions(options);
2158
2158
  const name = ref(parsedOptions.defaultTheme);
2159
2159
  const themes = ref(parsedOptions.themes);
2160
2160
  const computedThemes = computed(() => {
@@ -9608,11 +9608,11 @@ const VOverlay = genericComponent()({
9608
9608
  props: mergeProps({
9609
9609
  ref: activatorRef
9610
9610
  }, activatorEvents.value, props.activatorProps)
9611
- }), isMounted.value && createVNode(Teleport, {
9611
+ }), isMounted.value && hasContent.value && createVNode(Teleport, {
9612
9612
  "disabled": !teleportTarget.value,
9613
9613
  "to": teleportTarget.value
9614
9614
  }, {
9615
- default: () => [hasContent.value && createVNode("div", mergeProps({
9615
+ default: () => [createVNode("div", mergeProps({
9616
9616
  "class": ['v-overlay', {
9617
9617
  'v-overlay--absolute': props.absolute || props.contained,
9618
9618
  'v-overlay--active': isActive.value,
@@ -11097,7 +11097,8 @@ function useFilter(props, items, query, options) {
11097
11097
  const filteredMatches = ref(new Map());
11098
11098
  const transformedItems = computed(() => options?.transform ? unref(items).map(options?.transform) : unref(items));
11099
11099
  watchEffect(() => {
11100
- const strQuery = typeof toValue(query) !== 'string' && typeof toValue(query) !== 'number' ? '' : String(toValue(query));
11100
+ const _query = typeof query === 'function' ? query() : unref(query);
11101
+ const strQuery = typeof _query !== 'string' && typeof _query !== 'number' ? '' : String(_query);
11101
11102
  const results = filterItems(transformedItems.value, strQuery, {
11102
11103
  customKeyFilter: props.customKeyFilter,
11103
11104
  default: props.customFilter,
@@ -12670,64 +12671,65 @@ const VCarousel = genericComponent()({
12670
12671
  window.clearTimeout(slideTimeout);
12671
12672
  window.requestAnimationFrame(startTimeout);
12672
12673
  }
12673
- useRender(() => createVNode(VWindow, {
12674
- "ref": windowRef,
12675
- "modelValue": model.value,
12676
- "onUpdate:modelValue": $event => model.value = $event,
12677
- "class": ['v-carousel', {
12678
- 'v-carousel--hide-delimiter-background': props.hideDelimiterBackground,
12679
- 'v-carousel--vertical-delimiters': props.verticalDelimiters
12680
- }, props.class],
12681
- "style": [{
12682
- height: convertToUnit(props.height)
12683
- }, props.style],
12684
- "continuous": true,
12685
- "mandatory": "force",
12686
- "showArrows": props.showArrows
12687
- }, {
12688
- default: slots.default,
12689
- additional: _ref2 => {
12690
- let {
12691
- group
12692
- } = _ref2;
12693
- return createVNode(Fragment, null, [!props.hideDelimiters && createVNode("div", {
12694
- "class": "v-carousel__controls",
12695
- "style": {
12696
- left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
12697
- right: props.verticalDelimiters === 'right' ? 0 : 'auto'
12698
- }
12699
- }, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
12700
- "defaults": {
12701
- VBtn: {
12702
- color: props.color,
12703
- icon: props.delimiterIcon,
12704
- size: 'x-small',
12705
- variant: 'text'
12674
+ useRender(() => {
12675
+ const [windowProps] = VWindow.filterProps(props);
12676
+ return createVNode(VWindow, mergeProps({
12677
+ "ref": windowRef
12678
+ }, windowProps, {
12679
+ "modelValue": model.value,
12680
+ "onUpdate:modelValue": $event => model.value = $event,
12681
+ "class": ['v-carousel', {
12682
+ 'v-carousel--hide-delimiter-background': props.hideDelimiterBackground,
12683
+ 'v-carousel--vertical-delimiters': props.verticalDelimiters
12684
+ }, props.class],
12685
+ "style": [{
12686
+ height: convertToUnit(props.height)
12687
+ }, props.style]
12688
+ }), {
12689
+ default: slots.default,
12690
+ additional: _ref2 => {
12691
+ let {
12692
+ group
12693
+ } = _ref2;
12694
+ return createVNode(Fragment, null, [!props.hideDelimiters && createVNode("div", {
12695
+ "class": "v-carousel__controls",
12696
+ "style": {
12697
+ left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
12698
+ right: props.verticalDelimiters === 'right' ? 0 : 'auto'
12706
12699
  }
12707
- },
12708
- "scoped": true
12709
- }, {
12710
- default: () => [group.items.value.map((item, index) => {
12711
- const props = {
12712
- id: `carousel-item-${item.id}`,
12713
- 'aria-label': t('$vuetify.carousel.ariaLabel.delimiter', index + 1, group.items.value.length),
12714
- class: [group.isSelected(item.id) && 'v-btn--active'],
12715
- onClick: () => group.select(item.id, true)
12716
- };
12717
- return slots.item ? slots.item({
12718
- props,
12719
- item
12720
- }) : createVNode(VBtn, mergeProps(item, props), null);
12721
- })]
12722
- })]), props.progress && createVNode(VProgressLinear, {
12723
- "class": "v-carousel__progress",
12724
- "color": typeof props.progress === 'string' ? props.progress : undefined,
12725
- "modelValue": (group.getItemIndex(model.value) + 1) / group.items.value.length * 100
12726
- }, null)]);
12727
- },
12728
- prev: slots.prev,
12729
- next: slots.next
12730
- }));
12700
+ }, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
12701
+ "defaults": {
12702
+ VBtn: {
12703
+ color: props.color,
12704
+ icon: props.delimiterIcon,
12705
+ size: 'x-small',
12706
+ variant: 'text'
12707
+ }
12708
+ },
12709
+ "scoped": true
12710
+ }, {
12711
+ default: () => [group.items.value.map((item, index) => {
12712
+ const props = {
12713
+ id: `carousel-item-${item.id}`,
12714
+ 'aria-label': t('$vuetify.carousel.ariaLabel.delimiter', index + 1, group.items.value.length),
12715
+ class: [group.isSelected(item.id) && 'v-btn--active'],
12716
+ onClick: () => group.select(item.id, true)
12717
+ };
12718
+ return slots.item ? slots.item({
12719
+ props,
12720
+ item
12721
+ }) : createVNode(VBtn, mergeProps(item, props), null);
12722
+ })]
12723
+ })]), props.progress && createVNode(VProgressLinear, {
12724
+ "class": "v-carousel__progress",
12725
+ "color": typeof props.progress === 'string' ? props.progress : undefined,
12726
+ "modelValue": (group.getItemIndex(model.value) + 1) / group.items.value.length * 100
12727
+ }, null)]);
12728
+ },
12729
+ prev: slots.prev,
12730
+ next: slots.next
12731
+ });
12732
+ });
12731
12733
  return {};
12732
12734
  }
12733
12735
  });
@@ -20156,7 +20158,7 @@ function createVuetify$1() {
20156
20158
  date
20157
20159
  };
20158
20160
  }
20159
- const version$1 = "3.3.7";
20161
+ const version$1 = "3.3.8";
20160
20162
  createVuetify$1.version = version$1;
20161
20163
 
20162
20164
  // Vue's inject() can only be used in setup
@@ -20181,7 +20183,7 @@ const createVuetify = function () {
20181
20183
  ...options
20182
20184
  });
20183
20185
  };
20184
- const version = "3.3.7";
20186
+ const version = "3.3.8";
20185
20187
  createVuetify.version = version;
20186
20188
 
20187
20189
  export { components, createVuetify, directives, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };