vuetify 3.5.16 → 3.5.18

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 (197) hide show
  1. package/dist/json/attributes.json +226 -30
  2. package/dist/json/importMap-labs.json +12 -8
  3. package/dist/json/importMap.json +114 -114
  4. package/dist/json/tags.json +54 -0
  5. package/dist/json/web-types.json +607 -84
  6. package/dist/vuetify-labs.css +2293 -2267
  7. package/dist/vuetify-labs.d.ts +742 -64
  8. package/dist/vuetify-labs.esm.js +365 -132
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +364 -131
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2324 -2298
  13. package/dist/vuetify.d.ts +120 -55
  14. package/dist/vuetify.esm.js +177 -104
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +176 -103
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +183 -179
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAppBar/index.d.mts +1 -0
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VBanner/VBanner.css +1 -1
  25. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
  26. package/lib/components/VBtn/index.d.mts +1 -0
  27. package/lib/components/VBtnToggle/index.d.mts +1 -0
  28. package/lib/components/VCard/VCard.css +3 -3
  29. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  30. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  31. package/lib/components/VCarousel/index.d.mts +1 -0
  32. package/lib/components/VChip/VChip.css +1 -1
  33. package/lib/components/VChip/VChip.sass +1 -0
  34. package/lib/components/VChipGroup/index.d.mts +1 -0
  35. package/lib/components/VCombobox/VCombobox.mjs +8 -10
  36. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  37. package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
  38. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  39. package/lib/components/VDialog/VDialog.mjs +6 -2
  40. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  41. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
  42. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
  43. package/lib/components/VDialog/index.d.mts +4 -10
  44. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  45. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  46. package/lib/components/VFileInput/index.d.mts +17 -5
  47. package/lib/components/VInput/VInput.mjs +6 -1
  48. package/lib/components/VInput/VInput.mjs.map +1 -1
  49. package/lib/components/VInput/index.d.mts +6 -0
  50. package/lib/components/VList/VList.mjs +2 -1
  51. package/lib/components/VList/VList.mjs.map +1 -1
  52. package/lib/components/VList/VListItem.css +1 -1
  53. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -3
  54. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  55. package/lib/components/VNavigationDrawer/touch.mjs +16 -2
  56. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  57. package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
  58. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  59. package/lib/components/VProgressLinear/index.d.mts +21 -0
  60. package/lib/components/VRangeSlider/index.d.mts +6 -0
  61. package/lib/components/VSelect/VSelect.mjs +5 -1
  62. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  63. package/lib/components/VSlideGroup/index.d.mts +1 -0
  64. package/lib/components/VSlider/index.d.mts +6 -0
  65. package/lib/components/VSnackbar/VSnackbar.css +18 -4
  66. package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
  67. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  68. package/lib/components/VSnackbar/VSnackbar.sass +19 -3
  69. package/lib/components/VSwitch/VSwitch.css +14 -2
  70. package/lib/components/VSwitch/VSwitch.sass +8 -2
  71. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  72. package/lib/components/VTabs/index.d.mts +1 -0
  73. package/lib/components/VTextField/index.d.mts +15 -3
  74. package/lib/components/VTextarea/index.d.mts +15 -3
  75. package/lib/components/VWindow/index.d.mts +1 -0
  76. package/lib/components/index.d.mts +85 -21
  77. package/lib/composables/directiveComponent.mjs +4 -2
  78. package/lib/composables/directiveComponent.mjs.map +1 -1
  79. package/lib/composables/group.mjs +10 -1
  80. package/lib/composables/group.mjs.map +1 -1
  81. package/lib/entry-bundler.mjs +1 -1
  82. package/lib/framework.mjs +1 -1
  83. package/lib/index.d.mts +35 -34
  84. package/lib/labs/VCalendar/VCalendar.css +0 -1
  85. package/lib/labs/VCalendar/VCalendar.sass +0 -2
  86. package/lib/labs/VEmptyState/VEmptyState.css +3 -3
  87. package/lib/labs/VFab/VFab.css +1 -0
  88. package/lib/labs/VFab/VFab.mjs +3 -2
  89. package/lib/labs/VFab/VFab.mjs.map +1 -1
  90. package/lib/labs/VFab/VFab.sass +1 -0
  91. package/lib/labs/VFab/index.d.mts +10 -0
  92. package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
  93. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  94. package/lib/labs/VNumberInput/index.d.mts +56 -29
  95. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
  96. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
  97. package/lib/labs/VSnackbarQueue/index.d.mts +2693 -0
  98. package/lib/labs/VSnackbarQueue/index.mjs +2 -0
  99. package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
  100. package/lib/labs/VSpeedDial/VSpeedDial.mjs +1 -2
  101. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  102. package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
  103. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  104. package/lib/labs/VTimePicker/index.d.mts +6 -13
  105. package/lib/labs/components.d.mts +2893 -282
  106. package/lib/labs/components.mjs +1 -0
  107. package/lib/labs/components.mjs.map +1 -1
  108. package/lib/locale/af.mjs +1 -0
  109. package/lib/locale/af.mjs.map +1 -1
  110. package/lib/locale/ar.mjs +1 -0
  111. package/lib/locale/ar.mjs.map +1 -1
  112. package/lib/locale/az.mjs +1 -0
  113. package/lib/locale/az.mjs.map +1 -1
  114. package/lib/locale/bg.mjs +1 -0
  115. package/lib/locale/bg.mjs.map +1 -1
  116. package/lib/locale/ca.mjs +1 -0
  117. package/lib/locale/ca.mjs.map +1 -1
  118. package/lib/locale/ckb.mjs +1 -0
  119. package/lib/locale/ckb.mjs.map +1 -1
  120. package/lib/locale/cs.mjs +1 -0
  121. package/lib/locale/cs.mjs.map +1 -1
  122. package/lib/locale/da.mjs +1 -0
  123. package/lib/locale/da.mjs.map +1 -1
  124. package/lib/locale/de.mjs +1 -0
  125. package/lib/locale/de.mjs.map +1 -1
  126. package/lib/locale/el.mjs +1 -0
  127. package/lib/locale/el.mjs.map +1 -1
  128. package/lib/locale/en.mjs +1 -0
  129. package/lib/locale/en.mjs.map +1 -1
  130. package/lib/locale/es.mjs +1 -0
  131. package/lib/locale/es.mjs.map +1 -1
  132. package/lib/locale/et.mjs +1 -0
  133. package/lib/locale/et.mjs.map +1 -1
  134. package/lib/locale/fa.mjs +1 -0
  135. package/lib/locale/fa.mjs.map +1 -1
  136. package/lib/locale/fi.mjs +1 -0
  137. package/lib/locale/fi.mjs.map +1 -1
  138. package/lib/locale/fr.mjs +1 -0
  139. package/lib/locale/fr.mjs.map +1 -1
  140. package/lib/locale/he.mjs +1 -0
  141. package/lib/locale/he.mjs.map +1 -1
  142. package/lib/locale/hr.mjs +1 -0
  143. package/lib/locale/hr.mjs.map +1 -1
  144. package/lib/locale/hu.mjs +1 -0
  145. package/lib/locale/hu.mjs.map +1 -1
  146. package/lib/locale/id.mjs +1 -0
  147. package/lib/locale/id.mjs.map +1 -1
  148. package/lib/locale/index.d.mts +43 -0
  149. package/lib/locale/it.mjs +1 -0
  150. package/lib/locale/it.mjs.map +1 -1
  151. package/lib/locale/ja.mjs +1 -0
  152. package/lib/locale/ja.mjs.map +1 -1
  153. package/lib/locale/km.mjs +1 -0
  154. package/lib/locale/km.mjs.map +1 -1
  155. package/lib/locale/ko.mjs +9 -8
  156. package/lib/locale/ko.mjs.map +1 -1
  157. package/lib/locale/lt.mjs +1 -0
  158. package/lib/locale/lt.mjs.map +1 -1
  159. package/lib/locale/lv.mjs +1 -0
  160. package/lib/locale/lv.mjs.map +1 -1
  161. package/lib/locale/nl.mjs +1 -0
  162. package/lib/locale/nl.mjs.map +1 -1
  163. package/lib/locale/no.mjs +1 -0
  164. package/lib/locale/no.mjs.map +1 -1
  165. package/lib/locale/pl.mjs +1 -0
  166. package/lib/locale/pl.mjs.map +1 -1
  167. package/lib/locale/pt.mjs +1 -0
  168. package/lib/locale/pt.mjs.map +1 -1
  169. package/lib/locale/ro.mjs +1 -0
  170. package/lib/locale/ro.mjs.map +1 -1
  171. package/lib/locale/ru.mjs +1 -0
  172. package/lib/locale/ru.mjs.map +1 -1
  173. package/lib/locale/sk.mjs +1 -0
  174. package/lib/locale/sk.mjs.map +1 -1
  175. package/lib/locale/sl.mjs +1 -0
  176. package/lib/locale/sl.mjs.map +1 -1
  177. package/lib/locale/sr-Cyrl.mjs +1 -0
  178. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  179. package/lib/locale/sr-Latn.mjs +1 -0
  180. package/lib/locale/sr-Latn.mjs.map +1 -1
  181. package/lib/locale/sv.mjs +1 -0
  182. package/lib/locale/sv.mjs.map +1 -1
  183. package/lib/locale/th.mjs +1 -0
  184. package/lib/locale/th.mjs.map +1 -1
  185. package/lib/locale/tr.mjs +1 -0
  186. package/lib/locale/tr.mjs.map +1 -1
  187. package/lib/locale/uk.mjs +1 -0
  188. package/lib/locale/uk.mjs.map +1 -1
  189. package/lib/locale/vi.mjs +1 -0
  190. package/lib/locale/vi.mjs.map +1 -1
  191. package/lib/locale/zh-Hans.mjs +1 -0
  192. package/lib/locale/zh-Hans.mjs.map +1 -1
  193. package/lib/locale/zh-Hant.mjs +1 -0
  194. package/lib/locale/zh-Hant.mjs.map +1 -1
  195. package/lib/styles/main.css +78 -78
  196. package/lib/styles/settings/_variables.scss +21 -14
  197. package/package.json +2 -2
