vuetify 3.1.10 → 3.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +211 -39
- package/dist/json/importMap.json +82 -82
- package/dist/json/tags.json +46 -3
- package/dist/json/web-types.json +499 -73
- package/dist/vuetify-labs.css +330 -316
- package/dist/vuetify-labs.d.ts +56938 -14302
- package/dist/vuetify-labs.esm.js +178 -157
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +177 -156
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +71 -69
- package/dist/vuetify.d.ts +55237 -15799
- package/dist/vuetify.esm.js +154 -151
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +154 -151
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +717 -718
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +509 -83
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/VBadge.css +1 -0
- package/lib/components/VBadge/VBadge.sass +1 -0
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +40 -39
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +824 -149
- package/lib/components/VChip/index.d.ts +473 -75
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +11 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/index.d.ts +131 -22
- package/lib/components/VDialog/VDialog.css +16 -16
- package/lib/components/VDialog/VDialog.mjs +4 -4
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +4 -4
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/VField.mjs +5 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +5 -4
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +3 -3
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +14 -6
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +1 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1263 -81
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55122 -15681
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +12 -15
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +30 -33
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +3 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +14 -1
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4196 -1020
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4232 -1030
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +12 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
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.12",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"name": "location",
|
|
133
|
-
"description": "
|
|
133
|
+
"description": "Aligns the component towards the top or bottom.",
|
|
134
134
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
|
|
135
135
|
"default": "'top'",
|
|
136
136
|
"value": {
|
|
@@ -4795,17 +4795,6 @@
|
|
|
4795
4795
|
"type": "boolean | \"auto\""
|
|
4796
4796
|
}
|
|
4797
4797
|
},
|
|
4798
|
-
{
|
|
4799
|
-
"name": "inline",
|
|
4800
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
|
|
4801
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4802
|
-
"default": "false",
|
|
4803
|
-
"value": {
|
|
4804
|
-
"kind": "expression",
|
|
4805
|
-
"type": "boolean"
|
|
4806
|
-
},
|
|
4807
|
-
"type": "boolean"
|
|
4808
|
-
},
|
|
4809
4798
|
{
|
|
4810
4799
|
"name": "ripple",
|
|
4811
4800
|
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
@@ -6111,26 +6100,6 @@
|
|
|
6111
6100
|
"type": "string"
|
|
6112
6101
|
}
|
|
6113
6102
|
},
|
|
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
6103
|
{
|
|
6135
6104
|
"name": "hideCanvas",
|
|
6136
6105
|
"description": "Hides canvas",
|
|
@@ -6164,16 +6133,6 @@
|
|
|
6164
6133
|
},
|
|
6165
6134
|
"type": "boolean"
|
|
6166
6135
|
},
|
|
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
6136
|
{
|
|
6178
6137
|
"name": "showSwatches",
|
|
6179
6138
|
"description": "Displays color swatches",
|
|
@@ -6185,6 +6144,36 @@
|
|
|
6185
6144
|
},
|
|
6186
6145
|
"type": "boolean"
|
|
6187
6146
|
},
|
|
6147
|
+
{
|
|
6148
|
+
"name": "canvasHeight",
|
|
6149
|
+
"description": "Height of canvas",
|
|
6150
|
+
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6151
|
+
"default": "150",
|
|
6152
|
+
"value": {
|
|
6153
|
+
"kind": "expression",
|
|
6154
|
+
"type": "string | number"
|
|
6155
|
+
}
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"name": "dotSize",
|
|
6159
|
+
"description": "Changes the size of the selection dot on the canvas",
|
|
6160
|
+
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6161
|
+
"default": "10",
|
|
6162
|
+
"value": {
|
|
6163
|
+
"kind": "expression",
|
|
6164
|
+
"type": "string | number"
|
|
6165
|
+
}
|
|
6166
|
+
},
|
|
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
|
+
},
|
|
6188
6177
|
{
|
|
6189
6178
|
"name": "swatchesMaxHeight",
|
|
6190
6179
|
"description": "Sets the maximum height of the swatches section",
|
|
@@ -7287,7 +7276,7 @@
|
|
|
7287
7276
|
"default": "{component: {name: 'slide-y-transition'}}",
|
|
7288
7277
|
"value": {
|
|
7289
7278
|
"kind": "expression",
|
|
7290
|
-
"type": "string | { component:
|
|
7279
|
+
"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
7280
|
}
|
|
7292
7281
|
},
|
|
7293
7282
|
{
|
|
@@ -7607,7 +7596,7 @@
|
|
|
7607
7596
|
},
|
|
7608
7597
|
{
|
|
7609
7598
|
"name": "scrim",
|
|
7610
|
-
"description": "
|
|
7599
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
7611
7600
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
7612
7601
|
"default": "true",
|
|
7613
7602
|
"value": {
|
|
@@ -7733,7 +7722,7 @@
|
|
|
7733
7722
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
7734
7723
|
"value": {
|
|
7735
7724
|
"kind": "expression",
|
|
7736
|
-
"type": "string | { component:
|
|
7725
|
+
"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
7726
|
}
|
|
7738
7727
|
},
|
|
7739
7728
|
{
|
|
@@ -9870,6 +9859,156 @@
|
|
|
9870
9859
|
"type": "string | number | boolean"
|
|
9871
9860
|
}
|
|
9872
9861
|
},
|
|
9862
|
+
{
|
|
9863
|
+
"name": "sm",
|
|
9864
|
+
"description": "Changes the number of columns on small and greater breakpoints.",
|
|
9865
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9866
|
+
"default": "false",
|
|
9867
|
+
"value": {
|
|
9868
|
+
"kind": "expression",
|
|
9869
|
+
"type": "string | number | boolean"
|
|
9870
|
+
}
|
|
9871
|
+
},
|
|
9872
|
+
{
|
|
9873
|
+
"name": "md",
|
|
9874
|
+
"description": "Changes the number of columns on medium and greater breakpoints.",
|
|
9875
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9876
|
+
"default": "false",
|
|
9877
|
+
"value": {
|
|
9878
|
+
"kind": "expression",
|
|
9879
|
+
"type": "string | number | boolean"
|
|
9880
|
+
}
|
|
9881
|
+
},
|
|
9882
|
+
{
|
|
9883
|
+
"name": "lg",
|
|
9884
|
+
"description": "Changes the number of columns on large and greater breakpoints.",
|
|
9885
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9886
|
+
"default": "false",
|
|
9887
|
+
"value": {
|
|
9888
|
+
"kind": "expression",
|
|
9889
|
+
"type": "string | number | boolean"
|
|
9890
|
+
}
|
|
9891
|
+
},
|
|
9892
|
+
{
|
|
9893
|
+
"name": "xl",
|
|
9894
|
+
"description": "Changes the number of columns on extra large and greater breakpoints.",
|
|
9895
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9896
|
+
"default": "false",
|
|
9897
|
+
"value": {
|
|
9898
|
+
"kind": "expression",
|
|
9899
|
+
"type": "string | number | boolean"
|
|
9900
|
+
}
|
|
9901
|
+
},
|
|
9902
|
+
{
|
|
9903
|
+
"name": "xxl",
|
|
9904
|
+
"description": "MISSING DESCRIPTION",
|
|
9905
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9906
|
+
"default": "false",
|
|
9907
|
+
"value": {
|
|
9908
|
+
"kind": "expression",
|
|
9909
|
+
"type": "string | number | boolean"
|
|
9910
|
+
}
|
|
9911
|
+
},
|
|
9912
|
+
{
|
|
9913
|
+
"name": "offsetSm",
|
|
9914
|
+
"description": "Changes the offset of the component on small and greater breakpoints.",
|
|
9915
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9916
|
+
"default": "null",
|
|
9917
|
+
"value": {
|
|
9918
|
+
"kind": "expression",
|
|
9919
|
+
"type": "string | number"
|
|
9920
|
+
}
|
|
9921
|
+
},
|
|
9922
|
+
{
|
|
9923
|
+
"name": "offsetMd",
|
|
9924
|
+
"description": "Changes the offset of the component on medium and greater breakpoints.",
|
|
9925
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9926
|
+
"default": "null",
|
|
9927
|
+
"value": {
|
|
9928
|
+
"kind": "expression",
|
|
9929
|
+
"type": "string | number"
|
|
9930
|
+
}
|
|
9931
|
+
},
|
|
9932
|
+
{
|
|
9933
|
+
"name": "offsetLg",
|
|
9934
|
+
"description": "Changes the offset of the component on large and greater breakpoints.",
|
|
9935
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9936
|
+
"default": "null",
|
|
9937
|
+
"value": {
|
|
9938
|
+
"kind": "expression",
|
|
9939
|
+
"type": "string | number"
|
|
9940
|
+
}
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"name": "offsetXl",
|
|
9944
|
+
"description": "Changes the offset of the component on extra large and greater breakpoints.",
|
|
9945
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9946
|
+
"default": "null",
|
|
9947
|
+
"value": {
|
|
9948
|
+
"kind": "expression",
|
|
9949
|
+
"type": "string | number"
|
|
9950
|
+
}
|
|
9951
|
+
},
|
|
9952
|
+
{
|
|
9953
|
+
"name": "offsetXxl",
|
|
9954
|
+
"description": "MISSING DESCRIPTION",
|
|
9955
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9956
|
+
"default": "null",
|
|
9957
|
+
"value": {
|
|
9958
|
+
"kind": "expression",
|
|
9959
|
+
"type": "string | number"
|
|
9960
|
+
}
|
|
9961
|
+
},
|
|
9962
|
+
{
|
|
9963
|
+
"name": "orderSm",
|
|
9964
|
+
"description": "Changes the order of the component on small and greater breakpoints.",
|
|
9965
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9966
|
+
"default": "null",
|
|
9967
|
+
"value": {
|
|
9968
|
+
"kind": "expression",
|
|
9969
|
+
"type": "string | number"
|
|
9970
|
+
}
|
|
9971
|
+
},
|
|
9972
|
+
{
|
|
9973
|
+
"name": "orderMd",
|
|
9974
|
+
"description": "Changes the order of the component on medium and greater breakpoints.",
|
|
9975
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9976
|
+
"default": "null",
|
|
9977
|
+
"value": {
|
|
9978
|
+
"kind": "expression",
|
|
9979
|
+
"type": "string | number"
|
|
9980
|
+
}
|
|
9981
|
+
},
|
|
9982
|
+
{
|
|
9983
|
+
"name": "orderLg",
|
|
9984
|
+
"description": "Changes the order of the component on large and greater breakpoints.",
|
|
9985
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9986
|
+
"default": "null",
|
|
9987
|
+
"value": {
|
|
9988
|
+
"kind": "expression",
|
|
9989
|
+
"type": "string | number"
|
|
9990
|
+
}
|
|
9991
|
+
},
|
|
9992
|
+
{
|
|
9993
|
+
"name": "orderXl",
|
|
9994
|
+
"description": "Changes the order of the component on extra large and greater breakpoints.",
|
|
9995
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
9996
|
+
"default": "null",
|
|
9997
|
+
"value": {
|
|
9998
|
+
"kind": "expression",
|
|
9999
|
+
"type": "string | number"
|
|
10000
|
+
}
|
|
10001
|
+
},
|
|
10002
|
+
{
|
|
10003
|
+
"name": "orderXxl",
|
|
10004
|
+
"description": "MISSING DESCRIPTION",
|
|
10005
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
10006
|
+
"default": "null",
|
|
10007
|
+
"value": {
|
|
10008
|
+
"kind": "expression",
|
|
10009
|
+
"type": "string | number"
|
|
10010
|
+
}
|
|
10011
|
+
},
|
|
9873
10012
|
{
|
|
9874
10013
|
"name": "alignSelf",
|
|
9875
10014
|
"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 +10084,156 @@
|
|
|
9945
10084
|
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
9946
10085
|
}
|
|
9947
10086
|
},
|
|
10087
|
+
{
|
|
10088
|
+
"name": "alignSm",
|
|
10089
|
+
"description": "Changes the **align-items** property on small and greater breakpoints.",
|
|
10090
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10091
|
+
"default": "null",
|
|
10092
|
+
"value": {
|
|
10093
|
+
"kind": "expression",
|
|
10094
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10095
|
+
}
|
|
10096
|
+
},
|
|
10097
|
+
{
|
|
10098
|
+
"name": "alignMd",
|
|
10099
|
+
"description": "Changes the **align-items** property on medium and greater breakpoints.",
|
|
10100
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10101
|
+
"default": "null",
|
|
10102
|
+
"value": {
|
|
10103
|
+
"kind": "expression",
|
|
10104
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10105
|
+
}
|
|
10106
|
+
},
|
|
10107
|
+
{
|
|
10108
|
+
"name": "alignLg",
|
|
10109
|
+
"description": "Changes the **align-items** property on large and greater breakpoints.",
|
|
10110
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10111
|
+
"default": "null",
|
|
10112
|
+
"value": {
|
|
10113
|
+
"kind": "expression",
|
|
10114
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10115
|
+
}
|
|
10116
|
+
},
|
|
10117
|
+
{
|
|
10118
|
+
"name": "alignXl",
|
|
10119
|
+
"description": "Changes the **align-items** property on extra large and greater breakpoints.",
|
|
10120
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10121
|
+
"default": "null",
|
|
10122
|
+
"value": {
|
|
10123
|
+
"kind": "expression",
|
|
10124
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10125
|
+
}
|
|
10126
|
+
},
|
|
10127
|
+
{
|
|
10128
|
+
"name": "alignXxl",
|
|
10129
|
+
"description": "MISSING DESCRIPTION",
|
|
10130
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10131
|
+
"default": "null",
|
|
10132
|
+
"value": {
|
|
10133
|
+
"kind": "expression",
|
|
10134
|
+
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
10135
|
+
}
|
|
10136
|
+
},
|
|
10137
|
+
{
|
|
10138
|
+
"name": "justifySm",
|
|
10139
|
+
"description": "Changes the **justify-content** property on small and greater breakpoints.",
|
|
10140
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10141
|
+
"default": "null",
|
|
10142
|
+
"value": {
|
|
10143
|
+
"kind": "expression",
|
|
10144
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10145
|
+
}
|
|
10146
|
+
},
|
|
10147
|
+
{
|
|
10148
|
+
"name": "justifyMd",
|
|
10149
|
+
"description": "Changes the **justify-content** property on medium and greater breakpoints.",
|
|
10150
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10151
|
+
"default": "null",
|
|
10152
|
+
"value": {
|
|
10153
|
+
"kind": "expression",
|
|
10154
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10155
|
+
}
|
|
10156
|
+
},
|
|
10157
|
+
{
|
|
10158
|
+
"name": "justifyLg",
|
|
10159
|
+
"description": "Changes the **justify-content** property on large and greater breakpoints.",
|
|
10160
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10161
|
+
"default": "null",
|
|
10162
|
+
"value": {
|
|
10163
|
+
"kind": "expression",
|
|
10164
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10165
|
+
}
|
|
10166
|
+
},
|
|
10167
|
+
{
|
|
10168
|
+
"name": "justifyXl",
|
|
10169
|
+
"description": "Changes the **justify-content** property on extra large and greater breakpoints.",
|
|
10170
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10171
|
+
"default": "null",
|
|
10172
|
+
"value": {
|
|
10173
|
+
"kind": "expression",
|
|
10174
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10175
|
+
}
|
|
10176
|
+
},
|
|
10177
|
+
{
|
|
10178
|
+
"name": "justifyXxl",
|
|
10179
|
+
"description": "MISSING DESCRIPTION",
|
|
10180
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10181
|
+
"default": "null",
|
|
10182
|
+
"value": {
|
|
10183
|
+
"kind": "expression",
|
|
10184
|
+
"type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10185
|
+
}
|
|
10186
|
+
},
|
|
10187
|
+
{
|
|
10188
|
+
"name": "alignContentSm",
|
|
10189
|
+
"description": "Changes the **align-content** property on small and greater breakpoints.",
|
|
10190
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10191
|
+
"default": "null",
|
|
10192
|
+
"value": {
|
|
10193
|
+
"kind": "expression",
|
|
10194
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10195
|
+
}
|
|
10196
|
+
},
|
|
10197
|
+
{
|
|
10198
|
+
"name": "alignContentMd",
|
|
10199
|
+
"description": "Changes the **align-content** property on medium and greater breakpoints.",
|
|
10200
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10201
|
+
"default": "null",
|
|
10202
|
+
"value": {
|
|
10203
|
+
"kind": "expression",
|
|
10204
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10205
|
+
}
|
|
10206
|
+
},
|
|
10207
|
+
{
|
|
10208
|
+
"name": "alignContentLg",
|
|
10209
|
+
"description": "Changes the **align-content** property on large and greater breakpoints.",
|
|
10210
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10211
|
+
"default": "null",
|
|
10212
|
+
"value": {
|
|
10213
|
+
"kind": "expression",
|
|
10214
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10215
|
+
}
|
|
10216
|
+
},
|
|
10217
|
+
{
|
|
10218
|
+
"name": "alignContentXl",
|
|
10219
|
+
"description": "Changes the **align-content** property on extra large and greater breakpoints.",
|
|
10220
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10221
|
+
"default": "null",
|
|
10222
|
+
"value": {
|
|
10223
|
+
"kind": "expression",
|
|
10224
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10225
|
+
}
|
|
10226
|
+
},
|
|
10227
|
+
{
|
|
10228
|
+
"name": "alignContentXxl",
|
|
10229
|
+
"description": "MISSING DESCRIPTION",
|
|
10230
|
+
"doc-url": "https://vuetifyjs.com/api/v-row#props",
|
|
10231
|
+
"default": "null",
|
|
10232
|
+
"value": {
|
|
10233
|
+
"kind": "expression",
|
|
10234
|
+
"type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
|
|
10235
|
+
}
|
|
10236
|
+
},
|
|
9948
10237
|
{
|
|
9949
10238
|
"name": "justify",
|
|
9950
10239
|
"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**.",
|
|
@@ -10415,7 +10704,7 @@
|
|
|
10415
10704
|
},
|
|
10416
10705
|
{
|
|
10417
10706
|
"name": "lazySrc",
|
|
10418
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically.",
|
|
10707
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
|
|
10419
10708
|
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
10420
10709
|
"value": {
|
|
10421
10710
|
"kind": "expression",
|
|
@@ -13078,7 +13367,7 @@
|
|
|
13078
13367
|
},
|
|
13079
13368
|
{
|
|
13080
13369
|
"name": "noClickAnimation",
|
|
13081
|
-
"description": "
|
|
13370
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
13082
13371
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13083
13372
|
"default": "false",
|
|
13084
13373
|
"value": {
|
|
@@ -13089,7 +13378,7 @@
|
|
|
13089
13378
|
},
|
|
13090
13379
|
{
|
|
13091
13380
|
"name": "persistent",
|
|
13092
|
-
"description": "
|
|
13381
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
13093
13382
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13094
13383
|
"default": "false",
|
|
13095
13384
|
"value": {
|
|
@@ -13100,7 +13389,7 @@
|
|
|
13100
13389
|
},
|
|
13101
13390
|
{
|
|
13102
13391
|
"name": "scrim",
|
|
13103
|
-
"description": "
|
|
13392
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
13104
13393
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13105
13394
|
"default": "false",
|
|
13106
13395
|
"value": {
|
|
@@ -13228,7 +13517,7 @@
|
|
|
13228
13517
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
13229
13518
|
"value": {
|
|
13230
13519
|
"kind": "expression",
|
|
13231
|
-
"type": "string | { component:
|
|
13520
|
+
"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
13521
|
}
|
|
13233
13522
|
},
|
|
13234
13523
|
{
|
|
@@ -13313,7 +13602,7 @@
|
|
|
13313
13602
|
"default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
|
|
13314
13603
|
"value": {
|
|
13315
13604
|
"kind": "expression",
|
|
13316
|
-
"type": "string | { component:
|
|
13605
|
+
"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
13606
|
}
|
|
13318
13607
|
},
|
|
13319
13608
|
{
|
|
@@ -13879,7 +14168,7 @@
|
|
|
13879
14168
|
},
|
|
13880
14169
|
{
|
|
13881
14170
|
"name": "noClickAnimation",
|
|
13882
|
-
"description": "
|
|
14171
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
13883
14172
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13884
14173
|
"default": "false",
|
|
13885
14174
|
"value": {
|
|
@@ -13890,7 +14179,7 @@
|
|
|
13890
14179
|
},
|
|
13891
14180
|
{
|
|
13892
14181
|
"name": "persistent",
|
|
13893
|
-
"description": "
|
|
14182
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
13894
14183
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13895
14184
|
"default": "false",
|
|
13896
14185
|
"value": {
|
|
@@ -13901,7 +14190,7 @@
|
|
|
13901
14190
|
},
|
|
13902
14191
|
{
|
|
13903
14192
|
"name": "scrim",
|
|
13904
|
-
"description": "
|
|
14193
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
13905
14194
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13906
14195
|
"default": "true",
|
|
13907
14196
|
"value": {
|
|
@@ -14055,7 +14344,7 @@
|
|
|
14055
14344
|
},
|
|
14056
14345
|
{
|
|
14057
14346
|
"name": "click:outside",
|
|
14058
|
-
"description": "
|
|
14347
|
+
"description": "Event that fires when clicking outside an active overlay.",
|
|
14059
14348
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#events",
|
|
14060
14349
|
"arguments": [
|
|
14061
14350
|
{
|
|
@@ -16905,7 +17194,7 @@
|
|
|
16905
17194
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
16906
17195
|
"value": {
|
|
16907
17196
|
"kind": "expression",
|
|
16908
|
-
"type": "string | { component:
|
|
17197
|
+
"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
17198
|
}
|
|
16910
17199
|
},
|
|
16911
17200
|
{
|
|
@@ -20550,6 +20839,16 @@
|
|
|
20550
20839
|
"type": "any"
|
|
20551
20840
|
}
|
|
20552
20841
|
},
|
|
20842
|
+
{
|
|
20843
|
+
"name": "size",
|
|
20844
|
+
"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**.",
|
|
20845
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20846
|
+
"default": "'default'",
|
|
20847
|
+
"value": {
|
|
20848
|
+
"kind": "expression",
|
|
20849
|
+
"type": "string | number"
|
|
20850
|
+
}
|
|
20851
|
+
},
|
|
20553
20852
|
{
|
|
20554
20853
|
"name": "title",
|
|
20555
20854
|
"description": "Specify a title text for the component.",
|
|
@@ -20568,11 +20867,59 @@
|
|
|
20568
20867
|
"type": "string"
|
|
20569
20868
|
}
|
|
20570
20869
|
},
|
|
20870
|
+
{
|
|
20871
|
+
"name": "density",
|
|
20872
|
+
"description": "Adjusts the vertical height used by the component.",
|
|
20873
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20874
|
+
"default": "'default'",
|
|
20875
|
+
"value": {
|
|
20876
|
+
"kind": "expression",
|
|
20877
|
+
"type": "\"default\" | \"comfortable\" | \"compact\""
|
|
20878
|
+
}
|
|
20879
|
+
},
|
|
20880
|
+
{
|
|
20881
|
+
"name": "height",
|
|
20882
|
+
"description": "Sets the height for the component.",
|
|
20883
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20884
|
+
"value": {
|
|
20885
|
+
"kind": "expression",
|
|
20886
|
+
"type": "string | number"
|
|
20887
|
+
}
|
|
20888
|
+
},
|
|
20889
|
+
{
|
|
20890
|
+
"name": "border",
|
|
20891
|
+
"description": "Applies border styles to component.",
|
|
20892
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20893
|
+
"default": "false",
|
|
20894
|
+
"value": {
|
|
20895
|
+
"kind": "expression",
|
|
20896
|
+
"type": "string | number | boolean"
|
|
20897
|
+
}
|
|
20898
|
+
},
|
|
20899
|
+
{
|
|
20900
|
+
"name": "elevation",
|
|
20901
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
20902
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20903
|
+
"value": {
|
|
20904
|
+
"kind": "expression",
|
|
20905
|
+
"type": "string | number"
|
|
20906
|
+
}
|
|
20907
|
+
},
|
|
20908
|
+
{
|
|
20909
|
+
"name": "rounded",
|
|
20910
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
|
|
20911
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20912
|
+
"default": "false",
|
|
20913
|
+
"value": {
|
|
20914
|
+
"kind": "expression",
|
|
20915
|
+
"type": "string | number | boolean"
|
|
20916
|
+
}
|
|
20917
|
+
},
|
|
20571
20918
|
{
|
|
20572
20919
|
"name": "tag",
|
|
20573
20920
|
"description": "Specify a custom tag used on the root element.",
|
|
20574
20921
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20575
|
-
"default": "'
|
|
20922
|
+
"default": "'button'",
|
|
20576
20923
|
"value": {
|
|
20577
20924
|
"kind": "expression",
|
|
20578
20925
|
"type": "string"
|
|
@@ -20588,9 +20935,54 @@
|
|
|
20588
20935
|
"type": "boolean | string | (new () => any) | FunctionalComponent"
|
|
20589
20936
|
}
|
|
20590
20937
|
},
|
|
20938
|
+
{
|
|
20939
|
+
"name": "maxHeight",
|
|
20940
|
+
"description": "Sets the maximum height for the component.",
|
|
20941
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20942
|
+
"value": {
|
|
20943
|
+
"kind": "expression",
|
|
20944
|
+
"type": "string | number"
|
|
20945
|
+
}
|
|
20946
|
+
},
|
|
20947
|
+
{
|
|
20948
|
+
"name": "maxWidth",
|
|
20949
|
+
"description": "Sets the maximum width for the component.",
|
|
20950
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20951
|
+
"value": {
|
|
20952
|
+
"kind": "expression",
|
|
20953
|
+
"type": "string | number"
|
|
20954
|
+
}
|
|
20955
|
+
},
|
|
20956
|
+
{
|
|
20957
|
+
"name": "minHeight",
|
|
20958
|
+
"description": "Sets the minimum height for the component.",
|
|
20959
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20960
|
+
"value": {
|
|
20961
|
+
"kind": "expression",
|
|
20962
|
+
"type": "string | number"
|
|
20963
|
+
}
|
|
20964
|
+
},
|
|
20965
|
+
{
|
|
20966
|
+
"name": "minWidth",
|
|
20967
|
+
"description": "Sets the minimum width for the component.",
|
|
20968
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20969
|
+
"value": {
|
|
20970
|
+
"kind": "expression",
|
|
20971
|
+
"type": "string | number"
|
|
20972
|
+
}
|
|
20973
|
+
},
|
|
20974
|
+
{
|
|
20975
|
+
"name": "width",
|
|
20976
|
+
"description": "Sets the width for the component.",
|
|
20977
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20978
|
+
"value": {
|
|
20979
|
+
"kind": "expression",
|
|
20980
|
+
"type": "string | number"
|
|
20981
|
+
}
|
|
20982
|
+
},
|
|
20591
20983
|
{
|
|
20592
20984
|
"name": "fixed",
|
|
20593
|
-
"description": "
|
|
20985
|
+
"description": "Forces component to take up all available space up to their maximum width (300px), and centers it.",
|
|
20594
20986
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20595
20987
|
"default": "false",
|
|
20596
20988
|
"value": {
|
|
@@ -20599,6 +20991,16 @@
|
|
|
20599
20991
|
},
|
|
20600
20992
|
"type": "boolean"
|
|
20601
20993
|
},
|
|
20994
|
+
{
|
|
20995
|
+
"name": "variant",
|
|
20996
|
+
"description": "Applies a distinct style to the component",
|
|
20997
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20998
|
+
"default": "'text'",
|
|
20999
|
+
"value": {
|
|
21000
|
+
"kind": "expression",
|
|
21001
|
+
"type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\""
|
|
21002
|
+
}
|
|
21003
|
+
},
|
|
20602
21004
|
{
|
|
20603
21005
|
"name": "replace",
|
|
20604
21006
|
"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.",
|
|
@@ -20641,7 +21043,7 @@
|
|
|
20641
21043
|
},
|
|
20642
21044
|
{
|
|
20643
21045
|
"name": "direction",
|
|
20644
|
-
"description": "
|
|
21046
|
+
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`.",
|
|
20645
21047
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20646
21048
|
"default": "'horizontal'",
|
|
20647
21049
|
"value": {
|
|
@@ -20649,6 +21051,16 @@
|
|
|
20649
21051
|
"type": "\"horizontal\" | \"vertical\""
|
|
20650
21052
|
}
|
|
20651
21053
|
},
|
|
21054
|
+
{
|
|
21055
|
+
"name": "loading",
|
|
21056
|
+
"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",
|
|
21057
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21058
|
+
"default": "false",
|
|
21059
|
+
"value": {
|
|
21060
|
+
"kind": "expression",
|
|
21061
|
+
"type": "string | boolean"
|
|
21062
|
+
}
|
|
21063
|
+
},
|
|
20652
21064
|
{
|
|
20653
21065
|
"name": "stacked",
|
|
20654
21066
|
"description": "Displays the tab as a flex-column.",
|
|
@@ -20712,7 +21124,7 @@
|
|
|
20712
21124
|
},
|
|
20713
21125
|
{
|
|
20714
21126
|
"name": "hideSlider",
|
|
20715
|
-
"description": "
|
|
21127
|
+
"description": "Hides the active tab slider component (no exit or enter animation).",
|
|
20716
21128
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20717
21129
|
"default": "false",
|
|
20718
21130
|
"value": {
|
|
@@ -20723,7 +21135,7 @@
|
|
|
20723
21135
|
},
|
|
20724
21136
|
{
|
|
20725
21137
|
"name": "sliderColor",
|
|
20726
|
-
"description": "
|
|
21138
|
+
"description": "Applies specified color to the slider when active on that component - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
20727
21139
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20728
21140
|
"value": {
|
|
20729
21141
|
"kind": "expression",
|
|
@@ -20774,7 +21186,7 @@
|
|
|
20774
21186
|
},
|
|
20775
21187
|
{
|
|
20776
21188
|
"name": "height",
|
|
20777
|
-
"description": "
|
|
21189
|
+
"description": "Use the height prop to set the height of the table.",
|
|
20778
21190
|
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
20779
21191
|
"value": {
|
|
20780
21192
|
"kind": "expression",
|
|
@@ -20793,7 +21205,7 @@
|
|
|
20793
21205
|
},
|
|
20794
21206
|
{
|
|
20795
21207
|
"name": "hover",
|
|
20796
|
-
"description": "
|
|
21208
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it.",
|
|
20797
21209
|
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
20798
21210
|
"default": "false",
|
|
20799
21211
|
"value": {
|
|
@@ -20804,7 +21216,7 @@
|
|
|
20804
21216
|
},
|
|
20805
21217
|
{
|
|
20806
21218
|
"name": "fixedHeader",
|
|
20807
|
-
"description": "
|
|
21219
|
+
"description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table.",
|
|
20808
21220
|
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
20809
21221
|
"default": "false",
|
|
20810
21222
|
"value": {
|
|
@@ -23240,7 +23652,7 @@
|
|
|
23240
23652
|
},
|
|
23241
23653
|
{
|
|
23242
23654
|
"name": "noClickAnimation",
|
|
23243
|
-
"description": "
|
|
23655
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
23244
23656
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
23245
23657
|
"default": "false",
|
|
23246
23658
|
"value": {
|
|
@@ -23251,7 +23663,7 @@
|
|
|
23251
23663
|
},
|
|
23252
23664
|
{
|
|
23253
23665
|
"name": "scrim",
|
|
23254
|
-
"description": "
|
|
23666
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
23255
23667
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
23256
23668
|
"default": "false",
|
|
23257
23669
|
"value": {
|
|
@@ -25569,6 +25981,11 @@
|
|
|
25569
25981
|
}
|
|
25570
25982
|
]
|
|
25571
25983
|
},
|
|
25984
|
+
{
|
|
25985
|
+
"name": "colgroup",
|
|
25986
|
+
"description": "MISSING DESCRIPTION",
|
|
25987
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
25988
|
+
},
|
|
25572
25989
|
{
|
|
25573
25990
|
"name": "top",
|
|
25574
25991
|
"description": "Slot to add content above the table",
|
|
@@ -25609,11 +26026,6 @@
|
|
|
25609
26026
|
"description": "Adds content to the empty space in the footer",
|
|
25610
26027
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
25611
26028
|
},
|
|
25612
|
-
{
|
|
25613
|
-
"name": "colgroup",
|
|
25614
|
-
"description": "MISSING DESCRIPTION",
|
|
25615
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
|
|
25616
|
-
},
|
|
25617
26029
|
{
|
|
25618
26030
|
"name": "[`item.${string}`]",
|
|
25619
26031
|
"description": "MISSING DESCRIPTION",
|
|
@@ -25995,6 +26407,15 @@
|
|
|
25995
26407
|
"kind": "expression",
|
|
25996
26408
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>"
|
|
25997
26409
|
}
|
|
26410
|
+
},
|
|
26411
|
+
{
|
|
26412
|
+
"name": "index",
|
|
26413
|
+
"description": "MISSING DESCRIPTION",
|
|
26414
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
|
|
26415
|
+
"value": {
|
|
26416
|
+
"kind": "expression",
|
|
26417
|
+
"type": "Number"
|
|
26418
|
+
}
|
|
25998
26419
|
}
|
|
25999
26420
|
],
|
|
26000
26421
|
"events": [
|
|
@@ -27237,6 +27658,11 @@
|
|
|
27237
27658
|
}
|
|
27238
27659
|
]
|
|
27239
27660
|
},
|
|
27661
|
+
{
|
|
27662
|
+
"name": "colgroup",
|
|
27663
|
+
"description": "MISSING DESCRIPTION",
|
|
27664
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
|
|
27665
|
+
},
|
|
27240
27666
|
{
|
|
27241
27667
|
"name": "top",
|
|
27242
27668
|
"description": "Slot to add content above the table",
|
|
@@ -27659,7 +28085,7 @@
|
|
|
27659
28085
|
"symbol": "Uch"
|
|
27660
28086
|
},
|
|
27661
28087
|
"vue-argument": {
|
|
27662
|
-
"description": "
|
|
28088
|
+
"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
28089
|
"doc-url": "https://vuetifyjs.com/api/Touch#argument"
|
|
27664
28090
|
}
|
|
27665
28091
|
}
|