@vuetify/nightly 3.0.0-beta.3 → 3.0.0-beta.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 (169) hide show
  1. package/CHANGELOG.md +32 -2
  2. package/dist/_component-variables.sass +61 -0
  3. package/dist/json/attributes.json +176 -20
  4. package/dist/json/importMap.json +208 -204
  5. package/dist/json/tags.json +48 -4
  6. package/dist/json/web-types.json +492 -46
  7. package/dist/vuetify.css +950 -932
  8. package/dist/vuetify.d.ts +2521 -341
  9. package/dist/vuetify.esm.js +2318 -2130
  10. package/dist/vuetify.esm.js.map +1 -1
  11. package/dist/vuetify.js +2317 -2129
  12. package/dist/vuetify.js.map +1 -1
  13. package/dist/vuetify.min.css +2 -2
  14. package/dist/vuetify.min.js +764 -740
  15. package/dist/vuetify.min.js.map +1 -1
  16. package/lib/components/VAlert/VAlert.css +5 -5
  17. package/lib/components/VAlert/VAlert.mjs +1 -1
  18. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  19. package/lib/components/VAlert/VAlert.sass +0 -2
  20. package/lib/components/VAppBar/VAppBar.sass +0 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +46 -17
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
  24. package/lib/components/VAvatar/VAvatar.css +1 -1
  25. package/lib/components/VAvatar/VAvatar.sass +1 -2
  26. package/lib/components/VAvatar/_mixins.scss +0 -1
  27. package/lib/components/VBadge/VBadge.sass +0 -1
  28. package/lib/components/VBanner/VBanner.sass +0 -1
  29. package/lib/components/VBottomNavigation/VBottomNavigation.sass +0 -1
  30. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +0 -1
  31. package/lib/components/VBtn/VBtn.css +24 -7
  32. package/lib/components/VBtn/VBtn.mjs +20 -11
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtn/VBtn.sass +17 -2
  35. package/lib/components/VBtnGroup/VBtnGroup.sass +0 -1
  36. package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
  37. package/lib/components/VCard/VCard.css +5 -5
  38. package/lib/components/VCard/VCard.mjs +1 -1
  39. package/lib/components/VCard/VCard.mjs.map +1 -1
  40. package/lib/components/VCard/VCard.sass +0 -1
  41. package/lib/components/VCarousel/VCarousel.sass +0 -1
  42. package/lib/components/VCheckbox/VCheckbox.mjs +13 -46
  43. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  44. package/lib/components/VCheckbox/VCheckbox.sass +0 -1
  45. package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
  46. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
  47. package/lib/components/VCheckbox/index.mjs +1 -0
  48. package/lib/components/VCheckbox/index.mjs.map +1 -1
  49. package/lib/components/VChip/VChip.css +5 -5
  50. package/lib/components/VChip/VChip.mjs +1 -1
  51. package/lib/components/VChip/VChip.mjs.map +1 -1
  52. package/lib/components/VChip/VChip.sass +0 -1
  53. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  54. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  55. package/lib/components/VCode/VCode.sass +1 -2
  56. package/lib/components/VCode/_variables.scss +1 -1
  57. package/lib/components/VColorPicker/VColorPicker.sass +0 -1
  58. package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
  59. package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
  60. package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
  61. package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
  62. package/lib/components/VCombobox/VCombobox.mjs +47 -29
  63. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  64. package/lib/components/VCombobox/VCombobox.sass +0 -2
  65. package/lib/components/VCounter/VCounter.sass +0 -1
  66. package/lib/components/VDialog/VDialog.sass +0 -1
  67. package/lib/components/VDivider/VDivider.sass +0 -1
  68. package/lib/components/VExpansionPanel/VExpansionPanel.sass +0 -1
  69. package/lib/components/VField/VField.css +9 -9
  70. package/lib/components/VField/VField.mjs +2 -2
  71. package/lib/components/VField/VField.mjs.map +1 -1
  72. package/lib/components/VField/VField.sass +6 -8
  73. package/lib/components/VField/_variables.scss +3 -3
  74. package/lib/components/VFileInput/VFileInput.sass +0 -1
  75. package/lib/components/VFooter/VFooter.sass +0 -1
  76. package/lib/components/VIcon/VIcon.sass +0 -1
  77. package/lib/components/VImg/VImg.sass +0 -1
  78. package/lib/components/VInput/VInput.mjs +3 -3
  79. package/lib/components/VInput/VInput.mjs.map +1 -1
  80. package/lib/components/VInput/VInput.sass +0 -1
  81. package/lib/components/VItemGroup/VItemGroup.sass +0 -1
  82. package/lib/components/VKbd/VKbd.sass +0 -1
  83. package/lib/components/VKbd/_variables.scss +1 -1
  84. package/lib/components/VLabel/VLabel.sass +0 -1
  85. package/lib/components/VList/VList.mjs +1 -1
  86. package/lib/components/VList/VList.mjs.map +1 -1
  87. package/lib/components/VList/VList.sass +0 -1
  88. package/lib/components/VList/VListChildren.mjs +1 -1
  89. package/lib/components/VList/VListChildren.mjs.map +1 -1
  90. package/lib/components/VList/VListGroup.mjs +11 -2
  91. package/lib/components/VList/VListGroup.mjs.map +1 -1
  92. package/lib/components/VList/VListItem.css +6 -6
  93. package/lib/components/VList/VListItem.mjs +7 -7
  94. package/lib/components/VList/VListItem.mjs.map +1 -1
  95. package/lib/components/VList/VListItem.sass +1 -2
  96. package/lib/components/VMain/VMain.sass +0 -1
  97. package/lib/components/VMenu/VMenu.sass +0 -1
  98. package/lib/components/VMessages/VMessages.sass +0 -1
  99. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -1
  100. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  101. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
  102. package/lib/components/VOverlay/VOverlay.sass +0 -1
  103. package/lib/components/VPagination/VPagination.sass +0 -1
  104. package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
  105. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  106. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -1
  107. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  108. package/lib/components/VRating/VRating.sass +0 -1
  109. package/lib/components/VSelect/VSelect.mjs +54 -19
  110. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  111. package/lib/components/VSelect/VSelect.sass +0 -2
  112. package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
  113. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -5
  114. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  115. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  116. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +0 -1
  117. package/lib/components/VSheet/VSheet.sass +0 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -1
  119. package/lib/components/VSlider/VSlider.sass +0 -2
  120. package/lib/components/VSlider/VSliderThumb.sass +0 -2
  121. package/lib/components/VSlider/VSliderTrack.sass +0 -2
  122. package/lib/components/VSnackbar/VSnackbar.css +5 -5
  123. package/lib/components/VSnackbar/VSnackbar.sass +0 -1
  124. package/lib/components/VSwitch/VSwitch.mjs +8 -2
  125. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  126. package/lib/components/VSwitch/VSwitch.sass +0 -1
  127. package/lib/components/VSystemBar/VSystemBar.sass +0 -1
  128. package/lib/components/VTable/VTable.sass +0 -1
  129. package/lib/components/VTabs/VTab.sass +0 -1
  130. package/lib/components/VTabs/VTabs.sass +0 -1
  131. package/lib/components/VTabs/_variables.scss +1 -1
  132. package/lib/components/VTextField/VTextField.mjs +2 -0
  133. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  134. package/lib/components/VTextField/VTextField.sass +0 -1
  135. package/lib/components/VTextarea/VTextarea.sass +0 -2
  136. package/lib/components/VTimeline/VTimeline.sass +0 -1
  137. package/lib/components/VToolbar/VToolbar.sass +0 -1
  138. package/lib/components/VToolbar/VToolbarItems.mjs +1 -1
  139. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  140. package/lib/components/VTooltip/VTooltip.sass +0 -1
  141. package/lib/components/VWindow/VWindow.sass +0 -2
  142. package/lib/components/VWindow/VWindowItem.mjs +9 -3
  143. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  144. package/lib/components/index.d.ts +2520 -342
  145. package/lib/composables/display.mjs +13 -11
  146. package/lib/composables/display.mjs.map +1 -1
  147. package/lib/composables/form.mjs +6 -6
  148. package/lib/composables/form.mjs.map +1 -1
  149. package/lib/composables/items.mjs +2 -2
  150. package/lib/composables/items.mjs.map +1 -1
  151. package/lib/composables/ssrBoot.mjs +3 -2
  152. package/lib/composables/ssrBoot.mjs.map +1 -1
  153. package/lib/composables/theme.mjs +6 -2
  154. package/lib/composables/theme.mjs.map +1 -1
  155. package/lib/composables/validation.mjs +14 -7
  156. package/lib/composables/validation.mjs.map +1 -1
  157. package/lib/composables/variant.mjs +3 -3
  158. package/lib/composables/variant.mjs.map +1 -1
  159. package/lib/directives/ripple/VRipple.sass +0 -1
  160. package/lib/entry-bundler.mjs +1 -1
  161. package/lib/framework.mjs +23 -6
  162. package/lib/framework.mjs.map +1 -1
  163. package/lib/index.d.ts +73 -67
  164. package/lib/styles/tools/_variant.sass +6 -6
  165. package/lib/util/getCurrentInstance.mjs +19 -0
  166. package/lib/util/getCurrentInstance.mjs.map +1 -1
  167. package/lib/util/helpers.mjs +0 -4
  168. package/lib/util/helpers.mjs.map +1 -1
  169. package/package.json +11 -3
@@ -32,13 +32,17 @@ interface OnColors {
32
32
  'on-info': string;
33
33
  }
34
34
  interface ThemeInstance {
35
- isDisabled: boolean;
36
- name: Ref<string>;
37
- themes: Ref<Record<string, InternalThemeDefinition>>;
35
+ readonly isDisabled: boolean;
36
+ readonly themes: Ref<Record<string, InternalThemeDefinition>>;
37
+ readonly name: Readonly<Ref<string>>;
38
38
  readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
39
39
  readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
40
- themeClasses: Readonly<Ref<string | undefined>>;
41
- styles: Readonly<Ref<string>>;
40
+ readonly themeClasses: Readonly<Ref<string | undefined>>;
41
+ readonly styles: Readonly<Ref<string>>;
42
+ readonly global: {
43
+ readonly name: Ref<string>;
44
+ readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
45
+ };
42
46
  }
43
47
 