@@ -1411,6 +1411,7 @@ interface GroupItem {
1411
1411
  id: number;
1412
1412
  value: Ref<unknown>;
1413
1413
  disabled: Ref<boolean | undefined>;
1414
+ useIndexAsValue?: boolean;
1414
1415
  }
1415
1416
  interface GroupProvide {
1416
1417
  register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
@@ -3020,6 +3021,7 @@ declare const VInput: {
3020
3021
  class?: any;
3021
3022
  id?: string | undefined;
3022
3023
  label?: string | undefined;
3024
+ theme?: string | undefined;
3023
3025
  name?: string | undefined;
3024
3026
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3025
3027
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -3057,6 +3059,7 @@ declare const VInput: {
3057
3059
  class?: any;
3058
3060
  id?: string | undefined;
3059
3061
  label?: string | undefined;
3062
+ theme?: string | undefined;
3060
3063
  name?: string | undefined;
3061
3064
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3062
3065
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -3124,6 +3127,7 @@ declare const VInput: {
3124
3127
  class?: any;
3125
3128
  id?: string | undefined;
3126
3129
  label?: string | undefined;
3130
+ theme?: string | undefined;
3127
3131
  name?: string | undefined;
3128
3132
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3129
3133
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -3178,6 +3182,7 @@ declare const VInput: {
3178
3182
  class?: any;
3179
3183
  id?: string | undefined;
3180
3184
  label?: string | undefined;
3185
+ theme?: string | undefined;
3181
3186
  name?: string | undefined;
3182
3187
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3183
3188
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -3262,6 +3267,7 @@ declare const VInput: {
3262
3267
  modelValue: null;
3263
3268
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
3264
3269
  validationValue: null;
3270
+ theme: StringConstructor;
3265
3271
  density: {
3266
3272
  type: PropType<Density>;
3267
3273
  default: string;
@@ -3323,6 +3329,7 @@ declare const VInput: {
3323
3329
  modelValue: null;
3324
3330
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
3325
3331
  validationValue: null;
3332
+ theme: StringConstructor;
3326
3333
  density: {
3327
3334
  type: PropType<Density>;
3328
3335
  default: string;
@@ -28986,7 +28993,6 @@ declare const VDialog: {
28986
28993
  } & {
28987
28994
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
28988
28995
  onAfterLeave?: (() => any) | undefined;
28989
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
28990
28996
  }, Omit<Omit<{
28991
28997
  $: vue.ComponentInternalInstance;
28992
28998
  $data: {};
@@ -29436,9 +29442,8 @@ declare const VDialog: {
29436
29442
  localTop: vue.ComputedRef<boolean>;
29437
29443
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
29438
29444
  }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
29439
- 'click:outside': (e: MouseEvent) => boolean;
29440
- 'update:modelValue': (value: boolean) => boolean;
29441
- afterLeave: () => boolean;
29445
+ 'update:modelValue': (value: boolean) => true;
29446
+ afterLeave: () => true;
29442
29447
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
29443
29448
  style: vue.StyleValue;
29444
29449
  disabled: boolean;
@@ -29520,7 +29525,6 @@ declare const VDialog: {
29520
29525
  } & {
29521
29526
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29522
29527
  onAfterLeave?: (() => any) | undefined;
29523
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
29524
29528
  }, {
29525
29529
  style: vue.StyleValue;
29526
29530
  disabled: boolean;
@@ -29652,7 +29656,6 @@ declare const VDialog: {
29652
29656
  } & {
29653
29657
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29654
29658
  onAfterLeave?: (() => any) | undefined;
29655
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
29656
29659
  }, Omit<Omit<{
29657
29660
  $: vue.ComponentInternalInstance;
29658
29661
  $data: {};
@@ -30217,7 +30220,6 @@ declare const VDialog: {
30217
30220
  } & {
30218
30221
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30219
30222
  onAfterLeave?: (() => any) | undefined;
30220
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30221
30223
  }, Omit<Omit<{
30222
30224
  $: vue.ComponentInternalInstance;
30223
30225
  $data: {};
@@ -30667,9 +30669,8 @@ declare const VDialog: {
30667
30669
  localTop: vue.ComputedRef<boolean>;
30668
30670
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30669
30671
  }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30670
- 'click:outside': (e: MouseEvent) => boolean;
30671
- 'update:modelValue': (value: boolean) => boolean;
30672
- afterLeave: () => boolean;
30672
+ 'update:modelValue': (value: boolean) => true;
30673
+ afterLeave: () => true;
30673
30674
  }, string, {
30674
30675
  style: vue.StyleValue;
30675
30676
  disabled: boolean;
@@ -32264,6 +32265,7 @@ declare const VFileInput: {
32264
32265
  class?: any;
32265
32266
  id?: string | undefined;
32266
32267
  label?: string | undefined;
32268
+ theme?: string | undefined;
32267
32269
  name?: string | undefined;
32268
32270
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32269
32271
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -32293,6 +32295,7 @@ declare const VFileInput: {
32293
32295
  class?: any;
32294
32296
  id?: string | undefined;
32295
32297
  label?: string | undefined;
32298
+ theme?: string | undefined;
32296
32299
  name?: string | undefined;
32297
32300
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32298
32301
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -32350,6 +32353,7 @@ declare const VFileInput: {
32350
32353
  class?: any;
32351
32354
  id?: string | undefined;
32352
32355
  label?: string | undefined;
32356
+ theme?: string | undefined;
32353
32357
  name?: string | undefined;
32354
32358
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32355
32359
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -32438,6 +32442,7 @@ declare const VFileInput: {
32438
32442
  class?: any;
32439
32443
  id?: string | undefined;
32440
32444
  label?: string | undefined;
32445
+ theme?: string | undefined;
32441
32446
  name?: string | undefined;
32442
32447
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32443
32448
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -32457,7 +32462,7 @@ declare const VFileInput: {
32457
32462
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
32458
32463
  modelValue?: unknown;
32459
32464
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
32460
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32465
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32461
32466
  'click:control': (e: MouseEvent) => true;
32462
32467
  'mousedown:control': (e: MouseEvent) => true;
32463
32468
  'update:focused': (focused: boolean) => true;
@@ -32847,6 +32852,7 @@ declare const VFileInput: {
32847
32852
  class?: any;
32848
32853
  id?: string | undefined;
32849
32854
  label?: string | undefined;
32855
+ theme?: string | undefined;
32850
32856
  name?: string | undefined;
32851
32857
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32852
32858
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -32876,6 +32882,7 @@ declare const VFileInput: {
32876
32882
  class?: any;
32877
32883
  id?: string | undefined;
32878
32884
  label?: string | undefined;
32885
+ theme?: string | undefined;
32879
32886
  name?: string | undefined;
32880
32887
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32881
32888
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -32933,6 +32940,7 @@ declare const VFileInput: {
32933
32940
  class?: any;
32934
32941
  id?: string | undefined;
32935
32942
  label?: string | undefined;
32943
+ theme?: string | undefined;
32936
32944
  name?: string | undefined;
32937
32945
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32938
32946
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -33021,6 +33029,7 @@ declare const VFileInput: {
33021
33029
  class?: any;
33022
33030
  id?: string | undefined;
33023
33031
  label?: string | undefined;
33032
+ theme?: string | undefined;
33024
33033
  name?: string | undefined;
33025
33034
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
33026
33035
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -33040,7 +33049,7 @@ declare const VFileInput: {
33040
33049
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
33041
33050
  modelValue?: unknown;
33042
33051
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
33043
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
33052
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
33044
33053
  reverse: boolean;
33045
33054
  flat: boolean;
33046
33055
  style: vue.StyleValue;
@@ -33245,6 +33254,7 @@ declare const VFileInput: {
33245
33254
  class?: any;
33246
33255
  id?: string | undefined;
33247
33256
  label?: string | undefined;
33257
+ theme?: string | undefined;
33248
33258
  name?: string | undefined;
33249
33259
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
33250
33260
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -33274,6 +33284,7 @@ declare const VFileInput: {
33274
33284
  class?: any;
33275
33285
  id?: string | undefined;
33276
33286
  label?: string | undefined;
33287
+ theme?: string | undefined;
33277
33288
  name?: string | undefined;
33278
33289
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
33279
33290
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -33331,6 +33342,7 @@ declare const VFileInput: {
33331
33342
  class?: any;
33332
33343
  id?: string | undefined;
33333
33344
  label?: string | undefined;
33345
+ theme?: string | undefined;
33334
33346
  name?: string | undefined;
33335
33347
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
33336
33348
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -33419,6 +33431,7 @@ declare const VFileInput: {
33419
33431
  class?: any;
33420
33432
  id?: string | undefined;
33421
33433
  label?: string | undefined;
33434
+ theme?: string | undefined;
33422
33435
  name?: string | undefined;
33423
33436
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
33424
33437
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -33438,7 +33451,7 @@ declare const VFileInput: {
33438
33451
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
33439
33452
  modelValue?: unknown;
33440
33453
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
33441
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33454
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33442
33455
  'click:control': (e: MouseEvent) => true;
33443
33456
  'mousedown:control': (e: MouseEvent) => true;
33444
33457
  'update:focused': (focused: boolean) => true;
@@ -33575,7 +33588,7 @@ declare const VFileInput: {
33575
33588
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
33576
33589
  modelValue: {
33577
33590
  type: PropType<File | File[]>;
33578
- default: () => never[];
33591
+ default: (props: any) => never[] | null;
33579
33592
  validator: (val: any) => boolean;
33580
33593
  };
33581
33594
  focused: BooleanConstructor;
@@ -33693,7 +33706,7 @@ declare const VFileInput: {
33693
33706
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
33694
33707
  modelValue: {
33695
33708
  type: PropType<File | File[]>;
33696
- default: () => never[];
33709
+ default: (props: any) => never[] | null;
33697
33710
  validator: (val: any) => boolean;
33698
33711
  };
33699
33712
  focused: BooleanConstructor;
@@ -43896,6 +43909,7 @@ declare const VProgressLinear: {
43896
43909
  absolute: boolean;
43897
43910
  modelValue: string | number;
43898
43911
  tile: boolean;
43912
+ location: NonNullable<Anchor>;
43899
43913
  max: string | number;
43900
43914
  indeterminate: boolean;
43901
43915
  bufferValue: string | number;
@@ -43944,6 +43958,7 @@ declare const VProgressLinear: {
43944
43958
  absolute: boolean;
43945
43959
  modelValue: string | number;
43946
43960
  tile: boolean;
43961
+ location: NonNullable<Anchor>;
43947
43962
  max: string | number;
43948
43963
  indeterminate: boolean;
43949
43964
  bufferValue: string | number;
@@ -43991,6 +44006,7 @@ declare const VProgressLinear: {
43991
44006
  modelValue: string | number;
43992
44007
  rounded: string | number | boolean;
43993
44008
  tile: boolean;
44009
+ location: NonNullable<Anchor>;
43994
44010
  max: string | number;
43995
44011
  indeterminate: boolean;
43996
44012
  bufferValue: string | number;
@@ -44021,6 +44037,7 @@ declare const VProgressLinear: {
44021
44037
  absolute: boolean;
44022
44038
  modelValue: string | number;
44023
44039
  tile: boolean;
44040
+ location: NonNullable<Anchor>;
44024
44041
  max: string | number;
44025
44042
  indeterminate: boolean;
44026
44043
  bufferValue: string | number;
@@ -44068,6 +44085,7 @@ declare const VProgressLinear: {
44068
44085
  modelValue: string | number;
44069
44086
  rounded: string | number | boolean;
44070
44087
  tile: boolean;
44088
+ location: NonNullable<Anchor>;
44071
44089
  max: string | number;
44072
44090
  indeterminate: boolean;
44073
44091
  bufferValue: string | number;
@@ -44088,6 +44106,7 @@ declare const VProgressLinear: {
44088
44106
  absolute: boolean;
44089
44107
  modelValue: string | number;
44090
44108
  tile: boolean;
44109
+ location: NonNullable<Anchor>;
44091
44110
  max: string | number;
44092
44111
  indeterminate: boolean;
44093
44112
  bufferValue: string | number;
@@ -44137,6 +44156,7 @@ declare const VProgressLinear: {
44137
44156
  modelValue: string | number;
44138
44157
  rounded: string | number | boolean;
44139
44158
  tile: boolean;
44159
+ location: NonNullable<Anchor>;
44140
44160
  max: string | number;
44141
44161
  indeterminate: boolean;
44142
44162
  bufferValue: string | number;
@@ -44162,6 +44182,10 @@ declare const VProgressLinear: {
44162
44182
  default: undefined;
44163
44183
  };
44164
44184
  tile: BooleanConstructor;
44185
+ location: {
44186
+ type: vue.PropType<NonNullable<Anchor>>;
44187
+ default: NonNullable<Anchor>;
44188
+ };
44165
44189
  class: vue.PropType<any>;
44166
44190
  style: {
44167
44191
  type: vue.PropType<vue.StyleValue>;
@@ -44208,6 +44232,10 @@ declare const VProgressLinear: {
44208
44232
  default: undefined;
44209
44233
  };
44210
44234
  tile: BooleanConstructor;
44235
+ location: {
44236
+ type: vue.PropType<NonNullable<Anchor>>;
44237
+ default: NonNullable<Anchor>;
44238
+ };
44211
44239
  class: vue.PropType<any>;
44212
44240
  style: {
44213
44241
  type: vue.PropType<vue.StyleValue>;
@@ -45234,6 +45262,7 @@ declare const VRangeSlider: {
45234
45262
  class?: any;
45235
45263
  id?: string | undefined;
45236
45264
  label?: string | undefined;
45265
+ theme?: string | undefined;
45237
45266
  color?: string | undefined;
45238
45267
  name?: string | undefined;
45239
45268
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -45338,6 +45367,7 @@ declare const VRangeSlider: {
45338
45367
  class?: any;
45339
45368
  id?: string | undefined;
45340
45369
  label?: string | undefined;
45370
+ theme?: string | undefined;
45341
45371
  color?: string | undefined;
45342
45372
  name?: string | undefined;
45343
45373
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -45504,6 +45534,7 @@ declare const VRangeSlider: {
45504
45534
  class?: any;
45505
45535
  id?: string | undefined;
45506
45536
  label?: string | undefined;
45537
+ theme?: string | undefined;
45507
45538
  color?: string | undefined;
45508
45539
  name?: string | undefined;
45509
45540
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -45637,6 +45668,7 @@ declare const VRangeSlider: {
45637
45668
  class?: any;
45638
45669
  id?: string | undefined;
45639
45670
  label?: string | undefined;
45671
+ theme?: string | undefined;
45640
45672
  color?: string | undefined;
45641
45673
  name?: string | undefined;
45642
45674
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -45865,6 +45897,7 @@ declare const VRangeSlider: {
45865
45897
  };
45866
45898
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
45867
45899
  validationValue: null;
45900
+ theme: StringConstructor;
45868
45901
  density: {
45869
45902
  type: PropType<Density>;
45870
45903
  default: string;
@@ -45988,6 +46021,7 @@ declare const VRangeSlider: {
45988
46021
  };
45989
46022
  validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
45990
46023
  validationValue: null;
46024
+ theme: StringConstructor;
45991
46025
  density: {
45992
46026
  type: PropType<Density>;
45993
46027
  default: string;
@@ -51359,6 +51393,7 @@ declare const VSlider: {
51359
51393
  class?: any;
51360
51394
  id?: string | undefined;
51361
51395
  label?: string | undefined;
51396
+ theme?: string | undefined;
51362
51397
  color?: string | undefined;
51363
51398
  name?: string | undefined;
51364
51399
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -51462,6 +51497,7 @@ declare const VSlider: {
51462
51497
  class?: any;
51463
51498
  id?: string | undefined;
51464
51499
  label?: string | undefined;
51500
+ theme?: string | undefined;
51465
51501
  color?: string | undefined;
51466
51502
  name?: string | undefined;
51467
51503
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -51626,6 +51662,7 @@ declare const VSlider: {
51626
51662
  class?: any;
51627
51663
  id?: string | undefined;
51628
51664
  label?: string | undefined;
51665
+ theme?: string | undefined;
51629
51666
  color?: string | undefined;
51630
51667
  name?: string | undefined;
51631
51668
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -51757,6 +51794,7 @@ declare const VSlider: {
51757
51794
  class?: any;
51758
51795
  id?: string | undefined;
51759
51796
  label?: string | undefined;
51797
+ theme?: string | undefined;
51760
51798
  color?: string | undefined;
51761
51799
  name?: string | undefined;
51762
51800
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -51920,6 +51958,7 @@ declare const VSlider: {
51920
51958
  };
51921
51959
  validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
51922
51960
  validationValue: null;
51961
+ theme: StringConstructor;
51923
51962
  density: {
51924
51963
  type: vue.PropType<Density>;
51925
51964
  default: string;
@@ -52042,6 +52081,7 @@ declare const VSlider: {
52042
52081
  };
52043
52082
  validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
52044
52083
  validationValue: null;
52084
+ theme: StringConstructor;
52045
52085
  density: {
52046
52086
  type: vue.PropType<Density>;
52047
52087
  default: string;
@@ -58985,6 +59025,7 @@ declare const VTextarea: {
58985
59025
  class?: any;
58986
59026
  id?: string | undefined;
58987
59027
  label?: string | undefined;
59028
+ theme?: string | undefined;
58988
59029
  name?: string | undefined;
58989
59030
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
58990
59031
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59014,6 +59055,7 @@ declare const VTextarea: {
59014
59055
  class?: any;
59015
59056
  id?: string | undefined;
59016
59057
  label?: string | undefined;
59058
+ theme?: string | undefined;
59017
59059
  name?: string | undefined;
59018
59060
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59019
59061
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59071,6 +59113,7 @@ declare const VTextarea: {
59071
59113
  class?: any;
59072
59114
  id?: string | undefined;
59073
59115
  label?: string | undefined;
59116
+ theme?: string | undefined;
59074
59117
  name?: string | undefined;
59075
59118
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59076
59119
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59159,6 +59202,7 @@ declare const VTextarea: {
59159
59202
  class?: any;
59160
59203
  id?: string | undefined;
59161
59204
  label?: string | undefined;
59205
+ theme?: string | undefined;
59162
59206
  name?: string | undefined;
59163
59207
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59164
59208
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59178,7 +59222,7 @@ declare const VTextarea: {
59178
59222
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59179
59223
  modelValue?: unknown;
59180
59224
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59181
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59225
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59182
59226
  'click:control': (e: MouseEvent) => true;
59183
59227
  'mousedown:control': (e: MouseEvent) => true;
59184
59228
  'update:focused': (focused: boolean) => true;
@@ -59534,6 +59578,7 @@ declare const VTextarea: {
59534
59578
  class?: any;
59535
59579
  id?: string | undefined;
59536
59580
  label?: string | undefined;
59581
+ theme?: string | undefined;
59537
59582
  name?: string | undefined;
59538
59583
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59539
59584
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59563,6 +59608,7 @@ declare const VTextarea: {
59563
59608
  class?: any;
59564
59609
  id?: string | undefined;
59565
59610
  label?: string | undefined;
59611
+ theme?: string | undefined;
59566
59612
  name?: string | undefined;
59567
59613
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59568
59614
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59620,6 +59666,7 @@ declare const VTextarea: {
59620
59666
  class?: any;
59621
59667
  id?: string | undefined;
59622
59668
  label?: string | undefined;
59669
+ theme?: string | undefined;
59623
59670
  name?: string | undefined;
59624
59671
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59625
59672
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59708,6 +59755,7 @@ declare const VTextarea: {
59708
59755
  class?: any;
59709
59756
  id?: string | undefined;
59710
59757
  label?: string | undefined;
59758
+ theme?: string | undefined;
59711
59759
  name?: string | undefined;
59712
59760
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59713
59761
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59727,7 +59775,7 @@ declare const VTextarea: {
59727
59775
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59728
59776
  modelValue?: unknown;
59729
59777
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
59730
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
59778
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
59731
59779
  reverse: boolean;
59732
59780
  flat: boolean;
59733
59781
  style: vue.StyleValue;
@@ -59919,6 +59967,7 @@ declare const VTextarea: {
59919
59967
  class?: any;
59920
59968
  id?: string | undefined;
59921
59969
  label?: string | undefined;
59970
+ theme?: string | undefined;
59922
59971
  name?: string | undefined;
59923
59972
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59924
59973
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -59948,6 +59997,7 @@ declare const VTextarea: {
59948
59997
  class?: any;
59949
59998
  id?: string | undefined;
59950
59999
  label?: string | undefined;
60000
+ theme?: string | undefined;
59951
60001
  name?: string | undefined;
59952
60002
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
59953
60003
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -60005,6 +60055,7 @@ declare const VTextarea: {
60005
60055
  class?: any;
60006
60056
  id?: string | undefined;
60007
60057
  label?: string | undefined;
60058
+ theme?: string | undefined;
60008
60059
  name?: string | undefined;
60009
60060
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
60010
60061
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -60093,6 +60144,7 @@ declare const VTextarea: {
60093
60144
  class?: any;
60094
60145
  id?: string | undefined;
60095
60146
  label?: string | undefined;
60147
+ theme?: string | undefined;
60096
60148
  name?: string | undefined;
60097
60149
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
60098
60150
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -60112,7 +60164,7 @@ declare const VTextarea: {
60112
60164
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60113
60165
  modelValue?: unknown;
60114
60166
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60115
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60167
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60116
60168
  'click:control': (e: MouseEvent) => true;
60117
60169
  'mousedown:control': (e: MouseEvent) => true;
60118
60170
  'update:focused': (focused: boolean) => true;
@@ -60570,6 +60622,7 @@ declare const VTextField: {
60570
60622
  class?: any;
60571
60623
  id?: string | undefined;
60572
60624
  label?: string | undefined;
60625
+ theme?: string | undefined;
60573
60626
  name?: string | undefined;
60574
60627
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
60575
60628
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -60599,6 +60652,7 @@ declare const VTextField: {
60599
60652
  class?: any;
60600
60653
  id?: string | undefined;
60601
60654
  label?: string | undefined;
60655
+ theme?: string | undefined;
60602
60656
  name?: string | undefined;
60603
60657
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
60604
60658
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -60656,6 +60710,7 @@ declare const VTextField: {
60656
60710
  class?: any;
60657
60711
  id?: string | undefined;
60658
60712
  label?: string | undefined;
60713
+ theme?: string | undefined;
60659
60714
  name?: string | undefined;
60660
60715
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
60661
60716
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -60744,6 +60799,7 @@ declare const VTextField: {
60744
60799
  class?: any;
60745
60800
  id?: string | undefined;
60746
60801
  label?: string | undefined;
60802
+ theme?: string | undefined;
60747
60803
  name?: string | undefined;
60748
60804
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
60749
60805
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -60763,7 +60819,7 @@ declare const VTextField: {
60763
60819
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60764
60820
  modelValue?: unknown;
60765
60821
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
60766
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
60822
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
60767
60823
  $: vue.ComponentInternalInstance;
60768
60824
  $data: {};
60769
60825
  $props: Partial<{
@@ -61382,6 +61438,7 @@ declare const VTextField: {
61382
61438
  class?: any;
61383
61439
  id?: string | undefined;
61384
61440
  label?: string | undefined;
61441
+ theme?: string | undefined;
61385
61442
  name?: string | undefined;
61386
61443
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
61387
61444
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -61411,6 +61468,7 @@ declare const VTextField: {
61411
61468
  class?: any;
61412
61469
  id?: string | undefined;
61413
61470
  label?: string | undefined;
61471
+ theme?: string | undefined;
61414
61472
  name?: string | undefined;
61415
61473
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
61416
61474
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -61468,6 +61526,7 @@ declare const VTextField: {
61468
61526
  class?: any;
61469
61527
  id?: string | undefined;
61470
61528
  label?: string | undefined;
61529
+ theme?: string | undefined;
61471
61530
  name?: string | undefined;
61472
61531
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
61473
61532
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -61556,6 +61615,7 @@ declare const VTextField: {
61556
61615
  class?: any;
61557
61616
  id?: string | undefined;
61558
61617
  label?: string | undefined;
61618
+ theme?: string | undefined;
61559
61619
  name?: string | undefined;
61560
61620
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
61561
61621
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -61575,7 +61635,7 @@ declare const VTextField: {
61575
61635
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
61576
61636
  modelValue?: unknown;
61577
61637
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
61578
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
61638
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
61579
61639
  $: vue.ComponentInternalInstance;
61580
61640
  $data: {};
61581
61641
  $props: Partial<{
@@ -62026,6 +62086,7 @@ declare const VTextField: {
62026
62086
  class?: any;
62027
62087
  id?: string | undefined;
62028
62088
  label?: string | undefined;
62089
+ theme?: string | undefined;
62029
62090
  name?: string | undefined;
62030
62091
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62031
62092
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -62055,6 +62116,7 @@ declare const VTextField: {
62055
62116
  class?: any;
62056
62117
  id?: string | undefined;
62057
62118
  label?: string | undefined;
62119
+ theme?: string | undefined;
62058
62120
  name?: string | undefined;
62059
62121
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62060
62122
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -62112,6 +62174,7 @@ declare const VTextField: {
62112
62174
  class?: any;
62113
62175
  id?: string | undefined;
62114
62176
  label?: string | undefined;
62177
+ theme?: string | undefined;
62115
62178
  name?: string | undefined;
62116
62179
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62117
62180
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -62200,6 +62263,7 @@ declare const VTextField: {
62200
62263
  class?: any;
62201
62264
  id?: string | undefined;
62202
62265
  label?: string | undefined;
62266
+ theme?: string | undefined;
62203
62267
  name?: string | undefined;
62204
62268
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
62205
62269
  validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
@@ -62219,7 +62283,7 @@ declare const VTextField: {
62219
62283
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
62220
62284
  modelValue?: unknown;
62221
62285
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
62222
- }, VInputSlots>, "class" | "id" | "label" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
62286
+ }, VInputSlots>, "class" | "id" | "label" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
62223
62287
  $: vue.ComponentInternalInstance;
62224
62288
  $data: {};
62225
62289
  $props: Partial<{