vuetify 3.6.3 → 3.6.5
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +489 -61
- package/dist/json/importMap-labs.json +30 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +123 -1
- package/dist/json/web-types.json +1915 -198
- package/dist/vuetify-labs.css +3151 -2738
- package/dist/vuetify-labs.d.ts +3424 -1434
- package/dist/vuetify-labs.esm.js +483 -173
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +482 -172
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +957 -616
- package/dist/vuetify.d.ts +1451 -1380
- package/dist/vuetify.esm.js +171 -99
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +170 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +982 -978
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +3 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +187 -158
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VBanner/index.d.mts +11 -11
- package/lib/components/VBottomSheet/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.css +3 -1
- package/lib/components/VBtn/index.d.mts +2 -0
- package/lib/components/VCard/VCard.css +3 -1
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +3 -1
- package/lib/components/VChipGroup/index.d.mts +11 -11
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +187 -158
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +2 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +130 -71
- package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +126 -126
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -4
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +82 -27
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +9 -9
- package/lib/components/VImg/index.d.mts +6 -6
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +3 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +76 -52
- package/lib/components/VMenu/index.d.mts +126 -126
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +19 -13
- package/lib/components/VOverlay/VOverlay.mjs +2 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +42 -42
- package/lib/components/VOverlay/useActivator.mjs +5 -5
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +187 -158
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +13 -11
- package/lib/components/VSlider/VSliderThumb.css +5 -0
- package/lib/components/VSlider/VSliderThumb.sass +3 -0
- package/lib/components/VSlider/VSliderTrack.css +15 -0
- package/lib/components/VSlider/VSliderTrack.sass +9 -0
- package/lib/components/VSnackbar/VSnackbar.css +3 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +126 -126
- package/lib/components/VSpeedDial/index.d.mts +42 -42
- package/lib/components/VStepper/VStepper.mjs +17 -8
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +47 -0
- package/lib/components/VStepper/VStepperItem.mjs +10 -5
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +18 -0
- package/lib/components/VStepper/VStepperWindow.mjs +2 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VTabs/VTabs.mjs +8 -3
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +2 -1
- package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +13 -11
- package/lib/components/VToolbar/VToolbar.css +5 -5
- package/lib/components/VToolbar/_variables.scss +3 -3
- package/lib/components/VTooltip/index.d.mts +126 -126
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +2 -0
- package/lib/components/index.d.mts +1393 -1325
- package/lib/composables/component.mjs +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/display.mjs +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/group.mjs +8 -0
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +16 -10
- package/lib/composables/nested/activeStrategies.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +7 -5
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +5 -5
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +58 -55
- package/lib/labs/VCalendar/VCalendar.css +5 -1
- package/lib/labs/VCalendar/VCalendar.sass +3 -2
- package/lib/labs/VCalendar/_variables.scss +8 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +402 -34
- package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +106 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +38 -0
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.css +69 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +134 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +74 -0
- package/lib/labs/VStepperVertical/_variables.scss +3 -0
- package/lib/labs/VStepperVertical/index.d.mts +1590 -0
- package/lib/labs/VStepperVertical/index.mjs +4 -0
- package/lib/labs/VStepperVertical/index.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +88 -64
- package/lib/labs/components.d.mts +2303 -339
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +1 -0
- package/lib/styles/main.css +260 -0
- package/lib/styles/tools/_variant.sass +3 -1
- package/lib/util/helpers.mjs +16 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -3
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.6.
|
|
5
|
+
"version": "3.6.5",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
"name": "mobile",
|
|
2907
2907
|
"description": "Applies the mobile banner styles.",
|
|
2908
2908
|
"doc-url": "https://vuetifyjs.com/api/VBanner#props",
|
|
2909
|
-
"default": "
|
|
2909
|
+
"default": "false",
|
|
2910
2910
|
"value": {
|
|
2911
2911
|
"kind": "expression",
|
|
2912
2912
|
"type": "boolean"
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
},
|
|
2915
2915
|
{
|
|
2916
2916
|
"name": "mobileBreakpoint",
|
|
2917
|
-
"description": "Overrides the display configuration default.",
|
|
2917
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
|
2918
2918
|
"doc-url": "https://vuetifyjs.com/api/VBanner#props",
|
|
2919
2919
|
"value": {
|
|
2920
2920
|
"kind": "expression",
|
|
@@ -3504,7 +3504,7 @@
|
|
|
3504
3504
|
"name": "modelValue",
|
|
3505
3505
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
3506
3506
|
"doc-url": "https://vuetifyjs.com/api/VBottomSheet#props",
|
|
3507
|
-
"default": "
|
|
3507
|
+
"default": "false",
|
|
3508
3508
|
"value": {
|
|
3509
3509
|
"kind": "expression",
|
|
3510
3510
|
"type": "boolean"
|
|
@@ -3798,7 +3798,7 @@
|
|
|
3798
3798
|
},
|
|
3799
3799
|
{
|
|
3800
3800
|
"name": "targetRef",
|
|
3801
|
-
"type": "
|
|
3801
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
|
|
3802
3802
|
}
|
|
3803
3803
|
]
|
|
3804
3804
|
}
|
|
@@ -6823,7 +6823,7 @@
|
|
|
6823
6823
|
},
|
|
6824
6824
|
{
|
|
6825
6825
|
"name": "lazySrc",
|
|
6826
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
|
6826
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
|
|
6827
6827
|
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
|
6828
6828
|
"value": {
|
|
6829
6829
|
"kind": "expression",
|
|
@@ -6892,7 +6892,7 @@
|
|
|
6892
6892
|
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
|
6893
6893
|
"value": {
|
|
6894
6894
|
"kind": "expression",
|
|
6895
|
-
"type": "
|
|
6895
|
+
"type": "any"
|
|
6896
6896
|
}
|
|
6897
6897
|
},
|
|
6898
6898
|
{
|
|
@@ -8647,9 +8647,9 @@
|
|
|
8647
8647
|
},
|
|
8648
8648
|
{
|
|
8649
8649
|
"name": "mobile",
|
|
8650
|
-
"description": "
|
|
8650
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
8651
8651
|
"doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
|
|
8652
|
-
"default": "
|
|
8652
|
+
"default": "false",
|
|
8653
8653
|
"value": {
|
|
8654
8654
|
"kind": "expression",
|
|
8655
8655
|
"type": "boolean"
|
|
@@ -11525,9 +11525,9 @@
|
|
|
11525
11525
|
},
|
|
11526
11526
|
{
|
|
11527
11527
|
"name": "mobile",
|
|
11528
|
-
"description": "
|
|
11528
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
11529
11529
|
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11530
|
-
"default": "
|
|
11530
|
+
"default": "false",
|
|
11531
11531
|
"value": {
|
|
11532
11532
|
"kind": "expression",
|
|
11533
11533
|
"type": "boolean"
|
|
@@ -11614,7 +11614,7 @@
|
|
|
11614
11614
|
},
|
|
11615
11615
|
{
|
|
11616
11616
|
"name": "mobileBreakpoint",
|
|
11617
|
-
"description": "Overrides the display configuration default.",
|
|
11617
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
|
11618
11618
|
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11619
11619
|
"value": {
|
|
11620
11620
|
"kind": "expression",
|
|
@@ -11630,6 +11630,26 @@
|
|
|
11630
11630
|
"type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
|
|
11631
11631
|
}
|
|
11632
11632
|
},
|
|
11633
|
+
{
|
|
11634
|
+
"name": "hideDefaultFooter",
|
|
11635
|
+
"description": "Hides the default footer. This has no effect on `v-data-table-virtual`.",
|
|
11636
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11637
|
+
"default": "false",
|
|
11638
|
+
"value": {
|
|
11639
|
+
"kind": "expression",
|
|
11640
|
+
"type": "boolean"
|
|
11641
|
+
}
|
|
11642
|
+
},
|
|
11643
|
+
{
|
|
11644
|
+
"name": "hideDefaultHeader",
|
|
11645
|
+
"description": "Hides the default header.",
|
|
11646
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11647
|
+
"default": "false",
|
|
11648
|
+
"value": {
|
|
11649
|
+
"kind": "expression",
|
|
11650
|
+
"type": "boolean"
|
|
11651
|
+
}
|
|
11652
|
+
},
|
|
11633
11653
|
{
|
|
11634
11654
|
"name": "search",
|
|
11635
11655
|
"description": "Text input used to filter items.",
|
|
@@ -13448,9 +13468,9 @@
|
|
|
13448
13468
|
},
|
|
13449
13469
|
{
|
|
13450
13470
|
"name": "mobile",
|
|
13451
|
-
"description": "
|
|
13471
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
13452
13472
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
|
13453
|
-
"default": "
|
|
13473
|
+
"default": "false",
|
|
13454
13474
|
"value": {
|
|
13455
13475
|
"kind": "expression",
|
|
13456
13476
|
"type": "boolean"
|
|
@@ -13458,7 +13478,7 @@
|
|
|
13458
13478
|
},
|
|
13459
13479
|
{
|
|
13460
13480
|
"name": "mobileBreakpoint",
|
|
13461
|
-
"description": "Overrides the display configuration default.",
|
|
13481
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
|
13462
13482
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
|
13463
13483
|
"value": {
|
|
13464
13484
|
"kind": "expression",
|
|
@@ -13679,9 +13699,9 @@
|
|
|
13679
13699
|
},
|
|
13680
13700
|
{
|
|
13681
13701
|
"name": "mobile",
|
|
13682
|
-
"description": "
|
|
13702
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
13683
13703
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
|
13684
|
-
"default": "
|
|
13704
|
+
"default": "false",
|
|
13685
13705
|
"value": {
|
|
13686
13706
|
"kind": "expression",
|
|
13687
13707
|
"type": "boolean"
|
|
@@ -13698,7 +13718,7 @@
|
|
|
13698
13718
|
},
|
|
13699
13719
|
{
|
|
13700
13720
|
"name": "mobileBreakpoint",
|
|
13701
|
-
"description": "Overrides the display configuration default.",
|
|
13721
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
|
13702
13722
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
|
13703
13723
|
"value": {
|
|
13704
13724
|
"kind": "expression",
|
|
@@ -13909,9 +13929,9 @@
|
|
|
13909
13929
|
},
|
|
13910
13930
|
{
|
|
13911
13931
|
"name": "mobile",
|
|
13912
|
-
"description": "
|
|
13932
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
13913
13933
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
|
|
13914
|
-
"default": "
|
|
13934
|
+
"default": "false",
|
|
13915
13935
|
"value": {
|
|
13916
13936
|
"kind": "expression",
|
|
13917
13937
|
"type": "boolean"
|
|
@@ -13969,7 +13989,7 @@
|
|
|
13969
13989
|
},
|
|
13970
13990
|
{
|
|
13971
13991
|
"name": "mobileBreakpoint",
|
|
13972
|
-
"description": "Overrides the display configuration default.",
|
|
13992
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
|
13973
13993
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
|
|
13974
13994
|
"value": {
|
|
13975
13995
|
"kind": "expression",
|
|
@@ -14257,9 +14277,9 @@
|
|
|
14257
14277
|
},
|
|
14258
14278
|
{
|
|
14259
14279
|
"name": "mobile",
|
|
14260
|
-
"description": "
|
|
14280
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
14261
14281
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14262
|
-
"default": "
|
|
14282
|
+
"default": "false",
|
|
14263
14283
|
"value": {
|
|
14264
14284
|
"kind": "expression",
|
|
14265
14285
|
"type": "boolean"
|
|
@@ -14355,7 +14375,7 @@
|
|
|
14355
14375
|
},
|
|
14356
14376
|
{
|
|
14357
14377
|
"name": "mobileBreakpoint",
|
|
14358
|
-
"description": "Overrides the display configuration default.",
|
|
14378
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
|
14359
14379
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14360
14380
|
"value": {
|
|
14361
14381
|
"kind": "expression",
|
|
@@ -14371,6 +14391,26 @@
|
|
|
14371
14391
|
"type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
|
|
14372
14392
|
}
|
|
14373
14393
|
},
|
|
14394
|
+
{
|
|
14395
|
+
"name": "hideDefaultFooter",
|
|
14396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
14397
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14398
|
+
"default": "false",
|
|
14399
|
+
"value": {
|
|
14400
|
+
"kind": "expression",
|
|
14401
|
+
"type": "boolean"
|
|
14402
|
+
}
|
|
14403
|
+
},
|
|
14404
|
+
{
|
|
14405
|
+
"name": "hideDefaultHeader",
|
|
14406
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
14407
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14408
|
+
"default": "false",
|
|
14409
|
+
"value": {
|
|
14410
|
+
"kind": "expression",
|
|
14411
|
+
"type": "boolean"
|
|
14412
|
+
}
|
|
14413
|
+
},
|
|
14374
14414
|
{
|
|
14375
14415
|
"name": "search",
|
|
14376
14416
|
"description": "Text input used to filter items.",
|
|
@@ -16078,9 +16118,9 @@
|
|
|
16078
16118
|
},
|
|
16079
16119
|
{
|
|
16080
16120
|
"name": "mobile",
|
|
16081
|
-
"description": "
|
|
16121
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
16082
16122
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16083
|
-
"default": "
|
|
16123
|
+
"default": "false",
|
|
16084
16124
|
"value": {
|
|
16085
16125
|
"kind": "expression",
|
|
16086
16126
|
"type": "boolean"
|
|
@@ -16147,7 +16187,7 @@
|
|
|
16147
16187
|
},
|
|
16148
16188
|
{
|
|
16149
16189
|
"name": "mobileBreakpoint",
|
|
16150
|
-
"description": "Overrides the display configuration default.",
|
|
16190
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
|
|
16151
16191
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16152
16192
|
"value": {
|
|
16153
16193
|
"kind": "expression",
|
|
@@ -16163,6 +16203,26 @@
|
|
|
16163
16203
|
"type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
|
|
16164
16204
|
}
|
|
16165
16205
|
},
|
|
16206
|
+
{
|
|
16207
|
+
"name": "hideDefaultFooter",
|
|
16208
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
16209
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16210
|
+
"default": "false",
|
|
16211
|
+
"value": {
|
|
16212
|
+
"kind": "expression",
|
|
16213
|
+
"type": "boolean"
|
|
16214
|
+
}
|
|
16215
|
+
},
|
|
16216
|
+
{
|
|
16217
|
+
"name": "hideDefaultHeader",
|
|
16218
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
16219
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16220
|
+
"default": "false",
|
|
16221
|
+
"value": {
|
|
16222
|
+
"kind": "expression",
|
|
16223
|
+
"type": "boolean"
|
|
16224
|
+
}
|
|
16225
|
+
},
|
|
16166
16226
|
{
|
|
16167
16227
|
"name": "search",
|
|
16168
16228
|
"description": "Text input used to filter items.",
|
|
@@ -17009,7 +17069,7 @@
|
|
|
17009
17069
|
},
|
|
17010
17070
|
{
|
|
17011
17071
|
"name": "body.prepend",
|
|
17012
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#
|
|
17072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
|
|
17013
17073
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
17014
17074
|
"vue-properties": [
|
|
17015
17075
|
{
|
|
@@ -17084,7 +17144,7 @@
|
|
|
17084
17144
|
},
|
|
17085
17145
|
{
|
|
17086
17146
|
"name": "body.append",
|
|
17087
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#
|
|
17147
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
|
|
17088
17148
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
17089
17149
|
"vue-properties": [
|
|
17090
17150
|
{
|
|
@@ -19494,7 +19554,7 @@
|
|
|
19494
19554
|
"name": "modelValue",
|
|
19495
19555
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
19496
19556
|
"doc-url": "https://vuetifyjs.com/api/VDialog#props",
|
|
19497
|
-
"default": "
|
|
19557
|
+
"default": "false",
|
|
19498
19558
|
"value": {
|
|
19499
19559
|
"kind": "expression",
|
|
19500
19560
|
"type": "boolean"
|
|
@@ -19799,7 +19859,7 @@
|
|
|
19799
19859
|
},
|
|
19800
19860
|
{
|
|
19801
19861
|
"name": "targetRef",
|
|
19802
|
-
"type": "
|
|
19862
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
|
|
19803
19863
|
}
|
|
19804
19864
|
]
|
|
19805
19865
|
}
|
|
@@ -20598,7 +20658,7 @@
|
|
|
20598
20658
|
},
|
|
20599
20659
|
{
|
|
20600
20660
|
"name": "static",
|
|
20601
|
-
"description": "
|
|
20661
|
+
"description": "Remove title size expansion when selected.",
|
|
20602
20662
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
|
20603
20663
|
"default": "false",
|
|
20604
20664
|
"value": {
|
|
@@ -20765,7 +20825,7 @@
|
|
|
20765
20825
|
},
|
|
20766
20826
|
{
|
|
20767
20827
|
"name": "static",
|
|
20768
|
-
"description": "
|
|
20828
|
+
"description": "Remove title size expansion when selected.",
|
|
20769
20829
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
|
20770
20830
|
"default": "false",
|
|
20771
20831
|
"value": {
|
|
@@ -21057,7 +21117,7 @@
|
|
|
21057
21117
|
},
|
|
21058
21118
|
{
|
|
21059
21119
|
"name": "static",
|
|
21060
|
-
"description": "
|
|
21120
|
+
"description": "Remove title size expansion when selected.",
|
|
21061
21121
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
|
21062
21122
|
"default": "false",
|
|
21063
21123
|
"value": {
|
|
@@ -21132,7 +21192,17 @@
|
|
|
21132
21192
|
{
|
|
21133
21193
|
"name": "default",
|
|
21134
21194
|
"description": "The default Vue slot.",
|
|
21135
|
-
"doc-url": "https://vuetifyjs.com/api/v-expansion-panels#slots"
|
|
21195
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panels#slots",
|
|
21196
|
+
"vue-properties": [
|
|
21197
|
+
{
|
|
21198
|
+
"name": "prev",
|
|
21199
|
+
"type": "() => void"
|
|
21200
|
+
},
|
|
21201
|
+
{
|
|
21202
|
+
"name": "next",
|
|
21203
|
+
"type": "() => void"
|
|
21204
|
+
}
|
|
21205
|
+
]
|
|
21136
21206
|
}
|
|
21137
21207
|
],
|
|
21138
21208
|
"vue-model": {
|
|
@@ -23668,7 +23738,7 @@
|
|
|
23668
23738
|
},
|
|
23669
23739
|
{
|
|
23670
23740
|
"name": "lazySrc",
|
|
23671
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
|
23741
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
|
|
23672
23742
|
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
|
23673
23743
|
"value": {
|
|
23674
23744
|
"kind": "expression",
|
|
@@ -23737,7 +23807,7 @@
|
|
|
23737
23807
|
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
|
23738
23808
|
"value": {
|
|
23739
23809
|
"kind": "expression",
|
|
23740
|
-
"type": "
|
|
23810
|
+
"type": "any"
|
|
23741
23811
|
}
|
|
23742
23812
|
},
|
|
23743
23813
|
{
|
|
@@ -25451,69 +25521,69 @@
|
|
|
25451
25521
|
}
|
|
25452
25522
|
},
|
|
25453
25523
|
{
|
|
25454
|
-
"name": "
|
|
25455
|
-
"description": "
|
|
25524
|
+
"name": "opened",
|
|
25525
|
+
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`.",
|
|
25456
25526
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
25457
|
-
"default": "false",
|
|
25458
25527
|
"value": {
|
|
25459
25528
|
"kind": "expression",
|
|
25460
|
-
"type": "
|
|
25529
|
+
"type": "unknown"
|
|
25461
25530
|
}
|
|
25462
25531
|
},
|
|
25463
25532
|
{
|
|
25464
|
-
"name": "
|
|
25465
|
-
"description": "
|
|
25533
|
+
"name": "activated",
|
|
25534
|
+
"description": "Array of ids of activated nodes.",
|
|
25466
25535
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
25467
25536
|
"value": {
|
|
25468
25537
|
"kind": "expression",
|
|
25469
|
-
"type": "
|
|
25538
|
+
"type": "any"
|
|
25470
25539
|
}
|
|
25471
25540
|
},
|
|
25472
25541
|
{
|
|
25473
|
-
"name": "
|
|
25474
|
-
"description": "
|
|
25542
|
+
"name": "selected",
|
|
25543
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
|
|
25475
25544
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
25476
|
-
"default": "'single-leaf'",
|
|
25477
25545
|
"value": {
|
|
25478
25546
|
"kind": "expression",
|
|
25479
|
-
"type": "
|
|
25547
|
+
"type": "unknown"
|
|
25480
25548
|
}
|
|
25481
25549
|
},
|
|
25482
25550
|
{
|
|
25483
|
-
"name": "
|
|
25484
|
-
"description": "
|
|
25551
|
+
"name": "mandatory",
|
|
25552
|
+
"description": "Forces at least one item to always be selected (if available).",
|
|
25485
25553
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
25486
|
-
"default": "
|
|
25554
|
+
"default": "false",
|
|
25487
25555
|
"value": {
|
|
25488
25556
|
"kind": "expression",
|
|
25489
|
-
"type": "
|
|
25557
|
+
"type": "boolean"
|
|
25490
25558
|
}
|
|
25491
25559
|
},
|
|
25492
25560
|
{
|
|
25493
|
-
"name": "
|
|
25494
|
-
"description": "
|
|
25561
|
+
"name": "activeStrategy",
|
|
25562
|
+
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
|
|
25495
25563
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
25496
25564
|
"value": {
|
|
25497
25565
|
"kind": "expression",
|
|
25498
|
-
"type": "
|
|
25566
|
+
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)"
|
|
25499
25567
|
}
|
|
25500
25568
|
},
|
|
25501
25569
|
{
|
|
25502
|
-
"name": "
|
|
25503
|
-
"description": "
|
|
25570
|
+
"name": "selectStrategy",
|
|
25571
|
+
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
|
|
25504
25572
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
25573
|
+
"default": "'single-leaf'",
|
|
25505
25574
|
"value": {
|
|
25506
25575
|
"kind": "expression",
|
|
25507
|
-
"type": "
|
|
25576
|
+
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
|
|
25508
25577
|
}
|
|
25509
25578
|
},
|
|
25510
25579
|
{
|
|
25511
|
-
"name": "
|
|
25512
|
-
"description": "
|
|
25580
|
+
"name": "openStrategy",
|
|
25581
|
+
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
|
|
25513
25582
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
25583
|
+
"default": "'list'",
|
|
25514
25584
|
"value": {
|
|
25515
25585
|
"kind": "expression",
|
|
25516
|
-
"type": "
|
|
25586
|
+
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
|
|
25517
25587
|
}
|
|
25518
25588
|
},
|
|
25519
25589
|
{
|
|
@@ -25744,7 +25814,7 @@
|
|
|
25744
25814
|
"arguments": [
|
|
25745
25815
|
{
|
|
25746
25816
|
"name": "argument",
|
|
25747
|
-
"type": "[unknown
|
|
25817
|
+
"type": "[unknown]\n"
|
|
25748
25818
|
}
|
|
25749
25819
|
]
|
|
25750
25820
|
},
|
|
@@ -25755,7 +25825,7 @@
|
|
|
25755
25825
|
"arguments": [
|
|
25756
25826
|
{
|
|
25757
25827
|
"name": "argument",
|
|
25758
|
-
"type": "[unknown
|
|
25828
|
+
"type": "[unknown]\n"
|
|
25759
25829
|
}
|
|
25760
25830
|
]
|
|
25761
25831
|
},
|
|
@@ -25766,7 +25836,7 @@
|
|
|
25766
25836
|
"arguments": [
|
|
25767
25837
|
{
|
|
25768
25838
|
"name": "argument",
|
|
25769
|
-
"type": "[unknown
|
|
25839
|
+
"type": "[unknown]\n"
|
|
25770
25840
|
}
|
|
25771
25841
|
]
|
|
25772
25842
|
},
|
|
@@ -26403,9 +26473,10 @@
|
|
|
26403
26473
|
"name": "lines",
|
|
26404
26474
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
|
|
26405
26475
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
|
26476
|
+
"default": "false",
|
|
26406
26477
|
"value": {
|
|
26407
26478
|
"kind": "expression",
|
|
26408
|
-
"type": "'one' | 'two' | 'three'"
|
|
26479
|
+
"type": "false | 'one' | 'two' | 'three'"
|
|
26409
26480
|
}
|
|
26410
26481
|
}
|
|
26411
26482
|
],
|
|
@@ -27037,7 +27108,7 @@
|
|
|
27037
27108
|
"name": "modelValue",
|
|
27038
27109
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
27039
27110
|
"doc-url": "https://vuetifyjs.com/api/VMenu#props",
|
|
27040
|
-
"default": "
|
|
27111
|
+
"default": "false",
|
|
27041
27112
|
"value": {
|
|
27042
27113
|
"kind": "expression",
|
|
27043
27114
|
"type": "boolean"
|
|
@@ -27333,7 +27404,7 @@
|
|
|
27333
27404
|
},
|
|
27334
27405
|
{
|
|
27335
27406
|
"name": "targetRef",
|
|
27336
|
-
"type": "
|
|
27407
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
|
|
27337
27408
|
}
|
|
27338
27409
|
]
|
|
27339
27410
|
}
|
|
@@ -27618,7 +27689,7 @@
|
|
|
27618
27689
|
},
|
|
27619
27690
|
{
|
|
27620
27691
|
"name": "mobile",
|
|
27621
|
-
"description": "
|
|
27692
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
27622
27693
|
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
|
27623
27694
|
"default": "null",
|
|
27624
27695
|
"value": {
|
|
@@ -27803,6 +27874,26 @@
|
|
|
27803
27874
|
"type": "string"
|
|
27804
27875
|
}
|
|
27805
27876
|
},
|
|
27877
|
+
{
|
|
27878
|
+
"name": "counter",
|
|
27879
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
|
|
27880
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27881
|
+
"default": "false",
|
|
27882
|
+
"value": {
|
|
27883
|
+
"kind": "expression",
|
|
27884
|
+
"type": "string | number | boolean"
|
|
27885
|
+
}
|
|
27886
|
+
},
|
|
27887
|
+
{
|
|
27888
|
+
"name": "flat",
|
|
27889
|
+
"description": "Removes box shadow when using a variant with elevation.",
|
|
27890
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27891
|
+
"default": "false",
|
|
27892
|
+
"value": {
|
|
27893
|
+
"kind": "expression",
|
|
27894
|
+
"type": "boolean"
|
|
27895
|
+
}
|
|
27896
|
+
},
|
|
27806
27897
|
{
|
|
27807
27898
|
"name": "controlVariant",
|
|
27808
27899
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
|
|
@@ -27843,6 +27934,16 @@
|
|
|
27843
27934
|
"type": "number"
|
|
27844
27935
|
}
|
|
27845
27936
|
},
|
|
27937
|
+
{
|
|
27938
|
+
"name": "type",
|
|
27939
|
+
"description": "Sets input type.",
|
|
27940
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27941
|
+
"default": "'text'",
|
|
27942
|
+
"value": {
|
|
27943
|
+
"kind": "expression",
|
|
27944
|
+
"type": "string"
|
|
27945
|
+
}
|
|
27946
|
+
},
|
|
27846
27947
|
{
|
|
27847
27948
|
"name": "max",
|
|
27848
27949
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
|
|
@@ -27863,6 +27964,118 @@
|
|
|
27863
27964
|
"type": "number"
|
|
27864
27965
|
}
|
|
27865
27966
|
},
|
|
27967
|
+
{
|
|
27968
|
+
"name": "autofocus",
|
|
27969
|
+
"description": "Enables autofocus.",
|
|
27970
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27971
|
+
"default": "false",
|
|
27972
|
+
"value": {
|
|
27973
|
+
"kind": "expression",
|
|
27974
|
+
"type": "boolean"
|
|
27975
|
+
}
|
|
27976
|
+
},
|
|
27977
|
+
{
|
|
27978
|
+
"name": "prefix",
|
|
27979
|
+
"description": "Displays prefix text.",
|
|
27980
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27981
|
+
"value": {
|
|
27982
|
+
"kind": "expression",
|
|
27983
|
+
"type": "string"
|
|
27984
|
+
}
|
|
27985
|
+
},
|
|
27986
|
+
{
|
|
27987
|
+
"name": "placeholder",
|
|
27988
|
+
"description": "Sets the input’s placeholder text.",
|
|
27989
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27990
|
+
"value": {
|
|
27991
|
+
"kind": "expression",
|
|
27992
|
+
"type": "string"
|
|
27993
|
+
}
|
|
27994
|
+
},
|
|
27995
|
+
{
|
|
27996
|
+
"name": "persistentPlaceholder",
|
|
27997
|
+
"description": "Forces placeholder to always be visible.",
|
|
27998
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27999
|
+
"default": "false",
|
|
28000
|
+
"value": {
|
|
28001
|
+
"kind": "expression",
|
|
28002
|
+
"type": "boolean"
|
|
28003
|
+
}
|
|
28004
|
+
},
|
|
28005
|
+
{
|
|
28006
|
+
"name": "persistentCounter",
|
|
28007
|
+
"description": "Forces counter to always be visible.",
|
|
28008
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28009
|
+
"default": "false",
|
|
28010
|
+
"value": {
|
|
28011
|
+
"kind": "expression",
|
|
28012
|
+
"type": "boolean"
|
|
28013
|
+
}
|
|
28014
|
+
},
|
|
28015
|
+
{
|
|
28016
|
+
"name": "suffix",
|
|
28017
|
+
"description": "Displays suffix text.",
|
|
28018
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28019
|
+
"value": {
|
|
28020
|
+
"kind": "expression",
|
|
28021
|
+
"type": "string"
|
|
28022
|
+
}
|
|
28023
|
+
},
|
|
28024
|
+
{
|
|
28025
|
+
"name": "role",
|
|
28026
|
+
"description": "The role attribute applied to the input.",
|
|
28027
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28028
|
+
"value": {
|
|
28029
|
+
"kind": "expression",
|
|
28030
|
+
"type": "string"
|
|
28031
|
+
}
|
|
28032
|
+
},
|
|
28033
|
+
{
|
|
28034
|
+
"name": "id",
|
|
28035
|
+
"description": "Sets the DOM id on the component.",
|
|
28036
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28037
|
+
"value": {
|
|
28038
|
+
"kind": "expression",
|
|
28039
|
+
"type": "string"
|
|
28040
|
+
}
|
|
28041
|
+
},
|
|
28042
|
+
{
|
|
28043
|
+
"name": "appendIcon",
|
|
28044
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
|
|
28045
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28046
|
+
"value": {
|
|
28047
|
+
"kind": "expression",
|
|
28048
|
+
"type": "any"
|
|
28049
|
+
}
|
|
28050
|
+
},
|
|
28051
|
+
{
|
|
28052
|
+
"name": "centerAffix",
|
|
28053
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
|
|
28054
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28055
|
+
"value": {
|
|
28056
|
+
"kind": "expression",
|
|
28057
|
+
"type": "boolean"
|
|
28058
|
+
}
|
|
28059
|
+
},
|
|
28060
|
+
{
|
|
28061
|
+
"name": "prependIcon",
|
|
28062
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`.",
|
|
28063
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28064
|
+
"value": {
|
|
28065
|
+
"kind": "expression",
|
|
28066
|
+
"type": "any"
|
|
28067
|
+
}
|
|
28068
|
+
},
|
|
28069
|
+
{
|
|
28070
|
+
"name": "hideSpinButtons",
|
|
28071
|
+
"description": "Hides spin buttons on the input when type is set to `number`.",
|
|
28072
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28073
|
+
"default": "false",
|
|
28074
|
+
"value": {
|
|
28075
|
+
"kind": "expression",
|
|
28076
|
+
"type": "boolean"
|
|
28077
|
+
}
|
|
28078
|
+
},
|
|
27866
28079
|
{
|
|
27867
28080
|
"name": "hint",
|
|
27868
28081
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property.",
|
|
@@ -27882,6 +28095,26 @@
|
|
|
27882
28095
|
"type": "boolean"
|
|
27883
28096
|
}
|
|
27884
28097
|
},
|
|
28098
|
+
{
|
|
28099
|
+
"name": "messages",
|
|
28100
|
+
"description": "Displays a list of messages or a single message if using a string.",
|
|
28101
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28102
|
+
"default": "[]",
|
|
28103
|
+
"value": {
|
|
28104
|
+
"kind": "expression",
|
|
28105
|
+
"type": "string | string[]"
|
|
28106
|
+
}
|
|
28107
|
+
},
|
|
28108
|
+
{
|
|
28109
|
+
"name": "direction",
|
|
28110
|
+
"description": "Changes the direction of the input.",
|
|
28111
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28112
|
+
"default": "'horizontal'",
|
|
28113
|
+
"value": {
|
|
28114
|
+
"kind": "expression",
|
|
28115
|
+
"type": "'horizontal' | 'vertical'"
|
|
28116
|
+
}
|
|
28117
|
+
},
|
|
27885
28118
|
{
|
|
27886
28119
|
"name": "reverse",
|
|
27887
28120
|
"description": "Reverses the orientation.",
|
|
@@ -27902,6 +28135,33 @@
|
|
|
27902
28135
|
"type": "'default' | 'comfortable' | 'compact'"
|
|
27903
28136
|
}
|
|
27904
28137
|
},
|
|
28138
|
+
{
|
|
28139
|
+
"name": "maxWidth",
|
|
28140
|
+
"description": "Sets the maximum width for the component.",
|
|
28141
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28142
|
+
"value": {
|
|
28143
|
+
"kind": "expression",
|
|
28144
|
+
"type": "string | number"
|
|
28145
|
+
}
|
|
28146
|
+
},
|
|
28147
|
+
{
|
|
28148
|
+
"name": "minWidth",
|
|
28149
|
+
"description": "Sets the minimum width for the component.",
|
|
28150
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28151
|
+
"value": {
|
|
28152
|
+
"kind": "expression",
|
|
28153
|
+
"type": "string | number"
|
|
28154
|
+
}
|
|
28155
|
+
},
|
|
28156
|
+
{
|
|
28157
|
+
"name": "width",
|
|
28158
|
+
"description": "Sets the width for the component.",
|
|
28159
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28160
|
+
"value": {
|
|
28161
|
+
"kind": "expression",
|
|
28162
|
+
"type": "string | number"
|
|
28163
|
+
}
|
|
28164
|
+
},
|
|
27905
28165
|
{
|
|
27906
28166
|
"name": "theme",
|
|
27907
28167
|
"description": "Specify a theme for this component and all of its children.",
|
|
@@ -27931,6 +28191,35 @@
|
|
|
27931
28191
|
"type": "boolean"
|
|
27932
28192
|
}
|
|
27933
28193
|
},
|
|
28194
|
+
{
|
|
28195
|
+
"name": "errorMessages",
|
|
28196
|
+
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation.",
|
|
28197
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28198
|
+
"default": "[]",
|
|
28199
|
+
"value": {
|
|
28200
|
+
"kind": "expression",
|
|
28201
|
+
"type": "string | string[]"
|
|
28202
|
+
}
|
|
28203
|
+
},
|
|
28204
|
+
{
|
|
28205
|
+
"name": "maxErrors",
|
|
28206
|
+
"description": "Control the maximum number of shown errors from validation.",
|
|
28207
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28208
|
+
"default": "1",
|
|
28209
|
+
"value": {
|
|
28210
|
+
"kind": "expression",
|
|
28211
|
+
"type": "string | number"
|
|
28212
|
+
}
|
|
28213
|
+
},
|
|
28214
|
+
{
|
|
28215
|
+
"name": "name",
|
|
28216
|
+
"description": "Sets the component's name attribute.",
|
|
28217
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28218
|
+
"value": {
|
|
28219
|
+
"kind": "expression",
|
|
28220
|
+
"type": "string"
|
|
28221
|
+
}
|
|
28222
|
+
},
|
|
27934
28223
|
{
|
|
27935
28224
|
"name": "readonly",
|
|
27936
28225
|
"description": "Puts input in readonly state.",
|
|
@@ -27941,13 +28230,41 @@
|
|
|
27941
28230
|
"type": "boolean"
|
|
27942
28231
|
}
|
|
27943
28232
|
},
|
|
28233
|
+
{
|
|
28234
|
+
"name": "rules",
|
|
28235
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`.",
|
|
28236
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28237
|
+
"default": "[]",
|
|
28238
|
+
"value": {
|
|
28239
|
+
"kind": "expression",
|
|
28240
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
|
28241
|
+
}
|
|
28242
|
+
},
|
|
27944
28243
|
{
|
|
27945
28244
|
"name": "modelValue",
|
|
27946
28245
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
27947
28246
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
27948
28247
|
"value": {
|
|
27949
28248
|
"kind": "expression",
|
|
27950
|
-
"type": "
|
|
28249
|
+
"type": "any"
|
|
28250
|
+
}
|
|
28251
|
+
},
|
|
28252
|
+
{
|
|
28253
|
+
"name": "validateOn",
|
|
28254
|
+
"description": "Change what type of event triggers validation to run.",
|
|
28255
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28256
|
+
"value": {
|
|
28257
|
+
"kind": "expression",
|
|
28258
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
|
28259
|
+
}
|
|
28260
|
+
},
|
|
28261
|
+
{
|
|
28262
|
+
"name": "validationValue",
|
|
28263
|
+
"description": "The value used when applying validation rules.",
|
|
28264
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28265
|
+
"value": {
|
|
28266
|
+
"kind": "expression",
|
|
28267
|
+
"type": "any"
|
|
27951
28268
|
}
|
|
27952
28269
|
},
|
|
27953
28270
|
{
|
|
@@ -27979,6 +28296,36 @@
|
|
|
27979
28296
|
"type": "string"
|
|
27980
28297
|
}
|
|
27981
28298
|
},
|
|
28299
|
+
{
|
|
28300
|
+
"name": "clearable",
|
|
28301
|
+
"description": "Allows for the component to be cleared.",
|
|
28302
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28303
|
+
"default": "false",
|
|
28304
|
+
"value": {
|
|
28305
|
+
"kind": "expression",
|
|
28306
|
+
"type": "boolean"
|
|
28307
|
+
}
|
|
28308
|
+
},
|
|
28309
|
+
{
|
|
28310
|
+
"name": "clearIcon",
|
|
28311
|
+
"description": "The icon used when the **clearable** prop is set to true.",
|
|
28312
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28313
|
+
"default": "'$clear'",
|
|
28314
|
+
"value": {
|
|
28315
|
+
"kind": "expression",
|
|
28316
|
+
"type": "any"
|
|
28317
|
+
}
|
|
28318
|
+
},
|
|
28319
|
+
{
|
|
28320
|
+
"name": "active",
|
|
28321
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component.",
|
|
28322
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28323
|
+
"default": "false",
|
|
28324
|
+
"value": {
|
|
28325
|
+
"kind": "expression",
|
|
28326
|
+
"type": "boolean"
|
|
28327
|
+
}
|
|
28328
|
+
},
|
|
27982
28329
|
{
|
|
27983
28330
|
"name": "color",
|
|
27984
28331
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
@@ -27997,6 +28344,36 @@
|
|
|
27997
28344
|
"type": "string"
|
|
27998
28345
|
}
|
|
27999
28346
|
},
|
|
28347
|
+
{
|
|
28348
|
+
"name": "dirty",
|
|
28349
|
+
"description": "Manually apply the dirty state styling.",
|
|
28350
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28351
|
+
"default": "false",
|
|
28352
|
+
"value": {
|
|
28353
|
+
"kind": "expression",
|
|
28354
|
+
"type": "boolean"
|
|
28355
|
+
}
|
|
28356
|
+
},
|
|
28357
|
+
{
|
|
28358
|
+
"name": "persistentClear",
|
|
28359
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
|
|
28360
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28361
|
+
"default": "false",
|
|
28362
|
+
"value": {
|
|
28363
|
+
"kind": "expression",
|
|
28364
|
+
"type": "boolean"
|
|
28365
|
+
}
|
|
28366
|
+
},
|
|
28367
|
+
{
|
|
28368
|
+
"name": "singleLine",
|
|
28369
|
+
"description": "Label does not move on focus/dirty.",
|
|
28370
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28371
|
+
"default": "false",
|
|
28372
|
+
"value": {
|
|
28373
|
+
"kind": "expression",
|
|
28374
|
+
"type": "boolean"
|
|
28375
|
+
}
|
|
28376
|
+
},
|
|
28000
28377
|
{
|
|
28001
28378
|
"name": "variant",
|
|
28002
28379
|
"description": "Applies a distinct style to the component.",
|
|
@@ -28019,15 +28396,65 @@
|
|
|
28019
28396
|
},
|
|
28020
28397
|
{
|
|
28021
28398
|
"name": "rounded",
|
|
28022
|
-
"description": "
|
|
28399
|
+
"description": "Adds a border radius to the input.",
|
|
28023
28400
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28024
28401
|
"value": {
|
|
28025
28402
|
"kind": "expression",
|
|
28026
28403
|
"type": "string | number | boolean"
|
|
28027
28404
|
}
|
|
28405
|
+
},
|
|
28406
|
+
{
|
|
28407
|
+
"name": "tile",
|
|
28408
|
+
"description": "Removes any applied **border-radius** from the component.",
|
|
28409
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28410
|
+
"default": "false",
|
|
28411
|
+
"value": {
|
|
28412
|
+
"kind": "expression",
|
|
28413
|
+
"type": "boolean"
|
|
28414
|
+
}
|
|
28415
|
+
},
|
|
28416
|
+
{
|
|
28417
|
+
"name": "counterValue",
|
|
28418
|
+
"description": "Function returns the counter display text.",
|
|
28419
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28420
|
+
"value": {
|
|
28421
|
+
"kind": "expression",
|
|
28422
|
+
"type": "number | ((value: any) => number)"
|
|
28423
|
+
}
|
|
28424
|
+
},
|
|
28425
|
+
{
|
|
28426
|
+
"name": "modelModifiers",
|
|
28427
|
+
"description": "**FOR INTERNAL USE ONLY**",
|
|
28428
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
|
28429
|
+
"value": {
|
|
28430
|
+
"kind": "expression",
|
|
28431
|
+
"type": "unknown"
|
|
28432
|
+
}
|
|
28028
28433
|
}
|
|
28029
28434
|
],
|
|
28030
28435
|
"events": [
|
|
28436
|
+
{
|
|
28437
|
+
"name": "click:prepend",
|
|
28438
|
+
"description": "Emitted when prepended icon is clicked.",
|
|
28439
|
+
"doc-url": "https://vuetifyjs.com/api/v-number-input#events",
|
|
28440
|
+
"arguments": [
|
|
28441
|
+
{
|
|
28442
|
+
"name": "argument",
|
|
28443
|
+
"type": "[MouseEvent]\n"
|
|
28444
|
+
}
|
|
28445
|
+
]
|
|
28446
|
+
},
|
|
28447
|
+
{
|
|
28448
|
+
"name": "click:append",
|
|
28449
|
+
"description": "Emitted when append icon is clicked.",
|
|
28450
|
+
"doc-url": "https://vuetifyjs.com/api/v-number-input#events",
|
|
28451
|
+
"arguments": [
|
|
28452
|
+
{
|
|
28453
|
+
"name": "argument",
|
|
28454
|
+
"type": "[MouseEvent]\n"
|
|
28455
|
+
}
|
|
28456
|
+
]
|
|
28457
|
+
},
|
|
28031
28458
|
{
|
|
28032
28459
|
"name": "update:focused",
|
|
28033
28460
|
"description": "Emitted when the input is focused or blurred",
|
|
@@ -28039,6 +28466,39 @@
|
|
|
28039
28466
|
}
|
|
28040
28467
|
]
|
|
28041
28468
|
},
|
|
28469
|
+
{
|
|
28470
|
+
"name": "click:clear",
|
|
28471
|
+
"description": "Emitted when clearable icon clicked.",
|
|
28472
|
+
"doc-url": "https://vuetifyjs.com/api/v-number-input#events",
|
|
28473
|
+
"arguments": [
|
|
28474
|
+
{
|
|
28475
|
+
"name": "argument",
|
|
28476
|
+
"type": "[MouseEvent]\n"
|
|
28477
|
+
}
|
|
28478
|
+
]
|
|
28479
|
+
},
|
|
28480
|
+
{
|
|
28481
|
+
"name": "click:appendInner",
|
|
28482
|
+
"description": "Emitted when appended inner icon is clicked.",
|
|
28483
|
+
"doc-url": "https://vuetifyjs.com/api/v-number-input#events",
|
|
28484
|
+
"arguments": [
|
|
28485
|
+
{
|
|
28486
|
+
"name": "argument",
|
|
28487
|
+
"type": "[MouseEvent]\n"
|
|
28488
|
+
}
|
|
28489
|
+
]
|
|
28490
|
+
},
|
|
28491
|
+
{
|
|
28492
|
+
"name": "click:prependInner",
|
|
28493
|
+
"description": "Emitted when prepended inner icon is clicked.",
|
|
28494
|
+
"doc-url": "https://vuetifyjs.com/api/v-number-input#events",
|
|
28495
|
+
"arguments": [
|
|
28496
|
+
{
|
|
28497
|
+
"name": "argument",
|
|
28498
|
+
"type": "[MouseEvent]\n"
|
|
28499
|
+
}
|
|
28500
|
+
]
|
|
28501
|
+
},
|
|
28042
28502
|
{
|
|
28043
28503
|
"name": "update:modelValue",
|
|
28044
28504
|
"description": "Event that is emitted when the component's model changes.",
|
|
@@ -28295,9 +28755,28 @@
|
|
|
28295
28755
|
}
|
|
28296
28756
|
]
|
|
28297
28757
|
},
|
|
28758
|
+
{
|
|
28759
|
+
"name": "counter",
|
|
28760
|
+
"description": "Slot for the input’s counter text.",
|
|
28761
|
+
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
|
28762
|
+
"vue-properties": [
|
|
28763
|
+
{
|
|
28764
|
+
"name": "counter",
|
|
28765
|
+
"type": "string"
|
|
28766
|
+
},
|
|
28767
|
+
{
|
|
28768
|
+
"name": "max",
|
|
28769
|
+
"type": "string | number"
|
|
28770
|
+
},
|
|
28771
|
+
{
|
|
28772
|
+
"name": "value",
|
|
28773
|
+
"type": "string | number"
|
|
28774
|
+
}
|
|
28775
|
+
]
|
|
28776
|
+
},
|
|
28298
28777
|
{
|
|
28299
28778
|
"name": "increment",
|
|
28300
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#
|
|
28779
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
|
|
28301
28780
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
|
28302
28781
|
"vue-properties": [
|
|
28303
28782
|
{
|
|
@@ -28308,7 +28787,7 @@
|
|
|
28308
28787
|
},
|
|
28309
28788
|
{
|
|
28310
28789
|
"name": "decrement",
|
|
28311
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#
|
|
28790
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
|
|
28312
28791
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
|
28313
28792
|
"vue-properties": [
|
|
28314
28793
|
{
|
|
@@ -28710,7 +29189,7 @@
|
|
|
28710
29189
|
"name": "modelValue",
|
|
28711
29190
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
28712
29191
|
"doc-url": "https://vuetifyjs.com/api/VOverlay#props",
|
|
28713
|
-
"default": "
|
|
29192
|
+
"default": "false",
|
|
28714
29193
|
"value": {
|
|
28715
29194
|
"kind": "expression",
|
|
28716
29195
|
"type": "boolean"
|
|
@@ -29037,7 +29516,7 @@
|
|
|
29037
29516
|
},
|
|
29038
29517
|
{
|
|
29039
29518
|
"name": "targetRef",
|
|
29040
|
-
"type": "
|
|
29519
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
|
|
29041
29520
|
}
|
|
29042
29521
|
]
|
|
29043
29522
|
}
|
|
@@ -32287,7 +32766,7 @@
|
|
|
32287
32766
|
"doc-url": "https://vuetifyjs.com/api/VResponsive#props",
|
|
32288
32767
|
"value": {
|
|
32289
32768
|
"kind": "expression",
|
|
32290
|
-
"type": "
|
|
32769
|
+
"type": "any"
|
|
32291
32770
|
}
|
|
32292
32771
|
},
|
|
32293
32772
|
{
|
|
@@ -35028,9 +35507,9 @@
|
|
|
35028
35507
|
},
|
|
35029
35508
|
{
|
|
35030
35509
|
"name": "mobile",
|
|
35031
|
-
"description": "
|
|
35510
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
35032
35511
|
"doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
|
|
35033
|
-
"default": "
|
|
35512
|
+
"default": "false",
|
|
35034
35513
|
"value": {
|
|
35035
35514
|
"kind": "expression",
|
|
35036
35515
|
"type": "boolean"
|
|
@@ -36620,7 +37099,7 @@
|
|
|
36620
37099
|
"name": "modelValue",
|
|
36621
37100
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
36622
37101
|
"doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
|
|
36623
|
-
"default": "
|
|
37102
|
+
"default": "false",
|
|
36624
37103
|
"value": {
|
|
36625
37104
|
"kind": "expression",
|
|
36626
37105
|
"type": "boolean"
|
|
@@ -36866,7 +37345,7 @@
|
|
|
36866
37345
|
"vue-properties": [
|
|
36867
37346
|
{
|
|
36868
37347
|
"name": "isActive",
|
|
36869
|
-
"type": "Ref<boolean
|
|
37348
|
+
"type": "Ref<boolean>"
|
|
36870
37349
|
}
|
|
36871
37350
|
]
|
|
36872
37351
|
},
|
|
@@ -37088,7 +37567,7 @@
|
|
|
37088
37567
|
"default": "[]",
|
|
37089
37568
|
"value": {
|
|
37090
37569
|
"kind": "expression",
|
|
37091
|
-
"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: 'static' | 'relative' | 'fixed' | '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
|
|
37570
|
+
"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: 'static' | 'relative' | 'fixed' | '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: false | ((arg: { isActive: Ref<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: string | number | symbol\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> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
|
|
37092
37571
|
}
|
|
37093
37572
|
},
|
|
37094
37573
|
{
|
|
@@ -37318,7 +37797,7 @@
|
|
|
37318
37797
|
"arguments": [
|
|
37319
37798
|
{
|
|
37320
37799
|
"name": "argument",
|
|
37321
|
-
"type": "[\n (\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: 'static' | 'relative' | 'fixed' | '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
|
|
37800
|
+
"type": "[\n (\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: 'static' | 'relative' | 'fixed' | '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: false | ((arg: { isActive: Ref<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: string | number | symbol\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> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
|
|
37322
37801
|
}
|
|
37323
37802
|
]
|
|
37324
37803
|
}
|
|
@@ -37331,7 +37810,7 @@
|
|
|
37331
37810
|
"vue-properties": [
|
|
37332
37811
|
{
|
|
37333
37812
|
"name": "item",
|
|
37334
|
-
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; 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>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean
|
|
37813
|
+
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; 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>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
|
37335
37814
|
}
|
|
37336
37815
|
]
|
|
37337
37816
|
},
|
|
@@ -37342,7 +37821,7 @@
|
|
|
37342
37821
|
"vue-properties": [
|
|
37343
37822
|
{
|
|
37344
37823
|
"name": "item",
|
|
37345
|
-
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; 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>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean
|
|
37824
|
+
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; 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>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
|
37346
37825
|
}
|
|
37347
37826
|
]
|
|
37348
37827
|
},
|
|
@@ -37353,7 +37832,7 @@
|
|
|
37353
37832
|
"vue-properties": [
|
|
37354
37833
|
{
|
|
37355
37834
|
"name": "item",
|
|
37356
|
-
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; 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>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean
|
|
37835
|
+
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; 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>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
|
37357
37836
|
},
|
|
37358
37837
|
{
|
|
37359
37838
|
"name": "props",
|
|
@@ -37751,7 +38230,7 @@
|
|
|
37751
38230
|
"name": "modelValue",
|
|
37752
38231
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
37753
38232
|
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
37754
|
-
"default": "
|
|
38233
|
+
"default": "false",
|
|
37755
38234
|
"value": {
|
|
37756
38235
|
"kind": "expression",
|
|
37757
38236
|
"type": "boolean"
|
|
@@ -38049,7 +38528,7 @@
|
|
|
38049
38528
|
},
|
|
38050
38529
|
{
|
|
38051
38530
|
"name": "targetRef",
|
|
38052
|
-
"type": "
|
|
38531
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
|
|
38053
38532
|
}
|
|
38054
38533
|
]
|
|
38055
38534
|
}
|
|
@@ -38606,7 +39085,1031 @@
|
|
|
38606
39085
|
{
|
|
38607
39086
|
"name": "[`item.${string}`]",
|
|
38608
39087
|
"description": "Slot for customizing the content for each step.",
|
|
38609
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
39088
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
39089
|
+
}
|
|
39090
|
+
],
|
|
39091
|
+
"vue-model": {
|
|
39092
|
+
"prop": "modelValue",
|
|
39093
|
+
"event": "update:modelValue"
|
|
39094
|
+
}
|
|
39095
|
+
},
|
|
39096
|
+
{
|
|
39097
|
+
"name": "VStepperActions",
|
|
39098
|
+
"source": {
|
|
39099
|
+
"module": "./src/components/index.ts",
|
|
39100
|
+
"symbol": "VStepperActions"
|
|
39101
|
+
},
|
|
39102
|
+
"description": "",
|
|
39103
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions",
|
|
39104
|
+
"attributes": [
|
|
39105
|
+
{
|
|
39106
|
+
"name": "color",
|
|
39107
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
39108
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
|
|
39109
|
+
"value": {
|
|
39110
|
+
"kind": "expression",
|
|
39111
|
+
"type": "string"
|
|
39112
|
+
}
|
|
39113
|
+
},
|
|
39114
|
+
{
|
|
39115
|
+
"name": "disabled",
|
|
39116
|
+
"description": "Removes the ability to click or target the component.",
|
|
39117
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
|
|
39118
|
+
"default": "false",
|
|
39119
|
+
"value": {
|
|
39120
|
+
"kind": "expression",
|
|
39121
|
+
"type": "boolean | 'prev' | 'next'"
|
|
39122
|
+
}
|
|
39123
|
+
},
|
|
39124
|
+
{
|
|
39125
|
+
"name": "prevText",
|
|
39126
|
+
"description": "The text used for the Prev button.",
|
|
39127
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
|
|
39128
|
+
"default": "'$vuetify.stepper.prev'",
|
|
39129
|
+
"value": {
|
|
39130
|
+
"kind": "expression",
|
|
39131
|
+
"type": "string"
|
|
39132
|
+
}
|
|
39133
|
+
},
|
|
39134
|
+
{
|
|
39135
|
+
"name": "nextText",
|
|
39136
|
+
"description": "The text used for the Next button.",
|
|
39137
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
|
|
39138
|
+
"default": "'$vuetify.stepper.next'",
|
|
39139
|
+
"value": {
|
|
39140
|
+
"kind": "expression",
|
|
39141
|
+
"type": "string"
|
|
39142
|
+
}
|
|
39143
|
+
}
|
|
39144
|
+
],
|
|
39145
|
+
"events": [
|
|
39146
|
+
{
|
|
39147
|
+
"name": "click:prev",
|
|
39148
|
+
"description": "Event emitted when clicking the prev button.",
|
|
39149
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
|
|
39150
|
+
"arguments": [
|
|
39151
|
+
{
|
|
39152
|
+
"name": "argument",
|
|
39153
|
+
"type": "[]\n"
|
|
39154
|
+
}
|
|
39155
|
+
]
|
|
39156
|
+
},
|
|
39157
|
+
{
|
|
39158
|
+
"name": "click:next",
|
|
39159
|
+
"description": "Event emitted when clicking the next button.",
|
|
39160
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
|
|
39161
|
+
"arguments": [
|
|
39162
|
+
{
|
|
39163
|
+
"name": "argument",
|
|
39164
|
+
"type": "[]\n"
|
|
39165
|
+
}
|
|
39166
|
+
]
|
|
39167
|
+
}
|
|
39168
|
+
],
|
|
39169
|
+
"slots": [
|
|
39170
|
+
{
|
|
39171
|
+
"name": "prev",
|
|
39172
|
+
"description": "Slot for customizing the prev step functionality",
|
|
39173
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots",
|
|
39174
|
+
"vue-properties": [
|
|
39175
|
+
{
|
|
39176
|
+
"name": "props",
|
|
39177
|
+
"type": "{ onClick: () => void }"
|
|
39178
|
+
}
|
|
39179
|
+
]
|
|
39180
|
+
},
|
|
39181
|
+
{
|
|
39182
|
+
"name": "next",
|
|
39183
|
+
"description": "Slot for customizing the next step functionailty",
|
|
39184
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots",
|
|
39185
|
+
"vue-properties": [
|
|
39186
|
+
{
|
|
39187
|
+
"name": "props",
|
|
39188
|
+
"type": "{ onClick: () => void }"
|
|
39189
|
+
}
|
|
39190
|
+
]
|
|
39191
|
+
}
|
|
39192
|
+
],
|
|
39193
|
+
"vue-model": {
|
|
39194
|
+
"prop": "modelValue",
|
|
39195
|
+
"event": "update:modelValue"
|
|
39196
|
+
}
|
|
39197
|
+
},
|
|
39198
|
+
{
|
|
39199
|
+
"name": "VStepperHeader",
|
|
39200
|
+
"source": {
|
|
39201
|
+
"module": "./src/components/index.ts",
|
|
39202
|
+
"symbol": "VStepperHeader"
|
|
39203
|
+
},
|
|
39204
|
+
"description": "",
|
|
39205
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-header",
|
|
39206
|
+
"attributes": [
|
|
39207
|
+
{
|
|
39208
|
+
"name": "tag",
|
|
39209
|
+
"description": "Specify a custom tag used on the root element.",
|
|
39210
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperHeader#props",
|
|
39211
|
+
"default": "'div'",
|
|
39212
|
+
"value": {
|
|
39213
|
+
"kind": "expression",
|
|
39214
|
+
"type": "string"
|
|
39215
|
+
}
|
|
39216
|
+
}
|
|
39217
|
+
],
|
|
39218
|
+
"events": [],
|
|
39219
|
+
"slots": [
|
|
39220
|
+
{
|
|
39221
|
+
"name": "default",
|
|
39222
|
+
"description": "The default Vue slot.",
|
|
39223
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-header#slots"
|
|
39224
|
+
}
|
|
39225
|
+
],
|
|
39226
|
+
"vue-model": {
|
|
39227
|
+
"prop": "modelValue",
|
|
39228
|
+
"event": "update:modelValue"
|
|
39229
|
+
}
|
|
39230
|
+
},
|
|
39231
|
+
{
|
|
39232
|
+
"name": "VStepperItem",
|
|
39233
|
+
"source": {
|
|
39234
|
+
"module": "./src/components/index.ts",
|
|
39235
|
+
"symbol": "VStepperItem"
|
|
39236
|
+
},
|
|
39237
|
+
"description": "",
|
|
39238
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item",
|
|
39239
|
+
"attributes": [
|
|
39240
|
+
{
|
|
39241
|
+
"name": "icon",
|
|
39242
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
|
39243
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39244
|
+
"value": {
|
|
39245
|
+
"kind": "expression",
|
|
39246
|
+
"type": "string"
|
|
39247
|
+
}
|
|
39248
|
+
},
|
|
39249
|
+
{
|
|
39250
|
+
"name": "title",
|
|
39251
|
+
"description": "Specify a title text for the component.",
|
|
39252
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39253
|
+
"value": {
|
|
39254
|
+
"kind": "expression",
|
|
39255
|
+
"type": "string"
|
|
39256
|
+
}
|
|
39257
|
+
},
|
|
39258
|
+
{
|
|
39259
|
+
"name": "subtitle",
|
|
39260
|
+
"description": "Specify a subtitle text for the component.",
|
|
39261
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39262
|
+
"value": {
|
|
39263
|
+
"kind": "expression",
|
|
39264
|
+
"type": "string"
|
|
39265
|
+
}
|
|
39266
|
+
},
|
|
39267
|
+
{
|
|
39268
|
+
"name": "color",
|
|
39269
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
39270
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39271
|
+
"value": {
|
|
39272
|
+
"kind": "expression",
|
|
39273
|
+
"type": "string"
|
|
39274
|
+
}
|
|
39275
|
+
},
|
|
39276
|
+
{
|
|
39277
|
+
"name": "complete",
|
|
39278
|
+
"description": "Marks step as complete.",
|
|
39279
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39280
|
+
"default": "false",
|
|
39281
|
+
"value": {
|
|
39282
|
+
"kind": "expression",
|
|
39283
|
+
"type": "boolean"
|
|
39284
|
+
}
|
|
39285
|
+
},
|
|
39286
|
+
{
|
|
39287
|
+
"name": "completeIcon",
|
|
39288
|
+
"description": "Icon to display when step is marked as completed.",
|
|
39289
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39290
|
+
"default": "'$complete'",
|
|
39291
|
+
"value": {
|
|
39292
|
+
"kind": "expression",
|
|
39293
|
+
"type": "string"
|
|
39294
|
+
}
|
|
39295
|
+
},
|
|
39296
|
+
{
|
|
39297
|
+
"name": "editable",
|
|
39298
|
+
"description": "Marks step as editable.",
|
|
39299
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39300
|
+
"default": "false",
|
|
39301
|
+
"value": {
|
|
39302
|
+
"kind": "expression",
|
|
39303
|
+
"type": "boolean"
|
|
39304
|
+
}
|
|
39305
|
+
},
|
|
39306
|
+
{
|
|
39307
|
+
"name": "editIcon",
|
|
39308
|
+
"description": "Icon to display when step is editable.",
|
|
39309
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39310
|
+
"default": "'$edit'",
|
|
39311
|
+
"value": {
|
|
39312
|
+
"kind": "expression",
|
|
39313
|
+
"type": "string"
|
|
39314
|
+
}
|
|
39315
|
+
},
|
|
39316
|
+
{
|
|
39317
|
+
"name": "error",
|
|
39318
|
+
"description": "Puts the stepper item in a manual error state.",
|
|
39319
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39320
|
+
"default": "false",
|
|
39321
|
+
"value": {
|
|
39322
|
+
"kind": "expression",
|
|
39323
|
+
"type": "boolean"
|
|
39324
|
+
}
|
|
39325
|
+
},
|
|
39326
|
+
{
|
|
39327
|
+
"name": "errorIcon",
|
|
39328
|
+
"description": "Icon to display when step has an error.",
|
|
39329
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39330
|
+
"default": "'$error'",
|
|
39331
|
+
"value": {
|
|
39332
|
+
"kind": "expression",
|
|
39333
|
+
"type": "string"
|
|
39334
|
+
}
|
|
39335
|
+
},
|
|
39336
|
+
{
|
|
39337
|
+
"name": "ripple",
|
|
39338
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
39339
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39340
|
+
"default": "true",
|
|
39341
|
+
"value": {
|
|
39342
|
+
"kind": "expression",
|
|
39343
|
+
"type": "boolean | { class: string }"
|
|
39344
|
+
}
|
|
39345
|
+
},
|
|
39346
|
+
{
|
|
39347
|
+
"name": "value",
|
|
39348
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
39349
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39350
|
+
"value": {
|
|
39351
|
+
"kind": "expression",
|
|
39352
|
+
"type": "any"
|
|
39353
|
+
}
|
|
39354
|
+
},
|
|
39355
|
+
{
|
|
39356
|
+
"name": "rules",
|
|
39357
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`.",
|
|
39358
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39359
|
+
"default": "[]",
|
|
39360
|
+
"value": {
|
|
39361
|
+
"kind": "expression",
|
|
39362
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L42-L42\" target=\"_blank\">ValidationRule</a>[]"
|
|
39363
|
+
}
|
|
39364
|
+
},
|
|
39365
|
+
{
|
|
39366
|
+
"name": "disabled",
|
|
39367
|
+
"description": "Removes the ability to click or target the component.",
|
|
39368
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39369
|
+
"default": "false",
|
|
39370
|
+
"value": {
|
|
39371
|
+
"kind": "expression",
|
|
39372
|
+
"type": "boolean"
|
|
39373
|
+
}
|
|
39374
|
+
},
|
|
39375
|
+
{
|
|
39376
|
+
"name": "selectedClass",
|
|
39377
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
|
39378
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
|
|
39379
|
+
"value": {
|
|
39380
|
+
"kind": "expression",
|
|
39381
|
+
"type": "string"
|
|
39382
|
+
}
|
|
39383
|
+
}
|
|
39384
|
+
],
|
|
39385
|
+
"events": [
|
|
39386
|
+
{
|
|
39387
|
+
"name": "group:selected",
|
|
39388
|
+
"description": "Event that is emitted when an item is selected within a group.",
|
|
39389
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#events",
|
|
39390
|
+
"arguments": [
|
|
39391
|
+
{
|
|
39392
|
+
"name": "argument",
|
|
39393
|
+
"type": "[{ value: boolean }]\n"
|
|
39394
|
+
}
|
|
39395
|
+
]
|
|
39396
|
+
}
|
|
39397
|
+
],
|
|
39398
|
+
"slots": [
|
|
39399
|
+
{
|
|
39400
|
+
"name": "default",
|
|
39401
|
+
"description": "The default Vue slot.",
|
|
39402
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
39403
|
+
"vue-properties": [
|
|
39404
|
+
{
|
|
39405
|
+
"name": "canEdit",
|
|
39406
|
+
"type": "boolean"
|
|
39407
|
+
},
|
|
39408
|
+
{
|
|
39409
|
+
"name": "hasError",
|
|
39410
|
+
"type": "boolean"
|
|
39411
|
+
},
|
|
39412
|
+
{
|
|
39413
|
+
"name": "hasCompleted",
|
|
39414
|
+
"type": "boolean"
|
|
39415
|
+
},
|
|
39416
|
+
{
|
|
39417
|
+
"name": "title",
|
|
39418
|
+
"type": "string | number"
|
|
39419
|
+
},
|
|
39420
|
+
{
|
|
39421
|
+
"name": "subtitle",
|
|
39422
|
+
"type": "string | number"
|
|
39423
|
+
},
|
|
39424
|
+
{
|
|
39425
|
+
"name": "step",
|
|
39426
|
+
"type": "any"
|
|
39427
|
+
}
|
|
39428
|
+
]
|
|
39429
|
+
},
|
|
39430
|
+
{
|
|
39431
|
+
"name": "icon",
|
|
39432
|
+
"description": "Slot for customizing all stepper item icons.",
|
|
39433
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
39434
|
+
"vue-properties": [
|
|
39435
|
+
{
|
|
39436
|
+
"name": "canEdit",
|
|
39437
|
+
"type": "boolean"
|
|
39438
|
+
},
|
|
39439
|
+
{
|
|
39440
|
+
"name": "hasError",
|
|
39441
|
+
"type": "boolean"
|
|
39442
|
+
},
|
|
39443
|
+
{
|
|
39444
|
+
"name": "hasCompleted",
|
|
39445
|
+
"type": "boolean"
|
|
39446
|
+
},
|
|
39447
|
+
{
|
|
39448
|
+
"name": "title",
|
|
39449
|
+
"type": "string | number"
|
|
39450
|
+
},
|
|
39451
|
+
{
|
|
39452
|
+
"name": "subtitle",
|
|
39453
|
+
"type": "string | number"
|
|
39454
|
+
},
|
|
39455
|
+
{
|
|
39456
|
+
"name": "step",
|
|
39457
|
+
"type": "any"
|
|
39458
|
+
}
|
|
39459
|
+
]
|
|
39460
|
+
},
|
|
39461
|
+
{
|
|
39462
|
+
"name": "title",
|
|
39463
|
+
"description": "Slot for the component's title content.",
|
|
39464
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
39465
|
+
"vue-properties": [
|
|
39466
|
+
{
|
|
39467
|
+
"name": "canEdit",
|
|
39468
|
+
"type": "boolean"
|
|
39469
|
+
},
|
|
39470
|
+
{
|
|
39471
|
+
"name": "hasError",
|
|
39472
|
+
"type": "boolean"
|
|
39473
|
+
},
|
|
39474
|
+
{
|
|
39475
|
+
"name": "hasCompleted",
|
|
39476
|
+
"type": "boolean"
|
|
39477
|
+
},
|
|
39478
|
+
{
|
|
39479
|
+
"name": "title",
|
|
39480
|
+
"type": "string | number"
|
|
39481
|
+
},
|
|
39482
|
+
{
|
|
39483
|
+
"name": "subtitle",
|
|
39484
|
+
"type": "string | number"
|
|
39485
|
+
},
|
|
39486
|
+
{
|
|
39487
|
+
"name": "step",
|
|
39488
|
+
"type": "any"
|
|
39489
|
+
}
|
|
39490
|
+
]
|
|
39491
|
+
},
|
|
39492
|
+
{
|
|
39493
|
+
"name": "subtitle",
|
|
39494
|
+
"description": "Slot for the component's subtitle content.",
|
|
39495
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
39496
|
+
"vue-properties": [
|
|
39497
|
+
{
|
|
39498
|
+
"name": "canEdit",
|
|
39499
|
+
"type": "boolean"
|
|
39500
|
+
},
|
|
39501
|
+
{
|
|
39502
|
+
"name": "hasError",
|
|
39503
|
+
"type": "boolean"
|
|
39504
|
+
},
|
|
39505
|
+
{
|
|
39506
|
+
"name": "hasCompleted",
|
|
39507
|
+
"type": "boolean"
|
|
39508
|
+
},
|
|
39509
|
+
{
|
|
39510
|
+
"name": "title",
|
|
39511
|
+
"type": "string | number"
|
|
39512
|
+
},
|
|
39513
|
+
{
|
|
39514
|
+
"name": "subtitle",
|
|
39515
|
+
"type": "string | number"
|
|
39516
|
+
},
|
|
39517
|
+
{
|
|
39518
|
+
"name": "step",
|
|
39519
|
+
"type": "any"
|
|
39520
|
+
}
|
|
39521
|
+
]
|
|
39522
|
+
}
|
|
39523
|
+
],
|
|
39524
|
+
"vue-model": {
|
|
39525
|
+
"prop": "modelValue",
|
|
39526
|
+
"event": "update:modelValue"
|
|
39527
|
+
}
|
|
39528
|
+
},
|
|
39529
|
+
{
|
|
39530
|
+
"name": "VStepperVertical",
|
|
39531
|
+
"source": {
|
|
39532
|
+
"module": "./src/components/index.ts",
|
|
39533
|
+
"symbol": "VStepperVertical"
|
|
39534
|
+
},
|
|
39535
|
+
"description": "",
|
|
39536
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical",
|
|
39537
|
+
"attributes": [
|
|
39538
|
+
{
|
|
39539
|
+
"name": "title",
|
|
39540
|
+
"description": "Specify a title text for the component.",
|
|
39541
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39542
|
+
"value": {
|
|
39543
|
+
"kind": "expression",
|
|
39544
|
+
"type": "string"
|
|
39545
|
+
}
|
|
39546
|
+
},
|
|
39547
|
+
{
|
|
39548
|
+
"name": "flat",
|
|
39549
|
+
"description": "Removes the expansion-panel's elevation and borders.",
|
|
39550
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39551
|
+
"default": "false",
|
|
39552
|
+
"value": {
|
|
39553
|
+
"kind": "expression",
|
|
39554
|
+
"type": "boolean"
|
|
39555
|
+
}
|
|
39556
|
+
},
|
|
39557
|
+
{
|
|
39558
|
+
"name": "prevText",
|
|
39559
|
+
"description": "The text used for the Prev button.",
|
|
39560
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39561
|
+
"default": "'$vuetify.stepper.prev'",
|
|
39562
|
+
"value": {
|
|
39563
|
+
"kind": "expression",
|
|
39564
|
+
"type": "string"
|
|
39565
|
+
}
|
|
39566
|
+
},
|
|
39567
|
+
{
|
|
39568
|
+
"name": "nextText",
|
|
39569
|
+
"description": "The text used for the Next button.",
|
|
39570
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39571
|
+
"default": "'$vuetify.stepper.next'",
|
|
39572
|
+
"value": {
|
|
39573
|
+
"kind": "expression",
|
|
39574
|
+
"type": "string"
|
|
39575
|
+
}
|
|
39576
|
+
},
|
|
39577
|
+
{
|
|
39578
|
+
"name": "altLabels",
|
|
39579
|
+
"description": "Places the labels beneath the step.",
|
|
39580
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39581
|
+
"default": "false",
|
|
39582
|
+
"value": {
|
|
39583
|
+
"kind": "expression",
|
|
39584
|
+
"type": "boolean"
|
|
39585
|
+
}
|
|
39586
|
+
},
|
|
39587
|
+
{
|
|
39588
|
+
"name": "bgColor",
|
|
39589
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
39590
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39591
|
+
"value": {
|
|
39592
|
+
"kind": "expression",
|
|
39593
|
+
"type": "string"
|
|
39594
|
+
}
|
|
39595
|
+
},
|
|
39596
|
+
{
|
|
39597
|
+
"name": "editable",
|
|
39598
|
+
"description": "Marks step as editable.",
|
|
39599
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39600
|
+
"default": "false",
|
|
39601
|
+
"value": {
|
|
39602
|
+
"kind": "expression",
|
|
39603
|
+
"type": "boolean"
|
|
39604
|
+
}
|
|
39605
|
+
},
|
|
39606
|
+
{
|
|
39607
|
+
"name": "hideActions",
|
|
39608
|
+
"description": "Hide actions bar (prev and next buttons).",
|
|
39609
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39610
|
+
"default": "false",
|
|
39611
|
+
"value": {
|
|
39612
|
+
"kind": "expression",
|
|
39613
|
+
"type": "boolean"
|
|
39614
|
+
}
|
|
39615
|
+
},
|
|
39616
|
+
{
|
|
39617
|
+
"name": "items",
|
|
39618
|
+
"description": "An array of strings or objects used for automatically generating children components.",
|
|
39619
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39620
|
+
"default": "[]",
|
|
39621
|
+
"value": {
|
|
39622
|
+
"kind": "expression",
|
|
39623
|
+
"type": "(string | Record<string, any>)[]"
|
|
39624
|
+
}
|
|
39625
|
+
},
|
|
39626
|
+
{
|
|
39627
|
+
"name": "itemTitle",
|
|
39628
|
+
"description": "Property on supplied `items` that contains its title.",
|
|
39629
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39630
|
+
"default": "'title'",
|
|
39631
|
+
"value": {
|
|
39632
|
+
"kind": "expression",
|
|
39633
|
+
"type": "string"
|
|
39634
|
+
}
|
|
39635
|
+
},
|
|
39636
|
+
{
|
|
39637
|
+
"name": "itemValue",
|
|
39638
|
+
"description": "Property on supplied `items` that contains its value.",
|
|
39639
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39640
|
+
"default": "'value'",
|
|
39641
|
+
"value": {
|
|
39642
|
+
"kind": "expression",
|
|
39643
|
+
"type": "string"
|
|
39644
|
+
}
|
|
39645
|
+
},
|
|
39646
|
+
{
|
|
39647
|
+
"name": "value",
|
|
39648
|
+
"description": "Controls the opened/closed state of content.",
|
|
39649
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39650
|
+
"value": {
|
|
39651
|
+
"kind": "expression",
|
|
39652
|
+
"type": "any"
|
|
39653
|
+
}
|
|
39654
|
+
},
|
|
39655
|
+
{
|
|
39656
|
+
"name": "mobile",
|
|
39657
|
+
"description": "Forces the stepper into a mobile state, removing labels from stepper items.",
|
|
39658
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39659
|
+
"default": "false",
|
|
39660
|
+
"value": {
|
|
39661
|
+
"kind": "expression",
|
|
39662
|
+
"type": "boolean"
|
|
39663
|
+
}
|
|
39664
|
+
},
|
|
39665
|
+
{
|
|
39666
|
+
"name": "nonLinear",
|
|
39667
|
+
"description": "Allow user to jump to any step.",
|
|
39668
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39669
|
+
"default": "false",
|
|
39670
|
+
"value": {
|
|
39671
|
+
"kind": "expression",
|
|
39672
|
+
"type": "boolean"
|
|
39673
|
+
}
|
|
39674
|
+
},
|
|
39675
|
+
{
|
|
39676
|
+
"name": "modelValue",
|
|
39677
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
39678
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39679
|
+
"value": {
|
|
39680
|
+
"kind": "expression",
|
|
39681
|
+
"type": "any"
|
|
39682
|
+
}
|
|
39683
|
+
},
|
|
39684
|
+
{
|
|
39685
|
+
"name": "multiple",
|
|
39686
|
+
"description": "Allows one to select multiple items.",
|
|
39687
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39688
|
+
"default": "false",
|
|
39689
|
+
"value": {
|
|
39690
|
+
"kind": "expression",
|
|
39691
|
+
"type": "boolean"
|
|
39692
|
+
}
|
|
39693
|
+
},
|
|
39694
|
+
{
|
|
39695
|
+
"name": "max",
|
|
39696
|
+
"description": "Sets a maximum number of selections that can be made.",
|
|
39697
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39698
|
+
"value": {
|
|
39699
|
+
"kind": "expression",
|
|
39700
|
+
"type": "number"
|
|
39701
|
+
}
|
|
39702
|
+
},
|
|
39703
|
+
{
|
|
39704
|
+
"name": "selectedClass",
|
|
39705
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
|
39706
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39707
|
+
"value": {
|
|
39708
|
+
"kind": "expression",
|
|
39709
|
+
"type": "string"
|
|
39710
|
+
}
|
|
39711
|
+
},
|
|
39712
|
+
{
|
|
39713
|
+
"name": "disabled",
|
|
39714
|
+
"description": "Disables the expansion-panel content.",
|
|
39715
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39716
|
+
"default": "false",
|
|
39717
|
+
"value": {
|
|
39718
|
+
"kind": "expression",
|
|
39719
|
+
"type": "boolean"
|
|
39720
|
+
}
|
|
39721
|
+
},
|
|
39722
|
+
{
|
|
39723
|
+
"name": "mandatory",
|
|
39724
|
+
"description": "Forces at least one item to always be selected (if available).",
|
|
39725
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39726
|
+
"default": "'force'",
|
|
39727
|
+
"value": {
|
|
39728
|
+
"kind": "expression",
|
|
39729
|
+
"type": "boolean | 'force'"
|
|
39730
|
+
}
|
|
39731
|
+
},
|
|
39732
|
+
{
|
|
39733
|
+
"name": "text",
|
|
39734
|
+
"description": "Specify content text for the component.",
|
|
39735
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39736
|
+
"value": {
|
|
39737
|
+
"kind": "expression",
|
|
39738
|
+
"type": "string"
|
|
39739
|
+
}
|
|
39740
|
+
},
|
|
39741
|
+
{
|
|
39742
|
+
"name": "elevation",
|
|
39743
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
39744
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39745
|
+
"value": {
|
|
39746
|
+
"kind": "expression",
|
|
39747
|
+
"type": "string | number"
|
|
39748
|
+
}
|
|
39749
|
+
},
|
|
39750
|
+
{
|
|
39751
|
+
"name": "rounded",
|
|
39752
|
+
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
|
|
39753
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39754
|
+
"value": {
|
|
39755
|
+
"kind": "expression",
|
|
39756
|
+
"type": "string | number | boolean"
|
|
39757
|
+
}
|
|
39758
|
+
},
|
|
39759
|
+
{
|
|
39760
|
+
"name": "tile",
|
|
39761
|
+
"description": "Removes the border-radius.",
|
|
39762
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39763
|
+
"default": "false",
|
|
39764
|
+
"value": {
|
|
39765
|
+
"kind": "expression",
|
|
39766
|
+
"type": "boolean"
|
|
39767
|
+
}
|
|
39768
|
+
},
|
|
39769
|
+
{
|
|
39770
|
+
"name": "tag",
|
|
39771
|
+
"description": "Specify a custom tag used on the root element.",
|
|
39772
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39773
|
+
"default": "'div'",
|
|
39774
|
+
"value": {
|
|
39775
|
+
"kind": "expression",
|
|
39776
|
+
"type": "string"
|
|
39777
|
+
}
|
|
39778
|
+
},
|
|
39779
|
+
{
|
|
39780
|
+
"name": "color",
|
|
39781
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
39782
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39783
|
+
"value": {
|
|
39784
|
+
"kind": "expression",
|
|
39785
|
+
"type": "string"
|
|
39786
|
+
}
|
|
39787
|
+
},
|
|
39788
|
+
{
|
|
39789
|
+
"name": "expandIcon",
|
|
39790
|
+
"description": "Icon used when the expansion panel is in a expandable state.",
|
|
39791
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39792
|
+
"default": "'$expand'",
|
|
39793
|
+
"value": {
|
|
39794
|
+
"kind": "expression",
|
|
39795
|
+
"type": "any"
|
|
39796
|
+
}
|
|
39797
|
+
},
|
|
39798
|
+
{
|
|
39799
|
+
"name": "collapseIcon",
|
|
39800
|
+
"description": "Icon used when the expansion panel is in a collapsable state.",
|
|
39801
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39802
|
+
"default": "'$collapse'",
|
|
39803
|
+
"value": {
|
|
39804
|
+
"kind": "expression",
|
|
39805
|
+
"type": "any"
|
|
39806
|
+
}
|
|
39807
|
+
},
|
|
39808
|
+
{
|
|
39809
|
+
"name": "focusable",
|
|
39810
|
+
"description": "Makes the expansion-panel headers focusable.",
|
|
39811
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39812
|
+
"default": "false",
|
|
39813
|
+
"value": {
|
|
39814
|
+
"kind": "expression",
|
|
39815
|
+
"type": "boolean"
|
|
39816
|
+
}
|
|
39817
|
+
},
|
|
39818
|
+
{
|
|
39819
|
+
"name": "ripple",
|
|
39820
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
39821
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39822
|
+
"default": "false",
|
|
39823
|
+
"value": {
|
|
39824
|
+
"kind": "expression",
|
|
39825
|
+
"type": "boolean | { class: string }"
|
|
39826
|
+
}
|
|
39827
|
+
},
|
|
39828
|
+
{
|
|
39829
|
+
"name": "readonly",
|
|
39830
|
+
"description": "Makes the expansion-panel content read only.",
|
|
39831
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39832
|
+
"default": "false",
|
|
39833
|
+
"value": {
|
|
39834
|
+
"kind": "expression",
|
|
39835
|
+
"type": "boolean"
|
|
39836
|
+
}
|
|
39837
|
+
},
|
|
39838
|
+
{
|
|
39839
|
+
"name": "eager",
|
|
39840
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
|
39841
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39842
|
+
"default": "false",
|
|
39843
|
+
"value": {
|
|
39844
|
+
"kind": "expression",
|
|
39845
|
+
"type": "boolean"
|
|
39846
|
+
}
|
|
39847
|
+
},
|
|
39848
|
+
{
|
|
39849
|
+
"name": "theme",
|
|
39850
|
+
"description": "Specify a theme for this component and all of its children.",
|
|
39851
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39852
|
+
"value": {
|
|
39853
|
+
"kind": "expression",
|
|
39854
|
+
"type": "string"
|
|
39855
|
+
}
|
|
39856
|
+
},
|
|
39857
|
+
{
|
|
39858
|
+
"name": "variant",
|
|
39859
|
+
"description": "Applies a distinct style to the component.",
|
|
39860
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
|
39861
|
+
"default": "'accordion'",
|
|
39862
|
+
"value": {
|
|
39863
|
+
"kind": "expression",
|
|
39864
|
+
"type": "'default' | 'accordion' | 'inset' | 'popout'"
|
|
39865
|
+
}
|
|
39866
|
+
}
|
|
39867
|
+
],
|
|
39868
|
+
"events": [
|
|
39869
|
+
{
|
|
39870
|
+
"name": "update:modelValue",
|
|
39871
|
+
"description": "Event that is emitted when the component's model changes.",
|
|
39872
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#events",
|
|
39873
|
+
"arguments": [
|
|
39874
|
+
{
|
|
39875
|
+
"name": "argument",
|
|
39876
|
+
"type": "[any]\n"
|
|
39877
|
+
}
|
|
39878
|
+
]
|
|
39879
|
+
}
|
|
39880
|
+
],
|
|
39881
|
+
"slots": [
|
|
39882
|
+
{
|
|
39883
|
+
"name": "actions",
|
|
39884
|
+
"description": "Slot for customizing [v-stepper-actions](/api/v-stepper-actions/).",
|
|
39885
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
|
|
39886
|
+
"vue-properties": [
|
|
39887
|
+
{
|
|
39888
|
+
"name": "canEdit",
|
|
39889
|
+
"type": "boolean"
|
|
39890
|
+
},
|
|
39891
|
+
{
|
|
39892
|
+
"name": "hasError",
|
|
39893
|
+
"type": "boolean"
|
|
39894
|
+
},
|
|
39895
|
+
{
|
|
39896
|
+
"name": "hasCompleted",
|
|
39897
|
+
"type": "boolean"
|
|
39898
|
+
},
|
|
39899
|
+
{
|
|
39900
|
+
"name": "title",
|
|
39901
|
+
"type": "string | number"
|
|
39902
|
+
},
|
|
39903
|
+
{
|
|
39904
|
+
"name": "subtitle",
|
|
39905
|
+
"type": "string | number"
|
|
39906
|
+
},
|
|
39907
|
+
{
|
|
39908
|
+
"name": "step",
|
|
39909
|
+
"type": "any"
|
|
39910
|
+
}
|
|
39911
|
+
]
|
|
39912
|
+
},
|
|
39913
|
+
{
|
|
39914
|
+
"name": "default",
|
|
39915
|
+
"description": "The default Vue slot.",
|
|
39916
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots"
|
|
39917
|
+
},
|
|
39918
|
+
{
|
|
39919
|
+
"name": "icon",
|
|
39920
|
+
"description": "Slot for customizing all stepper item icons.",
|
|
39921
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
|
|
39922
|
+
"vue-properties": [
|
|
39923
|
+
{
|
|
39924
|
+
"name": "canEdit",
|
|
39925
|
+
"type": "boolean"
|
|
39926
|
+
},
|
|
39927
|
+
{
|
|
39928
|
+
"name": "hasError",
|
|
39929
|
+
"type": "boolean"
|
|
39930
|
+
},
|
|
39931
|
+
{
|
|
39932
|
+
"name": "hasCompleted",
|
|
39933
|
+
"type": "boolean"
|
|
39934
|
+
},
|
|
39935
|
+
{
|
|
39936
|
+
"name": "title",
|
|
39937
|
+
"type": "string | number"
|
|
39938
|
+
},
|
|
39939
|
+
{
|
|
39940
|
+
"name": "subtitle",
|
|
39941
|
+
"type": "string | number"
|
|
39942
|
+
},
|
|
39943
|
+
{
|
|
39944
|
+
"name": "step",
|
|
39945
|
+
"type": "any"
|
|
39946
|
+
}
|
|
39947
|
+
]
|
|
39948
|
+
},
|
|
39949
|
+
{
|
|
39950
|
+
"name": "title",
|
|
39951
|
+
"description": "Slot for the component's title content.",
|
|
39952
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
|
|
39953
|
+
"vue-properties": [
|
|
39954
|
+
{
|
|
39955
|
+
"name": "canEdit",
|
|
39956
|
+
"type": "boolean"
|
|
39957
|
+
},
|
|
39958
|
+
{
|
|
39959
|
+
"name": "hasError",
|
|
39960
|
+
"type": "boolean"
|
|
39961
|
+
},
|
|
39962
|
+
{
|
|
39963
|
+
"name": "hasCompleted",
|
|
39964
|
+
"type": "boolean"
|
|
39965
|
+
},
|
|
39966
|
+
{
|
|
39967
|
+
"name": "title",
|
|
39968
|
+
"type": "string | number"
|
|
39969
|
+
},
|
|
39970
|
+
{
|
|
39971
|
+
"name": "subtitle",
|
|
39972
|
+
"type": "string | number"
|
|
39973
|
+
},
|
|
39974
|
+
{
|
|
39975
|
+
"name": "step",
|
|
39976
|
+
"type": "any"
|
|
39977
|
+
}
|
|
39978
|
+
]
|
|
39979
|
+
},
|
|
39980
|
+
{
|
|
39981
|
+
"name": "subtitle",
|
|
39982
|
+
"description": "Slot for the component's subtitle content.",
|
|
39983
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
|
|
39984
|
+
"vue-properties": [
|
|
39985
|
+
{
|
|
39986
|
+
"name": "canEdit",
|
|
39987
|
+
"type": "boolean"
|
|
39988
|
+
},
|
|
39989
|
+
{
|
|
39990
|
+
"name": "hasError",
|
|
39991
|
+
"type": "boolean"
|
|
39992
|
+
},
|
|
39993
|
+
{
|
|
39994
|
+
"name": "hasCompleted",
|
|
39995
|
+
"type": "boolean"
|
|
39996
|
+
},
|
|
39997
|
+
{
|
|
39998
|
+
"name": "title",
|
|
39999
|
+
"type": "string | number"
|
|
40000
|
+
},
|
|
40001
|
+
{
|
|
40002
|
+
"name": "subtitle",
|
|
40003
|
+
"type": "string | number"
|
|
40004
|
+
},
|
|
40005
|
+
{
|
|
40006
|
+
"name": "step",
|
|
40007
|
+
"type": "any"
|
|
40008
|
+
}
|
|
40009
|
+
]
|
|
40010
|
+
},
|
|
40011
|
+
{
|
|
40012
|
+
"name": "item",
|
|
40013
|
+
"description": "Define a custom item appearance.",
|
|
40014
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots"
|
|
40015
|
+
},
|
|
40016
|
+
{
|
|
40017
|
+
"name": "prev",
|
|
40018
|
+
"description": "Slot for customizing the prev step functionality",
|
|
40019
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
|
|
40020
|
+
"vue-properties": [
|
|
40021
|
+
{
|
|
40022
|
+
"name": "canEdit",
|
|
40023
|
+
"type": "boolean"
|
|
40024
|
+
},
|
|
40025
|
+
{
|
|
40026
|
+
"name": "hasError",
|
|
40027
|
+
"type": "boolean"
|
|
40028
|
+
},
|
|
40029
|
+
{
|
|
40030
|
+
"name": "hasCompleted",
|
|
40031
|
+
"type": "boolean"
|
|
40032
|
+
},
|
|
40033
|
+
{
|
|
40034
|
+
"name": "title",
|
|
40035
|
+
"type": "string | number"
|
|
40036
|
+
},
|
|
40037
|
+
{
|
|
40038
|
+
"name": "subtitle",
|
|
40039
|
+
"type": "string | number"
|
|
40040
|
+
},
|
|
40041
|
+
{
|
|
40042
|
+
"name": "step",
|
|
40043
|
+
"type": "any"
|
|
40044
|
+
}
|
|
40045
|
+
]
|
|
40046
|
+
},
|
|
40047
|
+
{
|
|
40048
|
+
"name": "next",
|
|
40049
|
+
"description": "Slot for customizing the next step functionailty",
|
|
40050
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
|
|
40051
|
+
"vue-properties": [
|
|
40052
|
+
{
|
|
40053
|
+
"name": "canEdit",
|
|
40054
|
+
"type": "boolean"
|
|
40055
|
+
},
|
|
40056
|
+
{
|
|
40057
|
+
"name": "hasError",
|
|
40058
|
+
"type": "boolean"
|
|
40059
|
+
},
|
|
40060
|
+
{
|
|
40061
|
+
"name": "hasCompleted",
|
|
40062
|
+
"type": "boolean"
|
|
40063
|
+
},
|
|
40064
|
+
{
|
|
40065
|
+
"name": "title",
|
|
40066
|
+
"type": "string | number"
|
|
40067
|
+
},
|
|
40068
|
+
{
|
|
40069
|
+
"name": "subtitle",
|
|
40070
|
+
"type": "string | number"
|
|
40071
|
+
},
|
|
40072
|
+
{
|
|
40073
|
+
"name": "step",
|
|
40074
|
+
"type": "any"
|
|
40075
|
+
}
|
|
40076
|
+
]
|
|
40077
|
+
},
|
|
40078
|
+
{
|
|
40079
|
+
"name": "[`header-item.${string}`]",
|
|
40080
|
+
"description": "Slot for customizing header items when using the [items](/api/v-stepper/#props-items) prop.",
|
|
40081
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots",
|
|
40082
|
+
"vue-properties": [
|
|
40083
|
+
{
|
|
40084
|
+
"name": "canEdit",
|
|
40085
|
+
"type": "boolean"
|
|
40086
|
+
},
|
|
40087
|
+
{
|
|
40088
|
+
"name": "hasError",
|
|
40089
|
+
"type": "boolean"
|
|
40090
|
+
},
|
|
40091
|
+
{
|
|
40092
|
+
"name": "hasCompleted",
|
|
40093
|
+
"type": "boolean"
|
|
40094
|
+
},
|
|
40095
|
+
{
|
|
40096
|
+
"name": "title",
|
|
40097
|
+
"type": "string | number"
|
|
40098
|
+
},
|
|
40099
|
+
{
|
|
40100
|
+
"name": "subtitle",
|
|
40101
|
+
"type": "string | number"
|
|
40102
|
+
},
|
|
40103
|
+
{
|
|
40104
|
+
"name": "step",
|
|
40105
|
+
"type": "any"
|
|
40106
|
+
}
|
|
40107
|
+
]
|
|
40108
|
+
},
|
|
40109
|
+
{
|
|
40110
|
+
"name": "[`item.${string}`]",
|
|
40111
|
+
"description": "Slot for customizing the content for each step.",
|
|
40112
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical#slots"
|
|
38610
40113
|
}
|
|
38611
40114
|
],
|
|
38612
40115
|
"vue-model": {
|
|
@@ -38615,18 +40118,18 @@
|
|
|
38615
40118
|
}
|
|
38616
40119
|
},
|
|
38617
40120
|
{
|
|
38618
|
-
"name": "
|
|
40121
|
+
"name": "VStepperVerticalActions",
|
|
38619
40122
|
"source": {
|
|
38620
40123
|
"module": "./src/components/index.ts",
|
|
38621
|
-
"symbol": "
|
|
40124
|
+
"symbol": "VStepperVerticalActions"
|
|
38622
40125
|
},
|
|
38623
40126
|
"description": "",
|
|
38624
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions",
|
|
40127
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions",
|
|
38625
40128
|
"attributes": [
|
|
38626
40129
|
{
|
|
38627
40130
|
"name": "color",
|
|
38628
40131
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
38629
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40132
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
|
|
38630
40133
|
"value": {
|
|
38631
40134
|
"kind": "expression",
|
|
38632
40135
|
"type": "string"
|
|
@@ -38635,7 +40138,7 @@
|
|
|
38635
40138
|
{
|
|
38636
40139
|
"name": "disabled",
|
|
38637
40140
|
"description": "Removes the ability to click or target the component.",
|
|
38638
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40141
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
|
|
38639
40142
|
"default": "false",
|
|
38640
40143
|
"value": {
|
|
38641
40144
|
"kind": "expression",
|
|
@@ -38645,7 +40148,7 @@
|
|
|
38645
40148
|
{
|
|
38646
40149
|
"name": "prevText",
|
|
38647
40150
|
"description": "The text used for the Prev button.",
|
|
38648
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40151
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
|
|
38649
40152
|
"default": "'$vuetify.stepper.prev'",
|
|
38650
40153
|
"value": {
|
|
38651
40154
|
"kind": "expression",
|
|
@@ -38655,7 +40158,7 @@
|
|
|
38655
40158
|
{
|
|
38656
40159
|
"name": "nextText",
|
|
38657
40160
|
"description": "The text used for the Next button.",
|
|
38658
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40161
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
|
|
38659
40162
|
"default": "'$vuetify.stepper.next'",
|
|
38660
40163
|
"value": {
|
|
38661
40164
|
"kind": "expression",
|
|
@@ -38667,7 +40170,7 @@
|
|
|
38667
40170
|
{
|
|
38668
40171
|
"name": "click:prev",
|
|
38669
40172
|
"description": "Event emitted when clicking the prev button.",
|
|
38670
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
|
|
40173
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#events",
|
|
38671
40174
|
"arguments": [
|
|
38672
40175
|
{
|
|
38673
40176
|
"name": "argument",
|
|
@@ -38678,7 +40181,7 @@
|
|
|
38678
40181
|
{
|
|
38679
40182
|
"name": "click:next",
|
|
38680
40183
|
"description": "Event emitted when clicking the next button.",
|
|
38681
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
|
|
40184
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#events",
|
|
38682
40185
|
"arguments": [
|
|
38683
40186
|
{
|
|
38684
40187
|
"name": "argument",
|
|
@@ -38691,7 +40194,7 @@
|
|
|
38691
40194
|
{
|
|
38692
40195
|
"name": "prev",
|
|
38693
40196
|
"description": "Slot for customizing the prev step functionality",
|
|
38694
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots",
|
|
40197
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#slots",
|
|
38695
40198
|
"vue-properties": [
|
|
38696
40199
|
{
|
|
38697
40200
|
"name": "props",
|
|
@@ -38702,7 +40205,7 @@
|
|
|
38702
40205
|
{
|
|
38703
40206
|
"name": "next",
|
|
38704
40207
|
"description": "Slot for customizing the next step functionailty",
|
|
38705
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots",
|
|
40208
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#slots",
|
|
38706
40209
|
"vue-properties": [
|
|
38707
40210
|
{
|
|
38708
40211
|
"name": "props",
|
|
@@ -38717,51 +40220,27 @@
|
|
|
38717
40220
|
}
|
|
38718
40221
|
},
|
|
38719
40222
|
{
|
|
38720
|
-
"name": "
|
|
40223
|
+
"name": "VStepperVerticalItem",
|
|
38721
40224
|
"source": {
|
|
38722
40225
|
"module": "./src/components/index.ts",
|
|
38723
|
-
"symbol": "
|
|
40226
|
+
"symbol": "VStepperVerticalItem"
|
|
38724
40227
|
},
|
|
38725
40228
|
"description": "",
|
|
38726
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-
|
|
40229
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item",
|
|
38727
40230
|
"attributes": [
|
|
38728
40231
|
{
|
|
38729
|
-
"name": "
|
|
38730
|
-
"description": "
|
|
38731
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
38732
|
-
"default": "'div'",
|
|
40232
|
+
"name": "icon",
|
|
40233
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
|
40234
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38733
40235
|
"value": {
|
|
38734
40236
|
"kind": "expression",
|
|
38735
40237
|
"type": "string"
|
|
38736
40238
|
}
|
|
38737
|
-
}
|
|
38738
|
-
],
|
|
38739
|
-
"events": [],
|
|
38740
|
-
"slots": [
|
|
38741
|
-
{
|
|
38742
|
-
"name": "default",
|
|
38743
|
-
"description": "The default Vue slot.",
|
|
38744
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-header#slots"
|
|
38745
|
-
}
|
|
38746
|
-
],
|
|
38747
|
-
"vue-model": {
|
|
38748
|
-
"prop": "modelValue",
|
|
38749
|
-
"event": "update:modelValue"
|
|
38750
|
-
}
|
|
38751
|
-
},
|
|
38752
|
-
{
|
|
38753
|
-
"name": "VStepperItem",
|
|
38754
|
-
"source": {
|
|
38755
|
-
"module": "./src/components/index.ts",
|
|
38756
|
-
"symbol": "VStepperItem"
|
|
38757
|
-
},
|
|
38758
|
-
"description": "",
|
|
38759
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-item",
|
|
38760
|
-
"attributes": [
|
|
40239
|
+
},
|
|
38761
40240
|
{
|
|
38762
|
-
"name": "
|
|
38763
|
-
"description": "
|
|
38764
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40241
|
+
"name": "subtitle",
|
|
40242
|
+
"description": "Specify a subtitle text for the component.",
|
|
40243
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38765
40244
|
"value": {
|
|
38766
40245
|
"kind": "expression",
|
|
38767
40246
|
"type": "string"
|
|
@@ -38770,25 +40249,35 @@
|
|
|
38770
40249
|
{
|
|
38771
40250
|
"name": "title",
|
|
38772
40251
|
"description": "Specify a title text for the component.",
|
|
38773
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40252
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38774
40253
|
"value": {
|
|
38775
40254
|
"kind": "expression",
|
|
38776
40255
|
"type": "string"
|
|
38777
40256
|
}
|
|
38778
40257
|
},
|
|
38779
40258
|
{
|
|
38780
|
-
"name": "
|
|
38781
|
-
"description": "Specify
|
|
38782
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40259
|
+
"name": "text",
|
|
40260
|
+
"description": "Specify content text for the component.",
|
|
40261
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38783
40262
|
"value": {
|
|
38784
40263
|
"kind": "expression",
|
|
38785
40264
|
"type": "string"
|
|
38786
40265
|
}
|
|
38787
40266
|
},
|
|
40267
|
+
{
|
|
40268
|
+
"name": "hideActions",
|
|
40269
|
+
"description": "Hide the expand icon in the content title.",
|
|
40270
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40271
|
+
"default": "false",
|
|
40272
|
+
"value": {
|
|
40273
|
+
"kind": "expression",
|
|
40274
|
+
"type": "boolean"
|
|
40275
|
+
}
|
|
40276
|
+
},
|
|
38788
40277
|
{
|
|
38789
40278
|
"name": "color",
|
|
38790
40279
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
38791
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40280
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38792
40281
|
"value": {
|
|
38793
40282
|
"kind": "expression",
|
|
38794
40283
|
"type": "string"
|
|
@@ -38797,7 +40286,7 @@
|
|
|
38797
40286
|
{
|
|
38798
40287
|
"name": "complete",
|
|
38799
40288
|
"description": "Marks step as complete.",
|
|
38800
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40289
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38801
40290
|
"default": "false",
|
|
38802
40291
|
"value": {
|
|
38803
40292
|
"kind": "expression",
|
|
@@ -38807,7 +40296,7 @@
|
|
|
38807
40296
|
{
|
|
38808
40297
|
"name": "completeIcon",
|
|
38809
40298
|
"description": "Icon to display when step is marked as completed.",
|
|
38810
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40299
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38811
40300
|
"default": "'$complete'",
|
|
38812
40301
|
"value": {
|
|
38813
40302
|
"kind": "expression",
|
|
@@ -38817,7 +40306,7 @@
|
|
|
38817
40306
|
{
|
|
38818
40307
|
"name": "editable",
|
|
38819
40308
|
"description": "Marks step as editable.",
|
|
38820
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40309
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38821
40310
|
"default": "false",
|
|
38822
40311
|
"value": {
|
|
38823
40312
|
"kind": "expression",
|
|
@@ -38827,7 +40316,7 @@
|
|
|
38827
40316
|
{
|
|
38828
40317
|
"name": "editIcon",
|
|
38829
40318
|
"description": "Icon to display when step is editable.",
|
|
38830
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40319
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38831
40320
|
"default": "'$edit'",
|
|
38832
40321
|
"value": {
|
|
38833
40322
|
"kind": "expression",
|
|
@@ -38837,7 +40326,7 @@
|
|
|
38837
40326
|
{
|
|
38838
40327
|
"name": "error",
|
|
38839
40328
|
"description": "Puts the stepper item in a manual error state.",
|
|
38840
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40329
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38841
40330
|
"default": "false",
|
|
38842
40331
|
"value": {
|
|
38843
40332
|
"kind": "expression",
|
|
@@ -38847,7 +40336,7 @@
|
|
|
38847
40336
|
{
|
|
38848
40337
|
"name": "errorIcon",
|
|
38849
40338
|
"description": "Icon to display when step has an error.",
|
|
38850
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40339
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38851
40340
|
"default": "'$error'",
|
|
38852
40341
|
"value": {
|
|
38853
40342
|
"kind": "expression",
|
|
@@ -38857,8 +40346,8 @@
|
|
|
38857
40346
|
{
|
|
38858
40347
|
"name": "ripple",
|
|
38859
40348
|
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
38860
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
38861
|
-
"default": "
|
|
40349
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40350
|
+
"default": "false",
|
|
38862
40351
|
"value": {
|
|
38863
40352
|
"kind": "expression",
|
|
38864
40353
|
"type": "boolean | { class: string }"
|
|
@@ -38866,8 +40355,8 @@
|
|
|
38866
40355
|
},
|
|
38867
40356
|
{
|
|
38868
40357
|
"name": "value",
|
|
38869
|
-
"description": "
|
|
38870
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40358
|
+
"description": "Controls the opened/closed state of content.",
|
|
40359
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38871
40360
|
"value": {
|
|
38872
40361
|
"kind": "expression",
|
|
38873
40362
|
"type": "any"
|
|
@@ -38876,17 +40365,35 @@
|
|
|
38876
40365
|
{
|
|
38877
40366
|
"name": "rules",
|
|
38878
40367
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`.",
|
|
38879
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40368
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38880
40369
|
"default": "[]",
|
|
38881
40370
|
"value": {
|
|
38882
40371
|
"kind": "expression",
|
|
38883
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#
|
|
40372
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L42-L42\" target=\"_blank\">ValidationRule</a>[]"
|
|
40373
|
+
}
|
|
40374
|
+
},
|
|
40375
|
+
{
|
|
40376
|
+
"name": "bgColor",
|
|
40377
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
40378
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40379
|
+
"value": {
|
|
40380
|
+
"kind": "expression",
|
|
40381
|
+
"type": "string"
|
|
40382
|
+
}
|
|
40383
|
+
},
|
|
40384
|
+
{
|
|
40385
|
+
"name": "elevation",
|
|
40386
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
40387
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40388
|
+
"value": {
|
|
40389
|
+
"kind": "expression",
|
|
40390
|
+
"type": "string | number"
|
|
38884
40391
|
}
|
|
38885
40392
|
},
|
|
38886
40393
|
{
|
|
38887
40394
|
"name": "disabled",
|
|
38888
|
-
"description": "
|
|
38889
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40395
|
+
"description": "Disables the expansion-panel content.",
|
|
40396
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
38890
40397
|
"default": "false",
|
|
38891
40398
|
"value": {
|
|
38892
40399
|
"kind": "expression",
|
|
@@ -38896,22 +40403,133 @@
|
|
|
38896
40403
|
{
|
|
38897
40404
|
"name": "selectedClass",
|
|
38898
40405
|
"description": "Configure the active CSS class applied when an item is selected.",
|
|
38899
|
-
"doc-url": "https://vuetifyjs.com/api/
|
|
40406
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40407
|
+
"value": {
|
|
40408
|
+
"kind": "expression",
|
|
40409
|
+
"type": "string"
|
|
40410
|
+
}
|
|
40411
|
+
},
|
|
40412
|
+
{
|
|
40413
|
+
"name": "rounded",
|
|
40414
|
+
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
|
|
40415
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40416
|
+
"value": {
|
|
40417
|
+
"kind": "expression",
|
|
40418
|
+
"type": "string | number | boolean"
|
|
40419
|
+
}
|
|
40420
|
+
},
|
|
40421
|
+
{
|
|
40422
|
+
"name": "tile",
|
|
40423
|
+
"description": "Removes any applied **border-radius** from the component.",
|
|
40424
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40425
|
+
"default": "false",
|
|
40426
|
+
"value": {
|
|
40427
|
+
"kind": "expression",
|
|
40428
|
+
"type": "boolean"
|
|
40429
|
+
}
|
|
40430
|
+
},
|
|
40431
|
+
{
|
|
40432
|
+
"name": "tag",
|
|
40433
|
+
"description": "Specify a custom tag used on the root element.",
|
|
40434
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40435
|
+
"default": "'div'",
|
|
38900
40436
|
"value": {
|
|
38901
40437
|
"kind": "expression",
|
|
38902
40438
|
"type": "string"
|
|
38903
40439
|
}
|
|
40440
|
+
},
|
|
40441
|
+
{
|
|
40442
|
+
"name": "expandIcon",
|
|
40443
|
+
"description": "Icon used when the expansion panel is in a expandable state.",
|
|
40444
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40445
|
+
"default": "",
|
|
40446
|
+
"value": {
|
|
40447
|
+
"kind": "expression",
|
|
40448
|
+
"type": "any"
|
|
40449
|
+
}
|
|
40450
|
+
},
|
|
40451
|
+
{
|
|
40452
|
+
"name": "collapseIcon",
|
|
40453
|
+
"description": "Icon used when the expansion panel is in a collapsable state.",
|
|
40454
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40455
|
+
"default": "",
|
|
40456
|
+
"value": {
|
|
40457
|
+
"kind": "expression",
|
|
40458
|
+
"type": "any"
|
|
40459
|
+
}
|
|
40460
|
+
},
|
|
40461
|
+
{
|
|
40462
|
+
"name": "focusable",
|
|
40463
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
|
40464
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40465
|
+
"default": "false",
|
|
40466
|
+
"value": {
|
|
40467
|
+
"kind": "expression",
|
|
40468
|
+
"type": "boolean"
|
|
40469
|
+
}
|
|
40470
|
+
},
|
|
40471
|
+
{
|
|
40472
|
+
"name": "static",
|
|
40473
|
+
"description": "Remove title size expansion when selected.",
|
|
40474
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40475
|
+
"default": "false",
|
|
40476
|
+
"value": {
|
|
40477
|
+
"kind": "expression",
|
|
40478
|
+
"type": "boolean"
|
|
40479
|
+
}
|
|
40480
|
+
},
|
|
40481
|
+
{
|
|
40482
|
+
"name": "readonly",
|
|
40483
|
+
"description": "Makes the expansion-panel content read only.",
|
|
40484
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40485
|
+
"default": "false",
|
|
40486
|
+
"value": {
|
|
40487
|
+
"kind": "expression",
|
|
40488
|
+
"type": "boolean"
|
|
40489
|
+
}
|
|
40490
|
+
},
|
|
40491
|
+
{
|
|
40492
|
+
"name": "eager",
|
|
40493
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
|
40494
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
|
40495
|
+
"default": "false",
|
|
40496
|
+
"value": {
|
|
40497
|
+
"kind": "expression",
|
|
40498
|
+
"type": "boolean"
|
|
40499
|
+
}
|
|
38904
40500
|
}
|
|
38905
40501
|
],
|
|
38906
40502
|
"events": [
|
|
38907
40503
|
{
|
|
38908
|
-
"name": "
|
|
38909
|
-
"description": "Event
|
|
38910
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#events",
|
|
40504
|
+
"name": "click:next",
|
|
40505
|
+
"description": "Event emitted when clicking the next button",
|
|
40506
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
|
|
38911
40507
|
"arguments": [
|
|
38912
40508
|
{
|
|
38913
40509
|
"name": "argument",
|
|
38914
|
-
"type": "[
|
|
40510
|
+
"type": "[]\n"
|
|
40511
|
+
}
|
|
40512
|
+
]
|
|
40513
|
+
},
|
|
40514
|
+
{
|
|
40515
|
+
"name": "click:prev",
|
|
40516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
|
|
40517
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
|
|
40518
|
+
"arguments": [
|
|
40519
|
+
{
|
|
40520
|
+
"name": "argument",
|
|
40521
|
+
"type": "[]\n"
|
|
40522
|
+
}
|
|
40523
|
+
]
|
|
40524
|
+
},
|
|
40525
|
+
{
|
|
40526
|
+
"name": "click:finish",
|
|
40527
|
+
"description": "Event emitted when clicking the finish button",
|
|
40528
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
|
|
40529
|
+
"arguments": [
|
|
40530
|
+
{
|
|
40531
|
+
"name": "argument",
|
|
40532
|
+
"type": "[]\n"
|
|
38915
40533
|
}
|
|
38916
40534
|
]
|
|
38917
40535
|
}
|
|
@@ -38920,7 +40538,7 @@
|
|
|
38920
40538
|
{
|
|
38921
40539
|
"name": "default",
|
|
38922
40540
|
"description": "The default Vue slot.",
|
|
38923
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
40541
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
|
38924
40542
|
"vue-properties": [
|
|
38925
40543
|
{
|
|
38926
40544
|
"name": "canEdit",
|
|
@@ -38950,8 +40568,39 @@
|
|
|
38950
40568
|
},
|
|
38951
40569
|
{
|
|
38952
40570
|
"name": "icon",
|
|
38953
|
-
"description": "
|
|
38954
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
40571
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
|
40572
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
|
40573
|
+
"vue-properties": [
|
|
40574
|
+
{
|
|
40575
|
+
"name": "canEdit",
|
|
40576
|
+
"type": "boolean"
|
|
40577
|
+
},
|
|
40578
|
+
{
|
|
40579
|
+
"name": "hasError",
|
|
40580
|
+
"type": "boolean"
|
|
40581
|
+
},
|
|
40582
|
+
{
|
|
40583
|
+
"name": "hasCompleted",
|
|
40584
|
+
"type": "boolean"
|
|
40585
|
+
},
|
|
40586
|
+
{
|
|
40587
|
+
"name": "title",
|
|
40588
|
+
"type": "string | number"
|
|
40589
|
+
},
|
|
40590
|
+
{
|
|
40591
|
+
"name": "subtitle",
|
|
40592
|
+
"type": "string | number"
|
|
40593
|
+
},
|
|
40594
|
+
{
|
|
40595
|
+
"name": "step",
|
|
40596
|
+
"type": "any"
|
|
40597
|
+
}
|
|
40598
|
+
]
|
|
40599
|
+
},
|
|
40600
|
+
{
|
|
40601
|
+
"name": "subtitle",
|
|
40602
|
+
"description": "Slot for the component's subtitle content.",
|
|
40603
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
|
38955
40604
|
"vue-properties": [
|
|
38956
40605
|
{
|
|
38957
40606
|
"name": "canEdit",
|
|
@@ -38982,7 +40631,7 @@
|
|
|
38982
40631
|
{
|
|
38983
40632
|
"name": "title",
|
|
38984
40633
|
"description": "Slot for the component's title content.",
|
|
38985
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
40634
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
|
38986
40635
|
"vue-properties": [
|
|
38987
40636
|
{
|
|
38988
40637
|
"name": "canEdit",
|
|
@@ -39011,9 +40660,9 @@
|
|
|
39011
40660
|
]
|
|
39012
40661
|
},
|
|
39013
40662
|
{
|
|
39014
|
-
"name": "
|
|
39015
|
-
"description": "Slot for the component's
|
|
39016
|
-
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots",
|
|
40663
|
+
"name": "text",
|
|
40664
|
+
"description": "Slot for the component's text content.",
|
|
40665
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
|
39017
40666
|
"vue-properties": [
|
|
39018
40667
|
{
|
|
39019
40668
|
"name": "canEdit",
|
|
@@ -39040,6 +40689,73 @@
|
|
|
39040
40689
|
"type": "any"
|
|
39041
40690
|
}
|
|
39042
40691
|
]
|
|
40692
|
+
},
|
|
40693
|
+
{
|
|
40694
|
+
"name": "prev",
|
|
40695
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
|
40696
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
|
40697
|
+
"vue-properties": [
|
|
40698
|
+
{
|
|
40699
|
+
"name": "canEdit",
|
|
40700
|
+
"type": "boolean"
|
|
40701
|
+
},
|
|
40702
|
+
{
|
|
40703
|
+
"name": "hasError",
|
|
40704
|
+
"type": "boolean"
|
|
40705
|
+
},
|
|
40706
|
+
{
|
|
40707
|
+
"name": "hasCompleted",
|
|
40708
|
+
"type": "boolean"
|
|
40709
|
+
},
|
|
40710
|
+
{
|
|
40711
|
+
"name": "title",
|
|
40712
|
+
"type": "string | number"
|
|
40713
|
+
},
|
|
40714
|
+
{
|
|
40715
|
+
"name": "subtitle",
|
|
40716
|
+
"type": "string | number"
|
|
40717
|
+
},
|
|
40718
|
+
{
|
|
40719
|
+
"name": "step",
|
|
40720
|
+
"type": "any"
|
|
40721
|
+
}
|
|
40722
|
+
]
|
|
40723
|
+
},
|
|
40724
|
+
{
|
|
40725
|
+
"name": "next",
|
|
40726
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
|
40727
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
|
40728
|
+
"vue-properties": [
|
|
40729
|
+
{
|
|
40730
|
+
"name": "canEdit",
|
|
40731
|
+
"type": "boolean"
|
|
40732
|
+
},
|
|
40733
|
+
{
|
|
40734
|
+
"name": "hasError",
|
|
40735
|
+
"type": "boolean"
|
|
40736
|
+
},
|
|
40737
|
+
{
|
|
40738
|
+
"name": "hasCompleted",
|
|
40739
|
+
"type": "boolean"
|
|
40740
|
+
},
|
|
40741
|
+
{
|
|
40742
|
+
"name": "title",
|
|
40743
|
+
"type": "string | number"
|
|
40744
|
+
},
|
|
40745
|
+
{
|
|
40746
|
+
"name": "subtitle",
|
|
40747
|
+
"type": "string | number"
|
|
40748
|
+
},
|
|
40749
|
+
{
|
|
40750
|
+
"name": "step",
|
|
40751
|
+
"type": "any"
|
|
40752
|
+
}
|
|
40753
|
+
]
|
|
40754
|
+
},
|
|
40755
|
+
{
|
|
40756
|
+
"name": "actions",
|
|
40757
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
|
|
40758
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots"
|
|
39043
40759
|
}
|
|
39044
40760
|
],
|
|
39045
40761
|
"vue-model": {
|
|
@@ -40817,9 +42533,9 @@
|
|
|
40817
42533
|
},
|
|
40818
42534
|
{
|
|
40819
42535
|
"name": "mobile",
|
|
40820
|
-
"description": "
|
|
42536
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
40821
42537
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
|
40822
|
-
"default": "
|
|
42538
|
+
"default": "false",
|
|
40823
42539
|
"value": {
|
|
40824
42540
|
"kind": "expression",
|
|
40825
42541
|
"type": "boolean"
|
|
@@ -40934,7 +42650,7 @@
|
|
|
40934
42650
|
},
|
|
40935
42651
|
{
|
|
40936
42652
|
"name": "tab",
|
|
40937
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#
|
|
42653
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
|
40938
42654
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
|
40939
42655
|
"vue-properties": [
|
|
40940
42656
|
{
|
|
@@ -40961,7 +42677,7 @@
|
|
|
40961
42677
|
},
|
|
40962
42678
|
{
|
|
40963
42679
|
"name": "[`tab.${string}`]",
|
|
40964
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#
|
|
42680
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
|
40965
42681
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
|
40966
42682
|
"vue-properties": [
|
|
40967
42683
|
{
|
|
@@ -40972,7 +42688,7 @@
|
|
|
40972
42688
|
},
|
|
40973
42689
|
{
|
|
40974
42690
|
"name": "[`item.${string}`]",
|
|
40975
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#
|
|
42691
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
|
40976
42692
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
|
40977
42693
|
"vue-properties": [
|
|
40978
42694
|
{
|
|
@@ -44555,7 +46271,7 @@
|
|
|
44555
46271
|
"name": "modelValue",
|
|
44556
46272
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
44557
46273
|
"doc-url": "https://vuetifyjs.com/api/VTooltip#props",
|
|
44558
|
-
"default": "
|
|
46274
|
+
"default": "false",
|
|
44559
46275
|
"value": {
|
|
44560
46276
|
"kind": "expression",
|
|
44561
46277
|
"type": "boolean"
|
|
@@ -44842,7 +46558,7 @@
|
|
|
44842
46558
|
},
|
|
44843
46559
|
{
|
|
44844
46560
|
"name": "targetRef",
|
|
44845
|
-
"type": "
|
|
46561
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
|
|
44846
46562
|
}
|
|
44847
46563
|
]
|
|
44848
46564
|
}
|
|
@@ -45064,69 +46780,69 @@
|
|
|
45064
46780
|
}
|
|
45065
46781
|
},
|
|
45066
46782
|
{
|
|
45067
|
-
"name": "
|
|
45068
|
-
"description": "
|
|
46783
|
+
"name": "opened",
|
|
46784
|
+
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`.",
|
|
45069
46785
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
45070
|
-
"default": "false",
|
|
45071
46786
|
"value": {
|
|
45072
46787
|
"kind": "expression",
|
|
45073
|
-
"type": "
|
|
46788
|
+
"type": "any"
|
|
45074
46789
|
}
|
|
45075
46790
|
},
|
|
45076
46791
|
{
|
|
45077
|
-
"name": "
|
|
45078
|
-
"description": "
|
|
46792
|
+
"name": "activated",
|
|
46793
|
+
"description": "Array of ids of activated nodes.",
|
|
45079
46794
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
45080
46795
|
"value": {
|
|
45081
46796
|
"kind": "expression",
|
|
45082
|
-
"type": "
|
|
46797
|
+
"type": "any"
|
|
45083
46798
|
}
|
|
45084
46799
|
},
|
|
45085
46800
|
{
|
|
45086
|
-
"name": "
|
|
45087
|
-
"description": "
|
|
46801
|
+
"name": "selected",
|
|
46802
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
|
|
45088
46803
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
45089
|
-
"default": "'independent'",
|
|
45090
46804
|
"value": {
|
|
45091
46805
|
"kind": "expression",
|
|
45092
|
-
"type": "
|
|
46806
|
+
"type": "any"
|
|
45093
46807
|
}
|
|
45094
46808
|
},
|
|
45095
46809
|
{
|
|
45096
|
-
"name": "
|
|
45097
|
-
"description": "
|
|
46810
|
+
"name": "mandatory",
|
|
46811
|
+
"description": "Forces at least one item to always be selected (if available).",
|
|
45098
46812
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
45099
|
-
"default": "
|
|
46813
|
+
"default": "false",
|
|
45100
46814
|
"value": {
|
|
45101
46815
|
"kind": "expression",
|
|
45102
|
-
"type": "
|
|
46816
|
+
"type": "boolean"
|
|
45103
46817
|
}
|
|
45104
46818
|
},
|
|
45105
46819
|
{
|
|
45106
|
-
"name": "
|
|
45107
|
-
"description": "
|
|
46820
|
+
"name": "activeStrategy",
|
|
46821
|
+
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
|
|
45108
46822
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
45109
46823
|
"value": {
|
|
45110
46824
|
"kind": "expression",
|
|
45111
|
-
"type": "
|
|
46825
|
+
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)"
|
|
45112
46826
|
}
|
|
45113
46827
|
},
|
|
45114
46828
|
{
|
|
45115
|
-
"name": "
|
|
45116
|
-
"description": "
|
|
46829
|
+
"name": "selectStrategy",
|
|
46830
|
+
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
|
|
45117
46831
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
46832
|
+
"default": "'independent'",
|
|
45118
46833
|
"value": {
|
|
45119
46834
|
"kind": "expression",
|
|
45120
|
-
"type": "
|
|
46835
|
+
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
|
|
45121
46836
|
}
|
|
45122
46837
|
},
|
|
45123
46838
|
{
|
|
45124
|
-
"name": "
|
|
45125
|
-
"description": "
|
|
46839
|
+
"name": "openStrategy",
|
|
46840
|
+
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
|
|
45126
46841
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
|
46842
|
+
"default": "'multiple'",
|
|
45127
46843
|
"value": {
|
|
45128
46844
|
"kind": "expression",
|
|
45129
|
-
"type": "
|
|
46845
|
+
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
|
|
45130
46846
|
}
|
|
45131
46847
|
},
|
|
45132
46848
|
{
|
|
@@ -45347,7 +47063,7 @@
|
|
|
45347
47063
|
"arguments": [
|
|
45348
47064
|
{
|
|
45349
47065
|
"name": "argument",
|
|
45350
|
-
"type": "[unknown
|
|
47066
|
+
"type": "[unknown]\n"
|
|
45351
47067
|
}
|
|
45352
47068
|
]
|
|
45353
47069
|
},
|
|
@@ -45358,7 +47074,7 @@
|
|
|
45358
47074
|
"arguments": [
|
|
45359
47075
|
{
|
|
45360
47076
|
"name": "argument",
|
|
45361
|
-
"type": "[unknown
|
|
47077
|
+
"type": "[unknown]\n"
|
|
45362
47078
|
}
|
|
45363
47079
|
]
|
|
45364
47080
|
},
|
|
@@ -45369,7 +47085,7 @@
|
|
|
45369
47085
|
"arguments": [
|
|
45370
47086
|
{
|
|
45371
47087
|
"name": "argument",
|
|
45372
|
-
"type": "[unknown
|
|
47088
|
+
"type": "[unknown]\n"
|
|
45373
47089
|
}
|
|
45374
47090
|
]
|
|
45375
47091
|
},
|
|
@@ -45971,9 +47687,10 @@
|
|
|
45971
47687
|
"name": "lines",
|
|
45972
47688
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
|
|
45973
47689
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
|
47690
|
+
"default": "false",
|
|
45974
47691
|
"value": {
|
|
45975
47692
|
"kind": "expression",
|
|
45976
|
-
"type": "'one' | 'two' | 'three'"
|
|
47693
|
+
"type": "false | 'one' | 'two' | 'three'"
|
|
45977
47694
|
}
|
|
45978
47695
|
}
|
|
45979
47696
|
],
|