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
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
},
|
|
910
910
|
"VBanner/mobile-breakpoint": {
|
|
911
911
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
912
|
-
"description": "Overrides the display configuration default."
|
|
912
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
913
913
|
},
|
|
914
914
|
"VBanner/elevation": {
|
|
915
915
|
"type": "string | number\n",
|
|
@@ -2129,7 +2129,7 @@
|
|
|
2129
2129
|
},
|
|
2130
2130
|
"VCarouselItem/lazy-src": {
|
|
2131
2131
|
"type": "string\n",
|
|
2132
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
|
2132
|
+
"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."
|
|
2133
2133
|
},
|
|
2134
2134
|
"VCarouselItem/options": {
|
|
2135
2135
|
"type": "IntersectionObserverInit\n",
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
|
2157
2157
|
},
|
|
2158
2158
|
"VCarouselItem/content-class": {
|
|
2159
|
-
"type": "
|
|
2159
|
+
"type": "any\n",
|
|
2160
2160
|
"description": "Apply a custom class to the internal content element."
|
|
2161
2161
|
},
|
|
2162
2162
|
"VCarouselItem/inline": {
|
|
@@ -2657,7 +2657,7 @@
|
|
|
2657
2657
|
},
|
|
2658
2658
|
"VChipGroup/mobile": {
|
|
2659
2659
|
"type": "boolean\n",
|
|
2660
|
-
"description": "
|
|
2660
|
+
"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"
|
|
2661
2661
|
},
|
|
2662
2662
|
"VChipGroup/mobile-breakpoint": {
|
|
2663
2663
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
@@ -3385,7 +3385,7 @@
|
|
|
3385
3385
|
},
|
|
3386
3386
|
"VDataTable/mobile": {
|
|
3387
3387
|
"type": "boolean\n",
|
|
3388
|
-
"description": "
|
|
3388
|
+
"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"
|
|
3389
3389
|
},
|
|
3390
3390
|
"VDataTable/loading": {
|
|
3391
3391
|
"type": "string | boolean\n",
|
|
@@ -3421,12 +3421,20 @@
|
|
|
3421
3421
|
},
|
|
3422
3422
|
"VDataTable/mobile-breakpoint": {
|
|
3423
3423
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3424
|
-
"description": "Overrides the display configuration default."
|
|
3424
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
3425
3425
|
},
|
|
3426
3426
|
"VDataTable/row-props": {
|
|
3427
3427
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3428
3428
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
3429
3429
|
},
|
|
3430
|
+
"VDataTable/hide-default-footer": {
|
|
3431
|
+
"type": "boolean\n",
|
|
3432
|
+
"description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
|
|
3433
|
+
},
|
|
3434
|
+
"VDataTable/hide-default-header": {
|
|
3435
|
+
"type": "boolean\n",
|
|
3436
|
+
"description": "Hides the default header."
|
|
3437
|
+
},
|
|
3430
3438
|
"VDataTable/search": {
|
|
3431
3439
|
"type": "string\n",
|
|
3432
3440
|
"description": "Text input used to filter items."
|
|
@@ -3629,11 +3637,11 @@
|
|
|
3629
3637
|
},
|
|
3630
3638
|
"VDataTableHeaders/mobile": {
|
|
3631
3639
|
"type": "boolean\n",
|
|
3632
|
-
"description": "
|
|
3640
|
+
"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"
|
|
3633
3641
|
},
|
|
3634
3642
|
"VDataTableHeaders/mobile-breakpoint": {
|
|
3635
3643
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3636
|
-
"description": "Overrides the display configuration default."
|
|
3644
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
3637
3645
|
},
|
|
3638
3646
|
"VDataTableHeaders/loading": {
|
|
3639
3647
|
"type": "string | boolean\n",
|
|
@@ -3645,7 +3653,7 @@
|
|
|
3645
3653
|
},
|
|
3646
3654
|
"VDataTableRow/mobile": {
|
|
3647
3655
|
"type": "boolean\n",
|
|
3648
|
-
"description": "
|
|
3656
|
+
"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"
|
|
3649
3657
|
},
|
|
3650
3658
|
"VDataTableRow/index": {
|
|
3651
3659
|
"type": "number\n",
|
|
@@ -3653,7 +3661,7 @@
|
|
|
3653
3661
|
},
|
|
3654
3662
|
"VDataTableRow/mobile-breakpoint": {
|
|
3655
3663
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3656
|
-
"description": "Overrides the display configuration default."
|
|
3664
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
3657
3665
|
},
|
|
3658
3666
|
"VDataTableRow/item": {
|
|
3659
3667
|
"type": "unknown\n",
|
|
@@ -3665,7 +3673,7 @@
|
|
|
3665
3673
|
},
|
|
3666
3674
|
"VDataTableRows/mobile": {
|
|
3667
3675
|
"type": "boolean\n",
|
|
3668
|
-
"description": "
|
|
3676
|
+
"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"
|
|
3669
3677
|
},
|
|
3670
3678
|
"VDataTableRows/loading": {
|
|
3671
3679
|
"type": "string | boolean\n",
|
|
@@ -3689,7 +3697,7 @@
|
|
|
3689
3697
|
},
|
|
3690
3698
|
"VDataTableRows/mobile-breakpoint": {
|
|
3691
3699
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3692
|
-
"description": "Overrides the display configuration default."
|
|
3700
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
3693
3701
|
},
|
|
3694
3702
|
"VDataTableRows/row-props": {
|
|
3695
3703
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
@@ -3709,7 +3717,7 @@
|
|
|
3709
3717
|
},
|
|
3710
3718
|
"VDataTableServer/mobile": {
|
|
3711
3719
|
"type": "boolean\n",
|
|
3712
|
-
"description": "
|
|
3720
|
+
"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"
|
|
3713
3721
|
},
|
|
3714
3722
|
"VDataTableServer/loading": {
|
|
3715
3723
|
"type": "string | boolean\n",
|
|
@@ -3749,12 +3757,20 @@
|
|
|
3749
3757
|
},
|
|
3750
3758
|
"VDataTableServer/mobile-breakpoint": {
|
|
3751
3759
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3752
|
-
"description": "Overrides the display configuration default."
|
|
3760
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
3753
3761
|
},
|
|
3754
3762
|
"VDataTableServer/row-props": {
|
|
3755
3763
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3756
3764
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
3757
3765
|
},
|
|
3766
|
+
"VDataTableServer/hide-default-footer": {
|
|
3767
|
+
"type": "boolean\n",
|
|
3768
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
3769
|
+
},
|
|
3770
|
+
"VDataTableServer/hide-default-header": {
|
|
3771
|
+
"type": "boolean\n",
|
|
3772
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
3773
|
+
},
|
|
3758
3774
|
"VDataTableServer/search": {
|
|
3759
3775
|
"type": "string\n",
|
|
3760
3776
|
"description": "Text input used to filter items."
|
|
@@ -3925,7 +3941,7 @@
|
|
|
3925
3941
|
},
|
|
3926
3942
|
"VDataTableVirtual/mobile": {
|
|
3927
3943
|
"type": "boolean\n",
|
|
3928
|
-
"description": "
|
|
3944
|
+
"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"
|
|
3929
3945
|
},
|
|
3930
3946
|
"VDataTableVirtual/headers": {
|
|
3931
3947
|
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
@@ -3953,12 +3969,20 @@
|
|
|
3953
3969
|
},
|
|
3954
3970
|
"VDataTableVirtual/mobile-breakpoint": {
|
|
3955
3971
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3956
|
-
"description": "Overrides the display configuration default."
|
|
3972
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
3957
3973
|
},
|
|
3958
3974
|
"VDataTableVirtual/row-props": {
|
|
3959
3975
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3960
3976
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
3961
3977
|
},
|
|
3978
|
+
"VDataTableVirtual/hide-default-footer": {
|
|
3979
|
+
"type": "boolean\n",
|
|
3980
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
3981
|
+
},
|
|
3982
|
+
"VDataTableVirtual/hide-default-header": {
|
|
3983
|
+
"type": "boolean\n",
|
|
3984
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
3985
|
+
},
|
|
3962
3986
|
"VDataTableVirtual/search": {
|
|
3963
3987
|
"type": "string\n",
|
|
3964
3988
|
"description": "Text input used to filter items."
|
|
@@ -5181,7 +5205,7 @@
|
|
|
5181
5205
|
},
|
|
5182
5206
|
"VExpansionPanel/static": {
|
|
5183
5207
|
"type": "boolean\n",
|
|
5184
|
-
"description": "
|
|
5208
|
+
"description": "Remove title size expansion when selected."
|
|
5185
5209
|
},
|
|
5186
5210
|
"VExpansionPanel/ripple": {
|
|
5187
5211
|
"type": "boolean | { class: string }\n",
|
|
@@ -5221,7 +5245,7 @@
|
|
|
5221
5245
|
},
|
|
5222
5246
|
"VExpansionPanelTitle/static": {
|
|
5223
5247
|
"type": "boolean\n",
|
|
5224
|
-
"description": "
|
|
5248
|
+
"description": "Remove title size expansion when selected."
|
|
5225
5249
|
},
|
|
5226
5250
|
"VExpansionPanelTitle/ripple": {
|
|
5227
5251
|
"type": "boolean | { class: string }\n",
|
|
@@ -5313,7 +5337,7 @@
|
|
|
5313
5337
|
},
|
|
5314
5338
|
"VExpansionPanels/static": {
|
|
5315
5339
|
"type": "boolean\n",
|
|
5316
|
-
"description": "
|
|
5340
|
+
"description": "Remove title size expansion when selected."
|
|
5317
5341
|
},
|
|
5318
5342
|
"VExpansionPanels/ripple": {
|
|
5319
5343
|
"type": "boolean | { class: string }\n",
|
|
@@ -6029,7 +6053,7 @@
|
|
|
6029
6053
|
},
|
|
6030
6054
|
"VImg/lazy-src": {
|
|
6031
6055
|
"type": "string\n",
|
|
6032
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
|
6056
|
+
"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."
|
|
6033
6057
|
},
|
|
6034
6058
|
"VImg/options": {
|
|
6035
6059
|
"type": "IntersectionObserverInit\n",
|
|
@@ -6056,7 +6080,7 @@
|
|
|
6056
6080
|
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
|
6057
6081
|
},
|
|
6058
6082
|
"VImg/content-class": {
|
|
6059
|
-
"type": "
|
|
6083
|
+
"type": "any\n",
|
|
6060
6084
|
"description": "Apply a custom class to the internal content element."
|
|
6061
6085
|
},
|
|
6062
6086
|
"VImg/inline": {
|
|
@@ -6479,34 +6503,34 @@
|
|
|
6479
6503
|
"type": "boolean\n",
|
|
6480
6504
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/nested.json))"
|
|
6481
6505
|
},
|
|
6506
|
+
"VList/opened": {
|
|
6507
|
+
"type": "unknown\n",
|
|
6508
|
+
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
6509
|
+
},
|
|
6510
|
+
"VList/activated": {
|
|
6511
|
+
"type": "any\n",
|
|
6512
|
+
"description": "Array of ids of activated nodes."
|
|
6513
|
+
},
|
|
6514
|
+
"VList/selected": {
|
|
6515
|
+
"type": "unknown\n",
|
|
6516
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
6517
|
+
},
|
|
6482
6518
|
"VList/mandatory": {
|
|
6483
6519
|
"type": "boolean\n",
|
|
6484
6520
|
"description": "Forces at least one item to always be selected (if available)."
|
|
6485
6521
|
},
|
|
6486
6522
|
"VList/active-strategy": {
|
|
6487
|
-
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n |
|
|
6523
|
+
"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>)\n",
|
|
6488
6524
|
"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."
|
|
6489
6525
|
},
|
|
6490
6526
|
"VList/select-strategy": {
|
|
6491
|
-
"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#
|
|
6527
|
+
"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>)\n",
|
|
6492
6528
|
"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."
|
|
6493
6529
|
},
|
|
6494
6530
|
"VList/open-strategy": {
|
|
6495
|
-
"type": "
|
|
6531
|
+
"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>\n",
|
|
6496
6532
|
"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."
|
|
6497
6533
|
},
|
|
6498
|
-
"VList/opened": {
|
|
6499
|
-
"type": "unknown[]\n",
|
|
6500
|
-
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
6501
|
-
},
|
|
6502
|
-
"VList/activated": {
|
|
6503
|
-
"type": "unknown[]\n",
|
|
6504
|
-
"description": "Array of ids of activated nodes."
|
|
6505
|
-
},
|
|
6506
|
-
"VList/selected": {
|
|
6507
|
-
"type": "unknown[]\n",
|
|
6508
|
-
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
6509
|
-
},
|
|
6510
6534
|
"VList/border": {
|
|
6511
6535
|
"type": "string | number | boolean\n",
|
|
6512
6536
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
|
@@ -6792,7 +6816,7 @@
|
|
|
6792
6816
|
"description": "Applies a distinct style to the component."
|
|
6793
6817
|
},
|
|
6794
6818
|
"VListItem/lines": {
|
|
6795
|
-
"type": "'one' | 'two' | 'three'\n",
|
|
6819
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
|
6796
6820
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
6797
6821
|
},
|
|
6798
6822
|
"VListItemAction/start": {
|
|
@@ -7141,7 +7165,7 @@
|
|
|
7141
7165
|
},
|
|
7142
7166
|
"VNavigationDrawer/mobile": {
|
|
7143
7167
|
"type": "boolean\n",
|
|
7144
|
-
"description": "
|
|
7168
|
+
"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"
|
|
7145
7169
|
},
|
|
7146
7170
|
"VNavigationDrawer/mobile-breakpoint": {
|
|
7147
7171
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
@@ -7183,6 +7207,14 @@
|
|
|
7183
7207
|
"type": "string\n",
|
|
7184
7208
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
7185
7209
|
},
|
|
7210
|
+
"VNumberInput/counter": {
|
|
7211
|
+
"type": "string | number | boolean\n",
|
|
7212
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
7213
|
+
},
|
|
7214
|
+
"VNumberInput/flat": {
|
|
7215
|
+
"type": "boolean\n",
|
|
7216
|
+
"description": "Removes box shadow when using a variant with elevation."
|
|
7217
|
+
},
|
|
7186
7218
|
"VNumberInput/control-variant": {
|
|
7187
7219
|
"type": "'default' | 'stacked' | 'split'\n",
|
|
7188
7220
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
@@ -7199,6 +7231,10 @@
|
|
|
7199
7231
|
"type": "number\n",
|
|
7200
7232
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
7201
7233
|
},
|
|
7234
|
+
"VNumberInput/type": {
|
|
7235
|
+
"type": "string\n",
|
|
7236
|
+
"description": "Sets input type."
|
|
7237
|
+
},
|
|
7202
7238
|
"VNumberInput/max": {
|
|
7203
7239
|
"type": "number\n",
|
|
7204
7240
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
@@ -7207,6 +7243,54 @@
|
|
|
7207
7243
|
"type": "number\n",
|
|
7208
7244
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
7209
7245
|
},
|
|
7246
|
+
"VNumberInput/autofocus": {
|
|
7247
|
+
"type": "boolean\n",
|
|
7248
|
+
"description": "Enables autofocus."
|
|
7249
|
+
},
|
|
7250
|
+
"VNumberInput/prefix": {
|
|
7251
|
+
"type": "string\n",
|
|
7252
|
+
"description": "Displays prefix text."
|
|
7253
|
+
},
|
|
7254
|
+
"VNumberInput/placeholder": {
|
|
7255
|
+
"type": "string\n",
|
|
7256
|
+
"description": "Sets the input’s placeholder text."
|
|
7257
|
+
},
|
|
7258
|
+
"VNumberInput/persistent-placeholder": {
|
|
7259
|
+
"type": "boolean\n",
|
|
7260
|
+
"description": "Forces placeholder to always be visible."
|
|
7261
|
+
},
|
|
7262
|
+
"VNumberInput/persistent-counter": {
|
|
7263
|
+
"type": "boolean\n",
|
|
7264
|
+
"description": "Forces counter to always be visible."
|
|
7265
|
+
},
|
|
7266
|
+
"VNumberInput/suffix": {
|
|
7267
|
+
"type": "string\n",
|
|
7268
|
+
"description": "Displays suffix text."
|
|
7269
|
+
},
|
|
7270
|
+
"VNumberInput/role": {
|
|
7271
|
+
"type": "string\n",
|
|
7272
|
+
"description": "The role attribute applied to the input."
|
|
7273
|
+
},
|
|
7274
|
+
"VNumberInput/id": {
|
|
7275
|
+
"type": "string\n",
|
|
7276
|
+
"description": "Sets the DOM id on the component."
|
|
7277
|
+
},
|
|
7278
|
+
"VNumberInput/append-icon": {
|
|
7279
|
+
"type": "any\n",
|
|
7280
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
7281
|
+
},
|
|
7282
|
+
"VNumberInput/center-affix": {
|
|
7283
|
+
"type": "boolean\n",
|
|
7284
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
7285
|
+
},
|
|
7286
|
+
"VNumberInput/prepend-icon": {
|
|
7287
|
+
"type": "any\n",
|
|
7288
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
|
|
7289
|
+
},
|
|
7290
|
+
"VNumberInput/hide-spin-buttons": {
|
|
7291
|
+
"type": "boolean\n",
|
|
7292
|
+
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
7293
|
+
},
|
|
7210
7294
|
"VNumberInput/hint": {
|
|
7211
7295
|
"type": "string\n",
|
|
7212
7296
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
|
|
@@ -7215,6 +7299,14 @@
|
|
|
7215
7299
|
"type": "boolean\n",
|
|
7216
7300
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
7217
7301
|
},
|
|
7302
|
+
"VNumberInput/messages": {
|
|
7303
|
+
"type": "string | string[]\n",
|
|
7304
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
7305
|
+
},
|
|
7306
|
+
"VNumberInput/direction": {
|
|
7307
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
7308
|
+
"description": "Changes the direction of the input."
|
|
7309
|
+
},
|
|
7218
7310
|
"VNumberInput/reverse": {
|
|
7219
7311
|
"type": "boolean\n",
|
|
7220
7312
|
"description": "Reverses the orientation."
|
|
@@ -7223,6 +7315,18 @@
|
|
|
7223
7315
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7224
7316
|
"description": "Adjusts the vertical height used by the component."
|
|
7225
7317
|
},
|
|
7318
|
+
"VNumberInput/max-width": {
|
|
7319
|
+
"type": "string | number\n",
|
|
7320
|
+
"description": "Sets the maximum width for the component."
|
|
7321
|
+
},
|
|
7322
|
+
"VNumberInput/min-width": {
|
|
7323
|
+
"type": "string | number\n",
|
|
7324
|
+
"description": "Sets the minimum width for the component."
|
|
7325
|
+
},
|
|
7326
|
+
"VNumberInput/width": {
|
|
7327
|
+
"type": "string | number\n",
|
|
7328
|
+
"description": "Sets the width for the component."
|
|
7329
|
+
},
|
|
7226
7330
|
"VNumberInput/theme": {
|
|
7227
7331
|
"type": "string\n",
|
|
7228
7332
|
"description": "Specify a theme for this component and all of its children."
|
|
@@ -7235,14 +7339,38 @@
|
|
|
7235
7339
|
"type": "boolean\n",
|
|
7236
7340
|
"description": "Puts the input in a manual error state."
|
|
7237
7341
|
},
|
|
7342
|
+
"VNumberInput/error-messages": {
|
|
7343
|
+
"type": "string | string[]\n",
|
|
7344
|
+
"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."
|
|
7345
|
+
},
|
|
7346
|
+
"VNumberInput/max-errors": {
|
|
7347
|
+
"type": "string | number\n",
|
|
7348
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
7349
|
+
},
|
|
7350
|
+
"VNumberInput/name": {
|
|
7351
|
+
"type": "string\n",
|
|
7352
|
+
"description": "Sets the component's name attribute."
|
|
7353
|
+
},
|
|
7238
7354
|
"VNumberInput/readonly": {
|
|
7239
7355
|
"type": "boolean\n",
|
|
7240
7356
|
"description": "Puts input in readonly state."
|
|
7241
7357
|
},
|
|
7358
|
+
"VNumberInput/rules": {
|
|
7359
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
7360
|
+
"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`."
|
|
7361
|
+
},
|
|
7242
7362
|
"VNumberInput/model-value": {
|
|
7243
|
-
"type": "
|
|
7363
|
+
"type": "any\n",
|
|
7244
7364
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7245
7365
|
},
|
|
7366
|
+
"VNumberInput/validate-on": {
|
|
7367
|
+
"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'\n",
|
|
7368
|
+
"description": "Change what type of event triggers validation to run."
|
|
7369
|
+
},
|
|
7370
|
+
"VNumberInput/validation-value": {
|
|
7371
|
+
"type": "any\n",
|
|
7372
|
+
"description": "The value used when applying validation rules."
|
|
7373
|
+
},
|
|
7246
7374
|
"VNumberInput/focused": {
|
|
7247
7375
|
"type": "boolean\n",
|
|
7248
7376
|
"description": "Forces a focused state styling on the component."
|
|
@@ -7255,6 +7383,18 @@
|
|
|
7255
7383
|
"type": "string\n",
|
|
7256
7384
|
"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)."
|
|
7257
7385
|
},
|
|
7386
|
+
"VNumberInput/clearable": {
|
|
7387
|
+
"type": "boolean\n",
|
|
7388
|
+
"description": "Allows for the component to be cleared."
|
|
7389
|
+
},
|
|
7390
|
+
"VNumberInput/clear-icon": {
|
|
7391
|
+
"type": "any\n",
|
|
7392
|
+
"description": "The icon used when the **clearable** prop is set to true."
|
|
7393
|
+
},
|
|
7394
|
+
"VNumberInput/active": {
|
|
7395
|
+
"type": "boolean\n",
|
|
7396
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
7397
|
+
},
|
|
7258
7398
|
"VNumberInput/color": {
|
|
7259
7399
|
"type": "string\n",
|
|
7260
7400
|
"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)."
|
|
@@ -7263,6 +7403,18 @@
|
|
|
7263
7403
|
"type": "string\n",
|
|
7264
7404
|
"description": "Sets the color of the input when it is not focused."
|
|
7265
7405
|
},
|
|
7406
|
+
"VNumberInput/dirty": {
|
|
7407
|
+
"type": "boolean\n",
|
|
7408
|
+
"description": "Manually apply the dirty state styling."
|
|
7409
|
+
},
|
|
7410
|
+
"VNumberInput/persistent-clear": {
|
|
7411
|
+
"type": "boolean\n",
|
|
7412
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
7413
|
+
},
|
|
7414
|
+
"VNumberInput/single-line": {
|
|
7415
|
+
"type": "boolean\n",
|
|
7416
|
+
"description": "Label does not move on focus/dirty."
|
|
7417
|
+
},
|
|
7266
7418
|
"VNumberInput/variant": {
|
|
7267
7419
|
"type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
|
|
7268
7420
|
"description": "Applies a distinct style to the component."
|
|
@@ -7273,7 +7425,19 @@
|
|
|
7273
7425
|
},
|
|
7274
7426
|
"VNumberInput/rounded": {
|
|
7275
7427
|
"type": "string | number | boolean\n",
|
|
7276
|
-
"description": "
|
|
7428
|
+
"description": "Adds a border radius to the input."
|
|
7429
|
+
},
|
|
7430
|
+
"VNumberInput/tile": {
|
|
7431
|
+
"type": "boolean\n",
|
|
7432
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
7433
|
+
},
|
|
7434
|
+
"VNumberInput/counter-value": {
|
|
7435
|
+
"type": "number | ((value: any) => number)\n",
|
|
7436
|
+
"description": "Function returns the counter display text."
|
|
7437
|
+
},
|
|
7438
|
+
"VNumberInput/model-modifiers": {
|
|
7439
|
+
"type": "unknown\n",
|
|
7440
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
7277
7441
|
},
|
|
7278
7442
|
"VOtpInput/length": {
|
|
7279
7443
|
"type": "string | number\n",
|
|
@@ -8348,7 +8512,7 @@
|
|
|
8348
8512
|
"description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
|
|
8349
8513
|
},
|
|
8350
8514
|
"VResponsive/content-class": {
|
|
8351
|
-
"type": "
|
|
8515
|
+
"type": "any\n",
|
|
8352
8516
|
"description": "Apply a custom class to the internal content element."
|
|
8353
8517
|
},
|
|
8354
8518
|
"VResponsive/inline": {
|
|
@@ -9177,7 +9341,7 @@
|
|
|
9177
9341
|
},
|
|
9178
9342
|
"VSlideGroup/mobile": {
|
|
9179
9343
|
"type": "boolean\n",
|
|
9180
|
-
"description": "
|
|
9344
|
+
"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"
|
|
9181
9345
|
},
|
|
9182
9346
|
"VSlideGroup/mobile-breakpoint": {
|
|
9183
9347
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
@@ -9748,7 +9912,7 @@
|
|
|
9748
9912
|
"description": "Sets the overlay opacity."
|
|
9749
9913
|
},
|
|
9750
9914
|
"VSnackbarQueue/model-value": {
|
|
9751
|
-
"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
|
|
9915
|
+
"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)[]\n",
|
|
9752
9916
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9753
9917
|
},
|
|
9754
9918
|
"VSnackbarQueue/z-index": {
|
|
@@ -10280,7 +10444,7 @@
|
|
|
10280
10444
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
10281
10445
|
},
|
|
10282
10446
|
"VStepperItem/rules": {
|
|
10283
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#
|
|
10447
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L42-L42\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
10284
10448
|
"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`."
|
|
10285
10449
|
},
|
|
10286
10450
|
"VStepperItem/disabled": {
|
|
@@ -10291,6 +10455,270 @@
|
|
|
10291
10455
|
"type": "string\n",
|
|
10292
10456
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
10293
10457
|
},
|
|
10458
|
+
"VStepperVertical/title": {
|
|
10459
|
+
"type": "string\n",
|
|
10460
|
+
"description": "Specify a title text for the component."
|
|
10461
|
+
},
|
|
10462
|
+
"VStepperVertical/flat": {
|
|
10463
|
+
"type": "boolean\n",
|
|
10464
|
+
"description": "Removes the expansion-panel's elevation and borders."
|
|
10465
|
+
},
|
|
10466
|
+
"VStepperVertical/prev-text": {
|
|
10467
|
+
"type": "string\n",
|
|
10468
|
+
"description": "The text used for the Prev button."
|
|
10469
|
+
},
|
|
10470
|
+
"VStepperVertical/next-text": {
|
|
10471
|
+
"type": "string\n",
|
|
10472
|
+
"description": "The text used for the Next button."
|
|
10473
|
+
},
|
|
10474
|
+
"VStepperVertical/alt-labels": {
|
|
10475
|
+
"type": "boolean\n",
|
|
10476
|
+
"description": "Places the labels beneath the step."
|
|
10477
|
+
},
|
|
10478
|
+
"VStepperVertical/bg-color": {
|
|
10479
|
+
"type": "string\n",
|
|
10480
|
+
"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)."
|
|
10481
|
+
},
|
|
10482
|
+
"VStepperVertical/editable": {
|
|
10483
|
+
"type": "boolean\n",
|
|
10484
|
+
"description": "Marks step as editable."
|
|
10485
|
+
},
|
|
10486
|
+
"VStepperVertical/hide-actions": {
|
|
10487
|
+
"type": "boolean\n",
|
|
10488
|
+
"description": "Hide actions bar (prev and next buttons)."
|
|
10489
|
+
},
|
|
10490
|
+
"VStepperVertical/items": {
|
|
10491
|
+
"type": "(string | Record<string, any>)[]\n",
|
|
10492
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
|
10493
|
+
},
|
|
10494
|
+
"VStepperVertical/item-title": {
|
|
10495
|
+
"type": "string\n",
|
|
10496
|
+
"description": "Property on supplied `items` that contains its title."
|
|
10497
|
+
},
|
|
10498
|
+
"VStepperVertical/item-value": {
|
|
10499
|
+
"type": "string\n",
|
|
10500
|
+
"description": "Property on supplied `items` that contains its value."
|
|
10501
|
+
},
|
|
10502
|
+
"VStepperVertical/value": {
|
|
10503
|
+
"type": "any\n",
|
|
10504
|
+
"description": "Controls the opened/closed state of content."
|
|
10505
|
+
},
|
|
10506
|
+
"VStepperVertical/mobile": {
|
|
10507
|
+
"type": "boolean\n",
|
|
10508
|
+
"description": "Forces the stepper into a mobile state, removing labels from stepper items."
|
|
10509
|
+
},
|
|
10510
|
+
"VStepperVertical/non-linear": {
|
|
10511
|
+
"type": "boolean\n",
|
|
10512
|
+
"description": "Allow user to jump to any step."
|
|
10513
|
+
},
|
|
10514
|
+
"VStepperVertical/model-value": {
|
|
10515
|
+
"type": "any\n",
|
|
10516
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10517
|
+
},
|
|
10518
|
+
"VStepperVertical/multiple": {
|
|
10519
|
+
"type": "boolean\n",
|
|
10520
|
+
"description": "Allows one to select multiple items."
|
|
10521
|
+
},
|
|
10522
|
+
"VStepperVertical/max": {
|
|
10523
|
+
"type": "number\n",
|
|
10524
|
+
"description": "Sets a maximum number of selections that can be made."
|
|
10525
|
+
},
|
|
10526
|
+
"VStepperVertical/selected-class": {
|
|
10527
|
+
"type": "string\n",
|
|
10528
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
10529
|
+
},
|
|
10530
|
+
"VStepperVertical/disabled": {
|
|
10531
|
+
"type": "boolean\n",
|
|
10532
|
+
"description": "Disables the expansion-panel content."
|
|
10533
|
+
},
|
|
10534
|
+
"VStepperVertical/mandatory": {
|
|
10535
|
+
"type": "boolean | 'force'\n",
|
|
10536
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
10537
|
+
},
|
|
10538
|
+
"VStepperVertical/text": {
|
|
10539
|
+
"type": "string\n",
|
|
10540
|
+
"description": "Specify content text for the component."
|
|
10541
|
+
},
|
|
10542
|
+
"VStepperVertical/elevation": {
|
|
10543
|
+
"type": "string | number\n",
|
|
10544
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
10545
|
+
},
|
|
10546
|
+
"VStepperVertical/rounded": {
|
|
10547
|
+
"type": "string | number | boolean\n",
|
|
10548
|
+
"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)."
|
|
10549
|
+
},
|
|
10550
|
+
"VStepperVertical/tile": {
|
|
10551
|
+
"type": "boolean\n",
|
|
10552
|
+
"description": "Removes the border-radius."
|
|
10553
|
+
},
|
|
10554
|
+
"VStepperVertical/tag": {
|
|
10555
|
+
"type": "string\n",
|
|
10556
|
+
"description": "Specify a custom tag used on the root element."
|
|
10557
|
+
},
|
|
10558
|
+
"VStepperVertical/color": {
|
|
10559
|
+
"type": "string\n",
|
|
10560
|
+
"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)."
|
|
10561
|
+
},
|
|
10562
|
+
"VStepperVertical/expand-icon": {
|
|
10563
|
+
"type": "any\n",
|
|
10564
|
+
"description": "Icon used when the expansion panel is in a expandable state."
|
|
10565
|
+
},
|
|
10566
|
+
"VStepperVertical/collapse-icon": {
|
|
10567
|
+
"type": "any\n",
|
|
10568
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
10569
|
+
},
|
|
10570
|
+
"VStepperVertical/focusable": {
|
|
10571
|
+
"type": "boolean\n",
|
|
10572
|
+
"description": "Makes the expansion-panel headers focusable."
|
|
10573
|
+
},
|
|
10574
|
+
"VStepperVertical/ripple": {
|
|
10575
|
+
"type": "boolean | { class: string }\n",
|
|
10576
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
10577
|
+
},
|
|
10578
|
+
"VStepperVertical/readonly": {
|
|
10579
|
+
"type": "boolean\n",
|
|
10580
|
+
"description": "Makes the expansion-panel content read only."
|
|
10581
|
+
},
|
|
10582
|
+
"VStepperVertical/eager": {
|
|
10583
|
+
"type": "boolean\n",
|
|
10584
|
+
"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."
|
|
10585
|
+
},
|
|
10586
|
+
"VStepperVertical/theme": {
|
|
10587
|
+
"type": "string\n",
|
|
10588
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10589
|
+
},
|
|
10590
|
+
"VStepperVertical/variant": {
|
|
10591
|
+
"type": "'default' | 'accordion' | 'inset' | 'popout'\n",
|
|
10592
|
+
"description": "Applies a distinct style to the component."
|
|
10593
|
+
},
|
|
10594
|
+
"VStepperVerticalActions/color": {
|
|
10595
|
+
"type": "string\n",
|
|
10596
|
+
"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)."
|
|
10597
|
+
},
|
|
10598
|
+
"VStepperVerticalActions/disabled": {
|
|
10599
|
+
"type": "boolean | 'prev' | 'next'\n",
|
|
10600
|
+
"description": "Removes the ability to click or target the component."
|
|
10601
|
+
},
|
|
10602
|
+
"VStepperVerticalActions/prev-text": {
|
|
10603
|
+
"type": "string\n",
|
|
10604
|
+
"description": "The text used for the Prev button."
|
|
10605
|
+
},
|
|
10606
|
+
"VStepperVerticalActions/next-text": {
|
|
10607
|
+
"type": "string\n",
|
|
10608
|
+
"description": "The text used for the Next button."
|
|
10609
|
+
},
|
|
10610
|
+
"VStepperVerticalItem/icon": {
|
|
10611
|
+
"type": "string\n",
|
|
10612
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
10613
|
+
},
|
|
10614
|
+
"VStepperVerticalItem/subtitle": {
|
|
10615
|
+
"type": "string\n",
|
|
10616
|
+
"description": "Specify a subtitle text for the component."
|
|
10617
|
+
},
|
|
10618
|
+
"VStepperVerticalItem/title": {
|
|
10619
|
+
"type": "string\n",
|
|
10620
|
+
"description": "Specify a title text for the component."
|
|
10621
|
+
},
|
|
10622
|
+
"VStepperVerticalItem/text": {
|
|
10623
|
+
"type": "string\n",
|
|
10624
|
+
"description": "Specify content text for the component."
|
|
10625
|
+
},
|
|
10626
|
+
"VStepperVerticalItem/hide-actions": {
|
|
10627
|
+
"type": "boolean\n",
|
|
10628
|
+
"description": "Hide the expand icon in the content title."
|
|
10629
|
+
},
|
|
10630
|
+
"VStepperVerticalItem/color": {
|
|
10631
|
+
"type": "string\n",
|
|
10632
|
+
"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)."
|
|
10633
|
+
},
|
|
10634
|
+
"VStepperVerticalItem/complete": {
|
|
10635
|
+
"type": "boolean\n",
|
|
10636
|
+
"description": "Marks step as complete."
|
|
10637
|
+
},
|
|
10638
|
+
"VStepperVerticalItem/complete-icon": {
|
|
10639
|
+
"type": "string\n",
|
|
10640
|
+
"description": "Icon to display when step is marked as completed."
|
|
10641
|
+
},
|
|
10642
|
+
"VStepperVerticalItem/editable": {
|
|
10643
|
+
"type": "boolean\n",
|
|
10644
|
+
"description": "Marks step as editable."
|
|
10645
|
+
},
|
|
10646
|
+
"VStepperVerticalItem/edit-icon": {
|
|
10647
|
+
"type": "string\n",
|
|
10648
|
+
"description": "Icon to display when step is editable."
|
|
10649
|
+
},
|
|
10650
|
+
"VStepperVerticalItem/error": {
|
|
10651
|
+
"type": "boolean\n",
|
|
10652
|
+
"description": "Puts the stepper item in a manual error state."
|
|
10653
|
+
},
|
|
10654
|
+
"VStepperVerticalItem/error-icon": {
|
|
10655
|
+
"type": "string\n",
|
|
10656
|
+
"description": "Icon to display when step has an error."
|
|
10657
|
+
},
|
|
10658
|
+
"VStepperVerticalItem/ripple": {
|
|
10659
|
+
"type": "boolean | { class: string }\n",
|
|
10660
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
10661
|
+
},
|
|
10662
|
+
"VStepperVerticalItem/value": {
|
|
10663
|
+
"type": "any\n",
|
|
10664
|
+
"description": "Controls the opened/closed state of content."
|
|
10665
|
+
},
|
|
10666
|
+
"VStepperVerticalItem/rules": {
|
|
10667
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L42-L42\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
10668
|
+
"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`."
|
|
10669
|
+
},
|
|
10670
|
+
"VStepperVerticalItem/bg-color": {
|
|
10671
|
+
"type": "string\n",
|
|
10672
|
+
"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)."
|
|
10673
|
+
},
|
|
10674
|
+
"VStepperVerticalItem/elevation": {
|
|
10675
|
+
"type": "string | number\n",
|
|
10676
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
10677
|
+
},
|
|
10678
|
+
"VStepperVerticalItem/disabled": {
|
|
10679
|
+
"type": "boolean\n",
|
|
10680
|
+
"description": "Disables the expansion-panel content."
|
|
10681
|
+
},
|
|
10682
|
+
"VStepperVerticalItem/selected-class": {
|
|
10683
|
+
"type": "string\n",
|
|
10684
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
10685
|
+
},
|
|
10686
|
+
"VStepperVerticalItem/rounded": {
|
|
10687
|
+
"type": "string | number | boolean\n",
|
|
10688
|
+
"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)."
|
|
10689
|
+
},
|
|
10690
|
+
"VStepperVerticalItem/tile": {
|
|
10691
|
+
"type": "boolean\n",
|
|
10692
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
10693
|
+
},
|
|
10694
|
+
"VStepperVerticalItem/tag": {
|
|
10695
|
+
"type": "string\n",
|
|
10696
|
+
"description": "Specify a custom tag used on the root element."
|
|
10697
|
+
},
|
|
10698
|
+
"VStepperVerticalItem/expand-icon": {
|
|
10699
|
+
"type": "any\n",
|
|
10700
|
+
"description": "Icon used when the expansion panel is in a expandable state."
|
|
10701
|
+
},
|
|
10702
|
+
"VStepperVerticalItem/collapse-icon": {
|
|
10703
|
+
"type": "any\n",
|
|
10704
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
10705
|
+
},
|
|
10706
|
+
"VStepperVerticalItem/focusable": {
|
|
10707
|
+
"type": "boolean\n",
|
|
10708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
|
10709
|
+
},
|
|
10710
|
+
"VStepperVerticalItem/static": {
|
|
10711
|
+
"type": "boolean\n",
|
|
10712
|
+
"description": "Remove title size expansion when selected."
|
|
10713
|
+
},
|
|
10714
|
+
"VStepperVerticalItem/readonly": {
|
|
10715
|
+
"type": "boolean\n",
|
|
10716
|
+
"description": "Makes the expansion-panel content read only."
|
|
10717
|
+
},
|
|
10718
|
+
"VStepperVerticalItem/eager": {
|
|
10719
|
+
"type": "boolean\n",
|
|
10720
|
+
"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."
|
|
10721
|
+
},
|
|
10294
10722
|
"VStepperWindow/reverse": {
|
|
10295
10723
|
"type": "boolean\n",
|
|
10296
10724
|
"description": "Reverse the normal transition direction."
|
|
@@ -10813,7 +11241,7 @@
|
|
|
10813
11241
|
},
|
|
10814
11242
|
"VTabs/mobile": {
|
|
10815
11243
|
"type": "boolean\n",
|
|
10816
|
-
"description": "
|
|
11244
|
+
"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"
|
|
10817
11245
|
},
|
|
10818
11246
|
"VTabs/mobile-breakpoint": {
|
|
10819
11247
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
@@ -12039,34 +12467,34 @@
|
|
|
12039
12467
|
"type": "boolean\n",
|
|
12040
12468
|
"description": "Allows user to mark a node as active by clicking on it."
|
|
12041
12469
|
},
|
|
12470
|
+
"VTreeview/opened": {
|
|
12471
|
+
"type": "any\n",
|
|
12472
|
+
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
12473
|
+
},
|
|
12474
|
+
"VTreeview/activated": {
|
|
12475
|
+
"type": "any\n",
|
|
12476
|
+
"description": "Array of ids of activated nodes."
|
|
12477
|
+
},
|
|
12478
|
+
"VTreeview/selected": {
|
|
12479
|
+
"type": "any\n",
|
|
12480
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
12481
|
+
},
|
|
12042
12482
|
"VTreeview/mandatory": {
|
|
12043
12483
|
"type": "boolean\n",
|
|
12044
12484
|
"description": "Forces at least one item to always be selected (if available)."
|
|
12045
12485
|
},
|
|
12046
12486
|
"VTreeview/active-strategy": {
|
|
12047
|
-
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n |
|
|
12487
|
+
"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>)\n",
|
|
12048
12488
|
"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."
|
|
12049
12489
|
},
|
|
12050
12490
|
"VTreeview/select-strategy": {
|
|
12051
|
-
"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#
|
|
12491
|
+
"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>)\n",
|
|
12052
12492
|
"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."
|
|
12053
12493
|
},
|
|
12054
12494
|
"VTreeview/open-strategy": {
|
|
12055
|
-
"type": "
|
|
12495
|
+
"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>\n",
|
|
12056
12496
|
"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."
|
|
12057
12497
|
},
|
|
12058
|
-
"VTreeview/opened": {
|
|
12059
|
-
"type": "unknown[]\n",
|
|
12060
|
-
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
12061
|
-
},
|
|
12062
|
-
"VTreeview/activated": {
|
|
12063
|
-
"type": "unknown[]\n",
|
|
12064
|
-
"description": "Array of ids of activated nodes."
|
|
12065
|
-
},
|
|
12066
|
-
"VTreeview/selected": {
|
|
12067
|
-
"type": "unknown[]\n",
|
|
12068
|
-
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
12069
|
-
},
|
|
12070
12498
|
"VTreeview/border": {
|
|
12071
12499
|
"type": "string | number | boolean\n",
|
|
12072
12500
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
|
@@ -12348,7 +12776,7 @@
|
|
|
12348
12776
|
"description": "Applies a distinct style to the component."
|
|
12349
12777
|
},
|
|
12350
12778
|
"VTreeviewItem/lines": {
|
|
12351
|
-
"type": "'one' | 'two' | 'three'\n",
|
|
12779
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
|
12352
12780
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
12353
12781
|
},
|
|
12354
12782
|
"VValidation/disabled": {
|