@vuetify/nightly 3.6.14-master.2024-08-12 → 3.6.14-master.2024-08-13

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 (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -1,5 +1,7 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, ComputedRef, Ref, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
3
+
4
+ type ClassValue = any;
3
5
 
4
6
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
7
  $children?: (VNodeChild | (T extends {
@@ -30,6 +32,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
30
32
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
31
33
  }
32
34
 
35
+ type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
36
+ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
37
+
33
38
  interface LoaderSlotProps {
34
39
  color: string | undefined;
35
40
  isActive: boolean;
@@ -39,6 +44,22 @@ type Density = null | 'default' | 'comfortable' | 'compact';
39
44
 
40
45
  type ValidationResult = string | boolean;
41
46
  type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
47
+ type ValidateOnValue = 'blur' | 'input' | 'submit';
48
+ interface ValidationProps {
49
+ disabled: boolean | null;
50
+ error: boolean;
51
+ errorMessages: string | readonly string[] | null;
52
+ focused: boolean;
53
+ maxErrors: string | number;
54
+ name: string | undefined;
55
+ label: string | undefined;
56
+ readonly: boolean | null;
57
+ rules: readonly ValidationRule[];
58
+ modelValue: any;
59
+ 'onUpdate:modelValue': EventProp | undefined;
60
+ validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
61
+ validationValue: any;
62
+ }
42
63
 
43
64
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
44
65
  declare const IconValue: PropType<IconValue>;
@@ -128,9 +149,9 @@ declare const VTextField: {
128
149
  persistentPlaceholder: boolean;
129
150
  persistentCounter: boolean;
130
151
  } & {
152
+ name?: string | undefined;
131
153
  id?: string | undefined;
132
154
  width?: string | number | undefined;
133
- name?: string | undefined;
134
155
  color?: string | undefined;
135
156
  maxWidth?: string | number | undefined;
136
157
  minWidth?: string | number | undefined;
@@ -256,9 +277,9 @@ declare const VTextField: {
256
277
  centerAffix: boolean;
257
278
  hideSpinButtons: boolean;
258
279
  persistentHint: boolean;
280
+ name?: string | undefined;
259
281
  id?: string | undefined;
260
282
  width?: string | number | undefined;
261
- name?: string | undefined;
262
283
  maxWidth?: string | number | undefined;
263
284
  minWidth?: string | number | undefined;
264
285
  label?: string | undefined;
@@ -289,9 +310,9 @@ declare const VTextField: {
289
310
  hideSpinButtons: boolean;
290
311
  persistentHint: boolean;
291
312
  } & {
313
+ name?: string | undefined;
292
314
  id?: string | undefined;
293
315
  width?: string | number | undefined;
294
- name?: string | undefined;
295
316
  maxWidth?: string | number | undefined;
296
317
  minWidth?: string | number | undefined;
297
318
  label?: string | undefined;
@@ -314,24 +335,14 @@ declare const VTextField: {
314
335
  [x: string]: unknown;
315
336
  };
316
337
  $slots: Readonly<{
317
- default?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
318
- [key: string]: any;
319
- }>[]) | undefined;
320
- prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
321
- [key: string]: any;
322
- }>[]) | undefined;
323
- append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
324
- [key: string]: any;
325
- }>[]) | undefined;
326
- details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
327
- [key: string]: any;
328
- }>[]) | undefined;
329
- message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
330
- [key: string]: any;
331
- }>[]) | undefined;
338
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
339
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
340
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
341
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
342
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
332
343
  }>;
333
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
334
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
344
+ $root: vue.ComponentPublicInstance | null;
345
+ $parent: vue.ComponentPublicInstance | null;
335
346
  $emit: (event: string, ...args: any[]) => void;
336
347
  $el: any;
