@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
@@ -529,7 +529,238 @@ export declare const VRangeSlider: {
529
529
  onEnd?: ((value: [number, number]) => any) | undefined;
530
530
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
531
531
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
532
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
532
+ }, Omit<Omit<{
533
+ $: import("vue").ComponentInternalInstance;
534
+ $data: {};
535
+ $props: Partial<{
536
+ error: boolean;
537
+ direction: "horizontal" | "vertical";
538
+ style: import("vue").StyleValue;
539
+ disabled: boolean | null;
540
+ readonly: boolean | null;
541
+ messages: string | readonly string[];
542
+ 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)?])[];
543
+ focused: boolean;
544
+ errorMessages: string | readonly string[] | null;
545
+ maxErrors: string | number;
546
+ density: import("../../composables/density.js").Density;
547
+ centerAffix: boolean;
548
+ glow: boolean;
549
+ hideSpinButtons: boolean;
550
+ persistentHint: boolean;
551
+ }> & Omit<{
552
+ error: boolean;
553
+ direction: "horizontal" | "vertical";
554
+ style: import("vue").StyleValue;
555
+ disabled: boolean | null;
556
+ readonly: boolean | null;
557
+ messages: string | readonly string[];
558
+ 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)?])[];
559
+ focused: boolean;
560
+ errorMessages: string | readonly string[] | null;
561
+ maxErrors: string | number;
562
+ density: import("../../composables/density.js").Density;
563
+ centerAffix: boolean;
564
+ glow: boolean;
565
+ hideSpinButtons: boolean;
566
+ persistentHint: boolean;
567
+ name?: string | undefined;
568
+ id?: string | undefined;
569
+ width?: string | number | undefined;
570
+ color?: string | undefined;
571
+ maxWidth?: string | number | undefined;
572
+ minWidth?: string | number | undefined;
573
+ label?: string | undefined;
574
+ class?: any;
575
+ theme?: string | undefined;
576
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
577
+ 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;
578
+ validationValue?: any;
579
+ baseColor?: string | undefined;
580
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
581
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
582
+ iconColor?: string | boolean | undefined;
583
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
584
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
585
+ hint?: string | undefined;
586
+ hideDetails?: boolean | "auto" | undefined;
587
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
588
+ $attrs: {
589
+ [x: string]: unknown;
590
+ };
591
+ $refs: {
592
+ [x: string]: unknown;
593
+ };
594
+ $slots: Readonly<{
595
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
596
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
597
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
598
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
599
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
600
+ }>;
601
+ $root: import("vue").ComponentPublicInstance | null;
602
+ $parent: import("vue").ComponentPublicInstance | null;
603
+ $host: Element | null;
604
+ $emit: (event: string, ...args: any[]) => void;
605
+ $el: any;
606
+ $options: import("vue").ComponentOptionsBase<{
607
+ error: boolean;
608
+ direction: "horizontal" | "vertical";
609
+ style: import("vue").StyleValue;
610
+ disabled: boolean | null;
611
+ readonly: boolean | null;
612
+ messages: string | readonly string[];
613
+ 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)?])[];
614
+ focused: boolean;
615
+ errorMessages: string | readonly string[] | null;
616
+ maxErrors: string | number;
617
+ density: import("../../composables/density.js").Density;
618
+ centerAffix: boolean;
619
+ glow: boolean;
620
+ hideSpinButtons: boolean;
621
+ persistentHint: boolean;
622
+ } & {
623
+ name?: string | undefined;
624
+ id?: string | undefined;
625
+ width?: string | number | undefined;
626
+ color?: string | undefined;
627
+ maxWidth?: string | number | undefined;
628
+ minWidth?: string | number | undefined;
629
+ label?: string | undefined;
630
+ class?: any;
631
+ theme?: string | undefined;
632
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
633
+ 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;
634
+ validationValue?: any;
635
+ baseColor?: string | undefined;
636
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
637
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
638
+ iconColor?: string | boolean | undefined;
639
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
640
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
641
+ hint?: string | undefined;
642
+ hideDetails?: boolean | "auto" | undefined;
643
+ } & {}, {
644
+ reset: () => Promise<void>;
645
+ resetValidation: () => Promise<void>;
646
+ validate: (silent?: boolean) => Promise<string[]>;
647
+ isValid: import("vue").ComputedRef<boolean | null>;
648
+ errorMessages: import("vue").ComputedRef<string[]>;
649
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
650
+ 'update:modelValue': (value: any) => true;
651
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
652
+ error: boolean;
653
+ direction: "horizontal" | "vertical";
654
+ style: import("vue").StyleValue;
655
+ disabled: boolean | null;
656
+ readonly: boolean | null;
657
+ messages: string | readonly string[];
658
+ 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)?])[];
659
+ focused: boolean;
660
+ errorMessages: string | readonly string[] | null;
661
+ maxErrors: string | number;
662
+ density: import("../../composables/density.js").Density;
663
+ centerAffix: boolean;
664
+ glow: boolean;
665
+ hideSpinButtons: boolean;
666
+ persistentHint: boolean;
667
+ }, {}, string, import("vue").SlotsType<Partial<{
668
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
669
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
670
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
671
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
672
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
673
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
674
+ beforeCreate?: (() => void) | (() => void)[];
675
+ created?: (() => void) | (() => void)[];
676
+ beforeMount?: (() => void) | (() => void)[];
677
+ mounted?: (() => void) | (() => void)[];
678
+ beforeUpdate?: (() => void) | (() => void)[];
679
+ updated?: (() => void) | (() => void)[];
680
+ activated?: (() => void) | (() => void)[];
681
+ deactivated?: (() => void) | (() => void)[];
682
+ beforeDestroy?: (() => void) | (() => void)[];
683
+ beforeUnmount?: (() => void) | (() => void)[];
684
+ destroyed?: (() => void) | (() => void)[];
685
+ unmounted?: (() => void) | (() => void)[];
686
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
687
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
688
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
689
+ };
690
+ $forceUpdate: () => void;
691
+ $nextTick: typeof import("vue").nextTick;
692
+ $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;
693
+ } & Readonly<{
694
+ error: boolean;
695
+ direction: "horizontal" | "vertical";
696
+ style: import("vue").StyleValue;
697
+ disabled: boolean | null;
698
+ readonly: boolean | null;
699
+ messages: string | readonly string[];
700
+ 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)?])[];
701
+ focused: boolean;
702
+ errorMessages: string | readonly string[] | null;
703
+ maxErrors: string | number;
704
+ density: import("../../composables/density.js").Density;
705
+ centerAffix: boolean;
706
+ glow: boolean;
707
+ hideSpinButtons: boolean;
708
+ persistentHint: boolean;
709
+ }> & Omit<{
710
+ error: boolean;
711
+ direction: "horizontal" | "vertical";
712
+ style: import("vue").StyleValue;
713
+ disabled: boolean | null;
714
+ readonly: boolean | null;
715
+ messages: string | readonly string[];
716
+ 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)?])[];
717
+ focused: boolean;
718
+ errorMessages: string | readonly string[] | null;
719
+ maxErrors: string | number;
720
+ density: import("../../composables/density.js").Density;
721
+ centerAffix: boolean;
722
+ glow: boolean;
723
+ hideSpinButtons: boolean;
724
+ persistentHint: boolean;
725
+ } & {
726
+ name?: string | undefined;
727
+ id?: string | undefined;
728
+ width?: string | number | undefined;
729
+ color?: string | undefined;
730
+ maxWidth?: string | number | undefined;
731
+ minWidth?: string | number | undefined;
732
+ label?: string | undefined;
733
+ class?: any;
734
+ theme?: string | undefined;
735
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
736
+ 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;
737
+ validationValue?: any;
738
+ baseColor?: string | undefined;
739
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
740
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
741
+ iconColor?: string | boolean | undefined;
742
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
743
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
744
+ hint?: string | undefined;
745
+ hideDetails?: boolean | "auto" | undefined;
746
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
747
+ reset: () => Promise<void>;
748
+ resetValidation: () => Promise<void>;
749
+ validate: (silent?: boolean) => Promise<string[]>;
750
+ isValid: import("vue").ComputedRef<boolean | null>;
751
+ errorMessages: import("vue").ComputedRef<string[]>;
752
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
753
+ modelValue?: unknown;
754
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
755
+ }, import("../VInput/VInput.js").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}`> & {
756
+ _allExposed: {
757
+ reset: () => Promise<void>;
758
+ resetValidation: () => Promise<void>;
759
+ validate: (silent?: boolean) => Promise<string[]>;
760
+ isValid: import("vue").ComputedRef<boolean | null>;
761
+ errorMessages: import("vue").ComputedRef<string[]>;
762
+ } | {};
763
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
533
764
  'update:focused': (value: boolean) => true;
534
765
  'update:modelValue': (value: [number, number]) => true;
535
766
  end: (value: [number, number]) => true;
@@ -692,7 +923,238 @@ export declare const VRangeSlider: {
692
923
  onEnd?: ((value: [number, number]) => any) | undefined;
693
924
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
694
925
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
695
- }, {}, {}, {}, {}, {
926
+ }, Omit<Omit<{
927
+ $: import("vue").ComponentInternalInstance;
928
+ $data: {};
929
+ $props: Partial<{
930
+ error: boolean;
931
+ direction: "horizontal" | "vertical";
932
+ style: import("vue").StyleValue;
933
+ disabled: boolean | null;
934
+ readonly: boolean | null;
935
+ messages: string | readonly string[];
936
+ 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)?])[];
937
+ focused: boolean;
938
+ errorMessages: string | readonly string[] | null;
939
+ maxErrors: string | number;
940
+ density: import("../../composables/density.js").Density;
941
+ centerAffix: boolean;
942
+ glow: boolean;
943
+ hideSpinButtons: boolean;
944
+ persistentHint: boolean;
945
+ }> & Omit<{
946
+ error: boolean;
947
+ direction: "horizontal" | "vertical";
948
+ style: import("vue").StyleValue;
949
+ disabled: boolean | null;
950
+ readonly: boolean | null;
951
+ messages: string | readonly string[];
952
+ 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)?])[];
953
+ focused: boolean;
954
+ errorMessages: string | readonly string[] | null;
955
+ maxErrors: string | number;
956
+ density: import("../../composables/density.js").Density;
957
+ centerAffix: boolean;
958
+ glow: boolean;
959
+ hideSpinButtons: boolean;
960
+ persistentHint: boolean;
961
+ name?: string | undefined;
962
+ id?: string | undefined;
963
+ width?: string | number | undefined;
964
+ color?: string | undefined;
965
+ maxWidth?: string | number | undefined;
966
+ minWidth?: string | number | undefined;
967
+ label?: string | undefined;
968
+ class?: any;
969
+ theme?: string | undefined;
970
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
971
+ 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;
972
+ validationValue?: any;
973
+ baseColor?: string | undefined;
974
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
975
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
976
+ iconColor?: string | boolean | undefined;
977
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
978
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
979
+ hint?: string | undefined;
980
+ hideDetails?: boolean | "auto" | undefined;
981
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
982
+ $attrs: {
983
+ [x: string]: unknown;
984
+ };
985
+ $refs: {
986
+ [x: string]: unknown;
987
+ };
988
+ $slots: Readonly<{
989
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
990
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
991
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
992
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
993
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
994
+ }>;
995
+ $root: import("vue").ComponentPublicInstance | null;
996
+ $parent: import("vue").ComponentPublicInstance | null;
997
+ $host: Element | null;
998
+ $emit: (event: string, ...args: any[]) => void;
999
+ $el: any;
1000
+ $options: import("vue").ComponentOptionsBase<{
1001
+ error: boolean;
1002
+ direction: "horizontal" | "vertical";
1003
+ style: import("vue").StyleValue;
1004
+ disabled: boolean | null;
1005
+ readonly: boolean | null;
1006
+ messages: string | readonly string[];
1007
+ 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)?])[];
1008
+ focused: boolean;
1009
+ errorMessages: string | readonly string[] | null;
1010
+ maxErrors: string | number;
1011
+ density: import("../../composables/density.js").Density;
1012
+ centerAffix: boolean;
1013
+ glow: boolean;
1014
+ hideSpinButtons: boolean;
1015
+ persistentHint: boolean;
1016
+ } & {
1017
+ name?: string | undefined;
1018
+ id?: string | undefined;
1019
+ width?: string | number | undefined;
1020
+ color?: string | undefined;
1021
+ maxWidth?: string | number | undefined;
1022
+ minWidth?: string | number | undefined;
1023
+ label?: string | undefined;
1024
+ class?: any;
1025
+ theme?: string | undefined;
1026
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1027
+ 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;
1028
+ validationValue?: any;
1029
+ baseColor?: string | undefined;
1030
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1031
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1032
+ iconColor?: string | boolean | undefined;
1033
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1034
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1035
+ hint?: string | undefined;
1036
+ hideDetails?: boolean | "auto" | undefined;
1037
+ } & {}, {
1038
+ reset: () => Promise<void>;
1039
+ resetValidation: () => Promise<void>;
1040
+ validate: (silent?: boolean) => Promise<string[]>;
1041
+ isValid: import("vue").ComputedRef<boolean | null>;
1042
+ errorMessages: import("vue").ComputedRef<string[]>;
1043
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
1044
+ 'update:modelValue': (value: any) => true;
1045
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1046
+ error: boolean;
1047
+ direction: "horizontal" | "vertical";
1048
+ style: import("vue").StyleValue;
1049
+ disabled: boolean | null;
1050
+ readonly: boolean | null;
1051
+ messages: string | readonly string[];
1052
+ 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)?])[];
1053
+ focused: boolean;
1054
+ errorMessages: string | readonly string[] | null;
1055
+ maxErrors: string | number;
1056
+ density: import("../../composables/density.js").Density;
1057
+ centerAffix: boolean;
1058
+ glow: boolean;
1059
+ hideSpinButtons: boolean;
1060
+ persistentHint: boolean;
1061
+ }, {}, string, import("vue").SlotsType<Partial<{
1062
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1063
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1064
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1065
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1066
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1067
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1068
+ beforeCreate?: (() => void) | (() => void)[];
1069
+ created?: (() => void) | (() => void)[];
1070
+ beforeMount?: (() => void) | (() => void)[];
1071
+ mounted?: (() => void) | (() => void)[];
1072
+ beforeUpdate?: (() => void) | (() => void)[];
1073
+ updated?: (() => void) | (() => void)[];
1074
+ activated?: (() => void) | (() => void)[];
1075
+ deactivated?: (() => void) | (() => void)[];
1076
+ beforeDestroy?: (() => void) | (() => void)[];
1077
+ beforeUnmount?: (() => void) | (() => void)[];
1078
+ destroyed?: (() => void) | (() => void)[];
1079
+ unmounted?: (() => void) | (() => void)[];
1080
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1081
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1082
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1083
+ };
1084
+ $forceUpdate: () => void;
1085
+ $nextTick: typeof import("vue").nextTick;
1086
+ $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;
1087
+ } & Readonly<{
1088
+ error: boolean;
1089
+ direction: "horizontal" | "vertical";
1090
+ style: import("vue").StyleValue;
1091
+ disabled: boolean | null;
1092
+ readonly: boolean | null;
1093
+ messages: string | readonly string[];
1094
+ 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)?])[];
1095
+ focused: boolean;
1096
+ errorMessages: string | readonly string[] | null;
1097
+ maxErrors: string | number;
1098
+ density: import("../../composables/density.js").Density;
1099
+ centerAffix: boolean;
1100
+ glow: boolean;
1101
+ hideSpinButtons: boolean;
1102
+ persistentHint: boolean;
1103
+ }> & Omit<{
1104
+ error: boolean;
1105
+ direction: "horizontal" | "vertical";
1106
+ style: import("vue").StyleValue;
1107
+ disabled: boolean | null;
1108
+ readonly: boolean | null;
1109
+ messages: string | readonly string[];
1110
+ 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)?])[];
1111
+ focused: boolean;
1112
+ errorMessages: string | readonly string[] | null;
1113
+ maxErrors: string | number;
1114
+ density: import("../../composables/density.js").Density;
1115
+ centerAffix: boolean;
1116
+ glow: boolean;
1117
+ hideSpinButtons: boolean;
1118
+ persistentHint: boolean;
1119
+ } & {
1120
+ name?: string | undefined;
1121
+ id?: string | undefined;
1122
+ width?: string | number | undefined;
1123
+ color?: string | undefined;
1124
+ maxWidth?: string | number | undefined;
1125
+ minWidth?: string | number | undefined;
1126
+ label?: string | undefined;
1127
+ class?: any;
1128
+ theme?: string | undefined;
1129
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1130
+ 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;
1131
+ validationValue?: any;
1132
+ baseColor?: string | undefined;
1133
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1134
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1135
+ iconColor?: string | boolean | undefined;
1136
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1137
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1138
+ hint?: string | undefined;
1139
+ hideDetails?: boolean | "auto" | undefined;
1140
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
1141
+ reset: () => Promise<void>;
1142
+ resetValidation: () => Promise<void>;
1143
+ validate: (silent?: boolean) => Promise<string[]>;
1144
+ isValid: import("vue").ComputedRef<boolean | null>;
1145
+ errorMessages: import("vue").ComputedRef<string[]>;
1146
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1147
+ modelValue?: unknown;
1148
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1149
+ }, import("../VInput/VInput.js").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}`> & {
1150
+ _allExposed: {
1151
+ reset: () => Promise<void>;
1152
+ resetValidation: () => Promise<void>;
1153
+ validate: (silent?: boolean) => Promise<string[]>;
1154
+ isValid: import("vue").ComputedRef<boolean | null>;
1155
+ errorMessages: import("vue").ComputedRef<string[]>;
1156
+ } | {};
1157
+ }, {}, {}, {}, {
696
1158
  reverse: boolean;
697
1159
  max: string | number;
698
1160
  error: boolean;
@@ -833,7 +1295,238 @@ export declare const VRangeSlider: {
833
1295
  onEnd?: ((value: [number, number]) => any) | undefined;
834
1296
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
835
1297
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
836
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1298
+ }, Omit<Omit<{
1299
+ $: import("vue").ComponentInternalInstance;
1300
+ $data: {};
1301
+ $props: Partial<{
1302
+ error: boolean;
1303
+ direction: "horizontal" | "vertical";
1304
+ style: import("vue").StyleValue;
1305
+ disabled: boolean | null;
1306
+ readonly: boolean | null;
1307
+ messages: string | readonly string[];
1308
+ 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)?])[];
1309
+ focused: boolean;
1310
+ errorMessages: string | readonly string[] | null;
1311
+ maxErrors: string | number;
1312
+ density: import("../../composables/density.js").Density;
1313
+ centerAffix: boolean;
1314
+ glow: boolean;
1315
+ hideSpinButtons: boolean;
1316
+ persistentHint: boolean;
1317
+ }> & Omit<{
1318
+ error: boolean;
1319
+ direction: "horizontal" | "vertical";
1320
+ style: import("vue").StyleValue;
1321
+ disabled: boolean | null;
1322
+ readonly: boolean | null;
1323
+ messages: string | readonly string[];
1324
+ 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)?])[];
1325
+ focused: boolean;
1326
+ errorMessages: string | readonly string[] | null;
1327
+ maxErrors: string | number;
1328
+ density: import("../../composables/density.js").Density;
1329
+ centerAffix: boolean;
1330
+ glow: boolean;
1331
+ hideSpinButtons: boolean;
1332
+ persistentHint: boolean;
1333
+ name?: string | undefined;
1334
+ id?: string | undefined;
1335
+ width?: string | number | undefined;
1336
+ color?: string | undefined;
1337
+ maxWidth?: string | number | undefined;
1338
+ minWidth?: string | number | undefined;
1339
+ label?: string | undefined;
1340
+ class?: any;
1341
+ theme?: string | undefined;
1342
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1343
+ 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;
1344
+ validationValue?: any;
1345
+ baseColor?: string | undefined;
1346
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1347
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1348
+ iconColor?: string | boolean | undefined;
1349
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1350
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1351
+ hint?: string | undefined;
1352
+ hideDetails?: boolean | "auto" | undefined;
1353
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
1354
+ $attrs: {
1355
+ [x: string]: unknown;
1356
+ };
1357
+ $refs: {
1358
+ [x: string]: unknown;
1359
+ };
1360
+ $slots: Readonly<{
1361
+ default?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1362
+ prepend?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1363
+ append?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1364
+ details?: ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[]) | undefined;
1365
+ message?: ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[]) | undefined;
1366
+ }>;
1367
+ $root: import("vue").ComponentPublicInstance | null;
1368
+ $parent: import("vue").ComponentPublicInstance | null;
1369
+ $host: Element | null;
1370
+ $emit: (event: string, ...args: any[]) => void;
1371
+ $el: any;
1372
+ $options: import("vue").ComponentOptionsBase<{
1373
+ error: boolean;
1374
+ direction: "horizontal" | "vertical";
1375
+ style: import("vue").StyleValue;
1376
+ disabled: boolean | null;
1377
+ readonly: boolean | null;
1378
+ messages: string | readonly string[];
1379
+ 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)?])[];
1380
+ focused: boolean;
1381
+ errorMessages: string | readonly string[] | null;
1382
+ maxErrors: string | number;
1383
+ density: import("../../composables/density.js").Density;
1384
+ centerAffix: boolean;
1385
+ glow: boolean;
1386
+ hideSpinButtons: boolean;
1387
+ persistentHint: boolean;
1388
+ } & {
1389
+ name?: string | undefined;
1390
+ id?: string | undefined;
1391
+ width?: string | number | undefined;
1392
+ color?: string | undefined;
1393
+ maxWidth?: string | number | undefined;
1394
+ minWidth?: string | number | undefined;
1395
+ label?: string | undefined;
1396
+ class?: any;
1397
+ theme?: string | undefined;
1398
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1399
+ 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;
1400
+ validationValue?: any;
1401
+ baseColor?: string | undefined;
1402
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1403
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1404
+ iconColor?: string | boolean | undefined;
1405
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1406
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1407
+ hint?: string | undefined;
1408
+ hideDetails?: boolean | "auto" | undefined;
1409
+ } & {}, {
1410
+ reset: () => Promise<void>;
1411
+ resetValidation: () => Promise<void>;
1412
+ validate: (silent?: boolean) => Promise<string[]>;
1413
+ isValid: import("vue").ComputedRef<boolean | null>;
1414
+ errorMessages: import("vue").ComputedRef<string[]>;
1415
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
1416
+ 'update:modelValue': (value: any) => true;
1417
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1418
+ error: boolean;
1419
+ direction: "horizontal" | "vertical";
1420
+ style: import("vue").StyleValue;
1421
+ disabled: boolean | null;
1422
+ readonly: boolean | null;
1423
+ messages: string | readonly string[];
1424
+ 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)?])[];
1425
+ focused: boolean;
1426
+ errorMessages: string | readonly string[] | null;
1427
+ maxErrors: string | number;
1428
+ density: import("../../composables/density.js").Density;
1429
+ centerAffix: boolean;
1430
+ glow: boolean;
1431
+ hideSpinButtons: boolean;
1432
+ persistentHint: boolean;
1433
+ }, {}, string, import("vue").SlotsType<Partial<{
1434
+ default: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1435
+ prepend: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1436
+ append: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1437
+ details: (arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNode[];
1438
+ message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
1439
+ }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
1440
+ beforeCreate?: (() => void) | (() => void)[];
1441
+ created?: (() => void) | (() => void)[];
1442
+ beforeMount?: (() => void) | (() => void)[];
1443
+ mounted?: (() => void) | (() => void)[];
1444
+ beforeUpdate?: (() => void) | (() => void)[];
1445
+ updated?: (() => void) | (() => void)[];
1446
+ activated?: (() => void) | (() => void)[];
1447
+ deactivated?: (() => void) | (() => void)[];
1448
+ beforeDestroy?: (() => void) | (() => void)[];
1449
+ beforeUnmount?: (() => void) | (() => void)[];
1450
+ destroyed?: (() => void) | (() => void)[];
1451
+ unmounted?: (() => void) | (() => void)[];
1452
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1453
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1454
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
1455
+ };
1456
+ $forceUpdate: () => void;
1457
+ $nextTick: typeof import("vue").nextTick;
1458
+ $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;
1459
+ } & Readonly<{
1460
+ error: boolean;
1461
+ direction: "horizontal" | "vertical";
1462
+ style: import("vue").StyleValue;
1463
+ disabled: boolean | null;
1464
+ readonly: boolean | null;
1465
+ messages: string | readonly string[];
1466
+ 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)?])[];
1467
+ focused: boolean;
1468
+ errorMessages: string | readonly string[] | null;
1469
+ maxErrors: string | number;
1470
+ density: import("../../composables/density.js").Density;
1471
+ centerAffix: boolean;
1472
+ glow: boolean;
1473
+ hideSpinButtons: boolean;
1474
+ persistentHint: boolean;
1475
+ }> & Omit<{
1476
+ error: boolean;
1477
+ direction: "horizontal" | "vertical";
1478
+ style: import("vue").StyleValue;
1479
+ disabled: boolean | null;
1480
+ readonly: boolean | null;
1481
+ messages: string | readonly string[];
1482
+ 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)?])[];
1483
+ focused: boolean;
1484
+ errorMessages: string | readonly string[] | null;
1485
+ maxErrors: string | number;
1486
+ density: import("../../composables/density.js").Density;
1487
+ centerAffix: boolean;
1488
+ glow: boolean;
1489
+ hideSpinButtons: boolean;
1490
+ persistentHint: boolean;
1491
+ } & {
1492
+ name?: string | undefined;
1493
+ id?: string | undefined;
1494
+ width?: string | number | undefined;
1495
+ color?: string | undefined;
1496
+ maxWidth?: string | number | undefined;
1497
+ minWidth?: string | number | undefined;
1498
+ label?: string | undefined;
1499
+ class?: any;
1500
+ theme?: string | undefined;
1501
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1502
+ 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;
1503
+ validationValue?: any;
1504
+ baseColor?: string | undefined;
1505
+ prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1506
+ appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1507
+ iconColor?: string | boolean | undefined;
1508
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1509
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1510
+ hint?: string | undefined;
1511
+ hideDetails?: boolean | "auto" | undefined;
1512
+ } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
1513
+ reset: () => Promise<void>;
1514
+ resetValidation: () => Promise<void>;
1515
+ validate: (silent?: boolean) => Promise<string[]>;
1516
+ isValid: import("vue").ComputedRef<boolean | null>;
1517
+ errorMessages: import("vue").ComputedRef<string[]>;
1518
+ }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1519
+ modelValue?: unknown;
1520
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1521
+ }, import("../VInput/VInput.js").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}`> & {
1522
+ _allExposed: {
1523
+ reset: () => Promise<void>;
1524
+ resetValidation: () => Promise<void>;
1525
+ validate: (silent?: boolean) => Promise<string[]>;
1526
+ isValid: import("vue").ComputedRef<boolean | null>;
1527
+ errorMessages: import("vue").ComputedRef<string[]>;
1528
+ } | {};
1529
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
837
1530
  'update:focused': (value: boolean) => true;
838
1531
  'update:modelValue': (value: [number, number]) => true;
839
1532
  end: (value: [number, number]) => true;