@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.12-master.2024-07-10
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 +2 -7
- package/dist/json/attributes.json +58 -70
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +114 -114
- package/dist/json/tags.json +4 -7
- package/dist/json/web-types.json +98 -117
- package/dist/vuetify-labs.css +3483 -3461
- package/dist/vuetify-labs.d.ts +640 -751
- package/dist/vuetify-labs.esm.js +80 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -70
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1390 -1368
- package/dist/vuetify.d.ts +604 -697
- package/dist/vuetify.esm.js +63 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +63 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +48 -46
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +108 -108
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +646 -739
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +18 -18
- package/lib/labs/components.d.mts +106 -124
- package/package.json +1 -1
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "3.6.
|
5
|
+
"version": "3.6.12-master.2024-07-10",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -1747,8 +1747,9 @@
|
|
1747
1747
|
},
|
1748
1748
|
{
|
1749
1749
|
"name": "centerAffix",
|
1750
|
-
"description": "
|
1750
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
1751
1751
|
"doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
|
1752
|
+
"default": "false",
|
1752
1753
|
"value": {
|
1753
1754
|
"kind": "expression",
|
1754
1755
|
"type": "boolean"
|
@@ -5006,6 +5007,15 @@
|
|
5006
5007
|
"type": "'dynamic' | 'static'"
|
5007
5008
|
}
|
5008
5009
|
},
|
5010
|
+
{
|
5011
|
+
"name": "firstDayOfWeek",
|
5012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
5013
|
+
"doc-url": "https://vuetifyjs.com/api/VCalendar#props",
|
5014
|
+
"value": {
|
5015
|
+
"kind": "expression",
|
5016
|
+
"type": "string | number"
|
5017
|
+
}
|
5018
|
+
},
|
5009
5019
|
{
|
5010
5020
|
"name": "allowedDates",
|
5011
5021
|
"description": "Determines which dates are selectable.",
|
@@ -7109,23 +7119,14 @@
|
|
7109
7119
|
},
|
7110
7120
|
{
|
7111
7121
|
"name": "centerAffix",
|
7112
|
-
"description": "Vertically align **
|
7122
|
+
"description": "Vertically align **append** and **prepend** in the center.",
|
7113
7123
|
"doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
|
7114
|
-
"default": "
|
7124
|
+
"default": "false",
|
7115
7125
|
"value": {
|
7116
7126
|
"kind": "expression",
|
7117
7127
|
"type": "boolean"
|
7118
7128
|
}
|
7119
7129
|
},
|
7120
|
-
{
|
7121
|
-
"name": "type",
|
7122
|
-
"description": "Provides the default type for children selection controls.",
|
7123
|
-
"doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
|
7124
|
-
"value": {
|
7125
|
-
"kind": "expression",
|
7126
|
-
"type": "string"
|
7127
|
-
}
|
7128
|
-
},
|
7129
7130
|
{
|
7130
7131
|
"name": "prependIcon",
|
7131
7132
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
|
@@ -7270,6 +7271,15 @@
|
|
7270
7271
|
"type": "string | number"
|
7271
7272
|
}
|
7272
7273
|
},
|
7274
|
+
{
|
7275
|
+
"name": "type",
|
7276
|
+
"description": "Provides the default type for children selection controls.",
|
7277
|
+
"doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
|
7278
|
+
"value": {
|
7279
|
+
"kind": "expression",
|
7280
|
+
"type": "string"
|
7281
|
+
}
|
7282
|
+
},
|
7273
7283
|
{
|
7274
7284
|
"name": "name",
|
7275
7285
|
"description": "Sets the component's name attribute.",
|
@@ -9912,8 +9922,9 @@
|
|
9912
9922
|
},
|
9913
9923
|
{
|
9914
9924
|
"name": "centerAffix",
|
9915
|
-
"description": "
|
9925
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
9916
9926
|
"doc-url": "https://vuetifyjs.com/api/VCombobox#props",
|
9927
|
+
"default": "false",
|
9917
9928
|
"value": {
|
9918
9929
|
"kind": "expression",
|
9919
9930
|
"type": "boolean"
|
@@ -12000,7 +12011,7 @@
|
|
12000
12011
|
"default": "'$prev'",
|
12001
12012
|
"value": {
|
12002
12013
|
"kind": "expression",
|
12003
|
-
"type": "
|
12014
|
+
"type": "any"
|
12004
12015
|
}
|
12005
12016
|
},
|
12006
12017
|
{
|
@@ -12010,7 +12021,7 @@
|
|
12010
12021
|
"default": "'$next'",
|
12011
12022
|
"value": {
|
12012
12023
|
"kind": "expression",
|
12013
|
-
"type": "
|
12024
|
+
"type": "any"
|
12014
12025
|
}
|
12015
12026
|
},
|
12016
12027
|
{
|
@@ -12020,7 +12031,7 @@
|
|
12020
12031
|
"default": "'$first'",
|
12021
12032
|
"value": {
|
12022
12033
|
"kind": "expression",
|
12023
|
-
"type": "
|
12034
|
+
"type": "any"
|
12024
12035
|
}
|
12025
12036
|
},
|
12026
12037
|
{
|
@@ -12030,7 +12041,7 @@
|
|
12030
12041
|
"default": "'$last'",
|
12031
12042
|
"value": {
|
12032
12043
|
"kind": "expression",
|
12033
|
-
"type": "
|
12044
|
+
"type": "any"
|
12034
12045
|
}
|
12035
12046
|
},
|
12036
12047
|
{
|
@@ -14744,7 +14755,7 @@
|
|
14744
14755
|
"default": "'$prev'",
|
14745
14756
|
"value": {
|
14746
14757
|
"kind": "expression",
|
14747
|
-
"type": "
|
14758
|
+
"type": "any"
|
14748
14759
|
}
|
14749
14760
|
},
|
14750
14761
|
{
|
@@ -14754,7 +14765,7 @@
|
|
14754
14765
|
"default": "'$next'",
|
14755
14766
|
"value": {
|
14756
14767
|
"kind": "expression",
|
14757
|
-
"type": "
|
14768
|
+
"type": "any"
|
14758
14769
|
}
|
14759
14770
|
},
|
14760
14771
|
{
|
@@ -14764,7 +14775,7 @@
|
|
14764
14775
|
"default": "'$first'",
|
14765
14776
|
"value": {
|
14766
14777
|
"kind": "expression",
|
14767
|
-
"type": "
|
14778
|
+
"type": "any"
|
14768
14779
|
}
|
14769
14780
|
},
|
14770
14781
|
{
|
@@ -14774,7 +14785,7 @@
|
|
14774
14785
|
"default": "'$last'",
|
14775
14786
|
"value": {
|
14776
14787
|
"kind": "expression",
|
14777
|
-
"type": "
|
14788
|
+
"type": "any"
|
14778
14789
|
}
|
14779
14790
|
},
|
14780
14791
|
{
|
@@ -17552,8 +17563,9 @@
|
|
17552
17563
|
},
|
17553
17564
|
{
|
17554
17565
|
"name": "centerAffix",
|
17555
|
-
"description": "
|
17566
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
17556
17567
|
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
17568
|
+
"default": "false",
|
17557
17569
|
"value": {
|
17558
17570
|
"kind": "expression",
|
17559
17571
|
"type": "boolean"
|
@@ -17967,7 +17979,7 @@
|
|
17967
17979
|
"default": "'$next'",
|
17968
17980
|
"value": {
|
17969
17981
|
"kind": "expression",
|
17970
|
-
"type": "
|
17982
|
+
"type": "any"
|
17971
17983
|
}
|
17972
17984
|
},
|
17973
17985
|
{
|
@@ -17977,7 +17989,7 @@
|
|
17977
17989
|
"default": "'$prev'",
|
17978
17990
|
"value": {
|
17979
17991
|
"kind": "expression",
|
17980
|
-
"type": "
|
17992
|
+
"type": "any"
|
17981
17993
|
}
|
17982
17994
|
},
|
17983
17995
|
{
|
@@ -17987,7 +17999,7 @@
|
|
17987
17999
|
"default": "'$subgroup'",
|
17988
18000
|
"value": {
|
17989
18001
|
"kind": "expression",
|
17990
|
-
"type": "
|
18002
|
+
"type": "any"
|
17991
18003
|
}
|
17992
18004
|
},
|
17993
18005
|
{
|
@@ -18088,6 +18100,15 @@
|
|
18088
18100
|
"type": "'dynamic' | 'static'"
|
18089
18101
|
}
|
18090
18102
|
},
|
18103
|
+
{
|
18104
|
+
"name": "firstDayOfWeek",
|
18105
|
+
"description": "Sets the first day of the week, starting with 0 for Sunday.",
|
18106
|
+
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
18107
|
+
"value": {
|
18108
|
+
"kind": "expression",
|
18109
|
+
"type": "string | number"
|
18110
|
+
}
|
18111
|
+
},
|
18091
18112
|
{
|
18092
18113
|
"name": "allowedDates",
|
18093
18114
|
"description": "Restricts which dates can be selected.",
|
@@ -18358,7 +18379,7 @@
|
|
18358
18379
|
"default": "'$next'",
|
18359
18380
|
"value": {
|
18360
18381
|
"kind": "expression",
|
18361
|
-
"type": "
|
18382
|
+
"type": "any"
|
18362
18383
|
}
|
18363
18384
|
},
|
18364
18385
|
{
|
@@ -18368,7 +18389,7 @@
|
|
18368
18389
|
"default": "'$prev'",
|
18369
18390
|
"value": {
|
18370
18391
|
"kind": "expression",
|
18371
|
-
"type": "
|
18392
|
+
"type": "any"
|
18372
18393
|
}
|
18373
18394
|
},
|
18374
18395
|
{
|
@@ -18378,7 +18399,7 @@
|
|
18378
18399
|
"default": "'$subgroup'",
|
18379
18400
|
"value": {
|
18380
18401
|
"kind": "expression",
|
18381
|
-
"type": "
|
18402
|
+
"type": "any"
|
18382
18403
|
}
|
18383
18404
|
},
|
18384
18405
|
{
|
@@ -18497,6 +18518,15 @@
|
|
18497
18518
|
"type": "'dynamic' | 'static'"
|
18498
18519
|
}
|
18499
18520
|
},
|
18521
|
+
{
|
18522
|
+
"name": "firstDayOfWeek",
|
18523
|
+
"description": "Sets the first day of the week, starting with 0 for Sunday.",
|
18524
|
+
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
18525
|
+
"value": {
|
18526
|
+
"kind": "expression",
|
18527
|
+
"type": "string | number"
|
18528
|
+
}
|
18529
|
+
},
|
18500
18530
|
{
|
18501
18531
|
"name": "allowedDates",
|
18502
18532
|
"description": "Restricts which dates can be selected.",
|
@@ -18829,7 +18859,7 @@
|
|
18829
18859
|
"default": "'$next'",
|
18830
18860
|
"value": {
|
18831
18861
|
"kind": "expression",
|
18832
|
-
"type": "
|
18862
|
+
"type": "any"
|
18833
18863
|
}
|
18834
18864
|
},
|
18835
18865
|
{
|
@@ -18839,7 +18869,7 @@
|
|
18839
18869
|
"default": "'$prev'",
|
18840
18870
|
"value": {
|
18841
18871
|
"kind": "expression",
|
18842
|
-
"type": "
|
18872
|
+
"type": "any"
|
18843
18873
|
}
|
18844
18874
|
},
|
18845
18875
|
{
|
@@ -18849,7 +18879,7 @@
|
|
18849
18879
|
"default": "'$subgroup'",
|
18850
18880
|
"value": {
|
18851
18881
|
"kind": "expression",
|
18852
|
-
"type": "
|
18882
|
+
"type": "any"
|
18853
18883
|
}
|
18854
18884
|
},
|
18855
18885
|
{
|
@@ -19149,6 +19179,15 @@
|
|
19149
19179
|
"type": "'dynamic' | 'static'"
|
19150
19180
|
}
|
19151
19181
|
},
|
19182
|
+
{
|
19183
|
+
"name": "firstDayOfWeek",
|
19184
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
19185
|
+
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19186
|
+
"value": {
|
19187
|
+
"kind": "expression",
|
19188
|
+
"type": "string | number"
|
19189
|
+
}
|
19190
|
+
},
|
19152
19191
|
{
|
19153
19192
|
"name": "allowedDates",
|
19154
19193
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
|
@@ -21101,24 +21140,6 @@
|
|
21101
21140
|
"type": "boolean | 'force'"
|
21102
21141
|
}
|
21103
21142
|
},
|
21104
|
-
{
|
21105
|
-
"name": "title",
|
21106
|
-
"description": "Specify a title text for the component.",
|
21107
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21108
|
-
"value": {
|
21109
|
-
"kind": "expression",
|
21110
|
-
"type": "string"
|
21111
|
-
}
|
21112
|
-
},
|
21113
|
-
{
|
21114
|
-
"name": "text",
|
21115
|
-
"description": "Specify content text for the component.",
|
21116
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21117
|
-
"value": {
|
21118
|
-
"kind": "expression",
|
21119
|
-
"type": "string"
|
21120
|
-
}
|
21121
|
-
},
|
21122
21143
|
{
|
21123
21144
|
"name": "bgColor",
|
21124
21145
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
@@ -21137,15 +21158,6 @@
|
|
21137
21158
|
"type": "string | number"
|
21138
21159
|
}
|
21139
21160
|
},
|
21140
|
-
{
|
21141
|
-
"name": "value",
|
21142
|
-
"description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant.",
|
21143
|
-
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21144
|
-
"value": {
|
21145
|
-
"kind": "expression",
|
21146
|
-
"type": "any"
|
21147
|
-
}
|
21148
|
-
},
|
21149
21161
|
{
|
21150
21162
|
"name": "rounded",
|
21151
21163
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
|
@@ -22093,8 +22105,9 @@
|
|
22093
22105
|
},
|
22094
22106
|
{
|
22095
22107
|
"name": "centerAffix",
|
22096
|
-
"description": "
|
22108
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
22097
22109
|
"doc-url": "https://vuetifyjs.com/api/VField#props",
|
22110
|
+
"default": "false",
|
22098
22111
|
"value": {
|
22099
22112
|
"kind": "expression",
|
22100
22113
|
"type": "boolean"
|
@@ -22560,8 +22573,9 @@
|
|
22560
22573
|
},
|
22561
22574
|
{
|
22562
22575
|
"name": "centerAffix",
|
22563
|
-
"description": "
|
22576
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
22564
22577
|
"doc-url": "https://vuetifyjs.com/api/VFileInput#props",
|
22578
|
+
"default": "false",
|
22565
22579
|
"value": {
|
22566
22580
|
"kind": "expression",
|
22567
22581
|
"type": "boolean"
|
@@ -24348,9 +24362,9 @@
|
|
24348
24362
|
},
|
24349
24363
|
{
|
24350
24364
|
"name": "centerAffix",
|
24351
|
-
"description": "Vertically align **
|
24365
|
+
"description": "Vertically align **append** and **prepend** in the center.",
|
24352
24366
|
"doc-url": "https://vuetifyjs.com/api/VInput#props",
|
24353
|
-
"default": "
|
24367
|
+
"default": "false",
|
24354
24368
|
"value": {
|
24355
24369
|
"kind": "expression",
|
24356
24370
|
"type": "boolean"
|
@@ -26344,7 +26358,7 @@
|
|
26344
26358
|
},
|
26345
26359
|
{
|
26346
26360
|
"name": "nav",
|
26347
|
-
"description": "
|
26361
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius.",
|
26348
26362
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26349
26363
|
"default": "false",
|
26350
26364
|
"value": {
|
@@ -26391,7 +26405,7 @@
|
|
26391
26405
|
},
|
26392
26406
|
{
|
26393
26407
|
"name": "slim",
|
26394
|
-
"description": "
|
26408
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation.",
|
26395
26409
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26396
26410
|
"default": "false",
|
26397
26411
|
"value": {
|
@@ -26579,7 +26593,7 @@
|
|
26579
26593
|
},
|
26580
26594
|
{
|
26581
26595
|
"name": "lines",
|
26582
|
-
"description": "
|
26596
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop.",
|
26583
26597
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26584
26598
|
"default": "false",
|
26585
26599
|
"value": {
|
@@ -28158,8 +28172,9 @@
|
|
28158
28172
|
},
|
28159
28173
|
{
|
28160
28174
|
"name": "centerAffix",
|
28161
|
-
"description": "
|
28175
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
28162
28176
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28177
|
+
"default": "false",
|
28163
28178
|
"value": {
|
28164
28179
|
"kind": "expression",
|
28165
28180
|
"type": "boolean"
|
@@ -31216,9 +31231,9 @@
|
|
31216
31231
|
},
|
31217
31232
|
{
|
31218
31233
|
"name": "centerAffix",
|
31219
|
-
"description": "Vertically align **
|
31234
|
+
"description": "Vertically align **append** and **prepend** in the center.",
|
31220
31235
|
"doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
|
31221
|
-
"default": "
|
31236
|
+
"default": "false",
|
31222
31237
|
"value": {
|
31223
31238
|
"kind": "expression",
|
31224
31239
|
"type": "boolean"
|
@@ -31807,9 +31822,9 @@
|
|
31807
31822
|
},
|
31808
31823
|
{
|
31809
31824
|
"name": "centerAffix",
|
31810
|
-
"description": "Vertically align **
|
31825
|
+
"description": "Vertically align **append** and **prepend** in the center.",
|
31811
31826
|
"doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
|
31812
|
-
"default": "
|
31827
|
+
"default": "false",
|
31813
31828
|
"value": {
|
31814
31829
|
"kind": "expression",
|
31815
31830
|
"type": "boolean"
|
@@ -34100,8 +34115,9 @@
|
|
34100
34115
|
},
|
34101
34116
|
{
|
34102
34117
|
"name": "centerAffix",
|
34103
|
-
"description": "
|
34118
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
34104
34119
|
"doc-url": "https://vuetifyjs.com/api/VSelect#props",
|
34120
|
+
"default": "false",
|
34105
34121
|
"value": {
|
34106
34122
|
"kind": "expression",
|
34107
34123
|
"type": "boolean"
|
@@ -36456,9 +36472,9 @@
|
|
36456
36472
|
},
|
36457
36473
|
{
|
36458
36474
|
"name": "centerAffix",
|
36459
|
-
"description": "Vertically align **
|
36475
|
+
"description": "Vertically align **append** and **prepend** in the center.",
|
36460
36476
|
"doc-url": "https://vuetifyjs.com/api/VSlider#props",
|
36461
|
-
"default": "
|
36477
|
+
"default": "false",
|
36462
36478
|
"value": {
|
36463
36479
|
"kind": "expression",
|
36464
36480
|
"type": "boolean"
|
@@ -39679,15 +39695,6 @@
|
|
39679
39695
|
"description": "",
|
39680
39696
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical",
|
39681
39697
|
"attributes": [
|
39682
|
-
{
|
39683
|
-
"name": "title",
|
39684
|
-
"description": "Specify a title text for the component.",
|
39685
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39686
|
-
"value": {
|
39687
|
-
"kind": "expression",
|
39688
|
-
"type": "string"
|
39689
|
-
}
|
39690
|
-
},
|
39691
39698
|
{
|
39692
39699
|
"name": "flat",
|
39693
39700
|
"description": "Removes the expansion-panel's elevation and borders.",
|
@@ -39814,15 +39821,6 @@
|
|
39814
39821
|
"type": "string"
|
39815
39822
|
}
|
39816
39823
|
},
|
39817
|
-
{
|
39818
|
-
"name": "value",
|
39819
|
-
"description": "Controls the opened/closed state of content.",
|
39820
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39821
|
-
"value": {
|
39822
|
-
"kind": "expression",
|
39823
|
-
"type": "any"
|
39824
|
-
}
|
39825
|
-
},
|
39826
39824
|
{
|
39827
39825
|
"name": "nonLinear",
|
39828
39826
|
"description": "Allow user to jump to any step.",
|
@@ -39909,15 +39907,6 @@
|
|
39909
39907
|
"type": "boolean | 'force'"
|
39910
39908
|
}
|
39911
39909
|
},
|
39912
|
-
{
|
39913
|
-
"name": "text",
|
39914
|
-
"description": "Specify content text for the component.",
|
39915
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39916
|
-
"value": {
|
39917
|
-
"kind": "expression",
|
39918
|
-
"type": "string"
|
39919
|
-
}
|
39920
|
-
},
|
39921
39910
|
{
|
39922
39911
|
"name": "elevation",
|
39923
39912
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
@@ -40007,7 +39996,7 @@
|
|
40007
39996
|
},
|
40008
39997
|
{
|
40009
39998
|
"name": "readonly",
|
40010
|
-
"description": "Makes the expansion-panel
|
39999
|
+
"description": "Makes the entire expansion-panel read only.",
|
40011
40000
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40012
40001
|
"default": "false",
|
40013
40002
|
"value": {
|
@@ -41247,9 +41236,9 @@
|
|
41247
41236
|
},
|
41248
41237
|
{
|
41249
41238
|
"name": "centerAffix",
|
41250
|
-
"description": "Vertically align **
|
41239
|
+
"description": "Vertically align **append** and **prepend** in the center.",
|
41251
41240
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
41252
|
-
"default": "
|
41241
|
+
"default": "false",
|
41253
41242
|
"value": {
|
41254
41243
|
"kind": "expression",
|
41255
41244
|
"type": "boolean"
|
@@ -43199,8 +43188,9 @@
|
|
43199
43188
|
},
|
43200
43189
|
{
|
43201
43190
|
"name": "centerAffix",
|
43202
|
-
"description": "
|
43191
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
|
43203
43192
|
"doc-url": "https://vuetifyjs.com/api/VTextField#props",
|
43193
|
+
"default": "false",
|
43204
43194
|
"value": {
|
43205
43195
|
"kind": "expression",
|
43206
43196
|
"type": "boolean"
|
@@ -44126,15 +44116,6 @@
|
|
44126
44116
|
"type": "any"
|
44127
44117
|
}
|
44128
44118
|
},
|
44129
|
-
{
|
44130
|
-
"name": "centerAffix",
|
44131
|
-
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
|
44132
|
-
"doc-url": "https://vuetifyjs.com/api/VTextarea#props",
|
44133
|
-
"value": {
|
44134
|
-
"kind": "expression",
|
44135
|
-
"type": "boolean"
|
44136
|
-
}
|
44137
|
-
},
|
44138
44119
|
{
|
44139
44120
|
"name": "prependIcon",
|
44140
44121
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
|
@@ -47630,7 +47611,7 @@
|
|
47630
47611
|
},
|
47631
47612
|
{
|
47632
47613
|
"name": "nav",
|
47633
|
-
"description": "
|
47614
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius.",
|
47634
47615
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47635
47616
|
"default": "false",
|
47636
47617
|
"value": {
|
@@ -47677,7 +47658,7 @@
|
|
47677
47658
|
},
|
47678
47659
|
{
|
47679
47660
|
"name": "slim",
|
47680
|
-
"description": "
|
47661
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation.",
|
47681
47662
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47682
47663
|
"default": "true",
|
47683
47664
|
"value": {
|
@@ -47865,7 +47846,7 @@
|
|
47865
47846
|
},
|
47866
47847
|
{
|
47867
47848
|
"name": "lines",
|
47868
|
-
"description": "
|
47849
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop.",
|
47869
47850
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47870
47851
|
"default": "false",
|
47871
47852
|
"value": {
|