vuetify 3.0.2 → 3.0.4

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 (88) hide show
  1. package/dist/json/attributes.json +902 -902
  2. package/dist/json/importMap.json +66 -66
  3. package/dist/json/web-types.json +1178 -1136
  4. package/dist/vuetify.css +124 -126
  5. package/dist/vuetify.d.ts +389 -196
  6. package/dist/vuetify.esm.js +175 -144
  7. package/dist/vuetify.esm.js.map +1 -1
  8. package/dist/vuetify.js +175 -144
  9. package/dist/vuetify.js.map +1 -1
  10. package/dist/vuetify.min.css +2 -2
  11. package/dist/vuetify.min.js +696 -692
  12. package/dist/vuetify.min.js.map +1 -1
  13. package/lib/components/VAlert/index.d.ts +1 -1
  14. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  15. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  16. package/lib/components/VAppBar/index.d.ts +275 -62
  17. package/lib/components/VAutocomplete/index.d.ts +22 -22
  18. package/lib/components/VCheckbox/VCheckbox.css +1 -1
  19. package/lib/components/VCheckbox/VCheckbox.sass +1 -1
  20. package/lib/components/VChip/VChip.mjs +14 -6
  21. package/lib/components/VChip/VChip.mjs.map +1 -1
  22. package/lib/components/VChip/index.d.ts +3 -1
  23. package/lib/components/VChipGroup/index.d.ts +1 -1
  24. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  25. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  26. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  27. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  29. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  30. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  31. package/lib/components/VColorPicker/util/index.mjs +24 -14
  32. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  33. package/lib/components/VCombobox/index.d.ts +22 -22
  34. package/lib/components/VExpansionPanel/index.d.ts +1 -1
  35. package/lib/components/VField/index.d.ts +6 -6
  36. package/lib/components/VFileInput/index.d.ts +2 -2
  37. package/lib/components/VFooter/VFooter.mjs +1 -1
  38. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  39. package/lib/components/VGrid/VGrid.css +2 -2
  40. package/lib/components/VGrid/VGrid.sass +1 -1
  41. package/lib/components/VLazy/VLazy.mjs +2 -1
  42. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  43. package/lib/components/VList/VListItem.mjs +2 -1
  44. package/lib/components/VList/VListItem.mjs.map +1 -1
  45. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +2 -2
  46. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  47. package/lib/components/VOverlay/locationStrategies.mjs +3 -1
  48. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  49. package/lib/components/VPagination/index.d.ts +1 -1
  50. package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
  51. package/lib/components/VProgressLinear/_variables.scss +1 -1
  52. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -2
  53. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  54. package/lib/components/VSelect/index.d.ts +22 -22
  55. package/lib/components/VSelectionControl/VSelectionControl.css +4 -0
  56. package/lib/components/VSelectionControl/VSelectionControl.sass +4 -0
  57. package/lib/components/VSelectionControl/index.d.ts +6 -6
  58. package/lib/components/VSnackbar/index.d.ts +4 -4
  59. package/lib/components/VSwitch/VSwitch.css +1 -1
  60. package/lib/components/VSwitch/VSwitch.sass +1 -1
  61. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  62. package/lib/components/VSystemBar/_variables.scss +1 -1
  63. package/lib/components/VTabs/VTab.css +1 -3
  64. package/lib/components/VTabs/VTab.sass +1 -4
  65. package/lib/components/VTabs/VTabs.css +0 -4
  66. package/lib/components/VTabs/VTabs.sass +0 -5
  67. package/lib/components/VTextField/index.d.ts +18 -18
  68. package/lib/components/VTextarea/index.d.ts +1 -1
  69. package/lib/components/VToolbar/VToolbar.mjs +32 -22
  70. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  71. package/lib/components/VToolbar/index.d.ts +9 -8
  72. package/lib/components/index.d.ts +370 -177
  73. package/lib/components/transitions/dialog-transition.mjs +2 -2
  74. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  75. package/lib/composables/theme.mjs +7 -7
  76. package/lib/composables/theme.mjs.map +1 -1
  77. package/lib/composables/validation.mjs +1 -1
  78. package/lib/composables/validation.mjs.map +1 -1
  79. package/lib/entry-bundler.mjs +1 -1
  80. package/lib/framework.mjs +1 -1
  81. package/lib/index.d.ts +19 -19
  82. package/lib/util/color/APCA.mjs +6 -6
  83. package/lib/util/color/APCA.mjs.map +1 -1
  84. package/lib/util/color/transformSRGB.mjs +15 -7
  85. package/lib/util/color/transformSRGB.mjs.map +1 -1
  86. package/lib/util/colorUtils.mjs +64 -81
  87. package/lib/util/colorUtils.mjs.map +1 -1
  88. package/package.json +2 -2