337
348
  $options: vue.ComponentOptionsBase<{
@@ -350,9 +361,9 @@ declare const VTextField: {
350
361
  hideSpinButtons: boolean;
351
362
  persistentHint: boolean;
352
363
  } & {
364
+ name?: string | undefined;
353
365
  id?: string | undefined;
354
366
  width?: string | number | undefined;
355
- name?: string | undefined;
356
367
  maxWidth?: string | number | undefined;
357
368
  minWidth?: string | number | undefined;
358
369
  label?: string | undefined;
@@ -375,7 +386,7 @@ declare const VTextField: {
375
386
  errorMessages: vue.ComputedRef<string[]>;
376
387
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
377
388
  'update:modelValue': (value: any) => true;
378
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
389
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
379
390
  error: boolean;
380
391
  direction: "horizontal" | "vertical";
381
392
  style: vue.StyleValue;
@@ -391,41 +402,31 @@ declare const VTextField: {
391
402
  hideSpinButtons: boolean;
392
403
  persistentHint: boolean;
393
404
  }, {}, string, vue.SlotsType<Partial<{
394
- default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
395
- [key: string]: any;
396
- }>[];
397
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
398
- [key: string]: any;
399
- }>[];
400
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
401
- [key: string]: any;
402
- }>[];
403
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
404
- [key: string]: any;
405
- }>[];
406
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
407
- [key: string]: any;
408
- }>[];
405
+ default: (arg: VInputSlot) => vue.VNode[];
406
+ prepend: (arg: VInputSlot) => vue.VNode[];
407
+ append: (arg: VInputSlot) => vue.VNode[];
408
+ details: (arg: VInputSlot) => vue.VNode[];
409
+ message: (arg: VMessageSlot) => vue.VNode[];
409
410
  }>>> & {
410
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
411
- created?: ((() => void) | (() => void)[]) | undefined;
412
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
413
- mounted?: ((() => void) | (() => void)[]) | undefined;
414
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
415
- updated?: ((() => void) | (() => void)[]) | undefined;
416
- activated?: ((() => void) | (() => void)[]) | undefined;
417
- deactivated?: ((() => void) | (() => void)[]) | undefined;
418
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
419
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
420
- destroyed?: ((() => void) | (() => void)[]) | undefined;
421
- unmounted?: ((() => void) | (() => void)[]) | undefined;
422
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
423
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
424
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
411
+ beforeCreate?: (() => void) | (() => void)[];
412
+ created?: (() => void) | (() => void)[];
413
+ beforeMount?: (() => void) | (() => void)[];
414
+ mounted?: (() => void) | (() => void)[];
415
+ beforeUpdate?: (() => void) | (() => void)[];
416
+ updated?: (() => void) | (() => void)[];
417
+ activated?: (() => void) | (() => void)[];
418
+ deactivated?: (() => void) | (() => void)[];
419
+ beforeDestroy?: (() => void) | (() => void)[];
420
+ beforeUnmount?: (() => void) | (() => void)[];
421
+ destroyed?: (() => void) | (() => void)[];
422
+ unmounted?: (() => void) | (() => void)[];
423
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
424
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
425
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
425
426
  };
426
427
  $forceUpdate: () => void;
427
428
  $nextTick: typeof nextTick;
428
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
429
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
429
430
  } & Omit<{
430
431
  error: boolean;
431
432
  direction: "horizontal" | "vertical";
@@ -442,9 +443,9 @@ declare const VTextField: {
442
443
  hideSpinButtons: boolean;
443
444
  persistentHint: boolean;
444
445
  } & {
446
+ name?: string | undefined;
445
447
  id?: string | undefined;
446
448
  width?: string | number | undefined;
447
- name?: string | undefined;
448
449
  maxWidth?: string | number | undefined;
449
450
  minWidth?: string | number | undefined;
450
451
  label?: string | undefined;
@@ -468,7 +469,7 @@ declare const VTextField: {
468
469
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
469
470
  modelValue?: unknown;
470
471
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
471
- }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
472
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "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:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
472
473
  $: vue.ComponentInternalInstance;
473
474
  $data: {};
474
475
  $props: Partial<{
@@ -563,30 +564,18 @@ declare const VTextField: {
563
564
  $slots: Readonly<{
564
565
  clear?: ((arg: DefaultInputSlot & {
565
566
  props: Record<string, any>;
566
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
567
- [key: string]: any;
568
- }>[]) | undefined;
569
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
570
- [key: string]: any;
571
- }>[]) | undefined;
572
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
573
- [key: string]: any;
574
- }>[]) | undefined;
567
+ }) => vue.VNode[]) | undefined;
568
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
569
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
575
570
  label?: ((arg: DefaultInputSlot & {
576
571
  label: string | undefined;
577
572
  props: Record<string, any>;
578
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
579
- [key: string]: any;
580
- }>[]) | undefined;
581
- loader?: ((arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
582
- [key: string]: any;
583
- }>[]) | undefined;
584
- default?: ((arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
585
- [key: string]: any;
586
- }>[]) | undefined;
573
+ }) => vue.VNode[]) | undefined;
574
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
575
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
587
576
  }>;
588
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
589
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
577
+ $root: vue.ComponentPublicInstance | null;
578
+ $parent: vue.ComponentPublicInstance | null;
590
579
  $emit: (event: "update:focused", focused: boolean) => void;
591
580
  $el: any;
