@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20

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 (123) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +3574 -3574
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +6436 -6436
  6. package/dist/vuetify-labs.cjs +3 -3
  7. package/dist/vuetify-labs.css +4390 -4390
  8. package/dist/vuetify-labs.d.ts +13177 -13474
  9. package/dist/vuetify-labs.esm.js +3 -3
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +3 -3
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +3 -3
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3862 -3862
  16. package/dist/vuetify.d.ts +9272 -9569
  17. package/dist/vuetify.esm.js +3 -3
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +3 -3
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +3 -3
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +12 -12
  25. package/lib/components/VAppBar/VAppBar.d.ts +6 -6
  26. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
  28. package/lib/components/VAvatar/VAvatar.d.ts +6 -6
  29. package/lib/components/VBadge/VBadge.d.ts +3 -3
  30. package/lib/components/VBanner/VBanner.d.ts +6 -6
  31. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  32. package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
  33. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
  34. package/lib/components/VBtn/VBtn.d.ts +6 -6
  35. package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
  36. package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
  37. package/lib/components/VCard/VCard.d.ts +6 -6
  38. package/lib/components/VCarousel/VCarousel.d.ts +2 -2
  39. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  40. package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
  41. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  42. package/lib/components/VChip/VChip.d.ts +6 -6
  43. package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
  44. package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
  45. package/lib/components/VCombobox/VCombobox.d.ts +179 -207
  46. package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
  47. package/lib/components/VDataTable/VDataTable.d.ts +96 -96
  48. package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
  49. package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
  50. package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
  51. package/lib/components/VDataTable/composables/headers.d.ts +10 -10
  52. package/lib/components/VDataTable/types.d.ts +6 -3
  53. package/lib/components/VDataTable/types.js.map +1 -1
  54. package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
  55. package/lib/components/VDialog/VDialog.d.ts +87 -143
  56. package/lib/components/VFab/VFab.d.ts +35 -35
  57. package/lib/components/VField/VField.d.ts +8 -8
  58. package/lib/components/VFileInput/VFileInput.d.ts +54 -54
  59. package/lib/components/VInput/VInput.d.ts +2 -2
  60. package/lib/components/VList/VList.d.ts +23 -23
  61. package/lib/components/VList/VListChildren.d.ts +2 -2
  62. package/lib/components/VList/VListItem.d.ts +6 -6
  63. package/lib/components/VMenu/VMenu.d.ts +106 -178
  64. package/lib/components/VMessages/VMessages.d.ts +16 -16
  65. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
  66. package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
  67. package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
  68. package/lib/components/VOverlay/VOverlay.d.ts +22 -42
  69. package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
  70. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  71. package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
  72. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  73. package/lib/components/VPagination/VPagination.d.ts +26 -26
  74. package/lib/components/VRadio/VRadio.d.ts +6 -6
  75. package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
  76. package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
  77. package/lib/components/VSelect/VSelect.d.ts +207 -251
  78. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  79. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  80. package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
  81. package/lib/components/VSlider/VSlider.d.ts +18 -18
  82. package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
  83. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
  84. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  85. package/lib/components/VSparkline/VBarline.d.ts +6 -6
  86. package/lib/components/VSparkline/VSparkline.d.ts +6 -6
  87. package/lib/components/VSparkline/VTrendline.d.ts +6 -6
  88. package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
  89. package/lib/components/VStepper/VStepper.d.ts +9 -9
  90. package/lib/components/VSwitch/VSwitch.d.ts +20 -20
  91. package/lib/components/VTabs/VTab.d.ts +56 -56
  92. package/lib/components/VTabs/VTabs.d.ts +8 -8
  93. package/lib/components/VTextField/VTextField.d.ts +72 -72
  94. package/lib/components/VTextarea/VTextarea.d.ts +54 -54
  95. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  96. package/lib/components/VToolbar/VToolbar.d.ts +6 -6
  97. package/lib/components/VTooltip/VTooltip.d.ts +109 -181
  98. package/lib/components/VWindow/VWindow.d.ts +2 -2
  99. package/lib/composables/index.d.ts +0 -9
  100. package/lib/composables/index.js.map +1 -1
  101. package/lib/composables/nested/activeStrategies.d.ts +7 -6
  102. package/lib/composables/nested/activeStrategies.js.map +1 -1
  103. package/lib/composables/nested/openStrategies.d.ts +5 -4
  104. package/lib/composables/nested/openStrategies.js.map +1 -1
  105. package/lib/composables/nested/selectStrategies.d.ts +7 -6
  106. package/lib/composables/nested/selectStrategies.js.map +1 -1
  107. package/lib/entry-bundler.js +1 -1
  108. package/lib/framework.d.ts +2135 -58
  109. package/lib/framework.js +3 -1
  110. package/lib/framework.js.map +1 -1
  111. package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
  112. package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
  113. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  114. package/lib/labs/VPicker/VPicker.d.ts +6 -6
  115. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
  116. package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
  117. package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
  118. package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
  119. package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
  120. package/lib/types.d.ts +19 -0
  121. package/lib/types.js +2 -0
  122. package/lib/types.js.map +1 -0
  123. package/package.json +1 -1
