vuetify 3.1.13 → 3.1.14
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 +24 -8
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +5 -1
- package/dist/json/web-types.json +83 -47
- package/dist/vuetify-labs.css +439 -420
- package/dist/vuetify-labs.d.ts +548 -498
- package/dist/vuetify-labs.esm.js +92 -50
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +92 -50
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +53 -34
- package/dist/vuetify.d.ts +427 -403
- package/dist/vuetify.esm.js +74 -33
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +74 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +46 -36
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +38 -32
- package/lib/components/VCheckbox/index.d.ts +14 -14
- package/lib/components/VChip/VChip.mjs +2 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +14 -14
- package/lib/components/VCombobox/VCombobox.mjs +6 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +38 -32
- package/lib/components/VField/VField.mjs +3 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +20 -20
- package/lib/components/VFileInput/VFileInput.mjs +0 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +50 -56
- package/lib/components/VImg/VImg.mjs +3 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +19 -19
- package/lib/components/VInput/VInput.mjs +2 -2
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +14 -14
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +12 -0
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +5 -0
- package/lib/components/VList/index.d.ts +14 -14
- package/lib/components/VOverlay/useActivator.mjs +1 -0
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
- package/lib/components/VProgressCircular/_variables.scss +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
- package/lib/components/VProgressLinear/_variables.scss +1 -1
- package/lib/components/VRadioGroup/index.d.ts +14 -14
- package/lib/components/VRangeSlider/index.d.ts +14 -14
- package/lib/components/VSelect/VSelect.mjs +31 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +38 -32
- package/lib/components/VSlider/index.d.ts +14 -14
- package/lib/components/VSwitch/index.d.ts +14 -14
- package/lib/components/VTextField/VTextField.mjs +2 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +83 -77
- package/lib/components/VTextarea/VTextarea.mjs +8 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +56 -50
- package/lib/components/VToolbar/VToolbar.css +2 -0
- package/lib/components/VToolbar/VToolbar.sass +2 -0
- package/lib/components/index.d.ts +426 -402
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/labs/VDataTable/VDataTable.mjs +4 -4
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +5 -7
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +4 -3
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -3
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +122 -96
- package/lib/labs/components.d.ts +122 -96
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -475,6 +475,10 @@
|
|
|
475
475
|
"type": "(value: any) => number",
|
|
476
476
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
477
477
|
},
|
|
478
|
+
"v-autocomplete/model-modifiers": {
|
|
479
|
+
"type": "Record<string, boolean>",
|
|
480
|
+
"description": "MISSING DESCRIPTION"
|
|
481
|
+
},
|
|
478
482
|
"v-avatar/end": {
|
|
479
483
|
"type": "boolean",
|
|
480
484
|
"description": "Applies margin at the start of the component."
|
|
@@ -2191,6 +2195,10 @@
|
|
|
2191
2195
|
"type": "(value: any) => number",
|
|
2192
2196
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
2193
2197
|
},
|
|
2198
|
+
"v-combobox/model-modifiers": {
|
|
2199
|
+
"type": "Record<string, boolean>",
|
|
2200
|
+
"description": "MISSING DESCRIPTION"
|
|
2201
|
+
},
|
|
2194
2202
|
"v-combobox/delimiters": {
|
|
2195
2203
|
"type": "string[]",
|
|
2196
2204
|
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
|
|
@@ -3211,10 +3219,6 @@
|
|
|
3211
3219
|
"type": "boolean",
|
|
3212
3220
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
3213
3221
|
},
|
|
3214
|
-
"v-file-input/placeholder": {
|
|
3215
|
-
"type": "string",
|
|
3216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
3217
|
-
},
|
|
3218
3222
|
"v-file-input/append-icon": {
|
|
3219
3223
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3220
3224
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
@@ -4617,7 +4621,7 @@
|
|
|
4617
4621
|
},
|
|
4618
4622
|
"v-progress-linear/height": {
|
|
4619
4623
|
"type": "string | number",
|
|
4620
|
-
"description": "
|
|
4624
|
+
"description": "Sets the height for the component"
|
|
4621
4625
|
},
|
|
4622
4626
|
"v-progress-linear/reverse": {
|
|
4623
4627
|
"type": "boolean",
|
|
@@ -4657,7 +4661,7 @@
|
|
|
4657
4661
|
},
|
|
4658
4662
|
"v-progress-linear/max": {
|
|
4659
4663
|
"type": "string | number",
|
|
4660
|
-
"description": "
|
|
4664
|
+
"description": "Sets the maximum value the progress can reach"
|
|
4661
4665
|
},
|
|
4662
4666
|
"v-progress-linear/indeterminate": {
|
|
4663
4667
|
"type": "boolean",
|
|
@@ -4665,7 +4669,7 @@
|
|
|
4665
4669
|
},
|
|
4666
4670
|
"v-progress-linear/clickable": {
|
|
4667
4671
|
"type": "boolean",
|
|
4668
|
-
"description": "
|
|
4672
|
+
"description": "Clicking on the progress track will automatically set the value"
|
|
4669
4673
|
},
|
|
4670
4674
|
"v-progress-linear/stream": {
|
|
4671
4675
|
"type": "boolean",
|
|
@@ -4677,7 +4681,7 @@
|
|
|
4677
4681
|
},
|
|
4678
4682
|
"v-progress-linear/rounded-bar": {
|
|
4679
4683
|
"type": "boolean",
|
|
4680
|
-
"description": "
|
|
4684
|
+
"description": "Applies a border radius to the progress bar"
|
|
4681
4685
|
},
|
|
4682
4686
|
"v-progress-linear/bg-opacity": {
|
|
4683
4687
|
"type": "string | number",
|
|
@@ -5579,6 +5583,10 @@
|
|
|
5579
5583
|
"type": "(value: any) => number",
|
|
5580
5584
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
5581
5585
|
},
|
|
5586
|
+
"v-select/model-modifiers": {
|
|
5587
|
+
"type": "Record<string, boolean>",
|
|
5588
|
+
"description": "MISSING DESCRIPTION"
|
|
5589
|
+
},
|
|
5582
5590
|
"v-selection-control/type": {
|
|
5583
5591
|
"type": "string",
|
|
5584
5592
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
@@ -6907,6 +6915,10 @@
|
|
|
6907
6915
|
"type": "(value: any) => number",
|
|
6908
6916
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
6909
6917
|
},
|
|
6918
|
+
"v-text-field/model-modifiers": {
|
|
6919
|
+
"type": "Record<string, boolean>",
|
|
6920
|
+
"description": "MISSING DESCRIPTION"
|
|
6921
|
+
},
|
|
6910
6922
|
"v-textarea/model-value": {
|
|
6911
6923
|
"type": "any",
|
|
6912
6924
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -7079,6 +7091,10 @@
|
|
|
7079
7091
|
"type": "(value: any) => number",
|
|
7080
7092
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
7081
7093
|
},
|
|
7094
|
+
"v-textarea/model-modifiers": {
|
|
7095
|
+
"type": "Record<string, boolean>",
|
|
7096
|
+
"description": "MISSING DESCRIPTION"
|
|
7097
|
+
},
|
|
7082
7098
|
"v-textarea/auto-grow": {
|
|
7083
7099
|
"type": "boolean",
|
|
7084
7100
|
"description": "Automatically grow the textarea depending on amount of text"
|
package/dist/json/importMap.json
CHANGED
|
@@ -172,14 +172,14 @@
|
|
|
172
172
|
"from": "components/VField/index.mjs",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
|
-
"VFileInput": {
|
|
176
|
-
"from": "components/VFileInput/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
175
|
"VFooter": {
|
|
180
176
|
"from": "components/VFooter/index.mjs",
|
|
181
177
|
"styles": []
|
|
182
178
|
},
|
|
179
|
+
"VFileInput": {
|
|
180
|
+
"from": "components/VFileInput/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
183
|
"VIcon": {
|
|
184
184
|
"from": "components/VIcon/index.mjs",
|
|
185
185
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"menu-icon",
|
|
124
124
|
"menu-props",
|
|
125
125
|
"messages",
|
|
126
|
+
"model-modifiers",
|
|
126
127
|
"model-value",
|
|
127
128
|
"multiple",
|
|
128
129
|
"name",
|
|
@@ -697,6 +698,7 @@
|
|
|
697
698
|
"menu-icon",
|
|
698
699
|
"menu-props",
|
|
699
700
|
"messages",
|
|
701
|
+
"model-modifiers",
|
|
700
702
|
"model-value",
|
|
701
703
|
"multiple",
|
|
702
704
|
"name",
|
|
@@ -1121,7 +1123,6 @@
|
|
|
1121
1123
|
"name",
|
|
1122
1124
|
"persistent-clear",
|
|
1123
1125
|
"persistent-hint",
|
|
1124
|
-
"placeholder",
|
|
1125
1126
|
"prepend-icon",
|
|
1126
1127
|
"prepend-inner-icon",
|
|
1127
1128
|
"readonly",
|
|
@@ -1902,6 +1903,7 @@
|
|
|
1902
1903
|
"menu-icon",
|
|
1903
1904
|
"menu-props",
|
|
1904
1905
|
"messages",
|
|
1906
|
+
"model-modifiers",
|
|
1905
1907
|
"model-value",
|
|
1906
1908
|
"multiple",
|
|
1907
1909
|
"name",
|
|
@@ -2339,6 +2341,7 @@
|
|
|
2339
2341
|
"loading",
|
|
2340
2342
|
"max-errors",
|
|
2341
2343
|
"messages",
|
|
2344
|
+
"model-modifiers",
|
|
2342
2345
|
"model-value",
|
|
2343
2346
|
"name",
|
|
2344
2347
|
"persistent-clear",
|
|
@@ -2390,6 +2393,7 @@
|
|
|
2390
2393
|
"max-errors",
|
|
2391
2394
|
"max-rows",
|
|
2392
2395
|
"messages",
|
|
2396
|
+
"model-modifiers",
|
|
2393
2397
|
"model-value",
|
|
2394
2398
|
"name",
|
|
2395
2399
|
"no-resize",
|
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.14",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1439,6 +1439,15 @@
|
|
|
1439
1439
|
"kind": "expression",
|
|
1440
1440
|
"type": "(value: any) => number"
|
|
1441
1441
|
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "modelModifiers",
|
|
1445
|
+
"description": "MISSING DESCRIPTION",
|
|
1446
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1447
|
+
"value": {
|
|
1448
|
+
"kind": "expression",
|
|
1449
|
+
"type": "Record<string, boolean>"
|
|
1450
|
+
}
|
|
1442
1451
|
}
|
|
1443
1452
|
],
|
|
1444
1453
|
"events": [
|
|
@@ -7295,6 +7304,15 @@
|
|
|
7295
7304
|
"type": "(value: any) => number"
|
|
7296
7305
|
}
|
|
7297
7306
|
},
|
|
7307
|
+
{
|
|
7308
|
+
"name": "modelModifiers",
|
|
7309
|
+
"description": "MISSING DESCRIPTION",
|
|
7310
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
7311
|
+
"value": {
|
|
7312
|
+
"kind": "expression",
|
|
7313
|
+
"type": "Record<string, boolean>"
|
|
7314
|
+
}
|
|
7315
|
+
},
|
|
7298
7316
|
{
|
|
7299
7317
|
"name": "delimiters",
|
|
7300
7318
|
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys.",
|
|
@@ -8143,6 +8161,17 @@
|
|
|
8143
8161
|
}
|
|
8144
8162
|
]
|
|
8145
8163
|
},
|
|
8164
|
+
{
|
|
8165
|
+
"name": "click:row",
|
|
8166
|
+
"description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
8167
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
8168
|
+
"arguments": [
|
|
8169
|
+
{
|
|
8170
|
+
"name": "argument",
|
|
8171
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
8172
|
+
}
|
|
8173
|
+
]
|
|
8174
|
+
},
|
|
8146
8175
|
{
|
|
8147
8176
|
"name": "update:page",
|
|
8148
8177
|
"description": "Emits when the **page** property of the **options** prop is updated",
|
|
@@ -8208,17 +8237,6 @@
|
|
|
8208
8237
|
"type": "[any]"
|
|
8209
8238
|
}
|
|
8210
8239
|
]
|
|
8211
|
-
},
|
|
8212
|
-
{
|
|
8213
|
-
"name": "click:row",
|
|
8214
|
-
"description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
8215
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
8216
|
-
"arguments": [
|
|
8217
|
-
{
|
|
8218
|
-
"name": "argument",
|
|
8219
|
-
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
8220
|
-
}
|
|
8221
|
-
]
|
|
8222
8240
|
}
|
|
8223
8241
|
],
|
|
8224
8242
|
"slots": [
|
|
@@ -9216,6 +9234,17 @@
|
|
|
9216
9234
|
}
|
|
9217
9235
|
]
|
|
9218
9236
|
},
|
|
9237
|
+
{
|
|
9238
|
+
"name": "click:row",
|
|
9239
|
+
"description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
9240
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
9241
|
+
"arguments": [
|
|
9242
|
+
{
|
|
9243
|
+
"name": "argument",
|
|
9244
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
9245
|
+
}
|
|
9246
|
+
]
|
|
9247
|
+
},
|
|
9219
9248
|
{
|
|
9220
9249
|
"name": "update:page",
|
|
9221
9250
|
"description": "Emits when the **page** property of the **options** prop is updated",
|
|
@@ -9281,17 +9310,6 @@
|
|
|
9281
9310
|
"type": "[any]"
|
|
9282
9311
|
}
|
|
9283
9312
|
]
|
|
9284
|
-
},
|
|
9285
|
-
{
|
|
9286
|
-
"name": "click:row",
|
|
9287
|
-
"description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
9288
|
-
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
9289
|
-
"arguments": [
|
|
9290
|
-
{
|
|
9291
|
-
"name": "argument",
|
|
9292
|
-
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
9293
|
-
}
|
|
9294
|
-
]
|
|
9295
9313
|
}
|
|
9296
9314
|
],
|
|
9297
9315
|
"slots": [
|
|
@@ -9917,19 +9935,19 @@
|
|
|
9917
9935
|
]
|
|
9918
9936
|
},
|
|
9919
9937
|
{
|
|
9920
|
-
"name": "
|
|
9921
|
-
"description": "
|
|
9938
|
+
"name": "click:row",
|
|
9939
|
+
"description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
9922
9940
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
9923
9941
|
"arguments": [
|
|
9924
9942
|
{
|
|
9925
9943
|
"name": "argument",
|
|
9926
|
-
"type": "[
|
|
9944
|
+
"type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
|
|
9927
9945
|
}
|
|
9928
9946
|
]
|
|
9929
9947
|
},
|
|
9930
9948
|
{
|
|
9931
|
-
"name": "update:
|
|
9932
|
-
"description": "
|
|
9949
|
+
"name": "update:sortBy",
|
|
9950
|
+
"description": "MISSING DESCRIPTION",
|
|
9933
9951
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
9934
9952
|
"arguments": [
|
|
9935
9953
|
{
|
|
@@ -9939,8 +9957,8 @@
|
|
|
9939
9957
|
]
|
|
9940
9958
|
},
|
|
9941
9959
|
{
|
|
9942
|
-
"name": "update:
|
|
9943
|
-
"description": "
|
|
9960
|
+
"name": "update:options",
|
|
9961
|
+
"description": "Emits when one of the **options** properties is updated",
|
|
9944
9962
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
9945
9963
|
"arguments": [
|
|
9946
9964
|
{
|
|
@@ -9950,7 +9968,7 @@
|
|
|
9950
9968
|
]
|
|
9951
9969
|
},
|
|
9952
9970
|
{
|
|
9953
|
-
"name": "update:
|
|
9971
|
+
"name": "update:groupBy",
|
|
9954
9972
|
"description": "MISSING DESCRIPTION",
|
|
9955
9973
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
9956
9974
|
"arguments": [
|
|
@@ -9961,13 +9979,13 @@
|
|
|
9961
9979
|
]
|
|
9962
9980
|
},
|
|
9963
9981
|
{
|
|
9964
|
-
"name": "
|
|
9965
|
-
"description": "
|
|
9982
|
+
"name": "update:expanded",
|
|
9983
|
+
"description": "MISSING DESCRIPTION",
|
|
9966
9984
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
9967
9985
|
"arguments": [
|
|
9968
9986
|
{
|
|
9969
9987
|
"name": "argument",
|
|
9970
|
-
"type": "[
|
|
9988
|
+
"type": "[any]"
|
|
9971
9989
|
}
|
|
9972
9990
|
]
|
|
9973
9991
|
}
|
|
@@ -12321,15 +12339,6 @@
|
|
|
12321
12339
|
},
|
|
12322
12340
|
"type": "boolean"
|
|
12323
12341
|
},
|
|
12324
|
-
{
|
|
12325
|
-
"name": "placeholder",
|
|
12326
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))",
|
|
12327
|
-
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
12328
|
-
"value": {
|
|
12329
|
-
"kind": "expression",
|
|
12330
|
-
"type": "string"
|
|
12331
|
-
}
|
|
12332
|
-
},
|
|
12333
12342
|
{
|
|
12334
12343
|
"name": "appendIcon",
|
|
12335
12344
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
|
|
@@ -17685,7 +17694,7 @@
|
|
|
17685
17694
|
},
|
|
17686
17695
|
{
|
|
17687
17696
|
"name": "height",
|
|
17688
|
-
"description": "
|
|
17697
|
+
"description": "Sets the height for the component",
|
|
17689
17698
|
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
17690
17699
|
"default": "4",
|
|
17691
17700
|
"value": {
|
|
@@ -17785,7 +17794,7 @@
|
|
|
17785
17794
|
},
|
|
17786
17795
|
{
|
|
17787
17796
|
"name": "max",
|
|
17788
|
-
"description": "
|
|
17797
|
+
"description": "Sets the maximum value the progress can reach",
|
|
17789
17798
|
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
17790
17799
|
"default": "100",
|
|
17791
17800
|
"value": {
|
|
@@ -17806,7 +17815,7 @@
|
|
|
17806
17815
|
},
|
|
17807
17816
|
{
|
|
17808
17817
|
"name": "clickable",
|
|
17809
|
-
"description": "
|
|
17818
|
+
"description": "Clicking on the progress track will automatically set the value",
|
|
17810
17819
|
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
17811
17820
|
"default": "false",
|
|
17812
17821
|
"value": {
|
|
@@ -17839,7 +17848,7 @@
|
|
|
17839
17848
|
},
|
|
17840
17849
|
{
|
|
17841
17850
|
"name": "roundedBar",
|
|
17842
|
-
"description": "
|
|
17851
|
+
"description": "Applies a border radius to the progress bar",
|
|
17843
17852
|
"doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
|
|
17844
17853
|
"default": "false",
|
|
17845
17854
|
"value": {
|
|
@@ -20976,6 +20985,15 @@
|
|
|
20976
20985
|
"kind": "expression",
|
|
20977
20986
|
"type": "(value: any) => number"
|
|
20978
20987
|
}
|
|
20988
|
+
},
|
|
20989
|
+
{
|
|
20990
|
+
"name": "modelModifiers",
|
|
20991
|
+
"description": "MISSING DESCRIPTION",
|
|
20992
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
20993
|
+
"value": {
|
|
20994
|
+
"kind": "expression",
|
|
20995
|
+
"type": "Record<string, boolean>"
|
|
20996
|
+
}
|
|
20979
20997
|
}
|
|
20980
20998
|
],
|
|
20981
20999
|
"events": [
|
|
@@ -25756,6 +25774,15 @@
|
|
|
25756
25774
|
"kind": "expression",
|
|
25757
25775
|
"type": "(value: any) => number"
|
|
25758
25776
|
}
|
|
25777
|
+
},
|
|
25778
|
+
{
|
|
25779
|
+
"name": "modelModifiers",
|
|
25780
|
+
"description": "MISSING DESCRIPTION",
|
|
25781
|
+
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
25782
|
+
"value": {
|
|
25783
|
+
"kind": "expression",
|
|
25784
|
+
"type": "Record<string, boolean>"
|
|
25785
|
+
}
|
|
25759
25786
|
}
|
|
25760
25787
|
],
|
|
25761
25788
|
"events": [
|
|
@@ -26494,6 +26521,15 @@
|
|
|
26494
26521
|
"type": "(value: any) => number"
|
|
26495
26522
|
}
|
|
26496
26523
|
},
|
|
26524
|
+
{
|
|
26525
|
+
"name": "modelModifiers",
|
|
26526
|
+
"description": "MISSING DESCRIPTION",
|
|
26527
|
+
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
26528
|
+
"value": {
|
|
26529
|
+
"kind": "expression",
|
|
26530
|
+
"type": "Record<string, boolean>"
|
|
26531
|
+
}
|
|
26532
|
+
},
|
|
26497
26533
|
{
|
|
26498
26534
|
"name": "autoGrow",
|
|
26499
26535
|
"description": "Automatically grow the textarea depending on amount of text",
|