@vuetify/nightly 3.7.0-beta.1-dev.2024-08-15 → 3.7.0-dev.2024-08-16

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0-beta.1-dev.2024-08-15
2
+ * Vuetify v3.7.0-dev.2024-08-16
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2098,8 +2098,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
2098
2098
  else{const{mount:a}=e
2099
2099
  e.mount=function(){const l=a(...arguments)
2100
2100
  return t.nextTick((()=>c.update())),e.mount=a,l}}St.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:sf.call(this,kt),display:sf.call(this,hn),theme:sf.call(this,Va),icons:sf.call(this,Ot),locale:sf.call(this,ma),date:sf.call(this,mu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function sf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2101
- if(a&&e in a)return a[e]}rf.version="3.7.0-beta.1-dev.2024-08-15"
2102
- const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.0-beta.1-dev.2024-08-15"
2101
+ if(a&&e in a)return a[e]}rf.version="3.7.0-dev.2024-08-16"
2102
+ const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.0-dev.2024-08-16"
2103
2103
  uf.version=cf,e.blueprints=Zt,e.components=Zp,e.createVuetify=uf,e.directives=nf,e.useDate=hu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2104
2104
  const{props:a,provideSubDefaults:l}=Ct(e,t)
2105
2105
  return l(),a},e.useDisplay=xn,e.useGoTo=Bn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))
@@ -410,10 +410,6 @@
410
410
  height: 100%;
411
411
  }
412
412
 
413
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
414
- margin-inline-start: 0.5rem;
415
- }
416
-
417
413
  .v-pagination .v-btn {
418
414
  border-radius: 4px;
419
415
  }
@@ -231,12 +231,6 @@
231
231
  pointer-events: none
232
232
  @include tools.absolute()
233
233
 
234
- // VCard
235
- .v-btn
236
- ~ .v-btn:not(.v-btn-toggle .v-btn)
237
- .v-card-actions &
238
- margin-inline-start: $button-card-actions-margin
239
-
240
234
  // VPagination
241
235
  .v-btn
242
236
  .v-pagination &
@@ -18,7 +18,6 @@ $button-border-radius: settings.$border-radius-root !default;
18
18
  $button-border-style: settings.$border-style-root !default;
19
19
  $button-border-thin-width: thin !default;
20
20
  $button-border-width: 0 !default;
21
- $button-card-actions-margin: .5rem !default;
22
21
  $button-card-actions-padding: 0 8px !default; // @deprecated
23
22
  $button-content-transition: transform, opacity .2s settings.$standard-easing !default;
24
23
  $button-disabled-opacity: 0.26 !default;
@@ -153,6 +153,7 @@
153
153
  flex: none;
154
154
  min-height: 52px;
155
155
  padding: 0.5rem;
156
+ gap: 0.5rem;
156
157
  }
157
158
 
