@vuetify/nightly 3.7.0-beta.1-pr-20092.92a3215 → 3.7.0-beta.1-dev.2024-07-29

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.
Files changed (45) hide show
  1. package/dist/json/attributes.json +99 -107
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +132 -132
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +193 -212
  6. package/dist/vuetify-labs.css +3162 -3162
  7. package/dist/vuetify-labs.d.ts +106 -190
  8. package/dist/vuetify-labs.esm.js +13 -30
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +13 -30
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1693 -1693
  13. package/dist/vuetify.d.ts +150 -234
  14. package/dist/vuetify.esm.js +13 -30
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +13 -30
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +43 -43
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +24 -42
  22. package/lib/components/VCombobox/index.d.mts +24 -42
  23. package/lib/components/VDialog/index.d.mts +3 -3
  24. package/lib/components/VList/VListItem.mjs +1 -1
  25. package/lib/components/VList/VListItem.mjs.map +1 -1
  26. package/lib/components/VMenu/VMenu.mjs +3 -19
  27. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  28. package/lib/components/VMenu/index.d.mts +12 -27
  29. package/lib/components/VOverlay/VOverlay.mjs +4 -5
  30. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  31. package/lib/components/VOverlay/useActivator.mjs +2 -3
  32. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  33. package/lib/components/VSelect/index.d.mts +24 -42
  34. package/lib/components/VSnackbar/index.d.mts +3 -3
  35. package/lib/components/VSpeedDial/index.d.mts +13 -28
  36. package/lib/components/VTooltip/index.d.mts +3 -3
  37. package/lib/components/index.d.mts +106 -190
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/entry-bundler.mjs.map +1 -1
  40. package/lib/framework.mjs +1 -1
  41. package/lib/framework.mjs.map +1 -1
  42. package/lib/index.d.mts +44 -44
  43. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  44. package/lib/labs/components.d.mts +3 -3
  45. package/package.json +1 -1
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.7.0-beta.1-pr-20092.92a3215";
19
+ export const version = "3.7.0-beta.1-dev.2024-07-29";
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,kCAAsB;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,gCAAsB;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-pr-20092.92a3215";
100
+ export const version = "3.7.0-beta.1-dev.2024-07-29";
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,39 +465,41 @@ declare global {
465
465
  }
