@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 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 (47) 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 +134 -134
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +193 -212
  6. package/dist/vuetify-labs.css +4026 -4026
  7. package/dist/vuetify-labs.d.ts +106 -190
  8. package/dist/vuetify-labs.esm.js +13 -36
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +13 -36
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2721 -2721
  13. package/dist/vuetify.d.ts +153 -237
  14. package/dist/vuetify.esm.js +13 -36
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +13 -36
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +44 -45
  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/locationStrategies.mjs +0 -6
  32. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  33. package/lib/components/VOverlay/useActivator.mjs +2 -3
  34. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  35. package/lib/components/VSelect/index.d.mts +24 -42
  36. package/lib/components/VSnackbar/index.d.mts +3 -3
  37. package/lib/components/VSpeedDial/index.d.mts +13 -28
  38. package/lib/components/VTooltip/index.d.mts +3 -3
  39. package/lib/components/index.d.mts +106 -190
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/entry-bundler.mjs.map +1 -1
  42. package/lib/framework.mjs +1 -1
  43. package/lib/framework.mjs.map +1 -1
  44. package/lib/index.d.mts +47 -47
  45. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  46. package/lib/labs/components.d.mts +3 -3
  47. 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-pr-20092.a834b18";
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,2CAAsB;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.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
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":"AAAA;AAAA,SACSA,UAAU,EAAEC,iBAAiB,EAAEC,iBAAiB;AAAA,SAChDC,cAAc,EAAEC,cAAc;AAAA,SAC9BC,aAAa,EAAEC,aAAa;AAAA,SAC5BC,UAAU,EAAEC,UAAU;AAAA,SACtBC,WAAW,EAAEC,UAAU;AAAA,SACvBC,YAAY,EAAEC,YAAY;AAAA,SAC1BC,WAAW,EAAEC,WAAW,mCAEjC;AACA,SAASC,QAAQ,EAAEC,QAAQ,QAAQ,KAAK;AAAA,SAC/BC,eAAe,EAAEC,MAAM,EAAEC,UAAU,EAAEC,SAAS,4BAEvD;AAAA;AA6BA,OAAO,SAASC,aAAaA,CAAA,EAAgC;EAAA,IAA9BC,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACzD,MAAM;IAAEG,SAAS;IAAE,GAAGC;EAAK,CAAC,GAAGL,OAAO;EACtC,MAAMM,OAAuB,GAAGR,SAAS,CAACM,SAAS,EAAEC,IAAI,CAAC;EAC1D,MAAM;IACJE,OAAO,GAAG,CAAC,CAAC;IACZC,UAAU,GAAG,CAAC,CAAC;IACfC,UAAU,GAAG,CAAC;EAChB,CAAC,GAAGH,OAAO;EAEX,MAAMI,QAAQ,GAAG7B,cAAc,CAACyB,OAAO,CAACI,QAAQ,CAAC;EACjD,MAAMC,OAAO,GAAG5B,aAAa,CAACuB,OAAO,CAACK,OAAO,EAAEL,OAAO,CAACM,GAAG,CAAC;EAC3D,MAAMC,KAAK,GAAGtB,WAAW,CAACe,OAAO,CAACO,KAAK,CAAC;EACxC,MAAMC,KAAK,GAAG3B,WAAW,CAACmB,OAAO,CAACQ,KAAK,CAAC;EACxC,MAAMC,MAAM,GAAG1B,YAAY,CAACiB,OAAO,CAACS,MAAM,CAAC;EAC3C,MAAMC,IAAI,GAAGtC,UAAU,CAAC4B,OAAO,CAACU,IAAI,EAAED,MAAM,CAAC;EAC7C,MAAME,IAAI,GAAGhC,UAAU,CAACqB,OAAO,CAACW,IAAI,EAAEF,MAAM,CAAC;EAE7C,MAAMG,OAAO,GAAIC,GAAQ,IAAK;IAC5B,KAAK,MAAMC,GAAG,IAAIX,UAAU,EAAE;MAC5BU,GAAG,CAACE,SAAS,CAACD,GAAG,EAAEX,UAAU,CAACW,GAAG,CAAC,CAAC;IACrC;IAEA,KAAK,MAAMA,GAAG,IAAIZ,UAAU,EAAE;MAC5BW,GAAG,CAACG,SAAS,CAACF,GAAG,EAAEZ,UAAU,CAACY,GAAG,CAAC,CAAC;IACrC;IAEA,KAAK,MAAMA,GAAG,IAAIb,OAAO,EAAE;MACzBY,GAAG,CAACG,SAAS,CAACF,GAAG,EAAEzB,eAAe,CAAC;QACjC,GAAGY,OAAO,CAACa,GAAG,CAAC;QACfG,IAAI,EAAEH,GAAG;QACTI,SAAS,EAAEjB,OAAO,CAACa,GAAG,CAAC,CAACG;MAC1B,CAAC,CAAC,CAAC;IACL;IAEAV,KAAK,CAACK,OAAO,CAACC,GAAG,CAAC;IAElBA,GAAG,CAACM,OAAO,CAAC3C,cAAc,EAAE4B,QAAQ,CAAC;IACrCS,GAAG,CAACM,OAAO,CAACzC,aAAa,EAAE2B,OAAO,CAAC;IACnCQ,GAAG,CAACM,OAAO,CAACjC,WAAW,EAAEqB,KAAK,CAAC;IAC/BM,GAAG,CAACM,OAAO,CAACrC,UAAU,EAAE0B,KAAK,CAAC;IAC9BK,GAAG,CAACM,OAAO,CAACnC,YAAY,EAAEyB,MAAM,CAAC;IACjCI,GAAG,CAACM,OAAO,CAAC7C,iBAAiB,EAAEoC,IAAI,CAACV,OAAO,CAAC;IAC5Ca,GAAG,CAACM,OAAO,CAAC9C,iBAAiB,EAAEqC,IAAI,CAACU,QAAQ,CAAC;IAC7CP,GAAG,CAACM,OAAO,CAACvC,UAAU,EAAE+B,IAAI,CAAC;IAE7B,IAAIpB,UAAU,IAAIS,OAAO,CAACM,GAAG,EAAE;MAC7B,IAAIO,GAAG,CAACQ,KAAK,EAAE;QACbR,GAAG,CAACQ,KAAK,CAACC,IAAI,CAAC,sBAAsB,EAAE,MAAM;UAC3CjB,OAAO,CAACkB,MAAM,CAAC,CAAC;QAClB,CAAC,CAAC;MACJ,CAAC,MAAM;QACL,MAAM;UAAEC;QAAM,CAAC,GAAGX,GAAG;QACrBA,GAAG,CAACW,KAAK,GAAG,YAAa;UACvB,MAAMC,EAAE,GAAGD,KAAK,CAAC,GAAA7B,SAAO,CAAC;UACzBR,QAAQ,CAAC,MAAMkB,OAAO,CAACkB,MAAM,CAAC,CAAC,CAAC;UAChCV,GAAG,CAACW,KAAK,GAAGA,KAAK;UACjB,OAAOC,EAAE;QACX,CAAC;MACH;IACF;IAEAnC,MAAM,CAACoC,KAAK,CAAC,CAAC;IAEd,IAAI,OAAOC,mBAAmB,KAAK,SAAS,IAAIA,mBAAmB,EAAE;MACnEd,GAAG,CAACe,KAAK,CAAC;QACRC,QAAQ,EAAE;UACRC,QAAQA,CAAA,EAAI;YACV,OAAO1C,QAAQ,CAAC;cACdgB,QAAQ,EAAE2B,MAAM,CAACC,IAAI,CAAC,IAAI,EAAExD,cAAc,CAAC;cAC3C6B,OAAO,EAAE0B,MAAM,CAACC,IAAI,CAAC,IAAI,EAAEtD,aAAa,CAAC;cACzC6B,KAAK,EAAEwB,MAAM,CAACC,IAAI,CAAC,IAAI,EAAE9C,WAAW,CAAC;cACrCsB,KAAK,EAAEuB,MAAM,CAACC,IAAI,CAAC,IAAI,EAAElD,UAAU,CAAC;cACpC2B,MAAM,EAAEsB,MAAM,CAACC,IAAI,CAAC,IAAI,EAAEhD,YAAY,CAAC;cACvC0B,IAAI,EAAEqB,MAAM,CAACC,IAAI,CAAC,IAAI,EAAE3D,iBAAiB;YAC3C,CAAC,CAAC;UACJ;QACF;MACF,CAAC,CAAC;IACJ;EACF,CAAC;EAED,OAAO;IACLuC,OAAO;IACPR,QAAQ;IACRC,OAAO;IACPE,KAAK;IACLC,KAAK;IACLC,MAAM;IACNC,IAAI;IACJC;EACF,CAAC;AACH;AAEA,OAAO,MAAMsB,OAAO,2CAAsB;AAC1CxC,aAAa,CAACwC,OAAO,GAAGA,OAAO;;AAE/B;AACA,SAASF,MAAMA,CAAiCjB,GAA+B,EAAE;EAC/E,MAAMW,EAAE,GAAG,IAAI,CAACS,CAAC;EAEjB,MAAMC,QAAQ,GAAGV,EAAE,CAACW,MAAM,EAAED,QAAQ,IAAIV,EAAE,CAACY,KAAK,CAACC,UAAU,EAAEH,QAAQ;EAErE,IAAIA,QAAQ,IAAKrB,GAAG,IAAYqB,QAAQ,EAAE;IACxC,OAAOA,QAAQ,CAAErB,GAAG,CAAY;EAClC;AACF","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
@@ -464,42 +464,42 @@ declare global {
464
464
  }
