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
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.4.0-alpha.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -568,15 +568,6 @@
|
|
|
568
568
|
"type": "string\n"
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
|
-
{
|
|
572
|
-
"name": "scrollBehavior",
|
|
573
|
-
"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.",
|
|
574
|
-
"doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
|
|
575
|
-
"value": {
|
|
576
|
-
"kind": "expression",
|
|
577
|
-
"type": "string\n"
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
571
|
{
|
|
581
572
|
"name": "collapse",
|
|
582
573
|
"description": "Morphs the component into a collapsed state, reducing its maximum width.",
|
|
@@ -645,6 +636,15 @@
|
|
|
645
636
|
"kind": "expression",
|
|
646
637
|
"type": "string | number\n"
|
|
647
638
|
}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "scrollBehavior",
|
|
642
|
+
"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.",
|
|
643
|
+
"doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
|
|
644
|
+
"value": {
|
|
645
|
+
"kind": "expression",
|
|
646
|
+
"type": "'hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image'\n"
|
|
647
|
+
}
|
|
648
648
|
}
|
|
649
649
|
],
|
|
650
650
|
"events": [
|
|
@@ -1392,6 +1392,26 @@
|
|
|
1392
1392
|
"type": "boolean\n"
|
|
1393
1393
|
}
|
|
1394
1394
|
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "closeText",
|
|
1397
|
+
"description": "MISSING DESCRIPTION",
|
|
1398
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1399
|
+
"default": "'$vuetify.close'",
|
|
1400
|
+
"value": {
|
|
1401
|
+
"kind": "expression",
|
|
1402
|
+
"type": "string\n"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "openText",
|
|
1407
|
+
"description": "MISSING DESCRIPTION",
|
|
1408
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1409
|
+
"default": "'$vuetify.open'",
|
|
1410
|
+
"value": {
|
|
1411
|
+
"kind": "expression",
|
|
1412
|
+
"type": "string\n"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1395
1415
|
{
|
|
1396
1416
|
"name": "eager",
|
|
1397
1417
|
"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.",
|
|
@@ -1616,6 +1636,16 @@
|
|
|
1616
1636
|
"type": "string\n"
|
|
1617
1637
|
}
|
|
1618
1638
|
},
|
|
1639
|
+
{
|
|
1640
|
+
"name": "role",
|
|
1641
|
+
"description": "MISSING DESCRIPTION",
|
|
1642
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1643
|
+
"default": "'combobox'",
|
|
1644
|
+
"value": {
|
|
1645
|
+
"kind": "expression",
|
|
1646
|
+
"type": "string\n"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1619
1649
|
{
|
|
1620
1650
|
"name": "centerAffix",
|
|
1621
1651
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
|
|
@@ -2258,6 +2288,15 @@
|
|
|
2258
2288
|
"description": "",
|
|
2259
2289
|
"doc-url": "https://vuetifyjs.com/api/v-avatar",
|
|
2260
2290
|
"attributes": [
|
|
2291
|
+
{
|
|
2292
|
+
"name": "text",
|
|
2293
|
+
"description": "Specify content text for the component.",
|
|
2294
|
+
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
2295
|
+
"value": {
|
|
2296
|
+
"kind": "expression",
|
|
2297
|
+
"type": "string\n"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2261
2300
|
{
|
|
2262
2301
|
"name": "end",
|
|
2263
2302
|
"description": "Applies margin at the start of the component.",
|
|
@@ -2773,6 +2812,15 @@
|
|
|
2773
2812
|
"type": "string\n"
|
|
2774
2813
|
}
|
|
2775
2814
|
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "mobileBreakpoint",
|
|
2817
|
+
"description": "MISSING DESCRIPTION",
|
|
2818
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
2819
|
+
"value": {
|
|
2820
|
+
"kind": "expression",
|
|
2821
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
2822
|
+
}
|
|
2823
|
+
},
|
|
2776
2824
|
{
|
|
2777
2825
|
"name": "lines",
|
|
2778
2826
|
"description": "The amount of visible lines of text before it truncates.",
|
|
@@ -3262,7 +3310,7 @@
|
|
|
3262
3310
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3263
3311
|
"value": {
|
|
3264
3312
|
"kind": "expression",
|
|
3265
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
3313
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
3266
3314
|
}
|
|
3267
3315
|
},
|
|
3268
3316
|
{
|
|
@@ -3334,6 +3382,15 @@
|
|
|
3334
3382
|
"type": "string | boolean\n"
|
|
3335
3383
|
}
|
|
3336
3384
|
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "target",
|
|
3387
|
+
"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.",
|
|
3388
|
+
"doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3389
|
+
"value": {
|
|
3390
|
+
"kind": "expression",
|
|
3391
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3337
3394
|
{
|
|
3338
3395
|
"name": "activatorProps",
|
|
3339
3396
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -3700,6 +3757,21 @@
|
|
|
3700
3757
|
}
|
|
3701
3758
|
]
|
|
3702
3759
|
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "item",
|
|
3762
|
+
"description": "Define a custom item appearance",
|
|
3763
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#slots",
|
|
3764
|
+
"vue-properties": [
|
|
3765
|
+
{
|
|
3766
|
+
"name": "item",
|
|
3767
|
+
"type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "index",
|
|
3771
|
+
"type": "number"
|
|
3772
|
+
}
|
|
3773
|
+
]
|
|
3774
|
+
},
|
|
3703
3775
|
{
|
|
3704
3776
|
"name": "default",
|
|
3705
3777
|
"description": "The default Vue slot.",
|
|
@@ -5652,6 +5724,16 @@
|
|
|
5652
5724
|
"type": "boolean\n"
|
|
5653
5725
|
}
|
|
5654
5726
|
},
|
|
5727
|
+
{
|
|
5728
|
+
"name": "draggable",
|
|
5729
|
+
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
|
|
5730
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
|
|
5731
|
+
"default": "false",
|
|
5732
|
+
"value": {
|
|
5733
|
+
"kind": "expression",
|
|
5734
|
+
"type": "boolean | 'true' | 'false'\n"
|
|
5735
|
+
}
|
|
5736
|
+
},
|
|
5655
5737
|
{
|
|
5656
5738
|
"name": "gradient",
|
|
5657
5739
|
"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).",
|
|
@@ -5707,6 +5789,24 @@
|
|
|
5707
5789
|
"type": "string | number\n"
|
|
5708
5790
|
}
|
|
5709
5791
|
},
|
|
5792
|
+
{
|
|
5793
|
+
"name": "crossorigin",
|
|
5794
|
+
"description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)",
|
|
5795
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
|
|
5796
|
+
"value": {
|
|
5797
|
+
"kind": "expression",
|
|
5798
|
+
"type": "'' | 'anonymous' | 'use-credentials'\n"
|
|
5799
|
+
}
|
|
5800
|
+
},
|
|
5801
|
+
{
|
|
5802
|
+
"name": "referrerpolicy",
|
|
5803
|
+
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)",
|
|
5804
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
|
|
5805
|
+
"value": {
|
|
5806
|
+
"kind": "expression",
|
|
5807
|
+
"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"
|
|
5808
|
+
}
|
|
5809
|
+
},
|
|
5710
5810
|
{
|
|
5711
5811
|
"name": "reverseTransition",
|
|
5712
5812
|
"description": "Sets the reverse transition",
|
|
@@ -6031,6 +6131,15 @@
|
|
|
6031
6131
|
"type": "boolean | 'auto'\n"
|
|
6032
6132
|
}
|
|
6033
6133
|
},
|
|
6134
|
+
{
|
|
6135
|
+
"name": "baseColor",
|
|
6136
|
+
"description": "MISSING DESCRIPTION",
|
|
6137
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
6138
|
+
"value": {
|
|
6139
|
+
"kind": "expression",
|
|
6140
|
+
"type": "string\n"
|
|
6141
|
+
}
|
|
6142
|
+
},
|
|
6034
6143
|
{
|
|
6035
6144
|
"name": "indeterminate",
|
|
6036
6145
|
"description": "Sets an indeterminate state for the checkbox",
|
|
@@ -6347,6 +6456,14 @@
|
|
|
6347
6456
|
"name": "textColorStyles",
|
|
6348
6457
|
"type": "Ref<CSSProperties>"
|
|
6349
6458
|
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "inputNode",
|
|
6461
|
+
"type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
|
|
6462
|
+
},
|
|
6463
|
+
{
|
|
6464
|
+
"name": "icon",
|
|
6465
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
6466
|
+
},
|
|
6350
6467
|
{
|
|
6351
6468
|
"name": "props",
|
|
6352
6469
|
"type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
|
|
@@ -6509,6 +6626,15 @@
|
|
|
6509
6626
|
"type": "boolean\n"
|
|
6510
6627
|
}
|
|
6511
6628
|
},
|
|
6629
|
+
{
|
|
6630
|
+
"name": "baseColor",
|
|
6631
|
+
"description": "MISSING DESCRIPTION",
|
|
6632
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
6633
|
+
"value": {
|
|
6634
|
+
"kind": "expression",
|
|
6635
|
+
"type": "string\n"
|
|
6636
|
+
}
|
|
6637
|
+
},
|
|
6512
6638
|
{
|
|
6513
6639
|
"name": "inline",
|
|
6514
6640
|
"description": "MISSING DESCRIPTION",
|
|
@@ -6649,6 +6775,14 @@
|
|
|
6649
6775
|
"name": "textColorStyles",
|
|
6650
6776
|
"type": "Ref<CSSProperties>"
|
|
6651
6777
|
},
|
|
6778
|
+
{
|
|
6779
|
+
"name": "inputNode",
|
|
6780
|
+
"type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
|
|
6781
|
+
},
|
|
6782
|
+
{
|
|
6783
|
+
"name": "icon",
|
|
6784
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
6785
|
+
},
|
|
6652
6786
|
{
|
|
6653
6787
|
"name": "props",
|
|
6654
6788
|
"type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
|
|
@@ -7397,16 +7531,6 @@
|
|
|
7397
7531
|
"type": "string | number\n"
|
|
7398
7532
|
}
|
|
7399
7533
|
},
|
|
7400
|
-
{
|
|
7401
|
-
"name": "cols",
|
|
7402
|
-
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**.",
|
|
7403
|
-
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
7404
|
-
"default": "false",
|
|
7405
|
-
"value": {
|
|
7406
|
-
"kind": "expression",
|
|
7407
|
-
"type": "string | number | boolean\n"
|
|
7408
|
-
}
|
|
7409
|
-
},
|
|
7410
7534
|
{
|
|
7411
7535
|
"name": "sm",
|
|
7412
7536
|
"description": "Changes the number of columns on small and greater breakpoints.",
|
|
@@ -7457,6 +7581,16 @@
|
|
|
7457
7581
|
"type": "string | number | boolean\n"
|
|
7458
7582
|
}
|
|
7459
7583
|
},
|
|
7584
|
+
{
|
|
7585
|
+
"name": "cols",
|
|
7586
|
+
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**.",
|
|
7587
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
7588
|
+
"default": "false",
|
|
7589
|
+
"value": {
|
|
7590
|
+
"kind": "expression",
|
|
7591
|
+
"type": "string | number | boolean\n"
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7460
7594
|
{
|
|
7461
7595
|
"name": "offsetSm",
|
|
7462
7596
|
"description": "Changes the offset of the component on small and greater breakpoints.",
|
|
@@ -8085,6 +8219,26 @@
|
|
|
8085
8219
|
"type": "boolean\n"
|
|
8086
8220
|
}
|
|
8087
8221
|
},
|
|
8222
|
+
{
|
|
8223
|
+
"name": "closeText",
|
|
8224
|
+
"description": "MISSING DESCRIPTION",
|
|
8225
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
8226
|
+
"default": "'$vuetify.close'",
|
|
8227
|
+
"value": {
|
|
8228
|
+
"kind": "expression",
|
|
8229
|
+
"type": "string\n"
|
|
8230
|
+
}
|
|
8231
|
+
},
|
|
8232
|
+
{
|
|
8233
|
+
"name": "openText",
|
|
8234
|
+
"description": "MISSING DESCRIPTION",
|
|
8235
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
8236
|
+
"default": "'$vuetify.open'",
|
|
8237
|
+
"value": {
|
|
8238
|
+
"kind": "expression",
|
|
8239
|
+
"type": "string\n"
|
|
8240
|
+
}
|
|
8241
|
+
},
|
|
8088
8242
|
{
|
|
8089
8243
|
"name": "eager",
|
|
8090
8244
|
"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.",
|
|
@@ -8309,6 +8463,16 @@
|
|
|
8309
8463
|
"type": "string\n"
|
|
8310
8464
|
}
|
|
8311
8465
|
},
|
|
8466
|
+
{
|
|
8467
|
+
"name": "role",
|
|
8468
|
+
"description": "MISSING DESCRIPTION",
|
|
8469
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
8470
|
+
"default": "'combobox'",
|
|
8471
|
+
"value": {
|
|
8472
|
+
"kind": "expression",
|
|
8473
|
+
"type": "string\n"
|
|
8474
|
+
}
|
|
8475
|
+
},
|
|
8312
8476
|
{
|
|
8313
8477
|
"name": "centerAffix",
|
|
8314
8478
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
|
|
@@ -16125,7 +16289,7 @@
|
|
|
16125
16289
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
16126
16290
|
"value": {
|
|
16127
16291
|
"kind": "expression",
|
|
16128
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
16292
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
16129
16293
|
}
|
|
16130
16294
|
},
|
|
16131
16295
|
{
|
|
@@ -16196,6 +16360,15 @@
|
|
|
16196
16360
|
"type": "string | boolean\n"
|
|
16197
16361
|
}
|
|
16198
16362
|
},
|
|
16363
|
+
{
|
|
16364
|
+
"name": "target",
|
|
16365
|
+
"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.",
|
|
16366
|
+
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
16367
|
+
"value": {
|
|
16368
|
+
"kind": "expression",
|
|
16369
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
16370
|
+
}
|
|
16371
|
+
},
|
|
16199
16372
|
{
|
|
16200
16373
|
"name": "activatorProps",
|
|
16201
16374
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -16577,7 +16750,7 @@
|
|
|
16577
16750
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-transition#props",
|
|
16578
16751
|
"value": {
|
|
16579
16752
|
"kind": "expression",
|
|
16580
|
-
"type": "HTMLElement\n"
|
|
16753
|
+
"type": "HTMLElement | [number, number]\n"
|
|
16581
16754
|
}
|
|
16582
16755
|
}
|
|
16583
16756
|
],
|
|
@@ -19267,6 +19440,16 @@
|
|
|
19267
19440
|
"type": "boolean\n"
|
|
19268
19441
|
}
|
|
19269
19442
|
},
|
|
19443
|
+
{
|
|
19444
|
+
"name": "draggable",
|
|
19445
|
+
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
|
|
19446
|
+
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
19447
|
+
"default": "false",
|
|
19448
|
+
"value": {
|
|
19449
|
+
"kind": "expression",
|
|
19450
|
+
"type": "boolean | 'true' | 'false'\n"
|
|
19451
|
+
}
|
|
19452
|
+
},
|
|
19270
19453
|
{
|
|
19271
19454
|
"name": "gradient",
|
|
19272
19455
|
"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).",
|
|
@@ -19321,6 +19504,24 @@
|
|
|
19321
19504
|
"kind": "expression",
|
|
19322
19505
|
"type": "string | number\n"
|
|
19323
19506
|
}
|
|
19507
|
+
},
|
|
19508
|
+
{
|
|
19509
|
+
"name": "crossorigin",
|
|
19510
|
+
"description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)",
|
|
19511
|
+
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
19512
|
+
"value": {
|
|
19513
|
+
"kind": "expression",
|
|
19514
|
+
"type": "'' | 'anonymous' | 'use-credentials'\n"
|
|
19515
|
+
}
|
|
19516
|
+
},
|
|
19517
|
+
{
|
|
19518
|
+
"name": "referrerpolicy",
|
|
19519
|
+
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)",
|
|
19520
|
+
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
19521
|
+
"value": {
|
|
19522
|
+
"kind": "expression",
|
|
19523
|
+
"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"
|
|
19524
|
+
}
|
|
19324
19525
|
}
|
|
19325
19526
|
],
|
|
19326
19527
|
"events": [
|
|
@@ -21338,7 +21539,7 @@
|
|
|
21338
21539
|
"attributes": [
|
|
21339
21540
|
{
|
|
21340
21541
|
"name": "title",
|
|
21341
|
-
"description": "Generates a `v-list-item-title` component with the supplied value",
|
|
21542
|
+
"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.",
|
|
21342
21543
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
21343
21544
|
"default": "false",
|
|
21344
21545
|
"value": {
|
|
@@ -22262,7 +22463,7 @@
|
|
|
22262
22463
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22263
22464
|
"value": {
|
|
22264
22465
|
"kind": "expression",
|
|
22265
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
22466
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
22266
22467
|
}
|
|
22267
22468
|
},
|
|
22268
22469
|
{
|
|
@@ -22333,6 +22534,15 @@
|
|
|
22333
22534
|
"type": "string | boolean\n"
|
|
22334
22535
|
}
|
|
22335
22536
|
},
|
|
22537
|
+
{
|
|
22538
|
+
"name": "target",
|
|
22539
|
+
"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.",
|
|
22540
|
+
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22541
|
+
"value": {
|
|
22542
|
+
"kind": "expression",
|
|
22543
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
22544
|
+
}
|
|
22545
|
+
},
|
|
22336
22546
|
{
|
|
22337
22547
|
"name": "activatorProps",
|
|
22338
22548
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -22741,6 +22951,15 @@
|
|
|
22741
22951
|
"type": "string | boolean\n"
|
|
22742
22952
|
}
|
|
22743
22953
|
},
|
|
22954
|
+
{
|
|
22955
|
+
"name": "mobileBreakpoint",
|
|
22956
|
+
"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.",
|
|
22957
|
+
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
22958
|
+
"value": {
|
|
22959
|
+
"kind": "expression",
|
|
22960
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
22961
|
+
}
|
|
22962
|
+
},
|
|
22744
22963
|
{
|
|
22745
22964
|
"name": "disableResizeWatcher",
|
|
22746
22965
|
"description": "Will automatically open/close drawer when resized depending if mobile or desktop.",
|
|
@@ -23322,7 +23541,7 @@
|
|
|
23322
23541
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
23323
23542
|
"value": {
|
|
23324
23543
|
"kind": "expression",
|
|
23325
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
23544
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
23326
23545
|
}
|
|
23327
23546
|
},
|
|
23328
23547
|
{
|
|
@@ -23393,6 +23612,15 @@
|
|
|
23393
23612
|
"type": "string | boolean\n"
|
|
23394
23613
|
}
|
|
23395
23614
|
},
|
|
23615
|
+
{
|
|
23616
|
+
"name": "target",
|
|
23617
|
+
"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.",
|
|
23618
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
23619
|
+
"value": {
|
|
23620
|
+
"kind": "expression",
|
|
23621
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
23622
|
+
}
|
|
23623
|
+
},
|
|
23396
23624
|
{
|
|
23397
23625
|
"name": "activatorProps",
|
|
23398
23626
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -24823,6 +25051,15 @@
|
|
|
24823
25051
|
"type": "boolean\n"
|
|
24824
25052
|
}
|
|
24825
25053
|
},
|
|
25054
|
+
{
|
|
25055
|
+
"name": "baseColor",
|
|
25056
|
+
"description": "MISSING DESCRIPTION",
|
|
25057
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
25058
|
+
"value": {
|
|
25059
|
+
"kind": "expression",
|
|
25060
|
+
"type": "string\n"
|
|
25061
|
+
}
|
|
25062
|
+
},
|
|
24826
25063
|
{
|
|
24827
25064
|
"name": "inline",
|
|
24828
25065
|
"description": "MISSING DESCRIPTION",
|
|
@@ -24920,6 +25157,14 @@
|
|
|
24920
25157
|
"name": "textColorStyles",
|
|
24921
25158
|
"type": "Ref<CSSProperties>"
|
|
24922
25159
|
},
|
|
25160
|
+
{
|
|
25161
|
+
"name": "inputNode",
|
|
25162
|
+
"type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
|
|
25163
|
+
},
|
|
25164
|
+
{
|
|
25165
|
+
"name": "icon",
|
|
25166
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
25167
|
+
},
|
|
24923
25168
|
{
|
|
24924
25169
|
"name": "props",
|
|
24925
25170
|
"type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
|
|
@@ -25497,6 +25742,14 @@
|
|
|
25497
25742
|
"name": "textColorStyles",
|
|
25498
25743
|
"type": "Ref<CSSProperties>"
|
|
25499
25744
|
},
|
|
25745
|
+
{
|
|
25746
|
+
"name": "inputNode",
|
|
25747
|
+
"type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
|
|
25748
|
+
},
|
|
25749
|
+
{
|
|
25750
|
+
"name": "icon",
|
|
25751
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
25752
|
+
},
|
|
25500
25753
|
{
|
|
25501
25754
|
"name": "props",
|
|
25502
25755
|
"type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
|
|
@@ -25623,6 +25876,16 @@
|
|
|
25623
25876
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
|
|
25624
25877
|
}
|
|
25625
25878
|
},
|
|
25879
|
+
{
|
|
25880
|
+
"name": "ripple",
|
|
25881
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
25882
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
25883
|
+
"default": "true",
|
|
25884
|
+
"value": {
|
|
25885
|
+
"kind": "expression",
|
|
25886
|
+
"type": "boolean\n"
|
|
25887
|
+
}
|
|
25888
|
+
},
|
|
25626
25889
|
{
|
|
25627
25890
|
"name": "disabled",
|
|
25628
25891
|
"description": "Removes the ability to click or target the component",
|
|
@@ -26180,6 +26443,32 @@
|
|
|
26180
26443
|
}
|
|
26181
26444
|
]
|
|
26182
26445
|
},
|
|
26446
|
+
{
|
|
26447
|
+
"name": "thumb-label",
|
|
26448
|
+
"description": "MISSING DESCRIPTION",
|
|
26449
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots",
|
|
26450
|
+
"vue-properties": [
|
|
26451
|
+
{
|
|
26452
|
+
"name": "modelValue",
|
|
26453
|
+
"type": "number"
|
|
26454
|
+
}
|
|
26455
|
+
]
|
|
26456
|
+
},
|
|
26457
|
+
{
|
|
26458
|
+
"name": "tick-label",
|
|
26459
|
+
"description": "MISSING DESCRIPTION",
|
|
26460
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots",
|
|
26461
|
+
"vue-properties": [
|
|
26462
|
+
{
|
|
26463
|
+
"name": "tick",
|
|
26464
|
+
"type": "{ value: number; position: number; label: string }"
|
|
26465
|
+
},
|
|
26466
|
+
{
|
|
26467
|
+
"name": "index",
|
|
26468
|
+
"type": "number"
|
|
26469
|
+
}
|
|
26470
|
+
]
|
|
26471
|
+
},
|
|
26183
26472
|
{
|
|
26184
26473
|
"name": "label",
|
|
26185
26474
|
"description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component",
|
|
@@ -26230,16 +26519,6 @@
|
|
|
26230
26519
|
"type": "() => void"
|
|
26231
26520
|
}
|
|
26232
26521
|
]
|
|
26233
|
-
},
|
|
26234
|
-
{
|
|
26235
|
-
"name": "tick-label",
|
|
26236
|
-
"description": "MISSING DESCRIPTION",
|
|
26237
|
-
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots"
|
|
26238
|
-
},
|
|
26239
|
-
{
|
|
26240
|
-
"name": "thumb-label",
|
|
26241
|
-
"description": "MISSING DESCRIPTION",
|
|
26242
|
-
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots"
|
|
26243
26522
|
}
|
|
26244
26523
|
],
|
|
26245
26524
|
"vue-model": {
|
|
@@ -27490,6 +27769,26 @@
|
|
|
27490
27769
|
"type": "boolean\n"
|
|
27491
27770
|
}
|
|
27492
27771
|
},
|
|
27772
|
+
{
|
|
27773
|
+
"name": "closeText",
|
|
27774
|
+
"description": "MISSING DESCRIPTION",
|
|
27775
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
27776
|
+
"default": "'$vuetify.close'",
|
|
27777
|
+
"value": {
|
|
27778
|
+
"kind": "expression",
|
|
27779
|
+
"type": "string\n"
|
|
27780
|
+
}
|
|
27781
|
+
},
|
|
27782
|
+
{
|
|
27783
|
+
"name": "openText",
|
|
27784
|
+
"description": "MISSING DESCRIPTION",
|
|
27785
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
27786
|
+
"default": "'$vuetify.open'",
|
|
27787
|
+
"value": {
|
|
27788
|
+
"kind": "expression",
|
|
27789
|
+
"type": "string\n"
|
|
27790
|
+
}
|
|
27791
|
+
},
|
|
27493
27792
|
{
|
|
27494
27793
|
"name": "eager",
|
|
27495
27794
|
"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.",
|
|
@@ -27714,6 +28013,16 @@
|
|
|
27714
28013
|
"type": "string\n"
|
|
27715
28014
|
}
|
|
27716
28015
|
},
|
|
28016
|
+
{
|
|
28017
|
+
"name": "role",
|
|
28018
|
+
"description": "MISSING DESCRIPTION",
|
|
28019
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
28020
|
+
"default": "'button'",
|
|
28021
|
+
"value": {
|
|
28022
|
+
"kind": "expression",
|
|
28023
|
+
"type": "string\n"
|
|
28024
|
+
}
|
|
28025
|
+
},
|
|
27717
28026
|
{
|
|
27718
28027
|
"name": "centerAffix",
|
|
27719
28028
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
|
|
@@ -28486,6 +28795,15 @@
|
|
|
28486
28795
|
"type": "boolean\n"
|
|
28487
28796
|
}
|
|
28488
28797
|
},
|
|
28798
|
+
{
|
|
28799
|
+
"name": "baseColor",
|
|
28800
|
+
"description": "MISSING DESCRIPTION",
|
|
28801
|
+
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
|
28802
|
+
"value": {
|
|
28803
|
+
"kind": "expression",
|
|
28804
|
+
"type": "string\n"
|
|
28805
|
+
}
|
|
28806
|
+
},
|
|
28489
28807
|
{
|
|
28490
28808
|
"name": "inline",
|
|
28491
28809
|
"description": "MISSING DESCRIPTION",
|
|
@@ -28593,6 +28911,14 @@
|
|
|
28593
28911
|
"name": "textColorStyles",
|
|
28594
28912
|
"type": "Ref<CSSProperties>"
|
|
28595
28913
|
},
|
|
28914
|
+
{
|
|
28915
|
+
"name": "inputNode",
|
|
28916
|
+
"type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
|
|
28917
|
+
},
|
|
28918
|
+
{
|
|
28919
|
+
"name": "icon",
|
|
28920
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
28921
|
+
},
|
|
28596
28922
|
{
|
|
28597
28923
|
"name": "props",
|
|
28598
28924
|
"type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
|
|
@@ -29183,6 +29509,15 @@
|
|
|
29183
29509
|
"type": "number\n"
|
|
29184
29510
|
}
|
|
29185
29511
|
},
|
|
29512
|
+
{
|
|
29513
|
+
"name": "mobileBreakpoint",
|
|
29514
|
+
"description": "Sets the designated mobile breakpoint for the component.",
|
|
29515
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
|
|
29516
|
+
"value": {
|
|
29517
|
+
"kind": "expression",
|
|
29518
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
29519
|
+
}
|
|
29520
|
+
},
|
|
29186
29521
|
{
|
|
29187
29522
|
"name": "mandatory",
|
|
29188
29523
|
"description": "Forces at least one item to always be selected (if available).",
|
|
@@ -29842,6 +30177,16 @@
|
|
|
29842
30177
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
|
|
29843
30178
|
}
|
|
29844
30179
|
},
|
|
30180
|
+
{
|
|
30181
|
+
"name": "ripple",
|
|
30182
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
30183
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
30184
|
+
"default": "true",
|
|
30185
|
+
"value": {
|
|
30186
|
+
"kind": "expression",
|
|
30187
|
+
"type": "boolean\n"
|
|
30188
|
+
}
|
|
30189
|
+
},
|
|
29845
30190
|
{
|
|
29846
30191
|
"name": "disabled",
|
|
29847
30192
|
"description": "Removes the ability to click or target the component",
|
|
@@ -30389,6 +30734,32 @@
|
|
|
30389
30734
|
}
|
|
30390
30735
|
]
|
|
30391
30736
|
},
|
|
30737
|
+
{
|
|
30738
|
+
"name": "thumb-label",
|
|
30739
|
+
"description": "Replaces the content inside the thumb label",
|
|
30740
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#slots",
|
|
30741
|
+
"vue-properties": [
|
|
30742
|
+
{
|
|
30743
|
+
"name": "modelValue",
|
|
30744
|
+
"type": "number"
|
|
30745
|
+
}
|
|
30746
|
+
]
|
|
30747
|
+
},
|
|
30748
|
+
{
|
|
30749
|
+
"name": "tick-label",
|
|
30750
|
+
"description": "MISSING DESCRIPTION",
|
|
30751
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#slots",
|
|
30752
|
+
"vue-properties": [
|
|
30753
|
+
{
|
|
30754
|
+
"name": "tick",
|
|
30755
|
+
"type": "{ value: number; position: number; label: string }"
|
|
30756
|
+
},
|
|
30757
|
+
{
|
|
30758
|
+
"name": "index",
|
|
30759
|
+
"type": "number"
|
|
30760
|
+
}
|
|
30761
|
+
]
|
|
30762
|
+
},
|
|
30392
30763
|
{
|
|
30393
30764
|
"name": "label",
|
|
30394
30765
|
"description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component",
|
|
@@ -30439,16 +30810,6 @@
|
|
|
30439
30810
|
"type": "() => void"
|
|
30440
30811
|
}
|
|
30441
30812
|
]
|
|
30442
|
-
},
|
|
30443
|
-
{
|
|
30444
|
-
"name": "tick-label",
|
|
30445
|
-
"description": "MISSING DESCRIPTION",
|
|
30446
|
-
"doc-url": "https://vuetifyjs.com/api/v-slider#slots"
|
|
30447
|
-
},
|
|
30448
|
-
{
|
|
30449
|
-
"name": "thumb-label",
|
|
30450
|
-
"description": "Replaces the content inside the thumb label",
|
|
30451
|
-
"doc-url": "https://vuetifyjs.com/api/v-slider#slots"
|
|
30452
30813
|
}
|
|
30453
30814
|
],
|
|
30454
30815
|
"vue-model": {
|
|
@@ -30632,7 +30993,7 @@
|
|
|
30632
30993
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
30633
30994
|
"value": {
|
|
30634
30995
|
"kind": "expression",
|
|
30635
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
30996
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
30636
30997
|
}
|
|
30637
30998
|
},
|
|
30638
30999
|
{
|
|
@@ -30673,6 +31034,15 @@
|
|
|
30673
31034
|
"type": "any\n"
|
|
30674
31035
|
}
|
|
30675
31036
|
},
|
|
31037
|
+
{
|
|
31038
|
+
"name": "target",
|
|
31039
|
+
"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.",
|
|
31040
|
+
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
31041
|
+
"value": {
|
|
31042
|
+
"kind": "expression",
|
|
31043
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
31044
|
+
}
|
|
31045
|
+
},
|
|
30676
31046
|
{
|
|
30677
31047
|
"name": "activatorProps",
|
|
30678
31048
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -31582,6 +31952,15 @@
|
|
|
31582
31952
|
"type": "boolean | 'auto'\n"
|
|
31583
31953
|
}
|
|
31584
31954
|
},
|
|
31955
|
+
{
|
|
31956
|
+
"name": "baseColor",
|
|
31957
|
+
"description": "MISSING DESCRIPTION",
|
|
31958
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
31959
|
+
"value": {
|
|
31960
|
+
"kind": "expression",
|
|
31961
|
+
"type": "string\n"
|
|
31962
|
+
}
|
|
31963
|
+
},
|
|
31585
31964
|
{
|
|
31586
31965
|
"name": "inline",
|
|
31587
31966
|
"description": "MISSING DESCRIPTION",
|
|
@@ -31917,6 +32296,14 @@
|
|
|
31917
32296
|
"name": "textColorStyles",
|
|
31918
32297
|
"type": "Ref<CSSProperties>"
|
|
31919
32298
|
},
|
|
32299
|
+
{
|
|
32300
|
+
"name": "inputNode",
|
|
32301
|
+
"type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
|
|
32302
|
+
},
|
|
32303
|
+
{
|
|
32304
|
+
"name": "icon",
|
|
32305
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
|
32306
|
+
},
|
|
31920
32307
|
{
|
|
31921
32308
|
"name": "props",
|
|
31922
32309
|
"type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
|
|
@@ -32648,6 +33035,15 @@
|
|
|
32648
33035
|
"type": "number\n"
|
|
32649
33036
|
}
|
|
32650
33037
|
},
|
|
33038
|
+
{
|
|
33039
|
+
"name": "mobileBreakpoint",
|
|
33040
|
+
"description": "Sets the designated mobile breakpoint for the component.",
|
|
33041
|
+
"doc-url": "https://vuetifyjs.com/api/v-tabs#props",
|
|
33042
|
+
"value": {
|
|
33043
|
+
"kind": "expression",
|
|
33044
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
33045
|
+
}
|
|
33046
|
+
},
|
|
32651
33047
|
{
|
|
32652
33048
|
"name": "grow",
|
|
32653
33049
|
"description": "Force `v-tab`'s to take up all available space",
|
|
@@ -33011,6 +33407,15 @@
|
|
|
33011
33407
|
"type": "string\n"
|
|
33012
33408
|
}
|
|
33013
33409
|
},
|
|
33410
|
+
{
|
|
33411
|
+
"name": "role",
|
|
33412
|
+
"description": "MISSING DESCRIPTION",
|
|
33413
|
+
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
33414
|
+
"value": {
|
|
33415
|
+
"kind": "expression",
|
|
33416
|
+
"type": "string\n"
|
|
33417
|
+
}
|
|
33418
|
+
},
|
|
33014
33419
|
{
|
|
33015
33420
|
"name": "centerAffix",
|
|
33016
33421
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
|
|
@@ -35328,7 +35733,7 @@
|
|
|
35328
35733
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
35329
35734
|
"value": {
|
|
35330
35735
|
"kind": "expression",
|
|
35331
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
35736
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
35332
35737
|
}
|
|
35333
35738
|
},
|
|
35334
35739
|
{
|
|
@@ -35389,6 +35794,15 @@
|
|
|
35389
35794
|
"type": "string | boolean\n"
|
|
35390
35795
|
}
|
|
35391
35796
|
},
|
|
35797
|
+
{
|
|
35798
|
+
"name": "target",
|
|
35799
|
+
"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.",
|
|
35800
|
+
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
35801
|
+
"value": {
|
|
35802
|
+
"kind": "expression",
|
|
35803
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
35804
|
+
}
|
|
35805
|
+
},
|
|
35392
35806
|
{
|
|
35393
35807
|
"name": "activatorProps",
|
|
35394
35808
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|