@vuetify/nightly 3.7.3-dev.2024-10-17 → 3.7.3-dev.2024-10-29
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 +69 -69
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +122 -122
- package/dist/json/web-types.json +341 -341
- package/dist/vuetify-labs.css +3110 -3110
- package/dist/vuetify-labs.d.ts +2966 -13801
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2545 -2545
- package/dist/vuetify.d.ts +3010 -12194
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/index.d.mts +4 -20
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +12 -148
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +4 -72
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +4 -24
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +24 -190
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +8 -86
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +4 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +4 -28
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +36 -388
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +143 -389
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +16 -152
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +9 -78
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/index.d.mts +8 -65
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +48 -291
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/index.d.mts +14 -70
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +24 -250
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +98 -394
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +8 -75
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +4 -15
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +8 -47
- package/lib/components/index.d.mts +2950 -12134
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +12 -227
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1015 -2912
- package/package.json +5 -4
@@ -80,7 +80,7 @@
|
|
80
80
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
81
81
|
},
|
82
82
|
"VAlert/position": {
|
83
|
-
"type": "'
|
83
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
84
84
|
"description": "Sets the position for the component."
|
85
85
|
},
|
86
86
|
"VAlert/rounded": {
|
@@ -227,6 +227,10 @@
|
|
227
227
|
"type": "boolean\n",
|
228
228
|
"description": "Removes the button box shadow. This is different than using the 'flat' variant."
|
229
229
|
},
|
230
|
+
"VAppBarNavIcon/replace": {
|
231
|
+
"type": "boolean\n",
|
232
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
233
|
+
},
|
230
234
|
"VAppBarNavIcon/active": {
|
231
235
|
"type": "boolean\n",
|
232
236
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
@@ -328,7 +332,7 @@
|
|
328
332
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
329
333
|
},
|
330
334
|
"VAppBarNavIcon/position": {
|
331
|
-
"type": "'
|
335
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
332
336
|
"description": "Sets the position for the component."
|
333
337
|
},
|
334
338
|
"VAppBarNavIcon/rounded": {
|
@@ -343,10 +347,6 @@
|
|
343
347
|
"type": "string\n",
|
344
348
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
345
349
|
},
|
346
|
-
"VAppBarNavIcon/replace": {
|
347
|
-
"type": "boolean\n",
|
348
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
349
|
-
},
|
350
350
|
"VAppBarNavIcon/exact": {
|
351
351
|
"type": "boolean\n",
|
352
352
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -928,7 +928,7 @@
|
|
928
928
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
929
929
|
},
|
930
930
|
"VBanner/position": {
|
931
|
-
"type": "'
|
931
|
+
"type": "'fixed' | 'sticky' | 'static' | 'relative' | 'absolute'\n",
|
932
932
|
"description": "Sets the position for the component."
|
933
933
|
},
|
934
934
|
"VBanner/rounded": {
|
@@ -1267,6 +1267,10 @@
|
|
1267
1267
|
"type": "string | number\n",
|
1268
1268
|
"description": "Specifies the dividing character between items."
|
1269
1269
|
},
|
1270
|
+
"VBreadcrumbsItem/replace": {
|
1271
|
+
"type": "boolean\n",
|
1272
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1273
|
+
},
|
1270
1274
|
"VBreadcrumbsItem/active": {
|
1271
1275
|
"type": "boolean\n",
|
1272
1276
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
@@ -1295,10 +1299,6 @@
|
|
1295
1299
|
"type": "string\n",
|
1296
1300
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
1297
1301
|
},
|
1298
|
-
"VBreadcrumbsItem/replace": {
|
1299
|
-
"type": "boolean\n",
|
1300
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1301
|
-
},
|
1302
1302
|
"VBreadcrumbsItem/exact": {
|
1303
1303
|
"type": "boolean\n",
|
1304
1304
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -1319,6 +1319,10 @@
|
|
1319
1319
|
"type": "boolean\n",
|
1320
1320
|
"description": "Removes the button box shadow. This is different than using the 'flat' variant."
|
1321
1321
|
},
|
1322
|
+
"VBtn/replace": {
|
1323
|
+
"type": "boolean\n",
|
1324
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1325
|
+
},
|
1322
1326
|
"VBtn/active": {
|
1323
1327
|
"type": "boolean\n",
|
1324
1328
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
@@ -1420,7 +1424,7 @@
|
|
1420
1424
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
1421
1425
|
},
|
1422
1426
|
"VBtn/position": {
|
1423
|
-
"type": "'
|
1427
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
1424
1428
|
"description": "Sets the position for the component."
|
1425
1429
|
},
|
1426
1430
|
"VBtn/rounded": {
|
@@ -1435,10 +1439,6 @@
|
|
1435
1439
|
"type": "string\n",
|
1436
1440
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
1437
1441
|
},
|
1438
|
-
"VBtn/replace": {
|
1439
|
-
"type": "boolean\n",
|
1440
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1441
|
-
},
|
1442
1442
|
"VBtn/exact": {
|
1443
1443
|
"type": "boolean\n",
|
1444
1444
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -1863,6 +1863,14 @@
|
|
1863
1863
|
"type": "boolean\n",
|
1864
1864
|
"description": "Removes the card's elevation."
|
1865
1865
|
},
|
1866
|
+
"VCard/replace": {
|
1867
|
+
"type": "boolean\n",
|
1868
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1869
|
+
},
|
1870
|
+
"VCard/link": {
|
1871
|
+
"type": "boolean\n",
|
1872
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1873
|
+
},
|
1866
1874
|
"VCard/append-avatar": {
|
1867
1875
|
"type": "string\n",
|
1868
1876
|
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
|
@@ -1879,10 +1887,6 @@
|
|
1879
1887
|
"type": "boolean\n",
|
1880
1888
|
"description": "Applies **4dp** of elevation when hovered (default 2dp). You can find more information on the [elevation page](/styles/elevation)."
|
1881
1889
|
},
|
1882
|
-
"VCard/link": {
|
1883
|
-
"type": "boolean\n",
|
1884
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1885
|
-
},
|
1886
1890
|
"VCard/prepend-avatar": {
|
1887
1891
|
"type": "string\n",
|
1888
1892
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
@@ -1940,7 +1944,7 @@
|
|
1940
1944
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
1941
1945
|
},
|
1942
1946
|
"VCard/position": {
|
1943
|
-
"type": "'
|
1947
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
1944
1948
|
"description": "Sets the position for the component."
|
1945
1949
|
},
|
1946
1950
|
"VCard/rounded": {
|
@@ -1955,10 +1959,6 @@
|
|
1955
1959
|
"type": "string\n",
|
1956
1960
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
1957
1961
|
},
|
1958
|
-
"VCard/replace": {
|
1959
|
-
"type": "boolean\n",
|
1960
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1961
|
-
},
|
1962
1962
|
"VCard/exact": {
|
1963
1963
|
"type": "boolean\n",
|
1964
1964
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -2511,6 +2511,14 @@
|
|
2511
2511
|
"type": "boolean\n",
|
2512
2512
|
"description": "Displays a selection icon when selected."
|
2513
2513
|
},
|
2514
|
+
"VChip/replace": {
|
2515
|
+
"type": "boolean\n",
|
2516
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
2517
|
+
},
|
2518
|
+
"VChip/link": {
|
2519
|
+
"type": "boolean\n",
|
2520
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
2521
|
+
},
|
2514
2522
|
"VChip/active-class": {
|
2515
2523
|
"type": "string\n",
|
2516
2524
|
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
@@ -2543,10 +2551,6 @@
|
|
2543
2551
|
"type": "string\n",
|
2544
2552
|
"description": "Change the default icon used for **filter** chips."
|
2545
2553
|
},
|
2546
|
-
"VChip/link": {
|
2547
|
-
"type": "boolean\n",
|
2548
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
2549
|
-
},
|
2550
2554
|
"VChip/pill": {
|
2551
2555
|
"type": "boolean\n",
|
2552
2556
|
"description": "Remove `v-avatar` padding."
|
@@ -2607,10 +2611,6 @@
|
|
2607
2611
|
"type": "string\n",
|
2608
2612
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
2609
2613
|
},
|
2610
|
-
"VChip/replace": {
|
2611
|
-
"type": "boolean\n",
|
2612
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
2613
|
-
},
|
2614
2614
|
"VChip/exact": {
|
2615
2615
|
"type": "boolean\n",
|
2616
2616
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -4540,7 +4540,7 @@
|
|
4540
4540
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
4541
4541
|
},
|
4542
4542
|
"VDateInput/position": {
|
4543
|
-
"type": "'
|
4543
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
4544
4544
|
"description": "Sets the position for the component."
|
4545
4545
|
},
|
4546
4546
|
"VDateInput/tag": {
|
@@ -5499,6 +5499,10 @@
|
|
5499
5499
|
"type": "boolean\n",
|
5500
5500
|
"description": "Removes the button box shadow. This is different than using the 'flat' variant."
|
5501
5501
|
},
|
5502
|
+
"VFab/replace": {
|
5503
|
+
"type": "boolean\n",
|
5504
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
5505
|
+
},
|
5502
5506
|
"VFab/app": {
|
5503
5507
|
"type": "boolean\n",
|
5504
5508
|
"description": "If true, attaches to the closest layout and positions according to the value of **location**."
|
@@ -5624,7 +5628,7 @@
|
|
5624
5628
|
"description": "The location of the fab relative to the layout. Only works when using **app**."
|
5625
5629
|
},
|
5626
5630
|
"VFab/position": {
|
5627
|
-
"type": "'
|
5631
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
5628
5632
|
"description": "Sets the position for the component."
|
5629
5633
|
},
|
5630
5634
|
"VFab/absolute": {
|
@@ -5643,10 +5647,6 @@
|
|
5643
5647
|
"type": "string\n",
|
5644
5648
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
5645
5649
|
},
|
5646
|
-
"VFab/replace": {
|
5647
|
-
"type": "boolean\n",
|
5648
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
5649
|
-
},
|
5650
5650
|
"VFab/exact": {
|
5651
5651
|
"type": "boolean\n",
|
5652
5652
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -6823,6 +6823,14 @@
|
|
6823
6823
|
"type": "string | number\n",
|
6824
6824
|
"description": "Specify a subtitle text for the component."
|
6825
6825
|
},
|
6826
|
+
"VListItem/replace": {
|
6827
|
+
"type": "boolean\n",
|
6828
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
6829
|
+
},
|
6830
|
+
"VListItem/link": {
|
6831
|
+
"type": "boolean\n",
|
6832
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
6833
|
+
},
|
6826
6834
|
"VListItem/active": {
|
6827
6835
|
"type": "boolean\n",
|
6828
6836
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
@@ -6851,10 +6859,6 @@
|
|
6851
6859
|
"type": "boolean\n",
|
6852
6860
|
"description": "Removes the ability to click or target the component."
|
6853
6861
|
},
|
6854
|
-
"VListItem/link": {
|
6855
|
-
"type": "boolean\n",
|
6856
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
6857
|
-
},
|
6858
6862
|
"VListItem/nav": {
|
6859
6863
|
"type": "boolean\n",
|
6860
6864
|
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
@@ -6927,10 +6931,6 @@
|
|
6927
6931
|
"type": "string\n",
|
6928
6932
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
6929
6933
|
},
|
6930
|
-
"VListItem/replace": {
|
6931
|
-
"type": "boolean\n",
|
6932
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
6933
|
-
},
|
6934
6934
|
"VListItem/exact": {
|
6935
6935
|
"type": "boolean\n",
|
6936
6936
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -7360,7 +7360,7 @@
|
|
7360
7360
|
"description": "Removes box shadow when using a variant with elevation."
|
7361
7361
|
},
|
7362
7362
|
"VNumberInput/control-variant": {
|
7363
|
-
"type": "'default' | '
|
7363
|
+
"type": "'default' | 'split' | 'stacked'\n",
|
7364
7364
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
|
7365
7365
|
},
|
7366
7366
|
"VNumberInput/inset": {
|
@@ -8000,7 +8000,7 @@
|
|
8000
8000
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
8001
8001
|
},
|
8002
8002
|
"VPicker/position": {
|
8003
|
-
"type": "'
|
8003
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
8004
8004
|
"description": "Sets the position for the component."
|
8005
8005
|
},
|
8006
8006
|
"VPicker/rounded": {
|
@@ -9392,7 +9392,7 @@
|
|
9392
9392
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
9393
9393
|
},
|
9394
9394
|
"VSheet/position": {
|
9395
|
-
"type": "'
|
9395
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
9396
9396
|
"description": "Sets the position for the component."
|
9397
9397
|
},
|
9398
9398
|
"VSheet/rounded": {
|
@@ -9840,7 +9840,7 @@
|
|
9840
9840
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
9841
9841
|
},
|
9842
9842
|
"VSnackbar/position": {
|
9843
|
-
"type": "'
|
9843
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
9844
9844
|
"description": "Sets the position for the component."
|
9845
9845
|
},
|
9846
9846
|
"VSnackbar/absolute": {
|
@@ -10008,7 +10008,7 @@
|
|
10008
10008
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
10009
10009
|
},
|
10010
10010
|
"VSnackbarQueue/position": {
|
10011
|
-
"type": "'
|
10011
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
10012
10012
|
"description": "Sets the position for the component."
|
10013
10013
|
},
|
10014
10014
|
"VSnackbarQueue/absolute": {
|
@@ -10060,7 +10060,7 @@
|
|
10060
10060
|
"description": "Sets the overlay opacity."
|
10061
10061
|
},
|
10062
10062
|
"VSnackbarQueue/model-value": {
|
10063
|
-
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: '
|
10063
|
+
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: PropertyKey\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
|
10064
10064
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
10065
10065
|
},
|
10066
10066
|
"VSnackbarQueue/z-index": {
|
@@ -10248,7 +10248,7 @@
|
|
10248
10248
|
"description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
|
10249
10249
|
},
|
10250
10250
|
"VSpeedDial/activator": {
|
10251
|
-
"type": "(string & {}) |
|
10251
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
10252
10252
|
"description": "Explicitly sets the overlay's activator."
|
10253
10253
|
},
|
10254
10254
|
"VSpeedDial/id": {
|
@@ -10304,7 +10304,7 @@
|
|
10304
10304
|
"description": "The z-index used for the component."
|
10305
10305
|
},
|
10306
10306
|
"VSpeedDial/target": {
|
10307
|
-
"type": " | (string & {})\n |
|
10307
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
10308
10308
|
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
|
10309
10309
|
},
|
10310
10310
|
"VSpeedDial/activator-props": {
|
@@ -10516,7 +10516,7 @@
|
|
10516
10516
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
10517
10517
|
},
|
10518
10518
|
"VStepper/position": {
|
10519
|
-
"type": "'
|
10519
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
10520
10520
|
"description": "Sets the position for the component."
|
10521
10521
|
},
|
10522
10522
|
"VStepper/rounded": {
|
@@ -11195,6 +11195,10 @@
|
|
11195
11195
|
"type": "string\n",
|
11196
11196
|
"description": "Specify a theme for this component and all of its children."
|
11197
11197
|
},
|
11198
|
+
"VTab/replace": {
|
11199
|
+
"type": "boolean\n",
|
11200
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
11201
|
+
},
|
11198
11202
|
"VTab/fixed": {
|
11199
11203
|
"type": "boolean\n",
|
11200
11204
|
"description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
|
@@ -11311,10 +11315,6 @@
|
|
11311
11315
|
"type": "string\n",
|
11312
11316
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
11313
11317
|
},
|
11314
|
-
"VTab/replace": {
|
11315
|
-
"type": "boolean\n",
|
11316
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
11317
|
-
},
|
11318
11318
|
"VTab/exact": {
|
11319
11319
|
"type": "boolean\n",
|
11320
11320
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -12076,7 +12076,7 @@
|
|
12076
12076
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
12077
12077
|
},
|
12078
12078
|
"VTimePicker/position": {
|
12079
|
-
"type": "'
|
12079
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
12080
12080
|
"description": "Sets the position for the component."
|
12081
12081
|
},
|
12082
12082
|
"VTimePicker/rounded": {
|
@@ -12855,6 +12855,14 @@
|
|
12855
12855
|
"type": "string | number\n",
|
12856
12856
|
"description": "Specify a subtitle text for the component."
|
12857
12857
|
},
|
12858
|
+
"VTreeviewItem/replace": {
|
12859
|
+
"type": "boolean\n",
|
12860
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
12861
|
+
},
|
12862
|
+
"VTreeviewItem/link": {
|
12863
|
+
"type": "boolean\n",
|
12864
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
12865
|
+
},
|
12858
12866
|
"VTreeviewItem/loading": {
|
12859
12867
|
"type": "boolean\n",
|
12860
12868
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))"
|
@@ -12891,10 +12899,6 @@
|
|
12891
12899
|
"type": "boolean\n",
|
12892
12900
|
"description": "Removes the ability to click or target the component."
|
12893
12901
|
},
|
12894
|
-
"VTreeviewItem/link": {
|
12895
|
-
"type": "boolean\n",
|
12896
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
12897
|
-
},
|
12898
12902
|
"VTreeviewItem/nav": {
|
12899
12903
|
"type": "boolean\n",
|
12900
12904
|
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
@@ -12967,10 +12971,6 @@
|
|
12967
12971
|
"type": "string\n",
|
12968
12972
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
12969
12973
|
},
|
12970
|
-
"VTreeviewItem/replace": {
|
12971
|
-
"type": "boolean\n",
|
12972
|
-
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
12973
|
-
},
|
12974
12974
|
"VTreeviewItem/exact": {
|
12975
12975
|
"type": "boolean\n",
|
12976
12976
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
@@ -1,13 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VPicker": {
|
4
|
-
"from": "labs/VPicker/index.mjs",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VPickerTitle": {
|
8
|
-
"from": "labs/VPicker/index.mjs",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
3
|
"VCalendar": {
|
12
4
|
"from": "labs/VCalendar/index.mjs",
|
13
5
|
"styles": []
|
@@ -48,6 +40,14 @@
|
|
48
40
|
"from": "labs/VStepperVertical/index.mjs",
|
49
41
|
"styles": []
|
50
42
|
},
|
43
|
+
"VPicker": {
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VPickerTitle": {
|
48
|
+
"from": "labs/VPicker/index.mjs",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
51
|
"VTimePicker": {
|
52
52
|
"from": "labs/VTimePicker/index.mjs",
|
53
53
|
"styles": []
|