@vuetify/nightly 3.0.5 → 3.0.6-dev-20221215.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 +2 -17
- package/dist/json/importMap.json +62 -62
- package/dist/vuetify.css +164 -164
- package/dist/vuetify.d.ts +17 -17
- package/dist/vuetify.esm.js +9 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +2 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +17 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.6-dev-20221215.0...v) (2022-12-15)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.0.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* **loader:** add String to prop types ([a533a7e](https://github.com/vuetifyjs/vuetify/commit/a533a7e454abba660d5e4f1e519142538bdd6bb9))
|
|
11
|
-
* **validation:** don't truncate error message passed as string ([#16246](https://github.com/vuetifyjs/vuetify/issues/16246)) ([3688c00](https://github.com/vuetifyjs/vuetify/commit/3688c00113e153e48f47cb8695c74c840dad095c)), closes [#16242](https://github.com/vuetifyjs/vuetify/issues/16242)
|
|
12
|
-
* **VAutocomplete/VCombobox/VSelect:** return-object comparison ([#16114](https://github.com/vuetifyjs/vuetify/issues/16114)) ([74f7601](https://github.com/vuetifyjs/vuetify/commit/74f7601b398e30ed396ebc9e332baf7a22780bca)), closes [#16046](https://github.com/vuetifyjs/vuetify/issues/16046)
|
|
13
|
-
* **VBottomNavigation:** use active prop for visibility ([#16044](https://github.com/vuetifyjs/vuetify/issues/16044)) ([05d9623](https://github.com/vuetifyjs/vuetify/commit/05d96231d908a1226ab82d6a8ce11b4274c7b4a4)), closes [#16041](https://github.com/vuetifyjs/vuetify/issues/16041)
|
|
14
|
-
* **VChip:** component always shows cursor pointer ([#16256](https://github.com/vuetifyjs/vuetify/issues/16256)) ([420af68](https://github.com/vuetifyjs/vuetify/commit/420af68795322391b825969295dea916a0a02a6b))
|
|
15
|
-
* **VOverlay:** don't render content in ssr ([59d214b](https://github.com/vuetifyjs/vuetify/commit/59d214bd7dd49e4fa88b54a1896b6eb419753e9e)), closes [#15323](https://github.com/vuetifyjs/vuetify/issues/15323)
|
|
16
|
-
* **VOverlay:** forward scoped styles attribute ([7adbc22](https://github.com/vuetifyjs/vuetify/commit/7adbc220bf82bae739c96bc92b2bfad83aee0323)), closes [#16213](https://github.com/vuetifyjs/vuetify/issues/16213)
|
|
17
|
-
* **VTab:** increase selector specificity ([ca345ff](https://github.com/vuetifyjs/vuetify/commit/ca345ff40487c51c07cbb21b7af774c4dac1fd79)), closes [#16254](https://github.com/vuetifyjs/vuetify/issues/16254)
|
|
18
|
-
* **VToolbar:** provide default VBtn variant ([41111a7](https://github.com/vuetifyjs/vuetify/commit/41111a7d3ad529aaf8d044c9ff4ea60d8b632359)), closes [#16239](https://github.com/vuetifyjs/vuetify/issues/16239)
|
|
19
|
-
* **VTooltip:** tooltip overlay interfering with VMenu ([#15934](https://github.com/vuetifyjs/vuetify/issues/15934)) ([c48d7e4](https://github.com/vuetifyjs/vuetify/commit/c48d7e49551f25b270f766c12e6ec05ac4cb1058)), closes [#15784](https://github.com/vuetifyjs/vuetify/issues/15784)
|
|
20
|
-
* change _isVue references to vue3's __isVue ([#16231](https://github.com/vuetifyjs/vuetify/issues/16231)) ([6a6c710](https://github.com/vuetifyjs/vuetify/commit/6a6c710a5baa952746d8d997bde5e99e17f3adb3))
|
|
5
|
+
## [3.0.6-dev-20221215.0](https://github.com/vuetifyjs/vuetify/compare/v3.0.5...v3.0.6-dev-20221215.0) (2022-12-15)
|
|
21
6
|
|
|
22
7
|
|
|
23
8
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -40,10 +40,6 @@
|
|
|
40
40
|
"from": "components/VLayout/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"VLazy": {
|
|
44
|
-
"from": "components/VLazy/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
43
|
"VLocaleProvider": {
|
|
48
44
|
"from": "components/VLocaleProvider/index.mjs",
|
|
49
45
|
"styles": []
|
|
@@ -52,6 +48,10 @@
|
|
|
52
48
|
"from": "components/VNoSsr/index.mjs",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
51
|
+
"VLazy": {
|
|
52
|
+
"from": "components/VLazy/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
55
|
"VParallax": {
|
|
56
56
|
"from": "components/VParallax/index.mjs",
|
|
57
57
|
"styles": []
|
|
@@ -140,6 +140,10 @@
|
|
|
140
140
|
"from": "components/transitions/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
+
"VAutocomplete": {
|
|
144
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
143
147
|
"VAppBar": {
|
|
144
148
|
"from": "components/VAppBar/index.mjs",
|
|
145
149
|
"styles": []
|
|
@@ -152,24 +156,20 @@
|
|
|
152
156
|
"from": "components/VAppBar/index.mjs",
|
|
153
157
|
"styles": []
|
|
154
158
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VAlertTitle": {
|
|
160
|
-
"from": "components/VAlert/index.mjs",
|
|
159
|
+
"VAvatar": {
|
|
160
|
+
"from": "components/VAvatar/index.mjs",
|
|
161
161
|
"styles": []
|
|
162
162
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
163
|
+
"VBreadcrumbs": {
|
|
164
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
165
165
|
"styles": []
|
|
166
166
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
167
|
+
"VBreadcrumbsItem": {
|
|
168
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
171
|
+
"VBreadcrumbsDivider": {
|
|
172
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
175
|
"VBanner": {
|
|
@@ -188,18 +188,6 @@
|
|
|
188
188
|
"from": "components/VBottomNavigation/index.mjs",
|
|
189
189
|
"styles": []
|
|
190
190
|
},
|
|
191
|
-
"VBreadcrumbs": {
|
|
192
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VBreadcrumbsItem": {
|
|
196
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VBreadcrumbsDivider": {
|
|
200
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
191
|
"VBtn": {
|
|
204
192
|
"from": "components/VBtn/index.mjs",
|
|
205
193
|
"styles": []
|
|
@@ -208,6 +196,10 @@
|
|
|
208
196
|
"from": "components/VBtnGroup/index.mjs",
|
|
209
197
|
"styles": []
|
|
210
198
|
},
|
|
199
|
+
"VBadge": {
|
|
200
|
+
"from": "components/VBadge/index.mjs",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
211
203
|
"VBtnToggle": {
|
|
212
204
|
"from": "components/VBtnToggle/index.mjs",
|
|
213
205
|
"styles": []
|
|
@@ -244,6 +236,10 @@
|
|
|
244
236
|
"from": "components/VCarousel/index.mjs",
|
|
245
237
|
"styles": []
|
|
246
238
|
},
|
|
239
|
+
"VChip": {
|
|
240
|
+
"from": "components/VChip/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
247
243
|
"VCheckbox": {
|
|
248
244
|
"from": "components/VCheckbox/index.mjs",
|
|
249
245
|
"styles": []
|
|
@@ -252,30 +248,26 @@
|
|
|
252
248
|
"from": "components/VCheckbox/index.mjs",
|
|
253
249
|
"styles": []
|
|
254
250
|
},
|
|
255
|
-
"VChip": {
|
|
256
|
-
"from": "components/VChip/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
251
|
"VChipGroup": {
|
|
260
252
|
"from": "components/VChipGroup/index.mjs",
|
|
261
253
|
"styles": []
|
|
262
254
|
},
|
|
263
|
-
"VCode": {
|
|
264
|
-
"from": "components/VCode/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
255
|
"VColorPicker": {
|
|
268
256
|
"from": "components/VColorPicker/index.mjs",
|
|
269
257
|
"styles": []
|
|
270
258
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
259
|
+
"VCode": {
|
|
260
|
+
"from": "components/VCode/index.mjs",
|
|
273
261
|
"styles": []
|
|
274
262
|
},
|
|
275
263
|
"VCounter": {
|
|
276
264
|
"from": "components/VCounter/index.mjs",
|
|
277
265
|
"styles": []
|
|
278
266
|
},
|
|
267
|
+
"VCombobox": {
|
|
268
|
+
"from": "components/VCombobox/index.mjs",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
279
271
|
"VDialog": {
|
|
280
272
|
"from": "components/VDialog/index.mjs",
|
|
281
273
|
"styles": []
|
|
@@ -284,6 +276,18 @@
|
|
|
284
276
|
"from": "components/VDivider/index.mjs",
|
|
285
277
|
"styles": []
|
|
286
278
|
},
|
|
279
|
+
"VField": {
|
|
280
|
+
"from": "components/VField/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VFieldLabel": {
|
|
284
|
+
"from": "components/VField/index.mjs",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VFooter": {
|
|
288
|
+
"from": "components/VFooter/index.mjs",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
287
291
|
"VExpansionPanels": {
|
|
288
292
|
"from": "components/VExpansionPanel/index.mjs",
|
|
289
293
|
"styles": []
|
|
@@ -300,22 +304,10 @@
|
|
|
300
304
|
"from": "components/VExpansionPanel/index.mjs",
|
|
301
305
|
"styles": []
|
|
302
306
|
},
|
|
303
|
-
"VField": {
|
|
304
|
-
"from": "components/VField/index.mjs",
|
|
305
|
-
"styles": []
|
|
306
|
-
},
|
|
307
|
-
"VFieldLabel": {
|
|
308
|
-
"from": "components/VField/index.mjs",
|
|
309
|
-
"styles": []
|
|
310
|
-
},
|
|
311
307
|
"VFileInput": {
|
|
312
308
|
"from": "components/VFileInput/index.mjs",
|
|
313
309
|
"styles": []
|
|
314
310
|
},
|
|
315
|
-
"VFooter": {
|
|
316
|
-
"from": "components/VFooter/index.mjs",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
311
|
"VIcon": {
|
|
320
312
|
"from": "components/VIcon/index.mjs",
|
|
321
313
|
"styles": []
|
|
@@ -336,14 +328,14 @@
|
|
|
336
328
|
"from": "components/VIcon/index.mjs",
|
|
337
329
|
"styles": []
|
|
338
330
|
},
|
|
339
|
-
"VImg": {
|
|
340
|
-
"from": "components/VImg/index.mjs",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
331
|
"VInput": {
|
|
344
332
|
"from": "components/VInput/index.mjs",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
335
|
+
"VImg": {
|
|
336
|
+
"from": "components/VImg/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
347
339
|
"VItemGroup": {
|
|
348
340
|
"from": "components/VItemGroup/index.mjs",
|
|
349
341
|
"styles": []
|
|
@@ -412,10 +404,6 @@
|
|
|
412
404
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
413
405
|
"styles": []
|
|
414
406
|
},
|
|
415
|
-
"VOverlay": {
|
|
416
|
-
"from": "components/VOverlay/index.mjs",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
407
|
"VPagination": {
|
|
420
408
|
"from": "components/VPagination/index.mjs",
|
|
421
409
|
"styles": []
|
|
@@ -428,6 +416,10 @@
|
|
|
428
416
|
"from": "components/VProgressLinear/index.mjs",
|
|
429
417
|
"styles": []
|
|
430
418
|
},
|
|
419
|
+
"VOverlay": {
|
|
420
|
+
"from": "components/VOverlay/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
431
423
|
"VRadioGroup": {
|
|
432
424
|
"from": "components/VRadioGroup/index.mjs",
|
|
433
425
|
"styles": []
|
|
@@ -444,14 +436,14 @@
|
|
|
444
436
|
"from": "components/VSelectionControl/index.mjs",
|
|
445
437
|
"styles": []
|
|
446
438
|
},
|
|
447
|
-
"VSelectionControlGroup": {
|
|
448
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
439
|
"VSheet": {
|
|
452
440
|
"from": "components/VSheet/index.mjs",
|
|
453
441
|
"styles": []
|
|
454
442
|
},
|
|
443
|
+
"VSelectionControlGroup": {
|
|
444
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
455
447
|
"VSlideGroup": {
|
|
456
448
|
"from": "components/VSlideGroup/index.mjs",
|
|
457
449
|
"styles": []
|
|
@@ -527,6 +519,14 @@
|
|
|
527
519
|
"VWindowItem": {
|
|
528
520
|
"from": "components/VWindow/index.mjs",
|
|
529
521
|
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VAlert": {
|
|
524
|
+
"from": "components/VAlert/index.mjs",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VAlertTitle": {
|
|
528
|
+
"from": "components/VAlert/index.mjs",
|
|
529
|
+
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
532
|
"directives": [
|
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.
|
|
2
|
+
* Vuetify v3.0.6-dev-20221215.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -22363,6 +22363,11 @@ textarea.v-field__input::placeholder {
|
|
|
22363
22363
|
|
|
22364
22364
|
.v-img__gradient {
|
|
22365
22365
|
background-repeat: no-repeat;
|
|
22366
|
+
}.v-item-group {
|
|
22367
|
+
flex: 0 1 auto;
|
|
22368
|
+
max-width: 100%;
|
|
22369
|
+
position: relative;
|
|
22370
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22366
22371
|
}.v-input {
|
|
22367
22372
|
display: grid;
|
|
22368
22373
|
flex: 1 1 auto;
|
|
@@ -22475,11 +22480,6 @@ textarea.v-field__input::placeholder {
|
|
|
22475
22480
|
.v-input__control {
|
|
22476
22481
|
display: flex;
|
|
22477
22482
|
grid-area: control;
|
|
22478
|
-
}.v-item-group {
|
|
22479
|
-
flex: 0 1 auto;
|
|
22480
|
-
max-width: 100%;
|
|
22481
|
-
position: relative;
|
|
22482
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22483
22483
|
}.v-label {
|
|
22484
22484
|
align-items: center;
|
|
22485
22485
|
display: inline-flex;
|
|
@@ -22502,13 +22502,6 @@ textarea.v-field__input::placeholder {
|
|
|
22502
22502
|
.v-layout--full-height {
|
|
22503
22503
|
--v-scrollbar-offset: inherit;
|
|
22504
22504
|
height: 100%;
|
|
22505
|
-
}.v-layout-item {
|
|
22506
|
-
position: absolute;
|
|
22507
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22508
|
-
}
|
|
22509
|
-
|
|
22510
|
-
.v-layout-item--absolute {
|
|
22511
|
-
position: absolute;
|
|
22512
22505
|
}.v-list {
|
|
22513
22506
|
overflow: auto;
|
|
22514
22507
|
padding: 8px 0;
|
|
@@ -22613,6 +22606,13 @@ textarea.v-field__input::placeholder {
|
|
|
22613
22606
|
right: 0;
|
|
22614
22607
|
top: 0;
|
|
22615
22608
|
transition: opacity 0.2s ease-in-out;
|
|
22609
|
+
}.v-layout-item {
|
|
22610
|
+
position: absolute;
|
|
22611
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22612
|
+
}
|
|
22613
|
+
|
|
22614
|
+
.v-layout-item--absolute {
|
|
22615
|
+
position: absolute;
|
|
22616
22616
|
}.v-list-item {
|
|
22617
22617
|
align-items: center;
|
|
22618
22618
|
display: grid;
|
|
@@ -23141,6 +23141,67 @@ textarea.v-field__input::placeholder {
|
|
|
23141
23141
|
opacity: 0.2;
|
|
23142
23142
|
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23143
23143
|
z-index: 1;
|
|
23144
|
+
}.v-overlay-container {
|
|
23145
|
+
contain: layout;
|
|
23146
|
+
left: 0;
|
|
23147
|
+
pointer-events: none;
|
|
23148
|
+
position: absolute;
|
|
23149
|
+
top: 0;
|
|
23150
|
+
display: contents;
|
|
23151
|
+
}
|
|
23152
|
+
|
|
23153
|
+
.v-overlay-scroll-blocked {
|
|
23154
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23155
|
+
overflow-y: hidden !important;
|
|
23156
|
+
}
|
|
23157
|
+
html.v-overlay-scroll-blocked {
|
|
23158
|
+
position: fixed;
|
|
23159
|
+
top: var(--v-body-scroll-y);
|
|
23160
|
+
left: var(--v-body-scroll-x);
|
|
23161
|
+
width: 100%;
|
|
23162
|
+
height: 100%;
|
|
23163
|
+
}
|
|
23164
|
+
|
|
23165
|
+
.v-overlay {
|
|
23166
|
+
border-radius: inherit;
|
|
23167
|
+
display: flex;
|
|
23168
|
+
left: 0;
|
|
23169
|
+
pointer-events: none;
|
|
23170
|
+
position: fixed;
|
|
23171
|
+
top: 0;
|
|
23172
|
+
bottom: 0;
|
|
23173
|
+
right: 0;
|
|
23174
|
+
}
|
|
23175
|
+
|
|
23176
|
+
.v-overlay__content {
|
|
23177
|
+
outline: none;
|
|
23178
|
+
position: absolute;
|
|
23179
|
+
pointer-events: auto;
|
|
23180
|
+
contain: layout;
|
|
23181
|
+
}
|
|
23182
|
+
|
|
23183
|
+
.v-overlay__scrim {
|
|
23184
|
+
pointer-events: auto;
|
|
23185
|
+
background: rgb(var(--v-theme-on-surface));
|
|
23186
|
+
border-radius: inherit;
|
|
23187
|
+
bottom: 0;
|
|
23188
|
+
left: 0;
|
|
23189
|
+
opacity: 32%;
|
|
23190
|
+
position: fixed;
|
|
23191
|
+
right: 0;
|
|
23192
|
+
top: 0;
|
|
23193
|
+
}
|
|
23194
|
+
|
|
23195
|
+
.v-overlay--absolute {
|
|
23196
|
+
position: absolute;
|
|
23197
|
+
}
|
|
23198
|
+
|
|
23199
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
23200
|
+
position: absolute;
|
|
23201
|
+
}
|
|
23202
|
+
|
|
23203
|
+
.v-overlay--scroll-blocked {
|
|
23204
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23144
23205
|
}.v-pagination__list {
|
|
23145
23206
|
display: inline-flex;
|
|
23146
23207
|
list-style-type: none;
|
|
@@ -24869,157 +24930,6 @@ textarea.v-field__input::placeholder {
|
|
|
24869
24930
|
|
|
24870
24931
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24871
24932
|
padding-inline-end: 0;
|
|
24872
|
-
}.v-tooltip .v-overlay__content {
|
|
24873
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
24874
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24875
|
-
border-radius: 4px;
|
|
24876
|
-
font-size: 0.875rem;
|
|
24877
|
-
line-height: 1.6;
|
|
24878
|
-
display: inline-block;
|
|
24879
|
-
padding: 5px 16px;
|
|
24880
|
-
text-transform: initial;
|
|
24881
|
-
width: auto;
|
|
24882
|
-
opacity: 1;
|
|
24883
|
-
pointer-events: none;
|
|
24884
|
-
transition-property: opacity, transform;
|
|
24885
|
-
}
|
|
24886
|
-
.v-tooltip .v-overlay__content[class*=enter-active] {
|
|
24887
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24888
|
-
transition-duration: 150ms;
|
|
24889
|
-
}
|
|
24890
|
-
.v-tooltip .v-overlay__content[class*=leave-active] {
|
|
24891
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24892
|
-
transition-duration: 75ms;
|
|
24893
|
-
}.v-window {
|
|
24894
|
-
overflow: hidden;
|
|
24895
|
-
}
|
|
24896
|
-
.v-window__container {
|
|
24897
|
-
display: flex;
|
|
24898
|
-
flex-direction: column;
|
|
24899
|
-
height: inherit;
|
|
24900
|
-
position: relative;
|
|
24901
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
24902
|
-
}
|
|
24903
|
-
.v-window__controls {
|
|
24904
|
-
position: absolute;
|
|
24905
|
-
left: 0;
|
|
24906
|
-
top: 0;
|
|
24907
|
-
width: 100%;
|
|
24908
|
-
height: 100%;
|
|
24909
|
-
display: flex;
|
|
24910
|
-
align-items: center;
|
|
24911
|
-
justify-content: space-between;
|
|
24912
|
-
padding: 0 16px;
|
|
24913
|
-
pointer-events: none;
|
|
24914
|
-
}
|
|
24915
|
-
.v-window__controls * {
|
|
24916
|
-
pointer-events: auto;
|
|
24917
|
-
}
|
|
24918
|
-
.v-window--show-arrows-on-hover {
|
|
24919
|
-
overflow: hidden;
|
|
24920
|
-
}
|
|
24921
|
-
.v-window--show-arrows-on-hover .v-window__left {
|
|
24922
|
-
transform: translateX(-200%);
|
|
24923
|
-
}
|
|
24924
|
-
.v-window--show-arrows-on-hover .v-window__right {
|
|
24925
|
-
transform: translateX(200%);
|
|
24926
|
-
}
|
|
24927
|
-
.v-window--show-arrows-on-hover:hover .v-window__left,
|
|
24928
|
-
.v-window--show-arrows-on-hover:hover .v-window__right {
|
|
24929
|
-
transform: translateX(0);
|
|
24930
|
-
}
|
|
24931
|
-
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
|
24932
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
24933
|
-
}
|
|
24934
|
-
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
|
24935
|
-
position: absolute !important;
|
|
24936
|
-
top: 0;
|
|
24937
|
-
width: 100%;
|
|
24938
|
-
}
|
|
24939
|
-
.v-window-x-transition-enter-from {
|
|
24940
|
-
transform: translateX(100%);
|
|
24941
|
-
}
|
|
24942
|
-
.v-window-x-transition-leave-to {
|
|
24943
|
-
transform: translateX(-100%);
|
|
24944
|
-
}
|
|
24945
|
-
.v-window-x-reverse-transition-enter-from {
|
|
24946
|
-
transform: translateX(-100%);
|
|
24947
|
-
}
|
|
24948
|
-
.v-window-x-reverse-transition-leave-to {
|
|
24949
|
-
transform: translateX(100%);
|
|
24950
|
-
}
|
|
24951
|
-
.v-window-y-transition-enter-from {
|
|
24952
|
-
transform: translateY(100%);
|
|
24953
|
-
}
|
|
24954
|
-
.v-window-y-transition-leave-to {
|
|
24955
|
-
transform: translateY(-100%);
|
|
24956
|
-
}
|
|
24957
|
-
.v-window-y-reverse-transition-enter-from {
|
|
24958
|
-
transform: translateY(-100%);
|
|
24959
|
-
}
|
|
24960
|
-
.v-window-y-reverse-transition-leave-to {
|
|
24961
|
-
transform: translateY(100%);
|
|
24962
|
-
}.v-overlay-container {
|
|
24963
|
-
contain: layout;
|
|
24964
|
-
left: 0;
|
|
24965
|
-
pointer-events: none;
|
|
24966
|
-
position: absolute;
|
|
24967
|
-
top: 0;
|
|
24968
|
-
display: contents;
|
|
24969
|
-
}
|
|
24970
|
-
|
|
24971
|
-
.v-overlay-scroll-blocked {
|
|
24972
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
24973
|
-
overflow-y: hidden !important;
|
|
24974
|
-
}
|
|
24975
|
-
html.v-overlay-scroll-blocked {
|
|
24976
|
-
position: fixed;
|
|
24977
|
-
top: var(--v-body-scroll-y);
|
|
24978
|
-
left: var(--v-body-scroll-x);
|
|
24979
|
-
width: 100%;
|
|
24980
|
-
height: 100%;
|
|
24981
|
-
}
|
|
24982
|
-
|
|
24983
|
-
.v-overlay {
|
|
24984
|
-
border-radius: inherit;
|
|
24985
|
-
display: flex;
|
|
24986
|
-
left: 0;
|
|
24987
|
-
pointer-events: none;
|
|
24988
|
-
position: fixed;
|
|
24989
|
-
top: 0;
|
|
24990
|
-
bottom: 0;
|
|
24991
|
-
right: 0;
|
|
24992
|
-
}
|
|
24993
|
-
|
|
24994
|
-
.v-overlay__content {
|
|
24995
|
-
outline: none;
|
|
24996
|
-
position: absolute;
|
|
24997
|
-
pointer-events: auto;
|
|
24998
|
-
contain: layout;
|
|
24999
|
-
}
|
|
25000
|
-
|
|
25001
|
-
.v-overlay__scrim {
|
|
25002
|
-
pointer-events: auto;
|
|
25003
|
-
background: rgb(var(--v-theme-on-surface));
|
|
25004
|
-
border-radius: inherit;
|
|
25005
|
-
bottom: 0;
|
|
25006
|
-
left: 0;
|
|
25007
|
-
opacity: 32%;
|
|
25008
|
-
position: fixed;
|
|
25009
|
-
right: 0;
|
|
25010
|
-
top: 0;
|
|
25011
|
-
}
|
|
25012
|
-
|
|
25013
|
-
.v-overlay--absolute {
|
|
25014
|
-
position: absolute;
|
|
25015
|
-
}
|
|
25016
|
-
|
|
25017
|
-
.v-overlay--contained .v-overlay__scrim {
|
|
25018
|
-
position: absolute;
|
|
25019
|
-
}
|
|
25020
|
-
|
|
25021
|
-
.v-overlay--scroll-blocked {
|
|
25022
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
25023
24933
|
}.v-toolbar {
|
|
25024
24934
|
align-items: flex-start;
|
|
25025
24935
|
display: flex;
|
|
@@ -25149,6 +25059,96 @@ html.v-overlay-scroll-blocked {
|
|
|
25149
25059
|
}
|
|
25150
25060
|
.v-toolbar-items > .v-btn {
|
|
25151
25061
|
border-radius: 0;
|
|
25062
|
+
}.v-tooltip .v-overlay__content {
|
|
25063
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
25064
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
25065
|
+
border-radius: 4px;
|
|
25066
|
+
font-size: 0.875rem;
|
|
25067
|
+
line-height: 1.6;
|
|
25068
|
+
display: inline-block;
|
|
25069
|
+
padding: 5px 16px;
|
|
25070
|
+
text-transform: initial;
|
|
25071
|
+
width: auto;
|
|
25072
|
+
opacity: 1;
|
|
25073
|
+
pointer-events: none;
|
|
25074
|
+
transition-property: opacity, transform;
|
|
25075
|
+
}
|
|
25076
|
+
.v-tooltip .v-overlay__content[class*=enter-active] {
|
|
25077
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25078
|
+
transition-duration: 150ms;
|
|
25079
|
+
}
|
|
25080
|
+
.v-tooltip .v-overlay__content[class*=leave-active] {
|
|
25081
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
25082
|
+
transition-duration: 75ms;
|
|
25083
|
+
}.v-window {
|
|
25084
|
+
overflow: hidden;
|
|
25085
|
+
}
|
|
25086
|
+
.v-window__container {
|
|
25087
|
+
display: flex;
|
|
25088
|
+
flex-direction: column;
|
|
25089
|
+
height: inherit;
|
|
25090
|
+
position: relative;
|
|
25091
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
25092
|
+
}
|
|
25093
|
+
.v-window__controls {
|
|
25094
|
+
position: absolute;
|
|
25095
|
+
left: 0;
|
|
25096
|
+
top: 0;
|
|
25097
|
+
width: 100%;
|
|
25098
|
+
height: 100%;
|
|
25099
|
+
display: flex;
|
|
25100
|
+
align-items: center;
|
|
25101
|
+
justify-content: space-between;
|
|
25102
|
+
padding: 0 16px;
|
|
25103
|
+
pointer-events: none;
|
|
25104
|
+
}
|
|
25105
|
+
.v-window__controls * {
|
|
25106
|
+
pointer-events: auto;
|
|
25107
|
+
}
|
|
25108
|
+
.v-window--show-arrows-on-hover {
|
|
25109
|
+
overflow: hidden;
|
|
25110
|
+
}
|
|
25111
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
|
25112
|
+
transform: translateX(-200%);
|
|
25113
|
+
}
|
|
25114
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
|
25115
|
+
transform: translateX(200%);
|
|
25116
|
+
}
|
|
25117
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
|
25118
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
|
25119
|
+
transform: translateX(0);
|
|
25120
|
+
}
|
|
25121
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
|
25122
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
25123
|
+
}
|
|
25124
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
|
25125
|
+
position: absolute !important;
|
|
25126
|
+
top: 0;
|
|
25127
|
+
width: 100%;
|
|
25128
|
+
}
|
|
25129
|
+
.v-window-x-transition-enter-from {
|
|
25130
|
+
transform: translateX(100%);
|
|
25131
|
+
}
|
|
25132
|
+
.v-window-x-transition-leave-to {
|
|
25133
|
+
transform: translateX(-100%);
|
|
25134
|
+
}
|
|
25135
|
+
.v-window-x-reverse-transition-enter-from {
|
|
25136
|
+
transform: translateX(-100%);
|
|
25137
|
+
}
|
|
25138
|
+
.v-window-x-reverse-transition-leave-to {
|
|
25139
|
+
transform: translateX(100%);
|
|
25140
|
+
}
|
|
25141
|
+
.v-window-y-transition-enter-from {
|
|
25142
|
+
transform: translateY(100%);
|
|
25143
|
+
}
|
|
25144
|
+
.v-window-y-transition-leave-to {
|
|
25145
|
+
transform: translateY(-100%);
|
|
25146
|
+
}
|
|
25147
|
+
.v-window-y-reverse-transition-enter-from {
|
|
25148
|
+
transform: translateY(-100%);
|
|
25149
|
+
}
|
|
25150
|
+
.v-window-y-reverse-transition-leave-to {
|
|
25151
|
+
transform: translateY(100%);
|
|
25152
25152
|
}.v-color-picker-canvas {
|
|
25153
25153
|
position: relative;
|
|
25154
25154
|
overflow: hidden;
|