@dimailn/vuetify 2.7.2-alpha55 → 2.7.2-alpha57
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 +3945 -417
- package/dist/json/tags.json +1120 -133
- package/dist/json/web-types.json +12516 -2651
- package/dist/vuetify.js +72 -78
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VFileInput/VFileInput.js +3 -1
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +3 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/directives/click-outside/index.js +19 -21
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/intersect/index.js +12 -17
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +9 -11
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +8 -10
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/scroll/index.js +11 -12
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +6 -5
- package/es5/directives/touch/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/services/theme/utils.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +2 -0
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -0
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/directives/click-outside/index.js +17 -19
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/intersect/index.js +12 -16
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +9 -11
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +8 -8
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/scroll/index.js +8 -8
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +6 -5
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/services/theme/utils.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VFileInput/VFileInput.ts +1 -1
- package/src/components/VMenu/__tests__/VMenuActivatorTest.spec.ts +25 -0
- package/src/components/VMenu/__tests__/test-with-directives.spec.ts +50 -0
- package/src/components/VTextField/VTextField.ts +1 -1
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +2 -1
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +2 -1
- package/src/directives/click-outside/index.ts +25 -18
- package/src/directives/intersect/__tests__/intersect.spec.ts +31 -13
- package/src/directives/intersect/index.ts +15 -19
- package/src/directives/mutate/__tests__/mutate.spec.ts +35 -27
- package/src/directives/mutate/index.ts +12 -6
- package/src/directives/resize/__tests__/resize.spec.ts +4 -4
- package/src/directives/resize/index.ts +11 -18
- package/src/directives/scroll/__tests__/scroll.spec.ts +5 -29
- package/src/directives/scroll/index.ts +14 -7
- package/src/directives/touch/index.ts +6 -5
- package/src/services/theme/utils.ts +1 -1
package/dist/json/tags.json
CHANGED
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"v-app": {
|
|
3
|
-
"attributes": [
|
|
3
|
+
"attributes": [
|
|
4
|
+
"id"
|
|
5
|
+
],
|
|
4
6
|
"description": ""
|
|
5
7
|
},
|
|
6
8
|
"v-app-bar": {
|
|
7
|
-
"attributes": [
|
|
9
|
+
"attributes": [
|
|
10
|
+
"clipped-left",
|
|
11
|
+
"clipped-right",
|
|
12
|
+
"collapse-on-scroll",
|
|
13
|
+
"elevate-on-scroll",
|
|
14
|
+
"fade-img-on-scroll",
|
|
15
|
+
"hide-on-scroll",
|
|
16
|
+
"inverted-scroll",
|
|
17
|
+
"scroll-off-screen",
|
|
18
|
+
"shrink-on-scroll",
|
|
19
|
+
"value"
|
|
20
|
+
],
|
|
8
21
|
"description": ""
|
|
9
22
|
},
|
|
10
23
|
"v-app-bar-nav-icon": {
|
|
@@ -16,65 +29,182 @@
|
|
|
16
29
|
"description": ""
|
|
17
30
|
},
|
|
18
31
|
"v-alert": {
|
|
19
|
-
"attributes": [
|
|
32
|
+
"attributes": [
|
|
33
|
+
"border",
|
|
34
|
+
"close-icon",
|
|
35
|
+
"close-label",
|
|
36
|
+
"colored-border",
|
|
37
|
+
"dense",
|
|
38
|
+
"dismissible",
|
|
39
|
+
"icon",
|
|
40
|
+
"model-value",
|
|
41
|
+
"outlined",
|
|
42
|
+
"prominent",
|
|
43
|
+
"text",
|
|
44
|
+
"type"
|
|
45
|
+
],
|
|
20
46
|
"description": ""
|
|
21
47
|
},
|
|
22
48
|
"v-autocomplete": {
|
|
23
49
|
"attributes": [
|
|
50
|
+
"auto-select-first",
|
|
24
51
|
"disabled",
|
|
52
|
+
"filter",
|
|
53
|
+
"hide-no-data",
|
|
25
54
|
"items",
|
|
26
55
|
"label",
|
|
27
56
|
"menu-props",
|
|
57
|
+
"no-filter",
|
|
28
58
|
"readonly",
|
|
59
|
+
"search-input",
|
|
29
60
|
"value",
|
|
30
61
|
"value-comparator"
|
|
31
62
|
],
|
|
32
63
|
"description": ""
|
|
33
64
|
},
|
|
34
65
|
"v-avatar": {
|
|
35
|
-
"attributes": [
|
|
66
|
+
"attributes": [
|
|
67
|
+
"left",
|
|
68
|
+
"right",
|
|
69
|
+
"size"
|
|
70
|
+
],
|
|
36
71
|
"description": ""
|
|
37
72
|
},
|
|
38
73
|
"v-badge": {
|
|
39
|
-
"attributes": [
|
|
74
|
+
"attributes": [
|
|
75
|
+
"avatar",
|
|
76
|
+
"bordered",
|
|
77
|
+
"color",
|
|
78
|
+
"content",
|
|
79
|
+
"dot",
|
|
80
|
+
"icon",
|
|
81
|
+
"inline",
|
|
82
|
+
"label",
|
|
83
|
+
"model-value",
|
|
84
|
+
"offset-x",
|
|
85
|
+
"offset-y",
|
|
86
|
+
"overlap",
|
|
87
|
+
"tile",
|
|
88
|
+
"transition"
|
|
89
|
+
],
|
|
40
90
|
"description": ""
|
|
41
91
|
},
|
|
42
92
|
"v-banner": {
|
|
43
|
-
"attributes": [
|
|
93
|
+
"attributes": [
|
|
94
|
+
"app",
|
|
95
|
+
"icon",
|
|
96
|
+
"icon-color",
|
|
97
|
+
"model-value",
|
|
98
|
+
"single-line",
|
|
99
|
+
"sticky"
|
|
100
|
+
],
|
|
44
101
|
"description": ""
|
|
45
102
|
},
|
|
46
103
|
"v-bottom-navigation": {
|
|
47
|
-
"attributes": [
|
|
104
|
+
"attributes": [
|
|
105
|
+
"active-class",
|
|
106
|
+
"background-color",
|
|
107
|
+
"grow",
|
|
108
|
+
"height",
|
|
109
|
+
"hide-on-scroll",
|
|
110
|
+
"horizontal",
|
|
111
|
+
"mandatory",
|
|
112
|
+
"model-value",
|
|
113
|
+
"shift",
|
|
114
|
+
"tag"
|
|
115
|
+
],
|
|
48
116
|
"description": ""
|
|
49
117
|
},
|
|
50
118
|
"v-bottom-sheet": {
|
|
51
|
-
"attributes": [
|
|
119
|
+
"attributes": [
|
|
120
|
+
"inset",
|
|
121
|
+
"max-width",
|
|
122
|
+
"transition"
|
|
123
|
+
],
|
|
52
124
|
"description": ""
|
|
53
125
|
},
|
|
54
126
|
"v-breadcrumbs": {
|
|
55
127
|
"attributes": [
|
|
56
|
-
"
|
|
128
|
+
"divider",
|
|
129
|
+
"items",
|
|
130
|
+
"large"
|
|
57
131
|
],
|
|
58
132
|
"description": ""
|
|
59
133
|
},
|
|
60
134
|
"v-breadcrumbs-item": {
|
|
61
|
-
"attributes": [
|
|
135
|
+
"attributes": [
|
|
136
|
+
"active-class",
|
|
137
|
+
"ripple",
|
|
138
|
+
"text"
|
|
139
|
+
],
|
|
62
140
|
"description": ""
|
|
63
141
|
},
|
|
64
142
|
"v-breadcrumbs-divider": {
|
|
65
|
-
"attributes": [
|
|
143
|
+
"attributes": [
|
|
144
|
+
"tag"
|
|
145
|
+
],
|
|
66
146
|
"description": ""
|
|
67
147
|
},
|
|
68
148
|
"v-btn": {
|
|
69
|
-
"attributes": [
|
|
149
|
+
"attributes": [
|
|
150
|
+
"active-class",
|
|
151
|
+
"block",
|
|
152
|
+
"depressed",
|
|
153
|
+
"fab",
|
|
154
|
+
"icon",
|
|
155
|
+
"loading",
|
|
156
|
+
"outlined",
|
|
157
|
+
"plain",
|
|
158
|
+
"retain-focus-on-click",
|
|
159
|
+
"rounded",
|
|
160
|
+
"tag",
|
|
161
|
+
"text",
|
|
162
|
+
"tile",
|
|
163
|
+
"type",
|
|
164
|
+
"value"
|
|
165
|
+
],
|
|
70
166
|
"description": ""
|
|
71
167
|
},
|
|
72
168
|
"v-btn-toggle": {
|
|
73
|
-
"attributes": [
|
|
169
|
+
"attributes": [
|
|
170
|
+
"background-color",
|
|
171
|
+
"borderless",
|
|
172
|
+
"dense",
|
|
173
|
+
"group",
|
|
174
|
+
"rounded",
|
|
175
|
+
"shaped",
|
|
176
|
+
"tile"
|
|
177
|
+
],
|
|
74
178
|
"description": ""
|
|
75
179
|
},
|
|
76
180
|
"v-calendar": {
|
|
77
|
-
"attributes": [
|
|
181
|
+
"attributes": [
|
|
182
|
+
"categories",
|
|
183
|
+
"category-days",
|
|
184
|
+
"category-for-invalid",
|
|
185
|
+
"category-hide-dynamic",
|
|
186
|
+
"category-show-all",
|
|
187
|
+
"category-text",
|
|
188
|
+
"first-interval",
|
|
189
|
+
"first-time",
|
|
190
|
+
"interval-count",
|
|
191
|
+
"interval-format",
|
|
192
|
+
"interval-height",
|
|
193
|
+
"interval-minutes",
|
|
194
|
+
"interval-style",
|
|
195
|
+
"interval-width",
|
|
196
|
+
"locale-first-day-of-year",
|
|
197
|
+
"max-days",
|
|
198
|
+
"min-weeks",
|
|
199
|
+
"month-format",
|
|
200
|
+
"short-intervals",
|
|
201
|
+
"short-months",
|
|
202
|
+
"show-interval-label",
|
|
203
|
+
"show-month-on-first",
|
|
204
|
+
"show-week",
|
|
205
|
+
"type",
|
|
206
|
+
"value"
|
|
207
|
+
],
|
|
78
208
|
"description": ""
|
|
79
209
|
},
|
|
80
210
|
"v-calendar-daily": {
|
|
@@ -82,7 +212,15 @@
|
|
|
82
212
|
"description": ""
|
|
83
213
|
},
|
|
84
214
|
"v-calendar-weekly": {
|
|
85
|
-
"attributes": [
|
|
215
|
+
"attributes": [
|
|
216
|
+
"locale-first-day-of-year",
|
|
217
|
+
"min-weeks",
|
|
218
|
+
"month-format",
|
|
219
|
+
"now",
|
|
220
|
+
"short-months",
|
|
221
|
+
"show-month-on-first",
|
|
222
|
+
"show-week"
|
|
223
|
+
],
|
|
86
224
|
"description": ""
|
|
87
225
|
},
|
|
88
226
|
"v-calendar-monthly": {
|
|
@@ -90,27 +228,55 @@
|
|
|
90
228
|
"description": ""
|
|
91
229
|
},
|
|
92
230
|
"v-card": {
|
|
93
|
-
"attributes": [
|
|
231
|
+
"attributes": [
|
|
232
|
+
"flat",
|
|
233
|
+
"hover",
|
|
234
|
+
"img",
|
|
235
|
+
"link",
|
|
236
|
+
"loader-height",
|
|
237
|
+
"raised"
|
|
238
|
+
],
|
|
94
239
|
"description": ""
|
|
95
240
|
},
|
|
96
241
|
"v-card-actions": {
|
|
97
|
-
"attributes": [
|
|
242
|
+
"attributes": [
|
|
243
|
+
"tag"
|
|
244
|
+
],
|
|
98
245
|
"description": ""
|
|
99
246
|
},
|
|
100
247
|
"v-card-subtitle": {
|
|
101
|
-
"attributes": [
|
|
248
|
+
"attributes": [
|
|
249
|
+
"tag"
|
|
250
|
+
],
|
|
102
251
|
"description": ""
|
|
103
252
|
},
|
|
104
253
|
"v-card-text": {
|
|
105
|
-
"attributes": [
|
|
254
|
+
"attributes": [
|
|
255
|
+
"tag"
|
|
256
|
+
],
|
|
106
257
|
"description": ""
|
|
107
258
|
},
|
|
108
259
|
"v-card-title": {
|
|
109
|
-
"attributes": [
|
|
260
|
+
"attributes": [
|
|
261
|
+
"tag"
|
|
262
|
+
],
|
|
110
263
|
"description": ""
|
|
111
264
|
},
|
|
112
265
|
"v-carousel": {
|
|
113
|
-
"attributes": [
|
|
266
|
+
"attributes": [
|
|
267
|
+
"continuous",
|
|
268
|
+
"cycle",
|
|
269
|
+
"delimiter-icon",
|
|
270
|
+
"height",
|
|
271
|
+
"hide-delimiter-background",
|
|
272
|
+
"hide-delimiters",
|
|
273
|
+
"interval",
|
|
274
|
+
"mandatory",
|
|
275
|
+
"progress",
|
|
276
|
+
"progress-color",
|
|
277
|
+
"show-arrows",
|
|
278
|
+
"vertical-delimiters"
|
|
279
|
+
],
|
|
114
280
|
"description": ""
|
|
115
281
|
},
|
|
116
282
|
"v-carousel-item": {
|
|
@@ -120,26 +286,76 @@
|
|
|
120
286
|
"v-checkbox": {
|
|
121
287
|
"attributes": [
|
|
122
288
|
"disabled",
|
|
289
|
+
"indeterminate",
|
|
290
|
+
"indeterminate-icon",
|
|
123
291
|
"label",
|
|
292
|
+
"off-icon",
|
|
293
|
+
"on-icon",
|
|
124
294
|
"readonly",
|
|
125
295
|
"value"
|
|
126
296
|
],
|
|
127
297
|
"description": ""
|
|
128
298
|
},
|
|
129
299
|
"v-simple-checkbox": {
|
|
130
|
-
"attributes": [
|
|
300
|
+
"attributes": [
|
|
301
|
+
"color",
|
|
302
|
+
"dark",
|
|
303
|
+
"disabled",
|
|
304
|
+
"indeterminate",
|
|
305
|
+
"indeterminate-icon",
|
|
306
|
+
"light",
|
|
307
|
+
"model-value",
|
|
308
|
+
"off-icon",
|
|
309
|
+
"on-icon",
|
|
310
|
+
"ripple"
|
|
311
|
+
],
|
|
131
312
|
"description": ""
|
|
132
313
|
},
|
|
133
314
|
"v-chip": {
|
|
134
|
-
"attributes": [
|
|
315
|
+
"attributes": [
|
|
316
|
+
"active",
|
|
317
|
+
"active-class",
|
|
318
|
+
"close",
|
|
319
|
+
"close-icon",
|
|
320
|
+
"close-label",
|
|
321
|
+
"disabled",
|
|
322
|
+
"draggable",
|
|
323
|
+
"filter",
|
|
324
|
+
"filter-icon",
|
|
325
|
+
"label",
|
|
326
|
+
"link",
|
|
327
|
+
"model-value",
|
|
328
|
+
"on-click",
|
|
329
|
+
"outlined",
|
|
330
|
+
"pill",
|
|
331
|
+
"tag",
|
|
332
|
+
"text-color"
|
|
333
|
+
],
|
|
135
334
|
"description": ""
|
|
136
335
|
},
|
|
137
336
|
"v-chip-group": {
|
|
138
|
-
"attributes": [
|
|
337
|
+
"attributes": [
|
|
338
|
+
"column"
|
|
339
|
+
],
|
|
139
340
|
"description": ""
|
|
140
341
|
},
|
|
141
342
|
"v-color-picker": {
|
|
142
|
-
"attributes": [
|
|
343
|
+
"attributes": [
|
|
344
|
+
"canvas-height",
|
|
345
|
+
"disabled",
|
|
346
|
+
"dot-size",
|
|
347
|
+
"flat",
|
|
348
|
+
"hide-canvas",
|
|
349
|
+
"hide-inputs",
|
|
350
|
+
"hide-mode-switch",
|
|
351
|
+
"hide-sliders",
|
|
352
|
+
"mode",
|
|
353
|
+
"model-value",
|
|
354
|
+
"show-swatches",
|
|
355
|
+
"swatches",
|
|
356
|
+
"swatches-max-height",
|
|
357
|
+
"width"
|
|
358
|
+
],
|
|
143
359
|
"description": ""
|
|
144
360
|
},
|
|
145
361
|
"v-content": {
|
|
@@ -148,11 +364,13 @@
|
|
|
148
364
|
},
|
|
149
365
|
"v-combobox": {
|
|
150
366
|
"attributes": [
|
|
367
|
+
"delimiters",
|
|
151
368
|
"disabled",
|
|
152
369
|
"items",
|
|
153
370
|
"label",
|
|
154
371
|
"menu-props",
|
|
155
372
|
"readonly",
|
|
373
|
+
"return-object",
|
|
156
374
|
"value",
|
|
157
375
|
"value-comparator"
|
|
158
376
|
],
|
|
@@ -178,6 +396,8 @@
|
|
|
178
396
|
"loading",
|
|
179
397
|
"loading-text",
|
|
180
398
|
"locale",
|
|
399
|
+
"mobile-breakpoint",
|
|
400
|
+
"model-value",
|
|
181
401
|
"multi-sort",
|
|
182
402
|
"must-sort",
|
|
183
403
|
"no-data-text",
|
|
@@ -185,6 +405,7 @@
|
|
|
185
405
|
"options",
|
|
186
406
|
"page",
|
|
187
407
|
"search",
|
|
408
|
+
"selectable-key",
|
|
188
409
|
"server-items-length",
|
|
189
410
|
"single-expand",
|
|
190
411
|
"single-select",
|
|
@@ -196,29 +417,55 @@
|
|
|
196
417
|
},
|
|
197
418
|
"v-data-footer": {
|
|
198
419
|
"attributes": [
|
|
420
|
+
"disable-items-per-page",
|
|
421
|
+
"disable-pagination",
|
|
422
|
+
"first-icon",
|
|
423
|
+
"items-per-page-all-text",
|
|
424
|
+
"items-per-page-options",
|
|
425
|
+
"items-per-page-text",
|
|
426
|
+
"last-icon",
|
|
427
|
+
"next-icon",
|
|
199
428
|
"options",
|
|
200
|
-
"
|
|
429
|
+
"page-text",
|
|
430
|
+
"pagination",
|
|
431
|
+
"prev-icon",
|
|
432
|
+
"show-current-page",
|
|
433
|
+
"show-first-last-page"
|
|
201
434
|
],
|
|
202
435
|
"description": ""
|
|
203
436
|
},
|
|
204
437
|
"v-data-table": {
|
|
205
438
|
"attributes": [
|
|
439
|
+
"calculate-widths",
|
|
440
|
+
"caption",
|
|
206
441
|
"checkbox-color",
|
|
442
|
+
"color",
|
|
207
443
|
"custom-filter",
|
|
208
444
|
"custom-group",
|
|
209
445
|
"custom-sort",
|
|
446
|
+
"dense",
|
|
210
447
|
"disable-filtering",
|
|
211
448
|
"disable-pagination",
|
|
212
449
|
"disable-sort",
|
|
450
|
+
"expand-icon",
|
|
213
451
|
"expanded",
|
|
452
|
+
"filter-mode",
|
|
453
|
+
"fixed-header",
|
|
214
454
|
"footer-props",
|
|
215
455
|
"group-by",
|
|
216
456
|
"group-desc",
|
|
457
|
+
"header-props",
|
|
217
458
|
"headers",
|
|
459
|
+
"headers-length",
|
|
460
|
+
"height",
|
|
218
461
|
"hide-default-footer",
|
|
462
|
+
"hide-default-header",
|
|
463
|
+
"item-class",
|
|
219
464
|
"item-key",
|
|
465
|
+
"item-style",
|
|
220
466
|
"items",
|
|
221
467
|
"items-per-page",
|
|
468
|
+
"loader-height",
|
|
222
469
|
"loading",
|
|
223
470
|
"loading-text",
|
|
224
471
|
"locale",
|
|
@@ -230,6 +477,9 @@
|
|
|
230
477
|
"page",
|
|
231
478
|
"search",
|
|
232
479
|
"server-items-length",
|
|
480
|
+
"show-expand",
|
|
481
|
+
"show-group-by",
|
|
482
|
+
"show-select",
|
|
233
483
|
"single-expand",
|
|
234
484
|
"single-select",
|
|
235
485
|
"sort-by",
|
|
@@ -238,82 +488,234 @@
|
|
|
238
488
|
],
|
|
239
489
|
"description": ""
|
|
240
490
|
},
|
|
241
|
-
"v-
|
|
242
|
-
"attributes": [
|
|
491
|
+
"v-data-table-header": {
|
|
492
|
+
"attributes": [
|
|
493
|
+
"checkbox-color",
|
|
494
|
+
"disable-sort",
|
|
495
|
+
"every-item",
|
|
496
|
+
"headers",
|
|
497
|
+
"mobile",
|
|
498
|
+
"options",
|
|
499
|
+
"show-group-by",
|
|
500
|
+
"single-select",
|
|
501
|
+
"some-items",
|
|
502
|
+
"sort-by-text",
|
|
503
|
+
"sort-icon"
|
|
504
|
+
],
|
|
243
505
|
"description": ""
|
|
244
506
|
},
|
|
245
|
-
"v-
|
|
507
|
+
"v-edit-dialog": {
|
|
246
508
|
"attributes": [
|
|
247
|
-
"
|
|
509
|
+
"cancel-text",
|
|
510
|
+
"eager",
|
|
511
|
+
"large",
|
|
512
|
+
"persistent",
|
|
513
|
+
"save-text",
|
|
514
|
+
"transition"
|
|
248
515
|
],
|
|
249
516
|
"description": ""
|
|
250
517
|
},
|
|
251
518
|
"v-simple-table": {
|
|
252
|
-
"attributes": [
|
|
519
|
+
"attributes": [
|
|
520
|
+
"dense",
|
|
521
|
+
"fixed-header",
|
|
522
|
+
"height"
|
|
523
|
+
],
|
|
253
524
|
"description": ""
|
|
254
525
|
},
|
|
255
526
|
"v-date-picker": {
|
|
256
|
-
"attributes": [
|
|
527
|
+
"attributes": [
|
|
528
|
+
"active-picker",
|
|
529
|
+
"allowed-dates",
|
|
530
|
+
"day-format",
|
|
531
|
+
"disabled",
|
|
532
|
+
"event-color",
|
|
533
|
+
"events",
|
|
534
|
+
"first-day-of-week",
|
|
535
|
+
"header-date-format",
|
|
536
|
+
"locale-first-day-of-year",
|
|
537
|
+
"max",
|
|
538
|
+
"min",
|
|
539
|
+
"model-value",
|
|
540
|
+
"month-format",
|
|
541
|
+
"multiple",
|
|
542
|
+
"next-icon",
|
|
543
|
+
"next-month-aria-label",
|
|
544
|
+
"next-year-aria-label",
|
|
545
|
+
"picker-date",
|
|
546
|
+
"prev-icon",
|
|
547
|
+
"prev-month-aria-label",
|
|
548
|
+
"prev-year-aria-label",
|
|
549
|
+
"range",
|
|
550
|
+
"reactive",
|
|
551
|
+
"readonly",
|
|
552
|
+
"scrollable",
|
|
553
|
+
"selected-items-text",
|
|
554
|
+
"show-adjacent-months",
|
|
555
|
+
"show-current",
|
|
556
|
+
"show-week",
|
|
557
|
+
"title-date-format",
|
|
558
|
+
"type",
|
|
559
|
+
"weekday-format",
|
|
560
|
+
"year-format",
|
|
561
|
+
"year-icon"
|
|
562
|
+
],
|
|
257
563
|
"description": ""
|
|
258
564
|
},
|
|
259
565
|
"v-dialog": {
|
|
260
|
-
"attributes": [
|
|
566
|
+
"attributes": [
|
|
567
|
+
"dark",
|
|
568
|
+
"disabled",
|
|
569
|
+
"fullscreen",
|
|
570
|
+
"light",
|
|
571
|
+
"max-width",
|
|
572
|
+
"no-click-animation",
|
|
573
|
+
"origin",
|
|
574
|
+
"persistent",
|
|
575
|
+
"retain-focus",
|
|
576
|
+
"scrollable",
|
|
577
|
+
"transition",
|
|
578
|
+
"width"
|
|
579
|
+
],
|
|
261
580
|
"description": ""
|
|
262
581
|
},
|
|
263
582
|
"v-divider": {
|
|
264
583
|
"attributes": [
|
|
265
584
|
"dark",
|
|
266
|
-
"
|
|
585
|
+
"inset",
|
|
586
|
+
"light",
|
|
587
|
+
"vertical"
|
|
267
588
|
],
|
|
268
589
|
"description": ""
|
|
269
590
|
},
|
|
270
591
|
"v-expansion-panels": {
|
|
271
|
-
"attributes": [
|
|
592
|
+
"attributes": [
|
|
593
|
+
"accordion",
|
|
594
|
+
"disabled",
|
|
595
|
+
"flat",
|
|
596
|
+
"focusable",
|
|
597
|
+
"hover",
|
|
598
|
+
"inset",
|
|
599
|
+
"popout",
|
|
600
|
+
"readonly",
|
|
601
|
+
"tile"
|
|
602
|
+
],
|
|
272
603
|
"description": ""
|
|
273
604
|
},
|
|
274
605
|
"v-expansion-panel": {
|
|
275
|
-
"attributes": [
|
|
606
|
+
"attributes": [
|
|
607
|
+
"disabled",
|
|
608
|
+
"readonly"
|
|
609
|
+
],
|
|
276
610
|
"description": ""
|
|
277
611
|
},
|
|
278
|
-
"v-expansion-panel-
|
|
612
|
+
"v-expansion-panel-content": {
|
|
279
613
|
"attributes": [],
|
|
280
614
|
"description": ""
|
|
281
615
|
},
|
|
282
|
-
"v-expansion-panel-
|
|
283
|
-
"attributes": [
|
|
616
|
+
"v-expansion-panel-header": {
|
|
617
|
+
"attributes": [
|
|
618
|
+
"disable-icon-rotate",
|
|
619
|
+
"expand-icon",
|
|
620
|
+
"hide-actions",
|
|
621
|
+
"ripple"
|
|
622
|
+
],
|
|
284
623
|
"description": ""
|
|
285
624
|
},
|
|
286
625
|
"v-file-input": {
|
|
287
626
|
"attributes": [
|
|
627
|
+
"chips",
|
|
628
|
+
"clearable",
|
|
629
|
+
"counter-size-string",
|
|
630
|
+
"counter-string",
|
|
288
631
|
"disabled",
|
|
632
|
+
"hide-input",
|
|
289
633
|
"label",
|
|
290
634
|
"multiple",
|
|
635
|
+
"placeholder",
|
|
636
|
+
"prepend-icon",
|
|
637
|
+
"show-size",
|
|
638
|
+
"small-chips",
|
|
639
|
+
"truncate-length",
|
|
291
640
|
"value"
|
|
292
641
|
],
|
|
293
642
|
"description": ""
|
|
294
643
|
},
|
|
295
644
|
"v-footer": {
|
|
296
|
-
"attributes": [
|
|
645
|
+
"attributes": [
|
|
646
|
+
"height",
|
|
647
|
+
"inset",
|
|
648
|
+
"padless",
|
|
649
|
+
"tag"
|
|
650
|
+
],
|
|
297
651
|
"description": ""
|
|
298
652
|
},
|
|
299
653
|
"v-form": {
|
|
300
|
-
"attributes": [
|
|
654
|
+
"attributes": [
|
|
655
|
+
"disabled",
|
|
656
|
+
"lazy-validation",
|
|
657
|
+
"readonly",
|
|
658
|
+
"value"
|
|
659
|
+
],
|
|
301
660
|
"description": ""
|
|
302
661
|
},
|
|
303
662
|
"v-container": {
|
|
304
|
-
"attributes": [
|
|
663
|
+
"attributes": [
|
|
664
|
+
"fluid",
|
|
665
|
+
"id",
|
|
666
|
+
"tag"
|
|
667
|
+
],
|
|
305
668
|
"description": ""
|
|
306
669
|
},
|
|
307
670
|
"v-col": {
|
|
308
|
-
"attributes": [
|
|
671
|
+
"attributes": [
|
|
672
|
+
"align-self",
|
|
673
|
+
"cols",
|
|
674
|
+
"lg",
|
|
675
|
+
"md",
|
|
676
|
+
"offset",
|
|
677
|
+
"offset-lg",
|
|
678
|
+
"offset-md",
|
|
679
|
+
"offset-sm",
|
|
680
|
+
"offset-xl",
|
|
681
|
+
"order",
|
|
682
|
+
"order-lg",
|
|
683
|
+
"order-md",
|
|
684
|
+
"order-sm",
|
|
685
|
+
"order-xl",
|
|
686
|
+
"sm",
|
|
687
|
+
"tag",
|
|
688
|
+
"xl"
|
|
689
|
+
],
|
|
309
690
|
"description": ""
|
|
310
691
|
},
|
|
311
692
|
"v-row": {
|
|
312
|
-
"attributes": [
|
|
693
|
+
"attributes": [
|
|
694
|
+
"align",
|
|
695
|
+
"align-content",
|
|
696
|
+
"align-content-lg",
|
|
697
|
+
"align-content-md",
|
|
698
|
+
"align-content-sm",
|
|
699
|
+
"align-content-xl",
|
|
700
|
+
"align-lg",
|
|
701
|
+
"align-md",
|
|
702
|
+
"align-sm",
|
|
703
|
+
"align-xl",
|
|
704
|
+
"dense",
|
|
705
|
+
"justify",
|
|
706
|
+
"justify-lg",
|
|
707
|
+
"justify-md",
|
|
708
|
+
"justify-sm",
|
|
709
|
+
"justify-xl",
|
|
710
|
+
"no-gutters",
|
|
711
|
+
"tag"
|
|
712
|
+
],
|
|
313
713
|
"description": ""
|
|
314
714
|
},
|
|
315
715
|
"v-spacer": {
|
|
316
|
-
"attributes": [
|
|
716
|
+
"attributes": [
|
|
717
|
+
"tag"
|
|
718
|
+
],
|
|
317
719
|
"description": ""
|
|
318
720
|
},
|
|
319
721
|
"v-layout": {
|
|
@@ -330,6 +732,7 @@
|
|
|
330
732
|
"column",
|
|
331
733
|
"d-{type}",
|
|
332
734
|
"fill-height",
|
|
735
|
+
"id",
|
|
333
736
|
"justify-center",
|
|
334
737
|
"justify-end",
|
|
335
738
|
"justify-space-around",
|
|
@@ -350,30 +753,66 @@
|
|
|
350
753
|
"align-self-end",
|
|
351
754
|
"align-self-start",
|
|
352
755
|
"grow",
|
|
756
|
+
"id",
|
|
353
757
|
"offset-(size)(0-12)",
|
|
354
758
|
"order-(size)(1-12)",
|
|
355
|
-
"shrink"
|
|
759
|
+
"shrink",
|
|
760
|
+
"tag"
|
|
356
761
|
],
|
|
357
762
|
"description": ""
|
|
358
763
|
},
|
|
359
764
|
"v-hover": {
|
|
360
|
-
"attributes": [
|
|
765
|
+
"attributes": [
|
|
766
|
+
"disabled",
|
|
767
|
+
"model-value"
|
|
768
|
+
],
|
|
361
769
|
"description": ""
|
|
362
770
|
},
|
|
363
771
|
"v-icon": {
|
|
364
772
|
"attributes": [
|
|
365
|
-
"dense"
|
|
773
|
+
"dense",
|
|
774
|
+
"disabled",
|
|
775
|
+
"inner-h-t-m-l",
|
|
776
|
+
"left",
|
|
777
|
+
"right",
|
|
778
|
+
"size",
|
|
779
|
+
"tag",
|
|
780
|
+
"text-content"
|
|
366
781
|
],
|
|
367
782
|
"description": ""
|
|
368
783
|
},
|
|
369
784
|
"v-img": {
|
|
370
|
-
"attributes": [
|
|
785
|
+
"attributes": [
|
|
786
|
+
"alt",
|
|
787
|
+
"contain",
|
|
788
|
+
"eager",
|
|
789
|
+
"gradient",
|
|
790
|
+
"lazy-src",
|
|
791
|
+
"options",
|
|
792
|
+
"position",
|
|
793
|
+
"sizes",
|
|
794
|
+
"src",
|
|
795
|
+
"srcset",
|
|
796
|
+
"transition"
|
|
797
|
+
],
|
|
371
798
|
"description": ""
|
|
372
799
|
},
|
|
373
800
|
"v-input": {
|
|
374
801
|
"attributes": [
|
|
802
|
+
"append-icon",
|
|
803
|
+
"background-color",
|
|
804
|
+
"dense",
|
|
375
805
|
"disabled",
|
|
806
|
+
"height",
|
|
807
|
+
"hide-details",
|
|
808
|
+
"hide-spin-buttons",
|
|
809
|
+
"hint",
|
|
810
|
+
"id",
|
|
376
811
|
"label",
|
|
812
|
+
"loading",
|
|
813
|
+
"model-value",
|
|
814
|
+
"persistent-hint",
|
|
815
|
+
"prepend-icon",
|
|
377
816
|
"readonly",
|
|
378
817
|
"value"
|
|
379
818
|
],
|
|
@@ -388,113 +827,258 @@
|
|
|
388
827
|
"description": ""
|
|
389
828
|
},
|
|
390
829
|
"v-lazy": {
|
|
391
|
-
"attributes": [
|
|
830
|
+
"attributes": [
|
|
831
|
+
"options",
|
|
832
|
+
"tag",
|
|
833
|
+
"transition"
|
|
834
|
+
],
|
|
392
835
|
"description": ""
|
|
393
836
|
},
|
|
394
|
-
"v-list
|
|
395
|
-
"attributes": [
|
|
837
|
+
"v-list": {
|
|
838
|
+
"attributes": [
|
|
839
|
+
"dense",
|
|
840
|
+
"disabled",
|
|
841
|
+
"expand",
|
|
842
|
+
"flat",
|
|
843
|
+
"nav",
|
|
844
|
+
"rounded",
|
|
845
|
+
"subheader",
|
|
846
|
+
"three-line",
|
|
847
|
+
"two-line"
|
|
848
|
+
],
|
|
396
849
|
"description": ""
|
|
397
850
|
},
|
|
398
|
-
"v-list-
|
|
399
|
-
"attributes": [
|
|
851
|
+
"v-list-group": {
|
|
852
|
+
"attributes": [
|
|
853
|
+
"active-class",
|
|
854
|
+
"append-icon",
|
|
855
|
+
"color",
|
|
856
|
+
"disabled",
|
|
857
|
+
"group",
|
|
858
|
+
"no-action",
|
|
859
|
+
"prepend-icon",
|
|
860
|
+
"ripple",
|
|
861
|
+
"sub-group"
|
|
862
|
+
],
|
|
400
863
|
"description": ""
|
|
401
864
|
},
|
|
402
|
-
"v-list-item
|
|
403
|
-
"attributes": [
|
|
865
|
+
"v-list-item": {
|
|
866
|
+
"attributes": [
|
|
867
|
+
"active-class",
|
|
868
|
+
"dense",
|
|
869
|
+
"inactive",
|
|
870
|
+
"link",
|
|
871
|
+
"model-value",
|
|
872
|
+
"on-click",
|
|
873
|
+
"selectable",
|
|
874
|
+
"tag",
|
|
875
|
+
"three-line",
|
|
876
|
+
"two-line"
|
|
877
|
+
],
|
|
404
878
|
"description": ""
|
|
405
879
|
},
|
|
406
|
-
"v-list-item-
|
|
880
|
+
"v-list-item-group": {
|
|
407
881
|
"attributes": [],
|
|
408
882
|
"description": ""
|
|
409
883
|
},
|
|
410
|
-
"v-list": {
|
|
884
|
+
"v-list-item-action": {
|
|
411
885
|
"attributes": [],
|
|
412
886
|
"description": ""
|
|
413
887
|
},
|
|
414
|
-
"v-list-
|
|
415
|
-
"attributes": [
|
|
888
|
+
"v-list-item-avatar": {
|
|
889
|
+
"attributes": [
|
|
890
|
+
"horizontal",
|
|
891
|
+
"size"
|
|
892
|
+
],
|
|
416
893
|
"description": ""
|
|
417
894
|
},
|
|
418
|
-
"v-list-item": {
|
|
895
|
+
"v-list-item-icon": {
|
|
419
896
|
"attributes": [],
|
|
420
897
|
"description": ""
|
|
421
898
|
},
|
|
422
|
-
"v-list-item-action": {
|
|
423
|
-
"attributes": [
|
|
899
|
+
"v-list-item-action-text": {
|
|
900
|
+
"attributes": [
|
|
901
|
+
"tag"
|
|
902
|
+
],
|
|
424
903
|
"description": ""
|
|
425
904
|
},
|
|
426
|
-
"v-list-item-
|
|
427
|
-
"attributes": [
|
|
905
|
+
"v-list-item-content": {
|
|
906
|
+
"attributes": [
|
|
907
|
+
"tag"
|
|
908
|
+
],
|
|
428
909
|
"description": ""
|
|
429
910
|
},
|
|
430
|
-
"v-list-item-
|
|
431
|
-
"attributes": [
|
|
911
|
+
"v-list-item-title": {
|
|
912
|
+
"attributes": [
|
|
913
|
+
"tag"
|
|
914
|
+
],
|
|
432
915
|
"description": ""
|
|
433
916
|
},
|
|
434
|
-
"v-list-item-
|
|
435
|
-
"attributes": [
|
|
917
|
+
"v-list-item-subtitle": {
|
|
918
|
+
"attributes": [
|
|
919
|
+
"tag"
|
|
920
|
+
],
|
|
436
921
|
"description": ""
|
|
437
922
|
},
|
|
438
923
|
"v-main": {
|
|
439
|
-
"attributes": [
|
|
924
|
+
"attributes": [
|
|
925
|
+
"tag"
|
|
926
|
+
],
|
|
440
927
|
"description": ""
|
|
441
928
|
},
|
|
442
929
|
"v-menu": {
|
|
443
|
-
"attributes": [
|
|
930
|
+
"attributes": [
|
|
931
|
+
"auto",
|
|
932
|
+
"close-on-click",
|
|
933
|
+
"close-on-content-click",
|
|
934
|
+
"content-props",
|
|
935
|
+
"disable-keys",
|
|
936
|
+
"disabled",
|
|
937
|
+
"max-height",
|
|
938
|
+
"offset-x",
|
|
939
|
+
"offset-y",
|
|
940
|
+
"on-scroll",
|
|
941
|
+
"open-on-hover",
|
|
942
|
+
"origin",
|
|
943
|
+
"transition"
|
|
944
|
+
],
|
|
444
945
|
"description": ""
|
|
445
946
|
},
|
|
446
947
|
"v-navigation-drawer": {
|
|
447
|
-
"attributes": [
|
|
948
|
+
"attributes": [
|
|
949
|
+
"bottom",
|
|
950
|
+
"clipped",
|
|
951
|
+
"disable-resize-watcher",
|
|
952
|
+
"disable-route-watcher",
|
|
953
|
+
"expand-on-hover",
|
|
954
|
+
"floating",
|
|
955
|
+
"height",
|
|
956
|
+
"mini-variant",
|
|
957
|
+
"mini-variant-width",
|
|
958
|
+
"model-value",
|
|
959
|
+
"permanent",
|
|
960
|
+
"right",
|
|
961
|
+
"src",
|
|
962
|
+
"stateless",
|
|
963
|
+
"tag",
|
|
964
|
+
"temporary",
|
|
965
|
+
"touchless",
|
|
966
|
+
"width"
|
|
967
|
+
],
|
|
448
968
|
"description": ""
|
|
449
969
|
},
|
|
450
970
|
"v-otp-input": {
|
|
451
|
-
"attributes": [
|
|
971
|
+
"attributes": [
|
|
972
|
+
"length",
|
|
973
|
+
"model-value",
|
|
974
|
+
"plain",
|
|
975
|
+
"type"
|
|
976
|
+
],
|
|
452
977
|
"description": ""
|
|
453
978
|
},
|
|
454
979
|
"v-overflow-btn": {
|
|
455
980
|
"attributes": [
|
|
456
981
|
"disabled",
|
|
982
|
+
"editable",
|
|
457
983
|
"items",
|
|
458
984
|
"label",
|
|
459
985
|
"menu-props",
|
|
460
986
|
"readonly",
|
|
987
|
+
"segmented",
|
|
461
988
|
"value",
|
|
462
989
|
"value-comparator"
|
|
463
990
|
],
|
|
464
991
|
"description": ""
|
|
465
992
|
},
|
|
466
993
|
"v-overlay": {
|
|
467
|
-
"attributes": [
|
|
994
|
+
"attributes": [
|
|
995
|
+
"absolute",
|
|
996
|
+
"color",
|
|
997
|
+
"dark",
|
|
998
|
+
"model-value",
|
|
999
|
+
"opacity",
|
|
1000
|
+
"z-index"
|
|
1001
|
+
],
|
|
468
1002
|
"description": ""
|
|
469
1003
|
},
|
|
470
1004
|
"v-pagination": {
|
|
471
|
-
"attributes": [
|
|
1005
|
+
"attributes": [
|
|
1006
|
+
"circle",
|
|
1007
|
+
"current-page-aria-label",
|
|
1008
|
+
"disabled",
|
|
1009
|
+
"length",
|
|
1010
|
+
"model-value",
|
|
1011
|
+
"navigation-color",
|
|
1012
|
+
"navigation-text-color",
|
|
1013
|
+
"next-aria-label",
|
|
1014
|
+
"next-icon",
|
|
1015
|
+
"page-aria-label",
|
|
1016
|
+
"prev-icon",
|
|
1017
|
+
"previous-aria-label",
|
|
1018
|
+
"total-visible",
|
|
1019
|
+
"wrapper-aria-label"
|
|
1020
|
+
],
|
|
472
1021
|
"description": ""
|
|
473
1022
|
},
|
|
474
1023
|
"v-sheet": {
|
|
475
1024
|
"attributes": [
|
|
1025
|
+
"outlined",
|
|
1026
|
+
"shaped",
|
|
476
1027
|
"tag",
|
|
477
1028
|
"tile"
|
|
478
1029
|
],
|
|
479
1030
|
"description": ""
|
|
480
1031
|
},
|
|
481
1032
|
"v-parallax": {
|
|
482
|
-
"attributes": [
|
|
1033
|
+
"attributes": [
|
|
1034
|
+
"alt",
|
|
1035
|
+
"height",
|
|
1036
|
+
"src",
|
|
1037
|
+
"srcset"
|
|
1038
|
+
],
|
|
483
1039
|
"description": ""
|
|
484
1040
|
},
|
|
485
1041
|
"v-progress-circular": {
|
|
486
|
-
"attributes": [
|
|
1042
|
+
"attributes": [
|
|
1043
|
+
"button",
|
|
1044
|
+
"indeterminate",
|
|
1045
|
+
"rotate",
|
|
1046
|
+
"size",
|
|
1047
|
+
"value",
|
|
1048
|
+
"width"
|
|
1049
|
+
],
|
|
487
1050
|
"description": ""
|
|
488
1051
|
},
|
|
489
1052
|
"v-progress-linear": {
|
|
490
|
-
"attributes": [
|
|
1053
|
+
"attributes": [
|
|
1054
|
+
"active",
|
|
1055
|
+
"background-color",
|
|
1056
|
+
"background-opacity",
|
|
1057
|
+
"buffer-value",
|
|
1058
|
+
"color",
|
|
1059
|
+
"height",
|
|
1060
|
+
"indeterminate",
|
|
1061
|
+
"model-value",
|
|
1062
|
+
"on-change",
|
|
1063
|
+
"on-update-model-value",
|
|
1064
|
+
"query",
|
|
1065
|
+
"reverse",
|
|
1066
|
+
"rounded",
|
|
1067
|
+
"stream",
|
|
1068
|
+
"striped",
|
|
1069
|
+
"value"
|
|
1070
|
+
],
|
|
491
1071
|
"description": ""
|
|
492
1072
|
},
|
|
493
1073
|
"v-radio-group": {
|
|
494
1074
|
"attributes": [
|
|
1075
|
+
"column",
|
|
495
1076
|
"disabled",
|
|
496
1077
|
"label",
|
|
1078
|
+
"model-value",
|
|
1079
|
+
"name",
|
|
497
1080
|
"readonly",
|
|
1081
|
+
"row",
|
|
498
1082
|
"value"
|
|
499
1083
|
],
|
|
500
1084
|
"description": ""
|
|
@@ -502,7 +1086,11 @@
|
|
|
502
1086
|
"v-radio": {
|
|
503
1087
|
"attributes": [
|
|
504
1088
|
"disabled",
|
|
1089
|
+
"id",
|
|
505
1090
|
"label",
|
|
1091
|
+
"name",
|
|
1092
|
+
"off-icon",
|
|
1093
|
+
"on-icon",
|
|
506
1094
|
"readonly",
|
|
507
1095
|
"value"
|
|
508
1096
|
],
|
|
@@ -512,26 +1100,64 @@
|
|
|
512
1100
|
"attributes": [
|
|
513
1101
|
"disabled",
|
|
514
1102
|
"label",
|
|
1103
|
+
"model-value",
|
|
515
1104
|
"readonly",
|
|
516
1105
|
"value"
|
|
517
1106
|
],
|
|
518
1107
|
"description": ""
|
|
519
1108
|
},
|
|
520
1109
|
"v-rating": {
|
|
521
|
-
"attributes": [
|
|
1110
|
+
"attributes": [
|
|
1111
|
+
"background-color",
|
|
1112
|
+
"clearable",
|
|
1113
|
+
"color",
|
|
1114
|
+
"dense",
|
|
1115
|
+
"empty-icon",
|
|
1116
|
+
"full-icon",
|
|
1117
|
+
"half-icon",
|
|
1118
|
+
"half-increments",
|
|
1119
|
+
"hover",
|
|
1120
|
+
"icon-label",
|
|
1121
|
+
"length",
|
|
1122
|
+
"model-value",
|
|
1123
|
+
"readonly",
|
|
1124
|
+
"size"
|
|
1125
|
+
],
|
|
522
1126
|
"description": ""
|
|
523
1127
|
},
|
|
524
1128
|
"v-responsive": {
|
|
525
|
-
"attributes": [
|
|
1129
|
+
"attributes": [
|
|
1130
|
+
"aspect-ratio",
|
|
1131
|
+
"content-class"
|
|
1132
|
+
],
|
|
526
1133
|
"description": ""
|
|
527
1134
|
},
|
|
528
1135
|
"v-select": {
|
|
529
1136
|
"attributes": [
|
|
1137
|
+
"append-icon",
|
|
1138
|
+
"attach",
|
|
1139
|
+
"auto",
|
|
1140
|
+
"cache-items",
|
|
1141
|
+
"chips",
|
|
1142
|
+
"clearable",
|
|
1143
|
+
"deletable-chips",
|
|
1144
|
+
"disable-lookup",
|
|
530
1145
|
"disabled",
|
|
1146
|
+
"eager",
|
|
1147
|
+
"hide-selected",
|
|
1148
|
+
"item-color",
|
|
1149
|
+
"item-disabled",
|
|
1150
|
+
"item-text",
|
|
1151
|
+
"item-value",
|
|
531
1152
|
"items",
|
|
532
1153
|
"label",
|
|
533
1154
|
"menu-props",
|
|
1155
|
+
"min-width",
|
|
1156
|
+
"multiple",
|
|
1157
|
+
"open-on-clear",
|
|
534
1158
|
"readonly",
|
|
1159
|
+
"return-object",
|
|
1160
|
+
"small-chips",
|
|
535
1161
|
"value",
|
|
536
1162
|
"value-comparator"
|
|
537
1163
|
],
|
|
@@ -539,16 +1165,36 @@
|
|
|
539
1165
|
},
|
|
540
1166
|
"v-skeleton-loader": {
|
|
541
1167
|
"attributes": [
|
|
542
|
-
"
|
|
1168
|
+
"boilerplate",
|
|
1169
|
+
"loading",
|
|
1170
|
+
"loading-text",
|
|
1171
|
+
"tile",
|
|
1172
|
+
"transition",
|
|
1173
|
+
"type",
|
|
1174
|
+
"types"
|
|
543
1175
|
],
|
|
544
1176
|
"description": ""
|
|
545
1177
|
},
|
|
546
1178
|
"v-slider": {
|
|
547
1179
|
"attributes": [
|
|
548
1180
|
"disabled",
|
|
1181
|
+
"inverse-label",
|
|
549
1182
|
"label",
|
|
1183
|
+
"max",
|
|
1184
|
+
"min",
|
|
1185
|
+
"model-value",
|
|
550
1186
|
"readonly",
|
|
551
|
-
"
|
|
1187
|
+
"step",
|
|
1188
|
+
"thumb-color",
|
|
1189
|
+
"thumb-label",
|
|
1190
|
+
"thumb-size",
|
|
1191
|
+
"tick-labels",
|
|
1192
|
+
"tick-size",
|
|
1193
|
+
"ticks",
|
|
1194
|
+
"track-color",
|
|
1195
|
+
"track-fill-color",
|
|
1196
|
+
"value",
|
|
1197
|
+
"vertical"
|
|
552
1198
|
],
|
|
553
1199
|
"description": ""
|
|
554
1200
|
},
|
|
@@ -561,68 +1207,157 @@
|
|
|
561
1207
|
"description": ""
|
|
562
1208
|
},
|
|
563
1209
|
"v-snackbar": {
|
|
564
|
-
"attributes": [
|
|
1210
|
+
"attributes": [
|
|
1211
|
+
"app",
|
|
1212
|
+
"centered",
|
|
1213
|
+
"content-class",
|
|
1214
|
+
"multi-line",
|
|
1215
|
+
"text",
|
|
1216
|
+
"timeout",
|
|
1217
|
+
"transition",
|
|
1218
|
+
"vertical"
|
|
1219
|
+
],
|
|
565
1220
|
"description": ""
|
|
566
1221
|
},
|
|
567
1222
|
"v-sparkline": {
|
|
568
|
-
"attributes": [
|
|
1223
|
+
"attributes": [
|
|
1224
|
+
"auto-draw",
|
|
1225
|
+
"auto-draw-duration",
|
|
1226
|
+
"auto-draw-easing",
|
|
1227
|
+
"auto-line-width",
|
|
1228
|
+
"color",
|
|
1229
|
+
"fill",
|
|
1230
|
+
"gradient",
|
|
1231
|
+
"gradient-direction",
|
|
1232
|
+
"height",
|
|
1233
|
+
"label-size",
|
|
1234
|
+
"labels",
|
|
1235
|
+
"line-width",
|
|
1236
|
+
"padding",
|
|
1237
|
+
"show-labels",
|
|
1238
|
+
"smooth",
|
|
1239
|
+
"type",
|
|
1240
|
+
"value",
|
|
1241
|
+
"width"
|
|
1242
|
+
],
|
|
569
1243
|
"description": ""
|
|
570
1244
|
},
|
|
571
1245
|
"v-speed-dial": {
|
|
572
|
-
"attributes": [
|
|
1246
|
+
"attributes": [
|
|
1247
|
+
"direction",
|
|
1248
|
+
"open-on-hover",
|
|
1249
|
+
"transition"
|
|
1250
|
+
],
|
|
573
1251
|
"description": ""
|
|
574
1252
|
},
|
|
575
1253
|
"v-stepper": {
|
|
576
|
-
"attributes": [
|
|
1254
|
+
"attributes": [
|
|
1255
|
+
"alt-labels",
|
|
1256
|
+
"flat",
|
|
1257
|
+
"non-linear",
|
|
1258
|
+
"vertical"
|
|
1259
|
+
],
|
|
577
1260
|
"description": ""
|
|
578
1261
|
},
|
|
579
|
-
"v-stepper-
|
|
580
|
-
"attributes": [
|
|
1262
|
+
"v-stepper-step": {
|
|
1263
|
+
"attributes": [
|
|
1264
|
+
"color",
|
|
1265
|
+
"complete",
|
|
1266
|
+
"complete-icon",
|
|
1267
|
+
"edit-icon",
|
|
1268
|
+
"editable",
|
|
1269
|
+
"error-icon",
|
|
1270
|
+
"rules",
|
|
1271
|
+
"step"
|
|
1272
|
+
],
|
|
581
1273
|
"description": ""
|
|
582
1274
|
},
|
|
583
|
-
"v-stepper-
|
|
584
|
-
"attributes": [
|
|
1275
|
+
"v-stepper-content": {
|
|
1276
|
+
"attributes": [
|
|
1277
|
+
"step"
|
|
1278
|
+
],
|
|
585
1279
|
"description": ""
|
|
586
1280
|
},
|
|
587
1281
|
"v-stepper-header": {
|
|
588
|
-
"attributes": [
|
|
1282
|
+
"attributes": [
|
|
1283
|
+
"tag"
|
|
1284
|
+
],
|
|
589
1285
|
"description": ""
|
|
590
1286
|
},
|
|
591
1287
|
"v-stepper-items": {
|
|
592
|
-
"attributes": [
|
|
1288
|
+
"attributes": [
|
|
1289
|
+
"tag"
|
|
1290
|
+
],
|
|
593
1291
|
"description": ""
|
|
594
1292
|
},
|
|
595
1293
|
"v-subheader": {
|
|
596
|
-
"attributes": [
|
|
1294
|
+
"attributes": [
|
|
1295
|
+
"inset"
|
|
1296
|
+
],
|
|
597
1297
|
"description": ""
|
|
598
1298
|
},
|
|
599
1299
|
"v-switch": {
|
|
600
1300
|
"attributes": [
|
|
601
1301
|
"disabled",
|
|
1302
|
+
"flat",
|
|
1303
|
+
"inset",
|
|
602
1304
|
"label",
|
|
1305
|
+
"loading",
|
|
603
1306
|
"readonly",
|
|
604
1307
|
"value"
|
|
605
1308
|
],
|
|
606
1309
|
"description": ""
|
|
607
1310
|
},
|
|
608
1311
|
"v-system-bar": {
|
|
609
|
-
"attributes": [
|
|
1312
|
+
"attributes": [
|
|
1313
|
+
"height",
|
|
1314
|
+
"lights-out",
|
|
1315
|
+
"window"
|
|
1316
|
+
],
|
|
610
1317
|
"description": ""
|
|
611
1318
|
},
|
|
612
1319
|
"v-tabs": {
|
|
613
|
-
"attributes": [
|
|
1320
|
+
"attributes": [
|
|
1321
|
+
"active-class",
|
|
1322
|
+
"align-with-title",
|
|
1323
|
+
"allow-deselect",
|
|
1324
|
+
"background-color",
|
|
1325
|
+
"center-active",
|
|
1326
|
+
"centered",
|
|
1327
|
+
"fixed-tabs",
|
|
1328
|
+
"grow",
|
|
1329
|
+
"height",
|
|
1330
|
+
"hide-slider",
|
|
1331
|
+
"icons-and-text",
|
|
1332
|
+
"mobile-breakpoint",
|
|
1333
|
+
"next-icon",
|
|
1334
|
+
"optional",
|
|
1335
|
+
"prev-icon",
|
|
1336
|
+
"right",
|
|
1337
|
+
"show-arrows",
|
|
1338
|
+
"slider-color",
|
|
1339
|
+
"slider-size",
|
|
1340
|
+
"vertical"
|
|
1341
|
+
],
|
|
614
1342
|
"description": ""
|
|
615
1343
|
},
|
|
616
1344
|
"v-tab": {
|
|
617
|
-
"attributes": [
|
|
1345
|
+
"attributes": [
|
|
1346
|
+
"ripple",
|
|
1347
|
+
"tab-value"
|
|
1348
|
+
],
|
|
618
1349
|
"description": ""
|
|
619
1350
|
},
|
|
620
|
-
"v-
|
|
621
|
-
"attributes": [
|
|
1351
|
+
"v-tabs-items": {
|
|
1352
|
+
"attributes": [
|
|
1353
|
+
"mandatory"
|
|
1354
|
+
],
|
|
622
1355
|
"description": ""
|
|
623
1356
|
},
|
|
624
|
-
"v-
|
|
625
|
-
"attributes": [
|
|
1357
|
+
"v-tab-item": {
|
|
1358
|
+
"attributes": [
|
|
1359
|
+
"id"
|
|
1360
|
+
],
|
|
626
1361
|
"description": ""
|
|
627
1362
|
},
|
|
628
1363
|
"v-tabs-slider": {
|
|
@@ -631,154 +1366,406 @@
|
|
|
631
1366
|
},
|
|
632
1367
|
"v-textarea": {
|
|
633
1368
|
"attributes": [
|
|
1369
|
+
"auto-grow",
|
|
634
1370
|
"disabled",
|
|
635
1371
|
"label",
|
|
1372
|
+
"no-resize",
|
|
636
1373
|
"readonly",
|
|
1374
|
+
"row-height",
|
|
1375
|
+
"rows",
|
|
637
1376
|
"value"
|
|
638
1377
|
],
|
|
639
1378
|
"description": ""
|
|
640
1379
|
},
|
|
641
1380
|
"v-text-field": {
|
|
642
1381
|
"attributes": [
|
|
1382
|
+
"append-outer-icon",
|
|
1383
|
+
"autofocus",
|
|
1384
|
+
"clear-icon",
|
|
1385
|
+
"clearable",
|
|
1386
|
+
"counter",
|
|
1387
|
+
"counter-value",
|
|
643
1388
|
"disabled",
|
|
1389
|
+
"filled",
|
|
1390
|
+
"flat",
|
|
1391
|
+
"full-width",
|
|
644
1392
|
"label",
|
|
1393
|
+
"outlined",
|
|
1394
|
+
"persistent-placeholder",
|
|
1395
|
+
"placeholder",
|
|
1396
|
+
"prefix",
|
|
1397
|
+
"prepend-inner-icon",
|
|
645
1398
|
"readonly",
|
|
1399
|
+
"reverse",
|
|
1400
|
+
"rounded",
|
|
1401
|
+
"shaped",
|
|
1402
|
+
"single-line",
|
|
1403
|
+
"solo",
|
|
1404
|
+
"solo-inverted",
|
|
1405
|
+
"suffix",
|
|
1406
|
+
"type",
|
|
646
1407
|
"value"
|
|
647
1408
|
],
|
|
648
1409
|
"description": ""
|
|
649
1410
|
},
|
|
650
1411
|
"v-theme-provider": {
|
|
651
|
-
"attributes": [
|
|
1412
|
+
"attributes": [
|
|
1413
|
+
"root"
|
|
1414
|
+
],
|
|
652
1415
|
"description": ""
|
|
653
1416
|
},
|
|
654
1417
|
"v-timeline": {
|
|
655
|
-
"attributes": [
|
|
1418
|
+
"attributes": [
|
|
1419
|
+
"align-top",
|
|
1420
|
+
"dense",
|
|
1421
|
+
"reverse"
|
|
1422
|
+
],
|
|
656
1423
|
"description": ""
|
|
657
1424
|
},
|
|
658
1425
|
"v-timeline-item": {
|
|
659
|
-
"attributes": [
|
|
1426
|
+
"attributes": [
|
|
1427
|
+
"color",
|
|
1428
|
+
"fill-dot",
|
|
1429
|
+
"hide-dot",
|
|
1430
|
+
"icon",
|
|
1431
|
+
"icon-color",
|
|
1432
|
+
"large",
|
|
1433
|
+
"left",
|
|
1434
|
+
"right",
|
|
1435
|
+
"small"
|
|
1436
|
+
],
|
|
660
1437
|
"description": ""
|
|
661
1438
|
},
|
|
662
1439
|
"v-time-picker": {
|
|
663
|
-
"attributes": [
|
|
1440
|
+
"attributes": [
|
|
1441
|
+
"active-picker",
|
|
1442
|
+
"allowed-hours",
|
|
1443
|
+
"allowed-minutes",
|
|
1444
|
+
"allowed-seconds",
|
|
1445
|
+
"ampm-in-title",
|
|
1446
|
+
"disabled",
|
|
1447
|
+
"format",
|
|
1448
|
+
"max",
|
|
1449
|
+
"min",
|
|
1450
|
+
"model-value",
|
|
1451
|
+
"readonly",
|
|
1452
|
+
"scrollable",
|
|
1453
|
+
"use-seconds"
|
|
1454
|
+
],
|
|
664
1455
|
"description": ""
|
|
665
1456
|
},
|
|
666
1457
|
"v-toolbar": {
|
|
667
|
-
"attributes": [
|
|
1458
|
+
"attributes": [
|
|
1459
|
+
"absolute",
|
|
1460
|
+
"bottom",
|
|
1461
|
+
"collapse",
|
|
1462
|
+
"dense",
|
|
1463
|
+
"extended",
|
|
1464
|
+
"extension-height",
|
|
1465
|
+
"flat",
|
|
1466
|
+
"floating",
|
|
1467
|
+
"prominent",
|
|
1468
|
+
"short",
|
|
1469
|
+
"src",
|
|
1470
|
+
"tag"
|
|
1471
|
+
],
|
|
668
1472
|
"description": ""
|
|
669
1473
|
},
|
|
670
1474
|
"v-toolbar-items": {
|
|
671
|
-
"attributes": [
|
|
1475
|
+
"attributes": [
|
|
1476
|
+
"tag"
|
|
1477
|
+
],
|
|
672
1478
|
"description": ""
|
|
673
1479
|
},
|
|
674
1480
|
"v-toolbar-title": {
|
|
675
|
-
"attributes": [
|
|
1481
|
+
"attributes": [
|
|
1482
|
+
"tag"
|
|
1483
|
+
],
|
|
676
1484
|
"description": ""
|
|
677
1485
|
},
|
|
678
1486
|
"v-tooltip": {
|
|
679
|
-
"attributes": [
|
|
1487
|
+
"attributes": [
|
|
1488
|
+
"close-delay",
|
|
1489
|
+
"disabled",
|
|
1490
|
+
"open-delay",
|
|
1491
|
+
"open-on-focus",
|
|
1492
|
+
"open-on-hover",
|
|
1493
|
+
"tag",
|
|
1494
|
+
"transition"
|
|
1495
|
+
],
|
|
680
1496
|
"description": ""
|
|
681
1497
|
},
|
|
682
1498
|
"v-treeview": {
|
|
683
|
-
"attributes": [
|
|
1499
|
+
"attributes": [
|
|
1500
|
+
"activatable",
|
|
1501
|
+
"active",
|
|
1502
|
+
"active-class",
|
|
1503
|
+
"color",
|
|
1504
|
+
"dense",
|
|
1505
|
+
"disable-per-node",
|
|
1506
|
+
"disabled",
|
|
1507
|
+
"expand-icon",
|
|
1508
|
+
"filter",
|
|
1509
|
+
"hoverable",
|
|
1510
|
+
"indeterminate-icon",
|
|
1511
|
+
"item-children",
|
|
1512
|
+
"item-disabled",
|
|
1513
|
+
"item-key",
|
|
1514
|
+
"item-text",
|
|
1515
|
+
"items",
|
|
1516
|
+
"load-children",
|
|
1517
|
+
"loading-icon",
|
|
1518
|
+
"model-value",
|
|
1519
|
+
"multiple-active",
|
|
1520
|
+
"off-icon",
|
|
1521
|
+
"on-icon",
|
|
1522
|
+
"open",
|
|
1523
|
+
"open-all",
|
|
1524
|
+
"open-on-click",
|
|
1525
|
+
"return-object",
|
|
1526
|
+
"rounded",
|
|
1527
|
+
"search",
|
|
1528
|
+
"selectable",
|
|
1529
|
+
"selected-color",
|
|
1530
|
+
"selection-type",
|
|
1531
|
+
"shaped",
|
|
1532
|
+
"transition"
|
|
1533
|
+
],
|
|
684
1534
|
"description": ""
|
|
685
1535
|
},
|
|
686
1536
|
"v-virtual-scroll": {
|
|
687
|
-
"attributes": [
|
|
1537
|
+
"attributes": [
|
|
1538
|
+
"bench",
|
|
1539
|
+
"item-height",
|
|
1540
|
+
"items"
|
|
1541
|
+
],
|
|
688
1542
|
"description": ""
|
|
689
1543
|
},
|
|
690
1544
|
"v-window": {
|
|
691
1545
|
"attributes": [
|
|
692
|
-
"
|
|
1546
|
+
"active-class",
|
|
1547
|
+
"continuous",
|
|
1548
|
+
"model-value",
|
|
1549
|
+
"next-icon",
|
|
1550
|
+
"prev-icon",
|
|
1551
|
+
"reverse",
|
|
1552
|
+
"show-arrows",
|
|
1553
|
+
"show-arrows-on-hover",
|
|
1554
|
+
"touch",
|
|
1555
|
+
"touchless",
|
|
1556
|
+
"vertical"
|
|
693
1557
|
],
|
|
694
1558
|
"description": ""
|
|
695
1559
|
},
|
|
696
1560
|
"v-window-item": {
|
|
697
|
-
"attributes": [
|
|
1561
|
+
"attributes": [
|
|
1562
|
+
"disabled",
|
|
1563
|
+
"reverse-transition",
|
|
1564
|
+
"transition",
|
|
1565
|
+
"value"
|
|
1566
|
+
],
|
|
698
1567
|
"description": ""
|
|
699
1568
|
},
|
|
700
1569
|
"v-carousel-transition": {
|
|
701
|
-
"attributes": [
|
|
1570
|
+
"attributes": [
|
|
1571
|
+
"group",
|
|
1572
|
+
"hide-on-leave",
|
|
1573
|
+
"leave-absolute",
|
|
1574
|
+
"mode",
|
|
1575
|
+
"origin"
|
|
1576
|
+
],
|
|
702
1577
|
"description": ""
|
|
703
1578
|
},
|
|
704
1579
|
"v-carousel-reverse-transition": {
|
|
705
|
-
"attributes": [
|
|
1580
|
+
"attributes": [
|
|
1581
|
+
"group",
|
|
1582
|
+
"hide-on-leave",
|
|
1583
|
+
"leave-absolute",
|
|
1584
|
+
"mode",
|
|
1585
|
+
"origin"
|
|
1586
|
+
],
|
|
706
1587
|
"description": ""
|
|
707
1588
|
},
|
|
708
1589
|
"v-tab-transition": {
|
|
709
|
-
"attributes": [
|
|
1590
|
+
"attributes": [
|
|
1591
|
+
"group",
|
|
1592
|
+
"hide-on-leave",
|
|
1593
|
+
"leave-absolute",
|
|
1594
|
+
"mode",
|
|
1595
|
+
"origin"
|
|
1596
|
+
],
|
|
710
1597
|
"description": ""
|
|
711
1598
|
},
|
|
712
1599
|
"v-tab-reverse-transition": {
|
|
713
|
-
"attributes": [
|
|
1600
|
+
"attributes": [
|
|
1601
|
+
"group",
|
|
1602
|
+
"hide-on-leave",
|
|
1603
|
+
"leave-absolute",
|
|
1604
|
+
"mode",
|
|
1605
|
+
"origin"
|
|
1606
|
+
],
|
|
714
1607
|
"description": ""
|
|
715
1608
|
},
|
|
716
1609
|
"v-menu-transition": {
|
|
717
|
-
"attributes": [
|
|
1610
|
+
"attributes": [
|
|
1611
|
+
"group",
|
|
1612
|
+
"hide-on-leave",
|
|
1613
|
+
"leave-absolute",
|
|
1614
|
+
"mode",
|
|
1615
|
+
"origin"
|
|
1616
|
+
],
|
|
718
1617
|
"description": ""
|
|
719
1618
|
},
|
|
720
1619
|
"v-fab-transition": {
|
|
721
|
-
"attributes": [
|
|
1620
|
+
"attributes": [
|
|
1621
|
+
"group",
|
|
1622
|
+
"hide-on-leave",
|
|
1623
|
+
"leave-absolute",
|
|
1624
|
+
"mode",
|
|
1625
|
+
"origin"
|
|
1626
|
+
],
|
|
722
1627
|
"description": ""
|
|
723
1628
|
},
|
|
724
1629
|
"v-dialog-transition": {
|
|
725
|
-
"attributes": [
|
|
1630
|
+
"attributes": [
|
|
1631
|
+
"group",
|
|
1632
|
+
"hide-on-leave",
|
|
1633
|
+
"leave-absolute",
|
|
1634
|
+
"mode",
|
|
1635
|
+
"origin"
|
|
1636
|
+
],
|
|
726
1637
|
"description": ""
|
|
727
1638
|
},
|
|
728
1639
|
"v-dialog-bottom-transition": {
|
|
729
|
-
"attributes": [
|
|
1640
|
+
"attributes": [
|
|
1641
|
+
"group",
|
|
1642
|
+
"hide-on-leave",
|
|
1643
|
+
"leave-absolute",
|
|
1644
|
+
"mode",
|
|
1645
|
+
"origin"
|
|
1646
|
+
],
|
|
730
1647
|
"description": ""
|
|
731
1648
|
},
|
|
732
1649
|
"v-dialog-top-transition": {
|
|
733
|
-
"attributes": [
|
|
1650
|
+
"attributes": [
|
|
1651
|
+
"group",
|
|
1652
|
+
"hide-on-leave",
|
|
1653
|
+
"leave-absolute",
|
|
1654
|
+
"mode",
|
|
1655
|
+
"origin"
|
|
1656
|
+
],
|
|
734
1657
|
"description": ""
|
|
735
1658
|
},
|
|
736
1659
|
"v-fade-transition": {
|
|
737
|
-
"attributes": [
|
|
1660
|
+
"attributes": [
|
|
1661
|
+
"group",
|
|
1662
|
+
"hide-on-leave",
|
|
1663
|
+
"leave-absolute",
|
|
1664
|
+
"mode",
|
|
1665
|
+
"origin"
|
|
1666
|
+
],
|
|
738
1667
|
"description": ""
|
|
739
1668
|
},
|
|
740
1669
|
"v-scale-transition": {
|
|
741
|
-
"attributes": [
|
|
1670
|
+
"attributes": [
|
|
1671
|
+
"group",
|
|
1672
|
+
"hide-on-leave",
|
|
1673
|
+
"leave-absolute",
|
|
1674
|
+
"mode",
|
|
1675
|
+
"origin"
|
|
1676
|
+
],
|
|
742
1677
|
"description": ""
|
|
743
1678
|
},
|
|
744
1679
|
"v-scroll-x-transition": {
|
|
745
|
-
"attributes": [
|
|
1680
|
+
"attributes": [
|
|
1681
|
+
"group",
|
|
1682
|
+
"hide-on-leave",
|
|
1683
|
+
"leave-absolute",
|
|
1684
|
+
"mode",
|
|
1685
|
+
"origin"
|
|
1686
|
+
],
|
|
746
1687
|
"description": ""
|
|
747
1688
|
},
|
|
748
1689
|
"v-scroll-x-reverse-transition": {
|
|
749
|
-
"attributes": [
|
|
1690
|
+
"attributes": [
|
|
1691
|
+
"group",
|
|
1692
|
+
"hide-on-leave",
|
|
1693
|
+
"leave-absolute",
|
|
1694
|
+
"mode",
|
|
1695
|
+
"origin"
|
|
1696
|
+
],
|
|
750
1697
|
"description": ""
|
|
751
1698
|
},
|
|
752
1699
|
"v-scroll-y-transition": {
|
|
753
|
-
"attributes": [
|
|
1700
|
+
"attributes": [
|
|
1701
|
+
"group",
|
|
1702
|
+
"hide-on-leave",
|
|
1703
|
+
"leave-absolute",
|
|
1704
|
+
"mode",
|
|
1705
|
+
"origin"
|
|
1706
|
+
],
|
|
754
1707
|
"description": ""
|
|
755
1708
|
},
|
|
756
1709
|
"v-scroll-y-reverse-transition": {
|
|
757
|
-
"attributes": [
|
|
1710
|
+
"attributes": [
|
|
1711
|
+
"group",
|
|
1712
|
+
"hide-on-leave",
|
|
1713
|
+
"leave-absolute",
|
|
1714
|
+
"mode",
|
|
1715
|
+
"origin"
|
|
1716
|
+
],
|
|
758
1717
|
"description": ""
|
|
759
1718
|
},
|
|
760
1719
|
"v-slide-x-transition": {
|
|
761
|
-
"attributes": [
|
|
1720
|
+
"attributes": [
|
|
1721
|
+
"group",
|
|
1722
|
+
"hide-on-leave",
|
|
1723
|
+
"leave-absolute",
|
|
1724
|
+
"mode",
|
|
1725
|
+
"origin"
|
|
1726
|
+
],
|
|
762
1727
|
"description": ""
|
|
763
1728
|
},
|
|
764
1729
|
"v-slide-x-reverse-transition": {
|
|
765
|
-
"attributes": [
|
|
1730
|
+
"attributes": [
|
|
1731
|
+
"group",
|
|
1732
|
+
"hide-on-leave",
|
|
1733
|
+
"leave-absolute",
|
|
1734
|
+
"mode",
|
|
1735
|
+
"origin"
|
|
1736
|
+
],
|
|
766
1737
|
"description": ""
|
|
767
1738
|
},
|
|
768
1739
|
"v-slide-y-transition": {
|
|
769
|
-
"attributes": [
|
|
1740
|
+
"attributes": [
|
|
1741
|
+
"group",
|
|
1742
|
+
"hide-on-leave",
|
|
1743
|
+
"leave-absolute",
|
|
1744
|
+
"mode",
|
|
1745
|
+
"origin"
|
|
1746
|
+
],
|
|
770
1747
|
"description": ""
|
|
771
1748
|
},
|
|
772
1749
|
"v-slide-y-reverse-transition": {
|
|
773
|
-
"attributes": [
|
|
1750
|
+
"attributes": [
|
|
1751
|
+
"group",
|
|
1752
|
+
"hide-on-leave",
|
|
1753
|
+
"leave-absolute",
|
|
1754
|
+
"mode",
|
|
1755
|
+
"origin"
|
|
1756
|
+
],
|
|
774
1757
|
"description": ""
|
|
775
1758
|
},
|
|
776
1759
|
"v-expand-transition": {
|
|
777
|
-
"attributes": [
|
|
1760
|
+
"attributes": [
|
|
1761
|
+
"mode"
|
|
1762
|
+
],
|
|
778
1763
|
"description": ""
|
|
779
1764
|
},
|
|
780
1765
|
"v-expand-x-transition": {
|
|
781
|
-
"attributes": [
|
|
1766
|
+
"attributes": [
|
|
1767
|
+
"mode"
|
|
1768
|
+
],
|
|
782
1769
|
"description": ""
|
|
783
1770
|
}
|
|
784
1771
|
}
|