@vuetify/nightly 3.7.2-master.2024-09-20 → 3.7.2-master.2024-09-26

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 (64) hide show
  1. package/dist/json/importMap-labs.json +12 -12
  2. package/dist/json/importMap.json +160 -160
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +2502 -2502
  5. package/dist/vuetify-labs.d.ts +194 -194
  6. package/dist/vuetify-labs.esm.js +9 -6
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +9 -6
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +5552 -5552
  11. package/dist/vuetify.d.ts +211 -211
  12. package/dist/vuetify.esm.js +7 -5
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +7 -5
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +8 -8
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +22 -22
  20. package/lib/components/VBottomSheet/index.d.mts +4 -4
  21. package/lib/components/VCarousel/index.d.mts +2 -2
  22. package/lib/components/VCheckbox/index.d.mts +2 -2
  23. package/lib/components/VChip/VChip.mjs +2 -1
  24. package/lib/components/VChip/VChip.mjs.map +1 -1
  25. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  26. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  27. package/lib/components/VCombobox/index.d.mts +22 -22
  28. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
  29. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
  30. package/lib/components/VDataTable/index.d.mts +6 -6
  31. package/lib/components/VDatePicker/index.d.mts +2 -2
  32. package/lib/components/VDialog/index.d.mts +22 -22
  33. package/lib/components/VFileInput/__tests__/text.txt +1 -0
  34. package/lib/components/VFileInput/index.d.mts +3 -3
  35. package/lib/components/VInput/index.d.mts +2 -2
  36. package/lib/components/VList/VListItem.mjs +1 -0
  37. package/lib/components/VList/VListItem.mjs.map +1 -1
  38. package/lib/components/VMenu/index.d.mts +20 -20
  39. package/lib/components/VMessages/index.d.mts +8 -8
  40. package/lib/components/VNavigationDrawer/index.d.mts +7 -7
  41. package/lib/components/VOverlay/index.d.mts +4 -4
  42. package/lib/components/VRadioGroup/index.d.mts +2 -2
  43. package/lib/components/VSelect/index.d.mts +22 -22
  44. package/lib/components/VSnackbar/index.d.mts +31 -31
  45. package/lib/components/VSpeedDial/index.d.mts +2 -2
  46. package/lib/components/VSwitch/index.d.mts +2 -2
  47. package/lib/components/VTextField/index.d.mts +3 -3
  48. package/lib/components/VTextarea/index.d.mts +3 -3
  49. package/lib/components/VTooltip/index.d.mts +24 -24
  50. package/lib/components/VWindow/index.d.mts +2 -2
  51. package/lib/components/index.d.mts +157 -157
  52. package/lib/directives/ripple/index.mjs.map +1 -1
  53. package/lib/entry-bundler.mjs +1 -1
  54. package/lib/framework.mjs +1 -1
  55. package/lib/index.d.mts +54 -54
  56. package/lib/labs/VNumberInput/index.d.mts +9 -9
  57. package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
  58. package/lib/labs/VTreeview/VTreeview.mjs +2 -1
  59. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  60. package/lib/labs/VTreeview/index.d.mts +7 -7
  61. package/lib/labs/components.d.mts +68 -68
  62. package/package.json +22 -15
  63. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
  64. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
