@vuetify/nightly 3.8.10-dev.2025-06-18 → 3.8.10-dev.2025-06-19

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 (145) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/dist/_component-variables-labs.sass +1 -3
  3. package/dist/_component-variables.sass +2 -0
  4. package/dist/json/attributes.json +3889 -3885
  5. package/dist/json/importMap-labs.json +32 -56
  6. package/dist/json/importMap.json +180 -156
  7. package/dist/json/tags.json +7 -6
  8. package/dist/json/web-types.json +7006 -6996
  9. package/dist/vuetify-labs.cjs +3071 -3065
  10. package/dist/vuetify-labs.css +5691 -5661
  11. package/dist/vuetify-labs.d.ts +8142 -4681
  12. package/dist/vuetify-labs.esm.js +3071 -3065
  13. package/dist/vuetify-labs.esm.js.map +1 -1
  14. package/dist/vuetify-labs.js +3071 -3065
  15. package/dist/vuetify-labs.min.css +2 -2
  16. package/dist/vuetify.cjs +1218 -160
  17. package/dist/vuetify.cjs.map +1 -1
  18. package/dist/vuetify.css +5014 -4715
  19. package/dist/vuetify.d.ts +6675 -1051
  20. package/dist/vuetify.esm.js +1218 -160
  21. package/dist/vuetify.esm.js.map +1 -1
  22. package/dist/vuetify.js +1218 -160
  23. package/dist/vuetify.js.map +1 -1
  24. package/dist/vuetify.min.css +2 -2
  25. package/dist/vuetify.min.js +1224 -1143
  26. package/dist/vuetify.min.js.map +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -18
  28. package/lib/components/VCarousel/VCarousel.d.ts +11 -1
  29. package/lib/components/VCheckbox/VCheckbox.d.ts +696 -3
  30. package/lib/components/VCheckbox/VCheckbox.js +5 -2
  31. package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
  32. package/lib/components/VCombobox/VCombobox.d.ts +18 -18
  33. package/lib/components/VFileInput/VFileInput.d.ts +6 -6
  34. package/lib/components/VList/VListItem.d.ts +3 -3
  35. package/lib/components/VList/VListItem.js.map +1 -1
  36. package/lib/components/VNumberInput/VNumberInput.d.ts +18 -18
  37. package/lib/components/VRadioGroup/VRadioGroup.d.ts +696 -3
  38. package/lib/components/VRadioGroup/VRadioGroup.js +5 -2
  39. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  40. package/lib/components/VRangeSlider/VRangeSlider.d.ts +696 -3
  41. package/lib/components/VRangeSlider/VRangeSlider.js +2 -1
  42. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  43. package/lib/components/VSelect/VSelect.d.ts +18 -18
  44. package/lib/components/VSlider/VSlider.d.ts +696 -3
  45. package/lib/components/VSlider/VSlider.js +4 -1
  46. package/lib/components/VSlider/VSlider.js.map +1 -1
  47. package/lib/components/VStepper/VStepperWindow.d.ts +10 -0
  48. package/lib/components/VSwitch/VSwitch.d.ts +696 -3
  49. package/lib/components/VSwitch/VSwitch.js +4 -1
  50. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  51. package/lib/components/VTabs/VTabsWindow.d.ts +10 -0
  52. package/lib/components/VTextField/VTextField.d.ts +6 -6
  53. package/lib/components/VTextarea/VTextarea.d.ts +6 -6
  54. package/lib/{labs → components}/VTimePicker/VTimePicker.d.ts +1 -14
  55. package/lib/{labs → components}/VTimePicker/VTimePicker.js +2 -4
  56. package/lib/components/VTimePicker/VTimePicker.js.map +1 -0
  57. package/lib/components/VTimePicker/VTimePickerClock.js.map +1 -0
  58. package/lib/{labs → components}/VTimePicker/VTimePickerControls.d.ts +0 -26
  59. package/lib/{labs → components}/VTimePicker/VTimePickerControls.js +3 -7
  60. package/lib/components/VTimePicker/VTimePickerControls.js.map +1 -0
  61. package/lib/{labs → components}/VTimePicker/_variables.scss +1 -1
  62. package/lib/components/VTimePicker/index.js.map +1 -0
  63. package/lib/components/VTimePicker/shared.js.map +1 -0
  64. package/lib/components/VTimePicker/util.js.map +1 -0
  65. package/lib/{labs → components}/VTreeview/VTreeview.d.ts +10 -10
  66. package/lib/{labs → components}/VTreeview/VTreeview.js +1 -1
  67. package/lib/components/VTreeview/VTreeview.js.map +1 -0
  68. package/lib/{labs → components}/VTreeview/VTreeviewChildren.d.ts +22 -22
  69. package/lib/{labs → components}/VTreeview/VTreeviewChildren.js +1 -1
  70. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -0
  71. package/lib/{labs → components}/VTreeview/VTreeviewGroup.js +2 -2
  72. package/lib/components/VTreeview/VTreeviewGroup.js.map +1 -0
  73. package/lib/{labs → components}/VTreeview/VTreeviewItem.d.ts +58 -58
  74. package/lib/{labs → components}/VTreeview/VTreeviewItem.js +4 -4
  75. package/lib/components/VTreeview/VTreeviewItem.js.map +1 -0
  76. package/lib/components/VTreeview/index.js.map +1 -0
  77. package/lib/components/VTreeview/shared.js.map +1 -0
  78. package/lib/components/VWindow/VWindow.css +15 -0
  79. package/lib/components/VWindow/VWindow.d.ts +10 -0
  80. package/lib/components/VWindow/VWindow.js +8 -2
  81. package/lib/components/VWindow/VWindow.js.map +1 -1
  82. package/lib/components/VWindow/VWindow.sass +17 -0
  83. package/lib/components/VWindow/_variables.scss +1 -0
  84. package/lib/components/index.d.ts +2 -0
  85. package/lib/components/index.js +4 -2
  86. package/lib/components/index.js.map +1 -1
  87. package/lib/composables/forwardRefs.d.ts +2 -2
  88. package/lib/composables/forwardRefs.js.map +1 -1
  89. package/lib/composables/icons.d.ts +1 -1
  90. package/lib/composables/icons.js.map +1 -1
  91. package/lib/composables/mask.d.ts +1 -1
  92. package/lib/composables/mask.js.map +1 -1
  93. package/lib/composables/theme.d.ts +1 -1
  94. package/lib/composables/theme.js +2 -4
  95. package/lib/composables/theme.js.map +1 -1
  96. package/lib/entry-bundler.js +1 -1
  97. package/lib/framework.d.ts +68 -68
  98. package/lib/framework.js +1 -1
  99. package/lib/labs/VCalendar/VCalendar.d.ts +24 -24
  100. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  101. package/lib/labs/VDateInput/VDateInput.d.ts +18 -18
  102. package/lib/labs/VMaskInput/VMaskInput.d.ts +18 -18
  103. package/lib/labs/components.d.ts +0 -2
  104. package/lib/labs/components.js +0 -2
  105. package/lib/labs/components.js.map +1 -1
  106. package/lib/styles/main.css +15 -0
  107. package/lib/styles/utilities/_index.sass +1 -0
  108. package/lib/styles/utilities/_pointer-events.sass +16 -0
  109. package/lib/util/helpers.d.ts +1 -0
  110. package/lib/util/helpers.js.map +1 -1
  111. package/package.json +1 -1
  112. package/lib/labs/VTimePicker/VTimePicker.js.map +0 -1
  113. package/lib/labs/VTimePicker/VTimePickerClock.js.map +0 -1
  114. package/lib/labs/VTimePicker/VTimePickerControls.js.map +0 -1
  115. package/lib/labs/VTimePicker/index.js.map +0 -1
  116. package/lib/labs/VTimePicker/shared.js.map +0 -1
  117. package/lib/labs/VTimePicker/util.js.map +0 -1
  118. package/lib/labs/VTreeview/VTreeview.js.map +0 -1
  119. package/lib/labs/VTreeview/VTreeviewChildren.js.map +0 -1
  120. package/lib/labs/VTreeview/VTreeviewGroup.js.map +0 -1
  121. package/lib/labs/VTreeview/VTreeviewItem.js.map +0 -1
  122. package/lib/labs/VTreeview/index.js.map +0 -1
  123. package/lib/labs/VTreeview/shared.js.map +0 -1
  124. /package/lib/{labs → components}/VTimePicker/VTimePicker.css +0 -0
  125. /package/lib/{labs → components}/VTimePicker/VTimePicker.sass +0 -0
  126. /package/lib/{labs → components}/VTimePicker/VTimePickerClock.css +0 -0
  127. /package/lib/{labs → components}/VTimePicker/VTimePickerClock.d.ts +0 -0
  128. /package/lib/{labs → components}/VTimePicker/VTimePickerClock.js +0 -0
  129. /package/lib/{labs → components}/VTimePicker/VTimePickerClock.sass +0 -0
  130. /package/lib/{labs → components}/VTimePicker/VTimePickerControls.css +0 -0
  131. /package/lib/{labs → components}/VTimePicker/VTimePickerControls.sass +0 -0
  132. /package/lib/{labs → components}/VTimePicker/index.d.ts +0 -0
  133. /package/lib/{labs → components}/VTimePicker/index.js +0 -0
  134. /package/lib/{labs → components}/VTimePicker/shared.d.ts +0 -0
  135. /package/lib/{labs → components}/VTimePicker/shared.js +0 -0
  136. /package/lib/{labs → components}/VTimePicker/util.d.ts +0 -0
  137. /package/lib/{labs → components}/VTimePicker/util.js +0 -0
  138. /package/lib/{labs → components}/VTreeview/VTreeviewGroup.d.ts +0 -0
  139. /package/lib/{labs → components}/VTreeview/VTreeviewItem.css +0 -0
  140. /package/lib/{labs → components}/VTreeview/VTreeviewItem.sass +0 -0
  141. /package/lib/{labs → components}/VTreeview/_variables.scss +0 -0
  142. /package/lib/{labs → components}/VTreeview/index.d.ts +0 -0
  143. /package/lib/{labs → components}/VTreeview/index.js +0 -0
  144. /package/lib/{labs → components}/VTreeview/shared.d.ts +0 -0
  145. /package/lib/{labs → components}/VTreeview/shared.js +0 -0