package/dist/vuetify.d.ts CHANGED
@@ -397,6 +397,14 @@ declare const VApp: vue.DefineComponent<{
397
397
  declare type VApp = InstanceType<typeof VApp>;
398
398
 
399
399
  declare type Density$1 = null | 'prominent' | 'default' | 'comfortable' | 'compact';
400
+ declare type VToolbarSlots = MakeSlots<{
401
+ default: [];
402
+ image: [];
403
+ prepend: [];
404
+ append: [];
405
+ title: [];
406
+ extension: [];
407
+ }>;
400
408
  declare const VToolbar: {
401
409
  new (...args: any[]): {
402
410
  $: vue.ComponentInternalInstance;
@@ -638,75 +646,254 @@ declare const VToolbar: {
638
646
  extensionHeight: string | number;
639
647
  floating: boolean;
640
648
  }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
641
- $props: SlotsToProps<{
642
- default: [];
643
- image: [];
644
- prepend: [];
645
- append: [];
646
- title: [];
647
- extension: [];
648
- }>;
649
+ $props: SlotsToProps<VToolbarSlots>;
649
650
  });
650
651
  declare type VToolbar = InstanceType<typeof VToolbar>;
651
652
 
652
- declare const VAppBar: vue.DefineComponent<{
653
- height: {
654
- type: (StringConstructor | NumberConstructor)[];
655
- default: number;
656
- };
657
- name: {
658
- type: StringConstructor;
659
- };
660
- order: {
661
- type: (StringConstructor | NumberConstructor)[];
662
- default: number;
663
- };
664
- absolute: BooleanConstructor;
665
- theme: StringConstructor;
666
- tag: Omit<{
667
- type: StringConstructor;
668
- default: string;
669
- }, "type" | "default"> & {
670
- type: PropType<string>;
671
- default: string;
672
- };
673
- rounded: {
674
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
675
- default: undefined;
676
- };
677
- elevation: {
678
- type: (StringConstructor | NumberConstructor)[];
679
- validator(v: any): boolean;
680
- };
681
- border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
682
- collapse: BooleanConstructor;
683
- color: StringConstructor;
684
- density: {
685
- type: PropType<Density$1>;
686
- default: string;
687
- validator: (v: any) => boolean;
688
- };
689
- extended: BooleanConstructor;
690
- extensionHeight: {
691
- type: (StringConstructor | NumberConstructor)[];
692
- default: number;
693
- };
694
- flat: BooleanConstructor;
695
- floating: BooleanConstructor;
696
- image: StringConstructor;
697
- title: StringConstructor;
698
- modelValue: {
699
- type: BooleanConstructor;
700
- default: boolean;
701
- };
702
- location: {
703
- type: PropType<"top" | "bottom">;
704
- default: string;
705
- validator: (value: any) => boolean;
706
- };
707
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
708
- 'update:modelValue': (value: boolean) => true;
709
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
653
+ declare const VAppBar: {
654
+ new (...args: any[]): {
655
+ $: vue.ComponentInternalInstance;
656
+ $data: {};
657
+ $props: Partial<{
658
+ flat: boolean;
659
+ absolute: boolean;
660
+ location: "top" | "bottom";
661
+ height: string | number;
662
+ order: string | number;
663
+ tag: string;
664
+ collapse: boolean;
665
+ rounded: string | number | boolean;
666
+ density: Density$1;
667
+ extended: boolean;
668
+ extensionHeight: string | number;
669
+ floating: boolean;
670
+ modelValue: boolean;
671
+ }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
672
+ height: {
673
+ type: (StringConstructor | NumberConstructor)[];
674
+ default: number;
675
+ };
676
+ name: {
677
+ type: StringConstructor;
678
+ };
679
+ order: {
680
+ type: (StringConstructor | NumberConstructor)[];
681
+ default: number;
682
+ };
683
+ absolute: BooleanConstructor;
684
+ theme: StringConstructor;
685
+ tag: Omit<{
686
+ type: StringConstructor;
687
+ default: string;
688
+ }, "type" | "default"> & {
689
+ type: PropType<string>;
690
+ default: string;
691
+ };
692
+ rounded: {
693
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
694
+ default: undefined;
695
+ };
696
+ elevation: {
697
+ type: (StringConstructor | NumberConstructor)[];
698
+ validator(v: any): boolean;
699
+ };
700
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
701
+ collapse: BooleanConstructor;
702
+ color: StringConstructor;
703
+ density: {
704
+ type: PropType<Density$1>;
705
+ default: string;
706
+ validator: (v: any) => boolean;
707
+ };
708
+ extended: BooleanConstructor;
709
+ extensionHeight: {
710
+ type: (StringConstructor | NumberConstructor)[];
711
+ default: number;
712
+ };
713
+ flat: BooleanConstructor;
714
+ floating: BooleanConstructor;
715
+ image: StringConstructor;
716
+ title: StringConstructor;
717
+ modelValue: {
718
+ type: BooleanConstructor;
719
+ default: boolean;
720
+ };
721
+ location: {
722
+ type: PropType<"top" | "bottom">;
723
+ default: string;
724
+ validator: (value: any) => boolean;
725
+ };
726
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
727
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
728
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "modelValue">;
729
+ $attrs: {
730
+ [x: string]: unknown;
731
+ };
732
+ $refs: {
733
+ [x: string]: unknown;
734
+ };
735
+ $slots: Readonly<{
736
+ [name: string]: vue.Slot | undefined;
737
+ }>;
738
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
739
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
740
+ $emit: (event: "update:modelValue", value: boolean) => void;
741
+ $el: any;
742
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
743
+ height: {
744
+ type: (StringConstructor | NumberConstructor)[];
745
+ default: number;
746
+ };
747
+ name: {
748
+ type: StringConstructor;
749
+ };
750
+ order: {
751
+ type: (StringConstructor | NumberConstructor)[];
752
+ default: number;
753
+ };
754
+ absolute: BooleanConstructor;
755
+ theme: StringConstructor;
756
+ tag: Omit<{
757
+ type: StringConstructor;
758
+ default: string;
759
+ }, "type" | "default"> & {
760
+ type: PropType<string>;
761
+ default: string;
762
+ };
763
+ rounded: {
764
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
765
+ default: undefined;
766
+ };
767
+ elevation: {
768
+ type: (StringConstructor | NumberConstructor)[];
769
+ validator(v: any): boolean;
770
+ };
771
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
772
+ collapse: BooleanConstructor;
773
+ color: StringConstructor;
774
+ density: {
775
+ type: PropType<Density$1>;
776
+ default: string;
777
+ validator: (v: any) => boolean;
778
+ };
779
+ extended: BooleanConstructor;
780
+ extensionHeight: {
781
+ type: (StringConstructor | NumberConstructor)[];
782
+ default: number;
783
+ };
784
+ flat: BooleanConstructor;
785
+ floating: BooleanConstructor;
786
+ image: StringConstructor;
787
+ title: StringConstructor;
788
+ modelValue: {
789
+ type: BooleanConstructor;
790
+ default: boolean;
791
+ };
792
+ location: {
793
+ type: PropType<"top" | "bottom">;
794
+ default: string;
795
+ validator: (value: any) => boolean;
796
+ };
797
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
798
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
799
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
800
+ 'update:modelValue': (value: boolean) => boolean;
801
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">, string, {
802
+ flat: boolean;
803
+ absolute: boolean;
804
+ location: "top" | "bottom";
805
+ height: string | number;
806
+ order: string | number;
807
+ tag: string;
808
+ collapse: boolean;
809
+ rounded: string | number | boolean;
810
+ density: Density$1;
811
+ extended: boolean;
812
+ extensionHeight: string | number;
813
+ floating: boolean;
814
+ modelValue: boolean;
815
+ }> & {
816
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
817
+ created?: ((() => void) | (() => void)[]) | undefined;
818
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
819
+ mounted?: ((() => void) | (() => void)[]) | undefined;
820
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
821
+ updated?: ((() => void) | (() => void)[]) | undefined;
822
+ activated?: ((() => void) | (() => void)[]) | undefined;
823
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
824
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
825
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
826
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
827
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
828
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
829
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
830
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
831
+ };
832
+ $forceUpdate: () => void;
833
+ $nextTick: typeof vue.nextTick;
834
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
835
+ } & Readonly<vue.ExtractPropTypes<Omit<{
836
+ height: {
837
+ type: (StringConstructor | NumberConstructor)[];
838
+ default: number;
839
+ };
840
+ name: {
841
+ type: StringConstructor;
842
+ };
843
+ order: {
844
+ type: (StringConstructor | NumberConstructor)[];
845
+ default: number;
846
+ };
847
+ absolute: BooleanConstructor;
848
+ theme: StringConstructor;
849
+ tag: Omit<{
850
+ type: StringConstructor;
851
+ default: string;
852
+ }, "type" | "default"> & {
853
+ type: PropType<string>;
854
+ default: string;
855
+ };
856
+ rounded: {
857
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
858
+ default: undefined;
859
+ };
860
+ elevation: {
861
+ type: (StringConstructor | NumberConstructor)[];
862
+ validator(v: any): boolean;
863
+ };
864
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
865
+ collapse: BooleanConstructor;
866
+ color: StringConstructor;
867
+ density: {
868
+ type: PropType<Density$1>;
869
+ default: string;
870
+ validator: (v: any) => boolean;
871
+ };
872
+ extended: BooleanConstructor;
873
+ extensionHeight: {
874
+ type: (StringConstructor | NumberConstructor)[];
875
+ default: number;
876
+ };
877
+ flat: BooleanConstructor;
878
+ floating: BooleanConstructor;
879
+ image: StringConstructor;
880
+ title: StringConstructor;
881
+ modelValue: {
882
+ type: BooleanConstructor;
883
+ default: boolean;
884
+ };
885
+ location: {
886
+ type: PropType<"top" | "bottom">;
887
+ default: string;
888
+ validator: (value: any) => boolean;
889
+ };
890
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
891
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
892
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
893
+ __isFragment?: undefined;
894
+ __isTeleport?: undefined;
895
+ __isSuspense?: undefined;
896
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
710
897
  height: {
711
898
  type: (StringConstructor | NumberConstructor)[];
712
899
  default: number;
@@ -761,9 +948,11 @@ declare const VAppBar: vue.DefineComponent<{
761
948
  default: string;
762
949
  validator: (value: any) => boolean;
763
950
  };
764
- }>> & {
951
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
765
952
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
766
- }, {
953
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
954
+ 'update:modelValue': (value: boolean) => boolean;
955
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">, string, {
767
956
  flat: boolean;
768
957
  absolute: boolean;
769
958
  location: "top" | "bottom";
@@ -777,7 +966,9 @@ declare const VAppBar: vue.DefineComponent<{
777
966
  extensionHeight: string | number;
778
967
  floating: boolean;
779
968
  modelValue: boolean;
780
- }>;
969
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
970
+ $props: SlotsToProps<VToolbarSlots>;
971
+ });
781
972
  declare type VAppBar = InstanceType<typeof VAppBar>;
782
973
 
783
974
  declare const VAppBarNavIcon: vue.DefineComponent<{
@@ -950,8 +1141,8 @@ declare const VAlert: vue.DefineComponent<{
950
1141
  rounded: string | number | boolean;
951
1142
  prominent: boolean;
952
1143
  density: Density;
953
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
954
1144
  modelValue: boolean;
1145
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
955
1146
  closable: boolean;
956
1147
  closeIcon: IconValue;
957
1148
  closeLabel: string;
@@ -1334,7 +1525,7 @@ declare const VField: {
1334
1525
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1335
1526
  focused: BooleanConstructor;
1336
1527
  id: StringConstructor;
1337
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1528
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1338
1529
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1339
1530
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1340
1531
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -1381,7 +1572,7 @@ declare const VField: {
1381
1572
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1382
1573
  focused: BooleanConstructor;
1383
1574
  id: StringConstructor;
1384
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1575
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1385
1576
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1386
1577
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1387
1578
  }, {
@@ -1390,7 +1581,7 @@ declare const VField: {
1390
1581
  'click:control': (e: MouseEvent) => boolean;
1391
1582
  'update:focused': (focused: boolean) => boolean;
1392
1583
  'update:modelValue': (val: any) => boolean;
1393
- }, "$children" | "v-slots" | "v-slot:default" | "update:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
1584
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
1394
1585
  reverse: boolean;
1395
1586
  error: boolean;
1396
1587
  active: boolean;
@@ -1453,7 +1644,7 @@ declare const VField: {
1453
1644
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1454
1645
  focused: BooleanConstructor;
1455
1646
  id: StringConstructor;
1456
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1647
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1457
1648
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1458
1649
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1459
1650
  } & vue.ShallowUnwrapRef<{
@@ -1492,7 +1683,7 @@ declare const VField: {
1492
1683
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
1493
1684
  focused: BooleanConstructor;
1494
1685
  id: StringConstructor;
1495
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1686
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1496
1687
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1497
1688
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1498
1689
  }, {
@@ -1501,7 +1692,7 @@ declare const VField: {
1501
1692
  'click:control': (e: MouseEvent) => boolean;
1502
1693
  'update:focused': (focused: boolean) => boolean;
1503
1694
  'update:modelValue': (val: any) => boolean;
1504
- }, "$children" | "v-slots" | "v-slot:default" | "update:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
1695
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
1505
1696
  reverse: boolean;
1506
1697
  error: boolean;
1507
1698
  active: boolean;
@@ -1718,15 +1909,15 @@ declare const VAutocomplete: {
1718
1909
  default: string;
1719
1910
  validator: (v: any) => boolean;
1720
1911
  };
1912
+ modelValue: {
1913
+ type: vue.PropType<any>;
1914
+ default: any;
1915
+ };
1721
1916
  variant: {
1722
1917
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1723
1918
  default: string;
1724
1919
  validator: (v: any) => boolean;
1725
1920
  };
1726
- modelValue: {
1727
- type: vue.PropType<any>;
1728
- default: any;
1729
- };
1730
1921
  bgColor: StringConstructor;
1731
1922
  prependIcon: vue.PropType<IconValue>;
1732
1923
  appendIcon: vue.PropType<IconValue>;
@@ -1996,7 +2187,7 @@ declare const VAutocomplete: {
1996
2187
  };
1997
2188
  noFilter: BooleanConstructor;
1998
2189
  search: StringConstructor;
1999
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
2190
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
2000
2191
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
2001
2192
  "onUpdate:search"?: ((val: any) => any) | undefined;
2002
2193
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "loading" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
@@ -2061,15 +2252,15 @@ declare const VAutocomplete: {
2061
2252
  default: string;
2062
2253
  validator: (v: any) => boolean;
2063
2254
  };
2255
+ modelValue: {
2256
+ type: vue.PropType<any>;
2257
+ default: any;
2258
+ };
2064
2259
  variant: {
2065
2260
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2066
2261
  default: string;
2067
2262
  validator: (v: any) => boolean;
2068
2263
  };
2069
- modelValue: {
2070
- type: vue.PropType<any>;
2071
- default: any;
2072
- };
2073
2264
  bgColor: StringConstructor;
2074
2265
  prependIcon: vue.PropType<IconValue>;
2075
2266
  appendIcon: vue.PropType<IconValue>;
@@ -2339,7 +2530,7 @@ declare const VAutocomplete: {
2339
2530
  };
2340
2531
  noFilter: BooleanConstructor;
2341
2532
  search: StringConstructor;
2342
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
2533
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
2343
2534
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
2344
2535
  "onUpdate:search"?: ((val: any) => any) | undefined;
2345
2536
  }, {
@@ -2360,7 +2551,7 @@ declare const VAutocomplete: {
2360
2551
  'update:search': (val: any) => boolean;
2361
2552
  'update:modelValue': (val: any) => boolean;
2362
2553
  'update:menu': (val: boolean) => boolean;
2363
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
2554
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
2364
2555
  reverse: boolean;
2365
2556
  type: string;
2366
2557
  error: boolean;
@@ -2471,15 +2662,15 @@ declare const VAutocomplete: {
2471
2662
  default: string;
2472
2663
  validator: (v: any) => boolean;
2473
2664
  };
2665
+ modelValue: {
2666
+ type: vue.PropType<any>;
2667
+ default: any;
2668
+ };
2474
2669
  variant: {
2475
2670
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2476
2671
  default: string;
2477
2672
  validator: (v: any) => boolean;
2478
2673
  };
2479
- modelValue: {
2480
- type: vue.PropType<any>;
2481
- default: any;
2482
- };
2483
2674
  bgColor: StringConstructor;
2484
2675
  prependIcon: vue.PropType<IconValue>;
2485
2676
  appendIcon: vue.PropType<IconValue>;
@@ -2749,7 +2940,7 @@ declare const VAutocomplete: {
2749
2940
  };
2750
2941
  noFilter: BooleanConstructor;
2751
2942
  search: StringConstructor;
2752
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
2943
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
2753
2944
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
2754
2945
  "onUpdate:search"?: ((val: any) => any) | undefined;
2755
2946
  } & vue.ShallowUnwrapRef<{
@@ -2818,15 +3009,15 @@ declare const VAutocomplete: {
2818
3009
  default: string;
2819
3010
  validator: (v: any) => boolean;
2820
3011
  };
3012
+ modelValue: {
3013
+ type: vue.PropType<any>;
3014
+ default: any;
3015
+ };
2821
3016
  variant: {
2822
3017
  type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2823
3018
  default: string;
2824
3019
  validator: (v: any) => boolean;
2825
3020
  };
2826
- modelValue: {
2827
- type: vue.PropType<any>;
2828
- default: any;
2829
- };
2830
3021
  bgColor: StringConstructor;
2831
3022
  prependIcon: vue.PropType<IconValue>;
2832
3023
  appendIcon: vue.PropType<IconValue>;
@@ -3096,7 +3287,7 @@ declare const VAutocomplete: {
3096
3287
  };
3097
3288
  noFilter: BooleanConstructor;
3098
3289
  search: StringConstructor;
3099
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
3290
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
3100
3291
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3101
3292
  "onUpdate:search"?: ((val: any) => any) | undefined;
3102
3293
  }, {
@@ -3117,7 +3308,7 @@ declare const VAutocomplete: {
3117
3308
  'update:search': (val: any) => boolean;
3118
3309
  'update:modelValue': (val: any) => boolean;
3119
3310
  'update:menu': (val: boolean) => boolean;
3120
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
3311
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
3121
3312
  reverse: boolean;
3122
3313
  type: string;
3123
3314
  error: boolean;
@@ -5045,6 +5236,7 @@ declare const VChip: vue.DefineComponent<{
5045
5236
  'group:selected': (val: {
5046
5237
  value: boolean;
5047
5238
  }) => true;
5239
+ click: (e: MouseEvent | KeyboardEvent) => true;
5048
5240
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5049
5241
  color: StringConstructor;
5050
5242
  variant: Omit<{
@@ -5121,6 +5313,7 @@ declare const VChip: vue.DefineComponent<{
5121
5313
  default: boolean;
5122
5314
  };
5123
5315
  }>> & {
5316
+ onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
5124
5317
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5125
5318
  "onGroup:selected"?: ((val: {
5126
5319
  value: boolean;
@@ -5138,8 +5331,8 @@ declare const VChip: vue.DefineComponent<{
5138
5331
  tag: string;
5139
5332
  rounded: string | number | boolean;
5140
5333
  density: Density;
5141
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5142
5334
  modelValue: boolean;
5335
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5143
5336
  ripple: boolean;
5144
5337
  closable: boolean;
5145
5338
  closeIcon: IconValue;
@@ -5225,8 +5418,8 @@ declare const VChipGroup: vue.DefineComponent<{
5225
5418
  multiple: boolean;
5226
5419
  tag: string;
5227
5420
  column: boolean;
5228
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5229
5421
  modelValue: any;
5422
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
5230
5423
  selectedClass: string;
5231
5424
  valueComparator: typeof deepEqual;
5232
5425
  }>;
@@ -5459,15 +5652,15 @@ declare const VCombobox: {
5459
5652
  default: string;
5460
5653
  validator: (v: any) => boolean;
5461
5654
  };
5655
+ modelValue: {
5656
+ type: PropType<any>;
5657
+ default: any;
5658
+ };
5462
5659
  variant: {
5463
5660
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
5464
5661
  default: string;
5465
5662
  validator: (v: any) => boolean;
5466
5663
  };
5467
- modelValue: {
5468
- type: PropType<any>;
5469
- default: any;
5470
- };
5471
5664
  bgColor: StringConstructor;
5472
5665
  prependIcon: PropType<IconValue>;
5473
5666
  appendIcon: PropType<IconValue>;
@@ -5743,7 +5936,7 @@ declare const VCombobox: {
5743
5936
  };
5744
5937
  noFilter: BooleanConstructor;
5745
5938
  delimiters: PropType<string[]>;
5746
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
5939
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
5747
5940
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
5748
5941
  "onUpdate:search"?: ((val: string) => any) | undefined;
5749
5942
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "loading" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
@@ -5808,15 +6001,15 @@ declare const VCombobox: {
5808
6001
  default: string;
5809
6002
  validator: (v: any) => boolean;
5810
6003
  };
6004
+ modelValue: {
6005
+ type: PropType<any>;
6006
+ default: any;
6007
+ };
5811
6008
  variant: {
5812
6009
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
5813
6010
  default: string;
5814
6011
  validator: (v: any) => boolean;
5815
6012
  };
5816
- modelValue: {
5817
- type: PropType<any>;
5818
- default: any;
5819
- };
5820
6013
  bgColor: StringConstructor;
5821
6014
  prependIcon: PropType<IconValue>;
5822
6015
  appendIcon: PropType<IconValue>;
@@ -6092,7 +6285,7 @@ declare const VCombobox: {
6092
6285
  };
6093
6286
  noFilter: BooleanConstructor;
6094
6287
  delimiters: PropType<string[]>;
6095
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
6288
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
6096
6289
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
6097
6290
  "onUpdate:search"?: ((val: string) => any) | undefined;
6098
6291
  }, {
@@ -6112,7 +6305,7 @@ declare const VCombobox: {
6112
6305
  'update:modelValue': (val: any) => boolean;
6113
6306
  'update:search': (val: string) => boolean;
6114
6307
  'update:menu': (val: boolean) => boolean;
6115
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
6308
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
6116
6309
  reverse: boolean;
6117
6310
  type: string;
6118
6311
  error: boolean;
@@ -6223,15 +6416,15 @@ declare const VCombobox: {
6223
6416
  default: string;
6224
6417
  validator: (v: any) => boolean;
6225
6418
  };
6419
+ modelValue: {
6420
+ type: PropType<any>;
6421
+ default: any;
6422
+ };
6226
6423
  variant: {
6227
6424
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
6228
6425
  default: string;
6229
6426
  validator: (v: any) => boolean;
6230
6427
  };
6231
- modelValue: {
6232
- type: PropType<any>;
6233
- default: any;
6234
- };
6235
6428
  bgColor: StringConstructor;
6236
6429
  prependIcon: PropType<IconValue>;
6237
6430
  appendIcon: PropType<IconValue>;
@@ -6507,7 +6700,7 @@ declare const VCombobox: {
6507
6700
  };
6508
6701
  noFilter: BooleanConstructor;
6509
6702
  delimiters: PropType<string[]>;
6510
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
6703
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
6511
6704
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
6512
6705
  "onUpdate:search"?: ((val: string) => any) | undefined;
6513
6706
  } & vue.ShallowUnwrapRef<{
@@ -6575,15 +6768,15 @@ declare const VCombobox: {
6575
6768
  default: string;
6576
6769
  validator: (v: any) => boolean;
6577
6770
  };
6771
+ modelValue: {
6772
+ type: PropType<any>;
6773
+ default: any;
6774
+ };
6578
6775
  variant: {
6579
6776
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
6580
6777
  default: string;
6581
6778
  validator: (v: any) => boolean;
6582
6779
  };
6583
- modelValue: {
6584
- type: PropType<any>;
6585
- default: any;
6586
- };
6587
6780
  bgColor: StringConstructor;
6588
6781
  prependIcon: PropType<IconValue>;
6589
6782
  appendIcon: PropType<IconValue>;
@@ -6859,7 +7052,7 @@ declare const VCombobox: {
6859
7052
  };
6860
7053
  noFilter: BooleanConstructor;
6861
7054
  delimiters: PropType<string[]>;
6862
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
7055
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
6863
7056
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
6864
7057
  "onUpdate:search"?: ((val: string) => any) | undefined;
6865
7058
  }, {
@@ -6879,7 +7072,7 @@ declare const VCombobox: {
6879
7072
  'update:modelValue': (val: any) => boolean;
6880
7073
  'update:search': (val: string) => boolean;
6881
7074
  'update:menu': (val: boolean) => boolean;
6882
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
7075
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
6883
7076
  reverse: boolean;
6884
7077
  type: string;
6885
7078
  error: boolean;
@@ -9512,8 +9705,8 @@ declare const VExpansionPanels: vue.DefineComponent<{
9512
9705
  multiple: boolean;
9513
9706
  readonly: boolean;
9514
9707
  tag: string;
9515
- variant: "default" | "inset" | "accordion" | "popout";
9516
9708
  modelValue: any;
9709
+ variant: "default" | "inset" | "accordion" | "popout";
9517
9710
  }>;
9518
9711
  declare type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
9519
9712
 
@@ -9983,7 +10176,7 @@ declare const VFileInput: vue.DefineComponent<{
9983
10176
  "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
9984
10177
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
9985
10178
  };
9986
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
10179
+ }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9987
10180
  'click:control': (e: MouseEvent) => true;
9988
10181
  'update:modelValue': (files: File[]) => true;
9989
10182
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
@@ -10096,8 +10289,8 @@ declare const VFileInput: vue.DefineComponent<{
10096
10289
  messages: string | string[];
10097
10290
  counter: boolean;
10098
10291
  density: Density;
10099
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
10100
10292
  modelValue: File[];
10293
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
10101
10294
  prependIcon: (string & {}) | IconValue;
10102
10295
  clearIcon: IconValue;
10103
10296
  focused: boolean;
@@ -14504,8 +14697,8 @@ declare const VPagination: vue.DefineComponent<{
14504
14697
  ellipsis: string;
14505
14698
  rounded: string | number | boolean;
14506
14699
  density: Density;
14507
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14508
14700
  modelValue: number;
14701
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
14509
14702
  nextIcon: IconValue;
14510
14703
  prevIcon: IconValue;
14511
14704
  firstIcon: IconValue;
@@ -15645,15 +15838,15 @@ declare const VSelect: {
15645
15838
  default: string;
15646
15839
  validator: (v: any) => boolean;
15647
15840
  };
15841
+ modelValue: {
15842
+ type: PropType<any>;
15843
+ default: any;
15844
+ };
15648
15845
  variant: {
15649
15846
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
15650
15847
  default: string;
15651
15848
  validator: (v: any) => boolean;
15652
15849
  };
15653
- modelValue: {
15654
- type: PropType<any>;
15655
- default: any;
15656
- };
15657
15850
  bgColor: StringConstructor;
15658
15851
  prependIcon: PropType<IconValue>;
15659
15852
  appendIcon: PropType<IconValue>;
@@ -15911,7 +16104,7 @@ declare const VSelect: {
15911
16104
  default: string;
15912
16105
  };
15913
16106
  openOnClear: BooleanConstructor;
15914
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16107
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
15915
16108
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
15916
16109
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "loading" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
15917
16110
  $attrs: {
@@ -15987,15 +16180,15 @@ declare const VSelect: {
15987
16180
  default: string;
15988
16181
  validator: (v: any) => boolean;
15989
16182
  };
16183
+ modelValue: {
16184
+ type: PropType<any>;
16185
+ default: any;
16186
+ };
15990
16187
  variant: {
15991
16188
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
15992
16189
  default: string;
15993
16190
  validator: (v: any) => boolean;
15994
16191
  };
15995
- modelValue: {
15996
- type: PropType<any>;
15997
- default: any;
15998
- };
15999
16192
  bgColor: StringConstructor;
16000
16193
  prependIcon: PropType<IconValue>;
16001
16194
  appendIcon: PropType<IconValue>;
@@ -16253,7 +16446,7 @@ declare const VSelect: {
16253
16446
  default: string;
16254
16447
  };
16255
16448
  openOnClear: BooleanConstructor;
16256
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16449
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16257
16450
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
16258
16451
  }, {
16259
16452
  menu: vue.Ref<boolean> & {
@@ -16263,7 +16456,7 @@ declare const VSelect: {
16263
16456
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16264
16457
  'update:modelValue': (val: any) => boolean;
16265
16458
  'update:menu': (val: boolean) => boolean;
16266
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
16459
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
16267
16460
  reverse: boolean;
16268
16461
  type: string;
16269
16462
  error: boolean;
@@ -16389,15 +16582,15 @@ declare const VSelect: {
16389
16582
  default: string;
16390
16583
  validator: (v: any) => boolean;
16391
16584
  };
16585
+ modelValue: {
16586
+ type: PropType<any>;
16587
+ default: any;
16588
+ };
16392
16589
  variant: {
16393
16590
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
16394
16591
  default: string;
16395
16592
  validator: (v: any) => boolean;
16396
16593
  };
16397
- modelValue: {
16398
- type: PropType<any>;
16399
- default: any;
16400
- };
16401
16594
  bgColor: StringConstructor;
16402
16595
  prependIcon: PropType<IconValue>;
16403
16596
  appendIcon: PropType<IconValue>;
@@ -16655,7 +16848,7 @@ declare const VSelect: {
16655
16848
  default: string;
16656
16849
  };
16657
16850
  openOnClear: BooleanConstructor;
16658
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16851
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16659
16852
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
16660
16853
  } & vue.ShallowUnwrapRef<{
16661
16854
  menu: vue.Ref<boolean> & {
@@ -16726,15 +16919,15 @@ declare const VSelect: {
16726
16919
  default: string;
16727
16920
  validator: (v: any) => boolean;
16728
16921
  };
16922
+ modelValue: {
16923
+ type: PropType<any>;
16924
+ default: any;
16925
+ };
16729
16926
  variant: {
16730
16927
  type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
16731
16928
  default: string;
16732
16929
  validator: (v: any) => boolean;
16733
16930
  };
16734
- modelValue: {
16735
- type: PropType<any>;
16736
- default: any;
16737
- };
16738
16931
  bgColor: StringConstructor;
16739
16932
  prependIcon: PropType<IconValue>;
16740
16933
  appendIcon: PropType<IconValue>;
@@ -16992,7 +17185,7 @@ declare const VSelect: {
16992
17185
  default: string;
16993
17186
  };
16994
17187
  openOnClear: BooleanConstructor;
16995
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
17188
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16996
17189
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
16997
17190
  }, {
16998
17191
  menu: vue.Ref<boolean> & {
@@ -17002,7 +17195,7 @@ declare const VSelect: {
17002
17195
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
17003
17196
  'update:modelValue': (val: any) => boolean;
17004
17197
  'update:menu': (val: boolean) => boolean;
17005
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
17198
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
17006
17199
  reverse: boolean;
17007
17200
  type: string;
17008
17201
  error: boolean;
@@ -17282,7 +17475,7 @@ declare const VSelectionControl: {
17282
17475
  trueValue: null;
17283
17476
  falseValue: null;
17284
17477
  value: null;
17285
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:input">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "disabled" | "multiple" | "readonly" | "density" | "ripple" | "valueComparator">;
17478
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "disabled" | "multiple" | "readonly" | "density" | "ripple" | "valueComparator">;
17286
17479
  $attrs: {
17287
17480
  [x: string]: unknown;
17288
17481
  };
@@ -17330,12 +17523,12 @@ declare const VSelectionControl: {
17330
17523
  trueValue: null;
17331
17524
  falseValue: null;
17332
17525
  value: null;
17333
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:input">>>, {
17526
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>>, {
17334
17527
  isFocused: Ref<boolean>;
17335
17528
  input: Ref<HTMLInputElement | undefined>;
17336
17529
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
17337
17530
  'update:modelValue': (val: any) => boolean;
17338
- }, "$children" | "v-slots" | "v-slot:default" | "update:modelValue" | "modelValue" | "v-slot:input">, string, {
17531
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input">, string, {
17339
17532
  inline: boolean;
17340
17533
  error: boolean;
17341
17534
  disabled: boolean;
@@ -17398,7 +17591,7 @@ declare const VSelectionControl: {
17398
17591
  trueValue: null;
17399
17592
  falseValue: null;
17400
17593
  value: null;
17401
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:input">>> & vue.ShallowUnwrapRef<{
17594
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>> & vue.ShallowUnwrapRef<{
17402
17595
  isFocused: Ref<boolean>;
17403
17596
  input: Ref<HTMLInputElement | undefined>;
17404
17597
  }> & {} & vue.ComponentCustomProperties;
@@ -17439,12 +17632,12 @@ declare const VSelectionControl: {
17439
17632
  trueValue: null;
17440
17633
  falseValue: null;
17441
17634
  value: null;
17442
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:input">>>, {
17635
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>>, {
17443
17636
  isFocused: Ref<boolean>;
17444
17637
  input: Ref<HTMLInputElement | undefined>;
17445
17638
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
17446
17639
  'update:modelValue': (val: any) => boolean;
17447
- }, "$children" | "v-slots" | "v-slot:default" | "update:modelValue" | "modelValue" | "v-slot:input">, string, {
17640
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input">, string, {
17448
17641
  inline: boolean;
17449
17642
  error: boolean;
17450
17643
  disabled: boolean;
@@ -18157,8 +18350,8 @@ declare const VSnackbar: {
18157
18350
  timeout: string | number;
18158
18351
  vertical: boolean;
18159
18352
  rounded: string | number | boolean;
18160
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18161
18353
  modelValue: boolean;
18354
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18162
18355
  activatorProps: Record<string, any>;
18163
18356
  openOnClick: boolean;
18164
18357
  openOnHover: boolean;
@@ -18263,7 +18456,7 @@ declare const VSnackbar: {
18263
18456
  vertical: BooleanConstructor;
18264
18457
  }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">>> & {
18265
18458
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
18266
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "variant" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
18459
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "modelValue" | "variant" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
18267
18460
  $attrs: {
18268
18461
  [x: string]: unknown;
18269
18462
  };
@@ -18756,8 +18949,8 @@ declare const VSnackbar: {
18756
18949
  timeout: string | number;
18757
18950
  vertical: boolean;
18758
18951
  rounded: string | number | boolean;
18759
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18760
18952
  modelValue: boolean;
18953
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
18761
18954
  activatorProps: Record<string, any>;
18762
18955
  openOnClick: boolean;
18763
18956
  openOnHover: boolean;
@@ -19736,8 +19929,8 @@ declare const VSnackbar: {
19736
19929
  timeout: string | number;
19737
19930
  vertical: boolean;
19738
19931
  rounded: string | number | boolean;
19739
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
19740
19932
  modelValue: boolean;
19933
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
19741
19934
  activatorProps: Record<string, any>;
19742
19935
  openOnClick: boolean;
19743
19936
  openOnHover: boolean;
@@ -20513,7 +20706,7 @@ declare const VTextarea: vue.DefineComponent<{
20513
20706
  "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
20514
20707
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
20515
20708
  };
20516
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
20709
+ }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
20517
20710
  'click:control': (e: MouseEvent) => true;
20518
20711
  'update:focused': (focused: boolean) => true;
20519
20712
  'update:modelValue': (val: string) => true;
@@ -21072,7 +21265,7 @@ declare const VTextField: {
21072
21265
  "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
21073
21266
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
21074
21267
  };
21075
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
21268
+ }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
21076
21269
  $: vue.ComponentInternalInstance;
21077
21270
  $data: {};
21078
21271
  $props: Partial<{
@@ -21118,7 +21311,7 @@ declare const VTextField: {
21118
21311
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
21119
21312
  focused: BooleanConstructor;
21120
21313
  id: StringConstructor;
21121
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21314
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21122
21315
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21123
21316
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21124
21317
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -21165,7 +21358,7 @@ declare const VTextField: {
21165
21358
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
21166
21359
  focused: BooleanConstructor;
21167
21360
  id: StringConstructor;
21168
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21361
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21169
21362
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21170
21363
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21171
21364
  }, {
@@ -21174,7 +21367,7 @@ declare const VTextField: {
21174
21367
  'click:control': (e: MouseEvent) => boolean;
21175
21368
  'update:focused': (focused: boolean) => boolean;
21176
21369
  'update:modelValue': (val: any) => boolean;
21177
- }, "$children" | "v-slots" | "v-slot:default" | "update:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
21370
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
21178
21371
  reverse: boolean;
21179
21372
  error: boolean;
21180
21373
  active: boolean;
@@ -21237,7 +21430,7 @@ declare const VTextField: {
21237
21430
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
21238
21431
  focused: BooleanConstructor;
21239
21432
  id: StringConstructor;
21240
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21433
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21241
21434
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21242
21435
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21243
21436
  } & vue.ShallowUnwrapRef<{
@@ -21271,7 +21464,7 @@ declare const VTextField: {
21271
21464
  "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
21272
21465
  "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
21273
21466
  };
21274
- }, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
21467
+ }, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
21275
21468
  'click:control': (e: MouseEvent) => boolean;
21276
21469
  'click:input': (e: MouseEvent) => boolean;
21277
21470
  'update:focused': (focused: boolean) => boolean;
@@ -21627,7 +21820,7 @@ declare const VTextField: {
21627
21820
  "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
21628
21821
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
21629
21822
  };
21630
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
21823
+ }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
21631
21824
  $: vue.ComponentInternalInstance;
21632
21825
  $data: {};
21633
21826
  $props: Partial<{
@@ -21673,7 +21866,7 @@ declare const VTextField: {
21673
21866
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
21674
21867
  focused: BooleanConstructor;
21675
21868
  id: StringConstructor;
21676
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21869
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21677
21870
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21678
21871
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21679
21872
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -21720,7 +21913,7 @@ declare const VTextField: {
21720
21913
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
21721
21914
  focused: BooleanConstructor;
21722
21915
  id: StringConstructor;
21723
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21916
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21724
21917
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21725
21918
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21726
21919
  }, {
@@ -21729,7 +21922,7 @@ declare const VTextField: {
21729
21922
  'click:control': (e: MouseEvent) => boolean;
21730
21923
  'update:focused': (focused: boolean) => boolean;
21731
21924
  'update:modelValue': (val: any) => boolean;
21732
- }, "$children" | "v-slots" | "v-slot:default" | "update:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
21925
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
21733
21926
  reverse: boolean;
21734
21927
  error: boolean;
21735
21928
  active: boolean;
@@ -21792,7 +21985,7 @@ declare const VTextField: {
21792
21985
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
21793
21986
  focused: BooleanConstructor;
21794
21987
  id: StringConstructor;
21795
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21988
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
21796
21989
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
21797
21990
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
21798
21991
  } & vue.ShallowUnwrapRef<{
@@ -21826,7 +22019,7 @@ declare const VTextField: {
21826
22019
  "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
21827
22020
  "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
21828
22021
  };
21829
- }, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
22022
+ }, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
21830
22023
  __isFragment?: undefined;
21831
22024
  __isTeleport?: undefined;
21832
22025
  __isSuspense?: undefined;
@@ -22136,7 +22329,7 @@ declare const VTextField: {
22136
22329
  "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
22137
22330
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
22138
22331
  };
22139
- }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
22332
+ }, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
22140
22333
  $: vue.ComponentInternalInstance;
22141
22334
  $data: {};
22142
22335
  $props: Partial<{
@@ -22182,7 +22375,7 @@ declare const VTextField: {
22182
22375
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
22183
22376
  focused: BooleanConstructor;
22184
22377
  id: StringConstructor;
22185
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22378
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22186
22379
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22187
22380
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22188
22381
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
@@ -22229,7 +22422,7 @@ declare const VTextField: {
22229
22422
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
22230
22423
  focused: BooleanConstructor;
22231
22424
  id: StringConstructor;
22232
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22425
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22233
22426
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22234
22427
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22235
22428
  }, {
@@ -22238,7 +22431,7 @@ declare const VTextField: {
22238
22431
  'click:control': (e: MouseEvent) => boolean;
22239
22432
  'update:focused': (focused: boolean) => boolean;
22240
22433
  'update:modelValue': (val: any) => boolean;
22241
- }, "$children" | "v-slots" | "v-slot:default" | "update:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
22434
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
22242
22435
  reverse: boolean;
22243
22436
  error: boolean;
22244
22437
  active: boolean;
@@ -22301,7 +22494,7 @@ declare const VTextField: {
22301
22494
  'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
22302
22495
  focused: BooleanConstructor;
22303
22496
  id: StringConstructor;
22304
- }, "$children" | "v-slots" | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22497
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
22305
22498
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
22306
22499
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
22307
22500
  } & vue.ShallowUnwrapRef<{
@@ -22335,7 +22528,7 @@ declare const VTextField: {
22335
22528
  "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
22336
22529
  "v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
22337
22530
  };
22338
- }, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22531
+ }, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22339
22532
  'click:control': (e: MouseEvent) => boolean;
22340
22533
  'click:input': (e: MouseEvent) => boolean;
22341
22534
  'update:focused': (focused: boolean) => boolean;
@@ -25680,9 +25873,9 @@ declare module '@vue/runtime-core' {
25680
25873
  interface Vuetify {
25681
25874
  defaults: DefaultsInstance
25682
25875
  display: UnwrapNestedRefs<DisplayInstance>
25683
- theme: ThemeInstance
25876
+ theme: UnwrapNestedRefs<ThemeInstance>
25684
25877
  icons: IconOptions
25685
- locale: LocaleInstance & RtlInstance
25878
+ locale: UnwrapNestedRefs<LocaleInstance & RtlInstance>
25686
25879
  }
25687
25880
 
25688
25881
  export interface ComponentCustomProperties {
@@ -25692,15 +25885,15 @@ declare module '@vue/runtime-core' {
25692
25885
  export interface GlobalComponents {
25693
25886
  VApp: typeof import('vuetify/components')['VApp']
25694
25887
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
25888
+ VForm: typeof import('vuetify/components')['VForm']
25695
25889
  VContainer: typeof import('vuetify/components')['VContainer']
25696
25890
  VCol: typeof import('vuetify/components')['VCol']
25697
25891
  VRow: typeof import('vuetify/components')['VRow']
25698
25892
  VSpacer: typeof import('vuetify/components')['VSpacer']
25699
25893
  VHover: typeof import('vuetify/components')['VHover']
25700
- VForm: typeof import('vuetify/components')['VForm']
25701
- VLazy: typeof import('vuetify/components')['VLazy']
25702
25894
  VLayout: typeof import('vuetify/components')['VLayout']
25703
25895
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
25896
+ VLazy: typeof import('vuetify/components')['VLazy']
25704
25897
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
25705
25898
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
25706
25899
  VParallax: typeof import('vuetify/components')['VParallax']
@@ -25725,24 +25918,24 @@ declare module '@vue/runtime-core' {
25725
25918
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
25726
25919
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
25727
25920
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
25921
+ VAppBar: typeof import('vuetify/components')['VAppBar']
25922
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
25923
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
25728
25924
  VAlert: typeof import('vuetify/components')['VAlert']
25729
25925
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
25730
25926
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
25731
25927
  VAvatar: typeof import('vuetify/components')['VAvatar']
25732
25928
  VBadge: typeof import('vuetify/components')['VBadge']
25733
- VAppBar: typeof import('vuetify/components')['VAppBar']
25734
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
25735
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
25736
25929
  VBanner: typeof import('vuetify/components')['VBanner']
25737
25930
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
25738
25931
  VBannerText: typeof import('vuetify/components')['VBannerText']
25932
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
25739
25933
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
25740
25934
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
25741
25935
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
25742
25936
  VBtn: typeof import('vuetify/components')['VBtn']
25743
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
25744
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
25745
25937
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
25938
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
25746
25939
  VCard: typeof import('vuetify/components')['VCard']
25747
25940
  VCardActions: typeof import('vuetify/components')['VCardActions']
25748
25941
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -25751,14 +25944,14 @@ declare module '@vue/runtime-core' {
25751
25944
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
25752
25945
  VCarousel: typeof import('vuetify/components')['VCarousel']
25753
25946
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
25754
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
25755
- VCode: typeof import('vuetify/components')['VCode']
25756
25947
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
25757
25948
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
25758
25949
  VChip: typeof import('vuetify/components')['VChip']
25950
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
25951
+ VCode: typeof import('vuetify/components')['VCode']
25759
25952
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
25760
- VCounter: typeof import('vuetify/components')['VCounter']
25761
25953
  VCombobox: typeof import('vuetify/components')['VCombobox']
25954
+ VCounter: typeof import('vuetify/components')['VCounter']
25762
25955
  VDialog: typeof import('vuetify/components')['VDialog']
25763
25956
  VDivider: typeof import('vuetify/components')['VDivider']
25764
25957
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
@@ -25769,13 +25962,13 @@ declare module '@vue/runtime-core' {
25769
25962
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
25770
25963
  VFileInput: typeof import('vuetify/components')['VFileInput']
25771
25964
  VFooter: typeof import('vuetify/components')['VFooter']
25772
- VImg: typeof import('vuetify/components')['VImg']
25773
- VInput: typeof import('vuetify/components')['VInput']
25774
25965
  VIcon: typeof import('vuetify/components')['VIcon']
25775
25966
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
25776
25967
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
25777
25968
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
25778
25969
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
25970
+ VImg: typeof import('vuetify/components')['VImg']
25971
+ VInput: typeof import('vuetify/components')['VInput']
25779
25972
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
25780
25973
  VItem: typeof import('vuetify/components')['VItem']
25781
25974
  VKbd: typeof import('vuetify/components')['VKbd']
@@ -25790,9 +25983,9 @@ declare module '@vue/runtime-core' {
25790
25983
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
25791
25984
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
25792
25985
  VMain: typeof import('vuetify/components')['VMain']
25986
+ VMenu: typeof import('vuetify/components')['VMenu']
25793
25987
  VMessages: typeof import('vuetify/components')['VMessages']
25794
25988
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
25795
- VMenu: typeof import('vuetify/components')['VMenu']
25796
25989
  VOverlay: typeof import('vuetify/components')['VOverlay']
25797
25990
  VPagination: typeof import('vuetify/components')['VPagination']
25798
25991
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
@@ -25800,27 +25993,27 @@ declare module '@vue/runtime-core' {
25800
25993
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
25801
25994
  VRating: typeof import('vuetify/components')['VRating']
25802
25995
  VSelect: typeof import('vuetify/components')['VSelect']
25803
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
25804
25996
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
25805
25997
  VSheet: typeof import('vuetify/components')['VSheet']
25806
25998
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
25807
25999
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
25808
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
25809
26000
  VSlider: typeof import('vuetify/components')['VSlider']
26001
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
25810
26002
  VSwitch: typeof import('vuetify/components')['VSwitch']
25811
26003
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
25812
26004
  VTabs: typeof import('vuetify/components')['VTabs']
25813
26005
  VTab: typeof import('vuetify/components')['VTab']
25814
26006
  VTable: typeof import('vuetify/components')['VTable']
25815
26007
  VTextarea: typeof import('vuetify/components')['VTextarea']
26008
+ VTextField: typeof import('vuetify/components')['VTextField']
25816
26009
  VTimeline: typeof import('vuetify/components')['VTimeline']
25817
26010
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
25818
- VTextField: typeof import('vuetify/components')['VTextField']
25819
- VTooltip: typeof import('vuetify/components')['VTooltip']
25820
26011
  VToolbar: typeof import('vuetify/components')['VToolbar']
25821
26012
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
25822
26013
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
26014
+ VTooltip: typeof import('vuetify/components')['VTooltip']
25823
26015
  VWindow: typeof import('vuetify/components')['VWindow']
25824
26016
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
26017
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
25825
26018
  }
25826
26019
  }