592
581
  $options: vue.ComponentOptionsBase<{
@@ -628,7 +617,7 @@ declare const VTextField: {
628
617
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
629
618
  'update:focused': (focused: boolean) => true;
630
619
  'update:modelValue': (value: any) => true;
631
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
620
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
632
621
  flat: boolean;
633
622
  reverse: boolean;
634
623
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -648,47 +637,35 @@ declare const VTextField: {
648
637
  }, {}, string, vue.SlotsType<Partial<{
649
638
  clear: (arg: DefaultInputSlot & {
650
639
  props: Record<string, any>;
651
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
652
- [key: string]: any;
653
- }>[];
654
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
655
- [key: string]: any;
656
- }>[];
657
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
658
- [key: string]: any;
659
- }>[];
640
+ }) => vue.VNode[];
641
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
642
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
660
643
  label: (arg: DefaultInputSlot & {
661
644
  label: string | undefined;
662
645
  props: Record<string, any>;
663
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
664
- [key: string]: any;
665
- }>[];
666
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
667
- [key: string]: any;
668
- }>[];
669
- default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
670
- [key: string]: any;
671
- }>[];
646
+ }) => vue.VNode[];
647
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
648
+ default: (arg: VFieldSlot) => vue.VNode[];
672
649
  }>>> & {
673
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
674
- created?: ((() => void) | (() => void)[]) | undefined;
675
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
676
- mounted?: ((() => void) | (() => void)[]) | undefined;
677
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
678
- updated?: ((() => void) | (() => void)[]) | undefined;
679
- activated?: ((() => void) | (() => void)[]) | undefined;
680
- deactivated?: ((() => void) | (() => void)[]) | undefined;
681
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
682
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
683
- destroyed?: ((() => void) | (() => void)[]) | undefined;
684
- unmounted?: ((() => void) | (() => void)[]) | undefined;
685
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
686
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
687
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
650
+ beforeCreate?: (() => void) | (() => void)[];
651
+ created?: (() => void) | (() => void)[];
652
+ beforeMount?: (() => void) | (() => void)[];
653
+ mounted?: (() => void) | (() => void)[];
654
+ beforeUpdate?: (() => void) | (() => void)[];
655
+ updated?: (() => void) | (() => void)[];
656
+ activated?: (() => void) | (() => void)[];
657
+ deactivated?: (() => void) | (() => void)[];
658
+ beforeDestroy?: (() => void) | (() => void)[];
659
+ beforeUnmount?: (() => void) | (() => void)[];
660
+ destroyed?: (() => void) | (() => void)[];
661
+ unmounted?: (() => void) | (() => void)[];
662
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
663
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
664
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
688
665
  };
689
666
  $forceUpdate: () => void;
690
667
  $nextTick: typeof nextTick;
691
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
668
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
692
669
  } & Omit<{
693
670
  flat: boolean;
694
671
  reverse: boolean;
@@ -728,7 +705,7 @@ declare const VTextField: {
728
705
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
729
706
  modelValue?: unknown;
730
707
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
731
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
708
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
732
709
  'click:control': (e: MouseEvent) => true;
733
710
  'mousedown:control': (e: MouseEvent) => true;
734
711
  'update:focused': (focused: boolean) => true;
@@ -762,9 +739,9 @@ declare const VTextField: {
762
739
  persistentPlaceholder: boolean;
763
740
  persistentCounter: boolean;
764
741
  } & {
742
+ name?: string | undefined;
765
743
  id?: string | undefined;
766
744
  width?: string | number | undefined;
767
- name?: string | undefined;
768
745
  color?: string | undefined;
769
746
  maxWidth?: string | number | undefined;
770
747
  minWidth?: string | number | undefined;
@@ -888,44 +865,22 @@ declare const VTextField: {
888
865
  persistentPlaceholder: boolean;
889
866
  persistentCounter: boolean;
890
867
  }, true, {}, vue.SlotsType<Partial<{
891
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
892
- [key: string]: any;
893
- }>[];
868
+ message: (arg: VMessageSlot) => vue.VNode[];
894
869
  clear: (arg: DefaultInputSlot & {
895
870
  props: Record<string, any>;
896
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
897
- [key: string]: any;
898
- }>[];
899
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
900
- [key: string]: any;
901
- }>[];
871
+ }) => vue.VNode[];
872
+ details: (arg: VInputSlot) => vue.VNode[];
902
873
  label: (arg: DefaultInputSlot & {
903
874
  label: string | undefined;
904
875
  props: Record<string, any>;
905
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
906
- [key: string]: any;
907
- }>[];
908
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
909
- [key: string]: any;
910
- }>[];
911
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
912
- [key: string]: any;
913
- }>[];
914
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
915
- [key: string]: any;
916
- }>[];
917
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
918
- [key: string]: any;
919
- }>[];
920
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
921
- [key: string]: any;
922
- }>[];
923
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
924
- [key: string]: any;
925
- }>[];
926
- counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
927
- [key: string]: any;
928
- }>[];
876
+ }) => vue.VNode[];
877
+ append: (arg: VInputSlot) => vue.VNode[];
878
+ prepend: (arg: VInputSlot) => vue.VNode[];
879
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
880
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
881
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
882
+ default: () => vue.VNode[];
883
+ counter: (arg: VCounterSlot) => vue.VNode[];
929
884
  }>>, {
930
885
  P: {};
931
886
  B: {};
@@ -962,9 +917,9 @@ declare const VTextField: {
962
917
  persistentPlaceholder: boolean;
963
918
  persistentCounter: boolean;
964
919
  } & {
920
+ name?: string | undefined;
965
921
  id?: string | undefined;
966
922
  width?: string | number | undefined;
967
- name?: string | undefined;
968
923
  color?: string | undefined;
969
924
  maxWidth?: string | number | undefined;
970
925
  minWidth?: string | number | undefined;
@@ -1090,9 +1045,9 @@ declare const VTextField: {
1090
1045
  centerAffix: boolean;
1091
1046
  hideSpinButtons: boolean;
1092
1047
  persistentHint: boolean;
1048
+ name?: string | undefined;
1093
1049
  id?: string | undefined;
1094
1050
  width?: string | number | undefined;
1095
- name?: string | undefined;
1096
1051
  maxWidth?: string | number | undefined;
1097
1052
  minWidth?: string | number | undefined;
1098
1053
  label?: string | undefined;
@@ -1123,9 +1078,9 @@ declare const VTextField: {
1123
1078
  hideSpinButtons: boolean;
1124
1079
  persistentHint: boolean;
1125
1080
  } & {
1081
+ name?: string | undefined;
1126
1082
  id?: string | undefined;
1127
1083
  width?: string | number | undefined;
1128
- name?: string | undefined;
1129
1084
  maxWidth?: string | number | undefined;
1130
1085
  minWidth?: string | number | undefined;
1131
1086
  label?: string | undefined;
@@ -1148,24 +1103,14 @@ declare const VTextField: {
1148
1103
  [x: string]: unknown;
1149
1104
  };
1150
1105
  $slots: Readonly<{
1151
- default?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1152
- [key: string]: any;
1153
- }>[]) | undefined;
1154
- prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1155
- [key: string]: any;
1156
- }>[]) | undefined;
1157
- append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1158
- [key: string]: any;
1159
- }>[]) | undefined;
1160
- details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1161
- [key: string]: any;
1162
- }>[]) | undefined;
1163
- message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1164
- [key: string]: any;
1165
- }>[]) | undefined;
1106
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1107
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1108
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1109
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1110
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
1166
1111
  }>;
