@vuetify/nightly 3.1.4 → 3.1.5-master-20230209.0
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 +4 -210
- package/dist/json/attributes.json +24 -24
- package/dist/json/importMap.json +8 -8
- package/dist/json/web-types.json +49 -38
- package/dist/vuetify-labs.css +4137 -4137
- package/dist/vuetify-labs.d.ts +18 -32
- package/dist/vuetify-labs.esm.js +36 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +35 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +23 -23
- package/dist/vuetify.d.ts +20 -34
- package/dist/vuetify.esm.js +36 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +32 -31
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +0 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +1 -7
- package/lib/components/VFileInput/VFileInput.mjs +6 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +2 -0
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +9 -7
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +13 -25
- package/lib/components/VTextarea/VTextarea.mjs +6 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +2 -0
- package/lib/components/index.d.ts +18 -32
- package/lib/composables/proxiedModel.mjs +6 -5
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +2 -2
- 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.1.
|
|
5
|
+
"version": "3.1.5-master-20230209.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
},
|
|
1107
1107
|
{
|
|
1108
1108
|
"name": "appendIcon",
|
|
1109
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
1109
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
1110
1110
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1111
1111
|
"value": {
|
|
1112
1112
|
"kind": "expression",
|
|
@@ -3135,7 +3135,7 @@
|
|
|
3135
3135
|
},
|
|
3136
3136
|
{
|
|
3137
3137
|
"name": "appendIcon",
|
|
3138
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
3138
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
3139
3139
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
3140
3140
|
"value": {
|
|
3141
3141
|
"kind": "expression",
|
|
@@ -3764,7 +3764,7 @@
|
|
|
3764
3764
|
},
|
|
3765
3765
|
{
|
|
3766
3766
|
"name": "appendIcon",
|
|
3767
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
3767
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
3768
3768
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3769
3769
|
"value": {
|
|
3770
3770
|
"kind": "expression",
|
|
@@ -3903,7 +3903,7 @@
|
|
|
3903
3903
|
},
|
|
3904
3904
|
{
|
|
3905
3905
|
"name": "appendIcon",
|
|
3906
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
3906
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
3907
3907
|
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
|
3908
3908
|
"value": {
|
|
3909
3909
|
"kind": "expression",
|
|
@@ -4221,7 +4221,7 @@
|
|
|
4221
4221
|
},
|
|
4222
4222
|
{
|
|
4223
4223
|
"name": "appendIcon",
|
|
4224
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
4224
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
4225
4225
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4226
4226
|
"value": {
|
|
4227
4227
|
"kind": "expression",
|
|
@@ -5047,7 +5047,7 @@
|
|
|
5047
5047
|
},
|
|
5048
5048
|
{
|
|
5049
5049
|
"name": "appendIcon",
|
|
5050
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
5050
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
5051
5051
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
5052
5052
|
"value": {
|
|
5053
5053
|
"kind": "expression",
|
|
@@ -6033,7 +6033,7 @@
|
|
|
6033
6033
|
},
|
|
6034
6034
|
{
|
|
6035
6035
|
"name": "appendIcon",
|
|
6036
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
6036
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
6037
6037
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
6038
6038
|
"value": {
|
|
6039
6039
|
"kind": "expression",
|
|
@@ -7131,7 +7131,7 @@
|
|
|
7131
7131
|
},
|
|
7132
7132
|
{
|
|
7133
7133
|
"name": "attach",
|
|
7134
|
-
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This
|
|
7134
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default",
|
|
7135
7135
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
7136
7136
|
"default": "false",
|
|
7137
7137
|
"value": {
|
|
@@ -7946,17 +7946,6 @@
|
|
|
7946
7946
|
}
|
|
7947
7947
|
]
|
|
7948
7948
|
},
|
|
7949
|
-
{
|
|
7950
|
-
"name": "click:control",
|
|
7951
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
|
|
7952
|
-
"doc-url": "https://vuetifyjs.com/api/v-field#events",
|
|
7953
|
-
"arguments": [
|
|
7954
|
-
{
|
|
7955
|
-
"name": "argument",
|
|
7956
|
-
"type": "[MouseEvent]"
|
|
7957
|
-
}
|
|
7958
|
-
]
|
|
7959
|
-
},
|
|
7960
7949
|
{
|
|
7961
7950
|
"name": "update:focused",
|
|
7962
7951
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
|
|
@@ -8090,7 +8079,7 @@
|
|
|
8090
8079
|
},
|
|
8091
8080
|
{
|
|
8092
8081
|
"name": "appendIcon",
|
|
8093
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
8082
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
8094
8083
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
8095
8084
|
"value": {
|
|
8096
8085
|
"kind": "expression",
|
|
@@ -8568,6 +8557,17 @@
|
|
|
8568
8557
|
}
|
|
8569
8558
|
]
|
|
8570
8559
|
},
|
|
8560
|
+
{
|
|
8561
|
+
"name": "mousedown:control",
|
|
8562
|
+
"description": "MISSING DESCRIPTION",
|
|
8563
|
+
"doc-url": "https://vuetifyjs.com/api/v-file-input#events",
|
|
8564
|
+
"arguments": [
|
|
8565
|
+
{
|
|
8566
|
+
"name": "argument",
|
|
8567
|
+
"type": "[MouseEvent]"
|
|
8568
|
+
}
|
|
8569
|
+
]
|
|
8570
|
+
},
|
|
8571
8571
|
{
|
|
8572
8572
|
"name": "update:modelValue",
|
|
8573
8573
|
"description": "Event that is emitted when the component's model changes",
|
|
@@ -9497,7 +9497,7 @@
|
|
|
9497
9497
|
},
|
|
9498
9498
|
{
|
|
9499
9499
|
"name": "appendIcon",
|
|
9500
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
9500
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
9501
9501
|
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
|
9502
9502
|
"value": {
|
|
9503
9503
|
"kind": "expression",
|
|
@@ -10898,7 +10898,7 @@
|
|
|
10898
10898
|
},
|
|
10899
10899
|
{
|
|
10900
10900
|
"name": "appendIcon",
|
|
10901
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
10901
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
10902
10902
|
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10903
10903
|
"value": {
|
|
10904
10904
|
"kind": "expression",
|
|
@@ -11065,7 +11065,7 @@
|
|
|
11065
11065
|
},
|
|
11066
11066
|
{
|
|
11067
11067
|
"name": "appendIcon",
|
|
11068
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
11068
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
11069
11069
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
11070
11070
|
"value": {
|
|
11071
11071
|
"kind": "expression",
|
|
@@ -12109,7 +12109,7 @@
|
|
|
12109
12109
|
},
|
|
12110
12110
|
{
|
|
12111
12111
|
"name": "attach",
|
|
12112
|
-
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This
|
|
12112
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default",
|
|
12113
12113
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
12114
12114
|
"default": "false",
|
|
12115
12115
|
"value": {
|
|
@@ -12863,7 +12863,7 @@
|
|
|
12863
12863
|
},
|
|
12864
12864
|
{
|
|
12865
12865
|
"name": "attach",
|
|
12866
|
-
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This
|
|
12866
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default",
|
|
12867
12867
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
12868
12868
|
"default": "false",
|
|
12869
12869
|
"value": {
|
|
@@ -13875,7 +13875,7 @@
|
|
|
13875
13875
|
},
|
|
13876
13876
|
{
|
|
13877
13877
|
"name": "appendIcon",
|
|
13878
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
13878
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
13879
13879
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
13880
13880
|
"value": {
|
|
13881
13881
|
"kind": "expression",
|
|
@@ -14212,7 +14212,7 @@
|
|
|
14212
14212
|
},
|
|
14213
14213
|
{
|
|
14214
14214
|
"name": "appendIcon",
|
|
14215
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
14215
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
14216
14216
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
14217
14217
|
"value": {
|
|
14218
14218
|
"kind": "expression",
|
|
@@ -15337,7 +15337,7 @@
|
|
|
15337
15337
|
},
|
|
15338
15338
|
{
|
|
15339
15339
|
"name": "appendIcon",
|
|
15340
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
15340
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
15341
15341
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
15342
15342
|
"value": {
|
|
15343
15343
|
"kind": "expression",
|
|
@@ -17062,7 +17062,7 @@
|
|
|
17062
17062
|
},
|
|
17063
17063
|
{
|
|
17064
17064
|
"name": "appendIcon",
|
|
17065
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
17065
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
17066
17066
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
17067
17067
|
"value": {
|
|
17068
17068
|
"kind": "expression",
|
|
@@ -17605,7 +17605,7 @@
|
|
|
17605
17605
|
},
|
|
17606
17606
|
{
|
|
17607
17607
|
"name": "attach",
|
|
17608
|
-
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This
|
|
17608
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default",
|
|
17609
17609
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
17610
17610
|
"default": "false",
|
|
17611
17611
|
"value": {
|
|
@@ -17679,7 +17679,7 @@
|
|
|
17679
17679
|
},
|
|
17680
17680
|
{
|
|
17681
17681
|
"name": "appendIcon",
|
|
17682
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
17682
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
17683
17683
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
17684
17684
|
"value": {
|
|
17685
17685
|
"kind": "expression",
|
|
@@ -18487,7 +18487,7 @@
|
|
|
18487
18487
|
},
|
|
18488
18488
|
{
|
|
18489
18489
|
"name": "appendIcon",
|
|
18490
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
18490
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
18491
18491
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
18492
18492
|
"value": {
|
|
18493
18493
|
"kind": "expression",
|
|
@@ -18690,7 +18690,7 @@
|
|
|
18690
18690
|
},
|
|
18691
18691
|
{
|
|
18692
18692
|
"name": "appendIcon",
|
|
18693
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
18693
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
18694
18694
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
18695
18695
|
"value": {
|
|
18696
18696
|
"kind": "expression",
|
|
@@ -19214,6 +19214,17 @@
|
|
|
19214
19214
|
}
|
|
19215
19215
|
]
|
|
19216
19216
|
},
|
|
19217
|
+
{
|
|
19218
|
+
"name": "mousedown:control",
|
|
19219
|
+
"description": "MISSING DESCRIPTION",
|
|
19220
|
+
"doc-url": "https://vuetifyjs.com/api/v-textarea#events",
|
|
19221
|
+
"arguments": [
|
|
19222
|
+
{
|
|
19223
|
+
"name": "argument",
|
|
19224
|
+
"type": "[MouseEvent]"
|
|
19225
|
+
}
|
|
19226
|
+
]
|
|
19227
|
+
},
|
|
19217
19228
|
{
|
|
19218
19229
|
"name": "update:focused",
|
|
19219
19230
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
|
|
@@ -19362,7 +19373,7 @@
|
|
|
19362
19373
|
},
|
|
19363
19374
|
{
|
|
19364
19375
|
"name": "appendIcon",
|
|
19365
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot
|
|
19376
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
19366
19377
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
19367
19378
|
"value": {
|
|
19368
19379
|
"kind": "expression",
|
|
@@ -19757,8 +19768,8 @@
|
|
|
19757
19768
|
]
|
|
19758
19769
|
},
|
|
19759
19770
|
{
|
|
19760
|
-
"name": "
|
|
19761
|
-
"description": "MISSING DESCRIPTION
|
|
19771
|
+
"name": "mousedown:control",
|
|
19772
|
+
"description": "MISSING DESCRIPTION",
|
|
19762
19773
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
19763
19774
|
"arguments": [
|
|
19764
19775
|
{
|
|
@@ -20966,7 +20977,7 @@
|
|
|
20966
20977
|
},
|
|
20967
20978
|
{
|
|
20968
20979
|
"name": "attach",
|
|
20969
|
-
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This
|
|
20980
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default",
|
|
20970
20981
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
20971
20982
|
"default": "false",
|
|
20972
20983
|
"value": {
|