vuetify 3.1.10 → 3.1.12
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 +211 -39
- package/dist/json/importMap.json +82 -82
- package/dist/json/tags.json +46 -3
- package/dist/json/web-types.json +499 -73
- package/dist/vuetify-labs.css +330 -316
- package/dist/vuetify-labs.d.ts +56938 -14302
- package/dist/vuetify-labs.esm.js +178 -157
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +177 -156
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +71 -69
- package/dist/vuetify.d.ts +55237 -15799
- package/dist/vuetify.esm.js +154 -151
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +154 -151
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +717 -718
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +509 -83
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/VBadge.css +1 -0
- package/lib/components/VBadge/VBadge.sass +1 -0
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +40 -39
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +824 -149
- package/lib/components/VChip/index.d.ts +473 -75
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +11 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/index.d.ts +131 -22
- package/lib/components/VDialog/VDialog.css +16 -16
- package/lib/components/VDialog/VDialog.mjs +4 -4
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +4 -4
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/VField.mjs +5 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +5 -4
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +3 -3
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +14 -6
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +1 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1263 -81
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55122 -15681
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +12 -15
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +30 -33
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +3 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +14 -1
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4196 -1020
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4232 -1030
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +12 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"v-app-bar/location": {
|
|
39
39
|
"type": "\"top\" | \"bottom\"",
|
|
40
|
-
"description": "
|
|
40
|
+
"description": "Aligns the component towards the top or bottom."
|
|
41
41
|
},
|
|
42
42
|
"v-app-bar/absolute": {
|
|
43
43
|
"type": "boolean",
|
|
@@ -1415,10 +1415,6 @@
|
|
|
1415
1415
|
"type": "boolean | \"auto\"",
|
|
1416
1416
|
"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"
|
|
1417
1417
|
},
|
|
1418
|
-
"v-checkbox/inline": {
|
|
1419
|
-
"type": "boolean",
|
|
1420
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1421
|
-
},
|
|
1422
1418
|
"v-checkbox/ripple": {
|
|
1423
1419
|
"type": "boolean",
|
|
1424
1420
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
@@ -1751,14 +1747,6 @@
|
|
|
1751
1747
|
"type": "string",
|
|
1752
1748
|
"description": "Sets mode of inputs. Available modes are 'rgba', 'hsla', and 'hexa'. Can be synced with the `.sync` modifier."
|
|
1753
1749
|
},
|
|
1754
|
-
"v-color-picker/canvas-height": {
|
|
1755
|
-
"type": "string | number",
|
|
1756
|
-
"description": "Height of canvas"
|
|
1757
|
-
},
|
|
1758
|
-
"v-color-picker/dot-size": {
|
|
1759
|
-
"type": "string | number",
|
|
1760
|
-
"description": "Changes the size of the selection dot on the canvas"
|
|
1761
|
-
},
|
|
1762
1750
|
"v-color-picker/hide-canvas": {
|
|
1763
1751
|
"type": "boolean",
|
|
1764
1752
|
"description": "Hides canvas"
|
|
@@ -1771,14 +1759,22 @@
|
|
|
1771
1759
|
"type": "boolean",
|
|
1772
1760
|
"description": "Hides inputs"
|
|
1773
1761
|
},
|
|
1774
|
-
"v-color-picker/modes": {
|
|
1775
|
-
"type": "string[]",
|
|
1776
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
|
|
1777
|
-
},
|
|
1778
1762
|
"v-color-picker/show-swatches": {
|
|
1779
1763
|
"type": "boolean",
|
|
1780
1764
|
"description": "Displays color swatches"
|
|
1781
1765
|
},
|
|
1766
|
+
"v-color-picker/canvas-height": {
|
|
1767
|
+
"type": "string | number",
|
|
1768
|
+
"description": "Height of canvas"
|
|
1769
|
+
},
|
|
1770
|
+
"v-color-picker/dot-size": {
|
|
1771
|
+
"type": "string | number",
|
|
1772
|
+
"description": "Changes the size of the selection dot on the canvas"
|
|
1773
|
+
},
|
|
1774
|
+
"v-color-picker/modes": {
|
|
1775
|
+
"type": "string[]",
|
|
1776
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
|
|
1777
|
+
},
|
|
1782
1778
|
"v-color-picker/swatches-max-height": {
|
|
1783
1779
|
"type": "string | number",
|
|
1784
1780
|
"description": "Sets the maximum height of the swatches section"
|
|
@@ -2056,7 +2052,7 @@
|
|
|
2056
2052
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2057
2053
|
},
|
|
2058
2054
|
"v-counter/transition": {
|
|
2059
|
-
"type": "string | { component:
|
|
2055
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
2060
2056
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2061
2057
|
},
|
|
2062
2058
|
"v-counter/active": {
|
|
@@ -2169,7 +2165,7 @@
|
|
|
2169
2165
|
},
|
|
2170
2166
|
"v-dialog/scrim": {
|
|
2171
2167
|
"type": "string | boolean",
|
|
2172
|
-
"description": "
|
|
2168
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
2173
2169
|
},
|
|
2174
2170
|
"v-dialog/activator-props": {
|
|
2175
2171
|
"type": "{ }",
|
|
@@ -2216,7 +2212,7 @@
|
|
|
2216
2212
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
2217
2213
|
},
|
|
2218
2214
|
"v-dialog/transition": {
|
|
2219
|
-
"type": "string | { component:
|
|
2215
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
2220
2216
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2221
2217
|
},
|
|
2222
2218
|
"v-dialog/attach": {
|
|
@@ -2735,6 +2731,66 @@
|
|
|
2735
2731
|
"type": "string | number | boolean",
|
|
2736
2732
|
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
|
|
2737
2733
|
},
|
|
2734
|
+
"v-col/sm": {
|
|
2735
|
+
"type": "string | number | boolean",
|
|
2736
|
+
"description": "Changes the number of columns on small and greater breakpoints."
|
|
2737
|
+
},
|
|
2738
|
+
"v-col/md": {
|
|
2739
|
+
"type": "string | number | boolean",
|
|
2740
|
+
"description": "Changes the number of columns on medium and greater breakpoints."
|
|
2741
|
+
},
|
|
2742
|
+
"v-col/lg": {
|
|
2743
|
+
"type": "string | number | boolean",
|
|
2744
|
+
"description": "Changes the number of columns on large and greater breakpoints."
|
|
2745
|
+
},
|
|
2746
|
+
"v-col/xl": {
|
|
2747
|
+
"type": "string | number | boolean",
|
|
2748
|
+
"description": "Changes the number of columns on extra large and greater breakpoints."
|
|
2749
|
+
},
|
|
2750
|
+
"v-col/xxl": {
|
|
2751
|
+
"type": "string | number | boolean",
|
|
2752
|
+
"description": "MISSING DESCRIPTION"
|
|
2753
|
+
},
|
|
2754
|
+
"v-col/offset-sm": {
|
|
2755
|
+
"type": "string | number",
|
|
2756
|
+
"description": "Changes the offset of the component on small and greater breakpoints."
|
|
2757
|
+
},
|
|
2758
|
+
"v-col/offset-md": {
|
|
2759
|
+
"type": "string | number",
|
|
2760
|
+
"description": "Changes the offset of the component on medium and greater breakpoints."
|
|
2761
|
+
},
|
|
2762
|
+
"v-col/offset-lg": {
|
|
2763
|
+
"type": "string | number",
|
|
2764
|
+
"description": "Changes the offset of the component on large and greater breakpoints."
|
|
2765
|
+
},
|
|
2766
|
+
"v-col/offset-xl": {
|
|
2767
|
+
"type": "string | number",
|
|
2768
|
+
"description": "Changes the offset of the component on extra large and greater breakpoints."
|
|
2769
|
+
},
|
|
2770
|
+
"v-col/offset-xxl": {
|
|
2771
|
+
"type": "string | number",
|
|
2772
|
+
"description": "MISSING DESCRIPTION"
|
|
2773
|
+
},
|
|
2774
|
+
"v-col/order-sm": {
|
|
2775
|
+
"type": "string | number",
|
|
2776
|
+
"description": "Changes the order of the component on small and greater breakpoints."
|
|
2777
|
+
},
|
|
2778
|
+
"v-col/order-md": {
|
|
2779
|
+
"type": "string | number",
|
|
2780
|
+
"description": "Changes the order of the component on medium and greater breakpoints."
|
|
2781
|
+
},
|
|
2782
|
+
"v-col/order-lg": {
|
|
2783
|
+
"type": "string | number",
|
|
2784
|
+
"description": "Changes the order of the component on large and greater breakpoints."
|
|
2785
|
+
},
|
|
2786
|
+
"v-col/order-xl": {
|
|
2787
|
+
"type": "string | number",
|
|
2788
|
+
"description": "Changes the order of the component on extra large and greater breakpoints."
|
|
2789
|
+
},
|
|
2790
|
+
"v-col/order-xxl": {
|
|
2791
|
+
"type": "string | number",
|
|
2792
|
+
"description": "MISSING DESCRIPTION"
|
|
2793
|
+
},
|
|
2738
2794
|
"v-col/align-self": {
|
|
2739
2795
|
"type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
|
|
2740
2796
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
|
|
@@ -2755,6 +2811,66 @@
|
|
|
2755
2811
|
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2756
2812
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
|
|
2757
2813
|
},
|
|
2814
|
+
"v-row/align-sm": {
|
|
2815
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2816
|
+
"description": "Changes the **align-items** property on small and greater breakpoints."
|
|
2817
|
+
},
|
|
2818
|
+
"v-row/align-md": {
|
|
2819
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2820
|
+
"description": "Changes the **align-items** property on medium and greater breakpoints."
|
|
2821
|
+
},
|
|
2822
|
+
"v-row/align-lg": {
|
|
2823
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2824
|
+
"description": "Changes the **align-items** property on large and greater breakpoints."
|
|
2825
|
+
},
|
|
2826
|
+
"v-row/align-xl": {
|
|
2827
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2828
|
+
"description": "Changes the **align-items** property on extra large and greater breakpoints."
|
|
2829
|
+
},
|
|
2830
|
+
"v-row/align-xxl": {
|
|
2831
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2832
|
+
"description": "MISSING DESCRIPTION"
|
|
2833
|
+
},
|
|
2834
|
+
"v-row/justify-sm": {
|
|
2835
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2836
|
+
"description": "Changes the **justify-content** property on small and greater breakpoints."
|
|
2837
|
+
},
|
|
2838
|
+
"v-row/justify-md": {
|
|
2839
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2840
|
+
"description": "Changes the **justify-content** property on medium and greater breakpoints."
|
|
2841
|
+
},
|
|
2842
|
+
"v-row/justify-lg": {
|
|
2843
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2844
|
+
"description": "Changes the **justify-content** property on large and greater breakpoints."
|
|
2845
|
+
},
|
|
2846
|
+
"v-row/justify-xl": {
|
|
2847
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2848
|
+
"description": "Changes the **justify-content** property on extra large and greater breakpoints."
|
|
2849
|
+
},
|
|
2850
|
+
"v-row/justify-xxl": {
|
|
2851
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2852
|
+
"description": "MISSING DESCRIPTION"
|
|
2853
|
+
},
|
|
2854
|
+
"v-row/align-content-sm": {
|
|
2855
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2856
|
+
"description": "Changes the **align-content** property on small and greater breakpoints."
|
|
2857
|
+
},
|
|
2858
|
+
"v-row/align-content-md": {
|
|
2859
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2860
|
+
"description": "Changes the **align-content** property on medium and greater breakpoints."
|
|
2861
|
+
},
|
|
2862
|
+
"v-row/align-content-lg": {
|
|
2863
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2864
|
+
"description": "Changes the **align-content** property on large and greater breakpoints."
|
|
2865
|
+
},
|
|
2866
|
+
"v-row/align-content-xl": {
|
|
2867
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2868
|
+
"description": "Changes the **align-content** property on extra large and greater breakpoints."
|
|
2869
|
+
},
|
|
2870
|
+
"v-row/align-content-xxl": {
|
|
2871
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2872
|
+
"description": "MISSING DESCRIPTION"
|
|
2873
|
+
},
|
|
2758
2874
|
"v-row/justify": {
|
|
2759
2875
|
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2760
2876
|
"description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
|
|
@@ -2873,7 +2989,7 @@
|
|
|
2873
2989
|
},
|
|
2874
2990
|
"v-img/lazy-src": {
|
|
2875
2991
|
"type": "string",
|
|
2876
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically."
|
|
2992
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
|
|
2877
2993
|
},
|
|
2878
2994
|
"v-img/sizes": {
|
|
2879
2995
|
"type": "string",
|
|
@@ -3557,15 +3673,15 @@
|
|
|
3557
3673
|
},
|
|
3558
3674
|
"v-menu/no-click-animation": {
|
|
3559
3675
|
"type": "boolean",
|
|
3560
|
-
"description": "
|
|
3676
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
3561
3677
|
},
|
|
3562
3678
|
"v-menu/persistent": {
|
|
3563
3679
|
"type": "boolean",
|
|
3564
|
-
"description": "
|
|
3680
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it."
|
|
3565
3681
|
},
|
|
3566
3682
|
"v-menu/scrim": {
|
|
3567
3683
|
"type": "string | boolean",
|
|
3568
|
-
"description": "
|
|
3684
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
3569
3685
|
},
|
|
3570
3686
|
"v-menu/activator-props": {
|
|
3571
3687
|
"type": "{ }",
|
|
@@ -3612,7 +3728,7 @@
|
|
|
3612
3728
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
3613
3729
|
},
|
|
3614
3730
|
"v-menu/transition": {
|
|
3615
|
-
"type": "string | { component:
|
|
3731
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
3616
3732
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3617
3733
|
},
|
|
3618
3734
|
"v-menu/attach": {
|
|
@@ -3624,7 +3740,7 @@
|
|
|
3624
3740
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
3625
3741
|
},
|
|
3626
3742
|
"v-messages/transition": {
|
|
3627
|
-
"type": "string | { component:
|
|
3743
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] }; leaveAbsolute: boolean; group: boolean }",
|
|
3628
3744
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3629
3745
|
},
|
|
3630
3746
|
"v-messages/messages": {
|
|
@@ -3805,15 +3921,15 @@
|
|
|
3805
3921
|
},
|
|
3806
3922
|
"v-overlay/no-click-animation": {
|
|
3807
3923
|
"type": "boolean",
|
|
3808
|
-
"description": "
|
|
3924
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
3809
3925
|
},
|
|
3810
3926
|
"v-overlay/persistent": {
|
|
3811
3927
|
"type": "boolean",
|
|
3812
|
-
"description": "
|
|
3928
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it."
|
|
3813
3929
|
},
|
|
3814
3930
|
"v-overlay/scrim": {
|
|
3815
3931
|
"type": "string | boolean",
|
|
3816
|
-
"description": "
|
|
3932
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
3817
3933
|
},
|
|
3818
3934
|
"v-overlay/activator-props": {
|
|
3819
3935
|
"type": "{ }",
|
|
@@ -4628,7 +4744,7 @@
|
|
|
4628
4744
|
"description": "Removes the ability to click or target the input"
|
|
4629
4745
|
},
|
|
4630
4746
|
"v-select/transition": {
|
|
4631
|
-
"type": "string | { component:
|
|
4747
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
4632
4748
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
4633
4749
|
},
|
|
4634
4750
|
"v-select/multiple": {
|
|
@@ -5587,6 +5703,10 @@
|
|
|
5587
5703
|
"type": "any",
|
|
5588
5704
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
5589
5705
|
},
|
|
5706
|
+
"v-tab/size": {
|
|
5707
|
+
"type": "string | number",
|
|
5708
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
5709
|
+
},
|
|
5590
5710
|
"v-tab/title": {
|
|
5591
5711
|
"type": "string",
|
|
5592
5712
|
"description": "Specify a title text for the component."
|
|
@@ -5595,6 +5715,26 @@
|
|
|
5595
5715
|
"type": "string",
|
|
5596
5716
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
5597
5717
|
},
|
|
5718
|
+
"v-tab/density": {
|
|
5719
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5720
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5721
|
+
},
|
|
5722
|
+
"v-tab/height": {
|
|
5723
|
+
"type": "string | number",
|
|
5724
|
+
"description": "Sets the height for the component."
|
|
5725
|
+
},
|
|
5726
|
+
"v-tab/border": {
|
|
5727
|
+
"type": "string | number | boolean",
|
|
5728
|
+
"description": "Applies border styles to component."
|
|
5729
|
+
},
|
|
5730
|
+
"v-tab/elevation": {
|
|
5731
|
+
"type": "string | number",
|
|
5732
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
5733
|
+
},
|
|
5734
|
+
"v-tab/rounded": {
|
|
5735
|
+
"type": "string | number | boolean",
|
|
5736
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
5737
|
+
},
|
|
5598
5738
|
"v-tab/tag": {
|
|
5599
5739
|
"type": "string",
|
|
5600
5740
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -5603,9 +5743,33 @@
|
|
|
5603
5743
|
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
|
5604
5744
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
5605
5745
|
},
|
|
5746
|
+
"v-tab/max-height": {
|
|
5747
|
+
"type": "string | number",
|
|
5748
|
+
"description": "Sets the maximum height for the component."
|
|
5749
|
+
},
|
|
5750
|
+
"v-tab/max-width": {
|
|
5751
|
+
"type": "string | number",
|
|
5752
|
+
"description": "Sets the maximum width for the component."
|
|
5753
|
+
},
|
|
5754
|
+
"v-tab/min-height": {
|
|
5755
|
+
"type": "string | number",
|
|
5756
|
+
"description": "Sets the minimum height for the component."
|
|
5757
|
+
},
|
|
5758
|
+
"v-tab/min-width": {
|
|
5759
|
+
"type": "string | number",
|
|
5760
|
+
"description": "Sets the minimum width for the component."
|
|
5761
|
+
},
|
|
5762
|
+
"v-tab/width": {
|
|
5763
|
+
"type": "string | number",
|
|
5764
|
+
"description": "Sets the width for the component."
|
|
5765
|
+
},
|
|
5606
5766
|
"v-tab/fixed": {
|
|
5607
5767
|
"type": "boolean",
|
|
5608
|
-
"description": "
|
|
5768
|
+
"description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
|
|
5769
|
+
},
|
|
5770
|
+
"v-tab/variant": {
|
|
5771
|
+
"type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
|
5772
|
+
"description": "Applies a distinct style to the component"
|
|
5609
5773
|
},
|
|
5610
5774
|
"v-tab/replace": {
|
|
5611
5775
|
"type": "boolean",
|
|
@@ -5625,7 +5789,11 @@
|
|
|
5625
5789
|
},
|
|
5626
5790
|
"v-tab/direction": {
|
|
5627
5791
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5628
|
-
"description": "
|
|
5792
|
+
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
5793
|
+
},
|
|
5794
|
+
"v-tab/loading": {
|
|
5795
|
+
"type": "string | boolean",
|
|
5796
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
|
5629
5797
|
},
|
|
5630
5798
|
"v-tab/stacked": {
|
|
5631
5799
|
"type": "boolean",
|
|
@@ -5653,11 +5821,11 @@
|
|
|
5653
5821
|
},
|
|
5654
5822
|
"v-tab/hide-slider": {
|
|
5655
5823
|
"type": "boolean",
|
|
5656
|
-
"description": "
|
|
5824
|
+
"description": "Hides the active tab slider component (no exit or enter animation)."
|
|
5657
5825
|
},
|
|
5658
5826
|
"v-tab/slider-color": {
|
|
5659
5827
|
"type": "string",
|
|
5660
|
-
"description": "
|
|
5828
|
+
"description": "Applies specified color to the slider when active on that component - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
5661
5829
|
},
|
|
5662
5830
|
"v-table/theme": {
|
|
5663
5831
|
"type": "string",
|
|
@@ -5669,7 +5837,7 @@
|
|
|
5669
5837
|
},
|
|
5670
5838
|
"v-table/height": {
|
|
5671
5839
|
"type": "string | number",
|
|
5672
|
-
"description": "
|
|
5840
|
+
"description": "Use the height prop to set the height of the table."
|
|
5673
5841
|
},
|
|
5674
5842
|
"v-table/tag": {
|
|
5675
5843
|
"type": "string",
|
|
@@ -5677,11 +5845,11 @@
|
|
|
5677
5845
|
},
|
|
5678
5846
|
"v-table/hover": {
|
|
5679
5847
|
"type": "boolean",
|
|
5680
|
-
"description": "
|
|
5848
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
5681
5849
|
},
|
|
5682
5850
|
"v-table/fixed-header": {
|
|
5683
5851
|
"type": "boolean",
|
|
5684
|
-
"description": "
|
|
5852
|
+
"description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
|
|
5685
5853
|
},
|
|
5686
5854
|
"v-table/fixed-footer": {
|
|
5687
5855
|
"type": "boolean",
|
|
@@ -6333,11 +6501,11 @@
|
|
|
6333
6501
|
},
|
|
6334
6502
|
"v-tooltip/no-click-animation": {
|
|
6335
6503
|
"type": "boolean",
|
|
6336
|
-
"description": "
|
|
6504
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
6337
6505
|
},
|
|
6338
6506
|
"v-tooltip/scrim": {
|
|
6339
6507
|
"type": "string | boolean",
|
|
6340
|
-
"description": "
|
|
6508
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
6341
6509
|
},
|
|
6342
6510
|
"v-tooltip/activator-props": {
|
|
6343
6511
|
"type": "{ }",
|
|
@@ -6935,6 +7103,10 @@
|
|
|
6935
7103
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
|
|
6936
7104
|
"description": "MISSING DESCRIPTION"
|
|
6937
7105
|
},
|
|
7106
|
+
"v-data-table-row/index": {
|
|
7107
|
+
"type": "Number",
|
|
7108
|
+
"description": "MISSING DESCRIPTION"
|
|
7109
|
+
},
|
|
6938
7110
|
"v-data-table-virtual/items": {
|
|
6939
7111
|
"type": "any[]",
|
|
6940
7112
|
"description": "An array of strings or objects used for automatically generating children components"
|