@@ -433,7 +433,238 @@ export declare const VSwitch: {
433
433
  } & {
434
434
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
435
435
  "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
436
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
436
+ }, Omit<Omit<{
437
+ $: import("vue").ComponentInternalInstance;
438
+ $data: {};
439
+ $props: Partial<{
440
+ error: boolean;
441
+ direction: "horizontal" | "vertical";
442
+ style: import("vue").StyleValue;
443
+ disabled: boolean | null;
444
+ readonly: boolean | null;
445
+ messages: string | readonly string[];
446
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
447
+ focused: boolean;
448
+ errorMessages: string | readonly string[] | null;
449
+ maxErrors: string | number;
450
+ density: import("../../composables/density.js").Density;
451
+ centerAffix: boolean;
452
+ glow: boolean;
453
+ hideSpinButtons: boolean;
454
+ persistentHint: boolean;
455
+ }> & Omit<{
456
+ error: boolean;
457
+ direction: "horizontal" | "vertical";
458
+ style: import("vue").StyleValue;
459
+ disabled: boolean | null;
460
+ readonly: boolean | null;
461
+ messages: string | readonly string[];
462
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
463
+ focused: boolean;
464
+ errorMessages: string | readonly string[] | null;
465
+ maxErrors: string | number;
466
+ density: import("../../composables/density.js").Density;
467
+ centerAffix: boolean;
468
+ glow: boolean;
469
+ hideSpinButtons: boolean;
470
+ persistentHint: boolean;
471
+ name?: string | undefined;
472
+ id?: string | undefined;
473
+ width?: string | number | undefined;
474
+ color?: string | undefined;
475
+ maxWidth?: string | number | undefined;
476
+ minWidth?: string | number | undefined;
477
+ label?: string | undefined;
478
+ class?: any;
479
+ theme?: string | undefined;
480
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
481
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
482
+ validationValue?: any;
483
+ baseColor?: string | undefined;
484
+ prependIcon?: IconValue | undefined;
485
+ appendIcon?: IconValue | undefined;
486
+ iconColor?: string | boolean | undefined;
487
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
488
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
489
+ hint?: string | undefined;
490
+ hideDetails?: boolean | "auto" | undefined;
491
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
492
+ $attrs: {
493
+ [x: string]: unknown;
494
+ };
495
+ $refs: {
496
+ [x: string]: unknown;
497
+ };
498
+ $slots: Readonly<{
499
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
500
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
501
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
502
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
503
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
504
+ }>;
505
+ $root: import("vue").ComponentPublicInstance | null;
506
+ $parent: import("vue").ComponentPublicInstance | null;
507
+ $host: Element | null;
508
+ $emit: (event: string, ...args: any[]) => void;
509
+ $el: any;
510
+ $options: import("vue").ComponentOptionsBase<{
511
+ error: boolean;
512
+ direction: "horizontal" | "vertical";
513
+ style: import("vue").StyleValue;
514
+ disabled: boolean | null;
515
+ readonly: boolean | null;
516
+ messages: string | readonly string[];
517
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
518
+ focused: boolean;
519
+ errorMessages: string | readonly string[] | null;
520
+ maxErrors: string | number;
521
+ density: import("../../composables/density.js").Density;
522
+ centerAffix: boolean;
523
+ glow: boolean;
524
+ hideSpinButtons: boolean;
525
+ persistentHint: boolean;
526
+ } & {
527
+ name?: string | undefined;
528
+ id?: string | undefined;
529
+ width?: string | number | undefined;
530
+ color?: string | undefined;
531
+ maxWidth?: string | number | undefined;
532
+ minWidth?: string | number | undefined;
533
+ label?: string | undefined;
534
+ class?: any;
535
+ theme?: string | undefined;
536
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
537
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
538
+ validationValue?: any;
539
+ baseColor?: string | undefined;
540
+ prependIcon?: IconValue | undefined;
541
+ appendIcon?: IconValue | undefined;
542
+ iconColor?: string | boolean | undefined;
543
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
544
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
545
+ hint?: string | undefined;
546
+ hideDetails?: boolean | "auto" | undefined;
547
+ } & {}, {
548
+ reset: () => Promise<void>;
549
+ resetValidation: () => Promise<void>;
550
+ validate: (silent?: boolean) => Promise<string[]>;
551
+ isValid: ComputedRef<boolean | null>;
552
+ errorMessages: ComputedRef<string[]>;
553
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
554
+ 'update:modelValue': (value: any) => true;
555
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
556
+ error: boolean;
557
+ direction: "horizontal" | "vertical";
558
+ style: import("vue").StyleValue;
559
+ disabled: boolean | null;
560
+ readonly: boolean | null;
561
+ messages: string | readonly string[];
562
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
563
+ focused: boolean;
564
+ errorMessages: string | readonly string[] | null;
565
+ maxErrors: string | number;
566
+ density: import("../../composables/density.js").Density;
567
+ centerAffix: boolean;
568
+ glow: boolean;
569
+ hideSpinButtons: boolean;
570
+ persistentHint: boolean;
571
+ }, {}, string, import("vue").SlotsType<Partial<{
572
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
573
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
574
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
575
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
576
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
577
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
578
+ beforeCreate?: (() => void) | (() => void)[];
579
+ created?: (() => void) | (() => void)[];
580
+ beforeMount?: (() => void) | (() => void)[];
581
+ mounted?: (() => void) | (() => void)[];
582
+ beforeUpdate?: (() => void) | (() => void)[];
583
+ updated?: (() => void) | (() => void)[];
584
+ activated?: (() => void) | (() => void)[];
585
+ deactivated?: (() => void) | (() => void)[];
586
+ beforeDestroy?: (() => void) | (() => void)[];
587
+ beforeUnmount?: (() => void) | (() => void)[];
588
+ destroyed?: (() => void) | (() => void)[];
589
+ unmounted?: (() => void) | (() => void)[];
590
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
591
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
592
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
593
+ };
594
+ $forceUpdate: () => void;
595
+ $nextTick: typeof import("vue").nextTick;
596
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
597
+ } & Readonly<{
598
+ error: boolean;
599
+ direction: "horizontal" | "vertical";
600
+ style: import("vue").StyleValue;
601
+ disabled: boolean | null;
602
+ readonly: boolean | null;
603
+ messages: string | readonly string[];
604
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
605
+ focused: boolean;
606
+ errorMessages: string | readonly string[] | null;
607
+ maxErrors: string | number;
608
+ density: import("../../composables/density.js").Density;
609
+ centerAffix: boolean;
610
+ glow: boolean;
611
+ hideSpinButtons: boolean;
612
+ persistentHint: boolean;
613
+ }> & Omit<{
614
+ error: boolean;
615
+ direction: "horizontal" | "vertical";
616
+ style: import("vue").StyleValue;
617
+ disabled: boolean | null;
618
+ readonly: boolean | null;
619
+ messages: string | readonly string[];
620
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
621
+ focused: boolean;
622
+ errorMessages: string | readonly string[] | null;
623
+ maxErrors: string | number;
624
+ density: import("../../composables/density.js").Density;
625
+ centerAffix: boolean;
626
+ glow: boolean;
627
+ hideSpinButtons: boolean;
628
+ persistentHint: boolean;
629
+ } & {
630
+ name?: string | undefined;
631
+ id?: string | undefined;
632
+ width?: string | number | undefined;
633
+ color?: string | undefined;
634
+ maxWidth?: string | number | undefined;
635
+ minWidth?: string | number | undefined;
636
+ label?: string | undefined;
637
+ class?: any;
638
+ theme?: string | undefined;
639
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
640
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
641
+ validationValue?: any;
642
+ baseColor?: string | undefined;
643
+ prependIcon?: IconValue | undefined;
644
+ appendIcon?: IconValue | undefined;
645
+ iconColor?: string | boolean | undefined;
646
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
647
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
648
+ hint?: string | undefined;
649
+ hideDetails?: boolean | "auto" | undefined;
650
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
651
+ reset: () => Promise<void>;
652
+ resetValidation: () => Promise<void>;
653
+ validate: (silent?: boolean) => Promise<string[]>;
654
+ isValid: ComputedRef<boolean | null>;
655
+ errorMessages: ComputedRef<string[]>;
656
+ }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
657
+ modelValue?: unknown;
658
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
659
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
660
+ _allExposed: {
661
+ reset: () => Promise<void>;
662
+ resetValidation: () => Promise<void>;
663
+ validate: (silent?: boolean) => Promise<string[]>;
664
+ isValid: ComputedRef<boolean | null>;
665
+ errorMessages: ComputedRef<string[]>;
666
+ } | {};
667
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
437
668
  'update:focused': (focused: boolean) => true;
438
669
  'update:modelValue': (value: any) => true;
439
670
  'update:indeterminate': (value: boolean) => true;
@@ -549,7 +780,238 @@ export declare const VSwitch: {
549
780
  } & {
550
781
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
551
782
  "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
552
- }, {}, {}, {}, {}, {
783
+ }, Omit<Omit<{
784
+ $: import("vue").ComponentInternalInstance;
785
+ $data: {};
786
+ $props: Partial<{
787
+ error: boolean;
788
+ direction: "horizontal" | "vertical";
789
+ style: import("vue").StyleValue;
790
+ disabled: boolean | null;
791
+ readonly: boolean | null;
792
+ messages: string | readonly string[];
793
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
794
+ focused: boolean;
795
+ errorMessages: string | readonly string[] | null;
796
+ maxErrors: string | number;
797
+ density: import("../../composables/density.js").Density;
798
+ centerAffix: boolean;
799
+ glow: boolean;
800
+ hideSpinButtons: boolean;
801
+ persistentHint: boolean;
802
+ }> & Omit<{
803
+ error: boolean;
804
+ direction: "horizontal" | "vertical";
805
+ style: import("vue").StyleValue;
806
+ disabled: boolean | null;
807
+ readonly: boolean | null;
808
+ messages: string | readonly string[];
809
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
810
+ focused: boolean;
811
+ errorMessages: string | readonly string[] | null;
812
+ maxErrors: string | number;
813
+ density: import("../../composables/density.js").Density;
814
+ centerAffix: boolean;
815
+ glow: boolean;
816
+ hideSpinButtons: boolean;
817
+ persistentHint: boolean;
818
+ name?: string | undefined;
819
+ id?: string | undefined;
820
+ width?: string | number | undefined;
821
+ color?: string | undefined;
822
+ maxWidth?: string | number | undefined;
823
+ minWidth?: string | number | undefined;
824
+ label?: string | undefined;
825
+ class?: any;
826
+ theme?: string | undefined;
827
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
828
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
829
+ validationValue?: any;
830
+ baseColor?: string | undefined;
831
+ prependIcon?: IconValue | undefined;
832
+ appendIcon?: IconValue | undefined;
833
+ iconColor?: string | boolean | undefined;
834
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
835
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
836
+ hint?: string | undefined;
837
+ hideDetails?: boolean | "auto" | undefined;
838
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
839
+ $attrs: {
840
+ [x: string]: unknown;
841
+ };
842
+ $refs: {
843
+ [x: string]: unknown;
844
+ };
845
+ $slots: Readonly<{
846
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
847
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
848
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
849
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
850
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
851
+ }>;
852
+ $root: import("vue").ComponentPublicInstance | null;
853
+ $parent: import("vue").ComponentPublicInstance | null;
854
+ $host: Element | null;
855
+ $emit: (event: string, ...args: any[]) => void;
856
+ $el: any;
857
+ $options: import("vue").ComponentOptionsBase<{
858
+ error: boolean;
859
+ direction: "horizontal" | "vertical";
860
+ style: import("vue").StyleValue;
861
+ disabled: boolean | null;
862
+ readonly: boolean | null;
863
+ messages: string | readonly string[];
864
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
865
+ focused: boolean;
866
+ errorMessages: string | readonly string[] | null;
867
+ maxErrors: string | number;
868
+ density: import("../../composables/density.js").Density;
869
+ centerAffix: boolean;
870
+ glow: boolean;
871
+ hideSpinButtons: boolean;
872
+ persistentHint: boolean;
873
+ } & {
874
+ name?: string | undefined;
875
+ id?: string | undefined;
876
+ width?: string | number | undefined;
877
+ color?: string | undefined;
878
+ maxWidth?: string | number | undefined;
879
+ minWidth?: string | number | undefined;
880
+ label?: string | undefined;
881
+ class?: any;
882
+ theme?: string | undefined;
883
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
884
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
885
+ validationValue?: any;
886
+ baseColor?: string | undefined;
887
+ prependIcon?: IconValue | undefined;
888
+ appendIcon?: IconValue | undefined;
889
+ iconColor?: string | boolean | undefined;
890
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
891
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
892
+ hint?: string | undefined;
893
+ hideDetails?: boolean | "auto" | undefined;
894
+ } & {}, {
895
+ reset: () => Promise<void>;
896
+ resetValidation: () => Promise<void>;
897
+ validate: (silent?: boolean) => Promise<string[]>;
898
+ isValid: ComputedRef<boolean | null>;
899
+ errorMessages: ComputedRef<string[]>;
900
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
901
+ 'update:modelValue': (value: any) => true;
902
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
903
+ error: boolean;
904
+ direction: "horizontal" | "vertical";
905
+ style: import("vue").StyleValue;
906
+ disabled: boolean | null;
907
+ readonly: boolean | null;
908
+ messages: string | readonly string[];
909
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
910
+ focused: boolean;
911
+ errorMessages: string | readonly string[] | null;
912
+ maxErrors: string | number;
913
+ density: import("../../composables/density.js").Density;
914
+ centerAffix: boolean;
915
+ glow: boolean;
916
+ hideSpinButtons: boolean;
917
+ persistentHint: boolean;
918
+ }, {}, string, import("vue").SlotsType<Partial<{
919
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
920
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
921
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
922
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
923
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
924
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
925
+ beforeCreate?: (() => void) | (() => void)[];
926
+ created?: (() => void) | (() => void)[];
927
+ beforeMount?: (() => void) | (() => void)[];
928
+ mounted?: (() => void) | (() => void)[];
929
+ beforeUpdate?: (() => void) | (() => void)[];
930
+ updated?: (() => void) | (() => void)[];
931
+ activated?: (() => void) | (() => void)[];
932
+ deactivated?: (() => void) | (() => void)[];
933
+ beforeDestroy?: (() => void) | (() => void)[];
934
+ beforeUnmount?: (() => void) | (() => void)[];
935
+ destroyed?: (() => void) | (() => void)[];
936
+ unmounted?: (() => void) | (() => void)[];
937
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
938
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
939
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
940
+ };
941
+ $forceUpdate: () => void;
942
+ $nextTick: typeof import("vue").nextTick;
943
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
944
+ } & Readonly<{
945
+ error: boolean;
946
+ direction: "horizontal" | "vertical";
947
+ style: import("vue").StyleValue;
948
+ disabled: boolean | null;
949
+ readonly: boolean | null;
950
+ messages: string | readonly string[];
951
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
952
+ focused: boolean;
953
+ errorMessages: string | readonly string[] | null;
954
+ maxErrors: string | number;
955
+ density: import("../../composables/density.js").Density;
956
+ centerAffix: boolean;
957
+ glow: boolean;
958
+ hideSpinButtons: boolean;
959
+ persistentHint: boolean;
960
+ }> & Omit<{
961
+ error: boolean;
962
+ direction: "horizontal" | "vertical";
963
+ style: import("vue").StyleValue;
964
+ disabled: boolean | null;
965
+ readonly: boolean | null;
966
+ messages: string | readonly string[];
967
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
968
+ focused: boolean;
969
+ errorMessages: string | readonly string[] | null;
970
+ maxErrors: string | number;
971
+ density: import("../../composables/density.js").Density;
972
+ centerAffix: boolean;
973
+ glow: boolean;
974
+ hideSpinButtons: boolean;
975
+ persistentHint: boolean;
976
+ } & {
977
+ name?: string | undefined;
978
+ id?: string | undefined;
979
+ width?: string | number | undefined;
980
+ color?: string | undefined;
981
+ maxWidth?: string | number | undefined;
982
+ minWidth?: string | number | undefined;
983
+ label?: string | undefined;
984
+ class?: any;
985
+ theme?: string | undefined;
986
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
987
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
988
+ validationValue?: any;
989
+ baseColor?: string | undefined;
990
+ prependIcon?: IconValue | undefined;
991
+ appendIcon?: IconValue | undefined;
992
+ iconColor?: string | boolean | undefined;
993
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
994
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
995
+ hint?: string | undefined;
996
+ hideDetails?: boolean | "auto" | undefined;
997
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
998
+ reset: () => Promise<void>;
999
+ resetValidation: () => Promise<void>;
1000
+ validate: (silent?: boolean) => Promise<string[]>;
1001
+ isValid: ComputedRef<boolean | null>;
1002
+ errorMessages: ComputedRef<string[]>;
1003
+ }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
1004
+ modelValue?: unknown;
1005
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1006
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1007
+ _allExposed: {
1008
+ reset: () => Promise<void>;
1009
+ resetValidation: () => Promise<void>;
1010
+ validate: (silent?: boolean) => Promise<string[]>;
1011
+ isValid: ComputedRef<boolean | null>;
1012
+ errorMessages: ComputedRef<string[]>;
1013
+ } | {};
1014
+ }, {}, {}, {}, {
553
1015
  flat: boolean;
554
1016
  inline: boolean;
555
1017
  error: boolean;
@@ -638,7 +1100,238 @@ export declare const VSwitch: {
638
1100
  } & {
639
1101
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
640
1102
  "onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
641
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
1103
+ }, Omit<Omit<{
1104
+ $: import("vue").ComponentInternalInstance;
1105
+ $data: {};
1106
+ $props: Partial<{
1107
+ error: boolean;
1108
+ direction: "horizontal" | "vertical";
1109
+ style: import("vue").StyleValue;
1110
+ disabled: boolean | null;
1111
+ readonly: boolean | null;
1112
+ messages: string | readonly string[];
1113
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1114
+ focused: boolean;
1115
+ errorMessages: string | readonly string[] | null;
1116
+ maxErrors: string | number;
1117
+ density: import("../../composables/density.js").Density;
1118
+ centerAffix: boolean;
1119
+ glow: boolean;
1120
+ hideSpinButtons: boolean;
1121
+ persistentHint: boolean;
1122
+ }> & Omit<{
1123
+ error: boolean;
1124
+ direction: "horizontal" | "vertical";
1125
+ style: import("vue").StyleValue;
1126
+ disabled: boolean | null;
1127
+ readonly: boolean | null;
1128
+ messages: string | readonly string[];
1129
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1130
+ focused: boolean;
1131
+ errorMessages: string | readonly string[] | null;
1132
+ maxErrors: string | number;
1133
+ density: import("../../composables/density.js").Density;
1134
+ centerAffix: boolean;
1135
+ glow: boolean;
1136
+ hideSpinButtons: boolean;
1137
+ persistentHint: boolean;
1138
+ name?: string | undefined;
1139
+ id?: string | undefined;
1140
+ width?: string | number | undefined;
1141
+ color?: string | undefined;
1142
+ maxWidth?: string | number | undefined;
1143
+ minWidth?: string | number | undefined;
1144
+ label?: string | undefined;
1145
+ class?: any;
1146
+ theme?: string | undefined;
1147
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1148
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1149
+ validationValue?: any;
1150
+ baseColor?: string | undefined;
1151
+ prependIcon?: IconValue | undefined;
1152
+ appendIcon?: IconValue | undefined;
1153
+ iconColor?: string | boolean | undefined;
1154
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1155
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1156
+ hint?: string | undefined;
1157
+ hideDetails?: boolean | "auto" | undefined;
1158
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
1159
+ $attrs: {
1160
+ [x: string]: unknown;
1161
+ };
1162
+ $refs: {
1163
+ [x: string]: unknown;
1164
+ };
1165
+ $slots: Readonly<{
1166
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1167
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1168
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1169
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1170
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1171
+ }>;
1172
+ $root: import("vue").ComponentPublicInstance | null;
1173
+ $parent: import("vue").ComponentPublicInstance | null;
1174
+ $host: Element | null;
1175
+ $emit: (event: string, ...args: any[]) => void;
1176
+ $el: any;
1177
+ $options: import("vue").ComponentOptionsBase<{
1178
+ error: boolean;
1179
+ direction: "horizontal" | "vertical";
1180
+ style: import("vue").StyleValue;
1181
+ disabled: boolean | null;
1182
+ readonly: boolean | null;
1183
+ messages: string | readonly string[];
1184
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1185
+ focused: boolean;
1186
+ errorMessages: string | readonly string[] | null;
1187
+ maxErrors: string | number;
1188
+ density: import("../../composables/density.js").Density;
1189
+ centerAffix: boolean;
1190
+ glow: boolean;
1191
+ hideSpinButtons: boolean;
1192
+ persistentHint: boolean;
1193
+ } & {
1194
+ name?: string | undefined;
1195
+ id?: string | undefined;
1196
+ width?: string | number | undefined;
1197
+ color?: string | undefined;
1198
+ maxWidth?: string | number | undefined;
1199
+ minWidth?: string | number | undefined;
1200
+ label?: string | undefined;
1201
+ class?: any;
1202
+ theme?: string | undefined;
1203
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1204
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1205
+ validationValue?: any;
1206
+ baseColor?: string | undefined;
1207
+ prependIcon?: IconValue | undefined;
1208
+ appendIcon?: IconValue | undefined;
1209
+ iconColor?: string | boolean | undefined;
1210
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1211
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1212
+ hint?: string | undefined;
1213
+ hideDetails?: boolean | "auto" | undefined;
1214
+ } & {}, {
1215
+ reset: () => Promise<void>;
1216
+ resetValidation: () => Promise<void>;
1217
+ validate: (silent?: boolean) => Promise<string[]>;
1218
+ isValid: ComputedRef<boolean | null>;
1219
+ errorMessages: ComputedRef<string[]>;
1220
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
1221
+ 'update:modelValue': (value: any) => true;
1222
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1223
+ error: boolean;
1224
+ direction: "horizontal" | "vertical";
1225
+ style: import("vue").StyleValue;
1226
+ disabled: boolean | null;
1227
+ readonly: boolean | null;
1228
+ messages: string | readonly string[];
1229
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1230
+ focused: boolean;
1231
+ errorMessages: string | readonly string[] | null;
1232
+ maxErrors: string | number;
1233
+ density: import("../../composables/density.js").Density;
1234
+ centerAffix: boolean;
1235
+ glow: boolean;
1236
+ hideSpinButtons: boolean;
1237
+ persistentHint: boolean;
1238
+ }, {}, string, import("vue").SlotsType<Partial<{
1239
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1240
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1241
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1242
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1243
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1244
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1245
+ beforeCreate?: (() => void) | (() => void)[];
1246
+ created?: (() => void) | (() => void)[];
1247
+ beforeMount?: (() => void) | (() => void)[];
1248
+ mounted?: (() => void) | (() => void)[];
1249
+ beforeUpdate?: (() => void) | (() => void)[];
1250
+ updated?: (() => void) | (() => void)[];
1251
+ activated?: (() => void) | (() => void)[];
1252
+ deactivated?: (() => void) | (() => void)[];
1253
+ beforeDestroy?: (() => void) | (() => void)[];
1254
+ beforeUnmount?: (() => void) | (() => void)[];
1255
+ destroyed?: (() => void) | (() => void)[];
1256
+ unmounted?: (() => void) | (() => void)[];
1257
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1258
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1259
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1260
+ };
1261
+ $forceUpdate: () => void;
1262
+ $nextTick: typeof import("vue").nextTick;
1263
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
1264
+ } & Readonly<{
1265
+ error: boolean;
1266
+ direction: "horizontal" | "vertical";
1267
+ style: import("vue").StyleValue;
1268
+ disabled: boolean | null;
1269
+ readonly: boolean | null;
1270
+ messages: string | readonly string[];
1271
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1272
+ focused: boolean;
1273
+ errorMessages: string | readonly string[] | null;
1274
+ maxErrors: string | number;
1275
+ density: import("../../composables/density.js").Density;
1276
+ centerAffix: boolean;
1277
+ glow: boolean;
1278
+ hideSpinButtons: boolean;
1279
+ persistentHint: boolean;
1280
+ }> & Omit<{
1281
+ error: boolean;
1282
+ direction: "horizontal" | "vertical";
1283
+ style: import("vue").StyleValue;
1284
+ disabled: boolean | null;
1285
+ readonly: boolean | null;
1286
+ messages: string | readonly string[];
1287
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
1288
+ focused: boolean;
1289
+ errorMessages: string | readonly string[] | null;
1290
+ maxErrors: string | number;
1291
+ density: import("../../composables/density.js").Density;
1292
+ centerAffix: boolean;
1293
+ glow: boolean;
1294
+ hideSpinButtons: boolean;
1295
+ persistentHint: boolean;
1296
+ } & {
1297
+ name?: string | undefined;
1298
+ id?: string | undefined;
1299
+ width?: string | number | undefined;
1300
+ color?: string | undefined;
1301
+ maxWidth?: string | number | undefined;
1302
+ minWidth?: string | number | undefined;
1303
+ label?: string | undefined;
1304
+ class?: any;
1305
+ theme?: string | undefined;
1306
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1307
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1308
+ validationValue?: any;
1309
+ baseColor?: string | undefined;
1310
+ prependIcon?: IconValue | undefined;
1311
+ appendIcon?: IconValue | undefined;
1312
+ iconColor?: string | boolean | undefined;
1313
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1314
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1315
+ hint?: string | undefined;
1316
+ hideDetails?: boolean | "auto" | undefined;
1317
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
1318
+ reset: () => Promise<void>;
1319
+ resetValidation: () => Promise<void>;
1320
+ validate: (silent?: boolean) => Promise<string[]>;
1321
+ isValid: ComputedRef<boolean | null>;
1322
+ errorMessages: ComputedRef<string[]>;
1323
+ }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
1324
+ modelValue?: unknown;
1325
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1326
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1327
+ _allExposed: {
1328
+ reset: () => Promise<void>;
1329
+ resetValidation: () => Promise<void>;
1330
+ validate: (silent?: boolean) => Promise<string[]>;
1331
+ isValid: ComputedRef<boolean | null>;
1332
+ errorMessages: ComputedRef<string[]>;
1333
+ } | {};
1334
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
642
1335
  'update:focused': (focused: boolean) => true;
643
1336
  'update:modelValue': (value: any) => true;
644
1337
  'update:indeterminate': (value: boolean) => true;