44
48
  declare const VApp: vue.DefineComponent<{
@@ -333,12 +337,12 @@ declare type ContextualType = typeof allowedTypes[number];
333
337
  declare const VAlert: vue.DefineComponent<{
334
338
  color: StringConstructor;
335
339
  variant: Omit<{
336
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
340
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
337
341
  default: string;
338
342
  validator: (v: any) => boolean;
339
343
  }, "type" | "default"> & {
340
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
341
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
344
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
345
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
342
346
  };
343
347
  theme: StringConstructor;
344
348
  tag: {
@@ -403,12 +407,12 @@ declare const VAlert: vue.DefineComponent<{
403
407
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
404
408
  color: StringConstructor;
405
409
  variant: Omit<{
406
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
410
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
407
411
  default: string;
408
412
  validator: (v: any) => boolean;
409
413
  }, "type" | "default"> & {
410
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
411
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
414
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
415
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
412
416
  };
413
417
  theme: StringConstructor;
414
418
  tag: {
@@ -476,7 +480,7 @@ declare const VAlert: vue.DefineComponent<{
476
480
  rounded: string | number | boolean;
477
481
  prominent: boolean;
478
482
  density: "default" | "compact" | "comfortable" | null;
479
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
483
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
480
484
  modelValue: boolean;
481
485
  closable: boolean;
482
486
  closeIcon: IconValue;
@@ -558,6 +562,7 @@ declare const VInput: {
558
562
  default: () => never[];
559
563
  };
560
564
  modelValue: null;
565
+ validationValue: null;
561
566
  density: {
562
567
  type: PropType<"default" | "compact" | "comfortable" | null>;
563
568
  default: string;
@@ -615,6 +620,7 @@ declare const VInput: {
615
620
  default: () => never[];
616
621
  };
617
622
  modelValue: null;
623
+ validationValue: null;
618
624
  density: {
619
625
  type: PropType<"default" | "compact" | "comfortable" | null>;
620
626
  default: string;
@@ -694,6 +700,7 @@ declare const VInput: {
694
700
  default: () => never[];
695
701
  };
696
702
  modelValue: null;
703
+ validationValue: null;
697
704
  density: {
698
705
  type: PropType<"default" | "compact" | "comfortable" | null>;
699
706
  default: string;
@@ -745,6 +752,7 @@ declare const VInput: {
745
752
  default: () => never[];
746
753
  };
747
754
  modelValue: null;
755
+ validationValue: null;
748
756
  density: {
749
757
  type: PropType<"default" | "compact" | "comfortable" | null>;
750
758
  default: string;
@@ -819,7 +827,7 @@ declare const VField: {
819
827
  active: boolean;
820
828
  loading: boolean;
821
829
  disabled: boolean;
822
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
830
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
823
831
  focused: boolean;
824
832
  clearable: boolean;
825
833
  clearIcon: IconValue;
@@ -847,7 +855,7 @@ declare const VField: {
847
855
  reverse: BooleanConstructor;
848
856
  singleLine: BooleanConstructor;
849
857
  variant: {
850
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
858
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
851
859
  default: string;
852
860
  validator: (v: any) => boolean;
853
861
  };
@@ -899,7 +907,7 @@ declare const VField: {
899
907
  reverse: BooleanConstructor;
900
908
  singleLine: BooleanConstructor;
901
909
  variant: {
902
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
910
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
903
911
  default: string;
904
912
  validator: (v: any) => boolean;
905
913
  };
@@ -929,7 +937,7 @@ declare const VField: {
929
937
  active: boolean;
930
938
  loading: boolean;
931
939
  disabled: boolean;
932
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
940
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
933
941
  focused: boolean;
934
942
  clearable: boolean;
935
943
  clearIcon: IconValue;
@@ -977,7 +985,7 @@ declare const VField: {
977
985
  reverse: BooleanConstructor;
978
986
  singleLine: BooleanConstructor;
979
987
  variant: {
980
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
988
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
981
989
  default: string;
982
990
  validator: (v: any) => boolean;
983
991
  };
@@ -1021,7 +1029,7 @@ declare const VField: {
1021
1029
  reverse: BooleanConstructor;
1022
1030
  singleLine: BooleanConstructor;
1023
1031
  variant: {
1024
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
1032
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1025
1033
  default: string;
1026
1034
  validator: (v: any) => boolean;
1027
1035
  };
@@ -1051,7 +1059,7 @@ declare const VField: {
1051
1059
  active: boolean;
1052
1060
  loading: boolean;
1053
1061
  disabled: boolean;
1054
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
1062
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1055
1063
  focused: boolean;
1056
1064
  clearable: boolean;
1057
1065
  clearIcon: IconValue;
@@ -1067,6 +1075,40 @@ declare const VField: {
1067
1075
  });
1068
1076
  declare type VField = InstanceType<typeof VField>;
1069
1077
 
1078
+ interface ScrollStrategyData {
1079
+ root: Ref<HTMLElement | undefined>;
1080
+ contentEl: Ref<HTMLElement | undefined>;
1081
+ activatorEl: Ref<HTMLElement | undefined>;
1082
+ isActive: Ref<boolean>;
1083
+ updateLocation: Ref<((e: Event) => void) | undefined>;
1084
+ }
1085
+
1086
+ interface LocationStrategyData {
1087
+ contentEl: Ref<HTMLElement | undefined>;
1088
+ activatorEl: Ref<HTMLElement | undefined>;
1089
+ isActive: Ref<boolean>;
1090
+ }
1091
+ declare const locationStrategies: {
1092
+ static: typeof staticLocationStrategy;
1093
+ connected: typeof connectedLocationStrategy;
1094
+ };
1095
+ interface StrategyProps {
1096
+ locationStrategy: keyof typeof locationStrategies | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
1097
+ updateLocation: (e: Event) => void;
1098
+ });
1099
+ location: Anchor;
1100
+ origin: Anchor | 'auto' | 'overlap';
1101
+ offset?: number | string;
1102
+ maxHeight?: number | string;
1103
+ maxWidth?: number | string;
1104
+ minHeight?: number | string;
1105
+ minWidth?: number | string;
1106
+ }
1107
+ declare function staticLocationStrategy(): void;
1108
+ declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
1109
+ updateLocation: () => void;
1110
+ };
1111
+
1070
1112
  interface InternalItem {
1071
1113
  title: string;
1072
1114
  value: any;
@@ -1076,7 +1118,7 @@ interface InternalItem {
1076
1118
  value: any;
1077
1119
  };
1078
1120
  children?: InternalItem[];
1079
- originalItem: any;
1121
+ raw: any;
1080
1122
  }
1081
1123
 
1082
1124
  /**
@@ -1102,6 +1144,7 @@ declare const VAutocomplete: {
1102
1144
  transition: string | boolean | (vue.TransitionProps & {
1103
1145
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1104
1146
  });
1147
+ menu: boolean;
1105
1148
  eager: boolean;
1106
1149
  noDataText: string;
1107
1150
  itemTitle: SelectItemKey;
@@ -1161,10 +1204,176 @@ declare const VAutocomplete: {
1161
1204
  eager: BooleanConstructor;
1162
1205
  hideNoData: BooleanConstructor;
1163
1206
  hideSelected: BooleanConstructor;
1207
+ menu: BooleanConstructor;
1164
1208
  menuIcon: {
1165
1209
  type: vue.PropType<IconValue>;
1166
1210
  default: string;
1167
1211
  };
1212
+ menuProps: {
1213
+ type: vue.PropType<Partial<{
1214
+ transition: string | boolean | (vue.TransitionProps & {
1215
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1216
+ }) | {
1217
+ readonly component: vue.DefineComponent<{
1218
+ target: vue.PropType<HTMLElement>;
1219
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1220
+ target: vue.PropType<HTMLElement>;
1221
+ }>>, {}>;
1222
+ };
1223
+ modelValue: boolean;
1224
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1225
+ transition: Omit<{
1226
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1227
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1228
+ })>;
1229
+ default: string;
1230
+ validator: (val: unknown) => boolean;
1231
+ }, "type" | "default"> & {
1232
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1233
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1234
+ }) | {
1235
+ readonly component: vue.DefineComponent<{
1236
+ target: vue.PropType<HTMLElement>;
1237
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1238
+ target: vue.PropType<HTMLElement>;
1239
+ }>>, {}>;
1240
+ }>;
1241
+ default: string | boolean | (vue.TransitionProps & {
1242
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1243
+ }) | {
1244
+ readonly component: vue.DefineComponent<{
1245
+ target: vue.PropType<HTMLElement>;
1246
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1247
+ target: vue.PropType<HTMLElement>;
1248
+ }>>, {}>;
1249
+ };
1250
+ };
1251
+ modelValue: BooleanConstructor;
1252
+ id: StringConstructor;
1253
+ } & SlotsToProps<MakeSlots<{
1254
+ default: [{
1255
+ isActive: vue.Ref<boolean>;
1256
+ }];
1257
+ activator: [{
1258
+ isActive: boolean;
1259
+ props: Record<string, any>;
1260
+ }];
1261
+ }>>>> & {
1262
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1263
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
1264
+ absolute: boolean;
1265
+ location: Anchor;
1266
+ origin: "auto" | Anchor | "overlap";
1267
+ transition: string | boolean | (vue.TransitionProps & {
1268
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1269
+ });
1270
+ zIndex: string | number;
1271
+ eager: boolean;
1272
+ disabled: boolean;
1273
+ modelValue: boolean;
1274
+ activatorProps: Record<string, any>;
1275
+ openOnClick: boolean;
1276
+ openOnHover: boolean;
1277
+ openOnFocus: boolean;
1278
+ closeOnContentClick: boolean;
1279
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1280
+ updateLocation: (e: Event) => void;
1281
+ } | undefined);
1282
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
1283
+ contained: boolean;
1284
+ noClickAnimation: boolean;
1285
+ persistent: boolean;
1286
+ closeOnBack: boolean;
1287
+ scrim: string | boolean;
1288
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1289
+ eager: BooleanConstructor;
1290
+ transition: {
1291
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1292
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1293
+ })>;
1294
+ default: string;
1295
+ validator: (val: unknown) => boolean;
1296
+ };
1297
+ theme: StringConstructor;
1298
+ scrollStrategy: {
1299
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
1300
+ default: string;
1301
+ validator: (val: any) => boolean;
1302
+ };
1303
+ locationStrategy: {
1304
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1305
+ updateLocation: (e: Event) => void;
1306
+ } | undefined)>;
1307
+ default: string;
1308
+ validator: (val: any) => boolean;
1309
+ };
1310
+ location: {
1311
+ type: vue.PropType<Anchor>;
1312
+ default: string;
1313
+ };
1314
+ origin: {
1315
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1316
+ default: string;
1317
+ };
1318
+ offset: (StringConstructor | NumberConstructor)[];
1319
+ height: (StringConstructor | NumberConstructor)[];
1320
+ maxHeight: (StringConstructor | NumberConstructor)[];
1321
+ maxWidth: (StringConstructor | NumberConstructor)[];
1322
+ minHeight: (StringConstructor | NumberConstructor)[];
1323
+ minWidth: (StringConstructor | NumberConstructor)[];
1324
+ width: (StringConstructor | NumberConstructor)[];
1325
+ closeDelay: (StringConstructor | NumberConstructor)[];
1326
+ openDelay: (StringConstructor | NumberConstructor)[];
1327
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1328
+ activatorProps: {
1329
+ type: vue.PropType<Record<string, any>>;
1330
+ default: () => {};
1331
+ };
1332
+ openOnClick: {
1333
+ type: BooleanConstructor;
1334
+ default: undefined;
1335
+ };
1336
+ openOnHover: BooleanConstructor;
1337
+ openOnFocus: {
1338
+ type: BooleanConstructor;
1339
+ default: undefined;
1340
+ };
1341
+ closeOnContentClick: BooleanConstructor;
1342
+ absolute: BooleanConstructor;
1343
+ attach: vue.PropType<string | boolean | Element>;
1344
+ closeOnBack: {
1345
+ type: BooleanConstructor;
1346
+ default: boolean;
1347
+ };
1348
+ contained: BooleanConstructor;
1349
+ contentClass: null;
1350
+ contentProps: null;
1351
+ disabled: BooleanConstructor;
1352
+ noClickAnimation: BooleanConstructor;
1353
+ modelValue: BooleanConstructor;
1354
+ persistent: BooleanConstructor;
1355
+ scrim: {
1356
+ type: (StringConstructor | BooleanConstructor)[];
1357
+ default: boolean;
1358
+ };
1359
+ zIndex: {
1360
+ type: (StringConstructor | NumberConstructor)[];
1361
+ default: number;
1362
+ };
1363
+ } & SlotsToProps<MakeSlots<{
1364
+ default: [{
1365
+ isActive: vue.Ref<boolean>;
1366
+ }];
1367
+ activator: [{
1368
+ isActive: boolean;
1369
+ props: Record<string, any>;
1370
+ }];
1371
+ }>>>> & {
1372
+ onAfterLeave?: (() => any) | undefined;
1373
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1374
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1375
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
1376
+ };
1168
1377
  modelValue: {
1169
1378
  type: null;
1170
1379
  default: () => never[];
@@ -1212,8 +1421,9 @@ declare const VAutocomplete: {
1212
1421
  'no-data': [];
1213
1422
  }>>>> & {
1214
1423
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
1424
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1215
1425
  "onUpdate:search"?: ((val: any) => any) | undefined;
1216
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
1426
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
1217
1427
  $attrs: {
1218
1428
  [x: string]: unknown;
1219
1429
  };
@@ -1225,7 +1435,7 @@ declare const VAutocomplete: {
1225
1435
  }>;
1226
1436
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1227
1437
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1228
- $emit: ((event: "click:clear", e: MouseEvent) => void) & ((event: "update:search", val: any) => void);
1438
+ $emit: ((event: "click:clear", e: MouseEvent) => void) & ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
1229
1439
  $el: any;
1230
1440
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1231
1441
  transition: Omit<{
@@ -1271,10 +1481,176 @@ declare const VAutocomplete: {
1271
1481
  eager: BooleanConstructor;
1272
1482
  hideNoData: BooleanConstructor;
1273
1483
  hideSelected: BooleanConstructor;
1484
+ menu: BooleanConstructor;
1274
1485
  menuIcon: {
1275
1486
  type: vue.PropType<IconValue>;
1276
1487
  default: string;
1277
1488
  };
1489
+ menuProps: {
1490
+ type: vue.PropType<Partial<{
1491
+ transition: string | boolean | (vue.TransitionProps & {
1492
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1493
+ }) | {
1494
+ readonly component: vue.DefineComponent<{
1495
+ target: vue.PropType<HTMLElement>;
1496
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1497
+ target: vue.PropType<HTMLElement>;
1498
+ }>>, {}>;
1499
+ };
1500
+ modelValue: boolean;
1501
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1502
+ transition: Omit<{
1503
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1504
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1505
+ })>;
1506
+ default: string;
1507
+ validator: (val: unknown) => boolean;
1508
+ }, "type" | "default"> & {
1509
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1510
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1511
+ }) | {
1512
+ readonly component: vue.DefineComponent<{
1513
+ target: vue.PropType<HTMLElement>;
1514
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1515
+ target: vue.PropType<HTMLElement>;
1516
+ }>>, {}>;
1517
+ }>;
1518
+ default: string | boolean | (vue.TransitionProps & {
1519
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1520
+ }) | {
1521
+ readonly component: vue.DefineComponent<{
1522
+ target: vue.PropType<HTMLElement>;
1523
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1524
+ target: vue.PropType<HTMLElement>;
1525
+ }>>, {}>;
1526
+ };
1527
+ };
1528
+ modelValue: BooleanConstructor;
1529
+ id: StringConstructor;
1530
+ } & SlotsToProps<MakeSlots<{
1531
+ default: [{
1532
+ isActive: vue.Ref<boolean>;
1533
+ }];
1534
+ activator: [{
1535
+ isActive: boolean;
1536
+ props: Record<string, any>;
1537
+ }];
1538
+ }>>>> & {
1539
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1540
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
1541
+ absolute: boolean;
1542
+ location: Anchor;
1543
+ origin: "auto" | Anchor | "overlap";
1544
+ transition: string | boolean | (vue.TransitionProps & {
1545
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1546
+ });
1547
+ zIndex: string | number;
1548
+ eager: boolean;
1549
+ disabled: boolean;
1550
+ modelValue: boolean;
1551
+ activatorProps: Record<string, any>;
1552
+ openOnClick: boolean;
1553
+ openOnHover: boolean;
1554
+ openOnFocus: boolean;
1555
+ closeOnContentClick: boolean;
1556
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1557
+ updateLocation: (e: Event) => void;
1558
+ } | undefined);
1559
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
1560
+ contained: boolean;
1561
+ noClickAnimation: boolean;
1562
+ persistent: boolean;
1563
+ closeOnBack: boolean;
1564
+ scrim: string | boolean;
1565
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1566
+ eager: BooleanConstructor;
1567
+ transition: {
1568
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1569
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1570
+ })>;
1571
+ default: string;
1572
+ validator: (val: unknown) => boolean;
1573
+ };
1574
+ theme: StringConstructor;
1575
+ scrollStrategy: {
1576
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
1577
+ default: string;
1578
+ validator: (val: any) => boolean;
1579
+ };
1580
+ locationStrategy: {
1581
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1582
+ updateLocation: (e: Event) => void;
1583
+ } | undefined)>;
1584
+ default: string;
1585
+ validator: (val: any) => boolean;
1586
+ };
1587
+ location: {
1588
+ type: vue.PropType<Anchor>;
1589
+ default: string;
1590
+ };
1591
+ origin: {
1592
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1593
+ default: string;
1594
+ };
1595
+ offset: (StringConstructor | NumberConstructor)[];
1596
+ height: (StringConstructor | NumberConstructor)[];
1597
+ maxHeight: (StringConstructor | NumberConstructor)[];
1598
+ maxWidth: (StringConstructor | NumberConstructor)[];
1599
+ minHeight: (StringConstructor | NumberConstructor)[];
1600
+ minWidth: (StringConstructor | NumberConstructor)[];
1601
+ width: (StringConstructor | NumberConstructor)[];
1602
+ closeDelay: (StringConstructor | NumberConstructor)[];
1603
+ openDelay: (StringConstructor | NumberConstructor)[];
1604
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1605
+ activatorProps: {
1606
+ type: vue.PropType<Record<string, any>>;
1607
+ default: () => {};
1608
+ };
1609
+ openOnClick: {
1610
+ type: BooleanConstructor;
1611
+ default: undefined;
1612
+ };
1613
+ openOnHover: BooleanConstructor;
1614
+ openOnFocus: {
1615
+ type: BooleanConstructor;
1616
+ default: undefined;
1617
+ };
1618
+ closeOnContentClick: BooleanConstructor;
1619
+ absolute: BooleanConstructor;
1620
+ attach: vue.PropType<string | boolean | Element>;
1621
+ closeOnBack: {
1622
+ type: BooleanConstructor;
1623
+ default: boolean;
1624
+ };
1625
+ contained: BooleanConstructor;
1626
+ contentClass: null;
1627
+ contentProps: null;
1628
+ disabled: BooleanConstructor;
1629
+ noClickAnimation: BooleanConstructor;
1630
+ modelValue: BooleanConstructor;
1631
+ persistent: BooleanConstructor;
1632
+ scrim: {
1633
+ type: (StringConstructor | BooleanConstructor)[];
1634
+ default: boolean;
1635
+ };
1636
+ zIndex: {
1637
+ type: (StringConstructor | NumberConstructor)[];
1638
+ default: number;
1639
+ };
1640
+ } & SlotsToProps<MakeSlots<{
1641
+ default: [{
1642
+ isActive: vue.Ref<boolean>;
1643
+ }];
1644
+ activator: [{
1645
+ isActive: boolean;
1646
+ props: Record<string, any>;
1647
+ }];
1648
+ }>>>> & {
1649
+ onAfterLeave?: (() => any) | undefined;
1650
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1651
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1652
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
1653
+ };
1278
1654
  modelValue: {
1279
1655
  type: null;
1280
1656
  default: () => never[];
@@ -1322,15 +1698,18 @@ declare const VAutocomplete: {
1322
1698
  'no-data': [];
1323
1699
  }>>>> & {
1324
1700
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
1701
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1325
1702
  "onUpdate:search"?: ((val: any) => any) | undefined;
1326
1703
  }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1327
1704
  'click:clear': (e: MouseEvent) => boolean;
1328
1705
  'update:search': (val: any) => boolean;
1329
1706
  'update:modelValue': (val: any) => boolean;
1707
+ 'update:menu': (val: boolean) => boolean;
1330
1708
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
1331
1709
  transition: string | boolean | (vue.TransitionProps & {
1332
1710
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1333
1711
  });
1712
+ menu: boolean;
1334
1713
  eager: boolean;
1335
1714
  noDataText: string;
1336
1715
  itemTitle: SelectItemKey;
@@ -1410,10 +1789,176 @@ declare const VAutocomplete: {
1410
1789
  eager: BooleanConstructor;
1411
1790
  hideNoData: BooleanConstructor;
1412
1791
  hideSelected: BooleanConstructor;
1792
+ menu: BooleanConstructor;
1413
1793
  menuIcon: {
1414
1794
  type: vue.PropType<IconValue>;
1415
1795
  default: string;
1416
1796
  };
1797
+ menuProps: {
1798
+ type: vue.PropType<Partial<{
1799
+ transition: string | boolean | (vue.TransitionProps & {
1800
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1801
+ }) | {
1802
+ readonly component: vue.DefineComponent<{
1803
+ target: vue.PropType<HTMLElement>;
1804
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1805
+ target: vue.PropType<HTMLElement>;
1806
+ }>>, {}>;
1807
+ };
1808
+ modelValue: boolean;
1809
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1810
+ transition: Omit<{
1811
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1812
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1813
+ })>;
1814
+ default: string;
1815
+ validator: (val: unknown) => boolean;
1816
+ }, "type" | "default"> & {
1817
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1818
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1819
+ }) | {
1820
+ readonly component: vue.DefineComponent<{
1821
+ target: vue.PropType<HTMLElement>;
1822
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1823
+ target: vue.PropType<HTMLElement>;
1824
+ }>>, {}>;
1825
+ }>;
1826
+ default: string | boolean | (vue.TransitionProps & {
1827
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1828
+ }) | {
1829
+ readonly component: vue.DefineComponent<{
1830
+ target: vue.PropType<HTMLElement>;
1831
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1832
+ target: vue.PropType<HTMLElement>;
1833
+ }>>, {}>;
1834
+ };
1835
+ };
1836
+ modelValue: BooleanConstructor;
1837
+ id: StringConstructor;
1838
+ } & SlotsToProps<MakeSlots<{
1839
+ default: [{
1840
+ isActive: vue.Ref<boolean>;
1841
+ }];
1842
+ activator: [{
1843
+ isActive: boolean;
1844
+ props: Record<string, any>;
1845
+ }];
1846
+ }>>>> & {
1847
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1848
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
1849
+ absolute: boolean;
1850
+ location: Anchor;
1851
+ origin: "auto" | Anchor | "overlap";
1852
+ transition: string | boolean | (vue.TransitionProps & {
1853
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1854
+ });
1855
+ zIndex: string | number;
1856
+ eager: boolean;
1857
+ disabled: boolean;
1858
+ modelValue: boolean;
1859
+ activatorProps: Record<string, any>;
1860
+ openOnClick: boolean;
1861
+ openOnHover: boolean;
1862
+ openOnFocus: boolean;
1863
+ closeOnContentClick: boolean;
1864
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1865
+ updateLocation: (e: Event) => void;
1866
+ } | undefined);
1867
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
1868
+ contained: boolean;
1869
+ noClickAnimation: boolean;
1870
+ persistent: boolean;
1871
+ closeOnBack: boolean;
1872
+ scrim: string | boolean;
1873
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1874
+ eager: BooleanConstructor;
1875
+ transition: {
1876
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1877
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1878
+ })>;
1879
+ default: string;
1880
+ validator: (val: unknown) => boolean;
1881
+ };
1882
+ theme: StringConstructor;
1883
+ scrollStrategy: {
1884
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
1885
+ default: string;
1886
+ validator: (val: any) => boolean;
1887
+ };
1888
+ locationStrategy: {
1889
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1890
+ updateLocation: (e: Event) => void;
1891
+ } | undefined)>;
1892
+ default: string;
1893
+ validator: (val: any) => boolean;
1894
+ };
1895
+ location: {
1896
+ type: vue.PropType<Anchor>;
1897
+ default: string;
1898
+ };
1899
+ origin: {
1900
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1901
+ default: string;
1902
+ };
1903
+ offset: (StringConstructor | NumberConstructor)[];
1904
+ height: (StringConstructor | NumberConstructor)[];
1905
+ maxHeight: (StringConstructor | NumberConstructor)[];
1906
+ maxWidth: (StringConstructor | NumberConstructor)[];
1907
+ minHeight: (StringConstructor | NumberConstructor)[];
1908
+ minWidth: (StringConstructor | NumberConstructor)[];
1909
+ width: (StringConstructor | NumberConstructor)[];
1910
+ closeDelay: (StringConstructor | NumberConstructor)[];
1911
+ openDelay: (StringConstructor | NumberConstructor)[];
1912
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1913
+ activatorProps: {
1914
+ type: vue.PropType<Record<string, any>>;
1915
+ default: () => {};
1916
+ };
1917
+ openOnClick: {
1918
+ type: BooleanConstructor;
1919
+ default: undefined;
1920
+ };
1921
+ openOnHover: BooleanConstructor;
1922
+ openOnFocus: {
1923
+ type: BooleanConstructor;
1924
+ default: undefined;
1925
+ };
1926
+ closeOnContentClick: BooleanConstructor;
1927
+ absolute: BooleanConstructor;
1928
+ attach: vue.PropType<string | boolean | Element>;
1929
+ closeOnBack: {
1930
+ type: BooleanConstructor;
1931
+ default: boolean;
1932
+ };
1933
+ contained: BooleanConstructor;
1934
+ contentClass: null;
1935
+ contentProps: null;
1936
+ disabled: BooleanConstructor;
1937
+ noClickAnimation: BooleanConstructor;
1938
+ modelValue: BooleanConstructor;
1939
+ persistent: BooleanConstructor;
1940
+ scrim: {
1941
+ type: (StringConstructor | BooleanConstructor)[];
1942
+ default: boolean;
1943
+ };
1944
+ zIndex: {
1945
+ type: (StringConstructor | NumberConstructor)[];
1946
+ default: number;
1947
+ };
1948
+ } & SlotsToProps<MakeSlots<{
1949
+ default: [{
1950
+ isActive: vue.Ref<boolean>;
1951
+ }];
1952
+ activator: [{
1953
+ isActive: boolean;
1954
+ props: Record<string, any>;
1955
+ }];
1956
+ }>>>> & {
1957
+ onAfterLeave?: (() => any) | undefined;
1958
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1959
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1960
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
1961
+ };
1417
1962
  modelValue: {
1418
1963
  type: null;
1419
1964
  default: () => never[];
@@ -1461,6 +2006,7 @@ declare const VAutocomplete: {
1461
2006
  'no-data': [];
1462
2007
  }>>>> & {
1463
2008
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
2009
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1464
2010
  "onUpdate:search"?: ((val: any) => any) | undefined;
1465
2011
  } & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
1466
2012
  __isFragment?: undefined;
@@ -1510,79 +2056,248 @@ declare const VAutocomplete: {
1510
2056
  eager: BooleanConstructor;
1511
2057
  hideNoData: BooleanConstructor;
1512
2058
  hideSelected: BooleanConstructor;
2059
+ menu: BooleanConstructor;
1513
2060
  menuIcon: {
1514
2061
  type: vue.PropType<IconValue>;
1515
2062
  default: string;
1516
2063
  };
1517
- modelValue: {
1518
- type: null;
1519
- default: () => never[];
1520
- };
1521
- multiple: BooleanConstructor;
1522
- noDataText: {
1523
- type: StringConstructor;
1524
- default: string;
1525
- };
1526
- openOnClear: BooleanConstructor;
1527
- customFilter: vue.PropType<FilterFunction>;
1528
- customKeyFilter: vue.PropType<FilterKeyFunctions>;
1529
- filterKeys: {
1530
- type: vue.PropType<(string & {}) | FilterKeys>;
1531
- default: (string & {}) | FilterKeys;
1532
- };
1533
- filterMode: {
1534
- type: vue.PropType<FilterMode>;
1535
- default: string;
1536
- };
1537
- noFilter: BooleanConstructor;
1538
- search: StringConstructor;
1539
- }, "multiple" | "items" | "onUpdate:modelValue" | "modelValue" | "returnObject"> & SlotsToProps<MakeSlots<{
1540
- default: [VInputSlot];
1541
- prepend: [VInputSlot];
1542
- append: [VInputSlot];
1543
- details: [VInputSlot];
1544
- }> & MakeSlots<{
1545
- clear: [];
1546
- prependInner: [DefaultInputSlot & VInputSlot];
1547
- appendInner: [DefaultInputSlot & VInputSlot];
1548
- label: [DefaultInputSlot & VInputSlot];
1549
- loader: [LoaderSlotProps];
1550
- default: [VFieldSlot];
1551
- }> & MakeSlots<{
1552
- chip: [{
1553
- item: unknown;
1554
- index: number;
1555
- props: Record<string, unknown>;
1556
- }];
1557
- selection: [{
1558
- item: unknown;
1559
- index: number;
1560
- }];
1561
- 'no-data': [];
1562
- }>>>> & {
1563
- "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
1564
- "onUpdate:search"?: ((val: any) => any) | undefined;
1565
- }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1566
- 'click:clear': (e: MouseEvent) => boolean;
1567
- 'update:search': (val: any) => boolean;
1568
- 'update:modelValue': (val: any) => boolean;
1569
- }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
1570
- transition: string | boolean | (vue.TransitionProps & {
1571
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1572
- });
1573
- eager: boolean;
1574
- noDataText: string;
1575
- itemTitle: SelectItemKey;
1576
- itemValue: SelectItemKey;
1577
- itemChildren: SelectItemKey;
1578
- itemProps: SelectItemKey;
1579
- chips: boolean;
1580
- closableChips: boolean;
1581
- hideNoData: boolean;
1582
- hideSelected: boolean;
1583
- menuIcon: IconValue;
1584
- openOnClear: boolean;
1585
- filterMode: FilterMode;
2064
+ menuProps: {
2065
+ type: vue.PropType<Partial<{
2066
+ transition: string | boolean | (vue.TransitionProps & {
2067
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2068
+ }) | {
2069
+ readonly component: vue.DefineComponent<{
2070
+ target: vue.PropType<HTMLElement>;
2071
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2072
+ target: vue.PropType<HTMLElement>;
2073
+ }>>, {}>;
2074
+ };
2075
+ modelValue: boolean;
2076
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
2077
+ transition: Omit<{
2078
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2079
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2080
+ })>;
2081
+ default: string;
2082
+ validator: (val: unknown) => boolean;
2083
+ }, "type" | "default"> & {
2084
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2085
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2086
+ }) | {
2087
+ readonly component: vue.DefineComponent<{
2088
+ target: vue.PropType<HTMLElement>;
2089
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2090
+ target: vue.PropType<HTMLElement>;
2091
+ }>>, {}>;
2092
+ }>;
2093
+ default: string | boolean | (vue.TransitionProps & {
2094
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2095
+ }) | {
2096
+ readonly component: vue.DefineComponent<{
2097
+ target: vue.PropType<HTMLElement>;
2098
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2099
+ target: vue.PropType<HTMLElement>;
2100
+ }>>, {}>;
2101
+ };
2102
+ };
2103
+ modelValue: BooleanConstructor;
2104
+ id: StringConstructor;
2105
+ } & SlotsToProps<MakeSlots<{
2106
+ default: [{
2107
+ isActive: vue.Ref<boolean>;
2108
+ }];
2109
+ activator: [{
2110
+ isActive: boolean;
2111
+ props: Record<string, any>;
2112
+ }];
2113
+ }>>>> & {
2114
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2115
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
2116
+ absolute: boolean;
2117
+ location: Anchor;
2118
+ origin: "auto" | Anchor | "overlap";
2119
+ transition: string | boolean | (vue.TransitionProps & {
2120
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2121
+ });
2122
+ zIndex: string | number;
2123
+ eager: boolean;
2124
+ disabled: boolean;
2125
+ modelValue: boolean;
2126
+ activatorProps: Record<string, any>;
2127
+ openOnClick: boolean;
2128
+ openOnHover: boolean;
2129
+ openOnFocus: boolean;
2130
+ closeOnContentClick: boolean;
2131
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2132
+ updateLocation: (e: Event) => void;
2133
+ } | undefined);
2134
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
2135
+ contained: boolean;
2136
+ noClickAnimation: boolean;
2137
+ persistent: boolean;
2138
+ closeOnBack: boolean;
2139
+ scrim: string | boolean;
2140
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
2141
+ eager: BooleanConstructor;
2142
+ transition: {
2143
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2144
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2145
+ })>;
2146
+ default: string;
2147
+ validator: (val: unknown) => boolean;
2148
+ };
2149
+ theme: StringConstructor;
2150
+ scrollStrategy: {
2151
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
2152
+ default: string;
2153
+ validator: (val: any) => boolean;
2154
+ };
2155
+ locationStrategy: {
2156
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2157
+ updateLocation: (e: Event) => void;
2158
+ } | undefined)>;
2159
+ default: string;
2160
+ validator: (val: any) => boolean;
2161
+ };
2162
+ location: {
2163
+ type: vue.PropType<Anchor>;
2164
+ default: string;
2165
+ };
2166
+ origin: {
2167
+ type: vue.PropType<"auto" | Anchor | "overlap">;
2168
+ default: string;
2169
+ };
2170
+ offset: (StringConstructor | NumberConstructor)[];
2171
+ height: (StringConstructor | NumberConstructor)[];
2172
+ maxHeight: (StringConstructor | NumberConstructor)[];
2173
+ maxWidth: (StringConstructor | NumberConstructor)[];
2174
+ minHeight: (StringConstructor | NumberConstructor)[];
2175
+ minWidth: (StringConstructor | NumberConstructor)[];
2176
+ width: (StringConstructor | NumberConstructor)[];
2177
+ closeDelay: (StringConstructor | NumberConstructor)[];
2178
+ openDelay: (StringConstructor | NumberConstructor)[];
2179
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
2180
+ activatorProps: {
2181
+ type: vue.PropType<Record<string, any>>;
2182
+ default: () => {};
2183
+ };
2184
+ openOnClick: {
2185
+ type: BooleanConstructor;
2186
+ default: undefined;
2187
+ };
2188
+ openOnHover: BooleanConstructor;
2189
+ openOnFocus: {
2190
+ type: BooleanConstructor;
2191
+ default: undefined;
2192
+ };
2193
+ closeOnContentClick: BooleanConstructor;
2194
+ absolute: BooleanConstructor;
2195
+ attach: vue.PropType<string | boolean | Element>;
2196
+ closeOnBack: {
2197
+ type: BooleanConstructor;
2198
+ default: boolean;
2199
+ };
2200
+ contained: BooleanConstructor;
2201
+ contentClass: null;
2202
+ contentProps: null;
2203
+ disabled: BooleanConstructor;
2204
+ noClickAnimation: BooleanConstructor;
2205
+ modelValue: BooleanConstructor;
2206
+ persistent: BooleanConstructor;
2207
+ scrim: {
2208
+ type: (StringConstructor | BooleanConstructor)[];
2209
+ default: boolean;
2210
+ };
2211
+ zIndex: {
2212
+ type: (StringConstructor | NumberConstructor)[];
2213
+ default: number;
2214
+ };
2215
+ } & SlotsToProps<MakeSlots<{
2216
+ default: [{
2217
+ isActive: vue.Ref<boolean>;
2218
+ }];
2219
+ activator: [{
2220
+ isActive: boolean;
2221
+ props: Record<string, any>;
2222
+ }];
2223
+ }>>>> & {
2224
+ onAfterLeave?: (() => any) | undefined;
2225
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2226
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
2227
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
2228
+ };
2229
+ modelValue: {
2230
+ type: null;
2231
+ default: () => never[];
2232
+ };
2233
+ multiple: BooleanConstructor;
2234
+ noDataText: {
2235
+ type: StringConstructor;
2236
+ default: string;
2237
+ };
2238
+ openOnClear: BooleanConstructor;
2239
+ customFilter: vue.PropType<FilterFunction>;
2240
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
2241
+ filterKeys: {
2242
+ type: vue.PropType<(string & {}) | FilterKeys>;
2243
+ default: (string & {}) | FilterKeys;
2244
+ };
2245
+ filterMode: {
2246
+ type: vue.PropType<FilterMode>;
2247
+ default: string;
2248
+ };
2249
+ noFilter: BooleanConstructor;
2250
+ search: StringConstructor;
2251
+ }, "multiple" | "items" | "onUpdate:modelValue" | "modelValue" | "returnObject"> & SlotsToProps<MakeSlots<{
2252
+ default: [VInputSlot];
2253
+ prepend: [VInputSlot];
2254
+ append: [VInputSlot];
2255
+ details: [VInputSlot];
2256
+ }> & MakeSlots<{
2257
+ clear: [];
2258
+ prependInner: [DefaultInputSlot & VInputSlot];
2259
+ appendInner: [DefaultInputSlot & VInputSlot];
2260
+ label: [DefaultInputSlot & VInputSlot];
2261
+ loader: [LoaderSlotProps];
2262
+ default: [VFieldSlot];
2263
+ }> & MakeSlots<{
2264
+ chip: [{
2265
+ item: unknown;
2266
+ index: number;
2267
+ props: Record<string, unknown>;
2268
+ }];
2269
+ selection: [{
2270
+ item: unknown;
2271
+ index: number;
2272
+ }];
2273
+ 'no-data': [];
2274
+ }>>>> & {
2275
+ "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
2276
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
2277
+ "onUpdate:search"?: ((val: any) => any) | undefined;
2278
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2279
+ 'click:clear': (e: MouseEvent) => boolean;
2280
+ 'update:search': (val: any) => boolean;
2281
+ 'update:modelValue': (val: any) => boolean;
2282
+ 'update:menu': (val: boolean) => boolean;
2283
+ }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
2284
+ transition: string | boolean | (vue.TransitionProps & {
2285
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2286
+ });
2287
+ menu: boolean;
2288
+ eager: boolean;
2289
+ noDataText: string;
2290
+ itemTitle: SelectItemKey;
2291
+ itemValue: SelectItemKey;
2292
+ itemChildren: SelectItemKey;
2293
+ itemProps: SelectItemKey;
2294
+ chips: boolean;
2295
+ closableChips: boolean;
2296
+ hideNoData: boolean;
2297
+ hideSelected: boolean;
2298
+ menuIcon: IconValue;
2299
+ openOnClear: boolean;
2300
+ filterMode: FilterMode;
1586
2301
  noFilter: boolean;
1587
2302
  filterKeys: (string & {}) | FilterKeys;
1588
2303
  }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T, ReturnObject extends boolean = false, Multiple extends boolean = false, V extends Value$2<T, ReturnObject, Multiple> = Value$2<T, ReturnObject, Multiple>>() => {
@@ -2321,12 +3036,12 @@ interface GroupItemProvide {
2321
3036
  declare const VBtn: vue.DefineComponent<{
2322
3037
  color: StringConstructor;
2323
3038
  variant: Omit<{
2324
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3039
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2325
3040
  default: string;
2326
3041
  validator: (v: any) => boolean;
2327
3042
  }, "type" | "default"> & {
2328
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2329
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3043
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3044
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2330
3045
  };
2331
3046
  theme: StringConstructor;
2332
3047
  tag: Omit<{
@@ -2382,6 +3097,7 @@ declare const VBtn: vue.DefineComponent<{
2382
3097
  appendIcon: PropType<IconValue>;
2383
3098
  block: BooleanConstructor;
2384
3099
  stacked: BooleanConstructor;
3100
+ loading: BooleanConstructor;
2385
3101
  ripple: {
2386
3102
  type: BooleanConstructor;
2387
3103
  default: boolean;
@@ -2389,12 +3105,12 @@ declare const VBtn: vue.DefineComponent<{
2389
3105
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2390
3106
  color: StringConstructor;
2391
3107
  variant: Omit<{
2392
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3108
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2393
3109
  default: string;
2394
3110
  validator: (v: any) => boolean;
2395
3111
  }, "type" | "default"> & {
2396
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2397
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3112
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3113
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2398
3114
  };
2399
3115
  theme: StringConstructor;
2400
3116
  tag: Omit<{
@@ -2450,6 +3166,7 @@ declare const VBtn: vue.DefineComponent<{
2450
3166
  appendIcon: PropType<IconValue>;
2451
3167
  block: BooleanConstructor;
2452
3168
  stacked: BooleanConstructor;
3169
+ loading: BooleanConstructor;
2453
3170
  ripple: {
2454
3171
  type: BooleanConstructor;
2455
3172
  default: boolean;
@@ -2460,12 +3177,13 @@ declare const VBtn: vue.DefineComponent<{
2460
3177
  flat: boolean;
2461
3178
  active: boolean;
2462
3179
  block: boolean;
3180
+ loading: boolean;
2463
3181
  disabled: boolean;
2464
3182
  size: string | number;
2465
3183
  tag: string;
2466
3184
  rounded: string | number | boolean;
2467
3185
  density: "default" | "compact" | "comfortable" | null;
2468
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3186
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2469
3187
  stacked: boolean;
2470
3188
  ripple: boolean;
2471
3189
  }>;
@@ -2474,7 +3192,7 @@ declare type VBtn = InstanceType<typeof VBtn>;
2474
3192
  declare const VBtnGroup: vue.DefineComponent<{
2475
3193
  color: StringConstructor;
2476
3194
  variant: {
2477
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3195
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2478
3196
  default: string;
2479
3197
  validator: (v: any) => boolean;
2480
3198
  };
@@ -2501,7 +3219,7 @@ declare const VBtnGroup: vue.DefineComponent<{
2501
3219
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2502
3220
  color: StringConstructor;
2503
3221
  variant: {
2504
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3222
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2505
3223
  default: string;
2506
3224
  validator: (v: any) => boolean;
2507
3225
  };
@@ -2529,7 +3247,7 @@ declare const VBtnGroup: vue.DefineComponent<{
2529
3247
  tag: string;
2530
3248
  rounded: string | number | boolean;
2531
3249
  density: "default" | "compact" | "comfortable" | null;
2532
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3250
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2533
3251
  divided: boolean;
2534
3252
  }>;
2535
3253
 
@@ -2686,12 +3404,12 @@ declare const VBtnToggle: {
2686
3404
  declare const VCard: vue.DefineComponent<{
2687
3405
  color: StringConstructor;
2688
3406
  variant: Omit<{
2689
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3407
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2690
3408
  default: string;
2691
3409
  validator: (v: any) => boolean;
2692
3410
  }, "type" | "default"> & {
2693
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2694
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3411
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3412
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2695
3413
  };
2696
3414
  tag: {
2697
3415
  type: StringConstructor;
@@ -2742,12 +3460,12 @@ declare const VCard: vue.DefineComponent<{
2742
3460
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2743
3461
  color: StringConstructor;
2744
3462
  variant: Omit<{
2745
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3463
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2746
3464
  default: string;
2747
3465
  validator: (v: any) => boolean;
2748
3466
  }, "type" | "default"> & {
2749
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2750
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3467
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3468
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2751
3469
  };
2752
3470
  tag: {
2753
3471
  type: StringConstructor;
@@ -2803,7 +3521,7 @@ declare const VCard: vue.DefineComponent<{
2803
3521
  tag: string;
2804
3522
  rounded: string | number | boolean;
2805
3523
  density: "default" | "compact" | "comfortable" | null;
2806
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3524
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2807
3525
  ripple: boolean;
2808
3526
  hover: boolean;
2809
3527
  }>;
@@ -3013,14 +3731,6 @@ declare const VCarouselItem: vue.DefineComponent<{
3013
3731
  declare type VCarouselItem = InstanceType<typeof VCarouselItem>;
3014
3732
 
3015
3733
  declare const VCheckbox: vue.DefineComponent<{
3016
- falseIcon: {
3017
- type: vue.PropType<IconValue>;
3018
- default: string;
3019
- };
3020
- trueIcon: {
3021
- type: vue.PropType<IconValue>;
3022
- default: string;
3023
- };
3024
3734
  density: {
3025
3735
  type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3026
3736
  default: string;
@@ -3033,6 +3743,14 @@ declare const VCheckbox: vue.DefineComponent<{
3033
3743
  id: StringConstructor;
3034
3744
  inline: BooleanConstructor;
3035
3745
  label: StringConstructor;
3746
+ falseIcon: {
3747
+ type: vue.PropType<(string & {}) | IconValue>;
3748
+ default: (string & {}) | IconValue;
3749
+ };
3750
+ trueIcon: {
3751
+ type: vue.PropType<(string & {}) | IconValue>;
3752
+ default: (string & {}) | IconValue;
3753
+ };
3036
3754
  ripple: {
3037
3755
  type: BooleanConstructor;
3038
3756
  default: boolean;
@@ -3052,6 +3770,11 @@ declare const VCheckbox: vue.DefineComponent<{
3052
3770
  type: vue.PropType<typeof deepEqual>;
3053
3771
  default: typeof deepEqual;
3054
3772
  };
3773
+ indeterminate: BooleanConstructor;
3774
+ indeterminateIcon: {
3775
+ type: vue.PropType<IconValue>;
3776
+ default: string;
3777
+ };
3055
3778
  errorMessages: {
3056
3779
  type: vue.PropType<string | string[]>;
3057
3780
  default: () => never[];
@@ -3064,6 +3787,7 @@ declare const VCheckbox: vue.DefineComponent<{
3064
3787
  type: vue.PropType<ValidationRule[]>;
3065
3788
  default: () => never[];
3066
3789
  };
3790
+ validationValue: null;
3067
3791
  appendIcon: vue.PropType<IconValue>;
3068
3792
  prependIcon: vue.PropType<IconValue>;
3069
3793
  hideDetails: vue.PropType<boolean | "auto">;
@@ -3076,24 +3800,9 @@ declare const VCheckbox: vue.DefineComponent<{
3076
3800
  default: string;
3077
3801
  validator: (v: any) => boolean;
3078
3802
  };
3079
- indeterminate: BooleanConstructor;
3080
- indeterminateIcon: {
3081
- type: vue.PropType<IconValue>;
3082
- default: string;
3083
- };
3084
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3085
- 'update:indeterminate': (val: boolean) => true;
3086
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3087
- falseIcon: {
3088
- type: vue.PropType<IconValue>;
3089
- default: string;
3090
- };
3091
- trueIcon: {
3092
- type: vue.PropType<IconValue>;
3093
- default: string;
3094
- };
3095
- density: {
3096
- type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3803
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3804
+ density: {
3805
+ type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3097
3806
  default: string;
3098
3807
  validator: (v: any) => boolean;
3099
3808
  };
@@ -3104,6 +3813,14 @@ declare const VCheckbox: vue.DefineComponent<{
3104
3813
  id: StringConstructor;
3105
3814
  inline: BooleanConstructor;
3106
3815
  label: StringConstructor;
3816
+ falseIcon: {
3817
+ type: vue.PropType<(string & {}) | IconValue>;
3818
+ default: (string & {}) | IconValue;
3819
+ };
3820
+ trueIcon: {
3821
+ type: vue.PropType<(string & {}) | IconValue>;
3822
+ default: (string & {}) | IconValue;
3823
+ };
3107
3824
  ripple: {
3108
3825
  type: BooleanConstructor;
3109
3826
  default: boolean;
@@ -3123,6 +3840,11 @@ declare const VCheckbox: vue.DefineComponent<{
3123
3840
  type: vue.PropType<typeof deepEqual>;
3124
3841
  default: typeof deepEqual;
3125
3842
  };
3843
+ indeterminate: BooleanConstructor;
3844
+ indeterminateIcon: {
3845
+ type: vue.PropType<IconValue>;
3846
+ default: string;
3847
+ };
3126
3848
  errorMessages: {
3127
3849
  type: vue.PropType<string | string[]>;
3128
3850
  default: () => never[];
@@ -3135,6 +3857,7 @@ declare const VCheckbox: vue.DefineComponent<{
3135
3857
  type: vue.PropType<ValidationRule[]>;
3136
3858
  default: () => never[];
3137
3859
  };
3860
+ validationValue: null;
3138
3861
  appendIcon: vue.PropType<IconValue>;
3139
3862
  prependIcon: vue.PropType<IconValue>;
3140
3863
  hideDetails: vue.PropType<boolean | "auto">;
@@ -3147,43 +3870,148 @@ declare const VCheckbox: vue.DefineComponent<{
3147
3870
  default: string;
3148
3871
  validator: (v: any) => boolean;
3149
3872
  };
3873
+ }>>, {
3874
+ inline: boolean;
3875
+ error: boolean;
3876
+ direction: "horizontal" | "vertical";
3877
+ disabled: boolean;
3878
+ multiple: boolean | null;
3879
+ readonly: boolean;
3880
+ indeterminate: boolean;
3881
+ messages: string | string[];
3882
+ density: "default" | "compact" | "comfortable" | null;
3883
+ ripple: boolean;
3884
+ errorMessages: string | string[];
3885
+ maxErrors: string | number;
3886
+ rules: ValidationRule[];
3887
+ falseIcon: (string & {}) | IconValue;
3888
+ trueIcon: (string & {}) | IconValue;
3889
+ valueComparator: typeof deepEqual;
3890
+ indeterminateIcon: IconValue;
3891
+ }>;
3892
+ declare type VCheckbox = InstanceType<typeof VCheckbox>;
3893
+
3894
+ declare const VCheckboxBtn: vue.DefineComponent<{
3895
+ density: {
3896
+ type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3897
+ default: string;
3898
+ validator: (v: any) => boolean;
3899
+ };
3900
+ theme: StringConstructor;
3901
+ color: StringConstructor;
3902
+ disabled: BooleanConstructor;
3903
+ error: BooleanConstructor;
3904
+ id: StringConstructor;
3905
+ inline: BooleanConstructor;
3906
+ label: StringConstructor;
3907
+ falseIcon: {
3908
+ type: vue.PropType<(string & {}) | IconValue>;
3909
+ default: (string & {}) | IconValue;
3910
+ };
3911
+ trueIcon: {
3912
+ type: vue.PropType<(string & {}) | IconValue>;
3913
+ default: (string & {}) | IconValue;
3914
+ };
3915
+ ripple: {
3916
+ type: BooleanConstructor;
3917
+ default: boolean;
3918
+ };
3919
+ multiple: {
3920
+ type: vue.PropType<boolean | null>;
3921
+ default: null;
3922
+ };
3923
+ name: StringConstructor;
3924
+ readonly: BooleanConstructor;
3925
+ trueValue: null;
3926
+ falseValue: null;
3927
+ modelValue: null;
3928
+ type: StringConstructor;
3929
+ value: null;
3930
+ valueComparator: {
3931
+ type: vue.PropType<typeof deepEqual>;
3932
+ default: typeof deepEqual;
3933
+ };
3934
+ indeterminate: BooleanConstructor;
3935
+ indeterminateIcon: {
3936
+ type: vue.PropType<IconValue>;
3937
+ default: string;
3938
+ };
3939
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3940
+ 'update:modelValue': (value: any) => true;
3941
+ 'update:indeterminate': (val: boolean) => true;
3942
+ }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ExtractPropTypes<{
3943
+ density: {
3944
+ type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3945
+ default: string;
3946
+ validator: (v: any) => boolean;
3947
+ };
3948
+ theme: StringConstructor;
3949
+ color: StringConstructor;
3950
+ disabled: BooleanConstructor;
3951
+ error: BooleanConstructor;
3952
+ id: StringConstructor;
3953
+ inline: BooleanConstructor;
3954
+ label: StringConstructor;
3955
+ falseIcon: {
3956
+ type: vue.PropType<(string & {}) | IconValue>;
3957
+ default: (string & {}) | IconValue;
3958
+ };
3959
+ trueIcon: {
3960
+ type: vue.PropType<(string & {}) | IconValue>;
3961
+ default: (string & {}) | IconValue;
3962
+ };
3963
+ ripple: {
3964
+ type: BooleanConstructor;
3965
+ default: boolean;
3966
+ };
3967
+ multiple: {
3968
+ type: vue.PropType<boolean | null>;
3969
+ default: null;
3970
+ };
3971
+ name: StringConstructor;
3972
+ readonly: BooleanConstructor;
3973
+ trueValue: null;
3974
+ falseValue: null;
3975
+ modelValue: null;
3976
+ type: StringConstructor;
3977
+ value: null;
3978
+ valueComparator: {
3979
+ type: vue.PropType<typeof deepEqual>;
3980
+ default: typeof deepEqual;
3981
+ };
3150
3982
  indeterminate: BooleanConstructor;
3151
3983
  indeterminateIcon: {
3152
3984
  type: vue.PropType<IconValue>;
3153
3985
  default: string;
3154
3986
  };
3155
3987
  }>> & {
3988
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
3156
3989
  "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
3157
3990
  }, {
3158
3991
  inline: boolean;
3159
3992
  error: boolean;
3160
- direction: "horizontal" | "vertical";
3161
3993
  disabled: boolean;
3162
3994
  multiple: boolean | null;
3163
3995
  readonly: boolean;
3164
3996
  indeterminate: boolean;
3165
- messages: string | string[];
3166
3997
  density: "default" | "compact" | "comfortable" | null;
3167
3998
  ripple: boolean;
3999
+ falseIcon: (string & {}) | IconValue;
4000
+ trueIcon: (string & {}) | IconValue;
3168
4001
  valueComparator: typeof deepEqual;
3169
- errorMessages: string | string[];
3170
- maxErrors: string | number;
3171
- rules: ValidationRule[];
3172
- falseIcon: IconValue;
3173
- trueIcon: IconValue;
3174
4002
  indeterminateIcon: IconValue;
3175
4003
  }>;
3176
- declare type VCheckbox = InstanceType<typeof VCheckbox>;
4004
+ declare type VCheckboxBtn = InstanceType<typeof VCheckboxBtn>;
3177
4005
 
3178
4006
  declare const VChip: vue.DefineComponent<{
3179
4007
  color: StringConstructor;
3180
4008
  variant: Omit<{
3181
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4009
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3182
4010
  default: string;
3183
4011
  validator: (v: any) => boolean;
3184
4012
  }, "type" | "default"> & {
3185
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3186
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4013
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4014
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3187
4015
  };
3188
4016
  theme: StringConstructor;
3189
4017
  tag: Omit<{
@@ -3256,12 +4084,12 @@ declare const VChip: vue.DefineComponent<{
3256
4084
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3257
4085
  color: StringConstructor;
3258
4086
  variant: Omit<{
3259
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4087
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3260
4088
  default: string;
3261
4089
  validator: (v: any) => boolean;
3262
4090
  }, "type" | "default"> & {
3263
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3264
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4091
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4092
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3265
4093
  };
3266
4094
  theme: StringConstructor;
3267
4095
  tag: Omit<{
@@ -3342,7 +4170,7 @@ declare const VChip: vue.DefineComponent<{
3342
4170
  tag: string;
3343
4171
  rounded: string | number | boolean;
3344
4172
  density: "default" | "compact" | "comfortable" | null;
3345
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4173
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3346
4174
  modelValue: boolean;
3347
4175
  ripple: boolean;
3348
4176
  closable: boolean;
@@ -3356,12 +4184,12 @@ declare type VChip = InstanceType<typeof VChip>;
3356
4184
  declare const VChipGroup: vue.DefineComponent<{
3357
4185
  color: StringConstructor;
3358
4186
  variant: Omit<{
3359
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4187
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3360
4188
  default: string;
3361
4189
  validator: (v: any) => boolean;
3362
4190
  }, "type" | "default"> & {
3363
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3364
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4191
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4192
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3365
4193
  };
3366
4194
  theme: StringConstructor;
3367
4195
  tag: {
@@ -3391,12 +4219,12 @@ declare const VChipGroup: vue.DefineComponent<{
3391
4219
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3392
4220
  color: StringConstructor;
3393
4221
  variant: Omit<{
3394
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4222
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3395
4223
  default: string;
3396
4224
  validator: (v: any) => boolean;
3397
4225
  }, "type" | "default"> & {
3398
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3399
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4226
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4227
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3400
4228
  };
3401
4229
  theme: StringConstructor;
3402
4230
  tag: {
@@ -3429,7 +4257,7 @@ declare const VChipGroup: vue.DefineComponent<{
3429
4257
  multiple: boolean;
3430
4258
  tag: string;
3431
4259
  column: boolean;
3432
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4260
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3433
4261
  modelValue: any;
3434
4262
  selectedClass: string;
3435
4263
  valueComparator: typeof deepEqual;
@@ -3575,6 +4403,7 @@ declare const VCombobox: {
3575
4403
  transition: string | boolean | (vue.TransitionProps & {
3576
4404
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
3577
4405
  });
4406
+ menu: boolean;
3578
4407
  eager: boolean;
3579
4408
  noDataText: string;
3580
4409
  itemTitle: SelectItemKey;
@@ -3640,10 +4469,176 @@ declare const VCombobox: {
3640
4469
  default: boolean;
3641
4470
  };
3642
4471
  hideSelected: BooleanConstructor;
4472
+ menu: BooleanConstructor;
3643
4473
  menuIcon: {
3644
4474
  type: PropType<IconValue>;
3645
4475
  default: string;
3646
4476
  };
4477
+ menuProps: {
4478
+ type: PropType<Partial<{
4479
+ transition: string | boolean | (vue.TransitionProps & {
4480
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4481
+ }) | {
4482
+ readonly component: vue.DefineComponent<{
4483
+ target: PropType<HTMLElement>;
4484
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4485
+ target: PropType<HTMLElement>;
4486
+ }>>, {}>;
4487
+ };
4488
+ modelValue: boolean;
4489
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4490
+ transition: Omit<{
4491
+ type: PropType<string | boolean | (vue.TransitionProps & {
4492
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4493
+ })>;
4494
+ default: string;
4495
+ validator: (val: unknown) => boolean;
4496
+ }, "type" | "default"> & {
4497
+ type: PropType<string | boolean | (vue.TransitionProps & {
4498
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4499
+ }) | {
4500
+ readonly component: vue.DefineComponent<{
4501
+ target: PropType<HTMLElement>;
4502
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4503
+ target: PropType<HTMLElement>;
4504
+ }>>, {}>;
4505
+ }>;
4506
+ default: string | boolean | (vue.TransitionProps & {
4507
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4508
+ }) | {
4509
+ readonly component: vue.DefineComponent<{
4510
+ target: PropType<HTMLElement>;
4511
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4512
+ target: PropType<HTMLElement>;
4513
+ }>>, {}>;
4514
+ };
4515
+ };
4516
+ modelValue: BooleanConstructor;
4517
+ id: StringConstructor;
4518
+ } & SlotsToProps<MakeSlots<{
4519
+ default: [{
4520
+ isActive: vue.Ref<boolean>;
4521
+ }];
4522
+ activator: [{
4523
+ isActive: boolean;
4524
+ props: Record<string, any>;
4525
+ }];
4526
+ }>>>> & {
4527
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4528
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
4529
+ absolute: boolean;
4530
+ location: Anchor;
4531
+ origin: "auto" | Anchor | "overlap";
4532
+ transition: string | boolean | (vue.TransitionProps & {
4533
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4534
+ });
4535
+ zIndex: string | number;
4536
+ eager: boolean;
4537
+ disabled: boolean;
4538
+ modelValue: boolean;
4539
+ activatorProps: Record<string, any>;
4540
+ openOnClick: boolean;
4541
+ openOnHover: boolean;
4542
+ openOnFocus: boolean;
4543
+ closeOnContentClick: boolean;
4544
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4545
+ updateLocation: (e: Event) => void;
4546
+ } | undefined);
4547
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
4548
+ contained: boolean;
4549
+ noClickAnimation: boolean;
4550
+ persistent: boolean;
4551
+ closeOnBack: boolean;
4552
+ scrim: string | boolean;
4553
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4554
+ eager: BooleanConstructor;
4555
+ transition: {
4556
+ type: PropType<string | boolean | (vue.TransitionProps & {
4557
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4558
+ })>;
4559
+ default: string;
4560
+ validator: (val: unknown) => boolean;
4561
+ };
4562
+ theme: StringConstructor;
4563
+ scrollStrategy: {
4564
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
4565
+ default: string;
4566
+ validator: (val: any) => boolean;
4567
+ };
4568
+ locationStrategy: {
4569
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4570
+ updateLocation: (e: Event) => void;
4571
+ } | undefined)>;
4572
+ default: string;
4573
+ validator: (val: any) => boolean;
4574
+ };
4575
+ location: {
4576
+ type: PropType<Anchor>;
4577
+ default: string;
4578
+ };
4579
+ origin: {
4580
+ type: PropType<"auto" | Anchor | "overlap">;
4581
+ default: string;
4582
+ };
4583
+ offset: (StringConstructor | NumberConstructor)[];
4584
+ height: (StringConstructor | NumberConstructor)[];
4585
+ maxHeight: (StringConstructor | NumberConstructor)[];
4586
+ maxWidth: (StringConstructor | NumberConstructor)[];
4587
+ minHeight: (StringConstructor | NumberConstructor)[];
4588
+ minWidth: (StringConstructor | NumberConstructor)[];
4589
+ width: (StringConstructor | NumberConstructor)[];
4590
+ closeDelay: (StringConstructor | NumberConstructor)[];
4591
+ openDelay: (StringConstructor | NumberConstructor)[];
4592
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
4593
+ activatorProps: {
4594
+ type: PropType<Record<string, any>>;
4595
+ default: () => {};
4596
+ };
4597
+ openOnClick: {
4598
+ type: BooleanConstructor;
4599
+ default: undefined;
4600
+ };
4601
+ openOnHover: BooleanConstructor;
4602
+ openOnFocus: {
4603
+ type: BooleanConstructor;
4604
+ default: undefined;
4605
+ };
4606
+ closeOnContentClick: BooleanConstructor;
4607
+ absolute: BooleanConstructor;
4608
+ attach: PropType<string | boolean | Element>;
4609
+ closeOnBack: {
4610
+ type: BooleanConstructor;
4611
+ default: boolean;
4612
+ };
4613
+ contained: BooleanConstructor;
4614
+ contentClass: null;
4615
+ contentProps: null;
4616
+ disabled: BooleanConstructor;
4617
+ noClickAnimation: BooleanConstructor;
4618
+ modelValue: BooleanConstructor;
4619
+ persistent: BooleanConstructor;
4620
+ scrim: {
4621
+ type: (StringConstructor | BooleanConstructor)[];
4622
+ default: boolean;
4623
+ };
4624
+ zIndex: {
4625
+ type: (StringConstructor | NumberConstructor)[];
4626
+ default: number;
4627
+ };
4628
+ } & SlotsToProps<MakeSlots<{
4629
+ default: [{
4630
+ isActive: vue.Ref<boolean>;
4631
+ }];
4632
+ activator: [{
4633
+ isActive: boolean;
4634
+ props: Record<string, any>;
4635
+ }];
4636
+ }>>>> & {
4637
+ onAfterLeave?: (() => any) | undefined;
4638
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4639
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
4640
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
4641
+ };
3647
4642
  modelValue: {
3648
4643
  type: null;
3649
4644
  default: () => never[];
@@ -3690,8 +4685,9 @@ declare const VCombobox: {
3690
4685
  }];
3691
4686
  'no-data': [];
3692
4687
  }>>>> & {
4688
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3693
4689
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
3694
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
4690
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
3695
4691
  $attrs: {
3696
4692
  [x: string]: unknown;
3697
4693
  };
@@ -3703,7 +4699,7 @@ declare const VCombobox: {
3703
4699
  }>;
3704
4700
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3705
4701
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3706
- $emit: (event: "update:searchInput", val: string) => void;
4702
+ $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:searchInput", val: string) => void);
3707
4703
  $el: any;
3708
4704
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
3709
4705
  transition: Omit<{
@@ -3755,10 +4751,176 @@ declare const VCombobox: {
3755
4751
  default: boolean;
3756
4752
  };
3757
4753
  hideSelected: BooleanConstructor;
4754
+ menu: BooleanConstructor;
3758
4755
  menuIcon: {
3759
4756
  type: PropType<IconValue>;
3760
4757
  default: string;
3761
4758
  };
4759
+ menuProps: {
4760
+ type: PropType<Partial<{
4761
+ transition: string | boolean | (vue.TransitionProps & {
4762
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4763
+ }) | {
4764
+ readonly component: vue.DefineComponent<{
4765
+ target: PropType<HTMLElement>;
4766
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4767
+ target: PropType<HTMLElement>;
4768
+ }>>, {}>;
4769
+ };
4770
+ modelValue: boolean;
4771
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4772
+ transition: Omit<{
4773
+ type: PropType<string | boolean | (vue.TransitionProps & {
4774
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4775
+ })>;
4776
+ default: string;
4777
+ validator: (val: unknown) => boolean;
4778
+ }, "type" | "default"> & {
4779
+ type: PropType<string | boolean | (vue.TransitionProps & {
4780
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4781
+ }) | {
4782
+ readonly component: vue.DefineComponent<{
4783
+ target: PropType<HTMLElement>;
4784
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4785
+ target: PropType<HTMLElement>;
4786
+ }>>, {}>;
4787
+ }>;
4788
+ default: string | boolean | (vue.TransitionProps & {
4789
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4790
+ }) | {
4791
+ readonly component: vue.DefineComponent<{
4792
+ target: PropType<HTMLElement>;
4793
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4794
+ target: PropType<HTMLElement>;
4795
+ }>>, {}>;
4796
+ };
4797
+ };
4798
+ modelValue: BooleanConstructor;
4799
+ id: StringConstructor;
4800
+ } & SlotsToProps<MakeSlots<{
4801
+ default: [{
4802
+ isActive: vue.Ref<boolean>;
4803
+ }];
4804
+ activator: [{
4805
+ isActive: boolean;
4806
+ props: Record<string, any>;
4807
+ }];
4808
+ }>>>> & {
4809
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4810
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
4811
+ absolute: boolean;
4812
+ location: Anchor;
4813
+ origin: "auto" | Anchor | "overlap";
4814
+ transition: string | boolean | (vue.TransitionProps & {
4815
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4816
+ });
4817
+ zIndex: string | number;
4818
+ eager: boolean;
4819
+ disabled: boolean;
4820
+ modelValue: boolean;
4821
+ activatorProps: Record<string, any>;
4822
+ openOnClick: boolean;
4823
+ openOnHover: boolean;
4824
+ openOnFocus: boolean;
4825
+ closeOnContentClick: boolean;
4826
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4827
+ updateLocation: (e: Event) => void;
4828
+ } | undefined);
4829
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
4830
+ contained: boolean;
4831
+ noClickAnimation: boolean;
4832
+ persistent: boolean;
4833
+ closeOnBack: boolean;
4834
+ scrim: string | boolean;
4835
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4836
+ eager: BooleanConstructor;
4837
+ transition: {
4838
+ type: PropType<string | boolean | (vue.TransitionProps & {
4839
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4840
+ })>;
4841
+ default: string;
4842
+ validator: (val: unknown) => boolean;
4843
+ };
4844
+ theme: StringConstructor;
4845
+ scrollStrategy: {
4846
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
4847
+ default: string;
4848
+ validator: (val: any) => boolean;
4849
+ };
4850
+ locationStrategy: {
4851
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4852
+ updateLocation: (e: Event) => void;
4853
+ } | undefined)>;
4854
+ default: string;
4855
+ validator: (val: any) => boolean;
4856
+ };
4857
+ location: {
4858
+ type: PropType<Anchor>;
4859
+ default: string;
4860
+ };
4861
+ origin: {
4862
+ type: PropType<"auto" | Anchor | "overlap">;
4863
+ default: string;
4864
+ };
4865
+ offset: (StringConstructor | NumberConstructor)[];
4866
+ height: (StringConstructor | NumberConstructor)[];
4867
+ maxHeight: (StringConstructor | NumberConstructor)[];
4868
+ maxWidth: (StringConstructor | NumberConstructor)[];
4869
+ minHeight: (StringConstructor | NumberConstructor)[];
4870
+ minWidth: (StringConstructor | NumberConstructor)[];
4871
+ width: (StringConstructor | NumberConstructor)[];
4872
+ closeDelay: (StringConstructor | NumberConstructor)[];
4873
+ openDelay: (StringConstructor | NumberConstructor)[];
4874
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
4875
+ activatorProps: {
4876
+ type: PropType<Record<string, any>>;
4877
+ default: () => {};
4878
+ };
4879
+ openOnClick: {
4880
+ type: BooleanConstructor;
4881
+ default: undefined;
4882
+ };
4883
+ openOnHover: BooleanConstructor;
4884
+ openOnFocus: {
4885
+ type: BooleanConstructor;
4886
+ default: undefined;
4887
+ };
4888
+ closeOnContentClick: BooleanConstructor;
4889
+ absolute: BooleanConstructor;
4890
+ attach: PropType<string | boolean | Element>;
4891
+ closeOnBack: {
4892
+ type: BooleanConstructor;
4893
+ default: boolean;
4894
+ };
4895
+ contained: BooleanConstructor;
4896
+ contentClass: null;
4897
+ contentProps: null;
4898
+ disabled: BooleanConstructor;
4899
+ noClickAnimation: BooleanConstructor;
4900
+ modelValue: BooleanConstructor;
4901
+ persistent: BooleanConstructor;
4902
+ scrim: {
4903
+ type: (StringConstructor | BooleanConstructor)[];
4904
+ default: boolean;
4905
+ };
4906
+ zIndex: {
4907
+ type: (StringConstructor | NumberConstructor)[];
4908
+ default: number;
4909
+ };
4910
+ } & SlotsToProps<MakeSlots<{
4911
+ default: [{
4912
+ isActive: vue.Ref<boolean>;
4913
+ }];
4914
+ activator: [{
4915
+ isActive: boolean;
4916
+ props: Record<string, any>;
4917
+ }];
4918
+ }>>>> & {
4919
+ onAfterLeave?: (() => any) | undefined;
4920
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4921
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
4922
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
4923
+ };
3762
4924
  modelValue: {
3763
4925
  type: null;
3764
4926
  default: () => never[];
@@ -3805,14 +4967,17 @@ declare const VCombobox: {
3805
4967
  }];
3806
4968
  'no-data': [];
3807
4969
  }>>>> & {
4970
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3808
4971
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
3809
4972
  }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3810
4973
  'update:modelValue': (val: any) => boolean;
3811
4974
  'update:searchInput': (val: string) => boolean;
4975
+ 'update:menu': (val: boolean) => boolean;
3812
4976
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
3813
4977
  transition: string | boolean | (vue.TransitionProps & {
3814
4978
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
3815
4979
  });
4980
+ menu: boolean;
3816
4981
  eager: boolean;
3817
4982
  noDataText: string;
3818
4983
  itemTitle: SelectItemKey;
@@ -3898,10 +5063,176 @@ declare const VCombobox: {
3898
5063
  default: boolean;
3899
5064
  };
3900
5065
  hideSelected: BooleanConstructor;
5066
+ menu: BooleanConstructor;
3901
5067
  menuIcon: {
3902
5068
  type: PropType<IconValue>;
3903
5069
  default: string;
3904
5070
  };
5071
+ menuProps: {
5072
+ type: PropType<Partial<{
5073
+ transition: string | boolean | (vue.TransitionProps & {
5074
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5075
+ }) | {
5076
+ readonly component: vue.DefineComponent<{
5077
+ target: PropType<HTMLElement>;
5078
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5079
+ target: PropType<HTMLElement>;
5080
+ }>>, {}>;
5081
+ };
5082
+ modelValue: boolean;
5083
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5084
+ transition: Omit<{
5085
+ type: PropType<string | boolean | (vue.TransitionProps & {
5086
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5087
+ })>;
5088
+ default: string;
5089
+ validator: (val: unknown) => boolean;
5090
+ }, "type" | "default"> & {
5091
+ type: PropType<string | boolean | (vue.TransitionProps & {
5092
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5093
+ }) | {
5094
+ readonly component: vue.DefineComponent<{
5095
+ target: PropType<HTMLElement>;
5096
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5097
+ target: PropType<HTMLElement>;
5098
+ }>>, {}>;
5099
+ }>;
5100
+ default: string | boolean | (vue.TransitionProps & {
5101
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5102
+ }) | {
5103
+ readonly component: vue.DefineComponent<{
5104
+ target: PropType<HTMLElement>;
5105
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5106
+ target: PropType<HTMLElement>;
5107
+ }>>, {}>;
5108
+ };
5109
+ };
5110
+ modelValue: BooleanConstructor;
5111
+ id: StringConstructor;
5112
+ } & SlotsToProps<MakeSlots<{
5113
+ default: [{
5114
+ isActive: vue.Ref<boolean>;
5115
+ }];
5116
+ activator: [{
5117
+ isActive: boolean;
5118
+ props: Record<string, any>;
5119
+ }];
5120
+ }>>>> & {
5121
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5122
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
5123
+ absolute: boolean;
5124
+ location: Anchor;
5125
+ origin: "auto" | Anchor | "overlap";
5126
+ transition: string | boolean | (vue.TransitionProps & {
5127
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5128
+ });
5129
+ zIndex: string | number;
5130
+ eager: boolean;
5131
+ disabled: boolean;
5132
+ modelValue: boolean;
5133
+ activatorProps: Record<string, any>;
5134
+ openOnClick: boolean;
5135
+ openOnHover: boolean;
5136
+ openOnFocus: boolean;
5137
+ closeOnContentClick: boolean;
5138
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5139
+ updateLocation: (e: Event) => void;
5140
+ } | undefined);
5141
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
5142
+ contained: boolean;
5143
+ noClickAnimation: boolean;
5144
+ persistent: boolean;
5145
+ closeOnBack: boolean;
5146
+ scrim: string | boolean;
5147
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5148
+ eager: BooleanConstructor;
5149
+ transition: {
5150
+ type: PropType<string | boolean | (vue.TransitionProps & {
5151
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5152
+ })>;
5153
+ default: string;
5154
+ validator: (val: unknown) => boolean;
5155
+ };
5156
+ theme: StringConstructor;
5157
+ scrollStrategy: {
5158
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
5159
+ default: string;
5160
+ validator: (val: any) => boolean;
5161
+ };
5162
+ locationStrategy: {
5163
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5164
+ updateLocation: (e: Event) => void;
5165
+ } | undefined)>;
5166
+ default: string;
5167
+ validator: (val: any) => boolean;
5168
+ };
5169
+ location: {
5170
+ type: PropType<Anchor>;
5171
+ default: string;
5172
+ };
5173
+ origin: {
5174
+ type: PropType<"auto" | Anchor | "overlap">;
5175
+ default: string;
5176
+ };
5177
+ offset: (StringConstructor | NumberConstructor)[];
5178
+ height: (StringConstructor | NumberConstructor)[];
5179
+ maxHeight: (StringConstructor | NumberConstructor)[];
5180
+ maxWidth: (StringConstructor | NumberConstructor)[];
5181
+ minHeight: (StringConstructor | NumberConstructor)[];
5182
+ minWidth: (StringConstructor | NumberConstructor)[];
5183
+ width: (StringConstructor | NumberConstructor)[];
5184
+ closeDelay: (StringConstructor | NumberConstructor)[];
5185
+ openDelay: (StringConstructor | NumberConstructor)[];
5186
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
5187
+ activatorProps: {
5188
+ type: PropType<Record<string, any>>;
5189
+ default: () => {};
5190
+ };
5191
+ openOnClick: {
5192
+ type: BooleanConstructor;
5193
+ default: undefined;
5194
+ };
5195
+ openOnHover: BooleanConstructor;
5196
+ openOnFocus: {
5197
+ type: BooleanConstructor;
5198
+ default: undefined;
5199
+ };
5200
+ closeOnContentClick: BooleanConstructor;
5201
+ absolute: BooleanConstructor;
5202
+ attach: PropType<string | boolean | Element>;
5203
+ closeOnBack: {
5204
+ type: BooleanConstructor;
5205
+ default: boolean;
5206
+ };
5207
+ contained: BooleanConstructor;
5208
+ contentClass: null;
5209
+ contentProps: null;
5210
+ disabled: BooleanConstructor;
5211
+ noClickAnimation: BooleanConstructor;
5212
+ modelValue: BooleanConstructor;
5213
+ persistent: BooleanConstructor;
5214
+ scrim: {
5215
+ type: (StringConstructor | BooleanConstructor)[];
5216
+ default: boolean;
5217
+ };
5218
+ zIndex: {
5219
+ type: (StringConstructor | NumberConstructor)[];
5220
+ default: number;
5221
+ };
5222
+ } & SlotsToProps<MakeSlots<{
5223
+ default: [{
5224
+ isActive: vue.Ref<boolean>;
5225
+ }];
5226
+ activator: [{
5227
+ isActive: boolean;
5228
+ props: Record<string, any>;
5229
+ }];
5230
+ }>>>> & {
5231
+ onAfterLeave?: (() => any) | undefined;
5232
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5233
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5234
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
5235
+ };
3905
5236
  modelValue: {
3906
5237
  type: null;
3907
5238
  default: () => never[];
@@ -3948,6 +5279,7 @@ declare const VCombobox: {
3948
5279
  }];
3949
5280
  'no-data': [];
3950
5281
  }>>>> & {
5282
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3951
5283
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
3952
5284
  } & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
3953
5285
  __isFragment?: undefined;
@@ -4003,10 +5335,176 @@ declare const VCombobox: {
4003
5335
  default: boolean;
4004
5336
  };
4005
5337
  hideSelected: BooleanConstructor;
5338
+ menu: BooleanConstructor;
4006
5339
  menuIcon: {
4007
5340
  type: PropType<IconValue>;
4008
5341
  default: string;
4009
5342
  };
5343
+ menuProps: {
5344
+ type: PropType<Partial<{
5345
+ transition: string | boolean | (vue.TransitionProps & {
5346
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5347
+ }) | {
5348
+ readonly component: vue.DefineComponent<{
5349
+ target: PropType<HTMLElement>;
5350
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5351
+ target: PropType<HTMLElement>;
5352
+ }>>, {}>;
5353
+ };
5354
+ modelValue: boolean;
5355
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5356
+ transition: Omit<{
5357
+ type: PropType<string | boolean | (vue.TransitionProps & {
5358
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5359
+ })>;
5360
+ default: string;
5361
+ validator: (val: unknown) => boolean;
5362
+ }, "type" | "default"> & {
5363
+ type: PropType<string | boolean | (vue.TransitionProps & {
5364
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5365
+ }) | {
5366
+ readonly component: vue.DefineComponent<{
5367
+ target: PropType<HTMLElement>;
5368
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5369
+ target: PropType<HTMLElement>;
5370
+ }>>, {}>;
5371
+ }>;
5372
+ default: string | boolean | (vue.TransitionProps & {
5373
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5374
+ }) | {
5375
+ readonly component: vue.DefineComponent<{
5376
+ target: PropType<HTMLElement>;
5377
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5378
+ target: PropType<HTMLElement>;
5379
+ }>>, {}>;
5380
+ };
5381
+ };
5382
+ modelValue: BooleanConstructor;
5383
+ id: StringConstructor;
5384
+ } & SlotsToProps<MakeSlots<{
5385
+ default: [{
5386
+ isActive: vue.Ref<boolean>;
5387
+ }];
5388
+ activator: [{
5389
+ isActive: boolean;
5390
+ props: Record<string, any>;
5391
+ }];
5392
+ }>>>> & {
5393
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5394
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
5395
+ absolute: boolean;
5396
+ location: Anchor;
5397
+ origin: "auto" | Anchor | "overlap";
5398
+ transition: string | boolean | (vue.TransitionProps & {
5399
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5400
+ });
5401
+ zIndex: string | number;
5402
+ eager: boolean;
5403
+ disabled: boolean;
5404
+ modelValue: boolean;
5405
+ activatorProps: Record<string, any>;
5406
+ openOnClick: boolean;
5407
+ openOnHover: boolean;
5408
+ openOnFocus: boolean;
5409
+ closeOnContentClick: boolean;
5410
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5411
+ updateLocation: (e: Event) => void;
5412
+ } | undefined);
5413
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
5414
+ contained: boolean;
5415
+ noClickAnimation: boolean;
5416
+ persistent: boolean;
5417
+ closeOnBack: boolean;
5418
+ scrim: string | boolean;
5419
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5420
+ eager: BooleanConstructor;
5421
+ transition: {
5422
+ type: PropType<string | boolean | (vue.TransitionProps & {
5423
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5424
+ })>;
5425
+ default: string;
5426
+ validator: (val: unknown) => boolean;
5427
+ };
5428
+ theme: StringConstructor;
5429
+ scrollStrategy: {
5430
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
5431
+ default: string;
5432
+ validator: (val: any) => boolean;
5433
+ };
5434
+ locationStrategy: {
5435
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5436
+ updateLocation: (e: Event) => void;
5437
+ } | undefined)>;
5438
+ default: string;
5439
+ validator: (val: any) => boolean;
5440
+ };
5441
+ location: {
5442
+ type: PropType<Anchor>;
5443
+ default: string;
5444
+ };
5445
+ origin: {
5446
+ type: PropType<"auto" | Anchor | "overlap">;
5447
+ default: string;
5448
+ };
5449
+ offset: (StringConstructor | NumberConstructor)[];
5450
+ height: (StringConstructor | NumberConstructor)[];
5451
+ maxHeight: (StringConstructor | NumberConstructor)[];
5452
+ maxWidth: (StringConstructor | NumberConstructor)[];
5453
+ minHeight: (StringConstructor | NumberConstructor)[];
5454
+ minWidth: (StringConstructor | NumberConstructor)[];
5455
+ width: (StringConstructor | NumberConstructor)[];
5456
+ closeDelay: (StringConstructor | NumberConstructor)[];
5457
+ openDelay: (StringConstructor | NumberConstructor)[];
5458
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
5459
+ activatorProps: {
5460
+ type: PropType<Record<string, any>>;
5461
+ default: () => {};
5462
+ };
5463
+ openOnClick: {
5464
+ type: BooleanConstructor;
5465
+ default: undefined;
5466
+ };
5467
+ openOnHover: BooleanConstructor;
5468
+ openOnFocus: {
5469
+ type: BooleanConstructor;
5470
+ default: undefined;
5471
+ };
5472
+ closeOnContentClick: BooleanConstructor;
5473
+ absolute: BooleanConstructor;
5474
+ attach: PropType<string | boolean | Element>;
5475
+ closeOnBack: {
5476
+ type: BooleanConstructor;
5477
+ default: boolean;
5478
+ };
5479
+ contained: BooleanConstructor;
5480
+ contentClass: null;
5481
+ contentProps: null;
5482
+ disabled: BooleanConstructor;
5483
+ noClickAnimation: BooleanConstructor;
5484
+ modelValue: BooleanConstructor;
5485
+ persistent: BooleanConstructor;
5486
+ scrim: {
5487
+ type: (StringConstructor | BooleanConstructor)[];
5488
+ default: boolean;
5489
+ };
5490
+ zIndex: {
5491
+ type: (StringConstructor | NumberConstructor)[];
5492
+ default: number;
5493
+ };
5494
+ } & SlotsToProps<MakeSlots<{
5495
+ default: [{
5496
+ isActive: vue.Ref<boolean>;
5497
+ }];
5498
+ activator: [{
5499
+ isActive: boolean;
5500
+ props: Record<string, any>;
5501
+ }];
5502
+ }>>>> & {
5503
+ onAfterLeave?: (() => any) | undefined;
5504
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5505
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5506
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
5507
+ };
4010
5508
  modelValue: {
4011
5509
  type: null;
4012
5510
  default: () => never[];
@@ -4053,14 +5551,17 @@ declare const VCombobox: {
4053
5551
  }];
4054
5552
  'no-data': [];
4055
5553
  }>>>> & {
5554
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
4056
5555
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
4057
5556
  }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4058
5557
  'update:modelValue': (val: any) => boolean;
4059
5558
  'update:searchInput': (val: string) => boolean;
5559
+ 'update:menu': (val: boolean) => boolean;
4060
5560
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
4061
5561
  transition: string | boolean | (vue.TransitionProps & {
4062
5562
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4063
5563
  });
5564
+ menu: boolean;
4064
5565
  eager: boolean;
4065
5566
  noDataText: string;
4066
5567
  itemTitle: SelectItemKey;
@@ -4353,40 +5854,6 @@ declare const VDefaultsProvider: vue.DefineComponent<{
4353
5854
  scoped: boolean;
4354
5855
  }>;
4355
5856
 
4356
- interface ScrollStrategyData {
4357
- root: Ref<HTMLElement | undefined>;
4358
- contentEl: Ref<HTMLElement | undefined>;
4359
- activatorEl: Ref<HTMLElement | undefined>;
4360
- isActive: Ref<boolean>;
4361
- updateLocation: Ref<((e: Event) => void) | undefined>;
4362
- }
4363
-
4364
- interface LocationStrategyData {
4365
- contentEl: Ref<HTMLElement | undefined>;
4366
- activatorEl: Ref<HTMLElement | undefined>;
4367
- isActive: Ref<boolean>;
4368
- }
4369
- declare const locationStrategies: {
4370
- static: typeof staticLocationStrategy;
4371
- connected: typeof connectedLocationStrategy;
4372
- };
4373
- interface StrategyProps {
4374
- locationStrategy: keyof typeof locationStrategies | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
4375
- updateLocation: (e: Event) => void;
4376
- });
4377
- location: Anchor;
4378
- origin: Anchor | 'auto' | 'overlap';
4379
- offset?: number | string;
4380
- maxHeight?: number | string;
4381
- maxWidth?: number | string;
4382
- minHeight?: number | string;
4383
- minWidth?: number | string;
4384
- }
4385
- declare function staticLocationStrategy(): void;
4386
- declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
4387
- updateLocation: () => void;
4388
- };
4389
-
4390
5857
  declare type OverlaySlots = MakeSlots<{
4391
5858
  default: [{
4392
5859
  isActive: Ref<boolean>;
@@ -4411,7 +5878,6 @@ declare const VOverlay: {
4411
5878
  eager: boolean;
4412
5879
  disabled: boolean;
4413
5880
  modelValue: boolean;
4414
- contained: boolean;
4415
5881
  activatorProps: Record<string, any>;
4416
5882
  openOnClick: boolean;
4417
5883
  openOnHover: boolean;
@@ -4421,6 +5887,7 @@ declare const VOverlay: {
4421
5887
  updateLocation: (e: Event) => void;
4422
5888
  } | undefined);
4423
5889
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
5890
+ contained: boolean;
4424
5891
  noClickAnimation: boolean;
4425
5892
  persistent: boolean;
4426
5893
  closeOnBack: boolean;
@@ -4512,7 +5979,7 @@ declare const VOverlay: {
4512
5979
  onAfterLeave?: (() => any) | undefined;
4513
5980
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4514
5981
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
4515
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "contained" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
5982
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
4516
5983
  $attrs: {
4517
5984
  [x: string]: unknown;
4518
5985
  };
@@ -4634,7 +6101,6 @@ declare const VOverlay: {
4634
6101
  eager: boolean;
4635
6102
  disabled: boolean;
4636
6103
  modelValue: boolean;
4637
- contained: boolean;
4638
6104
  activatorProps: Record<string, any>;
4639
6105
  openOnClick: boolean;
4640
6106
  openOnHover: boolean;
@@ -4644,6 +6110,7 @@ declare const VOverlay: {
4644
6110
  updateLocation: (e: Event) => void;
4645
6111
  } | undefined);
4646
6112
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
6113
+ contained: boolean;
4647
6114
  noClickAnimation: boolean;
4648
6115
  persistent: boolean;
4649
6116
  closeOnBack: boolean;
@@ -4873,7 +6340,6 @@ declare const VOverlay: {
4873
6340
  eager: boolean;
4874
6341
  disabled: boolean;
4875
6342
  modelValue: boolean;
4876
- contained: boolean;
4877
6343
  activatorProps: Record<string, any>;
4878
6344
  openOnClick: boolean;
4879
6345
  openOnHover: boolean;
@@ -4883,6 +6349,7 @@ declare const VOverlay: {
4883
6349
  updateLocation: (e: Event) => void;
4884
6350
  } | undefined);
4885
6351
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
6352
+ contained: boolean;
4886
6353
  noClickAnimation: boolean;
4887
6354
  persistent: boolean;
4888
6355
  closeOnBack: boolean;
@@ -5462,7 +6929,7 @@ declare const VFileInput: vue.DefineComponent<{
5462
6929
  reverse: BooleanConstructor;
5463
6930
  singleLine: BooleanConstructor;
5464
6931
  variant: {
5465
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
6932
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
5466
6933
  default: string;
5467
6934
  validator: (v: any) => boolean;
5468
6935
  };
@@ -5489,6 +6956,7 @@ declare const VFileInput: vue.DefineComponent<{
5489
6956
  type: PropType<ValidationRule[]>;
5490
6957
  default: () => never[];
5491
6958
  };
6959
+ validationValue: null;
5492
6960
  density: {
5493
6961
  type: PropType<"default" | "compact" | "comfortable" | null>;
5494
6962
  default: string;
@@ -5525,7 +6993,7 @@ declare const VFileInput: vue.DefineComponent<{
5525
6993
  default: boolean;
5526
6994
  validator: (v: boolean | number) => boolean;
5527
6995
  };
5528
- }, {
6996
+ }, HTMLInputElement & {
5529
6997
  $: vue.ComponentInternalInstance;
5530
6998
  $data: {};
5531
6999
  $props: Partial<{
@@ -5556,6 +7024,7 @@ declare const VFileInput: vue.DefineComponent<{
5556
7024
  default: () => never[];
5557
7025
  };
5558
7026
  modelValue: null;
7027
+ validationValue: null;
5559
7028
  density: {
5560
7029
  type: PropType<"default" | "compact" | "comfortable" | null>;
5561
7030
  default: string;
@@ -5613,6 +7082,7 @@ declare const VFileInput: vue.DefineComponent<{
5613
7082
  default: () => never[];
5614
7083
  };
5615
7084
  modelValue: null;
7085
+ validationValue: null;
5616
7086
  density: {
5617
7087
  type: PropType<"default" | "compact" | "comfortable" | null>;
5618
7088
  default: string;
@@ -5692,6 +7162,7 @@ declare const VFileInput: vue.DefineComponent<{
5692
7162
  default: () => never[];
5693
7163
  };
5694
7164
  modelValue: null;
7165
+ validationValue: null;
5695
7166
  density: {
5696
7167
  type: PropType<"default" | "compact" | "comfortable" | null>;
5697
7168
  default: string;
@@ -5728,7 +7199,7 @@ declare const VFileInput: vue.DefineComponent<{
5728
7199
  append: [VInputSlot];
5729
7200
  details: [VInputSlot];
5730
7201
  }>;
5731
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
7202
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5732
7203
  'click:clear': (e: MouseEvent) => true;
5733
7204
  'click:control': (e: MouseEvent) => true;
5734
7205
  'update:modelValue': (files: File[]) => true;
@@ -5756,7 +7227,7 @@ declare const VFileInput: vue.DefineComponent<{
5756
7227
  reverse: BooleanConstructor;
5757
7228
  singleLine: BooleanConstructor;
5758
7229
  variant: {
5759
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
7230
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
5760
7231
  default: string;
5761
7232
  validator: (v: any) => boolean;
5762
7233
  };
@@ -5783,6 +7254,7 @@ declare const VFileInput: vue.DefineComponent<{
5783
7254
  type: PropType<ValidationRule[]>;
5784
7255
  default: () => never[];
5785
7256
  };
7257
+ validationValue: null;
5786
7258
  density: {
5787
7259
  type: PropType<"default" | "compact" | "comfortable" | null>;
5788
7260
  default: string;
@@ -5835,7 +7307,7 @@ declare const VFileInput: vue.DefineComponent<{
5835
7307
  messages: string | string[];
5836
7308
  counter: boolean;
5837
7309
  density: "default" | "compact" | "comfortable" | null;
5838
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
7310
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
5839
7311
  modelValue: File[];
5840
7312
  prependIcon: IconValue;
5841
7313
  errorMessages: string | string[];
@@ -5927,14 +7399,15 @@ declare const VFooter: vue.DefineComponent<{
5927
7399
  app: boolean;
5928
7400
  }>;
5929
7401
 
5930
- interface FormValidationResult {
7402
+ interface FieldValidationResult {
5931
7403
  id: number | string;
5932
7404
  errorMessages: string[];
5933
7405
  }
5934
- interface SubmitEventPromise extends SubmitEvent, Promise<{
7406
+ interface FormValidationResult {
5935
7407
  valid: boolean;
5936
- errorMessages: FormValidationResult[];
5937
- }> {
7408
+ errors: FieldValidationResult[];
7409
+ }
7410
+ interface SubmitEventPromise extends SubmitEvent, Promise<FormValidationResult> {
5938
7411
  }
5939
7412
 
5940
7413
  declare const VForm: vue.DefineComponent<{
@@ -5947,7 +7420,7 @@ declare const VForm: vue.DefineComponent<{
5947
7420
  default: null;
5948
7421
  };
5949
7422
  }, {
5950
- errorMessages: vue.Ref<{
7423
+ errors: vue.Ref<{
5951
7424
  id: string | number;
5952
7425
  errorMessages: string[];
5953
7426
  }[]>;
@@ -5963,7 +7436,7 @@ declare const VForm: vue.DefineComponent<{
5963
7436
  }[]>;
5964
7437
  validate: () => Promise<{
5965
7438
  valid: boolean;
5966
- errorMessages: {
7439
+ errors: {
5967
7440
  id: string | number;
5968
7441
  errorMessages: string[];
5969
7442
  }[];
@@ -6802,7 +8275,7 @@ declare const VList: {
6802
8275
  mandatory: boolean;
6803
8276
  rounded: string | number | boolean;
6804
8277
  density: "default" | "compact" | "comfortable" | null;
6805
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8278
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
6806
8279
  selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
6807
8280
  openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
6808
8281
  lines: false | "one" | "two" | "three";
@@ -6815,12 +8288,12 @@ declare const VList: {
6815
8288
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
6816
8289
  color: StringConstructor;
6817
8290
  variant: Omit<{
6818
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8291
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
6819
8292
  default: string;
6820
8293
  validator: (v: any) => boolean;
6821
8294
  }, "type" | "default"> & {
6822
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
6823
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8295
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8296
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
6824
8297
  };
6825
8298
  theme: StringConstructor;
6826
8299
  tag: {
@@ -6934,12 +8407,12 @@ declare const VList: {
6934
8407
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
6935
8408
  color: StringConstructor;
6936
8409
  variant: Omit<{
6937
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8410
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
6938
8411
  default: string;
6939
8412
  validator: (v: any) => boolean;
6940
8413
  }, "type" | "default"> & {
6941
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
6942
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8414
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8415
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
6943
8416
  };
6944
8417
  theme: StringConstructor;
6945
8418
  tag: {
@@ -7051,7 +8524,7 @@ declare const VList: {
7051
8524
  mandatory: boolean;
7052
8525
  rounded: string | number | boolean;
7053
8526
  density: "default" | "compact" | "comfortable" | null;
7054
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8527
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7055
8528
  selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
7056
8529
  openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
7057
8530
  lines: false | "one" | "two" | "three";
@@ -7084,12 +8557,12 @@ declare const VList: {
7084
8557
  } & Readonly<vue.ExtractPropTypes<Omit<{
7085
8558
  color: StringConstructor;
7086
8559
  variant: Omit<{
7087
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8560
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7088
8561
  default: string;
7089
8562
  validator: (v: any) => boolean;
7090
8563
  }, "type" | "default"> & {
7091
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7092
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8564
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8565
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7093
8566
  };
7094
8567
  theme: StringConstructor;
7095
8568
  tag: {
@@ -7188,12 +8661,12 @@ declare const VList: {
7188
8661
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
7189
8662
  color: StringConstructor;
7190
8663
  variant: Omit<{
7191
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8664
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7192
8665
  default: string;
7193
8666
  validator: (v: any) => boolean;
7194
8667
  }, "type" | "default"> & {
7195
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7196
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8668
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8669
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7197
8670
  };
7198
8671
  theme: StringConstructor;
7199
8672
  tag: {
@@ -7305,7 +8778,7 @@ declare const VList: {
7305
8778
  mandatory: boolean;
7306
8779
  rounded: string | number | boolean;
7307
8780
  density: "default" | "compact" | "comfortable" | null;
7308
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8781
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7309
8782
  selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
7310
8783
  openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
7311
8784
  lines: false | "one" | "two" | "three";
@@ -7392,16 +8865,16 @@ declare const VListItem: {
7392
8865
  tag: string;
7393
8866
  rounded: string | number | boolean;
7394
8867
  density: "default" | "compact" | "comfortable" | null;
7395
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8868
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7396
8869
  }> & Omit<Readonly<vue.ExtractPropTypes<{
7397
8870
  color: StringConstructor;
7398
8871
  variant: Omit<{
7399
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8872
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7400
8873
  default: string;
7401
8874
  validator: (v: any) => boolean;
7402
8875
  }, "type" | "default"> & {
7403
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7404
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8876
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8877
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7405
8878
  };
7406
8879
  theme: StringConstructor;
7407
8880
  tag: {
@@ -7468,12 +8941,12 @@ declare const VListItem: {
7468
8941
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
7469
8942
  color: StringConstructor;
7470
8943
  variant: Omit<{
7471
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8944
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7472
8945
  default: string;
7473
8946
  validator: (v: any) => boolean;
7474
8947
  }, "type" | "default"> & {
7475
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7476
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8948
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8949
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7477
8950
  };
7478
8951
  theme: StringConstructor;
7479
8952
  tag: {
@@ -7532,7 +9005,7 @@ declare const VListItem: {
7532
9005
  tag: string;
7533
9006
  rounded: string | number | boolean;
7534
9007
  density: "default" | "compact" | "comfortable" | null;
7535
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9008
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7536
9009
  }> & {
7537
9010
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7538
9011
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -7556,12 +9029,12 @@ declare const VListItem: {
7556
9029
  } & Readonly<vue.ExtractPropTypes<{
7557
9030
  color: StringConstructor;
7558
9031
  variant: Omit<{
7559
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9032
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7560
9033
  default: string;
7561
9034
  validator: (v: any) => boolean;
7562
9035
  }, "type" | "default"> & {
7563
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7564
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9036
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9037
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7565
9038
  };
7566
9039
  theme: StringConstructor;
7567
9040
  tag: {
@@ -7618,12 +9091,12 @@ declare const VListItem: {
7618
9091
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
7619
9092
  color: StringConstructor;
7620
9093
  variant: Omit<{
7621
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9094
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7622
9095
  default: string;
7623
9096
  validator: (v: any) => boolean;
7624
9097
  }, "type" | "default"> & {
7625
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7626
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9098
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9099
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7627
9100
  };
7628
9101
  theme: StringConstructor;
7629
9102
  tag: {
@@ -7682,7 +9155,7 @@ declare const VListItem: {
7682
9155
  tag: string;
7683
9156
  rounded: string | number | boolean;
7684
9157
  density: "default" | "compact" | "comfortable" | null;
7685
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9158
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7686
9159
  }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
7687
9160
  $slots: MakeSlots<{
7688
9161
  prepend: [ListItemSlot];
@@ -8041,7 +9514,6 @@ declare const VMenu: {
8041
9514
  eager: boolean;
8042
9515
  disabled: boolean;
8043
9516
  modelValue: boolean;
8044
- contained: boolean;
8045
9517
  activatorProps: Record<string, any>;
8046
9518
  openOnClick: boolean;
8047
9519
  openOnHover: boolean;
@@ -8051,6 +9523,7 @@ declare const VMenu: {
8051
9523
  updateLocation: (e: Event) => void;
8052
9524
  } | undefined);
8053
9525
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
9526
+ contained: boolean;
8054
9527
  noClickAnimation: boolean;
8055
9528
  persistent: boolean;
8056
9529
  closeOnBack: boolean;
@@ -8142,7 +9615,7 @@ declare const VMenu: {
8142
9615
  onAfterLeave?: (() => any) | undefined;
8143
9616
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8144
9617
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
8145
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "contained" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
9618
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
8146
9619
  $attrs: {
8147
9620
  [x: string]: unknown;
8148
9621
  };
@@ -8264,7 +9737,6 @@ declare const VMenu: {
8264
9737
  eager: boolean;
8265
9738
  disabled: boolean;
8266
9739
  modelValue: boolean;
8267
- contained: boolean;
8268
9740
  activatorProps: Record<string, any>;
8269
9741
  openOnClick: boolean;
8270
9742
  openOnHover: boolean;
@@ -8274,6 +9746,7 @@ declare const VMenu: {
8274
9746
  updateLocation: (e: Event) => void;
8275
9747
  } | undefined);
8276
9748
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
9749
+ contained: boolean;
8277
9750
  noClickAnimation: boolean;
8278
9751
  persistent: boolean;
8279
9752
  closeOnBack: boolean;
@@ -8489,7 +9962,6 @@ declare const VMenu: {
8489
9962
  eager: boolean;
8490
9963
  disabled: boolean;
8491
9964
  modelValue: boolean;
8492
- contained: boolean;
8493
9965
  activatorProps: Record<string, any>;
8494
9966
  openOnClick: boolean;
8495
9967
  openOnHover: boolean;
@@ -8499,6 +9971,7 @@ declare const VMenu: {
8499
9971
  updateLocation: (e: Event) => void;
8500
9972
  } | undefined);
8501
9973
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
9974
+ contained: boolean;
8502
9975
  noClickAnimation: boolean;
8503
9976
  persistent: boolean;
8504
9977
  closeOnBack: boolean;
@@ -8590,7 +10063,7 @@ declare const VMenu: {
8590
10063
  onAfterLeave?: (() => any) | undefined;
8591
10064
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8592
10065
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
8593
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "contained" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
10066
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
8594
10067
  $attrs: {
8595
10068
  [x: string]: unknown;
8596
10069
  };
@@ -8712,7 +10185,6 @@ declare const VMenu: {
8712
10185
  eager: boolean;
8713
10186
  disabled: boolean;
8714
10187
  modelValue: boolean;
8715
- contained: boolean;
8716
10188
  activatorProps: Record<string, any>;
8717
10189
  openOnClick: boolean;
8718
10190
  openOnHover: boolean;
@@ -8722,6 +10194,7 @@ declare const VMenu: {
8722
10194
  updateLocation: (e: Event) => void;
8723
10195
  } | undefined);
8724
10196
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
10197
+ contained: boolean;
8725
10198
  noClickAnimation: boolean;
8726
10199
  persistent: boolean;
8727
10200
  closeOnBack: boolean;
@@ -8908,7 +10381,6 @@ declare const VMenu: {
8908
10381
  eager: boolean;
8909
10382
  disabled: boolean;
8910
10383
  modelValue: boolean;
8911
- contained: boolean;
8912
10384
  activatorProps: Record<string, any>;
8913
10385
  openOnClick: boolean;
8914
10386
  openOnHover: boolean;
@@ -8918,6 +10390,7 @@ declare const VMenu: {
8918
10390
  updateLocation: (e: Event) => void;
8919
10391
  } | undefined);
8920
10392
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
10393
+ contained: boolean;
8921
10394
  noClickAnimation: boolean;
8922
10395
  persistent: boolean;
8923
10396
  closeOnBack: boolean;
@@ -9009,7 +10482,7 @@ declare const VMenu: {
9009
10482
  onAfterLeave?: (() => any) | undefined;
9010
10483
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
9011
10484
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
9012
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "contained" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
10485
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">;
9013
10486
  $attrs: {
9014
10487
  [x: string]: unknown;
9015
10488
  };
@@ -9131,7 +10604,6 @@ declare const VMenu: {
9131
10604
  eager: boolean;
9132
10605
  disabled: boolean;
9133
10606
  modelValue: boolean;
9134
- contained: boolean;
9135
10607
  activatorProps: Record<string, any>;
9136
10608
  openOnClick: boolean;
9137
10609
  openOnHover: boolean;
@@ -9141,6 +10613,7 @@ declare const VMenu: {
9141
10613
  updateLocation: (e: Event) => void;
9142
10614
  } | undefined);
9143
10615
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
10616
+ contained: boolean;
9144
10617
  noClickAnimation: boolean;
9145
10618
  persistent: boolean;
9146
10619
  closeOnBack: boolean;
@@ -9653,12 +11126,12 @@ declare const VNoSsr: vue.DefineComponent<{}, () => false | vue.VNode<vue.Render
9653
11126
  declare const VPagination: vue.DefineComponent<{
9654
11127
  color: StringConstructor;
9655
11128
  variant: Omit<{
9656
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
11129
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9657
11130
  default: string;
9658
11131
  validator: (v: any) => boolean;
9659
11132
  }, "type" | "default"> & {
9660
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9661
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
11133
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11134
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
9662
11135
  };
9663
11136
  theme: StringConstructor;
9664
11137
  tag: Omit<{
@@ -9759,12 +11232,12 @@ declare const VPagination: vue.DefineComponent<{
9759
11232
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
9760
11233
  color: StringConstructor;
9761
11234
  variant: Omit<{
9762
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
11235
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9763
11236
  default: string;
9764
11237
  validator: (v: any) => boolean;
9765
11238
  }, "type" | "default"> & {
9766
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9767
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
11239
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11240
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
9768
11241
  };
9769
11242
  theme: StringConstructor;
9770
11243
  tag: Omit<{
@@ -9872,7 +11345,7 @@ declare const VPagination: vue.DefineComponent<{
9872
11345
  ellipsis: string;
9873
11346
  rounded: string | number | boolean;
9874
11347
  density: "default" | "compact" | "comfortable" | null;
9875
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
11348
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
9876
11349
  modelValue: number;
9877
11350
  nextIcon: IconValue;
9878
11351
  prevIcon: IconValue;
@@ -10144,6 +11617,7 @@ declare const VRadioGroup: vue.DefineComponent<{
10144
11617
  type: vue.PropType<ValidationRule[]>;
10145
11618
  default: () => never[];
10146
11619
  };
11620
+ validationValue: null;
10147
11621
  appendIcon: vue.PropType<IconValue>;
10148
11622
  prependIcon: vue.PropType<IconValue>;
10149
11623
  hideDetails: vue.PropType<boolean | "auto">;
@@ -10215,6 +11689,7 @@ declare const VRadioGroup: vue.DefineComponent<{
10215
11689
  type: vue.PropType<ValidationRule[]>;
10216
11690
  default: () => never[];
10217
11691
  };
11692
+ validationValue: null;
10218
11693
  appendIcon: vue.PropType<IconValue>;
10219
11694
  prependIcon: vue.PropType<IconValue>;
10220
11695
  hideDetails: vue.PropType<boolean | "auto">;
@@ -10243,12 +11718,12 @@ declare const VRadioGroup: vue.DefineComponent<{
10243
11718
  messages: string | string[];
10244
11719
  density: "default" | "compact" | "comfortable" | null;
10245
11720
  ripple: boolean;
10246
- valueComparator: typeof deepEqual;
10247
11721
  errorMessages: string | string[];
10248
11722
  maxErrors: string | number;
10249
11723
  rules: ValidationRule[];
10250
11724
  falseIcon: IconValue;
10251
11725
  trueIcon: IconValue;
11726
+ valueComparator: typeof deepEqual;
10252
11727
  }>;
10253
11728
 
10254
11729
  declare const VRangeSlider: vue.DefineComponent<{
@@ -10331,6 +11806,7 @@ declare const VRangeSlider: vue.DefineComponent<{
10331
11806
  type: PropType<ValidationRule[]>;
10332
11807
  default: () => never[];
10333
11808
  };
11809
+ validationValue: null;
10334
11810
  density: {
10335
11811
  type: PropType<"default" | "compact" | "comfortable" | null>;
10336
11812
  default: string;
@@ -10428,6 +11904,7 @@ declare const VRangeSlider: vue.DefineComponent<{
10428
11904
  type: PropType<ValidationRule[]>;
10429
11905
  default: () => never[];
10430
11906
  };
11907
+ validationValue: null;
10431
11908
  density: {
10432
11909
  type: PropType<"default" | "compact" | "comfortable" | null>;
10433
11910
  default: string;
@@ -10840,11 +12317,12 @@ declare const VSelect: {
10840
12317
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10841
12318
  }) | {
10842
12319
  component: vue.DefineComponent<{
10843
- target: vue.PropType<HTMLElement>;
12320
+ target: PropType<HTMLElement>;
10844
12321
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10845
- target: vue.PropType<HTMLElement>;
12322
+ target: PropType<HTMLElement>;
10846
12323
  }>>, {}>;
10847
12324
  };
12325
+ menu: boolean;
10848
12326
  eager: boolean;
10849
12327
  noDataText: string;
10850
12328
  itemTitle: SelectItemKey;
@@ -10859,52 +12337,52 @@ declare const VSelect: {
10859
12337
  openOnClear: boolean;
10860
12338
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
10861
12339
  transition: Omit<{
10862
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12340
+ type: PropType<string | boolean | (vue.TransitionProps & {
10863
12341
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10864
12342
  })>;
10865
12343
  default: string;
10866
12344
  validator: (val: unknown) => boolean;
10867
12345
  }, "type" | "default"> & {
10868
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12346
+ type: PropType<string | boolean | (vue.TransitionProps & {
10869
12347
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10870
12348
  }) | {
10871
12349
  component: vue.DefineComponent<{
10872
- target: vue.PropType<HTMLElement>;
12350
+ target: PropType<HTMLElement>;
10873
12351
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10874
- target: vue.PropType<HTMLElement>;
12352
+ target: PropType<HTMLElement>;
10875
12353
  }>>, {}>;
10876
12354
  }>;
10877
12355
  default: string | boolean | (vue.TransitionProps & {
10878
12356
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10879
12357
  }) | {
10880
12358
  component: vue.DefineComponent<{
10881
- target: vue.PropType<HTMLElement>;
12359
+ target: PropType<HTMLElement>;
10882
12360
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10883
- target: vue.PropType<HTMLElement>;
12361
+ target: PropType<HTMLElement>;
10884
12362
  }>>, {}>;
10885
12363
  };
10886
12364
  };
10887
12365
  items: {
10888
- type: vue.PropType<any[]>;
12366
+ type: PropType<any[]>;
10889
12367
  default: () => never[];
10890
12368
  };
10891
12369
  itemTitle: {
10892
- type: vue.PropType<SelectItemKey>;
12370
+ type: PropType<SelectItemKey>;
10893
12371
  default: string;
10894
12372
  };
10895
12373
  itemValue: {
10896
- type: vue.PropType<SelectItemKey>;
12374
+ type: PropType<SelectItemKey>;
10897
12375
  default: string;
10898
12376
  };
10899
12377
  itemChildren: Omit<{
10900
- type: vue.PropType<SelectItemKey>;
12378
+ type: PropType<SelectItemKey>;
10901
12379
  default: string;
10902
12380
  }, "type" | "default"> & {
10903
- type: vue.PropType<SelectItemKey>;
12381
+ type: PropType<SelectItemKey>;
10904
12382
  default: SelectItemKey;
10905
12383
  };
10906
12384
  itemProps: {
10907
- type: vue.PropType<SelectItemKey>;
12385
+ type: PropType<SelectItemKey>;
10908
12386
  default: string;
10909
12387
  };
10910
12388
  returnObject: BooleanConstructor;
@@ -10913,10 +12391,176 @@ declare const VSelect: {
10913
12391
  eager: BooleanConstructor;
10914
12392
  hideNoData: BooleanConstructor;
10915
12393
  hideSelected: BooleanConstructor;
12394
+ menu: BooleanConstructor;
10916
12395
  menuIcon: {
10917
- type: vue.PropType<IconValue>;
12396
+ type: PropType<IconValue>;
10918
12397
  default: string;
10919
12398
  };
12399
+ menuProps: {
12400
+ type: PropType<Partial<{
12401
+ transition: string | boolean | (vue.TransitionProps & {
12402
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12403
+ }) | {
12404
+ readonly component: vue.DefineComponent<{
12405
+ target: PropType<HTMLElement>;
12406
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12407
+ target: PropType<HTMLElement>;
12408
+ }>>, {}>;
12409
+ };
12410
+ modelValue: boolean;
12411
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12412
+ transition: Omit<{
12413
+ type: PropType<string | boolean | (vue.TransitionProps & {
12414
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12415
+ })>;
12416
+ default: string;
12417
+ validator: (val: unknown) => boolean;
12418
+ }, "type" | "default"> & {
12419
+ type: PropType<string | boolean | (vue.TransitionProps & {
12420
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12421
+ }) | {
12422
+ readonly component: vue.DefineComponent<{
12423
+ target: PropType<HTMLElement>;
12424
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12425
+ target: PropType<HTMLElement>;
12426
+ }>>, {}>;
12427
+ }>;
12428
+ default: string | boolean | (vue.TransitionProps & {
12429
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12430
+ }) | {
12431
+ readonly component: vue.DefineComponent<{
12432
+ target: PropType<HTMLElement>;
12433
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12434
+ target: PropType<HTMLElement>;
12435
+ }>>, {}>;
12436
+ };
12437
+ };
12438
+ modelValue: BooleanConstructor;
12439
+ id: StringConstructor;
12440
+ } & SlotsToProps<MakeSlots<{
12441
+ default: [{
12442
+ isActive: vue.Ref<boolean>;
12443
+ }];
12444
+ activator: [{
12445
+ isActive: boolean;
12446
+ props: Record<string, any>;
12447
+ }];
12448
+ }>>>> & {
12449
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12450
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
12451
+ absolute: boolean;
12452
+ location: Anchor;
12453
+ origin: "auto" | Anchor | "overlap";
12454
+ transition: string | boolean | (vue.TransitionProps & {
12455
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12456
+ });
12457
+ zIndex: string | number;
12458
+ eager: boolean;
12459
+ disabled: boolean;
12460
+ modelValue: boolean;
12461
+ activatorProps: Record<string, any>;
12462
+ openOnClick: boolean;
12463
+ openOnHover: boolean;
12464
+ openOnFocus: boolean;
12465
+ closeOnContentClick: boolean;
12466
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12467
+ updateLocation: (e: Event) => void;
12468
+ } | undefined);
12469
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
12470
+ contained: boolean;
12471
+ noClickAnimation: boolean;
12472
+ persistent: boolean;
12473
+ closeOnBack: boolean;
12474
+ scrim: string | boolean;
12475
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12476
+ eager: BooleanConstructor;
12477
+ transition: {
12478
+ type: PropType<string | boolean | (vue.TransitionProps & {
12479
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12480
+ })>;
12481
+ default: string;
12482
+ validator: (val: unknown) => boolean;
12483
+ };
12484
+ theme: StringConstructor;
12485
+ scrollStrategy: {
12486
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
12487
+ default: string;
12488
+ validator: (val: any) => boolean;
12489
+ };
12490
+ locationStrategy: {
12491
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12492
+ updateLocation: (e: Event) => void;
12493
+ } | undefined)>;
12494
+ default: string;
12495
+ validator: (val: any) => boolean;
12496
+ };
12497
+ location: {
12498
+ type: PropType<Anchor>;
12499
+ default: string;
12500
+ };
12501
+ origin: {
12502
+ type: PropType<"auto" | Anchor | "overlap">;
12503
+ default: string;
12504
+ };
12505
+ offset: (StringConstructor | NumberConstructor)[];
12506
+ height: (StringConstructor | NumberConstructor)[];
12507
+ maxHeight: (StringConstructor | NumberConstructor)[];
12508
+ maxWidth: (StringConstructor | NumberConstructor)[];
12509
+ minHeight: (StringConstructor | NumberConstructor)[];
12510
+ minWidth: (StringConstructor | NumberConstructor)[];
12511
+ width: (StringConstructor | NumberConstructor)[];
12512
+ closeDelay: (StringConstructor | NumberConstructor)[];
12513
+ openDelay: (StringConstructor | NumberConstructor)[];
12514
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
12515
+ activatorProps: {
12516
+ type: PropType<Record<string, any>>;
12517
+ default: () => {};
12518
+ };
12519
+ openOnClick: {
12520
+ type: BooleanConstructor;
12521
+ default: undefined;
12522
+ };
12523
+ openOnHover: BooleanConstructor;
12524
+ openOnFocus: {
12525
+ type: BooleanConstructor;
12526
+ default: undefined;
12527
+ };
12528
+ closeOnContentClick: BooleanConstructor;
12529
+ absolute: BooleanConstructor;
12530
+ attach: PropType<string | boolean | Element>;
12531
+ closeOnBack: {
12532
+ type: BooleanConstructor;
12533
+ default: boolean;
12534
+ };
12535
+ contained: BooleanConstructor;
12536
+ contentClass: null;
12537
+ contentProps: null;
12538
+ disabled: BooleanConstructor;
12539
+ noClickAnimation: BooleanConstructor;
12540
+ modelValue: BooleanConstructor;
12541
+ persistent: BooleanConstructor;
12542
+ scrim: {
12543
+ type: (StringConstructor | BooleanConstructor)[];
12544
+ default: boolean;
12545
+ };
12546
+ zIndex: {
12547
+ type: (StringConstructor | NumberConstructor)[];
12548
+ default: number;
12549
+ };
12550
+ } & SlotsToProps<MakeSlots<{
12551
+ default: [{
12552
+ isActive: vue.Ref<boolean>;
12553
+ }];
12554
+ activator: [{
12555
+ isActive: boolean;
12556
+ props: Record<string, any>;
12557
+ }];
12558
+ }>>>> & {
12559
+ onAfterLeave?: (() => any) | undefined;
12560
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12561
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
12562
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
12563
+ };
10920
12564
  modelValue: {
10921
12565
  type: null;
10922
12566
  default: () => never[];
@@ -10950,7 +12594,9 @@ declare const VSelect: {
10950
12594
  index: number;
10951
12595
  }];
10952
12596
  'no-data': [];
10953
- }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
12597
+ }>>>> & {
12598
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
12599
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
10954
12600
  $attrs: {
10955
12601
  [x: string]: unknown;
10956
12602
  };
@@ -10962,56 +12608,56 @@ declare const VSelect: {
10962
12608
  }>;
10963
12609
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
10964
12610
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
10965
- $emit: (event: string, ...args: any[]) => void;
12611
+ $emit: (event: "update:menu", val: boolean) => void;
10966
12612
  $el: any;
10967
12613
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
10968
12614
  transition: Omit<{
10969
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12615
+ type: PropType<string | boolean | (vue.TransitionProps & {
10970
12616
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10971
12617
  })>;
10972
12618
  default: string;
10973
12619
  validator: (val: unknown) => boolean;
10974
12620
  }, "type" | "default"> & {
10975
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12621
+ type: PropType<string | boolean | (vue.TransitionProps & {
10976
12622
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10977
12623
  }) | {
10978
12624
  component: vue.DefineComponent<{
10979
- target: vue.PropType<HTMLElement>;
12625
+ target: PropType<HTMLElement>;
10980
12626
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10981
- target: vue.PropType<HTMLElement>;
12627
+ target: PropType<HTMLElement>;
10982
12628
  }>>, {}>;
10983
12629
  }>;
10984
12630
  default: string | boolean | (vue.TransitionProps & {
10985
12631
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10986
12632
  }) | {
10987
12633
  component: vue.DefineComponent<{
10988
- target: vue.PropType<HTMLElement>;
12634
+ target: PropType<HTMLElement>;
10989
12635
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10990
- target: vue.PropType<HTMLElement>;
12636
+ target: PropType<HTMLElement>;
10991
12637
  }>>, {}>;
10992
12638
  };
10993
12639
  };
10994
12640
  items: {
10995
- type: vue.PropType<any[]>;
12641
+ type: PropType<any[]>;
10996
12642
  default: () => never[];
10997
12643
  };
10998
12644
  itemTitle: {
10999
- type: vue.PropType<SelectItemKey>;
12645
+ type: PropType<SelectItemKey>;
11000
12646
  default: string;
11001
12647
  };
11002
12648
  itemValue: {
11003
- type: vue.PropType<SelectItemKey>;
12649
+ type: PropType<SelectItemKey>;
11004
12650
  default: string;
11005
12651
  };
11006
12652
  itemChildren: Omit<{
11007
- type: vue.PropType<SelectItemKey>;
12653
+ type: PropType<SelectItemKey>;
11008
12654
  default: string;
11009
12655
  }, "type" | "default"> & {
11010
- type: vue.PropType<SelectItemKey>;
12656
+ type: PropType<SelectItemKey>;
11011
12657
  default: SelectItemKey;
11012
12658
  };
11013
12659
  itemProps: {
11014
- type: vue.PropType<SelectItemKey>;
12660
+ type: PropType<SelectItemKey>;
11015
12661
  default: string;
11016
12662
  };
11017
12663
  returnObject: BooleanConstructor;
@@ -11020,10 +12666,176 @@ declare const VSelect: {
11020
12666
  eager: BooleanConstructor;
11021
12667
  hideNoData: BooleanConstructor;
11022
12668
  hideSelected: BooleanConstructor;
12669
+ menu: BooleanConstructor;
11023
12670
  menuIcon: {
11024
- type: vue.PropType<IconValue>;
12671
+ type: PropType<IconValue>;
11025
12672
  default: string;
11026
12673
  };
12674
+ menuProps: {
12675
+ type: PropType<Partial<{
12676
+ transition: string | boolean | (vue.TransitionProps & {
12677
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12678
+ }) | {
12679
+ readonly component: vue.DefineComponent<{
12680
+ target: PropType<HTMLElement>;
12681
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12682
+ target: PropType<HTMLElement>;
12683
+ }>>, {}>;
12684
+ };
12685
+ modelValue: boolean;
12686
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12687
+ transition: Omit<{
12688
+ type: PropType<string | boolean | (vue.TransitionProps & {
12689
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12690
+ })>;
12691
+ default: string;
12692
+ validator: (val: unknown) => boolean;
12693
+ }, "type" | "default"> & {
12694
+ type: PropType<string | boolean | (vue.TransitionProps & {
12695
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12696
+ }) | {
12697
+ readonly component: vue.DefineComponent<{
12698
+ target: PropType<HTMLElement>;
12699
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12700
+ target: PropType<HTMLElement>;
12701
+ }>>, {}>;
12702
+ }>;
12703
+ default: string | boolean | (vue.TransitionProps & {
12704
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12705
+ }) | {
12706
+ readonly component: vue.DefineComponent<{
12707
+ target: PropType<HTMLElement>;
12708
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12709
+ target: PropType<HTMLElement>;
12710
+ }>>, {}>;
12711
+ };
12712
+ };
12713
+ modelValue: BooleanConstructor;
12714
+ id: StringConstructor;
12715
+ } & SlotsToProps<MakeSlots<{
12716
+ default: [{
12717
+ isActive: vue.Ref<boolean>;
12718
+ }];
12719
+ activator: [{
12720
+ isActive: boolean;
12721
+ props: Record<string, any>;
12722
+ }];
12723
+ }>>>> & {
12724
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12725
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
12726
+ absolute: boolean;
12727
+ location: Anchor;
12728
+ origin: "auto" | Anchor | "overlap";
12729
+ transition: string | boolean | (vue.TransitionProps & {
12730
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12731
+ });
12732
+ zIndex: string | number;
12733
+ eager: boolean;
12734
+ disabled: boolean;
12735
+ modelValue: boolean;
12736
+ activatorProps: Record<string, any>;
12737
+ openOnClick: boolean;
12738
+ openOnHover: boolean;
12739
+ openOnFocus: boolean;
12740
+ closeOnContentClick: boolean;
12741
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12742
+ updateLocation: (e: Event) => void;
12743
+ } | undefined);
12744
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
12745
+ contained: boolean;
12746
+ noClickAnimation: boolean;
12747
+ persistent: boolean;
12748
+ closeOnBack: boolean;
12749
+ scrim: string | boolean;
12750
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12751
+ eager: BooleanConstructor;
12752
+ transition: {
12753
+ type: PropType<string | boolean | (vue.TransitionProps & {
12754
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12755
+ })>;
12756
+ default: string;
12757
+ validator: (val: unknown) => boolean;
12758
+ };
12759
+ theme: StringConstructor;
12760
+ scrollStrategy: {
12761
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
12762
+ default: string;
12763
+ validator: (val: any) => boolean;
12764
+ };
12765
+ locationStrategy: {
12766
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12767
+ updateLocation: (e: Event) => void;
12768
+ } | undefined)>;
12769
+ default: string;
12770
+ validator: (val: any) => boolean;
12771
+ };
12772
+ location: {
12773
+ type: PropType<Anchor>;
12774
+ default: string;
12775
+ };
12776
+ origin: {
12777
+ type: PropType<"auto" | Anchor | "overlap">;
12778
+ default: string;
12779
+ };
12780
+ offset: (StringConstructor | NumberConstructor)[];
12781
+ height: (StringConstructor | NumberConstructor)[];
12782
+ maxHeight: (StringConstructor | NumberConstructor)[];
12783
+ maxWidth: (StringConstructor | NumberConstructor)[];
12784
+ minHeight: (StringConstructor | NumberConstructor)[];
12785
+ minWidth: (StringConstructor | NumberConstructor)[];
12786
+ width: (StringConstructor | NumberConstructor)[];
12787
+ closeDelay: (StringConstructor | NumberConstructor)[];
12788
+ openDelay: (StringConstructor | NumberConstructor)[];
12789
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
12790
+ activatorProps: {
12791
+ type: PropType<Record<string, any>>;
12792
+ default: () => {};
12793
+ };
12794
+ openOnClick: {
12795
+ type: BooleanConstructor;
12796
+ default: undefined;
12797
+ };
12798
+ openOnHover: BooleanConstructor;
12799
+ openOnFocus: {
12800
+ type: BooleanConstructor;
12801
+ default: undefined;
12802
+ };
12803
+ closeOnContentClick: BooleanConstructor;
12804
+ absolute: BooleanConstructor;
12805
+ attach: PropType<string | boolean | Element>;
12806
+ closeOnBack: {
12807
+ type: BooleanConstructor;
12808
+ default: boolean;
12809
+ };
12810
+ contained: BooleanConstructor;
12811
+ contentClass: null;
12812
+ contentProps: null;
12813
+ disabled: BooleanConstructor;
12814
+ noClickAnimation: BooleanConstructor;
12815
+ modelValue: BooleanConstructor;
12816
+ persistent: BooleanConstructor;
12817
+ scrim: {
12818
+ type: (StringConstructor | BooleanConstructor)[];
12819
+ default: boolean;
12820
+ };
12821
+ zIndex: {
12822
+ type: (StringConstructor | NumberConstructor)[];
12823
+ default: number;
12824
+ };
12825
+ } & SlotsToProps<MakeSlots<{
12826
+ default: [{
12827
+ isActive: vue.Ref<boolean>;
12828
+ }];
12829
+ activator: [{
12830
+ isActive: boolean;
12831
+ props: Record<string, any>;
12832
+ }];
12833
+ }>>>> & {
12834
+ onAfterLeave?: (() => any) | undefined;
12835
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12836
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
12837
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
12838
+ };
11027
12839
  modelValue: {
11028
12840
  type: null;
11029
12841
  default: () => never[];
@@ -11057,18 +12869,22 @@ declare const VSelect: {
11057
12869
  index: number;
11058
12870
  }];
11059
12871
  'no-data': [];
11060
- }>>>>, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
12872
+ }>>>> & {
12873
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
12874
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
11061
12875
  'update:modelValue': (val: any) => boolean;
12876
+ 'update:menu': (val: boolean) => boolean;
11062
12877
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
11063
12878
  transition: string | boolean | (vue.TransitionProps & {
11064
12879
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11065
12880
  }) | {
11066
12881
  component: vue.DefineComponent<{
11067
- target: vue.PropType<HTMLElement>;
12882
+ target: PropType<HTMLElement>;
11068
12883
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11069
- target: vue.PropType<HTMLElement>;
12884
+ target: PropType<HTMLElement>;
11070
12885
  }>>, {}>;
11071
12886
  };
12887
+ menu: boolean;
11072
12888
  eager: boolean;
11073
12889
  noDataText: string;
11074
12890
  itemTitle: SelectItemKey;
@@ -11103,52 +12919,52 @@ declare const VSelect: {
11103
12919
  $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
11104
12920
  } & Readonly<vue.ExtractPropTypes<Omit<{
11105
12921
  transition: Omit<{
11106
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12922
+ type: PropType<string | boolean | (vue.TransitionProps & {
11107
12923
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11108
12924
  })>;
11109
12925
  default: string;
11110
12926
  validator: (val: unknown) => boolean;
11111
12927
  }, "type" | "default"> & {
11112
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12928
+ type: PropType<string | boolean | (vue.TransitionProps & {
11113
12929
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11114
12930
  }) | {
11115
12931
  component: vue.DefineComponent<{
11116
- target: vue.PropType<HTMLElement>;
12932
+ target: PropType<HTMLElement>;
11117
12933
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11118
- target: vue.PropType<HTMLElement>;
12934
+ target: PropType<HTMLElement>;
11119
12935
  }>>, {}>;
11120
12936
  }>;
11121
12937
  default: string | boolean | (vue.TransitionProps & {
11122
12938
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11123
12939
  }) | {
11124
12940
  component: vue.DefineComponent<{
11125
- target: vue.PropType<HTMLElement>;
12941
+ target: PropType<HTMLElement>;
11126
12942
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11127
- target: vue.PropType<HTMLElement>;
12943
+ target: PropType<HTMLElement>;
11128
12944
  }>>, {}>;
11129
12945
  };
11130
12946
  };
11131
12947
  items: {
11132
- type: vue.PropType<any[]>;
12948
+ type: PropType<any[]>;
11133
12949
  default: () => never[];
11134
12950
  };
11135
12951
  itemTitle: {
11136
- type: vue.PropType<SelectItemKey>;
12952
+ type: PropType<SelectItemKey>;
11137
12953
  default: string;
11138
12954
  };
11139
12955
  itemValue: {
11140
- type: vue.PropType<SelectItemKey>;
12956
+ type: PropType<SelectItemKey>;
11141
12957
  default: string;
11142
12958
  };
11143
12959
  itemChildren: Omit<{
11144
- type: vue.PropType<SelectItemKey>;
12960
+ type: PropType<SelectItemKey>;
11145
12961
  default: string;
11146
12962
  }, "type" | "default"> & {
11147
- type: vue.PropType<SelectItemKey>;
12963
+ type: PropType<SelectItemKey>;
11148
12964
  default: SelectItemKey;
11149
12965
  };
11150
12966
  itemProps: {
11151
- type: vue.PropType<SelectItemKey>;
12967
+ type: PropType<SelectItemKey>;
11152
12968
  default: string;
11153
12969
  };
11154
12970
  returnObject: BooleanConstructor;
@@ -11157,10 +12973,176 @@ declare const VSelect: {
11157
12973
  eager: BooleanConstructor;
11158
12974
  hideNoData: BooleanConstructor;
11159
12975
  hideSelected: BooleanConstructor;
12976
+ menu: BooleanConstructor;
11160
12977
  menuIcon: {
11161
- type: vue.PropType<IconValue>;
12978
+ type: PropType<IconValue>;
11162
12979
  default: string;
11163
12980
  };
12981
+ menuProps: {
12982
+ type: PropType<Partial<{
12983
+ transition: string | boolean | (vue.TransitionProps & {
12984
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12985
+ }) | {
12986
+ readonly component: vue.DefineComponent<{
12987
+ target: PropType<HTMLElement>;
12988
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12989
+ target: PropType<HTMLElement>;
12990
+ }>>, {}>;
12991
+ };
12992
+ modelValue: boolean;
12993
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12994
+ transition: Omit<{
12995
+ type: PropType<string | boolean | (vue.TransitionProps & {
12996
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12997
+ })>;
12998
+ default: string;
12999
+ validator: (val: unknown) => boolean;
13000
+ }, "type" | "default"> & {
13001
+ type: PropType<string | boolean | (vue.TransitionProps & {
13002
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13003
+ }) | {
13004
+ readonly component: vue.DefineComponent<{
13005
+ target: PropType<HTMLElement>;
13006
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13007
+ target: PropType<HTMLElement>;
13008
+ }>>, {}>;
13009
+ }>;
13010
+ default: string | boolean | (vue.TransitionProps & {
13011
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13012
+ }) | {
13013
+ readonly component: vue.DefineComponent<{
13014
+ target: PropType<HTMLElement>;
13015
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13016
+ target: PropType<HTMLElement>;
13017
+ }>>, {}>;
13018
+ };
13019
+ };
13020
+ modelValue: BooleanConstructor;
13021
+ id: StringConstructor;
13022
+ } & SlotsToProps<MakeSlots<{
13023
+ default: [{
13024
+ isActive: vue.Ref<boolean>;
13025
+ }];
13026
+ activator: [{
13027
+ isActive: boolean;
13028
+ props: Record<string, any>;
13029
+ }];
13030
+ }>>>> & {
13031
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13032
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
13033
+ absolute: boolean;
13034
+ location: Anchor;
13035
+ origin: "auto" | Anchor | "overlap";
13036
+ transition: string | boolean | (vue.TransitionProps & {
13037
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13038
+ });
13039
+ zIndex: string | number;
13040
+ eager: boolean;
13041
+ disabled: boolean;
13042
+ modelValue: boolean;
13043
+ activatorProps: Record<string, any>;
13044
+ openOnClick: boolean;
13045
+ openOnHover: boolean;
13046
+ openOnFocus: boolean;
13047
+ closeOnContentClick: boolean;
13048
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13049
+ updateLocation: (e: Event) => void;
13050
+ } | undefined);
13051
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
13052
+ contained: boolean;
13053
+ noClickAnimation: boolean;
13054
+ persistent: boolean;
13055
+ closeOnBack: boolean;
13056
+ scrim: string | boolean;
13057
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
13058
+ eager: BooleanConstructor;
13059
+ transition: {
13060
+ type: PropType<string | boolean | (vue.TransitionProps & {
13061
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13062
+ })>;
13063
+ default: string;
13064
+ validator: (val: unknown) => boolean;
13065
+ };
13066
+ theme: StringConstructor;
13067
+ scrollStrategy: {
13068
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
13069
+ default: string;
13070
+ validator: (val: any) => boolean;
13071
+ };
13072
+ locationStrategy: {
13073
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13074
+ updateLocation: (e: Event) => void;
13075
+ } | undefined)>;
13076
+ default: string;
13077
+ validator: (val: any) => boolean;
13078
+ };
13079
+ location: {
13080
+ type: PropType<Anchor>;
13081
+ default: string;
13082
+ };
13083
+ origin: {
13084
+ type: PropType<"auto" | Anchor | "overlap">;
13085
+ default: string;
13086
+ };
13087
+ offset: (StringConstructor | NumberConstructor)[];
13088
+ height: (StringConstructor | NumberConstructor)[];
13089
+ maxHeight: (StringConstructor | NumberConstructor)[];
13090
+ maxWidth: (StringConstructor | NumberConstructor)[];
13091
+ minHeight: (StringConstructor | NumberConstructor)[];
13092
+ minWidth: (StringConstructor | NumberConstructor)[];
13093
+ width: (StringConstructor | NumberConstructor)[];
13094
+ closeDelay: (StringConstructor | NumberConstructor)[];
13095
+ openDelay: (StringConstructor | NumberConstructor)[];
13096
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
13097
+ activatorProps: {
13098
+ type: PropType<Record<string, any>>;
13099
+ default: () => {};
13100
+ };
13101
+ openOnClick: {
13102
+ type: BooleanConstructor;
13103
+ default: undefined;
13104
+ };
13105
+ openOnHover: BooleanConstructor;
13106
+ openOnFocus: {
13107
+ type: BooleanConstructor;
13108
+ default: undefined;
13109
+ };
13110
+ closeOnContentClick: BooleanConstructor;
13111
+ absolute: BooleanConstructor;
13112
+ attach: PropType<string | boolean | Element>;
13113
+ closeOnBack: {
13114
+ type: BooleanConstructor;
13115
+ default: boolean;
13116
+ };
13117
+ contained: BooleanConstructor;
13118
+ contentClass: null;
13119
+ contentProps: null;
13120
+ disabled: BooleanConstructor;
13121
+ noClickAnimation: BooleanConstructor;
13122
+ modelValue: BooleanConstructor;
13123
+ persistent: BooleanConstructor;
13124
+ scrim: {
13125
+ type: (StringConstructor | BooleanConstructor)[];
13126
+ default: boolean;
13127
+ };
13128
+ zIndex: {
13129
+ type: (StringConstructor | NumberConstructor)[];
13130
+ default: number;
13131
+ };
13132
+ } & SlotsToProps<MakeSlots<{
13133
+ default: [{
13134
+ isActive: vue.Ref<boolean>;
13135
+ }];
13136
+ activator: [{
13137
+ isActive: boolean;
13138
+ props: Record<string, any>;
13139
+ }];
13140
+ }>>>> & {
13141
+ onAfterLeave?: (() => any) | undefined;
13142
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13143
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
13144
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
13145
+ };
11164
13146
  modelValue: {
11165
13147
  type: null;
11166
13148
  default: () => never[];
@@ -11194,58 +13176,60 @@ declare const VSelect: {
11194
13176
  index: number;
11195
13177
  }];
11196
13178
  'no-data': [];
11197
- }>>>> & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
13179
+ }>>>> & {
13180
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
13181
+ } & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
11198
13182
  __isFragment?: undefined;
11199
13183
  __isTeleport?: undefined;
11200
13184
  __isSuspense?: undefined;
11201
13185
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
11202
13186
  transition: Omit<{
11203
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
13187
+ type: PropType<string | boolean | (vue.TransitionProps & {
11204
13188
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11205
13189
  })>;
11206
13190
  default: string;
11207
13191
  validator: (val: unknown) => boolean;
11208
13192
  }, "type" | "default"> & {
11209
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
13193
+ type: PropType<string | boolean | (vue.TransitionProps & {
11210
13194
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11211
13195
  }) | {
11212
13196
  component: vue.DefineComponent<{
11213
- target: vue.PropType<HTMLElement>;
13197
+ target: PropType<HTMLElement>;
11214
13198
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11215
- target: vue.PropType<HTMLElement>;
13199
+ target: PropType<HTMLElement>;
11216
13200
  }>>, {}>;
11217
13201
  }>;
11218
13202
  default: string | boolean | (vue.TransitionProps & {
11219
13203
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11220
13204
  }) | {
11221
13205
  component: vue.DefineComponent<{
11222
- target: vue.PropType<HTMLElement>;
13206
+ target: PropType<HTMLElement>;
11223
13207
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11224
- target: vue.PropType<HTMLElement>;
13208
+ target: PropType<HTMLElement>;
11225
13209
  }>>, {}>;
11226
13210
  };
11227
13211
  };
11228
13212
  items: {
11229
- type: vue.PropType<any[]>;
13213
+ type: PropType<any[]>;
11230
13214
  default: () => never[];
11231
13215
  };
11232
13216
  itemTitle: {
11233
- type: vue.PropType<SelectItemKey>;
13217
+ type: PropType<SelectItemKey>;
11234
13218
  default: string;
11235
13219
  };
11236
13220
  itemValue: {
11237
- type: vue.PropType<SelectItemKey>;
13221
+ type: PropType<SelectItemKey>;
11238
13222
  default: string;
11239
13223
  };
11240
13224
  itemChildren: Omit<{
11241
- type: vue.PropType<SelectItemKey>;
13225
+ type: PropType<SelectItemKey>;
11242
13226
  default: string;
11243
13227
  }, "type" | "default"> & {
11244
- type: vue.PropType<SelectItemKey>;
13228
+ type: PropType<SelectItemKey>;
11245
13229
  default: SelectItemKey;
11246
13230
  };
11247
13231
  itemProps: {
11248
- type: vue.PropType<SelectItemKey>;
13232
+ type: PropType<SelectItemKey>;
11249
13233
  default: string;
11250
13234
  };
11251
13235
  returnObject: BooleanConstructor;
@@ -11254,10 +13238,176 @@ declare const VSelect: {
11254
13238
  eager: BooleanConstructor;
11255
13239
  hideNoData: BooleanConstructor;
11256
13240
  hideSelected: BooleanConstructor;
13241
+ menu: BooleanConstructor;
11257
13242
  menuIcon: {
11258
- type: vue.PropType<IconValue>;
13243
+ type: PropType<IconValue>;
11259
13244
  default: string;
11260
13245
  };
13246
+ menuProps: {
13247
+ type: PropType<Partial<{
13248
+ transition: string | boolean | (vue.TransitionProps & {
13249
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13250
+ }) | {
13251
+ readonly component: vue.DefineComponent<{
13252
+ target: PropType<HTMLElement>;
13253
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13254
+ target: PropType<HTMLElement>;
13255
+ }>>, {}>;
13256
+ };
13257
+ modelValue: boolean;
13258
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
13259
+ transition: Omit<{
13260
+ type: PropType<string | boolean | (vue.TransitionProps & {
13261
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13262
+ })>;
13263
+ default: string;
13264
+ validator: (val: unknown) => boolean;
13265
+ }, "type" | "default"> & {
13266
+ type: PropType<string | boolean | (vue.TransitionProps & {
13267
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13268
+ }) | {
13269
+ readonly component: vue.DefineComponent<{
13270
+ target: PropType<HTMLElement>;
13271
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13272
+ target: PropType<HTMLElement>;
13273
+ }>>, {}>;
13274
+ }>;
13275
+ default: string | boolean | (vue.TransitionProps & {
13276
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13277
+ }) | {
13278
+ readonly component: vue.DefineComponent<{
13279
+ target: PropType<HTMLElement>;
13280
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13281
+ target: PropType<HTMLElement>;
13282
+ }>>, {}>;
13283
+ };
13284
+ };
13285
+ modelValue: BooleanConstructor;
13286
+ id: StringConstructor;
13287
+ } & SlotsToProps<MakeSlots<{
13288
+ default: [{
13289
+ isActive: vue.Ref<boolean>;
13290
+ }];
13291
+ activator: [{
13292
+ isActive: boolean;
13293
+ props: Record<string, any>;
13294
+ }];
13295
+ }>>>> & {
13296
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13297
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
13298
+ absolute: boolean;
13299
+ location: Anchor;
13300
+ origin: "auto" | Anchor | "overlap";
13301
+ transition: string | boolean | (vue.TransitionProps & {
13302
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13303
+ });
13304
+ zIndex: string | number;
13305
+ eager: boolean;
13306
+ disabled: boolean;
13307
+ modelValue: boolean;
13308
+ activatorProps: Record<string, any>;
13309
+ openOnClick: boolean;
13310
+ openOnHover: boolean;
13311
+ openOnFocus: boolean;
13312
+ closeOnContentClick: boolean;
13313
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13314
+ updateLocation: (e: Event) => void;
13315
+ } | undefined);
13316
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
13317
+ contained: boolean;
13318
+ noClickAnimation: boolean;
13319
+ persistent: boolean;
13320
+ closeOnBack: boolean;
13321
+ scrim: string | boolean;
13322
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
13323
+ eager: BooleanConstructor;
13324
+ transition: {
13325
+ type: PropType<string | boolean | (vue.TransitionProps & {
13326
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13327
+ })>;
13328
+ default: string;
13329
+ validator: (val: unknown) => boolean;
13330
+ };
13331
+ theme: StringConstructor;
13332
+ scrollStrategy: {
13333
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
13334
+ default: string;
13335
+ validator: (val: any) => boolean;
13336
+ };
13337
+ locationStrategy: {
13338
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13339
+ updateLocation: (e: Event) => void;
13340
+ } | undefined)>;
13341
+ default: string;
13342
+ validator: (val: any) => boolean;
13343
+ };
13344
+ location: {
13345
+ type: PropType<Anchor>;
13346
+ default: string;
13347
+ };
13348
+ origin: {
13349
+ type: PropType<"auto" | Anchor | "overlap">;
13350
+ default: string;
13351
+ };
13352
+ offset: (StringConstructor | NumberConstructor)[];
13353
+ height: (StringConstructor | NumberConstructor)[];
13354
+ maxHeight: (StringConstructor | NumberConstructor)[];
13355
+ maxWidth: (StringConstructor | NumberConstructor)[];
13356
+ minHeight: (StringConstructor | NumberConstructor)[];
13357
+ minWidth: (StringConstructor | NumberConstructor)[];
13358
+ width: (StringConstructor | NumberConstructor)[];
13359
+ closeDelay: (StringConstructor | NumberConstructor)[];
13360
+ openDelay: (StringConstructor | NumberConstructor)[];
13361
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
13362
+ activatorProps: {
13363
+ type: PropType<Record<string, any>>;
13364
+ default: () => {};
13365
+ };
13366
+ openOnClick: {
13367
+ type: BooleanConstructor;
13368
+ default: undefined;
13369
+ };
13370
+ openOnHover: BooleanConstructor;
13371
+ openOnFocus: {
13372
+ type: BooleanConstructor;
13373
+ default: undefined;
13374
+ };
13375
+ closeOnContentClick: BooleanConstructor;
13376
+ absolute: BooleanConstructor;
13377
+ attach: PropType<string | boolean | Element>;
13378
+ closeOnBack: {
13379
+ type: BooleanConstructor;
13380
+ default: boolean;
13381
+ };
13382
+ contained: BooleanConstructor;
13383
+ contentClass: null;
13384
+ contentProps: null;
13385
+ disabled: BooleanConstructor;
13386
+ noClickAnimation: BooleanConstructor;
13387
+ modelValue: BooleanConstructor;
13388
+ persistent: BooleanConstructor;
13389
+ scrim: {
13390
+ type: (StringConstructor | BooleanConstructor)[];
13391
+ default: boolean;
13392
+ };
13393
+ zIndex: {
13394
+ type: (StringConstructor | NumberConstructor)[];
13395
+ default: number;
13396
+ };
13397
+ } & SlotsToProps<MakeSlots<{
13398
+ default: [{
13399
+ isActive: vue.Ref<boolean>;
13400
+ }];
13401
+ activator: [{
13402
+ isActive: boolean;
13403
+ props: Record<string, any>;
13404
+ }];
13405
+ }>>>> & {
13406
+ onAfterLeave?: (() => any) | undefined;
13407
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13408
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
13409
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "contained" | "noClickAnimation" | "persistent" | "closeOnBack" | "scrim">>;
13410
+ };
11261
13411
  modelValue: {
11262
13412
  type: null;
11263
13413
  default: () => never[];
@@ -11291,18 +13441,22 @@ declare const VSelect: {
11291
13441
  index: number;
11292
13442
  }];
11293
13443
  'no-data': [];
11294
- }>>>>, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
13444
+ }>>>> & {
13445
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
13446
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
11295
13447
  'update:modelValue': (val: any) => boolean;
13448
+ 'update:menu': (val: boolean) => boolean;
11296
13449
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
11297
13450
  transition: string | boolean | (vue.TransitionProps & {
11298
13451
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11299
13452
  }) | {
11300
13453
  component: vue.DefineComponent<{
11301
- target: vue.PropType<HTMLElement>;
13454
+ target: PropType<HTMLElement>;
11302
13455
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11303
- target: vue.PropType<HTMLElement>;
13456
+ target: PropType<HTMLElement>;
11304
13457
  }>>, {}>;
11305
13458
  };
13459
+ menu: boolean;
11306
13460
  eager: boolean;
11307
13461
  noDataText: string;
11308
13462
  itemTitle: SelectItemKey;
@@ -11837,6 +13991,7 @@ declare const VSlider: vue.DefineComponent<{
11837
13991
  type: vue.PropType<ValidationRule[]>;
11838
13992
  default: () => never[];
11839
13993
  };
13994
+ validationValue: null;
11840
13995
  density: {
11841
13996
  type: vue.PropType<"default" | "compact" | "comfortable" | null>;
11842
13997
  default: string;
@@ -11933,6 +14088,7 @@ declare const VSlider: vue.DefineComponent<{
11933
14088
  type: vue.PropType<ValidationRule[]>;
11934
14089
  default: () => never[];
11935
14090
  };
14091
+ validationValue: null;
11936
14092
  density: {
11937
14093
  type: vue.PropType<"default" | "compact" | "comfortable" | null>;
11938
14094
  default: string;
@@ -12051,7 +14207,7 @@ declare const VSnackbar: vue.DefineComponent<{
12051
14207
  };
12052
14208
  color: StringConstructor;
12053
14209
  variant: {
12054
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
14210
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
12055
14211
  default: string;
12056
14212
  validator: (v: any) => boolean;
12057
14213
  };
@@ -12098,7 +14254,7 @@ declare const VSnackbar: vue.DefineComponent<{
12098
14254
  };
12099
14255
  color: StringConstructor;
12100
14256
  variant: {
12101
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
14257
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
12102
14258
  default: string;
12103
14259
  validator: (v: any) => boolean;
12104
14260
  };
@@ -12137,7 +14293,7 @@ declare const VSnackbar: vue.DefineComponent<{
12137
14293
  vertical: boolean;
12138
14294
  contentClass: string;
12139
14295
  rounded: string | number | boolean;
12140
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
14296
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
12141
14297
  modelValue: boolean;
12142
14298
  app: boolean;
12143
14299
  multiLine: boolean;
@@ -12190,6 +14346,7 @@ declare const VSwitch: vue.DefineComponent<{
12190
14346
  type: vue.PropType<ValidationRule[]>;
12191
14347
  default: () => never[];
12192
14348
  };
14349
+ validationValue: null;
12193
14350
  appendIcon: vue.PropType<IconValue>;
12194
14351
  prependIcon: vue.PropType<IconValue>;
12195
14352
  hideDetails: vue.PropType<boolean | "auto">;
@@ -12257,6 +14414,7 @@ declare const VSwitch: vue.DefineComponent<{
12257
14414
  type: vue.PropType<ValidationRule[]>;
12258
14415
  default: () => never[];
12259
14416
  };
14417
+ validationValue: null;
12260
14418
  appendIcon: vue.PropType<IconValue>;
12261
14419
  prependIcon: vue.PropType<IconValue>;
12262
14420
  hideDetails: vue.PropType<boolean | "auto">;
@@ -12292,10 +14450,10 @@ declare const VSwitch: vue.DefineComponent<{
12292
14450
  messages: string | string[];
12293
14451
  density: "default" | "compact" | "comfortable" | null;
12294
14452
  ripple: boolean;
12295
- valueComparator: typeof deepEqual;
12296
14453
  errorMessages: string | string[];
12297
14454
  maxErrors: string | number;
12298
14455
  rules: ValidationRule[];
14456
+ valueComparator: typeof deepEqual;
12299
14457
  }>;
12300
14458
  declare type VSwitch = InstanceType<typeof VSwitch>;
12301
14459
 
@@ -12580,7 +14738,7 @@ declare const VTextarea: vue.DefineComponent<{
12580
14738
  reverse: BooleanConstructor;
12581
14739
  singleLine: BooleanConstructor;
12582
14740
  variant: {
12583
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
14741
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
12584
14742
  default: string;
12585
14743
  validator: (v: any) => boolean;
12586
14744
  };
@@ -12599,6 +14757,7 @@ declare const VTextarea: vue.DefineComponent<{
12599
14757
  default: () => never[];
12600
14758
  };
12601
14759
  modelValue: null;
14760
+ validationValue: null;
12602
14761
  density: {
12603
14762
  type: PropType<"default" | "compact" | "comfortable" | null>;
12604
14763
  default: string;
@@ -12638,7 +14797,7 @@ declare const VTextarea: vue.DefineComponent<{
12638
14797
  validator: (v: any) => boolean;
12639
14798
  };
12640
14799
  suffix: StringConstructor;
12641
- }, {
14800
+ }, HTMLInputElement & {
12642
14801
  $: vue.ComponentInternalInstance;
12643
14802
  $data: {};
12644
14803
  $props: Partial<{
@@ -12669,6 +14828,7 @@ declare const VTextarea: vue.DefineComponent<{
12669
14828
  default: () => never[];
12670
14829
  };
12671
14830
  modelValue: null;
14831
+ validationValue: null;
12672
14832
  density: {
12673
14833
  type: PropType<"default" | "compact" | "comfortable" | null>;
12674
14834
  default: string;
@@ -12726,6 +14886,7 @@ declare const VTextarea: vue.DefineComponent<{
12726
14886
  default: () => never[];
12727
14887
  };
12728
14888
  modelValue: null;
14889
+ validationValue: null;
12729
14890
  density: {
12730
14891
  type: PropType<"default" | "compact" | "comfortable" | null>;
12731
14892
  default: string;
@@ -12805,6 +14966,7 @@ declare const VTextarea: vue.DefineComponent<{
12805
14966
  default: () => never[];
12806
14967
  };
12807
14968
  modelValue: null;
14969
+ validationValue: null;
12808
14970
  density: {
12809
14971
  type: PropType<"default" | "compact" | "comfortable" | null>;
12810
14972
  default: string;
@@ -12841,7 +15003,7 @@ declare const VTextarea: vue.DefineComponent<{
12841
15003
  append: [VInputSlot];
12842
15004
  details: [VInputSlot];
12843
15005
  }>;
12844
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15006
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
12845
15007
  'click:clear': (e: MouseEvent) => true;
12846
15008
  'click:control': (e: MouseEvent) => true;
12847
15009
  'update:modelValue': (val: string) => true;
@@ -12866,7 +15028,7 @@ declare const VTextarea: vue.DefineComponent<{
12866
15028
  reverse: BooleanConstructor;
12867
15029
  singleLine: BooleanConstructor;
12868
15030
  variant: {
12869
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15031
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
12870
15032
  default: string;
12871
15033
  validator: (v: any) => boolean;
12872
15034
  };
@@ -12885,6 +15047,7 @@ declare const VTextarea: vue.DefineComponent<{
12885
15047
  default: () => never[];
12886
15048
  };
12887
15049
  modelValue: null;
15050
+ validationValue: null;
12888
15051
  density: {
12889
15052
  type: PropType<"default" | "compact" | "comfortable" | null>;
12890
15053
  default: string;
@@ -12939,7 +15102,7 @@ declare const VTextarea: vue.DefineComponent<{
12939
15102
  readonly: boolean;
12940
15103
  messages: string | string[];
12941
15104
  density: "default" | "compact" | "comfortable" | null;
12942
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
15105
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
12943
15106
  errorMessages: string | string[];
12944
15107
  maxErrors: string | number;
12945
15108
  rules: ValidationRule[];
@@ -12973,7 +15136,7 @@ declare const VTextField: {
12973
15136
  readonly: boolean;
12974
15137
  messages: string | string[];
12975
15138
  density: "default" | "compact" | "comfortable" | null;
12976
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
15139
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
12977
15140
  errorMessages: string | string[];
12978
15141
  maxErrors: string | number;
12979
15142
  rules: ValidationRule[];
@@ -13006,7 +15169,7 @@ declare const VTextField: {
13006
15169
  reverse: BooleanConstructor;
13007
15170
  singleLine: BooleanConstructor;
13008
15171
  variant: {
13009
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15172
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13010
15173
  default: string;
13011
15174
  validator: (v: any) => boolean;
13012
15175
  };
@@ -13025,6 +15188,7 @@ declare const VTextField: {
13025
15188
  default: () => never[];
13026
15189
  };
13027
15190
  modelValue: null;
15191
+ validationValue: null;
13028
15192
  density: {
13029
15193
  type: PropType<"default" | "compact" | "comfortable" | null>;
13030
15194
  default: string;
@@ -13109,7 +15273,7 @@ declare const VTextField: {
13109
15273
  reverse: BooleanConstructor;
13110
15274
  singleLine: BooleanConstructor;
13111
15275
  variant: {
13112
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15276
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13113
15277
  default: string;
13114
15278
  validator: (v: any) => boolean;
13115
15279
  };
@@ -13128,6 +15292,7 @@ declare const VTextField: {
13128
15292
  default: () => never[];
13129
15293
  };
13130
15294
  modelValue: null;
15295
+ validationValue: null;
13131
15296
  density: {
13132
15297
  type: PropType<"default" | "compact" | "comfortable" | null>;
13133
15298
  default: string;
@@ -13177,7 +15342,7 @@ declare const VTextField: {
13177
15342
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
13178
15343
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
13179
15344
  "onClick:input"?: ((e: MouseEvent) => any) | undefined;
13180
- }, {
15345
+ }, HTMLInputElement & {
13181
15346
  $: vue.ComponentInternalInstance;
13182
15347
  $data: {};
13183
15348
  $props: Partial<{
@@ -13208,6 +15373,7 @@ declare const VTextField: {
13208
15373
  default: () => never[];
13209
15374
  };
13210
15375
  modelValue: null;
15376
+ validationValue: null;
13211
15377
  density: {
13212
15378
  type: PropType<"default" | "compact" | "comfortable" | null>;
13213
15379
  default: string;
@@ -13265,6 +15431,7 @@ declare const VTextField: {
13265
15431
  default: () => never[];
13266
15432
  };
13267
15433
  modelValue: null;
15434
+ validationValue: null;
13268
15435
  density: {
13269
15436
  type: PropType<"default" | "compact" | "comfortable" | null>;
13270
15437
  default: string;
@@ -13344,6 +15511,7 @@ declare const VTextField: {
13344
15511
  default: () => never[];
13345
15512
  };
13346
15513
  modelValue: null;
15514
+ validationValue: null;
13347
15515
  density: {
13348
15516
  type: PropType<"default" | "compact" | "comfortable" | null>;
13349
15517
  default: string;
@@ -13380,7 +15548,7 @@ declare const VTextField: {
13380
15548
  append: [VInputSlot];
13381
15549
  details: [VInputSlot];
13382
15550
  }>;
13383
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15551
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
13384
15552
  'click:clear': (e: MouseEvent) => boolean;
13385
15553
  'click:control': (e: MouseEvent) => boolean;
13386
15554
  'click:input': (e: MouseEvent) => boolean;
@@ -13397,7 +15565,7 @@ declare const VTextField: {
13397
15565
  readonly: boolean;
13398
15566
  messages: string | string[];
13399
15567
  density: "default" | "compact" | "comfortable" | null;
13400
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
15568
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
13401
15569
  errorMessages: string | string[];
13402
15570
  maxErrors: string | number;
13403
15571
  rules: ValidationRule[];
@@ -13450,7 +15618,7 @@ declare const VTextField: {
13450
15618
  reverse: BooleanConstructor;
13451
15619
  singleLine: BooleanConstructor;
13452
15620
  variant: {
13453
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15621
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13454
15622
  default: string;
13455
15623
  validator: (v: any) => boolean;
13456
15624
  };
@@ -13469,6 +15637,7 @@ declare const VTextField: {
13469
15637
  default: () => never[];
13470
15638
  };
13471
15639
  modelValue: null;
15640
+ validationValue: null;
13472
15641
  density: {
13473
15642
  type: PropType<"default" | "compact" | "comfortable" | null>;
13474
15643
  default: string;
@@ -13518,7 +15687,7 @@ declare const VTextField: {
13518
15687
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
13519
15688
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
13520
15689
  "onClick:input"?: ((e: MouseEvent) => any) | undefined;
13521
- } & vue.ShallowUnwrapRef<{
15690
+ } & vue.ShallowUnwrapRef<HTMLInputElement & {
13522
15691
  $: vue.ComponentInternalInstance;
13523
15692
  $data: {};
13524
15693
  $props: Partial<{
@@ -13549,6 +15718,7 @@ declare const VTextField: {
13549
15718
  default: () => never[];
13550
15719
  };
13551
15720
  modelValue: null;
15721
+ validationValue: null;
13552
15722
  density: {
13553
15723
  type: PropType<"default" | "compact" | "comfortable" | null>;
13554
15724
  default: string;
@@ -13606,6 +15776,7 @@ declare const VTextField: {
13606
15776
  default: () => never[];
13607
15777
  };
13608
15778
  modelValue: null;
15779
+ validationValue: null;
13609
15780
  density: {
13610
15781
  type: PropType<"default" | "compact" | "comfortable" | null>;
13611
15782
  default: string;
@@ -13685,6 +15856,7 @@ declare const VTextField: {
13685
15856
  default: () => never[];
13686
15857
  };
13687
15858
  modelValue: null;
15859
+ validationValue: null;
13688
15860
  density: {
13689
15861
  type: PropType<"default" | "compact" | "comfortable" | null>;
13690
15862
  default: string;
@@ -13721,7 +15893,7 @@ declare const VTextField: {
13721
15893
  append: [VInputSlot];
13722
15894
  details: [VInputSlot];
13723
15895
  }>;
13724
- } & HTMLInputElement> & {} & vue.ComponentCustomProperties;
15896
+ }> & {} & vue.ComponentCustomProperties;
13725
15897
  __isFragment?: undefined;
13726
15898
  __isTeleport?: undefined;
13727
15899
  __isSuspense?: undefined;
@@ -13746,7 +15918,7 @@ declare const VTextField: {
13746
15918
  reverse: BooleanConstructor;
13747
15919
  singleLine: BooleanConstructor;
13748
15920
  variant: {
13749
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15921
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13750
15922
  default: string;
13751
15923
  validator: (v: any) => boolean;
13752
15924
  };
@@ -13765,6 +15937,7 @@ declare const VTextField: {
13765
15937
  default: () => never[];
13766
15938
  };
13767
15939
  modelValue: null;
15940
+ validationValue: null;
13768
15941
  density: {
13769
15942
  type: PropType<"default" | "compact" | "comfortable" | null>;
13770
15943
  default: string;
@@ -13814,7 +15987,7 @@ declare const VTextField: {
13814
15987
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
13815
15988
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
13816
15989
  "onClick:input"?: ((e: MouseEvent) => any) | undefined;
13817
- }, {
15990
+ }, HTMLInputElement & {
13818
15991
  $: vue.ComponentInternalInstance;
13819
15992
  $data: {};
13820
15993
  $props: Partial<{
@@ -13845,6 +16018,7 @@ declare const VTextField: {
13845
16018
  default: () => never[];
13846
16019
  };
13847
16020
  modelValue: null;
16021
+ validationValue: null;
13848
16022
  density: {
13849
16023
  type: PropType<"default" | "compact" | "comfortable" | null>;
13850
16024
  default: string;
@@ -13902,6 +16076,7 @@ declare const VTextField: {
13902
16076
  default: () => never[];
13903
16077
  };
13904
16078
  modelValue: null;
16079
+ validationValue: null;
13905
16080
  density: {
13906
16081
  type: PropType<"default" | "compact" | "comfortable" | null>;
13907
16082
  default: string;
@@ -13981,6 +16156,7 @@ declare const VTextField: {
13981
16156
  default: () => never[];
13982
16157
  };
13983
16158
  modelValue: null;
16159
+ validationValue: null;
13984
16160
  density: {
13985
16161
  type: PropType<"default" | "compact" | "comfortable" | null>;
13986
16162
  default: string;
@@ -14017,7 +16193,7 @@ declare const VTextField: {
14017
16193
  append: [VInputSlot];
14018
16194
  details: [VInputSlot];
14019
16195
  }>;
14020
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
16196
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
14021
16197
  'click:clear': (e: MouseEvent) => boolean;
14022
16198
  'click:control': (e: MouseEvent) => boolean;
14023
16199
  'click:input': (e: MouseEvent) => boolean;
@@ -14034,7 +16210,7 @@ declare const VTextField: {
14034
16210
  readonly: boolean;
14035
16211
  messages: string | string[];
14036
16212
  density: "default" | "compact" | "comfortable" | null;
14037
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
16213
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
14038
16214
  errorMessages: string | string[];
14039
16215
  maxErrors: string | number;
14040
16216
  rules: ValidationRule[];
@@ -14589,7 +16765,7 @@ declare type VToolbarTitle = InstanceType<typeof VToolbarTitle>;
14589
16765
  declare const VToolbarItems: vue.DefineComponent<{
14590
16766
  color: StringConstructor;
14591
16767
  variant: Omit<{
14592
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
16768
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
14593
16769
  default: string;
14594
16770
  validator: (v: any) => boolean;
14595
16771
  }, "type" | "default"> & {
@@ -14601,7 +16777,7 @@ declare const VToolbarItems: vue.DefineComponent<{
14601
16777
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
14602
16778
  color: StringConstructor;
14603
16779
  variant: Omit<{
14604
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
16780
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
14605
16781
  default: string;
14606
16782
  validator: (v: any) => boolean;
14607
16783
  }, "type" | "default"> & {
@@ -14847,6 +17023,7 @@ declare const VValidation: vue.DefineComponent<{
14847
17023
  default: () => never[];
14848
17024
  };
14849
17025
  modelValue: null;
17026
+ validationValue: null;
14850
17027
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
14851
17028
  [key: string]: any;
14852
17029
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -14869,6 +17046,7 @@ declare const VValidation: vue.DefineComponent<{
14869
17046
  default: () => never[];
14870
17047
  };
14871
17048
  modelValue: null;
17049
+ validationValue: null;
14872
17050
  }>> & {
14873
17051
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
14874
17052
  }, {
@@ -15872,4 +18050,4 @@ declare const VExpandXTransition: vue.DefineComponent<{
15872
18050
  mode: vue.Prop<"default" | "in-out" | "out-in", "default" | "in-out" | "out-in">;
15873
18051
  }>>, {}>;
15874
18052
 
15875
- export { VAlert, VAlertTitle, VApp, VAppBar, VAppBarNavIcon, VAppBarTitle, VAutocomplete, VAvatar, VBadge, VBanner, VBannerActions, VBannerAvatar, VBannerIcon, VBannerText, VBottomNavigation, VBreadcrumbs, VBreadcrumbsDivider, VBreadcrumbsItem, VBtn, VBtnGroup, VBtnToggle, VCard, VCardActions, VCardAvatar, VCardContent, VCardHeader, VCardHeaderText, VCardImg, VCardSubtitle, VCardText, VCardTitle, VCarousel, VCarouselItem, VCarouselReverseTransition, VCarouselTransition, VCheckbox, VChip, VChipGroup, VClassIcon, VCode, VCol, VColorPicker, VCombobox, VComponentIcon, VContainer, VCounter, VDefaultsProvider, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VDivider, VExpandTransition, VExpandXTransition, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VExpansionPanels, VFabTransition, VFadeTransition, VField, VFieldLabel, VFileInput, VFooter, VForm, VHover, VIcon, VImg, VInput, VItem, VItemGroup, VKbd, VLabel, VLayout, VLayoutItem, VLazy, VLigatureIcon, VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemAvatar, VListItemHeader, VListItemIcon, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader, VLocaleProvider, VMain, VMenu, VMenuTransition, VMessages, VNavigationDrawer, VNoSsr, VOverlay, VPagination, VParallax, VProgressCircular, VProgressLinear, VRadio, VRadioGroup, VRangeSlider, VRating, VResponsive, VRow, VScaleTransition, VScrollXReverseTransition, VScrollXTransition, VScrollYReverseTransition, VScrollYTransition, VSelect, VSelectionControl, VSelectionControlGroup, VSheet, VSlideGroup, VSlideGroupItem, VSlideGroupSymbol, VSlideXReverseTransition, VSlideXTransition, VSlideYReverseTransition, VSlideYTransition, VSlider, VSnackbar, VSpacer, VSvgIcon, VSwitch, VSystemBar, VTab, VTabReverseTransition, VTabTransition, VTable, VTabs, VTextField, VTextarea, VThemeProvider, VTimeline, VTimelineItem, VToolbar, VToolbarItems, VToolbarTitle, VTooltip, VValidation, VWindow, VWindowItem };
18053
+ export { VAlert, VAlertTitle, VApp, VAppBar, VAppBarNavIcon, VAppBarTitle, VAutocomplete, VAvatar, VBadge, VBanner, VBannerActions, VBannerAvatar, VBannerIcon, VBannerText, VBottomNavigation, VBreadcrumbs, VBreadcrumbsDivider, VBreadcrumbsItem, VBtn, VBtnGroup, VBtnToggle, VCard, VCardActions, VCardAvatar, VCardContent, VCardHeader, VCardHeaderText, VCardImg, VCardSubtitle, VCardText, VCardTitle, VCarousel, VCarouselItem, VCarouselReverseTransition, VCarouselTransition, VCheckbox, VCheckboxBtn, VChip, VChipGroup, VClassIcon, VCode, VCol, VColorPicker, VCombobox, VComponentIcon, VContainer, VCounter, VDefaultsProvider, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VDivider, VExpandTransition, VExpandXTransition, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VExpansionPanels, VFabTransition, VFadeTransition, VField, VFieldLabel, VFileInput, VFooter, VForm, VHover, VIcon, VImg, VInput, VItem, VItemGroup, VKbd, VLabel, VLayout, VLayoutItem, VLazy, VLigatureIcon, VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemAvatar, VListItemHeader, VListItemIcon, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader, VLocaleProvider, VMain, VMenu, VMenuTransition, VMessages, VNavigationDrawer, VNoSsr, VOverlay, VPagination, VParallax, VProgressCircular, VProgressLinear, VRadio, VRadioGroup, VRangeSlider, VRating, VResponsive, VRow, VScaleTransition, VScrollXReverseTransition, VScrollXTransition, VScrollYReverseTransition, VScrollYTransition, VSelect, VSelectionControl, VSelectionControlGroup, VSheet, VSlideGroup, VSlideGroupItem, VSlideGroupSymbol, VSlideXReverseTransition, VSlideXTransition, VSlideYReverseTransition, VSlideYTransition, VSlider, VSnackbar, VSpacer, VSvgIcon, VSwitch, VSystemBar, VTab, VTabReverseTransition, VTabTransition, VTable, VTabs, VTextField, VTextarea, VThemeProvider, VTimeline, VTimelineItem, VToolbar, VToolbarItems, VToolbarTitle, VTooltip, VValidation, VWindow, VWindowItem };