465
465
  }
466
466
  interface _GlobalComponents {
467
+ VApp: typeof import('vuetify/components')['VApp']
467
468
  VAppBar: typeof import('vuetify/components')['VAppBar']
468
469
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
469
470
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
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']
473
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
476
474
  VBadge: typeof import('vuetify/components')['VBadge']
477
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
478
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
479
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
475
+ VAvatar: typeof import('vuetify/components')['VAvatar']
480
476
  VBanner: typeof import('vuetify/components')['VBanner']
481
477
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
482
478
  VBannerText: typeof import('vuetify/components')['VBannerText']
479
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
480
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
481
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
482
+ VBtn: typeof import('vuetify/components')['VBtn']
483
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
483
484
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
484
485
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
485
- VBtn: typeof import('vuetify/components')['VBtn']
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
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
493
- VCarousel: typeof import('vuetify/components')['VCarousel']
494
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
495
+ VChip: typeof import('vuetify/components')['VChip']
495
496
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
496
497
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
497
498
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
498
499
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
500
+ VCounter: typeof import('vuetify/components')['VCounter']
499
501
  VCode: typeof import('vuetify/components')['VCode']
500
- VChip: typeof import('vuetify/components')['VChip']
501
502
  VCombobox: typeof import('vuetify/components')['VCombobox']
502
- VCounter: typeof import('vuetify/components')['VCounter']
503
503
  VDataTable: typeof import('vuetify/components')['VDataTable']
504
504
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
505
505
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -507,35 +507,35 @@ interface _GlobalComponents {
507
507
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
508
508
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
509
509
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
510
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
511
- VDivider: typeof import('vuetify/components')['VDivider']
512
- VDialog: typeof import('vuetify/components')['VDialog']
513
510
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
514
511
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
515
512
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
516
513
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
517
514
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
518
515
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
516
+ VDialog: typeof import('vuetify/components')['VDialog']
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
- VField: typeof import('vuetify/components')['VField']
525
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
526
527
  VFooter: typeof import('vuetify/components')['VFooter']
527
- VImg: typeof import('vuetify/components')['VImg']
528
- VFileInput: typeof import('vuetify/components')['VFileInput']
529
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
530
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
531
- VItem: typeof import('vuetify/components')['VItem']
532
- VKbd: typeof import('vuetify/components')['VKbd']
533
- VInput: typeof import('vuetify/components')['VInput']
534
528
  VIcon: typeof import('vuetify/components')['VIcon']
535
529
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
536
530
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
537
531
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
538
532
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
533
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
534
+ VImg: typeof import('vuetify/components')['VImg']
535
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
536
+ VItem: typeof import('vuetify/components')['VItem']
537
+ VKbd: typeof import('vuetify/components')['VKbd']
538
+ VInput: typeof import('vuetify/components')['VInput']
539
539
  VLabel: typeof import('vuetify/components')['VLabel']
540
540
  VList: typeof import('vuetify/components')['VList']
541
541
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -546,42 +546,41 @@ 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
549
  VMessages: typeof import('vuetify/components')['VMessages']
551
550
  VMenu: typeof import('vuetify/components')['VMenu']
552
551
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
553
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
552
+ VMain: typeof import('vuetify/components')['VMain']
554
553
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
555
554
  VOverlay: typeof import('vuetify/components')['VOverlay']
556
555
  VPagination: typeof import('vuetify/components')['VPagination']
556
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
557
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
557
558
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
558
559
  VRating: typeof import('vuetify/components')['VRating']
559
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
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
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
565
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
564
566
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
565
567
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
566
- VSlider: typeof import('vuetify/components')['VSlider']
567
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
568
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
569
- VSwitch: typeof import('vuetify/components')['VSwitch']
570
568
  VStepper: typeof import('vuetify/components')['VStepper']
571
569
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
572
570
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
573
571
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
574
572
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
575
573
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
574
+ VSheet: typeof import('vuetify/components')['VSheet']
575
+ VSwitch: typeof import('vuetify/components')['VSwitch']
576
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
576
577
  VTab: typeof import('vuetify/components')['VTab']
577
578
  VTabs: typeof import('vuetify/components')['VTabs']
578
579
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
579
580
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
580
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
581
- VTextarea: typeof import('vuetify/components')['VTextarea']
582
581
  VTable: typeof import('vuetify/components')['VTable']
582
+ VTextarea: typeof import('vuetify/components')['VTextarea']
583
583
  VTextField: typeof import('vuetify/components')['VTextField']
584
- VTooltip: typeof import('vuetify/components')['VTooltip']
585
584
  VTimeline: typeof import('vuetify/components')['VTimeline']
586
585
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
587
586
  VToolbar: typeof import('vuetify/components')['VToolbar']
@@ -589,21 +588,22 @@ interface _GlobalComponents {
589
588
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
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
+ VForm: typeof import('vuetify/components')['VForm']
596
+ VHover: typeof import('vuetify/components')['VHover']
595
597
  VContainer: typeof import('vuetify/components')['VContainer']
596
598
  VCol: typeof import('vuetify/components')['VCol']
597
599
  VRow: typeof import('vuetify/components')['VRow']
598
600
  VSpacer: typeof import('vuetify/components')['VSpacer']
599
- VForm: typeof import('vuetify/components')['VForm']
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,27 +628,27 @@ 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']
634
636
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
635
637
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
636
638
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
637
- VPicker: typeof import('vuetify/labs/components')['VPicker']
638
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
639
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
640
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
641
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
642
639
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
643
640
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
644
641
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
645
642
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
643
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
644
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
645
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
646
646
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
647
647
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
648
648
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
649
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
650
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
651
649
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
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.6.13-3.7.0-beta.0.0-pr-20092.a834b18",
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"