@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-25 → 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce

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 +107 -99
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +212 -193
  6. package/dist/vuetify-labs.css +2279 -2279
  7. package/dist/vuetify-labs.d.ts +190 -106
  8. package/dist/vuetify-labs.esm.js +36 -10
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +36 -10
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1817 -1817
  13. package/dist/vuetify.d.ts +237 -153
  14. package/dist/vuetify.esm.js +36 -10
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +36 -10
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +44 -43
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +42 -24
  22. package/lib/components/VCombobox/index.d.mts +42 -24
  23. package/lib/components/VDialog/index.d.mts +3 -3
  24. package/lib/components/VMenu/VMenu.mjs +20 -1
  25. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  26. package/lib/components/VMenu/index.d.mts +27 -12
  27. package/lib/components/VOverlay/VOverlay.mjs +5 -4
  28. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  29. package/lib/components/VOverlay/locationStrategies.mjs +6 -0
  30. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  31. package/lib/components/VOverlay/useActivator.mjs +3 -2
  32. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  33. package/lib/components/VSelect/index.d.mts +42 -24
  34. package/lib/components/VSnackbar/index.d.mts +3 -3
  35. package/lib/components/VSpeedDial/index.d.mts +28 -13
  36. package/lib/components/VTooltip/index.d.mts +3 -3
  37. package/lib/components/index.d.mts +190 -106
  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 +47 -47
  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.6.13-3.7.0-beta.0.0-dev.2024-07-25";
