@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
package/dist/vuetify.d.ts CHANGED
@@ -46,13 +46,17 @@ interface OnColors {
46
46
  'on-info': string;
47
47
  }
48
48
  interface ThemeInstance {
49
- isDisabled: boolean;
50
- name: Ref<string>;
51
- themes: Ref<Record<string, InternalThemeDefinition>>;
49
+ readonly isDisabled: boolean;
50
+ readonly themes: Ref<Record<string, InternalThemeDefinition>>;
51
+ readonly name: Readonly<Ref<string>>;
52
52
  readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
53
53
  readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
54
- themeClasses: Readonly<Ref<string | undefined>>;
55
- styles: Readonly<Ref<string>>;
54
+ readonly themeClasses: Readonly<Ref<string | undefined>>;
55
+ readonly styles: Readonly<Ref<string>>;
56
+ readonly global: {
57
+ readonly name: Ref<string>;
58
+ readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
59
+ };
56
60
  }
57
61
  declare function useTheme(): ThemeInstance;
58
62
 
@@ -398,12 +402,12 @@ declare type ContextualType = typeof allowedTypes[number];
398
402
  declare const VAlert: vue.DefineComponent<{
399
403
  color: StringConstructor;
400
404
  variant: Omit<{
401
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
405
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
402
406
  default: string;
403
407
  validator: (v: any) => boolean;
404
408
  }, "type" | "default"> & {
405
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
406
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
409
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
410
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
407
411
  };
408
412
  theme: StringConstructor;
409
413
  tag: {
@@ -468,12 +472,12 @@ declare const VAlert: vue.DefineComponent<{
468
472
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
469
473
  color: StringConstructor;
470
474
  variant: Omit<{
471
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
475
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
472
476
  default: string;
473
477
  validator: (v: any) => boolean;
474
478
  }, "type" | "default"> & {
475
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
476
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
479
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
480
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
477
481
  };
478
482
  theme: StringConstructor;
479
483
  tag: {
@@ -541,7 +545,7 @@ declare const VAlert: vue.DefineComponent<{
541
545
  rounded: string | number | boolean;
542
546
  prominent: boolean;
543
547
  density: "default" | "compact" | "comfortable" | null;
544
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
548
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
545
549
  modelValue: boolean;
546
550
  closable: boolean;
547
551
  closeIcon: IconValue;
@@ -623,6 +627,7 @@ declare const VInput: {
623
627
  default: () => never[];
624
628
  };
625
629
  modelValue: null;
630
+ validationValue: null;
626
631
  density: {
627
632
  type: PropType<"default" | "compact" | "comfortable" | null>;
628
633
  default: string;
@@ -680,6 +685,7 @@ declare const VInput: {
680
685
  default: () => never[];
681
686
  };
682
687
  modelValue: null;
688
+ validationValue: null;
683
689
  density: {
684
690
  type: PropType<"default" | "compact" | "comfortable" | null>;
685
691
  default: string;
@@ -759,6 +765,7 @@ declare const VInput: {
759
765
  default: () => never[];
760
766
  };
761
767
  modelValue: null;
768
+ validationValue: null;
762
769
  density: {
763
770
  type: PropType<"default" | "compact" | "comfortable" | null>;
764
771
  default: string;
@@ -810,6 +817,7 @@ declare const VInput: {
810
817
  default: () => never[];
811
818
  };
812
819
  modelValue: null;
820
+ validationValue: null;
813
821
  density: {
814
822
  type: PropType<"default" | "compact" | "comfortable" | null>;
815
823
  default: string;
@@ -884,7 +892,7 @@ declare const VField: {
884
892
  active: boolean;
885
893
  loading: boolean;
886
894
  disabled: boolean;
887
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
895
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
888
896
  focused: boolean;
889
897
  clearable: boolean;
890
898
  clearIcon: IconValue;
@@ -912,7 +920,7 @@ declare const VField: {
912
920
  reverse: BooleanConstructor;
913
921
  singleLine: BooleanConstructor;
914
922
  variant: {
915
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
923
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
916
924
  default: string;
917
925
  validator: (v: any) => boolean;
918
926
  };
@@ -964,7 +972,7 @@ declare const VField: {
964
972
  reverse: BooleanConstructor;
965
973
  singleLine: BooleanConstructor;
966
974
  variant: {
967
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
975
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
968
976
  default: string;
969
977
  validator: (v: any) => boolean;
970
978
  };
@@ -994,7 +1002,7 @@ declare const VField: {
994
1002
  active: boolean;
995
1003
  loading: boolean;
996
1004
  disabled: boolean;
997
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
1005
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
998
1006
  focused: boolean;
999
1007
  clearable: boolean;
1000
1008
  clearIcon: IconValue;
@@ -1042,7 +1050,7 @@ declare const VField: {
1042
1050
  reverse: BooleanConstructor;
1043
1051
  singleLine: BooleanConstructor;
1044
1052
  variant: {
1045
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
1053
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1046
1054
  default: string;
1047
1055
  validator: (v: any) => boolean;
1048
1056
  };
@@ -1086,7 +1094,7 @@ declare const VField: {
1086
1094
  reverse: BooleanConstructor;
1087
1095
  singleLine: BooleanConstructor;
1088
1096
  variant: {
1089
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
1097
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1090
1098
  default: string;
1091
1099
  validator: (v: any) => boolean;
1092
1100
  };
@@ -1116,7 +1124,7 @@ declare const VField: {
1116
1124
  active: boolean;
1117
1125
  loading: boolean;
1118
1126
  disabled: boolean;
1119
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
1127
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1120
1128
  focused: boolean;
1121
1129
  clearable: boolean;
1122
1130
  clearIcon: IconValue;
@@ -1132,6 +1140,40 @@ declare const VField: {
1132
1140
  });
1133
1141
  declare type VField = InstanceType<typeof VField>;
1134
1142
 
1143
+ interface ScrollStrategyData {
1144
+ root: Ref<HTMLElement | undefined>;
1145
+ contentEl: Ref<HTMLElement | undefined>;
1146
+ activatorEl: Ref<HTMLElement | undefined>;
1147
+ isActive: Ref<boolean>;
1148
+ updateLocation: Ref<((e: Event) => void) | undefined>;
1149
+ }
1150
+
1151
+ interface LocationStrategyData {
1152
+ contentEl: Ref<HTMLElement | undefined>;
1153
+ activatorEl: Ref<HTMLElement | undefined>;
1154
+ isActive: Ref<boolean>;
1155
+ }
1156
+ declare const locationStrategies: {
1157
+ static: typeof staticLocationStrategy;
1158
+ connected: typeof connectedLocationStrategy;
1159
+ };
1160
+ interface StrategyProps {
1161
+ locationStrategy: keyof typeof locationStrategies | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
1162
+ updateLocation: (e: Event) => void;
1163
+ });
1164
+ location: Anchor;
1165
+ origin: Anchor | 'auto' | 'overlap';
1166
+ offset?: number | string;
1167
+ maxHeight?: number | string;
1168
+ maxWidth?: number | string;
1169
+ minHeight?: number | string;
1170
+ minWidth?: number | string;
1171
+ }
1172
+ declare function staticLocationStrategy(): void;
1173
+ declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
1174
+ updateLocation: () => void;
1175
+ };
1176
+
1135
1177
  interface InternalItem {
1136
1178
  title: string;
1137
1179
  value: any;
@@ -1141,7 +1183,7 @@ interface InternalItem {
1141
1183
  value: any;
1142
1184
  };
1143
1185
  children?: InternalItem[];
1144
- originalItem: any;
1186
+ raw: any;
1145
1187
  }
1146
1188
 
1147
1189
  /**
@@ -1167,6 +1209,7 @@ declare const VAutocomplete: {
1167
1209
  transition: string | boolean | (vue.TransitionProps & {
1168
1210
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1169
1211
  });
1212
+ menu: boolean;
1170
1213
  eager: boolean;
1171
1214
  noDataText: string;
1172
1215
  itemTitle: SelectItemKey;
@@ -1226,10 +1269,176 @@ declare const VAutocomplete: {
1226
1269
  eager: BooleanConstructor;
1227
1270
  hideNoData: BooleanConstructor;
1228
1271
  hideSelected: BooleanConstructor;
1272
+ menu: BooleanConstructor;
1229
1273
  menuIcon: {
1230
1274
  type: vue.PropType<IconValue>;
1231
1275
  default: string;
1232
1276
  };
1277
+ menuProps: {
1278
+ type: vue.PropType<Partial<{
1279
+ transition: string | boolean | (vue.TransitionProps & {
1280
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1281
+ }) | {
1282
+ readonly component: vue.DefineComponent<{
1283
+ target: vue.PropType<HTMLElement>;
1284
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1285
+ target: vue.PropType<HTMLElement>;
1286
+ }>>, {}>;
1287
+ };
1288
+ modelValue: boolean;
1289
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1290
+ transition: Omit<{
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
+ }, "type" | "default"> & {
1297
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1298
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1299
+ }) | {
1300
+ readonly component: vue.DefineComponent<{
1301
+ target: vue.PropType<HTMLElement>;
1302
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1303
+ target: vue.PropType<HTMLElement>;
1304
+ }>>, {}>;
1305
+ }>;
1306
+ default: string | boolean | (vue.TransitionProps & {
1307
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1308
+ }) | {
1309
+ readonly component: vue.DefineComponent<{
1310
+ target: vue.PropType<HTMLElement>;
1311
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1312
+ target: vue.PropType<HTMLElement>;
1313
+ }>>, {}>;
1314
+ };
1315
+ };
1316
+ modelValue: BooleanConstructor;
1317
+ id: StringConstructor;
1318
+ } & SlotsToProps<MakeSlots<{
1319
+ default: [{
1320
+ isActive: vue.Ref<boolean>;
1321
+ }];
1322
+ activator: [{
1323
+ isActive: boolean;
1324
+ props: Record<string, any>;
1325
+ }];
1326
+ }>>>> & {
1327
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1328
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
1329
+ absolute: boolean;
1330
+ location: Anchor;
1331
+ origin: "auto" | Anchor | "overlap";
1332
+ transition: string | boolean | (vue.TransitionProps & {
1333
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1334
+ });
1335
+ zIndex: string | number;
1336
+ eager: boolean;
1337
+ disabled: boolean;
1338
+ modelValue: boolean;
1339
+ activatorProps: Record<string, any>;
1340
+ openOnClick: boolean;
1341
+ openOnHover: boolean;
1342
+ openOnFocus: boolean;
1343
+ closeOnContentClick: boolean;
1344
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1345
+ updateLocation: (e: Event) => void;
1346
+ } | undefined);
1347
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
1348
+ contained: boolean;
1349
+ noClickAnimation: boolean;
1350
+ persistent: boolean;
1351
+ closeOnBack: boolean;
1352
+ scrim: string | boolean;
1353
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1354
+ eager: BooleanConstructor;
1355
+ transition: {
1356
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1357
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1358
+ })>;
1359
+ default: string;
1360
+ validator: (val: unknown) => boolean;
1361
+ };
1362
+ theme: StringConstructor;
1363
+ scrollStrategy: {
1364
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
1365
+ default: string;
1366
+ validator: (val: any) => boolean;
1367
+ };
1368
+ locationStrategy: {
1369
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1370
+ updateLocation: (e: Event) => void;
1371
+ } | undefined)>;
1372
+ default: string;
1373
+ validator: (val: any) => boolean;
1374
+ };
1375
+ location: {
1376
+ type: vue.PropType<Anchor>;
1377
+ default: string;
1378
+ };
1379
+ origin: {
1380
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1381
+ default: string;
1382
+ };
1383
+ offset: (StringConstructor | NumberConstructor)[];
1384
+ height: (StringConstructor | NumberConstructor)[];
1385
+ maxHeight: (StringConstructor | NumberConstructor)[];
1386
+ maxWidth: (StringConstructor | NumberConstructor)[];
1387
+ minHeight: (StringConstructor | NumberConstructor)[];
1388
+ minWidth: (StringConstructor | NumberConstructor)[];
1389
+ width: (StringConstructor | NumberConstructor)[];
1390
+ closeDelay: (StringConstructor | NumberConstructor)[];
1391
+ openDelay: (StringConstructor | NumberConstructor)[];
1392
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1393
+ activatorProps: {
1394
+ type: vue.PropType<Record<string, any>>;
1395
+ default: () => {};
1396
+ };
1397
+ openOnClick: {
1398
+ type: BooleanConstructor;
1399
+ default: undefined;
1400
+ };
1401
+ openOnHover: BooleanConstructor;
1402
+ openOnFocus: {
1403
+ type: BooleanConstructor;
1404
+ default: undefined;
1405
+ };
1406
+ closeOnContentClick: BooleanConstructor;
1407
+ absolute: BooleanConstructor;
1408
+ attach: vue.PropType<string | boolean | Element>;
1409
+ closeOnBack: {
1410
+ type: BooleanConstructor;
1411
+ default: boolean;
1412
+ };
1413
+ contained: BooleanConstructor;
1414
+ contentClass: null;
1415
+ contentProps: null;
1416
+ disabled: BooleanConstructor;
1417
+ noClickAnimation: BooleanConstructor;
1418
+ modelValue: BooleanConstructor;
1419
+ persistent: BooleanConstructor;
1420
+ scrim: {
1421
+ type: (StringConstructor | BooleanConstructor)[];
1422
+ default: boolean;
1423
+ };
1424
+ zIndex: {
1425
+ type: (StringConstructor | NumberConstructor)[];
1426
+ default: number;
1427
+ };
1428
+ } & SlotsToProps<MakeSlots<{
1429
+ default: [{
1430
+ isActive: vue.Ref<boolean>;
1431
+ }];
1432
+ activator: [{
1433
+ isActive: boolean;
1434
+ props: Record<string, any>;
1435
+ }];
1436
+ }>>>> & {
1437
+ onAfterLeave?: (() => any) | undefined;
1438
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1439
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1440
+ } & 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">>;
1441
+ };
1233
1442
  modelValue: {
1234
1443
  type: null;
1235
1444
  default: () => never[];
@@ -1277,8 +1486,9 @@ declare const VAutocomplete: {
1277
1486
  'no-data': [];
1278
1487
  }>>>> & {
1279
1488
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
1489
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1280
1490
  "onUpdate:search"?: ((val: any) => any) | undefined;
1281
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
1491
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
1282
1492
  $attrs: {
1283
1493
  [x: string]: unknown;
1284
1494
  };
@@ -1290,7 +1500,7 @@ declare const VAutocomplete: {
1290
1500
  }>;
1291
1501
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1292
1502
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1293
- $emit: ((event: "click:clear", e: MouseEvent) => void) & ((event: "update:search", val: any) => void);
1503
+ $emit: ((event: "click:clear", e: MouseEvent) => void) & ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
1294
1504
  $el: any;
1295
1505
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1296
1506
  transition: Omit<{
@@ -1336,10 +1546,176 @@ declare const VAutocomplete: {
1336
1546
  eager: BooleanConstructor;
1337
1547
  hideNoData: BooleanConstructor;
1338
1548
  hideSelected: BooleanConstructor;
1549
+ menu: BooleanConstructor;
1339
1550
  menuIcon: {
1340
1551
  type: vue.PropType<IconValue>;
1341
1552
  default: string;
1342
1553
  };
1554
+ menuProps: {
1555
+ type: vue.PropType<Partial<{
1556
+ transition: string | boolean | (vue.TransitionProps & {
1557
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1558
+ }) | {
1559
+ readonly component: vue.DefineComponent<{
1560
+ target: vue.PropType<HTMLElement>;
1561
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1562
+ target: vue.PropType<HTMLElement>;
1563
+ }>>, {}>;
1564
+ };
1565
+ modelValue: boolean;
1566
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1567
+ transition: Omit<{
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
+ }, "type" | "default"> & {
1574
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1575
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1576
+ }) | {
1577
+ readonly component: vue.DefineComponent<{
1578
+ target: vue.PropType<HTMLElement>;
1579
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1580
+ target: vue.PropType<HTMLElement>;
1581
+ }>>, {}>;
1582
+ }>;
1583
+ default: string | boolean | (vue.TransitionProps & {
1584
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1585
+ }) | {
1586
+ readonly component: vue.DefineComponent<{
1587
+ target: vue.PropType<HTMLElement>;
1588
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1589
+ target: vue.PropType<HTMLElement>;
1590
+ }>>, {}>;
1591
+ };
1592
+ };
1593
+ modelValue: BooleanConstructor;
1594
+ id: StringConstructor;
1595
+ } & SlotsToProps<MakeSlots<{
1596
+ default: [{
1597
+ isActive: vue.Ref<boolean>;
1598
+ }];
1599
+ activator: [{
1600
+ isActive: boolean;
1601
+ props: Record<string, any>;
1602
+ }];
1603
+ }>>>> & {
1604
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1605
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
1606
+ absolute: boolean;
1607
+ location: Anchor;
1608
+ origin: "auto" | Anchor | "overlap";
1609
+ transition: string | boolean | (vue.TransitionProps & {
1610
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1611
+ });
1612
+ zIndex: string | number;
1613
+ eager: boolean;
1614
+ disabled: boolean;
1615
+ modelValue: boolean;
1616
+ activatorProps: Record<string, any>;
1617
+ openOnClick: boolean;
1618
+ openOnHover: boolean;
1619
+ openOnFocus: boolean;
1620
+ closeOnContentClick: boolean;
1621
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1622
+ updateLocation: (e: Event) => void;
1623
+ } | undefined);
1624
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
1625
+ contained: boolean;
1626
+ noClickAnimation: boolean;
1627
+ persistent: boolean;
1628
+ closeOnBack: boolean;
1629
+ scrim: string | boolean;
1630
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1631
+ eager: BooleanConstructor;
1632
+ transition: {
1633
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1634
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1635
+ })>;
1636
+ default: string;
1637
+ validator: (val: unknown) => boolean;
1638
+ };
1639
+ theme: StringConstructor;
1640
+ scrollStrategy: {
1641
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
1642
+ default: string;
1643
+ validator: (val: any) => boolean;
1644
+ };
1645
+ locationStrategy: {
1646
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1647
+ updateLocation: (e: Event) => void;
1648
+ } | undefined)>;
1649
+ default: string;
1650
+ validator: (val: any) => boolean;
1651
+ };
1652
+ location: {
1653
+ type: vue.PropType<Anchor>;
1654
+ default: string;
1655
+ };
1656
+ origin: {
1657
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1658
+ default: string;
1659
+ };
1660
+ offset: (StringConstructor | NumberConstructor)[];
1661
+ height: (StringConstructor | NumberConstructor)[];
1662
+ maxHeight: (StringConstructor | NumberConstructor)[];
1663
+ maxWidth: (StringConstructor | NumberConstructor)[];
1664
+ minHeight: (StringConstructor | NumberConstructor)[];
1665
+ minWidth: (StringConstructor | NumberConstructor)[];
1666
+ width: (StringConstructor | NumberConstructor)[];
1667
+ closeDelay: (StringConstructor | NumberConstructor)[];
1668
+ openDelay: (StringConstructor | NumberConstructor)[];
1669
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1670
+ activatorProps: {
1671
+ type: vue.PropType<Record<string, any>>;
1672
+ default: () => {};
1673
+ };
1674
+ openOnClick: {
1675
+ type: BooleanConstructor;
1676
+ default: undefined;
1677
+ };
1678
+ openOnHover: BooleanConstructor;
1679
+ openOnFocus: {
1680
+ type: BooleanConstructor;
1681
+ default: undefined;
1682
+ };
1683
+ closeOnContentClick: BooleanConstructor;
1684
+ absolute: BooleanConstructor;
1685
+ attach: vue.PropType<string | boolean | Element>;
1686
+ closeOnBack: {
1687
+ type: BooleanConstructor;
1688
+ default: boolean;
1689
+ };
1690
+ contained: BooleanConstructor;
1691
+ contentClass: null;
1692
+ contentProps: null;
1693
+ disabled: BooleanConstructor;
1694
+ noClickAnimation: BooleanConstructor;
1695
+ modelValue: BooleanConstructor;
1696
+ persistent: BooleanConstructor;
1697
+ scrim: {
1698
+ type: (StringConstructor | BooleanConstructor)[];
1699
+ default: boolean;
1700
+ };
1701
+ zIndex: {
1702
+ type: (StringConstructor | NumberConstructor)[];
1703
+ default: number;
1704
+ };
1705
+ } & SlotsToProps<MakeSlots<{
1706
+ default: [{
1707
+ isActive: vue.Ref<boolean>;
1708
+ }];
1709
+ activator: [{
1710
+ isActive: boolean;
1711
+ props: Record<string, any>;
1712
+ }];
1713
+ }>>>> & {
1714
+ onAfterLeave?: (() => any) | undefined;
1715
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1716
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1717
+ } & 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">>;
1718
+ };
1343
1719
  modelValue: {
1344
1720
  type: null;
1345
1721
  default: () => never[];
@@ -1387,15 +1763,18 @@ declare const VAutocomplete: {
1387
1763
  'no-data': [];
1388
1764
  }>>>> & {
1389
1765
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
1766
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1390
1767
  "onUpdate:search"?: ((val: any) => any) | undefined;
1391
1768
  }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1392
1769
  'click:clear': (e: MouseEvent) => boolean;
1393
1770
  'update:search': (val: any) => boolean;
1394
1771
  'update:modelValue': (val: any) => boolean;
1772
+ 'update:menu': (val: boolean) => boolean;
1395
1773
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
1396
1774
  transition: string | boolean | (vue.TransitionProps & {
1397
1775
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1398
1776
  });
1777
+ menu: boolean;
1399
1778
  eager: boolean;
1400
1779
  noDataText: string;
1401
1780
  itemTitle: SelectItemKey;
@@ -1475,10 +1854,176 @@ declare const VAutocomplete: {
1475
1854
  eager: BooleanConstructor;
1476
1855
  hideNoData: BooleanConstructor;
1477
1856
  hideSelected: BooleanConstructor;
1857
+ menu: BooleanConstructor;
1478
1858
  menuIcon: {
1479
1859
  type: vue.PropType<IconValue>;
1480
1860
  default: string;
1481
1861
  };
1862
+ menuProps: {
1863
+ type: vue.PropType<Partial<{
1864
+ transition: string | boolean | (vue.TransitionProps & {
1865
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1866
+ }) | {
1867
+ readonly component: vue.DefineComponent<{
1868
+ target: vue.PropType<HTMLElement>;
1869
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1870
+ target: vue.PropType<HTMLElement>;
1871
+ }>>, {}>;
1872
+ };
1873
+ modelValue: boolean;
1874
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1875
+ transition: Omit<{
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
+ }, "type" | "default"> & {
1882
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1883
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1884
+ }) | {
1885
+ readonly component: vue.DefineComponent<{
1886
+ target: vue.PropType<HTMLElement>;
1887
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1888
+ target: vue.PropType<HTMLElement>;
1889
+ }>>, {}>;
1890
+ }>;
1891
+ default: string | boolean | (vue.TransitionProps & {
1892
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1893
+ }) | {
1894
+ readonly component: vue.DefineComponent<{
1895
+ target: vue.PropType<HTMLElement>;
1896
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1897
+ target: vue.PropType<HTMLElement>;
1898
+ }>>, {}>;
1899
+ };
1900
+ };
1901
+ modelValue: BooleanConstructor;
1902
+ id: StringConstructor;
1903
+ } & SlotsToProps<MakeSlots<{
1904
+ default: [{
1905
+ isActive: vue.Ref<boolean>;
1906
+ }];
1907
+ activator: [{
1908
+ isActive: boolean;
1909
+ props: Record<string, any>;
1910
+ }];
1911
+ }>>>> & {
1912
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1913
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
1914
+ absolute: boolean;
1915
+ location: Anchor;
1916
+ origin: "auto" | Anchor | "overlap";
1917
+ transition: string | boolean | (vue.TransitionProps & {
1918
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1919
+ });
1920
+ zIndex: string | number;
1921
+ eager: boolean;
1922
+ disabled: boolean;
1923
+ modelValue: boolean;
1924
+ activatorProps: Record<string, any>;
1925
+ openOnClick: boolean;
1926
+ openOnHover: boolean;
1927
+ openOnFocus: boolean;
1928
+ closeOnContentClick: boolean;
1929
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1930
+ updateLocation: (e: Event) => void;
1931
+ } | undefined);
1932
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
1933
+ contained: boolean;
1934
+ noClickAnimation: boolean;
1935
+ persistent: boolean;
1936
+ closeOnBack: boolean;
1937
+ scrim: string | boolean;
1938
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
1939
+ eager: BooleanConstructor;
1940
+ transition: {
1941
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1942
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1943
+ })>;
1944
+ default: string;
1945
+ validator: (val: unknown) => boolean;
1946
+ };
1947
+ theme: StringConstructor;
1948
+ scrollStrategy: {
1949
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
1950
+ default: string;
1951
+ validator: (val: any) => boolean;
1952
+ };
1953
+ locationStrategy: {
1954
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1955
+ updateLocation: (e: Event) => void;
1956
+ } | undefined)>;
1957
+ default: string;
1958
+ validator: (val: any) => boolean;
1959
+ };
1960
+ location: {
1961
+ type: vue.PropType<Anchor>;
1962
+ default: string;
1963
+ };
1964
+ origin: {
1965
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1966
+ default: string;
1967
+ };
1968
+ offset: (StringConstructor | NumberConstructor)[];
1969
+ height: (StringConstructor | NumberConstructor)[];
1970
+ maxHeight: (StringConstructor | NumberConstructor)[];
1971
+ maxWidth: (StringConstructor | NumberConstructor)[];
1972
+ minHeight: (StringConstructor | NumberConstructor)[];
1973
+ minWidth: (StringConstructor | NumberConstructor)[];
1974
+ width: (StringConstructor | NumberConstructor)[];
1975
+ closeDelay: (StringConstructor | NumberConstructor)[];
1976
+ openDelay: (StringConstructor | NumberConstructor)[];
1977
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1978
+ activatorProps: {
1979
+ type: vue.PropType<Record<string, any>>;
1980
+ default: () => {};
1981
+ };
1982
+ openOnClick: {
1983
+ type: BooleanConstructor;
1984
+ default: undefined;
1985
+ };
1986
+ openOnHover: BooleanConstructor;
1987
+ openOnFocus: {
1988
+ type: BooleanConstructor;
1989
+ default: undefined;
1990
+ };
1991
+ closeOnContentClick: BooleanConstructor;
1992
+ absolute: BooleanConstructor;
1993
+ attach: vue.PropType<string | boolean | Element>;
1994
+ closeOnBack: {
1995
+ type: BooleanConstructor;
1996
+ default: boolean;
1997
+ };
1998
+ contained: BooleanConstructor;
1999
+ contentClass: null;
2000
+ contentProps: null;
2001
+ disabled: BooleanConstructor;
2002
+ noClickAnimation: BooleanConstructor;
2003
+ modelValue: BooleanConstructor;
2004
+ persistent: BooleanConstructor;
2005
+ scrim: {
2006
+ type: (StringConstructor | BooleanConstructor)[];
2007
+ default: boolean;
2008
+ };
2009
+ zIndex: {
2010
+ type: (StringConstructor | NumberConstructor)[];
2011
+ default: number;
2012
+ };
2013
+ } & SlotsToProps<MakeSlots<{
2014
+ default: [{
2015
+ isActive: vue.Ref<boolean>;
2016
+ }];
2017
+ activator: [{
2018
+ isActive: boolean;
2019
+ props: Record<string, any>;
2020
+ }];
2021
+ }>>>> & {
2022
+ onAfterLeave?: (() => any) | undefined;
2023
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2024
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
2025
+ } & 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">>;
2026
+ };
1482
2027
  modelValue: {
1483
2028
  type: null;
1484
2029
  default: () => never[];
@@ -1526,6 +2071,7 @@ declare const VAutocomplete: {
1526
2071
  'no-data': [];
1527
2072
  }>>>> & {
1528
2073
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
2074
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1529
2075
  "onUpdate:search"?: ((val: any) => any) | undefined;
1530
2076
  } & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
1531
2077
  __isFragment?: undefined;
@@ -1575,79 +2121,248 @@ declare const VAutocomplete: {
1575
2121
  eager: BooleanConstructor;
1576
2122
  hideNoData: BooleanConstructor;
1577
2123
  hideSelected: BooleanConstructor;
2124
+ menu: BooleanConstructor;
1578
2125
  menuIcon: {
1579
2126
  type: vue.PropType<IconValue>;
1580
2127
  default: string;
1581
2128
  };
1582
- modelValue: {
1583
- type: null;
1584
- default: () => never[];
1585
- };
1586
- multiple: BooleanConstructor;
1587
- noDataText: {
1588
- type: StringConstructor;
1589
- default: string;
1590
- };
1591
- openOnClear: BooleanConstructor;
1592
- customFilter: vue.PropType<FilterFunction>;
1593
- customKeyFilter: vue.PropType<FilterKeyFunctions>;
1594
- filterKeys: {
1595
- type: vue.PropType<(string & {}) | FilterKeys>;
1596
- default: (string & {}) | FilterKeys;
1597
- };
1598
- filterMode: {
1599
- type: vue.PropType<FilterMode>;
1600
- default: string;
1601
- };
1602
- noFilter: BooleanConstructor;
1603
- search: StringConstructor;
1604
- }, "multiple" | "items" | "onUpdate:modelValue" | "modelValue" | "returnObject"> & SlotsToProps<MakeSlots<{
1605
- default: [VInputSlot];
1606
- prepend: [VInputSlot];
1607
- append: [VInputSlot];
1608
- details: [VInputSlot];
1609
- }> & MakeSlots<{
1610
- clear: [];
1611
- prependInner: [DefaultInputSlot & VInputSlot];
1612
- appendInner: [DefaultInputSlot & VInputSlot];
1613
- label: [DefaultInputSlot & VInputSlot];
1614
- loader: [LoaderSlotProps];
1615
- default: [VFieldSlot];
1616
- }> & MakeSlots<{
1617
- chip: [{
1618
- item: unknown;
1619
- index: number;
1620
- props: Record<string, unknown>;
1621
- }];
1622
- selection: [{
1623
- item: unknown;
1624
- index: number;
1625
- }];
1626
- 'no-data': [];
1627
- }>>>> & {
1628
- "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
1629
- "onUpdate:search"?: ((val: any) => any) | undefined;
1630
- }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1631
- 'click:clear': (e: MouseEvent) => boolean;
1632
- 'update:search': (val: any) => boolean;
1633
- 'update:modelValue': (val: any) => boolean;
1634
- }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
1635
- transition: string | boolean | (vue.TransitionProps & {
1636
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1637
- });
1638
- eager: boolean;
1639
- noDataText: string;
1640
- itemTitle: SelectItemKey;
1641
- itemValue: SelectItemKey;
1642
- itemChildren: SelectItemKey;
1643
- itemProps: SelectItemKey;
1644
- chips: boolean;
1645
- closableChips: boolean;
1646
- hideNoData: boolean;
1647
- hideSelected: boolean;
1648
- menuIcon: IconValue;
1649
- openOnClear: boolean;
1650
- filterMode: FilterMode;
2129
+ menuProps: {
2130
+ type: vue.PropType<Partial<{
2131
+ transition: string | boolean | (vue.TransitionProps & {
2132
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2133
+ }) | {
2134
+ readonly component: vue.DefineComponent<{
2135
+ target: vue.PropType<HTMLElement>;
2136
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2137
+ target: vue.PropType<HTMLElement>;
2138
+ }>>, {}>;
2139
+ };
2140
+ modelValue: boolean;
2141
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
2142
+ transition: Omit<{
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
+ }, "type" | "default"> & {
2149
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2150
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2151
+ }) | {
2152
+ readonly component: vue.DefineComponent<{
2153
+ target: vue.PropType<HTMLElement>;
2154
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2155
+ target: vue.PropType<HTMLElement>;
2156
+ }>>, {}>;
2157
+ }>;
2158
+ default: string | boolean | (vue.TransitionProps & {
2159
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2160
+ }) | {
2161
+ readonly component: vue.DefineComponent<{
2162
+ target: vue.PropType<HTMLElement>;
2163
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2164
+ target: vue.PropType<HTMLElement>;
2165
+ }>>, {}>;
2166
+ };
2167
+ };
2168
+ modelValue: BooleanConstructor;
2169
+ id: StringConstructor;
2170
+ } & SlotsToProps<MakeSlots<{
2171
+ default: [{
2172
+ isActive: vue.Ref<boolean>;
2173
+ }];
2174
+ activator: [{
2175
+ isActive: boolean;
2176
+ props: Record<string, any>;
2177
+ }];
2178
+ }>>>> & {
2179
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2180
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
2181
+ absolute: boolean;
2182
+ location: Anchor;
2183
+ origin: "auto" | Anchor | "overlap";
2184
+ transition: string | boolean | (vue.TransitionProps & {
2185
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2186
+ });
2187
+ zIndex: string | number;
2188
+ eager: boolean;
2189
+ disabled: boolean;
2190
+ modelValue: boolean;
2191
+ activatorProps: Record<string, any>;
2192
+ openOnClick: boolean;
2193
+ openOnHover: boolean;
2194
+ openOnFocus: boolean;
2195
+ closeOnContentClick: boolean;
2196
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2197
+ updateLocation: (e: Event) => void;
2198
+ } | undefined);
2199
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
2200
+ contained: boolean;
2201
+ noClickAnimation: boolean;
2202
+ persistent: boolean;
2203
+ closeOnBack: boolean;
2204
+ scrim: string | boolean;
2205
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
2206
+ eager: BooleanConstructor;
2207
+ transition: {
2208
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2209
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2210
+ })>;
2211
+ default: string;
2212
+ validator: (val: unknown) => boolean;
2213
+ };
2214
+ theme: StringConstructor;
2215
+ scrollStrategy: {
2216
+ type: vue.PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
2217
+ default: string;
2218
+ validator: (val: any) => boolean;
2219
+ };
2220
+ locationStrategy: {
2221
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2222
+ updateLocation: (e: Event) => void;
2223
+ } | undefined)>;
2224
+ default: string;
2225
+ validator: (val: any) => boolean;
2226
+ };
2227
+ location: {
2228
+ type: vue.PropType<Anchor>;
2229
+ default: string;
2230
+ };
2231
+ origin: {
2232
+ type: vue.PropType<"auto" | Anchor | "overlap">;
2233
+ default: string;
2234
+ };
2235
+ offset: (StringConstructor | NumberConstructor)[];
2236
+ height: (StringConstructor | NumberConstructor)[];
2237
+ maxHeight: (StringConstructor | NumberConstructor)[];
2238
+ maxWidth: (StringConstructor | NumberConstructor)[];
2239
+ minHeight: (StringConstructor | NumberConstructor)[];
2240
+ minWidth: (StringConstructor | NumberConstructor)[];
2241
+ width: (StringConstructor | NumberConstructor)[];
2242
+ closeDelay: (StringConstructor | NumberConstructor)[];
2243
+ openDelay: (StringConstructor | NumberConstructor)[];
2244
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
2245
+ activatorProps: {
2246
+ type: vue.PropType<Record<string, any>>;
2247
+ default: () => {};
2248
+ };
2249
+ openOnClick: {
2250
+ type: BooleanConstructor;
2251
+ default: undefined;
2252
+ };
2253
+ openOnHover: BooleanConstructor;
2254
+ openOnFocus: {
2255
+ type: BooleanConstructor;
2256
+ default: undefined;
2257
+ };
2258
+ closeOnContentClick: BooleanConstructor;
2259
+ absolute: BooleanConstructor;
2260
+ attach: vue.PropType<string | boolean | Element>;
2261
+ closeOnBack: {
2262
+ type: BooleanConstructor;
2263
+ default: boolean;
2264
+ };
2265
+ contained: BooleanConstructor;
2266
+ contentClass: null;
2267
+ contentProps: null;
2268
+ disabled: BooleanConstructor;
2269
+ noClickAnimation: BooleanConstructor;
2270
+ modelValue: BooleanConstructor;
2271
+ persistent: BooleanConstructor;
2272
+ scrim: {
2273
+ type: (StringConstructor | BooleanConstructor)[];
2274
+ default: boolean;
2275
+ };
2276
+ zIndex: {
2277
+ type: (StringConstructor | NumberConstructor)[];
2278
+ default: number;
2279
+ };
2280
+ } & SlotsToProps<MakeSlots<{
2281
+ default: [{
2282
+ isActive: vue.Ref<boolean>;
2283
+ }];
2284
+ activator: [{
2285
+ isActive: boolean;
2286
+ props: Record<string, any>;
2287
+ }];
2288
+ }>>>> & {
2289
+ onAfterLeave?: (() => any) | undefined;
2290
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2291
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
2292
+ } & 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">>;
2293
+ };
2294
+ modelValue: {
2295
+ type: null;
2296
+ default: () => never[];
2297
+ };
2298
+ multiple: BooleanConstructor;
2299
+ noDataText: {
2300
+ type: StringConstructor;
2301
+ default: string;
2302
+ };
2303
+ openOnClear: BooleanConstructor;
2304
+ customFilter: vue.PropType<FilterFunction>;
2305
+ customKeyFilter: vue.PropType<FilterKeyFunctions>;
2306
+ filterKeys: {
2307
+ type: vue.PropType<(string & {}) | FilterKeys>;
2308
+ default: (string & {}) | FilterKeys;
2309
+ };
2310
+ filterMode: {
2311
+ type: vue.PropType<FilterMode>;
2312
+ default: string;
2313
+ };
2314
+ noFilter: BooleanConstructor;
2315
+ search: StringConstructor;
2316
+ }, "multiple" | "items" | "onUpdate:modelValue" | "modelValue" | "returnObject"> & SlotsToProps<MakeSlots<{
2317
+ default: [VInputSlot];
2318
+ prepend: [VInputSlot];
2319
+ append: [VInputSlot];
2320
+ details: [VInputSlot];
2321
+ }> & MakeSlots<{
2322
+ clear: [];
2323
+ prependInner: [DefaultInputSlot & VInputSlot];
2324
+ appendInner: [DefaultInputSlot & VInputSlot];
2325
+ label: [DefaultInputSlot & VInputSlot];
2326
+ loader: [LoaderSlotProps];
2327
+ default: [VFieldSlot];
2328
+ }> & MakeSlots<{
2329
+ chip: [{
2330
+ item: unknown;
2331
+ index: number;
2332
+ props: Record<string, unknown>;
2333
+ }];
2334
+ selection: [{
2335
+ item: unknown;
2336
+ index: number;
2337
+ }];
2338
+ 'no-data': [];
2339
+ }>>>> & {
2340
+ "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
2341
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
2342
+ "onUpdate:search"?: ((val: any) => any) | undefined;
2343
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2344
+ 'click:clear': (e: MouseEvent) => boolean;
2345
+ 'update:search': (val: any) => boolean;
2346
+ 'update:modelValue': (val: any) => boolean;
2347
+ 'update:menu': (val: boolean) => boolean;
2348
+ }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
2349
+ transition: string | boolean | (vue.TransitionProps & {
2350
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2351
+ });
2352
+ menu: boolean;
2353
+ eager: boolean;
2354
+ noDataText: string;
2355
+ itemTitle: SelectItemKey;
2356
+ itemValue: SelectItemKey;
2357
+ itemChildren: SelectItemKey;
2358
+ itemProps: SelectItemKey;
2359
+ chips: boolean;
2360
+ closableChips: boolean;
2361
+ hideNoData: boolean;
2362
+ hideSelected: boolean;
2363
+ menuIcon: IconValue;
2364
+ openOnClear: boolean;
2365
+ filterMode: FilterMode;
1651
2366
  noFilter: boolean;
1652
2367
  filterKeys: (string & {}) | FilterKeys;
1653
2368
  }> & 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>>() => {
@@ -2386,12 +3101,12 @@ interface GroupItemProvide {
2386
3101
  declare const VBtn: vue.DefineComponent<{
2387
3102
  color: StringConstructor;
2388
3103
  variant: Omit<{
2389
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3104
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2390
3105
  default: string;
2391
3106
  validator: (v: any) => boolean;
2392
3107
  }, "type" | "default"> & {
2393
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2394
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3108
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3109
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2395
3110
  };
2396
3111
  theme: StringConstructor;
2397
3112
  tag: Omit<{
@@ -2447,6 +3162,7 @@ declare const VBtn: vue.DefineComponent<{
2447
3162
  appendIcon: PropType<IconValue>;
2448
3163
  block: BooleanConstructor;
2449
3164
  stacked: BooleanConstructor;
3165
+ loading: BooleanConstructor;
2450
3166
  ripple: {
2451
3167
  type: BooleanConstructor;
2452
3168
  default: boolean;
@@ -2454,12 +3170,12 @@ declare const VBtn: vue.DefineComponent<{
2454
3170
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2455
3171
  color: StringConstructor;
2456
3172
  variant: Omit<{
2457
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3173
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2458
3174
  default: string;
2459
3175
  validator: (v: any) => boolean;
2460
3176
  }, "type" | "default"> & {
2461
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2462
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3177
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3178
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2463
3179
  };
2464
3180
  theme: StringConstructor;
2465
3181
  tag: Omit<{
@@ -2515,6 +3231,7 @@ declare const VBtn: vue.DefineComponent<{
2515
3231
  appendIcon: PropType<IconValue>;
2516
3232
  block: BooleanConstructor;
2517
3233
  stacked: BooleanConstructor;
3234
+ loading: BooleanConstructor;
2518
3235
  ripple: {
2519
3236
  type: BooleanConstructor;
2520
3237
  default: boolean;
@@ -2525,12 +3242,13 @@ declare const VBtn: vue.DefineComponent<{
2525
3242
  flat: boolean;
2526
3243
  active: boolean;
2527
3244
  block: boolean;
3245
+ loading: boolean;
2528
3246
  disabled: boolean;
2529
3247
  size: string | number;
2530
3248
  tag: string;
2531
3249
  rounded: string | number | boolean;
2532
3250
  density: "default" | "compact" | "comfortable" | null;
2533
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3251
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2534
3252
  stacked: boolean;
2535
3253
  ripple: boolean;
2536
3254
  }>;
@@ -2539,7 +3257,7 @@ declare type VBtn = InstanceType<typeof VBtn>;
2539
3257
  declare const VBtnGroup: vue.DefineComponent<{
2540
3258
  color: StringConstructor;
2541
3259
  variant: {
2542
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3260
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2543
3261
  default: string;
2544
3262
  validator: (v: any) => boolean;
2545
3263
  };
@@ -2566,7 +3284,7 @@ declare const VBtnGroup: vue.DefineComponent<{
2566
3284
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2567
3285
  color: StringConstructor;
2568
3286
  variant: {
2569
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3287
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2570
3288
  default: string;
2571
3289
  validator: (v: any) => boolean;
2572
3290
  };
@@ -2594,7 +3312,7 @@ declare const VBtnGroup: vue.DefineComponent<{
2594
3312
  tag: string;
2595
3313
  rounded: string | number | boolean;
2596
3314
  density: "default" | "compact" | "comfortable" | null;
2597
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3315
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2598
3316
  divided: boolean;
2599
3317
  }>;
2600
3318
 
@@ -2751,12 +3469,12 @@ declare const VBtnToggle: {
2751
3469
  declare const VCard: vue.DefineComponent<{
2752
3470
  color: StringConstructor;
2753
3471
  variant: Omit<{
2754
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3472
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2755
3473
  default: string;
2756
3474
  validator: (v: any) => boolean;
2757
3475
  }, "type" | "default"> & {
2758
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2759
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3476
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3477
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2760
3478
  };
2761
3479
  tag: {
2762
3480
  type: StringConstructor;
@@ -2807,12 +3525,12 @@ declare const VCard: vue.DefineComponent<{
2807
3525
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
2808
3526
  color: StringConstructor;
2809
3527
  variant: Omit<{
2810
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3528
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2811
3529
  default: string;
2812
3530
  validator: (v: any) => boolean;
2813
3531
  }, "type" | "default"> & {
2814
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
2815
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3532
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3533
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2816
3534
  };
2817
3535
  tag: {
2818
3536
  type: StringConstructor;
@@ -2868,7 +3586,7 @@ declare const VCard: vue.DefineComponent<{
2868
3586
  tag: string;
2869
3587
  rounded: string | number | boolean;
2870
3588
  density: "default" | "compact" | "comfortable" | null;
2871
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
3589
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2872
3590
  ripple: boolean;
2873
3591
  hover: boolean;
2874
3592
  }>;
@@ -3078,14 +3796,6 @@ declare const VCarouselItem: vue.DefineComponent<{
3078
3796
  declare type VCarouselItem = InstanceType<typeof VCarouselItem>;
3079
3797
 
3080
3798
  declare const VCheckbox: vue.DefineComponent<{
3081
- falseIcon: {
3082
- type: vue.PropType<IconValue>;
3083
- default: string;
3084
- };
3085
- trueIcon: {
3086
- type: vue.PropType<IconValue>;
3087
- default: string;
3088
- };
3089
3799
  density: {
3090
3800
  type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3091
3801
  default: string;
@@ -3098,6 +3808,14 @@ declare const VCheckbox: vue.DefineComponent<{
3098
3808
  id: StringConstructor;
3099
3809
  inline: BooleanConstructor;
3100
3810
  label: StringConstructor;
3811
+ falseIcon: {
3812
+ type: vue.PropType<(string & {}) | IconValue>;
3813
+ default: (string & {}) | IconValue;
3814
+ };
3815
+ trueIcon: {
3816
+ type: vue.PropType<(string & {}) | IconValue>;
3817
+ default: (string & {}) | IconValue;
3818
+ };
3101
3819
  ripple: {
3102
3820
  type: BooleanConstructor;
3103
3821
  default: boolean;
@@ -3117,6 +3835,11 @@ declare const VCheckbox: vue.DefineComponent<{
3117
3835
  type: vue.PropType<typeof deepEqual>;
3118
3836
  default: typeof deepEqual;
3119
3837
  };
3838
+ indeterminate: BooleanConstructor;
3839
+ indeterminateIcon: {
3840
+ type: vue.PropType<IconValue>;
3841
+ default: string;
3842
+ };
3120
3843
  errorMessages: {
3121
3844
  type: vue.PropType<string | string[]>;
3122
3845
  default: () => never[];
@@ -3129,6 +3852,7 @@ declare const VCheckbox: vue.DefineComponent<{
3129
3852
  type: vue.PropType<ValidationRule[]>;
3130
3853
  default: () => never[];
3131
3854
  };
3855
+ validationValue: null;
3132
3856
  appendIcon: vue.PropType<IconValue>;
3133
3857
  prependIcon: vue.PropType<IconValue>;
3134
3858
  hideDetails: vue.PropType<boolean | "auto">;
@@ -3141,24 +3865,9 @@ declare const VCheckbox: vue.DefineComponent<{
3141
3865
  default: string;
3142
3866
  validator: (v: any) => boolean;
3143
3867
  };
3144
- indeterminate: BooleanConstructor;
3145
- indeterminateIcon: {
3146
- type: vue.PropType<IconValue>;
3147
- default: string;
3148
- };
3149
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3150
- 'update:indeterminate': (val: boolean) => true;
3151
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3152
- falseIcon: {
3153
- type: vue.PropType<IconValue>;
3154
- default: string;
3155
- };
3156
- trueIcon: {
3157
- type: vue.PropType<IconValue>;
3158
- default: string;
3159
- };
3160
- density: {
3161
- type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3868
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3869
+ density: {
3870
+ type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3162
3871
  default: string;
3163
3872
  validator: (v: any) => boolean;
3164
3873
  };
@@ -3169,6 +3878,14 @@ declare const VCheckbox: vue.DefineComponent<{
3169
3878
  id: StringConstructor;
3170
3879
  inline: BooleanConstructor;
3171
3880
  label: StringConstructor;
3881
+ falseIcon: {
3882
+ type: vue.PropType<(string & {}) | IconValue>;
3883
+ default: (string & {}) | IconValue;
3884
+ };
3885
+ trueIcon: {
3886
+ type: vue.PropType<(string & {}) | IconValue>;
3887
+ default: (string & {}) | IconValue;
3888
+ };
3172
3889
  ripple: {
3173
3890
  type: BooleanConstructor;
3174
3891
  default: boolean;
@@ -3188,6 +3905,11 @@ declare const VCheckbox: vue.DefineComponent<{
3188
3905
  type: vue.PropType<typeof deepEqual>;
3189
3906
  default: typeof deepEqual;
3190
3907
  };
3908
+ indeterminate: BooleanConstructor;
3909
+ indeterminateIcon: {
3910
+ type: vue.PropType<IconValue>;
3911
+ default: string;
3912
+ };
3191
3913
  errorMessages: {
3192
3914
  type: vue.PropType<string | string[]>;
3193
3915
  default: () => never[];
@@ -3200,6 +3922,7 @@ declare const VCheckbox: vue.DefineComponent<{
3200
3922
  type: vue.PropType<ValidationRule[]>;
3201
3923
  default: () => never[];
3202
3924
  };
3925
+ validationValue: null;
3203
3926
  appendIcon: vue.PropType<IconValue>;
3204
3927
  prependIcon: vue.PropType<IconValue>;
3205
3928
  hideDetails: vue.PropType<boolean | "auto">;
@@ -3212,43 +3935,148 @@ declare const VCheckbox: vue.DefineComponent<{
3212
3935
  default: string;
3213
3936
  validator: (v: any) => boolean;
3214
3937
  };
3938
+ }>>, {
3939
+ inline: boolean;
3940
+ error: boolean;
3941
+ direction: "horizontal" | "vertical";
3942
+ disabled: boolean;
3943
+ multiple: boolean | null;
3944
+ readonly: boolean;
3945
+ indeterminate: boolean;
3946
+ messages: string | string[];
3947
+ density: "default" | "compact" | "comfortable" | null;
3948
+ ripple: boolean;
3949
+ errorMessages: string | string[];
3950
+ maxErrors: string | number;
3951
+ rules: ValidationRule[];
3952
+ falseIcon: (string & {}) | IconValue;
3953
+ trueIcon: (string & {}) | IconValue;
3954
+ valueComparator: typeof deepEqual;
3955
+ indeterminateIcon: IconValue;
3956
+ }>;
3957
+ declare type VCheckbox = InstanceType<typeof VCheckbox>;
3958
+
3959
+ declare const VCheckboxBtn: vue.DefineComponent<{
3960
+ density: {
3961
+ type: vue.PropType<"default" | "compact" | "comfortable" | null>;
3962
+ default: string;
3963
+ validator: (v: any) => boolean;
3964
+ };
3965
+ theme: StringConstructor;
3966
+ color: StringConstructor;
3967
+ disabled: BooleanConstructor;
3968
+ error: BooleanConstructor;
3969
+ id: StringConstructor;
3970
+ inline: BooleanConstructor;
3971
+ label: StringConstructor;
3972
+ falseIcon: {
3973
+ type: vue.PropType<(string & {}) | IconValue>;
3974
+ default: (string & {}) | IconValue;
3975
+ };
3976
+ trueIcon: {
3977
+ type: vue.PropType<(string & {}) | IconValue>;
3978
+ default: (string & {}) | IconValue;
3979
+ };
3980
+ ripple: {
3981
+ type: BooleanConstructor;
3982
+ default: boolean;
3983
+ };
3984
+ multiple: {
3985
+ type: vue.PropType<boolean | null>;
3986
+ default: null;
3987
+ };
3988
+ name: StringConstructor;
3989
+ readonly: BooleanConstructor;
3990
+ trueValue: null;
3991
+ falseValue: null;
3992
+ modelValue: null;
3993
+ type: StringConstructor;
3994
+ value: null;
3995
+ valueComparator: {
3996
+ type: vue.PropType<typeof deepEqual>;
3997
+ default: typeof deepEqual;
3998
+ };
3999
+ indeterminate: BooleanConstructor;
4000
+ indeterminateIcon: {
4001
+ type: vue.PropType<IconValue>;
4002
+ default: string;
4003
+ };
4004
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4005
+ 'update:modelValue': (value: any) => true;
4006
+ 'update:indeterminate': (val: boolean) => true;
4007
+ }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ExtractPropTypes<{
4008
+ density: {
4009
+ type: vue.PropType<"default" | "compact" | "comfortable" | null>;
4010
+ default: string;
4011
+ validator: (v: any) => boolean;
4012
+ };
4013
+ theme: StringConstructor;
4014
+ color: StringConstructor;
4015
+ disabled: BooleanConstructor;
4016
+ error: BooleanConstructor;
4017
+ id: StringConstructor;
4018
+ inline: BooleanConstructor;
4019
+ label: StringConstructor;
4020
+ falseIcon: {
4021
+ type: vue.PropType<(string & {}) | IconValue>;
4022
+ default: (string & {}) | IconValue;
4023
+ };
4024
+ trueIcon: {
4025
+ type: vue.PropType<(string & {}) | IconValue>;
4026
+ default: (string & {}) | IconValue;
4027
+ };
4028
+ ripple: {
4029
+ type: BooleanConstructor;
4030
+ default: boolean;
4031
+ };
4032
+ multiple: {
4033
+ type: vue.PropType<boolean | null>;
4034
+ default: null;
4035
+ };
4036
+ name: StringConstructor;
4037
+ readonly: BooleanConstructor;
4038
+ trueValue: null;
4039
+ falseValue: null;
4040
+ modelValue: null;
4041
+ type: StringConstructor;
4042
+ value: null;
4043
+ valueComparator: {
4044
+ type: vue.PropType<typeof deepEqual>;
4045
+ default: typeof deepEqual;
4046
+ };
3215
4047
  indeterminate: BooleanConstructor;
3216
4048
  indeterminateIcon: {
3217
4049
  type: vue.PropType<IconValue>;
3218
4050
  default: string;
3219
4051
  };
3220
4052
  }>> & {
4053
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
3221
4054
  "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
3222
4055
  }, {
3223
4056
  inline: boolean;
3224
4057
  error: boolean;
3225
- direction: "horizontal" | "vertical";
3226
4058
  disabled: boolean;
3227
4059
  multiple: boolean | null;
3228
4060
  readonly: boolean;
3229
4061
  indeterminate: boolean;
3230
- messages: string | string[];
3231
4062
  density: "default" | "compact" | "comfortable" | null;
3232
4063
  ripple: boolean;
4064
+ falseIcon: (string & {}) | IconValue;
4065
+ trueIcon: (string & {}) | IconValue;
3233
4066
  valueComparator: typeof deepEqual;
3234
- errorMessages: string | string[];
3235
- maxErrors: string | number;
3236
- rules: ValidationRule[];
3237
- falseIcon: IconValue;
3238
- trueIcon: IconValue;
3239
4067
  indeterminateIcon: IconValue;
3240
4068
  }>;
3241
- declare type VCheckbox = InstanceType<typeof VCheckbox>;
4069
+ declare type VCheckboxBtn = InstanceType<typeof VCheckboxBtn>;
3242
4070
 
3243
4071
  declare const VChip: vue.DefineComponent<{
3244
4072
  color: StringConstructor;
3245
4073
  variant: Omit<{
3246
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4074
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3247
4075
  default: string;
3248
4076
  validator: (v: any) => boolean;
3249
4077
  }, "type" | "default"> & {
3250
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3251
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4078
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4079
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3252
4080
  };
3253
4081
  theme: StringConstructor;
3254
4082
  tag: Omit<{
@@ -3321,12 +4149,12 @@ declare const VChip: vue.DefineComponent<{
3321
4149
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3322
4150
  color: StringConstructor;
3323
4151
  variant: Omit<{
3324
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4152
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3325
4153
  default: string;
3326
4154
  validator: (v: any) => boolean;
3327
4155
  }, "type" | "default"> & {
3328
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3329
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4156
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4157
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3330
4158
  };
3331
4159
  theme: StringConstructor;
3332
4160
  tag: Omit<{
@@ -3407,7 +4235,7 @@ declare const VChip: vue.DefineComponent<{
3407
4235
  tag: string;
3408
4236
  rounded: string | number | boolean;
3409
4237
  density: "default" | "compact" | "comfortable" | null;
3410
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4238
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3411
4239
  modelValue: boolean;
3412
4240
  ripple: boolean;
3413
4241
  closable: boolean;
@@ -3421,12 +4249,12 @@ declare type VChip = InstanceType<typeof VChip>;
3421
4249
  declare const VChipGroup: vue.DefineComponent<{
3422
4250
  color: StringConstructor;
3423
4251
  variant: Omit<{
3424
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4252
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3425
4253
  default: string;
3426
4254
  validator: (v: any) => boolean;
3427
4255
  }, "type" | "default"> & {
3428
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3429
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4256
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4257
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3430
4258
  };
3431
4259
  theme: StringConstructor;
3432
4260
  tag: {
@@ -3456,12 +4284,12 @@ declare const VChipGroup: vue.DefineComponent<{
3456
4284
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3457
4285
  color: StringConstructor;
3458
4286
  variant: Omit<{
3459
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
4287
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3460
4288
  default: string;
3461
4289
  validator: (v: any) => boolean;
3462
4290
  }, "type" | "default"> & {
3463
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
3464
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4291
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4292
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3465
4293
  };
3466
4294
  theme: StringConstructor;
3467
4295
  tag: {
@@ -3494,7 +4322,7 @@ declare const VChipGroup: vue.DefineComponent<{
3494
4322
  multiple: boolean;
3495
4323
  tag: string;
3496
4324
  column: boolean;
3497
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
4325
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
3498
4326
  modelValue: any;
3499
4327
  selectedClass: string;
3500
4328
  valueComparator: typeof deepEqual;
@@ -3640,6 +4468,7 @@ declare const VCombobox: {
3640
4468
  transition: string | boolean | (vue.TransitionProps & {
3641
4469
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
3642
4470
  });
4471
+ menu: boolean;
3643
4472
  eager: boolean;
3644
4473
  noDataText: string;
3645
4474
  itemTitle: SelectItemKey;
@@ -3705,10 +4534,176 @@ declare const VCombobox: {
3705
4534
  default: boolean;
3706
4535
  };
3707
4536
  hideSelected: BooleanConstructor;
4537
+ menu: BooleanConstructor;
3708
4538
  menuIcon: {
3709
4539
  type: PropType<IconValue>;
3710
4540
  default: string;
3711
4541
  };
4542
+ menuProps: {
4543
+ type: PropType<Partial<{
4544
+ transition: string | boolean | (vue.TransitionProps & {
4545
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4546
+ }) | {
4547
+ readonly component: vue.DefineComponent<{
4548
+ target: PropType<HTMLElement>;
4549
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4550
+ target: PropType<HTMLElement>;
4551
+ }>>, {}>;
4552
+ };
4553
+ modelValue: boolean;
4554
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4555
+ transition: Omit<{
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
+ }, "type" | "default"> & {
4562
+ type: PropType<string | boolean | (vue.TransitionProps & {
4563
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4564
+ }) | {
4565
+ readonly component: vue.DefineComponent<{
4566
+ target: PropType<HTMLElement>;
4567
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4568
+ target: PropType<HTMLElement>;
4569
+ }>>, {}>;
4570
+ }>;
4571
+ default: string | boolean | (vue.TransitionProps & {
4572
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4573
+ }) | {
4574
+ readonly component: vue.DefineComponent<{
4575
+ target: PropType<HTMLElement>;
4576
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4577
+ target: PropType<HTMLElement>;
4578
+ }>>, {}>;
4579
+ };
4580
+ };
4581
+ modelValue: BooleanConstructor;
4582
+ id: StringConstructor;
4583
+ } & SlotsToProps<MakeSlots<{
4584
+ default: [{
4585
+ isActive: vue.Ref<boolean>;
4586
+ }];
4587
+ activator: [{
4588
+ isActive: boolean;
4589
+ props: Record<string, any>;
4590
+ }];
4591
+ }>>>> & {
4592
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4593
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
4594
+ absolute: boolean;
4595
+ location: Anchor;
4596
+ origin: "auto" | Anchor | "overlap";
4597
+ transition: string | boolean | (vue.TransitionProps & {
4598
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4599
+ });
4600
+ zIndex: string | number;
4601
+ eager: boolean;
4602
+ disabled: boolean;
4603
+ modelValue: boolean;
4604
+ activatorProps: Record<string, any>;
4605
+ openOnClick: boolean;
4606
+ openOnHover: boolean;
4607
+ openOnFocus: boolean;
4608
+ closeOnContentClick: boolean;
4609
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4610
+ updateLocation: (e: Event) => void;
4611
+ } | undefined);
4612
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
4613
+ contained: boolean;
4614
+ noClickAnimation: boolean;
4615
+ persistent: boolean;
4616
+ closeOnBack: boolean;
4617
+ scrim: string | boolean;
4618
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4619
+ eager: BooleanConstructor;
4620
+ transition: {
4621
+ type: PropType<string | boolean | (vue.TransitionProps & {
4622
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4623
+ })>;
4624
+ default: string;
4625
+ validator: (val: unknown) => boolean;
4626
+ };
4627
+ theme: StringConstructor;
4628
+ scrollStrategy: {
4629
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
4630
+ default: string;
4631
+ validator: (val: any) => boolean;
4632
+ };
4633
+ locationStrategy: {
4634
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4635
+ updateLocation: (e: Event) => void;
4636
+ } | undefined)>;
4637
+ default: string;
4638
+ validator: (val: any) => boolean;
4639
+ };
4640
+ location: {
4641
+ type: PropType<Anchor>;
4642
+ default: string;
4643
+ };
4644
+ origin: {
4645
+ type: PropType<"auto" | Anchor | "overlap">;
4646
+ default: string;
4647
+ };
4648
+ offset: (StringConstructor | NumberConstructor)[];
4649
+ height: (StringConstructor | NumberConstructor)[];
4650
+ maxHeight: (StringConstructor | NumberConstructor)[];
4651
+ maxWidth: (StringConstructor | NumberConstructor)[];
4652
+ minHeight: (StringConstructor | NumberConstructor)[];
4653
+ minWidth: (StringConstructor | NumberConstructor)[];
4654
+ width: (StringConstructor | NumberConstructor)[];
4655
+ closeDelay: (StringConstructor | NumberConstructor)[];
4656
+ openDelay: (StringConstructor | NumberConstructor)[];
4657
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
4658
+ activatorProps: {
4659
+ type: PropType<Record<string, any>>;
4660
+ default: () => {};
4661
+ };
4662
+ openOnClick: {
4663
+ type: BooleanConstructor;
4664
+ default: undefined;
4665
+ };
4666
+ openOnHover: BooleanConstructor;
4667
+ openOnFocus: {
4668
+ type: BooleanConstructor;
4669
+ default: undefined;
4670
+ };
4671
+ closeOnContentClick: BooleanConstructor;
4672
+ absolute: BooleanConstructor;
4673
+ attach: PropType<string | boolean | Element>;
4674
+ closeOnBack: {
4675
+ type: BooleanConstructor;
4676
+ default: boolean;
4677
+ };
4678
+ contained: BooleanConstructor;
4679
+ contentClass: null;
4680
+ contentProps: null;
4681
+ disabled: BooleanConstructor;
4682
+ noClickAnimation: BooleanConstructor;
4683
+ modelValue: BooleanConstructor;
4684
+ persistent: BooleanConstructor;
4685
+ scrim: {
4686
+ type: (StringConstructor | BooleanConstructor)[];
4687
+ default: boolean;
4688
+ };
4689
+ zIndex: {
4690
+ type: (StringConstructor | NumberConstructor)[];
4691
+ default: number;
4692
+ };
4693
+ } & SlotsToProps<MakeSlots<{
4694
+ default: [{
4695
+ isActive: vue.Ref<boolean>;
4696
+ }];
4697
+ activator: [{
4698
+ isActive: boolean;
4699
+ props: Record<string, any>;
4700
+ }];
4701
+ }>>>> & {
4702
+ onAfterLeave?: (() => any) | undefined;
4703
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4704
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
4705
+ } & 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">>;
4706
+ };
3712
4707
  modelValue: {
3713
4708
  type: null;
3714
4709
  default: () => never[];
@@ -3755,8 +4750,9 @@ declare const VCombobox: {
3755
4750
  }];
3756
4751
  'no-data': [];
3757
4752
  }>>>> & {
4753
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3758
4754
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
3759
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
4755
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
3760
4756
  $attrs: {
3761
4757
  [x: string]: unknown;
3762
4758
  };
@@ -3768,7 +4764,7 @@ declare const VCombobox: {
3768
4764
  }>;
3769
4765
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3770
4766
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3771
- $emit: (event: "update:searchInput", val: string) => void;
4767
+ $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:searchInput", val: string) => void);
3772
4768
  $el: any;
3773
4769
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
3774
4770
  transition: Omit<{
@@ -3820,10 +4816,176 @@ declare const VCombobox: {
3820
4816
  default: boolean;
3821
4817
  };
3822
4818
  hideSelected: BooleanConstructor;
4819
+ menu: BooleanConstructor;
3823
4820
  menuIcon: {
3824
4821
  type: PropType<IconValue>;
3825
4822
  default: string;
3826
4823
  };
4824
+ menuProps: {
4825
+ type: PropType<Partial<{
4826
+ transition: string | boolean | (vue.TransitionProps & {
4827
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4828
+ }) | {
4829
+ readonly component: vue.DefineComponent<{
4830
+ target: PropType<HTMLElement>;
4831
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4832
+ target: PropType<HTMLElement>;
4833
+ }>>, {}>;
4834
+ };
4835
+ modelValue: boolean;
4836
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4837
+ transition: Omit<{
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
+ }, "type" | "default"> & {
4844
+ type: PropType<string | boolean | (vue.TransitionProps & {
4845
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4846
+ }) | {
4847
+ readonly component: vue.DefineComponent<{
4848
+ target: PropType<HTMLElement>;
4849
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4850
+ target: PropType<HTMLElement>;
4851
+ }>>, {}>;
4852
+ }>;
4853
+ default: string | boolean | (vue.TransitionProps & {
4854
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4855
+ }) | {
4856
+ readonly component: vue.DefineComponent<{
4857
+ target: PropType<HTMLElement>;
4858
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4859
+ target: PropType<HTMLElement>;
4860
+ }>>, {}>;
4861
+ };
4862
+ };
4863
+ modelValue: BooleanConstructor;
4864
+ id: StringConstructor;
4865
+ } & SlotsToProps<MakeSlots<{
4866
+ default: [{
4867
+ isActive: vue.Ref<boolean>;
4868
+ }];
4869
+ activator: [{
4870
+ isActive: boolean;
4871
+ props: Record<string, any>;
4872
+ }];
4873
+ }>>>> & {
4874
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4875
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
4876
+ absolute: boolean;
4877
+ location: Anchor;
4878
+ origin: "auto" | Anchor | "overlap";
4879
+ transition: string | boolean | (vue.TransitionProps & {
4880
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4881
+ });
4882
+ zIndex: string | number;
4883
+ eager: boolean;
4884
+ disabled: boolean;
4885
+ modelValue: boolean;
4886
+ activatorProps: Record<string, any>;
4887
+ openOnClick: boolean;
4888
+ openOnHover: boolean;
4889
+ openOnFocus: boolean;
4890
+ closeOnContentClick: boolean;
4891
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4892
+ updateLocation: (e: Event) => void;
4893
+ } | undefined);
4894
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
4895
+ contained: boolean;
4896
+ noClickAnimation: boolean;
4897
+ persistent: boolean;
4898
+ closeOnBack: boolean;
4899
+ scrim: string | boolean;
4900
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
4901
+ eager: BooleanConstructor;
4902
+ transition: {
4903
+ type: PropType<string | boolean | (vue.TransitionProps & {
4904
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4905
+ })>;
4906
+ default: string;
4907
+ validator: (val: unknown) => boolean;
4908
+ };
4909
+ theme: StringConstructor;
4910
+ scrollStrategy: {
4911
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
4912
+ default: string;
4913
+ validator: (val: any) => boolean;
4914
+ };
4915
+ locationStrategy: {
4916
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
4917
+ updateLocation: (e: Event) => void;
4918
+ } | undefined)>;
4919
+ default: string;
4920
+ validator: (val: any) => boolean;
4921
+ };
4922
+ location: {
4923
+ type: PropType<Anchor>;
4924
+ default: string;
4925
+ };
4926
+ origin: {
4927
+ type: PropType<"auto" | Anchor | "overlap">;
4928
+ default: string;
4929
+ };
4930
+ offset: (StringConstructor | NumberConstructor)[];
4931
+ height: (StringConstructor | NumberConstructor)[];
4932
+ maxHeight: (StringConstructor | NumberConstructor)[];
4933
+ maxWidth: (StringConstructor | NumberConstructor)[];
4934
+ minHeight: (StringConstructor | NumberConstructor)[];
4935
+ minWidth: (StringConstructor | NumberConstructor)[];
4936
+ width: (StringConstructor | NumberConstructor)[];
4937
+ closeDelay: (StringConstructor | NumberConstructor)[];
4938
+ openDelay: (StringConstructor | NumberConstructor)[];
4939
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
4940
+ activatorProps: {
4941
+ type: PropType<Record<string, any>>;
4942
+ default: () => {};
4943
+ };
4944
+ openOnClick: {
4945
+ type: BooleanConstructor;
4946
+ default: undefined;
4947
+ };
4948
+ openOnHover: BooleanConstructor;
4949
+ openOnFocus: {
4950
+ type: BooleanConstructor;
4951
+ default: undefined;
4952
+ };
4953
+ closeOnContentClick: BooleanConstructor;
4954
+ absolute: BooleanConstructor;
4955
+ attach: PropType<string | boolean | Element>;
4956
+ closeOnBack: {
4957
+ type: BooleanConstructor;
4958
+ default: boolean;
4959
+ };
4960
+ contained: BooleanConstructor;
4961
+ contentClass: null;
4962
+ contentProps: null;
4963
+ disabled: BooleanConstructor;
4964
+ noClickAnimation: BooleanConstructor;
4965
+ modelValue: BooleanConstructor;
4966
+ persistent: BooleanConstructor;
4967
+ scrim: {
4968
+ type: (StringConstructor | BooleanConstructor)[];
4969
+ default: boolean;
4970
+ };
4971
+ zIndex: {
4972
+ type: (StringConstructor | NumberConstructor)[];
4973
+ default: number;
4974
+ };
4975
+ } & SlotsToProps<MakeSlots<{
4976
+ default: [{
4977
+ isActive: vue.Ref<boolean>;
4978
+ }];
4979
+ activator: [{
4980
+ isActive: boolean;
4981
+ props: Record<string, any>;
4982
+ }];
4983
+ }>>>> & {
4984
+ onAfterLeave?: (() => any) | undefined;
4985
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4986
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
4987
+ } & 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">>;
4988
+ };
3827
4989
  modelValue: {
3828
4990
  type: null;
3829
4991
  default: () => never[];
@@ -3870,14 +5032,17 @@ declare const VCombobox: {
3870
5032
  }];
3871
5033
  'no-data': [];
3872
5034
  }>>>> & {
5035
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3873
5036
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
3874
5037
  }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3875
5038
  'update:modelValue': (val: any) => boolean;
3876
5039
  'update:searchInput': (val: string) => boolean;
5040
+ 'update:menu': (val: boolean) => boolean;
3877
5041
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
3878
5042
  transition: string | boolean | (vue.TransitionProps & {
3879
5043
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
3880
5044
  });
5045
+ menu: boolean;
3881
5046
  eager: boolean;
3882
5047
  noDataText: string;
3883
5048
  itemTitle: SelectItemKey;
@@ -3963,10 +5128,176 @@ declare const VCombobox: {
3963
5128
  default: boolean;
3964
5129
  };
3965
5130
  hideSelected: BooleanConstructor;
5131
+ menu: BooleanConstructor;
3966
5132
  menuIcon: {
3967
5133
  type: PropType<IconValue>;
3968
5134
  default: string;
3969
5135
  };
5136
+ menuProps: {
5137
+ type: PropType<Partial<{
5138
+ transition: string | boolean | (vue.TransitionProps & {
5139
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5140
+ }) | {
5141
+ readonly component: vue.DefineComponent<{
5142
+ target: PropType<HTMLElement>;
5143
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5144
+ target: PropType<HTMLElement>;
5145
+ }>>, {}>;
5146
+ };
5147
+ modelValue: boolean;
5148
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5149
+ transition: Omit<{
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
+ }, "type" | "default"> & {
5156
+ type: PropType<string | boolean | (vue.TransitionProps & {
5157
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5158
+ }) | {
5159
+ readonly component: vue.DefineComponent<{
5160
+ target: PropType<HTMLElement>;
5161
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5162
+ target: PropType<HTMLElement>;
5163
+ }>>, {}>;
5164
+ }>;
5165
+ default: string | boolean | (vue.TransitionProps & {
5166
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5167
+ }) | {
5168
+ readonly component: vue.DefineComponent<{
5169
+ target: PropType<HTMLElement>;
5170
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5171
+ target: PropType<HTMLElement>;
5172
+ }>>, {}>;
5173
+ };
5174
+ };
5175
+ modelValue: BooleanConstructor;
5176
+ id: StringConstructor;
5177
+ } & SlotsToProps<MakeSlots<{
5178
+ default: [{
5179
+ isActive: vue.Ref<boolean>;
5180
+ }];
5181
+ activator: [{
5182
+ isActive: boolean;
5183
+ props: Record<string, any>;
5184
+ }];
5185
+ }>>>> & {
5186
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5187
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
5188
+ absolute: boolean;
5189
+ location: Anchor;
5190
+ origin: "auto" | Anchor | "overlap";
5191
+ transition: string | boolean | (vue.TransitionProps & {
5192
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5193
+ });
5194
+ zIndex: string | number;
5195
+ eager: boolean;
5196
+ disabled: boolean;
5197
+ modelValue: boolean;
5198
+ activatorProps: Record<string, any>;
5199
+ openOnClick: boolean;
5200
+ openOnHover: boolean;
5201
+ openOnFocus: boolean;
5202
+ closeOnContentClick: boolean;
5203
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5204
+ updateLocation: (e: Event) => void;
5205
+ } | undefined);
5206
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
5207
+ contained: boolean;
5208
+ noClickAnimation: boolean;
5209
+ persistent: boolean;
5210
+ closeOnBack: boolean;
5211
+ scrim: string | boolean;
5212
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5213
+ eager: BooleanConstructor;
5214
+ transition: {
5215
+ type: PropType<string | boolean | (vue.TransitionProps & {
5216
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5217
+ })>;
5218
+ default: string;
5219
+ validator: (val: unknown) => boolean;
5220
+ };
5221
+ theme: StringConstructor;
5222
+ scrollStrategy: {
5223
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
5224
+ default: string;
5225
+ validator: (val: any) => boolean;
5226
+ };
5227
+ locationStrategy: {
5228
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5229
+ updateLocation: (e: Event) => void;
5230
+ } | undefined)>;
5231
+ default: string;
5232
+ validator: (val: any) => boolean;
5233
+ };
5234
+ location: {
5235
+ type: PropType<Anchor>;
5236
+ default: string;
5237
+ };
5238
+ origin: {
5239
+ type: PropType<"auto" | Anchor | "overlap">;
5240
+ default: string;
5241
+ };
5242
+ offset: (StringConstructor | NumberConstructor)[];
5243
+ height: (StringConstructor | NumberConstructor)[];
5244
+ maxHeight: (StringConstructor | NumberConstructor)[];
5245
+ maxWidth: (StringConstructor | NumberConstructor)[];
5246
+ minHeight: (StringConstructor | NumberConstructor)[];
5247
+ minWidth: (StringConstructor | NumberConstructor)[];
5248
+ width: (StringConstructor | NumberConstructor)[];
5249
+ closeDelay: (StringConstructor | NumberConstructor)[];
5250
+ openDelay: (StringConstructor | NumberConstructor)[];
5251
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
5252
+ activatorProps: {
5253
+ type: PropType<Record<string, any>>;
5254
+ default: () => {};
5255
+ };
5256
+ openOnClick: {
5257
+ type: BooleanConstructor;
5258
+ default: undefined;
5259
+ };
5260
+ openOnHover: BooleanConstructor;
5261
+ openOnFocus: {
5262
+ type: BooleanConstructor;
5263
+ default: undefined;
5264
+ };
5265
+ closeOnContentClick: BooleanConstructor;
5266
+ absolute: BooleanConstructor;
5267
+ attach: PropType<string | boolean | Element>;
5268
+ closeOnBack: {
5269
+ type: BooleanConstructor;
5270
+ default: boolean;
5271
+ };
5272
+ contained: BooleanConstructor;
5273
+ contentClass: null;
5274
+ contentProps: null;
5275
+ disabled: BooleanConstructor;
5276
+ noClickAnimation: BooleanConstructor;
5277
+ modelValue: BooleanConstructor;
5278
+ persistent: BooleanConstructor;
5279
+ scrim: {
5280
+ type: (StringConstructor | BooleanConstructor)[];
5281
+ default: boolean;
5282
+ };
5283
+ zIndex: {
5284
+ type: (StringConstructor | NumberConstructor)[];
5285
+ default: number;
5286
+ };
5287
+ } & SlotsToProps<MakeSlots<{
5288
+ default: [{
5289
+ isActive: vue.Ref<boolean>;
5290
+ }];
5291
+ activator: [{
5292
+ isActive: boolean;
5293
+ props: Record<string, any>;
5294
+ }];
5295
+ }>>>> & {
5296
+ onAfterLeave?: (() => any) | undefined;
5297
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5298
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5299
+ } & 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">>;
5300
+ };
3970
5301
  modelValue: {
3971
5302
  type: null;
3972
5303
  default: () => never[];
@@ -4013,6 +5344,7 @@ declare const VCombobox: {
4013
5344
  }];
4014
5345
  'no-data': [];
4015
5346
  }>>>> & {
5347
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
4016
5348
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
4017
5349
  } & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
4018
5350
  __isFragment?: undefined;
@@ -4068,10 +5400,176 @@ declare const VCombobox: {
4068
5400
  default: boolean;
4069
5401
  };
4070
5402
  hideSelected: BooleanConstructor;
5403
+ menu: BooleanConstructor;
4071
5404
  menuIcon: {
4072
5405
  type: PropType<IconValue>;
4073
5406
  default: string;
4074
5407
  };
5408
+ menuProps: {
5409
+ type: PropType<Partial<{
5410
+ transition: string | boolean | (vue.TransitionProps & {
5411
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5412
+ }) | {
5413
+ readonly component: vue.DefineComponent<{
5414
+ target: PropType<HTMLElement>;
5415
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5416
+ target: PropType<HTMLElement>;
5417
+ }>>, {}>;
5418
+ };
5419
+ modelValue: boolean;
5420
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5421
+ transition: Omit<{
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
+ }, "type" | "default"> & {
5428
+ type: PropType<string | boolean | (vue.TransitionProps & {
5429
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5430
+ }) | {
5431
+ readonly component: vue.DefineComponent<{
5432
+ target: PropType<HTMLElement>;
5433
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5434
+ target: PropType<HTMLElement>;
5435
+ }>>, {}>;
5436
+ }>;
5437
+ default: string | boolean | (vue.TransitionProps & {
5438
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5439
+ }) | {
5440
+ readonly component: vue.DefineComponent<{
5441
+ target: PropType<HTMLElement>;
5442
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
5443
+ target: PropType<HTMLElement>;
5444
+ }>>, {}>;
5445
+ };
5446
+ };
5447
+ modelValue: BooleanConstructor;
5448
+ id: StringConstructor;
5449
+ } & SlotsToProps<MakeSlots<{
5450
+ default: [{
5451
+ isActive: vue.Ref<boolean>;
5452
+ }];
5453
+ activator: [{
5454
+ isActive: boolean;
5455
+ props: Record<string, any>;
5456
+ }];
5457
+ }>>>> & {
5458
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5459
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
5460
+ absolute: boolean;
5461
+ location: Anchor;
5462
+ origin: "auto" | Anchor | "overlap";
5463
+ transition: string | boolean | (vue.TransitionProps & {
5464
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5465
+ });
5466
+ zIndex: string | number;
5467
+ eager: boolean;
5468
+ disabled: boolean;
5469
+ modelValue: boolean;
5470
+ activatorProps: Record<string, any>;
5471
+ openOnClick: boolean;
5472
+ openOnHover: boolean;
5473
+ openOnFocus: boolean;
5474
+ closeOnContentClick: boolean;
5475
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5476
+ updateLocation: (e: Event) => void;
5477
+ } | undefined);
5478
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
5479
+ contained: boolean;
5480
+ noClickAnimation: boolean;
5481
+ persistent: boolean;
5482
+ closeOnBack: boolean;
5483
+ scrim: string | boolean;
5484
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
5485
+ eager: BooleanConstructor;
5486
+ transition: {
5487
+ type: PropType<string | boolean | (vue.TransitionProps & {
5488
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
5489
+ })>;
5490
+ default: string;
5491
+ validator: (val: unknown) => boolean;
5492
+ };
5493
+ theme: StringConstructor;
5494
+ scrollStrategy: {
5495
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
5496
+ default: string;
5497
+ validator: (val: any) => boolean;
5498
+ };
5499
+ locationStrategy: {
5500
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5501
+ updateLocation: (e: Event) => void;
5502
+ } | undefined)>;
5503
+ default: string;
5504
+ validator: (val: any) => boolean;
5505
+ };
5506
+ location: {
5507
+ type: PropType<Anchor>;
5508
+ default: string;
5509
+ };
5510
+ origin: {
5511
+ type: PropType<"auto" | Anchor | "overlap">;
5512
+ default: string;
5513
+ };
5514
+ offset: (StringConstructor | NumberConstructor)[];
5515
+ height: (StringConstructor | NumberConstructor)[];
5516
+ maxHeight: (StringConstructor | NumberConstructor)[];
5517
+ maxWidth: (StringConstructor | NumberConstructor)[];
5518
+ minHeight: (StringConstructor | NumberConstructor)[];
5519
+ minWidth: (StringConstructor | NumberConstructor)[];
5520
+ width: (StringConstructor | NumberConstructor)[];
5521
+ closeDelay: (StringConstructor | NumberConstructor)[];
5522
+ openDelay: (StringConstructor | NumberConstructor)[];
5523
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
5524
+ activatorProps: {
5525
+ type: PropType<Record<string, any>>;
5526
+ default: () => {};
5527
+ };
5528
+ openOnClick: {
5529
+ type: BooleanConstructor;
5530
+ default: undefined;
5531
+ };
5532
+ openOnHover: BooleanConstructor;
5533
+ openOnFocus: {
5534
+ type: BooleanConstructor;
5535
+ default: undefined;
5536
+ };
5537
+ closeOnContentClick: BooleanConstructor;
5538
+ absolute: BooleanConstructor;
5539
+ attach: PropType<string | boolean | Element>;
5540
+ closeOnBack: {
5541
+ type: BooleanConstructor;
5542
+ default: boolean;
5543
+ };
5544
+ contained: BooleanConstructor;
5545
+ contentClass: null;
5546
+ contentProps: null;
5547
+ disabled: BooleanConstructor;
5548
+ noClickAnimation: BooleanConstructor;
5549
+ modelValue: BooleanConstructor;
5550
+ persistent: BooleanConstructor;
5551
+ scrim: {
5552
+ type: (StringConstructor | BooleanConstructor)[];
5553
+ default: boolean;
5554
+ };
5555
+ zIndex: {
5556
+ type: (StringConstructor | NumberConstructor)[];
5557
+ default: number;
5558
+ };
5559
+ } & SlotsToProps<MakeSlots<{
5560
+ default: [{
5561
+ isActive: vue.Ref<boolean>;
5562
+ }];
5563
+ activator: [{
5564
+ isActive: boolean;
5565
+ props: Record<string, any>;
5566
+ }];
5567
+ }>>>> & {
5568
+ onAfterLeave?: (() => any) | undefined;
5569
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5570
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5571
+ } & 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">>;
5572
+ };
4075
5573
  modelValue: {
4076
5574
  type: null;
4077
5575
  default: () => never[];
@@ -4118,14 +5616,17 @@ declare const VCombobox: {
4118
5616
  }];
4119
5617
  'no-data': [];
4120
5618
  }>>>> & {
5619
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
4121
5620
  "onUpdate:searchInput"?: ((val: string) => any) | undefined;
4122
5621
  }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4123
5622
  'update:modelValue': (val: any) => boolean;
4124
5623
  'update:searchInput': (val: string) => boolean;
5624
+ 'update:menu': (val: boolean) => boolean;
4125
5625
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
4126
5626
  transition: string | boolean | (vue.TransitionProps & {
4127
5627
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
4128
5628
  });
5629
+ menu: boolean;
4129
5630
  eager: boolean;
4130
5631
  noDataText: string;
4131
5632
  itemTitle: SelectItemKey;
@@ -4419,40 +5920,6 @@ declare const VDefaultsProvider: vue.DefineComponent<{
4419
5920
  scoped: boolean;
4420
5921
  }>;
4421
5922
 
4422
- interface ScrollStrategyData {
4423
- root: Ref<HTMLElement | undefined>;
4424
- contentEl: Ref<HTMLElement | undefined>;
4425
- activatorEl: Ref<HTMLElement | undefined>;
4426
- isActive: Ref<boolean>;
4427
- updateLocation: Ref<((e: Event) => void) | undefined>;
4428
- }
4429
-
4430
- interface LocationStrategyData {
4431
- contentEl: Ref<HTMLElement | undefined>;
4432
- activatorEl: Ref<HTMLElement | undefined>;
4433
- isActive: Ref<boolean>;
4434
- }
4435
- declare const locationStrategies: {
4436
- static: typeof staticLocationStrategy;
4437
- connected: typeof connectedLocationStrategy;
4438
- };
4439
- interface StrategyProps {
4440
- locationStrategy: keyof typeof locationStrategies | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
4441
- updateLocation: (e: Event) => void;
4442
- });
4443
- location: Anchor;
4444
- origin: Anchor | 'auto' | 'overlap';
4445
- offset?: number | string;
4446
- maxHeight?: number | string;
4447
- maxWidth?: number | string;
4448
- minHeight?: number | string;
4449
- minWidth?: number | string;
4450
- }
4451
- declare function staticLocationStrategy(): void;
4452
- declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
4453
- updateLocation: () => void;
4454
- };
4455
-
4456
5923
  declare type OverlaySlots = MakeSlots<{
4457
5924
  default: [{
4458
5925
  isActive: Ref<boolean>;
@@ -4477,7 +5944,6 @@ declare const VOverlay: {
4477
5944
  eager: boolean;
4478
5945
  disabled: boolean;
4479
5946
  modelValue: boolean;
4480
- contained: boolean;
4481
5947
  activatorProps: Record<string, any>;
4482
5948
  openOnClick: boolean;
4483
5949
  openOnHover: boolean;
@@ -4487,6 +5953,7 @@ declare const VOverlay: {
4487
5953
  updateLocation: (e: Event) => void;
4488
5954
  } | undefined);
4489
5955
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
5956
+ contained: boolean;
4490
5957
  noClickAnimation: boolean;
4491
5958
  persistent: boolean;
4492
5959
  closeOnBack: boolean;
@@ -4578,7 +6045,7 @@ declare const VOverlay: {
4578
6045
  onAfterLeave?: (() => any) | undefined;
4579
6046
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4580
6047
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
4581
- } & 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">;
6048
+ } & 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">;
4582
6049
  $attrs: {
4583
6050
  [x: string]: unknown;
4584
6051
  };
@@ -4700,7 +6167,6 @@ declare const VOverlay: {
4700
6167
  eager: boolean;
4701
6168
  disabled: boolean;
4702
6169
  modelValue: boolean;
4703
- contained: boolean;
4704
6170
  activatorProps: Record<string, any>;
4705
6171
  openOnClick: boolean;
4706
6172
  openOnHover: boolean;
@@ -4710,6 +6176,7 @@ declare const VOverlay: {
4710
6176
  updateLocation: (e: Event) => void;
4711
6177
  } | undefined);
4712
6178
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
6179
+ contained: boolean;
4713
6180
  noClickAnimation: boolean;
4714
6181
  persistent: boolean;
4715
6182
  closeOnBack: boolean;
@@ -4939,7 +6406,6 @@ declare const VOverlay: {
4939
6406
  eager: boolean;
4940
6407
  disabled: boolean;
4941
6408
  modelValue: boolean;
4942
- contained: boolean;
4943
6409
  activatorProps: Record<string, any>;
4944
6410
  openOnClick: boolean;
4945
6411
  openOnHover: boolean;
@@ -4949,6 +6415,7 @@ declare const VOverlay: {
4949
6415
  updateLocation: (e: Event) => void;
4950
6416
  } | undefined);
4951
6417
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
6418
+ contained: boolean;
4952
6419
  noClickAnimation: boolean;
4953
6420
  persistent: boolean;
4954
6421
  closeOnBack: boolean;
@@ -5528,7 +6995,7 @@ declare const VFileInput: vue.DefineComponent<{
5528
6995
  reverse: BooleanConstructor;
5529
6996
  singleLine: BooleanConstructor;
5530
6997
  variant: {
5531
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
6998
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
5532
6999
  default: string;
5533
7000
  validator: (v: any) => boolean;
5534
7001
  };
@@ -5555,6 +7022,7 @@ declare const VFileInput: vue.DefineComponent<{
5555
7022
  type: PropType<ValidationRule[]>;
5556
7023
  default: () => never[];
5557
7024
  };
7025
+ validationValue: null;
5558
7026
  density: {
5559
7027
  type: PropType<"default" | "compact" | "comfortable" | null>;
5560
7028
  default: string;
@@ -5591,7 +7059,7 @@ declare const VFileInput: vue.DefineComponent<{
5591
7059
  default: boolean;
5592
7060
  validator: (v: boolean | number) => boolean;
5593
7061
  };
5594
- }, {
7062
+ }, HTMLInputElement & {
5595
7063
  $: vue.ComponentInternalInstance;
5596
7064
  $data: {};
5597
7065
  $props: Partial<{
@@ -5622,6 +7090,7 @@ declare const VFileInput: vue.DefineComponent<{
5622
7090
  default: () => never[];
5623
7091
  };
5624
7092
  modelValue: null;
7093
+ validationValue: null;
5625
7094
  density: {
5626
7095
  type: PropType<"default" | "compact" | "comfortable" | null>;
5627
7096
  default: string;
@@ -5679,6 +7148,7 @@ declare const VFileInput: vue.DefineComponent<{
5679
7148
  default: () => never[];
5680
7149
  };
5681
7150
  modelValue: null;
7151
+ validationValue: null;
5682
7152
  density: {
5683
7153
  type: PropType<"default" | "compact" | "comfortable" | null>;
5684
7154
  default: string;
@@ -5758,6 +7228,7 @@ declare const VFileInput: vue.DefineComponent<{
5758
7228
  default: () => never[];
5759
7229
  };
5760
7230
  modelValue: null;
7231
+ validationValue: null;
5761
7232
  density: {
5762
7233
  type: PropType<"default" | "compact" | "comfortable" | null>;
5763
7234
  default: string;
@@ -5794,7 +7265,7 @@ declare const VFileInput: vue.DefineComponent<{
5794
7265
  append: [VInputSlot];
5795
7266
  details: [VInputSlot];
5796
7267
  }>;
5797
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
7268
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5798
7269
  'click:clear': (e: MouseEvent) => true;
5799
7270
  'click:control': (e: MouseEvent) => true;
5800
7271
  'update:modelValue': (files: File[]) => true;
@@ -5822,7 +7293,7 @@ declare const VFileInput: vue.DefineComponent<{
5822
7293
  reverse: BooleanConstructor;
5823
7294
  singleLine: BooleanConstructor;
5824
7295
  variant: {
5825
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
7296
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
5826
7297
  default: string;
5827
7298
  validator: (v: any) => boolean;
5828
7299
  };
@@ -5849,6 +7320,7 @@ declare const VFileInput: vue.DefineComponent<{
5849
7320
  type: PropType<ValidationRule[]>;
5850
7321
  default: () => never[];
5851
7322
  };
7323
+ validationValue: null;
5852
7324
  density: {
5853
7325
  type: PropType<"default" | "compact" | "comfortable" | null>;
5854
7326
  default: string;
@@ -5901,7 +7373,7 @@ declare const VFileInput: vue.DefineComponent<{
5901
7373
  messages: string | string[];
5902
7374
  counter: boolean;
5903
7375
  density: "default" | "compact" | "comfortable" | null;
5904
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
7376
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
5905
7377
  modelValue: File[];
5906
7378
  prependIcon: IconValue;
5907
7379
  errorMessages: string | string[];
@@ -5993,14 +7465,15 @@ declare const VFooter: vue.DefineComponent<{
5993
7465
  app: boolean;
5994
7466
  }>;
5995
7467
 
5996
- interface FormValidationResult {
7468
+ interface FieldValidationResult {
5997
7469
  id: number | string;
5998
7470
  errorMessages: string[];
5999
7471
  }
6000
- interface SubmitEventPromise extends SubmitEvent, Promise<{
7472
+ interface FormValidationResult {
6001
7473
  valid: boolean;
6002
- errorMessages: FormValidationResult[];
6003
- }> {
7474
+ errors: FieldValidationResult[];
7475
+ }
7476
+ interface SubmitEventPromise extends SubmitEvent, Promise<FormValidationResult> {
6004
7477
  }
6005
7478
 
6006
7479
  declare const VForm: vue.DefineComponent<{
@@ -6013,7 +7486,7 @@ declare const VForm: vue.DefineComponent<{
6013
7486
  default: null;
6014
7487
  };
6015
7488
  }, {
6016
- errorMessages: vue.Ref<{
7489
+ errors: vue.Ref<{
6017
7490
  id: string | number;
6018
7491
  errorMessages: string[];
6019
7492
  }[]>;
@@ -6029,7 +7502,7 @@ declare const VForm: vue.DefineComponent<{
6029
7502
  }[]>;
6030
7503
  validate: () => Promise<{
6031
7504
  valid: boolean;
6032
- errorMessages: {
7505
+ errors: {
6033
7506
  id: string | number;
6034
7507
  errorMessages: string[];
6035
7508
  }[];
@@ -6868,7 +8341,7 @@ declare const VList: {
6868
8341
  mandatory: boolean;
6869
8342
  rounded: string | number | boolean;
6870
8343
  density: "default" | "compact" | "comfortable" | null;
6871
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8344
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
6872
8345
  selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
6873
8346
  openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
6874
8347
  lines: false | "one" | "two" | "three";
@@ -6881,12 +8354,12 @@ declare const VList: {
6881
8354
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
6882
8355
  color: StringConstructor;
6883
8356
  variant: Omit<{
6884
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8357
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
6885
8358
  default: string;
6886
8359
  validator: (v: any) => boolean;
6887
8360
  }, "type" | "default"> & {
6888
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
6889
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8361
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8362
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
6890
8363
  };
6891
8364
  theme: StringConstructor;
6892
8365
  tag: {
@@ -7000,12 +8473,12 @@ declare const VList: {
7000
8473
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
7001
8474
  color: StringConstructor;
7002
8475
  variant: Omit<{
7003
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8476
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7004
8477
  default: string;
7005
8478
  validator: (v: any) => boolean;
7006
8479
  }, "type" | "default"> & {
7007
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7008
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8480
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8481
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7009
8482
  };
7010
8483
  theme: StringConstructor;
7011
8484
  tag: {
@@ -7117,7 +8590,7 @@ declare const VList: {
7117
8590
  mandatory: boolean;
7118
8591
  rounded: string | number | boolean;
7119
8592
  density: "default" | "compact" | "comfortable" | null;
7120
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8593
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7121
8594
  selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
7122
8595
  openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
7123
8596
  lines: false | "one" | "two" | "three";
@@ -7150,12 +8623,12 @@ declare const VList: {
7150
8623
  } & Readonly<vue.ExtractPropTypes<Omit<{
7151
8624
  color: StringConstructor;
7152
8625
  variant: Omit<{
7153
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8626
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7154
8627
  default: string;
7155
8628
  validator: (v: any) => boolean;
7156
8629
  }, "type" | "default"> & {
7157
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7158
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8630
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8631
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7159
8632
  };
7160
8633
  theme: StringConstructor;
7161
8634
  tag: {
@@ -7254,12 +8727,12 @@ declare const VList: {
7254
8727
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
7255
8728
  color: StringConstructor;
7256
8729
  variant: Omit<{
7257
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8730
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7258
8731
  default: string;
7259
8732
  validator: (v: any) => boolean;
7260
8733
  }, "type" | "default"> & {
7261
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7262
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8734
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8735
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7263
8736
  };
7264
8737
  theme: StringConstructor;
7265
8738
  tag: {
@@ -7371,7 +8844,7 @@ declare const VList: {
7371
8844
  mandatory: boolean;
7372
8845
  rounded: string | number | boolean;
7373
8846
  density: "default" | "compact" | "comfortable" | null;
7374
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8847
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7375
8848
  selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
7376
8849
  openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
7377
8850
  lines: false | "one" | "two" | "three";
@@ -7458,16 +8931,16 @@ declare const VListItem: {
7458
8931
  tag: string;
7459
8932
  rounded: string | number | boolean;
7460
8933
  density: "default" | "compact" | "comfortable" | null;
7461
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8934
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7462
8935
  }> & Omit<Readonly<vue.ExtractPropTypes<{
7463
8936
  color: StringConstructor;
7464
8937
  variant: Omit<{
7465
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
8938
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7466
8939
  default: string;
7467
8940
  validator: (v: any) => boolean;
7468
8941
  }, "type" | "default"> & {
7469
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7470
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
8942
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
8943
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7471
8944
  };
7472
8945
  theme: StringConstructor;
7473
8946
  tag: {
@@ -7534,12 +9007,12 @@ declare const VListItem: {
7534
9007
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
7535
9008
  color: StringConstructor;
7536
9009
  variant: Omit<{
7537
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9010
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7538
9011
  default: string;
7539
9012
  validator: (v: any) => boolean;
7540
9013
  }, "type" | "default"> & {
7541
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7542
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9014
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9015
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7543
9016
  };
7544
9017
  theme: StringConstructor;
7545
9018
  tag: {
@@ -7598,7 +9071,7 @@ declare const VListItem: {
7598
9071
  tag: string;
7599
9072
  rounded: string | number | boolean;
7600
9073
  density: "default" | "compact" | "comfortable" | null;
7601
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9074
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7602
9075
  }> & {
7603
9076
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7604
9077
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -7622,12 +9095,12 @@ declare const VListItem: {
7622
9095
  } & Readonly<vue.ExtractPropTypes<{
7623
9096
  color: StringConstructor;
7624
9097
  variant: Omit<{
7625
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9098
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7626
9099
  default: string;
7627
9100
  validator: (v: any) => boolean;
7628
9101
  }, "type" | "default"> & {
7629
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7630
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9102
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9103
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7631
9104
  };
7632
9105
  theme: StringConstructor;
7633
9106
  tag: {
@@ -7684,12 +9157,12 @@ declare const VListItem: {
7684
9157
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
7685
9158
  color: StringConstructor;
7686
9159
  variant: Omit<{
7687
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9160
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
7688
9161
  default: string;
7689
9162
  validator: (v: any) => boolean;
7690
9163
  }, "type" | "default"> & {
7691
- type: PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
7692
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9164
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9165
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7693
9166
  };
7694
9167
  theme: StringConstructor;
7695
9168
  tag: {
@@ -7748,7 +9221,7 @@ declare const VListItem: {
7748
9221
  tag: string;
7749
9222
  rounded: string | number | boolean;
7750
9223
  density: "default" | "compact" | "comfortable" | null;
7751
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
9224
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
7752
9225
  }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
7753
9226
  $slots: MakeSlots<{
7754
9227
  prepend: [ListItemSlot];
@@ -8107,7 +9580,6 @@ declare const VMenu: {
8107
9580
  eager: boolean;
8108
9581
  disabled: boolean;
8109
9582
  modelValue: boolean;
8110
- contained: boolean;
8111
9583
  activatorProps: Record<string, any>;
8112
9584
  openOnClick: boolean;
8113
9585
  openOnHover: boolean;
@@ -8117,6 +9589,7 @@ declare const VMenu: {
8117
9589
  updateLocation: (e: Event) => void;
8118
9590
  } | undefined);
8119
9591
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
9592
+ contained: boolean;
8120
9593
  noClickAnimation: boolean;
8121
9594
  persistent: boolean;
8122
9595
  closeOnBack: boolean;
@@ -8208,7 +9681,7 @@ declare const VMenu: {
8208
9681
  onAfterLeave?: (() => any) | undefined;
8209
9682
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8210
9683
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
8211
- } & 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">;
9684
+ } & 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">;
8212
9685
  $attrs: {
8213
9686
  [x: string]: unknown;
8214
9687
  };
@@ -8330,7 +9803,6 @@ declare const VMenu: {
8330
9803
  eager: boolean;
8331
9804
  disabled: boolean;
8332
9805
  modelValue: boolean;
8333
- contained: boolean;
8334
9806
  activatorProps: Record<string, any>;
8335
9807
  openOnClick: boolean;
8336
9808
  openOnHover: boolean;
@@ -8340,6 +9812,7 @@ declare const VMenu: {
8340
9812
  updateLocation: (e: Event) => void;
8341
9813
  } | undefined);
8342
9814
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
9815
+ contained: boolean;
8343
9816
  noClickAnimation: boolean;
8344
9817
  persistent: boolean;
8345
9818
  closeOnBack: boolean;
@@ -8555,7 +10028,6 @@ declare const VMenu: {
8555
10028
  eager: boolean;
8556
10029
  disabled: boolean;
8557
10030
  modelValue: boolean;
8558
- contained: boolean;
8559
10031
  activatorProps: Record<string, any>;
8560
10032
  openOnClick: boolean;
8561
10033
  openOnHover: boolean;
@@ -8565,6 +10037,7 @@ declare const VMenu: {
8565
10037
  updateLocation: (e: Event) => void;
8566
10038
  } | undefined);
8567
10039
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
10040
+ contained: boolean;
8568
10041
  noClickAnimation: boolean;
8569
10042
  persistent: boolean;
8570
10043
  closeOnBack: boolean;
@@ -8656,7 +10129,7 @@ declare const VMenu: {
8656
10129
  onAfterLeave?: (() => any) | undefined;
8657
10130
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8658
10131
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
8659
- } & 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">;
10132
+ } & 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">;
8660
10133
  $attrs: {
8661
10134
  [x: string]: unknown;
8662
10135
  };
@@ -8778,7 +10251,6 @@ declare const VMenu: {
8778
10251
  eager: boolean;
8779
10252
  disabled: boolean;
8780
10253
  modelValue: boolean;
8781
- contained: boolean;
8782
10254
  activatorProps: Record<string, any>;
8783
10255
  openOnClick: boolean;
8784
10256
  openOnHover: boolean;
@@ -8788,6 +10260,7 @@ declare const VMenu: {
8788
10260
  updateLocation: (e: Event) => void;
8789
10261
  } | undefined);
8790
10262
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
10263
+ contained: boolean;
8791
10264
  noClickAnimation: boolean;
8792
10265
  persistent: boolean;
8793
10266
  closeOnBack: boolean;
@@ -8974,7 +10447,6 @@ declare const VMenu: {
8974
10447
  eager: boolean;
8975
10448
  disabled: boolean;
8976
10449
  modelValue: boolean;
8977
- contained: boolean;
8978
10450
  activatorProps: Record<string, any>;
8979
10451
  openOnClick: boolean;
8980
10452
  openOnHover: boolean;
@@ -8984,6 +10456,7 @@ declare const VMenu: {
8984
10456
  updateLocation: (e: Event) => void;
8985
10457
  } | undefined);
8986
10458
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
10459
+ contained: boolean;
8987
10460
  noClickAnimation: boolean;
8988
10461
  persistent: boolean;
8989
10462
  closeOnBack: boolean;
@@ -9075,7 +10548,7 @@ declare const VMenu: {
9075
10548
  onAfterLeave?: (() => any) | undefined;
9076
10549
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
9077
10550
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
9078
- } & 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">;
10551
+ } & 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">;
9079
10552
  $attrs: {
9080
10553
  [x: string]: unknown;
9081
10554
  };
@@ -9197,7 +10670,6 @@ declare const VMenu: {
9197
10670
  eager: boolean;
9198
10671
  disabled: boolean;
9199
10672
  modelValue: boolean;
9200
- contained: boolean;
9201
10673
  activatorProps: Record<string, any>;
9202
10674
  openOnClick: boolean;
9203
10675
  openOnHover: boolean;
@@ -9207,6 +10679,7 @@ declare const VMenu: {
9207
10679
  updateLocation: (e: Event) => void;
9208
10680
  } | undefined);
9209
10681
  scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
10682
+ contained: boolean;
9210
10683
  noClickAnimation: boolean;
9211
10684
  persistent: boolean;
9212
10685
  closeOnBack: boolean;
@@ -9719,12 +11192,12 @@ declare const VNoSsr: vue.DefineComponent<{}, () => false | vue.VNode<vue.Render
9719
11192
  declare const VPagination: vue.DefineComponent<{
9720
11193
  color: StringConstructor;
9721
11194
  variant: Omit<{
9722
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
11195
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9723
11196
  default: string;
9724
11197
  validator: (v: any) => boolean;
9725
11198
  }, "type" | "default"> & {
9726
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9727
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
11199
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11200
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
9728
11201
  };
9729
11202
  theme: StringConstructor;
9730
11203
  tag: Omit<{
@@ -9825,12 +11298,12 @@ declare const VPagination: vue.DefineComponent<{
9825
11298
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
9826
11299
  color: StringConstructor;
9827
11300
  variant: Omit<{
9828
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
11301
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9829
11302
  default: string;
9830
11303
  validator: (v: any) => boolean;
9831
11304
  }, "type" | "default"> & {
9832
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
9833
- default: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
11305
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11306
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
9834
11307
  };
9835
11308
  theme: StringConstructor;
9836
11309
  tag: Omit<{
@@ -9938,7 +11411,7 @@ declare const VPagination: vue.DefineComponent<{
9938
11411
  ellipsis: string;
9939
11412
  rounded: string | number | boolean;
9940
11413
  density: "default" | "compact" | "comfortable" | null;
9941
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
11414
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
9942
11415
  modelValue: number;
9943
11416
  nextIcon: IconValue;
9944
11417
  prevIcon: IconValue;
@@ -10210,6 +11683,7 @@ declare const VRadioGroup: vue.DefineComponent<{
10210
11683
  type: vue.PropType<ValidationRule[]>;
10211
11684
  default: () => never[];
10212
11685
  };
11686
+ validationValue: null;
10213
11687
  appendIcon: vue.PropType<IconValue>;
10214
11688
  prependIcon: vue.PropType<IconValue>;
10215
11689
  hideDetails: vue.PropType<boolean | "auto">;
@@ -10281,6 +11755,7 @@ declare const VRadioGroup: vue.DefineComponent<{
10281
11755
  type: vue.PropType<ValidationRule[]>;
10282
11756
  default: () => never[];
10283
11757
  };
11758
+ validationValue: null;
10284
11759
  appendIcon: vue.PropType<IconValue>;
10285
11760
  prependIcon: vue.PropType<IconValue>;
10286
11761
  hideDetails: vue.PropType<boolean | "auto">;
@@ -10309,12 +11784,12 @@ declare const VRadioGroup: vue.DefineComponent<{
10309
11784
  messages: string | string[];
10310
11785
  density: "default" | "compact" | "comfortable" | null;
10311
11786
  ripple: boolean;
10312
- valueComparator: typeof deepEqual;
10313
11787
  errorMessages: string | string[];
10314
11788
  maxErrors: string | number;
10315
11789
  rules: ValidationRule[];
10316
11790
  falseIcon: IconValue;
10317
11791
  trueIcon: IconValue;
11792
+ valueComparator: typeof deepEqual;
10318
11793
  }>;
10319
11794
 
10320
11795
  declare const VRangeSlider: vue.DefineComponent<{
@@ -10397,6 +11872,7 @@ declare const VRangeSlider: vue.DefineComponent<{
10397
11872
  type: PropType<ValidationRule[]>;
10398
11873
  default: () => never[];
10399
11874
  };
11875
+ validationValue: null;
10400
11876
  density: {
10401
11877
  type: PropType<"default" | "compact" | "comfortable" | null>;
10402
11878
  default: string;
@@ -10494,6 +11970,7 @@ declare const VRangeSlider: vue.DefineComponent<{
10494
11970
  type: PropType<ValidationRule[]>;
10495
11971
  default: () => never[];
10496
11972
  };
11973
+ validationValue: null;
10497
11974
  density: {
10498
11975
  type: PropType<"default" | "compact" | "comfortable" | null>;
10499
11976
  default: string;
@@ -10906,11 +12383,12 @@ declare const VSelect: {
10906
12383
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10907
12384
  }) | {
10908
12385
  component: vue.DefineComponent<{
10909
- target: vue.PropType<HTMLElement>;
12386
+ target: PropType<HTMLElement>;
10910
12387
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10911
- target: vue.PropType<HTMLElement>;
12388
+ target: PropType<HTMLElement>;
10912
12389
  }>>, {}>;
10913
12390
  };
12391
+ menu: boolean;
10914
12392
  eager: boolean;
10915
12393
  noDataText: string;
10916
12394
  itemTitle: SelectItemKey;
@@ -10925,52 +12403,52 @@ declare const VSelect: {
10925
12403
  openOnClear: boolean;
10926
12404
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
10927
12405
  transition: Omit<{
10928
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12406
+ type: PropType<string | boolean | (vue.TransitionProps & {
10929
12407
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10930
12408
  })>;
10931
12409
  default: string;
10932
12410
  validator: (val: unknown) => boolean;
10933
12411
  }, "type" | "default"> & {
10934
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12412
+ type: PropType<string | boolean | (vue.TransitionProps & {
10935
12413
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10936
12414
  }) | {
10937
12415
  component: vue.DefineComponent<{
10938
- target: vue.PropType<HTMLElement>;
12416
+ target: PropType<HTMLElement>;
10939
12417
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10940
- target: vue.PropType<HTMLElement>;
12418
+ target: PropType<HTMLElement>;
10941
12419
  }>>, {}>;
10942
12420
  }>;
10943
12421
  default: string | boolean | (vue.TransitionProps & {
10944
12422
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
10945
12423
  }) | {
10946
12424
  component: vue.DefineComponent<{
10947
- target: vue.PropType<HTMLElement>;
12425
+ target: PropType<HTMLElement>;
10948
12426
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10949
- target: vue.PropType<HTMLElement>;
12427
+ target: PropType<HTMLElement>;
10950
12428
  }>>, {}>;
10951
12429
  };
10952
12430
  };
10953
12431
  items: {
10954
- type: vue.PropType<any[]>;
12432
+ type: PropType<any[]>;
10955
12433
  default: () => never[];
10956
12434
  };
10957
12435
  itemTitle: {
10958
- type: vue.PropType<SelectItemKey>;
12436
+ type: PropType<SelectItemKey>;
10959
12437
  default: string;
10960
12438
  };
10961
12439
  itemValue: {
10962
- type: vue.PropType<SelectItemKey>;
12440
+ type: PropType<SelectItemKey>;
10963
12441
  default: string;
10964
12442
  };
10965
12443
  itemChildren: Omit<{
10966
- type: vue.PropType<SelectItemKey>;
12444
+ type: PropType<SelectItemKey>;
10967
12445
  default: string;
10968
12446
  }, "type" | "default"> & {
10969
- type: vue.PropType<SelectItemKey>;
12447
+ type: PropType<SelectItemKey>;
10970
12448
  default: SelectItemKey;
10971
12449
  };
10972
12450
  itemProps: {
10973
- type: vue.PropType<SelectItemKey>;
12451
+ type: PropType<SelectItemKey>;
10974
12452
  default: string;
10975
12453
  };
10976
12454
  returnObject: BooleanConstructor;
@@ -10979,10 +12457,176 @@ declare const VSelect: {
10979
12457
  eager: BooleanConstructor;
10980
12458
  hideNoData: BooleanConstructor;
10981
12459
  hideSelected: BooleanConstructor;
12460
+ menu: BooleanConstructor;
10982
12461
  menuIcon: {
10983
- type: vue.PropType<IconValue>;
12462
+ type: PropType<IconValue>;
10984
12463
  default: string;
10985
12464
  };
12465
+ menuProps: {
12466
+ type: PropType<Partial<{
12467
+ transition: string | boolean | (vue.TransitionProps & {
12468
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12469
+ }) | {
12470
+ readonly component: vue.DefineComponent<{
12471
+ target: PropType<HTMLElement>;
12472
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12473
+ target: PropType<HTMLElement>;
12474
+ }>>, {}>;
12475
+ };
12476
+ modelValue: boolean;
12477
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12478
+ transition: Omit<{
12479
+ type: PropType<string | boolean | (vue.TransitionProps & {
12480
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12481
+ })>;
12482
+ default: string;
12483
+ validator: (val: unknown) => boolean;
12484
+ }, "type" | "default"> & {
12485
+ type: PropType<string | boolean | (vue.TransitionProps & {
12486
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12487
+ }) | {
12488
+ readonly component: vue.DefineComponent<{
12489
+ target: PropType<HTMLElement>;
12490
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12491
+ target: PropType<HTMLElement>;
12492
+ }>>, {}>;
12493
+ }>;
12494
+ default: string | boolean | (vue.TransitionProps & {
12495
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12496
+ }) | {
12497
+ readonly component: vue.DefineComponent<{
12498
+ target: PropType<HTMLElement>;
12499
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12500
+ target: PropType<HTMLElement>;
12501
+ }>>, {}>;
12502
+ };
12503
+ };
12504
+ modelValue: BooleanConstructor;
12505
+ id: StringConstructor;
12506
+ } & SlotsToProps<MakeSlots<{
12507
+ default: [{
12508
+ isActive: vue.Ref<boolean>;
12509
+ }];
12510
+ activator: [{
12511
+ isActive: boolean;
12512
+ props: Record<string, any>;
12513
+ }];
12514
+ }>>>> & {
12515
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12516
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
12517
+ absolute: boolean;
12518
+ location: Anchor;
12519
+ origin: "auto" | Anchor | "overlap";
12520
+ transition: string | boolean | (vue.TransitionProps & {
12521
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12522
+ });
12523
+ zIndex: string | number;
12524
+ eager: boolean;
12525
+ disabled: boolean;
12526
+ modelValue: boolean;
12527
+ activatorProps: Record<string, any>;
12528
+ openOnClick: boolean;
12529
+ openOnHover: boolean;
12530
+ openOnFocus: boolean;
12531
+ closeOnContentClick: boolean;
12532
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12533
+ updateLocation: (e: Event) => void;
12534
+ } | undefined);
12535
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
12536
+ contained: boolean;
12537
+ noClickAnimation: boolean;
12538
+ persistent: boolean;
12539
+ closeOnBack: boolean;
12540
+ scrim: string | boolean;
12541
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12542
+ eager: BooleanConstructor;
12543
+ transition: {
12544
+ type: PropType<string | boolean | (vue.TransitionProps & {
12545
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12546
+ })>;
12547
+ default: string;
12548
+ validator: (val: unknown) => boolean;
12549
+ };
12550
+ theme: StringConstructor;
12551
+ scrollStrategy: {
12552
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
12553
+ default: string;
12554
+ validator: (val: any) => boolean;
12555
+ };
12556
+ locationStrategy: {
12557
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12558
+ updateLocation: (e: Event) => void;
12559
+ } | undefined)>;
12560
+ default: string;
12561
+ validator: (val: any) => boolean;
12562
+ };
12563
+ location: {
12564
+ type: PropType<Anchor>;
12565
+ default: string;
12566
+ };
12567
+ origin: {
12568
+ type: PropType<"auto" | Anchor | "overlap">;
12569
+ default: string;
12570
+ };
12571
+ offset: (StringConstructor | NumberConstructor)[];
12572
+ height: (StringConstructor | NumberConstructor)[];
12573
+ maxHeight: (StringConstructor | NumberConstructor)[];
12574
+ maxWidth: (StringConstructor | NumberConstructor)[];
12575
+ minHeight: (StringConstructor | NumberConstructor)[];
12576
+ minWidth: (StringConstructor | NumberConstructor)[];
12577
+ width: (StringConstructor | NumberConstructor)[];
12578
+ closeDelay: (StringConstructor | NumberConstructor)[];
12579
+ openDelay: (StringConstructor | NumberConstructor)[];
12580
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
12581
+ activatorProps: {
12582
+ type: PropType<Record<string, any>>;
12583
+ default: () => {};
12584
+ };
12585
+ openOnClick: {
12586
+ type: BooleanConstructor;
12587
+ default: undefined;
12588
+ };
12589
+ openOnHover: BooleanConstructor;
12590
+ openOnFocus: {
12591
+ type: BooleanConstructor;
12592
+ default: undefined;
12593
+ };
12594
+ closeOnContentClick: BooleanConstructor;
12595
+ absolute: BooleanConstructor;
12596
+ attach: PropType<string | boolean | Element>;
12597
+ closeOnBack: {
12598
+ type: BooleanConstructor;
12599
+ default: boolean;
12600
+ };
12601
+ contained: BooleanConstructor;
12602
+ contentClass: null;
12603
+ contentProps: null;
12604
+ disabled: BooleanConstructor;
12605
+ noClickAnimation: BooleanConstructor;
12606
+ modelValue: BooleanConstructor;
12607
+ persistent: BooleanConstructor;
12608
+ scrim: {
12609
+ type: (StringConstructor | BooleanConstructor)[];
12610
+ default: boolean;
12611
+ };
12612
+ zIndex: {
12613
+ type: (StringConstructor | NumberConstructor)[];
12614
+ default: number;
12615
+ };
12616
+ } & SlotsToProps<MakeSlots<{
12617
+ default: [{
12618
+ isActive: vue.Ref<boolean>;
12619
+ }];
12620
+ activator: [{
12621
+ isActive: boolean;
12622
+ props: Record<string, any>;
12623
+ }];
12624
+ }>>>> & {
12625
+ onAfterLeave?: (() => any) | undefined;
12626
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12627
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
12628
+ } & 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">>;
12629
+ };
10986
12630
  modelValue: {
10987
12631
  type: null;
10988
12632
  default: () => never[];
@@ -11016,7 +12660,9 @@ declare const VSelect: {
11016
12660
  index: number;
11017
12661
  }];
11018
12662
  'no-data': [];
11019
- }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
12663
+ }>>>> & {
12664
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
12665
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
11020
12666
  $attrs: {
11021
12667
  [x: string]: unknown;
11022
12668
  };
@@ -11028,56 +12674,56 @@ declare const VSelect: {
11028
12674
  }>;
11029
12675
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
11030
12676
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
11031
- $emit: (event: string, ...args: any[]) => void;
12677
+ $emit: (event: "update:menu", val: boolean) => void;
11032
12678
  $el: any;
11033
12679
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
11034
12680
  transition: Omit<{
11035
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12681
+ type: PropType<string | boolean | (vue.TransitionProps & {
11036
12682
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11037
12683
  })>;
11038
12684
  default: string;
11039
12685
  validator: (val: unknown) => boolean;
11040
12686
  }, "type" | "default"> & {
11041
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12687
+ type: PropType<string | boolean | (vue.TransitionProps & {
11042
12688
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11043
12689
  }) | {
11044
12690
  component: vue.DefineComponent<{
11045
- target: vue.PropType<HTMLElement>;
12691
+ target: PropType<HTMLElement>;
11046
12692
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11047
- target: vue.PropType<HTMLElement>;
12693
+ target: PropType<HTMLElement>;
11048
12694
  }>>, {}>;
11049
12695
  }>;
11050
12696
  default: string | boolean | (vue.TransitionProps & {
11051
12697
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11052
12698
  }) | {
11053
12699
  component: vue.DefineComponent<{
11054
- target: vue.PropType<HTMLElement>;
12700
+ target: PropType<HTMLElement>;
11055
12701
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11056
- target: vue.PropType<HTMLElement>;
12702
+ target: PropType<HTMLElement>;
11057
12703
  }>>, {}>;
11058
12704
  };
11059
12705
  };
11060
12706
  items: {
11061
- type: vue.PropType<any[]>;
12707
+ type: PropType<any[]>;
11062
12708
  default: () => never[];
11063
12709
  };
11064
12710
  itemTitle: {
11065
- type: vue.PropType<SelectItemKey>;
12711
+ type: PropType<SelectItemKey>;
11066
12712
  default: string;
11067
12713
  };
11068
12714
  itemValue: {
11069
- type: vue.PropType<SelectItemKey>;
12715
+ type: PropType<SelectItemKey>;
11070
12716
  default: string;
11071
12717
  };
11072
12718
  itemChildren: Omit<{
11073
- type: vue.PropType<SelectItemKey>;
12719
+ type: PropType<SelectItemKey>;
11074
12720
  default: string;
11075
12721
  }, "type" | "default"> & {
11076
- type: vue.PropType<SelectItemKey>;
12722
+ type: PropType<SelectItemKey>;
11077
12723
  default: SelectItemKey;
11078
12724
  };
11079
12725
  itemProps: {
11080
- type: vue.PropType<SelectItemKey>;
12726
+ type: PropType<SelectItemKey>;
11081
12727
  default: string;
11082
12728
  };
11083
12729
  returnObject: BooleanConstructor;
@@ -11086,10 +12732,176 @@ declare const VSelect: {
11086
12732
  eager: BooleanConstructor;
11087
12733
  hideNoData: BooleanConstructor;
11088
12734
  hideSelected: BooleanConstructor;
12735
+ menu: BooleanConstructor;
11089
12736
  menuIcon: {
11090
- type: vue.PropType<IconValue>;
12737
+ type: PropType<IconValue>;
11091
12738
  default: string;
11092
12739
  };
12740
+ menuProps: {
12741
+ type: PropType<Partial<{
12742
+ transition: string | boolean | (vue.TransitionProps & {
12743
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12744
+ }) | {
12745
+ readonly component: vue.DefineComponent<{
12746
+ target: PropType<HTMLElement>;
12747
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12748
+ target: PropType<HTMLElement>;
12749
+ }>>, {}>;
12750
+ };
12751
+ modelValue: boolean;
12752
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12753
+ transition: Omit<{
12754
+ type: PropType<string | boolean | (vue.TransitionProps & {
12755
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12756
+ })>;
12757
+ default: string;
12758
+ validator: (val: unknown) => boolean;
12759
+ }, "type" | "default"> & {
12760
+ type: PropType<string | boolean | (vue.TransitionProps & {
12761
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12762
+ }) | {
12763
+ readonly component: vue.DefineComponent<{
12764
+ target: PropType<HTMLElement>;
12765
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12766
+ target: PropType<HTMLElement>;
12767
+ }>>, {}>;
12768
+ }>;
12769
+ default: string | boolean | (vue.TransitionProps & {
12770
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12771
+ }) | {
12772
+ readonly component: vue.DefineComponent<{
12773
+ target: PropType<HTMLElement>;
12774
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
12775
+ target: PropType<HTMLElement>;
12776
+ }>>, {}>;
12777
+ };
12778
+ };
12779
+ modelValue: BooleanConstructor;
12780
+ id: StringConstructor;
12781
+ } & SlotsToProps<MakeSlots<{
12782
+ default: [{
12783
+ isActive: vue.Ref<boolean>;
12784
+ }];
12785
+ activator: [{
12786
+ isActive: boolean;
12787
+ props: Record<string, any>;
12788
+ }];
12789
+ }>>>> & {
12790
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12791
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
12792
+ absolute: boolean;
12793
+ location: Anchor;
12794
+ origin: "auto" | Anchor | "overlap";
12795
+ transition: string | boolean | (vue.TransitionProps & {
12796
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12797
+ });
12798
+ zIndex: string | number;
12799
+ eager: boolean;
12800
+ disabled: boolean;
12801
+ modelValue: boolean;
12802
+ activatorProps: Record<string, any>;
12803
+ openOnClick: boolean;
12804
+ openOnHover: boolean;
12805
+ openOnFocus: boolean;
12806
+ closeOnContentClick: boolean;
12807
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12808
+ updateLocation: (e: Event) => void;
12809
+ } | undefined);
12810
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
12811
+ contained: boolean;
12812
+ noClickAnimation: boolean;
12813
+ persistent: boolean;
12814
+ closeOnBack: boolean;
12815
+ scrim: string | boolean;
12816
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
12817
+ eager: BooleanConstructor;
12818
+ transition: {
12819
+ type: PropType<string | boolean | (vue.TransitionProps & {
12820
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
12821
+ })>;
12822
+ default: string;
12823
+ validator: (val: unknown) => boolean;
12824
+ };
12825
+ theme: StringConstructor;
12826
+ scrollStrategy: {
12827
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
12828
+ default: string;
12829
+ validator: (val: any) => boolean;
12830
+ };
12831
+ locationStrategy: {
12832
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12833
+ updateLocation: (e: Event) => void;
12834
+ } | undefined)>;
12835
+ default: string;
12836
+ validator: (val: any) => boolean;
12837
+ };
12838
+ location: {
12839
+ type: PropType<Anchor>;
12840
+ default: string;
12841
+ };
12842
+ origin: {
12843
+ type: PropType<"auto" | Anchor | "overlap">;
12844
+ default: string;
12845
+ };
12846
+ offset: (StringConstructor | NumberConstructor)[];
12847
+ height: (StringConstructor | NumberConstructor)[];
12848
+ maxHeight: (StringConstructor | NumberConstructor)[];
12849
+ maxWidth: (StringConstructor | NumberConstructor)[];
12850
+ minHeight: (StringConstructor | NumberConstructor)[];
12851
+ minWidth: (StringConstructor | NumberConstructor)[];
12852
+ width: (StringConstructor | NumberConstructor)[];
12853
+ closeDelay: (StringConstructor | NumberConstructor)[];
12854
+ openDelay: (StringConstructor | NumberConstructor)[];
12855
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
12856
+ activatorProps: {
12857
+ type: PropType<Record<string, any>>;
12858
+ default: () => {};
12859
+ };
12860
+ openOnClick: {
12861
+ type: BooleanConstructor;
12862
+ default: undefined;
12863
+ };
12864
+ openOnHover: BooleanConstructor;
12865
+ openOnFocus: {
12866
+ type: BooleanConstructor;
12867
+ default: undefined;
12868
+ };
12869
+ closeOnContentClick: BooleanConstructor;
12870
+ absolute: BooleanConstructor;
12871
+ attach: PropType<string | boolean | Element>;
12872
+ closeOnBack: {
12873
+ type: BooleanConstructor;
12874
+ default: boolean;
12875
+ };
12876
+ contained: BooleanConstructor;
12877
+ contentClass: null;
12878
+ contentProps: null;
12879
+ disabled: BooleanConstructor;
12880
+ noClickAnimation: BooleanConstructor;
12881
+ modelValue: BooleanConstructor;
12882
+ persistent: BooleanConstructor;
12883
+ scrim: {
12884
+ type: (StringConstructor | BooleanConstructor)[];
12885
+ default: boolean;
12886
+ };
12887
+ zIndex: {
12888
+ type: (StringConstructor | NumberConstructor)[];
12889
+ default: number;
12890
+ };
12891
+ } & SlotsToProps<MakeSlots<{
12892
+ default: [{
12893
+ isActive: vue.Ref<boolean>;
12894
+ }];
12895
+ activator: [{
12896
+ isActive: boolean;
12897
+ props: Record<string, any>;
12898
+ }];
12899
+ }>>>> & {
12900
+ onAfterLeave?: (() => any) | undefined;
12901
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
12902
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
12903
+ } & 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">>;
12904
+ };
11093
12905
  modelValue: {
11094
12906
  type: null;
11095
12907
  default: () => never[];
@@ -11123,18 +12935,22 @@ declare const VSelect: {
11123
12935
  index: number;
11124
12936
  }];
11125
12937
  'no-data': [];
11126
- }>>>>, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
12938
+ }>>>> & {
12939
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
12940
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
11127
12941
  'update:modelValue': (val: any) => boolean;
12942
+ 'update:menu': (val: boolean) => boolean;
11128
12943
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
11129
12944
  transition: string | boolean | (vue.TransitionProps & {
11130
12945
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11131
12946
  }) | {
11132
12947
  component: vue.DefineComponent<{
11133
- target: vue.PropType<HTMLElement>;
12948
+ target: PropType<HTMLElement>;
11134
12949
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11135
- target: vue.PropType<HTMLElement>;
12950
+ target: PropType<HTMLElement>;
11136
12951
  }>>, {}>;
11137
12952
  };
12953
+ menu: boolean;
11138
12954
  eager: boolean;
11139
12955
  noDataText: string;
11140
12956
  itemTitle: SelectItemKey;
@@ -11169,52 +12985,52 @@ declare const VSelect: {
11169
12985
  $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
11170
12986
  } & Readonly<vue.ExtractPropTypes<Omit<{
11171
12987
  transition: Omit<{
11172
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12988
+ type: PropType<string | boolean | (vue.TransitionProps & {
11173
12989
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11174
12990
  })>;
11175
12991
  default: string;
11176
12992
  validator: (val: unknown) => boolean;
11177
12993
  }, "type" | "default"> & {
11178
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
12994
+ type: PropType<string | boolean | (vue.TransitionProps & {
11179
12995
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11180
12996
  }) | {
11181
12997
  component: vue.DefineComponent<{
11182
- target: vue.PropType<HTMLElement>;
12998
+ target: PropType<HTMLElement>;
11183
12999
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11184
- target: vue.PropType<HTMLElement>;
13000
+ target: PropType<HTMLElement>;
11185
13001
  }>>, {}>;
11186
13002
  }>;
11187
13003
  default: string | boolean | (vue.TransitionProps & {
11188
13004
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11189
13005
  }) | {
11190
13006
  component: vue.DefineComponent<{
11191
- target: vue.PropType<HTMLElement>;
13007
+ target: PropType<HTMLElement>;
11192
13008
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11193
- target: vue.PropType<HTMLElement>;
13009
+ target: PropType<HTMLElement>;
11194
13010
  }>>, {}>;
11195
13011
  };
11196
13012
  };
11197
13013
  items: {
11198
- type: vue.PropType<any[]>;
13014
+ type: PropType<any[]>;
11199
13015
  default: () => never[];
11200
13016
  };
11201
13017
  itemTitle: {
11202
- type: vue.PropType<SelectItemKey>;
13018
+ type: PropType<SelectItemKey>;
11203
13019
  default: string;
11204
13020
  };
11205
13021
  itemValue: {
11206
- type: vue.PropType<SelectItemKey>;
13022
+ type: PropType<SelectItemKey>;
11207
13023
  default: string;
11208
13024
  };
11209
13025
  itemChildren: Omit<{
11210
- type: vue.PropType<SelectItemKey>;
13026
+ type: PropType<SelectItemKey>;
11211
13027
  default: string;
11212
13028
  }, "type" | "default"> & {
11213
- type: vue.PropType<SelectItemKey>;
13029
+ type: PropType<SelectItemKey>;
11214
13030
  default: SelectItemKey;
11215
13031
  };
11216
13032
  itemProps: {
11217
- type: vue.PropType<SelectItemKey>;
13033
+ type: PropType<SelectItemKey>;
11218
13034
  default: string;
11219
13035
  };
11220
13036
  returnObject: BooleanConstructor;
@@ -11223,10 +13039,176 @@ declare const VSelect: {
11223
13039
  eager: BooleanConstructor;
11224
13040
  hideNoData: BooleanConstructor;
11225
13041
  hideSelected: BooleanConstructor;
13042
+ menu: BooleanConstructor;
11226
13043
  menuIcon: {
11227
- type: vue.PropType<IconValue>;
13044
+ type: PropType<IconValue>;
11228
13045
  default: string;
11229
13046
  };
13047
+ menuProps: {
13048
+ type: PropType<Partial<{
13049
+ transition: string | boolean | (vue.TransitionProps & {
13050
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13051
+ }) | {
13052
+ readonly component: vue.DefineComponent<{
13053
+ target: PropType<HTMLElement>;
13054
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13055
+ target: PropType<HTMLElement>;
13056
+ }>>, {}>;
13057
+ };
13058
+ modelValue: boolean;
13059
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
13060
+ transition: Omit<{
13061
+ type: PropType<string | boolean | (vue.TransitionProps & {
13062
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13063
+ })>;
13064
+ default: string;
13065
+ validator: (val: unknown) => boolean;
13066
+ }, "type" | "default"> & {
13067
+ type: PropType<string | boolean | (vue.TransitionProps & {
13068
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13069
+ }) | {
13070
+ readonly component: vue.DefineComponent<{
13071
+ target: PropType<HTMLElement>;
13072
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13073
+ target: PropType<HTMLElement>;
13074
+ }>>, {}>;
13075
+ }>;
13076
+ default: string | boolean | (vue.TransitionProps & {
13077
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13078
+ }) | {
13079
+ readonly component: vue.DefineComponent<{
13080
+ target: PropType<HTMLElement>;
13081
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13082
+ target: PropType<HTMLElement>;
13083
+ }>>, {}>;
13084
+ };
13085
+ };
13086
+ modelValue: BooleanConstructor;
13087
+ id: StringConstructor;
13088
+ } & SlotsToProps<MakeSlots<{
13089
+ default: [{
13090
+ isActive: vue.Ref<boolean>;
13091
+ }];
13092
+ activator: [{
13093
+ isActive: boolean;
13094
+ props: Record<string, any>;
13095
+ }];
13096
+ }>>>> & {
13097
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13098
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
13099
+ absolute: boolean;
13100
+ location: Anchor;
13101
+ origin: "auto" | Anchor | "overlap";
13102
+ transition: string | boolean | (vue.TransitionProps & {
13103
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13104
+ });
13105
+ zIndex: string | number;
13106
+ eager: boolean;
13107
+ disabled: boolean;
13108
+ modelValue: boolean;
13109
+ activatorProps: Record<string, any>;
13110
+ openOnClick: boolean;
13111
+ openOnHover: boolean;
13112
+ openOnFocus: boolean;
13113
+ closeOnContentClick: boolean;
13114
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13115
+ updateLocation: (e: Event) => void;
13116
+ } | undefined);
13117
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
13118
+ contained: boolean;
13119
+ noClickAnimation: boolean;
13120
+ persistent: boolean;
13121
+ closeOnBack: boolean;
13122
+ scrim: string | boolean;
13123
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
13124
+ eager: BooleanConstructor;
13125
+ transition: {
13126
+ type: PropType<string | boolean | (vue.TransitionProps & {
13127
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13128
+ })>;
13129
+ default: string;
13130
+ validator: (val: unknown) => boolean;
13131
+ };
13132
+ theme: StringConstructor;
13133
+ scrollStrategy: {
13134
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
13135
+ default: string;
13136
+ validator: (val: any) => boolean;
13137
+ };
13138
+ locationStrategy: {
13139
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13140
+ updateLocation: (e: Event) => void;
13141
+ } | undefined)>;
13142
+ default: string;
13143
+ validator: (val: any) => boolean;
13144
+ };
13145
+ location: {
13146
+ type: PropType<Anchor>;
13147
+ default: string;
13148
+ };
13149
+ origin: {
13150
+ type: PropType<"auto" | Anchor | "overlap">;
13151
+ default: string;
13152
+ };
13153
+ offset: (StringConstructor | NumberConstructor)[];
13154
+ height: (StringConstructor | NumberConstructor)[];
13155
+ maxHeight: (StringConstructor | NumberConstructor)[];
13156
+ maxWidth: (StringConstructor | NumberConstructor)[];
13157
+ minHeight: (StringConstructor | NumberConstructor)[];
13158
+ minWidth: (StringConstructor | NumberConstructor)[];
13159
+ width: (StringConstructor | NumberConstructor)[];
13160
+ closeDelay: (StringConstructor | NumberConstructor)[];
13161
+ openDelay: (StringConstructor | NumberConstructor)[];
13162
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
13163
+ activatorProps: {
13164
+ type: PropType<Record<string, any>>;
13165
+ default: () => {};
13166
+ };
13167
+ openOnClick: {
13168
+ type: BooleanConstructor;
13169
+ default: undefined;
13170
+ };
13171
+ openOnHover: BooleanConstructor;
13172
+ openOnFocus: {
13173
+ type: BooleanConstructor;
13174
+ default: undefined;
13175
+ };
13176
+ closeOnContentClick: BooleanConstructor;
13177
+ absolute: BooleanConstructor;
13178
+ attach: PropType<string | boolean | Element>;
13179
+ closeOnBack: {
13180
+ type: BooleanConstructor;
13181
+ default: boolean;
13182
+ };
13183
+ contained: BooleanConstructor;
13184
+ contentClass: null;
13185
+ contentProps: null;
13186
+ disabled: BooleanConstructor;
13187
+ noClickAnimation: BooleanConstructor;
13188
+ modelValue: BooleanConstructor;
13189
+ persistent: BooleanConstructor;
13190
+ scrim: {
13191
+ type: (StringConstructor | BooleanConstructor)[];
13192
+ default: boolean;
13193
+ };
13194
+ zIndex: {
13195
+ type: (StringConstructor | NumberConstructor)[];
13196
+ default: number;
13197
+ };
13198
+ } & SlotsToProps<MakeSlots<{
13199
+ default: [{
13200
+ isActive: vue.Ref<boolean>;
13201
+ }];
13202
+ activator: [{
13203
+ isActive: boolean;
13204
+ props: Record<string, any>;
13205
+ }];
13206
+ }>>>> & {
13207
+ onAfterLeave?: (() => any) | undefined;
13208
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13209
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
13210
+ } & 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">>;
13211
+ };
11230
13212
  modelValue: {
11231
13213
  type: null;
11232
13214
  default: () => never[];
@@ -11260,58 +13242,60 @@ declare const VSelect: {
11260
13242
  index: number;
11261
13243
  }];
11262
13244
  'no-data': [];
11263
- }>>>> & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
13245
+ }>>>> & {
13246
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
13247
+ } & vue.ShallowUnwrapRef<any> & {} & vue.ComponentCustomProperties;
11264
13248
  __isFragment?: undefined;
11265
13249
  __isTeleport?: undefined;
11266
13250
  __isSuspense?: undefined;
11267
13251
  } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
11268
13252
  transition: Omit<{
11269
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
13253
+ type: PropType<string | boolean | (vue.TransitionProps & {
11270
13254
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11271
13255
  })>;
11272
13256
  default: string;
11273
13257
  validator: (val: unknown) => boolean;
11274
13258
  }, "type" | "default"> & {
11275
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
13259
+ type: PropType<string | boolean | (vue.TransitionProps & {
11276
13260
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11277
13261
  }) | {
11278
13262
  component: vue.DefineComponent<{
11279
- target: vue.PropType<HTMLElement>;
13263
+ target: PropType<HTMLElement>;
11280
13264
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11281
- target: vue.PropType<HTMLElement>;
13265
+ target: PropType<HTMLElement>;
11282
13266
  }>>, {}>;
11283
13267
  }>;
11284
13268
  default: string | boolean | (vue.TransitionProps & {
11285
13269
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11286
13270
  }) | {
11287
13271
  component: vue.DefineComponent<{
11288
- target: vue.PropType<HTMLElement>;
13272
+ target: PropType<HTMLElement>;
11289
13273
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11290
- target: vue.PropType<HTMLElement>;
13274
+ target: PropType<HTMLElement>;
11291
13275
  }>>, {}>;
11292
13276
  };
11293
13277
  };
11294
13278
  items: {
11295
- type: vue.PropType<any[]>;
13279
+ type: PropType<any[]>;
11296
13280
  default: () => never[];
11297
13281
  };
11298
13282
  itemTitle: {
11299
- type: vue.PropType<SelectItemKey>;
13283
+ type: PropType<SelectItemKey>;
11300
13284
  default: string;
11301
13285
  };
11302
13286
  itemValue: {
11303
- type: vue.PropType<SelectItemKey>;
13287
+ type: PropType<SelectItemKey>;
11304
13288
  default: string;
11305
13289
  };
11306
13290
  itemChildren: Omit<{
11307
- type: vue.PropType<SelectItemKey>;
13291
+ type: PropType<SelectItemKey>;
11308
13292
  default: string;
11309
13293
  }, "type" | "default"> & {
11310
- type: vue.PropType<SelectItemKey>;
13294
+ type: PropType<SelectItemKey>;
11311
13295
  default: SelectItemKey;
11312
13296
  };
11313
13297
  itemProps: {
11314
- type: vue.PropType<SelectItemKey>;
13298
+ type: PropType<SelectItemKey>;
11315
13299
  default: string;
11316
13300
  };
11317
13301
  returnObject: BooleanConstructor;
@@ -11320,10 +13304,176 @@ declare const VSelect: {
11320
13304
  eager: BooleanConstructor;
11321
13305
  hideNoData: BooleanConstructor;
11322
13306
  hideSelected: BooleanConstructor;
13307
+ menu: BooleanConstructor;
11323
13308
  menuIcon: {
11324
- type: vue.PropType<IconValue>;
13309
+ type: PropType<IconValue>;
11325
13310
  default: string;
11326
13311
  };
13312
+ menuProps: {
13313
+ type: PropType<Partial<{
13314
+ transition: string | boolean | (vue.TransitionProps & {
13315
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13316
+ }) | {
13317
+ readonly component: vue.DefineComponent<{
13318
+ target: PropType<HTMLElement>;
13319
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13320
+ target: PropType<HTMLElement>;
13321
+ }>>, {}>;
13322
+ };
13323
+ modelValue: boolean;
13324
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
13325
+ transition: Omit<{
13326
+ type: PropType<string | boolean | (vue.TransitionProps & {
13327
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13328
+ })>;
13329
+ default: string;
13330
+ validator: (val: unknown) => boolean;
13331
+ }, "type" | "default"> & {
13332
+ type: PropType<string | boolean | (vue.TransitionProps & {
13333
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13334
+ }) | {
13335
+ readonly component: vue.DefineComponent<{
13336
+ target: PropType<HTMLElement>;
13337
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13338
+ target: PropType<HTMLElement>;
13339
+ }>>, {}>;
13340
+ }>;
13341
+ default: string | boolean | (vue.TransitionProps & {
13342
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13343
+ }) | {
13344
+ readonly component: vue.DefineComponent<{
13345
+ target: PropType<HTMLElement>;
13346
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
13347
+ target: PropType<HTMLElement>;
13348
+ }>>, {}>;
13349
+ };
13350
+ };
13351
+ modelValue: BooleanConstructor;
13352
+ id: StringConstructor;
13353
+ } & SlotsToProps<MakeSlots<{
13354
+ default: [{
13355
+ isActive: vue.Ref<boolean>;
13356
+ }];
13357
+ activator: [{
13358
+ isActive: boolean;
13359
+ props: Record<string, any>;
13360
+ }];
13361
+ }>>>> & {
13362
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13363
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "modelValue"> & Partial<{
13364
+ absolute: boolean;
13365
+ location: Anchor;
13366
+ origin: "auto" | Anchor | "overlap";
13367
+ transition: string | boolean | (vue.TransitionProps & {
13368
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13369
+ });
13370
+ zIndex: string | number;
13371
+ eager: boolean;
13372
+ disabled: boolean;
13373
+ modelValue: boolean;
13374
+ activatorProps: Record<string, any>;
13375
+ openOnClick: boolean;
13376
+ openOnHover: boolean;
13377
+ openOnFocus: boolean;
13378
+ closeOnContentClick: boolean;
13379
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13380
+ updateLocation: (e: Event) => void;
13381
+ } | undefined);
13382
+ scrollStrategy: "none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void);
13383
+ contained: boolean;
13384
+ noClickAnimation: boolean;
13385
+ persistent: boolean;
13386
+ closeOnBack: boolean;
13387
+ scrim: string | boolean;
13388
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
13389
+ eager: BooleanConstructor;
13390
+ transition: {
13391
+ type: PropType<string | boolean | (vue.TransitionProps & {
13392
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
13393
+ })>;
13394
+ default: string;
13395
+ validator: (val: unknown) => boolean;
13396
+ };
13397
+ theme: StringConstructor;
13398
+ scrollStrategy: {
13399
+ type: PropType<"none" | "block" | "close" | "reposition" | ((data: ScrollStrategyData) => void)>;
13400
+ default: string;
13401
+ validator: (val: any) => boolean;
13402
+ };
13403
+ locationStrategy: {
13404
+ type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13405
+ updateLocation: (e: Event) => void;
13406
+ } | undefined)>;
13407
+ default: string;
13408
+ validator: (val: any) => boolean;
13409
+ };
13410
+ location: {
13411
+ type: PropType<Anchor>;
13412
+ default: string;
13413
+ };
13414
+ origin: {
13415
+ type: PropType<"auto" | Anchor | "overlap">;
13416
+ default: string;
13417
+ };
13418
+ offset: (StringConstructor | NumberConstructor)[];
13419
+ height: (StringConstructor | NumberConstructor)[];
13420
+ maxHeight: (StringConstructor | NumberConstructor)[];
13421
+ maxWidth: (StringConstructor | NumberConstructor)[];
13422
+ minHeight: (StringConstructor | NumberConstructor)[];
13423
+ minWidth: (StringConstructor | NumberConstructor)[];
13424
+ width: (StringConstructor | NumberConstructor)[];
13425
+ closeDelay: (StringConstructor | NumberConstructor)[];
13426
+ openDelay: (StringConstructor | NumberConstructor)[];
13427
+ activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
13428
+ activatorProps: {
13429
+ type: PropType<Record<string, any>>;
13430
+ default: () => {};
13431
+ };
13432
+ openOnClick: {
13433
+ type: BooleanConstructor;
13434
+ default: undefined;
13435
+ };
13436
+ openOnHover: BooleanConstructor;
13437
+ openOnFocus: {
13438
+ type: BooleanConstructor;
13439
+ default: undefined;
13440
+ };
13441
+ closeOnContentClick: BooleanConstructor;
13442
+ absolute: BooleanConstructor;
13443
+ attach: PropType<string | boolean | Element>;
13444
+ closeOnBack: {
13445
+ type: BooleanConstructor;
13446
+ default: boolean;
13447
+ };
13448
+ contained: BooleanConstructor;
13449
+ contentClass: null;
13450
+ contentProps: null;
13451
+ disabled: BooleanConstructor;
13452
+ noClickAnimation: BooleanConstructor;
13453
+ modelValue: BooleanConstructor;
13454
+ persistent: BooleanConstructor;
13455
+ scrim: {
13456
+ type: (StringConstructor | BooleanConstructor)[];
13457
+ default: boolean;
13458
+ };
13459
+ zIndex: {
13460
+ type: (StringConstructor | NumberConstructor)[];
13461
+ default: number;
13462
+ };
13463
+ } & SlotsToProps<MakeSlots<{
13464
+ default: [{
13465
+ isActive: vue.Ref<boolean>;
13466
+ }];
13467
+ activator: [{
13468
+ isActive: boolean;
13469
+ props: Record<string, any>;
13470
+ }];
13471
+ }>>>> & {
13472
+ onAfterLeave?: (() => any) | undefined;
13473
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13474
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
13475
+ } & 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">>;
13476
+ };
11327
13477
  modelValue: {
11328
13478
  type: null;
11329
13479
  default: () => never[];
@@ -11357,18 +13507,22 @@ declare const VSelect: {
11357
13507
  index: number;
11358
13508
  }];
11359
13509
  'no-data': [];
11360
- }>>>>, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
13510
+ }>>>> & {
13511
+ "onUpdate:menu"?: ((val: boolean) => any) | undefined;
13512
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
11361
13513
  'update:modelValue': (val: any) => boolean;
13514
+ 'update:menu': (val: boolean) => boolean;
11362
13515
  }, "multiple" | "items" | "update:modelValue" | "modelValue" | "returnObject">, string, {
11363
13516
  transition: string | boolean | (vue.TransitionProps & {
11364
13517
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
11365
13518
  }) | {
11366
13519
  component: vue.DefineComponent<{
11367
- target: vue.PropType<HTMLElement>;
13520
+ target: PropType<HTMLElement>;
11368
13521
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
11369
- target: vue.PropType<HTMLElement>;
13522
+ target: PropType<HTMLElement>;
11370
13523
  }>>, {}>;
11371
13524
  };
13525
+ menu: boolean;
11372
13526
  eager: boolean;
11373
13527
  noDataText: string;
11374
13528
  itemTitle: SelectItemKey;
@@ -11903,6 +14057,7 @@ declare const VSlider: vue.DefineComponent<{
11903
14057
  type: vue.PropType<ValidationRule[]>;
11904
14058
  default: () => never[];
11905
14059
  };
14060
+ validationValue: null;
11906
14061
  density: {
11907
14062
  type: vue.PropType<"default" | "compact" | "comfortable" | null>;
11908
14063
  default: string;
@@ -11999,6 +14154,7 @@ declare const VSlider: vue.DefineComponent<{
11999
14154
  type: vue.PropType<ValidationRule[]>;
12000
14155
  default: () => never[];
12001
14156
  };
14157
+ validationValue: null;
12002
14158
  density: {
12003
14159
  type: vue.PropType<"default" | "compact" | "comfortable" | null>;
12004
14160
  default: string;
@@ -12117,7 +14273,7 @@ declare const VSnackbar: vue.DefineComponent<{
12117
14273
  };
12118
14274
  color: StringConstructor;
12119
14275
  variant: {
12120
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
14276
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
12121
14277
  default: string;
12122
14278
  validator: (v: any) => boolean;
12123
14279
  };
@@ -12164,7 +14320,7 @@ declare const VSnackbar: vue.DefineComponent<{
12164
14320
  };
12165
14321
  color: StringConstructor;
12166
14322
  variant: {
12167
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
14323
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
12168
14324
  default: string;
12169
14325
  validator: (v: any) => boolean;
12170
14326
  };
@@ -12203,7 +14359,7 @@ declare const VSnackbar: vue.DefineComponent<{
12203
14359
  vertical: boolean;
12204
14360
  contentClass: string;
12205
14361
  rounded: string | number | boolean;
12206
- variant: "text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text";
14362
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
12207
14363
  modelValue: boolean;
12208
14364
  app: boolean;
12209
14365
  multiLine: boolean;
@@ -12256,6 +14412,7 @@ declare const VSwitch: vue.DefineComponent<{
12256
14412
  type: vue.PropType<ValidationRule[]>;
12257
14413
  default: () => never[];
12258
14414
  };
14415
+ validationValue: null;
12259
14416
  appendIcon: vue.PropType<IconValue>;
12260
14417
  prependIcon: vue.PropType<IconValue>;
12261
14418
  hideDetails: vue.PropType<boolean | "auto">;
@@ -12323,6 +14480,7 @@ declare const VSwitch: vue.DefineComponent<{
12323
14480
  type: vue.PropType<ValidationRule[]>;
12324
14481
  default: () => never[];
12325
14482
  };
14483
+ validationValue: null;
12326
14484
  appendIcon: vue.PropType<IconValue>;
12327
14485
  prependIcon: vue.PropType<IconValue>;
12328
14486
  hideDetails: vue.PropType<boolean | "auto">;
@@ -12358,10 +14516,10 @@ declare const VSwitch: vue.DefineComponent<{
12358
14516
  messages: string | string[];
12359
14517
  density: "default" | "compact" | "comfortable" | null;
12360
14518
  ripple: boolean;
12361
- valueComparator: typeof deepEqual;
12362
14519
  errorMessages: string | string[];
12363
14520
  maxErrors: string | number;
12364
14521
  rules: ValidationRule[];
14522
+ valueComparator: typeof deepEqual;
12365
14523
  }>;
12366
14524
  declare type VSwitch = InstanceType<typeof VSwitch>;
12367
14525
 
@@ -12646,7 +14804,7 @@ declare const VTextarea: vue.DefineComponent<{
12646
14804
  reverse: BooleanConstructor;
12647
14805
  singleLine: BooleanConstructor;
12648
14806
  variant: {
12649
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
14807
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
12650
14808
  default: string;
12651
14809
  validator: (v: any) => boolean;
12652
14810
  };
@@ -12665,6 +14823,7 @@ declare const VTextarea: vue.DefineComponent<{
12665
14823
  default: () => never[];
12666
14824
  };
12667
14825
  modelValue: null;
14826
+ validationValue: null;
12668
14827
  density: {
12669
14828
  type: PropType<"default" | "compact" | "comfortable" | null>;
12670
14829
  default: string;
@@ -12704,7 +14863,7 @@ declare const VTextarea: vue.DefineComponent<{
12704
14863
  validator: (v: any) => boolean;
12705
14864
  };
12706
14865
  suffix: StringConstructor;
12707
- }, {
14866
+ }, HTMLInputElement & {
12708
14867
  $: vue.ComponentInternalInstance;
12709
14868
  $data: {};
12710
14869
  $props: Partial<{
@@ -12735,6 +14894,7 @@ declare const VTextarea: vue.DefineComponent<{
12735
14894
  default: () => never[];
12736
14895
  };
12737
14896
  modelValue: null;
14897
+ validationValue: null;
12738
14898
  density: {
12739
14899
  type: PropType<"default" | "compact" | "comfortable" | null>;
12740
14900
  default: string;
@@ -12792,6 +14952,7 @@ declare const VTextarea: vue.DefineComponent<{
12792
14952
  default: () => never[];
12793
14953
  };
12794
14954
  modelValue: null;
14955
+ validationValue: null;
12795
14956
  density: {
12796
14957
  type: PropType<"default" | "compact" | "comfortable" | null>;
12797
14958
  default: string;
@@ -12871,6 +15032,7 @@ declare const VTextarea: vue.DefineComponent<{
12871
15032
  default: () => never[];
12872
15033
  };
12873
15034
  modelValue: null;
15035
+ validationValue: null;
12874
15036
  density: {
12875
15037
  type: PropType<"default" | "compact" | "comfortable" | null>;
12876
15038
  default: string;
@@ -12907,7 +15069,7 @@ declare const VTextarea: vue.DefineComponent<{
12907
15069
  append: [VInputSlot];
12908
15070
  details: [VInputSlot];
12909
15071
  }>;
12910
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15072
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
12911
15073
  'click:clear': (e: MouseEvent) => true;
12912
15074
  'click:control': (e: MouseEvent) => true;
12913
15075
  'update:modelValue': (val: string) => true;
@@ -12932,7 +15094,7 @@ declare const VTextarea: vue.DefineComponent<{
12932
15094
  reverse: BooleanConstructor;
12933
15095
  singleLine: BooleanConstructor;
12934
15096
  variant: {
12935
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15097
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
12936
15098
  default: string;
12937
15099
  validator: (v: any) => boolean;
12938
15100
  };
@@ -12951,6 +15113,7 @@ declare const VTextarea: vue.DefineComponent<{
12951
15113
  default: () => never[];
12952
15114
  };
12953
15115
  modelValue: null;
15116
+ validationValue: null;
12954
15117
  density: {
12955
15118
  type: PropType<"default" | "compact" | "comfortable" | null>;
12956
15119
  default: string;
@@ -13005,7 +15168,7 @@ declare const VTextarea: vue.DefineComponent<{
13005
15168
  readonly: boolean;
13006
15169
  messages: string | string[];
13007
15170
  density: "default" | "compact" | "comfortable" | null;
13008
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
15171
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
13009
15172
  errorMessages: string | string[];
13010
15173
  maxErrors: string | number;
13011
15174
  rules: ValidationRule[];
@@ -13039,7 +15202,7 @@ declare const VTextField: {
13039
15202
  readonly: boolean;
13040
15203
  messages: string | string[];
13041
15204
  density: "default" | "compact" | "comfortable" | null;
13042
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
15205
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
13043
15206
  errorMessages: string | string[];
13044
15207
  maxErrors: string | number;
13045
15208
  rules: ValidationRule[];
@@ -13072,7 +15235,7 @@ declare const VTextField: {
13072
15235
  reverse: BooleanConstructor;
13073
15236
  singleLine: BooleanConstructor;
13074
15237
  variant: {
13075
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15238
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13076
15239
  default: string;
13077
15240
  validator: (v: any) => boolean;
13078
15241
  };
@@ -13091,6 +15254,7 @@ declare const VTextField: {
13091
15254
  default: () => never[];
13092
15255
  };
13093
15256
  modelValue: null;
15257
+ validationValue: null;
13094
15258
  density: {
13095
15259
  type: PropType<"default" | "compact" | "comfortable" | null>;
13096
15260
  default: string;
@@ -13175,7 +15339,7 @@ declare const VTextField: {
13175
15339
  reverse: BooleanConstructor;
13176
15340
  singleLine: BooleanConstructor;
13177
15341
  variant: {
13178
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15342
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13179
15343
  default: string;
13180
15344
  validator: (v: any) => boolean;
13181
15345
  };
@@ -13194,6 +15358,7 @@ declare const VTextField: {
13194
15358
  default: () => never[];
13195
15359
  };
13196
15360
  modelValue: null;
15361
+ validationValue: null;
13197
15362
  density: {
13198
15363
  type: PropType<"default" | "compact" | "comfortable" | null>;
13199
15364
  default: string;
@@ -13243,7 +15408,7 @@ declare const VTextField: {
13243
15408
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
13244
15409
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
13245
15410
  "onClick:input"?: ((e: MouseEvent) => any) | undefined;
13246
- }, {
15411
+ }, HTMLInputElement & {
13247
15412
  $: vue.ComponentInternalInstance;
13248
15413
  $data: {};
13249
15414
  $props: Partial<{
@@ -13274,6 +15439,7 @@ declare const VTextField: {
13274
15439
  default: () => never[];
13275
15440
  };
13276
15441
  modelValue: null;
15442
+ validationValue: null;
13277
15443
  density: {
13278
15444
  type: PropType<"default" | "compact" | "comfortable" | null>;
13279
15445
  default: string;
@@ -13331,6 +15497,7 @@ declare const VTextField: {
13331
15497
  default: () => never[];
13332
15498
  };
13333
15499
  modelValue: null;
15500
+ validationValue: null;
13334
15501
  density: {
13335
15502
  type: PropType<"default" | "compact" | "comfortable" | null>;
13336
15503
  default: string;
@@ -13410,6 +15577,7 @@ declare const VTextField: {
13410
15577
  default: () => never[];
13411
15578
  };
13412
15579
  modelValue: null;
15580
+ validationValue: null;
13413
15581
  density: {
13414
15582
  type: PropType<"default" | "compact" | "comfortable" | null>;
13415
15583
  default: string;
@@ -13446,7 +15614,7 @@ declare const VTextField: {
13446
15614
  append: [VInputSlot];
13447
15615
  details: [VInputSlot];
13448
15616
  }>;
13449
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
15617
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
13450
15618
  'click:clear': (e: MouseEvent) => boolean;
13451
15619
  'click:control': (e: MouseEvent) => boolean;
13452
15620
  'click:input': (e: MouseEvent) => boolean;
@@ -13463,7 +15631,7 @@ declare const VTextField: {
13463
15631
  readonly: boolean;
13464
15632
  messages: string | string[];
13465
15633
  density: "default" | "compact" | "comfortable" | null;
13466
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
15634
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
13467
15635
  errorMessages: string | string[];
13468
15636
  maxErrors: string | number;
13469
15637
  rules: ValidationRule[];
@@ -13516,7 +15684,7 @@ declare const VTextField: {
13516
15684
  reverse: BooleanConstructor;
13517
15685
  singleLine: BooleanConstructor;
13518
15686
  variant: {
13519
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15687
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13520
15688
  default: string;
13521
15689
  validator: (v: any) => boolean;
13522
15690
  };
@@ -13535,6 +15703,7 @@ declare const VTextField: {
13535
15703
  default: () => never[];
13536
15704
  };
13537
15705
  modelValue: null;
15706
+ validationValue: null;
13538
15707
  density: {
13539
15708
  type: PropType<"default" | "compact" | "comfortable" | null>;
13540
15709
  default: string;
@@ -13584,7 +15753,7 @@ declare const VTextField: {
13584
15753
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
13585
15754
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
13586
15755
  "onClick:input"?: ((e: MouseEvent) => any) | undefined;
13587
- } & vue.ShallowUnwrapRef<{
15756
+ } & vue.ShallowUnwrapRef<HTMLInputElement & {
13588
15757
  $: vue.ComponentInternalInstance;
13589
15758
  $data: {};
13590
15759
  $props: Partial<{
@@ -13615,6 +15784,7 @@ declare const VTextField: {
13615
15784
  default: () => never[];
13616
15785
  };
13617
15786
  modelValue: null;
15787
+ validationValue: null;
13618
15788
  density: {
13619
15789
  type: PropType<"default" | "compact" | "comfortable" | null>;
13620
15790
  default: string;
@@ -13672,6 +15842,7 @@ declare const VTextField: {
13672
15842
  default: () => never[];
13673
15843
  };
13674
15844
  modelValue: null;
15845
+ validationValue: null;
13675
15846
  density: {
13676
15847
  type: PropType<"default" | "compact" | "comfortable" | null>;
13677
15848
  default: string;
@@ -13751,6 +15922,7 @@ declare const VTextField: {
13751
15922
  default: () => never[];
13752
15923
  };
13753
15924
  modelValue: null;
15925
+ validationValue: null;
13754
15926
  density: {
13755
15927
  type: PropType<"default" | "compact" | "comfortable" | null>;
13756
15928
  default: string;
@@ -13787,7 +15959,7 @@ declare const VTextField: {
13787
15959
  append: [VInputSlot];
13788
15960
  details: [VInputSlot];
13789
15961
  }>;
13790
- } & HTMLInputElement> & {} & vue.ComponentCustomProperties;
15962
+ }> & {} & vue.ComponentCustomProperties;
13791
15963
  __isFragment?: undefined;
13792
15964
  __isTeleport?: undefined;
13793
15965
  __isSuspense?: undefined;
@@ -13812,7 +15984,7 @@ declare const VTextField: {
13812
15984
  reverse: BooleanConstructor;
13813
15985
  singleLine: BooleanConstructor;
13814
15986
  variant: {
13815
- type: PropType<"filled" | "outlined" | "plain" | "contained" | "underlined">;
15987
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
13816
15988
  default: string;
13817
15989
  validator: (v: any) => boolean;
13818
15990
  };
@@ -13831,6 +16003,7 @@ declare const VTextField: {
13831
16003
  default: () => never[];
13832
16004
  };
13833
16005
  modelValue: null;
16006
+ validationValue: null;
13834
16007
  density: {
13835
16008
  type: PropType<"default" | "compact" | "comfortable" | null>;
13836
16009
  default: string;
@@ -13880,7 +16053,7 @@ declare const VTextField: {
13880
16053
  "onClick:clear"?: ((e: MouseEvent) => any) | undefined;
13881
16054
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
13882
16055
  "onClick:input"?: ((e: MouseEvent) => any) | undefined;
13883
- }, {
16056
+ }, HTMLInputElement & {
13884
16057
  $: vue.ComponentInternalInstance;
13885
16058
  $data: {};
13886
16059
  $props: Partial<{
@@ -13911,6 +16084,7 @@ declare const VTextField: {
13911
16084
  default: () => never[];
13912
16085
  };
13913
16086
  modelValue: null;
16087
+ validationValue: null;
13914
16088
  density: {
13915
16089
  type: PropType<"default" | "compact" | "comfortable" | null>;
13916
16090
  default: string;
@@ -13968,6 +16142,7 @@ declare const VTextField: {
13968
16142
  default: () => never[];
13969
16143
  };
13970
16144
  modelValue: null;
16145
+ validationValue: null;
13971
16146
  density: {
13972
16147
  type: PropType<"default" | "compact" | "comfortable" | null>;
13973
16148
  default: string;
@@ -14047,6 +16222,7 @@ declare const VTextField: {
14047
16222
  default: () => never[];
14048
16223
  };
14049
16224
  modelValue: null;
16225
+ validationValue: null;
14050
16226
  density: {
14051
16227
  type: PropType<"default" | "compact" | "comfortable" | null>;
14052
16228
  default: string;
@@ -14083,7 +16259,7 @@ declare const VTextField: {
14083
16259
  append: [VInputSlot];
14084
16260
  details: [VInputSlot];
14085
16261
  }>;
14086
- } & HTMLInputElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
16262
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
14087
16263
  'click:clear': (e: MouseEvent) => boolean;
14088
16264
  'click:control': (e: MouseEvent) => boolean;
14089
16265
  'click:input': (e: MouseEvent) => boolean;
@@ -14100,7 +16276,7 @@ declare const VTextField: {
14100
16276
  readonly: boolean;
14101
16277
  messages: string | string[];
14102
16278
  density: "default" | "compact" | "comfortable" | null;
14103
- variant: "filled" | "outlined" | "plain" | "contained" | "underlined";
16279
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
14104
16280
  errorMessages: string | string[];
14105
16281
  maxErrors: string | number;
14106
16282
  rules: ValidationRule[];
@@ -14655,7 +16831,7 @@ declare type VToolbarTitle = InstanceType<typeof VToolbarTitle>;
14655
16831
  declare const VToolbarItems: vue.DefineComponent<{
14656
16832
  color: StringConstructor;
14657
16833
  variant: Omit<{
14658
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
16834
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
14659
16835
  default: string;
14660
16836
  validator: (v: any) => boolean;
14661
16837
  }, "type" | "default"> & {
@@ -14667,7 +16843,7 @@ declare const VToolbarItems: vue.DefineComponent<{
14667
16843
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
14668
16844
  color: StringConstructor;
14669
16845
  variant: Omit<{
14670
- type: vue.PropType<"text" | "outlined" | "plain" | "contained" | "contained-flat" | "contained-text">;
16846
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
14671
16847
  default: string;
14672
16848
  validator: (v: any) => boolean;
14673
16849
  }, "type" | "default"> & {
@@ -14913,6 +17089,7 @@ declare const VValidation: vue.DefineComponent<{
14913
17089
  default: () => never[];
14914
17090
  };
14915
17091
  modelValue: null;
17092
+ validationValue: null;
14916
17093
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
14917
17094
  [key: string]: any;
14918
17095
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -14935,6 +17112,7 @@ declare const VValidation: vue.DefineComponent<{
14935
17112
  default: () => never[];
14936
17113
  };
14937
17114
  modelValue: null;
17115
+ validationValue: null;
14938
17116
  }>> & {
14939
17117
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
14940
17118
  }, {
@@ -15975,6 +18153,7 @@ declare const index_d$1_VCardTitle: typeof VCardTitle;
15975
18153
  declare const index_d$1_VCarousel: typeof VCarousel;
15976
18154
  type index_d$1_VCarouselItem = VCarouselItem;
15977
18155
  type index_d$1_VCheckbox = VCheckbox;
18156
+ type index_d$1_VCheckboxBtn = VCheckboxBtn;
15978
18157
  type index_d$1_VChip = VChip;
15979
18158
  type index_d$1_VChipGroup = VChipGroup;
15980
18159
  declare const index_d$1_VCode: typeof VCode;
@@ -16123,6 +18302,7 @@ declare namespace index_d$1 {
16123
18302
  index_d$1_VCarousel as VCarousel,
16124
18303
  index_d$1_VCarouselItem as VCarouselItem,
16125
18304
  index_d$1_VCheckbox as VCheckbox,
18305
+ index_d$1_VCheckboxBtn as VCheckboxBtn,
16126
18306
  index_d$1_VChip as VChip,
16127
18307
  index_d$1_VChipGroup as VChipGroup,
16128
18308
  index_d$1_VCode as VCode,