@vuetify/nightly 3.0.0-beta.3 → 3.0.0-beta.4
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 +32 -2
- package/dist/_component-variables.sass +61 -0
- package/dist/json/attributes.json +176 -20
- package/dist/json/importMap.json +208 -204
- package/dist/json/tags.json +48 -4
- package/dist/json/web-types.json +492 -46
- package/dist/vuetify.css +950 -932
- package/dist/vuetify.d.ts +2521 -341
- package/dist/vuetify.esm.js +2318 -2130
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +2317 -2129
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +764 -740
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -5
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +0 -2
- package/lib/components/VAppBar/VAppBar.sass +0 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +46 -17
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -2
- package/lib/components/VAvatar/_mixins.scss +0 -1
- package/lib/components/VBadge/VBadge.sass +0 -1
- package/lib/components/VBanner/VBanner.sass +0 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +0 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +0 -1
- package/lib/components/VBtn/VBtn.css +24 -7
- package/lib/components/VBtn/VBtn.mjs +20 -11
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +17 -2
- package/lib/components/VBtnGroup/VBtnGroup.sass +0 -1
- package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
- package/lib/components/VCard/VCard.css +5 -5
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +0 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +13 -46
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
- package/lib/components/VCheckbox/index.mjs +1 -0
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +5 -5
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +0 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VCode/VCode.sass +1 -2
- package/lib/components/VCode/_variables.scss +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
- package/lib/components/VCombobox/VCombobox.mjs +47 -29
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +0 -2
- package/lib/components/VCounter/VCounter.sass +0 -1
- package/lib/components/VDialog/VDialog.sass +0 -1
- package/lib/components/VDivider/VDivider.sass +0 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +0 -1
- package/lib/components/VField/VField.css +9 -9
- package/lib/components/VField/VField.mjs +2 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -8
- package/lib/components/VField/_variables.scss +3 -3
- package/lib/components/VFileInput/VFileInput.sass +0 -1
- package/lib/components/VFooter/VFooter.sass +0 -1
- package/lib/components/VIcon/VIcon.sass +0 -1
- package/lib/components/VImg/VImg.sass +0 -1
- package/lib/components/VInput/VInput.mjs +3 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +0 -1
- package/lib/components/VItemGroup/VItemGroup.sass +0 -1
- package/lib/components/VKbd/VKbd.sass +0 -1
- package/lib/components/VKbd/_variables.scss +1 -1
- package/lib/components/VLabel/VLabel.sass +0 -1
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +0 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +11 -2
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +6 -6
- package/lib/components/VList/VListItem.mjs +7 -7
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VMain/VMain.sass +0 -1
- package/lib/components/VMenu/VMenu.sass +0 -1
- package/lib/components/VMessages/VMessages.sass +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VOverlay/VOverlay.sass +0 -1
- package/lib/components/VPagination/VPagination.sass +0 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +0 -1
- package/lib/components/VSelect/VSelect.mjs +54 -19
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +0 -2
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -5
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +0 -1
- package/lib/components/VSheet/VSheet.sass +0 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -1
- package/lib/components/VSlider/VSlider.sass +0 -2
- package/lib/components/VSlider/VSliderThumb.sass +0 -2
- package/lib/components/VSlider/VSliderTrack.sass +0 -2
- package/lib/components/VSnackbar/VSnackbar.css +5 -5
- package/lib/components/VSnackbar/VSnackbar.sass +0 -1
- package/lib/components/VSwitch/VSwitch.mjs +8 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +0 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -1
- package/lib/components/VTable/VTable.sass +0 -1
- package/lib/components/VTabs/VTab.sass +0 -1
- package/lib/components/VTabs/VTabs.sass +0 -1
- package/lib/components/VTabs/_variables.scss +1 -1
- package/lib/components/VTextField/VTextField.mjs +2 -0
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +0 -1
- package/lib/components/VTextarea/VTextarea.sass +0 -2
- package/lib/components/VTimeline/VTimeline.sass +0 -1
- package/lib/components/VToolbar/VToolbar.sass +0 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +0 -1
- package/lib/components/VWindow/VWindow.sass +0 -2
- package/lib/components/VWindow/VWindowItem.mjs +9 -3
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/index.d.ts +2520 -342
- package/lib/composables/display.mjs +13 -11
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +6 -6
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/items.mjs +2 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +3 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/theme.mjs +6 -2
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +14 -7
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +3 -3
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +0 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +23 -6
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +73 -67
- package/lib/styles/tools/_variant.sass +6 -6
- package/lib/util/getCurrentInstance.mjs +19 -0
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +0 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +11 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,38 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.4...v) (2022-06-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.0.0-
|
|
5
|
+
# [3.0.0-beta.4](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2022-06-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **VSelect:** don't close menu on no-data mousedown ([2db6c84](https://github.com/vuetifyjs/vuetify/commit/2db6c841a3495bc03a9ed3901d759d09a973f5d3)), closes [#15206](https://github.com/vuetifyjs/vuetify/issues/15206)
|
|
11
|
+
* **VSelect:** show checkboxes in list when multiple ([38a505d](https://github.com/vuetifyjs/vuetify/commit/38a505de10ec9e71d1e4db7717177f519fe9a2b1))
|
|
12
|
+
* validate selected items instead of search ([#15304](https://github.com/vuetifyjs/vuetify/issues/15304)) ([4eec1d9](https://github.com/vuetifyjs/vuetify/commit/4eec1d9e43af9205463b058852497ff26884d282)), closes [#15142](https://github.com/vuetifyjs/vuetify/issues/15142)
|
|
13
|
+
* **display:** prevent SSR hydration mismatch ([ab633b4](https://github.com/vuetifyjs/vuetify/commit/ab633b4e5994f6b0fd76ab968c64e0ff5dc85941))
|
|
14
|
+
* **inputs:** remove unused variables imports ([b27c532](https://github.com/vuetifyjs/vuetify/commit/b27c532796f334963e87cdc51607b1477f60a895))
|
|
15
|
+
* **styles:** separate duplicate forwards into separate files ([310947c](https://github.com/vuetifyjs/vuetify/commit/310947ccdcb9e11270bb6018bdd069afa4c7587d)), closes [#14446](https://github.com/vuetifyjs/vuetify/issues/14446)
|
|
16
|
+
* **theme:** reuse existing style element ([2da647a](https://github.com/vuetifyjs/vuetify/commit/2da647ae6d5d1c4ed1dcd4109f3e930418f44337))
|
|
17
|
+
* **VAvatar:** includes -> include ([fb7c541](https://github.com/vuetifyjs/vuetify/commit/fb7c5413a203a1615cd2db991a094b2284a3363c))
|
|
18
|
+
* generate consistent ids ([#15189](https://github.com/vuetifyjs/vuetify/issues/15189)) ([01d5e1e](https://github.com/vuetifyjs/vuetify/commit/01d5e1eead0a7c75a27bf08aa1721360cd5803d4))
|
|
19
|
+
* more lenient peer dependency ([197e776](https://github.com/vuetifyjs/vuetify/commit/197e7764f05f0ad8b7629dad7ce3d1aea3b140b9))
|
|
20
|
+
* **VListGroup:** prevent initial transition ([ca29cae](https://github.com/vuetifyjs/vuetify/commit/ca29cae07aaa29337d6ab55b1874b05d0ff89306))
|
|
21
|
+
* **VNavigationDrawer:** prevent initial transition ([e56de52](https://github.com/vuetifyjs/vuetify/commit/e56de52c89b86fac42bc5a23ae60c94c68865d99))
|
|
22
|
+
* **VWindow:** prevent initial transition ([8fa1a51](https://github.com/vuetifyjs/vuetify/commit/8fa1a51ae7731999ad932e3cd312a7e118e7a14f))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* rename variants ([#15311](https://github.com/vuetifyjs/vuetify/issues/15311)) ([fdf1c33](https://github.com/vuetifyjs/vuetify/commit/fdf1c33fb67edacf119d45ea81cfea357a87000c))
|
|
28
|
+
* **styles:** move component variables imports to single file ([e9df4dc](https://github.com/vuetifyjs/vuetify/commit/e9df4dccdeeae30cc962120329b39fb3176479a3)), closes [#14446](https://github.com/vuetifyjs/vuetify/issues/14446)
|
|
29
|
+
* **theme:** add global values ([#15240](https://github.com/vuetifyjs/vuetify/issues/15240)) ([e07d052](https://github.com/vuetifyjs/vuetify/commit/e07d052395cdf3c6da9593890a2791a42efb5910))
|
|
30
|
+
* **VBtn:** add loading prop ([#15132](https://github.com/vuetifyjs/vuetify/issues/15132)) ([a0f88fd](https://github.com/vuetifyjs/vuetify/commit/a0f88fd62062c9d76f8b948a1f96654beec41617)), closes [#15056](https://github.com/vuetifyjs/vuetify/issues/15056)
|
|
31
|
+
* **VCheckboxBtn:** create new component ([#15081](https://github.com/vuetifyjs/vuetify/issues/15081)) ([fb1523d](https://github.com/vuetifyjs/vuetify/commit/fb1523d622ad5f71e5a4b3112e46476214e493a8))
|
|
32
|
+
* **VForm:** rename errorMessages to errors ([#15190](https://github.com/vuetifyjs/vuetify/issues/15190)) ([c5dfa97](https://github.com/vuetifyjs/vuetify/commit/c5dfa97cd03de4c724f03346dbe822ca6631c621))
|
|
33
|
+
* **VSelect:** expose menu model ([2185fe7](https://github.com/vuetifyjs/vuetify/commit/2185fe7ef5d47e7b35884e4a184567c103211daa))
|
|
34
|
+
* **VSelect:** implement item slot ([9537787](https://github.com/vuetifyjs/vuetify/commit/9537787f2a1abd529ebb1cb0fdd449a70fcf4966))
|
|
35
|
+
* specify required webpack/vite plugin versions ([4f168f3](https://github.com/vuetifyjs/vuetify/commit/4f168f3c94f501e626faa5ce3c94a140e0957b15))
|
|
6
36
|
|
|
7
37
|
|
|
8
38
|
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
@forward '../lib/components/VAlert/_variables.scss'
|
|
2
|
+
@forward '../lib/components/VAppBar/_variables.scss'
|
|
3
|
+
@forward '../lib/components/VAutocomplete/_variables.scss'
|
|
4
|
+
@forward '../lib/components/VAvatar/_variables.scss'
|
|
5
|
+
@forward '../lib/components/VBadge/_variables.scss'
|
|
6
|
+
@forward '../lib/components/VBanner/_variables.scss'
|
|
7
|
+
@forward '../lib/components/VBottomNavigation/_variables.scss'
|
|
8
|
+
@forward '../lib/components/VBreadcrumbs/_variables.scss'
|
|
9
|
+
@forward '../lib/components/VBtn/_variables.scss'
|
|
10
|
+
@forward '../lib/components/VBtnGroup/_variables.scss'
|
|
11
|
+
@forward '../lib/components/VBtnToggle/_variables.scss'
|
|
12
|
+
@forward '../lib/components/VCard/_variables.scss'
|
|
13
|
+
@forward '../lib/components/VCarousel/_variables.scss'
|
|
14
|
+
@forward '../lib/components/VCheckbox/_variables.scss'
|
|
15
|
+
@forward '../lib/components/VChip/_variables.scss'
|
|
16
|
+
@forward '../lib/components/VChipGroup/_variables.scss'
|
|
17
|
+
@forward '../lib/components/VCode/_variables.scss'
|
|
18
|
+
@forward '../lib/components/VColorPicker/_variables.scss'
|
|
19
|
+
@forward '../lib/components/VCombobox/_variables.scss'
|
|
20
|
+
@forward '../lib/components/VCounter/_variables.scss'
|
|
21
|
+
@forward '../lib/components/VDialog/_variables.scss'
|
|
22
|
+
@forward '../lib/components/VDivider/_variables.scss'
|
|
23
|
+
@forward '../lib/components/VExpansionPanel/_variables.scss'
|
|
24
|
+
@forward '../lib/components/VField/_variables.scss'
|
|
25
|
+
@forward '../lib/components/VFileInput/_variables.scss'
|
|
26
|
+
@forward '../lib/components/VFooter/_variables.scss'
|
|
27
|
+
@forward '../lib/components/VIcon/_variables.scss'
|
|
28
|
+
@forward '../lib/components/VImg/_variables.scss'
|
|
29
|
+
@forward '../lib/components/VInput/_variables.scss'
|
|
30
|
+
@forward '../lib/components/VItemGroup/_variables.scss'
|
|
31
|
+
@forward '../lib/components/VKbd/_variables.scss'
|
|
32
|
+
@forward '../lib/components/VLabel/_variables.scss'
|
|
33
|
+
@forward '../lib/components/VList/_variables.scss'
|
|
34
|
+
@forward '../lib/components/VMain/_variables.scss'
|
|
35
|
+
@forward '../lib/components/VMenu/_variables.scss'
|
|
36
|
+
@forward '../lib/components/VMessages/_variables.scss'
|
|
37
|
+
@forward '../lib/components/VNavigationDrawer/_variables.scss'
|
|
38
|
+
@forward '../lib/components/VOverlay/_variables.scss'
|
|
39
|
+
@forward '../lib/components/VPagination/_variables.scss'
|
|
40
|
+
@forward '../lib/components/VProgressCircular/_variables.scss'
|
|
41
|
+
@forward '../lib/components/VProgressLinear/_variables.scss'
|
|
42
|
+
@forward '../lib/components/VRadioGroup/_variables.scss'
|
|
43
|
+
@forward '../lib/components/VRating/_variables.scss'
|
|
44
|
+
@forward '../lib/components/VSelect/_variables.scss'
|
|
45
|
+
@forward '../lib/components/VSelectionControl/_variables.scss'
|
|
46
|
+
@forward '../lib/components/VSelectionControlGroup/_variables.scss'
|
|
47
|
+
@forward '../lib/components/VSheet/_variables.scss'
|
|
48
|
+
@forward '../lib/components/VSlideGroup/_variables.scss'
|
|
49
|
+
@forward '../lib/components/VSlider/_variables.scss'
|
|
50
|
+
@forward '../lib/components/VSnackbar/_variables.scss'
|
|
51
|
+
@forward '../lib/components/VSwitch/_variables.scss'
|
|
52
|
+
@forward '../lib/components/VSystemBar/_variables.scss'
|
|
53
|
+
@forward '../lib/components/VTable/_variables.scss'
|
|
54
|
+
@forward '../lib/components/VTabs/_variables.scss'
|
|
55
|
+
@forward '../lib/components/VTextField/_variables.scss'
|
|
56
|
+
@forward '../lib/components/VTextarea/_variables.scss'
|
|
57
|
+
@forward '../lib/components/VTimeline/_variables.scss'
|
|
58
|
+
@forward '../lib/components/VToolbar/_variables.scss'
|
|
59
|
+
@forward '../lib/components/VTooltip/_variables.scss'
|
|
60
|
+
@forward '../lib/components/VWindow/_variables.scss'
|
|
61
|
+
@forward '../lib/directives/ripple/_variables.scss'
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
},
|
|
206
206
|
"v-alert/variant": {
|
|
207
207
|
"type": "string",
|
|
208
|
-
"description": "Applies one of 6 styles
|
|
208
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
209
209
|
},
|
|
210
210
|
"v-alert-title/tag": {
|
|
211
211
|
"type": "string",
|
|
@@ -255,10 +255,18 @@
|
|
|
255
255
|
"type": "boolean",
|
|
256
256
|
"description": ""
|
|
257
257
|
},
|
|
258
|
+
"v-autocomplete/menu": {
|
|
259
|
+
"type": "boolean",
|
|
260
|
+
"description": ""
|
|
261
|
+
},
|
|
258
262
|
"v-autocomplete/menu-icon": {
|
|
259
263
|
"type": "string|function|object",
|
|
260
264
|
"description": ""
|
|
261
265
|
},
|
|
266
|
+
"v-autocomplete/menu-props": {
|
|
267
|
+
"type": "object",
|
|
268
|
+
"description": ""
|
|
269
|
+
},
|
|
262
270
|
"v-autocomplete/model-value": {
|
|
263
271
|
"type": "any",
|
|
264
272
|
"description": ""
|
|
@@ -779,6 +787,10 @@
|
|
|
779
787
|
"type": "any",
|
|
780
788
|
"description": "Displays the button as a flex-column."
|
|
781
789
|
},
|
|
790
|
+
"v-btn/loading": {
|
|
791
|
+
"type": "any",
|
|
792
|
+
"description": ""
|
|
793
|
+
},
|
|
782
794
|
"v-btn/ripple": {
|
|
783
795
|
"type": "boolean",
|
|
784
796
|
"description": ""
|
|
@@ -873,7 +885,7 @@
|
|
|
873
885
|
},
|
|
874
886
|
"v-btn/variant": {
|
|
875
887
|
"type": "string",
|
|
876
|
-
"description": "Applies one of 6 styles
|
|
888
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
877
889
|
},
|
|
878
890
|
"v-btn-group/divided": {
|
|
879
891
|
"type": "any",
|
|
@@ -909,7 +921,7 @@
|
|
|
909
921
|
},
|
|
910
922
|
"v-btn-group/variant": {
|
|
911
923
|
"type": "string",
|
|
912
|
-
"description": "Applies one of 6 styles
|
|
924
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
913
925
|
},
|
|
914
926
|
"v-btn-toggle/model-value": {
|
|
915
927
|
"type": "any",
|
|
@@ -1061,7 +1073,7 @@
|
|
|
1061
1073
|
},
|
|
1062
1074
|
"v-card/variant": {
|
|
1063
1075
|
"type": "string",
|
|
1064
|
-
"description": "Applies one of 6 styles
|
|
1076
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1065
1077
|
},
|
|
1066
1078
|
"v-card-avatar/tag": {
|
|
1067
1079
|
"type": "string",
|
|
@@ -1143,14 +1155,6 @@
|
|
|
1143
1155
|
"type": "any",
|
|
1144
1156
|
"description": ""
|
|
1145
1157
|
},
|
|
1146
|
-
"v-checkbox/indeterminate": {
|
|
1147
|
-
"type": "any",
|
|
1148
|
-
"description": "Sets an indeterminate state for the checkbox"
|
|
1149
|
-
},
|
|
1150
|
-
"v-checkbox/indeterminate-icon": {
|
|
1151
|
-
"type": "string|function|object",
|
|
1152
|
-
"description": "The icon used when in an indeterminate state"
|
|
1153
|
-
},
|
|
1154
1158
|
"v-checkbox/id": {
|
|
1155
1159
|
"type": "string",
|
|
1156
1160
|
"description": ""
|
|
@@ -1211,6 +1215,18 @@
|
|
|
1211
1215
|
"type": "any",
|
|
1212
1216
|
"description": ""
|
|
1213
1217
|
},
|
|
1218
|
+
"v-checkbox/validation-value": {
|
|
1219
|
+
"type": "any",
|
|
1220
|
+
"description": ""
|
|
1221
|
+
},
|
|
1222
|
+
"v-checkbox/indeterminate": {
|
|
1223
|
+
"type": "boolean",
|
|
1224
|
+
"description": "Sets an indeterminate state for the checkbox"
|
|
1225
|
+
},
|
|
1226
|
+
"v-checkbox/indeterminate-icon": {
|
|
1227
|
+
"type": "string|function|object",
|
|
1228
|
+
"description": "The icon used when in an indeterminate state"
|
|
1229
|
+
},
|
|
1214
1230
|
"v-checkbox/color": {
|
|
1215
1231
|
"type": "string",
|
|
1216
1232
|
"description": ""
|
|
@@ -1263,6 +1279,94 @@
|
|
|
1263
1279
|
"type": "string",
|
|
1264
1280
|
"description": "Specify a theme for this component and all of its children"
|
|
1265
1281
|
},
|
|
1282
|
+
"v-checkbox-btn/indeterminate": {
|
|
1283
|
+
"type": "boolean",
|
|
1284
|
+
"description": ""
|
|
1285
|
+
},
|
|
1286
|
+
"v-checkbox-btn/indeterminate-icon": {
|
|
1287
|
+
"type": "string|function|object",
|
|
1288
|
+
"description": ""
|
|
1289
|
+
},
|
|
1290
|
+
"v-checkbox-btn/color": {
|
|
1291
|
+
"type": "string",
|
|
1292
|
+
"description": ""
|
|
1293
|
+
},
|
|
1294
|
+
"v-checkbox-btn/disabled": {
|
|
1295
|
+
"type": "boolean",
|
|
1296
|
+
"description": ""
|
|
1297
|
+
},
|
|
1298
|
+
"v-checkbox-btn/error": {
|
|
1299
|
+
"type": "boolean",
|
|
1300
|
+
"description": ""
|
|
1301
|
+
},
|
|
1302
|
+
"v-checkbox-btn/id": {
|
|
1303
|
+
"type": "string",
|
|
1304
|
+
"description": ""
|
|
1305
|
+
},
|
|
1306
|
+
"v-checkbox-btn/inline": {
|
|
1307
|
+
"type": "boolean",
|
|
1308
|
+
"description": ""
|
|
1309
|
+
},
|
|
1310
|
+
"v-checkbox-btn/label": {
|
|
1311
|
+
"type": "string",
|
|
1312
|
+
"description": ""
|
|
1313
|
+
},
|
|
1314
|
+
"v-checkbox-btn/false-icon": {
|
|
1315
|
+
"type": "string|function|object",
|
|
1316
|
+
"description": ""
|
|
1317
|
+
},
|
|
1318
|
+
"v-checkbox-btn/true-icon": {
|
|
1319
|
+
"type": "string|function|object",
|
|
1320
|
+
"description": ""
|
|
1321
|
+
},
|
|
1322
|
+
"v-checkbox-btn/ripple": {
|
|
1323
|
+
"type": "boolean",
|
|
1324
|
+
"description": ""
|
|
1325
|
+
},
|
|
1326
|
+
"v-checkbox-btn/multiple": {
|
|
1327
|
+
"type": "boolean",
|
|
1328
|
+
"description": ""
|
|
1329
|
+
},
|
|
1330
|
+
"v-checkbox-btn/name": {
|
|
1331
|
+
"type": "string",
|
|
1332
|
+
"description": ""
|
|
1333
|
+
},
|
|
1334
|
+
"v-checkbox-btn/readonly": {
|
|
1335
|
+
"type": "boolean",
|
|
1336
|
+
"description": ""
|
|
1337
|
+
},
|
|
1338
|
+
"v-checkbox-btn/true-value": {
|
|
1339
|
+
"type": "any",
|
|
1340
|
+
"description": "Sets value for truthy state"
|
|
1341
|
+
},
|
|
1342
|
+
"v-checkbox-btn/false-value": {
|
|
1343
|
+
"type": "any",
|
|
1344
|
+
"description": "Sets value for falsy state"
|
|
1345
|
+
},
|
|
1346
|
+
"v-checkbox-btn/model-value": {
|
|
1347
|
+
"type": "any",
|
|
1348
|
+
"description": ""
|
|
1349
|
+
},
|
|
1350
|
+
"v-checkbox-btn/type": {
|
|
1351
|
+
"type": "string",
|
|
1352
|
+
"description": ""
|
|
1353
|
+
},
|
|
1354
|
+
"v-checkbox-btn/value": {
|
|
1355
|
+
"type": "any",
|
|
1356
|
+
"description": ""
|
|
1357
|
+
},
|
|
1358
|
+
"v-checkbox-btn/value-comparator": {
|
|
1359
|
+
"type": "function",
|
|
1360
|
+
"description": ""
|
|
1361
|
+
},
|
|
1362
|
+
"v-checkbox-btn/theme": {
|
|
1363
|
+
"type": "string",
|
|
1364
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1365
|
+
},
|
|
1366
|
+
"v-checkbox-btn/density": {
|
|
1367
|
+
"type": "string",
|
|
1368
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1369
|
+
},
|
|
1266
1370
|
"v-chip/active-class": {
|
|
1267
1371
|
"type": "any",
|
|
1268
1372
|
"description": ""
|
|
@@ -1389,7 +1493,7 @@
|
|
|
1389
1493
|
},
|
|
1390
1494
|
"v-chip/variant": {
|
|
1391
1495
|
"type": "string",
|
|
1392
|
-
"description": "Applies one of 6 styles
|
|
1496
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1393
1497
|
},
|
|
1394
1498
|
"v-chip-group/column": {
|
|
1395
1499
|
"type": "any",
|
|
@@ -1441,7 +1545,7 @@
|
|
|
1441
1545
|
},
|
|
1442
1546
|
"v-chip-group/variant": {
|
|
1443
1547
|
"type": "string",
|
|
1444
|
-
"description": "Applies one of 6 styles
|
|
1548
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1445
1549
|
},
|
|
1446
1550
|
"v-code/tag": {
|
|
1447
1551
|
"type": "string",
|
|
@@ -1555,10 +1659,18 @@
|
|
|
1555
1659
|
"type": "boolean",
|
|
1556
1660
|
"description": ""
|
|
1557
1661
|
},
|
|
1662
|
+
"v-combobox/menu": {
|
|
1663
|
+
"type": "boolean",
|
|
1664
|
+
"description": ""
|
|
1665
|
+
},
|
|
1558
1666
|
"v-combobox/menu-icon": {
|
|
1559
1667
|
"type": "string|function|object",
|
|
1560
1668
|
"description": ""
|
|
1561
1669
|
},
|
|
1670
|
+
"v-combobox/menu-props": {
|
|
1671
|
+
"type": "object",
|
|
1672
|
+
"description": ""
|
|
1673
|
+
},
|
|
1562
1674
|
"v-combobox/model-value": {
|
|
1563
1675
|
"type": "any",
|
|
1564
1676
|
"description": ""
|
|
@@ -2003,6 +2115,10 @@
|
|
|
2003
2115
|
"type": "array",
|
|
2004
2116
|
"description": ""
|
|
2005
2117
|
},
|
|
2118
|
+
"v-file-input/validation-value": {
|
|
2119
|
+
"type": "any",
|
|
2120
|
+
"description": ""
|
|
2121
|
+
},
|
|
2006
2122
|
"v-file-input/append-inner-icon": {
|
|
2007
2123
|
"type": "string|function|object",
|
|
2008
2124
|
"description": ""
|
|
@@ -2455,6 +2571,10 @@
|
|
|
2455
2571
|
"type": "any",
|
|
2456
2572
|
"description": ""
|
|
2457
2573
|
},
|
|
2574
|
+
"v-input/validation-value": {
|
|
2575
|
+
"type": "any",
|
|
2576
|
+
"description": ""
|
|
2577
|
+
},
|
|
2458
2578
|
"v-item-group/model-value": {
|
|
2459
2579
|
"type": "any",
|
|
2460
2580
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
@@ -2701,7 +2821,7 @@
|
|
|
2701
2821
|
},
|
|
2702
2822
|
"v-list/variant": {
|
|
2703
2823
|
"type": "string",
|
|
2704
|
-
"description": "Applies one of 6 styles
|
|
2824
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2705
2825
|
},
|
|
2706
2826
|
"v-list-subheader/color": {
|
|
2707
2827
|
"type": "any",
|
|
@@ -2849,7 +2969,7 @@
|
|
|
2849
2969
|
},
|
|
2850
2970
|
"v-list-item/variant": {
|
|
2851
2971
|
"type": "string",
|
|
2852
|
-
"description": "Applies one of 6 styles
|
|
2972
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2853
2973
|
},
|
|
2854
2974
|
"v-list-item-action/start": {
|
|
2855
2975
|
"type": "any",
|
|
@@ -3337,7 +3457,7 @@
|
|
|
3337
3457
|
},
|
|
3338
3458
|
"v-pagination/variant": {
|
|
3339
3459
|
"type": "string",
|
|
3340
|
-
"description": "Applies one of 6 styles
|
|
3460
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
3341
3461
|
},
|
|
3342
3462
|
"v-parallax/scale": {
|
|
3343
3463
|
"type": "number|string",
|
|
@@ -3519,6 +3639,10 @@
|
|
|
3519
3639
|
"type": "any",
|
|
3520
3640
|
"description": ""
|
|
3521
3641
|
},
|
|
3642
|
+
"v-radio-group/validation-value": {
|
|
3643
|
+
"type": "any",
|
|
3644
|
+
"description": ""
|
|
3645
|
+
},
|
|
3522
3646
|
"v-radio-group/color": {
|
|
3523
3647
|
"type": "string",
|
|
3524
3648
|
"description": ""
|
|
@@ -3635,6 +3759,10 @@
|
|
|
3635
3759
|
"type": "array",
|
|
3636
3760
|
"description": ""
|
|
3637
3761
|
},
|
|
3762
|
+
"v-range-slider/validation-value": {
|
|
3763
|
+
"type": "any",
|
|
3764
|
+
"description": ""
|
|
3765
|
+
},
|
|
3638
3766
|
"v-range-slider/max": {
|
|
3639
3767
|
"type": "number|string",
|
|
3640
3768
|
"description": ""
|
|
@@ -3835,10 +3963,18 @@
|
|
|
3835
3963
|
"type": "boolean",
|
|
3836
3964
|
"description": "Do not display in the select menu items that are already selected"
|
|
3837
3965
|
},
|
|
3966
|
+
"v-select/menu": {
|
|
3967
|
+
"type": "boolean",
|
|
3968
|
+
"description": ""
|
|
3969
|
+
},
|
|
3838
3970
|
"v-select/menu-icon": {
|
|
3839
3971
|
"type": "string|function|object",
|
|
3840
3972
|
"description": ""
|
|
3841
3973
|
},
|
|
3974
|
+
"v-select/menu-props": {
|
|
3975
|
+
"type": "object",
|
|
3976
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
|
|
3977
|
+
},
|
|
3842
3978
|
"v-select/model-value": {
|
|
3843
3979
|
"type": "any",
|
|
3844
3980
|
"description": ""
|
|
@@ -3857,7 +3993,7 @@
|
|
|
3857
3993
|
},
|
|
3858
3994
|
"v-select/items": {
|
|
3859
3995
|
"type": "array",
|
|
3860
|
-
"description": "Can be an array of objects or array of strings. When using objects, will look for a
|
|
3996
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **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."
|
|
3861
3997
|
},
|
|
3862
3998
|
"v-select/item-title": {
|
|
3863
3999
|
"type": "string|array|function",
|
|
@@ -4251,6 +4387,10 @@
|
|
|
4251
4387
|
"type": "number|string",
|
|
4252
4388
|
"description": ""
|
|
4253
4389
|
},
|
|
4390
|
+
"v-slider/validation-value": {
|
|
4391
|
+
"type": "any",
|
|
4392
|
+
"description": ""
|
|
4393
|
+
},
|
|
4254
4394
|
"v-snackbar/app": {
|
|
4255
4395
|
"type": "any",
|
|
4256
4396
|
"description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
|
|
@@ -4293,7 +4433,7 @@
|
|
|
4293
4433
|
},
|
|
4294
4434
|
"v-snackbar/variant": {
|
|
4295
4435
|
"type": "string",
|
|
4296
|
-
"description": "Applies one of 6 styles
|
|
4436
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
4297
4437
|
},
|
|
4298
4438
|
"v-snackbar/transition": {
|
|
4299
4439
|
"type": "boolean|string|object",
|
|
@@ -4375,6 +4515,10 @@
|
|
|
4375
4515
|
"type": "any",
|
|
4376
4516
|
"description": ""
|
|
4377
4517
|
},
|
|
4518
|
+
"v-switch/validation-value": {
|
|
4519
|
+
"type": "any",
|
|
4520
|
+
"description": ""
|
|
4521
|
+
},
|
|
4378
4522
|
"v-switch/color": {
|
|
4379
4523
|
"type": "string",
|
|
4380
4524
|
"description": ""
|
|
@@ -4751,6 +4895,10 @@
|
|
|
4751
4895
|
"type": "any",
|
|
4752
4896
|
"description": ""
|
|
4753
4897
|
},
|
|
4898
|
+
"v-textarea/validation-value": {
|
|
4899
|
+
"type": "any",
|
|
4900
|
+
"description": ""
|
|
4901
|
+
},
|
|
4754
4902
|
"v-textarea/append-inner-icon": {
|
|
4755
4903
|
"type": "string|function|object",
|
|
4756
4904
|
"description": ""
|
|
@@ -4915,6 +5063,10 @@
|
|
|
4915
5063
|
"type": "any",
|
|
4916
5064
|
"description": ""
|
|
4917
5065
|
},
|
|
5066
|
+
"v-text-field/validation-value": {
|
|
5067
|
+
"type": "any",
|
|
5068
|
+
"description": ""
|
|
5069
|
+
},
|
|
4918
5070
|
"v-text-field/append-inner-icon": {
|
|
4919
5071
|
"type": "string|function|object",
|
|
4920
5072
|
"description": ""
|
|
@@ -5169,7 +5321,7 @@
|
|
|
5169
5321
|
},
|
|
5170
5322
|
"v-toolbar-items/variant": {
|
|
5171
5323
|
"type": "string",
|
|
5172
|
-
"description": "Applies one of 6 styles
|
|
5324
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
5173
5325
|
},
|
|
5174
5326
|
"v-tooltip/id": {
|
|
5175
5327
|
"type": "any",
|
|
@@ -5227,6 +5379,10 @@
|
|
|
5227
5379
|
"type": "any",
|
|
5228
5380
|
"description": ""
|
|
5229
5381
|
},
|
|
5382
|
+
"v-validation/validation-value": {
|
|
5383
|
+
"type": "any",
|
|
5384
|
+
"description": ""
|
|
5385
|
+
},
|
|
5230
5386
|
"v-window/touch": {
|
|
5231
5387
|
"type": "object|boolean",
|
|
5232
5388
|
"description": "Provide a custom **left** and **right** function when swiped left or right."
|