19
+ export const version = "3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce";
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,yCAAsB;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,2CAAsB;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.6.13-3.7.0-beta.0.0-dev.2024-07-25";
100
+ export const version = "3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce";
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
@@ -468,35 +468,37 @@ interface _GlobalComponents {
468
468
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
469
469
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
470
470
  VApp: typeof import('vuetify/components')['VApp']
471
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
472
471
  VAlert: typeof import('vuetify/components')['VAlert']
473
472
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
474
- VAvatar: typeof import('vuetify/components')['VAvatar']
475
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
476
- VBadge: typeof import('vuetify/components')['VBadge']
477
473
  VBanner: typeof import('vuetify/components')['VBanner']
478
474
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
479
475
  VBannerText: typeof import('vuetify/components')['VBannerText']
476
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
477
+ VAvatar: typeof import('vuetify/components')['VAvatar']
478
+ VBadge: typeof import('vuetify/components')['VBadge']
479
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
480
480
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
481
481
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
482
482
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
483
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
483
484
  VBtn: typeof import('vuetify/components')['VBtn']
484
485
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
485
- VCarousel: typeof import('vuetify/components')['VCarousel']
486
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
487
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
488
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
489
486
  VCard: typeof import('vuetify/components')['VCard']
490
487
  VCardActions: typeof import('vuetify/components')['VCardActions']
491
488
  VCardItem: typeof import('vuetify/components')['VCardItem']
492
489
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
493
490
  VCardText: typeof import('vuetify/components')['VCardText']
494
491
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
495
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
496
- VChip: typeof import('vuetify/components')['VChip']
492
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
493
+ VCarousel: typeof import('vuetify/components')['VCarousel']
494
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
497
495
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
498
496
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
499
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
497
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
498
+ VCode: typeof import('vuetify/components')['VCode']
499
+ VCounter: typeof import('vuetify/components')['VCounter']
500
+ VChip: typeof import('vuetify/components')['VChip']
501
+ VCombobox: typeof import('vuetify/components')['VCombobox']
500
502
  VDataTable: typeof import('vuetify/components')['VDataTable']
501
503
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
502
504
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -504,38 +506,36 @@ interface _GlobalComponents {
504
506
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
505
507
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
506
508
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
507
- VCombobox: typeof import('vuetify/components')['VCombobox']
508
- VCode: typeof import('vuetify/components')['VCode']
509
- VCounter: typeof import('vuetify/components')['VCounter']
510
- VDialog: typeof import('vuetify/components')['VDialog']
511
- VDivider: typeof import('vuetify/components')['VDivider']
509
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
512
510
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
513
511
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
514
512
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
515
513
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
516
514
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
517
515
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
516
+ VDivider: typeof import('vuetify/components')['VDivider']
518
517
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
518
+ VFab: typeof import('vuetify/components')['VFab']
519
+ VDialog: typeof import('vuetify/components')['VDialog']
520
+ VFooter: typeof import('vuetify/components')['VFooter']
519
521
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
520
522
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
521
523
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
522
524
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
525
+ VFileInput: typeof import('vuetify/components')['VFileInput']
523
526
  VField: typeof import('vuetify/components')['VField']
524
527
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
525
- VFileInput: typeof import('vuetify/components')['VFileInput']
526
- VFab: typeof import('vuetify/components')['VFab']
527
- VFooter: typeof import('vuetify/components')['VFooter']
528
+ VImg: typeof import('vuetify/components')['VImg']
529
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
528
530
  VIcon: typeof import('vuetify/components')['VIcon']
529
531
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
530
532
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
531
533
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
532
534
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
533
- VImg: typeof import('vuetify/components')['VImg']
534
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
535
+ VLabel: typeof import('vuetify/components')['VLabel']
535
536
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
536
537
  VItem: typeof import('vuetify/components')['VItem']
537
538
  VInput: typeof import('vuetify/components')['VInput']
538
- VKbd: typeof import('vuetify/components')['VKbd']
539
539
  VList: typeof import('vuetify/components')['VList']
540
540
  VListGroup: typeof import('vuetify/components')['VListGroup']
541
541
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -545,50 +545,50 @@ interface _GlobalComponents {
545
545
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
546
546
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
547
547
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
548
- VLabel: typeof import('vuetify/components')['VLabel']
549
- VMain: typeof import('vuetify/components')['VMain']
548
+ VKbd: typeof import('vuetify/components')['VKbd']
550
549
  VMenu: typeof import('vuetify/components')['VMenu']
551
550
  VMessages: typeof import('vuetify/components')['VMessages']
551
+ VMain: typeof import('vuetify/components')['VMain']
552
552
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
553
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
554
- VPagination: typeof import('vuetify/components')['VPagination']
555
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
556
553
  VOverlay: typeof import('vuetify/components')['VOverlay']
554
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
555
+ VPagination: typeof import('vuetify/components')['VPagination']
556
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
557
557
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
558
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
559
558
  VRating: typeof import('vuetify/components')['VRating']
559
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
560
560
  VSelect: typeof import('vuetify/components')['VSelect']
561
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
562
561
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
563
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
562
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
564
563
  VSheet: typeof import('vuetify/components')['VSheet']
564
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
565
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
565
566
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
566
567
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
567
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
568
- VSwitch: typeof import('vuetify/components')['VSwitch']
569
- VSlider: typeof import('vuetify/components')['VSlider']
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
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
+ VSlider: typeof import('vuetify/components')['VSlider']
580
575
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
576
+ VSwitch: typeof import('vuetify/components')['VSwitch']
577
+ VTextarea: typeof import('vuetify/components')['VTextarea']
578
+ VTab: typeof import('vuetify/components')['VTab']
579
+ VTabs: typeof import('vuetify/components')['VTabs']
580
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
581
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
581
582
  VTable: typeof import('vuetify/components')['VTable']
582
583
  VTimeline: typeof import('vuetify/components')['VTimeline']
583
584
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
584
585
  VTextField: typeof import('vuetify/components')['VTextField']
585
- VTextarea: typeof import('vuetify/components')['VTextarea']
586
+ VTooltip: typeof import('vuetify/components')['VTooltip']
586
587
  VToolbar: typeof import('vuetify/components')['VToolbar']
587
588
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
588
589
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
589
590
  VWindow: typeof import('vuetify/components')['VWindow']
590
591
  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']
@@ -598,10 +598,10 @@ interface _GlobalComponents {
598
598
  VRow: typeof import('vuetify/components')['VRow']
599
599
  VSpacer: typeof import('vuetify/components')['VSpacer']
600
600
  VHover: typeof import('vuetify/components')['VHover']
601
+ VLazy: typeof import('vuetify/components')['VLazy']
601
602
  VLayout: typeof import('vuetify/components')['VLayout']
602
603
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
603
604
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
604
- VLazy: typeof import('vuetify/components')['VLazy']
605
605
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
606
606
  VParallax: typeof import('vuetify/components')['VParallax']
607
607
  VRadio: typeof import('vuetify/components')['VRadio']
@@ -610,8 +610,8 @@ interface _GlobalComponents {
610
610
  VSparkline: typeof import('vuetify/components')['VSparkline']
611
611
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
612
612
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
613
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
614
613
  VValidation: typeof import('vuetify/components')['VValidation']
614
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
615
615
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
616
616
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
617
617
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -629,26 +629,26 @@ interface _GlobalComponents {
629
629
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
630
630
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
631
631
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
632
- VPicker: typeof import('vuetify/labs/components')['VPicker']
633
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
634
632
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
635
633
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
636
634
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
637
635
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
638
636
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
639
637
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
640
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
641
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
642
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
643
638
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
644
639
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
645
640
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
641
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
642
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
643
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
644
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
645
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
646
646
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
647
647
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
648
648
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
649
649
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
650
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
651
650
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
651
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
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" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
657
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "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" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1344
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "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" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1923
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "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" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5012
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "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" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5699
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "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" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
6278
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "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.6.13-3.7.0-beta.0.0-dev.2024-07-25",
4
+ "version": "3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"