vuetify 3.7.0 → 3.7.1

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 (114) hide show
  1. package/dist/json/attributes.json +169 -169
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +166 -166
  4. package/dist/json/web-types.json +227 -216
  5. package/dist/vuetify-labs.css +3529 -3517
  6. package/dist/vuetify-labs.d.ts +1850 -38
  7. package/dist/vuetify-labs.esm.js +27 -15
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +27 -15
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2464 -2452
  12. package/dist/vuetify.d.ts +444 -120
  13. package/dist/vuetify.esm.js +20 -14
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +20 -14
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1058 -1057
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +4 -1
  25. package/lib/components/VAppBar/index.d.mts +4 -1
  26. package/lib/components/VAutocomplete/index.d.mts +49 -4
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +4 -1
  30. package/lib/components/VBadge/index.d.mts +4 -1
  31. package/lib/components/VBanner/index.d.mts +4 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +4 -1
  33. package/lib/components/VBtn/index.d.mts +4 -1
  34. package/lib/components/VCard/index.d.mts +4 -1
  35. package/lib/components/VCarousel/index.d.mts +4 -1
  36. package/lib/components/VCheckbox/index.d.mts +4 -1
  37. package/lib/components/VChip/index.d.mts +4 -1
  38. package/lib/components/VChipGroup/index.d.mts +4 -1
  39. package/lib/components/VCombobox/index.d.mts +49 -4
  40. package/lib/components/VDataTable/index.d.mts +4 -1
  41. package/lib/components/VDatePicker/index.d.mts +4 -1
  42. package/lib/components/VDialog/VDialog.mjs +2 -0
  43. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  44. package/lib/components/VDialog/index.d.mts +42 -3
  45. package/lib/components/VEmptyState/index.d.mts +4 -1
  46. package/lib/components/VExpansionPanel/index.d.mts +4 -1
  47. package/lib/components/VFab/index.d.mts +4 -1
  48. package/lib/components/VField/index.d.mts +4 -1
  49. package/lib/components/VFileInput/index.d.mts +31 -4
  50. package/lib/components/VForm/index.d.mts +96 -3
  51. package/lib/components/VIcon/index.d.mts +4 -1
  52. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  53. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  54. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  55. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  56. package/lib/components/VInput/index.d.mts +4 -1
  57. package/lib/components/VList/index.d.mts +4 -1
  58. package/lib/components/VMenu/index.d.mts +45 -3
  59. package/lib/components/VPagination/index.d.mts +4 -1
  60. package/lib/components/VRadio/index.d.mts +4 -1
  61. package/lib/components/VRadioGroup/index.d.mts +4 -1
  62. package/lib/components/VRangeSlider/index.d.mts +4 -1
  63. package/lib/components/VRating/index.d.mts +4 -1
  64. package/lib/components/VSelect/index.d.mts +49 -4
  65. package/lib/components/VSelectionControl/index.d.mts +4 -1
  66. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  67. package/lib/components/VSlideGroup/index.d.mts +4 -1
  68. package/lib/components/VSlider/index.d.mts +4 -1
  69. package/lib/components/VSnackbar/index.d.mts +36 -3
  70. package/lib/components/VSwitch/index.d.mts +4 -1
  71. package/lib/components/VTabs/index.d.mts +19 -4
  72. package/lib/components/VTextField/index.d.mts +37 -4
  73. package/lib/components/VTextarea/index.d.mts +31 -4
  74. package/lib/components/VTimeline/index.d.mts +4 -1
  75. package/lib/components/VTooltip/index.d.mts +36 -3
  76. package/lib/components/VWindow/index.d.mts +4 -1
  77. package/lib/components/index.d.mts +361 -28
  78. package/lib/components/index.mjs +1 -1
  79. package/lib/components/index.mjs.map +1 -1
  80. package/lib/composables/forwardRefs.mjs +2 -0
  81. package/lib/composables/forwardRefs.mjs.map +1 -1
  82. package/lib/composables/icons.mjs.map +1 -1
  83. package/lib/composables/index.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/framework.mjs +1 -1
  86. package/lib/iconsets/fa-svg.d.mts +4 -1
  87. package/lib/iconsets/fa.d.mts +4 -1
  88. package/lib/iconsets/fa4.d.mts +4 -1
  89. package/lib/iconsets/md.d.mts +4 -1
  90. package/lib/iconsets/mdi-svg.d.mts +4 -1
  91. package/lib/iconsets/mdi.d.mts +4 -1
  92. package/lib/index.d.mts +87 -93
  93. package/lib/labs/VDateInput/index.d.mts +4 -1
  94. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  95. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  96. package/lib/labs/VNumberInput/index.d.mts +2277 -795
  97. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  98. package/lib/labs/VStepperVertical/index.d.mts +4 -1
  99. package/lib/labs/VTreeview/index.d.mts +4 -1
  100. package/lib/labs/components.d.mts +2297 -782
  101. package/lib/util/helpers.mjs +7 -3
  102. package/lib/util/helpers.mjs.map +1 -1
  103. package/package.json +2 -6
  104. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  105. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  106. package/lib/components/VTreeview/VTreeview.sass +0 -128
  107. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  108. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  109. package/lib/components/VTreeview/_mixins.sass +0 -18
  110. package/lib/components/VTreeview/_variables.scss +0 -10
  111. package/lib/components/VTreeview/index.mjs +0 -10
  112. package/lib/components/VTreeview/index.mjs.map +0 -1
  113. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  114. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComputedRef, Ref, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -62,6 +62,9 @@ interface ValidationProps {
62
62
  validationValue: any;
63
63
  }
64
64
 
