@dimailn/vuetify 2.7.2-alpha45 → 2.7.2-alpha47
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 +690 -0
- package/dist/json/tags.json +784 -0
- package/dist/json/web-types.json +11518 -0
- package/dist/vuetify.js +99 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VIcon/VIcon.js +73 -93
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +3 -1
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +1 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VIcon/VIcon.js +50 -96
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +8 -5
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +1 -1
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +16 -13
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +5 -0
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +33 -24
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +10 -5
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +50 -29
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +38 -23
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +670 -438
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +88 -53
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +4 -4
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +68 -0
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +40 -0
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerHeader.spec.ts.snap +40 -0
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +4 -0
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +43 -43
- package/src/components/VIcon/VIcon.ts +50 -98
- package/src/components/VIcon/__tests__/VIcon.spec.ts +26 -5
- package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +11 -4
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +18 -2
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
- package/src/components/VMenu/VMenu.ts +10 -7
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +10 -10
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +16 -16
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +13 -11
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +1 -1
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +19 -7
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +29 -9
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +6 -2
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +6 -5
- package/src/components/VTextField/VTextField.ts +1 -1
- package/src/components/VTextField/__tests__/VTextField.spec.ts +23 -14
- package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +14 -12
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +2 -1
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +42 -21
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +5 -4
|
@@ -0,0 +1,690 @@
|
|
|
1
|
+
{
|
|
2
|
+
"v-autocomplete/disabled": {
|
|
3
|
+
"type": "boolean",
|
|
4
|
+
"description": "Disable the input"
|
|
5
|
+
},
|
|
6
|
+
"v-autocomplete/items": {
|
|
7
|
+
"type": "",
|
|
8
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
9
|
+
},
|
|
10
|
+
"v-autocomplete/label": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Sets input label"
|
|
13
|
+
},
|
|
14
|
+
"v-autocomplete/menu-props": {
|
|
15
|
+
"type": "",
|
|
16
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
|
|
17
|
+
},
|
|
18
|
+
"v-autocomplete/readonly": {
|
|
19
|
+
"type": "boolean",
|
|
20
|
+
"description": "Puts input in readonly state"
|
|
21
|
+
},
|
|
22
|
+
"v-autocomplete/value": {
|
|
23
|
+
"type": "any",
|
|
24
|
+
"description": "The input's value"
|
|
25
|
+
},
|
|
26
|
+
"v-autocomplete/value-comparator": {
|
|
27
|
+
"type": "",
|
|
28
|
+
"description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
|
|
29
|
+
},
|
|
30
|
+
"v-breadcrumbs/items": {
|
|
31
|
+
"type": "",
|
|
32
|
+
"description": "An array of objects for each breadcrumb."
|
|
33
|
+
},
|
|
34
|
+
"v-checkbox/disabled": {
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"description": "Disable the input"
|
|
37
|
+
},
|
|
38
|
+
"v-checkbox/label": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"description": "Sets input label"
|
|
41
|
+
},
|
|
42
|
+
"v-checkbox/readonly": {
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"description": "Puts input in readonly state"
|
|
45
|
+
},
|
|
46
|
+
"v-checkbox/value": {
|
|
47
|
+
"type": "any",
|
|
48
|
+
"description": "The input's value"
|
|
49
|
+
},
|
|
50
|
+
"v-combobox/disabled": {
|
|
51
|
+
"type": "boolean",
|
|
52
|
+
"description": "Disable the input"
|
|
53
|
+
},
|
|
54
|
+
"v-combobox/items": {
|
|
55
|
+
"type": "",
|
|
56
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
57
|
+
},
|
|
58
|
+
"v-combobox/label": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"description": "Sets input label"
|
|
61
|
+
},
|
|
62
|
+
"v-combobox/menu-props": {
|
|
63
|
+
"type": "",
|
|
64
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
|
|
65
|
+
},
|
|
66
|
+
"v-combobox/readonly": {
|
|
67
|
+
"type": "boolean",
|
|
68
|
+
"description": "Puts input in readonly state"
|
|
69
|
+
},
|
|
70
|
+
"v-combobox/value": {
|
|
71
|
+
"type": "any",
|
|
72
|
+
"description": "The input's value"
|
|
73
|
+
},
|
|
74
|
+
"v-combobox/value-comparator": {
|
|
75
|
+
"type": "",
|
|
76
|
+
"description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
|
|
77
|
+
},
|
|
78
|
+
"v-data-iterator/checkbox-color": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"description": ""
|
|
81
|
+
},
|
|
82
|
+
"v-data-iterator/custom-filter": {
|
|
83
|
+
"type": "",
|
|
84
|
+
"description": "Function to filter items"
|
|
85
|
+
},
|
|
86
|
+
"v-data-iterator/custom-group": {
|
|
87
|
+
"type": "",
|
|
88
|
+
"description": "Function used to group items"
|
|
89
|
+
},
|
|
90
|
+
"v-data-iterator/custom-sort": {
|
|
91
|
+
"type": "",
|
|
92
|
+
"description": "Function used to sort items"
|
|
93
|
+
},
|
|
94
|
+
"v-data-iterator/disable-filtering": {
|
|
95
|
+
"type": "",
|
|
96
|
+
"description": "Disables filtering completely"
|
|
97
|
+
},
|
|
98
|
+
"v-data-iterator/disable-pagination": {
|
|
99
|
+
"type": "",
|
|
100
|
+
"description": "Disables pagination completely"
|
|
101
|
+
},
|
|
102
|
+
"v-data-iterator/disable-sort": {
|
|
103
|
+
"type": "",
|
|
104
|
+
"description": "Disables sorting completely"
|
|
105
|
+
},
|
|
106
|
+
"v-data-iterator/expanded": {
|
|
107
|
+
"type": "",
|
|
108
|
+
"description": "Array of expanded items. Can be used with `.sync` modifier"
|
|
109
|
+
},
|
|
110
|
+
"v-data-iterator/footer-props": {
|
|
111
|
+
"type": "",
|
|
112
|
+
"description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
|
|
113
|
+
},
|
|
114
|
+
"v-data-iterator/group-by": {
|
|
115
|
+
"type": "",
|
|
116
|
+
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
|
|
117
|
+
},
|
|
118
|
+
"v-data-iterator/group-desc": {
|
|
119
|
+
"type": "",
|
|
120
|
+
"description": "Changes which direction grouping is done. Can be used with `.sync` modifier"
|
|
121
|
+
},
|
|
122
|
+
"v-data-iterator/hide-default-footer": {
|
|
123
|
+
"type": "",
|
|
124
|
+
"description": "Hides default footer"
|
|
125
|
+
},
|
|
126
|
+
"v-data-iterator/item-key": {
|
|
127
|
+
"type": "",
|
|
128
|
+
"description": "The property on each item that is used as a unique key"
|
|
129
|
+
},
|
|
130
|
+
"v-data-iterator/items": {
|
|
131
|
+
"type": "",
|
|
132
|
+
"description": "The array of items to display"
|
|
133
|
+
},
|
|
134
|
+
"v-data-iterator/items-per-page": {
|
|
135
|
+
"type": "",
|
|
136
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
137
|
+
},
|
|
138
|
+
"v-data-iterator/loading": {
|
|
139
|
+
"type": "",
|
|
140
|
+
"description": "If `true` and no items are provided, then a loading text will be shown"
|
|
141
|
+
},
|
|
142
|
+
"v-data-iterator/loading-text": {
|
|
143
|
+
"type": "",
|
|
144
|
+
"description": "Text shown when `loading` is true and no items are provided"
|
|
145
|
+
},
|
|
146
|
+
"v-data-iterator/locale": {
|
|
147
|
+
"type": "",
|
|
148
|
+
"description": "Sets the locale used for sorting. This is passed into [`Intl.Collator()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) in the default `customSort` function"
|
|
149
|
+
},
|
|
150
|
+
"v-data-iterator/multi-sort": {
|
|
151
|
+
"type": "",
|
|
152
|
+
"description": "If `true` then one can sort on multiple properties"
|
|
153
|
+
},
|
|
154
|
+
"v-data-iterator/must-sort": {
|
|
155
|
+
"type": "",
|
|
156
|
+
"description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
|
|
157
|
+
},
|
|
158
|
+
"v-data-iterator/no-data-text": {
|
|
159
|
+
"type": "",
|
|
160
|
+
"description": "Text shown when no items are provided to the component"
|
|
161
|
+
},
|
|
162
|
+
"v-data-iterator/no-results-text": {
|
|
163
|
+
"type": "",
|
|
164
|
+
"description": "Text shown when `search` prop is used and there are no results"
|
|
165
|
+
},
|
|
166
|
+
"v-data-iterator/options": {
|
|
167
|
+
"type": "dataoptions",
|
|
168
|
+
"description": ""
|
|
169
|
+
},
|
|
170
|
+
"v-data-iterator/page": {
|
|
171
|
+
"type": "",
|
|
172
|
+
"description": ""
|
|
173
|
+
},
|
|
174
|
+
"v-data-iterator/search": {
|
|
175
|
+
"type": "",
|
|
176
|
+
"description": "Text input used to filter items"
|
|
177
|
+
},
|
|
178
|
+
"v-data-iterator/server-items-length": {
|
|
179
|
+
"type": "",
|
|
180
|
+
"description": "Used only when data is provided by a server. Should be set to the total amount of items available on server so that pagination works correctly"
|
|
181
|
+
},
|
|
182
|
+
"v-data-iterator/single-expand": {
|
|
183
|
+
"type": "",
|
|
184
|
+
"description": "Changes expansion mode to single expand"
|
|
185
|
+
},
|
|
186
|
+
"v-data-iterator/single-select": {
|
|
187
|
+
"type": "",
|
|
188
|
+
"description": "Changes selection mode to single select"
|
|
189
|
+
},
|
|
190
|
+
"v-data-iterator/sort-by": {
|
|
191
|
+
"type": "",
|
|
192
|
+
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
|
|
193
|
+
},
|
|
194
|
+
"v-data-iterator/sort-desc": {
|
|
195
|
+
"type": "",
|
|
196
|
+
"description": "Changes which direction sorting is done. Can be used with `.sync` modifier"
|
|
197
|
+
},
|
|
198
|
+
"v-data-iterator/value": {
|
|
199
|
+
"type": "",
|
|
200
|
+
"description": "Used for controlling selected rows"
|
|
201
|
+
},
|
|
202
|
+
"v-data-footer/options": {
|
|
203
|
+
"type": "",
|
|
204
|
+
"description": "DataOptions"
|
|
205
|
+
},
|
|
206
|
+
"v-data-footer/pagination": {
|
|
207
|
+
"type": "",
|
|
208
|
+
"description": "DataPagination"
|
|
209
|
+
},
|
|
210
|
+
"v-data-table/checkbox-color": {
|
|
211
|
+
"type": "string",
|
|
212
|
+
"description": "Set the color of the checkboxes (showSelect must be used)"
|
|
213
|
+
},
|
|
214
|
+
"v-data-table/custom-filter": {
|
|
215
|
+
"type": "",
|
|
216
|
+
"description": "Function to filter items"
|
|
217
|
+
},
|
|
218
|
+
"v-data-table/custom-group": {
|
|
219
|
+
"type": "",
|
|
220
|
+
"description": "Function used to group items"
|
|
221
|
+
},
|
|
222
|
+
"v-data-table/custom-sort": {
|
|
223
|
+
"type": "",
|
|
224
|
+
"description": "Function used to sort items"
|
|
225
|
+
},
|
|
226
|
+
"v-data-table/disable-filtering": {
|
|
227
|
+
"type": "",
|
|
228
|
+
"description": "Disables filtering completely"
|
|
229
|
+
},
|
|
230
|
+
"v-data-table/disable-pagination": {
|
|
231
|
+
"type": "",
|
|
232
|
+
"description": "Disables pagination completely"
|
|
233
|
+
},
|
|
234
|
+
"v-data-table/disable-sort": {
|
|
235
|
+
"type": "",
|
|
236
|
+
"description": "Disables sorting completely"
|
|
237
|
+
},
|
|
238
|
+
"v-data-table/expanded": {
|
|
239
|
+
"type": "",
|
|
240
|
+
"description": "Array of expanded items. Can be used with `.sync` modifier"
|
|
241
|
+
},
|
|
242
|
+
"v-data-table/footer-props": {
|
|
243
|
+
"type": "",
|
|
244
|
+
"description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
|
|
245
|
+
},
|
|
246
|
+
"v-data-table/group-by": {
|
|
247
|
+
"type": "",
|
|
248
|
+
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
|
|
249
|
+
},
|
|
250
|
+
"v-data-table/group-desc": {
|
|
251
|
+
"type": "",
|
|
252
|
+
"description": "Changes which direction grouping is done. Can be used with `.sync` modifier"
|
|
253
|
+
},
|
|
254
|
+
"v-data-table/headers": {
|
|
255
|
+
"type": "datatableheader[]",
|
|
256
|
+
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
|
|
257
|
+
},
|
|
258
|
+
"v-data-table/hide-default-footer": {
|
|
259
|
+
"type": "",
|
|
260
|
+
"description": "Hides default footer"
|
|
261
|
+
},
|
|
262
|
+
"v-data-table/item-key": {
|
|
263
|
+
"type": "",
|
|
264
|
+
"description": "The property on each item that is used as a unique key"
|
|
265
|
+
},
|
|
266
|
+
"v-data-table/items": {
|
|
267
|
+
"type": "",
|
|
268
|
+
"description": "The array of items to display"
|
|
269
|
+
},
|
|
270
|
+
"v-data-table/items-per-page": {
|
|
271
|
+
"type": "",
|
|
272
|
+
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
273
|
+
},
|
|
274
|
+
"v-data-table/loading": {
|
|
275
|
+
"type": "",
|
|
276
|
+
"description": "If `true` and no items are provided, then a loading text will be shown"
|
|
277
|
+
},
|
|
278
|
+
"v-data-table/loading-text": {
|
|
279
|
+
"type": "",
|
|
280
|
+
"description": "Text shown when `loading` is true and no items are provided"
|
|
281
|
+
},
|
|
282
|
+
"v-data-table/locale": {
|
|
283
|
+
"type": "",
|
|
284
|
+
"description": "Sets the locale used for sorting. This is passed into [`Intl.Collator()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) in the default `customSort` function"
|
|
285
|
+
},
|
|
286
|
+
"v-data-table/multi-sort": {
|
|
287
|
+
"type": "",
|
|
288
|
+
"description": "If `true` then one can sort on multiple properties"
|
|
289
|
+
},
|
|
290
|
+
"v-data-table/must-sort": {
|
|
291
|
+
"type": "",
|
|
292
|
+
"description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
|
|
293
|
+
},
|
|
294
|
+
"v-data-table/no-data-text": {
|
|
295
|
+
"type": "",
|
|
296
|
+
"description": "Text shown when no items are provided to the component"
|
|
297
|
+
},
|
|
298
|
+
"v-data-table/no-results-text": {
|
|
299
|
+
"type": "",
|
|
300
|
+
"description": "Text shown when `search` prop is used and there are no results"
|
|
301
|
+
},
|
|
302
|
+
"v-data-table/options": {
|
|
303
|
+
"type": "dataoptions",
|
|
304
|
+
"description": ""
|
|
305
|
+
},
|
|
306
|
+
"v-data-table/page": {
|
|
307
|
+
"type": "",
|
|
308
|
+
"description": "The current displayed page number (1-indexed)"
|
|
309
|
+
},
|
|
310
|
+
"v-data-table/search": {
|
|
311
|
+
"type": "",
|
|
312
|
+
"description": "Text input used to filter items"
|
|
313
|
+
},
|
|
314
|
+
"v-data-table/server-items-length": {
|
|
315
|
+
"type": "",
|
|
316
|
+
"description": "Used only when data is provided by a server. Should be set to the total amount of items available on server so that pagination works correctly"
|
|
317
|
+
},
|
|
318
|
+
"v-data-table/single-expand": {
|
|
319
|
+
"type": "",
|
|
320
|
+
"description": "Changes expansion mode to single expand"
|
|
321
|
+
},
|
|
322
|
+
"v-data-table/single-select": {
|
|
323
|
+
"type": "",
|
|
324
|
+
"description": "Changes selection mode to single select"
|
|
325
|
+
},
|
|
326
|
+
"v-data-table/sort-by": {
|
|
327
|
+
"type": "",
|
|
328
|
+
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
|
|
329
|
+
},
|
|
330
|
+
"v-data-table/sort-desc": {
|
|
331
|
+
"type": "",
|
|
332
|
+
"description": "Changes which direction sorting is done. Can be used with `.sync` modifier"
|
|
333
|
+
},
|
|
334
|
+
"v-data-table/value": {
|
|
335
|
+
"type": "",
|
|
336
|
+
"description": "Used for controlling selected rows"
|
|
337
|
+
},
|
|
338
|
+
"v-data-table-header/sort-by-text": {
|
|
339
|
+
"type": "string",
|
|
340
|
+
"description": "Sets the label text used by the default sort-by selector when `v-data-table` is rendering the mobile view"
|
|
341
|
+
},
|
|
342
|
+
"v-divider/dark": {
|
|
343
|
+
"type": "",
|
|
344
|
+
"description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
|
|
345
|
+
},
|
|
346
|
+
"v-divider/light": {
|
|
347
|
+
"type": "",
|
|
348
|
+
"description": "Applies the light theme variant to the component."
|
|
349
|
+
},
|
|
350
|
+
"v-file-input/disabled": {
|
|
351
|
+
"type": "boolean",
|
|
352
|
+
"description": "Disable the input"
|
|
353
|
+
},
|
|
354
|
+
"v-file-input/label": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"description": "Sets input label"
|
|
357
|
+
},
|
|
358
|
+
"v-file-input/multiple": {
|
|
359
|
+
"type": "boolean",
|
|
360
|
+
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
361
|
+
},
|
|
362
|
+
"v-file-input/value": {
|
|
363
|
+
"type": "any",
|
|
364
|
+
"description": "A single or array of [File objects](https://developer.mozilla.org/en-US/docs/Web/API/File)."
|
|
365
|
+
},
|
|
366
|
+
"v-layout/align-baseline": {
|
|
367
|
+
"type": "boolean",
|
|
368
|
+
"description": ""
|
|
369
|
+
},
|
|
370
|
+
"v-layout/align-center": {
|
|
371
|
+
"type": "boolean",
|
|
372
|
+
"description": ""
|
|
373
|
+
},
|
|
374
|
+
"v-layout/align-content-center": {
|
|
375
|
+
"type": "boolean",
|
|
376
|
+
"description": ""
|
|
377
|
+
},
|
|
378
|
+
"v-layout/align-content-end": {
|
|
379
|
+
"type": "boolean",
|
|
380
|
+
"description": ""
|
|
381
|
+
},
|
|
382
|
+
"v-layout/align-content-space-around": {
|
|
383
|
+
"type": "boolean",
|
|
384
|
+
"description": ""
|
|
385
|
+
},
|
|
386
|
+
"v-layout/align-content-space-between": {
|
|
387
|
+
"type": "boolean",
|
|
388
|
+
"description": ""
|
|
389
|
+
},
|
|
390
|
+
"v-layout/align-content-start": {
|
|
391
|
+
"type": "boolean",
|
|
392
|
+
"description": ""
|
|
393
|
+
},
|
|
394
|
+
"v-layout/align-end": {
|
|
395
|
+
"type": "boolean",
|
|
396
|
+
"description": ""
|
|
397
|
+
},
|
|
398
|
+
"v-layout/align-start": {
|
|
399
|
+
"type": "boolean",
|
|
400
|
+
"description": ""
|
|
401
|
+
},
|
|
402
|
+
"v-layout/column": {
|
|
403
|
+
"type": "boolean",
|
|
404
|
+
"description": ""
|
|
405
|
+
},
|
|
406
|
+
"v-layout/d-{type}": {
|
|
407
|
+
"type": "boolean",
|
|
408
|
+
"description": ""
|
|
409
|
+
},
|
|
410
|
+
"v-layout/fill-height": {
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"description": ""
|
|
413
|
+
},
|
|
414
|
+
"v-layout/justify-center": {
|
|
415
|
+
"type": "boolean",
|
|
416
|
+
"description": ""
|
|
417
|
+
},
|
|
418
|
+
"v-layout/justify-end": {
|
|
419
|
+
"type": "boolean",
|
|
420
|
+
"description": ""
|
|
421
|
+
},
|
|
422
|
+
"v-layout/justify-space-around": {
|
|
423
|
+
"type": "boolean",
|
|
424
|
+
"description": ""
|
|
425
|
+
},
|
|
426
|
+
"v-layout/justify-space-between": {
|
|
427
|
+
"type": "boolean",
|
|
428
|
+
"description": ""
|
|
429
|
+
},
|
|
430
|
+
"v-layout/justify-start": {
|
|
431
|
+
"type": "boolean",
|
|
432
|
+
"description": ""
|
|
433
|
+
},
|
|
434
|
+
"v-layout/reverse": {
|
|
435
|
+
"type": "boolean",
|
|
436
|
+
"description": ""
|
|
437
|
+
},
|
|
438
|
+
"v-layout/row": {
|
|
439
|
+
"type": "boolean",
|
|
440
|
+
"description": ""
|
|
441
|
+
},
|
|
442
|
+
"v-layout/tag": {
|
|
443
|
+
"type": "string",
|
|
444
|
+
"description": "Specify a custom tag used on the root element."
|
|
445
|
+
},
|
|
446
|
+
"v-layout/wrap": {
|
|
447
|
+
"type": "boolean",
|
|
448
|
+
"description": ""
|
|
449
|
+
},
|
|
450
|
+
"v-flex/(size)(1-12)": {
|
|
451
|
+
"type": "boolean",
|
|
452
|
+
"description": ""
|
|
453
|
+
},
|
|
454
|
+
"v-flex/align-self-baseline": {
|
|
455
|
+
"type": "boolean",
|
|
456
|
+
"description": ""
|
|
457
|
+
},
|
|
458
|
+
"v-flex/align-self-center": {
|
|
459
|
+
"type": "boolean",
|
|
460
|
+
"description": ""
|
|
461
|
+
},
|
|
462
|
+
"v-flex/align-self-end": {
|
|
463
|
+
"type": "boolean",
|
|
464
|
+
"description": ""
|
|
465
|
+
},
|
|
466
|
+
"v-flex/align-self-start": {
|
|
467
|
+
"type": "boolean",
|
|
468
|
+
"description": ""
|
|
469
|
+
},
|
|
470
|
+
"v-flex/grow": {
|
|
471
|
+
"type": "boolean",
|
|
472
|
+
"description": ""
|
|
473
|
+
},
|
|
474
|
+
"v-flex/offset-(size)(0-12)": {
|
|
475
|
+
"type": "boolean",
|
|
476
|
+
"description": ""
|
|
477
|
+
},
|
|
478
|
+
"v-flex/order-(size)(1-12)": {
|
|
479
|
+
"type": "boolean",
|
|
480
|
+
"description": ""
|
|
481
|
+
},
|
|
482
|
+
"v-flex/shrink": {
|
|
483
|
+
"type": "boolean",
|
|
484
|
+
"description": ""
|
|
485
|
+
},
|
|
486
|
+
"v-icon/dense": {
|
|
487
|
+
"type": "boolean",
|
|
488
|
+
"description": "Makes icon smaller (20px)"
|
|
489
|
+
},
|
|
490
|
+
"v-input/disabled": {
|
|
491
|
+
"type": "boolean",
|
|
492
|
+
"description": "Disable the input"
|
|
493
|
+
},
|
|
494
|
+
"v-input/label": {
|
|
495
|
+
"type": "string",
|
|
496
|
+
"description": "Sets input label"
|
|
497
|
+
},
|
|
498
|
+
"v-input/readonly": {
|
|
499
|
+
"type": "boolean",
|
|
500
|
+
"description": "Puts input in readonly state"
|
|
501
|
+
},
|
|
502
|
+
"v-input/value": {
|
|
503
|
+
"type": "any",
|
|
504
|
+
"description": "The input's value"
|
|
505
|
+
},
|
|
506
|
+
"v-overflow-btn/disabled": {
|
|
507
|
+
"type": "boolean",
|
|
508
|
+
"description": "Disable the input"
|
|
509
|
+
},
|
|
510
|
+
"v-overflow-btn/items": {
|
|
511
|
+
"type": "",
|
|
512
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
513
|
+
},
|
|
514
|
+
"v-overflow-btn/label": {
|
|
515
|
+
"type": "string",
|
|
516
|
+
"description": "Sets input label"
|
|
517
|
+
},
|
|
518
|
+
"v-overflow-btn/menu-props": {
|
|
519
|
+
"type": "",
|
|
520
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
|
|
521
|
+
},
|
|
522
|
+
"v-overflow-btn/readonly": {
|
|
523
|
+
"type": "boolean",
|
|
524
|
+
"description": "Puts input in readonly state"
|
|
525
|
+
},
|
|
526
|
+
"v-overflow-btn/value": {
|
|
527
|
+
"type": "any",
|
|
528
|
+
"description": "The input's value"
|
|
529
|
+
},
|
|
530
|
+
"v-overflow-btn/value-comparator": {
|
|
531
|
+
"type": "",
|
|
532
|
+
"description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
|
|
533
|
+
},
|
|
534
|
+
"v-sheet/tag": {
|
|
535
|
+
"type": "string",
|
|
536
|
+
"description": "Specify a custom tag used on the root element."
|
|
537
|
+
},
|
|
538
|
+
"v-sheet/tile": {
|
|
539
|
+
"type": "boolean",
|
|
540
|
+
"description": ""
|
|
541
|
+
},
|
|
542
|
+
"v-radio-group/disabled": {
|
|
543
|
+
"type": "boolean",
|
|
544
|
+
"description": "Disable the input"
|
|
545
|
+
},
|
|
546
|
+
"v-radio-group/label": {
|
|
547
|
+
"type": "string",
|
|
548
|
+
"description": "Sets input label"
|
|
549
|
+
},
|
|
550
|
+
"v-radio-group/readonly": {
|
|
551
|
+
"type": "boolean",
|
|
552
|
+
"description": "Puts input in readonly state"
|
|
553
|
+
},
|
|
554
|
+
"v-radio-group/value": {
|
|
555
|
+
"type": "any",
|
|
556
|
+
"description": "The input's value"
|
|
557
|
+
},
|
|
558
|
+
"v-radio/disabled": {
|
|
559
|
+
"type": "boolean",
|
|
560
|
+
"description": "Disable the input"
|
|
561
|
+
},
|
|
562
|
+
"v-radio/label": {
|
|
563
|
+
"type": "string",
|
|
564
|
+
"description": "Sets input label"
|
|
565
|
+
},
|
|
566
|
+
"v-radio/readonly": {
|
|
567
|
+
"type": "boolean",
|
|
568
|
+
"description": "Puts input in readonly state"
|
|
569
|
+
},
|
|
570
|
+
"v-radio/value": {
|
|
571
|
+
"type": "any",
|
|
572
|
+
"description": "The input's value"
|
|
573
|
+
},
|
|
574
|
+
"v-range-slider/disabled": {
|
|
575
|
+
"type": "boolean",
|
|
576
|
+
"description": "Disable the input"
|
|
577
|
+
},
|
|
578
|
+
"v-range-slider/label": {
|
|
579
|
+
"type": "string",
|
|
580
|
+
"description": "Sets input label"
|
|
581
|
+
},
|
|
582
|
+
"v-range-slider/readonly": {
|
|
583
|
+
"type": "boolean",
|
|
584
|
+
"description": "Puts input in readonly state"
|
|
585
|
+
},
|
|
586
|
+
"v-range-slider/value": {
|
|
587
|
+
"type": "any",
|
|
588
|
+
"description": "The input's value"
|
|
589
|
+
},
|
|
590
|
+
"v-select/disabled": {
|
|
591
|
+
"type": "boolean",
|
|
592
|
+
"description": "Disables the input"
|
|
593
|
+
},
|
|
594
|
+
"v-select/items": {
|
|
595
|
+
"type": "",
|
|
596
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
597
|
+
},
|
|
598
|
+
"v-select/label": {
|
|
599
|
+
"type": "string",
|
|
600
|
+
"description": "Sets input label"
|
|
601
|
+
},
|
|
602
|
+
"v-select/menu-props": {
|
|
603
|
+
"type": "",
|
|
604
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
|
|
605
|
+
},
|
|
606
|
+
"v-select/readonly": {
|
|
607
|
+
"type": "boolean",
|
|
608
|
+
"description": "Puts input in readonly state"
|
|
609
|
+
},
|
|
610
|
+
"v-select/value": {
|
|
611
|
+
"type": "any",
|
|
612
|
+
"description": "The input's value"
|
|
613
|
+
},
|
|
614
|
+
"v-select/value-comparator": {
|
|
615
|
+
"type": "",
|
|
616
|
+
"description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
|
|
617
|
+
},
|
|
618
|
+
"v-skeleton-loader/type": {
|
|
619
|
+
"type": "",
|
|
620
|
+
"description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
|
|
621
|
+
},
|
|
622
|
+
"v-slider/disabled": {
|
|
623
|
+
"type": "boolean",
|
|
624
|
+
"description": "Disable the input"
|
|
625
|
+
},
|
|
626
|
+
"v-slider/label": {
|
|
627
|
+
"type": "string",
|
|
628
|
+
"description": "Sets input label"
|
|
629
|
+
},
|
|
630
|
+
"v-slider/readonly": {
|
|
631
|
+
"type": "boolean",
|
|
632
|
+
"description": "Puts input in readonly state"
|
|
633
|
+
},
|
|
634
|
+
"v-slider/value": {
|
|
635
|
+
"type": "any",
|
|
636
|
+
"description": "The input's value"
|
|
637
|
+
},
|
|
638
|
+
"v-switch/disabled": {
|
|
639
|
+
"type": "boolean",
|
|
640
|
+
"description": "Disable the input"
|
|
641
|
+
},
|
|
642
|
+
"v-switch/label": {
|
|
643
|
+
"type": "string",
|
|
644
|
+
"description": "Sets input label"
|
|
645
|
+
},
|
|
646
|
+
"v-switch/readonly": {
|
|
647
|
+
"type": "boolean",
|
|
648
|
+
"description": "Puts input in readonly state"
|
|
649
|
+
},
|
|
650
|
+
"v-switch/value": {
|
|
651
|
+
"type": "any",
|
|
652
|
+
"description": "The input's value"
|
|
653
|
+
},
|
|
654
|
+
"v-textarea/disabled": {
|
|
655
|
+
"type": "boolean",
|
|
656
|
+
"description": "Disable the input"
|
|
657
|
+
},
|
|
658
|
+
"v-textarea/label": {
|
|
659
|
+
"type": "string",
|
|
660
|
+
"description": "Sets input label"
|
|
661
|
+
},
|
|
662
|
+
"v-textarea/readonly": {
|
|
663
|
+
"type": "boolean",
|
|
664
|
+
"description": "Puts input in readonly state"
|
|
665
|
+
},
|
|
666
|
+
"v-textarea/value": {
|
|
667
|
+
"type": "any",
|
|
668
|
+
"description": "The input's value"
|
|
669
|
+
},
|
|
670
|
+
"v-text-field/disabled": {
|
|
671
|
+
"type": "boolean",
|
|
672
|
+
"description": "Disable the input"
|
|
673
|
+
},
|
|
674
|
+
"v-text-field/label": {
|
|
675
|
+
"type": "string",
|
|
676
|
+
"description": "Sets input label"
|
|
677
|
+
},
|
|
678
|
+
"v-text-field/readonly": {
|
|
679
|
+
"type": "boolean",
|
|
680
|
+
"description": "Puts input in readonly state"
|
|
681
|
+
},
|
|
682
|
+
"v-text-field/value": {
|
|
683
|
+
"type": "any",
|
|
684
|
+
"description": "The input's value"
|
|
685
|
+
},
|
|
686
|
+
"v-window/touch": {
|
|
687
|
+
"type": "",
|
|
688
|
+
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
|
689
|
+
}
|
|
690
|
+
}
|