@vuetify/nightly 3.1.14 → 3.1.15-master-20230418.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -2
- package/dist/json/importMap.json +82 -82
- package/dist/json/web-types.json +27 -2
- package/dist/vuetify-labs.css +72 -72
- package/dist/vuetify-labs.d.ts +32 -16
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1 -1
- package/dist/vuetify.d.ts +55 -39
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +21 -16
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +21 -0
- package/lib/components/index.d.ts +32 -16
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +23 -23
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.15-master-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.15-master-20230418.0...v) (2023-04-18)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.15-master-
|
|
5
|
+
## [3.1.15-master-20230418.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.14...v3.1.15-master-20230418.0) (2023-04-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **types:** add missing props to loader slots ([91b6807](https://github.com/vuetifyjs/vuetify/commit/91b6807ebf8f1799494d5679a6eaa83c619f4a48)), closes [#17165](https://github.com/vuetifyjs/vuetify/issues/17165)
|
|
6
11
|
|
|
7
12
|
|
|
8
13
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,18 +4,6 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VAppBar": {
|
|
8
|
-
"from": "components/VAppBar/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAppBarNavIcon": {
|
|
12
|
-
"from": "components/VAppBar/index.mjs",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VAppBarTitle": {
|
|
16
|
-
"from": "components/VAppBar/index.mjs",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
7
|
"VAlert": {
|
|
20
8
|
"from": "components/VAlert/index.mjs",
|
|
21
9
|
"styles": []
|
|
@@ -28,12 +16,16 @@
|
|
|
28
16
|
"from": "components/VAutocomplete/index.mjs",
|
|
29
17
|
"styles": []
|
|
30
18
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
19
|
+
"VAppBar": {
|
|
20
|
+
"from": "components/VAppBar/index.mjs",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
23
|
+
"VAppBarNavIcon": {
|
|
24
|
+
"from": "components/VAppBar/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VAppBarTitle": {
|
|
28
|
+
"from": "components/VAppBar/index.mjs",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
39
31
|
"VBanner": {
|
|
@@ -48,6 +40,14 @@
|
|
|
48
40
|
"from": "components/VBanner/index.mjs",
|
|
49
41
|
"styles": []
|
|
50
42
|
},
|
|
43
|
+
"VAvatar": {
|
|
44
|
+
"from": "components/VAvatar/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBadge": {
|
|
48
|
+
"from": "components/VBadge/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
51
|
"VBottomNavigation": {
|
|
52
52
|
"from": "components/VBottomNavigation/index.mjs",
|
|
53
53
|
"styles": []
|
|
@@ -72,10 +72,6 @@
|
|
|
72
72
|
"from": "components/VBtnGroup/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"VBtnToggle": {
|
|
76
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
75
|
"VCard": {
|
|
80
76
|
"from": "components/VCard/index.mjs",
|
|
81
77
|
"styles": []
|
|
@@ -100,6 +96,18 @@
|
|
|
100
96
|
"from": "components/VCard/index.mjs",
|
|
101
97
|
"styles": []
|
|
102
98
|
},
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VChip": {
|
|
104
|
+
"from": "components/VChip/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VChipGroup": {
|
|
108
|
+
"from": "components/VChipGroup/index.mjs",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
103
111
|
"VCarousel": {
|
|
104
112
|
"from": "components/VCarousel/index.mjs",
|
|
105
113
|
"styles": []
|
|
@@ -108,6 +116,10 @@
|
|
|
108
116
|
"from": "components/VCarousel/index.mjs",
|
|
109
117
|
"styles": []
|
|
110
118
|
},
|
|
119
|
+
"VCode": {
|
|
120
|
+
"from": "components/VCode/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
111
123
|
"VCheckbox": {
|
|
112
124
|
"from": "components/VCheckbox/index.mjs",
|
|
113
125
|
"styles": []
|
|
@@ -116,18 +128,6 @@
|
|
|
116
128
|
"from": "components/VCheckbox/index.mjs",
|
|
117
129
|
"styles": []
|
|
118
130
|
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip/index.mjs",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChipGroup": {
|
|
124
|
-
"from": "components/VChipGroup/index.mjs",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VCode": {
|
|
128
|
-
"from": "components/VCode/index.mjs",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
131
|
"VColorPicker": {
|
|
132
132
|
"from": "components/VColorPicker/index.mjs",
|
|
133
133
|
"styles": []
|
|
@@ -144,10 +144,6 @@
|
|
|
144
144
|
"from": "components/VDialog/index.mjs",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
|
-
"VDivider": {
|
|
148
|
-
"from": "components/VDivider/index.mjs",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
147
|
"VExpansionPanels": {
|
|
152
148
|
"from": "components/VExpansionPanel/index.mjs",
|
|
153
149
|
"styles": []
|
|
@@ -176,6 +172,10 @@
|
|
|
176
172
|
"from": "components/VFileInput/index.mjs",
|
|
177
173
|
"styles": []
|
|
178
174
|
},
|
|
175
|
+
"VDivider": {
|
|
176
|
+
"from": "components/VDivider/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
179
|
"VFooter": {
|
|
180
180
|
"from": "components/VFooter/index.mjs",
|
|
181
181
|
"styles": []
|
|
@@ -224,6 +224,22 @@
|
|
|
224
224
|
"from": "components/VLabel/index.mjs",
|
|
225
225
|
"styles": []
|
|
226
226
|
},
|
|
227
|
+
"VMain": {
|
|
228
|
+
"from": "components/VMain/index.mjs",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VMenu": {
|
|
232
|
+
"from": "components/VMenu/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VMessages": {
|
|
236
|
+
"from": "components/VMessages/index.mjs",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VNavigationDrawer": {
|
|
240
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
227
243
|
"VList": {
|
|
228
244
|
"from": "components/VList/index.mjs",
|
|
229
245
|
"styles": []
|
|
@@ -260,22 +276,6 @@
|
|
|
260
276
|
"from": "components/VList/index.mjs",
|
|
261
277
|
"styles": []
|
|
262
278
|
},
|
|
263
|
-
"VMain": {
|
|
264
|
-
"from": "components/VMain/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
|
-
"VMenu": {
|
|
268
|
-
"from": "components/VMenu/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VMessages": {
|
|
272
|
-
"from": "components/VMessages/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VNavigationDrawer": {
|
|
276
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
279
|
"VOverlay": {
|
|
280
280
|
"from": "components/VOverlay/index.mjs",
|
|
281
281
|
"styles": []
|
|
@@ -308,12 +308,16 @@
|
|
|
308
308
|
"from": "components/VSelectionControl/index.mjs",
|
|
309
309
|
"styles": []
|
|
310
310
|
},
|
|
311
|
+
"VSheet": {
|
|
312
|
+
"from": "components/VSheet/index.mjs",
|
|
313
|
+
"styles": []
|
|
314
|
+
},
|
|
311
315
|
"VSelectionControlGroup": {
|
|
312
316
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
313
317
|
"styles": []
|
|
314
318
|
},
|
|
315
|
-
"
|
|
316
|
-
"from": "components/
|
|
319
|
+
"VSlider": {
|
|
320
|
+
"from": "components/VSlider/index.mjs",
|
|
317
321
|
"styles": []
|
|
318
322
|
},
|
|
319
323
|
"VSlideGroup": {
|
|
@@ -324,10 +328,6 @@
|
|
|
324
328
|
"from": "components/VSlideGroup/index.mjs",
|
|
325
329
|
"styles": []
|
|
326
330
|
},
|
|
327
|
-
"VSlider": {
|
|
328
|
-
"from": "components/VSlider/index.mjs",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
331
|
"VSnackbar": {
|
|
332
332
|
"from": "components/VSnackbar/index.mjs",
|
|
333
333
|
"styles": []
|
|
@@ -360,14 +360,6 @@
|
|
|
360
360
|
"from": "components/VTextField/index.mjs",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"VTimeline": {
|
|
364
|
-
"from": "components/VTimeline/index.mjs",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
|
-
"VTimelineItem": {
|
|
368
|
-
"from": "components/VTimeline/index.mjs",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
363
|
"VToolbar": {
|
|
372
364
|
"from": "components/VToolbar/index.mjs",
|
|
373
365
|
"styles": []
|
|
@@ -384,6 +376,14 @@
|
|
|
384
376
|
"from": "components/VTooltip/index.mjs",
|
|
385
377
|
"styles": []
|
|
386
378
|
},
|
|
379
|
+
"VTimeline": {
|
|
380
|
+
"from": "components/VTimeline/index.mjs",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
383
|
+
"VTimelineItem": {
|
|
384
|
+
"from": "components/VTimeline/index.mjs",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
387
387
|
"VWindow": {
|
|
388
388
|
"from": "components/VWindow/index.mjs",
|
|
389
389
|
"styles": []
|
|
@@ -396,10 +396,6 @@
|
|
|
396
396
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
-
"VForm": {
|
|
400
|
-
"from": "components/VForm/index.mjs",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
399
|
"VContainer": {
|
|
404
400
|
"from": "components/VGrid/index.mjs",
|
|
405
401
|
"styles": []
|
|
@@ -420,28 +416,28 @@
|
|
|
420
416
|
"from": "components/VHover/index.mjs",
|
|
421
417
|
"styles": []
|
|
422
418
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VLayoutItem": {
|
|
428
|
-
"from": "components/VLayout/index.mjs",
|
|
419
|
+
"VForm": {
|
|
420
|
+
"from": "components/VForm/index.mjs",
|
|
429
421
|
"styles": []
|
|
430
422
|
},
|
|
431
423
|
"VLazy": {
|
|
432
424
|
"from": "components/VLazy/index.mjs",
|
|
433
425
|
"styles": []
|
|
434
426
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
427
|
+
"VLayout": {
|
|
428
|
+
"from": "components/VLayout/index.mjs",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VLayoutItem": {
|
|
432
|
+
"from": "components/VLayout/index.mjs",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
439
435
|
"VNoSsr": {
|
|
440
436
|
"from": "components/VNoSsr/index.mjs",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
439
|
+
"VLocaleProvider": {
|
|
440
|
+
"from": "components/VLocaleProvider/index.mjs",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
443
|
"VRadio": {
|
|
@@ -456,14 +452,18 @@
|
|
|
456
452
|
"from": "components/VResponsive/index.mjs",
|
|
457
453
|
"styles": []
|
|
458
454
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
455
|
+
"VParallax": {
|
|
456
|
+
"from": "components/VParallax/index.mjs",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
459
|
"VValidation": {
|
|
464
460
|
"from": "components/VValidation/index.mjs",
|
|
465
461
|
"styles": []
|
|
466
462
|
},
|
|
463
|
+
"VThemeProvider": {
|
|
464
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
467
|
"VFabTransition": {
|
|
468
468
|
"from": "components/transitions/index.mjs",
|
|
469
469
|
"styles": []
|
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.1.
|
|
5
|
+
"version": "3.1.15-master-20230418.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -4070,7 +4070,17 @@
|
|
|
4070
4070
|
{
|
|
4071
4071
|
"name": "loader",
|
|
4072
4072
|
"description": "MISSING DESCRIPTION",
|
|
4073
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#slots"
|
|
4073
|
+
"doc-url": "https://vuetifyjs.com/api/v-card#slots",
|
|
4074
|
+
"vue-properties": [
|
|
4075
|
+
{
|
|
4076
|
+
"name": "color",
|
|
4077
|
+
"type": "string"
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "isActive",
|
|
4081
|
+
"type": "boolean"
|
|
4082
|
+
}
|
|
4083
|
+
]
|
|
4074
4084
|
},
|
|
4075
4085
|
{
|
|
4076
4086
|
"name": "image",
|
|
@@ -24475,6 +24485,21 @@
|
|
|
24475
24485
|
"type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
|
|
24476
24486
|
}
|
|
24477
24487
|
]
|
|
24488
|
+
},
|
|
24489
|
+
{
|
|
24490
|
+
"name": "loader",
|
|
24491
|
+
"description": "MISSING DESCRIPTION",
|
|
24492
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#slots",
|
|
24493
|
+
"vue-properties": [
|
|
24494
|
+
{
|
|
24495
|
+
"name": "color",
|
|
24496
|
+
"type": "string"
|
|
24497
|
+
},
|
|
24498
|
+
{
|
|
24499
|
+
"name": "isActive",
|
|
24500
|
+
"type": "boolean"
|
|
24501
|
+
}
|
|
24502
|
+
]
|
|
24478
24503
|
}
|
|
24479
24504
|
],
|
|
24480
24505
|
"vue-model": {
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.15-master-20230418.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16515,77 +16515,6 @@ html.overflow-y-hidden {
|
|
|
16515
16515
|
.v-autocomplete--selection-slot.v-text-field input {
|
|
16516
16516
|
position: relative;
|
|
16517
16517
|
padding-inline-start: 0;
|
|
16518
|
-
}.v-badge {
|
|
16519
|
-
display: inline-block;
|
|
16520
|
-
line-height: 1;
|
|
16521
|
-
}
|
|
16522
|
-
|
|
16523
|
-
.v-badge__badge {
|
|
16524
|
-
align-items: center;
|
|
16525
|
-
display: inline-flex;
|
|
16526
|
-
border-radius: 10px;
|
|
16527
|
-
font-size: 0.75rem;
|
|
16528
|
-
font-weight: 500;
|
|
16529
|
-
height: 1.25rem;
|
|
16530
|
-
justify-content: center;
|
|
16531
|
-
min-width: 20px;
|
|
16532
|
-
padding: 4px 6px;
|
|
16533
|
-
pointer-events: auto;
|
|
16534
|
-
position: absolute;
|
|
16535
|
-
text-align: center;
|
|
16536
|
-
text-indent: 0;
|
|
16537
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16538
|
-
white-space: nowrap;
|
|
16539
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
16540
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
16541
|
-
}
|
|
16542
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
16543
|
-
border-radius: inherit;
|
|
16544
|
-
border-style: solid;
|
|
16545
|
-
border-width: 2px;
|
|
16546
|
-
bottom: 0;
|
|
16547
|
-
color: rgb(var(--v-theme-background));
|
|
16548
|
-
content: "";
|
|
16549
|
-
left: 0;
|
|
16550
|
-
position: absolute;
|
|
16551
|
-
right: 0;
|
|
16552
|
-
top: 0;
|
|
16553
|
-
transform: scale(1.2);
|
|
16554
|
-
}
|
|
16555
|
-
.v-badge--dot .v-badge__badge {
|
|
16556
|
-
border-radius: 4.5px;
|
|
16557
|
-
height: 9px;
|
|
16558
|
-
min-width: 0;
|
|
16559
|
-
padding: 0;
|
|
16560
|
-
width: 9px;
|
|
16561
|
-
}
|
|
16562
|
-
.v-badge--dot .v-badge__badge::after {
|
|
16563
|
-
border-width: 1.5px;
|
|
16564
|
-
}
|
|
16565
|
-
.v-badge--inline .v-badge__badge {
|
|
16566
|
-
position: relative;
|
|
16567
|
-
vertical-align: middle;
|
|
16568
|
-
}
|
|
16569
|
-
.v-badge__badge .v-icon {
|
|
16570
|
-
color: inherit;
|
|
16571
|
-
font-size: 0.75rem;
|
|
16572
|
-
margin: 0 -2px;
|
|
16573
|
-
}
|
|
16574
|
-
.v-badge__badge img,
|
|
16575
|
-
.v-badge__badge .v-img {
|
|
16576
|
-
height: 100%;
|
|
16577
|
-
width: 100%;
|
|
16578
|
-
}
|
|
16579
|
-
|
|
16580
|
-
.v-badge__wrapper {
|
|
16581
|
-
display: flex;
|
|
16582
|
-
position: relative;
|
|
16583
|
-
}
|
|
16584
|
-
.v-badge--inline .v-badge__wrapper {
|
|
16585
|
-
align-items: center;
|
|
16586
|
-
display: inline-flex;
|
|
16587
|
-
justify-content: center;
|
|
16588
|
-
margin: 0 4px;
|
|
16589
16518
|
}.v-avatar {
|
|
16590
16519
|
flex: none;
|
|
16591
16520
|
align-items: center;
|
|
@@ -16673,6 +16602,77 @@ html.overflow-y-hidden {
|
|
|
16673
16602
|
.v-avatar .v-img {
|
|
16674
16603
|
height: 100%;
|
|
16675
16604
|
width: 100%;
|
|
16605
|
+
}.v-badge {
|
|
16606
|
+
display: inline-block;
|
|
16607
|
+
line-height: 1;
|
|
16608
|
+
}
|
|
16609
|
+
|
|
16610
|
+
.v-badge__badge {
|
|
16611
|
+
align-items: center;
|
|
16612
|
+
display: inline-flex;
|
|
16613
|
+
border-radius: 10px;
|
|
16614
|
+
font-size: 0.75rem;
|
|
16615
|
+
font-weight: 500;
|
|
16616
|
+
height: 1.25rem;
|
|
16617
|
+
justify-content: center;
|
|
16618
|
+
min-width: 20px;
|
|
16619
|
+
padding: 4px 6px;
|
|
16620
|
+
pointer-events: auto;
|
|
16621
|
+
position: absolute;
|
|
16622
|
+
text-align: center;
|
|
16623
|
+
text-indent: 0;
|
|
16624
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
16625
|
+
white-space: nowrap;
|
|
16626
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
16627
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
16628
|
+
}
|
|
16629
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
16630
|
+
border-radius: inherit;
|
|
16631
|
+
border-style: solid;
|
|
16632
|
+
border-width: 2px;
|
|
16633
|
+
bottom: 0;
|
|
16634
|
+
color: rgb(var(--v-theme-background));
|
|
16635
|
+
content: "";
|
|
16636
|
+
left: 0;
|
|
16637
|
+
position: absolute;
|
|
16638
|
+
right: 0;
|
|
16639
|
+
top: 0;
|
|
16640
|
+
transform: scale(1.2);
|
|
16641
|
+
}
|
|
16642
|
+
.v-badge--dot .v-badge__badge {
|
|
16643
|
+
border-radius: 4.5px;
|
|
16644
|
+
height: 9px;
|
|
16645
|
+
min-width: 0;
|
|
16646
|
+
padding: 0;
|
|
16647
|
+
width: 9px;
|
|
16648
|
+
}
|
|
16649
|
+
.v-badge--dot .v-badge__badge::after {
|
|
16650
|
+
border-width: 1.5px;
|
|
16651
|
+
}
|
|
16652
|
+
.v-badge--inline .v-badge__badge {
|
|
16653
|
+
position: relative;
|
|
16654
|
+
vertical-align: middle;
|
|
16655
|
+
}
|
|
16656
|
+
.v-badge__badge .v-icon {
|
|
16657
|
+
color: inherit;
|
|
16658
|
+
font-size: 0.75rem;
|
|
16659
|
+
margin: 0 -2px;
|
|
16660
|
+
}
|
|
16661
|
+
.v-badge__badge img,
|
|
16662
|
+
.v-badge__badge .v-img {
|
|
16663
|
+
height: 100%;
|
|
16664
|
+
width: 100%;
|
|
16665
|
+
}
|
|
16666
|
+
|
|
16667
|
+
.v-badge__wrapper {
|
|
16668
|
+
display: flex;
|
|
16669
|
+
position: relative;
|
|
16670
|
+
}
|
|
16671
|
+
.v-badge--inline .v-badge__wrapper {
|
|
16672
|
+
align-items: center;
|
|
16673
|
+
display: inline-flex;
|
|
16674
|
+
justify-content: center;
|
|
16675
|
+
margin: 0 4px;
|
|
16676
16676
|
}.v-banner {
|
|
16677
16677
|
display: grid;
|
|
16678
16678
|
flex: 1 1;
|