@vuetify/nightly 3.4.10-dev.2024-01-16 → 3.4.10-dev.2024-01-18
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 +5 -2
- package/dist/json/attributes.json +12 -0
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +103 -1
- package/dist/vuetify-labs.css +1363 -1360
- package/dist/vuetify-labs.d.ts +39 -2
- package/dist/vuetify-labs.esm.js +11 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +631 -630
- package/dist/vuetify.d.ts +73 -36
- package/dist/vuetify.esm.js +11 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +2 -2
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDataTable/VDataTable.css +2 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +39 -2
- package/lib/components/VSlider/VSliderTrack.css +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +1 -1
- package/lib/components/VSlider/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.css +2 -2
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VTimeline/VTimeline.css +1 -1
- package/lib/components/VTimeline/_variables.scss +1 -1
- package/lib/components/VToolbar/VToolbar.css +2 -2
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/index.d.mts +39 -2
- package/lib/composables/theme.mjs +2 -0
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +34 -34
- package/lib/labs/VCalendar/VCalendar.css +4 -2
- package/lib/labs/VCalendar/VCalendar.sass +4 -2
- package/lib/labs/VCalendar/_variables.scss +5 -0
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.10-dev.2024-01-
|
|
2
|
+
* Vuetify v3.4.10-dev.2024-01-18
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16981,18 +16981,6 @@ html.overflow-y-hidden {
|
|
|
16981
16981
|
.v-ripple__animation--out {
|
|
16982
16982
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
16983
16983
|
opacity: 0;
|
|
16984
|
-
}.v-app-bar {
|
|
16985
|
-
display: flex;
|
|
16986
|
-
}
|
|
16987
|
-
.v-app-bar.v-toolbar {
|
|
16988
|
-
background: rgb(var(--v-theme-surface));
|
|
16989
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16990
|
-
}
|
|
16991
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16992
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
16993
|
-
}
|
|
16994
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16995
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
16996
16984
|
}.v-application {
|
|
16997
16985
|
display: flex;
|
|
16998
16986
|
background: rgb(var(--v-theme-background));
|
|
@@ -17043,8 +17031,8 @@ html.overflow-y-hidden {
|
|
|
17043
17031
|
display: none;
|
|
17044
17032
|
}
|
|
17045
17033
|
.v-alert--variant-elevated, .v-alert--variant-flat {
|
|
17046
|
-
background: rgb(var(--v-theme-
|
|
17047
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17034
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17035
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
17048
17036
|
}
|
|
17049
17037
|
.v-alert--variant-elevated {
|
|
17050
17038
|
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
@@ -17219,6 +17207,18 @@ html.overflow-y-hidden {
|
|
|
17219
17207
|
text-transform: none;
|
|
17220
17208
|
word-break: normal;
|
|
17221
17209
|
word-wrap: break-word;
|
|
17210
|
+
}.v-app-bar {
|
|
17211
|
+
display: flex;
|
|
17212
|
+
}
|
|
17213
|
+
.v-app-bar.v-toolbar {
|
|
17214
|
+
background: rgb(var(--v-theme-surface));
|
|
17215
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17216
|
+
}
|
|
17217
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17218
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17219
|
+
}
|
|
17220
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17221
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17222
17222
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17223
17223
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17224
17224
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -17248,7 +17248,7 @@ html.overflow-y-hidden {
|
|
|
17248
17248
|
border-radius: 4px;
|
|
17249
17249
|
}
|
|
17250
17250
|
.v-autocomplete__mask {
|
|
17251
|
-
background: rgb(var(--v-theme-
|
|
17251
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17252
17252
|
}
|
|
17253
17253
|
.v-autocomplete__selection {
|
|
17254
17254
|
display: inline-flex;
|
|
@@ -17300,6 +17300,77 @@ html.overflow-y-hidden {
|
|
|
17300
17300
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17301
17301
|
opacity: var(--v-high-emphasis-opacity);
|
|
17302
17302
|
transform: rotate(180deg);
|
|
17303
|
+
}.v-badge {
|
|
17304
|
+
display: inline-block;
|
|
17305
|
+
line-height: 1;
|
|
17306
|
+
}
|
|
17307
|
+
|
|
17308
|
+
.v-badge__badge {
|
|
17309
|
+
align-items: center;
|
|
17310
|
+
display: inline-flex;
|
|
17311
|
+
border-radius: 10px;
|
|
17312
|
+
font-size: 0.75rem;
|
|
17313
|
+
font-weight: 500;
|
|
17314
|
+
height: 1.25rem;
|
|
17315
|
+
justify-content: center;
|
|
17316
|
+
min-width: 20px;
|
|
17317
|
+
padding: 4px 6px;
|
|
17318
|
+
pointer-events: auto;
|
|
17319
|
+
position: absolute;
|
|
17320
|
+
text-align: center;
|
|
17321
|
+
text-indent: 0;
|
|
17322
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17323
|
+
white-space: nowrap;
|
|
17324
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17325
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17326
|
+
}
|
|
17327
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17328
|
+
border-radius: inherit;
|
|
17329
|
+
border-style: solid;
|
|
17330
|
+
border-width: 2px;
|
|
17331
|
+
bottom: 0;
|
|
17332
|
+
color: rgb(var(--v-theme-background));
|
|
17333
|
+
content: "";
|
|
17334
|
+
left: 0;
|
|
17335
|
+
position: absolute;
|
|
17336
|
+
right: 0;
|
|
17337
|
+
top: 0;
|
|
17338
|
+
transform: scale(1.05);
|
|
17339
|
+
}
|
|
17340
|
+
.v-badge--dot .v-badge__badge {
|
|
17341
|
+
border-radius: 4.5px;
|
|
17342
|
+
height: 9px;
|
|
17343
|
+
min-width: 0;
|
|
17344
|
+
padding: 0;
|
|
17345
|
+
width: 9px;
|
|
17346
|
+
}
|
|
17347
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17348
|
+
border-width: 1.5px;
|
|
17349
|
+
}
|
|
17350
|
+
.v-badge--inline .v-badge__badge {
|
|
17351
|
+
position: relative;
|
|
17352
|
+
vertical-align: middle;
|
|
17353
|
+
}
|
|
17354
|
+
.v-badge__badge .v-icon {
|
|
17355
|
+
color: inherit;
|
|
17356
|
+
font-size: 0.75rem;
|
|
17357
|
+
margin: 0 -2px;
|
|
17358
|
+
}
|
|
17359
|
+
.v-badge__badge img,
|
|
17360
|
+
.v-badge__badge .v-img {
|
|
17361
|
+
height: 100%;
|
|
17362
|
+
width: 100%;
|
|
17363
|
+
}
|
|
17364
|
+
|
|
17365
|
+
.v-badge__wrapper {
|
|
17366
|
+
display: flex;
|
|
17367
|
+
position: relative;
|
|
17368
|
+
}
|
|
17369
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17370
|
+
align-items: center;
|
|
17371
|
+
display: inline-flex;
|
|
17372
|
+
justify-content: center;
|
|
17373
|
+
margin: 0 4px;
|
|
17303
17374
|
}.v-avatar {
|
|
17304
17375
|
flex: none;
|
|
17305
17376
|
align-items: center;
|
|
@@ -17387,77 +17458,6 @@ html.overflow-y-hidden {
|
|
|
17387
17458
|
.v-avatar .v-img {
|
|
17388
17459
|
height: 100%;
|
|
17389
17460
|
width: 100%;
|
|
17390
|
-
}.v-badge {
|
|
17391
|
-
display: inline-block;
|
|
17392
|
-
line-height: 1;
|
|
17393
|
-
}
|
|
17394
|
-
|
|
17395
|
-
.v-badge__badge {
|
|
17396
|
-
align-items: center;
|
|
17397
|
-
display: inline-flex;
|
|
17398
|
-
border-radius: 10px;
|
|
17399
|
-
font-size: 0.75rem;
|
|
17400
|
-
font-weight: 500;
|
|
17401
|
-
height: 1.25rem;
|
|
17402
|
-
justify-content: center;
|
|
17403
|
-
min-width: 20px;
|
|
17404
|
-
padding: 4px 6px;
|
|
17405
|
-
pointer-events: auto;
|
|
17406
|
-
position: absolute;
|
|
17407
|
-
text-align: center;
|
|
17408
|
-
text-indent: 0;
|
|
17409
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17410
|
-
white-space: nowrap;
|
|
17411
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17412
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17413
|
-
}
|
|
17414
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17415
|
-
border-radius: inherit;
|
|
17416
|
-
border-style: solid;
|
|
17417
|
-
border-width: 2px;
|
|
17418
|
-
bottom: 0;
|
|
17419
|
-
color: rgb(var(--v-theme-background));
|
|
17420
|
-
content: "";
|
|
17421
|
-
left: 0;
|
|
17422
|
-
position: absolute;
|
|
17423
|
-
right: 0;
|
|
17424
|
-
top: 0;
|
|
17425
|
-
transform: scale(1.05);
|
|
17426
|
-
}
|
|
17427
|
-
.v-badge--dot .v-badge__badge {
|
|
17428
|
-
border-radius: 4.5px;
|
|
17429
|
-
height: 9px;
|
|
17430
|
-
min-width: 0;
|
|
17431
|
-
padding: 0;
|
|
17432
|
-
width: 9px;
|
|
17433
|
-
}
|
|
17434
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17435
|
-
border-width: 1.5px;
|
|
17436
|
-
}
|
|
17437
|
-
.v-badge--inline .v-badge__badge {
|
|
17438
|
-
position: relative;
|
|
17439
|
-
vertical-align: middle;
|
|
17440
|
-
}
|
|
17441
|
-
.v-badge__badge .v-icon {
|
|
17442
|
-
color: inherit;
|
|
17443
|
-
font-size: 0.75rem;
|
|
17444
|
-
margin: 0 -2px;
|
|
17445
|
-
}
|
|
17446
|
-
.v-badge__badge img,
|
|
17447
|
-
.v-badge__badge .v-img {
|
|
17448
|
-
height: 100%;
|
|
17449
|
-
width: 100%;
|
|
17450
|
-
}
|
|
17451
|
-
|
|
17452
|
-
.v-badge__wrapper {
|
|
17453
|
-
display: flex;
|
|
17454
|
-
position: relative;
|
|
17455
|
-
}
|
|
17456
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17457
|
-
align-items: center;
|
|
17458
|
-
display: inline-flex;
|
|
17459
|
-
justify-content: center;
|
|
17460
|
-
margin: 0 4px;
|
|
17461
17461
|
}.v-banner {
|
|
17462
17462
|
display: grid;
|
|
17463
17463
|
flex: 1 1;
|
|
@@ -19000,6 +19000,24 @@ html.overflow-y-hidden {
|
|
|
19000
19000
|
|
|
19001
19001
|
.v-chip--label {
|
|
19002
19002
|
border-radius: 4px;
|
|
19003
|
+
}.v-chip-group {
|
|
19004
|
+
display: flex;
|
|
19005
|
+
max-width: 100%;
|
|
19006
|
+
min-width: 0;
|
|
19007
|
+
overflow-x: auto;
|
|
19008
|
+
padding: 4px 0;
|
|
19009
|
+
}
|
|
19010
|
+
.v-chip-group .v-chip {
|
|
19011
|
+
margin: 4px 8px 4px 0;
|
|
19012
|
+
}
|
|
19013
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19014
|
+
opacity: var(--v-activated-opacity);
|
|
19015
|
+
}
|
|
19016
|
+
|
|
19017
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19018
|
+
white-space: normal;
|
|
19019
|
+
flex-wrap: wrap;
|
|
19020
|
+
max-width: 100%;
|
|
19003
19021
|
}.v-container {
|
|
19004
19022
|
width: 100%;
|
|
19005
19023
|
padding: 16px;
|
|
@@ -19672,24 +19690,6 @@ html.overflow-y-hidden {
|
|
|
19672
19690
|
.offset-xxl-11 {
|
|
19673
19691
|
margin-inline-start: 91.6666666667%;
|
|
19674
19692
|
}
|
|
19675
|
-
}.v-chip-group {
|
|
19676
|
-
display: flex;
|
|
19677
|
-
max-width: 100%;
|
|
19678
|
-
min-width: 0;
|
|
19679
|
-
overflow-x: auto;
|
|
19680
|
-
padding: 4px 0;
|
|
19681
|
-
}
|
|
19682
|
-
.v-chip-group .v-chip {
|
|
19683
|
-
margin: 4px 8px 4px 0;
|
|
19684
|
-
}
|
|
19685
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19686
|
-
opacity: var(--v-activated-opacity);
|
|
19687
|
-
}
|
|
19688
|
-
|
|
19689
|
-
.v-chip-group--column .v-slide-group__content {
|
|
19690
|
-
white-space: normal;
|
|
19691
|
-
flex-wrap: wrap;
|
|
19692
|
-
max-width: 100%;
|
|
19693
19693
|
}.v-color-picker {
|
|
19694
19694
|
align-self: flex-start;
|
|
19695
19695
|
contain: content;
|
|
@@ -19739,7 +19739,7 @@ html.overflow-y-hidden {
|
|
|
19739
19739
|
border-radius: 4px;
|
|
19740
19740
|
}
|
|
19741
19741
|
.v-combobox__mask {
|
|
19742
|
-
background: rgb(var(--v-theme-
|
|
19742
|
+
background: rgb(var(--v-theme-surface-light));
|
|
19743
19743
|
}
|
|
19744
19744
|
.v-combobox__selection {
|
|
19745
19745
|
display: inline-flex;
|
|
@@ -19865,7 +19865,8 @@ html.overflow-y-hidden {
|
|
|
19865
19865
|
opacity: 0.5;
|
|
19866
19866
|
}
|
|
19867
19867
|
|
|
19868
|
-
.v-data-table-column--fixed,
|
|
19868
|
+
.v-data-table-column--fixed,
|
|
19869
|
+
.v-data-table__th--sticky {
|
|
19869
19870
|
background: rgb(var(--v-theme-surface));
|
|
19870
19871
|
position: sticky !important;
|
|
19871
19872
|
left: 0;
|
|
@@ -19963,31 +19964,6 @@ html.overflow-y-hidden {
|
|
|
19963
19964
|
|
|
19964
19965
|
.v-data-table-footer__page {
|
|
19965
19966
|
padding: 0 8px;
|
|
19966
|
-
}.v-date-picker__input {
|
|
19967
|
-
padding-top: 16px;
|
|
19968
|
-
padding-left: 24px;
|
|
19969
|
-
padding-right: 24px;
|
|
19970
|
-
}
|
|
19971
|
-
|
|
19972
|
-
.v-date-picker {
|
|
19973
|
-
overflow: hidden;
|
|
19974
|
-
width: 360px;
|
|
19975
|
-
}
|
|
19976
|
-
.v-date-picker--show-week {
|
|
19977
|
-
width: 408px;
|
|
19978
|
-
}
|
|
19979
|
-
|
|
19980
|
-
.v-date-picker-month {
|
|
19981
|
-
padding: 0 12px 12px;
|
|
19982
|
-
}
|
|
19983
|
-
|
|
19984
|
-
.v-date-picker-month__day {
|
|
19985
|
-
height: 48px;
|
|
19986
|
-
width: 48px;
|
|
19987
|
-
}
|
|
19988
|
-
.v-date-picker-month__day .v-btn {
|
|
19989
|
-
--v-btn-height: 28px;
|
|
19990
|
-
--v-btn-size: 0.85rem;
|
|
19991
19967
|
}.v-date-picker-controls {
|
|
19992
19968
|
display: flex;
|
|
19993
19969
|
align-items: center;
|
|
@@ -20044,41 +20020,31 @@ html.overflow-y-hidden {
|
|
|
20044
20020
|
|
|
20045
20021
|
.v-date-picker__title {
|
|
20046
20022
|
display: inline-block;
|
|
20047
|
-
}.v-date-
|
|
20048
|
-
|
|
20049
|
-
|
|
20023
|
+
}.v-date-picker__input {
|
|
20024
|
+
padding-top: 16px;
|
|
20025
|
+
padding-left: 24px;
|
|
20026
|
+
padding-right: 24px;
|
|
20050
20027
|
}
|
|
20051
20028
|
|
|
20052
|
-
.v-date-picker
|
|
20053
|
-
|
|
20054
|
-
|
|
20055
|
-
|
|
20056
|
-
|
|
20057
|
-
|
|
20058
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20059
|
-
grid-gap: 4px 24px;
|
|
20060
|
-
padding-inline-start: 36px;
|
|
20061
|
-
padding-inline-end: 36px;
|
|
20062
|
-
}
|
|
20063
|
-
.v-date-picker-months__content .v-btn {
|
|
20064
|
-
text-transform: none;
|
|
20065
|
-
padding-inline-start: 8px;
|
|
20066
|
-
padding-inline-end: 8px;
|
|
20067
|
-
}.v-date-picker-years {
|
|
20068
|
-
height: 320px;
|
|
20069
|
-
overflow-y: scroll;
|
|
20029
|
+
.v-date-picker {
|
|
20030
|
+
overflow: hidden;
|
|
20031
|
+
width: 360px;
|
|
20032
|
+
}
|
|
20033
|
+
.v-date-picker--show-week {
|
|
20034
|
+
width: 408px;
|
|
20070
20035
|
}
|
|
20071
20036
|
|
|
20072
|
-
.v-date-picker-
|
|
20073
|
-
|
|
20074
|
-
flex: 1 1;
|
|
20075
|
-
justify-content: space-around;
|
|
20076
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20077
|
-
gap: 8px 24px;
|
|
20078
|
-
padding-inline: 36px;
|
|
20037
|
+
.v-date-picker-month {
|
|
20038
|
+
padding: 0 12px 12px;
|
|
20079
20039
|
}
|
|
20080
|
-
|
|
20081
|
-
|
|
20040
|
+
|
|
20041
|
+
.v-date-picker-month__day {
|
|
20042
|
+
height: 48px;
|
|
20043
|
+
width: 48px;
|
|
20044
|
+
}
|
|
20045
|
+
.v-date-picker-month__day .v-btn {
|
|
20046
|
+
--v-btn-height: 28px;
|
|
20047
|
+
--v-btn-size: 0.85rem;
|
|
20082
20048
|
}.v-date-picker-header {
|
|
20083
20049
|
display: grid;
|
|
20084
20050
|
grid-template-areas: "prepend content append";
|
|
@@ -20186,6 +20152,41 @@ html.overflow-y-hidden {
|
|
|
20186
20152
|
|
|
20187
20153
|
.v-date-picker-month__day--hide-adjacent {
|
|
20188
20154
|
opacity: 0;
|
|
20155
|
+
}.v-date-picker-months {
|
|
20156
|
+
height: 320px;
|
|
20157
|
+
overflow-y: scroll;
|
|
20158
|
+
}
|
|
20159
|
+
|
|
20160
|
+
.v-date-picker-months__content {
|
|
20161
|
+
align-items: center;
|
|
20162
|
+
display: grid;
|
|
20163
|
+
flex: 1 1;
|
|
20164
|
+
height: inherit;
|
|
20165
|
+
justify-content: space-around;
|
|
20166
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20167
|
+
grid-gap: 4px 24px;
|
|
20168
|
+
padding-inline-start: 36px;
|
|
20169
|
+
padding-inline-end: 36px;
|
|
20170
|
+
}
|
|
20171
|
+
.v-date-picker-months__content .v-btn {
|
|
20172
|
+
text-transform: none;
|
|
20173
|
+
padding-inline-start: 8px;
|
|
20174
|
+
padding-inline-end: 8px;
|
|
20175
|
+
}.v-date-picker-years {
|
|
20176
|
+
height: 320px;
|
|
20177
|
+
overflow-y: scroll;
|
|
20178
|
+
}
|
|
20179
|
+
|
|
20180
|
+
.v-date-picker-years__content {
|
|
20181
|
+
display: grid;
|
|
20182
|
+
flex: 1 1;
|
|
20183
|
+
justify-content: space-around;
|
|
20184
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20185
|
+
gap: 8px 24px;
|
|
20186
|
+
padding-inline: 36px;
|
|
20187
|
+
}
|
|
20188
|
+
.v-date-picker-years__content .v-btn {
|
|
20189
|
+
padding-inline: 8px;
|
|
20189
20190
|
}.v-dialog {
|
|
20190
20191
|
align-items: center;
|
|
20191
20192
|
justify-content: center;
|
|
@@ -21386,163 +21387,6 @@ textarea.v-field__input::placeholder {
|
|
|
21386
21387
|
|
|
21387
21388
|
.v-layout-item--absolute {
|
|
21388
21389
|
position: absolute;
|
|
21389
|
-
}.v-main {
|
|
21390
|
-
flex: 1 0 auto;
|
|
21391
|
-
max-width: 100%;
|
|
21392
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21393
|
-
padding-left: var(--v-layout-left);
|
|
21394
|
-
padding-right: var(--v-layout-right);
|
|
21395
|
-
padding-top: var(--v-layout-top);
|
|
21396
|
-
padding-bottom: var(--v-layout-bottom);
|
|
21397
|
-
}
|
|
21398
|
-
.v-main__scroller {
|
|
21399
|
-
max-width: 100%;
|
|
21400
|
-
position: relative;
|
|
21401
|
-
}
|
|
21402
|
-
.v-main--scrollable {
|
|
21403
|
-
display: flex;
|
|
21404
|
-
position: absolute;
|
|
21405
|
-
top: 0;
|
|
21406
|
-
left: 0;
|
|
21407
|
-
width: 100%;
|
|
21408
|
-
height: 100%;
|
|
21409
|
-
}
|
|
21410
|
-
.v-main--scrollable > .v-main__scroller {
|
|
21411
|
-
flex: 1 1 auto;
|
|
21412
|
-
overflow-y: auto;
|
|
21413
|
-
--v-layout-left: 0px;
|
|
21414
|
-
--v-layout-right: 0px;
|
|
21415
|
-
--v-layout-top: 0px;
|
|
21416
|
-
--v-layout-bottom: 0px;
|
|
21417
|
-
}.v-locale-provider {
|
|
21418
|
-
display: contents;
|
|
21419
|
-
}.v-menu > .v-overlay__content {
|
|
21420
|
-
display: flex;
|
|
21421
|
-
flex-direction: column;
|
|
21422
|
-
border-radius: 4px;
|
|
21423
|
-
}
|
|
21424
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
21425
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
21426
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
21427
|
-
background: rgb(var(--v-theme-surface));
|
|
21428
|
-
border-radius: inherit;
|
|
21429
|
-
overflow: auto;
|
|
21430
|
-
height: 100%;
|
|
21431
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21432
|
-
}.v-messages {
|
|
21433
|
-
flex: 1 1 auto;
|
|
21434
|
-
font-size: 12px;
|
|
21435
|
-
min-height: 14px;
|
|
21436
|
-
min-width: 1px;
|
|
21437
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
21438
|
-
position: relative;
|
|
21439
|
-
}
|
|
21440
|
-
.v-messages__message {
|
|
21441
|
-
line-height: 12px;
|
|
21442
|
-
word-break: break-word;
|
|
21443
|
-
overflow-wrap: break-word;
|
|
21444
|
-
word-wrap: break-word;
|
|
21445
|
-
-webkit-hyphens: auto;
|
|
21446
|
-
hyphens: auto;
|
|
21447
|
-
transition-duration: 150ms;
|
|
21448
|
-
}.v-navigation-drawer {
|
|
21449
|
-
-webkit-overflow-scrolling: touch;
|
|
21450
|
-
background: rgb(var(--v-theme-surface));
|
|
21451
|
-
display: flex;
|
|
21452
|
-
flex-direction: column;
|
|
21453
|
-
height: 100%;
|
|
21454
|
-
max-width: 100%;
|
|
21455
|
-
pointer-events: auto;
|
|
21456
|
-
transition-duration: 0.2s;
|
|
21457
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
21458
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21459
|
-
position: absolute;
|
|
21460
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21461
|
-
border-style: solid;
|
|
21462
|
-
border-width: 0;
|
|
21463
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21464
|
-
background: rgb(var(--v-theme-surface));
|
|
21465
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21466
|
-
}
|
|
21467
|
-
.v-navigation-drawer--border {
|
|
21468
|
-
border-width: thin;
|
|
21469
|
-
box-shadow: none;
|
|
21470
|
-
}
|
|
21471
|
-
.v-navigation-drawer--rounded {
|
|
21472
|
-
border-radius: 4px;
|
|
21473
|
-
}
|
|
21474
|
-
.v-navigation-drawer--top {
|
|
21475
|
-
top: 0;
|
|
21476
|
-
border-bottom-width: thin;
|
|
21477
|
-
}
|
|
21478
|
-
.v-navigation-drawer--bottom {
|
|
21479
|
-
left: 0;
|
|
21480
|
-
border-top-width: thin;
|
|
21481
|
-
}
|
|
21482
|
-
.v-navigation-drawer--left {
|
|
21483
|
-
top: 0;
|
|
21484
|
-
left: 0;
|
|
21485
|
-
right: auto;
|
|
21486
|
-
border-right-width: thin;
|
|
21487
|
-
}
|
|
21488
|
-
.v-navigation-drawer--right {
|
|
21489
|
-
top: 0;
|
|
21490
|
-
left: auto;
|
|
21491
|
-
right: 0;
|
|
21492
|
-
border-left-width: thin;
|
|
21493
|
-
}
|
|
21494
|
-
.v-navigation-drawer--floating {
|
|
21495
|
-
border: none;
|
|
21496
|
-
}
|
|
21497
|
-
.v-navigation-drawer--temporary {
|
|
21498
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21499
|
-
}
|
|
21500
|
-
.v-navigation-drawer--sticky {
|
|
21501
|
-
height: auto;
|
|
21502
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
21503
|
-
}
|
|
21504
|
-
.v-navigation-drawer .v-list {
|
|
21505
|
-
overflow: hidden;
|
|
21506
|
-
}
|
|
21507
|
-
|
|
21508
|
-
.v-navigation-drawer__content {
|
|
21509
|
-
flex: 0 1 auto;
|
|
21510
|
-
height: 100%;
|
|
21511
|
-
max-width: 100%;
|
|
21512
|
-
overflow-x: hidden;
|
|
21513
|
-
overflow-y: auto;
|
|
21514
|
-
}
|
|
21515
|
-
|
|
21516
|
-
.v-navigation-drawer__img {
|
|
21517
|
-
height: 100%;
|
|
21518
|
-
left: 0;
|
|
21519
|
-
position: absolute;
|
|
21520
|
-
top: 0;
|
|
21521
|
-
width: 100%;
|
|
21522
|
-
z-index: -1;
|
|
21523
|
-
}
|
|
21524
|
-
.v-navigation-drawer__img img {
|
|
21525
|
-
height: inherit;
|
|
21526
|
-
object-fit: cover;
|
|
21527
|
-
width: inherit;
|
|
21528
|
-
}
|
|
21529
|
-
|
|
21530
|
-
.v-navigation-drawer__scrim {
|
|
21531
|
-
position: absolute;
|
|
21532
|
-
top: 0;
|
|
21533
|
-
left: 0;
|
|
21534
|
-
width: 100%;
|
|
21535
|
-
height: 100%;
|
|
21536
|
-
background: black;
|
|
21537
|
-
opacity: 0.2;
|
|
21538
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21539
|
-
z-index: 1;
|
|
21540
|
-
}
|
|
21541
|
-
|
|
21542
|
-
.v-navigation-drawer__prepend,
|
|
21543
|
-
.v-navigation-drawer__append {
|
|
21544
|
-
flex: none;
|
|
21545
|
-
overflow: hidden;
|
|
21546
21390
|
}.v-list {
|
|
21547
21391
|
overflow: auto;
|
|
21548
21392
|
padding: 8px 0;
|
|
@@ -22081,26 +21925,183 @@ textarea.v-field__input::placeholder {
|
|
|
22081
21925
|
}
|
|
22082
21926
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22083
21927
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22084
|
-
}.v-
|
|
22085
|
-
|
|
22086
|
-
|
|
22087
|
-
|
|
22088
|
-
|
|
22089
|
-
|
|
21928
|
+
}.v-locale-provider {
|
|
21929
|
+
display: contents;
|
|
21930
|
+
}.v-main {
|
|
21931
|
+
flex: 1 0 auto;
|
|
21932
|
+
max-width: 100%;
|
|
21933
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21934
|
+
padding-left: var(--v-layout-left);
|
|
21935
|
+
padding-right: var(--v-layout-right);
|
|
21936
|
+
padding-top: var(--v-layout-top);
|
|
21937
|
+
padding-bottom: var(--v-layout-bottom);
|
|
21938
|
+
}
|
|
21939
|
+
.v-main__scroller {
|
|
21940
|
+
max-width: 100%;
|
|
22090
21941
|
position: relative;
|
|
22091
21942
|
}
|
|
22092
|
-
.v-
|
|
21943
|
+
.v-main--scrollable {
|
|
21944
|
+
display: flex;
|
|
21945
|
+
position: absolute;
|
|
21946
|
+
top: 0;
|
|
21947
|
+
left: 0;
|
|
21948
|
+
width: 100%;
|
|
22093
21949
|
height: 100%;
|
|
22094
21950
|
}
|
|
22095
|
-
|
|
22096
|
-
|
|
22097
|
-
|
|
22098
|
-
|
|
22099
|
-
|
|
22100
|
-
|
|
22101
|
-
|
|
21951
|
+
.v-main--scrollable > .v-main__scroller {
|
|
21952
|
+
flex: 1 1 auto;
|
|
21953
|
+
overflow-y: auto;
|
|
21954
|
+
--v-layout-left: 0px;
|
|
21955
|
+
--v-layout-right: 0px;
|
|
21956
|
+
--v-layout-top: 0px;
|
|
21957
|
+
--v-layout-bottom: 0px;
|
|
21958
|
+
}.v-menu > .v-overlay__content {
|
|
22102
21959
|
display: flex;
|
|
22103
|
-
|
|
21960
|
+
flex-direction: column;
|
|
21961
|
+
border-radius: 4px;
|
|
21962
|
+
}
|
|
21963
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
21964
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
21965
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
21966
|
+
background: rgb(var(--v-theme-surface));
|
|
21967
|
+
border-radius: inherit;
|
|
21968
|
+
overflow: auto;
|
|
21969
|
+
height: 100%;
|
|
21970
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21971
|
+
}.v-messages {
|
|
21972
|
+
flex: 1 1 auto;
|
|
21973
|
+
font-size: 12px;
|
|
21974
|
+
min-height: 14px;
|
|
21975
|
+
min-width: 1px;
|
|
21976
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
21977
|
+
position: relative;
|
|
21978
|
+
}
|
|
21979
|
+
.v-messages__message {
|
|
21980
|
+
line-height: 12px;
|
|
21981
|
+
word-break: break-word;
|
|
21982
|
+
overflow-wrap: break-word;
|
|
21983
|
+
word-wrap: break-word;
|
|
21984
|
+
-webkit-hyphens: auto;
|
|
21985
|
+
hyphens: auto;
|
|
21986
|
+
transition-duration: 150ms;
|
|
21987
|
+
}.v-navigation-drawer {
|
|
21988
|
+
-webkit-overflow-scrolling: touch;
|
|
21989
|
+
background: rgb(var(--v-theme-surface));
|
|
21990
|
+
display: flex;
|
|
21991
|
+
flex-direction: column;
|
|
21992
|
+
height: 100%;
|
|
21993
|
+
max-width: 100%;
|
|
21994
|
+
pointer-events: auto;
|
|
21995
|
+
transition-duration: 0.2s;
|
|
21996
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
21997
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21998
|
+
position: absolute;
|
|
21999
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22000
|
+
border-style: solid;
|
|
22001
|
+
border-width: 0;
|
|
22002
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22003
|
+
background: rgb(var(--v-theme-surface));
|
|
22004
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22005
|
+
}
|
|
22006
|
+
.v-navigation-drawer--border {
|
|
22007
|
+
border-width: thin;
|
|
22008
|
+
box-shadow: none;
|
|
22009
|
+
}
|
|
22010
|
+
.v-navigation-drawer--rounded {
|
|
22011
|
+
border-radius: 4px;
|
|
22012
|
+
}
|
|
22013
|
+
.v-navigation-drawer--top {
|
|
22014
|
+
top: 0;
|
|
22015
|
+
border-bottom-width: thin;
|
|
22016
|
+
}
|
|
22017
|
+
.v-navigation-drawer--bottom {
|
|
22018
|
+
left: 0;
|
|
22019
|
+
border-top-width: thin;
|
|
22020
|
+
}
|
|
22021
|
+
.v-navigation-drawer--left {
|
|
22022
|
+
top: 0;
|
|
22023
|
+
left: 0;
|
|
22024
|
+
right: auto;
|
|
22025
|
+
border-right-width: thin;
|
|
22026
|
+
}
|
|
22027
|
+
.v-navigation-drawer--right {
|
|
22028
|
+
top: 0;
|
|
22029
|
+
left: auto;
|
|
22030
|
+
right: 0;
|
|
22031
|
+
border-left-width: thin;
|
|
22032
|
+
}
|
|
22033
|
+
.v-navigation-drawer--floating {
|
|
22034
|
+
border: none;
|
|
22035
|
+
}
|
|
22036
|
+
.v-navigation-drawer--temporary {
|
|
22037
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22038
|
+
}
|
|
22039
|
+
.v-navigation-drawer--sticky {
|
|
22040
|
+
height: auto;
|
|
22041
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
22042
|
+
}
|
|
22043
|
+
.v-navigation-drawer .v-list {
|
|
22044
|
+
overflow: hidden;
|
|
22045
|
+
}
|
|
22046
|
+
|
|
22047
|
+
.v-navigation-drawer__content {
|
|
22048
|
+
flex: 0 1 auto;
|
|
22049
|
+
height: 100%;
|
|
22050
|
+
max-width: 100%;
|
|
22051
|
+
overflow-x: hidden;
|
|
22052
|
+
overflow-y: auto;
|
|
22053
|
+
}
|
|
22054
|
+
|
|
22055
|
+
.v-navigation-drawer__img {
|
|
22056
|
+
height: 100%;
|
|
22057
|
+
left: 0;
|
|
22058
|
+
position: absolute;
|
|
22059
|
+
top: 0;
|
|
22060
|
+
width: 100%;
|
|
22061
|
+
z-index: -1;
|
|
22062
|
+
}
|
|
22063
|
+
.v-navigation-drawer__img img {
|
|
22064
|
+
height: inherit;
|
|
22065
|
+
object-fit: cover;
|
|
22066
|
+
width: inherit;
|
|
22067
|
+
}
|
|
22068
|
+
|
|
22069
|
+
.v-navigation-drawer__scrim {
|
|
22070
|
+
position: absolute;
|
|
22071
|
+
top: 0;
|
|
22072
|
+
left: 0;
|
|
22073
|
+
width: 100%;
|
|
22074
|
+
height: 100%;
|
|
22075
|
+
background: black;
|
|
22076
|
+
opacity: 0.2;
|
|
22077
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22078
|
+
z-index: 1;
|
|
22079
|
+
}
|
|
22080
|
+
|
|
22081
|
+
.v-navigation-drawer__prepend,
|
|
22082
|
+
.v-navigation-drawer__append {
|
|
22083
|
+
flex: none;
|
|
22084
|
+
overflow: hidden;
|
|
22085
|
+
}.v-otp-input {
|
|
22086
|
+
border-radius: 4px;
|
|
22087
|
+
align-items: center;
|
|
22088
|
+
display: flex;
|
|
22089
|
+
justify-content: center;
|
|
22090
|
+
padding: 0.5rem 0;
|
|
22091
|
+
position: relative;
|
|
22092
|
+
}
|
|
22093
|
+
.v-otp-input .v-field {
|
|
22094
|
+
height: 100%;
|
|
22095
|
+
}
|
|
22096
|
+
|
|
22097
|
+
.v-otp-input__divider {
|
|
22098
|
+
margin: 0 8px;
|
|
22099
|
+
}
|
|
22100
|
+
|
|
22101
|
+
.v-otp-input__content {
|
|
22102
|
+
align-items: center;
|
|
22103
|
+
display: flex;
|
|
22104
|
+
gap: 0.5rem;
|
|
22104
22105
|
height: 64px;
|
|
22105
22106
|
padding: 0.5rem;
|
|
22106
22107
|
justify-content: center;
|
|
@@ -22214,6 +22215,108 @@ html.v-overlay-scroll-blocked {
|
|
|
22214
22215
|
}
|
|
22215
22216
|
.v-parallax--active > .v-img__img {
|
|
22216
22217
|
will-change: transform;
|
|
22218
|
+
}.v-progress-circular {
|
|
22219
|
+
align-items: center;
|
|
22220
|
+
display: inline-flex;
|
|
22221
|
+
justify-content: center;
|
|
22222
|
+
position: relative;
|
|
22223
|
+
vertical-align: middle;
|
|
22224
|
+
}
|
|
22225
|
+
.v-progress-circular > svg {
|
|
22226
|
+
width: 100%;
|
|
22227
|
+
height: 100%;
|
|
22228
|
+
margin: auto;
|
|
22229
|
+
position: absolute;
|
|
22230
|
+
top: 0;
|
|
22231
|
+
bottom: 0;
|
|
22232
|
+
left: 0;
|
|
22233
|
+
right: 0;
|
|
22234
|
+
z-index: 0;
|
|
22235
|
+
}
|
|
22236
|
+
|
|
22237
|
+
.v-progress-circular__content {
|
|
22238
|
+
align-items: center;
|
|
22239
|
+
display: flex;
|
|
22240
|
+
justify-content: center;
|
|
22241
|
+
}
|
|
22242
|
+
|
|
22243
|
+
.v-progress-circular__underlay {
|
|
22244
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22245
|
+
stroke: currentColor;
|
|
22246
|
+
z-index: 1;
|
|
22247
|
+
}
|
|
22248
|
+
|
|
22249
|
+
.v-progress-circular__overlay {
|
|
22250
|
+
stroke: currentColor;
|
|
22251
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22252
|
+
z-index: 2;
|
|
22253
|
+
}
|
|
22254
|
+
|
|
22255
|
+
.v-progress-circular--size-x-small {
|
|
22256
|
+
height: 16px;
|
|
22257
|
+
width: 16px;
|
|
22258
|
+
}
|
|
22259
|
+
.v-progress-circular--size-small {
|
|
22260
|
+
height: 24px;
|
|
22261
|
+
width: 24px;
|
|
22262
|
+
}
|
|
22263
|
+
.v-progress-circular--size-default {
|
|
22264
|
+
height: 32px;
|
|
22265
|
+
width: 32px;
|
|
22266
|
+
}
|
|
22267
|
+
.v-progress-circular--size-large {
|
|
22268
|
+
height: 48px;
|
|
22269
|
+
width: 48px;
|
|
22270
|
+
}
|
|
22271
|
+
.v-progress-circular--size-x-large {
|
|
22272
|
+
height: 64px;
|
|
22273
|
+
width: 64px;
|
|
22274
|
+
}
|
|
22275
|
+
|
|
22276
|
+
.v-progress-circular--indeterminate > svg {
|
|
22277
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22278
|
+
transform-origin: center center;
|
|
22279
|
+
transition: all 0.2s ease-in-out;
|
|
22280
|
+
}
|
|
22281
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22282
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22283
|
+
stroke-dasharray: 25, 200;
|
|
22284
|
+
stroke-dashoffset: 0;
|
|
22285
|
+
stroke-linecap: round;
|
|
22286
|
+
transform-origin: center center;
|
|
22287
|
+
transform: rotate(-90deg);
|
|
22288
|
+
}
|
|
22289
|
+
|
|
22290
|
+
.v-progress-circular--disable-shrink > svg {
|
|
22291
|
+
animation-duration: 0.7s;
|
|
22292
|
+
}
|
|
22293
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22294
|
+
animation: none;
|
|
22295
|
+
}
|
|
22296
|
+
|
|
22297
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22298
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22299
|
+
animation-play-state: paused !important;
|
|
22300
|
+
}
|
|
22301
|
+
|
|
22302
|
+
@keyframes progress-circular-dash {
|
|
22303
|
+
0% {
|
|
22304
|
+
stroke-dasharray: 1, 200;
|
|
22305
|
+
stroke-dashoffset: 0px;
|
|
22306
|
+
}
|
|
22307
|
+
50% {
|
|
22308
|
+
stroke-dasharray: 100, 200;
|
|
22309
|
+
stroke-dashoffset: -15px;
|
|
22310
|
+
}
|
|
22311
|
+
100% {
|
|
22312
|
+
stroke-dasharray: 100, 200;
|
|
22313
|
+
stroke-dashoffset: -124px;
|
|
22314
|
+
}
|
|
22315
|
+
}
|
|
22316
|
+
@keyframes progress-circular-rotate {
|
|
22317
|
+
100% {
|
|
22318
|
+
transform: rotate(270deg);
|
|
22319
|
+
}
|
|
22217
22320
|
}.v-progress-linear {
|
|
22218
22321
|
background: transparent;
|
|
22219
22322
|
overflow: hidden;
|
|
@@ -22424,120 +22527,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22424
22527
|
0% {
|
|
22425
22528
|
background-position-x: var(--v-progress-linear-height);
|
|
22426
22529
|
}
|
|
22427
|
-
}.v-progress-circular {
|
|
22428
|
-
align-items: center;
|
|
22429
|
-
display: inline-flex;
|
|
22430
|
-
justify-content: center;
|
|
22431
|
-
position: relative;
|
|
22432
|
-
vertical-align: middle;
|
|
22433
|
-
}
|
|
22434
|
-
.v-progress-circular > svg {
|
|
22435
|
-
width: 100%;
|
|
22436
|
-
height: 100%;
|
|
22437
|
-
margin: auto;
|
|
22438
|
-
position: absolute;
|
|
22439
|
-
top: 0;
|
|
22440
|
-
bottom: 0;
|
|
22441
|
-
left: 0;
|
|
22442
|
-
right: 0;
|
|
22443
|
-
z-index: 0;
|
|
22444
|
-
}
|
|
22445
|
-
|
|
22446
|
-
.v-progress-circular__content {
|
|
22447
|
-
align-items: center;
|
|
22448
|
-
display: flex;
|
|
22449
|
-
justify-content: center;
|
|
22450
|
-
}
|
|
22451
|
-
|
|
22452
|
-
.v-progress-circular__underlay {
|
|
22453
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22454
|
-
stroke: currentColor;
|
|
22455
|
-
z-index: 1;
|
|
22456
|
-
}
|
|
22457
|
-
|
|
22458
|
-
.v-progress-circular__overlay {
|
|
22459
|
-
stroke: currentColor;
|
|
22460
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22461
|
-
z-index: 2;
|
|
22462
|
-
}
|
|
22463
|
-
|
|
22464
|
-
.v-progress-circular--size-x-small {
|
|
22465
|
-
height: 16px;
|
|
22466
|
-
width: 16px;
|
|
22467
|
-
}
|
|
22468
|
-
.v-progress-circular--size-small {
|
|
22469
|
-
height: 24px;
|
|
22470
|
-
width: 24px;
|
|
22471
|
-
}
|
|
22472
|
-
.v-progress-circular--size-default {
|
|
22473
|
-
height: 32px;
|
|
22474
|
-
width: 32px;
|
|
22475
|
-
}
|
|
22476
|
-
.v-progress-circular--size-large {
|
|
22477
|
-
height: 48px;
|
|
22478
|
-
width: 48px;
|
|
22479
|
-
}
|
|
22480
|
-
.v-progress-circular--size-x-large {
|
|
22481
|
-
height: 64px;
|
|
22482
|
-
width: 64px;
|
|
22483
|
-
}
|
|
22484
|
-
|
|
22485
|
-
.v-progress-circular--indeterminate > svg {
|
|
22486
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22487
|
-
transform-origin: center center;
|
|
22488
|
-
transition: all 0.2s ease-in-out;
|
|
22489
|
-
}
|
|
22490
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22491
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22492
|
-
stroke-dasharray: 25, 200;
|
|
22493
|
-
stroke-dashoffset: 0;
|
|
22494
|
-
stroke-linecap: round;
|
|
22495
|
-
transform-origin: center center;
|
|
22496
|
-
transform: rotate(-90deg);
|
|
22497
|
-
}
|
|
22498
|
-
|
|
22499
|
-
.v-progress-circular--disable-shrink > svg {
|
|
22500
|
-
animation-duration: 0.7s;
|
|
22501
|
-
}
|
|
22502
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22503
|
-
animation: none;
|
|
22504
|
-
}
|
|
22505
|
-
|
|
22506
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22507
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22508
|
-
animation-play-state: paused !important;
|
|
22509
|
-
}
|
|
22510
|
-
|
|
22511
|
-
@keyframes progress-circular-dash {
|
|
22512
|
-
0% {
|
|
22513
|
-
stroke-dasharray: 1, 200;
|
|
22514
|
-
stroke-dashoffset: 0px;
|
|
22515
|
-
}
|
|
22516
|
-
50% {
|
|
22517
|
-
stroke-dasharray: 100, 200;
|
|
22518
|
-
stroke-dashoffset: -15px;
|
|
22519
|
-
}
|
|
22520
|
-
100% {
|
|
22521
|
-
stroke-dasharray: 100, 200;
|
|
22522
|
-
stroke-dashoffset: -124px;
|
|
22523
|
-
}
|
|
22524
|
-
}
|
|
22525
|
-
@keyframes progress-circular-rotate {
|
|
22526
|
-
100% {
|
|
22527
|
-
transform: rotate(270deg);
|
|
22528
|
-
}
|
|
22529
|
-
}.v-radio-group > .v-input__control {
|
|
22530
|
-
flex-direction: column;
|
|
22531
|
-
}
|
|
22532
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
22533
|
-
margin-inline-start: 16px;
|
|
22534
|
-
}
|
|
22535
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22536
|
-
padding-inline-start: 6px;
|
|
22537
|
-
margin-top: 8px;
|
|
22538
|
-
}
|
|
22539
|
-
.v-radio-group .v-input__details {
|
|
22540
|
-
padding-inline: 16px;
|
|
22541
22530
|
}.v-slider .v-slider__container input {
|
|
22542
22531
|
cursor: default;
|
|
22543
22532
|
padding: 0;
|
|
@@ -22595,6 +22584,18 @@ html.v-overlay-scroll-blocked {
|
|
|
22595
22584
|
|
|
22596
22585
|
.v-slider__label {
|
|
22597
22586
|
margin-inline-end: 12px;
|
|
22587
|
+
}.v-radio-group > .v-input__control {
|
|
22588
|
+
flex-direction: column;
|
|
22589
|
+
}
|
|
22590
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
22591
|
+
margin-inline-start: 16px;
|
|
22592
|
+
}
|
|
22593
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22594
|
+
padding-inline-start: 6px;
|
|
22595
|
+
margin-top: 8px;
|
|
22596
|
+
}
|
|
22597
|
+
.v-radio-group .v-input__details {
|
|
22598
|
+
padding-inline: 16px;
|
|
22598
22599
|
}.v-rating {
|
|
22599
22600
|
max-width: 100%;
|
|
22600
22601
|
display: inline-flex;
|
|
@@ -22675,6 +22676,54 @@ html.v-overlay-scroll-blocked {
|
|
|
22675
22676
|
flex: 1 0 0px;
|
|
22676
22677
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22677
22678
|
pointer-events: none;
|
|
22679
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
22680
|
+
.v-select .v-field .v-text-field__suffix,
|
|
22681
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22682
|
+
cursor: pointer;
|
|
22683
|
+
}
|
|
22684
|
+
.v-select .v-field .v-field__input > input {
|
|
22685
|
+
align-self: flex-start;
|
|
22686
|
+
opacity: 1;
|
|
22687
|
+
flex: 0 0;
|
|
22688
|
+
position: absolute;
|
|
22689
|
+
width: 100%;
|
|
22690
|
+
transition: none;
|
|
22691
|
+
pointer-events: none;
|
|
22692
|
+
caret-color: transparent;
|
|
22693
|
+
}
|
|
22694
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
22695
|
+
margin-inline-end: 2px;
|
|
22696
|
+
}
|
|
22697
|
+
.v-select .v-select__selection-text {
|
|
22698
|
+
overflow: hidden;
|
|
22699
|
+
text-overflow: ellipsis;
|
|
22700
|
+
white-space: nowrap;
|
|
22701
|
+
}
|
|
22702
|
+
.v-select__content {
|
|
22703
|
+
overflow: hidden;
|
|
22704
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22705
|
+
border-radius: 4px;
|
|
22706
|
+
}
|
|
22707
|
+
.v-select__selection {
|
|
22708
|
+
display: inline-flex;
|
|
22709
|
+
align-items: center;
|
|
22710
|
+
letter-spacing: inherit;
|
|
22711
|
+
line-height: inherit;
|
|
22712
|
+
max-width: 100%;
|
|
22713
|
+
}
|
|
22714
|
+
.v-select .v-select__selection:first-child {
|
|
22715
|
+
margin-inline-start: 0;
|
|
22716
|
+
}
|
|
22717
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
22718
|
+
opacity: 0;
|
|
22719
|
+
}
|
|
22720
|
+
.v-select__menu-icon {
|
|
22721
|
+
margin-inline-start: 4px;
|
|
22722
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22723
|
+
}
|
|
22724
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
22725
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
22726
|
+
transform: rotate(180deg);
|
|
22678
22727
|
}.v-selection-control {
|
|
22679
22728
|
align-items: center;
|
|
22680
22729
|
contain: layout;
|
|
@@ -22753,77 +22802,29 @@ html.v-overlay-scroll-blocked {
|
|
|
22753
22802
|
.v-selection-control__input::before {
|
|
22754
22803
|
content: "";
|
|
22755
22804
|
position: absolute;
|
|
22756
|
-
top: 0;
|
|
22757
|
-
left: 0;
|
|
22758
|
-
width: 100%;
|
|
22759
|
-
height: 100%;
|
|
22760
|
-
border-radius: 100%;
|
|
22761
|
-
background-color: currentColor;
|
|
22762
|
-
opacity: 0;
|
|
22763
|
-
pointer-events: none;
|
|
22764
|
-
}
|
|
22765
|
-
.v-selection-control__input:hover::before {
|
|
22766
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22767
|
-
}
|
|
22768
|
-
.v-selection-control__input > .v-icon {
|
|
22769
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
22770
|
-
}
|
|
22771
|
-
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
|
|
22772
|
-
opacity: 1;
|
|
22773
|
-
}
|
|
22774
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
|
|
22775
|
-
color: rgb(var(--v-theme-error));
|
|
22776
|
-
}
|
|
22777
|
-
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22778
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22779
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
22780
|
-
.v-select .v-field .v-text-field__suffix,
|
|
22781
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22782
|
-
cursor: pointer;
|
|
22783
|
-
}
|
|
22784
|
-
.v-select .v-field .v-field__input > input {
|
|
22785
|
-
align-self: flex-start;
|
|
22786
|
-
opacity: 1;
|
|
22787
|
-
flex: 0 0;
|
|
22788
|
-
position: absolute;
|
|
22789
|
-
width: 100%;
|
|
22790
|
-
transition: none;
|
|
22791
|
-
pointer-events: none;
|
|
22792
|
-
caret-color: transparent;
|
|
22793
|
-
}
|
|
22794
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
22795
|
-
margin-inline-end: 2px;
|
|
22796
|
-
}
|
|
22797
|
-
.v-select .v-select__selection-text {
|
|
22798
|
-
overflow: hidden;
|
|
22799
|
-
text-overflow: ellipsis;
|
|
22800
|
-
white-space: nowrap;
|
|
22801
|
-
}
|
|
22802
|
-
.v-select__content {
|
|
22803
|
-
overflow: hidden;
|
|
22804
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22805
|
-
border-radius: 4px;
|
|
22805
|
+
top: 0;
|
|
22806
|
+
left: 0;
|
|
22807
|
+
width: 100%;
|
|
22808
|
+
height: 100%;
|
|
22809
|
+
border-radius: 100%;
|
|
22810
|
+
background-color: currentColor;
|
|
22811
|
+
opacity: 0;
|
|
22812
|
+
pointer-events: none;
|
|
22806
22813
|
}
|
|
22807
|
-
.v-
|
|
22808
|
-
|
|
22809
|
-
align-items: center;
|
|
22810
|
-
letter-spacing: inherit;
|
|
22811
|
-
line-height: inherit;
|
|
22812
|
-
max-width: 100%;
|
|
22814
|
+
.v-selection-control__input:hover::before {
|
|
22815
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22813
22816
|
}
|
|
22814
|
-
.v-
|
|
22815
|
-
|
|
22817
|
+
.v-selection-control__input > .v-icon {
|
|
22818
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22816
22819
|
}
|
|
22817
|
-
.v-
|
|
22818
|
-
opacity:
|
|
22820
|
+
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
|
|
22821
|
+
opacity: 1;
|
|
22819
22822
|
}
|
|
22820
|
-
.v-
|
|
22821
|
-
|
|
22822
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22823
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
|
|
22824
|
+
color: rgb(var(--v-theme-error));
|
|
22823
22825
|
}
|
|
22824
|
-
.v-
|
|
22825
|
-
opacity: var(--v-
|
|
22826
|
-
transform: rotate(180deg);
|
|
22826
|
+
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22827
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22827
22828
|
}.v-selection-control-group {
|
|
22828
22829
|
grid-area: control;
|
|
22829
22830
|
display: flex;
|
|
@@ -22832,6 +22833,34 @@ html.v-overlay-scroll-blocked {
|
|
|
22832
22833
|
.v-selection-control-group--inline {
|
|
22833
22834
|
flex-direction: row;
|
|
22834
22835
|
flex-wrap: wrap;
|
|
22836
|
+
}.v-sheet {
|
|
22837
|
+
display: block;
|
|
22838
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22839
|
+
border-style: solid;
|
|
22840
|
+
border-width: 0;
|
|
22841
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22842
|
+
border-radius: 0;
|
|
22843
|
+
background: rgb(var(--v-theme-surface));
|
|
22844
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
22845
|
+
}
|
|
22846
|
+
.v-sheet--border {
|
|
22847
|
+
border-width: thin;
|
|
22848
|
+
box-shadow: none;
|
|
22849
|
+
}
|
|
22850
|
+
.v-sheet--absolute {
|
|
22851
|
+
position: absolute;
|
|
22852
|
+
}
|
|
22853
|
+
.v-sheet--fixed {
|
|
22854
|
+
position: fixed;
|
|
22855
|
+
}
|
|
22856
|
+
.v-sheet--relative {
|
|
22857
|
+
position: relative;
|
|
22858
|
+
}
|
|
22859
|
+
.v-sheet--sticky {
|
|
22860
|
+
position: sticky;
|
|
22861
|
+
}
|
|
22862
|
+
.v-sheet--rounded {
|
|
22863
|
+
border-radius: 4px;
|
|
22835
22864
|
}.v-skeleton-loader {
|
|
22836
22865
|
align-items: center;
|
|
22837
22866
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23055,34 +23084,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23055
23084
|
100% {
|
|
23056
23085
|
transform: translateX(100%);
|
|
23057
23086
|
}
|
|
23058
|
-
}.v-sheet {
|
|
23059
|
-
display: block;
|
|
23060
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23061
|
-
border-style: solid;
|
|
23062
|
-
border-width: 0;
|
|
23063
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23064
|
-
border-radius: 0;
|
|
23065
|
-
background: rgb(var(--v-theme-surface));
|
|
23066
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
23067
|
-
}
|
|
23068
|
-
.v-sheet--border {
|
|
23069
|
-
border-width: thin;
|
|
23070
|
-
box-shadow: none;
|
|
23071
|
-
}
|
|
23072
|
-
.v-sheet--absolute {
|
|
23073
|
-
position: absolute;
|
|
23074
|
-
}
|
|
23075
|
-
.v-sheet--fixed {
|
|
23076
|
-
position: fixed;
|
|
23077
|
-
}
|
|
23078
|
-
.v-sheet--relative {
|
|
23079
|
-
position: relative;
|
|
23080
|
-
}
|
|
23081
|
-
.v-sheet--sticky {
|
|
23082
|
-
position: sticky;
|
|
23083
|
-
}
|
|
23084
|
-
.v-sheet--rounded {
|
|
23085
|
-
border-radius: 4px;
|
|
23086
23087
|
}.v-slide-group {
|
|
23087
23088
|
display: flex;
|
|
23088
23089
|
overflow: hidden;
|
|
@@ -23463,8 +23464,8 @@ html.v-overlay-scroll-blocked {
|
|
|
23463
23464
|
text-align: end;
|
|
23464
23465
|
width: 100%;
|
|
23465
23466
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
23466
|
-
background: rgba(var(--v-theme-
|
|
23467
|
-
color: rgba(var(--v-theme-on-surface), var(--v-
|
|
23467
|
+
background: rgba(var(--v-theme-surface-light));
|
|
23468
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23468
23469
|
font-size: 0.75rem;
|
|
23469
23470
|
font-weight: 400;
|
|
23470
23471
|
letter-spacing: 0.0333333333em;
|
|
@@ -23488,35 +23489,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23488
23489
|
}
|
|
23489
23490
|
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23490
23491
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23491
|
-
}.v-tab.v-tab.v-btn {
|
|
23492
|
-
height: var(--v-tabs-height);
|
|
23493
|
-
border-radius: 0;
|
|
23494
|
-
min-width: 90px;
|
|
23495
|
-
}
|
|
23496
|
-
.v-slide-group--horizontal .v-tab {
|
|
23497
|
-
max-width: 360px;
|
|
23498
|
-
}
|
|
23499
|
-
.v-slide-group--vertical .v-tab {
|
|
23500
|
-
justify-content: start;
|
|
23501
|
-
}
|
|
23502
|
-
|
|
23503
|
-
.v-tab__slider {
|
|
23504
|
-
position: absolute;
|
|
23505
|
-
bottom: 0;
|
|
23506
|
-
left: 0;
|
|
23507
|
-
height: 2px;
|
|
23508
|
-
width: 100%;
|
|
23509
|
-
background: currentColor;
|
|
23510
|
-
pointer-events: none;
|
|
23511
|
-
opacity: 0;
|
|
23512
|
-
}
|
|
23513
|
-
.v-tab--selected .v-tab__slider {
|
|
23514
|
-
opacity: 1;
|
|
23515
|
-
}
|
|
23516
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
23517
|
-
top: 0;
|
|
23518
|
-
height: 100%;
|
|
23519
|
-
width: 2px;
|
|
23520
23492
|
}.v-tabs {
|
|
23521
23493
|
display: flex;
|
|
23522
23494
|
height: var(--v-tabs-height);
|
|
@@ -23583,6 +23555,35 @@ html.v-overlay-scroll-blocked {
|
|
|
23583
23555
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23584
23556
|
margin-inline-end: 52px;
|
|
23585
23557
|
}
|
|
23558
|
+
}.v-tab.v-tab.v-btn {
|
|
23559
|
+
height: var(--v-tabs-height);
|
|
23560
|
+
border-radius: 0;
|
|
23561
|
+
min-width: 90px;
|
|
23562
|
+
}
|
|
23563
|
+
.v-slide-group--horizontal .v-tab {
|
|
23564
|
+
max-width: 360px;
|
|
23565
|
+
}
|
|
23566
|
+
.v-slide-group--vertical .v-tab {
|
|
23567
|
+
justify-content: start;
|
|
23568
|
+
}
|
|
23569
|
+
|
|
23570
|
+
.v-tab__slider {
|
|
23571
|
+
position: absolute;
|
|
23572
|
+
bottom: 0;
|
|
23573
|
+
left: 0;
|
|
23574
|
+
height: 2px;
|
|
23575
|
+
width: 100%;
|
|
23576
|
+
background: currentColor;
|
|
23577
|
+
pointer-events: none;
|
|
23578
|
+
opacity: 0;
|
|
23579
|
+
}
|
|
23580
|
+
.v-tab--selected .v-tab__slider {
|
|
23581
|
+
opacity: 1;
|
|
23582
|
+
}
|
|
23583
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23584
|
+
top: 0;
|
|
23585
|
+
height: 100%;
|
|
23586
|
+
width: 2px;
|
|
23586
23587
|
}.v-table {
|
|
23587
23588
|
background: rgb(var(--v-theme-surface));
|
|
23588
23589
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -23844,7 +23845,7 @@ html.v-overlay-scroll-blocked {
|
|
|
23844
23845
|
background: rgb(var(--v-theme-background));
|
|
23845
23846
|
color: rgb(var(--v-theme-on-background));
|
|
23846
23847
|
}.v-timeline .v-timeline-divider__dot {
|
|
23847
|
-
background: rgb(var(--v-theme-
|
|
23848
|
+
background: rgb(var(--v-theme-surface-light));
|
|
23848
23849
|
}
|
|
23849
23850
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
23850
23851
|
background: rgb(var(--v-theme-on-surface));
|
|
@@ -24276,8 +24277,8 @@ html.v-overlay-scroll-blocked {
|
|
|
24276
24277
|
border-width: 0;
|
|
24277
24278
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24278
24279
|
border-radius: 0;
|
|
24279
|
-
background: rgb(var(--v-theme-
|
|
24280
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24280
|
+
background: rgb(var(--v-theme-surface-light));
|
|
24281
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24281
24282
|
}
|
|
24282
24283
|
.v-toolbar--border {
|
|
24283
24284
|
border-width: thin;
|
|
@@ -24485,28 +24486,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24485
24486
|
}
|
|
24486
24487
|
.v-window-y-reverse-transition-leave-to {
|
|
24487
24488
|
transform: translateY(100%);
|
|
24488
|
-
}.v-color-picker-canvas {
|
|
24489
|
-
display: flex;
|
|
24490
|
-
position: relative;
|
|
24491
|
-
overflow: hidden;
|
|
24492
|
-
contain: content;
|
|
24493
|
-
touch-action: none;
|
|
24494
|
-
}
|
|
24495
|
-
.v-color-picker-canvas__dot {
|
|
24496
|
-
position: absolute;
|
|
24497
|
-
top: 0;
|
|
24498
|
-
left: 0;
|
|
24499
|
-
width: 15px;
|
|
24500
|
-
height: 15px;
|
|
24501
|
-
background: transparent;
|
|
24502
|
-
border-radius: 50%;
|
|
24503
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24504
|
-
}
|
|
24505
|
-
.v-color-picker-canvas__dot--disabled {
|
|
24506
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24507
|
-
}
|
|
24508
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24509
|
-
will-change: transform;
|
|
24510
24489
|
}.v-color-picker-edit {
|
|
24511
24490
|
display: flex;
|
|
24512
24491
|
margin-top: 24px;
|
|
@@ -24535,41 +24514,28 @@ html.v-overlay-scroll-blocked {
|
|
|
24535
24514
|
}
|
|
24536
24515
|
.v-color-picker-edit__input span {
|
|
24537
24516
|
font-size: 0.75rem;
|
|
24538
|
-
}.v-color-picker-
|
|
24539
|
-
overflow-y: auto;
|
|
24540
|
-
}
|
|
24541
|
-
.v-color-picker-swatches > div {
|
|
24542
|
-
display: flex;
|
|
24543
|
-
flex-wrap: wrap;
|
|
24544
|
-
justify-content: center;
|
|
24545
|
-
padding: 8px;
|
|
24546
|
-
}
|
|
24547
|
-
|
|
24548
|
-
.v-color-picker-swatches__swatch {
|
|
24517
|
+
}.v-color-picker-canvas {
|
|
24549
24518
|
display: flex;
|
|
24550
|
-
flex-direction: column;
|
|
24551
|
-
margin-bottom: 10px;
|
|
24552
|
-
}
|
|
24553
|
-
|
|
24554
|
-
.v-color-picker-swatches__color {
|
|
24555
24519
|
position: relative;
|
|
24556
|
-
height: 18px;
|
|
24557
|
-
max-height: 18px;
|
|
24558
|
-
width: 45px;
|
|
24559
|
-
margin: 2px 4px;
|
|
24560
|
-
border-radius: 2px;
|
|
24561
|
-
-webkit-user-select: none;
|
|
24562
|
-
user-select: none;
|
|
24563
24520
|
overflow: hidden;
|
|
24564
|
-
|
|
24565
|
-
|
|
24521
|
+
contain: content;
|
|
24522
|
+
touch-action: none;
|
|
24566
24523
|
}
|
|
24567
|
-
.v-color-picker-
|
|
24568
|
-
|
|
24569
|
-
|
|
24570
|
-
|
|
24571
|
-
width:
|
|
24572
|
-
height:
|
|
24524
|
+
.v-color-picker-canvas__dot {
|
|
24525
|
+
position: absolute;
|
|
24526
|
+
top: 0;
|
|
24527
|
+
left: 0;
|
|
24528
|
+
width: 15px;
|
|
24529
|
+
height: 15px;
|
|
24530
|
+
background: transparent;
|
|
24531
|
+
border-radius: 50%;
|
|
24532
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24533
|
+
}
|
|
24534
|
+
.v-color-picker-canvas__dot--disabled {
|
|
24535
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24536
|
+
}
|
|
24537
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24538
|
+
will-change: transform;
|
|
24573
24539
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
24574
24540
|
background-color: transparent !important;
|
|
24575
24541
|
}
|
|
@@ -24639,6 +24605,41 @@ html.v-overlay-scroll-blocked {
|
|
|
24639
24605
|
.v-color-picker-preview__eye-dropper {
|
|
24640
24606
|
position: relative;
|
|
24641
24607
|
margin-right: 12px;
|
|
24608
|
+
}.v-color-picker-swatches {
|
|
24609
|
+
overflow-y: auto;
|
|
24610
|
+
}
|
|
24611
|
+
.v-color-picker-swatches > div {
|
|
24612
|
+
display: flex;
|
|
24613
|
+
flex-wrap: wrap;
|
|
24614
|
+
justify-content: center;
|
|
24615
|
+
padding: 8px;
|
|
24616
|
+
}
|
|
24617
|
+
|
|
24618
|
+
.v-color-picker-swatches__swatch {
|
|
24619
|
+
display: flex;
|
|
24620
|
+
flex-direction: column;
|
|
24621
|
+
margin-bottom: 10px;
|
|
24622
|
+
}
|
|
24623
|
+
|
|
24624
|
+
.v-color-picker-swatches__color {
|
|
24625
|
+
position: relative;
|
|
24626
|
+
height: 18px;
|
|
24627
|
+
max-height: 18px;
|
|
24628
|
+
width: 45px;
|
|
24629
|
+
margin: 2px 4px;
|
|
24630
|
+
border-radius: 2px;
|
|
24631
|
+
-webkit-user-select: none;
|
|
24632
|
+
user-select: none;
|
|
24633
|
+
overflow: hidden;
|
|
24634
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
24635
|
+
cursor: pointer;
|
|
24636
|
+
}
|
|
24637
|
+
.v-color-picker-swatches__color > div {
|
|
24638
|
+
display: flex;
|
|
24639
|
+
align-items: center;
|
|
24640
|
+
justify-content: center;
|
|
24641
|
+
width: 100%;
|
|
24642
|
+
height: 100%;
|
|
24642
24643
|
}.v-picker.v-sheet {
|
|
24643
24644
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24644
24645
|
border-radius: 4px;
|
|
@@ -24856,7 +24857,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24856
24857
|
background-color: rgb(var(--v-theme-surface-variant));
|
|
24857
24858
|
}
|
|
24858
24859
|
.v-slider-track__tick--filled {
|
|
24859
|
-
background-color: rgb(var(--v-theme-
|
|
24860
|
+
background-color: rgb(var(--v-theme-surface-light));
|
|
24860
24861
|
}
|
|
24861
24862
|
|
|
24862
24863
|
.v-slider-track {
|