@@ -620,6 +620,7 @@ declare const VSpeedDial: {
620
620
  persistent: BooleanConstructor;
621
621
  modelValue: BooleanConstructor;
622
622
  contentClass: null;
623
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
623
624
  locationStrategy: Omit<{
624
625
  type: vue.PropType<StrategyProps["locationStrategy"]>;
625
626
  default: string;
@@ -654,7 +655,6 @@ declare const VSpeedDial: {
654
655
  type: vue.PropType<string | number>;
655
656
  default: NonNullable<string | number>;
656
657
  };
657
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
658
658
  activatorProps: {
659
659
  type: vue.PropType<Record<string, any>>;
660
660
  default: () => {};
@@ -763,6 +763,7 @@ declare const VSpeedDial: {
763
763
  persistent: BooleanConstructor;
764
764
  modelValue: BooleanConstructor;
765
765
  contentClass: null;
766
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
766
767
  locationStrategy: Omit<{
767
768
  type: vue.PropType<StrategyProps["locationStrategy"]>;
768
769
  default: string;
@@ -797,7 +798,6 @@ declare const VSpeedDial: {
797
798
  type: vue.PropType<string | number>;
798
799
  default: NonNullable<string | number>;
799
800
  };
800
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
801
801
  activatorProps: {
802
802
  type: vue.PropType<Record<string, any>>;
803
803
  default: () => {};
@@ -203,7 +203,7 @@ declare const VSwitch: {
203
203
  'update:focused': (focused: boolean) => true;
204
204
  'update:modelValue': (value: any) => true;
205
205
  'update:indeterminate': (value: boolean) => true;
206
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
206
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
207
207
  flat: boolean;
208
208
  inline: boolean;
209
209
  error: boolean;
@@ -453,7 +453,7 @@ declare const VSwitch: {
453
453
  'update:focused': (focused: boolean) => true;
454
454
  'update:modelValue': (value: any) => true;
455
455
  'update:indeterminate': (value: boolean) => true;
456
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
456
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
457
457
  flat: boolean;
458
458
  inline: boolean;
459
459
  error: boolean;
@@ -390,7 +390,7 @@ declare const VTextField: {
390
390
  errorMessages: vue.ComputedRef<string[]>;
391
391
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
392
392
  'update:modelValue': (value: any) => true;
393
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
393
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
394
394
  error: boolean;
395
395
  direction: "horizontal" | "vertical";
396
396
  style: vue.StyleValue;
@@ -1168,7 +1168,7 @@ declare const VTextField: {
1168
1168
  errorMessages: vue.ComputedRef<string[]>;
1169
1169
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1170
1170
  'update:modelValue': (value: any) => true;
1171
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1171
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1172
1172
  error: boolean;
1173
1173
  direction: "horizontal" | "vertical";
1174
1174
  style: vue.StyleValue;
@@ -1797,7 +1797,7 @@ declare const VTextField: {
1797
1797
  errorMessages: vue.ComputedRef<string[]>;
1798
1798
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1799
1799
  'update:modelValue': (value: any) => true;
1800
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1800
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1801
1801
  error: boolean;
1802
1802
  direction: "horizontal" | "vertical";
1803
1803
  style: vue.StyleValue;
@@ -373,7 +373,7 @@ declare const VTextarea: {
373
373
  errorMessages: vue.ComputedRef<string[]>;
374
374
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
375
375
  'update:modelValue': (value: any) => true;
376
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
376
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
377
377
  error: boolean;
378
378
  direction: "horizontal" | "vertical";
379
379
  style: vue.StyleValue;
@@ -912,7 +912,7 @@ declare const VTextarea: {
912
912
  errorMessages: vue.ComputedRef<string[]>;
913
913
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
914
914
  'update:modelValue': (value: any) => true;
915
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
915
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
916
916
  error: boolean;
917
917
  direction: "horizontal" | "vertical";
918
918
  style: vue.StyleValue;
@@ -1304,7 +1304,7 @@ declare const VTextarea: {
1304
1304
  errorMessages: vue.ComputedRef<string[]>;
1305
1305
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1306
1306
  'update:modelValue': (value: any) => true;
1307
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1307
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1308
1308
  error: boolean;
1309
1309
  direction: "horizontal" | "vertical";
1310
1310
  style: vue.StyleValue;
@@ -131,9 +131,9 @@ declare const VTooltip: {
131
131
  class?: any;
132
132
  theme?: string | undefined;
133
133
  contentClass?: any;
134
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
134
135
  closeDelay?: string | number | undefined;
135
136
  openDelay?: string | number | undefined;
136
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
137
137
  openOnFocus?: boolean | undefined;
138
138
  contentProps?: any;
139
139
  attach?: string | boolean | Element | undefined;
@@ -238,9 +238,9 @@ declare const VTooltip: {
238
238
  class?: any;
239
239
  theme?: string | undefined;
240
240
  contentClass?: any;
241
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
241
242
  closeDelay?: string | number | undefined;
242
243
  openDelay?: string | number | undefined;
243
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
244
244
  openOnClick?: boolean | undefined;
245
245
  openOnFocus?: boolean | undefined;
246
246
  contentProps?: any;
@@ -317,9 +317,9 @@ declare const VTooltip: {
317
317
  class?: any;
318
318
  theme?: string | undefined;
319
319
  contentClass?: any;
320
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
320
321
  closeDelay?: string | number | undefined;
321
322
  openDelay?: string | number | undefined;
322
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
323
323
  openOnClick?: boolean | undefined;
324
324
  openOnFocus?: boolean | undefined;
325
325
  contentProps?: any;
@@ -380,7 +380,7 @@ declare const VTooltip: {
380
380
  }>;
381
381
  $root: vue.ComponentPublicInstance | null;
382
382
  $parent: vue.ComponentPublicInstance | null;
383
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
383
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
384
384
  $el: any;
385
385
  $options: vue.ComponentOptionsBase<{
386
386
  absolute: boolean;
@@ -420,9 +420,9 @@ declare const VTooltip: {
420
420
  class?: any;
421
421
  theme?: string | undefined;
422
422
  contentClass?: any;
423
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
423
424
  closeDelay?: string | number | undefined;
424
425
  openDelay?: string | number | undefined;
425
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
426
426
  openOnClick?: boolean | undefined;
427
427
  openOnFocus?: boolean | undefined;
428
428
  contentProps?: any;
@@ -572,9 +572,9 @@ declare const VTooltip: {
572
572
  class?: any;
573
573
  theme?: string | undefined;
574
574
  contentClass?: any;
575
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
575
576
  closeDelay?: string | number | undefined;
576
577
  openDelay?: string | number | undefined;
577
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
578
578
  openOnClick?: boolean | undefined;
579
579
  openOnFocus?: boolean | undefined;
580
580
  contentProps?: any;
@@ -625,7 +625,7 @@ 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" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
628
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
629
629
  _allExposed: {
630
630
  activatorEl: vue.Ref<HTMLElement | undefined>;
631
631
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -676,9 +676,9 @@ declare const VTooltip: {
676
676
  class?: any;
677
677
  theme?: string | undefined;
678
678
  contentClass?: any;
679
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
679
680
  closeDelay?: string | number | undefined;
680
681
  openDelay?: string | number | undefined;
681
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
682
682
  openOnFocus?: boolean | undefined;
683
683
  contentProps?: any;
684
684
  attach?: string | boolean | Element | undefined;
@@ -796,9 +796,9 @@ declare const VTooltip: {
796
796
  class?: any;
797
797
  theme?: string | undefined;
798
798
  contentClass?: any;
799
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
799
800
  closeDelay?: string | number | undefined;
800
801
  openDelay?: string | number | undefined;
801
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
802
802
  openOnFocus?: boolean | undefined;
803
803
  contentProps?: any;
804
804
  attach?: string | boolean | Element | undefined;
@@ -903,9 +903,9 @@ declare const VTooltip: {
903
903
  class?: any;
904
904
  theme?: string | undefined;
905
905
  contentClass?: any;
906
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
906
907
  closeDelay?: string | number | undefined;
907
908
  openDelay?: string | number | undefined;
908
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
909
909
  openOnClick?: boolean | undefined;
910
910
  openOnFocus?: boolean | undefined;
911
911
  contentProps?: any;
@@ -982,9 +982,9 @@ declare const VTooltip: {
982
982
  class?: any;
983
983
  theme?: string | undefined;
984
984
  contentClass?: any;
985
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
985
986
  closeDelay?: string | number | undefined;
986
987
  openDelay?: string | number | undefined;
987
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
988
988
  openOnClick?: boolean | undefined;
989
989
  openOnFocus?: boolean | undefined;
990
990
  contentProps?: any;
@@ -1045,7 +1045,7 @@ declare const VTooltip: {
1045
1045
  }>;
1046
1046
  $root: vue.ComponentPublicInstance | null;
1047
1047
  $parent: vue.ComponentPublicInstance | null;
1048
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1048
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1049
1049
  $el: any;
1050
1050
  $options: vue.ComponentOptionsBase<{
1051
1051
  absolute: boolean;
@@ -1085,9 +1085,9 @@ declare const VTooltip: {
1085
1085
  class?: any;
1086
1086
  theme?: string | undefined;
1087
1087
  contentClass?: any;
1088
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1088
1089
  closeDelay?: string | number | undefined;
1089
1090
  openDelay?: string | number | undefined;
1090
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1091
1091
  openOnClick?: boolean | undefined;
1092
1092
  openOnFocus?: boolean | undefined;
1093
1093
  contentProps?: any;
@@ -1237,9 +1237,9 @@ declare const VTooltip: {
1237
1237
  class?: any;
1238
1238
  theme?: string | undefined;
1239
1239
  contentClass?: any;
1240
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1240
1241
  closeDelay?: string | number | undefined;
1241
1242
  openDelay?: string | number | undefined;
1242
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1243
1243
  openOnClick?: boolean | undefined;
1244
1244
  openOnFocus?: boolean | undefined;
1245
1245
  contentProps?: any;
@@ -1290,7 +1290,7 @@ declare const VTooltip: {
1290
1290
  globalTop: Readonly<vue.Ref<boolean>>;
1291
1291
  localTop: vue.ComputedRef<boolean>;
1292
1292
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1293
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1293
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1294
1294
  _allExposed: {
1295
1295
  activatorEl: vue.Ref<HTMLElement | undefined>;
1296
1296
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1369,9 +1369,9 @@ declare const VTooltip: {
1369
1369
  class?: any;
1370
1370
  theme?: string | undefined;
1371
1371
  contentClass?: any;
1372
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1372
1373
  closeDelay?: string | number | undefined;
1373
1374
  openDelay?: string | number | undefined;
1374
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1375
1375
  openOnFocus?: boolean | undefined;
1376
1376
  contentProps?: any;
1377
1377
  attach?: string | boolean | Element | undefined;
@@ -1476,9 +1476,9 @@ declare const VTooltip: {
1476
1476
  class?: any;
1477
1477
  theme?: string | undefined;
1478
1478
  contentClass?: any;
1479
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1479
1480
  closeDelay?: string | number | undefined;
1480
1481
  openDelay?: string | number | undefined;
1481
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1482
1482
  openOnClick?: boolean | undefined;
1483
1483
  openOnFocus?: boolean | undefined;
1484
1484
  contentProps?: any;
@@ -1555,9 +1555,9 @@ declare const VTooltip: {
1555
1555
  class?: any;
1556
1556
  theme?: string | undefined;
1557
1557
  contentClass?: any;
1558
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1558
1559
  closeDelay?: string | number | undefined;
1559
1560
  openDelay?: string | number | undefined;
1560
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1561
1561
  openOnClick?: boolean | undefined;
1562
1562
  openOnFocus?: boolean | undefined;
1563
1563
  contentProps?: any;
@@ -1618,7 +1618,7 @@ declare const VTooltip: {
1618
1618
  }>;
1619
1619
  $root: vue.ComponentPublicInstance | null;
1620
1620
  $parent: vue.ComponentPublicInstance | null;
1621
- $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1621
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1622
1622
  $el: any;
1623
1623
  $options: vue.ComponentOptionsBase<{
1624
1624
  absolute: boolean;
@@ -1658,9 +1658,9 @@ declare const VTooltip: {
1658
1658
  class?: any;
1659
1659
  theme?: string | undefined;
1660
1660
  contentClass?: any;
1661
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1661
1662
  closeDelay?: string | number | undefined;
1662
1663
  openDelay?: string | number | undefined;
1663
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1664
1664
  openOnClick?: boolean | undefined;
1665
1665
  openOnFocus?: boolean | undefined;
1666
1666
  contentProps?: any;
@@ -1810,9 +1810,9 @@ declare const VTooltip: {
1810
1810
  class?: any;
1811
1811
  theme?: string | undefined;
1812
1812
  contentClass?: any;
1813
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1813
1814
  closeDelay?: string | number | undefined;
1814
1815
  openDelay?: string | number | undefined;
1815
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1816
1816
  openOnClick?: boolean | undefined;
1817
1817
  openOnFocus?: boolean | undefined;
1818
1818
  contentProps?: any;
@@ -1863,7 +1863,7 @@ declare const VTooltip: {
1863
1863
  globalTop: Readonly<vue.Ref<boolean>>;
1864
1864
  localTop: vue.ComputedRef<boolean>;
1865
1865
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1866
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1866
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1867
1867
  _allExposed: {
1868
1868
  activatorEl: vue.Ref<HTMLElement | undefined>;
1869
1869
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1972,6 +1972,7 @@ declare const VTooltip: {
1972
1972
  theme: StringConstructor;
1973
1973
  modelValue: BooleanConstructor;
1974
1974
  contentClass: null;
1975
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
1975
1976
  locationStrategy: Omit<{
1976
1977
  type: vue.PropType<StrategyProps["locationStrategy"]>;
1977
1978
  default: string;
@@ -1994,7 +1995,6 @@ declare const VTooltip: {
1994
1995
  };
1995
1996
  closeDelay: (StringConstructor | NumberConstructor)[];
1996
1997
  openDelay: (StringConstructor | NumberConstructor)[];
1997
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
1998
1998
  activatorProps: {
1999
1999
  type: vue.PropType<Record<string, any>>;
2000
2000
  default: () => {};
@@ -2096,6 +2096,7 @@ declare const VTooltip: {
2096
2096
  theme: StringConstructor;
2097
2097
  modelValue: BooleanConstructor;
2098
2098
  contentClass: null;
2099
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2099
2100
  locationStrategy: Omit<{
2100
2101
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2101
2102
  default: string;
@@ -2118,7 +2119,6 @@ declare const VTooltip: {
2118
2119
  };
2119
2120
  closeDelay: (StringConstructor | NumberConstructor)[];
2120
2121
  openDelay: (StringConstructor | NumberConstructor)[];
2121
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2122
2122
  activatorProps: {
2123
2123
  type: vue.PropType<Record<string, any>>;
2124
2124
  default: () => {};
@@ -141,7 +141,7 @@ declare const VWindow: {
141
141
  group: GroupProvide;
142
142
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
143
143
  'update:modelValue': (value: any) => true;
144
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
144
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
145
145
  reverse: boolean;
146
146
  direction: "horizontal" | "vertical";
147
147
  style: vue.StyleValue;
@@ -243,7 +243,7 @@ declare const VWindow: {
243
243
  group: GroupProvide;
244
244
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
245
245
  'update:modelValue': (value: any) => true;
246
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
246
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
247
247
  reverse: boolean;
248
248
  direction: "horizontal" | "vertical";
249
249
  style: vue.StyleValue;