@vuetify/nightly 3.0.0-beta.6 → 3.0.0-beta.9
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 +14 -39
- package/dist/json/attributes.json +98 -14
- package/dist/json/importMap.json +64 -64
- package/dist/json/tags.json +23 -2
- package/dist/json/web-types.json +253 -40
- package/dist/vuetify.css +1469 -1640
- package/dist/vuetify.d.ts +1701 -7588
- package/dist/vuetify.esm.js +694 -443
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +693 -441
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +766 -742
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +0 -3
- package/lib/components/VAlert/VAlert.mjs +20 -10
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +0 -3
- package/lib/components/VAutocomplete/VAutocomplete.css +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VAvatar/VAvatar.css +2 -0
- package/lib/components/VAvatar/VAvatar.sass +3 -0
- package/lib/components/VBtn/VBtn.css +29 -5
- package/lib/components/VBtn/VBtn.sass +40 -10
- package/lib/components/VBtn/_variables.scss +4 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +1 -0
- package/lib/components/VCard/VCard.mjs +12 -7
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +10 -0
- package/lib/components/VCombobox/VCombobox.mjs +2 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +10 -0
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VDialog/VDialog.mjs +3 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VField/VField.css +44 -25
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +33 -19
- package/lib/components/VField/_variables.scss +3 -2
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +2 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +2 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +8 -3
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +0 -10
- package/lib/components/VIcon/VIcon.sass +0 -10
- package/lib/components/VIcon/_variables.scss +0 -1
- package/lib/components/VImg/VImg.mjs +1 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.css +2 -1
- package/lib/components/VInput/VInput.sass +2 -1
- package/lib/components/VInput/_variables.scss +0 -1
- package/lib/components/VLayout/VLayout.css +0 -2
- package/lib/components/VLayout/VLayout.sass +0 -2
- package/lib/components/VList/VList.css +4 -1
- package/lib/components/VList/VList.sass +5 -1
- package/lib/components/VList/VListChildren.mjs +19 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +18 -11
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VMain/VMain.css +21 -3
- package/lib/components/VMain/VMain.mjs +13 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +18 -3
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +12 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +52 -19
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +15 -20
- package/lib/components/VNavigationDrawer/_variables.scss +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +72 -0
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
- package/lib/components/VOverlay/VOverlay.mjs +8 -6
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/useActivator.mjs +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +8 -17
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +20 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +10 -0
- package/lib/components/VSelect/VSelect.mjs +3 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +10 -0
- package/lib/components/VSelect/_variables.scss +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/_variables.scss +1 -3
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTabs/VTab.css +0 -1
- package/lib/components/VTabs/VTab.sass +0 -1
- package/lib/components/VTextField/VTextField.css +2 -1
- package/lib/components/VTextField/VTextField.mjs +19 -21
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +2 -1
- package/lib/components/VTextarea/VTextarea.css +6 -2
- package/lib/components/VTextarea/VTextarea.mjs +18 -11
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +9 -2
- package/lib/components/VTextarea/_variables.scss +0 -1
- package/lib/components/VTimeline/VTimeline.css +123 -112
- package/lib/components/VTimeline/VTimeline.mjs +4 -4
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +129 -111
- package/lib/components/VTimeline/VTimelineDivider.mjs +5 -2
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +3 -1
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +9 -33
- package/lib/components/VToolbar/VToolbar.mjs +3 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +5 -15
- package/lib/components/VToolbar/_variables.scss +3 -7
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/index.d.ts +1696 -7583
- package/lib/composables/color.mjs +19 -26
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/form.mjs +29 -9
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/{forwardRef.mjs → forwardRefs.mjs} +29 -3
- package/lib/composables/forwardRefs.mjs.map +1 -0
- package/lib/composables/index.mjs +3 -2
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/layout.mjs +12 -12
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/rtl.mjs +2 -2
- package/lib/composables/rtl.mjs.map +1 -1
- package/lib/composables/size.mjs +18 -14
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/stack.mjs +22 -12
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +9 -6
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +13 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/index.d.ts +21 -21
- package/lib/styles/generic/_colors.scss +17 -9
- package/lib/styles/main.css +1135 -1371
- package/lib/styles/settings/_utilities.scss +16 -5
- package/lib/styles/utilities/_index.sass +0 -1
- package/lib/util/anchor.mjs +1 -3
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +6 -3
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +12 -0
- package/lib/util/injectSelf.mjs.map +1 -0
- package/package.json +3 -1
- package/lib/composables/forwardRef.mjs.map +0 -1
- package/lib/styles/utilities/_text.sass +0 -9
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.9",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1074,16 +1074,6 @@
|
|
|
1074
1074
|
}
|
|
1075
1075
|
],
|
|
1076
1076
|
"events": [
|
|
1077
|
-
{
|
|
1078
|
-
"name": "click:clear",
|
|
1079
|
-
"description": "",
|
|
1080
|
-
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1081
|
-
"arguments": [
|
|
1082
|
-
{
|
|
1083
|
-
"name": "argument"
|
|
1084
|
-
}
|
|
1085
|
-
]
|
|
1086
|
-
},
|
|
1087
1077
|
{
|
|
1088
1078
|
"name": "update:search",
|
|
1089
1079
|
"description": "",
|
|
@@ -3000,10 +2990,12 @@
|
|
|
3000
2990
|
"name": "link",
|
|
3001
2991
|
"description": "",
|
|
3002
2992
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
2993
|
+
"default": "false",
|
|
3003
2994
|
"value": {
|
|
3004
2995
|
"kind": "expression",
|
|
3005
|
-
"type": "
|
|
3006
|
-
}
|
|
2996
|
+
"type": "boolean"
|
|
2997
|
+
},
|
|
2998
|
+
"type": "boolean"
|
|
3007
2999
|
},
|
|
3008
3000
|
{
|
|
3009
3001
|
"name": "prepend-avatar",
|
|
@@ -9677,14 +9669,16 @@
|
|
|
9677
9669
|
"name": "active",
|
|
9678
9670
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component",
|
|
9679
9671
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9672
|
+
"default": "false",
|
|
9680
9673
|
"value": {
|
|
9681
9674
|
"kind": "expression",
|
|
9682
|
-
"type": "
|
|
9683
|
-
}
|
|
9675
|
+
"type": "boolean"
|
|
9676
|
+
},
|
|
9677
|
+
"type": "boolean"
|
|
9684
9678
|
},
|
|
9685
9679
|
{
|
|
9686
|
-
"name": "active-
|
|
9687
|
-
"description": "
|
|
9680
|
+
"name": "active-class",
|
|
9681
|
+
"description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation.",
|
|
9688
9682
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9689
9683
|
"value": {
|
|
9690
9684
|
"kind": "expression",
|
|
@@ -9692,8 +9686,8 @@
|
|
|
9692
9686
|
}
|
|
9693
9687
|
},
|
|
9694
9688
|
{
|
|
9695
|
-
"name": "active-
|
|
9696
|
-
"description": "
|
|
9689
|
+
"name": "active-color",
|
|
9690
|
+
"description": "The applied color when a `v-list-item` is in an active state",
|
|
9697
9691
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9698
9692
|
"value": {
|
|
9699
9693
|
"kind": "expression",
|
|
@@ -9736,6 +9730,17 @@
|
|
|
9736
9730
|
"type": "any"
|
|
9737
9731
|
}
|
|
9738
9732
|
},
|
|
9733
|
+
{
|
|
9734
|
+
"name": "link",
|
|
9735
|
+
"description": "",
|
|
9736
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9737
|
+
"default": "false",
|
|
9738
|
+
"value": {
|
|
9739
|
+
"kind": "expression",
|
|
9740
|
+
"type": "boolean"
|
|
9741
|
+
},
|
|
9742
|
+
"type": "boolean"
|
|
9743
|
+
},
|
|
9739
9744
|
{
|
|
9740
9745
|
"name": "nav",
|
|
9741
9746
|
"description": "",
|
|
@@ -9790,15 +9795,6 @@
|
|
|
9790
9795
|
"type": "any"
|
|
9791
9796
|
}
|
|
9792
9797
|
},
|
|
9793
|
-
{
|
|
9794
|
-
"name": "link",
|
|
9795
|
-
"description": "",
|
|
9796
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9797
|
-
"value": {
|
|
9798
|
-
"kind": "expression",
|
|
9799
|
-
"type": "any"
|
|
9800
|
-
}
|
|
9801
|
-
},
|
|
9802
9798
|
{
|
|
9803
9799
|
"name": "border",
|
|
9804
9800
|
"description": "Applies border styles to component.",
|
|
@@ -10327,6 +10323,15 @@
|
|
|
10327
10323
|
"description": "",
|
|
10328
10324
|
"doc-url": "https://vuetifyjs.com/api/v-main",
|
|
10329
10325
|
"attributes": [
|
|
10326
|
+
{
|
|
10327
|
+
"name": "scrollable",
|
|
10328
|
+
"description": "",
|
|
10329
|
+
"doc-url": "https://vuetifyjs.com/api/v-main#props",
|
|
10330
|
+
"value": {
|
|
10331
|
+
"kind": "expression",
|
|
10332
|
+
"type": "any"
|
|
10333
|
+
}
|
|
10334
|
+
},
|
|
10330
10335
|
{
|
|
10331
10336
|
"name": "tag",
|
|
10332
10337
|
"description": "Specify a custom tag used on the root element.",
|
|
@@ -10528,7 +10533,7 @@
|
|
|
10528
10533
|
"name": "rail-width",
|
|
10529
10534
|
"description": "",
|
|
10530
10535
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
10531
|
-
"default": "
|
|
10536
|
+
"default": "56",
|
|
10532
10537
|
"value": {
|
|
10533
10538
|
"kind": "expression",
|
|
10534
10539
|
"type": [
|
|
@@ -10537,6 +10542,19 @@
|
|
|
10537
10542
|
]
|
|
10538
10543
|
}
|
|
10539
10544
|
},
|
|
10545
|
+
{
|
|
10546
|
+
"name": "scrim",
|
|
10547
|
+
"description": "",
|
|
10548
|
+
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
10549
|
+
"default": "true",
|
|
10550
|
+
"value": {
|
|
10551
|
+
"kind": "expression",
|
|
10552
|
+
"type": [
|
|
10553
|
+
"string",
|
|
10554
|
+
"boolean"
|
|
10555
|
+
]
|
|
10556
|
+
}
|
|
10557
|
+
},
|
|
10540
10558
|
{
|
|
10541
10559
|
"name": "image",
|
|
10542
10560
|
"description": "",
|
|
@@ -10581,12 +10599,21 @@
|
|
|
10581
10599
|
"name": "location",
|
|
10582
10600
|
"description": "",
|
|
10583
10601
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
10584
|
-
"default": "'
|
|
10602
|
+
"default": "'start'",
|
|
10585
10603
|
"value": {
|
|
10586
10604
|
"kind": "expression",
|
|
10587
10605
|
"type": "string"
|
|
10588
10606
|
}
|
|
10589
10607
|
},
|
|
10608
|
+
{
|
|
10609
|
+
"name": "sticky",
|
|
10610
|
+
"description": "",
|
|
10611
|
+
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
10612
|
+
"value": {
|
|
10613
|
+
"kind": "expression",
|
|
10614
|
+
"type": "any"
|
|
10615
|
+
}
|
|
10616
|
+
},
|
|
10590
10617
|
{
|
|
10591
10618
|
"name": "border",
|
|
10592
10619
|
"description": "Applies border styles to component.",
|
|
@@ -11990,6 +12017,66 @@
|
|
|
11990
12017
|
"description": "",
|
|
11991
12018
|
"doc-url": "https://vuetifyjs.com/api/v-radio",
|
|
11992
12019
|
"attributes": [
|
|
12020
|
+
{
|
|
12021
|
+
"name": "color",
|
|
12022
|
+
"description": "",
|
|
12023
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12024
|
+
"value": {
|
|
12025
|
+
"kind": "expression",
|
|
12026
|
+
"type": "string"
|
|
12027
|
+
}
|
|
12028
|
+
},
|
|
12029
|
+
{
|
|
12030
|
+
"name": "disabled",
|
|
12031
|
+
"description": "",
|
|
12032
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12033
|
+
"default": "false",
|
|
12034
|
+
"value": {
|
|
12035
|
+
"kind": "expression",
|
|
12036
|
+
"type": "boolean"
|
|
12037
|
+
},
|
|
12038
|
+
"type": "boolean"
|
|
12039
|
+
},
|
|
12040
|
+
{
|
|
12041
|
+
"name": "error",
|
|
12042
|
+
"description": "",
|
|
12043
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12044
|
+
"default": "false",
|
|
12045
|
+
"value": {
|
|
12046
|
+
"kind": "expression",
|
|
12047
|
+
"type": "boolean"
|
|
12048
|
+
},
|
|
12049
|
+
"type": "boolean"
|
|
12050
|
+
},
|
|
12051
|
+
{
|
|
12052
|
+
"name": "id",
|
|
12053
|
+
"description": "",
|
|
12054
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12055
|
+
"value": {
|
|
12056
|
+
"kind": "expression",
|
|
12057
|
+
"type": "string"
|
|
12058
|
+
}
|
|
12059
|
+
},
|
|
12060
|
+
{
|
|
12061
|
+
"name": "inline",
|
|
12062
|
+
"description": "",
|
|
12063
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12064
|
+
"default": "false",
|
|
12065
|
+
"value": {
|
|
12066
|
+
"kind": "expression",
|
|
12067
|
+
"type": "boolean"
|
|
12068
|
+
},
|
|
12069
|
+
"type": "boolean"
|
|
12070
|
+
},
|
|
12071
|
+
{
|
|
12072
|
+
"name": "label",
|
|
12073
|
+
"description": "",
|
|
12074
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12075
|
+
"value": {
|
|
12076
|
+
"kind": "expression",
|
|
12077
|
+
"type": "string"
|
|
12078
|
+
}
|
|
12079
|
+
},
|
|
11993
12080
|
{
|
|
11994
12081
|
"name": "false-icon",
|
|
11995
12082
|
"description": "The icon used when inactive",
|
|
@@ -12017,6 +12104,121 @@
|
|
|
12017
12104
|
"object"
|
|
12018
12105
|
]
|
|
12019
12106
|
}
|
|
12107
|
+
},
|
|
12108
|
+
{
|
|
12109
|
+
"name": "ripple",
|
|
12110
|
+
"description": "",
|
|
12111
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12112
|
+
"default": "true",
|
|
12113
|
+
"value": {
|
|
12114
|
+
"kind": "expression",
|
|
12115
|
+
"type": "boolean"
|
|
12116
|
+
},
|
|
12117
|
+
"type": "boolean"
|
|
12118
|
+
},
|
|
12119
|
+
{
|
|
12120
|
+
"name": "multiple",
|
|
12121
|
+
"description": "",
|
|
12122
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12123
|
+
"default": "false",
|
|
12124
|
+
"value": {
|
|
12125
|
+
"kind": "expression",
|
|
12126
|
+
"type": "boolean"
|
|
12127
|
+
},
|
|
12128
|
+
"type": "boolean"
|
|
12129
|
+
},
|
|
12130
|
+
{
|
|
12131
|
+
"name": "name",
|
|
12132
|
+
"description": "Sets the component's name attribute",
|
|
12133
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12134
|
+
"value": {
|
|
12135
|
+
"kind": "expression",
|
|
12136
|
+
"type": "string"
|
|
12137
|
+
}
|
|
12138
|
+
},
|
|
12139
|
+
{
|
|
12140
|
+
"name": "readonly",
|
|
12141
|
+
"description": "",
|
|
12142
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12143
|
+
"default": "false",
|
|
12144
|
+
"value": {
|
|
12145
|
+
"kind": "expression",
|
|
12146
|
+
"type": "boolean"
|
|
12147
|
+
},
|
|
12148
|
+
"type": "boolean"
|
|
12149
|
+
},
|
|
12150
|
+
{
|
|
12151
|
+
"name": "true-value",
|
|
12152
|
+
"description": "Sets value for truthy state",
|
|
12153
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12154
|
+
"value": {
|
|
12155
|
+
"kind": "expression",
|
|
12156
|
+
"type": "any"
|
|
12157
|
+
}
|
|
12158
|
+
},
|
|
12159
|
+
{
|
|
12160
|
+
"name": "false-value",
|
|
12161
|
+
"description": "Sets value for falsy state",
|
|
12162
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12163
|
+
"value": {
|
|
12164
|
+
"kind": "expression",
|
|
12165
|
+
"type": "any"
|
|
12166
|
+
}
|
|
12167
|
+
},
|
|
12168
|
+
{
|
|
12169
|
+
"name": "model-value",
|
|
12170
|
+
"description": "",
|
|
12171
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12172
|
+
"value": {
|
|
12173
|
+
"kind": "expression",
|
|
12174
|
+
"type": "any"
|
|
12175
|
+
}
|
|
12176
|
+
},
|
|
12177
|
+
{
|
|
12178
|
+
"name": "type",
|
|
12179
|
+
"description": "",
|
|
12180
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12181
|
+
"value": {
|
|
12182
|
+
"kind": "expression",
|
|
12183
|
+
"type": "string"
|
|
12184
|
+
}
|
|
12185
|
+
},
|
|
12186
|
+
{
|
|
12187
|
+
"name": "value",
|
|
12188
|
+
"description": "",
|
|
12189
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12190
|
+
"value": {
|
|
12191
|
+
"kind": "expression",
|
|
12192
|
+
"type": "any"
|
|
12193
|
+
}
|
|
12194
|
+
},
|
|
12195
|
+
{
|
|
12196
|
+
"name": "value-comparator",
|
|
12197
|
+
"description": "",
|
|
12198
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12199
|
+
"value": {
|
|
12200
|
+
"kind": "expression",
|
|
12201
|
+
"type": "function"
|
|
12202
|
+
}
|
|
12203
|
+
},
|
|
12204
|
+
{
|
|
12205
|
+
"name": "theme",
|
|
12206
|
+
"description": "Specify a theme for this component and all of its children",
|
|
12207
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12208
|
+
"value": {
|
|
12209
|
+
"kind": "expression",
|
|
12210
|
+
"type": "string"
|
|
12211
|
+
}
|
|
12212
|
+
},
|
|
12213
|
+
{
|
|
12214
|
+
"name": "density",
|
|
12215
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
12216
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
12217
|
+
"default": "'default'",
|
|
12218
|
+
"value": {
|
|
12219
|
+
"kind": "expression",
|
|
12220
|
+
"type": "string"
|
|
12221
|
+
}
|
|
12020
12222
|
}
|
|
12021
12223
|
],
|
|
12022
12224
|
"events": [],
|
|
@@ -12360,7 +12562,18 @@
|
|
|
12360
12562
|
}
|
|
12361
12563
|
}
|
|
12362
12564
|
],
|
|
12363
|
-
"events": [
|
|
12565
|
+
"events": [
|
|
12566
|
+
{
|
|
12567
|
+
"name": "update:modelValue",
|
|
12568
|
+
"description": "",
|
|
12569
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio-group#events",
|
|
12570
|
+
"arguments": [
|
|
12571
|
+
{
|
|
12572
|
+
"name": "argument"
|
|
12573
|
+
}
|
|
12574
|
+
]
|
|
12575
|
+
}
|
|
12576
|
+
],
|
|
12364
12577
|
"slots": [],
|
|
12365
12578
|
"vue-model": {
|
|
12366
12579
|
"prop": "modelValue",
|
|
@@ -14806,15 +15019,6 @@
|
|
|
14806
15019
|
"description": "",
|
|
14807
15020
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar",
|
|
14808
15021
|
"attributes": [
|
|
14809
|
-
{
|
|
14810
|
-
"name": "app",
|
|
14811
|
-
"description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`.",
|
|
14812
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14813
|
-
"value": {
|
|
14814
|
-
"kind": "expression",
|
|
14815
|
-
"type": "any"
|
|
14816
|
-
}
|
|
14817
|
-
},
|
|
14818
15022
|
{
|
|
14819
15023
|
"name": "content-class",
|
|
14820
15024
|
"description": "Apply a custom class to the snackbar content",
|
|
@@ -17251,6 +17455,15 @@
|
|
|
17251
17455
|
"type": "any"
|
|
17252
17456
|
}
|
|
17253
17457
|
},
|
|
17458
|
+
{
|
|
17459
|
+
"name": "line-inset",
|
|
17460
|
+
"description": "",
|
|
17461
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
|
|
17462
|
+
"value": {
|
|
17463
|
+
"kind": "expression",
|
|
17464
|
+
"type": "any"
|
|
17465
|
+
}
|
|
17466
|
+
},
|
|
17254
17467
|
{
|
|
17255
17468
|
"name": "rounded",
|
|
17256
17469
|
"description": "",
|