@vuetify/v0 0.0.22 → 0.0.23

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.
@@ -0,0 +1,176 @@
1
+ {
2
+ "components": {
3
+ "Atom": {
4
+ "from": "@vuetify/v0",
5
+ "styles": []
6
+ },
7
+ "AvatarFallback": {
8
+ "from": "@vuetify/v0",
9
+ "styles": []
10
+ },
11
+ "AvatarImage": {
12
+ "from": "@vuetify/v0",
13
+ "styles": []
14
+ },
15
+ "AvatarRoot": {
16
+ "from": "@vuetify/v0",
17
+ "styles": []
18
+ },
19
+ "CheckboxGroup": {
20
+ "from": "@vuetify/v0",
21
+ "styles": []
22
+ },
23
+ "CheckboxHiddenInput": {
24
+ "from": "@vuetify/v0",
25
+ "styles": []
26
+ },
27
+ "CheckboxIndicator": {
28
+ "from": "@vuetify/v0",
29
+ "styles": []
30
+ },
31
+ "CheckboxRoot": {
32
+ "from": "@vuetify/v0",
33
+ "styles": []
34
+ },
35
+ "CheckboxSelectAll": {
36
+ "from": "@vuetify/v0",
37
+ "styles": []
38
+ },
39
+ "DialogActivator": {
40
+ "from": "@vuetify/v0",
41
+ "styles": []
42
+ },
43
+ "DialogClose": {
44
+ "from": "@vuetify/v0",
45
+ "styles": []
46
+ },
47
+ "DialogContent": {
48
+ "from": "@vuetify/v0",
49
+ "styles": []
50
+ },
51
+ "DialogDescription": {
52
+ "from": "@vuetify/v0",
53
+ "styles": []
54
+ },
55
+ "DialogRoot": {
56
+ "from": "@vuetify/v0",
57
+ "styles": []
58
+ },
59
+ "DialogTitle": {
60
+ "from": "@vuetify/v0",
61
+ "styles": []
62
+ },
63
+ "ExpansionPanelActivator": {
64
+ "from": "@vuetify/v0",
65
+ "styles": []
66
+ },
67
+ "ExpansionPanelContent": {
68
+ "from": "@vuetify/v0",
69
+ "styles": []
70
+ },
71
+ "ExpansionPanelHeader": {
72
+ "from": "@vuetify/v0",
73
+ "styles": []
74
+ },
75
+ "ExpansionPanelItem": {
76
+ "from": "@vuetify/v0",
77
+ "styles": []
78
+ },
79
+ "ExpansionPanelRoot": {
80
+ "from": "@vuetify/v0",
81
+ "styles": []
82
+ },
83
+ "GroupItem": {
84
+ "from": "@vuetify/v0",
85
+ "styles": []
86
+ },
87
+ "GroupRoot": {
88
+ "from": "@vuetify/v0",
89
+ "styles": []
90
+ },
91
+ "PaginationEllipsis": {
92
+ "from": "@vuetify/v0",
93
+ "styles": []
94
+ },
95
+ "PaginationFirst": {
96
+ "from": "@vuetify/v0",
97
+ "styles": []
98
+ },
99
+ "PaginationItem": {
100
+ "from": "@vuetify/v0",
101
+ "styles": []
102
+ },
103
+ "PaginationLast": {
104
+ "from": "@vuetify/v0",
105
+ "styles": []
106
+ },
107
+ "PaginationNext": {
108
+ "from": "@vuetify/v0",
109
+ "styles": []
110
+ },
111
+ "PaginationPrev": {
112
+ "from": "@vuetify/v0",
113
+ "styles": []
114
+ },
115
+ "PaginationRoot": {
116
+ "from": "@vuetify/v0",
117
+ "styles": []
118
+ },
119
+ "PaginationStatus": {
120
+ "from": "@vuetify/v0",
121
+ "styles": []
122
+ },
123
+ "PopoverActivator": {
124
+ "from": "@vuetify/v0",
125
+ "styles": []
126
+ },
127
+ "PopoverContent": {
128
+ "from": "@vuetify/v0",
129
+ "styles": []
130
+ },
131
+ "PopoverRoot": {
132
+ "from": "@vuetify/v0",
133
+ "styles": []
134
+ },
135
+ "RadioGroup": {
136
+ "from": "@vuetify/v0",
137
+ "styles": []
138
+ },
139
+ "RadioHiddenInput": {
140
+ "from": "@vuetify/v0",
141
+ "styles": []
142
+ },
143
+ "RadioIndicator": {
144
+ "from": "@vuetify/v0",
145
+ "styles": []
146
+ },
147
+ "RadioRoot": {
148
+ "from": "@vuetify/v0",
149
+ "styles": []
150
+ },
151
+ "SelectionItem": {
152
+ "from": "@vuetify/v0",
153
+ "styles": []
154
+ },
155
+ "SelectionRoot": {
156
+ "from": "@vuetify/v0",
157
+ "styles": []
158
+ },
159
+ "SingleItem": {
160
+ "from": "@vuetify/v0",
161
+ "styles": []
162
+ },
163
+ "SingleRoot": {
164
+ "from": "@vuetify/v0",
165
+ "styles": []
166
+ },
167
+ "StepItem": {
168
+ "from": "@vuetify/v0",
169
+ "styles": []
170
+ },
171
+ "StepRoot": {
172
+ "from": "@vuetify/v0",
173
+ "styles": []
174
+ }
175
+ }
176
+ }
@@ -0,0 +1,441 @@
1
+ {
2
+ "atom": {
3
+ "attributes": [
4
+ "as",
5
+ "renderless"
6
+ ],
7
+ "description": "Vuetify 0 Atom component"
8
+ },
9
+ "avatar-fallback": {
10
+ "attributes": [
11
+ "namespace",
12
+ "as",
13
+ "renderless"
14
+ ],
15
+ "description": "Vuetify 0 AvatarFallback component"
16
+ },
17
+ "avatar-image": {
18
+ "attributes": [
19
+ "src",
20
+ "priority",
21
+ "namespace",
22
+ "as",
23
+ "renderless"
24
+ ],
25
+ "description": "Vuetify 0 AvatarImage component"
26
+ },
27
+ "avatar-root": {
28
+ "attributes": [
29
+ "namespace",
30
+ "as",
31
+ "renderless"
32
+ ],
33
+ "description": "Vuetify 0 AvatarRoot component"
34
+ },
35
+ "checkbox-group": {
36
+ "attributes": [
37
+ "namespace",
38
+ "disabled",
39
+ "enroll",
40
+ "mandatory",
41
+ "label",
42
+ "ariaLabelledby",
43
+ "ariaDescribedby",
44
+ "as",
45
+ "renderless",
46
+ "modelValue"
47
+ ],
48
+ "description": "Vuetify 0 CheckboxGroup component"
49
+ },
50
+ "checkbox-hidden-input": {
51
+ "attributes": [
52
+ "namespace",
53
+ "name",
54
+ "value",
55
+ "form"
56
+ ],
57
+ "description": "Vuetify 0 CheckboxHiddenInput component"
58
+ },
59
+ "checkbox-indicator": {
60
+ "attributes": [
61
+ "namespace",
62
+ "as",
63
+ "renderless"
64
+ ],
65
+ "description": "Vuetify 0 CheckboxIndicator component"
66
+ },
67
+ "checkbox-root": {
68
+ "attributes": [
69
+ "id",
70
+ "label",
71
+ "value",
72
+ "name",
73
+ "form",
74
+ "disabled",
75
+ "indeterminate",
76
+ "namespace",
77
+ "groupNamespace",
78
+ "ariaLabelledby",
79
+ "ariaDescribedby",
80
+ "ariaInvalid",
81
+ "as",
82
+ "renderless",
83
+ "modelValue"
84
+ ],
85
+ "description": "Vuetify 0 CheckboxRoot component"
86
+ },
87
+ "checkbox-select-all": {
88
+ "attributes": [
89
+ "label",
90
+ "disabled",
91
+ "namespace",
92
+ "groupNamespace",
93
+ "ariaLabelledby",
94
+ "ariaDescribedby",
95
+ "as",
96
+ "renderless"
97
+ ],
98
+ "description": "Vuetify 0 CheckboxSelectAll component"
99
+ },
100
+ "dialog-activator": {
101
+ "attributes": [
102
+ "namespace",
103
+ "as",
104
+ "renderless"
105
+ ],
106
+ "description": "Vuetify 0 DialogActivator component"
107
+ },
108
+ "dialog-close": {
109
+ "attributes": [
110
+ "namespace",
111
+ "as",
112
+ "renderless"
113
+ ],
114
+ "description": "Vuetify 0 DialogClose component"
115
+ },
116
+ "dialog-content": {
117
+ "attributes": [
118
+ "namespace",
119
+ "closeOnClickOutside",
120
+ "as",
121
+ "renderless"
122
+ ],
123
+ "description": "Vuetify 0 DialogContent component"
124
+ },
125
+ "dialog-description": {
126
+ "attributes": [
127
+ "namespace",
128
+ "as",
129
+ "renderless"
130
+ ],
131
+ "description": "Vuetify 0 DialogDescription component"
132
+ },
133
+ "dialog-root": {
134
+ "attributes": [
135
+ "namespace",
136
+ "id",
137
+ "as",
138
+ "renderless",
139
+ "modelValue"
140
+ ],
141
+ "description": "Vuetify 0 DialogRoot component"
142
+ },
143
+ "dialog-title": {
144
+ "attributes": [
145
+ "namespace",
146
+ "as",
147
+ "renderless"
148
+ ],
149
+ "description": "Vuetify 0 DialogTitle component"
150
+ },
151
+ "expansion-panel-activator": {
152
+ "attributes": [
153
+ "namespace",
154
+ "as",
155
+ "renderless"
156
+ ],
157
+ "description": "Vuetify 0 ExpansionPanelActivator component"
158
+ },
159
+ "expansion-panel-content": {
160
+ "attributes": [
161
+ "namespace",
162
+ "as",
163
+ "renderless"
164
+ ],
165
+ "description": "Vuetify 0 ExpansionPanelContent component"
166
+ },
167
+ "expansion-panel-header": {
168
+ "attributes": [
169
+ "namespace",
170
+ "as",
171
+ "renderless"
172
+ ],
173
+ "description": "Vuetify 0 ExpansionPanelHeader component"
174
+ },
175
+ "expansion-panel-item": {
176
+ "attributes": [
177
+ "id",
178
+ "value",
179
+ "disabled",
180
+ "namespace",
181
+ "as",
182
+ "renderless"
183
+ ],
184
+ "description": "Vuetify 0 ExpansionPanelItem component"
185
+ },
186
+ "expansion-panel-root": {
187
+ "attributes": [
188
+ "namespace",
189
+ "disabled",
190
+ "enroll",
191
+ "mandatory",
192
+ "multiple",
193
+ "as",
194
+ "renderless",
195
+ "modelValue"
196
+ ],
197
+ "description": "Vuetify 0 ExpansionPanelRoot component"
198
+ },
199
+ "group-item": {
200
+ "attributes": [
201
+ "id",
202
+ "label",
203
+ "value",
204
+ "disabled",
205
+ "indeterminate",
206
+ "namespace"
207
+ ],
208
+ "description": "Vuetify 0 GroupItem component"
209
+ },
210
+ "group-root": {
211
+ "attributes": [
212
+ "namespace",
213
+ "disabled",
214
+ "enroll",
215
+ "mandatory",
216
+ "modelValue"
217
+ ],
218
+ "description": "Vuetify 0 GroupRoot component"
219
+ },
220
+ "pagination-ellipsis": {
221
+ "attributes": [
222
+ "namespace",
223
+ "ellipsis",
224
+ "id",
225
+ "as",
226
+ "renderless"
227
+ ],
228
+ "description": "Vuetify 0 PaginationEllipsis component"
229
+ },
230
+ "pagination-first": {
231
+ "attributes": [
232
+ "namespace",
233
+ "disabled",
234
+ "id",
235
+ "as",
236
+ "renderless"
237
+ ],
238
+ "description": "Vuetify 0 PaginationFirst component"
239
+ },
240
+ "pagination-item": {
241
+ "attributes": [
242
+ "namespace",
243
+ "value",
244
+ "disabled",
245
+ "id",
246
+ "as",
247
+ "renderless"
248
+ ],
249
+ "description": "Vuetify 0 PaginationItem component"
250
+ },
251
+ "pagination-last": {
252
+ "attributes": [
253
+ "namespace",
254
+ "disabled",
255
+ "id",
256
+ "as",
257
+ "renderless"
258
+ ],
259
+ "description": "Vuetify 0 PaginationLast component"
260
+ },
261
+ "pagination-next": {
262
+ "attributes": [
263
+ "namespace",
264
+ "disabled",
265
+ "id",
266
+ "as",
267
+ "renderless"
268
+ ],
269
+ "description": "Vuetify 0 PaginationNext component"
270
+ },
271
+ "pagination-prev": {
272
+ "attributes": [
273
+ "namespace",
274
+ "disabled",
275
+ "id",
276
+ "as",
277
+ "renderless"
278
+ ],
279
+ "description": "Vuetify 0 PaginationPrev component"
280
+ },
281
+ "pagination-root": {
282
+ "attributes": [
283
+ "namespace",
284
+ "size",
285
+ "totalVisible",
286
+ "itemsPerPage",
287
+ "ellipsis",
288
+ "as",
289
+ "renderless",
290
+ "modelValue"
291
+ ],
292
+ "description": "Vuetify 0 PaginationRoot component"
293
+ },
294
+ "pagination-status": {
295
+ "attributes": [
296
+ "namespace",
297
+ "as",
298
+ "renderless"
299
+ ],
300
+ "description": "Vuetify 0 PaginationStatus component"
301
+ },
302
+ "popover-activator": {
303
+ "attributes": [
304
+ "target",
305
+ "as",
306
+ "renderless"
307
+ ],
308
+ "description": "Vuetify 0 PopoverActivator component"
309
+ },
310
+ "popover-content": {
311
+ "attributes": [
312
+ "id",
313
+ "positionArea",
314
+ "positionTry",
315
+ "as",
316
+ "renderless"
317
+ ],
318
+ "description": "Vuetify 0 PopoverContent component"
319
+ },
320
+ "popover-root": {
321
+ "attributes": [
322
+ "id",
323
+ "as",
324
+ "renderless",
325
+ "modelValue"
326
+ ],
327
+ "description": "Vuetify 0 PopoverRoot component"
328
+ },
329
+ "radio-group": {
330
+ "attributes": [
331
+ "namespace",
332
+ "disabled",
333
+ "mandatory",
334
+ "label",
335
+ "ariaLabelledby",
336
+ "ariaDescribedby",
337
+ "ariaRequired",
338
+ "name",
339
+ "as",
340
+ "renderless",
341
+ "modelValue"
342
+ ],
343
+ "description": "Vuetify 0 RadioGroup component"
344
+ },
345
+ "radio-hidden-input": {
346
+ "attributes": [
347
+ "namespace",
348
+ "name",
349
+ "value",
350
+ "form"
351
+ ],
352
+ "description": "Vuetify 0 RadioHiddenInput component"
353
+ },
354
+ "radio-indicator": {
355
+ "attributes": [
356
+ "namespace",
357
+ "as",
358
+ "renderless"
359
+ ],
360
+ "description": "Vuetify 0 RadioIndicator component"
361
+ },
362
+ "radio-root": {
363
+ "attributes": [
364
+ "id",
365
+ "label",
366
+ "value",
367
+ "name",
368
+ "form",
369
+ "disabled",
370
+ "namespace",
371
+ "groupNamespace",
372
+ "ariaLabelledby",
373
+ "ariaDescribedby",
374
+ "ariaInvalid",
375
+ "as",
376
+ "renderless"
377
+ ],
378
+ "description": "Vuetify 0 RadioRoot component"
379
+ },
380
+ "selection-item": {
381
+ "attributes": [
382
+ "id",
383
+ "label",
384
+ "value",
385
+ "disabled",
386
+ "namespace"
387
+ ],
388
+ "description": "Vuetify 0 SelectionItem component"
389
+ },
390
+ "selection-root": {
391
+ "attributes": [
392
+ "namespace",
393
+ "disabled",
394
+ "enroll",
395
+ "mandatory",
396
+ "multiple",
397
+ "modelValue"
398
+ ],
399
+ "description": "Vuetify 0 SelectionRoot component"
400
+ },
401
+ "single-item": {
402
+ "attributes": [
403
+ "id",
404
+ "label",
405
+ "value",
406
+ "disabled",
407
+ "namespace"
408
+ ],
409
+ "description": "Vuetify 0 SingleItem component"
410
+ },
411
+ "single-root": {
412
+ "attributes": [
413
+ "namespace",
414
+ "disabled",
415
+ "enroll",
416
+ "mandatory",
417
+ "modelValue"
418
+ ],
419
+ "description": "Vuetify 0 SingleRoot component"
420
+ },
421
+ "step-item": {
422
+ "attributes": [
423
+ "id",
424
+ "label",
425
+ "value",
426
+ "disabled",
427
+ "namespace"
428
+ ],
429
+ "description": "Vuetify 0 StepItem component"
430
+ },
431
+ "step-root": {
432
+ "attributes": [
433
+ "namespace",
434
+ "disabled",
435
+ "enroll",
436
+ "mandatory",
437
+ "modelValue"
438
+ ],
439
+ "description": "Vuetify 0 StepRoot component"
440
+ }
441
+ }