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