vuetify 3.1.1 → 3.1.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/dist/json/attributes.json +46 -34
- package/dist/json/importMap.json +72 -72
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +80 -37
- package/dist/vuetify-labs.css +136 -130
- package/dist/vuetify-labs.d.ts +52 -5
- package/dist/vuetify-labs.esm.js +193 -113
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +193 -113
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +103 -97
- package/dist/vuetify.d.ts +71 -24
- package/dist/vuetify.esm.js +129 -84
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +129 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +288 -286
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +9 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +5 -2
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +8 -2
- package/lib/components/VChip/VChip.mjs +18 -4
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +15 -2
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -0
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +1 -0
- package/lib/components/VFileInput/VFileInput.sass +1 -0
- package/lib/components/VGrid/VGrid.css +5 -0
- package/lib/components/VGrid/VGrid.sass +5 -0
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.mjs +5 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.ts +20 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +18 -0
- package/lib/components/VSelect/VSelect.mjs +1 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +5 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/index.d.ts +52 -5
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/teleport.mjs +6 -7
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +19 -19
- package/lib/labs/VDataTable/VDataTable.mjs +8 -5
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +36 -8
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +4 -4
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +9 -4
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +3 -5
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/package.json +2 -2
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.1.
|
|
5
|
+
"version": "3.1.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
1197
1197
|
"name": "focused",
|
|
1198
|
-
"description": "
|
|
1198
|
+
"description": "Forces a focused state styling on the component.",
|
|
1199
1199
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1200
1200
|
"default": "false",
|
|
1201
1201
|
"value": {
|
|
@@ -3716,7 +3716,7 @@
|
|
|
3716
3716
|
"name": "ripple",
|
|
3717
3717
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card.json))",
|
|
3718
3718
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3719
|
-
"default": "
|
|
3719
|
+
"default": "true",
|
|
3720
3720
|
"value": {
|
|
3721
3721
|
"kind": "expression",
|
|
3722
3722
|
"type": "boolean"
|
|
@@ -4278,7 +4278,7 @@
|
|
|
4278
4278
|
},
|
|
4279
4279
|
{
|
|
4280
4280
|
"name": "focused",
|
|
4281
|
-
"description": "
|
|
4281
|
+
"description": "Forces a focused state styling on the component.",
|
|
4282
4282
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4283
4283
|
"default": "false",
|
|
4284
4284
|
"value": {
|
|
@@ -5105,6 +5105,17 @@
|
|
|
5105
5105
|
"type": "[MouseEvent | KeyboardEvent]"
|
|
5106
5106
|
}
|
|
5107
5107
|
]
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"name": "clickOnce",
|
|
5111
|
+
"description": "MISSING DESCRIPTION",
|
|
5112
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
5113
|
+
"arguments": [
|
|
5114
|
+
{
|
|
5115
|
+
"name": "argument",
|
|
5116
|
+
"type": "never"
|
|
5117
|
+
}
|
|
5118
|
+
]
|
|
5108
5119
|
}
|
|
5109
5120
|
],
|
|
5110
5121
|
"slots": [],
|
|
@@ -6023,7 +6034,7 @@
|
|
|
6023
6034
|
},
|
|
6024
6035
|
{
|
|
6025
6036
|
"name": "focused",
|
|
6026
|
-
"description": "
|
|
6037
|
+
"description": "Forces a focused state styling on the component.",
|
|
6027
6038
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6028
6039
|
"default": "false",
|
|
6029
6040
|
"value": {
|
|
@@ -6861,7 +6872,7 @@
|
|
|
6861
6872
|
},
|
|
6862
6873
|
{
|
|
6863
6874
|
"name": "closeDelay",
|
|
6864
|
-
"description": "
|
|
6875
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events.",
|
|
6865
6876
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
6866
6877
|
"value": {
|
|
6867
6878
|
"kind": "expression",
|
|
@@ -6870,7 +6881,7 @@
|
|
|
6870
6881
|
},
|
|
6871
6882
|
{
|
|
6872
6883
|
"name": "openDelay",
|
|
6873
|
-
"description": "
|
|
6884
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events.",
|
|
6874
6885
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
6875
6886
|
"value": {
|
|
6876
6887
|
"kind": "expression",
|
|
@@ -6954,7 +6965,7 @@
|
|
|
6954
6965
|
},
|
|
6955
6966
|
{
|
|
6956
6967
|
"name": "location",
|
|
6957
|
-
"description": "
|
|
6968
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`",
|
|
6958
6969
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
6959
6970
|
"default": "'bottom'",
|
|
6960
6971
|
"value": {
|
|
@@ -7600,7 +7611,7 @@
|
|
|
7600
7611
|
},
|
|
7601
7612
|
{
|
|
7602
7613
|
"name": "focused",
|
|
7603
|
-
"description": "
|
|
7614
|
+
"description": "Forces a focused state styling on the component.",
|
|
7604
7615
|
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
|
7605
7616
|
"default": "false",
|
|
7606
7617
|
"value": {
|
|
@@ -8129,7 +8140,7 @@
|
|
|
8129
8140
|
},
|
|
8130
8141
|
{
|
|
8131
8142
|
"name": "focused",
|
|
8132
|
-
"description": "
|
|
8143
|
+
"description": "Forces a focused state styling on the component.",
|
|
8133
8144
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8134
8145
|
"default": "false",
|
|
8135
8146
|
"value": {
|
|
@@ -8614,7 +8625,7 @@
|
|
|
8614
8625
|
},
|
|
8615
8626
|
{
|
|
8616
8627
|
"name": "fastFail",
|
|
8617
|
-
"description": "
|
|
8628
|
+
"description": "Stop validation as soon as any rules fail.",
|
|
8618
8629
|
"doc-url": "https://vuetifyjs.com/api/v-form#props",
|
|
8619
8630
|
"default": "false",
|
|
8620
8631
|
"value": {
|
|
@@ -8647,7 +8658,7 @@
|
|
|
8647
8658
|
},
|
|
8648
8659
|
{
|
|
8649
8660
|
"name": "modelValue",
|
|
8650
|
-
"description": "
|
|
8661
|
+
"description": "A boolean value representing the validity of the form.",
|
|
8651
8662
|
"doc-url": "https://vuetifyjs.com/api/v-form#props",
|
|
8652
8663
|
"default": "false",
|
|
8653
8664
|
"value": {
|
|
@@ -8658,7 +8669,7 @@
|
|
|
8658
8669
|
},
|
|
8659
8670
|
{
|
|
8660
8671
|
"name": "validateOn",
|
|
8661
|
-
"description": "
|
|
8672
|
+
"description": "Changes the events in which validation occurs.",
|
|
8662
8673
|
"doc-url": "https://vuetifyjs.com/api/v-form#props",
|
|
8663
8674
|
"default": "'input'",
|
|
8664
8675
|
"value": {
|
|
@@ -8919,7 +8930,7 @@
|
|
|
8919
8930
|
"attributes": [
|
|
8920
8931
|
{
|
|
8921
8932
|
"name": "closeDelay",
|
|
8922
|
-
"description": "
|
|
8933
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events.",
|
|
8923
8934
|
"doc-url": "https://vuetifyjs.com/api/v-hover#props",
|
|
8924
8935
|
"value": {
|
|
8925
8936
|
"kind": "expression",
|
|
@@ -8928,7 +8939,7 @@
|
|
|
8928
8939
|
},
|
|
8929
8940
|
{
|
|
8930
8941
|
"name": "openDelay",
|
|
8931
|
-
"description": "
|
|
8942
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events.",
|
|
8932
8943
|
"doc-url": "https://vuetifyjs.com/api/v-hover#props",
|
|
8933
8944
|
"value": {
|
|
8934
8945
|
"kind": "expression",
|
|
@@ -9545,7 +9556,7 @@
|
|
|
9545
9556
|
},
|
|
9546
9557
|
{
|
|
9547
9558
|
"name": "focused",
|
|
9548
|
-
"description": "
|
|
9559
|
+
"description": "Forces a focused state styling on the component.",
|
|
9549
9560
|
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
|
9550
9561
|
"default": "false",
|
|
9551
9562
|
"value": {
|
|
@@ -11035,6 +11046,17 @@
|
|
|
11035
11046
|
},
|
|
11036
11047
|
"type": "boolean"
|
|
11037
11048
|
},
|
|
11049
|
+
{
|
|
11050
|
+
"name": "ripple",
|
|
11051
|
+
"description": "MISSING DESCRIPTION",
|
|
11052
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
11053
|
+
"default": "true",
|
|
11054
|
+
"value": {
|
|
11055
|
+
"kind": "expression",
|
|
11056
|
+
"type": "boolean"
|
|
11057
|
+
},
|
|
11058
|
+
"type": "boolean"
|
|
11059
|
+
},
|
|
11038
11060
|
{
|
|
11039
11061
|
"name": "border",
|
|
11040
11062
|
"description": "Applies border styles to component.",
|
|
@@ -11932,7 +11954,7 @@
|
|
|
11932
11954
|
},
|
|
11933
11955
|
{
|
|
11934
11956
|
"name": "location",
|
|
11935
|
-
"description": "
|
|
11957
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`",
|
|
11936
11958
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
11937
11959
|
"default": "'bottom'",
|
|
11938
11960
|
"value": {
|
|
@@ -12593,7 +12615,7 @@
|
|
|
12593
12615
|
},
|
|
12594
12616
|
{
|
|
12595
12617
|
"name": "closeDelay",
|
|
12596
|
-
"description": "
|
|
12618
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events.",
|
|
12597
12619
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
12598
12620
|
"value": {
|
|
12599
12621
|
"kind": "expression",
|
|
@@ -12602,7 +12624,7 @@
|
|
|
12602
12624
|
},
|
|
12603
12625
|
{
|
|
12604
12626
|
"name": "openDelay",
|
|
12605
|
-
"description": "
|
|
12627
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events.",
|
|
12606
12628
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
12607
12629
|
"value": {
|
|
12608
12630
|
"kind": "expression",
|
|
@@ -12686,7 +12708,7 @@
|
|
|
12686
12708
|
},
|
|
12687
12709
|
{
|
|
12688
12710
|
"name": "location",
|
|
12689
|
-
"description": "
|
|
12711
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`",
|
|
12690
12712
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
12691
12713
|
"default": "'bottom'",
|
|
12692
12714
|
"value": {
|
|
@@ -13310,6 +13332,27 @@
|
|
|
13310
13332
|
"description": "",
|
|
13311
13333
|
"doc-url": "https://vuetifyjs.com/api/v-progress-linear",
|
|
13312
13334
|
"attributes": [
|
|
13335
|
+
{
|
|
13336
|
+
"name": "location",
|
|
13337
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/location.json))",
|
|
13338
|
+
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
13339
|
+
"default": "'top'",
|
|
13340
|
+
"value": {
|
|
13341
|
+
"kind": "expression",
|
|
13342
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>"
|
|
13343
|
+
}
|
|
13344
|
+
},
|
|
13345
|
+
{
|
|
13346
|
+
"name": "reverse",
|
|
13347
|
+
"description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)",
|
|
13348
|
+
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
13349
|
+
"default": "false",
|
|
13350
|
+
"value": {
|
|
13351
|
+
"kind": "expression",
|
|
13352
|
+
"type": "boolean"
|
|
13353
|
+
},
|
|
13354
|
+
"type": "boolean"
|
|
13355
|
+
},
|
|
13313
13356
|
{
|
|
13314
13357
|
"name": "rounded",
|
|
13315
13358
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))",
|
|
@@ -13340,8 +13383,8 @@
|
|
|
13340
13383
|
}
|
|
13341
13384
|
},
|
|
13342
13385
|
{
|
|
13343
|
-
"name": "
|
|
13344
|
-
"description": "
|
|
13386
|
+
"name": "absolute",
|
|
13387
|
+
"description": "Applies position: absolute to the component",
|
|
13345
13388
|
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
13346
13389
|
"default": "false",
|
|
13347
13390
|
"value": {
|
|
@@ -13901,7 +13944,7 @@
|
|
|
13901
13944
|
},
|
|
13902
13945
|
{
|
|
13903
13946
|
"name": "focused",
|
|
13904
|
-
"description": "
|
|
13947
|
+
"description": "Forces a focused state styling on the component.",
|
|
13905
13948
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
13906
13949
|
"default": "false",
|
|
13907
13950
|
"value": {
|
|
@@ -14052,7 +14095,7 @@
|
|
|
14052
14095
|
"attributes": [
|
|
14053
14096
|
{
|
|
14054
14097
|
"name": "focused",
|
|
14055
|
-
"description": "
|
|
14098
|
+
"description": "Forces a focused state styling on the component.",
|
|
14056
14099
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
14057
14100
|
"default": "false",
|
|
14058
14101
|
"value": {
|
|
@@ -15306,7 +15349,7 @@
|
|
|
15306
15349
|
},
|
|
15307
15350
|
{
|
|
15308
15351
|
"name": "focused",
|
|
15309
|
-
"description": "
|
|
15352
|
+
"description": "Forces a focused state styling on the component.",
|
|
15310
15353
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15311
15354
|
"default": "false",
|
|
15312
15355
|
"value": {
|
|
@@ -16703,7 +16746,7 @@
|
|
|
16703
16746
|
"attributes": [
|
|
16704
16747
|
{
|
|
16705
16748
|
"name": "focused",
|
|
16706
|
-
"description": "
|
|
16749
|
+
"description": "Forces a focused state styling on the component.",
|
|
16707
16750
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
16708
16751
|
"default": "false",
|
|
16709
16752
|
"value": {
|
|
@@ -17149,7 +17192,7 @@
|
|
|
17149
17192
|
},
|
|
17150
17193
|
{
|
|
17151
17194
|
"name": "location",
|
|
17152
|
-
"description": "
|
|
17195
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`",
|
|
17153
17196
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
17154
17197
|
"default": "'bottom'",
|
|
17155
17198
|
"value": {
|
|
@@ -17343,7 +17386,7 @@
|
|
|
17343
17386
|
},
|
|
17344
17387
|
{
|
|
17345
17388
|
"name": "closeDelay",
|
|
17346
|
-
"description": "
|
|
17389
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events.",
|
|
17347
17390
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
17348
17391
|
"value": {
|
|
17349
17392
|
"kind": "expression",
|
|
@@ -17352,7 +17395,7 @@
|
|
|
17352
17395
|
},
|
|
17353
17396
|
{
|
|
17354
17397
|
"name": "openDelay",
|
|
17355
|
-
"description": "
|
|
17398
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events.",
|
|
17356
17399
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
17357
17400
|
"value": {
|
|
17358
17401
|
"kind": "expression",
|
|
@@ -17704,7 +17747,7 @@
|
|
|
17704
17747
|
},
|
|
17705
17748
|
{
|
|
17706
17749
|
"name": "focused",
|
|
17707
|
-
"description": "
|
|
17750
|
+
"description": "Forces a focused state styling on the component.",
|
|
17708
17751
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
17709
17752
|
"default": "false",
|
|
17710
17753
|
"value": {
|
|
@@ -18706,7 +18749,7 @@
|
|
|
18706
18749
|
},
|
|
18707
18750
|
{
|
|
18708
18751
|
"name": "focused",
|
|
18709
|
-
"description": "
|
|
18752
|
+
"description": "Forces a focused state styling on the component.",
|
|
18710
18753
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18711
18754
|
"default": "false",
|
|
18712
18755
|
"value": {
|
|
@@ -19369,7 +19412,7 @@
|
|
|
19369
19412
|
},
|
|
19370
19413
|
{
|
|
19371
19414
|
"name": "focused",
|
|
19372
|
-
"description": "
|
|
19415
|
+
"description": "Forces a focused state styling on the component.",
|
|
19373
19416
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
19374
19417
|
"default": "false",
|
|
19375
19418
|
"value": {
|
|
@@ -19640,7 +19683,7 @@
|
|
|
19640
19683
|
},
|
|
19641
19684
|
{
|
|
19642
19685
|
"name": "update:modelValue",
|
|
19643
|
-
"description": "
|
|
19686
|
+
"description": "The update:modelValue event is emitted when the value of the input field changes. This event is emitted with the updated value as its argument, which can be used to update the value of the corresponding variable in your Vue component's data.",
|
|
19644
19687
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
19645
19688
|
"arguments": [
|
|
19646
19689
|
{
|
|
@@ -20767,7 +20810,7 @@
|
|
|
20767
20810
|
},
|
|
20768
20811
|
{
|
|
20769
20812
|
"name": "location",
|
|
20770
|
-
"description": "
|
|
20813
|
+
"description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`",
|
|
20771
20814
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
20772
20815
|
"default": "'end'",
|
|
20773
20816
|
"value": {
|
|
@@ -21000,7 +21043,7 @@
|
|
|
21000
21043
|
},
|
|
21001
21044
|
{
|
|
21002
21045
|
"name": "focused",
|
|
21003
|
-
"description": "
|
|
21046
|
+
"description": "Forces a focused state styling on the component.",
|
|
21004
21047
|
"doc-url": "https://vuetifyjs.com/api/v-validation#props",
|
|
21005
21048
|
"default": "false",
|
|
21006
21049
|
"value": {
|
|
@@ -22258,7 +22301,7 @@
|
|
|
22258
22301
|
"attributes": [
|
|
22259
22302
|
{
|
|
22260
22303
|
"name": "mode",
|
|
22261
|
-
"description": "
|
|
22304
|
+
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
22262
22305
|
"doc-url": "https://vuetifyjs.com/api/v-expand-transition#props",
|
|
22263
22306
|
"default": "'in-out'",
|
|
22264
22307
|
"value": {
|
|
@@ -22285,7 +22328,7 @@
|
|
|
22285
22328
|
"attributes": [
|
|
22286
22329
|
{
|
|
22287
22330
|
"name": "mode",
|
|
22288
|
-
"description": "
|
|
22331
|
+
"description": "Sets the transition mode (does not apply to transition-group).",
|
|
22289
22332
|
"doc-url": "https://vuetifyjs.com/api/v-expand-x-transition#props",
|
|
22290
22333
|
"default": "'in-out'",
|
|
22291
22334
|
"value": {
|