@vuetify/nightly 3.2.0-dev-20230309.0 → 3.2.0-dev-20230322.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/CHANGELOG.md +2 -2
- package/dist/json/attributes.json +210 -30
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +47 -2
- package/dist/json/web-types.json +529 -63
- package/dist/vuetify-labs.css +1186 -1146
- package/dist/vuetify-labs.d.ts +56928 -14280
- package/dist/vuetify-labs.esm.js +557 -363
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +557 -363
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +204 -179
- package/dist/vuetify.d.ts +55330 -15866
- package/dist/vuetify.esm.js +400 -306
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +400 -306
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +668 -667
- 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/VAlert.mjs +29 -15
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +510 -82
- 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 +13 -7
- 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/index.d.ts +284 -42
- package/lib/components/VBanner/VBanner.mjs +19 -12
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +65 -58
- 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/VCard.mjs +10 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +27 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- 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 +831 -147
- package/lib/components/VChip/VChip.css +110 -90
- package/lib/components/VChip/VChip.mjs +70 -48
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/_mixins.scss +27 -23
- package/lib/components/VChip/index.d.ts +474 -76
- 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 +13 -7
- 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/VDefaultsProvider.mjs +4 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +133 -21
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- 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/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/VFooter.css +2 -0
- package/lib/components/VFooter/VFooter.sass +2 -0
- package/lib/components/VFooter/_variables.scss +2 -0
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- 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/VImg.mjs +2 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- 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/VListItem.mjs +23 -19
- package/lib/components/VList/VListItem.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 +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +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/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +13 -7
- 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/VSliderTrack.mjs +1 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +5 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +2 -7
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -3
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +3 -8
- 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 +8 -5
- 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/VTimelineDivider.mjs +18 -10
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +10 -9
- 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 +1276 -82
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55255 -15788
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/defaults.mjs +2 -0
- package/lib/composables/defaults.mjs.map +1 -1
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +7 -10
- package/lib/labs/VDataTable/VDataTable.css +15 -0
- package/lib/labs/VDataTable/VDataTable.mjs +41 -17
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +12 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -12
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +1 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +19 -3
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4179 -1017
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4214 -1026
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- 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 +15 -7
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +5 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-dev-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-dev-20230322.0...v) (2023-03-22)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.2.0-dev-
|
|
5
|
+
# [3.2.0-dev-20230322.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.11...v3.2.0-dev-20230322.0) (2023-03-22)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -1751,14 +1751,6 @@
|
|
|
1751
1751
|
"type": "string",
|
|
1752
1752
|
"description": "Sets mode of inputs. Available modes are 'rgba', 'hsla', and 'hexa'. Can be synced with the `.sync` modifier."
|
|
1753
1753
|
},
|
|
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
1754
|
"v-color-picker/hide-canvas": {
|
|
1763
1755
|
"type": "boolean",
|
|
1764
1756
|
"description": "Hides canvas"
|
|
@@ -1771,14 +1763,22 @@
|
|
|
1771
1763
|
"type": "boolean",
|
|
1772
1764
|
"description": "Hides inputs"
|
|
1773
1765
|
},
|
|
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
1766
|
"v-color-picker/show-swatches": {
|
|
1779
1767
|
"type": "boolean",
|
|
1780
1768
|
"description": "Displays color swatches"
|
|
1781
1769
|
},
|
|
1770
|
+
"v-color-picker/canvas-height": {
|
|
1771
|
+
"type": "string | number",
|
|
1772
|
+
"description": "Height of canvas"
|
|
1773
|
+
},
|
|
1774
|
+
"v-color-picker/dot-size": {
|
|
1775
|
+
"type": "string | number",
|
|
1776
|
+
"description": "Changes the size of the selection dot on the canvas"
|
|
1777
|
+
},
|
|
1778
|
+
"v-color-picker/modes": {
|
|
1779
|
+
"type": "string[]",
|
|
1780
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
|
|
1781
|
+
},
|
|
1782
1782
|
"v-color-picker/swatches-max-height": {
|
|
1783
1783
|
"type": "string | number",
|
|
1784
1784
|
"description": "Sets the maximum height of the swatches section"
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2057
2057
|
},
|
|
2058
2058
|
"v-counter/transition": {
|
|
2059
|
-
"type": "string | { component:
|
|
2059
|
+
"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
2060
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2061
2061
|
},
|
|
2062
2062
|
"v-counter/active": {
|
|
@@ -2067,17 +2067,21 @@
|
|
|
2067
2067
|
"type": "string | number",
|
|
2068
2068
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2069
2069
|
},
|
|
2070
|
+
"v-defaults-provider/disabled": {
|
|
2071
|
+
"type": "boolean",
|
|
2072
|
+
"description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary"
|
|
2073
|
+
},
|
|
2070
2074
|
"v-defaults-provider/root": {
|
|
2071
2075
|
"type": "boolean",
|
|
2072
|
-
"description": "
|
|
2076
|
+
"description": "Force current defaults to match the application root defaults"
|
|
2073
2077
|
},
|
|
2074
2078
|
"v-defaults-provider/scoped": {
|
|
2075
2079
|
"type": "boolean",
|
|
2076
|
-
"description": "
|
|
2080
|
+
"description": "Prevents the ability for default values to be inherited from parent components"
|
|
2077
2081
|
},
|
|
2078
2082
|
"v-defaults-provider/reset": {
|
|
2079
2083
|
"type": "string | number",
|
|
2080
|
-
"description": "
|
|
2084
|
+
"description": "Reset the default values up the nested chain by {n} amount"
|
|
2081
2085
|
},
|
|
2082
2086
|
"v-defaults-provider/defaults": {
|
|
2083
2087
|
"type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
|
|
@@ -2165,7 +2169,7 @@
|
|
|
2165
2169
|
},
|
|
2166
2170
|
"v-dialog/scrim": {
|
|
2167
2171
|
"type": "string | boolean",
|
|
2168
|
-
"description": "
|
|
2172
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
2169
2173
|
},
|
|
2170
2174
|
"v-dialog/activator-props": {
|
|
2171
2175
|
"type": "{ }",
|
|
@@ -2212,7 +2216,7 @@
|
|
|
2212
2216
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
2213
2217
|
},
|
|
2214
2218
|
"v-dialog/transition": {
|
|
2215
|
-
"type": "string | { component:
|
|
2219
|
+
"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>] } }",
|
|
2216
2220
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2217
2221
|
},
|
|
2218
2222
|
"v-dialog/attach": {
|
|
@@ -2731,6 +2735,66 @@
|
|
|
2731
2735
|
"type": "string | number | boolean",
|
|
2732
2736
|
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
|
|
2733
2737
|
},
|
|
2738
|
+
"v-col/sm": {
|
|
2739
|
+
"type": "string | number | boolean",
|
|
2740
|
+
"description": "Changes the number of columns on small and greater breakpoints."
|
|
2741
|
+
},
|
|
2742
|
+
"v-col/md": {
|
|
2743
|
+
"type": "string | number | boolean",
|
|
2744
|
+
"description": "Changes the number of columns on medium and greater breakpoints."
|
|
2745
|
+
},
|
|
2746
|
+
"v-col/lg": {
|
|
2747
|
+
"type": "string | number | boolean",
|
|
2748
|
+
"description": "Changes the number of columns on large and greater breakpoints."
|
|
2749
|
+
},
|
|
2750
|
+
"v-col/xl": {
|
|
2751
|
+
"type": "string | number | boolean",
|
|
2752
|
+
"description": "Changes the number of columns on extra large and greater breakpoints."
|
|
2753
|
+
},
|
|
2754
|
+
"v-col/xxl": {
|
|
2755
|
+
"type": "string | number | boolean",
|
|
2756
|
+
"description": "MISSING DESCRIPTION"
|
|
2757
|
+
},
|
|
2758
|
+
"v-col/offset-sm": {
|
|
2759
|
+
"type": "string | number",
|
|
2760
|
+
"description": "Changes the offset of the component on small and greater breakpoints."
|
|
2761
|
+
},
|
|
2762
|
+
"v-col/offset-md": {
|
|
2763
|
+
"type": "string | number",
|
|
2764
|
+
"description": "Changes the offset of the component on medium and greater breakpoints."
|
|
2765
|
+
},
|
|
2766
|
+
"v-col/offset-lg": {
|
|
2767
|
+
"type": "string | number",
|
|
2768
|
+
"description": "Changes the offset of the component on large and greater breakpoints."
|
|
2769
|
+
},
|
|
2770
|
+
"v-col/offset-xl": {
|
|
2771
|
+
"type": "string | number",
|
|
2772
|
+
"description": "Changes the offset of the component on extra large and greater breakpoints."
|
|
2773
|
+
},
|
|
2774
|
+
"v-col/offset-xxl": {
|
|
2775
|
+
"type": "string | number",
|
|
2776
|
+
"description": "MISSING DESCRIPTION"
|
|
2777
|
+
},
|
|
2778
|
+
"v-col/order-sm": {
|
|
2779
|
+
"type": "string | number",
|
|
2780
|
+
"description": "Changes the order of the component on small and greater breakpoints."
|
|
2781
|
+
},
|
|
2782
|
+
"v-col/order-md": {
|
|
2783
|
+
"type": "string | number",
|
|
2784
|
+
"description": "Changes the order of the component on medium and greater breakpoints."
|
|
2785
|
+
},
|
|
2786
|
+
"v-col/order-lg": {
|
|
2787
|
+
"type": "string | number",
|
|
2788
|
+
"description": "Changes the order of the component on large and greater breakpoints."
|
|
2789
|
+
},
|
|
2790
|
+
"v-col/order-xl": {
|
|
2791
|
+
"type": "string | number",
|
|
2792
|
+
"description": "Changes the order of the component on extra large and greater breakpoints."
|
|
2793
|
+
},
|
|
2794
|
+
"v-col/order-xxl": {
|
|
2795
|
+
"type": "string | number",
|
|
2796
|
+
"description": "MISSING DESCRIPTION"
|
|
2797
|
+
},
|
|
2734
2798
|
"v-col/align-self": {
|
|
2735
2799
|
"type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
|
|
2736
2800
|
"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**."
|
|
@@ -2751,6 +2815,66 @@
|
|
|
2751
2815
|
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2752
2816
|
"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**."
|
|
2753
2817
|
},
|
|
2818
|
+
"v-row/align-sm": {
|
|
2819
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2820
|
+
"description": "Changes the **align-items** property on small and greater breakpoints."
|
|
2821
|
+
},
|
|
2822
|
+
"v-row/align-md": {
|
|
2823
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2824
|
+
"description": "Changes the **align-items** property on medium and greater breakpoints."
|
|
2825
|
+
},
|
|
2826
|
+
"v-row/align-lg": {
|
|
2827
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2828
|
+
"description": "Changes the **align-items** property on large and greater breakpoints."
|
|
2829
|
+
},
|
|
2830
|
+
"v-row/align-xl": {
|
|
2831
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2832
|
+
"description": "Changes the **align-items** property on extra large and greater breakpoints."
|
|
2833
|
+
},
|
|
2834
|
+
"v-row/align-xxl": {
|
|
2835
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
|
|
2836
|
+
"description": "MISSING DESCRIPTION"
|
|
2837
|
+
},
|
|
2838
|
+
"v-row/justify-sm": {
|
|
2839
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2840
|
+
"description": "Changes the **justify-content** property on small and greater breakpoints."
|
|
2841
|
+
},
|
|
2842
|
+
"v-row/justify-md": {
|
|
2843
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2844
|
+
"description": "Changes the **justify-content** property on medium and greater breakpoints."
|
|
2845
|
+
},
|
|
2846
|
+
"v-row/justify-lg": {
|
|
2847
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2848
|
+
"description": "Changes the **justify-content** property on large and greater breakpoints."
|
|
2849
|
+
},
|
|
2850
|
+
"v-row/justify-xl": {
|
|
2851
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2852
|
+
"description": "Changes the **justify-content** property on extra large and greater breakpoints."
|
|
2853
|
+
},
|
|
2854
|
+
"v-row/justify-xxl": {
|
|
2855
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2856
|
+
"description": "MISSING DESCRIPTION"
|
|
2857
|
+
},
|
|
2858
|
+
"v-row/align-content-sm": {
|
|
2859
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2860
|
+
"description": "Changes the **align-content** property on small and greater breakpoints."
|
|
2861
|
+
},
|
|
2862
|
+
"v-row/align-content-md": {
|
|
2863
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2864
|
+
"description": "Changes the **align-content** property on medium and greater breakpoints."
|
|
2865
|
+
},
|
|
2866
|
+
"v-row/align-content-lg": {
|
|
2867
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2868
|
+
"description": "Changes the **align-content** property on large and greater breakpoints."
|
|
2869
|
+
},
|
|
2870
|
+
"v-row/align-content-xl": {
|
|
2871
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2872
|
+
"description": "Changes the **align-content** property on extra large and greater breakpoints."
|
|
2873
|
+
},
|
|
2874
|
+
"v-row/align-content-xxl": {
|
|
2875
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2876
|
+
"description": "MISSING DESCRIPTION"
|
|
2877
|
+
},
|
|
2754
2878
|
"v-row/justify": {
|
|
2755
2879
|
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
|
|
2756
2880
|
"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**."
|
|
@@ -3553,15 +3677,15 @@
|
|
|
3553
3677
|
},
|
|
3554
3678
|
"v-menu/no-click-animation": {
|
|
3555
3679
|
"type": "boolean",
|
|
3556
|
-
"description": "
|
|
3680
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
3557
3681
|
},
|
|
3558
3682
|
"v-menu/persistent": {
|
|
3559
3683
|
"type": "boolean",
|
|
3560
|
-
"description": "
|
|
3684
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it."
|
|
3561
3685
|
},
|
|
3562
3686
|
"v-menu/scrim": {
|
|
3563
3687
|
"type": "string | boolean",
|
|
3564
|
-
"description": "
|
|
3688
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
3565
3689
|
},
|
|
3566
3690
|
"v-menu/activator-props": {
|
|
3567
3691
|
"type": "{ }",
|
|
@@ -3608,7 +3732,7 @@
|
|
|
3608
3732
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
3609
3733
|
},
|
|
3610
3734
|
"v-menu/transition": {
|
|
3611
|
-
"type": "string | { component:
|
|
3735
|
+
"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>] } }",
|
|
3612
3736
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3613
3737
|
},
|
|
3614
3738
|
"v-menu/attach": {
|
|
@@ -3620,7 +3744,7 @@
|
|
|
3620
3744
|
"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)"
|
|
3621
3745
|
},
|
|
3622
3746
|
"v-messages/transition": {
|
|
3623
|
-
"type": "string | { component:
|
|
3747
|
+
"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 }",
|
|
3624
3748
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3625
3749
|
},
|
|
3626
3750
|
"v-messages/messages": {
|
|
@@ -3801,15 +3925,15 @@
|
|
|
3801
3925
|
},
|
|
3802
3926
|
"v-overlay/no-click-animation": {
|
|
3803
3927
|
"type": "boolean",
|
|
3804
|
-
"description": "
|
|
3928
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
3805
3929
|
},
|
|
3806
3930
|
"v-overlay/persistent": {
|
|
3807
3931
|
"type": "boolean",
|
|
3808
|
-
"description": "
|
|
3932
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it."
|
|
3809
3933
|
},
|
|
3810
3934
|
"v-overlay/scrim": {
|
|
3811
3935
|
"type": "string | boolean",
|
|
3812
|
-
"description": "
|
|
3936
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
3813
3937
|
},
|
|
3814
3938
|
"v-overlay/activator-props": {
|
|
3815
3939
|
"type": "{ }",
|
|
@@ -4624,7 +4748,7 @@
|
|
|
4624
4748
|
"description": "Removes the ability to click or target the input"
|
|
4625
4749
|
},
|
|
4626
4750
|
"v-select/transition": {
|
|
4627
|
-
"type": "string | { component:
|
|
4751
|
+
"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>] } }",
|
|
4628
4752
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
4629
4753
|
},
|
|
4630
4754
|
"v-select/multiple": {
|
|
@@ -5583,6 +5707,10 @@
|
|
|
5583
5707
|
"type": "any",
|
|
5584
5708
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
5585
5709
|
},
|
|
5710
|
+
"v-tab/size": {
|
|
5711
|
+
"type": "string | number",
|
|
5712
|
+
"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**."
|
|
5713
|
+
},
|
|
5586
5714
|
"v-tab/title": {
|
|
5587
5715
|
"type": "string",
|
|
5588
5716
|
"description": "Specify a title text for the component."
|
|
@@ -5591,6 +5719,26 @@
|
|
|
5591
5719
|
"type": "string",
|
|
5592
5720
|
"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)"
|
|
5593
5721
|
},
|
|
5722
|
+
"v-tab/density": {
|
|
5723
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5724
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5725
|
+
},
|
|
5726
|
+
"v-tab/height": {
|
|
5727
|
+
"type": "string | number",
|
|
5728
|
+
"description": "Sets the height for the component."
|
|
5729
|
+
},
|
|
5730
|
+
"v-tab/border": {
|
|
5731
|
+
"type": "string | number | boolean",
|
|
5732
|
+
"description": "Applies border styles to component."
|
|
5733
|
+
},
|
|
5734
|
+
"v-tab/elevation": {
|
|
5735
|
+
"type": "string | number",
|
|
5736
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
5737
|
+
},
|
|
5738
|
+
"v-tab/rounded": {
|
|
5739
|
+
"type": "string | number | boolean",
|
|
5740
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
5741
|
+
},
|
|
5594
5742
|
"v-tab/tag": {
|
|
5595
5743
|
"type": "string",
|
|
5596
5744
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -5599,10 +5747,34 @@
|
|
|
5599
5747
|
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
|
5600
5748
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
5601
5749
|
},
|
|
5750
|
+
"v-tab/max-height": {
|
|
5751
|
+
"type": "string | number",
|
|
5752
|
+
"description": "Sets the maximum height for the component."
|
|
5753
|
+
},
|
|
5754
|
+
"v-tab/max-width": {
|
|
5755
|
+
"type": "string | number",
|
|
5756
|
+
"description": "Sets the maximum width for the component."
|
|
5757
|
+
},
|
|
5758
|
+
"v-tab/min-height": {
|
|
5759
|
+
"type": "string | number",
|
|
5760
|
+
"description": "Sets the minimum height for the component."
|
|
5761
|
+
},
|
|
5762
|
+
"v-tab/min-width": {
|
|
5763
|
+
"type": "string | number",
|
|
5764
|
+
"description": "Sets the minimum width for the component."
|
|
5765
|
+
},
|
|
5766
|
+
"v-tab/width": {
|
|
5767
|
+
"type": "string | number",
|
|
5768
|
+
"description": "Sets the width for the component."
|
|
5769
|
+
},
|
|
5602
5770
|
"v-tab/fixed": {
|
|
5603
5771
|
"type": "boolean",
|
|
5604
5772
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5605
5773
|
},
|
|
5774
|
+
"v-tab/variant": {
|
|
5775
|
+
"type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
|
5776
|
+
"description": "Applies a distinct style to the component"
|
|
5777
|
+
},
|
|
5606
5778
|
"v-tab/replace": {
|
|
5607
5779
|
"type": "boolean",
|
|
5608
5780
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
@@ -5623,6 +5795,10 @@
|
|
|
5623
5795
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5624
5796
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5625
5797
|
},
|
|
5798
|
+
"v-tab/loading": {
|
|
5799
|
+
"type": "string | boolean",
|
|
5800
|
+
"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"
|
|
5801
|
+
},
|
|
5626
5802
|
"v-tab/stacked": {
|
|
5627
5803
|
"type": "boolean",
|
|
5628
5804
|
"description": "Displays the tab as a flex-column."
|
|
@@ -5673,7 +5849,7 @@
|
|
|
5673
5849
|
},
|
|
5674
5850
|
"v-table/hover": {
|
|
5675
5851
|
"type": "boolean",
|
|
5676
|
-
"description": "
|
|
5852
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
5677
5853
|
},
|
|
5678
5854
|
"v-table/fixed-header": {
|
|
5679
5855
|
"type": "boolean",
|
|
@@ -6333,11 +6509,11 @@
|
|
|
6333
6509
|
},
|
|
6334
6510
|
"v-tooltip/no-click-animation": {
|
|
6335
6511
|
"type": "boolean",
|
|
6336
|
-
"description": "
|
|
6512
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
6337
6513
|
},
|
|
6338
6514
|
"v-tooltip/scrim": {
|
|
6339
6515
|
"type": "string | boolean",
|
|
6340
|
-
"description": "
|
|
6516
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
6341
6517
|
},
|
|
6342
6518
|
"v-tooltip/activator-props": {
|
|
6343
6519
|
"type": "{ }",
|
|
@@ -6935,6 +7111,10 @@
|
|
|
6935
7111
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
|
|
6936
7112
|
"description": "MISSING DESCRIPTION"
|
|
6937
7113
|
},
|
|
7114
|
+
"v-data-table-row/index": {
|
|
7115
|
+
"type": "Number",
|
|
7116
|
+
"description": "MISSING DESCRIPTION"
|
|
7117
|
+
},
|
|
6938
7118
|
"v-data-table-virtual/items": {
|
|
6939
7119
|
"type": "any[]",
|
|
6940
7120
|
"description": "An array of strings or objects used for automatically generating children components"
|
package/dist/json/importMap.json
CHANGED
|
@@ -440,6 +440,10 @@
|
|
|
440
440
|
"from": "components/VSelect/index.mjs",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
|
+
"VSelectionControl": {
|
|
444
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
443
447
|
"VSelectionControlGroup": {
|
|
444
448
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
445
449
|
"styles": []
|
|
@@ -456,10 +460,6 @@
|
|
|
456
460
|
"from": "components/VSlideGroup/index.mjs",
|
|
457
461
|
"styles": []
|
|
458
462
|
},
|
|
459
|
-
"VSelectionControl": {
|
|
460
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
463
|
"VSlider": {
|
|
464
464
|
"from": "components/VSlider/index.mjs",
|
|
465
465
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -692,6 +692,7 @@
|
|
|
692
692
|
"v-defaults-provider": {
|
|
693
693
|
"attributes": [
|
|
694
694
|
"defaults",
|
|
695
|
+
"disabled",
|
|
695
696
|
"reset",
|
|
696
697
|
"root",
|
|
697
698
|
"scoped"
|
|
@@ -920,9 +921,24 @@
|
|
|
920
921
|
"attributes": [
|
|
921
922
|
"align-self",
|
|
922
923
|
"cols",
|
|
924
|
+
"lg",
|
|
925
|
+
"md",
|
|
923
926
|
"offset",
|
|
927
|
+
"offset-lg",
|
|
928
|
+
"offset-md",
|
|
929
|
+
"offset-sm",
|
|
930
|
+
"offset-xl",
|
|
931
|
+
"offset-xxl",
|
|
924
932
|
"order",
|
|
925
|
-
"
|
|
933
|
+
"order-lg",
|
|
934
|
+
"order-md",
|
|
935
|
+
"order-sm",
|
|
936
|
+
"order-xl",
|
|
937
|
+
"order-xxl",
|
|
938
|
+
"sm",
|
|
939
|
+
"tag",
|
|
940
|
+
"xl",
|
|
941
|
+
"xxl"
|
|
926
942
|
],
|
|
927
943
|
"description": ""
|
|
928
944
|
},
|
|
@@ -930,8 +946,23 @@
|
|
|
930
946
|
"attributes": [
|
|
931
947
|
"align",
|
|
932
948
|
"align-content",
|
|
949
|
+
"align-content-lg",
|
|
950
|
+
"align-content-md",
|
|
951
|
+
"align-content-sm",
|
|
952
|
+
"align-content-xl",
|
|
953
|
+
"align-content-xxl",
|
|
954
|
+
"align-lg",
|
|
955
|
+
"align-md",
|
|
956
|
+
"align-sm",
|
|
957
|
+
"align-xl",
|
|
958
|
+
"align-xxl",
|
|
933
959
|
"dense",
|
|
934
960
|
"justify",
|
|
961
|
+
"justify-lg",
|
|
962
|
+
"justify-md",
|
|
963
|
+
"justify-sm",
|
|
964
|
+
"justify-xl",
|
|
965
|
+
"justify-xxl",
|
|
935
966
|
"no-gutters",
|
|
936
967
|
"tag"
|
|
937
968
|
],
|
|
@@ -1903,25 +1934,38 @@
|
|
|
1903
1934
|
"v-tab": {
|
|
1904
1935
|
"attributes": [
|
|
1905
1936
|
"append-icon",
|
|
1937
|
+
"border",
|
|
1906
1938
|
"color",
|
|
1939
|
+
"density",
|
|
1907
1940
|
"direction",
|
|
1908
1941
|
"disabled",
|
|
1942
|
+
"elevation",
|
|
1909
1943
|
"exact",
|
|
1910
1944
|
"fixed",
|
|
1945
|
+
"height",
|
|
1911
1946
|
"hide-slider",
|
|
1912
1947
|
"href",
|
|
1913
1948
|
"icon",
|
|
1949
|
+
"loading",
|
|
1950
|
+
"max-height",
|
|
1951
|
+
"max-width",
|
|
1952
|
+
"min-height",
|
|
1953
|
+
"min-width",
|
|
1914
1954
|
"prepend-icon",
|
|
1915
1955
|
"replace",
|
|
1916
1956
|
"ripple",
|
|
1957
|
+
"rounded",
|
|
1917
1958
|
"selected-class",
|
|
1959
|
+
"size",
|
|
1918
1960
|
"slider-color",
|
|
1919
1961
|
"stacked",
|
|
1920
1962
|
"tag",
|
|
1921
1963
|
"theme",
|
|
1922
1964
|
"title",
|
|
1923
1965
|
"to",
|
|
1924
|
-
"value"
|
|
1966
|
+
"value",
|
|
1967
|
+
"variant",
|
|
1968
|
+
"width"
|
|
1925
1969
|
],
|
|
1926
1970
|
"description": ""
|
|
1927
1971
|
},
|
|
@@ -2401,6 +2445,7 @@
|
|
|
2401
2445
|
},
|
|
2402
2446
|
"v-data-table-row": {
|
|
2403
2447
|
"attributes": [
|
|
2448
|
+
"index",
|
|
2404
2449
|
"item"
|
|
2405
2450
|
],
|
|
2406
2451
|
"description": ""
|