@vuetify/nightly 3.3.12-dev.2023-08-15 → 3.3.12-dev.2023-08-17

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 (50) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/json/attributes.json +31 -7
  3. package/dist/json/importMap.json +46 -46
  4. package/dist/json/tags.json +6 -0
  5. package/dist/json/web-types.json +62 -8
  6. package/dist/vuetify-labs.css +884 -884
  7. package/dist/vuetify-labs.d.ts +227 -110
  8. package/dist/vuetify-labs.esm.js +96 -42
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +96 -42
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +240 -240
  13. package/dist/vuetify.d.ts +227 -116
  14. package/dist/vuetify.esm.js +96 -42
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +96 -42
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +740 -739
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +14 -8
  22. package/lib/components/VCombobox/index.d.mts +14 -8
  23. package/lib/components/VDialog/index.d.mts +41 -20
  24. package/lib/components/VMenu/index.d.mts +41 -20
  25. package/lib/components/VOverlay/VOverlay.mjs +9 -4
  26. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  27. package/lib/components/VOverlay/index.d.mts +17 -8
  28. package/lib/components/VOverlay/locationStrategies.mjs +9 -9
  29. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  30. package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
  31. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  32. package/lib/components/VOverlay/useActivator.mjs +50 -21
  33. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  34. package/lib/components/VSelect/index.d.mts +14 -8
  35. package/lib/components/VSnackbar/index.d.mts +41 -20
  36. package/lib/components/VTooltip/index.d.mts +41 -20
  37. package/lib/components/index.d.mts +215 -104
  38. package/lib/components/transitions/dialog-transition.mjs +4 -3
  39. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  40. package/lib/components/transitions/index.d.mts +6 -6
  41. package/lib/entry-bundler.mjs +1 -1
  42. package/lib/framework.mjs +1 -1
  43. package/lib/index.d.mts +12 -12
  44. package/lib/labs/VBottomSheet/index.d.mts +14 -8
  45. package/lib/labs/components.d.mts +14 -8
  46. package/lib/util/box.mjs +12 -0
  47. package/lib/util/box.mjs.map +1 -1
  48. package/lib/util/helpers.mjs +9 -1
  49. package/lib/util/helpers.mjs.map +1 -1
  50. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.12-dev.2023-08-15...v) (2023-08-15)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.12-dev.2023-08-17...v) (2023-08-17)
2
2
 
3
3
 
4
4
 
