@vuetify/nightly 3.2.0-next-20230118.0 → 4.0.0-master-20230206.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 +204 -16
- package/dist/json/attributes.json +7202 -0
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +50 -50
- package/dist/json/tags.json +2492 -0
- package/dist/json/web-types.json +24081 -0
- package/dist/vuetify-labs.css +183 -176
- package/dist/vuetify-labs.d.ts +387 -176
- package/dist/vuetify-labs.esm.js +284 -216
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +283 -215
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +51 -44
- package/dist/vuetify.d.ts +329 -190
- package/dist/vuetify.esm.js +251 -186
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +250 -185
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +696 -685
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +2 -2
- package/lib/blueprints/md1.d.ts +2 -2
- package/lib/blueprints/md2.d.ts +2 -2
- package/lib/blueprints/md3.d.ts +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +43 -20
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +7 -7
- package/lib/components/VBtn/VBtn.mjs +8 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +2 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +122 -1
- package/lib/components/VCalendar/VCalendar.mjs +3 -0
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
- package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +7 -7
- package/lib/components/VChip/VChip.css +7 -7
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +43 -20
- package/lib/components/VData/VData.mjs +2 -4
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +5 -4
- package/lib/components/VDialog/VDialog.mjs +6 -5
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +57 -34
- package/lib/components/VDivider/VDivider.mjs +6 -6
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.mjs +28 -26
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -2
- package/lib/components/VFileInput/VFileInput.mjs +7 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +0 -3
- package/lib/components/VList/VList.mjs +4 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +7 -7
- package/lib/components/VList/VListItem.mjs +29 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +57 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
- package/lib/components/VNavigationDrawer/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/touch.mjs +7 -6
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +34 -11
- package/lib/components/VOverlay/locationStrategies.mjs +40 -29
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +3 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +43 -20
- package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
- package/lib/components/VSnackbar/index.d.ts +42 -19
- package/lib/components/VStepper/VStepper.sass +6 -6
- package/lib/components/VStepper/VStepperStep.mjs +12 -2
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +4 -4
- package/lib/components/VTable/VTable.sass +2 -2
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +4 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +57 -34
- package/lib/components/VTreeview/VTreeview.mjs +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/index.d.ts +316 -176
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +0 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +14 -7
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +3 -0
- package/lib/directives/ripple/VRipple.sass +3 -0
- package/lib/directives/ripple/_variables.scss +1 -1
- package/lib/directives/ripple/index.mjs +2 -7
- package/lib/directives/ripple/index.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 +16 -16
- package/lib/labs/VDataTable/VDataTable.mjs +6 -6
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +3 -7
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +71 -1
- package/lib/labs/VDataTable/index.mjs +1 -0
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/components.d.ts +71 -1
- package/lib/locale/adapters/vue-i18n.mjs +12 -2
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/ar.mjs +20 -20
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -2
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +3 -3
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -5
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/it.mjs +6 -6
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/sv.mjs +13 -13
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/styles/settings/_variables.scss +6 -6
- package/lib/styles/tools/_states.sass +3 -3
- package/lib/util/defineComponent.mjs +21 -18
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +5 -19
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
@@ -0,0 +1,2492 @@
|
|
1
|
+
{
|
2
|
+
"v-app": {
|
3
|
+
"attributes": [
|
4
|
+
"full-height",
|
5
|
+
"overlaps",
|
6
|
+
"theme"
|
7
|
+
],
|
8
|
+
"description": ""
|
9
|
+
},
|
10
|
+
"v-app-bar": {
|
11
|
+
"attributes": [
|
12
|
+
"absolute",
|
13
|
+
"border",
|
14
|
+
"collapse",
|
15
|
+
"color",
|
16
|
+
"density",
|
17
|
+
"elevation",
|
18
|
+
"extended",
|
19
|
+
"extension-height",
|
20
|
+
"flat",
|
21
|
+
"floating",
|
22
|
+
"height",
|
23
|
+
"image",
|
24
|
+
"location",
|
25
|
+
"model-value",
|
26
|
+
"name",
|
27
|
+
"order",
|
28
|
+
"rounded",
|
29
|
+
"tag",
|
30
|
+
"theme",
|
31
|
+
"title"
|
32
|
+
],
|
33
|
+
"description": ""
|
34
|
+
},
|
35
|
+
"v-app-bar-nav-icon": {
|
36
|
+
"attributes": [
|
37
|
+
"icon"
|
38
|
+
],
|
39
|
+
"description": ""
|
40
|
+
},
|
41
|
+
"v-app-bar-title": {
|
42
|
+
"attributes": [],
|
43
|
+
"description": ""
|
44
|
+
},
|
45
|
+
"v-alert": {
|
46
|
+
"attributes": [
|
47
|
+
"border",
|
48
|
+
"border-color",
|
49
|
+
"closable",
|
50
|
+
"close-icon",
|
51
|
+
"close-label",
|
52
|
+
"color",
|
53
|
+
"density",
|
54
|
+
"elevation",
|
55
|
+
"height",
|
56
|
+
"icon",
|
57
|
+
"location",
|
58
|
+
"max-height",
|
59
|
+
"max-width",
|
60
|
+
"min-height",
|
61
|
+
"min-width",
|
62
|
+
"model-value",
|
63
|
+
"position",
|
64
|
+
"prominent",
|
65
|
+
"rounded",
|
66
|
+
"tag",
|
67
|
+
"text",
|
68
|
+
"theme",
|
69
|
+
"title",
|
70
|
+
"type",
|
71
|
+
"variant",
|
72
|
+
"width"
|
73
|
+
],
|
74
|
+
"description": ""
|
75
|
+
},
|
76
|
+
"v-alert-title": {
|
77
|
+
"attributes": [
|
78
|
+
"tag"
|
79
|
+
],
|
80
|
+
"description": ""
|
81
|
+
},
|
82
|
+
"v-autocomplete": {
|
83
|
+
"attributes": [
|
84
|
+
"active",
|
85
|
+
"append-icon",
|
86
|
+
"autofocus",
|
87
|
+
"bg-color",
|
88
|
+
"chips",
|
89
|
+
"clear-icon",
|
90
|
+
"clearable",
|
91
|
+
"closable-chips",
|
92
|
+
"color",
|
93
|
+
"counter",
|
94
|
+
"counter-value",
|
95
|
+
"custom-filter",
|
96
|
+
"custom-key-filter",
|
97
|
+
"density",
|
98
|
+
"direction",
|
99
|
+
"disabled",
|
100
|
+
"eager",
|
101
|
+
"error",
|
102
|
+
"error-messages",
|
103
|
+
"filter-keys",
|
104
|
+
"filter-mode",
|
105
|
+
"focused",
|
106
|
+
"hide-details",
|
107
|
+
"hide-no-data",
|
108
|
+
"hide-selected",
|
109
|
+
"hint",
|
110
|
+
"id",
|
111
|
+
"item-children",
|
112
|
+
"item-props",
|
113
|
+
"item-title",
|
114
|
+
"item-value",
|
115
|
+
"items",
|
116
|
+
"label",
|
117
|
+
"loading",
|
118
|
+
"max-errors",
|
119
|
+
"menu",
|
120
|
+
"menu-icon",
|
121
|
+
"menu-props",
|
122
|
+
"messages",
|
123
|
+
"model-value",
|
124
|
+
"multiple",
|
125
|
+
"name",
|
126
|
+
"no-data-text",
|
127
|
+
"no-filter",
|
128
|
+
"open-on-clear",
|
129
|
+
"persistent-clear",
|
130
|
+
"persistent-counter",
|
131
|
+
"persistent-hint",
|
132
|
+
"persistent-placeholder",
|
133
|
+
"placeholder",
|
134
|
+
"prefix",
|
135
|
+
"prepend-icon",
|
136
|
+
"prepend-inner-icon",
|
137
|
+
"readonly",
|
138
|
+
"return-object",
|
139
|
+
"reverse",
|
140
|
+
"rules",
|
141
|
+
"search",
|
142
|
+
"single-line",
|
143
|
+
"suffix",
|
144
|
+
"theme",
|
145
|
+
"transition",
|
146
|
+
"type",
|
147
|
+
"validate-on",
|
148
|
+
"value-comparator",
|
149
|
+
"variant"
|
150
|
+
],
|
151
|
+
"description": ""
|
152
|
+
},
|
153
|
+
"v-avatar": {
|
154
|
+
"attributes": [
|
155
|
+
"color",
|
156
|
+
"density",
|
157
|
+
"end",
|
158
|
+
"icon",
|
159
|
+
"image",
|
160
|
+
"rounded",
|
161
|
+
"size",
|
162
|
+
"start",
|
163
|
+
"tag",
|
164
|
+
"theme",
|
165
|
+
"variant"
|
166
|
+
],
|
167
|
+
"description": ""
|
168
|
+
},
|
169
|
+
"v-badge": {
|
170
|
+
"attributes": [
|
171
|
+
"bordered",
|
172
|
+
"color",
|
173
|
+
"content",
|
174
|
+
"dot",
|
175
|
+
"floating",
|
176
|
+
"icon",
|
177
|
+
"inline",
|
178
|
+
"label",
|
179
|
+
"location",
|
180
|
+
"max",
|
181
|
+
"model-value",
|
182
|
+
"offset-x",
|
183
|
+
"offset-y",
|
184
|
+
"rounded",
|
185
|
+
"tag",
|
186
|
+
"text-color",
|
187
|
+
"theme",
|
188
|
+
"transition"
|
189
|
+
],
|
190
|
+
"description": ""
|
191
|
+
},
|
192
|
+
"v-banner": {
|
193
|
+
"attributes": [
|
194
|
+
"avatar",
|
195
|
+
"border",
|
196
|
+
"color",
|
197
|
+
"density",
|
198
|
+
"elevation",
|
199
|
+
"height",
|
200
|
+
"icon",
|
201
|
+
"lines",
|
202
|
+
"location",
|
203
|
+
"max-height",
|
204
|
+
"max-width",
|
205
|
+
"min-height",
|
206
|
+
"min-width",
|
207
|
+
"position",
|
208
|
+
"rounded",
|
209
|
+
"stacked",
|
210
|
+
"sticky",
|
211
|
+
"tag",
|
212
|
+
"text",
|
213
|
+
"theme",
|
214
|
+
"width"
|
215
|
+
],
|
216
|
+
"description": ""
|
217
|
+
},
|
218
|
+
"v-banner-actions": {
|
219
|
+
"attributes": [
|
220
|
+
"color",
|
221
|
+
"density"
|
222
|
+
],
|
223
|
+
"description": ""
|
224
|
+
},
|
225
|
+
"v-banner-text": {
|
226
|
+
"attributes": [
|
227
|
+
"tag"
|
228
|
+
],
|
229
|
+
"description": ""
|
230
|
+
},
|
231
|
+
"v-bottom-navigation": {
|
232
|
+
"attributes": [
|
233
|
+
"absolute",
|
234
|
+
"active",
|
235
|
+
"bg-color",
|
236
|
+
"border",
|
237
|
+
"color",
|
238
|
+
"density",
|
239
|
+
"disabled",
|
240
|
+
"elevation",
|
241
|
+
"grow",
|
242
|
+
"height",
|
243
|
+
"mandatory",
|
244
|
+
"max",
|
245
|
+
"mode",
|
246
|
+
"model-value",
|
247
|
+
"multiple",
|
248
|
+
"name",
|
249
|
+
"order",
|
250
|
+
"rounded",
|
251
|
+
"selected-class",
|
252
|
+
"tag",
|
253
|
+
"theme"
|
254
|
+
],
|
255
|
+
"description": ""
|
256
|
+
},
|
257
|
+
"v-breadcrumbs": {
|
258
|
+
"attributes": [
|
259
|
+
"active-class",
|
260
|
+
"active-color",
|
261
|
+
"bg-color",
|
262
|
+
"color",
|
263
|
+
"density",
|
264
|
+
"disabled",
|
265
|
+
"divider",
|
266
|
+
"icon",
|
267
|
+
"items",
|
268
|
+
"rounded",
|
269
|
+
"tag"
|
270
|
+
],
|
271
|
+
"description": ""
|
272
|
+
},
|
273
|
+
"v-breadcrumbs-item": {
|
274
|
+
"attributes": [
|
275
|
+
"active",
|
276
|
+
"active-class",
|
277
|
+
"active-color",
|
278
|
+
"color",
|
279
|
+
"disabled",
|
280
|
+
"exact",
|
281
|
+
"href",
|
282
|
+
"replace",
|
283
|
+
"tag",
|
284
|
+
"title",
|
285
|
+
"to"
|
286
|
+
],
|
287
|
+
"description": ""
|
288
|
+
},
|
289
|
+
"v-breadcrumbs-divider": {
|
290
|
+
"attributes": [],
|
291
|
+
"description": ""
|
292
|
+
},
|
293
|
+
"v-btn": {
|
294
|
+
"attributes": [
|
295
|
+
"active",
|
296
|
+
"append-icon",
|
297
|
+
"block",
|
298
|
+
"border",
|
299
|
+
"color",
|
300
|
+
"density",
|
301
|
+
"disabled",
|
302
|
+
"elevation",
|
303
|
+
"exact",
|
304
|
+
"flat",
|
305
|
+
"height",
|
306
|
+
"href",
|
307
|
+
"icon",
|
308
|
+
"loading",
|
309
|
+
"location",
|
310
|
+
"max-height",
|
311
|
+
"max-width",
|
312
|
+
"min-height",
|
313
|
+
"min-width",
|
314
|
+
"position",
|
315
|
+
"prepend-icon",
|
316
|
+
"replace",
|
317
|
+
"ripple",
|
318
|
+
"rounded",
|
319
|
+
"selected-class",
|
320
|
+
"size",
|
321
|
+
"stacked",
|
322
|
+
"symbol",
|
323
|
+
"tag",
|
324
|
+
"theme",
|
325
|
+
"to",
|
326
|
+
"value",
|
327
|
+
"variant",
|
328
|
+
"width"
|
329
|
+
],
|
330
|
+
"description": ""
|
331
|
+
},
|
332
|
+
"v-btn-group": {
|
333
|
+
"attributes": [
|
334
|
+
"border",
|
335
|
+
"color",
|
336
|
+
"density",
|
337
|
+
"divided",
|
338
|
+
"elevation",
|
339
|
+
"rounded",
|
340
|
+
"tag",
|
341
|
+
"theme",
|
342
|
+
"variant"
|
343
|
+
],
|
344
|
+
"description": ""
|
345
|
+
},
|
346
|
+
"v-btn-toggle": {
|
347
|
+
"attributes": [
|
348
|
+
"border",
|
349
|
+
"color",
|
350
|
+
"density",
|
351
|
+
"disabled",
|
352
|
+
"divided",
|
353
|
+
"elevation",
|
354
|
+
"mandatory",
|
355
|
+
"max",
|
356
|
+
"model-value",
|
357
|
+
"multiple",
|
358
|
+
"rounded",
|
359
|
+
"selected-class",
|
360
|
+
"tag",
|
361
|
+
"theme",
|
362
|
+
"variant"
|
363
|
+
],
|
364
|
+
"description": ""
|
365
|
+
},
|
366
|
+
"v-card": {
|
367
|
+
"attributes": [
|
368
|
+
"append-avatar",
|
369
|
+
"append-icon",
|
370
|
+
"border",
|
371
|
+
"color",
|
372
|
+
"density",
|
373
|
+
"disabled",
|
374
|
+
"elevation",
|
375
|
+
"exact",
|
376
|
+
"flat",
|
377
|
+
"height",
|
378
|
+
"hover",
|
379
|
+
"href",
|
380
|
+
"image",
|
381
|
+
"link",
|
382
|
+
"loading",
|
383
|
+
"location",
|
384
|
+
"max-height",
|
385
|
+
"max-width",
|
386
|
+
"min-height",
|
387
|
+
"min-width",
|
388
|
+
"position",
|
389
|
+
"prepend-avatar",
|
390
|
+
"prepend-icon",
|
391
|
+
"replace",
|
392
|
+
"ripple",
|
393
|
+
"rounded",
|
394
|
+
"subtitle",
|
395
|
+
"tag",
|
396
|
+
"text",
|
397
|
+
"theme",
|
398
|
+
"title",
|
399
|
+
"to",
|
400
|
+
"variant",
|
401
|
+
"width"
|
402
|
+
],
|
403
|
+
"description": ""
|
404
|
+
},
|
405
|
+
"v-card-actions": {
|
406
|
+
"attributes": [],
|
407
|
+
"description": ""
|
408
|
+
},
|
409
|
+
"v-card-item": {
|
410
|
+
"attributes": [
|
411
|
+
"append-avatar",
|
412
|
+
"append-icon",
|
413
|
+
"density",
|
414
|
+
"prepend-avatar",
|
415
|
+
"prepend-icon",
|
416
|
+
"subtitle",
|
417
|
+
"title"
|
418
|
+
],
|
419
|
+
"description": ""
|
420
|
+
},
|
421
|
+
"v-card-subtitle": {
|
422
|
+
"attributes": [
|
423
|
+
"tag"
|
424
|
+
],
|
425
|
+
"description": ""
|
426
|
+
},
|
427
|
+
"v-card-text": {
|
428
|
+
"attributes": [
|
429
|
+
"tag"
|
430
|
+
],
|
431
|
+
"description": ""
|
432
|
+
},
|
433
|
+
"v-card-title": {
|
434
|
+
"attributes": [
|
435
|
+
"tag"
|
436
|
+
],
|
437
|
+
"description": ""
|
438
|
+
},
|
439
|
+
"v-carousel": {
|
440
|
+
"attributes": [
|
441
|
+
"color",
|
442
|
+
"cycle",
|
443
|
+
"delimiter-icon",
|
444
|
+
"height",
|
445
|
+
"hide-delimiter-background",
|
446
|
+
"hide-delimiters",
|
447
|
+
"interval",
|
448
|
+
"model-value",
|
449
|
+
"progress",
|
450
|
+
"show-arrows",
|
451
|
+
"vertical-delimiters"
|
452
|
+
],
|
453
|
+
"description": ""
|
454
|
+
},
|
455
|
+
"v-carousel-item": {
|
456
|
+
"attributes": [
|
457
|
+
"value"
|
458
|
+
],
|
459
|
+
"description": ""
|
460
|
+
},
|
461
|
+
"v-checkbox": {
|
462
|
+
"attributes": [
|
463
|
+
"append-icon",
|
464
|
+
"color",
|
465
|
+
"density",
|
466
|
+
"direction",
|
467
|
+
"disabled",
|
468
|
+
"error",
|
469
|
+
"error-messages",
|
470
|
+
"false-icon",
|
471
|
+
"false-value",
|
472
|
+
"focused",
|
473
|
+
"hide-details",
|
474
|
+
"id",
|
475
|
+
"indeterminate",
|
476
|
+
"indeterminate-icon",
|
477
|
+
"inline",
|
478
|
+
"label",
|
479
|
+
"max-errors",
|
480
|
+
"messages",
|
481
|
+
"model-value",
|
482
|
+
"multiple",
|
483
|
+
"name",
|
484
|
+
"prepend-icon",
|
485
|
+
"readonly",
|
486
|
+
"ripple",
|
487
|
+
"rules",
|
488
|
+
"theme",
|
489
|
+
"true-icon",
|
490
|
+
"true-value",
|
491
|
+
"type",
|
492
|
+
"validate-on",
|
493
|
+
"validation-value",
|
494
|
+
"value",
|
495
|
+
"value-comparator"
|
496
|
+
],
|
497
|
+
"description": ""
|
498
|
+
},
|
499
|
+
"v-checkbox-btn": {
|
500
|
+
"attributes": [
|
501
|
+
"color",
|
502
|
+
"density",
|
503
|
+
"disabled",
|
504
|
+
"error",
|
505
|
+
"false-icon",
|
506
|
+
"false-value",
|
507
|
+
"id",
|
508
|
+
"indeterminate",
|
509
|
+
"indeterminate-icon",
|
510
|
+
"inline",
|
511
|
+
"label",
|
512
|
+
"model-value",
|
513
|
+
"multiple",
|
514
|
+
"name",
|
515
|
+
"readonly",
|
516
|
+
"ripple",
|
517
|
+
"theme",
|
518
|
+
"true-icon",
|
519
|
+
"true-value",
|
520
|
+
"type",
|
521
|
+
"value",
|
522
|
+
"value-comparator"
|
523
|
+
],
|
524
|
+
"description": ""
|
525
|
+
},
|
526
|
+
"v-chip": {
|
527
|
+
"attributes": [
|
528
|
+
"active-class",
|
529
|
+
"append-avatar",
|
530
|
+
"append-icon",
|
531
|
+
"border",
|
532
|
+
"closable",
|
533
|
+
"close-icon",
|
534
|
+
"close-label",
|
535
|
+
"color",
|
536
|
+
"density",
|
537
|
+
"disabled",
|
538
|
+
"draggable",
|
539
|
+
"elevation",
|
540
|
+
"exact",
|
541
|
+
"filter",
|
542
|
+
"filter-icon",
|
543
|
+
"href",
|
544
|
+
"label",
|
545
|
+
"link",
|
546
|
+
"model-value",
|
547
|
+
"pill",
|
548
|
+
"prepend-avatar",
|
549
|
+
"prepend-icon",
|
550
|
+
"replace",
|
551
|
+
"ripple",
|
552
|
+
"rounded",
|
553
|
+
"selected-class",
|
554
|
+
"size",
|
555
|
+
"tag",
|
556
|
+
"text",
|
557
|
+
"theme",
|
558
|
+
"to",
|
559
|
+
"value",
|
560
|
+
"variant"
|
561
|
+
],
|
562
|
+
"description": ""
|
563
|
+
},
|
564
|
+
"v-chip-group": {
|
565
|
+
"attributes": [
|
566
|
+
"color",
|
567
|
+
"column",
|
568
|
+
"disabled",
|
569
|
+
"filter",
|
570
|
+
"mandatory",
|
571
|
+
"max",
|
572
|
+
"model-value",
|
573
|
+
"multiple",
|
574
|
+
"selected-class",
|
575
|
+
"tag",
|
576
|
+
"theme",
|
577
|
+
"value-comparator",
|
578
|
+
"variant"
|
579
|
+
],
|
580
|
+
"description": ""
|
581
|
+
},
|
582
|
+
"v-code": {
|
583
|
+
"attributes": [
|
584
|
+
"tag"
|
585
|
+
],
|
586
|
+
"description": ""
|
587
|
+
},
|
588
|
+
"v-color-picker": {
|
589
|
+
"attributes": [
|
590
|
+
"canvas-height",
|
591
|
+
"disabled",
|
592
|
+
"dot-size",
|
593
|
+
"elevation",
|
594
|
+
"hide-canvas",
|
595
|
+
"hide-inputs",
|
596
|
+
"hide-sliders",
|
597
|
+
"mode",
|
598
|
+
"model-value",
|
599
|
+
"modes",
|
600
|
+
"rounded",
|
601
|
+
"show-swatches",
|
602
|
+
"swatches",
|
603
|
+
"swatches-max-height",
|
604
|
+
"theme",
|
605
|
+
"width"
|
606
|
+
],
|
607
|
+
"description": ""
|
608
|
+
},
|
609
|
+
"v-combobox": {
|
610
|
+
"attributes": [
|
611
|
+
"active",
|
612
|
+
"append-icon",
|
613
|
+
"autofocus",
|
614
|
+
"bg-color",
|
615
|
+
"chips",
|
616
|
+
"clear-icon",
|
617
|
+
"clearable",
|
618
|
+
"closable-chips",
|
619
|
+
"color",
|
620
|
+
"counter",
|
621
|
+
"counter-value",
|
622
|
+
"custom-filter",
|
623
|
+
"custom-key-filter",
|
624
|
+
"delimiters",
|
625
|
+
"density",
|
626
|
+
"direction",
|
627
|
+
"disabled",
|
628
|
+
"eager",
|
629
|
+
"error",
|
630
|
+
"error-messages",
|
631
|
+
"filter-keys",
|
632
|
+
"filter-mode",
|
633
|
+
"focused",
|
634
|
+
"hide-details",
|
635
|
+
"hide-no-data",
|
636
|
+
"hide-selected",
|
637
|
+
"hint",
|
638
|
+
"id",
|
639
|
+
"item-children",
|
640
|
+
"item-props",
|
641
|
+
"item-title",
|
642
|
+
"item-value",
|
643
|
+
"items",
|
644
|
+
"label",
|
645
|
+
"loading",
|
646
|
+
"max-errors",
|
647
|
+
"menu",
|
648
|
+
"menu-icon",
|
649
|
+
"menu-props",
|
650
|
+
"messages",
|
651
|
+
"model-value",
|
652
|
+
"multiple",
|
653
|
+
"name",
|
654
|
+
"no-data-text",
|
655
|
+
"no-filter",
|
656
|
+
"open-on-clear",
|
657
|
+
"persistent-clear",
|
658
|
+
"persistent-counter",
|
659
|
+
"persistent-hint",
|
660
|
+
"persistent-placeholder",
|
661
|
+
"placeholder",
|
662
|
+
"prefix",
|
663
|
+
"prepend-icon",
|
664
|
+
"prepend-inner-icon",
|
665
|
+
"readonly",
|
666
|
+
"return-object",
|
667
|
+
"reverse",
|
668
|
+
"rules",
|
669
|
+
"single-line",
|
670
|
+
"suffix",
|
671
|
+
"theme",
|
672
|
+
"transition",
|
673
|
+
"type",
|
674
|
+
"validate-on",
|
675
|
+
"value-comparator",
|
676
|
+
"variant"
|
677
|
+
],
|
678
|
+
"description": ""
|
679
|
+
},
|
680
|
+
"v-counter": {
|
681
|
+
"attributes": [
|
682
|
+
"active",
|
683
|
+
"max",
|
684
|
+
"transition",
|
685
|
+
"value"
|
686
|
+
],
|
687
|
+
"description": ""
|
688
|
+
},
|
689
|
+
"v-defaults-provider": {
|
690
|
+
"attributes": [
|
691
|
+
"defaults",
|
692
|
+
"reset",
|
693
|
+
"root",
|
694
|
+
"scoped"
|
695
|
+
],
|
696
|
+
"description": ""
|
697
|
+
},
|
698
|
+
"v-dialog": {
|
699
|
+
"attributes": [
|
700
|
+
"absolute",
|
701
|
+
"activator",
|
702
|
+
"activator-props",
|
703
|
+
"attach",
|
704
|
+
"close-delay",
|
705
|
+
"close-on-back",
|
706
|
+
"close-on-content-click",
|
707
|
+
"contained",
|
708
|
+
"content-class",
|
709
|
+
"content-props",
|
710
|
+
"disabled",
|
711
|
+
"eager",
|
712
|
+
"fullscreen",
|
713
|
+
"height",
|
714
|
+
"location",
|
715
|
+
"location-strategy",
|
716
|
+
"max-height",
|
717
|
+
"max-width",
|
718
|
+
"min-height",
|
719
|
+
"min-width",
|
720
|
+
"model-value",
|
721
|
+
"no-click-animation",
|
722
|
+
"offset",
|
723
|
+
"open-delay",
|
724
|
+
"open-on-click",
|
725
|
+
"open-on-focus",
|
726
|
+
"open-on-hover",
|
727
|
+
"origin",
|
728
|
+
"persistent",
|
729
|
+
"retain-focus",
|
730
|
+
"scrim",
|
731
|
+
"scroll-strategy",
|
732
|
+
"scrollable",
|
733
|
+
"theme",
|
734
|
+
"transition",
|
735
|
+
"width",
|
736
|
+
"z-index"
|
737
|
+
],
|
738
|
+
"description": ""
|
739
|
+
},
|
740
|
+
"v-divider": {
|
741
|
+
"attributes": [
|
742
|
+
"color",
|
743
|
+
"inset",
|
744
|
+
"length",
|
745
|
+
"theme",
|
746
|
+
"thickness",
|
747
|
+
"vertical"
|
748
|
+
],
|
749
|
+
"description": ""
|
750
|
+
},
|
751
|
+
"v-expansion-panels": {
|
752
|
+
"attributes": [
|
753
|
+
"color",
|
754
|
+
"disabled",
|
755
|
+
"mandatory",
|
756
|
+
"max",
|
757
|
+
"model-value",
|
758
|
+
"multiple",
|
759
|
+
"readonly",
|
760
|
+
"selected-class",
|
761
|
+
"tag",
|
762
|
+
"theme",
|
763
|
+
"variant"
|
764
|
+
],
|
765
|
+
"description": ""
|
766
|
+
},
|
767
|
+
"v-expansion-panel": {
|
768
|
+
"attributes": [
|
769
|
+
"bg-color",
|
770
|
+
"collapse-icon",
|
771
|
+
"color",
|
772
|
+
"disabled",
|
773
|
+
"eager",
|
774
|
+
"elevation",
|
775
|
+
"expand-icon",
|
776
|
+
"hide-actions",
|
777
|
+
"readonly",
|
778
|
+
"ripple",
|
779
|
+
"rounded",
|
780
|
+
"selected-class",
|
781
|
+
"tag",
|
782
|
+
"text",
|
783
|
+
"title",
|
784
|
+
"value"
|
785
|
+
],
|
786
|
+
"description": ""
|
787
|
+
},
|
788
|
+
"v-expansion-panel-text": {
|
789
|
+
"attributes": [
|
790
|
+
"eager"
|
791
|
+
],
|
792
|
+
"description": ""
|
793
|
+
},
|
794
|
+
"v-expansion-panel-title": {
|
795
|
+
"attributes": [
|
796
|
+
"collapse-icon",
|
797
|
+
"color",
|
798
|
+
"expand-icon",
|
799
|
+
"hide-actions",
|
800
|
+
"readonly",
|
801
|
+
"ripple"
|
802
|
+
],
|
803
|
+
"description": ""
|
804
|
+
},
|
805
|
+
"v-field": {
|
806
|
+
"attributes": [
|
807
|
+
"active",
|
808
|
+
"append-inner-icon",
|
809
|
+
"bg-color",
|
810
|
+
"clear-icon",
|
811
|
+
"clearable",
|
812
|
+
"color",
|
813
|
+
"dirty",
|
814
|
+
"disabled",
|
815
|
+
"error",
|
816
|
+
"focused",
|
817
|
+
"id",
|
818
|
+
"label",
|
819
|
+
"loading",
|
820
|
+
"model-value",
|
821
|
+
"persistent-clear",
|
822
|
+
"prepend-inner-icon",
|
823
|
+
"reverse",
|
824
|
+
"single-line",
|
825
|
+
"theme",
|
826
|
+
"variant"
|
827
|
+
],
|
828
|
+
"description": ""
|
829
|
+
},
|
830
|
+
"v-field-label": {
|
831
|
+
"attributes": [
|
832
|
+
"floating"
|
833
|
+
],
|
834
|
+
"description": ""
|
835
|
+
},
|
836
|
+
"v-file-input": {
|
837
|
+
"attributes": [
|
838
|
+
"active",
|
839
|
+
"append-icon",
|
840
|
+
"append-inner-icon",
|
841
|
+
"bg-color",
|
842
|
+
"chips",
|
843
|
+
"clear-icon",
|
844
|
+
"clearable",
|
845
|
+
"color",
|
846
|
+
"counter",
|
847
|
+
"counter-size-string",
|
848
|
+
"counter-string",
|
849
|
+
"density",
|
850
|
+
"direction",
|
851
|
+
"dirty",
|
852
|
+
"disabled",
|
853
|
+
"error",
|
854
|
+
"error-messages",
|
855
|
+
"focused",
|
856
|
+
"hide-details",
|
857
|
+
"hint",
|
858
|
+
"id",
|
859
|
+
"label",
|
860
|
+
"loading",
|
861
|
+
"max-errors",
|
862
|
+
"messages",
|
863
|
+
"model-value",
|
864
|
+
"multiple",
|
865
|
+
"name",
|
866
|
+
"persistent-clear",
|
867
|
+
"persistent-hint",
|
868
|
+
"placeholder",
|
869
|
+
"prepend-icon",
|
870
|
+
"prepend-inner-icon",
|
871
|
+
"readonly",
|
872
|
+
"reverse",
|
873
|
+
"rules",
|
874
|
+
"show-size",
|
875
|
+
"single-line",
|
876
|
+
"theme",
|
877
|
+
"validate-on",
|
878
|
+
"validation-value",
|
879
|
+
"variant"
|
880
|
+
],
|
881
|
+
"description": ""
|
882
|
+
},
|
883
|
+
"v-footer": {
|
884
|
+
"attributes": [
|
885
|
+
"absolute",
|
886
|
+
"app",
|
887
|
+
"border",
|
888
|
+
"color",
|
889
|
+
"elevation",
|
890
|
+
"height",
|
891
|
+
"name",
|
892
|
+
"order",
|
893
|
+
"rounded",
|
894
|
+
"tag",
|
895
|
+
"theme"
|
896
|
+
],
|
897
|
+
"description": ""
|
898
|
+
},
|
899
|
+
"v-form": {
|
900
|
+
"attributes": [
|
901
|
+
"disabled",
|
902
|
+
"fast-fail",
|
903
|
+
"model-value",
|
904
|
+
"readonly",
|
905
|
+
"validate-on"
|
906
|
+
],
|
907
|
+
"description": ""
|
908
|
+
},
|
909
|
+
"v-container": {
|
910
|
+
"attributes": [
|
911
|
+
"fluid",
|
912
|
+
"tag"
|
913
|
+
],
|
914
|
+
"description": ""
|
915
|
+
},
|
916
|
+
"v-col": {
|
917
|
+
"attributes": [
|
918
|
+
"align-self",
|
919
|
+
"cols",
|
920
|
+
"offset",
|
921
|
+
"order",
|
922
|
+
"tag"
|
923
|
+
],
|
924
|
+
"description": ""
|
925
|
+
},
|
926
|
+
"v-row": {
|
927
|
+
"attributes": [
|
928
|
+
"align",
|
929
|
+
"align-content",
|
930
|
+
"dense",
|
931
|
+
"justify",
|
932
|
+
"no-gutters",
|
933
|
+
"tag"
|
934
|
+
],
|
935
|
+
"description": ""
|
936
|
+
},
|
937
|
+
"v-spacer": {
|
938
|
+
"attributes": [
|
939
|
+
"tag"
|
940
|
+
],
|
941
|
+
"description": ""
|
942
|
+
},
|
943
|
+
"v-hover": {
|
944
|
+
"attributes": [
|
945
|
+
"close-delay",
|
946
|
+
"disabled",
|
947
|
+
"model-value",
|
948
|
+
"open-delay"
|
949
|
+
],
|
950
|
+
"description": ""
|
951
|
+
},
|
952
|
+
"v-icon": {
|
953
|
+
"attributes": [
|
954
|
+
"color",
|
955
|
+
"end",
|
956
|
+
"icon",
|
957
|
+
"size",
|
958
|
+
"start",
|
959
|
+
"tag",
|
960
|
+
"theme"
|
961
|
+
],
|
962
|
+
"description": ""
|
963
|
+
},
|
964
|
+
"v-component-icon": {
|
965
|
+
"attributes": [
|
966
|
+
"icon",
|
967
|
+
"tag"
|
968
|
+
],
|
969
|
+
"description": ""
|
970
|
+
},
|
971
|
+
"v-svg-icon": {
|
972
|
+
"attributes": [
|
973
|
+
"icon",
|
974
|
+
"tag"
|
975
|
+
],
|
976
|
+
"description": ""
|
977
|
+
},
|
978
|
+
"v-ligature-icon": {
|
979
|
+
"attributes": [
|
980
|
+
"icon",
|
981
|
+
"tag"
|
982
|
+
],
|
983
|
+
"description": ""
|
984
|
+
},
|
985
|
+
"v-class-icon": {
|
986
|
+
"attributes": [
|
987
|
+
"icon",
|
988
|
+
"tag"
|
989
|
+
],
|
990
|
+
"description": ""
|
991
|
+
},
|
992
|
+
"v-img": {
|
993
|
+
"attributes": [
|
994
|
+
"alt",
|
995
|
+
"aspect-ratio",
|
996
|
+
"cover",
|
997
|
+
"eager",
|
998
|
+
"gradient",
|
999
|
+
"lazy-src",
|
1000
|
+
"options",
|
1001
|
+
"sizes",
|
1002
|
+
"src",
|
1003
|
+
"srcset",
|
1004
|
+
"transition",
|
1005
|
+
"width"
|
1006
|
+
],
|
1007
|
+
"description": ""
|
1008
|
+
},
|
1009
|
+
"v-input": {
|
1010
|
+
"attributes": [
|
1011
|
+
"append-icon",
|
1012
|
+
"density",
|
1013
|
+
"direction",
|
1014
|
+
"disabled",
|
1015
|
+
"error",
|
1016
|
+
"error-messages",
|
1017
|
+
"focused",
|
1018
|
+
"hide-details",
|
1019
|
+
"id",
|
1020
|
+
"label",
|
1021
|
+
"max-errors",
|
1022
|
+
"messages",
|
1023
|
+
"model-value",
|
1024
|
+
"name",
|
1025
|
+
"prepend-icon",
|
1026
|
+
"readonly",
|
1027
|
+
"rules",
|
1028
|
+
"validate-on",
|
1029
|
+
"validation-value"
|
1030
|
+
],
|
1031
|
+
"description": ""
|
1032
|
+
},
|
1033
|
+
"v-item-group": {
|
1034
|
+
"attributes": [
|
1035
|
+
"disabled",
|
1036
|
+
"mandatory",
|
1037
|
+
"max",
|
1038
|
+
"model-value",
|
1039
|
+
"multiple",
|
1040
|
+
"selected-class",
|
1041
|
+
"tag",
|
1042
|
+
"theme"
|
1043
|
+
],
|
1044
|
+
"description": ""
|
1045
|
+
},
|
1046
|
+
"v-item": {
|
1047
|
+
"attributes": [
|
1048
|
+
"disabled",
|
1049
|
+
"selected-class",
|
1050
|
+
"value"
|
1051
|
+
],
|
1052
|
+
"description": ""
|
1053
|
+
},
|
1054
|
+
"v-kbd": {
|
1055
|
+
"attributes": [
|
1056
|
+
"tag"
|
1057
|
+
],
|
1058
|
+
"description": ""
|
1059
|
+
},
|
1060
|
+
"v-label": {
|
1061
|
+
"attributes": [
|
1062
|
+
"clickable",
|
1063
|
+
"text",
|
1064
|
+
"theme"
|
1065
|
+
],
|
1066
|
+
"description": ""
|
1067
|
+
},
|
1068
|
+
"v-layout": {
|
1069
|
+
"attributes": [
|
1070
|
+
"full-height",
|
1071
|
+
"overlaps"
|
1072
|
+
],
|
1073
|
+
"description": ""
|
1074
|
+
},
|
1075
|
+
"v-layout-item": {
|
1076
|
+
"attributes": [
|
1077
|
+
"absolute",
|
1078
|
+
"model-value",
|
1079
|
+
"name",
|
1080
|
+
"order",
|
1081
|
+
"position",
|
1082
|
+
"size"
|
1083
|
+
],
|
1084
|
+
"description": ""
|
1085
|
+
},
|
1086
|
+
"v-lazy": {
|
1087
|
+
"attributes": [
|
1088
|
+
"height",
|
1089
|
+
"max-height",
|
1090
|
+
"max-width",
|
1091
|
+
"min-height",
|
1092
|
+
"min-width",
|
1093
|
+
"model-value",
|
1094
|
+
"options",
|
1095
|
+
"tag",
|
1096
|
+
"transition",
|
1097
|
+
"width"
|
1098
|
+
],
|
1099
|
+
"description": ""
|
1100
|
+
},
|
1101
|
+
"v-list": {
|
1102
|
+
"attributes": [
|
1103
|
+
"active-class",
|
1104
|
+
"active-color",
|
1105
|
+
"bg-color",
|
1106
|
+
"border",
|
1107
|
+
"color",
|
1108
|
+
"density",
|
1109
|
+
"disabled",
|
1110
|
+
"elevation",
|
1111
|
+
"height",
|
1112
|
+
"item-children",
|
1113
|
+
"item-props",
|
1114
|
+
"item-title",
|
1115
|
+
"item-type",
|
1116
|
+
"item-value",
|
1117
|
+
"items",
|
1118
|
+
"lines",
|
1119
|
+
"mandatory",
|
1120
|
+
"max-height",
|
1121
|
+
"max-width",
|
1122
|
+
"min-height",
|
1123
|
+
"min-width",
|
1124
|
+
"nav",
|
1125
|
+
"open-strategy",
|
1126
|
+
"opened",
|
1127
|
+
"return-object",
|
1128
|
+
"rounded",
|
1129
|
+
"select-strategy",
|
1130
|
+
"selected",
|
1131
|
+
"tag",
|
1132
|
+
"theme",
|
1133
|
+
"variant",
|
1134
|
+
"width"
|
1135
|
+
],
|
1136
|
+
"description": ""
|
1137
|
+
},
|
1138
|
+
"v-list-group": {
|
1139
|
+
"attributes": [
|
1140
|
+
"active-color",
|
1141
|
+
"append-icon",
|
1142
|
+
"collapse-icon",
|
1143
|
+
"color",
|
1144
|
+
"expand-icon",
|
1145
|
+
"fluid",
|
1146
|
+
"items",
|
1147
|
+
"prepend-icon",
|
1148
|
+
"subgroup",
|
1149
|
+
"tag",
|
1150
|
+
"title",
|
1151
|
+
"value"
|
1152
|
+
],
|
1153
|
+
"description": ""
|
1154
|
+
},
|
1155
|
+
"v-list-img": {
|
1156
|
+
"attributes": [
|
1157
|
+
"tag"
|
1158
|
+
],
|
1159
|
+
"description": ""
|
1160
|
+
},
|
1161
|
+
"v-list-item": {
|
1162
|
+
"attributes": [
|
1163
|
+
"active",
|
1164
|
+
"active-class",
|
1165
|
+
"active-color",
|
1166
|
+
"append-avatar",
|
1167
|
+
"append-icon",
|
1168
|
+
"border",
|
1169
|
+
"color",
|
1170
|
+
"density",
|
1171
|
+
"disabled",
|
1172
|
+
"elevation",
|
1173
|
+
"exact",
|
1174
|
+
"height",
|
1175
|
+
"href",
|
1176
|
+
"lines",
|
1177
|
+
"link",
|
1178
|
+
"max-height",
|
1179
|
+
"max-width",
|
1180
|
+
"min-height",
|
1181
|
+
"min-width",
|
1182
|
+
"nav",
|
1183
|
+
"prepend-avatar",
|
1184
|
+
"prepend-icon",
|
1185
|
+
"replace",
|
1186
|
+
"ripple",
|
1187
|
+
"rounded",
|
1188
|
+
"subtitle",
|
1189
|
+
"tag",
|
1190
|
+
"theme",
|
1191
|
+
"title",
|
1192
|
+
"to",
|
1193
|
+
"value",
|
1194
|
+
"variant",
|
1195
|
+
"width"
|
1196
|
+
],
|
1197
|
+
"description": ""
|
1198
|
+
},
|
1199
|
+
"v-list-item-action": {
|
1200
|
+
"attributes": [
|
1201
|
+
"end",
|
1202
|
+
"start",
|
1203
|
+
"tag"
|
1204
|
+
],
|
1205
|
+
"description": ""
|
1206
|
+
},
|
1207
|
+
"v-list-item-media": {
|
1208
|
+
"attributes": [
|
1209
|
+
"end",
|
1210
|
+
"start",
|
1211
|
+
"tag"
|
1212
|
+
],
|
1213
|
+
"description": ""
|
1214
|
+
},
|
1215
|
+
"v-list-item-subtitle": {
|
1216
|
+
"attributes": [
|
1217
|
+
"tag"
|
1218
|
+
],
|
1219
|
+
"description": ""
|
1220
|
+
},
|
1221
|
+
"v-list-item-title": {
|
1222
|
+
"attributes": [
|
1223
|
+
"tag"
|
1224
|
+
],
|
1225
|
+
"description": ""
|
1226
|
+
},
|
1227
|
+
"v-list-subheader": {
|
1228
|
+
"attributes": [
|
1229
|
+
"color",
|
1230
|
+
"inset",
|
1231
|
+
"sticky",
|
1232
|
+
"tag",
|
1233
|
+
"title"
|
1234
|
+
],
|
1235
|
+
"description": ""
|
1236
|
+
},
|
1237
|
+
"v-locale-provider": {
|
1238
|
+
"attributes": [
|
1239
|
+
"fallback-locale",
|
1240
|
+
"locale",
|
1241
|
+
"messages",
|
1242
|
+
"rtl"
|
1243
|
+
],
|
1244
|
+
"description": ""
|
1245
|
+
},
|
1246
|
+
"v-main": {
|
1247
|
+
"attributes": [
|
1248
|
+
"scrollable",
|
1249
|
+
"tag"
|
1250
|
+
],
|
1251
|
+
"description": ""
|
1252
|
+
},
|
1253
|
+
"v-menu": {
|
1254
|
+
"attributes": [
|
1255
|
+
"activator",
|
1256
|
+
"activator-props",
|
1257
|
+
"attach",
|
1258
|
+
"close-delay",
|
1259
|
+
"close-on-back",
|
1260
|
+
"close-on-content-click",
|
1261
|
+
"contained",
|
1262
|
+
"content-class",
|
1263
|
+
"content-props",
|
1264
|
+
"disabled",
|
1265
|
+
"eager",
|
1266
|
+
"height",
|
1267
|
+
"id",
|
1268
|
+
"location",
|
1269
|
+
"location-strategy",
|
1270
|
+
"max-height",
|
1271
|
+
"max-width",
|
1272
|
+
"min-height",
|
1273
|
+
"min-width",
|
1274
|
+
"model-value",
|
1275
|
+
"no-click-animation",
|
1276
|
+
"offset",
|
1277
|
+
"open-delay",
|
1278
|
+
"open-on-click",
|
1279
|
+
"open-on-focus",
|
1280
|
+
"open-on-hover",
|
1281
|
+
"origin",
|
1282
|
+
"persistent",
|
1283
|
+
"scrim",
|
1284
|
+
"scroll-strategy",
|
1285
|
+
"theme",
|
1286
|
+
"transition",
|
1287
|
+
"width",
|
1288
|
+
"z-index"
|
1289
|
+
],
|
1290
|
+
"description": ""
|
1291
|
+
},
|
1292
|
+
"v-messages": {
|
1293
|
+
"attributes": [
|
1294
|
+
"active",
|
1295
|
+
"color",
|
1296
|
+
"messages",
|
1297
|
+
"transition"
|
1298
|
+
],
|
1299
|
+
"description": ""
|
1300
|
+
},
|
1301
|
+
"v-navigation-drawer": {
|
1302
|
+
"attributes": [
|
1303
|
+
"absolute",
|
1304
|
+
"border",
|
1305
|
+
"color",
|
1306
|
+
"disable-resize-watcher",
|
1307
|
+
"disable-route-watcher",
|
1308
|
+
"elevation",
|
1309
|
+
"expand-on-hover",
|
1310
|
+
"floating",
|
1311
|
+
"image",
|
1312
|
+
"location",
|
1313
|
+
"model-value",
|
1314
|
+
"name",
|
1315
|
+
"order",
|
1316
|
+
"permanent",
|
1317
|
+
"rail",
|
1318
|
+
"rail-width",
|
1319
|
+
"rounded",
|
1320
|
+
"scrim",
|
1321
|
+
"sticky",
|
1322
|
+
"tag",
|
1323
|
+
"temporary",
|
1324
|
+
"theme",
|
1325
|
+
"touchless",
|
1326
|
+
"width"
|
1327
|
+
],
|
1328
|
+
"description": ""
|
1329
|
+
},
|
1330
|
+
"v-no-ssr": {
|
1331
|
+
"attributes": [],
|
1332
|
+
"description": ""
|
1333
|
+
},
|
1334
|
+
"v-overlay": {
|
1335
|
+
"attributes": [
|
1336
|
+
"absolute",
|
1337
|
+
"activator",
|
1338
|
+
"activator-props",
|
1339
|
+
"attach",
|
1340
|
+
"close-delay",
|
1341
|
+
"close-on-back",
|
1342
|
+
"close-on-content-click",
|
1343
|
+
"contained",
|
1344
|
+
"content-class",
|
1345
|
+
"content-props",
|
1346
|
+
"disabled",
|
1347
|
+
"eager",
|
1348
|
+
"height",
|
1349
|
+
"location",
|
1350
|
+
"location-strategy",
|
1351
|
+
"max-height",
|
1352
|
+
"max-width",
|
1353
|
+
"min-height",
|
1354
|
+
"min-width",
|
1355
|
+
"model-value",
|
1356
|
+
"no-click-animation",
|
1357
|
+
"offset",
|
1358
|
+
"open-delay",
|
1359
|
+
"open-on-click",
|
1360
|
+
"open-on-focus",
|
1361
|
+
"open-on-hover",
|
1362
|
+
"origin",
|
1363
|
+
"persistent",
|
1364
|
+
"scrim",
|
1365
|
+
"scroll-strategy",
|
1366
|
+
"theme",
|
1367
|
+
"transition",
|
1368
|
+
"width",
|
1369
|
+
"z-index"
|
1370
|
+
],
|
1371
|
+
"description": ""
|
1372
|
+
},
|
1373
|
+
"v-pagination": {
|
1374
|
+
"attributes": [
|
1375
|
+
"active-color",
|
1376
|
+
"aria-label",
|
1377
|
+
"border",
|
1378
|
+
"color",
|
1379
|
+
"current-page-aria-label",
|
1380
|
+
"density",
|
1381
|
+
"disabled",
|
1382
|
+
"elevation",
|
1383
|
+
"ellipsis",
|
1384
|
+
"first-aria-label",
|
1385
|
+
"first-icon",
|
1386
|
+
"last-aria-label",
|
1387
|
+
"last-icon",
|
1388
|
+
"length",
|
1389
|
+
"model-value",
|
1390
|
+
"next-aria-label",
|
1391
|
+
"next-icon",
|
1392
|
+
"page-aria-label",
|
1393
|
+
"prev-icon",
|
1394
|
+
"previous-aria-label",
|
1395
|
+
"rounded",
|
1396
|
+
"show-first-last-page",
|
1397
|
+
"size",
|
1398
|
+
"start",
|
1399
|
+
"tag",
|
1400
|
+
"theme",
|
1401
|
+
"total-visible",
|
1402
|
+
"variant"
|
1403
|
+
],
|
1404
|
+
"description": ""
|
1405
|
+
},
|
1406
|
+
"v-parallax": {
|
1407
|
+
"attributes": [
|
1408
|
+
"scale"
|
1409
|
+
],
|
1410
|
+
"description": ""
|
1411
|
+
},
|
1412
|
+
"v-progress-circular": {
|
1413
|
+
"attributes": [
|
1414
|
+
"bg-color",
|
1415
|
+
"color",
|
1416
|
+
"indeterminate",
|
1417
|
+
"model-value",
|
1418
|
+
"rotate",
|
1419
|
+
"size",
|
1420
|
+
"tag",
|
1421
|
+
"theme",
|
1422
|
+
"width"
|
1423
|
+
],
|
1424
|
+
"description": ""
|
1425
|
+
},
|
1426
|
+
"v-progress-linear": {
|
1427
|
+
"attributes": [
|
1428
|
+
"absolute",
|
1429
|
+
"active",
|
1430
|
+
"bg-color",
|
1431
|
+
"bg-opacity",
|
1432
|
+
"buffer-value",
|
1433
|
+
"clickable",
|
1434
|
+
"color",
|
1435
|
+
"height",
|
1436
|
+
"indeterminate",
|
1437
|
+
"location",
|
1438
|
+
"max",
|
1439
|
+
"model-value",
|
1440
|
+
"reverse",
|
1441
|
+
"rounded",
|
1442
|
+
"rounded-bar",
|
1443
|
+
"stream",
|
1444
|
+
"striped",
|
1445
|
+
"tag",
|
1446
|
+
"theme"
|
1447
|
+
],
|
1448
|
+
"description": ""
|
1449
|
+
},
|
1450
|
+
"v-radio": {
|
1451
|
+
"attributes": [
|
1452
|
+
"color",
|
1453
|
+
"density",
|
1454
|
+
"disabled",
|
1455
|
+
"error",
|
1456
|
+
"false-icon",
|
1457
|
+
"false-value",
|
1458
|
+
"id",
|
1459
|
+
"inline",
|
1460
|
+
"label",
|
1461
|
+
"model-value",
|
1462
|
+
"multiple",
|
1463
|
+
"name",
|
1464
|
+
"readonly",
|
1465
|
+
"ripple",
|
1466
|
+
"theme",
|
1467
|
+
"true-icon",
|
1468
|
+
"true-value",
|
1469
|
+
"type",
|
1470
|
+
"value",
|
1471
|
+
"value-comparator"
|
1472
|
+
],
|
1473
|
+
"description": ""
|
1474
|
+
},
|
1475
|
+
"v-radio-group": {
|
1476
|
+
"attributes": [
|
1477
|
+
"append-icon",
|
1478
|
+
"color",
|
1479
|
+
"density",
|
1480
|
+
"direction",
|
1481
|
+
"disabled",
|
1482
|
+
"error",
|
1483
|
+
"error-messages",
|
1484
|
+
"false-icon",
|
1485
|
+
"focused",
|
1486
|
+
"height",
|
1487
|
+
"hide-details",
|
1488
|
+
"id",
|
1489
|
+
"inline",
|
1490
|
+
"label",
|
1491
|
+
"max-errors",
|
1492
|
+
"messages",
|
1493
|
+
"model-value",
|
1494
|
+
"name",
|
1495
|
+
"prepend-icon",
|
1496
|
+
"readonly",
|
1497
|
+
"ripple",
|
1498
|
+
"rules",
|
1499
|
+
"theme",
|
1500
|
+
"true-icon",
|
1501
|
+
"type",
|
1502
|
+
"validate-on",
|
1503
|
+
"validation-value",
|
1504
|
+
"value-comparator"
|
1505
|
+
],
|
1506
|
+
"description": ""
|
1507
|
+
},
|
1508
|
+
"v-range-slider": {
|
1509
|
+
"attributes": [
|
1510
|
+
"append-icon",
|
1511
|
+
"color",
|
1512
|
+
"density",
|
1513
|
+
"direction",
|
1514
|
+
"disabled",
|
1515
|
+
"elevation",
|
1516
|
+
"error",
|
1517
|
+
"error-messages",
|
1518
|
+
"focused",
|
1519
|
+
"hide-details",
|
1520
|
+
"id",
|
1521
|
+
"label",
|
1522
|
+
"max",
|
1523
|
+
"max-errors",
|
1524
|
+
"messages",
|
1525
|
+
"min",
|
1526
|
+
"model-value",
|
1527
|
+
"name",
|
1528
|
+
"prepend-icon",
|
1529
|
+
"readonly",
|
1530
|
+
"reverse",
|
1531
|
+
"rounded",
|
1532
|
+
"rules",
|
1533
|
+
"show-ticks",
|
1534
|
+
"step",
|
1535
|
+
"strict",
|
1536
|
+
"thumb-color",
|
1537
|
+
"thumb-label",
|
1538
|
+
"thumb-size",
|
1539
|
+
"tick-size",
|
1540
|
+
"ticks",
|
1541
|
+
"track-color",
|
1542
|
+
"track-fill-color",
|
1543
|
+
"track-size",
|
1544
|
+
"validate-on",
|
1545
|
+
"validation-value"
|
1546
|
+
],
|
1547
|
+
"description": ""
|
1548
|
+
},
|
1549
|
+
"v-rating": {
|
1550
|
+
"attributes": [
|
1551
|
+
"active-color",
|
1552
|
+
"clearable",
|
1553
|
+
"color",
|
1554
|
+
"density",
|
1555
|
+
"disabled",
|
1556
|
+
"empty-icon",
|
1557
|
+
"full-icon",
|
1558
|
+
"half-increments",
|
1559
|
+
"hover",
|
1560
|
+
"item-aria-label",
|
1561
|
+
"item-label-position",
|
1562
|
+
"item-labels",
|
1563
|
+
"length",
|
1564
|
+
"model-value",
|
1565
|
+
"name",
|
1566
|
+
"readonly",
|
1567
|
+
"ripple",
|
1568
|
+
"size",
|
1569
|
+
"tag",
|
1570
|
+
"theme"
|
1571
|
+
],
|
1572
|
+
"description": ""
|
1573
|
+
},
|
1574
|
+
"v-responsive": {
|
1575
|
+
"attributes": [
|
1576
|
+
"aspect-ratio",
|
1577
|
+
"content-class",
|
1578
|
+
"height",
|
1579
|
+
"max-height",
|
1580
|
+
"max-width",
|
1581
|
+
"min-height",
|
1582
|
+
"min-width",
|
1583
|
+
"width"
|
1584
|
+
],
|
1585
|
+
"description": ""
|
1586
|
+
},
|
1587
|
+
"v-select": {
|
1588
|
+
"attributes": [
|
1589
|
+
"active",
|
1590
|
+
"append-icon",
|
1591
|
+
"autofocus",
|
1592
|
+
"bg-color",
|
1593
|
+
"chips",
|
1594
|
+
"clear-icon",
|
1595
|
+
"clearable",
|
1596
|
+
"closable-chips",
|
1597
|
+
"color",
|
1598
|
+
"counter",
|
1599
|
+
"counter-value",
|
1600
|
+
"density",
|
1601
|
+
"direction",
|
1602
|
+
"disabled",
|
1603
|
+
"eager",
|
1604
|
+
"error",
|
1605
|
+
"error-messages",
|
1606
|
+
"focused",
|
1607
|
+
"hide-details",
|
1608
|
+
"hide-no-data",
|
1609
|
+
"hide-selected",
|
1610
|
+
"hint",
|
1611
|
+
"id",
|
1612
|
+
"item-children",
|
1613
|
+
"item-props",
|
1614
|
+
"item-title",
|
1615
|
+
"item-value",
|
1616
|
+
"items",
|
1617
|
+
"label",
|
1618
|
+
"loading",
|
1619
|
+
"max-errors",
|
1620
|
+
"menu",
|
1621
|
+
"menu-icon",
|
1622
|
+
"menu-props",
|
1623
|
+
"messages",
|
1624
|
+
"model-value",
|
1625
|
+
"multiple",
|
1626
|
+
"name",
|
1627
|
+
"no-data-text",
|
1628
|
+
"open-on-clear",
|
1629
|
+
"persistent-clear",
|
1630
|
+
"persistent-counter",
|
1631
|
+
"persistent-hint",
|
1632
|
+
"persistent-placeholder",
|
1633
|
+
"placeholder",
|
1634
|
+
"prefix",
|
1635
|
+
"prepend-icon",
|
1636
|
+
"prepend-inner-icon",
|
1637
|
+
"readonly",
|
1638
|
+
"return-object",
|
1639
|
+
"reverse",
|
1640
|
+
"rules",
|
1641
|
+
"single-line",
|
1642
|
+
"suffix",
|
1643
|
+
"theme",
|
1644
|
+
"transition",
|
1645
|
+
"type",
|
1646
|
+
"validate-on",
|
1647
|
+
"value-comparator",
|
1648
|
+
"variant"
|
1649
|
+
],
|
1650
|
+
"description": ""
|
1651
|
+
},
|
1652
|
+
"v-selection-control": {
|
1653
|
+
"attributes": [
|
1654
|
+
"color",
|
1655
|
+
"density",
|
1656
|
+
"disabled",
|
1657
|
+
"error",
|
1658
|
+
"false-icon",
|
1659
|
+
"false-value",
|
1660
|
+
"id",
|
1661
|
+
"inline",
|
1662
|
+
"label",
|
1663
|
+
"model-value",
|
1664
|
+
"multiple",
|
1665
|
+
"name",
|
1666
|
+
"readonly",
|
1667
|
+
"ripple",
|
1668
|
+
"theme",
|
1669
|
+
"true-icon",
|
1670
|
+
"true-value",
|
1671
|
+
"type",
|
1672
|
+
"value",
|
1673
|
+
"value-comparator"
|
1674
|
+
],
|
1675
|
+
"description": ""
|
1676
|
+
},
|
1677
|
+
"v-selection-control-group": {
|
1678
|
+
"attributes": [
|
1679
|
+
"color",
|
1680
|
+
"defaults-target",
|
1681
|
+
"density",
|
1682
|
+
"disabled",
|
1683
|
+
"error",
|
1684
|
+
"false-icon",
|
1685
|
+
"id",
|
1686
|
+
"inline",
|
1687
|
+
"model-value",
|
1688
|
+
"multiple",
|
1689
|
+
"name",
|
1690
|
+
"readonly",
|
1691
|
+
"ripple",
|
1692
|
+
"theme",
|
1693
|
+
"true-icon",
|
1694
|
+
"type",
|
1695
|
+
"value-comparator"
|
1696
|
+
],
|
1697
|
+
"description": ""
|
1698
|
+
},
|
1699
|
+
"v-sheet": {
|
1700
|
+
"attributes": [
|
1701
|
+
"border",
|
1702
|
+
"color",
|
1703
|
+
"elevation",
|
1704
|
+
"height",
|
1705
|
+
"location",
|
1706
|
+
"max-height",
|
1707
|
+
"max-width",
|
1708
|
+
"min-height",
|
1709
|
+
"min-width",
|
1710
|
+
"position",
|
1711
|
+
"rounded",
|
1712
|
+
"tag",
|
1713
|
+
"theme",
|
1714
|
+
"width"
|
1715
|
+
],
|
1716
|
+
"description": ""
|
1717
|
+
},
|
1718
|
+
"v-slide-group": {
|
1719
|
+
"attributes": [
|
1720
|
+
"center-active",
|
1721
|
+
"direction",
|
1722
|
+
"disabled",
|
1723
|
+
"mandatory",
|
1724
|
+
"max",
|
1725
|
+
"model-value",
|
1726
|
+
"multiple",
|
1727
|
+
"next-icon",
|
1728
|
+
"prev-icon",
|
1729
|
+
"selected-class",
|
1730
|
+
"show-arrows",
|
1731
|
+
"symbol",
|
1732
|
+
"tag"
|
1733
|
+
],
|
1734
|
+
"description": ""
|
1735
|
+
},
|
1736
|
+
"v-slide-group-item": {
|
1737
|
+
"attributes": [
|
1738
|
+
"disabled",
|
1739
|
+
"selected-class",
|
1740
|
+
"value"
|
1741
|
+
],
|
1742
|
+
"description": ""
|
1743
|
+
},
|
1744
|
+
"v-slider": {
|
1745
|
+
"attributes": [
|
1746
|
+
"append-icon",
|
1747
|
+
"color",
|
1748
|
+
"density",
|
1749
|
+
"direction",
|
1750
|
+
"disabled",
|
1751
|
+
"elevation",
|
1752
|
+
"error",
|
1753
|
+
"error-messages",
|
1754
|
+
"focused",
|
1755
|
+
"hide-details",
|
1756
|
+
"id",
|
1757
|
+
"label",
|
1758
|
+
"max",
|
1759
|
+
"max-errors",
|
1760
|
+
"messages",
|
1761
|
+
"min",
|
1762
|
+
"model-value",
|
1763
|
+
"name",
|
1764
|
+
"prepend-icon",
|
1765
|
+
"readonly",
|
1766
|
+
"reverse",
|
1767
|
+
"rounded",
|
1768
|
+
"rules",
|
1769
|
+
"show-ticks",
|
1770
|
+
"step",
|
1771
|
+
"thumb-color",
|
1772
|
+
"thumb-label",
|
1773
|
+
"thumb-size",
|
1774
|
+
"tick-size",
|
1775
|
+
"ticks",
|
1776
|
+
"track-color",
|
1777
|
+
"track-fill-color",
|
1778
|
+
"track-size",
|
1779
|
+
"validate-on",
|
1780
|
+
"validation-value"
|
1781
|
+
],
|
1782
|
+
"description": ""
|
1783
|
+
},
|
1784
|
+
"v-snackbar": {
|
1785
|
+
"attributes": [
|
1786
|
+
"absolute",
|
1787
|
+
"activator",
|
1788
|
+
"activator-props",
|
1789
|
+
"attach",
|
1790
|
+
"close-delay",
|
1791
|
+
"close-on-back",
|
1792
|
+
"close-on-content-click",
|
1793
|
+
"color",
|
1794
|
+
"contained",
|
1795
|
+
"content-class",
|
1796
|
+
"content-props",
|
1797
|
+
"disabled",
|
1798
|
+
"eager",
|
1799
|
+
"height",
|
1800
|
+
"location",
|
1801
|
+
"location-strategy",
|
1802
|
+
"max-height",
|
1803
|
+
"max-width",
|
1804
|
+
"min-height",
|
1805
|
+
"min-width",
|
1806
|
+
"model-value",
|
1807
|
+
"multi-line",
|
1808
|
+
"offset",
|
1809
|
+
"open-delay",
|
1810
|
+
"open-on-click",
|
1811
|
+
"open-on-focus",
|
1812
|
+
"open-on-hover",
|
1813
|
+
"origin",
|
1814
|
+
"position",
|
1815
|
+
"rounded",
|
1816
|
+
"theme",
|
1817
|
+
"timeout",
|
1818
|
+
"transition",
|
1819
|
+
"variant",
|
1820
|
+
"vertical",
|
1821
|
+
"width",
|
1822
|
+
"z-index"
|
1823
|
+
],
|
1824
|
+
"description": ""
|
1825
|
+
},
|
1826
|
+
"v-switch": {
|
1827
|
+
"attributes": [
|
1828
|
+
"append-icon",
|
1829
|
+
"color",
|
1830
|
+
"density",
|
1831
|
+
"direction",
|
1832
|
+
"disabled",
|
1833
|
+
"error",
|
1834
|
+
"error-messages",
|
1835
|
+
"false-icon",
|
1836
|
+
"false-value",
|
1837
|
+
"flat",
|
1838
|
+
"focused",
|
1839
|
+
"hide-details",
|
1840
|
+
"id",
|
1841
|
+
"indeterminate",
|
1842
|
+
"inline",
|
1843
|
+
"inset",
|
1844
|
+
"label",
|
1845
|
+
"loading",
|
1846
|
+
"max-errors",
|
1847
|
+
"messages",
|
1848
|
+
"model-value",
|
1849
|
+
"multiple",
|
1850
|
+
"name",
|
1851
|
+
"prepend-icon",
|
1852
|
+
"readonly",
|
1853
|
+
"ripple",
|
1854
|
+
"rules",
|
1855
|
+
"theme",
|
1856
|
+
"true-icon",
|
1857
|
+
"true-value",
|
1858
|
+
"type",
|
1859
|
+
"validate-on",
|
1860
|
+
"validation-value",
|
1861
|
+
"value",
|
1862
|
+
"value-comparator"
|
1863
|
+
],
|
1864
|
+
"description": ""
|
1865
|
+
},
|
1866
|
+
"v-system-bar": {
|
1867
|
+
"attributes": [
|
1868
|
+
"absolute",
|
1869
|
+
"color",
|
1870
|
+
"elevation",
|
1871
|
+
"height",
|
1872
|
+
"name",
|
1873
|
+
"order",
|
1874
|
+
"rounded",
|
1875
|
+
"tag",
|
1876
|
+
"theme",
|
1877
|
+
"window"
|
1878
|
+
],
|
1879
|
+
"description": ""
|
1880
|
+
},
|
1881
|
+
"v-tabs": {
|
1882
|
+
"attributes": [
|
1883
|
+
"align-tabs",
|
1884
|
+
"bg-color",
|
1885
|
+
"color",
|
1886
|
+
"density",
|
1887
|
+
"direction",
|
1888
|
+
"fixed-tabs",
|
1889
|
+
"grow",
|
1890
|
+
"height",
|
1891
|
+
"hide-slider",
|
1892
|
+
"items",
|
1893
|
+
"mandatory",
|
1894
|
+
"model-value",
|
1895
|
+
"slider-color",
|
1896
|
+
"stacked",
|
1897
|
+
"tag"
|
1898
|
+
],
|
1899
|
+
"description": ""
|
1900
|
+
},
|
1901
|
+
"v-tab": {
|
1902
|
+
"attributes": [
|
1903
|
+
"append-icon",
|
1904
|
+
"color",
|
1905
|
+
"direction",
|
1906
|
+
"disabled",
|
1907
|
+
"exact",
|
1908
|
+
"fixed",
|
1909
|
+
"hide-slider",
|
1910
|
+
"href",
|
1911
|
+
"icon",
|
1912
|
+
"prepend-icon",
|
1913
|
+
"replace",
|
1914
|
+
"ripple",
|
1915
|
+
"selected-class",
|
1916
|
+
"slider-color",
|
1917
|
+
"stacked",
|
1918
|
+
"tag",
|
1919
|
+
"theme",
|
1920
|
+
"title",
|
1921
|
+
"to",
|
1922
|
+
"value"
|
1923
|
+
],
|
1924
|
+
"description": ""
|
1925
|
+
},
|
1926
|
+
"v-table": {
|
1927
|
+
"attributes": [
|
1928
|
+
"density",
|
1929
|
+
"fixed-footer",
|
1930
|
+
"fixed-header",
|
1931
|
+
"height",
|
1932
|
+
"hover",
|
1933
|
+
"tag",
|
1934
|
+
"theme"
|
1935
|
+
],
|
1936
|
+
"description": ""
|
1937
|
+
},
|
1938
|
+
"v-textarea": {
|
1939
|
+
"attributes": [
|
1940
|
+
"active",
|
1941
|
+
"append-icon",
|
1942
|
+
"append-inner-icon",
|
1943
|
+
"auto-grow",
|
1944
|
+
"autofocus",
|
1945
|
+
"bg-color",
|
1946
|
+
"clear-icon",
|
1947
|
+
"clearable",
|
1948
|
+
"color",
|
1949
|
+
"counter",
|
1950
|
+
"counter-value",
|
1951
|
+
"density",
|
1952
|
+
"direction",
|
1953
|
+
"dirty",
|
1954
|
+
"disabled",
|
1955
|
+
"error",
|
1956
|
+
"error-messages",
|
1957
|
+
"focused",
|
1958
|
+
"hide-details",
|
1959
|
+
"hint",
|
1960
|
+
"id",
|
1961
|
+
"label",
|
1962
|
+
"loading",
|
1963
|
+
"max-errors",
|
1964
|
+
"max-rows",
|
1965
|
+
"messages",
|
1966
|
+
"model-value",
|
1967
|
+
"name",
|
1968
|
+
"no-resize",
|
1969
|
+
"persistent-clear",
|
1970
|
+
"persistent-counter",
|
1971
|
+
"persistent-hint",
|
1972
|
+
"persistent-placeholder",
|
1973
|
+
"placeholder",
|
1974
|
+
"prefix",
|
1975
|
+
"prepend-icon",
|
1976
|
+
"prepend-inner-icon",
|
1977
|
+
"readonly",
|
1978
|
+
"reverse",
|
1979
|
+
"rows",
|
1980
|
+
"rules",
|
1981
|
+
"single-line",
|
1982
|
+
"suffix",
|
1983
|
+
"theme",
|
1984
|
+
"validate-on",
|
1985
|
+
"validation-value",
|
1986
|
+
"variant"
|
1987
|
+
],
|
1988
|
+
"description": ""
|
1989
|
+
},
|
1990
|
+
"v-text-field": {
|
1991
|
+
"attributes": [
|
1992
|
+
"active",
|
1993
|
+
"append-icon",
|
1994
|
+
"append-inner-icon",
|
1995
|
+
"autofocus",
|
1996
|
+
"bg-color",
|
1997
|
+
"clear-icon",
|
1998
|
+
"clearable",
|
1999
|
+
"color",
|
2000
|
+
"counter",
|
2001
|
+
"counter-value",
|
2002
|
+
"density",
|
2003
|
+
"direction",
|
2004
|
+
"dirty",
|
2005
|
+
"disabled",
|
2006
|
+
"error",
|
2007
|
+
"error-messages",
|
2008
|
+
"focused",
|
2009
|
+
"hide-details",
|
2010
|
+
"hint",
|
2011
|
+
"id",
|
2012
|
+
"label",
|
2013
|
+
"loading",
|
2014
|
+
"max-errors",
|
2015
|
+
"messages",
|
2016
|
+
"model-value",
|
2017
|
+
"name",
|
2018
|
+
"persistent-clear",
|
2019
|
+
"persistent-counter",
|
2020
|
+
"persistent-hint",
|
2021
|
+
"persistent-placeholder",
|
2022
|
+
"placeholder",
|
2023
|
+
"prefix",
|
2024
|
+
"prepend-icon",
|
2025
|
+
"prepend-inner-icon",
|
2026
|
+
"readonly",
|
2027
|
+
"reverse",
|
2028
|
+
"rules",
|
2029
|
+
"single-line",
|
2030
|
+
"suffix",
|
2031
|
+
"theme",
|
2032
|
+
"type",
|
2033
|
+
"validate-on",
|
2034
|
+
"validation-value",
|
2035
|
+
"variant"
|
2036
|
+
],
|
2037
|
+
"description": ""
|
2038
|
+
},
|
2039
|
+
"v-theme-provider": {
|
2040
|
+
"attributes": [
|
2041
|
+
"tag",
|
2042
|
+
"theme",
|
2043
|
+
"with-background"
|
2044
|
+
],
|
2045
|
+
"description": ""
|
2046
|
+
},
|
2047
|
+
"v-timeline": {
|
2048
|
+
"attributes": [
|
2049
|
+
"align",
|
2050
|
+
"density",
|
2051
|
+
"direction",
|
2052
|
+
"justify",
|
2053
|
+
"line-color",
|
2054
|
+
"line-inset",
|
2055
|
+
"line-thickness",
|
2056
|
+
"side",
|
2057
|
+
"tag",
|
2058
|
+
"theme",
|
2059
|
+
"truncate-line"
|
2060
|
+
],
|
2061
|
+
"description": ""
|
2062
|
+
},
|
2063
|
+
"v-timeline-item": {
|
2064
|
+
"attributes": [
|
2065
|
+
"density",
|
2066
|
+
"dot-color",
|
2067
|
+
"elevation",
|
2068
|
+
"fill-dot",
|
2069
|
+
"height",
|
2070
|
+
"hide-dot",
|
2071
|
+
"hide-opposite",
|
2072
|
+
"icon",
|
2073
|
+
"icon-color",
|
2074
|
+
"line-inset",
|
2075
|
+
"max-height",
|
2076
|
+
"max-width",
|
2077
|
+
"min-height",
|
2078
|
+
"min-width",
|
2079
|
+
"rounded",
|
2080
|
+
"size",
|
2081
|
+
"tag",
|
2082
|
+
"width"
|
2083
|
+
],
|
2084
|
+
"description": ""
|
2085
|
+
},
|
2086
|
+
"v-toolbar": {
|
2087
|
+
"attributes": [
|
2088
|
+
"absolute",
|
2089
|
+
"border",
|
2090
|
+
"collapse",
|
2091
|
+
"color",
|
2092
|
+
"density",
|
2093
|
+
"elevation",
|
2094
|
+
"extended",
|
2095
|
+
"extension-height",
|
2096
|
+
"flat",
|
2097
|
+
"floating",
|
2098
|
+
"height",
|
2099
|
+
"image",
|
2100
|
+
"rounded",
|
2101
|
+
"tag",
|
2102
|
+
"theme",
|
2103
|
+
"title"
|
2104
|
+
],
|
2105
|
+
"description": ""
|
2106
|
+
},
|
2107
|
+
"v-toolbar-title": {
|
2108
|
+
"attributes": [
|
2109
|
+
"tag",
|
2110
|
+
"text"
|
2111
|
+
],
|
2112
|
+
"description": ""
|
2113
|
+
},
|
2114
|
+
"v-toolbar-items": {
|
2115
|
+
"attributes": [
|
2116
|
+
"color",
|
2117
|
+
"variant"
|
2118
|
+
],
|
2119
|
+
"description": ""
|
2120
|
+
},
|
2121
|
+
"v-tooltip": {
|
2122
|
+
"attributes": [
|
2123
|
+
"activator",
|
2124
|
+
"activator-props",
|
2125
|
+
"attach",
|
2126
|
+
"close-delay",
|
2127
|
+
"close-on-back",
|
2128
|
+
"close-on-content-click",
|
2129
|
+
"contained",
|
2130
|
+
"content-class",
|
2131
|
+
"content-props",
|
2132
|
+
"disabled",
|
2133
|
+
"height",
|
2134
|
+
"id",
|
2135
|
+
"location",
|
2136
|
+
"location-strategy",
|
2137
|
+
"max-height",
|
2138
|
+
"max-width",
|
2139
|
+
"min-height",
|
2140
|
+
"min-width",
|
2141
|
+
"model-value",
|
2142
|
+
"no-click-animation",
|
2143
|
+
"offset",
|
2144
|
+
"open-delay",
|
2145
|
+
"open-on-click",
|
2146
|
+
"open-on-focus",
|
2147
|
+
"open-on-hover",
|
2148
|
+
"origin",
|
2149
|
+
"scrim",
|
2150
|
+
"scroll-strategy",
|
2151
|
+
"text",
|
2152
|
+
"theme",
|
2153
|
+
"transition",
|
2154
|
+
"width",
|
2155
|
+
"z-index"
|
2156
|
+
],
|
2157
|
+
"description": ""
|
2158
|
+
},
|
2159
|
+
"v-validation": {
|
2160
|
+
"attributes": [
|
2161
|
+
"disabled",
|
2162
|
+
"error",
|
2163
|
+
"error-messages",
|
2164
|
+
"focused",
|
2165
|
+
"label",
|
2166
|
+
"max-errors",
|
2167
|
+
"model-value",
|
2168
|
+
"name",
|
2169
|
+
"readonly",
|
2170
|
+
"rules",
|
2171
|
+
"validate-on",
|
2172
|
+
"validation-value"
|
2173
|
+
],
|
2174
|
+
"description": ""
|
2175
|
+
},
|
2176
|
+
"v-window": {
|
2177
|
+
"attributes": [
|
2178
|
+
"continuous",
|
2179
|
+
"direction",
|
2180
|
+
"disabled",
|
2181
|
+
"mandatory",
|
2182
|
+
"model-value",
|
2183
|
+
"next-icon",
|
2184
|
+
"prev-icon",
|
2185
|
+
"reverse",
|
2186
|
+
"selected-class",
|
2187
|
+
"show-arrows",
|
2188
|
+
"tag",
|
2189
|
+
"theme",
|
2190
|
+
"touch"
|
2191
|
+
],
|
2192
|
+
"description": ""
|
2193
|
+
},
|
2194
|
+
"v-window-item": {
|
2195
|
+
"attributes": [
|
2196
|
+
"disabled",
|
2197
|
+
"eager",
|
2198
|
+
"reverse-transition",
|
2199
|
+
"selected-class",
|
2200
|
+
"transition",
|
2201
|
+
"value"
|
2202
|
+
],
|
2203
|
+
"description": ""
|
2204
|
+
},
|
2205
|
+
"v-dialog-transition": {
|
2206
|
+
"attributes": [
|
2207
|
+
"target"
|
2208
|
+
],
|
2209
|
+
"description": ""
|
2210
|
+
},
|
2211
|
+
"v-fab-transition": {
|
2212
|
+
"attributes": [
|
2213
|
+
"group",
|
2214
|
+
"hide-on-leave",
|
2215
|
+
"leave-absolute",
|
2216
|
+
"mode",
|
2217
|
+
"origin"
|
2218
|
+
],
|
2219
|
+
"description": ""
|
2220
|
+
},
|
2221
|
+
"v-dialog-bottom-transition": {
|
2222
|
+
"attributes": [
|
2223
|
+
"group",
|
2224
|
+
"hide-on-leave",
|
2225
|
+
"leave-absolute",
|
2226
|
+
"mode",
|
2227
|
+
"origin"
|
2228
|
+
],
|
2229
|
+
"description": ""
|
2230
|
+
},
|
2231
|
+
"v-dialog-top-transition": {
|
2232
|
+
"attributes": [
|
2233
|
+
"group",
|
2234
|
+
"hide-on-leave",
|
2235
|
+
"leave-absolute",
|
2236
|
+
"mode",
|
2237
|
+
"origin"
|
2238
|
+
],
|
2239
|
+
"description": ""
|
2240
|
+
},
|
2241
|
+
"v-fade-transition": {
|
2242
|
+
"attributes": [
|
2243
|
+
"group",
|
2244
|
+
"hide-on-leave",
|
2245
|
+
"leave-absolute",
|
2246
|
+
"mode",
|
2247
|
+
"origin"
|
2248
|
+
],
|
2249
|
+
"description": ""
|
2250
|
+
},
|
2251
|
+
"v-scale-transition": {
|
2252
|
+
"attributes": [
|
2253
|
+
"group",
|
2254
|
+
"hide-on-leave",
|
2255
|
+
"leave-absolute",
|
2256
|
+
"mode",
|
2257
|
+
"origin"
|
2258
|
+
],
|
2259
|
+
"description": ""
|
2260
|
+
},
|
2261
|
+
"v-scroll-x-transition": {
|
2262
|
+
"attributes": [
|
2263
|
+
"group",
|
2264
|
+
"hide-on-leave",
|
2265
|
+
"leave-absolute",
|
2266
|
+
"mode",
|
2267
|
+
"origin"
|
2268
|
+
],
|
2269
|
+
"description": ""
|
2270
|
+
},
|
2271
|
+
"v-scroll-x-reverse-transition": {
|
2272
|
+
"attributes": [
|
2273
|
+
"group",
|
2274
|
+
"hide-on-leave",
|
2275
|
+
"leave-absolute",
|
2276
|
+
"mode",
|
2277
|
+
"origin"
|
2278
|
+
],
|
2279
|
+
"description": ""
|
2280
|
+
},
|
2281
|
+
"v-scroll-y-transition": {
|
2282
|
+
"attributes": [
|
2283
|
+
"group",
|
2284
|
+
"hide-on-leave",
|
2285
|
+
"leave-absolute",
|
2286
|
+
"mode",
|
2287
|
+
"origin"
|
2288
|
+
],
|
2289
|
+
"description": ""
|
2290
|
+
},
|
2291
|
+
"v-scroll-y-reverse-transition": {
|
2292
|
+
"attributes": [
|
2293
|
+
"group",
|
2294
|
+
"hide-on-leave",
|
2295
|
+
"leave-absolute",
|
2296
|
+
"mode",
|
2297
|
+
"origin"
|
2298
|
+
],
|
2299
|
+
"description": ""
|
2300
|
+
},
|
2301
|
+
"v-slide-x-transition": {
|
2302
|
+
"attributes": [
|
2303
|
+
"group",
|
2304
|
+
"hide-on-leave",
|
2305
|
+
"leave-absolute",
|
2306
|
+
"mode",
|
2307
|
+
"origin"
|
2308
|
+
],
|
2309
|
+
"description": ""
|
2310
|
+
},
|
2311
|
+
"v-slide-x-reverse-transition": {
|
2312
|
+
"attributes": [
|
2313
|
+
"group",
|
2314
|
+
"hide-on-leave",
|
2315
|
+
"leave-absolute",
|
2316
|
+
"mode",
|
2317
|
+
"origin"
|
2318
|
+
],
|
2319
|
+
"description": ""
|
2320
|
+
},
|
2321
|
+
"v-slide-y-transition": {
|
2322
|
+
"attributes": [
|
2323
|
+
"group",
|
2324
|
+
"hide-on-leave",
|
2325
|
+
"leave-absolute",
|
2326
|
+
"mode",
|
2327
|
+
"origin"
|
2328
|
+
],
|
2329
|
+
"description": ""
|
2330
|
+
},
|
2331
|
+
"v-slide-y-reverse-transition": {
|
2332
|
+
"attributes": [
|
2333
|
+
"group",
|
2334
|
+
"hide-on-leave",
|
2335
|
+
"leave-absolute",
|
2336
|
+
"mode",
|
2337
|
+
"origin"
|
2338
|
+
],
|
2339
|
+
"description": ""
|
2340
|
+
},
|
2341
|
+
"v-expand-transition": {
|
2342
|
+
"attributes": [
|
2343
|
+
"mode"
|
2344
|
+
],
|
2345
|
+
"description": ""
|
2346
|
+
},
|
2347
|
+
"v-expand-x-transition": {
|
2348
|
+
"attributes": [
|
2349
|
+
"mode"
|
2350
|
+
],
|
2351
|
+
"description": ""
|
2352
|
+
},
|
2353
|
+
"v-data-table": {
|
2354
|
+
"attributes": [
|
2355
|
+
"custom-filter",
|
2356
|
+
"custom-key-filter",
|
2357
|
+
"expand-on-click",
|
2358
|
+
"expanded",
|
2359
|
+
"filter-keys",
|
2360
|
+
"filter-mode",
|
2361
|
+
"fixed-footer",
|
2362
|
+
"fixed-header",
|
2363
|
+
"group-by",
|
2364
|
+
"headers",
|
2365
|
+
"height",
|
2366
|
+
"hide-no-data",
|
2367
|
+
"item-children",
|
2368
|
+
"item-props",
|
2369
|
+
"item-title",
|
2370
|
+
"item-value",
|
2371
|
+
"items",
|
2372
|
+
"items-per-page",
|
2373
|
+
"model-value",
|
2374
|
+
"multi-sort",
|
2375
|
+
"must-sort",
|
2376
|
+
"no-data-text",
|
2377
|
+
"no-filter",
|
2378
|
+
"page",
|
2379
|
+
"return-object",
|
2380
|
+
"search",
|
2381
|
+
"show-expand",
|
2382
|
+
"show-select",
|
2383
|
+
"sort-by",
|
2384
|
+
"width"
|
2385
|
+
],
|
2386
|
+
"description": ""
|
2387
|
+
},
|
2388
|
+
"v-data-table-rows": {
|
2389
|
+
"attributes": [
|
2390
|
+
"hide-no-data",
|
2391
|
+
"items",
|
2392
|
+
"loading",
|
2393
|
+
"loading-text",
|
2394
|
+
"no-data-text",
|
2395
|
+
"row-height"
|
2396
|
+
],
|
2397
|
+
"description": ""
|
2398
|
+
},
|
2399
|
+
"v-data-table-row": {
|
2400
|
+
"attributes": [
|
2401
|
+
"item"
|
2402
|
+
],
|
2403
|
+
"description": ""
|
2404
|
+
},
|
2405
|
+
"v-data-table-virtual": {
|
2406
|
+
"attributes": [
|
2407
|
+
"custom-filter",
|
2408
|
+
"custom-key-filter",
|
2409
|
+
"expand-on-click",
|
2410
|
+
"expanded",
|
2411
|
+
"filter-keys",
|
2412
|
+
"filter-mode",
|
2413
|
+
"fixed-footer",
|
2414
|
+
"fixed-header",
|
2415
|
+
"group-by",
|
2416
|
+
"headers",
|
2417
|
+
"height",
|
2418
|
+
"hide-no-data",
|
2419
|
+
"item-children",
|
2420
|
+
"item-height",
|
2421
|
+
"item-props",
|
2422
|
+
"item-title",
|
2423
|
+
"item-value",
|
2424
|
+
"items",
|
2425
|
+
"model-value",
|
2426
|
+
"multi-sort",
|
2427
|
+
"must-sort",
|
2428
|
+
"no-data-text",
|
2429
|
+
"no-filter",
|
2430
|
+
"return-object",
|
2431
|
+
"search",
|
2432
|
+
"show-expand",
|
2433
|
+
"show-select",
|
2434
|
+
"sort-by",
|
2435
|
+
"visible-items",
|
2436
|
+
"width"
|
2437
|
+
],
|
2438
|
+
"description": ""
|
2439
|
+
},
|
2440
|
+
"v-data-table-server": {
|
2441
|
+
"attributes": [
|
2442
|
+
"color",
|
2443
|
+
"expand-on-click",
|
2444
|
+
"expanded",
|
2445
|
+
"fixed-footer",
|
2446
|
+
"fixed-header",
|
2447
|
+
"group-by",
|
2448
|
+
"headers",
|
2449
|
+
"height",
|
2450
|
+
"hide-no-data",
|
2451
|
+
"item-children",
|
2452
|
+
"item-props",
|
2453
|
+
"item-title",
|
2454
|
+
"item-value",
|
2455
|
+
"items",
|
2456
|
+
"items-length",
|
2457
|
+
"items-per-page",
|
2458
|
+
"loading",
|
2459
|
+
"loading-text",
|
2460
|
+
"model-value",
|
2461
|
+
"multi-sort",
|
2462
|
+
"must-sort",
|
2463
|
+
"no-data-text",
|
2464
|
+
"page",
|
2465
|
+
"return-object",
|
2466
|
+
"show-expand",
|
2467
|
+
"show-select",
|
2468
|
+
"sort-by",
|
2469
|
+
"width"
|
2470
|
+
],
|
2471
|
+
"description": ""
|
2472
|
+
},
|
2473
|
+
"v-data-table-footer": {
|
2474
|
+
"attributes": [],
|
2475
|
+
"description": ""
|
2476
|
+
},
|
2477
|
+
"v-virtual-scroll": {
|
2478
|
+
"attributes": [
|
2479
|
+
"height",
|
2480
|
+
"item-height",
|
2481
|
+
"item-key",
|
2482
|
+
"items",
|
2483
|
+
"max-height",
|
2484
|
+
"max-width",
|
2485
|
+
"min-height",
|
2486
|
+
"min-width",
|
2487
|
+
"visible-items",
|
2488
|
+
"width"
|
2489
|
+
],
|
2490
|
+
"description": ""
|
2491
|
+
}
|
2492
|
+
}
|