1167
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1168
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1112
+ $root: vue.ComponentPublicInstance | null;
1113
+ $parent: vue.ComponentPublicInstance | null;
1169
1114
  $emit: (event: string, ...args: any[]) => void;
1170
1115
  $el: any;
1171
1116
  $options: vue.ComponentOptionsBase<{
@@ -1184,9 +1129,9 @@ declare const VTextField: {
1184
1129
  hideSpinButtons: boolean;
1185
1130
  persistentHint: boolean;
1186
1131
  } & {
1132
+ name?: string | undefined;
1187
1133
  id?: string | undefined;
1188
1134
  width?: string | number | undefined;
1189
- name?: string | undefined;
1190
1135
  maxWidth?: string | number | undefined;
1191
1136
  minWidth?: string | number | undefined;
1192
1137
  label?: string | undefined;
@@ -1209,7 +1154,7 @@ declare const VTextField: {
1209
1154
  errorMessages: vue.ComputedRef<string[]>;
1210
1155
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1211
1156
  'update:modelValue': (value: any) => true;
1212
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1157
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1213
1158
  error: boolean;
1214
1159
  direction: "horizontal" | "vertical";
1215
1160
  style: vue.StyleValue;
@@ -1225,41 +1170,31 @@ declare const VTextField: {
1225
1170
  hideSpinButtons: boolean;
1226
1171
  persistentHint: boolean;
1227
1172
  }, {}, string, vue.SlotsType<Partial<{
1228
- default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1229
- [key: string]: any;
1230
- }>[];
1231
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1232
- [key: string]: any;
1233
- }>[];
1234
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1235
- [key: string]: any;
1236
- }>[];
1237
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1238
- [key: string]: any;
1239
- }>[];
1240
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1241
- [key: string]: any;
1242
- }>[];
1173
+ default: (arg: VInputSlot) => vue.VNode[];
1174
+ prepend: (arg: VInputSlot) => vue.VNode[];
1175
+ append: (arg: VInputSlot) => vue.VNode[];
1176
+ details: (arg: VInputSlot) => vue.VNode[];
1177
+ message: (arg: VMessageSlot) => vue.VNode[];
1243
1178
  }>>> & {
1244
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1245
- created?: ((() => void) | (() => void)[]) | undefined;
1246
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1247
- mounted?: ((() => void) | (() => void)[]) | undefined;
1248
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1249
- updated?: ((() => void) | (() => void)[]) | undefined;
1250
- activated?: ((() => void) | (() => void)[]) | undefined;
1251
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1252
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1253
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1254
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1255
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1256
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1257
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1258
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
1179
+ beforeCreate?: (() => void) | (() => void)[];
1180
+ created?: (() => void) | (() => void)[];
1181
+ beforeMount?: (() => void) | (() => void)[];
1182
+ mounted?: (() => void) | (() => void)[];
1183
+ beforeUpdate?: (() => void) | (() => void)[];
1184
+ updated?: (() => void) | (() => void)[];
1185
+ activated?: (() => void) | (() => void)[];
1186
+ deactivated?: (() => void) | (() => void)[];
1187
+ beforeDestroy?: (() => void) | (() => void)[];
1188
+ beforeUnmount?: (() => void) | (() => void)[];
1189
+ destroyed?: (() => void) | (() => void)[];
1190
+ unmounted?: (() => void) | (() => void)[];
1191
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1192
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1193
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
1259
1194
  };
1260
1195
  $forceUpdate: () => void;
1261
1196
  $nextTick: typeof nextTick;
