vuetify 3.3.12 → 3.4.0-alpha.0
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.
- package/dist/json/attributes.json +152 -16
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +34 -0
- package/dist/json/web-types.json +462 -48
- package/dist/vuetify-labs.css +1718 -606
- package/dist/vuetify-labs.d.ts +880 -276
- package/dist/vuetify-labs.esm.js +373 -189
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +372 -188
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1591 -479
- package/dist/vuetify.d.ts +865 -267
- package/dist/vuetify.esm.js +373 -189
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +372 -188
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +920 -905
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +62 -14
- package/lib/components/VAvatar/VAvatar.mjs +2 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBanner/VBanner.mjs +5 -3
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +10 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +28 -2
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VCarousel/index.d.mts +26 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +15 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +16 -6
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +6 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +62 -14
- package/lib/components/VDialog/index.d.mts +41 -20
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +1 -0
- package/lib/components/VField/index.d.mts +4 -4
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VImg/VImg.mjs +13 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +26 -0
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +15 -10
- package/lib/components/VList/VListItem.mjs +6 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +17 -10
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +46 -25
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VNavigationDrawer/index.d.mts +10 -0
- package/lib/components/VOverlay/VOverlay.mjs +9 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +17 -8
- package/lib/components/VOverlay/locationStrategies.mjs +9 -9
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +50 -21
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +9 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +128 -33
- package/lib/components/VSelect/VSelect.mjs +14 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +62 -14
- package/lib/components/VSelectionControl/VSelectionControl.mjs +27 -21
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +33 -25
- package/lib/components/VSlideGroup/VSlideGroup.mjs +5 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +10 -0
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +8 -4
- package/lib/components/VSlider/VSliderTrack.css +22 -12
- package/lib/components/VSlider/index.d.mts +128 -33
- package/lib/components/VSlider/slider.mjs +5 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +41 -20
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +37 -28
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +9 -1
- package/lib/components/VTabs/index.d.mts +10 -0
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +22 -16
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.css +21 -11
- package/lib/components/VTimeline/VTimeline.sass +6 -1
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/VTooltip/index.d.mts +41 -20
- package/lib/components/index.d.mts +836 -265
- package/lib/components/transitions/dialog-transition.mjs +4 -3
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +6 -6
- package/lib/composables/defaults.mjs +9 -9
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +69 -0
- package/lib/composables/directiveComponent.mjs.map +1 -0
- package/lib/composables/display.mjs +23 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +33 -2
- package/lib/labs/VBottomSheet/index.d.mts +14 -8
- package/lib/labs/VDateInput/index.d.mts +10 -4
- package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
- package/lib/labs/VOtpInput/index.d.mts +4 -4
- package/lib/labs/components.d.mts +18 -12
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/main.css +1026 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -0
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +19 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -179,10 +179,6 @@
|
|
|
179
179
|
"type": "string\n",
|
|
180
180
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
181
181
|
},
|
|
182
|
-
"v-app-bar/scroll-behavior": {
|
|
183
|
-
"type": "string\n",
|
|
184
|
-
"description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
|
|
185
|
-
},
|
|
186
182
|
"v-app-bar/collapse": {
|
|
187
183
|
"type": "boolean\n",
|
|
188
184
|
"description": "Morphs the component into a collapsed state, reducing its maximum width."
|
|
@@ -211,6 +207,10 @@
|
|
|
211
207
|
"type": "string | number\n",
|
|
212
208
|
"description": "The amount of scroll distance down before **scroll-behavior** activates."
|
|
213
209
|
},
|
|
210
|
+
"v-app-bar/scroll-behavior": {
|
|
211
|
+
"type": "'hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image'\n",
|
|
212
|
+
"description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
|
|
213
|
+
},
|
|
214
214
|
"v-app-bar-nav-icon/symbol": {
|
|
215
215
|
"type": "any\n",
|
|
216
216
|
"description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/) "
|
|
@@ -471,6 +471,14 @@
|
|
|
471
471
|
"type": "boolean\n",
|
|
472
472
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
|
473
473
|
},
|
|
474
|
+
"v-autocomplete/close-text": {
|
|
475
|
+
"type": "string\n",
|
|
476
|
+
"description": "MISSING DESCRIPTION"
|
|
477
|
+
},
|
|
478
|
+
"v-autocomplete/open-text": {
|
|
479
|
+
"type": "string\n",
|
|
480
|
+
"description": "MISSING DESCRIPTION"
|
|
481
|
+
},
|
|
474
482
|
"v-autocomplete/eager": {
|
|
475
483
|
"type": "boolean\n",
|
|
476
484
|
"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."
|
|
@@ -563,6 +571,10 @@
|
|
|
563
571
|
"type": "string\n",
|
|
564
572
|
"description": "Displays suffix text"
|
|
565
573
|
},
|
|
574
|
+
"v-autocomplete/role": {
|
|
575
|
+
"type": "string\n",
|
|
576
|
+
"description": "MISSING DESCRIPTION"
|
|
577
|
+
},
|
|
566
578
|
"v-autocomplete/center-affix": {
|
|
567
579
|
"type": "boolean\n",
|
|
568
580
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -651,6 +663,10 @@
|
|
|
651
663
|
"type": "Record<string, boolean>\n",
|
|
652
664
|
"description": "**FOR INTERNAL USE ONLY**"
|
|
653
665
|
},
|
|
666
|
+
"v-avatar/text": {
|
|
667
|
+
"type": "string\n",
|
|
668
|
+
"description": "Specify content text for the component."
|
|
669
|
+
},
|
|
654
670
|
"v-avatar/end": {
|
|
655
671
|
"type": "boolean\n",
|
|
656
672
|
"description": "Applies margin at the start of the component."
|
|
@@ -847,6 +863,10 @@
|
|
|
847
863
|
"type": "string\n",
|
|
848
864
|
"description": "Designates a specific src image to pass to the thumbnail."
|
|
849
865
|
},
|
|
866
|
+
"v-banner/mobile-breakpoint": {
|
|
867
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
868
|
+
"description": "MISSING DESCRIPTION"
|
|
869
|
+
},
|
|
850
870
|
"v-banner/lines": {
|
|
851
871
|
"type": "'one' | 'two' | 'three'\n",
|
|
852
872
|
"description": "The amount of visible lines of text before it truncates."
|
|
@@ -1000,7 +1020,7 @@
|
|
|
1000
1020
|
"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."
|
|
1001
1021
|
},
|
|
1002
1022
|
"v-bottom-sheet/activator": {
|
|
1003
|
-
"type": "string | Element | ComponentPublicInstance\n",
|
|
1023
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
1004
1024
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
1005
1025
|
},
|
|
1006
1026
|
"v-bottom-sheet/close-on-back": {
|
|
@@ -1031,6 +1051,10 @@
|
|
|
1031
1051
|
"type": "string | boolean\n",
|
|
1032
1052
|
"description": "Accepts true/false to enable background, and string to define color."
|
|
1033
1053
|
},
|
|
1054
|
+
"v-bottom-sheet/target": {
|
|
1055
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
1056
|
+
"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."
|
|
1057
|
+
},
|
|
1034
1058
|
"v-bottom-sheet/activator-props": {
|
|
1035
1059
|
"type": "{}\n",
|
|
1036
1060
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
@@ -1755,6 +1779,10 @@
|
|
|
1755
1779
|
"type": "boolean\n",
|
|
1756
1780
|
"description": "Resizes the background image to cover the entire container."
|
|
1757
1781
|
},
|
|
1782
|
+
"v-carousel-item/draggable": {
|
|
1783
|
+
"type": "boolean | 'true' | 'false'\n",
|
|
1784
|
+
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
|
|
1785
|
+
},
|
|
1758
1786
|
"v-carousel-item/gradient": {
|
|
1759
1787
|
"type": "string\n",
|
|
1760
1788
|
"description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
|
|
@@ -1779,6 +1807,14 @@
|
|
|
1779
1807
|
"type": "string | number\n",
|
|
1780
1808
|
"description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content"
|
|
1781
1809
|
},
|
|
1810
|
+
"v-carousel-item/crossorigin": {
|
|
1811
|
+
"type": "'' | 'anonymous' | 'use-credentials'\n",
|
|
1812
|
+
"description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
|
|
1813
|
+
},
|
|
1814
|
+
"v-carousel-item/referrerpolicy": {
|
|
1815
|
+
"type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
|
|
1816
|
+
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
|
|
1817
|
+
},
|
|
1782
1818
|
"v-carousel-item/reverse-transition": {
|
|
1783
1819
|
"type": "string | boolean\n",
|
|
1784
1820
|
"description": "Sets the reverse transition"
|
|
@@ -1899,6 +1935,10 @@
|
|
|
1899
1935
|
"type": "boolean | 'auto'\n",
|
|
1900
1936
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
|
1901
1937
|
},
|
|
1938
|
+
"v-checkbox/base-color": {
|
|
1939
|
+
"type": "string\n",
|
|
1940
|
+
"description": "MISSING DESCRIPTION"
|
|
1941
|
+
},
|
|
1902
1942
|
"v-checkbox/indeterminate": {
|
|
1903
1943
|
"type": "boolean\n",
|
|
1904
1944
|
"description": "Sets an indeterminate state for the checkbox"
|
|
@@ -1987,6 +2027,10 @@
|
|
|
1987
2027
|
"type": "boolean\n",
|
|
1988
2028
|
"description": "MISSING DESCRIPTION"
|
|
1989
2029
|
},
|
|
2030
|
+
"v-checkbox-btn/base-color": {
|
|
2031
|
+
"type": "string\n",
|
|
2032
|
+
"description": "MISSING DESCRIPTION"
|
|
2033
|
+
},
|
|
1990
2034
|
"v-checkbox-btn/inline": {
|
|
1991
2035
|
"type": "boolean\n",
|
|
1992
2036
|
"description": "MISSING DESCRIPTION"
|
|
@@ -2227,10 +2271,6 @@
|
|
|
2227
2271
|
"type": "string | number\n",
|
|
2228
2272
|
"description": "Sets the default offset for the column."
|
|
2229
2273
|
},
|
|
2230
|
-
"v-col/cols": {
|
|
2231
|
-
"type": "string | number | boolean\n",
|
|
2232
|
-
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
|
|
2233
|
-
},
|
|
2234
2274
|
"v-col/sm": {
|
|
2235
2275
|
"type": "string | number | boolean\n",
|
|
2236
2276
|
"description": "Changes the number of columns on small and greater breakpoints."
|
|
@@ -2251,6 +2291,10 @@
|
|
|
2251
2291
|
"type": "string | number | boolean\n",
|
|
2252
2292
|
"description": "Changes the number of columns on extra extra large and greater breakpoints."
|
|
2253
2293
|
},
|
|
2294
|
+
"v-col/cols": {
|
|
2295
|
+
"type": "string | number | boolean\n",
|
|
2296
|
+
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
|
|
2297
|
+
},
|
|
2254
2298
|
"v-col/offset-sm": {
|
|
2255
2299
|
"type": "string | number\n",
|
|
2256
2300
|
"description": "Changes the offset of the component on small and greater breakpoints."
|
|
@@ -2483,6 +2527,14 @@
|
|
|
2483
2527
|
"type": "boolean\n",
|
|
2484
2528
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
|
|
2485
2529
|
},
|
|
2530
|
+
"v-combobox/close-text": {
|
|
2531
|
+
"type": "string\n",
|
|
2532
|
+
"description": "MISSING DESCRIPTION"
|
|
2533
|
+
},
|
|
2534
|
+
"v-combobox/open-text": {
|
|
2535
|
+
"type": "string\n",
|
|
2536
|
+
"description": "MISSING DESCRIPTION"
|
|
2537
|
+
},
|
|
2486
2538
|
"v-combobox/eager": {
|
|
2487
2539
|
"type": "boolean\n",
|
|
2488
2540
|
"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."
|
|
@@ -2575,6 +2627,10 @@
|
|
|
2575
2627
|
"type": "string\n",
|
|
2576
2628
|
"description": "Displays suffix text"
|
|
2577
2629
|
},
|
|
2630
|
+
"v-combobox/role": {
|
|
2631
|
+
"type": "string\n",
|
|
2632
|
+
"description": "MISSING DESCRIPTION"
|
|
2633
|
+
},
|
|
2578
2634
|
"v-combobox/center-affix": {
|
|
2579
2635
|
"type": "boolean\n",
|
|
2580
2636
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -3844,7 +3900,7 @@
|
|
|
3844
3900
|
"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."
|
|
3845
3901
|
},
|
|
3846
3902
|
"v-dialog/activator": {
|
|
3847
|
-
"type": "string | Element | ComponentPublicInstance\n",
|
|
3903
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
3848
3904
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3849
3905
|
},
|
|
3850
3906
|
"v-dialog/close-on-back": {
|
|
@@ -3875,6 +3931,10 @@
|
|
|
3875
3931
|
"type": "string | boolean\n",
|
|
3876
3932
|
"description": "Accepts true/false to enable background, and string to define color."
|
|
3877
3933
|
},
|
|
3934
|
+
"v-dialog/target": {
|
|
3935
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
3936
|
+
"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."
|
|
3937
|
+
},
|
|
3878
3938
|
"v-dialog/activator-props": {
|
|
3879
3939
|
"type": "{}\n",
|
|
3880
3940
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
@@ -3988,7 +4048,7 @@
|
|
|
3988
4048
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
3989
4049
|
},
|
|
3990
4050
|
"v-dialog-transition/target": {
|
|
3991
|
-
"type": "HTMLElement\n",
|
|
4051
|
+
"type": "HTMLElement | [number, number]\n",
|
|
3992
4052
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
|
|
3993
4053
|
},
|
|
3994
4054
|
"v-divider/length": {
|
|
@@ -4655,6 +4715,10 @@
|
|
|
4655
4715
|
"type": "boolean\n",
|
|
4656
4716
|
"description": "Resizes the background image to cover the entire container."
|
|
4657
4717
|
},
|
|
4718
|
+
"v-img/draggable": {
|
|
4719
|
+
"type": "boolean | 'true' | 'false'\n",
|
|
4720
|
+
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
|
|
4721
|
+
},
|
|
4658
4722
|
"v-img/gradient": {
|
|
4659
4723
|
"type": "string\n",
|
|
4660
4724
|
"description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
|
|
@@ -4679,6 +4743,14 @@
|
|
|
4679
4743
|
"type": "string | number\n",
|
|
4680
4744
|
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
|
4681
4745
|
},
|
|
4746
|
+
"v-img/crossorigin": {
|
|
4747
|
+
"type": "'' | 'anonymous' | 'use-credentials'\n",
|
|
4748
|
+
"description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
|
|
4749
|
+
},
|
|
4750
|
+
"v-img/referrerpolicy": {
|
|
4751
|
+
"type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
|
|
4752
|
+
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
|
|
4753
|
+
},
|
|
4682
4754
|
"v-infinite-scroll/height": {
|
|
4683
4755
|
"type": "string | number\n",
|
|
4684
4756
|
"description": "Sets the height for the component."
|
|
@@ -5149,7 +5221,7 @@
|
|
|
5149
5221
|
},
|
|
5150
5222
|
"v-list-item/title": {
|
|
5151
5223
|
"type": "string | number | boolean\n",
|
|
5152
|
-
"description": "Generates a `v-list-item-title` component with the supplied value"
|
|
5224
|
+
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
|
5153
5225
|
},
|
|
5154
5226
|
"v-list-item/border": {
|
|
5155
5227
|
"type": "string | number | boolean\n",
|
|
@@ -5412,7 +5484,7 @@
|
|
|
5412
5484
|
"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."
|
|
5413
5485
|
},
|
|
5414
5486
|
"v-menu/activator": {
|
|
5415
|
-
"type": "string | Element | ComponentPublicInstance\n",
|
|
5487
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
5416
5488
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5417
5489
|
},
|
|
5418
5490
|
"v-menu/close-on-back": {
|
|
@@ -5443,6 +5515,10 @@
|
|
|
5443
5515
|
"type": "string | boolean\n",
|
|
5444
5516
|
"description": "Accepts true/false to enable background, and string to define color."
|
|
5445
5517
|
},
|
|
5518
|
+
"v-menu/target": {
|
|
5519
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
5520
|
+
"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."
|
|
5521
|
+
},
|
|
5446
5522
|
"v-menu/activator-props": {
|
|
5447
5523
|
"type": "{}\n",
|
|
5448
5524
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
@@ -5575,6 +5651,10 @@
|
|
|
5575
5651
|
"type": "string | boolean\n",
|
|
5576
5652
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
5577
5653
|
},
|
|
5654
|
+
"v-navigation-drawer/mobile-breakpoint": {
|
|
5655
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
5656
|
+
"description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
|
|
5657
|
+
},
|
|
5578
5658
|
"v-navigation-drawer/disable-resize-watcher": {
|
|
5579
5659
|
"type": "boolean\n",
|
|
5580
5660
|
"description": "Will automatically open/close drawer when resized depending if mobile or desktop."
|
|
@@ -5756,7 +5836,7 @@
|
|
|
5756
5836
|
"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."
|
|
5757
5837
|
},
|
|
5758
5838
|
"v-overlay/activator": {
|
|
5759
|
-
"type": "string | Element | ComponentPublicInstance\n",
|
|
5839
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
5760
5840
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5761
5841
|
},
|
|
5762
5842
|
"v-overlay/close-on-back": {
|
|
@@ -5787,6 +5867,10 @@
|
|
|
5787
5867
|
"type": "string | boolean\n",
|
|
5788
5868
|
"description": "Accepts true/false to enable background, and string to define color."
|
|
5789
5869
|
},
|
|
5870
|
+
"v-overlay/target": {
|
|
5871
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
5872
|
+
"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."
|
|
5873
|
+
},
|
|
5790
5874
|
"v-overlay/activator-props": {
|
|
5791
5875
|
"type": "{}\n",
|
|
5792
5876
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
@@ -6191,6 +6275,10 @@
|
|
|
6191
6275
|
"type": "boolean\n",
|
|
6192
6276
|
"description": "MISSING DESCRIPTION"
|
|
6193
6277
|
},
|
|
6278
|
+
"v-radio/base-color": {
|
|
6279
|
+
"type": "string\n",
|
|
6280
|
+
"description": "MISSING DESCRIPTION"
|
|
6281
|
+
},
|
|
6194
6282
|
"v-radio/inline": {
|
|
6195
6283
|
"type": "boolean\n",
|
|
6196
6284
|
"description": "MISSING DESCRIPTION"
|
|
@@ -6387,6 +6475,10 @@
|
|
|
6387
6475
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
6388
6476
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
6389
6477
|
},
|
|
6478
|
+
"v-range-slider/ripple": {
|
|
6479
|
+
"type": "boolean\n",
|
|
6480
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6481
|
+
},
|
|
6390
6482
|
"v-range-slider/disabled": {
|
|
6391
6483
|
"type": "boolean\n",
|
|
6392
6484
|
"description": "Removes the ability to click or target the component"
|
|
@@ -6903,6 +6995,14 @@
|
|
|
6903
6995
|
"type": "boolean\n",
|
|
6904
6996
|
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
|
6905
6997
|
},
|
|
6998
|
+
"v-select/close-text": {
|
|
6999
|
+
"type": "string\n",
|
|
7000
|
+
"description": "MISSING DESCRIPTION"
|
|
7001
|
+
},
|
|
7002
|
+
"v-select/open-text": {
|
|
7003
|
+
"type": "string\n",
|
|
7004
|
+
"description": "MISSING DESCRIPTION"
|
|
7005
|
+
},
|
|
6906
7006
|
"v-select/eager": {
|
|
6907
7007
|
"type": "boolean\n",
|
|
6908
7008
|
"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."
|
|
@@ -6995,6 +7095,10 @@
|
|
|
6995
7095
|
"type": "string\n",
|
|
6996
7096
|
"description": "Displays suffix text"
|
|
6997
7097
|
},
|
|
7098
|
+
"v-select/role": {
|
|
7099
|
+
"type": "string\n",
|
|
7100
|
+
"description": "MISSING DESCRIPTION"
|
|
7101
|
+
},
|
|
6998
7102
|
"v-select/center-affix": {
|
|
6999
7103
|
"type": "boolean\n",
|
|
7000
7104
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -7143,6 +7247,10 @@
|
|
|
7143
7247
|
"type": "boolean\n",
|
|
7144
7248
|
"description": "MISSING DESCRIPTION"
|
|
7145
7249
|
},
|
|
7250
|
+
"v-selection-control/base-color": {
|
|
7251
|
+
"type": "string\n",
|
|
7252
|
+
"description": "MISSING DESCRIPTION"
|
|
7253
|
+
},
|
|
7146
7254
|
"v-selection-control/inline": {
|
|
7147
7255
|
"type": "boolean\n",
|
|
7148
7256
|
"description": "MISSING DESCRIPTION"
|
|
@@ -7375,6 +7483,10 @@
|
|
|
7375
7483
|
"type": "number\n",
|
|
7376
7484
|
"description": "Sets a maximum number of selections that can be made."
|
|
7377
7485
|
},
|
|
7486
|
+
"v-slide-group/mobile-breakpoint": {
|
|
7487
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
7488
|
+
"description": "Sets the designated mobile breakpoint for the component."
|
|
7489
|
+
},
|
|
7378
7490
|
"v-slide-group/mandatory": {
|
|
7379
7491
|
"type": "boolean | 'force'\n",
|
|
7380
7492
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -7547,6 +7659,10 @@
|
|
|
7547
7659
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7548
7660
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
7549
7661
|
},
|
|
7662
|
+
"v-slider/ripple": {
|
|
7663
|
+
"type": "boolean\n",
|
|
7664
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
7665
|
+
},
|
|
7550
7666
|
"v-slider/disabled": {
|
|
7551
7667
|
"type": "boolean\n",
|
|
7552
7668
|
"description": "Removes the ability to click or target the component"
|
|
@@ -7724,7 +7840,7 @@
|
|
|
7724
7840
|
"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."
|
|
7725
7841
|
},
|
|
7726
7842
|
"v-snackbar/activator": {
|
|
7727
|
-
"type": "string | Element | ComponentPublicInstance\n",
|
|
7843
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
7728
7844
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
7729
7845
|
},
|
|
7730
7846
|
"v-snackbar/close-on-back": {
|
|
@@ -7743,6 +7859,10 @@
|
|
|
7743
7859
|
"type": "any\n",
|
|
7744
7860
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
7745
7861
|
},
|
|
7862
|
+
"v-snackbar/target": {
|
|
7863
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
7864
|
+
"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."
|
|
7865
|
+
},
|
|
7746
7866
|
"v-snackbar/activator-props": {
|
|
7747
7867
|
"type": "{}\n",
|
|
7748
7868
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
@@ -8019,6 +8139,10 @@
|
|
|
8019
8139
|
"type": "boolean | 'auto'\n",
|
|
8020
8140
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
|
8021
8141
|
},
|
|
8142
|
+
"v-switch/base-color": {
|
|
8143
|
+
"type": "string\n",
|
|
8144
|
+
"description": "MISSING DESCRIPTION"
|
|
8145
|
+
},
|
|
8022
8146
|
"v-switch/inline": {
|
|
8023
8147
|
"type": "boolean\n",
|
|
8024
8148
|
"description": "MISSING DESCRIPTION"
|
|
@@ -8307,6 +8431,10 @@
|
|
|
8307
8431
|
"type": "number\n",
|
|
8308
8432
|
"description": "Sets a maximum number of selections that can be made."
|
|
8309
8433
|
},
|
|
8434
|
+
"v-tabs/mobile-breakpoint": {
|
|
8435
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
8436
|
+
"description": "Sets the designated mobile breakpoint for the component."
|
|
8437
|
+
},
|
|
8310
8438
|
"v-tabs/grow": {
|
|
8311
8439
|
"type": "boolean\n",
|
|
8312
8440
|
"description": "Force `v-tab`'s to take up all available space"
|
|
@@ -8443,6 +8571,10 @@
|
|
|
8443
8571
|
"type": "string\n",
|
|
8444
8572
|
"description": "Displays suffix text"
|
|
8445
8573
|
},
|
|
8574
|
+
"v-text-field/role": {
|
|
8575
|
+
"type": "string\n",
|
|
8576
|
+
"description": "MISSING DESCRIPTION"
|
|
8577
|
+
},
|
|
8446
8578
|
"v-text-field/center-affix": {
|
|
8447
8579
|
"type": "boolean\n",
|
|
8448
8580
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
|
|
@@ -9016,7 +9148,7 @@
|
|
|
9016
9148
|
"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."
|
|
9017
9149
|
},
|
|
9018
9150
|
"v-tooltip/activator": {
|
|
9019
|
-
"type": "string | Element | ComponentPublicInstance\n",
|
|
9151
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
9020
9152
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
9021
9153
|
},
|
|
9022
9154
|
"v-tooltip/close-on-back": {
|
|
@@ -9043,6 +9175,10 @@
|
|
|
9043
9175
|
"type": "string | boolean\n",
|
|
9044
9176
|
"description": "Accepts true/false to enable background, and string to define color."
|
|
9045
9177
|
},
|
|
9178
|
+
"v-tooltip/target": {
|
|
9179
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
9180
|
+
"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."
|
|
9181
|
+
},
|
|
9046
9182
|
"v-tooltip/activator-props": {
|
|
9047
9183
|
"type": "{}\n",
|
|
9048
9184
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
package/dist/json/importMap.json
CHANGED
|
@@ -272,14 +272,14 @@
|
|
|
272
272
|
"from": "components/VMessages/index.mjs",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
|
-
"VNavigationDrawer": {
|
|
276
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
275
|
"VOverlay": {
|
|
280
276
|
"from": "components/VOverlay/index.mjs",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
279
|
+
"VNavigationDrawer": {
|
|
280
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
283
|
"VPagination": {
|
|
284
284
|
"from": "components/VPagination/index.mjs",
|
|
285
285
|
"styles": []
|