65
+ type JSXComponent<Props = any> = {
66
+ new (): ComponentPublicInstance<Props>;
67
+ } | FunctionalComponent<Props>;
65
68
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
66
69
  declare const IconValue: PropType<IconValue>;
67
70
 
@@ -453,7 +456,15 @@ declare const VTextarea: {
453
456
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
454
457
  modelValue?: unknown;
455
458
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
456
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
459
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
460
+ _allExposed: {
461
+ reset: () => Promise<void>;
462
+ resetValidation: () => Promise<void>;
463
+ validate: (silent?: boolean) => Promise<string[]>;
464
+ isValid: vue.ComputedRef<boolean | null>;
465
+ errorMessages: vue.ComputedRef<string[]>;
466
+ } | {};
467
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
457
468
  'click:control': (e: MouseEvent) => true;
458
469
  'mousedown:control': (e: MouseEvent) => true;
459
470
  'update:focused': (focused: boolean) => true;
@@ -984,7 +995,15 @@ declare const VTextarea: {
984
995
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
985
996
  modelValue?: unknown;
986
997
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
987
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
998
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
999
+ _allExposed: {
1000
+ reset: () => Promise<void>;
1001
+ resetValidation: () => Promise<void>;
1002
+ validate: (silent?: boolean) => Promise<string[]>;
1003
+ isValid: vue.ComputedRef<boolean | null>;
1004
+ errorMessages: vue.ComputedRef<string[]>;
1005
+ } | {};
1006
+ }, {}, {}, {}, {
988
1007
  flat: boolean;
989
1008
  reverse: boolean;
990
1009
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -1368,7 +1387,15 @@ declare const VTextarea: {
1368
1387
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1369
1388
  modelValue?: unknown;
1370
1389
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1371
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1390
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1391
+ _allExposed: {
1392
+ reset: () => Promise<void>;
1393
+ resetValidation: () => Promise<void>;
1394
+ validate: (silent?: boolean) => Promise<string[]>;
1395
+ isValid: vue.ComputedRef<boolean | null>;
1396
+ errorMessages: vue.ComputedRef<string[]>;
1397
+ } | {};
1398
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1372
1399
  'click:control': (e: MouseEvent) => true;
1373
1400
  'mousedown:control': (e: MouseEvent) => true;
1374
1401
  'update:focused': (focused: boolean) => true;
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, Prop, JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, Prop, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
3
3
 
4
4
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
@@ -268,6 +268,9 @@ declare const VTimeline: {
268
268
  }>>;
269
269
  type VTimeline = InstanceType<typeof VTimeline>;
270
270
 
271
+ type JSXComponent<Props = any> = {
272
+ new (): ComponentPublicInstance<Props>;
273
+ } | FunctionalComponent<Props>;
271
274
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
272
275
  declare const IconValue: PropType<IconValue>;
273
276
 
@@ -625,7 +625,18 @@ declare const VTooltip: {
625
625
  globalTop: Readonly<vue.Ref<boolean>>;
626
626
  localTop: vue.ComputedRef<boolean>;
627
627
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
628
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
628
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
629
+ _allExposed: {
630
+ activatorEl: vue.Ref<HTMLElement | undefined>;
631
+ scrimEl: vue.Ref<HTMLElement | undefined>;
632
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
633
+ animateClick: () => void;
634
+ contentEl: vue.Ref<HTMLElement | undefined>;
635
+ globalTop: Readonly<vue.Ref<boolean>>;
636
+ localTop: vue.ComputedRef<boolean>;
637
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
638
+ } | {};
639
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
629
640
  'update:modelValue': (value: boolean) => true;
630
641
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
631
642
  offset: string | number | number[] | undefined;
@@ -1279,7 +1290,18 @@ declare const VTooltip: {
1279
1290
  globalTop: Readonly<vue.Ref<boolean>>;
1280
1291
  localTop: vue.ComputedRef<boolean>;
1281
1292
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1282
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
1293
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1294
+ _allExposed: {
1295
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1296
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1297
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1298
+ animateClick: () => void;
1299
+ contentEl: vue.Ref<HTMLElement | undefined>;
1300
+ globalTop: Readonly<vue.Ref<boolean>>;
1301
+ localTop: vue.ComputedRef<boolean>;
1302
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1303
+ } | {};
1304
+ }, {}, {}, {}, {
1283
1305
  offset: string | number | number[] | undefined;
1284
1306
  location: Anchor;
1285
1307
  origin: "auto" | Anchor | "overlap";
@@ -1841,7 +1863,18 @@ declare const VTooltip: {
1841
1863
  globalTop: Readonly<vue.Ref<boolean>>;
1842
1864
  localTop: vue.ComputedRef<boolean>;
1843
1865
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1844
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1866
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1867
+ _allExposed: {
1868
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1869
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1870
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1871
+ animateClick: () => void;
1872
+ contentEl: vue.Ref<HTMLElement | undefined>;
1873
+ globalTop: Readonly<vue.Ref<boolean>>;
1874
+ localTop: vue.ComputedRef<boolean>;
1875
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1876
+ } | {};
1877
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1845
1878
  'update:modelValue': (value: boolean) => true;
1846
1879
  }, string, {
1847
1880
  offset: string | number | number[] | undefined;
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentInternalInstance, Ref, ComputedRef, JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentInternalInstance, Ref, ComputedRef, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
3
3
 
4
4
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
5
  $children?: (VNodeChild | (T extends {
@@ -68,6 +68,9 @@ interface GroupItemProvide {
68
68
  group: GroupProvide;
69
69
  }
70
70
 
71
+ type JSXComponent<Props = any> = {
72
+ new (): ComponentPublicInstance<Props>;
73
+ } | FunctionalComponent<Props>;
71
74
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
72
75
  declare const IconValue: PropType<IconValue>;
73
76