1262
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1197
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1263
1198
  } & Omit<{
1264
1199
  error: boolean;
1265
1200
  direction: "horizontal" | "vertical";
@@ -1276,9 +1211,9 @@ declare const VTextField: {
1276
1211
  hideSpinButtons: boolean;
1277
1212
  persistentHint: boolean;
1278
1213
  } & {
1214
+ name?: string | undefined;
1279
1215
  id?: string | undefined;
1280
1216
  width?: string | number | undefined;
1281
- name?: string | undefined;
1282
1217
  maxWidth?: string | number | undefined;
1283
1218
  minWidth?: string | number | undefined;
1284
1219
  label?: string | undefined;
@@ -1302,7 +1237,7 @@ declare const VTextField: {
1302
1237
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1303
1238
  modelValue?: unknown;
1304
1239
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1305
- }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1240
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "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:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1306
1241
  $: vue.ComponentInternalInstance;
1307
1242
  $data: {};
1308
1243
  $props: Partial<{
@@ -1397,30 +1332,18 @@ declare const VTextField: {
1397
1332
  $slots: Readonly<{
1398
1333
  clear?: ((arg: DefaultInputSlot & {
1399
1334
  props: Record<string, any>;
1400
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1401
- [key: string]: any;
1402
- }>[]) | undefined;
1403
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1404
- [key: string]: any;
1405
- }>[]) | undefined;
1406
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1407
- [key: string]: any;
1408
- }>[]) | undefined;
1335
+ }) => vue.VNode[]) | undefined;
1336
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
1337
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
1409
1338
  label?: ((arg: DefaultInputSlot & {
1410
1339
  label: string | undefined;
1411
1340
  props: Record<string, any>;
1412
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1413
- [key: string]: any;
1414
- }>[]) | undefined;
1415
- loader?: ((arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1416
- [key: string]: any;
1417
- }>[]) | undefined;
1418
- default?: ((arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1419
- [key: string]: any;
1420
- }>[]) | undefined;
1341
+ }) => vue.VNode[]) | undefined;
1342
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
1343
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
1421
1344
  }>;
1422
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1423
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1345
+ $root: vue.ComponentPublicInstance | null;
1346
+ $parent: vue.ComponentPublicInstance | null;
1424
1347
  $emit: (event: "update:focused", focused: boolean) => void;
1425
1348
  $el: any;
1426
1349
  $options: vue.ComponentOptionsBase<{
@@ -1462,7 +1385,7 @@ declare const VTextField: {
1462
1385
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1463
1386
  'update:focused': (focused: boolean) => true;
1464
1387
  'update:modelValue': (value: any) => true;
1465
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1388
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
1466
1389
  flat: boolean;
1467
1390
  reverse: boolean;
1468
1391
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1482,47 +1405,35 @@ declare const VTextField: {
1482
1405
  }, {}, string, vue.SlotsType<Partial<{
1483
1406
  clear: (arg: DefaultInputSlot & {
1484
1407
  props: Record<string, any>;
1485
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1486
- [key: string]: any;
1487
- }>[];
1488
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1489
- [key: string]: any;
1490
- }>[];
1491
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1492
- [key: string]: any;
1493
- }>[];
1408
+ }) => vue.VNode[];
1409
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
1410
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
1494
1411
  label: (arg: DefaultInputSlot & {
1495
1412
  label: string | undefined;
1496
1413
  props: Record<string, any>;
1497
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1498
- [key: string]: any;
1499
- }>[];
1500
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1501
- [key: string]: any;
1502
- }>[];
1503
- default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1504
- [key: string]: any;
1505
- }>[];
1414
+ }) => vue.VNode[];
1415
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
1416
+ default: (arg: VFieldSlot) => vue.VNode[];
1506
1417
  }>>> & {
1507
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1508
- created?: ((() => void) | (() => void)[]) | undefined;
1509
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1510
- mounted?: ((() => void) | (() => void)[]) | undefined;
1511
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1512
- updated?: ((() => void) | (() => void)[]) | undefined;
1513
- activated?: ((() => void) | (() => void)[]) | undefined;
1514
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1515
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1516
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1517
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1518
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1519
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1520
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1521
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
1418
+ beforeCreate?: (() => void) | (() => void)[];
1419
+ created?: (() => void) | (() => void)[];
1420
+ beforeMount?: (() => void) | (() => void)[];
1421
+ mounted?: (() => void) | (() => void)[];
1422
+ beforeUpdate?: (() => void) | (() => void)[];
1423
+ updated?: (() => void) | (() => void)[];
1424
+ activated?: (() => void) | (() => void)[];
1425
+ deactivated?: (() => void) | (() => void)[];
1426
+ beforeDestroy?: (() => void) | (() => void)[];
1427
+ beforeUnmount?: (() => void) | (() => void)[];
1428
+ destroyed?: (() => void) | (() => void)[];
1429
+ unmounted?: (() => void) | (() => void)[];
1430
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1431
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1432
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
1522
1433
  };
1523
1434
  $forceUpdate: () => void;
1524
1435
  $nextTick: typeof nextTick;