466
466
  interface _GlobalComponents {
467
467
  VApp: typeof import('vuetify/components')['VApp']
468
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
469
468
  VAppBar: typeof import('vuetify/components')['VAppBar']
470
469
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
471
470
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
472
- VAvatar: typeof import('vuetify/components')['VAvatar']
473
471
  VAlert: typeof import('vuetify/components')['VAlert']
474
472
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
473
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
474
+ VBadge: typeof import('vuetify/components')['VBadge']
475
+ VAvatar: typeof import('vuetify/components')['VAvatar']
475
476
  VBanner: typeof import('vuetify/components')['VBanner']
476
477
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
477
478
  VBannerText: typeof import('vuetify/components')['VBannerText']
478
- VBadge: typeof import('vuetify/components')['VBadge']
479
- VBtn: typeof import('vuetify/components')['VBtn']
480
479
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
481
480
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
482
481
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
482
+ VBtn: typeof import('vuetify/components')['VBtn']
483
483
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
484
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
485
484
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
485
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
486
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
487
+ VCarousel: typeof import('vuetify/components')['VCarousel']
488
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
486
489
  VCard: typeof import('vuetify/components')['VCard']
487
490
  VCardActions: typeof import('vuetify/components')['VCardActions']
488
491
  VCardItem: typeof import('vuetify/components')['VCardItem']
489
492
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
490
493
  VCardText: typeof import('vuetify/components')['VCardText']
491
494
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
492
- VCarousel: typeof import('vuetify/components')['VCarousel']
493
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
494
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
495
+ VChip: typeof import('vuetify/components')['VChip']
496
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
495
497
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
496
498
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
499
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
500
+ VCounter: typeof import('vuetify/components')['VCounter']
497
501
  VCode: typeof import('vuetify/components')['VCode']
498
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
499
502
  VCombobox: typeof import('vuetify/components')['VCombobox']
500
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
501
503
  VDataTable: typeof import('vuetify/components')['VDataTable']
502
504
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
503
505
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -505,38 +507,36 @@ interface _GlobalComponents {
505
507
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
506
508
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
507
509
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
508
- VCounter: typeof import('vuetify/components')['VCounter']
509
- VChip: typeof import('vuetify/components')['VChip']
510
- VDialog: typeof import('vuetify/components')['VDialog']
511
510
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
512
511
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
513
512
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
514
513
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
515
514
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
516
515
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
517
- VDivider: typeof import('vuetify/components')['VDivider']
516
+ VDialog: typeof import('vuetify/components')['VDialog']
518
517
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
518
+ VDivider: typeof import('vuetify/components')['VDivider']
519
+ VFab: typeof import('vuetify/components')['VFab']
520
+ VFileInput: typeof import('vuetify/components')['VFileInput']
521
+ VField: typeof import('vuetify/components')['VField']
522
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
519
523
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
520
524
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
521
525
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
522
526
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
523
- VFab: typeof import('vuetify/components')['VFab']
524
527
  VFooter: typeof import('vuetify/components')['VFooter']
525
- VFileInput: typeof import('vuetify/components')['VFileInput']
526
- VField: typeof import('vuetify/components')['VField']
527
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
528
528
  VIcon: typeof import('vuetify/components')['VIcon']
529
529
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
530
530
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
531
531
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
532
532
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
533
- VImg: typeof import('vuetify/components')['VImg']
534
533
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
535
- VInput: typeof import('vuetify/components')['VInput']
536
- VKbd: typeof import('vuetify/components')['VKbd']
537
- VLabel: typeof import('vuetify/components')['VLabel']
534
+ VImg: typeof import('vuetify/components')['VImg']
538
535
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
539
536
  VItem: typeof import('vuetify/components')['VItem']
537
+ VKbd: typeof import('vuetify/components')['VKbd']
538
+ VInput: typeof import('vuetify/components')['VInput']
539
+ VLabel: typeof import('vuetify/components')['VLabel']
540
540
  VList: typeof import('vuetify/components')['VList']
541
541
  VListGroup: typeof import('vuetify/components')['VListGroup']
542
542
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -546,64 +546,64 @@ interface _GlobalComponents {
546
546
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
547
547
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
548
548
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
549
- VMain: typeof import('vuetify/components')['VMain']
550
- VMenu: typeof import('vuetify/components')['VMenu']
551
549
  VMessages: typeof import('vuetify/components')['VMessages']
550
+ VMenu: typeof import('vuetify/components')['VMenu']
552
551
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
553
- VOverlay: typeof import('vuetify/components')['VOverlay']
552
+ VMain: typeof import('vuetify/components')['VMain']
554
553
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
554
+ VOverlay: typeof import('vuetify/components')['VOverlay']
555
555
  VPagination: typeof import('vuetify/components')['VPagination']
556
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
557
556
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
557
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
558
558
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
559
559
  VRating: typeof import('vuetify/components')['VRating']
560
560
  VSelect: typeof import('vuetify/components')['VSelect']
561
561
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
562
+ VSlider: typeof import('vuetify/components')['VSlider']
562
563
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
563
- VSheet: typeof import('vuetify/components')['VSheet']
564
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
565
564
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
565
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
566
566
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
567
567
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
568
- VSlider: typeof import('vuetify/components')['VSlider']
569
- VTab: typeof import('vuetify/components')['VTab']
570
- VTabs: typeof import('vuetify/components')['VTabs']
571
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
572
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
573
- VTextarea: typeof import('vuetify/components')['VTextarea']
574
568
  VStepper: typeof import('vuetify/components')['VStepper']
575
569
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
576
570
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
577
571
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
578
572
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
579
573
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
574
+ VSheet: typeof import('vuetify/components')['VSheet']
580
575
  VSwitch: typeof import('vuetify/components')['VSwitch']
581
- VTable: typeof import('vuetify/components')['VTable']
582
576
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
577
+ VTab: typeof import('vuetify/components')['VTab']
578
+ VTabs: typeof import('vuetify/components')['VTabs']
579
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
580
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
581
+ VTable: typeof import('vuetify/components')['VTable']
582
+ VTextarea: typeof import('vuetify/components')['VTextarea']
583
583
  VTextField: typeof import('vuetify/components')['VTextField']
584
584
  VTimeline: typeof import('vuetify/components')['VTimeline']
585
585
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
586
586
  VToolbar: typeof import('vuetify/components')['VToolbar']
587
587
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
588
588
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
589
- VTooltip: typeof import('vuetify/components')['VTooltip']
590
589
  VWindow: typeof import('vuetify/components')['VWindow']
591
590
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
591
+ VTooltip: typeof import('vuetify/components')['VTooltip']
592
592
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
593
593
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
594
594
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
595
595
  VForm: typeof import('vuetify/components')['VForm']
596
+ VHover: typeof import('vuetify/components')['VHover']
596
597
  VContainer: typeof import('vuetify/components')['VContainer']
597
598
  VCol: typeof import('vuetify/components')['VCol']
598
599
  VRow: typeof import('vuetify/components')['VRow']
599
600
  VSpacer: typeof import('vuetify/components')['VSpacer']
600
- VHover: typeof import('vuetify/components')['VHover']
601
601
  VLayout: typeof import('vuetify/components')['VLayout']
602
602
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
603
603
  VLazy: typeof import('vuetify/components')['VLazy']
604
604
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
605
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
606
605
  VParallax: typeof import('vuetify/components')['VParallax']
606
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
607
607
  VRadio: typeof import('vuetify/components')['VRadio']
608
608
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
609
609
  VResponsive: typeof import('vuetify/components')['VResponsive']
@@ -628,6 +628,8 @@ interface _GlobalComponents {
628
628
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
629
629
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
630
630
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
631
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
632
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
631
633
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
632
634
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
633
635
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -635,20 +637,18 @@ interface _GlobalComponents {
635
637
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
636
638
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
637
639
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
640
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
641
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
642
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
638
643
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
639
644
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
640
645
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
641
- VPicker: typeof import('vuetify/labs/components')['VPicker']
642
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
643
646
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
644
647
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
645
648
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
646
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
647
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
648
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
649
649
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
650
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
651
650
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
651
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
652
652
  }
653
653
  declare module 'vue' {
654
654
  export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
@@ -654,7 +654,7 @@ declare const VSnackbar: {
654
654
  onAfterLeave?: (() => any) | undefined;
655
655
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
656
656
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
657
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
657
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
658
658
  activatorEl: Ref<HTMLElement | undefined>;
659
659
  scrimEl: Ref<HTMLElement | undefined>;
660
660
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -1341,7 +1341,7 @@ declare const VSnackbar: {
1341
1341
  onAfterLeave?: (() => any) | undefined;
1342
1342
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1343
1343
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1344
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1344
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1345
1345
  activatorEl: Ref<HTMLElement | undefined>;
1346
1346
  scrimEl: Ref<HTMLElement | undefined>;
1347
1347
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -1920,7 +1920,7 @@ declare const VSnackbar: {
1920
1920
  onAfterLeave?: (() => any) | undefined;
1921
1921
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1922
1922
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1923
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1923
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1924
1924
  activatorEl: Ref<HTMLElement | undefined>;
1925
1925
  scrimEl: Ref<HTMLElement | undefined>;
1926
1926
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -5009,7 +5009,7 @@ declare const VSnackbar: {
5009
5009
  onAfterLeave?: (() => any) | undefined;
5010
5010
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5011
5011
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5012
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5012
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5013
5013
  activatorEl: Ref<HTMLElement | undefined>;
5014
5014
  scrimEl: Ref<HTMLElement | undefined>;
5015
5015
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -5696,7 +5696,7 @@ declare const VSnackbar: {
5696
5696
  onAfterLeave?: (() => any) | undefined;
5697
5697
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5698
5698
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5699
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5699
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5700
5700
  activatorEl: Ref<HTMLElement | undefined>;
5701
5701
  scrimEl: Ref<HTMLElement | undefined>;
5702
5702
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -6275,7 +6275,7 @@ declare const VSnackbar: {
6275
6275
  onAfterLeave?: (() => any) | undefined;
6276
6276
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6277
6277
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
6278
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
6278
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
6279
6279
  activatorEl: Ref<HTMLElement | undefined>;
6280
6280
  scrimEl: Ref<HTMLElement | undefined>;
6281
6281
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
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-pr-20092.92a3215",
4
+ "version": "3.7.0-beta.1-dev.2024-07-29",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"