@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -2
- package/dist/json/attributes.json +343 -195
- package/dist/json/importMap.json +20 -0
- package/dist/json/tags.json +106 -44
- package/dist/json/web-types.json +946 -549
- package/dist/vuetify.css +1486 -1085
- package/dist/vuetify.d.ts +9036 -8077
- package/dist/vuetify.esm.js +1511 -944
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1510 -943
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +825 -754
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +29 -8
- package/lib/components/VAlert/VAlert.mjs +31 -17
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +27 -7
- package/lib/components/VAlert/VAlertTitle.mjs +1 -0
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +14 -7
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VAppBar/VAppBar.mjs +7 -3
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -69
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs +15 -14
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +82 -58
- package/lib/components/VBanner/VBanner.mjs +39 -43
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +61 -54
- package/lib/components/VBanner/VBannerActions.mjs +34 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerAvatar.mjs +20 -0
- package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -0
- package/lib/components/VBanner/VBannerIcon.mjs +20 -0
- package/lib/components/VBanner/VBannerIcon.mjs.map +1 -0
- package/lib/components/VBanner/_variables.scss +10 -14
- package/lib/components/VBanner/index.mjs +2 -0
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +2 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +10 -9
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +20 -1
- package/lib/components/VBtn/VBtn.mjs +20 -7
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +15 -2
- package/lib/components/VBtn/_variables.scss +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +14 -6
- package/lib/components/VBtnGroup/VBtnGroup.sass +14 -6
- package/lib/components/VCard/VCard.css +13 -11
- package/lib/components/VCard/VCard.mjs +5 -2
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +12 -9
- package/lib/components/VCard/VCardActions.mjs +1 -2
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardContent.mjs +3 -0
- package/lib/components/VCard/VCardContent.mjs.map +1 -0
- package/lib/components/VCard/_variables.scss +11 -5
- package/lib/components/VCard/index.mjs +1 -0
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +3 -0
- package/lib/components/VChip/VChip.sass +3 -0
- package/lib/components/VChip/_variables.scss +3 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +92 -74
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +31 -11
- package/lib/components/VDialog/VDialog.mjs +6 -9
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +27 -10
- package/lib/components/VDialog/_variables.scss +3 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.css +3 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VField/VField.css +1 -1
- package/lib/components/VField/VField.mjs +3 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +32 -15
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +25 -11
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +27 -12
- package/lib/components/VIcon/VIcon.mjs +19 -16
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +27 -16
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VInput/VInput.css +3 -1
- package/lib/components/VInput/VInput.mjs +3 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +3 -1
- package/lib/components/VInput/_variables.scss +4 -0
- package/lib/components/VList/VList.css +7 -6
- package/lib/components/VList/VList.mjs +36 -17
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +3 -2
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +28 -10
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +119 -42
- package/lib/components/VList/VListItem.mjs +36 -32
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +76 -28
- package/lib/components/VList/VListItemAction.mjs +29 -0
- package/lib/components/VList/VListItemAction.mjs.map +1 -0
- package/lib/components/VList/VListItemAvatar.mjs +10 -16
- package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
- package/lib/components/VList/VListItemIcon.mjs +23 -0
- package/lib/components/VList/VListItemIcon.mjs.map +1 -0
- package/lib/components/VList/VListItemMedia.mjs +4 -4
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +12 -3
- package/lib/components/VList/index.mjs +2 -0
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.css +2 -12
- package/lib/components/VMenu/VMenu.mjs +61 -31
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +3 -6
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +8 -0
- package/lib/components/VOverlay/VOverlay.mjs +16 -15
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +9 -0
- package/lib/components/VOverlay/_variables.scss +1 -0
- package/lib/components/VOverlay/positionStrategies.mjs +7 -3
- package/lib/components/VOverlay/positionStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +9 -0
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +50 -14
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +10 -12
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -2
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +5 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +2 -2
- package/lib/components/VRating/VRating.mjs +13 -3
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +2 -2
- package/lib/components/VSelect/VSelect.mjs +70 -91
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +2 -2
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
- package/lib/components/VSlideGroup/VSlideGroup.mjs +36 -14
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -4
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +7 -2
- package/lib/components/VSlider/VSlider.sass +11 -5
- package/lib/components/VSlider/VSliderTrack.css +6 -6
- package/lib/components/VSlider/VSliderTrack.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +7 -7
- package/lib/components/VSlider/_variables.scss +5 -2
- package/lib/components/VSnackbar/VSnackbar.css +14 -13
- package/lib/components/VSnackbar/VSnackbar.mjs +22 -10
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +15 -16
- package/lib/components/VSnackbar/_variables.scss +0 -4
- package/lib/components/VSwitch/VSwitch.mjs +8 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +0 -5
- package/lib/components/VSystemBar/VSystemBar.mjs +31 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -5
- package/lib/components/VSystemBar/_variables.scss +0 -3
- package/lib/components/VTabs/VTab.mjs +28 -32
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.css +6 -2
- package/lib/components/VTabs/VTabs.mjs +7 -8
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +6 -1
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -0
- package/lib/components/VTextField/VTextField.css +4 -4
- package/lib/components/VTextField/VTextField.mjs +5 -9
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +5 -5
- package/lib/components/VTextarea/VTextarea.css +7 -4
- package/lib/components/VTextarea/VTextarea.sass +9 -5
- package/lib/components/VTimeline/VTimeline.css +187 -48
- package/lib/components/VTimeline/VTimeline.mjs +27 -11
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +196 -51
- package/lib/components/VTimeline/VTimelineDivider.mjs +2 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/_variables.scss +2 -1
- package/lib/components/VToolbar/VToolbar.css +8 -1
- package/lib/components/VToolbar/VToolbar.mjs +8 -11
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +0 -1
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +13 -1
- package/lib/components/VWindow/VWindow.mjs +0 -8
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/index.d.ts +9025 -8077
- package/lib/composables/defaults.mjs +2 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/form.mjs +18 -5
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRef.mjs +10 -6
- package/lib/composables/forwardRef.mjs.map +1 -1
- package/lib/composables/group.mjs +14 -6
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/items.mjs +56 -0
- package/lib/composables/items.mjs.map +1 -0
- package/lib/composables/layout.mjs +7 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +27 -14
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +63 -36
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +163 -122
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/overlay.mjs +5 -1
- package/lib/composables/overlay.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -9
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +17 -5
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +19 -0
- package/lib/composables/selectLink.mjs.map +1 -0
- package/lib/composables/stack.mjs +7 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/validation.mjs +6 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +0 -3
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs +15 -3
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +12 -7
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +18 -2
- package/lib/locale/ca.mjs +9 -9
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +400 -392
- package/lib/styles/settings/_utilities.scss +54 -26
- package/lib/styles/tools/_states.sass +2 -1
- package/lib/util/defineComponent.mjs +37 -6
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +31 -29
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.0.0-beta.
|
|
5
|
+
"version": "3.0.0-beta.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -743,18 +743,9 @@
|
|
|
743
743
|
"type": "string"
|
|
744
744
|
}
|
|
745
745
|
},
|
|
746
|
-
{
|
|
747
|
-
"name": "text-color",
|
|
748
|
-
"description": "Applies a specified color to the control text",
|
|
749
|
-
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
750
|
-
"value": {
|
|
751
|
-
"kind": "expression",
|
|
752
|
-
"type": "string"
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
746
|
{
|
|
756
747
|
"name": "variant",
|
|
757
|
-
"description": "Applies one of
|
|
748
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
758
749
|
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
759
750
|
"default": "'contained-flat'",
|
|
760
751
|
"value": {
|
|
@@ -971,16 +962,6 @@
|
|
|
971
962
|
},
|
|
972
963
|
"type": "boolean"
|
|
973
964
|
},
|
|
974
|
-
{
|
|
975
|
-
"name": "items",
|
|
976
|
-
"description": "",
|
|
977
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
978
|
-
"default": "[]",
|
|
979
|
-
"value": {
|
|
980
|
-
"kind": "expression",
|
|
981
|
-
"type": "array"
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
965
|
{
|
|
985
966
|
"name": "menu-icon",
|
|
986
967
|
"description": "",
|
|
@@ -1037,6 +1018,63 @@
|
|
|
1037
1018
|
},
|
|
1038
1019
|
"type": "boolean"
|
|
1039
1020
|
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "items",
|
|
1023
|
+
"description": "",
|
|
1024
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1025
|
+
"default": "[]",
|
|
1026
|
+
"value": {
|
|
1027
|
+
"kind": "expression",
|
|
1028
|
+
"type": "array"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "item-title",
|
|
1033
|
+
"description": "",
|
|
1034
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1035
|
+
"default": "'title'",
|
|
1036
|
+
"value": {
|
|
1037
|
+
"kind": "expression",
|
|
1038
|
+
"type": [
|
|
1039
|
+
"string",
|
|
1040
|
+
"array",
|
|
1041
|
+
"function"
|
|
1042
|
+
]
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "item-value",
|
|
1047
|
+
"description": "",
|
|
1048
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1049
|
+
"default": "'value'",
|
|
1050
|
+
"value": {
|
|
1051
|
+
"kind": "expression",
|
|
1052
|
+
"type": [
|
|
1053
|
+
"string",
|
|
1054
|
+
"array",
|
|
1055
|
+
"function"
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "item-children",
|
|
1061
|
+
"description": "",
|
|
1062
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1063
|
+
"default": "'children'",
|
|
1064
|
+
"value": {
|
|
1065
|
+
"kind": "expression",
|
|
1066
|
+
"type": "string"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "item-props",
|
|
1071
|
+
"description": "",
|
|
1072
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1073
|
+
"value": {
|
|
1074
|
+
"kind": "expression",
|
|
1075
|
+
"type": "function"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1040
1078
|
{
|
|
1041
1079
|
"name": "transition",
|
|
1042
1080
|
"description": "",
|
|
@@ -1105,26 +1143,30 @@
|
|
|
1105
1143
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1106
1144
|
"value": {
|
|
1107
1145
|
"kind": "expression",
|
|
1108
|
-
"type": "
|
|
1146
|
+
"type": "string"
|
|
1109
1147
|
}
|
|
1110
1148
|
},
|
|
1111
1149
|
{
|
|
1112
|
-
"name": "
|
|
1113
|
-
"description": "
|
|
1150
|
+
"name": "start",
|
|
1151
|
+
"description": "",
|
|
1114
1152
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1153
|
+
"default": "false",
|
|
1115
1154
|
"value": {
|
|
1116
1155
|
"kind": "expression",
|
|
1117
|
-
"type": "
|
|
1118
|
-
}
|
|
1156
|
+
"type": "boolean"
|
|
1157
|
+
},
|
|
1158
|
+
"type": "boolean"
|
|
1119
1159
|
},
|
|
1120
1160
|
{
|
|
1121
|
-
"name": "
|
|
1122
|
-
"description": "
|
|
1161
|
+
"name": "end",
|
|
1162
|
+
"description": "",
|
|
1123
1163
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1164
|
+
"default": "false",
|
|
1124
1165
|
"value": {
|
|
1125
1166
|
"kind": "expression",
|
|
1126
|
-
"type": "
|
|
1127
|
-
}
|
|
1167
|
+
"type": "boolean"
|
|
1168
|
+
},
|
|
1169
|
+
"type": "boolean"
|
|
1128
1170
|
},
|
|
1129
1171
|
{
|
|
1130
1172
|
"name": "icon",
|
|
@@ -1132,7 +1174,7 @@
|
|
|
1132
1174
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1133
1175
|
"value": {
|
|
1134
1176
|
"kind": "expression",
|
|
1135
|
-
"type": "
|
|
1177
|
+
"type": "string"
|
|
1136
1178
|
}
|
|
1137
1179
|
},
|
|
1138
1180
|
{
|
|
@@ -1141,7 +1183,7 @@
|
|
|
1141
1183
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1142
1184
|
"value": {
|
|
1143
1185
|
"kind": "expression",
|
|
1144
|
-
"type": "
|
|
1186
|
+
"type": "string"
|
|
1145
1187
|
}
|
|
1146
1188
|
},
|
|
1147
1189
|
{
|
|
@@ -1455,6 +1497,15 @@
|
|
|
1455
1497
|
"type": "any"
|
|
1456
1498
|
}
|
|
1457
1499
|
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "stacked",
|
|
1502
|
+
"description": "",
|
|
1503
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1504
|
+
"value": {
|
|
1505
|
+
"kind": "expression",
|
|
1506
|
+
"type": "any"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1458
1509
|
{
|
|
1459
1510
|
"name": "sticky",
|
|
1460
1511
|
"description": "Applies **position: sticky** to the component (**Evergreen browsers only**). You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position).",
|
|
@@ -1719,9 +1770,243 @@
|
|
|
1719
1770
|
"doc-url": "https://vuetifyjs.com/api/v-banner-actions",
|
|
1720
1771
|
"attributes": [
|
|
1721
1772
|
{
|
|
1722
|
-
"name": "
|
|
1773
|
+
"name": "color",
|
|
1774
|
+
"description": "",
|
|
1775
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-actions#props",
|
|
1776
|
+
"value": {
|
|
1777
|
+
"kind": "expression",
|
|
1778
|
+
"type": "any"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "density",
|
|
1723
1783
|
"description": "",
|
|
1724
1784
|
"doc-url": "https://vuetifyjs.com/api/v-banner-actions#props",
|
|
1785
|
+
"value": {
|
|
1786
|
+
"kind": "expression",
|
|
1787
|
+
"type": "any"
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
],
|
|
1791
|
+
"events": [],
|
|
1792
|
+
"slots": [],
|
|
1793
|
+
"vue-model": {
|
|
1794
|
+
"prop": "modelValue",
|
|
1795
|
+
"event": "update:modelValue"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "VBannerAvatar",
|
|
1800
|
+
"source": {
|
|
1801
|
+
"module": "./src/components/index.ts",
|
|
1802
|
+
"symbol": "VBannerAvatar"
|
|
1803
|
+
},
|
|
1804
|
+
"description": "",
|
|
1805
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar",
|
|
1806
|
+
"attributes": [
|
|
1807
|
+
{
|
|
1808
|
+
"name": "color",
|
|
1809
|
+
"description": "",
|
|
1810
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1811
|
+
"value": {
|
|
1812
|
+
"kind": "expression",
|
|
1813
|
+
"type": "string"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "start",
|
|
1818
|
+
"description": "",
|
|
1819
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1820
|
+
"default": "false",
|
|
1821
|
+
"value": {
|
|
1822
|
+
"kind": "expression",
|
|
1823
|
+
"type": "boolean"
|
|
1824
|
+
},
|
|
1825
|
+
"type": "boolean"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "end",
|
|
1829
|
+
"description": "",
|
|
1830
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1831
|
+
"default": "false",
|
|
1832
|
+
"value": {
|
|
1833
|
+
"kind": "expression",
|
|
1834
|
+
"type": "boolean"
|
|
1835
|
+
},
|
|
1836
|
+
"type": "boolean"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "icon",
|
|
1840
|
+
"description": "",
|
|
1841
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1842
|
+
"value": {
|
|
1843
|
+
"kind": "expression",
|
|
1844
|
+
"type": "string"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "image",
|
|
1849
|
+
"description": "",
|
|
1850
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1851
|
+
"value": {
|
|
1852
|
+
"kind": "expression",
|
|
1853
|
+
"type": "string"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "density",
|
|
1858
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
1859
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1860
|
+
"default": "'default'",
|
|
1861
|
+
"value": {
|
|
1862
|
+
"kind": "expression",
|
|
1863
|
+
"type": "string"
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"name": "rounded",
|
|
1868
|
+
"description": "",
|
|
1869
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1870
|
+
"default": "false",
|
|
1871
|
+
"value": {
|
|
1872
|
+
"kind": "expression",
|
|
1873
|
+
"type": [
|
|
1874
|
+
"boolean",
|
|
1875
|
+
"number",
|
|
1876
|
+
"string"
|
|
1877
|
+
]
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "size",
|
|
1882
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
|
|
1883
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1884
|
+
"default": "'default'",
|
|
1885
|
+
"value": {
|
|
1886
|
+
"kind": "expression",
|
|
1887
|
+
"type": [
|
|
1888
|
+
"string",
|
|
1889
|
+
"number"
|
|
1890
|
+
]
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "tag",
|
|
1895
|
+
"description": "Specify a custom tag used on the root element.",
|
|
1896
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1897
|
+
"default": "'div'",
|
|
1898
|
+
"value": {
|
|
1899
|
+
"kind": "expression",
|
|
1900
|
+
"type": "string"
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
],
|
|
1904
|
+
"events": [],
|
|
1905
|
+
"slots": [],
|
|
1906
|
+
"vue-model": {
|
|
1907
|
+
"prop": "modelValue",
|
|
1908
|
+
"event": "update:modelValue"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "VBannerIcon",
|
|
1913
|
+
"source": {
|
|
1914
|
+
"module": "./src/components/index.ts",
|
|
1915
|
+
"symbol": "VBannerIcon"
|
|
1916
|
+
},
|
|
1917
|
+
"description": "",
|
|
1918
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon",
|
|
1919
|
+
"attributes": [
|
|
1920
|
+
{
|
|
1921
|
+
"name": "color",
|
|
1922
|
+
"description": "",
|
|
1923
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1924
|
+
"value": {
|
|
1925
|
+
"kind": "expression",
|
|
1926
|
+
"type": "string"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "start",
|
|
1931
|
+
"description": "",
|
|
1932
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1933
|
+
"default": "false",
|
|
1934
|
+
"value": {
|
|
1935
|
+
"kind": "expression",
|
|
1936
|
+
"type": "boolean"
|
|
1937
|
+
},
|
|
1938
|
+
"type": "boolean"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "end",
|
|
1942
|
+
"description": "",
|
|
1943
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1944
|
+
"default": "false",
|
|
1945
|
+
"value": {
|
|
1946
|
+
"kind": "expression",
|
|
1947
|
+
"type": "boolean"
|
|
1948
|
+
},
|
|
1949
|
+
"type": "boolean"
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "icon",
|
|
1953
|
+
"description": "",
|
|
1954
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1955
|
+
"value": {
|
|
1956
|
+
"kind": "expression",
|
|
1957
|
+
"type": "string"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "image",
|
|
1962
|
+
"description": "",
|
|
1963
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1964
|
+
"value": {
|
|
1965
|
+
"kind": "expression",
|
|
1966
|
+
"type": "string"
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "density",
|
|
1971
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
1972
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1973
|
+
"default": "'default'",
|
|
1974
|
+
"value": {
|
|
1975
|
+
"kind": "expression",
|
|
1976
|
+
"type": "string"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "rounded",
|
|
1981
|
+
"description": "",
|
|
1982
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1983
|
+
"default": "false",
|
|
1984
|
+
"value": {
|
|
1985
|
+
"kind": "expression",
|
|
1986
|
+
"type": [
|
|
1987
|
+
"boolean",
|
|
1988
|
+
"number",
|
|
1989
|
+
"string"
|
|
1990
|
+
]
|
|
1991
|
+
}
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "size",
|
|
1995
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
|
|
1996
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1997
|
+
"default": "'default'",
|
|
1998
|
+
"value": {
|
|
1999
|
+
"kind": "expression",
|
|
2000
|
+
"type": [
|
|
2001
|
+
"string",
|
|
2002
|
+
"number"
|
|
2003
|
+
]
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"name": "tag",
|
|
2008
|
+
"description": "Specify a custom tag used on the root element.",
|
|
2009
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1725
2010
|
"default": "'div'",
|
|
1726
2011
|
"value": {
|
|
1727
2012
|
"kind": "expression",
|
|
@@ -2063,6 +2348,15 @@
|
|
|
2063
2348
|
"type": "any"
|
|
2064
2349
|
}
|
|
2065
2350
|
},
|
|
2351
|
+
{
|
|
2352
|
+
"name": "active-color",
|
|
2353
|
+
"description": "",
|
|
2354
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
|
|
2355
|
+
"value": {
|
|
2356
|
+
"kind": "expression",
|
|
2357
|
+
"type": "any"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2066
2360
|
{
|
|
2067
2361
|
"name": "bg-color",
|
|
2068
2362
|
"description": "",
|
|
@@ -2328,6 +2622,24 @@
|
|
|
2328
2622
|
"description": "",
|
|
2329
2623
|
"doc-url": "https://vuetifyjs.com/api/v-btn",
|
|
2330
2624
|
"attributes": [
|
|
2625
|
+
{
|
|
2626
|
+
"name": "active",
|
|
2627
|
+
"description": "",
|
|
2628
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2629
|
+
"value": {
|
|
2630
|
+
"kind": "expression",
|
|
2631
|
+
"type": "any"
|
|
2632
|
+
}
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "symbol",
|
|
2636
|
+
"description": "",
|
|
2637
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2638
|
+
"value": {
|
|
2639
|
+
"kind": "expression",
|
|
2640
|
+
"type": "any"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2331
2643
|
{
|
|
2332
2644
|
"name": "flat",
|
|
2333
2645
|
"description": "Removes the button box shadow.",
|
|
@@ -2704,18 +3016,9 @@
|
|
|
2704
3016
|
"type": "string"
|
|
2705
3017
|
}
|
|
2706
3018
|
},
|
|
2707
|
-
{
|
|
2708
|
-
"name": "text-color",
|
|
2709
|
-
"description": "Applies a specified color to the control text",
|
|
2710
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2711
|
-
"value": {
|
|
2712
|
-
"kind": "expression",
|
|
2713
|
-
"type": "string"
|
|
2714
|
-
}
|
|
2715
|
-
},
|
|
2716
3019
|
{
|
|
2717
3020
|
"name": "variant",
|
|
2718
|
-
"description": "Applies one of
|
|
3021
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
2719
3022
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2720
3023
|
"default": "'contained'",
|
|
2721
3024
|
"value": {
|
|
@@ -2850,18 +3153,9 @@
|
|
|
2850
3153
|
"type": "string"
|
|
2851
3154
|
}
|
|
2852
3155
|
},
|
|
2853
|
-
{
|
|
2854
|
-
"name": "text-color",
|
|
2855
|
-
"description": "Applies a specified color to the control text",
|
|
2856
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
|
|
2857
|
-
"value": {
|
|
2858
|
-
"kind": "expression",
|
|
2859
|
-
"type": "string"
|
|
2860
|
-
}
|
|
2861
|
-
},
|
|
2862
3156
|
{
|
|
2863
3157
|
"name": "variant",
|
|
2864
|
-
"description": "Applies one of
|
|
3158
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
2865
3159
|
"doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
|
|
2866
3160
|
"default": "'contained'",
|
|
2867
3161
|
"value": {
|
|
@@ -3380,18 +3674,9 @@
|
|
|
3380
3674
|
"type": "string"
|
|
3381
3675
|
}
|
|
3382
3676
|
},
|
|
3383
|
-
{
|
|
3384
|
-
"name": "text-color",
|
|
3385
|
-
"description": "Applies a specified color to the control text",
|
|
3386
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3387
|
-
"value": {
|
|
3388
|
-
"kind": "expression",
|
|
3389
|
-
"type": "string"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
3677
|
{
|
|
3393
3678
|
"name": "variant",
|
|
3394
|
-
"description": "Applies one of
|
|
3679
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
3395
3680
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3396
3681
|
"default": "'contained'",
|
|
3397
3682
|
"value": {
|
|
@@ -3504,6 +3789,33 @@
|
|
|
3504
3789
|
"event": "update:modelValue"
|
|
3505
3790
|
}
|
|
3506
3791
|
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "VCardContent",
|
|
3794
|
+
"source": {
|
|
3795
|
+
"module": "./src/components/index.ts",
|
|
3796
|
+
"symbol": "VCardContent"
|
|
3797
|
+
},
|
|
3798
|
+
"description": "",
|
|
3799
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-content",
|
|
3800
|
+
"attributes": [
|
|
3801
|
+
{
|
|
3802
|
+
"name": "tag",
|
|
3803
|
+
"description": "",
|
|
3804
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-content#props",
|
|
3805
|
+
"default": "'div'",
|
|
3806
|
+
"value": {
|
|
3807
|
+
"kind": "expression",
|
|
3808
|
+
"type": "string"
|
|
3809
|
+
}
|
|
3810
|
+
}
|
|
3811
|
+
],
|
|
3812
|
+
"events": [],
|
|
3813
|
+
"slots": [],
|
|
3814
|
+
"vue-model": {
|
|
3815
|
+
"prop": "modelValue",
|
|
3816
|
+
"event": "update:modelValue"
|
|
3817
|
+
}
|
|
3818
|
+
},
|
|
3507
3819
|
{
|
|
3508
3820
|
"name": "VCardHeader",
|
|
3509
3821
|
"source": {
|
|
@@ -4556,18 +4868,9 @@
|
|
|
4556
4868
|
"type": "string"
|
|
4557
4869
|
}
|
|
4558
4870
|
},
|
|
4559
|
-
{
|
|
4560
|
-
"name": "text-color",
|
|
4561
|
-
"description": "Applies a specified color to the control text",
|
|
4562
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4563
|
-
"value": {
|
|
4564
|
-
"kind": "expression",
|
|
4565
|
-
"type": "string"
|
|
4566
|
-
}
|
|
4567
|
-
},
|
|
4568
4871
|
{
|
|
4569
4872
|
"name": "variant",
|
|
4570
|
-
"description": "Applies one of
|
|
4873
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
4571
4874
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4572
4875
|
"default": "'contained-text'",
|
|
4573
4876
|
"value": {
|
|
@@ -4771,18 +5074,9 @@
|
|
|
4771
5074
|
"type": "string"
|
|
4772
5075
|
}
|
|
4773
5076
|
},
|
|
4774
|
-
{
|
|
4775
|
-
"name": "text-color",
|
|
4776
|
-
"description": "Applies a specified color to the control text",
|
|
4777
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
|
|
4778
|
-
"value": {
|
|
4779
|
-
"kind": "expression",
|
|
4780
|
-
"type": "string"
|
|
4781
|
-
}
|
|
4782
|
-
},
|
|
4783
5077
|
{
|
|
4784
5078
|
"name": "variant",
|
|
4785
|
-
"description": "Applies one of
|
|
5079
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
4786
5080
|
"doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
|
|
4787
5081
|
"default": "'contained-text'",
|
|
4788
5082
|
"value": {
|
|
@@ -5212,16 +5506,6 @@
|
|
|
5212
5506
|
},
|
|
5213
5507
|
"type": "boolean"
|
|
5214
5508
|
},
|
|
5215
|
-
{
|
|
5216
|
-
"name": "items",
|
|
5217
|
-
"description": "",
|
|
5218
|
-
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5219
|
-
"default": "[]",
|
|
5220
|
-
"value": {
|
|
5221
|
-
"kind": "expression",
|
|
5222
|
-
"type": "array"
|
|
5223
|
-
}
|
|
5224
|
-
},
|
|
5225
5509
|
{
|
|
5226
5510
|
"name": "menu-icon",
|
|
5227
5511
|
"description": "",
|
|
@@ -5278,6 +5562,63 @@
|
|
|
5278
5562
|
},
|
|
5279
5563
|
"type": "boolean"
|
|
5280
5564
|
},
|
|
5565
|
+
{
|
|
5566
|
+
"name": "items",
|
|
5567
|
+
"description": "",
|
|
5568
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5569
|
+
"default": "[]",
|
|
5570
|
+
"value": {
|
|
5571
|
+
"kind": "expression",
|
|
5572
|
+
"type": "array"
|
|
5573
|
+
}
|
|
5574
|
+
},
|
|
5575
|
+
{
|
|
5576
|
+
"name": "item-title",
|
|
5577
|
+
"description": "",
|
|
5578
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5579
|
+
"default": "'title'",
|
|
5580
|
+
"value": {
|
|
5581
|
+
"kind": "expression",
|
|
5582
|
+
"type": [
|
|
5583
|
+
"string",
|
|
5584
|
+
"array",
|
|
5585
|
+
"function"
|
|
5586
|
+
]
|
|
5587
|
+
}
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "item-value",
|
|
5591
|
+
"description": "",
|
|
5592
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5593
|
+
"default": "'value'",
|
|
5594
|
+
"value": {
|
|
5595
|
+
"kind": "expression",
|
|
5596
|
+
"type": [
|
|
5597
|
+
"string",
|
|
5598
|
+
"array",
|
|
5599
|
+
"function"
|
|
5600
|
+
]
|
|
5601
|
+
}
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
"name": "item-children",
|
|
5605
|
+
"description": "",
|
|
5606
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5607
|
+
"default": "'children'",
|
|
5608
|
+
"value": {
|
|
5609
|
+
"kind": "expression",
|
|
5610
|
+
"type": "string"
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"name": "item-props",
|
|
5615
|
+
"description": "",
|
|
5616
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5617
|
+
"value": {
|
|
5618
|
+
"kind": "expression",
|
|
5619
|
+
"type": "function"
|
|
5620
|
+
}
|
|
5621
|
+
},
|
|
5281
5622
|
{
|
|
5282
5623
|
"name": "transition",
|
|
5283
5624
|
"description": "",
|
|
@@ -5303,6 +5644,16 @@
|
|
|
5303
5644
|
"name": "argument"
|
|
5304
5645
|
}
|
|
5305
5646
|
]
|
|
5647
|
+
},
|
|
5648
|
+
{
|
|
5649
|
+
"name": "update:searchInput",
|
|
5650
|
+
"description": "",
|
|
5651
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
5652
|
+
"arguments": [
|
|
5653
|
+
{
|
|
5654
|
+
"name": "argument"
|
|
5655
|
+
}
|
|
5656
|
+
]
|
|
5306
5657
|
}
|
|
5307
5658
|
],
|
|
5308
5659
|
"slots": [],
|
|
@@ -5680,6 +6031,15 @@
|
|
|
5680
6031
|
"type": "string"
|
|
5681
6032
|
}
|
|
5682
6033
|
},
|
|
6034
|
+
{
|
|
6035
|
+
"name": "readonly",
|
|
6036
|
+
"description": "Makes the entire expansion-panel read only.",
|
|
6037
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panels#props",
|
|
6038
|
+
"value": {
|
|
6039
|
+
"kind": "expression",
|
|
6040
|
+
"type": "any"
|
|
6041
|
+
}
|
|
6042
|
+
},
|
|
5683
6043
|
{
|
|
5684
6044
|
"name": "model-value",
|
|
5685
6045
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used.",
|
|
@@ -5944,6 +6304,17 @@
|
|
|
5944
6304
|
"object"
|
|
5945
6305
|
]
|
|
5946
6306
|
}
|
|
6307
|
+
},
|
|
6308
|
+
{
|
|
6309
|
+
"name": "readonly",
|
|
6310
|
+
"description": "Makes the expansion-panel content read only.",
|
|
6311
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel#props",
|
|
6312
|
+
"default": "false",
|
|
6313
|
+
"value": {
|
|
6314
|
+
"kind": "expression",
|
|
6315
|
+
"type": "boolean"
|
|
6316
|
+
},
|
|
6317
|
+
"type": "boolean"
|
|
5947
6318
|
}
|
|
5948
6319
|
],
|
|
5949
6320
|
"events": [
|
|
@@ -6065,6 +6436,17 @@
|
|
|
6065
6436
|
"object"
|
|
6066
6437
|
]
|
|
6067
6438
|
}
|
|
6439
|
+
},
|
|
6440
|
+
{
|
|
6441
|
+
"name": "readonly",
|
|
6442
|
+
"description": "",
|
|
6443
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#props",
|
|
6444
|
+
"default": "false",
|
|
6445
|
+
"value": {
|
|
6446
|
+
"kind": "expression",
|
|
6447
|
+
"type": "boolean"
|
|
6448
|
+
},
|
|
6449
|
+
"type": "boolean"
|
|
6068
6450
|
}
|
|
6069
6451
|
],
|
|
6070
6452
|
"events": [],
|
|
@@ -6288,26 +6670,6 @@
|
|
|
6288
6670
|
}
|
|
6289
6671
|
]
|
|
6290
6672
|
},
|
|
6291
|
-
{
|
|
6292
|
-
"name": "click:prepend-inner",
|
|
6293
|
-
"description": "",
|
|
6294
|
-
"doc-url": "https://vuetifyjs.com/api/v-field#events",
|
|
6295
|
-
"arguments": [
|
|
6296
|
-
{
|
|
6297
|
-
"name": "argument"
|
|
6298
|
-
}
|
|
6299
|
-
]
|
|
6300
|
-
},
|
|
6301
|
-
{
|
|
6302
|
-
"name": "click:append-inner",
|
|
6303
|
-
"description": "",
|
|
6304
|
-
"doc-url": "https://vuetifyjs.com/api/v-field#events",
|
|
6305
|
-
"arguments": [
|
|
6306
|
-
{
|
|
6307
|
-
"name": "argument"
|
|
6308
|
-
}
|
|
6309
|
-
]
|
|
6310
|
-
},
|
|
6311
6673
|
{
|
|
6312
6674
|
"name": "click:control",
|
|
6313
6675
|
"description": "",
|
|
@@ -6829,104 +7191,28 @@
|
|
|
6829
7191
|
"doc-url": "https://vuetifyjs.com/api/v-footer",
|
|
6830
7192
|
"attributes": [
|
|
6831
7193
|
{
|
|
6832
|
-
"name": "
|
|
6833
|
-
"description": "",
|
|
6834
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6835
|
-
"value": {
|
|
6836
|
-
"kind": "expression",
|
|
6837
|
-
"type": "any"
|
|
6838
|
-
}
|
|
6839
|
-
},
|
|
6840
|
-
{
|
|
6841
|
-
"name": "border",
|
|
6842
|
-
"description": "Applies border styles to component.",
|
|
6843
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6844
|
-
"default": "false",
|
|
6845
|
-
"value": {
|
|
6846
|
-
"kind": "expression",
|
|
6847
|
-
"type": [
|
|
6848
|
-
"boolean",
|
|
6849
|
-
"number",
|
|
6850
|
-
"string"
|
|
6851
|
-
]
|
|
6852
|
-
}
|
|
6853
|
-
},
|
|
6854
|
-
{
|
|
6855
|
-
"name": "height",
|
|
6856
|
-
"description": "Sets the height for the component.",
|
|
6857
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6858
|
-
"value": {
|
|
6859
|
-
"kind": "expression",
|
|
6860
|
-
"type": [
|
|
6861
|
-
"number",
|
|
6862
|
-
"string"
|
|
6863
|
-
]
|
|
6864
|
-
}
|
|
6865
|
-
},
|
|
6866
|
-
{
|
|
6867
|
-
"name": "max-height",
|
|
6868
|
-
"description": "Sets the maximum height for the component.",
|
|
6869
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6870
|
-
"value": {
|
|
6871
|
-
"kind": "expression",
|
|
6872
|
-
"type": [
|
|
6873
|
-
"number",
|
|
6874
|
-
"string"
|
|
6875
|
-
]
|
|
6876
|
-
}
|
|
6877
|
-
},
|
|
6878
|
-
{
|
|
6879
|
-
"name": "max-width",
|
|
6880
|
-
"description": "Sets the maximum width for the component.",
|
|
6881
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6882
|
-
"value": {
|
|
6883
|
-
"kind": "expression",
|
|
6884
|
-
"type": [
|
|
6885
|
-
"number",
|
|
6886
|
-
"string"
|
|
6887
|
-
]
|
|
6888
|
-
}
|
|
6889
|
-
},
|
|
6890
|
-
{
|
|
6891
|
-
"name": "min-height",
|
|
6892
|
-
"description": "Sets the minimum height for the component.",
|
|
6893
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6894
|
-
"value": {
|
|
6895
|
-
"kind": "expression",
|
|
6896
|
-
"type": [
|
|
6897
|
-
"number",
|
|
6898
|
-
"string"
|
|
6899
|
-
]
|
|
6900
|
-
}
|
|
6901
|
-
},
|
|
6902
|
-
{
|
|
6903
|
-
"name": "min-width",
|
|
6904
|
-
"description": "Sets the minimum width for the component.",
|
|
7194
|
+
"name": "app",
|
|
7195
|
+
"description": "",
|
|
6905
7196
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6906
7197
|
"value": {
|
|
6907
7198
|
"kind": "expression",
|
|
6908
|
-
"type":
|
|
6909
|
-
"number",
|
|
6910
|
-
"string"
|
|
6911
|
-
]
|
|
7199
|
+
"type": "any"
|
|
6912
7200
|
}
|
|
6913
7201
|
},
|
|
6914
7202
|
{
|
|
6915
|
-
"name": "
|
|
6916
|
-
"description": "
|
|
7203
|
+
"name": "color",
|
|
7204
|
+
"description": "",
|
|
6917
7205
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6918
7206
|
"value": {
|
|
6919
7207
|
"kind": "expression",
|
|
6920
|
-
"type":
|
|
6921
|
-
"number",
|
|
6922
|
-
"string"
|
|
6923
|
-
]
|
|
7208
|
+
"type": "any"
|
|
6924
7209
|
}
|
|
6925
7210
|
},
|
|
6926
7211
|
{
|
|
6927
|
-
"name": "
|
|
6928
|
-
"description": "
|
|
7212
|
+
"name": "height",
|
|
7213
|
+
"description": "Sets the height for the component",
|
|
6929
7214
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
7215
|
+
"default": "'auto'",
|
|
6930
7216
|
"value": {
|
|
6931
7217
|
"kind": "expression",
|
|
6932
7218
|
"type": [
|
|
@@ -6936,19 +7222,8 @@
|
|
|
6936
7222
|
}
|
|
6937
7223
|
},
|
|
6938
7224
|
{
|
|
6939
|
-
"name": "
|
|
6940
|
-
"description": "Applies
|
|
6941
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6942
|
-
"default": "false",
|
|
6943
|
-
"value": {
|
|
6944
|
-
"kind": "expression",
|
|
6945
|
-
"type": "boolean"
|
|
6946
|
-
},
|
|
6947
|
-
"type": "boolean"
|
|
6948
|
-
},
|
|
6949
|
-
{
|
|
6950
|
-
"name": "bottom",
|
|
6951
|
-
"description": "Aligns the component towards the bottom.",
|
|
7225
|
+
"name": "border",
|
|
7226
|
+
"description": "Applies border styles to component.",
|
|
6952
7227
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6953
7228
|
"default": "false",
|
|
6954
7229
|
"value": {
|
|
@@ -6961,33 +7236,20 @@
|
|
|
6961
7236
|
}
|
|
6962
7237
|
},
|
|
6963
7238
|
{
|
|
6964
|
-
"name": "
|
|
6965
|
-
"description": "
|
|
6966
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6967
|
-
"default": "false",
|
|
6968
|
-
"value": {
|
|
6969
|
-
"kind": "expression",
|
|
6970
|
-
"type": "boolean"
|
|
6971
|
-
},
|
|
6972
|
-
"type": "boolean"
|
|
6973
|
-
},
|
|
6974
|
-
{
|
|
6975
|
-
"name": "left",
|
|
6976
|
-
"description": "Aligns the component towards the left.",
|
|
7239
|
+
"name": "elevation",
|
|
7240
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
6977
7241
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6978
|
-
"default": "false",
|
|
6979
7242
|
"value": {
|
|
6980
7243
|
"kind": "expression",
|
|
6981
7244
|
"type": [
|
|
6982
|
-
"boolean",
|
|
6983
7245
|
"number",
|
|
6984
7246
|
"string"
|
|
6985
7247
|
]
|
|
6986
7248
|
}
|
|
6987
7249
|
},
|
|
6988
7250
|
{
|
|
6989
|
-
"name": "
|
|
6990
|
-
"description": "
|
|
7251
|
+
"name": "name",
|
|
7252
|
+
"description": "",
|
|
6991
7253
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6992
7254
|
"value": {
|
|
6993
7255
|
"kind": "expression",
|
|
@@ -6995,32 +7257,28 @@
|
|
|
6995
7257
|
}
|
|
6996
7258
|
},
|
|
6997
7259
|
{
|
|
6998
|
-
"name": "
|
|
6999
|
-
"description": "
|
|
7260
|
+
"name": "priority",
|
|
7261
|
+
"description": "",
|
|
7000
7262
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
7001
|
-
"default": "
|
|
7263
|
+
"default": "0",
|
|
7002
7264
|
"value": {
|
|
7003
7265
|
"kind": "expression",
|
|
7004
7266
|
"type": [
|
|
7005
|
-
"boolean",
|
|
7006
7267
|
"number",
|
|
7007
7268
|
"string"
|
|
7008
7269
|
]
|
|
7009
7270
|
}
|
|
7010
7271
|
},
|
|
7011
7272
|
{
|
|
7012
|
-
"name": "
|
|
7013
|
-
"description": "
|
|
7273
|
+
"name": "absolute",
|
|
7274
|
+
"description": "",
|
|
7014
7275
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
7015
7276
|
"default": "false",
|
|
7016
7277
|
"value": {
|
|
7017
7278
|
"kind": "expression",
|
|
7018
|
-
"type":
|
|
7019
|
-
|
|
7020
|
-
|
|
7021
|
-
"string"
|
|
7022
|
-
]
|
|
7023
|
-
}
|
|
7279
|
+
"type": "boolean"
|
|
7280
|
+
},
|
|
7281
|
+
"type": "boolean"
|
|
7024
7282
|
},
|
|
7025
7283
|
{
|
|
7026
7284
|
"name": "rounded",
|
|
@@ -7130,8 +7388,8 @@
|
|
|
7130
7388
|
],
|
|
7131
7389
|
"events": [
|
|
7132
7390
|
{
|
|
7133
|
-
"name": "
|
|
7134
|
-
"description": "
|
|
7391
|
+
"name": "update:modelValue",
|
|
7392
|
+
"description": "",
|
|
7135
7393
|
"doc-url": "https://vuetifyjs.com/api/v-form#events",
|
|
7136
7394
|
"arguments": [
|
|
7137
7395
|
{
|
|
@@ -7147,17 +7405,7 @@
|
|
|
7147
7405
|
"arguments": [
|
|
7148
7406
|
{
|
|
7149
7407
|
"name": "argument",
|
|
7150
|
-
"type": "
|
|
7151
|
-
}
|
|
7152
|
-
]
|
|
7153
|
-
},
|
|
7154
|
-
{
|
|
7155
|
-
"name": "update:modelValue",
|
|
7156
|
-
"description": "",
|
|
7157
|
-
"doc-url": "https://vuetifyjs.com/api/v-form#events",
|
|
7158
|
-
"arguments": [
|
|
7159
|
-
{
|
|
7160
|
-
"name": "argument"
|
|
7408
|
+
"type": "SubmitEventPromise"
|
|
7161
7409
|
}
|
|
7162
7410
|
]
|
|
7163
7411
|
}
|
|
@@ -7850,26 +8098,30 @@
|
|
|
7850
8098
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
7851
8099
|
"value": {
|
|
7852
8100
|
"kind": "expression",
|
|
7853
|
-
"type": "
|
|
8101
|
+
"type": "string"
|
|
7854
8102
|
}
|
|
7855
8103
|
},
|
|
7856
8104
|
{
|
|
7857
|
-
"name": "
|
|
7858
|
-
"description": "
|
|
8105
|
+
"name": "start",
|
|
8106
|
+
"description": "",
|
|
7859
8107
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
8108
|
+
"default": "false",
|
|
7860
8109
|
"value": {
|
|
7861
8110
|
"kind": "expression",
|
|
7862
|
-
"type": "
|
|
7863
|
-
}
|
|
8111
|
+
"type": "boolean"
|
|
8112
|
+
},
|
|
8113
|
+
"type": "boolean"
|
|
7864
8114
|
},
|
|
7865
8115
|
{
|
|
7866
|
-
"name": "
|
|
7867
|
-
"description": "
|
|
8116
|
+
"name": "end",
|
|
8117
|
+
"description": "",
|
|
7868
8118
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
8119
|
+
"default": "false",
|
|
7869
8120
|
"value": {
|
|
7870
8121
|
"kind": "expression",
|
|
7871
|
-
"type": "
|
|
7872
|
-
}
|
|
8122
|
+
"type": "boolean"
|
|
8123
|
+
},
|
|
8124
|
+
"type": "boolean"
|
|
7873
8125
|
},
|
|
7874
8126
|
{
|
|
7875
8127
|
"name": "icon",
|
|
@@ -7898,7 +8150,7 @@
|
|
|
7898
8150
|
},
|
|
7899
8151
|
{
|
|
7900
8152
|
"name": "tag",
|
|
7901
|
-
"description": "
|
|
8153
|
+
"description": "",
|
|
7902
8154
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
7903
8155
|
"default": "'i'",
|
|
7904
8156
|
"value": {
|
|
@@ -7908,7 +8160,7 @@
|
|
|
7908
8160
|
},
|
|
7909
8161
|
{
|
|
7910
8162
|
"name": "theme",
|
|
7911
|
-
"description": "
|
|
8163
|
+
"description": "",
|
|
7912
8164
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
7913
8165
|
"value": {
|
|
7914
8166
|
"kind": "expression",
|
|
@@ -8260,26 +8512,6 @@
|
|
|
8260
8512
|
}
|
|
8261
8513
|
],
|
|
8262
8514
|
"events": [
|
|
8263
|
-
{
|
|
8264
|
-
"name": "click:prepend",
|
|
8265
|
-
"description": "Emitted when prepended icon is clicked",
|
|
8266
|
-
"doc-url": "https://vuetifyjs.com/api/v-input#events",
|
|
8267
|
-
"arguments": [
|
|
8268
|
-
{
|
|
8269
|
-
"name": "argument"
|
|
8270
|
-
}
|
|
8271
|
-
]
|
|
8272
|
-
},
|
|
8273
|
-
{
|
|
8274
|
-
"name": "click:append",
|
|
8275
|
-
"description": "Emitted when appended icon is clicked",
|
|
8276
|
-
"doc-url": "https://vuetifyjs.com/api/v-input#events",
|
|
8277
|
-
"arguments": [
|
|
8278
|
-
{
|
|
8279
|
-
"name": "argument"
|
|
8280
|
-
}
|
|
8281
|
-
]
|
|
8282
|
-
},
|
|
8283
8515
|
{
|
|
8284
8516
|
"name": "update:modelValue",
|
|
8285
8517
|
"description": "",
|
|
@@ -8823,7 +9055,25 @@
|
|
|
8823
9055
|
"doc-url": "https://vuetifyjs.com/api/v-list",
|
|
8824
9056
|
"attributes": [
|
|
8825
9057
|
{
|
|
8826
|
-
"name": "color",
|
|
9058
|
+
"name": "active-color",
|
|
9059
|
+
"description": "",
|
|
9060
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9061
|
+
"value": {
|
|
9062
|
+
"kind": "expression",
|
|
9063
|
+
"type": "any"
|
|
9064
|
+
}
|
|
9065
|
+
},
|
|
9066
|
+
{
|
|
9067
|
+
"name": "active-class",
|
|
9068
|
+
"description": "",
|
|
9069
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9070
|
+
"value": {
|
|
9071
|
+
"kind": "expression",
|
|
9072
|
+
"type": "any"
|
|
9073
|
+
}
|
|
9074
|
+
},
|
|
9075
|
+
{
|
|
9076
|
+
"name": "bg-color",
|
|
8827
9077
|
"description": "",
|
|
8828
9078
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8829
9079
|
"value": {
|
|
@@ -8847,7 +9097,10 @@
|
|
|
8847
9097
|
"default": "'one'",
|
|
8848
9098
|
"value": {
|
|
8849
9099
|
"kind": "expression",
|
|
8850
|
-
"type":
|
|
9100
|
+
"type": [
|
|
9101
|
+
"boolean",
|
|
9102
|
+
"string"
|
|
9103
|
+
]
|
|
8851
9104
|
}
|
|
8852
9105
|
},
|
|
8853
9106
|
{
|
|
@@ -8885,7 +9138,7 @@
|
|
|
8885
9138
|
"name": "open-strategy",
|
|
8886
9139
|
"description": "",
|
|
8887
9140
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8888
|
-
"default": "'
|
|
9141
|
+
"default": "'list'",
|
|
8889
9142
|
"value": {
|
|
8890
9143
|
"kind": "expression",
|
|
8891
9144
|
"type": [
|
|
@@ -9063,6 +9316,25 @@
|
|
|
9063
9316
|
"kind": "expression",
|
|
9064
9317
|
"type": "string"
|
|
9065
9318
|
}
|
|
9319
|
+
},
|
|
9320
|
+
{
|
|
9321
|
+
"name": "color",
|
|
9322
|
+
"description": "",
|
|
9323
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9324
|
+
"value": {
|
|
9325
|
+
"kind": "expression",
|
|
9326
|
+
"type": "string"
|
|
9327
|
+
}
|
|
9328
|
+
},
|
|
9329
|
+
{
|
|
9330
|
+
"name": "variant",
|
|
9331
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
9332
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9333
|
+
"default": "'text'",
|
|
9334
|
+
"value": {
|
|
9335
|
+
"kind": "expression",
|
|
9336
|
+
"type": "string"
|
|
9337
|
+
}
|
|
9066
9338
|
}
|
|
9067
9339
|
],
|
|
9068
9340
|
"events": [
|
|
@@ -9273,7 +9545,16 @@
|
|
|
9273
9545
|
}
|
|
9274
9546
|
},
|
|
9275
9547
|
{
|
|
9276
|
-
"name": "
|
|
9548
|
+
"name": "lines",
|
|
9549
|
+
"description": "",
|
|
9550
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9551
|
+
"value": {
|
|
9552
|
+
"kind": "expression",
|
|
9553
|
+
"type": "any"
|
|
9554
|
+
}
|
|
9555
|
+
},
|
|
9556
|
+
{
|
|
9557
|
+
"name": "nav",
|
|
9277
9558
|
"description": "",
|
|
9278
9559
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9279
9560
|
"value": {
|
|
@@ -9326,6 +9607,15 @@
|
|
|
9326
9607
|
"type": "any"
|
|
9327
9608
|
}
|
|
9328
9609
|
},
|
|
9610
|
+
{
|
|
9611
|
+
"name": "link",
|
|
9612
|
+
"description": "",
|
|
9613
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9614
|
+
"value": {
|
|
9615
|
+
"kind": "expression",
|
|
9616
|
+
"type": "any"
|
|
9617
|
+
}
|
|
9618
|
+
},
|
|
9329
9619
|
{
|
|
9330
9620
|
"name": "border",
|
|
9331
9621
|
"description": "Applies border styles to component.",
|
|
@@ -9508,18 +9798,9 @@
|
|
|
9508
9798
|
"type": "string"
|
|
9509
9799
|
}
|
|
9510
9800
|
},
|
|
9511
|
-
{
|
|
9512
|
-
"name": "text-color",
|
|
9513
|
-
"description": "Applies a specified color to the control text",
|
|
9514
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9515
|
-
"value": {
|
|
9516
|
-
"kind": "expression",
|
|
9517
|
-
"type": "string"
|
|
9518
|
-
}
|
|
9519
|
-
},
|
|
9520
9801
|
{
|
|
9521
9802
|
"name": "variant",
|
|
9522
|
-
"description": "Applies one of
|
|
9803
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
9523
9804
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9524
9805
|
"default": "'text'",
|
|
9525
9806
|
"value": {
|
|
@@ -9574,6 +9855,57 @@
|
|
|
9574
9855
|
"event": "update:modelValue"
|
|
9575
9856
|
}
|
|
9576
9857
|
},
|
|
9858
|
+
{
|
|
9859
|
+
"name": "VListItemAction",
|
|
9860
|
+
"source": {
|
|
9861
|
+
"module": "./src/components/index.ts",
|
|
9862
|
+
"symbol": "VListItemAction"
|
|
9863
|
+
},
|
|
9864
|
+
"description": "",
|
|
9865
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action",
|
|
9866
|
+
"attributes": [
|
|
9867
|
+
{
|
|
9868
|
+
"name": "start",
|
|
9869
|
+
"description": "",
|
|
9870
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
|
|
9871
|
+
"value": {
|
|
9872
|
+
"kind": "expression",
|
|
9873
|
+
"type": "any"
|
|
9874
|
+
}
|
|
9875
|
+
},
|
|
9876
|
+
{
|
|
9877
|
+
"name": "end",
|
|
9878
|
+
"description": "",
|
|
9879
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
|
|
9880
|
+
"value": {
|
|
9881
|
+
"kind": "expression",
|
|
9882
|
+
"type": "any"
|
|
9883
|
+
}
|
|
9884
|
+
},
|
|
9885
|
+
{
|
|
9886
|
+
"name": "tag",
|
|
9887
|
+
"description": "Specify a custom tag used on the root element.",
|
|
9888
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
|
|
9889
|
+
"default": "'div'",
|
|
9890
|
+
"value": {
|
|
9891
|
+
"kind": "expression",
|
|
9892
|
+
"type": "string"
|
|
9893
|
+
}
|
|
9894
|
+
}
|
|
9895
|
+
],
|
|
9896
|
+
"events": [],
|
|
9897
|
+
"slots": [
|
|
9898
|
+
{
|
|
9899
|
+
"name": "default",
|
|
9900
|
+
"description": "The default Vue slot.",
|
|
9901
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#slots"
|
|
9902
|
+
}
|
|
9903
|
+
],
|
|
9904
|
+
"vue-model": {
|
|
9905
|
+
"prop": "modelValue",
|
|
9906
|
+
"event": "update:modelValue"
|
|
9907
|
+
}
|
|
9908
|
+
},
|
|
9577
9909
|
{
|
|
9578
9910
|
"name": "VListItemAvatar",
|
|
9579
9911
|
"source": {
|
|
@@ -9584,21 +9916,89 @@
|
|
|
9584
9916
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar",
|
|
9585
9917
|
"attributes": [
|
|
9586
9918
|
{
|
|
9587
|
-
"name": "
|
|
9919
|
+
"name": "color",
|
|
9920
|
+
"description": "",
|
|
9921
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9922
|
+
"value": {
|
|
9923
|
+
"kind": "expression",
|
|
9924
|
+
"type": "string"
|
|
9925
|
+
}
|
|
9926
|
+
},
|
|
9927
|
+
{
|
|
9928
|
+
"name": "start",
|
|
9929
|
+
"description": "",
|
|
9930
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9931
|
+
"default": "false",
|
|
9932
|
+
"value": {
|
|
9933
|
+
"kind": "expression",
|
|
9934
|
+
"type": "boolean"
|
|
9935
|
+
},
|
|
9936
|
+
"type": "boolean"
|
|
9937
|
+
},
|
|
9938
|
+
{
|
|
9939
|
+
"name": "end",
|
|
9588
9940
|
"description": "",
|
|
9589
9941
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9942
|
+
"default": "false",
|
|
9590
9943
|
"value": {
|
|
9591
9944
|
"kind": "expression",
|
|
9592
|
-
"type": "
|
|
9945
|
+
"type": "boolean"
|
|
9946
|
+
},
|
|
9947
|
+
"type": "boolean"
|
|
9948
|
+
},
|
|
9949
|
+
{
|
|
9950
|
+
"name": "icon",
|
|
9951
|
+
"description": "",
|
|
9952
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9953
|
+
"value": {
|
|
9954
|
+
"kind": "expression",
|
|
9955
|
+
"type": "string"
|
|
9593
9956
|
}
|
|
9594
9957
|
},
|
|
9595
9958
|
{
|
|
9596
|
-
"name": "
|
|
9959
|
+
"name": "image",
|
|
9597
9960
|
"description": "",
|
|
9598
9961
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9599
9962
|
"value": {
|
|
9600
9963
|
"kind": "expression",
|
|
9601
|
-
"type": "
|
|
9964
|
+
"type": "string"
|
|
9965
|
+
}
|
|
9966
|
+
},
|
|
9967
|
+
{
|
|
9968
|
+
"name": "density",
|
|
9969
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
9970
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9971
|
+
"default": "'default'",
|
|
9972
|
+
"value": {
|
|
9973
|
+
"kind": "expression",
|
|
9974
|
+
"type": "string"
|
|
9975
|
+
}
|
|
9976
|
+
},
|
|
9977
|
+
{
|
|
9978
|
+
"name": "rounded",
|
|
9979
|
+
"description": "",
|
|
9980
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9981
|
+
"default": "false",
|
|
9982
|
+
"value": {
|
|
9983
|
+
"kind": "expression",
|
|
9984
|
+
"type": [
|
|
9985
|
+
"boolean",
|
|
9986
|
+
"number",
|
|
9987
|
+
"string"
|
|
9988
|
+
]
|
|
9989
|
+
}
|
|
9990
|
+
},
|
|
9991
|
+
{
|
|
9992
|
+
"name": "size",
|
|
9993
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
|
|
9994
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9995
|
+
"default": "'default'",
|
|
9996
|
+
"value": {
|
|
9997
|
+
"kind": "expression",
|
|
9998
|
+
"type": [
|
|
9999
|
+
"string",
|
|
10000
|
+
"number"
|
|
10001
|
+
]
|
|
9602
10002
|
}
|
|
9603
10003
|
},
|
|
9604
10004
|
{
|
|
@@ -9652,6 +10052,104 @@
|
|
|
9652
10052
|
"event": "update:modelValue"
|
|
9653
10053
|
}
|
|
9654
10054
|
},
|
|
10055
|
+
{
|
|
10056
|
+
"name": "VListItemIcon",
|
|
10057
|
+
"source": {
|
|
10058
|
+
"module": "./src/components/index.ts",
|
|
10059
|
+
"symbol": "VListItemIcon"
|
|
10060
|
+
},
|
|
10061
|
+
"description": "",
|
|
10062
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon",
|
|
10063
|
+
"attributes": [
|
|
10064
|
+
{
|
|
10065
|
+
"name": "color",
|
|
10066
|
+
"description": "",
|
|
10067
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10068
|
+
"value": {
|
|
10069
|
+
"kind": "expression",
|
|
10070
|
+
"type": "string"
|
|
10071
|
+
}
|
|
10072
|
+
},
|
|
10073
|
+
{
|
|
10074
|
+
"name": "start",
|
|
10075
|
+
"description": "",
|
|
10076
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10077
|
+
"default": "false",
|
|
10078
|
+
"value": {
|
|
10079
|
+
"kind": "expression",
|
|
10080
|
+
"type": "boolean"
|
|
10081
|
+
},
|
|
10082
|
+
"type": "boolean"
|
|
10083
|
+
},
|
|
10084
|
+
{
|
|
10085
|
+
"name": "end",
|
|
10086
|
+
"description": "",
|
|
10087
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10088
|
+
"default": "false",
|
|
10089
|
+
"value": {
|
|
10090
|
+
"kind": "expression",
|
|
10091
|
+
"type": "boolean"
|
|
10092
|
+
},
|
|
10093
|
+
"type": "boolean"
|
|
10094
|
+
},
|
|
10095
|
+
{
|
|
10096
|
+
"name": "icon",
|
|
10097
|
+
"description": "Designates a specific icon.",
|
|
10098
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10099
|
+
"value": {
|
|
10100
|
+
"kind": "expression",
|
|
10101
|
+
"type": [
|
|
10102
|
+
"string",
|
|
10103
|
+
"object"
|
|
10104
|
+
]
|
|
10105
|
+
}
|
|
10106
|
+
},
|
|
10107
|
+
{
|
|
10108
|
+
"name": "size",
|
|
10109
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
|
|
10110
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10111
|
+
"default": "'default'",
|
|
10112
|
+
"value": {
|
|
10113
|
+
"kind": "expression",
|
|
10114
|
+
"type": [
|
|
10115
|
+
"string",
|
|
10116
|
+
"number"
|
|
10117
|
+
]
|
|
10118
|
+
}
|
|
10119
|
+
},
|
|
10120
|
+
{
|
|
10121
|
+
"name": "tag",
|
|
10122
|
+
"description": "",
|
|
10123
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10124
|
+
"default": "'i'",
|
|
10125
|
+
"value": {
|
|
10126
|
+
"kind": "expression",
|
|
10127
|
+
"type": "string"
|
|
10128
|
+
}
|
|
10129
|
+
},
|
|
10130
|
+
{
|
|
10131
|
+
"name": "theme",
|
|
10132
|
+
"description": "",
|
|
10133
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10134
|
+
"value": {
|
|
10135
|
+
"kind": "expression",
|
|
10136
|
+
"type": "string"
|
|
10137
|
+
}
|
|
10138
|
+
}
|
|
10139
|
+
],
|
|
10140
|
+
"events": [],
|
|
10141
|
+
"slots": [
|
|
10142
|
+
{
|
|
10143
|
+
"name": "default",
|
|
10144
|
+
"description": "The default Vue slot.",
|
|
10145
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#slots"
|
|
10146
|
+
}
|
|
10147
|
+
],
|
|
10148
|
+
"vue-model": {
|
|
10149
|
+
"prop": "modelValue",
|
|
10150
|
+
"event": "update:modelValue"
|
|
10151
|
+
}
|
|
10152
|
+
},
|
|
9655
10153
|
{
|
|
9656
10154
|
"name": "VListItemMedia",
|
|
9657
10155
|
"source": {
|
|
@@ -9662,7 +10160,7 @@
|
|
|
9662
10160
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media",
|
|
9663
10161
|
"attributes": [
|
|
9664
10162
|
{
|
|
9665
|
-
"name": "
|
|
10163
|
+
"name": "start",
|
|
9666
10164
|
"description": "",
|
|
9667
10165
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media#props",
|
|
9668
10166
|
"value": {
|
|
@@ -9671,7 +10169,7 @@
|
|
|
9671
10169
|
}
|
|
9672
10170
|
},
|
|
9673
10171
|
{
|
|
9674
|
-
"name": "
|
|
10172
|
+
"name": "end",
|
|
9675
10173
|
"description": "",
|
|
9676
10174
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media#props",
|
|
9677
10175
|
"value": {
|
|
@@ -9772,6 +10270,24 @@
|
|
|
9772
10270
|
"description": "",
|
|
9773
10271
|
"doc-url": "https://vuetifyjs.com/api/v-list-group",
|
|
9774
10272
|
"attributes": [
|
|
10273
|
+
{
|
|
10274
|
+
"name": "active-color",
|
|
10275
|
+
"description": "",
|
|
10276
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10277
|
+
"value": {
|
|
10278
|
+
"kind": "expression",
|
|
10279
|
+
"type": "any"
|
|
10280
|
+
}
|
|
10281
|
+
},
|
|
10282
|
+
{
|
|
10283
|
+
"name": "color",
|
|
10284
|
+
"description": "",
|
|
10285
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10286
|
+
"value": {
|
|
10287
|
+
"kind": "expression",
|
|
10288
|
+
"type": "any"
|
|
10289
|
+
}
|
|
10290
|
+
},
|
|
9775
10291
|
{
|
|
9776
10292
|
"name": "collapse-icon",
|
|
9777
10293
|
"description": "",
|
|
@@ -9943,15 +10459,6 @@
|
|
|
9943
10459
|
"description": "",
|
|
9944
10460
|
"doc-url": "https://vuetifyjs.com/api/v-menu",
|
|
9945
10461
|
"attributes": [
|
|
9946
|
-
{
|
|
9947
|
-
"name": "disable-keys",
|
|
9948
|
-
"description": "Removes all keyboard interaction",
|
|
9949
|
-
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
9950
|
-
"value": {
|
|
9951
|
-
"kind": "expression",
|
|
9952
|
-
"type": "any"
|
|
9953
|
-
}
|
|
9954
|
-
},
|
|
9955
10462
|
{
|
|
9956
10463
|
"name": "model-value",
|
|
9957
10464
|
"description": "",
|
|
@@ -10516,6 +11023,17 @@
|
|
|
10516
11023
|
},
|
|
10517
11024
|
"type": "boolean"
|
|
10518
11025
|
},
|
|
11026
|
+
{
|
|
11027
|
+
"name": "close-on-content-click",
|
|
11028
|
+
"description": "",
|
|
11029
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11030
|
+
"default": "false",
|
|
11031
|
+
"value": {
|
|
11032
|
+
"kind": "expression",
|
|
11033
|
+
"type": "boolean"
|
|
11034
|
+
},
|
|
11035
|
+
"type": "boolean"
|
|
11036
|
+
},
|
|
10519
11037
|
{
|
|
10520
11038
|
"name": "close-delay",
|
|
10521
11039
|
"description": "",
|
|
@@ -11031,18 +11549,9 @@
|
|
|
11031
11549
|
"type": "string"
|
|
11032
11550
|
}
|
|
11033
11551
|
},
|
|
11034
|
-
{
|
|
11035
|
-
"name": "text-color",
|
|
11036
|
-
"description": "Applies a specified color to the control text",
|
|
11037
|
-
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11038
|
-
"value": {
|
|
11039
|
-
"kind": "expression",
|
|
11040
|
-
"type": "string"
|
|
11041
|
-
}
|
|
11042
|
-
},
|
|
11043
11552
|
{
|
|
11044
11553
|
"name": "variant",
|
|
11045
|
-
"description": "Applies one of
|
|
11554
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
11046
11555
|
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11047
11556
|
"default": "'text'",
|
|
11048
11557
|
"value": {
|
|
@@ -12850,70 +13359,117 @@
|
|
|
12850
13359
|
"type": "boolean"
|
|
12851
13360
|
},
|
|
12852
13361
|
{
|
|
12853
|
-
"name": "
|
|
12854
|
-
"description": "
|
|
13362
|
+
"name": "menu-icon",
|
|
13363
|
+
"description": "",
|
|
12855
13364
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12856
|
-
"default": "
|
|
13365
|
+
"default": "'$dropdown'",
|
|
12857
13366
|
"value": {
|
|
12858
13367
|
"kind": "expression",
|
|
12859
|
-
"type": "
|
|
13368
|
+
"type": "string"
|
|
12860
13369
|
}
|
|
12861
13370
|
},
|
|
12862
13371
|
{
|
|
12863
|
-
"name": "
|
|
13372
|
+
"name": "model-value",
|
|
12864
13373
|
"description": "",
|
|
12865
13374
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12866
|
-
"default": "
|
|
13375
|
+
"default": "[]",
|
|
13376
|
+
"value": {
|
|
13377
|
+
"kind": "expression",
|
|
13378
|
+
"type": [
|
|
13379
|
+
"number",
|
|
13380
|
+
"string",
|
|
13381
|
+
"array"
|
|
13382
|
+
]
|
|
13383
|
+
}
|
|
13384
|
+
},
|
|
13385
|
+
{
|
|
13386
|
+
"name": "multiple",
|
|
13387
|
+
"description": "Changes select to multiple. Accepts array for value",
|
|
13388
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13389
|
+
"default": "false",
|
|
13390
|
+
"value": {
|
|
13391
|
+
"kind": "expression",
|
|
13392
|
+
"type": "boolean"
|
|
13393
|
+
},
|
|
13394
|
+
"type": "boolean"
|
|
13395
|
+
},
|
|
13396
|
+
{
|
|
13397
|
+
"name": "no-data-text",
|
|
13398
|
+
"description": "Display text when there is no data",
|
|
13399
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13400
|
+
"default": "'$vuetify.noDataText'",
|
|
12867
13401
|
"value": {
|
|
12868
13402
|
"kind": "expression",
|
|
12869
13403
|
"type": "string"
|
|
12870
13404
|
}
|
|
12871
13405
|
},
|
|
12872
13406
|
{
|
|
12873
|
-
"name": "
|
|
13407
|
+
"name": "open-on-clear",
|
|
13408
|
+
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state",
|
|
13409
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13410
|
+
"default": "false",
|
|
13411
|
+
"value": {
|
|
13412
|
+
"kind": "expression",
|
|
13413
|
+
"type": "boolean"
|
|
13414
|
+
},
|
|
13415
|
+
"type": "boolean"
|
|
13416
|
+
},
|
|
13417
|
+
{
|
|
13418
|
+
"name": "items",
|
|
13419
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
|
|
13420
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13421
|
+
"default": "[]",
|
|
13422
|
+
"value": {
|
|
13423
|
+
"kind": "expression",
|
|
13424
|
+
"type": "array"
|
|
13425
|
+
}
|
|
13426
|
+
},
|
|
13427
|
+
{
|
|
13428
|
+
"name": "item-title",
|
|
12874
13429
|
"description": "",
|
|
12875
13430
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12876
|
-
"default": "
|
|
13431
|
+
"default": "'title'",
|
|
12877
13432
|
"value": {
|
|
12878
13433
|
"kind": "expression",
|
|
12879
13434
|
"type": [
|
|
12880
|
-
"number",
|
|
12881
13435
|
"string",
|
|
12882
|
-
"array"
|
|
13436
|
+
"array",
|
|
13437
|
+
"function"
|
|
12883
13438
|
]
|
|
12884
13439
|
}
|
|
12885
13440
|
},
|
|
12886
13441
|
{
|
|
12887
|
-
"name": "
|
|
12888
|
-
"description": "
|
|
13442
|
+
"name": "item-value",
|
|
13443
|
+
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)",
|
|
12889
13444
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12890
|
-
"default": "
|
|
13445
|
+
"default": "'value'",
|
|
12891
13446
|
"value": {
|
|
12892
13447
|
"kind": "expression",
|
|
12893
|
-
"type":
|
|
12894
|
-
|
|
12895
|
-
|
|
13448
|
+
"type": [
|
|
13449
|
+
"string",
|
|
13450
|
+
"array",
|
|
13451
|
+
"function"
|
|
13452
|
+
]
|
|
13453
|
+
}
|
|
12896
13454
|
},
|
|
12897
13455
|
{
|
|
12898
|
-
"name": "
|
|
12899
|
-
"description": "
|
|
13456
|
+
"name": "item-children",
|
|
13457
|
+
"description": "",
|
|
12900
13458
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12901
|
-
"default": "'
|
|
13459
|
+
"default": "'children'",
|
|
12902
13460
|
"value": {
|
|
12903
13461
|
"kind": "expression",
|
|
12904
13462
|
"type": "string"
|
|
12905
13463
|
}
|
|
12906
13464
|
},
|
|
12907
13465
|
{
|
|
12908
|
-
"name": "
|
|
12909
|
-
"description": "
|
|
13466
|
+
"name": "item-props",
|
|
13467
|
+
"description": "",
|
|
12910
13468
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12911
|
-
"default": "false",
|
|
12912
13469
|
"value": {
|
|
12913
13470
|
"kind": "expression",
|
|
12914
|
-
"type": "
|
|
12915
|
-
}
|
|
12916
|
-
"type": "boolean"
|
|
13471
|
+
"type": "function"
|
|
13472
|
+
}
|
|
12917
13473
|
},
|
|
12918
13474
|
{
|
|
12919
13475
|
"name": "transition",
|
|
@@ -13558,16 +14114,6 @@
|
|
|
13558
14114
|
"description": "",
|
|
13559
14115
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group",
|
|
13560
14116
|
"attributes": [
|
|
13561
|
-
{
|
|
13562
|
-
"name": "active-class",
|
|
13563
|
-
"description": "",
|
|
13564
|
-
"doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
|
|
13565
|
-
"default": "'v-slide-item--active'",
|
|
13566
|
-
"value": {
|
|
13567
|
-
"kind": "expression",
|
|
13568
|
-
"type": "string"
|
|
13569
|
-
}
|
|
13570
|
-
},
|
|
13571
14117
|
{
|
|
13572
14118
|
"name": "center-active",
|
|
13573
14119
|
"description": "Forces the selected component to be centered",
|
|
@@ -13685,6 +14231,7 @@
|
|
|
13685
14231
|
"name": "selected-class",
|
|
13686
14232
|
"description": "Configure the selected CSS class.",
|
|
13687
14233
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
|
|
14234
|
+
"default": "'v-slide-group-item--active'",
|
|
13688
14235
|
"value": {
|
|
13689
14236
|
"kind": "expression",
|
|
13690
14237
|
"type": "string"
|
|
@@ -14383,17 +14930,22 @@
|
|
|
14383
14930
|
}
|
|
14384
14931
|
},
|
|
14385
14932
|
{
|
|
14386
|
-
"name": "
|
|
14933
|
+
"name": "rounded",
|
|
14387
14934
|
"description": "",
|
|
14388
14935
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14936
|
+
"default": "false",
|
|
14389
14937
|
"value": {
|
|
14390
14938
|
"kind": "expression",
|
|
14391
|
-
"type":
|
|
14939
|
+
"type": [
|
|
14940
|
+
"boolean",
|
|
14941
|
+
"number",
|
|
14942
|
+
"string"
|
|
14943
|
+
]
|
|
14392
14944
|
}
|
|
14393
14945
|
},
|
|
14394
14946
|
{
|
|
14395
|
-
"name": "
|
|
14396
|
-
"description": "
|
|
14947
|
+
"name": "color",
|
|
14948
|
+
"description": "",
|
|
14397
14949
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14398
14950
|
"value": {
|
|
14399
14951
|
"kind": "expression",
|
|
@@ -14402,7 +14954,7 @@
|
|
|
14402
14954
|
},
|
|
14403
14955
|
{
|
|
14404
14956
|
"name": "variant",
|
|
14405
|
-
"description": "Applies one of
|
|
14957
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
14406
14958
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14407
14959
|
"default": "'contained'",
|
|
14408
14960
|
"value": {
|
|
@@ -14508,9 +15060,11 @@
|
|
|
14508
15060
|
"default": "false",
|
|
14509
15061
|
"value": {
|
|
14510
15062
|
"kind": "expression",
|
|
14511
|
-
"type":
|
|
14512
|
-
|
|
14513
|
-
|
|
15063
|
+
"type": [
|
|
15064
|
+
"boolean",
|
|
15065
|
+
"string"
|
|
15066
|
+
]
|
|
15067
|
+
}
|
|
14514
15068
|
},
|
|
14515
15069
|
{
|
|
14516
15070
|
"name": "id",
|
|
@@ -14832,85 +15386,22 @@
|
|
|
14832
15386
|
"type": "any"
|
|
14833
15387
|
}
|
|
14834
15388
|
},
|
|
14835
|
-
{
|
|
14836
|
-
"name": "window",
|
|
14837
|
-
"description": "Increases the system bar height to 32px (24px default).",
|
|
14838
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14839
|
-
"value": {
|
|
14840
|
-
"kind": "expression",
|
|
14841
|
-
"type": "any"
|
|
14842
|
-
}
|
|
14843
|
-
},
|
|
14844
15389
|
{
|
|
14845
15390
|
"name": "height",
|
|
14846
15391
|
"description": "Sets the height for the component.",
|
|
14847
15392
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14848
15393
|
"value": {
|
|
14849
15394
|
"kind": "expression",
|
|
14850
|
-
"type":
|
|
14851
|
-
"number",
|
|
14852
|
-
"string"
|
|
14853
|
-
]
|
|
14854
|
-
}
|
|
14855
|
-
},
|
|
14856
|
-
{
|
|
14857
|
-
"name": "max-height",
|
|
14858
|
-
"description": "Sets the maximum height for the component.",
|
|
14859
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14860
|
-
"value": {
|
|
14861
|
-
"kind": "expression",
|
|
14862
|
-
"type": [
|
|
14863
|
-
"number",
|
|
14864
|
-
"string"
|
|
14865
|
-
]
|
|
14866
|
-
}
|
|
14867
|
-
},
|
|
14868
|
-
{
|
|
14869
|
-
"name": "max-width",
|
|
14870
|
-
"description": "Sets the maximum width for the component.",
|
|
14871
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14872
|
-
"value": {
|
|
14873
|
-
"kind": "expression",
|
|
14874
|
-
"type": [
|
|
14875
|
-
"number",
|
|
14876
|
-
"string"
|
|
14877
|
-
]
|
|
14878
|
-
}
|
|
14879
|
-
},
|
|
14880
|
-
{
|
|
14881
|
-
"name": "min-height",
|
|
14882
|
-
"description": "Sets the minimum height for the component.",
|
|
14883
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14884
|
-
"value": {
|
|
14885
|
-
"kind": "expression",
|
|
14886
|
-
"type": [
|
|
14887
|
-
"number",
|
|
14888
|
-
"string"
|
|
14889
|
-
]
|
|
14890
|
-
}
|
|
14891
|
-
},
|
|
14892
|
-
{
|
|
14893
|
-
"name": "min-width",
|
|
14894
|
-
"description": "Sets the minimum width for the component.",
|
|
14895
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14896
|
-
"value": {
|
|
14897
|
-
"kind": "expression",
|
|
14898
|
-
"type": [
|
|
14899
|
-
"number",
|
|
14900
|
-
"string"
|
|
14901
|
-
]
|
|
15395
|
+
"type": "any"
|
|
14902
15396
|
}
|
|
14903
15397
|
},
|
|
14904
15398
|
{
|
|
14905
|
-
"name": "
|
|
14906
|
-
"description": "
|
|
15399
|
+
"name": "window",
|
|
15400
|
+
"description": "Increases the system bar height to 32px (24px default).",
|
|
14907
15401
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14908
15402
|
"value": {
|
|
14909
15403
|
"kind": "expression",
|
|
14910
|
-
"type":
|
|
14911
|
-
"number",
|
|
14912
|
-
"string"
|
|
14913
|
-
]
|
|
15404
|
+
"type": "any"
|
|
14914
15405
|
}
|
|
14915
15406
|
},
|
|
14916
15407
|
{
|
|
@@ -14926,33 +15417,30 @@
|
|
|
14926
15417
|
}
|
|
14927
15418
|
},
|
|
14928
15419
|
{
|
|
14929
|
-
"name": "
|
|
14930
|
-
"description": "
|
|
15420
|
+
"name": "name",
|
|
15421
|
+
"description": "",
|
|
14931
15422
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14932
|
-
"default": "false",
|
|
14933
15423
|
"value": {
|
|
14934
15424
|
"kind": "expression",
|
|
14935
|
-
"type": "
|
|
14936
|
-
}
|
|
14937
|
-
"type": "boolean"
|
|
15425
|
+
"type": "string"
|
|
15426
|
+
}
|
|
14938
15427
|
},
|
|
14939
15428
|
{
|
|
14940
|
-
"name": "
|
|
14941
|
-
"description": "
|
|
15429
|
+
"name": "priority",
|
|
15430
|
+
"description": "",
|
|
14942
15431
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14943
|
-
"default": "
|
|
15432
|
+
"default": "0",
|
|
14944
15433
|
"value": {
|
|
14945
15434
|
"kind": "expression",
|
|
14946
15435
|
"type": [
|
|
14947
|
-
"boolean",
|
|
14948
15436
|
"number",
|
|
14949
15437
|
"string"
|
|
14950
15438
|
]
|
|
14951
15439
|
}
|
|
14952
15440
|
},
|
|
14953
15441
|
{
|
|
14954
|
-
"name": "
|
|
14955
|
-
"description": "
|
|
15442
|
+
"name": "absolute",
|
|
15443
|
+
"description": "",
|
|
14956
15444
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14957
15445
|
"default": "false",
|
|
14958
15446
|
"value": {
|
|
@@ -14961,57 +15449,6 @@
|
|
|
14961
15449
|
},
|
|
14962
15450
|
"type": "boolean"
|
|
14963
15451
|
},
|
|
14964
|
-
{
|
|
14965
|
-
"name": "left",
|
|
14966
|
-
"description": "Aligns the component towards the left.",
|
|
14967
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14968
|
-
"default": "false",
|
|
14969
|
-
"value": {
|
|
14970
|
-
"kind": "expression",
|
|
14971
|
-
"type": [
|
|
14972
|
-
"boolean",
|
|
14973
|
-
"number",
|
|
14974
|
-
"string"
|
|
14975
|
-
]
|
|
14976
|
-
}
|
|
14977
|
-
},
|
|
14978
|
-
{
|
|
14979
|
-
"name": "position",
|
|
14980
|
-
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**.",
|
|
14981
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14982
|
-
"value": {
|
|
14983
|
-
"kind": "expression",
|
|
14984
|
-
"type": "string"
|
|
14985
|
-
}
|
|
14986
|
-
},
|
|
14987
|
-
{
|
|
14988
|
-
"name": "right",
|
|
14989
|
-
"description": "Aligns the component towards the right.",
|
|
14990
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14991
|
-
"default": "false",
|
|
14992
|
-
"value": {
|
|
14993
|
-
"kind": "expression",
|
|
14994
|
-
"type": [
|
|
14995
|
-
"boolean",
|
|
14996
|
-
"number",
|
|
14997
|
-
"string"
|
|
14998
|
-
]
|
|
14999
|
-
}
|
|
15000
|
-
},
|
|
15001
|
-
{
|
|
15002
|
-
"name": "top",
|
|
15003
|
-
"description": "Aligns the content towards the top.",
|
|
15004
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
15005
|
-
"default": "false",
|
|
15006
|
-
"value": {
|
|
15007
|
-
"kind": "expression",
|
|
15008
|
-
"type": [
|
|
15009
|
-
"boolean",
|
|
15010
|
-
"number",
|
|
15011
|
-
"string"
|
|
15012
|
-
]
|
|
15013
|
-
}
|
|
15014
|
-
},
|
|
15015
15452
|
{
|
|
15016
15453
|
"name": "rounded",
|
|
15017
15454
|
"description": "",
|
|
@@ -15176,8 +15613,8 @@
|
|
|
15176
15613
|
}
|
|
15177
15614
|
},
|
|
15178
15615
|
{
|
|
15179
|
-
"name": "
|
|
15180
|
-
"description": "
|
|
15616
|
+
"name": "end",
|
|
15617
|
+
"description": "",
|
|
15181
15618
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#props",
|
|
15182
15619
|
"value": {
|
|
15183
15620
|
"kind": "expression",
|
|
@@ -16485,26 +16922,6 @@
|
|
|
16485
16922
|
}
|
|
16486
16923
|
],
|
|
16487
16924
|
"events": [
|
|
16488
|
-
{
|
|
16489
|
-
"name": "click:append",
|
|
16490
|
-
"description": "",
|
|
16491
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16492
|
-
"arguments": [
|
|
16493
|
-
{
|
|
16494
|
-
"name": "argument"
|
|
16495
|
-
}
|
|
16496
|
-
]
|
|
16497
|
-
},
|
|
16498
|
-
{
|
|
16499
|
-
"name": "click:append-inner",
|
|
16500
|
-
"description": "",
|
|
16501
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16502
|
-
"arguments": [
|
|
16503
|
-
{
|
|
16504
|
-
"name": "argument"
|
|
16505
|
-
}
|
|
16506
|
-
]
|
|
16507
|
-
},
|
|
16508
16925
|
{
|
|
16509
16926
|
"name": "click:clear",
|
|
16510
16927
|
"description": "Emitted when clearable icon clicked",
|
|
@@ -16535,26 +16952,6 @@
|
|
|
16535
16952
|
}
|
|
16536
16953
|
]
|
|
16537
16954
|
},
|
|
16538
|
-
{
|
|
16539
|
-
"name": "click:prepend",
|
|
16540
|
-
"description": "",
|
|
16541
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16542
|
-
"arguments": [
|
|
16543
|
-
{
|
|
16544
|
-
"name": "argument"
|
|
16545
|
-
}
|
|
16546
|
-
]
|
|
16547
|
-
},
|
|
16548
|
-
{
|
|
16549
|
-
"name": "click:prepend-inner",
|
|
16550
|
-
"description": "Emitted when prepended inner icon is clicked",
|
|
16551
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16552
|
-
"arguments": [
|
|
16553
|
-
{
|
|
16554
|
-
"name": "argument"
|
|
16555
|
-
}
|
|
16556
|
-
]
|
|
16557
|
-
},
|
|
16558
16955
|
{
|
|
16559
16956
|
"name": "update:modelValue",
|
|
16560
16957
|
"description": "",
|
|
@@ -16626,6 +17023,16 @@
|
|
|
16626
17023
|
"description": "",
|
|
16627
17024
|
"doc-url": "https://vuetifyjs.com/api/v-timeline",
|
|
16628
17025
|
"attributes": [
|
|
17026
|
+
{
|
|
17027
|
+
"name": "align",
|
|
17028
|
+
"description": "",
|
|
17029
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
|
17030
|
+
"default": "'center'",
|
|
17031
|
+
"value": {
|
|
17032
|
+
"kind": "expression",
|
|
17033
|
+
"type": "string"
|
|
17034
|
+
}
|
|
17035
|
+
},
|
|
16629
17036
|
{
|
|
16630
17037
|
"name": "direction",
|
|
16631
17038
|
"description": "Display timeline in a **vertical** or **horizontal** direction",
|
|
@@ -16684,7 +17091,6 @@
|
|
|
16684
17091
|
"name": "truncate-line",
|
|
16685
17092
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends",
|
|
16686
17093
|
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
|
16687
|
-
"default": "'start'",
|
|
16688
17094
|
"value": {
|
|
16689
17095
|
"kind": "expression",
|
|
16690
17096
|
"type": "string"
|
|
@@ -17229,18 +17635,9 @@
|
|
|
17229
17635
|
"type": "string"
|
|
17230
17636
|
}
|
|
17231
17637
|
},
|
|
17232
|
-
{
|
|
17233
|
-
"name": "text-color",
|
|
17234
|
-
"description": "Applies a specified color to the control text",
|
|
17235
|
-
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
|
|
17236
|
-
"value": {
|
|
17237
|
-
"kind": "expression",
|
|
17238
|
-
"type": "string"
|
|
17239
|
-
}
|
|
17240
|
-
},
|
|
17241
17638
|
{
|
|
17242
17639
|
"name": "variant",
|
|
17243
|
-
"description": "Applies one of
|
|
17640
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
|
|
17244
17641
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
|
|
17245
17642
|
"default": "'contained-text'",
|
|
17246
17643
|
"value": {
|