1525
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1436
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1526
1437
  } & Omit<{
1527
1438
  flat: boolean;
1528
1439
  reverse: boolean;
@@ -1562,7 +1473,7 @@ declare const VTextField: {
1562
1473
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1563
1474
  modelValue?: unknown;
1564
1475
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1565
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
1476
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
1566
1477
  flat: boolean;
1567
1478
  reverse: boolean;
1568
1479
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1593,9 +1504,9 @@ declare const VTextField: {
1593
1504
  persistentPlaceholder: boolean;
1594
1505
  persistentCounter: boolean;
1595
1506
  }>;
1596
- __isFragment?: undefined;
1597
- __isTeleport?: undefined;
1598
- __isSuspense?: undefined;
1507
+ __isFragment?: never;
1508
+ __isTeleport?: never;
1509
+ __isSuspense?: never;
1599
1510
  } & vue.ComponentOptionsBase<{
1600
1511
  flat: boolean;
1601
1512
  reverse: boolean;
@@ -1625,9 +1536,9 @@ declare const VTextField: {
1625
1536
  persistentPlaceholder: boolean;
1626
1537
  persistentCounter: boolean;
1627
1538
  } & {
1539
+ name?: string | undefined;
1628
1540
  id?: string | undefined;
1629
1541
  width?: string | number | undefined;
1630
- name?: string | undefined;
1631
1542
  color?: string | undefined;
1632
1543
  maxWidth?: string | number | undefined;
1633
1544
  minWidth?: string | number | undefined;
@@ -1753,9 +1664,9 @@ declare const VTextField: {
1753
1664
  centerAffix: boolean;
1754
1665
  hideSpinButtons: boolean;
1755
1666
  persistentHint: boolean;
1667
+ name?: string | undefined;
1756
1668
  id?: string | undefined;
1757
1669
  width?: string | number | undefined;
1758
- name?: string | undefined;
1759
1670
  maxWidth?: string | number | undefined;
1760
1671
  minWidth?: string | number | undefined;
1761
1672
  label?: string | undefined;
@@ -1786,9 +1697,9 @@ declare const VTextField: {
1786
1697
  hideSpinButtons: boolean;
1787
1698
  persistentHint: boolean;
1788
1699
  } & {
1700
+ name?: string | undefined;
1789
1701
  id?: string | undefined;
1790
1702
  width?: string | number | undefined;
1791
- name?: string | undefined;
1792
1703
  maxWidth?: string | number | undefined;
1793
1704
  minWidth?: string | number | undefined;
1794
1705
  label?: string | undefined;
@@ -1811,24 +1722,14 @@ declare const VTextField: {
1811
1722
  [x: string]: unknown;
1812
1723
  };
1813
1724
  $slots: Readonly<{
1814
- default?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1815
- [key: string]: any;
1816
- }>[]) | undefined;
1817
- prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1818
- [key: string]: any;
1819
- }>[]) | undefined;
1820
- append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1821
- [key: string]: any;
1822
- }>[]) | undefined;
1823
- details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1824
- [key: string]: any;
1825
- }>[]) | undefined;
1826
- message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1827
- [key: string]: any;
1828
- }>[]) | undefined;
1725
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1726
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1727
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1728
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1729
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
1829
1730
  }>;
1830
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1831
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1731
+ $root: vue.ComponentPublicInstance | null;
1732
+ $parent: vue.ComponentPublicInstance | null;
1832
1733
  $emit: (event: string, ...args: any[]) => void;
1833
1734
  $el: any;
1834
1735
  $options: vue.ComponentOptionsBase<{
@@ -1847,9 +1748,9 @@ declare const VTextField: {
1847
1748
  hideSpinButtons: boolean;
1848
1749
  persistentHint: boolean;
1849
1750
  } & {
1751
+ name?: string | undefined;
1850
1752
  id?: string | undefined;
1851
1753
  width?: string | number | undefined;
1852
- name?: string | undefined;
1853
1754
  maxWidth?: string | number | undefined;
1854
1755
  minWidth?: string | number | undefined;
1855
1756
  label?: string | undefined;
@@ -1872,7 +1773,7 @@ declare const VTextField: {
1872
1773
  errorMessages: vue.ComputedRef<string[]>;
1873
1774
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1874
1775
  'update:modelValue': (value: any) => true;
1875
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1776
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1876
1777
  error: boolean;
1877
1778
  direction: "horizontal" | "vertical";
1878
1779
  style: vue.StyleValue;
@@ -1888,41 +1789,31 @@ declare const VTextField: {
1888
1789
  hideSpinButtons: boolean;
1889
1790
  persistentHint: boolean;
1890
1791
  }, {}, string, vue.SlotsType<Partial<{
1891
- default: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1892
- [key: string]: any;
1893
- }>[];
1894
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1895
- [key: string]: any;
1896
- }>[];
1897
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1898
- [key: string]: any;
1899
- }>[];
1900
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1901
- [key: string]: any;
1902
- }>[];
1903
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1904
- [key: string]: any;
1905
- }>[];
1792
+ default: (arg: VInputSlot) => vue.VNode[];
1793
+ prepend: (arg: VInputSlot) => vue.VNode[];
1794
+ append: (arg: VInputSlot) => vue.VNode[];
1795
+ details: (arg: VInputSlot) => vue.VNode[];
1796
+ message: (arg: VMessageSlot) => vue.VNode[];
1906
1797
  }>>> & {
1907
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1908
- created?: ((() => void) | (() => void)[]) | undefined;
1909
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1910
- mounted?: ((() => void) | (() => void)[]) | undefined;
1911
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1912
- updated?: ((() => void) | (() => void)[]) | undefined;
1913
- activated?: ((() => void) | (() => void)[]) | undefined;
1914
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1915
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1916
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1917
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1918
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1919
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1920
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1921
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
1798
+ beforeCreate?: (() => void) | (() => void)[];
1799
+ created?: (() => void) | (() => void)[];
1800
+ beforeMount?: (() => void) | (() => void)[];
1801
+ mounted?: (() => void) | (() => void)[];
1802
+ beforeUpdate?: (() => void) | (() => void)[];
1803
+ updated?: (() => void) | (() => void)[];
1804
+ activated?: (() => void) | (() => void)[];
1805
+ deactivated?: (() => void) | (() => void)[];
1806
+ beforeDestroy?: (() => void) | (() => void)[];
1807
+ beforeUnmount?: (() => void) | (() => void)[];
1808
+ destroyed?: (() => void) | (() => void)[];
1809
+ unmounted?: (() => void) | (() => void)[];
1810
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1811
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
1812
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
1922
1813
  };