5
- ## [3.3.12-dev.2023-08-15](https://github.com/vuetifyjs/vuetify/compare/v3.3.12...v3.3.12-dev.2023-08-15) (2023-08-15)
5
+ ## [3.3.12-dev.2023-08-17](https://github.com/vuetifyjs/vuetify/compare/v3.3.12...v3.3.12-dev.2023-08-17) (2023-08-17)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -29,6 +29,7 @@
29
29
  * **VImg:** Add prop to set crossorigin attr on v-img ([#17927](https://github.com/vuetifyjs/vuetify/issues/17927)) ([a959159](https://github.com/vuetifyjs/vuetify/commit/a959159c549895b9912918307ba243cc9082f2f6)), closes [#17848](https://github.com/vuetifyjs/vuetify/issues/17848)
30
30
  * **VImg:** support draggable attribute ([#17976](https://github.com/vuetifyjs/vuetify/issues/17976)) ([afeb6c0](https://github.com/vuetifyjs/vuetify/commit/afeb6c0b8538810198aee0250d0cd5e1ab3ce096)), closes [#17973](https://github.com/vuetifyjs/vuetify/issues/17973)
31
31
  * **VImg:** support referrerpolicy attribute ([d923ed8](https://github.com/vuetifyjs/vuetify/commit/d923ed8058b82c6cfa38dd67fc5b20295aaba4be)), closes [#15396](https://github.com/vuetifyjs/vuetify/issues/15396)
32
+ * **VOverlay:** add target prop ([#16425](https://github.com/vuetifyjs/vuetify/issues/16425)) ([569c69e](https://github.com/vuetifyjs/vuetify/commit/569c69ee4105ccfd7f713c417f0fd1dd34178b15)), closes [#15658](https://github.com/vuetifyjs/vuetify/issues/15658)
32
33
  * **VSelectionControl:** add base-color support ([5657a1e](https://github.com/vuetifyjs/vuetify/commit/5657a1e4520af572023f3013604bc7d92db6a25a)), closes [#7284](https://github.com/vuetifyjs/vuetify/issues/7284)
33
34
  * add gap utility classes ([#17715](https://github.com/vuetifyjs/vuetify/issues/17715)) ([5290bfc](https://github.com/vuetifyjs/vuetify/commit/5290bfc7515585b0836e59935d756ddc389f0e20)), closes [#15282](https://github.com/vuetifyjs/vuetify/issues/15282)
34
35
  * **VSlider:** add missing ripple prop ([a906691](https://github.com/vuetifyjs/vuetify/commit/a9066910862b59b99010dd116c9c45869473b2c6)), closes [#17766](https://github.com/vuetifyjs/vuetify/issues/17766)
@@ -1016,7 +1016,7 @@
1016
1016
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
1017
1017
  },
1018
1018
  "v-bottom-sheet/activator": {
1019
- "type": "string | Element | ComponentPublicInstance\n",
1019
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
1020
1020
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
1021
1021
  },
1022
1022
  "v-bottom-sheet/close-on-back": {
@@ -1047,6 +1047,10 @@
1047
1047
  "type": "string | boolean\n",
1048
1048
  "description": "Accepts true/false to enable background, and string to define color."
1049
1049
  },
1050
+ "v-bottom-sheet/target": {
1051
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
1052
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
1053
+ },
1050
1054
  "v-bottom-sheet/activator-props": {
1051
1055
  "type": "{}\n",
1052
1056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -3892,7 +3896,7 @@
3892
3896
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
3893
3897
  },
3894
3898
  "v-dialog/activator": {
3895
- "type": "string | Element | ComponentPublicInstance\n",
3899
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
3896
3900
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
3897
3901
  },
3898
3902
  "v-dialog/close-on-back": {
@@ -3923,6 +3927,10 @@
3923
3927
  "type": "string | boolean\n",
3924
3928
  "description": "Accepts true/false to enable background, and string to define color."
3925
3929
  },
3930
+ "v-dialog/target": {
3931
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
3932
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
3933
+ },
3926
3934
  "v-dialog/activator-props": {
3927
3935
  "type": "{}\n",
3928
3936
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -4036,7 +4044,7 @@
4036
4044
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
4037
4045
  },
4038
4046
  "v-dialog-transition/target": {
4039
- "type": "HTMLElement\n",
4047
+ "type": "HTMLElement | [number, number]\n",
4040
4048
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
4041
4049
  },
4042
4050
  "v-divider/length": {
@@ -5472,7 +5480,7 @@
5472
5480
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5473
5481
  },
5474
5482
  "v-menu/activator": {
5475
- "type": "string | Element | ComponentPublicInstance\n",
5483
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5476
5484
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
5477
5485
  },
5478
5486
  "v-menu/close-on-back": {
@@ -5503,6 +5511,10 @@
5503
5511
  "type": "string | boolean\n",
5504
5512
  "description": "Accepts true/false to enable background, and string to define color."
5505
5513
  },
5514
+ "v-menu/target": {
5515
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5516
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
5517
+ },
5506
5518
  "v-menu/activator-props": {
5507
5519
  "type": "{}\n",
5508
5520
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -5816,7 +5828,7 @@
5816
5828
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5817
5829
  },
5818
5830
  "v-overlay/activator": {
5819
- "type": "string | Element | ComponentPublicInstance\n",
5831
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5820
5832
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
5821
5833
  },
5822
5834
  "v-overlay/close-on-back": {
@@ -5847,6 +5859,10 @@
5847
5859
  "type": "string | boolean\n",
5848
5860
  "description": "Accepts true/false to enable background, and string to define color."
5849
5861
  },
5862
+ "v-overlay/target": {
5863
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5864
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
5865
+ },
5850
5866
  "v-overlay/activator-props": {
5851
5867
  "type": "{}\n",
5852
5868
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -7812,7 +7828,7 @@
7812
7828
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
7813
7829
  },
7814
7830
  "v-snackbar/activator": {
7815
- "type": "string | Element | ComponentPublicInstance\n",
7831
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7816
7832
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
7817
7833
  },
7818
7834
  "v-snackbar/close-on-back": {
@@ -7831,6 +7847,10 @@
7831
7847
  "type": "any\n",
7832
7848
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
7833
7849
  },
7850
+ "v-snackbar/target": {
7851
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7852
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
7853
+ },
7834
7854
  "v-snackbar/activator-props": {
7835
7855
  "type": "{}\n",
7836
7856
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -9112,7 +9132,7 @@
9112
9132
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
9113
9133
  },
9114
9134
  "v-tooltip/activator": {
9115
- "type": "string | Element | ComponentPublicInstance\n",
9135
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
9116
9136
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
9117
9137
  },
9118
9138
  "v-tooltip/close-on-back": {
@@ -9139,6 +9159,10 @@
9139
9159
  "type": "string | boolean\n",
9140
9160
  "description": "Accepts true/false to enable background, and string to define color."
9141
9161
  },
9162
+ "v-tooltip/target": {
9163
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
9164
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
9165
+ },
9142
9166
  "v-tooltip/activator-props": {
9143
9167
  "type": "{}\n",
9144
9168
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -28,14 +28,14 @@
28
28
  "from": "components/VAutocomplete/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VAvatar": {
32
- "from": "components/VAvatar/index.mjs",
33
- "styles": []
34
- },
35
31
  "VBadge": {
36
32
  "from": "components/VBadge/index.mjs",
37
33
  "styles": []
38
34
  },
35
+ "VAvatar": {
36
+ "from": "components/VAvatar/index.mjs",
37
+ "styles": []
38
+ },
39
39
  "VBanner": {
40
40
  "from": "components/VBanner/index.mjs",
41
41
  "styles": []
@@ -52,6 +52,14 @@
52
52
  "from": "components/VBottomNavigation/index.mjs",
53
53
  "styles": []
54
54
  },
55
+ "VBtn": {
56
+ "from": "components/VBtn/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VBtnGroup": {
60
+ "from": "components/VBtnGroup/index.mjs",
61
+ "styles": []
62
+ },
55
63
  "VBreadcrumbs": {
56
64
  "from": "components/VBreadcrumbs/index.mjs",
57
65
  "styles": []
@@ -64,14 +72,6 @@
64
72
  "from": "components/VBreadcrumbs/index.mjs",
65
73
  "styles": []
66
74
  },
67
- "VBtn": {
68
- "from": "components/VBtn/index.mjs",
69
- "styles": []
70
- },
71
- "VBtnGroup": {
72
- "from": "components/VBtnGroup/index.mjs",
73
- "styles": []
74
- },
75
75
  "VBtnToggle": {
76
76
  "from": "components/VBtnToggle/index.mjs",
77
77
  "styles": []
@@ -116,14 +116,14 @@
116
116
  "from": "components/VCheckbox/index.mjs",
117
117
  "styles": []
118
118
  },
119
- "VChip": {
120
- "from": "components/VChip/index.mjs",
121
- "styles": []
122
- },
123
119
  "VChipGroup": {
124
120
  "from": "components/VChipGroup/index.mjs",
125
121
  "styles": []
126
122
  },
123
+ "VChip": {
124
+ "from": "components/VChip/index.mjs",
125
+ "styles": []
126
+ },
127
127
  "VCode": {
128
128
  "from": "components/VCode/index.mjs",
129
129
  "styles": []
@@ -140,14 +140,14 @@
140
140
  "from": "components/VCounter/index.mjs",
141
141
  "styles": []
142
142
  },
143
- "VDialog": {
144
- "from": "components/VDialog/index.mjs",
145
- "styles": []
146
- },
147
143
  "VDivider": {
148
144
  "from": "components/VDivider/index.mjs",
149
145
  "styles": []
150
146
  },
147
+ "VDialog": {
148
+ "from": "components/VDialog/index.mjs",
149
+ "styles": []
150
+ },
151
151
  "VExpansionPanels": {
152
152
  "from": "components/VExpansionPanel/index.mjs",
153
153
  "styles": []
@@ -200,14 +200,14 @@
200
200
  "from": "components/VIcon/index.mjs",
201
201
  "styles": []
202
202
  },
203
- "VImg": {
204
- "from": "components/VImg/index.mjs",
205
- "styles": []
206
- },
207
203
  "VInput": {
208
204
  "from": "components/VInput/index.mjs",
209
205
  "styles": []
210
206
  },
207
+ "VImg": {
208
+ "from": "components/VImg/index.mjs",
209
+ "styles": []
210
+ },
211
211
  "VItemGroup": {
212
212
  "from": "components/VItemGroup/index.mjs",
213
213
  "styles": []
@@ -260,14 +260,14 @@
260
260
  "from": "components/VList/index.mjs",
261
261
  "styles": []
262
262
  },
263
- "VMenu": {
264
- "from": "components/VMenu/index.mjs",
265
- "styles": []
266
- },
267
263
  "VMain": {
268
264
  "from": "components/VMain/index.mjs",
269
265
  "styles": []
270
266
  },
267
+ "VMenu": {
268
+ "from": "components/VMenu/index.mjs",
269
+ "styles": []
270
+ },
271
271
  "VMessages": {
272
272
  "from": "components/VMessages/index.mjs",
273
273
  "styles": []
@@ -300,10 +300,6 @@
300
300
  "from": "components/VRating/index.mjs",
301
301
  "styles": []
302
302
  },
303
- "VSelect": {
304
- "from": "components/VSelect/index.mjs",
305
- "styles": []
306
- },
307
303
  "VSelectionControl": {
308
304
  "from": "components/VSelectionControl/index.mjs",
309
305
  "styles": []
@@ -316,14 +312,6 @@
316
312
  "from": "components/VSheet/index.mjs",
317
313
  "styles": []
318
314
  },
319
- "VSlideGroup": {
320
- "from": "components/VSlideGroup/index.mjs",
321
- "styles": []
322
- },
323
- "VSlideGroupItem": {
324
- "from": "components/VSlideGroup/index.mjs",
325
- "styles": []
326
- },
327
315
  "VSlider": {
328
316
  "from": "components/VSlider/index.mjs",
329
317
  "styles": []
@@ -332,6 +320,14 @@
332
320
  "from": "components/VSnackbar/index.mjs",
333
321
  "styles": []
334
322
  },
323
+ "VSlideGroup": {
324
+ "from": "components/VSlideGroup/index.mjs",
325
+ "styles": []
326
+ },
327
+ "VSlideGroupItem": {
328
+ "from": "components/VSlideGroup/index.mjs",
329
+ "styles": []
330
+ },
335
331
  "VSwitch": {
336
332
  "from": "components/VSwitch/index.mjs",
337
333
  "styles": []
@@ -340,6 +336,10 @@
340
336
  "from": "components/VSystemBar/index.mjs",
341
337
  "styles": []
342
338
  },
339
+ "VTable": {
340
+ "from": "components/VTable/index.mjs",
341
+ "styles": []
342
+ },
343
343
  "VTabs": {
344
344
  "from": "components/VTabs/index.mjs",
345
345
  "styles": []
@@ -348,18 +348,14 @@
348
348
  "from": "components/VTabs/index.mjs",
349
349
  "styles": []
350
350
  },
351
- "VTable": {
352
- "from": "components/VTable/index.mjs",
351
+ "VTextField": {
352
+ "from": "components/VTextField/index.mjs",
353
353
  "styles": []
354
354
  },
355
355
  "VTextarea": {
356
356
  "from": "components/VTextarea/index.mjs",
357
357
  "styles": []
358
358
  },
359
- "VTextField": {
360
- "from": "components/VTextField/index.mjs",
361
- "styles": []
362
- },
363
359
  "VTimeline": {
364
360
  "from": "components/VTimeline/index.mjs",
365
361
  "styles": []
@@ -396,6 +392,10 @@
396
392
  "from": "components/VDefaultsProvider/index.mjs",
397
393
  "styles": []
398
394
  },
395
+ "VSelect": {
396
+ "from": "components/VSelect/index.mjs",
397
+ "styles": []
398
+ },
399
399
  "VForm": {
400
400
  "from": "components/VForm/index.mjs",
401
401
  "styles": []
@@ -341,6 +341,7 @@
341
341
  "scrim",
342
342
  "scroll-strategy",
343
343
  "scrollable",
344
+ "target",
344
345
  "theme",
345
346
  "transition",
346
347
  "width",
@@ -1262,6 +1263,7 @@
1262
1263
  "scrim",
1263
1264
  "scroll-strategy",
1264
1265
  "scrollable",
1266
+ "target",
1265
1267
  "theme",
1266
1268
  "transition",
1267
1269
  "width",
@@ -1864,6 +1866,7 @@
1864
1866
  "persistent",
1865
1867
  "scrim",
1866
1868
  "scroll-strategy",
1869
+ "target",
1867
1870
  "theme",
1868
1871
  "transition",
1869
1872
  "width",
@@ -1974,6 +1977,7 @@
1974
1977
  "persistent",
1975
1978
  "scrim",
1976
1979
  "scroll-strategy",
1980
+ "target",
1977
1981
  "theme",
1978
1982
  "transition",
1979
1983
  "width",
@@ -2619,6 +2623,7 @@
2619
2623
  "origin",
2620
2624
  "position",
2621
2625
  "rounded",
2626
+ "target",
2622
2627
  "theme",
2623
2628
  "timeout",
2624
2629
  "transition",
@@ -3053,6 +3058,7 @@
3053
3058
  "origin",
3054
3059
  "scrim",
3055
3060
  "scroll-strategy",
3061
+ "target",
3056
3062
  "text",
3057
3063
  "theme",
3058
3064
  "transition",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.12-dev.2023-08-15",
5
+ "version": "3.3.12-dev.2023-08-17",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3301,7 +3301,7 @@
3301
3301
  "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3302
3302
  "value": {
3303
3303
  "kind": "expression",
3304
- "type": "string | Element | ComponentPublicInstance\n"
3304
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
3305
3305
  }
3306
3306
  },
3307
3307
  {
@@ -3373,6 +3373,15 @@
3373
3373
  "type": "string | boolean\n"
3374
3374
  }
3375
3375
  },
3376
+ {
3377
+ "name": "target",
3378
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
3379
+ "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3380
+ "value": {
3381
+ "kind": "expression",
3382
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
3383
+ }
3384
+ },
3376
3385
  {
3377
3386
  "name": "activatorProps",
3378
3387
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
@@ -16271,7 +16280,7 @@
16271
16280
  "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
16272
16281
  "value": {
16273
16282
  "kind": "expression",
16274
- "type": "string | Element | ComponentPublicInstance\n"
16283
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
16275
16284
  }
16276
16285
  },
16277
16286
  {
@@ -16342,6 +16351,15 @@
16342
16351
  "type": "string | boolean\n"
16343
16352
  }
16344
16353
  },
16354
+ {
16355
+ "name": "target",
16356
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
16357
+ "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
16358
+ "value": {
16359
+ "kind": "expression",
16360
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
16361
+ }
16362
+ },
16345
16363
  {
16346
16364
  "name": "activatorProps",
16347
16365
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
@@ -16723,7 +16741,7 @@
16723
16741
  "doc-url": "https://vuetifyjs.com/api/v-dialog-transition#props",
16724
16742
  "value": {
16725
16743
  "kind": "expression",
16726
- "type": "HTMLElement\n"
16744
+ "type": "HTMLElement | [number, number]\n"
16727
16745
  }
16728
16746
  }
16729
16747
  ],
@@ -22436,7 +22454,7 @@
22436
22454
  "doc-url": "https://vuetifyjs.com/api/v-menu#props",
22437
22455
  "value": {
22438
22456
  "kind": "expression",
22439
- "type": "string | Element | ComponentPublicInstance\n"
22457
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
22440
22458
  }
22441
22459
  },
22442
22460
  {
@@ -22507,6 +22525,15 @@
22507
22525
  "type": "string | boolean\n"
22508
22526
  }
22509
22527
  },
22528
+ {
22529
+ "name": "target",
22530
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
22531
+ "doc-url": "https://vuetifyjs.com/api/v-menu#props",
22532
+ "value": {
22533
+ "kind": "expression",
22534
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
22535
+ }
22536
+ },
22510
22537
  {
22511
22538
  "name": "activatorProps",
22512
22539
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
@@ -23496,7 +23523,7 @@
23496
23523
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
23497
23524
  "value": {
23498
23525
  "kind": "expression",
23499
- "type": "string | Element | ComponentPublicInstance\n"
23526
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
23500
23527
  }
23501
23528
  },
23502
23529
  {
@@ -23567,6 +23594,15 @@
23567
23594
  "type": "string | boolean\n"
23568
23595
  }
23569
23596
  },
23597
+ {
23598
+ "name": "target",
23599
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
23600
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
23601
+ "value": {
23602
+ "kind": "expression",
23603
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
23604
+ }
23605
+ },
23570
23606
  {
23571
23607
  "name": "activatorProps",
23572
23608
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
@@ -30898,7 +30934,7 @@
30898
30934
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
30899
30935
  "value": {
30900
30936
  "kind": "expression",
30901
- "type": "string | Element | ComponentPublicInstance\n"
30937
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
30902
30938
  }
30903
30939
  },
30904
30940
  {
@@ -30939,6 +30975,15 @@
30939
30975
  "type": "any\n"
30940
30976
  }
30941
30977
  },
30978
+ {
30979
+ "name": "target",
30980
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
30981
+ "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
30982
+ "value": {
30983
+ "kind": "expression",
30984
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
30985
+ }
30986
+ },
30942
30987
  {
30943
30988
  "name": "activatorProps",
30944
30989
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
@@ -35620,7 +35665,7 @@
35620
35665
  "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
35621
35666
  "value": {
35622
35667
  "kind": "expression",
35623
- "type": "string | Element | ComponentPublicInstance\n"
35668
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
35624
35669
  }
35625
35670
  },
35626
35671
  {
@@ -35681,6 +35726,15 @@
35681
35726
  "type": "string | boolean\n"
35682
35727
  }
35683
35728
  },
35729
+ {
35730
+ "name": "target",
35731
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
35732
+ "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
35733
+ "value": {
35734
+ "kind": "expression",
35735
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
35736
+ }
35737
+ },
35684
35738
  {
35685
35739
  "name": "activatorProps",
35686
35740
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",