158
159
  .v-card-item {
@@ -77,6 +77,7 @@
77
77
  flex: $card-actions-flex
78
78
  min-height: $card-actions-min-height
79
79
  padding: $card-actions-padding
80
+ gap: $card-actions-gap
80
81
 
81
82
  .v-card-item
82
83
  align-items: $card-item-align-items
@@ -3,9 +3,6 @@
3
3
  @use '../../styles/tools';
4
4
 
5
5
  // VCard
6
- $card-actions-flex: none !default;
7
- $card-actions-min-height: 52px !default;
8
- $card-actions-padding: .5rem !default;
9
6
  $card-append-padding-inline-start: .5rem !default;
10
7
  $card-background: rgb(var(--v-theme-surface)) !default;
11
8
  $card-border-color: settings.$border-color-root !default;
@@ -31,6 +28,13 @@ $card-transition-duration: 0.28s !default;
31
28
  $card-transition-property: box-shadow, opacity, background !default;
32
29
  $card-transition-timing-function: settings.$standard-easing !default;
33
30
 
31
+ // VCardActions
32
+ $card-actions-flex: none !default;
33
+ $card-actions-min-height: 52px !default;
34
+ $card-actions-padding: .5rem !default;
35
+ $button-card-actions-margin: .5rem !default; // deprecated
36
+ $card-actions-gap: $button-card-actions-margin !default;
37
+
34
38
  // VCardHeader
35
39
  $card-header-flex: none !default;
36
40
 
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.7.0-beta.1-dev.2024-08-15";
19
+ export const version = "3.7.0-dev.2024-08-16";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"entry-bundler.mjs","names":["blueprints","components","directives","createVuetify","_createVuetify","options","arguments","length","undefined","version"],"sources":["../src/entry-bundler.ts"],"sourcesContent":["/* eslint-disable local-rules/sort-imports */\n\n// Styles\nimport './styles/main.sass'\n\n// Components\nimport * as blueprints from './blueprints'\nimport * as components from './components'\nimport * as directives from './directives'\nimport { createVuetify as _createVuetify } from './framework'\n\n// Types\nimport type { VuetifyOptions } from './framework'\n\nexport const createVuetify = (options: VuetifyOptions = {}) => {\n return _createVuetify({ components, directives, ...options })\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\nexport {\n blueprints,\n components,\n directives,\n}\nexport * from './composables'\n"],"mappings":"AAAA;;AAEA;AACA;;AAEA;AAAA,OACO,KAAKA,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,SACbC,aAAa,IAAIC,cAAc,2BAExC;AAGA,OAAO,MAAMD,aAAa,GAAG,SAAAA,CAAA,EAAkC;EAAA,IAAjCE,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACxD,OAAOF,cAAc,CAAC;IAAEH,UAAU;IAAEC,UAAU;IAAE,GAAGG;EAAQ,CAAC,CAAC;AAC/D,CAAC;AAED,OAAO,MAAMI,OAAO,gCAAsB;AAC1CN,aAAa,CAACM,OAAO,GAAGA,OAAO;AAE/B,SACET,UAAU,EACVC,UAAU,EACVC,UAAU;AACX","ignoreList":[]}
1
+ {"version":3,"file":"entry-bundler.mjs","names":["blueprints","components","directives","createVuetify","_createVuetify","options","arguments","length","undefined","version"],"sources":["../src/entry-bundler.ts"],"sourcesContent":["/* eslint-disable local-rules/sort-imports */\n\n// Styles\nimport './styles/main.sass'\n\n// Components\nimport * as blueprints from './blueprints'\nimport * as components from './components'\nimport * as directives from './directives'\nimport { createVuetify as _createVuetify } from './framework'\n\n// Types\nimport type { VuetifyOptions } from './framework'\n\nexport const createVuetify = (options: VuetifyOptions = {}) => {\n return _createVuetify({ components, directives, ...options })\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\nexport {\n blueprints,\n components,\n directives,\n}\nexport * from './composables'\n"],"mappings":"AAAA;;AAEA;AACA;;AAEA;AAAA,OACO,KAAKA,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,SACbC,aAAa,IAAIC,cAAc,2BAExC;AAGA,OAAO,MAAMD,aAAa,GAAG,SAAAA,CAAA,EAAkC;EAAA,IAAjCE,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACxD,OAAOF,cAAc,CAAC;IAAEH,UAAU;IAAEC,UAAU;IAAE,GAAGG;EAAQ,CAAC,CAAC;AAC/D,CAAC;AAED,OAAO,MAAMI,OAAO,yBAAsB;AAC1CN,aAAa,CAACM,OAAO,GAAGA,OAAO;AAE/B,SACET,UAAU,EACVC,UAAU,EACVC,UAAU;AACX","ignoreList":[]}
package/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.7.0-beta.1-dev.2024-08-15";
100
+ export const version = "3.7.0-dev.2024-08-16";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
@@ -1 +1 @@
1
- {"version":3,"file":"framework.mjs","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","nextTick","reactive","defineComponent","getUid","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","provide","instance","$nuxt","hook","update","mount","vm","reset","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","version","$","provides","parent","vnode","appContext"],"sources":["../src/framework.ts"],"sourcesContent":["// Composables\nimport { createDate, DateAdapterSymbol, DateOptionsSymbol } from '@/composables/date/date'\nimport { createDefaults, DefaultsSymbol } from '@/composables/defaults'\nimport { createDisplay, DisplaySymbol } from '@/composables/display'\nimport { createGoTo, GoToSymbol } from '@/composables/goto'\nimport { createIcons, IconSymbol } from '@/composables/icons'\nimport { createLocale, LocaleSymbol } from '@/composables/locale'\nimport { createTheme, ThemeSymbol } from '@/composables/theme'\n\n// Utilities\nimport { nextTick, reactive } from 'vue'\nimport { defineComponent, getUid, IN_BROWSER, mergeDeep } from '@/util'\n\n// Types\nimport type { App, ComponentPublicInstance, InjectionKey } from 'vue'\nimport type { DateOptions } from '@/composables/date'\nimport type { DefaultsOptions } from '@/composables/defaults'\nimport type { DisplayOptions, SSROptions } from '@/composables/display'\nimport type { GoToOptions } from '@/composables/goto'\nimport type { IconOptions } from '@/composables/icons'\nimport type { LocaleOptions, RtlOptions } from '@/composables/locale'\nimport type { ThemeOptions } from '@/composables/theme'\nexport * from './composables'\nexport type { DateOptions, DateInstance, DateModule } from '@/composables/date'\n\nexport interface VuetifyOptions {\n aliases?: Record<string, any>\n blueprint?: Blueprint\n components?: Record<string, any>\n date?: DateOptions\n directives?: Record<string, any>\n defaults?: DefaultsOptions\n display?: DisplayOptions\n goTo?: GoToOptions\n theme?: ThemeOptions\n icons?: IconOptions\n locale?: LocaleOptions & RtlOptions\n ssr?: SSROptions\n}\n\nexport interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {}\n\nexport function createVuetify (vuetify: VuetifyOptions = {}) {\n const { blueprint, ...rest } = vuetify\n const options: VuetifyOptions = mergeDeep(blueprint, rest)\n const {\n aliases = {},\n components = {},\n directives = {},\n } = options\n\n const defaults = createDefaults(options.defaults)\n const display = createDisplay(options.display, options.ssr)\n const theme = createTheme(options.theme)\n const icons = createIcons(options.icons)\n const locale = createLocale(options.locale)\n const date = createDate(options.date, locale)\n const goTo = createGoTo(options.goTo, locale)\n\n const install = (app: App) => {\n for (const key in directives) {\n app.directive(key, directives[key])\n }\n\n for (const key in components) {\n app.component(key, components[key])\n }\n\n for (const key in aliases) {\n app.component(key, defineComponent({\n ...aliases[key],\n name: key,\n aliasName: aliases[key].name,\n }))\n }\n\n theme.install(app)\n\n app.provide(DefaultsSymbol, defaults)\n app.provide(DisplaySymbol, display)\n app.provide(ThemeSymbol, theme)\n app.provide(IconSymbol, icons)\n app.provide(LocaleSymbol, locale)\n app.provide(DateOptionsSymbol, date.options)\n app.provide(DateAdapterSymbol, date.instance)\n app.provide(GoToSymbol, goTo)\n\n if (IN_BROWSER && options.ssr) {\n if (app.$nuxt) {\n app.$nuxt.hook('app:suspense:resolve', () => {\n display.update()\n })\n } else {\n const { mount } = app\n app.mount = (...args) => {\n const vm = mount(...args)\n nextTick(() => display.update())\n app.mount = mount\n return vm\n }\n }\n }\n\n getUid.reset()\n\n if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {\n app.mixin({\n computed: {\n $vuetify () {\n return reactive({\n defaults: inject.call(this, DefaultsSymbol),\n display: inject.call(this, DisplaySymbol),\n theme: inject.call(this, ThemeSymbol),\n icons: inject.call(this, IconSymbol),\n locale: inject.call(this, LocaleSymbol),\n date: inject.call(this, DateAdapterSymbol),\n })\n },\n },\n })\n }\n }\n\n return {\n install,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\n// Vue's inject() can only be used in setup\nfunction inject (this: ComponentPublicInstance, key: InjectionKey<any> | string) {\n const vm = this.$\n\n const provides = vm.parent?.provides ?? vm.vnode.appContext?.provides\n\n if (provides && (key as any) in provides) {\n return provides[(key as string)]\n }\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"framework.mjs","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","nextTick","reactive","defineComponent","getUid","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","provide","instance","$nuxt","hook","update","mount","vm","reset","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","version","$","provides","parent","vnode","appContext"],"sources":["../src/framework.ts"],"sourcesContent":["// Composables\nimport { createDate, DateAdapterSymbol, DateOptionsSymbol } from '@/composables/date/date'\nimport { createDefaults, DefaultsSymbol } from '@/composables/defaults'\nimport { createDisplay, DisplaySymbol } from '@/composables/display'\nimport { createGoTo, GoToSymbol } from '@/composables/goto'\nimport { createIcons, IconSymbol } from '@/composables/icons'\nimport { createLocale, LocaleSymbol } from '@/composables/locale'\nimport { createTheme, ThemeSymbol } from '@/composables/theme'\n\n// Utilities\nimport { nextTick, reactive } from 'vue'\nimport { defineComponent, getUid, IN_BROWSER, mergeDeep } from '@/util'\n\n// Types\nimport type { App, ComponentPublicInstance, InjectionKey } from 'vue'\nimport type { DateOptions } from '@/composables/date'\nimport type { DefaultsOptions } from '@/composables/defaults'\nimport type { DisplayOptions, SSROptions } from '@/composables/display'\nimport type { GoToOptions } from '@/composables/goto'\nimport type { IconOptions } from '@/composables/icons'\nimport type { LocaleOptions, RtlOptions } from '@/composables/locale'\nimport type { ThemeOptions } from '@/composables/theme'\nexport * from './composables'\nexport type { DateOptions, DateInstance, DateModule } from '@/composables/date'\n\nexport interface VuetifyOptions {\n aliases?: Record<string, any>\n blueprint?: Blueprint\n components?: Record<string, any>\n date?: DateOptions\n directives?: Record<string, any>\n defaults?: DefaultsOptions\n display?: DisplayOptions\n goTo?: GoToOptions\n theme?: ThemeOptions\n icons?: IconOptions\n locale?: LocaleOptions & RtlOptions\n ssr?: SSROptions\n}\n\nexport interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {}\n\nexport function createVuetify (vuetify: VuetifyOptions = {}) {\n const { blueprint, ...rest } = vuetify\n const options: VuetifyOptions = mergeDeep(blueprint, rest)\n const {\n aliases = {},\n components = {},\n directives = {},\n } = options\n\n const defaults = createDefaults(options.defaults)\n const display = createDisplay(options.display, options.ssr)\n const theme = createTheme(options.theme)\n const icons = createIcons(options.icons)\n const locale = createLocale(options.locale)\n const date = createDate(options.date, locale)\n const goTo = createGoTo(options.goTo, locale)\n\n const install = (app: App) => {\n for (const key in directives) {\n app.directive(key, directives[key])\n }\n\n for (const key in components) {\n app.component(key, components[key])\n }\n\n for (const key in aliases) {\n app.component(key, defineComponent({\n ...aliases[key],\n name: key,\n aliasName: aliases[key].name,\n }))\n }\n\n theme.install(app)\n\n app.provide(DefaultsSymbol, defaults)\n app.provide(DisplaySymbol, display)\n app.provide(ThemeSymbol, theme)\n app.provide(IconSymbol, icons)\n app.provide(LocaleSymbol, locale)\n app.provide(DateOptionsSymbol, date.options)\n app.provide(DateAdapterSymbol, date.instance)\n app.provide(GoToSymbol, goTo)\n\n if (IN_BROWSER && options.ssr) {\n if (app.$nuxt) {\n app.$nuxt.hook('app:suspense:resolve', () => {\n display.update()\n })\n } else {\n const { mount } = app\n app.mount = (...args) => {\n const vm = mount(...args)\n nextTick(() => display.update())\n app.mount = mount\n return vm\n }\n }\n }\n\n getUid.reset()\n\n if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {\n app.mixin({\n computed: {\n $vuetify () {\n return reactive({\n defaults: inject.call(this, DefaultsSymbol),\n display: inject.call(this, DisplaySymbol),\n theme: inject.call(this, ThemeSymbol),\n icons: inject.call(this, IconSymbol),\n locale: inject.call(this, LocaleSymbol),\n date: inject.call(this, DateAdapterSymbol),\n })\n },\n },\n })\n }\n }\n\n return {\n install,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\n// Vue's inject() can only be used in setup\nfunction inject (this: ComponentPublicInstance, key: InjectionKey<any> | string) {\n const vm = this.$\n\n const provides = vm.parent?.provides ?? vm.vnode.appContext?.provides\n\n if (provides && (key as any) in provides) {\n return provides[(key as string)]\n }\n}\n"],"mappings":"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","ignoreList":[]}
package/lib/index.d.mts CHANGED
@@ -465,47 +465,40 @@ declare global {
465
465
  interface _GlobalComponents {
466
466
  VAlert: typeof import('vuetify/components')['VAlert']
467
467
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
468
- VAvatar: typeof import('vuetify/components')['VAvatar']
468
+ VApp: typeof import('vuetify/components')['VApp']
469
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
469
470
  VAppBar: typeof import('vuetify/components')['VAppBar']
470
471
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
471
472
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
472
- VApp: typeof import('vuetify/components')['VApp']
473
+ VAvatar: typeof import('vuetify/components')['VAvatar']
473
474
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
474
475
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
475
476
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
477
+ VBadge: typeof import('vuetify/components')['VBadge']
478
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
476
479
  VBanner: typeof import('vuetify/components')['VBanner']
477
480
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
478
481
  VBannerText: typeof import('vuetify/components')['VBannerText']
479
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
480
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
481
- VBadge: typeof import('vuetify/components')['VBadge']
482
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
483
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
484
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
485
482
  VBtn: typeof import('vuetify/components')['VBtn']
486
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
487
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
488
- VCarousel: typeof import('vuetify/components')['VCarousel']
489
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
490
- VChip: typeof import('vuetify/components')['VChip']
491
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
483
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
484
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
492
485
  VCard: typeof import('vuetify/components')['VCard']
493
486
  VCardActions: typeof import('vuetify/components')['VCardActions']
494
487
  VCardItem: typeof import('vuetify/components')['VCardItem']
495
488
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
496
489
  VCardText: typeof import('vuetify/components')['VCardText']
497
490
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
498
- VCombobox: typeof import('vuetify/components')['VCombobox']
499
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
491
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
492
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
493
+ VCarousel: typeof import('vuetify/components')['VCarousel']
494
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
495
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
496
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
497
+ VChip: typeof import('vuetify/components')['VChip']
500
498
  VCode: typeof import('vuetify/components')['VCode']
501
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
502
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
503
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
504
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
505
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
506
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
499
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
500
+ VCombobox: typeof import('vuetify/components')['VCombobox']
507
501
  VCounter: typeof import('vuetify/components')['VCounter']
508
- VDialog: typeof import('vuetify/components')['VDialog']
509
502
  VDataTable: typeof import('vuetify/components')['VDataTable']
510
503
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
511
504
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -513,27 +506,34 @@ interface _GlobalComponents {
513
506
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
514
507
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
515
508
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
516
- VDivider: typeof import('vuetify/components')['VDivider']
509
+ VDialog: typeof import('vuetify/components')['VDialog']
510
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
511
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
512
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
513
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
514
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
515
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
517
516
  VField: typeof import('vuetify/components')['VField']
518
517
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
518
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
519
+ VDivider: typeof import('vuetify/components')['VDivider']
519
520
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
520
521
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
521
522
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
522
523
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
523
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
524
- VFooter: typeof import('vuetify/components')['VFooter']
525
- VFab: typeof import('vuetify/components')['VFab']
526
524
  VFileInput: typeof import('vuetify/components')['VFileInput']
527
- VImg: typeof import('vuetify/components')['VImg']
525
+ VFab: typeof import('vuetify/components')['VFab']
526
+ VFooter: typeof import('vuetify/components')['VFooter']
528
527
  VIcon: typeof import('vuetify/components')['VIcon']
529
528
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
530
529
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
531
530
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
532
531
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
533
- VInput: typeof import('vuetify/components')['VInput']
534
- VLabel: typeof import('vuetify/components')['VLabel']
532
+ VImg: typeof import('vuetify/components')['VImg']
533
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
534
+ VItem: typeof import('vuetify/components')['VItem']
535
535
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
536
- VKbd: typeof import('vuetify/components')['VKbd']
536
+ VInput: typeof import('vuetify/components')['VInput']
537
537
  VList: typeof import('vuetify/components')['VList']
538
538
  VListGroup: typeof import('vuetify/components')['VListGroup']
539
539
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -543,74 +543,74 @@ interface _GlobalComponents {
543
543
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
544
544
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
545
545
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
546
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
547
- VItem: typeof import('vuetify/components')['VItem']
546
+ VLabel: typeof import('vuetify/components')['VLabel']
547
+ VKbd: typeof import('vuetify/components')['VKbd']
548
548
  VMain: typeof import('vuetify/components')['VMain']
549
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
550
549
  VMenu: typeof import('vuetify/components')['VMenu']
550
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
551
551
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
552
552
  VMessages: typeof import('vuetify/components')['VMessages']
553
- VPagination: typeof import('vuetify/components')['VPagination']
554
553
  VOverlay: typeof import('vuetify/components')['VOverlay']
555
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
554
+ VPagination: typeof import('vuetify/components')['VPagination']
556
555
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
556
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
557
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
557
558
  VRating: typeof import('vuetify/components')['VRating']
558
- VSelect: typeof import('vuetify/components')['VSelect']
559
559
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
560
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
561
560
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
562
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
563
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
561
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
562
+ VSelect: typeof import('vuetify/components')['VSelect']
564
563
  VSheet: typeof import('vuetify/components')['VSheet']
565
- VSlider: typeof import('vuetify/components')['VSlider']
566
564
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
567
- VSwitch: typeof import('vuetify/components')['VSwitch']
568
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
569
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
570
- VTab: typeof import('vuetify/components')['VTab']
571
- VTabs: typeof import('vuetify/components')['VTabs']
572
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
573
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
574
- VTextField: typeof import('vuetify/components')['VTextField']
565
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
566
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
575
567
  VStepper: typeof import('vuetify/components')['VStepper']
576
568
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
577
569
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
578
570
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
579
571
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
580
572
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
581
- VTextarea: typeof import('vuetify/components')['VTextarea']
573
+ VSlider: typeof import('vuetify/components')['VSlider']
574
+ VTab: typeof import('vuetify/components')['VTab']
575
+ VTabs: typeof import('vuetify/components')['VTabs']
576
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
577
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
578
+ VSwitch: typeof import('vuetify/components')['VSwitch']
579
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
582
580
  VTable: typeof import('vuetify/components')['VTable']
581
+ VTextField: typeof import('vuetify/components')['VTextField']
583
582
  VTimeline: typeof import('vuetify/components')['VTimeline']
584
583
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
584
+ VTextarea: typeof import('vuetify/components')['VTextarea']
585
585
  VToolbar: typeof import('vuetify/components')['VToolbar']
586
586
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
587
587
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
588
+ VTooltip: typeof import('vuetify/components')['VTooltip']
588
589
  VWindow: typeof import('vuetify/components')['VWindow']
589
590
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
590
- VTooltip: typeof import('vuetify/components')['VTooltip']
591
591
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
592
592
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
593
593
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
594
+ VForm: typeof import('vuetify/components')['VForm']
594
595
  VContainer: typeof import('vuetify/components')['VContainer']
595
596
  VCol: typeof import('vuetify/components')['VCol']
596
597
  VRow: typeof import('vuetify/components')['VRow']
597
598
  VSpacer: typeof import('vuetify/components')['VSpacer']
598
- VForm: typeof import('vuetify/components')['VForm']
599
599
  VHover: typeof import('vuetify/components')['VHover']
600
+ VLazy: typeof import('vuetify/components')['VLazy']
600
601
  VLayout: typeof import('vuetify/components')['VLayout']
601
602
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
602
- VLazy: typeof import('vuetify/components')['VLazy']
603
603
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
604
604
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
605
605
  VParallax: typeof import('vuetify/components')['VParallax']
606
606
  VRadio: typeof import('vuetify/components')['VRadio']
607
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
608
607
  VResponsive: typeof import('vuetify/components')['VResponsive']
608
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
609
609
  VSparkline: typeof import('vuetify/components')['VSparkline']
610
610
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
611
611
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
612
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
613
612
  VValidation: typeof import('vuetify/components')['VValidation']
613
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
614
614
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
615
615
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
616
616
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -627,27 +627,27 @@ interface _GlobalComponents {
627
627
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
628
628
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
629
629
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
630
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
631
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
632
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
633
630
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
634
631
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
635
632
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
636
633
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
637
634
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
638
635
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
636
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
639
637
  VPicker: typeof import('vuetify/labs/components')['VPicker']
640
638
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
639
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
640
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
641
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
641
642
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
642
643
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
643
644
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
644
645
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
645
646
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
646
647
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
647
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
648
648
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
649
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
650
649
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
650
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
651
651
  }
652
652
  declare module 'vue' {
653
653
  export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.7.0-beta.1-dev.2024-08-15",
4
+ "version": "3.7.0-dev.2024-08-16",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"