vuetify 3.0.6 → 3.0.7
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 +8 -8
- package/dist/json/importMap.json +80 -80
- package/dist/json/web-types.json +9 -9
- package/dist/vuetify.css +3 -1
- package/dist/vuetify.d.ts +24 -24
- package/dist/vuetify.esm.js +52 -28
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +52 -28
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +197 -195
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +0 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +12 -5
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +3 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +11 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +2 -2
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +12 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +2 -0
- package/lib/components/VSlider/VSliderThumb.sass +2 -0
- package/lib/components/index.d.ts +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +15 -13
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +23 -23
- package/package.json +2 -2
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
},
|
|
1510
1510
|
"v-chip/value": {
|
|
1511
1511
|
"type": "any",
|
|
1512
|
-
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)
|
|
1512
|
+
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)"
|
|
1513
1513
|
},
|
|
1514
1514
|
"v-chip/disabled": {
|
|
1515
1515
|
"type": "boolean",
|
|
@@ -1573,15 +1573,15 @@
|
|
|
1573
1573
|
},
|
|
1574
1574
|
"v-chip/append-avatar": {
|
|
1575
1575
|
"type": "string",
|
|
1576
|
-
"description": "
|
|
1576
|
+
"description": "Appends a v-avatar component to the header"
|
|
1577
1577
|
},
|
|
1578
1578
|
"v-chip/append-icon": {
|
|
1579
1579
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1580
|
-
"description": "
|
|
1580
|
+
"description": "Adds an icon after the default slot content"
|
|
1581
1581
|
},
|
|
1582
1582
|
"v-chip/closable": {
|
|
1583
1583
|
"type": "boolean",
|
|
1584
|
-
"description": "
|
|
1584
|
+
"description": "Adds remove button and then a chip can be closed"
|
|
1585
1585
|
},
|
|
1586
1586
|
"v-chip/close-icon": {
|
|
1587
1587
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -1589,7 +1589,7 @@
|
|
|
1589
1589
|
},
|
|
1590
1590
|
"v-chip/close-label": {
|
|
1591
1591
|
"type": "string",
|
|
1592
|
-
"description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)
|
|
1592
|
+
"description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)"
|
|
1593
1593
|
},
|
|
1594
1594
|
"v-chip/draggable": {
|
|
1595
1595
|
"type": "boolean",
|
|
@@ -1609,15 +1609,15 @@
|
|
|
1609
1609
|
},
|
|
1610
1610
|
"v-chip/prepend-avatar": {
|
|
1611
1611
|
"type": "string",
|
|
1612
|
-
"description": "
|
|
1612
|
+
"description": "Prepends a v-avatar component to the header"
|
|
1613
1613
|
},
|
|
1614
1614
|
"v-chip/prepend-icon": {
|
|
1615
1615
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1616
|
-
"description": "
|
|
1616
|
+
"description": "Adds an icon before the default slot content"
|
|
1617
1617
|
},
|
|
1618
1618
|
"v-chip/ripple": {
|
|
1619
1619
|
"type": "boolean",
|
|
1620
|
-
"description": "
|
|
1620
|
+
"description": "Applies the v-ripple directive"
|
|
1621
1621
|
},
|
|
1622
1622
|
"v-chip/model-value": {
|
|
1623
1623
|
"type": "boolean",
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VForm": {
|
|
8
|
-
"from": "components/VForm/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
7
|
"VContainer": {
|
|
12
8
|
"from": "components/VGrid/index.mjs",
|
|
13
9
|
"styles": []
|
|
@@ -28,6 +24,10 @@
|
|
|
28
24
|
"from": "components/VHover/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VForm": {
|
|
28
|
+
"from": "components/VForm/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
31
|
"VLayout": {
|
|
32
32
|
"from": "components/VLayout/index.mjs",
|
|
33
33
|
"styles": []
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"from": "components/VLayout/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"VLocaleProvider": {
|
|
40
|
-
"from": "components/VLocaleProvider/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
39
|
"VLazy": {
|
|
44
40
|
"from": "components/VLazy/index.mjs",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
43
|
+
"VLocaleProvider": {
|
|
44
|
+
"from": "components/VLocaleProvider/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
47
|
"VNoSsr": {
|
|
48
48
|
"from": "components/VNoSsr/index.mjs",
|
|
49
49
|
"styles": []
|
|
@@ -64,10 +64,6 @@
|
|
|
64
64
|
"from": "components/VResponsive/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"VApp": {
|
|
68
|
-
"from": "components/VApp/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
67
|
"VFabTransition": {
|
|
72
68
|
"from": "components/transitions/index.mjs",
|
|
73
69
|
"styles": []
|
|
@@ -132,20 +128,8 @@
|
|
|
132
128
|
"from": "components/transitions/index.mjs",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VAppBarNavIcon": {
|
|
140
|
-
"from": "components/VAppBar/index.mjs",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VAppBarTitle": {
|
|
144
|
-
"from": "components/VAppBar/index.mjs",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VValidation": {
|
|
148
|
-
"from": "components/VValidation/index.mjs",
|
|
131
|
+
"VApp": {
|
|
132
|
+
"from": "components/VApp/index.mjs",
|
|
149
133
|
"styles": []
|
|
150
134
|
},
|
|
151
135
|
"VAlert": {
|
|
@@ -156,20 +140,24 @@
|
|
|
156
140
|
"from": "components/VAlert/index.mjs",
|
|
157
141
|
"styles": []
|
|
158
142
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
143
|
+
"VThemeProvider": {
|
|
144
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
161
145
|
"styles": []
|
|
162
146
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
147
|
+
"VAutocomplete": {
|
|
148
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
165
149
|
"styles": []
|
|
166
150
|
},
|
|
167
151
|
"VAvatar": {
|
|
168
152
|
"from": "components/VAvatar/index.mjs",
|
|
169
153
|
"styles": []
|
|
170
154
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
155
|
+
"VValidation": {
|
|
156
|
+
"from": "components/VValidation/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VBadge": {
|
|
160
|
+
"from": "components/VBadge/index.mjs",
|
|
173
161
|
"styles": []
|
|
174
162
|
},
|
|
175
163
|
"VBanner": {
|
|
@@ -204,14 +192,14 @@
|
|
|
204
192
|
"from": "components/VBtn/index.mjs",
|
|
205
193
|
"styles": []
|
|
206
194
|
},
|
|
207
|
-
"VBtnToggle": {
|
|
208
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
195
|
"VBtnGroup": {
|
|
212
196
|
"from": "components/VBtnGroup/index.mjs",
|
|
213
197
|
"styles": []
|
|
214
198
|
},
|
|
199
|
+
"VBtnToggle": {
|
|
200
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
215
203
|
"VCard": {
|
|
216
204
|
"from": "components/VCard/index.mjs",
|
|
217
205
|
"styles": []
|
|
@@ -252,6 +240,10 @@
|
|
|
252
240
|
"from": "components/VCheckbox/index.mjs",
|
|
253
241
|
"styles": []
|
|
254
242
|
},
|
|
243
|
+
"VChipGroup": {
|
|
244
|
+
"from": "components/VChipGroup/index.mjs",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
255
247
|
"VChip": {
|
|
256
248
|
"from": "components/VChip/index.mjs",
|
|
257
249
|
"styles": []
|
|
@@ -260,10 +252,6 @@
|
|
|
260
252
|
"from": "components/VCode/index.mjs",
|
|
261
253
|
"styles": []
|
|
262
254
|
},
|
|
263
|
-
"VChipGroup": {
|
|
264
|
-
"from": "components/VChipGroup/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
255
|
"VColorPicker": {
|
|
268
256
|
"from": "components/VColorPicker/index.mjs",
|
|
269
257
|
"styles": []
|
|
@@ -280,6 +268,18 @@
|
|
|
280
268
|
"from": "components/VDialog/index.mjs",
|
|
281
269
|
"styles": []
|
|
282
270
|
},
|
|
271
|
+
"VDivider": {
|
|
272
|
+
"from": "components/VDivider/index.mjs",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VField": {
|
|
276
|
+
"from": "components/VField/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VFieldLabel": {
|
|
280
|
+
"from": "components/VField/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
283
|
"VExpansionPanels": {
|
|
284
284
|
"from": "components/VExpansionPanel/index.mjs",
|
|
285
285
|
"styles": []
|
|
@@ -296,26 +296,10 @@
|
|
|
296
296
|
"from": "components/VExpansionPanel/index.mjs",
|
|
297
297
|
"styles": []
|
|
298
298
|
},
|
|
299
|
-
"VDivider": {
|
|
300
|
-
"from": "components/VDivider/index.mjs",
|
|
301
|
-
"styles": []
|
|
302
|
-
},
|
|
303
|
-
"VField": {
|
|
304
|
-
"from": "components/VField/index.mjs",
|
|
305
|
-
"styles": []
|
|
306
|
-
},
|
|
307
|
-
"VFieldLabel": {
|
|
308
|
-
"from": "components/VField/index.mjs",
|
|
309
|
-
"styles": []
|
|
310
|
-
},
|
|
311
299
|
"VFooter": {
|
|
312
300
|
"from": "components/VFooter/index.mjs",
|
|
313
301
|
"styles": []
|
|
314
302
|
},
|
|
315
|
-
"VInput": {
|
|
316
|
-
"from": "components/VInput/index.mjs",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
303
|
"VFileInput": {
|
|
320
304
|
"from": "components/VFileInput/index.mjs",
|
|
321
305
|
"styles": []
|
|
@@ -340,12 +324,12 @@
|
|
|
340
324
|
"from": "components/VIcon/index.mjs",
|
|
341
325
|
"styles": []
|
|
342
326
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
327
|
+
"VImg": {
|
|
328
|
+
"from": "components/VImg/index.mjs",
|
|
345
329
|
"styles": []
|
|
346
330
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
331
|
+
"VInput": {
|
|
332
|
+
"from": "components/VInput/index.mjs",
|
|
349
333
|
"styles": []
|
|
350
334
|
},
|
|
351
335
|
"VKbd": {
|
|
@@ -356,6 +340,14 @@
|
|
|
356
340
|
"from": "components/VLabel/index.mjs",
|
|
357
341
|
"styles": []
|
|
358
342
|
},
|
|
343
|
+
"VItemGroup": {
|
|
344
|
+
"from": "components/VItemGroup/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
|
+
"VItem": {
|
|
348
|
+
"from": "components/VItemGroup/index.mjs",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
359
351
|
"VList": {
|
|
360
352
|
"from": "components/VList/index.mjs",
|
|
361
353
|
"styles": []
|
|
@@ -404,6 +396,10 @@
|
|
|
404
396
|
"from": "components/VMessages/index.mjs",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
399
|
+
"VNavigationDrawer": {
|
|
400
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
407
403
|
"VOverlay": {
|
|
408
404
|
"from": "components/VOverlay/index.mjs",
|
|
409
405
|
"styles": []
|
|
@@ -412,22 +408,18 @@
|
|
|
412
408
|
"from": "components/VPagination/index.mjs",
|
|
413
409
|
"styles": []
|
|
414
410
|
},
|
|
415
|
-
"VNavigationDrawer": {
|
|
416
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
411
|
"VProgressCircular": {
|
|
420
412
|
"from": "components/VProgressCircular/index.mjs",
|
|
421
413
|
"styles": []
|
|
422
414
|
},
|
|
423
|
-
"VRadioGroup": {
|
|
424
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
415
|
"VProgressLinear": {
|
|
428
416
|
"from": "components/VProgressLinear/index.mjs",
|
|
429
417
|
"styles": []
|
|
430
418
|
},
|
|
419
|
+
"VRadioGroup": {
|
|
420
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
431
423
|
"VRating": {
|
|
432
424
|
"from": "components/VRating/index.mjs",
|
|
433
425
|
"styles": []
|
|
@@ -468,6 +460,10 @@
|
|
|
468
460
|
"from": "components/VSwitch/index.mjs",
|
|
469
461
|
"styles": []
|
|
470
462
|
},
|
|
463
|
+
"VSystemBar": {
|
|
464
|
+
"from": "components/VSystemBar/index.mjs",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
471
467
|
"VTabs": {
|
|
472
468
|
"from": "components/VTabs/index.mjs",
|
|
473
469
|
"styles": []
|
|
@@ -476,8 +472,8 @@
|
|
|
476
472
|
"from": "components/VTabs/index.mjs",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
475
|
+
"VTextarea": {
|
|
476
|
+
"from": "components/VTextarea/index.mjs",
|
|
481
477
|
"styles": []
|
|
482
478
|
},
|
|
483
479
|
"VTextField": {
|
|
@@ -488,10 +484,6 @@
|
|
|
488
484
|
"from": "components/VTable/index.mjs",
|
|
489
485
|
"styles": []
|
|
490
486
|
},
|
|
491
|
-
"VTextarea": {
|
|
492
|
-
"from": "components/VTextarea/index.mjs",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
487
|
"VTimeline": {
|
|
496
488
|
"from": "components/VTimeline/index.mjs",
|
|
497
489
|
"styles": []
|
|
@@ -500,10 +492,6 @@
|
|
|
500
492
|
"from": "components/VTimeline/index.mjs",
|
|
501
493
|
"styles": []
|
|
502
494
|
},
|
|
503
|
-
"VTooltip": {
|
|
504
|
-
"from": "components/VTooltip/index.mjs",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
495
|
"VToolbar": {
|
|
508
496
|
"from": "components/VToolbar/index.mjs",
|
|
509
497
|
"styles": []
|
|
@@ -516,6 +504,10 @@
|
|
|
516
504
|
"from": "components/VToolbar/index.mjs",
|
|
517
505
|
"styles": []
|
|
518
506
|
},
|
|
507
|
+
"VTooltip": {
|
|
508
|
+
"from": "components/VTooltip/index.mjs",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
519
511
|
"VWindow": {
|
|
520
512
|
"from": "components/VWindow/index.mjs",
|
|
521
513
|
"styles": []
|
|
@@ -524,8 +516,16 @@
|
|
|
524
516
|
"from": "components/VWindow/index.mjs",
|
|
525
517
|
"styles": []
|
|
526
518
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
519
|
+
"VAppBar": {
|
|
520
|
+
"from": "components/VAppBar/index.mjs",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VAppBarNavIcon": {
|
|
524
|
+
"from": "components/VAppBar/index.mjs",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VAppBarTitle": {
|
|
528
|
+
"from": "components/VAppBar/index.mjs",
|
|
529
529
|
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.7",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -4762,7 +4762,7 @@
|
|
|
4762
4762
|
},
|
|
4763
4763
|
{
|
|
4764
4764
|
"name": "value",
|
|
4765
|
-
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)
|
|
4765
|
+
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)",
|
|
4766
4766
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4767
4767
|
"value": {
|
|
4768
4768
|
"kind": "expression",
|
|
@@ -4918,7 +4918,7 @@
|
|
|
4918
4918
|
},
|
|
4919
4919
|
{
|
|
4920
4920
|
"name": "appendAvatar",
|
|
4921
|
-
"description": "
|
|
4921
|
+
"description": "Appends a v-avatar component to the header",
|
|
4922
4922
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4923
4923
|
"value": {
|
|
4924
4924
|
"kind": "expression",
|
|
@@ -4927,7 +4927,7 @@
|
|
|
4927
4927
|
},
|
|
4928
4928
|
{
|
|
4929
4929
|
"name": "appendIcon",
|
|
4930
|
-
"description": "
|
|
4930
|
+
"description": "Adds an icon after the default slot content",
|
|
4931
4931
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4932
4932
|
"value": {
|
|
4933
4933
|
"kind": "expression",
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
},
|
|
4937
4937
|
{
|
|
4938
4938
|
"name": "closable",
|
|
4939
|
-
"description": "
|
|
4939
|
+
"description": "Adds remove button and then a chip can be closed",
|
|
4940
4940
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4941
4941
|
"default": "false",
|
|
4942
4942
|
"value": {
|
|
@@ -4957,7 +4957,7 @@
|
|
|
4957
4957
|
},
|
|
4958
4958
|
{
|
|
4959
4959
|
"name": "closeLabel",
|
|
4960
|
-
"description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)
|
|
4960
|
+
"description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)",
|
|
4961
4961
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4962
4962
|
"default": "'$vuetify.close'",
|
|
4963
4963
|
"value": {
|
|
@@ -5010,7 +5010,7 @@
|
|
|
5010
5010
|
},
|
|
5011
5011
|
{
|
|
5012
5012
|
"name": "prependAvatar",
|
|
5013
|
-
"description": "
|
|
5013
|
+
"description": "Prepends a v-avatar component to the header",
|
|
5014
5014
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
5015
5015
|
"value": {
|
|
5016
5016
|
"kind": "expression",
|
|
@@ -5019,7 +5019,7 @@
|
|
|
5019
5019
|
},
|
|
5020
5020
|
{
|
|
5021
5021
|
"name": "prependIcon",
|
|
5022
|
-
"description": "
|
|
5022
|
+
"description": "Adds an icon before the default slot content",
|
|
5023
5023
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
5024
5024
|
"value": {
|
|
5025
5025
|
"kind": "expression",
|
|
@@ -5028,7 +5028,7 @@
|
|
|
5028
5028
|
},
|
|
5029
5029
|
{
|
|
5030
5030
|
"name": "ripple",
|
|
5031
|
-
"description": "
|
|
5031
|
+
"description": "Applies the v-ripple directive",
|
|
5032
5032
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
5033
5033
|
"default": "true",
|
|
5034
5034
|
"value": {
|
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.
|
|
2
|
+
* Vuetify v3.0.7
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25336,6 +25336,8 @@ html.v-overlay-scroll-blocked {
|
|
|
25336
25336
|
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25337
25337
|
content: "";
|
|
25338
25338
|
color: inherit;
|
|
25339
|
+
top: 0;
|
|
25340
|
+
left: 0;
|
|
25339
25341
|
width: 100%;
|
|
25340
25342
|
height: 100%;
|
|
25341
25343
|
border-radius: 50%;
|
package/dist/vuetify.d.ts
CHANGED
|
@@ -17645,7 +17645,7 @@ declare const VSelectionControl: {
|
|
|
17645
17645
|
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
17646
17646
|
};
|
|
17647
17647
|
$forceUpdate: () => void;
|
|
17648
|
-
$nextTick: typeof
|
|
17648
|
+
$nextTick: typeof nextTick;
|
|
17649
17649
|
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
17650
17650
|
} & Readonly<ExtractPropTypes<Omit<{
|
|
17651
17651
|
density: {
|
|
@@ -25994,22 +25994,21 @@ declare module '@vue/runtime-core' {
|
|
|
25994
25994
|
|
|
25995
25995
|
export interface GlobalComponents {
|
|
25996
25996
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
25997
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
25998
25997
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
25999
25998
|
VCol: typeof import('vuetify/components')['VCol']
|
|
26000
25999
|
VRow: typeof import('vuetify/components')['VRow']
|
|
26001
26000
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
26002
26001
|
VHover: typeof import('vuetify/components')['VHover']
|
|
26002
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
26003
26003
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
26004
26004
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
26005
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
26006
26005
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
26006
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
26007
26007
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
26008
26008
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
26009
26009
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
26010
26010
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
26011
26011
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
26012
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
26013
26012
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
26014
26013
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
26015
26014
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -26026,16 +26025,14 @@ declare module '@vue/runtime-core' {
|
|
|
26026
26025
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
26027
26026
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
26028
26027
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
26029
|
-
|
|
26030
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
26031
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
26032
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
26028
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
26033
26029
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
26034
26030
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
26031
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
26035
26032
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
26036
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
26037
26033
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
26038
|
-
|
|
26034
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
26035
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
26039
26036
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
26040
26037
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
26041
26038
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
@@ -26044,8 +26041,8 @@ declare module '@vue/runtime-core' {
|
|
|
26044
26041
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
26045
26042
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
26046
26043
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
26047
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
26048
26044
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
26045
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
26049
26046
|
VCard: typeof import('vuetify/components')['VCard']
|
|
26050
26047
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
26051
26048
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -26056,32 +26053,33 @@ declare module '@vue/runtime-core' {
|
|
|
26056
26053
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
26057
26054
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
26058
26055
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
26056
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
26059
26057
|
VChip: typeof import('vuetify/components')['VChip']
|
|
26060
26058
|
VCode: typeof import('vuetify/components')['VCode']
|
|
26061
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
26062
26059
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
26063
26060
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
26064
26061
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
26065
26062
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
26063
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
26064
|
+
VField: typeof import('vuetify/components')['VField']
|
|
26065
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
26066
26066
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
26067
26067
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
26068
26068
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
26069
26069
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
26070
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
26071
|
-
VField: typeof import('vuetify/components')['VField']
|
|
26072
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
26073
26070
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
26074
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
26075
26071
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
26076
26072
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
26077
26073
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
26078
26074
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
26079
26075
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
26080
26076
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
26081
|
-
|
|
26082
|
-
|
|
26077
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
26078
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
26083
26079
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
26084
26080
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
26081
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
26082
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
26085
26083
|
VList: typeof import('vuetify/components')['VList']
|
|
26086
26084
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
26087
26085
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -26094,12 +26092,12 @@ declare module '@vue/runtime-core' {
|
|
|
26094
26092
|
VMain: typeof import('vuetify/components')['VMain']
|
|
26095
26093
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
26096
26094
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
26095
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
26097
26096
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
26098
26097
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
26099
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
26100
26098
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
26101
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
26102
26099
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
26100
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
26103
26101
|
VRating: typeof import('vuetify/components')['VRating']
|
|
26104
26102
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
26105
26103
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
@@ -26110,20 +26108,22 @@ declare module '@vue/runtime-core' {
|
|
|
26110
26108
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
26111
26109
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
26112
26110
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
26111
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26113
26112
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
26114
26113
|
VTab: typeof import('vuetify/components')['VTab']
|
|
26115
|
-
|
|
26114
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
26116
26115
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
26117
26116
|
VTable: typeof import('vuetify/components')['VTable']
|
|
26118
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
26119
26117
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26120
26118
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26121
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
26122
26119
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
26123
26120
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
26124
26121
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
26122
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
26125
26123
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
26126
26124
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
26127
|
-
|
|
26125
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
26126
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
26127
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
26128
26128
|
}
|
|
26129
26129
|
}
|