1923
1814
  $forceUpdate: () => void;
1924
1815
  $nextTick: typeof nextTick;
1925
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1816
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1926
1817
  } & Omit<{
1927
1818
  error: boolean;
1928
1819
  direction: "horizontal" | "vertical";
@@ -1939,9 +1830,9 @@ declare const VTextField: {
1939
1830
  hideSpinButtons: boolean;
1940
1831
  persistentHint: boolean;
1941
1832
  } & {
1833
+ name?: string | undefined;
1942
1834
  id?: string | undefined;
1943
1835
  width?: string | number | undefined;
1944
- name?: string | undefined;
1945
1836
  maxWidth?: string | number | undefined;
1946
1837
  minWidth?: string | number | undefined;
1947
1838
  label?: string | undefined;
@@ -1965,7 +1856,7 @@ declare const VTextField: {
1965
1856
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1966
1857
  modelValue?: unknown;
1967
1858
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1968
- }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1859
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "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:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
1969
1860
  $: vue.ComponentInternalInstance;
1970
1861
  $data: {};
1971
1862
  $props: Partial<{
@@ -2060,30 +1951,18 @@ declare const VTextField: {
2060
1951
  $slots: Readonly<{
2061
1952
  clear?: ((arg: DefaultInputSlot & {
2062
1953
  props: Record<string, any>;
2063
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2064
- [key: string]: any;
2065
- }>[]) | undefined;
2066
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2067
- [key: string]: any;
2068
- }>[]) | undefined;
2069
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2070
- [key: string]: any;
2071
- }>[]) | undefined;
1954
+ }) => vue.VNode[]) | undefined;
1955
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
1956
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
2072
1957
  label?: ((arg: DefaultInputSlot & {
2073
1958
  label: string | undefined;
2074
1959
  props: Record<string, any>;
2075
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2076
- [key: string]: any;
2077
- }>[]) | undefined;
2078
- loader?: ((arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2079
- [key: string]: any;
2080
- }>[]) | undefined;
2081
- default?: ((arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2082
- [key: string]: any;
2083
- }>[]) | undefined;
1960
+ }) => vue.VNode[]) | undefined;
1961
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
1962
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
2084
1963
  }>;
2085
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2086
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1964
+ $root: vue.ComponentPublicInstance | null;
1965
+ $parent: vue.ComponentPublicInstance | null;
2087
1966
  $emit: (event: "update:focused", focused: boolean) => void;
2088
1967
  $el: any;
2089
1968
  $options: vue.ComponentOptionsBase<{
@@ -2125,7 +2004,7 @@ declare const VTextField: {
2125
2004
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2126
2005
  'update:focused': (focused: boolean) => true;
2127
2006
  'update:modelValue': (value: any) => true;
2128
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
2007
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
2129
2008
  flat: boolean;
2130
2009
  reverse: boolean;
2131
2010
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -2145,47 +2024,35 @@ declare const VTextField: {
2145
2024
  }, {}, string, vue.SlotsType<Partial<{
2146
2025
  clear: (arg: DefaultInputSlot & {
2147
2026
  props: Record<string, any>;
2148
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2149
- [key: string]: any;
2150
- }>[];
2151
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2152
- [key: string]: any;
2153
- }>[];
2154
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2155
- [key: string]: any;
2156
- }>[];
2027
+ }) => vue.VNode[];
2028
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
2029
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2157
2030
  label: (arg: DefaultInputSlot & {
2158
2031
  label: string | undefined;
2159
2032
  props: Record<string, any>;
2160
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2161
- [key: string]: any;
2162
- }>[];
2163
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2164
- [key: string]: any;
2165
- }>[];
2166
- default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2167
- [key: string]: any;
2168
- }>[];
2033
+ }) => vue.VNode[];
2034
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
2035
+ default: (arg: VFieldSlot) => vue.VNode[];
2169
2036
  }>>> & {
2170
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2171
- created?: ((() => void) | (() => void)[]) | undefined;
2172
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
2173
- mounted?: ((() => void) | (() => void)[]) | undefined;
2174
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2175
- updated?: ((() => void) | (() => void)[]) | undefined;
2176
- activated?: ((() => void) | (() => void)[]) | undefined;
2177
- deactivated?: ((() => void) | (() => void)[]) | undefined;
2178
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2179
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2180
- destroyed?: ((() => void) | (() => void)[]) | undefined;
2181
- unmounted?: ((() => void) | (() => void)[]) | undefined;
2182
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2183
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2184
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
2037
+ beforeCreate?: (() => void) | (() => void)[];
2038
+ created?: (() => void) | (() => void)[];
2039
+ beforeMount?: (() => void) | (() => void)[];
2040
+ mounted?: (() => void) | (() => void)[];
2041
+ beforeUpdate?: (() => void) | (() => void)[];
2042
+ updated?: (() => void) | (() => void)[];
2043
+ activated?: (() => void) | (() => void)[];
2044
+ deactivated?: (() => void) | (() => void)[];
2045
+ beforeDestroy?: (() => void) | (() => void)[];
2046
+ beforeUnmount?: (() => void) | (() => void)[];
2047
+ destroyed?: (() => void) | (() => void)[];
2048
+ unmounted?: (() => void) | (() => void)[];
2049
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2050
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2051
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
2185
2052
  };