package/lib/framework.js CHANGED
@@ -8,7 +8,9 @@ import { createLocale, LocaleSymbol } from "./composables/locale.js";
8
8
  import { createTheme, ThemeSymbol } from "./composables/theme.js"; // Utilities
9
9
  import { effectScope, nextTick, reactive } from 'vue';
10
10
  import { defineComponent, IN_BROWSER, mergeDeep } from "./util/index.js"; // Types
11
+ // Exports
11
12
  export * from "./composables/index.js";
13
+ export * from "./types.js";
12
14
  export function createVuetify() {
13
15
  let vuetify = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
16
  const {
@@ -107,7 +109,7 @@ export function createVuetify() {
107
109
  };
108
110
  });
109
111
  }
110
- export const version = "3.7.18-dev.2025-03-19";
112
+ export const version = "3.7.18-dev.2025-03-20";
111
113
  createVuetify.version = version;
112
114
 
113
115
  // Vue's inject() can only be used in setup
@@ -1 +1 @@
1
- {"version":3,"file":"framework.js","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","effectScope","nextTick","reactive","defineComponent","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","scope","run","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","appScope","onUnmount","stop","provide","instance","$nuxt","hook","update","mount","vm","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","unmount","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 { effectScope, nextTick, reactive } from 'vue'\nimport { defineComponent, 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 scope = effectScope()\n return scope.run(() => {\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 function 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 const appScope = effectScope()\n appScope.run(() => {\n theme.install(app)\n })\n app.onUnmount(() => appScope.stop())\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 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 function unmount () {\n scope.stop()\n }\n\n return {\n install,\n unmount,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\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.js","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","effectScope","nextTick","reactive","defineComponent","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","scope","run","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","appScope","onUnmount","stop","provide","instance","$nuxt","hook","update","mount","vm","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","unmount","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 { effectScope, nextTick, reactive } from 'vue'\nimport { defineComponent, 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'\n\n// Exports\nexport * from './composables'\nexport * from './types'\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 scope = effectScope()\n return scope.run(() => {\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 function 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 const appScope = effectScope()\n appScope.run(() => {\n theme.install(app)\n })\n app.onUnmount(() => appScope.stop())\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 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 function unmount () {\n scope.stop()\n }\n\n return {\n install,\n unmount,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\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":[]}
@@ -37,11 +37,11 @@ export declare const makeVDateInputProps: <Defaults extends {
37
37
  landscape?: unknown;
38
38
  elevation?: unknown;
39
39
  modelValue?: unknown;
40
- controlHeight?: unknown;
41
- divided?: unknown;
42
- headerColor?: unknown;
43
40
  tile?: unknown;
41
+ divided?: unknown;
44
42
  bgColor?: unknown;
43
+ controlHeight?: unknown;
44
+ headerColor?: unknown;
45
45
  nextIcon?: unknown;
46
46
  prevIcon?: unknown;
47
47
  reverseTransition?: unknown;
@@ -264,26 +264,26 @@ export declare const makeVDateInputProps: <Defaults extends {
264
264
  type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
265
265
  default: unknown extends Defaults["modelValue"] ? any : any;
266
266
  };
267
- controlHeight: unknown extends Defaults["controlHeight"] ? (StringConstructor | NumberConstructor)[] : {
268
- type: PropType<unknown extends Defaults["controlHeight"] ? string | number : string | number | Defaults["controlHeight"]>;
269
- default: unknown extends Defaults["controlHeight"] ? string | number : NonNullable<string | number> | Defaults["controlHeight"];
267
+ tile: unknown extends Defaults["tile"] ? BooleanConstructor : {
268
+ type: PropType<unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"]>;
269
+ default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
270
270
  };
271
271
  divided: unknown extends Defaults["divided"] ? BooleanConstructor : {
272
272
  type: PropType<unknown extends Defaults["divided"] ? boolean : boolean | Defaults["divided"]>;
273
273
  default: unknown extends Defaults["divided"] ? boolean : boolean | Defaults["divided"];
274
274
  };
275
- headerColor: unknown extends Defaults["headerColor"] ? StringConstructor : {
276
- type: PropType<unknown extends Defaults["headerColor"] ? string : string | Defaults["headerColor"]>;
277
- default: unknown extends Defaults["headerColor"] ? string : string | Defaults["headerColor"];
278
- };
279
- tile: unknown extends Defaults["tile"] ? BooleanConstructor : {
280
- type: PropType<unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"]>;
281
- default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"];
282
- };
283
275
  bgColor: unknown extends Defaults["bgColor"] ? StringConstructor : {
284
276
  type: PropType<unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"]>;
285
277
  default: unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"];
286
278
  };
279
+ controlHeight: unknown extends Defaults["controlHeight"] ? (StringConstructor | NumberConstructor)[] : {
280
+ type: PropType<unknown extends Defaults["controlHeight"] ? string | number : string | number | Defaults["controlHeight"]>;
281
+ default: unknown extends Defaults["controlHeight"] ? string | number : NonNullable<string | number> | Defaults["controlHeight"];
282
+ };
283
+ headerColor: unknown extends Defaults["headerColor"] ? StringConstructor : {
284
+ type: PropType<unknown extends Defaults["headerColor"] ? string : string | Defaults["headerColor"]>;
285
+ default: unknown extends Defaults["headerColor"] ? string : string | Defaults["headerColor"];
286
+ };
287
287
  nextIcon: unknown extends Defaults["nextIcon"] ? {
288
288
  type: PropType<import("../../composables/icons.js").IconValue>;
289
289
  default: string;
@@ -509,16 +509,16 @@ export declare const makeVDateInputProps: <Defaults extends {
509
509
  default: unknown extends Defaults["singleLine"] ? boolean : boolean | Defaults["singleLine"];
510
510
  };
511
511
  variant: unknown extends Defaults["variant"] ? {
512
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
512
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
513
513
  default: string;
514
514
  validator: (v: any) => boolean;
515
515
  } : Omit<{
516
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
516
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
517
517
  default: string;
518
518
  validator: (v: any) => boolean;
519
519
  }, "type" | "default"> & {
520
- type: PropType<unknown extends Defaults["variant"] ? "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled" : "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled" | Defaults["variant"]>;
521
- default: unknown extends Defaults["variant"] ? "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled" : NonNullable<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled"> | Defaults["variant"];
520
+ type: PropType<unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | Defaults["variant"]>;
521
+ default: unknown extends Defaults["variant"] ? "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" : NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"> | Defaults["variant"];
522
522
  };
523
523
  'onClick:clear': unknown extends Defaults["onClick:clear"] ? PropType<(args_0: MouseEvent) => void> : {
524
524
  type: PropType<unknown extends Defaults["onClick:clear"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:clear"]>;
@@ -575,14 +575,14 @@ export declare const makeVDateInputProps: <Defaults extends {
575
575
  default: unknown extends Defaults["readonly"] ? boolean | null : NonNullable<boolean | null> | Defaults["readonly"];
576
576
  };
577
577
  rules: unknown extends Defaults["rules"] ? {
578
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
578
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
579
579
  default: () => never[];
580
580
  } : Omit<{
581
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
581
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
582
582
  default: () => never[];
583
583
  }, "type" | "default"> & {
584
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"]>;
585
- default: unknown extends Defaults["rules"] ? readonly import("../../composables/validation.js").ValidationRule[] : readonly import("../../composables/validation.js").ValidationRule[] | Defaults["rules"];
584
+ type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
585
+ default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
586
586
  };
587
587
  validateOn: unknown extends Defaults["validateOn"] ? PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> : {
588
588
  type: PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
@@ -763,7 +763,7 @@ export declare const VDateInput: {
763
763
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
764
764
  flat: boolean;
765
765
  reverse: boolean;
766
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
766
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
767
767
  type: string;
768
768
  error: boolean;
769
769
  location: import("../../util/index.js").Anchor;
@@ -783,10 +783,10 @@ export declare const VDateInput: {
783
783
  focused: boolean;
784
784
  errorMessages: string | readonly string[] | null;
785
785
  maxErrors: string | number;
786
- rules: readonly import("../../composables/validation.js").ValidationRule[];
787
- divided: boolean;
788
- tile: boolean;
786
+ rules: readonly import("../../types.js").ValidationRule[];
789
787
  density: import("../../composables/density.js").Density;
788
+ tile: boolean;
789
+ divided: boolean;
790
790
  prependIcon: import("../../composables/icons.js").IconValue;
791
791
  clearIcon: import("../../composables/icons.js").IconValue;
792
792
  hideSpinButtons: boolean;
@@ -842,11 +842,11 @@ export declare const VDateInput: {
842
842
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
843
843
  validationValue?: any;
844
844
  rounded?: string | number | boolean | undefined;
845
- controlHeight?: string | number | undefined;
846
- headerColor?: string | undefined;
847
845
  baseColor?: string | undefined;
848
846
  bgColor?: string | undefined;
849
847
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
848
+ controlHeight?: string | number | undefined;
849
+ headerColor?: string | undefined;
850
850
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
851
851
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
852
852
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -926,7 +926,7 @@ export declare const VDateInput: {
926
926
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
927
927
  flat: boolean;
928
928
  reverse: boolean;
929
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
929
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
930
930
  type: string;
931
931
  error: boolean;
932
932
  location: import("../../util/index.js").Anchor;
@@ -946,11 +946,11 @@ export declare const VDateInput: {
946
946
  focused: boolean;
947
947
  errorMessages: string | readonly string[] | null;
948
948
  maxErrors: string | number;
949
- rules: readonly import("../../composables/validation.js").ValidationRule[];
949
+ rules: readonly import("../../types.js").ValidationRule[];
950
+ density: import("../../composables/density.js").Density;
950
951
  rounded: string | number | boolean;
951
- divided: boolean;
952
952
  tile: boolean;
953
- density: import("../../composables/density.js").Density;
953
+ divided: boolean;
954
954
  prependIcon: import("../../composables/icons.js").IconValue;
955
955
  clearIcon: import("../../composables/icons.js").IconValue;
956
956
  centerAffix: boolean;
@@ -1004,7 +1004,7 @@ export declare const VDateInput: {
1004
1004
  }, {
1005
1005
  flat: boolean;
1006
1006
  reverse: boolean;
1007
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1007
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1008
1008
  type: string;
1009
1009
  error: boolean;
1010
1010
  location: import("../../util/index.js").Anchor;
@@ -1024,10 +1024,10 @@ export declare const VDateInput: {
1024
1024
  focused: boolean;
1025
1025
  errorMessages: string | readonly string[] | null;
1026
1026
  maxErrors: string | number;
1027
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1028
- divided: boolean;
1029
- tile: boolean;
1027
+ rules: readonly import("../../types.js").ValidationRule[];
1030
1028
  density: import("../../composables/density.js").Density;
1029
+ tile: boolean;
1030
+ divided: boolean;
1031
1031
  prependIcon: import("../../composables/icons.js").IconValue;
1032
1032
  clearIcon: import("../../composables/icons.js").IconValue;
1033
1033
  hideSpinButtons: boolean;
@@ -1083,11 +1083,11 @@ export declare const VDateInput: {
1083
1083
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1084
1084
  validationValue?: any;
1085
1085
  rounded?: string | number | boolean | undefined;
1086
- controlHeight?: string | number | undefined;
1087
- headerColor?: string | undefined;
1088
1086
  baseColor?: string | undefined;
1089
1087
  bgColor?: string | undefined;
1090
1088
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1089
+ controlHeight?: string | number | undefined;
1090
+ headerColor?: string | undefined;
1091
1091
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1092
1092
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1093
1093
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1165,7 +1165,7 @@ export declare const VDateInput: {
1165
1165
  }, any, {}, {}, {}, {
1166
1166
  flat: boolean;
1167
1167
  reverse: boolean;
1168
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1168
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1169
1169
  type: string;
1170
1170
  error: boolean;
1171
1171
  location: import("../../util/index.js").Anchor;
@@ -1185,11 +1185,11 @@ export declare const VDateInput: {
1185
1185
  focused: boolean;
1186
1186
  errorMessages: string | readonly string[] | null;
1187
1187
  maxErrors: string | number;
1188
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1188
+ rules: readonly import("../../types.js").ValidationRule[];
1189
+ density: import("../../composables/density.js").Density;
1189
1190
  rounded: string | number | boolean;
1190
- divided: boolean;
1191
1191
  tile: boolean;
1192
- density: import("../../composables/density.js").Density;
1192
+ divided: boolean;
1193
1193
  prependIcon: import("../../composables/icons.js").IconValue;
1194
1194
  clearIcon: import("../../composables/icons.js").IconValue;
1195
1195
  centerAffix: boolean;
@@ -1222,7 +1222,7 @@ export declare const VDateInput: {
1222
1222
  } & import("vue").ComponentOptionsBase<{
1223
1223
  flat: boolean;
1224
1224
  reverse: boolean;
1225
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1225
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1226
1226
  type: string;
1227
1227
  error: boolean;
1228
1228
  location: import("../../util/index.js").Anchor;
@@ -1242,10 +1242,10 @@ export declare const VDateInput: {
1242
1242
  focused: boolean;
1243
1243
  errorMessages: string | readonly string[] | null;
1244
1244
  maxErrors: string | number;
1245
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1246
- divided: boolean;
1247
- tile: boolean;
1245
+ rules: readonly import("../../types.js").ValidationRule[];
1248
1246
  density: import("../../composables/density.js").Density;
1247
+ tile: boolean;
1248
+ divided: boolean;
1249
1249
  prependIcon: import("../../composables/icons.js").IconValue;
1250
1250
  clearIcon: import("../../composables/icons.js").IconValue;
1251
1251
  hideSpinButtons: boolean;
@@ -1301,11 +1301,11 @@ export declare const VDateInput: {
1301
1301
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1302
1302
  validationValue?: any;
1303
1303
  rounded?: string | number | boolean | undefined;
1304
- controlHeight?: string | number | undefined;
1305
- headerColor?: string | undefined;
1306
1304
  baseColor?: string | undefined;
1307
1305
  bgColor?: string | undefined;
1308
1306
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1307
+ controlHeight?: string | number | undefined;
1308
+ headerColor?: string | undefined;
1309
1309
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1310
1310
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1311
1311
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1385,7 +1385,7 @@ export declare const VDateInput: {
1385
1385
  }, string, {
1386
1386
  flat: boolean;
1387
1387
  reverse: boolean;
1388
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1388
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1389
1389
  type: string;
1390
1390
  error: boolean;
1391
1391
  location: import("../../util/index.js").Anchor;
@@ -1405,11 +1405,11 @@ export declare const VDateInput: {
1405
1405
  focused: boolean;
1406
1406
  errorMessages: string | readonly string[] | null;
1407
1407
  maxErrors: string | number;
1408
- rules: readonly import("../../composables/validation.js").ValidationRule[];
1408
+ rules: readonly import("../../types.js").ValidationRule[];
1409
+ density: import("../../composables/density.js").Density;
1409
1410
  rounded: string | number | boolean;
1410
- divided: boolean;
1411
1411
  tile: boolean;
1412
- density: import("../../composables/density.js").Density;
1412
+ divided: boolean;
1413
1413
  prependIcon: import("../../composables/icons.js").IconValue;
1414
1414
  clearIcon: import("../../composables/icons.js").IconValue;
1415
1415
  centerAffix: boolean;
@@ -1504,11 +1504,11 @@ export declare const VDateInput: {
1504
1504
  validator(v: any): boolean;
1505
1505
  };
1506
1506
  modelValue: null;
1507
- controlHeight: (StringConstructor | NumberConstructor)[];
1508
- divided: BooleanConstructor;
1509
- headerColor: StringConstructor;
1510
1507
  tile: BooleanConstructor;
1508
+ divided: BooleanConstructor;
1511
1509
  bgColor: StringConstructor;
1510
+ controlHeight: (StringConstructor | NumberConstructor)[];
1511
+ headerColor: StringConstructor;
1512
1512
  nextIcon: {
1513
1513
  type: PropType<import("../../composables/icons.js").IconValue>;
1514
1514
  default: string;
@@ -1593,7 +1593,7 @@ export declare const VDateInput: {
1593
1593
  reverse: BooleanConstructor;
1594
1594
  singleLine: BooleanConstructor;
1595
1595
  variant: {
1596
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1596
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1597
1597
  default: string;
1598
1598
  validator: (v: any) => boolean;
1599
1599
  };
@@ -1616,7 +1616,7 @@ export declare const VDateInput: {
1616
1616
  default: null;
1617
1617
  };
1618
1618
  rules: {
1619
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1619
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
1620
1620
  default: () => never[];
1621
1621
  };
1622
1622
  validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
@@ -1728,11 +1728,11 @@ export declare const VDateInput: {
1728
1728
  validator(v: any): boolean;
1729
1729
  };
1730
1730
  modelValue: null;
1731
- controlHeight: (StringConstructor | NumberConstructor)[];
1732
- divided: BooleanConstructor;
1733
- headerColor: StringConstructor;
1734
1731
  tile: BooleanConstructor;
1732
+ divided: BooleanConstructor;
1735
1733
  bgColor: StringConstructor;
1734
+ controlHeight: (StringConstructor | NumberConstructor)[];
1735
+ headerColor: StringConstructor;
1736
1736
  nextIcon: {
1737
1737
  type: PropType<import("../../composables/icons.js").IconValue>;
1738
1738
  default: string;
@@ -1817,7 +1817,7 @@ export declare const VDateInput: {
1817
1817
  reverse: BooleanConstructor;
1818
1818
  singleLine: BooleanConstructor;
1819
1819
  variant: {
1820
- type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1820
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
1821
1821
  default: string;
1822
1822
  validator: (v: any) => boolean;
1823
1823
  };
@@ -1840,7 +1840,7 @@ export declare const VDateInput: {
1840
1840
  default: null;
1841
1841
  };
1842
1842
  rules: {
1843
- type: PropType<readonly import("../../composables/validation.js").ValidationRule[]>;
1843
+ type: PropType<readonly import("../../types.js").ValidationRule[]>;
1844
1844
  default: () => never[];
1845
1845
  };
1846
1846
  validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
@@ -295,8 +295,8 @@ export declare const VFileUpload: {
295
295
  tag: string | import("../../util/index.js").JSXComponent;
296
296
  icon: IconValue;
297
297
  modelValue: File | File[];
298
- tile: boolean;
299
298
  density: import("../../composables/density.js").Density;
299
+ tile: boolean;
300
300
  scrim: string | boolean;
301
301
  clearable: boolean;
302
302
  showSize: boolean;
@@ -320,10 +320,10 @@ export declare const VFileUpload: {
320
320
  theme?: string | undefined;
321
321
  elevation?: string | number | undefined;
322
322
  rounded?: string | number | boolean | undefined;
323
- subtitle?: string | undefined;
324
- thickness?: string | number | undefined;
325
323
  closeDelay?: string | number | undefined;
326
324
  openDelay?: string | number | undefined;
325
+ subtitle?: string | undefined;
326
+ thickness?: string | number | undefined;
327
327
  } & {
328
328
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
329
329
  browse?: ((arg: {
@@ -397,9 +397,9 @@ export declare const VFileUpload: {
397
397
  tag: string | import("../../util/index.js").JSXComponent;
398
398
  icon: IconValue;
399
399
  modelValue: File | File[];
400
+ density: import("../../composables/density.js").Density;
400
401
  rounded: string | number | boolean;
401
402
  tile: boolean;
402
- density: import("../../composables/density.js").Density;
403
403
  scrim: string | boolean;
404
404
  clearable: boolean;
405
405
  showSize: boolean;
@@ -441,8 +441,8 @@ export declare const VFileUpload: {
441
441
  tag: string | import("../../util/index.js").JSXComponent;
442
442
  icon: IconValue;
443
443
  modelValue: File | File[];
444
- tile: boolean;
445
444
  density: import("../../composables/density.js").Density;
445
+ tile: boolean;
446
446
  scrim: string | boolean;
447
447
  clearable: boolean;
448
448
  showSize: boolean;
@@ -466,10 +466,10 @@ export declare const VFileUpload: {
466
466
  theme?: string | undefined;
467
467
  elevation?: string | number | undefined;
468
468
  rounded?: string | number | boolean | undefined;
469
- subtitle?: string | undefined;
470
- thickness?: string | number | undefined;
471
469
  closeDelay?: string | number | undefined;
472
470
  openDelay?: string | number | undefined;
471
+ subtitle?: string | undefined;
472
+ thickness?: string | number | undefined;
473
473
  } & {
474
474
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
475
475
  browse?: ((arg: {
@@ -541,9 +541,9 @@ export declare const VFileUpload: {
541
541
  tag: string | import("../../util/index.js").JSXComponent;
542
542
  icon: IconValue;
543
543
  modelValue: File | File[];
544
+ density: import("../../composables/density.js").Density;
544
545
  rounded: string | number | boolean;
545
546
  tile: boolean;
546
- density: import("../../composables/density.js").Density;
547
547
  scrim: string | boolean;
548
548
  clearable: boolean;
549
549
  showSize: boolean;
@@ -563,8 +563,8 @@ export declare const VFileUpload: {
563
563
  tag: string | import("../../util/index.js").JSXComponent;
564
564
  icon: IconValue;
565
565
  modelValue: File | File[];
566
- tile: boolean;
567
566
  density: import("../../composables/density.js").Density;
567
+ tile: boolean;
568
568
  scrim: string | boolean;
569
569
  clearable: boolean;
570
570
  showSize: boolean;
@@ -588,10 +588,10 @@ export declare const VFileUpload: {
588
588
  theme?: string | undefined;
589
589
  elevation?: string | number | undefined;
590
590
  rounded?: string | number | boolean | undefined;
591
- subtitle?: string | undefined;
592
- thickness?: string | number | undefined;
593
591
  closeDelay?: string | number | undefined;
594
592
  openDelay?: string | number | undefined;
593
+ subtitle?: string | undefined;
594
+ thickness?: string | number | undefined;
595
595
  } & {
596
596
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
597
597
  browse?: ((arg: {
@@ -665,9 +665,9 @@ export declare const VFileUpload: {
665
665
  tag: string | import("../../util/index.js").JSXComponent;
666
666
  icon: IconValue;
667
667
  modelValue: File | File[];
668
+ density: import("../../composables/density.js").Density;
668
669
  rounded: string | number | boolean;
669
670
  tile: boolean;
670
- density: import("../../composables/density.js").Density;
671
671
  scrim: string | boolean;
672
672
  clearable: boolean;
673
673
  showSize: boolean;
@@ -356,9 +356,9 @@ export declare const VFileUploadItem: {
356
356
  disabled: boolean;
357
357
  tag: string | import("../../util/index.js").JSXComponent;
358
358
  lines: false | "one" | "two" | "three";
359
+ density: import("../../composables/density.js").Density;
359
360
  rounded: string | number | boolean;
360
361
  tile: boolean;
361
- density: import("../../composables/density.js").Density;
362
362
  slim: boolean;
363
363
  ripple: boolean | {
364
364
  class: string;
@@ -449,9 +449,9 @@ export declare const VFileUploadItem: {
449
449
  disabled: boolean;
450
450
  tag: string | import("../../util/index.js").JSXComponent;
451
451
  lines: false | "one" | "two" | "three";
452
+ density: import("../../composables/density.js").Density;
452
453
  rounded: string | number | boolean;
453
454
  tile: boolean;
454
- density: import("../../composables/density.js").Density;
455
455
  slim: boolean;
456
456
  ripple: boolean | {
457
457
  class: string;
@@ -489,9 +489,9 @@ export declare const VFileUploadItem: {
489
489
  disabled: boolean;
490
490
  tag: string | import("../../util/index.js").JSXComponent;
491
491
  lines: false | "one" | "two" | "three";
492
+ density: import("../../composables/density.js").Density;
492
493
  rounded: string | number | boolean;
493
494
  tile: boolean;
494
- density: import("../../composables/density.js").Density;
495
495
  slim: boolean;
496
496
  ripple: boolean | {
497
497
  class: string;
@@ -579,9 +579,9 @@ export declare const VFileUploadItem: {
579
579
  disabled: boolean;
580
580
  tag: string | import("../../util/index.js").JSXComponent;
581
581
  lines: false | "one" | "two" | "three";
582
+ density: import("../../composables/density.js").Density;
582
583
  rounded: string | number | boolean;
583
584
  tile: boolean;
584
- density: import("../../composables/density.js").Density;
585
585
  slim: boolean;
586
586
  ripple: boolean | {
587
587
  class: string;
@@ -605,9 +605,9 @@ export declare const VFileUploadItem: {
605
605
  disabled: boolean;
606
606
  tag: string | import("../../util/index.js").JSXComponent;
607
607
  lines: false | "one" | "two" | "three";
608
+ density: import("../../composables/density.js").Density;
608
609
  rounded: string | number | boolean;
609
610
  tile: boolean;
610
- density: import("../../composables/density.js").Density;
611
611
  slim: boolean;
612
612
  ripple: boolean | {
613
613
  class: string;
@@ -698,9 +698,9 @@ export declare const VFileUploadItem: {
698
698
  disabled: boolean;
699
699
  tag: string | import("../../util/index.js").JSXComponent;
700
700
  lines: false | "one" | "two" | "three";
701
+ density: import("../../composables/density.js").Density;
701
702
  rounded: string | number | boolean;
702
703
  tile: boolean;
703
- density: import("../../composables/density.js").Density;
704
704
  slim: boolean;
705
705
  ripple: boolean | {
706
706
  class: string;
@@ -152,8 +152,8 @@ export declare const VPicker: {
152
152
  style: import("vue").StyleValue;
153
153
  tag: string | import("../../util/index.js").JSXComponent;
154
154
  landscape: boolean;
155
- divided: boolean;
156
155
  tile: boolean;
156
+ divided: boolean;
157
157
  hideHeader: boolean;
158
158
  } & {
159
159
  location?: import("../../util/index.js").Anchor | null | undefined;
@@ -195,8 +195,8 @@ export declare const VPicker: {
195
195
  tag: string | import("../../util/index.js").JSXComponent;
196
196
  landscape: boolean;
197
197
  rounded: string | number | boolean;
198
- divided: boolean;
199
198
  tile: boolean;
199
+ divided: boolean;
200
200
  hideHeader: boolean;
201
201
  }, true, {}, import("vue").SlotsType<Partial<{
202
202
  header: () => import("vue").VNode[];
@@ -214,8 +214,8 @@ export declare const VPicker: {
214
214
  style: import("vue").StyleValue;
215
215
  tag: string | import("../../util/index.js").JSXComponent;
216
216
  landscape: boolean;
217
- divided: boolean;
218
217
  tile: boolean;
218
+ divided: boolean;
219
219
  hideHeader: boolean;
220
220
  } & {
221
221
  location?: import("../../util/index.js").Anchor | null | undefined;
@@ -257,8 +257,8 @@ export declare const VPicker: {
257
257
  tag: string | import("../../util/index.js").JSXComponent;
258
258
  landscape: boolean;
259
259
  rounded: string | number | boolean;
260
- divided: boolean;
261
260
  tile: boolean;
261
+ divided: boolean;
262
262
  hideHeader: boolean;
263
263
  }>;
264
264
  __isFragment?: never;
@@ -268,8 +268,8 @@ export declare const VPicker: {
268
268
  style: import("vue").StyleValue;
269
269
  tag: string | import("../../util/index.js").JSXComponent;
270
270
  landscape: boolean;
271
- divided: boolean;
272
271
  tile: boolean;
272
+ divided: boolean;
273
273
  hideHeader: boolean;
274
274
  } & {
275
275
  location?: import("../../util/index.js").Anchor | null | undefined;
@@ -311,8 +311,8 @@ export declare const VPicker: {
311
311
  tag: string | import("../../util/index.js").JSXComponent;
312
312
  landscape: boolean;
313
313
  rounded: string | number | boolean;
314
- divided: boolean;
315
314
  tile: boolean;
315
+ divided: boolean;
316
316
  hideHeader: boolean;
317
317
  }, {}, string, import("vue").SlotsType<Partial<{
318
318
  header: () => import("vue").VNode[];