@vuetify/nightly 3.2.0-dev-20230309.0 → 3.2.0-dev-20230322.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/dist/json/attributes.json +210 -30
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +47 -2
- package/dist/json/web-types.json +529 -63
- package/dist/vuetify-labs.css +1186 -1146
- package/dist/vuetify-labs.d.ts +56928 -14280
- package/dist/vuetify-labs.esm.js +557 -363
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +557 -363
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +204 -179
- package/dist/vuetify.d.ts +55330 -15866
- package/dist/vuetify.esm.js +400 -306
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +400 -306
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +668 -667
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +29 -15
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +510 -82
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/VBanner.mjs +19 -12
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +65 -58
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/VCard.mjs +10 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +27 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +831 -147
- package/lib/components/VChip/VChip.css +110 -90
- package/lib/components/VChip/VChip.mjs +70 -48
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/_mixins.scss +27 -23
- package/lib/components/VChip/index.d.ts +474 -76
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +13 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +133 -21
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/VFooter.css +2 -0
- package/lib/components/VFooter/VFooter.sass +2 -0
- package/lib/components/VFooter/_variables.scss +2 -0
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/VImg.mjs +2 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +23 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +13 -7
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/VSliderTrack.mjs +1 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +5 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +2 -7
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -3
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +3 -8
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +8 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +10 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1276 -82
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55255 -15788
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/defaults.mjs +2 -0
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +7 -10
- package/lib/labs/VDataTable/VDataTable.css +15 -0
- package/lib/labs/VDataTable/VDataTable.mjs +41 -17
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +12 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -12
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +1 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +19 -3
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4179 -1017
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4214 -1026
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +15 -7
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +5 -10
package/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.2.0-dev-
|
|
5
|
+
"version": "3.2.0-dev-20230322.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -685,6 +685,17 @@
|
|
|
685
685
|
"type": "[boolean]"
|
|
686
686
|
}
|
|
687
687
|
]
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "click:close",
|
|
691
|
+
"description": "MISSING DESCRIPTION",
|
|
692
|
+
"doc-url": "https://vuetifyjs.com/api/v-alert#events",
|
|
693
|
+
"arguments": [
|
|
694
|
+
{
|
|
695
|
+
"name": "argument",
|
|
696
|
+
"type": "[MouseEvent]"
|
|
697
|
+
}
|
|
698
|
+
]
|
|
688
699
|
}
|
|
689
700
|
],
|
|
690
701
|
"slots": [
|
|
@@ -5754,6 +5765,17 @@
|
|
|
5754
5765
|
}
|
|
5755
5766
|
]
|
|
5756
5767
|
},
|
|
5768
|
+
{
|
|
5769
|
+
"name": "click:close",
|
|
5770
|
+
"description": "Emitted when close icon is clicked",
|
|
5771
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
5772
|
+
"arguments": [
|
|
5773
|
+
{
|
|
5774
|
+
"name": "argument",
|
|
5775
|
+
"type": "[MouseEvent]"
|
|
5776
|
+
}
|
|
5777
|
+
]
|
|
5778
|
+
},
|
|
5757
5779
|
{
|
|
5758
5780
|
"name": "group:selected",
|
|
5759
5781
|
"description": "Event that is emitted when an item is selected within a group.",
|
|
@@ -5786,17 +5808,6 @@
|
|
|
5786
5808
|
"type": "never"
|
|
5787
5809
|
}
|
|
5788
5810
|
]
|
|
5789
|
-
},
|
|
5790
|
-
{
|
|
5791
|
-
"name": "click:close",
|
|
5792
|
-
"description": "Emitted when close icon is clicked",
|
|
5793
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
5794
|
-
"arguments": [
|
|
5795
|
-
{
|
|
5796
|
-
"name": "argument",
|
|
5797
|
-
"type": "[Event]"
|
|
5798
|
-
}
|
|
5799
|
-
]
|
|
5800
5811
|
}
|
|
5801
5812
|
],
|
|
5802
5813
|
"slots": [
|
|
@@ -6100,26 +6111,6 @@
|
|
|
6100
6111
|
"type": "string"
|
|
6101
6112
|
}
|
|
6102
6113
|
},
|
|
6103
|
-
{
|
|
6104
|
-
"name": "canvasHeight",
|
|
6105
|
-
"description": "Height of canvas",
|
|
6106
|
-
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6107
|
-
"default": "150",
|
|
6108
|
-
"value": {
|
|
6109
|
-
"kind": "expression",
|
|
6110
|
-
"type": "string | number"
|
|
6111
|
-
}
|
|
6112
|
-
},
|
|
6113
|
-
{
|
|
6114
|
-
"name": "dotSize",
|
|
6115
|
-
"description": "Changes the size of the selection dot on the canvas",
|
|
6116
|
-
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6117
|
-
"default": "10",
|
|
6118
|
-
"value": {
|
|
6119
|
-
"kind": "expression",
|
|
6120
|
-
"type": "string | number"
|
|
6121
|
-
}
|
|
6122
|
-
},
|
|
6123
6114
|
{
|
|
6124
6115
|
"name": "hideCanvas",
|
|
6125
6116
|
"description": "Hides canvas",
|
|
@@ -6153,16 +6144,6 @@
|
|
|
6153
6144
|
},
|
|
6154
6145
|
"type": "boolean"
|
|
6155
6146
|
},
|
|
6156
|
-
{
|
|
6157
|
-
"name": "modes",
|
|
6158
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))",
|
|
6159
|
-
"doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
|
|
6160
|
-
"default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
|
|
6161
|
-
"value": {
|
|
6162
|
-
"kind": "expression",
|
|
6163
|
-
"type": "string[]"
|
|
6164
|
-
}
|
|
6165
|
-
},
|
|
6166
6147
|
{
|
|
6167
6148
|
"name": "showSwatches",
|
|
6168
6149
|
"description": "Displays color swatches",
|
|
@@ -6174,6 +6155,36 @@
|
|
|
6174
6155
|
},
|
|
6175
6156
|
"type": "boolean"
|
|
6176
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
|
+
},
|
|
6177
6188
|
{
|
|
6178
6189
|
"name": "swatchesMaxHeight",
|
|
6179
6190
|
"description": "Sets the maximum height of the swatches section",
|
|
@@ -7276,7 +7287,7 @@
|
|
|
7276
7287
|
"default": "{component: {name: 'slide-y-transition'}}",
|
|
7277
7288
|
"value": {
|
|
7278
7289
|
"kind": "expression",
|
|
7279
|
-
"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>] } }"
|
|
7280
7291
|
}
|
|
7281
7292
|
},
|
|
7282
7293
|
{
|
|
@@ -7322,9 +7333,20 @@
|
|
|
7322
7333
|
"description": "",
|
|
7323
7334
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider",
|
|
7324
7335
|
"attributes": [
|
|
7336
|
+
{
|
|
7337
|
+
"name": "disabled",
|
|
7338
|
+
"description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary",
|
|
7339
|
+
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
|
|
7340
|
+
"default": "false",
|
|
7341
|
+
"value": {
|
|
7342
|
+
"kind": "expression",
|
|
7343
|
+
"type": "boolean"
|
|
7344
|
+
},
|
|
7345
|
+
"type": "boolean"
|
|
7346
|
+
},
|
|
7325
7347
|
{
|
|
7326
7348
|
"name": "root",
|
|
7327
|
-
"description": "
|
|
7349
|
+
"description": "Force current defaults to match the application root defaults",
|
|
7328
7350
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
|
|
7329
7351
|
"default": "false",
|
|
7330
7352
|
"value": {
|
|
@@ -7335,7 +7357,7 @@
|
|
|
7335
7357
|
},
|
|
7336
7358
|
{
|
|
7337
7359
|
"name": "scoped",
|
|
7338
|
-
"description": "
|
|
7360
|
+
"description": "Prevents the ability for default values to be inherited from parent components",
|
|
7339
7361
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
|
|
7340
7362
|
"default": "false",
|
|
7341
7363
|
"value": {
|
|
@@ -7346,7 +7368,7 @@
|
|
|
7346
7368
|
},
|
|
7347
7369
|
{
|
|
7348
7370
|
"name": "reset",
|
|
7349
|
-
"description": "
|
|
7371
|
+
"description": "Reset the default values up the nested chain by {n} amount",
|
|
7350
7372
|
"doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
|
|
7351
7373
|
"value": {
|
|
7352
7374
|
"kind": "expression",
|
|
@@ -7585,7 +7607,7 @@
|
|
|
7585
7607
|
},
|
|
7586
7608
|
{
|
|
7587
7609
|
"name": "scrim",
|
|
7588
|
-
"description": "
|
|
7610
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
7589
7611
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
7590
7612
|
"default": "true",
|
|
7591
7613
|
"value": {
|
|
@@ -7711,7 +7733,7 @@
|
|
|
7711
7733
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
7712
7734
|
"value": {
|
|
7713
7735
|
"kind": "expression",
|
|
7714
|
-
"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>] } }"
|
|
7715
7737
|
}
|
|
7716
7738
|
},
|
|
7717
7739
|
{
|
|
@@ -9848,6 +9870,156 @@
|
|
|
9848
9870
|
"type": "string | number | boolean"
|
|
9849
9871
|
}
|
|
9850
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
|
+
},
|
|
9851
10023
|
{
|
|
9852
10024
|
"name": "alignSelf",
|
|
9853
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**.",
|
|
@@ -9923,6 +10095,156 @@
|
|
|
9923
10095
|
"type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
9924
10096
|
}
|
|
9925
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
|
+
},
|
|
9926
10248
|
{
|
|
9927
10249
|
"name": "justify",
|
|
9928
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**.",
|
|
@@ -13056,7 +13378,7 @@
|
|
|
13056
13378
|
},
|
|
13057
13379
|
{
|
|
13058
13380
|
"name": "noClickAnimation",
|
|
13059
|
-
"description": "
|
|
13381
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
13060
13382
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13061
13383
|
"default": "false",
|
|
13062
13384
|
"value": {
|
|
@@ -13067,7 +13389,7 @@
|
|
|
13067
13389
|
},
|
|
13068
13390
|
{
|
|
13069
13391
|
"name": "persistent",
|
|
13070
|
-
"description": "
|
|
13392
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
13071
13393
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13072
13394
|
"default": "false",
|
|
13073
13395
|
"value": {
|
|
@@ -13078,7 +13400,7 @@
|
|
|
13078
13400
|
},
|
|
13079
13401
|
{
|
|
13080
13402
|
"name": "scrim",
|
|
13081
|
-
"description": "
|
|
13403
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
13082
13404
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
13083
13405
|
"default": "false",
|
|
13084
13406
|
"value": {
|
|
@@ -13206,7 +13528,7 @@
|
|
|
13206
13528
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
13207
13529
|
"value": {
|
|
13208
13530
|
"kind": "expression",
|
|
13209
|
-
"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>] } }"
|
|
13210
13532
|
}
|
|
13211
13533
|
},
|
|
13212
13534
|
{
|
|
@@ -13291,7 +13613,7 @@
|
|
|
13291
13613
|
"default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
|
|
13292
13614
|
"value": {
|
|
13293
13615
|
"kind": "expression",
|
|
13294
|
-
"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 }"
|
|
13295
13617
|
}
|
|
13296
13618
|
},
|
|
13297
13619
|
{
|
|
@@ -13857,7 +14179,7 @@
|
|
|
13857
14179
|
},
|
|
13858
14180
|
{
|
|
13859
14181
|
"name": "noClickAnimation",
|
|
13860
|
-
"description": "
|
|
14182
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
13861
14183
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13862
14184
|
"default": "false",
|
|
13863
14185
|
"value": {
|
|
@@ -13868,7 +14190,7 @@
|
|
|
13868
14190
|
},
|
|
13869
14191
|
{
|
|
13870
14192
|
"name": "persistent",
|
|
13871
|
-
"description": "
|
|
14193
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
13872
14194
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13873
14195
|
"default": "false",
|
|
13874
14196
|
"value": {
|
|
@@ -13879,7 +14201,7 @@
|
|
|
13879
14201
|
},
|
|
13880
14202
|
{
|
|
13881
14203
|
"name": "scrim",
|
|
13882
|
-
"description": "
|
|
14204
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
13883
14205
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
13884
14206
|
"default": "true",
|
|
13885
14207
|
"value": {
|
|
@@ -14033,7 +14355,7 @@
|
|
|
14033
14355
|
},
|
|
14034
14356
|
{
|
|
14035
14357
|
"name": "click:outside",
|
|
14036
|
-
"description": "
|
|
14358
|
+
"description": "Event that fires when clicking outside an active overlay.",
|
|
14037
14359
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#events",
|
|
14038
14360
|
"arguments": [
|
|
14039
14361
|
{
|
|
@@ -16887,7 +17209,7 @@
|
|
|
16887
17209
|
"default": "{component: {name: 'VDialogTransition'}}",
|
|
16888
17210
|
"value": {
|
|
16889
17211
|
"kind": "expression",
|
|
16890
|
-
"type": "string | { component:
|
|
17212
|
+
"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>] } }"
|
|
16891
17213
|
}
|
|
16892
17214
|
},
|
|
16893
17215
|
{
|
|
@@ -20532,6 +20854,16 @@
|
|
|
20532
20854
|
"type": "any"
|
|
20533
20855
|
}
|
|
20534
20856
|
},
|
|
20857
|
+
{
|
|
20858
|
+
"name": "size",
|
|
20859
|
+
"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**.",
|
|
20860
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20861
|
+
"default": "'default'",
|
|
20862
|
+
"value": {
|
|
20863
|
+
"kind": "expression",
|
|
20864
|
+
"type": "string | number"
|
|
20865
|
+
}
|
|
20866
|
+
},
|
|
20535
20867
|
{
|
|
20536
20868
|
"name": "title",
|
|
20537
20869
|
"description": "Specify a title text for the component.",
|
|
@@ -20550,11 +20882,59 @@
|
|
|
20550
20882
|
"type": "string"
|
|
20551
20883
|
}
|
|
20552
20884
|
},
|
|
20885
|
+
{
|
|
20886
|
+
"name": "density",
|
|
20887
|
+
"description": "Adjusts the vertical height used by the component.",
|
|
20888
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20889
|
+
"default": "'default'",
|
|
20890
|
+
"value": {
|
|
20891
|
+
"kind": "expression",
|
|
20892
|
+
"type": "\"default\" | \"comfortable\" | \"compact\""
|
|
20893
|
+
}
|
|
20894
|
+
},
|
|
20895
|
+
{
|
|
20896
|
+
"name": "height",
|
|
20897
|
+
"description": "Sets the height for the component.",
|
|
20898
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20899
|
+
"value": {
|
|
20900
|
+
"kind": "expression",
|
|
20901
|
+
"type": "string | number"
|
|
20902
|
+
}
|
|
20903
|
+
},
|
|
20904
|
+
{
|
|
20905
|
+
"name": "border",
|
|
20906
|
+
"description": "Applies border styles to component.",
|
|
20907
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20908
|
+
"default": "false",
|
|
20909
|
+
"value": {
|
|
20910
|
+
"kind": "expression",
|
|
20911
|
+
"type": "string | number | boolean"
|
|
20912
|
+
}
|
|
20913
|
+
},
|
|
20914
|
+
{
|
|
20915
|
+
"name": "elevation",
|
|
20916
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
20917
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20918
|
+
"value": {
|
|
20919
|
+
"kind": "expression",
|
|
20920
|
+
"type": "string | number"
|
|
20921
|
+
}
|
|
20922
|
+
},
|
|
20923
|
+
{
|
|
20924
|
+
"name": "rounded",
|
|
20925
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
|
|
20926
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20927
|
+
"default": "false",
|
|
20928
|
+
"value": {
|
|
20929
|
+
"kind": "expression",
|
|
20930
|
+
"type": "string | number | boolean"
|
|
20931
|
+
}
|
|
20932
|
+
},
|
|
20553
20933
|
{
|
|
20554
20934
|
"name": "tag",
|
|
20555
20935
|
"description": "Specify a custom tag used on the root element.",
|
|
20556
20936
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20557
|
-
"default": "'
|
|
20937
|
+
"default": "'button'",
|
|
20558
20938
|
"value": {
|
|
20559
20939
|
"kind": "expression",
|
|
20560
20940
|
"type": "string"
|
|
@@ -20570,6 +20950,51 @@
|
|
|
20570
20950
|
"type": "boolean | string | (new () => any) | FunctionalComponent"
|
|
20571
20951
|
}
|
|
20572
20952
|
},
|
|
20953
|
+
{
|
|
20954
|
+
"name": "maxHeight",
|
|
20955
|
+
"description": "Sets the maximum height for the component.",
|
|
20956
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20957
|
+
"value": {
|
|
20958
|
+
"kind": "expression",
|
|
20959
|
+
"type": "string | number"
|
|
20960
|
+
}
|
|
20961
|
+
},
|
|
20962
|
+
{
|
|
20963
|
+
"name": "maxWidth",
|
|
20964
|
+
"description": "Sets the maximum width for the component.",
|
|
20965
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20966
|
+
"value": {
|
|
20967
|
+
"kind": "expression",
|
|
20968
|
+
"type": "string | number"
|
|
20969
|
+
}
|
|
20970
|
+
},
|
|
20971
|
+
{
|
|
20972
|
+
"name": "minHeight",
|
|
20973
|
+
"description": "Sets the minimum height for the component.",
|
|
20974
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20975
|
+
"value": {
|
|
20976
|
+
"kind": "expression",
|
|
20977
|
+
"type": "string | number"
|
|
20978
|
+
}
|
|
20979
|
+
},
|
|
20980
|
+
{
|
|
20981
|
+
"name": "minWidth",
|
|
20982
|
+
"description": "Sets the minimum width for the component.",
|
|
20983
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20984
|
+
"value": {
|
|
20985
|
+
"kind": "expression",
|
|
20986
|
+
"type": "string | number"
|
|
20987
|
+
}
|
|
20988
|
+
},
|
|
20989
|
+
{
|
|
20990
|
+
"name": "width",
|
|
20991
|
+
"description": "Sets the width for the component.",
|
|
20992
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
20993
|
+
"value": {
|
|
20994
|
+
"kind": "expression",
|
|
20995
|
+
"type": "string | number"
|
|
20996
|
+
}
|
|
20997
|
+
},
|
|
20573
20998
|
{
|
|
20574
20999
|
"name": "fixed",
|
|
20575
21000
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))",
|
|
@@ -20581,6 +21006,16 @@
|
|
|
20581
21006
|
},
|
|
20582
21007
|
"type": "boolean"
|
|
20583
21008
|
},
|
|
21009
|
+
{
|
|
21010
|
+
"name": "variant",
|
|
21011
|
+
"description": "Applies a distinct style to the component",
|
|
21012
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21013
|
+
"default": "'text'",
|
|
21014
|
+
"value": {
|
|
21015
|
+
"kind": "expression",
|
|
21016
|
+
"type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\""
|
|
21017
|
+
}
|
|
21018
|
+
},
|
|
20584
21019
|
{
|
|
20585
21020
|
"name": "replace",
|
|
20586
21021
|
"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.",
|
|
@@ -20631,6 +21066,16 @@
|
|
|
20631
21066
|
"type": "\"horizontal\" | \"vertical\""
|
|
20632
21067
|
}
|
|
20633
21068
|
},
|
|
21069
|
+
{
|
|
21070
|
+
"name": "loading",
|
|
21071
|
+
"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",
|
|
21072
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
21073
|
+
"default": "false",
|
|
21074
|
+
"value": {
|
|
21075
|
+
"kind": "expression",
|
|
21076
|
+
"type": "string | boolean"
|
|
21077
|
+
}
|
|
21078
|
+
},
|
|
20634
21079
|
{
|
|
20635
21080
|
"name": "stacked",
|
|
20636
21081
|
"description": "Displays the tab as a flex-column.",
|
|
@@ -20775,7 +21220,7 @@
|
|
|
20775
21220
|
},
|
|
20776
21221
|
{
|
|
20777
21222
|
"name": "hover",
|
|
20778
|
-
"description": "
|
|
21223
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it.",
|
|
20779
21224
|
"doc-url": "https://vuetifyjs.com/api/v-table#props",
|
|
20780
21225
|
"default": "false",
|
|
20781
21226
|
"value": {
|
|
@@ -23233,7 +23678,7 @@
|
|
|
23233
23678
|
},
|
|
23234
23679
|
{
|
|
23235
23680
|
"name": "noClickAnimation",
|
|
23236
|
-
"description": "
|
|
23681
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
23237
23682
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
23238
23683
|
"default": "false",
|
|
23239
23684
|
"value": {
|
|
@@ -23244,7 +23689,7 @@
|
|
|
23244
23689
|
},
|
|
23245
23690
|
{
|
|
23246
23691
|
"name": "scrim",
|
|
23247
|
-
"description": "
|
|
23692
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
23248
23693
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
23249
23694
|
"default": "false",
|
|
23250
23695
|
"value": {
|
|
@@ -25988,9 +26433,30 @@
|
|
|
25988
26433
|
"kind": "expression",
|
|
25989
26434
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>"
|
|
25990
26435
|
}
|
|
26436
|
+
},
|
|
26437
|
+
{
|
|
26438
|
+
"name": "index",
|
|
26439
|
+
"description": "MISSING DESCRIPTION",
|
|
26440
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
|
|
26441
|
+
"value": {
|
|
26442
|
+
"kind": "expression",
|
|
26443
|
+
"type": "Number"
|
|
26444
|
+
}
|
|
26445
|
+
}
|
|
26446
|
+
],
|
|
26447
|
+
"events": [
|
|
26448
|
+
{
|
|
26449
|
+
"name": "click",
|
|
26450
|
+
"description": "Event that is emitted when the component is clicked",
|
|
26451
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
|
26452
|
+
"arguments": [
|
|
26453
|
+
{
|
|
26454
|
+
"name": "argument",
|
|
26455
|
+
"type": "[MouseEvent]"
|
|
26456
|
+
}
|
|
26457
|
+
]
|
|
25991
26458
|
}
|
|
25992
26459
|
],
|
|
25993
|
-
"events": [],
|
|
25994
26460
|
"slots": [],
|
|
25995
26461
|
"vue-model": {
|
|
25996
26462
|
"prop": "modelValue",
|