2186
2053
  $forceUpdate: () => void;
2187
2054
  $nextTick: typeof nextTick;
2188
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2055
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2189
2056
  } & Omit<{
2190
2057
  flat: boolean;
2191
2058
  reverse: boolean;
@@ -2225,7 +2092,7 @@ declare const VTextField: {
2225
2092
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2226
2093
  modelValue?: unknown;
2227
2094
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2228
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2095
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2229
2096
  'click:control': (e: MouseEvent) => true;
2230
2097
  'mousedown:control': (e: MouseEvent) => true;
2231
2098
  'update:focused': (focused: boolean) => true;
@@ -2261,44 +2128,22 @@ declare const VTextField: {
2261
2128
  persistentPlaceholder: boolean;
2262
2129
  persistentCounter: boolean;
2263
2130
  }, {}, string, vue.SlotsType<Partial<{
2264
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2265
- [key: string]: any;
2266
- }>[];
2131
+ message: (arg: VMessageSlot) => vue.VNode[];
2267
2132
  clear: (arg: DefaultInputSlot & {
2268
2133
  props: Record<string, any>;
2269
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2270
- [key: string]: any;
2271
- }>[];
2272
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2273
- [key: string]: any;
2274
- }>[];
2134
+ }) => vue.VNode[];
2135
+ details: (arg: VInputSlot) => vue.VNode[];
2275
2136
  label: (arg: DefaultInputSlot & {
2276
2137
  label: string | undefined;
2277
2138
  props: Record<string, any>;
2278
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2279
- [key: string]: any;
2280
- }>[];
2281
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2282
- [key: string]: any;
2283
- }>[];
2284
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2285
- [key: string]: any;
2286
- }>[];
2287
- loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2288
- [key: string]: any;
2289
- }>[];
2290
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2291
- [key: string]: any;
2292
- }>[];
2293
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2294
- [key: string]: any;
2295
- }>[];
2296
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
2297
- [key: string]: any;
2298
- }>[];
2299
- counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2300
- [key: string]: any;
2301
- }>[];
2139
+ }) => vue.VNode[];
2140
+ append: (arg: VInputSlot) => vue.VNode[];
2141
+ prepend: (arg: VInputSlot) => vue.VNode[];
2142
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
2143
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
2144
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2145
+ default: () => vue.VNode[];
2146
+ counter: (arg: VCounterSlot) => vue.VNode[];
2302
2147
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2303
2148
  theme: StringConstructor;
2304
2149
  rounded: {
@@ -2307,7 +2152,7 @@ declare const VTextField: {
2307
2152
  };
2308
2153
  tile: BooleanConstructor;
2309
2154
  loading: (StringConstructor | BooleanConstructor)[];
2310
- class: PropType<any>;
2155
+ class: PropType<ClassValue>;
2311
2156
  style: {
2312
2157
  type: PropType<vue.StyleValue>;
2313
2158
  default: null;
@@ -2366,7 +2211,7 @@ declare const VTextField: {
2366
2211
  default: () => never[];
2367
2212
  };
2368
2213
  modelValue: null;
2369
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2214
+ validateOn: PropType<ValidationProps["validateOn"]>;
2370
2215
  validationValue: null;
2371
2216
  width: (StringConstructor | NumberConstructor)[];
2372
2217
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -2416,7 +2261,7 @@ declare const VTextField: {
2416
2261
  };
2417
2262
  tile: BooleanConstructor;
2418
2263
  loading: (StringConstructor | BooleanConstructor)[];
2419
- class: PropType<any>;
2264
+ class: PropType<ClassValue>;
2420
2265
  style: {
2421
2266
  type: PropType<vue.StyleValue>;
2422
2267
  default: null;
@@ -2475,7 +2320,7 @@ declare const VTextField: {
2475
2320
  default: () => never[];
2476
2321
  };
2477
2322
  modelValue: null;
2478
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2323
+ validateOn: PropType<ValidationProps["validateOn"]>;
2479
2324
  validationValue: null;
2480
2325
  width: (StringConstructor | NumberConstructor)[];
2481
2326
  maxWidth: (StringConstructor | NumberConstructor)[];