@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.a834b18

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 +107 -99
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +134 -134
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +212 -193
  6. package/dist/vuetify-labs.css +2485 -2485
  7. package/dist/vuetify-labs.d.ts +190 -106
  8. package/dist/vuetify-labs.esm.js +36 -13
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +36 -13
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1495 -1495
  13. package/dist/vuetify.d.ts +237 -153
  14. package/dist/vuetify.esm.js +36 -13
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +36 -13
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +45 -44
  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/VList/VListItem.mjs +1 -1
  25. package/lib/components/VList/VListItem.mjs.map +1 -1
  26. package/lib/components/VMenu/VMenu.mjs +19 -3
  27. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  28. package/lib/components/VMenu/index.d.mts +27 -12
  29. package/lib/components/VOverlay/VOverlay.mjs +5 -4
  30. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  31. package/lib/components/VOverlay/locationStrategies.mjs +6 -0
  32. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  33. package/lib/components/VOverlay/useActivator.mjs +3 -2
  34. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  35. package/lib/components/VSelect/index.d.mts +42 -24
  36. package/lib/components/VSnackbar/index.d.mts +3 -3
  37. package/lib/components/VSpeedDial/index.d.mts +28 -13
  38. package/lib/components/VTooltip/index.d.mts +3 -3
  39. package/lib/components/index.d.mts +190 -106
  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-dev.2024-07-25";
19
+ export const version = "3.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
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.a834b18";
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,yCAAsB;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
@@ -474,29 +474,32 @@ interface _GlobalComponents {
474
474
  VAvatar: typeof import('vuetify/components')['VAvatar']
475
475
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
476
476
  VBadge: typeof import('vuetify/components')['VBadge']
477
- VBanner: typeof import('vuetify/components')['VBanner']
478
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
479
- VBannerText: typeof import('vuetify/components')['VBannerText']
480
477
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
481
478
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
482
479
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
483
- VBtn: typeof import('vuetify/components')['VBtn']
480
+ VBanner: typeof import('vuetify/components')['VBanner']
481
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
482
+ VBannerText: typeof import('vuetify/components')['VBannerText']
484
483
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
485
- VCarousel: typeof import('vuetify/components')['VCarousel']
486
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
487
484
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
488
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
485
+ VBtn: typeof import('vuetify/components')['VBtn']
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']
492
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
493
+ VCarousel: typeof import('vuetify/components')['VCarousel']
494
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
495
495
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
496
- VChip: typeof import('vuetify/components')['VChip']
497
496
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
498
497
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
499
498
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
499
+ VCode: typeof import('vuetify/components')['VCode']
500
+ VChip: typeof import('vuetify/components')['VChip']
501
+ VCombobox: typeof import('vuetify/components')['VCombobox']
502
+ VCounter: typeof import('vuetify/components')['VCounter']
500
503
  VDataTable: typeof import('vuetify/components')['VDataTable']
501
504
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
502
505
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -504,38 +507,36 @@ interface _GlobalComponents {
504
507
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
505
508
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
506
509
  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']
510
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
511
511
  VDivider: typeof import('vuetify/components')['VDivider']
512
+ VDialog: typeof import('vuetify/components')['VDialog']
512
513
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
513
514
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
514
515
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
515
516
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
516
517
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
517
518
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
518
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
519
519
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
520
520
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
521
521
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
522
522
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
523
+ VFab: typeof import('vuetify/components')['VFab']
523
524
  VField: typeof import('vuetify/components')['VField']
524
525
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
525
- VFileInput: typeof import('vuetify/components')['VFileInput']
526
- VFab: typeof import('vuetify/components')['VFab']
527
526
  VFooter: typeof import('vuetify/components')['VFooter']
528
- VIcon: typeof import('vuetify/components')['VIcon']
529
- VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
530
- VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
531
- VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
532
- VClassIcon: typeof import('vuetify/components')['VClassIcon']
533
527
  VImg: typeof import('vuetify/components')['VImg']
528
+ VFileInput: typeof import('vuetify/components')['VFileInput']
534
529
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
535
530
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
536
531
  VItem: typeof import('vuetify/components')['VItem']
537
- VInput: typeof import('vuetify/components')['VInput']
538
532
  VKbd: typeof import('vuetify/components')['VKbd']
533
+ VInput: typeof import('vuetify/components')['VInput']
534
+ VIcon: typeof import('vuetify/components')['VIcon']
535
+ VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
536
+ VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
537
+ VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
538
+ VClassIcon: typeof import('vuetify/components')['VClassIcon']
539
+ VLabel: typeof import('vuetify/components')['VLabel']
539
540
  VList: typeof import('vuetify/components')['VList']
540
541
  VListGroup: typeof import('vuetify/components')['VListGroup']
541
542
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -545,63 +546,62 @@ interface _GlobalComponents {
545
546
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
546
547
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
547
548
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
548
- VLabel: typeof import('vuetify/components')['VLabel']
549
549
  VMain: typeof import('vuetify/components')['VMain']
550
- VMenu: typeof import('vuetify/components')['VMenu']
551
550
  VMessages: typeof import('vuetify/components')['VMessages']
551
+ VMenu: typeof import('vuetify/components')['VMenu']
552
552
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
553
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
553
554
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
554
- VPagination: typeof import('vuetify/components')['VPagination']
555
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
556
555
  VOverlay: typeof import('vuetify/components')['VOverlay']
557
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
556
+ VPagination: typeof import('vuetify/components')['VPagination']
558
557
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
559
558
  VRating: typeof import('vuetify/components')['VRating']
559
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
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']
565
564
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
566
565
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
566
+ VSlider: typeof import('vuetify/components')['VSlider']
567
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
567
568
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
568
569
  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
570
  VStepper: typeof import('vuetify/components')['VStepper']
575
571
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
576
572
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
577
573
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
578
574
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
579
575
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
576
+ VTab: typeof import('vuetify/components')['VTab']
577
+ VTabs: typeof import('vuetify/components')['VTabs']
578
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
579
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
580
580
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
581
+ VTextarea: typeof import('vuetify/components')['VTextarea']
581
582
  VTable: typeof import('vuetify/components')['VTable']
583
+ VTextField: typeof import('vuetify/components')['VTextField']
584
+ VTooltip: typeof import('vuetify/components')['VTooltip']
582
585
  VTimeline: typeof import('vuetify/components')['VTimeline']
583
586
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
584
- VTextField: typeof import('vuetify/components')['VTextField']
585
- VTextarea: typeof import('vuetify/components')['VTextarea']
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']
595
- VForm: typeof import('vuetify/components')['VForm']
596
595
  VContainer: typeof import('vuetify/components')['VContainer']
597
596
  VCol: typeof import('vuetify/components')['VCol']
598
597
  VRow: typeof import('vuetify/components')['VRow']
599
598
  VSpacer: typeof import('vuetify/components')['VSpacer']
599
+ VForm: typeof import('vuetify/components')['VForm']
600
600
  VHover: typeof import('vuetify/components')['VHover']
601
601
  VLayout: typeof import('vuetify/components')['VLayout']
602
602
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
603
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
604
603
  VLazy: typeof import('vuetify/components')['VLazy']
604
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
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']
@@ -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
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
632
- VPicker: typeof import('vuetify/labs/components')['VPicker']
633
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
634
631
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
635
632
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
636
633
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
637
634
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
638
635
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
639
636
  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']
637
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
638
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
643
639
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
644
640
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
645
641
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
642
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
646
643
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
647
644
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
648
645
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
649
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
650
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
646
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
647
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
648
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
651
649
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
650
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
651
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
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.a834b18",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"