vuetify 3.1.10 → 3.1.11
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 +203 -27
- package/dist/json/importMap.json +98 -98
- package/dist/json/tags.json +46 -2
- package/dist/json/web-types.json +481 -49
- package/dist/vuetify-labs.css +224 -204
- package/dist/vuetify-labs.d.ts +56923 -14294
- package/dist/vuetify-labs.esm.js +121 -129
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +121 -129
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +47 -39
- package/dist/vuetify.d.ts +55374 -15927
- package/dist/vuetify.esm.js +118 -129
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +118 -129
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -642
- 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/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 +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/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 +2 -2
- 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 +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/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/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 +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/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 +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/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 +55131 -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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +32 -35
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
- 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/index.d.ts +4176 -1016
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4212 -1026
- 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/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.11",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6111,26 +6111,6 @@
|
|
|
6111
6111
|
"type": "string"
|
|
6112
6112
|
}
|
|
6113
6113
|
},
|
|
6114
|
-
{
|
|
6115
|
-
"name": "canvasHeight",
|
|
6116
|
-
"description": "Height of canvas",
|
|
6117
|
-
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6118
|
-
"default": "150",
|
|
6119
|
-
"value": {
|
|
6120
|
-
"kind": "expression",
|
|
6121
|
-
"type": "string | number"
|
|
6122
|
-
}
|
|
6123
|
-
},
|
|
6124
|
-
{
|
|
6125
|
-
"name": "dotSize",
|
|
6126
|
-
"description": "Changes the size of the selection dot on the canvas",
|
|
6127
|
-
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6128
|
-
"default": "10",
|
|
6129
|
-
"value": {
|
|
6130
|
-
"kind": "expression",
|
|
6131
|
-
"type": "string | number"
|
|
6132
|
-
}
|
|
6133
|
-
},
|
|
6134
6114
|
{
|
|
6135
6115
|
"name": "hideCanvas",
|
|
6136
6116
|
"description": "Hides canvas",
|
|
@@ -6164,16 +6144,6 @@
|
|
|
6164
6144
|
},
|
|
6165
6145
|
"type": "boolean"
|
|
6166
6146
|
},
|
|
6167
|
-
{
|
|
6168
|
-
"name": "modes",
|
|
6169
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))",
|
|
6170
|
-
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6171
|
-
"default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
|
|
6172
|
-
"value": {
|
|
6173
|
-
"kind": "expression",
|
|
6174
|
-
"type": "string[]"
|
|
6175
|
-
}
|
|
6176
|
-
},
|
|
6177
6147
|
{
|
|
6178
6148
|
"name": "showSwatches",
|
|
6179
6149
|
"description": "Displays color swatches",
|
|
@@ -6185,6 +6155,36 @@
|
|
|
6185
6155
|
},
|
|
6186
6156
|
"type": "boolean"
|
|
6187
6157
|
},
|
|
6158
|
+
{
|
|
6159
|
+
"name": "canvasHeight",
|
|
6160
|
+
"description": "Height of canvas",
|
|
6161
|
+
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6162
|
+
"default": "150",
|
|
6163
|
+
"value": {
|
|
6164
|
+
"kind": "expression",
|
|
6165
|
+
"type": "string | number"
|
|
6166
|
+
}
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"name": "dotSize",
|
|
6170
|
+
"description": "Changes the size of the selection dot on the canvas",
|
|
6171
|
+
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6172
|
+
"default": "10",
|
|
6173
|
+
"value": {
|
|
6174
|
+
"kind": "expression",
|
|
6175
|
+
"type": "string | number"
|
|
6176
|
+
}
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"name": "modes",
|
|
6180
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))",
|
|
6181
|
+
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6182
|
+
"default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
|
|
6183
|
+
"value": {
|
|
6184
|
+
"kind": "expression",
|
|
6185
|
+
"type": "string[]"
|
|
6186
|
+
}
|
|
6187
|
+
},
|
|
6188
6188
|
{
|
|
6189
6189
|
"name": "swatchesMaxHeight",
|
|
6190
6190
|
"description": "Sets the maximum height of the swatches section",
|
|
@@ -7287,7 +7287,7 @@
|
|
|
7287
7287
|
"default": "{component: {name: 'slide-y-transition'}}",
|
|
7288
7288
|
"value": {
|
|
7289
7289
|
"kind": "expression",
|
|
7290
|
-
"type": "string | { component:
|
|
7290
|
+
"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>] } }"
|
|
7291
7291
|
}
|
|
7292
7292
|
},
|
|
7293
7293
|
{
|
|
@@ -7607,7 +7607,7 @@
|
|
|
7607
7607
|
},
|
|
7608
7608
|
{
|
|
7609
7609
|
"name": "scrim",
|
|
7610
|
-
"description": "
|
|
7610
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
7611
7611
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
7612
7612
|
"default": "true",
|
|
7613
7613
|
"value": {
|
|
@@ -7733,7 +7733,7 @@
|
|
|
7733
7733
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
7734
7734
|
"value": {
|
|
7735
7735
|
"kind": "expression",
|
|
7736
|
-
"type": "string | { component:
|
|
7736
|
+
"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>] } }"
|
|
7737
7737
|
}
|
|
7738
7738
|
},
|
|
7739
7739
|
{
|
|
@@ -9870,6 +9870,156 @@
|
|
|
9870
9870
|
"type": "string | number | boolean"
|
|
9871
9871
|
}
|
|
9872
9872
|
},
|
|
9873
|
+
{
|
|
9874
|
+
"name": "sm",
|
|
9875
|
+
"description": "Changes the number of columns on small and greater breakpoints.",
|
|
9876
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9877
|
+
"default": "false",
|
|
9878
|
+
"value": {
|
|
9879
|
+
"kind": "expression",
|
|
9880
|
+
"type": "string | number | boolean"
|
|
9881
|
+
}
|
|
9882
|
+
},
|
|
9883
|
+
{
|
|
9884
|
+
"name": "md",
|
|
9885
|
+
"description": "Changes the number of columns on medium and greater breakpoints.",
|
|
9886
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9887
|
+
"default": "false",
|
|
9888
|
+
"value": {
|
|
9889
|
+
"kind": "expression",
|
|
9890
|
+
"type": "string | number | boolean"
|
|
9891
|
+
}
|
|
9892
|
+
},
|
|
9893
|
+
{
|
|
9894
|
+
"name": "lg",
|
|
9895
|
+
"description": "Changes the number of columns on large and greater breakpoints.",
|
|
9896
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9897
|
+
"default": "false",
|
|
9898
|
+
"value": {
|
|
9899
|
+
"kind": "expression",
|
|
9900
|
+
"type": "string | number | boolean"
|
|
9901
|
+
}
|
|
9902
|
+
},
|
|
9903
|
+
{
|
|
9904
|
+
"name": "xl",
|
|
9905
|
+
"description": "Changes the number of columns on extra large and greater breakpoints.",
|
|
9906
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9907
|
+
"default": "false",
|
|
9908
|
+
"value": {
|
|
9909
|
+
"kind": "expression",
|
|
9910
|
+
"type": "string | number | boolean"
|
|
9911
|
+
}
|
|
9912
|
+
},
|
|
9913
|
+
{
|
|
9914
|
+
"name": "xxl",
|
|
9915
|
+
"description": "MISSING DESCRIPTION",
|
|
9916
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9917
|
+
"default": "false",
|
|
9918
|
+
"value": {
|
|
9919
|
+
"kind": "expression",
|
|
9920
|
+
"type": "string | number | boolean"
|
|
9921
|
+
}
|
|
9922
|
+
},
|
|
9923
|
+
{
|
|
9924
|
+
"name": "offsetSm",
|
|
9925
|
+
"description": "Changes the offset of the component on small and greater breakpoints.",
|
|
9926
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9927
|
+
"default": "null",
|
|
9928
|
+
"value": {
|
|
9929
|
+
"kind": "expression",
|
|
9930
|
+
"type": "string | number"
|
|
9931
|
+
}
|
|
9932
|
+
},
|
|
9933
|
+
{
|
|
9934
|
+
"name": "offsetMd",
|
|
9935
|
+
"description": "Changes the offset of the component on medium and greater breakpoints.",
|
|
9936
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9937
|
+
"default": "null",
|
|
9938
|
+
"value": {
|
|
9939
|
+
"kind": "expression",
|
|
9940
|
+
"type": "string | number"
|
|
9941
|
+
}
|
|
9942
|
+
},
|
|
9943
|
+
{
|
|
9944
|
+
"name": "offsetLg",
|
|
9945
|
+
"description": "Changes the offset of the component on large and greater breakpoints.",
|
|
9946
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9947
|
+
"default": "null",
|
|
9948
|
+
"value": {
|
|
9949
|
+
"kind": "expression",
|
|
9950
|
+
"type": "string | number"
|
|
9951
|
+
}
|
|
9952
|
+
},
|
|
9953
|
+
{
|
|
9954
|
+
"name": "offsetXl",
|
|
9955
|
+
"description": "Changes the offset of the component on extra large and greater breakpoints.",
|
|
9956
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9957
|
+
"default": "null",
|
|
9958
|
+
"value": {
|
|
9959
|
+
"kind": "expression",
|
|
9960
|
+
"type": "string | number"
|
|
9961
|
+
}
|
|
9962
|
+
},
|
|
9963
|
+
{
|
|
9964
|
+
"name": "offsetXxl",
|
|
9965
|
+
"description": "MISSING DESCRIPTION",
|
|
9966
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9967
|
+
"default": "null",
|
|
9968
|
+
"value": {
|
|
9969
|
+
"kind": "expression",
|
|
9970
|
+
"type": "string | number"
|
|
9971
|
+
}
|
|
9972
|
+
},
|
|
9973
|
+
{
|
|
9974
|
+
"name": "orderSm",
|
|
9975
|
+
"description": "Changes the order of the component on small and greater breakpoints.",
|
|
9976
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9977
|
+
"default": "null",
|
|
9978
|
+
"value": {
|
|
9979
|
+
"kind": "expression",
|
|
9980
|
+
"type": "string | number"
|
|
9981
|
+
}
|
|
9982
|
+
},
|
|
9983
|
+
{
|
|
9984
|
+
"name": "orderMd",
|
|
9985
|
+
"description": "Changes the order of the component on medium and greater breakpoints.",
|
|
9986
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9987
|
+
"default": "null",
|
|
9988
|
+
"value": {
|
|
9989
|
+
"kind": "expression",
|
|
9990
|
+
"type": "string | number"
|
|
9991
|
+
}
|
|
9992
|
+
},
|
|
9993
|
+
{
|
|
9994
|
+
"name": "orderLg",
|
|
9995
|
+
"description": "Changes the order of the component on large and greater breakpoints.",
|
|
9996
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9997
|
+
"default": "null",
|
|
9998
|
+
"value": {
|
|
9999
|
+
"kind": "expression",
|
|
10000
|
+
"type": "string | number"
|
|
10001
|
+
}
|
|
10002
|
+
},
|
|
10003
|
+
{
|
|
10004
|
+
"name": "orderXl",
|
|
10005
|
+
"description": "Changes the order of the component on extra large and greater breakpoints.",
|
|
10006
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
10007
|
+
"default": "null",
|
|
10008
|
+
"value": {
|
|
10009
|
+
"kind": "expression",
|
|
10010
|
+
"type": "string | number"
|
|
10011
|
+
}
|
|
10012
|
+
},
|
|
10013
|
+
{
|
|
10014
|
+
"name": "orderXxl",
|
|
10015
|
+
"description": "MISSING DESCRIPTION",
|
|
10016
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
10017
|
+
"default": "null",
|
|
10018
|
+
"value": {
|
|
10019
|
+
"kind": "expression",
|
|
10020
|
+
"type": "string | number"
|
|
10021
|
+
}
|
|
10022
|
+
},
|
|
9873
10023
|
{
|
|
9874
10024
|
"name": "alignSelf",
|
|
9875
10025
|
"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**.",
|
|
@@ -9945,6 +10095,156 @@
|
|
|
9945
10095
|
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
9946
10096
|
}
|
|
9947
10097
|
},
|
|
10098
|
+
{
|
|
10099
|
+
"name": "alignSm",
|
|
10100
|
+
"description": "Changes the **align-items** property on small and greater breakpoints.",
|
|
10101
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10102
|
+
"default": "null",
|
|
10103
|
+
"value": {
|
|
10104
|
+
"kind": "expression",
|
|
10105
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10106
|
+
}
|
|
10107
|
+
},
|
|
10108
|
+
{
|
|
10109
|
+
"name": "alignMd",
|
|
10110
|
+
"description": "Changes the **align-items** property on medium and greater breakpoints.",
|
|
10111
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10112
|
+
"default": "null",
|
|
10113
|
+
"value": {
|
|
10114
|
+
"kind": "expression",
|
|
10115
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10116
|
+
}
|
|
10117
|
+
},
|
|
10118
|
+
{
|
|
10119
|
+
"name": "alignLg",
|
|
10120
|
+
"description": "Changes the **align-items** property on large and greater breakpoints.",
|
|
10121
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10122
|
+
"default": "null",
|
|
10123
|
+
"value": {
|
|
10124
|
+
"kind": "expression",
|
|
10125
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10126
|
+
}
|
|
10127
|
+
},
|
|
10128
|
+
{
|
|
10129
|
+
"name": "alignXl",
|
|
10130
|
+
"description": "Changes the **align-items** property on extra large and greater breakpoints.",
|
|
10131
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10132
|
+
"default": "null",
|
|
10133
|
+
"value": {
|
|
10134
|
+
"kind": "expression",
|
|
10135
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10136
|
+
}
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"name": "alignXxl",
|
|
10140
|
+
"description": "MISSING DESCRIPTION",
|
|
10141
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10142
|
+
"default": "null",
|
|
10143
|
+
"value": {
|
|
10144
|
+
"kind": "expression",
|
|
10145
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10146
|
+
}
|
|
10147
|
+
},
|
|
10148
|
+
{
|
|
10149
|
+
"name": "justifySm",
|
|
10150
|
+
"description": "Changes the **justify-content** property on small and greater breakpoints.",
|
|
10151
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10152
|
+
"default": "null",
|
|
10153
|
+
"value": {
|
|
10154
|
+
"kind": "expression",
|
|
10155
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10156
|
+
}
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"name": "justifyMd",
|
|
10160
|
+
"description": "Changes the **justify-content** property on medium and greater breakpoints.",
|
|
10161
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10162
|
+
"default": "null",
|
|
10163
|
+
"value": {
|
|
10164
|
+
"kind": "expression",
|
|
10165
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10166
|
+
}
|
|
10167
|
+
},
|
|
10168
|
+
{
|
|
10169
|
+
"name": "justifyLg",
|
|
10170
|
+
"description": "Changes the **justify-content** property on large and greater breakpoints.",
|
|
10171
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10172
|
+
"default": "null",
|
|
10173
|
+
"value": {
|
|
10174
|
+
"kind": "expression",
|
|
10175
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10176
|
+
}
|
|
10177
|
+
},
|
|
10178
|
+
{
|
|
10179
|
+
"name": "justifyXl",
|
|
10180
|
+
"description": "Changes the **justify-content** property on extra large and greater breakpoints.",
|
|
10181
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10182
|
+
"default": "null",
|
|
10183
|
+
"value": {
|
|
10184
|
+
"kind": "expression",
|
|
10185
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10186
|
+
}
|
|
10187
|
+
},
|
|
10188
|
+
{
|
|
10189
|
+
"name": "justifyXxl",
|
|
10190
|
+
"description": "MISSING DESCRIPTION",
|
|
10191
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10192
|
+
"default": "null",
|
|
10193
|
+
"value": {
|
|
10194
|
+
"kind": "expression",
|
|
10195
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10196
|
+
}
|
|
10197
|
+
},
|
|
10198
|
+
{
|
|
10199
|
+
"name": "alignContentSm",
|
|
10200
|
+
"description": "Changes the **align-content** property on small and greater breakpoints.",
|
|
10201
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10202
|
+
"default": "null",
|
|
10203
|
+
"value": {
|
|
10204
|
+
"kind": "expression",
|
|
10205
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10206
|
+
}
|
|
10207
|
+
},
|
|
10208
|
+
{
|
|
10209
|
+
"name": "alignContentMd",
|
|
10210
|
+
"description": "Changes the **align-content** property on medium and greater breakpoints.",
|
|
10211
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10212
|
+
"default": "null",
|
|
10213
|
+
"value": {
|
|
10214
|
+
"kind": "expression",
|
|
10215
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10216
|
+
}
|
|
10217
|
+
},
|
|
10218
|
+
{
|
|
10219
|
+
"name": "alignContentLg",
|
|
10220
|
+
"description": "Changes the **align-content** property on large and greater breakpoints.",
|
|
10221
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10222
|
+
"default": "null",
|
|
10223
|
+
"value": {
|
|
10224
|
+
"kind": "expression",
|
|
10225
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10226
|
+
}
|
|
10227
|
+
},
|
|
10228
|
+
{
|
|
10229
|
+
"name": "alignContentXl",
|
|
10230
|
+
"description": "Changes the **align-content** property on extra large and greater breakpoints.",
|
|
10231
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10232
|
+
"default": "null",
|
|
10233
|
+
"value": {
|
|
10234
|
+
"kind": "expression",
|
|
10235
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10236
|
+
}
|
|
10237
|
+
},
|
|
10238
|
+
{
|
|
10239
|
+
"name": "alignContentXxl",
|
|
10240
|
+
"description": "MISSING DESCRIPTION",
|
|
10241
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10242
|
+
"default": "null",
|
|
10243
|
+
"value": {
|
|
10244
|
+
"kind": "expression",
|
|
10245
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10246
|
+
}
|
|
10247
|
+
},
|
|
9948
10248
|
{
|
|
9949
10249
|
"name": "justify",
|
|
9950
10250
|
"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**.",
|
|
@@ -13078,7 +13378,7 @@
|
|
|
13078
13378
|
},
|
|
13079
13379
|
{
|
|
13080
13380
|
"name": "noClickAnimation",
|
|
13081
|
-
"description": "
|
|
13381
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
13082
13382
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13083
13383
|
"default": "false",
|
|
13084
13384
|
"value": {
|
|
@@ -13089,7 +13389,7 @@
|
|
|
13089
13389
|
},
|
|
13090
13390
|
{
|
|
13091
13391
|
"name": "persistent",
|
|
13092
|
-
"description": "
|
|
13392
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
13093
13393
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13094
13394
|
"default": "false",
|
|
13095
13395
|
"value": {
|
|
@@ -13100,7 +13400,7 @@
|
|
|
13100
13400
|
},
|
|
13101
13401
|
{
|
|
13102
13402
|
"name": "scrim",
|
|
13103
|
-
"description": "
|
|
13403
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
13104
13404
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13105
13405
|
"default": "false",
|
|
13106
13406
|
"value": {
|
|
@@ -13228,7 +13528,7 @@
|
|
|
13228
13528
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
13229
13529
|
"value": {
|
|
13230
13530
|
"kind": "expression",
|
|
13231
|
-
"type": "string | { component:
|
|
13531
|
+
"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>] } }"
|
|
13232
13532
|
}
|
|
13233
13533
|
},
|
|
13234
13534
|
{
|
|
@@ -13313,7 +13613,7 @@
|
|
|
13313
13613
|
"default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
|
|
13314
13614
|
"value": {
|
|
13315
13615
|
"kind": "expression",
|
|
13316
|
-
"type": "string | { component:
|
|
13616
|
+
"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 }"
|
|
13317
13617
|
}
|
|
13318
13618
|
},
|
|
13319
13619
|
{
|
|
@@ -13879,7 +14179,7 @@
|
|
|
13879
14179
|
},
|
|
13880
14180
|
{
|
|
13881
14181
|
"name": "noClickAnimation",
|
|
13882
|
-
"description": "
|
|
14182
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
13883
14183
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13884
14184
|
"default": "false",
|
|
13885
14185
|
"value": {
|
|
@@ -13890,7 +14190,7 @@
|
|
|
13890
14190
|
},
|
|
13891
14191
|
{
|
|
13892
14192
|
"name": "persistent",
|
|
13893
|
-
"description": "
|
|
14193
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
13894
14194
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13895
14195
|
"default": "false",
|
|
13896
14196
|
"value": {
|
|
@@ -13901,7 +14201,7 @@
|
|
|
13901
14201
|
},
|
|
13902
14202
|
{
|
|
13903
14203
|
"name": "scrim",
|
|
13904
|
-
"description": "
|
|
14204
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
13905
14205
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13906
14206
|
"default": "true",
|
|
13907
14207
|
"value": {
|
|
@@ -14055,7 +14355,7 @@
|
|
|
14055
14355
|
},
|
|
14056
14356
|
{
|
|
14057
14357
|
"name": "click:outside",
|
|
14058
|
-
"description": "
|
|
14358
|
+
"description": "Event that fires when clicking outside an active overlay.",
|
|
14059
14359
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#events",
|
|
14060
14360
|
"arguments": [
|
|
14061
14361
|
{
|
|
@@ -16905,7 +17205,7 @@
|
|
|
16905
17205
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
16906
17206
|
"value": {
|
|
16907
17207
|
"kind": "expression",
|
|
16908
|
-
"type": "string | { component:
|
|
17208
|
+
"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>] } }"
|
|
16909
17209
|
}
|
|
16910
17210
|
},
|
|
16911
17211
|
{
|
|
@@ -20550,6 +20850,16 @@
|
|
|
20550
20850
|
"type": "any"
|
|
20551
20851
|
}
|
|
20552
20852
|
},
|
|
20853
|
+
{
|
|
20854
|
+
"name": "size",
|
|
20855
|
+
"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**.",
|
|
20856
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20857
|
+
"default": "'default'",
|
|
20858
|
+
"value": {
|
|
20859
|
+
"kind": "expression",
|
|
20860
|
+
"type": "string | number"
|
|
20861
|
+
}
|
|
20862
|
+
},
|
|
20553
20863
|
{
|
|
20554
20864
|
"name": "title",
|
|
20555
20865
|
"description": "Specify a title text for the component.",
|
|
@@ -20568,11 +20878,59 @@
|
|
|
20568
20878
|
"type": "string"
|
|
20569
20879
|
}
|
|
20570
20880
|
},
|
|
20881
|
+
{
|
|
20882
|
+
"name": "density",
|
|
20883
|
+
"description": "Adjusts the vertical height used by the component.",
|
|
20884
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20885
|
+
"default": "'default'",
|
|
20886
|
+
"value": {
|
|
20887
|
+
"kind": "expression",
|
|
20888
|
+
"type": "\"default\" | \"comfortable\" | \"compact\""
|
|
20889
|
+
}
|
|
20890
|
+
},
|
|
20891
|
+
{
|
|
20892
|
+
"name": "height",
|
|
20893
|
+
"description": "Sets the height for the component.",
|
|
20894
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20895
|
+
"value": {
|
|
20896
|
+
"kind": "expression",
|
|
20897
|
+
"type": "string | number"
|
|
20898
|
+
}
|
|
20899
|
+
},
|
|
20900
|
+
{
|
|
20901
|
+
"name": "border",
|
|
20902
|
+
"description": "Applies border styles to component.",
|
|
20903
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20904
|
+
"default": "false",
|
|
20905
|
+
"value": {
|
|
20906
|
+
"kind": "expression",
|
|
20907
|
+
"type": "string | number | boolean"
|
|
20908
|
+
}
|
|
20909
|
+
},
|
|
20910
|
+
{
|
|
20911
|
+
"name": "elevation",
|
|
20912
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
20913
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20914
|
+
"value": {
|
|
20915
|
+
"kind": "expression",
|
|
20916
|
+
"type": "string | number"
|
|
20917
|
+
}
|
|
20918
|
+
},
|
|
20919
|
+
{
|
|
20920
|
+
"name": "rounded",
|
|
20921
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
|
|
20922
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20923
|
+
"default": "false",
|
|
20924
|
+
"value": {
|
|
20925
|
+
"kind": "expression",
|
|
20926
|
+
"type": "string | number | boolean"
|
|
20927
|
+
}
|
|
20928
|
+
},
|
|
20571
20929
|
{
|
|
20572
20930
|
"name": "tag",
|
|
20573
20931
|
"description": "Specify a custom tag used on the root element.",
|
|
20574
20932
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20575
|
-
"default": "'
|
|
20933
|
+
"default": "'button'",
|
|
20576
20934
|
"value": {
|
|
20577
20935
|
"kind": "expression",
|
|
20578
20936
|
"type": "string"
|
|
@@ -20588,6 +20946,51 @@
|
|
|
20588
20946
|
"type": "boolean | string | (new () => any) | FunctionalComponent"
|
|
20589
20947
|
}
|
|
20590
20948
|
},
|
|
20949
|
+
{
|
|
20950
|
+
"name": "maxHeight",
|
|
20951
|
+
"description": "Sets the maximum height for the component.",
|
|
20952
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20953
|
+
"value": {
|
|
20954
|
+
"kind": "expression",
|
|
20955
|
+
"type": "string | number"
|
|
20956
|
+
}
|
|
20957
|
+
},
|
|
20958
|
+
{
|
|
20959
|
+
"name": "maxWidth",
|
|
20960
|
+
"description": "Sets the maximum width for the component.",
|
|
20961
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20962
|
+
"value": {
|
|
20963
|
+
"kind": "expression",
|
|
20964
|
+
"type": "string | number"
|
|
20965
|
+
}
|
|
20966
|
+
},
|
|
20967
|
+
{
|
|
20968
|
+
"name": "minHeight",
|
|
20969
|
+
"description": "Sets the minimum height for the component.",
|
|
20970
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20971
|
+
"value": {
|
|
20972
|
+
"kind": "expression",
|
|
20973
|
+
"type": "string | number"
|
|
20974
|
+
}
|
|
20975
|
+
},
|
|
20976
|
+
{
|
|
20977
|
+
"name": "minWidth",
|
|
20978
|
+
"description": "Sets the minimum width for the component.",
|
|
20979
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20980
|
+
"value": {
|
|
20981
|
+
"kind": "expression",
|
|
20982
|
+
"type": "string | number"
|
|
20983
|
+
}
|
|
20984
|
+
},
|
|
20985
|
+
{
|
|
20986
|
+
"name": "width",
|
|
20987
|
+
"description": "Sets the width for the component.",
|
|
20988
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20989
|
+
"value": {
|
|
20990
|
+
"kind": "expression",
|
|
20991
|
+
"type": "string | number"
|
|
20992
|
+
}
|
|
20993
|
+
},
|
|
20591
20994
|
{
|
|
20592
20995
|
"name": "fixed",
|
|
20593
20996
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))",
|
|
@@ -20599,6 +21002,16 @@
|
|
|
20599
21002
|
},
|
|
20600
21003
|
"type": "boolean"
|
|
20601
21004
|
},
|
|
21005
|
+
{
|
|
21006
|
+
"name": "variant",
|
|
21007
|
+
"description": "Applies a distinct style to the component",
|
|
21008
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21009
|
+
"default": "'text'",
|
|
21010
|
+
"value": {
|
|
21011
|
+
"kind": "expression",
|
|
21012
|
+
"type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\""
|
|
21013
|
+
}
|
|
21014
|
+
},
|
|
20602
21015
|
{
|
|
20603
21016
|
"name": "replace",
|
|
20604
21017
|
"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.",
|
|
@@ -20649,6 +21062,16 @@
|
|
|
20649
21062
|
"type": "\"horizontal\" | \"vertical\""
|
|
20650
21063
|
}
|
|
20651
21064
|
},
|
|
21065
|
+
{
|
|
21066
|
+
"name": "loading",
|
|
21067
|
+
"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",
|
|
21068
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21069
|
+
"default": "false",
|
|
21070
|
+
"value": {
|
|
21071
|
+
"kind": "expression",
|
|
21072
|
+
"type": "string | boolean"
|
|
21073
|
+
}
|
|
21074
|
+
},
|
|
20652
21075
|
{
|
|
20653
21076
|
"name": "stacked",
|
|
20654
21077
|
"description": "Displays the tab as a flex-column.",
|
|
@@ -20793,7 +21216,7 @@
|
|
|
20793
21216
|
},
|
|
20794
21217
|
{
|
|
20795
21218
|
"name": "hover",
|
|
20796
|
-
"description": "
|
|
21219
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it.",
|
|
20797
21220
|
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
20798
21221
|
"default": "false",
|
|
20799
21222
|
"value": {
|
|
@@ -23240,7 +23663,7 @@
|
|
|
23240
23663
|
},
|
|
23241
23664
|
{
|
|
23242
23665
|
"name": "noClickAnimation",
|
|
23243
|
-
"description": "
|
|
23666
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
23244
23667
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
23245
23668
|
"default": "false",
|
|
23246
23669
|
"value": {
|
|
@@ -23251,7 +23674,7 @@
|
|
|
23251
23674
|
},
|
|
23252
23675
|
{
|
|
23253
23676
|
"name": "scrim",
|
|
23254
|
-
"description": "
|
|
23677
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
23255
23678
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
23256
23679
|
"default": "false",
|
|
23257
23680
|
"value": {
|
|
@@ -25995,6 +26418,15 @@
|
|
|
25995
26418
|
"kind": "expression",
|
|
25996
26419
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>"
|
|
25997
26420
|
}
|
|
26421
|
+
},
|
|
26422
|
+
{
|
|
26423
|
+
"name": "index",
|
|
26424
|
+
"description": "MISSING DESCRIPTION",
|
|
26425
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
|
|
26426
|
+
"value": {
|
|
26427
|
+
"kind": "expression",
|
|
26428
|
+
"type": "Number"
|
|
26429
|
+
}
|
|
25998
26430
|
}
|
|
25999
26431
|
],
|
|
26000
26432
|
"events": [
|
|
@@ -27659,7 +28091,7 @@
|
|
|
27659
28091
|
"symbol": "Uch"
|
|
27660
28092
|
},
|
|
27661
28093
|
"vue-argument": {
|
|
27662
|
-
"description": "
|
|
28094
|
+
"description": "The value is always an object. The `start`, `end`, `move`, `left`, `right`, `up` and `down` functions can be used to invoke a function when the corresponding touch action occurs. If the `parent` option attaches the touch listeners to the parent element instead of the element the directive is used on. The `options` object is described [here](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener).",
|
|
27663
28095
|
"doc-url": "https://vuetifyjs.com/api/Touch#argument"
|
|
27664
28096
|
}
|
|
27665
28097
|
}
|