@vuetify/nightly 3.0.0-beta.10 → 3.0.0-beta.13
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 +13 -2
- package/dist/json/attributes.json +37 -29
- package/dist/json/importMap.json +46 -46
- package/dist/json/tags.json +10 -8
- package/dist/json/web-types.json +101 -87
- package/dist/vuetify.css +545 -441
- package/dist/vuetify.d.ts +12095 -10059
- package/dist/vuetify.esm.js +401 -266
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +371 -236
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +496 -490
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +171 -0
- package/lib/blueprints/md1.d.ts +167 -0
- package/lib/blueprints/md2.d.ts +167 -0
- package/lib/blueprints/md3.d.ts +167 -0
- package/lib/components/VAlert/index.d.ts +185 -0
- package/lib/components/VApp/index.d.ts +83 -0
- package/lib/components/VAppBar/VAppBar.css +3 -0
- package/lib/components/VAppBar/VAppBar.sass +3 -0
- package/lib/components/VAppBar/index.d.ts +156 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1569 -0
- package/lib/components/VAvatar/VAvatar.css +44 -2
- package/lib/components/VAvatar/VAvatar.mjs +16 -12
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +5 -1
- package/lib/components/VAvatar/_variables.scss +9 -4
- package/lib/components/VAvatar/index.d.ts +80 -0
- package/lib/components/VBadge/index.d.ts +123 -0
- package/lib/components/VBanner/index.d.ts +122 -0
- package/lib/components/VBottomNavigation/index.d.ts +143 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +2 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +301 -0
- package/lib/components/VBtn/VBtn.css +8 -3
- package/lib/components/VBtn/VBtn.mjs +16 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +210 -0
- package/lib/components/VBtnGroup/index.d.ts +65 -0
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +175 -0
- package/lib/components/VCard/VCard.css +8 -3
- package/lib/components/VCard/index.d.ts +230 -0
- package/lib/components/VCarousel/VCarousel.mjs +3 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +80 -0
- package/lib/components/VCheckbox/index.d.ts +291 -0
- package/lib/components/VChip/index.d.ts +195 -0
- package/lib/components/VChipGroup/index.d.ts +89 -0
- package/lib/components/VCode/index.d.ts +19 -0
- package/lib/components/VColorPicker/index.d.ts +116 -0
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1590 -0
- package/lib/components/VCounter/index.d.ts +223 -0
- package/lib/components/VDefaultsProvider/index.d.ts +26 -0
- package/lib/components/VDialog/VDialog.css +2 -0
- package/lib/components/VDialog/VDialog.mjs +17 -12
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -0
- package/lib/components/VDialog/index.d.ts +859 -0
- package/lib/components/VDivider/index.d.ts +22 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -3
- package/lib/components/VExpansionPanel/index.d.ts +206 -0
- package/lib/components/VField/VField.css +27 -24
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +23 -21
- package/lib/components/VField/index.d.ts +332 -0
- package/lib/components/VFileInput/VFileInput.mjs +3 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +236 -0
- package/lib/components/VFooter/VFooter.css +7 -0
- package/lib/components/VFooter/VFooter.sass +1 -1
- package/lib/components/VFooter/_variables.scss +11 -0
- package/lib/components/VFooter/index.d.ts +76 -0
- package/lib/components/VForm/index.d.ts +72 -0
- package/lib/components/VGrid/index.d.ts +154 -0
- package/lib/components/VHover/index.d.ts +30 -0
- package/lib/components/VIcon/index.d.ts +124 -0
- package/lib/components/VImg/VImg.mjs +29 -27
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +89 -0
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +325 -0
- package/lib/components/VItemGroup/index.d.ts +210 -0
- package/lib/components/VKbd/index.d.ts +19 -0
- package/lib/components/VLabel/VLabel.css +4 -1
- package/lib/components/VLabel/VLabel.mjs +4 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +3 -1
- package/lib/components/VLabel/index.d.ts +16 -0
- package/lib/components/VLayout/index.d.ts +75 -0
- package/lib/components/VLazy/index.d.ts +85 -0
- package/lib/components/VList/VListItem.css +8 -3
- package/lib/components/VList/VListItem.mjs +4 -4
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1250 -0
- package/lib/components/VLocaleProvider/index.d.ts +23 -0
- package/lib/components/VMain/index.d.ts +26 -0
- package/lib/components/VMenu/VMenu.mjs +16 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +817 -0
- package/lib/components/VMessages/index.d.ts +234 -0
- package/lib/components/VNavigationDrawer/index.d.ts +148 -0
- package/lib/components/VNoSsr/index.d.ts +7 -0
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +579 -0
- package/lib/components/VOverlay/useActivator.mjs +27 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +6 -3
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +247 -0
- package/lib/components/VParallax/VParallax.mjs +24 -10
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +18 -0
- package/lib/components/VProgressCircular/index.d.ts +68 -0
- package/lib/components/VProgressLinear/index.d.ts +101 -0
- package/lib/components/VRadio/index.d.ts +103 -0
- package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +2 -2
- package/lib/components/VRadioGroup/_variables.scss +0 -1
- package/lib/components/VRadioGroup/index.d.ts +186 -0
- package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +242 -0
- package/lib/components/VRating/index.d.ts +356 -0
- package/lib/components/VResponsive/index.d.ts +23 -0
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +1521 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +275 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +5 -0
- package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
- package/lib/components/VSheet/index.d.ts +68 -0
- package/lib/components/VSlideGroup/index.d.ts +151 -0
- package/lib/components/VSlider/VSlider.css +7 -2
- package/lib/components/VSlider/VSlider.mjs +14 -4
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +6 -2
- package/lib/components/VSlider/VSliderTrack.css +20 -20
- package/lib/components/VSlider/VSliderTrack.mjs +7 -3
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +14 -14
- package/lib/components/VSlider/_variables.scss +2 -2
- package/lib/components/VSlider/index.d.ts +239 -0
- package/lib/components/VSlider/slider.mjs +2 -2
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +3 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +892 -0
- package/lib/components/VSwitch/index.d.ts +175 -0
- package/lib/components/VSystemBar/index.d.ts +61 -0
- package/lib/components/VTable/index.d.ts +39 -0
- package/lib/components/VTabs/VTab.mjs +1 -0
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +178 -0
- package/lib/components/VTextField/VTextField.css +2 -3
- package/lib/components/VTextField/VTextField.sass +2 -4
- package/lib/components/VTextField/index.d.ts +582 -0
- package/lib/components/VTextarea/VTextarea.css +5 -3
- package/lib/components/VTextarea/VTextarea.mjs +2 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +5 -4
- package/lib/components/VTextarea/index.d.ts +218 -0
- package/lib/components/VThemeProvider/index.d.ts +24 -0
- package/lib/components/VTimeline/VTimeline.css +21 -6
- package/lib/components/VTimeline/VTimeline.mjs +6 -1
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +16 -2
- package/lib/components/VTimeline/_variables.scss +4 -3
- package/lib/components/VTimeline/index.d.ts +154 -0
- package/lib/components/VToolbar/VToolbar.css +0 -1
- package/lib/components/VToolbar/VToolbar.sass +0 -1
- package/lib/components/VToolbar/index.d.ts +414 -0
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +799 -0
- package/lib/components/VValidation/index.d.ts +61 -0
- package/lib/components/VWindow/index.d.ts +428 -0
- package/lib/components/index.d.ts +12037 -10009
- package/lib/components/transitions/index.d.ts +454 -0
- package/lib/composables/display.mjs +3 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/locale.mjs +10 -3
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +28 -10
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/router.mjs +10 -2
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +4 -4
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/theme.mjs +37 -33
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +46 -51
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +31 -22
- package/lib/locale/adapters/vue-i18n.d.ts +35 -0
- package/lib/locale/adapters/vue-intl.d.ts +42 -0
- package/lib/styles/main.css +73 -73
- package/lib/styles/settings/_colors.scss +84 -84
- package/lib/styles/tools/_states.sass +8 -3
- package/lib/util/getCurrentInstance.mjs +2 -3
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -11
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +4 -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.0.0-beta.
|
|
5
|
+
"version": "3.0.0-beta.13",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1131,15 +1131,6 @@
|
|
|
1131
1131
|
"description": "",
|
|
1132
1132
|
"doc-url": "https://vuetifyjs.com/api/v-avatar",
|
|
1133
1133
|
"attributes": [
|
|
1134
|
-
{
|
|
1135
|
-
"name": "color",
|
|
1136
|
-
"description": "",
|
|
1137
|
-
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1138
|
-
"value": {
|
|
1139
|
-
"kind": "expression",
|
|
1140
|
-
"type": "string"
|
|
1141
|
-
}
|
|
1142
|
-
},
|
|
1143
1134
|
{
|
|
1144
1135
|
"name": "start",
|
|
1145
1136
|
"description": "",
|
|
@@ -1230,6 +1221,25 @@
|
|
|
1230
1221
|
"kind": "expression",
|
|
1231
1222
|
"type": "string"
|
|
1232
1223
|
}
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "color",
|
|
1227
|
+
"description": "",
|
|
1228
|
+
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1229
|
+
"value": {
|
|
1230
|
+
"kind": "expression",
|
|
1231
|
+
"type": "string"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "variant",
|
|
1236
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
1237
|
+
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1238
|
+
"default": "'flat'",
|
|
1239
|
+
"value": {
|
|
1240
|
+
"kind": "expression",
|
|
1241
|
+
"type": "string"
|
|
1242
|
+
}
|
|
1233
1243
|
}
|
|
1234
1244
|
],
|
|
1235
1245
|
"events": [],
|
|
@@ -2270,6 +2280,17 @@
|
|
|
2270
2280
|
]
|
|
2271
2281
|
}
|
|
2272
2282
|
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "exact",
|
|
2285
|
+
"description": "",
|
|
2286
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
|
|
2287
|
+
"default": "false",
|
|
2288
|
+
"value": {
|
|
2289
|
+
"kind": "expression",
|
|
2290
|
+
"type": "boolean"
|
|
2291
|
+
},
|
|
2292
|
+
"type": "boolean"
|
|
2293
|
+
},
|
|
2273
2294
|
{
|
|
2274
2295
|
"name": "tag",
|
|
2275
2296
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -2334,10 +2355,12 @@
|
|
|
2334
2355
|
"name": "active",
|
|
2335
2356
|
"description": "",
|
|
2336
2357
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2358
|
+
"default": "false",
|
|
2337
2359
|
"value": {
|
|
2338
2360
|
"kind": "expression",
|
|
2339
|
-
"type": "
|
|
2340
|
-
}
|
|
2361
|
+
"type": "boolean"
|
|
2362
|
+
},
|
|
2363
|
+
"type": "boolean"
|
|
2341
2364
|
},
|
|
2342
2365
|
{
|
|
2343
2366
|
"name": "symbol",
|
|
@@ -2625,6 +2648,17 @@
|
|
|
2625
2648
|
]
|
|
2626
2649
|
}
|
|
2627
2650
|
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "exact",
|
|
2653
|
+
"description": "",
|
|
2654
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2655
|
+
"default": "false",
|
|
2656
|
+
"value": {
|
|
2657
|
+
"kind": "expression",
|
|
2658
|
+
"type": "boolean"
|
|
2659
|
+
},
|
|
2660
|
+
"type": "boolean"
|
|
2661
|
+
},
|
|
2628
2662
|
{
|
|
2629
2663
|
"name": "size",
|
|
2630
2664
|
"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**.",
|
|
@@ -2886,7 +2920,6 @@
|
|
|
2886
2920
|
"name": "selected-class",
|
|
2887
2921
|
"description": "Configure the selected CSS class.",
|
|
2888
2922
|
"doc-url": "https://vuetifyjs.com/api/v-btn-toggle#props",
|
|
2889
|
-
"default": "'v-btn--selected'",
|
|
2890
2923
|
"value": {
|
|
2891
2924
|
"kind": "expression",
|
|
2892
2925
|
"type": "string"
|
|
@@ -3259,6 +3292,17 @@
|
|
|
3259
3292
|
]
|
|
3260
3293
|
}
|
|
3261
3294
|
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "exact",
|
|
3297
|
+
"description": "",
|
|
3298
|
+
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3299
|
+
"default": "false",
|
|
3300
|
+
"value": {
|
|
3301
|
+
"kind": "expression",
|
|
3302
|
+
"type": "boolean"
|
|
3303
|
+
},
|
|
3304
|
+
"type": "boolean"
|
|
3305
|
+
},
|
|
3262
3306
|
{
|
|
3263
3307
|
"name": "tag",
|
|
3264
3308
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -4695,6 +4739,17 @@
|
|
|
4695
4739
|
]
|
|
4696
4740
|
}
|
|
4697
4741
|
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "exact",
|
|
4744
|
+
"description": "",
|
|
4745
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4746
|
+
"default": "false",
|
|
4747
|
+
"value": {
|
|
4748
|
+
"kind": "expression",
|
|
4749
|
+
"type": "boolean"
|
|
4750
|
+
},
|
|
4751
|
+
"type": "boolean"
|
|
4752
|
+
},
|
|
4698
4753
|
{
|
|
4699
4754
|
"name": "size",
|
|
4700
4755
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
|
|
@@ -5713,79 +5768,6 @@
|
|
|
5713
5768
|
"type": "any"
|
|
5714
5769
|
}
|
|
5715
5770
|
},
|
|
5716
|
-
{
|
|
5717
|
-
"name": "height",
|
|
5718
|
-
"description": "Sets the height for the component.",
|
|
5719
|
-
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
5720
|
-
"value": {
|
|
5721
|
-
"kind": "expression",
|
|
5722
|
-
"type": [
|
|
5723
|
-
"number",
|
|
5724
|
-
"string"
|
|
5725
|
-
]
|
|
5726
|
-
}
|
|
5727
|
-
},
|
|
5728
|
-
{
|
|
5729
|
-
"name": "max-height",
|
|
5730
|
-
"description": "Sets the maximum height for the component.",
|
|
5731
|
-
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
5732
|
-
"value": {
|
|
5733
|
-
"kind": "expression",
|
|
5734
|
-
"type": [
|
|
5735
|
-
"number",
|
|
5736
|
-
"string"
|
|
5737
|
-
]
|
|
5738
|
-
}
|
|
5739
|
-
},
|
|
5740
|
-
{
|
|
5741
|
-
"name": "max-width",
|
|
5742
|
-
"description": "Sets the maximum width for the component.",
|
|
5743
|
-
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
5744
|
-
"value": {
|
|
5745
|
-
"kind": "expression",
|
|
5746
|
-
"type": [
|
|
5747
|
-
"number",
|
|
5748
|
-
"string"
|
|
5749
|
-
]
|
|
5750
|
-
}
|
|
5751
|
-
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "min-height",
|
|
5754
|
-
"description": "Sets the minimum height for the component.",
|
|
5755
|
-
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
5756
|
-
"value": {
|
|
5757
|
-
"kind": "expression",
|
|
5758
|
-
"type": [
|
|
5759
|
-
"number",
|
|
5760
|
-
"string"
|
|
5761
|
-
]
|
|
5762
|
-
}
|
|
5763
|
-
},
|
|
5764
|
-
{
|
|
5765
|
-
"name": "min-width",
|
|
5766
|
-
"description": "Sets the minimum width for the component.",
|
|
5767
|
-
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
5768
|
-
"value": {
|
|
5769
|
-
"kind": "expression",
|
|
5770
|
-
"type": [
|
|
5771
|
-
"number",
|
|
5772
|
-
"string"
|
|
5773
|
-
]
|
|
5774
|
-
}
|
|
5775
|
-
},
|
|
5776
|
-
{
|
|
5777
|
-
"name": "width",
|
|
5778
|
-
"description": "Sets the width for the component.",
|
|
5779
|
-
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
5780
|
-
"default": "'auto'",
|
|
5781
|
-
"value": {
|
|
5782
|
-
"kind": "expression",
|
|
5783
|
-
"type": [
|
|
5784
|
-
"number",
|
|
5785
|
-
"string"
|
|
5786
|
-
]
|
|
5787
|
-
}
|
|
5788
|
-
},
|
|
5789
5771
|
{
|
|
5790
5772
|
"name": "transition",
|
|
5791
5773
|
"description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own.",
|
|
@@ -10109,6 +10091,17 @@
|
|
|
10109
10091
|
]
|
|
10110
10092
|
}
|
|
10111
10093
|
},
|
|
10094
|
+
{
|
|
10095
|
+
"name": "exact",
|
|
10096
|
+
"description": "",
|
|
10097
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
10098
|
+
"default": "false",
|
|
10099
|
+
"value": {
|
|
10100
|
+
"kind": "expression",
|
|
10101
|
+
"type": "boolean"
|
|
10102
|
+
},
|
|
10103
|
+
"type": "boolean"
|
|
10104
|
+
},
|
|
10112
10105
|
{
|
|
10113
10106
|
"name": "tag",
|
|
10114
10107
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -11796,7 +11789,7 @@
|
|
|
11796
11789
|
"name": "scale",
|
|
11797
11790
|
"description": "",
|
|
11798
11791
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#props",
|
|
11799
|
-
"default": "
|
|
11792
|
+
"default": "0.5",
|
|
11800
11793
|
"value": {
|
|
11801
11794
|
"kind": "expression",
|
|
11802
11795
|
"type": [
|
|
@@ -16317,6 +16310,17 @@
|
|
|
16317
16310
|
]
|
|
16318
16311
|
}
|
|
16319
16312
|
},
|
|
16313
|
+
{
|
|
16314
|
+
"name": "exact",
|
|
16315
|
+
"description": "",
|
|
16316
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
16317
|
+
"default": "false",
|
|
16318
|
+
"value": {
|
|
16319
|
+
"kind": "expression",
|
|
16320
|
+
"type": "boolean"
|
|
16321
|
+
},
|
|
16322
|
+
"type": "boolean"
|
|
16323
|
+
},
|
|
16320
16324
|
{
|
|
16321
16325
|
"name": "value",
|
|
16322
16326
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
@@ -17670,6 +17674,16 @@
|
|
|
17670
17674
|
"type": "string"
|
|
17671
17675
|
}
|
|
17672
17676
|
},
|
|
17677
|
+
{
|
|
17678
|
+
"name": "justify",
|
|
17679
|
+
"description": "",
|
|
17680
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
|
17681
|
+
"default": "'auto'",
|
|
17682
|
+
"value": {
|
|
17683
|
+
"kind": "expression",
|
|
17684
|
+
"type": "string"
|
|
17685
|
+
}
|
|
17686
|
+
},
|
|
17673
17687
|
{
|
|
17674
17688
|
"name": "side",
|
|
17675
17689
|
"description": "",
|